home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 1996 Counselor / COMPUSERVE.ISO / resource / shared.dir / 00506.ls < prev    next >
Encoding:
Text File  |  1996-06-06  |  146 b   |  9 lines

  1. on playPuppetSound theSound
  2.   puppetSound(theSound)
  3.   updateStage()
  4.   repeat while soundBusy(1)
  5.   end repeat
  6.   puppetSound(0)
  7.   updateStage()
  8. end
  9.