home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- if the movieTime of sprite 1 < the stopTime of sprite 1 then
- go(the frame)
- end if
- end
-
- on mouseDown
- if the doubleClick then
- set the soundLevel to 7
- updateStage()
- unLoad()
- unLoadCast()
- go(1, "main.dir")
- end if
- end
-