home *** CD-ROM | disk | FTP | other *** search
- on enterFrame
- set the MovieMouseClick of sprite(1) to 0
- end
-
- on exitFrame
- if soundBusy(1) then
- swingStep(1, #left, 1)
- go(the frame)
- else
- set x to stageRight() - 96
- set y to stageTop()
- apriMiawTipo2("m_navhab", x, y, 0)
- tell window "m_navhab"
- fase1()
- end tell
- set the MovieMouseClick of sprite(1) to 1
- end if
- end
-