TGC Codebase Backup



sequencial text by heretic

16th Jul 2004 22:05
Summary

adding text to end of program/game



Description



Code
                                    ` This code was downloaded from The Game Creators
                                    ` It is reproduced here with full permission
                                    ` http://www.thegamecreators.com
                                    
                                    do 
set cursor 200,100
print "place line of text here, line 1."
sleep 100
set cursor 200,120
print "place line of text here, line 2."
sleep 100
set cursor 200,140
print "print line of text here, line 3."
sleep 100
loop