home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global n, HELPTRUE, PSOUND
- cursor(0)
- set the volume of sound 1 to 255
- set the volume of sound 2 to 255
- SETSPEAKER()
- repeat with n = 48 down to 1
- puppetSprite(n, 0)
- set the visible of sprite n to 1
- end repeat
- set HELPTRUE to 0
- set PSOUND to 0
- unLoadCast()
- end
-