home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global dur, theMode
- if isItAMovie(2) then
- if the movieTime of sprite 2 < dur then
- go(the frame)
- else
- if theMode = "self" then
- if the locH of sprite 47 < 600 then
- go(the frame)
- else
- puppoff()
- go(marker(1))
- end if
- else
- puppoff()
- go(the frame + 1)
- end if
- end if
- end if
- end
-