Wait Command by EddieB29th Sep 2004 13:08
|
---|
Summary Wait command change how long to wait Description Very good to load your game. Code ` This code was downloaded from The Game Creators ` It is reproduced here with full permission ` http://www.thegamecreators.com print "press space to start" do if spacekey()=1 then goto start loop start: print "Hi" wait 2000 print "Bye" |