TGC Codebase Backup



Magic spell by yuri_dragon 17

28th Feb 2007 18:01
Summary

Cool text efect. Try entering "abracadabra" for an ancient spell to banish coughs.



Description



Code
                                    ` This code was downloaded from The Game Creators
                                    ` It is reproduced here with full permission
                                    ` http://www.thegamecreators.com
                                    
                                    do
print "Type in something and hit [enter]"
input s$
cls
for s=1 to len(s$)
center text 320,s*10-10,left$(s$,s)
next a
print "Press a key"
wait key
cls
loop