home *** CD-ROM | disk | FTP | other *** search
- on enterFrame
- global dur
- if the movieTime of sprite 2 < 600 then
- else
- if the movieTime of sprite 2 < 800 then
- set the ink of sprite 12 to 4
- updateStage()
- else
- if the movieTime of sprite 2 < 950 then
- set the ink of sprite 13 to 4
- updateStage()
- else
- if the movieTime of sprite 2 < 1200 then
- set the ink of sprite 14 to 4
- updateStage()
- else
- if the movieTime of sprite 2 < 1300 then
- set the ink of sprite 15 to 4
- updateStage()
- else
- if the movieTime of sprite 2 < 1500 then
- set the ink of sprite 11 to 4
- updateStage()
- else
- if the movieTime of sprite 2 < 1785 then
- else
- if the movieTime of sprite 2 < 1950 then
- set the ink of sprite 16 to 4
- updateStage()
- else
- if the movieTime of sprite 2 < 2185 then
- else
- if the movieTime of sprite 2 < 2300 then
- set the ink of sprite 17 to 4
- updateStage()
- else
- if the movieTime of sprite 2 = dur then
- stopvideo(2)
- go(the frame + 1)
- end if
- end if
- end if
- end if
- end if
- end if
- end if
- end if
- end if
- end if
- end if
- end
-
- on exitFrame
- go(the frame - 1)
- end
-