home *** CD-ROM | disk | FTP | other *** search
/ Hacks & Cracks / Hacks_and_Cracks.iso / cracks / cracks2.zip / LEDSIGN.ZIP / LEDSign / scripts / example.led < prev   
Text File  |  1996-03-21  |  244b  |  13 lines

  1. !! An simple example script
  2. Do
  3.    !! This is a comment
  4.  
  5.    ScrollUp center=true text=Hello
  6.    Sleep delay=1000
  7.    
  8.    ScrollLeft delay=30 center=true text=This is a test.
  9.    Sleep delay=1500
  10.    
  11. !! repeat infinitely
  12. Repeat times=-1
  13.