home *** CD-ROM | disk | FTP | other *** search
/ Computer Arts Interactif 13 / CAI13.ISO / pc / quit.dxr / 00021.ls < prev    next >
Encoding:
Text File  |  1997-11-04  |  145 b   |  11 lines

  1. on exitFrame
  2.   repeat while soundBusy(2)
  3.     nothing()
  4.   end repeat
  5.   clearGlobals()
  6.   sound stop 1
  7.   sound stop 2
  8.   puppetSound(0)
  9.   quit()
  10. end
  11.