home *** CD-ROM | disk | FTP | other *** search
/ Pro One: Netcracker Netscape Navigator / ProOne: Netcracker Netscape Navigator.iso / pc / nc / bm / bm_fone1.geo / 00003.ls < prev    next >
Encoding:
Text File  |  1997-03-19  |  306 b   |  11 lines

  1. on mouseDown
  2.   set inLarge to (the mouseV - the locV of sprite Get_ThumbSprite()) > 0
  3.   repeat while the mouseDown
  4.     if rollOver(Get_SliderSprite()) then
  5.       if (the mouseV - the locV of sprite Get_ThumbSprite()) > 0 = inLarge then
  6.         ClickSlider(inLarge)
  7.       end if
  8.     end if
  9.   end repeat
  10. end
  11.