home *** CD-ROM | disk | FTP | other *** search
- global chapterlijst, pijl, entert, pijl2
-
- on exitFrame
- if entert = "<1" then
- pijl2 = 0
- entert = ">1"
- setcurrentCH(getAt(chapterlijst, 1), "l1 id")
- setcurrentCH(getAt(chapterlijst, 2), "l2 id")
- setcurrentCH(getAt(chapterlijst, 3), "l3 id")
- setcurrentCH(getAt(chapterlijst, 4), "l4 id")
- setcurrentCH(getAt(chapterlijst, 5), "l5 id")
- setcurrentCH(getAt(chapterlijst, 6), "l6 id")
- setcurrentCH(getAt(chapterlijst, 7), "l7 md")
- setcurrentCH(getAt(chapterlijst, 8), "l8 id")
- setcurrentCH(getAt(chapterlijst, 9), "l9 id")
- setcurrentCH(getAt(chapterlijst, 10), "l10 id")
- maakScrollpijl("right", 650, 0, 150, "nee")
- end if
- if chapterlijst = [] then
- maakchaptersActief()
- end if
- back = new(script("cb"), 11, "back id", "back hi", "back md", "bck")
- focus = new(script("cb"), 10, "focus id", "focus hi", "focus md", "focus")
- cbbtn(back)
- cbbtn(focus)
- cbbtn(pijl)
- slid(getAt(chapterlijst, 1))
- slid(getAt(chapterlijst, 2))
- slid(getAt(chapterlijst, 3))
- slid(getAt(chapterlijst, 4))
- slid(getAt(chapterlijst, 5))
- slid(getAt(chapterlijst, 6))
- slid(getAt(chapterlijst, 7))
- slid(getAt(chapterlijst, 8))
- slid(getAt(chapterlijst, 9))
- slid(getAt(chapterlijst, 10))
- go(the frame)
- end
-