home *** CD-ROM | disk | FTP | other *** search
- on startMovie
- global gBackgroundSoundChanged
- hChangeCursor("watch")
- hSetupMovie()
- hChangeCursor("arrow")
- end
-
- on stopMovie
- hCleanupSprites()
- hClearGlobals()
- unLoad()
- end
-
- on hSetupMovie
- hStandardPreLoad()
- hSetupDimmedBackground()
- end
-