home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global gCurrentFrameLabel
- if not soundBusy(1) then
- puppetSound(0)
- startTimer()
- repeat while the timer < (1 * 60)
- end repeat
- set the mouseDownScript to EMPTY
- set the mouseUpScript to EMPTY
- go(#next)
- else
- go(label(gCurrentFrameLabel) + 1)
- end if
- end
-
- on mouseUp
- if the clickOn = 0 then
- cursor(4)
- puppetSound(0)
- set the mouseDownScript to "nothing"
- set the mouseUpScript to "nothing"
- end if
- end
-