home *** CD-ROM | disk | FTP | other *** search
- on initVideo
- global Videotime, videoSprite, videoName
- set videoSprite to 1
- puppetSprite(videoSprite, 1)
- set videoCast to the castNum of sprite videoSprite
- set videoName to the name of cast videoCast
- set Videotime to the duration of cast videoName
- set the movieRate of sprite videoSprite to 1
- end
-
- on endVideo
- global videoSprite, videoName
- set the visible of sprite videoSprite to 0
- set the movieRate of sprite videoSprite to 0
- puppetSprite(videoSprite, 0)
- updateStage()
- end
-