home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1998 January / macformat-059.iso / mac / Demos / Martial Arts Demo / media / exit.Dxr / Internal_2.ls < prev    next >
Encoding:
Text File  |  1997-09-30  |  158 b   |  9 lines

  1. on exitFrame
  2.   global backSound
  3.   if backSound = 1 then
  4.     puppetSound(2, member 10 of castLib "internal sounds")
  5.   end if
  6.   unloadMember()
  7.   go("EXIT")
  8. end
  9.