home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global gIdiom
- set the movieRate of sprite 1 to 1
- set the movieTime of sprite 1 to 0
- repeat while the movieRate of sprite 1 = 1
- updateStage()
- if the mouseDown = 1 then
- exit repeat
- end if
- end repeat
- go(gIdiom)
- end
-