home *** CD-ROM | disk | FTP | other *** search
- on enterFrame
- global gComingFromJG
- if gComingFromJG = 1 then
- set the visible of sprite 47 to 1
- else
- set the visible of sprite 47 to 0
- end if
- HideAudioControls()
- end
-
- on exitFrame
- go(marker(0) + 1)
- NavHelper("42,43")
- end
-