home *** CD-ROM | disk | FTP | other *** search
/ PC Pro 2000 February / DPPCPRO0200.ISO / ps10.dxr / Scripts_11_quickScroll.ls < prev    next >
Encoding:
Text File  |  1999-10-26  |  237 b   |  12 lines

  1. on mouseDown
  2.   global gScrollChild
  3.   quickScroll(gScrollChild, the mouseV)
  4.   startTimer()
  5.   repeat while the stillDown
  6.     if the timer > 15 then
  7.       quickScroll(gScrollChild, the mouseV)
  8.       startTimer()
  9.     end if
  10.   end repeat
  11. end
  12.