TGC Codebase Backup



screensaver/program opening page(s) by heretic

20th Aug 2004 19:38
Summary

opening page/screensaver program



Description

you can use this to create a screensaver or pages for your game. if used for game pages, you can write each new page and insert between cls and goto start.



Code
                                    ` This code was downloaded from The Game Creators
                                    ` It is reproduced here with full permission
                                    ` http://www.thegamecreators.com
                                    
                                    start:
print (place text here) or (source code for screensaver)
sync on 
cls
goto start