home *** CD-ROM | disk | FTP | other *** search
- global hydrolijst, SWentert, Musicslijst, shotslijst
-
- on exitFrame
- shotslijst = []
- maakShots3Actief(EMPTY)
- if SWentert = "<1" then
- SWentert = ">1"
- setcurrentSW(getAt(Musicslijst, 1), "sw3 txt", "sw1 id")
- setcurrentSW(getAt(Musicslijst, 2), "sw3 txt", "sw2 id")
- setcurrentSW(getAt(Musicslijst, 3), "sw3 txt", "sw3 md")
- end if
- back = new(script("cb"), 18, "back id", "back hi", "back md", "bck")
- slid(getAt(hydrolijst, 1))
- slid(getAt(hydrolijst, 2))
- slid(getAt(hydrolijst, 4))
- slid(getAt(hydrolijst, 5))
- slid(getAt(hydrolijst, 6))
- switch(getAt(Musicslijst, 1))
- switch(getAt(Musicslijst, 2))
- cbbtn(getAt(shotslijst, 1))
- cbbtn(getAt(shotslijst, 2))
- cbbtn(getAt(shotslijst, 3))
- cbbtn(back)
- go(the frame)
- end
-