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

  1. on mouseDown
  2.   global gHighLightPosC
  3.   if getAt(gHighLightPosC, 1) <> 0 then
  4.     ActiveFieldC(2)
  5.     CheckSelection2C()
  6.     repeat while the mouseDown and not (the mouseUp)
  7.       CheckSelection2C()
  8.     end repeat
  9.   end if
  10. end
  11.