home *** CD-ROM | disk | FTP | other *** search
/ C!T ROM 21 / CTROM21A.mdf / mmm / vbew.dxr / 00093.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), "ho5", "s1 id")
  7.     setcurrentC(getAt(sliderlijst, 2), "ho5", "s2 id")
  8.     setcurrentC(getAt(sliderlijst, 3), "ho5", "s3 id")
  9.     setcurrentC(getAt(sliderlijst, 4), "ho5", "s4 id")
  10.     setcurrentC(getAt(sliderlijst, 5), "ho5", "s5 md")
  11.     setcurrentC(getAt(sliderlijst, 6), "ho5", "s6 id")
  12.   end if
  13.   back = new(script("cb"), 18, "back id", "back hi", "back md", "bck")
  14.   rolqt = new(script("cb"), 22, "h5qrbnt1 id", "h5qrbnt1 hi", "h5qrbnt1 md", "h5qr")
  15.   slid(getAt(sliderlijst, 1))
  16.   slid(getAt(sliderlijst, 2))
  17.   slid(getAt(sliderlijst, 3))
  18.   slid(getAt(sliderlijst, 4))
  19.   slid(getAt(sliderlijst, 6))
  20.   cbbtn(back)
  21.   cbbtn(rolqt)
  22.   go(the frame)
  23. end
  24.