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