home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global gDuracVid
- if the movieTime of sprite 33 > gDuracVid then
- set the movieRate of sprite 33 to 0
- jDoHide(33, "-", 36)
- updateStage()
- go("FS")
- else
- DoRollover(33, 34, 35, 36)
- end if
- go(the frame)
- end
-