home *** CD-ROM | disk | FTP | other *** search
/ PC Direkt 1998 #11 / PCDIREKT_1198.bin / SHOWDATA / SERVKNOT.DXR / 00005.ls < prev    next >
Encoding:
Text File  |  1998-09-05  |  123 b   |  11 lines

  1. on mouseDown
  2.   if the windowList = [] then
  3.     continue()
  4.   end if
  5.   dontPassEvent()
  6. end
  7.  
  8. on mouseUp
  9.   dontPassEvent()
  10. end
  11.