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.

Author
Message
GZMGames Admin
19
Years of Service
User Offline
Joined: 15th Feb 2005
Location: vermont
Posted: 28th Mar 2005 09:55 Edited at: 28th Mar 2005 10:08
ahhh! I hate the wait key command is there some way to have it just wait a few seconds then go on? example:

Print "whatever goes in here"
wait key
cls

instead of the above, is there some way to make it wait a few seconds????

Games made with passion
Soy Cocktail
20
Years of Service
User Offline
Joined: 23rd Dec 2003
Location:
Posted: 28th Mar 2005 10:30
Well you can use the wait with a value instead of key. There is also the command sleep. If you use a number for the wait command the number is the amount of milliseconds to wait for. 1000 milliseconds is 1 second.

When life hands you lemons go buy some oranges to make orange juice, and stop expecting everything to be given to you.
GZMGames Admin
19
Years of Service
User Offline
Joined: 15th Feb 2005
Location: vermont
Posted: 28th Mar 2005 10:35
yes well me having no idea what that means, ill have to try playing around with what you said and hope it works thanks anyway.

Games made with passion
GZMGames Admin
19
Years of Service
User Offline
Joined: 15th Feb 2005
Location: vermont
Posted: 28th Mar 2005 10:48
would it be

print "whatever i want in here"
sleep value#=.3000
cls

do i need the cls and the .3000 is 3 seconds right?

Games made with passion
X_MEN
21
Years of Service
User Offline
Joined: 14th Sep 2003
Location:
Posted: 28th Mar 2005 10:51
print "wait"
sleep 100 rem or wait 100

cls

You can do it if you try
Templar
19
Years of Service
User Offline
Joined: 27th Mar 2005
Location:
Posted: 28th Mar 2005 19:01
print "whatever"
sleep 1000
cls
wait key

Login to post a reply

Server time is: 2024-09-23 15:41:33
Your offset time is: 2024-09-23 15:41:33