home *** CD-ROM | disk | FTP | other *** search
/ SKIP - The Laundry Guide / LEVER_CD.iso / lever / ssvg.dir / 00055_downtext.ls < prev    next >
Encoding:
Text File  |  1997-02-21  |  141 b   |  10 lines

  1. on mouseDown
  2.   repeat while the stillDown = 1
  3.     MoveTextDown()
  4.   end repeat
  5. end
  6.  
  7. on MoveTextDown
  8.   scrollByLine(member "Text box", -1)
  9. end
  10.