home *** CD-ROM | disk | FTP | other *** search
- global hydrolijst, entert
-
- on exitFrame
- put "pipo"
- if entert = "<1" then
- entert = ">1"
- setcurrentSW(getAt(hydrolijst, 1), "b1 id")
- setcurrentSW(getAt(hydrolijst, 2), "b2 id")
- setcurrentSW(getAt(hydrolijst, 3), "b3 md")
- setcurrentSW(getAt(hydrolijst, 4), "b4 id")
- end if
- back = new(script("cb"), 10, "back id", "back hi", "back md", "bck")
- cbbtn(getAt(hydrolijst, 1))
- cbbtn(getAt(hydrolijst, 2))
- cbbtn(getAt(hydrolijst, 4))
- cbbtn(back)
- go(the frame)
- end
-