home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Acao / hoverbot_2.swf / scripts / DefineSprite_281 / frame_2 / DoAction.as
Encoding:
Text File  |  2006-06-13  |  315 b   |  11 lines

  1. _root.player._alpha = 0;
  2. _root.player._x = _root.player.defX;
  3. _root.player._y = _root.player.defY;
  4. _root.player.gotoAndStop(1);
  5. _root.player.yspeed = 0;
  6. _root.lives.nextFrame();
  7. _root.player.Velocity = {_x:0,_y:0};
  8. _root.player._rotation = 0;
  9. _root.player._xscale = 100;
  10. _root.hud.fuel.bar._yscale = 100;
  11.