home *** CD-ROM | disk | FTP | other *** search
- on enterFrame
- global nowPlaying
- NavHelper("42,43")
- if the visible of sprite 31 then
- HideAudioControls()
- end if
- MultiMediaEnterFrameScript()
- if nowPlaying <> 1 then
- HideAudioControls()
- end if
- end
-
- on exitFrame
- global nowPlaying
- ShowSprite("11,12,13,14,15,16,17,18")
- go(the frame - 1)
- end
-