home *** CD-ROM | disk | FTP | other *** search
/ Discovering Nature in the City / LUONTOCD.iso / pc / files / quitmiaw.dxr / 00002.ls < prev    next >
Encoding:
Text File  |  1996-12-16  |  144 b   |  10 lines

  1. on mouseUp
  2.   global quitMiaw
  3.   tell the stage
  4.     quit()
  5.   end tell
  6.   if objectp(window quitMiaw) then
  7.     forget(window quitMiaw)
  8.   end if
  9. end
  10.