home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global gQTMovieSprite, overQTstate, gVidPlaySprite, gVidPauseSprite
- if the movieRate of sprite gQTMovieSprite then
- go(the frame)
- else
- go(the frame + 1)
- set the castNum of sprite gVidPlaySprite to the number of cast "VidPlay"
- set the castNum of sprite gVidPauseSprite to the number of cast "VidPause lit"
- set overQTstate to #pause
- end if
- end
-