Frame 1
stop();
accion = "stand_d";
firing = "0";
y_speed = 12;
myspeed = 10;
saltospeed = myspeed;
cansao = 0;
aircontrol = 2;
muerto = 0;
dificultad = 60;
Set("dañograna", 80);
Set("dañopipa", 12);
granadas = 2;
hits = 0;
m_xdesplazamiento = 0;
m_ydesplazamiento = 0;
num_enemigos = 30;
i = 100;
j = 0;
k = 0;
var snd_pim = new Sound();
snd_pim.attachSound("pim");
var snd_explo = new Sound();
snd_explo.attachSound("expl04");
grana = "available";
_root.disparos_bloqueados = 0;
_root.disparos = 0;
_root.aciertos = 0;
_root.aciertos_chola = 0;
_root.vida_total = 0;
_root.vida_diferencia = 0;
_root.vida_diferencia2 = 0;
_root.continues = 0;
m_x = 0;
m_y = 0;
killcount = 0;
pared_mov = 0;
cura = 1;
time_cansao = 0;
time_cansao_t = 4;
sj_dispo = 0;
sj_t = 6;
fase_save = -1;
score = 0;
_root.maxcombo = 0;
diferencia_score = 0;
_root.diferencia_score_vida = 0;
Instance of Symbol 6 MovieClip in Frame 1
onClipEvent (load) {
startDrag ("_root.cursor");
Mouse.hide();
}
Frame 2
accion = "stand_d";
firing = "0";
y_speed = 12;
myspeed = 10;
saltospeed = myspeed;
cansao = 0;
aircontrol = 2;
muerto = 0;
hits = 0;
m_xdesplazamiento = 0;
m_ydesplazamiento = 0;
num_enemigos = 30;
i = 100;
j = 0;
k = 0;
var snd_pim = new Sound();
snd_pim.attachSound("pim");
var snd_explo = new Sound();
snd_explo.attachSound("expl04");
grana = "available";
granadas = 2;
m_x = m_x_save;
m_y = 0;
killcount = 0;
pared_mov = 0;
score = Math.ceil(score / 1.5);
Set("dañograna", 90 * (dificultad / 100));
Set("dañopipa", 15);
Instance of Symbol 1380 MovieClip "m_x_moviendose" in Frame 3
onClipEvent (load) {
activado = 0;
maximo = 0;
rapido = 0;
}
onClipEvent (enterFrame) {
if (activado == 1) {
if (0 < maximo) {
if (rapido == 1) {
_root.m_x = _root.m_x + 6.5;
maximo = maximo - 6.5;
} else if (_root.pared1.hitTest(_root.tio._x, _root.tio._y, false)) {
_root.m_x++;
maximo--;
} else {
_root.m_x++;
_root.tio._x--;
maximo--;
}
}
}
}
Instance of Symbol 1385 MovieClip in Frame 3
onClipEvent (load) {
fase = _root.fase_save;
_root.pared2._x = _root.pared2._x - 200;
_root.pared_mov = 1;
if (200 < _root.m_x) {
_root.mundo.paloatras_2._x = _root.mundo.paloatras_2._x + 964;
_root.mundo.arbolatras_2._x = _root.mundo.arbolatras_2._x + 964;
}
if (600 < _root.m_x) {
_root.mundo.ventana_11._x = _root.mundo.ventana_11._x + 1157;
_root.mundo.ventana_11.gotoAndStop(1);
_root.mundo.ventana_12._x = _root.mundo.ventana_12._x + 1157;
_root.mundo.ventana_12.gotoAndStop(1);
_root.mundo.ventana_13._x = _root.mundo.ventana_13._x + 1157;
_root.mundo.ventana_13.gotoAndStop(1);
}
if (1050 < _root.m_x) {
_root.mundo.ventana_14._x = 1792;
_root.mundo.ventana_14._y = 72;
_root.mundo.ventana_14._alpha = 70;
_root.mundo.ventana_14.gotoAndStop(1);
_root.mundo.ventana_15._x = 1866;
_root.mundo.ventana_15._y = 72;
_root.mundo.ventana_15._alpha = 70;
_root.mundo.ventana_15.gotoAndStop(1);
_root.mundo.ventana_10._x = 1902;
_root.mundo.ventana_10.gotoAndStop(1);
_root.mundo.palo_1._x = _root.mundo.palo_1._x + 1600;
_root.mundo.arbol_1._x = _root.mundo.arbol_1._x + 1600;
_root.mundo.palo_3._x = _root.mundo.palo_3._x + 1650;
_root.mundo.arbol_3._x = _root.mundo.arbol_3._x + 1650;
_root.mundo.ventana_4._x = _root.mundo.ventana_4._x + 1390;
_root.mundo.ventana_4.gotoAndStop(1);
_root.mundo.ventana_5._x = _root.mundo.ventana_5._x + 1390;
_root.mundo.ventana_5.gotoAndStop(1);
_root.mundo.ventana_6._x = _root.mundo.ventana_6._x + 1390;
_root.mundo.ventana_6.gotoAndStop(1);
_root.mundo.ventana_1._x = _root.mundo.ventana_1._x + 1390;
_root.mundo.ventana_1.gotoAndStop(1);
_root.mundo.ventana_2._x = _root.mundo.ventana_2._x + 1390;
_root.mundo.ventana_2.gotoAndStop(1);
_root.mundo.ventana_3._x = _root.mundo.ventana_3._x + 1390;
_root.mundo.ventana_3.gotoAndStop(1);
}
if (1620 < _root.m_x) {
_root.mundo.coche1._x = 2650;
_root.mundo.ventana_7._x = 2695.5;
_root.mundo.ventana_7._y = -12;
_root.mundo.ventana_7.gotoAndStop(1);
_root.mundo.ventana_8._x = 2766;
_root.mundo.ventana_8._y = -12;
_root.mundo.ventana_8.gotoAndStop(1);
_root.mundo.ventana_9._x = 2837;
_root.mundo.ventana_9._y = -12;
_root.mundo.ventana_9.gotoAndStop(1);
_root.mundo.ventana_11._x = 2695.5;
_root.mundo.ventana_11.gotoAndStop(1);
_root.mundo.ventana_12._x = 2766;
_root.mundo.ventana_12.gotoAndStop(1);
_root.mundo.ventana_13._x = 2837;
_root.mundo.ventana_13.gotoAndStop(1);
_root.mundo.shape2._x = 2800;
_root.mundo.shape2.gotoAndStop(1);
_root.mundo.shape2.dead = 0;
_root.mundo.shape1._x = 2400;
_root.mundo.shape1.gotoAndStop(1);
_root.mundo.shape1.dead = 0;
}
}
onClipEvent (enterFrame) {
_root.mundo._x = -_root.m_x;
_root.fase._xscale = _root.killcount * 3;
if ((200 < _root.m_x) && (fase == -1)) {
_root.mundo.mundomobs.creamobs0.activado = 1;
_root.mundo.mundomobs.creamobs0.gotoAndPlay(4);
fase = 0;
_root.mundo.paloatras_2._x = _root.mundo.paloatras_2._x + 964;
_root.mundo.arbolatras_2._x = _root.mundo.arbolatras_2._x + 964;
gotoAndPlay (2);
}
if (600 < _root.m_x) {
if (fase == 0) {
_root.killcount = 0;
_root.pared2._x = _root.pared2._x + 200;
fase = 1;
_root.mundo.ventana_11._x = _root.mundo.ventana_11._x + 1157;
_root.mundo.ventana_11.gotoAndStop(1);
_root.mundo.ventana_12._x = _root.mundo.ventana_12._x + 1157;
_root.mundo.ventana_12.gotoAndStop(1);
_root.mundo.ventana_13._x = _root.mundo.ventana_13._x + 1157;
_root.mundo.ventana_13.gotoAndStop(1);
_root.mundo.mundomobs.creamobs1.activado = 1;
_root.mundo.mundomobs.creamobs1.gotoAndPlay(2);
_root.mundo.mundomobs.creamobs2.activado = 1;
_root.mundo.mundomobs.creamobs2.gotoAndPlay(2);
_root.mundo.mundomobs.creamobs3.activado = 1;
_root.mundo.mundomobs.creamobs3.gotoAndPlay(2);
_root.pared_mov = 0;
}
if ((8 < _root.killcount) && (fase == 1)) {
fase = 1.5;
_root["giñao_pacasa"] = "si";
_root.fase_save = fase;
_root.m_x_save = _root.m_x;
_root.pared2._x = _root.pared2._x - 200;
_root.killcount = 0;
_root.pared_mov = 1;
_root.go.gotoAndPlay(2);
}
}
if ((610 < _root.m_x) && (fase == 1.5)) {
_root.mundo.mundomobs.creamobs5.activado = 1;
_root.mundo.mundomobs.creamobs5.gotoAndPlay(2);
_root.mundo.mundomobs.creamobs7.activado = 1;
_root.mundo.mundomobs.creamobs7.gotoAndPlay(2);
fase = 2;
gotoAndPlay (10);
}
if ((850 < _root.m_x) && (fase == 2)) {
_root.mundo.mundomobs.creamobs8.activado = 1;
_root.mundo.mundomobs.creamobs8.gotoAndPlay(2);
_root.mundo.mundomobs.creamobs10.activado = 1;
fase = 3;
}
if ((880 < _root.m_x) && (fase == 3)) {
_root.mundo.mundomobs.creamobs9.activado = 1;
_root.mundo.mundomobs.creamobs9.gotoAndPlay(2);
_root.mundo.mundomobs.creamobs10.gotoAndPlay(2);
_root.mundo.mundomobs.creamobs11.activado = 1;
_root.mundo.mundomobs.creamobs11.gotoAndPlay(2);
fase = 4;
}
if ((1050 < _root.m_x) && (fase == 4)) {
_root.mundo.ventana_14._x = 1792;
_root.mundo.ventana_14._y = 72;
_root.mundo.ventana_14._alpha = 70;
_root.mundo.ventana_14.gotoAndStop(1);
_root.mundo.ventana_15._x = 1866;
_root.mundo.ventana_15._y = 72;
_root.mundo.ventana_15._alpha = 70;
_root.mundo.ventana_15.gotoAndStop(1);
_root.mundo.ventana_10._x = 1902;
_root.mundo.ventana_10.gotoAndStop(1);
_root.mundo.palo_1._x = _root.mundo.palo_1._x + 1600;
_root.mundo.arbol_1._x = _root.mundo.arbol_1._x + 1600;
_root.mundo.palo_3._x = _root.mundo.palo_3._x + 1650;
_root.mundo.arbol_3._x = _root.mundo.arbol_3._x + 1650;
_root.mundo.ventana_4._x = _root.mundo.ventana_4._x + 1390;
_root.mundo.ventana_4.gotoAndStop(1);
_root.mundo.ventana_5._x = _root.mundo.ventana_5._x + 1390;
_root.mundo.ventana_5.gotoAndStop(1);
_root.mundo.ventana_6._x = _root.mundo.ventana_6._x + 1390;
_root.mundo.ventana_6.gotoAndStop(1);
_root.mundo.ventana_1._x = _root.mundo.ventana_1._x + 1390;
_root.mundo.ventana_1.gotoAndStop(1);
_root.mundo.ventana_2._x = _root.mundo.ventana_2._x + 1390;
_root.mundo.ventana_2.gotoAndStop(1);
_root.mundo.ventana_3._x = _root.mundo.ventana_3._x + 1390;
_root.mundo.ventana_3.gotoAndStop(1);
fase = 5;
}
if ((1450 < _root.m_x) && (fase == 5)) {
_root.killcount = 0;
_root.pared2._x = _root.pared2._x + 200;
_root.pared_mov = 0;
_root.fase_save = fase;
_root.m_x_save = _root.m_x - 100;
fase = 6;
_root.mundo.mundomobs.creamobs12.activado = 1;
_root.mundo.mundomobs.creamobs12.gotoAndPlay(2);
_root.m_x_moviendose.activado = 1;
_root.m_x_moviendose.maximo = 150;
_root.mundo.mundomobs.creamobs13.activado = 1;
_root.mundo.mundomobs.creamobs13.gotoAndPlay(2);
}
if ((6 < _root.killcount) && (fase == 6)) {
fase = 7;
_root.killconunt = 0;
_root.fase._xscale = 100;
this.gotoAndPlay(50);
}
if ((23 < _root.killcount) && (fase == 7)) {
fase = 7.5;
_root.pared2._x = _root.pared2._x - 200;
_root.pared_mov = 1;
cont = 0;
_root.go.gotoAndPlay(2);
}
if ((1620 < _root.m_x) && (fase == 7.5)) {
fase = 8;
cont = 0;
_root.mundo.mundomobs.creamobs20.activado = 1;
_root.mundo.mundomobs.creamobs20.gotoAndPlay(2);
_root.mundo.coche1._x = 2650;
_root.mundo.ventana_7._x = 2695.5;
_root.mundo.ventana_7._y = -12;
_root.mundo.ventana_7.gotoAndStop(1);
_root.mundo.ventana_8._x = 2766;
_root.mundo.ventana_8._y = -12;
_root.mundo.ventana_8.gotoAndStop(1);
_root.mundo.ventana_9._x = 2837;
_root.mundo.ventana_9._y = -12;
_root.mundo.ventana_9.gotoAndStop(1);
_root.mundo.ventana_11._x = 2695.5;
_root.mundo.ventana_11.gotoAndStop(1);
_root.mundo.ventana_12._x = 2766;
_root.mundo.ventana_12.gotoAndStop(1);
_root.mundo.ventana_13._x = 2837;
_root.mundo.ventana_13.gotoAndStop(1);
_root.mundo.shape2._x = 2800;
_root.mundo.shape2.gotoAndStop(1);
_root.mundo.shape2.dead = 0;
_root.mundo.shape1._x = 2400;
_root.mundo.shape1.gotoAndStop(1);
_root.mundo.shape1.dead = 0;
}
if ((2300 < _root.m_x) && (fase == 8)) {
_root.killcount = 0;
_root.fase_save = fase;
_root.m_x_save = _root.m_x - 80;
fase = 9;
_root.pared2._x = _root.pared2._x + 200;
_root.pared_mov = 0;
_root.mundo.mundomobs.creamobs21.activado = 1;
_root.mundo.mundomobs.creamobs21.gotoAndPlay(2);
_root.mundo.mundomobs.creamobs22.activado = 1;
_root.mundo.mundomobs.creamobs22.gotoAndPlay(2);
}
if ((15 < _root.killcount) && (fase == 9)) {
_root.mundo.mundomobs.creamobs23.activado = 1;
_root.mundo.mundomobs.creamobs23.gotoAndPlay(2);
fase = 10;
}
if ((21 < _root.killcount) && (fase == 10)) {
_root.mundo.mundomobs.creamobs24.activado = 1;
_root.mundo.mundomobs.creamobs24.gotoAndPlay(2);
_root.mundo.mundomobs.creamobs25.activado = 1;
_root.mundo.mundomobs.creamobs25.gotoAndPlay(2);
fase = 11;
}
if ((37 < _root.killcount) && (fase == 11)) {
fase = 12;
_root.killcount = 0;
_root.fase_save = fase;
_root.m_x_save = _root.m_x;
_root.pared2._x = _root.pared2._x - 200;
_root.pared_mov = 1;
_root.go.gotoAndPlay(2);
}
if ((2305 < _root.m_x) && (fase == 12)) {
_root.mundo.mundomobs.creamobs26.activado = 1;
_root.mundo.mundomobs.creamobs26.gotoAndPlay(2);
fase = 13;
}
if ((2730 < _root.m_x) && (fase == 13)) {
_root.killcount = 0;
_root.pared2._x = _root.pared2._x + 200;
_root.pared_mov = 0;
_root.mundo.mundomobs.creamobs27.activado = 1;
_root.mundo.mundomobs.creamobs27.gotoAndPlay(2);
fase = 14;
}
if ((0 < _root.killcount) && (fase == 14)) {
_root.mundo.mundomobs.creamobs31.activado = 1;
_root.mundo.mundomobs.creamobs31.gotoAndPlay(2);
_root.mundo.mundomobs.creamobs30.gotoAndPlay(30);
fase = 15;
}
if ((12 < _root.killcount) && (fase == 15)) {
_root.mundo.mundomobs.creamobs28.gotoAndPlay(25);
_root.mundo.mundomobs.creamobs32.activado = 1;
_root.mundo.mundomobs.creamobs32.gotoAndPlay(2);
_root.mundo.mundomobs.creamobs29.activado = 1;
_root.mundo.mundomobs.creamobs29.gotoAndPlay(2);
fase = 16;
}
if ((24 < _root.killcount) && (fase == 16)) {
_root.mundo.mundomobs.creamobs31.mobs_creados = 0;
_root.mundo.mundomobs.creamobs31.mobs = 0;
_root.mundo.mundomobs.creamobs31.i = 0;
_root.mundo.mundomobs.creamobs31.gotoAndPlay(2);
fase = 17;
}
if ((28 < _root.killcount) && (fase == 17)) {
_root.mundo.mundomobs.creamobs33.activado = 1;
_root.mundo.mundomobs.creamobs33.gotoAndPlay(2);
fase = 18;
}
if ((35 < _root.killcount) && (fase == 18)) {
_root.mundo.mundomobs.creamobs34.activado = 1;
_root.mundo.mundomobs.creamobs34.gotoAndPlay(2);
fase = 19;
}
if ((49 < _root.killcount) && (fase == 19)) {
_root.mundo.tio2._x = _root.tio._x + _root.m_x;
_root.tio._y = -4000;
_root.accion = "muerto";
_root.mundo.tio2.gotoAndPlay(2);
_root.pared2._x = _root.pared2._x + 200;
_root.pared_mov = 0;
_root.fase_save = 0;
_root.m_x_save = 0;
_root.win.gotoAndPlay(2);
_root.m_x_moviendose.activado = 1;
_root.m_x_moviendose.maximo = 250;
_root.m_x_moviendose.rapido = 1;
fase = 20;
}
if (fase == 20) {
_root.accion = "muerto";
}
}
Instance of Symbol 1436 MovieClip "hud_granas" in Frame 3
onClipEvent (load) {
this.gotoAndStop(_root.granadas + 1);
}
Instance of Symbol 1445 MovieClip in Frame 3
onClipEvent (enterFrame) {
if (0 < _root.vida._xscale) {
_root.vidanumero = Math.round(_root.vida._xscale);
} else {
_root.vidanumero = 0;
}
}
Frame 16
gotoAndStop (18);
Frame 17
gotoAndPlay (1);
Frame 18
stop();
Instance of Symbol 1613 MovieClip "tio" in Frame 18
onClipEvent (enterFrame) {
_root.ti = _root.tio._currentframe;
_root.frame = _root.tio._currentFrame;
_root.newframe = 1;
if (0 < _root.time_cansao) {
_root.time_cansao--;
}
if (_root.sj_dispo >= 0) {
_root.sj_dispo--;
}
if (_root.pared2.hitTest(this._x - 10, this._y, true) && (_root.pared_mov == 1)) {
if (((_root.accion == "stand_i") || (_root.accion == "stand_d")) || (_root.accion == "agachao")) {
_root.m_x = _root.m_x + (_root.mySpeed / 1.5);
this._x = this._x - (_root.mySpeed / 1.5);
}
}
if (3 >= _root.vida._xscale) {
if (((((((_root.accion == "muerto_s") || (_root.accion == "salto_s_i")) || (_root.accion == "salto_s_d")) || (_root.accion == "salto_d")) || (_root.accion == "salto_i")) || (_root.accion == "sj_d")) || (_root.accion == "sj_i")) {
if ((_root.accion != "muerto") && (_root.accion != "muerto_s")) {
if ((_root.accion == "salto_i") || (_root.accion == "sj_i")) {
muertospeed = -5;
} else if ((_root.accion == "salto_d") || (_root.accion == "sj_d")) {
muertospeed = 5;
}
_root.vida._y = 500;
this.gotoAndPlay(170);
_root.accion = "muerto_s";
}
if (this._y < 320) {
this._y = this._y - _root.y_speed;
_root.y_speed = _root.y_speed - 2;
this._x = this._x + muertospeed;
}
} else if ((_root.accion != "muerto") && (_root.accion != "muerto_s")) {
_root.vida._y = 500;
this.gotoAndPlay(170);
_root.accion = "muerto";
}
} else {
if (_root.accion == "cayendo_sj_i") {
if (Key.isDown(40) || (Key.isDown(83))) {
_root.accion = "rodando_i";
this.gotoAndStop(290);
} else {
_root.accion = "arrastrando_i";
this.gotoAndStop(295);
}
} else if (_root.accion == "cayendo_sj_d") {
if (Key.isDown(40) || (Key.isDown(83))) {
_root.accion = "rodando_d";
this.gotoAndStop(90);
} else {
_root.accion = "arrastrando_d";
this.gotoAndStop(95);
}
}
if (Key.isDown(38) || (Key.isDown(87))) {
if (0 >= _root.time_cansao) {
if (0 < _root.sj_dispo) {
if (_root.accion == "corriendo_d") {
this.gotoAndStop(85);
_root.accion = "sj_d";
} else if (_root.accion == "corriendo_i") {
this.gotoAndStop(285);
_root.accion = "sj_i";
}
} else if (0 >= _root.sj_dispo) {
if (_root.accion == "corriendo_d") {
this.gotoAndStop(75);
_root.accion = "salto_d";
_root.tio.torso.brazo.gotoAndStop(3);
_root.salto.gotoAndPlay(2);
_root.saltospeed = _root.myspeed;
} else if (_root.accion == "stand_d") {
this.gotoAndStop(80);
_root.accion = "salto_s_d";
_root.tio.torso.brazo.gotoAndStop(3);
_root.salto.gotoAndPlay(2);
_root.saltospeed = _root.myspeed;
} else if (_root.accion == "stand_i") {
this.gotoAndStop(280);
_root.accion = "salto_s_i";
_root.tio.torso.brazo.gotoAndStop(3);
_root.salto.gotoAndPlay(2);
_root.saltospeed = _root.myspeed;
} else if (_root.accion == "corriendo_i") {
this.gotoAndStop(275);
_root.accion = "salto_i";
_root.tio.torso.brazo.gotoAndStop(3);
_root.salto.gotoAndPlay(2);
_root.saltospeed = _root.myspeed;
}
}
}
}
if (Key.isDown(39) || (Key.isDown(68))) {
if (_root.pared2.hitTest(this._x, this._y, true) || (_root.accion == "agachao")) {
if (_root.pared2.hitTest(this._x, this._y, true) && (_root.pared_mov == 1)) {
if ((_root.accion != "sj_i") && (_root.accion != "sj_d")) {
if (((((_root.accion == "corriendo_i") || (_root.accion == "corriendo_d")) || (_root.accion == "cayendo")) || (_root.accion == "cayendo_sj_i")) || (_root.accion == "cayendo_sj_d")) {
_root.m_x = _root.m_x + (_root.mySpeed / 1.5);
} else if ((((_root.accion == "salto_i") || (_root.accion == "salto_d")) || (_root.accion == "salto_s_i")) || (_root.accion == "salto_s_d")) {
_root.saltospeed = _root.saltospeed + _root.aircontrol;
}
}
}
} else if ((_root.accion != "sj_i") && (_root.accion != "sj_d")) {
if (((((_root.accion == "corriendo_i") || (_root.accion == "corriendo_d")) || (_root.accion == "cayendo")) || (_root.accion == "cayendo_sj_i")) || (_root.accion == "cayendo_sj_d")) {
_root.tio._x = _root.tio._x + _root.mySpeed;
} else if ((((_root.accion == "salto_i") || (_root.accion == "salto_d")) || (_root.accion == "salto_s_i")) || (_root.accion == "salto_s_d")) {
_root.saltospeed = _root.saltospeed + _root.aircontrol;
}
}
} else if (Key.isDown(37) || (Key.isDown(65))) {
if (_root.pared1.hitTest(this._x, this._y, true) || (_root.accion == "agachao")) {
} else if ((_root.accion != "sj_i") && (_root.accion != "sj_d")) {
if (((((_root.accion == "corriendo_i") || (_root.accion == "corriendo_d")) || (_root.accion == "cayendo")) || (_root.accion == "cayendo_sj_i")) || (_root.accion == "cayendo_sj_d")) {
_root.tio._x = _root.tio._x - _root.myspeed;
} else if ((((_root.accion == "salto_i") || (_root.accion == "salto_d")) || (_root.accion == "salto_s_i")) || (_root.accion == "salto_s_d")) {
_root.saltospeed = _root.saltospeed - _root.aircontrol;
}
}
} else if (Key.isDown(40) || (Key.isDown(83))) {
if (((((((((((_root.accion != "agachao") && (_root.accion != "salto_i")) && (_root.accion != "salto_d")) && (_root.accion != "salto_s_i")) && (_root.accion != "salto_s_d")) && (_root.accion != "sj_i")) && (_root.accion != "sj_d")) && (_root.accion != "arrastrando_d")) && (_root.accion != "arrastrando_i")) && (_root.accion != "rodando_d")) && (_root.accion != "rodando_i")) {
this.gotoAndStop(100);
_root.accion = "agachao";
}
} else if (_root.accion != "agachao") {
if ((_root.accion == "corriendo_d") or (_root.accion == "cayendo")) {
_root.accion = "stand_d";
}
if (_root.accion == "corriendo_i") {
_root.accion = "stand_i";
}
}
if (Key.isDown(40) || (Key.isDown(83))) {
_root.sj_dispo = _root.sj_t;
} else if (_root.accion == "agachao") {
this.gotoAndStop(105);
_root.accion = "desagachao";
}
_root.texto = _root._xmouse;
if (((_root.accion == "stand_d") && (_root.firing != "1")) && (320 < _root.tio._y)) {
if ((_root.tio._x + 140) < _root._xmouse) {
_root.tio.gotoAndStop(46);
} else if ((_root.tio._x + 100) < _root._xmouse) {
_root.tio.gotoAndStop(41);
} else if ((_root.tio._x + 60) < _root._xmouse) {
_root.tio.gotoAndStop(36);
} else if ((_root.tio._x + 30) < _root._xmouse) {
_root.tio.gotoAndStop(31);
} else if (_root.tio._x < _root._xmouse) {
_root.tio.gotoAndStop(26);
} else if ((_root.tio._x - 15) < _root._xmouse) {
_root.tio.gotoAndStop(21);
} else if ((_root.tio._x - 40) < _root._xmouse) {
_root.tio.gotoAndStop(16);
} else if ((_root.tio._x - 60) < _root._xmouse) {
_root.tio.gotoAndStop(11);
} else if ((_root.tio._x - 110) < _root._xmouse) {
_root.tio.gotoAndStop(6);
} else {
_root.tio.gotoAndStop(1);
}
}
if (((_root.accion == "stand_d") && (_root.firing == "1")) && (320 < _root.tio._y)) {
if ((_root.tio._x + 140) < _root._xmouse) {
_root.tio.gotoAndStop(47);
} else if ((_root.tio._x + 100) < _root._xmouse) {
_root.tio.gotoAndStop(42);
} else if ((_root.tio._x + 100) < _root._xmouse) {
_root.tio.gotoAndStop(37);
} else if ((_root.tio._x + 30) < _root._xmouse) {
_root.tio.gotoAndStop(32);
} else if (_root.tio._x < _root._xmouse) {
_root.tio.gotoAndStop(27);
} else if ((_root.tio._x - 15) < _root._xmouse) {
_root.tio.gotoAndStop(22);
} else if ((_root.tio._x - 40) < _root._xmouse) {
_root.tio.gotoAndStop(17);
} else if ((_root.tio._x - 60) < _root._xmouse) {
_root.tio.gotoAndStop(12);
} else if ((_root.tio._x - 110) < _root._xmouse) {
_root.tio.gotoAndStop(7);
} else {
_root.tio.gotoAndStop(2);
}
}
if (Key.isDown(39) || ((Key.isDown(68) && (_root.accion != "agachao")) && (320 < _root.tio._y))) {
if (_root.accion != "corriendo_d") {
if ((((((((((((_root.accion != "salto_s_d") && (_root.accion != "salto_d")) && (_root.accion != "salto_s_i")) && (_root.accion != "salto_i")) && (_root.accion != "sj_i")) && (_root.accion != "sj_d")) && (_root.accion != "cayendo_sj_d")) && (_root.accion != "cayendo_sj_i")) && (_root.accion != "rodando_i")) && (_root.accion != "rodando_d")) && (_root.accion != "arrastrando_i")) && (_root.accion != "arrastrando_d")) {
this.gotoAndPlay(60);
_root.accion = "corriendo_d";
}
} else if (_root.ti < 60) {
this.gotoAndPlay(60);
}
if (_root.firing != "1") {
if ((this._x + 160) < _root._xmouse) {
this.torso.gotoAndStop(1);
} else if ((this._x + 100) < _root._xmouse) {
this.torso.gotoAndStop(3);
} else if ((this._x + 50) < _root._xmouse) {
this.torso.gotoAndStop(5);
} else if ((this._x + 20) < _root._xmouse) {
this.torso.gotoAndStop(7);
} else if ((this._x - 15) < _root._xmouse) {
this.torso.gotoAndStop(9);
} else if ((this._x - 40) < _root._xmouse) {
this.torso.gotoAndStop(11);
} else if ((this._x - 130) < _root._xmouse) {
this.torso.gotoAndStop(13);
} else {
this.torso.gotoAndStop(15);
}
_root.texto = _root._xmouse;
}
if (_root.firing == "1") {
if ((this._x + 160) < _root._xmouse) {
this.torso.gotoAndStop(2);
} else if ((this._x + 100) < _root._xmouse) {
this.torso.gotoAndStop(4);
} else if ((this._x + 50) < _root._xmouse) {
this.torso.gotoAndStop(6);
} else if ((this._x + 20) < _root._xmouse) {
this.torso.gotoAndStop(8);
} else if ((this._x - 15) < _root._xmouse) {
this.torso.gotoAndStop(10);
} else if ((this._x - 40) < _root._xmouse) {
this.torso.gotoAndStop(12);
} else if ((this._x - 130) < _root._xmouse) {
this.torso.gotoAndStop(14);
} else {
this.torso.gotoAndStop(16);
}
_root.texto = _root._xmouse;
}
} else if (Key.isDown(37) || ((Key.isDown(65) && (_root.accion != "agachao")) && (320 < _root.tio._y))) {
if (_root.accion != "corriendo_i") {
if ((((((((((((((_root.accion != "salto_s_i") && (_root.accion != "salto_i")) && (_root.accion != "salto_s_d")) && (_root.accion != "salto_d")) && (_root.accion != "sj_i")) && (_root.accion != "sj_d")) && (_root.accion != "cayendo_sj_d")) && (_root.accion != "cayendo_sj_i")) && (_root.accion != "rodando_i")) && (_root.accion != "rodando_d")) && (_root.accion != "arrastrando_i")) && (_root.accion != "arrastrando_d")) && (_root.accion != "cayendo_sj_d")) && (_root.accion != "cayendo_sj_i")) {
this.gotoAndPlay(260);
_root.accion = "corriendo_i";
}
} else if (_root.ti < 260) {
this.gotoAndPlay(60);
}
if (_root.firing != "1") {
if ((this._x + 110) < _root._xmouse) {
this.torso.gotoAndStop(15);
} else if ((this._x + 80) < _root._xmouse) {
this.torso.gotoAndStop(13);
} else if ((this._x + 40) < _root._xmouse) {
this.torso.gotoAndStop(11);
} else if ((this._x + 20) < _root._xmouse) {
this.torso.gotoAndStop(9);
} else if ((this._x - 15) < _root._xmouse) {
this.torso.gotoAndStop(7);
} else if ((this._x - 40) < _root._xmouse) {
this.torso.gotoAndStop(5);
} else if ((this._x - 100) < _root._xmouse) {
this.torso.gotoAndStop(3);
} else {
this.torso.gotoAndStop(1);
}
_root.texto = _root._xmouse;
}
if (_root.firing == "1") {
if ((this._x + 110) < _root._xmouse) {
this.torso.gotoAndStop(16);
} else if ((this._x + 80) < _root._xmouse) {
this.torso.gotoAndStop(14);
} else if ((this._x + 40) < _root._xmouse) {
this.torso.gotoAndStop(12);
} else if ((this._x + 20) < _root._xmouse) {
this.torso.gotoAndStop(10);
} else if ((this._x - 15) < _root._xmouse) {
this.torso.gotoAndStop(8);
} else if ((this._x - 40) < _root._xmouse) {
this.torso.gotoAndStop(6);
} else if ((this._x - 100) < _root._xmouse) {
this.torso.gotoAndStop(4);
} else {
this.torso.gotoAndStop(2);
}
_root.texto = _root._xmouse;
}
}
if (((_root.accion == "stand_i") && (_root.firing != "1")) && (320 < _root.tio._y)) {
if ((_root.tio._x + 140) < _root._xmouse) {
_root.tio.gotoAndStop(246);
} else if ((_root.tio._x + 100) < _root._xmouse) {
_root.tio.gotoAndStop(241);
} else if ((_root.tio._x + 60) < _root._xmouse) {
_root.tio.gotoAndStop(236);
} else if ((_root.tio._x + 30) < _root._xmouse) {
_root.tio.gotoAndStop(231);
} else if (_root.tio._x < _root._xmouse) {
_root.tio.gotoAndStop(226);
} else if ((_root.tio._x - 15) < _root._xmouse) {
_root.tio.gotoAndStop(221);
} else if ((_root.tio._x - 40) < _root._xmouse) {
_root.tio.gotoAndStop(216);
} else if ((_root.tio._x - 60) < _root._xmouse) {
_root.tio.gotoAndStop(211);
} else if ((_root.tio._x - 110) < _root._xmouse) {
_root.tio.gotoAndStop(206);
} else {
_root.tio.gotoAndStop(201);
}
}
if (((_root.accion == "stand_i") && (_root.firing == "1")) && (320 < _root.tio._y)) {
if ((_root.tio._x + 140) < _root._xmouse) {
_root.tio.gotoAndStop(247);
} else if ((_root.tio._x + 100) < _root._xmouse) {
_root.tio.gotoAndStop(242);
} else if ((_root.tio._x + 100) < _root._xmouse) {
_root.tio.gotoAndStop(237);
} else if ((_root.tio._x + 30) < _root._xmouse) {
_root.tio.gotoAndStop(232);
} else if (_root.tio._x < _root._xmouse) {
_root.tio.gotoAndStop(227);
} else if ((_root.tio._x - 15) < _root._xmouse) {
_root.tio.gotoAndStop(222);
} else if ((_root.tio._x - 40) < _root._xmouse) {
_root.tio.gotoAndStop(217);
} else if ((_root.tio._x - 60) < _root._xmouse) {
_root.tio.gotoAndStop(212);
} else if ((_root.tio._x - 110) < _root._xmouse) {
_root.tio.gotoAndStop(207);
} else {
_root.tio.gotoAndStop(202);
}
}
if ((((_root.accion == "salto_s_i") || (_root.accion == "salto_s_d")) || (_root.accion == "salto_d")) || (_root.accion == "salto_i")) {
if (_root.accion == "stand_i") {
_root.accion = "salto_s_i";
_root.tio.gotoAndStop(280);
}
if (_root.accion == "stand_d") {
_root.accion = "salto_s_d";
_root.tio.gotoAndStop(80);
}
if (-12 < _root.y_speed) {
_root.tio._y = _root.tio._y - _root.y_speed;
_root.y_speed = _root.y_speed - 2;
if (_root.accion == "salto_i") {
if ((_root.saltospeed - 20) < -10) {
_root.saltospeed = 10;
}
if (10 < (_root.saltospeed - 20)) {
_root.saltospeed = 30;
}
if (_root.pared1.hitTest(_root.tio._x, _root.tio._y, true) and ((_root.saltospeed - 20) < 0)) {
_root.saltospeed = 20;
}
_root.tio._x = _root.tio._x + (_root.saltospeed - 20);
}
if (_root.accion == "salto_s_i") {
if ((_root.saltospeed - 10) < -10) {
_root.saltospeed = 0;
}
if (10 < (_root.saltospeed - 10)) {
_root.saltospeed = 20;
}
if (_root.pared1.hitTest(_root.tio._x, _root.tio._y, true) and ((_root.saltospeed - 10) < 0)) {
_root.saltospeed = 10;
} else if (_root.pared2.hitTest(_root.tio._x, _root.tio._y, true) and (0 < (_root.saltospeed - 10))) {
_root.saltospeed = 10;
}
_root.tio._x = _root.tio._x + (_root.saltospeed - 10);
}
if (_root.accion == "salto_s_d") {
if ((_root.saltospeed - 10) < -10) {
_root.saltospeed = 0;
}
if (10 < (_root.saltospeed - 10)) {
_root.saltospeed = 20;
}
if (_root.pared2.hitTest(_root.tio._x, _root.tio._y, true) and (0 < (_root.saltospeed - 10))) {
_root.saltospeed = 10;
} else if (_root.pared1.hitTest(_root.tio._x, _root.tio._y, true) and ((_root.saltospeed - 10) < 0)) {
_root.saltospeed = 10;
}
_root.tio._x = _root.tio._x + (_root.saltospeed - 10);
}
if (_root.accion == "salto_d") {
if (10 < _root.saltospeed) {
_root.saltospeed = 10;
}
if (_root.saltospeed < -10) {
_root.saltospeed = -10;
}
if (_root.pared2.hitTest(_root.tio._x, _root.tio._y, true) and (0 < _root.saltospeed)) {
_root.saltospeed = 0;
}
_root.tio._x = _root.tio._x + _root.saltospeed;
}
} else {
if (_root.accion == "salto_i") {
if ((_root.saltospeed - 20) < -10) {
_root.saltospeed = 10;
}
if (_root.pared1.hitTest(_root.tio._x, _root.tio._y, true) and ((_root.saltospeed - 20) < 0)) {
_root.saltospeed = 20;
}
_root.tio._x = _root.tio._x + (_root.saltospeed - 20);
}
if (_root.accion == "salto_s_i") {
if ((_root.saltospeed - 10) < -10) {
_root.saltospeed = 0;
}
if (10 < (_root.saltospeed - 10)) {
_root.saltospeed = 20;
}
if (_root.pared1.hitTest(_root.tio._x, _root.tio._y, true) and ((_root.saltospeed - 10) < 0)) {
_root.saltospeed = 10;
} else if (_root.pared2.hitTest(_root.tio._x, _root.tio._y, true) and (0 < (_root.saltospeed - 10))) {
_root.saltospeed = 10;
}
_root.tio._x = _root.tio._x + (_root.saltospeed - 10);
}
if (_root.accion == "salto_s_d") {
if ((_root.saltospeed - 10) < -10) {
_root.saltospeed = 0;
}
if (10 < (_root.saltospeed - 10)) {
_root.saltospeed = 20;
}
if (_root.pared2.hitTest(_root.tio._x, _root.tio._y, true) and (0 < (_root.saltospeed - 10))) {
_root.saltospeed = 10;
_root.m_x = _root.m_x + 4;
} else if (_root.pared1.hitTest(_root.tio._x, _root.tio._y, true) and ((_root.saltospeed - 10) < 0)) {
_root.saltospeed = 10;
}
_root.tio._x = _root.tio._x + (_root.saltospeed - 10);
}
if (_root.accion == "salto_d") {
if (10 < _root.saltospeed) {
_root.saltospeed = 10;
}
if (_root.pared2.hitTest(_root.tio._x, _root.tio._y, true) and (0 < _root.saltospeed)) {
_root.saltospeed = 0;
_root.m_x = _root.m_x + 6;
}
_root.tio._x = _root.tio._x + _root.saltospeed;
}
_root.tio._y = _root.tio._y - _root.y_speed;
gotoAndStop (1);
_root.saltospeed = 10;
_root.y_speed = 12;
_root.accion = "cayendo";
_root.time_cansao = _root.time_cansao_t;
}
}
if (((_root.accion == "salto_d") && (_root.pared2.hitTest(_root.tio._x, _root.tio._y, true))) && (_root.pared_mov == 1)) {
_root.m_x = _root.m_x + 6;
}
if (((_root.accion == "salto_s_d") && (_root.pared2.hitTest(_root.tio._x, _root.tio._y, true))) && (_root.pared_mov == 1)) {
_root.m_x = _root.m_x + 4;
}
if ((_root.accion == "salto_d") or (_root.accion == "salto_s_d")) {
if (_root.firing != "1") {
if ((this._x + 160) < _root._xmouse) {
this.torso.gotoAndStop(1);
} else if ((this._x + 100) < _root._xmouse) {
this.torso.gotoAndStop(3);
} else if ((this._x + 50) < _root._xmouse) {
this.torso.gotoAndStop(5);
} else if ((this._x + 20) < _root._xmouse) {
this.torso.gotoAndStop(7);
} else if ((this._x - 15) < _root._xmouse) {
this.torso.gotoAndStop(9);
} else if ((this._x - 40) < _root._xmouse) {
this.torso.gotoAndStop(11);
} else if ((this._x - 130) < _root._xmouse) {
this.torso.gotoAndStop(13);
} else {
this.torso.gotoAndStop(15);
}
_root.texto = _root._xmouse;
}
if (_root.firing == "1") {
if ((this._x + 160) < _root._xmouse) {
this.torso.gotoAndStop(2);
} else if ((this._x + 100) < _root._xmouse) {
this.torso.gotoAndStop(4);
} else if ((this._x + 50) < _root._xmouse) {
this.torso.gotoAndStop(6);
} else if ((this._x + 20) < _root._xmouse) {
this.torso.gotoAndStop(8);
} else if ((this._x - 15) < _root._xmouse) {
this.torso.gotoAndStop(10);
} else if ((this._x - 40) < _root._xmouse) {
this.torso.gotoAndStop(12);
} else if ((this._x - 130) < _root._xmouse) {
this.torso.gotoAndStop(14);
} else {
this.torso.gotoAndStop(16);
}
_root.texto = _root._xmouse;
}
}
if ((_root.accion == "salto_i") or (_root.accion == "salto_s_i")) {
if (_root.firing != "1") {
if ((this._x + 110) < _root._xmouse) {
this.torso.gotoAndStop(15);
} else if ((this._x + 80) < _root._xmouse) {
this.torso.gotoAndStop(13);
} else if ((this._x + 40) < _root._xmouse) {
this.torso.gotoAndStop(11);
} else if ((this._x + 20) < _root._xmouse) {
this.torso.gotoAndStop(9);
} else if ((this._x - 15) < _root._xmouse) {
this.torso.gotoAndStop(7);
} else if ((this._x - 40) < _root._xmouse) {
this.torso.gotoAndStop(5);
} else if ((this._x - 100) < _root._xmouse) {
this.torso.gotoAndStop(3);
} else {
this.torso.gotoAndStop(1);
}
_root.texto = _root._xmouse;
}
if (_root.firing == "1") {
if ((this._x + 110) < _root._xmouse) {
this.torso.gotoAndStop(16);
} else if ((this._x + 80) < _root._xmouse) {
this.torso.gotoAndStop(14);
} else if ((this._x + 40) < _root._xmouse) {
this.torso.gotoAndStop(12);
} else if ((this._x + 20) < _root._xmouse) {
this.torso.gotoAndStop(10);
} else if ((this._x - 15) < _root._xmouse) {
this.torso.gotoAndStop(8);
} else if ((this._x - 40) < _root._xmouse) {
this.torso.gotoAndStop(6);
} else if ((this._x - 100) < _root._xmouse) {
this.torso.gotoAndStop(4);
} else {
this.torso.gotoAndStop(2);
}
_root.texto = _root._xmouse;
}
}
if (_root.pared1.hitTest(this._x, this._y, true) || (_root.pared2.hitTest(this._x, this._y, true))) {
if (_root.pared_mov == 1) {
if (_root.accion == "rodando_d") {
_root.m_x = _root.m_x + 7;
}
}
} else if (_root.accion == "rodando_d") {
_root.tio._x = _root.tio._x + 10;
} else if (_root.accion == "rodando_i") {
_root.tio._x = _root.tio._x - 10;
}
}
tiomovx = this._x - anteriorx;
tiomovy = this._y - anteriory;
if ((Key.isDown(17) || (Key.isDown(32))) || (Key.isDown(16))) {
_root.granada.gotoAndPlay(2);
if (((((_root.grana == "available") && (0 < _root.granadas)) && (_root.accion != "agachao")) && (_root.accion != "muerto")) && (_root.accion != "muerto_s")) {
_root.granadas--;
_root.hud_granas.gotoAndStop(_root.granadas + 1);
if ((_root.accion == "stand_i") || (_root.accion == "stand_d")) {
_root.tio.gotoAndPlay(53);
_root.accion = "granada";
_root.mundo.media_marcas.granada_voladora.duplicateMovieClip("granada1_" + _root.k, _root.k + 600);
_root.mundo.media_marcas["granada1_" + _root.k]._x = this._x + _root.m_x;
_root.mundo.media_marcas["granada1_" + _root.k]._y = this._y;
_root.mundo.media_marcas["granada1_" + _root.k].gotoAndPlay(2);
_root.k++;
_root.mundo.granada_alante.duplicateMovieClip("granada2_" + _root.k, _root.k + 700);
_root.mundo["granada2_" + _root.k]._x = this._x + _root.m_x;
_root.mundo["granada2_" + _root.k]._y = this._y;
_root.mundo["granada2_" + _root.k].gotoAndPlay(2);
_root.k++;
_root.grana = "no";
} else {
_root.tio.torso.brazo.gotoAndPlay(15);
_root.mundo.media_marcas.granada_voladora.duplicateMovieClip("granada1_" + _root.k, _root.k + 600);
_root.mundo.media_marcas["granada1_" + _root.k]._x = (this._x + _root.m_x) + (tiomovx * 2.5);
_root.mundo.media_marcas["granada1_" + _root.k]._y = this._y + (tiomovy * 2.5);
_root.mundo.media_marcas["granada1_" + _root.k].gotoAndPlay(2);
_root.k++;
_root.mundo.granada_alante.duplicateMovieClip("granada2_" + _root.k, _root.k + 700);
_root.mundo["granada2_" + _root.k]._x = (this._x + _root.m_x) + (tiomovx * 2.5);
_root.mundo["granada2_" + _root.k]._y = this._y + (tiomovy * 2.5);
_root.mundo["granada2_" + _root.k].gotoAndPlay(2);
_root.k++;
_root.grana = "no";
}
}
}
if ((_root.tio._currentframe == 85) || (_root.tio._currentframe == 285)) {
if (-12 < _root.y_speed) {
_root.tio._y = _root.tio._y - _root.y_speed;
_root.y_speed = _root.y_speed - 2;
if (_root.accion == "sj_i") {
if (_root.pared1.hitTest(_root.tio._x, _root.tio._y, true)) {
} else {
_root.tio._x = _root.tio._x - 12;
}
} else if (_root.accion == "sj_d") {
if (_root.pared2.hitTest(_root.tio._x, _root.tio._y, true)) {
if (_root.pared_mov == 1) {
_root.m_x = _root.m_x + 7;
}
} else {
_root.tio._x = _root.tio._x + 12;
}
}
} else {
_root.tio._y = _root.tio._y - _root.y_speed;
_root.y_speed = 12;
if (_root.tio._currentframe == 285) {
_root.accion = "cayendo_sj_i";
if (_root.pared1.hitTest(_root.tio._x, _root.tio._y, true)) {
} else {
_root.tio._x = _root.tio._x - 6;
}
} else if (_root.tio._currentframe == 85) {
_root.accion = "cayendo_sj_d";
if (_root.pared2.hitTest(_root.tio._x, _root.tio._y, true)) {
if (_root.pared_mov == 1) {
_root.m_x = _root.m_x + 6;
}
} else {
_root.tio._x = _root.tio._x + 6;
}
}
}
}
anteriorx = this._x;
anteriory = this._y;
if ((((((((_root.accion != "salto_d") && (_root.accion != "muerte_s")) && (_root.accion != "salto_i")) && (_root.accion != "salto_s_d")) && (_root.accion != "salto_s_i")) && (_root.accion != "sj_d")) && (_root.accion != "sj_i")) && (this._y < 320)) {
if (Key.isDown(39) || (Key.isDown(65))) {
this.gotoAndStop(285);
_root.accion = "sj_i";
} else if (Key.isDown(39) || (Key.isDown(68))) {
this.gotoAndStop(85);
_root.accion = "sj_d";
} else {
this.gotoAndStop(80);
_root.accion = "salto_s_d";
_root.tio.torso.brazo.gotoAndStop(3);
_root.salto.gotoAndPlay(2);
_root.saltospeed = _root.myspeed;
}
}
}
Instance of Symbol 1620 MovieClip "combocount" in Frame 18
onClipEvent (load) {
numcombo = 0;
}
onClipEvent (enterFrame) {
if (_root.dificultad != 0) {
if ((numcombo < _root.combo.num) and (1 < _root.combo.num)) {
this.gotoAndPlay(2);
numcombo = _root.combo.num;
}
vidascale = 100 - _root.vida._xscale;
vida1 = Math.round(_root.vida_total + vidascale);
_root.dif = 20 * _root.dificultad;
if (((20 * _root.dificultad) < (_root.score - _root.diferencia_score)) and (0 < _root.vida._xscale)) {
if ((_root.dificultad < 100) and (vida1 < (_root.vida_diferencia2 + 20))) {
_root.dificultad = _root.dificultad + 1;
_root.tio.hit.hitdificultad._xscale = _root.dificultad;
_root.tio.hit.hitdificultad._yscale = _root.dificultad;
}
_root.diferencia_score = _root.diferencia_score + 1000;
_root.vida_diferencia2 = vida1;
}
if (((_root.vida_diferencia + 40) < vida1) and (0 < _root.vida._xscale)) {
if (((_root.score - _root.diferencia_score_vida) < 700) and (60 < _root.dificultad)) {
_root.dificultad = _root.dificultad - 5;
_root.tio.hit.hitdificultad._xscale = _root.dificultad;
_root.tio.hit.hitdificultad._yscale = _root.dificultad;
}
_root.diferencia_score = _root.score;
_root.vida_diferencia = vida1;
_root.diferencia_score_vida = _root.score;
}
}
}
Instance of Symbol 1445 MovieClip in Frame 18
onClipEvent (enterFrame) {
if (0 < _root.vida._xscale) {
_root.vidanumero = Math.floor(_root.vida._xscale);
} else {
_root.vidanumero = 0;
}
}
Frame 19
gotoAndStop (1);
Instance of Symbol 1620 MovieClip "combocount" in Frame 19
onClipEvent (load) {
numcombo = 0;
}
onClipEvent (enterFrame) {
if ((numcombo < _root.combo.num) and (1 < _root.combo.num)) {
this.gotoAndPlay(2);
numcombo = _root.combo.num;
}
vidascale = 100 - _root.vida._xscale;
vida1 = Math.round(_root.vida_total + vidascale);
if ((1000 < (_root.score - _root.diferencia_score)) and (0 < _root.vida._xscale)) {
if ((_root.dificultad < 100) and (vida1 < (_root.vida_diferencia2 + 20))) {
_root.dificultad = _root.dificultad + 5;
}
_root.diferencia_score = _root.diferencia_score + 1000;
_root.vida_diferencia2 = vida1;
}
if (((_root.vida_diferencia + 40) < vida1) and (0 < _root.vida._xscale)) {
if (((_root.score - _root.diferencia_score_vida) < 700) and (40 < _root.dificultad)) {
_root.dificultad = _root.dificultad - 5;
}
_root.diferencia_score = _root.score;
_root.vida_diferencia = vida1;
_root.diferencia_score_vida = _root.score;
}
}
Instance of Symbol 1613 MovieClip "tio" in Frame 19
onClipEvent (enterFrame) {
_root.ti = _root.tio._currentframe;
_root.frame = _root.tio._currentFrame;
_root.newframe = 1;
if (0 < _root.time_cansao) {
_root.time_cansao--;
}
if (_root.sj_dispo >= 0) {
_root.sj_dispo--;
}
if (_root.pared2.hitTest(this._x - 10, this._y, true) && (_root.pared_mov == 1)) {
if (((_root.accion == "stand_i") || (_root.accion == "stand_d")) || (_root.accion == "agachao")) {
_root.m_x = _root.m_x + (_root.mySpeed / 1.5);
this._x = this._x - (_root.mySpeed / 1.5);
}
}
if (3 >= _root.vida._xscale) {
if (((((((_root.accion == "muerto_s") || (_root.accion == "salto_s_i")) || (_root.accion == "salto_s_d")) || (_root.accion == "salto_d")) || (_root.accion == "salto_i")) || (_root.accion == "sj_d")) || (_root.accion == "sj_i")) {
if ((_root.accion != "muerto") && (_root.accion != "muerto_s")) {
if ((_root.accion == "salto_i") || (_root.accion == "sj_i")) {
muertospeed = -5;
} else if ((_root.accion == "salto_d") || (_root.accion == "sj_d")) {
muertospeed = 5;
}
_root.vida._y = 500;
this.gotoAndPlay(170);
_root.accion = "muerto_s";
}
if (this._y < 320) {
this._y = this._y - _root.y_speed;
_root.y_speed = _root.y_speed - 2;
this._x = this._x + muertospeed;
}
} else if ((_root.accion != "muerto") && (_root.accion != "muerto_s")) {
_root.vida._y = 500;
this.gotoAndPlay(170);
_root.accion = "muerto";
}
} else {
if (_root.accion == "cayendo_sj_i") {
if (Key.isDown(40) || (Key.isDown(83))) {
_root.accion = "rodando_i";
this.gotoAndStop(290);
} else {
_root.accion = "arrastrando_i";
this.gotoAndStop(295);
}
} else if (_root.accion == "cayendo_sj_d") {
if (Key.isDown(40) || (Key.isDown(83))) {
_root.accion = "rodando_d";
this.gotoAndStop(90);
} else {
_root.accion = "arrastrando_d";
this.gotoAndStop(95);
}
}
if (Key.isDown(38) || (Key.isDown(87))) {
if (0 >= _root.time_cansao) {
if (0 < _root.sj_dispo) {
if (_root.accion == "corriendo_d") {
this.gotoAndStop(85);
_root.accion = "sj_d";
} else if (_root.accion == "corriendo_i") {
this.gotoAndStop(285);
_root.accion = "sj_i";
}
} else if (0 >= _root.sj_dispo) {
if (_root.accion == "corriendo_d") {
this.gotoAndStop(75);
_root.accion = "salto_d";
_root.tio.torso.brazo.gotoAndStop(3);
_root.salto.gotoAndPlay(2);
_root.saltospeed = _root.myspeed;
} else if (_root.accion == "stand_d") {
this.gotoAndStop(80);
_root.accion = "salto_s_d";
_root.tio.torso.brazo.gotoAndStop(3);
_root.salto.gotoAndPlay(2);
_root.saltospeed = _root.myspeed;
} else if (_root.accion == "stand_i") {
this.gotoAndStop(280);
_root.accion = "salto_s_i";
_root.tio.torso.brazo.gotoAndStop(3);
_root.salto.gotoAndPlay(2);
_root.saltospeed = _root.myspeed;
} else if (_root.accion == "corriendo_i") {
this.gotoAndStop(275);
_root.accion = "salto_i";
_root.tio.torso.brazo.gotoAndStop(3);
_root.salto.gotoAndPlay(2);
_root.saltospeed = _root.myspeed;
}
}
}
}
if (Key.isDown(39) || (Key.isDown(68))) {
if (_root.pared2.hitTest(this._x, this._y, true) || (_root.accion == "agachao")) {
if (_root.pared2.hitTest(this._x, this._y, true) && (_root.pared_mov == 1)) {
if ((_root.accion != "sj_i") && (_root.accion != "sj_d")) {
if (((((_root.accion == "corriendo_i") || (_root.accion == "corriendo_d")) || (_root.accion == "cayendo")) || (_root.accion == "cayendo_sj_i")) || (_root.accion == "cayendo_sj_d")) {
_root.m_x = _root.m_x + (_root.mySpeed / 1.5);
} else if ((((_root.accion == "salto_i") || (_root.accion == "salto_d")) || (_root.accion == "salto_s_i")) || (_root.accion == "salto_s_d")) {
_root.saltospeed = _root.saltospeed + _root.aircontrol;
}
}
}
} else if ((_root.accion != "sj_i") && (_root.accion != "sj_d")) {
if (((((_root.accion == "corriendo_i") || (_root.accion == "corriendo_d")) || (_root.accion == "cayendo")) || (_root.accion == "cayendo_sj_i")) || (_root.accion == "cayendo_sj_d")) {
_root.tio._x = _root.tio._x + _root.mySpeed;
} else if ((((_root.accion == "salto_i") || (_root.accion == "salto_d")) || (_root.accion == "salto_s_i")) || (_root.accion == "salto_s_d")) {
_root.saltospeed = _root.saltospeed + _root.aircontrol;
}
}
} else if (Key.isDown(37) || (Key.isDown(65))) {
if (_root.pared1.hitTest(this._x, this._y, true) || (_root.accion == "agachao")) {
} else if ((_root.accion != "sj_i") && (_root.accion != "sj_d")) {
if (((((_root.accion == "corriendo_i") || (_root.accion == "corriendo_d")) || (_root.accion == "cayendo")) || (_root.accion == "cayendo_sj_i")) || (_root.accion == "cayendo_sj_d")) {
_root.tio._x = _root.tio._x - _root.myspeed;
} else if ((((_root.accion == "salto_i") || (_root.accion == "salto_d")) || (_root.accion == "salto_s_i")) || (_root.accion == "salto_s_d")) {
_root.saltospeed = _root.saltospeed - _root.aircontrol;
}
}
} else if (Key.isDown(40) || (Key.isDown(83))) {
if (((((((((((_root.accion != "agachao") && (_root.accion != "salto_i")) && (_root.accion != "salto_d")) && (_root.accion != "salto_s_i")) && (_root.accion != "salto_s_d")) && (_root.accion != "sj_i")) && (_root.accion != "sj_d")) && (_root.accion != "arrastrando_d")) && (_root.accion != "arrastrando_i")) && (_root.accion != "rodando_d")) && (_root.accion != "rodando_i")) {
this.gotoAndStop(100);
_root.accion = "agachao";
}
} else if (_root.accion != "agachao") {
if ((_root.accion == "corriendo_d") or (_root.accion == "cayendo")) {
_root.accion = "stand_d";
}
if (_root.accion == "corriendo_i") {
_root.accion = "stand_i";
}
}
if (Key.isDown(40) || (Key.isDown(83))) {
_root.sj_dispo = _root.sj_t;
} else if (_root.accion == "agachao") {
this.gotoAndStop(105);
_root.accion = "desagachao";
}
_root.texto = _root._xmouse;
if (((_root.accion == "stand_d") && (_root.firing != "1")) && (320 < _root.tio._y)) {
if ((_root.tio._x + 140) < _root._xmouse) {
_root.tio.gotoAndStop(46);
} else if ((_root.tio._x + 100) < _root._xmouse) {
_root.tio.gotoAndStop(41);
} else if ((_root.tio._x + 60) < _root._xmouse) {
_root.tio.gotoAndStop(36);
} else if ((_root.tio._x + 30) < _root._xmouse) {
_root.tio.gotoAndStop(31);
} else if (_root.tio._x < _root._xmouse) {
_root.tio.gotoAndStop(26);
} else if ((_root.tio._x - 15) < _root._xmouse) {
_root.tio.gotoAndStop(21);
} else if ((_root.tio._x - 40) < _root._xmouse) {
_root.tio.gotoAndStop(16);
} else if ((_root.tio._x - 60) < _root._xmouse) {
_root.tio.gotoAndStop(11);
} else if ((_root.tio._x - 110) < _root._xmouse) {
_root.tio.gotoAndStop(6);
} else {
_root.tio.gotoAndStop(1);
}
}
if (((_root.accion == "stand_d") && (_root.firing == "1")) && (320 < _root.tio._y)) {
if ((_root.tio._x + 140) < _root._xmouse) {
_root.tio.gotoAndStop(47);
} else if ((_root.tio._x + 100) < _root._xmouse) {
_root.tio.gotoAndStop(42);
} else if ((_root.tio._x + 100) < _root._xmouse) {
_root.tio.gotoAndStop(37);
} else if ((_root.tio._x + 30) < _root._xmouse) {
_root.tio.gotoAndStop(32);
} else if (_root.tio._x < _root._xmouse) {
_root.tio.gotoAndStop(27);
} else if ((_root.tio._x - 15) < _root._xmouse) {
_root.tio.gotoAndStop(22);
} else if ((_root.tio._x - 40) < _root._xmouse) {
_root.tio.gotoAndStop(17);
} else if ((_root.tio._x - 60) < _root._xmouse) {
_root.tio.gotoAndStop(12);
} else if ((_root.tio._x - 110) < _root._xmouse) {
_root.tio.gotoAndStop(7);
} else {
_root.tio.gotoAndStop(2);
}
}
if (Key.isDown(39) || ((Key.isDown(68) && (_root.accion != "agachao")) && (320 < _root.tio._y))) {
if (_root.accion != "corriendo_d") {
if ((((((((((((_root.accion != "salto_s_d") && (_root.accion != "salto_d")) && (_root.accion != "salto_s_i")) && (_root.accion != "salto_i")) && (_root.accion != "sj_i")) && (_root.accion != "sj_d")) && (_root.accion != "cayendo_sj_d")) && (_root.accion != "cayendo_sj_i")) && (_root.accion != "rodando_i")) && (_root.accion != "rodando_d")) && (_root.accion != "arrastrando_i")) && (_root.accion != "arrastrando_d")) {
this.gotoAndPlay(60);
_root.accion = "corriendo_d";
}
} else if (_root.ti < 60) {
this.gotoAndPlay(60);
}
if (_root.firing != "1") {
if ((this._x + 160) < _root._xmouse) {
this.torso.gotoAndStop(1);
} else if ((this._x + 100) < _root._xmouse) {
this.torso.gotoAndStop(3);
} else if ((this._x + 50) < _root._xmouse) {
this.torso.gotoAndStop(5);
} else if ((this._x + 20) < _root._xmouse) {
this.torso.gotoAndStop(7);
} else if ((this._x - 15) < _root._xmouse) {
this.torso.gotoAndStop(9);
} else if ((this._x - 40) < _root._xmouse) {
this.torso.gotoAndStop(11);
} else if ((this._x - 130) < _root._xmouse) {
this.torso.gotoAndStop(13);
} else {
this.torso.gotoAndStop(15);
}
_root.texto = _root._xmouse;
}
if (_root.firing == "1") {
if ((this._x + 160) < _root._xmouse) {
this.torso.gotoAndStop(2);
} else if ((this._x + 100) < _root._xmouse) {
this.torso.gotoAndStop(4);
} else if ((this._x + 50) < _root._xmouse) {
this.torso.gotoAndStop(6);
} else if ((this._x + 20) < _root._xmouse) {
this.torso.gotoAndStop(8);
} else if ((this._x - 15) < _root._xmouse) {
this.torso.gotoAndStop(10);
} else if ((this._x - 40) < _root._xmouse) {
this.torso.gotoAndStop(12);
} else if ((this._x - 130) < _root._xmouse) {
this.torso.gotoAndStop(14);
} else {
this.torso.gotoAndStop(16);
}
_root.texto = _root._xmouse;
}
} else if (Key.isDown(37) || ((Key.isDown(65) && (_root.accion != "agachao")) && (320 < _root.tio._y))) {
if (_root.accion != "corriendo_i") {
if ((((((((((((((_root.accion != "salto_s_i") && (_root.accion != "salto_i")) && (_root.accion != "salto_s_d")) && (_root.accion != "salto_d")) && (_root.accion != "sj_i")) && (_root.accion != "sj_d")) && (_root.accion != "cayendo_sj_d")) && (_root.accion != "cayendo_sj_i")) && (_root.accion != "rodando_i")) && (_root.accion != "rodando_d")) && (_root.accion != "arrastrando_i")) && (_root.accion != "arrastrando_d")) && (_root.accion != "cayendo_sj_d")) && (_root.accion != "cayendo_sj_i")) {
this.gotoAndPlay(260);
_root.accion = "corriendo_i";
}
} else if (_root.ti < 260) {
this.gotoAndPlay(60);
}
if (_root.firing != "1") {
if ((this._x + 110) < _root._xmouse) {
this.torso.gotoAndStop(15);
} else if ((this._x + 80) < _root._xmouse) {
this.torso.gotoAndStop(13);
} else if ((this._x + 40) < _root._xmouse) {
this.torso.gotoAndStop(11);
} else if ((this._x + 20) < _root._xmouse) {
this.torso.gotoAndStop(9);
} else if ((this._x - 15) < _root._xmouse) {
this.torso.gotoAndStop(7);
} else if ((this._x - 40) < _root._xmouse) {
this.torso.gotoAndStop(5);
} else if ((this._x - 100) < _root._xmouse) {
this.torso.gotoAndStop(3);
} else {
this.torso.gotoAndStop(1);
}
_root.texto = _root._xmouse;
}
if (_root.firing == "1") {
if ((this._x + 110) < _root._xmouse) {
this.torso.gotoAndStop(16);
} else if ((this._x + 80) < _root._xmouse) {
this.torso.gotoAndStop(14);
} else if ((this._x + 40) < _root._xmouse) {
this.torso.gotoAndStop(12);
} else if ((this._x + 20) < _root._xmouse) {
this.torso.gotoAndStop(10);
} else if ((this._x - 15) < _root._xmouse) {
this.torso.gotoAndStop(8);
} else if ((this._x - 40) < _root._xmouse) {
this.torso.gotoAndStop(6);
} else if ((this._x - 100) < _root._xmouse) {
this.torso.gotoAndStop(4);
} else {
this.torso.gotoAndStop(2);
}
_root.texto = _root._xmouse;
}
}
if (((_root.accion == "stand_i") && (_root.firing != "1")) && (320 < _root.tio._y)) {
if ((_root.tio._x + 140) < _root._xmouse) {
_root.tio.gotoAndStop(246);
} else if ((_root.tio._x + 100) < _root._xmouse) {
_root.tio.gotoAndStop(241);
} else if ((_root.tio._x + 60) < _root._xmouse) {
_root.tio.gotoAndStop(236);
} else if ((_root.tio._x + 30) < _root._xmouse) {
_root.tio.gotoAndStop(231);
} else if (_root.tio._x < _root._xmouse) {
_root.tio.gotoAndStop(226);
} else if ((_root.tio._x - 15) < _root._xmouse) {
_root.tio.gotoAndStop(221);
} else if ((_root.tio._x - 40) < _root._xmouse) {
_root.tio.gotoAndStop(216);
} else if ((_root.tio._x - 60) < _root._xmouse) {
_root.tio.gotoAndStop(211);
} else if ((_root.tio._x - 110) < _root._xmouse) {
_root.tio.gotoAndStop(206);
} else {
_root.tio.gotoAndStop(201);
}
}
if (((_root.accion == "stand_i") && (_root.firing == "1")) && (320 < _root.tio._y)) {
if ((_root.tio._x + 140) < _root._xmouse) {
_root.tio.gotoAndStop(247);
} else if ((_root.tio._x + 100) < _root._xmouse) {
_root.tio.gotoAndStop(242);
} else if ((_root.tio._x + 100) < _root._xmouse) {
_root.tio.gotoAndStop(237);
} else if ((_root.tio._x + 30) < _root._xmouse) {
_root.tio.gotoAndStop(232);
} else if (_root.tio._x < _root._xmouse) {
_root.tio.gotoAndStop(227);
} else if ((_root.tio._x - 15) < _root._xmouse) {
_root.tio.gotoAndStop(222);
} else if ((_root.tio._x - 40) < _root._xmouse) {
_root.tio.gotoAndStop(217);
} else if ((_root.tio._x - 60) < _root._xmouse) {
_root.tio.gotoAndStop(212);
} else if ((_root.tio._x - 110) < _root._xmouse) {
_root.tio.gotoAndStop(207);
} else {
_root.tio.gotoAndStop(202);
}
}
if ((((_root.accion == "salto_s_i") || (_root.accion == "salto_s_d")) || (_root.accion == "salto_d")) || (_root.accion == "salto_i")) {
if (_root.accion == "stand_i") {
_root.accion = "salto_s_i";
_root.tio.gotoAndStop(280);
}
if (_root.accion == "stand_d") {
_root.accion = "salto_s_d";
_root.tio.gotoAndStop(80);
}
if (-12 < _root.y_speed) {
_root.tio._y = _root.tio._y - _root.y_speed;
_root.y_speed = _root.y_speed - 2;
if (_root.accion == "salto_i") {
if ((_root.saltospeed - 20) < -10) {
_root.saltospeed = 10;
}
if (10 < (_root.saltospeed - 20)) {
_root.saltospeed = 30;
}
if (_root.pared1.hitTest(_root.tio._x, _root.tio._y, true) and ((_root.saltospeed - 20) < 0)) {
_root.saltospeed = 20;
}
_root.tio._x = _root.tio._x + (_root.saltospeed - 20);
}
if (_root.accion == "salto_s_i") {
if ((_root.saltospeed - 10) < -10) {
_root.saltospeed = 0;
}
if (10 < (_root.saltospeed - 10)) {
_root.saltospeed = 20;
}
if (_root.pared1.hitTest(_root.tio._x, _root.tio._y, true) and ((_root.saltospeed - 10) < 0)) {
_root.saltospeed = 10;
} else if (_root.pared2.hitTest(_root.tio._x, _root.tio._y, true) and (0 < (_root.saltospeed - 10))) {
_root.saltospeed = 10;
}
_root.tio._x = _root.tio._x + (_root.saltospeed - 10);
}
if (_root.accion == "salto_s_d") {
if ((_root.saltospeed - 10) < -10) {
_root.saltospeed = 0;
}
if (10 < (_root.saltospeed - 10)) {
_root.saltospeed = 20;
}
if (_root.pared2.hitTest(_root.tio._x, _root.tio._y, true) and (0 < (_root.saltospeed - 10))) {
_root.saltospeed = 10;
} else if (_root.pared1.hitTest(_root.tio._x, _root.tio._y, true) and ((_root.saltospeed - 10) < 0)) {
_root.saltospeed = 10;
}
_root.tio._x = _root.tio._x + (_root.saltospeed - 10);
}
if (_root.accion == "salto_d") {
if (10 < _root.saltospeed) {
_root.saltospeed = 10;
}
if (_root.saltospeed < -10) {
_root.saltospeed = -10;
}
if (_root.pared2.hitTest(_root.tio._x, _root.tio._y, true) and (0 < _root.saltospeed)) {
_root.saltospeed = 0;
}
_root.tio._x = _root.tio._x + _root.saltospeed;
}
} else {
if (_root.accion == "salto_i") {
if ((_root.saltospeed - 20) < -10) {
_root.saltospeed = 10;
}
if (_root.pared1.hitTest(_root.tio._x, _root.tio._y, true) and ((_root.saltospeed - 20) < 0)) {
_root.saltospeed = 20;
}
_root.tio._x = _root.tio._x + (_root.saltospeed - 20);
}
if (_root.accion == "salto_s_i") {
if ((_root.saltospeed - 10) < -10) {
_root.saltospeed = 0;
}
if (10 < (_root.saltospeed - 10)) {
_root.saltospeed = 20;
}
if (_root.pared1.hitTest(_root.tio._x, _root.tio._y, true) and ((_root.saltospeed - 10) < 0)) {
_root.saltospeed = 10;
} else if (_root.pared2.hitTest(_root.tio._x, _root.tio._y, true) and (0 < (_root.saltospeed - 10))) {
_root.saltospeed = 10;
}
_root.tio._x = _root.tio._x + (_root.saltospeed - 10);
}
if (_root.accion == "salto_s_d") {
if ((_root.saltospeed - 10) < -10) {
_root.saltospeed = 0;
}
if (10 < (_root.saltospeed - 10)) {
_root.saltospeed = 20;
}
if (_root.pared2.hitTest(_root.tio._x, _root.tio._y, true) and (0 < (_root.saltospeed - 10))) {
_root.saltospeed = 10;
_root.m_x = _root.m_x + 4;
} else if (_root.pared1.hitTest(_root.tio._x, _root.tio._y, true) and ((_root.saltospeed - 10) < 0)) {
_root.saltospeed = 10;
}
_root.tio._x = _root.tio._x + (_root.saltospeed - 10);
}
if (_root.accion == "salto_d") {
if (10 < _root.saltospeed) {
_root.saltospeed = 10;
}
if (_root.pared2.hitTest(_root.tio._x, _root.tio._y, true) and (0 < _root.saltospeed)) {
_root.saltospeed = 0;
_root.m_x = _root.m_x + 6;
}
_root.tio._x = _root.tio._x + _root.saltospeed;
}
_root.tio._y = _root.tio._y - _root.y_speed;
gotoAndStop (1);
_root.saltospeed = 10;
_root.y_speed = 12;
_root.accion = "cayendo";
_root.time_cansao = _root.time_cansao_t;
}
}
if (((_root.accion == "salto_d") && (_root.pared2.hitTest(_root.tio._x, _root.tio._y, true))) && (_root.pared_mov == 1)) {
_root.m_x = _root.m_x + 6;
}
if (((_root.accion == "salto_s_d") && (_root.pared2.hitTest(_root.tio._x, _root.tio._y, true))) && (_root.pared_mov == 1)) {
_root.m_x = _root.m_x + 4;
}
if ((_root.accion == "salto_d") or (_root.accion == "salto_s_d")) {
if (_root.firing != "1") {
if ((this._x + 160) < _root._xmouse) {
this.torso.gotoAndStop(1);
} else if ((this._x + 100) < _root._xmouse) {
this.torso.gotoAndStop(3);
} else if ((this._x + 50) < _root._xmouse) {
this.torso.gotoAndStop(5);
} else if ((this._x + 20) < _root._xmouse) {
this.torso.gotoAndStop(7);
} else if ((this._x - 15) < _root._xmouse) {
this.torso.gotoAndStop(9);
} else if ((this._x - 40) < _root._xmouse) {
this.torso.gotoAndStop(11);
} else if ((this._x - 130) < _root._xmouse) {
this.torso.gotoAndStop(13);
} else {
this.torso.gotoAndStop(15);
}
_root.texto = _root._xmouse;
}
if (_root.firing == "1") {
if ((this._x + 160) < _root._xmouse) {
this.torso.gotoAndStop(2);
} else if ((this._x + 100) < _root._xmouse) {
this.torso.gotoAndStop(4);
} else if ((this._x + 50) < _root._xmouse) {
this.torso.gotoAndStop(6);
} else if ((this._x + 20) < _root._xmouse) {
this.torso.gotoAndStop(8);
} else if ((this._x - 15) < _root._xmouse) {
this.torso.gotoAndStop(10);
} else if ((this._x - 40) < _root._xmouse) {
this.torso.gotoAndStop(12);
} else if ((this._x - 130) < _root._xmouse) {
this.torso.gotoAndStop(14);
} else {
this.torso.gotoAndStop(16);
}
_root.texto = _root._xmouse;
}
}
if ((_root.accion == "salto_i") or (_root.accion == "salto_s_i")) {
if (_root.firing != "1") {
if ((this._x + 110) < _root._xmouse) {
this.torso.gotoAndStop(15);
} else if ((this._x + 80) < _root._xmouse) {
this.torso.gotoAndStop(13);
} else if ((this._x + 40) < _root._xmouse) {
this.torso.gotoAndStop(11);
} else if ((this._x + 20) < _root._xmouse) {
this.torso.gotoAndStop(9);
} else if ((this._x - 15) < _root._xmouse) {
this.torso.gotoAndStop(7);
} else if ((this._x - 40) < _root._xmouse) {
this.torso.gotoAndStop(5);
} else if ((this._x - 100) < _root._xmouse) {
this.torso.gotoAndStop(3);
} else {
this.torso.gotoAndStop(1);
}
_root.texto = _root._xmouse;
}
if (_root.firing == "1") {
if ((this._x + 110) < _root._xmouse) {
this.torso.gotoAndStop(16);
} else if ((this._x + 80) < _root._xmouse) {
this.torso.gotoAndStop(14);
} else if ((this._x + 40) < _root._xmouse) {
this.torso.gotoAndStop(12);
} else if ((this._x + 20) < _root._xmouse) {
this.torso.gotoAndStop(10);
} else if ((this._x - 15) < _root._xmouse) {
this.torso.gotoAndStop(8);
} else if ((this._x - 40) < _root._xmouse) {
this.torso.gotoAndStop(6);
} else if ((this._x - 100) < _root._xmouse) {
this.torso.gotoAndStop(4);
} else {
this.torso.gotoAndStop(2);
}
_root.texto = _root._xmouse;
}
}
if (_root.pared1.hitTest(this._x, this._y, true) || (_root.pared2.hitTest(this._x, this._y, true))) {
if (_root.pared_mov == 1) {
if (_root.accion == "rodando_d") {
_root.m_x = _root.m_x + 7;
}
}
} else if (_root.accion == "rodando_d") {
_root.tio._x = _root.tio._x + 10;
} else if (_root.accion == "rodando_i") {
_root.tio._x = _root.tio._x - 10;
}
}
tiomovx = this._x - anteriorx;
tiomovy = this._y - anteriory;
if ((Key.isDown(17) || (Key.isDown(32))) || (Key.isDown(16))) {
_root.granada.gotoAndPlay(2);
if (((((_root.grana == "available") && (0 < _root.granadas)) && (_root.accion != "agachao")) && (_root.accion != "muerto")) && (_root.accion != "muerto_s")) {
_root.granadas--;
_root.hud_granas.gotoAndStop(_root.granadas + 1);
if ((_root.accion == "stand_i") || (_root.accion == "stand_d")) {
_root.tio.gotoAndPlay(53);
_root.accion = "granada";
_root.mundo.media_marcas.granada_voladora.duplicateMovieClip("granada1_" + _root.k, _root.k + 600);
_root.mundo.media_marcas["granada1_" + _root.k]._x = this._x + _root.m_x;
_root.mundo.media_marcas["granada1_" + _root.k]._y = this._y;
_root.mundo.media_marcas["granada1_" + _root.k].gotoAndPlay(2);
_root.k++;
_root.mundo.granada_alante.duplicateMovieClip("granada2_" + _root.k, _root.k + 700);
_root.mundo["granada2_" + _root.k]._x = this._x + _root.m_x;
_root.mundo["granada2_" + _root.k]._y = this._y;
_root.mundo["granada2_" + _root.k].gotoAndPlay(2);
_root.k++;
_root.grana = "no";
} else {
_root.tio.torso.brazo.gotoAndPlay(15);
_root.mundo.media_marcas.granada_voladora.duplicateMovieClip("granada1_" + _root.k, _root.k + 600);
_root.mundo.media_marcas["granada1_" + _root.k]._x = (this._x + _root.m_x) + (tiomovx * 2.5);
_root.mundo.media_marcas["granada1_" + _root.k]._y = this._y + (tiomovy * 2.5);
_root.mundo.media_marcas["granada1_" + _root.k].gotoAndPlay(2);
_root.k++;
_root.mundo.granada_alante.duplicateMovieClip("granada2_" + _root.k, _root.k + 700);
_root.mundo["granada2_" + _root.k]._x = (this._x + _root.m_x) + (tiomovx * 2.5);
_root.mundo["granada2_" + _root.k]._y = this._y + (tiomovy * 2.5);
_root.mundo["granada2_" + _root.k].gotoAndPlay(2);
_root.k++;
_root.grana = "no";
}
}
}
if ((_root.tio._currentframe == 85) || (_root.tio._currentframe == 285)) {
if (-12 < _root.y_speed) {
_root.tio._y = _root.tio._y - _root.y_speed;
_root.y_speed = _root.y_speed - 2;
if (_root.accion == "sj_i") {
if (_root.pared1.hitTest(_root.tio._x, _root.tio._y, true)) {
} else {
_root.tio._x = _root.tio._x - 12;
}
} else if (_root.accion == "sj_d") {
if (_root.pared2.hitTest(_root.tio._x, _root.tio._y, true)) {
if (_root.pared_mov == 1) {
_root.m_x = _root.m_x + 7;
}
} else {
_root.tio._x = _root.tio._x + 12;
}
}
} else {
_root.tio._y = _root.tio._y - _root.y_speed;
_root.y_speed = 12;
if (_root.tio._currentframe == 285) {
_root.accion = "cayendo_sj_i";
if (_root.pared1.hitTest(_root.tio._x, _root.tio._y, true)) {
} else {
_root.tio._x = _root.tio._x - 6;
}
} else if (_root.tio._currentframe == 85) {
_root.accion = "cayendo_sj_d";
if (_root.pared2.hitTest(_root.tio._x, _root.tio._y, true)) {
if (_root.pared_mov == 1) {
_root.m_x = _root.m_x + 6;
}
} else {
_root.tio._x = _root.tio._x + 6;
}
}
}
}
anteriorx = this._x;
anteriory = this._y;
if ((((((((_root.accion != "salto_d") && (_root.accion != "muerte_s")) && (_root.accion != "salto_i")) && (_root.accion != "salto_s_d")) && (_root.accion != "salto_s_i")) && (_root.accion != "sj_d")) && (_root.accion != "sj_i")) && (this._y < 320)) {
if (Key.isDown(39) || (Key.isDown(65))) {
this.gotoAndStop(285);
_root.accion = "sj_i";
} else if (Key.isDown(39) || (Key.isDown(68))) {
this.gotoAndStop(85);
_root.accion = "sj_d";
} else {
this.gotoAndStop(80);
_root.accion = "salto_s_d";
_root.tio.torso.brazo.gotoAndStop(3);
_root.salto.gotoAndPlay(2);
_root.saltospeed = _root.myspeed;
}
}
}
Symbol 6 MovieClip Frame 1
_root.cursor._x = _root._xmouse;
_root.cursor._y = _root._ymouse;
startDrag ("_root.cursor");
Mouse.hide();
Symbol 6 MovieClip Frame 15
Symbol 12 Button
on (rollOver) {
gotoAndPlay (3);
}
Symbol 52 MovieClip Frame 10
gotoAndPlay (1);
Symbol 81 MovieClip Frame 6
stop();
Symbol 97 MovieClip Frame 1
chispas_rotacion._rotation = random(359);
Symbol 98 MovieClip Frame 5
this.removeMovieClip();
Symbol 99 MovieClip Frame 4
stop();
Symbol 112 MovieClip Frame 1
sangrerot._rotation = random(359);
Symbol 113 MovieClip Frame 7
this.removeMovieClip();
Symbol 148 MovieClip Frame 6
gotoAndPlay (10);
Symbol 172 MovieClip Frame 15
stop();
Symbol 207 MovieClip Frame 11
stop();
Symbol 239 MovieClip Frame 1
speed_p = 12;
if (_root.pared2.hitTest(_root.tio._x, _root.tio._y, true) || (_root.pared1.hitTest(_root.tio._x, _root.tio._y, true))) {
if ((_root.pared_mov == 1) && (_root.pared2.hitTest(_root.tio._x, _root.tio._y, true))) {
if (_root.accion == "arrastrando_d") {
if (Key.isDown(37) || (Key.isDown(65))) {
speed_p = speed_p - 0.5;
}
}
_root.m_x = _root.m_x + (speed_p / 2);
if (_root.pared2.hitTest(_root.tio._x - 10, _root.tio._y, true)) {
_root.m_x = _root.m_x + ((_root.mySpeed / 1.5) - (speed_p / 2));
_root.tio._x = _root.tio._x - ((_root.mySpeed / 1.5) - (speed_p / 2));
}
}
} else {
if (_root.accion == "arrastrando_i") {
speed = -12;
if (Key.isDown(39) || (Key.isDown(68))) {
speed = speed + 1;
}
} else if (_root.accion == "arrastrando_d") {
speed = 12;
if (Key.isDown(37) || (Key.isDown(65))) {
speed = speed - 1;
}
}
_root.tio._x = _root.tio._x + speed;
}
Symbol 239 MovieClip Frame 2
if (_root.pared2.hitTest(_root.tio._x, _root.tio._y, true) || (_root.pared1.hitTest(_root.tio._x, _root.tio._y, true))) {
if ((_root.pared_mov == 1) && (_root.pared2.hitTest(_root.tio._x, _root.tio._y, true))) {
if (_root.accion == "arrastrando_d") {
if (Key.isDown(37) || (Key.isDown(65))) {
speed_p = speed_p - 0.5;
}
}
_root.m_x = _root.m_x + (speed_p / 2);
if (_root.pared2.hitTest(_root.tio._x - 10, _root.tio._y, true)) {
_root.m_x = _root.m_x + ((_root.mySpeed / 1.5) - (speed_p / 2));
_root.tio._x = _root.tio._x - ((_root.mySpeed / 1.5) - (speed_p / 2));
}
}
} else {
if (_root.accion == "arrastrando_i") {
speed = speed + 1;
if (Key.isDown(39) || (Key.isDown(68))) {
speed = speed + 1;
} else if (Key.isDown(37) || (Key.isDown(65))) {
speed = speed - 0.5;
}
if (0 < speed) {
speed = 0;
}
} else if (_root.accion == "arrastrando_d") {
speed = speed - 1;
if (Key.isDown(37) || (Key.isDown(65))) {
speed = speed - 1;
} else if (Key.isDown(39) || (Key.isDown(68))) {
speed = speed + 0.5;
}
if (speed < 0) {
speed = 0;
}
}
_root.tio._x = _root.tio._x + speed;
}
Symbol 239 MovieClip Frame 3
if (_root.pared2.hitTest(_root.tio._x, _root.tio._y, true) || (_root.pared1.hitTest(_root.tio._x, _root.tio._y, true))) {
if ((_root.pared_mov == 1) && (_root.pared2.hitTest(_root.tio._x, _root.tio._y, true))) {
if (_root.accion == "arrastrando_d") {
if (Key.isDown(37) || (Key.isDown(65))) {
speed_p = speed_p - 0.5;
}
}
_root.m_x = _root.m_x + (speed_p / 2);
if (_root.pared2.hitTest(_root.tio._x - 10, _root.tio._y, true)) {
_root.m_x = _root.m_x + ((_root.mySpeed / 1.5) - (speed_p / 2));
_root.tio._x = _root.tio._x - ((_root.mySpeed / 1.5) - (speed_p / 2));
}
}
} else {
if (_root.accion == "arrastrando_i") {
speed = speed + 1;
if (Key.isDown(39) || (Key.isDown(68))) {
speed = speed + 1;
} else if (Key.isDown(37) || (Key.isDown(65))) {
speed = speed - 0.5;
}
if (0 < speed) {
speed = 0;
}
} else if (_root.accion == "arrastrando_d") {
speed = speed - 1;
if (Key.isDown(37) || (Key.isDown(65))) {
speed = speed - 1;
} else if (Key.isDown(39) || (Key.isDown(68))) {
speed = speed + 0.5;
}
if (speed < 0) {
speed = 0;
}
}
_root.tio._x = _root.tio._x + speed;
}
Symbol 239 MovieClip Frame 4
if (_root.pared2.hitTest(_root.tio._x, _root.tio._y, true) || (_root.pared1.hitTest(_root.tio._x, _root.tio._y, true))) {
if ((_root.pared_mov == 1) && (_root.pared2.hitTest(_root.tio._x, _root.tio._y, true))) {
if (_root.accion == "arrastrando_d") {
if (Key.isDown(37) || (Key.isDown(65))) {
speed_p = speed_p - 0.5;
}
}
_root.m_x = _root.m_x + (speed_p / 2);
if (_root.pared2.hitTest(_root.tio._x - 10, _root.tio._y, true)) {
_root.m_x = _root.m_x + ((_root.mySpeed / 1.5) - (speed_p / 2));
_root.tio._x = _root.tio._x - ((_root.mySpeed / 1.5) - (speed_p / 2));
}
}
} else {
if (_root.accion == "arrastrando_i") {
speed = speed + 1;
if (Key.isDown(39) || (Key.isDown(68))) {
speed = speed + 1;
} else if (Key.isDown(37) || (Key.isDown(65))) {
speed = speed - 0.5;
}
if (0 < speed) {
speed = 0;
}
} else if (_root.accion == "arrastrando_d") {
speed = speed - 1;
if (Key.isDown(37) || (Key.isDown(65))) {
speed = speed - 1;
} else if (Key.isDown(39) || (Key.isDown(68))) {
speed = speed + 0.5;
}
if (speed < 0) {
speed = 0;
}
}
_root.tio._x = _root.tio._x + speed;
}
Symbol 239 MovieClip Frame 5
if (_root.pared2.hitTest(_root.tio._x, _root.tio._y, true) || (_root.pared1.hitTest(_root.tio._x, _root.tio._y, true))) {
if ((_root.pared_mov == 1) && (_root.pared2.hitTest(_root.tio._x, _root.tio._y, true))) {
if (_root.accion == "arrastrando_d") {
if (Key.isDown(37) || (Key.isDown(65))) {
speed_p = speed_p - 0.5;
}
}
_root.m_x = _root.m_x + (speed_p / 2);
if (_root.pared2.hitTest(_root.tio._x - 10, _root.tio._y, true)) {
_root.m_x = _root.m_x + ((_root.mySpeed / 1.5) - (speed_p / 2));
_root.tio._x = _root.tio._x - ((_root.mySpeed / 1.5) - (speed_p / 2));
}
}
} else {
if (_root.accion == "arrastrando_i") {
speed = speed + 1;
if (Key.isDown(39) || (Key.isDown(68))) {
speed = speed + 1;
} else if (Key.isDown(37) || (Key.isDown(65))) {
speed = speed - 0.5;
}
if (0 < speed) {
speed = 0;
}
} else if (_root.accion == "arrastrando_d") {
speed = speed - 1;
if (Key.isDown(37) || (Key.isDown(65))) {
speed = speed - 1;
} else if (Key.isDown(39) || (Key.isDown(68))) {
speed = speed + 0.5;
}
if (speed < 0) {
speed = 0;
}
}
_root.tio._x = _root.tio._x + speed;
}
Symbol 239 MovieClip Frame 6
if (_root.pared2.hitTest(_root.tio._x, _root.tio._y, true) || (_root.pared1.hitTest(_root.tio._x, _root.tio._y, true))) {
if ((_root.pared_mov == 1) && (_root.pared2.hitTest(_root.tio._x, _root.tio._y, true))) {
if (_root.accion == "arrastrando_d") {
if (Key.isDown(37) || (Key.isDown(65))) {
speed_p = speed_p - 0.5;
}
}
_root.m_x = _root.m_x + (speed_p / 2);
if (_root.pared2.hitTest(_root.tio._x - 10, _root.tio._y, true)) {
_root.m_x = _root.m_x + ((_root.mySpeed / 1.5) - (speed_p / 2));
_root.tio._x = _root.tio._x - ((_root.mySpeed / 1.5) - (speed_p / 2));
}
}
} else {
if (_root.accion == "arrastrando_i") {
speed = speed + 1;
if (Key.isDown(39) || (Key.isDown(68))) {
speed = speed + 1;
} else if (Key.isDown(37) || (Key.isDown(65))) {
speed = speed - 0.5;
}
if (0 < speed) {
speed = 0;
}
} else if (_root.accion == "arrastrando_d") {
speed = speed - 1;
if (Key.isDown(37) || (Key.isDown(65))) {
speed = speed - 1;
} else if (Key.isDown(39) || (Key.isDown(68))) {
speed = speed + 0.5;
}
if (speed < 0) {
speed = 0;
}
}
_root.tio._x = _root.tio._x + speed;
}
Symbol 239 MovieClip Frame 7
if (_root.pared2.hitTest(_root.tio._x, _root.tio._y, true) || (_root.pared1.hitTest(_root.tio._x, _root.tio._y, true))) {
if ((_root.pared_mov == 1) && (_root.pared2.hitTest(_root.tio._x, _root.tio._y, true))) {
if (_root.accion == "arrastrando_d") {
if (Key.isDown(37) || (Key.isDown(65))) {
speed_p = speed_p - 0.5;
}
}
_root.m_x = _root.m_x + (speed_p / 2);
if (_root.pared2.hitTest(_root.tio._x - 10, _root.tio._y, true)) {
_root.m_x = _root.m_x + ((_root.mySpeed / 1.5) - (speed_p / 2));
_root.tio._x = _root.tio._x - ((_root.mySpeed / 1.5) - (speed_p / 2));
}
}
} else {
if (_root.accion == "arrastrando_i") {
speed = speed + 1;
if (Key.isDown(39) || (Key.isDown(68))) {
speed = speed + 1;
} else if (Key.isDown(37) || (Key.isDown(65))) {
speed = speed - 0.5;
}
if (0 < speed) {
speed = 0;
}
} else if (_root.accion == "arrastrando_d") {
speed = speed - 1;
if (Key.isDown(37) || (Key.isDown(65))) {
speed = speed - 1;
} else if (Key.isDown(39) || (Key.isDown(68))) {
speed = speed + 0.5;
}
if (speed < 0) {
speed = 0;
}
}
_root.tio._x = _root.tio._x + speed;
}
Symbol 239 MovieClip Frame 8
if (_root.pared2.hitTest(_root.tio._x, _root.tio._y, true) || (_root.pared1.hitTest(_root.tio._x, _root.tio._y, true))) {
if ((_root.pared_mov == 1) && (_root.pared2.hitTest(_root.tio._x, _root.tio._y, true))) {
if (_root.accion == "arrastrando_d") {
if (Key.isDown(37) || (Key.isDown(65))) {
speed_p = speed_p - 0.5;
}
}
_root.m_x = _root.m_x + (speed_p / 2);
if (_root.pared2.hitTest(_root.tio._x - 10, _root.tio._y, true)) {
_root.m_x = _root.m_x + ((_root.mySpeed / 1.5) - (speed_p / 2));
_root.tio._x = _root.tio._x - ((_root.mySpeed / 1.5) - (speed_p / 2));
}
}
} else {
if (_root.accion == "arrastrando_i") {
speed = speed + 1;
if (Key.isDown(39) || (Key.isDown(68))) {
speed = speed + 1;
} else if (Key.isDown(37) || (Key.isDown(65))) {
speed = speed - 0.5;
}
if (0 < speed) {
speed = 0;
}
} else if (_root.accion == "arrastrando_d") {
speed = speed - 1;
if (Key.isDown(37) || (Key.isDown(65))) {
speed = speed - 1;
} else if (Key.isDown(39) || (Key.isDown(68))) {
speed = speed + 0.5;
}
if (speed < 0) {
speed = 0;
}
}
_root.tio._x = _root.tio._x + speed;
}
Symbol 239 MovieClip Frame 9
if (_root.pared2.hitTest(_root.tio._x, _root.tio._y, true) || (_root.pared1.hitTest(_root.tio._x, _root.tio._y, true))) {
if ((_root.pared_mov == 1) && (_root.pared2.hitTest(_root.tio._x, _root.tio._y, true))) {
if (_root.accion == "arrastrando_d") {
if (Key.isDown(37) || (Key.isDown(65))) {
speed_p = speed_p - 0.5;
}
}
speed_p = speed_p - 0.5;
_root.m_x = _root.m_x + (speed_p / 2);
if (_root.pared2.hitTest(_root.tio._x - 10, _root.tio._y, true)) {
_root.m_x = _root.m_x + ((_root.mySpeed / 1.5) - (speed_p / 2));
_root.tio._x = _root.tio._x - ((_root.mySpeed / 1.5) - (speed_p / 2));
}
}
} else {
if (_root.accion == "arrastrando_i") {
speed = speed + 1;
if (Key.isDown(39) || (Key.isDown(68))) {
speed = speed + 1;
} else if (Key.isDown(37) || (Key.isDown(65))) {
speed = speed - 0.5;
}
if (0 < speed) {
speed = 0;
}
} else if (_root.accion == "arrastrando_d") {
speed = speed - 1;
if (Key.isDown(37) || (Key.isDown(65))) {
speed = speed - 1;
} else if (Key.isDown(39) || (Key.isDown(68))) {
speed = speed + 0.5;
}
if (speed < 0) {
speed = 0;
}
}
_root.tio._x = _root.tio._x + speed;
}
Symbol 239 MovieClip Frame 10
speed_p = speed_p - 0.5;
if (_root.pared2.hitTest(_root.tio._x, _root.tio._y, true) || (_root.pared1.hitTest(_root.tio._x, _root.tio._y, true))) {
if ((_root.pared_mov == 1) && (_root.pared2.hitTest(_root.tio._x, _root.tio._y, true))) {
if (_root.accion == "arrastrando_d") {
if (Key.isDown(37) || (Key.isDown(65))) {
speed_p = speed_p - 0.5;
}
}
_root.m_x = _root.m_x + (speed_p / 2);
if (_root.pared2.hitTest(_root.tio._x - 10, _root.tio._y, true)) {
_root.m_x = _root.m_x + ((_root.mySpeed / 1.5) - (speed_p / 2));
_root.tio._x = _root.tio._x - ((_root.mySpeed / 1.5) - (speed_p / 2));
}
}
} else {
if (_root.accion == "arrastrando_i") {
speed = speed + 1;
if (Key.isDown(39) || (Key.isDown(68))) {
speed = speed + 1;
} else if (Key.isDown(37) || (Key.isDown(65))) {
speed = speed - 0.5;
}
if (0 < speed) {
speed = 0;
}
} else if (_root.accion == "arrastrando_d") {
speed = speed - 1;
if (Key.isDown(37) || (Key.isDown(65))) {
speed = speed - 1;
} else if (Key.isDown(39) || (Key.isDown(68))) {
speed = speed + 0.5;
}
if (speed < 0) {
speed = 0;
}
}
_root.tio._x = _root.tio._x + speed;
}
Symbol 239 MovieClip Frame 11
speed_p = speed_p - 0.5;
if (_root.pared2.hitTest(_root.tio._x, _root.tio._y, true) || (_root.pared1.hitTest(_root.tio._x, _root.tio._y, true))) {
if ((_root.pared_mov == 1) && (_root.pared2.hitTest(_root.tio._x, _root.tio._y, true))) {
if (_root.accion == "arrastrando_d") {
if (Key.isDown(37) || (Key.isDown(65))) {
speed_p = speed_p - 0.5;
}
}
_root.m_x = _root.m_x + (speed_p / 2);
if (_root.pared2.hitTest(_root.tio._x - 10, _root.tio._y, true)) {
_root.m_x = _root.m_x + ((_root.mySpeed / 1.5) - (speed_p / 2));
_root.tio._x = _root.tio._x - ((_root.mySpeed / 1.5) - (speed_p / 2));
}
}
} else {
if (_root.accion == "arrastrando_i") {
speed = speed + 1;
if (Key.isDown(39) || (Key.isDown(68))) {
speed = speed + 1;
} else if (Key.isDown(37) || (Key.isDown(65))) {
speed = speed - 0.5;
}
if (0 < speed) {
speed = 0;
}
} else if (_root.accion == "arrastrando_d") {
speed = speed - 1;
if (Key.isDown(37) || (Key.isDown(65))) {
speed = speed - 1;
} else if (Key.isDown(39) || (Key.isDown(68))) {
speed = speed + 0.5;
}
if (speed < 0) {
speed = 0;
}
}
_root.tio._x = _root.tio._x + speed;
}
Symbol 239 MovieClip Frame 12
speed_p = speed_p - 0.5;
if (_root.pared2.hitTest(_root.tio._x, _root.tio._y, true) || (_root.pared1.hitTest(_root.tio._x, _root.tio._y, true))) {
if ((_root.pared_mov == 1) && (_root.pared2.hitTest(_root.tio._x, _root.tio._y, true))) {
if (_root.accion == "arrastrando_d") {
if (Key.isDown(37) || (Key.isDown(65))) {
}
}
speed_p = speed_p - 0.5;
_root.m_x = _root.m_x + (speed_p / 2);
if (_root.pared2.hitTest(_root.tio._x - 10, _root.tio._y, true)) {
_root.m_x = _root.m_x + ((_root.mySpeed / 1.5) - (speed_p / 2));
_root.tio._x = _root.tio._x - ((_root.mySpeed / 1.5) - (speed_p / 2));
}
}
} else {
if (_root.accion == "arrastrando_i") {
speed = speed + 1;
if (Key.isDown(39) || (Key.isDown(68))) {
speed = speed + 1;
} else if (Key.isDown(37) || (Key.isDown(65))) {
speed = speed - 0.5;
}
if (0 < speed) {
speed = 0;
}
} else if (_root.accion == "arrastrando_d") {
speed = speed - 1;
if (Key.isDown(37) || (Key.isDown(65))) {
speed = speed - 1;
} else if (Key.isDown(39) || (Key.isDown(68))) {
speed = speed + 0.5;
}
if (speed < 0) {
speed = 0;
}
}
_root.tio._x = _root.tio._x + speed;
}
Symbol 239 MovieClip Frame 13
speed_p = speed_p - 0.5;
if (_root.pared2.hitTest(_root.tio._x, _root.tio._y, true) || (_root.pared1.hitTest(_root.tio._x, _root.tio._y, true))) {
if ((_root.pared_mov == 1) && (_root.pared2.hitTest(_root.tio._x, _root.tio._y, true))) {
if (_root.accion == "arrastrando_d") {
if (Key.isDown(37) || (Key.isDown(65))) {
speed_p = speed_p - 0.5;
}
}
_root.m_x = _root.m_x + (speed_p / 2);
if (_root.pared2.hitTest(_root.tio._x - 10, _root.tio._y, true)) {
_root.m_x = _root.m_x + ((_root.mySpeed / 1.5) - (speed_p / 2));
_root.tio._x = _root.tio._x - ((_root.mySpeed / 1.5) - (speed_p / 2));
}
}
} else {
if (_root.accion == "arrastrando_i") {
speed = speed + 1;
if (Key.isDown(39) || (Key.isDown(68))) {
speed = speed + 1;
} else if (Key.isDown(37) || (Key.isDown(65))) {
speed = speed - 0.5;
}
if (0 < speed) {
speed = 0;
}
} else if (_root.accion == "arrastrando_d") {
speed = speed - 1;
if (Key.isDown(37) || (Key.isDown(65))) {
speed = speed - 1;
} else if (Key.isDown(39) || (Key.isDown(68))) {
speed = speed + 0.5;
}
if (speed < 0) {
speed = 0;
}
}
_root.tio._x = _root.tio._x + speed;
}
Symbol 239 MovieClip Frame 14
speed_p = speed_p - 0.5;
if (_root.pared2.hitTest(_root.tio._x, _root.tio._y, true) || (_root.pared1.hitTest(_root.tio._x, _root.tio._y, true))) {
if ((_root.pared_mov == 1) && (_root.pared2.hitTest(_root.tio._x, _root.tio._y, true))) {
if (_root.accion == "arrastrando_d") {
if (Key.isDown(37) || (Key.isDown(65))) {
speed_p = speed_p - 0.5;
}
}
_root.m_x = _root.m_x + (speed_p / 2);
if (_root.pared2.hitTest(_root.tio._x - 10, _root.tio._y, true)) {
_root.m_x = _root.m_x + ((_root.mySpeed / 1.5) - (speed_p / 2));
_root.tio._x = _root.tio._x - ((_root.mySpeed / 1.5) - (speed_p / 2));
}
}
} else {
if (_root.accion == "arrastrando_i") {
speed = speed + 1;
if (Key.isDown(39) || (Key.isDown(68))) {
speed = speed + 1;
} else if (Key.isDown(37) || (Key.isDown(65))) {
speed = speed - 0.5;
}
if (0 < speed) {
speed = 0;
}
} else if (_root.accion == "arrastrando_d") {
speed = speed - 1;
if (Key.isDown(37) || (Key.isDown(65))) {
speed = speed - 1;
} else if (Key.isDown(39) || (Key.isDown(68))) {
speed = speed + 0.5;
}
if (speed < 0) {
speed = 0;
}
}
_root.tio._x = _root.tio._x + speed;
}
Symbol 239 MovieClip Frame 15
speed_p = speed_p - 0.5;
if (_root.pared2.hitTest(_root.tio._x, _root.tio._y, true) || (_root.pared1.hitTest(_root.tio._x, _root.tio._y, true))) {
if ((_root.pared_mov == 1) && (_root.pared2.hitTest(_root.tio._x, _root.tio._y, true))) {
if (_root.accion == "arrastrando_d") {
if (Key.isDown(37) || (Key.isDown(65))) {
speed_p = speed_p - 0.5;
}
}
_root.m_x = _root.m_x + (speed_p / 2);
if (_root.pared2.hitTest(_root.tio._x - 10, _root.tio._y, true)) {
_root.m_x = _root.m_x + ((_root.mySpeed / 1.5) - (speed_p / 2));
_root.tio._x = _root.tio._x - ((_root.mySpeed / 1.5) - (speed_p / 2));
}
}
} else {
if (_root.accion == "arrastrando_i") {
speed = speed + 1;
if (Key.isDown(39) || (Key.isDown(68))) {
speed = speed + 1;
} else if (Key.isDown(37) || (Key.isDown(65))) {
speed = speed - 0.5;
}
if (0 < speed) {
speed = 0;
}
} else if (_root.accion == "arrastrando_d") {
speed = speed - 1;
if (Key.isDown(37) || (Key.isDown(65))) {
speed = speed - 1;
} else if (Key.isDown(39) || (Key.isDown(68))) {
speed = speed + 0.5;
}
if (speed < 0) {
speed = 0;
}
}
_root.tio._x = _root.tio._x + speed;
}
Symbol 239 MovieClip Frame 16
if (_root.pared2.hitTest(_root.tio._x, _root.tio._y, true) || (_root.pared1.hitTest(_root.tio._x, _root.tio._y, true))) {
if ((_root.pared_mov == 1) && (_root.pared2.hitTest(_root.tio._x, _root.tio._y, true))) {
if (_root.accion == "arrastrando_d") {
if (Key.isDown(37) || (Key.isDown(65))) {
speed_p = speed_p - 0.5;
}
}
_root.m_x = _root.m_x + (speed_p / 2);
if (_root.pared2.hitTest(_root.tio._x - 10, _root.tio._y, true)) {
_root.m_x = _root.m_x + ((_root.mySpeed / 1.5) - (speed_p / 2));
_root.tio._x = _root.tio._x - ((_root.mySpeed / 1.5) - (speed_p / 2));
}
}
} else {
if (_root.accion == "arrastrando_i") {
speed = speed + 1;
if (Key.isDown(39) || (Key.isDown(68))) {
speed = speed + 1;
} else if (Key.isDown(37) || (Key.isDown(65))) {
speed = speed - 0.5;
}
if (0 < speed) {
speed = 0;
}
} else if (_root.accion == "arrastrando_d") {
speed = speed - 1;
if (Key.isDown(37) || (Key.isDown(65))) {
speed = speed - 1;
} else if (Key.isDown(39) || (Key.isDown(68))) {
speed = speed + 0.5;
}
if (speed < 0) {
speed = 0;
}
}
_root.tio._x = _root.tio._x + speed;
}
Symbol 239 MovieClip Frame 17
if (_root.pared2.hitTest(_root.tio._x, _root.tio._y, true) || (_root.pared1.hitTest(_root.tio._x, _root.tio._y, true))) {
if ((_root.pared_mov == 1) && (_root.pared2.hitTest(_root.tio._x, _root.tio._y, true))) {
if (_root.accion == "arrastrando_d") {
if (Key.isDown(37) || (Key.isDown(65))) {
speed_p = speed_p - 0.5;
}
}
_root.m_x = _root.m_x + (speed_p / 2);
if (_root.pared2.hitTest(_root.tio._x - 10, _root.tio._y, true)) {
_root.m_x = _root.m_x + ((_root.mySpeed / 1.5) - (speed_p / 2));
_root.tio._x = _root.tio._x - ((_root.mySpeed / 1.5) - (speed_p / 2));
}
}
} else {
if (_root.accion == "arrastrando_i") {
speed = speed + 1;
if (Key.isDown(39) || (Key.isDown(68))) {
speed = speed + 1;
} else if (Key.isDown(37) || (Key.isDown(65))) {
speed = speed - 0.5;
}
if (0 < speed) {
speed = 0;
}
} else if (_root.accion == "arrastrando_d") {
speed = speed - 1;
if (Key.isDown(37) || (Key.isDown(65))) {
speed = speed - 1;
} else if (Key.isDown(39) || (Key.isDown(68))) {
speed = speed + 0.5;
}
if (speed < 0) {
speed = 0;
}
}
_root.tio._x = _root.tio._x + speed;
}
Symbol 239 MovieClip Frame 18
if ((_root.cursor._currentframe != 10) and (_root.cursor._currentframe != 1)) {
gotoAndPlay (40);
}
if (_root.pared2.hitTest(_root.tio._x - 10, _root.tio._y, true)) {
_root.m_x = _root.m_x + (_root.mySpeed / 1.5);
_root.tio._x = _root.tio._x - (_root.mySpeed / 1.5);
}
Symbol 239 MovieClip Frame 19
_root.tio.hit.gotoAndPlay(20);
if (_root.pared2.hitTest(_root.tio._x - 10, _root.tio._y, true)) {
_root.m_x = _root.m_x + (_root.mySpeed / 1.5);
_root.tio._x = _root.tio._x - (_root.mySpeed / 1.5);
}
Symbol 239 MovieClip Frame 20
if (_root.pared2.hitTest(_root.tio._x - 10, _root.tio._y, true)) {
_root.m_x = _root.m_x + (_root.mySpeed / 1.5);
_root.tio._x = _root.tio._x - (_root.mySpeed / 1.5);
}
Symbol 239 MovieClip Frame 21
if (_root.pared2.hitTest(_root.tio._x - 10, _root.tio._y, true)) {
_root.m_x = _root.m_x + (_root.mySpeed / 1.5);
_root.tio._x = _root.tio._x - (_root.mySpeed / 1.5);
}
Symbol 239 MovieClip Frame 22
if (_root.pared2.hitTest(_root.tio._x - 10, _root.tio._y, true)) {
_root.m_x = _root.m_x + (_root.mySpeed / 1.5);
_root.tio._x = _root.tio._x - (_root.mySpeed / 1.5);
}
Symbol 239 MovieClip Frame 23
if (_root.pared2.hitTest(_root.tio._x - 10, _root.tio._y, true)) {
_root.m_x = _root.m_x + (_root.mySpeed / 1.5);
_root.tio._x = _root.tio._x - (_root.mySpeed / 1.5);
}
Symbol 239 MovieClip Frame 24
if (_root.pared2.hitTest(_root.tio._x - 10, _root.tio._y, true)) {
_root.m_x = _root.m_x + (_root.mySpeed / 1.5);
_root.tio._x = _root.tio._x - (_root.mySpeed / 1.5);
}
Symbol 239 MovieClip Frame 25
if (_root.pared2.hitTest(_root.tio._x - 10, _root.tio._y, true)) {
_root.m_x = _root.m_x + (_root.mySpeed / 1.5);
_root.tio._x = _root.tio._x - (_root.mySpeed / 1.5);
}
Symbol 239 MovieClip Frame 26
if (_root.pared2.hitTest(_root.tio._x - 10, _root.tio._y, true)) {
_root.m_x = _root.m_x + (_root.mySpeed / 1.5);
_root.tio._x = _root.tio._x - (_root.mySpeed / 1.5);
}
Symbol 239 MovieClip Frame 27
if (_root.pared2.hitTest(_root.tio._x - 10, _root.tio._y, true)) {
_root.m_x = _root.m_x + (_root.mySpeed / 1.5);
_root.tio._x = _root.tio._x - (_root.mySpeed / 1.5);
}
Symbol 239 MovieClip Frame 28
if (_root.accion == "arrastrando_i") {
_root.accion = "stand_d";
} else if (_root.accion == "arrastrando_d") {
_root.accion = "stand_i";
}
if (_root.pared2.hitTest(_root.tio._x - 10, _root.tio._y, true)) {
_root.m_x = _root.m_x + (_root.mySpeed / 1.5);
_root.tio._x = _root.tio._x - (_root.mySpeed / 1.5);
}
_root.cansao = 1;
_root.time_cansao.gotoAndPlay(2);
Symbol 239 MovieClip Frame 41
if ((_root.cursor._currentframe != 10) and (_root.cursor._currentframe != 1)) {
gotoAndPlay (40);
} else {
gotoAndPlay (20);
_root.tio.hit.gotoAndPlay(20);
}
Symbol 239 MovieClip Frame 42
_root.tio.hit.gotoAndPlay(20);
if (_root.pared2.hitTest(_root.tio._x - 10, _root.tio._y, true)) {
_root.m_x = _root.m_x + (_root.mySpeed / 1.5);
_root.tio._x = _root.tio._x - (_root.mySpeed / 1.5);
}
Symbol 239 MovieClip Frame 43
if (_root.pared2.hitTest(_root.tio._x - 10, _root.tio._y, true)) {
_root.m_x = _root.m_x + (_root.mySpeed / 1.5);
_root.tio._x = _root.tio._x - (_root.mySpeed / 1.5);
}
Symbol 239 MovieClip Frame 44
if (_root.pared2.hitTest(_root.tio._x - 10, _root.tio._y, true)) {
_root.m_x = _root.m_x + (_root.mySpeed / 1.5);
_root.tio._x = _root.tio._x - (_root.mySpeed / 1.5);
}
Symbol 239 MovieClip Frame 45
if (_root.pared2.hitTest(_root.tio._x - 10, _root.tio._y, true)) {
_root.m_x = _root.m_x + (_root.mySpeed / 1.5);
_root.tio._x = _root.tio._x - (_root.mySpeed / 1.5);
}
Symbol 239 MovieClip Frame 46
if (_root.pared2.hitTest(_root.tio._x - 10, _root.tio._y, true)) {
_root.m_x = _root.m_x + (_root.mySpeed / 1.5);
_root.tio._x = _root.tio._x - (_root.mySpeed / 1.5);
}
Symbol 239 MovieClip Frame 47
if (_root.pared2.hitTest(_root.tio._x - 10, _root.tio._y, true)) {
_root.m_x = _root.m_x + (_root.mySpeed / 1.5);
_root.tio._x = _root.tio._x - (_root.mySpeed / 1.5);
}
Symbol 239 MovieClip Frame 48
if (_root.pared2.hitTest(_root.tio._x - 10, _root.tio._y, true)) {
_root.m_x = _root.m_x + (_root.mySpeed / 1.5);
_root.tio._x = _root.tio._x - (_root.mySpeed / 1.5);
}
Symbol 239 MovieClip Frame 49
if (_root.pared2.hitTest(_root.tio._x - 10, _root.tio._y, true)) {
_root.m_x = _root.m_x + (_root.mySpeed / 1.5);
_root.tio._x = _root.tio._x - (_root.mySpeed / 1.5);
}
Symbol 239 MovieClip Frame 50
if (_root.pared2.hitTest(_root.tio._x - 10, _root.tio._y, true)) {
_root.m_x = _root.m_x + (_root.mySpeed / 1.5);
_root.tio._x = _root.tio._x - (_root.mySpeed / 1.5);
}
Symbol 239 MovieClip Frame 51
if (_root.accion == "arrastrando_i") {
_root.accion = "stand_d";
} else if (_root.accion == "arrastrando_d") {
_root.accion = "stand_i";
}
if (_root.pared2.hitTest(_root.tio._x - 10, _root.tio._y, true)) {
_root.m_x = _root.m_x + (_root.mySpeed / 1.5);
_root.tio._x = _root.tio._x - (_root.mySpeed / 1.5);
}
_root.cansao = 1;
_root.time_cansao.gotoAndPlay(2);
Symbol 279 MovieClip Frame 5
Symbol 337 Button
on (release) {
getURL ("http://www.thestylemachine.com", "blank");
}
Symbol 470 MovieClip Frame 11
if (parado == 0) {
gotoAndPlay (1);
}
Symbol 470 MovieClip Frame 16
_root.killcount++;
Symbol 470 MovieClip Frame 30
_root.mundo[(("posicion" + nombrecont) + "_") + pos_num].gotoAndStop(1);
_root.mundo.mundomobs["creamobs" + nombrecont].mobs--;
Symbol 470 MovieClip Frame 37
existe = 0;
this.removeMovieClip();
stop();
Symbol 470 MovieClip Frame 56
accion = 0;
animado = 0;
if (parado == 0) {
gotoAndPlay (1);
} else {
gotoAndPlay (76);
}
Symbol 470 MovieClip Frame 66
accion = 0;
animado = 0;
if (parado == 0) {
gotoAndPlay (1);
} else {
gotoAndPlay (76);
}
Symbol 470 MovieClip Frame 78
this._x = this._x + 10;
Symbol 470 MovieClip Frame 79
this._x = this._x + 10;
Symbol 470 MovieClip Frame 80
this._x = this._x + 10;
Symbol 470 MovieClip Frame 81
this._x = this._x + 10;
Symbol 470 MovieClip Frame 82
this._x = this._x + 10;
Symbol 470 MovieClip Frame 83
this._x = this._x + 10;
Symbol 470 MovieClip Frame 84
this._x = this._x + 10;
Symbol 470 MovieClip Frame 85
this._x = this._x + 10;
Symbol 470 MovieClip Frame 86
this._x = this._x + 10;
Symbol 470 MovieClip Frame 87
this._x = this._x + 10;
Symbol 470 MovieClip Frame 88
gotoAndPlay (78);
Symbol 470 MovieClip Frame 237
_root.killcount++;
Symbol 470 MovieClip Frame 251
_root.mundo[(("posicion" + nombrecont) + "_") + pos_num].gotoAndStop(1);
_root.mundo.mundomobs["creamobs" + nombrecont].mobs--;
Symbol 470 MovieClip Frame 258
existe = 0;
this.removeMovieClip();
stop();
Symbol 470 MovieClip Frame 271
if (_root.j < 80) {
_root.j++;
} else {
_root.j = 0;
}
_root.mundo.marcas.sangremalo.duplicateMovieClip("sangre" + _root.j, _root.j + 70);
_root.mundo.marcas["sangre" + _root.j].gotoAndPlay(4);
_root.mundo.marcas["sangre" + _root.j]._x = ((this._x + 20) + random(80)) - 40;
_root.mundo.marcas["sangre" + _root.j]._y = ((this._y + 30) + random(80)) - 40;
_root.mundo.marcas["sangre" + _root.j]._rotation = random(360);
Symbol 470 MovieClip Frame 286
if (dead != "si") {
dead = "si";
_root.mundo[(("posicion" + nombrecont) + "_") + pos_num].gotoAndStop(1);
_root.mundo.mundomobs["creamobs" + nombrecont].mobs--;
if (maloandante == "si") {
_root.killcount_a++;
} else {
_root.killcount++;
}
}
Symbol 470 MovieClip Frame 296
existe = 0;
this.removeMovieClip();
stop();
Symbol 483 Button
on (release) {
_root.gotoAndPlay(2);
}
Symbol 484 MovieClip Frame 1
stop();
Symbol 484 MovieClip Frame 2
play();
Symbol 484 MovieClip Frame 10
stop();
Instance of Symbol 470 MovieClip "giñao" in Symbol 485 MovieClip Frame 1
onClipEvent (load) {
existe = si;
animado = 0;
parado = 0;
n_rand = 3;
accion = 0;
hits = 1;
num_posiciones = 100;
num_enemigos = 70;
disparo_latencia = 5;
balas = 6;
balastotales = balas;
latencia = disparo_latencia;
parado = 0;
mob_muestra = 0;
if (_root.mundo.mundomobs.paramobs.hitTest(this._x, this._y, true)) {
gotoAndStop (45);
mob_muestra = 1;
accion = 1;
}
}
onClipEvent (enterFrame) {
if (mob_muestra == 0) {
if (posicion < this._x) {
if (accion == 0) {
this._x = this._x - 5;
}
} else {
if (parado != 1) {
gotoAndPlay (70);
}
parado = 1;
}
}
}
Instance of Symbol 484 MovieClip "playbot" in Symbol 485 MovieClip Frame 1
onClipEvent (load) {
ini = false;
}
onClipEvent (enterFrame) {
if ((_root.getBytesLoaded() >= _root.getBytesTotal()) and (ini != true)) {
gotoAndPlay (2);
ini = true;
}
}
Symbol 494 MovieClip Frame 6
stop();
Symbol 496 MovieClip Frame 1
stop();
Symbol 496 MovieClip Frame 10
stop();
Symbol 496 MovieClip Frame 23
stop();
Symbol 514 MovieClip Frame 8
stop();
this.removeMovieClip();
Symbol 523 MovieClip Frame 10
if (_root.pared2.hitTest(_root.tio._x + 30, _root.tio._y, true) && (_root.pared_mov == 1)) {
this.removeMovieClip();
}
Symbol 523 MovieClip Frame 12
if (_root.pared2.hitTest(_root.tio._x + 30, _root.tio._y, true) && (_root.pared_mov == 1)) {
this.removeMovieClip();
}
Symbol 523 MovieClip Frame 15
if (_root.pared2.hitTest(_root.tio._x + 30, _root.tio._y, true) && (_root.pared_mov == 1)) {
this.removeMovieClip();
}
Symbol 523 MovieClip Frame 18
if (_root.pared2.hitTest(_root.tio._x + 30, _root.tio._y, true) && (_root.pared_mov == 1)) {
this.removeMovieClip();
}
Symbol 523 MovieClip Frame 21
stop();
this.removeMovieClip();
Symbol 532 MovieClip Frame 4
stop();
Symbol 535 MovieClip Frame 59
stop();
Symbol 558 MovieClip Frame 1
stop();
Symbol 592 MovieClip Frame 1
stop();
Symbol 592 MovieClip Frame 10
stop();
Symbol 596 MovieClip Frame 1
stop();
Symbol 596 MovieClip Frame 6
gotoAndPlay (2);
Symbol 631 MovieClip Frame 1
stop();
stop();
stop();
Symbol 631 MovieClip Frame 2
stop();
stop();
stop();
Symbol 631 MovieClip Frame 14
stop();
stop();
stop();
Symbol 646 MovieClip Frame 1
stop();
Symbol 646 MovieClip Frame 2
stop();
Symbol 646 MovieClip Frame 14
stop();
Symbol 650 MovieClip Frame 10
this.removeMovieClip();
Symbol 669 MovieClip Frame 1
cachos._rotation = random(359);
Symbol 672 MovieClip Frame 7
stop();
Symbol 673 MovieClip Frame 29
this.removeMovieClip();
Symbol 691 MovieClip Frame 15
stop();
this.removeMovieClip();
Symbol 693 MovieClip Frame 15
this.removeMovieClip();
Symbol 697 MovieClip Frame 23
this.removeMovieClip();
Symbol 708 MovieClip Frame 7
stop();
Symbol 711 MovieClip Frame 1
stop();
Symbol 711 MovieClip Frame 4
ran = random(3);
if (ran == 2) {
gotoAndPlay (5);
}
if (ran == 1) {
gotoAndPlay (100);
}
if (ran == 0) {
gotoAndPlay (200);
}
Symbol 711 MovieClip Frame 90
this.removeMovieClip();
Symbol 711 MovieClip Frame 195
this.removeMovieClip();
Symbol 711 MovieClip Frame 294
this.removeMovieClip();
Symbol 711 MovieClip Frame 301
this.removeMovieClip();
Instance of Symbol 691 MovieClip "cacho1" in Symbol 712 MovieClip Frame 1
onClipEvent (load) {
movx = random(10) - 5;
movy = random(10) - 5;
conta = 0;
}
onClipEvent (enterFrame) {
conta++;
if (conta < 20) {
this._x = this._x + movx;
this._y = this._y + movy;
}
}
Instance of Symbol 693 MovieClip "cacho2" in Symbol 712 MovieClip Frame 1
onClipEvent (load) {
movx = random(10) - 5;
movy = random(10) - 5;
conta = 0;
}
onClipEvent (enterFrame) {
conta++;
if (conta < 20) {
this._x = this._x + movx;
this._y = this._y + movy;
}
}
Instance of Symbol 697 MovieClip "minicacho" in Symbol 712 MovieClip Frame 1
onClipEvent (load) {
movx = random(30) - 15;
movy = random(30) - 15;
}
onClipEvent (enterFrame) {
this._x = this._x + movx;
this._y = this._y + movy;
}
Symbol 825 MovieClip Frame 11
if (parado == 0) {
gotoAndPlay (1);
}
Symbol 825 MovieClip Frame 31
if (dead != "si") {
dead = "si";
_root.mundo[(("posicion" + nombrecont) + "_") + pos_num].gotoAndStop(1);
_root.mundo.mundomobs["creamobs" + nombrecont].mobs--;
if (maloandante == "si") {
_root.killcount_a++;
} else {
_root.killcount++;
}
}
Symbol 825 MovieClip Frame 39
existe = 0;
this.removeMovieClip();
stop();
Symbol 825 MovieClip Frame 56
accion = 0;
animado = 0;
if (parado == 0) {
gotoAndPlay (1);
} else {
gotoAndPlay (76);
}
Symbol 825 MovieClip Frame 66
accion = 0;
animado = 0;
if (parado == 0) {
gotoAndPlay (1);
} else {
gotoAndPlay (76);
}
Symbol 825 MovieClip Frame 71
if (_root.dificultad < random(100)) {
disparo_latencia = 12;
} else if (rand_grana != 0) {
rand_grana = 3;
if (_root.accion == "agachao") {
rand_grana = 5;
}
if (1 < random(rand_grana)) {
this.gotoAndPlay(200);
}
rand_grana = 0;
} else {
rand_grana = 3;
}
Symbol 825 MovieClip Frame 79
rany = random(20) + 320;
ranx = (_root.tio._x + random(100)) - 50;
Symbol 825 MovieClip Frame 82
if (this._x < (_root.m_x - 50)) {
this.removeMovieClip();
}
gotoAndPlay (95);
if (maloandante == "si") {
if (((this._x - _root.m_x) + 360) < _root.tio._x) {
mobs_creados++;
mobs++;
antigua_i = _root.mundo.mundomobs.i - 1;
if (20 < _root.mundo.mundomobs.i) {
_root.mundo.mundomobs.i = 1;
}
i = _root.mundo.mundomobs.i;
_root.mundo.mundomobs.i++;
if (_root.mundo.mundomobs["enemigo1_" + antigua_i].existe == si) {
_root.mundo.mundomobs.i++;
i++;
}
_root.mundo.mundomobs.enemigo1.duplicateMovieClip("enemigo1_" + i, i);
_root.mundo.mundomobs["enemigo1_" + i]._x = this._x;
_root.mundo.mundomobs["enemigo1_" + i]._y = this._y;
_root.mundo.mundomobs["enemigo1_" + i].posicion = posicion + 200;
_root.mundo.mundomobs["enemigo1_" + i].hits = hits;
_root.mundo.mundomobs["enemigo1_" + i].maloandante = "si";
this.removeMovieClip();
}
} else {
if ((635 < ((_root.tio._x - _root.mundo._x) - this._x)) && (_root.pared_mov != 1)) {
gotoAndStop (81);
}
if ((460 < ((_root.tio._x - _root.mundo._x) - this._x)) && (_root.pared_mov == 1)) {
gotoAndStop (81);
} else {
if (90 < ((_root.tio._x - _root.mundo._x) - this._x)) {
if (200 < ((_root.tio._x - _root.mundo._x) - this._x)) {
gotoAndPlay (105);
} else {
gotoAndPlay (100);
}
}
if (((_root.tio._x - _root.mundo._x) - this._x) < -90) {
if (((_root.tio._x - _root.mundo._x) - this._x) < -200) {
gotoAndPlay (120);
} else {
gotoAndPlay (90);
}
}
if (_root.dificultad < random(100)) {
disparo_latencia = 12;
} else if (_root.accion != "muerto") {
if (0 < rand_grana) {
rand_grana = 3;
if (_root.accion == "agachao") {
rand_grana = 5;
}
if (1 < random(rand_grana)) {
this.gotoAndPlay(200);
}
rand_grana = 0;
} else {
rand_grana = 3;
}
}
}
}
if ((_root.m_x + 620) < this._x) {
gotoAndPlay (81);
}
Symbol 825 MovieClip Frame 85
gotoAndPlay (120);
Symbol 825 MovieClip Frame 91
gotoAndPlay (130);
Symbol 825 MovieClip Frame 97
gotoAndPlay (140);
Symbol 825 MovieClip Frame 103
gotoAndPlay (150);
Symbol 825 MovieClip Frame 109
gotoAndPlay (160);
Symbol 825 MovieClip Frame 122
if (disparo_latencia == 0) {
if (balas == 0) {
gotoAndPlay (70);
balas = balastotales;
} else {
goto = 143;
if (90 < ((_root.tio._x - _root.mundo._x) - this._x)) {
if (200 < ((_root.tio._x - _root.mundo._x) - this._x)) {
goto = 163;
} else {
goto = 153;
}
}
if (((_root.tio._x - _root.mundo._x) - this._x) < -90) {
if (((_root.tio._x - _root.mundo._x) - this._x) < -200) {
goto = 123;
} else {
goto = 133;
}
}
gotoAndPlay(goto);
balas--;
}
disparo_latencia = latencia;
} else {
goto = 140;
if (90 < ((_root.tio._x - _root.mundo._x) - this._x)) {
if (200 < ((_root.tio._x - _root.mundo._x) - this._x)) {
goto = 160;
} else {
goto = 150;
}
}
if (((_root.tio._x - _root.mundo._x) - this._x) < -90) {
if (((_root.tio._x - _root.mundo._x) - this._x) < -200) {
goto = 120;
} else {
goto = 130;
}
}
gotoAndPlay(goto);
if (random(2) == 0) {
disparo_latencia--;
}
}
Symbol 825 MovieClip Frame 123
j = _root.j;
bloqueado = 0;
shapes = 0;
while (10 >= shapes) {
if (_root.mundo["shape" + shapes].hitTest(ranx, rany, true)) {
bloqueado = 1;
if (_root.mundo["shape" + shapes].hitTest(ranx, rany - 25, true)) {
posicioncoche = 25;
}
if (_root.mundo["shape" + shapes].hitTest(ranx, (rany - posicioncoche) - 15, true)) {
posicioncoche = posicioncoche + 15;
}
if (_root.mundo["shape" + shapes].hitTest(ranx, (rany - posicioncoche) - 5, true)) {
posicioncoche = posicioncoche + 5;
}
coche = shapes;
shapes = 10;
}
shapes++;
}
if (bloqueado == 0) {
if (_root.tio.hit.hitTest(ranx, rany - 15, true)) {
_root.vida._xscale = _root.vida._xscale - _root["dañopipa"];
_root.mundo.sangretio.duplicateMovieClip("splat" + j, j + 80);
if ((_root.accion != "muerto") && (_root.accion != "muerto_s")) {
_root.flashblood.gotoAndPlay(2);
}
if ((_root.accion == "muerto") || (_root.accion == "muerto_s")) {
_root.mundo["splat" + j]._x = ((_root.m_x + _root.tio._x) + random(40)) - 20;
_root.mundo["splat" + j]._y = (_root.tio._y + random(15)) - 5;
} else {
_root.mundo["splat" + j]._x = ((_root.m_x + _root.tio._x) + random(40)) - 20;
_root.mundo["splat" + j]._y = (_root.tio._y + random(60)) - 30;
}
} else {
_root.mundo.humo_alante.duplicateMovieClip("humo_acera" + j, j + 40);
_root.mundo["humo_acera" + j]._x = _root.m_x + ranx;
_root.mundo["humo_acera" + j]._y = rany;
_root.j++;
}
} else if (((((((((_root.tio.hit.hitTest(ranx, rany - 15, true) and (random(3) != 1)) and (_root.accion != "agachao")) && (_root.accion != "desagachao")) && (_root.accion != "sj_i")) && (_root.accion != "sj_d")) && (_root.accion != "arrastrando_i")) && (_root.accion != "arrastrando_d")) && (_root.accion != "rodando_i")) && (_root.accion != "rodando_d")) {
_root.vida._xscale = _root.vida._xscale - _root["dañopipa"];
_root.mundo.sangretio.duplicateMovieClip("splat" + j, j + 80);
if ((_root.accion != "muerto") && (_root.accion != "muerto_s")) {
_root.flashblood.gotoAndPlay(2);
}
if ((_root.accion == "muerto") || (_root.accion == "muerto_s")) {
_root.mundo["splat" + j]._x = ((_root.m_x + _root.tio._x) + random(40)) - 20;
_root.mundo["splat" + j]._y = (_root.tio._y + random(15)) - 5;
} else {
_root.mundo["splat" + j]._x = ((_root.m_x + _root.tio._x) + random(40)) - 20;
_root.mundo["splat" + j]._y = (_root.tio._y + random(60)) - 30;
}
} else {
rany = rany - posicioncoche;
_root.mundo.chispa.duplicateMovieClip("chispa" + j, j + 100);
_root.mundo["chispa" + j]._x = _root.m_x + ranx;
_root.mundo["chispa" + j]._y = rany;
_root.j++;
_root.sonido_lata.gotoAndPlay(2);
if (_root.mundo["shape" + coche].hits < 999) {
_root.mundo["shape" + coche].hits++;
}
if (_root.mundo["shape" + coche].hits >= _root.mundo["shape" + coche].max3) {
_root.mundo["shape" + coche].gotoAndPlay(50);
_root.mundo["shape" + coche].max3 = 1000;
} else {
if (_root.mundo["shape" + coche].hits >= _root.mundo["shape" + coche].max2) {
_root.mundo["shape" + coche].gotoAndPlay(30);
_root.mundo["shape" + coche].max2 = 10000;
} else if (_root.mundo["shape" + coche].hits >= _root.mundo["shape" + coche].max1) {
_root.mundo["shape" + coche].max1 = 10000;
_root.mundo["shape" + coche].gotoAndPlay(15);
_root.sonido_cristal.gotoAndPlay(2);
}
if (_root.mundo["shape" + coche]._currentframe < 50) {
_root.mundo["shape" + coche].gotoAndPlay(_root.mundo["shape" + coche]._currentframe + 1);
}
}
}
rany = random(20) + 320;
ranx = (_root.tio._x + random(100)) - 50;
Symbol 825 MovieClip Frame 128
if (balas == 0) {
gotoAndPlay (70);
balas = balastotales;
} else if (random(4) == 0) {
gotoAndPlay(this._currentFrame - 1);
} else {
goto = 143;
if (90 < ((_root.tio._x - _root.mundo._x) - this._x)) {
if (200 < ((_root.tio._x - _root.mundo._x) - this._x)) {
goto = 163;
} else {
goto = 153;
}
}
if (((_root.tio._x - _root.mundo._x) - this._x) < -90) {
if (((_root.tio._x - _root.mundo._x) - this._x) < -200) {
goto = 123;
} else {
goto = 133;
}
}
gotoAndPlay(goto);
balas--;
}
Symbol 825 MovieClip Frame 132
if (disparo_latencia == 0) {
if (balas == 0) {
gotoAndPlay (70);
balas = balastotales;
} else {
goto = 143;
if (90 < ((_root.tio._x - _root.mundo._x) - this._x)) {
if (200 < ((_root.tio._x - _root.mundo._x) - this._x)) {
goto = 163;
} else {
goto = 153;
}
}
if (((_root.tio._x - _root.mundo._x) - this._x) < -90) {
if (((_root.tio._x - _root.mundo._x) - this._x) < -200) {
goto = 123;
} else {
goto = 133;
}
}
gotoAndPlay(goto);
balas--;
}
disparo_latencia = latencia;
} else {
goto = 140;
if (90 < ((_root.tio._x - _root.mundo._x) - this._x)) {
if (200 < ((_root.tio._x - _root.mundo._x) - this._x)) {
goto = 160;
} else {
goto = 150;
}
}
if (((_root.tio._x - _root.mundo._x) - this._x) < -90) {
if (((_root.tio._x - _root.mundo._x) - this._x) < -200) {
goto = 120;
} else {
goto = 130;
}
}
gotoAndPlay(goto);
if (random(2) == 0) {
disparo_latencia--;
}
}
Symbol 825 MovieClip Frame 133
j = _root.j;
bloqueado = 0;
shapes = 0;
while (10 >= shapes) {
if (_root.mundo["shape" + shapes].hitTest(ranx, rany, true)) {
bloqueado = 1;
if (_root.mundo["shape" + shapes].hitTest(ranx, rany - 25, true)) {
posicioncoche = 25;
}
if (_root.mundo["shape" + shapes].hitTest(ranx, (rany - posicioncoche) - 15, true)) {
posicioncoche = posicioncoche + 15;
}
if (_root.mundo["shape" + shapes].hitTest(ranx, (rany - posicioncoche) - 5, true)) {
posicioncoche = posicioncoche + 5;
}
coche = shapes;
shapes = 10;
}
shapes++;
}
if (bloqueado == 0) {
if (_root.tio.hit.hitTest(ranx, rany - 15, true)) {
_root.vida._xscale = _root.vida._xscale - _root["dañopipa"];
_root.mundo.sangretio.duplicateMovieClip("splat" + j, j + 80);
if ((_root.accion != "muerto") && (_root.accion != "muerto_s")) {
_root.flashblood.gotoAndPlay(2);
}
if ((_root.accion == "muerto") || (_root.accion == "muerto_s")) {
_root.mundo["splat" + j]._x = ((_root.m_x + _root.tio._x) + random(40)) - 20;
_root.mundo["splat" + j]._y = (_root.tio._y + random(15)) - 5;
} else {
_root.mundo["splat" + j]._x = ((_root.m_x + _root.tio._x) + random(40)) - 20;
_root.mundo["splat" + j]._y = (_root.tio._y + random(60)) - 30;
}
} else {
_root.mundo.humo_alante.duplicateMovieClip("humo_acera" + j, j + 40);
_root.mundo["humo_acera" + j]._x = _root.m_x + ranx;
_root.mundo["humo_acera" + j]._y = rany;
_root.j++;
}
} else if (((((((((_root.tio.hit.hitTest(ranx, rany - 15, true) and (random(3) != 1)) and (_root.accion != "agachao")) && (_root.accion != "desagachao")) && (_root.accion != "sj_i")) && (_root.accion != "sj_d")) && (_root.accion != "arrastrando_i")) && (_root.accion != "arrastrando_d")) && (_root.accion != "rodando_i")) && (_root.accion != "rodando_d")) {
_root.vida._xscale = _root.vida._xscale - _root["dañopipa"];
_root.mundo.sangretio.duplicateMovieClip("splat" + j, j + 80);
if ((_root.accion != "muerto") && (_root.accion != "muerto_s")) {
_root.flashblood.gotoAndPlay(2);
}
if ((_root.accion == "muerto") || (_root.accion == "muerto_s")) {
_root.mundo["splat" + j]._x = ((_root.m_x + _root.tio._x) + random(40)) - 20;
_root.mundo["splat" + j]._y = (_root.tio._y + random(15)) - 5;
} else {
_root.mundo["splat" + j]._x = ((_root.m_x + _root.tio._x) + random(40)) - 20;
_root.mundo["splat" + j]._y = (_root.tio._y + random(60)) - 30;
}
} else {
rany = rany - posicioncoche;
_root.mundo.chispa.duplicateMovieClip("chispa" + j, j + 100);
_root.mundo["chispa" + j]._x = _root.m_x + ranx;
_root.mundo["chispa" + j]._y = rany;
_root.j++;
_root.sonido_lata.gotoAndPlay(2);
if (_root.mundo["shape" + coche].hits < 999) {
_root.mundo["shape" + coche].hits++;
}
if (_root.mundo["shape" + coche].hits >= _root.mundo["shape" + coche].max3) {
_root.mundo["shape" + coche].gotoAndPlay(50);
_root.mundo["shape" + coche].max3 = 1000;
} else {
if (_root.mundo["shape" + coche].hits >= _root.mundo["shape" + coche].max2) {
_root.mundo["shape" + coche].gotoAndPlay(30);
_root.mundo["shape" + coche].max2 = 10000;
} else if (_root.mundo["shape" + coche].hits >= _root.mundo["shape" + coche].max1) {
_root.mundo["shape" + coche].max1 = 10000;
_root.mundo["shape" + coche].gotoAndPlay(15);
_root.sonido_cristal.gotoAndPlay(2);
}
if (_root.mundo["shape" + coche]._currentframe < 50) {
_root.mundo["shape" + coche].gotoAndPlay(_root.mundo["shape" + coche]._currentframe + 1);
}
}
}
rany = random(20) + 320;
ranx = (_root.tio._x + random(100)) - 50;
Symbol 825 MovieClip Frame 138
if (balas == 0) {
gotoAndPlay (70);
balas = balastotales;
} else if (random(4) == 0) {
gotoAndPlay(this._currentFrame - 1);
} else {
goto = 143;
if (90 < ((_root.tio._x - _root.mundo._x) - this._x)) {
if (200 < ((_root.tio._x - _root.mundo._x) - this._x)) {
goto = 163;
} else {
goto = 153;
}
}
if (((_root.tio._x - _root.mundo._x) - this._x) < -90) {
if (((_root.tio._x - _root.mundo._x) - this._x) < -200) {
goto = 123;
} else {
goto = 133;
}
}
gotoAndPlay(goto);
balas--;
}
Symbol 825 MovieClip Frame 142
if (disparo_latencia == 0) {
if (balas == 0) {
gotoAndPlay (70);
balas = balastotales;
} else {
goto = 143;
if (90 < ((_root.tio._x - _root.mundo._x) - this._x)) {
if (200 < ((_root.tio._x - _root.mundo._x) - this._x)) {
goto = 163;
} else {
goto = 153;
}
}
if (((_root.tio._x - _root.mundo._x) - this._x) < -90) {
if (((_root.tio._x - _root.mundo._x) - this._x) < -200) {
goto = 123;
} else {
goto = 133;
}
}
gotoAndPlay(goto);
balas--;
}
disparo_latencia = latencia;
} else {
goto = 140;
if (90 < ((_root.tio._x - _root.mundo._x) - this._x)) {
if (200 < ((_root.tio._x - _root.mundo._x) - this._x)) {
goto = 160;
} else {
goto = 150;
}
}
if (((_root.tio._x - _root.mundo._x) - this._x) < -90) {
if (((_root.tio._x - _root.mundo._x) - this._x) < -200) {
goto = 120;
} else {
goto = 130;
}
}
gotoAndPlay(goto);
if (random(2) == 0) {
disparo_latencia--;
}
}
Symbol 825 MovieClip Frame 143
j = _root.j;
bloqueado = 0;
shapes = 0;
while (10 >= shapes) {
if (_root.mundo["shape" + shapes].hitTest(ranx, rany, true)) {
bloqueado = 1;
if (_root.mundo["shape" + shapes].hitTest(ranx, rany - 25, true)) {
posicioncoche = 25;
}
if (_root.mundo["shape" + shapes].hitTest(ranx, (rany - posicioncoche) - 15, true)) {
posicioncoche = posicioncoche + 15;
}
if (_root.mundo["shape" + shapes].hitTest(ranx, (rany - posicioncoche) - 5, true)) {
posicioncoche = posicioncoche + 5;
}
coche = shapes;
shapes = 10;
}
shapes++;
}
if (bloqueado == 0) {
if (_root.tio.hit.hitTest(ranx, rany - 15, true)) {
_root.vida._xscale = _root.vida._xscale - _root["dañopipa"];
_root.mundo.sangretio.duplicateMovieClip("splat" + j, j + 80);
if ((_root.accion != "muerto") && (_root.accion != "muerto_s")) {
_root.flashblood.gotoAndPlay(2);
}
if ((_root.accion == "muerto") || (_root.accion == "muerto_s")) {
_root.mundo["splat" + j]._x = ((_root.m_x + _root.tio._x) + random(40)) - 20;
_root.mundo["splat" + j]._y = (_root.tio._y + random(15)) - 5;
} else {
_root.mundo["splat" + j]._x = ((_root.m_x + _root.tio._x) + random(40)) - 20;
_root.mundo["splat" + j]._y = (_root.tio._y + random(60)) - 30;
}
} else {
_root.mundo.humo_alante.duplicateMovieClip("humo_acera" + j, j + 40);
_root.mundo["humo_acera" + j]._x = _root.m_x + ranx;
_root.mundo["humo_acera" + j]._y = rany;
_root.j++;
}
} else if (((((((((_root.tio.hit.hitTest(ranx, rany - 15, true) and (random(3) != 1)) and (_root.accion != "agachao")) && (_root.accion != "desagachao")) && (_root.accion != "sj_i")) && (_root.accion != "sj_d")) && (_root.accion != "arrastrando_i")) && (_root.accion != "arrastrando_d")) && (_root.accion != "rodando_i")) && (_root.accion != "rodando_d")) {
_root.vida._xscale = _root.vida._xscale - _root["dañopipa"];
_root.mundo.sangretio.duplicateMovieClip("splat" + j, j + 80);
if ((_root.accion != "muerto") && (_root.accion != "muerto_s")) {
_root.flashblood.gotoAndPlay(2);
}
if ((_root.accion == "muerto") || (_root.accion == "muerto_s")) {
_root.mundo["splat" + j]._x = ((_root.m_x + _root.tio._x) + random(40)) - 20;
_root.mundo["splat" + j]._y = (_root.tio._y + random(15)) - 5;
} else {
_root.mundo["splat" + j]._x = ((_root.m_x + _root.tio._x) + random(40)) - 20;
_root.mundo["splat" + j]._y = (_root.tio._y + random(60)) - 30;
}
} else {
rany = rany - posicioncoche;
_root.mundo.chispa.duplicateMovieClip("chispa" + j, j + 100);
_root.mundo["chispa" + j]._x = _root.m_x + ranx;
_root.mundo["chispa" + j]._y = rany;
_root.j++;
_root.sonido_lata.gotoAndPlay(2);
if (_root.mundo["shape" + coche].hits < 999) {
_root.mundo["shape" + coche].hits++;
}
if (_root.mundo["shape" + coche].hits >= _root.mundo["shape" + coche].max3) {
_root.mundo["shape" + coche].gotoAndPlay(50);
_root.mundo["shape" + coche].max3 = 1000;
} else {
if (_root.mundo["shape" + coche].hits >= _root.mundo["shape" + coche].max2) {
_root.mundo["shape" + coche].gotoAndPlay(30);
_root.mundo["shape" + coche].max2 = 10000;
} else if (_root.mundo["shape" + coche].hits >= _root.mundo["shape" + coche].max1) {
_root.mundo["shape" + coche].max1 = 10000;
_root.mundo["shape" + coche].gotoAndPlay(15);
_root.sonido_cristal.gotoAndPlay(2);
}
if (_root.mundo["shape" + coche]._currentframe < 50) {
_root.mundo["shape" + coche].gotoAndPlay(_root.mundo["shape" + coche]._currentframe + 1);
}
}
}
rany = random(20) + 320;
ranx = (_root.tio._x + random(100)) - 50;
Symbol 825 MovieClip Frame 148
if (balas == 0) {
gotoAndPlay (70);
balas = balastotales;
} else if (random(4) == 0) {
gotoAndPlay(this._currentFrame - 1);
} else {
goto = 143;
if (90 < ((_root.tio._x - _root.mundo._x) - this._x)) {
if (200 < ((_root.tio._x - _root.mundo._x) - this._x)) {
goto = 163;
} else {
goto = 153;
}
}
if (((_root.tio._x - _root.mundo._x) - this._x) < -90) {
if (((_root.tio._x - _root.mundo._x) - this._x) < -200) {
goto = 123;
} else {
goto = 133;
}
}
gotoAndPlay(goto);
balas--;
}
Symbol 825 MovieClip Frame 152
if (disparo_latencia == 0) {
if (balas == 0) {
gotoAndPlay (70);
balas = balastotales;
} else {
goto = 143;
if (90 < ((_root.tio._x - _root.mundo._x) - this._x)) {
if (200 < ((_root.tio._x - _root.mundo._x) - this._x)) {
goto = 163;
} else {
goto = 153;
}
}
if (((_root.tio._x - _root.mundo._x) - this._x) < -90) {
if (((_root.tio._x - _root.mundo._x) - this._x) < -200) {
goto = 123;
} else {
goto = 133;
}
}
gotoAndPlay(goto);
balas--;
}
disparo_latencia = latencia;
} else {
goto = 140;
if (90 < ((_root.tio._x - _root.mundo._x) - this._x)) {
if (200 < ((_root.tio._x - _root.mundo._x) - this._x)) {
goto = 160;
} else {
goto = 150;
}
}
if (((_root.tio._x - _root.mundo._x) - this._x) < -90) {
if (((_root.tio._x - _root.mundo._x) - this._x) < -200) {
goto = 120;
} else {
goto = 130;
}
}
gotoAndPlay(goto);
if (random(2) == 0) {
disparo_latencia--;
}
}
Symbol 825 MovieClip Frame 153
j = _root.j;
bloqueado = 0;
shapes = 0;
while (10 >= shapes) {
if (_root.mundo["shape" + shapes].hitTest(ranx, rany, true)) {
bloqueado = 1;
if (_root.mundo["shape" + shapes].hitTest(ranx, rany - 25, true)) {
posicioncoche = 25;
}
if (_root.mundo["shape" + shapes].hitTest(ranx, (rany - posicioncoche) - 15, true)) {
posicioncoche = posicioncoche + 15;
}
if (_root.mundo["shape" + shapes].hitTest(ranx, (rany - posicioncoche) - 5, true)) {
posicioncoche = posicioncoche + 5;
}
coche = shapes;
shapes = 10;
}
shapes++;
}
if (bloqueado == 0) {
if (_root.tio.hit.hitTest(ranx, rany - 15, true)) {
_root.vida._xscale = _root.vida._xscale - _root["dañopipa"];
_root.mundo.sangretio.duplicateMovieClip("splat" + j, j + 80);
if ((_root.accion != "muerto") && (_root.accion != "muerto_s")) {
_root.flashblood.gotoAndPlay(2);
}
if ((_root.accion == "muerto") || (_root.accion == "muerto_s")) {
_root.mundo["splat" + j]._x = ((_root.m_x + _root.tio._x) + random(40)) - 20;
_root.mundo["splat" + j]._y = (_root.tio._y + random(15)) - 5;
} else {
_root.mundo["splat" + j]._x = ((_root.m_x + _root.tio._x) + random(40)) - 20;
_root.mundo["splat" + j]._y = (_root.tio._y + random(60)) - 30;
}
} else {
_root.mundo.humo_alante.duplicateMovieClip("humo_acera" + j, j + 40);
_root.mundo["humo_acera" + j]._x = _root.m_x + ranx;
_root.mundo["humo_acera" + j]._y = rany;
_root.j++;
}
} else if (((((((((_root.tio.hit.hitTest(ranx, rany - 15, true) and (random(3) != 1)) and (_root.accion != "agachao")) && (_root.accion != "desagachao")) && (_root.accion != "sj_i")) && (_root.accion != "sj_d")) && (_root.accion != "arrastrando_i")) && (_root.accion != "arrastrando_d")) && (_root.accion != "rodando_i")) && (_root.accion != "rodando_d")) {
_root.vida._xscale = _root.vida._xscale - _root["dañopipa"];
_root.mundo.sangretio.duplicateMovieClip("splat" + j, j + 80);
if ((_root.accion != "muerto") && (_root.accion != "muerto_s")) {
_root.flashblood.gotoAndPlay(2);
}
if ((_root.accion == "muerto") || (_root.accion == "muerto_s")) {
_root.mundo["splat" + j]._x = ((_root.m_x + _root.tio._x) + random(40)) - 20;
_root.mundo["splat" + j]._y = (_root.tio._y + random(15)) - 5;
} else {
_root.mundo["splat" + j]._x = ((_root.m_x + _root.tio._x) + random(40)) - 20;
_root.mundo["splat" + j]._y = (_root.tio._y + random(60)) - 30;
}
} else {
rany = rany - posicioncoche;
_root.mundo.chispa.duplicateMovieClip("chispa" + j, j + 100);
_root.mundo["chispa" + j]._x = _root.m_x + ranx;
_root.mundo["chispa" + j]._y = rany;
_root.j++;
_root.sonido_lata.gotoAndPlay(2);
if (_root.mundo["shape" + coche].hits < 999) {
_root.mundo["shape" + coche].hits++;
}
if (_root.mundo["shape" + coche].hits >= _root.mundo["shape" + coche].max3) {
_root.mundo["shape" + coche].gotoAndPlay(50);
_root.mundo["shape" + coche].max3 = 1000;
} else {
if (_root.mundo["shape" + coche].hits >= _root.mundo["shape" + coche].max2) {
_root.mundo["shape" + coche].gotoAndPlay(30);
_root.mundo["shape" + coche].max2 = 10000;
} else if (_root.mundo["shape" + coche].hits >= _root.mundo["shape" + coche].max1) {
_root.mundo["shape" + coche].max1 = 10000;
_root.mundo["shape" + coche].gotoAndPlay(15);
_root.sonido_cristal.gotoAndPlay(2);
}
if (_root.mundo["shape" + coche]._currentframe < 50) {
_root.mundo["shape" + coche].gotoAndPlay(_root.mundo["shape" + coche]._currentframe + 1);
}
}
}
rany = random(20) + 320;
ranx = (_root.tio._x + random(100)) - 50;
Symbol 825 MovieClip Frame 158
if (balas == 0) {
gotoAndPlay (70);
balas = balastotales;
} else if (random(4) == 0) {
gotoAndPlay(this._currentFrame - 1);
} else {
goto = 143;
if (90 < ((_root.tio._x - _root.mundo._x) - this._x)) {
if (200 < ((_root.tio._x - _root.mundo._x) - this._x)) {
goto = 163;
} else {
goto = 153;
}
}
if (((_root.tio._x - _root.mundo._x) - this._x) < -90) {
if (((_root.tio._x - _root.mundo._x) - this._x) < -200) {
goto = 123;
} else {
goto = 133;
}
}
gotoAndPlay(goto);
balas--;
}
Symbol 825 MovieClip Frame 162
if (disparo_latencia == 0) {
if (balas == 0) {
gotoAndPlay (70);
balas = balastotales;
} else {
goto = 143;
if (90 < ((_root.tio._x - _root.mundo._x) - this._x)) {
if (200 < ((_root.tio._x - _root.mundo._x) - this._x)) {
goto = 163;
} else {
goto = 153;
}
}
if (((_root.tio._x - _root.mundo._x) - this._x) < -90) {
if (((_root.tio._x - _root.mundo._x) - this._x) < -200) {
goto = 123;
} else {
goto = 133;
}
}
gotoAndPlay(goto);
balas--;
}
disparo_latencia = latencia;
} else {
goto = 140;
if (90 < ((_root.tio._x - _root.mundo._x) - this._x)) {
if (200 < ((_root.tio._x - _root.mundo._x) - this._x)) {
goto = 160;
} else {
goto = 150;
}
}
if (((_root.tio._x - _root.mundo._x) - this._x) < -90) {
if (((_root.tio._x - _root.mundo._x) - this._x) < -200) {
goto = 120;
} else {
goto = 130;
}
}
gotoAndPlay(goto);
if (random(2) == 0) {
disparo_latencia--;
}
}
Symbol 825 MovieClip Frame 163
j = _root.j;
bloqueado = 0;
shapes = 0;
while (10 >= shapes) {
if (_root.mundo["shape" + shapes].hitTest(ranx, rany, true)) {
bloqueado = 1;
if (_root.mundo["shape" + shapes].hitTest(ranx, rany - 25, true)) {
posicioncoche = 25;
}
if (_root.mundo["shape" + shapes].hitTest(ranx, (rany - posicioncoche) - 15, true)) {
posicioncoche = posicioncoche + 15;
}
if (_root.mundo["shape" + shapes].hitTest(ranx, (rany - posicioncoche) - 5, true)) {
posicioncoche = posicioncoche + 5;
}
coche = shapes;
shapes = 10;
}
shapes++;
}
if (bloqueado == 0) {
if (_root.tio.hit.hitTest(ranx, rany - 15, true)) {
_root.vida._xscale = _root.vida._xscale - _root["dañopipa"];
_root.mundo.sangretio.duplicateMovieClip("splat" + j, j + 80);
if ((_root.accion != "muerto") && (_root.accion != "muerto_s")) {
_root.flashblood.gotoAndPlay(2);
}
if ((_root.accion == "muerto") || (_root.accion == "muerto_s")) {
_root.mundo["splat" + j]._x = ((_root.m_x + _root.tio._x) + random(40)) - 20;
_root.mundo["splat" + j]._y = (_root.tio._y + random(15)) - 5;
} else {
_root.mundo["splat" + j]._x = ((_root.m_x + _root.tio._x) + random(40)) - 20;
_root.mundo["splat" + j]._y = (_root.tio._y + random(60)) - 30;
}
} else {
_root.mundo.humo_alante.duplicateMovieClip("humo_acera" + j, j + 40);
_root.mundo["humo_acera" + j]._x = _root.m_x + ranx;
_root.mundo["humo_acera" + j]._y = rany;
_root.j++;
}
} else if (((((((((_root.tio.hit.hitTest(ranx, rany - 15, true) and (random(3) != 1)) and (_root.accion != "agachao")) && (_root.accion != "desagachao")) && (_root.accion != "sj_i")) && (_root.accion != "sj_d")) && (_root.accion != "arrastrando_i")) && (_root.accion != "arrastrando_d")) && (_root.accion != "rodando_i")) && (_root.accion != "rodando_d")) {
_root.vida._xscale = _root.vida._xscale - _root["dañopipa"];
_root.mundo.sangretio.duplicateMovieClip("splat" + j, j + 80);
if ((_root.accion != "muerto") && (_root.accion != "muerto_s")) {
_root.flashblood.gotoAndPlay(2);
}
if ((_root.accion == "muerto") || (_root.accion == "muerto_s")) {
_root.mundo["splat" + j]._x = ((_root.m_x + _root.tio._x) + random(40)) - 20;
_root.mundo["splat" + j]._y = (_root.tio._y + random(15)) - 5;
} else {
_root.mundo["splat" + j]._x = ((_root.m_x + _root.tio._x) + random(40)) - 20;
_root.mundo["splat" + j]._y = (_root.tio._y + random(60)) - 30;
}
} else {
rany = rany - posicioncoche;
_root.mundo.chispa.duplicateMovieClip("chispa" + j, j + 100);
_root.mundo["chispa" + j]._x = _root.m_x + ranx;
_root.mundo["chispa" + j]._y = rany;
_root.j++;
_root.sonido_lata.gotoAndPlay(2);
if (_root.mundo["shape" + coche].hits < 999) {
_root.mundo["shape" + coche].hits++;
}
if (_root.mundo["shape" + coche].hits >= _root.mundo["shape" + coche].max3) {
_root.mundo["shape" + coche].gotoAndPlay(50);
_root.mundo["shape" + coche].max3 = 1000;
} else {
if (_root.mundo["shape" + coche].hits >= _root.mundo["shape" + coche].max2) {
_root.mundo["shape" + coche].gotoAndPlay(30);
_root.mundo["shape" + coche].max2 = 10000;
} else if (_root.mundo["shape" + coche].hits >= _root.mundo["shape" + coche].max1) {
_root.mundo["shape" + coche].max1 = 10000;
_root.mundo["shape" + coche].gotoAndPlay(15);
_root.sonido_cristal.gotoAndPlay(2);
}
if (_root.mundo["shape" + coche]._currentframe < 50) {
_root.mundo["shape" + coche].gotoAndPlay(_root.mundo["shape" + coche]._currentframe + 1);
}
}
}
rany = random(20) + 320;
ranx = (_root.tio._x + random(100)) - 50;
Symbol 825 MovieClip Frame 168
if (balas == 0) {
gotoAndPlay (70);
balas = balastotales;
} else if (random(4) == 0) {
gotoAndPlay(this._currentFrame - 1);
} else {
goto = 143;
if (90 < ((_root.tio._x - _root.mundo._x) - this._x)) {
if (200 < ((_root.tio._x - _root.mundo._x) - this._x)) {
goto = 163;
} else {
goto = 153;
}
}
if (((_root.tio._x - _root.mundo._x) - this._x) < -90) {
if (((_root.tio._x - _root.mundo._x) - this._x) < -200) {
goto = 123;
} else {
goto = 133;
}
}
gotoAndPlay(goto);
balas--;
}
Symbol 825 MovieClip Frame 201
if (_root.accion == "muerto") {
gotoAndPlay (70);
}
Symbol 825 MovieClip Frame 209
_root.mundo.alante.granada_roja.duplicateMovieClip("granada2_" + _root.k, _root.k + 730);
_root.mundo.alante["granada2_" + _root.k]._x = this._x + 30;
_root.mundo.alante["granada2_" + _root.k]._y = this._y;
_root.mundo.alante["granada2_" + _root.k].gotoAndPlay(2);
_root.k++;
Symbol 825 MovieClip Frame 212
gotoAndPlay (72);
Symbol 825 MovieClip Frame 235
gotoAndPlay (70);
Symbol 825 MovieClip Frame 252
if (dead != "si") {
dead = "si";
_root.mundo[(("posicion" + nombrecont) + "_") + pos_num].gotoAndStop(1);
_root.mundo.mundomobs["creamobs" + nombrecont].mobs--;
if (maloandante == "si") {
_root.killcount_a++;
} else {
_root.killcount++;
}
}
Symbol 825 MovieClip Frame 259
existe = 0;
this.removeMovieClip();
stop();
Symbol 825 MovieClip Frame 271
if (_root.j < 80) {
_root.j++;
} else {
_root.j = 0;
}
_root.mundo.marcas.sangremalo.duplicateMovieClip("sangre" + _root.j, _root.j + 70);
_root.mundo.marcas["sangre" + _root.j].gotoAndPlay(4);
_root.mundo.marcas["sangre" + _root.j]._x = ((this._x + 20) + random(80)) - 40;
_root.mundo.marcas["sangre" + _root.j]._y = ((this._y + 30) + random(80)) - 40;
_root.mundo.marcas["sangre" + _root.j]._rotation = random(360);
Symbol 825 MovieClip Frame 286
if (dead != "si") {
dead = "si";
_root.mundo[(("posicion" + nombrecont) + "_") + pos_num].gotoAndStop(1);
_root.mundo.mundomobs["creamobs" + nombrecont].mobs--;
if (maloandante == "si") {
_root.killcount_a++;
} else {
_root.killcount++;
}
}
Symbol 825 MovieClip Frame 296
existe = 0;
this.removeMovieClip();
stop();
Symbol 825 MovieClip Frame 306
gotoAndPlay (300);
Symbol 837 MovieClip Frame 1
Symbol 837 MovieClip Frame 11
if (parado == 0) {
gotoAndPlay (1);
}
Symbol 837 MovieClip Frame 31
if (dead != "si") {
dead = "si";
_root.mundo[(("posicion" + nombrecont) + "_") + pos_num].gotoAndStop(1);
_root.mundo.mundomobs["creamobs" + nombrecont].mobs--;
if (maloandante == "si") {
_root.killcount_a++;
} else {
_root.killcount++;
}
}
Symbol 837 MovieClip Frame 39
existe = 0;
this.removeMovieClip();
stop();
Symbol 837 MovieClip Frame 56
accion = 0;
animado = 0;
if (parado == 0) {
gotoAndPlay (1);
} else {
gotoAndPlay (76);
}
Symbol 837 MovieClip Frame 66
accion = 0;
animado = 0;
if (parado == 0) {
gotoAndPlay (1);
} else {
gotoAndPlay (76);
}
Symbol 837 MovieClip Frame 71
if (_root.dificultad < random(100)) {
disparo_latencia = 12;
} else if (rand_grana != 0) {
rand_grana = 3;
if (_root.accion == "agachao") {
rand_grana = 5;
}
if (1 < random(rand_grana)) {
this.gotoAndPlay(200);
}
rand_grana = 0;
} else {
rand_grana = 3;
}
Symbol 837 MovieClip Frame 79
rany = random(20) + 320;
ranx = (_root.tio._x + random(100)) - 50;
Symbol 837 MovieClip Frame 82
if (this._x < (_root.m_x - 50)) {
this.removeMovieClip();
}
gotoAndPlay (95);
if (maloandante == "si") {
if (((this._x - _root.m_x) + 360) < _root.tio._x) {
mobs_creados++;
mobs++;
antigua_i = _root.mundo.mundomobs.i - 1;
if (20 < _root.mundo.mundomobs.i) {
_root.mundo.mundomobs.i = 1;
}
i = _root.mundo.mundomobs.i;
_root.mundo.mundomobs.i++;
if (_root.mundo.mundomobs["enemigo1_" + antigua_i].existe == si) {
_root.mundo.mundomobs.i++;
i++;
}
_root.mundo.mundomobs.enemigo1.duplicateMovieClip("enemigo1_" + i, i);
_root.mundo.mundomobs["enemigo1_" + i]._x = this._x;
_root.mundo.mundomobs["enemigo1_" + i]._y = this._y;
_root.mundo.mundomobs["enemigo1_" + i].posicion = posicion + 200;
_root.mundo.mundomobs["enemigo1_" + i].hits = hits;
_root.mundo.mundomobs["enemigo1_" + i].maloandante = "si";
this.removeMovieClip();
}
} else {
if ((635 < ((_root.tio._x - _root.mundo._x) - this._x)) && (_root.pared_mov != 1)) {
gotoAndStop (81);
}
if ((460 < ((_root.tio._x - _root.mundo._x) - this._x)) && (_root.pared_mov == 1)) {
gotoAndStop (81);
} else {
if (90 < ((_root.tio._x - _root.mundo._x) - this._x)) {
if (200 < ((_root.tio._x - _root.mundo._x) - this._x)) {
gotoAndPlay (105);
} else {
gotoAndPlay (100);
}
}
if (((_root.tio._x - _root.mundo._x) - this._x) < -90) {
if (((_root.tio._x - _root.mundo._x) - this._x) < -200) {
gotoAndPlay (120);
} else {
gotoAndPlay (90);
}
}
if (_root.dificultad < random(100)) {
disparo_latencia = 12;
} else if (0 < rand_grana) {
rand_grana = 3;
if (_root.accion == "agachao") {
rand_grana = 5;
}
if (1 < random(rand_grana)) {
this.gotoAndPlay(200);
}
rand_grana = 0;
} else {
rand_grana = 3;
}
}
}
if ((_root.m_x + 620) < this._x) {
gotoAndPlay (81);
}
Symbol 837 MovieClip Frame 85
gotoAndPlay (120);
Symbol 837 MovieClip Frame 91
gotoAndPlay (130);
Symbol 837 MovieClip Frame 97
gotoAndPlay (140);
Symbol 837 MovieClip Frame 103
gotoAndPlay (150);
Symbol 837 MovieClip Frame 109
gotoAndPlay (160);
Symbol 837 MovieClip Frame 122
if (disparo_latencia == 0) {
if (balas == 0) {
gotoAndPlay (70);
balas = balastotales;
} else {
goto = 143;
if (90 < ((_root.tio._x - _root.mundo._x) - this._x)) {
if (200 < ((_root.tio._x - _root.mundo._x) - this._x)) {
goto = 163;
} else {
goto = 153;
}
}
if (((_root.tio._x - _root.mundo._x) - this._x) < -90) {
if (((_root.tio._x - _root.mundo._x) - this._x) < -200) {
goto = 123;
} else {
goto = 133;
}
}
gotoAndPlay(goto);
balas--;
}
disparo_latencia = latencia;
} else {
goto = 140;
if (90 < ((_root.tio._x - _root.mundo._x) - this._x)) {
if (200 < ((_root.tio._x - _root.mundo._x) - this._x)) {
goto = 160;
} else {
goto = 150;
}
}
if (((_root.tio._x - _root.mundo._x) - this._x) < -90) {
if (((_root.tio._x - _root.mundo._x) - this._x) < -200) {
goto = 120;
} else {
goto = 130;
}
}
gotoAndPlay(goto);
if (random(2) == 0) {
disparo_latencia--;
}
}
Symbol 837 MovieClip Frame 123
j = _root.j;
bloqueado = 0;
shapes = 0;
while (10 >= shapes) {
if (_root.mundo["shape" + shapes].hitTest(ranx, rany, true)) {
bloqueado = 1;
if (_root.mundo["shape" + shapes].hitTest(ranx, rany - 25, true)) {
posicioncoche = 25;
}
if (_root.mundo["shape" + shapes].hitTest(ranx, (rany - posicioncoche) - 15, true)) {
posicioncoche = posicioncoche + 15;
}
if (_root.mundo["shape" + shapes].hitTest(ranx, (rany - posicioncoche) - 5, true)) {
posicioncoche = posicioncoche + 5;
}
coche = shapes;
shapes = 10;
}
shapes++;
}
if (bloqueado == 0) {
if (_root.tio.hit.hitTest(ranx, rany - 15, true)) {
_root.vida._xscale = _root.vida._xscale - _root["dañopipa"];
_root.mundo.sangretio.duplicateMovieClip("splat" + j, j + 80);
if ((_root.accion != "muerto") && (_root.accion != "muerto_s")) {
_root.flashblood.gotoAndPlay(2);
}
if ((_root.accion == "muerto") || (_root.accion == "muerto_s")) {
_root.mundo["splat" + j]._x = ((_root.m_x + _root.tio._x) + random(40)) - 20;
_root.mundo["splat" + j]._y = (_root.tio._y + random(15)) - 5;
} else {
_root.mundo["splat" + j]._x = ((_root.m_x + _root.tio._x) + random(40)) - 20;
_root.mundo["splat" + j]._y = (_root.tio._y + random(60)) - 30;
}
} else {
_root.mundo.humo_alante.duplicateMovieClip("humo_acera" + j, j + 40);
_root.mundo["humo_acera" + j]._x = _root.m_x + ranx;
_root.mundo["humo_acera" + j]._y = rany;
_root.j++;
}
} else if (((((((((_root.tio.hit.hitTest(ranx, rany - 15, true) and (random(3) != 1)) and (_root.accion != "agachao")) && (_root.accion != "desagachao")) && (_root.accion != "sj_i")) && (_root.accion != "sj_d")) && (_root.accion != "arrastrando_i")) && (_root.accion != "arrastrando_d")) && (_root.accion != "rodando_i")) && (_root.accion != "rodando_d")) {
_root.vida._xscale = _root.vida._xscale - _root["dañopipa"];
_root.mundo.sangretio.duplicateMovieClip("splat" + j, j + 80);
if ((_root.accion != "muerto") && (_root.accion != "muerto_s")) {
_root.flashblood.gotoAndPlay(2);
}
if ((_root.accion == "muerto") || (_root.accion == "muerto_s")) {
_root.mundo["splat" + j]._x = ((_root.m_x + _root.tio._x) + random(40)) - 20;
_root.mundo["splat" + j]._y = (_root.tio._y + random(15)) - 5;
} else {
_root.mundo["splat" + j]._x = ((_root.m_x + _root.tio._x) + random(40)) - 20;
_root.mundo["splat" + j]._y = (_root.tio._y + random(60)) - 30;
}
} else {
rany = rany - posicioncoche;
_root.mundo.chispa.duplicateMovieClip("chispa" + j, j + 100);
_root.mundo["chispa" + j]._x = _root.m_x + ranx;
_root.mundo["chispa" + j]._y = rany;
_root.j++;
_root.sonido_lata.gotoAndPlay(2);
if (_root.mundo["shape" + coche].hits < 999) {
_root.mundo["shape" + coche].hits++;
}
if (_root.mundo["shape" + coche].hits >= _root.mundo["shape" + coche].max3) {
_root.mundo["shape" + coche].gotoAndPlay(50);
_root.mundo["shape" + coche].max3 = 1000;
} else {
if (_root.mundo["shape" + coche].hits >= _root.mundo["shape" + coche].max2) {
_root.mundo["shape" + coche].gotoAndPlay(30);
_root.mundo["shape" + coche].max2 = 10000;
} else if (_root.mundo["shape" + coche].hits >= _root.mundo["shape" + coche].max1) {
_root.mundo["shape" + coche].max1 = 10000;
_root.mundo["shape" + coche].gotoAndPlay(15);
_root.sonido_cristal.gotoAndPlay(2);
}
if (_root.mundo["shape" + coche]._currentframe < 50) {
_root.mundo["shape" + coche].gotoAndPlay(_root.mundo["shape" + coche]._currentframe + 1);
}
}
}
rany = random(20) + 320;
ranx = (_root.tio._x + random(100)) - 50;
Symbol 837 MovieClip Frame 128
if (balas == 0) {
gotoAndPlay (70);
balas = balastotales;
} else if (random(4) == 0) {
gotoAndPlay(this._currentFrame - 1);
} else {
goto = 143;
if (90 < ((_root.tio._x + _root.mundo._x) - this._x)) {
if (200 < ((_root.tio._x + _root.mundo._x) - this._x)) {
goto = 163;
} else {
goto = 153;
}
}
if (((_root.tio._x + _root.mundo._x) - this._x) < -90) {
if (((_root.tio._x + _root.mundo._x) - this._x) < -200) {
goto = 123;
} else {
goto = 133;
}
}
gotoAndPlay(goto);
balas--;
}
Symbol 837 MovieClip Frame 132
if (disparo_latencia == 0) {
if (balas == 0) {
gotoAndPlay (70);
balas = balastotales;
} else {
goto = 143;
if (90 < ((_root.tio._x - _root.mundo._x) - this._x)) {
if (200 < ((_root.tio._x - _root.mundo._x) - this._x)) {
goto = 163;
} else {
goto = 153;
}
}
if (((_root.tio._x - _root.mundo._x) - this._x) < -90) {
if (((_root.tio._x - _root.mundo._x) - this._x) < -200) {
goto = 123;
} else {
goto = 133;
}
}
gotoAndPlay(goto);
balas--;
}
disparo_latencia = latencia;
} else {
goto = 140;
if (90 < ((_root.tio._x - _root.mundo._x) - this._x)) {
if (200 < ((_root.tio._x - _root.mundo._x) - this._x)) {
goto = 160;
} else {
goto = 150;
}
}
if (((_root.tio._x - _root.mundo._x) - this._x) < -90) {
if (((_root.tio._x - _root.mundo._x) - this._x) < -200) {
goto = 120;
} else {
goto = 130;
}
}
gotoAndPlay(goto);
if (random(2) == 0) {
disparo_latencia--;
}
}
Symbol 837 MovieClip Frame 133
j = _root.j;
bloqueado = 0;
shapes = 0;
while (10 >= shapes) {
if (_root.mundo["shape" + shapes].hitTest(ranx, rany, true)) {
bloqueado = 1;
if (_root.mundo["shape" + shapes].hitTest(ranx, rany - 25, true)) {
posicioncoche = 25;
}
if (_root.mundo["shape" + shapes].hitTest(ranx, (rany - posicioncoche) - 15, true)) {
posicioncoche = posicioncoche + 15;
}
if (_root.mundo["shape" + shapes].hitTest(ranx, (rany - posicioncoche) - 5, true)) {
posicioncoche = posicioncoche + 5;
}
coche = shapes;
shapes = 10;
}
shapes++;
}
if (bloqueado == 0) {
if (_root.tio.hit.hitTest(ranx, rany - 15, true)) {
_root.vida._xscale = _root.vida._xscale - _root["dañopipa"];
_root.mundo.sangretio.duplicateMovieClip("splat" + j, j + 80);
if ((_root.accion != "muerto") && (_root.accion != "muerto_s")) {
_root.flashblood.gotoAndPlay(2);
}
if ((_root.accion == "muerto") || (_root.accion == "muerto_s")) {
_root.mundo["splat" + j]._x = ((_root.m_x + _root.tio._x) + random(40)) - 20;
_root.mundo["splat" + j]._y = (_root.tio._y + random(15)) - 5;
} else {
_root.mundo["splat" + j]._x = ((_root.m_x + _root.tio._x) + random(40)) - 20;
_root.mundo["splat" + j]._y = (_root.tio._y + random(60)) - 30;
}
} else {
_root.mundo.humo_alante.duplicateMovieClip("humo_acera" + j, j + 40);
_root.mundo["humo_acera" + j]._x = _root.m_x + ranx;
_root.mundo["humo_acera" + j]._y = rany;
_root.j++;
}
} else if (((((((((_root.tio.hit.hitTest(ranx, rany - 15, true) and (random(3) != 1)) and (_root.accion != "agachao")) && (_root.accion != "desagachao")) && (_root.accion != "sj_i")) && (_root.accion != "sj_d")) && (_root.accion != "arrastrando_i")) && (_root.accion != "arrastrando_d")) && (_root.accion != "rodando_i")) && (_root.accion != "rodando_d")) {
_root.vida._xscale = _root.vida._xscale - _root["dañopipa"];
_root.mundo.sangretio.duplicateMovieClip("splat" + j, j + 80);
if ((_root.accion != "muerto") && (_root.accion != "muerto_s")) {
_root.flashblood.gotoAndPlay(2);
}
if ((_root.accion == "muerto") || (_root.accion == "muerto_s")) {
_root.mundo["splat" + j]._x = ((_root.m_x + _root.tio._x) + random(40)) - 20;
_root.mundo["splat" + j]._y = (_root.tio._y + random(15)) - 5;
} else {
_root.mundo["splat" + j]._x = ((_root.m_x + _root.tio._x) + random(40)) - 20;
_root.mundo["splat" + j]._y = (_root.tio._y + random(60)) - 30;
}
} else {
rany = rany - posicioncoche;
_root.mundo.chispa.duplicateMovieClip("chispa" + j, j + 100);
_root.mundo["chispa" + j]._x = _root.m_x + ranx;
_root.mundo["chispa" + j]._y = rany;
_root.j++;
_root.sonido_lata.gotoAndPlay(2);
if (_root.mundo["shape" + coche].hits < 999) {
_root.mundo["shape" + coche].hits++;
}
if (_root.mundo["shape" + coche].hits >= _root.mundo["shape" + coche].max3) {
_root.mundo["shape" + coche].gotoAndPlay(50);
_root.mundo["shape" + coche].max3 = 1000;
} else {
if (_root.mundo["shape" + coche].hits >= _root.mundo["shape" + coche].max2) {
_root.mundo["shape" + coche].gotoAndPlay(30);
_root.mundo["shape" + coche].max2 = 10000;
} else if (_root.mundo["shape" + coche].hits >= _root.mundo["shape" + coche].max1) {
_root.mundo["shape" + coche].max1 = 10000;
_root.mundo["shape" + coche].gotoAndPlay(15);
_root.sonido_cristal.gotoAndPlay(2);
}
if (_root.mundo["shape" + coche]._currentframe < 50) {
_root.mundo["shape" + coche].gotoAndPlay(_root.mundo["shape" + coche]._currentframe + 1);
}
}
}
rany = random(20) + 320;
ranx = (_root.tio._x + random(100)) - 50;
Symbol 837 MovieClip Frame 138
if (balas == 0) {
gotoAndPlay (70);
balas = balastotales;
} else if (random(4) == 0) {
gotoAndPlay(this._currentFrame - 1);
} else {
goto = 143;
if (90 < ((_root.tio._x - _root.mundo._x) - this._x)) {
if (200 < ((_root.tio._x - _root.mundo._x) - this._x)) {
goto = 163;
} else {
goto = 153;
}
}
if (((_root.tio._x - _root.mundo._x) - this._x) < -90) {
if (((_root.tio._x - _root.mundo._x) - this._x) < -200) {
goto = 123;
} else {
goto = 133;
}
}
gotoAndPlay(goto);
balas--;
}
Symbol 837 MovieClip Frame 142
if (disparo_latencia == 0) {
if (balas == 0) {
gotoAndPlay (70);
balas = balastotales;
} else {
goto = 143;
if (90 < ((_root.tio._x - _root.mundo._x) - this._x)) {
if (200 < ((_root.tio._x - _root.mundo._x) - this._x)) {
goto = 163;
} else {
goto = 153;
}
}
if (((_root.tio._x - _root.mundo._x) - this._x) < -90) {
if (((_root.tio._x - _root.mundo._x) - this._x) < -200) {
goto = 123;
} else {
goto = 133;
}
}
gotoAndPlay(goto);
balas--;
}
disparo_latencia = latencia;
} else {
goto = 140;
if (90 < ((_root.tio._x - _root.mundo._x) - this._x)) {
if (200 < ((_root.tio._x - _root.mundo._x) - this._x)) {
goto = 160;
} else {
goto = 150;
}
}
if (((_root.tio._x - _root.mundo._x) - this._x) < -90) {
if (((_root.tio._x - _root.mundo._x) - this._x) < -200) {
goto = 120;
} else {
goto = 130;
}
}
gotoAndPlay(goto);
if (random(2) == 0) {
disparo_latencia--;
}
}
Symbol 837 MovieClip Frame 143
j = _root.j;
bloqueado = 0;
shapes = 0;
while (10 >= shapes) {
if (_root.mundo["shape" + shapes].hitTest(ranx, rany, true)) {
bloqueado = 1;
if (_root.mundo["shape" + shapes].hitTest(ranx, rany - 25, true)) {
posicioncoche = 25;
}
if (_root.mundo["shape" + shapes].hitTest(ranx, (rany - posicioncoche) - 15, true)) {
posicioncoche = posicioncoche + 15;
}
if (_root.mundo["shape" + shapes].hitTest(ranx, (rany - posicioncoche) - 5, true)) {
posicioncoche = posicioncoche + 5;
}
coche = shapes;
shapes = 10;
}
shapes++;
}
if (bloqueado == 0) {
if (_root.tio.hit.hitTest(ranx, rany - 15, true)) {
_root.vida._xscale = _root.vida._xscale - _root["dañopipa"];
_root.mundo.sangretio.duplicateMovieClip("splat" + j, j + 80);
if ((_root.accion != "muerto") && (_root.accion != "muerto_s")) {
_root.flashblood.gotoAndPlay(2);
}
if ((_root.accion == "muerto") || (_root.accion == "muerto_s")) {
_root.mundo["splat" + j]._x = ((_root.m_x + _root.tio._x) + random(40)) - 20;
_root.mundo["splat" + j]._y = (_root.tio._y + random(15)) - 5;
} else {
_root.mundo["splat" + j]._x = ((_root.m_x + _root.tio._x) + random(40)) - 20;
_root.mundo["splat" + j]._y = (_root.tio._y + random(60)) - 30;
}
} else {
_root.mundo.humo_alante.duplicateMovieClip("humo_acera" + j, j + 40);
_root.mundo["humo_acera" + j]._x = _root.m_x + ranx;
_root.mundo["humo_acera" + j]._y = rany;
_root.j++;
}
} else if (((((((((_root.tio.hit.hitTest(ranx, rany - 15, true) and (random(3) != 1)) and (_root.accion != "agachao")) && (_root.accion != "desagachao")) && (_root.accion != "sj_i")) && (_root.accion != "sj_d")) && (_root.accion != "arrastrando_i")) && (_root.accion != "arrastrando_d")) && (_root.accion != "rodando_i")) && (_root.accion != "rodando_d")) {
_root.vida._xscale = _root.vida._xscale - _root["dañopipa"];
_root.mundo.sangretio.duplicateMovieClip("splat" + j, j + 80);
if ((_root.accion != "muerto") && (_root.accion != "muerto_s")) {
_root.flashblood.gotoAndPlay(2);
}
if ((_root.accion == "muerto") || (_root.accion == "muerto_s")) {
_root.mundo["splat" + j]._x = ((_root.m_x + _root.tio._x) + random(40)) - 20;
_root.mundo["splat" + j]._y = (_root.tio._y + random(15)) - 5;
} else {
_root.mundo["splat" + j]._x = ((_root.m_x + _root.tio._x) + random(40)) - 20;
_root.mundo["splat" + j]._y = (_root.tio._y + random(60)) - 30;
}
} else {
rany = rany - posicioncoche;
_root.mundo.chispa.duplicateMovieClip("chispa" + j, j + 100);
_root.mundo["chispa" + j]._x = _root.m_x + ranx;
_root.mundo["chispa" + j]._y = rany;
_root.j++;
_root.sonido_lata.gotoAndPlay(2);
if (_root.mundo["shape" + coche].hits < 999) {
_root.mundo["shape" + coche].hits++;
}
if (_root.mundo["shape" + coche].hits >= _root.mundo["shape" + coche].max3) {
_root.mundo["shape" + coche].gotoAndPlay(50);
_root.mundo["shape" + coche].max3 = 1000;
} else {
if (_root.mundo["shape" + coche].hits >= _root.mundo["shape" + coche].max2) {
_root.mundo["shape" + coche].gotoAndPlay(30);
_root.mundo["shape" + coche].max2 = 10000;
} else if (_root.mundo["shape" + coche].hits >= _root.mundo["shape" + coche].max1) {
_root.mundo["shape" + coche].max1 = 10000;
_root.mundo["shape" + coche].gotoAndPlay(15);
_root.sonido_cristal.gotoAndPlay(2);
}
if (_root.mundo["shape" + coche]._currentframe < 50) {
_root.mundo["shape" + coche].gotoAndPlay(_root.mundo["shape" + coche]._currentframe + 1);
}
}
}
rany = random(20) + 320;
ranx = (_root.tio._x + random(100)) - 50;
Symbol 837 MovieClip Frame 148
if (balas == 0) {
gotoAndPlay (70);
balas = balastotales;
} else if (random(4) == 0) {
gotoAndPlay(this._currentFrame - 1);
} else {
goto = 143;
if (90 < ((_root.tio._x - _root.mundo._x) - this._x)) {
if (200 < ((_root.tio._x - _root.mundo._x) - this._x)) {
goto = 163;
} else {
goto = 153;
}
}
if (((_root.tio._x - _root.mundo._x) - this._x) < -90) {
if (((_root.tio._x - _root.mundo._x) - this._x) < -200) {
goto = 123;
} else {
goto = 133;
}
}
gotoAndPlay(goto);
balas--;
}
Symbol 837 MovieClip Frame 152
if (disparo_latencia == 0) {
if (balas == 0) {
gotoAndPlay (70);
balas = balastotales;
} else {
goto = 143;
if (90 < ((_root.tio._x - _root.mundo._x) - this._x)) {
if (200 < ((_root.tio._x - _root.mundo._x) - this._x)) {
goto = 163;
} else {
goto = 153;
}
}
if (((_root.tio._x - _root.mundo._x) - this._x) < -90) {
if (((_root.tio._x - _root.mundo._x) - this._x) < -200) {
goto = 123;
} else {
goto = 133;
}
}
gotoAndPlay(goto);
balas--;
}
disparo_latencia = latencia;
} else {
goto = 140;
if (90 < ((_root.tio._x - _root.mundo._x) - this._x)) {
if (200 < ((_root.tio._x - _root.mundo._x) - this._x)) {
goto = 160;
} else {
goto = 150;
}
}
if (((_root.tio._x - _root.mundo._x) - this._x) < -90) {
if (((_root.tio._x - _root.mundo._x) - this._x) < -200) {
goto = 120;
} else {
goto = 130;
}
}
gotoAndPlay(goto);
if (random(2) == 0) {
disparo_latencia--;
}
}
Symbol 837 MovieClip Frame 153
j = _root.j;
bloqueado = 0;
shapes = 0;
while (10 >= shapes) {
if (_root.mundo["shape" + shapes].hitTest(ranx, rany, true)) {
bloqueado = 1;
if (_root.mundo["shape" + shapes].hitTest(ranx, rany - 25, true)) {
posicioncoche = 25;
}
if (_root.mundo["shape" + shapes].hitTest(ranx, (rany - posicioncoche) - 15, true)) {
posicioncoche = posicioncoche + 15;
}
if (_root.mundo["shape" + shapes].hitTest(ranx, (rany - posicioncoche) - 5, true)) {
posicioncoche = posicioncoche + 5;
}
coche = shapes;
shapes = 10;
}
shapes++;
}
if (bloqueado == 0) {
if (_root.tio.hit.hitTest(ranx, rany - 15, true)) {
_root.vida._xscale = _root.vida._xscale - _root["dañopipa"];
_root.mundo.sangretio.duplicateMovieClip("splat" + j, j + 80);
if ((_root.accion != "muerto") && (_root.accion != "muerto_s")) {
_root.flashblood.gotoAndPlay(2);
}
if ((_root.accion == "muerto") || (_root.accion == "muerto_s")) {
_root.mundo["splat" + j]._x = ((_root.m_x + _root.tio._x) + random(40)) - 20;
_root.mundo["splat" + j]._y = (_root.tio._y + random(15)) - 5;
} else {
_root.mundo["splat" + j]._x = ((_root.m_x + _root.tio._x) + random(40)) - 20;
_root.mundo["splat" + j]._y = (_root.tio._y + random(60)) - 30;
}
} else {
_root.mundo.humo_alante.duplicateMovieClip("humo_acera" + j, j + 40);
_root.mundo["humo_acera" + j]._x = _root.m_x + ranx;
_root.mundo["humo_acera" + j]._y = rany;
_root.j++;
}
} else if (((((((((_root.tio.hit.hitTest(ranx, rany - 15, true) and (random(3) != 1)) and (_root.accion != "agachao")) && (_root.accion != "desagachao")) && (_root.accion != "sj_i")) && (_root.accion != "sj_d")) && (_root.accion != "arrastrando_i")) && (_root.accion != "arrastrando_d")) && (_root.accion != "rodando_i")) && (_root.accion != "rodando_d")) {
_root.vida._xscale = _root.vida._xscale - _root["dañopipa"];
_root.mundo.sangretio.duplicateMovieClip("splat" + j, j + 80);
if ((_root.accion != "muerto") && (_root.accion != "muerto_s")) {
_root.flashblood.gotoAndPlay(2);
}
if ((_root.accion == "muerto") || (_root.accion == "muerto_s")) {
_root.mundo["splat" + j]._x = ((_root.m_x + _root.tio._x) + random(40)) - 20;
_root.mundo["splat" + j]._y = (_root.tio._y + random(15)) - 5;
} else {
_root.mundo["splat" + j]._x = ((_root.m_x + _root.tio._x) + random(40)) - 20;
_root.mundo["splat" + j]._y = (_root.tio._y + random(60)) - 30;
}
} else {
rany = rany - posicioncoche;
_root.mundo.chispa.duplicateMovieClip("chispa" + j, j + 100);
_root.mundo["chispa" + j]._x = _root.m_x + ranx;
_root.mundo["chispa" + j]._y = rany;
_root.j++;
_root.sonido_lata.gotoAndPlay(2);
if (_root.mundo["shape" + coche].hits < 999) {
_root.mundo["shape" + coche].hits++;
}
if (_root.mundo["shape" + coche].hits >= _root.mundo["shape" + coche].max3) {
_root.mundo["shape" + coche].gotoAndPlay(50);
_root.mundo["shape" + coche].max3 = 1000;
} else {
if (_root.mundo["shape" + coche].hits >= _root.mundo["shape" + coche].max2) {
_root.mundo["shape" + coche].gotoAndPlay(30);
_root.mundo["shape" + coche].max2 = 10000;
} else if (_root.mundo["shape" + coche].hits >= _root.mundo["shape" + coche].max1) {
_root.mundo["shape" + coche].max1 = 10000;
_root.mundo["shape" + coche].gotoAndPlay(15);
_root.sonido_cristal.gotoAndPlay(2);
}
if (_root.mundo["shape" + coche]._currentframe < 50) {
_root.mundo["shape" + coche].gotoAndPlay(_root.mundo["shape" + coche]._currentframe + 1);
}
}
}
rany = random(20) + 320;
ranx = (_root.tio._x + random(100)) - 50;
Symbol 837 MovieClip Frame 158
if (balas == 0) {
gotoAndPlay (70);
balas = balastotales;
} else if (random(4) == 0) {
gotoAndPlay(this._currentFrame - 1);
} else {
goto = 143;
if (90 < ((_root.tio._x - _root.mundo._x) - this._x)) {
if (200 < ((_root.tio._x - _root.mundo._x) - this._x)) {
goto = 163;
} else {
goto = 153;
}
}
if (((_root.tio._x - _root.mundo._x) - this._x) < -90) {
if (((_root.tio._x - _root.mundo._x) - this._x) < -200) {
goto = 123;
} else {
goto = 133;
}
}
gotoAndPlay(goto);
balas--;
}
Symbol 837 MovieClip Frame 162
if (disparo_latencia == 0) {
if (balas == 0) {
gotoAndPlay (70);
balas = balastotales;
} else {
goto = 143;
if (90 < ((_root.tio._x - _root.mundo._x) - this._x)) {
if (200 < ((_root.tio._x - _root.mundo._x) - this._x)) {
goto = 163;
} else {
goto = 153;
}
}
if (((_root.tio._x - _root.mundo._x) - this._x) < -90) {
if (((_root.tio._x - _root.mundo._x) - this._x) < -200) {
goto = 123;
} else {
goto = 133;
}
}
gotoAndPlay(goto);
balas--;
}
disparo_latencia = latencia;
} else {
goto = 140;
if (90 < ((_root.tio._x - _root.mundo._x) - this._x)) {
if (200 < ((_root.tio._x - _root.mundo._x) - this._x)) {
goto = 160;
} else {
goto = 150;
}
}
if (((_root.tio._x - _root.mundo._x) - this._x) < -90) {
if (((_root.tio._x - _root.mundo._x) - this._x) < -200) {
goto = 120;
} else {
goto = 130;
}
}
gotoAndPlay(goto);
if (random(2) == 0) {
disparo_latencia--;
}
}
Symbol 837 MovieClip Frame 163
j = _root.j;
bloqueado = 0;
shapes = 0;
while (10 >= shapes) {
if (_root.mundo["shape" + shapes].hitTest(ranx, rany, true)) {
bloqueado = 1;
if (_root.mundo["shape" + shapes].hitTest(ranx, rany - 25, true)) {
posicioncoche = 25;
}
if (_root.mundo["shape" + shapes].hitTest(ranx, (rany - posicioncoche) - 15, true)) {
posicioncoche = posicioncoche + 15;
}
if (_root.mundo["shape" + shapes].hitTest(ranx, (rany - posicioncoche) - 5, true)) {
posicioncoche = posicioncoche + 5;
}
coche = shapes;
shapes = 10;
}
shapes++;
}
if (bloqueado == 0) {
if (_root.tio.hit.hitTest(ranx, rany - 15, true)) {
_root.vida._xscale = _root.vida._xscale - _root["dañopipa"];
_root.mundo.sangretio.duplicateMovieClip("splat" + j, j + 80);
if ((_root.accion != "muerto") && (_root.accion != "muerto_s")) {
_root.flashblood.gotoAndPlay(2);
}
if ((_root.accion == "muerto") || (_root.accion == "muerto_s")) {
_root.mundo["splat" + j]._x = ((_root.m_x + _root.tio._x) + random(40)) - 20;
_root.mundo["splat" + j]._y = (_root.tio._y + random(15)) - 5;
} else {
_root.mundo["splat" + j]._x = ((_root.m_x + _root.tio._x) + random(40)) - 20;
_root.mundo["splat" + j]._y = (_root.tio._y + random(60)) - 30;
}
} else {
_root.mundo.humo_alante.duplicateMovieClip("humo_acera" + j, j + 40);
_root.mundo["humo_acera" + j]._x = _root.m_x + ranx;
_root.mundo["humo_acera" + j]._y = rany;
_root.j++;
}
} else if (((((((((_root.tio.hit.hitTest(ranx, rany - 15, true) and (random(3) != 1)) and (_root.accion != "agachao")) && (_root.accion != "desagachao")) && (_root.accion != "sj_i")) && (_root.accion != "sj_d")) && (_root.accion != "arrastrando_i")) && (_root.accion != "arrastrando_d")) && (_root.accion != "rodando_i")) && (_root.accion != "rodando_d")) {
_root.vida._xscale = _root.vida._xscale - _root["dañopipa"];
_root.mundo.sangretio.duplicateMovieClip("splat" + j, j + 80);
if ((_root.accion != "muerto") && (_root.accion != "muerto_s")) {
_root.flashblood.gotoAndPlay(2);
}
if ((_root.accion == "muerto") || (_root.accion == "muerto_s")) {
_root.mundo["splat" + j]._x = ((_root.m_x + _root.tio._x) + random(40)) - 20;
_root.mundo["splat" + j]._y = (_root.tio._y + random(15)) - 5;
} else {
_root.mundo["splat" + j]._x = ((_root.m_x + _root.tio._x) + random(40)) - 20;
_root.mundo["splat" + j]._y = (_root.tio._y + random(60)) - 30;
}
} else {
rany = rany - posicioncoche;
_root.mundo.chispa.duplicateMovieClip("chispa" + j, j + 100);
_root.mundo["chispa" + j]._x = _root.m_x + ranx;
_root.mundo["chispa" + j]._y = rany;
_root.j++;
_root.sonido_lata.gotoAndPlay(2);
if (_root.mundo["shape" + coche].hits < 999) {
_root.mundo["shape" + coche].hits++;
}
if (_root.mundo["shape" + coche].hits >= _root.mundo["shape" + coche].max3) {
_root.mundo["shape" + coche].gotoAndPlay(50);
_root.mundo["shape" + coche].max3 = 1000;
} else {
if (_root.mundo["shape" + coche].hits >= _root.mundo["shape" + coche].max2) {
_root.mundo["shape" + coche].gotoAndPlay(30);
_root.mundo["shape" + coche].max2 = 10000;
} else if (_root.mundo["shape" + coche].hits >= _root.mundo["shape" + coche].max1) {
_root.mundo["shape" + coche].max1 = 10000;
_root.mundo["shape" + coche].gotoAndPlay(15);
_root.sonido_cristal.gotoAndPlay(2);
}
if (_root.mundo["shape" + coche]._currentframe < 50) {
_root.mundo["shape" + coche].gotoAndPlay(_root.mundo["shape" + coche]._currentframe + 1);
}
}
}
rany = random(20) + 320;
ranx = (_root.tio._x + random(100)) - 50;
Symbol 837 MovieClip Frame 168
if (balas == 0) {
gotoAndPlay (70);
balas = balastotales;
} else if (random(4) == 0) {
gotoAndPlay(this._currentFrame - 1);
} else {
goto = 143;
if (90 < ((_root.tio._x - _root.mundo._x) - this._x)) {
if (200 < ((_root.tio._x - _root.mundo._x) - this._x)) {
goto = 163;
} else {
goto = 153;
}
}
if (((_root.tio._x - _root.mundo._x) - this._x) < -90) {
if (((_root.tio._x - _root.mundo._x) - this._x) < -200) {
goto = 123;
} else {
goto = 133;
}
}
gotoAndPlay(goto);
balas--;
}
Symbol 837 MovieClip Frame 201
if (_root.accion == "muerto") {
gotoAndPlay (70);
}
Symbol 837 MovieClip Frame 209
_root.mundo.alante.granada_roja.duplicateMovieClip("granada2_" + _root.k, _root.k + 730);
_root.mundo.alante["granada2_" + _root.k]._x = this._x + 30;
_root.mundo.alante["granada2_" + _root.k]._y = this._y;
_root.mundo.alante["granada2_" + _root.k].gotoAndPlay(2);
_root.k++;
Symbol 837 MovieClip Frame 212
gotoAndPlay (72);
Symbol 837 MovieClip Frame 252
if (dead != "si") {
dead = "si";
_root.mundo[(("posicion" + nombrecont) + "_") + pos_num].gotoAndStop(1);
_root.mundo.mundomobs["creamobs" + nombrecont].mobs--;
if (maloandante == "si") {
_root.killcount_a++;
} else {
_root.killcount++;
}
}
Symbol 837 MovieClip Frame 259
existe = 0;
this.removeMovieClip();
stop();
Symbol 837 MovieClip Frame 271
if (_root.j < 80) {
_root.j++;
} else {
_root.j = 0;
}
_root.mundo.marcas.sangremalo.duplicateMovieClip("sangre" + _root.j, _root.j + 70);
_root.mundo.marcas["sangre" + _root.j].gotoAndPlay(4);
_root.mundo.marcas["sangre" + _root.j]._x = ((this._x + 20) + random(80)) - 40;
_root.mundo.marcas["sangre" + _root.j]._y = ((this._y + 30) + random(80)) - 40;
_root.mundo.marcas["sangre" + _root.j]._rotation = random(360);
Symbol 837 MovieClip Frame 286
if (dead != "si") {
dead = "si";
_root.mundo[(("posicion" + nombrecont) + "_") + pos_num].gotoAndStop(1);
_root.mundo.mundomobs["creamobs" + nombrecont].mobs--;
if (maloandante == "si") {
_root.killcount_a++;
} else {
_root.killcount++;
}
}
Symbol 837 MovieClip Frame 296
existe = 0;
this.removeMovieClip();
stop();
Symbol 837 MovieClip Frame 297
existe = 0;
this.removeMovieClip();
stop();
Symbol 837 MovieClip Frame 306
gotoAndPlay (300);
Symbol 1027 MovieClip Frame 11
if (parado == 0) {
gotoAndPlay (1);
}
Symbol 1027 MovieClip Frame 31
if (dead != "si") {
dead = "si";
_root.mundo[(("posicion" + nombrecont) + "_") + pos_num].gotoAndStop(1);
_root.mundo.mundomobs["creamobs" + nombrecont].mobs--;
if (maloandante == "si") {
_root.killcount_a++;
} else {
_root.killcount++;
}
}
Symbol 1027 MovieClip Frame 39
existe = 0;
this.removeMovieClip();
stop();
Symbol 1027 MovieClip Frame 56
accion = 0;
animado = 0;
if (parado == 0) {
gotoAndPlay (1);
} else {
gotoAndPlay (76);
}
Symbol 1027 MovieClip Frame 66
accion = 0;
animado = 0;
if (parado == 0) {
gotoAndPlay (1);
} else {
gotoAndPlay (76);
}
Symbol 1027 MovieClip Frame 71
recargando = 0;
if (balas < balastotales) {
balas++;
} else {
gotoAndPlay (90);
}
Symbol 1027 MovieClip Frame 80
if (balas < balastotales) {
balas++;
} else {
gotoAndPlay (89);
}
Symbol 1027 MovieClip Frame 99
rany = random(20) + 320;
ranx = (_root.tio._x + random(40)) - 20;
if (recargando == 1) {
gotoAndPlay (70);
}
Symbol 1027 MovieClip Frame 102
if (this._x < (_root.m_x - 50)) {
this.removeMovieClip();
}
if ((_root.m_x + 690) < this._x) {
this.removeMovieClip();
}
if (maloandante == "si") {
if (((this._x - _root.m_x) + 300) < _root.tio._x) {
mobs_creados++;
mobs++;
antigua_i = _root.mundo.mundomobs.i - 1;
if (20 < _root.mundo.mundomobs.i) {
_root.mundo.mundomobs.i = 1;
}
i = _root.mundo.mundomobs.i;
_root.mundo.mundomobs.i++;
if (_root.mundo.mundomobs["enemigo1_" + antigua_i].existe == si) {
_root.mundo.mundomobs.i++;
i++;
}
_root.mundo.mundomobs.maloesco1.duplicateMovieClip("enemigo1_" + i, i);
_root.mundo.mundomobs["enemigo1_" + i]._x = this._x;
_root.mundo.mundomobs["enemigo1_" + i]._y = this._y;
_root.mundo.mundomobs["enemigo1_" + i].posicion = posicion + 200;
_root.mundo.mundomobs["enemigo1_" + i].hits = hits;
_root.mundo.mundomobs["enemigo1_" + i].maloandante = "si";
this.removeMovieClip();
}
} else {
if ((635 < ((_root.tio._x - _root.mundo._x) - this._x)) && (_root.pared_mov != 1)) {
gotoAndStop (81);
}
if ((460 < ((_root.tio._x - _root.mundo._x) - this._x)) && (_root.pared_mov == 1)) {
gotoAndStop (81);
} else {
gotop = 120;
if (_root.dificultad < random(100)) {
disparo_latencia = 400;
} else if (_root.accion != "muerto") {
if (0 < rand_grana) {
rand_grana = 3;
if (_root.accion == "agachao") {
rand_grana = 5;
}
if (1 < random(rand_grana)) {
gotop = 200;
}
rand_grana = 0;
} else {
rand_grana = 3;
}
}
}
}
if ((_root.m_x + 640) < this._x) {
gotop = 100;
}
if (dead == "si") {
gotop = 300;
}
gotoAndPlay(gotop);
Symbol 1027 MovieClip Frame 106
gotoAndPlay (120);
Symbol 1027 MovieClip Frame 109
gotoAndPlay (140);
Symbol 1027 MovieClip Frame 114
gotoAndPlay (150);
Symbol 1027 MovieClip Frame 117
gotoAndPlay (89);
Symbol 1027 MovieClip Frame 120
goto = 140;
if (90 < ((_root.tio._x - _root.mundo._x) - this._x)) {
if (200 < ((_root.tio._x - _root.mundo._x) - this._x)) {
goto = 160;
} else {
goto = 150;
}
}
if (((_root.tio._x - _root.mundo._x) - this._x) < -30) {
if (((_root.tio._x - _root.mundo._x) - this._x) < -200) {
goto = 120;
} else {
goto = 130;
}
}
gotoAndPlay(goto);
Symbol 1027 MovieClip Frame 125
if (disparo_latencia >= 100) {
disparo_latencia = disparo_latencia - 100;
this.gotoAndPlay(this._currentframe - 4);
} else {
disparo_latencia = latencia;
}
Symbol 1027 MovieClip Frame 126
num = 0;
while (num < 5) {
j = _root.j;
bloqueado = 0;
shapes = 0;
while (10 >= shapes) {
if (_root.mundo["shape" + shapes].hitTest(ranx, rany, true)) {
bloqueado = 1;
if (_root.mundo["shape" + shapes].hitTest(ranx, rany - 25, true)) {
posicioncoche = 25;
}
if (_root.mundo["shape" + shapes].hitTest(ranx, (rany - posicioncoche) - 15, true)) {
posicioncoche = posicioncoche + 15;
}
if (_root.mundo["shape" + shapes].hitTest(ranx, (rany - posicioncoche) - 5, true)) {
posicioncoche = posicioncoche + 5;
}
coche = shapes;
shapes = 10;
}
shapes++;
}
if (bloqueado == 0) {
if (_root.tio.hit.hitTest(ranx, rany - 15, true)) {
_root.vida._xscale = _root.vida._xscale - _root["dañopipa"];
_root.mundo.sangretio.duplicateMovieClip("splat" + j, j + 80);
if ((_root.accion != "muerto") && (_root.accion != "muerto_s")) {
_root.flashblood.gotoAndPlay(2);
}
if ((_root.accion == "muerto") || (_root.accion == "muerto_s")) {
_root.mundo["splat" + j]._x = ((_root.m_x + _root.tio._x) + random(40)) - 20;
_root.mundo["splat" + j]._y = (_root.tio._y + random(15)) - 5;
} else {
_root.mundo["splat" + j]._x = ((_root.m_x + _root.tio._x) + random(40)) - 20;
_root.mundo["splat" + j]._y = (_root.tio._y + random(60)) - 30;
}
} else {
_root.mundo.humo_alante.duplicateMovieClip("humo_acera" + j, j + 40);
_root.mundo["humo_acera" + j]._x = _root.m_x + ranx;
_root.mundo["humo_acera" + j]._y = rany;
_root.j++;
}
} else if (((((((((_root.tio.hit.hitTest(ranx, rany - 15, true) and (random(3) != 1)) and (_root.accion != "agachao")) && (_root.accion != "desagachao")) && (_root.accion != "sj_i")) && (_root.accion != "sj_d")) && (_root.accion != "arrastrando_i")) && (_root.accion != "arrastrando_d")) && (_root.accion != "rodando_i")) && (_root.accion != "rodando_d")) {
_root.vida._xscale = _root.vida._xscale - _root["dañopipa"];
_root.mundo.sangretio.duplicateMovieClip("splat" + j, j + 80);
if ((_root.accion != "muerto") && (_root.accion != "muerto_s")) {
_root.flashblood.gotoAndPlay(2);
}
if ((_root.accion == "muerto") || (_root.accion == "muerto_s")) {
_root.mundo["splat" + j]._x = ((_root.m_x + _root.tio._x) + random(40)) - 20;
_root.mundo["splat" + j]._y = (_root.tio._y + random(15)) - 5;
} else {
_root.mundo["splat" + j]._x = ((_root.m_x + _root.tio._x) + random(40)) - 20;
_root.mundo["splat" + j]._y = (_root.tio._y + random(60)) - 30;
}
} else {
rany = rany - posicioncoche;
_root.mundo.chispa.duplicateMovieClip("chispa" + j, j + 100);
_root.mundo["chispa" + j]._x = _root.m_x + ranx;
_root.mundo["chispa" + j]._y = rany;
_root.j++;
_root.sonido_lata.gotoAndPlay(2);
if (_root.mundo["shape" + coche].hits < 999) {
_root.mundo["shape" + coche].hits++;
}
if (_root.mundo["shape" + coche].hits >= _root.mundo["shape" + coche].max3) {
_root.mundo["shape" + coche].gotoAndPlay(50);
_root.mundo["shape" + coche].max3 = 1000;
for_ = 0;
while (for_ < 10) {
_root.j++;
_root.mundo.humo_delante.duplicateMovieClip("humo_d" + j, j);
_root.mundo["humo_d" + j]._x = ((_root.m_x + _root.mundo["shape" + coche]._x) + random(90)) - 45;
_root.mundo["humo_d" + j]._y = (_root.mundo["shape" + coche]._y + random(70)) - 50;
_root.j++;
_root.mundo.marcas.cacho1.duplicateMovieClip("cacho1" + j, j);
_root.mundo.marcas["cacho1" + j]._x = ((_root.m_x + _root.mundo["shape" + coche]._x) + random(90)) - 45;
_root.mundo.marcas["cacho1" + j]._y = (_root.mundo["shape" + coche]._y + random(70)) - 50;
_root.j++;
_root.mundo.marcas.minicacho.duplicateMovieClip("minic1" + j, j);
_root.mundo.marcas["minic1" + j]._x = ((_root.m_x + _root.mundo["shape" + coche]._x) + random(90)) - 45;
_root.mundo.marcas["minic1" + j]._y = (_root.mundo["shape" + coche]._y + random(70)) - 50;
_root.j++;
_root.mundo.marcas.minicacho.duplicateMovieClip("minic1" + j, j);
_root.mundo.marcas["minic1" + j]._x = ((_root.m_x + _root.mundo["shape" + coche]._x) + random(90)) - 45;
_root.mundo.marcas["minic1" + j]._y = (_root.mundo["shape" + coche]._y + random(70)) - 50;
for_++;
}
} else {
if (_root.mundo["shape" + coche].hits >= _root.mundo["shape" + coche].max2) {
_root.mundo["shape" + coche].gotoAndPlay(30);
_root.mundo["shape" + coche].max2 = 10000;
} else if (_root.mundo["shape" + coche].hits >= _root.mundo["shape" + coche].max1) {
_root.mundo["shape" + coche].max1 = 10000;
_root.mundo["shape" + coche].gotoAndPlay(15);
_root.sonido_cristal.gotoAndPlay(2);
}
if (_root.mundo["shape" + coche]._currentframe < 50) {
_root.mundo["shape" + coche].gotoAndPlay(_root.mundo["shape" + coche]._currentframe + 1);
}
}
}
rany = random(20) + 320;
ranx = (_root.tio._x + random(80)) - 40;
num++;
}
_root.j++;
_root.mundo.humo_delante.duplicateMovieClip("humo_d" + j, j);
_root.mundo["humo_d" + j]._x = this._x + 17;
_root.mundo["humo_d" + j]._y = this._y + 30;
Symbol 1027 MovieClip Frame 127
balas--;
Symbol 1027 MovieClip Frame 128
if (0 >= balas) {
recargando = 1;
}
gotoAndPlay (115);
Symbol 1027 MovieClip Frame 130
goto = 140;
if (90 < ((_root.tio._x - _root.mundo._x) - this._x)) {
if (200 < ((_root.tio._x - _root.mundo._x) - this._x)) {
goto = 160;
} else {
goto = 150;
}
}
if (((_root.tio._x - _root.mundo._x) - this._x) < -30) {
if (((_root.tio._x - _root.mundo._x) - this._x) < -200) {
goto = 120;
} else {
goto = 130;
}
}
gotoAndPlay(goto);
Symbol 1027 MovieClip Frame 135
if (disparo_latencia >= 100) {
disparo_latencia = disparo_latencia - 100;
this.gotoAndPlay(this._currentframe - 4);
} else {
disparo_latencia = latencia;
}
Symbol 1027 MovieClip Frame 136
num = 0;
while (num < 5) {
j = _root.j;
bloqueado = 0;
shapes = 0;
while (10 >= shapes) {
if (_root.mundo["shape" + shapes].hitTest(ranx, rany, true)) {
bloqueado = 1;
if (_root.mundo["shape" + shapes].hitTest(ranx, rany - 25, true)) {
posicioncoche = 25;
}
if (_root.mundo["shape" + shapes].hitTest(ranx, (rany - posicioncoche) - 15, true)) {
posicioncoche = posicioncoche + 15;
}
if (_root.mundo["shape" + shapes].hitTest(ranx, (rany - posicioncoche) - 5, true)) {
posicioncoche = posicioncoche + 5;
}
coche = shapes;
shapes = 10;
}
shapes++;
}
if (bloqueado == 0) {
if (_root.tio.hit.hitTest(ranx, rany - 15, true)) {
_root.vida._xscale = _root.vida._xscale - _root["dañopipa"];
_root.mundo.sangretio.duplicateMovieClip("splat" + j, j + 80);
if ((_root.accion != "muerto") && (_root.accion != "muerto_s")) {
_root.flashblood.gotoAndPlay(2);
}
if ((_root.accion == "muerto") || (_root.accion == "muerto_s")) {
_root.mundo["splat" + j]._x = ((_root.m_x + _root.tio._x) + random(40)) - 20;
_root.mundo["splat" + j]._y = (_root.tio._y + random(15)) - 5;
} else {
_root.mundo["splat" + j]._x = ((_root.m_x + _root.tio._x) + random(40)) - 20;
_root.mundo["splat" + j]._y = (_root.tio._y + random(60)) - 30;
}
} else {
_root.mundo.humo_alante.duplicateMovieClip("humo_acera" + j, j + 40);
_root.mundo["humo_acera" + j]._x = _root.m_x + ranx;
_root.mundo["humo_acera" + j]._y = rany;
_root.j++;
}
} else if (((((((((_root.tio.hit.hitTest(ranx, rany - 15, true) and (random(3) != 1)) and (_root.accion != "agachao")) && (_root.accion != "desagachao")) && (_root.accion != "sj_i")) && (_root.accion != "sj_d")) && (_root.accion != "arrastrando_i")) && (_root.accion != "arrastrando_d")) && (_root.accion != "rodando_i")) && (_root.accion != "rodando_d")) {
_root.vida._xscale = _root.vida._xscale - _root["dañopipa"];
_root.mundo.sangretio.duplicateMovieClip("splat" + j, j + 80);
if ((_root.accion != "muerto") && (_root.accion != "muerto_s")) {
_root.flashblood.gotoAndPlay(2);
}
if ((_root.accion == "muerto") || (_root.accion == "muerto_s")) {
_root.mundo["splat" + j]._x = ((_root.m_x + _root.tio._x) + random(40)) - 20;
_root.mundo["splat" + j]._y = (_root.tio._y + random(15)) - 5;
} else {
_root.mundo["splat" + j]._x = ((_root.m_x + _root.tio._x) + random(40)) - 20;
_root.mundo["splat" + j]._y = (_root.tio._y + random(60)) - 30;
}
} else {
rany = rany - posicioncoche;
_root.mundo.chispa.duplicateMovieClip("chispa" + j, j + 100);
_root.mundo["chispa" + j]._x = _root.m_x + ranx;
_root.mundo["chispa" + j]._y = rany;
_root.j++;
_root.sonido_lata.gotoAndPlay(2);
if (_root.mundo["shape" + coche].hits < 999) {
_root.mundo["shape" + coche].hits++;
}
if (_root.mundo["shape" + coche].hits >= _root.mundo["shape" + coche].max3) {
_root.mundo["shape" + coche].gotoAndPlay(50);
_root.mundo["shape" + coche].max3 = 1000;
for_ = 0;
while (for_ < 10) {
_root.j++;
_root.mundo.humo_delante.duplicateMovieClip("humo_d" + j, j);
_root.mundo["humo_d" + j]._x = ((_root.m_x + _root.mundo["shape" + coche]._x) + random(90)) - 45;
_root.mundo["humo_d" + j]._y = (_root.mundo["shape" + coche]._y + random(70)) - 50;
_root.j++;
_root.mundo.marcas.cacho1.duplicateMovieClip("cacho1" + j, j);
_root.mundo.marcas["cacho1" + j]._x = ((_root.m_x + _root.mundo["shape" + coche]._x) + random(90)) - 45;
_root.mundo.marcas["cacho1" + j]._y = (_root.mundo["shape" + coche]._y + random(70)) - 50;
_root.j++;
_root.mundo.marcas.minicacho.duplicateMovieClip("minic1" + j, j);
_root.mundo.marcas["minic1" + j]._x = ((_root.m_x + _root.mundo["shape" + coche]._x) + random(90)) - 45;
_root.mundo.marcas["minic1" + j]._y = (_root.mundo["shape" + coche]._y + random(70)) - 50;
_root.j++;
_root.mundo.marcas.minicacho.duplicateMovieClip("minic1" + j, j);
_root.mundo.marcas["minic1" + j]._x = ((_root.m_x + _root.mundo["shape" + coche]._x) + random(90)) - 45;
_root.mundo.marcas["minic1" + j]._y = (_root.mundo["shape" + coche]._y + random(70)) - 50;
for_++;
}
} else {
if (_root.mundo["shape" + coche].hits >= _root.mundo["shape" + coche].max2) {
_root.mundo["shape" + coche].gotoAndPlay(30);
_root.mundo["shape" + coche].max2 = 10000;
} else if (_root.mundo["shape" + coche].hits >= _root.mundo["shape" + coche].max1) {
_root.mundo["shape" + coche].max1 = 10000;
_root.mundo["shape" + coche].gotoAndPlay(15);
_root.sonido_cristal.gotoAndPlay(2);
}
if (_root.mundo["shape" + coche]._currentframe < 50) {
_root.mundo["shape" + coche].gotoAndPlay(_root.mundo["shape" + coche]._currentframe + 1);
}
}
}
rany = random(20) + 320;
ranx = (_root.tio._x + random(80)) - 40;
num++;
}
_root.j++;
_root.mundo.humo_delante.duplicateMovieClip("humo_d" + j, j);
_root.mundo["humo_d" + j]._x = this._x + 17;
_root.mundo["humo_d" + j]._y = this._y + 30;
Symbol 1027 MovieClip Frame 137
balas--;
Symbol 1027 MovieClip Frame 138
if (0 >= balas) {
recargando = 1;
}
gotoAndPlay (115);
Symbol 1027 MovieClip Frame 140
goto = 140;
if (90 < ((_root.tio._x - _root.mundo._x) - this._x)) {
if (200 < ((_root.tio._x - _root.mundo._x) - this._x)) {
goto = 160;
} else {
goto = 150;
}
}
if (((_root.tio._x - _root.mundo._x) - this._x) < -30) {
if (((_root.tio._x - _root.mundo._x) - this._x) < -200) {
goto = 120;
} else {
goto = 130;
}
}
gotoAndPlay(goto);
Symbol 1027 MovieClip Frame 145
if (disparo_latencia >= 100) {
disparo_latencia = disparo_latencia - 100;
this.gotoAndPlay(this._currentframe - 4);
} else {
disparo_latencia = latencia;
}
Symbol 1027 MovieClip Frame 146
num = 0;
while (num < 5) {
j = _root.j;
bloqueado = 0;
shapes = 0;
while (10 >= shapes) {
if (_root.mundo["shape" + shapes].hitTest(ranx, rany, true)) {
bloqueado = 1;
if (_root.mundo["shape" + shapes].hitTest(ranx, rany - 25, true)) {
posicioncoche = 25;
}
if (_root.mundo["shape" + shapes].hitTest(ranx, (rany - posicioncoche) - 15, true)) {
posicioncoche = posicioncoche + 15;
}
if (_root.mundo["shape" + shapes].hitTest(ranx, (rany - posicioncoche) - 5, true)) {
posicioncoche = posicioncoche + 5;
}
coche = shapes;
shapes = 10;
}
shapes++;
}
if (bloqueado == 0) {
if (_root.tio.hit.hitTest(ranx, rany - 15, true)) {
_root.vida._xscale = _root.vida._xscale - _root["dañopipa"];
_root.mundo.sangretio.duplicateMovieClip("splat" + j, j + 80);
if ((_root.accion != "muerto") && (_root.accion != "muerto_s")) {
_root.flashblood.gotoAndPlay(2);
}
if ((_root.accion == "muerto") || (_root.accion == "muerto_s")) {
_root.mundo["splat" + j]._x = ((_root.m_x + _root.tio._x) + random(40)) - 20;
_root.mundo["splat" + j]._y = (_root.tio._y + random(15)) - 5;
} else {
_root.mundo["splat" + j]._x = ((_root.m_x + _root.tio._x) + random(40)) - 20;
_root.mundo["splat" + j]._y = (_root.tio._y + random(60)) - 30;
}
} else {
_root.mundo.humo_alante.duplicateMovieClip("humo_acera" + j, j + 40);
_root.mundo["humo_acera" + j]._x = _root.m_x + ranx;
_root.mundo["humo_acera" + j]._y = rany;
_root.j++;
}
} else if (((((((((_root.tio.hit.hitTest(ranx, rany - 15, true) and (random(3) != 1)) and (_root.accion != "agachao")) && (_root.accion != "desagachao")) && (_root.accion != "sj_i")) && (_root.accion != "sj_d")) && (_root.accion != "arrastrando_i")) && (_root.accion != "arrastrando_d")) && (_root.accion != "rodando_i")) && (_root.accion != "rodando_d")) {
_root.vida._xscale = _root.vida._xscale - _root["dañopipa"];
_root.mundo.sangretio.duplicateMovieClip("splat" + j, j + 80);
if ((_root.accion != "muerto") && (_root.accion != "muerto_s")) {
_root.flashblood.gotoAndPlay(2);
}
if ((_root.accion == "muerto") || (_root.accion == "muerto_s")) {
_root.mundo["splat" + j]._x = ((_root.m_x + _root.tio._x) + random(40)) - 20;
_root.mundo["splat" + j]._y = (_root.tio._y + random(15)) - 5;
} else {
_root.mundo["splat" + j]._x = ((_root.m_x + _root.tio._x) + random(40)) - 20;
_root.mundo["splat" + j]._y = (_root.tio._y + random(60)) - 30;
}
} else {
rany = rany - posicioncoche;
_root.mundo.chispa.duplicateMovieClip("chispa" + j, j + 100);
_root.mundo["chispa" + j]._x = _root.m_x + ranx;
_root.mundo["chispa" + j]._y = rany;
_root.j++;
_root.sonido_lata.gotoAndPlay(2);
if (_root.mundo["shape" + coche].hits < 999) {
_root.mundo["shape" + coche].hits++;
}
if (_root.mundo["shape" + coche].hits >= _root.mundo["shape" + coche].max3) {
_root.mundo["shape" + coche].gotoAndPlay(50);
_root.mundo["shape" + coche].max3 = 1000;
for_ = 0;
while (for_ < 10) {
_root.j++;
_root.mundo.humo_delante.duplicateMovieClip("humo_d" + j, j);
_root.mundo["humo_d" + j]._x = ((_root.m_x + _root.mundo["shape" + coche]._x) + random(90)) - 45;
_root.mundo["humo_d" + j]._y = (_root.mundo["shape" + coche]._y + random(70)) - 50;
_root.j++;
_root.mundo.marcas.cacho1.duplicateMovieClip("cacho1" + j, j);
_root.mundo.marcas["cacho1" + j]._x = ((_root.m_x + _root.mundo["shape" + coche]._x) + random(90)) - 45;
_root.mundo.marcas["cacho1" + j]._y = (_root.mundo["shape" + coche]._y + random(70)) - 50;
_root.j++;
_root.mundo.marcas.minicacho.duplicateMovieClip("minic1" + j, j);
_root.mundo.marcas["minic1" + j]._x = ((_root.m_x + _root.mundo["shape" + coche]._x) + random(90)) - 45;
_root.mundo.marcas["minic1" + j]._y = (_root.mundo["shape" + coche]._y + random(70)) - 50;
_root.j++;
_root.mundo.marcas.minicacho.duplicateMovieClip("minic1" + j, j);
_root.mundo.marcas["minic1" + j]._x = ((_root.m_x + _root.mundo["shape" + coche]._x) + random(90)) - 45;
_root.mundo.marcas["minic1" + j]._y = (_root.mundo["shape" + coche]._y + random(70)) - 50;
for_++;
}
} else {
if (_root.mundo["shape" + coche].hits >= _root.mundo["shape" + coche].max2) {
_root.mundo["shape" + coche].gotoAndPlay(30);
_root.mundo["shape" + coche].max2 = 10000;
} else if (_root.mundo["shape" + coche].hits >= _root.mundo["shape" + coche].max1) {
_root.mundo["shape" + coche].max1 = 10000;
_root.mundo["shape" + coche].gotoAndPlay(15);
_root.sonido_cristal.gotoAndPlay(2);
}
if (_root.mundo["shape" + coche]._currentframe < 50) {
_root.mundo["shape" + coche].gotoAndPlay(_root.mundo["shape" + coche]._currentframe + 1);
}
}
}
rany = random(20) + 320;
ranx = (_root.tio._x + random(80)) - 40;
num++;
}
_root.j++;
_root.mundo.humo_delante.duplicateMovieClip("humo_d" + j, j);
_root.mundo["humo_d" + j]._x = this._x + 17;
_root.mundo["humo_d" + j]._y = this._y + 30;
Symbol 1027 MovieClip Frame 147
balas--;
Symbol 1027 MovieClip Frame 148
if (0 >= balas) {
recargando = 1;
}
gotoAndPlay (115);
Symbol 1027 MovieClip Frame 150
goto = 140;
if (90 < ((_root.tio._x - _root.mundo._x) - this._x)) {
if (200 < ((_root.tio._x - _root.mundo._x) - this._x)) {
goto = 160;
} else {
goto = 150;
}
}
if (((_root.tio._x - _root.mundo._x) - this._x) < -30) {
if (((_root.tio._x - _root.mundo._x) - this._x) < -200) {
goto = 120;
} else {
goto = 130;
}
}
gotoAndPlay(goto);
Symbol 1027 MovieClip Frame 155
if (disparo_latencia >= 100) {
disparo_latencia = disparo_latencia - 100;
this.gotoAndPlay(this._currentframe - 4);
} else {
disparo_latencia = latencia;
}
Symbol 1027 MovieClip Frame 156
num = 0;
while (num < 5) {
j = _root.j;
bloqueado = 0;
shapes = 0;
while (10 >= shapes) {
if (_root.mundo["shape" + shapes].hitTest(ranx, rany, true)) {
bloqueado = 1;
if (_root.mundo["shape" + shapes].hitTest(ranx, rany - 25, true)) {
posicioncoche = 25;
}
if (_root.mundo["shape" + shapes].hitTest(ranx, (rany - posicioncoche) - 15, true)) {
posicioncoche = posicioncoche + 15;
}
if (_root.mundo["shape" + shapes].hitTest(ranx, (rany - posicioncoche) - 5, true)) {
posicioncoche = posicioncoche + 5;
}
coche = shapes;
shapes = 10;
}
shapes++;
}
if (bloqueado == 0) {
if (_root.tio.hit.hitTest(ranx, rany - 15, true)) {
_root.vida._xscale = _root.vida._xscale - _root["dañopipa"];
_root.mundo.sangretio.duplicateMovieClip("splat" + j, j + 80);
if ((_root.accion != "muerto") && (_root.accion != "muerto_s")) {
_root.flashblood.gotoAndPlay(2);
}
if ((_root.accion == "muerto") || (_root.accion == "muerto_s")) {
_root.mundo["splat" + j]._x = ((_root.m_x + _root.tio._x) + random(40)) - 20;
_root.mundo["splat" + j]._y = (_root.tio._y + random(15)) - 5;
} else {
_root.mundo["splat" + j]._x = ((_root.m_x + _root.tio._x) + random(40)) - 20;
_root.mundo["splat" + j]._y = (_root.tio._y + random(60)) - 30;
}
} else {
_root.mundo.humo_alante.duplicateMovieClip("humo_acera" + j, j + 40);
_root.mundo["humo_acera" + j]._x = _root.m_x + ranx;
_root.mundo["humo_acera" + j]._y = rany;
_root.j++;
}
} else if (((((((((_root.tio.hit.hitTest(ranx, rany - 15, true) and (random(3) != 1)) and (_root.accion != "agachao")) && (_root.accion != "desagachao")) && (_root.accion != "sj_i")) && (_root.accion != "sj_d")) && (_root.accion != "arrastrando_i")) && (_root.accion != "arrastrando_d")) && (_root.accion != "rodando_i")) && (_root.accion != "rodando_d")) {
_root.vida._xscale = _root.vida._xscale - _root["dañopipa"];
_root.mundo.sangretio.duplicateMovieClip("splat" + j, j + 80);
if ((_root.accion != "muerto") && (_root.accion != "muerto_s")) {
_root.flashblood.gotoAndPlay(2);
}
if ((_root.accion == "muerto") || (_root.accion == "muerto_s")) {
_root.mundo["splat" + j]._x = ((_root.m_x + _root.tio._x) + random(40)) - 20;
_root.mundo["splat" + j]._y = (_root.tio._y + random(15)) - 5;
} else {
_root.mundo["splat" + j]._x = ((_root.m_x + _root.tio._x) + random(40)) - 20;
_root.mundo["splat" + j]._y = (_root.tio._y + random(60)) - 30;
}
} else {
rany = rany - posicioncoche;
_root.mundo.chispa.duplicateMovieClip("chispa" + j, j + 100);
_root.mundo["chispa" + j]._x = _root.m_x + ranx;
_root.mundo["chispa" + j]._y = rany;
_root.j++;
_root.sonido_lata.gotoAndPlay(2);
if (_root.mundo["shape" + coche].hits < 999) {
_root.mundo["shape" + coche].hits++;
}
if (_root.mundo["shape" + coche].hits >= _root.mundo["shape" + coche].max3) {
_root.mundo["shape" + coche].gotoAndPlay(50);
_root.mundo["shape" + coche].max3 = 1000;
for_ = 0;
while (for_ < 10) {
_root.j++;
_root.mundo.humo_delante.duplicateMovieClip("humo_d" + j, j);
_root.mundo["humo_d" + j]._x = ((_root.m_x + _root.mundo["shape" + coche]._x) + random(90)) - 45;
_root.mundo["humo_d" + j]._y = (_root.mundo["shape" + coche]._y + random(70)) - 50;
_root.j++;
_root.mundo.marcas.cacho1.duplicateMovieClip("cacho1" + j, j);
_root.mundo.marcas["cacho1" + j]._x = ((_root.m_x + _root.mundo["shape" + coche]._x) + random(90)) - 45;
_root.mundo.marcas["cacho1" + j]._y = (_root.mundo["shape" + coche]._y + random(70)) - 50;
_root.j++;
_root.mundo.marcas.minicacho.duplicateMovieClip("minic1" + j, j);
_root.mundo.marcas["minic1" + j]._x = ((_root.m_x + _root.mundo["shape" + coche]._x) + random(90)) - 45;
_root.mundo.marcas["minic1" + j]._y = (_root.mundo["shape" + coche]._y + random(70)) - 50;
_root.j++;
_root.mundo.marcas.minicacho.duplicateMovieClip("minic1" + j, j);
_root.mundo.marcas["minic1" + j]._x = ((_root.m_x + _root.mundo["shape" + coche]._x) + random(90)) - 45;
_root.mundo.marcas["minic1" + j]._y = (_root.mundo["shape" + coche]._y + random(70)) - 50;
for_++;
}
} else {
if (_root.mundo["shape" + coche].hits >= _root.mundo["shape" + coche].max2) {
_root.mundo["shape" + coche].gotoAndPlay(30);
_root.mundo["shape" + coche].max2 = 10000;
} else if (_root.mundo["shape" + coche].hits >= _root.mundo["shape" + coche].max1) {
_root.mundo["shape" + coche].max1 = 10000;
_root.mundo["shape" + coche].gotoAndPlay(15);
_root.sonido_cristal.gotoAndPlay(2);
}
if (_root.mundo["shape" + coche]._currentframe < 50) {
_root.mundo["shape" + coche].gotoAndPlay(_root.mundo["shape" + coche]._currentframe + 1);
}
}
}
rany = random(20) + 320;
ranx = (_root.tio._x + random(80)) - 40;
num++;
}
_root.j++;
_root.mundo.humo_delante.duplicateMovieClip("humo_d" + j, j);
_root.mundo["humo_d" + j]._x = this._x + 17;
_root.mundo["humo_d" + j]._y = this._y + 30;
Symbol 1027 MovieClip Frame 157
balas--;
Symbol 1027 MovieClip Frame 158
if (0 >= balas) {
recargando = 1;
}
gotoAndPlay (115);
Symbol 1027 MovieClip Frame 160
goto = 140;
if (90 < ((_root.tio._x - _root.mundo._x) - this._x)) {
if (200 < ((_root.tio._x - _root.mundo._x) - this._x)) {
goto = 160;
} else {
goto = 150;
}
}
if (((_root.tio._x - _root.mundo._x) - this._x) < -30) {
if (((_root.tio._x - _root.mundo._x) - this._x) < -200) {
goto = 120;
} else {
goto = 130;
}
}
gotoAndPlay(goto);
Symbol 1027 MovieClip Frame 165
if (disparo_latencia >= 100) {
disparo_latencia = disparo_latencia - 100;
this.gotoAndPlay(this._currentframe - 4);
} else {
disparo_latencia = latencia;
}
Symbol 1027 MovieClip Frame 166
num = 0;
while (num < 5) {
j = _root.j;
bloqueado = 0;
shapes = 0;
while (10 >= shapes) {
if (_root.mundo["shape" + shapes].hitTest(ranx, rany, true)) {
bloqueado = 1;
if (_root.mundo["shape" + shapes].hitTest(ranx, rany - 25, true)) {
posicioncoche = 25;
}
if (_root.mundo["shape" + shapes].hitTest(ranx, (rany - posicioncoche) - 15, true)) {
posicioncoche = posicioncoche + 15;
}
if (_root.mundo["shape" + shapes].hitTest(ranx, (rany - posicioncoche) - 5, true)) {
posicioncoche = posicioncoche + 5;
}
coche = shapes;
shapes = 10;
}
shapes++;
}
if (bloqueado == 0) {
if (_root.tio.hit.hitTest(ranx, rany - 15, true)) {
_root.vida._xscale = _root.vida._xscale - _root["dañopipa"];
_root.mundo.sangretio.duplicateMovieClip("splat" + j, j + 80);
if ((_root.accion != "muerto") && (_root.accion != "muerto_s")) {
_root.flashblood.gotoAndPlay(2);
}
if ((_root.accion == "muerto") || (_root.accion == "muerto_s")) {
_root.mundo["splat" + j]._x = ((_root.m_x + _root.tio._x) + random(40)) - 20;
_root.mundo["splat" + j]._y = (_root.tio._y + random(15)) - 5;
} else {
_root.mundo["splat" + j]._x = ((_root.m_x + _root.tio._x) + random(40)) - 20;
_root.mundo["splat" + j]._y = (_root.tio._y + random(60)) - 30;
}
} else {
_root.mundo.humo_alante.duplicateMovieClip("humo_acera" + j, j + 40);
_root.mundo["humo_acera" + j]._x = _root.m_x + ranx;
_root.mundo["humo_acera" + j]._y = rany;
_root.j++;
}
} else if (((((((((_root.tio.hit.hitTest(ranx, rany - 15, true) and (random(3) != 1)) and (_root.accion != "agachao")) && (_root.accion != "desagachao")) && (_root.accion != "sj_i")) && (_root.accion != "sj_d")) && (_root.accion != "arrastrando_i")) && (_root.accion != "arrastrando_d")) && (_root.accion != "rodando_i")) && (_root.accion != "rodando_d")) {
_root.vida._xscale = _root.vida._xscale - _root["dañopipa"];
_root.mundo.sangretio.duplicateMovieClip("splat" + j, j + 80);
if ((_root.accion != "muerto") && (_root.accion != "muerto_s")) {
_root.flashblood.gotoAndPlay(2);
}
if ((_root.accion == "muerto") || (_root.accion == "muerto_s")) {
_root.mundo["splat" + j]._x = ((_root.m_x + _root.tio._x) + random(40)) - 20;
_root.mundo["splat" + j]._y = (_root.tio._y + random(15)) - 5;
} else {
_root.mundo["splat" + j]._x = ((_root.m_x + _root.tio._x) + random(40)) - 20;
_root.mundo["splat" + j]._y = (_root.tio._y + random(60)) - 30;
}
} else {
rany = rany - posicioncoche;
_root.mundo.chispa.duplicateMovieClip("chispa" + j, j + 100);
_root.mundo["chispa" + j]._x = _root.m_x + ranx;
_root.mundo["chispa" + j]._y = rany;
_root.j++;
_root.sonido_lata.gotoAndPlay(2);
if (_root.mundo["shape" + coche].hits < 999) {
_root.mundo["shape" + coche].hits++;
}
if (_root.mundo["shape" + coche].hits >= _root.mundo["shape" + coche].max3) {
_root.mundo["shape" + coche].gotoAndPlay(50);
_root.mundo["shape" + coche].max3 = 1000;
for_ = 0;
while (for_ < 10) {
_root.j++;
_root.mundo.humo_delante.duplicateMovieClip("humo_d" + j, j);
_root.mundo["humo_d" + j]._x = ((_root.m_x + _root.mundo["shape" + coche]._x) + random(90)) - 45;
_root.mundo["humo_d" + j]._y = (_root.mundo["shape" + coche]._y + random(70)) - 50;
_root.j++;
_root.mundo.marcas.cacho1.duplicateMovieClip("cacho1" + j, j);
_root.mundo.marcas["cacho1" + j]._x = ((_root.m_x + _root.mundo["shape" + coche]._x) + random(90)) - 45;
_root.mundo.marcas["cacho1" + j]._y = (_root.mundo["shape" + coche]._y + random(70)) - 50;
_root.j++;
_root.mundo.marcas.minicacho.duplicateMovieClip("minic1" + j, j);
_root.mundo.marcas["minic1" + j]._x = ((_root.m_x + _root.mundo["shape" + coche]._x) + random(90)) - 45;
_root.mundo.marcas["minic1" + j]._y = (_root.mundo["shape" + coche]._y + random(70)) - 50;
_root.j++;
_root.mundo.marcas.minicacho.duplicateMovieClip("minic1" + j, j);
_root.mundo.marcas["minic1" + j]._x = ((_root.m_x + _root.mundo["shape" + coche]._x) + random(90)) - 45;
_root.mundo.marcas["minic1" + j]._y = (_root.mundo["shape" + coche]._y + random(70)) - 50;
for_++;
}
} else {
if (_root.mundo["shape" + coche].hits >= _root.mundo["shape" + coche].max2) {
_root.mundo["shape" + coche].gotoAndPlay(30);
_root.mundo["shape" + coche].max2 = 10000;
} else if (_root.mundo["shape" + coche].hits >= _root.mundo["shape" + coche].max1) {
_root.mundo["shape" + coche].max1 = 10000;
_root.mundo["shape" + coche].gotoAndPlay(15);
_root.sonido_cristal.gotoAndPlay(2);
}
if (_root.mundo["shape" + coche]._currentframe < 50) {
_root.mundo["shape" + coche].gotoAndPlay(_root.mundo["shape" + coche]._currentframe + 1);
}
}
}
rany = random(20) + 320;
ranx = (_root.tio._x + random(80)) - 40;
num++;
}
_root.j++;
_root.mundo.humo_delante.duplicateMovieClip("humo_d" + j, j);
_root.mundo["humo_d" + j]._x = this._x + 17;
_root.mundo["humo_d" + j]._y = this._y + 30;
Symbol 1027 MovieClip Frame 167
balas--;
Symbol 1027 MovieClip Frame 168
if (0 >= balas) {
recargando = 1;
}
gotoAndPlay (115);
Symbol 1027 MovieClip Frame 209
_root.mundo.alante.granada_roja.duplicateMovieClip("granada2_" + _root.k, _root.k + 730);
_root.mundo.alante["granada2_" + _root.k]._x = this._x + 30;
_root.mundo.alante["granada2_" + _root.k]._y = this._y;
_root.mundo.alante["granada2_" + _root.k].gotoAndPlay(2);
_root.k++;
Symbol 1027 MovieClip Frame 212
gotoAndPlay (70);
Symbol 1027 MovieClip Frame 235
gotoAndPlay (70);
Symbol 1027 MovieClip Frame 252
if (dead != "si") {
dead = "si";
_root.mundo[(("posicion" + nombrecont) + "_") + pos_num].gotoAndStop(1);
_root.mundo.mundomobs["creamobs" + nombrecont].mobs--;
if (maloandante == "si") {
_root.killcount_a++;
} else {
_root.killcount++;
}
}
Symbol 1027 MovieClip Frame 259
existe = 0;
this.removeMovieClip();
stop();
Symbol 1027 MovieClip Frame 271
if (_root.j < 80) {
_root.j++;
} else {
_root.j = 0;
}
_root.mundo.marcas.sangremalo.duplicateMovieClip("sangre" + _root.j, _root.j + 70);
_root.mundo.marcas["sangre" + _root.j].gotoAndPlay(4);
_root.mundo.marcas["sangre" + _root.j]._x = ((this._x + 20) + random(80)) - 40;
_root.mundo.marcas["sangre" + _root.j]._y = ((this._y + 30) + random(80)) - 40;
_root.mundo.marcas["sangre" + _root.j]._rotation = random(360);
Symbol 1027 MovieClip Frame 285
if (dead != "si") {
dead = "si";
_root.mundo[(("posicion" + nombrecont) + "_") + pos_num].gotoAndStop(1);
_root.mundo.mundomobs["creamobs" + nombrecont].mobs--;
if (maloandante == "si") {
_root.killcount_a++;
} else {
_root.killcount++;
}
}
Symbol 1027 MovieClip Frame 295
existe = 0;
this.removeMovieClip();
stop();
Symbol 1027 MovieClip Frame 403
gotoAndPlay (305);
Symbol 1059 MovieClip Frame 11
if (parado == 0) {
gotoAndPlay (1);
}
Symbol 1059 MovieClip Frame 31
if (dead != "si") {
dead = "si";
_root.mundo[(("posicion" + nombrecont) + "_") + pos_num].gotoAndStop(1);
_root.mundo.mundomobs["creamobs" + nombrecont].mobs--;
if (maloandante == "si") {
_root.killcount_a++;
} else {
_root.killcount++;
}
}
Symbol 1059 MovieClip Frame 39
existe = 0;
this.removeMovieClip();
stop();
Symbol 1059 MovieClip Frame 56
accion = 0;
animado = 0;
if (parado == 0) {
gotoAndPlay (1);
} else {
gotoAndPlay (76);
}
Symbol 1059 MovieClip Frame 66
accion = 0;
animado = 0;
if (parado == 0) {
gotoAndPlay (1);
} else {
gotoAndPlay (76);
}
Symbol 1059 MovieClip Frame 71
recargando = 0;
if (balas < balastotales) {
balas++;
} else {
gotoAndPlay (90);
}
Symbol 1059 MovieClip Frame 80
if (balas < balastotales) {
balas++;
} else {
gotoAndPlay (89);
}
Symbol 1059 MovieClip Frame 99
rany = random(20) + 320;
ranx = (_root.tio._x + random(40)) - 20;
if (recargando == 1) {
gotoAndPlay (70);
}
Symbol 1059 MovieClip Frame 102
if (this._x < (_root.m_x - 50)) {
this.removeMovieClip();
}
if ((_root.m_x + 690) < this._x) {
this.removeMovieClip();
}
if (maloandante == "si") {
if (((this._x - _root.m_x) + 300) < _root.tio._x) {
mobs_creados++;
mobs++;
antigua_i = _root.mundo.mundomobs.i - 1;
if (20 < _root.mundo.mundomobs.i) {
_root.mundo.mundomobs.i = 1;
}
i = _root.mundo.mundomobs.i;
_root.mundo.mundomobs.i++;
if (_root.mundo.mundomobs["enemigo1_" + antigua_i].existe == si) {
_root.mundo.mundomobs.i++;
i++;
}
_root.mundo.mundomobs.maloesco2.duplicateMovieClip("enemigo1_" + i, i);
_root.mundo.mundomobs["enemigo1_" + i]._x = this._x;
_root.mundo.mundomobs["enemigo1_" + i]._y = this._y;
_root.mundo.mundomobs["enemigo1_" + i].posicion = posicion + 200;
_root.mundo.mundomobs["enemigo1_" + i].hits = hits;
_root.mundo.mundomobs["enemigo1_" + i].maloandante = "si";
this.removeMovieClip();
}
} else {
if ((635 < ((_root.tio._x - _root.mundo._x) - this._x)) && (_root.pared_mov != 1)) {
gotoAndStop (81);
}
if ((460 < ((_root.tio._x - _root.mundo._x) - this._x)) && (_root.pared_mov == 1)) {
gotoAndStop (81);
} else {
gotop = 120;
if (_root.dificultad < random(100)) {
disparo_latencia = 400;
} else if (_root.accion != "muerto") {
if (0 < rand_grana) {
rand_grana = 3;
if (_root.accion == "agachao") {
rand_grana = 5;
}
if (1 < random(rand_grana)) {
gotop = 200;
}
rand_grana = 0;
} else {
rand_grana = 3;
}
}
}
}
if ((_root.m_x + 640) < this._x) {
gotop = 100;
}
if (dead == "si") {
gotop = 300;
}
gotoAndPlay(gotop);
Symbol 1059 MovieClip Frame 106
gotoAndPlay (120);
Symbol 1059 MovieClip Frame 109
gotoAndPlay (140);
Symbol 1059 MovieClip Frame 114
gotoAndPlay (150);
Symbol 1059 MovieClip Frame 117
gotoAndPlay (89);
Symbol 1059 MovieClip Frame 120
goto = 140;
if (90 < ((_root.tio._x - _root.mundo._x) - this._x)) {
if (200 < ((_root.tio._x - _root.mundo._x) - this._x)) {
goto = 160;
} else {
goto = 150;
}
}
if (((_root.tio._x - _root.mundo._x) - this._x) < -30) {
if (((_root.tio._x - _root.mundo._x) - this._x) < -200) {
goto = 120;
} else {
goto = 130;
}
}
gotoAndPlay(goto);
Symbol 1059 MovieClip Frame 125
if (disparo_latencia >= 100) {
disparo_latencia = disparo_latencia - 100;
this.gotoAndPlay(this._currentframe - 4);
} else {
disparo_latencia = latencia;
}
Symbol 1059 MovieClip Frame 126
num = 0;
while (num < 5) {
j = _root.j;
bloqueado = 0;
shapes = 0;
while (10 >= shapes) {
if (_root.mundo["shape" + shapes].hitTest(ranx, rany, true)) {
bloqueado = 1;
if (_root.mundo["shape" + shapes].hitTest(ranx, rany - 25, true)) {
posicioncoche = 25;
}
if (_root.mundo["shape" + shapes].hitTest(ranx, (rany - posicioncoche) - 15, true)) {
posicioncoche = posicioncoche + 15;
}
if (_root.mundo["shape" + shapes].hitTest(ranx, (rany - posicioncoche) - 5, true)) {
posicioncoche = posicioncoche + 5;
}
coche = shapes;
shapes = 10;
}
shapes++;
}
if (bloqueado == 0) {
if (_root.tio.hit.hitTest(ranx, rany - 15, true)) {
_root.vida._xscale = _root.vida._xscale - _root["dañopipa"];
_root.mundo.sangretio.duplicateMovieClip("splat" + j, j + 80);
if ((_root.accion != "muerto") && (_root.accion != "muerto_s")) {
_root.flashblood.gotoAndPlay(2);
}
if ((_root.accion == "muerto") || (_root.accion == "muerto_s")) {
_root.mundo["splat" + j]._x = ((_root.m_x + _root.tio._x) + random(40)) - 20;
_root.mundo["splat" + j]._y = (_root.tio._y + random(15)) - 5;
} else {
_root.mundo["splat" + j]._x = ((_root.m_x + _root.tio._x) + random(40)) - 20;
_root.mundo["splat" + j]._y = (_root.tio._y + random(60)) - 30;
}
} else {
_root.mundo.humo_alante.duplicateMovieClip("humo_acera" + j, j + 40);
_root.mundo["humo_acera" + j]._x = _root.m_x + ranx;
_root.mundo["humo_acera" + j]._y = rany;
_root.j++;
}
} else if (((((((((_root.tio.hit.hitTest(ranx, rany - 15, true) and (random(3) != 1)) and (_root.accion != "agachao")) && (_root.accion != "desagachao")) && (_root.accion != "sj_i")) && (_root.accion != "sj_d")) && (_root.accion != "arrastrando_i")) && (_root.accion != "arrastrando_d")) && (_root.accion != "rodando_i")) && (_root.accion != "rodando_d")) {
_root.vida._xscale = _root.vida._xscale - _root["dañopipa"];
_root.mundo.sangretio.duplicateMovieClip("splat" + j, j + 80);
if ((_root.accion != "muerto") && (_root.accion != "muerto_s")) {
_root.flashblood.gotoAndPlay(2);
}
if ((_root.accion == "muerto") || (_root.accion == "muerto_s")) {
_root.mundo["splat" + j]._x = ((_root.m_x + _root.tio._x) + random(40)) - 20;
_root.mundo["splat" + j]._y = (_root.tio._y + random(15)) - 5;
} else {
_root.mundo["splat" + j]._x = ((_root.m_x + _root.tio._x) + random(40)) - 20;
_root.mundo["splat" + j]._y = (_root.tio._y + random(60)) - 30;
}
} else {
rany = rany - posicioncoche;
_root.mundo.chispa.duplicateMovieClip("chispa" + j, j + 100);
_root.mundo["chispa" + j]._x = _root.m_x + ranx;
_root.mundo["chispa" + j]._y = rany;
_root.j++;
_root.sonido_lata.gotoAndPlay(2);
if (_root.mundo["shape" + coche].hits < 999) {
_root.mundo["shape" + coche].hits++;
}
if (_root.mundo["shape" + coche].hits >= _root.mundo["shape" + coche].max3) {
_root.mundo["shape" + coche].gotoAndPlay(50);
_root.mundo["shape" + coche].max3 = 1000;
for_ = 0;
while (for_ < 10) {
_root.j++;
_root.mundo.humo_delante.duplicateMovieClip("humo_d" + j, j);
_root.mundo["humo_d" + j]._x = ((_root.m_x + _root.mundo["shape" + coche]._x) + random(90)) - 45;
_root.mundo["humo_d" + j]._y = (_root.mundo["shape" + coche]._y + random(70)) - 50;
_root.j++;
_root.mundo.marcas.cacho1.duplicateMovieClip("cacho1" + j, j);
_root.mundo.marcas["cacho1" + j]._x = ((_root.m_x + _root.mundo["shape" + coche]._x) + random(90)) - 45;
_root.mundo.marcas["cacho1" + j]._y = (_root.mundo["shape" + coche]._y + random(70)) - 50;
_root.j++;
_root.mundo.marcas.minicacho.duplicateMovieClip("minic1" + j, j);
_root.mundo.marcas["minic1" + j]._x = ((_root.m_x + _root.mundo["shape" + coche]._x) + random(90)) - 45;
_root.mundo.marcas["minic1" + j]._y = (_root.mundo["shape" + coche]._y + random(70)) - 50;
_root.j++;
_root.mundo.marcas.minicacho.duplicateMovieClip("minic1" + j, j);
_root.mundo.marcas["minic1" + j]._x = ((_root.m_x + _root.mundo["shape" + coche]._x) + random(90)) - 45;
_root.mundo.marcas["minic1" + j]._y = (_root.mundo["shape" + coche]._y + random(70)) - 50;
for_++;
}
} else {
if (_root.mundo["shape" + coche].hits >= _root.mundo["shape" + coche].max2) {
_root.mundo["shape" + coche].gotoAndPlay(30);
_root.mundo["shape" + coche].max2 = 10000;
} else if (_root.mundo["shape" + coche].hits >= _root.mundo["shape" + coche].max1) {
_root.mundo["shape" + coche].max1 = 10000;
_root.mundo["shape" + coche].gotoAndPlay(15);
_root.sonido_cristal.gotoAndPlay(2);
}
if (_root.mundo["shape" + coche]._currentframe < 50) {
_root.mundo["shape" + coche].gotoAndPlay(_root.mundo["shape" + coche]._currentframe + 1);
}
}
}
rany = random(20) + 320;
ranx = (_root.tio._x + random(80)) - 40;
num++;
}
_root.j++;
_root.mundo.humo_delante.duplicateMovieClip("humo_d" + j, j);
_root.mundo["humo_d" + j]._x = this._x + 17;
_root.mundo["humo_d" + j]._y = this._y + 30;
Symbol 1059 MovieClip Frame 127
balas--;
Symbol 1059 MovieClip Frame 128
if (0 >= balas) {
recargando = 1;
}
gotoAndPlay (115);
Symbol 1059 MovieClip Frame 130
goto = 140;
if (90 < ((_root.tio._x - _root.mundo._x) - this._x)) {
if (200 < ((_root.tio._x - _root.mundo._x) - this._x)) {
goto = 160;
} else {
goto = 150;
}
}
if (((_root.tio._x - _root.mundo._x) - this._x) < -30) {
if (((_root.tio._x - _root.mundo._x) - this._x) < -200) {
goto = 120;
} else {
goto = 130;
}
}
gotoAndPlay(goto);
Symbol 1059 MovieClip Frame 135
if (disparo_latencia >= 100) {
disparo_latencia = disparo_latencia - 100;
this.gotoAndPlay(this._currentframe - 4);
} else {
disparo_latencia = latencia;
}
Symbol 1059 MovieClip Frame 136
num = 0;
while (num < 5) {
j = _root.j;
bloqueado = 0;
shapes = 0;
while (10 >= shapes) {
if (_root.mundo["shape" + shapes].hitTest(ranx, rany, true)) {
bloqueado = 1;
if (_root.mundo["shape" + shapes].hitTest(ranx, rany - 25, true)) {
posicioncoche = 25;
}
if (_root.mundo["shape" + shapes].hitTest(ranx, (rany - posicioncoche) - 15, true)) {
posicioncoche = posicioncoche + 15;
}
if (_root.mundo["shape" + shapes].hitTest(ranx, (rany - posicioncoche) - 5, true)) {
posicioncoche = posicioncoche + 5;
}
coche = shapes;
shapes = 10;
}
shapes++;
}
if (bloqueado == 0) {
if (_root.tio.hit.hitTest(ranx, rany - 15, true)) {
_root.vida._xscale = _root.vida._xscale - _root["dañopipa"];
_root.mundo.sangretio.duplicateMovieClip("splat" + j, j + 80);
if ((_root.accion != "muerto") && (_root.accion != "muerto_s")) {
_root.flashblood.gotoAndPlay(2);
}
if ((_root.accion == "muerto") || (_root.accion == "muerto_s")) {
_root.mundo["splat" + j]._x = ((_root.m_x + _root.tio._x) + random(40)) - 20;
_root.mundo["splat" + j]._y = (_root.tio._y + random(15)) - 5;
} else {
_root.mundo["splat" + j]._x = ((_root.m_x + _root.tio._x) + random(40)) - 20;
_root.mundo["splat" + j]._y = (_root.tio._y + random(60)) - 30;
}
} else {
_root.mundo.humo_alante.duplicateMovieClip("humo_acera" + j, j + 40);
_root.mundo["humo_acera" + j]._x = _root.m_x + ranx;
_root.mundo["humo_acera" + j]._y = rany;
_root.j++;
}
} else if (((((((((_root.tio.hit.hitTest(ranx, rany - 15, true) and (random(3) != 1)) and (_root.accion != "agachao")) && (_root.accion != "desagachao")) && (_root.accion != "sj_i")) && (_root.accion != "sj_d")) && (_root.accion != "arrastrando_i")) && (_root.accion != "arrastrando_d")) && (_root.accion != "rodando_i")) && (_root.accion != "rodando_d")) {
_root.vida._xscale = _root.vida._xscale - _root["dañopipa"];
_root.mundo.sangretio.duplicateMovieClip("splat" + j, j + 80);
if ((_root.accion != "muerto") && (_root.accion != "muerto_s")) {
_root.flashblood.gotoAndPlay(2);
}
if ((_root.accion == "muerto") || (_root.accion == "muerto_s")) {
_root.mundo["splat" + j]._x = ((_root.m_x + _root.tio._x) + random(40)) - 20;
_root.mundo["splat" + j]._y = (_root.tio._y + random(15)) - 5;
} else {
_root.mundo["splat" + j]._x = ((_root.m_x + _root.tio._x) + random(40)) - 20;
_root.mundo["splat" + j]._y = (_root.tio._y + random(60)) - 30;
}
} else {
rany = rany - posicioncoche;
_root.mundo.chispa.duplicateMovieClip("chispa" + j, j + 100);
_root.mundo["chispa" + j]._x = _root.m_x + ranx;
_root.mundo["chispa" + j]._y = rany;
_root.j++;
_root.sonido_lata.gotoAndPlay(2);
if (_root.mundo["shape" + coche].hits < 999) {
_root.mundo["shape" + coche].hits++;
}
if (_root.mundo["shape" + coche].hits >= _root.mundo["shape" + coche].max3) {
_root.mundo["shape" + coche].gotoAndPlay(50);
_root.mundo["shape" + coche].max3 = 1000;
for_ = 0;
while (for_ < 10) {
_root.j++;
_root.mundo.humo_delante.duplicateMovieClip("humo_d" + j, j);
_root.mundo["humo_d" + j]._x = ((_root.m_x + _root.mundo["shape" + coche]._x) + random(90)) - 45;
_root.mundo["humo_d" + j]._y = (_root.mundo["shape" + coche]._y + random(70)) - 50;
_root.j++;
_root.mundo.marcas.cacho1.duplicateMovieClip("cacho1" + j, j);
_root.mundo.marcas["cacho1" + j]._x = ((_root.m_x + _root.mundo["shape" + coche]._x) + random(90)) - 45;
_root.mundo.marcas["cacho1" + j]._y = (_root.mundo["shape" + coche]._y + random(70)) - 50;
_root.j++;
_root.mundo.marcas.minicacho.duplicateMovieClip("minic1" + j, j);
_root.mundo.marcas["minic1" + j]._x = ((_root.m_x + _root.mundo["shape" + coche]._x) + random(90)) - 45;
_root.mundo.marcas["minic1" + j]._y = (_root.mundo["shape" + coche]._y + random(70)) - 50;
_root.j++;
_root.mundo.marcas.minicacho.duplicateMovieClip("minic1" + j, j);
_root.mundo.marcas["minic1" + j]._x = ((_root.m_x + _root.mundo["shape" + coche]._x) + random(90)) - 45;
_root.mundo.marcas["minic1" + j]._y = (_root.mundo["shape" + coche]._y + random(70)) - 50;
for_++;
}
} else {
if (_root.mundo["shape" + coche].hits >= _root.mundo["shape" + coche].max2) {
_root.mundo["shape" + coche].gotoAndPlay(30);
_root.mundo["shape" + coche].max2 = 10000;
} else if (_root.mundo["shape" + coche].hits >= _root.mundo["shape" + coche].max1) {
_root.mundo["shape" + coche].max1 = 10000;
_root.mundo["shape" + coche].gotoAndPlay(15);
_root.sonido_cristal.gotoAndPlay(2);
}
if (_root.mundo["shape" + coche]._currentframe < 50) {
_root.mundo["shape" + coche].gotoAndPlay(_root.mundo["shape" + coche]._currentframe + 1);
}
}
}
rany = random(20) + 320;
ranx = (_root.tio._x + random(80)) - 40;
num++;
}
_root.j++;
_root.mundo.humo_delante.duplicateMovieClip("humo_d" + j, j);
_root.mundo["humo_d" + j]._x = this._x + 17;
_root.mundo["humo_d" + j]._y = this._y + 30;
Symbol 1059 MovieClip Frame 137
balas--;
Symbol 1059 MovieClip Frame 138
if (0 >= balas) {
recargando = 1;
}
gotoAndPlay (115);
Symbol 1059 MovieClip Frame 140
goto = 140;
if (90 < ((_root.tio._x - _root.mundo._x) - this._x)) {
if (200 < ((_root.tio._x - _root.mundo._x) - this._x)) {
goto = 160;
} else {
goto = 150;
}
}
if (((_root.tio._x - _root.mundo._x) - this._x) < -30) {
if (((_root.tio._x - _root.mundo._x) - this._x) < -200) {
goto = 120;
} else {
goto = 130;
}
}
gotoAndPlay(goto);
Symbol 1059 MovieClip Frame 145
if (disparo_latencia >= 100) {
disparo_latencia = disparo_latencia - 100;
this.gotoAndPlay(this._currentframe - 4);
} else {
disparo_latencia = latencia;
}
Symbol 1059 MovieClip Frame 146
num = 0;
while (num < 5) {
j = _root.j;
bloqueado = 0;
shapes = 0;
while (10 >= shapes) {
if (_root.mundo["shape" + shapes].hitTest(ranx, rany, true)) {
bloqueado = 1;
if (_root.mundo["shape" + shapes].hitTest(ranx, rany - 25, true)) {
posicioncoche = 25;
}
if (_root.mundo["shape" + shapes].hitTest(ranx, (rany - posicioncoche) - 15, true)) {
posicioncoche = posicioncoche + 15;
}
if (_root.mundo["shape" + shapes].hitTest(ranx, (rany - posicioncoche) - 5, true)) {
posicioncoche = posicioncoche + 5;
}
coche = shapes;
shapes = 10;
}
shapes++;
}
if (bloqueado == 0) {
if (_root.tio.hit.hitTest(ranx, rany - 15, true)) {
_root.vida._xscale = _root.vida._xscale - _root["dañopipa"];
_root.mundo.sangretio.duplicateMovieClip("splat" + j, j + 80);
if ((_root.accion != "muerto") && (_root.accion != "muerto_s")) {
_root.flashblood.gotoAndPlay(2);
}
if ((_root.accion == "muerto") || (_root.accion == "muerto_s")) {
_root.mundo["splat" + j]._x = ((_root.m_x + _root.tio._x) + random(40)) - 20;
_root.mundo["splat" + j]._y = (_root.tio._y + random(15)) - 5;
} else {
_root.mundo["splat" + j]._x = ((_root.m_x + _root.tio._x) + random(40)) - 20;
_root.mundo["splat" + j]._y = (_root.tio._y + random(60)) - 30;
}
} else {
_root.mundo.humo_alante.duplicateMovieClip("humo_acera" + j, j + 40);
_root.mundo["humo_acera" + j]._x = _root.m_x + ranx;
_root.mundo["humo_acera" + j]._y = rany;
_root.j++;
}
} else if (((((((((_root.tio.hit.hitTest(ranx, rany - 15, true) and (random(3) != 1)) and (_root.accion != "agachao")) && (_root.accion != "desagachao")) && (_root.accion != "sj_i")) && (_root.accion != "sj_d")) && (_root.accion != "arrastrando_i")) && (_root.accion != "arrastrando_d")) && (_root.accion != "rodando_i")) && (_root.accion != "rodando_d")) {
_root.vida._xscale = _root.vida._xscale - _root["dañopipa"];
_root.mundo.sangretio.duplicateMovieClip("splat" + j, j + 80);
if ((_root.accion != "muerto") && (_root.accion != "muerto_s")) {
_root.flashblood.gotoAndPlay(2);
}
if ((_root.accion == "muerto") || (_root.accion == "muerto_s")) {
_root.mundo["splat" + j]._x = ((_root.m_x + _root.tio._x) + random(40)) - 20;
_root.mundo["splat" + j]._y = (_root.tio._y + random(15)) - 5;
} else {
_root.mundo["splat" + j]._x = ((_root.m_x + _root.tio._x) + random(40)) - 20;
_root.mundo["splat" + j]._y = (_root.tio._y + random(60)) - 30;
}
} else {
rany = rany - posicioncoche;
_root.mundo.chispa.duplicateMovieClip("chispa" + j, j + 100);
_root.mundo["chispa" + j]._x = _root.m_x + ranx;
_root.mundo["chispa" + j]._y = rany;
_root.j++;
_root.sonido_lata.gotoAndPlay(2);
if (_root.mundo["shape" + coche].hits < 999) {
_root.mundo["shape" + coche].hits++;
}
if (_root.mundo["shape" + coche].hits >= _root.mundo["shape" + coche].max3) {
_root.mundo["shape" + coche].gotoAndPlay(50);
_root.mundo["shape" + coche].max3 = 1000;
for_ = 0;
while (for_ < 10) {
_root.j++;
_root.mundo.humo_delante.duplicateMovieClip("humo_d" + j, j);
_root.mundo["humo_d" + j]._x = ((_root.m_x + _root.mundo["shape" + coche]._x) + random(90)) - 45;
_root.mundo["humo_d" + j]._y = (_root.mundo["shape" + coche]._y + random(70)) - 50;
_root.j++;
_root.mundo.marcas.cacho1.duplicateMovieClip("cacho1" + j, j);
_root.mundo.marcas["cacho1" + j]._x = ((_root.m_x + _root.mundo["shape" + coche]._x) + random(90)) - 45;
_root.mundo.marcas["cacho1" + j]._y = (_root.mundo["shape" + coche]._y + random(70)) - 50;
_root.j++;
_root.mundo.marcas.minicacho.duplicateMovieClip("minic1" + j, j);
_root.mundo.marcas["minic1" + j]._x = ((_root.m_x + _root.mundo["shape" + coche]._x) + random(90)) - 45;
_root.mundo.marcas["minic1" + j]._y = (_root.mundo["shape" + coche]._y + random(70)) - 50;
_root.j++;
_root.mundo.marcas.minicacho.duplicateMovieClip("minic1" + j, j);
_root.mundo.marcas["minic1" + j]._x = ((_root.m_x + _root.mundo["shape" + coche]._x) + random(90)) - 45;
_root.mundo.marcas["minic1" + j]._y = (_root.mundo["shape" + coche]._y + random(70)) - 50;
for_++;
}
} else {
if (_root.mundo["shape" + coche].hits >= _root.mundo["shape" + coche].max2) {
_root.mundo["shape" + coche].gotoAndPlay(30);
_root.mundo["shape" + coche].max2 = 10000;
} else if (_root.mundo["shape" + coche].hits >= _root.mundo["shape" + coche].max1) {
_root.mundo["shape" + coche].max1 = 10000;
_root.mundo["shape" + coche].gotoAndPlay(15);
_root.sonido_cristal.gotoAndPlay(2);
}
if (_root.mundo["shape" + coche]._currentframe < 50) {
_root.mundo["shape" + coche].gotoAndPlay(_root.mundo["shape" + coche]._currentframe + 1);
}
}
}
rany = random(20) + 320;
ranx = (_root.tio._x + random(80)) - 40;
num++;
}
_root.j++;
_root.mundo.humo_delante.duplicateMovieClip("humo_d" + j, j);
_root.mundo["humo_d" + j]._x = this._x + 17;
_root.mundo["humo_d" + j]._y = this._y + 30;
Symbol 1059 MovieClip Frame 147
balas--;
Symbol 1059 MovieClip Frame 148
if (0 >= balas) {
recargando = 1;
}
gotoAndPlay (115);
Symbol 1059 MovieClip Frame 150
goto = 140;
if (90 < ((_root.tio._x - _root.mundo._x) - this._x)) {
if (200 < ((_root.tio._x - _root.mundo._x) - this._x)) {
goto = 160;
} else {
goto = 150;
}
}
if (((_root.tio._x - _root.mundo._x) - this._x) < -30) {
if (((_root.tio._x - _root.mundo._x) - this._x) < -200) {
goto = 120;
} else {
goto = 130;
}
}
gotoAndPlay(goto);
Symbol 1059 MovieClip Frame 155
if (disparo_latencia >= 100) {
disparo_latencia = disparo_latencia - 100;
this.gotoAndPlay(this._currentframe - 4);
} else {
disparo_latencia = latencia;
}
Symbol 1059 MovieClip Frame 156
num = 0;
while (num < 5) {
j = _root.j;
bloqueado = 0;
shapes = 0;
while (10 >= shapes) {
if (_root.mundo["shape" + shapes].hitTest(ranx, rany, true)) {
bloqueado = 1;
if (_root.mundo["shape" + shapes].hitTest(ranx, rany - 25, true)) {
posicioncoche = 25;
}
if (_root.mundo["shape" + shapes].hitTest(ranx, (rany - posicioncoche) - 15, true)) {
posicioncoche = posicioncoche + 15;
}
if (_root.mundo["shape" + shapes].hitTest(ranx, (rany - posicioncoche) - 5, true)) {
posicioncoche = posicioncoche + 5;
}
coche = shapes;
shapes = 10;
}
shapes++;
}
if (bloqueado == 0) {
if (_root.tio.hit.hitTest(ranx, rany - 15, true)) {
_root.vida._xscale = _root.vida._xscale - _root["dañopipa"];
_root.mundo.sangretio.duplicateMovieClip("splat" + j, j + 80);
if ((_root.accion != "muerto") && (_root.accion != "muerto_s")) {
_root.flashblood.gotoAndPlay(2);
}
if ((_root.accion == "muerto") || (_root.accion == "muerto_s")) {
_root.mundo["splat" + j]._x = ((_root.m_x + _root.tio._x) + random(40)) - 20;
_root.mundo["splat" + j]._y = (_root.tio._y + random(15)) - 5;
} else {
_root.mundo["splat" + j]._x = ((_root.m_x + _root.tio._x) + random(40)) - 20;
_root.mundo["splat" + j]._y = (_root.tio._y + random(60)) - 30;
}
} else {
_root.mundo.humo_alante.duplicateMovieClip("humo_acera" + j, j + 40);
_root.mundo["humo_acera" + j]._x = _root.m_x + ranx;
_root.mundo["humo_acera" + j]._y = rany;
_root.j++;
}
} else if (((((((((_root.tio.hit.hitTest(ranx, rany - 15, true) and (random(3) != 1)) and (_root.accion != "agachao")) && (_root.accion != "desagachao")) && (_root.accion != "sj_i")) && (_root.accion != "sj_d")) && (_root.accion != "arrastrando_i")) && (_root.accion != "arrastrando_d")) && (_root.accion != "rodando_i")) && (_root.accion != "rodando_d")) {
_root.vida._xscale = _root.vida._xscale - _root["dañopipa"];
_root.mundo.sangretio.duplicateMovieClip("splat" + j, j + 80);
if ((_root.accion != "muerto") && (_root.accion != "muerto_s")) {
_root.flashblood.gotoAndPlay(2);
}
if ((_root.accion == "muerto") || (_root.accion == "muerto_s")) {
_root.mundo["splat" + j]._x = ((_root.m_x + _root.tio._x) + random(40)) - 20;
_root.mundo["splat" + j]._y = (_root.tio._y + random(15)) - 5;
} else {
_root.mundo["splat" + j]._x = ((_root.m_x + _root.tio._x) + random(40)) - 20;
_root.mundo["splat" + j]._y = (_root.tio._y + random(60)) - 30;
}
} else {
rany = rany - posicioncoche;
_root.mundo.chispa.duplicateMovieClip("chispa" + j, j + 100);
_root.mundo["chispa" + j]._x = _root.m_x + ranx;
_root.mundo["chispa" + j]._y = rany;
_root.j++;
_root.sonido_lata.gotoAndPlay(2);
if (_root.mundo["shape" + coche].hits < 999) {
_root.mundo["shape" + coche].hits++;
}
if (_root.mundo["shape" + coche].hits >= _root.mundo["shape" + coche].max3) {
_root.mundo["shape" + coche].gotoAndPlay(50);
_root.mundo["shape" + coche].max3 = 1000;
for_ = 0;
while (for_ < 10) {
_root.j++;
_root.mundo.humo_delante.duplicateMovieClip("humo_d" + j, j);
_root.mundo["humo_d" + j]._x = ((_root.m_x + _root.mundo["shape" + coche]._x) + random(90)) - 45;
_root.mundo["humo_d" + j]._y = (_root.mundo["shape" + coche]._y + random(70)) - 50;
_root.j++;
_root.mundo.marcas.cacho1.duplicateMovieClip("cacho1" + j, j);
_root.mundo.marcas["cacho1" + j]._x = ((_root.m_x + _root.mundo["shape" + coche]._x) + random(90)) - 45;
_root.mundo.marcas["cacho1" + j]._y = (_root.mundo["shape" + coche]._y + random(70)) - 50;
_root.j++;
_root.mundo.marcas.minicacho.duplicateMovieClip("minic1" + j, j);
_root.mundo.marcas["minic1" + j]._x = ((_root.m_x + _root.mundo["shape" + coche]._x) + random(90)) - 45;
_root.mundo.marcas["minic1" + j]._y = (_root.mundo["shape" + coche]._y + random(70)) - 50;
_root.j++;
_root.mundo.marcas.minicacho.duplicateMovieClip("minic1" + j, j);
_root.mundo.marcas["minic1" + j]._x = ((_root.m_x + _root.mundo["shape" + coche]._x) + random(90)) - 45;
_root.mundo.marcas["minic1" + j]._y = (_root.mundo["shape" + coche]._y + random(70)) - 50;
for_++;
}
} else {
if (_root.mundo["shape" + coche].hits >= _root.mundo["shape" + coche].max2) {
_root.mundo["shape" + coche].gotoAndPlay(30);
_root.mundo["shape" + coche].max2 = 10000;
} else if (_root.mundo["shape" + coche].hits >= _root.mundo["shape" + coche].max1) {
_root.mundo["shape" + coche].max1 = 10000;
_root.mundo["shape" + coche].gotoAndPlay(15);
_root.sonido_cristal.gotoAndPlay(2);
}
if (_root.mundo["shape" + coche]._currentframe < 50) {
_root.mundo["shape" + coche].gotoAndPlay(_root.mundo["shape" + coche]._currentframe + 1);
}
}
}
rany = random(20) + 320;
ranx = (_root.tio._x + random(80)) - 40;
num++;
}
_root.j++;
_root.mundo.humo_delante.duplicateMovieClip("humo_d" + j, j);
_root.mundo["humo_d" + j]._x = this._x + 17;
_root.mundo["humo_d" + j]._y = this._y + 30;
Symbol 1059 MovieClip Frame 157
balas--;
Symbol 1059 MovieClip Frame 158
if (0 >= balas) {
recargando = 1;
}
gotoAndPlay (115);
Symbol 1059 MovieClip Frame 160
goto = 140;
if (90 < ((_root.tio._x - _root.mundo._x) - this._x)) {
if (200 < ((_root.tio._x - _root.mundo._x) - this._x)) {
goto = 160;
} else {
goto = 150;
}
}
if (((_root.tio._x - _root.mundo._x) - this._x) < -30) {
if (((_root.tio._x - _root.mundo._x) - this._x) < -200) {
goto = 120;
} else {
goto = 130;
}
}
gotoAndPlay(goto);
Symbol 1059 MovieClip Frame 165
if (disparo_latencia >= 100) {
disparo_latencia = disparo_latencia - 100;
this.gotoAndPlay(this._currentframe - 4);
} else {
disparo_latencia = latencia;
}
Symbol 1059 MovieClip Frame 166
num = 0;
while (num < 5) {
j = _root.j;
bloqueado = 0;
shapes = 0;
while (10 >= shapes) {
if (_root.mundo["shape" + shapes].hitTest(ranx, rany, true)) {
bloqueado = 1;
if (_root.mundo["shape" + shapes].hitTest(ranx, rany - 25, true)) {
posicioncoche = 25;
}
if (_root.mundo["shape" + shapes].hitTest(ranx, (rany - posicioncoche) - 15, true)) {
posicioncoche = posicioncoche + 15;
}
if (_root.mundo["shape" + shapes].hitTest(ranx, (rany - posicioncoche) - 5, true)) {
posicioncoche = posicioncoche + 5;
}
coche = shapes;
shapes = 10;
}
shapes++;
}
if (bloqueado == 0) {
if (_root.tio.hit.hitTest(ranx, rany - 15, true)) {
_root.vida._xscale = _root.vida._xscale - _root["dañopipa"];
_root.mundo.sangretio.duplicateMovieClip("splat" + j, j + 80);
if ((_root.accion != "muerto") && (_root.accion != "muerto_s")) {
_root.flashblood.gotoAndPlay(2);
}
if ((_root.accion == "muerto") || (_root.accion == "muerto_s")) {
_root.mundo["splat" + j]._x = ((_root.m_x + _root.tio._x) + random(40)) - 20;
_root.mundo["splat" + j]._y = (_root.tio._y + random(15)) - 5;
} else {
_root.mundo["splat" + j]._x = ((_root.m_x + _root.tio._x) + random(40)) - 20;
_root.mundo["splat" + j]._y = (_root.tio._y + random(60)) - 30;
}
} else {
_root.mundo.humo_alante.duplicateMovieClip("humo_acera" + j, j + 40);
_root.mundo["humo_acera" + j]._x = _root.m_x + ranx;
_root.mundo["humo_acera" + j]._y = rany;
_root.j++;
}
} else if (((((((((_root.tio.hit.hitTest(ranx, rany - 15, true) and (random(3) != 1)) and (_root.accion != "agachao")) && (_root.accion != "desagachao")) && (_root.accion != "sj_i")) && (_root.accion != "sj_d")) && (_root.accion != "arrastrando_i")) && (_root.accion != "arrastrando_d")) && (_root.accion != "rodando_i")) && (_root.accion != "rodando_d")) {
_root.vida._xscale = _root.vida._xscale - _root["dañopipa"];
_root.mundo.sangretio.duplicateMovieClip("splat" + j, j + 80);
if ((_root.accion != "muerto") && (_root.accion != "muerto_s")) {
_root.flashblood.gotoAndPlay(2);
}
if ((_root.accion == "muerto") || (_root.accion == "muerto_s")) {
_root.mundo["splat" + j]._x = ((_root.m_x + _root.tio._x) + random(40)) - 20;
_root.mundo["splat" + j]._y = (_root.tio._y + random(15)) - 5;
} else {
_root.mundo["splat" + j]._x = ((_root.m_x + _root.tio._x) + random(40)) - 20;
_root.mundo["splat" + j]._y = (_root.tio._y + random(60)) - 30;
}
} else {
rany = rany - posicioncoche;
_root.mundo.chispa.duplicateMovieClip("chispa" + j, j + 100);
_root.mundo["chispa" + j]._x = _root.m_x + ranx;
_root.mundo["chispa" + j]._y = rany;
_root.j++;
_root.sonido_lata.gotoAndPlay(2);
if (_root.mundo["shape" + coche].hits < 999) {
_root.mundo["shape" + coche].hits++;
}
if (_root.mundo["shape" + coche].hits >= _root.mundo["shape" + coche].max3) {
_root.mundo["shape" + coche].gotoAndPlay(50);
_root.mundo["shape" + coche].max3 = 1000;
for_ = 0;
while (for_ < 10) {
_root.j++;
_root.mundo.humo_delante.duplicateMovieClip("humo_d" + j, j);
_root.mundo["humo_d" + j]._x = ((_root.m_x + _root.mundo["shape" + coche]._x) + random(90)) - 45;
_root.mundo["humo_d" + j]._y = (_root.mundo["shape" + coche]._y + random(70)) - 50;
_root.j++;
_root.mundo.marcas.cacho1.duplicateMovieClip("cacho1" + j, j);
_root.mundo.marcas["cacho1" + j]._x = ((_root.m_x + _root.mundo["shape" + coche]._x) + random(90)) - 45;
_root.mundo.marcas["cacho1" + j]._y = (_root.mundo["shape" + coche]._y + random(70)) - 50;
_root.j++;
_root.mundo.marcas.minicacho.duplicateMovieClip("minic1" + j, j);
_root.mundo.marcas["minic1" + j]._x = ((_root.m_x + _root.mundo["shape" + coche]._x) + random(90)) - 45;
_root.mundo.marcas["minic1" + j]._y = (_root.mundo["shape" + coche]._y + random(70)) - 50;
_root.j++;
_root.mundo.marcas.minicacho.duplicateMovieClip("minic1" + j, j);
_root.mundo.marcas["minic1" + j]._x = ((_root.m_x + _root.mundo["shape" + coche]._x) + random(90)) - 45;
_root.mundo.marcas["minic1" + j]._y = (_root.mundo["shape" + coche]._y + random(70)) - 50;
for_++;
}
} else {
if (_root.mundo["shape" + coche].hits >= _root.mundo["shape" + coche].max2) {
_root.mundo["shape" + coche].gotoAndPlay(30);
_root.mundo["shape" + coche].max2 = 10000;
} else if (_root.mundo["shape" + coche].hits >= _root.mundo["shape" + coche].max1) {
_root.mundo["shape" + coche].max1 = 10000;
_root.mundo["shape" + coche].gotoAndPlay(15);
_root.sonido_cristal.gotoAndPlay(2);
}
if (_root.mundo["shape" + coche]._currentframe < 50) {
_root.mundo["shape" + coche].gotoAndPlay(_root.mundo["shape" + coche]._currentframe + 1);
}
}
}
rany = random(20) + 320;
ranx = (_root.tio._x + random(80)) - 40;
num++;
}
_root.j++;
_root.mundo.humo_delante.duplicateMovieClip("humo_d" + j, j);
_root.mundo["humo_d" + j]._x = this._x + 17;
_root.mundo["humo_d" + j]._y = this._y + 30;
Symbol 1059 MovieClip Frame 167
balas--;
Symbol 1059 MovieClip Frame 168
if (0 >= balas) {
recargando = 1;
}
gotoAndPlay (115);
Symbol 1059 MovieClip Frame 209
_root.mundo.alante.granada_roja.duplicateMovieClip("granada2_" + _root.k, _root.k + 730);
_root.mundo.alante["granada2_" + _root.k]._x = this._x + 30;
_root.mundo.alante["granada2_" + _root.k]._y = this._y;
_root.mundo.alante["granada2_" + _root.k].gotoAndPlay(2);
_root.k++;
Symbol 1059 MovieClip Frame 212
gotoAndPlay (70);
Symbol 1059 MovieClip Frame 235
gotoAndPlay (70);
Symbol 1059 MovieClip Frame 252
if (dead != "si") {
dead = "si";
_root.mundo[(("posicion" + nombrecont) + "_") + pos_num].gotoAndStop(1);
_root.mundo.mundomobs["creamobs" + nombrecont].mobs--;
if (maloandante == "si") {
_root.killcount_a++;
} else {
_root.killcount++;
}
}
Symbol 1059 MovieClip Frame 259
existe = 0;
this.removeMovieClip();
stop();
Symbol 1059 MovieClip Frame 271
if (_root.j < 80) {
_root.j++;
} else {
_root.j = 0;
}
_root.mundo.marcas.sangremalo.duplicateMovieClip("sangre" + _root.j, _root.j + 70);
_root.mundo.marcas["sangre" + _root.j].gotoAndPlay(4);
_root.mundo.marcas["sangre" + _root.j]._x = ((this._x + 20) + random(80)) - 40;
_root.mundo.marcas["sangre" + _root.j]._y = ((this._y + 30) + random(80)) - 40;
_root.mundo.marcas["sangre" + _root.j]._rotation = random(360);
Symbol 1059 MovieClip Frame 285
if (dead != "si") {
dead = "si";
_root.mundo[(("posicion" + nombrecont) + "_") + pos_num].gotoAndStop(1);
_root.mundo.mundomobs["creamobs" + nombrecont].mobs--;
if (maloandante == "si") {
_root.killcount_a++;
} else {
_root.killcount++;
}
}
Symbol 1059 MovieClip Frame 295
existe = 0;
this.removeMovieClip();
stop();
Symbol 1059 MovieClip Frame 316
stop();
Symbol 1059 MovieClip Frame 401
gotoAndPlay (305);
Symbol 1078 MovieClip Frame 1
if (activado == 0) {
stop();
}
Symbol 1078 MovieClip Frame 14
posicion_correcta = 0;
if ((mobs < max_mobs_ac) && (mobs_creados < max_mobs)) {
if (tiempo < 1) {
gotoAndPlay (15);
if (virgen == 1) {
if (obj._currentframe < 3) {
obj.gotoAndPlay(3);
}
}
virgen = 0;
} else {
gotoAndPlay (1);
tiempo--;
}
} else {
tiempo = tiempo_espera;
gotoAndPlay (1);
}
Symbol 1078 MovieClip Frame 23
mobs_creados++;
mobs++;
antigua_i = _root.mundo.mundomobs.i - 1;
if (20 < _root.mundo.mundomobs.i) {
_root.mundo.mundomobs.i = 1;
}
i = _root.mundo.mundomobs.i;
_root.mundo.mundomobs.i++;
x = 0;
while (x == 10) {
if (_root.mundo.mundomobs["enemigo1_" + antigua_i].existe == "si") {
_root.mundo.mundomobs.i++;
i++;
antigua_i = i;
x = 10;
}
}
_root.mundo.mundomobs.enemigo2.duplicateMovieClip("enemigo1_" + i, i);
_root.mundo.mundomobs["enemigo1_" + i]._x = this._x;
_root.mundo.mundomobs["enemigo1_" + i]._y = this._y;
if (maloandante == "si") {
_root.mundo.mundomobs["enemigo1_" + i].maloandante = "si";
}
gotoAndPlay (1);
do {
next_posicion = random(num_posiciones) + 1;
if (_root.mundo[(("posicion" + nombrecont) + "_") + next_posicion]._currentframe == 1) {
posicion_correcta = 1;
_root.mundo[(("posicion" + nombrecont) + "_") + next_posicion].gotoAndStop(3);
}
} while (posicion_correcta != 1);
_root.mundo.mundomobs["enemigo1_" + i].pos_num = next_posicion;
_root.mundo.mundomobs["enemigo1_" + i].nombrecont = nombrecont;
_root.mundo.mundomobs["enemigo1_" + i].posicion = _root.mundo[(("posicion" + nombrecont) + "_") + next_posicion]._x;
tiempo = tiempo_entremob;
gotoAndPlay (9);
Symbol 1088 MovieClip Frame 1
if (activado == 0) {
stop();
}
Symbol 1088 MovieClip Frame 14
posicion_correcta = 0;
if ((mobs < max_mobs_ac) && (mobs_creados < max_mobs)) {
if (tiempo < 1) {
gotoAndPlay (15);
if (virgen == 1) {
if (obj._currentframe < 3) {
obj.gotoAndPlay(3);
}
}
virgen = 0;
} else {
gotoAndPlay (1);
tiempo--;
}
} else {
tiempo = tiempo_espera;
gotoAndPlay (1);
}
Symbol 1088 MovieClip Frame 23
mobs_creados++;
mobs++;
antigua_i = _root.mundo.mundomobs.i - 1;
if (20 < _root.mundo.mundomobs.i) {
_root.mundo.mundomobs.i = 1;
}
i = _root.mundo.mundomobs.i;
_root.mundo.mundomobs.i++;
x = 0;
while (x == 10) {
if (_root.mundo.mundomobs["enemigo1_" + antigua_i].existe == "si") {
_root.mundo.mundomobs.i++;
i++;
antigua_i = i;
x = 10;
}
}
_root.mundo.mundomobs.enemigo1.duplicateMovieClip("enemigo1_" + i, i);
_root.mundo.mundomobs["enemigo1_" + i]._x = this._x;
_root.mundo.mundomobs["enemigo1_" + i]._y = this._y;
if (maloandante == "si") {
_root.mundo.mundomobs["enemigo1_" + i].maloandante = "si";
}
gotoAndPlay (1);
do {
next_posicion = random(num_posiciones) + 1;
if (_root.mundo[(("posicion" + nombrecont) + "_") + next_posicion]._currentframe == 1) {
posicion_correcta = 1;
_root.mundo[(("posicion" + nombrecont) + "_") + next_posicion].gotoAndStop(3);
}
} while (posicion_correcta != 1);
_root.mundo.mundomobs["enemigo1_" + i].pos_num = next_posicion;
_root.mundo.mundomobs["enemigo1_" + i].nombrecont = nombrecont;
_root.mundo.mundomobs["enemigo1_" + i].posicion = _root.mundo[(("posicion" + nombrecont) + "_") + next_posicion]._x;
tiempo = tiempo_entremob;
gotoAndPlay (9);
Symbol 1090 MovieClip Frame 2
if (_root["giñao_pacasa"] == "si") {
gotoAndStop (5);
}
Symbol 1090 MovieClip Frame 3
mobs_creados++;
mobs++;
antigua_i = _root.mundo.mundomobs.i - 1;
if (20 < _root.mundo.mundomobs.i) {
_root.mundo.mundomobs.i = 1;
}
i = _root.mundo.mundomobs.i;
_root.mundo.mundomobs.i++;
if (_root.mundo.mundomobs["enemigo1_" + antigua_i].existe == si) {
_root.mundo.mundomobs.i++;
i++;
}
_root.mundo.mundomobs["giñao"].duplicateMovieClip("enemigo1_" + i, i);
_root.mundo.mundomobs["enemigo1_" + i]._x = this._x;
_root.mundo.mundomobs["enemigo1_" + i]._y = this._y;
_root.mundo.mundomobs["enemigo1_" + i].pos_num = next_posicion;
_root.mundo.mundomobs["enemigo1_" + i].nombrecont = nombrecont;
_root.mundo.mundomobs["enemigo1_" + i].posicion = 550;
_root.mundo.mundomobs["enemigo1_" + i].maloandante = "si";
tiempo = tiempo_entremob;
Symbol 1090 MovieClip Frame 4
stop();
Symbol 1091 MovieClip Frame 1
if (activado == 0) {
stop();
}
Symbol 1091 MovieClip Frame 14
posicion_correcta = 0;
if ((mobs < max_mobs_ac) && (mobs_creados < max_mobs)) {
if (tiempo < 1) {
gotoAndPlay (15);
if (virgen == 1) {
if (obj._currentframe < 3) {
obj.gotoAndPlay(3);
}
}
virgen = 0;
} else {
gotoAndPlay (1);
tiempo--;
}
} else {
tiempo = tiempo_espera;
gotoAndPlay (1);
}
Symbol 1091 MovieClip Frame 23
mobs_creados++;
mobs++;
antigua_i = _root.mundo.mundomobs.i - 1;
if (20 < _root.mundo.mundomobs.i) {
_root.mundo.mundomobs.i = 1;
}
i = _root.mundo.mundomobs.i;
_root.mundo.mundomobs.i++;
x = 0;
while (x == 10) {
if (_root.mundo.mundomobs["enemigo1_" + antigua_i].existe == "si") {
_root.mundo.mundomobs.i++;
x = 10;
i++;
antigua_i = i;
}
}
_root.mundo.mundomobs.enemigo2.duplicateMovieClip("enemigo1_" + i, i);
_root.mundo.mundomobs["enemigo1_" + i]._x = this._x;
_root.mundo.mundomobs["enemigo1_" + i]._y = this._y;
if (maloandante == "si") {
_root.mundo.mundomobs["enemigo1_" + i].maloandante = "si";
}
gotoAndPlay (1);
do {
next_posicion = random(num_posiciones) + 1;
if (_root.mundo[(("posicion" + nombrecont) + "_") + next_posicion]._currentframe == 1) {
posicion_correcta = 1;
_root.mundo[(("posicion" + nombrecont) + "_") + next_posicion].gotoAndStop(3);
}
} while (posicion_correcta != 1);
_root.mundo.mundomobs["enemigo1_" + i].pos_num = next_posicion;
_root.mundo.mundomobs["enemigo1_" + i].nombrecont = nombrecont;
_root.mundo.mundomobs["enemigo1_" + i].posicion = _root.mundo[(("posicion" + nombrecont) + "_") + next_posicion]._x;
tiempo = tiempo_entremob;
gotoAndPlay (9);
Symbol 1105 MovieClip Frame 1
if (activado == 0) {
stop();
}
Symbol 1105 MovieClip Frame 14
posicion_correcta = 0;
if ((mobs < max_mobs_ac) && (mobs_creados < max_mobs)) {
if (tiempo < 1) {
gotoAndPlay (15);
if (virgen == 1) {
if (obj._currentframe < 3) {
obj.gotoAndPlay(3);
}
}
virgen = 0;
} else {
gotoAndPlay (1);
tiempo--;
}
} else {
tiempo = tiempo_espera;
gotoAndPlay (1);
}
Symbol 1105 MovieClip Frame 23
mobs_creados++;
mobs++;
antigua_i = _root.mundo.mundomobs.i - 1;
if (20 < _root.mundo.mundomobs.i) {
_root.mundo.mundomobs.i = 1;
}
i = _root.mundo.mundomobs.i;
_root.mundo.mundomobs.i++;
x = 0;
while (x == 10) {
if (_root.mundo.mundomobs["enemigo1_" + antigua_i].existe == "si") {
_root.mundo.mundomobs.i++;
i++;
antigua_i = i;
x = 10;
}
}
_root.mundo.mundomobs.maloesco2.duplicateMovieClip("enemigo1_" + i, i);
_root.mundo.mundomobs["enemigo1_" + i]._x = this._x;
_root.mundo.mundomobs["enemigo1_" + i]._y = this._y;
if (maloandante == "si") {
_root.mundo.mundomobs["enemigo1_" + i].maloandante = "si";
}
gotoAndPlay (1);
do {
next_posicion = random(num_posiciones) + 1;
if (_root.mundo[(("posicion" + nombrecont) + "_") + next_posicion]._currentframe == 1) {
posicion_correcta = 1;
_root.mundo[(("posicion" + nombrecont) + "_") + next_posicion].gotoAndStop(3);
}
} while (posicion_correcta != 1);
_root.mundo.mundomobs["enemigo1_" + i].pos_num = next_posicion;
_root.mundo.mundomobs["enemigo1_" + i].nombrecont = nombrecont;
_root.mundo.mundomobs["enemigo1_" + i].posicion = _root.mundo[(("posicion" + nombrecont) + "_") + next_posicion]._x;
tiempo = tiempo_entremob;
gotoAndPlay (9);
Symbol 1105 MovieClip Frame 38
activado = 1;
Symbol 1111 MovieClip Frame 1
if (activado == 0) {
stop();
}
Symbol 1111 MovieClip Frame 14
posicion_correcta = 0;
if ((mobs < max_mobs_ac) && (mobs_creados < max_mobs)) {
if (tiempo < 1) {
gotoAndPlay (15);
if (virgen == 1) {
if (obj._currentframe < 3) {
obj.gotoAndPlay(3);
}
}
virgen = 0;
} else {
gotoAndPlay (1);
tiempo--;
}
} else {
tiempo = tiempo_espera;
gotoAndPlay (1);
}
Symbol 1111 MovieClip Frame 23
mobs_creados++;
mobs++;
antigua_i = _root.mundo.mundomobs.i - 1;
if (20 < _root.mundo.mundomobs.i) {
_root.mundo.mundomobs.i = 1;
}
i = _root.mundo.mundomobs.i;
_root.mundo.mundomobs.i++;
x = 0;
while (x == 10) {
if (_root.mundo.mundomobs["enemigo1_" + antigua_i].existe == "si") {
_root.mundo.mundomobs.i++;
i++;
antigua_i = i;
x = 10;
}
}
_root.mundo.mundomobs.maloesco1.duplicateMovieClip("enemigo1_" + i, i);
_root.mundo.mundomobs["enemigo1_" + i]._x = this._x;
_root.mundo.mundomobs["enemigo1_" + i]._y = this._y;
if (maloandante == "si") {
_root.mundo.mundomobs["enemigo1_" + i].maloandante = "si";
}
gotoAndPlay (1);
do {
next_posicion = random(num_posiciones) + 1;
if (_root.mundo[(("posicion" + nombrecont) + "_") + next_posicion]._currentframe == 1) {
posicion_correcta = 1;
_root.mundo[(("posicion" + nombrecont) + "_") + next_posicion].gotoAndStop(3);
}
} while (posicion_correcta != 1);
_root.mundo.mundomobs["enemigo1_" + i].pos_num = next_posicion;
_root.mundo.mundomobs["enemigo1_" + i].nombrecont = nombrecont;
_root.mundo.mundomobs["enemigo1_" + i].posicion = _root.mundo[(("posicion" + nombrecont) + "_") + next_posicion]._x;
tiempo = tiempo_entremob;
gotoAndPlay (9);
Symbol 1111 MovieClip Frame 38
activado = 1;
Instance of Symbol 825 MovieClip "enemigo1" in Symbol 1112 MovieClip Frame 1
onClipEvent (load) {
existe = "si";
dead = "no";
animado = 0;
parado = 0;
n_rand = 3;
accion = 0;
hits = 1;
num_posiciones = 100;
num_enemigos = 70;
disparo_latencia = 5;
balas = 6;
balastotales = balas;
latencia = disparo_latencia;
parado = 0;
mob_muestra = 0;
if (_root.mundo.mundomobs.paramobs.hitTest(this._x, this._y, true)) {
gotoAndStop (45);
mob_muestra = 1;
accion = 1;
}
}
onClipEvent (enterFrame) {
if (mob_muestra == 0) {
if (this._x < posicion) {
if (accion == 0) {
this._x = this._x + 5;
}
} else {
if (parado != 1) {
gotoAndPlay (76);
}
parado = 1;
}
}
}
Instance of Symbol 837 MovieClip "enemigo2" in Symbol 1112 MovieClip Frame 1
onClipEvent (load) {
existe = "si";
dead = "no";
animado = 0;
parado = 0;
n_rand = 3;
accion = 0;
hits = 1;
num_posiciones = 100;
num_enemigos = 70;
disparo_latencia = 5;
balas = 6;
balastotales = balas;
latencia = disparo_latencia;
parado = 0;
mob_muestra = 0;
if (_root.mundo.mundomobs.paramobs.hitTest(this._x, this._y, true)) {
gotoAndStop (45);
mob_muestra = 1;
accion = 1;
}
}
onClipEvent (enterFrame) {
if (mob_muestra == 0) {
if (posicion < this._x) {
if (accion == 0) {
this._x = this._x - 5;
}
} else {
if (parado != 1) {
gotoAndPlay (76);
}
parado = 1;
}
}
}
Instance of Symbol 470 MovieClip "giñao" in Symbol 1112 MovieClip Frame 1
onClipEvent (load) {
existe = si;
animado = 0;
parado = 0;
n_rand = 3;
accion = 0;
hits = 1;
num_posiciones = 100;
num_enemigos = 70;
disparo_latencia = 5;
balas = 6;
balastotales = balas;
latencia = disparo_latencia;
parado = 0;
mob_muestra = 0;
if (_root.mundo.mundomobs.paramobs.hitTest(this._x, this._y, true)) {
gotoAndStop (45);
mob_muestra = 1;
accion = 1;
}
}
onClipEvent (enterFrame) {
if (mob_muestra == 0) {
if (posicion < this._x) {
if (accion == 0) {
this._x = this._x - 5;
}
} else {
if (parado != 1) {
gotoAndPlay (70);
}
parado = 1;
}
}
}
Instance of Symbol 1027 MovieClip "maloesco1" in Symbol 1112 MovieClip Frame 1
onClipEvent (load) {
existe = "si";
dead = "no";
animado = 0;
parado = 0;
n_rand = 3;
accion = 0;
hits = 1;
num_posiciones = 100;
num_enemigos = 70;
disparo_latencia = 5;
balas = 2;
balastotales = balas;
latencia = disparo_latencia;
parado = 0;
mob_muestra = 0;
if (_root.mundo.mundomobs.paramobs.hitTest(this._x, this._y, true)) {
gotoAndStop (45);
mob_muestra = 1;
accion = 1;
}
}
onClipEvent (enterFrame) {
if (mob_muestra == 0) {
if (this._x < posicion) {
if (accion == 0) {
this._x = this._x + 5;
}
} else {
if (parado != 1) {
gotoAndPlay (76);
}
parado = 1;
}
}
}
Instance of Symbol 1059 MovieClip "maloesco2" in Symbol 1112 MovieClip Frame 1
onClipEvent (load) {
existe = "si";
dead = "no";
animado = 0;
parado = 0;
n_rand = 3;
accion = 0;
hits = 1;
num_posiciones = 100;
num_enemigos = 70;
disparo_latencia = 5;
balas = 6;
balastotales = balas;
latencia = disparo_latencia;
parado = 0;
mob_muestra = 0;
if (_root.mundo.mundomobs.paramobs.hitTest(this._x, this._y, true)) {
gotoAndStop (45);
mob_muestra = 1;
accion = 1;
}
}
onClipEvent (enterFrame) {
if (mob_muestra == 0) {
if (posicion < this._x) {
if (accion == 0) {
this._x = this._x - 5;
}
} else {
if (parado != 1) {
gotoAndPlay (76);
}
parado = 1;
}
}
}
Instance of Symbol 1078 MovieClip "creamobs2" in Symbol 1112 MovieClip Frame 1
onClipEvent (load) {
i = 0;
mobs = 0;
nombrecont = 2;
num_max = 8;
max_mobs_ac = 2;
mobs_creados = 0;
max_mobs = 4;
num_posiciones = 4;
activado = 0;
tiempo_espera = 5;
tiempo_entremob = 0;
}
Instance of Symbol 1088 MovieClip "creamobs1" in Symbol 1112 MovieClip Frame 1
onClipEvent (load) {
i = 0;
mobs = 0;
nombrecont = 1;
num_max = 8;
max_mobs_ac = 2;
mobs_creados = 0;
max_mobs = 4;
num_posiciones = 6;
tiempo_espera = 5;
tiempo_entremob = 0;
activado = 0;
}
Instance of Symbol 1088 MovieClip "creamobs0" in Symbol 1112 MovieClip Frame 1
onClipEvent (load) {
i = 0;
mobs = 0;
nombrecont = 0;
max_mobs_ac = 2;
mobs_creados = 0;
max_mobs = 3;
num_posiciones = 2;
obj = _root.mundo.puerta_1;
virgen = 1;
tiempo_espera = 0;
tiempo_entremob = 1;
activado = 0;
maloandante = "si";
}
Instance of Symbol 1078 MovieClip "creamobs4" in Symbol 1112 MovieClip Frame 1
onClipEvent (load) {
i = 0;
mobs = 0;
nombrecont = 4;
num_max = 8;
max_mobs_ac = 2;
mobs_creados = 0;
max_mobs = 2;
num_posiciones = 2;
activado = 0;
maloandante = "si";
}
Instance of Symbol 1088 MovieClip "creamobs5" in Symbol 1112 MovieClip Frame 1
onClipEvent (load) {
i = 0;
mobs = 0;
nombrecont = 5;
max_mobs_ac = 2;
mobs_creados = 0;
max_mobs = 3;
num_posiciones = 2;
obj = _root.mundo.puerta_2;
virgen = 1;
tiempo_espera = 0;
tiempo_entremob = 1;
activado = 0;
maloandante = "si";
}
Instance of Symbol 1088 MovieClip "creamobs6" in Symbol 1112 MovieClip Frame 1
onClipEvent (load) {
i = 0;
mobs = 0;
nombrecont = 6;
max_mobs_ac = 1;
mobs_creados = 0;
max_mobs = 1;
num_posiciones = 1;
obj = _root.mundo.ventana_7;
virgen = 1;
tiempo_espera = 0;
tiempo_entremob = 1;
activado = 0;
maloandante = "no";
}
Instance of Symbol 1078 MovieClip "creamobs7" in Symbol 1112 MovieClip Frame 1
onClipEvent (load) {
i = 0;
mobs = 0;
nombrecont = 2;
max_mobs_ac = 3;
mobs_creados = 0;
max_mobs = 3;
num_posiciones = 3;
activado = 0;
maloandante = "si";
}
Instance of Symbol 1088 MovieClip "creamobs3" in Symbol 1112 MovieClip Frame 1
onClipEvent (load) {
i = 0;
mobs = 0;
nombrecont = -3;
max_mobs_ac = 1;
mobs_creados = 0;
max_mobs = 2;
num_posiciones = 3;
obj = _root.mundo.ventana_4;
virgen = 1;
tiempo_espera = 0;
tiempo_entremob = 1;
activado = 0;
}
Instance of Symbol 1078 MovieClip "creamobs8" in Symbol 1112 MovieClip Frame 1
onClipEvent (load) {
i = 0;
mobs = 0;
nombrecont = 8;
max_mobs_ac = 3;
mobs_creados = 0;
max_mobs = 3;
num_posiciones = 3;
activado = 0;
maloandante = "si";
}
Instance of Symbol 1078 MovieClip "creamobs9" in Symbol 1112 MovieClip Frame 1
onClipEvent (load) {
i = 0;
mobs = 0;
nombrecont = 9;
max_mobs_ac = 3;
mobs_creados = 0;
max_mobs = 3;
num_posiciones = 3;
activado = 0;
maloandante = "si";
}
Instance of Symbol 1078 MovieClip "creamobs10" in Symbol 1112 MovieClip Frame 1
onClipEvent (load) {
i = 0;
mobs = 0;
nombrecont = 10;
max_mobs_ac = 1;
mobs_creados = 0;
max_mobs = 1;
num_posiciones = 2;
obj = _root.mundo.ventana_11;
virgen = 1;
tiempo_espera = 0;
tiempo_entremob = 1;
activado = 0;
maloandante = "no";
}
Instance of Symbol 1078 MovieClip "creamobs11" in Symbol 1112 MovieClip Frame 1
onClipEvent (load) {
i = 0;
mobs = 0;
nombrecont = 10;
max_mobs_ac = 1;
mobs_creados = 0;
max_mobs = 1;
num_posiciones = 2;
obj = _root.mundo.ventana_13;
virgen = 1;
tiempo_espera = 0;
tiempo_entremob = 1;
activado = 0;
maloandante = "no";
}
Instance of Symbol 1091 MovieClip "creamobs13" in Symbol 1112 MovieClip Frame 1
onClipEvent (load) {
i = 0;
mobs = 0;
nombrecont = 13;
max_mobs_ac = 2;
mobs_creados = 0;
max_mobs = 3;
num_posiciones = 3;
virgen = 1;
tiempo_espera = 0;
tiempo_entremob = 1;
activado = 0;
maloandante = "no";
}
Instance of Symbol 1091 MovieClip "creamobs12" in Symbol 1112 MovieClip Frame 1
onClipEvent (load) {
i = 0;
mobs = 0;
nombrecont = 12;
max_mobs_ac = 3;
mobs_creados = 0;
max_mobs = 5;
num_posiciones = 3;
obj = _root.mundo.ventana_10;
virgen = 1;
tiempo_espera = 0;
tiempo_entremob = 1;
activado = 0;
maloandante = "no";
}
Instance of Symbol 1078 MovieClip "creamobs14" in Symbol 1112 MovieClip Frame 1
onClipEvent (load) {
i = 0;
mobs = 0;
nombrecont = 14;
max_mobs_ac = 1;
mobs_creados = 0;
max_mobs = 3;
num_posiciones = 1;
obj = _root.mundo.ventana_1;
virgen = 1;
tiempo_espera = 3;
tiempo_entremob = 1;
activado = 0;
maloandante = "no";
}
Instance of Symbol 1078 MovieClip "creamobs15" in Symbol 1112 MovieClip Frame 1
onClipEvent (load) {
i = 0;
mobs = 0;
nombrecont = 15;
max_mobs_ac = 1;
mobs_creados = 0;
max_mobs = 2;
num_posiciones = 1;
obj = _root.mundo.ventana_2;
virgen = 1;
tiempo_espera = 9;
tiempo_entremob = 1;
activado = 0;
maloandante = "no";
}
Instance of Symbol 1078 MovieClip "creamobs16" in Symbol 1112 MovieClip Frame 1
onClipEvent (load) {
i = 0;
mobs = 0;
nombrecont = 16;
max_mobs_ac = 1;
mobs_creados = 0;
max_mobs = 3;
num_posiciones = 1;
obj = _root.mundo.ventana_3;
virgen = 1;
tiempo_espera = 6;
tiempo_entremob = 3;
activado = 0;
maloandante = "no";
}
Instance of Symbol 1078 MovieClip "creamobs17" in Symbol 1112 MovieClip Frame 1
onClipEvent (load) {
i = 0;
mobs = 0;
nombrecont = 17;
max_mobs_ac = 1;
mobs_creados = 0;
max_mobs = 3;
num_posiciones = 1;
obj = _root.mundo.ventana_4;
virgen = 1;
tiempo_espera = 9;
tiempo_entremob = 1;
activado = 0;
maloandante = "no";
}
Instance of Symbol 1078 MovieClip "creamobs18" in Symbol 1112 MovieClip Frame 1
onClipEvent (load) {
i = 0;
mobs = 0;
nombrecont = 18;
max_mobs_ac = 1;
mobs_creados = 0;
max_mobs = 2;
num_posiciones = 1;
obj = _root.mundo.ventana_5;
virgen = 1;
tiempo_espera = 6;
tiempo_entremob = 1;
activado = 0;
maloandante = "no";
}
Instance of Symbol 1078 MovieClip "creamobs19" in Symbol 1112 MovieClip Frame 1
onClipEvent (load) {
i = 0;
mobs = 0;
nombrecont = 19;
max_mobs_ac = 1;
mobs_creados = 0;
max_mobs = 3;
num_posiciones = 1;
obj = _root.mundo.ventana_6;
virgen = 1;
tiempo_espera = 7;
tiempo_entremob = 1;
activado = 0;
maloandante = "no";
}
Instance of Symbol 1078 MovieClip "creamobs20" in Symbol 1112 MovieClip Frame 1
onClipEvent (load) {
i = 0;
mobs = 0;
nombrecont = 20;
max_mobs_ac = 3;
mobs_creados = 0;
max_mobs = 5;
num_posiciones = 3;
activado = 0;
maloandante = "si";
}
Instance of Symbol 1088 MovieClip "creamobs21" in Symbol 1112 MovieClip Frame 1
onClipEvent (load) {
i = 0;
mobs = 0;
nombrecont = 21;
max_mobs_ac = 2;
mobs_creados = 0;
max_mobs = 10;
num_posiciones = 2;
obj = _root.mundo.puerta_3;
virgen = 1;
tiempo_espera = 0;
tiempo_entremob = 1;
activado = 0;
maloandante = "no";
}
Instance of Symbol 1078 MovieClip "creamobs22" in Symbol 1112 MovieClip Frame 1
onClipEvent (load) {
i = 0;
mobs = 0;
nombrecont = 22;
max_mobs_ac = 3;
mobs_creados = 0;
max_mobs = 9;
num_posiciones = 3;
virgen = 1;
tiempo_espera = 4;
tiempo_entremob = 1;
activado = 0;
maloandante = "no";
}
Instance of Symbol 1088 MovieClip "creamobs23" in Symbol 1112 MovieClip Frame 1
onClipEvent (load) {
i = 0;
mobs = 0;
nombrecont = 23;
max_mobs_ac = 3;
mobs_creados = 0;
max_mobs = 11;
num_posiciones = 3;
obj = 0;
virgen = 1;
tiempo_espera = 4;
tiempo_entremob = 1;
activado = 0;
maloandante = "no";
}
Instance of Symbol 1078 MovieClip "creamobs24" in Symbol 1112 MovieClip Frame 1
onClipEvent (load) {
i = 0;
mobs = 0;
nombrecont = 24;
max_mobs_ac = 2;
mobs_creados = 0;
max_mobs = 6;
num_posiciones = 2;
obj = _root.mundo.ventana_13;
virgen = 1;
tiempo_espera = 3;
tiempo_entremob = 3;
activado = 0;
maloandante = "no";
}
Instance of Symbol 1078 MovieClip "creamobs25" in Symbol 1112 MovieClip Frame 1
onClipEvent (load) {
i = 0;
mobs = 0;
nombrecont = 25;
max_mobs_ac = 1;
mobs_creados = 0;
max_mobs = 2;
num_posiciones = 1;
obj = _root.mundo.ventana_8;
virgen = 1;
tiempo_espera = 4;
tiempo_entremob = 3;
activado = 0;
maloandante = "no";
}
Instance of Symbol 1105 MovieClip "creamobs28" in Symbol 1112 MovieClip Frame 1
onClipEvent (load) {
i = 0;
mobs = 0;
nombrecont = 28;
max_mobs_ac = 2;
mobs_creados = 0;
max_mobs = 6;
num_posiciones = 2;
obj = _root.mundo.ventana_18;
virgen = 1;
tiempo_espera = 4;
tiempo_entremob = 3;
activado = 0;
maloandante = "no";
}
Instance of Symbol 1111 MovieClip "creamobs27" in Symbol 1112 MovieClip Frame 1
onClipEvent (load) {
i = 0;
mobs = 0;
nombrecont = 27;
max_mobs_ac = 1;
mobs_creados = 0;
max_mobs = 3;
num_posiciones = 1;
obj = _root.mundo.ventana_24;
virgen = 1;
tiempo_espera = 4;
tiempo_entremob = 3;
activado = 0;
maloandante = "no";
}
Instance of Symbol 1078 MovieClip "creamobs26" in Symbol 1112 MovieClip Frame 1
onClipEvent (load) {
i = 0;
mobs = 0;
nombrecont = 26;
max_mobs_ac = 2;
mobs_creados = 0;
max_mobs = 4;
num_posiciones = 2;
virgen = 1;
tiempo_espera = 0;
tiempo_entremob = 1;
activado = 0;
maloandante = "si";
}
Instance of Symbol 1111 MovieClip "creamobs29" in Symbol 1112 MovieClip Frame 1
onClipEvent (load) {
i = 0;
mobs = 0;
nombrecont = 29;
max_mobs_ac = 2;
mobs_creados = 0;
max_mobs = 5;
num_posiciones = 3;
obj = _root.mundo.ventana_20;
virgen = 1;
tiempo_espera = 4;
tiempo_entremob = 3;
activado = 0;
maloandante = "no";
}
Instance of Symbol 1111 MovieClip "creamobs32" in Symbol 1112 MovieClip Frame 1
onClipEvent (load) {
i = 0;
mobs = 0;
nombrecont = 32;
max_mobs_ac = 1;
mobs_creados = 0;
max_mobs = 3;
num_posiciones = 1;
obj = _root.mundo.ventana_9;
virgen = 1;
tiempo_espera = 4;
tiempo_entremob = 3;
activado = 0;
maloandante = "no";
}
Instance of Symbol 1111 MovieClip "creamobs31" in Symbol 1112 MovieClip Frame 1
onClipEvent (load) {
i = 0;
mobs = 0;
nombrecont = 31;
max_mobs_ac = 2;
mobs_creados = 0;
max_mobs = 6;
num_posiciones = 3;
obj = _root.mundo.puerta4;
virgen = 1;
tiempo_espera = 2;
tiempo_entremob = 0;
activado = 0;
maloandante = "no";
}
Instance of Symbol 1105 MovieClip "creamobs30" in Symbol 1112 MovieClip Frame 1
onClipEvent (load) {
i = 0;
mobs = 0;
nombrecont = 30;
max_mobs_ac = 2;
mobs_creados = 0;
max_mobs = 5;
num_posiciones = 3;
virgen = 1;
tiempo_espera = 2;
tiempo_entremob = 0;
activado = 0;
maloandante = "no";
}
Instance of Symbol 1105 MovieClip "creamobs33" in Symbol 1112 MovieClip Frame 1
onClipEvent (load) {
i = 0;
mobs = 0;
nombrecont = 33;
max_mobs_ac = 3;
mobs_creados = 0;
max_mobs = 9;
num_posiciones = 3;
obj = nada;
virgen = 1;
tiempo_espera = 2;
tiempo_entremob = 1;
activado = 0;
maloandante = "no";
}
Instance of Symbol 1111 MovieClip "creamobs34" in Symbol 1112 MovieClip Frame 1
onClipEvent (load) {
i = 0;
mobs = 0;
nombrecont = 34;
max_mobs_ac = 2;
mobs_creados = 0;
max_mobs = 7;
num_posiciones = 3;
obj = _root.mundo.puerta5;
virgen = 1;
tiempo_espera = 0;
tiempo_entremob = 0;
activado = 0;
maloandante = "no";
}
Symbol 1135 MovieClip Frame 1
stop();
Symbol 1135 MovieClip Frame 2
play();
destino_x = _root._xmouse + _root.m_x;
destino_y = _root._ymouse;
if (240 < destino_y) {
destino_Y = 240;
}
origen_x = this._x;
origen_y = this._y;
grana_x = (destino_x - origen_x) / 23;
grana_y = (destino_y - origen_y) / 23;
Symbol 1135 MovieClip Frame 13
this.removeMovieClip();
Symbol 1139 MovieClip Frame 1
stop();
Symbol 1139 MovieClip Frame 2
play();
destino_x = _root._xmouse + _root.m_x;
destino_y = _root._ymouse;
if (240 < destino_y) {
destino_Y = 240;
}
origen_x = this._x;
origen_y = this._y;
grana_x = (destino_x - origen_x) / 23;
grana_y = (destino_y - origen_y) / 23;
Symbol 1139 MovieClip Frame 13
grana_x = (destino_x - origen_x) / 27;
grana_y = (destino_y - origen_y) / 25;
Symbol 1139 MovieClip Frame 25
_root.snd_explo.start();
Symbol 1139 MovieClip Frame 27
_root.mundo.media_marcas.explo1.duplicateMovieClip("explo1_" + _root.k, _root.k + 2400);
_root.mundo.media_marcas["explo1_" + _root.k]._x = this._x + 15;
_root.mundo.media_marcas["explo1_" + _root.k]._y = this._y + 20;
_root.k++;
this._x = this._x + -40;
num = 0;
while (25 >= num) {
if (((((_root.mundo["ventana_" + num]._x < (this._x + 100)) && ((this._x - 100) < _root.mundo["ventana_" + num]._x)) && (_root.mundo["ventana_" + num]._y < (this._y + 50))) && ((this._y - 150) < _root.mundo["ventana_" + num]._y)) && (_root.mundo["ventana_" + num]._currentframe < 4)) {
_root.mundo["ventana_" + num].gotoAndPlay(3);
}
num++;
}
num = 0;
while (10 >= num) {
if ((((_root.mundo["coche" + num]._x < ((this._x + 40) + 100)) && (((this._x + 40) - 100) < _root.mundo["coche" + num]._x)) && (_root.mundo["coche" + num]._y < (this._y + 50))) && ((this._y - 90) < _root.mundo["coche" + num]._y)) {
_root.mundo["coche" + num].gotoAndPlay(50);
_root.mundo["coche" + num].dead = 1;
_root.mundo["coche" + num].max3 = 1000;
for_ = 0;
while (for_ < 10) {
_root.j++;
_root.mundo.humo_delante.duplicateMovieClip("humo_d" + j, j);
_root.mundo["humo_d" + j]._x = (_root.mundo["coche" + num]._x + random(90)) - 45;
_root.mundo["humo_d" + j]._y = (_root._root.mundo["coche" + num]._y + random(70)) - 50;
_root.j++;
_root.mundo.marcas.cacho1.duplicateMovieClip("cacho1" + j, j);
_root.mundo.marcas["cacho1" + j]._x = (_root.mundo["coche" + num]._x + random(90)) - 45;
_root.mundo.marcas["cacho1" + j]._y = (_root.mundo["coche" + num]._y + random(70)) - 50;
_root.j++;
_root.mundo.marcas.minicacho.duplicateMovieClip("minic1" + j, j);
_root.mundo.marcas["minic1" + j]._x = (_root.mundo["coche" + num]._x + random(90)) - 45;
_root.mundo.marcas["minic1" + j]._y = (_root.mundo["coche" + num]._y + random(70)) - 50;
_root.j++;
_root.mundo.marcas.minicacho.duplicateMovieClip("minic1" + j, j);
_root.mundo.marcas["minic1" + j]._x = (_root.mundo["coche" + num]._x + random(90)) - 45;
_root.mundo.marcas["minic1" + j]._y = (_root.mundo["coche" + num]._y + random(70)) - 50;
for_++;
}
}
num++;
}
this._x = this._x + 40;
num = 0;
while (_root.num_enemigos >= num) {
mundo["coche" + num];
if ((((_root.mundo.mundomobs["enemigo1_" + num]._x < (this._x + 100)) and ((this._x - 100) < _root.mundo.mundomobs["enemigo1_" + num]._x)) and (_root.mundo.mundomobs["enemigo1_" + num]._y < (this._y + 50))) and ((this._y - 90) < _root.mundo.mundomobs["enemigo1_" + num]._y)) {
_root.mundo.mundomobs["enemigo1_" + num].accion = 1;
if (_root.mundo.mundomobs["enemigo1_" + num].acabado != true) {
_root.mundo.mundomobs["enemigo1_" + num].acabado = true;
_root.combo.num++;
_root.combo.x = _root.mundo.mundomobs["enemigo1_" + num]._x;
_root.combo.y = _root.mundo.mundomobs["enemigo1_" + num]._y;
_root.combo.gotoAndPlay(2);
_root.score = _root.score + Math.round((200 * (_root.combo.num * 0.5)) * (_root.dificultad / 100));
}
_root.mundo.mundomobs["enemigo1_" + num].gotoAndPlay(271);
}
num++;
}
Symbol 1139 MovieClip Frame 28
num = 0;
while (_root.num_enemigos >= num) {
mundo["coche" + num];
if ((((_root.mundo.mundomobs["enemigo1_" + num]._x < (this._x + 100)) and ((this._x - 100) < _root.mundo.mundomobs["enemigo1_" + num]._x)) and (_root.mundo.mundomobs["enemigo1_" + num]._y < (this._y + 50))) and ((this._y - 90) < _root.mundo.mundomobs["enemigo1_" + num]._y)) {
_root.mundo.mundomobs["enemigo1_" + num].accion = 1;
if (_root.mundo.mundomobs["enemigo1_" + num].acabado != true) {
_root.mundo.mundomobs["enemigo1_" + num].acabado = true;
_root.combo.num++;
_root.combo.x = _root.mundo.mundomobs["enemigo1_" + num]._x;
_root.combo.y = _root.mundo.mundomobs["enemigo1_" + num]._y;
_root.combo.gotoAndPlay(2);
}
_root.mundo.mundomobs["enemigo1_" + num].gotoAndPlay(272);
}
num++;
}
Symbol 1139 MovieClip Frame 29
num = 0;
while (_root.num_enemigos >= num) {
mundo["coche" + num];
if ((((_root.mundo.mundomobs["enemigo1_" + num]._x < (this._x + 100)) and ((this._x - 100) < _root.mundo.mundomobs["enemigo1_" + num]._x)) and (_root.mundo.mundomobs["enemigo1_" + num]._y < (this._y + 50))) and ((this._y - 90) < _root.mundo.mundomobs["enemigo1_" + num]._y)) {
_root.mundo.mundomobs["enemigo1_" + num].accion = 1;
if (_root.mundo.mundomobs["enemigo1_" + num].acabado != true) {
_root.mundo.mundomobs["enemigo1_" + num].acabado = true;
_root.combo.num++;
_root.combo.x = _root.mundo.mundomobs["enemigo1_" + num]._x;
_root.combo.y = _root.mundo.mundomobs["enemigo1_" + num]._y;
_root.combo.gotoAndPlay(2);
}
_root.mundo.mundomobs["enemigo1_" + num].gotoAndPlay(273);
}
num++;
}
Symbol 1139 MovieClip Frame 30
this.removeMovieClip();
Symbol 1142 MovieClip Frame 16
this.removeMovieClip();
Instance of Symbol 1139 MovieClip "granada_voladora" in Symbol 1143 MovieClip Frame 1
onClipEvent (load) {
grana_x = 0;
grana_y = 0;
}
onClipEvent (enterFrame) {
if (_root.mundo.media_marcas.para_granas.hitTest(this._x, this._y, false)) {
} else {
this._x = this._x + grana_x;
this._y = this._y + grana_y;
}
}
Instance of Symbol 1142 MovieClip "explo1" in Symbol 1143 MovieClip Frame 1
onClipEvent (load) {
num = 0;
while (_root.num_enemigos >= num) {
if (_root.mundo.mundomobs["enemigo1_" + num].area_explo.hitTest(this._x, this.y, false)) {
_root.mundo.mundomobs["enemigo1_" + num].accion = 1;
_root.mundo.mundomobs["enemigo1_" + num].gotoAndPlay(15);
}
num++;
}
}
Symbol 1188 MovieClip Frame 16
stop();
Symbol 1214 MovieClip Frame 25
stop();
Symbol 1215 MovieClip Frame 1
gotoAndStop (2);
hits = 0;
dead = 0;
gotoAndStop (2);
hits = 0;
Symbol 1215 MovieClip Frame 6
stop();
stop();
Symbol 1215 MovieClip Frame 11
gotoAndStop (2);
Symbol 1215 MovieClip Frame 19
stop();
Symbol 1215 MovieClip Frame 23
gotoAndStop (15);
Symbol 1215 MovieClip Frame 34
stop();
Symbol 1215 MovieClip Frame 38
gotoAndStop (30);
Instance of Symbol 1214 MovieClip "rueda1" in Symbol 1215 MovieClip Frame 50
onClipEvent (load) {
ran = random(10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + ran;
}
Instance of Symbol 1214 MovieClip "rueda2" in Symbol 1215 MovieClip Frame 51
onClipEvent (load) {
ran = random(10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + ran;
}
Symbol 1215 MovieClip Frame 52
num = 0;
while (_root.num_enemigos >= num) {
mundo["coche" + num];
if ((((_root.mundo.mundomobs["enemigo1_" + num]._x < (this._x + 100)) && ((this._x - 100) < _root.mundo.mundomobs["enemigo1_" + num]._x)) && (_root.mundo.mundomobs["enemigo1_" + num]._y < (this._y + 70))) && ((this._y - 70) < _root.mundo.mundomobs["enemigo1_" + num]._y)) {
_root.mundo.mundomobs["enemigo1_" + num].accion = 1;
if ((_root.mundo.mundomobs["enemigo1_" + num]._currentframe < 15) || (25 < _root.mundo.mundomobs["enemigo1_" + num]._currentframe)) {
_root.mundo.mundomobs["enemigo1_" + num].gotoAndPlay(270);
}
if (_root.mundo.mundomobs["enemigo1_" + num].acabado != true) {
_root.mundo.mundomobs["enemigo1_" + num].acabado = true;
_root.combo.num++;
_root.combo.gotoAndPlay(2);
_root.score = _root.score + Math.round((300 * (_root.combo.num * 0.5)) * (_root.dificultad / 100));
}
}
num++;
}
Symbol 1215 MovieClip Frame 71
stop();
Symbol 1244 MovieClip Frame 13
this.removeMovieClip();
Symbol 1312 MovieClip Frame 1
gotoAndStop (2);
hits = 0;
dead = 0;
Symbol 1312 MovieClip Frame 6
stop();
Symbol 1312 MovieClip Frame 11
gotoAndStop (2);
Symbol 1312 MovieClip Frame 19
stop();
Symbol 1312 MovieClip Frame 23
gotoAndStop (15);
Symbol 1312 MovieClip Frame 34
stop();
Symbol 1312 MovieClip Frame 38
gotoAndStop (30);
Instance of Symbol 1214 MovieClip "rueda1" in Symbol 1312 MovieClip Frame 50
onClipEvent (load) {
ran = random(10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + ran;
}
Instance of Symbol 1214 MovieClip "rueda2" in Symbol 1312 MovieClip Frame 51
onClipEvent (load) {
ran = random(10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + ran;
}
Symbol 1312 MovieClip Frame 52
num = 0;
while (_root.num_enemigos >= num) {
mundo["coche" + num];
if ((((_root.mundo.mundomobs["enemigo1_" + num]._x < (this._x + 100)) && ((this._x - 100) < _root.mundo.mundomobs["enemigo1_" + num]._x)) && (_root.mundo.mundomobs["enemigo1_" + num]._y < (this._y + 70))) && ((this._y - 70) < _root.mundo.mundomobs["enemigo1_" + num]._y)) {
_root.mundo.mundomobs["enemigo1_" + num].accion = 1;
if ((_root.mundo.mundomobs["enemigo1_" + num]._currentframe < 15) || (25 < _root.mundo.mundomobs["enemigo1_" + num]._currentframe)) {
_root.mundo.mundomobs["enemigo1_" + num].gotoAndPlay(270);
}
if (_root.mundo.mundomobs["enemigo1_" + num].acabado != true) {
_root.mundo.mundomobs["enemigo1_" + num].acabado = true;
_root.combo.num++;
_root.combo.x = _root.mundo.mundomobs["enemigo1_" + num]._x;
_root.combo.y = _root.mundo.mundomobs["enemigo1_" + num]._y;
_root.combo.gotoAndPlay(2);
_root.score = _root.score + Math.round((300 * (_root.combo.num * 0.5)) * (_root.dificultad / 100));
}
}
num++;
}
Symbol 1312 MovieClip Frame 70
stop();
Symbol 1316 MovieClip Frame 30
this.removeMovieClip();
Symbol 1319 MovieClip Frame 1
gotoAndStop (2);
hits = 0;
max1 = 4;
max2 = 17;
max3 = 30;
dead = 0;
Symbol 1319 MovieClip Frame 6
stop();
Symbol 1319 MovieClip Frame 11
gotoAndStop (2);
Symbol 1319 MovieClip Frame 19
stop();
Symbol 1319 MovieClip Frame 23
gotoAndStop (15);
Symbol 1319 MovieClip Frame 34
stop();
Symbol 1319 MovieClip Frame 38
gotoAndStop (30);
Symbol 1319 MovieClip Frame 39
dead = 1;
Symbol 1319 MovieClip Frame 50
play();
Instance of Symbol 1214 MovieClip "rueda1" in Symbol 1319 MovieClip Frame 90
onClipEvent (load) {
ran = random(10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + ran;
}
Instance of Symbol 1214 MovieClip "rueda2" in Symbol 1319 MovieClip Frame 91
onClipEvent (load) {
ran = random(10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + ran;
}
Symbol 1319 MovieClip Frame 92
if ((_root.tio._x < ((this._x + 100) - _root.m_x)) && (((this._x - 100) - _root.m_x) < _root.tio._x)) {
_root.vida._xscale = _root.vida._xscale - 205;
}
Symbol 1319 MovieClip Frame 110
stop();
Symbol 1319 MovieClip Frame 111
gotoAndStop (92);
Symbol 1322 MovieClip Frame 1
gotoAndStop (2);
hits = 0;
max1 = 5;
max2 = 10;
max3 = 20;
dead = 0;
Symbol 1322 MovieClip Frame 6
stop();
Symbol 1322 MovieClip Frame 11
gotoAndStop (2);
Symbol 1322 MovieClip Frame 19
stop();
Symbol 1322 MovieClip Frame 23
gotoAndStop (15);
Symbol 1322 MovieClip Frame 34
stop();
Symbol 1322 MovieClip Frame 38
gotoAndStop (30);
Symbol 1322 MovieClip Frame 39
dead = 1;
Symbol 1322 MovieClip Frame 50
play();
Instance of Symbol 1214 MovieClip "rueda1" in Symbol 1322 MovieClip Frame 90
onClipEvent (load) {
ran = random(10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + ran;
}
Instance of Symbol 1214 MovieClip "rueda2" in Symbol 1322 MovieClip Frame 91
onClipEvent (load) {
ran = random(10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + ran;
}
Symbol 1322 MovieClip Frame 92
if ((_root.tio._x < ((this._x + 100) - _root.m_x)) && (((this._x - 100) - _root.m_x) < _root.tio._x)) {
_root.vida._xscale = _root.vida._xscale - 205;
}
Symbol 1322 MovieClip Frame 111
stop();
Symbol 1329 MovieClip Frame 1
stop();
Symbol 1329 MovieClip Frame 2
this._x = this._x + 6;
if (this._x >= 3480) {
this._y = this._y + 4;
}
Symbol 1329 MovieClip Frame 3
this._x = this._x + 6;
if (this._x >= 3480) {
this._y = this._y + 4;
}
Symbol 1329 MovieClip Frame 4
this._x = this._x + 6;
if (this._x >= 3480) {
this._y = this._y + 4;
}
Symbol 1329 MovieClip Frame 5
this._x = this._x + 6;
if (this._x >= 3480) {
this._y = this._y + 4;
}
Symbol 1329 MovieClip Frame 6
this._x = this._x + 6;
if (this._x >= 3480) {
this._y = this._y + 4;
}
Symbol 1329 MovieClip Frame 7
this._x = this._x + 6;
if (this._x >= 3480) {
this._y = this._y + 4;
}
Symbol 1329 MovieClip Frame 8
this._x = this._x + 6;
if (this._x >= 3480) {
this._y = this._y + 4;
}
Symbol 1329 MovieClip Frame 9
this._x = this._x + 6;
if (this._x >= 3480) {
this._y = this._y + 4;
}
Symbol 1329 MovieClip Frame 10
this._x = this._x + 6;
if (this._x >= 3480) {
this._y = this._y + 4;
}
Symbol 1329 MovieClip Frame 11
this._x = this._x + 6;
if (this._x >= 3480) {
this._y = this._y + 4;
}
Symbol 1329 MovieClip Frame 12
gotoAndPlay (2);
Symbol 1331 MovieClip Frame 1
stop();
Symbol 1331 MovieClip Frame 2
play();
destino_x = _root.tio._x + _root.m_x;
destino_y = 336;
origen_x = this._x;
origen_y = this._y;
grana_x = (destino_x - origen_x) / 37;
grana_y = (destino_y - origen_y) / 41;
Symbol 1331 MovieClip Frame 41
grana_x = (destino_x - origen_x) / 100;
grana_y = (destino_y - origen_y) / 100;
Symbol 1331 MovieClip Frame 47
_root.mundo.alante.explo2.duplicateMovieClip("explo2_" + _root.k, _root.k + 1400);
_root.mundo.alante["explo2_" + _root.k]._x = this._x;
_root.mundo.alante["explo2_" + _root.k]._y = this._y;
j = _root.j;
bloqueado = 0;
shapes = 0;
while (10 >= shapes) {
if (_root.mundo["shape" + shapes].hitTest(destino_x - _root.m_x, destino_y, true)) {
bloqueado = 1;
coche = shapes;
shapes = 10;
}
shapes++;
}
if (bloqueado == 0) {
} else {
if (_root.mundo["shape" + coche].hits < 999) {
_root.mundo["shape" + coche].hits++;
}
if (_root.mundo["shape" + coche].hits >= _root.mundo["shape" + coche].max3) {
_root.mundo["shape" + coche].gotoAndPlay(50);
_root.mundo["shape" + coche].max3 = 1000;
for_ = 0;
while (for_ < 10) {
_root.j++;
_root.mundo.humo_delante.duplicateMovieClip("humo_d" + j, j);
_root.mundo["humo_d" + j]._x = ((_root.m_x + _root.mundo["shape" + coche]._x) + random(90)) - 45;
_root.mundo["humo_d" + j]._y = (_root.mundo["shape" + coche]._y + random(70)) - 50;
_root.j++;
_root.mundo.marcas.cacho1.duplicateMovieClip("cacho1" + j, j);
_root.mundo.marcas["cacho1" + j]._x = ((_root.m_x + _root.mundo["shape" + coche]._x) + random(90)) - 45;
_root.mundo.marcas["cacho1" + j]._y = (_root.mundo["shape" + coche]._y + random(70)) - 50;
_root.j++;
_root.mundo.marcas.minicacho.duplicateMovieClip("minic1" + j, j);
_root.mundo.marcas["minic1" + j]._x = ((_root.m_x + _root.mundo["shape" + coche]._x) + random(90)) - 45;
_root.mundo.marcas["minic1" + j]._y = (_root.mundo["shape" + coche]._y + random(70)) - 50;
_root.j++;
_root.mundo.marcas.minicacho.duplicateMovieClip("minic1" + j, j);
_root.mundo.marcas["minic1" + j]._x = ((_root.m_x + _root.mundo["shape" + coche]._x) + random(90)) - 45;
_root.mundo.marcas["minic1" + j]._y = (_root.mundo["shape" + coche]._y + random(70)) - 50;
for_++;
}
} else {
if (_root.mundo["shape" + coche].hits >= _root.mundo["shape" + coche].max2) {
_root.mundo["shape" + coche].gotoAndPlay(30);
_root.mundo["shape" + coche].max2 = 10000;
} else if ((_root.mundo["shape" + coche].max1 >= _root.mundo["shape" + coche].hits) and (_root.mundo["shape" + coche].max1 < 900)) {
_root.mundo["shape" + coche].max1 = 10000;
_root.mundo["shape" + coche].gotoAndPlay(15);
_root.sonido_cristal.gotoAndPlay(2);
}
if (_root.mundo["shape" + coche]._currentframe < 50) {
_root.mundo["shape" + coche].gotoAndPlay(_root.mundo["shape" + coche]._currentframe + 1);
}
}
}
_root.k++;
_root.sonido_expl2.gotoAndPlay(2);
this.removeMovieClip();
Symbol 1360 MovieClip Frame 1
if (((((_root.tio._x < ((this._x + 80) - _root.m_x)) && (((this._x - 80) - _root.m_x) < _root.tio._x)) && (_root.tio._y < (this._y + 30))) && (_root.accion != "sj_d")) && (_root.accion != "sj_i")) {
_root.vida._xscale = _root.vida._xscale - _root["dañograna"];
if ((_root.accion == "muerto") || (_root.accion == "muerto_s")) {
if (183 < _root.tio._currentframe) {
_root.tio.gotoAndPlay(177);
}
}
}
Symbol 1360 MovieClip Frame 14
this.removeMovieClip();
stop();
Instance of Symbol 1331 MovieClip "granada_roja" in Symbol 1361 MovieClip Frame 1
onClipEvent (load) {
grana_x = 0;
grana_y = 0;
}
onClipEvent (enterFrame) {
if (_root.mundo.media_marcas.para_granas.hitTest(this._x, this._y, false)) {
} else {
this._x = this._x + grana_x;
this._y = this._y + grana_y;
}
}
Instance of Symbol 1112 MovieClip "mundomobs" in Symbol 1365 MovieClip Frame 1
onClipEvent (load) {
i = 0;
}
Instance of Symbol 1135 MovieClip "granada_alante" in Symbol 1365 MovieClip Frame 1
onClipEvent (load) {
grana_x = 0;
grana_y = 0;
}
onClipEvent (enterFrame) {
if (_root.mundo.media_marcas.para_granas.hitTest(this._x, this._y, false)) {
} else {
this._x = this._x + grana_x;
this._y = this._y + grana_y;
}
}
Instance of Symbol 1215 MovieClip "coche1" in Symbol 1365 MovieClip Frame 1
onClipEvent (load) {
hits = 0;
max1 = 2;
max2 = 5;
max3 = 14;
dead = 0;
}
Instance of Symbol 1312 MovieClip "coche2" in Symbol 1365 MovieClip Frame 1
onClipEvent (load) {
hits = 0;
max1 = 2;
max2 = 5;
max3 = 14;
dead = 0;
}
Instance of Symbol 1312 MovieClip "coche3" in Symbol 1365 MovieClip Frame 1
onClipEvent (load) {
hits = 0;
max1 = 2;
max2 = 5;
max3 = 13;
dead = 0;
}
Instance of Symbol 1215 MovieClip "coche4" in Symbol 1365 MovieClip Frame 1
onClipEvent (load) {
hits = 0;
max1 = 2;
max2 = 5;
max3 = 14;
dead = 0;
}
Symbol 1370 MovieClip Frame 1
stop();
Symbol 1370 MovieClip Frame 2
gotoAndStop(random(3) + 5);
Symbol 1370 MovieClip Frame 5
stop();
Symbol 1370 MovieClip Frame 6
stop();
Symbol 1370 MovieClip Frame 13
stop();
Symbol 1373 MovieClip Frame 1
stop();
Symbol 1373 MovieClip Frame 2
stop();
Symbol 1373 MovieClip Frame 4
stop();
Symbol 1376 MovieClip Frame 4
stop();
Symbol 1377 MovieClip Frame 1
stop();
Symbol 1385 MovieClip Frame 1
stop();
Symbol 1385 MovieClip Frame 5
_root.mundo.mundomobs.creamobs4.activado = 1;
_root.mundo.mundomobs.creamobs4.gotoAndPlay(2);
Symbol 1385 MovieClip Frame 6
stop();
Symbol 1385 MovieClip Frame 20
_root.mundo.mundomobs.creamobs6.activado = 1;
_root.mundo.mundomobs.creamobs6.gotoAndPlay(2);
Symbol 1385 MovieClip Frame 22
stop();
Symbol 1385 MovieClip Frame 40
stop();
Symbol 1385 MovieClip Frame 62
gotoAndPlay(65 + random(6));
Symbol 1385 MovieClip Frame 65
if (_root.mundo.mundomobs.creamobs14.activado != 1) {
_root.mundo.mundomobs.creamobs14.activado = 1;
_root.mundo.mundomobs.creamobs14.gotoAndPlay(2);
}
cont++;
if (cont < 8) {
gotoAndPlay(45 + random(8));
}
Symbol 1385 MovieClip Frame 66
if (_root.mundo.mundomobs.creamobs17.activado != 1) {
_root.mundo.mundomobs.creamobs17.activado = 1;
_root.mundo.mundomobs.creamobs17.gotoAndPlay(2);
}
cont++;
if (cont < 8) {
gotoAndPlay(45 + random(8));
}
Symbol 1385 MovieClip Frame 67
if (_root.mundo.mundomobs.creamobs18.activado != 1) {
_root.mundo.mundomobs.creamobs18.activado = 1;
_root.mundo.mundomobs.creamobs18.gotoAndPlay(2);
}
cont++;
if (cont < 8) {
gotoAndPlay(45 + random(8));
}
Symbol 1385 MovieClip Frame 68
if (_root.mundo.mundomobs.creamobs15.activado != 1) {
_root.mundo.mundomobs.creamobs15.activado = 1;
_root.mundo.mundomobs.creamobs15.gotoAndPlay(2);
}
cont++;
if (cont < 8) {
gotoAndPlay(45 + random(8));
}
Symbol 1385 MovieClip Frame 69
if (_root.mundo.mundomobs.creamobs16.activado != 1) {
_root.mundo.mundomobs.creamobs16.activado = 1;
_root.mundo.mundomobs.creamobs16.gotoAndPlay(2);
}
cont++;
if (cont < 8) {
gotoAndPlay(45 + random(8));
}
Symbol 1385 MovieClip Frame 70
if (_root.mundo.mundomobs.creamobs19.activado != 1) {
_root.mundo.mundomobs.creamobs19.activado = 1;
_root.mundo.mundomobs.creamobs19.gotoAndPlay(2);
}
cont++;
if (cont < 8) {
gotoAndPlay(45 + random(8));
} else {
gotoAndPlay (65);
}
Symbol 1385 MovieClip Frame 85
_root.mundo.mundomobs.creamobs30.activado = 1;
_root.mundo.mundomobs.creamobs30.gotoAndPlay(2);
Symbol 1385 MovieClip Frame 403
gotoAndStop (75);
_root.mundo.mundomobs.creamobs28.activado = 1;
_root.mundo.mundomobs.creamobs28.gotoAndPlay(2);
Symbol 1389 MovieClip Frame 1
stop();
Symbol 1389 MovieClip Frame 70
if (1 < num) {
_root.combocount.gotoAndPlay(18);
_root.combocount.numcombo = 0;
}
if (_root.maxcombo < num) {
_root.maxcombo = num;
}
num = 0;
Symbol 1395 MovieClip Frame 1
stop();
Symbol 1395 MovieClip Frame 5
gritorandom = (random(7) + 1) * 10;
gotoAndStop(gritorandom);
Symbol 1395 MovieClip Frame 10
gotoAndStop (1);
Symbol 1395 MovieClip Frame 20
gotoAndStop (1);
Symbol 1395 MovieClip Frame 30
gotoAndStop (1);
Symbol 1395 MovieClip Frame 40
gotoAndStop (1);
Symbol 1395 MovieClip Frame 50
gotoAndStop (1);
Symbol 1395 MovieClip Frame 60
gotoAndStop (1);
Symbol 1395 MovieClip Frame 70
gotoAndStop (1);
Symbol 1395 MovieClip Frame 80
gotoAndStop (1);
Symbol 1399 MovieClip Frame 1
stop();
Symbol 1403 MovieClip Frame 103
stop();
Instance of Symbol 1412 MovieClip in Symbol 1413 MovieClip Frame 1
onClipEvent (enterFrame) {
this._alpha = (80 - _root.vida._xscale) * 1.7;
_parent.vidaamarilla._alpha = 300 - (_root.vida._xscale * 3);
}
Symbol 1418 MovieClip Frame 1
stop();
Symbol 1418 MovieClip Frame 4
_root.grana = "available";
Symbol 1421 MovieClip Frame 1
stop();
Symbol 1421 MovieClip Frame 4
_root.firing = 0;
Symbol 1424 MovieClip Frame 1
startDrag ("_root.cursor");
Mouse.hide();
_root._quality = "low";
Symbol 1435 MovieClip Frame 5
stop();
Symbol 1436 MovieClip Frame 1
stop();
Symbol 1439 MovieClip Frame 2
if (3 < _root.granadas) {
gotoAndPlay (1);
}
Symbol 1439 MovieClip Frame 501
_root.granadas++;
_root.hud_granas.gotoAndStop(_root.granadas + 1);
Symbol 1459 Button
on (press) {
if (_root.newframe == 1) {
bloqueado = 0;
_root.newframe = 0;
if (((((_root.accion == "agachao") || (_root.accion == "muerto")) || (_root.accion == "muerto_s")) || (_root.accion == "rodando_d")) || (_root.accion == "rodando_i")) {
} else {
_root.disparos++;
if ((_root.accion == "arrastrando_i") || (_root.accion == "arrastrando_d")) {
shapes = 0;
while (5 >= shapes) {
if (_root.mundo["shape" + shapes].hitTest(_root.tio._x + 10, _root.tio._y, true)) {
bloqueado = 1;
_root.snd_pim.start();
sonido_lata.gotoAndPlay(2);
mundo.chispa.duplicateMovieClip("chispa" + j, j);
mundo["chispa" + j]._x = (tio._x + _root.m_x) + ((_root.cursor._x - 320) / 10);
mundo["chispa" + j]._y = tio._y - 6;
if (_root.mundo["shape" + shapes].hits < 999) {
_root.mundo["shape" + shapes].hits++;
}
if (_root.mundo["shape" + shapes].hits >= _root.mundo["shape" + shapes].max3) {
_root.mundo["shape" + shapes].gotoAndPlay(50);
_root.mundo["shape" + shapes].max3 = 1000;
} else {
if (_root.mundo["shape" + shapes].hits >= _root.mundo["shape" + shapes].max2) {
_root.mundo["shape" + shapes].gotoAndPlay(30);
_root.mundo["shape" + shapes].max2 = 10000;
} else if (_root.mundo["shape" + shapes].hits >= _root.mundo["shape" + shapes].max1) {
_root.mundo["shape" + shapes].max1 = 10000;
_root.mundo["shape" + shapes].gotoAndPlay(15);
_root.sonido_cristal.gotoAndPlay(2);
}
if (_root.mundo["shape" + shapes]._currentframe < 50) {
_root.mundo["shape" + shapes].gotoAndPlay(_root.mundo["shape" + shapes]._currentframe + 1);
}
}
}
shapes++;
}
}
if (bloqueado == 0) {
_root.snd_pim.start();
cursor.gotoAndPlay(2);
num_enemigos = _root.num_enemigos;
if (k < 80) {
k++;
} else {
k = 0;
}
if (j < 80) {
j++;
} else {
j = 0;
}
if (300 < i) {
i = 100;
}
dado = 0;
m_xmouse = _xmouse + _root.m_x;
m_ymouse = _ymouse + _root.m_y;
if (_root.tio._x < _xmouse) {
k++;
_root.tracer.duplicateMovieClip("tracer" + k, k + 1000);
_root["tracer" + k]._x = _xmouse;
_root["tracer" + k]._y = _ymouse;
_root["tracer" + k]._width = _xmouse - _root.tio._x;
_root["tracer" + k]._height = (_root.tio._y - 10) - _ymouse;
} else {
k++;
_root.tracer_izq.duplicateMovieClip("tracer_izq" + k, k + 1000);
_root["tracer_izq" + k]._x = _xmouse;
_root["tracer_izq" + k]._y = _ymouse;
_root["tracer_izq" + k]._width = _root.tio._x - _xmouse;
_root["tracer_izq" + k]._height = (_root.tio._y - 10) - _ymouse;
}
if (mundo.cielo.hitTest(_xmouse, _ymouse, true)) {
num = 0;
while (10 >= num) {
if (mundo["paloatras_" + num].hitTest(_xmouse, _ymouse, true)) {
mundo["arbolatras_" + num].gotoAndPlay(mundo["arbolatras_" + num]._currentframe + 1);
}
num++;
}
} else {
num = 0;
while (10 >= num) {
if (mundo["coche" + num].hitTest(_xmouse, _ymouse, true)) {
sonido_lata.gotoAndPlay(2);
mundo.chispa.duplicateMovieClip("chispa" + j, j);
mundo["chispa" + j]._x = m_xmouse;
mundo["chispa" + j]._y = m_ymouse;
if (mundo["coche" + num].dead != 1) {
if (mundo["coche" + num].hits < 999) {
mundo["coche" + num].hits++;
}
if (mundo["coche" + num].hits >= mundo["coche" + num].max3) {
mundo["coche" + num].gotoAndPlay(50);
mundo["coche" + num].max3 = 1000;
if (ordena_peste != "si") {
for_ = 0;
while (for_ < 10) {
j++;
mundo.humo_delante.duplicateMovieClip("humo_d" + j, j);
mundo["humo_d" + j]._x = (mundo["coche" + num]._x + random(90)) - 45;
mundo["humo_d" + j]._y = (mundo["coche" + num]._y + random(70)) - 50;
j++;
mundo.marcas.cacho1.duplicateMovieClip("cacho1" + j, j);
mundo.marcas["cacho1" + j]._x = (mundo["coche" + num]._x + random(90)) - 45;
mundo.marcas["cacho1" + j]._y = (mundo["coche" + num]._y + random(70)) - 50;
j++;
mundo.marcas.minicacho.duplicateMovieClip("minic1" + j, j);
mundo.marcas["minic1" + j]._x = (mundo["coche" + num]._x + random(90)) - 45;
mundo.marcas["minic1" + j]._y = (mundo["coche" + num]._y + random(70)) - 50;
j++;
mundo.marcas.minicacho.duplicateMovieClip("minic1" + j, j);
mundo.marcas["minic1" + j]._x = (mundo["coche" + num]._x + random(90)) - 45;
mundo.marcas["minic1" + j]._y = (mundo["coche" + num]._y + random(70)) - 50;
for_++;
}
}
} else {
if (mundo["coche" + num].hits >= mundo["coche" + num].max2) {
mundo["coche" + num].gotoAndPlay(30);
mundo["coche" + num].max2 = 10000;
} else if (mundo["coche" + num].hits >= mundo["coche" + num].max1) {
mundo["coche" + num].max1 = 10000;
mundo["coche" + num].gotoAndPlay(15);
sonido_cristal.gotoAndPlay(2);
}
if (mundo["coche" + num].max3 < 999) {
mundo["coche" + num].gotoAndPlay(mundo["coche" + num]._currentframe + 1);
}
}
}
dado = 1;
_root.disparos_bloqueados++;
}
num++;
}
if (dado == 0) {
fallo = true;
num = 0;
while (25 >= num) {
if (mundo["ventana_" + num].hitTest(_xmouse, _ymouse, true)) {
fallo = false;
mundo["ventana_" + num].gotoAndPlay(mundo["ventana_" + num]._currentframe + 1);
j++;
mundo.marcas.cristal.duplicateMovieClip("cristal" + j, j);
mundo.marcas["cristal" + j]._x = m_xmouse;
mundo.marcas["cristal" + j]._y = m_ymouse;
}
num++;
}
num = 0;
while (10 >= num) {
if (mundo["palo_" + num].hitTest(_xmouse, _ymouse, false)) {
mundo["arbol_" + num].gotoAndPlay(mundo["arbol_" + num]._currentframe + 1);
if (195 >= _ymouse) {
j++;
mundo.hojas_falling.duplicateMovieClip("hojas_falling" + j, j);
mundo["hojas_falling" + j]._x = m_xmouse;
mundo["hojas_falling" + j]._y = m_ymouse;
}
}
num++;
}
num = 0;
while (num_enemigos >= num) {
if (_root.mundo.mundomobs["enemigo1_" + num].area_head.hitTest(_xmouse, _ymouse, false)) {
_root.mundo.mundomobs["enemigo1_" + num].accion = 1;
_root.mundo.mundomobs["enemigo1_" + num].gotoAndPlay(237);
_root.mundo.marcas.sangremalo.duplicateMovieClip("sangre" + j, j + 70);
_root.mundo.marcas["sangre" + j].gotoAndPlay(4);
_root.mundo.marcas["sangre" + j]._x = m_xmouse;
_root.mundo.marcas["sangre" + j]._y = m_ymouse;
_root.mundo.marcas["sangre" + j]._rotation = random(360);
j++;
_root.mundo.media_marcas.sangretio.duplicateMovieClip("sangre" + j, 700);
_root.mundo.media_marcas["sangre" + j]._x = m_xmouse;
_root.mundo.media_marcas["sangre" + j]._y = m_ymouse;
_root.mundo.media_marcas["sangre" + j]._rotation = random(360);
j++;
_root.aciertos_chola++;
_root.mundo.mundomobs["enemigo1_" + num].acabado = true;
_root.combo.num++;
_root.combo.x = _root.mundo.mundomobs["enemigo1_" + num]._x;
_root.combo.y = _root.mundo.mundomobs["enemigo1_" + num]._y;
_root.combo.gotoAndPlay(2);
_root.score = _root.score + Math.round((200 * (_root.combo.num * 0.5)) * (dificultad / 100));
_root.mundo.mundomobs["enemigo1_" + num].acabado = true;
} else if (_root.mundo.mundomobs["enemigo1_" + num].area.hitTest(_xmouse, _ymouse, false)) {
_root.mundo.mundomobs["enemigo1_" + num].accion = 1;
_root.aciertos++;
_root.mundo.media_marcas.sangretio.duplicateMovieClip("sangre" + j, 700);
_root.mundo.media_marcas["sangre" + j]._x = m_xmouse;
_root.mundo.media_marcas["sangre" + j]._y = m_ymouse;
_root.mundo.media_marcas["sangre" + j]._rotation = random(360);
j++;
if (0 >= _root.mundo.mundomobs["enemigo1_" + num].hits) {
_root.gritos.gotoAndStop(5);
_root.mundo.mundomobs["enemigo1_" + num].gotoAndPlay(15);
_root.combo.num++;
_root.combo.x = _root.mundo.mundomobs["enemigo1_" + num]._x;
_root.combo.y = _root.mundo.mundomobs["enemigo1_" + num]._y;
_root.combo.gotoAndPlay(2);
if (_root.mundo.mundomobs["enemigo1_" + num].acabado != true) {
_root.score = _root.score + Math.round((100 * (_root.combo.num * 0.5)) * (dificultad / 100));
_root.mundo.mundomobs["enemigo1_" + num].acabado = true;
}
} else {
_root.mundo.mundomobs["enemigo1_" + num].hits = _root.mundo.mundomobs["enemigo1_" + num].hits - 1;
if ((_root.mundo.mundomobs["enemigo1_" + num]._currentframe >= 50) && (59 >= _root.mundo.mundomobs["enemigo" + num]._currentframe)) {
_root.mundo.mundomobs["enemigo1_" + num].gotoAndPlay(60);
} else {
_root.mundo.mundomobs["enemigo1_" + num].gotoAndPlay(50);
}
}
}
num++;
}
if (fallo == true) {
if ((5 < Math.abs(m_xmouse - mundo.marcas["bola" + i]._x)) or (5 < Math.abs(_ymouse - mundo.marcas["bola" + i]._y))) {
i++;
mundo.marcas.bola.duplicateMovieClip("bola" + i, i);
mundo.marcas["bola" + i]._x = m_xmouse;
mundo.marcas["bola" + i]._y = m_ymouse;
mundo.marcas["bola" + i]._rotation = random(359);
}
if (ordena_peste != "si") {
j++;
mundo.marcas.cacho1.duplicateMovieClip("cacho1" + j, j);
mundo.marcas["cacho1" + j]._x = m_xmouse;
mundo.marcas["cacho1" + j]._y = m_ymouse;
j++;
mundo.marcas.cacho2.duplicateMovieClip("cacho2" + j, j);
mundo.marcas["cacho2" + j]._x = m_xmouse;
mundo.marcas["cacho2" + j]._y = m_ymouse;
j++;
mundo.humo_delante.duplicateMovieClip("humo_d" + j, j);
mundo["humo_d" + j]._x = m_xmouse;
mundo["humo_d" + j]._y = m_ymouse;
}
j++;
mundo.marcas.trozos.duplicateMovieClip("trozos" + j, j);
mundo.marcas["trozos" + j]._x = m_xmouse;
mundo.marcas["trozos" + j]._y = m_ymouse;
random_chispa = random(2);
if (random_chispa == 1) {
j++;
mundo.chispa.duplicateMovieClip("chispa2" + j, j);
mundo["chispa2" + j]._x = m_xmouse;
mundo["chispa2" + j]._y = m_ymouse;
}
}
}
}
if (_root.firing == "0") {
if ((_root.accion == "stand_d") or (_root.accion == "stand_i")) {
_root.tio.gotoAndStop(_root.tio._currentFrame + 1);
k++;
if (ordena_peste != "si") {
_root.casquillo.duplicateMovieClip("casquillo" + k, k);
_root["casquillo" + k]._x = ((_root.tio._x + _root.tio.tag_arma._x) + random(15)) - 7;
_root["casquillo" + k]._y = (_root.tio._y + random(10)) - 6;
}
}
if ((_root.accion == "corriendo_d") or (_root.accion == "corriendo_i")) {
_root.tio.torso.gotoAndStop(_root.tio.torso._currentFrame + 1);
}
}
if (((_root.accion != "stand_d") && (_root.accion != "stand_i")) && (ordena_peste != "si")) {
k++;
_root.casquillo_aire.duplicateMovieClip("casquillo_aire" + k, k);
_root["casquillo_aire" + k]._x = _root.tio._x;
_root["casquillo_aire" + k]._y = _root.tio._y;
}
_root.firing = "1";
hits++;
_root.time_f.gotoAndPlay(2);
}
}
} else {
ordena_peste = "si";
}
}
Symbol 1466 MovieClip Frame 2
hitdificultad._xscale = _root.dificultad;
hitdificultad._yscale = _root.dificultad;
stop();
Symbol 1466 MovieClip Frame 19
hitdificultad._xscale = _root.dificultad;
hitdificultad._yscale = _root.dificultad;
gotoAndStop (2);
Symbol 1466 MovieClip Frame 28
hitdificultad._xscale = _root.dificultad;
hitdificultad._yscale = _root.dificultad;
Symbol 1504 MovieClip Frame 5
_root.accion = "stand_d";
Symbol 1546 MovieClip Frame 8
stop();
Symbol 1549 MovieClip Frame 11
if (_root.accion == "rodando_d") {
_root.accion = "corriendo_d";
_root.tio.gotoAndPlay(60);
} else if (_root.accion == "rodando_i") {
_root.accion = "corriendo_i";
_root.tio.gotoAndPlay(260);
}
_root.cansao = 1;
_root.time_cansao.gotoAndPlay(8);
Symbol 1550 MovieClip Frame 6
if (_root.vida._xscale < 95) {
gotoAndPlay (10);
} else {
gotoAndPlay (4);
}
Symbol 1550 MovieClip Frame 10
if (_root.vida._xscale < 95) {
} else {
gotoAndPlay (35);
}
Symbol 1550 MovieClip Frame 11
if (_root.vida._xscale < 95) {
} else {
gotoAndPlay (35);
}
Symbol 1550 MovieClip Frame 12
if (_root.vida._xscale < 95) {
} else {
gotoAndPlay (35);
}
Symbol 1550 MovieClip Frame 13
if (_root.vida._xscale < 95) {
} else {
gotoAndPlay (35);
}
Symbol 1550 MovieClip Frame 14
if (_root.vida._xscale < 95) {
} else {
gotoAndPlay (35);
}
Symbol 1550 MovieClip Frame 15
if (_root.vida._xscale < 95) {
_root.vida_total = _root.vida_total + _root.cura;
_root.vida._xscale = _root.vida._xscale + _root.cura;
} else {
gotoAndPlay (35);
}
Symbol 1550 MovieClip Frame 16
if (_root.vida._xscale < 95) {
_root.vida_total = _root.vida_total + _root.cura;
_root.vida._xscale = _root.vida._xscale + _root.cura;
} else {
gotoAndPlay (35);
}
Symbol 1550 MovieClip Frame 17
if (_root.vida._xscale < 95) {
_root.vida_total = _root.vida_total + _root.cura;
_root.vida._xscale = _root.vida._xscale + _root.cura;
} else {
gotoAndPlay (35);
}
Symbol 1550 MovieClip Frame 18
if (_root.vida._xscale < 95) {
_root.vida_total = _root.vida_total + _root.cura;
_root.vida._xscale = _root.vida._xscale + _root.cura;
} else {
gotoAndPlay (35);
}
Symbol 1550 MovieClip Frame 19
if (_root.vida._xscale < 95) {
_root.vida_total = _root.vida_total + _root.cura;
_root.vida._xscale = _root.vida._xscale + _root.cura;
} else {
gotoAndPlay (35);
}
Symbol 1550 MovieClip Frame 20
if (_root.vida._xscale < 95) {
_root.vida_total = _root.vida_total + _root.cura;
_root.vida._xscale = _root.vida._xscale + _root.cura;
} else {
gotoAndPlay (35);
}
Symbol 1550 MovieClip Frame 21
if (_root.vida._xscale < 95) {
_root.vida_total = _root.vida_total + _root.cura;
_root.vida._xscale = _root.vida._xscale + _root.cura;
} else {
gotoAndPlay (35);
}
Symbol 1550 MovieClip Frame 22
if (_root.vida._xscale < 95) {
_root.vida_total = _root.vida_total + _root.cura;
_root.vida._xscale = _root.vida._xscale + _root.cura;
} else {
gotoAndPlay (35);
}
Symbol 1550 MovieClip Frame 23
if (_root.vida._xscale < 95) {
_root.vida_total = _root.vida_total + _root.cura;
_root.vida._xscale = _root.vida._xscale + _root.cura;
} else {
gotoAndPlay (35);
}
Symbol 1550 MovieClip Frame 24
if (_root.vida._xscale < 95) {
_root.vida_total = _root.vida_total + _root.cura;
_root.vida._xscale = _root.vida._xscale + _root.cura;
} else {
gotoAndPlay (35);
}
Symbol 1550 MovieClip Frame 25
if (_root.vida._xscale < 95) {
_root.vida_total = _root.vida_total + _root.cura;
_root.vida._xscale = _root.vida._xscale + _root.cura;
} else {
gotoAndPlay (35);
}
Symbol 1550 MovieClip Frame 26
if (_root.vida._xscale < 95) {
_root.vida_total = _root.vida_total + _root.cura;
_root.vida._xscale = _root.vida._xscale + _root.cura;
} else {
gotoAndPlay (35);
}
Symbol 1550 MovieClip Frame 27
if (_root.vida._xscale < 95) {
_root.vida_total = _root.vida_total + _root.cura;
_root.vida._xscale = _root.vida._xscale + _root.cura;
} else {
gotoAndPlay (35);
}
Symbol 1550 MovieClip Frame 28
if (_root.vida._xscale < 95) {
_root.vida_total = _root.vida_total + _root.cura;
_root.vida._xscale = _root.vida._xscale + _root.cura;
} else {
gotoAndPlay (35);
}
Symbol 1550 MovieClip Frame 29
if (_root.vida._xscale < 95) {
_root.vida_total = _root.vida_total + _root.cura;
_root.vida._xscale = _root.vida._xscale + _root.cura;
} else {
gotoAndPlay (35);
}
Symbol 1550 MovieClip Frame 30
if (_root.vida._xscale < 95) {
_root.vida_total = _root.vida_total + _root.cura;
_root.vida._xscale = _root.vida._xscale + _root.cura;
} else {
gotoAndPlay (35);
}
Symbol 1550 MovieClip Frame 31
gotoAndPlay (23);
Symbol 1550 MovieClip Frame 39
gotoAndPlay (4);
Symbol 1551 MovieClip Frame 4
stop();
_root.accion = "stand_d";
Symbol 1613 MovieClip Frame 1
if (_root.accion != "stand_d") {
_root.accion = "stand_i";
}
if ((_root.tio._x + 140) < _root._xmouse) {
_root.tio.gotoAndStop(46);
} else if ((_root.tio._x + 100) < _root._xmouse) {
_root.tio.gotoAndStop(41);
} else if ((_root.tio._x + 60) < _root._xmouse) {
_root.tio.gotoAndStop(36);
} else if ((_root.tio._x + 30) < _root._xmouse) {
_root.tio.gotoAndStop(31);
} else if (_root.tio._x < _root._xmouse) {
_root.tio.gotoAndStop(26);
} else if ((_root.tio._x - 15) < _root._xmouse) {
_root.tio.gotoAndStop(21);
} else if ((_root.tio._x - 40) < _root._xmouse) {
_root.tio.gotoAndStop(16);
} else if ((_root.tio._x - 60) < _root._xmouse) {
_root.tio.gotoAndStop(11);
} else if ((_root.tio._x - 110) < _root._xmouse) {
_root.tio.gotoAndStop(6);
} else {
_root.tio.gotoAndStop(1);
}
Symbol 1613 MovieClip Frame 60
_root.accion = "corriendo_d";
play();
if (_root.firing != "1") {
if ((this._x + 160) < _root._xmouse) {
this.torso.gotoAndStop(1);
} else if ((this._x + 100) < _root._xmouse) {
this.torso.gotoAndStop(3);
} else if ((this._x + 50) < _root._xmouse) {
this.torso.gotoAndStop(5);
} else if ((this._x + 20) < _root._xmouse) {
this.torso.gotoAndStop(7);
} else if ((this._x - 15) < _root._xmouse) {
this.torso.gotoAndStop(9);
} else if ((this._x - 40) < _root._xmouse) {
this.torso.gotoAndStop(11);
} else if ((this._x - 130) < _root._xmouse) {
this.torso.gotoAndStop(13);
} else {
this.torso.gotoAndStop(15);
}
_root.texto = _root._xmouse;
}
if (_root.firing == "1") {
if ((this._x + 160) < _root._xmouse) {
this.torso.gotoAndStop(2);
} else if ((this._x + 100) < _root._xmouse) {
this.torso.gotoAndStop(4);
} else if ((this._x + 50) < _root._xmouse) {
this.torso.gotoAndStop(6);
} else if ((this._x + 20) < _root._xmouse) {
this.torso.gotoAndStop(8);
} else if ((this._x - 15) < _root._xmouse) {
this.torso.gotoAndStop(10);
} else if ((this._x - 40) < _root._xmouse) {
this.torso.gotoAndStop(12);
} else if ((this._x - 130) < _root._xmouse) {
this.torso.gotoAndStop(14);
} else {
this.torso.gotoAndStop(16);
}
_root.texto = _root._xmouse;
}
Symbol 1613 MovieClip Frame 61
_root.accion = "corriendo_d";
Symbol 1613 MovieClip Frame 70
gotoAndPlay (60);
Symbol 1613 MovieClip Frame 75
_root._root.tio.hit.gotoAndPlay(5);
Symbol 1613 MovieClip Frame 80
_root._root.tio.hit.gotoAndPlay(5);
Symbol 1613 MovieClip Frame 100
stop();
Symbol 1613 MovieClip Frame 105
stop();
Symbol 1613 MovieClip Frame 170
_root.flashblood.gotoAndPlay(5);
_root.halo_vida._y = 500;
_root.cursor.gotoAndStop(1);
Symbol 1613 MovieClip Frame 171
_root.gameover.gotoAndPlay(5);
Symbol 1613 MovieClip Frame 184
stop();
Symbol 1613 MovieClip Frame 246
stop();
Symbol 1613 MovieClip Frame 260
_root.accion = "corriendo_i";
play();
if (_root.firing != "1") {
if ((this._x + 110) < _root._xmouse) {
this.torso.gotoAndStop(15);
} else if ((this._x + 80) < _root._xmouse) {
this.torso.gotoAndStop(13);
} else if ((this._x + 40) < _root._xmouse) {
this.torso.gotoAndStop(11);
} else if ((this._x + 20) < _root._xmouse) {
this.torso.gotoAndStop(9);
} else if ((this._x - 15) < _root._xmouse) {
this.torso.gotoAndStop(7);
} else if ((this._x - 40) < _root._xmouse) {
this.torso.gotoAndStop(5);
} else if ((this._x - 100) < _root._xmouse) {
this.torso.gotoAndStop(3);
} else {
this.torso.gotoAndStop(1);
}
_root.texto = _root._xmouse;
}
if (_root.firing == "1") {
if ((this._x + 110) < _root._xmouse) {
this.torso.gotoAndStop(16);
} else if ((this._x + 80) < _root._xmouse) {
this.torso.gotoAndStop(14);
} else if ((this._x + 40) < _root._xmouse) {
this.torso.gotoAndStop(12);
} else if ((this._x + 20) < _root._xmouse) {
this.torso.gotoAndStop(10);
} else if ((this._x - 15) < _root._xmouse) {
this.torso.gotoAndStop(8);
} else if ((this._x - 40) < _root._xmouse) {
this.torso.gotoAndStop(6);
} else if ((this._x - 100) < _root._xmouse) {
this.torso.gotoAndStop(4);
} else {
this.torso.gotoAndStop(2);
}
_root.texto = _root._xmouse;
}
Symbol 1613 MovieClip Frame 261
_root.accion = "corriendo_i";
Symbol 1613 MovieClip Frame 270
gotoAndPlay (260);
Symbol 1613 MovieClip Frame 275
_root._root.tio.hit.gotoAndPlay(5);
Symbol 1613 MovieClip Frame 280
_root._root.tio.hit.gotoAndPlay(5);
Symbol 1617 MovieClip Frame 1
stop();
Symbol 1617 MovieClip Frame 2
play();
if (_root.combocount.numcombo != 0) {
_root.combocount.gotoAndPlay(18);
_root.combocount.numcombo = 0;
_root.combo.num = 0;
}
Symbol 1617 MovieClip Frame 4
gotoAndStop (1);
Symbol 1617 MovieClip Frame 100
num = 0;
while (_root.num_enemigos >= num) {
_root.mundo.mundomobs["enemigo1_" + num].dead = "si";
_root.mundo.mundomobs["enemigo1_" + num].disparo_latencia = 7;
_root.mundo.mundomobs["enemigo1_" + num].latencia = 7;
_root.mundo.mundomobs["enemigo1_" + num].balas = 0;
_root.mundo.mundomobs["enemigo1_" + num].balastotales = 0;
_root.mundo.mundomobs["enemigo1_" + num].rand_grana = 0;
num++;
}
gotoAndPlay (20);
Symbol 1620 MovieClip Frame 15
stop();
Symbol 1626 Button
on (release) {
_root.continues++;
if (60 < _root.dificultad) {
_root.dificultad = _root.dificultad - 5;
}
_root.diferencia_score = 0;
_root.vida_diferencia2 = 0;
_root.vida_diferencia = 0;
_root.diferencia_score_vida = 0;
_root.gotoAndPlay(2);
}
Symbol 1627 MovieClip Frame 1
stop();
Symbol 1627 MovieClip Frame 15
stop();
Symbol 1629 MovieClip Frame 25
stop();
Symbol 1646 MovieClip Frame 1
stop();
Symbol 1651 MovieClip Frame 1
accuracy = 0;
accuracy_chola = 0;
disparos = 0;
Symbol 1651 MovieClip Frame 2
if (accuracy < Math.round(((_root.aciertos_chola + _root.aciertos) / (_root.disparos - _root.disparos_bloqueados)) * 100)) {
accuracy++;
}
if (accuracy_chola < Math.round((_root.aciertos_chola / (_root.disparos - _root.disparos_bloqueados)) * 100)) {
accuracy_chola++;
}
if ((disparos + 5) < _root.disparos) {
disparos = disparos + 5;
} else if (disparos < _root.disparos) {
disparos++;
}
vidascale = 100 - _root.vida._xscale;
vida = Math.round(_root.vida_total + vidascale);
continues = _root.continues;
if (continues == 0) {
if (vida == 0) {
awards.gotoAndStop(4);
} else if (vida < 150) {
awards.gotoAndStop(3);
} else {
awards.gotoAndStop(2);
}
}
Symbol 1651 MovieClip Frame 3
gotoAndPlay (2);
Symbol 1653 MovieClip Frame 33
stop();
Symbol 1663 Button
on (release) {
_root.continues++;
if (60 < _root.dificultad) {
_root.dificultad = _root.dificultad - 5;
}
_root.diferencia_score = 0;
_root.vida_diferencia2 = 0;
_root.vida_diferencia = 0;
_root.diferencia_score_vida = 0;
_root.gotoAndPlay(1);
}
Symbol 1668 Button
on (release) {
gotoAndStop (16);
}
Symbol 1686 Button
on (release) {
getURL ("http://www.thestylemachine.com/ownage", "blank");
}
Symbol 1691 Button
on (release) {
_root.continues++;
if (60 < _root.dificultad) {
_root.dificultad = _root.dificultad - 5;
}
_root.diferencia_score = 0;
_root.vida_diferencia2 = 0;
_root.vida_diferencia = 0;
_root.diferencia_score_vida = 0;
_root.gotoAndPlay(1);
}
Symbol 1692 MovieClip Frame 1
stop();
Symbol 1692 MovieClip Frame 15
stop();
Symbol 1702 Button
on (release) {
getURL ("http://www.thestylemachine.com");
}