home *** CD-ROM | disk | FTP | other *** search
- on enterFrame
- global dur
- if the movieTime of sprite 2 < 700 then
- else
- if the movieTime of sprite 2 < 750 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
-
- on exitFrame
- go(the frame - 1)
- end
-