TGC Codebase Backup



Simple Screensaver by 5867Dude

25th Aug 2006 4:53
Summary

A Simple Screensaver



Description

Hi and I have uploaded Simple Screensaver 1 and now think it is time for another one. By the way it cannot be used as a screensaver (It won't work well as a screensaver)



Code
                                    ` This code was downloaded from The Game Creators
                                    ` It is reproduced here with full permission
                                    ` http://www.thegamecreators.com
                                    
                                    ` This code was downloaded from The Game Creators
` It is reproduced here with full permission
` http://www.thegamecreators.com

Rem Make Message
text$=Enter Your Message Here
Rem Start Loop
Do
Rem Print it randomly
Text=rnd640,rnd480,text$
Rem Wait for a time
Wait 100
Rem Clear the Screen
cls
Rem Make Message
text$=Message 2
Rem Start Loop
Do
Rem Print it randomly
Text=rnd640,rnd480,text$
Rem Wait for a time
Wait 100
Rem Clear the Screen
cls
Rem Make Message
text$=Message 3
Rem Start Loop
Do
Rem Print it randomly
Text=rnd640,rnd480,text$
Rem Wait for a time
Wait 100
Rem Clear the Screen
cls
Rem Make Message
text$=Message 4
Rem Start Loop
Do
Rem Print it randomly
Text=rnd640,rnd480,text$
Rem Wait for a time
Wait 100
Rem Clear the Screen
cls
Rem Make Message
text$=Message 5
Rem Start Loop
Do
Rem Print it randomly
Text=rnd640,rnd480,text$
Rem Wait for a time
Wait 100
Rem Clear the Screen
cls
Loop