home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global dur
- if isItAMovie(2) then
- if the movieTime of sprite 2 < 1864 then
- go(the frame)
- else
- if the movieTime of sprite 2 > dur then
- go(marker(1))
- end if
- end if
- else
- go(marker(1))
- end if
- end
-