home *** CD-ROM | disk | FTP | other *** search
- on resume
- if (the pauseState = 1) and not (the windowList = []) then
- set mouseP to point(the mouseH, the mouseV)
- if not inside(mouseP, the rect of window 1) then
- dontPassEvent()
- end if
- end if
- if (the pauseState = 1) and (the windowList = []) then
- continue()
- end if
- end
-