home *** CD-ROM | disk | FTP | other *** search
- on enterFrame
- global gInfoContext
- set gInfoContext to "s_09"
- trackNewMilestone(the frame)
- set the MovieMouseClick of sprite(1) to 0
- set the MouseUpHandler of sprite(1) to "handleMouseUpBering1"
- set the MouseDownHandler of sprite(1) to "handleMouseDownCommon"
- end
-
- on exitFrame
- 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
-