home *** CD-ROM | disk | FTP | other *** search
- on enterFrame
- scrollerei()
- end
-
- on exitFrame
- global dur, theMode
- if isItAMovie(2) then
- if the movieTime of sprite 2 < dur then
- go(the frame)
- else
- go(the frame + 1)
- end if
- else
- go(the frame + 1)
- end if
- end
-