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

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