home *** CD-ROM | disk | FTP | other *** search
/ Curso de Informatica 9 / elPeriodico9.iso / menu.dir / Internal_46.ls < prev    next >
Encoding:
Text File  |  1997-11-26  |  210 b   |  10 lines

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