home *** CD-ROM | disk | FTP | other *** search
- on exitmenuh
- global gland
- set gland to 3
- sound stop 2
- cursor([3, 4])
- startTimer()
- repeat while the timer < 30
- end repeat
- set the memberNum of sprite 34 to 28
- puppetSound(3, 100)
- updateStage()
- reseth()
- unLoadCast()
- preLoadMovie("DNORP01b.DIR")
- repeat while soundBusy(3)
- end repeat
- abort()
- end
-
- on reseth
- repeat with n = 9 to 13
- puppetSprite(n, 0)
- end repeat
- repeat with n = 16 to 28
- puppetSprite(n, 0)
- end repeat
- repeat with n = 31 to 32
- puppetSprite(n, 0)
- end repeat
- puppetSprite(34, 0)
- set the constraint of sprite 31 to 0
- set the constraint of sprite 32 to 0
- end
-