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