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