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

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