home *** CD-ROM | disk | FTP | other *** search
- on enterFrame
- global nowPlaying, gMediaType
- ToggleControls()
- if nowPlaying = 1 then
- if gMediaType = "moov" then
- DispQTControls()
- QTEnterFrameScript()
- end if
- if gMediaType = "aiff" then
- DispAudioControls()
- SoundEnterFrameScript()
- end if
- else
- HideAudioControls()
- end if
- end
-
- on exitFrame
- global nowPlaying, gMediaType
- ShowSprite("3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18")
- if nowPlaying = 0 then
- NavHelper("42,43")
- go(the frame - 2)
- Helper("3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18")
- else
- go(the frame)
- updateStage()
- end if
- end
-