home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 August / Chip_2004-08_cd1.bin / oddech / fight / fight9.exe / scripts / DefineSprite_867 / frame_1 / DoAction.as
Encoding:
Text File  |  2002-09-29  |  234 b   |  14 lines

  1. function sstop()
  2. {
  3.    s1.stop("wav01");
  4.    s2.stop("wav02");
  5.    s3.stop("wav03");
  6. }
  7. stop();
  8. s1 = new Sound();
  9. s2 = new Sound();
  10. s3 = new Sound();
  11. s1.attachSound("wav01");
  12. s2.attachSound("wav02");
  13. s3.attachSound("wav03");
  14.