home *** CD-ROM | disk | FTP | other *** search
- _root.player._alpha = 0;
- _root.player._x = _root.player.defX;
- _root.player._y = _root.player.defY;
- _root.player.gotoAndStop(1);
- _root.player.yspeed = 0;
- _root.lives.nextFrame();
- _root.player.Velocity = {_x:0,_y:0};
- _root.player._rotation = 0;
- _root.player._xscale = 100;
- _root.hud.fuel.bar._yscale = 100;
-