home *** CD-ROM | disk | FTP | other *** search
- global gMasterData, gSection
-
- on goIntro
- go(label("intro"))
- set gSection to #intro
- goNarrator(gMasterData, "116")
- end
-
- on goHere
- go(label("here"))
- set gSection to #here
- goNarrator(gMasterData, "59a")
- end
-
- on goNextMarker
- go(#next)
- set gSection to #clicks
- end
-
- on goPrevMarker
- go(#previous)
- end
-
- on clickAgenda
- set the memberNum of sprite 24 to the number of member "agenda 2"
- set the loc of sprite 24 to point(320, 240)
- end
-
- on clickTeam
- set the memberNum of sprite 24 to the number of member "mission"
- set the loc of sprite 24 to point(320, 240)
- end
-