home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global tune, instrument, speed
- repeat with chan = 1 to 48
- set the visible of sprite chan to 1
- end repeat
- repeat with chan = 3 to 13
- set the visible of sprite chan to 0
- end repeat
- set the visible of sprite 25 to 0
- set the visible of sprite 26 to 0
- set the visible of sprite 27 to 0
- set tune to 0
- set instrument to 0
- set speed to 0
- end
-