Frame 2
A = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100;
_root.barra._xscale = A;
Frame 6
ifFrameLoaded (152) {
gotoAndPlay (78);
}
A = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100;
_root.barra._xscale = A;
Frame 9
gotoAndPlay (6);
Instance of Symbol 69 MovieClip in Frame 33
onClipEvent (enterFrame) {
if ((_root.dragon._x + 100) >= _root.tope) {
_root.dragon.inte.gotoAndPlay("ataca");
} else {
_root.dragon.inte.play();
}
}
Instance of Symbol 249 MovieClip in Frame 57
onClipEvent (load) {
this._alpha = 50 + Math.floor(random(50));
}
Instance of Symbol 251 MovieClip in Frame 58
onClipEvent (load) {
this._x = this._x + Math.floor(random(500));
this._y = this._y + Math.floor(random(50));
}
Instance of Symbol 328 MovieClip "infoenemigos" in Frame 72
onClipEvent (load) {
this.gotoAndStop("2");
}
Instance of Symbol 336 MovieClip "infoprisioneros" in Frame 73
onClipEvent (load) {
this.gotoAndStop("2");
}
Instance of Symbol 359 MovieClip "infoarmas" in Frame 74
onClipEvent (load) {
this.gotoAndStop("2");
}
Frame 78
loadMovieNum ("sintonia.swf", 1);
Frame 79
function comienza() {
marca_carro.gotoAndStop("2");
marca_dragon.gotoAndStop("2");
marca_ogro.gotoAndStop("2");
i = 200;
tiempo = 30;
aleatorio_valor = 3000;
flecha_num = 100;
prisioneros = 0;
if (_root.muroexiste == 1) {
} else {
muro._visible = false;
_root.tope = 425;
}
if (_root.lavaexiste == 1) {
} else {
lava._visible = false;
}
if (_root.arquerosexiste == 1) {
} else {
arqueros._visible = false;
}
if (_root.aguaexiste == 1) {
} else {
castillo.apaga1._visible = false;
castillo.apaga2._visible = false;
castillo.apaga3._visible = false;
castillo.apaga4._visible = false;
}
torreframe = 14 - Math.floor(_root.vida / 10);
_root.castillo.torre.gotoAndStop(torreframe);
_root.castillo.puerta._alpha = _root.vida;
}
function quitavida(resta) {
vida = vida - resta;
barra_vida._width = vida;
if (_root.vida <= 2) {
_root.gotoAndStop("pierde");
}
}
function borrar() {
removeMovieClip("ogro");
removeMovieClip("nada_ogro");
removeMovieClip("carro");
removeMovieClip("dragon");
removeMovieClip("nada");
removeMovieClip("nadacarro");
f = 0;
while (f <= 280) {
removeMovieClip(["nuevoenemigo" add f]);
removeMovieClip(["ardienteflecha" add f]);
removeMovieClip(["nuevaflecha" add f]);
f++;
}
}
posmuro = 0;
postorre = 0;
muroexiste = 0;
tope = 425;
lavaexiste = 0;
arquerosexiste = 0;
aguaexiste = 0;
vida = 149;
aceite = 0;
flechas = 0;
dinero = 0;
agua = 0;
dia = 0;
j = 75;
ymuerte = 200;
Frame 80
_quality = "BEST";
_level1.gotoAndStop("suena");
puedesonar = 1;
dia = dia + 1;
quedan.text = (41 - dia) + " d\u00EDas";
if (dia >= 41) {
gotoAndStop ("victoria");
}
stop();
borrar();
if (muroexiste == 1) {
datomuro.text = "SI";
datomuro2.text = "SI";
} else {
datomuro.text = "NO";
datomuro2.text = "NO";
}
if (arquerosexiste == 1) {
datoarquero.text = "SI";
datoarquero2.text = "SI";
} else {
datoarquero.text = "NO";
datoarquero2.text = "NO";
}
Instance of Symbol 363 MovieClip "barra_vida" in Frame 80
onClipEvent (load) {
this._width = _root.vida;
}
Instance of Symbol 336 MovieClip "infoprisioneros" in Frame 80
onClipEvent (load) {
this.gotoAndStop("2");
}
Instance of Symbol 359 MovieClip "infoarmas" in Frame 80
onClipEvent (load) {
this.gotoAndStop("2");
}
Instance of Symbol 328 MovieClip "infoenemigos" in Frame 80
onClipEvent (load) {
this.gotoAndStop("2");
}
Frame 81
comienza();
ymuerte = 200;
aleatorio_flecha = 200;
aleatorio_soldado = 200;
_root.catapulta.gotoAndStop("nohay");
Instance of Symbol 500 MovieClip in Frame 81
onClipEvent (load) {
parcial = 0;
}
onClipEvent (enterFrame) {
parcial = parcial + 1;
if (parcial >= 100) {
parcial = 0;
_root.tiempo = _root.tiempo - 1;
if (_root.tiempo <= 0) {
if (_root.prisioneros >= 1) {
_root.gotoAndStop("ejecuciones");
} else {
_root.gotoAndPlay("tequedan");
}
}
}
}
Instance of Symbol 363 MovieClip "barra_vida" in Frame 81
onClipEvent (load) {
this._width = _root.vida;
}
Instance of Symbol 533 MovieClip "enemigo" in Frame 81
onClipEvent (load) {
avanza = 1;
control = 0;
bajando = 0;
velocidad = Math.floor(random(6));
this._y = 400 + Math.floor(random(50));
yinicial = this._y;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.lava.inte_lava)) {
control = 1;
this.gotoAndPlay("muerte");
}
f = 100;
while (f <= 108) {
if (this.hitTest(_root["nuevaflecha" + f].inte.dentro.punta)) {
control = 1;
this.gotoAndPlay("muerte");
}
f++;
}
f = 100;
if (((avanza == 1) && (this._y >= yinicial)) && (control == 0)) {
if (ymax < _root.ymuerte) {
control = 1;
this.gotoAndPlay("muerte");
}
if ((this._x >= _root.tope) && (control == 0)) {
this.gotoAndStop("rompe");
} else {
this._x = this._x + (2 + velocidad);
this._y = yinicial;
}
}
if ((avanza == 1) && (this._y < yinicial)) {
this._y = this._y + (5 + ((425 - ymax) / 15));
}
if ((((avanza == 1) && (this._y >= yinicial)) && (ymax > _root.ymuerte)) && (bajando == 1)) {
this.gotoAndPlay("salva");
bajando = 0;
avanza = 0;
}
}
Instance of Symbol 534 MovieClip in Frame 81
onClipEvent (load) {
_root.carroexiste = 0;
}
onClipEvent (enterFrame) {
alea = Math.floor(random(500));
if (alea < 6) {
this.gotoAndStop("1");
}
}
Instance of Symbol 187 MovieClip "flecha" in Frame 81
onClipEvent (load) {
alea_flecha = Math.floor(random(3));
ini = _root.distancia_flecha;
}
onClipEvent (enterFrame) {
if (this._y < 550) {
if (this.hitTest(_root.catapulta.hombre)) {
_root.catapulta.hombre.play();
}
if (this._x > 380) {
this._x = this._x - ((_root.distancia_flecha / 5) + alea_flecha);
ini = ini - 2;
this._y = this._y - (3 + (ini / 20));
}
if (this._x <= 380) {
this.gotoAndStop(2);
this._x = this._x - ((_root.distancia_flecha / 5) + alea_flecha);
this._y = this._y + (13 + (_root.distancia_flecha / 15));
}
}
if (this._y > 550) {
removeMovieClip(this);
this._visible = false;
}
}
Frame 82
borrar();
tequedan.text = ("tienes " + prisioneros) + " prisioneros para ajusticiar";
Frame 111
_root.gotoAndStop("ejecuciones");
Frame 112
comienza();
ymuerte = 200;
aleatorio_flecha = 200;
aleatorio_soldado = 200;
_root.dragon.gotoAndStop("2");
_root.ogro.gotoAndStop("2");
_root.marca_dragon.gotoAndStop("2");
_root.marca_ogro.gotoAndStop("2");
Instance of Symbol 363 MovieClip "barra_vida" in Frame 112
onClipEvent (load) {
this._width = _root.vida;
}
Instance of Symbol 500 MovieClip in Frame 112
onClipEvent (load) {
parcial = 0;
}
onClipEvent (enterFrame) {
parcial = parcial + 1;
if (parcial >= 100) {
parcial = 0;
_root.tiempo = _root.tiempo - 1;
if (_root.tiempo <= 0) {
if (_root.prisioneros >= 1) {
_root.gotoAndStop("ejecuciones");
} else {
_root.gotoAndPlay("tequedan");
}
}
}
}
Instance of Symbol 533 MovieClip "enemigo" in Frame 112
onClipEvent (load) {
avanza = 1;
control = 0;
bajando = 0;
velocidad = Math.floor(random(6));
this._y = 400 + Math.floor(random(50));
yinicial = this._y;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.lava.inte_lava)) {
control = 1;
this.gotoAndPlay("muerte");
}
f = 100;
while (f <= 108) {
if (this.hitTest(_root["nuevaflecha" + f].inte.dentro.punta)) {
control = 1;
this.gotoAndPlay("muerte");
}
f++;
}
f = 100;
if (((avanza == 1) && (this._y >= yinicial)) && (control == 0)) {
if (ymax < _root.ymuerte) {
control = 1;
this.gotoAndPlay("muerte");
}
if ((this._x >= _root.tope) && (control == 0)) {
this.gotoAndStop("rompe");
} else {
this._x = this._x + (2 + velocidad);
this._y = yinicial;
}
}
if ((avanza == 1) && (this._y < yinicial)) {
this._y = this._y + (5 + ((425 - ymax) / 15));
}
if ((((avanza == 1) && (this._y >= yinicial)) && (ymax > _root.ymuerte)) && (bajando == 1)) {
this.gotoAndPlay("salva");
bajando = 0;
avanza = 0;
}
}
Instance of Symbol 187 MovieClip "flecha" in Frame 112
onClipEvent (load) {
alea_flecha = Math.floor(random(3));
ini = _root.distancia_flecha;
}
onClipEvent (enterFrame) {
if (this._y < 550) {
if (this.hitTest(_root.catapulta.hombre)) {
_root.catapulta.hombre.play();
}
if (this._x > 380) {
this._x = this._x - ((_root.distancia_flecha / 5) + alea_flecha);
ini = ini - 2;
this._y = this._y - (3 + (ini / 20));
}
if (this._x <= 380) {
this.gotoAndStop(2);
this._x = this._x - ((_root.distancia_flecha / 5) + alea_flecha);
this._y = this._y + (13 + (_root.distancia_flecha / 15));
}
}
if (this._y > 550) {
removeMovieClip(this);
this._visible = false;
}
}
Instance of Symbol 534 MovieClip in Frame 112
onClipEvent (load) {
_root.carroexiste = 0;
}
onClipEvent (enterFrame) {
alea = Math.floor(random(500));
if (alea < 6) {
this.gotoAndStop("1");
}
if (((alea == 2) || (alea == 20)) || (alea == 200)) {
this.gotoAndStop("2");
}
}
Frame 113
comienza();
ymuerte = 200;
aleatorio_flecha = 200;
aleatorio_soldado = 150;
_root.dragon.gotoAndStop("2");
_root.ogro.gotoAndStop("2");
_root.marca_dragon.gotoAndStop("2");
_root.marca_ogro.gotoAndStop("2");
Instance of Symbol 363 MovieClip "barra_vida" in Frame 113
onClipEvent (load) {
this._width = _root.vida;
}
Instance of Symbol 500 MovieClip in Frame 113
onClipEvent (load) {
parcial = 0;
}
onClipEvent (enterFrame) {
parcial = parcial + 1;
if (parcial >= 100) {
parcial = 0;
_root.tiempo = _root.tiempo - 1;
if (_root.tiempo <= 0) {
if (_root.prisioneros >= 1) {
_root.gotoAndStop("ejecuciones");
} else {
_root.gotoAndPlay("tequedan");
}
}
}
}
Instance of Symbol 181 MovieClip "castillo" in Frame 113
/* no clip actions */
Instance of Symbol 533 MovieClip "enemigo" in Frame 113
onClipEvent (load) {
avanza = 1;
control = 0;
bajando = 0;
velocidad = Math.floor(random(6));
this._y = 400 + Math.floor(random(50));
yinicial = this._y;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.lava.inte_lava)) {
control = 1;
this.gotoAndPlay("muerte");
}
f = 100;
while (f <= 108) {
if (this.hitTest(_root["nuevaflecha" + f].inte.dentro.punta)) {
control = 1;
this.gotoAndPlay("muerte");
}
f++;
}
f = 100;
if (((avanza == 1) && (this._y >= yinicial)) && (control == 0)) {
if (ymax < _root.ymuerte) {
control = 1;
this.gotoAndPlay("muerte");
}
if ((this._x >= _root.tope) && (control == 0)) {
this.gotoAndStop("rompe");
} else {
this._x = this._x + (2 + velocidad);
this._y = yinicial;
}
}
if ((avanza == 1) && (this._y < yinicial)) {
this._y = this._y + (5 + ((425 - ymax) / 15));
}
if ((((avanza == 1) && (this._y >= yinicial)) && (ymax > _root.ymuerte)) && (bajando == 1)) {
this.gotoAndPlay("salva");
bajando = 0;
avanza = 0;
}
}
Instance of Symbol 187 MovieClip "flecha" in Frame 113
onClipEvent (load) {
alea_flecha = Math.floor(random(3));
ini = _root.distancia_flecha;
}
onClipEvent (enterFrame) {
if (this._y < 550) {
if (this.hitTest(_root.catapulta.hombre)) {
_root.catapulta.hombre.play();
}
if (this._x > 380) {
this._x = this._x - ((_root.distancia_flecha / 5) + alea_flecha);
ini = ini - 2;
this._y = this._y - (3 + (ini / 20));
}
if (this._x <= 380) {
this.gotoAndStop(2);
this._x = this._x - ((_root.distancia_flecha / 5) + alea_flecha);
this._y = this._y + (13 + (_root.distancia_flecha / 15));
}
}
if (this._y > 550) {
removeMovieClip(this);
this._visible = false;
}
}
Instance of Symbol 534 MovieClip in Frame 113
onClipEvent (load) {
_root.carroexiste = 0;
}
onClipEvent (enterFrame) {
alea = Math.floor(random(500));
if (alea < 6) {
this.gotoAndStop("1");
}
if ((alea == 20) || (alea == 200)) {
this.gotoAndStop("2");
}
}
Frame 114
comienza();
ymuerte = 200;
aleatorio_flecha = Math.floor(random(250));
aleatorio_soldado = Math.floor(random(250));
_root.marca_dragon.gotoAndStop("2");
_root.marca_ogro.gotoAndStop("2");
Instance of Symbol 363 MovieClip "barra_vida" in Frame 114
onClipEvent (load) {
this._width = _root.vida;
}
Instance of Symbol 500 MovieClip in Frame 114
onClipEvent (load) {
parcial = 0;
}
onClipEvent (enterFrame) {
parcial = parcial + 1;
if (parcial >= 100) {
parcial = 0;
_root.tiempo = _root.tiempo - 1;
if (_root.tiempo <= 0) {
if (_root.prisioneros >= 1) {
_root.gotoAndStop("ejecuciones");
} else {
_root.gotoAndPlay("tequedan");
}
}
}
}
Instance of Symbol 568 MovieClip in Frame 114
onClipEvent (load) {
_root.ogroexiste = 0;
}
onClipEvent (enterFrame) {
aleaogro = Math.floor(random(1000));
if ((aleaogro == 1) && (_root.ogroexiste == 0)) {
_root.ogroexiste = 1;
_root.marca_ogro.gotoAndStop("1");
_root.attachMovie("ogro", "ogro", 130);
_root.ogro._x = 0;
_root.ogro._y = 380;
}
}
Instance of Symbol 533 MovieClip "enemigo" in Frame 114
onClipEvent (load) {
avanza = 1;
control = 0;
bajando = 0;
velocidad = Math.floor(random(6));
this._y = 400 + Math.floor(random(50));
yinicial = this._y;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.lava.inte_lava)) {
control = 1;
this.gotoAndPlay("muerte");
}
f = 100;
while (f <= 108) {
if (this.hitTest(_root["nuevaflecha" + f].inte.dentro.punta)) {
control = 1;
this.gotoAndPlay("muerte");
}
f++;
}
f = 100;
if (((avanza == 1) && (this._y >= yinicial)) && (control == 0)) {
if (ymax < _root.ymuerte) {
control = 1;
this.gotoAndPlay("muerte");
}
if ((this._x >= _root.tope) && (control == 0)) {
this.gotoAndStop("rompe");
} else {
this._x = this._x + (2 + velocidad);
this._y = yinicial;
}
}
if ((avanza == 1) && (this._y < yinicial)) {
this._y = this._y + (5 + ((425 - ymax) / 15));
}
if ((((avanza == 1) && (this._y >= yinicial)) && (ymax > _root.ymuerte)) && (bajando == 1)) {
this.gotoAndPlay("salva");
bajando = 0;
avanza = 0;
}
}
Instance of Symbol 187 MovieClip "flecha" in Frame 114
onClipEvent (load) {
alea_flecha = Math.floor(random(3));
ini = _root.distancia_flecha;
}
onClipEvent (enterFrame) {
if (this._y < 550) {
if (this.hitTest(_root.catapulta.hombre)) {
_root.catapulta.hombre.play();
}
if (this._x > 380) {
this._x = this._x - ((_root.distancia_flecha / 5) + alea_flecha);
ini = ini - 2;
this._y = this._y - (3 + (ini / 20));
}
if (this._x <= 380) {
this.gotoAndStop(2);
this._x = this._x - ((_root.distancia_flecha / 5) + alea_flecha);
this._y = this._y + (13 + (_root.distancia_flecha / 15));
}
}
if (this._y > 550) {
removeMovieClip(this);
this._visible = false;
}
}
Instance of Symbol 534 MovieClip in Frame 114
onClipEvent (load) {
_root.carroexiste = 0;
}
onClipEvent (enterFrame) {
alea = Math.floor(random(500));
if (alea < 6) {
this.gotoAndStop("1");
}
if ((alea == 20) || (alea == 200)) {
this.gotoAndStop("2");
}
}
Frame 115
comienza();
ymuerte = 150;
aleatorio_flecha = 140;
aleatorio_soldado = 150;
_root.marca_dragon.gotoAndStop("2");
_root.marca_ogro.gotoAndStop("2");
Instance of Symbol 363 MovieClip "barra_vida" in Frame 115
onClipEvent (load) {
this._width = _root.vida;
}
Instance of Symbol 500 MovieClip in Frame 115
onClipEvent (load) {
parcial = 0;
}
onClipEvent (enterFrame) {
parcial = parcial + 1;
if (parcial >= 100) {
parcial = 0;
_root.tiempo = _root.tiempo - 1;
if (_root.tiempo <= 0) {
if (_root.prisioneros >= 1) {
_root.gotoAndStop("ejecuciones");
} else {
_root.gotoAndPlay("tequedan");
}
}
}
}
Instance of Symbol 513 MovieClip "lava" in Frame 115
/* no clip actions */
Instance of Symbol 187 MovieClip "flecha" in Frame 115
onClipEvent (load) {
alea_flecha = Math.floor(random(3));
ini = _root.distancia_flecha;
}
onClipEvent (enterFrame) {
if (this._y < 550) {
if (this.hitTest(_root.catapulta.hombre)) {
_root.catapulta.hombre.play();
}
if (this._x > 380) {
this._x = this._x - ((_root.distancia_flecha / 5) + alea_flecha);
ini = ini - 2;
this._y = this._y - (3 + (ini / 20));
}
if (this._x <= 380) {
this.gotoAndStop(2);
this._x = this._x - ((_root.distancia_flecha / 5) + alea_flecha);
this._y = this._y + (13 + (_root.distancia_flecha / 15));
}
}
if (this._y > 550) {
removeMovieClip(this);
this._visible = false;
}
}
Instance of Symbol 533 MovieClip "enemigo" in Frame 115
onClipEvent (load) {
avanza = 1;
control = 0;
bajando = 0;
velocidad = Math.floor(random(6));
this._y = 400 + Math.floor(random(50));
yinicial = this._y;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.lava.inte_lava)) {
control = 1;
this.gotoAndPlay("muerte");
}
f = 100;
while (f <= 108) {
if (this.hitTest(_root["nuevaflecha" + f].inte.dentro.punta)) {
control = 1;
this.gotoAndPlay("muerte");
}
f++;
}
f = 100;
if (((avanza == 1) && (this._y >= yinicial)) && (control == 0)) {
if (ymax < _root.ymuerte) {
control = 1;
this.gotoAndPlay("muerte");
}
if ((this._x >= _root.tope) && (control == 0)) {
this.gotoAndStop("rompe");
} else {
this._x = this._x + (2 + velocidad);
this._y = yinicial;
}
}
if ((avanza == 1) && (this._y < yinicial)) {
this._y = this._y + (5 + ((425 - ymax) / 15));
}
if ((((avanza == 1) && (this._y >= yinicial)) && (ymax > _root.ymuerte)) && (bajando == 1)) {
this.gotoAndPlay("salva");
bajando = 0;
avanza = 0;
}
}
Instance of Symbol 534 MovieClip in Frame 115
onClipEvent (load) {
_root.carroexiste = 0;
}
onClipEvent (enterFrame) {
alea = Math.floor(random(500));
if (alea < 6) {
this.gotoAndStop("1");
}
if ((alea == 20) || (alea == 200)) {
this.gotoAndStop("2");
}
}
Instance of Symbol 568 MovieClip in Frame 115
onClipEvent (load) {
_root.ogroexiste = 0;
variable_alea = Math.floor(random(1000)) + 300;
}
onClipEvent (enterFrame) {
aleaogro = Math.floor(random(variable_alea));
if ((aleaogro == 1) && (_root.ogroexiste == 0)) {
_root.ogroexiste = 1;
_root.marca_ogro.gotoAndStop("1");
_root.attachMovie("ogro", "ogro", 130);
_root.ogro._x = 0;
_root.ogro._y = 380;
}
}
Frame 116
comienza();
ymuerte = 150;
aleatorio_flecha = Math.floor(random(250));
aleatorio_soldado = Math.floor(random(250));
_root.marca_dragon.gotoAndStop("2");
_root.marca_ogro.gotoAndStop("2");
Instance of Symbol 363 MovieClip "barra_vida" in Frame 116
onClipEvent (load) {
this._width = _root.vida;
}
Instance of Symbol 500 MovieClip in Frame 116
onClipEvent (load) {
parcial = 0;
}
onClipEvent (enterFrame) {
parcial = parcial + 1;
if (parcial >= 100) {
parcial = 0;
_root.tiempo = _root.tiempo - 1;
if (_root.tiempo <= 0) {
if (_root.prisioneros >= 1) {
_root.gotoAndStop("ejecuciones");
} else {
_root.gotoAndPlay("tequedan");
}
}
}
}
Instance of Symbol 568 MovieClip in Frame 116
onClipEvent (load) {
_root.ogroexiste = 0;
}
onClipEvent (enterFrame) {
aleaogro = Math.floor(random(800));
if ((aleaogro == 1) && (_root.ogroexiste == 0)) {
_root.ogroexiste = 1;
_root.marca_ogro.gotoAndStop("1");
_root.attachMovie("ogro", "ogro", 130);
_root.ogro._x = 0;
_root.ogro._y = 380;
}
}
Instance of Symbol 533 MovieClip "enemigo" in Frame 116
onClipEvent (load) {
avanza = 1;
control = 0;
bajando = 0;
velocidad = Math.floor(random(6));
this._y = 400 + Math.floor(random(50));
yinicial = this._y;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.lava.inte_lava)) {
control = 1;
this.gotoAndPlay("muerte");
}
f = 100;
while (f <= 108) {
if (this.hitTest(_root["nuevaflecha" + f].inte.dentro.punta)) {
control = 1;
this.gotoAndPlay("muerte");
}
f++;
}
f = 100;
if (((avanza == 1) && (this._y >= yinicial)) && (control == 0)) {
if (ymax < _root.ymuerte) {
control = 1;
this.gotoAndPlay("muerte");
}
if ((this._x >= _root.tope) && (control == 0)) {
this.gotoAndStop("rompe");
} else {
this._x = this._x + (2 + velocidad);
this._y = yinicial;
}
}
if ((avanza == 1) && (this._y < yinicial)) {
this._y = this._y + (5 + ((425 - ymax) / 15));
}
if ((((avanza == 1) && (this._y >= yinicial)) && (ymax > _root.ymuerte)) && (bajando == 1)) {
this.gotoAndPlay("salva");
bajando = 0;
avanza = 0;
}
}
Instance of Symbol 187 MovieClip "flecha" in Frame 116
onClipEvent (load) {
alea_flecha = Math.floor(random(3));
ini = _root.distancia_flecha;
}
onClipEvent (enterFrame) {
if (this._y < 550) {
if (this.hitTest(_root.catapulta.hombre)) {
_root.catapulta.hombre.play();
}
if (this._x > 380) {
this._x = this._x - ((_root.distancia_flecha / 5) + alea_flecha);
ini = ini - 2;
this._y = this._y - (3 + (ini / 20));
}
if (this._x <= 380) {
this.gotoAndStop(2);
this._x = this._x - ((_root.distancia_flecha / 5) + alea_flecha);
this._y = this._y + (13 + (_root.distancia_flecha / 15));
}
}
if (this._y > 550) {
removeMovieClip(this);
this._visible = false;
}
}
Instance of Symbol 534 MovieClip in Frame 116
onClipEvent (load) {
_root.carroexiste = 0;
}
onClipEvent (enterFrame) {
alea = Math.floor(random(500));
if (alea < 6) {
this.gotoAndStop("1");
}
if ((alea == 20) || (alea == 200)) {
this.gotoAndStop("2");
}
}
Frame 117
comienza();
ymuerte = 150;
aleatorio_flecha = 120;
aleatorio_soldado = 130;
_root.marca_dragon.gotoAndStop("2");
_root.marca_ogro.gotoAndStop("2");
Instance of Symbol 363 MovieClip "barra_vida" in Frame 117
onClipEvent (load) {
this._width = _root.vida;
}
Instance of Symbol 500 MovieClip in Frame 117
onClipEvent (load) {
parcial = 0;
}
onClipEvent (enterFrame) {
parcial = parcial + 1;
if (parcial >= 100) {
parcial = 0;
_root.tiempo = _root.tiempo - 1;
if (_root.tiempo <= 0) {
if (_root.prisioneros >= 1) {
_root.gotoAndStop("ejecuciones");
} else {
_root.gotoAndPlay("tequedan");
}
}
}
}
Instance of Symbol 568 MovieClip in Frame 117
onClipEvent (load) {
_root.ogroexiste = 0;
}
onClipEvent (enterFrame) {
aleaogro = Math.floor(random(800));
if ((aleaogro == 1) && (_root.ogroexiste == 0)) {
_root.ogroexiste = 1;
_root.marca_ogro.gotoAndStop("1");
_root.attachMovie("ogro", "ogro", 130);
_root.ogro._x = 0;
_root.ogro._y = 380;
}
}
Instance of Symbol 533 MovieClip "enemigo" in Frame 117
onClipEvent (load) {
avanza = 1;
control = 0;
bajando = 0;
velocidad = Math.floor(random(6));
this._y = 400 + Math.floor(random(50));
yinicial = this._y;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.lava.inte_lava)) {
control = 1;
this.gotoAndPlay("muerte");
}
f = 100;
while (f <= 108) {
if (this.hitTest(_root["nuevaflecha" + f].inte.dentro.punta)) {
control = 1;
this.gotoAndPlay("muerte");
}
f++;
}
f = 100;
if (((avanza == 1) && (this._y >= yinicial)) && (control == 0)) {
if (ymax < _root.ymuerte) {
control = 1;
this.gotoAndPlay("muerte");
}
if ((this._x >= _root.tope) && (control == 0)) {
this.gotoAndStop("rompe");
} else {
this._x = this._x + (2 + velocidad);
this._y = yinicial;
}
}
if ((avanza == 1) && (this._y < yinicial)) {
this._y = this._y + (5 + ((425 - ymax) / 15));
}
if ((((avanza == 1) && (this._y >= yinicial)) && (ymax > _root.ymuerte)) && (bajando == 1)) {
this.gotoAndPlay("salva");
bajando = 0;
avanza = 0;
}
}
Instance of Symbol 187 MovieClip "flecha" in Frame 117
onClipEvent (load) {
alea_flecha = Math.floor(random(3));
ini = _root.distancia_flecha;
}
onClipEvent (enterFrame) {
if (this._y < 550) {
if (this.hitTest(_root.catapulta.hombre)) {
_root.catapulta.hombre.play();
}
if (this._x > 380) {
this._x = this._x - ((_root.distancia_flecha / 5) + alea_flecha);
ini = ini - 2;
this._y = this._y - (3 + (ini / 20));
}
if (this._x <= 380) {
this.gotoAndStop(2);
this._x = this._x - ((_root.distancia_flecha / 5) + alea_flecha);
this._y = this._y + (13 + (_root.distancia_flecha / 15));
}
}
if (this._y > 550) {
removeMovieClip(this);
this._visible = false;
}
}
Instance of Symbol 534 MovieClip in Frame 117
onClipEvent (load) {
_root.carroexiste = 0;
}
onClipEvent (enterFrame) {
alea = Math.floor(random(500));
if (alea < 6) {
this.gotoAndStop("1");
}
if ((alea == 20) || (alea == 200)) {
this.gotoAndStop("2");
}
}
Instance of Symbol 568 MovieClip in Frame 117
onClipEvent (load) {
datoalea = Math.floor(random(1000));
_root.dragonexiste = 0;
}
onClipEvent (enterFrame) {
aleadragon = Math.floor(random(datoalea));
if ((aleadragon == 1) && (_root.dragonexiste == 0)) {
_root.dragonexiste = 1;
_root.marca_dragon.gotoAndStop("1");
_root.attachMovie("dragon", "dragon", 90);
_root.dragon._x = -115;
_root.dragon._y = 256;
}
}
Frame 118
comienza();
ymuerte = 150;
aleatorio_flecha = Math.floor(random(120));
aleatorio_soldado = Math.floor(random(250));
_root.marca_dragon.gotoAndStop("2");
_root.marca_ogro.gotoAndStop("2");
Instance of Symbol 363 MovieClip "barra_vida" in Frame 118
onClipEvent (load) {
this._width = _root.vida;
}
Instance of Symbol 500 MovieClip in Frame 118
onClipEvent (load) {
parcial = 0;
}
onClipEvent (enterFrame) {
parcial = parcial + 1;
if (parcial >= 100) {
parcial = 0;
_root.tiempo = _root.tiempo - 1;
if (_root.tiempo <= 0) {
if (_root.prisioneros >= 1) {
_root.gotoAndStop("ejecuciones");
} else {
_root.gotoAndPlay("tequedan");
}
}
}
}
Instance of Symbol 568 MovieClip in Frame 118
onClipEvent (load) {
_root.ogroexiste = 0;
}
onClipEvent (enterFrame) {
aleaogro = Math.floor(random(800));
if ((aleaogro == 1) && (_root.ogroexiste == 0)) {
_root.ogroexiste = 1;
_root.marca_ogro.gotoAndStop("1");
_root.attachMovie("ogro", "ogro", 130);
_root.ogro._x = 0;
_root.ogro._y = 380;
}
}
Instance of Symbol 533 MovieClip "enemigo" in Frame 118
onClipEvent (load) {
avanza = 1;
control = 0;
bajando = 0;
velocidad = Math.floor(random(6));
this._y = 400 + Math.floor(random(50));
yinicial = this._y;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.lava.inte_lava)) {
control = 1;
this.gotoAndPlay("muerte");
}
f = 100;
while (f <= 108) {
if (this.hitTest(_root["nuevaflecha" + f].inte.dentro.punta)) {
control = 1;
this.gotoAndPlay("muerte");
}
f++;
}
f = 100;
if (((avanza == 1) && (this._y >= yinicial)) && (control == 0)) {
if (ymax < _root.ymuerte) {
control = 1;
this.gotoAndPlay("muerte");
}
if ((this._x >= _root.tope) && (control == 0)) {
this.gotoAndStop("rompe");
} else {
this._x = this._x + (2 + velocidad);
this._y = yinicial;
}
}
if ((avanza == 1) && (this._y < yinicial)) {
this._y = this._y + (5 + ((425 - ymax) / 15));
}
if ((((avanza == 1) && (this._y >= yinicial)) && (ymax > _root.ymuerte)) && (bajando == 1)) {
this.gotoAndPlay("salva");
bajando = 0;
avanza = 0;
}
}
Instance of Symbol 187 MovieClip "flecha" in Frame 118
onClipEvent (load) {
alea_flecha = Math.floor(random(3));
ini = _root.distancia_flecha;
}
onClipEvent (enterFrame) {
if (this._y < 550) {
if (this.hitTest(_root.catapulta.hombre)) {
_root.catapulta.hombre.play();
}
if (this._x > 380) {
this._x = this._x - ((_root.distancia_flecha / 5) + alea_flecha);
ini = ini - 2;
this._y = this._y - (3 + (ini / 20));
}
if (this._x <= 380) {
this.gotoAndStop(2);
this._x = this._x - ((_root.distancia_flecha / 5) + alea_flecha);
this._y = this._y + (13 + (_root.distancia_flecha / 15));
}
}
if (this._y > 550) {
removeMovieClip(this);
this._visible = false;
}
}
Instance of Symbol 534 MovieClip in Frame 118
onClipEvent (load) {
_root.carroexiste = 0;
}
onClipEvent (enterFrame) {
alea = Math.floor(random(500));
if (alea < 6) {
this.gotoAndStop("1");
}
if ((alea == 20) || (alea == 200)) {
this.gotoAndStop("2");
}
}
Instance of Symbol 568 MovieClip in Frame 118
onClipEvent (load) {
datoalea = Math.floor(random(1000));
_root.dragonexiste = 0;
}
onClipEvent (enterFrame) {
aleadragon = Math.floor(random(datoalea));
if ((aleadragon == 1) && (_root.dragonexiste == 0)) {
_root.dragonexiste = 1;
_root.marca_dragon.gotoAndStop("1");
_root.attachMovie("dragon", "dragon", 90);
_root.dragon._x = -115;
_root.dragon._y = 256;
}
}
Frame 119
comienza();
ymuerte = 150;
aleatorio_flecha = 120;
aleatorio_soldado = Math.floor(random(250));
_root.marca_dragon.gotoAndStop("2");
_root.marca_ogro.gotoAndStop("2");
Instance of Symbol 363 MovieClip "barra_vida" in Frame 119
onClipEvent (load) {
this._width = _root.vida;
}
Instance of Symbol 500 MovieClip in Frame 119
onClipEvent (load) {
parcial = 0;
}
onClipEvent (enterFrame) {
parcial = parcial + 1;
if (parcial >= 100) {
parcial = 0;
_root.tiempo = _root.tiempo - 1;
if (_root.tiempo <= 0) {
if (_root.prisioneros >= 1) {
_root.gotoAndStop("ejecuciones");
} else {
_root.gotoAndPlay("tequedan");
}
}
}
}
Instance of Symbol 568 MovieClip in Frame 119
onClipEvent (load) {
_root.ogroexiste = 0;
}
onClipEvent (enterFrame) {
aleaogro = Math.floor(random(600));
if ((aleaogro == 1) && (_root.ogroexiste == 0)) {
_root.ogroexiste = 1;
_root.marca_ogro.gotoAndStop("1");
_root.attachMovie("ogro", "ogro", 130);
_root.ogro._x = 0;
_root.ogro._y = 380;
}
}
Instance of Symbol 533 MovieClip "enemigo" in Frame 119
onClipEvent (load) {
avanza = 1;
control = 0;
bajando = 0;
velocidad = Math.floor(random(6));
this._y = 400 + Math.floor(random(50));
yinicial = this._y;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.lava.inte_lava)) {
control = 1;
this.gotoAndPlay("muerte");
}
f = 100;
while (f <= 108) {
if (this.hitTest(_root["nuevaflecha" + f].inte.dentro.punta)) {
control = 1;
this.gotoAndPlay("muerte");
}
f++;
}
f = 100;
if (((avanza == 1) && (this._y >= yinicial)) && (control == 0)) {
if (ymax < _root.ymuerte) {
control = 1;
this.gotoAndPlay("muerte");
}
if ((this._x >= _root.tope) && (control == 0)) {
this.gotoAndStop("rompe");
} else {
this._x = this._x + (2 + velocidad);
this._y = yinicial;
}
}
if ((avanza == 1) && (this._y < yinicial)) {
this._y = this._y + (5 + ((425 - ymax) / 15));
}
if ((((avanza == 1) && (this._y >= yinicial)) && (ymax > _root.ymuerte)) && (bajando == 1)) {
this.gotoAndPlay("salva");
bajando = 0;
avanza = 0;
}
}
Instance of Symbol 187 MovieClip "flecha" in Frame 119
onClipEvent (load) {
alea_flecha = Math.floor(random(3));
ini = _root.distancia_flecha;
}
onClipEvent (enterFrame) {
if (this._y < 550) {
if (this.hitTest(_root.catapulta.hombre)) {
_root.catapulta.hombre.play();
}
if (this._x > 380) {
this._x = this._x - ((_root.distancia_flecha / 5) + alea_flecha);
ini = ini - 2;
this._y = this._y - (3 + (ini / 20));
}
if (this._x <= 380) {
this.gotoAndStop(2);
this._x = this._x - ((_root.distancia_flecha / 5) + alea_flecha);
this._y = this._y + (13 + (_root.distancia_flecha / 15));
}
}
if (this._y > 550) {
removeMovieClip(this);
this._visible = false;
}
}
Instance of Symbol 534 MovieClip in Frame 119
onClipEvent (load) {
_root.carroexiste = 0;
}
onClipEvent (enterFrame) {
alea = Math.floor(random(500));
if (alea < 6) {
this.gotoAndStop("1");
}
if ((alea == 20) || (alea == 200)) {
this.gotoAndStop("2");
}
}
Instance of Symbol 568 MovieClip in Frame 119
onClipEvent (load) {
datoalea = Math.floor(random(1000));
_root.dragonexiste = 0;
}
onClipEvent (enterFrame) {
aleadragon = Math.floor(random(datoalea));
if ((aleadragon == 1) && (_root.dragonexiste == 0)) {
_root.dragonexiste = 1;
_root.marca_dragon.gotoAndStop("1");
_root.attachMovie("dragon", "dragon", 90);
_root.dragon._x = -115;
_root.dragon._y = 256;
}
}
Frame 120
comienza();
ymuerte = 150;
aleatorio_flecha = 70;
aleatorio_soldado = 160;
_root.marca_dragon.gotoAndStop("2");
_root.marca_ogro.gotoAndStop("2");
Instance of Symbol 363 MovieClip "barra_vida" in Frame 120
onClipEvent (load) {
this._width = _root.vida;
}
Instance of Symbol 500 MovieClip in Frame 120
onClipEvent (load) {
parcial = 0;
}
onClipEvent (enterFrame) {
parcial = parcial + 1;
if (parcial >= 100) {
parcial = 0;
_root.tiempo = _root.tiempo - 1;
if (_root.tiempo <= 0) {
if (_root.prisioneros >= 1) {
_root.gotoAndStop("ejecuciones");
} else {
_root.gotoAndPlay("tequedan");
}
}
}
}
Instance of Symbol 568 MovieClip in Frame 120
onClipEvent (load) {
_root.ogroexiste = 0;
}
onClipEvent (enterFrame) {
aleaogro = Math.floor(random(3000));
if ((aleaogro == 1) && (_root.ogroexiste == 0)) {
_root.ogroexiste = 1;
_root.marca_ogro.gotoAndStop("1");
_root.attachMovie("ogro", "ogro", 130);
_root.ogro._x = 0;
_root.ogro._y = 380;
}
}
Instance of Symbol 533 MovieClip "enemigo" in Frame 120
onClipEvent (load) {
avanza = 1;
control = 0;
bajando = 0;
velocidad = Math.floor(random(6));
this._y = 400 + Math.floor(random(50));
yinicial = this._y;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.lava.inte_lava)) {
control = 1;
this.gotoAndPlay("muerte");
}
f = 100;
while (f <= 108) {
if (this.hitTest(_root["nuevaflecha" + f].inte.dentro.punta)) {
control = 1;
this.gotoAndPlay("muerte");
}
f++;
}
f = 100;
if (((avanza == 1) && (this._y >= yinicial)) && (control == 0)) {
if (ymax < _root.ymuerte) {
control = 1;
this.gotoAndPlay("muerte");
}
if ((this._x >= _root.tope) && (control == 0)) {
this.gotoAndStop("rompe");
} else {
this._x = this._x + (2 + velocidad);
this._y = yinicial;
}
}
if ((avanza == 1) && (this._y < yinicial)) {
this._y = this._y + (5 + ((425 - ymax) / 15));
}
if ((((avanza == 1) && (this._y >= yinicial)) && (ymax > _root.ymuerte)) && (bajando == 1)) {
this.gotoAndPlay("salva");
bajando = 0;
avanza = 0;
}
}
Instance of Symbol 187 MovieClip "flecha" in Frame 120
onClipEvent (load) {
alea_flecha = Math.floor(random(3));
ini = _root.distancia_flecha;
}
onClipEvent (enterFrame) {
if (this._y < 550) {
if (this.hitTest(_root.catapulta.hombre)) {
_root.catapulta.hombre.play();
}
if (this._x > 380) {
this._x = this._x - ((_root.distancia_flecha / 5) + alea_flecha);
ini = ini - 2;
this._y = this._y - (3 + (ini / 20));
}
if (this._x <= 380) {
this.gotoAndStop(2);
this._x = this._x - ((_root.distancia_flecha / 5) + alea_flecha);
this._y = this._y + (13 + (_root.distancia_flecha / 15));
}
}
if (this._y > 550) {
removeMovieClip(this);
this._visible = false;
}
}
Instance of Symbol 534 MovieClip in Frame 120
onClipEvent (load) {
_root.carroexiste = 0;
}
onClipEvent (enterFrame) {
alea = Math.floor(random(500));
if (alea < 6) {
this.gotoAndStop("1");
}
if ((alea == 20) || (alea == 200)) {
this.gotoAndStop("2");
}
}
Instance of Symbol 568 MovieClip in Frame 120
onClipEvent (load) {
datoalea = Math.floor(random(10000));
_root.dragonexiste = 0;
}
onClipEvent (enterFrame) {
aleadragon = Math.floor(random(datoalea));
if ((aleadragon == 1) && (_root.dragonexiste == 0)) {
_root.dragonexiste = 1;
_root.marca_dragon.gotoAndStop("1");
_root.attachMovie("dragon", "dragon", 90);
_root.dragon._x = -115;
_root.dragon._y = 256;
}
}
Frame 121
comienza();
ymuerte = 150;
aleatorio_flecha = 150;
aleatorio_soldado = Math.floor(random(250));
_root.marca_dragon.gotoAndStop("2");
_root.marca_ogro.gotoAndStop("2");
Instance of Symbol 363 MovieClip "barra_vida" in Frame 121
onClipEvent (load) {
this._width = _root.vida;
}
Instance of Symbol 500 MovieClip in Frame 121
onClipEvent (load) {
parcial = 0;
}
onClipEvent (enterFrame) {
parcial = parcial + 1;
if (parcial >= 100) {
parcial = 0;
_root.tiempo = _root.tiempo - 1;
if (_root.tiempo <= 0) {
if (_root.prisioneros >= 1) {
_root.gotoAndStop("ejecuciones");
} else {
_root.gotoAndPlay("tequedan");
}
}
}
}
Instance of Symbol 533 MovieClip "enemigo" in Frame 121
onClipEvent (load) {
avanza = 1;
control = 0;
bajando = 0;
velocidad = Math.floor(random(6));
this._y = 400 + Math.floor(random(50));
yinicial = this._y;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.lava.inte_lava)) {
control = 1;
this.gotoAndPlay("muerte");
}
f = 100;
while (f <= 108) {
if (this.hitTest(_root["nuevaflecha" + f].inte.dentro.punta)) {
control = 1;
this.gotoAndPlay("muerte");
}
f++;
}
f = 100;
if (((avanza == 1) && (this._y >= yinicial)) && (control == 0)) {
if (ymax < _root.ymuerte) {
control = 1;
this.gotoAndPlay("muerte");
}
if ((this._x >= _root.tope) && (control == 0)) {
this.gotoAndStop("rompe");
} else {
this._x = this._x + (2 + velocidad);
this._y = yinicial;
}
}
if ((avanza == 1) && (this._y < yinicial)) {
this._y = this._y + (5 + ((425 - ymax) / 15));
}
if ((((avanza == 1) && (this._y >= yinicial)) && (ymax > _root.ymuerte)) && (bajando == 1)) {
this.gotoAndPlay("salva");
bajando = 0;
avanza = 0;
}
}
Instance of Symbol 187 MovieClip "flecha" in Frame 121
onClipEvent (load) {
alea_flecha = Math.floor(random(3));
ini = _root.distancia_flecha;
}
onClipEvent (enterFrame) {
if (this._y < 550) {
if (this.hitTest(_root.catapulta.hombre)) {
_root.catapulta.hombre.play();
}
if (this._x > 380) {
this._x = this._x - ((_root.distancia_flecha / 5) + alea_flecha);
ini = ini - 2;
this._y = this._y - (3 + (ini / 20));
}
if (this._x <= 380) {
this.gotoAndStop(2);
this._x = this._x - ((_root.distancia_flecha / 5) + alea_flecha);
this._y = this._y + (13 + (_root.distancia_flecha / 15));
}
}
if (this._y > 550) {
removeMovieClip(this);
this._visible = false;
}
}
Instance of Symbol 534 MovieClip in Frame 121
onClipEvent (load) {
_root.carroexiste = 0;
}
onClipEvent (enterFrame) {
alea = Math.floor(random(500));
if (alea < 6) {
this.gotoAndStop("1");
}
if ((alea == 20) || (alea == 200)) {
this.gotoAndStop("2");
}
}
Instance of Symbol 568 MovieClip in Frame 121
onClipEvent (load) {
_root.ogroexiste = 0;
variable_alea = Math.floor(random(4000)) + 300;
}
onClipEvent (enterFrame) {
aleaogro = Math.floor(random(variable_alea));
if ((aleaogro == 1) && (_root.ogroexiste == 0)) {
_root.ogroexiste = 1;
_root.marca_ogro.gotoAndStop("1");
_root.attachMovie("ogro", "ogro", 130);
_root.ogro._x = 0;
_root.ogro._y = 380;
}
}
Instance of Symbol 568 MovieClip in Frame 121
onClipEvent (load) {
datoalea = Math.floor(random(5000));
_root.dragonexiste = 0;
}
onClipEvent (enterFrame) {
aleadragon = Math.floor(random(datoalea));
if ((aleadragon == 1) && (_root.dragonexiste == 0)) {
_root.dragonexiste = 1;
_root.marca_dragon.gotoAndStop("1");
_root.attachMovie("dragon", "dragon", 90);
_root.dragon._x = -115;
_root.dragon._y = 256;
}
}
Frame 122
comienza();
ymuerte = 150;
aleatorio_flecha = 500;
aleatorio_soldado = 130;
_root.marca_dragon.gotoAndStop("2");
_root.marca_ogro.gotoAndStop("2");
Instance of Symbol 363 MovieClip "barra_vida" in Frame 122
onClipEvent (load) {
this._width = _root.vida;
}
Instance of Symbol 500 MovieClip in Frame 122
onClipEvent (load) {
parcial = 0;
}
onClipEvent (enterFrame) {
parcial = parcial + 1;
if (parcial >= 100) {
parcial = 0;
_root.tiempo = _root.tiempo - 1;
if (_root.tiempo <= 0) {
if (_root.prisioneros >= 1) {
_root.gotoAndStop("ejecuciones");
} else {
_root.gotoAndPlay("tequedan");
}
}
}
}
Instance of Symbol 568 MovieClip in Frame 122
onClipEvent (load) {
_root.ogroexiste = 0;
}
onClipEvent (enterFrame) {
aleaogro = Math.floor(random(300));
if ((aleaogro == 1) && (_root.ogroexiste == 0)) {
_root.ogroexiste = 1;
_root.marca_ogro.gotoAndStop("1");
_root.attachMovie("ogro", "ogro", 130);
_root.ogro._x = 0;
_root.ogro._y = 380;
}
}
Instance of Symbol 533 MovieClip "enemigo" in Frame 122
onClipEvent (load) {
avanza = 1;
control = 0;
bajando = 0;
velocidad = Math.floor(random(6));
this._y = 400 + Math.floor(random(50));
yinicial = this._y;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.lava.inte_lava)) {
control = 1;
this.gotoAndPlay("muerte");
}
f = 100;
while (f <= 108) {
if (this.hitTest(_root["nuevaflecha" + f].inte.dentro.punta)) {
control = 1;
this.gotoAndPlay("muerte");
}
f++;
}
f = 100;
if (((avanza == 1) && (this._y >= yinicial)) && (control == 0)) {
if (ymax < _root.ymuerte) {
control = 1;
this.gotoAndPlay("muerte");
}
if ((this._x >= _root.tope) && (control == 0)) {
this.gotoAndStop("rompe");
} else {
this._x = this._x + (2 + velocidad);
this._y = yinicial;
}
}
if ((avanza == 1) && (this._y < yinicial)) {
this._y = this._y + (5 + ((425 - ymax) / 15));
}
if ((((avanza == 1) && (this._y >= yinicial)) && (ymax > _root.ymuerte)) && (bajando == 1)) {
this.gotoAndPlay("salva");
bajando = 0;
avanza = 0;
}
}
Instance of Symbol 187 MovieClip "flecha" in Frame 122
onClipEvent (load) {
alea_flecha = Math.floor(random(3));
ini = _root.distancia_flecha;
}
onClipEvent (enterFrame) {
if (this._y < 550) {
if (this.hitTest(_root.catapulta.hombre)) {
_root.catapulta.hombre.play();
}
if (this._x > 380) {
this._x = this._x - ((_root.distancia_flecha / 5) + alea_flecha);
ini = ini - 2;
this._y = this._y - (3 + (ini / 20));
}
if (this._x <= 380) {
this.gotoAndStop(2);
this._x = this._x - ((_root.distancia_flecha / 5) + alea_flecha);
this._y = this._y + (13 + (_root.distancia_flecha / 15));
}
}
if (this._y > 550) {
removeMovieClip(this);
this._visible = false;
}
}
Instance of Symbol 534 MovieClip in Frame 122
onClipEvent (load) {
_root.carroexiste = 0;
}
onClipEvent (enterFrame) {
alea = Math.floor(random(500));
if (alea < 6) {
this.gotoAndStop("1");
}
if ((alea == 20) || (alea == 200)) {
this.gotoAndStop("2");
}
}
Instance of Symbol 568 MovieClip in Frame 122
onClipEvent (load) {
datoalea = Math.floor(random(5000)) + 1000;
_root.dragonexiste = 0;
}
onClipEvent (enterFrame) {
aleadragon = Math.floor(random(datoalea));
if ((aleadragon == 1) && (_root.dragonexiste == 0)) {
_root.dragonexiste = 1;
_root.marca_dragon.gotoAndStop("1");
_root.attachMovie("dragon", "dragon", 90);
_root.dragon._x = -115;
_root.dragon._y = 256;
}
}
Frame 123
comienza();
ymuerte = 130;
aleatorio_flecha = Math.floor(random(800));
aleatorio_soldado = Math.floor(random(100));
_root.marca_dragon.gotoAndStop("2");
_root.marca_ogro.gotoAndStop("2");
Instance of Symbol 363 MovieClip "barra_vida" in Frame 123
onClipEvent (load) {
this._width = _root.vida;
}
Instance of Symbol 500 MovieClip in Frame 123
onClipEvent (load) {
parcial = 0;
}
onClipEvent (enterFrame) {
parcial = parcial + 1;
if (parcial >= 100) {
parcial = 0;
_root.tiempo = _root.tiempo - 1;
if (_root.tiempo <= 0) {
if (_root.prisioneros >= 1) {
_root.gotoAndStop("ejecuciones");
} else {
_root.gotoAndPlay("tequedan");
}
}
}
}
Instance of Symbol 533 MovieClip "enemigo" in Frame 123
onClipEvent (load) {
avanza = 1;
control = 0;
bajando = 0;
velocidad = Math.floor(random(6));
this._y = 400 + Math.floor(random(50));
yinicial = this._y;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.lava.inte_lava)) {
control = 1;
this.gotoAndPlay("muerte");
}
f = 100;
while (f <= 108) {
if (this.hitTest(_root["nuevaflecha" + f].inte.dentro.punta)) {
control = 1;
this.gotoAndPlay("muerte");
}
f++;
}
f = 100;
if (((avanza == 1) && (this._y >= yinicial)) && (control == 0)) {
if (ymax < _root.ymuerte) {
control = 1;
this.gotoAndPlay("muerte");
}
if ((this._x >= _root.tope) && (control == 0)) {
this.gotoAndStop("rompe");
} else {
this._x = this._x + (2 + velocidad);
this._y = yinicial;
}
}
if ((avanza == 1) && (this._y < yinicial)) {
this._y = this._y + (5 + ((425 - ymax) / 15));
}
if ((((avanza == 1) && (this._y >= yinicial)) && (ymax > _root.ymuerte)) && (bajando == 1)) {
this.gotoAndPlay("salva");
bajando = 0;
avanza = 0;
}
}
Instance of Symbol 187 MovieClip "flecha" in Frame 123
onClipEvent (load) {
alea_flecha = Math.floor(random(3));
ini = _root.distancia_flecha;
}
onClipEvent (enterFrame) {
if (this._y < 550) {
if (this.hitTest(_root.catapulta.hombre)) {
_root.catapulta.hombre.play();
}
if (this._x > 380) {
this._x = this._x - ((_root.distancia_flecha / 5) + alea_flecha);
ini = ini - 2;
this._y = this._y - (3 + (ini / 20));
}
if (this._x <= 380) {
this.gotoAndStop(2);
this._x = this._x - ((_root.distancia_flecha / 5) + alea_flecha);
this._y = this._y + (13 + (_root.distancia_flecha / 15));
}
}
if (this._y > 550) {
removeMovieClip(this);
this._visible = false;
}
}
Instance of Symbol 534 MovieClip in Frame 123
onClipEvent (load) {
_root.carroexiste = 0;
}
onClipEvent (enterFrame) {
alea = Math.floor(random(500));
if (alea < 6) {
this.gotoAndStop("1");
}
if ((alea == 20) || (alea == 200)) {
this.gotoAndStop("2");
}
}
Instance of Symbol 568 MovieClip in Frame 123
onClipEvent (load) {
_root.ogroexiste = 0;
variable_alea = Math.floor(random(1000)) + 300;
}
onClipEvent (enterFrame) {
aleaogro = Math.floor(random(variable_alea));
if ((aleaogro == 1) && (_root.ogroexiste == 0)) {
_root.ogroexiste = 1;
_root.marca_ogro.gotoAndStop("1");
_root.attachMovie("ogro", "ogro", 130);
_root.ogro._x = 0;
_root.ogro._y = 380;
}
}
Instance of Symbol 568 MovieClip in Frame 123
onClipEvent (load) {
datoalea = Math.floor(random(1000));
_root.dragonexiste = 0;
}
onClipEvent (enterFrame) {
aleadragon = Math.floor(random(datoalea));
if ((aleadragon == 1) && (_root.dragonexiste == 0)) {
_root.dragonexiste = 1;
_root.marca_dragon.gotoAndStop("1");
_root.attachMovie("dragon", "dragon", 90);
_root.dragon._x = -115;
_root.dragon._y = 256;
}
}
Frame 124
comienza();
ymuerte = 130;
aleatorio_flecha = 200;
aleatorio_soldado = Math.floor(random(250));
_root.marca_dragon.gotoAndStop("2");
_root.marca_ogro.gotoAndStop("2");
Instance of Symbol 363 MovieClip "barra_vida" in Frame 124
onClipEvent (load) {
this._width = _root.vida;
}
Instance of Symbol 500 MovieClip in Frame 124
onClipEvent (load) {
parcial = 0;
}
onClipEvent (enterFrame) {
parcial = parcial + 1;
if (parcial >= 100) {
parcial = 0;
_root.tiempo = _root.tiempo - 1;
if (_root.tiempo <= 0) {
if (_root.prisioneros >= 1) {
_root.gotoAndStop("ejecuciones");
} else {
_root.gotoAndPlay("tequedan");
}
}
}
}
Instance of Symbol 568 MovieClip in Frame 124
onClipEvent (load) {
_root.ogroexiste = 0;
}
onClipEvent (enterFrame) {
aleaogro = Math.floor(random(3000));
if ((aleaogro == 1) && (_root.ogroexiste == 0)) {
_root.ogroexiste = 1;
_root.marca_ogro.gotoAndStop("1");
_root.attachMovie("ogro", "ogro", 130);
_root.ogro._x = 0;
_root.ogro._y = 380;
}
}
Instance of Symbol 533 MovieClip "enemigo" in Frame 124
onClipEvent (load) {
avanza = 1;
control = 0;
bajando = 0;
velocidad = Math.floor(random(6));
this._y = 400 + Math.floor(random(50));
yinicial = this._y;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.lava.inte_lava)) {
control = 1;
this.gotoAndPlay("muerte");
}
f = 100;
while (f <= 108) {
if (this.hitTest(_root["nuevaflecha" + f].inte.dentro.punta)) {
control = 1;
this.gotoAndPlay("muerte");
}
f++;
}
f = 100;
if (((avanza == 1) && (this._y >= yinicial)) && (control == 0)) {
if (ymax < _root.ymuerte) {
control = 1;
this.gotoAndPlay("muerte");
}
if ((this._x >= _root.tope) && (control == 0)) {
this.gotoAndStop("rompe");
} else {
this._x = this._x + (2 + velocidad);
this._y = yinicial;
}
}
if ((avanza == 1) && (this._y < yinicial)) {
this._y = this._y + (5 + ((425 - ymax) / 15));
}
if ((((avanza == 1) && (this._y >= yinicial)) && (ymax > _root.ymuerte)) && (bajando == 1)) {
this.gotoAndPlay("salva");
bajando = 0;
avanza = 0;
}
}
Instance of Symbol 187 MovieClip "flecha" in Frame 124
onClipEvent (load) {
alea_flecha = Math.floor(random(3));
ini = _root.distancia_flecha;
}
onClipEvent (enterFrame) {
if (this._y < 550) {
if (this.hitTest(_root.catapulta.hombre)) {
_root.catapulta.hombre.play();
}
if (this._x > 380) {
this._x = this._x - ((_root.distancia_flecha / 5) + alea_flecha);
ini = ini - 2;
this._y = this._y - (3 + (ini / 20));
}
if (this._x <= 380) {
this.gotoAndStop(2);
this._x = this._x - ((_root.distancia_flecha / 5) + alea_flecha);
this._y = this._y + (13 + (_root.distancia_flecha / 15));
}
}
if (this._y > 550) {
removeMovieClip(this);
this._visible = false;
}
}
Instance of Symbol 534 MovieClip in Frame 124
onClipEvent (load) {
_root.carroexiste = 0;
}
onClipEvent (enterFrame) {
alea = Math.floor(random(500));
if (alea < 6) {
this.gotoAndStop("1");
}
if ((alea == 20) || (alea == 200)) {
this.gotoAndStop("2");
}
}
Instance of Symbol 568 MovieClip in Frame 124
onClipEvent (load) {
datoalea = Math.floor(random(50000));
_root.dragonexiste = 0;
}
onClipEvent (enterFrame) {
aleadragon = Math.floor(random(datoalea));
if ((aleadragon == 1) && (_root.dragonexiste == 0)) {
_root.dragonexiste = 1;
_root.marca_dragon.gotoAndStop("1");
_root.attachMovie("dragon", "dragon", 90);
_root.dragon._x = -115;
_root.dragon._y = 256;
}
}
Frame 125
comienza();
ymuerte = 130;
aleatorio_flecha = Math.floor(random(400));
aleatorio_soldado = 90;
_root.marca_dragon.gotoAndStop("2");
_root.marca_ogro.gotoAndStop("2");
Instance of Symbol 363 MovieClip "barra_vida" in Frame 125
onClipEvent (load) {
this._width = _root.vida;
}
Instance of Symbol 500 MovieClip in Frame 125
onClipEvent (load) {
parcial = 0;
}
onClipEvent (enterFrame) {
parcial = parcial + 1;
if (parcial >= 100) {
parcial = 0;
_root.tiempo = _root.tiempo - 1;
if (_root.tiempo <= 0) {
if (_root.prisioneros >= 1) {
_root.gotoAndStop("ejecuciones");
} else {
_root.gotoAndPlay("tequedan");
}
}
}
}
Instance of Symbol 568 MovieClip in Frame 125
onClipEvent (load) {
_root.ogroexiste = 0;
}
onClipEvent (enterFrame) {
aleaogro = Math.floor(random(1000));
if ((aleaogro == 1) && (_root.ogroexiste == 0)) {
_root.ogroexiste = 1;
_root.marca_ogro.gotoAndStop("1");
_root.attachMovie("ogro", "ogro", 130);
_root.ogro._x = 0;
_root.ogro._y = 380;
}
}
Instance of Symbol 533 MovieClip "enemigo" in Frame 125
onClipEvent (load) {
avanza = 1;
control = 0;
bajando = 0;
velocidad = Math.floor(random(6));
this._y = 400 + Math.floor(random(50));
yinicial = this._y;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.lava.inte_lava)) {
control = 1;
this.gotoAndPlay("muerte");
}
f = 100;
while (f <= 108) {
if (this.hitTest(_root["nuevaflecha" + f].inte.dentro.punta)) {
control = 1;
this.gotoAndPlay("muerte");
}
f++;
}
f = 100;
if (((avanza == 1) && (this._y >= yinicial)) && (control == 0)) {
if (ymax < _root.ymuerte) {
control = 1;
this.gotoAndPlay("muerte");
}
if ((this._x >= _root.tope) && (control == 0)) {
this.gotoAndStop("rompe");
} else {
this._x = this._x + (2 + velocidad);
this._y = yinicial;
}
}
if ((avanza == 1) && (this._y < yinicial)) {
this._y = this._y + (5 + ((425 - ymax) / 15));
}
if ((((avanza == 1) && (this._y >= yinicial)) && (ymax > _root.ymuerte)) && (bajando == 1)) {
this.gotoAndPlay("salva");
bajando = 0;
avanza = 0;
}
}
Instance of Symbol 187 MovieClip "flecha" in Frame 125
onClipEvent (load) {
alea_flecha = Math.floor(random(3));
ini = _root.distancia_flecha;
}
onClipEvent (enterFrame) {
if (this._y < 550) {
if (this.hitTest(_root.catapulta.hombre)) {
_root.catapulta.hombre.play();
}
if (this._x > 380) {
this._x = this._x - ((_root.distancia_flecha / 5) + alea_flecha);
ini = ini - 2;
this._y = this._y - (3 + (ini / 20));
}
if (this._x <= 380) {
this.gotoAndStop(2);
this._x = this._x - ((_root.distancia_flecha / 5) + alea_flecha);
this._y = this._y + (13 + (_root.distancia_flecha / 15));
}
}
if (this._y > 550) {
removeMovieClip(this);
this._visible = false;
}
}
Instance of Symbol 534 MovieClip in Frame 125
onClipEvent (load) {
_root.carroexiste = 0;
}
onClipEvent (enterFrame) {
alea = Math.floor(random(500));
if (alea < 6) {
this.gotoAndStop("1");
}
if ((alea == 20) || (alea == 200)) {
this.gotoAndStop("2");
}
}
Instance of Symbol 568 MovieClip in Frame 125
onClipEvent (load) {
datoalea = Math.floor(random(5000));
_root.dragonexiste = 0;
}
onClipEvent (enterFrame) {
aleadragon = Math.floor(random(datoalea));
if ((aleadragon == 1) && (_root.dragonexiste == 0)) {
_root.dragonexiste = 1;
_root.marca_dragon.gotoAndStop("1");
_root.attachMovie("dragon", "dragon", 90);
_root.dragon._x = -115;
_root.dragon._y = 256;
}
}
Frame 126
comienza();
ymuerte = 130;
aleatorio_flecha = 250;
aleatorio_soldado = 130;
_root.marca_dragon.gotoAndStop("2");
_root.marca_ogro.gotoAndStop("2");
Instance of Symbol 363 MovieClip "barra_vida" in Frame 126
onClipEvent (load) {
this._width = _root.vida;
}
Instance of Symbol 500 MovieClip in Frame 126
onClipEvent (load) {
parcial = 0;
}
onClipEvent (enterFrame) {
parcial = parcial + 1;
if (parcial >= 100) {
parcial = 0;
_root.tiempo = _root.tiempo - 1;
if (_root.tiempo <= 0) {
if (_root.prisioneros >= 1) {
_root.gotoAndStop("ejecuciones");
} else {
_root.gotoAndPlay("tequedan");
}
}
}
}
Instance of Symbol 568 MovieClip in Frame 126
onClipEvent (load) {
_root.ogroexiste = 0;
}
onClipEvent (enterFrame) {
aleaogro = Math.floor(random(300));
if ((aleaogro == 1) && (_root.ogroexiste == 0)) {
_root.ogroexiste = 1;
_root.marca_ogro.gotoAndStop("1");
_root.attachMovie("ogro", "ogro", 130);
_root.ogro._x = 0;
_root.ogro._y = 380;
}
}
Instance of Symbol 533 MovieClip "enemigo" in Frame 126
onClipEvent (load) {
avanza = 1;
control = 0;
bajando = 0;
velocidad = Math.floor(random(6));
this._y = 400 + Math.floor(random(50));
yinicial = this._y;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.lava.inte_lava)) {
control = 1;
this.gotoAndPlay("muerte");
}
f = 100;
while (f <= 108) {
if (this.hitTest(_root["nuevaflecha" + f].inte.dentro.punta)) {
control = 1;
this.gotoAndPlay("muerte");
}
f++;
}
f = 100;
if (((avanza == 1) && (this._y >= yinicial)) && (control == 0)) {
if (ymax < _root.ymuerte) {
control = 1;
this.gotoAndPlay("muerte");
}
if ((this._x >= _root.tope) && (control == 0)) {
this.gotoAndStop("rompe");
} else {
this._x = this._x + (2 + velocidad);
this._y = yinicial;
}
}
if ((avanza == 1) && (this._y < yinicial)) {
this._y = this._y + (5 + ((425 - ymax) / 15));
}
if ((((avanza == 1) && (this._y >= yinicial)) && (ymax > _root.ymuerte)) && (bajando == 1)) {
this.gotoAndPlay("salva");
bajando = 0;
avanza = 0;
}
}
Instance of Symbol 187 MovieClip "flecha" in Frame 126
onClipEvent (load) {
alea_flecha = Math.floor(random(3));
ini = _root.distancia_flecha;
}
onClipEvent (enterFrame) {
if (this._y < 550) {
if (this.hitTest(_root.catapulta.hombre)) {
_root.catapulta.hombre.play();
}
if (this._x > 380) {
this._x = this._x - ((_root.distancia_flecha / 5) + alea_flecha);
ini = ini - 2;
this._y = this._y - (3 + (ini / 20));
}
if (this._x <= 380) {
this.gotoAndStop(2);
this._x = this._x - ((_root.distancia_flecha / 5) + alea_flecha);
this._y = this._y + (13 + (_root.distancia_flecha / 15));
}
}
if (this._y > 550) {
removeMovieClip(this);
this._visible = false;
}
}
Instance of Symbol 534 MovieClip in Frame 126
onClipEvent (load) {
_root.carroexiste = 0;
}
onClipEvent (enterFrame) {
alea = Math.floor(random(500));
if (alea < 6) {
this.gotoAndStop("1");
}
if ((alea == 20) || (alea == 200)) {
this.gotoAndStop("2");
}
}
Instance of Symbol 568 MovieClip in Frame 126
onClipEvent (load) {
datoalea = Math.floor(random(50000));
_root.dragonexiste = 0;
}
onClipEvent (enterFrame) {
aleadragon = Math.floor(random(datoalea));
if ((aleadragon == 1) && (_root.dragonexiste == 0)) {
_root.dragonexiste = 1;
_root.marca_dragon.gotoAndStop("1");
_root.attachMovie("dragon", "dragon", 90);
_root.dragon._x = -115;
_root.dragon._y = 256;
}
}
Frame 127
comienza();
ymuerte = 130;
aleatorio_flecha = 400;
aleatorio_soldado = 130;
_root.marca_dragon.gotoAndStop("2");
_root.marca_ogro.gotoAndStop("2");
Instance of Symbol 363 MovieClip "barra_vida" in Frame 127
onClipEvent (load) {
this._width = _root.vida;
}
Instance of Symbol 500 MovieClip in Frame 127
onClipEvent (load) {
parcial = 0;
}
onClipEvent (enterFrame) {
parcial = parcial + 1;
if (parcial >= 100) {
parcial = 0;
_root.tiempo = _root.tiempo - 1;
if (_root.tiempo <= 0) {
if (_root.prisioneros >= 1) {
_root.gotoAndStop("ejecuciones");
} else {
_root.gotoAndPlay("tequedan");
}
}
}
}
Instance of Symbol 568 MovieClip in Frame 127
onClipEvent (load) {
_root.ogroexiste = 0;
}
onClipEvent (enterFrame) {
aleaogro = Math.floor(random(700));
if ((aleaogro == 1) && (_root.ogroexiste == 0)) {
_root.ogroexiste = 1;
_root.marca_ogro.gotoAndStop("1");
_root.attachMovie("ogro", "ogro", 130);
_root.ogro._x = 0;
_root.ogro._y = 380;
}
}
Instance of Symbol 533 MovieClip "enemigo" in Frame 127
onClipEvent (load) {
avanza = 1;
control = 0;
bajando = 0;
velocidad = Math.floor(random(6));
this._y = 400 + Math.floor(random(50));
yinicial = this._y;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.lava.inte_lava)) {
control = 1;
this.gotoAndPlay("muerte");
}
f = 100;
while (f <= 108) {
if (this.hitTest(_root["nuevaflecha" + f].inte.dentro.punta)) {
control = 1;
this.gotoAndPlay("muerte");
}
f++;
}
f = 100;
if (((avanza == 1) && (this._y >= yinicial)) && (control == 0)) {
if (ymax < _root.ymuerte) {
control = 1;
this.gotoAndPlay("muerte");
}
if ((this._x >= _root.tope) && (control == 0)) {
this.gotoAndStop("rompe");
} else {
this._x = this._x + (2 + velocidad);
this._y = yinicial;
}
}
if ((avanza == 1) && (this._y < yinicial)) {
this._y = this._y + (5 + ((425 - ymax) / 15));
}
if ((((avanza == 1) && (this._y >= yinicial)) && (ymax > _root.ymuerte)) && (bajando == 1)) {
this.gotoAndPlay("salva");
bajando = 0;
avanza = 0;
}
}
Instance of Symbol 187 MovieClip "flecha" in Frame 127
onClipEvent (load) {
alea_flecha = Math.floor(random(3));
ini = _root.distancia_flecha;
}
onClipEvent (enterFrame) {
if (this._y < 550) {
if (this.hitTest(_root.catapulta.hombre)) {
_root.catapulta.hombre.play();
}
if (this._x > 380) {
this._x = this._x - ((_root.distancia_flecha / 5) + alea_flecha);
ini = ini - 2;
this._y = this._y - (3 + (ini / 20));
}
if (this._x <= 380) {
this.gotoAndStop(2);
this._x = this._x - ((_root.distancia_flecha / 5) + alea_flecha);
this._y = this._y + (13 + (_root.distancia_flecha / 15));
}
}
if (this._y > 550) {
removeMovieClip(this);
this._visible = false;
}
}
Instance of Symbol 609 MovieClip in Frame 127
onClipEvent (load) {
_root.carroexiste = 0;
}
onClipEvent (enterFrame) {
alea = Math.floor(random(400));
if (alea < 6) {
this.gotoAndStop("1");
}
if (((alea == 2) || (alea == 20)) || (alea == 200)) {
this.gotoAndStop("2");
}
}
Instance of Symbol 568 MovieClip in Frame 127
onClipEvent (enterFrame) {
aleacarro = Math.floor(random(30000));
if ((aleacarro == 1) && (_root.carroexiste == 0)) {
_root.carroexiste = 1;
_root.marca_carro.gotoAndStop("1");
_root.attachMovie("carro", "carro", 38);
_root.carro._xscale = 50;
_root.carro._yscale = 50;
_root.carro._x = -100;
_root.carro._y = 320;
}
}
Instance of Symbol 568 MovieClip in Frame 127
onClipEvent (load) {
datoalea = Math.floor(random(10000)) + 1000;
_root.dragonexiste = 0;
}
onClipEvent (enterFrame) {
aleadragon = Math.floor(random(datoalea));
if ((aleadragon == 1) && (_root.dragonexiste == 0)) {
_root.dragonexiste = 1;
_root.marca_dragon.gotoAndStop("1");
_root.attachMovie("dragon", "dragon", 90);
_root.dragon._x = -115;
_root.dragon._y = 256;
}
}
Frame 128
comienza();
ymuerte = 130;
aleatorio_flecha = 800;
aleatorio_soldado = Math.floor(random(250));
_root.marca_dragon.gotoAndStop("2");
_root.marca_ogro.gotoAndStop("2");
Instance of Symbol 363 MovieClip "barra_vida" in Frame 128
onClipEvent (load) {
this._width = _root.vida;
}
Instance of Symbol 500 MovieClip in Frame 128
onClipEvent (load) {
parcial = 0;
}
onClipEvent (enterFrame) {
parcial = parcial + 1;
if (parcial >= 100) {
parcial = 0;
_root.tiempo = _root.tiempo - 1;
if (_root.tiempo <= 0) {
if (_root.prisioneros >= 1) {
_root.gotoAndStop("ejecuciones");
} else {
_root.gotoAndPlay("tequedan");
}
}
}
}
Instance of Symbol 568 MovieClip in Frame 128
onClipEvent (load) {
_root.ogroexiste = 0;
}
onClipEvent (enterFrame) {
aleaogro = Math.floor(random(300));
if ((aleaogro == 1) && (_root.ogroexiste == 0)) {
_root.ogroexiste = 1;
_root.marca_ogro.gotoAndStop("1");
_root.attachMovie("ogro", "ogro", 130);
_root.ogro._x = 0;
_root.ogro._y = 380;
}
}
Instance of Symbol 533 MovieClip "enemigo" in Frame 128
onClipEvent (load) {
avanza = 1;
control = 0;
bajando = 0;
velocidad = Math.floor(random(6));
this._y = 400 + Math.floor(random(50));
yinicial = this._y;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.lava.inte_lava)) {
control = 1;
this.gotoAndPlay("muerte");
}
f = 100;
while (f <= 108) {
if (this.hitTest(_root["nuevaflecha" + f].inte.dentro.punta)) {
control = 1;
this.gotoAndPlay("muerte");
}
f++;
}
f = 100;
if (((avanza == 1) && (this._y >= yinicial)) && (control == 0)) {
if (ymax < _root.ymuerte) {
control = 1;
this.gotoAndPlay("muerte");
}
if ((this._x >= _root.tope) && (control == 0)) {
this.gotoAndStop("rompe");
} else {
this._x = this._x + (2 + velocidad);
this._y = yinicial;
}
}
if ((avanza == 1) && (this._y < yinicial)) {
this._y = this._y + (5 + ((425 - ymax) / 15));
}
if ((((avanza == 1) && (this._y >= yinicial)) && (ymax > _root.ymuerte)) && (bajando == 1)) {
this.gotoAndPlay("salva");
bajando = 0;
avanza = 0;
}
}
Instance of Symbol 187 MovieClip "flecha" in Frame 128
onClipEvent (load) {
alea_flecha = Math.floor(random(3));
ini = _root.distancia_flecha;
}
onClipEvent (enterFrame) {
if (this._y < 550) {
if (this.hitTest(_root.catapulta.hombre)) {
_root.catapulta.hombre.play();
}
if (this._x > 380) {
this._x = this._x - ((_root.distancia_flecha / 5) + alea_flecha);
ini = ini - 2;
this._y = this._y - (3 + (ini / 20));
}
if (this._x <= 380) {
this.gotoAndStop(2);
this._x = this._x - ((_root.distancia_flecha / 5) + alea_flecha);
this._y = this._y + (13 + (_root.distancia_flecha / 15));
}
}
if (this._y > 550) {
removeMovieClip(this);
this._visible = false;
}
}
Instance of Symbol 534 MovieClip in Frame 128
onClipEvent (load) {
_root.carroexiste = 0;
}
onClipEvent (enterFrame) {
alea = Math.floor(random(400));
if (alea < 6) {
this.gotoAndStop("1");
}
if (((alea == 2) || (alea == 20)) || (alea == 200)) {
this.gotoAndStop("2");
}
}
Instance of Symbol 568 MovieClip in Frame 128
onClipEvent (enterFrame) {
aleacarro = Math.floor(random(20000));
if ((aleacarro == 1) && (_root.carroexiste == 0)) {
_root.carroexiste = 1;
_root.marca_carro.gotoAndStop("1");
_root.attachMovie("carro", "carro", 38);
_root.carro._xscale = 50;
_root.carro._yscale = 50;
_root.carro._x = -100;
_root.carro._y = 320;
}
}
Instance of Symbol 568 MovieClip in Frame 128
onClipEvent (load) {
datoalea = Math.floor(random(6000)) + 1000;
_root.dragonexiste = 0;
}
onClipEvent (enterFrame) {
aleadragon = Math.floor(random(datoalea));
if ((aleadragon == 1) && (_root.dragonexiste == 0)) {
_root.dragonexiste = 1;
_root.marca_dragon.gotoAndStop("1");
_root.attachMovie("dragon", "dragon", 90);
_root.dragon._x = -115;
_root.dragon._y = 256;
}
}
Frame 129
comienza();
ymuerte = 130;
aleatorio_flecha = 400;
aleatorio_soldado = Math.floor(random(250));
_root.marca_dragon.gotoAndStop("2");
_root.marca_ogro.gotoAndStop("2");
Instance of Symbol 363 MovieClip "barra_vida" in Frame 129
onClipEvent (load) {
this._width = _root.vida;
}
Instance of Symbol 500 MovieClip in Frame 129
onClipEvent (load) {
parcial = 0;
}
onClipEvent (enterFrame) {
parcial = parcial + 1;
if (parcial >= 100) {
parcial = 0;
_root.tiempo = _root.tiempo - 1;
if (_root.tiempo <= 0) {
if (_root.prisioneros >= 1) {
_root.gotoAndStop("ejecuciones");
} else {
_root.gotoAndPlay("tequedan");
}
}
}
}
Instance of Symbol 568 MovieClip in Frame 129
onClipEvent (load) {
_root.ogroexiste = 0;
variable_alea = Math.floor(random(5000)) + 300;
}
onClipEvent (enterFrame) {
aleaogro = Math.floor(random(variable_alea));
if ((aleaogro == 1) && (_root.ogroexiste == 0)) {
_root.ogroexiste = 1;
_root.marca_ogro.gotoAndStop("1");
_root.attachMovie("ogro", "ogro", 130);
_root.ogro._x = 0;
_root.ogro._y = 380;
}
}
Instance of Symbol 533 MovieClip "enemigo" in Frame 129
onClipEvent (load) {
avanza = 1;
control = 0;
bajando = 0;
velocidad = Math.floor(random(6));
this._y = 400 + Math.floor(random(50));
yinicial = this._y;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.lava.inte_lava)) {
control = 1;
this.gotoAndPlay("muerte");
}
f = 100;
while (f <= 108) {
if (this.hitTest(_root["nuevaflecha" + f].inte.dentro.punta)) {
control = 1;
this.gotoAndPlay("muerte");
}
f++;
}
f = 100;
if (((avanza == 1) && (this._y >= yinicial)) && (control == 0)) {
if (ymax < _root.ymuerte) {
control = 1;
this.gotoAndPlay("muerte");
}
if ((this._x >= _root.tope) && (control == 0)) {
this.gotoAndStop("rompe");
} else {
this._x = this._x + (2 + velocidad);
this._y = yinicial;
}
}
if ((avanza == 1) && (this._y < yinicial)) {
this._y = this._y + (5 + ((425 - ymax) / 15));
}
if ((((avanza == 1) && (this._y >= yinicial)) && (ymax > _root.ymuerte)) && (bajando == 1)) {
this.gotoAndPlay("salva");
bajando = 0;
avanza = 0;
}
}
Instance of Symbol 187 MovieClip "flecha" in Frame 129
onClipEvent (load) {
alea_flecha = Math.floor(random(3));
ini = _root.distancia_flecha;
}
onClipEvent (enterFrame) {
if (this._y < 550) {
if (this.hitTest(_root.catapulta.hombre)) {
_root.catapulta.hombre.play();
}
if (this._x > 380) {
this._x = this._x - ((_root.distancia_flecha / 5) + alea_flecha);
ini = ini - 2;
this._y = this._y - (3 + (ini / 20));
}
if (this._x <= 380) {
this.gotoAndStop(2);
this._x = this._x - ((_root.distancia_flecha / 5) + alea_flecha);
this._y = this._y + (13 + (_root.distancia_flecha / 15));
}
}
if (this._y > 550) {
removeMovieClip(this);
this._visible = false;
}
}
Instance of Symbol 609 MovieClip in Frame 129
onClipEvent (load) {
_root.carroexiste = 0;
}
onClipEvent (enterFrame) {
alea = Math.floor(random(400));
if (alea < 6) {
this.gotoAndStop("1");
}
if (((alea == 2) || (alea == 20)) || (alea == 200)) {
this.gotoAndStop("2");
}
}
Instance of Symbol 568 MovieClip in Frame 129
onClipEvent (enterFrame) {
aleacarro = Math.floor(random(19000));
if ((aleacarro == 1) && (_root.carroexiste == 0)) {
_root.carroexiste = 1;
_root.marca_carro.gotoAndStop("1");
_root.attachMovie("carro", "carro", 38);
_root.carro._xscale = 50;
_root.carro._yscale = 50;
_root.carro._x = -100;
_root.carro._y = 320;
}
}
Instance of Symbol 568 MovieClip in Frame 129
onClipEvent (load) {
datoalea = Math.floor(random(5000)) + 1500;
_root.dragonexiste = 0;
}
onClipEvent (enterFrame) {
aleadragon = Math.floor(random(datoalea));
if ((aleadragon == 1) && (_root.dragonexiste == 0)) {
_root.dragonexiste = 1;
_root.marca_dragon.gotoAndStop("1");
_root.attachMovie("dragon", "dragon", 90);
_root.dragon._x = -115;
_root.dragon._y = 256;
}
}
Frame 130
comienza();
ymuerte = 100;
aleatorio_flecha = 400;
aleatorio_soldado = Math.floor(random(100));
_root.marca_dragon.gotoAndStop("2");
_root.marca_ogro.gotoAndStop("2");
Instance of Symbol 363 MovieClip "barra_vida" in Frame 130
onClipEvent (load) {
this._width = _root.vida;
}
Instance of Symbol 500 MovieClip in Frame 130
onClipEvent (load) {
parcial = 0;
}
onClipEvent (enterFrame) {
parcial = parcial + 1;
if (parcial >= 100) {
parcial = 0;
_root.tiempo = _root.tiempo - 1;
if (_root.tiempo <= 0) {
if (_root.prisioneros >= 1) {
_root.gotoAndStop("ejecuciones");
} else {
_root.gotoAndPlay("tequedan");
}
}
}
}
Instance of Symbol 568 MovieClip in Frame 130
onClipEvent (load) {
_root.ogroexiste = 0;
}
onClipEvent (enterFrame) {
aleaogro = Math.floor(random(3000));
if ((aleaogro == 1) && (_root.ogroexiste == 0)) {
_root.ogroexiste = 1;
_root.marca_ogro.gotoAndStop("1");
_root.attachMovie("ogro", "ogro", 130);
_root.ogro._x = 0;
_root.ogro._y = 380;
}
}
Instance of Symbol 533 MovieClip "enemigo" in Frame 130
onClipEvent (load) {
avanza = 1;
control = 0;
bajando = 0;
velocidad = Math.floor(random(6));
this._y = 400 + Math.floor(random(50));
yinicial = this._y;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.lava.inte_lava)) {
control = 1;
this.gotoAndPlay("muerte");
}
f = 100;
while (f <= 108) {
if (this.hitTest(_root["nuevaflecha" + f].inte.dentro.punta)) {
control = 1;
this.gotoAndPlay("muerte");
}
f++;
}
f = 100;
if (((avanza == 1) && (this._y >= yinicial)) && (control == 0)) {
if (ymax < _root.ymuerte) {
control = 1;
this.gotoAndPlay("muerte");
}
if ((this._x >= _root.tope) && (control == 0)) {
this.gotoAndStop("rompe");
} else {
this._x = this._x + (2 + velocidad);
this._y = yinicial;
}
}
if ((avanza == 1) && (this._y < yinicial)) {
this._y = this._y + (5 + ((425 - ymax) / 15));
}
if ((((avanza == 1) && (this._y >= yinicial)) && (ymax > _root.ymuerte)) && (bajando == 1)) {
this.gotoAndPlay("salva");
bajando = 0;
avanza = 0;
}
}
Instance of Symbol 187 MovieClip "flecha" in Frame 130
onClipEvent (load) {
alea_flecha = Math.floor(random(3));
ini = _root.distancia_flecha;
}
onClipEvent (enterFrame) {
if (this._y < 550) {
if (this.hitTest(_root.catapulta.hombre)) {
_root.catapulta.hombre.play();
}
if (this._x > 380) {
this._x = this._x - ((_root.distancia_flecha / 5) + alea_flecha);
ini = ini - 2;
this._y = this._y - (3 + (ini / 20));
}
if (this._x <= 380) {
this.gotoAndStop(2);
this._x = this._x - ((_root.distancia_flecha / 5) + alea_flecha);
this._y = this._y + (13 + (_root.distancia_flecha / 15));
}
}
if (this._y > 550) {
removeMovieClip(this);
this._visible = false;
}
}
Instance of Symbol 534 MovieClip in Frame 130
onClipEvent (load) {
_root.carroexiste = 0;
}
onClipEvent (enterFrame) {
alea = Math.floor(random(400));
if (alea < 6) {
this.gotoAndStop("1");
}
if (((alea == 2) || (alea == 20)) || (alea == 200)) {
this.gotoAndStop("2");
}
}
Instance of Symbol 568 MovieClip in Frame 130
onClipEvent (enterFrame) {
aleacarro = Math.floor(random(18000));
if ((aleacarro == 1) && (_root.carroexiste == 0)) {
_root.carroexiste = 1;
_root.marca_carro.gotoAndStop("1");
_root.attachMovie("carro", "carro", 38);
_root.carro._xscale = 50;
_root.carro._yscale = 50;
_root.carro._x = -100;
_root.carro._y = 320;
}
}
Instance of Symbol 568 MovieClip in Frame 130
onClipEvent (load) {
datoalea = Math.floor(random(20000)) + 3000;
_root.dragonexiste = 0;
}
onClipEvent (enterFrame) {
aleadragon = Math.floor(random(datoalea));
if ((aleadragon == 1) && (_root.dragonexiste == 0)) {
_root.dragonexiste = 1;
_root.marca_dragon.gotoAndStop("1");
_root.attachMovie("dragon", "dragon", 90);
_root.dragon._x = -115;
_root.dragon._y = 256;
}
}
Frame 131
comienza();
ymuerte = 100;
aleatorio_flecha = 250;
aleatorio_soldado = 80;
_root.marca_dragon.gotoAndStop("2");
_root.marca_ogro.gotoAndStop("2");
Instance of Symbol 363 MovieClip "barra_vida" in Frame 131
onClipEvent (load) {
this._width = _root.vida;
}
Instance of Symbol 500 MovieClip in Frame 131
onClipEvent (load) {
parcial = 0;
}
onClipEvent (enterFrame) {
parcial = parcial + 1;
if (parcial >= 100) {
parcial = 0;
_root.tiempo = _root.tiempo - 1;
if (_root.tiempo <= 0) {
if (_root.prisioneros >= 1) {
_root.gotoAndStop("ejecuciones");
} else {
_root.gotoAndPlay("tequedan");
}
}
}
}
Instance of Symbol 533 MovieClip "enemigo" in Frame 131
onClipEvent (load) {
avanza = 1;
control = 0;
bajando = 0;
velocidad = Math.floor(random(6));
this._y = 400 + Math.floor(random(50));
yinicial = this._y;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.lava.inte_lava)) {
control = 1;
this.gotoAndPlay("muerte");
}
f = 100;
while (f <= 108) {
if (this.hitTest(_root["nuevaflecha" + f].inte.dentro.punta)) {
control = 1;
this.gotoAndPlay("muerte");
}
f++;
}
f = 100;
if (((avanza == 1) && (this._y >= yinicial)) && (control == 0)) {
if (ymax < _root.ymuerte) {
control = 1;
this.gotoAndPlay("muerte");
}
if ((this._x >= _root.tope) && (control == 0)) {
this.gotoAndStop("rompe");
} else {
this._x = this._x + (2 + velocidad);
this._y = yinicial;
}
}
if ((avanza == 1) && (this._y < yinicial)) {
this._y = this._y + (5 + ((425 - ymax) / 15));
}
if ((((avanza == 1) && (this._y >= yinicial)) && (ymax > _root.ymuerte)) && (bajando == 1)) {
this.gotoAndPlay("salva");
bajando = 0;
avanza = 0;
}
}
Instance of Symbol 187 MovieClip "flecha" in Frame 131
onClipEvent (load) {
alea_flecha = Math.floor(random(3));
ini = _root.distancia_flecha;
}
onClipEvent (enterFrame) {
if (this._y < 550) {
if (this.hitTest(_root.catapulta.hombre)) {
_root.catapulta.hombre.play();
}
if (this._x > 380) {
this._x = this._x - ((_root.distancia_flecha / 5) + alea_flecha);
ini = ini - 2;
this._y = this._y - (3 + (ini / 20));
}
if (this._x <= 380) {
this.gotoAndStop(2);
this._x = this._x - ((_root.distancia_flecha / 5) + alea_flecha);
this._y = this._y + (13 + (_root.distancia_flecha / 15));
}
}
if (this._y > 550) {
removeMovieClip(this);
this._visible = false;
}
}
Instance of Symbol 609 MovieClip in Frame 131
onClipEvent (load) {
_root.carroexiste = 0;
}
onClipEvent (enterFrame) {
alea = Math.floor(random(400));
if (alea < 6) {
this.gotoAndStop("1");
}
if (((alea == 2) || (alea == 20)) || (alea == 200)) {
this.gotoAndStop("2");
}
}
Instance of Symbol 568 MovieClip in Frame 131
onClipEvent (load) {
_root.ogroexiste = 0;
}
onClipEvent (enterFrame) {
aleaogro = Math.floor(random(3000));
if ((aleaogro == 1) && (_root.ogroexiste == 0)) {
_root.ogroexiste = 1;
_root.marca_ogro.gotoAndStop("1");
_root.attachMovie("ogro", "ogro", 130);
_root.ogro._x = 0;
_root.ogro._y = 380;
}
}
Instance of Symbol 568 MovieClip in Frame 131
onClipEvent (load) {
datoalea = Math.floor(random(20000)) + 3000;
_root.dragonexiste = 0;
}
onClipEvent (enterFrame) {
aleadragon = Math.floor(random(datoalea));
if ((aleadragon == 1) && (_root.dragonexiste == 0)) {
_root.dragonexiste = 1;
_root.marca_dragon.gotoAndStop("1");
_root.attachMovie("dragon", "dragon", 90);
_root.dragon._x = -115;
_root.dragon._y = 256;
}
}
Instance of Symbol 568 MovieClip in Frame 131
onClipEvent (enterFrame) {
aleacarro = Math.floor(random(17000));
if ((aleacarro == 1) && (_root.carroexiste == 0)) {
_root.carroexiste = 1;
_root.marca_carro.gotoAndStop("1");
_root.attachMovie("carro", "carro", 38);
_root.carro._xscale = 50;
_root.carro._yscale = 50;
_root.carro._x = -100;
_root.carro._y = 320;
}
}
Frame 132
comienza();
ymuerte = 100;
aleatorio_flecha = 70;
aleatorio_soldado = Math.floor(random(100));
_root.marca_dragon.gotoAndStop("2");
_root.marca_ogro.gotoAndStop("2");
Instance of Symbol 363 MovieClip "barra_vida" in Frame 132
onClipEvent (load) {
this._width = _root.vida;
}
Instance of Symbol 500 MovieClip in Frame 132
onClipEvent (load) {
parcial = 0;
}
onClipEvent (enterFrame) {
parcial = parcial + 1;
if (parcial >= 100) {
parcial = 0;
_root.tiempo = _root.tiempo - 1;
if (_root.tiempo <= 0) {
if (_root.prisioneros >= 1) {
_root.gotoAndStop("ejecuciones");
} else {
_root.gotoAndPlay("tequedan");
}
}
}
}
Instance of Symbol 568 MovieClip in Frame 132
onClipEvent (load) {
_root.ogroexiste = 0;
}
onClipEvent (enterFrame) {
aleaogro = Math.floor(random(300));
if ((aleaogro == 1) && (_root.ogroexiste == 0)) {
_root.ogroexiste = 1;
_root.marca_ogro.gotoAndStop("1");
_root.attachMovie("ogro", "ogro", 130);
_root.ogro._x = 0;
_root.ogro._y = 380;
}
}
Instance of Symbol 533 MovieClip "enemigo" in Frame 132
onClipEvent (load) {
avanza = 1;
control = 0;
bajando = 0;
velocidad = Math.floor(random(6));
this._y = 400 + Math.floor(random(50));
yinicial = this._y;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.lava.inte_lava)) {
control = 1;
this.gotoAndPlay("muerte");
}
f = 100;
while (f <= 108) {
if (this.hitTest(_root["nuevaflecha" + f].inte.dentro.punta)) {
control = 1;
this.gotoAndPlay("muerte");
}
f++;
}
f = 100;
if (((avanza == 1) && (this._y >= yinicial)) && (control == 0)) {
if (ymax < _root.ymuerte) {
control = 1;
this.gotoAndPlay("muerte");
}
if ((this._x >= _root.tope) && (control == 0)) {
this.gotoAndStop("rompe");
} else {
this._x = this._x + (2 + velocidad);
this._y = yinicial;
}
}
if ((avanza == 1) && (this._y < yinicial)) {
this._y = this._y + (5 + ((425 - ymax) / 15));
}
if ((((avanza == 1) && (this._y >= yinicial)) && (ymax > _root.ymuerte)) && (bajando == 1)) {
this.gotoAndPlay("salva");
bajando = 0;
avanza = 0;
}
}
Instance of Symbol 187 MovieClip "flecha" in Frame 132
onClipEvent (load) {
alea_flecha = Math.floor(random(3));
ini = _root.distancia_flecha;
}
onClipEvent (enterFrame) {
if (this._y < 550) {
if (this.hitTest(_root.catapulta.hombre)) {
_root.catapulta.hombre.play();
}
if (this._x > 380) {
this._x = this._x - ((_root.distancia_flecha / 5) + alea_flecha);
ini = ini - 2;
this._y = this._y - (3 + (ini / 20));
}
if (this._x <= 380) {
this.gotoAndStop(2);
this._x = this._x - ((_root.distancia_flecha / 5) + alea_flecha);
this._y = this._y + (13 + (_root.distancia_flecha / 15));
}
}
if (this._y > 550) {
removeMovieClip(this);
this._visible = false;
}
}
Instance of Symbol 534 MovieClip in Frame 132
onClipEvent (load) {
_root.carroexiste = 0;
}
onClipEvent (enterFrame) {
alea = Math.floor(random(400));
if (alea < 6) {
this.gotoAndStop("1");
}
if (((alea == 2) || (alea == 20)) || (alea == 200)) {
this.gotoAndStop("2");
}
}
Instance of Symbol 568 MovieClip in Frame 132
onClipEvent (enterFrame) {
aleacarro = Math.floor(random(16000));
if ((aleacarro == 1) && (_root.carroexiste == 0)) {
_root.carroexiste = 1;
_root.marca_carro.gotoAndStop("1");
_root.attachMovie("carro", "carro", 38);
_root.carro._xscale = 50;
_root.carro._yscale = 50;
_root.carro._x = -100;
_root.carro._y = 320;
}
}
Instance of Symbol 568 MovieClip in Frame 132
onClipEvent (load) {
datoalea = Math.floor(random(5000));
_root.dragonexiste = 0;
}
onClipEvent (enterFrame) {
aleadragon = Math.floor(random(datoalea));
if ((aleadragon == 1) && (_root.dragonexiste == 0)) {
_root.dragonexiste = 1;
_root.marca_dragon.gotoAndStop("1");
_root.attachMovie("dragon", "dragon", 90);
_root.dragon._x = -115;
_root.dragon._y = 256;
}
}
Frame 133
comienza();
ymuerte = 100;
aleatorio_flecha = Math.floor(random(600)) + 200;
aleatorio_soldado = 130;
_root.marca_dragon.gotoAndStop("2");
_root.marca_ogro.gotoAndStop("2");
Instance of Symbol 363 MovieClip "barra_vida" in Frame 133
onClipEvent (load) {
this._width = _root.vida;
}
Instance of Symbol 500 MovieClip in Frame 133
onClipEvent (load) {
parcial = 0;
}
onClipEvent (enterFrame) {
parcial = parcial + 1;
if (parcial >= 100) {
parcial = 0;
_root.tiempo = _root.tiempo - 1;
if (_root.tiempo <= 0) {
if (_root.prisioneros >= 1) {
_root.gotoAndStop("ejecuciones");
} else {
_root.gotoAndPlay("tequedan");
}
}
}
}
Instance of Symbol 568 MovieClip in Frame 133
onClipEvent (load) {
_root.ogroexiste = 0;
}
onClipEvent (enterFrame) {
aleaogro = Math.floor(random(300));
if ((aleaogro == 1) && (_root.ogroexiste == 0)) {
_root.ogroexiste = 1;
_root.marca_ogro.gotoAndStop("1");
_root.attachMovie("ogro", "ogro", 130);
_root.ogro._x = 0;
_root.ogro._y = 380;
}
}
Instance of Symbol 533 MovieClip "enemigo" in Frame 133
onClipEvent (load) {
avanza = 1;
control = 0;
bajando = 0;
velocidad = Math.floor(random(6));
this._y = 400 + Math.floor(random(50));
yinicial = this._y;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.lava.inte_lava)) {
control = 1;
this.gotoAndPlay("muerte");
}
f = 100;
while (f <= 108) {
if (this.hitTest(_root["nuevaflecha" + f].inte.dentro.punta)) {
control = 1;
this.gotoAndPlay("muerte");
}
f++;
}
f = 100;
if (((avanza == 1) && (this._y >= yinicial)) && (control == 0)) {
if (ymax < _root.ymuerte) {
control = 1;
this.gotoAndPlay("muerte");
}
if ((this._x >= _root.tope) && (control == 0)) {
this.gotoAndStop("rompe");
} else {
this._x = this._x + (2 + velocidad);
this._y = yinicial;
}
}
if ((avanza == 1) && (this._y < yinicial)) {
this._y = this._y + (5 + ((425 - ymax) / 15));
}
if ((((avanza == 1) && (this._y >= yinicial)) && (ymax > _root.ymuerte)) && (bajando == 1)) {
this.gotoAndPlay("salva");
bajando = 0;
avanza = 0;
}
}
Instance of Symbol 187 MovieClip "flecha" in Frame 133
onClipEvent (load) {
alea_flecha = Math.floor(random(3));
ini = _root.distancia_flecha;
}
onClipEvent (enterFrame) {
if (this._y < 550) {
if (this.hitTest(_root.catapulta.hombre)) {
_root.catapulta.hombre.play();
}
if (this._x > 380) {
this._x = this._x - ((_root.distancia_flecha / 5) + alea_flecha);
ini = ini - 2;
this._y = this._y - (3 + (ini / 20));
}
if (this._x <= 380) {
this.gotoAndStop(2);
this._x = this._x - ((_root.distancia_flecha / 5) + alea_flecha);
this._y = this._y + (13 + (_root.distancia_flecha / 15));
}
}
if (this._y > 550) {
removeMovieClip(this);
this._visible = false;
}
}
Instance of Symbol 534 MovieClip in Frame 133
onClipEvent (load) {
_root.carroexiste = 0;
}
onClipEvent (enterFrame) {
alea = Math.floor(random(400));
if (alea < 6) {
this.gotoAndStop("1");
}
if (((alea == 2) || (alea == 20)) || (alea == 200)) {
this.gotoAndStop("2");
}
}
Instance of Symbol 568 MovieClip in Frame 133
onClipEvent (enterFrame) {
aleacarro = Math.floor(random(16000));
if ((aleacarro == 1) && (_root.carroexiste == 0)) {
_root.carroexiste = 1;
_root.marca_carro.gotoAndStop("1");
_root.attachMovie("carro", "carro", 38);
_root.carro._xscale = 50;
_root.carro._yscale = 50;
_root.carro._x = -100;
_root.carro._y = 320;
}
}
Instance of Symbol 568 MovieClip in Frame 133
onClipEvent (load) {
datoalea = Math.floor(random(600));
_root.dragonexiste = 0;
}
onClipEvent (enterFrame) {
aleadragon = Math.floor(random(datoalea));
if ((aleadragon == 1) && (_root.dragonexiste == 0)) {
_root.dragonexiste = 1;
_root.marca_dragon.gotoAndStop("1");
_root.attachMovie("dragon", "dragon", 90);
_root.dragon._x = -115;
_root.dragon._y = 256;
}
}
Frame 134
comienza();
ymuerte = 100;
aleatorio_flecha = 200;
aleatorio_soldado = 80;
_root.marca_dragon.gotoAndStop("2");
_root.marca_ogro.gotoAndStop("2");
Instance of Symbol 363 MovieClip "barra_vida" in Frame 134
onClipEvent (load) {
this._width = _root.vida;
}
Instance of Symbol 500 MovieClip in Frame 134
onClipEvent (load) {
parcial = 0;
}
onClipEvent (enterFrame) {
parcial = parcial + 1;
if (parcial >= 100) {
parcial = 0;
_root.tiempo = _root.tiempo - 1;
if (_root.tiempo <= 0) {
if (_root.prisioneros >= 1) {
_root.gotoAndStop("ejecuciones");
} else {
_root.gotoAndPlay("tequedan");
}
}
}
}
Instance of Symbol 568 MovieClip in Frame 134
onClipEvent (load) {
_root.ogroexiste = 0;
}
onClipEvent (enterFrame) {
aleaogro = Math.floor(random(300));
if ((aleaogro == 1) && (_root.ogroexiste == 0)) {
_root.ogroexiste = 1;
_root.marca_ogro.gotoAndStop("1");
_root.attachMovie("ogro", "ogro", 130);
_root.ogro._x = 0;
_root.ogro._y = 380;
}
}
Instance of Symbol 533 MovieClip "enemigo" in Frame 134
onClipEvent (load) {
avanza = 1;
control = 0;
bajando = 0;
velocidad = Math.floor(random(6));
this._y = 400 + Math.floor(random(50));
yinicial = this._y;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.lava.inte_lava)) {
control = 1;
this.gotoAndPlay("muerte");
}
f = 100;
while (f <= 108) {
if (this.hitTest(_root["nuevaflecha" + f].inte.dentro.punta)) {
control = 1;
this.gotoAndPlay("muerte");
}
f++;
}
f = 100;
if (((avanza == 1) && (this._y >= yinicial)) && (control == 0)) {
if (ymax < _root.ymuerte) {
control = 1;
this.gotoAndPlay("muerte");
}
if ((this._x >= _root.tope) && (control == 0)) {
this.gotoAndStop("rompe");
} else {
this._x = this._x + (2 + velocidad);
this._y = yinicial;
}
}
if ((avanza == 1) && (this._y < yinicial)) {
this._y = this._y + (5 + ((425 - ymax) / 15));
}
if ((((avanza == 1) && (this._y >= yinicial)) && (ymax > _root.ymuerte)) && (bajando == 1)) {
this.gotoAndPlay("salva");
bajando = 0;
avanza = 0;
}
}
Instance of Symbol 187 MovieClip "flecha" in Frame 134
onClipEvent (load) {
alea_flecha = Math.floor(random(3));
ini = _root.distancia_flecha;
}
onClipEvent (enterFrame) {
if (this._y < 550) {
if (this.hitTest(_root.catapulta.hombre)) {
_root.catapulta.hombre.play();
}
if (this._x > 380) {
this._x = this._x - ((_root.distancia_flecha / 5) + alea_flecha);
ini = ini - 2;
this._y = this._y - (3 + (ini / 20));
}
if (this._x <= 380) {
this.gotoAndStop(2);
this._x = this._x - ((_root.distancia_flecha / 5) + alea_flecha);
this._y = this._y + (13 + (_root.distancia_flecha / 15));
}
}
if (this._y > 550) {
removeMovieClip(this);
this._visible = false;
}
}
Instance of Symbol 534 MovieClip in Frame 134
onClipEvent (load) {
_root.carroexiste = 0;
}
onClipEvent (enterFrame) {
alea = Math.floor(random(400));
if (alea < 6) {
this.gotoAndStop("1");
}
if (((alea == 2) || (alea == 20)) || (alea == 200)) {
this.gotoAndStop("2");
}
}
Instance of Symbol 568 MovieClip in Frame 134
onClipEvent (enterFrame) {
aleacarro = Math.floor(random(16000));
if ((aleacarro == 1) && (_root.carroexiste == 0)) {
_root.carroexiste = 1;
_root.marca_carro.gotoAndStop("1");
_root.attachMovie("carro", "carro", 38);
_root.carro._xscale = 50;
_root.carro._yscale = 50;
_root.carro._x = -100;
_root.carro._y = 320;
}
}
Instance of Symbol 568 MovieClip in Frame 134
onClipEvent (load) {
datoalea = Math.floor(random(6000));
_root.dragonexiste = 0;
}
onClipEvent (enterFrame) {
aleadragon = Math.floor(random(datoalea));
if ((aleadragon == 1) && (_root.dragonexiste == 0)) {
_root.dragonexiste = 1;
_root.marca_dragon.gotoAndStop("1");
_root.attachMovie("dragon", "dragon", 90);
_root.dragon._x = -115;
_root.dragon._y = 256;
}
}
Frame 135
comienza();
ymuerte = 100;
aleatorio_flecha = 70;
aleatorio_soldado = 160;
_root.marca_dragon.gotoAndStop("2");
_root.marca_ogro.gotoAndStop("2");
Instance of Symbol 363 MovieClip "barra_vida" in Frame 135
onClipEvent (load) {
this._width = _root.vida;
}
Instance of Symbol 500 MovieClip in Frame 135
onClipEvent (load) {
parcial = 0;
}
onClipEvent (enterFrame) {
parcial = parcial + 1;
if (parcial >= 100) {
parcial = 0;
_root.tiempo = _root.tiempo - 1;
if (_root.tiempo <= 0) {
if (_root.prisioneros >= 1) {
_root.gotoAndStop("ejecuciones");
} else {
_root.gotoAndPlay("tequedan");
}
}
}
}
Instance of Symbol 533 MovieClip "enemigo" in Frame 135
onClipEvent (load) {
avanza = 1;
control = 0;
bajando = 0;
velocidad = Math.floor(random(6));
this._y = 400 + Math.floor(random(50));
yinicial = this._y;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.lava.inte_lava)) {
control = 1;
this.gotoAndPlay("muerte");
}
f = 100;
while (f <= 108) {
if (this.hitTest(_root["nuevaflecha" + f].inte.dentro.punta)) {
control = 1;
this.gotoAndPlay("muerte");
}
f++;
}
f = 100;
if (((avanza == 1) && (this._y >= yinicial)) && (control == 0)) {
if (ymax < _root.ymuerte) {
control = 1;
this.gotoAndPlay("muerte");
}
if ((this._x >= _root.tope) && (control == 0)) {
this.gotoAndStop("rompe");
} else {
this._x = this._x + (2 + velocidad);
this._y = yinicial;
}
}
if ((avanza == 1) && (this._y < yinicial)) {
this._y = this._y + (5 + ((425 - ymax) / 15));
}
if ((((avanza == 1) && (this._y >= yinicial)) && (ymax > _root.ymuerte)) && (bajando == 1)) {
this.gotoAndPlay("salva");
bajando = 0;
avanza = 0;
}
}
Instance of Symbol 187 MovieClip "flecha" in Frame 135
onClipEvent (load) {
alea_flecha = Math.floor(random(3));
ini = _root.distancia_flecha;
}
onClipEvent (enterFrame) {
if (this._y < 550) {
if (this.hitTest(_root.catapulta.hombre)) {
_root.catapulta.hombre.play();
}
if (this._x > 380) {
this._x = this._x - ((_root.distancia_flecha / 5) + alea_flecha);
ini = ini - 2;
this._y = this._y - (3 + (ini / 20));
}
if (this._x <= 380) {
this.gotoAndStop(2);
this._x = this._x - ((_root.distancia_flecha / 5) + alea_flecha);
this._y = this._y + (13 + (_root.distancia_flecha / 15));
}
}
if (this._y > 550) {
removeMovieClip(this);
this._visible = false;
}
}
Instance of Symbol 534 MovieClip in Frame 135
onClipEvent (load) {
_root.carroexiste = 0;
}
onClipEvent (enterFrame) {
alea = Math.floor(random(400));
if (alea < 6) {
this.gotoAndStop("1");
}
if (((alea == 2) || (alea == 20)) || (alea == 200)) {
this.gotoAndStop("2");
}
}
Instance of Symbol 568 MovieClip in Frame 135
onClipEvent (load) {
_root.ogroexiste = 0;
variable_alea = Math.floor(random(1000)) + 300;
}
onClipEvent (enterFrame) {
aleaogro = Math.floor(random(variable_alea));
if ((aleaogro == 1) && (_root.ogroexiste == 0)) {
_root.ogroexiste = 1;
_root.marca_ogro.gotoAndStop("1");
_root.attachMovie("ogro", "ogro", 130);
_root.ogro._x = 0;
_root.ogro._y = 380;
}
}
Instance of Symbol 568 MovieClip in Frame 135
onClipEvent (enterFrame) {
aleacarro = Math.floor(random(16000));
if ((aleacarro == 1) && (_root.carroexiste == 0)) {
_root.carroexiste = 1;
_root.marca_carro.gotoAndStop("1");
_root.attachMovie("carro", "carro", 38);
_root.carro._xscale = 50;
_root.carro._yscale = 50;
_root.carro._x = -100;
_root.carro._y = 320;
}
}
Instance of Symbol 568 MovieClip in Frame 135
onClipEvent (load) {
datoalea = Math.floor(random(600));
_root.dragonexiste = 0;
}
onClipEvent (enterFrame) {
aleadragon = Math.floor(random(datoalea));
if ((aleadragon == 1) && (_root.dragonexiste == 0)) {
_root.dragonexiste = 1;
_root.marca_dragon.gotoAndStop("1");
_root.attachMovie("dragon", "dragon", 90);
_root.dragon._x = -115;
_root.dragon._y = 256;
}
}
Frame 136
comienza();
ymuerte = 100;
aleatorio_flecha = 200;
aleatorio_soldado = Math.floor(random(250));
_root.marca_dragon.gotoAndStop("2");
_root.marca_ogro.gotoAndStop("2");
Instance of Symbol 363 MovieClip "barra_vida" in Frame 136
onClipEvent (load) {
this._width = _root.vida;
}
Instance of Symbol 500 MovieClip in Frame 136
onClipEvent (load) {
parcial = 0;
}
onClipEvent (enterFrame) {
parcial = parcial + 1;
if (parcial >= 100) {
parcial = 0;
_root.tiempo = _root.tiempo - 1;
if (_root.tiempo <= 0) {
if (_root.prisioneros >= 1) {
_root.gotoAndStop("ejecuciones");
} else {
_root.gotoAndPlay("tequedan");
}
}
}
}
Instance of Symbol 533 MovieClip "enemigo" in Frame 136
onClipEvent (load) {
avanza = 1;
control = 0;
bajando = 0;
velocidad = Math.floor(random(6));
this._y = 400 + Math.floor(random(50));
yinicial = this._y;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.lava.inte_lava)) {
control = 1;
this.gotoAndPlay("muerte");
}
f = 100;
while (f <= 108) {
if (this.hitTest(_root["nuevaflecha" + f].inte.dentro.punta)) {
control = 1;
this.gotoAndPlay("muerte");
}
f++;
}
f = 100;
if (((avanza == 1) && (this._y >= yinicial)) && (control == 0)) {
if (ymax < _root.ymuerte) {
control = 1;
this.gotoAndPlay("muerte");
}
if ((this._x >= _root.tope) && (control == 0)) {
this.gotoAndStop("rompe");
} else {
this._x = this._x + (2 + velocidad);
this._y = yinicial;
}
}
if ((avanza == 1) && (this._y < yinicial)) {
this._y = this._y + (5 + ((425 - ymax) / 15));
}
if ((((avanza == 1) && (this._y >= yinicial)) && (ymax > _root.ymuerte)) && (bajando == 1)) {
this.gotoAndPlay("salva");
bajando = 0;
avanza = 0;
}
}
Instance of Symbol 187 MovieClip "flecha" in Frame 136
onClipEvent (load) {
alea_flecha = Math.floor(random(3));
ini = _root.distancia_flecha;
}
onClipEvent (enterFrame) {
if (this._y < 550) {
if (this.hitTest(_root.catapulta.hombre)) {
_root.catapulta.hombre.play();
}
if (this._x > 380) {
this._x = this._x - ((_root.distancia_flecha / 5) + alea_flecha);
ini = ini - 2;
this._y = this._y - (3 + (ini / 20));
}
if (this._x <= 380) {
this.gotoAndStop(2);
this._x = this._x - ((_root.distancia_flecha / 5) + alea_flecha);
this._y = this._y + (13 + (_root.distancia_flecha / 15));
}
}
if (this._y > 550) {
removeMovieClip(this);
this._visible = false;
}
}
Instance of Symbol 534 MovieClip in Frame 136
onClipEvent (load) {
_root.carroexiste = 0;
}
onClipEvent (enterFrame) {
alea = Math.floor(random(400));
if (alea < 6) {
this.gotoAndStop("1");
}
if (((alea == 2) || (alea == 20)) || (alea == 200)) {
this.gotoAndStop("2");
}
}
Instance of Symbol 568 MovieClip in Frame 136
onClipEvent (load) {
_root.ogroexiste = 0;
variable_alea = Math.floor(random(1000)) + 300;
}
onClipEvent (enterFrame) {
aleaogro = Math.floor(random(variable_alea));
if ((aleaogro == 1) && (_root.ogroexiste == 0)) {
_root.ogroexiste = 1;
_root.marca_ogro.gotoAndStop("1");
_root.attachMovie("ogro", "ogro", 130);
_root.ogro._x = 0;
_root.ogro._y = 380;
}
}
Instance of Symbol 568 MovieClip in Frame 136
onClipEvent (enterFrame) {
aleacarro = Math.floor(random(15000));
if ((aleacarro == 1) && (_root.carroexiste == 0)) {
_root.carroexiste = 1;
_root.marca_carro.gotoAndStop("1");
_root.attachMovie("carro", "carro", 38);
_root.carro._xscale = 50;
_root.carro._yscale = 50;
_root.carro._x = -100;
_root.carro._y = 320;
}
}
Instance of Symbol 568 MovieClip in Frame 136
onClipEvent (load) {
datoalea = Math.floor(random(600));
_root.dragonexiste = 0;
}
onClipEvent (enterFrame) {
aleadragon = Math.floor(random(datoalea));
if ((aleadragon == 1) && (_root.dragonexiste == 0)) {
_root.dragonexiste = 1;
_root.marca_dragon.gotoAndStop("1");
_root.attachMovie("dragon", "dragon", 90);
_root.dragon._x = -115;
_root.dragon._y = 256;
}
}
Frame 137
comienza();
ymuerte = 100;
aleatorio_flecha = Math.floor(random(250));
aleatorio_soldado = Math.floor(random(250));
_root.marca_dragon.gotoAndStop("2");
_root.marca_ogro.gotoAndStop("2");
Instance of Symbol 363 MovieClip "barra_vida" in Frame 137
onClipEvent (load) {
this._width = _root.vida;
}
Instance of Symbol 500 MovieClip in Frame 137
onClipEvent (load) {
parcial = 0;
}
onClipEvent (enterFrame) {
parcial = parcial + 1;
if (parcial >= 100) {
parcial = 0;
_root.tiempo = _root.tiempo - 1;
if (_root.tiempo <= 0) {
if (_root.prisioneros >= 1) {
_root.gotoAndStop("ejecuciones");
} else {
_root.gotoAndPlay("tequedan");
}
}
}
}
Instance of Symbol 568 MovieClip in Frame 137
onClipEvent (load) {
_root.ogroexiste = 0;
}
onClipEvent (enterFrame) {
aleaogro = Math.floor(random(300));
if ((aleaogro == 1) && (_root.ogroexiste == 0)) {
_root.ogroexiste = 1;
_root.marca_ogro.gotoAndStop("1");
_root.attachMovie("ogro", "ogro", 130);
_root.ogro._x = 0;
_root.ogro._y = 380;
}
}
Instance of Symbol 533 MovieClip "enemigo" in Frame 137
onClipEvent (load) {
avanza = 1;
control = 0;
bajando = 0;
velocidad = Math.floor(random(6));
this._y = 400 + Math.floor(random(50));
yinicial = this._y;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.lava.inte_lava)) {
control = 1;
this.gotoAndPlay("muerte");
}
f = 100;
while (f <= 108) {
if (this.hitTest(_root["nuevaflecha" + f].inte.dentro.punta)) {
control = 1;
this.gotoAndPlay("muerte");
}
f++;
}
f = 100;
if (((avanza == 1) && (this._y >= yinicial)) && (control == 0)) {
if (ymax < _root.ymuerte) {
control = 1;
this.gotoAndPlay("muerte");
}
if ((this._x >= _root.tope) && (control == 0)) {
this.gotoAndStop("rompe");
} else {
this._x = this._x + (2 + velocidad);
this._y = yinicial;
}
}
if ((avanza == 1) && (this._y < yinicial)) {
this._y = this._y + (5 + ((425 - ymax) / 15));
}
if ((((avanza == 1) && (this._y >= yinicial)) && (ymax > _root.ymuerte)) && (bajando == 1)) {
this.gotoAndPlay("salva");
bajando = 0;
avanza = 0;
}
}
Instance of Symbol 187 MovieClip "flecha" in Frame 137
onClipEvent (load) {
alea_flecha = Math.floor(random(3));
ini = _root.distancia_flecha;
}
onClipEvent (enterFrame) {
if (this._y < 550) {
if (this.hitTest(_root.catapulta.hombre)) {
_root.catapulta.hombre.play();
}
if (this._x > 380) {
this._x = this._x - ((_root.distancia_flecha / 5) + alea_flecha);
ini = ini - 2;
this._y = this._y - (3 + (ini / 20));
}
if (this._x <= 380) {
this.gotoAndStop(2);
this._x = this._x - ((_root.distancia_flecha / 5) + alea_flecha);
this._y = this._y + (13 + (_root.distancia_flecha / 15));
}
}
if (this._y > 550) {
removeMovieClip(this);
this._visible = false;
}
}
Instance of Symbol 534 MovieClip in Frame 137
onClipEvent (load) {
_root.carroexiste = 0;
}
onClipEvent (enterFrame) {
alea = Math.floor(random(400));
if (alea < 6) {
this.gotoAndStop("1");
}
if (((alea == 2) || (alea == 20)) || (alea == 200)) {
this.gotoAndStop("2");
}
}
Instance of Symbol 568 MovieClip in Frame 137
onClipEvent (enterFrame) {
aleacarro = Math.floor(random(14000));
if ((aleacarro == 1) && (_root.carroexiste == 0)) {
_root.carroexiste = 1;
_root.marca_carro.gotoAndStop("1");
_root.attachMovie("carro", "carro", 38);
_root.carro._xscale = 50;
_root.carro._yscale = 50;
_root.carro._x = -100;
_root.carro._y = 320;
}
}
Instance of Symbol 568 MovieClip in Frame 137
onClipEvent (load) {
datoalea = Math.floor(random(5000));
_root.dragonexiste = 0;
}
onClipEvent (enterFrame) {
aleadragon = Math.floor(random(datoalea));
if ((aleadragon == 1) && (_root.dragonexiste == 0)) {
_root.dragonexiste = 1;
_root.marca_dragon.gotoAndStop("1");
_root.attachMovie("dragon", "dragon", 90);
_root.dragon._x = -115;
_root.dragon._y = 256;
}
}
Frame 138
comienza();
ymuerte = 100;
aleatorio_flecha = Math.floor(random(250)) + 60;
aleatorio_soldado = Math.floor(random(250));
_root.marca_dragon.gotoAndStop("2");
_root.marca_ogro.gotoAndStop("2");
Instance of Symbol 363 MovieClip "barra_vida" in Frame 138
onClipEvent (load) {
this._width = _root.vida;
}
Instance of Symbol 500 MovieClip in Frame 138
onClipEvent (load) {
parcial = 0;
}
onClipEvent (enterFrame) {
parcial = parcial + 1;
if (parcial >= 100) {
parcial = 0;
_root.tiempo = _root.tiempo - 1;
if (_root.tiempo <= 0) {
if (_root.prisioneros >= 1) {
_root.gotoAndStop("ejecuciones");
} else {
_root.gotoAndPlay("tequedan");
}
}
}
}
Instance of Symbol 533 MovieClip "enemigo" in Frame 138
onClipEvent (load) {
avanza = 1;
control = 0;
bajando = 0;
velocidad = Math.floor(random(6));
this._y = 400 + Math.floor(random(50));
yinicial = this._y;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.lava.inte_lava)) {
control = 1;
this.gotoAndPlay("muerte");
}
f = 100;
while (f <= 108) {
if (this.hitTest(_root["nuevaflecha" + f].inte.dentro.punta)) {
control = 1;
this.gotoAndPlay("muerte");
}
f++;
}
f = 100;
if (((avanza == 1) && (this._y >= yinicial)) && (control == 0)) {
if (ymax < _root.ymuerte) {
control = 1;
this.gotoAndPlay("muerte");
}
if ((this._x >= _root.tope) && (control == 0)) {
this.gotoAndStop("rompe");
} else {
this._x = this._x + (2 + velocidad);
this._y = yinicial;
}
}
if ((avanza == 1) && (this._y < yinicial)) {
this._y = this._y + (5 + ((425 - ymax) / 15));
}
if ((((avanza == 1) && (this._y >= yinicial)) && (ymax > _root.ymuerte)) && (bajando == 1)) {
this.gotoAndPlay("salva");
bajando = 0;
avanza = 0;
}
}
Instance of Symbol 187 MovieClip "flecha" in Frame 138
onClipEvent (load) {
alea_flecha = Math.floor(random(3));
ini = _root.distancia_flecha;
}
onClipEvent (enterFrame) {
if (this._y < 550) {
if (this.hitTest(_root.catapulta.hombre)) {
_root.catapulta.hombre.play();
}
if (this._x > 380) {
this._x = this._x - ((_root.distancia_flecha / 5) + alea_flecha);
ini = ini - 2;
this._y = this._y - (3 + (ini / 20));
}
if (this._x <= 380) {
this.gotoAndStop(2);
this._x = this._x - ((_root.distancia_flecha / 5) + alea_flecha);
this._y = this._y + (13 + (_root.distancia_flecha / 15));
}
}
if (this._y > 550) {
removeMovieClip(this);
this._visible = false;
}
}
Instance of Symbol 534 MovieClip in Frame 138
onClipEvent (load) {
_root.carroexiste = 0;
}
onClipEvent (enterFrame) {
alea = Math.floor(random(400));
if (alea < 6) {
this.gotoAndStop("1");
}
if (((alea == 2) || (alea == 20)) || (alea == 200)) {
this.gotoAndStop("2");
}
}
Instance of Symbol 568 MovieClip in Frame 138
onClipEvent (load) {
_root.ogroexiste = 0;
variable_alea = Math.floor(random(1000)) + 300;
}
onClipEvent (enterFrame) {
aleaogro = Math.floor(random(variable_alea));
if ((aleaogro == 1) && (_root.ogroexiste == 0)) {
_root.ogroexiste = 1;
_root.marca_ogro.gotoAndStop("1");
_root.attachMovie("ogro", "ogro", 130);
_root.ogro._x = 0;
_root.ogro._y = 380;
}
}
Instance of Symbol 568 MovieClip in Frame 138
onClipEvent (enterFrame) {
aleacarro = Math.floor(random(14000));
if ((aleacarro == 1) && (_root.carroexiste == 0)) {
_root.carroexiste = 1;
_root.marca_carro.gotoAndStop("1");
_root.attachMovie("carro", "carro", 38);
_root.carro._xscale = 50;
_root.carro._yscale = 50;
_root.carro._x = -100;
_root.carro._y = 320;
}
}
Instance of Symbol 568 MovieClip in Frame 138
onClipEvent (load) {
datoalea = Math.floor(random(5000));
_root.dragonexiste = 0;
}
onClipEvent (enterFrame) {
aleadragon = Math.floor(random(datoalea));
if ((aleadragon == 1) && (_root.dragonexiste == 0)) {
_root.dragonexiste = 1;
_root.marca_dragon.gotoAndStop("1");
_root.attachMovie("dragon", "dragon", 90);
_root.dragon._x = -115;
_root.dragon._y = 256;
}
}
Frame 139
comienza();
ymuerte = 100;
aleatorio_flecha = 70;
aleatorio_soldado = Math.floor(random(250)) + 50;
_root.marca_dragon.gotoAndStop("2");
_root.marca_ogro.gotoAndStop("2");
Instance of Symbol 363 MovieClip "barra_vida" in Frame 139
onClipEvent (load) {
this._width = _root.vida;
}
Instance of Symbol 500 MovieClip in Frame 139
onClipEvent (load) {
parcial = 0;
}
onClipEvent (enterFrame) {
parcial = parcial + 1;
if (parcial >= 100) {
parcial = 0;
_root.tiempo = _root.tiempo - 1;
if (_root.tiempo <= 0) {
if (_root.prisioneros >= 1) {
_root.gotoAndStop("ejecuciones");
} else {
_root.gotoAndPlay("tequedan");
}
}
}
}
Instance of Symbol 568 MovieClip in Frame 139
onClipEvent (load) {
_root.ogroexiste = 0;
}
onClipEvent (enterFrame) {
aleaogro = Math.floor(random(300));
if ((aleaogro == 1) && (_root.ogroexiste == 0)) {
_root.ogroexiste = 1;
_root.marca_ogro.gotoAndStop("1");
_root.attachMovie("ogro", "ogro", 130);
_root.ogro._x = 0;
_root.ogro._y = 380;
}
}
Instance of Symbol 533 MovieClip "enemigo" in Frame 139
onClipEvent (load) {
avanza = 1;
control = 0;
bajando = 0;
velocidad = Math.floor(random(6));
this._y = 400 + Math.floor(random(50));
yinicial = this._y;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.lava.inte_lava)) {
control = 1;
this.gotoAndPlay("muerte");
}
f = 100;
while (f <= 108) {
if (this.hitTest(_root["nuevaflecha" + f].inte.dentro.punta)) {
control = 1;
this.gotoAndPlay("muerte");
}
f++;
}
f = 100;
if (((avanza == 1) && (this._y >= yinicial)) && (control == 0)) {
if (ymax < _root.ymuerte) {
control = 1;
this.gotoAndPlay("muerte");
}
if ((this._x >= _root.tope) && (control == 0)) {
this.gotoAndStop("rompe");
} else {
this._x = this._x + (2 + velocidad);
this._y = yinicial;
}
}
if ((avanza == 1) && (this._y < yinicial)) {
this._y = this._y + (5 + ((425 - ymax) / 15));
}
if ((((avanza == 1) && (this._y >= yinicial)) && (ymax > _root.ymuerte)) && (bajando == 1)) {
this.gotoAndPlay("salva");
bajando = 0;
avanza = 0;
}
}
Instance of Symbol 187 MovieClip "flecha" in Frame 139
onClipEvent (load) {
alea_flecha = Math.floor(random(3));
ini = _root.distancia_flecha;
}
onClipEvent (enterFrame) {
if (this._y < 550) {
if (this.hitTest(_root.catapulta.hombre)) {
_root.catapulta.hombre.play();
}
if (this._x > 380) {
this._x = this._x - ((_root.distancia_flecha / 5) + alea_flecha);
ini = ini - 2;
this._y = this._y - (3 + (ini / 20));
}
if (this._x <= 380) {
this.gotoAndStop(2);
this._x = this._x - ((_root.distancia_flecha / 5) + alea_flecha);
this._y = this._y + (13 + (_root.distancia_flecha / 15));
}
}
if (this._y > 550) {
removeMovieClip(this);
this._visible = false;
}
}
Instance of Symbol 534 MovieClip in Frame 139
onClipEvent (load) {
_root.carroexiste = 0;
}
onClipEvent (enterFrame) {
alea = Math.floor(random(400));
if (alea < 6) {
this.gotoAndStop("1");
}
if (((alea == 2) || (alea == 20)) || (alea == 200)) {
this.gotoAndStop("2");
}
}
Instance of Symbol 568 MovieClip in Frame 139
onClipEvent (enterFrame) {
aleacarro = Math.floor(random(14000));
if ((aleacarro == 1) && (_root.carroexiste == 0)) {
_root.carroexiste = 1;
_root.marca_carro.gotoAndStop("1");
_root.attachMovie("carro", "carro", 38);
_root.carro._xscale = 50;
_root.carro._yscale = 50;
_root.carro._x = -100;
_root.carro._y = 320;
}
}
Instance of Symbol 568 MovieClip in Frame 139
onClipEvent (load) {
datoalea = Math.floor(random(2000));
_root.dragonexiste = 0;
}
onClipEvent (enterFrame) {
aleadragon = Math.floor(random(datoalea));
if ((aleadragon == 1) && (_root.dragonexiste == 0)) {
_root.dragonexiste = 1;
_root.marca_dragon.gotoAndStop("1");
_root.attachMovie("dragon", "dragon", 90);
_root.dragon._x = -115;
_root.dragon._y = 256;
}
}
Frame 140
comienza();
ymuerte = 100;
aleatorio_flecha = Math.floor(random(250));
aleatorio_soldado = 120;
_root.marca_dragon.gotoAndStop("2");
_root.marca_ogro.gotoAndStop("2");
Instance of Symbol 363 MovieClip "barra_vida" in Frame 140
onClipEvent (load) {
this._width = _root.vida;
}
Instance of Symbol 500 MovieClip in Frame 140
onClipEvent (load) {
parcial = 0;
}
onClipEvent (enterFrame) {
parcial = parcial + 1;
if (parcial >= 100) {
parcial = 0;
_root.tiempo = _root.tiempo - 1;
if (_root.tiempo <= 0) {
if (_root.prisioneros >= 1) {
_root.gotoAndStop("ejecuciones");
} else {
_root.gotoAndPlay("tequedan");
}
}
}
}
Instance of Symbol 568 MovieClip in Frame 140
onClipEvent (load) {
_root.ogroexiste = 0;
}
onClipEvent (enterFrame) {
aleaogro = Math.floor(random(300));
if ((aleaogro == 1) && (_root.ogroexiste == 0)) {
_root.ogroexiste = 1;
_root.marca_ogro.gotoAndStop("1");
_root.attachMovie("ogro", "ogro", 130);
_root.ogro._x = 0;
_root.ogro._y = 380;
}
}
Instance of Symbol 533 MovieClip "enemigo" in Frame 140
onClipEvent (load) {
avanza = 1;
control = 0;
bajando = 0;
velocidad = Math.floor(random(6));
this._y = 400 + Math.floor(random(50));
yinicial = this._y;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.lava.inte_lava)) {
control = 1;
this.gotoAndPlay("muerte");
}
f = 100;
while (f <= 108) {
if (this.hitTest(_root["nuevaflecha" + f].inte.dentro.punta)) {
control = 1;
this.gotoAndPlay("muerte");
}
f++;
}
f = 100;
if (((avanza == 1) && (this._y >= yinicial)) && (control == 0)) {
if (ymax < _root.ymuerte) {
control = 1;
this.gotoAndPlay("muerte");
}
if ((this._x >= _root.tope) && (control == 0)) {
this.gotoAndStop("rompe");
} else {
this._x = this._x + (2 + velocidad);
this._y = yinicial;
}
}
if ((avanza == 1) && (this._y < yinicial)) {
this._y = this._y + (5 + ((425 - ymax) / 15));
}
if ((((avanza == 1) && (this._y >= yinicial)) && (ymax > _root.ymuerte)) && (bajando == 1)) {
this.gotoAndPlay("salva");
bajando = 0;
avanza = 0;
}
}
Instance of Symbol 187 MovieClip "flecha" in Frame 140
onClipEvent (load) {
alea_flecha = Math.floor(random(3));
ini = _root.distancia_flecha;
}
onClipEvent (enterFrame) {
if (this._y < 550) {
if (this.hitTest(_root.catapulta.hombre)) {
_root.catapulta.hombre.play();
}
if (this._x > 380) {
this._x = this._x - ((_root.distancia_flecha / 5) + alea_flecha);
ini = ini - 2;
this._y = this._y - (3 + (ini / 20));
}
if (this._x <= 380) {
this.gotoAndStop(2);
this._x = this._x - ((_root.distancia_flecha / 5) + alea_flecha);
this._y = this._y + (13 + (_root.distancia_flecha / 15));
}
}
if (this._y > 550) {
removeMovieClip(this);
this._visible = false;
}
}
Instance of Symbol 650 MovieClip in Frame 140
onClipEvent (load) {
_root.carroexiste = 0;
}
onClipEvent (enterFrame) {
alea = Math.floor(random(400));
if (alea < 10) {
this.gotoAndStop("1");
}
if ((alea == 20) || (alea == 200)) {
this.gotoAndStop("2");
}
}
Instance of Symbol 568 MovieClip in Frame 140
onClipEvent (enterFrame) {
aleacarro = Math.floor(random(14000));
if ((aleacarro == 1) && (_root.carroexiste == 0)) {
_root.carroexiste = 1;
_root.marca_carro.gotoAndStop("1");
_root.attachMovie("carro", "carro", 38);
_root.carro._xscale = 50;
_root.carro._yscale = 50;
_root.carro._x = -100;
_root.carro._y = 320;
}
}
Instance of Symbol 568 MovieClip in Frame 140
onClipEvent (load) {
datoalea = Math.floor(random(2000));
_root.dragonexiste = 0;
}
onClipEvent (enterFrame) {
aleadragon = Math.floor(random(datoalea));
if ((aleadragon == 1) && (_root.dragonexiste == 0)) {
_root.dragonexiste = 1;
_root.marca_dragon.gotoAndStop("1");
_root.attachMovie("dragon", "dragon", 90);
_root.dragon._x = -115;
_root.dragon._y = 256;
}
}
Frame 141
comienza();
ymuerte = 100;
aleatorio_flecha = Math.floor(random(250)) + 100;
aleatorio_soldado = 120;
_root.marca_dragon.gotoAndStop("2");
_root.marca_ogro.gotoAndStop("2");
Instance of Symbol 363 MovieClip "barra_vida" in Frame 141
onClipEvent (load) {
this._width = _root.vida;
}
Instance of Symbol 500 MovieClip in Frame 141
onClipEvent (load) {
parcial = 0;
}
onClipEvent (enterFrame) {
parcial = parcial + 1;
if (parcial >= 100) {
parcial = 0;
_root.tiempo = _root.tiempo - 1;
if (_root.tiempo <= 0) {
if (_root.prisioneros >= 1) {
_root.gotoAndStop("ejecuciones");
} else {
_root.gotoAndPlay("tequedan");
}
}
}
}
Instance of Symbol 568 MovieClip in Frame 141
onClipEvent (load) {
_root.ogroexiste = 0;
}
onClipEvent (enterFrame) {
aleaogro = Math.floor(random(300));
if ((aleaogro == 1) && (_root.ogroexiste == 0)) {
_root.ogroexiste = 1;
_root.marca_ogro.gotoAndStop("1");
_root.attachMovie("ogro", "ogro", 130);
_root.ogro._x = 0;
_root.ogro._y = 380;
}
}
Instance of Symbol 533 MovieClip "enemigo" in Frame 141
onClipEvent (load) {
avanza = 1;
control = 0;
bajando = 0;
velocidad = Math.floor(random(6));
this._y = 400 + Math.floor(random(50));
yinicial = this._y;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.lava.inte_lava)) {
control = 1;
this.gotoAndPlay("muerte");
}
f = 100;
while (f <= 108) {
if (this.hitTest(_root["nuevaflecha" + f].inte.dentro.punta)) {
control = 1;
this.gotoAndPlay("muerte");
}
f++;
}
f = 100;
if (((avanza == 1) && (this._y >= yinicial)) && (control == 0)) {
if (ymax < _root.ymuerte) {
control = 1;
this.gotoAndPlay("muerte");
}
if ((this._x >= _root.tope) && (control == 0)) {
this.gotoAndStop("rompe");
} else {
this._x = this._x + (2 + velocidad);
this._y = yinicial;
}
}
if ((avanza == 1) && (this._y < yinicial)) {
this._y = this._y + (5 + ((425 - ymax) / 15));
}
if ((((avanza == 1) && (this._y >= yinicial)) && (ymax > _root.ymuerte)) && (bajando == 1)) {
this.gotoAndPlay("salva");
bajando = 0;
avanza = 0;
}
}
Instance of Symbol 187 MovieClip "flecha" in Frame 141
onClipEvent (load) {
alea_flecha = Math.floor(random(3));
ini = _root.distancia_flecha;
}
onClipEvent (enterFrame) {
if (this._y < 550) {
if (this.hitTest(_root.catapulta.hombre)) {
_root.catapulta.hombre.play();
}
if (this._x > 380) {
this._x = this._x - ((_root.distancia_flecha / 5) + alea_flecha);
ini = ini - 2;
this._y = this._y - (3 + (ini / 20));
}
if (this._x <= 380) {
this.gotoAndStop(2);
this._x = this._x - ((_root.distancia_flecha / 5) + alea_flecha);
this._y = this._y + (13 + (_root.distancia_flecha / 15));
}
}
if (this._y > 550) {
removeMovieClip(this);
this._visible = false;
}
}
Instance of Symbol 534 MovieClip in Frame 141
onClipEvent (load) {
_root.carroexiste = 0;
}
onClipEvent (enterFrame) {
alea = Math.floor(random(400));
if (alea < 6) {
this.gotoAndStop("1");
}
if (((alea == 2) || (alea == 20)) || (alea == 200)) {
this.gotoAndStop("2");
}
}
Instance of Symbol 568 MovieClip in Frame 141
onClipEvent (enterFrame) {
aleacarro = Math.floor(random(14000));
if ((aleacarro == 1) && (_root.carroexiste == 0)) {
_root.carroexiste = 1;
_root.marca_carro.gotoAndStop("1");
_root.attachMovie("carro", "carro", 38);
_root.carro._xscale = 50;
_root.carro._yscale = 50;
_root.carro._x = -100;
_root.carro._y = 320;
}
}
Instance of Symbol 568 MovieClip in Frame 141
onClipEvent (load) {
datoalea = Math.floor(random(20000));
_root.dragonexiste = 0;
}
onClipEvent (enterFrame) {
aleadragon = Math.floor(random(datoalea));
if ((aleadragon == 1) && (_root.dragonexiste == 0)) {
_root.dragonexiste = 1;
_root.marca_dragon.gotoAndStop("1");
_root.attachMovie("dragon", "dragon", 90);
_root.dragon._x = -115;
_root.dragon._y = 256;
}
}
Frame 142
comienza();
ymuerte = 100;
aleatorio_flecha = Math.floor(random(250));
aleatorio_soldado = Math.floor(random(250));
_root.marca_dragon.gotoAndStop("2");
_root.marca_ogro.gotoAndStop("2");
Instance of Symbol 363 MovieClip "barra_vida" in Frame 142
onClipEvent (load) {
this._width = _root.vida;
}
Instance of Symbol 500 MovieClip in Frame 142
onClipEvent (load) {
parcial = 0;
}
onClipEvent (enterFrame) {
parcial = parcial + 1;
if (parcial >= 100) {
parcial = 0;
_root.tiempo = _root.tiempo - 1;
if (_root.tiempo <= 0) {
if (_root.prisioneros >= 1) {
_root.gotoAndStop("ejecuciones");
} else {
_root.gotoAndPlay("tequedan");
}
}
}
}
Instance of Symbol 568 MovieClip in Frame 142
onClipEvent (load) {
_root.ogroexiste = 0;
}
onClipEvent (enterFrame) {
aleaogro = Math.floor(random(300));
if ((aleaogro == 1) && (_root.ogroexiste == 0)) {
_root.ogroexiste = 1;
_root.marca_ogro.gotoAndStop("1");
_root.attachMovie("ogro", "ogro", 130);
_root.ogro._x = 0;
_root.ogro._y = 380;
}
}
Instance of Symbol 533 MovieClip "enemigo" in Frame 142
onClipEvent (load) {
avanza = 1;
control = 0;
bajando = 0;
velocidad = Math.floor(random(6));
this._y = 400 + Math.floor(random(50));
yinicial = this._y;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.lava.inte_lava)) {
control = 1;
this.gotoAndPlay("muerte");
}
f = 100;
while (f <= 108) {
if (this.hitTest(_root["nuevaflecha" + f].inte.dentro.punta)) {
control = 1;
this.gotoAndPlay("muerte");
}
f++;
}
f = 100;
if (((avanza == 1) && (this._y >= yinicial)) && (control == 0)) {
if (ymax < _root.ymuerte) {
control = 1;
this.gotoAndPlay("muerte");
}
if ((this._x >= _root.tope) && (control == 0)) {
this.gotoAndStop("rompe");
} else {
this._x = this._x + (2 + velocidad);
this._y = yinicial;
}
}
if ((avanza == 1) && (this._y < yinicial)) {
this._y = this._y + (5 + ((425 - ymax) / 15));
}
if ((((avanza == 1) && (this._y >= yinicial)) && (ymax > _root.ymuerte)) && (bajando == 1)) {
this.gotoAndPlay("salva");
bajando = 0;
avanza = 0;
}
}
Instance of Symbol 187 MovieClip "flecha" in Frame 142
onClipEvent (load) {
alea_flecha = Math.floor(random(3));
ini = _root.distancia_flecha;
}
onClipEvent (enterFrame) {
if (this._y < 550) {
if (this.hitTest(_root.catapulta.hombre)) {
_root.catapulta.hombre.play();
}
if (this._x > 380) {
this._x = this._x - ((_root.distancia_flecha / 5) + alea_flecha);
ini = ini - 2;
this._y = this._y - (3 + (ini / 20));
}
if (this._x <= 380) {
this.gotoAndStop(2);
this._x = this._x - ((_root.distancia_flecha / 5) + alea_flecha);
this._y = this._y + (13 + (_root.distancia_flecha / 15));
}
}
if (this._y > 550) {
removeMovieClip(this);
this._visible = false;
}
}
Instance of Symbol 534 MovieClip in Frame 142
onClipEvent (load) {
_root.carroexiste = 0;
}
onClipEvent (enterFrame) {
alea = Math.floor(random(400));
if (alea < 6) {
this.gotoAndStop("1");
}
if (((alea == 2) || (alea == 20)) || (alea == 200)) {
this.gotoAndStop("2");
}
}
Instance of Symbol 568 MovieClip in Frame 142
onClipEvent (enterFrame) {
aleacarro = Math.floor(random(12000));
if ((aleacarro == 1) && (_root.carroexiste == 0)) {
_root.carroexiste = 1;
_root.marca_carro.gotoAndStop("1");
_root.attachMovie("carro", "carro", 38);
_root.carro._xscale = 50;
_root.carro._yscale = 50;
_root.carro._x = -100;
_root.carro._y = 320;
}
}
Instance of Symbol 568 MovieClip in Frame 142
onClipEvent (load) {
datoalea = Math.floor(random(6000)) + 2000;
_root.dragonexiste = 0;
}
onClipEvent (enterFrame) {
aleadragon = Math.floor(random(datoalea));
if ((aleadragon == 1) && (_root.dragonexiste == 0)) {
_root.dragonexiste = 1;
_root.marca_dragon.gotoAndStop("1");
_root.attachMovie("dragon", "dragon", 90);
_root.dragon._x = -115;
_root.dragon._y = 256;
}
}
Frame 143
comienza();
ymuerte = 100;
aleatorio_flecha = Math.floor(random(250)) + 50;
aleatorio_soldado = 150;
_root.marca_dragon.gotoAndStop("2");
_root.marca_ogro.gotoAndStop("2");
Instance of Symbol 363 MovieClip "barra_vida" in Frame 143
onClipEvent (load) {
this._width = _root.vida;
}
Instance of Symbol 500 MovieClip in Frame 143
onClipEvent (load) {
parcial = 0;
}
onClipEvent (enterFrame) {
parcial = parcial + 1;
if (parcial >= 100) {
parcial = 0;
_root.tiempo = _root.tiempo - 1;
if (_root.tiempo <= 0) {
if (_root.prisioneros >= 1) {
_root.gotoAndStop("ejecuciones");
} else {
_root.gotoAndPlay("tequedan");
}
}
}
}
Instance of Symbol 568 MovieClip in Frame 143
onClipEvent (load) {
_root.ogroexiste = 0;
}
onClipEvent (enterFrame) {
aleaogro = Math.floor(random(300));
if ((aleaogro == 1) && (_root.ogroexiste == 0)) {
_root.ogroexiste = 1;
_root.marca_ogro.gotoAndStop("1");
_root.attachMovie("ogro", "ogro", 130);
_root.ogro._x = 0;
_root.ogro._y = 380;
}
}
Instance of Symbol 533 MovieClip "enemigo" in Frame 143
onClipEvent (load) {
avanza = 1;
control = 0;
bajando = 0;
velocidad = Math.floor(random(6));
this._y = 400 + Math.floor(random(50));
yinicial = this._y;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.lava.inte_lava)) {
control = 1;
this.gotoAndPlay("muerte");
}
f = 100;
while (f <= 108) {
if (this.hitTest(_root["nuevaflecha" + f].inte.dentro.punta)) {
control = 1;
this.gotoAndPlay("muerte");
}
f++;
}
f = 100;
if (((avanza == 1) && (this._y >= yinicial)) && (control == 0)) {
if (ymax < _root.ymuerte) {
control = 1;
this.gotoAndPlay("muerte");
}
if ((this._x >= _root.tope) && (control == 0)) {
this.gotoAndStop("rompe");
} else {
this._x = this._x + (2 + velocidad);
this._y = yinicial;
}
}
if ((avanza == 1) && (this._y < yinicial)) {
this._y = this._y + (5 + ((425 - ymax) / 15));
}
if ((((avanza == 1) && (this._y >= yinicial)) && (ymax > _root.ymuerte)) && (bajando == 1)) {
this.gotoAndPlay("salva");
bajando = 0;
avanza = 0;
}
}
Instance of Symbol 187 MovieClip "flecha" in Frame 143
onClipEvent (load) {
alea_flecha = Math.floor(random(3));
ini = _root.distancia_flecha;
}
onClipEvent (enterFrame) {
if (this._y < 550) {
if (this.hitTest(_root.catapulta.hombre)) {
_root.catapulta.hombre.play();
}
if (this._x > 380) {
this._x = this._x - ((_root.distancia_flecha / 5) + alea_flecha);
ini = ini - 2;
this._y = this._y - (3 + (ini / 20));
}
if (this._x <= 380) {
this.gotoAndStop(2);
this._x = this._x - ((_root.distancia_flecha / 5) + alea_flecha);
this._y = this._y + (13 + (_root.distancia_flecha / 15));
}
}
if (this._y > 550) {
removeMovieClip(this);
this._visible = false;
}
}
Instance of Symbol 650 MovieClip in Frame 143
onClipEvent (load) {
_root.carroexiste = 0;
}
onClipEvent (enterFrame) {
alea = Math.floor(random(400));
if (alea < 10) {
this.gotoAndStop("1");
}
if ((alea == 20) || (alea == 200)) {
this.gotoAndStop("2");
}
}
Instance of Symbol 568 MovieClip in Frame 143
onClipEvent (enterFrame) {
aleacarro = Math.floor(random(8000));
if ((aleacarro == 1) && (_root.carroexiste == 0)) {
_root.carroexiste = 1;
_root.marca_carro.gotoAndStop("1");
_root.attachMovie("carro", "carro", 38);
_root.carro._xscale = 50;
_root.carro._yscale = 50;
_root.carro._x = -100;
_root.carro._y = 320;
}
}
Instance of Symbol 568 MovieClip in Frame 143
onClipEvent (load) {
datoalea = Math.floor(random(8000));
_root.dragonexiste = 0;
}
onClipEvent (enterFrame) {
aleadragon = Math.floor(random(datoalea));
if ((aleadragon == 1) && (_root.dragonexiste == 0)) {
_root.dragonexiste = 1;
_root.marca_dragon.gotoAndStop("1");
_root.attachMovie("dragon", "dragon", 90);
_root.dragon._x = -115;
_root.dragon._y = 256;
}
}
Frame 144
comienza();
ymuerte = 100;
aleatorio_flecha = Math.floor(random(250));
aleatorio_soldado = 250;
_root.marca_dragon.gotoAndStop("2");
_root.marca_ogro.gotoAndStop("2");
Instance of Symbol 363 MovieClip "barra_vida" in Frame 144
onClipEvent (load) {
this._width = _root.vida;
}
Instance of Symbol 500 MovieClip in Frame 144
onClipEvent (load) {
parcial = 0;
}
onClipEvent (enterFrame) {
parcial = parcial + 1;
if (parcial >= 100) {
parcial = 0;
_root.tiempo = _root.tiempo - 1;
if (_root.tiempo <= 0) {
if (_root.prisioneros >= 1) {
_root.gotoAndStop("ejecuciones");
} else {
_root.gotoAndPlay("tequedan");
}
}
}
}
Instance of Symbol 568 MovieClip in Frame 144
onClipEvent (load) {
_root.ogroexiste = 0;
}
onClipEvent (enterFrame) {
aleaogro = Math.floor(random(300));
if ((aleaogro == 1) && (_root.ogroexiste == 0)) {
_root.ogroexiste = 1;
_root.marca_ogro.gotoAndStop("1");
_root.attachMovie("ogro", "ogro", 130);
_root.ogro._x = 0;
_root.ogro._y = 380;
}
}
Instance of Symbol 533 MovieClip "enemigo" in Frame 144
onClipEvent (load) {
avanza = 1;
control = 0;
bajando = 0;
velocidad = Math.floor(random(6));
this._y = 400 + Math.floor(random(50));
yinicial = this._y;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.lava.inte_lava)) {
control = 1;
this.gotoAndPlay("muerte");
}
f = 100;
while (f <= 108) {
if (this.hitTest(_root["nuevaflecha" + f].inte.dentro.punta)) {
control = 1;
this.gotoAndPlay("muerte");
}
f++;
}
f = 100;
if (((avanza == 1) && (this._y >= yinicial)) && (control == 0)) {
if (ymax < _root.ymuerte) {
control = 1;
this.gotoAndPlay("muerte");
}
if ((this._x >= _root.tope) && (control == 0)) {
this.gotoAndStop("rompe");
} else {
this._x = this._x + (2 + velocidad);
this._y = yinicial;
}
}
if ((avanza == 1) && (this._y < yinicial)) {
this._y = this._y + (5 + ((425 - ymax) / 15));
}
if ((((avanza == 1) && (this._y >= yinicial)) && (ymax > _root.ymuerte)) && (bajando == 1)) {
this.gotoAndPlay("salva");
bajando = 0;
avanza = 0;
}
}
Instance of Symbol 187 MovieClip "flecha" in Frame 144
onClipEvent (load) {
alea_flecha = Math.floor(random(3));
ini = _root.distancia_flecha;
}
onClipEvent (enterFrame) {
if (this._y < 550) {
if (this.hitTest(_root.catapulta.hombre)) {
_root.catapulta.hombre.play();
}
if (this._x > 380) {
this._x = this._x - ((_root.distancia_flecha / 5) + alea_flecha);
ini = ini - 2;
this._y = this._y - (3 + (ini / 20));
}
if (this._x <= 380) {
this.gotoAndStop(2);
this._x = this._x - ((_root.distancia_flecha / 5) + alea_flecha);
this._y = this._y + (13 + (_root.distancia_flecha / 15));
}
}
if (this._y > 550) {
removeMovieClip(this);
this._visible = false;
}
}
Instance of Symbol 650 MovieClip in Frame 144
onClipEvent (load) {
_root.carroexiste = 0;
}
onClipEvent (enterFrame) {
alea = Math.floor(random(400));
if (alea < 10) {
this.gotoAndStop("1");
}
if ((alea == 20) || (alea == 200)) {
this.gotoAndStop("2");
}
}
Instance of Symbol 568 MovieClip in Frame 144
onClipEvent (enterFrame) {
aleacarro = Math.floor(random(7000));
if ((aleacarro == 1) && (_root.carroexiste == 0)) {
_root.carroexiste = 1;
_root.marca_carro.gotoAndStop("1");
_root.attachMovie("carro", "carro", 38);
_root.carro._xscale = 50;
_root.carro._yscale = 50;
_root.carro._x = -100;
_root.carro._y = 320;
}
}
Instance of Symbol 568 MovieClip in Frame 144
onClipEvent (load) {
datoalea = Math.floor(random(2000));
_root.dragonexiste = 0;
}
onClipEvent (enterFrame) {
aleadragon = Math.floor(random(datoalea));
if ((aleadragon == 1) && (_root.dragonexiste == 0)) {
_root.dragonexiste = 1;
_root.marca_dragon.gotoAndStop("1");
_root.attachMovie("dragon", "dragon", 90);
_root.dragon._x = -115;
_root.dragon._y = 256;
}
}
Frame 145
comienza();
ymuerte = 100;
aleatorio_flecha = 250;
aleatorio_soldado = 150;
_root.marca_dragon.gotoAndStop("2");
_root.marca_ogro.gotoAndStop("2");
Instance of Symbol 363 MovieClip "barra_vida" in Frame 145
onClipEvent (load) {
this._width = _root.vida;
}
Instance of Symbol 500 MovieClip in Frame 145
onClipEvent (load) {
parcial = 0;
}
onClipEvent (enterFrame) {
parcial = parcial + 1;
if (parcial >= 100) {
parcial = 0;
_root.tiempo = _root.tiempo - 1;
if (_root.tiempo <= 0) {
if (_root.prisioneros >= 1) {
_root.gotoAndStop("ejecuciones");
} else {
_root.gotoAndPlay("tequedan");
}
}
}
}
Instance of Symbol 533 MovieClip "enemigo" in Frame 145
onClipEvent (load) {
avanza = 1;
control = 0;
bajando = 0;
velocidad = Math.floor(random(6));
this._y = 400 + Math.floor(random(50));
yinicial = this._y;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.lava.inte_lava)) {
control = 1;
this.gotoAndPlay("muerte");
}
f = 100;
while (f <= 108) {
if (this.hitTest(_root["nuevaflecha" + f].inte.dentro.punta)) {
control = 1;
this.gotoAndPlay("muerte");
}
f++;
}
f = 100;
if (((avanza == 1) && (this._y >= yinicial)) && (control == 0)) {
if (ymax < _root.ymuerte) {
control = 1;
this.gotoAndPlay("muerte");
}
if ((this._x >= _root.tope) && (control == 0)) {
this.gotoAndStop("rompe");
} else {
this._x = this._x + (2 + velocidad);
this._y = yinicial;
}
}
if ((avanza == 1) && (this._y < yinicial)) {
this._y = this._y + (5 + ((425 - ymax) / 15));
}
if ((((avanza == 1) && (this._y >= yinicial)) && (ymax > _root.ymuerte)) && (bajando == 1)) {
this.gotoAndPlay("salva");
bajando = 0;
avanza = 0;
}
}
Instance of Symbol 187 MovieClip "flecha" in Frame 145
onClipEvent (load) {
alea_flecha = Math.floor(random(3));
ini = _root.distancia_flecha;
}
onClipEvent (enterFrame) {
if (this._y < 550) {
if (this.hitTest(_root.catapulta.hombre)) {
_root.catapulta.hombre.play();
}
if (this._x > 380) {
this._x = this._x - ((_root.distancia_flecha / 5) + alea_flecha);
ini = ini - 2;
this._y = this._y - (3 + (ini / 20));
}
if (this._x <= 380) {
this.gotoAndStop(2);
this._x = this._x - ((_root.distancia_flecha / 5) + alea_flecha);
this._y = this._y + (13 + (_root.distancia_flecha / 15));
}
}
if (this._y > 550) {
removeMovieClip(this);
this._visible = false;
}
}
Instance of Symbol 650 MovieClip in Frame 145
onClipEvent (load) {
_root.carroexiste = 0;
}
onClipEvent (enterFrame) {
alea = Math.floor(random(400));
if (alea < 10) {
this.gotoAndStop("1");
}
if ((alea == 20) || (alea == 200)) {
this.gotoAndStop("2");
}
}
Instance of Symbol 568 MovieClip in Frame 145
onClipEvent (load) {
_root.ogroexiste = 0;
variable_alea = Math.floor(random(1000)) + 300;
}
onClipEvent (enterFrame) {
aleaogro = Math.floor(random(variable_alea));
if ((aleaogro == 1) && (_root.ogroexiste == 0)) {
_root.ogroexiste = 1;
_root.marca_ogro.gotoAndStop("1");
_root.attachMovie("ogro", "ogro", 130);
_root.ogro._x = 0;
_root.ogro._y = 380;
}
}
Instance of Symbol 568 MovieClip in Frame 145
onClipEvent (enterFrame) {
aleacarro = Math.floor(random(7000));
if ((aleacarro == 1) && (_root.carroexiste == 0)) {
_root.carroexiste = 1;
_root.marca_carro.gotoAndStop("1");
_root.attachMovie("carro", "carro", 38);
_root.carro._xscale = 50;
_root.carro._yscale = 50;
_root.carro._x = -100;
_root.carro._y = 320;
}
}
Instance of Symbol 568 MovieClip in Frame 145
onClipEvent (load) {
datoalea = Math.floor(random(200));
_root.dragonexiste = 0;
}
onClipEvent (enterFrame) {
aleadragon = Math.floor(random(datoalea));
if ((aleadragon == 1) && (_root.dragonexiste == 0)) {
_root.dragonexiste = 1;
_root.marca_dragon.gotoAndStop("1");
_root.attachMovie("dragon", "dragon", 90);
_root.dragon._x = -115;
_root.dragon._y = 256;
}
}
Frame 146
comienza();
ymuerte = 100;
aleatorio_flecha = Math.floor(random(250)) + 50;
aleatorio_soldado = 90;
_root.marca_dragon.gotoAndStop("2");
_root.marca_ogro.gotoAndStop("2");
Instance of Symbol 363 MovieClip "barra_vida" in Frame 146
onClipEvent (load) {
this._width = _root.vida;
}
Instance of Symbol 500 MovieClip in Frame 146
onClipEvent (load) {
parcial = 0;
}
onClipEvent (enterFrame) {
parcial = parcial + 1;
if (parcial >= 100) {
parcial = 0;
_root.tiempo = _root.tiempo - 1;
if (_root.tiempo <= 0) {
if (_root.prisioneros >= 1) {
_root.gotoAndStop("ejecuciones");
} else {
_root.gotoAndPlay("tequedan");
}
}
}
}
Instance of Symbol 533 MovieClip "enemigo" in Frame 146
onClipEvent (load) {
avanza = 1;
control = 0;
bajando = 0;
velocidad = Math.floor(random(6));
this._y = 400 + Math.floor(random(50));
yinicial = this._y;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.lava.inte_lava)) {
control = 1;
this.gotoAndPlay("muerte");
}
f = 100;
while (f <= 108) {
if (this.hitTest(_root["nuevaflecha" + f].inte.dentro.punta)) {
control = 1;
this.gotoAndPlay("muerte");
}
f++;
}
f = 100;
if (((avanza == 1) && (this._y >= yinicial)) && (control == 0)) {
if (ymax < _root.ymuerte) {
control = 1;
this.gotoAndPlay("muerte");
}
if ((this._x >= _root.tope) && (control == 0)) {
this.gotoAndStop("rompe");
} else {
this._x = this._x + (2 + velocidad);
this._y = yinicial;
}
}
if ((avanza == 1) && (this._y < yinicial)) {
this._y = this._y + (5 + ((425 - ymax) / 15));
}
if ((((avanza == 1) && (this._y >= yinicial)) && (ymax > _root.ymuerte)) && (bajando == 1)) {
this.gotoAndPlay("salva");
bajando = 0;
avanza = 0;
}
}
Instance of Symbol 187 MovieClip "flecha" in Frame 146
onClipEvent (load) {
alea_flecha = Math.floor(random(3));
ini = _root.distancia_flecha;
}
onClipEvent (enterFrame) {
if (this._y < 550) {
if (this.hitTest(_root.catapulta.hombre)) {
_root.catapulta.hombre.play();
}
if (this._x > 380) {
this._x = this._x - ((_root.distancia_flecha / 5) + alea_flecha);
ini = ini - 2;
this._y = this._y - (3 + (ini / 20));
}
if (this._x <= 380) {
this.gotoAndStop(2);
this._x = this._x - ((_root.distancia_flecha / 5) + alea_flecha);
this._y = this._y + (13 + (_root.distancia_flecha / 15));
}
}
if (this._y > 550) {
removeMovieClip(this);
this._visible = false;
}
}
Instance of Symbol 568 MovieClip in Frame 146
onClipEvent (load) {
_root.ogroexiste = 0;
}
onClipEvent (enterFrame) {
aleaogro = Math.floor(random(1000));
if ((aleaogro == 1) && (_root.ogroexiste == 0)) {
_root.ogroexiste = 1;
_root.marca_ogro.gotoAndStop("1");
_root.attachMovie("ogro", "ogro", 130);
_root.ogro._x = 0;
_root.ogro._y = 380;
}
}
Instance of Symbol 650 MovieClip in Frame 146
onClipEvent (load) {
_root.carroexiste = 0;
}
onClipEvent (enterFrame) {
alea = Math.floor(random(400));
if (alea < 10) {
this.gotoAndStop("1");
}
if ((alea == 20) || (alea == 200)) {
this.gotoAndStop("2");
}
}
Instance of Symbol 568 MovieClip in Frame 146
onClipEvent (enterFrame) {
aleacarro = Math.floor(random(4000));
if ((aleacarro == 1) && (_root.carroexiste == 0)) {
_root.carroexiste = 1;
_root.marca_carro.gotoAndStop("1");
_root.attachMovie("carro", "carro", 38);
_root.carro._xscale = 50;
_root.carro._yscale = 50;
_root.carro._x = -100;
_root.carro._y = 320;
}
}
Instance of Symbol 568 MovieClip in Frame 146
onClipEvent (load) {
datoalea = Math.floor(random(1400));
_root.dragonexiste = 0;
}
onClipEvent (enterFrame) {
aleadragon = Math.floor(random(datoalea));
if ((aleadragon == 1) && (_root.dragonexiste == 0)) {
_root.dragonexiste = 1;
_root.marca_dragon.gotoAndStop("1");
_root.attachMovie("dragon", "dragon", 90);
_root.dragon._x = -115;
_root.dragon._y = 256;
}
}
Frame 147
comienza();
ymuerte = 100;
aleatorio_flecha = Math.floor(random(160)) + 20;
aleatorio_soldado = 90;
_root.marca_dragon.gotoAndStop("2");
_root.marca_ogro.gotoAndStop("2");
Instance of Symbol 363 MovieClip "barra_vida" in Frame 147
onClipEvent (load) {
this._width = _root.vida;
}
Instance of Symbol 500 MovieClip in Frame 147
onClipEvent (load) {
parcial = 0;
}
onClipEvent (enterFrame) {
parcial = parcial + 1;
if (parcial >= 100) {
parcial = 0;
_root.tiempo = _root.tiempo - 1;
if (_root.tiempo <= 0) {
if (_root.prisioneros >= 1) {
_root.gotoAndStop("ejecuciones");
} else {
_root.gotoAndPlay("tequedan");
}
}
}
}
Instance of Symbol 533 MovieClip "enemigo" in Frame 147
onClipEvent (load) {
avanza = 1;
control = 0;
bajando = 0;
velocidad = Math.floor(random(6));
this._y = 400 + Math.floor(random(50));
yinicial = this._y;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.lava.inte_lava)) {
control = 1;
this.gotoAndPlay("muerte");
}
f = 100;
while (f <= 108) {
if (this.hitTest(_root["nuevaflecha" + f].inte.dentro.punta)) {
control = 1;
this.gotoAndPlay("muerte");
}
f++;
}
f = 100;
if (((avanza == 1) && (this._y >= yinicial)) && (control == 0)) {
if (ymax < _root.ymuerte) {
control = 1;
this.gotoAndPlay("muerte");
}
if ((this._x >= _root.tope) && (control == 0)) {
this.gotoAndStop("rompe");
} else {
this._x = this._x + (2 + velocidad);
this._y = yinicial;
}
}
if ((avanza == 1) && (this._y < yinicial)) {
this._y = this._y + (5 + ((425 - ymax) / 15));
}
if ((((avanza == 1) && (this._y >= yinicial)) && (ymax > _root.ymuerte)) && (bajando == 1)) {
this.gotoAndPlay("salva");
bajando = 0;
avanza = 0;
}
}
Instance of Symbol 187 MovieClip "flecha" in Frame 147
onClipEvent (load) {
alea_flecha = Math.floor(random(3));
ini = _root.distancia_flecha;
}
onClipEvent (enterFrame) {
if (this._y < 550) {
if (this.hitTest(_root.catapulta.hombre)) {
_root.catapulta.hombre.play();
}
if (this._x > 380) {
this._x = this._x - ((_root.distancia_flecha / 5) + alea_flecha);
ini = ini - 2;
this._y = this._y - (3 + (ini / 20));
}
if (this._x <= 380) {
this.gotoAndStop(2);
this._x = this._x - ((_root.distancia_flecha / 5) + alea_flecha);
this._y = this._y + (13 + (_root.distancia_flecha / 15));
}
}
if (this._y > 550) {
removeMovieClip(this);
this._visible = false;
}
}
Instance of Symbol 568 MovieClip in Frame 147
onClipEvent (load) {
_root.ogroexiste = 0;
}
onClipEvent (enterFrame) {
aleaogro = Math.floor(random(1000));
if ((aleaogro == 1) && (_root.ogroexiste == 0)) {
_root.ogroexiste = 1;
_root.marca_ogro.gotoAndStop("1");
_root.attachMovie("ogro", "ogro", 130);
_root.ogro._x = 0;
_root.ogro._y = 380;
}
}
Instance of Symbol 650 MovieClip in Frame 147
onClipEvent (load) {
_root.carroexiste = 0;
}
onClipEvent (enterFrame) {
alea = Math.floor(random(400));
if (alea < 15) {
this.gotoAndStop("1");
}
if ((alea == 20) || (alea == 200)) {
this.gotoAndStop("2");
}
}
Instance of Symbol 568 MovieClip in Frame 147
onClipEvent (enterFrame) {
aleacarro = Math.floor(random(3000));
if ((aleacarro == 1) && (_root.carroexiste == 0)) {
_root.carroexiste = 1;
_root.marca_carro.gotoAndStop("1");
_root.attachMovie("carro", "carro", 38);
_root.carro._xscale = 50;
_root.carro._yscale = 50;
_root.carro._x = -100;
_root.carro._y = 320;
}
}
Instance of Symbol 568 MovieClip in Frame 147
onClipEvent (load) {
datoalea = Math.floor(random(2000));
_root.dragonexiste = 0;
}
onClipEvent (enterFrame) {
aleadragon = Math.floor(random(datoalea));
if ((aleadragon == 1) && (_root.dragonexiste == 0)) {
_root.dragonexiste = 1;
_root.marca_dragon.gotoAndStop("1");
_root.attachMovie("dragon", "dragon", 90);
_root.dragon._x = -115;
_root.dragon._y = 256;
}
}
Frame 148
comienza();
ymuerte = 100;
aleatorio_flecha = Math.floor(random(100));
aleatorio_soldado = 90;
_root.marca_dragon.gotoAndStop("2");
_root.marca_ogro.gotoAndStop("2");
Instance of Symbol 363 MovieClip "barra_vida" in Frame 148
onClipEvent (load) {
this._width = _root.vida;
}
Instance of Symbol 500 MovieClip in Frame 148
onClipEvent (load) {
parcial = 0;
}
onClipEvent (enterFrame) {
parcial = parcial + 1;
if (parcial >= 100) {
parcial = 0;
_root.tiempo = _root.tiempo - 1;
if (_root.tiempo <= 0) {
if (_root.prisioneros >= 1) {
_root.gotoAndStop("ejecuciones");
} else {
_root.gotoAndPlay("tequedan");
}
}
}
}
Instance of Symbol 533 MovieClip "enemigo" in Frame 148
onClipEvent (load) {
avanza = 1;
control = 0;
bajando = 0;
velocidad = Math.floor(random(6));
this._y = 400 + Math.floor(random(50));
yinicial = this._y;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.lava.inte_lava)) {
control = 1;
this.gotoAndPlay("muerte");
}
f = 100;
while (f <= 108) {
if (this.hitTest(_root["nuevaflecha" + f].inte.dentro.punta)) {
control = 1;
this.gotoAndPlay("muerte");
}
f++;
}
f = 100;
if (((avanza == 1) && (this._y >= yinicial)) && (control == 0)) {
if (ymax < _root.ymuerte) {
control = 1;
this.gotoAndPlay("muerte");
}
if ((this._x >= _root.tope) && (control == 0)) {
this.gotoAndStop("rompe");
} else {
this._x = this._x + (2 + velocidad);
this._y = yinicial;
}
}
if ((avanza == 1) && (this._y < yinicial)) {
this._y = this._y + (5 + ((425 - ymax) / 15));
}
if ((((avanza == 1) && (this._y >= yinicial)) && (ymax > _root.ymuerte)) && (bajando == 1)) {
this.gotoAndPlay("salva");
bajando = 0;
avanza = 0;
}
}
Instance of Symbol 187 MovieClip "flecha" in Frame 148
onClipEvent (load) {
alea_flecha = Math.floor(random(3));
ini = _root.distancia_flecha;
}
onClipEvent (enterFrame) {
if (this._y < 550) {
if (this.hitTest(_root.catapulta.hombre)) {
_root.catapulta.hombre.play();
}
if (this._x > 380) {
this._x = this._x - ((_root.distancia_flecha / 5) + alea_flecha);
ini = ini - 2;
this._y = this._y - (3 + (ini / 20));
}
if (this._x <= 380) {
this.gotoAndStop(2);
this._x = this._x - ((_root.distancia_flecha / 5) + alea_flecha);
this._y = this._y + (13 + (_root.distancia_flecha / 15));
}
}
if (this._y > 550) {
removeMovieClip(this);
this._visible = false;
}
}
Instance of Symbol 534 MovieClip in Frame 148
onClipEvent (load) {
_root.carroexiste = 0;
}
onClipEvent (enterFrame) {
alea = Math.floor(random(400));
if (alea < 6) {
this.gotoAndStop("1");
}
if (((alea == 2) || (alea == 20)) || (alea == 200)) {
this.gotoAndStop("2");
}
}
Instance of Symbol 568 MovieClip in Frame 148
onClipEvent (load) {
_root.ogroexiste = 0;
variable_alea = Math.floor(random(4000)) + 300;
}
onClipEvent (enterFrame) {
aleaogro = Math.floor(random(variable_alea));
if ((aleaogro == 1) && (_root.ogroexiste == 0)) {
_root.ogroexiste = 1;
_root.marca_ogro.gotoAndStop("1");
_root.attachMovie("ogro", "ogro", 130);
_root.ogro._x = 0;
_root.ogro._y = 380;
}
}
Instance of Symbol 568 MovieClip in Frame 148
onClipEvent (enterFrame) {
aleacarro = Math.floor(random(3000));
if ((aleacarro == 1) && (_root.carroexiste == 0)) {
_root.carroexiste = 1;
_root.marca_carro.gotoAndStop("1");
_root.attachMovie("carro", "carro", 38);
_root.carro._xscale = 50;
_root.carro._yscale = 50;
_root.carro._x = -100;
_root.carro._y = 320;
}
}
Instance of Symbol 568 MovieClip in Frame 148
onClipEvent (load) {
datoalea = Math.floor(random(6000));
_root.dragonexiste = 0;
}
onClipEvent (enterFrame) {
aleadragon = Math.floor(random(datoalea));
if ((aleadragon == 1) && (_root.dragonexiste == 0)) {
_root.dragonexiste = 1;
_root.marca_dragon.gotoAndStop("1");
_root.attachMovie("dragon", "dragon", 90);
_root.dragon._x = -115;
_root.dragon._y = 256;
}
}
Frame 149
comienza();
ymuerte = 100;
aleatorio_flecha = Math.floor(random(250)) + 70;
aleatorio_soldado = 90;
_root.marca_dragon.gotoAndStop("2");
_root.marca_ogro.gotoAndStop("2");
Instance of Symbol 363 MovieClip "barra_vida" in Frame 149
onClipEvent (load) {
this._width = _root.vida;
}
Instance of Symbol 500 MovieClip in Frame 149
onClipEvent (load) {
parcial = 0;
}
onClipEvent (enterFrame) {
parcial = parcial + 1;
if (parcial >= 100) {
parcial = 0;
_root.tiempo = _root.tiempo - 1;
if (_root.tiempo <= 0) {
if (_root.prisioneros >= 1) {
_root.gotoAndStop("ejecuciones");
} else {
_root.gotoAndPlay("tequedan");
}
}
}
}
Instance of Symbol 533 MovieClip "enemigo" in Frame 149
onClipEvent (load) {
avanza = 1;
control = 0;
bajando = 0;
velocidad = Math.floor(random(6));
this._y = 400 + Math.floor(random(50));
yinicial = this._y;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.lava.inte_lava)) {
control = 1;
this.gotoAndPlay("muerte");
}
f = 100;
while (f <= 108) {
if (this.hitTest(_root["nuevaflecha" + f].inte.dentro.punta)) {
control = 1;
this.gotoAndPlay("muerte");
}
f++;
}
f = 100;
if (((avanza == 1) && (this._y >= yinicial)) && (control == 0)) {
if (ymax < _root.ymuerte) {
control = 1;
this.gotoAndPlay("muerte");
}
if ((this._x >= _root.tope) && (control == 0)) {
this.gotoAndStop("rompe");
} else {
this._x = this._x + (2 + velocidad);
this._y = yinicial;
}
}
if ((avanza == 1) && (this._y < yinicial)) {
this._y = this._y + (5 + ((425 - ymax) / 15));
}
if ((((avanza == 1) && (this._y >= yinicial)) && (ymax > _root.ymuerte)) && (bajando == 1)) {
this.gotoAndPlay("salva");
bajando = 0;
avanza = 0;
}
}
Instance of Symbol 187 MovieClip "flecha" in Frame 149
onClipEvent (load) {
alea_flecha = Math.floor(random(3));
ini = _root.distancia_flecha;
}
onClipEvent (enterFrame) {
if (this._y < 550) {
if (this.hitTest(_root.catapulta.hombre)) {
_root.catapulta.hombre.play();
}
if (this._x > 380) {
this._x = this._x - ((_root.distancia_flecha / 5) + alea_flecha);
ini = ini - 2;
this._y = this._y - (3 + (ini / 20));
}
if (this._x <= 380) {
this.gotoAndStop(2);
this._x = this._x - ((_root.distancia_flecha / 5) + alea_flecha);
this._y = this._y + (13 + (_root.distancia_flecha / 15));
}
}
if (this._y > 550) {
removeMovieClip(this);
this._visible = false;
}
}
Instance of Symbol 534 MovieClip in Frame 149
onClipEvent (load) {
_root.carroexiste = 0;
}
onClipEvent (enterFrame) {
alea = Math.floor(random(400));
if (alea < 6) {
this.gotoAndStop("1");
}
if (((alea == 2) || (alea == 20)) || (alea == 200)) {
this.gotoAndStop("2");
}
}
Instance of Symbol 568 MovieClip in Frame 149
onClipEvent (load) {
_root.ogroexiste = 0;
}
onClipEvent (enterFrame) {
aleaogro = Math.floor(random(1000));
if ((aleaogro == 1) && (_root.ogroexiste == 0)) {
_root.ogroexiste = 1;
_root.marca_ogro.gotoAndStop("1");
_root.attachMovie("ogro", "ogro", 130);
_root.ogro._x = 0;
_root.ogro._y = 380;
}
}
Instance of Symbol 568 MovieClip in Frame 149
onClipEvent (enterFrame) {
aleacarro = Math.floor(random(2000));
if ((aleacarro == 1) && (_root.carroexiste == 0)) {
_root.carroexiste = 1;
_root.marca_carro.gotoAndStop("1");
_root.attachMovie("carro", "carro", 38);
_root.carro._xscale = 50;
_root.carro._yscale = 50;
_root.carro._x = -100;
_root.carro._y = 320;
}
}
Instance of Symbol 568 MovieClip in Frame 149
onClipEvent (load) {
datoalea = Math.floor(random(700));
_root.dragonexiste = 0;
}
onClipEvent (enterFrame) {
aleadragon = Math.floor(random(datoalea));
if ((aleadragon == 1) && (_root.dragonexiste == 0)) {
_root.dragonexiste = 1;
_root.marca_dragon.gotoAndStop("1");
_root.attachMovie("dragon", "dragon", 90);
_root.dragon._x = -115;
_root.dragon._y = 256;
}
}
Frame 150
comienza();
ymuerte = 100;
aleatorio_flecha = Math.floor(random(250));
aleatorio_soldado = 90;
_root.marca_dragon.gotoAndStop("2");
_root.marca_ogro.gotoAndStop("2");
Instance of Symbol 363 MovieClip "barra_vida" in Frame 150
onClipEvent (load) {
this._width = _root.vida;
}
Instance of Symbol 500 MovieClip in Frame 150
onClipEvent (load) {
parcial = 0;
}
onClipEvent (enterFrame) {
parcial = parcial + 1;
if (parcial >= 100) {
parcial = 0;
_root.tiempo = _root.tiempo - 1;
if (_root.tiempo <= 0) {
if (_root.prisioneros >= 1) {
_root.gotoAndStop("ejecuciones");
} else {
_root.gotoAndPlay("tequedan");
}
}
}
}
Instance of Symbol 533 MovieClip "enemigo" in Frame 150
onClipEvent (load) {
avanza = 1;
control = 0;
bajando = 0;
velocidad = Math.floor(random(6));
this._y = 400 + Math.floor(random(50));
yinicial = this._y;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.lava.inte_lava)) {
control = 1;
this.gotoAndPlay("muerte");
}
f = 100;
while (f <= 108) {
if (this.hitTest(_root["nuevaflecha" + f].inte.dentro.punta)) {
control = 1;
this.gotoAndPlay("muerte");
}
f++;
}
f = 100;
if (((avanza == 1) && (this._y >= yinicial)) && (control == 0)) {
if (ymax < _root.ymuerte) {
control = 1;
this.gotoAndPlay("muerte");
}
if ((this._x >= _root.tope) && (control == 0)) {
this.gotoAndStop("rompe");
} else {
this._x = this._x + (2 + velocidad);
this._y = yinicial;
}
}
if ((avanza == 1) && (this._y < yinicial)) {
this._y = this._y + (5 + ((425 - ymax) / 15));
}
if ((((avanza == 1) && (this._y >= yinicial)) && (ymax > _root.ymuerte)) && (bajando == 1)) {
this.gotoAndPlay("salva");
bajando = 0;
avanza = 0;
}
}
Instance of Symbol 187 MovieClip "flecha" in Frame 150
onClipEvent (load) {
alea_flecha = Math.floor(random(3));
ini = _root.distancia_flecha;
}
onClipEvent (enterFrame) {
if (this._y < 550) {
if (this.hitTest(_root.catapulta.hombre)) {
_root.catapulta.hombre.play();
}
if (this._x > 380) {
this._x = this._x - ((_root.distancia_flecha / 5) + alea_flecha);
ini = ini - 2;
this._y = this._y - (3 + (ini / 20));
}
if (this._x <= 380) {
this.gotoAndStop(2);
this._x = this._x - ((_root.distancia_flecha / 5) + alea_flecha);
this._y = this._y + (13 + (_root.distancia_flecha / 15));
}
}
if (this._y > 550) {
removeMovieClip(this);
this._visible = false;
}
}
Instance of Symbol 534 MovieClip in Frame 150
onClipEvent (load) {
_root.carroexiste = 0;
}
onClipEvent (enterFrame) {
alea = Math.floor(random(400));
if (alea < 6) {
this.gotoAndStop("1");
}
if (((alea == 2) || (alea == 20)) || (alea == 200)) {
this.gotoAndStop("2");
}
}
Instance of Symbol 568 MovieClip in Frame 150
onClipEvent (load) {
_root.ogroexiste = 0;
}
onClipEvent (enterFrame) {
aleaogro = Math.floor(random(1000));
if ((aleaogro == 1) && (_root.ogroexiste == 0)) {
_root.ogroexiste = 1;
_root.marca_ogro.gotoAndStop("1");
_root.attachMovie("ogro", "ogro", 130);
_root.ogro._x = 0;
_root.ogro._y = 380;
}
}
Instance of Symbol 568 MovieClip in Frame 150
onClipEvent (enterFrame) {
aleacarro = Math.floor(random(2000));
if ((aleacarro == 1) && (_root.carroexiste == 0)) {
_root.carroexiste = 1;
_root.marca_carro.gotoAndStop("1");
_root.attachMovie("carro", "carro", 38);
_root.carro._xscale = 50;
_root.carro._yscale = 50;
_root.carro._x = -100;
_root.carro._y = 320;
}
}
Instance of Symbol 568 MovieClip in Frame 150
onClipEvent (load) {
datoalea = Math.floor(random(5000));
_root.dragonexiste = 0;
}
onClipEvent (enterFrame) {
aleadragon = Math.floor(random(datoalea));
if ((aleadragon == 1) && (_root.dragonexiste == 0)) {
_root.dragonexiste = 1;
_root.marca_dragon.gotoAndStop("1");
_root.attachMovie("dragon", "dragon", 90);
_root.dragon._x = -115;
_root.dragon._y = 256;
}
}
Frame 151
puedecortar = 1;
fuerza = 5;
borrar();
if (prisioneros <= 0) {
_root.gotoAndStop("transito");
}
Instance of Symbol 556 MovieClip "verdugo" in Frame 151
onClipEvent (enterFrame) {
trace(_root.fuerza);
}
Instance of Symbol 703 MovieClip "cabeza" in Frame 151
/* no clip actions */
Instance of Symbol 705 MovieClip "mano1" in Frame 151
onClipEvent (enterFrame) {
alea = Math.floor(random(50));
if (alea == 1) {
this.play();
}
}
Instance of Symbol 707 MovieClip "mano2" in Frame 151
onClipEvent (enterFrame) {
alea = Math.floor(random(50));
if (alea == 1) {
this.play();
}
}
Frame 152
loadMovieNum ("pierde_sinto.swf", 2);
borrar();
comienza();
Frame 153
borrar();
comienza();
loadMovieNum ("victoria_sinto.swf", 2);
Symbol 27 MovieClip Frame 1
stop();
Symbol 48 MovieClip Frame 1
stop();
stop();
Symbol 58 MovieClip Frame 1
stop();
Symbol 58 MovieClip Frame 16
this._y = -500;
Symbol 67 MovieClip Frame 1
stop();
Symbol 71 MovieClip Frame 2
if (this.hitTest(_root.castillo)) {
_root.quitavida(6);
_root.castillo.puerta._alpha = _root.vida;
torreframe = 14 - Math.floor(_root.vida / 10);
_root.castillo.torre.gotoAndStop(torreframe);
} else {
_root.muro.nextFrame();
}
Instance of Symbol 69 MovieClip in Symbol 76 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.ogro._x >= _root.tope) {
_root.ogro.inte.gotoAndPlay("ataca");
} else {
_root.ogro.inte.play();
}
}
Symbol 76 MovieClip Frame 3
_root.ogro._x = _root.ogro._x + 1;
Symbol 76 MovieClip Frame 5
_root.ogro._x = _root.ogro._x + 1;
Symbol 76 MovieClip Frame 7
alea_salto = Math.floor(random(6));
_root.ogro._x = _root.ogro._x + 2;
Symbol 76 MovieClip Frame 9
_root.ogro._x = _root.ogro._x + (2 + alea_salto);
Symbol 76 MovieClip Frame 11
_root.ogro._x = _root.ogro._x + 2;
Symbol 76 MovieClip Frame 13
_root.ogro._x = _root.ogro._x + 2;
Symbol 76 MovieClip Frame 15
_root.ogro._x = _root.ogro._x + 2;
Symbol 76 MovieClip Frame 18
gotoAndPlay (1);
Instance of Symbol 69 MovieClip in Symbol 76 MovieClip Frame 22
onClipEvent (enterFrame) {
if (_root.ogro._x < _root.tope) {
_root.ogro.inte.gotoAndPlay("1");
}
}
Symbol 76 MovieClip Frame 37
gotoAndPlay ("ataca");
Symbol 76 MovieClip Frame 56
_root.dinero = _root.dinero + 15000;
_root.ogroexiste = 0;
_root.marca_ogro.gotoAndStop("2");
_root.nada_ogro.gotoAndStop("2");
stop();
Symbol 77 MovieClip [ogro] Frame 1
stop();
Instance of Symbol 76 MovieClip "inte" in Symbol 77 MovieClip [ogro] Frame 1
onClipEvent (load) {
_root.ogro._y = 386 + Math.floor(random(20));
_root.yactual_ogro = _root.ogro._y;
}
onClipEvent (enterFrame) {
if (_root.ogro.hitTest(_root.lava.inte_lava)) {
_root.ogro._x = _root.ogro._x - 15;
_root.ogro.inte.cabeza.play();
_root.vida_ogro = _root.vida_ogro - 10;
_root.marca_ogro.barra_vidaogro._width = _root.marca_ogro.barra_vidaogro._width - 10;
if (_root.vida_ogro <= 2) {
_root.ogro._name = "nada_ogro";
_root.nada_ogro.inte.gotoAndPlay("muere_ogro");
}
}
f = 100;
while (f <= 108) {
if (_root.ogro.hitTest(_root["nuevaflecha" + f].inte.dentro.punta)) {
_root.ogro._x = _root.ogro._x - 8;
_root.ogro.inte.cabeza.play();
_root.vida_ogro = _root.vida_ogro - 5;
_root.marca_ogro.barra_vidaogro._width = _root.marca_ogro.barra_vidaogro._width - 5;
if (_root.vida_ogro <= 2) {
_root.ogro._name = "nada_ogro";
_root.nada_ogro.inte.gotoAndPlay("muere_ogro");
}
}
f++;
}
}
Symbol 87 MovieClip Frame 1
Symbol 91 MovieClip Frame 1
stop();
Symbol 92 MovieClip Frame 2
if (this.hitTest(_root.castillo)) {
_root.quitavida(10);
_root.castillo.puerta._alpha = _root.vida;
torreframe = 14 - Math.floor(_root.vida / 10);
_root.castillo.torre.gotoAndStop(torreframe);
} else {
_root.muro.nextFrame();
}
Instance of Symbol 69 MovieClip in Symbol 95 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_root.dragon._x + 100) >= _root.tope) {
_root.dragon.inte.gotoAndPlay("ataca");
} else {
_root.dragon.inte.play();
}
}
Symbol 95 MovieClip Frame 10
_root.dragon._x = _root.dragon._x + (6 * _root.dragon.avanza);
Symbol 95 MovieClip Frame 15
_root.dragon._x = _root.dragon._x + (9 * _root.dragon.avanza);
Symbol 95 MovieClip Frame 24
gotoAndPlay (1);
Instance of Symbol 69 MovieClip in Symbol 95 MovieClip Frame 25
onClipEvent (enterFrame) {
aleataca = Math.floor(random(50));
if (aleataca == 5) {
_root.dragon.inte.play();
}
}
Instance of Symbol 69 MovieClip in Symbol 95 MovieClip Frame 25
onClipEvent (enterFrame) {
if ((_root.dragon._x + 100) < _root.tope) {
_root.dragon.inte.gotoAndPlay("1");
}
}
Symbol 95 MovieClip Frame 32
stop();
Symbol 95 MovieClip Frame 52
stop();
Symbol 95 MovieClip Frame 59
gotoAndPlay ("ataca");
Symbol 95 MovieClip Frame 62
gotoAndPlay ("ataca");
Symbol 95 MovieClip Frame 121
_root.dinero = _root.dinero + 100000;
_root.dragonexiste = 0;
_root.marca_dragon.gotoAndStop("2");
_root.nada.gotoAndStop("2");
removeMovieClip(_parent);
stop();
Symbol 96 MovieClip [dragon] Frame 1
stop();
Instance of Symbol 95 MovieClip "inte" in Symbol 96 MovieClip [dragon] Frame 1
onClipEvent (load) {
_root.dragon.avanza = 1;
}
onClipEvent (enterFrame) {
trace(this._currentframe);
if (_root.dragon.hitTest(_root.lava.inte_lava)) {
_root.dragon._x = _root.dragon._x - 5;
_root.dragon.inte.cabeza.play();
_root.vida_dragon = _root.vida_dragon - 0.5;
_root.marca_dragon.barra_vidadragon._width = _root.vida_dragon;
if (_root.vida_dragon <= 2) {
_root.dragon.inte.gotoAndPlay("muere_dragon");
_root.dragon._name = "nada";
}
}
f = 100;
while (f <= 108) {
if (_root.dragon.hitTest(_root["nuevaflecha" + f].inte.dentro.punta)) {
_root.dragon._x = _root.dragon._x - 2;
_root.dragon.inte.cabeza.play();
_root.vida_dragon = _root.vida_dragon - 0.5;
_root.marca_dragon.barra_vidadragon._width = _root.vida_dragon;
if (_root.vida_dragon <= 2) {
_root.dragon.inte.gotoAndPlay("muere_dragon");
_root.dragon._name = "nada";
}
}
f++;
}
}
Symbol 96 MovieClip [dragon] Frame 2
trace("dnsiodhsaindioashdasndoiiond");
Instance of Symbol 69 MovieClip in Symbol 105 MovieClip Frame 1
onClipEvent (enterFrame) {
_root.carro._x = _root.carro._x + 0.4;
_root.carro.inte.rueda1._rotation = _root.carro.inte.rueda1._rotation + 0.4;
_root.carro.inte.rueda2._rotation = _root.carro.inte.rueda2._rotation + 0.4;
_root.carro.inte.rueda3._rotation = _root.carro.inte.rueda3._rotation + 0.4;
_root.carro.inte.rueda4._rotation = _root.carro.inte.rueda4._rotation + 0.4;
}
Symbol 112 MovieClip Frame 1
stop();
Symbol 112 MovieClip Frame 12
_root.dinero = _root.dinero + 5000;
_parent.gotoAndPlay("vuelve");
Symbol 116 MovieClip Frame 1
stop();
Symbol 116 MovieClip Frame 13
_root.dinero = _root.dinero + 5000;
_parent.gotoAndPlay("vuelve");
Symbol 117 MovieClip Frame 1
stop();
Instance of Symbol 112 MovieClip in Symbol 117 MovieClip Frame 1
onClipEvent (enterFrame) {
f = 100;
while (f <= 108) {
if (this.hitTest(_root["nuevaflecha" + f].inte.dentro.punta)) {
control = 1;
this.play();
}
f++;
}
}
Instance of Symbol 116 MovieClip in Symbol 117 MovieClip Frame 54
onClipEvent (enterFrame) {
f = 100;
while (f <= 108) {
if (this.hitTest(_root["nuevaflecha" + f].inte.dentro.punta)) {
control = 1;
this.play();
}
f++;
}
}
Symbol 120 MovieClip Frame 1
stop();
Symbol 127 MovieClip Frame 1
stop();
Symbol 140 MovieClip Frame 10
_root.dinero = _root.dinero + 200000;
_root.carroexiste = 0;
_root.marca_carro.gotoAndStop("2");
removeMovieClip(_parent._parent);
stop();
Symbol 141 MovieClip Frame 1
stop();
Instance of Symbol 127 MovieClip "rosca" in Symbol 141 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_root.carro._x + 50) >= _root.tope) {
_root.carro.inte.gotoAndStop("ataca");
}
}
Instance of Symbol 127 MovieClip "rosca" in Symbol 141 MovieClip Frame 7
onClipEvent (enterFrame) {
_parent.mazo.play();
_parent.rosca.play();
}
Instance of Symbol 69 MovieClip in Symbol 141 MovieClip Frame 7
onClipEvent (enterFrame) {
if ((_root.carro._x + 50) < _root.tope) {
_root.carro.inte.gotoAndStop("1");
}
}
Symbol 142 MovieClip [carro] Frame 1
stop();
Instance of Symbol 141 MovieClip "inte" in Symbol 142 MovieClip [carro] Frame 1
onClipEvent (load) {
_root.carro.avanza = 1;
}
onClipEvent (enterFrame) {
if (_root.carro.hitTest(_root.lava.inte_lava)) {
_root.vida_carro = _root.vida_carro - 2;
_root.marca_carro.barra_vidacarro._width = _root.vida_carro;
if (_root.vida_carro <= 2) {
_root.carro.inte.gotoAndStop("muere_carro");
_root.carro._name = "nadacarro";
}
}
f = 100;
while (f <= 108) {
if (_root.carro.hitTest(_root["nuevaflecha" + f].inte.dentro.punta)) {
_root.vida_carro = _root.vida_carro - 1;
_root.marca_carro.barra_vidacarro._width = _root.vida_carro;
if (_root.vida_carro <= 2) {
_root.carro.inte.gotoAndStop("muere_carro");
_root.carro._name = "nadacarro";
}
}
f++;
}
}
Symbol 151 MovieClip Frame 10
stop();
Instance of Symbol 69 MovieClip in Symbol 151 MovieClip Frame 10
onClipEvent (enterFrame) {
_root.quitavida(0.05);
}
Symbol 152 MovieClip [ardienteflecha] Frame 1
stop();
Instance of Symbol 151 MovieClip in Symbol 152 MovieClip [ardienteflecha] Frame 1
onClipEvent (load) {
this._y = this._y - Math.floor(random(100));
this._x = this._x + Math.floor(random(130));
}
onClipEvent (enterFrame) {
if (((this.hitTest(_root.castillo.apaga1.inte) || (this.hitTest(_root.castillo.apaga2.inte))) || (this.hitTest(_root.castillo.apaga3.inte))) || (this.hitTest(_root.castillo.apaga4.inte))) {
_parent.play();
}
}
Symbol 152 MovieClip [ardienteflecha] Frame 12
removeMovieClip(this);
Symbol 156 MovieClip Frame 1
stop();
Symbol 164 Button
on (release) {
if (dinero >= 300000) {
guardando.gotoAndStop("2");
} else {
error._x = _root._xmouse - 35;
error._y = _root._ymouse - 30;
error.play();
}
}
Symbol 170 Button
on (press) {
if (_root.agua <= 0) {
_root.castillo.apaga1._visible = false;
_root.castillo.apaga2._visible = false;
_root.castillo.apaga3._visible = false;
_root.castillo.apaga4._visible = false;
aguaexiste = 0;
}
play();
}
Symbol 173 MovieClip Frame 9
stop();
Instance of Symbol 69 MovieClip in Symbol 174 MovieClip Frame 1
onClipEvent (enterFrame) {
_root.agua = _root.agua - 2;
_root.datos.textoagua.text = _root.agua;
if (_root.agua <= 4) {
_root.agua = 0;
_root.datos.textoagua.text = _root.agua;
_root.castillo.agua1._visible = false;
_root.castillo.agua2._visible = false;
_root.castillo.agua3._visible = false;
_root.castillo.agua4._visible = false;
}
}
Symbol 175 MovieClip Frame 1
stop();
Symbol 186 MovieClip Frame 9
stop();
Symbol 187 MovieClip Frame 1
stop();
Symbol 190 MovieClip Frame 13
stop();
Symbol 192 Button
on (press) {
if ((dinero >= 1200000) && (muroexiste != 1)) {
datomuro.text = "SI";
datomuro2.text = "SI";
dinero = dinero - 1200000;
_root.tope = 276;
muroexiste = 1;
} else {
error._x = _root._xmouse - 35;
error._y = _root._ymouse - 30;
error.play();
}
}
Symbol 199 MovieClip Frame 1
stop();
Symbol 199 MovieClip Frame 7
_root.catapulta.play();
Symbol 205 MovieClip Frame 12
if (this.hitTest(_root.castillo)) {
_root.quitavida(3);
_root.castillo.puerta._alpha = _root.vida;
} else {
_root.muro.nextFrame();
}
Symbol 206 MovieClip Frame 1
stop();
Instance of Symbol 201 MovieClip in Symbol 206 MovieClip Frame 1
onClipEvent (load) {
aleacata = Math.floor(random(1000)) + 600;
}
onClipEvent (enterFrame) {
alea = Math.floor(random(aleacata));
if (alea == 15) {
this._parent.play();
}
}
Symbol 206 MovieClip Frame 18
stop();
Instance of Symbol 199 MovieClip "joder" in Symbol 206 MovieClip Frame 18
onClipEvent (enterFrame) {
alea = Math.floor(random(65));
if (alea == 15) {
this.play();
}
}
Instance of Symbol 201 MovieClip in Symbol 206 MovieClip Frame 18
/* no clip actions */
Instance of Symbol 201 MovieClip in Symbol 206 MovieClip Frame 18
on (release) {
_root.catapulta.hombre.joder.gotoAndPlay("2");
}
Symbol 206 MovieClip Frame 38
_root.dinero = _root.dinero + 5000;
Symbol 246 MovieClip Frame 1
stop();
Symbol 246 MovieClip Frame 32
_root.quitavida(10);
torreframe = 14 - Math.floor(_root.vida / 10);
_root.castillo.torre.gotoAndStop(torreframe);
_root.castillo.puerta._alpha = _root.vida;
Symbol 246 MovieClip Frame 38
gotoAndStop (1);
Instance of Symbol 249 MovieClip in Symbol 258 MovieClip Frame 1
onClipEvent (load) {
this._alpha = 50 + Math.floor(random(50));
}
Instance of Symbol 254 MovieClip "sol" in Symbol 258 MovieClip Frame 1
onClipEvent (load) {
this._x = this._x + Math.floor(random(60));
this._y = this._y + Math.floor(random(30));
}
Instance of Symbol 251 MovieClip in Symbol 258 MovieClip Frame 1
onClipEvent (load) {
this._x = this._x + Math.floor(random(500));
this._y = this._y + Math.floor(random(50));
}
Instance of Symbol 251 MovieClip in Symbol 258 MovieClip Frame 1
onClipEvent (load) {
this._x = this._x + Math.floor(random(300));
this._y = this._y + Math.floor(random(50));
}
Instance of Symbol 251 MovieClip in Symbol 258 MovieClip Frame 1
onClipEvent (load) {
this._x = this._x + Math.floor(random(300));
this._y = this._y + Math.floor(random(50));
}
Instance of Symbol 251 MovieClip in Symbol 258 MovieClip Frame 1
onClipEvent (load) {
this._x = this._x + Math.floor(random(100));
this._y = this._y + Math.floor(random(100));
}
Instance of Symbol 251 MovieClip in Symbol 258 MovieClip Frame 1
onClipEvent (load) {
this._x = this._x + Math.floor(random(600));
this._y = this._y + Math.floor(random(50));
}
Instance of Symbol 251 MovieClip in Symbol 258 MovieClip Frame 1
onClipEvent (load) {
this._x = this._x + Math.floor(random(100));
this._y = this._y + Math.floor(random(100));
}
Symbol 266 MovieClip Frame 1
stop();
Symbol 266 MovieClip Frame 4
gotoAndStop (1);
Symbol 267 MovieClip Frame 1
stop();
Symbol 267 MovieClip Frame 7
gotoAndStop (1);
Instance of Symbol 266 MovieClip "pie2" in Symbol 272 MovieClip Frame 1
onClipEvent (enterFrame) {
alea = Math.floor(random(50));
if (alea == 1) {
this.play();
}
}
Instance of Symbol 267 MovieClip "pie1" in Symbol 272 MovieClip Frame 1
onClipEvent (enterFrame) {
alea = Math.floor(random(50));
if (alea == 1) {
this.play();
}
}
Symbol 278 MovieClip Frame 10
stop();
Symbol 281 MovieClip Frame 1
stop();
Symbol 281 MovieClip Frame 2
_root.dinero = _root.dinero + _root.sumadinero;
_root.publico.gotoAndPlay("2");
stop();
Symbol 287 Button
on (press) {
startDrag (this);
}
on (release) {
stopDrag();
}
Symbol 289 Button
on (release) {
gotoAndStop (2);
}
Instance of Symbol 69 MovieClip in Symbol 313 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.ogro._x >= _root.tope) {
_root.ogro.inte.gotoAndPlay("ataca");
} else {
_root.ogro.inte.play();
}
}
Instance of Symbol 69 MovieClip in Symbol 313 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_root.dragon._x + 100) >= _root.tope) {
_root.dragon.inte.gotoAndPlay("ataca");
} else {
_root.dragon.inte.play();
}
}
Instance of Symbol 141 MovieClip in Symbol 313 MovieClip Frame 1
onClipEvent (load) {
_root.carro.avanza = 1;
}
onClipEvent (enterFrame) {
if (_root.carro.hitTest(_root.lava.inte_lava)) {
_root.vida_carro = _root.vida_carro - 2;
_root.marca_carro.barra_vidacarro._width = _root.vida_carro;
if (_root.vida_carro <= 2) {
_root.carro.inte.gotoAndStop("muere_carro");
_root.carro._name = "nadacarro";
}
}
f = 100;
while (f <= 108) {
if (_root.carro.hitTest(_root["nuevaflecha" + f].inte.dentro.punta)) {
_root.vida_carro = _root.vida_carro - 1;
_root.marca_carro.barra_vidacarro._width = _root.vida_carro;
if (_root.vida_carro <= 2) {
_root.carro.inte.gotoAndStop("muere_carro");
_root.carro._name = "nadacarro";
}
}
f++;
}
}
Symbol 316 Button
on (press) {
startDrag ("_root.infoenemigos.scroll.avance.barrita", false, 0, 0, 0, 260);
}
on (release, releaseOutside) {
stopDrag();
}
Symbol 320 MovieClip Frame 2
stop();
Instance of Symbol 319 MovieClip in Symbol 320 MovieClip Frame 2
onClipEvent (enterFrame) {
if (_root.infoenemigos.scroll.avance.barrita._y > 0) {
_root.infoenemigos.scroll.avance.barrita._y = _root.infoenemigos.scroll.avance.barrita._y - 3;
}
}
Symbol 322 MovieClip Frame 3
stop();
Instance of Symbol 319 MovieClip in Symbol 322 MovieClip Frame 3
onClipEvent (enterFrame) {
if (_root.infoenemigos.scroll.avance.barrita._y < 257) {
_root.infoenemigos.scroll.avance.barrita._y = _root.infoenemigos.scroll.avance.barrita._y + 3;
}
}
Instance of Symbol 317 MovieClip "barrita" in Symbol 324 MovieClip Frame 1
onClipEvent (load) {
a = _root.infoenemigos.scroll.texto_diseno._height / _root.scrollmax;
}
onClipEvent (enterFrame) {
_root.infoenemigos.scroll.texto_diseno._y = (this._y * a) * -1;
}
Instance of Symbol 313 MovieClip "texto_diseno" in Symbol 325 MovieClip Frame 1
onClipEvent (enterFrame) {
this._y = math.floor(this._y);
}
Symbol 328 MovieClip Frame 1
stop();
_root.scrollmax = 290;
Symbol 333 MovieClip Frame 43
this.ejemplo.castillo.prision.play();
Symbol 336 MovieClip Frame 1
stop();
Symbol 351 Button
on (press) {
startDrag ("_root.infoarmas.scroll.avance.barrita", false, 0, 0, 0, 260);
}
on (release, releaseOutside) {
stopDrag();
}
Symbol 353 MovieClip Frame 2
stop();
Instance of Symbol 319 MovieClip in Symbol 353 MovieClip Frame 2
onClipEvent (enterFrame) {
if (_root.infoarmas.scroll.avance.barrita._y > 0) {
_root.infoarmas.scroll.avance.barrita._y = _root.infoarmas.scroll.avance.barrita._y - 3;
}
}
Symbol 355 MovieClip Frame 3
stop();
Instance of Symbol 319 MovieClip in Symbol 355 MovieClip Frame 3
onClipEvent (enterFrame) {
if (_root.infoarmas.scroll.avance.barrita._y < 257) {
_root.infoarmas.scroll.avance.barrita._y = _root.infoarmas.scroll.avance.barrita._y + 3;
}
}
Instance of Symbol 352 MovieClip "barrita" in Symbol 357 MovieClip Frame 1
onClipEvent (load) {
a = _root.infoarmas.scroll.texto_diseno._height / _root.scrollmax;
}
onClipEvent (enterFrame) {
_root.infoarmas.scroll.texto_diseno._y = (this._y * a) * -1;
}
Instance of Symbol 350 MovieClip "texto_diseno" in Symbol 358 MovieClip Frame 1
onClipEvent (enterFrame) {
this._y = math.floor(this._y);
}
Symbol 359 MovieClip Frame 1
stop();
_root.scrollmax = 370;
Symbol 367 MovieClip Frame 1
stop();
Instance of Symbol 363 MovieClip "barra_vidacarro" in Symbol 367 MovieClip Frame 1
onClipEvent (load) {
_root.vida_carro = 149;
this._width = _root.vida_carro;
}
Symbol 371 MovieClip Frame 1
stop();
Instance of Symbol 363 MovieClip "barra_vidadragon" in Symbol 371 MovieClip Frame 1
onClipEvent (load) {
_root.vida_dragon = 149;
this._width = _root.vida_dragon;
}
Symbol 375 MovieClip Frame 1
stop();
Instance of Symbol 363 MovieClip "barra_vidaogro" in Symbol 375 MovieClip Frame 1
onClipEvent (load) {
_root.vida_ogro = 149;
this._width = _root.vida_ogro;
}
Symbol 380 Button
on (release) {
getURL ("mailto:jmfujitsu@hotmail.com");
}
Symbol 405 Button
on (release) {
guardando.gotoAndStop("1");
_root.infoarmas.gotoAndStop("2");
_root.infoenemigos.gotoAndStop("2");
_root.infoprisioneros.gotoAndStop("2");
localObject = SharedObject.getLocal("infocastillo");
if (localObject.data.haguardado_castillo == 1) {
cargarndo.gotoAndStop("2");
} else {
error._x = _root._xmouse;
error._y = _root._ymouse - 30;
error.play();
}
}
Symbol 406 Button
on (release) {
cargarndo.gotoAndStop("1");
_root.infoarmas.gotoAndStop("2");
_root.infoenemigos.gotoAndStop("2");
_root.infoprisioneros.gotoAndStop("2");
if (dinero >= 300000) {
guardando.gotoAndStop("2");
} else {
error._x = _root._xmouse - 35;
error._y = _root._ymouse - 30;
error.play();
}
}
Symbol 410 Button
on (release) {
_root.infoprisioneros._x = 110;
_root.infoprisioneros._y = 30;
_root.infoprisioneros.gotoAndStop("1");
_root.infoenemigos.gotoAndStop("2");
_root.infoarmas.gotoAndStop("2");
}
Symbol 412 Button
on (release) {
_root.infoenemigos._x = 440;
_root.infoenemigos._y = 210;
_root.infoenemigos.gotoAndStop("1");
_root.infoarmas.gotoAndStop("2");
_root.infoprisioneros.gotoAndStop("2");
}
Symbol 414 Button
on (release) {
_root.infoarmas._x = 440;
_root.infoarmas._y = 210;
_root.infoarmas.gotoAndStop("1");
_root.infoenemigos.gotoAndStop("2");
_root.infoprisioneros.gotoAndStop("2");
}
Symbol 420 Button
on (release) {
_level1.gotoAndStop("para");
stopAllSounds();
removeMovieClip("infoprisioneros");
removeMovieClip("contenido");
gotoAndPlay (79);
}
Symbol 424 Button
on (press) {
puedesonar = 0;
_level1.gotoAndStop("para");
stopAllSounds();
if (dia == 1) {
gotoAndStop ("dia1");
}
if (dia == 2) {
gotoAndStop ("dia2");
}
if (dia == 3) {
gotoAndStop ("dia3");
}
if (dia == 4) {
gotoAndStop ("dia4");
}
if (dia == 5) {
gotoAndStop ("dia5");
}
if (dia == 6) {
gotoAndStop ("dia6");
}
if (dia == 7) {
gotoAndStop ("dia7");
}
if (dia == 8) {
gotoAndStop ("dia8");
}
if (dia == 9) {
gotoAndStop ("dia9");
}
if (dia == 10) {
gotoAndStop ("dia10");
}
if (dia == 11) {
gotoAndStop ("dia11");
}
if (dia == 12) {
gotoAndStop ("dia12");
}
if (dia == 13) {
gotoAndStop ("dia13");
}
if (dia == 14) {
gotoAndStop ("dia14");
}
if (dia == 15) {
gotoAndStop ("dia15");
}
if (dia == 16) {
gotoAndStop ("dia16");
}
if (dia == 17) {
gotoAndStop ("dia17");
}
if (dia == 18) {
gotoAndStop ("dia18");
}
if (dia == 19) {
gotoAndStop ("dia19");
}
if (dia == 20) {
gotoAndStop ("dia20");
}
if (dia == 21) {
gotoAndStop ("dia21");
}
if (dia == 22) {
gotoAndStop ("dia22");
}
if (dia == 23) {
gotoAndStop ("dia23");
}
if (dia == 24) {
gotoAndStop ("dia24");
}
if (dia == 25) {
gotoAndStop ("dia25");
}
if (dia == 26) {
gotoAndStop ("dia26");
}
if (dia == 27) {
gotoAndStop ("dia27");
}
if (dia == 28) {
gotoAndStop ("dia28");
}
if (dia == 29) {
gotoAndStop ("dia29");
}
if (dia == 30) {
gotoAndStop ("dia30");
}
if (dia == 31) {
gotoAndStop ("dia31");
}
if (dia == 32) {
gotoAndStop ("dia32");
}
if (dia == 33) {
gotoAndStop ("dia33");
}
if (dia == 34) {
gotoAndStop ("dia34");
}
if (dia == 35) {
gotoAndStop ("dia35");
}
if (dia == 36) {
gotoAndStop ("dia36");
}
if (dia == 37) {
gotoAndStop ("dia37");
}
if (dia == 38) {
gotoAndStop ("dia38");
}
if (dia == 39) {
gotoAndStop ("dia39");
}
if (dia == 40) {
gotoAndStop ("dia40");
}
}
Symbol 427 Button
on (press) {
if ((dinero >= 30000) && (arquerosexiste == 1)) {
dinero = dinero - 30000;
flechas = flechas + 9;
} else {
error._x = _root._xmouse - 35;
error._y = _root._ymouse - 30;
error.play();
}
}
Symbol 429 Button
on (press) {
if (dinero >= 5000) {
dinero = dinero - 5000;
lavaexiste = 1;
aceite = aceite + 2;
} else {
error._x = _root._xmouse - 35;
error._y = _root._ymouse - 30;
error.play();
}
}
Symbol 431 Button
on (press) {
if ((dinero >= 50000) && (arquerosexiste != 1)) {
datoarquero.text = "SI";
datoarquero2.text = "SI";
dinero = dinero - 50000;
arquerosexiste = 1;
} else {
error._x = _root._xmouse - 35;
error._y = _root._ymouse - 30;
error.play();
}
}
Symbol 433 Button
on (press) {
if ((dinero >= 500000) && (muroexiste != 1)) {
datomuro.text = "SI";
datomuro2.text = "SI";
dinero = dinero - 500000;
_root.tope = 276;
muroexiste = 1;
} else {
error._x = _root._xmouse - 35;
error._y = _root._ymouse - 30;
error.play();
}
}
Symbol 439 Button
on (press) {
if ((dinero >= 100000) && (vida < 149)) {
dinero = dinero - 100000;
vida = vida + 15;
_root.barra_vida._width = _root.vida;
} else {
error._x = _root._xmouse - 35;
error._y = _root._ymouse - 30;
error.play();
}
if (vida > 149) {
vida = 149;
}
}
Symbol 449 Button
on (press) {
if (dinero >= 2000) {
dinero = dinero - 2000;
aguaexiste = 1;
agua = agua + 100;
} else {
error._x = _root._xmouse - 35;
error._y = _root._ymouse - 30;
error.play();
}
}
Symbol 461 Button
on (release) {
gotoAndStop (1);
}
Symbol 464 Button
on (release) {
play();
}
Symbol 468 MovieClip Frame 25
stop();
Symbol 469 MovieClip Frame 1
stop();
Symbol 469 MovieClip Frame 24
with (_root) {
dinero = dinero - 300000;
localObject = SharedObject.getLocal("infocastillo");
localObject.data.haguardado_castillo = 1;
localObject.data.tope_saved = tope;
localObject.data.dia_saved = dia;
localObject.data.ymuerte_saved = ymuerte;
localObject.data.muroexiste_saved = muroexiste;
localObject.data.arquerosexiste_saved = arquerosexiste;
localObject.data.lavaexiste_saved = lavaexiste;
localObject.data.aguaexiste_saved = aguaexiste;
localObject.data.dinero_saved = dinero;
localObject.data.vida_saved = vida;
localObject.data.flechas_saved = flechas;
localObject.data.aceite_saved = aceite;
localObject.data.agua_saved = agua;
localObject.data.posmuro_saved = posmuro;
localObject.data.datomuro_saved = datomuro.text;
localObject.data.datoarquero_saved = datoarquero2.text;
localObject.flush();
}
Symbol 474 MovieClip Frame 1
stop();
Symbol 474 MovieClip Frame 23
with (_root) {
localObject = SharedObject.getLocal("infocastillo");
tope = localObject.data.tope_saved;
dia = localObject.data.dia_saved;
ymuerte = localObject.data.ymuerte_saved;
muroexiste = localObject.data.muroexiste_saved;
arquerosexiste = localObject.data.arquerosexiste_saved;
lavaexiste = localObject.data.lavaexiste_saved;
aguaexiste = localObject.data.aguaexiste_saved;
dinero = localObject.data.dinero_saved;
vida = localObject.data.vida_saved;
flechas = localObject.data.flechas_saved;
aceite = localObject.data.aceite_saved;
agua = localObject.data.agua_saved;
posmuro = localObject.data.posmuro_saved;
datoarquero2.text = localObject.data.datoarquero_saved;
datomuro.text = localObject.data.datomuro_saved;
datomuro2.text = datomuro.text;
datoarquero.text = datoarquero2.text;
quedan.text = 41 - dia;
barra_vida._width = vida;
}
Symbol 494 Button
on (keyPress "D") {
nextFrame();
}
on (press) {
nextFrame();
}
on (keyPress "d") {
nextFrame();
}
Symbol 498 MovieClip Frame 1
_quality = "BEST";
stop();
Symbol 498 MovieClip Frame 2
_quality = "MEDIUM";
Symbol 498 MovieClip Frame 3
_quality = "LOW";
stop();
Symbol 498 MovieClip Frame 4
_quality = "BEST";
gotoAndStop (1);
Symbol 500 MovieClip Frame 1
this.quedan.text = (41 - _root.dia) + " d\u00EDas";
Symbol 506 Button
on (press) {
if (_root.aceite >= 1) {
_root.aceite = _root.aceite - 1;
play();
} else {
_root.lava._visible = false;
}
}
Symbol 511 MovieClip Frame 27
stop();
Symbol 513 MovieClip Frame 1
stop();
Instance of Symbol 518 MovieClip in Symbol 519 MovieClip Frame 1
onClipEvent (enterFrame) {
_root.distancia_flecha = 80 - this._y;
}
Symbol 519 MovieClip Frame 15
stop();
Symbol 521 Button
on (release) {
if (_root.flechas >= 3) {
if (_root.flecha_num > 108) {
_root.flecha_num = 100;
}
_root.flechas = _root.flechas - 3;
play();
}
}
Symbol 522 MovieClip Frame 1
stop();
Instance of Symbol 27 MovieClip in Symbol 522 MovieClip Frame 2
onClipEvent (enterFrame) {
play();
}
Instance of Symbol 27 MovieClip in Symbol 522 MovieClip Frame 2
onClipEvent (enterFrame) {
play();
}
Instance of Symbol 27 MovieClip in Symbol 522 MovieClip Frame 2
onClipEvent (enterFrame) {
play();
}
Symbol 522 MovieClip Frame 25
f = 1;
while (f <= 3) {
_root.flecha_num = _root.flecha_num + 1;
duplicateMovieClip ("_root.flecha", "nuevaflecha" + _root.flecha_num, _root.flecha_num);
_root["nuevaflecha" + _root.flecha_num]._x = 490 + Math.floor(random(50));
_root["nuevaflecha" + _root.flecha_num]._y = 40 + Math.floor(random(20));
f++;
}
Symbol 525 Button
on (press) {
gotoAndStop ("anda");
avanza = 0;
startDrag (this, false, 30, -50, 700, 450);
}
on (release) {
if (this.hitTest(_root.castillo.prision.inte)) {
_root.prisioneros = _root.prisioneros + 1;
removeMovieClip(this);
this._visible = false;
this._x = 2000;
stopDrag();
} else {
if (this._x > (_root.tope + 5)) {
this._x = _root.tope;
}
avanza = 1;
control = 0;
bajando = 1;
ymax = this._Y;
stopDrag();
}
}
Symbol 533 MovieClip Frame 1
stop();
Instance of Symbol 524 MovieClip in Symbol 533 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.castillo.prision)) {
_root.castillo.prision.play();
}
}
Symbol 533 MovieClip Frame 33
_root.dinero = _root.dinero + 5000;
removeMovieClip(this);
this._visible = false;
stop();
Symbol 533 MovieClip Frame 47
avanza = 1;
Symbol 534 MovieClip Frame 1
stop();
Instance of Symbol 201 MovieClip in Symbol 534 MovieClip Frame 1
onClipEvent (enterFrame) {
alea = Math.floor(random(_root.aleatorio_soldado));
numero = Math.floor(random(3)) + 1;
if (alea == 10) {
f = 1;
while (f <= numero) {
_root.i = _root.i + 1;
duplicateMovieClip ("_root.enemigo", "nuevoenemigo" + _root.i, _root.i);
_root["nuevoenemigo" + _root.i]._x = -60 - Math.floor(random(50));
_root["nuevoenemigo" + _root.i]._y = 427;
if (_root.i > 230) {
_root.i = 200;
}
f++;
}
}
}
Instance of Symbol 201 MovieClip in Symbol 534 MovieClip Frame 2
onClipEvent (enterFrame) {
alea = Math.floor(random(_root.aleatorio_flecha));
numero = Math.floor(random(3)) + 1;
if (alea == 10) {
f = 1;
while (f <= numero) {
_root.j = _root.j + 1;
_root.attachMovie("ardienteflecha", "ardienteflecha" + _root.j, _root.j);
_root["ardienteflecha" + _root.j]._x = 460;
_root["ardienteflecha" + _root.j]._y = 640;
if (_root.j > 87) {
_root.j = 75;
}
f++;
}
}
}
Instance of Symbol 201 MovieClip in Symbol 534 MovieClip Frame 3
/* no clip actions */
Symbol 535 MovieClip Frame 1
if (_root.posmuro != 0) {
this.gotoAndStop(_currentframe + _root.posmuro);
}
Symbol 535 MovieClip Frame 2
stop();
Symbol 535 MovieClip Frame 5
Symbol 535 MovieClip Frame 6
_root.posmuro = _currentframe;
Symbol 535 MovieClip Frame 7
_root.posmuro = _currentframe;
Symbol 535 MovieClip Frame 8
_root.posmuro = _currentframe;
Symbol 535 MovieClip Frame 9
_root.posmuro = _currentframe;
Symbol 535 MovieClip Frame 10
_root.posmuro = _currentframe;
Symbol 535 MovieClip Frame 11
_root.posmuro = _currentframe;
Symbol 535 MovieClip Frame 12
_root.posmuro = _currentframe;
Symbol 535 MovieClip Frame 13
_root.posmuro = _currentframe;
Symbol 535 MovieClip Frame 14
_root.posmuro = _currentframe;
Symbol 535 MovieClip Frame 15
_root.posmuro = _currentframe;
Symbol 535 MovieClip Frame 16
_root.posmuro = _currentframe;
Symbol 535 MovieClip Frame 17
_root.posmuro = _currentframe;
Symbol 535 MovieClip Frame 18
_root.posmuro = _currentframe;
Symbol 535 MovieClip Frame 19
_root.posmuro = _currentframe;
Symbol 535 MovieClip Frame 20
_root.posmuro = _currentframe;
Symbol 535 MovieClip Frame 21
_root.posmuro = _currentframe;
Symbol 535 MovieClip Frame 22
_root.posmuro = _currentframe;
Symbol 535 MovieClip Frame 23
_root.posmuro = _currentframe;
Symbol 535 MovieClip Frame 24
_root.posmuro = _currentframe;
Symbol 535 MovieClip Frame 25
_root.posmuro = _currentframe;
Symbol 535 MovieClip Frame 26
_root.posmuro = _currentframe;
Symbol 535 MovieClip Frame 27
_root.posmuro = _currentframe;
Symbol 535 MovieClip Frame 28
_root.posmuro = _currentframe;
Symbol 535 MovieClip Frame 29
_root.posmuro = _currentframe;
Symbol 535 MovieClip Frame 30
_root.posmuro = _currentframe;
Symbol 535 MovieClip Frame 31
_root.posmuro = _currentframe;
Symbol 535 MovieClip Frame 32
_root.posmuro = _currentframe;
Symbol 535 MovieClip Frame 33
_root.posmuro = _currentframe;
Symbol 535 MovieClip Frame 34
_root.posmuro = _currentframe;
Symbol 535 MovieClip Frame 35
_root.posmuro = _currentframe;
Symbol 535 MovieClip Frame 36
_root.posmuro = _currentframe;
Symbol 535 MovieClip Frame 37
_root.posmuro = _currentframe;
Symbol 535 MovieClip Frame 38
_root.posmuro = _currentframe;
Symbol 535 MovieClip Frame 39
_root.posmuro = _currentframe;
Symbol 535 MovieClip Frame 40
_root.posmuro = _currentframe;
Symbol 535 MovieClip Frame 41
_root.posmuro = _currentframe;
Symbol 535 MovieClip Frame 42
_root.posmuro = _currentframe;
Symbol 535 MovieClip Frame 43
_root.posmuro = _currentframe;
Symbol 535 MovieClip Frame 44
_root.posmuro = _currentframe;
Symbol 535 MovieClip Frame 45
_root.posmuro = _currentframe;
Symbol 535 MovieClip Frame 46
_root.posmuro = _currentframe;
Symbol 535 MovieClip Frame 47
_root.posmuro = _currentframe;
Symbol 535 MovieClip Frame 48
_root.posmuro = _currentframe;
Symbol 535 MovieClip Frame 49
_root.posmuro = _currentframe;
Symbol 535 MovieClip Frame 50
_root.posmuro = _currentframe;
Symbol 535 MovieClip Frame 51
_root.posmuro = _currentframe;
Symbol 535 MovieClip Frame 52
_root.posmuro = _currentframe;
Symbol 535 MovieClip Frame 53
_root.posmuro = _currentframe;
Symbol 535 MovieClip Frame 54
_root.posmuro = _currentframe;
Symbol 535 MovieClip Frame 55
_root.posmuro = _currentframe;
Symbol 535 MovieClip Frame 56
_root.posmuro = _currentframe;
Symbol 535 MovieClip Frame 57
_root.posmuro = _currentframe;
Symbol 535 MovieClip Frame 58
_root.posmuro = _currentframe;
Symbol 535 MovieClip Frame 59
_root.posmuro = _currentframe;
Symbol 535 MovieClip Frame 60
_root.posmuro = _currentframe;
Symbol 535 MovieClip Frame 61
_root.posmuro = _currentframe;
Symbol 535 MovieClip Frame 62
_root.posmuro = _currentframe;
Symbol 535 MovieClip Frame 63
_root.posmuro = _currentframe;
Symbol 535 MovieClip Frame 64
_root.posmuro = _currentframe;
Symbol 535 MovieClip Frame 65
_root.posmuro = _currentframe;
Symbol 535 MovieClip Frame 66
_root.posmuro = _currentframe;
Symbol 535 MovieClip Frame 67
_root.posmuro = _currentframe;
Symbol 535 MovieClip Frame 68
_root.posmuro = _currentframe;
Symbol 535 MovieClip Frame 69
_root.posmuro = _currentframe;
Symbol 535 MovieClip Frame 70
_root.posmuro = _currentframe;
Symbol 535 MovieClip Frame 71
_root.posmuro = _currentframe;
Symbol 535 MovieClip Frame 72
_root.posmuro = _currentframe;
Symbol 535 MovieClip Frame 73
_root.posmuro = _currentframe;
Symbol 535 MovieClip Frame 74
_root.posmuro = _currentframe;
Symbol 535 MovieClip Frame 75
_root.posmuro = _currentframe;
Symbol 535 MovieClip Frame 76
_root.posmuro = _currentframe;
Symbol 535 MovieClip Frame 77
_root.posmuro = _currentframe;
Symbol 535 MovieClip Frame 78
_root.posmuro = _currentframe;
Symbol 535 MovieClip Frame 79
_root.posmuro = _currentframe;
Symbol 535 MovieClip Frame 80
_root.posmuro = _currentframe;
Symbol 535 MovieClip Frame 81
_root.posmuro = _currentframe;
Symbol 535 MovieClip Frame 82
_root.posmuro = _currentframe;
Symbol 535 MovieClip Frame 83
_root.posmuro = _currentframe;
Symbol 535 MovieClip Frame 84
_root.posmuro = _currentframe;
Symbol 535 MovieClip Frame 85
_root.posmuro = _currentframe;
Symbol 535 MovieClip Frame 86
_root.posmuro = _currentframe;
Symbol 535 MovieClip Frame 87
_root.posmuro = _currentframe;
Symbol 535 MovieClip Frame 88
_root.posmuro = _currentframe;
Symbol 535 MovieClip Frame 89
_root.posmuro = _currentframe;
Symbol 535 MovieClip Frame 90
_root.posmuro = _currentframe;
Symbol 535 MovieClip Frame 91
_root.posmuro = _currentframe;
Symbol 535 MovieClip Frame 92
_root.posmuro = _currentframe;
Symbol 535 MovieClip Frame 93
_root.posmuro = _currentframe;
Symbol 535 MovieClip Frame 94
_root.posmuro = _currentframe;
Symbol 535 MovieClip Frame 95
_root.posmuro = _currentframe;
Symbol 535 MovieClip Frame 96
_root.posmuro = _currentframe;
Symbol 535 MovieClip Frame 97
_root.posmuro = _currentframe;
Symbol 535 MovieClip Frame 98
_root.posmuro = _currentframe;
Symbol 535 MovieClip Frame 99
_root.posmuro = _currentframe;
Symbol 535 MovieClip Frame 100
_root.posmuro = _currentframe;
Symbol 535 MovieClip Frame 101
_root.posmuro = _currentframe;
Symbol 535 MovieClip Frame 102
_root.posmuro = _currentframe;
Symbol 535 MovieClip Frame 103
_root.posmuro = _currentframe;
Symbol 535 MovieClip Frame 104
_root.posmuro = _currentframe;
Symbol 535 MovieClip Frame 105
_root.posmuro = _currentframe;
Symbol 535 MovieClip Frame 106
_root.posmuro = _currentframe;
Symbol 535 MovieClip Frame 107
_root.posmuro = _currentframe;
Symbol 535 MovieClip Frame 108
_root.posmuro = _currentframe;
Symbol 535 MovieClip Frame 109
_root.posmuro = _currentframe;
Symbol 535 MovieClip Frame 110
_root.posmuro = _currentframe;
Symbol 535 MovieClip Frame 111
_root.posmuro = _currentframe;
Symbol 535 MovieClip Frame 112
_root.posmuro = _currentframe;
Symbol 535 MovieClip Frame 113
_root.posmuro = _currentframe;
Symbol 535 MovieClip Frame 114
_root.posmuro = _currentframe;
Symbol 535 MovieClip Frame 115
_root.posmuro = _currentframe;
Symbol 535 MovieClip Frame 116
_root.posmuro = _currentframe;
Symbol 535 MovieClip Frame 117
_root.posmuro = _currentframe;
Symbol 535 MovieClip Frame 118
_root.posmuro = _currentframe;
Symbol 535 MovieClip Frame 119
_root.posmuro = _currentframe;
Symbol 535 MovieClip Frame 120
_root.posmuro = _currentframe;
Symbol 535 MovieClip Frame 121
_root.posmuro = _currentframe;
Symbol 535 MovieClip Frame 122
_root.posmuro = _currentframe;
Symbol 535 MovieClip Frame 123
_root.posmuro = _currentframe;
Symbol 535 MovieClip Frame 124
_root.posmuro = _currentframe;
Symbol 535 MovieClip Frame 125
_root.posmuro = _currentframe;
Symbol 535 MovieClip Frame 126
_root.posmuro = _currentframe;
Symbol 535 MovieClip Frame 127
_root.posmuro = _currentframe;
Symbol 535 MovieClip Frame 128
_root.posmuro = _currentframe;
Symbol 535 MovieClip Frame 129
_root.posmuro = _currentframe;
Symbol 535 MovieClip Frame 130
_root.posmuro = _currentframe;
Symbol 535 MovieClip Frame 131
_root.posmuro = _currentframe;
Symbol 535 MovieClip Frame 132
_root.posmuro = _currentframe;
Symbol 535 MovieClip Frame 133
_root.posmuro = _currentframe;
Symbol 535 MovieClip Frame 134
_root.posmuro = _currentframe;
Symbol 535 MovieClip Frame 135
_root.posmuro = _currentframe;
Symbol 535 MovieClip Frame 136
_root.posmuro = _currentframe;
Symbol 535 MovieClip Frame 137
_root.posmuro = _currentframe;
Symbol 535 MovieClip Frame 138
_root.posmuro = _currentframe;
Symbol 535 MovieClip Frame 139
_root.posmuro = _currentframe;
Symbol 535 MovieClip Frame 140
_root.posmuro = _currentframe;
Symbol 535 MovieClip Frame 141
_root.posmuro = _currentframe;
Symbol 535 MovieClip Frame 142
_root.posmuro = _currentframe;
Symbol 535 MovieClip Frame 143
_root.posmuro = _currentframe;
Symbol 535 MovieClip Frame 144
_root.posmuro = _currentframe;
Symbol 535 MovieClip Frame 145
_root.posmuro = _currentframe;
Symbol 535 MovieClip Frame 146
_root.posmuro = _currentframe;
Symbol 535 MovieClip Frame 147
_root.posmuro = _currentframe;
Symbol 535 MovieClip Frame 148
_root.posmuro = _currentframe;
Symbol 535 MovieClip Frame 149
_root.posmuro = _currentframe;
Symbol 535 MovieClip Frame 150
_root.posmuro = _currentframe;
Symbol 535 MovieClip Frame 151
_root.posmuro = _currentframe;
Symbol 535 MovieClip Frame 152
_root.posmuro = _currentframe;
Symbol 535 MovieClip Frame 153
_root.posmuro = _currentframe;
Symbol 535 MovieClip Frame 154
_root.posmuro = _currentframe;
Symbol 535 MovieClip Frame 155
_root.posmuro = _currentframe;
Symbol 535 MovieClip Frame 156
_root.posmuro = _currentframe;
Symbol 535 MovieClip Frame 157
_root.posmuro = _currentframe;
Symbol 535 MovieClip Frame 158
_root.posmuro = _currentframe;
Symbol 535 MovieClip Frame 159
_root.posmuro = _currentframe;
Symbol 535 MovieClip Frame 160
_root.posmuro = _currentframe;
Symbol 535 MovieClip Frame 161
_root.posmuro = _currentframe;
Symbol 535 MovieClip Frame 162
_root.posmuro = _currentframe;
Symbol 535 MovieClip Frame 163
_root.posmuro = _currentframe;
Symbol 535 MovieClip Frame 164
_root.posmuro = _currentframe;
Symbol 535 MovieClip Frame 165
_root.posmuro = _currentframe;
Symbol 535 MovieClip Frame 166
_root.posmuro = _currentframe;
Symbol 535 MovieClip Frame 167
_root.posmuro = _currentframe;
Symbol 535 MovieClip Frame 168
_root.posmuro = _currentframe;
Symbol 535 MovieClip Frame 169
_root.posmuro = _currentframe;
Symbol 535 MovieClip Frame 170
_root.posmuro = _currentframe;
Symbol 535 MovieClip Frame 171
_root.posmuro = _currentframe;
Symbol 535 MovieClip Frame 172
_root.posmuro = _currentframe;
Symbol 535 MovieClip Frame 173
_root.posmuro = _currentframe;
Symbol 535 MovieClip Frame 174
_root.posmuro = _currentframe;
Symbol 535 MovieClip Frame 175
_root.posmuro = _currentframe;
Symbol 535 MovieClip Frame 176
_root.posmuro = _currentframe;
Symbol 535 MovieClip Frame 177
_root.posmuro = _currentframe;
Symbol 535 MovieClip Frame 178
_root.posmuro = _currentframe;
Symbol 535 MovieClip Frame 179
_root.posmuro = _currentframe;
Symbol 535 MovieClip Frame 180
_root.posmuro = _currentframe;
Symbol 535 MovieClip Frame 181
_root.posmuro = _currentframe;
Symbol 535 MovieClip Frame 182
_root.posmuro = _currentframe;
Symbol 535 MovieClip Frame 183
_root.posmuro = _currentframe;
Symbol 535 MovieClip Frame 184
_root.posmuro = _currentframe;
Symbol 535 MovieClip Frame 185
_root.posmuro = _currentframe;
Symbol 535 MovieClip Frame 186
_root.posmuro = _currentframe;
Symbol 535 MovieClip Frame 187
_root.posmuro = _currentframe;
Symbol 535 MovieClip Frame 188
_root.posmuro = _currentframe;
Symbol 535 MovieClip Frame 189
_root.posmuro = _currentframe;
Symbol 535 MovieClip Frame 190
_root.posmuro = _currentframe;
Symbol 535 MovieClip Frame 191
_root.posmuro = _currentframe;
Symbol 535 MovieClip Frame 192
_root.posmuro = _currentframe;
Symbol 535 MovieClip Frame 193
_root.posmuro = _currentframe;
Symbol 535 MovieClip Frame 194
_root.posmuro = _currentframe;
Symbol 535 MovieClip Frame 195
_root.posmuro = _currentframe;
Symbol 535 MovieClip Frame 196
_root.posmuro = _currentframe;
Symbol 535 MovieClip Frame 197
_root.posmuro = _currentframe;
Symbol 535 MovieClip Frame 198
_root.posmuro = _currentframe;
_root.tope = 288;
Symbol 535 MovieClip Frame 199
_root.posmuro = _currentframe;
Symbol 535 MovieClip Frame 200
_root.posmuro = _currentframe;
Symbol 535 MovieClip Frame 201
_root.posmuro = _currentframe;
Symbol 535 MovieClip Frame 202
_root.posmuro = _currentframe;
Symbol 535 MovieClip Frame 203
_root.posmuro = _currentframe;
Symbol 535 MovieClip Frame 204
_root.posmuro = _currentframe;
Symbol 535 MovieClip Frame 205
_root.posmuro = _currentframe;
Symbol 535 MovieClip Frame 206
_root.posmuro = _currentframe;
Symbol 535 MovieClip Frame 207
_root.posmuro = _currentframe;
Symbol 535 MovieClip Frame 208
_root.posmuro = _currentframe;
Symbol 535 MovieClip Frame 209
_root.posmuro = _currentframe;
Symbol 535 MovieClip Frame 210
_root.posmuro = _currentframe;
Symbol 535 MovieClip Frame 211
_root.posmuro = _currentframe;
Symbol 535 MovieClip Frame 212
_root.posmuro = _currentframe;
Symbol 535 MovieClip Frame 213
_root.posmuro = _currentframe;
Symbol 535 MovieClip Frame 214
_root.posmuro = _currentframe;
Symbol 535 MovieClip Frame 215
_root.posmuro = _currentframe;
Symbol 535 MovieClip Frame 216
_root.posmuro = _currentframe;
Symbol 535 MovieClip Frame 217
_root.posmuro = _currentframe;
Symbol 535 MovieClip Frame 218
_root.posmuro = _currentframe;
Symbol 535 MovieClip Frame 219
_root.posmuro = _currentframe;
Symbol 535 MovieClip Frame 220
_root.posmuro = _currentframe;
Symbol 535 MovieClip Frame 221
_root.posmuro = _currentframe;
Symbol 535 MovieClip Frame 222
_root.posmuro = _currentframe;
Symbol 535 MovieClip Frame 223
_root.posmuro = _currentframe;
Symbol 535 MovieClip Frame 224
_root.posmuro = _currentframe;
Symbol 535 MovieClip Frame 225
_root.posmuro = _currentframe;
Symbol 535 MovieClip Frame 226
_root.posmuro = _currentframe;
Symbol 535 MovieClip Frame 227
_root.posmuro = _currentframe;
Symbol 535 MovieClip Frame 228
_root.posmuro = _currentframe;
Symbol 535 MovieClip Frame 229
_root.posmuro = _currentframe;
Symbol 535 MovieClip Frame 230
_root.posmuro = _currentframe;
Symbol 535 MovieClip Frame 231
_root.posmuro = _currentframe;
Symbol 535 MovieClip Frame 232
_root.posmuro = _currentframe;
Symbol 535 MovieClip Frame 233
_root.posmuro = _currentframe;
Symbol 535 MovieClip Frame 234
_root.posmuro = _currentframe;
Symbol 535 MovieClip Frame 235
_root.posmuro = _currentframe;
Symbol 535 MovieClip Frame 236
_root.posmuro = _currentframe;
Symbol 535 MovieClip Frame 237
_root.posmuro = _currentframe;
Symbol 535 MovieClip Frame 238
_root.posmuro = _currentframe;
Symbol 535 MovieClip Frame 239
_root.posmuro = _currentframe;
Symbol 535 MovieClip Frame 240
_root.posmuro = _currentframe;
Symbol 535 MovieClip Frame 241
_root.posmuro = _currentframe;
Symbol 535 MovieClip Frame 242
_root.posmuro = _currentframe;
Symbol 535 MovieClip Frame 243
_root.posmuro = _currentframe;
Symbol 535 MovieClip Frame 244
_root.posmuro = _currentframe;
Symbol 535 MovieClip Frame 245
_root.posmuro = _currentframe;
Symbol 535 MovieClip Frame 246
_root.posmuro = _currentframe;
Symbol 535 MovieClip Frame 247
_root.posmuro = _currentframe;
Symbol 535 MovieClip Frame 248
_root.posmuro = _currentframe;
Symbol 535 MovieClip Frame 249
_root.posmuro = _currentframe;
Symbol 535 MovieClip Frame 250
_root.posmuro = _currentframe;
Symbol 535 MovieClip Frame 251
_root.posmuro = _currentframe;
Symbol 535 MovieClip Frame 252
_root.posmuro = _currentframe;
Symbol 535 MovieClip Frame 253
_root.posmuro = _currentframe;
Symbol 535 MovieClip Frame 254
_root.posmuro = _currentframe;
Symbol 535 MovieClip Frame 255
_root.posmuro = _currentframe;
Symbol 535 MovieClip Frame 256
_root.posmuro = _currentframe;
Symbol 535 MovieClip Frame 257
_root.posmuro = _currentframe;
_root.tope = 302;
Symbol 535 MovieClip Frame 258
_root.posmuro = _currentframe;
Symbol 535 MovieClip Frame 259
_root.posmuro = _currentframe;
Symbol 535 MovieClip Frame 260
_root.posmuro = _currentframe;
Symbol 535 MovieClip Frame 261
_root.posmuro = _currentframe;
Symbol 535 MovieClip Frame 262
_root.posmuro = _currentframe;
Symbol 535 MovieClip Frame 263
_root.posmuro = _currentframe;
Symbol 535 MovieClip Frame 264
_root.posmuro = _currentframe;
Symbol 535 MovieClip Frame 265
_root.posmuro = _currentframe;
Symbol 535 MovieClip Frame 266
_root.posmuro = _currentframe;
Symbol 535 MovieClip Frame 267
_root.posmuro = _currentframe;
Symbol 535 MovieClip Frame 268
_root.posmuro = _currentframe;
Symbol 535 MovieClip Frame 269
_root.posmuro = _currentframe;
Symbol 535 MovieClip Frame 270
_root.posmuro = _currentframe;
Symbol 535 MovieClip Frame 271
_root.posmuro = _currentframe;
Symbol 535 MovieClip Frame 272
_root.posmuro = _currentframe;
Symbol 535 MovieClip Frame 273
_root.posmuro = _currentframe;
Symbol 535 MovieClip Frame 274
_root.posmuro = _currentframe;
Symbol 535 MovieClip Frame 275
_root.posmuro = _currentframe;
Symbol 535 MovieClip Frame 276
_root.posmuro = _currentframe;
Symbol 535 MovieClip Frame 277
_root.posmuro = _currentframe;
Instance of Symbol 69 MovieClip in Symbol 535 MovieClip Frame 278
onClipEvent (enterFrame) {
_root.muro.play();
_root.tope = 425;
_root.muroexiste = 0;
_root.posmuro = 0;
}
Symbol 535 MovieClip Frame 289
this._visible = false;
stop();
Symbol 549 Button
on (press) {
if ((_root.puedecortar == 1) && (_root.prisioneros >= 1)) {
_root.puedecortar = 2;
_root.sumadinero = _root.fuerza * 40;
play();
}
}
on (release) {
if (_root.puedecortar == 2) {
_root.puedecortar = 0;
gotoAndPlay ("baja");
}
}
Symbol 555 MovieClip Frame 1
stop();
Symbol 555 MovieClip Frame 35
_root.gotoAndStop("transito");
Symbol 556 MovieClip Frame 1
stop();
Instance of Symbol 69 MovieClip in Symbol 556 MovieClip Frame 2
onClipEvent (load) {
extra = 0;
}
onClipEvent (enterFrame) {
_root.fuerza = 140 - this._parent.barra._y;
if (_root.fuerza < 65) {
extra = 2500;
}
if (_root.fuerza > 67) {
extra = 5000;
}
if (_root.fuerza > 70) {
extra = 10000;
}
if (_root.fuerza > 72) {
extra = 20000;
}
if (_root.fuerza > 74) {
extra = 40000;
}
if (_root.fuerza > 76) {
extra = 60000;
}
if (_root.fuerza > 78) {
extra = 80000 /* 0x013880 */;
}
if (_root.fuerza > 81) {
extra = 100000 /* 0x0186A0 */;
}
if (_root.fuerza > 83) {
extra = 200000 /* 0x030D40 */;
}
alea = Math.floor(random(200));
_root.sumadinero = alea + Math.floor(extra + (_root.fuerza * 50));
}
Symbol 556 MovieClip Frame 45
if (_root.fuerza >= 83) {
this.hacha.play();
stop();
} else {
_root.cabeza.play();
}
Symbol 609 MovieClip Frame 1
stop();
Instance of Symbol 201 MovieClip in Symbol 609 MovieClip Frame 1
onClipEvent (enterFrame) {
alea = Math.floor(random(_root.aleatorio_soldado));
numero = Math.floor(random(4)) + 1;
if (alea == 10) {
f = 1;
while (f <= numero) {
_root.i = _root.i + 1;
duplicateMovieClip ("_root.enemigo", "nuevoenemigo" + _root.i, _root.i);
_root["nuevoenemigo" + _root.i]._x = -60 - Math.floor(random(50));
_root["nuevoenemigo" + _root.i]._y = 427;
if (_root.i > 230) {
_root.i = 200;
}
f++;
}
}
}
Instance of Symbol 201 MovieClip in Symbol 609 MovieClip Frame 2
onClipEvent (enterFrame) {
alea = Math.floor(random(_root.aleatorio_flecha));
numero = Math.floor(random(1)) + 1;
if (alea == 10) {
f = 1;
while (f <= numero) {
_root.j = _root.j + 1;
_root.attachMovie("ardienteflecha", "ardienteflecha" + _root.j, _root.j);
_root["ardienteflecha" + _root.j]._x = 460;
_root["ardienteflecha" + _root.j]._y = 640;
if (_root.j > 87) {
_root.j = 75;
}
f++;
}
}
}
Instance of Symbol 201 MovieClip in Symbol 609 MovieClip Frame 3
/* no clip actions */
Symbol 650 MovieClip Frame 1
stop();
Instance of Symbol 201 MovieClip in Symbol 650 MovieClip Frame 1
onClipEvent (enterFrame) {
alea = Math.floor(random(_root.aleatorio_soldado));
numero = Math.floor(random(4)) + 2;
if (alea == 10) {
f = 1;
while (f <= numero) {
_root.i = _root.i + 1;
duplicateMovieClip ("_root.enemigo", "nuevoenemigo" + _root.i, _root.i);
_root["nuevoenemigo" + _root.i]._x = -60 - Math.floor(random(50));
_root["nuevoenemigo" + _root.i]._y = 427;
if (_root.i > 230) {
_root.i = 200;
}
f++;
}
}
}
Instance of Symbol 201 MovieClip in Symbol 650 MovieClip Frame 2
onClipEvent (enterFrame) {
alea = Math.floor(random(_root.aleatorio_flecha));
numero = Math.floor(random(6)) + 1;
if (alea == 10) {
f = 1;
while (f <= numero) {
_root.j = _root.j + 1;
_root.attachMovie("ardienteflecha", "ardienteflecha" + _root.j, _root.j);
_root["ardienteflecha" + _root.j]._x = 460;
_root["ardienteflecha" + _root.j]._y = 640;
if (_root.j > 87) {
_root.j = 75;
}
f++;
}
}
}
Instance of Symbol 201 MovieClip in Symbol 650 MovieClip Frame 3
/* no clip actions */
Symbol 684 MovieClip Frame 1
stopAllSounds();
Symbol 684 MovieClip Frame 2
stop();
Symbol 691 MovieClip Frame 1
stop();
Symbol 693 MovieClip Frame 1
stop();
Symbol 695 MovieClip Frame 1
stop();
Instance of Symbol 691 MovieClip in Symbol 696 MovieClip Frame 1
onClipEvent (enterFrame) {
alea = Math.floor(random(100));
if (alea == 1) {
this.play();
}
}
Instance of Symbol 693 MovieClip in Symbol 696 MovieClip Frame 1
onClipEvent (enterFrame) {
alea = Math.floor(random(50));
if (alea == 1) {
this.play();
}
}
Instance of Symbol 695 MovieClip in Symbol 696 MovieClip Frame 1
onClipEvent (enterFrame) {
alea = Math.floor(random(50));
if (alea == 1) {
this.play();
}
}
Symbol 702 MovieClip Frame 32
stop();
Symbol 703 MovieClip Frame 1
stop();
Symbol 703 MovieClip Frame 2
_root.suma.play();
_root.mano1.gotoAndStop("ulti");
_root.mano2.gotoAndStop("ulti");
_root.reo.pie1.gotoAndStop("ulti");
_root.reo.pie2.gotoAndStop("ulti");
Symbol 703 MovieClip Frame 4
_root.prisioneros = _root.prisioneros - 1;
Symbol 703 MovieClip Frame 55
_root.gotoAndPlay("tequedan");
Symbol 705 MovieClip Frame 1
stop();
Symbol 705 MovieClip Frame 27
gotoAndStop (1);
Symbol 707 MovieClip Frame 1
stop();
Symbol 707 MovieClip Frame 24
gotoAndStop (1);
Symbol 718 MovieClip Frame 1
stop();
Symbol 718 MovieClip Frame 24
stop();
Instance of Symbol 713 MovieClip in Symbol 718 MovieClip Frame 24
onClipEvent (load) {
this._x = this._x + Math.floor(random(200));
}
Instance of Symbol 716 MovieClip in Symbol 718 MovieClip Frame 24
onClipEvent (load) {
this._x = this._x + Math.floor(random(200));
}
Instance of Symbol 716 MovieClip in Symbol 718 MovieClip Frame 24
onClipEvent (load) {
this._x = this._x + Math.floor(random(200));
}
Instance of Symbol 713 MovieClip in Symbol 718 MovieClip Frame 24
onClipEvent (load) {
this._x = this._x + Math.floor(random(200));
}
Instance of Symbol 713 MovieClip in Symbol 718 MovieClip Frame 24
onClipEvent (load) {
this._x = this._x + Math.floor(random(200));
}
Instance of Symbol 717 MovieClip in Symbol 718 MovieClip Frame 24
onClipEvent (load) {
this._x = this._x + Math.floor(random(200));
}
Instance of Symbol 717 MovieClip in Symbol 718 MovieClip Frame 24
onClipEvent (load) {
this._x = this._x + Math.floor(random(200));
}
Symbol 720 Button
on (release) {
unloadMovieNum (2);
removeMovieClip("infoprisioneros");
removeMovieClip("contenido");
gotoAndPlay (79);
}