home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Acao / the_beard.swf / scripts / frame_3 / DoAction.as < prev   
Encoding:
Text File  |  2008-09-23  |  1.2 KB  |  44 lines

  1. stop();
  2. swin0 = new Sound(this);
  3. swin0.attachSound("swing0");
  4. swin1 = new Sound(this);
  5. swin1.attachSound("swing2");
  6. swin2 = new Sound(this);
  7. swin2.attachSound("swing1");
  8. groan0 = new Sound(this);
  9. groan1 = new Sound(this);
  10. groan2 = new Sound(this);
  11. groan3 = new Sound(this);
  12. groan0.attachSound("groan0");
  13. groan1.attachSound("groan1");
  14. groan2.attachSound("groan2");
  15. groan3.attachSound("groan3");
  16. hit0 = new Sound(this);
  17. hit1 = new Sound(this);
  18. hit2 = new Sound(this);
  19. hit0.attachSound("hit0");
  20. hit1.attachSound("hit1");
  21. hit2.attachSound("hit2");
  22. groundhit = new Sound(this);
  23. groundhit.attachSound("groundhit");
  24. laugh = new Sound(this);
  25. laugh.attachSound("laugh");
  26. cannot = new Sound(this);
  27. cannot.attachSound("cannot");
  28. nochance = new Sound(this);
  29. nochance.attachSound("nochance");
  30. resistance = new Sound(this);
  31. resistance.attachSound("resistance");
  32. nothing = new Sound(this);
  33. nothing.attachSound("nothing");
  34. death = new Sound(this);
  35. death.attachSound("death");
  36. fireballsound = new Sound(this);
  37. fireballsound.attachSound("firebally");
  38. discharge = new Sound(this);
  39. discharge.attachSound("discharge");
  40. bgmusic2 = new Sound(this);
  41. bgmusic2.attachSound("bgmusic2");
  42. pausesound = new Sound(this);
  43. pausesound.attachSound("pausesound");
  44.