home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global flag
- go(the frame)
- end
-
- on idle
- if the movieTime of sprite 60 >= (the duration of member the memberNum of sprite 60 - 100) then
- if the movieRate of sprite 60 <> 0 then
- set the movieRate of sprite 60 to 0
- set the movieTime of sprite 60 to the duration of member the memberNum of sprite 60
- end if
- end if
- jdocursor(61)
- end
-