home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Aventura / Kung_Fu.swf / scripts / DefineSprite_426_Baddie6 / frame_538 / DoAction.as
Encoding:
Text File  |  2007-09-27  |  248 b   |  12 lines

  1. _root.lockscroll = "off";
  2. _root.LevelOneBossTune.s.stop();
  3. s = new Sound(this);
  4. s.attachSound("Death");
  5. s.start();
  6. Hit1 = new Sound();
  7. Hit1.attachSound("Hit1");
  8. Hit1.start();
  9. _root.OnStage = 3;
  10. trace("onstage=3");
  11. _root.bossdead = "on";
  12.