home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Aventura / Kung_Fu.swf / scripts / DefineSprite_865_Baddie4 / frame_2 / DoAction.as
Encoding:
Text File  |  2007-09-27  |  226 b   |  9 lines

  1. this.scores.gotoAndPlay("score100");
  2. scores._xscale = this._xscale;
  3. _root.panel.score += 100;
  4. _root.guage.gotoAndStop(_root.guage._currentframe + 1);
  5. Hita = new Sound();
  6. Hita.attachSound("Hita");
  7. Hita.start();
  8. stop();
  9.