home *** CD-ROM | disk | FTP | other *** search
/ What PC? 1996 August / WPCAUG96.ISO / makers / search.dir / 00096.ls < prev    next >
Encoding:
Text File  |  1996-06-12  |  100 b   |  7 lines

  1. on mouseDown
  2.   repeat while the mouseDown
  3.     nothing()
  4.   end repeat
  5.   put "cath the mouseDown"
  6. end
  7.