home *** CD-ROM | disk | FTP | other *** search
- on enterFrame
- global gInfoContext
- set gInfoContext to "e_06"
- trackNewMilestone(the frame)
- set the MovieMouseClick of sprite(1) to 0
- end
-
- on exitFrame
- if soundBusy(1) then
- swingStep(1, #left, 1)
- go(the frame)
- else
- set the MouseUpHandler of sprite(1) to "handleMouseUpVR03"
- set the MouseDownHandler of sprite(1) to "handleMouseDownCommon"
- set x to stageRight() - 96
- set y to stageTop()
- apriMiawTipo2("m_navig", x, y, 0)
- cursor(200)
- cursor(-1)
- set the MovieMouseClick of sprite(1) to 1
- end if
- end
-