home *** CD-ROM | disk | FTP | other *** search
/ Passport / passport.iso / pc / passport / textbox.dxr / 00007.ls < prev    next >
Encoding:
Text File  |  1998-01-26  |  197 b   |  10 lines

  1. on mouseDown
  2.   scrollByLine(member 1, -1)
  3.   startTimer()
  4.   repeat while the stillDown and (the timer < 30)
  5.   end repeat
  6.   repeat while the stillDown
  7.     scrollByLine(member 1, -1)
  8.   end repeat
  9. end
  10.