home *** CD-ROM | disk | FTP | other *** search
/ Diccionario Visual Trilingue / VISUAL.iso / SHARED.DIR / 10099_TextWindow1.ls < prev    next >
Encoding:
Text File  |  1997-07-04  |  143 b   |  8 lines

  1. on mouseDown
  2.   ActiveFieldC(1)
  3.   CheckSelection1C()
  4.   repeat while the mouseDown and not (the mouseUp)
  5.     CheckSelection1C()
  6.   end repeat
  7. end
  8.