home *** CD-ROM | disk | FTP | other *** search
/ 100 Plus Great Games 2 / 100PLUSV2.BIN / games / RowsAndColumns.dxr / 00004.ls < prev    next >
Encoding:
Text File  |  2002-01-25  |  103 b   |  10 lines

  1. on mouseUp
  2.   global mouseHold
  3.   mouseHold = 0
  4. end
  5.  
  6. on mouseDown
  7.   global mouseHold
  8.   mouseHold = 1
  9. end
  10.