home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 July / Chip_1998-07_cd.bin / zkuste / mazda / STW311.dxr / Internal_25_AVI Sound PLAY 2 (down).ls < prev    next >
Encoding:
Text File  |  1998-05-12  |  128 b   |  9 lines

  1. on mouseDown 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.