home *** CD-ROM | disk | FTP | other *** search
- on MyInitMovie
- set the volume of sound 2 to 180
- set the volume of sound 1 to 255
- set the mouseDownScript to "HandleHalt"
- end
-
- on HandleHalt
- sound close 1
- sound close 2
- unLoadCast()
- unLoad()
- go(1, "black")
- end
-