home *** CD-ROM | disk | FTP | other *** search
- ******************************************************************
- *** ***
- *** Sample Pandora script for making noises behind a program ***
- *** ***
- ******************************************************************
-
- * This script could be developed so that a tune is played while the
- * program is running. You could even throw in a pop-up menu of medleys.
- * Why anyone would want to do this is a mystery to me but I am happy
- * to make the possibility available.
-
- IfLoad "program.exe"
- OnDeath Out
- Go ""
- Else
- Output "^M^JPlease edit this script to insert the name of a program."
- Tone 440 3t
- Quit
- EndIf
- Label keyer
- WaitPeriod 1s
- Tone 440 1s
- Jump keyer
- Label Out
- Quit
-