home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global dur
- set the puppet of sprite 41 to 0
- cursor(4)
- stopvideo(2)
- if isItAMovie(2) then
- set dur to the duration of cast the castNum of sprite 2
- go(the frame + 1)
- startVideo(2)
- end if
- cursor(0)
- end
-