home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 July / Chip_1998-07_cd.bin / zkuste / mazda / mazIn311.dxr / Internal_10_AVI Sound PLAY.ls < prev    next >
Encoding:
Text File  |  1998-05-06  |  130 b   |  9 lines

  1. on beginSprite me
  2.   if soundBusy(1) then
  3.     puppetSound(1, 0)
  4.   end if
  5.   if soundBusy(2) then
  6.     puppetSound(2, 0)
  7.   end if
  8. end
  9.