home *** CD-ROM | disk | FTP | other *** search
- on enterFrame
- global gQTMovieSprite, gVidPlaySprite, gVidPauseSprite
- if the movieRate of sprite gQTMovieSprite = 0 then
- 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"
- end if
- end
-
- on exitFrame
- go(the frame)
- end
-