home *** CD-ROM | disk | FTP | other *** search
/ C!T ROM 21 / CTROM21A.mdf / mmm / digi.dxr / 00082.ls < prev    next >
Encoding:
Text File  |  1999-09-27  |  777 b   |  24 lines

  1. global sliderlijst, entert
  2.  
  3. on exitFrame
  4.   if entert = "<1" then
  5.     entert = ">1"
  6.     setcurrentC(getAt(sliderlijst, 1), "ho4", "s1 id")
  7.     setcurrentC(getAt(sliderlijst, 2), "ho4", "s2 id")
  8.     setcurrentC(getAt(sliderlijst, 3), "ho4", "s3 id")
  9.     setcurrentC(getAt(sliderlijst, 4), "ho4", "s4 md")
  10.     setcurrentC(getAt(sliderlijst, 5), "ho4", "s5 id")
  11.     setcurrentC(getAt(sliderlijst, 6), "ho4", "s6 id")
  12.   end if
  13.   back = new(script("cb"), 18, "back id", "back hi", "back md", "bck")
  14.   rolqt = new(script("cb"), 22, "h4qrbnt1 id", "h4qrbnt1 hi", "h4qrbnt1 md", "h4qr")
  15.   slid(getAt(sliderlijst, 1))
  16.   slid(getAt(sliderlijst, 2))
  17.   slid(getAt(sliderlijst, 3))
  18.   slid(getAt(sliderlijst, 5))
  19.   slid(getAt(sliderlijst, 6))
  20.   cbbtn(back)
  21.   cbbtn(rolqt)
  22.   go(the frame)
  23. end
  24.