Make a line by Mix Master MaXXX6th Jan 2005 10:37
|
---|
Summary This code makes a line on the screen (very basic) Description Code ` This code was downloaded from The Game Creators ` It is reproduced here with full permission ` http://www.thegamecreators.com remstart Alex de Jong Xtreme Team Make a Line Demo remend cls print"." set cursor 10,0 wait 100 print "." set cursor 20,0 wait 100 print "." set cursor 30,0 wait 100 print "." set cursor 40.0 wait 100 print "." set cursor 50,0 wait 100 print "." set cursor 60,0 wait 100 print "." set cursor 70,0 wait 100 print "." set cursor 80,0 wait 100 print "." set cursor 90,0 wait 100 print "." set cusor 100,0 wait 100 print "." |