home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- if the movieRate of sprite 4 then
- go(the frame)
- else
- set the visible of sprite 4 to 0
- end if
- end
-
- on mouseDown
- if the doubleClick then
- set the visible of sprite 4 to 0
- updateStage()
- go(the frame + 1)
- end if
- end
-