home *** CD-ROM | disk | FTP | other *** search
/ Internet Publisher's Toolbox 2.0 / Internet Publisher's Toolbox.iso / java / applets / led / scripts / demo.led
Encoding:
Text File  |  1995-09-15  |  2.9 KB  |  104 lines

  1. !! The Demo script
  2. Do
  3.    Do
  4.       ScrollLeft delay=30 startspace=20 endspace=20 text=Welcome to my sign
  5.    Repeat times=2
  6.  
  7.    ScrollLeft delay=30 clear=true
  8.  
  9.    ScrollDown delay=20 center=true text=Here we GO!!!!
  10.    Sleep delay=1500
  11.    
  12.    Appear center=true text=9
  13.    Sleep delay=50
  14.    Appear center=true text=8
  15.    Sleep delay=50
  16.    Appear center=true text=7
  17.    Sleep delay=50
  18.    Appear center=true text=6
  19.    Sleep delay=50
  20.    Appear center=true text=5
  21.    Sleep delay=50
  22.    Appear center=true text=4
  23.    Sleep delay=50
  24.    Appear center=true text=3
  25.    Sleep delay=50
  26.    Appear center=true text=2
  27.    Sleep delay=50
  28.    Appear center=true text=1
  29.    Sleep delay=50
  30.    
  31.    Pixel delay=10 pixels=30 center=true text=Check it out!!
  32.    Sleep delay=1500
  33.  
  34.    OverRight delay=30 center=true text=LED Sign!!!
  35.    
  36.    Blink delay=500 times=3
  37.    Sleep delay=500
  38.  
  39.    OverLeft delay=30 center=true text=Fully configurable
  40.    Sleep delay=1000
  41.  
  42.    ScrollDown delay=30 center=true text=Script controlled
  43.    Sleep delay=1000
  44.  
  45.    !! Split a long line...
  46.    ScrollLeft delay=30 endspace=3 text=This sign can display messages just like
  47.    ScrollLeft delay=30 startspace=0 endspace=3 text=the real LED signs that you typically see
  48.    ScrollLeft delay=30 startspace=0 endspace=0 text=at airport terminals and the like.
  49.    ScrollLeft delay=30 clear=true
  50.  
  51.    OverUp delay=30 center=true text=What?
  52.    Sleep delay=1000
  53.  
  54.    OverDown delay=30 center=true text=Don't like red?
  55.    Sleep delay=1000
  56.  
  57.    ScrollRight delay=30 center=true text=then how 'bout
  58.    Sleep delay=1000
  59.  
  60.    Pixel delay=10 pixels=30 center=true text=C\oo\yl\go\br\ps
  61.    Sleep delay=1000
  62.    
  63.    !! I'm just splitting up a really long line here
  64.    ScrollLeft delay=30 text=This sign can also do c\oo\yl\go\br\ps \ras \yyou \bhave \gjust \oseen.
  65.    ScrollLeft delay=30 text=I \blike \oit \y:-)
  66.  
  67.    ScrollLeft delay=30 clear=true
  68.    
  69.    ScrollLeft delay=30 endspace=50 text=This sign can do 11 different transitions including:
  70.    OverRight delay=30 center=true text=OverRight
  71.    OverLeft delay=30 center=true text=OverLeft
  72.    Sleep delay=500
  73.    OverUp delay=30 center=true text=OverUp
  74.    Sleep delay=500
  75.    OverDown delay=30 center=true text=OverDown
  76.    Sleep delay=500
  77.    OverCenter delay=30 center=true text=OverCenter
  78.    Sleep delay=300
  79.    Pixel delay=20 pixels=15 center=true text=Pixel in
  80.    Sleep delay=800
  81.    Appear center=true text=Appear
  82.    Sleep delay=1000
  83.    ScrollLeft delay=30 center=true text=ScrollLeft
  84.    ScrollRight delay=30 center=true text=ScrollRight
  85.    Sleep delay=500
  86.    ScrollUp delay=30 center=true text=ScrollUp
  87.    Sleep delay=500
  88.    ScrollDown delay=30 center=true text=ScrollDown
  89.    Sleep delay=500
  90.    ScrollCenter delay=30 center=true text=ScrollCenter
  91.    Sleep delay=500
  92.    Appear center=true text=And...
  93.    Sleep delay=800
  94.    Appear center=true text=Blink
  95.    Blink delay=400 times=3
  96.    Sleep delay=500
  97.    ScrollUp delay=70 center=true text=THE END
  98.    Sleep delay=2000
  99.  
  100.    Pixel delay=40 pixels=7 clear=true
  101.  
  102. !! repeat infinitely
  103. Repeat times=-1
  104.