home *** CD-ROM | disk | FTP | other *** search
/ Iona Software Demo / MacWin_IonaSoftware_DemoCD.iso / pc / demo.exe / demo.DXR / 00012.ls < prev    next >
Encoding:
Text File  |  1996-02-23  |  102 b   |  8 lines

  1. on mouseDown
  2.   set reallyOuit to 1
  3.   if objectp(myObj) then
  4.     myObj(mdispose)
  5.   end if
  6.   quit()
  7. end
  8.