home *** CD-ROM | disk | FTP | other *** search
/ Curso de Informatica 6 / elPeriodico6.iso / menu.dir / Internal_45.ls < prev    next >
Encoding:
Text File  |  1997-10-18  |  177 b   |  10 lines

  1. on mouseDown
  2.   global linia
  3.   repeat while the stillDown = 1
  4.     if linia > 0 then
  5.       set linia to linia - 1
  6.     end if
  7.     scrollByLine(member "texte", -1)
  8.   end repeat
  9. end
  10.