home *** CD-ROM | disk | FTP | other *** search
- on enterFrame
- global dur
- if the movieTime of sprite 2 < 1440 then
- else
- if the movieTime of sprite 2 < 1600 then
- set the ink of sprite 12 to 4
- updateStage()
- else
- if the movieTime of sprite 2 < 1900 then
- set the ink of sprite 13 to 4
- updateStage()
- else
- if the movieTime of sprite 2 < 2200 then
- set the ink of sprite 14 to 4
- updateStage()
- else
- if the movieTime of sprite 2 < 2480 then
- set the ink of sprite 16 to 4
- updateStage()
- else
- if the movieTime of sprite 2 < 2720 then
- set the ink of sprite 17 to 4
- updateStage()
- else
- if the movieTime of sprite 2 < 2950 then
- set the ink of sprite 15 to 4
- updateStage()
- else
- if the movieTime of sprite 2 < 3099 then
- else
- if the movieTime of sprite 2 < 3200 then
- set the ink of sprite 45 to 4
- updateStage()
- else
- if the movieTime of sprite 2 < 3728 then
- else
- if the movieTime of sprite 2 < dur then
- set the ink of sprite 44 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 if
- end
-
- on exitFrame
- go(the frame - 1)
- end
-