home *** CD-ROM | disk | FTP | other *** search
- on enterFrame
- global nowPlaying, gMediaType
- if the visible of sprite 31 then
- HideAudioControls()
- end if
- MultiMediaEnterFrameScript()
- if nowPlaying <> 1 then
- HideAudioControls()
- end if
- end
-
- on exitFrame
- global nowPlaying
- ShowSprite("4,5,6,7,8,9,10,11,12,13")
- NavHelper("42,43")
- end
-