home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Aventura / Kung_Fu.swf / scripts / DefineSprite_217_baddie / frame_302 / DoAction.as
Encoding:
Text File  |  2007-09-27  |  179 b   |  7 lines

  1. scores.gotoAndPlay("score300");
  2. scores._xscale = this._xscale;
  3. _root.panel.score += 300;
  4. _root.enemies -= 1;
  5. _root.guage.gotoAndStop(_root.guage._currentframe + 1);
  6. stop();
  7.