home *** CD-ROM | disk | FTP | other *** search
/ Internet 1996 World Exposition / park.org.s3.amazonaws.com.7z / park.org.s3.amazonaws.com / Java / LEDSign / scripts / example.led < prev   
Encoding:
Text File  |  2017-09-21  |  306 b   |  16 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 IMS.
  9.  
  10.    Sleep delay=1500
  11.    ScrollLeft delay=30 center=true text=This is a test.
  12.    Sleep delay=1500
  13.    
  14. !! repeat infinitely
  15. Repeat times=-1
  16.