Word Animation by Anonymous Coder1st Jul 2008 19:12
|
---|
Summary This is an animation I made. Hope you like it. Description This animation prints HELLO WORLD vertically, waiting 500 frames before each letter. You can change the text though if you want. Code ` This code was downloaded from The Game Creators ` It is reproduced here with full permission ` http://www.thegamecreators.com PRINT "H" WAIT 500 PRINT "E" WAIT 500 PRINT "L" WAIT 500 PRINT "L" WAIT 500 PRINT "O" PRINT "" WAIT 500 PRINT "W" WAIT 500 PRINT "O" WAIT 500 PRINT "R" WAIT 500 PRINT "L" WAIT 500 PRINT "D" WAIT KEY |