home *** CD-ROM | disk | FTP | other *** search
- global sliderlijst, entert
-
- on exitFrame
- if entert = "<1" then
- entert = ">1"
- setcurrentC(getAt(sliderlijst, 1), "ho1", "s1 md")
- setcurrentC(getAt(sliderlijst, 2), "ho1", "s2 id")
- setcurrentC(getAt(sliderlijst, 3), "ho1", "s3 id")
- setcurrentC(getAt(sliderlijst, 4), "ho1", "s4 id")
- setcurrentC(getAt(sliderlijst, 5), "ho1", "s5 id")
- setcurrentC(getAt(sliderlijst, 6), "ho1", "s6 id")
- end if
- back = new(script("cb"), 18, "back id", "back hi", "back md", "bck")
- slid(getAt(sliderlijst, 2))
- slid(getAt(sliderlijst, 3))
- slid(getAt(sliderlijst, 4))
- slid(getAt(sliderlijst, 5))
- slid(getAt(sliderlijst, 6))
- cbbtn(back)
- go(the frame)
- end
-