home *** CD-ROM | disk | FTP | other *** search
/ Hacks & Cracks / Hacks_and_Cracks.iso / cracks / cracks2.zip / LEDSIGN.ZIP / LEDSign / scripts / Demo.led next >
Text File  |  1996-03-21  |  894b  |  27 lines

  1. !! The Demo script
  2. Do
  3.  
  4.    ScrollDown delay=30 center=true text=\rLED \oS\yi\gg\bn \rV2.7!
  5.    Sleep delay=2000
  6.       
  7.    Do
  8.       ScrollLeft delay=30 startspace=20 endspace=20 text=Welcome to the LED Sign WWW site!
  9.    Repeat times=2
  10.  
  11.    ScrollLeft delay=30 startspace=20 endspace=20 text=The current time is \{tt} on \{mn}-\{dn}-\{yy}.
  12.    ScrollLeft delay=30 startspace=20 endspace=120 text=Today is \{dd} \{mm} \{dn}, \{YY}.
  13.  
  14.    ScrollLeft endspace=20 URL=http://www.sun.com endspace=40 text=Click on this sign now to go to...
  15.      
  16.    Appear center=true URL=http://www.sun.com text=Sun MicroSystems
  17.    Sleep URL=http://www.sun.com delay=500
  18.    Blink times=6 delay=500 URL=http://www.sun.com
  19.    ScrollDown delay=70 center=true text=T\oH\yE \gE\bN\pD
  20.    Sleep delay=2000
  21.  
  22.    Pixel delay=10 pixels=15 clear=true
  23.    Sleep delay=1000
  24.  
  25. !! repeat infinitely
  26. Repeat times=-1
  27.