home *** CD-ROM | disk | FTP | other *** search
- on startMovie
- global gDefaultSoundLevel
- clearGlobals()
- cursor(-1)
- set gDefaultSoundLevel to the soundLevel
- set the soundLevel to 3
- updateStage()
- end
-
- on stopMovie
- global gDefaultSoundLevel
- set the soundLevel to gDefaultSoundLevel
- updateStage()
- clearGlobals()
- unLoad()
- end
-
- on hSetupClickAnywhere pHandler
- set the mouseDownScript to pHandler
- end
-
- on hExitAnywhereInLogo
- cursor(4)
- puppetSound(1, 0)
- updateStage()
- set the volume of sound 1 to 255
- go(1, "612DUMMY.DIR")
- set the mouseUpScript to EMPTY
- end
-