home *** CD-ROM | disk | FTP | other *** search
- global hydrolijst, entert, Shadowslijst
-
- on exitFrame
- if entert = "<1" then
- maakDeShadowsActief("ho0")
- entert = ">1"
- setcurrentSW(getAt(hydrolijst, 1), "b1 id")
- setcurrentSW(getAt(hydrolijst, 2), "b2 id")
- setcurrentSW(getAt(hydrolijst, 3), "b3 id")
- setcurrentSW(getAt(hydrolijst, 4), "b4 md")
- setcurrentSz(getAt(Shadowslijst, 1), "Shadow1 md")
- setcurrentSz(getAt(Shadowslijst, 2), "Shadow2 id")
- setcurrentSz(getAt(Shadowslijst, 3), "Shadow3 id")
- setcurrentSz(getAt(Shadowslijst, 4), "Shadow4 id")
- setcurrentSz(getAt(Shadowslijst, 5), "Shadow5 id")
- setcurrentSz(getAt(Shadowslijst, 6), "Shadow6 id")
- setcurrentSz(getAt(Shadowslijst, 7), "Shadow7 id")
- end if
- back = new(script("cb"), 10, "back id", "back hi", "back md", "bck")
- cbbtn2(getAt(Shadowslijst, 2))
- cbbtn2(getAt(Shadowslijst, 3))
- cbbtn2(getAt(Shadowslijst, 4))
- cbbtn2(getAt(Shadowslijst, 5))
- cbbtn2(getAt(Shadowslijst, 6))
- cbbtn2(getAt(Shadowslijst, 7))
- cbbtn(getAt(hydrolijst, 1))
- cbbtn(getAt(hydrolijst, 3))
- cbbtn(getAt(hydrolijst, 4))
- cbbtn(back)
- go(the frame)
- end
-