home *** CD-ROM | disk | FTP | other *** search
- global gMasterData, gSection
-
- on GoOn
- stopSounds()
- case gSection of
- 1:
- go2()
- 2:
- go3()
- 3:
- go4()
- 4:
- goToAlladin()
- #alladinintro, #clicks:
- goNextMarker()
- end case
- end
-
- on goBack
- stopSounds()
- case gSection of
- 1, 2:
- goIntro()
- 3:
- go2()
- 4:
- go3()
- #clicks:
- goPrevMarker()
- end case
- end
-
- on leaveThisMovie
- if iAmActivated(gMasterData) then
- getPrintData()
- end if
- stopSound2()
- cursor(4)
- go(1, "Menu2")
- end
-
- on notePadButton
- DoNotepad()
- end
-
- on continueNext
- stopSound2()
- go(the frame + 1)
- end
-