home *** CD-ROM | disk | FTP | other *** search
- on enterFrame
- global dur
- if the movieTime of sprite 2 < 220 then
- else
- if the movieTime of sprite 2 < 240 then
- set the ink of sprite 11 to 4
- updateStage()
- else
- if the movieTime of sprite 2 < 260 then
- set the ink of sprite 12 to 4
- updateStage()
- else
- if the movieTime of sprite 2 < 280 then
- set the ink of sprite 13 to 4
- updateStage()
- else
- if the movieTime of sprite 2 < 300 then
- set the ink of sprite 14 to 4
- updateStage()
- else
- if the movieTime of sprite 2 < 320 then
- set the ink of sprite 15 to 4
- updateStage()
- else
- if the movieTime of sprite 2 < 340 then
- set the ink of sprite 16 to 4
- updateStage()
- else
- if the movieTime of sprite 2 < 360 then
- set the ink of sprite 17 to 4
- updateStage()
- else
- if the movieTime of sprite 2 < 600 then
- else
- if the movieTime of sprite 2 < 670 then
- set the ink of sprite 33 to 4
- set the ink of sprite 34 to 4
- updateStage()
- else
- if the movieTime of sprite 2 < 1281 then
- else
- if the movieTime of sprite 2 < 1400 then
- set the puppet of sprite 41 to 0
- set the ink of sprite 41 to 4
- updateStage()
- else
- if the movieTime of sprite 2 < 1548 then
- else
- if the movieTime of sprite 2 < 1650 then
- set the ink of sprite 40 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 if
- end if
- end if
- end
-
- on exitFrame
- go(the frame - 1)
- end
-