home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- NavigDog()
- set Roll to ControlRollOver(1, 30, 115, 0, 0)
- if Roll = 0 then
- NavigPrevisu(3, 27, 198, 146)
- end if
- end
-
- on idle
- global gBeforeClic
- if gBeforeClic = 1 then
- set gBeforeClic to 0
- set the movieRate of sprite 6 to 1
- end if
- NavigDog()
- set Roll to ControlRollOver(1, 30, 115, 0, 0)
- if Roll = 0 then
- NavigPrevisu(3, 27, 198, 146)
- end if
- end
-