home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global theCoord, startTime
- Animate(theCoord)
- if soundBusy(3) = 0 then
- set the mouseDownScript to EMPTY
- cursor([182, 183])
- set the cursorHidden of theCoord to 0
- set the inHelp of theCoord to 0
- set startTime to the ticks / 60
- set the autTimeOut of theCoord to 120
- set whichFrame to the frameAt of theCoord
- set the frameAt of theCoord to 4
- set the visible of sprite 42 to 0
- go(whichFrame)
- else
- go(the frame)
- end if
- end
-