home *** CD-ROM | disk | FTP | other *** search
- global chapterlijst, pijl, back, focus, autotimer, pijl2, entert
-
- on startMovie
- clearGlobals()
- preloadMember(337, 345)
- puppetSound(1, cast("canyon_introscherm_low"))
- entert = "<1"
- autotimer = 300
- pijl = 0
- pijl2 = 0
- back = 0
- focus = 0
- chapterlijst = []
- end
-
- on maakchaptersActief
- add(chapterlijst, new(script("chapters"), 20, "l1 id", "l1 hi", "l1 md", "h1", 4, "ho1"))
- add(chapterlijst, new(script("chapters"), 21, "l2 id", "l2 hi", "l2 md", "h2", 4, "ho2"))
- add(chapterlijst, new(script("chapters"), 22, "l3 id", "l3 hi", "l3 md", "h3", 4, "ho3"))
- add(chapterlijst, new(script("chapters"), 23, "l4 id", "l4 hi", "l4 md", "h4", 4, "ho4"))
- add(chapterlijst, new(script("chapters"), 24, "l5 id", "l5 hi", "l5 md", "h5", 4, "ho5"))
- add(chapterlijst, new(script("chapters"), 25, "l6 id", "l6 hi", "l6 md", "h6", 4, "ho6"))
- add(chapterlijst, new(script("chapters"), 26, "l7 id", "l7 hi", "l7 md", "h7", 4, "ho2"))
- add(chapterlijst, new(script("chapters"), 27, "l8 id", "l8 hi", "l8 md", "h8", 4, "ho3"))
- add(chapterlijst, new(script("chapters"), 28, "l9 id", "l9 hi", "l9 md", "h9", 4, "ho4"))
- add(chapterlijst, new(script("chapters"), 29, "l10 id", "l10 hi", "l10 md", "h10", 4, "ho5"))
- end
-
- on maakScrollpijl dir, waardeRechts, waardeMidden, waardeLinks, flag
- if dir = "left" then
- pijl = new(script("mover"), 13, "left id", "left hi", "left md", "moveleft", 16, "prev id", "prev hi", waardeRechts, waardeMidden, waardeLinks, flag)
- else
- pijl = new(script("mover"), 14, "right id", "right hi", "right md", "moveright", 17, "next id", "next hi", waardeRechts, waardeMidden, waardeLinks, flag)
- end if
- end
-
- on maakScrollpijl2 dir, waardeRechts, waardeMidden, waardeLinks, flag
- put EMPTY
- if dir = "left" then
- pijl2 = new(script("mover"), 13, "left id", "left hi", "left md", "moveleft", 16, "prev id", "prev hi", waardeRechts, waardeMidden, waardeLinks, flag)
- else
- pijl2 = new(script("mover"), 14, "right id", "right hi", "right md", "moveright", 17, "next id", "next hi", waardeRechts, waardeMidden, waardeLinks, flag)
- end if
- end
-
- on depuppet
- repeat with x = 4 to 100
- puppetSprite(x, 0)
- end repeat
- updateStage()
- end
-