Sorry your browser is not supported!

You are using an outdated browser that does not support modern web technologies, in order to use this site please update to a new browser.

Browsers supported include Chrome, FireFox, Safari, Opera, Internet Explorer 10+ or Microsoft Edge.

DarkBASIC Discussion / Can i get some help here?

Author
Message
DBNewbiesrule
21
Years of Service
User Offline
Joined: 18th Nov 2003
Location:
Posted: 19th Nov 2003 00:08
Thanks if your looking at this. I need help, how do i get the points into my game, scoring i mean. I have tried to find the code but cant, and also, i need it based on time, like a racing game. THX for the help. bye
John H
Retired Moderator
22
Years of Service
User Offline
Joined: 14th Oct 2002
Location: Burlington, VT
Posted: 19th Nov 2003 04:39
More specific?....

Points#=1
timer#=10000

do

If timer#>0

dec timer#,1

set cursor 0,0
Print "Score: ";points#

If score=1 then inc points#,1

else
End
Endif

loop

....ish? Dunno what your asking for....

RPGamer


Dont forget to Join the Forums!

Login to post a reply

Server time is: 2025-05-21 20:18:43
Your offset time is: 2025-05-21 20:18:43