home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Gold Fish 2
/
goldfish_vol2_cd1.bin
/
files
/
util
/
rexx
/
infrarexx
/
examples
/
scalaexample.scala
< prev
next >
Wrap
Text File
|
1994-04-23
|
3KB
|
101 lines
V3.0
MOUSE on
INTERACTIVE on
EVENT "InfraRexx © 1994 by Leon Woestenberg"
BLANK 640 512 2 lace hires 0
TABS 100 200 300 400 500
MARGINS on 32 607
PALETTE 038 fff 000 fb0
FONT times.font 24
COLOR 1 2 2 2 2 2 1 2 0 1 1 1 2 2 1
ATTRIBUTES shadow remap center
STYLE 0 3 4 3 4 2 1 20 2 1 13 0 3 0 1 0 4 4 7
TEXTWIPE dump speed 6
TEXT 119 30 "InfraRexx © 1994 by Leon Woestenberg"
TEXT 114 57 "Infrared Remote Control ARexx Interface"
TEXT 319 84 ""
TEXT 73 111 "This simple Scala script shows the use of transmit"
TEXT 87 138 "commands that control a Compact Disc Player."
TEXT 319 165 ""
TEXT 38 192 "Be sure you are running the Daemon with a valid codeset"
TEXT 51 219 "and that your CD player is loaded with a Compact Disc"
TEXT 47 246 "and not playing. This script will only start and then stop"
TEXT 31 273 "the CD player. More useful things can be done in the same"
TEXT 34 300 "way, but depend mostly on the features of your CD player,"
TEXT 82 327 "such as fading, programming, repeating etc. etc."
TEXT 319 354 ""
TEXT 93 381 "Use your own imagination to make your video"
TEXT 67 408 "presentations more spectacular,... using InfraRexx!"
PAUSE -1
END
EVENT "InfraRexx © 1994 by Leon Woestenberg.1"
EXECUTE "'ADDRESS INFRAREXX CD_PLAY'" arexx
BLANK 640 512 2 lace hires 0
TABS 100 200 300 400 500
MARGINS on 32 607
PALETTE 038 fff 000 fb0
FONT times.font 24
COLOR 1 2 2 2 2 2 1 2 0 1 1 1 2 2 1
ATTRIBUTES shadow remap center
STYLE 0 3 4 3 4 2 1 20 2 1 13 0 3 0 1 0 4 4 7
TEXTWIPE dump speed 6
TEXT 119 30 "InfraRexx © 1994 by Leon Woestenberg"
TEXT 114 57 "Infrared Remote Control ARexx Interface"
TEXT 320 84 ""
TEXT 73 111 "This simple Scala script shows the use of transmit"
TEXT 87 138 "commands that control a Compact Disc Player."
TEXT 320 165 ""
ATTRIBUTES underline shadow remap center
TEXT 58 192 "The CD player has now been ordered to start playing."
ATTRIBUTES shadow remap center
TEXT 320 219 ""
ATTRIBUTES underline shadow remap center
TEXT 114 246 "Press the right mouse button to proceed..."
ATTRIBUTES shadow remap center
TEXT 320 273 ""
TEXT 320 300 ""
TEXT 320 327 ""
TEXT 320 354 ""
TEXT 93 381 "Use your own imagination to make your video"
TEXT 67 408 "presentations more spectacular,... using InfraRexx!"
PAUSE -1
END
EVENT "InfraRexx © 1994 by Leon Woestenberg.2"
EXECUTE "'ADDRESS INFRAREXX CD_STOP'" arexx
BLANK 640 512 2 lace hires 0
TABS 100 200 300 400 500
MARGINS on 32 607
PALETTE 038 fff 000 fb0
FONT times.font 24
COLOR 1 2 2 2 2 2 1 2 0 1 1 1 2 2 1
ATTRIBUTES shadow remap center
STYLE 0 3 4 3 4 2 1 20 2 1 13 0 3 0 1 0 4 4 7
TEXTWIPE dump speed 6
TEXT 119 30 "InfraRexx © 1994 by Leon Woestenberg"
TEXT 114 57 "Infrared Remote Control ARexx Interface"
TEXT 320 84 ""
TEXT 73 111 "This simple Scala script shows the use of transmit"
TEXT 87 138 "commands that control a Compact Disc Player."
TEXT 320 165 ""
ATTRIBUTES underline shadow remap center
TEXT 98 192 "The CD player has now been ordered to stop."
ATTRIBUTES shadow remap center
TEXT 320 219 ""
ATTRIBUTES underline shadow remap center
TEXT 143 246 "Press the right mouse button to end"
ATTRIBUTES shadow remap center
TEXT 320 273 ""
ATTRIBUTES underline shadow remap center
TEXT 114 300 "I hope you enjoyed this cool presentation!"
ATTRIBUTES shadow remap center
TEXT 320 327 ""
TEXT 320 354 ""
TEXT 93 381 "Use your own imagination to make your video"
TEXT 67 408 "presentations more spectacular,... using InfraRexx!"
PAUSE -1
END