Bumping DOT by Jedi Lord3rd Feb 2005 18:55
|
---|
Summary IT IS ANTI-FLAW CO.(JOKE) Description it is the right program for every computer because it have a diffentent display mode. Code ` This code was downloaded from The Game Creators ` It is reproduced here with full permission ` http://www.thegamecreators.com `Made by Tyler Crandall x=55 y=21 xadd=1 yadd=1 print "IT IS COOL YOU ALL" SLEEP 100 CLS while inkey$()="" fastsync cls dot x,y x=x+xadd y=y+yadd if x=screen width() xadd=-1 endif if x=screen width() - screen width() xadd=1 endif if y=screen height() yadd=-1 endif if y=screen height() - screen height() yadd=1 endif endwhile end |