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 / Demo.led next >
Encoding:
Text File  |  2017-09-21  |  1.5 KB  |  50 lines

  1. !! The Demo script
  2. Do
  3.  
  4.    ScrollDown delay=30 center=true text=LED \oS\yi\gg\bn \rV2.5!
  5.    Sleep delay=2000
  6.       
  7.    Do
  8.       ScrollLeft delay=30 startspace=20 endspace=20 text=Welcome 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.    Appear center=true text=T minus 10 seconds
  15.    Sleep delay=1500
  16.    OverDown delay=20 center=true text=9
  17.    Sleep delay=600
  18.    OverUp delay=20 center=true text=\o8
  19.    Sleep delay=600
  20.    OverDown delay=20 center=true text=\y7
  21.    Sleep delay=600
  22.    OverUp delay=20 center=true text=\g6
  23.    Sleep delay=600
  24.    OverDown delay=20 center=true text=\c5
  25.    Sleep delay=600
  26.    OverUp delay=20 center=true text=\b4
  27.    Sleep delay=600
  28.    OverDown delay=20 center=true text=\p3
  29.    Sleep delay=600
  30.    OverUp delay=20 center=true text=\r2
  31.    Sleep delay=600
  32.    OverDown delay=20 center=true text=\o1
  33.    Sleep delay=600
  34.    
  35.    Pixel delay=10 pixels=10 center=true text=Java is \ccool!
  36.    Sleep delay=500
  37.    ScrollLeft endspace=20 URL=http://www.sun.com endspace=40 text=Click on this sign now to go to
  38.      
  39.    Appear center=true URL=http://www.sun.com text=Sun MicroSystems
  40.    Sleep URL=http://www.sun.com delay=500
  41.    Blink times=6 delay=500 URL=http://www.sun.com
  42.    ScrollDown delay=70 center=true text=T\oH\yE \gE\bN\pD
  43.    Sleep delay=2000
  44.  
  45.    Pixel delay=10 pixels=15 clear=true
  46.    Sleep delay=1000
  47.  
  48. !! repeat infinitely
  49. Repeat times=-1
  50.