Search found 68 matches

by Dark Mars Software
Wed Jan 31, 2007 5:04 am
Forum: Coding Questions
Topic: Member Download Area
Replies: 13
Views: 3428

Which is why i am asking for the script itself and not how to create one.
by Dark Mars Software
Tue Jan 30, 2007 3:41 am
Forum: Coding Questions
Topic: Member Download Area
Replies: 13
Views: 3428

Its not that easy, especially when you need to write code to verify the order first before granting access.
by Dark Mars Software
Mon Jan 29, 2007 6:41 am
Forum: Feature Requests and Wishlists
Topic: [Implemented] Compiler Feature : Check for Syntax
Replies: 32
Views: 9544

I second it.
by Dark Mars Software
Mon Jan 29, 2007 2:40 am
Forum: Coding Questions
Topic: Member Download Area
Replies: 13
Views: 3428

I want the script itself so people have to register their infomation before they can download my game.
by Dark Mars Software
Sun Jan 28, 2007 6:25 pm
Forum: Coding Questions
Topic: Member Download Area
Replies: 13
Views: 3428

Member Download Area

I would like to know where i can download the script used to allow paid users of PureBASIC(aka Registered Users Area/PureBasic user account) found here to download the full version. Also the script is also used here . I am interested in using it for my own application.

Thank You,

Dark Mars Software
by Dark Mars Software
Sat Mar 25, 2006 5:51 pm
Forum: Coding Questions
Topic: WrongfulErrors
Replies: 13
Views: 3020

Ok, the problem is after a demo game is exited, the mouse cursor goes behind the TitleScreen Window.
by Dark Mars Software
Fri Mar 24, 2006 10:35 pm
Forum: Coding Questions
Topic: WrongfulErrors
Replies: 13
Views: 3020

No one is willing to help me?
by Dark Mars Software
Sun Mar 19, 2006 11:08 pm
Forum: Coding Questions
Topic: WrongfulErrors
Replies: 13
Views: 3020

in the procedure DemoTimer comment these lines

;check for mouse movement
; If ExamineMouse()
;
; ;If mouse is moved left
; X_Movement = MouseDeltaX()
; If X_Movement < 0
; ;Then reset the timer
; DemoTimer = 0
; Else
; ;otherwise If the mouse is moved right
; If X_Movement > 0
; ;Then reset the ...
by Dark Mars Software
Sun Mar 19, 2006 5:12 am
Forum: Coding Questions
Topic: WrongfulErrors
Replies: 13
Views: 3020

Why is it my topic always goes MIA after a single reply?
by Dark Mars Software
Sat Mar 18, 2006 7:51 pm
Forum: Coding Questions
Topic: WrongfulErrors
Replies: 13
Views: 3020

Works,

but now the mouse cursor disappears making it hard to see what selection you are making. I managed to trace it to the DemoTimer() function. Also the mouse movement detection isn't working for some reason.


Declare TwoPlayerGame()
Declare Timer()
Declare TimeAttackMoveBall()
Declare ...
by Dark Mars Software
Sat Mar 18, 2006 1:59 am
Forum: Coding Questions
Topic: WrongfulErrors
Replies: 13
Views: 3020

The link in my sig pints to the current stable release, which includes all the files. Just unzip it and overwrite the source file with this one.
by Dark Mars Software
Sat Mar 18, 2006 1:32 am
Forum: Coding Questions
Topic: WrongfulErrors
Replies: 13
Views: 3020

Can someone please help me out?
by Dark Mars Software
Fri Mar 17, 2006 6:43 pm
Forum: Coding Questions
Topic: WrongfulErrors
Replies: 13
Views: 3020

WrongfulErrors

[ERROR]OpenScreen or OpenScreenedWindow must be called before the use of mouse or keyboard commands. However if you look at the code closely i open a window using OpenWindow first and then i call OpenWindowedScreen attaching it to the OpenWindow call first before calling the DemoTimer function ...
by Dark Mars Software
Fri Mar 17, 2006 3:15 am
Forum: Coding Questions
Topic: Problems
Replies: 7
Views: 1788

Posted in Bug Forum.
by Dark Mars Software
Wed Mar 15, 2006 8:05 pm
Forum: AmigaOS
Topic: Got Amiga Forever Plus
Replies: 11
Views: 10822

I extracted PureBASIC for Amiga and copied it to my C:\WinUAE1200\Amiga Programs folder. It resides in C:\WinUAE1200\Amiga Programs\PureBASIC and PureBASIC.info resides in C:\WinUAE1200\Amiga Programs. When i start it up i get an image asking me to insert a disk. How do i start PureBASIC in WinUAE ...