home *** CD-ROM | disk | FTP | other *** search
- on enterFrame
- global ModeSlide, bover, iniLink
- if ModeSlide then
- set iniLink to 0
- set bover to 0
- ShowButtonSensitive(25, 21)
- ShowButtonSensitive(26, 22)
- SetMyCursor(bover)
- else
- cursor(4)
- startTimer()
- repeat while the timer < 180
- nothing()
- end repeat
- end if
- end
-
- on exitFrame
- global ModeSlide
- if ModeSlide then
- go(the frame)
- end if
- end
-