home *** CD-ROM | disk | FTP | other *** search
- _X = 275;
- _Y = 200;
- tiempo_muerte = getTimer();
- choca = 0;
- if(_root.config2 == 2)
- {
- choca = 0;
- _X = 275;
- _Y = 200;
- if(this.hitTest(_root.piedra))
- {
- choca = 1;
- }
- if(this.hitTest(_root.piedra2))
- {
- choca = 1;
- }
- }
- if(_root.config2 == 1)
- {
- if(fin_juego == 1)
- {
- _root.f_puntos = _root.interfaz.puntos;
- _root.f_level = _root.interfaz.level;
- _root.end_game(7);
- }
- cont3 = 0;
- while(cont3 < _root.id_piedras.length)
- {
- if(this.hitTest("_root." + eval("_root:id_piedras")[cont3]))
- {
- choca = 1;
- }
- cont3++;
- }
- }
- if(choca == 0 and tiempo_muerte2 < tiempo_muerte)
- {
- gotoAndStop(1);
- }
- else
- {
- gotoAndPlay(3);
- }
-