home *** CD-ROM | disk | FTP | other *** search
- on enterFrame
- scrollerei()
- end
-
- on exitFrame
- global theMode, dur
- if isItAMovie(2) then
- if the movieTime of sprite 2 < 1110 then
- go(the frame)
- else
- if the movieTime of sprite 2 > dur then
- go(the frame + 1)
- else
- if the movieTime of sprite 2 < 1300 then
- set the ink of sprite 14 to 4
- updateStage()
- go(the frame)
- else
- if the movieTime of sprite 2 < 1400 then
- set the ink of sprite 23 to 4
- updateStage()
- go(the frame)
- end if
- end if
- end if
- end if
- else
- go(the frame + 1)
- end if
- end
-