home *** CD-ROM | disk | FTP | other *** search
- stop();
- _root.vidaschau = _root.vidaschau + 1;
- switch(_root.vidaschau)
- {
- case 1:
- _root.barra.vida1._visible = false;
- break;
- case 2:
- _root.barra.vida2._visible = false;
- break;
- case 3:
- _root.barra.vida3._visible = false;
- }
- if(_root.vidaschau < _root.vidas)
- {
- this.gotoAndStop(1);
- this.avancex = 0;
- this.avancey = 0;
- this.gravedad = 0;
- this.control = true;
- this._x = 55;
- this._y = 66;
- }
- else
- {
- _root.barra._visible = false;
- _root.gameover.play();
- }
-