home *** CD-ROM | disk | FTP | other *** search
/ MACup 1998 March / Image.iso / showdata / SHARED / GALERIE2.Dxr / Internal_84.ls < prev    next >
Encoding:
Text File  |  1997-07-31  |  299 b   |  12 lines

  1. on resume
  2.   if (the pauseState = 1) and not (the windowList = []) then
  3.     set mouseP to point(the mouseH, the mouseV)
  4.     if not inside(mouseP, the rect of window 1) then
  5.       dontPassEvent()
  6.     end if
  7.   end if
  8.   if (the pauseState = 1) and (the windowList = []) then
  9.     continue()
  10.   end if
  11. end
  12.