home *** CD-ROM | disk | FTP | other *** search
- global gMovieSprite, gMovieDuration
-
- on exitFrame
- cursor(4)
- set gMovieDuration to the duration of cast the castNum of sprite gMovieSprite
- delayFor(30)
- set the movieRate of sprite gMovieSprite to 1
- cursor(0)
- cursor(-1)
- end
-