home *** CD-ROM | disk | FTP | other *** search
/ תקליטור אוסף מעל 200 משחקים מרתקים / over-200-games-micro-a-media.iso / CONNECTD / 05DD.DXR / 00548.ls < prev    next >
Encoding:
Text File  |  1996-01-12  |  211 b   |  14 lines

  1. on exitFrame
  2.   global fixpal, fh, rwObj
  3.   if objectp(fixpal) then
  4.     fixpal(mdispose)
  5.   end if
  6.   if objectp(fh) then
  7.     fh(mdispose)
  8.   end if
  9.   if objectp(rwObj) then
  10.     rwObj(mdispose)
  11.   end if
  12.   quit()
  13. end
  14.