home *** CD-ROM | disk | FTP | other *** search
/ Champak 108 / jogo-disk-108.iso / Games / simple_tower_defense.swf / scripts / frame_2 / DoAction.as
Text File  |  2010-05-15  |  565b  |  20 lines

  1. stop();
  2. turret1shot = new Sound(this);
  3. turret1shot.attachSound("t1shot");
  4. turret2shot = new Sound(this);
  5. turret2shot.attachSound("t2shot");
  6. turret3shot = new Sound(this);
  7. turret3shot.attachSound("t3shot");
  8. turret4shot = new Sound(this);
  9. turret4shot.attachSound("t4shot");
  10. turret5shot = new Sound(this);
  11. turret5shot.attachSound("t5shot");
  12. music1 = new Sound(this);
  13. music1.attachSound("music");
  14. turretplace = new Sound(this);
  15. turretplace.attachSound("turretbuild");
  16. var unlock1 = false;
  17. var un1text = "Locked";
  18. var response1 = "";
  19. stopAllSounds();
  20.