home *** CD-ROM | disk | FTP | other *** search
/ Iona Software Demo / MacWin_IonaSoftware_DemoCD.iso / pc / main.dir / 00034.ls < prev    next >
Encoding:
Text File  |  1996-02-23  |  122 b   |  9 lines

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