home *** CD-ROM | disk | FTP | other *** search
- global sliderlijst, entert, switcheslijst
-
- on exitFrame
- if switcheslijst = [] then
- maakDeSwitchesActief(EMPTY)
- end if
- if entert = "<1" then
- entert = ">1"
- setcurrentSW(getAt(switcheslijst, 1), "sw1 txt", "sw1 1d")
- setcurrentSW(getAt(switcheslijst, 2), "sw1 txt", "sw2 id")
- setcurrentSW(getAt(switcheslijst, 3), "sw1 txt", "sw3 id")
- setcurrentC(getAt(sliderlijst, 1), "ho3", "s1 id")
- setcurrentC(getAt(sliderlijst, 2), "ho3", "s2 id")
- setcurrentC(getAt(sliderlijst, 3), "ho3", "s3 md")
- setcurrentC(getAt(sliderlijst, 4), "ho3", "s4 id")
- setcurrentC(getAt(sliderlijst, 5), "ho3", "s5 id")
- setcurrentC(getAt(sliderlijst, 6), "ho3", "s6 id")
- end if
- back = new(script("cb"), 18, "back id", "back hi", "back md", "bck")
- slid(getAt(sliderlijst, 1))
- slid(getAt(sliderlijst, 2))
- slid(getAt(sliderlijst, 4))
- slid(getAt(sliderlijst, 5))
- slid(getAt(sliderlijst, 6))
- switch(getAt(switcheslijst, 1))
- switch(getAt(switcheslijst, 2))
- switch(getAt(switcheslijst, 3))
- cbbtn(back)
- go(the frame)
- end
-