home *** CD-ROM | disk | FTP | other *** search
/ Pro One: Netcracker Netscape Navigator / ProOne: Netcracker Netscape Navigator.iso / pc / nc / faq / faq_irc.geo / 00005.ls < prev    next >
Encoding:
Text File  |  1997-03-19  |  451 b   |  16 lines

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