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

  1. on stopMovie
  2.   global myObj, reallyQuit
  3.   if reallyQuit = 1 then
  4.     if objectp(myObj) then
  5.       myObj(mdispose)
  6.     end if
  7.     unLoadCast()
  8.     play frame "exit"
  9.   end if
  10. end
  11.