home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global gMusic
- repeat with i = 2 to 8
- puppetSprite(i, 0)
- end repeat
- repeat with i = 10 to 15
- puppetSprite(i, 0)
- end repeat
- repeat with i = 26 to 37
- puppetSprite(i, 0)
- end repeat
- repeat with i = 41 to 45
- puppetSprite(i, 0)
- end repeat
- if gMusic = 0 then
- sound stop 2
- end if
- end
-