home *** CD-ROM | disk | FTP | other *** search
- global gstrReturnMarker, gstrReturnMovie
-
- on mouseUp
- NoBackNoise()
- puppetSound("endgamecrap")
- updateStage()
- set nTempTicks to the timer + 30
- repeat while the timer < nTempTicks
- nothing()
- end repeat
- repeat while soundBusy(1)
- nothing()
- end repeat
- WaitCUrsor()
- go(1, "quarters")
- abort()
- end
-