home *** CD-ROM | disk | FTP | other *** search
- global gCurrentFrame
-
- on exitFrame
- doRoll()
- if the movieRate of sprite 6 = 0 then
- set the loc of sprite 9 to point(320, 240)
- set the loc of sprite 10 to point(-500, -500)
- if the movieTime of sprite 6 = the duration of member the memberNum of sprite 6 then
- set the movieTime of sprite 6 to 0
- set the movieRate of sprite 6 to 0
- end if
- else
- set the loc of sprite 10 to point(320, 240)
- set the loc of sprite 9 to point(-500, -500)
- end if
- go(the frame)
- end
-