home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1996 December / macformat-044.iso / Demos / The Ghost Cave / BB / RBB / PUZ.Dxr / 00005.ls < prev    next >
Encoding:
Text File  |  1996-06-14  |  152 b   |  10 lines

  1. on exitFrame
  2.   global curChar, endsnd
  3.   puppetSound(ensnd)
  4.   updateStage()
  5.   release(curChar)
  6.   repeat while soundBusy(1)
  7.   end repeat
  8.   go("idle")
  9. end
  10.