home *** CD-ROM | disk | FTP | other *** search
- /* These scripts are made for special use with I/R controllers. If you */
- /* Find these scripts stupid, it's because we don't own an I/R */
- /* controller. However if you have one, please try these scripts for us, */
- /* and send us some info on how it worked for you. It's meant as a */
- /* call-on-signal script, that starts everytime your I/R IO software */
- /* detects a certain signal for example the I/R IO software should call */
- /* the 'play' script everytime you hit the 'play' button on your remote. */
-
- ADDRESS APlayer
- OPTIONS RESULTS
- SIGNAL ON HALT
-
- Forward
- EXIT
-
- /*
- This is the 'emergencybrake' part of this script. If you can't stop this
- sucker run the program HI which is located in the RXC drawer on your
- sys: partition.
- */
-
- HALT:
- Say 'The ForwardButton.aplay script has been stopped. Hope you liked it.'
- EXIT
-