home *** CD-ROM | disk | FTP | other *** search
/ GU 15 - Background Photo Collection - Hanabi / gu15.iso / pc / browser.exe / browser.DXR / 00038_mouseUpEater.ls < prev    next >
Encoding:
Text File  |  1996-09-12  |  109 b   |  7 lines

  1. on mouseupeater
  2.   if not (the doubleClick) then
  3.     dontPassEvent()
  4.   end if
  5.   when mouseUp then nothing
  6. end
  7.