Frame 1
function __com_mochibot__(swfid, mc, lv, trk) {
var x;
var g;
var s;
var fv;
var sb;
var u;
var res;
var mb;
var mbc;
var pv;
mb = "__mochibot__";
mbc = "mochibot.com";
g = (_global ? (_global) : (_level0._root));
if (g[mb + swfid]) {
return(g[mb + swfid]);
}
s = System.security;
x = mc._root.getSWFVersion;
fv = (x ? (mc.getSWFVersion()) : ((_global ? 6 : 5)));
if (!s) {
s = {};
}
sb = s.sandboxType;
if (sb == "localWithFile") {
return(null);
}
x = s.allowDomain;
if (x) {
s.allowDomain(mbc);
}
x = s.allowInsecureDomain;
if (x) {
s.allowInsecureDomain(mbc);
}
pv = ((fv == 5) ? (getVersion()) : (System.capabilities.version));
u = (((((((((((("http://" + mbc) + "/my/core.swf?mv=8&fv=") + fv) + "&v=") + escape(pv)) + "&swfid=") + escape(swfid)) + "&l=") + lv) + "&f=") + mc) + (sb ? ("&sb=" + sb) : "")) + (trk ? "&t=1" : "");
lv = ((fv > 6) ? (mc.getNextHighestDepth()) : ((g[mb + "level"] ? (g[mb + "level"] + 1) : (lv))));
g[mb + "level"] = lv;
if (fv == 5) {
res = "_level" + lv;
if (!eval (res)) {
loadMovieNum (u, lv);
}
} else {
res = mc.createEmptyMovieClip(mb + swfid, lv);
res.loadMovie(u);
}
return(res);
}
function doSomething() {
}
stop();
__com_mochibot__("baab5516", this, 10301, true);
_root.cuentacuentos = 0;
_root.menu = MENU;
MENU = new ContextMenu();
MENU.hideBuiltInItems();
Functioned = new ContextMenuItem("This Game is copyrighted by Epic Llama", doSomething);
MENU.customItems.push(Functioned);
_root.menu = MENU;
Mouse.show();
_focusrect = false;
_root.volumenoso = 50;
Instance of Symbol 65 MovieClip in Frame 1
onClipEvent (load) {
b_total = _root.getBytesTotal();
}
onClipEvent (enterFrame) {
b_loaded = _root.getBytesLoaded();
if (b_loaded >= b_total) {
_root.play();
} else {
porcentaje = (b_loaded / b_total) * 100;
barra._xscale = porcentaje;
time = getTimer() / 1000;
bps = Math.round(b_loaded / time);
bytes_left = b_total - b_loaded;
seg_left = Math.ceil(bytes_left / bps);
min_left = Math.floor(seg_left / 60);
hrs_left = Math.floor(min_left / 60);
min_left = min_left - (hrs_left * 60);
seg_left = seg_left - (((hrs_left * 60) + min_left) * 60);
((length(hrs_left) == 1) ? ((hrs_left = "0" + hrs_left)) : 0);
((length(min_left) == 1) ? ((min_left = "0" + min_left)) : 0);
((length(seg_left) == 1) ? ((seg_left = "0" + seg_left)) : 0);
kbps_temp = bps / 1024;
kbps = Math.floor(kbps_temp * 10) / 10;
output = ((((((hrs_left + ":") + min_left) + ":") + seg_left) + "seg. a ") + kbps) + "kbps";
}
}
Frame 2
stop();
Instance of Symbol 319 MovieClip in Frame 8
onClipEvent (load) {
nombre = "bitedog";
empujacion = 15;
aguante = 20;
resiste = 0;
torso.armor.gotoAndStop(13);
torso.cinto.gotoAndStop(3);
gamba1.gotoAndStop(1);
gamba2.gotoAndStop(1);
q1.gotoAndStop(3);
q2.gotoAndStop(3);
antebrazo = 7;
antebrazo1.gotoAndStop(antebrazo);
antebrazo2.gotoAndStop(antebrazo);
head.pelo.gotoAndStop(1);
head.detalle.gotoAndStop(13);
dmg = 40;
tiempo_muere = 20;
tiempo = random(70);
actividad = 0;
hp = 200;
maxhp = hp;
speed = 10;
armor_normal = 10;
armor_fire = 0;
armor_ice = 0;
armor_shadow = 0;
armor_special = 0;
_root.vivos = _root.vivos + 1;
_root.l.empujar.push(this);
_root.l.enemy.push(this);
}
onClipEvent (enterFrame) {
if (agarrado == true) {
this._x = _root.l.hero._x + (60 * (_root.l.hero._xscale / 100));
this._y = _root.l.hero._y + 3;
gotoAndStop ("agarrado");
this._xscale = _root.l.hero._xscale * -1;
}
if (resiste > 0) {
resiste = resiste - 0.2;
}
for (var i in _root.l.enemy) {
if ((colision.hitTest(_root.l.enemy[i].colision) and (this._x != _root.l.enemy[i]._x)) and (this._y < _root.l.enemy[i]._y)) {
_root.l.enemy[i]._y = _root.l.enemy[i]._y + 0.5;
} else if (colision.hitTest(_root.l.enemy[i].colision) and (this._x != _root.l.enemy[i]._x)) {
_root.l.enemy[i]._y = _root.l.enemy[i]._y - 0.5;
}
}
if (golpeado_anima == 1) {
golpeado_anima = 0;
this.gotoAndPlay("golpeado");
}
}
onClipEvent (enterFrame) {
this.swapDepths((this._x / 90) + (this._y + 20));
if ((tiempo == 0) and (actividad == 0)) {
tiempo = random(70);
actitud = random(2);
if (actitud == 0) {
gotoAndPlay ("stand");
stun = 1;
}
if (actitud == 1) {
gotoAndPlay ("dash");
actividad = 0;
stun = 0;
tiempo = random(200) + 70;
actitud = 0;
stun = 1;
}
} else if ((stun != 1) and (actividad == 0)) {
tiempo = tiempo - 1;
}
if (stun != 1) {
if ((((_root.l.hero.golpeado != 1) and ((this._y - _root.l.detector._y) < 0)) and (((this._y - _root.l.detector._y) - 20) > 0)) or (((_root.l.hero.golpeado != 1) and (((this._y - _root.l.detector._y) + 20) > 0)) and (((this._y - _root.l.detector._y) - 20) < -30))) {
if (((this._x - _root.l.detector._x) < 70) and ((this._x - _root.l.detector._x) > 0)) {
gotoAndPlay ("ataque");
this._xscale = -100;
stun = 1;
}
if (((this._x - _root.l.detector._x) > -70) and ((this._x - _root.l.detector._x) < 0)) {
gotoAndPlay ("ataque");
this._xscale = 100;
stun = 1;
}
}
if (stun != 1) {
if (_root.l.detector._x < this._x) {
this._x = _x - speed;
if (camina == 0) {
this.gotoAndPlay("camina");
}
this._xscale = -100;
} else if ((_root.l.detector._x > this._x) and ((_root.l.detector._x - _x) > 40)) {
this._x = _x + speed;
if (camina == 0) {
this.gotoAndPlay("camina");
}
this._xscale = 100;
}
if (((_root.l.detector._y - 20) < this._y) and (((_y - _root.l.detector._y) + 20) > 10)) {
this._y = _y - (speed / 2);
if (camina == 0) {
this.gotoAndPlay("camina");
}
} else {
if ((_root.l.detector._y - 20) > this._y) {
this._y = _y + (speed / 2);
}
if (camina == 0) {
this.gotoAndPlay("camina");
}
}
}
}
if (hp < 0) {
myColor = new Color(this);
myColor.setRGB(16763904);
gotoAndStop ("bash");
golpeado = 1;
tiempo_muere = tiempo_muere - 1;
this._alpha = this._alpha - 5;
if (tiempo_muere < 0) {
_root.sthero.score = _root.sthero.score + 70;
_root.l.muertos = _root.l.muertos + 1;
removeMovieClip(this);
}
}
}
Instance of Symbol 376 MovieClip in Frame 8
onClipEvent (load) {
nombre = "pclaw";
aguante = 20;
empujacion = 15;
resiste = 0;
torso.armor.gotoAndStop(13);
torso.cinto.gotoAndStop(3);
gamba1.gotoAndStop(1);
gamba2.gotoAndStop(1);
q1.gotoAndStop(3);
q2.gotoAndStop(3);
antebrazo = 7;
antebrazo1.gotoAndStop(antebrazo);
antebrazo2.gotoAndStop(antebrazo);
head.pelo.gotoAndStop(1);
head.detalle.gotoAndStop(13);
dmg = 20;
tiempo_muere = 20;
tiempo = random(70);
actividad = 0;
hp = 300;
maxhp = hp;
speed = 5;
armor_normal = 10;
armor_fire = 0;
armor_ice = 0;
armor_shadow = 0;
armor_special = 0;
_root.vivos = _root.vivos + 1;
_root.l.empujar.push(this);
_root.l.enemy.push(this);
}
onClipEvent (enterFrame) {
if (agarrado == true) {
this._x = _root.l.hero._x + (60 * (_root.l.hero._xscale / 100));
this._y = _root.l.hero._y + 3;
gotoAndStop ("agarrado");
this._xscale = _root.l.hero._xscale * -1;
}
if (resiste > 0) {
resiste = resiste - 0.2;
}
for (var i in _root.l.enemy) {
if ((colision.hitTest(_root.l.enemy[i].colision) and (this._x != _root.l.enemy[i]._x)) and (this._y < _root.l.enemy[i]._y)) {
_root.l.enemy[i]._y = _root.l.enemy[i]._y + 0.5;
} else if (colision.hitTest(_root.l.enemy[i].colision) and (this._x != _root.l.enemy[i]._x)) {
_root.l.enemy[i]._y = _root.l.enemy[i]._y - 0.5;
}
}
if (golpeado_anima == 1) {
golpeado_anima = 0;
this.gotoAndPlay("golpeado");
}
}
onClipEvent (enterFrame) {
this.swapDepths((this._x / 90) + (this._y + 20));
if ((tiempo == 0) and (actividad == 0)) {
tiempo = random(40);
actitud = random(2);
if (actitud == 0) {
gotoAndPlay ("stand");
stun = 1;
}
if (actitud == 1) {
gotoAndPlay ("dash");
actividad = 0;
stun = 0;
tiempo = random(40) + 30;
actitud = 0;
stun = 1;
}
} else if ((stun != 1) and (actividad == 0)) {
tiempo = tiempo - 1;
}
if (stun != 1) {
if ((((_root.l.hero.golpeado != 1) and ((this._y - _root.l.detector._y) < 0)) and (((this._y - _root.l.detector._y) - 20) > 0)) or (((_root.l.hero.golpeado != 1) and (((this._y - _root.l.detector._y) + 20) > 0)) and (((this._y - _root.l.detector._y) - 20) < -30))) {
if (((this._x - _root.l.detector._x) < 70) and ((this._x - _root.l.detector._x) > 0)) {
gotoAndPlay ("ataque");
this._xscale = -100;
stun = 1;
}
if (((this._x - _root.l.detector._x) > -70) and ((this._x - _root.l.detector._x) < 0)) {
gotoAndPlay ("ataque");
this._xscale = 100;
stun = 1;
}
}
if (stun != 1) {
if (_root.l.detector._x < this._x) {
this._x = _x - speed;
if (camina == 0) {
this.gotoAndPlay("camina");
}
this._xscale = -100;
} else if ((_root.l.detector._x > this._x) and ((_root.l.detector._x - _x) > 40)) {
this._x = _x + speed;
if (camina == 0) {
this.gotoAndPlay("camina");
}
this._xscale = 100;
}
if (((_root.l.detector._y - 20) < this._y) and (((_y - _root.l.detector._y) + 20) > 10)) {
this._y = _y - (speed / 2);
if (camina == 0) {
this.gotoAndPlay("camina");
}
} else {
if ((_root.l.detector._y - 20) > this._y) {
this._y = _y + (speed / 2);
}
if (camina == 0) {
this.gotoAndPlay("camina");
}
}
}
}
if (hp < 0) {
myColor = new Color(this);
myColor.setRGB(16763904);
gotoAndStop ("bash");
golpeado = 1;
tiempo_muere = tiempo_muere - 1;
this._alpha = this._alpha - 5;
if (tiempo_muere < 0) {
_root.sthero.score = _root.sthero.score + 100;
_root.l.muertos = _root.l.muertos + 1;
removeMovieClip(this);
}
}
}
Instance of Symbol 382 MovieClip in Frame 8
onClipEvent (load) {
aguante = 20;
empujacion = 15;
resiste = 0;
hp = 300000000000000;
maxhp = hp;
speed = 5;
armor_normal = 10;
armor_fire = 0;
armor_ice = 0;
armor_shadow = 0;
armor_special = 0;
contiene = "lifeup";
_root.l.enemy.push(this);
}
onClipEvent (enterFrame) {
if (agarrado == true) {
this._x = _root.l.hero._x + (60 * (_root.l.hero._xscale / 100));
this._y = _root.l.hero._y + 3;
gotoAndStop ("agarrado");
this._xscale = _root.l.hero._xscale * -1;
}
if (resiste > 0) {
resiste = resiste - 0.2;
}
if (golpeado_anima == 1) {
golpeado_anima = 0;
this.gotoAndPlay("golpeado");
}
this.swapDepths((this._x / 90) + (this._y + 20));
if (hp < 0) {
myColor = new Color(this);
myColor.setRGB(16763904);
golpeado = 1;
tiempo_muere = tiempo_muere - 1;
if (tiempo_muere < 0) {
_root.l.muertos = _root.l.muertos + 1;
removeMovieClip(this);
}
}
}
Instance of Symbol 382 MovieClip in Frame 8
onClipEvent (load) {
aguante = 20;
empujacion = 15;
resiste = 0;
contiene = "robotitem2";
hp = 300000000000000;
maxhp = hp;
speed = 5;
armor_normal = 10;
armor_fire = 0;
armor_ice = 0;
armor_shadow = 0;
armor_special = 0;
_root.l.enemy.push(this);
}
onClipEvent (enterFrame) {
if (agarrado == true) {
this._x = _root.l.hero._x + (60 * (_root.l.hero._xscale / 100));
this._y = _root.l.hero._y + 3;
gotoAndStop ("agarrado");
this._xscale = _root.l.hero._xscale * -1;
}
if (resiste > 0) {
resiste = resiste - 0.2;
}
if (golpeado_anima == 1) {
golpeado_anima = 0;
this.gotoAndPlay("golpeado");
}
this.swapDepths((this._x / 90) + (this._y + 20));
if (hp < 0) {
myColor = new Color(this);
myColor.setRGB(16763904);
golpeado = 1;
tiempo_muere = tiempo_muere - 1;
if (tiempo_muere < 0) {
_root.l.muertos = _root.l.muertos + 1;
removeMovieClip(this);
}
}
}
Instance of Symbol 382 MovieClip in Frame 8
onClipEvent (load) {
aguante = 20;
empujacion = 15;
resiste = 0;
contiene = "robotitem3";
hp = 300000000000000;
maxhp = hp;
speed = 5;
armor_normal = 10;
armor_fire = 0;
armor_ice = 0;
armor_shadow = 0;
armor_special = 0;
_root.l.enemy.push(this);
}
onClipEvent (enterFrame) {
if (agarrado == true) {
this._x = _root.l.hero._x + (60 * (_root.l.hero._xscale / 100));
this._y = _root.l.hero._y + 3;
gotoAndStop ("agarrado");
this._xscale = _root.l.hero._xscale * -1;
}
if (resiste > 0) {
resiste = resiste - 0.2;
}
if (golpeado_anima == 1) {
golpeado_anima = 0;
this.gotoAndPlay("golpeado");
}
this.swapDepths((this._x / 90) + (this._y + 20));
if (hp < 0) {
myColor = new Color(this);
myColor.setRGB(16763904);
golpeado = 1;
tiempo_muere = tiempo_muere - 1;
if (tiempo_muere < 0) {
_root.l.muertos = _root.l.muertos + 1;
removeMovieClip(this);
}
}
}
Instance of Symbol 382 MovieClip in Frame 8
onClipEvent (load) {
aguante = 20;
empujacion = 15;
resiste = 0;
hp = 300000000000000;
maxhp = hp;
speed = 5;
armor_normal = 10;
armor_fire = 0;
armor_ice = 0;
armor_shadow = 0;
armor_special = 0;
contiene = "alienconheroitem";
_root.l.enemy.push(this);
}
onClipEvent (enterFrame) {
if (agarrado == true) {
this._x = _root.l.hero._x + (60 * (_root.l.hero._xscale / 100));
this._y = _root.l.hero._y + 3;
gotoAndStop ("agarrado");
this._xscale = _root.l.hero._xscale * -1;
}
if (resiste > 0) {
resiste = resiste - 0.2;
}
if (golpeado_anima == 1) {
golpeado_anima = 0;
this.gotoAndPlay("golpeado");
}
this.swapDepths((this._x / 90) + (this._y + 20));
if (hp < 0) {
myColor = new Color(this);
myColor.setRGB(16763904);
golpeado = 1;
tiempo_muere = tiempo_muere - 1;
if (tiempo_muere < 0) {
_root.l.muertos = _root.l.muertos + 1;
removeMovieClip(this);
}
}
}
Instance of Symbol 382 MovieClip in Frame 8
onClipEvent (load) {
aguante = 20;
empujacion = 15;
resiste = 0;
contiene = "robotitem";
hp = 300000000000000;
maxhp = hp;
speed = 5;
armor_normal = 10;
armor_fire = 0;
armor_ice = 0;
armor_shadow = 0;
armor_special = 0;
_root.l.enemy.push(this);
}
onClipEvent (enterFrame) {
if (agarrado == true) {
this._x = _root.l.hero._x + (60 * (_root.l.hero._xscale / 100));
this._y = _root.l.hero._y + 3;
gotoAndStop ("agarrado");
this._xscale = _root.l.hero._xscale * -1;
}
if (resiste > 0) {
resiste = resiste - 0.2;
}
if (golpeado_anima == 1) {
golpeado_anima = 0;
this.gotoAndPlay("golpeado");
}
this.swapDepths((this._x / 90) + (this._y + 20));
if (hp < 0) {
myColor = new Color(this);
myColor.setRGB(16763904);
golpeado = 1;
tiempo_muere = tiempo_muere - 1;
if (tiempo_muere < 0) {
_root.l.muertos = _root.l.muertos + 1;
removeMovieClip(this);
}
}
}
Instance of Symbol 870 MovieClip "l" in Frame 8
onClipEvent (enterFrame) {
_root.limpio = 1;
}
Instance of Symbol 382 MovieClip in Frame 8
onClipEvent (load) {
aguante = 20;
empujacion = 15;
resiste = 0;
hp = 300000000000000;
maxhp = hp;
speed = 5;
armor_normal = 10;
armor_fire = 0;
armor_ice = 0;
armor_shadow = 0;
armor_special = 0;
_root.l.enemy.push(this);
}
onClipEvent (enterFrame) {
if (agarrado == true) {
this._x = _root.l.hero._x + (60 * (_root.l.hero._xscale / 100));
this._y = _root.l.hero._y + 3;
gotoAndStop ("agarrado");
this._xscale = _root.l.hero._xscale * -1;
}
if (resiste > 0) {
resiste = resiste - 0.2;
}
if (golpeado_anima == 1) {
golpeado_anima = 0;
this.gotoAndPlay("golpeado");
}
this.swapDepths((this._x / 90) + (this._y + 20));
if (hp < 0) {
myColor = new Color(this);
myColor.setRGB(16763904);
golpeado = 1;
tiempo_muere = tiempo_muere - 1;
if (tiempo_muere < 0) {
_root.l.muertos = _root.l.muertos + 1;
removeMovieClip(this);
}
}
}
Instance of Symbol 382 MovieClip in Frame 8
onClipEvent (load) {
aguante = 20;
empujacion = 15;
resiste = 0;
hp = 300000000000000;
maxhp = hp;
speed = 5;
armor_normal = 10;
armor_fire = 0;
armor_ice = 0;
armor_shadow = 0;
armor_special = 0;
_root.l.enemy.push(this);
}
onClipEvent (enterFrame) {
if (agarrado == true) {
this._x = _root.l.hero._x + (60 * (_root.l.hero._xscale / 100));
this._y = _root.l.hero._y + 3;
gotoAndStop ("agarrado");
this._xscale = _root.l.hero._xscale * -1;
}
if (resiste > 0) {
resiste = resiste - 0.2;
}
if (golpeado_anima == 1) {
golpeado_anima = 0;
this.gotoAndPlay("golpeado");
}
this.swapDepths((this._x / 90) + (this._y + 20));
if (hp < 0) {
myColor = new Color(this);
myColor.setRGB(16763904);
golpeado = 1;
tiempo_muere = tiempo_muere - 1;
if (tiempo_muere < 0) {
_root.l.muertos = _root.l.muertos + 1;
removeMovieClip(this);
}
}
}
Instance of Symbol 382 MovieClip in Frame 8
onClipEvent (load) {
aguante = 20;
empujacion = 15;
resiste = 0;
hp = 300000000000000;
maxhp = hp;
speed = 5;
armor_normal = 10;
armor_fire = 0;
armor_ice = 0;
armor_shadow = 0;
armor_special = 0;
_root.l.enemy.push(this);
}
onClipEvent (enterFrame) {
if (agarrado == true) {
this._x = _root.l.hero._x + (60 * (_root.l.hero._xscale / 100));
this._y = _root.l.hero._y + 3;
gotoAndStop ("agarrado");
this._xscale = _root.l.hero._xscale * -1;
}
if (resiste > 0) {
resiste = resiste - 0.2;
}
if (golpeado_anima == 1) {
golpeado_anima = 0;
this.gotoAndPlay("golpeado");
}
this.swapDepths((this._x / 90) + (this._y + 20));
if (hp < 0) {
myColor = new Color(this);
myColor.setRGB(16763904);
golpeado = 1;
tiempo_muere = tiempo_muere - 1;
if (tiempo_muere < 0) {
_root.l.muertos = _root.l.muertos + 1;
removeMovieClip(this);
}
}
}
Instance of Symbol 1035 MovieClip in Frame 8
onClipEvent (load) {
aguante = 20;
empujacion = 15;
resiste = 0;
torso.armor.gotoAndStop(13);
torso.cinto.gotoAndStop(3);
gamba1.gotoAndStop(1);
gamba2.gotoAndStop(1);
q1.gotoAndStop(3);
q2.gotoAndStop(3);
antebrazo = 7;
antebrazo1.gotoAndStop(antebrazo);
antebrazo2.gotoAndStop(antebrazo);
head.pelo.gotoAndStop(1);
head.detalle.gotoAndStop(13);
dmg = 10;
tiempo_muere = 20;
tiempo = random(70);
actividad = 0;
hp = 300;
maxhp = hp;
speed = 5;
armor_normal = 10;
armor_fire = 0;
armor_ice = 0;
armor_shadow = 0;
armor_special = 0;
_root.vivos = _root.vivos + 1;
_root.l.empujar.push(this);
_root.l.enemy.push(this);
}
onClipEvent (enterFrame) {
if (agarrado == true) {
this._x = _root.l.hero._x + (60 * (_root.l.hero._xscale / 100));
this._y = _root.l.hero._y + 3;
gotoAndStop ("agarrado");
this._xscale = _root.l.hero._xscale * -1;
}
if (resiste > 0) {
resiste = resiste - 0.2;
}
for (var i in _root.l.enemy) {
if ((colision.hitTest(_root.l.enemy[i].colision) and (this._x != _root.l.enemy[i]._x)) and (this._y < _root.l.enemy[i]._y)) {
_root.l.enemy[i]._y = _root.l.enemy[i]._y + 0.5;
} else if (colision.hitTest(_root.l.enemy[i].colision) and (this._x != _root.l.enemy[i]._x)) {
_root.l.enemy[i]._y = _root.l.enemy[i]._y - 0.5;
}
}
if (golpeado_anima == 1) {
golpeado_anima = 0;
this.gotoAndPlay("golpeado");
}
}
onClipEvent (enterFrame) {
this.swapDepths((this._x / 90) + (this._y + 20));
if ((tiempo == 0) and (actividad == 0)) {
tiempo = random(40);
actitud = random(2);
if (actitud == 0) {
gotoAndPlay ("stand");
stun = 1;
}
if (actitud == 1) {
gotoAndPlay ("dashb");
actividad = 0;
stun = 0;
tiempo = random(40) + 30;
actitud = 0;
stun = 1;
}
} else if ((stun != 1) and (actividad == 0)) {
tiempo = tiempo - 1;
}
if (stun != 1) {
if ((((_root.l.hero.golpeado != 1) and ((this._y - _root.l.detector._y) < 0)) and (((this._y - _root.l.detector._y) - 20) > 0)) or (((_root.l.hero.golpeado != 1) and (((this._y - _root.l.detector._y) + 20) > 0)) and (((this._y - _root.l.detector._y) - 20) < -30))) {
if (((this._x - _root.l.detector._x) < 70) and ((this._x - _root.l.detector._x) > 0)) {
gotoAndPlay ("ataque");
this._xscale = -100;
stun = 1;
}
if (((this._x - _root.l.detector._x) > -70) and ((this._x - _root.l.detector._x) < 0)) {
gotoAndPlay ("ataque");
this._xscale = 100;
stun = 1;
}
}
if (stun != 1) {
if (_root.l.detector._x < this._x) {
this._x = _x - speed;
if (camina == 0) {
this.gotoAndPlay("camina");
}
this._xscale = -100;
} else if ((_root.l.detector._x > this._x) and ((_root.l.detector._x - _x) > 40)) {
this._x = _x + speed;
if (camina == 0) {
this.gotoAndPlay("camina");
}
this._xscale = 100;
}
if (((_root.l.detector._y - 20) < this._y) and (((_y - _root.l.detector._y) + 20) > 10)) {
this._y = _y - (speed / 2);
if (camina == 0) {
this.gotoAndPlay("camina");
}
} else {
if ((_root.l.detector._y - 20) > this._y) {
this._y = _y + (speed / 2);
}
if (camina == 0) {
this.gotoAndPlay("camina");
}
}
}
}
if (hp < 0) {
myColor = new Color(this);
myColor.setRGB(16763904);
gotoAndStop ("bash");
golpeado = 1;
tiempo_muere = tiempo_muere - 1;
this._alpha = this._alpha - 5;
if (tiempo_muere < 0) {
_root.sthero.score = _root.sthero.score + 100;
_root.l.muertos = _root.l.muertos + 1;
removeMovieClip(this);
}
}
}
Instance of Symbol 1069 MovieClip in Frame 8
onClipEvent (load) {
nombre = "bclaw";
aguante = 20;
empujacion = 15;
resiste = 0;
torso.armor.gotoAndStop(13);
torso.cinto.gotoAndStop(3);
gamba1.gotoAndStop(1);
gamba2.gotoAndStop(1);
q1.gotoAndStop(3);
q2.gotoAndStop(3);
antebrazo = 7;
antebrazo1.gotoAndStop(antebrazo);
antebrazo2.gotoAndStop(antebrazo);
head.pelo.gotoAndStop(1);
head.detalle.gotoAndStop(13);
dmg = 10;
tiempo_muere = 20;
tiempo = random(70);
actividad = 0;
hp = 300;
maxhp = hp;
speed = 5;
armor_normal = 10;
armor_fire = 0;
armor_ice = 0;
armor_shadow = 0;
armor_special = 0;
_root.vivos = _root.vivos + 1;
_root.l.empujar.push(this);
_root.l.enemy.push(this);
}
onClipEvent (enterFrame) {
if (agarrado == true) {
this._x = _root.l.hero._x + (60 * (_root.l.hero._xscale / 100));
this._y = _root.l.hero._y + 3;
gotoAndStop ("agarrado");
this._xscale = _root.l.hero._xscale * -1;
}
if (resiste > 0) {
resiste = resiste - 0.2;
}
for (var i in _root.l.enemy) {
if ((colision.hitTest(_root.l.enemy[i].colision) and (this._x != _root.l.enemy[i]._x)) and (this._y < _root.l.enemy[i]._y)) {
_root.l.enemy[i]._y = _root.l.enemy[i]._y + 0.5;
} else if (colision.hitTest(_root.l.enemy[i].colision) and (this._x != _root.l.enemy[i]._x)) {
_root.l.enemy[i]._y = _root.l.enemy[i]._y - 0.5;
}
}
if (golpeado_anima == 1) {
golpeado_anima = 0;
this.gotoAndPlay("golpeado");
}
this.swapDepths((this._x / 90) + (this._y + 20));
if ((tiempo == 0) and (actividad == 0)) {
tiempo = random(40);
actitud = random(2);
if (actitud == 0) {
gotoAndPlay ("stand");
stun = 1;
}
if (actitud == 1) {
gotoAndPlay ("dashb");
actividad = 0;
stun = 0;
tiempo = random(40) + 30;
actitud = 0;
stun = 1;
}
} else if ((stun != 1) and (actividad == 0)) {
tiempo = tiempo - 1;
}
if (stun != 1) {
if ((((_root.l.hero.golpeado != 1) and ((this._y - _root.l.detector._y) < 0)) and (((this._y - _root.l.detector._y) - 20) > 0)) or (((_root.l.hero.golpeado != 1) and (((this._y - _root.l.detector._y) + 20) > 0)) and (((this._y - _root.l.detector._y) - 20) < -30))) {
if (((this._x - _root.l.detector._x) < 200) and ((this._x - _root.l.detector._x) > 0)) {
gotoAndPlay ("ataque");
this._xscale = -100;
stun = 1;
}
if (((this._x - _root.l.detector._x) > -200) and ((this._x - _root.l.detector._x) < 0)) {
gotoAndPlay ("ataque");
this._xscale = 100;
stun = 1;
}
}
if (stun != 1) {
if (_root.l.detector._x < this._x) {
this._x = _x - speed;
if (camina == 0) {
this.gotoAndPlay("camina");
}
this._xscale = -100;
} else if ((_root.l.detector._x > this._x) and ((_root.l.detector._x - _x) > 40)) {
this._x = _x + speed;
if (camina == 0) {
this.gotoAndPlay("camina");
}
this._xscale = 100;
}
if (((_root.l.detector._y - 20) < this._y) and (((_y - _root.l.detector._y) + 20) > 10)) {
this._y = _y - (speed / 2);
if (camina == 0) {
this.gotoAndPlay("camina");
}
} else {
if ((_root.l.detector._y - 20) > this._y) {
this._y = _y + (speed / 2);
}
if (camina == 0) {
this.gotoAndPlay("camina");
}
}
}
}
if (hp < 0) {
myColor = new Color(this);
myColor.setRGB(16763904);
gotoAndStop ("bash");
golpeado = 1;
tiempo_muere = tiempo_muere - 1;
this._alpha = this._alpha - 5;
if (tiempo_muere < 0) {
_root.sthero.score = _root.sthero.score + 100;
_root.l.muertos = _root.l.muertos + 1;
removeMovieClip(this);
}
}
}
Instance of Symbol 1083 MovieClip in Frame 8
onClipEvent (load) {
grabeable = "no";
nombre = "canonsuit";
aguante = 20;
empujacion = 45;
resiste = 0;
torso.armor.gotoAndStop(13);
torso.cinto.gotoAndStop(3);
gamba1.gotoAndStop(1);
gamba2.gotoAndStop(1);
q1.gotoAndStop(3);
q2.gotoAndStop(3);
antebrazo = 7;
antebrazo1.gotoAndStop(antebrazo);
antebrazo2.gotoAndStop(antebrazo);
head.pelo.gotoAndStop(1);
head.detalle.gotoAndStop(13);
dmg = 30;
tiempo_muere = 20;
tiempo = random(70);
actividad = 0;
hp = 300;
maxhp = hp;
speed = 5;
armor_normal = 10;
armor_fire = 0;
armor_ice = 0;
armor_shadow = 0;
armor_special = 0;
_root.vivos = _root.vivos + 1;
_root.l.empujar.push(this);
_root.l.enemy.push(this);
}
onClipEvent (enterFrame) {
if (agarrado == true) {
this._x = _root.l.hero._x + (60 * (_root.l.hero._xscale / 100));
this._y = _root.l.hero._y + 3;
gotoAndStop ("agarrado");
this._xscale = _root.l.hero._xscale * -1;
}
if (resiste > 0) {
resiste = resiste - 0.2;
}
for (var i in _root.l.enemy) {
if ((colision.hitTest(_root.l.enemy[i].colision) and (this._x != _root.l.enemy[i]._x)) and (this._y < _root.l.enemy[i]._y)) {
_root.l.enemy[i]._y = _root.l.enemy[i]._y + 0.5;
} else if (colision.hitTest(_root.l.enemy[i].colision) and (this._x != _root.l.enemy[i]._x)) {
_root.l.enemy[i]._y = _root.l.enemy[i]._y - 0.5;
}
}
if (golpeado_anima == 1) {
golpeado_anima = 0;
this.gotoAndPlay("golpeado");
}
}
onClipEvent (enterFrame) {
this.swapDepths((this._x / 90) + (this._y + 20));
if ((tiempo == 0) and (actividad == 0)) {
tiempo = random(40);
actitud = random(2);
if (actitud == 0) {
gotoAndPlay ("stand");
stun = 1;
}
if (actitud == 1) {
gotoAndPlay ("dash");
actividad = 0;
stun = 0;
tiempo = random(40) + 30;
actitud = 0;
stun = 1;
}
} else if ((stun != 1) and (actividad == 0)) {
tiempo = tiempo - 1;
}
if (stun != 1) {
if ((((_root.l.hero.golpeado != 1) and ((this._y - _root.l.detector._y) < 0)) and (((this._y - _root.l.detector._y) - 20) > 0)) or (((_root.l.hero.golpeado != 1) and (((this._y - _root.l.detector._y) + 20) > 0)) and (((this._y - _root.l.detector._y) - 20) < -30))) {
if (((this._x - _root.l.detector._x) < 250) and ((this._x - _root.l.detector._x) > 0)) {
gotoAndPlay ("ataque");
this._xscale = -100;
stun = 1;
}
if (((this._x - _root.l.detector._x) > -250) and ((this._x - _root.l.detector._x) < 0)) {
gotoAndPlay ("ataque");
this._xscale = 100;
stun = 1;
}
}
if (stun != 1) {
if (_root.l.detector._x < this._x) {
this._x = _x - speed;
if (camina == 0) {
this.gotoAndPlay("camina");
}
this._xscale = -100;
} else if ((_root.l.detector._x > this._x) and ((_root.l.detector._x - _x) > 40)) {
this._x = _x + speed;
if (camina == 0) {
this.gotoAndPlay("camina");
}
this._xscale = 100;
}
if (((_root.l.detector._y - 20) < this._y) and (((_y - _root.l.detector._y) + 20) > 10)) {
this._y = _y - (speed / 2);
if (camina == 0) {
this.gotoAndPlay("camina");
}
} else {
if ((_root.l.detector._y - 20) > this._y) {
this._y = _y + (speed / 2);
}
if (camina == 0) {
this.gotoAndPlay("camina");
}
}
}
}
if (hp < 0) {
myColor = new Color(this);
myColor.setRGB(16763904);
gotoAndStop ("bash");
golpeado = 1;
tiempo_muere = tiempo_muere - 1;
this._alpha = this._alpha - 5;
if (tiempo_muere < 0) {
_root.sthero.score = _root.sthero.score + 100;
_root.l.muertos = _root.l.muertos + 1;
_root.l.shockwave = _root.l.attachMovie("robotitem", (("dagaso" + getTimer()) + random(100000)) + _root.cuentacuentos, _root.l.getNextHighestDepth());
_root.cuentacuentos = _root.cuentacuentos + 1;
_root.l.shockwave._x = this._x;
_root.l.shockwave._y = this._y - 10;
removeMovieClip(this);
}
}
}
Instance of Symbol 540 MovieClip [alientamed] in Frame 8
onClipEvent (load) {
torso.armor.gotoAndStop(13);
torso.cinto.gotoAndStop(3);
gamba1.gotoAndStop(1);
gamba2.gotoAndStop(1);
q1.gotoAndStop(3);
q2.gotoAndStop(3);
antebrazo = 7;
antebrazo1.gotoAndStop(antebrazo);
antebrazo2.gotoAndStop(antebrazo);
head.pelo.gotoAndStop(1);
head.detalle.gotoAndStop(13);
dmg = 10;
tiempo_muere = 20;
tiempo = random(70);
actividad = 0;
hp = 200;
maxhp = hp;
speed = 5;
armor_normal = 10;
armor_fire = 0;
armor_ice = 0;
armor_shadow = 0;
armor_special = 0;
_root.vivos = _root.vivos + 1;
_root.l.empujar.push(this);
_root.l.enemy.push(this);
}
onClipEvent (enterFrame) {
for (var i in _root.l.enemy) {
if ((colision.hitTest(_root.l.enemy[i].colision) and (this._x != _root.l.enemy[i]._x)) and (this._y < _root.l.enemy[i]._y)) {
_root.l.enemy[i]._y = _root.l.enemy[i]._y + 0.5;
} else if (colision.hitTest(_root.l.enemy[i].colision) and (this._x != _root.l.enemy[i]._x)) {
_root.l.enemy[i]._y = _root.l.enemy[i]._y - 0.5;
}
}
if (golpeado_anima == 1) {
golpeado_anima = 0;
this.gotoAndPlay("golpeado");
}
}
onClipEvent (enterFrame) {
this.swapDepths((this._x / 90) + (this._y + 20));
if ((tiempo == 0) and (actividad == 0)) {
tiempo = random(70);
actitud = random(2);
if (actitud == 0) {
gotoAndPlay ("stand");
stun = 1;
}
if (actitud == 1) {
gotoAndPlay ("dash");
actividad = 0;
stun = 0;
tiempo = random(200) + 70;
actitud = 0;
stun = 1;
}
} else if ((stun != 1) and (actividad == 0)) {
tiempo = tiempo - 1;
}
if (stun != 1) {
if ((((_root.l.hero.golpeado != 1) and ((this._y - _root.l.detector._y) < 0)) and (((this._y - _root.l.detector._y) - 20) > 0)) or (((_root.l.hero.golpeado != 1) and (((this._y - _root.l.detector._y) + 20) > 0)) and (((this._y - _root.l.detector._y) - 20) < -30))) {
if (((this._x - _root.l.detector._x) < 70) and ((this._x - _root.l.detector._x) > 0)) {
gotoAndPlay ("ataque");
this._xscale = -100;
stun = 1;
}
if (((this._x - _root.l.detector._x) > -70) and ((this._x - _root.l.detector._x) < 0)) {
gotoAndPlay ("ataque");
this._xscale = 100;
stun = 1;
}
}
if (stun != 1) {
if (_root.l.detector._x < this._x) {
this._x = _x - speed;
if (camina == 0) {
this.gotoAndPlay("camina");
}
this._xscale = -100;
} else if ((_root.l.detector._x > this._x) and ((_root.l.detector._x - _x) > 40)) {
this._x = _x + speed;
if (camina == 0) {
this.gotoAndPlay("camina");
}
this._xscale = 100;
}
if (((_root.l.detector._y - 20) < this._y) and (((_y - _root.l.detector._y) + 20) > 10)) {
this._y = _y - (speed / 2);
if (camina == 0) {
this.gotoAndPlay("camina");
}
} else {
if ((_root.l.detector._y - 20) > this._y) {
this._y = _y + (speed / 2);
}
if (camina == 0) {
this.gotoAndPlay("camina");
}
}
}
}
if (hp < 0) {
myColor = new Color(this);
myColor.setRGB(16763904);
gotoAndStop ("bash");
tiempo_muere = tiempo_muere - 1;
this._alpha = this._alpha - 5;
if (tiempo_muere < 0) {
_root.l.muertos = _root.l.muertos + 1;
removeMovieClip(this);
}
}
}
Instance of Symbol 1106 MovieClip in Frame 8
onClipEvent (load) {
aguante = 20;
empujacion = 15;
resiste = 0;
contiene = "alientamed";
hp = 300000000000000;
maxhp = hp;
speed = 5;
armor_normal = 10;
armor_fire = 0;
armor_ice = 0;
armor_shadow = 0;
armor_special = 0;
_root.l.enemy.push(this);
}
onClipEvent (enterFrame) {
if (agarrado == true) {
this._x = _root.l.hero._x + (60 * (_root.l.hero._xscale / 100));
this._y = _root.l.hero._y + 3;
gotoAndStop ("agarrado");
this._xscale = _root.l.hero._xscale * -1;
}
if (resiste > 0) {
resiste = resiste - 0.2;
}
if (golpeado_anima == 1) {
golpeado_anima = 0;
this.gotoAndPlay("golpeado");
}
this.swapDepths((this._x / 90) + (this._y + 20));
if (hp < 0) {
myColor = new Color(this);
myColor.setRGB(16763904);
golpeado = 1;
tiempo_muere = tiempo_muere - 1;
if (tiempo_muere < 0) {
_root.l.muertos = _root.l.muertos + 1;
removeMovieClip(this);
}
}
}
Instance of Symbol 1131 MovieClip in Frame 8
onClipEvent (load) {
actitudes = 40;
grabeable = "no";
nombre = "jailor";
aguante = 30;
empujacion = 75;
resiste = 0;
torso.armor.gotoAndStop(13);
torso.cinto.gotoAndStop(3);
gamba1.gotoAndStop(1);
gamba2.gotoAndStop(1);
q1.gotoAndStop(3);
q2.gotoAndStop(3);
antebrazo = 7;
antebrazo1.gotoAndStop(antebrazo);
antebrazo2.gotoAndStop(antebrazo);
head.pelo.gotoAndStop(1);
head.detalle.gotoAndStop(13);
dmg = 30;
tiempo_muere = 20;
tiempo = random(70);
actividad = 0;
hp = 600;
maxhp = hp;
speed = 10;
armor_normal = 90;
armor_fire = 0;
armor_ice = 0;
armor_shadow = 0;
armor_special = 0;
_root.vivos = _root.vivos + 1;
_root.l.empujar.push(this);
_root.l.enemy.push(this);
}
onClipEvent (enterFrame) {
if ((hp < 260) and (mierda != 1)) {
mierda = 1;
actitudes = 20;
speed = 18;
dmg = 70;
var myMatrix = [2, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 1, 0];
var colorMatrix = (new flash.filters.ColorMatrixFilter(myMatrix));
this.filters = [colorMatrix];
}
if (agarrado == true) {
this._x = _root.l.hero._x + (60 * (_root.l.hero._xscale / 100));
this._y = _root.l.hero._y + 3;
gotoAndStop ("agarrado");
this._xscale = _root.l.hero._xscale * -1;
}
if (resiste > 0) {
resiste = resiste - 0.2;
}
for (var i in _root.l.enemy) {
if ((colision.hitTest(_root.l.enemy[i].colision) and (this._x != _root.l.enemy[i]._x)) and (this._y < _root.l.enemy[i]._y)) {
_root.l.enemy[i]._y = _root.l.enemy[i]._y + 0.5;
} else if (colision.hitTest(_root.l.enemy[i].colision) and (this._x != _root.l.enemy[i]._x)) {
_root.l.enemy[i]._y = _root.l.enemy[i]._y - 0.5;
}
}
if (golpeado_anima == 1) {
golpeado_anima = 0;
this.gotoAndPlay("golpeado");
}
}
onClipEvent (enterFrame) {
this.swapDepths((this._x / 90) + (this._y + 20));
if ((tiempo == 0) and (actividad == 0)) {
tiempo = random(actitudes);
actitud = random(2);
if (actitud == 0) {
gotoAndPlay ("stand");
stun = 1;
}
if (actitud == 1) {
gotoAndPlay ("dash");
actividad = 0;
stun = 0;
tiempo = random(actitudes) + 30;
actitud = 0;
stun = 1;
}
} else if ((stun != 1) and (actividad == 0)) {
tiempo = tiempo - 1;
}
if (stun != 1) {
if ((((_root.l.hero.golpeado != 1) and ((this._y - _root.l.detector._y) < 0)) and (((this._y - _root.l.detector._y) - 20) > 0)) or (((_root.l.hero.golpeado != 1) and (((this._y - _root.l.detector._y) + 20) > 0)) and (((this._y - _root.l.detector._y) - 20) < -30))) {
if (((this._x - _root.l.detector._x) < 400) and ((this._x - _root.l.detector._x) > 0)) {
gotoAndPlay ("ataque");
this._xscale = -100;
stun = 1;
}
if (((this._x - _root.l.detector._x) > -400) and ((this._x - _root.l.detector._x) < 0)) {
gotoAndPlay ("ataque");
this._xscale = 100;
stun = 1;
}
}
if (stun != 1) {
if (_root.l.detector._x < this._x) {
this._x = _x - speed;
if (camina == 0) {
this.gotoAndPlay("camina");
}
this._xscale = -100;
} else if ((_root.l.detector._x > this._x) and ((_root.l.detector._x - _x) > 40)) {
this._x = _x + speed;
if (camina == 0) {
this.gotoAndPlay("camina");
}
this._xscale = 100;
}
if (((_root.l.detector._y - 20) < this._y) and (((_y - _root.l.detector._y) + 20) > 10)) {
this._y = _y - (speed / 2);
if (camina == 0) {
this.gotoAndPlay("camina");
}
} else {
if ((_root.l.detector._y - 20) > this._y) {
this._y = _y + (speed / 2);
}
if (camina == 0) {
this.gotoAndPlay("camina");
}
}
}
}
if (hp < 0) {
myColor = new Color(this);
myColor.setRGB(16763904);
gotoAndStop ("bash");
golpeado = 1;
tiempo_muere = tiempo_muere - 1;
this._alpha = this._alpha - 5;
if (tiempo_muere < 0) {
_root.sthero.score = _root.sthero.score + 100;
_root.l.muertos = _root.l.muertos + 1;
removeMovieClip(this);
}
}
}
Instance of Symbol 1132 MovieClip in Frame 8
onClipEvent (load) {
objeto = "si";
aguante = 20;
empujacion = 15;
resiste = 0;
contiene = "carne";
hp = 300000000000000;
maxhp = hp;
speed = 5;
armor_normal = 10;
armor_fire = 0;
armor_ice = 0;
armor_shadow = 0;
armor_special = 0;
_root.l.objetos.push(this);
}
onClipEvent (enterFrame) {
if (agarrado == true) {
this._x = _root.l.hero._x + (60 * (_root.l.hero._xscale / 100));
this._y = _root.l.hero._y + 3;
gotoAndStop ("agarrado");
this._xscale = _root.l.hero._xscale * -1;
}
if (resiste > 0) {
resiste = resiste - 0.2;
}
if (golpeado_anima == 1) {
golpeado_anima = 0;
this.gotoAndPlay("golpeado");
}
this.swapDepths((this._x / 90) + (this._y + 20));
if (hp < 0) {
myColor = new Color(this);
myColor.setRGB(16763904);
golpeado = 1;
tiempo_muere = tiempo_muere - 1;
if (tiempo_muere < 0) {
_root.l.muertos = _root.l.muertos + 1;
removeMovieClip(this);
}
}
}
Instance of Symbol 1139 MovieClip "genoma" in Frame 8
onClipEvent (load) {
objeto = "si";
aguante = 20;
empujacion = 15;
resiste = 0;
contiene = "carne";
hp = 10;
maxhp = hp;
speed = 5;
armor_normal = 10;
armor_fire = 0;
armor_ice = 0;
armor_shadow = 0;
armor_special = 0;
_root.l.objetos.push(this);
}
onClipEvent (enterFrame) {
if (agarrado == true) {
this._x = _root.l.hero._x + (60 * (_root.l.hero._xscale / 100));
this._y = _root.l.hero._y + 3;
gotoAndStop ("agarrado");
this._xscale = _root.l.hero._xscale * -1;
}
if (resiste > 0) {
resiste = resiste - 0.2;
}
if (golpeado_anima == 1) {
golpeado_anima = 0;
this.gotoAndPlay("golpeado");
}
this.swapDepths((this._x / 90) + (this._y + 20));
if (hp < 0) {
if (_root.l.hero.graveado == _name) {
_root.l.hero.graveado = undefined;
_root.l.hero.gotoAndPlay("stand");
}
gotoAndStop ("golpeado");
golpeado = 1;
tiempo_muere = tiempo_muere - 1;
if (tiempo_muere < 0) {
removeMovieClip(this);
}
}
}
Instance of Symbol 1149 MovieClip in Frame 8
onClipEvent (load) {
aguante = 20;
empujacion = 15;
resiste = 0;
torso.armor.gotoAndStop(13);
torso.cinto.gotoAndStop(3);
gamba1.gotoAndStop(1);
gamba2.gotoAndStop(1);
q1.gotoAndStop(3);
q2.gotoAndStop(3);
antebrazo = 7;
antebrazo1.gotoAndStop(antebrazo);
antebrazo2.gotoAndStop(antebrazo);
head.pelo.gotoAndStop(1);
head.detalle.gotoAndStop(13);
dmg = 10;
tiempo_muere = 20;
tiempo = random(70);
actividad = 0;
hp = 300;
maxhp = hp;
speed = 5;
armor_normal = 10;
armor_fire = 0;
armor_ice = 0;
armor_shadow = 0;
armor_special = 0;
_root.vivos = _root.vivos + 1;
_root.l.empujar.push(this);
_root.l.enemy.push(this);
}
onClipEvent (enterFrame) {
if (agarrado == true) {
this._x = _root.l.hero._x + (60 * (_root.l.hero._xscale / 100));
this._y = _root.l.hero._y + 3;
gotoAndStop ("agarrado");
this._xscale = _root.l.hero._xscale * -1;
}
if (resiste > 0) {
resiste = resiste - 0.2;
}
for (var i in _root.l.enemy) {
if ((colision.hitTest(_root.l.enemy[i].colision) and (this._x != _root.l.enemy[i]._x)) and (this._y < _root.l.enemy[i]._y)) {
_root.l.enemy[i]._y = _root.l.enemy[i]._y + 0.5;
} else if (colision.hitTest(_root.l.enemy[i].colision) and (this._x != _root.l.enemy[i]._x)) {
_root.l.enemy[i]._y = _root.l.enemy[i]._y - 0.5;
}
}
if (golpeado_anima == 1) {
golpeado_anima = 0;
this.gotoAndPlay("golpeado");
}
}
onClipEvent (enterFrame) {
this.swapDepths((this._x / 90) + (this._y + 20));
if ((tiempo == 0) and (actividad == 0)) {
tiempo = random(40);
actitud = random(2);
if (actitud == 0) {
gotoAndPlay ("stand");
stun = 1;
}
if (actitud == 1) {
gotoAndPlay ("dashb");
actividad = 0;
stun = 0;
tiempo = random(40) + 30;
actitud = 0;
stun = 1;
}
} else if ((stun != 1) and (actividad == 0)) {
tiempo = tiempo - 1;
}
if (stun != 1) {
if ((((_root.l.hero.golpeado != 1) and ((this._y - _root.l.detector._y) < 0)) and (((this._y - _root.l.detector._y) - 20) > 0)) or (((_root.l.hero.golpeado != 1) and (((this._y - _root.l.detector._y) + 20) > 0)) and (((this._y - _root.l.detector._y) - 20) < -30))) {
if (((this._x - _root.l.detector._x) < 70) and ((this._x - _root.l.detector._x) > 0)) {
gotoAndPlay ("ataque");
this._xscale = -100;
stun = 1;
}
if (((this._x - _root.l.detector._x) > -70) and ((this._x - _root.l.detector._x) < 0)) {
gotoAndPlay ("ataque");
this._xscale = 100;
stun = 1;
}
}
if (stun != 1) {
if (_root.l.detector._x < this._x) {
this._x = _x - speed;
if (camina == 0) {
this.gotoAndPlay("camina");
}
this._xscale = -100;
} else if ((_root.l.detector._x > this._x) and ((_root.l.detector._x - _x) > 40)) {
this._x = _x + speed;
if (camina == 0) {
this.gotoAndPlay("camina");
}
this._xscale = 100;
}
if (((_root.l.detector._y - 20) < this._y) and (((_y - _root.l.detector._y) + 20) > 10)) {
this._y = _y - (speed / 2);
if (camina == 0) {
this.gotoAndPlay("camina");
}
} else {
if ((_root.l.detector._y - 20) > this._y) {
this._y = _y + (speed / 2);
}
if (camina == 0) {
this.gotoAndPlay("camina");
}
}
}
}
if (hp < 0) {
myColor = new Color(this);
myColor.setRGB(16763904);
gotoAndStop ("bash");
golpeado = 1;
tiempo_muere = tiempo_muere - 1;
this._alpha = this._alpha - 5;
if (tiempo_muere < 0) {
_root.sthero.score = _root.sthero.score + 100;
_root.l.muertos = _root.l.muertos + 1;
removeMovieClip(this);
}
}
}
Frame 9
_root.musikita.gotoAndStop("m2");
if (cacaunavez == undefined) {
cacaunavez = "vos";
_root.botonarriva = 38;
_root.botonabajo = 40;
_root.botonderecha = 39;
_root.botonizquierda = 37;
_root.botona = 65;
_root.botons = 83;
_root.textobotona = "a";
_root.textobotons = "s";
_root.textoizquierda = "LA";
_root.textoderecha = "RA";
_root.textoarriva = "UA";
_root.textoabajo = "DA";
}
_root.l.objetos = [];
_root.vivos = 0;
_root.aumento = 3;
velocity = 12;
stop();
saveFile = "";
var savefile = SharedObject.getLocal(saveFile);
Instance of Symbol 1272 MovieClip in Frame 9
onClipEvent (enterFrame) {
tiempo = _root.saveFile;
}
Instance of Symbol 1328 MovieClip in Frame 17
onClipEvent (load) {
var savefile = SharedObject.getLocal("save1");
if (savefile.data.gold == undefined) {
stop();
} else {
gotoAndStop (2);
}
}
Instance of Symbol 1328 MovieClip in Frame 17
onClipEvent (load) {
var savefile = SharedObject.getLocal("save2");
if (savefile.data.gold == undefined) {
stop();
} else {
gotoAndStop (2);
}
}
Instance of Symbol 1328 MovieClip in Frame 17
onClipEvent (load) {
var savefile = SharedObject.getLocal("save3");
if (savefile.data.gold == undefined) {
stop();
} else {
gotoAndStop (2);
}
}
Instance of Symbol 1272 MovieClip in Frame 23
onClipEvent (enterFrame) {
tiempo = _root.sthero.lvl;
}
Instance of Symbol 1357 MovieClip "mySlider" in Frame 29
onClipEvent (load) {
ratio = _root.volumenoso;
}
onClipEvent (enterFrame) {
_root.musikita.mySound.setVolume(ratio);
_root.volumenoso = ratio;
}
Frame 35
_root.flash3.play();
Instance of Symbol 1392 MovieClip in Frame 39
onClipEvent (enterFrame) {
_root.l.hero.swapDepths((_root.l.hero._x / 90) + (_root.l.hero._y + 20));
if ((_root.sthero.hp < 0) and (_root.sthero.animamuerte != 1)) {
_root.l.hero.golpeado = 1;
_root.l.hero.stun = 1;
_root.l.hero.gotoAndPlay("muere");
}
}
onClipEvent (enterFrame) {
if (_root.sthero.resiste > 0) {
_root.sthero.resiste = _root.sthero.resiste - 0.2;
}
if (_root.l.hero.grab == 1) {
_root.velocity = _root.sthero.velocity / 2;
if (Key.isDown(_root.botonderecha)) {
_root.l.hero._x = _root.l.hero._x + _root.velocity;
_root.l.hero.piernas.play();
if (_root.l.hero._xscale == -100) {
_root.l.hero._xscale = 100;
_root.l[_root.l.hero.graveado]._x = _root.l.hero._x + (60 * (_root.l.hero._xscale / 100));
_root.l[_root.l.hero.graveado]._xscale = -100;
}
}
if (Key.isDown(_root.botonizquierda)) {
_root.l.hero._x = _root.l.hero._x - _root.velocity;
_root.l.hero.piernas.play();
if (_root.l.hero._xscale == 100) {
_root.l.hero._xscale = -100;
_root.l[_root.l.hero.graveado]._xscale = 100;
_root.l[_root.l.hero.graveado]._x = _root.l.hero._x + (60 * (_root.l.hero._xscale / 100));
}
}
if (Key.isDown(_root.botonarriva)) {
_root.l.hero._y = _root.l.hero._y - (_root.velocity / 2);
_root.l.hero.piernas.play();
}
if (Key.isDown(_root.botonabajo)) {
_root.l.hero._y = _root.l.hero._y + (_root.velocity / 2);
_root.l.hero.piernas.play();
}
} else if (_root.l.hero.stun != 1) {
if (Key.isDown(_root.botonderecha) and (_root.l.hero.sas == 1)) {
_root.l.hero._x = _root.l.hero._x + _root.velocity;
} else if (Key.isDown(_root.botonderecha)) {
_root.l.hero._xscale = 100;
_root.l.hero.gotoAndPlay("camina");
_root.l.hero.sas = 1;
} else if (_root.l.hero.sas == 1) {
_root.l.hero.gotoAndPlay("stand");
}
if (Key.isDown(_root.botonizquierda) and (_root.l.hero.sis == 1)) {
_root.l.hero._x = _root.l.hero._x - _root.velocity;
} else if (Key.isDown(_root.botonizquierda)) {
(_root.l.hero._xscale = -100);
_root.l.hero.gotoAndPlay("camina");
_root.l.hero.sis = 1;
} else if (_root.l.hero.sis == 1) {
_root.l.hero.gotoAndPlay("stand");
}
if (Key.isDown(_root.botonarriva) and (_root.l.hero.ses == 1)) {
_root.l.hero._y = _root.l.hero._y - (_root.velocity / 3);
} else if (Key.isDown(_root.botonarriva)) {
_root.l.hero.gotoAndPlay("camina");
_root.l.hero.ses = 1;
} else if (_root.l.hero.ses == 1) {
_root.l.hero.gotoAndPlay("stand");
}
if (Key.isDown(_root.botonabajo) and (_root.l.hero.sos == 1)) {
_root.l.hero._y = _root.l.hero._y + (_root.velocity / 3);
} else if (Key.isDown(_root.botonabajo)) {
_root.l.hero.gotoAndPlay("camina");
_root.l.hero.sos = 1;
} else if (_root.l.hero.sos == 1) {
_root.l.hero.gotoAndPlay("stand");
}
}
}
Instance of Symbol 1328 MovieClip in Frame 49
onClipEvent (load) {
var savefile = SharedObject.getLocal("save3");
if (savefile.data.gold == undefined) {
stop();
} else {
gotoAndStop (2);
}
}
Instance of Symbol 1913 MovieClip "m" in Frame 57
onClipEvent (load) {
gotoAndStop(_root.sthero.nombre);
}
Frame 58
stop();
_root.musikita.gotoAndStop("m2");
_root.vivos = 0;
_root.aumento = 3;
_root.tiempopelea = 168;
muertos = 0;
empujar = [];
enemy = [];
magia = [];
choca = [];
Instance of Symbol 391 MovieClip "der" in Frame 58
onClipEvent (enterFrame) {
if (this.hitTest(_root.l.targetgolpe) and (this.hitTest(_root.l.eso2) == false)) {
_root.l._x = _root.l._x - _root.velocity;
_root.fondoso._x = _root.fondoso._x - (_root.velocity * 0.5);
_root.adelante._x = _root.adelante._x - (_root.velocity * 1.3);
_root.l.detector._x = _root.l.detector._x - _root.l.velocity;
}
}
Instance of Symbol 391 MovieClip "izk" in Frame 58
onClipEvent (enterFrame) {
if (this.hitTest(_root.l.targetgolpe) and (this.hitTest(_root.l.eso) == false)) {
_root.l._x = _root.l._x + _root.velocity;
_root.fondoso._x = _root.fondoso._x + (_root.velocity * 0.5);
_root.adelante._x = _root.adelante._x + (_root.velocity * 1.3);
_root.l.detector._x = _root.l.detector._x + _root.l.velocity;
}
}
Instance of Symbol 391 MovieClip "borde_I" in Frame 58
onClipEvent (enterFrame) {
if (this.hitTest(_root.l.targetgolpe)) {
_root.l.hero._x = _root.l.hero._x + _root.velocity;
}
}
Instance of Symbol 391 MovieClip "borde_d" in Frame 58
onClipEvent (enterFrame) {
if (this.hitTest(_root.l.targetgolpe)) {
_root.l.hero._x = _root.l.hero._x - _root.velocity;
}
}
Instance of Symbol 1923 MovieClip in Frame 61
onClipEvent (enterFrame) {
if ((_root.l.muertos == _root.vivos) and (_root.vivos != 0)) {
_root.sthero.expe = _root.sthero.expe + _root.exp;
if ((_root.sthero.maxexp < _root.sthero.expe) or (_root.sthero.maxexp == _root.sthero.expe)) {
_root.stage_clear = _root.attachMovie("levelup", "normal_attack" + getTimer(), _root.getNextHighestDepth());
_root.stage_clear._x = 350;
_root.stage_clear._y = 200;
_root.vivos = 0;
} else {
_root.stage_clear = _root.attachMovie("stage_clear", "normal_attack" + getTimer(), _root.getNextHighestDepth());
_root.stage_clear._x = 350;
_root.stage_clear._y = 200;
_root.vivos = 0;
}
}
}
Frame 64
stop();
_root.musikita.gotoAndStop("pain");
_root.continua = "v1";
_root.lugardemapa = 1;
_root.memoria_x = 858.9;
_root.memoria_y = -120;
Frame 65
_root.sthero.hp = _root.sthero.maxhp;
_root.exp = 0;
_root.continua = "v1";
_root.musikita.gotoAndStop("m1");
derecha = "v2";
derecha_cord = -86.7;
Frame 66
_root.gold = random(7) + 3;
_root.exp = 0;
_root.gold = random(4);
izquierda = "v1";
_root.derecha = "v3";
_root.derecha_cord = -86.7;
_root.izquierda_cord = 179;
stop();
Frame 67
_root.gold = random(5) + 1;
izquierda = "v2";
_root.derecha = "v4";
_root.derecha_cord = -86.7;
_root.izquierda_cord = 30;
stop();
Frame 68
izquierda = "v3";
_root.derecha = "v5";
_root.derecha_cord = -86.7;
_root.izquierda_cord = 330;
stop();
Frame 69
_root.derecha_cord = -86.7;
_root.sthero.quest = 2;
izquierda = "v6";
_root.izquierda_cord = 550;
_root.derecha = "v6";
Frame 70
izquierda = "v3";
_root.derecha = "v7";
_root.derecha_cord = -86.7;
_root.izquierda_cord = 330;
stop();
Instance of Symbol 2003 MovieClip "l" in Frame 70
onClipEvent (enterFrame) {
_root.limpio = 1;
}
Frame 71
_root.musikita.gotoAndStop("m2");
izquierda = "v3";
_root.derecha = "c1";
_root.derecha_cord = -86.7;
_root.izquierda_cord = 330;
stop();
Frame 77
_root.musikita.gotoAndStop("m1");
_root.exp = 0;
_root.continua = "c1";
derecha = "c2";
derecha_cord = -86.7;
Frame 78
_root.exp = 0;
derecha = "c3";
derecha_cord = -86.7;
Frame 79
_root.exp = 0;
derecha = "c4";
derecha_cord = -86.7;
Frame 80
_root.exp = 0;
derecha = "c5";
derecha_cord = -86.7;
Frame 81
_root.exp = 0;
derecha = "c6";
derecha_cord = -86.7;
Frame 82
_root.exp = 0;
derecha = "c7";
derecha_cord = -86.7;
Frame 83
_root.exp = 0;
derecha = "c8";
derecha_cord = -86.7;
Frame 84
_root.exp = 0;
derecha = "c9";
derecha_cord = -86.7;
Instance of Symbol 2093 MovieClip "l" in Frame 84
onClipEvent (enterFrame) {
_root.limpio = 1;
}
Frame 85
_root.musikita.gotoAndStop("m2");
_root.exp = 0;
derecha = "c9";
derecha_cord = -86.7;
Frame 92
_root.musikita.gotoAndStop("m3");
_root.exp = 0;
_root.continua = "i1";
derecha = "i2";
derecha_cord = -86.7;
Frame 93
_root.exp = 0;
derecha = "i3";
derecha_cord = -86.7;
Frame 94
_root.exp = 0;
derecha = "i4";
derecha_cord = -86.7;
Frame 95
_root.exp = 0;
derecha = "i5";
derecha_cord = -86.7;
Frame 96
_root.exp = 0;
derecha = "i6";
derecha_cord = -86.7;
Frame 97
_root.exp = 0;
derecha = "i7";
derecha_cord = -86.7;
Frame 98
_root.exp = 0;
derecha = "i8";
derecha_cord = -86.7;
Instance of Symbol 2132 MovieClip "l" in Frame 98
onClipEvent (enterFrame) {
_root.limpio = 1;
}
Frame 99
_root.musikita.gotoAndStop("m2");
_root.exp = 0;
derecha = "i8";
derecha_cord = -86.7;
Frame 106
_root.exp = 0;
_root.continua = "h1";
derecha = "h2";
derecha_cord = -86.7;
Frame 107
_root.exp = 0;
derecha = "h3";
derecha_cord = -86.7;
Frame 108
_root.exp = 0;
derecha = "h4";
derecha_cord = -86.7;
Frame 109
derecha = "h5";
Frame 110
derecha = "h6";
Frame 111
derecha = "h7";
Instance of Symbol 2172 MovieClip "l" in Frame 111
onClipEvent (enterFrame) {
_root.limpio = 1;
}
Frame 112
_root.musikita.gotoAndStop("m2");
mySound = new Sound(this);
tune = "b5meet.mp3";
mySound.setVolume(80);
mySound.attachSound(tune);
mySound.start(0, 1);
Frame 124
_root.musikita.gotoAndStop("m1");
_root.sthero.hp = _root.sthero.maxhp;
Frame 125
_root.musikita.gotoAndStop("m3");
_root.sthero.hp = _root.sthero.maxhp;
Frame 126
_root.musikita.gotoAndStop("m3");
_root.sthero.hp = _root.sthero.maxhp;
Frame 127
_root.musikita.gotoAndStop("m1");
_root.sthero.hp = _root.sthero.maxhp;
Frame 148
_root.velocity = 10;
_root.musikita.gotoAndStop("m3");
izquierda = "v3";
_root.continua = "g1";
_root.derecha = "c1";
_root.derecha_cord = -86.7;
_root.izquierda_cord = 330;
stop();
Instance of Symbol 1913 MovieClip "m" in Frame 148
onClipEvent (load) {
gotoAndStop(_root.sthero.nombre);
}
Instance of Symbol 2339 MovieClip "timerico" in Frame 148
onClipEvent (load) {
timer = 0;
minutos = 1;
segundos = 10;
ya = "no";
}
onClipEvent (enterFrame) {
if (ya == "si") {
}
if (ya != "si") {
timer = timer + 1;
if ((segundos == 0) and (timer == 24)) {
minutos = minutos - 1;
segundos = 59;
timer = 0;
}
if (timer == 24) {
segundos = segundos - 1;
timer = 0;
}
if ((minutos == 0) and (segundos == 0)) {
ya = "si";
}
}
}
Instance of Symbol 1392 MovieClip in Frame 148
onClipEvent (enterFrame) {
_root.l.hero.swapDepths((_root.l.hero._x / 90) + (_root.l.hero._y + 20));
if ((_root.sthero.hp < 0) and (_root.sthero.animamuerte != 1)) {
_root.l.hero.golpeado = 1;
_root.l.hero.stun = 1;
_root.l.hero.gotoAndPlay("muere");
}
}
onClipEvent (enterFrame) {
if (_root.sthero.resiste > 0) {
_root.sthero.resiste = _root.sthero.resiste - 0.2;
}
if (_root.l.hero.grab == 1) {
_root.velocity = _root.sthero.velocity / 2;
if (Key.isDown(_root.botonderecha)) {
_root.l.hero._x = _root.l.hero._x + _root.velocity;
_root.l.hero.piernas.play();
if (_root.l.hero._xscale == -100) {
_root.l.hero._xscale = 100;
_root.l[_root.l.hero.graveado]._x = _root.l.hero._x + (60 * (_root.l.hero._xscale / 100));
_root.l[_root.l.hero.graveado]._xscale = -100;
}
}
if (Key.isDown(_root.botonizquierda)) {
_root.l.hero._x = _root.l.hero._x - _root.velocity;
_root.l.hero.piernas.play();
if (_root.l.hero._xscale == 100) {
_root.l.hero._xscale = -100;
_root.l[_root.l.hero.graveado]._xscale = 100;
_root.l[_root.l.hero.graveado]._x = _root.l.hero._x + (60 * (_root.l.hero._xscale / 100));
}
}
if (Key.isDown(_root.botonarriva)) {
_root.l.hero._y = _root.l.hero._y - (_root.velocity / 2);
_root.l.hero.piernas.play();
}
if (Key.isDown(_root.botonabajo)) {
_root.l.hero._y = _root.l.hero._y + (_root.velocity / 2);
_root.l.hero.piernas.play();
}
} else if (_root.l.hero.stun != 1) {
if (Key.isDown(_root.botonderecha) and (_root.l.hero.sas == 1)) {
_root.l.hero._x = _root.l.hero._x + _root.velocity;
} else if (Key.isDown(_root.botonderecha)) {
_root.l.hero._xscale = 100;
_root.l.hero.gotoAndPlay("camina");
_root.l.hero.sas = 1;
} else if (_root.l.hero.sas == 1) {
_root.l.hero.gotoAndPlay("stand");
}
if (Key.isDown(_root.botonizquierda) and (_root.l.hero.sis == 1)) {
_root.l.hero._x = _root.l.hero._x - _root.velocity;
} else if (Key.isDown(_root.botonizquierda)) {
(_root.l.hero._xscale = 100);
_root.l.hero.gotoAndPlay("camina");
_root.l.hero.sis = 1;
} else if (_root.l.hero.sis == 1) {
_root.l.hero.gotoAndPlay("stand");
}
if (Key.isDown(_root.botonarriva) and (_root.l.hero.ses == 1)) {
_root.l.hero._y = _root.l.hero._y - (_root.velocity / 3);
} else if (Key.isDown(_root.botonarriva)) {
_root.l.hero.gotoAndPlay("camina");
_root.l.hero.ses = 1;
} else if (_root.l.hero.ses == 1) {
_root.l.hero.gotoAndPlay("stand");
}
if (Key.isDown(_root.botonabajo) and (_root.l.hero.sos == 1)) {
_root.l.hero._y = _root.l.hero._y + (_root.velocity / 3);
} else if (Key.isDown(_root.botonabajo)) {
_root.l.hero.gotoAndPlay("camina");
_root.l.hero.sos = 1;
} else if (_root.l.hero.sos == 1) {
_root.l.hero.gotoAndPlay("stand");
}
}
}
Frame 153
_root.vivos = 0;
Instance of Symbol 1390 MovieClip "sthero" in Frame 159
onClipEvent (enterFrame) {
_root.velocity = 10;
_root.l.hero.swapDepths((_root.l.hero._x / 90) + (_root.l.hero._y + 20));
if ((hp < 0) and (animamuerte != 1)) {
_root.l.hero.golpeado = 1;
_root.l.hero.stun = 1;
_root.l.hero.gotoAndPlay("muere");
}
}
onClipEvent (enterFrame) {
if (_root.sthero.resiste > 0) {
_root.sthero.resiste = _root.sthero.resiste - 0.2;
}
if (Key.isDown(39)) {
_root.l.hero._x = _root.l.hero._x + 5;
}
if (Key.isDown(37)) {
_root.l.hero._x = _root.l.hero._x - 5;
}
if (Key.isDown(38)) {
_root.l.hero._y = _root.l.hero._y - 10;
}
if (Key.isDown(40)) {
_root.l.hero._y = _root.l.hero._y + 10;
}
}
Symbol 57 MovieClip Frame 23
stop();
Symbol 80 MovieClip Frame 1
stop();
Symbol 80 MovieClip Frame 2
removeMovieClip(_root.stage_clear);
_root.vivos = 0;
Symbol 80 MovieClip Frame 8
_root.gotoAndStop("limpia");
Symbol 80 MovieClip Frame 9
_root.sthero.maxcombo = 0;
_root.tiempopelea = random(200) + 100;
switch (_root.destino) {
case "izquierda" :
_root.gotoAndStop(_root.izquierda);
_root.l.hero = _root.l.attachMovie(_root.sthero.clase, "hero" + getTimer(), _root.l.getNextHighestDepth());
cord = _root.izquierda_cord;
_root.l._x = cord;
_root.adelante._x = cord;
_root.l.hero._x = _root.l.eso2._x;
_root.l.hero._y = _root.l.eso2._y;
_root.l.hero._xscale = -100;
break;
case "derecha" :
_root.gotoAndStop(_root.derecha);
_root.l.hero = _root.l.attachMovie(_root.sthero.clase, "hero" + getTimer(), _root.l.getNextHighestDepth());
cord = _root.derecha_cord;
_root.l._x = cord;
_root.adelante._x = cord;
_root.l.hero._x = _root.l.eso._x;
_root.l.hero._y = _root.l.eso2._y;
break;
case "abajo" :
_root.hero._x = 650;
_root.gotoAndStop(_root.abajo);
_root.l.hero = _root.l.attachMovie(_root.sthero.clase, "hero" + getTimer(), _root.l.getNextHighestDepth());
cord = _root.abajo_cord;
_root.l._x = cord;
_root.adelante._x = cord;
_root.l.hero._x = _root.l.eso3._x;
_root.l.hero._y = _root.l.eso3._y;
break;
case "arriva" :
_root.hero._x = 650;
_root.gotoAndStop(_root.arriva);
_root.l.hero = _root.l.attachMovie(_root.sthero.clase, "hero" + getTimer(), _root.l.getNextHighestDepth());
cord = _root.arriva_cord;
_root.l._x = cord;
_root.adelante._x = cord;
_root.l.hero._x = _root.l.eso4._x;
_root.l.hero._y = _root.l.eso4._y;
break;
case "g1" :
_root.gotoAndStop("g1");
_root.l.hero = _root.l.attachMovie("sky", "hero" + getTimer(), _root.l.getNextHighestDepth());
break;
case "hotel" :
_root.gotoAndStop("hotel");
_root.l.hero = _root.l.attachMovie(_root.sthero.clase, "hero" + getTimer(), _root.l.getNextHighestDepth());
_root.l.hero._x = _root.l.eso4._x;
_root.l.hero._y = _root.l.eso4._y - 100;
break;
case "room" :
_root.gotoAndStop("room");
_root.l.hero = _root.l.attachMovie(_root.sthero.clase, "hero" + getTimer(), _root.l.getNextHighestDepth());
_root.l.hero._x = _root.l.eso4._x;
_root.l.hero._y = _root.l.eso4._y - 100;
break;
case "briefin" :
_root.gotoAndStop("briefin");
_root.l.hero = _root.l.attachMovie(_root.sthero.clase, "hero" + getTimer(), _root.l.getNextHighestDepth());
_root.l.hero._x = _root.l.eso4._x;
_root.l.hero._y = _root.l.eso4._y - 100;
break;
case "arenaentrance" :
_root.gotoAndStop("arenaentrance");
_root.l.hero = _root.l.attachMovie(_root.sthero.clase, "hero" + getTimer(), _root.l.getNextHighestDepth());
_root.l.hero._x = _root.l.eso4._x;
_root.l.hero._y = _root.l.eso4._y;
break;
case "v2" :
_root.gotoAndStop("v2");
_root.l.hero = _root.l.attachMovie(_root.sthero.clase, "hero" + getTimer(), _root.l.getNextHighestDepth());
_root.l.hero._x = _root.l.eso4._x;
_root.l.hero._y = _root.l.eso4._y;
break;
case "pueblo1" :
_root.gotoAndStop("t1");
gotoAndStop (1);
break;
case "secret1" :
_root.gotoAndStop("secret1");
gotoAndStop (1);
break;
case "v0" :
_root.gotoAndStop("v0");
break;
case "random2" :
_root.gotoAndStop("random2");
break;
case "random3" :
_root.gotoAndStop("random3");
break;
case "gameover" :
_root.gotoAndStop("gameover");
break;
case "load" :
_root.gotoAndStop("load");
break;
case "move1" :
_root.gotoAndStop("move1");
break;
case "move2" :
_root.gotoAndStop("move2");
break;
case "move3" :
_root.gotoAndStop("move3");
break;
case "move4" :
_root.gotoAndStop("move4");
break;
case "move5" :
_root.gotoAndStop("move5");
break;
case "sponsor" :
_root.gotoAndStop("sponsor");
break;
case "mainmenu" :
_root.gotoAndStop("mainmenu");
break;
case "mapa" :
_root.gotoAndStop("mapa");
_root.w.mapa.gotoAndStop(_root.lugardemapa);
_root.choca = [];
break;
case "v1" :
_root.gotoAndStop("v1");
_root.l.hero = _root.l.attachMovie(_root.sthero.clase, "hero" + getTimer(), _root.l.getNextHighestDepth());
_root.l.hero._x = _root.l.inisiador._x;
_root.l.hero._y = _root.l.inisiador._y;
_root.l.inisiador._alpha = 0;
break;
case "c1" :
_root.gotoAndStop("c1");
_root.l.hero = _root.l.attachMovie(_root.sthero.clase, "hero" + getTimer(), _root.l.getNextHighestDepth());
_root.l.hero._x = _root.l.inisiador._x;
_root.l.hero._y = _root.l.inisiador._y;
_root.l.inisiador._alpha = 0;
break;
case "i1" :
_root.gotoAndStop("i1");
_root.l.hero = _root.l.attachMovie(_root.sthero.clase, "hero" + getTimer(), _root.l.getNextHighestDepth());
_root.l.hero._x = _root.l.inisiador._x;
_root.l.hero._y = _root.l.inisiador._y;
_root.l.inisiador._alpha = 0;
break;
case "h1" :
_root.gotoAndStop("h1");
_root.l.hero = _root.l.attachMovie(_root.sthero.clase, "hero" + getTimer(), _root.l.getNextHighestDepth());
_root.l.hero._x = _root.l.inisiador._x;
_root.l.hero._y = _root.l.inisiador._y;
_root.l.inisiador._alpha = 0;
break;
case "continua" :
_root.gotoAndStop(_root.continua);
_root.sthero.clase = "yamato";
velocity = 14;
_root.sthero.velocity = velocity;
_root.sthero.maxhp = 280;
_root.sthero.dmg_normal = 20;
_root.sthero.dmg_fire = 10;
_root.sthero.energyregen = 0.4;
_root.sthero.regen = 0;
_root.sthero.nombre = "Shengu";
_root.sthero.pelo = 3;
_root.sthero.detalle = 5;
_root.sthero.gamba1 = 1;
_root.sthero.gamba2 = 2;
_root.sthero.chaketa = 12;
_root.sthero.cinto = 3;
_root.sthero.cuchi1 = 1;
_root.sthero.cuchi2 = 1;
_root.l.hero = _root.l.attachMovie(_root.sthero.clase, "hero" + getTimer(), _root.l.getNextHighestDepth());
_root.l.hero._x = _root.l.inisiador._x;
_root.l.hero._y = _root.l.inisiador._y;
_root.l.inisiador._alpha = 0;
break;
default :
_root.gotoAndStop(_root.destino);
}
_root.velocity = _root.sthero.velocity;
_root.l.muertos = 0;
_root.l.hero.torso.armor.gotoAndStop(_root.sthero.chaketa);
_root.l.hero.torso.cinto.gotoAndStop(_root.sthero.cinto);
_root.l.hero.gamba1.gotoAndStop(_root.sthero.gamba1);
_root.l.hero.gamba2.gotoAndStop(_root.sthero.gamba2);
_root.l.hero.head.pelo.gotoAndStop(_root.sthero.pelo);
_root.l.hero.head.detalle.gotoAndStop(_root.sthero.detalle);
_root.l.hero.cuchi2.gotoAndStop(_root.sthero.cuchi2);
_root.l.hero.cuchi1.gotoAndStop(_root.sthero.cuchi1);
_root.w.mapa._y = _root.memoria_y;
_root.w.mapa._x = _root.memoria_x;
_root.yego = 0;
_root.stoped = 0;
var glow_color = 0;
var glow_alpha = 1;
var glow_blurX = 3;
var glow_blurY = 3;
var glow_strength = 10;
var glow_quality = 3;
var glow_inner = false;
var glow_knockout = false;
var filter_glow = (new flash.filters.GlowFilter(glow_color, glow_alpha, glow_blurX, glow_blurY, glow_strength, glow_quality, glow_inner, glow_knockout));
_root.l.hero.filters = [filter_glow];
Symbol 80 MovieClip Frame 10
_root.limpio = 0;
_root.sumons = 0;
Symbol 99 MovieClip Frame 157
stop();
_root.nextFrame();
Symbol 124 MovieClip Frame 241
_root.destino = "mainmenu";
_root.flash1.play();
stop();
Symbol 124 MovieClip Frame 270
stop();
Symbol 142 MovieClip Frame 1
stop();
Symbol 142 MovieClip Frame 2
_root.l._y = _root.l._y + 5;
Symbol 142 MovieClip Frame 3
_root.l._y = _root.l._y - 5;
Symbol 146 MovieClip Frame 10
stop();
Symbol 172 MovieClip Frame 11
stop();
Symbol 205 MovieClip [roboto] Frame 1
robocamina = 12;
_root.velocity = robocamina;
_root.sthero.animamuerte = 0;
grab = 0;
sas = 0;
ses = 0;
sis = 0;
sos = 0;
golpeado = 0;
stun = 0;
camina = 0;
dmg_normal = 30;
dmg_fire = 10;
dmg_ice = 25;
dmg_shadow = 25;
Symbol 205 MovieClip [roboto] Frame 2
golpeado = 0;
Symbol 205 MovieClip [roboto] Frame 28
gotoAndPlay ("stand");
Symbol 205 MovieClip [roboto] Frame 35
_root.velocity = robocamina;
_root.sthero.animamuerte = 0;
golpeado = 0;
stun = 0;
camina = 1;
Symbol 205 MovieClip [roboto] Frame 40
tembleke.play();
Symbol 205 MovieClip [roboto] Frame 44
tembleke.play();
Symbol 205 MovieClip [roboto] Frame 45
if (((Key.isDown(39) or Key.isDown(37)) or Key.isDown(38)) or Key.isDown(40)) {
gotoAndPlay ("camina");
} else {
gotoAndPlay ("stand");
}
Symbol 205 MovieClip [roboto] Frame 57
stun = 1;
stun = 1;
Symbol 205 MovieClip [roboto] Frame 62
_root.l.shockwave = _root.l.attachMovie("bombacanon", "dagaso" + getTimer(), _root.l.getNextHighestDepth());
_root.sthero.energy = _root.sthero.energy - 50;
_root.m.dagger.cooldown = 7 - (_root.sthero.tree_b3 * 2);
_root.l.empujar.push(_root.l.shockwave);
_root.l.shockwave.swapDepths((_root.l.shockwave._x / 90) + (_root.l.shockwave._y + 20));
if (_root.l.hero._xscale == -100) {
_root.l.shockwave.speed = -25;
_root.l.shockwave._xscale = -100;
} else if (_root.l.hero._xscale == 100) {
_root.l.shockwave.speed = 25;
}
Symbol 205 MovieClip [roboto] Frame 64
mamasa = 0;
Symbol 205 MovieClip [roboto] Frame 86
stun = 0;
gotoAndPlay ("stand");
Instance of Symbol 149 MovieClip in Symbol 205 MovieClip [roboto] Frame 87
onClipEvent (enterFrame) {
for (var i in _root.l.enemy) {
if ((_root.l.enemy[i].golpeado <= 0) and this.hitTest(_root.l.enemy[i].targetgolpe)) {
_root.l.enemy[i].hp = _root.l.enemy[i].hp - Math.round(((_root.sthero.dmg_normal * 1.4) * (100 - _root.l.enemy[i].armor_normal)) / 100);
_root.l.enemy[i].golpeado_anima = 1;
_root.l.enemy[i].resiste = _root.l.enemy[i].resiste + _parent.basheador;
if (_parent.mamasa != 1) {
_parent.mamasa = 1;
_root.sthero.combo = _root.sthero.combo + 1;
_root.sthero.tiempocombo = 30;
}
_root.l.shockwave = _root.l.attachMovie("kaboom", (("dagaso" + getTimer()) + random(100000)) + _root.cuentacuentos, _root.l.getNextHighestDepth());
_root.cuentacuentos = _root.cuentacuentos + 1;
_root.l.shockwave._x = _root.l.enemy[i]._x;
_root.l.shockwave._y = _root.l.enemy[i]._y;
if (_parent._xscale == 100) {
_root.l.shockwave._xscale = 100;
}
if (_parent._xscale == -100) {
_root.l.shockwave._xscale = -100;
}
}
}
}
Symbol 205 MovieClip [roboto] Frame 89
mamasa = 0;
Symbol 205 MovieClip [roboto] Frame 97
stun = 0;
gotoAndPlay ("stand");
Symbol 205 MovieClip [roboto] Frame 104
stun = 1;
golpeado = 1;
mySound = new Sound(this);
tune = "Zwork.mp3";
mySound.setVolume(80);
mySound.attachSound(tune);
mySound.start(0, 1);
if (this._xscale == 100) {
culonsosos = 30;
}
if (this._xscale == -100) {
culonsosos = -30;
}
this._x = this._x + culonsosos;
_root.velocity = 30;
Symbol 205 MovieClip [roboto] Frame 105
this._x = this._x + culonsosos;
Symbol 205 MovieClip [roboto] Frame 106
this._x = this._x + culonsosos;
Symbol 205 MovieClip [roboto] Frame 107
this._x = this._x + culonsosos;
Symbol 205 MovieClip [roboto] Frame 108
this._x = this._x + culonsosos;
Symbol 205 MovieClip [roboto] Frame 109
this._x = this._x + culonsosos;
Symbol 205 MovieClip [roboto] Frame 110
this._x = this._x + culonsosos;
Symbol 205 MovieClip [roboto] Frame 111
this._x = this._x + culonsosos;
Symbol 205 MovieClip [roboto] Frame 112
this._x = this._x + culonsosos;
Symbol 205 MovieClip [roboto] Frame 113
this._x = this._x + culonsosos;
Symbol 205 MovieClip [roboto] Frame 114
this._x = this._x + culonsosos;
Symbol 205 MovieClip [roboto] Frame 115
this._x = this._x + culonsosos;
Symbol 205 MovieClip [roboto] Frame 116
this._x = this._x + culonsosos;
Symbol 205 MovieClip [roboto] Frame 117
this._x = this._x + culonsosos;
Symbol 205 MovieClip [roboto] Frame 118
this._x = this._x + culonsosos;
Symbol 205 MovieClip [roboto] Frame 119
this._x = this._x + culonsosos;
Instance of Symbol 149 MovieClip in Symbol 205 MovieClip [roboto] Frame 119
onClipEvent (enterFrame) {
for (var i in _root.l.enemy) {
if ((_root.l.enemy[i].golpeado <= 0) and this.hitTest(_root.l.enemy[i].targetgolpe)) {
_root.l.enemy[i].hp = _root.l.enemy[i].hp - Math.round(((_root.sthero.dmg_normal * (1 + (_root.sthero.tree_a3 * 0.33))) * (100 - _root.l.enemy[i].armor_normal)) / 100);
_root.l.enemy[i]._xscale = _root.l.enemy[i]._xscale * -1;
_root.l.enemy[i].gotoAndPlay("golpeadohard");
_root.l.enemy[i].golpeado = 1;
_root.sthero.combo = _root.sthero.combo + 1;
_root.sthero.tiempocombo = 30;
_root.l.shockwave = _root.l.attachMovie("kaboom", (("dagaso" + getTimer()) + random(100000)) + _root.cuentacuentos, _root.l.getNextHighestDepth());
_root.cuentacuentos = _root.cuentacuentos + 1;
_root.l.shockwave._x = _root.l.enemy[i]._x;
_root.l.shockwave._y = _root.l.enemy[i]._y;
if (_parent._xscale == 100) {
_root.l.shockwave._xscale = 100;
}
if (_parent._xscale == -100) {
_root.l.shockwave._xscale = -100;
}
}
}
}
Symbol 205 MovieClip [roboto] Frame 120
mySound = new Sound(this);
tune = "Space_Blast1.mp3";
mySound.setVolume(80);
mySound.attachSound(tune);
mySound.start(0, 1);
this._x = this._x + culonsosos;
Symbol 205 MovieClip [roboto] Frame 121
_root.velocity = _root.sthero.velocity;
golpeado = 0;
this._x = this._x + culonsosos;
Symbol 205 MovieClip [roboto] Frame 131
gotoAndPlay ("stand");
stun = 0;
Symbol 205 MovieClip [roboto] Frame 140
stun = 1;
stun = 1;
Instance of Symbol 149 MovieClip in Symbol 205 MovieClip [roboto] Frame 141
onClipEvent (enterFrame) {
for (var i in _root.l.enemy) {
if ((_root.l.enemy[i].golpeado <= 0) and this.hitTest(_root.l.enemy[i].targetgolpe)) {
_root.l.enemy[i].hp = _root.l.enemy[i].hp - Math.round(((_root.sthero.dmg_normal * 2) * (100 - _root.l.enemy[i].armor_normal)) / 100);
_root.l.enemy[i].golpeado_anima = 1;
_root.l.enemy[i].resiste = _root.l.enemy[i].resiste + (_parent.basheador * 10);
if (_parent.mamasa != 1) {
_parent.mamasa = 1;
_root.sthero.combo = _root.sthero.combo + 1;
_root.sthero.tiempocombo = 30;
}
_root.l.shockwave = _root.l.attachMovie("kaboom", (("dagaso" + getTimer()) + random(100000)) + _root.cuentacuentos, _root.l.getNextHighestDepth());
_root.cuentacuentos = _root.cuentacuentos + 1;
_root.l.shockwave._x = _root.l.enemy[i]._x;
_root.l.shockwave._y = _root.l.enemy[i]._y;
if (_parent._xscale == 100) {
_root.l.shockwave._xscale = 100;
}
if (_parent._xscale == -100) {
_root.l.shockwave._xscale = -100;
}
}
}
}
Symbol 205 MovieClip [roboto] Frame 142
mySound = new Sound(this);
tune = "Space_Blast0";
mySound.setVolume(80);
mySound.attachSound(tune);
mySound.start(0, 1);
Symbol 205 MovieClip [roboto] Frame 143
mamasa = 0;
Symbol 205 MovieClip [roboto] Frame 150
stun = 0;
gotoAndPlay ("stand");
Symbol 205 MovieClip [roboto] Frame 151
stun = 1;
Symbol 205 MovieClip [roboto] Frame 152
if (this._xscale == 100) {
culonsosos = -30;
}
if (this._xscale == -100) {
culonsosos = 30;
}
this._x = this._x + culonsosos;
_root.velocity = 30;
Symbol 205 MovieClip [roboto] Frame 153
this._x = this._x + culonsosos;
Symbol 205 MovieClip [roboto] Frame 154
this._x = this._x + culonsosos;
Symbol 205 MovieClip [roboto] Frame 155
this._x = this._x + culonsosos;
Symbol 205 MovieClip [roboto] Frame 156
this._x = this._x + culonsosos;
Symbol 205 MovieClip [roboto] Frame 157
this._x = this._x + culonsosos;
Symbol 205 MovieClip [roboto] Frame 158
this._x = this._x + culonsosos;
Symbol 205 MovieClip [roboto] Frame 159
this._x = this._x + culonsosos;
Symbol 205 MovieClip [roboto] Frame 160
this._x = this._x + culonsosos;
Symbol 205 MovieClip [roboto] Frame 161
this._x = this._x + culonsosos;
Symbol 205 MovieClip [roboto] Frame 162
this._x = this._x + culonsosos;
Symbol 205 MovieClip [roboto] Frame 163
this._x = this._x + culonsosos;
Symbol 205 MovieClip [roboto] Frame 164
this._x = this._x + culonsosos;
Symbol 205 MovieClip [roboto] Frame 165
this._x = this._x + culonsosos;
Symbol 205 MovieClip [roboto] Frame 166
this._x = this._x + culonsosos;
Symbol 205 MovieClip [roboto] Frame 167
this._x = this._x + culonsosos;
Symbol 205 MovieClip [roboto] Frame 168
this._x = this._x + culonsosos;
Symbol 205 MovieClip [roboto] Frame 169
this._x = this._x + culonsosos;
Instance of Symbol 149 MovieClip in Symbol 205 MovieClip [roboto] Frame 170
onClipEvent (enterFrame) {
for (var i in _root.l.enemy) {
if ((_root.l.enemy[i].golpeado <= 0) and this.hitTest(_root.l.enemy[i].targetgolpe)) {
_root.l.enemy[i].hp = _root.l.enemy[i].hp - Math.round(((_root.sthero.dmg_normal * (1 + (_root.sthero.tree_a3 * 0.33))) * (100 - _root.l.enemy[i].armor_normal)) / 100);
_root.l.enemy[i]._xscale = _root.l.enemy[i]._xscale * -1;
_root.l.enemy[i].gotoAndPlay("golpeadohard");
_root.l.enemy[i].golpeado = 1;
_root.sthero.combo = _root.sthero.combo + 1;
_root.sthero.tiempocombo = 30;
_root.l.shockwave = _root.l.attachMovie("kaboom", (("dagaso" + getTimer()) + random(100000)) + _root.cuentacuentos, _root.l.getNextHighestDepth());
_root.cuentacuentos = _root.cuentacuentos + 1;
_root.l.shockwave._x = _root.l.enemy[i]._x;
_root.l.shockwave._y = _root.l.enemy[i]._y;
if (_parent._xscale == 100) {
_root.l.shockwave._xscale = 100;
}
if (_parent._xscale == -100) {
_root.l.shockwave._xscale = -100;
}
}
}
}
Symbol 205 MovieClip [roboto] Frame 172
stun = 0;
gotoAndPlay ("stand");
Instance of Symbol 149 MovieClip in Symbol 205 MovieClip [roboto] Frame 176
onClipEvent (enterFrame) {
for (var i in _root.l.enemy) {
if (((_root.l.enemy[i].hp >= 1) and (_root.l.enemy[i].golpeado != 1)) and this.hitTest(_root.l.enemy[i].targetgolpe)) {
if (_parent.graveado == undefined) {
_root.l.enemy[i].gotoAndStop("agarrado");
_root.l.enemy[i].agarrado = true;
_root.l.enemy[i].stun = 1;
_parent.graveado = _root.l.enemy[i]._name;
_parent.gotoAndStop("grab");
}
}
}
}
Instance of Symbol 149 MovieClip in Symbol 205 MovieClip [roboto] Frame 177
onClipEvent (enterFrame) {
for (var i in _root.l.enemy) {
if ((_root.l.enemy[i].golpeado <= 0) and this.hitTest(_root.l.enemy[i].targetgolpe)) {
_root.l.enemy[i].hp = _root.l.enemy[i].hp - Math.round(((_root.sthero.dmg_normal * (1 + (_root.sthero.tree_a3 * 0.33))) * (100 - _root.l.enemy[i].armor_normal)) / 100);
_root.l.enemy[i].golpeado_anima = 1;
_root.l.enemy[i].resiste = _root.l.enemy[i].resiste + _parent.basheador;
if (_parent.mamasa != 1) {
_parent.mamasa = 1;
_root.sthero.combo = _root.sthero.combo + 1;
_root.sthero.tiempocombo = 30;
}
_root.l.shockwave = _root.l.attachMovie("kaboom", (("dagaso" + getTimer()) + random(100000)) + _root.cuentacuentos, _root.l.getNextHighestDepth());
_root.cuentacuentos = _root.cuentacuentos + 1;
_root.l.shockwave._x = _root.l.enemy[i]._x;
_root.l.shockwave._y = _root.l.enemy[i]._y;
if (_parent._xscale == 100) {
_root.l.shockwave._xscale = 100;
}
if (_parent._xscale == -100) {
_root.l.shockwave._xscale = -100;
}
}
}
}
Symbol 205 MovieClip [roboto] Frame 179
mamasa = 0;
Symbol 205 MovieClip [roboto] Frame 183
stun = 0;
gotoAndPlay ("stand");
Symbol 205 MovieClip [roboto] Frame 187
_parent[graveado].agarrado = false;
_parent[graveado].gotoAndPlay("stand");
graveado = undefined;
_root.sthero.animamuerte = 0;
grab = 0;
camina = 0;
golpeado = 1;
stun = 1;
camina = 0;
golpeado = 1;
stun = 1;
golpeson = random(3);
mySound = new Sound(this);
tune = "hit" + golpeson;
if ((_root.l.hero._x - this._x) > 0) {
volumen = (((100 * (_root.l.hero._x - this._x)) / 700) - 100) * -1;
} else {
volumen = (((100 * (this._x - _root.l.hero._x)) / 700) - 100) * -1;
}
if (volumen > 0) {
mySound.setVolume(volumen);
mySound.attachSound(tune);
mySound.start(0, 1);
}
if (hp < 0) {
_root.l.hero.gotoAndPlay("muere");
}
if (_root.sthero.resiste > _root.sthero.aguante) {
gotoAndPlay ("golpeadohard");
}
Symbol 205 MovieClip [roboto] Frame 188
_root.sthero.combo = 0;
Symbol 205 MovieClip [roboto] Frame 190
grab = 0;
Symbol 205 MovieClip [roboto] Frame 193
golpeado = 0;
stun = 0;
gotoAndPlay ("stand");
Symbol 205 MovieClip [roboto] Frame 196
Symbol 205 MovieClip [roboto] Frame 198
stun = 1;
camina = 0;
_root.sthero.animamuerte = 0;
_root.sthero.resiste = 0;
stun = 1;
golpeson = random(3);
mySound = new Sound(this);
tune = "hit" + golpeson;
if ((_root.l.hero._x - this._x) > 0) {
volumen = (((100 * (_root.l.hero._x - this._x)) / 700) - 100) * -1;
} else {
volumen = (((100 * (this._x - _root.l.hero._x)) / 700) - 100) * -1;
}
if (volumen > 0) {
mySound.setVolume(volumen);
mySound.attachSound(tune);
mySound.start(0, 1);
}
_root.l.shockwave = _root.l.attachMovie("sangreenemigo", (("dagaso" + getTimer()) + random(100000)) + _root.cuentacuentos, _root.l.getNextHighestDepth());
_root.cuentacuentos = _root.cuentacuentos + 1;
_root.l.shockwave._x = this._x;
_root.l.shockwave._y = this._y;
if (_xscale == 100) {
_root.l.shockwave._xscale = 100;
}
if (_xscale == -100) {
_root.l.shockwave._xscale = -100;
}
_root.velocity = _root.sthero.velocity;
_root.velocity = 30;
culonsosos = 30 * ladoempuja;
Symbol 205 MovieClip [roboto] Frame 199
this._x = this._x + culonsosos;
Symbol 205 MovieClip [roboto] Frame 200
this._x = this._x + culonsosos;
Symbol 205 MovieClip [roboto] Frame 201
this._x = this._x + culonsosos;
Symbol 205 MovieClip [roboto] Frame 202
this._x = this._x + culonsosos;
Symbol 205 MovieClip [roboto] Frame 203
this._x = this._x + culonsosos;
Symbol 205 MovieClip [roboto] Frame 204
this._x = this._x + culonsosos;
Symbol 205 MovieClip [roboto] Frame 205
this._x = this._x + culonsosos;
Symbol 205 MovieClip [roboto] Frame 206
this._x = this._x + culonsosos;
_root.velocity = _root.sthero.velocity;
Symbol 205 MovieClip [roboto] Frame 214
golpeado = 0;
stun = 0;
gotoAndPlay ("stand");
Symbol 205 MovieClip [roboto] Frame 215
stun = 1;
camina = 0;
Instance of Symbol 149 MovieClip in Symbol 205 MovieClip [roboto] Frame 220
onClipEvent (enterFrame) {
for (var i in _root.l.enemy) {
if ((_root.l.enemy[i].golpeado <= 0) and this.hitTest(_root.l.enemy[i].targetgolpe)) {
if (_parent.graveado == undefined) {
_root.l.enemy[i].gotoAndStop("agarrado");
_root.l.enemy[i].agarrado = true;
_root.l.enemy[i].stun = 1;
_parent.graveado = _root.l.enemy[i]._name;
_parent.gotoAndStop("grab");
}
}
}
}
Symbol 205 MovieClip [roboto] Frame 225
graveado = undefined;
golpeado = 0;
stun = 0;
gotoAndPlay ("stand");
Symbol 205 MovieClip [roboto] Frame 227
stun = 1;
camina = 0;
grab = 1;
_parent[graveado].gotoAndStop("agarrado");
Symbol 205 MovieClip [roboto] Frame 228
_parent[graveado].gotoAndStop("agarrado");
Symbol 205 MovieClip [roboto] Frame 229
_parent[graveado].gotoAndStop("agarrado");
Symbol 205 MovieClip [roboto] Frame 233
gotoAndPlay ("grab");
Symbol 205 MovieClip [roboto] Frame 234
grab = 0;
_parent[graveado].agarrado = false;
_parent[graveado].gotoAndStop("agarrado");
Symbol 205 MovieClip [roboto] Frame 237
_parent[graveado].gotoAndPlay("golpeadohard");
_parent[graveado].hp = _parent[graveado].hp - Math.round(((_root.sthero.dmg_normal * 1.1) * (100 - _parent[graveado].armor_normal)) / 100);
_root.l.shockwave = _root.l.attachMovie("kaboom", (("dagaso" + getTimer()) + random(100000)) + _root.cuentacuentos, _root.l.getNextHighestDepth());
_root.cuentacuentos = _root.cuentacuentos + 1;
_root.l.shockwave._x = _parent[graveado]._x;
_root.l.shockwave._y = _parent[graveado]._y;
graveado = undefined;
Symbol 205 MovieClip [roboto] Frame 239
golpeado = 0;
stun = 0;
grab = 0;
graveado = undefined;
gotoAndPlay ("stand");
Symbol 205 MovieClip [roboto] Frame 240
grab = 0;
_parent[graveado].agarrado = false;
_parent[graveado].gotoAndStop("agarrado");
Symbol 205 MovieClip [roboto] Frame 250
_root.l.shockwave = _root.l.attachMovie("sangreenemigo", (("dagaso" + getTimer()) + random(100000)) + _root.cuentacuentos, _root.l.getNextHighestDepth());
_root.cuentacuentos = _root.cuentacuentos + 1;
_root.l.shockwave._x = _parent[graveado]._x;
_root.l.shockwave._y = _parent[graveado]._y;
if (_xscale == 100) {
_root.l.shockwave._xscale = 100;
}
if (_xscale == -100) {
_root.l.shockwave._xscale = -100;
}
Symbol 205 MovieClip [roboto] Frame 251
_root.l.shockwave = _root.l.attachMovie("kaboom", (("dagaso" + getTimer()) + random(100000)) + _root.cuentacuentos, _root.l.getNextHighestDepth());
_root.cuentacuentos = _root.cuentacuentos + 1;
_root.l.shockwave._x = _parent[graveado]._x;
_root.l.shockwave._y = _parent[graveado]._y;
_parent[graveado].hp = _parent[graveado].hp - Math.round(((_root.sthero.dmg_normal * 0.8) * (100 - _parent[graveado].armor_normal)) / 100);
golpeson = random(3);
mySound = new Sound(this);
tune = "hit" + golpeson;
if ((_root.l.hero._x - this._x) > 0) {
volumen = (((100 * (_root.l.hero._x - this._x)) / 700) - 100) * -1;
} else {
volumen = (((100 * (this._x - _root.l.hero._x)) / 700) - 100) * -1;
}
if (volumen > 0) {
mySound.setVolume(volumen);
mySound.attachSound(tune);
mySound.start(0, 1);
}
Symbol 205 MovieClip [roboto] Frame 252
_root.l.shockwave = _root.l.attachMovie("sangreenemigo", (("dagaso" + getTimer()) + random(100000)) + _root.cuentacuentos, _root.l.getNextHighestDepth());
_root.cuentacuentos = _root.cuentacuentos + 1;
_root.l.shockwave._x = _parent[graveado]._x;
_root.l.shockwave._y = _parent[graveado]._y;
if (_xscale == 100) {
_root.l.shockwave._xscale = 100;
}
if (_xscale == -100) {
_root.l.shockwave._xscale = -100;
}
Symbol 205 MovieClip [roboto] Frame 253
_root.l.shockwave = _root.l.attachMovie("sangreenemigo", (("dagaso" + getTimer()) + random(100000)) + _root.cuentacuentos, _root.l.getNextHighestDepth());
_root.cuentacuentos = _root.cuentacuentos + 1;
_root.l.shockwave._x = _parent[graveado]._x;
_root.l.shockwave._y = _parent[graveado]._y;
if (_xscale == 100) {
_root.l.shockwave._xscale = -100;
}
if (_xscale == -100) {
_root.l.shockwave._xscale = 100;
}
Symbol 205 MovieClip [roboto] Frame 254
_root.l.shockwave = _root.l.attachMovie("kaboom", (("dagaso" + getTimer()) + random(100000)) + _root.cuentacuentos, _root.l.getNextHighestDepth());
_root.cuentacuentos = _root.cuentacuentos + 1;
_root.l.shockwave._x = _parent[graveado]._x;
_root.l.shockwave._y = _parent[graveado]._y;
_parent[graveado].hp = _parent[graveado].hp - Math.round(((_root.sthero.dmg_normal * 0.8) * (100 - _parent[graveado].armor_normal)) / 100);
golpeson = random(3);
golpeson = random(3);
mySound = new Sound(this);
tune = "hit" + golpeson;
if ((_root.l.hero._x - this._x) > 0) {
volumen = (((100 * (_root.l.hero._x - this._x)) / 700) - 100) * -1;
} else {
volumen = (((100 * (this._x - _root.l.hero._x)) / 700) - 100) * -1;
}
if (volumen > 0) {
mySound.setVolume(volumen);
mySound.attachSound(tune);
mySound.start(0, 1);
}
Symbol 205 MovieClip [roboto] Frame 255
_root.l.shockwave = _root.l.attachMovie("sangreenemigo", (("dagaso" + getTimer()) + random(100000)) + _root.cuentacuentos, _root.l.getNextHighestDepth());
_root.cuentacuentos = _root.cuentacuentos + 1;
_root.l.shockwave._x = _parent[graveado]._x;
_root.l.shockwave._y = _parent[graveado]._y;
if (_xscale == 100) {
_root.l.shockwave._xscale = 100;
}
if (_xscale == -100) {
_root.l.shockwave._xscale = -100;
}
Symbol 205 MovieClip [roboto] Frame 256
_root.l.shockwave = _root.l.attachMovie("kaboom", (("dagaso" + getTimer()) + random(100000)) + _root.cuentacuentos, _root.l.getNextHighestDepth());
_root.cuentacuentos = _root.cuentacuentos + 1;
_root.l.shockwave._x = _parent[graveado]._x;
_root.l.shockwave._y = _parent[graveado]._y;
_parent[graveado].hp = _parent[graveado].hp - Math.round(((_root.sthero.dmg_normal * 0.8) * (100 - _parent[graveado].armor_normal)) / 100);
golpeson = random(3);
mySound = new Sound(this);
tune = "hit" + golpeson;
if ((_root.l.hero._x - this._x) > 0) {
volumen = (((100 * (_root.l.hero._x - this._x)) / 700) - 100) * -1;
} else {
volumen = (((100 * (this._x - _root.l.hero._x)) / 700) - 100) * -1;
}
if (volumen > 0) {
mySound.setVolume(volumen);
mySound.attachSound(tune);
mySound.start(0, 1);
}
Symbol 205 MovieClip [roboto] Frame 257
_root.l.shockwave = _root.l.attachMovie("sangreenemigo", (("dagaso" + getTimer()) + random(100000)) + _root.cuentacuentos, _root.l.getNextHighestDepth());
_root.cuentacuentos = _root.cuentacuentos + 1;
_root.l.shockwave._x = _parent[graveado]._x;
_root.l.shockwave._y = _parent[graveado]._y;
if (_xscale == 100) {
_root.l.shockwave._xscale = -100;
}
if (_xscale == -100) {
_root.l.shockwave._xscale = 100;
}
Symbol 205 MovieClip [roboto] Frame 259
_root.l.shockwave = _root.l.attachMovie("kaboom", (("dagaso" + getTimer()) + random(100000)) + _root.cuentacuentos, _root.l.getNextHighestDepth());
_root.cuentacuentos = _root.cuentacuentos + 1;
_root.l.shockwave._x = _parent[graveado]._x;
_root.l.shockwave._y = _parent[graveado]._y;
_parent[graveado].hp = _parent[graveado].hp - Math.round(((_root.sthero.dmg_normal * 0.8) * (100 - _parent[graveado].armor_normal)) / 100);
golpeson = random(3);
mySound = new Sound(this);
tune = "hit" + golpeson;
if ((_root.l.hero._x - this._x) > 0) {
volumen = (((100 * (_root.l.hero._x - this._x)) / 700) - 100) * -1;
} else {
volumen = (((100 * (this._x - _root.l.hero._x)) / 700) - 100) * -1;
}
if (volumen > 0) {
mySound.setVolume(volumen);
mySound.attachSound(tune);
mySound.start(0, 1);
}
_root.l.shockwave = _root.l.attachMovie("sangreenemigo", (("dagaso" + getTimer()) + random(100000)) + _root.cuentacuentos, _root.l.getNextHighestDepth());
_root.cuentacuentos = _root.cuentacuentos + 1;
_root.l.shockwave._x = _parent[graveado]._x;
_root.l.shockwave._y = _parent[graveado]._y;
if (_xscale == 100) {
_root.l.shockwave._xscale = 100;
}
if (_xscale == -100) {
_root.l.shockwave._xscale = -100;
}
Symbol 205 MovieClip [roboto] Frame 261
_root.l.shockwave = _root.l.attachMovie("sangreenemigo", (("dagaso" + getTimer()) + random(100000)) + _root.cuentacuentos, _root.l.getNextHighestDepth());
_root.cuentacuentos = _root.cuentacuentos + 1;
_root.l.shockwave._x = _parent[graveado]._x;
_root.l.shockwave._y = _parent[graveado]._y;
if (_xscale == 100) {
_root.l.shockwave._xscale = 100;
}
if (_xscale == -100) {
_root.l.shockwave._xscale = -100;
}
Symbol 205 MovieClip [roboto] Frame 262
_root.l.shockwave = _root.l.attachMovie("sangreenemigo", (("dagaso" + getTimer()) + random(100000)) + _root.cuentacuentos, _root.l.getNextHighestDepth());
_root.cuentacuentos = _root.cuentacuentos + 1;
_root.l.shockwave._x = _parent[graveado]._x;
_root.l.shockwave._y = _parent[graveado]._y;
if (_xscale == 100) {
_root.l.shockwave._xscale = 100;
}
if (_xscale == -100) {
_root.l.shockwave._xscale = -100;
}
Symbol 205 MovieClip [roboto] Frame 263
_root.l.shockwave = _root.l.attachMovie("kaboom", (("dagaso" + getTimer()) + random(100000)) + _root.cuentacuentos, _root.l.getNextHighestDepth());
_root.cuentacuentos = _root.cuentacuentos + 1;
_root.l.shockwave._x = _parent[graveado]._x;
_root.l.shockwave._y = _parent[graveado]._y;
_parent[graveado].hp = _parent[graveado].hp - Math.round(((_root.sthero.dmg_normal * 1.1) * (100 - _parent[graveado].armor_normal)) / 100);
Symbol 205 MovieClip [roboto] Frame 270
if (_parent[graveado].hp > 0) {
_parent[graveado].gotoAndPlay("golpeadohard");
}
_parent[graveado].hp = _parent[graveado].hp - Math.round(((_root.sthero.dmg_normal * 0.8) * (100 - _parent[graveado].armor_normal)) / 100);
graveado = undefined;
Symbol 205 MovieClip [roboto] Frame 273
golpeado = 0;
stun = 0;
grab = 0;
graveado = undefined;
gotoAndPlay ("stand");
Symbol 205 MovieClip [roboto] Frame 275
stun = 1;
Instance of Symbol 149 MovieClip in Symbol 205 MovieClip [roboto] Frame 275
onClipEvent (enterFrame) {
for (var i in _root.l.enemy) {
if (((_root.l.enemy[i].hp >= 1) and (_root.l.enemy[i].golpeado != 1)) and this.hitTest(_root.l.enemy[i].targetgolpe)) {
if (_parent.graveado == undefined) {
_root.l.enemy[i].gotoAndStop("agarrado");
_root.l.enemy[i].agarrado = true;
_root.l.enemy[i].stun = 1;
_parent.graveado = _root.l.enemy[i]._name;
_parent.gotoAndStop("grab");
}
}
}
}
Symbol 205 MovieClip [roboto] Frame 278
_root.sthero.bullets = _root.sthero.bullets - 1;
if (_root.sthero.bullets <= 0) {
cuchi1.gotoAndStop(1);
_root.sthero.cuchi1 = 1;
_root.m.armas.gotoAndStop(1);
}
disparo = "dagaso";
if (disparo == "dagaso") {
_root.l.shockwave = _root.l.attachMovie(_root.sthero.arma, "dagaso" + getTimer(), _root.l.getNextHighestDepth());
_root.sthero.energy = _root.sthero.energy - 50;
_root.m.dagger.cooldown = 7 - (_root.sthero.tree_b3 * 2);
_root.l.empujar.push(_root.l.shockwave);
_root.l.shockwave.swapDepths((_root.l.shockwave._x / 90) + (_root.l.shockwave._y + 20));
if (_root.l.hero._xscale == -100) {
_root.l.shockwave.speed = -25;
_root.l.shockwave._xscale = -100;
} else if (_root.l.hero._xscale == 100) {
_root.l.shockwave.speed = 25;
}
}
Symbol 205 MovieClip [roboto] Frame 282
stun = 0;
gotoAndPlay ("stand");
Symbol 205 MovieClip [roboto] Frame 330
stun = 1;
camina = 0;
golpeado = 1;
_root.sthero.resiste = 0;
_root.sthero.animamuerte = 1;
_root.l.shockwave = _root.l.attachMovie("sangreenemigo", (("dagaso" + getTimer()) + random(100000)) + _root.cuentacuentos, _root.l.getNextHighestDepth());
_root.cuentacuentos = _root.cuentacuentos + 1;
_root.l.shockwave._x = this._x;
_root.l.shockwave._y = this._y;
if (_xscale == 100) {
_root.l.shockwave._xscale = 100;
}
if (_xscale == -100) {
_root.l.shockwave._xscale = -100;
}
_root.velocity = _root.sthero.velocity;
_root.velocity = _root.velocity * 3;
culonsosos = _root.velocity * (_xscale / 100);
Symbol 205 MovieClip [roboto] Frame 336
_root.m.heroicon.gotoAndStop("hero");
this._name = "ladygaga" + random(3000);
_root.sthero.hp = _root.sthero.maxhp;
_root.sthero.clase = "yamato";
_root.l.hero = _root.l.attachMovie("yamato", "hero" + getTimer(), _root.l.getNextHighestDepth());
_root.l.hero.cuchi1.gotoAndStop(_root.sthero.cuchi1);
_root.l.hero._x = this._x;
_root.l.hero._y = this._y;
var glow_color = 0;
var glow_alpha = 1;
var glow_blurX = 3;
var glow_blurY = 3;
var glow_strength = 10;
var glow_quality = 3;
var glow_inner = false;
var glow_knockout = false;
var filter_glow = (new flash.filters.GlowFilter(glow_color, glow_alpha, glow_blurX, glow_blurY, glow_strength, glow_quality, glow_inner, glow_knockout));
_root.l.hero.filters = [filter_glow];
for (var i in _root.l.enemy) {
_root.l.enemy[i].gotoAndPlay("golpeadohard");
}
Symbol 205 MovieClip [roboto] Frame 338
removeMovieClip(this);
Symbol 205 MovieClip [roboto] Frame 339
removeMovieClip(this);
Symbol 205 MovieClip [roboto] Frame 340
removeMovieClip(this);
Symbol 205 MovieClip [roboto] Frame 341
stop();
Symbol 205 MovieClip [roboto] Frame 343
_root.sthero.animamuerte = 0;
golpeado = 0;
stun = 0;
gotoAndPlay ("stand");
Instance of Symbol 204 MovieClip in Symbol 205 MovieClip [roboto] Frame 378
onClipEvent (enterFrame) {
_alpha = (_alpha - 20);
}
Instance of Symbol 204 MovieClip in Symbol 205 MovieClip [roboto] Frame 380
onClipEvent (enterFrame) {
_alpha = (_alpha - 20);
}
Symbol 205 MovieClip [roboto] Frame 384
stun = 1;
camina = 0;
Symbol 205 MovieClip [roboto] Frame 403
stun = 0;
gotoAndPlay ("stand");
Symbol 247 MovieClip [roboto3] Frame 1
robocamina = 7;
_root.velocity = robocamina;
_root.sthero.animamuerte = 0;
grab = 0;
sas = 0;
ses = 0;
sis = 0;
sos = 0;
golpeado = 0;
stun = 0;
camina = 0;
dmg_normal = 30;
dmg_fire = 10;
dmg_ice = 25;
dmg_shadow = 25;
Symbol 247 MovieClip [roboto3] Frame 2
golpeado = 0;
Symbol 247 MovieClip [roboto3] Frame 28
gotoAndPlay ("stand");
Symbol 247 MovieClip [roboto3] Frame 35
_root.velocity = robocamina;
_root.sthero.animamuerte = 0;
golpeado = 0;
stun = 0;
camina = 1;
Symbol 247 MovieClip [roboto3] Frame 40
tembleke.play();
Symbol 247 MovieClip [roboto3] Frame 45
tembleke.play();
Symbol 247 MovieClip [roboto3] Frame 46
if (((Key.isDown(39) or Key.isDown(37)) or Key.isDown(38)) or Key.isDown(40)) {
gotoAndPlay ("camina");
} else {
gotoAndPlay ("stand");
}
Symbol 247 MovieClip [roboto3] Frame 58
stun = 1;
stun = 1;
Instance of Symbol 149 MovieClip in Symbol 247 MovieClip [roboto3] Frame 61
onClipEvent (enterFrame) {
for (var i in _root.l.enemy) {
if ((_root.l.enemy[i].golpeado <= 0) and this.hitTest(_root.l.enemy[i].targetgolpe)) {
_root.l.enemy[i].hp = _root.l.enemy[i].hp - Math.round(((_root.sthero.dmg_normal * 3) * (100 - _root.l.enemy[i].armor_normal)) / 100);
_root.l.enemy[i].golpeado_anima = 1;
_root.l.enemy[i].resiste = _root.l.enemy[i].resiste + (_parent.basheador * 10);
if (_parent.mamasa != 1) {
_parent.mamasa = 1;
_root.sthero.combo = _root.sthero.combo + 1;
_root.sthero.tiempocombo = 30;
}
_root.l.shockwave = _root.l.attachMovie("kaboom", (("dagaso" + getTimer()) + random(100000)) + _root.cuentacuentos, _root.l.getNextHighestDepth());
_root.cuentacuentos = _root.cuentacuentos + 1;
_root.l.shockwave._x = _root.l.enemy[i]._x;
_root.l.shockwave._y = _root.l.enemy[i]._y;
if (_parent._xscale == 100) {
_root.l.shockwave._xscale = 100;
}
if (_parent._xscale == -100) {
_root.l.shockwave._xscale = -100;
}
}
}
}
Symbol 247 MovieClip [roboto3] Frame 65
mamasa = 0;
Symbol 247 MovieClip [roboto3] Frame 70
stun = 0;
gotoAndPlay ("stand");
Instance of Symbol 149 MovieClip in Symbol 247 MovieClip [roboto3] Frame 71
onClipEvent (enterFrame) {
for (var i in _root.l.enemy) {
if ((_root.l.enemy[i].golpeado <= 0) and this.hitTest(_root.l.enemy[i].targetgolpe)) {
_root.l.enemy[i].hp = _root.l.enemy[i].hp - Math.round(((_root.sthero.dmg_normal * 1.4) * (100 - _root.l.enemy[i].armor_normal)) / 100);
_root.l.enemy[i].golpeado_anima = 1;
_root.l.enemy[i].resiste = _root.l.enemy[i].resiste + _parent.basheador;
if (_parent.mamasa != 1) {
_parent.mamasa = 1;
_root.sthero.combo = _root.sthero.combo + 1;
_root.sthero.tiempocombo = 30;
}
_root.l.shockwave = _root.l.attachMovie("kaboom", (("dagaso" + getTimer()) + random(100000)) + _root.cuentacuentos, _root.l.getNextHighestDepth());
_root.cuentacuentos = _root.cuentacuentos + 1;
_root.l.shockwave._x = _root.l.enemy[i]._x;
_root.l.shockwave._y = _root.l.enemy[i]._y;
if (_parent._xscale == 100) {
_root.l.shockwave._xscale = 100;
}
if (_parent._xscale == -100) {
_root.l.shockwave._xscale = -100;
}
}
}
}
Symbol 247 MovieClip [roboto3] Frame 73
mamasa = 0;
Symbol 247 MovieClip [roboto3] Frame 81
stun = 0;
gotoAndPlay ("stand");
Symbol 247 MovieClip [roboto3] Frame 88
stun = 1;
golpeado = 1;
if (this._xscale == 100) {
culonsosos = 30;
}
if (this._xscale == -100) {
culonsosos = -30;
}
this._x = this._x + culonsosos;
_root.velocity = 30;
Symbol 247 MovieClip [roboto3] Frame 89
this._x = this._x + culonsosos;
Symbol 247 MovieClip [roboto3] Frame 90
this._x = this._x + culonsosos;
Symbol 247 MovieClip [roboto3] Frame 91
this._x = this._x + culonsosos;
Symbol 247 MovieClip [roboto3] Frame 92
this._x = this._x + culonsosos;
Symbol 247 MovieClip [roboto3] Frame 93
this._x = this._x + culonsosos;
Symbol 247 MovieClip [roboto3] Frame 94
this._x = this._x + culonsosos;
Symbol 247 MovieClip [roboto3] Frame 95
this._x = this._x + culonsosos;
Symbol 247 MovieClip [roboto3] Frame 96
this._x = this._x + culonsosos;
Symbol 247 MovieClip [roboto3] Frame 97
this._x = this._x + culonsosos;
Symbol 247 MovieClip [roboto3] Frame 98
this._x = this._x + culonsosos;
Symbol 247 MovieClip [roboto3] Frame 99
this._x = this._x + culonsosos;
Symbol 247 MovieClip [roboto3] Frame 100
this._x = this._x + culonsosos;
Symbol 247 MovieClip [roboto3] Frame 101
this._x = this._x + culonsosos;
Symbol 247 MovieClip [roboto3] Frame 102
this._x = this._x + culonsosos;
Symbol 247 MovieClip [roboto3] Frame 103
this._x = this._x + culonsosos;
Instance of Symbol 149 MovieClip in Symbol 247 MovieClip [roboto3] Frame 103
onClipEvent (enterFrame) {
for (var i in _root.l.enemy) {
if ((_root.l.enemy[i].golpeado <= 0) and this.hitTest(_root.l.enemy[i].targetgolpe)) {
_root.l.enemy[i].hp = _root.l.enemy[i].hp - Math.round(((_root.sthero.dmg_normal * (1 + (_root.sthero.tree_a3 * 0.33))) * (100 - _root.l.enemy[i].armor_normal)) / 100);
_root.l.enemy[i]._xscale = _root.l.enemy[i]._xscale * -1;
_root.l.enemy[i].gotoAndPlay("golpeadohard");
_root.l.enemy[i].golpeado = 1;
_root.sthero.combo = _root.sthero.combo + 1;
_root.sthero.tiempocombo = 30;
_root.l.shockwave = _root.l.attachMovie("kaboom", (("dagaso" + getTimer()) + random(100000)) + _root.cuentacuentos, _root.l.getNextHighestDepth());
_root.cuentacuentos = _root.cuentacuentos + 1;
_root.l.shockwave._x = _root.l.enemy[i]._x;
_root.l.shockwave._y = _root.l.enemy[i]._y;
if (_parent._xscale == 100) {
_root.l.shockwave._xscale = 100;
}
if (_parent._xscale == -100) {
_root.l.shockwave._xscale = -100;
}
}
}
}
Symbol 247 MovieClip [roboto3] Frame 104
this._x = this._x + culonsosos;
Symbol 247 MovieClip [roboto3] Frame 105
_root.velocity = _root.sthero.velocity;
golpeado = 0;
this._x = this._x + culonsosos;
Symbol 247 MovieClip [roboto3] Frame 115
gotoAndPlay ("stand");
stun = 0;
Symbol 247 MovieClip [roboto3] Frame 124
stun = 1;
stun = 1;
Instance of Symbol 149 MovieClip in Symbol 247 MovieClip [roboto3] Frame 125
onClipEvent (enterFrame) {
for (var i in _root.l.enemy) {
if ((_root.l.enemy[i].golpeado <= 0) and this.hitTest(_root.l.enemy[i].targetgolpe)) {
_root.l.enemy[i].hp = _root.l.enemy[i].hp - Math.round(((_root.sthero.dmg_normal * 2) * (100 - _root.l.enemy[i].armor_normal)) / 100);
_root.l.enemy[i].golpeado_anima = 1;
_root.l.enemy[i].resiste = _root.l.enemy[i].resiste + (_parent.basheador * 10);
if (_parent.mamasa != 1) {
_parent.mamasa = 1;
_root.sthero.combo = _root.sthero.combo + 1;
_root.sthero.tiempocombo = 30;
}
_root.l.shockwave = _root.l.attachMovie("kaboom", (("dagaso" + getTimer()) + random(100000)) + _root.cuentacuentos, _root.l.getNextHighestDepth());
_root.cuentacuentos = _root.cuentacuentos + 1;
_root.l.shockwave._x = _root.l.enemy[i]._x;
_root.l.shockwave._y = _root.l.enemy[i]._y;
if (_parent._xscale == 100) {
_root.l.shockwave._xscale = 100;
}
if (_parent._xscale == -100) {
_root.l.shockwave._xscale = -100;
}
}
}
}
Symbol 247 MovieClip [roboto3] Frame 127
mamasa = 0;
Symbol 247 MovieClip [roboto3] Frame 134
stun = 0;
gotoAndPlay ("stand");
Symbol 247 MovieClip [roboto3] Frame 135
stun = 1;
Symbol 247 MovieClip [roboto3] Frame 136
if (this._xscale == 100) {
culonsosos = -30;
}
if (this._xscale == -100) {
culonsosos = 30;
}
this._x = this._x + culonsosos;
_root.velocity = 30;
Symbol 247 MovieClip [roboto3] Frame 137
this._x = this._x + culonsosos;
Symbol 247 MovieClip [roboto3] Frame 138
this._x = this._x + culonsosos;
Symbol 247 MovieClip [roboto3] Frame 139
this._x = this._x + culonsosos;
Symbol 247 MovieClip [roboto3] Frame 140
this._x = this._x + culonsosos;
Symbol 247 MovieClip [roboto3] Frame 141
this._x = this._x + culonsosos;
Symbol 247 MovieClip [roboto3] Frame 142
this._x = this._x + culonsosos;
Symbol 247 MovieClip [roboto3] Frame 143
this._x = this._x + culonsosos;
Symbol 247 MovieClip [roboto3] Frame 144
this._x = this._x + culonsosos;
Symbol 247 MovieClip [roboto3] Frame 145
this._x = this._x + culonsosos;
Symbol 247 MovieClip [roboto3] Frame 146
this._x = this._x + culonsosos;
Symbol 247 MovieClip [roboto3] Frame 147
this._x = this._x + culonsosos;
Symbol 247 MovieClip [roboto3] Frame 148
this._x = this._x + culonsosos;
Symbol 247 MovieClip [roboto3] Frame 149
this._x = this._x + culonsosos;
Symbol 247 MovieClip [roboto3] Frame 150
this._x = this._x + culonsosos;
Symbol 247 MovieClip [roboto3] Frame 151
this._x = this._x + culonsosos;
Symbol 247 MovieClip [roboto3] Frame 152
this._x = this._x + culonsosos;
Symbol 247 MovieClip [roboto3] Frame 153
this._x = this._x + culonsosos;
Instance of Symbol 149 MovieClip in Symbol 247 MovieClip [roboto3] Frame 154
onClipEvent (enterFrame) {
for (var i in _root.l.enemy) {
if ((_root.l.enemy[i].golpeado <= 0) and this.hitTest(_root.l.enemy[i].targetgolpe)) {
_root.l.enemy[i].hp = _root.l.enemy[i].hp - Math.round(((_root.sthero.dmg_normal * (1 + (_root.sthero.tree_a3 * 0.33))) * (100 - _root.l.enemy[i].armor_normal)) / 100);
_root.l.enemy[i]._xscale = _root.l.enemy[i]._xscale * -1;
_root.l.enemy[i].gotoAndPlay("golpeadohard");
_root.l.enemy[i].golpeado = 1;
_root.sthero.combo = _root.sthero.combo + 1;
_root.sthero.tiempocombo = 30;
_root.l.shockwave = _root.l.attachMovie("kaboom", (("dagaso" + getTimer()) + random(100000)) + _root.cuentacuentos, _root.l.getNextHighestDepth());
_root.cuentacuentos = _root.cuentacuentos + 1;
_root.l.shockwave._x = _root.l.enemy[i]._x;
_root.l.shockwave._y = _root.l.enemy[i]._y;
if (_parent._xscale == 100) {
_root.l.shockwave._xscale = 100;
}
if (_parent._xscale == -100) {
_root.l.shockwave._xscale = -100;
}
}
}
}
Symbol 247 MovieClip [roboto3] Frame 156
stun = 0;
gotoAndPlay ("stand");
Instance of Symbol 149 MovieClip in Symbol 247 MovieClip [roboto3] Frame 160
onClipEvent (enterFrame) {
for (var i in _root.l.enemy) {
if (((_root.l.enemy[i].hp >= 1) and (_root.l.enemy[i].golpeado != 1)) and this.hitTest(_root.l.enemy[i].targetgolpe)) {
if (_parent.graveado == undefined) {
_root.l.enemy[i].gotoAndStop("agarrado");
_root.l.enemy[i].agarrado = true;
_root.l.enemy[i].stun = 1;
_parent.graveado = _root.l.enemy[i]._name;
_parent.gotoAndStop("grab");
}
}
}
}
Instance of Symbol 149 MovieClip in Symbol 247 MovieClip [roboto3] Frame 161
onClipEvent (enterFrame) {
for (var i in _root.l.enemy) {
if ((_root.l.enemy[i].golpeado <= 0) and this.hitTest(_root.l.enemy[i].targetgolpe)) {
_root.l.enemy[i].hp = _root.l.enemy[i].hp - Math.round(((_root.sthero.dmg_normal * (1 + (_root.sthero.tree_a3 * 0.33))) * (100 - _root.l.enemy[i].armor_normal)) / 100);
_root.l.enemy[i].golpeado_anima = 1;
_root.l.enemy[i].resiste = _root.l.enemy[i].resiste + _parent.basheador;
if (_parent.mamasa != 1) {
_parent.mamasa = 1;
_root.sthero.combo = _root.sthero.combo + 1;
_root.sthero.tiempocombo = 30;
}
_root.l.shockwave = _root.l.attachMovie("kaboom", (("dagaso" + getTimer()) + random(100000)) + _root.cuentacuentos, _root.l.getNextHighestDepth());
_root.cuentacuentos = _root.cuentacuentos + 1;
_root.l.shockwave._x = _root.l.enemy[i]._x;
_root.l.shockwave._y = _root.l.enemy[i]._y;
if (_parent._xscale == 100) {
_root.l.shockwave._xscale = 100;
}
if (_parent._xscale == -100) {
_root.l.shockwave._xscale = -100;
}
}
}
}
Symbol 247 MovieClip [roboto3] Frame 163
mamasa = 0;
Symbol 247 MovieClip [roboto3] Frame 167
stun = 0;
gotoAndPlay ("stand");
Symbol 247 MovieClip [roboto3] Frame 171
_parent[graveado].agarrado = false;
_parent[graveado].gotoAndPlay("stand");
graveado = undefined;
_root.sthero.animamuerte = 0;
grab = 0;
camina = 0;
golpeado = 1;
stun = 1;
camina = 0;
golpeado = 1;
stun = 1;
golpeson = random(3);
mySound = new Sound(this);
tune = "hit" + golpeson;
if ((_root.l.hero._x - this._x) > 0) {
volumen = (((100 * (_root.l.hero._x - this._x)) / 700) - 100) * -1;
} else {
volumen = (((100 * (this._x - _root.l.hero._x)) / 700) - 100) * -1;
}
if (volumen > 0) {
mySound.setVolume(volumen);
mySound.attachSound(tune);
mySound.start(0, 1);
}
if (hp < 0) {
_root.l.hero.gotoAndPlay("muere");
}
if (_root.sthero.resiste > _root.sthero.aguante) {
gotoAndPlay ("golpeadohard");
}
Symbol 247 MovieClip [roboto3] Frame 172
_root.sthero.combo = 0;
Symbol 247 MovieClip [roboto3] Frame 174
grab = 0;
Symbol 247 MovieClip [roboto3] Frame 177
golpeado = 0;
stun = 0;
gotoAndPlay ("stand");
Symbol 247 MovieClip [roboto3] Frame 180
Symbol 247 MovieClip [roboto3] Frame 182
stun = 1;
camina = 0;
_root.sthero.animamuerte = 0;
_root.sthero.resiste = 0;
stun = 1;
golpeson = random(3);
mySound = new Sound(this);
tune = "hit" + golpeson;
if ((_root.l.hero._x - this._x) > 0) {
volumen = (((100 * (_root.l.hero._x - this._x)) / 700) - 100) * -1;
} else {
volumen = (((100 * (this._x - _root.l.hero._x)) / 700) - 100) * -1;
}
if (volumen > 0) {
mySound.setVolume(volumen);
mySound.attachSound(tune);
mySound.start(0, 1);
}
_root.l.shockwave = _root.l.attachMovie("sangreenemigo", (("dagaso" + getTimer()) + random(100000)) + _root.cuentacuentos, _root.l.getNextHighestDepth());
_root.cuentacuentos = _root.cuentacuentos + 1;
_root.l.shockwave._x = this._x;
_root.l.shockwave._y = this._y;
if (_xscale == 100) {
_root.l.shockwave._xscale = 100;
}
if (_xscale == -100) {
_root.l.shockwave._xscale = -100;
}
_root.velocity = _root.sthero.velocity;
_root.velocity = 30;
culonsosos = 30 * ladoempuja;
Symbol 247 MovieClip [roboto3] Frame 183
this._x = this._x + culonsosos;
Symbol 247 MovieClip [roboto3] Frame 184
this._x = this._x + culonsosos;
Symbol 247 MovieClip [roboto3] Frame 185
this._x = this._x + culonsosos;
Symbol 247 MovieClip [roboto3] Frame 186
this._x = this._x + culonsosos;
Symbol 247 MovieClip [roboto3] Frame 187
this._x = this._x + culonsosos;
Symbol 247 MovieClip [roboto3] Frame 188
this._x = this._x + culonsosos;
Symbol 247 MovieClip [roboto3] Frame 189
this._x = this._x + culonsosos;
Symbol 247 MovieClip [roboto3] Frame 190
this._x = this._x + culonsosos;
_root.velocity = _root.sthero.velocity;
Symbol 247 MovieClip [roboto3] Frame 198
golpeado = 0;
stun = 0;
gotoAndPlay ("stand");
Symbol 247 MovieClip [roboto3] Frame 199
stun = 1;
camina = 0;
Instance of Symbol 149 MovieClip in Symbol 247 MovieClip [roboto3] Frame 204
onClipEvent (enterFrame) {
for (var i in _root.l.enemy) {
if ((_root.l.enemy[i].golpeado <= 0) and this.hitTest(_root.l.enemy[i].targetgolpe)) {
if (_parent.graveado == undefined) {
_root.l.enemy[i].gotoAndStop("agarrado");
_root.l.enemy[i].agarrado = true;
_root.l.enemy[i].stun = 1;
_parent.graveado = _root.l.enemy[i]._name;
_parent.gotoAndStop("grab");
}
}
}
}
Symbol 247 MovieClip [roboto3] Frame 209
graveado = undefined;
golpeado = 0;
stun = 0;
gotoAndPlay ("stand");
Symbol 247 MovieClip [roboto3] Frame 211
stun = 1;
camina = 0;
grab = 1;
_parent[graveado].gotoAndStop("agarrado");
Symbol 247 MovieClip [roboto3] Frame 212
_parent[graveado].gotoAndStop("agarrado");
Symbol 247 MovieClip [roboto3] Frame 213
_parent[graveado].gotoAndStop("agarrado");
Symbol 247 MovieClip [roboto3] Frame 217
gotoAndPlay ("grab");
Symbol 247 MovieClip [roboto3] Frame 218
grab = 0;
_parent[graveado].agarrado = false;
_parent[graveado].gotoAndStop("agarrado");
Symbol 247 MovieClip [roboto3] Frame 221
_parent[graveado].gotoAndPlay("golpeadohard");
_parent[graveado].hp = _parent[graveado].hp - Math.round(((_root.sthero.dmg_normal * 1.1) * (100 - _parent[graveado].armor_normal)) / 100);
_root.l.shockwave = _root.l.attachMovie("kaboom", (("dagaso" + getTimer()) + random(100000)) + _root.cuentacuentos, _root.l.getNextHighestDepth());
_root.cuentacuentos = _root.cuentacuentos + 1;
_root.l.shockwave._x = _parent[graveado]._x;
_root.l.shockwave._y = _parent[graveado]._y;
graveado = undefined;
Symbol 247 MovieClip [roboto3] Frame 223
golpeado = 0;
stun = 0;
grab = 0;
graveado = undefined;
gotoAndPlay ("stand");
Symbol 247 MovieClip [roboto3] Frame 224
grab = 0;
_parent[graveado].agarrado = false;
_parent[graveado].gotoAndStop("agarrado");
Symbol 247 MovieClip [roboto3] Frame 234
_root.l.shockwave = _root.l.attachMovie("sangreenemigo", (("dagaso" + getTimer()) + random(100000)) + _root.cuentacuentos, _root.l.getNextHighestDepth());
_root.cuentacuentos = _root.cuentacuentos + 1;
_root.l.shockwave._x = _parent[graveado]._x;
_root.l.shockwave._y = _parent[graveado]._y;
if (_xscale == 100) {
_root.l.shockwave._xscale = 100;
}
if (_xscale == -100) {
_root.l.shockwave._xscale = -100;
}
Symbol 247 MovieClip [roboto3] Frame 235
_root.l.shockwave = _root.l.attachMovie("kaboom", (("dagaso" + getTimer()) + random(100000)) + _root.cuentacuentos, _root.l.getNextHighestDepth());
_root.cuentacuentos = _root.cuentacuentos + 1;
_root.l.shockwave._x = _parent[graveado]._x;
_root.l.shockwave._y = _parent[graveado]._y;
_parent[graveado].hp = _parent[graveado].hp - Math.round(((_root.sthero.dmg_normal * 0.8) * (100 - _parent[graveado].armor_normal)) / 100);
golpeson = random(3);
mySound = new Sound(this);
tune = "hit" + golpeson;
if ((_root.l.hero._x - this._x) > 0) {
volumen = (((100 * (_root.l.hero._x - this._x)) / 700) - 100) * -1;
} else {
volumen = (((100 * (this._x - _root.l.hero._x)) / 700) - 100) * -1;
}
if (volumen > 0) {
mySound.setVolume(volumen);
mySound.attachSound(tune);
mySound.start(0, 1);
}
Symbol 247 MovieClip [roboto3] Frame 236
_root.l.shockwave = _root.l.attachMovie("sangreenemigo", (("dagaso" + getTimer()) + random(100000)) + _root.cuentacuentos, _root.l.getNextHighestDepth());
_root.cuentacuentos = _root.cuentacuentos + 1;
_root.l.shockwave._x = _parent[graveado]._x;
_root.l.shockwave._y = _parent[graveado]._y;
if (_xscale == 100) {
_root.l.shockwave._xscale = 100;
}
if (_xscale == -100) {
_root.l.shockwave._xscale = -100;
}
Symbol 247 MovieClip [roboto3] Frame 237
_root.l.shockwave = _root.l.attachMovie("sangreenemigo", (("dagaso" + getTimer()) + random(100000)) + _root.cuentacuentos, _root.l.getNextHighestDepth());
_root.cuentacuentos = _root.cuentacuentos + 1;
_root.l.shockwave._x = _parent[graveado]._x;
_root.l.shockwave._y = _parent[graveado]._y;
if (_xscale == 100) {
_root.l.shockwave._xscale = -100;
}
if (_xscale == -100) {
_root.l.shockwave._xscale = 100;
}
Symbol 247 MovieClip [roboto3] Frame 238
_root.l.shockwave = _root.l.attachMovie("kaboom", (("dagaso" + getTimer()) + random(100000)) + _root.cuentacuentos, _root.l.getNextHighestDepth());
_root.cuentacuentos = _root.cuentacuentos + 1;
_root.l.shockwave._x = _parent[graveado]._x;
_root.l.shockwave._y = _parent[graveado]._y;
_parent[graveado].hp = _parent[graveado].hp - Math.round(((_root.sthero.dmg_normal * 0.8) * (100 - _parent[graveado].armor_normal)) / 100);
golpeson = random(3);
golpeson = random(3);
mySound = new Sound(this);
tune = "hit" + golpeson;
if ((_root.l.hero._x - this._x) > 0) {
volumen = (((100 * (_root.l.hero._x - this._x)) / 700) - 100) * -1;
} else {
volumen = (((100 * (this._x - _root.l.hero._x)) / 700) - 100) * -1;
}
if (volumen > 0) {
mySound.setVolume(volumen);
mySound.attachSound(tune);
mySound.start(0, 1);
}
Symbol 247 MovieClip [roboto3] Frame 239
_root.l.shockwave = _root.l.attachMovie("sangreenemigo", (("dagaso" + getTimer()) + random(100000)) + _root.cuentacuentos, _root.l.getNextHighestDepth());
_root.cuentacuentos = _root.cuentacuentos + 1;
_root.l.shockwave._x = _parent[graveado]._x;
_root.l.shockwave._y = _parent[graveado]._y;
if (_xscale == 100) {
_root.l.shockwave._xscale = 100;
}
if (_xscale == -100) {
_root.l.shockwave._xscale = -100;
}
Symbol 247 MovieClip [roboto3] Frame 240
_root.l.shockwave = _root.l.attachMovie("kaboom", (("dagaso" + getTimer()) + random(100000)) + _root.cuentacuentos, _root.l.getNextHighestDepth());
_root.cuentacuentos = _root.cuentacuentos + 1;
_root.l.shockwave._x = _parent[graveado]._x;
_root.l.shockwave._y = _parent[graveado]._y;
_parent[graveado].hp = _parent[graveado].hp - Math.round(((_root.sthero.dmg_normal * 0.8) * (100 - _parent[graveado].armor_normal)) / 100);
golpeson = random(3);
mySound = new Sound(this);
tune = "hit" + golpeson;
if ((_root.l.hero._x - this._x) > 0) {
volumen = (((100 * (_root.l.hero._x - this._x)) / 700) - 100) * -1;
} else {
volumen = (((100 * (this._x - _root.l.hero._x)) / 700) - 100) * -1;
}
if (volumen > 0) {
mySound.setVolume(volumen);
mySound.attachSound(tune);
mySound.start(0, 1);
}
Symbol 247 MovieClip [roboto3] Frame 241
_root.l.shockwave = _root.l.attachMovie("sangreenemigo", (("dagaso" + getTimer()) + random(100000)) + _root.cuentacuentos, _root.l.getNextHighestDepth());
_root.cuentacuentos = _root.cuentacuentos + 1;
_root.l.shockwave._x = _parent[graveado]._x;
_root.l.shockwave._y = _parent[graveado]._y;
if (_xscale == 100) {
_root.l.shockwave._xscale = -100;
}
if (_xscale == -100) {
_root.l.shockwave._xscale = 100;
}
Symbol 247 MovieClip [roboto3] Frame 243
_root.l.shockwave = _root.l.attachMovie("kaboom", (("dagaso" + getTimer()) + random(100000)) + _root.cuentacuentos, _root.l.getNextHighestDepth());
_root.cuentacuentos = _root.cuentacuentos + 1;
_root.l.shockwave._x = _parent[graveado]._x;
_root.l.shockwave._y = _parent[graveado]._y;
_parent[graveado].hp = _parent[graveado].hp - Math.round(((_root.sthero.dmg_normal * 0.8) * (100 - _parent[graveado].armor_normal)) / 100);
golpeson = random(3);
mySound = new Sound(this);
tune = "hit" + golpeson;
if ((_root.l.hero._x - this._x) > 0) {
volumen = (((100 * (_root.l.hero._x - this._x)) / 700) - 100) * -1;
} else {
volumen = (((100 * (this._x - _root.l.hero._x)) / 700) - 100) * -1;
}
if (volumen > 0) {
mySound.setVolume(volumen);
mySound.attachSound(tune);
mySound.start(0, 1);
}
_root.l.shockwave = _root.l.attachMovie("sangreenemigo", (("dagaso" + getTimer()) + random(100000)) + _root.cuentacuentos, _root.l.getNextHighestDepth());
_root.cuentacuentos = _root.cuentacuentos + 1;
_root.l.shockwave._x = _parent[graveado]._x;
_root.l.shockwave._y = _parent[graveado]._y;
if (_xscale == 100) {
_root.l.shockwave._xscale = 100;
}
if (_xscale == -100) {
_root.l.shockwave._xscale = -100;
}
Symbol 247 MovieClip [roboto3] Frame 245
_root.l.shockwave = _root.l.attachMovie("sangreenemigo", (("dagaso" + getTimer()) + random(100000)) + _root.cuentacuentos, _root.l.getNextHighestDepth());
_root.cuentacuentos = _root.cuentacuentos + 1;
_root.l.shockwave._x = _parent[graveado]._x;
_root.l.shockwave._y = _parent[graveado]._y;
if (_xscale == 100) {
_root.l.shockwave._xscale = 100;
}
if (_xscale == -100) {
_root.l.shockwave._xscale = -100;
}
Symbol 247 MovieClip [roboto3] Frame 246
_root.l.shockwave = _root.l.attachMovie("sangreenemigo", (("dagaso" + getTimer()) + random(100000)) + _root.cuentacuentos, _root.l.getNextHighestDepth());
_root.cuentacuentos = _root.cuentacuentos + 1;
_root.l.shockwave._x = _parent[graveado]._x;
_root.l.shockwave._y = _parent[graveado]._y;
if (_xscale == 100) {
_root.l.shockwave._xscale = 100;
}
if (_xscale == -100) {
_root.l.shockwave._xscale = -100;
}
Symbol 247 MovieClip [roboto3] Frame 247
_root.l.shockwave = _root.l.attachMovie("kaboom", (("dagaso" + getTimer()) + random(100000)) + _root.cuentacuentos, _root.l.getNextHighestDepth());
_root.cuentacuentos = _root.cuentacuentos + 1;
_root.l.shockwave._x = _parent[graveado]._x;
_root.l.shockwave._y = _parent[graveado]._y;
_parent[graveado].hp = _parent[graveado].hp - Math.round(((_root.sthero.dmg_normal * 1.1) * (100 - _parent[graveado].armor_normal)) / 100);
Symbol 247 MovieClip [roboto3] Frame 254
if (_parent[graveado].hp > 0) {
_parent[graveado].gotoAndPlay("golpeadohard");
}
_parent[graveado].hp = _parent[graveado].hp - Math.round(((_root.sthero.dmg_normal * 0.8) * (100 - _parent[graveado].armor_normal)) / 100);
graveado = undefined;
Symbol 247 MovieClip [roboto3] Frame 257
golpeado = 0;
stun = 0;
grab = 0;
graveado = undefined;
gotoAndPlay ("stand");
Symbol 247 MovieClip [roboto3] Frame 259
stun = 1;
Instance of Symbol 149 MovieClip in Symbol 247 MovieClip [roboto3] Frame 259
onClipEvent (enterFrame) {
for (var i in _root.l.enemy) {
if (((_root.l.enemy[i].hp >= 1) and (_root.l.enemy[i].golpeado != 1)) and this.hitTest(_root.l.enemy[i].targetgolpe)) {
if (_parent.graveado == undefined) {
_root.l.enemy[i].gotoAndStop("agarrado");
_root.l.enemy[i].agarrado = true;
_root.l.enemy[i].stun = 1;
_parent.graveado = _root.l.enemy[i]._name;
_parent.gotoAndStop("grab");
}
}
}
}
Symbol 247 MovieClip [roboto3] Frame 262
_root.sthero.bullets = _root.sthero.bullets - 1;
if (_root.sthero.bullets <= 0) {
cuchi1.gotoAndStop(1);
_root.sthero.cuchi1 = 1;
_root.m.armas.gotoAndStop(1);
}
disparo = "dagaso";
if (disparo == "dagaso") {
_root.l.shockwave = _root.l.attachMovie(_root.sthero.arma, "dagaso" + getTimer(), _root.l.getNextHighestDepth());
_root.sthero.energy = _root.sthero.energy - 50;
_root.m.dagger.cooldown = 7 - (_root.sthero.tree_b3 * 2);
_root.l.empujar.push(_root.l.shockwave);
_root.l.shockwave.swapDepths((_root.l.shockwave._x / 90) + (_root.l.shockwave._y + 20));
if (_root.l.hero._xscale == -100) {
_root.l.shockwave.speed = -25;
_root.l.shockwave._xscale = -100;
} else if (_root.l.hero._xscale == 100) {
_root.l.shockwave.speed = 25;
}
}
Symbol 247 MovieClip [roboto3] Frame 266
stun = 0;
gotoAndPlay ("stand");
Symbol 247 MovieClip [roboto3] Frame 314
stun = 1;
camina = 0;
golpeado = 1;
_root.sthero.resiste = 0;
_root.sthero.animamuerte = 1;
_root.l.shockwave = _root.l.attachMovie("sangreenemigo", (("dagaso" + getTimer()) + random(100000)) + _root.cuentacuentos, _root.l.getNextHighestDepth());
_root.cuentacuentos = _root.cuentacuentos + 1;
_root.l.shockwave._x = this._x;
_root.l.shockwave._y = this._y;
if (_xscale == 100) {
_root.l.shockwave._xscale = 100;
}
if (_xscale == -100) {
_root.l.shockwave._xscale = -100;
}
_root.velocity = _root.sthero.velocity;
_root.velocity = _root.velocity * 3;
culonsosos = _root.velocity * (_xscale / 100);
Symbol 247 MovieClip [roboto3] Frame 320
this._name = "ladygaga" + random(3000);
_root.m.heroicon.gotoAndStop("hero");
_root.sthero.hp = _root.sthero.maxhp;
_root.sthero.clase = "yamato";
_root.l.hero = _root.l.attachMovie("yamato", "hero" + getTimer(), _root.l.getNextHighestDepth());
_root.l.hero.cuchi1.gotoAndStop(_root.sthero.cuchi1);
_root.l.hero._x = this._x;
_root.l.hero._y = this._y;
var glow_color = 0;
var glow_alpha = 1;
var glow_blurX = 3;
var glow_blurY = 3;
var glow_strength = 10;
var glow_quality = 3;
var glow_inner = false;
var glow_knockout = false;
var filter_glow = (new flash.filters.GlowFilter(glow_color, glow_alpha, glow_blurX, glow_blurY, glow_strength, glow_quality, glow_inner, glow_knockout));
_root.l.hero.filters = [filter_glow];
for (var i in _root.l.enemy) {
_root.l.enemy[i].gotoAndPlay("golpeadohard");
}
Symbol 247 MovieClip [roboto3] Frame 322
removeMovieClip(this);
Symbol 247 MovieClip [roboto3] Frame 326
_root.sthero.animamuerte = 0;
golpeado = 0;
stun = 0;
gotoAndPlay ("stand");
Instance of Symbol 204 MovieClip in Symbol 247 MovieClip [roboto3] Frame 362
onClipEvent (enterFrame) {
_alpha = (_alpha - 20);
}
Instance of Symbol 204 MovieClip in Symbol 247 MovieClip [roboto3] Frame 364
onClipEvent (enterFrame) {
_alpha = (_alpha - 20);
}
Symbol 247 MovieClip [roboto3] Frame 368
stun = 1;
camina = 0;
Symbol 247 MovieClip [roboto3] Frame 387
stun = 0;
gotoAndPlay ("stand");
Symbol 256 MovieClip Frame 5
stop();
Symbol 260 MovieClip Frame 5
stop();
Symbol 261 MovieClip Frame 35
removeMovieClip(_parent);
Symbol 262 MovieClip [kaboom] Frame 1
function onEnterFrame() {
this.swapDepths((this._x / 90) + (this._y + 28));
}
Instance of Symbol 261 MovieClip in Symbol 262 MovieClip [kaboom] Frame 1
onClipEvent (load) {
_rotation = (random(360) + 1);
}
Symbol 263 MovieClip [mina] Frame 1
function onEnterFrame() {
this._x = this._x - 10;
this.swapDepths((this._x / 90) + (this._y + 20));
if (this._x < -20) {
_root.l.sumonero.cantidadsumon = _root.l.sumonero.cantidadsumon - 1;
removeMovieClip(this);
}
}
dmg = 50;
Instance of Symbol 253 MovieClip "detector" in Symbol 263 MovieClip [mina] Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.l.targetgolpe) and (_root.l.hero.golpeado != 1)) {
_root.sthero.resiste = _root.sthero.resiste + _parent.empujacion;
_root.l.hero.ladoempuja = _parent._xscale / 100;
_root.l.hero.gotoAndPlay("golpeado");
_root.l.hero.stun = 1;
_root.sthero.hp = _root.sthero.hp - Math.round((_parent.dmg * (100 - _root.sthero.armor)) / 100);
if ((_parent._x - _root.l.targetgolpe._x) > 0) {
_root.l.hero._x = _root.l.hero._x - 40;
} else {
_root.l.hero._x = _root.l.hero._x + 40;
}
_parent.gotoAndPlay("muere");
}
}
Symbol 263 MovieClip [mina] Frame 19
gotoAndPlay ("stand");
Symbol 263 MovieClip [mina] Frame 34
_root.l.sumonero.cantidadsumon = _root.l.sumonero.cantidadsumon - 1;
removeMovieClip(this);
Symbol 270 MovieClip Frame 1
stop();
Symbol 271 MovieClip [uppasa] Frame 1
function onEnterFrame() {
this._x = this._x - 10;
this.swapDepths((this._x / 90) + (this._y + 20));
if (this._x < -20) {
removeMovieClip(this);
}
}
dmg = 50;
Instance of Symbol 253 MovieClip "detector" in Symbol 271 MovieClip [uppasa] Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.l.targetgolpe)) {
_root.sthero.life = _root.sthero.life + 1;
mySound = new Sound(this);
tune = "fruiteat.wav";
mySound.setVolume(80);
mySound.attachSound(tune);
mySound.start(0, 1);
removeMovieClip(_parent);
}
}
Symbol 271 MovieClip [uppasa] Frame 19
gotoAndPlay ("stand");
Symbol 271 MovieClip [uppasa] Frame 34
_root.l.sumonero.cantidadsumon = _root.l.sumonero.cantidadsumon - 1;
removeMovieClip(this);
Symbol 300 MovieClip Frame 26
stop();
Symbol 301 MovieClip Frame 1
stop();
Symbol 301 MovieClip Frame 2
function onEnterFrame() {
if ((tiempo > -1) and (perro == 1)) {
tiempo = tiempo - 1;
_parent.hp = _parent.hp - (_root.sthero.dmg_fire * 0.02);
}
if ((tiempo < 0) and (perro == 1)) {
gotoAndStop (1);
perro = 2;
}
}
stop();
tiempo = 90;
perro = 1;
Symbol 306 MovieClip Frame 1
stop();
Symbol 306 MovieClip Frame 2
function onEnterFrame() {
if ((tiempo > -1) and (perro == 1)) {
tiempo = tiempo - 1;
}
if ((tiempo < 0) and (perro == 1)) {
gotoAndStop (1);
perro = 2;
_parent.speed = _parent.speed * 4;
}
}
_parent.speed = _parent.speed / 4;
stop();
perro = 1;
Symbol 309 MovieClip Frame 9
stop();
Symbol 310 MovieClip Frame 1
stop();
Symbol 310 MovieClip Frame 2
function onEnterFrame() {
if ((tiempo > -1) and (perro == 1)) {
tiempo = tiempo - 1;
}
if ((tiempo < 0) and (perro == 1)) {
gotoAndStop (1);
perro = 2;
_parent.speed = _parent.speed * 8;
}
}
_parent.speed = _parent.speed / 8;
stop();
tiempo = 60;
perro = 1;
Symbol 319 MovieClip Frame 1
camina = 0;
golpeado = 0;
Symbol 319 MovieClip Frame 19
stun = 0;
gotoAndPlay ("stand");
Symbol 319 MovieClip Frame 22
camina = 1;
golpeado = 0;
Symbol 319 MovieClip Frame 29
stun = 0;
golpeado = 0;
Symbol 319 MovieClip Frame 35
stun = 0;
gotoAndPlay ("camina");
Symbol 319 MovieClip Frame 39
stun = 1;
Symbol 319 MovieClip Frame 43
Instance of Symbol 253 MovieClip "detector" in Symbol 319 MovieClip Frame 43
onClipEvent (enterFrame) {
if (this.hitTest(_root.l.targetgolpe) and (_root.l.hero.golpeado != 1)) {
_root.sthero.resiste = _root.sthero.resiste + _parent.empujacion;
_root.l.hero.ladoempuja = _parent._xscale / 100;
_root.l.hero.gotoAndPlay("golpeado");
_root.l.hero.stun = 1;
_root.sthero.hp = _root.sthero.hp - Math.round((_parent.dmg * (100 - _root.sthero.armor)) / 100);
if ((_parent._x - _root.l.targetgolpe._x) > 0) {
_root.l.hero._x = _root.l.hero._x - 40;
} else {
_root.l.hero._x = _root.l.hero._x + 40;
}
}
}
Symbol 319 MovieClip Frame 49
gotoAndPlay ("stand");
Symbol 319 MovieClip Frame 51
stun = 1;
if (this._xscale == 100) {
culonsosos = 20;
}
if (this._xscale == -100) {
culonsosos = -20;
}
this._x = this._x + culonsosos;
Instance of Symbol 253 MovieClip "detector" in Symbol 319 MovieClip Frame 51
onClipEvent (enterFrame) {
if (this.hitTest(_root.l.targetgolpe) and (_root.l.hero.golpeado != 1)) {
_root.l.hero.gotoAndPlay("golpeado");
_root.l.hero.stun = 1;
_root.sthero.hp = _root.sthero.hp - Math.round((_parent.dmg * (100 - _root.sthero.armor)) / 100);
if ((_parent._x - _root.l.targetgolpe._x) > 0) {
_root.l.hero._x = _root.l.hero._x - 40;
} else {
_root.l.hero._x = _root.l.hero._x + 40;
}
}
}
Symbol 319 MovieClip Frame 52
this._x = this._x + culonsosos;
Symbol 319 MovieClip Frame 53
this._x = this._x + culonsosos;
Symbol 319 MovieClip Frame 54
this._x = this._x + culonsosos;
Symbol 319 MovieClip Frame 55
this._x = this._x + culonsosos;
Symbol 319 MovieClip Frame 56
this._x = this._x + culonsosos;
Symbol 319 MovieClip Frame 57
this._x = this._x + culonsosos;
Symbol 319 MovieClip Frame 58
this._x = this._x + culonsosos;
Symbol 319 MovieClip Frame 59
this._x = this._x + culonsosos;
Symbol 319 MovieClip Frame 60
this._x = this._x + culonsosos;
Symbol 319 MovieClip Frame 61
this._x = this._x + culonsosos;
Symbol 319 MovieClip Frame 62
gotoAndPlay ("stand");
this._x = this._x + culonsosos;
Symbol 319 MovieClip Frame 65
_root.m.displayenemy.targeteado = this;
_root.m.displayenemy.gotoAndStop(nombre);
_root.m.displayenemy.timer.gotoAndPlay(1);
if (resiste > aguante) {
gotoAndPlay ("golpeadohard");
}
stun = 1;
camina = 0;
stun = 1;
golpeson = random(3);
mySound = new Sound(this);
tune = "hit" + golpeson;
if ((_root.l.hero._x - this._x) > 0) {
volumen = (((100 * (_root.l.hero._x - this._x)) / 700) - 100) * -1;
} else {
volumen = (((100 * (this._x - _root.l.hero._x)) / 700) - 100) * -1;
}
if (volumen > 0) {
mySound.setVolume(volumen);
mySound.attachSound(tune);
mySound.start(0, 1);
}
_root.l.shockwave = _root.l.attachMovie("sangreenemigo", (("dagaso" + getTimer()) + random(100000)) + _root.cuentacuentos, _root.l.getNextHighestDepth());
_root.cuentacuentos = _root.cuentacuentos + 1;
_root.l.shockwave._x = this._x;
_root.l.shockwave._y = this._y;
if (_xscale == 100) {
_root.l.shockwave._xscale = 100;
}
if (_xscale == -100) {
_root.l.shockwave._xscale = -100;
}
Symbol 319 MovieClip Frame 67
Symbol 319 MovieClip Frame 75
golpeado = 0;
stun = 0;
gotoAndPlay ("stand");
Symbol 319 MovieClip Frame 78
stun = 1;
if (this._xscale == 100) {
culonsosos = -25;
}
if (this._xscale == -100) {
culonsosos = 25;
}
this._x = this._x + culonsosos;
Symbol 319 MovieClip Frame 79
this._x = this._x + culonsosos;
Symbol 319 MovieClip Frame 80
this._x = this._x + culonsosos;
Symbol 319 MovieClip Frame 81
this._x = this._x + culonsosos;
Symbol 319 MovieClip Frame 82
this._x = this._x + culonsosos;
Symbol 319 MovieClip Frame 83
this._x = this._x + culonsosos;
Symbol 319 MovieClip Frame 84
this._x = this._x + culonsosos;
Symbol 319 MovieClip Frame 85
this._x = this._x + culonsosos;
Symbol 319 MovieClip Frame 86
this._x = this._x + culonsosos;
Symbol 319 MovieClip Frame 87
this._x = this._x + culonsosos;
Symbol 319 MovieClip Frame 88
this._x = this._x + culonsosos;
Symbol 319 MovieClip Frame 89
gotoAndPlay ("stand");
Symbol 319 MovieClip Frame 94
_root.m.displayenemy.targeteado = this;
_root.m.displayenemy.gotoAndStop(nombre);
_root.m.displayenemy.timer.gotoAndPlay(1);
golpeado = 1;
stun = 1;
camina = 0;
resiste = 0;
stun = 1;
golpeson = random(3);
mySound = new Sound(this);
tune = "hit" + golpeson;
if ((_root.l.hero._x - this._x) > 0) {
volumen = (((100 * (_root.l.hero._x - this._x)) / 700) - 100) * -1;
} else {
volumen = (((100 * (this._x - _root.l.hero._x)) / 700) - 100) * -1;
}
if (volumen > 0) {
mySound.setVolume(volumen);
mySound.attachSound(tune);
mySound.start(0, 1);
}
_root.l.shockwave = _root.l.attachMovie("sangreenemigo", (("dagaso" + getTimer()) + random(100000)) + _root.cuentacuentos, _root.l.getNextHighestDepth());
_root.cuentacuentos = _root.cuentacuentos + 1;
_root.l.shockwave._x = this._x;
_root.l.shockwave._y = this._y;
if (_xscale == 100) {
_root.l.shockwave._xscale = 100;
}
if (_xscale == -100) {
_root.l.shockwave._xscale = -100;
}
randosalidagolpe = random(2);
if (randosalidagolpe == 1) {
culonsosos = -20;
}
if (randosalidagolpe == 0) {
culonsosos = 20;
}
this._x = this._x + culonsosos;
Symbol 319 MovieClip Frame 95
this._x = this._x + culonsosos;
Symbol 319 MovieClip Frame 96
_root.l.shockwave = _root.l.attachMovie("sangreenemigo", (("dagaso" + getTimer()) + random(100000)) + _root.cuentacuentos, _root.l.getNextHighestDepth());
_root.cuentacuentos = _root.cuentacuentos + 1;
_root.l.shockwave._x = this._x;
_root.l.shockwave._y = this._y;
if (_xscale == 100) {
_root.l.shockwave._xscale = 100;
}
if (_xscale == -100) {
_root.l.shockwave._xscale = -100;
}
this._x = this._x + culonsosos;
Symbol 319 MovieClip Frame 97
this._x = this._x + culonsosos;
Symbol 319 MovieClip Frame 98
this._x = this._x + culonsosos;
Symbol 319 MovieClip Frame 99
this._x = this._x + culonsosos;
Symbol 319 MovieClip Frame 100
this._x = this._x + culonsosos;
Symbol 319 MovieClip Frame 101
this._x = this._x + culonsosos;
Symbol 319 MovieClip Frame 102
this._x = this._x + culonsosos;
Symbol 319 MovieClip Frame 103
this._x = this._x + culonsosos;
Symbol 319 MovieClip Frame 104
this._x = this._x + culonsosos;
Symbol 319 MovieClip Frame 105
this._x = this._x + culonsosos;
Symbol 319 MovieClip Frame 106
this._x = this._x + culonsosos;
Symbol 319 MovieClip Frame 107
this._x = this._x + culonsosos;
Symbol 319 MovieClip Frame 108
this._x = this._x + culonsosos;
Symbol 319 MovieClip Frame 109
this._x = this._x + culonsosos;
Symbol 319 MovieClip Frame 130
golpeado = 0;
stun = 0;
gotoAndPlay ("stand");
Symbol 319 MovieClip Frame 132
_root.m.displayenemy.targeteado = this;
_root.m.displayenemy.gotoAndStop(nombre);
_root.m.displayenemy.timer.gotoAndPlay(1);
stun = 1;
Symbol 319 MovieClip Frame 142
gotoAndPlay ("agarrado");
Symbol 319 MovieClip Frame 168
golpeado = 0;
stun = 0;
gotoAndPlay ("stand");
Symbol 345 MovieClip Frame 26
stop();
Symbol 346 MovieClip Frame 1
stop();
Symbol 346 MovieClip Frame 2
function onEnterFrame() {
if ((tiempo > -1) and (perro == 1)) {
tiempo = tiempo - 1;
_parent.hp = _parent.hp - (_root.sthero.dmg_fire * 0.02);
}
if ((tiempo < 0) and (perro == 1)) {
gotoAndStop (1);
perro = 2;
}
}
stop();
tiempo = 90;
perro = 1;
Symbol 376 MovieClip Frame 1
camina = 0;
golpeado = 0;
Symbol 376 MovieClip Frame 19
stun = 0;
gotoAndPlay ("camina");
Symbol 376 MovieClip Frame 22
camina = 1;
golpeado = 0;
Symbol 376 MovieClip Frame 31
stun = 0;
golpeado = 0;
Symbol 376 MovieClip Frame 36
stun = 0;
gotoAndPlay ("camina");
Symbol 376 MovieClip Frame 40
stun = 1;
Symbol 376 MovieClip Frame 44
Instance of Symbol 253 MovieClip "detector" in Symbol 376 MovieClip Frame 44
onClipEvent (enterFrame) {
if (this.hitTest(_root.l.targetgolpe) and (_root.l.hero.golpeado != 1)) {
_root.sthero.resiste = _root.sthero.resiste + _parent.empujacion;
_root.l.hero.ladoempuja = _parent._xscale / 100;
_root.l.hero.gotoAndPlay("golpeado");
_root.l.hero.stun = 1;
_root.sthero.hp = _root.sthero.hp - Math.round((_parent.dmg * (100 - _root.sthero.armor)) / 100);
if ((_parent._x - _root.l.targetgolpe._x) > 0) {
_root.l.hero._x = _root.l.hero._x - 40;
} else {
_root.l.hero._x = _root.l.hero._x + 40;
}
}
}
Symbol 376 MovieClip Frame 50
gotoAndPlay ("stand");
Symbol 376 MovieClip Frame 52
stun = 1;
if (this._xscale == 100) {
culonsosos = 40;
}
if (this._xscale == -100) {
culonsosos = -40;
}
this._x = this._x + culonsosos;
Symbol 376 MovieClip Frame 53
this._x = this._x + culonsosos;
Symbol 376 MovieClip Frame 54
this._x = this._x + culonsosos;
Instance of Symbol 253 MovieClip "detector" in Symbol 376 MovieClip Frame 54
onClipEvent (enterFrame) {
if (this.hitTest(_root.l.targetgolpe) and (_root.l.hero.golpeado != 1)) {
_root.sthero.resiste = _root.sthero.resiste + (_parent.empujacion * 100);
_root.l.hero.ladoempuja = _parent._xscale / 100;
_root.l.hero.gotoAndPlay("golpeado");
_root.l.hero.stun = 1;
_root.sthero.hp = _root.sthero.hp - Math.round((_parent.dmg * (100 - _root.sthero.armor)) / 100);
if ((_parent._x - _root.l.targetgolpe._x) > 0) {
_root.l.hero._x = _root.l.hero._x - 40;
} else {
_root.l.hero._x = _root.l.hero._x + 40;
}
}
}
Symbol 376 MovieClip Frame 55
this._x = this._x + culonsosos;
Symbol 376 MovieClip Frame 56
this._x = this._x + culonsosos;
Symbol 376 MovieClip Frame 57
this._x = this._x + culonsosos;
Symbol 376 MovieClip Frame 58
this._x = this._x + culonsosos;
Symbol 376 MovieClip Frame 59
this._x = this._x + culonsosos;
Symbol 376 MovieClip Frame 60
this._x = this._x + culonsosos;
Symbol 376 MovieClip Frame 61
this._x = this._x + culonsosos;
Symbol 376 MovieClip Frame 62
this._x = this._x + culonsosos;
Symbol 376 MovieClip Frame 63
gotoAndPlay ("stand");
this._x = this._x + culonsosos;
Symbol 376 MovieClip Frame 66
_root.m.displayenemy.targeteado = this;
_root.m.displayenemy.gotoAndStop(nombre);
_root.m.displayenemy.timer.gotoAndPlay(1);
if (resiste > aguante) {
gotoAndPlay ("golpeadohard");
}
stun = 1;
camina = 0;
stun = 1;
golpeson = random(3);
mySound = new Sound(this);
tune = "hit" + golpeson;
if ((_root.l.hero._x - this._x) > 0) {
volumen = (((100 * (_root.l.hero._x - this._x)) / 700) - 100) * -1;
} else {
volumen = (((100 * (this._x - _root.l.hero._x)) / 700) - 100) * -1;
}
if (volumen > 0) {
mySound.setVolume(volumen);
mySound.attachSound(tune);
mySound.start(0, 1);
}
Symbol 376 MovieClip Frame 76
golpeado = 0;
stun = 0;
gotoAndPlay ("stand");
Symbol 376 MovieClip Frame 79
stun = 1;
if (this._xscale == 100) {
culonsosos = 22;
}
if (this._xscale == -100) {
culonsosos = -22;
}
this._x = this._x + culonsosos;
gogoasa = 7;
Symbol 376 MovieClip Frame 80
this._x = this._x + culonsosos;
this._y = this._y + gogoasa;
Symbol 376 MovieClip Frame 81
this._x = this._x + culonsosos;
this._y = this._y + gogoasa;
Symbol 376 MovieClip Frame 82
this._x = this._x + culonsosos;
this._y = this._y + gogoasa;
Symbol 376 MovieClip Frame 83
this._x = this._x + culonsosos;
this._y = this._y + gogoasa;
Symbol 376 MovieClip Frame 84
this._x = this._x + culonsosos;
this._y = this._y + gogoasa;
Symbol 376 MovieClip Frame 85
this._x = this._x + culonsosos;
this._y = this._y + gogoasa;
Symbol 376 MovieClip Frame 86
this._x = this._x + culonsosos;
this._y = this._y + gogoasa;
Symbol 376 MovieClip Frame 87
this._x = this._x + culonsosos;
this._y = this._y + gogoasa;
Symbol 376 MovieClip Frame 88
this._x = this._x + culonsosos;
this._y = this._y + gogoasa;
Symbol 376 MovieClip Frame 89
this._x = this._x + culonsosos;
this._y = this._y + gogoasa;
Symbol 376 MovieClip Frame 90
gotoAndPlay ("stand");
Symbol 376 MovieClip Frame 95
_root.m.displayenemy.targeteado = this;
_root.m.displayenemy.gotoAndStop(nombre);
_root.m.displayenemy.timer.gotoAndPlay(1);
golpeado = 1;
stun = 1;
camina = 0;
resiste = 0;
stun = 1;
golpeson = random(3);
mySound = new Sound(this);
tune = "hit" + golpeson;
if ((_root.l.hero._x - this._x) > 0) {
volumen = (((100 * (_root.l.hero._x - this._x)) / 700) - 100) * -1;
} else {
volumen = (((100 * (this._x - _root.l.hero._x)) / 700) - 100) * -1;
}
if (this._xscale == 100) {
culonsosos = -20;
}
if (this._xscale == -100) {
culonsosos = 20;
}
this._x = this._x + culonsosos;
if (volumen > 0) {
mySound.setVolume(volumen);
mySound.attachSound(tune);
mySound.start(0, 1);
}
_root.l.shockwave = _root.l.attachMovie("sangreenemigo", (("dagaso" + getTimer()) + random(100000)) + _root.cuentacuentos, _root.l.getNextHighestDepth());
_root.cuentacuentos = _root.cuentacuentos + 1;
_root.l.shockwave._x = this._x;
_root.l.shockwave._y = this._y;
if (_xscale == 100) {
_root.l.shockwave._xscale = 100;
}
if (_xscale == -100) {
_root.l.shockwave._xscale = -100;
}
Symbol 376 MovieClip Frame 97
_root.l.shockwave = _root.l.attachMovie("sangreenemigo", (("dagaso" + getTimer()) + random(100000)) + _root.cuentacuentos, _root.l.getNextHighestDepth());
_root.cuentacuentos = _root.cuentacuentos + 1;
_root.l.shockwave._x = this._x;
_root.l.shockwave._y = this._y;
if (_xscale == 100) {
_root.l.shockwave._xscale = 100;
}
if (_xscale == -100) {
_root.l.shockwave._xscale = -100;
}
this._x = this._x + culonsosos;
Symbol 376 MovieClip Frame 98
this._x = this._x + culonsosos;
Symbol 376 MovieClip Frame 99
this._x = this._x + culonsosos;
Symbol 376 MovieClip Frame 100
this._x = this._x + culonsosos;
Symbol 376 MovieClip Frame 101
this._x = this._x + culonsosos;
Symbol 376 MovieClip Frame 102
this._x = this._x + culonsosos;
Symbol 376 MovieClip Frame 103
this._x = this._x + culonsosos;
Symbol 376 MovieClip Frame 104
this._x = this._x + culonsosos;
Symbol 376 MovieClip Frame 105
this._x = this._x + culonsosos;
Symbol 376 MovieClip Frame 106
this._x = this._x + culonsosos;
Symbol 376 MovieClip Frame 107
this._x = this._x + culonsosos;
Symbol 376 MovieClip Frame 108
this._x = this._x + culonsosos;
Symbol 376 MovieClip Frame 109
this._x = this._x + culonsosos;
Symbol 376 MovieClip Frame 110
this._x = this._x + culonsosos;
Symbol 376 MovieClip Frame 111
this._x = this._x + culonsosos;
Symbol 376 MovieClip Frame 122
golpeado = 0;
stun = 0;
gotoAndPlay ("stand");
Symbol 376 MovieClip Frame 124
_root.m.displayenemy.targeteado = this;
_root.m.displayenemy.gotoAndStop(nombre);
_root.m.displayenemy.timer.gotoAndPlay(1);
stun = 1;
Symbol 376 MovieClip Frame 134
gotoAndPlay ("agarrado");
Symbol 376 MovieClip Frame 160
golpeado = 0;
stun = 0;
gotoAndPlay ("stand");
Symbol 382 MovieClip Frame 1
camina = 0;
golpeado = 0;
Symbol 382 MovieClip Frame 19
stun = 0;
gotoAndPlay ("camuna");
Symbol 382 MovieClip Frame 22
camina = 1;
golpeado = 0;
Symbol 382 MovieClip Frame 31
stun = 0;
golpeado = 0;
Symbol 382 MovieClip Frame 36
stun = 0;
gotoAndPlay ("camina");
Symbol 382 MovieClip Frame 40
stun = 1;
Symbol 382 MovieClip Frame 44
Instance of Symbol 253 MovieClip "detector" in Symbol 382 MovieClip Frame 44
onClipEvent (enterFrame) {
if (this.hitTest(_root.l.targetgolpe) and (_root.l.hero.golpeado != 1)) {
_root.sthero.resiste = _root.sthero.resiste + _parent.empujacion;
_root.l.hero.ladoempuja = _parent._xscale / 100;
_root.l.hero.gotoAndPlay("golpeado");
_root.l.hero.stun = 1;
_root.sthero.hp = _root.sthero.hp - Math.round((_parent.dmg * (100 - _root.sthero.armor)) / 100);
if ((_parent._x - _root.l.targetgolpe._x) > 0) {
_root.l.hero._x = _root.l.hero._x - 40;
} else {
_root.l.hero._x = _root.l.hero._x + 40;
}
}
}
Symbol 382 MovieClip Frame 50
gotoAndPlay ("stand");
Symbol 382 MovieClip Frame 52
stun = 1;
Symbol 382 MovieClip Frame 63
gotoAndPlay ("stand");
Symbol 382 MovieClip Frame 66
if (resiste > aguante) {
gotoAndPlay ("golpeadohard");
}
stun = 1;
camina = 0;
stun = 1;
golpeson = random(3);
mySound = new Sound(this);
tune = "hit" + golpeson;
if ((_root.l.hero._x - this._x) > 0) {
volumen = (((100 * (_root.l.hero._x - this._x)) / 700) - 100) * -1;
} else {
volumen = (((100 * (this._x - _root.l.hero._x)) / 700) - 100) * -1;
}
if (volumen > 0) {
mySound.setVolume(volumen);
mySound.attachSound(tune);
mySound.start(0, 1);
}
Symbol 382 MovieClip Frame 68
hp = -100;
Symbol 382 MovieClip Frame 71
golpeado = 0;
stun = 0;
_root.l.shockwave = _root.l.attachMovie(contiene, (("dagaso" + getTimer()) + random(100000)) + _root.cuentacuentos, _root.l.getNextHighestDepth());
_root.cuentacuentos = _root.cuentacuentos + 1;
_root.l.shockwave._x = this._x;
_root.l.shockwave._y = this._y - 10;
stop();
hp = -10;
removeMovieClip(this);
Symbol 382 MovieClip Frame 74
stun = 1;
Symbol 382 MovieClip Frame 85
gotoAndPlay ("stand");
Symbol 382 MovieClip Frame 90
golpeado = 1;
stun = 1;
camina = 0;
resiste = 0;
stun = 1;
golpeson = random(3);
mySound = new Sound(this);
tune = "hit" + golpeson;
if ((_root.l.hero._x - this._x) > 0) {
volumen = (((100 * (_root.l.hero._x - this._x)) / 700) - 100) * -1;
} else {
volumen = (((100 * (this._x - _root.l.hero._x)) / 700) - 100) * -1;
}
if (volumen > 0) {
mySound.setVolume(volumen);
mySound.attachSound(tune);
mySound.start(0, 1);
}
Instance of Symbol 149 MovieClip in Symbol 382 MovieClip Frame 90
onClipEvent (enterFrame) {
if (this.hitTest(_parent._parent.eso) and (gagaso == undefined)) {
_parent.culonsosos = 0;
gagaso = 1;
}
if (this.hitTest(_parent._parent.eso2) and (gagaso == undefined)) {
_parent.culonsosos = 0;
gagaso = 1;
}
for (var i in _root.l.enemy) {
if ((_root.l.enemy[i].golpeado <= 0) and this.hitTest(_root.l.enemy[i].targetgolpe)) {
_root.l.enemy[i].hp = _root.l.enemy[i].hp - Math.round(((_root.sthero.dmg_normal * (3 + (_root.sthero.tree_a3 * 0.33))) * (100 - _root.l.enemy[i].armor_normal)) / 100);
_root.l.enemy[i]._xscale = _root.l.enemy[i]._xscale * -1;
_root.l.enemy[i].resiste = _root.l.enemy[i].resiste + 100;
_root.l.enemy[i].golpeado = 1;
_root.l.enemy[i].golpeado_anima = 1;
_root.sthero.combo = _root.sthero.combo + 1;
_root.sthero.tiempocombo = 30;
_root.l.shockwave = _root.l.attachMovie("kaboom", (("dagaso" + getTimer()) + random(100000)) + _root.cuentacuentos, _root.l.getNextHighestDepth());
_root.cuentacuentos = _root.cuentacuentos + 1;
_root.l.shockwave._x = _root.l.enemy[i]._x;
_root.l.shockwave._y = _root.l.enemy[i]._y;
if (_parent._xscale == 100) {
_root.l.shockwave._xscale = 100;
}
if (_parent._xscale == -100) {
_root.l.shockwave._xscale = -100;
}
}
}
}
Symbol 382 MovieClip Frame 91
if (this._xscale == 100) {
culonsosos = -20;
}
if (this._xscale == -100) {
culonsosos = 20;
}
this._x = this._x + culonsosos;
Symbol 382 MovieClip Frame 92
this._x = this._x + culonsosos;
Symbol 382 MovieClip Frame 93
this._x = this._x + culonsosos;
Symbol 382 MovieClip Frame 94
this._x = this._x + culonsosos;
Symbol 382 MovieClip Frame 95
this._x = this._x + culonsosos;
Symbol 382 MovieClip Frame 96
this._x = this._x + culonsosos;
Symbol 382 MovieClip Frame 97
this._x = this._x + culonsosos;
Symbol 382 MovieClip Frame 98
this._x = this._x + culonsosos;
Symbol 382 MovieClip Frame 99
this._x = this._x + culonsosos;
Symbol 382 MovieClip Frame 100
this._x = this._x + culonsosos;
Symbol 382 MovieClip Frame 101
this._x = this._x + culonsosos;
Symbol 382 MovieClip Frame 102
this._x = this._x + culonsosos;
Symbol 382 MovieClip Frame 103
this._x = this._x + culonsosos;
Symbol 382 MovieClip Frame 104
this._x = this._x + culonsosos;
Symbol 382 MovieClip Frame 105
this._x = this._x + culonsosos;
Symbol 382 MovieClip Frame 106
this._x = this._x + culonsosos;
Symbol 382 MovieClip Frame 109
golpeado = 0;
stun = 0;
gotoAndPlay ("bash");
Symbol 382 MovieClip Frame 119
stun = 1;
Symbol 382 MovieClip Frame 129
gotoAndPlay ("agarrado");
Symbol 382 MovieClip Frame 155
golpeado = 0;
stun = 0;
gotoAndPlay ("stand");
Symbol 391 MovieClip Frame 1
enemy = [];
Symbol 459 MovieClip Frame 9
stop();
Symbol 474 MovieClip Frame 1
stop();
Symbol 512 MovieClip [yamato] Frame 1
_root.l.invi = 0;
humano = "si";
gravea = "si";
_root.velocity = _root.sthero.velocity;
_root.sthero.animamuerte = 0;
grab = 0;
sas = 0;
ses = 0;
sis = 0;
sos = 0;
golpeado = 0;
stun = 0;
camina = 0;
dmg_normal = 30;
dmg_fire = 10;
dmg_ice = 25;
dmg_shadow = 25;
Symbol 512 MovieClip [yamato] Frame 2
golpeado = 0;
Symbol 512 MovieClip [yamato] Frame 28
gotoAndPlay ("stand");
Symbol 512 MovieClip [yamato] Frame 35
_root.velocity = _root.sthero.velocity;
_root.sthero.animamuerte = 0;
golpeado = 0;
stun = 0;
camina = 1;
Symbol 512 MovieClip [yamato] Frame 43
if (((Key.isDown(_root.botonderecha) or Key.isDown(_root.botonizquierda)) or Key.isDown(_root.botonarriva)) or Key.isDown(_root.botonabajo)) {
gotoAndPlay ("camina");
} else {
gotoAndPlay ("stand");
}
Symbol 512 MovieClip [yamato] Frame 55
stun = 1;
Symbol 512 MovieClip [yamato] Frame 56
mySound = new Sound(this);
tune = ("H_attack" + (random(3) + 1)) + ".mp3";
mySound.setVolume(80);
mySound.attachSound(tune);
mySound.start(0, 1);
mySound = new Sound(this);
tune = "H_sword.mp3";
mySound.setVolume(80);
mySound.attachSound(tune);
mySound.start(0, 1);
Instance of Symbol 149 MovieClip in Symbol 512 MovieClip [yamato] Frame 56
onClipEvent (enterFrame) {
for (var i in _root.l.enemy) {
if ((_root.l.enemy[i].golpeado <= 0) and this.hitTest(_root.l.enemy[i].targetgolpe)) {
_root.l.enemy[i].hp = _root.l.enemy[i].hp - Math.round(((_root.sthero.dmg_normal * 1.4) * (100 - _root.l.enemy[i].armor_normal)) / 100);
_root.l.enemy[i].resiste = _root.l.enemy[i].resiste + _parent.basheador;
_root.l.enemy[i].golpeado_anima = 1;
if (_parent.mamasa != 1) {
_parent.mamasa = 1;
_root.sthero.combo = _root.sthero.combo + 1;
_root.sthero.tiempocombo = 30;
}
_root.l.shockwave = _root.l.attachMovie("kaboom", (("dagaso" + getTimer()) + random(100000)) + _root.cuentacuentos, _root.l.getNextHighestDepth());
_root.cuentacuentos = _root.cuentacuentos + 1;
_root.l.shockwave._x = _root.l.enemy[i]._x;
_root.l.shockwave._y = _root.l.enemy[i]._y;
if (_parent._xscale == 100) {
_root.l.shockwave._xscale = 200;
}
if (_parent._xscale == -100) {
_root.l.shockwave._xscale = -200;
}
}
}
}
Symbol 512 MovieClip [yamato] Frame 58
mamasa = 0;
Symbol 512 MovieClip [yamato] Frame 63
stun = 0;
gotoAndPlay ("stand");
Symbol 512 MovieClip [yamato] Frame 66
stun = 1;
Symbol 512 MovieClip [yamato] Frame 69
mySound = new Sound(this);
tune = ("H_attack" + (random(3) + 1)) + ".mp3";
mySound.setVolume(80);
mySound.attachSound(tune);
mySound.start(0, 1);
tune = "H_sword.mp3";
mySound.setVolume(80);
mySound.attachSound(tune);
mySound.start(0, 1);
Instance of Symbol 149 MovieClip in Symbol 512 MovieClip [yamato] Frame 71
onClipEvent (enterFrame) {
for (var i in _root.l.enemy) {
if ((_root.l.enemy[i].golpeado <= 0) and this.hitTest(_root.l.enemy[i].targetgolpe)) {
_root.l.enemy[i].hp = _root.l.enemy[i].hp - Math.round(((_root.sthero.dmg_normal * 1.4) * (100 - _root.l.enemy[i].armor_normal)) / 100);
_root.l.enemy[i].golpeado_anima = 1;
_root.l.enemy[i].resiste = _root.l.enemy[i].resiste + _parent.basheador;
if (_parent.mamasa != 1) {
_parent.mamasa = 1;
_root.sthero.combo = _root.sthero.combo + 1;
_root.sthero.tiempocombo = 30;
}
_root.l.shockwave = _root.l.attachMovie("kaboom", (("dagaso" + getTimer()) + random(100000)) + _root.cuentacuentos, _root.l.getNextHighestDepth());
_root.cuentacuentos = _root.cuentacuentos + 1;
_root.l.shockwave._x = _root.l.enemy[i]._x;
_root.l.shockwave._y = _root.l.enemy[i]._y;
if (_parent._xscale == 100) {
_root.l.shockwave._xscale = 100;
}
if (_parent._xscale == -100) {
_root.l.shockwave._xscale = -100;
}
}
}
}
Symbol 512 MovieClip [yamato] Frame 73
mamasa = 0;
Symbol 512 MovieClip [yamato] Frame 81
stun = 0;
gotoAndPlay ("stand");
Symbol 512 MovieClip [yamato] Frame 87
stun = 1;
_root.velocity = 70;
culonsosos = 70 * (this._xscale / 100);
Symbol 512 MovieClip [yamato] Frame 89
mySound = new Sound(this);
tune = "leap";
mySound.setVolume(80);
mySound.attachSound(tune);
mySound.start(0, 1);
golpeado = 1;
_root.l.invi = 1;
this._x = this._x + culonsosos;
Symbol 512 MovieClip [yamato] Frame 90
this._x = this._x + culonsosos;
Symbol 512 MovieClip [yamato] Frame 91
this._x = this._x + culonsosos;
Symbol 512 MovieClip [yamato] Frame 92
this._x = this._x + culonsosos;
Symbol 512 MovieClip [yamato] Frame 93
this._x = this._x + culonsosos;
Symbol 512 MovieClip [yamato] Frame 94
golpeado = 0;
_root.l.invi = 0;
Symbol 512 MovieClip [yamato] Frame 97
_root.velocity = _root.sthero.velocity;
golpeado = 0;
stun = 0;
gotoAndPlay ("stand");
Symbol 512 MovieClip [yamato] Frame 105
stun = 1;
golpeado = 1;
mySound = new Sound(this);
tune = "Zwork.mp3";
mySound.setVolume(80);
mySound.attachSound(tune);
mySound.start(0, 1);
mySound = new Sound(this);
tune = ("H_attack" + (random(3) + 1)) + ".mp3";
mySound.setVolume(80);
mySound.attachSound(tune);
mySound.start(0, 1);
_root.velocity = _root.velocity * 2;
if (this._xscale == 100) {
culonsosos = _root.velocity;
}
if (this._xscale == -100) {
culonsosos = _root.velocity * -1;
}
this._x = this._x + culonsosos;
Instance of Symbol 149 MovieClip in Symbol 512 MovieClip [yamato] Frame 105
onClipEvent (enterFrame) {
for (var i in _root.l.enemy) {
if ((_root.l.enemy[i].golpeado <= 0) and this.hitTest(_root.l.enemy[i].targetgolpe)) {
_root.l.enemy[i].hp = _root.l.enemy[i].hp - Math.round(((_root.sthero.dmg_normal * (1 + (_root.sthero.tree_a3 * 0.33))) * (100 - _root.l.enemy[i].armor_normal)) / 100);
_root.l.enemy[i]._xscale = _root.l.enemy[i]._xscale * -1;
_root.l.enemy[i].gotoAndPlay("golpeadohard");
_root.l.enemy[i].golpeado = 1;
_root.sthero.combo = _root.sthero.combo + 1;
_root.sthero.tiempocombo = 30;
_root.l.shockwave = _root.l.attachMovie("kaboom", (("dagaso" + getTimer()) + random(100000)) + _root.cuentacuentos, _root.l.getNextHighestDepth());
_root.cuentacuentos = _root.cuentacuentos + 1;
_root.l.shockwave._x = _root.l.enemy[i]._x;
_root.l.shockwave._y = _root.l.enemy[i]._y;
if (_parent._xscale == 100) {
_root.l.shockwave._xscale = 100;
}
if (_parent._xscale == -100) {
_root.l.shockwave._xscale = -100;
}
}
}
}
Symbol 512 MovieClip [yamato] Frame 106
this._x = this._x + culonsosos;
Symbol 512 MovieClip [yamato] Frame 107
this._x = this._x + culonsosos;
Symbol 512 MovieClip [yamato] Frame 108
this._x = this._x + culonsosos;
Symbol 512 MovieClip [yamato] Frame 109
this._x = this._x + culonsosos;
Symbol 512 MovieClip [yamato] Frame 110
this._x = this._x + culonsosos;
Symbol 512 MovieClip [yamato] Frame 111
this._x = this._x + culonsosos;
Symbol 512 MovieClip [yamato] Frame 112
this._x = this._x + culonsosos;
Symbol 512 MovieClip [yamato] Frame 113
this._x = this._x + culonsosos;
Symbol 512 MovieClip [yamato] Frame 114
this._x = this._x + culonsosos;
Symbol 512 MovieClip [yamato] Frame 115
this._x = this._x + culonsosos;
Symbol 512 MovieClip [yamato] Frame 116
this._x = this._x + culonsosos;
Symbol 512 MovieClip [yamato] Frame 117
this._x = this._x + culonsosos;
Symbol 512 MovieClip [yamato] Frame 118
this._x = this._x + culonsosos;
Symbol 512 MovieClip [yamato] Frame 119
this._x = this._x + culonsosos;
Symbol 512 MovieClip [yamato] Frame 120
this._x = this._x + culonsosos;
Symbol 512 MovieClip [yamato] Frame 121
this._x = this._x + culonsosos;
Symbol 512 MovieClip [yamato] Frame 122
_root.velocity = _root.sthero.velocity;
golpeado = 0;
this._x = this._x + culonsosos;
Symbol 512 MovieClip [yamato] Frame 137
gotoAndPlay ("stand");
stun = 0;
Symbol 512 MovieClip [yamato] Frame 141
stun = 1;
Instance of Symbol 149 MovieClip "g" in Symbol 512 MovieClip [yamato] Frame 141
onClipEvent (enterFrame) {
for (var i in _root.l.enemy) {
if ((((_root.l.enemy[i].hp >= 1) and (_root.l.enemy[i].golpeado != 1)) and this.hitTest(_root.l.enemy[i].targetgolpe)) and (_root.l.enemy[i].grabeable == undefined)) {
if (_parent.graveado == undefined) {
_root.l.enemy[i].gotoAndStop("agarrado");
_root.l.enemy[i].agarrado = true;
_root.l.enemy[i].stun = 1;
_parent.graveado = _root.l.enemy[i]._name;
_parent.gotoAndStop("grab");
}
}
}
for (var i in _root.l.objetos) {
if ((_root.l.objetos[i].golpeado != 1) and this.hitTest(_root.l.objetos[i].targetgolpe)) {
if (_parent.graveado == undefined) {
_root.l.objetos[i].gotoAndStop("agarrado");
_root.l.objetos[i].agarrado = true;
_root.l.objetos[i].stun = 1;
_parent.graveado = _root.l.objetos[i]._name;
mySound = new Sound(this);
tune = "hahaha.mp3";
mySound.setVolume(80);
mySound.attachSound(tune);
mySound.start(0, 1);
_parent.gotoAndStop("grabobjeto");
}
}
}
}
Instance of Symbol 149 MovieClip in Symbol 512 MovieClip [yamato] Frame 142
onClipEvent (enterFrame) {
for (var i in _root.l.enemy) {
if ((_root.l.enemy[i].golpeado <= 0) and this.hitTest(_root.l.enemy[i].targetgolpe)) {
_root.l.enemy[i].hp = _root.l.enemy[i].hp - Math.round(((_root.sthero.dmg_normal * (1 + (_root.sthero.tree_a3 * 0.33))) * (100 - _root.l.enemy[i].armor_normal)) / 100);
_root.l.enemy[i].golpeado_anima = 1;
_root.l.enemy[i].resiste = _root.l.enemy[i].resiste + _parent.basheador;
if (_parent.mamasa != 1) {
_parent.mamasa = 1;
_root.sthero.combo = _root.sthero.combo + 1;
_root.sthero.tiempocombo = 30;
}
_root.l.shockwave = _root.l.attachMovie("kaboom", (("dagaso" + getTimer()) + random(100000)) + _root.cuentacuentos, _root.l.getNextHighestDepth());
_root.cuentacuentos = _root.cuentacuentos + 1;
_root.l.shockwave._x = _root.l.enemy[i]._x;
_root.l.shockwave._y = _root.l.enemy[i]._y;
if (_parent._xscale == 100) {
_root.l.shockwave._xscale = 100;
}
if (_parent._xscale == -100) {
_root.l.shockwave._xscale = -100;
}
}
}
}
Symbol 512 MovieClip [yamato] Frame 143
mySound = new Sound(this);
tune = ("L_attack" + (random(3) + 1)) + ".mp3";
mySound.setVolume(80);
mySound.attachSound(tune);
mySound.start(0, 1);
mySound = new Sound(this);
tune = ("L_sword" + (random(2) + 1)) + ".mp3";
mySound.setVolume(80);
mySound.attachSound(tune);
mySound.start(0, 1);
Symbol 512 MovieClip [yamato] Frame 144
mamasa = 0;
Symbol 512 MovieClip [yamato] Frame 150
stun = 0;
gotoAndPlay ("stand");
Symbol 512 MovieClip [yamato] Frame 153
stun = 1;
Symbol 512 MovieClip [yamato] Frame 161
mySound = new Sound(this);
tune = ("L_sword" + (random(2) + 1)) + ".mp3";
mySound.setVolume(80);
mySound.attachSound(tune);
mySound.start(0, 1);
_root.l.shockwave = _root.l.attachMovie("plasmagun", "dagaso" + getTimer(), _root.l.getNextHighestDepth());
_root.sthero.energy = _root.sthero.energy - 50;
_root.m.dagger.cooldown = 7 - (_root.sthero.tree_b3 * 2);
_root.l.shockwave.swapDepths((_root.l.shockwave._x / 90) + (_root.l.shockwave._y + 20));
_root.l.shockwave.speed = 25 * (this._xscale / 100);
_root.l.shockwave._xscale = this._xscale;
Symbol 512 MovieClip [yamato] Frame 166
stun = 0;
gotoAndPlay ("stand");
Symbol 512 MovieClip [yamato] Frame 169
stun = 1;
Instance of Symbol 149 MovieClip "g" in Symbol 512 MovieClip [yamato] Frame 169
onClipEvent (enterFrame) {
for (var i in _root.l.enemy) {
if ((((_root.l.enemy[i].hp >= 1) and (_root.l.enemy[i].golpeado != 1)) and this.hitTest(_root.l.enemy[i].targetgolpe)) and (_root.l.enemy[i].grabeable == undefined)) {
if (_parent.graveado == undefined) {
_root.l.enemy[i].gotoAndStop("agarrado");
_root.l.enemy[i].agarrado = true;
_root.l.enemy[i].stun = 1;
_parent.graveado = _root.l.enemy[i]._name;
_parent.gotoAndStop("grab");
}
}
}
for (var i in _root.l.objetos) {
if ((_root.l.objetos[i].golpeado != 1) and this.hitTest(_root.l.objetos[i].targetgolpe)) {
if (_parent.graveado == undefined) {
_root.l.objetos[i].gotoAndStop("agarrado");
_root.l.objetos[i].agarrado = true;
_root.l.objetos[i].stun = 1;
_parent.graveado = _root.l.objetos[i]._name;
mySound = new Sound(this);
tune = "hahaha.mp3";
mySound.setVolume(80);
mySound.attachSound(tune);
mySound.start(0, 1);
_parent.gotoAndStop("grabobjeto");
}
}
}
}
Instance of Symbol 149 MovieClip in Symbol 512 MovieClip [yamato] Frame 170
onClipEvent (enterFrame) {
for (var i in _root.l.enemy) {
if ((_root.l.enemy[i].golpeado <= 0) and this.hitTest(_root.l.enemy[i].targetgolpe)) {
_root.l.enemy[i].hp = _root.l.enemy[i].hp - Math.round(((_root.sthero.dmg_normal * (1 + (_root.sthero.tree_a3 * 0.33))) * (100 - _root.l.enemy[i].armor_normal)) / 100);
_root.l.enemy[i].golpeado_anima = 1;
_root.l.enemy[i].resiste = _root.l.enemy[i].resiste + _parent.basheador;
if (_parent.mamasa != 1) {
_parent.mamasa = 1;
_root.sthero.combo = _root.sthero.combo + 1;
_root.sthero.tiempocombo = 30;
}
_root.l.shockwave = _root.l.attachMovie("kaboom", (("dagaso" + getTimer()) + random(100000)) + _root.cuentacuentos, _root.l.getNextHighestDepth());
_root.cuentacuentos = _root.cuentacuentos + 1;
_root.l.shockwave._x = _root.l.enemy[i]._x;
_root.l.shockwave._y = _root.l.enemy[i]._y;
if (_parent._xscale == 100) {
_root.l.shockwave._xscale = 100;
}
if (_parent._xscale == -100) {
_root.l.shockwave._xscale = -100;
}
}
}
}
Symbol 512 MovieClip [yamato] Frame 171
mySound = new Sound(this);
tune = ("L_attack" + (random(3) + 1)) + ".mp3";
mySound.setVolume(80);
mySound.attachSound(tune);
mySound.start(0, 1);
mySound = new Sound(this);
tune = ("L_sword" + (random(2) + 1)) + ".mp3";
mySound.setVolume(80);
mySound.attachSound(tune);
mySound.start(0, 1);
Symbol 512 MovieClip [yamato] Frame 172
mamasa = 0;
Symbol 512 MovieClip [yamato] Frame 176
stun = 0;
gotoAndPlay ("stand");
Symbol 512 MovieClip [yamato] Frame 180
_parent[graveado].agarrado = false;
_parent[graveado].gotoAndPlay("stand");
graveado = undefined;
_root.sthero.animamuerte = 0;
grab = 0;
camina = 0;
golpeado = 1;
stun = 1;
camina = 0;
golpeado = 1;
stun = 1;
golpeson = random(3);
mySound = new Sound(this);
tune = "hit" + golpeson;
if ((_root.l.hero._x - this._x) > 0) {
volumen = (((100 * (_root.l.hero._x - this._x)) / 700) - 100) * -1;
} else {
volumen = (((100 * (this._x - _root.l.hero._x)) / 700) - 100) * -1;
}
if (volumen > 0) {
mySound.setVolume(volumen);
mySound.attachSound(tune);
mySound.start(0, 1);
}
if (hp < 0) {
_root.l.hero.gotoAndPlay("muere");
}
if (_root.sthero.resiste > _root.sthero.aguante) {
gotoAndPlay ("golpeadohard");
}
Symbol 512 MovieClip [yamato] Frame 181
_root.sthero.combo = 0;
Symbol 512 MovieClip [yamato] Frame 183
grab = 0;
Symbol 512 MovieClip [yamato] Frame 186
golpeado = 0;
stun = 0;
gotoAndPlay ("stand");
Symbol 512 MovieClip [yamato] Frame 189
Symbol 512 MovieClip [yamato] Frame 191
stun = 1;
camina = 0;
_root.sthero.animamuerte = 0;
_root.sthero.resiste = 0;
stun = 1;
golpeson = random(3);
mySound = new Sound(this);
tune = "hit" + golpeson;
if ((_root.l.hero._x - this._x) > 0) {
volumen = (((100 * (_root.l.hero._x - this._x)) / 700) - 100) * -1;
} else {
volumen = (((100 * (this._x - _root.l.hero._x)) / 700) - 100) * -1;
}
if (volumen > 0) {
mySound.setVolume(volumen);
mySound.attachSound(tune);
mySound.start(0, 1);
}
_root.l.shockwave = _root.l.attachMovie("sangreenemigo", (("dagaso" + getTimer()) + random(100000)) + _root.cuentacuentos, _root.l.getNextHighestDepth());
_root.cuentacuentos = _root.cuentacuentos + 1;
_root.l.shockwave._x = this._x;
_root.l.shockwave._y = this._y;
if (_xscale == 100) {
_root.l.shockwave._xscale = 100;
}
if (_xscale == -100) {
_root.l.shockwave._xscale = -100;
}
_root.velocity = _root.sthero.velocity;
_root.velocity = _root.velocity * 3;
culonsosos = _root.velocity * ladoempuja;
Symbol 512 MovieClip [yamato] Frame 192
this._x = this._x + culonsosos;
Symbol 512 MovieClip [yamato] Frame 193
this._x = this._x + culonsosos;
Symbol 512 MovieClip [yamato] Frame 194
this._x = this._x + culonsosos;
Symbol 512 MovieClip [yamato] Frame 195
this._x = this._x + culonsosos;
Symbol 512 MovieClip [yamato] Frame 196
this._x = this._x + culonsosos;
Symbol 512 MovieClip [yamato] Frame 197
this._x = this._x + culonsosos;
Symbol 512 MovieClip [yamato] Frame 198
this._x = this._x + culonsosos;
Symbol 512 MovieClip [yamato] Frame 199
this._x = this._x + culonsosos;
_root.velocity = _root.sthero.velocity;
Symbol 512 MovieClip [yamato] Frame 207
golpeado = 0;
stun = 0;
gotoAndPlay ("stand");
Symbol 512 MovieClip [yamato] Frame 208
stun = 1;
camina = 0;
Instance of Symbol 149 MovieClip in Symbol 512 MovieClip [yamato] Frame 213
onClipEvent (enterFrame) {
for (var i in _root.l.enemy) {
if ((_root.l.enemy[i].golpeado <= 0) and this.hitTest(_root.l.enemy[i].targetgolpe)) {
if (_parent.graveado == undefined) {
_root.l.enemy[i].gotoAndStop("agarrado");
_root.l.enemy[i].agarrado = true;
_root.l.enemy[i].stun = 1;
_parent.graveado = _root.l.enemy[i]._name;
_parent.gotoAndStop("grab");
}
}
}
}
Symbol 512 MovieClip [yamato] Frame 218
graveado = undefined;
golpeado = 0;
stun = 0;
gotoAndPlay ("stand");
Symbol 512 MovieClip [yamato] Frame 220
stun = 1;
camina = 0;
_root.m.botona.apreto = 100;
grab = 1;
_parent[graveado].gotoAndStop("agarrado");
Symbol 512 MovieClip [yamato] Frame 221
_parent[graveado].gotoAndStop("agarrado");
Symbol 512 MovieClip [yamato] Frame 222
_parent[graveado].gotoAndStop("agarrado");
Symbol 512 MovieClip [yamato] Frame 223
gotoAndPlay ("grab");
Symbol 512 MovieClip [yamato] Frame 226
_root.m.botona.apreto = 100;
stun = 1;
camina = 0;
grab = 1;
_parent[graveado].gotoAndStop("agarrado");
Symbol 512 MovieClip [yamato] Frame 234
grab = 0;
_parent[graveado].agarrado = false;
_parent[graveado].gotoAndPlay("culombio");
Symbol 512 MovieClip [yamato] Frame 236
mySound = new Sound(this);
tune = ("H_attack" + (random(3) + 1)) + ".mp3";
mySound.setVolume(80);
mySound.attachSound(tune);
mySound.start(0, 1);
Symbol 512 MovieClip [yamato] Frame 241
_parent[graveado].agarrado = true;
gotoAndStop ("grabobjeto");
Symbol 512 MovieClip [yamato] Frame 242
grab = 0;
_parent[graveado].agarrado = false;
Symbol 512 MovieClip [yamato] Frame 244
_parent[graveado].gotoAndPlay("golpeadohard");
graveado = undefined;
mySound = new Sound(this);
tune = ("H_attack" + (random(3) + 1)) + ".mp3";
mySound.setVolume(80);
mySound.attachSound(tune);
mySound.start(0, 1);
Symbol 512 MovieClip [yamato] Frame 246
golpeado = 0;
stun = 0;
grab = 0;
graveado = undefined;
gotoAndPlay ("stand");
Symbol 512 MovieClip [yamato] Frame 249
grab = 0;
_parent[graveado].agarrado = false;
_parent[graveado].gotoAndStop("agarrado");
Symbol 512 MovieClip [yamato] Frame 252
_parent[graveado].gotoAndPlay("golpeadohard");
_parent[graveado].hp = _parent[graveado].hp - Math.round(((_root.sthero.dmg_normal * 1.1) * (100 - _parent[graveado].armor_normal)) / 100);
_root.sthero.combo = _root.sthero.combo + 1;
_root.sthero.tiempocombo = 30;
_root.l.shockwave = _root.l.attachMovie("kaboom", (("dagaso" + getTimer()) + random(100000)) + _root.cuentacuentos, _root.l.getNextHighestDepth());
_root.cuentacuentos = _root.cuentacuentos + 1;
_root.l.shockwave._x = _parent[graveado]._x;
_root.l.shockwave._y = _parent[graveado]._y;
graveado = undefined;
mySound = new Sound(this);
tune = ("L_attack" + (random(3) + 1)) + ".mp3";
mySound.setVolume(80);
mySound.attachSound(tune);
mySound.start(0, 1);
Symbol 512 MovieClip [yamato] Frame 254
golpeado = 0;
stun = 0;
grab = 0;
graveado = undefined;
gotoAndPlay ("stand");
Symbol 512 MovieClip [yamato] Frame 255
grab = 0;
_parent[graveado].agarrado = false;
_parent[graveado].gotoAndStop("agarrado");
Symbol 512 MovieClip [yamato] Frame 259
mySound = new Sound(this);
tune = "takethis1.mp3";
mySound.setVolume(80);
mySound.attachSound(tune);
mySound.start(0, 1);
Symbol 512 MovieClip [yamato] Frame 265
_root.l.shockwave = _root.l.attachMovie("sangreenemigo", (("dagaso" + getTimer()) + random(100000)) + _root.cuentacuentos, _root.l.getNextHighestDepth());
_root.cuentacuentos = _root.cuentacuentos + 1;
_root.l.shockwave._x = _parent[graveado]._x;
_root.l.shockwave._y = _parent[graveado]._y;
if (_xscale == 100) {
_root.l.shockwave._xscale = 100;
}
if (_xscale == -100) {
_root.l.shockwave._xscale = -100;
}
Symbol 512 MovieClip [yamato] Frame 266
_root.l.shockwave = _root.l.attachMovie("kaboom", (("dagaso" + getTimer()) + random(100000)) + _root.cuentacuentos, _root.l.getNextHighestDepth());
_root.cuentacuentos = _root.cuentacuentos + 1;
_root.l.shockwave._x = _parent[graveado]._x;
_root.l.shockwave._y = _parent[graveado]._y;
_parent[graveado].hp = _parent[graveado].hp - Math.round(((_root.sthero.dmg_normal * 0.8) * (100 - _parent[graveado].armor_normal)) / 100);
golpeson = random(3);
_root.sthero.combo = _root.sthero.combo + 1;
_root.sthero.tiempocombo = 30;
mySound = new Sound(this);
tune = "hit" + golpeson;
if ((_root.l.hero._x - this._x) > 0) {
volumen = (((100 * (_root.l.hero._x - this._x)) / 700) - 100) * -1;
} else {
volumen = (((100 * (this._x - _root.l.hero._x)) / 700) - 100) * -1;
}
if (volumen > 0) {
mySound.setVolume(volumen);
mySound.attachSound(tune);
mySound.start(0, 1);
}
Symbol 512 MovieClip [yamato] Frame 267
_root.l.shockwave = _root.l.attachMovie("sangreenemigo", (("dagaso" + getTimer()) + random(100000)) + _root.cuentacuentos, _root.l.getNextHighestDepth());
_root.cuentacuentos = _root.cuentacuentos + 1;
_root.l.shockwave._x = _parent[graveado]._x;
_root.l.shockwave._y = _parent[graveado]._y;
if (_xscale == 100) {
_root.l.shockwave._xscale = 100;
}
if (_xscale == -100) {
_root.l.shockwave._xscale = -100;
}
Symbol 512 MovieClip [yamato] Frame 268
_root.l.shockwave = _root.l.attachMovie("sangreenemigo", (("dagaso" + getTimer()) + random(100000)) + _root.cuentacuentos, _root.l.getNextHighestDepth());
_root.cuentacuentos = _root.cuentacuentos + 1;
_root.l.shockwave._x = _parent[graveado]._x;
_root.l.shockwave._y = _parent[graveado]._y;
if (_xscale == 100) {
_root.l.shockwave._xscale = -100;
}
if (_xscale == -100) {
_root.l.shockwave._xscale = 100;
}
Symbol 512 MovieClip [yamato] Frame 269
_root.l.shockwave = _root.l.attachMovie("kaboom", (("dagaso" + getTimer()) + random(100000)) + _root.cuentacuentos, _root.l.getNextHighestDepth());
_root.cuentacuentos = _root.cuentacuentos + 1;
_root.l.shockwave._x = _parent[graveado]._x;
_root.l.shockwave._y = _parent[graveado]._y;
_parent[graveado].hp = _parent[graveado].hp - Math.round(((_root.sthero.dmg_normal * 0.8) * (100 - _parent[graveado].armor_normal)) / 100);
golpeson = random(3);
golpeson = random(3);
_root.sthero.combo = _root.sthero.combo + 1;
_root.sthero.tiempocombo = 30;
mySound = new Sound(this);
tune = "hit" + golpeson;
if ((_root.l.hero._x - this._x) > 0) {
volumen = (((100 * (_root.l.hero._x - this._x)) / 700) - 100) * -1;
} else {
volumen = (((100 * (this._x - _root.l.hero._x)) / 700) - 100) * -1;
}
if (volumen > 0) {
mySound.setVolume(volumen);
mySound.attachSound(tune);
mySound.start(0, 1);
}
Symbol 512 MovieClip [yamato] Frame 270
_root.l.shockwave = _root.l.attachMovie("sangreenemigo", (("dagaso" + getTimer()) + random(100000)) + _root.cuentacuentos, _root.l.getNextHighestDepth());
_root.cuentacuentos = _root.cuentacuentos + 1;
_root.l.shockwave._x = _parent[graveado]._x;
_root.l.shockwave._y = _parent[graveado]._y;
if (_xscale == 100) {
_root.l.shockwave._xscale = 100;
}
if (_xscale == -100) {
_root.l.shockwave._xscale = -100;
}
Symbol 512 MovieClip [yamato] Frame 271
_root.l.shockwave = _root.l.attachMovie("kaboom", (("dagaso" + getTimer()) + random(100000)) + _root.cuentacuentos, _root.l.getNextHighestDepth());
_root.cuentacuentos = _root.cuentacuentos + 1;
_root.l.shockwave._x = _parent[graveado]._x;
_root.l.shockwave._y = _parent[graveado]._y;
_parent[graveado].hp = _parent[graveado].hp - Math.round(((_root.sthero.dmg_normal * 0.8) * (100 - _parent[graveado].armor_normal)) / 100);
_root.sthero.combo = _root.sthero.combo + 1;
_root.sthero.tiempocombo = 30;
golpeson = random(3);
mySound = new Sound(this);
tune = "hit" + golpeson;
if ((_root.l.hero._x - this._x) > 0) {
volumen = (((100 * (_root.l.hero._x - this._x)) / 700) - 100) * -1;
} else {
volumen = (((100 * (this._x - _root.l.hero._x)) / 700) - 100) * -1;
}
if (volumen > 0) {
mySound.setVolume(volumen);
mySound.attachSound(tune);
mySound.start(0, 1);
}
Symbol 512 MovieClip [yamato] Frame 272
_root.l.shockwave = _root.l.attachMovie("sangreenemigo", (("dagaso" + getTimer()) + random(100000)) + _root.cuentacuentos, _root.l.getNextHighestDepth());
_root.cuentacuentos = _root.cuentacuentos + 1;
_root.l.shockwave._x = _parent[graveado]._x;
_root.l.shockwave._y = _parent[graveado]._y;
if (_xscale == 100) {
_root.l.shockwave._xscale = -100;
}
if (_xscale == -100) {
_root.l.shockwave._xscale = 100;
}
Symbol 512 MovieClip [yamato] Frame 274
_root.l.shockwave = _root.l.attachMovie("kaboom", (("dagaso" + getTimer()) + random(100000)) + _root.cuentacuentos, _root.l.getNextHighestDepth());
_root.cuentacuentos = _root.cuentacuentos + 1;
_root.l.shockwave._x = _parent[graveado]._x;
_root.l.shockwave._y = _parent[graveado]._y;
_parent[graveado].hp = _parent[graveado].hp - Math.round(((_root.sthero.dmg_normal * 0.8) * (100 - _parent[graveado].armor_normal)) / 100);
_root.sthero.combo = _root.sthero.combo + 1;
_root.sthero.tiempocombo = 30;
golpeson = random(3);
mySound = new Sound(this);
tune = "hit" + golpeson;
if ((_root.l.hero._x - this._x) > 0) {
volumen = (((100 * (_root.l.hero._x - this._x)) / 700) - 100) * -1;
} else {
volumen = (((100 * (this._x - _root.l.hero._x)) / 700) - 100) * -1;
}
if (volumen > 0) {
mySound.setVolume(volumen);
mySound.attachSound(tune);
mySound.start(0, 1);
}
_root.l.shockwave = _root.l.attachMovie("sangreenemigo", (("dagaso" + getTimer()) + random(100000)) + _root.cuentacuentos, _root.l.getNextHighestDepth());
_root.cuentacuentos = _root.cuentacuentos + 1;
_root.l.shockwave._x = _parent[graveado]._x;
_root.l.shockwave._y = _parent[graveado]._y;
if (_xscale == 100) {
_root.l.shockwave._xscale = 100;
}
if (_xscale == -100) {
_root.l.shockwave._xscale = -100;
}
Symbol 512 MovieClip [yamato] Frame 276
_root.l.shockwave = _root.l.attachMovie("sangreenemigo", (("dagaso" + getTimer()) + random(100000)) + _root.cuentacuentos, _root.l.getNextHighestDepth());
_root.cuentacuentos = _root.cuentacuentos + 1;
_root.l.shockwave._x = _parent[graveado]._x;
_root.l.shockwave._y = _parent[graveado]._y;
if (_xscale == 100) {
_root.l.shockwave._xscale = 100;
}
if (_xscale == -100) {
_root.l.shockwave._xscale = -100;
}
Symbol 512 MovieClip [yamato] Frame 277
_root.l.shockwave = _root.l.attachMovie("sangreenemigo", (("dagaso" + getTimer()) + random(100000)) + _root.cuentacuentos, _root.l.getNextHighestDepth());
_root.cuentacuentos = _root.cuentacuentos + 1;
_root.l.shockwave._x = _parent[graveado]._x;
_root.l.shockwave._y = _parent[graveado]._y;
if (_xscale == 100) {
_root.l.shockwave._xscale = 100;
}
if (_xscale == -100) {
_root.l.shockwave._xscale = -100;
}
Symbol 512 MovieClip [yamato] Frame 278
_root.l.shockwave = _root.l.attachMovie("kaboom", (("dagaso" + getTimer()) + random(100000)) + _root.cuentacuentos, _root.l.getNextHighestDepth());
_root.cuentacuentos = _root.cuentacuentos + 1;
_root.l.shockwave._x = _parent[graveado]._x;
_root.l.shockwave._y = _parent[graveado]._y;
_parent[graveado].hp = _parent[graveado].hp - Math.round(((_root.sthero.dmg_normal * 1.1) * (100 - _parent[graveado].armor_normal)) / 100);
_root.sthero.combo = _root.sthero.combo + 1;
_root.sthero.tiempocombo = 30;
Symbol 512 MovieClip [yamato] Frame 285
if (_parent[graveado].hp > 0) {
_parent[graveado].gotoAndPlay("golpeadohard");
}
_parent[graveado].hp = _parent[graveado].hp - Math.round(((_root.sthero.dmg_normal * 0.8) * (100 - _parent[graveado].armor_normal)) / 100);
graveado = undefined;
Symbol 512 MovieClip [yamato] Frame 288
golpeado = 0;
stun = 0;
grab = 0;
graveado = undefined;
gotoAndPlay ("stand");
Symbol 512 MovieClip [yamato] Frame 290
stun = 1;
Instance of Symbol 149 MovieClip "g" in Symbol 512 MovieClip [yamato] Frame 290
onClipEvent (enterFrame) {
for (var i in _root.l.enemy) {
if ((((_root.l.enemy[i].hp >= 1) and (_root.l.enemy[i].golpeado != 1)) and this.hitTest(_root.l.enemy[i].targetgolpe)) and (_root.l.enemy[i].grabeable == undefined)) {
if (_parent.graveado == undefined) {
_root.l.enemy[i].gotoAndStop("agarrado");
_root.l.enemy[i].agarrado = true;
_root.l.enemy[i].stun = 1;
_parent.graveado = _root.l.enemy[i]._name;
_parent.gotoAndStop("grab");
}
}
}
for (var i in _root.l.objetos) {
if ((_root.l.objetos[i].golpeado != 1) and this.hitTest(_root.l.objetos[i].targetgolpe)) {
if (_parent.graveado == undefined) {
_root.l.objetos[i].gotoAndStop("agarrado");
_root.l.objetos[i].agarrado = true;
_root.l.objetos[i].stun = 1;
_parent.graveado = _root.l.objetos[i]._name;
mySound = new Sound(this);
tune = "hahaha.mp3";
mySound.setVolume(80);
mySound.attachSound(tune);
mySound.start(0, 1);
_parent.gotoAndStop("grabobjeto");
}
}
}
}
Symbol 512 MovieClip [yamato] Frame 293
_root.sthero.bullets = _root.sthero.bullets - 1;
if (_root.sthero.bullets <= 0) {
cuchi1.gotoAndStop(1);
_root.sthero.cuchi1 = 1;
_root.m.armas.gotoAndStop(1);
}
disparo = "dagaso";
if (disparo == "dagaso") {
_root.l.shockwave = _root.l.attachMovie(_root.sthero.arma, "dagaso" + getTimer(), _root.l.getNextHighestDepth());
_root.sthero.energy = _root.sthero.energy - 50;
_root.m.dagger.cooldown = 7 - (_root.sthero.tree_b3 * 2);
_root.l.empujar.push(_root.l.shockwave);
_root.l.shockwave.swapDepths((_root.l.shockwave._x / 90) + (_root.l.shockwave._y + 20));
if (_root.l.hero._xscale == -100) {
_root.l.shockwave.speed = -25;
_root.l.shockwave._xscale = -100;
} else if (_root.l.hero._xscale == 100) {
_root.l.shockwave.speed = 25;
}
}
Symbol 512 MovieClip [yamato] Frame 297
stun = 0;
gotoAndPlay ("stand");
Symbol 512 MovieClip [yamato] Frame 303
stun = 1;
camina = 0;
golpeado = 1;
_root.sthero.resiste = 0;
_root.sthero.animamuerte = 1;
_root.l.shockwave = _root.l.attachMovie("sangreenemigo", (("dagaso" + getTimer()) + random(100000)) + _root.cuentacuentos, _root.l.getNextHighestDepth());
_root.cuentacuentos = _root.cuentacuentos + 1;
_root.l.shockwave._x = this._x;
_root.l.shockwave._y = this._y;
if (_xscale == 100) {
_root.l.shockwave._xscale = 100;
}
if (_xscale == -100) {
_root.l.shockwave._xscale = -100;
}
_root.velocity = _root.sthero.velocity;
_root.velocity = _root.velocity * 3;
culonsosos = _root.velocity * (_xscale / 100);
Symbol 512 MovieClip [yamato] Frame 304
_root.l.shockwave = _root.l.attachMovie("sangreenemigo", (("dagaso" + getTimer()) + random(100000)) + _root.cuentacuentos, _root.l.getNextHighestDepth());
_root.cuentacuentos = _root.cuentacuentos + 1;
_root.l.shockwave._x = this._x;
_root.l.shockwave._y = this._y;
if (_xscale == 100) {
_root.l.shockwave._xscale = 100;
}
if (_xscale == -100) {
_root.l.shockwave._xscale = -100;
}
this._x = this._x + culonsosos;
Symbol 512 MovieClip [yamato] Frame 305
_root.l.shockwave = _root.l.attachMovie("sangreenemigo", (("dagaso" + getTimer()) + random(100000)) + _root.cuentacuentos, _root.l.getNextHighestDepth());
_root.cuentacuentos = _root.cuentacuentos + 1;
_root.l.shockwave._x = this._x;
_root.l.shockwave._y = this._y;
if (_xscale == 100) {
_root.l.shockwave._xscale = 100;
}
if (_xscale == -100) {
_root.l.shockwave._xscale = -100;
}
this._x = this._x + culonsosos;
Symbol 512 MovieClip [yamato] Frame 306
_root.l.shockwave = _root.l.attachMovie("sangreenemigo", (("dagaso" + getTimer()) + random(100000)) + _root.cuentacuentos, _root.l.getNextHighestDepth());
_root.cuentacuentos = _root.cuentacuentos + 1;
_root.l.shockwave._x = this._x;
_root.l.shockwave._y = this._y;
if (_xscale == 100) {
_root.l.shockwave._xscale = 100;
}
if (_xscale == -100) {
_root.l.shockwave._xscale = -100;
}
this._x = this._x + culonsosos;
Symbol 512 MovieClip [yamato] Frame 307
_root.l.shockwave = _root.l.attachMovie("sangreenemigo", (("dagaso" + getTimer()) + random(100000)) + _root.cuentacuentos, _root.l.getNextHighestDepth());
_root.cuentacuentos = _root.cuentacuentos + 1;
_root.l.shockwave._x = this._x;
_root.l.shockwave._y = this._y;
if (_xscale == 100) {
_root.l.shockwave._xscale = 100;
}
if (_xscale == -100) {
_root.l.shockwave._xscale = -100;
}
this._x = this._x + culonsosos;
Symbol 512 MovieClip [yamato] Frame 308
this._x = this._x + culonsosos;
Symbol 512 MovieClip [yamato] Frame 309
this._x = this._x + culonsosos;
Symbol 512 MovieClip [yamato] Frame 310
this._x = this._x + culonsosos;
Symbol 512 MovieClip [yamato] Frame 311
this._x = this._x + culonsosos;
_root.velocity = _root.sthero.velocity;
Symbol 512 MovieClip [yamato] Frame 328
if (_root.sthero.life <= 0) {
_root.destino = "gameover";
_root.flash1.play();
}
Symbol 512 MovieClip [yamato] Frame 352
_root.sthero.life = _root.sthero.life - 1;
_root.sthero.hp = _root.sthero.maxhp;
for (var i in _root.l.enemy) {
_root.l.enemy[i].gotoAndPlay("golpeadohard");
}
Symbol 512 MovieClip [yamato] Frame 353
for (var i in _root.l.enemy) {
_root.l.enemy[i].gotoAndPlay("golpeadohard");
}
Symbol 512 MovieClip [yamato] Frame 358
_root.sthero.animamuerte = 0;
golpeado = 0;
stun = 0;
gotoAndPlay ("stand");
Symbol 512 MovieClip [yamato] Frame 363
stun = 1;
Symbol 512 MovieClip [yamato] Frame 372
mySound = new Sound(this);
tune = ("H_attack" + (random(3) + 1)) + ".mp3";
mySound.setVolume(80);
mySound.attachSound(tune);
mySound.start(0, 1);
_parent[graveado].hp = _parent[graveado].hp - Math.round(((_root.sthero.dmg_normal * 1.8) * (100 - _parent[graveado].armor_normal)) / 100);
_root.l.shockwave = _root.l.attachMovie("kaboom", (("dagaso" + getTimer()) + random(100000)) + _root.cuentacuentos, _root.l.getNextHighestDepth());
_root.cuentacuentos = _root.cuentacuentos + 1;
_root.l.shockwave._x = (this._x + random(60)) - 30;
_root.l.shockwave._y = this._y - 60;
if (_parent._xscale == 100) {
_root.l.shockwave._xscale = 100;
}
if (_parent._xscale == -100) {
_root.l.shockwave._xscale = -100;
}
mySound = new Sound(this);
tune = "hit" + golpeson;
if ((_root.l.hero._x - this._x) > 0) {
volumen = (((100 * (_root.l.hero._x - this._x)) / 700) - 100) * -1;
} else {
volumen = (((100 * (this._x - _root.l.hero._x)) / 700) - 100) * -1;
}
if (volumen > 0) {
mySound.setVolume(volumen);
mySound.attachSound(tune);
mySound.start(0, 1);
}
Symbol 512 MovieClip [yamato] Frame 374
_root.l.shockwave = _root.l.attachMovie("kaboom", (("dagaso" + getTimer()) + random(100000)) + _root.cuentacuentos, _root.l.getNextHighestDepth());
_root.cuentacuentos = _root.cuentacuentos + 1;
_root.l.shockwave._x = (this._x + random(20)) - 10;
_root.l.shockwave._y = this._y - 60;
if (_parent._xscale == 100) {
_root.l.shockwave._xscale = 100;
}
if (_parent._xscale == -100) {
_root.l.shockwave._xscale = -100;
}
mySound = new Sound(this);
tune = "hit" + golpeson;
if ((_root.l.hero._x - this._x) > 0) {
volumen = (((100 * (_root.l.hero._x - this._x)) / 700) - 100) * -1;
} else {
volumen = (((100 * (this._x - _root.l.hero._x)) / 700) - 100) * -1;
}
if (volumen > 0) {
mySound.setVolume(volumen);
mySound.attachSound(tune);
mySound.start(0, 1);
}
Symbol 512 MovieClip [yamato] Frame 376
_root.l.shockwave = _root.l.attachMovie("kaboom", (("dagaso" + getTimer()) + random(100000)) + _root.cuentacuentos, _root.l.getNextHighestDepth());
_root.cuentacuentos = _root.cuentacuentos + 1;
_root.l.shockwave._x = (this._x + random(20)) - 10;
_root.l.shockwave._y = this._y - 60;
if (_parent._xscale == 100) {
_root.l.shockwave._xscale = 100;
}
if (_parent._xscale == -100) {
_root.l.shockwave._xscale = -100;
}
Symbol 512 MovieClip [yamato] Frame 378
_root.l.shockwave = _root.l.attachMovie("kaboom", (("dagaso" + getTimer()) + random(100000)) + _root.cuentacuentos, _root.l.getNextHighestDepth());
_root.cuentacuentos = _root.cuentacuentos + 1;
_root.l.shockwave._x = (this._x + random(60)) - 30;
_root.l.shockwave._y = this._y - 60;
if (_parent._xscale == 100) {
_root.l.shockwave._xscale = 100;
}
if (_parent._xscale == -100) {
_root.l.shockwave._xscale = -100;
}
mySound = new Sound(this);
tune = "hit" + golpeson;
if ((_root.l.hero._x - this._x) > 0) {
volumen = (((100 * (_root.l.hero._x - this._x)) / 700) - 100) * -1;
} else {
volumen = (((100 * (this._x - _root.l.hero._x)) / 700) - 100) * -1;
}
if (volumen > 0) {
mySound.setVolume(volumen);
mySound.attachSound(tune);
mySound.start(0, 1);
}
Symbol 512 MovieClip [yamato] Frame 383
gotoAndPlay ("asalta");
Instance of Symbol 204 MovieClip in Symbol 512 MovieClip [yamato] Frame 453
onClipEvent (enterFrame) {
_alpha = (_alpha - 20);
}
Instance of Symbol 204 MovieClip in Symbol 512 MovieClip [yamato] Frame 455
onClipEvent (enterFrame) {
_alpha = (_alpha - 20);
}
Symbol 531 MovieClip Frame 17
stop();
Symbol 540 MovieClip [alientamed] Frame 1
function onEnterFrame() {
trace(_root.l.target_sumon.hp);
trace(_root.l.target_sumon);
for (var _local3 in _root.l.enemy) {
if ((colision.hitTest(_root.l.enemy[_local3].colision) and (this._x != _root.l.enemy[_local3]._x)) and (this._y < _root.l.enemy[_local3]._y)) {
_root.l.enemy[_local3]._y = _root.l.enemy[_local3]._y + 0.5;
} else if (colision.hitTest(_root.l.enemy[_local3].colision) and (this._x != _root.l.enemy[_local3]._x)) {
_root.l.enemy[_local3]._y = _root.l.enemy[_local3]._y - 0.5;
}
}
if (golpeado_anima == 1) {
golpeado_anima = 0;
this.gotoAndPlay("golpeado");
}
this.swapDepths((this._x / 90) + (this._y + 20));
if ((tiempo == 0) and (actividad == 0)) {
tiempo = random(70);
actitud = random(2);
if (actitud == 0) {
gotoAndPlay ("stand");
stun = 1;
}
if (actitud == 1) {
gotoAndPlay ("teleportarse");
actividad = 0;
stun = 0;
tiempo = 70;
actitud = 0;
stun = 1;
}
} else if ((stun != 1) and (actividad == 0)) {
tiempo = tiempo - 1;
}
if (stun != 1) {
if (_root.l.target_sumon == undefined) {
gotoAndPlay ("recon");
stun = 1;
}
if (_root.l.target_sumon.hp < 1) {
gotoAndPlay ("recon");
stun = 1;
}
if ((((_root.l.hero.golpeado != 1) and ((this._y - _root.l.target_sumon._y) < 0)) and ((this._y - _root.l.target_sumon._y) > 0)) or (((_root.l.hero.golpeado != 1) and ((this._y - _root.l.target_sumon._y) > 0)) and ((this._y - _root.l.target_sumon._y) < 10))) {
if (((this._x - _root.l.target_sumon._x) < 70) and ((this._x - _root.l.target_sumon._x) > 0)) {
gotoAndPlay ("ataque");
this._xscale = -100;
stun = 1;
}
if (((this._x - _root.l.target_sumon._x) > -70) and ((this._x - _root.l.target_sumon._x) < 0)) {
gotoAndPlay ("ataque");
this._xscale = 100;
stun = 1;
}
}
if (stun != 1) {
if (_root.l.target_sumon._x < this._x) {
this._x = _x - speed;
if (camina == 0) {
this.gotoAndPlay("camina");
}
this._xscale = -100;
} else if ((_root.l.target_sumon._x > this._x) and ((_root.l.target_sumon._x - _x) > 40)) {
this._x = _x + speed;
if (camina == 0) {
this.gotoAndPlay("camina");
}
this._xscale = 100;
}
if ((_root.l.target_sumon._y < this._y) and ((_y - _root.l.target_sumon._y) > 10)) {
this._y = _y - (speed / 2);
if (camina == 0) {
this.gotoAndPlay("camina");
}
} else {
if (_root.l.target_sumon._y > this._y) {
this._y = _y + (speed / 2);
}
if (camina == 0) {
this.gotoAndPlay("camina");
}
}
}
}
if (hp < 0) {
myColor = new Color(this);
myColor.setRGB(16763904);
gotoAndStop ("bash");
tiempo_muere = tiempo_muere - 1;
this._alpha = this._alpha - 5;
if (tiempo_muere < 0) {
_root.l.target_sumon = undefined;
removeMovieClip(this);
}
}
}
var glow_color = 0;
var glow_alpha = 1;
var glow_blurX = 3;
var glow_blurY = 3;
var glow_strength = 10;
var glow_quality = 3;
var glow_inner = false;
var glow_knockout = false;
var filter_glow = (new flash.filters.GlowFilter(glow_color, glow_alpha, glow_blurX, glow_blurY, glow_strength, glow_quality, glow_inner, glow_knockout));
this.filters = [filter_glow];
tiempo_muere = 20;
tiempo = random(70);
actividad = 0;
hp = 240;
maxhp = hp;
speed = 8 + _root.sthero.tree_a2;
dmg = 35;
armor_normal = 0;
armor_fire = 0;
armor_ice = 10;
armor_shadow = 0;
armor_special = 0;
_root.l.empujar.push(this);
Symbol 540 MovieClip [alientamed] Frame 2
camina = 0;
golpeado = 0;
teleporto = 1;
Symbol 540 MovieClip [alientamed] Frame 19
stun = 0;
gotoAndPlay ("stand");
Symbol 540 MovieClip [alientamed] Frame 22
camina = 1;
stun = 0;
golpeado = 0;
Symbol 540 MovieClip [alientamed] Frame 24
_root.l.target_sumon = undefined;
for (var i in _root.l.enemy) {
if (_root.l.enemy[i].hp > 0) {
_root.l.target_sumon = _root.l.enemy[i];
}
}
Symbol 540 MovieClip [alientamed] Frame 35
stun = 0;
gotoAndPlay ("camina");
Symbol 540 MovieClip [alientamed] Frame 39
stun = 1;
Instance of Symbol 149 MovieClip in Symbol 540 MovieClip [alientamed] Frame 44
onClipEvent (enterFrame) {
for (var i in _root.l.enemy) {
if ((_root.l.enemy[i].golpeado == 0) and this.hitTest(_root.l.enemy[i].targetgolpe)) {
_root.l.enemy[i].hp = _root.l.enemy[i].hp - Math.round((((_root.sthero.dmg_fire * (1 + (_root.sthero.tree_a1 * 0.333))) / 4) * (100 - _root.l.enemy[i].armor_normal)) / 100);
_root.l.enemy[i].golpeado_anima = 1;
_root.sthero.combo = _root.sthero.combo + 1;
_root.sthero.tiempocombo = 30;
}
}
}
Symbol 540 MovieClip [alientamed] Frame 48
gotoAndPlay ("stand");
Symbol 540 MovieClip [alientamed] Frame 52
if (this._xscale == 100) {
velosidash = 30;
mira = 100;
} else {
velosidash = -30;
mira = -100;
}
Instance of Symbol 149 MovieClip in Symbol 540 MovieClip [alientamed] Frame 52
onClipEvent (enterFrame) {
for (var i in _root.l.enemy) {
if ((_root.l.enemy[i].golpeado == 0) and this.hitTest(_root.l.enemy[i].targetgolpe)) {
_root.l.enemy[i].hp = _root.l.enemy[i].hp - Math.round(((_root.sthero.dmg_fire / 3) * (100 - _root.l.enemy[i].armor_fire)) / 100);
_root.l.enemy[i].golpeado_anima = 1;
_root.sthero.combo = _root.sthero.combo + 1;
_root.sthero.tiempocombo = 30;
}
}
}
Symbol 540 MovieClip [alientamed] Frame 53
this._x = this._x + velosidash;
this._xscale = mira;
stun = 1;
Symbol 540 MovieClip [alientamed] Frame 54
this._x = this._x + velosidash;
this._xscale = mira;
stun = 1;
Symbol 540 MovieClip [alientamed] Frame 55
this._x = this._x + velosidash;
this._xscale = mira;
stun = 1;
Symbol 540 MovieClip [alientamed] Frame 56
this._x = this._x + velosidash;
this._xscale = mira;
stun = 1;
Symbol 540 MovieClip [alientamed] Frame 57
this._x = this._x + velosidash;
this._xscale = mira;
stun = 1;
Symbol 540 MovieClip [alientamed] Frame 58
this._x = this._x + velosidash;
this._xscale = mira;
stun = 1;
Symbol 540 MovieClip [alientamed] Frame 59
this._x = this._x + velosidash;
this._xscale = mira;
stun = 1;
Symbol 540 MovieClip [alientamed] Frame 60
this._x = this._x + velosidash;
this._xscale = mira;
stun = 1;
Symbol 540 MovieClip [alientamed] Frame 61
this._x = this._x + velosidash;
this._xscale = mira;
stun = 1;
Symbol 540 MovieClip [alientamed] Frame 62
this._x = this._x + velosidash;
this._xscale = mira;
stun = 1;
Symbol 540 MovieClip [alientamed] Frame 63
this._x = this._x + velosidash;
this._xscale = mira;
stun = 1;
Symbol 540 MovieClip [alientamed] Frame 64
stun = 0;
gotoAndPlay ("camina");
Symbol 540 MovieClip [alientamed] Frame 65
golpeado = 1;
stun = 1;
Symbol 540 MovieClip [alientamed] Frame 80
golpeado = 0;
stun = 0;
gotoAndPlay ("stand");
Symbol 540 MovieClip [alientamed] Frame 161
stun = 1;
Symbol 540 MovieClip [alientamed] Frame 180
gotoAndPlay ("standtilt");
Symbol 540 MovieClip [alientamed] Frame 184
buscando = 1;
_root.l.target_sumon = undefined;
for (var i in _root.l.enemy) {
if (_root.l.enemy[i].hp > 0) {
_root.l.target_sumon = _root.l.enemy[i];
}
}
Symbol 540 MovieClip [alientamed] Frame 187
buscando = 0;
Symbol 540 MovieClip [alientamed] Frame 188
if (_root.l.target_sumon == undefined) {
stun = 1;
gotoAndPlay ("standtilt");
}
gotoAndPlay ("stand");
Symbol 540 MovieClip [alientamed] Frame 190
golpeado = 1;
stun = 1;
buscando = 0;
Symbol 540 MovieClip [alientamed] Frame 192
stop();
Symbol 552 MovieClip [fireball] Frame 1
function onEnterFrame() {
this.swapDepths((this._x / 90) + (this._y + 5));
_x = (_x + speed);
speed = speed - 2;
if (tiempo > 0) {
tiempo = tiempo - 1;
} else {
removeMovieClip(this);
}
}
if (perro == undefined) {
tiempo = 75;
speed = 0;
perro = 1;
}
Instance of Symbol 253 MovieClip "detector" in Symbol 552 MovieClip [fireball] Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.l.targetgolpe)) {
_root.sthero.resiste = _root.sthero.resiste + _parent.empujacion;
_root.l.hero.ladoempuja = _parent._xscale / 100;
_root.l.hero.gotoAndPlay("golpeado");
_root.l.hero.stun = 1;
_root.sthero.hp = _root.sthero.hp - Math.round((_parent.dmg * (100 - _root.sthero.armor)) / 100);
if ((_parent._x - _root.l.targetgolpe._x) > 0) {
_root.l.hero._x = _root.l.hero._x - 40;
} else {
_root.l.hero._x = _root.l.hero._x + 40;
}
_root.l.shockwave = _root.l.attachMovie("kaboom", (("dagaso" + getTimer()) + random(100000)) + _root.cuentacuentos, _root.l.getNextHighestDepth());
_root.cuentacuentos = _root.cuentacuentos + 1;
_root.l.shockwave._x = _root.l.hero._x;
_root.l.shockwave._y = _root.l.hero._y;
if (_parent._xscale == 100) {
_root.l.shockwave._xscale = 100;
}
if (_parent._xscale == -100) {
_root.l.shockwave._xscale = -100;
}
removeMovieClip(_parent);
}
}
Symbol 556 MovieClip Frame 1
stop();
Symbol 564 MovieClip [sworda] Frame 1
function onEnterFrame() {
this.swapDepths((this._x / 90) + (this._y + 5));
_x = (_x + speed);
if (tiempo > 0) {
tiempo = tiempo - 1;
} else {
removeMovieClip(this);
}
}
if (perro == undefined) {
tiempo = 75;
perro = 1;
}
Instance of Symbol 253 MovieClip "detector" in Symbol 564 MovieClip [sworda] Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.l.targetgolpe) and (_root.l.hero.golpeado != 1)) {
_root.l.hero.gotoAndPlay("golpeado");
_root.l.hero.stun = 1;
_root.sthero.hp = _root.sthero.hp - Math.round((_parent.dmg * (100 - _root.sthero.armor)) / 100);
if ((_parent._x - _root.l.targetgolpe._x) > 0) {
_root.l.hero._x = _root.l.hero._x - 40;
} else {
_root.l.hero._x = _root.l.hero._x + 40;
}
removeMovieClip(_parent);
}
}
Symbol 577 MovieClip [stage_clear] Frame 1
_root.limpio = 1;
Symbol 577 MovieClip [stage_clear] Frame 35
removeMovieClip(this);
Symbol 585 MovieClip [raspando] Frame 1
function onEnterFrame() {
this.swapDepths((this._x / 90) + (this._y - 18));
_x = (_x + speed);
if (tiempo > 0) {
tiempo = tiempo - 1;
this._alpha = this._alpha - 5;
this._yscale = this._yscale + 8;
this._xscale = this._xscale * 1.05;
} else {
removeMovieClip(this);
}
}
if (perro == undefined) {
this._x = _root.l.hero._x;
this._y = _root.l.hero._y + 35;
tiempo = 10 + (_root.sthero.tree_b4 * 5);
this._alpha = 80;
perro = 1;
}
Instance of Symbol 253 MovieClip "golpe" in Symbol 585 MovieClip [raspando] Frame 1
onClipEvent (load) {
knockback = 2;
dmg = 10;
}
onClipEvent (enterFrame) {
for (var i in _root.l.enemy) {
if ((_root.l.enemy[i].golpeado == 0) and this.hitTest(_root.l.enemy[i].targetgolpe)) {
if (_root.sthero.tree_a3 > 0) {
if (_root.sthero.maxhp > (_root.sthero.hp + (((_root.sthero.dmg_fire * (0.07 * _root.sthero.tree_a3)) * (100 - _root.l.enemy[i].armor_fire)) / 100))) {
_root.sthero.hp = _root.sthero.hp + (((_root.sthero.dmg_fire * (0.07 * _root.sthero.tree_a3)) * (100 - _root.l.enemy[i].armor_fire)) / 100);
} else {
_root.sthero.hp = _root.sthero.maxhp;
}
}
_root.l.enemy[i].hp = _root.l.enemy[i].hp - Math.round(((_root.sthero.dmg_fire * (100 - _root.l.enemy[i].armor_fire)) / 100) * (1 + (_root.sthero.tree_b2 * 0.1)));
_root.l.enemy[i].golpeado_anima = 1;
_root.sthero.combo = _root.sthero.combo + 1;
_root.sthero.tiempocombo = 30;
if ((_root.l.enemy[i]._x > _parent._x) and (_parent.speed > 0)) {
_root.l.enemy[i]._x = _root.l.enemy[i]._x + 30;
} else if ((_root.l.enemy[i]._x < _parent._x) and (_parent.speed < 0)) {
_root.l.enemy[i]._x = _root.l.enemy[i]._x - 30;
}
}
}
}
Symbol 593 MovieClip Frame 37
stop();
Symbol 595 MovieClip Frame 23
stop();
Symbol 597 MovieClip [PLasmashot] Frame 1
function onEnterFrame() {
this.swapDepths((this._x / 90) + (this._y + 28));
_x = (_x + speed);
if (tiempo > 0) {
tiempo = tiempo - 1;
} else {
removeMovieClip(this);
}
}
if (perro == undefined) {
this._x = _root.l.hero._x;
this._y = _root.l.hero._y - 2;
tiempo = 50;
perro = 1;
}
Instance of Symbol 253 MovieClip "golpe" in Symbol 597 MovieClip [PLasmashot] Frame 1
onClipEvent (load) {
knockback = 2;
dmg = 5;
}
onClipEvent (enterFrame) {
for (var i in _root.l.enemy) {
if ((_root.l.enemy[i].golpeado == 0) and this.hitTest(_root.l.enemy[i].targetgolpe)) {
_root.l.enemy[i].hp = _root.l.enemy[i].hp - Math.round(((_root.sthero.dmg_normal * 0.3) * (100 - _root.l.enemy[i].armor_normal)) / 100);
_root.l.enemy[i].golpeado_anima = 1;
_root.sthero.combo = _root.sthero.combo + 1;
_root.sthero.tiempocombo = 30;
_root.l.enemy[i].poison.gotoAndStop(2);
_root.l.enemy[i].poison.tiempo = 60;
_root.l.shockwave = _root.l.attachMovie("kaboom", (("dagaso" + getTimer()) + random(100000)) + _root.cuentacuentos, _root.l.getNextHighestDepth());
_root.cuentacuentos = _root.cuentacuentos + 1;
_root.l.shockwave._x = _root.l.enemy[i]._x;
_root.l.shockwave._y = _root.l.enemy[i]._y;
if (_parent._xscale == 100) {
_root.l.shockwave._xscale = 100;
}
if (_parent._xscale == -100) {
_root.l.shockwave._xscale = -100;
}
if ((_root.l.enemy[i]._x > _parent._x) and (_parent.speed > 0)) {
_root.l.enemy[i]._x = _root.l.enemy[i]._x + 30;
} else if ((_root.l.enemy[i]._x < _parent._x) and (_parent.speed < 0)) {
_root.l.enemy[i]._x = _root.l.enemy[i]._x - 30;
}
}
}
}
Symbol 597 MovieClip [PLasmashot] Frame 53
removeMovieClip(this);
Symbol 611 MovieClip [big_ball] Frame 1
if (_root.player_turno.ia == 1) {
_xscale = (_xscale * -1);
_root.player_turno.body.gotoAndPlay("combo2");
}
_root.fx.plai("meteor");
nn = "smeteor";
Symbol 611 MovieClip [big_ball] Frame 5
_root.juego.ojo_cam.tremor = 100;
Symbol 611 MovieClip [big_ball] Frame 96
dmg = 1.5 * spell_power;
tar.get_magic(dmg);
tar.stun(1);
_root.fx.plai("hit" + random(3));
Symbol 611 MovieClip [big_ball] Frame 99
_root.fx.mySound.stop(nn);
_root.player_turno.volver = 1;
removeMovieClip(this);
stop();
Symbol 618 MovieClip Frame 9
removeMovieClip(_parent._parent);
Symbol 625 MovieClip Frame 9
removeMovieClip(_parent._parent);
Symbol 633 MovieClip Frame 9
removeMovieClip(_parent._parent);
Symbol 634 MovieClip Frame 1
gotoAndStop(random(3) + 1);
Symbol 635 MovieClip [sangreenemigo] Frame 1
function onEnterFrame() {
this.swapDepths((this._x / 90) + (this._y + 28));
}
Instance of Symbol 678 MovieClip in Symbol 687 MovieClip Frame 103
/* no clip actions */
Symbol 693 MovieClip [plasmagun] Frame 1
function onEnterFrame() {
this.swapDepths((this._x / 90) + (this._y - 18));
_x = (_x + speed);
if (tiempo > 0) {
tiempo = tiempo - 1;
} else {
removeMovieClip(this);
}
}
if (perro == undefined) {
this._x = _root.l.hero._x;
this._y = _root.l.hero._y - 2;
tiempo = 50;
mySound = new Sound(this);
tune = "Intag.mp3";
mySound.setVolume(80);
mySound.attachSound(tune);
mySound.start(0, 1);
perro = 1;
}
Instance of Symbol 253 MovieClip "golpe" in Symbol 693 MovieClip [plasmagun] Frame 1
onClipEvent (load) {
knockback = 2;
dmg = 5;
}
onClipEvent (enterFrame) {
for (var i in _root.l.enemy) {
if ((_root.l.enemy[i].golpeado == 0) and this.hitTest(_root.l.enemy[i].targetgolpe)) {
_root.l.enemy[i].hp = _root.l.enemy[i].hp - Math.round(((_root.sthero.dmg_normal * 1.5) * (100 - _root.l.enemy[i].armor_normal)) / 100);
_root.l.enemy[i].golpeado_anima = 1;
_root.sthero.combo = _root.sthero.combo + 1;
_root.sthero.tiempocombo = 30;
_root.l.enemy[i].resiste = _root.l.enemy[i].resiste + 10;
_root.l.shockwave = _root.l.attachMovie("kaboom", (("dagaso" + getTimer()) + random(100000)) + _root.cuentacuentos, _root.l.getNextHighestDepth());
_root.cuentacuentos = _root.cuentacuentos + 1;
_root.l.shockwave._x = _root.l.enemy[i]._x;
_root.l.shockwave._y = _root.l.enemy[i]._y;
if (_parent._xscale == 100) {
_root.l.shockwave._xscale = 100;
}
if (_parent._xscale == -100) {
_root.l.shockwave._xscale = -100;
}
removeMovieClip(_parent);
if ((_root.l.enemy[i]._x > _parent._x) and (_parent.speed > 0)) {
_root.l.enemy[i]._x = _root.l.enemy[i]._x + 30;
removeMovieClip(_parent);
} else if ((_root.l.enemy[i]._x < _parent._x) and (_parent.speed < 0)) {
_root.l.enemy[i]._x = _root.l.enemy[i]._x - 30;
removeMovieClip(_parent);
}
}
}
}
Symbol 738 MovieClip Frame 1
camina = 0;
golpeado = 0;
Symbol 738 MovieClip Frame 19
stun = 0;
gotoAndPlay ("camina");
Symbol 738 MovieClip Frame 22
camina = 1;
golpeado = 0;
Symbol 738 MovieClip Frame 31
stun = 0;
golpeado = 0;
Symbol 738 MovieClip Frame 36
stun = 0;
gotoAndPlay ("camina");
Symbol 738 MovieClip Frame 40
stun = 1;
Symbol 738 MovieClip Frame 44
Instance of Symbol 253 MovieClip "detector" in Symbol 738 MovieClip Frame 44
onClipEvent (enterFrame) {
if (this.hitTest(_root.l.targetgolpe) and (_root.l.hero.golpeado != 1)) {
_root.sthero.resiste = _root.sthero.resiste + _parent.empujacion;
_root.l.hero.ladoempuja = _parent._xscale / 100;
_root.l.hero.gotoAndPlay("golpeado");
_root.l.hero.stun = 1;
_root.sthero.hp = _root.sthero.hp - Math.round((_parent.dmg * (100 - _root.sthero.armor)) / 100);
if ((_parent._x - _root.l.targetgolpe._x) > 0) {
_root.l.hero._x = _root.l.hero._x - 40;
} else {
_root.l.hero._x = _root.l.hero._x + 40;
}
}
}
Symbol 738 MovieClip Frame 50
gotoAndPlay ("stand");
Symbol 738 MovieClip Frame 52
stun = 1;
if (this._xscale == 100) {
culonsosos = 40;
}
if (this._xscale == -100) {
culonsosos = -40;
}
this._x = this._x + culonsosos;
Symbol 738 MovieClip Frame 53
this._x = this._x + culonsosos;
Symbol 738 MovieClip Frame 54
this._x = this._x + culonsosos;
Symbol 738 MovieClip Frame 55
this._x = this._x + culonsosos;
Symbol 738 MovieClip Frame 56
this._x = this._x + culonsosos;
Symbol 738 MovieClip Frame 57
this._x = this._x + culonsosos;
Symbol 738 MovieClip Frame 58
this._x = this._x + culonsosos;
Symbol 738 MovieClip Frame 59
this._x = this._x + culonsosos;
Symbol 738 MovieClip Frame 60
this._x = this._x + culonsosos;
Symbol 738 MovieClip Frame 61
this._x = this._x + culonsosos;
Symbol 738 MovieClip Frame 62
this._x = this._x + culonsosos;
Symbol 738 MovieClip Frame 63
gotoAndPlay ("stand");
this._x = this._x + culonsosos;
Symbol 738 MovieClip Frame 66
_root.m.displayenemy.targeteado = this;
_root.m.displayenemy.gotoAndStop(nombre);
_root.m.displayenemy.timer.gotoAndPlay(1);
if (resiste > aguante) {
gotoAndPlay ("golpeadohard");
}
stun = 1;
camina = 0;
stun = 1;
golpeson = random(3);
mySound = new Sound(this);
tune = "hit" + golpeson;
if ((_root.l.hero._x - this._x) > 0) {
volumen = (((100 * (_root.l.hero._x - this._x)) / 700) - 100) * -1;
} else {
volumen = (((100 * (this._x - _root.l.hero._x)) / 700) - 100) * -1;
}
if (volumen > 0) {
mySound.setVolume(volumen);
mySound.attachSound(tune);
mySound.start(0, 1);
}
Symbol 738 MovieClip Frame 76
golpeado = 0;
stun = 0;
gotoAndPlay ("stand");
Symbol 738 MovieClip Frame 79
stun = 1;
if (this._xscale == 100) {
culonsosos = 22;
}
if (this._xscale == -100) {
culonsosos = -22;
}
this._x = this._x + culonsosos;
gogoasa = 7;
Symbol 738 MovieClip Frame 80
this._x = this._x + culonsosos;
this._y = this._y + gogoasa;
Symbol 738 MovieClip Frame 81
this._x = this._x + culonsosos;
this._y = this._y + gogoasa;
Symbol 738 MovieClip Frame 82
this._x = this._x + culonsosos;
this._y = this._y + gogoasa;
Symbol 738 MovieClip Frame 83
this._x = this._x + culonsosos;
this._y = this._y + gogoasa;
Symbol 738 MovieClip Frame 84
this._x = this._x + culonsosos;
this._y = this._y + gogoasa;
Symbol 738 MovieClip Frame 85
this._x = this._x + culonsosos;
this._y = this._y + gogoasa;
Symbol 738 MovieClip Frame 86
this._x = this._x + culonsosos;
this._y = this._y + gogoasa;
Symbol 738 MovieClip Frame 87
this._x = this._x + culonsosos;
this._y = this._y + gogoasa;
Symbol 738 MovieClip Frame 88
this._x = this._x + culonsosos;
this._y = this._y + gogoasa;
Symbol 738 MovieClip Frame 89
this._x = this._x + culonsosos;
this._y = this._y + gogoasa;
Symbol 738 MovieClip Frame 90
gotoAndPlay ("stand");
Symbol 738 MovieClip Frame 95
_root.m.displayenemy.targeteado = this;
_root.m.displayenemy.gotoAndStop(nombre);
_root.m.displayenemy.timer.gotoAndPlay(1);
golpeado = 1;
stun = 1;
camina = 0;
resiste = 0;
stun = 1;
golpeson = random(3);
mySound = new Sound(this);
tune = "hit" + golpeson;
if ((_root.l.hero._x - this._x) > 0) {
volumen = (((100 * (_root.l.hero._x - this._x)) / 700) - 100) * -1;
} else {
volumen = (((100 * (this._x - _root.l.hero._x)) / 700) - 100) * -1;
}
if (this._xscale == 100) {
culonsosos = -20;
}
if (this._xscale == -100) {
culonsosos = 20;
}
this._x = this._x + culonsosos;
if (volumen > 0) {
mySound.setVolume(volumen);
mySound.attachSound(tune);
mySound.start(0, 1);
}
_root.l.shockwave = _root.l.attachMovie("sangreenemigo", (("dagaso" + getTimer()) + random(100000)) + _root.cuentacuentos, _root.l.getNextHighestDepth());
_root.cuentacuentos = _root.cuentacuentos + 1;
_root.l.shockwave._x = this._x;
_root.l.shockwave._y = this._y;
if (_xscale == 100) {
_root.l.shockwave._xscale = 100;
}
if (_xscale == -100) {
_root.l.shockwave._xscale = -100;
}
Symbol 738 MovieClip Frame 97
_root.l.shockwave = _root.l.attachMovie("sangreenemigo", (("dagaso" + getTimer()) + random(100000)) + _root.cuentacuentos, _root.l.getNextHighestDepth());
_root.cuentacuentos = _root.cuentacuentos + 1;
_root.l.shockwave._x = this._x;
_root.l.shockwave._y = this._y;
if (_xscale == 100) {
_root.l.shockwave._xscale = 100;
}
if (_xscale == -100) {
_root.l.shockwave._xscale = -100;
}
this._x = this._x + culonsosos;
Symbol 738 MovieClip Frame 98
this._x = this._x + culonsosos;
Symbol 738 MovieClip Frame 99
this._x = this._x + culonsosos;
Symbol 738 MovieClip Frame 100
this._x = this._x + culonsosos;
Symbol 738 MovieClip Frame 101
this._x = this._x + culonsosos;
Symbol 738 MovieClip Frame 102
this._x = this._x + culonsosos;
Symbol 738 MovieClip Frame 103
this._x = this._x + culonsosos;
Symbol 738 MovieClip Frame 104
this._x = this._x + culonsosos;
Symbol 738 MovieClip Frame 105
this._x = this._x + culonsosos;
Symbol 738 MovieClip Frame 106
this._x = this._x + culonsosos;
Symbol 738 MovieClip Frame 107
this._x = this._x + culonsosos;
Symbol 738 MovieClip Frame 108
this._x = this._x + culonsosos;
Symbol 738 MovieClip Frame 109
this._x = this._x + culonsosos;
Symbol 738 MovieClip Frame 110
this._x = this._x + culonsosos;
Symbol 738 MovieClip Frame 111
this._x = this._x + culonsosos;
Symbol 738 MovieClip Frame 122
golpeado = 0;
stun = 0;
gotoAndPlay ("stand");
Symbol 738 MovieClip Frame 124
_root.m.displayenemy.targeteado = this;
_root.m.displayenemy.gotoAndStop(nombre);
_root.m.displayenemy.timer.gotoAndPlay(1);
stun = 1;
Symbol 738 MovieClip Frame 134
gotoAndPlay ("agarrado");
Symbol 738 MovieClip Frame 160
golpeado = 0;
stun = 0;
gotoAndPlay ("stand");
Symbol 746 MovieClip [sangrecharco] Frame 1
function onEnterFrame() {
this.swapDepths((this._x / 90) + this._y);
}
gotoAndStop(random(7) + 2);
Symbol 763 MovieClip [levelup] Frame 1
_root.sthero.gold = _root.sthero.gold + _root.gold;
_root.sthero.score = _root.sthero.score + (10 * _root.sthero.maxcombo);
_root.sthero.maxhp = _root.sthero.maxhp + _root.m.hp;
_root.sthero.maxenergy = _root.sthero.maxenergy + _root.m.mp;
_root.sthero.dmg_normal = _root.sthero.dmg_normal + _root.m.normal_dmg;
_root.sthero.dmg_fire = _root.sthero.dmg_fire + _root.m.magic_dmg;
_root.sthero.extrapoints = _root.sthero.extrapoints + 1;
_root.sthero.lvl = _root.sthero.lvl + 1;
_root.sthero.maxexp = Math.round(_root.sthero.maxexp + (_root.sthero.maxexp * 0.5));
_root.sthero.expe = 0;
_root.limpio = 1;
Symbol 763 MovieClip [levelup] Frame 195
removeMovieClip(this);
Symbol 770 MovieClip Frame 15
stop();
Symbol 772 MovieClip [espantapajaro] Frame 1
function onEnterFrame() {
this.swapDepths((this._x / 90) + (this._y + 22));
}
stop();
Symbol 772 MovieClip [espantapajaro] Frame 18
removeMovieClip(this);
Symbol 791 Button
on (keyPress "k") {
var savefile = SharedObject.getLocal(saveFile);
_root.savefile.data.lugardemapa = _root.lugardemapa;
_root.savefile.data.nombre = _root.sthero.nombre;
_root.savefile.data.bestcombo = _root.sthero.bestcombo;
_root.savefile.data.armor = _root.sthero.armor;
_root.savefile.data.hp = _root.sthero.hp;
_root.savefile.data.expe = _root.sthero.expe;
_root.savefile.data.maxexp = _root.sthero.maxexp;
_root.savefile.data.lvl = _root.sthero.lvl;
_root.savefile.data.maxhp = _root.sthero.maxhp;
_root.savefile.data.energy = _root.sthero.energy;
_root.savefile.data.maxenergy = _root.sthero.maxenergy;
_root.savefile.data.regen = _root.sthero.regen;
_root.savefile.data.handicap = _root.sthero.handicap;
_root.savefile.data.gold = _root.sthero.gold;
_root.savefile.data.armorlvl = _root.sthero.armorlvl;
_root.savefile.data.armorvendedor1 = _root.sthero.armorvendedor1;
_root.savefile.data.armorvendedor2 = _root.sthero.armorvendedor2;
_root.savefile.data.armorvendedor3 = _root.sthero.armorvendedor3;
_root.savefile.data.armorvendedor4 = _root.sthero.armorvendedor4;
_root.savefile.data.armorvendedor5 = _root.sthero.armorvendedor5;
_root.savefile.data.weaponlvl = _root.sthero.weaponlvl;
_root.savefile.data.weaponvendedor1 = _root.sthero.weaponvendedor1;
_root.savefile.data.weaponvendedor2 = _root.sthero.weaponvendedor2;
_root.savefile.data.weaponvendedor3 = _root.sthero.weaponvendedor3;
_root.savefile.data.weaponvendedor4 = _root.sthero.weaponvendedor4;
_root.savefile.data.weaponvendedor5 = _root.sthero.weaponvendedor5;
_root.savefile.data.elemento = _root.sthero.elemento;
_root.savefile.data.core1 = _root.sthero.core1;
_root.savefile.data.core2 = _root.sthero.core2;
_root.savefile.data.core3 = _root.sthero.core3;
_root.savefile.data.core4 = _root.sthero.core4;
_root.savefile.data.dmg_normal = _root.sthero.dmg_normal;
_root.savefile.data.dmg_fire = _root.sthero.dmg_fire;
_root.savefile.data.dmg_ice = _root.sthero.dmg_ice;
_root.savefile.data.dng_shadow = _root.sthero.dmg_shadow;
_root.savefile.data.seleccionenergy = _root.sthero.seleccionenergy;
_root.savefile.data.item1 = _root.sthero.item1;
_root.savefile.data.item2 = _root.sthero.item2;
_root.savefile.data.item3 = _root.sthero.item3;
_root.savefile.data.item4 = _root.sthero.item4;
_root.savefile.data.item5 = _root.sthero.item5;
_root.savefile.data.item6 = _root.sthero.item6;
_root.savefile.data.item7 = _root.sthero.item7;
_root.savefile.data.item8 = _root.sthero.item8;
_root.savefile.data.item9 = _root.sthero.item9;
_root.savefile.data.item10 = _root.sthero.item10;
_root.savefile.data.quest = _root.sthero.quest;
_root.savefile.data.pelo = _root.sthero.pelo;
_root.savefile.data.detalle = _root.sthero.detalle;
_root.savefile.data.gamba1 = _root.sthero.gamba1;
_root.savefile.data.gamba2 = _root.sthero.gamba2;
_root.savefile.data.chaketa = _root.sthero.chaketa;
_root.savefile.data.cinto = _root.sthero.cinto;
_root.savefile.data.cuchi1 = _root.sthero.cuchi1;
_root.savefile.data.cuchi2 = _root.sthero.cuchi2;
_root.savefile.data.memoria_x = _root.memoria_x;
_root.savefile.data.memoria_y = _root.memoria_y;
_root.savefile.data.tree_a1 = _root.sthero.tree_a1;
_root.savefile.data.tree_a2 = _root.sthero.tree_a2;
_root.savefile.data.tree_a3 = _root.sthero.tree_a3;
_root.savefile.data.tree_a4 = _root.sthero.tree_a4;
_root.savefile.data.tree_b1 = _root.sthero.tree_b1;
_root.savefile.data.tree_b2 = _root.sthero.tree_b2;
_root.savefile.data.tree_b3 = _root.sthero.tree_b3;
_root.savefile.data.tree_b4 = _root.sthero.tree_b4;
_root.savefile.data.clase = _root.sthero.clase;
_root.savefile.data.energyregen = _root.sthero.energyregen;
_root.savefile.data.extrapoints = _root.sthero.extrapoints;
_root.savefile.data.achievement1 = _root.sthero.achievement1;
_root.savefile.data.achievement2 = _root.sthero.achievement2;
_root.savefile.data.achievement3 = _root.sthero.achievement3;
_root.savefile.data.achievement4 = _root.sthero.achievement4;
_root.savefile.data.achievement5 = _root.sthero.achievement5;
_root.savefile.data.achievement6 = _root.sthero.achievement6;
_root.savefile.data.achievement7 = _root.sthero.achievement7;
_root.savefile.data.achievement8 = _root.sthero.achievement8;
_root.savefile.data.achievement9 = _root.sthero.achievement9;
_root.savefile.data.achievement10 = _root.sthero.achievement10;
_root.savefile.data.achievement11 = _root.sthero.achievement11;
_root.savefile.data.musica = _root.musikita._currentframe;
_root.savefile.data.lugar = _root._currentframe;
_root.savefile.flush();
nextFrame();
}
Symbol 794 MovieClip Frame 1
stop();
_root.sthero.hp = _root.sthero.maxhp;
if (_root.sthero.nombre != "Sophie") {
_root.sthero.energy = _root.sthero.maxenergy;
}
Symbol 798 MovieClip Frame 1
_root.sthero.item1 = "wrench";
mySound = new Sound(this);
tune = "resive";
mySound.attachSound(tune);
mySound.start(0, 1);
stop();
if (_root.sthero.quest == 3) {
_root.sthero.quest = 4;
}
Symbol 805 Button
on (keyPress "k") {
nextFrame();
}
Symbol 811 MovieClip Frame 1
stop();
Symbol 811 MovieClip Frame 7
_root.amarillo.play();
removeMovieClip(_parent._parent);
Symbol 814 Button
on (keyPress "n") {
gotoAndStop (3);
}
Symbol 815 Button
on (keyPress "k") {
if ((_root.sthero.gold > 11) and (_root.sthero.armorvendedor1 != "ya")) {
gotoAndStop (2);
_root.sthero.gold = _root.sthero.gold - 12;
_root.sthero.armorlvl = _root.sthero.armorlvl + 1;
_root.sthero.armor = _root.sthero.armor + 5;
_root.sthero.armorvendedor1 = "ya";
mySound = new Sound(this);
tune = "resive";
mySound.attachSound(tune);
mySound.start(0, 1);
} else {
gotoAndStop (3);
}
}
Symbol 818 MovieClip Frame 1
stop();
Symbol 823 Button
on (keyPress "n") {
gotoAndStop (3);
}
Symbol 824 Button
on (keyPress "k") {
if (_root.sthero.gold > (llamagold - 1)) {
gotoAndStop (3);
_root.sthero.gold = _root.sthero.gold - llamagold;
_root.sthero.armorlvl = _root.sthero.armorlvl + 1;
_root.sthero.armorvendedor1 = "ya";
_root.sthero.armor = _root.sthero.armor + _root.m.armor;
mySound = new Sound(this);
tune = "resive";
mySound.attachSound(tune);
mySound.start(0, 1);
} else {
gotoAndStop (3);
}
}
Symbol 827 MovieClip Frame 1
stop();
llamalvl = _root.sthero.armorlvl;
llamagold = _root.sthero.armorlvl * 20;
Symbol 829 Button
on (keyPress "k") {
_root.destino = "izquierda";
_root.izquierda = "movies";
_root.flash1.play();
removeMovieClip(_parent);
}
Symbol 837 Button
on (keyPress "k") {
_root.moveson.play();
removeMovieClip(_parent);
}
Symbol 843 Button
on (keyPress "n") {
gotoAndStop (2);
}
Symbol 844 Button
on (keyPress "k") {
gotoAndStop (3);
_root.sthero.weaponlvl = _root.sthero.weaponlvl + 1;
_root.sthero.weaponvendedor1 = "ya";
_root.sthero.dmg_normal = _root.sthero.dmg_normal + _root.m.wnormal;
_root.sthero.dmg_fire = _root.sthero.dmg_fire + _root.m.wmagic;
mySound = new Sound(this);
tune = "resive";
mySound.attachSound(tune);
mySound.start(0, 1);
}
Symbol 847 MovieClip Frame 1
stop();
llamalvl = _root.sthero.weaponlvl;
llamagold = _root.sthero.weaponlvl * 20;
Symbol 856 MovieClip Frame 1
stop();
gotoAndStop(_parent.dialogo);
Instance of Symbol 798 MovieClip in Symbol 856 MovieClip Frame 10
onClipEvent (load) {
if (_root.sthero.item1 == "wrench") {
gotoAndStop (2);
}
}
Instance of Symbol 818 MovieClip in Symbol 856 MovieClip Frame 15
onClipEvent (load) {
if (_root.sthero.armorvendedor1 == "ya") {
gotoAndStop (2);
}
}
Instance of Symbol 827 MovieClip in Symbol 856 MovieClip Frame 16
onClipEvent (load) {
if (_root.sthero.armorvendedor1 == "ya") {
gotoAndStop (2);
}
}
Instance of Symbol 847 MovieClip in Symbol 856 MovieClip Frame 31
onClipEvent (load) {
if (_root.sthero.weaponvendedor1 == "ya") {
gotoAndStop (3);
}
}
Symbol 859 MovieClip [dialogo1] Frame 6
stop();
Symbol 859 MovieClip [dialogo1] Frame 10
removeMovieClip(this);
stop();
Symbol 870 MovieClip Frame 3
enemy = [];
muertos = 0;
Instance of Symbol 391 MovieClip in Symbol 870 MovieClip Frame 3
onClipEvent (enterFrame) {
if (this.hitTest(_root.l.targetgolpe)) {
_root.l.hero._y = _root.l.hero._y - (_root.velocity / 2);
}
}
Instance of Symbol 391 MovieClip in Symbol 870 MovieClip Frame 3
onClipEvent (enterFrame) {
if (this.hitTest(_root.l.targetgolpe)) {
_root.l.hero._y = _root.l.hero._y + (_root.velocity / 2);
}
}
Instance of Symbol 391 MovieClip "eso2" in Symbol 870 MovieClip Frame 3
onClipEvent (enterFrame) {
if (((this.hitTest(_root.l.targetgolpe) and (_root.limpio == 1)) and (_root.l.hero.camina == 1)) and (_root.l.hero._xscale == 100)) {
_root.limpio = 0;
_root.destino = "derecha";
_root.flash1.play();
}
}
Instance of Symbol 523 MovieClip in Symbol 870 MovieClip Frame 3
onClipEvent (load) {
gotoAndPlay(random(35) + 1);
}
onClipEvent (enterFrame) {
this.swapDepths((this._x / 90) + (this._y - 20));
}
Instance of Symbol 523 MovieClip in Symbol 870 MovieClip Frame 3
onClipEvent (load) {
gotoAndPlay(random(35) + 1);
}
onClipEvent (enterFrame) {
this.swapDepths((this._x / 90) + (this._y - 20));
}
Instance of Symbol 523 MovieClip in Symbol 870 MovieClip Frame 3
onClipEvent (load) {
gotoAndPlay(random(35) + 1);
}
onClipEvent (enterFrame) {
this.swapDepths((this._x / 90) + (this._y - 20));
}
Instance of Symbol 523 MovieClip in Symbol 870 MovieClip Frame 3
onClipEvent (load) {
gotoAndPlay(random(35) + 1);
}
onClipEvent (enterFrame) {
this.swapDepths((this._x / 90) + (this._y - 20));
}
Instance of Symbol 523 MovieClip in Symbol 870 MovieClip Frame 3
onClipEvent (load) {
gotoAndPlay(random(35) + 1);
}
onClipEvent (enterFrame) {
this.swapDepths((this._x / 90) + (this._y - 20));
}
Instance of Symbol 319 MovieClip in Symbol 870 MovieClip Frame 3
onClipEvent (load) {
torso.armor.gotoAndStop(13);
torso.cinto.gotoAndStop(3);
gamba1.gotoAndStop(1);
gamba2.gotoAndStop(1);
q1.gotoAndStop(3);
q2.gotoAndStop(3);
antebrazo = 7;
antebrazo1.gotoAndStop(antebrazo);
antebrazo2.gotoAndStop(antebrazo);
head.pelo.gotoAndStop(1);
head.detalle.gotoAndStop(13);
dmg = 10;
tiempo_muere = 20;
tiempo = random(70);
actividad = 0;
hp = 200;
maxhp = hp;
speed = 5;
armor_normal = 10;
armor_fire = 0;
armor_ice = 0;
armor_shadow = 0;
armor_special = 0;
_root.vivos = _root.vivos + 1;
_root.l.empujar.push(this);
_root.l.enemy.push(this);
}
onClipEvent (enterFrame) {
for (var i in _root.l.enemy) {
if ((colision.hitTest(_root.l.enemy[i].colision) and (this._x != _root.l.enemy[i]._x)) and (this._y < _root.l.enemy[i]._y)) {
_root.l.enemy[i]._y = _root.l.enemy[i]._y + 0.5;
} else if (colision.hitTest(_root.l.enemy[i].colision) and (this._x != _root.l.enemy[i]._x)) {
_root.l.enemy[i]._y = _root.l.enemy[i]._y - 0.5;
}
}
if (golpeado_anima == 1) {
golpeado_anima = 0;
this.gotoAndPlay("golpeado");
}
}
onClipEvent (enterFrame) {
this.swapDepths((this._x / 90) + (this._y + 20));
if ((tiempo == 0) and (actividad == 0)) {
tiempo = random(70);
actitud = random(2);
if (actitud == 0) {
gotoAndPlay ("stand");
stun = 1;
}
if (actitud == 1) {
gotoAndPlay ("dash");
actividad = 0;
stun = 0;
tiempo = random(200) + 70;
actitud = 0;
stun = 1;
}
} else if ((stun != 1) and (actividad == 0)) {
tiempo = tiempo - 1;
}
if (stun != 1) {
if ((((_root.l.hero.golpeado != 1) and ((this._y - _root.l.detector._y) < 0)) and (((this._y - _root.l.detector._y) - 20) > 0)) or (((_root.l.hero.golpeado != 1) and (((this._y - _root.l.detector._y) + 20) > 0)) and (((this._y - _root.l.detector._y) - 20) < -30))) {
if (((this._x - _root.l.detector._x) < 70) and ((this._x - _root.l.detector._x) > 0)) {
gotoAndPlay ("ataque");
this._xscale = -100;
stun = 1;
}
if (((this._x - _root.l.detector._x) > -70) and ((this._x - _root.l.detector._x) < 0)) {
gotoAndPlay ("ataque");
this._xscale = 100;
stun = 1;
}
}
if (stun != 1) {
if (_root.l.detector._x < this._x) {
this._x = _x - speed;
if (camina == 0) {
this.gotoAndPlay("camina");
}
this._xscale = -100;
} else if ((_root.l.detector._x > this._x) and ((_root.l.detector._x - _x) > 40)) {
this._x = _x + speed;
if (camina == 0) {
this.gotoAndPlay("camina");
}
this._xscale = 100;
}
if (((_root.l.detector._y - 20) < this._y) and (((_y - _root.l.detector._y) + 20) > 10)) {
this._y = _y - (speed / 2);
if (camina == 0) {
this.gotoAndPlay("camina");
}
} else {
if ((_root.l.detector._y - 20) > this._y) {
this._y = _y + (speed / 2);
}
if (camina == 0) {
this.gotoAndPlay("camina");
}
}
}
}
if (hp < 0) {
myColor = new Color(this);
myColor.setRGB(16763904);
gotoAndStop ("bash");
tiempo_muere = tiempo_muere - 1;
this._alpha = this._alpha - 5;
if (tiempo_muere < 0) {
_root.l.muertos = _root.l.muertos + 1;
removeMovieClip(this);
}
}
}
Instance of Symbol 540 MovieClip [alientamed] in Symbol 870 MovieClip Frame 3
onClipEvent (load) {
torso.armor.gotoAndStop(13);
torso.cinto.gotoAndStop(3);
gamba1.gotoAndStop(1);
gamba2.gotoAndStop(1);
q1.gotoAndStop(3);
q2.gotoAndStop(3);
antebrazo = 7;
antebrazo1.gotoAndStop(antebrazo);
antebrazo2.gotoAndStop(antebrazo);
head.pelo.gotoAndStop(1);
head.detalle.gotoAndStop(13);
dmg = 10;
tiempo_muere = 20;
tiempo = random(70);
actividad = 0;
hp = 200;
maxhp = hp;
speed = 5;
armor_normal = 10;
armor_fire = 0;
armor_ice = 0;
armor_shadow = 0;
armor_special = 0;
_root.vivos = _root.vivos + 1;
_root.l.empujar.push(this);
_root.l.enemy.push(this);
}
onClipEvent (enterFrame) {
for (var i in _root.l.enemy) {
if ((colision.hitTest(_root.l.enemy[i].colision) and (this._x != _root.l.enemy[i]._x)) and (this._y < _root.l.enemy[i]._y)) {
_root.l.enemy[i]._y = _root.l.enemy[i]._y + 0.5;
} else if (colision.hitTest(_root.l.enemy[i].colision) and (this._x != _root.l.enemy[i]._x)) {
_root.l.enemy[i]._y = _root.l.enemy[i]._y - 0.5;
}
}
if (golpeado_anima == 1) {
golpeado_anima = 0;
this.gotoAndPlay("golpeado");
}
}
onClipEvent (enterFrame) {
this.swapDepths((this._x / 90) + (this._y + 20));
if ((tiempo == 0) and (actividad == 0)) {
tiempo = random(70);
actitud = random(2);
if (actitud == 0) {
gotoAndPlay ("stand");
stun = 1;
}
if (actitud == 1) {
gotoAndPlay ("dash");
actividad = 0;
stun = 0;
tiempo = random(200) + 70;
actitud = 0;
stun = 1;
}
} else if ((stun != 1) and (actividad == 0)) {
tiempo = tiempo - 1;
}
if (stun != 1) {
if ((((_root.l.hero.golpeado != 1) and ((this._y - _root.l.detector._y) < 0)) and (((this._y - _root.l.detector._y) - 20) > 0)) or (((_root.l.hero.golpeado != 1) and (((this._y - _root.l.detector._y) + 20) > 0)) and (((this._y - _root.l.detector._y) - 20) < -30))) {
if (((this._x - _root.l.detector._x) < 70) and ((this._x - _root.l.detector._x) > 0)) {
gotoAndPlay ("ataque");
this._xscale = -100;
stun = 1;
}
if (((this._x - _root.l.detector._x) > -70) and ((this._x - _root.l.detector._x) < 0)) {
gotoAndPlay ("ataque");
this._xscale = 100;
stun = 1;
}
}
if (stun != 1) {
if (_root.l.detector._x < this._x) {
this._x = _x - speed;
if (camina == 0) {
this.gotoAndPlay("camina");
}
this._xscale = -100;
} else if ((_root.l.detector._x > this._x) and ((_root.l.detector._x - _x) > 40)) {
this._x = _x + speed;
if (camina == 0) {
this.gotoAndPlay("camina");
}
this._xscale = 100;
}
if (((_root.l.detector._y - 20) < this._y) and (((_y - _root.l.detector._y) + 20) > 10)) {
this._y = _y - (speed / 2);
if (camina == 0) {
this.gotoAndPlay("camina");
}
} else {
if ((_root.l.detector._y - 20) > this._y) {
this._y = _y + (speed / 2);
}
if (camina == 0) {
this.gotoAndPlay("camina");
}
}
}
}
if (hp < 0) {
myColor = new Color(this);
myColor.setRGB(16763904);
gotoAndStop ("bash");
tiempo_muere = tiempo_muere - 1;
this._alpha = this._alpha - 5;
if (tiempo_muere < 0) {
_root.l.muertos = _root.l.muertos + 1;
removeMovieClip(this);
}
}
}
Instance of Symbol 253 MovieClip "detector" in Symbol 870 MovieClip Frame 3
onClipEvent (enterFrame) {
if ((_root.l.invi == 0) or (_root.l.invi == undefined)) {
this._x = _root.l.hero._x;
this._y = _root.l.hero._y + 15;
}
}
Instance of Symbol 253 MovieClip "targetgolpe" in Symbol 870 MovieClip Frame 3
onClipEvent (enterFrame) {
this._x = _root.l.hero._x;
this._y = _root.l.hero._y + 35;
}
Symbol 876 MovieClip [wrath] Frame 1
function onEnterFrame() {
for (var _local3 in _root.l.enemy) {
if (this.hitTest(_root.l.enemy[_local3].targetgolpe)) {
_root.l.enemy[_local3].hp = _root.l.enemy[_local3].hp - ((_root.sthero.dmg_fire * 0.01) + ((_root.sthero.tree_a2 * 0.005) * _root.sthero.dmg_fire));
if (_root.l.enemy[_local3].hp < 1) {
_root.l.enemy[_local3].golpeado = 1;
}
}
}
this.swapDepths((this._x / 90) + (this._y - 39));
if (tiempo > 0) {
tiempo = tiempo - 1;
} else {
this.swapDepths((this._x / 90) + (this._y + 39));
removeMovieClip(this);
}
}
this._x = _root.l.hero._x;
this._y = _root.l.hero._y + 35;
tiempo = 100;
Symbol 882 MovieClip [pistoupmetra] Frame 1
function onEnterFrame() {
this.swapDepths((this._x / 90) + (this._y + 20));
}
Instance of Symbol 253 MovieClip "detector" in Symbol 882 MovieClip [pistoupmetra] Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.l.targetgolpe)) {
mySound = new Sound(this);
tune = "sfx_gunammo_62.mp3";
mySound.setVolume(80);
mySound.attachSound(tune);
mySound.start(0, 1);
_root.sthero.cuchi1 = 3;
_root.sthero.bullets = 10;
_root.l.hero.cuchi1.gotoAndStop(3);
_root.m.armas.gotoAndStop(3);
removeMovieClip(_parent);
_root.sthero.arma = "plasmagun2";
}
}
Symbol 892 MovieClip Frame 1
stop();
Symbol 893 MovieClip [lifeup] Frame 1
function onEnterFrame() {
this.swapDepths((this._x / 90) + (this._y + 20));
}
Instance of Symbol 253 MovieClip "detector" in Symbol 893 MovieClip [lifeup] Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.l.targetgolpe)) {
_root.sthero.life = _root.sthero.life + 1;
mySound = new Sound(this);
tune = "fruiteat.wav";
mySound.setVolume(80);
mySound.attachSound(tune);
mySound.start(0, 1);
removeMovieClip(_parent);
}
}
Symbol 895 MovieClip [pistolup] Frame 1
function onEnterFrame() {
this.swapDepths((this._x / 90) + (this._y + 20));
}
Instance of Symbol 253 MovieClip "detector" in Symbol 895 MovieClip [pistolup] Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.l.targetgolpe)) {
mySound = new Sound(this);
tune = "sfx_gunammo_62.mp3";
mySound.setVolume(80);
mySound.attachSound(tune);
mySound.start(0, 1);
_root.sthero.cuchi1 = 2;
_root.sthero.bullets = 20;
_root.l.hero.cuchi1.gotoAndStop(2);
_root.m.armas.gotoAndStop(2);
_root.sthero.arma = "plasmagun";
removeMovieClip(_parent);
}
}
Symbol 898 MovieClip [carne] Frame 1
function onEnterFrame() {
this.swapDepths((this._x / 90) + (this._y + 20));
}
Instance of Symbol 253 MovieClip "detector" in Symbol 898 MovieClip [carne] Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.l.targetgolpe) and (_root.l.hero.gravea == "si")) {
mySound = new Sound(this);
tune = "sfx_eating_drinking_5.mp3";
mySound.setVolume(80);
mySound.attachSound(tune);
mySound.start(0, 1);
if ((_root.sthero.hp + 100) < _root.sthero.maxhp) {
_root.sthero.hp = _root.sthero.hp + 100;
} else {
_root.sthero.hp = _root.sthero.maxhp;
}
removeMovieClip(_parent);
}
}
Symbol 900 MovieClip [rayolaser] Frame 1
function onEnterFrame() {
this.swapDepths((this._x / 90) + (this._y - 18));
}
Instance of Symbol 253 MovieClip "golpe" in Symbol 900 MovieClip [rayolaser] Frame 6
onClipEvent (load) {
knockback = 2;
dmg = 5;
}
onClipEvent (enterFrame) {
for (var i in _root.l.enemy) {
if ((_root.l.enemy[i].golpeado == 0) and this.hitTest(_root.l.enemy[i].targetgolpe)) {
_root.l.enemy[i].hp = _root.l.enemy[i].hp - Math.round(((_root.sthero.dmg_normal * 0.3) * (100 - _root.l.enemy[i].armor_normal)) / 100);
_root.l.enemy[i].golpeado_anima = 1;
_root.sthero.combo = _root.sthero.combo + 1;
_root.sthero.tiempocombo = 30;
_root.l.enemy[i].resiste = _root.l.enemy[i].resiste + 6;
_root.l.shockwave = _root.l.attachMovie("kaboom", (("dagaso" + getTimer()) + random(100000)) + _root.cuentacuentos, _root.l.getNextHighestDepth());
_root.cuentacuentos = _root.cuentacuentos + 1;
_root.l.shockwave._x = _root.l.enemy[i]._x;
_root.l.shockwave._y = _root.l.enemy[i]._y;
if (_parent._xscale == 100) {
_root.l.shockwave._xscale = 100;
}
if (_parent._xscale == -100) {
_root.l.shockwave._xscale = -100;
}
if ((_root.l.enemy[i]._x > _parent._x) and (_parent.speed > 0)) {
_root.l.enemy[i]._x = _root.l.enemy[i]._x + 30;
} else if ((_root.l.enemy[i]._x < _parent._x) and (_parent.speed < 0)) {
_root.l.enemy[i]._x = _root.l.enemy[i]._x - 30;
}
}
}
}
Symbol 900 MovieClip [rayolaser] Frame 7
removeMovieClip(this);
Symbol 906 MovieClip [robotitem] Frame 1
function onEnterFrame() {
this.swapDepths((this._x / 90) + (this._y + 20));
}
Instance of Symbol 253 MovieClip "detector" in Symbol 906 MovieClip [robotitem] Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.l.targetgolpe) and (_root.l.hero.humano == "si")) {
mySound = new Sound(this);
tune = "hahaha.mp3";
mySound.setVolume(80);
mySound.attachSound(tune);
mySound.start(0, 1);
_root.l[_root.l.hero.graveado].agarrado = false;
_root.l[_root.l.hero.graveado].gotoAndPlay("stand");
_root.l.hero.graveado = undefined;
_root.m.heroicon.gotoAndStop("suit");
_root.sthero.clase = "roboto";
removeMovieClip(_root.l.hero);
_root.l.hero = _root.l.attachMovie("roboto", "hero" + getTimer(), _root.l.getNextHighestDepth());
_root.l.hero._x = _parent._x;
_root.l.hero._y = _parent._y;
_root.l.hero.gotoAndPlay("wakeup");
_root.sthero.hp = _root.sthero.maxhp;
_root.l.hero.stun = 1;
_root.l.hero.golpeado = 1;
var glow_color = 0;
var glow_alpha = 1;
var glow_blurX = 3;
var glow_blurY = 3;
var glow_strength = 10;
var glow_quality = 3;
var glow_inner = false;
var glow_knockout = false;
var filter_glow = (new flash.filters.GlowFilter(glow_color, glow_alpha, glow_blurX, glow_blurY, glow_strength, glow_quality, glow_inner, glow_knockout));
_root.l.hero.filters = [filter_glow];
removeMovieClip(_parent);
}
}
Symbol 911 MovieClip [plasmagun2] Frame 1
function onEnterFrame() {
this.swapDepths((this._x / 90) + (this._y + 18));
if (tiempo > 0) {
tiempo = tiempo - 1;
} else {
removeMovieClip(this);
}
}
if (perro == undefined) {
this._x = _root.l.hero._x;
this._y = _root.l.hero._y - 2;
tiempo = 50;
mySound = new Sound(this);
tune = "Katork.mp3";
mySound.setVolume(80);
mySound.attachSound(tune);
mySound.start(0, 1);
perro = 1;
}
Instance of Symbol 253 MovieClip "golpe" in Symbol 911 MovieClip [plasmagun2] Frame 1
onClipEvent (load) {
knockback = 2;
dmg = 5;
}
onClipEvent (enterFrame) {
for (var i in _root.l.enemy) {
if ((_root.l.enemy[i].golpeado == 0) and this.hitTest(_root.l.enemy[i].targetgolpe)) {
_root.l.enemy[i].hp = _root.l.enemy[i].hp - Math.round(((_root.sthero.dmg_normal * 0.5) * (100 - _root.l.enemy[i].armor_normal)) / 100);
_root.l.enemy[i].golpeado_anima = 1;
_root.sthero.combo = _root.sthero.combo + 1;
_root.sthero.tiempocombo = 30;
_root.l.enemy[i].resiste = _root.l.enemy[i].resiste + 6;
_root.l.shockwave = _root.l.attachMovie("kaboom", (("dagaso" + getTimer()) + random(100000)) + _root.cuentacuentos, _root.l.getNextHighestDepth());
_root.cuentacuentos = _root.cuentacuentos + 1;
_root.l.shockwave._x = _root.l.enemy[i]._x;
_root.l.shockwave._y = _root.l.enemy[i]._y;
if (_parent._xscale == 100) {
_root.l.shockwave._xscale = 100;
}
if (_parent._xscale == -100) {
_root.l.shockwave._xscale = -100;
}
if ((_root.l.enemy[i]._x > _parent._x) and (_parent.speed > 0)) {
_root.l.enemy[i]._x = _root.l.enemy[i]._x + 30;
} else if ((_root.l.enemy[i]._x < _parent._x) and (_parent.speed < 0)) {
_root.l.enemy[i]._x = _root.l.enemy[i]._x - 30;
}
}
}
}
Symbol 911 MovieClip [plasmagun2] Frame 5
removeMovieClip(this);
Symbol 921 MovieClip [bombacanon] Frame 1
mySound = new Sound(this);
tune = "misil.wav";
mySound.setVolume(80);
mySound.attachSound(tune);
mySound.start(0, 1);
function onEnterFrame() {
this.swapDepths((this._x / 90) + (this._y + 38));
if (tiempo > 0) {
tiempo = tiempo - 1;
} else {
removeMovieClip(this);
}
}
if (perro == undefined) {
this._x = _root.l.hero._x;
this._y = _root.l.hero._y - 2;
tiempo = 50;
perro = 1;
}
Instance of Symbol 253 MovieClip "golpe" in Symbol 921 MovieClip [bombacanon] Frame 19
onClipEvent (load) {
knockback = 2;
dmg = 5;
}
onClipEvent (enterFrame) {
for (var i in _root.l.enemy) {
if ((_root.l.enemy[i].golpeado == 0) and this.hitTest(_root.l.enemy[i].targetgolpe)) {
_root.l.enemy[i].hp = _root.l.enemy[i].hp - Math.round(((_root.sthero.dmg_normal * 4.5) * (100 - _root.l.enemy[i].armor_normal)) / 100);
_root.l.enemy[i].golpeado_anima = 1;
_root.sthero.combo = _root.sthero.combo + 1;
_root.sthero.tiempocombo = 30;
_root.l.enemy[i].resiste = _root.l.enemy[i].resiste + 60;
_root.l.shockwave = _root.l.attachMovie("kaboom", (("dagaso" + getTimer()) + random(100000)) + _root.cuentacuentos, _root.l.getNextHighestDepth());
_root.cuentacuentos = _root.cuentacuentos + 1;
_root.l.shockwave._x = _root.l.enemy[i]._x;
_root.l.shockwave._y = _root.l.enemy[i]._y;
if (_parent._xscale == 100) {
_root.l.shockwave._xscale = 100;
}
if (_parent._xscale == -100) {
_root.l.shockwave._xscale = -100;
}
if ((_root.l.enemy[i]._x > _parent._x) and (_parent.speed > 0)) {
_root.l.enemy[i]._x = _root.l.enemy[i]._x + 30;
} else if ((_root.l.enemy[i]._x < _parent._x) and (_parent.speed < 0)) {
_root.l.enemy[i]._x = _root.l.enemy[i]._x - 30;
}
}
}
}
Symbol 921 MovieClip [bombacanon] Frame 20
mySound = new Sound(this);
tune = "hithard";
mySound.setVolume(80);
mySound.attachSound(tune);
mySound.start(0, 1);
Symbol 921 MovieClip [bombacanon] Frame 23
removeMovieClip(this);
Symbol 962 MovieClip [roboto2] Frame 1
robocamina = 13;
_root.velocity = robocamina;
_root.sthero.animamuerte = 0;
grab = 0;
sas = 0;
ses = 0;
sis = 0;
sos = 0;
golpeado = 0;
stun = 0;
camina = 0;
dmg_normal = 30;
dmg_fire = 10;
dmg_ice = 25;
dmg_shadow = 25;
Symbol 962 MovieClip [roboto2] Frame 2
golpeado = 0;
Symbol 962 MovieClip [roboto2] Frame 28
gotoAndPlay ("stand");
Symbol 962 MovieClip [roboto2] Frame 35
_root.velocity = robocamina;
_root.sthero.animamuerte = 0;
golpeado = 0;
stun = 0;
camina = 1;
Symbol 962 MovieClip [roboto2] Frame 39
tembleke.play();
Symbol 962 MovieClip [roboto2] Frame 43
tembleke.play();
Symbol 962 MovieClip [roboto2] Frame 44
if (((Key.isDown(39) or Key.isDown(37)) or Key.isDown(38)) or Key.isDown(40)) {
gotoAndPlay ("camina");
} else {
gotoAndPlay ("stand");
}
Symbol 962 MovieClip [roboto2] Frame 56
stun = 1;
mySound = new Sound(this);
tune = "Katork.mp3";
mySound.setVolume(80);
mySound.attachSound(tune);
mySound.start(0, 1);
stun = 1;
Instance of Symbol 149 MovieClip in Symbol 962 MovieClip [roboto2] Frame 56
onClipEvent (enterFrame) {
for (var i in _root.l.enemy) {
if ((_root.l.enemy[i].golpeado <= 0) and this.hitTest(_root.l.enemy[i].targetgolpe)) {
_root.l.enemy[i].hp = _root.l.enemy[i].hp - Math.round(((_root.sthero.dmg_normal * 12) * (100 - _root.l.enemy[i].armor_normal)) / 100);
_root.l.enemy[i].golpeado_anima = 1;
_root.l.enemy[i].resiste = _root.l.enemy[i].resiste + (_parent.basheador * 2);
if (_parent.mamasa != 1) {
_parent.mamasa = 1;
_root.sthero.combo = _root.sthero.combo + 1;
_root.sthero.tiempocombo = 30;
}
_root.l.shockwave = _root.l.attachMovie("kaboom", (("dagaso" + getTimer()) + random(100000)) + _root.cuentacuentos, _root.l.getNextHighestDepth());
_root.cuentacuentos = _root.cuentacuentos + 1;
_root.l.shockwave._x = _root.l.enemy[i]._x;
_root.l.shockwave._y = _root.l.enemy[i]._y;
if (_parent._xscale == 100) {
_root.l.shockwave._xscale = 100;
}
if (_parent._xscale == -100) {
_root.l.shockwave._xscale = -100;
}
}
}
}
Symbol 962 MovieClip [roboto2] Frame 63
mamasa = 0;
Symbol 962 MovieClip [roboto2] Frame 97
stun = 0;
gotoAndPlay ("stand");
Instance of Symbol 149 MovieClip in Symbol 962 MovieClip [roboto2] Frame 98
onClipEvent (enterFrame) {
for (var i in _root.l.enemy) {
if ((_root.l.enemy[i].golpeado <= 0) and this.hitTest(_root.l.enemy[i].targetgolpe)) {
_root.l.enemy[i].hp = _root.l.enemy[i].hp - Math.round(((_root.sthero.dmg_normal * 1.4) * (100 - _root.l.enemy[i].armor_normal)) / 100);
_root.l.enemy[i].golpeado_anima = 1;
_root.l.enemy[i].resiste = _root.l.enemy[i].resiste + _parent.basheador;
if (_parent.mamasa != 1) {
_parent.mamasa = 1;
_root.sthero.combo = _root.sthero.combo + 1;
_root.sthero.tiempocombo = 30;
}
_root.l.shockwave = _root.l.attachMovie("kaboom", (("dagaso" + getTimer()) + random(100000)) + _root.cuentacuentos, _root.l.getNextHighestDepth());
_root.cuentacuentos = _root.cuentacuentos + 1;
_root.l.shockwave._x = _root.l.enemy[i]._x;
_root.l.shockwave._y = _root.l.enemy[i]._y;
if (_parent._xscale == 100) {
_root.l.shockwave._xscale = 100;
}
if (_parent._xscale == -100) {
_root.l.shockwave._xscale = -100;
}
}
}
}
Symbol 962 MovieClip [roboto2] Frame 100
mamasa = 0;
Symbol 962 MovieClip [roboto2] Frame 108
stun = 0;
gotoAndPlay ("stand");
Symbol 962 MovieClip [roboto2] Frame 115
stun = 1;
golpeado = 1;
if (this._xscale == 100) {
culonsosos = 30;
}
if (this._xscale == -100) {
culonsosos = -30;
}
this._x = this._x + culonsosos;
_root.velocity = 30;
Symbol 962 MovieClip [roboto2] Frame 116
this._x = this._x + culonsosos;
Symbol 962 MovieClip [roboto2] Frame 117
this._x = this._x + culonsosos;
Symbol 962 MovieClip [roboto2] Frame 118
this._x = this._x + culonsosos;
Symbol 962 MovieClip [roboto2] Frame 119
this._x = this._x + culonsosos;
Symbol 962 MovieClip [roboto2] Frame 120
this._x = this._x + culonsosos;
Symbol 962 MovieClip [roboto2] Frame 121
this._x = this._x + culonsosos;
Symbol 962 MovieClip [roboto2] Frame 122
this._x = this._x + culonsosos;
Symbol 962 MovieClip [roboto2] Frame 123
this._x = this._x + culonsosos;
Symbol 962 MovieClip [roboto2] Frame 124
this._x = this._x + culonsosos;
Symbol 962 MovieClip [roboto2] Frame 125
this._x = this._x + culonsosos;
Symbol 962 MovieClip [roboto2] Frame 126
this._x = this._x + culonsosos;
Symbol 962 MovieClip [roboto2] Frame 127
this._x = this._x + culonsosos;
Symbol 962 MovieClip [roboto2] Frame 128
this._x = this._x + culonsosos;
Symbol 962 MovieClip [roboto2] Frame 129
this._x = this._x + culonsosos;
Symbol 962 MovieClip [roboto2] Frame 130
this._x = this._x + culonsosos;
Instance of Symbol 149 MovieClip in Symbol 962 MovieClip [roboto2] Frame 130
onClipEvent (enterFrame) {
for (var i in _root.l.enemy) {
if ((_root.l.enemy[i].golpeado <= 0) and this.hitTest(_root.l.enemy[i].targetgolpe)) {
_root.l.enemy[i].hp = _root.l.enemy[i].hp - Math.round(((_root.sthero.dmg_normal * (1 + (_root.sthero.tree_a3 * 0.33))) * (100 - _root.l.enemy[i].armor_normal)) / 100);
_root.l.enemy[i]._xscale = _root.l.enemy[i]._xscale * -1;
_root.l.enemy[i].gotoAndPlay("golpeadohard");
_root.l.enemy[i].golpeado = 1;
_root.sthero.combo = _root.sthero.combo + 1;
_root.sthero.tiempocombo = 30;
_root.l.shockwave = _root.l.attachMovie("kaboom", (("dagaso" + getTimer()) + random(100000)) + _root.cuentacuentos, _root.l.getNextHighestDepth());
_root.cuentacuentos = _root.cuentacuentos + 1;
_root.l.shockwave._x = _root.l.enemy[i]._x;
_root.l.shockwave._y = _root.l.enemy[i]._y;
if (_parent._xscale == 100) {
_root.l.shockwave._xscale = 100;
}
if (_parent._xscale == -100) {
_root.l.shockwave._xscale = -100;
}
}
}
}
Symbol 962 MovieClip [roboto2] Frame 131
this._x = this._x + culonsosos;
Symbol 962 MovieClip [roboto2] Frame 132
_root.velocity = _root.sthero.velocity;
golpeado = 0;
this._x = this._x + culonsosos;
Symbol 962 MovieClip [roboto2] Frame 142
gotoAndPlay ("stand");
stun = 0;
Symbol 962 MovieClip [roboto2] Frame 151
stun = 1;
stun = 1;
Instance of Symbol 149 MovieClip in Symbol 962 MovieClip [roboto2] Frame 152
onClipEvent (enterFrame) {
for (var i in _root.l.enemy) {
if ((_root.l.enemy[i].golpeado <= 0) and this.hitTest(_root.l.enemy[i].targetgolpe)) {
_root.l.enemy[i].hp = _root.l.enemy[i].hp - Math.round(((_root.sthero.dmg_normal * 1.4) * (100 - _root.l.enemy[i].armor_normal)) / 100);
_root.l.enemy[i].golpeado_anima = 1;
_root.l.enemy[i].resiste = _root.l.enemy[i].resiste + _parent.basheador;
if (_parent.mamasa != 1) {
_parent.mamasa = 1;
_root.sthero.combo = _root.sthero.combo + 1;
_root.sthero.tiempocombo = 30;
}
_root.l.shockwave = _root.l.attachMovie("kaboom", (("dagaso" + getTimer()) + random(100000)) + _root.cuentacuentos, _root.l.getNextHighestDepth());
_root.cuentacuentos = _root.cuentacuentos + 1;
_root.l.shockwave._x = _root.l.enemy[i]._x;
_root.l.shockwave._y = _root.l.enemy[i]._y;
if (_parent._xscale == 100) {
_root.l.shockwave._xscale = 100;
}
if (_parent._xscale == -100) {
_root.l.shockwave._xscale = -100;
}
}
}
}
Symbol 962 MovieClip [roboto2] Frame 154
mamasa = 0;
Symbol 962 MovieClip [roboto2] Frame 161
stun = 0;
gotoAndPlay ("stand");
Symbol 962 MovieClip [roboto2] Frame 162
stun = 1;
Symbol 962 MovieClip [roboto2] Frame 163
if (this._xscale == 100) {
culonsosos = -30;
}
if (this._xscale == -100) {
culonsosos = 30;
}
this._x = this._x + culonsosos;
_root.velocity = 30;
Symbol 962 MovieClip [roboto2] Frame 164
this._x = this._x + culonsosos;
Symbol 962 MovieClip [roboto2] Frame 165
this._x = this._x + culonsosos;
Symbol 962 MovieClip [roboto2] Frame 166
this._x = this._x + culonsosos;
Symbol 962 MovieClip [roboto2] Frame 167
this._x = this._x + culonsosos;
Symbol 962 MovieClip [roboto2] Frame 168
this._x = this._x + culonsosos;
Symbol 962 MovieClip [roboto2] Frame 169
this._x = this._x + culonsosos;
Symbol 962 MovieClip [roboto2] Frame 170
this._x = this._x + culonsosos;
Symbol 962 MovieClip [roboto2] Frame 171
this._x = this._x + culonsosos;
Symbol 962 MovieClip [roboto2] Frame 172
this._x = this._x + culonsosos;
Symbol 962 MovieClip [roboto2] Frame 173
this._x = this._x + culonsosos;
Symbol 962 MovieClip [roboto2] Frame 174
this._x = this._x + culonsosos;
Symbol 962 MovieClip [roboto2] Frame 175
this._x = this._x + culonsosos;
Symbol 962 MovieClip [roboto2] Frame 176
this._x = this._x + culonsosos;
Symbol 962 MovieClip [roboto2] Frame 177
this._x = this._x + culonsosos;
Symbol 962 MovieClip [roboto2] Frame 178
this._x = this._x + culonsosos;
Symbol 962 MovieClip [roboto2] Frame 179
this._x = this._x + culonsosos;
Symbol 962 MovieClip [roboto2] Frame 180
this._x = this._x + culonsosos;
Instance of Symbol 149 MovieClip in Symbol 962 MovieClip [roboto2] Frame 181
onClipEvent (enterFrame) {
for (var i in _root.l.enemy) {
if ((_root.l.enemy[i].golpeado <= 0) and this.hitTest(_root.l.enemy[i].targetgolpe)) {
_root.l.enemy[i].hp = _root.l.enemy[i].hp - Math.round(((_root.sthero.dmg_normal * (1 + (_root.sthero.tree_a3 * 0.33))) * (100 - _root.l.enemy[i].armor_normal)) / 100);
_root.l.enemy[i]._xscale = _root.l.enemy[i]._xscale * -1;
_root.l.enemy[i].gotoAndPlay("golpeadohard");
_root.l.enemy[i].golpeado = 1;
_root.sthero.combo = _root.sthero.combo + 1;
_root.sthero.tiempocombo = 30;
_root.l.shockwave = _root.l.attachMovie("kaboom", (("dagaso" + getTimer()) + random(100000)) + _root.cuentacuentos, _root.l.getNextHighestDepth());
_root.cuentacuentos = _root.cuentacuentos + 1;
_root.l.shockwave._x = _root.l.enemy[i]._x;
_root.l.shockwave._y = _root.l.enemy[i]._y;
if (_parent._xscale == 100) {
_root.l.shockwave._xscale = 100;
}
if (_parent._xscale == -100) {
_root.l.shockwave._xscale = -100;
}
}
}
}
Symbol 962 MovieClip [roboto2] Frame 183
stun = 0;
gotoAndPlay ("stand");
Instance of Symbol 149 MovieClip in Symbol 962 MovieClip [roboto2] Frame 187
onClipEvent (enterFrame) {
for (var i in _root.l.enemy) {
if (((_root.l.enemy[i].hp >= 1) and (_root.l.enemy[i].golpeado != 1)) and this.hitTest(_root.l.enemy[i].targetgolpe)) {
if (_parent.graveado == undefined) {
_root.l.enemy[i].gotoAndStop("agarrado");
_root.l.enemy[i].agarrado = true;
_root.l.enemy[i].stun = 1;
_parent.graveado = _root.l.enemy[i]._name;
_parent.gotoAndStop("grab");
}
}
}
}
Instance of Symbol 149 MovieClip in Symbol 962 MovieClip [roboto2] Frame 188
onClipEvent (enterFrame) {
for (var i in _root.l.enemy) {
if ((_root.l.enemy[i].golpeado <= 0) and this.hitTest(_root.l.enemy[i].targetgolpe)) {
_root.l.enemy[i].hp = _root.l.enemy[i].hp - Math.round(((_root.sthero.dmg_normal * (1 + (_root.sthero.tree_a3 * 0.33))) * (100 - _root.l.enemy[i].armor_normal)) / 100);
_root.l.enemy[i].golpeado_anima = 1;
_root.l.enemy[i].resiste = _root.l.enemy[i].resiste + _parent.basheador;
if (_parent.mamasa != 1) {
_parent.mamasa = 1;
_root.sthero.combo = _root.sthero.combo + 1;
_root.sthero.tiempocombo = 30;
}
_root.l.shockwave = _root.l.attachMovie("kaboom", (("dagaso" + getTimer()) + random(100000)) + _root.cuentacuentos, _root.l.getNextHighestDepth());
_root.cuentacuentos = _root.cuentacuentos + 1;
_root.l.shockwave._x = _root.l.enemy[i]._x;
_root.l.shockwave._y = _root.l.enemy[i]._y;
if (_parent._xscale == 100) {
_root.l.shockwave._xscale = 100;
}
if (_parent._xscale == -100) {
_root.l.shockwave._xscale = -100;
}
}
}
}
Symbol 962 MovieClip [roboto2] Frame 190
mamasa = 0;
Symbol 962 MovieClip [roboto2] Frame 194
stun = 0;
gotoAndPlay ("stand");
Symbol 962 MovieClip [roboto2] Frame 198
_parent[graveado].agarrado = false;
_parent[graveado].gotoAndPlay("stand");
graveado = undefined;
_root.sthero.animamuerte = 0;
grab = 0;
camina = 0;
golpeado = 1;
stun = 1;
camina = 0;
golpeado = 1;
stun = 1;
golpeson = random(3);
mySound = new Sound(this);
tune = "hit" + golpeson;
if ((_root.l.hero._x - this._x) > 0) {
volumen = (((100 * (_root.l.hero._x - this._x)) / 700) - 100) * -1;
} else {
volumen = (((100 * (this._x - _root.l.hero._x)) / 700) - 100) * -1;
}
if (volumen > 0) {
mySound.setVolume(volumen);
mySound.attachSound(tune);
mySound.start(0, 1);
}
if (hp < 0) {
_root.l.hero.gotoAndPlay("muere");
}
if (_root.sthero.resiste > _root.sthero.aguante) {
gotoAndPlay ("golpeadohard");
}
Symbol 962 MovieClip [roboto2] Frame 199
_root.sthero.combo = 0;
Symbol 962 MovieClip [roboto2] Frame 201
grab = 0;
Symbol 962 MovieClip [roboto2] Frame 204
golpeado = 0;
stun = 0;
gotoAndPlay ("stand");
Symbol 962 MovieClip [roboto2] Frame 207
Symbol 962 MovieClip [roboto2] Frame 209
stun = 1;
camina = 0;
_root.sthero.animamuerte = 0;
_root.sthero.resiste = 0;
stun = 1;
golpeson = random(3);
mySound = new Sound(this);
tune = "hit" + golpeson;
if ((_root.l.hero._x - this._x) > 0) {
volumen = (((100 * (_root.l.hero._x - this._x)) / 700) - 100) * -1;
} else {
volumen = (((100 * (this._x - _root.l.hero._x)) / 700) - 100) * -1;
}
if (volumen > 0) {
mySound.setVolume(volumen);
mySound.attachSound(tune);
mySound.start(0, 1);
}
_root.l.shockwave = _root.l.attachMovie("sangreenemigo", (("dagaso" + getTimer()) + random(100000)) + _root.cuentacuentos, _root.l.getNextHighestDepth());
_root.cuentacuentos = _root.cuentacuentos + 1;
_root.l.shockwave._x = this._x;
_root.l.shockwave._y = this._y;
if (_xscale == 100) {
_root.l.shockwave._xscale = 100;
}
if (_xscale == -100) {
_root.l.shockwave._xscale = -100;
}
_root.velocity = _root.sthero.velocity;
_root.velocity = 30;
culonsosos = 30 * ladoempuja;
Symbol 962 MovieClip [roboto2] Frame 210
this._x = this._x + culonsosos;
Symbol 962 MovieClip [roboto2] Frame 211
this._x = this._x + culonsosos;
Symbol 962 MovieClip [roboto2] Frame 212
this._x = this._x + culonsosos;
Symbol 962 MovieClip [roboto2] Frame 213
this._x = this._x + culonsosos;
Symbol 962 MovieClip [roboto2] Frame 214
this._x = this._x + culonsosos;
Symbol 962 MovieClip [roboto2] Frame 215
this._x = this._x + culonsosos;
Symbol 962 MovieClip [roboto2] Frame 216
this._x = this._x + culonsosos;
Symbol 962 MovieClip [roboto2] Frame 217
this._x = this._x + culonsosos;
_root.velocity = _root.sthero.velocity;
Symbol 962 MovieClip [roboto2] Frame 225
golpeado = 0;
stun = 0;
gotoAndPlay ("stand");
Symbol 962 MovieClip [roboto2] Frame 226
stun = 1;
camina = 0;
Instance of Symbol 149 MovieClip in Symbol 962 MovieClip [roboto2] Frame 231
onClipEvent (enterFrame) {
for (var i in _root.l.enemy) {
if ((_root.l.enemy[i].golpeado <= 0) and this.hitTest(_root.l.enemy[i].targetgolpe)) {
if (_parent.graveado == undefined) {
_root.l.enemy[i].gotoAndStop("agarrado");
_root.l.enemy[i].agarrado = true;
_root.l.enemy[i].stun = 1;
_parent.graveado = _root.l.enemy[i]._name;
_parent.gotoAndStop("grab");
}
}
}
}
Symbol 962 MovieClip [roboto2] Frame 236
graveado = undefined;
golpeado = 0;
stun = 0;
gotoAndPlay ("stand");
Symbol 962 MovieClip [roboto2] Frame 238
stun = 1;
camina = 0;
grab = 1;
_parent[graveado].gotoAndStop("agarrado");
Symbol 962 MovieClip [roboto2] Frame 239
_parent[graveado].gotoAndStop("agarrado");
Symbol 962 MovieClip [roboto2] Frame 240
_parent[graveado].gotoAndStop("agarrado");
Symbol 962 MovieClip [roboto2] Frame 244
gotoAndPlay ("grab");
Symbol 962 MovieClip [roboto2] Frame 245
grab = 0;
_parent[graveado].agarrado = false;
_parent[graveado].gotoAndStop("agarrado");
Symbol 962 MovieClip [roboto2] Frame 248
_parent[graveado].gotoAndPlay("golpeadohard");
_parent[graveado].hp = _parent[graveado].hp - Math.round(((_root.sthero.dmg_normal * 1.1) * (100 - _parent[graveado].armor_normal)) / 100);
_root.l.shockwave = _root.l.attachMovie("kaboom", (("dagaso" + getTimer()) + random(100000)) + _root.cuentacuentos, _root.l.getNextHighestDepth());
_root.cuentacuentos = _root.cuentacuentos + 1;
_root.l.shockwave._x = _parent[graveado]._x;
_root.l.shockwave._y = _parent[graveado]._y;
graveado = undefined;
Symbol 962 MovieClip [roboto2] Frame 250
golpeado = 0;
stun = 0;
grab = 0;
graveado = undefined;
gotoAndPlay ("stand");
Symbol 962 MovieClip [roboto2] Frame 251
grab = 0;
_parent[graveado].agarrado = false;
_parent[graveado].gotoAndStop("agarrado");
Symbol 962 MovieClip [roboto2] Frame 261
_root.l.shockwave = _root.l.attachMovie("sangreenemigo", (("dagaso" + getTimer()) + random(100000)) + _root.cuentacuentos, _root.l.getNextHighestDepth());
_root.cuentacuentos = _root.cuentacuentos + 1;
_root.l.shockwave._x = _parent[graveado]._x;
_root.l.shockwave._y = _parent[graveado]._y;
if (_xscale == 100) {
_root.l.shockwave._xscale = 100;
}
if (_xscale == -100) {
_root.l.shockwave._xscale = -100;
}
Symbol 962 MovieClip [roboto2] Frame 262
_root.l.shockwave = _root.l.attachMovie("kaboom", (("dagaso" + getTimer()) + random(100000)) + _root.cuentacuentos, _root.l.getNextHighestDepth());
_root.cuentacuentos = _root.cuentacuentos + 1;
_root.l.shockwave._x = _parent[graveado]._x;
_root.l.shockwave._y = _parent[graveado]._y;
_parent[graveado].hp = _parent[graveado].hp - Math.round(((_root.sthero.dmg_normal * 0.8) * (100 - _parent[graveado].armor_normal)) / 100);
golpeson = random(3);
mySound = new Sound(this);
tune = "hit" + golpeson;
if ((_root.l.hero._x - this._x) > 0) {
volumen = (((100 * (_root.l.hero._x - this._x)) / 700) - 100) * -1;
} else {
volumen = (((100 * (this._x - _root.l.hero._x)) / 700) - 100) * -1;
}
if (volumen > 0) {
mySound.setVolume(volumen);
mySound.attachSound(tune);
mySound.start(0, 1);
}
Symbol 962 MovieClip [roboto2] Frame 263
_root.l.shockwave = _root.l.attachMovie("sangreenemigo", (("dagaso" + getTimer()) + random(100000)) + _root.cuentacuentos, _root.l.getNextHighestDepth());
_root.cuentacuentos = _root.cuentacuentos + 1;
_root.l.shockwave._x = _parent[graveado]._x;
_root.l.shockwave._y = _parent[graveado]._y;
if (_xscale == 100) {
_root.l.shockwave._xscale = 100;
}
if (_xscale == -100) {
_root.l.shockwave._xscale = -100;
}
Symbol 962 MovieClip [roboto2] Frame 264
_root.l.shockwave = _root.l.attachMovie("sangreenemigo", (("dagaso" + getTimer()) + random(100000)) + _root.cuentacuentos, _root.l.getNextHighestDepth());
_root.cuentacuentos = _root.cuentacuentos + 1;
_root.l.shockwave._x = _parent[graveado]._x;
_root.l.shockwave._y = _parent[graveado]._y;
if (_xscale == 100) {
_root.l.shockwave._xscale = -100;
}
if (_xscale == -100) {
_root.l.shockwave._xscale = 100;
}
Symbol 962 MovieClip [roboto2] Frame 265
_root.l.shockwave = _root.l.attachMovie("kaboom", (("dagaso" + getTimer()) + random(100000)) + _root.cuentacuentos, _root.l.getNextHighestDepth());
_root.cuentacuentos = _root.cuentacuentos + 1;
_root.l.shockwave._x = _parent[graveado]._x;
_root.l.shockwave._y = _parent[graveado]._y;
_parent[graveado].hp = _parent[graveado].hp - Math.round(((_root.sthero.dmg_normal * 0.8) * (100 - _parent[graveado].armor_normal)) / 100);
golpeson = random(3);
golpeson = random(3);
mySound = new Sound(this);
tune = "hit" + golpeson;
if ((_root.l.hero._x - this._x) > 0) {
volumen = (((100 * (_root.l.hero._x - this._x)) / 700) - 100) * -1;
} else {
volumen = (((100 * (this._x - _root.l.hero._x)) / 700) - 100) * -1;
}
if (volumen > 0) {
mySound.setVolume(volumen);
mySound.attachSound(tune);
mySound.start(0, 1);
}
Symbol 962 MovieClip [roboto2] Frame 266
_root.l.shockwave = _root.l.attachMovie("sangreenemigo", (("dagaso" + getTimer()) + random(100000)) + _root.cuentacuentos, _root.l.getNextHighestDepth());
_root.cuentacuentos = _root.cuentacuentos + 1;
_root.l.shockwave._x = _parent[graveado]._x;
_root.l.shockwave._y = _parent[graveado]._y;
if (_xscale == 100) {
_root.l.shockwave._xscale = 100;
}
if (_xscale == -100) {
_root.l.shockwave._xscale = -100;
}
Symbol 962 MovieClip [roboto2] Frame 267
_root.l.shockwave = _root.l.attachMovie("kaboom", (("dagaso" + getTimer()) + random(100000)) + _root.cuentacuentos, _root.l.getNextHighestDepth());
_root.cuentacuentos = _root.cuentacuentos + 1;
_root.l.shockwave._x = _parent[graveado]._x;
_root.l.shockwave._y = _parent[graveado]._y;
_parent[graveado].hp = _parent[graveado].hp - Math.round(((_root.sthero.dmg_normal * 0.8) * (100 - _parent[graveado].armor_normal)) / 100);
golpeson = random(3);
mySound = new Sound(this);
tune = "hit" + golpeson;
if ((_root.l.hero._x - this._x) > 0) {
volumen = (((100 * (_root.l.hero._x - this._x)) / 700) - 100) * -1;
} else {
volumen = (((100 * (this._x - _root.l.hero._x)) / 700) - 100) * -1;
}
if (volumen > 0) {
mySound.setVolume(volumen);
mySound.attachSound(tune);
mySound.start(0, 1);
}
Symbol 962 MovieClip [roboto2] Frame 268
_root.l.shockwave = _root.l.attachMovie("sangreenemigo", (("dagaso" + getTimer()) + random(100000)) + _root.cuentacuentos, _root.l.getNextHighestDepth());
_root.cuentacuentos = _root.cuentacuentos + 1;
_root.l.shockwave._x = _parent[graveado]._x;
_root.l.shockwave._y = _parent[graveado]._y;
if (_xscale == 100) {
_root.l.shockwave._xscale = -100;
}
if (_xscale == -100) {
_root.l.shockwave._xscale = 100;
}
Symbol 962 MovieClip [roboto2] Frame 270
_root.l.shockwave = _root.l.attachMovie("kaboom", (("dagaso" + getTimer()) + random(100000)) + _root.cuentacuentos, _root.l.getNextHighestDepth());
_root.cuentacuentos = _root.cuentacuentos + 1;
_root.l.shockwave._x = _parent[graveado]._x;
_root.l.shockwave._y = _parent[graveado]._y;
_parent[graveado].hp = _parent[graveado].hp - Math.round(((_root.sthero.dmg_normal * 0.8) * (100 - _parent[graveado].armor_normal)) / 100);
golpeson = random(3);
mySound = new Sound(this);
tune = "hit" + golpeson;
if ((_root.l.hero._x - this._x) > 0) {
volumen = (((100 * (_root.l.hero._x - this._x)) / 700) - 100) * -1;
} else {
volumen = (((100 * (this._x - _root.l.hero._x)) / 700) - 100) * -1;
}
if (volumen > 0) {
mySound.setVolume(volumen);
mySound.attachSound(tune);
mySound.start(0, 1);
}
_root.l.shockwave = _root.l.attachMovie("sangreenemigo", (("dagaso" + getTimer()) + random(100000)) + _root.cuentacuentos, _root.l.getNextHighestDepth());
_root.cuentacuentos = _root.cuentacuentos + 1;
_root.l.shockwave._x = _parent[graveado]._x;
_root.l.shockwave._y = _parent[graveado]._y;
if (_xscale == 100) {
_root.l.shockwave._xscale = 100;
}
if (_xscale == -100) {
_root.l.shockwave._xscale = -100;
}
Symbol 962 MovieClip [roboto2] Frame 272
_root.l.shockwave = _root.l.attachMovie("sangreenemigo", (("dagaso" + getTimer()) + random(100000)) + _root.cuentacuentos, _root.l.getNextHighestDepth());
_root.cuentacuentos = _root.cuentacuentos + 1;
_root.l.shockwave._x = _parent[graveado]._x;
_root.l.shockwave._y = _parent[graveado]._y;
if (_xscale == 100) {
_root.l.shockwave._xscale = 100;
}
if (_xscale == -100) {
_root.l.shockwave._xscale = -100;
}
Symbol 962 MovieClip [roboto2] Frame 273
_root.l.shockwave = _root.l.attachMovie("sangreenemigo", (("dagaso" + getTimer()) + random(100000)) + _root.cuentacuentos, _root.l.getNextHighestDepth());
_root.cuentacuentos = _root.cuentacuentos + 1;
_root.l.shockwave._x = _parent[graveado]._x;
_root.l.shockwave._y = _parent[graveado]._y;
if (_xscale == 100) {
_root.l.shockwave._xscale = 100;
}
if (_xscale == -100) {
_root.l.shockwave._xscale = -100;
}
Symbol 962 MovieClip [roboto2] Frame 274
_root.l.shockwave = _root.l.attachMovie("kaboom", (("dagaso" + getTimer()) + random(100000)) + _root.cuentacuentos, _root.l.getNextHighestDepth());
_root.cuentacuentos = _root.cuentacuentos + 1;
_root.l.shockwave._x = _parent[graveado]._x;
_root.l.shockwave._y = _parent[graveado]._y;
_parent[graveado].hp = _parent[graveado].hp - Math.round(((_root.sthero.dmg_normal * 1.1) * (100 - _parent[graveado].armor_normal)) / 100);
Symbol 962 MovieClip [roboto2] Frame 281
if (_parent[graveado].hp > 0) {
_parent[graveado].gotoAndPlay("golpeadohard");
}
_parent[graveado].hp = _parent[graveado].hp - Math.round(((_root.sthero.dmg_normal * 0.8) * (100 - _parent[graveado].armor_normal)) / 100);
graveado = undefined;
Symbol 962 MovieClip [roboto2] Frame 284
golpeado = 0;
stun = 0;
grab = 0;
graveado = undefined;
gotoAndPlay ("stand");
Symbol 962 MovieClip [roboto2] Frame 286
stun = 1;
Instance of Symbol 149 MovieClip in Symbol 962 MovieClip [roboto2] Frame 286
onClipEvent (enterFrame) {
for (var i in _root.l.enemy) {
if (((_root.l.enemy[i].hp >= 1) and (_root.l.enemy[i].golpeado != 1)) and this.hitTest(_root.l.enemy[i].targetgolpe)) {
if (_parent.graveado == undefined) {
_root.l.enemy[i].gotoAndStop("agarrado");
_root.l.enemy[i].agarrado = true;
_root.l.enemy[i].stun = 1;
_parent.graveado = _root.l.enemy[i]._name;
_parent.gotoAndStop("grab");
}
}
}
}
Symbol 962 MovieClip [roboto2] Frame 289
_root.sthero.bullets = _root.sthero.bullets - 1;
if (_root.sthero.bullets <= 0) {
cuchi1.gotoAndStop(1);
_root.sthero.cuchi1 = 1;
_root.m.armas.gotoAndStop(1);
}
disparo = "dagaso";
if (disparo == "dagaso") {
_root.l.shockwave = _root.l.attachMovie(_root.sthero.arma, "dagaso" + getTimer(), _root.l.getNextHighestDepth());
_root.sthero.energy = _root.sthero.energy - 50;
_root.m.dagger.cooldown = 7 - (_root.sthero.tree_b3 * 2);
_root.l.empujar.push(_root.l.shockwave);
_root.l.shockwave.swapDepths((_root.l.shockwave._x / 90) + (_root.l.shockwave._y + 20));
if (_root.l.hero._xscale == -100) {
_root.l.shockwave.speed = -25;
_root.l.shockwave._xscale = -100;
} else if (_root.l.hero._xscale == 100) {
_root.l.shockwave.speed = 25;
}
}
Symbol 962 MovieClip [roboto2] Frame 293
stun = 0;
gotoAndPlay ("stand");
Symbol 962 MovieClip [roboto2] Frame 341
stun = 1;
camina = 0;
golpeado = 1;
_root.sthero.resiste = 0;
_root.sthero.animamuerte = 1;
_root.l.shockwave = _root.l.attachMovie("sangreenemigo", (("dagaso" + getTimer()) + random(100000)) + _root.cuentacuentos, _root.l.getNextHighestDepth());
_root.cuentacuentos = _root.cuentacuentos + 1;
_root.l.shockwave._x = this._x;
_root.l.shockwave._y = this._y;
if (_xscale == 100) {
_root.l.shockwave._xscale = 100;
}
if (_xscale == -100) {
_root.l.shockwave._xscale = -100;
}
_root.velocity = _root.sthero.velocity;
_root.velocity = _root.velocity * 3;
culonsosos = _root.velocity * (_xscale / 100);
Symbol 962 MovieClip [roboto2] Frame 347
this._name = "ladygaga" + random(3000);
_root.m.heroicon.gotoAndStop("hero");
_root.sthero.hp = _root.sthero.maxhp;
_root.sthero.clase = "yamato";
_root.l.hero = _root.l.attachMovie("yamato", "hero" + getTimer(), _root.l.getNextHighestDepth());
_root.l.hero.cuchi1.gotoAndStop(_root.sthero.cuchi1);
_root.l.hero._x = this._x;
_root.l.hero._y = this._y;
var glow_color = 0;
var glow_alpha = 1;
var glow_blurX = 3;
var glow_blurY = 3;
var glow_strength = 10;
var glow_quality = 3;
var glow_inner = false;
var glow_knockout = false;
var filter_glow = (new flash.filters.GlowFilter(glow_color, glow_alpha, glow_blurX, glow_blurY, glow_strength, glow_quality, glow_inner, glow_knockout));
_root.l.hero.filters = [filter_glow];
for (var i in _root.l.enemy) {
_root.l.enemy[i].gotoAndPlay("golpeadohard");
}
Symbol 962 MovieClip [roboto2] Frame 349
removeMovieClip(this);
Symbol 962 MovieClip [roboto2] Frame 353
_root.sthero.animamuerte = 0;
golpeado = 0;
stun = 0;
gotoAndPlay ("stand");
Instance of Symbol 204 MovieClip in Symbol 962 MovieClip [roboto2] Frame 389
onClipEvent (enterFrame) {
_alpha = (_alpha - 20);
}
Instance of Symbol 204 MovieClip in Symbol 962 MovieClip [roboto2] Frame 391
onClipEvent (enterFrame) {
_alpha = (_alpha - 20);
}
Symbol 962 MovieClip [roboto2] Frame 395
stun = 1;
camina = 0;
Symbol 962 MovieClip [roboto2] Frame 414
stun = 0;
gotoAndPlay ("stand");
Symbol 966 MovieClip [robotitem2] Frame 1
function onEnterFrame() {
this.swapDepths((this._x / 90) + (this._y + 20));
}
Instance of Symbol 253 MovieClip "detector" in Symbol 966 MovieClip [robotitem2] Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.l.targetgolpe) and (_root.l.hero.humano == "si")) {
_root.sthero.clase = "roboto2";
_root.m.heroicon.gotoAndStop("suit");
removeMovieClip(_root.l.hero);
_root.l.hero = _root.l.attachMovie("roboto2", "hero" + getTimer(), _root.l.getNextHighestDepth());
_root.l.hero._x = _parent._x;
_root.l.hero._y = _parent._y;
_root.l.hero.gotoAndPlay("wakeup");
_root.sthero.hp = _root.sthero.maxhp;
_root.l.hero.stun = 1;
_root.l.hero.golpeado = 1;
var glow_color = 0;
var glow_alpha = 1;
var glow_blurX = 3;
var glow_blurY = 3;
var glow_strength = 10;
var glow_quality = 3;
var glow_inner = false;
var glow_knockout = false;
var filter_glow = (new flash.filters.GlowFilter(glow_color, glow_alpha, glow_blurX, glow_blurY, glow_strength, glow_quality, glow_inner, glow_knockout));
_root.l.hero.filters = [filter_glow];
removeMovieClip(_parent);
}
}
Symbol 970 MovieClip [robotitem3] Frame 1
function onEnterFrame() {
this.swapDepths((this._x / 90) + (this._y + 20));
}
Instance of Symbol 253 MovieClip "detector" in Symbol 970 MovieClip [robotitem3] Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.l.targetgolpe) and (_root.l.hero.humano == "si")) {
_root.sthero.clase = "roboto3";
_root.m.heroicon.gotoAndStop("suit");
removeMovieClip(_root.l.hero);
_root.l.hero = _root.l.attachMovie("roboto3", "hero" + getTimer(), _root.l.getNextHighestDepth());
_root.l.hero._x = _parent._x;
_root.l.hero._y = _parent._y;
_root.l.hero.gotoAndPlay("wakeup");
_root.sthero.hp = _root.sthero.maxhp;
_root.l.hero.stun = 1;
_root.l.hero.golpeado = 1;
var glow_color = 0;
var glow_alpha = 1;
var glow_blurX = 3;
var glow_blurY = 3;
var glow_strength = 10;
var glow_quality = 3;
var glow_inner = false;
var glow_knockout = false;
var filter_glow = (new flash.filters.GlowFilter(glow_color, glow_alpha, glow_blurX, glow_blurY, glow_strength, glow_quality, glow_inner, glow_knockout));
_root.l.hero.filters = [filter_glow];
removeMovieClip(_parent);
}
}
Symbol 1001 MovieClip [alienconhero] Frame 1
golpeado = 0;
stun = 0;
gotoAndPlay ("stand");
robocamina = 15;
gravea = "si";
_root.velocity = robocamina;
_root.sthero.animamuerte = 0;
grab = 0;
sas = 0;
ses = 0;
sis = 0;
sos = 0;
golpeado = 0;
stun = 0;
camina = 0;
dmg_normal = 30;
dmg_fire = 10;
dmg_ice = 25;
dmg_shadow = 25;
Symbol 1001 MovieClip [alienconhero] Frame 2
golpeado = 0;
Symbol 1001 MovieClip [alienconhero] Frame 19
gotoAndPlay ("stand");
Symbol 1001 MovieClip [alienconhero] Frame 22
_root.velocity = robocamina;
_root.sthero.animamuerte = 0;
golpeado = 0;
stun = 0;
camina = 1;
Symbol 1001 MovieClip [alienconhero] Frame 34
tembleke.play();
Symbol 1001 MovieClip [alienconhero] Frame 35
if (((Key.isDown(39) or Key.isDown(37)) or Key.isDown(38)) or Key.isDown(40)) {
gotoAndPlay ("camina");
} else {
gotoAndPlay ("stand");
}
Symbol 1001 MovieClip [alienconhero] Frame 39
stun = 1;
stun = 1;
Symbol 1001 MovieClip [alienconhero] Frame 40
mySound = new Sound(this);
tune = "dogarf.mp3";
mySound.setVolume(80);
mySound.attachSound(tune);
mySound.start(0, 1);
Instance of Symbol 149 MovieClip in Symbol 1001 MovieClip [alienconhero] Frame 41
onClipEvent (enterFrame) {
for (var i in _root.l.enemy) {
if ((_root.l.enemy[i].golpeado <= 0) and this.hitTest(_root.l.enemy[i].targetgolpe)) {
_root.l.enemy[i].hp = _root.l.enemy[i].hp - Math.round(((_root.sthero.dmg_normal * 2.4) * (100 - _root.l.enemy[i].armor_normal)) / 100);
_root.l.enemy[i].resiste = _root.l.enemy[i].resiste + (_parent.basheador * 2.5);
_root.l.enemy[i].golpeado_anima = 1;
if (_parent.mamasa != 1) {
_parent.mamasa = 1;
_root.sthero.combo = _root.sthero.combo + 1;
_root.sthero.tiempocombo = 30;
}
_root.l.shockwave = _root.l.attachMovie("kaboom", (("dagaso" + getTimer()) + random(100000)) + _root.cuentacuentos, _root.l.getNextHighestDepth());
_root.cuentacuentos = _root.cuentacuentos + 1;
_root.l.shockwave._x = _root.l.enemy[i]._x;
_root.l.shockwave._y = _root.l.enemy[i]._y;
if (_parent._xscale == 100) {
_root.l.shockwave._xscale = 200;
}
if (_parent._xscale == -100) {
_root.l.shockwave._xscale = -200;
}
}
}
}
Symbol 1001 MovieClip [alienconhero] Frame 43
mamasa = 0;
Symbol 1001 MovieClip [alienconhero] Frame 46
stun = 0;
gotoAndPlay ("stand");
Symbol 1001 MovieClip [alienconhero] Frame 47
stun = 1;
golpeado = 1;
_root.velocity = 30;
if (this._xscale == 100) {
culonsosos = 30;
}
if (this._xscale == -100) {
culonsosos = -30;
}
this._x = this._x + culonsosos;
Symbol 1001 MovieClip [alienconhero] Frame 48
mySound = new Sound(this);
tune = "dogarf.mp3";
mySound.setVolume(80);
mySound.attachSound(tune);
mySound.start(0, 1);
this._x = this._x + culonsosos;
Symbol 1001 MovieClip [alienconhero] Frame 49
this._x = this._x + culonsosos;
Symbol 1001 MovieClip [alienconhero] Frame 50
this._x = this._x + culonsosos;
Instance of Symbol 149 MovieClip in Symbol 1001 MovieClip [alienconhero] Frame 50
onClipEvent (enterFrame) {
for (var i in _root.l.enemy) {
if ((_root.l.enemy[i].golpeado <= 0) and this.hitTest(_root.l.enemy[i].targetgolpe)) {
_root.l.enemy[i].hp = _root.l.enemy[i].hp - Math.round(((_root.sthero.dmg_normal * (1 + (_root.sthero.tree_a3 * 0.33))) * (100 - _root.l.enemy[i].armor_normal)) / 100);
_root.l.enemy[i]._xscale = _root.l.enemy[i]._xscale * -1;
_root.l.enemy[i].gotoAndPlay("golpeadohard");
_root.l.enemy[i].golpeado = 1;
_root.sthero.combo = _root.sthero.combo + 1;
_root.sthero.tiempocombo = 30;
_root.l.shockwave = _root.l.attachMovie("kaboom", (("dagaso" + getTimer()) + random(100000)) + _root.cuentacuentos, _root.l.getNextHighestDepth());
_root.cuentacuentos = _root.cuentacuentos + 1;
_root.l.shockwave._x = _root.l.enemy[i]._x;
_root.l.shockwave._y = _root.l.enemy[i]._y;
if (_parent._xscale == 100) {
_root.l.shockwave._xscale = 100;
}
if (_parent._xscale == -100) {
_root.l.shockwave._xscale = -100;
}
}
}
}
Symbol 1001 MovieClip [alienconhero] Frame 51
this._x = this._x + culonsosos;
Symbol 1001 MovieClip [alienconhero] Frame 52
this._x = this._x + culonsosos;
Symbol 1001 MovieClip [alienconhero] Frame 53
this._x = this._x + culonsosos;
Symbol 1001 MovieClip [alienconhero] Frame 54
this._x = this._x + culonsosos;
Symbol 1001 MovieClip [alienconhero] Frame 55
this._x = this._x + culonsosos;
Symbol 1001 MovieClip [alienconhero] Frame 56
this._x = this._x + culonsosos;
Symbol 1001 MovieClip [alienconhero] Frame 57
this._x = this._x + culonsosos;
Symbol 1001 MovieClip [alienconhero] Frame 58
this._x = this._x + culonsosos;
Symbol 1001 MovieClip [alienconhero] Frame 65
_root.velocity = _root.sthero.velocity;
golpeado = 0;
stun = 0;
gotoAndPlay ("stand");
Symbol 1001 MovieClip [alienconhero] Frame 70
_parent[graveado].agarrado = false;
_parent[graveado].gotoAndPlay("stand");
graveado = undefined;
_root.sthero.animamuerte = 0;
grab = 0;
camina = 0;
golpeado = 1;
stun = 1;
camina = 0;
golpeado = 1;
stun = 1;
golpeson = random(3);
mySound = new Sound(this);
tune = "hit" + golpeson;
if ((_root.l.hero._x - this._x) > 0) {
volumen = (((100 * (_root.l.hero._x - this._x)) / 700) - 100) * -1;
} else {
volumen = (((100 * (this._x - _root.l.hero._x)) / 700) - 100) * -1;
}
if (volumen > 0) {
mySound.setVolume(volumen);
mySound.attachSound(tune);
mySound.start(0, 1);
}
if (hp < 0) {
_root.l.hero.gotoAndPlay("muere");
}
if (_root.sthero.resiste > _root.sthero.aguante) {
gotoAndPlay ("golpeadohard");
}
_root.l.shockwave = _root.l.attachMovie("sangreenemigo", (("dagaso" + getTimer()) + random(100000)) + _root.cuentacuentos, _root.l.getNextHighestDepth());
_root.cuentacuentos = _root.cuentacuentos + 1;
_root.l.shockwave._x = this._x;
_root.l.shockwave._y = this._y;
if (_xscale == 100) {
_root.l.shockwave._xscale = 100;
}
if (_xscale == -100) {
_root.l.shockwave._xscale = -100;
}
Symbol 1001 MovieClip [alienconhero] Frame 71
_root.sthero.combo = 0;
Symbol 1001 MovieClip [alienconhero] Frame 73
grab = 0;
Symbol 1001 MovieClip [alienconhero] Frame 79
golpeado = 0;
stun = 0;
gotoAndPlay ("stand");
Symbol 1001 MovieClip [alienconhero] Frame 83
stun = 1;
_root.velocity = 25;
if (this._xscale == 100) {
culonsosos = -25;
}
if (this._xscale == -100) {
culonsosos = 25;
}
this._x = this._x + culonsosos;
Symbol 1001 MovieClip [alienconhero] Frame 84
this._x = this._x + culonsosos;
Symbol 1001 MovieClip [alienconhero] Frame 85
this._x = this._x + culonsosos;
Symbol 1001 MovieClip [alienconhero] Frame 86
this._x = this._x + culonsosos;
Symbol 1001 MovieClip [alienconhero] Frame 87
this._x = this._x + culonsosos;
Symbol 1001 MovieClip [alienconhero] Frame 88
this._x = this._x + culonsosos;
Symbol 1001 MovieClip [alienconhero] Frame 89
this._x = this._x + culonsosos;
Symbol 1001 MovieClip [alienconhero] Frame 90
this._x = this._x + culonsosos;
Symbol 1001 MovieClip [alienconhero] Frame 91
this._x = this._x + culonsosos;
Symbol 1001 MovieClip [alienconhero] Frame 92
this._x = this._x + culonsosos;
Symbol 1001 MovieClip [alienconhero] Frame 93
this._x = this._x + culonsosos;
Symbol 1001 MovieClip [alienconhero] Frame 94
stun = 0;
gotoAndPlay ("stand");
Symbol 1001 MovieClip [alienconhero] Frame 99
stun = 1;
camina = 0;
_root.sthero.animamuerte = 0;
_root.sthero.resiste = 0;
stun = 1;
golpeson = random(3);
mySound = new Sound(this);
tune = "hit" + golpeson;
if ((_root.l.hero._x - this._x) > 0) {
volumen = (((100 * (_root.l.hero._x - this._x)) / 700) - 100) * -1;
} else {
volumen = (((100 * (this._x - _root.l.hero._x)) / 700) - 100) * -1;
}
if (volumen > 0) {
mySound.setVolume(volumen);
mySound.attachSound(tune);
mySound.start(0, 1);
}
_root.l.shockwave = _root.l.attachMovie("sangreenemigo", (("dagaso" + getTimer()) + random(100000)) + _root.cuentacuentos, _root.l.getNextHighestDepth());
_root.cuentacuentos = _root.cuentacuentos + 1;
_root.l.shockwave._x = this._x;
_root.l.shockwave._y = this._y;
if (_xscale == 100) {
_root.l.shockwave._xscale = 100;
}
if (_xscale == -100) {
_root.l.shockwave._xscale = -100;
}
_root.velocity = _root.sthero.velocity;
_root.velocity = 30;
culonsosos = 30 * ladoempuja;
randosalidagolpe = random(2);
_root.velocity = 20;
if (randosalidagolpe == 1) {
culonsosos = -20;
}
if (randosalidagolpe == 0) {
culonsosos = 20;
}
this._x = this._x + culonsosos;
Symbol 1001 MovieClip [alienconhero] Frame 100
this._x = this._x + culonsosos;
Symbol 1001 MovieClip [alienconhero] Frame 101
this._x = this._x + culonsosos;
Symbol 1001 MovieClip [alienconhero] Frame 102
this._x = this._x + culonsosos;
Symbol 1001 MovieClip [alienconhero] Frame 103
this._x = this._x + culonsosos;
Symbol 1001 MovieClip [alienconhero] Frame 104
this._x = this._x + culonsosos;
Symbol 1001 MovieClip [alienconhero] Frame 105
this._x = this._x + culonsosos;
Symbol 1001 MovieClip [alienconhero] Frame 106
this._x = this._x + culonsosos;
Symbol 1001 MovieClip [alienconhero] Frame 107
this._x = this._x + culonsosos;
Symbol 1001 MovieClip [alienconhero] Frame 108
this._x = this._x + culonsosos;
Symbol 1001 MovieClip [alienconhero] Frame 109
this._x = this._x + culonsosos;
Symbol 1001 MovieClip [alienconhero] Frame 110
this._x = this._x + culonsosos;
Symbol 1001 MovieClip [alienconhero] Frame 111
this._x = this._x + culonsosos;
Symbol 1001 MovieClip [alienconhero] Frame 112
this._x = this._x + culonsosos;
Symbol 1001 MovieClip [alienconhero] Frame 113
this._x = this._x + culonsosos;
Symbol 1001 MovieClip [alienconhero] Frame 114
this._x = this._x + culonsosos;
Symbol 1001 MovieClip [alienconhero] Frame 129
golpeado = 0;
stun = 0;
gotoAndPlay ("stand");
Symbol 1001 MovieClip [alienconhero] Frame 133
stun = 1;
stun = 1;
Symbol 1001 MovieClip [alienconhero] Frame 135
mySound = new Sound(this);
tune = "dogauu.mp3";
mySound.setVolume(80);
mySound.attachSound(tune);
mySound.start(0, 1);
Instance of Symbol 149 MovieClip in Symbol 1001 MovieClip [alienconhero] Frame 138
onClipEvent (enterFrame) {
for (var i in _root.l.enemy) {
if ((_root.l.enemy[i].golpeado <= 0) and this.hitTest(_root.l.enemy[i].targetgolpe)) {
_root.l.enemy[i].hp = _root.l.enemy[i].hp - Math.round(((_root.sthero.dmg_normal * 1.1) * (100 - _root.l.enemy[i].armor_normal)) / 100);
_root.l.enemy[i].resiste = _root.l.enemy[i].resiste + (_parent.basheador * 2);
_root.l.enemy[i].golpeado_anima = 1;
_root.l.enemy[i].golpeado = 1;
if (_parent.mamasa != 1) {
_parent.mamasa = 1;
_root.sthero.combo = _root.sthero.combo + 1;
_root.sthero.tiempocombo = 30;
}
_root.l.shockwave = _root.l.attachMovie("kaboom", (("dagaso" + getTimer()) + random(100000)) + _root.cuentacuentos, _root.l.getNextHighestDepth());
_root.cuentacuentos = _root.cuentacuentos + 1;
_root.l.shockwave._x = _root.l.enemy[i]._x;
_root.l.shockwave._y = _root.l.enemy[i]._y;
if (_parent._xscale == 100) {
_root.l.shockwave._xscale = 200;
}
if (_parent._xscale == -100) {
_root.l.shockwave._xscale = -200;
}
}
}
}
Symbol 1001 MovieClip [alienconhero] Frame 142
mamasa = 0;
Symbol 1001 MovieClip [alienconhero] Frame 159
stun = 0;
gotoAndPlay ("stand");
Symbol 1001 MovieClip [alienconhero] Frame 165
stun = 1;
camina = 0;
golpeado = 1;
_root.sthero.resiste = 0;
_root.sthero.animamuerte = 1;
_root.l.shockwave = _root.l.attachMovie("sangreenemigo", (("dagaso" + getTimer()) + random(100000)) + _root.cuentacuentos, _root.l.getNextHighestDepth());
_root.cuentacuentos = _root.cuentacuentos + 1;
_root.l.shockwave._x = this._x;
_root.l.shockwave._y = this._y;
if (_xscale == 100) {
_root.l.shockwave._xscale = 100;
}
if (_xscale == -100) {
_root.l.shockwave._xscale = -100;
}
_root.velocity = _root.sthero.velocity;
_root.velocity = _root.velocity * 3;
culonsosos = _root.velocity * (_xscale / 100);
Symbol 1001 MovieClip [alienconhero] Frame 167
this._name = "ladygaga" + random(3000);
_root.m.heroicon.gotoAndStop("hero");
_root.sthero.hp = _root.sthero.maxhp;
_root.sthero.clase = "yamato";
_root.l.hero = _root.l.attachMovie("yamato", "hero" + getTimer(), _root.l.getNextHighestDepth());
_root.l.hero.cuchi1.gotoAndStop(_root.sthero.cuchi1);
_root.l.hero._x = this._x;
_root.l.hero._y = this._y;
var glow_color = 0;
var glow_alpha = 1;
var glow_blurX = 3;
var glow_blurY = 3;
var glow_strength = 10;
var glow_quality = 3;
var glow_inner = false;
var glow_knockout = false;
var filter_glow = (new flash.filters.GlowFilter(glow_color, glow_alpha, glow_blurX, glow_blurY, glow_strength, glow_quality, glow_inner, glow_knockout));
_root.l.hero.filters = [filter_glow];
Symbol 1001 MovieClip [alienconhero] Frame 172
removeMovieClip(this);
Symbol 1001 MovieClip [alienconhero] Frame 190
stun = 1;
Symbol 1001 MovieClip [alienconhero] Frame 193
_root.sthero.bullets = _root.sthero.bullets - 1;
if (_root.sthero.bullets <= 0) {
cuchi1.gotoAndStop(1);
_root.sthero.cuchi1 = 1;
_root.m.armas.gotoAndStop(1);
}
disparo = "dagaso";
if (disparo == "dagaso") {
_root.l.shockwave = _root.l.attachMovie(_root.sthero.arma, "dagaso" + getTimer(), _root.l.getNextHighestDepth());
_root.sthero.energy = _root.sthero.energy - 50;
_root.m.dagger.cooldown = 7 - (_root.sthero.tree_b3 * 2);
_root.l.empujar.push(_root.l.shockwave);
_root.l.shockwave.swapDepths((_root.l.shockwave._x / 90) + (_root.l.shockwave._y + 20));
if (_root.l.hero._xscale == -100) {
_root.l.shockwave.speed = -25;
_root.l.shockwave._xscale = -100;
} else if (_root.l.hero._xscale == 100) {
_root.l.shockwave.speed = 25;
}
}
Symbol 1001 MovieClip [alienconhero] Frame 197
stun = 0;
gotoAndPlay ("stand");
Symbol 1010 MovieClip [alienconheroitem] Frame 1
function onEnterFrame() {
this.swapDepths((this._x / 90) + (this._y + 20));
}
Instance of Symbol 253 MovieClip "detector" in Symbol 1010 MovieClip [alienconheroitem] Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.l.targetgolpe) and (_root.l.hero.humano == "si")) {
mySound = new Sound(this);
tune = "hahaha.mp3";
mySound.setVolume(80);
mySound.attachSound(tune);
mySound.start(0, 1);
_root.l[_root.l.hero.graveado].agarrado = false;
_root.l[_root.l.hero.graveado].gotoAndPlay("stand");
_root.l.hero.graveado = undefined;
_root.sthero.clase = "alienconhero";
_root.m.heroicon.gotoAndStop("ride");
removeMovieClip(_root.l.hero);
_root.l.hero = _root.l.attachMovie("alienconhero", "hero" + getTimer(), _root.l.getNextHighestDepth());
_root.l.hero._x = _parent._x;
_root.l.hero._y = _parent._y;
_root.l.hero.stun = 1;
_root.l.hero.golpeado = 1;
_root.l.hero.gotoAndPlay("ataque");
_root.sthero.hp = _root.sthero.maxhp;
_root.l.hero.stun = 1;
_root.l.hero.golpeado = 1;
_root.l.hero.camina = 0;
_root.l.hero.cuchi1.gotoAndStop(_root.sthero.cuchi1);
var glow_color = 0;
var glow_alpha = 1;
var glow_blurX = 3;
var glow_blurY = 3;
var glow_strength = 10;
var glow_quality = 3;
var glow_inner = false;
var glow_knockout = false;
var filter_glow = (new flash.filters.GlowFilter(glow_color, glow_alpha, glow_blurX, glow_blurY, glow_strength, glow_quality, glow_inner, glow_knockout));
_root.l.hero.filters = [filter_glow];
removeMovieClip(_parent);
}
}
Symbol 1035 MovieClip Frame 1
camina = 0;
golpeado = 0;
Symbol 1035 MovieClip Frame 19
stun = 0;
gotoAndPlay ("camuna");
Symbol 1035 MovieClip Frame 22
camina = 1;
golpeado = 0;
Symbol 1035 MovieClip Frame 31
stun = 0;
golpeado = 0;
Symbol 1035 MovieClip Frame 36
stun = 0;
gotoAndPlay ("camina");
Symbol 1035 MovieClip Frame 40
stun = 1;
Symbol 1035 MovieClip Frame 44
mySound = new Sound(this);
tune = "Katork.mp3";
mySound.setVolume(80);
mySound.attachSound(tune);
mySound.start(0, 1);
Instance of Symbol 253 MovieClip "detector" in Symbol 1035 MovieClip Frame 44
onClipEvent (enterFrame) {
if (this.hitTest(_root.l.targetgolpe) and (_root.l.hero.golpeado != 1)) {
_root.sthero.resiste = _root.sthero.resiste + _parent.empujacion;
_root.l.hero.ladoempuja = _parent._xscale / 100;
_root.l.hero.gotoAndPlay("golpeado");
_root.l.hero.stun = 1;
_root.sthero.hp = _root.sthero.hp - Math.round((_parent.dmg * (100 - _root.sthero.armor)) / 100);
if ((_parent._x - _root.l.targetgolpe._x) > 0) {
_root.l.hero._x = _root.l.hero._x - 40;
} else {
_root.l.hero._x = _root.l.hero._x + 40;
}
}
}
Symbol 1035 MovieClip Frame 49
gotoAndPlay ("stand");
Symbol 1035 MovieClip Frame 52
stun = 1;
avergasa = random(2);
if (avergasa == 0) {
culonsoso = 15;
} else {
culonsoso = -15;
}
Symbol 1035 MovieClip Frame 53
this._x = this._x + culonsosos;
Symbol 1035 MovieClip Frame 54
this._x = this._x + culonsosos;
Symbol 1035 MovieClip Frame 55
this._x = this._x + culonsosos;
Symbol 1035 MovieClip Frame 56
this._x = this._x + culonsosos;
Symbol 1035 MovieClip Frame 57
this._x = this._x + culonsosos;
Symbol 1035 MovieClip Frame 58
this._x = this._x + culonsosos;
Symbol 1035 MovieClip Frame 59
this._x = this._x + culonsosos;
Symbol 1035 MovieClip Frame 60
this._x = this._x + culonsosos;
Symbol 1035 MovieClip Frame 61
this._x = this._x + culonsosos;
Symbol 1035 MovieClip Frame 62
this._x = this._x + culonsosos;
Symbol 1035 MovieClip Frame 63
gotoAndPlay ("stand");
this._x = this._x + culonsosos;
Symbol 1035 MovieClip Frame 66
_root.m.displayenemy.targeteado = this;
_root.m.displayenemy.gotoAndStop(nombre);
_root.m.displayenemy.timer.gotoAndPlay(1);
if (resiste > aguante) {
gotoAndPlay ("golpeadohard");
}
stun = 1;
camina = 0;
stun = 1;
golpeson = random(3);
mySound = new Sound(this);
tune = "hit" + golpeson;
if ((_root.l.hero._x - this._x) > 0) {
volumen = (((100 * (_root.l.hero._x - this._x)) / 700) - 100) * -1;
} else {
volumen = (((100 * (this._x - _root.l.hero._x)) / 700) - 100) * -1;
}
if (volumen > 0) {
mySound.setVolume(volumen);
mySound.attachSound(tune);
mySound.start(0, 1);
}
Symbol 1035 MovieClip Frame 68
Symbol 1035 MovieClip Frame 76
golpeado = 0;
stun = 0;
gotoAndPlay ("stand");
Symbol 1035 MovieClip Frame 79
stun = 1;
avergasa = random(2);
if (avergasa == 0) {
culonsosos = 15;
} else {
culonsosos = -15;
}
Symbol 1035 MovieClip Frame 80
this._x = this._x + culonsosos;
this._y = this._y + gogoasa;
Symbol 1035 MovieClip Frame 81
this._x = this._x + culonsosos;
this._y = this._y + gogoasa;
Symbol 1035 MovieClip Frame 82
this._x = this._x + culonsosos;
this._y = this._y + gogoasa;
Symbol 1035 MovieClip Frame 83
this._x = this._x + culonsosos;
this._y = this._y + gogoasa;
Symbol 1035 MovieClip Frame 84
this._x = this._x + culonsosos;
this._y = this._y + gogoasa;
Symbol 1035 MovieClip Frame 85
this._x = this._x + culonsosos;
this._y = this._y + gogoasa;
Symbol 1035 MovieClip Frame 86
this._x = this._x + culonsosos;
this._y = this._y + gogoasa;
Symbol 1035 MovieClip Frame 87
this._x = this._x + culonsosos;
this._y = this._y + gogoasa;
Symbol 1035 MovieClip Frame 88
this._x = this._x + culonsosos;
this._y = this._y + gogoasa;
Symbol 1035 MovieClip Frame 89
this._x = this._x + culonsosos;
this._y = this._y + gogoasa;
Symbol 1035 MovieClip Frame 90
gotoAndPlay ("stand");
Symbol 1035 MovieClip Frame 95
_root.m.displayenemy.targeteado = this;
_root.m.displayenemy.gotoAndStop(nombre);
_root.m.displayenemy.timer.gotoAndPlay(1);
golpeado = 1;
stun = 1;
camina = 0;
resiste = 0;
stun = 1;
golpeson = random(3);
mySound = new Sound(this);
tune = "hit" + golpeson;
if ((_root.l.hero._x - this._x) > 0) {
volumen = (((100 * (_root.l.hero._x - this._x)) / 700) - 100) * -1;
} else {
volumen = (((100 * (this._x - _root.l.hero._x)) / 700) - 100) * -1;
}
if (volumen > 0) {
mySound.setVolume(volumen);
mySound.attachSound(tune);
mySound.start(0, 1);
}
_root.l.shockwave = _root.l.attachMovie("sangreenemigo", (("dagaso" + getTimer()) + random(100000)) + _root.cuentacuentos, _root.l.getNextHighestDepth());
_root.cuentacuentos = _root.cuentacuentos + 1;
_root.l.shockwave._x = this._x;
_root.l.shockwave._y = this._y;
if (_xscale == 100) {
_root.l.shockwave._xscale = 100;
}
if (_xscale == -100) {
_root.l.shockwave._xscale = -100;
}
Symbol 1035 MovieClip Frame 96
if (this._xscale == 100) {
culonsosos = -20;
}
if (this._xscale == -100) {
culonsosos = 20;
}
this._x = this._x + culonsosos;
Symbol 1035 MovieClip Frame 97
_root.l.shockwave = _root.l.attachMovie("sangreenemigo", (("dagaso" + getTimer()) + random(100000)) + _root.cuentacuentos, _root.l.getNextHighestDepth());
_root.cuentacuentos = _root.cuentacuentos + 1;
_root.l.shockwave._x = this._x;
_root.l.shockwave._y = this._y;
if (_xscale == 100) {
_root.l.shockwave._xscale = 100;
}
if (_xscale == -100) {
_root.l.shockwave._xscale = -100;
}
this._x = this._x + culonsosos;
Symbol 1035 MovieClip Frame 98
this._x = this._x + culonsosos;
Symbol 1035 MovieClip Frame 99
this._x = this._x + culonsosos;
Symbol 1035 MovieClip Frame 100
this._x = this._x + culonsosos;
Symbol 1035 MovieClip Frame 101
this._x = this._x + culonsosos;
Symbol 1035 MovieClip Frame 102
this._x = this._x + culonsosos;
Symbol 1035 MovieClip Frame 103
this._x = this._x + culonsosos;
Symbol 1035 MovieClip Frame 104
this._x = this._x + culonsosos;
Symbol 1035 MovieClip Frame 105
this._x = this._x + culonsosos;
Symbol 1035 MovieClip Frame 106
this._x = this._x + culonsosos;
Symbol 1035 MovieClip Frame 107
this._x = this._x + culonsosos;
Symbol 1035 MovieClip Frame 108
this._x = this._x + culonsosos;
Symbol 1035 MovieClip Frame 109
this._x = this._x + culonsosos;
Symbol 1035 MovieClip Frame 110
this._x = this._x + culonsosos;
Symbol 1035 MovieClip Frame 111
this._x = this._x + culonsosos;
Symbol 1035 MovieClip Frame 122
golpeado = 0;
stun = 0;
gotoAndPlay ("stand");
Symbol 1035 MovieClip Frame 124
_root.m.displayenemy.targeteado = this;
_root.m.displayenemy.gotoAndStop(nombre);
_root.m.displayenemy.timer.gotoAndPlay(1);
stun = 1;
Symbol 1035 MovieClip Frame 134
gotoAndPlay ("agarrado");
Symbol 1035 MovieClip Frame 160
golpeado = 0;
stun = 0;
gotoAndPlay ("stand");
Symbol 1039 MovieClip [bombacanonmala] Frame 1
function onEnterFrame() {
this.swapDepths((this._x / 90) + (this._y + 38));
if (tiempo > 0) {
tiempo = tiempo - 1;
} else {
removeMovieClip(this);
}
}
mySound = new Sound(this);
tune = "misil.wav";
mySound.setVolume(80);
mySound.attachSound(tune);
mySound.start(0, 1);
if (perro == undefined) {
tiempo = 50;
perro = 1;
}
Symbol 1039 MovieClip [bombacanonmala] Frame 19
mySound = new Sound(this);
tune = "hithard";
mySound.setVolume(80);
mySound.attachSound(tune);
mySound.start(0, 1);
Instance of Symbol 253 MovieClip "detector" in Symbol 1039 MovieClip [bombacanonmala] Frame 19
onClipEvent (enterFrame) {
if (this.hitTest(_root.l.targetgolpe) and (_root.l.hero.golpeado != 1)) {
_root.sthero.resiste = _root.sthero.resiste + _parent.empujacion;
_root.l.hero.ladoempuja = _parent._xscale / 100;
_root.l.hero.gotoAndPlay("golpeado");
_root.l.hero.stun = 1;
_root.sthero.hp = _root.sthero.hp - Math.round((_parent.dmg * (100 - _root.sthero.armor)) / 100);
if ((_parent._x - _root.l.targetgolpe._x) > 0) {
_root.l.hero._x = _root.l.hero._x - 40;
} else {
_root.l.hero._x = _root.l.hero._x + 40;
}
}
}
Symbol 1039 MovieClip [bombacanonmala] Frame 23
removeMovieClip(this);
Symbol 1063 MovieClip Frame 24
stop();
Symbol 1069 MovieClip Frame 1
grabeable = "no";
camina = 0;
golpeado = 0;
armor_normal = 90;
Symbol 1069 MovieClip Frame 19
stun = 0;
gotoAndPlay ("camina");
Symbol 1069 MovieClip Frame 22
camina = 1;
golpeado = 0;
grabeable = "no";
Symbol 1069 MovieClip Frame 31
stun = 0;
golpeado = 0;
Symbol 1069 MovieClip Frame 36
stun = 0;
gotoAndPlay ("camina");
Symbol 1069 MovieClip Frame 40
stun = 1;
grabeable = "no";
Symbol 1069 MovieClip Frame 41
gotoAndPlay(currentFrame + golpespeed);
Symbol 1069 MovieClip Frame 48
mySound = new Sound(this);
tune = "b1ata.mp3";
mySound.setVolume(80);
mySound.attachSound(tune);
mySound.start(0, 1);
Instance of Symbol 253 MovieClip "detector" in Symbol 1069 MovieClip Frame 48
onClipEvent (enterFrame) {
if (this.hitTest(_root.l.targetgolpe) and (_root.l.hero.golpeado != 1)) {
_root.sthero.resiste = _root.sthero.resiste + _parent.empujacion;
_root.l.hero.ladoempuja = _parent._xscale / 100;
_root.l.hero.gotoAndPlay("golpeado");
_root.l.hero.stun = 1;
_root.sthero.hp = _root.sthero.hp - Math.round((_parent.dmg * (100 - _root.sthero.armor)) / 100);
if ((_parent._x - _root.l.targetgolpe._x) > 0) {
_root.l.hero._x = _root.l.hero._x - 40;
} else {
_root.l.hero._x = _root.l.hero._x + 40;
}
}
}
Symbol 1069 MovieClip Frame 54
gotoAndPlay ("stand");
Symbol 1069 MovieClip Frame 56
stun = 1;
tune = "Zwork.mp3";
mySound.setVolume(80);
mySound.attachSound(tune);
mySound.start(0, 1);
stun = 1;
tune = "b1ironfly.mp3";
mySound.setVolume(80);
mySound.attachSound(tune);
mySound.start(0, 1);
if (this._xscale == 100) {
culonsosos = 40;
}
if (this._xscale == -100) {
culonsosos = -40;
}
this._x = this._x + culonsosos;
Symbol 1069 MovieClip Frame 61
this._x = this._x + culonsosos;
Instance of Symbol 253 MovieClip "detector" in Symbol 1069 MovieClip Frame 61
onClipEvent (enterFrame) {
if (this.hitTest(_root.l.targetgolpe) and (_root.l.hero.golpeado != 1)) {
_root.sthero.resiste = _root.sthero.resiste + _parent.empujacion;
_root.l.hero.ladoempuja = _parent._xscale / 100;
_root.l.hero.gotoAndPlay("golpeado");
_root.l.hero.stun = 1;
_root.sthero.hp = _root.sthero.hp - Math.round((_parent.dmg * (100 - _root.sthero.armor)) / 100);
if ((_parent._x - _root.l.targetgolpe._x) > 0) {
_root.l.hero._x = _root.l.hero._x - 40;
} else {
_root.l.hero._x = _root.l.hero._x + 40;
}
}
}
Symbol 1069 MovieClip Frame 62
this._x = this._x + culonsosos;
Symbol 1069 MovieClip Frame 63
this._x = this._x + culonsosos;
Symbol 1069 MovieClip Frame 64
this._x = this._x + culonsosos;
Symbol 1069 MovieClip Frame 65
this._x = this._x + culonsosos;
Symbol 1069 MovieClip Frame 66
this._x = this._x + culonsosos;
Symbol 1069 MovieClip Frame 67
this._x = this._x + culonsosos;
Symbol 1069 MovieClip Frame 68
this._x = this._x + culonsosos;
Symbol 1069 MovieClip Frame 69
this._x = this._x + culonsosos;
Symbol 1069 MovieClip Frame 70
this._x = this._x + culonsosos;
Symbol 1069 MovieClip Frame 71
this._x = this._x + culonsosos;
Symbol 1069 MovieClip Frame 72
this._x = this._x + culonsosos;
Symbol 1069 MovieClip Frame 73
this._x = this._x + culonsosos;
Symbol 1069 MovieClip Frame 74
this._x = this._x + culonsosos;
Symbol 1069 MovieClip Frame 75
this._x = this._x + culonsosos;
Symbol 1069 MovieClip Frame 76
this._x = this._x + culonsosos;
Symbol 1069 MovieClip Frame 77
this._x = this._x + culonsosos;
Symbol 1069 MovieClip Frame 78
this._x = this._x + culonsosos;
Symbol 1069 MovieClip Frame 79
this._x = this._x + culonsosos;
Symbol 1069 MovieClip Frame 80
this._x = this._x + culonsosos;
Symbol 1069 MovieClip Frame 81
this._x = this._x + culonsosos;
Symbol 1069 MovieClip Frame 82
gotoAndPlay ("stand");
this._x = this._x + culonsosos;
Symbol 1069 MovieClip Frame 86
_root.m.displayenemy.targeteado = this;
_root.m.displayenemy.gotoAndStop(nombre);
_root.m.displayenemy.timer.gotoAndPlay(1);
if (resiste > aguante) {
gotoAndPlay ("golpeadohard");
}
stun = 1;
camina = 0;
stun = 1;
golpeson = random(3);
mySound = new Sound(this);
tune = "hit" + golpeson;
if ((_root.l.hero._x - this._x) > 0) {
volumen = (((100 * (_root.l.hero._x - this._x)) / 700) - 100) * -1;
} else {
volumen = (((100 * (this._x - _root.l.hero._x)) / 700) - 100) * -1;
}
if (volumen > 0) {
mySound.setVolume(volumen);
mySound.attachSound(tune);
mySound.start(0, 1);
}
Symbol 1069 MovieClip Frame 93
golpeado = 0;
stun = 0;
gotoAndPlay ("stand");
Symbol 1069 MovieClip Frame 103
stun = 1;
if (this._xscale == 100) {
culonsosos = 22;
}
if (this._xscale == -100) {
culonsosos = -22;
}
this._x = this._x + culonsosos;
gogoasa = 7;
Symbol 1069 MovieClip Frame 104
this._x = this._x + culonsosos;
this._y = this._y + gogoasa;
Symbol 1069 MovieClip Frame 105
this._x = this._x + culonsosos;
this._y = this._y + gogoasa;
Symbol 1069 MovieClip Frame 106
this._x = this._x + culonsosos;
this._y = this._y + gogoasa;
Symbol 1069 MovieClip Frame 107
this._x = this._x + culonsosos;
this._y = this._y + gogoasa;
Symbol 1069 MovieClip Frame 108
this._x = this._x + culonsosos;
this._y = this._y + gogoasa;
Symbol 1069 MovieClip Frame 109
this._x = this._x + culonsosos;
this._y = this._y + gogoasa;
Symbol 1069 MovieClip Frame 110
this._x = this._x + culonsosos;
this._y = this._y + gogoasa;
Symbol 1069 MovieClip Frame 111
this._x = this._x + culonsosos;
this._y = this._y + gogoasa;
Symbol 1069 MovieClip Frame 112
this._x = this._x + culonsosos;
this._y = this._y + gogoasa;
Symbol 1069 MovieClip Frame 113
this._x = this._x + culonsosos;
this._y = this._y + gogoasa;
Symbol 1069 MovieClip Frame 114
gotoAndPlay ("stand");
Symbol 1069 MovieClip Frame 117
_root.dare.gotoAndStop(1);
grabeable = "no";
_root.m.displayenemy.targeteado = this;
_root.m.displayenemy.gotoAndStop(nombre);
_root.m.displayenemy.timer.gotoAndPlay(1);
if (resiste > aguante) {
gotoAndPlay ("realgolpeado");
}
golpeado = 1;
stun = 1;
camina = 0;
resiste = 0;
stun = 1;
golpeson = random(3);
mySound = new Sound(this);
tune = "hit" + golpeson;
if ((_root.l.hero._x - this._x) > 0) {
volumen = (((100 * (_root.l.hero._x - this._x)) / 700) - 100) * -1;
} else {
volumen = (((100 * (this._x - _root.l.hero._x)) / 700) - 100) * -1;
}
if (this._xscale == 100) {
culonsosos = -40;
}
if (this._xscale == -100) {
culonsosos = 40;
}
this._x = this._x + culonsosos;
if (volumen > 0) {
mySound.setVolume(volumen);
mySound.attachSound(tune);
mySound.start(0, 1);
}
_root.l.shockwave = _root.l.attachMovie("sangreenemigo", (("dagaso" + getTimer()) + random(100000)) + _root.cuentacuentos, _root.l.getNextHighestDepth());
_root.cuentacuentos = _root.cuentacuentos + 1;
_root.l.shockwave._x = this._x;
_root.l.shockwave._y = this._y;
if (_xscale == 100) {
_root.l.shockwave._xscale = 100;
}
if (_xscale == -100) {
_root.l.shockwave._xscale = -100;
}
Symbol 1069 MovieClip Frame 120
_root.l.shockwave = _root.l.attachMovie("sangreenemigo", (("dagaso" + getTimer()) + random(100000)) + _root.cuentacuentos, _root.l.getNextHighestDepth());
_root.cuentacuentos = _root.cuentacuentos + 1;
_root.l.shockwave._x = this._x;
_root.l.shockwave._y = this._y;
if (_xscale == 100) {
_root.l.shockwave._xscale = 100;
}
if (_xscale == -100) {
_root.l.shockwave._xscale = -100;
}
Symbol 1069 MovieClip Frame 121
this._x = this._x + culonsosos;
Symbol 1069 MovieClip Frame 122
this._x = this._x + culonsosos;
Symbol 1069 MovieClip Frame 123
this._x = this._x + culonsosos;
Symbol 1069 MovieClip Frame 124
this._x = this._x + culonsosos;
Symbol 1069 MovieClip Frame 125
this._x = this._x + culonsosos;
Symbol 1069 MovieClip Frame 126
this._x = this._x + culonsosos;
Symbol 1069 MovieClip Frame 127
this._x = this._x + culonsosos;
Symbol 1069 MovieClip Frame 128
this._x = this._x + culonsosos;
Symbol 1069 MovieClip Frame 129
this._x = this._x + culonsosos;
Symbol 1069 MovieClip Frame 130
this._x = this._x + culonsosos;
Symbol 1069 MovieClip Frame 131
this._x = this._x + culonsosos;
Symbol 1069 MovieClip Frame 132
this._x = this._x + culonsosos;
Symbol 1069 MovieClip Frame 133
this._x = this._x + culonsosos;
Symbol 1069 MovieClip Frame 134
this._x = this._x + culonsosos;
Symbol 1069 MovieClip Frame 135
this._x = this._x + culonsosos;
Symbol 1069 MovieClip Frame 146
golpeado = 0;
stun = 0;
resiste = 0;
armor_normal = 100;
gotoAndPlay ("stand");
Symbol 1069 MovieClip Frame 148
_root.dare.gotoAndStop(2);
_root.m.displayenemy.targeteado = this;
_root.m.displayenemy.gotoAndStop(nombre);
_root.m.displayenemy.timer.gotoAndPlay(1);
armor_normal = 0;
stun = 1;
resiste = 0;
mySound = new Sound(this);
tune = "b1whoot.mp3";
mySound.setVolume(80);
mySound.attachSound(tune);
mySound.start(0, 1);
Symbol 1069 MovieClip Frame 158
gotoAndPlay ("agarrado");
Symbol 1069 MovieClip Frame 166
stun = 1;
golpeado = 0;
armor_normal = 90;
grabeable = undefined;
Instance of Symbol 1065 MovieClip in Symbol 1069 MovieClip Frame 166
onClipEvent (load) {
_xscale = _parent._xscale;
}
Symbol 1069 MovieClip Frame 228
golpeado = 0;
grabeable = "no";
stun = 0;
armor_normal = 100;
resiste = 0;
gotoAndPlay ("stand");
Symbol 1083 MovieClip Frame 1
golpeado = 0;
stun = 0;
gotoAndPlay ("stand");
camina = 0;
golpeado = 0;
Symbol 1083 MovieClip Frame 19
stun = 0;
gotoAndPlay ("stand");
Symbol 1083 MovieClip Frame 22
camina = 1;
golpeado = 0;
Symbol 1083 MovieClip Frame 29
stun = 0;
golpeado = 0;
Symbol 1083 MovieClip Frame 35
stun = 0;
gotoAndPlay ("camina");
Symbol 1083 MovieClip Frame 39
stun = 1;
Symbol 1083 MovieClip Frame 41
mySound = new Sound(this);
tune = "dogarf.mp3";
mySound.setVolume(80);
mySound.attachSound(tune);
mySound.start(0, 1);
Symbol 1083 MovieClip Frame 43
Instance of Symbol 253 MovieClip "detector" in Symbol 1083 MovieClip Frame 43
onClipEvent (enterFrame) {
if (this.hitTest(_root.l.targetgolpe) and (_root.l.hero.golpeado != 1)) {
_root.sthero.resiste = _root.sthero.resiste + _parent.empujacion;
_root.l.hero.ladoempuja = _parent._xscale / 100;
_root.l.hero.gotoAndPlay("golpeado");
_root.l.hero.stun = 1;
_root.sthero.hp = _root.sthero.hp - Math.round((_parent.dmg * (100 - _root.sthero.armor)) / 100);
if ((_parent._x - _root.l.targetgolpe._x) > 0) {
_root.l.hero._x = _root.l.hero._x - 40;
} else {
_root.l.hero._x = _root.l.hero._x + 40;
}
}
}
Symbol 1083 MovieClip Frame 49
gotoAndPlay ("stand");
Symbol 1083 MovieClip Frame 51
stun = 1;
if (this._xscale == 100) {
culonsosos = 20;
}
if (this._xscale == -100) {
culonsosos = -20;
}
this._x = this._x + culonsosos;
Instance of Symbol 253 MovieClip "detector" in Symbol 1083 MovieClip Frame 51
onClipEvent (enterFrame) {
if (this.hitTest(_root.l.targetgolpe) and (_root.l.hero.golpeado != 1)) {
_root.l.hero.gotoAndPlay("golpeado");
_root.l.hero.stun = 1;
_root.sthero.hp = _root.sthero.hp - Math.round((_parent.dmg * (100 - _root.sthero.armor)) / 100);
if ((_parent._x - _root.l.targetgolpe._x) > 0) {
_root.l.hero._x = _root.l.hero._x - 40;
} else {
_root.l.hero._x = _root.l.hero._x + 40;
}
}
}
Symbol 1083 MovieClip Frame 52
this._x = this._x + culonsosos;
Symbol 1083 MovieClip Frame 53
this._x = this._x + culonsosos;
Symbol 1083 MovieClip Frame 54
this._x = this._x + culonsosos;
Symbol 1083 MovieClip Frame 55
this._x = this._x + culonsosos;
Symbol 1083 MovieClip Frame 56
this._x = this._x + culonsosos;
Symbol 1083 MovieClip Frame 57
this._x = this._x + culonsosos;
Symbol 1083 MovieClip Frame 58
this._x = this._x + culonsosos;
Symbol 1083 MovieClip Frame 59
this._x = this._x + culonsosos;
Symbol 1083 MovieClip Frame 60
this._x = this._x + culonsosos;
Symbol 1083 MovieClip Frame 61
this._x = this._x + culonsosos;
Symbol 1083 MovieClip Frame 62
gotoAndPlay ("stand");
this._x = this._x + culonsosos;
Symbol 1083 MovieClip Frame 74
_root.m.displayenemy.targeteado = this;
_root.m.displayenemy.gotoAndStop(nombre);
_root.m.displayenemy.timer.gotoAndPlay(1);
if (resiste > aguante) {
gotoAndPlay ("golpeadohard");
}
stun = 1;
camina = 0;
stun = 1;
golpeson = random(3);
mySound = new Sound(this);
tune = "hit" + golpeson;
if ((_root.l.hero._x - this._x) > 0) {
volumen = (((100 * (_root.l.hero._x - this._x)) / 700) - 100) * -1;
} else {
volumen = (((100 * (this._x - _root.l.hero._x)) / 700) - 100) * -1;
}
if (volumen > 0) {
mySound.setVolume(volumen);
mySound.attachSound(tune);
mySound.start(0, 1);
}
_root.l.shockwave = _root.l.attachMovie("sangreenemigo", (("dagaso" + getTimer()) + random(100000)) + _root.cuentacuentos, _root.l.getNextHighestDepth());
_root.cuentacuentos = _root.cuentacuentos + 1;
_root.l.shockwave._x = this._x;
_root.l.shockwave._y = this._y;
if (_xscale == 100) {
_root.l.shockwave._xscale = 100;
}
if (_xscale == -100) {
_root.l.shockwave._xscale = -100;
}
Symbol 1083 MovieClip Frame 76
Symbol 1083 MovieClip Frame 84
golpeado = 0;
stun = 0;
gotoAndPlay ("stand");
Symbol 1083 MovieClip Frame 87
stun = 1;
if (this._xscale == 100) {
culonsosos = -25;
}
if (this._xscale == -100) {
culonsosos = 25;
}
this._x = this._x + culonsosos;
Symbol 1083 MovieClip Frame 88
this._x = this._x + culonsosos;
Symbol 1083 MovieClip Frame 89
this._x = this._x + culonsosos;
Symbol 1083 MovieClip Frame 90
this._x = this._x + culonsosos;
Symbol 1083 MovieClip Frame 91
this._x = this._x + culonsosos;
Symbol 1083 MovieClip Frame 92
this._x = this._x + culonsosos;
Symbol 1083 MovieClip Frame 93
this._x = this._x + culonsosos;
Symbol 1083 MovieClip Frame 94
this._x = this._x + culonsosos;
Symbol 1083 MovieClip Frame 95
this._x = this._x + culonsosos;
Symbol 1083 MovieClip Frame 96
this._x = this._x + culonsosos;
Symbol 1083 MovieClip Frame 97
this._x = this._x + culonsosos;
Symbol 1083 MovieClip Frame 98
gotoAndPlay ("stand");
Symbol 1083 MovieClip Frame 103
_root.m.displayenemy.targeteado = this;
_root.m.displayenemy.gotoAndStop(nombre);
_root.m.displayenemy.timer.gotoAndPlay(1);
golpeado = 1;
stun = 1;
camina = 0;
resiste = 0;
stun = 1;
golpeson = random(3);
mySound = new Sound(this);
tune = "hit" + golpeson;
if ((_root.l.hero._x - this._x) > 0) {
volumen = (((100 * (_root.l.hero._x - this._x)) / 700) - 100) * -1;
} else {
volumen = (((100 * (this._x - _root.l.hero._x)) / 700) - 100) * -1;
}
if (volumen > 0) {
mySound.setVolume(volumen);
mySound.attachSound(tune);
mySound.start(0, 1);
}
_root.l.shockwave = _root.l.attachMovie("sangreenemigo", (("dagaso" + getTimer()) + random(100000)) + _root.cuentacuentos, _root.l.getNextHighestDepth());
_root.cuentacuentos = _root.cuentacuentos + 1;
_root.l.shockwave._x = this._x;
_root.l.shockwave._y = this._y;
if (_xscale == 100) {
_root.l.shockwave._xscale = 100;
}
if (_xscale == -100) {
_root.l.shockwave._xscale = -100;
}
randosalidagolpe = random(2);
if (randosalidagolpe == 1) {
culonsosos = -20;
}
if (randosalidagolpe == 0) {
culonsosos = 20;
}
this._x = this._x + culonsosos;
Symbol 1083 MovieClip Frame 104
this._x = this._x + culonsosos;
Symbol 1083 MovieClip Frame 105
_root.l.shockwave = _root.l.attachMovie("sangreenemigo", (("dagaso" + getTimer()) + random(100000)) + _root.cuentacuentos, _root.l.getNextHighestDepth());
_root.cuentacuentos = _root.cuentacuentos + 1;
_root.l.shockwave._x = this._x;
_root.l.shockwave._y = this._y;
if (_xscale == 100) {
_root.l.shockwave._xscale = 100;
}
if (_xscale == -100) {
_root.l.shockwave._xscale = -100;
}
this._x = this._x + culonsosos;
Symbol 1083 MovieClip Frame 106
this._x = this._x + culonsosos;
Symbol 1083 MovieClip Frame 107
this._x = this._x + culonsosos;
Symbol 1083 MovieClip Frame 108
this._x = this._x + culonsosos;
Symbol 1083 MovieClip Frame 109
this._x = this._x + culonsosos;
Symbol 1083 MovieClip Frame 110
this._x = this._x + culonsosos;
Symbol 1083 MovieClip Frame 111
this._x = this._x + culonsosos;
Symbol 1083 MovieClip Frame 112
this._x = this._x + culonsosos;
Symbol 1083 MovieClip Frame 113
this._x = this._x + culonsosos;
Symbol 1083 MovieClip Frame 114
this._x = this._x + culonsosos;
Symbol 1083 MovieClip Frame 115
this._x = this._x + culonsosos;
Symbol 1083 MovieClip Frame 116
this._x = this._x + culonsosos;
Symbol 1083 MovieClip Frame 117
this._x = this._x + culonsosos;
Symbol 1083 MovieClip Frame 118
this._x = this._x + culonsosos;
Symbol 1083 MovieClip Frame 132
gotoAndPlay ("stand");
Symbol 1083 MovieClip Frame 137
stun = 1;
Symbol 1083 MovieClip Frame 139
mySound = new Sound(this);
tune = "dogauu.mp3";
mySound.setVolume(80);
mySound.attachSound(tune);
mySound.start(0, 1);
Instance of Symbol 253 MovieClip "detector" in Symbol 1083 MovieClip Frame 140
onClipEvent (enterFrame) {
if (this.hitTest(_root.l.targetgolpe) and (_root.l.hero.golpeado != 1)) {
_root.sthero.resiste = _root.sthero.resiste + _parent.empujacion;
_root.l.hero.ladoempuja = _parent._xscale / 100;
_root.l.hero.gotoAndPlay("golpeado");
_root.l.hero.stun = 1;
_root.sthero.hp = _root.sthero.hp - Math.round((_parent.dmg * (100 - _root.sthero.armor)) / 100);
if ((_parent._x - _root.l.targetgolpe._x) > 0) {
_root.l.hero._x = _root.l.hero._x - 40;
} else {
_root.l.hero._x = _root.l.hero._x + 40;
}
}
}
Symbol 1083 MovieClip Frame 163
stun = 0;
gotoAndPlay ("stand");
Symbol 1083 MovieClip Frame 169
stun = 1;
camina = 0;
golpeado = 1;
_root.sthero.resiste = 0;
_root.sthero.animamuerte = 1;
_root.l.shockwave = _root.l.attachMovie("sangreenemigo", (("dagaso" + getTimer()) + random(100000)) + _root.cuentacuentos, _root.l.getNextHighestDepth());
_root.cuentacuentos = _root.cuentacuentos + 1;
_root.l.shockwave._x = this._x;
_root.l.shockwave._y = this._y;
if (_xscale == 100) {
_root.l.shockwave._xscale = 100;
}
if (_xscale == -100) {
_root.l.shockwave._xscale = -100;
}
_root.velocity = _root.sthero.velocity;
_root.velocity = _root.velocity * 3;
culonsosos = _root.velocity * (_xscale / 100);
Symbol 1083 MovieClip Frame 171
this._name = "ladygaga" + random(3000);
_root.sthero.hp = _root.sthero.maxhp;
_root.sthero.clase = "yamato";
_root.l.hero = _root.l.attachMovie("yamato", "hero" + getTimer(), _root.l.getNextHighestDepth());
_root.l.hero.cuchi1.gotoAndStop(_root.sthero.cuchi1);
_root.l.hero._x = this._x;
_root.l.hero._y = this._y;
var glow_color = 0;
var glow_alpha = 1;
var glow_blurX = 3;
var glow_blurY = 3;
var glow_strength = 10;
var glow_quality = 3;
var glow_inner = false;
var glow_knockout = false;
var filter_glow = (new flash.filters.GlowFilter(glow_color, glow_alpha, glow_blurX, glow_blurY, glow_strength, glow_quality, glow_inner, glow_knockout));
_root.l.hero.filters = [filter_glow];
Symbol 1083 MovieClip Frame 176
removeMovieClip(this);
Symbol 1083 MovieClip Frame 177
golpeado = 0;
stun = 0;
gotoAndPlay ("stand");
Symbol 1096 MovieClip Frame 1
stop();
Symbol 1096 MovieClip Frame 2
mySound = new Sound(this);
tune = ("L_sword" + (random(2) + 1)) + ".mp3";
mySound.setVolume(80);
mySound.attachSound(tune);
mySound.start(0, 1);
_root.l.shockwave = _root.l.attachMovie("plasmagunsky", "dagaso" + getTimer(), _root.l.getNextHighestDepth());
_root.sthero.energy = _root.sthero.energy - 50;
_root.m.dagger.cooldown = 7 - (_root.sthero.tree_b3 * 2);
_root.l.shockwave.swapDepths((_root.l.shockwave._x / 90) + (_root.l.shockwave._y + 20));
_root.l.shockwave.speed = 25 * (_parent._xscale / 100);
_root.l.shockwave._xscale = _parent._xscale;
Symbol 1101 MovieClip [sky] Frame 1
_root.l.invi = 0;
sky = 1;
humano = "si";
gravea = "si";
_root.velocity = _root.sthero.velocity;
_root.sthero.animamuerte = 0;
grab = 0;
sas = 0;
ses = 0;
sis = 0;
sos = 0;
golpeado = 0;
stun = 0;
camina = 0;
dmg_normal = 30;
dmg_fire = 10;
dmg_ice = 25;
dmg_shadow = 25;
Symbol 1101 MovieClip [sky] Frame 2
golpeado = 0;
Symbol 1101 MovieClip [sky] Frame 13
gotoAndPlay ("stand");
Symbol 1101 MovieClip [sky] Frame 20
_root.velocity = _root.sthero.velocity;
_root.sthero.animamuerte = 0;
golpeado = 0;
stun = 0;
camina = 1;
Symbol 1101 MovieClip [sky] Frame 31
if (((Key.isDown(39) or Key.isDown(37)) or Key.isDown(38)) or Key.isDown(40)) {
gotoAndPlay ("camina");
} else {
gotoAndPlay ("stand");
}
Symbol 1101 MovieClip [sky] Frame 44
mySound = new Sound(this);
tune = ("H_attack" + (random(3) + 1)) + ".mp3";
mySound.setVolume(80);
mySound.attachSound(tune);
mySound.start(0, 1);
mySound = new Sound(this);
tune = "H_sword.mp3";
mySound.setVolume(80);
mySound.attachSound(tune);
mySound.start(0, 1);
Instance of Symbol 149 MovieClip in Symbol 1101 MovieClip [sky] Frame 44
onClipEvent (enterFrame) {
for (var i in _root.l.enemy) {
if ((_root.l.enemy[i].golpeado <= 0) and this.hitTest(_root.l.enemy[i].targetgolpe)) {
_root.l.enemy[i].hp = _root.l.enemy[i].hp - Math.round(((_root.sthero.dmg_normal * 1.4) * (100 - _root.l.enemy[i].armor_normal)) / 100);
_root.l.enemy[i].resiste = _root.l.enemy[i].resiste + _parent.basheador;
_root.l.enemy[i].golpeado_anima = 1;
if (_parent.mamasa != 1) {
_parent.mamasa = 1;
_root.sthero.combo = _root.sthero.combo + 1;
_root.sthero.tiempocombo = 30;
}
_root.l.shockwave = _root.l.attachMovie("kaboom", (("dagaso" + getTimer()) + random(100000)) + _root.cuentacuentos, _root.l.getNextHighestDepth());
_root.cuentacuentos = _root.cuentacuentos + 1;
_root.l.shockwave._x = _root.l.enemy[i]._x;
_root.l.shockwave._y = _root.l.enemy[i]._y;
if (_parent._xscale == 100) {
_root.l.shockwave._xscale = 200;
}
if (_parent._xscale == -100) {
_root.l.shockwave._xscale = -200;
}
}
}
}
Symbol 1101 MovieClip [sky] Frame 46
mamasa = 0;
Symbol 1101 MovieClip [sky] Frame 47
stun = 0;
gotoAndPlay ("stand");
Symbol 1101 MovieClip [sky] Frame 57
mySound = new Sound(this);
tune = ("H_attack" + (random(3) + 1)) + ".mp3";
mySound.setVolume(80);
mySound.attachSound(tune);
mySound.start(0, 1);
tune = "H_sword.mp3";
mySound.setVolume(80);
mySound.attachSound(tune);
mySound.start(0, 1);
Instance of Symbol 149 MovieClip in Symbol 1101 MovieClip [sky] Frame 59
onClipEvent (enterFrame) {
for (var i in _root.l.enemy) {
if ((_root.l.enemy[i].golpeado <= 0) and this.hitTest(_root.l.enemy[i].targetgolpe)) {
_root.l.enemy[i].hp = _root.l.enemy[i].hp - Math.round(((_root.sthero.dmg_normal * 1.4) * (100 - _root.l.enemy[i].armor_normal)) / 100);
_root.l.enemy[i].golpeado_anima = 1;
_root.l.enemy[i].resiste = _root.l.enemy[i].resiste + _parent.basheador;
if (_parent.mamasa != 1) {
_parent.mamasa = 1;
_root.sthero.combo = _root.sthero.combo + 1;
_root.sthero.tiempocombo = 30;
}
_root.l.shockwave = _root.l.attachMovie("kaboom", (("dagaso" + getTimer()) + random(100000)) + _root.cuentacuentos, _root.l.getNextHighestDepth());
_root.cuentacuentos = _root.cuentacuentos + 1;
_root.l.shockwave._x = _root.l.enemy[i]._x;
_root.l.shockwave._y = _root.l.enemy[i]._y;
if (_parent._xscale == 100) {
_root.l.shockwave._xscale = 100;
}
if (_parent._xscale == -100) {
_root.l.shockwave._xscale = -100;
}
}
}
}
Symbol 1101 MovieClip [sky] Frame 61
mamasa = 0;
Symbol 1101 MovieClip [sky] Frame 69
stun = 0;
gotoAndPlay ("stand");
Symbol 1101 MovieClip [sky] Frame 75
stun = 1;
_root.velocity = 70;
culonsosos = 70 * (this._xscale / 100);
Symbol 1101 MovieClip [sky] Frame 77
mySound = new Sound(this);
tune = "leap";
mySound.setVolume(80);
mySound.attachSound(tune);
mySound.start(0, 1);
golpeado = 1;
_root.l.invi = 1;
this._x = this._x + culonsosos;
Symbol 1101 MovieClip [sky] Frame 78
this._x = this._x + culonsosos;
Symbol 1101 MovieClip [sky] Frame 79
this._x = this._x + culonsosos;
Symbol 1101 MovieClip [sky] Frame 80
this._x = this._x + culonsosos;
Symbol 1101 MovieClip [sky] Frame 81
this._x = this._x + culonsosos;
Symbol 1101 MovieClip [sky] Frame 82
golpeado = 0;
_root.l.invi = 0;
Symbol 1101 MovieClip [sky] Frame 85
_root.velocity = _root.sthero.velocity;
golpeado = 0;
stun = 0;
gotoAndPlay ("stand");
Symbol 1101 MovieClip [sky] Frame 93
stun = 1;
stun = 1;
stun = 1;
golpeado = 1;
mySound = new Sound(this);
tune = "Zwork.mp3";
mySound.setVolume(80);
mySound.attachSound(tune);
mySound.start(0, 1);
mySound = new Sound(this);
tune = ("H_attack" + (random(3) + 1)) + ".mp3";
mySound.setVolume(80);
mySound.attachSound(tune);
mySound.start(0, 1);
_root.velocity = _root.velocity * 2;
if (this._xscale == 100) {
culonsosos = _root.velocity;
}
if (this._xscale == -100) {
culonsosos = _root.velocity * -1;
}
this._x = this._x + culonsosos;
stun = 1;
Instance of Symbol 149 MovieClip in Symbol 1101 MovieClip [sky] Frame 93
onClipEvent (enterFrame) {
for (var i in _root.l.enemy) {
if ((_root.l.enemy[i].golpeado <= 0) and this.hitTest(_root.l.enemy[i].targetgolpe)) {
_root.l.enemy[i].hp = _root.l.enemy[i].hp - Math.round(((_root.sthero.dmg_normal * (1 + (_root.sthero.tree_a3 * 0.33))) * (100 - _root.l.enemy[i].armor_normal)) / 100);
_root.l.enemy[i]._xscale = _root.l.enemy[i]._xscale * -1;
_root.l.enemy[i].gotoAndPlay("golpeadohard");
_root.l.enemy[i].golpeado = 1;
_root.sthero.combo = _root.sthero.combo + 1;
_root.sthero.tiempocombo = 30;
_root.l.shockwave = _root.l.attachMovie("kaboom", (("dagaso" + getTimer()) + random(100000)) + _root.cuentacuentos, _root.l.getNextHighestDepth());
_root.cuentacuentos = _root.cuentacuentos + 1;
_root.l.shockwave._x = _root.l.enemy[i]._x;
_root.l.shockwave._y = _root.l.enemy[i]._y;
if (_parent._xscale == 100) {
_root.l.shockwave._xscale = 100;
}
if (_parent._xscale == -100) {
_root.l.shockwave._xscale = -100;
}
}
}
}
Symbol 1101 MovieClip [sky] Frame 94
this._x = this._x + culonsosos;
Symbol 1101 MovieClip [sky] Frame 95
this._x = this._x + culonsosos;
Symbol 1101 MovieClip [sky] Frame 96
this._x = this._x + culonsosos;
Symbol 1101 MovieClip [sky] Frame 97
this._x = this._x + culonsosos;
Symbol 1101 MovieClip [sky] Frame 98
this._x = this._x + culonsosos;
Symbol 1101 MovieClip [sky] Frame 99
this._x = this._x + culonsosos;
Symbol 1101 MovieClip [sky] Frame 100
this._x = this._x + culonsosos;
Symbol 1101 MovieClip [sky] Frame 101
this._x = this._x + culonsosos;
Symbol 1101 MovieClip [sky] Frame 102
this._x = this._x + culonsosos;
Symbol 1101 MovieClip [sky] Frame 103
this._x = this._x + culonsosos;
Symbol 1101 MovieClip [sky] Frame 104
this._x = this._x + culonsosos;
Symbol 1101 MovieClip [sky] Frame 105
this._x = this._x + culonsosos;
Symbol 1101 MovieClip [sky] Frame 106
this._x = this._x + culonsosos;
Symbol 1101 MovieClip [sky] Frame 107
this._x = this._x + culonsosos;
Symbol 1101 MovieClip [sky] Frame 108
this._x = this._x + culonsosos;
Symbol 1101 MovieClip [sky] Frame 109
this._x = this._x + culonsosos;
Symbol 1101 MovieClip [sky] Frame 110
_root.velocity = _root.sthero.velocity;
golpeado = 0;
this._x = this._x + culonsosos;
Symbol 1101 MovieClip [sky] Frame 115
gotoAndPlay ("stand");
stun = 0;
Instance of Symbol 149 MovieClip in Symbol 1101 MovieClip [sky] Frame 130
onClipEvent (enterFrame) {
for (var i in _root.l.enemy) {
if ((_root.l.enemy[i].golpeado <= 0) and this.hitTest(_root.l.enemy[i].targetgolpe)) {
_root.l.enemy[i].hp = _root.l.enemy[i].hp - Math.round(((_root.sthero.dmg_normal * (1 + (_root.sthero.tree_a3 * 0.33))) * (100 - _root.l.enemy[i].armor_normal)) / 100);
_root.l.enemy[i].golpeado_anima = 1;
_root.l.enemy[i].resiste = _root.l.enemy[i].resiste + _parent.basheador;
if (_parent.mamasa != 1) {
_parent.mamasa = 1;
_root.sthero.combo = _root.sthero.combo + 1;
_root.sthero.tiempocombo = 30;
}
_root.l.shockwave = _root.l.attachMovie("kaboom", (("dagaso" + getTimer()) + random(100000)) + _root.cuentacuentos, _root.l.getNextHighestDepth());
_root.cuentacuentos = _root.cuentacuentos + 1;
_root.l.shockwave._x = _root.l.enemy[i]._x;
_root.l.shockwave._y = _root.l.enemy[i]._y;
if (_parent._xscale == 100) {
_root.l.shockwave._xscale = 100;
}
if (_parent._xscale == -100) {
_root.l.shockwave._xscale = -100;
}
}
}
}
Symbol 1101 MovieClip [sky] Frame 132
mamasa = 0;
Symbol 1101 MovieClip [sky] Frame 133
stun = 0;
gotoAndPlay ("stand");
Symbol 1101 MovieClip [sky] Frame 149
mySound = new Sound(this);
tune = ("L_sword" + (random(2) + 1)) + ".mp3";
mySound.setVolume(80);
mySound.attachSound(tune);
mySound.start(0, 1);
_root.l.shockwave = _root.l.attachMovie("plasmagun", "dagaso" + getTimer(), _root.l.getNextHighestDepth());
_root.sthero.energy = _root.sthero.energy - 50;
_root.m.dagger.cooldown = 7 - (_root.sthero.tree_b3 * 2);
_root.l.shockwave.swapDepths((_root.l.shockwave._x / 90) + (_root.l.shockwave._y + 20));
_root.l.shockwave.speed = 25 * (this._xscale / 100);
_root.l.shockwave._xscale = this._xscale;
Symbol 1101 MovieClip [sky] Frame 154
stun = 0;
gotoAndPlay ("stand");
Symbol 1101 MovieClip [sky] Frame 158
mySound = new Sound(this);
tune = ("L_sword" + (random(2) + 1)) + ".mp3";
mySound.setVolume(80);
mySound.attachSound(tune);
mySound.start(0, 1);
_root.l.shockwave = _root.l.attachMovie("plasmagun", "dagaso" + getTimer(), _root.l.getNextHighestDepth());
_root.sthero.energy = _root.sthero.energy - 50;
_root.m.dagger.cooldown = 7 - (_root.sthero.tree_b3 * 2);
_root.l.shockwave.swapDepths((_root.l.shockwave._x / 90) + (_root.l.shockwave._y + 20));
_root.l.shockwave.speed = 25 * (this._xscale / 100);
_root.l.shockwave._xscale = this._xscale;
Instance of Symbol 149 MovieClip in Symbol 1101 MovieClip [sky] Frame 158
onClipEvent (enterFrame) {
for (var i in _root.l.enemy) {
if ((_root.l.enemy[i].golpeado <= 0) and this.hitTest(_root.l.enemy[i].targetgolpe)) {
_root.l.enemy[i].hp = _root.l.enemy[i].hp - Math.round(((_root.sthero.dmg_normal * (1 + (_root.sthero.tree_a3 * 0.33))) * (100 - _root.l.enemy[i].armor_normal)) / 100);
_root.l.enemy[i].golpeado_anima = 1;
_root.l.enemy[i].resiste = _root.l.enemy[i].resiste + _parent.basheador;
if (_parent.mamasa != 1) {
_parent.mamasa = 1;
_root.sthero.combo = _root.sthero.combo + 1;
_root.sthero.tiempocombo = 30;
}
_root.l.shockwave = _root.l.attachMovie("kaboom", (("dagaso" + getTimer()) + random(100000)) + _root.cuentacuentos, _root.l.getNextHighestDepth());
_root.cuentacuentos = _root.cuentacuentos + 1;
_root.l.shockwave._x = _root.l.enemy[i]._x;
_root.l.shockwave._y = _root.l.enemy[i]._y;
if (_parent._xscale == 100) {
_root.l.shockwave._xscale = 100;
}
if (_parent._xscale == -100) {
_root.l.shockwave._xscale = -100;
}
}
}
}
Symbol 1101 MovieClip [sky] Frame 159
mySound = new Sound(this);
tune = ("L_attack" + (random(3) + 1)) + ".mp3";
mySound.setVolume(80);
mySound.attachSound(tune);
mySound.start(0, 1);
mySound = new Sound(this);
tune = ("L_sword" + (random(2) + 1)) + ".mp3";
mySound.setVolume(80);
mySound.attachSound(tune);
mySound.start(0, 1);
Symbol 1101 MovieClip [sky] Frame 160
mamasa = 0;
Symbol 1101 MovieClip [sky] Frame 164
stun = 0;
gotoAndPlay ("stand");
Symbol 1101 MovieClip [sky] Frame 168
_parent[graveado].agarrado = false;
_parent[graveado].gotoAndPlay("stand");
graveado = undefined;
_root.sthero.animamuerte = 0;
grab = 0;
camina = 0;
golpeado = 1;
stun = 1;
camina = 0;
golpeado = 1;
stun = 1;
golpeson = random(3);
mySound = new Sound(this);
tune = "hit" + golpeson;
if ((_root.l.hero._x - this._x) > 0) {
volumen = (((100 * (_root.l.hero._x - this._x)) / 700) - 100) * -1;
} else {
volumen = (((100 * (this._x - _root.l.hero._x)) / 700) - 100) * -1;
}
if (volumen > 0) {
mySound.setVolume(volumen);
mySound.attachSound(tune);
mySound.start(0, 1);
}
if (hp < 0) {
_root.l.hero.gotoAndPlay("muere");
}
if (_root.sthero.resiste > _root.sthero.aguante) {
gotoAndPlay ("golpeadohard");
}
Symbol 1101 MovieClip [sky] Frame 169
_root.sthero.combo = 0;
Symbol 1101 MovieClip [sky] Frame 171
grab = 0;
Symbol 1101 MovieClip [sky] Frame 174
golpeado = 0;
stun = 0;
gotoAndPlay ("stand");
Symbol 1101 MovieClip [sky] Frame 177
Symbol 1101 MovieClip [sky] Frame 179
stun = 1;
camina = 0;
_root.sthero.animamuerte = 0;
_root.sthero.resiste = 0;
stun = 1;
golpeson = random(3);
mySound = new Sound(this);
tune = "hit" + golpeson;
if ((_root.l.hero._x - this._x) > 0) {
volumen = (((100 * (_root.l.hero._x - this._x)) / 700) - 100) * -1;
} else {
volumen = (((100 * (this._x - _root.l.hero._x)) / 700) - 100) * -1;
}
if (volumen > 0) {
mySound.setVolume(volumen);
mySound.attachSound(tune);
mySound.start(0, 1);
}
_root.l.shockwave = _root.l.attachMovie("sangreenemigo", (("dagaso" + getTimer()) + random(100000)) + _root.cuentacuentos, _root.l.getNextHighestDepth());
_root.cuentacuentos = _root.cuentacuentos + 1;
_root.l.shockwave._x = this._x;
_root.l.shockwave._y = this._y;
if (_xscale == 100) {
_root.l.shockwave._xscale = 100;
}
if (_xscale == -100) {
_root.l.shockwave._xscale = -100;
}
_root.velocity = _root.sthero.velocity;
_root.velocity = _root.velocity * 3;
culonsosos = _root.velocity * ladoempuja;
Symbol 1101 MovieClip [sky] Frame 180
this._x = this._x + culonsosos;
Symbol 1101 MovieClip [sky] Frame 181
this._x = this._x + culonsosos;
Symbol 1101 MovieClip [sky] Frame 182
this._x = this._x + culonsosos;
Symbol 1101 MovieClip [sky] Frame 183
this._x = this._x + culonsosos;
Symbol 1101 MovieClip [sky] Frame 184
this._x = this._x + culonsosos;
Symbol 1101 MovieClip [sky] Frame 185
this._x = this._x + culonsosos;
Symbol 1101 MovieClip [sky] Frame 186
this._x = this._x + culonsosos;
Symbol 1101 MovieClip [sky] Frame 187
this._x = this._x + culonsosos;
_root.velocity = _root.sthero.velocity;
Symbol 1101 MovieClip [sky] Frame 195
golpeado = 0;
stun = 0;
gotoAndPlay ("stand");
Symbol 1101 MovieClip [sky] Frame 196
stun = 1;
camina = 0;
Instance of Symbol 149 MovieClip in Symbol 1101 MovieClip [sky] Frame 201
onClipEvent (enterFrame) {
for (var i in _root.l.enemy) {
if ((_root.l.enemy[i].golpeado <= 0) and this.hitTest(_root.l.enemy[i].targetgolpe)) {
if (_parent.graveado == undefined) {
_root.l.enemy[i].gotoAndStop("agarrado");
_root.l.enemy[i].agarrado = true;
_root.l.enemy[i].stun = 1;
_parent.graveado = _root.l.enemy[i]._name;
_parent.gotoAndStop("grab");
}
}
}
}
Symbol 1101 MovieClip [sky] Frame 206
graveado = undefined;
golpeado = 0;
stun = 0;
gotoAndPlay ("stand");
Symbol 1101 MovieClip [sky] Frame 208
stun = 1;
camina = 0;
grab = 1;
_parent[graveado].gotoAndStop("agarrado");
Symbol 1101 MovieClip [sky] Frame 209
_parent[graveado].gotoAndStop("agarrado");
Symbol 1101 MovieClip [sky] Frame 210
_parent[graveado].gotoAndStop("agarrado");
Symbol 1101 MovieClip [sky] Frame 211
gotoAndPlay ("grab");
Symbol 1101 MovieClip [sky] Frame 214
stun = 1;
camina = 0;
grab = 1;
_parent[graveado].gotoAndStop("agarrado");
Symbol 1101 MovieClip [sky] Frame 222
grab = 0;
_parent[graveado].agarrado = false;
_parent[graveado].gotoAndPlay("culombio");
Symbol 1101 MovieClip [sky] Frame 224
mySound = new Sound(this);
tune = ("H_attack" + (random(3) + 1)) + ".mp3";
mySound.setVolume(80);
mySound.attachSound(tune);
mySound.start(0, 1);
Symbol 1101 MovieClip [sky] Frame 229
_parent[graveado].agarrado = true;
gotoAndStop ("grabobjeto");
Symbol 1101 MovieClip [sky] Frame 230
grab = 0;
_parent[graveado].agarrado = false;
Symbol 1101 MovieClip [sky] Frame 232
_parent[graveado].gotoAndPlay("golpeadohard");
graveado = undefined;
mySound = new Sound(this);
tune = ("H_attack" + (random(3) + 1)) + ".mp3";
mySound.setVolume(80);
mySound.attachSound(tune);
mySound.start(0, 1);
Symbol 1101 MovieClip [sky] Frame 234
golpeado = 0;
stun = 0;
grab = 0;
graveado = undefined;
gotoAndPlay ("stand");
Symbol 1101 MovieClip [sky] Frame 237
grab = 0;
_parent[graveado].agarrado = false;
_parent[graveado].gotoAndStop("agarrado");
Symbol 1101 MovieClip [sky] Frame 240
_parent[graveado].gotoAndPlay("golpeadohard");
_parent[graveado].hp = _parent[graveado].hp - Math.round(((_root.sthero.dmg_normal * 1.1) * (100 - _parent[graveado].armor_normal)) / 100);
_root.sthero.combo = _root.sthero.combo + 1;
_root.sthero.tiempocombo = 30;
_root.l.shockwave = _root.l.attachMovie("kaboom", (("dagaso" + getTimer()) + random(100000)) + _root.cuentacuentos, _root.l.getNextHighestDepth());
_root.cuentacuentos = _root.cuentacuentos + 1;
_root.l.shockwave._x = _parent[graveado]._x;
_root.l.shockwave._y = _parent[graveado]._y;
graveado = undefined;
mySound = new Sound(this);
tune = ("L_attack" + (random(3) + 1)) + ".mp3";
mySound.setVolume(80);
mySound.attachSound(tune);
mySound.start(0, 1);
Symbol 1101 MovieClip [sky] Frame 242
golpeado = 0;
stun = 0;
grab = 0;
graveado = undefined;
gotoAndPlay ("stand");
Symbol 1101 MovieClip [sky] Frame 243
grab = 0;
_parent[graveado].agarrado = false;
_parent[graveado].gotoAndStop("agarrado");
Symbol 1101 MovieClip [sky] Frame 247
mySound = new Sound(this);
tune = "takethis1.mp3";
mySound.setVolume(80);
mySound.attachSound(tune);
mySound.start(0, 1);
Symbol 1101 MovieClip [sky] Frame 253
_root.l.shockwave = _root.l.attachMovie("sangreenemigo", (("dagaso" + getTimer()) + random(100000)) + _root.cuentacuentos, _root.l.getNextHighestDepth());
_root.cuentacuentos = _root.cuentacuentos + 1;
_root.l.shockwave._x = _parent[graveado]._x;
_root.l.shockwave._y = _parent[graveado]._y;
if (_xscale == 100) {
_root.l.shockwave._xscale = 100;
}
if (_xscale == -100) {
_root.l.shockwave._xscale = -100;
}
Symbol 1101 MovieClip [sky] Frame 254
_root.l.shockwave = _root.l.attachMovie("kaboom", (("dagaso" + getTimer()) + random(100000)) + _root.cuentacuentos, _root.l.getNextHighestDepth());
_root.cuentacuentos = _root.cuentacuentos + 1;
_root.l.shockwave._x = _parent[graveado]._x;
_root.l.shockwave._y = _parent[graveado]._y;
_parent[graveado].hp = _parent[graveado].hp - Math.round(((_root.sthero.dmg_normal * 0.8) * (100 - _parent[graveado].armor_normal)) / 100);
golpeson = random(3);
_root.sthero.combo = _root.sthero.combo + 1;
_root.sthero.tiempocombo = 30;
mySound = new Sound(this);
tune = "hit" + golpeson;
if ((_root.l.hero._x - this._x) > 0) {
volumen = (((100 * (_root.l.hero._x - this._x)) / 700) - 100) * -1;
} else {
volumen = (((100 * (this._x - _root.l.hero._x)) / 700) - 100) * -1;
}
if (volumen > 0) {
mySound.setVolume(volumen);
mySound.attachSound(tune);
mySound.start(0, 1);
}
Symbol 1101 MovieClip [sky] Frame 255
_root.l.shockwave = _root.l.attachMovie("sangreenemigo", (("dagaso" + getTimer()) + random(100000)) + _root.cuentacuentos, _root.l.getNextHighestDepth());
_root.cuentacuentos = _root.cuentacuentos + 1;
_root.l.shockwave._x = _parent[graveado]._x;
_root.l.shockwave._y = _parent[graveado]._y;
if (_xscale == 100) {
_root.l.shockwave._xscale = 100;
}
if (_xscale == -100) {
_root.l.shockwave._xscale = -100;
}
Symbol 1101 MovieClip [sky] Frame 256
_root.l.shockwave = _root.l.attachMovie("sangreenemigo", (("dagaso" + getTimer()) + random(100000)) + _root.cuentacuentos, _root.l.getNextHighestDepth());
_root.cuentacuentos = _root.cuentacuentos + 1;
_root.l.shockwave._x = _parent[graveado]._x;
_root.l.shockwave._y = _parent[graveado]._y;
if (_xscale == 100) {
_root.l.shockwave._xscale = -100;
}
if (_xscale == -100) {
_root.l.shockwave._xscale = 100;
}
Symbol 1101 MovieClip [sky] Frame 257
_root.l.shockwave = _root.l.attachMovie("kaboom", (("dagaso" + getTimer()) + random(100000)) + _root.cuentacuentos, _root.l.getNextHighestDepth());
_root.cuentacuentos = _root.cuentacuentos + 1;
_root.l.shockwave._x = _parent[graveado]._x;
_root.l.shockwave._y = _parent[graveado]._y;
_parent[graveado].hp = _parent[graveado].hp - Math.round(((_root.sthero.dmg_normal * 0.8) * (100 - _parent[graveado].armor_normal)) / 100);
golpeson = random(3);
golpeson = random(3);
_root.sthero.combo = _root.sthero.combo + 1;
_root.sthero.tiempocombo = 30;
mySound = new Sound(this);
tune = "hit" + golpeson;
if ((_root.l.hero._x - this._x) > 0) {
volumen = (((100 * (_root.l.hero._x - this._x)) / 700) - 100) * -1;
} else {
volumen = (((100 * (this._x - _root.l.hero._x)) / 700) - 100) * -1;
}
if (volumen > 0) {
mySound.setVolume(volumen);
mySound.attachSound(tune);
mySound.start(0, 1);
}
Symbol 1101 MovieClip [sky] Frame 258
_root.l.shockwave = _root.l.attachMovie("sangreenemigo", (("dagaso" + getTimer()) + random(100000)) + _root.cuentacuentos, _root.l.getNextHighestDepth());
_root.cuentacuentos = _root.cuentacuentos + 1;
_root.l.shockwave._x = _parent[graveado]._x;
_root.l.shockwave._y = _parent[graveado]._y;
if (_xscale == 100) {
_root.l.shockwave._xscale = 100;
}
if (_xscale == -100) {
_root.l.shockwave._xscale = -100;
}
Symbol 1101 MovieClip [sky] Frame 259
_root.l.shockwave = _root.l.attachMovie("kaboom", (("dagaso" + getTimer()) + random(100000)) + _root.cuentacuentos, _root.l.getNextHighestDepth());
_root.cuentacuentos = _root.cuentacuentos + 1;
_root.l.shockwave._x = _parent[graveado]._x;
_root.l.shockwave._y = _parent[graveado]._y;
_parent[graveado].hp = _parent[graveado].hp - Math.round(((_root.sthero.dmg_normal * 0.8) * (100 - _parent[graveado].armor_normal)) / 100);
_root.sthero.combo = _root.sthero.combo + 1;
_root.sthero.tiempocombo = 30;
golpeson = random(3);
mySound = new Sound(this);
tune = "hit" + golpeson;
if ((_root.l.hero._x - this._x) > 0) {
volumen = (((100 * (_root.l.hero._x - this._x)) / 700) - 100) * -1;
} else {
volumen = (((100 * (this._x - _root.l.hero._x)) / 700) - 100) * -1;
}
if (volumen > 0) {
mySound.setVolume(volumen);
mySound.attachSound(tune);
mySound.start(0, 1);
}
Symbol 1101 MovieClip [sky] Frame 260
_root.l.shockwave = _root.l.attachMovie("sangreenemigo", (("dagaso" + getTimer()) + random(100000)) + _root.cuentacuentos, _root.l.getNextHighestDepth());
_root.cuentacuentos = _root.cuentacuentos + 1;
_root.l.shockwave._x = _parent[graveado]._x;
_root.l.shockwave._y = _parent[graveado]._y;
if (_xscale == 100) {
_root.l.shockwave._xscale = -100;
}
if (_xscale == -100) {
_root.l.shockwave._xscale = 100;
}
Symbol 1101 MovieClip [sky] Frame 262
_root.l.shockwave = _root.l.attachMovie("kaboom", (("dagaso" + getTimer()) + random(100000)) + _root.cuentacuentos, _root.l.getNextHighestDepth());
_root.cuentacuentos = _root.cuentacuentos + 1;
_root.l.shockwave._x = _parent[graveado]._x;
_root.l.shockwave._y = _parent[graveado]._y;
_parent[graveado].hp = _parent[graveado].hp - Math.round(((_root.sthero.dmg_normal * 0.8) * (100 - _parent[graveado].armor_normal)) / 100);
_root.sthero.combo = _root.sthero.combo + 1;
_root.sthero.tiempocombo = 30;
golpeson = random(3);
mySound = new Sound(this);
tune = "hit" + golpeson;
if ((_root.l.hero._x - this._x) > 0) {
volumen = (((100 * (_root.l.hero._x - this._x)) / 700) - 100) * -1;
} else {
volumen = (((100 * (this._x - _root.l.hero._x)) / 700) - 100) * -1;
}
if (volumen > 0) {
mySound.setVolume(volumen);
mySound.attachSound(tune);
mySound.start(0, 1);
}
_root.l.shockwave = _root.l.attachMovie("sangreenemigo", (("dagaso" + getTimer()) + random(100000)) + _root.cuentacuentos, _root.l.getNextHighestDepth());
_root.cuentacuentos = _root.cuentacuentos + 1;
_root.l.shockwave._x = _parent[graveado]._x;
_root.l.shockwave._y = _parent[graveado]._y;
if (_xscale == 100) {
_root.l.shockwave._xscale = 100;
}
if (_xscale == -100) {
_root.l.shockwave._xscale = -100;
}
Symbol 1101 MovieClip [sky] Frame 264
_root.l.shockwave = _root.l.attachMovie("sangreenemigo", (("dagaso" + getTimer()) + random(100000)) + _root.cuentacuentos, _root.l.getNextHighestDepth());
_root.cuentacuentos = _root.cuentacuentos + 1;
_root.l.shockwave._x = _parent[graveado]._x;
_root.l.shockwave._y = _parent[graveado]._y;
if (_xscale == 100) {
_root.l.shockwave._xscale = 100;
}
if (_xscale == -100) {
_root.l.shockwave._xscale = -100;
}
Symbol 1101 MovieClip [sky] Frame 265
_root.l.shockwave = _root.l.attachMovie("sangreenemigo", (("dagaso" + getTimer()) + random(100000)) + _root.cuentacuentos, _root.l.getNextHighestDepth());
_root.cuentacuentos = _root.cuentacuentos + 1;
_root.l.shockwave._x = _parent[graveado]._x;
_root.l.shockwave._y = _parent[graveado]._y;
if (_xscale == 100) {
_root.l.shockwave._xscale = 100;
}
if (_xscale == -100) {
_root.l.shockwave._xscale = -100;
}
Symbol 1101 MovieClip [sky] Frame 266
_root.l.shockwave = _root.l.attachMovie("kaboom", (("dagaso" + getTimer()) + random(100000)) + _root.cuentacuentos, _root.l.getNextHighestDepth());
_root.cuentacuentos = _root.cuentacuentos + 1;
_root.l.shockwave._x = _parent[graveado]._x;
_root.l.shockwave._y = _parent[graveado]._y;
_parent[graveado].hp = _parent[graveado].hp - Math.round(((_root.sthero.dmg_normal * 1.1) * (100 - _parent[graveado].armor_normal)) / 100);
_root.sthero.combo = _root.sthero.combo + 1;
_root.sthero.tiempocombo = 30;
Symbol 1101 MovieClip [sky] Frame 273
if (_parent[graveado].hp > 0) {
_parent[graveado].gotoAndPlay("golpeadohard");
}
_parent[graveado].hp = _parent[graveado].hp - Math.round(((_root.sthero.dmg_normal * 0.8) * (100 - _parent[graveado].armor_normal)) / 100);
graveado = undefined;
Symbol 1101 MovieClip [sky] Frame 276
golpeado = 0;
stun = 0;
grab = 0;
graveado = undefined;
gotoAndPlay ("stand");
Symbol 1101 MovieClip [sky] Frame 278
stun = 1;
Symbol 1101 MovieClip [sky] Frame 281
_root.sthero.bullets = _root.sthero.bullets - 1;
if (_root.sthero.bullets <= 0) {
cuchi1.gotoAndStop(1);
_root.sthero.cuchi1 = 1;
_root.m.armas.gotoAndStop(1);
}
disparo = "dagaso";
if (disparo == "dagaso") {
_root.l.shockwave = _root.l.attachMovie(_root.sthero.arma, "dagaso" + getTimer(), _root.l.getNextHighestDepth());
_root.sthero.energy = _root.sthero.energy - 50;
_root.m.dagger.cooldown = 7 - (_root.sthero.tree_b3 * 2);
_root.l.empujar.push(_root.l.shockwave);
_root.l.shockwave.swapDepths((_root.l.shockwave._x / 90) + (_root.l.shockwave._y + 20));
if (_root.l.hero._xscale == -100) {
_root.l.shockwave.speed = -25;
_root.l.shockwave._xscale = -100;
} else if (_root.l.hero._xscale == 100) {
_root.l.shockwave.speed = 25;
}
}
Symbol 1101 MovieClip [sky] Frame 285
stun = 0;
gotoAndPlay ("stand");
Symbol 1101 MovieClip [sky] Frame 291
_root.l.shockwave = _root.l.attachMovie("sangreenemigo", (("dagaso" + getTimer()) + random(100000)) + _root.cuentacuentos, _root.l.getNextHighestDepth());
_root.cuentacuentos = _root.cuentacuentos + 1;
_root.l.shockwave._x = this._x;
_root.l.shockwave._y = this._y;
if (_xscale == 100) {
_root.l.shockwave._xscale = 100;
}
if (_xscale == -100) {
_root.l.shockwave._xscale = -100;
}
_root.velocity = _root.sthero.velocity;
_root.velocity = _root.velocity * 3;
culonsosos = _root.velocity * (_xscale / 100);
Symbol 1101 MovieClip [sky] Frame 292
_root.l.shockwave = _root.l.attachMovie("sangreenemigo", (("dagaso" + getTimer()) + random(100000)) + _root.cuentacuentos, _root.l.getNextHighestDepth());
_root.cuentacuentos = _root.cuentacuentos + 1;
_root.l.shockwave._x = this._x;
_root.l.shockwave._y = this._y;
if (_xscale == 100) {
_root.l.shockwave._xscale = 100;
}
if (_xscale == -100) {
_root.l.shockwave._xscale = -100;
}
this._x = this._x + culonsosos;
Symbol 1101 MovieClip [sky] Frame 293
_root.l.shockwave = _root.l.attachMovie("sangreenemigo", (("dagaso" + getTimer()) + random(100000)) + _root.cuentacuentos, _root.l.getNextHighestDepth());
_root.cuentacuentos = _root.cuentacuentos + 1;
_root.l.shockwave._x = this._x;
_root.l.shockwave._y = this._y;
if (_xscale == 100) {
_root.l.shockwave._xscale = 100;
}
if (_xscale == -100) {
_root.l.shockwave._xscale = -100;
}
this._x = this._x + culonsosos;
Symbol 1101 MovieClip [sky] Frame 294
_root.l.shockwave = _root.l.attachMovie("sangreenemigo", (("dagaso" + getTimer()) + random(100000)) + _root.cuentacuentos, _root.l.getNextHighestDepth());
_root.cuentacuentos = _root.cuentacuentos + 1;
_root.l.shockwave._x = this._x;
_root.l.shockwave._y = this._y;
if (_xscale == 100) {
_root.l.shockwave._xscale = 100;
}
if (_xscale == -100) {
_root.l.shockwave._xscale = -100;
}
this._x = this._x + culonsosos;
Symbol 1101 MovieClip [sky] Frame 295
_root.l.shockwave = _root.l.attachMovie("sangreenemigo", (("dagaso" + getTimer()) + random(100000)) + _root.cuentacuentos, _root.l.getNextHighestDepth());
_root.cuentacuentos = _root.cuentacuentos + 1;
_root.l.shockwave._x = this._x;
_root.l.shockwave._y = this._y;
if (_xscale == 100) {
_root.l.shockwave._xscale = 100;
}
if (_xscale == -100) {
_root.l.shockwave._xscale = -100;
}
this._x = this._x + culonsosos;
Symbol 1101 MovieClip [sky] Frame 296
this._x = this._x + culonsosos;
Symbol 1101 MovieClip [sky] Frame 297
this._x = this._x + culonsosos;
Symbol 1101 MovieClip [sky] Frame 298
this._x = this._x + culonsosos;
Symbol 1101 MovieClip [sky] Frame 299
this._x = this._x + culonsosos;
_root.velocity = _root.sthero.velocity;
Symbol 1101 MovieClip [sky] Frame 321
stun = 1;
camina = 0;
golpeado = 1;
_root.sthero.resiste = 0;
_root.sthero.animamuerte = 1;
Symbol 1101 MovieClip [sky] Frame 323
if (_root.sthero.life <= 0) {
_root.destino = "gameover";
_root.flash1.play();
}
Symbol 1101 MovieClip [sky] Frame 327
_root.sthero.life = _root.sthero.life - 1;
_root.sthero.hp = _root.sthero.maxhp;
for (var i in _root.l.enemy) {
_root.l.enemy[i].gotoAndPlay("golpeadohard");
}
Symbol 1101 MovieClip [sky] Frame 328
for (var i in _root.l.enemy) {
_root.l.enemy[i].gotoAndPlay("golpeadohard");
}
Symbol 1101 MovieClip [sky] Frame 333
_root.sthero.animamuerte = 0;
golpeado = 0;
stun = 0;
gotoAndPlay ("stand");
Symbol 1101 MovieClip [sky] Frame 347
mySound = new Sound(this);
tune = ("H_attack" + (random(3) + 1)) + ".mp3";
mySound.setVolume(80);
mySound.attachSound(tune);
mySound.start(0, 1);
Symbol 1101 MovieClip [sky] Frame 360
_parent[graveado].hp = _parent[graveado].hp - Math.round(((_root.sthero.dmg_normal * 1.8) * (100 - _parent[graveado].armor_normal)) / 100);
_root.l.shockwave = _root.l.attachMovie("kaboom", (("dagaso" + getTimer()) + random(100000)) + _root.cuentacuentos, _root.l.getNextHighestDepth());
_root.cuentacuentos = _root.cuentacuentos + 1;
_root.l.shockwave._x = (this._x + random(60)) - 30;
_root.l.shockwave._y = this._y - 60;
if (_parent._xscale == 100) {
_root.l.shockwave._xscale = 100;
}
if (_parent._xscale == -100) {
_root.l.shockwave._xscale = -100;
}
mySound = new Sound(this);
tune = "hit" + golpeson;
if ((_root.l.hero._x - this._x) > 0) {
volumen = (((100 * (_root.l.hero._x - this._x)) / 700) - 100) * -1;
} else {
volumen = (((100 * (this._x - _root.l.hero._x)) / 700) - 100) * -1;
}
if (volumen > 0) {
mySound.setVolume(volumen);
mySound.attachSound(tune);
mySound.start(0, 1);
}
Symbol 1101 MovieClip [sky] Frame 362
_root.l.shockwave = _root.l.attachMovie("kaboom", (("dagaso" + getTimer()) + random(100000)) + _root.cuentacuentos, _root.l.getNextHighestDepth());
_root.cuentacuentos = _root.cuentacuentos + 1;
_root.l.shockwave._x = (this._x + random(20)) - 10;
_root.l.shockwave._y = this._y - 60;
if (_parent._xscale == 100) {
_root.l.shockwave._xscale = 100;
}
if (_parent._xscale == -100) {
_root.l.shockwave._xscale = -100;
}
mySound = new Sound(this);
tune = "hit" + golpeson;
if ((_root.l.hero._x - this._x) > 0) {
volumen = (((100 * (_root.l.hero._x - this._x)) / 700) - 100) * -1;
} else {
volumen = (((100 * (this._x - _root.l.hero._x)) / 700) - 100) * -1;
}
if (volumen > 0) {
mySound.setVolume(volumen);
mySound.attachSound(tune);
mySound.start(0, 1);
}
Symbol 1101 MovieClip [sky] Frame 364
_root.l.shockwave = _root.l.attachMovie("kaboom", (("dagaso" + getTimer()) + random(100000)) + _root.cuentacuentos, _root.l.getNextHighestDepth());
_root.cuentacuentos = _root.cuentacuentos + 1;
_root.l.shockwave._x = (this._x + random(20)) - 10;
_root.l.shockwave._y = this._y - 60;
if (_parent._xscale == 100) {
_root.l.shockwave._xscale = 100;
}
if (_parent._xscale == -100) {
_root.l.shockwave._xscale = -100;
}
Symbol 1101 MovieClip [sky] Frame 366
_root.l.shockwave = _root.l.attachMovie("kaboom", (("dagaso" + getTimer()) + random(100000)) + _root.cuentacuentos, _root.l.getNextHighestDepth());
_root.cuentacuentos = _root.cuentacuentos + 1;
_root.l.shockwave._x = (this._x + random(60)) - 30;
_root.l.shockwave._y = this._y - 60;
if (_parent._xscale == 100) {
_root.l.shockwave._xscale = 100;
}
if (_parent._xscale == -100) {
_root.l.shockwave._xscale = -100;
}
mySound = new Sound(this);
tune = "hit" + golpeson;
if ((_root.l.hero._x - this._x) > 0) {
volumen = (((100 * (_root.l.hero._x - this._x)) / 700) - 100) * -1;
} else {
volumen = (((100 * (this._x - _root.l.hero._x)) / 700) - 100) * -1;
}
if (volumen > 0) {
mySound.setVolume(volumen);
mySound.attachSound(tune);
mySound.start(0, 1);
}
Symbol 1106 MovieClip Frame 1
camina = 0;
golpeado = 0;
Symbol 1106 MovieClip Frame 19
stun = 0;
gotoAndPlay ("camuna");
Symbol 1106 MovieClip Frame 22
camina = 1;
golpeado = 0;
Symbol 1106 MovieClip Frame 31
stun = 0;
golpeado = 0;
Symbol 1106 MovieClip Frame 36
stun = 0;
gotoAndPlay ("camina");
Symbol 1106 MovieClip Frame 40
stun = 1;
Symbol 1106 MovieClip Frame 44
Instance of Symbol 253 MovieClip "detector" in Symbol 1106 MovieClip Frame 44
onClipEvent (enterFrame) {
if (this.hitTest(_root.l.targetgolpe) and (_root.l.hero.golpeado != 1)) {
_root.sthero.resiste = _root.sthero.resiste + _parent.empujacion;
_root.l.hero.ladoempuja = _parent._xscale / 100;
_root.l.hero.gotoAndPlay("golpeado");
_root.l.hero.stun = 1;
_root.sthero.hp = _root.sthero.hp - Math.round((_parent.dmg * (100 - _root.sthero.armor)) / 100);
if ((_parent._x - _root.l.targetgolpe._x) > 0) {
_root.l.hero._x = _root.l.hero._x - 40;
} else {
_root.l.hero._x = _root.l.hero._x + 40;
}
}
}
Symbol 1106 MovieClip Frame 50
gotoAndPlay ("stand");
Symbol 1106 MovieClip Frame 52
stun = 1;
Symbol 1106 MovieClip Frame 63
gotoAndPlay ("stand");
Symbol 1106 MovieClip Frame 66
if (resiste > aguante) {
gotoAndPlay ("golpeadohard");
}
stun = 1;
camina = 0;
stun = 1;
golpeson = random(3);
mySound = new Sound(this);
tune = "hit" + golpeson;
if ((_root.l.hero._x - this._x) > 0) {
volumen = (((100 * (_root.l.hero._x - this._x)) / 700) - 100) * -1;
} else {
volumen = (((100 * (this._x - _root.l.hero._x)) / 700) - 100) * -1;
}
if (volumen > 0) {
mySound.setVolume(volumen);
mySound.attachSound(tune);
mySound.start(0, 1);
}
Symbol 1106 MovieClip Frame 68
hp = -100;
Symbol 1106 MovieClip Frame 71
golpeado = 0;
stun = 0;
_root.l.shockwave = _root.l.attachMovie(contiene, (("dagaso" + getTimer()) + random(100000)) + _root.cuentacuentos, _root.l.getNextHighestDepth());
_root.cuentacuentos = _root.cuentacuentos + 1;
_root.l.shockwave._x = this._x;
_root.l.shockwave._y = this._y - 10;
stop();
hp = -100000000;
removeMovieClip(this);
Symbol 1106 MovieClip Frame 74
stun = 1;
Symbol 1106 MovieClip Frame 85
gotoAndPlay ("stand");
Symbol 1106 MovieClip Frame 90
golpeado = 1;
stun = 1;
camina = 0;
resiste = 0;
stun = 1;
golpeson = random(3);
mySound = new Sound(this);
tune = "hit" + golpeson;
if ((_root.l.hero._x - this._x) > 0) {
volumen = (((100 * (_root.l.hero._x - this._x)) / 700) - 100) * -1;
} else {
volumen = (((100 * (this._x - _root.l.hero._x)) / 700) - 100) * -1;
}
if (volumen > 0) {
mySound.setVolume(volumen);
mySound.attachSound(tune);
mySound.start(0, 1);
}
Instance of Symbol 149 MovieClip in Symbol 1106 MovieClip Frame 90
onClipEvent (enterFrame) {
if (this.hitTest(_parent._parent.eso) and (gagaso == undefined)) {
_parent.culonsosos = 0;
gagaso = 1;
}
if (this.hitTest(_parent._parent.eso2) and (gagaso == undefined)) {
_parent.culonsosos = 0;
gagaso = 1;
}
for (var i in _root.l.enemy) {
if ((_root.l.enemy[i].golpeado <= 0) and this.hitTest(_root.l.enemy[i].targetgolpe)) {
_root.l.enemy[i].hp = _root.l.enemy[i].hp - Math.round(((_root.sthero.dmg_normal * (3 + (_root.sthero.tree_a3 * 0.33))) * (100 - _root.l.enemy[i].armor_normal)) / 100);
_root.l.enemy[i]._xscale = _root.l.enemy[i]._xscale * -1;
_root.l.enemy[i].resiste = _root.l.enemy[i].resiste + 100;
_root.l.enemy[i].golpeado = 1;
_root.l.enemy[i].golpeado_anima = 1;
_root.sthero.combo = _root.sthero.combo + 1;
_root.sthero.tiempocombo = 30;
_root.l.shockwave = _root.l.attachMovie("kaboom", (("dagaso" + getTimer()) + random(100000)) + _root.cuentacuentos, _root.l.getNextHighestDepth());
_root.cuentacuentos = _root.cuentacuentos + 1;
_root.l.shockwave._x = _root.l.enemy[i]._x;
_root.l.shockwave._y = _root.l.enemy[i]._y;
if (_parent._xscale == 100) {
_root.l.shockwave._xscale = 100;
}
if (_parent._xscale == -100) {
_root.l.shockwave._xscale = -100;
}
}
}
}
Symbol 1106 MovieClip Frame 91
if (this._xscale == 100) {
culonsosos = -20;
}
if (this._xscale == -100) {
culonsosos = 20;
}
this._x = this._x + culonsosos;
Symbol 1106 MovieClip Frame 92
this._x = this._x + culonsosos;
Symbol 1106 MovieClip Frame 93
this._x = this._x + culonsosos;
Symbol 1106 MovieClip Frame 94
this._x = this._x + culonsosos;
Symbol 1106 MovieClip Frame 95
this._x = this._x + culonsosos;
Symbol 1106 MovieClip Frame 96
this._x = this._x + culonsosos;
Symbol 1106 MovieClip Frame 97
this._x = this._x + culonsosos;
Symbol 1106 MovieClip Frame 98
this._x = this._x + culonsosos;
Symbol 1106 MovieClip Frame 99
this._x = this._x + culonsosos;
Symbol 1106 MovieClip Frame 100
this._x = this._x + culonsosos;
Symbol 1106 MovieClip Frame 101
this._x = this._x + culonsosos;
Symbol 1106 MovieClip Frame 102
this._x = this._x + culonsosos;
Symbol 1106 MovieClip Frame 103
this._x = this._x + culonsosos;
Symbol 1106 MovieClip Frame 104
this._x = this._x + culonsosos;
Symbol 1106 MovieClip Frame 105
this._x = this._x + culonsosos;
Symbol 1106 MovieClip Frame 106
this._x = this._x + culonsosos;
Symbol 1106 MovieClip Frame 109
golpeado = 0;
stun = 0;
gotoAndPlay ("bash");
Symbol 1106 MovieClip Frame 119
stun = 1;
Symbol 1106 MovieClip Frame 129
gotoAndPlay ("agarrado");
Symbol 1106 MovieClip Frame 155
golpeado = 0;
stun = 0;
gotoAndPlay ("stand");
Symbol 1131 MovieClip Frame 1
grabeable = "no";
camina = 0;
golpeado = 0;
armor_normal = 90;
Symbol 1131 MovieClip Frame 19
stun = 0;
gotoAndPlay ("camina");
Symbol 1131 MovieClip Frame 22
camina = 1;
golpeado = 0;
grabeable = "no";
Symbol 1131 MovieClip Frame 31
stun = 0;
golpeado = 0;
Symbol 1131 MovieClip Frame 35
stun = 0;
gotoAndPlay ("camina");
Symbol 1131 MovieClip Frame 40
stun = 1;
grabeable = "no";
Symbol 1131 MovieClip Frame 43
mySound = new Sound(this);
tune = "b3Laser.mp3";
mySound.setVolume(80);
mySound.attachSound(tune);
mySound.start(0, 1);
Symbol 1131 MovieClip Frame 47
mySound = new Sound(this);
tune = "Katork.mp3";
mySound.setVolume(80);
mySound.attachSound(tune);
mySound.start(0, 1);
Instance of Symbol 253 MovieClip "detector" in Symbol 1131 MovieClip Frame 47
onClipEvent (enterFrame) {
if (this.hitTest(_root.l.targetgolpe) and (_root.l.hero.golpeado != 1)) {
_root.sthero.resiste = _root.sthero.resiste + _parent.empujacion;
_root.l.hero.ladoempuja = _parent._xscale / 100;
_root.l.hero.gotoAndPlay("golpeado");
_root.l.hero.stun = 1;
_root.sthero.hp = _root.sthero.hp - Math.round((_parent.dmg * (100 - _root.sthero.armor)) / 100);
if ((_parent._x - _root.l.targetgolpe._x) > 0) {
_root.l.hero._x = _root.l.hero._x - 40;
} else {
_root.l.hero._x = _root.l.hero._x + 40;
}
}
}
Symbol 1131 MovieClip Frame 53
gotoAndPlay ("stand");
Symbol 1131 MovieClip Frame 55
stun = 1;
mySound = new Sound(this);
tune = "b3crg.mp3";
mySound.setVolume(80);
mySound.attachSound(tune);
mySound.start(0, 1);
Instance of Symbol 253 MovieClip in Symbol 1131 MovieClip Frame 55
onClipEvent (enterFrame) {
if (this.hitTest(_root.l.hero.g)) {
mySound = new Sound(this);
tune = "b3release.mp3";
mySound.setVolume(80);
mySound.attachSound(tune);
mySound.start(0, 1);
_root.l.hero.gotoAndPlay("asalta");
_root.l.hero.graveado = _root.l.boss._name;
_root.l.hero._xscale = _parent._xscale;
_root.l.hero._x = _parent._x - (60 * (_parent._xscale / 100));
_root.l.hero._y = _parent._y - 40;
_parent.gotoAndPlay("asaltado");
}
}
Symbol 1131 MovieClip Frame 56
_parent.atomic.play();
_root.dare.play();
Instance of Symbol 1129 MovieClip in Symbol 1131 MovieClip Frame 62
onClipEvent (load) {
_xscale = _parent._xscale;
}
Symbol 1131 MovieClip Frame 72
mySound = new Sound(this);
tune = "Katork.mp3";
mySound.setVolume(80);
mySound.attachSound(tune);
mySound.start(0, 1);
Instance of Symbol 253 MovieClip "detector" in Symbol 1131 MovieClip Frame 72
onClipEvent (enterFrame) {
if (this.hitTest(_root.l.targetgolpe) and (_root.l.hero.golpeado != 1)) {
_root.sthero.resiste = _root.sthero.resiste + _parent.empujacion;
_root.l.hero.ladoempuja = _parent._xscale / 100;
_root.l.hero.gotoAndPlay("golpeado");
_root.l.hero.stun = 1;
_root.sthero.hp = _root.sthero.hp - Math.round((_parent.dmg * (100 - _root.sthero.armor)) / 100);
if ((_parent._x - _root.l.targetgolpe._x) > 0) {
_root.l.hero._x = _root.l.hero._x - 40;
} else {
_root.l.hero._x = _root.l.hero._x + 40;
}
}
}
Symbol 1131 MovieClip Frame 114
gotoAndPlay ("stand");
Symbol 1131 MovieClip Frame 119
_root.m.displayenemy.targeteado = this;
_root.m.displayenemy.gotoAndStop(nombre);
_root.m.displayenemy.timer.gotoAndPlay(1);
if (resiste > aguante) {
gotoAndPlay ("golpeadohard");
}
stun = 1;
camina = 0;
stun = 1;
golpeson = random(3);
mySound = new Sound(this);
tune = "hit" + golpeson;
if ((_root.l.hero._x - this._x) > 0) {
volumen = (((100 * (_root.l.hero._x - this._x)) / 700) - 100) * -1;
} else {
volumen = (((100 * (this._x - _root.l.hero._x)) / 700) - 100) * -1;
}
if (volumen > 0) {
mySound.setVolume(volumen);
mySound.attachSound(tune);
mySound.start(0, 1);
}
Symbol 1131 MovieClip Frame 128
golpeado = 0;
stun = 0;
gotoAndPlay ("stand");
Symbol 1131 MovieClip Frame 135
mySound = new Sound(this);
tune = "b3kaboom.mp3";
mySound.setVolume(80);
mySound.attachSound(tune);
mySound.start(0, 1);
stun = 1;
Symbol 1131 MovieClip Frame 138
mySound = new Sound(this);
tune = "hithard";
mySound.setVolume(80);
mySound.attachSound(tune);
mySound.start(0, 1);
Instance of Symbol 253 MovieClip "detector" in Symbol 1131 MovieClip Frame 138
onClipEvent (enterFrame) {
if (this.hitTest(_root.l.targetgolpe) and (_root.l.hero.golpeado != 1)) {
_root.sthero.resiste = _root.sthero.resiste + _parent.empujacion;
_root.l.hero.ladoempuja = _parent._xscale / 100;
_root.l.hero.gotoAndPlay("golpeado");
_root.l.hero.stun = 1;
_root.sthero.hp = _root.sthero.hp - Math.round((_parent.dmg * (100 - _root.sthero.armor)) / 100);
if ((_parent._x - _root.l.targetgolpe._x) > 0) {
_root.l.hero._x = _root.l.hero._x - 40;
} else {
_root.l.hero._x = _root.l.hero._x + 40;
}
}
}
Symbol 1131 MovieClip Frame 143
gotoAndPlay ("stand");
Symbol 1131 MovieClip Frame 146
_root.dare.gotoAndStop(1);
grabeable = "no";
_root.m.displayenemy.targeteado = this;
_root.m.displayenemy.gotoAndStop(nombre);
_root.m.displayenemy.timer.gotoAndPlay(1);
if (resiste > aguante) {
gotoAndPlay ("realgolpeado");
}
golpeado = 1;
stun = 1;
camina = 0;
resiste = 0;
stun = 1;
golpeson = random(3);
mySound = new Sound(this);
tune = "hit" + golpeson;
if ((_root.l.hero._x - this._x) > 0) {
volumen = (((100 * (_root.l.hero._x - this._x)) / 700) - 100) * -1;
} else {
volumen = (((100 * (this._x - _root.l.hero._x)) / 700) - 100) * -1;
}
if (this._xscale == 100) {
culonsosos = -40;
}
if (this._xscale == -100) {
culonsosos = 40;
}
this._x = this._x + culonsosos;
if (volumen > 0) {
mySound.setVolume(volumen);
mySound.attachSound(tune);
mySound.start(0, 1);
}
_root.l.shockwave = _root.l.attachMovie("sangreenemigo", (("dagaso" + getTimer()) + random(100000)) + _root.cuentacuentos, _root.l.getNextHighestDepth());
_root.cuentacuentos = _root.cuentacuentos + 1;
_root.l.shockwave._x = this._x;
_root.l.shockwave._y = this._y;
if (_xscale == 100) {
_root.l.shockwave._xscale = 100;
}
if (_xscale == -100) {
_root.l.shockwave._xscale = -100;
}
Symbol 1131 MovieClip Frame 175
golpeado = 0;
stun = 0;
resiste = 0;
armor_normal = 100;
gotoAndPlay ("stand");
Symbol 1131 MovieClip Frame 177
_root.dare.gotoAndStop(1);
armor_normal = 0;
_root.m.displayenemy.targeteado = this;
_root.m.displayenemy.gotoAndStop(nombre);
_root.m.displayenemy.timer.gotoAndPlay(1);
armor_normal = 0;
stun = 1;
resiste = 0;
Symbol 1131 MovieClip Frame 195
mySound = new Sound(this);
tune = "Katork.mp3";
mySound.setVolume(80);
mySound.attachSound(tune);
mySound.start(0, 1);
Symbol 1131 MovieClip Frame 209
mySound = new Sound(this);
tune = "Katork.mp3";
mySound.setVolume(80);
mySound.attachSound(tune);
mySound.start(0, 1);
Symbol 1131 MovieClip Frame 220
mySound = new Sound(this);
tune = "Katork.mp3";
mySound.setVolume(80);
mySound.attachSound(tune);
mySound.start(0, 1);
Symbol 1131 MovieClip Frame 240
mySound = new Sound(this);
tune = "Katork.mp3";
mySound.setVolume(80);
mySound.attachSound(tune);
mySound.start(0, 1);
Symbol 1131 MovieClip Frame 264
mySound = new Sound(this);
tune = "Katork.mp3";
mySound.setVolume(80);
mySound.attachSound(tune);
mySound.start(0, 1);
Symbol 1131 MovieClip Frame 266
_root.l.hero.gotoAndPlay("golpeadohard");
_root.l.hero.graveado = undefined;
armor_normal = 90;
gotoAndPlay ("stand");
Symbol 1132 MovieClip Frame 1
camina = 0;
golpeado = 0;
Symbol 1132 MovieClip Frame 8
stun = 0;
gotoAndPlay ("stand");
Symbol 1132 MovieClip Frame 17
gotoAndPlay ("stand");
Symbol 1132 MovieClip Frame 22
camina = 1;
golpeado = 0;
Symbol 1132 MovieClip Frame 31
stun = 0;
golpeado = 0;
Symbol 1132 MovieClip Frame 36
stun = 0;
gotoAndPlay ("camina");
Symbol 1132 MovieClip Frame 40
stun = 1;
Symbol 1132 MovieClip Frame 44
Instance of Symbol 253 MovieClip "detector" in Symbol 1132 MovieClip Frame 44
onClipEvent (enterFrame) {
if (this.hitTest(_root.l.targetgolpe) and (_root.l.hero.golpeado != 1)) {
_root.sthero.resiste = _root.sthero.resiste + _parent.empujacion;
_root.l.hero.ladoempuja = _parent._xscale / 100;
_root.l.hero.gotoAndPlay("golpeado");
_root.l.hero.stun = 1;
_root.sthero.hp = _root.sthero.hp - Math.round((_parent.dmg * (100 - _root.sthero.armor)) / 100);
if ((_parent._x - _root.l.targetgolpe._x) > 0) {
_root.l.hero._x = _root.l.hero._x - 40;
} else {
_root.l.hero._x = _root.l.hero._x + 40;
}
}
}
Symbol 1132 MovieClip Frame 50
gotoAndPlay ("stand");
Symbol 1132 MovieClip Frame 52
stun = 1;
Symbol 1132 MovieClip Frame 63
gotoAndPlay ("stand");
Symbol 1132 MovieClip Frame 74
stun = 1;
Instance of Symbol 149 MovieClip in Symbol 1132 MovieClip Frame 84
onClipEvent (enterFrame) {
if (this.hitTest(_parent._parent.eso) and (gagaso == undefined)) {
_parent.culonsosos = 0;
gagaso = 1;
}
if (this.hitTest(_parent._parent.eso2) and (gagaso == undefined)) {
_parent.culonsosos = 0;
gagaso = 1;
}
for (var i in _root.l.enemy) {
if ((_root.l.enemy[i].golpeado <= 0) and this.hitTest(_root.l.enemy[i].targetgolpe)) {
_root.l.enemy[i].hp = _root.l.enemy[i].hp - Math.round(((_root.sthero.dmg_normal * (3 + (_root.sthero.tree_a3 * 0.33))) * (100 - _root.l.enemy[i].armor_normal)) / 100);
_root.l.enemy[i]._xscale = _root.l.enemy[i]._xscale * -1;
_root.l.enemy[i].resiste = _root.l.enemy[i].resiste + 100;
_root.l.enemy[i].golpeado = 1;
_root.l.enemy[i].golpeado_anima = 1;
_root.sthero.combo = _root.sthero.combo + 1;
_root.sthero.tiempocombo = 30;
_root.l.shockwave = _root.l.attachMovie("kaboom", (("dagaso" + getTimer()) + random(100000)) + _root.cuentacuentos, _root.l.getNextHighestDepth());
_root.cuentacuentos = _root.cuentacuentos + 1;
_root.l.shockwave._x = _root.l.enemy[i]._x;
_root.l.shockwave._y = _root.l.enemy[i]._y;
if (_parent._xscale == 100) {
_root.l.shockwave._xscale = 100;
}
if (_parent._xscale == -100) {
_root.l.shockwave._xscale = -100;
}
}
}
}
Symbol 1132 MovieClip Frame 85
gotoAndPlay ("stand");
Symbol 1132 MovieClip Frame 90
golpeado = 1;
stun = 1;
camina = 0;
resiste = 0;
stun = 1;
golpeson = random(3);
Symbol 1132 MovieClip Frame 91
if (this._xscale == 100) {
culonsosos = -30;
}
if (this._xscale == -100) {
culonsosos = 30;
}
this._x = this._x + culonsosos;
Symbol 1132 MovieClip Frame 92
this._x = this._x + culonsosos;
Symbol 1132 MovieClip Frame 93
this._x = this._x + culonsosos;
Symbol 1132 MovieClip Frame 94
this._x = this._x + culonsosos;
Symbol 1132 MovieClip Frame 95
this._x = this._x + culonsosos;
Symbol 1132 MovieClip Frame 96
this._x = this._x + culonsosos;
Symbol 1132 MovieClip Frame 97
this._x = this._x + culonsosos;
Symbol 1132 MovieClip Frame 98
this._x = this._x + culonsosos;
Symbol 1132 MovieClip Frame 99
this._x = this._x + culonsosos;
Symbol 1132 MovieClip Frame 100
this._x = this._x + culonsosos;
Symbol 1132 MovieClip Frame 101
this._x = this._x + culonsosos;
Symbol 1132 MovieClip Frame 102
this._x = this._x + culonsosos;
Symbol 1132 MovieClip Frame 103
this._x = this._x + culonsosos;
Symbol 1132 MovieClip Frame 104
this._x = this._x + culonsosos;
Symbol 1132 MovieClip Frame 105
this._x = this._x + culonsosos;
Symbol 1132 MovieClip Frame 106
this._x = this._x + culonsosos;
Symbol 1132 MovieClip Frame 109
golpeado = 0;
stun = 0;
gotoAndPlay ("stand");
Symbol 1132 MovieClip Frame 119
stun = 1;
Symbol 1132 MovieClip Frame 129
gotoAndPlay ("agarrado");
Symbol 1132 MovieClip Frame 134
stun = 1;
play();
Instance of Symbol 149 MovieClip in Symbol 1132 MovieClip Frame 136
onClipEvent (enterFrame) {
for (var i in _root.l.enemy) {
if ((_root.l.enemy[i].golpeado <= 0) and this.hitTest(_root.l.enemy[i].targetgolpe)) {
_root.l.enemy[i].hp = _root.l.enemy[i].hp - Math.round(((_root.sthero.dmg_normal * 2) * (100 - _root.l.enemy[i].armor_normal)) / 100);
_root.l.enemy[i].golpeado_anima = 1;
_root.l.enemy[i].resiste = _root.l.enemy[i].resiste + 30;
if (_parent.mamasa != 1) {
_parent.mamasa = 1;
_root.sthero.combo = _root.sthero.combo + 1;
_root.sthero.tiempocombo = 30;
}
_root.l.shockwave = _root.l.attachMovie("kaboom", (("dagaso" + getTimer()) + random(100000)) + _root.cuentacuentos, _root.l.getNextHighestDepth());
_root.cuentacuentos = _root.cuentacuentos + 1;
_root.l.shockwave._x = _root.l.enemy[i]._x;
_root.l.shockwave._y = _root.l.enemy[i]._y;
if (_parent._xscale == 100) {
_root.l.shockwave._xscale = 100;
}
if (_parent._xscale == -100) {
_root.l.shockwave._xscale = -100;
}
_parent.hp = _parent.hp - 1;
}
}
}
Symbol 1132 MovieClip Frame 142
gotoAndStop ("agarrado");
Symbol 1132 MovieClip Frame 172
golpeado = 0;
stun = 0;
gotoAndPlay ("stand");
Symbol 1135 MovieClip Frame 24
stop();
Symbol 1139 MovieClip Frame 1
camina = 0;
golpeado = 0;
Symbol 1139 MovieClip Frame 8
stun = 0;
gotoAndPlay ("stand");
Instance of Symbol 1135 MovieClip in Symbol 1139 MovieClip Frame 11
onClipEvent (enterFrame) {
_alpha = (_alpha - 5);
}
Symbol 1139 MovieClip Frame 17
gotoAndPlay ("stand");
Symbol 1139 MovieClip Frame 22
camina = 1;
golpeado = 0;
Symbol 1139 MovieClip Frame 31
stun = 0;
golpeado = 0;
Symbol 1139 MovieClip Frame 36
stun = 0;
gotoAndPlay ("camina");
Symbol 1139 MovieClip Frame 40
stun = 1;
Symbol 1139 MovieClip Frame 44
Instance of Symbol 253 MovieClip "detector" in Symbol 1139 MovieClip Frame 44
onClipEvent (enterFrame) {
if (this.hitTest(_root.l.targetgolpe) and (_root.l.hero.golpeado != 1)) {
_root.sthero.resiste = _root.sthero.resiste + _parent.empujacion;
_root.l.hero.ladoempuja = _parent._xscale / 100;
_root.l.hero.gotoAndPlay("golpeado");
_root.l.hero.stun = 1;
_root.sthero.hp = _root.sthero.hp - Math.round((_parent.dmg * (100 - _root.sthero.armor)) / 100);
if ((_parent._x - _root.l.targetgolpe._x) > 0) {
_root.l.hero._x = _root.l.hero._x - 40;
} else {
_root.l.hero._x = _root.l.hero._x + 40;
}
}
}
Symbol 1139 MovieClip Frame 50
gotoAndPlay ("stand");
Symbol 1139 MovieClip Frame 52
stun = 1;
Symbol 1139 MovieClip Frame 63
gotoAndPlay ("stand");
Symbol 1139 MovieClip Frame 74
stun = 1;
Instance of Symbol 149 MovieClip in Symbol 1139 MovieClip Frame 84
onClipEvent (enterFrame) {
if (this.hitTest(_parent._parent.eso) and (gagaso == undefined)) {
_parent.culonsosos = 0;
gagaso = 1;
}
if (this.hitTest(_parent._parent.eso2) and (gagaso == undefined)) {
_parent.culonsosos = 0;
gagaso = 1;
}
for (var i in _root.l.enemy) {
if ((_root.l.enemy[i].golpeado <= 0) and this.hitTest(_root.l.enemy[i].targetgolpe)) {
_root.l.enemy[i].hp = _root.l.enemy[i].hp - Math.round(((_root.sthero.dmg_normal * (3 + (_root.sthero.tree_a3 * 0.33))) * (100 - _root.l.enemy[i].armor_normal)) / 100);
_root.l.enemy[i]._xscale = _root.l.enemy[i]._xscale * -1;
_root.l.enemy[i].resiste = _root.l.enemy[i].resiste + 100;
_root.l.enemy[i].golpeado = 1;
_root.l.enemy[i].golpeado_anima = 1;
_root.sthero.combo = _root.sthero.combo + 1;
_root.sthero.tiempocombo = 30;
_root.l.shockwave = _root.l.attachMovie("kaboom", (("dagaso" + getTimer()) + random(100000)) + _root.cuentacuentos, _root.l.getNextHighestDepth());
_root.cuentacuentos = _root.cuentacuentos + 1;
_root.l.shockwave._x = _root.l.enemy[i]._x;
_root.l.shockwave._y = _root.l.enemy[i]._y;
if (_parent._xscale == 100) {
_root.l.shockwave._xscale = 100;
}
if (_parent._xscale == -100) {
_root.l.shockwave._xscale = -100;
}
}
}
}
Symbol 1139 MovieClip Frame 85
gotoAndPlay ("stand");
Symbol 1139 MovieClip Frame 90
golpeado = 1;
stun = 1;
camina = 0;
resiste = 0;
stun = 1;
Symbol 1139 MovieClip Frame 91
if (this._xscale == 100) {
culonsosos = -30;
}
if (this._xscale == -100) {
culonsosos = 30;
}
this._x = this._x + culonsosos;
Symbol 1139 MovieClip Frame 92
this._x = this._x + culonsosos;
Symbol 1139 MovieClip Frame 93
this._x = this._x + culonsosos;
Symbol 1139 MovieClip Frame 94
this._x = this._x + culonsosos;
Symbol 1139 MovieClip Frame 95
this._x = this._x + culonsosos;
Symbol 1139 MovieClip Frame 96
this._x = this._x + culonsosos;
Symbol 1139 MovieClip Frame 99
golpeado = 0;
stun = 0;
gotoAndPlay ("stand");
Symbol 1139 MovieClip Frame 109
stun = 1;
Symbol 1139 MovieClip Frame 119
gotoAndPlay ("agarrado");
Symbol 1139 MovieClip Frame 124
stun = 1;
play();
Instance of Symbol 149 MovieClip in Symbol 1139 MovieClip Frame 126
onClipEvent (enterFrame) {
for (var i in _root.l.enemy) {
if ((_root.l.enemy[i].golpeado <= 0) and this.hitTest(_root.l.enemy[i].targetgolpe)) {
_root.l.enemy[i].hp = _root.l.enemy[i].hp - Math.round(((_root.sthero.dmg_normal * 3.2) * (100 - _root.l.enemy[i].armor_normal)) / 100);
_root.l.enemy[i].golpeado_anima = 1;
_root.l.enemy[i].resiste = _root.l.enemy[i].resiste + 30;
if (_parent.mamasa != 1) {
_parent.mamasa = 1;
_root.sthero.combo = _root.sthero.combo + 1;
_root.sthero.tiempocombo = 30;
}
_root.l.shockwave = _root.l.attachMovie("kaboom", (("dagaso" + getTimer()) + random(100000)) + _root.cuentacuentos, _root.l.getNextHighestDepth());
_root.cuentacuentos = _root.cuentacuentos + 1;
_root.l.shockwave._x = _root.l.enemy[i]._x;
_root.l.shockwave._y = _root.l.enemy[i]._y;
if (_parent._xscale == 100) {
_root.l.shockwave._xscale = 100;
}
if (_parent._xscale == -100) {
_root.l.shockwave._xscale = -100;
}
_parent.hp = _parent.hp - 1;
}
}
}
Symbol 1139 MovieClip Frame 132
gotoAndStop ("agarrado");
Symbol 1139 MovieClip Frame 162
golpeado = 0;
stun = 0;
gotoAndPlay ("stand");
Symbol 1146 MovieClip [plasmagune] Frame 1
function onEnterFrame() {
this.swapDepths((this._x / 90) + (this._y - 18));
_x = (_x + speed);
if (tiempo > 0) {
tiempo = tiempo - 1;
} else {
removeMovieClip(this);
}
}
if (perro == undefined) {
mySound = new Sound(this);
tune = "Intag.mp3";
mySound.setVolume(80);
mySound.attachSound(tune);
mySound.start(0, 1);
tiempo = 50;
perro = 1;
}
Instance of Symbol 253 MovieClip "golpe" in Symbol 1146 MovieClip [plasmagune] Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.l.targetgolpe) and (_root.l.hero.golpeado != 1)) {
_root.sthero.resiste = _root.sthero.resiste + _parent.empujacion;
_root.l.hero.ladoempuja = _parent._xscale / 100;
_root.l.hero.gotoAndPlay("golpeado");
_root.l.hero.stun = 1;
_root.sthero.hp = _root.sthero.hp - Math.round((_parent.dmg * (100 - _root.sthero.armor)) / 100);
if ((_parent._x - _root.l.targetgolpe._x) > 0) {
_root.l.hero._x = _root.l.hero._x - 40;
} else {
_root.l.hero._x = _root.l.hero._x + 40;
}
_root.l.shockwave = _root.l.attachMovie("kaboom", (("dagaso" + getTimer()) + random(100000)) + _root.cuentacuentos, _root.l.getNextHighestDepth());
_root.cuentacuentos = _root.cuentacuentos + 1;
_root.l.shockwave._x = _root.l.hero._x;
_root.l.shockwave._y = _root.l.hero._y;
if (_parent._xscale == 100) {
_root.l.shockwave._xscale = 100;
}
if (_parent._xscale == -100) {
_root.l.shockwave._xscale = -100;
}
removeMovieClip(_parent);
}
}
Symbol 1149 MovieClip Frame 1
camina = 0;
golpeado = 0;
Symbol 1149 MovieClip Frame 19
stun = 0;
gotoAndPlay ("camuna");
Symbol 1149 MovieClip Frame 22
camina = 1;
golpeado = 0;
Symbol 1149 MovieClip Frame 31
stun = 0;
golpeado = 0;
Symbol 1149 MovieClip Frame 36
stun = 0;
gotoAndPlay ("camina");
Symbol 1149 MovieClip Frame 40
stun = 1;
Symbol 1149 MovieClip Frame 44
_root.l.shockwave = _root.l.attachMovie("plasmagune", "dagaso" + getTimer(), _root.l.getNextHighestDepth());
_root.l.empujar.push(_root.l.shockwave);
_root.l.shockwave.swapDepths((_root.l.shockwave._x / 90) + (_root.l.shockwave._y + 20));
_root.l.shockwave._y = this._y;
_root.l.shockwave.empujacion = this.empujacion;
_root.l.shockwave.dmg = this.dmg;
if (this._xscale == -100) {
_root.l.shockwave.speed = -25;
_root.l.shockwave._x = this._x + 10;
_root.l.shockwave._xscale = -100;
} else if (this._xscale == 100) {
_root.l.shockwave.speed = 25;
_root.l.shockwave._x = this._x + 10;
}
Symbol 1149 MovieClip Frame 49
gotoAndPlay ("stand");
Symbol 1149 MovieClip Frame 52
stun = 1;
if (this._xscale == 100) {
culonsosos = 40;
}
if (this._xscale == -100) {
culonsosos = -40;
}
this._x = this._x + culonsosos;
Symbol 1149 MovieClip Frame 53
this._x = this._x + culonsosos;
Symbol 1149 MovieClip Frame 54
this._x = this._x + culonsosos;
Symbol 1149 MovieClip Frame 55
this._x = this._x + culonsosos;
Symbol 1149 MovieClip Frame 56
this._x = this._x + culonsosos;
Symbol 1149 MovieClip Frame 57
this._x = this._x + culonsosos;
Symbol 1149 MovieClip Frame 58
this._x = this._x + culonsosos;
Symbol 1149 MovieClip Frame 59
this._x = this._x + culonsosos;
Symbol 1149 MovieClip Frame 60
this._x = this._x + culonsosos;
Symbol 1149 MovieClip Frame 61
this._x = this._x + culonsosos;
Symbol 1149 MovieClip Frame 62
this._x = this._x + culonsosos;
Symbol 1149 MovieClip Frame 63
gotoAndPlay ("stand");
this._x = this._x + culonsosos;
Symbol 1149 MovieClip Frame 66
_root.m.displayenemy.targeteado = this;
_root.m.displayenemy.gotoAndStop(nombre);
_root.m.displayenemy.timer.gotoAndPlay(1);
if (resiste > aguante) {
gotoAndPlay ("golpeadohard");
}
stun = 1;
camina = 0;
stun = 1;
golpeson = random(3);
mySound = new Sound(this);
tune = "hit" + golpeson;
if ((_root.l.hero._x - this._x) > 0) {
volumen = (((100 * (_root.l.hero._x - this._x)) / 700) - 100) * -1;
} else {
volumen = (((100 * (this._x - _root.l.hero._x)) / 700) - 100) * -1;
}
if (volumen > 0) {
mySound.setVolume(volumen);
mySound.attachSound(tune);
mySound.start(0, 1);
}
Symbol 1149 MovieClip Frame 68
Symbol 1149 MovieClip Frame 76
golpeado = 0;
stun = 0;
gotoAndPlay ("stand");
Symbol 1149 MovieClip Frame 79
avergasa = random(2);
if (avergasa == 0) {
culonsosos = 25;
} else {
culonsosos = -25;
}
this._x = this._x + culonsosos;
this._y = this._y + gogoasa;
Symbol 1149 MovieClip Frame 80
this._x = this._x + culonsosos;
this._y = this._y + gogoasa;
Symbol 1149 MovieClip Frame 81
this._x = this._x + culonsosos;
this._y = this._y + gogoasa;
Symbol 1149 MovieClip Frame 82
this._x = this._x + culonsosos;
this._y = this._y + gogoasa;
Symbol 1149 MovieClip Frame 83
this._x = this._x + culonsosos;
this._y = this._y + gogoasa;
Symbol 1149 MovieClip Frame 84
this._x = this._x + culonsosos;
this._y = this._y + gogoasa;
Symbol 1149 MovieClip Frame 85
this._x = this._x + culonsosos;
this._y = this._y + gogoasa;
Symbol 1149 MovieClip Frame 86
this._x = this._x + culonsosos;
this._y = this._y + gogoasa;
Symbol 1149 MovieClip Frame 87
this._x = this._x + culonsosos;
this._y = this._y + gogoasa;
Symbol 1149 MovieClip Frame 88
this._x = this._x + culonsosos;
this._y = this._y + gogoasa;
Symbol 1149 MovieClip Frame 89
this._x = this._x + culonsosos;
this._y = this._y + gogoasa;
Symbol 1149 MovieClip Frame 90
gotoAndPlay ("stand");
Symbol 1149 MovieClip Frame 95
_root.m.displayenemy.targeteado = this;
_root.m.displayenemy.gotoAndStop(nombre);
_root.m.displayenemy.timer.gotoAndPlay(1);
golpeado = 1;
stun = 1;
camina = 0;
resiste = 0;
stun = 1;
golpeson = random(3);
mySound = new Sound(this);
tune = "hit" + golpeson;
if ((_root.l.hero._x - this._x) > 0) {
volumen = (((100 * (_root.l.hero._x - this._x)) / 700) - 100) * -1;
} else {
volumen = (((100 * (this._x - _root.l.hero._x)) / 700) - 100) * -1;
}
if (volumen > 0) {
mySound.setVolume(volumen);
mySound.attachSound(tune);
mySound.start(0, 1);
}
_root.l.shockwave = _root.l.attachMovie("sangreenemigo", (("dagaso" + getTimer()) + random(100000)) + _root.cuentacuentos, _root.l.getNextHighestDepth());
_root.cuentacuentos = _root.cuentacuentos + 1;
_root.l.shockwave._x = this._x;
_root.l.shockwave._y = this._y;
if (_xscale == 100) {
_root.l.shockwave._xscale = 100;
}
if (_xscale == -100) {
_root.l.shockwave._xscale = -100;
}
Symbol 1149 MovieClip Frame 96
if (this._xscale == 100) {
culonsosos = -20;
}
if (this._xscale == -100) {
culonsosos = 20;
}
this._x = this._x + culonsosos;
Symbol 1149 MovieClip Frame 97
_root.l.shockwave = _root.l.attachMovie("sangreenemigo", (("dagaso" + getTimer()) + random(100000)) + _root.cuentacuentos, _root.l.getNextHighestDepth());
_root.cuentacuentos = _root.cuentacuentos + 1;
_root.l.shockwave._x = this._x;
_root.l.shockwave._y = this._y;
if (_xscale == 100) {
_root.l.shockwave._xscale = 100;
}
if (_xscale == -100) {
_root.l.shockwave._xscale = -100;
}
this._x = this._x + culonsosos;
Symbol 1149 MovieClip Frame 98
this._x = this._x + culonsosos;
Symbol 1149 MovieClip Frame 99
this._x = this._x + culonsosos;
Symbol 1149 MovieClip Frame 100
this._x = this._x + culonsosos;
Symbol 1149 MovieClip Frame 101
this._x = this._x + culonsosos;
Symbol 1149 MovieClip Frame 102
this._x = this._x + culonsosos;
Symbol 1149 MovieClip Frame 103
this._x = this._x + culonsosos;
Symbol 1149 MovieClip Frame 104
this._x = this._x + culonsosos;
Symbol 1149 MovieClip Frame 105
this._x = this._x + culonsosos;
Symbol 1149 MovieClip Frame 106
this._x = this._x + culonsosos;
Symbol 1149 MovieClip Frame 107
this._x = this._x + culonsosos;
Symbol 1149 MovieClip Frame 108
this._x = this._x + culonsosos;
Symbol 1149 MovieClip Frame 109
this._x = this._x + culonsosos;
Symbol 1149 MovieClip Frame 110
this._x = this._x + culonsosos;
Symbol 1149 MovieClip Frame 111
this._x = this._x + culonsosos;
Symbol 1149 MovieClip Frame 122
golpeado = 0;
stun = 0;
gotoAndPlay ("stand");
Symbol 1149 MovieClip Frame 124
_root.m.displayenemy.targeteado = this;
_root.m.displayenemy.gotoAndStop(nombre);
_root.m.displayenemy.timer.gotoAndPlay(1);
stun = 1;
Symbol 1149 MovieClip Frame 134
gotoAndPlay ("agarrado");
Symbol 1149 MovieClip Frame 160
golpeado = 0;
stun = 0;
gotoAndPlay ("stand");
Symbol 1169 MovieClip [waterboss] Frame 1
function onEnterFrame() {
if (_x > 1090) {
_x = (_x - 10);
}
if ((hp < 110) and (mierda != 1)) {
mierda = 1;
actitudes = 1;
speed = 8;
dmg = 30;
var _local4 = [2, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 1, 0];
var _local5 = new flash.filters.ColorMatrixFilter(_local4);
this.filters = [_local5];
}
if (agarrado == true) {
this._x = _root.l.hero._x + (60 * (_root.l.hero._xscale / 100));
this._y = _root.l.hero._y + 3;
gotoAndStop ("agarrado");
this._xscale = _root.l.hero._xscale * -1;
}
if (resiste > 0) {
resiste = resiste - 0.2;
}
for (var _local3 in _root.l.enemy) {
if ((colision.hitTest(_root.l.enemy[_local3].colision) and (this._x != _root.l.enemy[_local3]._x)) and (this._y < _root.l.enemy[_local3]._y)) {
_root.l.enemy[_local3]._y = _root.l.enemy[_local3]._y + 0.5;
} else if (colision.hitTest(_root.l.enemy[_local3].colision) and (this._x != _root.l.enemy[_local3]._x)) {
_root.l.enemy[_local3]._y = _root.l.enemy[_local3]._y - 0.5;
}
}
if (golpeado_anima == 1) {
golpeado_anima = 0;
this.gotoAndPlay("golpeado");
}
this.swapDepths((this._x / 90) + (this._y + 20));
if ((tiempo == 0) and (actividad == 0)) {
tiempo = random(actitudes);
actitud = random(2);
if (actitud == 0) {
gotoAndPlay ("stand");
stun = 1;
}
if (actitud == 1) {
gotoAndPlay ("dashb");
actividad = 0;
stun = 0;
tiempo = random(40) + actitudes;
actitud = 0;
stun = 1;
}
} else if ((stun != 1) and (actividad == 0)) {
tiempo = tiempo - 1;
}
if (stun != 1) {
if ((((_root.l.hero.golpeado != 1) and ((this._y - _root.l.detector._y) < 0)) and (((this._y - _root.l.detector._y) - 20) > 0)) or (((_root.l.hero.golpeado != 1) and (((this._y - _root.l.detector._y) + 20) > 0)) and (((this._y - _root.l.detector._y) - 20) < -30))) {
if (((this._x - _root.l.detector._x) < 800) and ((this._x - _root.l.detector._x) > 0)) {
gotoAndPlay ("ataque");
this._xscale = 100;
stun = 1;
}
if (((this._x - _root.l.detector._x) > -800) and ((this._x - _root.l.detector._x) < 0)) {
gotoAndPlay ("ataque");
this._xscale = 100;
stun = 1;
}
}
if (stun != 1) {
if (_root.l.detector._x < this._x) {
if (camina == 0) {
this.gotoAndPlay("camina");
}
this._xscale = 100;
} else if ((_root.l.detector._x > this._x) and ((_root.l.detector._x - _x) > 40)) {
if (camina == 0) {
this.gotoAndPlay("camina");
}
this._xscale = 100;
}
if (((_root.l.detector._y - 20) < this._y) and (((_y - _root.l.detector._y) + 20) > 10)) {
this._y = _y - (speed / 2);
if (camina == 0) {
this.gotoAndPlay("camina");
}
} else {
if ((_root.l.detector._y - 20) > this._y) {
this._y = _y + (speed / 2);
}
if (camina == 0) {
this.gotoAndPlay("camina");
}
}
}
}
if (hp < 0) {
if (unavez == undefined) {
unavez = "defino";
mySound = new Sound(this);
tune = "b2aya.mp3";
mySound.setVolume(80);
mySound.attachSound(tune);
mySound.start(0, 1);
}
myColor = new Color(this);
myColor.setRGB(16763904);
gotoAndStop ("stand");
golpeado = 1;
tiempo_muere = tiempo_muere - 1;
this._alpha = this._alpha - 5;
if (tiempo_muere < 0) {
_root.sthero.score = _root.sthero.score + 100;
_root.l.muertos = _root.l.muertos + 1;
_root.destino = "move2";
_root.flash1.play();
removeMovieClip(this);
}
}
}
name = "boss";
_name = "boss";
nombre = "bclaw";
aguante = 20;
empujacion = 15;
resiste = 0;
torso.armor.gotoAndStop(13);
torso.cinto.gotoAndStop(3);
gamba1.gotoAndStop(1);
gamba2.gotoAndStop(1);
q1.gotoAndStop(3);
q2.gotoAndStop(3);
antebrazo = 7;
antebrazo1.gotoAndStop(antebrazo);
antebrazo2.gotoAndStop(antebrazo);
head.pelo.gotoAndStop(1);
head.detalle.gotoAndStop(13);
actitudes = 40;
dmg = 15;
tiempo_muere = 20;
tiempo = random(70);
actividad = 0;
hp = 340;
maxhp = hp;
speed = 5;
armor_normal = 10;
armor_fire = 0;
armor_ice = 0;
armor_shadow = 0;
armor_special = 0;
_root.vivos = _root.vivos + 1;
_root.l.empujar.push(this);
_root.l.enemy.push(this);
Symbol 1169 MovieClip [waterboss] Frame 2
grabeable = "no";
camina = 0;
golpeado = 0;
armor_normal = 90;
Symbol 1169 MovieClip [waterboss] Frame 6
mySound = new Sound(this);
tune = "b2haha.mp3";
mySound.setVolume(80);
mySound.attachSound(tune);
mySound.start(0, 1);
Symbol 1169 MovieClip [waterboss] Frame 19
stun = 0;
gotoAndPlay ("camina");
Symbol 1169 MovieClip [waterboss] Frame 22
camina = 1;
golpeado = 0;
grabeable = "no";
Symbol 1169 MovieClip [waterboss] Frame 31
stun = 0;
golpeado = 0;
Symbol 1169 MovieClip [waterboss] Frame 35
stun = 0;
gotoAndPlay ("camina");
Symbol 1169 MovieClip [waterboss] Frame 40
stun = 1;
grabeable = "no";
Symbol 1169 MovieClip [waterboss] Frame 42
mySound = new Sound(this);
tune = "b2ein.mp3";
mySound.setVolume(80);
mySound.attachSound(tune);
mySound.start(0, 1);
mySound = new Sound(this);
tune = "Space_Blast0";
mySound.setVolume(80);
mySound.attachSound(tune);
mySound.start(0, 1);
Symbol 1169 MovieClip [waterboss] Frame 45
_root.l.shockwave = _root.l.attachMovie("fireball", "dagaso" + getTimer(), _root.l.getNextHighestDepth());
_root.l.empujar.push(_root.l.shockwave);
_root.l.shockwave.swapDepths((_root.l.shockwave._x / 90) + (_root.l.shockwave._y + 20));
_root.l.shockwave._y = this._y;
_root.l.shockwave.empujacion = this.empujacion;
_root.l.shockwave.dmg = this.dmg;
if (this._xscale == 100) {
_root.l.shockwave.speed = -35;
_root.l.shockwave._x = this._x - 310;
_root.l.shockwave._xscale = -100;
} else if (this._xscale == 100) {
_root.l.shockwave.speed = 25;
_root.l.shockwave._x = this._x + 10;
}
Symbol 1169 MovieClip [waterboss] Frame 48
stun = 0;
gotoAndPlay ("stand");
Symbol 1169 MovieClip [waterboss] Frame 50
stun = 1;
stun = 1;
Symbol 1169 MovieClip [waterboss] Frame 58
mySound = new Sound(this);
tune = "b2ti2dalwave.mp3";
mySound.setVolume(80);
mySound.attachSound(tune);
mySound.start(0, 1);
Symbol 1169 MovieClip [waterboss] Frame 62
ekisero = 300;
Symbol 1169 MovieClip [waterboss] Frame 63
ekisero = ekisero + 30;
_root.l.shockwave = _root.l.attachMovie("aguaso", "dagaso" + getTimer(), _root.l.getNextHighestDepth());
_root.l.empujar.push(_root.l.shockwave);
_root.l.shockwave.swapDepths((_root.l.shockwave._x / 90) + (_root.l.shockwave._y + 20));
_root.l.shockwave._y = ekisero;
_root.l.shockwave.empujacion = this.empujacion;
_root.l.shockwave.dmg = this.dmg;
if (this._xscale == 100) {
_root.l.shockwave.speed = -35;
_root.l.shockwave._x = this._x - 210;
_root.l.shockwave._xscale = -100;
}
Symbol 1169 MovieClip [waterboss] Frame 64
ekisero = ekisero + 30;
_root.l.shockwave = _root.l.attachMovie("aguaso", "dagaso" + getTimer(), _root.l.getNextHighestDepth());
_root.l.empujar.push(_root.l.shockwave);
_root.l.shockwave.swapDepths((_root.l.shockwave._x / 90) + (_root.l.shockwave._y + 20));
_root.l.shockwave._y = ekisero;
_root.l.shockwave.empujacion = this.empujacion;
_root.l.shockwave.dmg = this.dmg;
if (this._xscale == 100) {
_root.l.shockwave.speed = -35;
_root.l.shockwave._x = this._x - 210;
_root.l.shockwave._xscale = -100;
}
Symbol 1169 MovieClip [waterboss] Frame 65
ekisero = ekisero + 30;
_root.l.shockwave = _root.l.attachMovie("aguaso", "dagaso" + getTimer(), _root.l.getNextHighestDepth());
_root.l.empujar.push(_root.l.shockwave);
_root.l.shockwave.swapDepths((_root.l.shockwave._x / 90) + (_root.l.shockwave._y + 20));
_root.l.shockwave._y = ekisero;
_root.l.shockwave.empujacion = this.empujacion;
_root.l.shockwave.dmg = this.dmg;
if (this._xscale == 100) {
_root.l.shockwave.speed = -35;
_root.l.shockwave._x = this._x - 210;
_root.l.shockwave._xscale = -100;
}
Symbol 1169 MovieClip [waterboss] Frame 66
ekisero = ekisero + 30;
_root.l.shockwave = _root.l.attachMovie("aguaso", "dagaso" + getTimer(), _root.l.getNextHighestDepth());
_root.l.empujar.push(_root.l.shockwave);
_root.l.shockwave.swapDepths((_root.l.shockwave._x / 90) + (_root.l.shockwave._y + 20));
_root.l.shockwave._y = ekisero;
_root.l.shockwave.empujacion = this.empujacion;
_root.l.shockwave.dmg = this.dmg;
if (this._xscale == 100) {
_root.l.shockwave.speed = -35;
_root.l.shockwave._x = this._x - 210;
_root.l.shockwave._xscale = -100;
}
Symbol 1169 MovieClip [waterboss] Frame 67
ekisero = ekisero + 30;
_root.l.shockwave = _root.l.attachMovie("aguaso", "dagaso" + getTimer(), _root.l.getNextHighestDepth());
_root.l.empujar.push(_root.l.shockwave);
_root.l.shockwave.swapDepths((_root.l.shockwave._x / 90) + (_root.l.shockwave._y + 20));
_root.l.shockwave._y = ekisero;
_root.l.shockwave.empujacion = this.empujacion;
_root.l.shockwave.dmg = this.dmg;
if (this._xscale == 100) {
_root.l.shockwave.speed = -35;
_root.l.shockwave._x = this._x - 210;
_root.l.shockwave._xscale = -100;
}
Symbol 1169 MovieClip [waterboss] Frame 68
ekisero = ekisero + 30;
_root.l.shockwave = _root.l.attachMovie("aguaso", "dagaso" + getTimer(), _root.l.getNextHighestDepth());
_root.l.empujar.push(_root.l.shockwave);
_root.l.shockwave.swapDepths((_root.l.shockwave._x / 90) + (_root.l.shockwave._y + 20));
_root.l.shockwave._y = ekisero;
_root.l.shockwave.empujacion = this.empujacion;
_root.l.shockwave.dmg = this.dmg;
if (this._xscale == 100) {
_root.l.shockwave.speed = -35;
_root.l.shockwave._x = this._x - 210;
_root.l.shockwave._xscale = -100;
}
Symbol 1169 MovieClip [waterboss] Frame 69
ekisero = ekisero + 30;
_root.l.shockwave = _root.l.attachMovie("aguaso", "dagaso" + getTimer(), _root.l.getNextHighestDepth());
_root.l.empujar.push(_root.l.shockwave);
_root.l.shockwave.swapDepths((_root.l.shockwave._x / 90) + (_root.l.shockwave._y + 20));
_root.l.shockwave._y = ekisero;
_root.l.shockwave.empujacion = this.empujacion;
_root.l.shockwave.dmg = this.dmg;
if (this._xscale == 100) {
_root.l.shockwave.speed = -35;
_root.l.shockwave._x = this._x - 210;
_root.l.shockwave._xscale = -100;
}
Symbol 1169 MovieClip [waterboss] Frame 70
ekisero = ekisero + 30;
_root.l.shockwave = _root.l.attachMovie("aguaso", "dagaso" + getTimer(), _root.l.getNextHighestDepth());
_root.l.empujar.push(_root.l.shockwave);
_root.l.shockwave.swapDepths((_root.l.shockwave._x / 90) + (_root.l.shockwave._y + 20));
_root.l.shockwave._y = ekisero;
_root.l.shockwave.empujacion = this.empujacion;
_root.l.shockwave.dmg = this.dmg;
if (this._xscale == 100) {
_root.l.shockwave.speed = -35;
_root.l.shockwave._x = this._x - 210;
_root.l.shockwave._xscale = -100;
}
Symbol 1169 MovieClip [waterboss] Frame 71
ekisero = ekisero + 30;
_root.l.shockwave = _root.l.attachMovie("aguaso", "dagaso" + getTimer(), _root.l.getNextHighestDepth());
_root.l.empujar.push(_root.l.shockwave);
_root.l.shockwave.swapDepths((_root.l.shockwave._x / 90) + (_root.l.shockwave._y + 20));
_root.l.shockwave._y = ekisero;
_root.l.shockwave.empujacion = this.empujacion;
_root.l.shockwave.dmg = this.dmg;
if (this._xscale == 100) {
_root.l.shockwave.speed = -35;
_root.l.shockwave._x = this._x - 210;
_root.l.shockwave._xscale = -100;
}
Symbol 1169 MovieClip [waterboss] Frame 72
ekisero = ekisero + 30;
_root.l.shockwave = _root.l.attachMovie("aguaso", "dagaso" + getTimer(), _root.l.getNextHighestDepth());
_root.l.empujar.push(_root.l.shockwave);
_root.l.shockwave.swapDepths((_root.l.shockwave._x / 90) + (_root.l.shockwave._y + 20));
_root.l.shockwave._y = ekisero;
_root.l.shockwave.empujacion = this.empujacion;
_root.l.shockwave.dmg = this.dmg;
if (this._xscale == 100) {
_root.l.shockwave.speed = -35;
_root.l.shockwave._x = this._x - 210;
_root.l.shockwave._xscale = -100;
}
Symbol 1169 MovieClip [waterboss] Frame 73
ekisero = ekisero + 30;
_root.l.shockwave = _root.l.attachMovie("aguaso", "dagaso" + getTimer(), _root.l.getNextHighestDepth());
_root.l.empujar.push(_root.l.shockwave);
_root.l.shockwave.swapDepths((_root.l.shockwave._x / 90) + (_root.l.shockwave._y + 20));
_root.l.shockwave._y = ekisero;
_root.l.shockwave.empujacion = this.empujacion;
_root.l.shockwave.dmg = this.dmg;
if (this._xscale == 100) {
_root.l.shockwave.speed = -35;
_root.l.shockwave._x = this._x - 210;
_root.l.shockwave._xscale = -100;
}
Symbol 1169 MovieClip [waterboss] Frame 82
gotoAndPlay ("stand");
Symbol 1169 MovieClip [waterboss] Frame 114
_root.m.displayenemy.targeteado = this;
_root.m.displayenemy.gotoAndStop(nombre);
_root.m.displayenemy.timer.gotoAndPlay(1);
if (resiste > aguante) {
gotoAndPlay ("golpeadohard");
}
stun = 1;
camina = 0;
stun = 1;
golpeson = random(3);
mySound = new Sound(this);
tune = "hit" + golpeson;
if ((_root.l.hero._x - this._x) > 0) {
volumen = (((100 * (_root.l.hero._x - this._x)) / 700) - 100) * -1;
} else {
volumen = (((100 * (this._x - _root.l.hero._x)) / 700) - 100) * -1;
}
if (volumen > 0) {
mySound.setVolume(volumen);
mySound.attachSound(tune);
mySound.start(0, 1);
}
Symbol 1169 MovieClip [waterboss] Frame 123
golpeado = 0;
stun = 0;
gotoAndPlay ("stand");
Symbol 1169 MovieClip [waterboss] Frame 138
gotoAndPlay ("stand");
Symbol 1169 MovieClip [waterboss] Frame 141
_root.dare.gotoAndStop(1);
grabeable = "no";
_root.m.displayenemy.targeteado = this;
_root.m.displayenemy.gotoAndStop(nombre);
_root.m.displayenemy.timer.gotoAndPlay(1);
if (resiste > aguante) {
gotoAndPlay ("realgolpeado");
}
golpeado = 1;
stun = 1;
camina = 0;
resiste = 0;
stun = 1;
golpeson = random(3);
mySound = new Sound(this);
tune = "hit" + golpeson;
if ((_root.l.hero._x - this._x) > 0) {
volumen = (((100 * (_root.l.hero._x - this._x)) / 700) - 100) * -1;
} else {
volumen = (((100 * (this._x - _root.l.hero._x)) / 700) - 100) * -1;
}
if (this._xscale == 100) {
culonsosos = -40;
}
if (this._xscale == -100) {
culonsosos = 40;
}
this._x = this._x + culonsosos;
if (volumen > 0) {
mySound.setVolume(volumen);
mySound.attachSound(tune);
mySound.start(0, 1);
}
_root.l.shockwave = _root.l.attachMovie("sangreenemigo", (("dagaso" + getTimer()) + random(100000)) + _root.cuentacuentos, _root.l.getNextHighestDepth());
_root.cuentacuentos = _root.cuentacuentos + 1;
_root.l.shockwave._x = this._x;
_root.l.shockwave._y = this._y;
if (_xscale == 100) {
_root.l.shockwave._xscale = 100;
}
if (_xscale == -100) {
_root.l.shockwave._xscale = -100;
}
Symbol 1171 MovieClip [aguaso] Frame 1
function onEnterFrame() {
this.swapDepths((this._x / 90) + (this._y + 5));
_x = (_x + speed);
speed = speed - 1;
if (tiempo > 0) {
tiempo = tiempo - 1;
} else {
removeMovieClip(this);
}
}
if (perro == undefined) {
speed = 0;
tiempo = 75;
perro = 1;
}
Instance of Symbol 253 MovieClip "detector" in Symbol 1171 MovieClip [aguaso] Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.l.targetgolpe) and (_root.l.hero.golpeado != 1)) {
_root.l.hero.gotoAndPlay("golpeado");
_root.l.hero.stun = 1;
_root.sthero.hp = _root.sthero.hp - Math.round(((_parent.dmg * 1.3) * (100 - _root.sthero.armor)) / 100);
if ((_parent._x - _root.l.targetgolpe._x) > 0) {
_root.l.hero._x = _root.l.hero._x - 40;
} else {
_root.l.hero._x = _root.l.hero._x + 40;
}
}
}
Symbol 1176 MovieClip [plasmagunsky] Frame 1
function onEnterFrame() {
this.swapDepths((this._x / 90) + (this._y - 18));
_x = (_x + speed);
if (tiempo > 0) {
tiempo = tiempo - 1;
} else {
removeMovieClip(this);
}
}
if (perro == undefined) {
this._x = _root.l.hero._x;
this._y = _root.l.hero._y - 2;
tiempo = 50;
mySound = new Sound(this);
tune = "Intag.mp3";
mySound.setVolume(80);
mySound.attachSound(tune);
mySound.start(0, 1);
perro = 1;
}
Instance of Symbol 253 MovieClip "golpe" in Symbol 1176 MovieClip [plasmagunsky] Frame 1
onClipEvent (load) {
knockback = 2;
dmg = 5;
}
onClipEvent (enterFrame) {
for (var i in _root.l.enemy) {
if ((_root.l.enemy[i].golpeado == 0) and this.hitTest(_root.l.enemy[i].targetgolpe)) {
_root.l.enemy[i].hp = _root.l.enemy[i].hp - Math.round(((_root.sthero.dmg_normal * 1.5) * (100 - _root.l.enemy[i].armor_normal)) / 100);
_root.l.enemy[i].golpeado_anima = 1;
_root.sthero.combo = _root.sthero.combo + 1;
_root.sthero.tiempocombo = 30;
_root.l.enemy[i].resiste = _root.l.enemy[i].resiste + 10;
_root.l.shockwave = _root.l.attachMovie("kaboom", (("dagaso" + getTimer()) + random(100000)) + _root.cuentacuentos, _root.l.getNextHighestDepth());
_root.cuentacuentos = _root.cuentacuentos + 1;
_root.l.shockwave._x = _root.l.enemy[i]._x;
_root.l.shockwave._y = _root.l.enemy[i]._y;
if (_parent._xscale == 100) {
_root.l.shockwave._xscale = 100;
}
if (_parent._xscale == -100) {
_root.l.shockwave._xscale = -100;
}
removeMovieClip(_parent);
if ((_root.l.enemy[i]._x > _parent._x) and (_parent.speed > 0)) {
_root.l.enemy[i]._x = _root.l.enemy[i]._x + 30;
removeMovieClip(_parent);
} else if ((_root.l.enemy[i]._x < _parent._x) and (_parent.speed < 0)) {
_root.l.enemy[i]._x = _root.l.enemy[i]._x - 30;
removeMovieClip(_parent);
}
}
}
}
Instance of Symbol 149 MovieClip in Symbol 1178 MovieClip Frame 1
onClipEvent (enterFrame) {
for (var i in _root.l.enemy) {
if ((_root.l.enemy[i].golpeado <= 0) and this.hitTest(_root.l.enemy[i].targetgolpe)) {
_root.l.enemy[i].hp = _root.l.enemy[i].hp - Math.round(((_root.sthero.dmg_normal * 1.4) * (100 - _root.l.enemy[i].armor_normal)) / 100);
_root.l.enemy[i].golpeado_anima = 1;
_root.l.enemy[i].resiste = _root.l.enemy[i].resiste + _parent.basheador;
if (_parent.mamasa != 1) {
_parent.mamasa = 1;
_root.sthero.combo = _root.sthero.combo + 1;
_root.sthero.tiempocombo = 30;
}
_root.l.shockwave = _root.l.attachMovie("kaboom", (("dagaso" + getTimer()) + random(100000)) + _root.cuentacuentos, _root.l.getNextHighestDepth());
_root.cuentacuentos = _root.cuentacuentos + 1;
_root.l.shockwave._x = _root.l.enemy[i]._x;
_root.l.shockwave._y = _root.l.enemy[i]._y;
if (_parent._xscale == 100) {
_root.l.shockwave._xscale = 100;
}
if (_parent._xscale == -100) {
_root.l.shockwave._xscale = -100;
}
}
}
}
Instance of Symbol 149 MovieClip in Symbol 1181 MovieClip Frame 1
onClipEvent (enterFrame) {
for (var i in _root.l.enemy) {
if ((_root.l.enemy[i].golpeado <= 0) and this.hitTest(_root.l.enemy[i].targetgolpe)) {
_root.l.enemy[i].hp = _root.l.enemy[i].hp - Math.round(((_root.sthero.dmg_normal * (1 + (_root.sthero.tree_a3 * 0.33))) * (100 - _root.l.enemy[i].armor_normal)) / 100);
_root.l.enemy[i]._xscale = _root.l.enemy[i]._xscale * -1;
_root.l.enemy[i].gotoAndPlay("golpeadohard");
_root.l.enemy[i].golpeado = 1;
_root.sthero.combo = _root.sthero.combo + 1;
_root.sthero.tiempocombo = 30;
_root.l.shockwave = _root.l.attachMovie("kaboom", (("dagaso" + getTimer()) + random(100000)) + _root.cuentacuentos, _root.l.getNextHighestDepth());
_root.cuentacuentos = _root.cuentacuentos + 1;
_root.l.shockwave._x = _root.l.enemy[i]._x;
_root.l.shockwave._y = _root.l.enemy[i]._y;
if (_parent._xscale == 100) {
_root.l.shockwave._xscale = 100;
}
if (_parent._xscale == -100) {
_root.l.shockwave._xscale = -100;
}
}
}
}
Symbol 1206 Button
on (release) {
getURL ((("http://www.arcadetown.com/index.asp?gameid=rodriguezrevenge&aid=" + _root.GetUrlParam(_url, "aid=")) + "&refer=") + _root.GetBaseUrl(_url), "_blank");
}
Symbol 1208 Button
on (release) {
gotoAndStop ("load");
}
Symbol 1210 Button
on (release) {
gotoAndStop ("opciones");
}
Symbol 1212 Button
on (release) {
gotoAndStop ("creditos");
}
Symbol 1214 Button
on (release, keyPress "<Enter>") {
_root.gotoAndStop("char");
}
Symbol 1218 Button
on (release) {
getURL ("http://www.arcadetown.com/free_content/index.asp ", "_blank");
}
Symbol 1220 Button
on (release) {
getURL ((("http://www.arcadetown.com/partner/download.asp?gameid=rodriguezrevenge&aid=" + _root.GetUrlParam(_url, "aid=")) + "&refer=") + _root.GetBaseUrl(_url), "_blank");
}
Symbol 1222 Button
on (release) {
getURL ((("http://www.arcadetown.com/index.asp?gameid=rodriguezrevenge&aid=" + _root.GetUrlParam(_url, "aid=")) + "&refer=") + _root.GetBaseUrl(_url), "_blank");
}
Symbol 1269 MovieClip Frame 2
stopAllSounds();
mySound = new Sound(this);
tune = "campirana";
if (casasda == undefined) {
_root.musikita.mySound.setVolume(80);
}
casasda = "chupala por gil";
mySound.attachSound(tune);
mySound.start(0, 9999);
stop();
Symbol 1269 MovieClip Frame 3
stopAllSounds();
mySound = new Sound(this);
tune = "m3";
mySound.attachSound(tune);
mySound.start(0, 9999);
stop();
Symbol 1269 MovieClip Frame 4
stopAllSounds();
mySound = new Sound(this);
tune = "m1";
mySound.attachSound(tune);
mySound.start(0, 9999);
stop();
Symbol 1269 MovieClip Frame 5
stopAllSounds();
mySound = new Sound(this);
tune = "m2";
mySound.attachSound(tune);
mySound.start(0, 9999);
stop();
Symbol 1269 MovieClip Frame 6
stopAllSounds();
mySound = new Sound(this);
tune = "m1";
mySound.attachSound(tune);
mySound.start(0, 9999);
stop();
Symbol 1275 MovieClip Frame 1
stop();
Symbol 1275 MovieClip Frame 8
_root.gotoAndStop("c1");
_root.l.hero.torso.armor.gotoAndStop(_root.sthero.chaketa);
_root.l.hero.torso.cinto.gotoAndStop(_root.sthero.cinto);
_root.l.hero.gamba1.gotoAndStop(_root.sthero.gamba1);
_root.l.hero.gamba2.gotoAndStop(_root.sthero.gamba2);
_root.l.hero.head.pelo.gotoAndStop(_root.sthero.pelo);
_root.l.hero.head.detalle.gotoAndStop(_root.sthero.detalle);
_root.l.hero.cuchi2.gotoAndStop(_root.sthero.cuchi2);
_root.l.hero.cuchi1.gotoAndStop(_root.sthero.cuchi1);
Symbol 1277 Button
on (release) {
_root.destino = "mainmenu";
_root.flash1.play();
}
Symbol 1287 Button
on (release) {
savefile.data.gold = undefined;
gotoAndStop (1);
}
Symbol 1328 MovieClip Frame 1
gold = savefile.data.gold;
Symbol 1328 MovieClip Frame 2
gold = savefile.data.gold;
armor = savefile.data.armorlvl;
weapon = savefile.data.weaponlvl;
level = savefile.data.lvl;
nombre = savefile.data.nombre;
Instance of Symbol 1327 MovieClip in Symbol 1328 MovieClip Frame 2
onClipEvent (load) {
gotoAndStop(_parent.nombre);
}
Symbol 1330 Button
on (release) {
saveFile = "save1";
var savefile = SharedObject.getLocal(saveFile);
if (savefile.data.gold == undefined) {
_root.gotoAndStop("dificultad");
} else {
_root.gotoAndPlay("se1");
}
}
Symbol 1331 Button
on (release) {
saveFile = "save2";
var savefile = SharedObject.getLocal(saveFile);
if (savefile.data.gold == undefined) {
_root.gotoAndStop("dificultad");
} else {
_root.gotoAndPlay("se1");
}
}
Symbol 1332 Button
on (release) {
saveFile = "save3";
var savefile = SharedObject.getLocal(saveFile);
if (savefile.data.gold == undefined) {
_root.gotoAndStop("dificultad");
} else {
_root.gotoAndPlay("se1");
}
}
Symbol 1339 Button
on (release) {
_root.gotoAndStop("char");
dificultad = 0;
}
Symbol 1341 Button
on (release) {
_root.gotoAndStop("char");
dificultad = 0.4;
}
Symbol 1345 MovieClip Frame 554
stop();
Symbol 1351 MovieClip Frame 1
stop();
Symbol 1351 MovieClip Frame 2
removeMovieClip(_root.stage_clear);
_root.vivos = 0;
Symbol 1351 MovieClip Frame 9
var savefile = SharedObject.getLocal(saveFile);
_root.lugardemapa = _root.savefile.data.lugardemapa;
_root.sthero.nombre = _root.savefile.data.nombre;
_root.sthero.armor = _root.savefile.data.armor;
_root.sthero.hp = _root.savefile.data.hp;
_root.sthero.expe = _root.savefile.data.expe;
_root.sthero.maxexp = _root.savefile.data.maxexp;
_root.sthero.lvl = _root.savefile.data.lvl;
_root.sthero.maxhp = _root.savefile.data.maxhp;
_root.sthero.energy = _root.savefile.data.energy;
_root.sthero.maxenergy = _root.savefile.data.maxenergy;
_root.sthero.regen = _root.savefile.data.regen;
_root.sthero.handicap = _root.savefile.data.handicap;
_root.sthero.gold = _root.savefile.data.gold;
_root.sthero.bestcombo = _root.savefile.data.bestcombo;
_root.sthero.armorlvl = _root.savefile.data.armorlvl;
_root.sthero.armorvendedor1 = _root.savefile.data.armorvendedor1;
_root.sthero.armorvendedor2 = _root.savefile.data.armorvendedor2;
_root.sthero.armorvendedor3 = _root.savefile.data.armorvendedor3;
_root.sthero.armorvendedor4 = _root.savefile.data.armorvendedor4;
_root.sthero.armorvendedor5 = _root.savefile.data.armorvendedor5;
_root.sthero.weaponlvl = _root.savefile.data.weaponlvl;
_root.sthero.weaponvendedor1 = _root.savefile.data.weaponvendedor1;
_root.sthero.weaponvendedor2 = _root.savefile.data.weaponvendedor2;
_root.sthero.weaponvendedor3 = _root.savefile.data.weaponvendedor3;
_root.sthero.weaponvendedor4 = _root.savefile.data.weaponvendedor4;
_root.sthero.weaponvendedor5 = _root.savefile.data.weaponvendedor5;
_root.sthero.elemento = _root.savefile.data.elemento;
_root.sthero.core1 = _root.savefile.data.core1;
_root.sthero.core2 = _root.savefile.data.core2;
_root.sthero.core3 = _root.savefile.data.core3;
_root.sthero.core4 = _root.savefile.data.core4;
_root.sthero.dmg_normal = _root.savefile.data.dmg_normal;
_root.sthero.dmg_fire = _root.savefile.data.dmg_fire;
_root.sthero.dmg_ice = _root.savefile.data.dmg_ice;
_root.sthero.dmg_shadow = _root.savefile.data.dng_shadow;
_root.sthero.seleccionenergy = _root.savefile.data.seleccionenergy;
_root.sthero.item1 = _root.savefile.data.item1;
_root.sthero.item1 = _root.savefile.data.item1;
_root.sthero.item2 = _root.savefile.data.item2;
_root.sthero.item3 = _root.savefile.data.item3;
_root.sthero.item4 = _root.savefile.data.item4;
_root.sthero.item5 = _root.savefile.data.item5;
_root.sthero.item6 = _root.savefile.data.item6;
_root.sthero.item7 = _root.savefile.data.item7;
_root.sthero.item8 = _root.savefile.data.item8;
_root.sthero.item9 = _root.savefile.data.item9;
_root.sthero.item10 = _root.savefile.data.item10;
_root.sthero.quest = _root.savefile.data.quest;
_root.sthero.pelo = _root.savefile.data.pelo;
_root.sthero.detalle = _root.savefile.data.detalle;
_root.sthero.gamba1 = _root.savefile.data.gamba1;
_root.sthero.gamba2 = _root.savefile.data.gamba2;
_root.sthero.chaketa = _root.savefile.data.chaketa;
_root.sthero.cinto = _root.savefile.data.cinto;
_root.sthero.cuchi1 = _root.savefile.data.cuchi1;
_root.sthero.cuchi2 = _root.savefile.data.cuchi2;
_root.memoria_y = _root.savefile.data.memoria_y;
_root.memoria_x = _root.savefile.data.memoria_x;
_root.sthero.tree_a1 = _root.savefile.data.tree_a1;
_root.sthero.tree_a2 = _root.savefile.data.tree_a2;
_root.sthero.tree_a3 = _root.savefile.data.tree_a3;
_root.sthero.tree_a4 = _root.savefile.data.tree_a4;
_root.sthero.tree_b1 = _root.savefile.data.tree_b1;
_root.sthero.tree_b2 = _root.savefile.data.tree_b2;
_root.sthero.tree_b3 = _root.savefile.data.tree_b3;
_root.sthero.tree_b4 = _root.savefile.data.tree_b4;
_root.sthero.clase = _root.savefile.data.clase;
_root.sthero.energyregen = _root.savefile.data.energyregen;
_root.sthero.extrapoints = _root.savefile.data.extrapoints;
_root.sthero.achievement1 = _root.savefile.data.achievement1;
_root.sthero.achievement2 = _root.savefile.data.achievement2;
_root.sthero.achievement3 = _root.savefile.data.achievement3;
_root.sthero.achievement4 = _root.savefile.data.achievement4;
_root.sthero.achievement5 = _root.savefile.data.achievement5;
_root.sthero.achievement6 = _root.savefile.data.achievement6;
_root.sthero.achievement7 = _root.savefile.data.achievement7;
_root.sthero.achievement8 = _root.savefile.data.achievement8;
_root.sthero.achievement9 = _root.savefile.data.achievement9;
_root.sthero.achievement10 = _root.savefile.data.achievement10;
_root.sthero.achievement11 = _root.savefile.data.achievement11;
_root.musikita.gotoAndStop(_root.savefile.data.musica);
_root.gotoAndStop(_root.savefile.data.lugar);
_root.l.hero = _root.l.attachMovie(_root.sthero.clase, "hero" + getTimer(), _root.l.getNextHighestDepth());
_root.l.hero._x = _root.l.targetgolpe._x;
_root.l.hero._y = _root.l.targetgolpe._y;
_root.l.hero.torso.armor.gotoAndStop(_root.sthero.chaketa);
_root.l.hero.torso.cinto.gotoAndStop(_root.sthero.cinto);
_root.l.hero.gamba1.gotoAndStop(_root.sthero.gamba1);
_root.l.hero.gamba2.gotoAndStop(_root.sthero.gamba2);
_root.l.hero.head.pelo.gotoAndStop(_root.sthero.pelo);
_root.l.hero.head.detalle.gotoAndStop(_root.sthero.detalle);
_root.l.hero.cuchi2.gotoAndStop(_root.sthero.cuchi2);
_root.l.hero.cuchi1.gotoAndStop(_root.sthero.cuchi1);
var glow_color = 0;
var glow_alpha = 1;
var glow_blurX = 5;
var glow_blurY = 5;
var glow_strength = 1;
var glow_quality = 3;
var glow_inner = false;
var glow_knockout = false;
var filter_glow = (new flash.filters.GlowFilter(glow_color, glow_alpha, glow_blurX, glow_blurY, glow_strength, glow_quality, glow_inner, glow_knockout));
_root.l.hero.filters = [filter_glow];
Symbol 1351 MovieClip Frame 10
_root.limpio = 0;
Symbol 1357 MovieClip Frame 1
dragger._x = _root.volumenoso;
dragger.onPress = function () {
this.startDrag(true, 0, 0, line._width, 0);
this.onEnterFrame = function () {
ratio = Math.round((this._x * 100) / line._width);
};
};
dragger.onRelease = (dragger.onreleaseOutside = stopDrag);
Symbol 1362 Button
on (press) {
_quality = "Low";
}
Symbol 1364 Button
on (press) {
_quality = "MEDIUM";
}
Symbol 1366 Button
on (press) {
_quality = "BEST";
}
Symbol 1368 Button
on (release) {
_root.botonizquierda = Key.getCode();
_root.textoizquierda = chr(Key.getAscii());
if (_root.botonizquierda == 37) {
_root.textoizquierda = "LA";
}
if (_root.botonizquierda == 39) {
_root.textoizquierda = "RA";
}
if (_root.botonizquierda == 38) {
_root.textoizquierda = "UA";
}
if (_root.botonizquierda == 40) {
_root.textoizquierda = "DA";
}
}
Symbol 1369 Button
on (release) {
_root.botonarriva = Key.getCode();
_root.textoarriva = chr(Key.getAscii());
if (_root.botonarriva == 37) {
_root.textoarriva = "LA";
}
if (_root.botonarriva == 39) {
_root.textoarriva = "RA";
}
if (_root.botonarriva == 38) {
_root.textoarriva = "UA";
}
if (_root.botonarriva == 40) {
_root.textoarriva = "DA";
}
}
Symbol 1370 Button
on (release) {
_root.botonabajo = Key.getCode();
_root.textoabajo = chr(Key.getAscii());
if (_root.botonabajo == 37) {
_root.textoabajo = "LA";
}
if (_root.botonabajo == 39) {
_root.textoabajo = "RA";
}
if (_root.botonabajo == 38) {
_root.textoabajo = "UA";
}
if (_root.botonabajo == 40) {
_root.textoabajo = "DA";
}
}
Symbol 1371 Button
on (release) {
_root.botonderecha = Key.getCode();
_root.textoderecha = chr(Key.getAscii());
if (_root.botonderecha == 37) {
_root.textoderecha = "LA";
}
if (_root.botonderecha == 39) {
_root.textoderecha = "RA";
}
if (_root.botonderecha == 38) {
_root.textoderecha = "UA";
}
if (_root.botonderecha == 40) {
_root.textoderecha = "DA";
}
}
Symbol 1372 Button
on (release) {
_root.botona = Key.getCode();
_root.textobotona = chr(Key.getAscii());
}
Symbol 1373 Button
on (release) {
_root.botons = Key.getCode();
_root.textobotons = chr(Key.getAscii());
}
Symbol 1390 MovieClip Frame 1
quest = 1;
nombre = "Shengu";
bullets = 0;
animamuerte = 0;
life = 3;
resiste = 0;
aguante = 20;
cartas = 2;
lvl = 1;
expe = 0;
maxexp = 60;
clase = "paladin";
energyregen = 1.5;
extrapoints = 0;
combo = 0;
maxcombo = 0;
score = 0;
bestcombo = 0;
tiempo_muere = 40;
armor = 1;
hp = 300;
regen = 0.25;
handicap = "normal";
maxhp = 300;
energy = 100;
maxenergy = 100;
gold = 0;
armorlvl = 1;
armorvendedor1 = "";
armorvendedor2 = "";
armorvendedor3 = "";
armorvendedor4 = "";
armorvendedor5 = "";
weaponlvl = 1;
weaponvendedor1 = "";
weaponvendedor2 = "";
weaponvendedor3 = "";
weaponvendedor4 = "";
weaponvendedor5 = "";
elemento = "normal";
core1 = "normal";
core2 = "undefined";
core3 = "undefined";
core4 = "undefined";
dmg_normal = 20;
dmg_fire = 60;
dmg_ice = 0;
dmg_shadow = 0;
seleccionenergy = 20;
item1 = 0;
item2 = "";
item3 = "";
item4 = "";
item5 = "";
item6 = "";
item7 = "";
item8 = "";
item9 = "";
item10 = "";
tree_a1 = 0;
tree_a2 = 0;
tree_a3 = 0;
tree_a4 = 0;
tree_b1 = 0;
tree_b2 = 0;
tree_b3 = 0;
tree_b4 = 0;
pelo = 3;
detalle = 5;
gamba1 = 1;
gamba2 = 2;
chaketa = 1;
cinto = 8;
cuchi1 = 1;
cuchi2 = 2;
achievement1 = 0;
achievement2 = 0;
achievement3 = 0;
achievement4 = 0;
achievement5 = 0;
achievement6 = 0;
achievement7 = 0;
achievement8 = 0;
achievement9 = 0;
achievement10 = 0;
achievement11 = 0;
Instance of Symbol 1389 MovieClip in Symbol 1390 MovieClip Frame 1
onClipEvent (enterFrame) {
_root.sthero.tiempocombo = _root.sthero.tiempocombo - 1;
if ((_root.sthero.tiempocombo < 0) and (_root.sthero.combo > 0)) {
_root.sthero.score = _root.sthero.score + ((_root.sthero.combo * 10) - 10);
_root.sthero.combo = 0;
}
if (_root.sthero.combo > 1) {
_root.m.combos.gotoAndStop(_root.sthero.combo);
} else {
_root.m.combos.gotoAndStop(1);
}
if (_root.sthero.maxcombo < _root.sthero.combo) {
_root.sthero.maxcombo = _root.sthero.combo;
}
if (_root.sthero.bestcombo < _root.sthero.combo) {
_root.sthero.bestcombo = _root.sthero.combo;
}
}
Instance of Symbol 149 MovieClip in Symbol 1394 MovieClip Frame 1
onClipEvent (enterFrame) {
for (var i in _root.l.enemy) {
if ((_root.l.enemy[i].golpeado <= 0) and this.hitTest(_root.l.enemy[i].targetgolpe)) {
_root.l.enemy[i].hp = _root.l.enemy[i].hp - Math.round(((_root.sthero.dmg_normal * (1 + (_root.sthero.tree_a3 * 0.33))) * (100 - _root.l.enemy[i].armor_normal)) / 100);
_root.l.enemy[i].golpeado_anima = 1;
_root.l.enemy[i].resiste = _root.l.enemy[i].resiste + _parent.basheador;
if (_parent.mamasa != 1) {
_parent.mamasa = 1;
_root.sthero.combo = _root.sthero.combo + 1;
_root.sthero.tiempocombo = 30;
}
_root.l.shockwave = _root.l.attachMovie("kaboom", (("dagaso" + getTimer()) + random(100000)) + _root.cuentacuentos, _root.l.getNextHighestDepth());
_root.cuentacuentos = _root.cuentacuentos + 1;
_root.l.shockwave._x = _root.l.enemy[i]._x;
_root.l.shockwave._y = _root.l.enemy[i]._y;
if (_parent._xscale == 100) {
_root.l.shockwave._xscale = 100;
}
if (_parent._xscale == -100) {
_root.l.shockwave._xscale = -100;
}
}
}
}
Symbol 1395 Button
on (release) {
_root.sthero.clase = "yamato";
velocity = 14;
_root.sthero.velocity = velocity;
_root.sthero.maxhp = 280;
_root.sthero.dmg_normal = 20;
_root.sthero.dmg_fire = 10;
_root.sthero.energyregen = 0.4;
_root.sthero.regen = 0;
_root.sthero.nombre = "Shengu";
_root.sthero.pelo = 3;
_root.sthero.detalle = 5;
_root.sthero.gamba1 = 1;
_root.sthero.gamba2 = 2;
_root.sthero.chaketa = 12;
_root.sthero.cinto = 3;
_root.sthero.cuchi1 = 1;
_root.sthero.cuchi2 = 1;
_root.destino = "v1";
_root.flash1.play();
}
Symbol 1399 Button
on (rollOver) {
_root.display1.gotoAndStop("Shengy");
}
on (release) {
_root.sthero.clase = "yamato";
velocity = 14;
_root.sthero.velocity = velocity;
_root.sthero.maxhp = 280;
_root.sthero.dmg_normal = 20;
_root.sthero.dmg_fire = 10;
_root.sthero.energyregen = 0.4;
_root.sthero.regen = 0;
_root.sthero.nombre = "Shengu";
_root.sthero.pelo = 3;
_root.sthero.detalle = 5;
_root.sthero.gamba1 = 1;
_root.sthero.gamba2 = 2;
_root.sthero.chaketa = 12;
_root.sthero.cinto = 3;
_root.sthero.cuchi1 = 1;
_root.sthero.cuchi2 = 1;
_root.destino = "v1";
_root.flash1.play();
}
Symbol 1422 MovieClip Frame 1
stop();
Instance of Symbol 1422 MovieClip "re" in Symbol 1424 MovieClip Frame 1
onClipEvent (enterFrame) {
gogo = _parent.cooldown;
if (_parent.cooldown != "") {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
}
Instance of Symbol 1422 MovieClip "re" in Symbol 1427 MovieClip Frame 1
onClipEvent (enterFrame) {
gogo = _parent.cooldown;
if (_parent.cooldown != "") {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
}
Symbol 1432 MovieClip Frame 1
stop();
Instance of Symbol 1422 MovieClip "re" in Symbol 1435 MovieClip Frame 1
onClipEvent (enterFrame) {
gogo = _parent.cooldown;
if (_parent.cooldown != "") {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
}
Symbol 1464 MovieClip Frame 1
stop();
Symbol 1466 MovieClip Frame 1
_parent._y = _parent._y + 10;
_parent.comb.gotoAndStop(random(10) + 1);
if (_parent.comb._xscale < 130) {
_parent.comb._xscale = 100 + (_root.sthero.combo * 10);
_parent.comb._yscale = 100 + (_root.sthero.combo * 10);
}
Symbol 1466 MovieClip Frame 2
_parent._y = _parent._y - 10;
Symbol 1466 MovieClip Frame 3
stop();
Symbol 1467 MovieClip Frame 1
stop();
Instance of Symbol 1471 MovieClip "display" in Symbol 1475 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_xscale > _parent.hp._xscale) {
_xscale = (_xscale - 1);
} else if (_xscale < _parent.hp._xscale) {
_xscale = _parent.hp._xscale;
}
}
Instance of Symbol 1473 MovieClip "hp" in Symbol 1475 MovieClip Frame 1
onClipEvent (enterFrame) {
_xscale = ((_root.sthero.hp / _root.sthero.maxhp) * 100);
_parent.muestra = (("HP" + Math.round(_root.sthero.hp)) + "/") + _root.sthero.maxhp;
if (_xscale < 0) {
_xscale = 0;
}
if ((_root.sthero.hp < _root.sthero.maxhp) and (_root.sthero.hp > 0)) {
_root.sthero.hp = _root.sthero.hp + _root.sthero.regen;
}
}
Instance of Symbol 1479 MovieClip "energy" in Symbol 1481 MovieClip Frame 1
onClipEvent (enterFrame) {
_xscale = ((_root.sthero.energy / _root.sthero.maxenergy) * 100);
_parent.muestra = (("E:" + Math.round(_root.sthero.energy)) + "/") + _root.sthero.maxenergy;
if (_xscale < 0) {
_xscale = 0;
}
if (_root.sthero.energy < _root.sthero.maxenergy) {
_root.sthero.energy = _root.sthero.energy + _root.sthero.energyregen;
}
}
Symbol 1484 Button
on (press, keyPress "i") {
gotoAndStop (2);
mySound = new Sound(this);
tune = "menuses";
mySound.attachSound(tune);
mySound.start(0, 1);
}
Symbol 1510 Button
on (press, keyPress "i") {
gotoAndStop (1);
mySound = new Sound(this);
tune = "menuses";
mySound.attachSound(tune);
mySound.start(0, 1);
}
Symbol 1533 Button
on (release) {
gotoAndStop (3);
}
Symbol 1535 Button
on (release) {
gotoAndStop (4);
}
Symbol 1540 Button
on (release) {
if ((_root.sthero.tree_a1 < 3) and (_root.sthero.extrapoints > 0)) {
_root.sthero.tree_a1 = _root.sthero.tree_a1 + 1;
_root.sthero.extrapoints = _root.sthero.extrapoints - 1;
}
}
on (rollOver) {
descripcion.gotoAndStop(3);
descripcion._x = _xmouse;
descripcion._y = _ymouse;
}
on (rollOut) {
descripcion._x = 9999;
descripcion._y = 9999;
}
Symbol 1542 Button
on (release) {
if ((_root.sthero.tree_a3 < 3) and (_root.sthero.extrapoints > 0)) {
_root.sthero.tree_a3 = _root.sthero.tree_a3 + 1;
_root.sthero.extrapoints = _root.sthero.extrapoints - 1;
}
}
on (rollOver) {
descripcion.gotoAndStop(4);
descripcion._x = _xmouse;
descripcion._y = _ymouse;
}
on (rollOut) {
descripcion._x = 9999;
descripcion._y = 9999;
}
Symbol 1544 Button
on (release) {
if (((((_root.sthero.tree_a4 < 1) and (_root.sthero.extrapoints > 0)) and (_root.sthero.tree_a3 > 2)) and (_root.sthero.tree_a2 > 2)) and (_root.sthero.tree_a1 > 2)) {
_root.sthero.tree_a4 = _root.sthero.tree_a4 + 1;
_root.sthero.extrapoints = _root.sthero.extrapoints - 1;
_root.velocity = _root.velocity + 2;
}
}
on (rollOver) {
descripcion.gotoAndStop(5);
descripcion._x = _xmouse;
descripcion._y = _ymouse;
}
on (rollOut) {
descripcion._x = 9999;
descripcion._y = 9999;
}
Symbol 1546 Button
on (release) {
if ((_root.sthero.tree_a2 < 3) and (_root.sthero.extrapoints > 0)) {
_root.sthero.tree_a2 = _root.sthero.tree_a2 + 1;
_root.sthero.extrapoints = _root.sthero.extrapoints - 1;
}
}
on (rollOver) {
descripcion.gotoAndStop(2);
descripcion._x = _xmouse;
descripcion._y = _ymouse;
}
on (rollOut) {
descripcion._x = 9999;
descripcion._y = 9999;
}
Symbol 1556 Button
on (release) {
if ((_root.sthero.tree_b1 < 3) and (_root.sthero.extrapoints > 0)) {
_root.sthero.tree_b1 = _root.sthero.tree_b1 + 1;
_root.sthero.extrapoints = _root.sthero.extrapoints - 1;
}
}
on (rollOver) {
descripcion.gotoAndStop(6);
descripcion._x = _xmouse;
descripcion._y = _ymouse;
}
on (rollOut) {
descripcion._x = 9999;
descripcion._y = 9999;
}
Symbol 1558 Button
on (release) {
if ((_root.sthero.tree_b2 < 3) and (_root.sthero.extrapoints > 0)) {
_root.sthero.tree_b2 = _root.sthero.tree_b2 + 1;
_root.sthero.extrapoints = _root.sthero.extrapoints - 1;
}
}
on (rollOver) {
descripcion.gotoAndStop(7);
descripcion._x = _xmouse;
descripcion._y = _ymouse;
}
on (rollOut) {
descripcion._x = 9999;
descripcion._y = 9999;
}
Symbol 1560 Button
on (release) {
if ((_root.sthero.tree_b3 < 3) and (_root.sthero.extrapoints > 0)) {
_root.sthero.tree_b3 = _root.sthero.tree_b3 + 1;
_root.sthero.extrapoints = _root.sthero.extrapoints - 1;
}
}
on (rollOver) {
descripcion.gotoAndStop(8);
descripcion._x = _xmouse;
descripcion._y = _ymouse;
}
on (rollOut) {
descripcion._x = 9999;
descripcion._y = 9999;
}
Symbol 1562 Button
on (release) {
if (((((_root.sthero.tree_b4 < 1) and (_root.sthero.extrapoints > 0)) and (_root.sthero.tree_b3 > 2)) and (_root.sthero.tree_b2 > 2)) and (_root.sthero.tree_b1 > 2)) {
_root.sthero.tree_b4 = _root.sthero.tree_b4 + 1;
_root.sthero.extrapoints = _root.sthero.extrapoints - 1;
_root.sthero.maxenergy = _root.sthero.maxenergy + 50;
}
}
on (rollOver) {
descripcion.gotoAndStop(9);
descripcion._x = _xmouse;
descripcion._y = _ymouse;
}
on (rollOut) {
descripcion._x = 9999;
descripcion._y = 9999;
}
Symbol 1615 MovieClip Frame 1
stop();
Symbol 1627 Button
on (release) {
if ((_root.sthero.tree_a1 < 3) and (_root.sthero.extrapoints > 0)) {
_root.sthero.tree_a1 = _root.sthero.tree_a1 + 1;
_root.sthero.extrapoints = _root.sthero.extrapoints - 1;
}
}
on (rollOver) {
descripcion.gotoAndStop(10);
descripcion._x = _xmouse;
descripcion._y = _ymouse;
}
on (rollOut) {
descripcion._x = 9999;
descripcion._y = 9999;
}
Symbol 1629 Button
on (release) {
if ((_root.sthero.tree_a2 < 3) and (_root.sthero.extrapoints > 0)) {
_root.sthero.tree_a2 = _root.sthero.tree_a2 + 1;
_root.sthero.extrapoints = _root.sthero.extrapoints - 1;
}
}
on (rollOver) {
descripcion.gotoAndStop(11);
descripcion._x = _xmouse;
descripcion._y = _ymouse;
}
on (rollOut) {
descripcion._x = 9999;
descripcion._y = 9999;
}
Symbol 1631 Button
on (release) {
if ((_root.sthero.tree_a3 < 3) and (_root.sthero.extrapoints > 0)) {
_root.sthero.tree_a3 = _root.sthero.tree_a3 + 1;
_root.sthero.extrapoints = _root.sthero.extrapoints - 1;
}
}
on (rollOver) {
descripcion.gotoAndStop(12);
descripcion._x = _xmouse;
descripcion._y = _ymouse;
}
on (rollOut) {
descripcion._x = 9999;
descripcion._y = 9999;
}
Symbol 1633 Button
on (release) {
if (((((_root.sthero.tree_a4 < 1) and (_root.sthero.extrapoints > 0)) and (_root.sthero.tree_a3 > 2)) and (_root.sthero.tree_a2 > 2)) and (_root.sthero.tree_a1 > 2)) {
_root.sthero.tree_a4 = _root.sthero.tree_a4 + 1;
_root.sthero.extrapoints = _root.sthero.extrapoints - 1;
}
}
on (rollOver) {
descripcion.gotoAndStop(13);
descripcion._x = _xmouse;
descripcion._y = _ymouse;
}
on (rollOut) {
descripcion._x = 9999;
descripcion._y = 9999;
}
Symbol 1635 Button
on (release) {
if ((_root.sthero.tree_b1 < 3) and (_root.sthero.extrapoints > 0)) {
_root.sthero.tree_b1 = _root.sthero.tree_b1 + 1;
_root.sthero.extrapoints = _root.sthero.extrapoints - 1;
}
}
on (rollOver) {
descripcion.gotoAndStop(14);
descripcion._x = _xmouse;
descripcion._y = _ymouse;
}
on (rollOut) {
descripcion._x = 9999;
descripcion._y = 9999;
}
Symbol 1637 Button
on (release) {
if ((_root.sthero.tree_b2 < 3) and (_root.sthero.extrapoints > 0)) {
_root.sthero.tree_b2 = _root.sthero.tree_b2 + 1;
_root.sthero.extrapoints = _root.sthero.extrapoints - 1;
}
}
on (rollOver) {
descripcion.gotoAndStop(15);
descripcion._x = _xmouse;
descripcion._y = _ymouse;
}
on (rollOut) {
descripcion._x = 9999;
descripcion._y = 9999;
}
Symbol 1639 Button
on (release) {
if ((_root.sthero.tree_b3 < 3) and (_root.sthero.extrapoints > 0)) {
_root.sthero.tree_b3 = _root.sthero.tree_b3 + 1;
_root.sthero.extrapoints = _root.sthero.extrapoints - 1;
}
}
on (rollOver) {
descripcion.gotoAndStop(16);
descripcion._x = _xmouse;
descripcion._y = _ymouse;
}
on (rollOut) {
descripcion._x = 9999;
descripcion._y = 9999;
}
Symbol 1641 Button
on (release) {
if (((((_root.sthero.tree_b4 < 1) and (_root.sthero.extrapoints > 0)) and (_root.sthero.tree_b3 > 2)) and (_root.sthero.tree_b2 > 2)) and (_root.sthero.tree_b1 > 2)) {
_root.sthero.tree_b4 = _root.sthero.tree_b4 + 1;
_root.sthero.extrapoints = _root.sthero.extrapoints - 1;
_root.sthero.maxenergy = _root.sthero.maxenergy + 100;
_root.sthero.energy = _root.sthero.maxenergy;
}
}
on (rollOver) {
descripcion.gotoAndStop(17);
descripcion._x = _xmouse;
descripcion._y = _ymouse;
}
on (rollOut) {
descripcion._x = 9999;
descripcion._y = 9999;
}
Symbol 1653 Button
on (release) {
if ((_root.sthero.tree_a1 < 3) and (_root.sthero.extrapoints > 0)) {
_root.sthero.tree_a1 = _root.sthero.tree_a1 + 1;
_root.sthero.extrapoints = _root.sthero.extrapoints - 1;
_root.velocity = _root.velocity + 1;
}
}
on (rollOver) {
descripcion.gotoAndStop(18);
descripcion._x = _xmouse;
descripcion._y = _ymouse;
}
on (rollOut) {
descripcion._x = 9999;
descripcion._y = 9999;
}
Symbol 1655 Button
on (release) {
if ((_root.sthero.tree_a2 < 3) and (_root.sthero.extrapoints > 0)) {
_root.sthero.tree_a2 = _root.sthero.tree_a2 + 1;
_root.sthero.extrapoints = _root.sthero.extrapoints - 1;
}
}
on (rollOver) {
descripcion.gotoAndStop(19);
descripcion._x = _xmouse;
descripcion._y = _ymouse;
}
on (rollOut) {
descripcion._x = 9999;
descripcion._y = 9999;
}
Symbol 1657 Button
on (release) {
if ((_root.sthero.tree_a3 < 3) and (_root.sthero.extrapoints > 0)) {
_root.sthero.tree_a3 = _root.sthero.tree_a3 + 1;
_root.sthero.extrapoints = _root.sthero.extrapoints - 1;
}
}
on (rollOver) {
descripcion.gotoAndStop(20);
descripcion._x = _xmouse;
descripcion._y = _ymouse;
}
on (rollOut) {
descripcion._x = 9999;
descripcion._y = 9999;
}
Symbol 1659 Button
on (release) {
if (((((_root.sthero.tree_a4 < 1) and (_root.sthero.extrapoints > 0)) and (_root.sthero.tree_a3 > 2)) and (_root.sthero.tree_a2 > 2)) and (_root.sthero.tree_a1 > 2)) {
_root.sthero.tree_a4 = _root.sthero.tree_a4 + 1;
_root.sthero.extrapoints = _root.sthero.extrapoints - 1;
}
}
on (rollOver) {
descripcion.gotoAndStop(21);
descripcion._x = _xmouse;
descripcion._y = _ymouse;
}
on (rollOut) {
descripcion._x = 9999;
descripcion._y = 9999;
}
Symbol 1661 Button
on (release) {
if ((_root.sthero.tree_b1 < 3) and (_root.sthero.extrapoints > 0)) {
_root.sthero.tree_b1 = _root.sthero.tree_b1 + 1;
_root.sthero.extrapoints = _root.sthero.extrapoints - 1;
}
}
on (rollOver) {
descripcion.gotoAndStop(22);
descripcion._x = _xmouse;
descripcion._y = _ymouse;
}
on (rollOut) {
descripcion._x = 9999;
descripcion._y = 9999;
}
Symbol 1663 Button
on (release) {
if ((_root.sthero.tree_b2 < 3) and (_root.sthero.extrapoints > 0)) {
_root.sthero.tree_b2 = _root.sthero.tree_b2 + 1;
_root.sthero.extrapoints = _root.sthero.extrapoints - 1;
}
}
on (rollOver) {
descripcion.gotoAndStop(23);
descripcion._x = _xmouse;
descripcion._y = _ymouse;
}
on (rollOut) {
descripcion._x = 9999;
descripcion._y = 9999;
}
Symbol 1665 Button
on (release) {
if ((_root.sthero.tree_b3 < 3) and (_root.sthero.extrapoints > 0)) {
_root.sthero.tree_b3 = _root.sthero.tree_b3 + 1;
_root.sthero.extrapoints = _root.sthero.extrapoints - 1;
}
}
on (rollOver) {
descripcion.gotoAndStop(24);
descripcion._x = _xmouse;
descripcion._y = _ymouse;
}
on (rollOut) {
descripcion._x = 9999;
descripcion._y = 9999;
}
Symbol 1667 Button
on (release) {
if (((((_root.sthero.tree_b4 < 1) and (_root.sthero.extrapoints > 0)) and (_root.sthero.tree_b3 > 2)) and (_root.sthero.tree_b2 > 2)) and (_root.sthero.tree_b1 > 2)) {
_root.sthero.tree_b4 = _root.sthero.tree_b4 + 1;
_root.sthero.extrapoints = _root.sthero.extrapoints - 1;
}
}
on (rollOver) {
descripcion.gotoAndStop(25);
descripcion._x = _xmouse;
descripcion._y = _ymouse;
}
on (rollOut) {
descripcion._x = 9999;
descripcion._y = 9999;
}
Symbol 1679 Button
on (release) {
if ((_root.sthero.tree_a1 < 3) and (_root.sthero.extrapoints > 0)) {
_root.sthero.tree_a1 = _root.sthero.tree_a1 + 1;
_root.sthero.extrapoints = _root.sthero.extrapoints - 1;
}
}
on (rollOver) {
descripcion.gotoAndStop(26);
descripcion._x = _xmouse;
descripcion._y = _ymouse;
}
on (rollOut) {
descripcion._x = 9999;
descripcion._y = 9999;
}
Symbol 1681 Button
on (release) {
if ((_root.sthero.tree_a2 < 3) and (_root.sthero.extrapoints > 0)) {
_root.sthero.tree_a2 = _root.sthero.tree_a2 + 1;
_root.sthero.extrapoints = _root.sthero.extrapoints - 1;
}
}
on (rollOver) {
descripcion.gotoAndStop(27);
descripcion._x = _xmouse;
descripcion._y = _ymouse;
}
on (rollOut) {
descripcion._x = 9999;
descripcion._y = 9999;
}
Symbol 1683 Button
on (release) {
if ((_root.sthero.tree_a3 < 3) and (_root.sthero.extrapoints > 0)) {
_root.sthero.tree_a3 = _root.sthero.tree_a3 + 1;
_root.sthero.extrapoints = _root.sthero.extrapoints - 1;
}
}
on (rollOver) {
descripcion.gotoAndStop(28);
descripcion._x = _xmouse;
descripcion._y = _ymouse;
}
on (rollOut) {
descripcion._x = 9999;
descripcion._y = 9999;
}
Symbol 1685 Button
on (release) {
if (((((_root.sthero.tree_a4 < 1) and (_root.sthero.extrapoints > 0)) and (_root.sthero.tree_a3 > 2)) and (_root.sthero.tree_a2 > 2)) and (_root.sthero.tree_a1 > 2)) {
_root.sthero.tree_a4 = _root.sthero.tree_a4 + 1;
_root.sthero.extrapoints = _root.sthero.extrapoints - 1;
}
}
on (rollOver) {
descripcion.gotoAndStop(29);
descripcion._x = _xmouse;
descripcion._y = _ymouse;
}
on (rollOut) {
descripcion._x = 9999;
descripcion._y = 9999;
}
Symbol 1687 Button
on (release) {
if ((_root.sthero.tree_b1 < 3) and (_root.sthero.extrapoints > 0)) {
_root.sthero.tree_b1 = _root.sthero.tree_b1 + 1;
_root.sthero.extrapoints = _root.sthero.extrapoints - 1;
}
}
on (rollOver) {
descripcion.gotoAndStop(30);
descripcion._x = _xmouse;
descripcion._y = _ymouse;
}
on (rollOut) {
descripcion._x = 9999;
descripcion._y = 9999;
}
Symbol 1689 Button
on (release) {
if ((_root.sthero.tree_b2 < 3) and (_root.sthero.extrapoints > 0)) {
_root.sthero.tree_b2 = _root.sthero.tree_b2 + 1;
_root.sthero.extrapoints = _root.sthero.extrapoints - 1;
}
}
on (rollOver) {
descripcion.gotoAndStop(31);
descripcion._x = _xmouse;
descripcion._y = _ymouse;
}
on (rollOut) {
descripcion._x = 9999;
descripcion._y = 9999;
}
Symbol 1691 Button
on (release) {
if ((_root.sthero.tree_b3 < 3) and (_root.sthero.extrapoints > 0)) {
_root.sthero.tree_b3 = _root.sthero.tree_b3 + 1;
_root.sthero.extrapoints = _root.sthero.extrapoints - 1;
}
}
on (rollOver) {
descripcion.gotoAndStop(32);
descripcion._x = _xmouse;
descripcion._y = _ymouse;
}
on (rollOut) {
descripcion._x = 9999;
descripcion._y = 9999;
}
Symbol 1693 Button
on (release) {
if (((((_root.sthero.tree_b4 < 1) and (_root.sthero.extrapoints > 0)) and (_root.sthero.tree_b3 > 2)) and (_root.sthero.tree_b2 > 2)) and (_root.sthero.tree_b1 > 2)) {
_root.sthero.tree_b4 = _root.sthero.tree_b4 + 1;
_root.sthero.extrapoints = _root.sthero.extrapoints - 1;
}
}
on (rollOver) {
descripcion.gotoAndStop(33);
descripcion._x = _xmouse;
descripcion._y = _ymouse;
}
on (rollOut) {
descripcion._x = 9999;
descripcion._y = 9999;
}
Symbol 1705 Button
on (release) {
if ((_root.sthero.tree_a1 < 3) and (_root.sthero.extrapoints > 0)) {
_root.sthero.tree_a1 = _root.sthero.tree_a1 + 1;
_root.sthero.extrapoints = _root.sthero.extrapoints - 1;
}
}
on (rollOver) {
descripcion.gotoAndStop(34);
descripcion._x = _xmouse;
descripcion._y = _ymouse;
}
on (rollOut) {
descripcion._x = 9999;
descripcion._y = 9999;
}
Symbol 1707 Button
on (release) {
if ((_root.sthero.tree_a2 < 3) and (_root.sthero.extrapoints > 0)) {
_root.sthero.tree_a2 = _root.sthero.tree_a2 + 1;
_root.sthero.extrapoints = _root.sthero.extrapoints - 1;
}
}
on (rollOver) {
descripcion.gotoAndStop(35);
descripcion._x = _xmouse;
descripcion._y = _ymouse;
}
on (rollOut) {
descripcion._x = 9999;
descripcion._y = 9999;
}
Symbol 1709 Button
on (release) {
if ((_root.sthero.tree_a3 < 3) and (_root.sthero.extrapoints > 0)) {
_root.sthero.tree_a3 = _root.sthero.tree_a3 + 1;
_root.sthero.extrapoints = _root.sthero.extrapoints - 1;
}
}
on (rollOver) {
descripcion.gotoAndStop(36);
descripcion._x = _xmouse;
descripcion._y = _ymouse;
}
on (rollOut) {
descripcion._x = 9999;
descripcion._y = 9999;
}
Symbol 1711 Button
on (release) {
if (((((_root.sthero.tree_a4 < 1) and (_root.sthero.extrapoints > 0)) and (_root.sthero.tree_a3 > 2)) and (_root.sthero.tree_a2 > 2)) and (_root.sthero.tree_a1 > 2)) {
_root.sthero.tree_a4 = _root.sthero.tree_a4 + 1;
_root.sthero.extrapoints = _root.sthero.extrapoints - 1;
}
}
on (rollOver) {
descripcion.gotoAndStop(37);
descripcion._x = _xmouse;
descripcion._y = _ymouse;
}
on (rollOut) {
descripcion._x = 9999;
descripcion._y = 9999;
}
Symbol 1713 Button
on (release) {
if ((_root.sthero.tree_b1 < 3) and (_root.sthero.extrapoints > 0)) {
_root.sthero.tree_b1 = _root.sthero.tree_b1 + 1;
_root.sthero.extrapoints = _root.sthero.extrapoints - 1;
}
}
on (rollOver) {
descripcion.gotoAndStop(38);
descripcion._x = _xmouse;
descripcion._y = _ymouse;
}
on (rollOut) {
descripcion._x = 9999;
descripcion._y = 9999;
}
Symbol 1715 Button
on (release) {
if ((_root.sthero.tree_b2 < 3) and (_root.sthero.extrapoints > 0)) {
_root.sthero.tree_b2 = _root.sthero.tree_b2 + 1;
_root.sthero.extrapoints = _root.sthero.extrapoints - 1;
}
}
on (rollOver) {
descripcion.gotoAndStop(39);
descripcion._x = _xmouse;
descripcion._y = _ymouse;
}
on (rollOut) {
descripcion._x = 9999;
descripcion._y = 9999;
}
Symbol 1717 Button
on (release) {
if ((_root.sthero.tree_b3 < 3) and (_root.sthero.extrapoints > 0)) {
_root.sthero.tree_b3 = _root.sthero.tree_b3 + 1;
_root.sthero.extrapoints = _root.sthero.extrapoints - 1;
}
}
on (rollOver) {
descripcion.gotoAndStop(40);
descripcion._x = _xmouse;
descripcion._y = _ymouse;
}
on (rollOut) {
descripcion._x = 9999;
descripcion._y = 9999;
}
Symbol 1719 Button
on (release) {
if (((((_root.sthero.tree_b4 < 1) and (_root.sthero.extrapoints > 0)) and (_root.sthero.tree_b3 > 2)) and (_root.sthero.tree_b2 > 2)) and (_root.sthero.tree_b1 > 2)) {
_root.sthero.tree_b4 = _root.sthero.tree_b4 + 1;
_root.sthero.extrapoints = _root.sthero.extrapoints - 1;
}
}
on (rollOver) {
descripcion.gotoAndStop(41);
descripcion._x = _xmouse;
descripcion._y = _ymouse;
}
on (rollOut) {
descripcion._x = 9999;
descripcion._y = 9999;
}
Symbol 1731 Button
on (release) {
if ((_root.sthero.tree_a1 < 3) and (_root.sthero.extrapoints > 0)) {
_root.sthero.tree_a1 = _root.sthero.tree_a1 + 1;
_root.sthero.extrapoints = _root.sthero.extrapoints - 1;
}
}
on (rollOver) {
descripcion.gotoAndStop(42);
descripcion._x = _xmouse;
descripcion._y = _ymouse;
}
on (rollOut) {
descripcion._x = 9999;
descripcion._y = 9999;
}
Symbol 1733 Button
on (release) {
if ((_root.sthero.tree_a2 < 3) and (_root.sthero.extrapoints > 0)) {
_root.sthero.tree_a2 = _root.sthero.tree_a2 + 1;
_root.sthero.extrapoints = _root.sthero.extrapoints - 1;
}
}
on (rollOver) {
descripcion.gotoAndStop(43);
descripcion._x = _xmouse;
descripcion._y = _ymouse;
}
on (rollOut) {
descripcion._x = 9999;
descripcion._y = 9999;
}
Symbol 1735 Button
on (release) {
if ((_root.sthero.tree_a3 < 3) and (_root.sthero.extrapoints > 0)) {
_root.sthero.tree_a3 = _root.sthero.tree_a3 + 1;
_root.sthero.extrapoints = _root.sthero.extrapoints - 1;
}
}
on (rollOver) {
descripcion.gotoAndStop(44);
descripcion._x = _xmouse;
descripcion._y = _ymouse;
}
on (rollOut) {
descripcion._x = 9999;
descripcion._y = 9999;
}
Symbol 1737 Button
on (release) {
if (((((_root.sthero.tree_a4 < 1) and (_root.sthero.extrapoints > 0)) and (_root.sthero.tree_a3 > 2)) and (_root.sthero.tree_a2 > 2)) and (_root.sthero.tree_a1 > 2)) {
_root.sthero.tree_a4 = _root.sthero.tree_a4 + 1;
_root.sthero.extrapoints = _root.sthero.extrapoints - 1;
}
}
on (rollOver) {
descripcion.gotoAndStop(45);
descripcion._x = _xmouse;
descripcion._y = _ymouse;
}
on (rollOut) {
descripcion._x = 9999;
descripcion._y = 9999;
}
Symbol 1739 Button
on (release) {
if ((_root.sthero.tree_b1 < 3) and (_root.sthero.extrapoints > 0)) {
_root.sthero.tree_b1 = _root.sthero.tree_b1 + 1;
_root.sthero.extrapoints = _root.sthero.extrapoints - 1;
}
}
on (rollOver) {
descripcion.gotoAndStop(46);
descripcion._x = _xmouse;
descripcion._y = _ymouse;
}
on (rollOut) {
descripcion._x = 9999;
descripcion._y = 9999;
}
Symbol 1741 Button
on (release) {
if ((_root.sthero.tree_b2 < 3) and (_root.sthero.extrapoints > 0)) {
_root.sthero.tree_b2 = _root.sthero.tree_b2 + 1;
_root.sthero.extrapoints = _root.sthero.extrapoints - 1;
}
}
on (rollOver) {
descripcion.gotoAndStop(47);
descripcion._x = _xmouse;
descripcion._y = _ymouse;
}
on (rollOut) {
descripcion._x = 9999;
descripcion._y = 9999;
}
Symbol 1743 Button
on (release) {
if ((_root.sthero.tree_b3 < 3) and (_root.sthero.extrapoints > 0)) {
_root.sthero.tree_b3 = _root.sthero.tree_b3 + 1;
_root.sthero.extrapoints = _root.sthero.extrapoints - 1;
}
}
on (rollOver) {
descripcion.gotoAndStop(48);
descripcion._x = _xmouse;
descripcion._y = _ymouse;
}
on (rollOut) {
descripcion._x = 9999;
descripcion._y = 9999;
}
Symbol 1745 Button
on (release) {
if (((((_root.sthero.tree_b4 < 1) and (_root.sthero.extrapoints > 0)) and (_root.sthero.tree_b3 > 2)) and (_root.sthero.tree_b2 > 2)) and (_root.sthero.tree_b1 > 2)) {
_root.sthero.tree_b4 = _root.sthero.tree_b4 + 1;
_root.sthero.extrapoints = _root.sthero.extrapoints - 1;
}
}
on (rollOver) {
descripcion.gotoAndStop(49);
descripcion._x = _xmouse;
descripcion._y = _ymouse;
}
on (rollOut) {
descripcion._x = 9999;
descripcion._y = 9999;
}
Symbol 1746 MovieClip Frame 6
stop();
Symbol 1752 MovieClip Frame 1
stop();
Symbol 1754 Button
on (release) {
gotoAndStop (2);
}
Symbol 1759 MovieClip Frame 1
_root.stage_clear._x = 350;
stop();
Instance of Symbol 1487 MovieClip in Symbol 1759 MovieClip Frame 1
onClipEvent (load) {
gotoAndStop (2);
}
onClipEvent (enterFrame) {
if (_root.sthero.extrapoints > 0) {
gotoAndStop (1);
} else {
gotoAndStop (2);
}
}
Symbol 1759 MovieClip Frame 2
galgo = (_root.sthero.expe + " / ") + _root.sthero.maxexp;
_root.stage_clear._x = -700;
Instance of Symbol 1508 MovieClip in Symbol 1759 MovieClip Frame 2
onClipEvent (load) {
gotoAndStop(_root.sthero.weaponlvl);
}
Instance of Symbol 1746 MovieClip in Symbol 1759 MovieClip Frame 2
onClipEvent (load) {
play();
gotoAndStop(_root.sthero.nombre);
}
Instance of Symbol 1752 MovieClip in Symbol 1759 MovieClip Frame 3
onClipEvent (load) {
if (_root.sthero.achievement1 == 1) {
gotoAndStop (2);
}
}
Instance of Symbol 1752 MovieClip in Symbol 1759 MovieClip Frame 3
onClipEvent (load) {
if (_root.sthero.achievement2 == 1) {
gotoAndStop (2);
}
}
Instance of Symbol 1752 MovieClip in Symbol 1759 MovieClip Frame 3
onClipEvent (load) {
if (_root.sthero.achievement3 == 1) {
gotoAndStop (2);
}
}
Instance of Symbol 1752 MovieClip in Symbol 1759 MovieClip Frame 3
onClipEvent (load) {
if (_root.sthero.achievement4 == 1) {
gotoAndStop (2);
}
}
Instance of Symbol 1752 MovieClip in Symbol 1759 MovieClip Frame 3
onClipEvent (load) {
if (_root.sthero.achievement5 == 1) {
gotoAndStop (2);
}
}
Instance of Symbol 1752 MovieClip in Symbol 1759 MovieClip Frame 3
onClipEvent (load) {
if (_root.sthero.achievement6 == 1) {
gotoAndStop (2);
}
}
Instance of Symbol 1752 MovieClip in Symbol 1759 MovieClip Frame 3
onClipEvent (load) {
if (_root.sthero.achievement7 == 1) {
gotoAndStop (2);
}
}
Instance of Symbol 1752 MovieClip in Symbol 1759 MovieClip Frame 3
onClipEvent (load) {
if (_root.sthero.achievement8 == 1) {
gotoAndStop (2);
}
}
Instance of Symbol 1752 MovieClip in Symbol 1759 MovieClip Frame 3
onClipEvent (load) {
if (_root.sthero.achievement9 == 1) {
gotoAndStop (2);
}
}
Instance of Symbol 1752 MovieClip in Symbol 1759 MovieClip Frame 3
onClipEvent (load) {
if (_root.sthero.achievement10 == 1) {
gotoAndStop (2);
}
}
Instance of Symbol 1752 MovieClip in Symbol 1759 MovieClip Frame 3
onClipEvent (load) {
if (_root.sthero.achievement11 == 1) {
gotoAndStop (2);
}
}
Instance of Symbol 1357 MovieClip "mySlider" in Symbol 1759 MovieClip Frame 4
onClipEvent (load) {
ratio = _root.volumenoso;
}
onClipEvent (enterFrame) {
_root.musikita.mySound.setVolume(ratio);
_root.volumenoso = ratio;
}
Symbol 1772 MovieClip Frame 1
stop();
Instance of Symbol 1471 MovieClip "display" in Symbol 1780 MovieClip Frame 1
onClipEvent (load) {
_xscale = ((_parent._parent.targeteado.hp / _parent._parent.targeteado.maxhp) * 100);
}
onClipEvent (enterFrame) {
if (_xscale > _parent.hp._xscale) {
_xscale = (_xscale - 1);
} else if (_xscale < _parent.hp._xscale) {
_xscale = _parent.hp._xscale;
}
}
Instance of Symbol 1473 MovieClip "hp" in Symbol 1780 MovieClip Frame 1
onClipEvent (load) {
_xscale = ((_parent._parent.targeteado.hp / _parent._parent.targeteado.maxhp) * 100);
}
onClipEvent (enterFrame) {
if (_parent._parent.targeteado.hp > 0) {
_xscale = ((_parent._parent.targeteado.hp / _parent._parent.targeteado.maxhp) * 100);
} else {
_parent._parent.gotoAndStop(1);
}
}
Symbol 1782 MovieClip Frame 50
_parent.gotoAndStop(1);
Symbol 1804 MovieClip Frame 1
_x = _parent.phantom._x;
_y = _parent.phantom._y;
Symbol 1819 MovieClip Frame 1
stop();
Symbol 1826 MovieClip Frame 1
stop();
Instance of Symbol 1422 MovieClip "re" in Symbol 1829 MovieClip Frame 1
onClipEvent (enterFrame) {
gogo = _parent.cooldown;
if (_parent.cooldown != "") {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
}
Instance of Symbol 1422 MovieClip "re" in Symbol 1832 MovieClip Frame 1
onClipEvent (enterFrame) {
gogo = _parent.cooldown;
if (_parent.cooldown != "") {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
}
Instance of Symbol 1422 MovieClip "re" in Symbol 1835 MovieClip Frame 1
onClipEvent (enterFrame) {
gogo = _parent.cooldown;
if (_parent.cooldown != "") {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
}
Instance of Symbol 1422 MovieClip "re" in Symbol 1840 MovieClip Frame 1
onClipEvent (enterFrame) {
gogo = _parent.cooldown;
if (_parent.cooldown != "") {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
}
Instance of Symbol 1422 MovieClip "re" in Symbol 1843 MovieClip Frame 1
onClipEvent (enterFrame) {
gogo = _parent.cooldown;
if (_parent.cooldown != "") {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
}
Instance of Symbol 1422 MovieClip "re" in Symbol 1846 MovieClip Frame 1
onClipEvent (enterFrame) {
gogo = _parent.cooldown;
if (_parent.cooldown != "") {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
}
Instance of Symbol 1422 MovieClip "re" in Symbol 1849 MovieClip Frame 1
onClipEvent (enterFrame) {
gogo = _parent.cooldown;
if (_parent.cooldown != "") {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
}
Instance of Symbol 1422 MovieClip "re" in Symbol 1851 MovieClip Frame 1
onClipEvent (enterFrame) {
gogo = _parent.cooldown;
if (_parent.cooldown != "") {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
}
Instance of Symbol 1422 MovieClip "re" in Symbol 1854 MovieClip Frame 1
onClipEvent (enterFrame) {
gogo = _parent.cooldown;
if (_parent.cooldown != "") {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
}
Instance of Symbol 1422 MovieClip "re" in Symbol 1856 MovieClip Frame 1
onClipEvent (enterFrame) {
gogo = _parent.cooldown;
if (_parent.cooldown != "") {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
}
Instance of Symbol 1422 MovieClip "re" in Symbol 1859 MovieClip Frame 1
onClipEvent (enterFrame) {
gogo = _parent.cooldown;
if (_parent.cooldown != "") {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
}
Instance of Symbol 1422 MovieClip "re" in Symbol 1862 MovieClip Frame 1
onClipEvent (enterFrame) {
gogo = _parent.cooldown;
if (_parent.cooldown != "") {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
}
Instance of Symbol 1422 MovieClip "re" in Symbol 1865 MovieClip Frame 1
onClipEvent (enterFrame) {
gogo = _parent.cooldown;
if (_parent.cooldown != "") {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
}
Instance of Symbol 1422 MovieClip "re" in Symbol 1868 MovieClip Frame 1
onClipEvent (enterFrame) {
gogo = _parent.cooldown;
if (_parent.cooldown != "") {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
}
Instance of Symbol 1422 MovieClip "re" in Symbol 1871 MovieClip Frame 1
onClipEvent (enterFrame) {
gogo = _parent.cooldown;
if (_parent.cooldown != "") {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
}
Symbol 1886 MovieClip Frame 1
_root.sthero.elemento = "normal";
_root.sthero.seleccionenergy = 20;
stop();
_parent.normal.gotoAndStop(1);
Symbol 1886 MovieClip Frame 2
_root.sthero.elemento = "fire";
_root.sthero.seleccionenergy = 50;
stop();
_parent.normal.gotoAndStop(2);
Symbol 1888 MovieClip Frame 1
stop();
Instance of Symbol 1471 MovieClip "display" in Symbol 1899 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_xscale > _parent.hp._xscale) {
_xscale = (_xscale - 1);
} else if (_xscale < _parent.hp._xscale) {
_xscale = _parent.hp._xscale;
}
}
Instance of Symbol 1473 MovieClip "hp" in Symbol 1899 MovieClip Frame 1
onClipEvent (enterFrame) {
_xscale = ((_root.sthero.hp / _root.sthero.maxhp) * 100);
if (_xscale < 0) {
_xscale = 0;
}
if ((_root.sthero.hp < _root.sthero.maxhp) and (_root.sthero.hp > 0)) {
_root.sthero.hp = _root.sthero.hp + _root.sthero.regen;
}
}
Instance of Symbol 1479 MovieClip "energy" in Symbol 1900 MovieClip Frame 1
onClipEvent (enterFrame) {
_xscale = ((_root.sthero.energy / _root.sthero.maxenergy) * 100);
if (_xscale < 0) {
_xscale = 0;
}
if (_root.sthero.energy < _root.sthero.maxenergy) {
_root.sthero.energy = _root.sthero.energy + _root.sthero.energyregen;
}
}
Symbol 1901 Button
on (keyPress "c") {
if ((_root.l.hero.stun != 1) and (_root.sthero.energy > 79)) {
_root.l.hero.gotoAndPlay("mina");
}
}
Symbol 1902 Button
on (keyPress "z") {
if ((_root.l.hero.stun != 1) and (_root.sthero.energy > 99)) {
_root.l.hero.gotoAndPlay("super");
}
}
Symbol 1903 Button
on (keyPress "x") {
if ((_root.l.hero.stun != 1) and (_root.sthero.energy > 59)) {
_root.l.hero.gotoAndPlay("ataque2");
_root.l.hero.disparo = "bombaso";
}
}
Symbol 1911 Button
on (keyPress "v") {
if ((_root.hero.stun != 1) and (_root.sthero.core2 == "fire")) {
if (_root.sthero.elemento == "normal") {
_root.m.e.gotoAndStop(2);
_root.sthero.cuchi1 = 10;
_root.sthero.cuchi2 = 12;
_root.l.hero.cuchi2.gotoAndStop(12);
_root.l.hero.cuchi1.gotoAndStop(10);
} else if (_root.sthero.elemento == "fire") {
_root.m.e.gotoAndStop(1);
_root.sthero.cuchi1 = 10;
_root.sthero.cuchi2 = 11;
_root.l.hero.cuchi2.gotoAndStop(11);
_root.l.hero.cuchi1.gotoAndStop(10);
}
}
}
Symbol 1912 Button
on (keyPress "<Space>") {
if ((_root.l.hero.stun != 1) and (_root.sthero.energy > _root.sthero.seleccionenergy)) {
switch (_root.sthero.combo) {
case 0 :
_root.l.hero.gotoAndPlay("ataque");
break;
case 1 :
_root.l.hero.gotoAndPlay("combo2");
break;
case 2 :
_root.l.hero.gotoAndPlay("ataque");
break;
case 3 :
_root.l.hero.gotoAndPlay("combo3");
break;
case 4 :
_root.l.hero.gotoAndPlay("combo2");
break;
case 5 :
_root.l.hero.gotoAndPlay("combo2");
break;
case 6 :
_root.l.hero.gotoAndPlay("combo5");
break;
case 7 :
_root.l.hero.gotoAndPlay("ataque");
break;
case 8 :
_root.l.hero.gotoAndPlay("combo2");
break;
case 9 :
_root.l.hero.gotoAndPlay("ataque");
break;
case 10 :
_root.l.hero.gotoAndPlay("combo3");
break;
case 11 :
_root.l.hero.gotoAndPlay("combo2");
break;
case 12 :
_root.l.hero.gotoAndPlay("combo2");
break;
case 13 :
_root.l.hero.gotoAndPlay("combo5");
break;
case 0 :
_root.l.hero.gotoAndPlay("ataque");
break;
case 14 :
_root.l.hero.gotoAndPlay("combo2");
break;
case 15 :
_root.l.hero.gotoAndPlay("ataque");
break;
case 16 :
_root.l.hero.gotoAndPlay("combo3");
break;
case 17 :
_root.l.hero.gotoAndPlay("combo2");
break;
case 18 :
_root.l.hero.gotoAndPlay("combo2");
break;
case 19 :
_root.l.hero.gotoAndPlay("combo5");
break;
}
if (_root.sthero.combo > 19) {
_root.l.hero.gotoAndPlay("combo5");
_root.sthero.combo = 0;
}
}
}
Symbol 1913 MovieClip Frame 1
normal_dmg = 5;
magic_dmg = 2;
hp = 15;
mp = 0;
armor = 5;
wnormal = 10;
wmagic = 0;
Instance of Symbol 1424 MovieClip "x" in Symbol 1913 MovieClip Frame 1
onClipEvent (load) {
cooldown = "";
tiempo = 0;
}
onClipEvent (enterFrame) {
if (cooldown != "") {
tiempo = tiempo + 1;
}
if (tiempo > 23) {
cooldown = cooldown - 1;
tiempo = 0;
}
if (cooldown == 0) {
cooldown = "";
}
}
Instance of Symbol 1427 MovieClip "c" in Symbol 1913 MovieClip Frame 1
onClipEvent (load) {
cooldown = "";
tiempo = 0;
}
onClipEvent (enterFrame) {
if (cooldown != "") {
tiempo = tiempo + 1;
}
if (tiempo > 23) {
cooldown = cooldown - 1;
tiempo = 0;
}
if (cooldown == 0) {
cooldown = "";
}
}
Instance of Symbol 1435 MovieClip "z" in Symbol 1913 MovieClip Frame 1
onClipEvent (load) {
cooldown = "";
tiempo = 0;
}
onClipEvent (enterFrame) {
if (cooldown != "") {
tiempo = tiempo + 1;
}
if (tiempo > 23) {
cooldown = cooldown - 1;
tiempo = 0;
}
if (cooldown == 0) {
cooldown = "";
}
}
Instance of Symbol 1821 MovieClip "botona" in Symbol 1913 MovieClip Frame 1
onClipEvent (load) {
apreto = 0;
}
onClipEvent (enterFrame) {
if (Key.isDown(_root.botona) and (apreto < 3)) {
apreto = apreto + 1;
if (_root.l.hero.sky == 1) {
_root.l.hero.disparador.play();
}
if (_root.l.hero.grab == 1) {
if (_root.l[_root.l.hero.graveado].objeto != "si") {
_root.l.hero.gotoAndPlay("grabatack");
} else {
_root.l.hero.gotoAndPlay("pegaobjeto");
}
} else {
if ((_parent.finalface2 > 0) and (_root.l.hero.stun != 1)) {
_root.l.hero.gotoAndPlay("ataque2");
_root.l.hero.disparo = "dagaso";
apreto = 200;
trace("double tap2");
_root.l.hero.stun = 1;
_parent.finalface2 = -1;
}
if (_parent.finalface > 0) {
_parent.finalface = _parent.finalface - 1;
if (Key.isDown(_root.botona)) {
if (_root.l.hero.stun != 1) {
_root.l.hero.gotoAndPlay("teleport");
apreto = 100;
_parent.finalface = -40;
}
_parent.finalface = -40;
}
} else if (_root.l.hero.stun != 1) {
if (_root.sthero.cuchi1 != 1) {
_root.l.hero.gotoAndPlay("gunshot");
_root.l.hero.basheador = 10;
} else {
switch (_root.sthero.combo) {
case 0 :
if (conchas == 1) {
_root.l.hero.gotoAndPlay("combo2");
conchas = 3;
} else {
_root.l.hero.gotoAndPlay("combo3");
conchas = 1;
}
_root.l.hero.basheador = 5;
break;
case 1 :
_root.l.hero.gotoAndPlay("combo3");
_root.l.hero.basheador = 5;
break;
case 2 :
_root.l.hero.gotoAndPlay("combo2");
_root.l.hero.basheador = 10;
break;
case 3 :
_root.l.hero.gotoAndPlay("combo3");
_root.l.hero.basheador = 10;
break;
case 4 :
_root.l.hero.gotoAndPlay("combo2");
_root.l.hero.basheador = 1;
break;
case 5 :
_root.l.hero.gotoAndPlay("combo3");
_root.l.hero.basheador = 10;
break;
case 6 :
_root.l.hero.gotoAndPlay("combo2");
_root.l.hero.basheador = 10;
break;
case 7 :
_root.l.hero.gotoAndPlay("combo3");
_root.l.hero.basheador = 10;
break;
case 8 :
_root.l.hero.gotoAndPlay("combo2");
_root.l.hero.basheador = 10;
break;
case 9 :
_root.l.hero.gotoAndPlay("combo3");
_root.l.hero.basheador = 15;
break;
case 10 :
_root.l.hero.gotoAndPlay("combo2");
_root.l.hero.basheador = 15;
break;
case 11 :
_root.l.hero.gotoAndPlay("combo3");
_root.l.hero.basheador = 15;
break;
case 12 :
_root.l.hero.gotoAndPlay("combo2");
_root.l.hero.basheador = 15;
break;
case 13 :
_root.l.hero.gotoAndPlay("combo3");
_root.l.hero.basheador = 15;
break;
case 14 :
_root.l.hero.gotoAndPlay("combo3");
_root.l.hero.basheador = 15;
break;
case 15 :
_root.l.hero.gotoAndPlay("combo2");
_root.l.hero.basheador = 15;
break;
case 16 :
_root.l.hero.gotoAndPlay("combo3");
_root.l.hero.basheador = 15;
break;
case 17 :
_root.l.hero.gotoAndPlay("combo2");
_root.l.hero.basheador = 15;
break;
case 18 :
_root.l.hero.gotoAndPlay("combo3");
_root.l.hero.basheador = 15;
break;
case 19 :
_root.l.hero.gotoAndPlay("combo2");
_root.l.hero.basheador = 15;
break;
case 20 :
_root.l.hero.gotoAndPlay("combo3");
_root.l.hero.basheador = 15;
break;
default :
_root.l.hero.gotoAndPlay("combo3");
_root.l.hero.basheador = 15;
}
if (_root.sthero.combo > 20) {
_root.l.hero.gotoAndPlay("combo3");
_root.l.hero.basheador = 15;
}
}
}
}
} else if (Key.isDown(_root.botona)) {
} else {
apreto = 0;
}
}
Instance of Symbol 1821 MovieClip "botona" in Symbol 1913 MovieClip Frame 1
onClipEvent (load) {
apreto = 0;
}
onClipEvent (enterFrame) {
if (Key.isDown(_root.botons) and (apreto < 3)) {
apreto = apreto + 1;
if (_root.l.hero.grab == 1) {
if (_root.l[_root.l.hero.graveado].objeto != "si") {
_root.l.hero.gotoAndPlay("grabcut");
_root.dolor.play();
} else {
_root.l.hero.gotoAndPlay("tiraobjeto");
_root.dare.gotoAndStop(1);
_root.dolor.play();
}
} else if (_root.l.hero.stun != 1) {
if (_parent.finalface > 0) {
trace("tracero");
if (_root.l.hero.stun != 1) {
_root.l.hero.stun = 1;
_root.l.hero.gotoAndPlay("super");
}
apreto = 200;
_parent.finalface = -10;
} else {
switch (_root.sthero.combo) {
case 0 :
_root.l.hero.gotoAndPlay("combo4");
_root.l.hero.basheador = 15;
break;
case 1 :
_root.l.hero.gotoAndPlay("ataque");
_root.l.hero.basheador = 10;
break;
case 2 :
_root.l.hero.gotoAndPlay("ataque");
_root.l.hero.basheador = 15;
break;
case 3 :
_root.l.hero.gotoAndPlay("combo4");
_root.l.hero.basheador = 24;
break;
case 4 :
_root.l.hero.gotoAndPlay("combo4");
_root.l.hero.basheador = 24;
break;
case 5 :
_root.l.hero.gotoAndPlay("ataque");
_root.l.hero.basheador = 20;
break;
default :
_root.l.hero.gotoAndPlay("ataque");
_root.l.hero.basheador = 15;
}
if (_root.sthero.combo > 5) {
_root.l.hero.gotoAndPlay("ataque");
_root.l.hero.basheador = 23;
}
}
}
} else if (Key.isDown(_root.botons)) {
} else {
apreto = 0;
}
}
Symbol 1913 MovieClip Frame 2
normal_dmg = 3;
magic_dmg = 3;
hp = 7;
mp = 8;
armor = 2;
wnormal = 4;
wmagic = 4;
Instance of Symbol 1829 MovieClip "z" in Symbol 1913 MovieClip Frame 2
onClipEvent (load) {
cooldown = "";
tiempo = 0;
}
onClipEvent (enterFrame) {
if (cooldown != "") {
tiempo = tiempo + 1;
}
if (tiempo > 23) {
cooldown = cooldown - 1;
tiempo = 0;
}
if (cooldown == 0) {
cooldown = "";
}
}
Instance of Symbol 1832 MovieClip "x" in Symbol 1913 MovieClip Frame 2
onClipEvent (load) {
cooldown = "";
tiempo = 0;
}
onClipEvent (enterFrame) {
if (cooldown != "") {
tiempo = tiempo + 1;
}
if (tiempo > 23) {
cooldown = cooldown - 1;
tiempo = 0;
}
if (cooldown == 0) {
cooldown = "";
}
}
Instance of Symbol 1835 MovieClip "c" in Symbol 1913 MovieClip Frame 2
onClipEvent (load) {
cooldown = "";
tiempo = 0;
}
onClipEvent (enterFrame) {
if (cooldown != "") {
tiempo = tiempo + 1;
}
if (tiempo > 23) {
cooldown = cooldown - 1;
tiempo = 0;
}
if (cooldown == 0) {
cooldown = "";
}
}
Symbol 1913 MovieClip Frame 3
normal_dmg = 1;
magic_dmg = 6;
hp = 4;
mp = 12;
armor = 1;
wnormal = 1;
wmagic = 10;
Instance of Symbol 1840 MovieClip "z" in Symbol 1913 MovieClip Frame 3
onClipEvent (load) {
cooldown = "";
tiempo = 0;
}
onClipEvent (enterFrame) {
if (cooldown != "") {
tiempo = tiempo + 1;
}
if (tiempo > 23) {
cooldown = cooldown - 1;
tiempo = 0;
}
if (cooldown == 0) {
cooldown = "";
}
}
Instance of Symbol 1843 MovieClip "x" in Symbol 1913 MovieClip Frame 3
onClipEvent (load) {
cooldown = "";
tiempo = 0;
}
onClipEvent (enterFrame) {
if (cooldown != "") {
tiempo = tiempo + 1;
}
if (tiempo > 23) {
cooldown = cooldown - 1;
tiempo = 0;
}
if (cooldown == 0) {
cooldown = "";
}
}
Instance of Symbol 1846 MovieClip "c" in Symbol 1913 MovieClip Frame 3
onClipEvent (load) {
cooldown = "";
tiempo = 0;
}
onClipEvent (enterFrame) {
if (cooldown != "") {
tiempo = tiempo + 1;
}
if (tiempo > 23) {
cooldown = cooldown - 1;
tiempo = 0;
}
if (cooldown == 0) {
cooldown = "";
}
}
Symbol 1913 MovieClip Frame 4
normal_dmg = 4;
magic_dmg = 4;
hp = 5;
mp = 4;
armor = 2;
wnormal = 4;
wmagic = 7;
Instance of Symbol 1849 MovieClip "z" in Symbol 1913 MovieClip Frame 4
onClipEvent (load) {
cooldown = "";
tiempo = 0;
}
onClipEvent (enterFrame) {
if (cooldown != "") {
tiempo = tiempo + 1;
}
if (tiempo > 23) {
cooldown = cooldown - 1;
tiempo = 0;
}
if (cooldown == 0) {
cooldown = "";
}
}
Instance of Symbol 1851 MovieClip "x" in Symbol 1913 MovieClip Frame 4
onClipEvent (load) {
cooldown = "";
tiempo = 0;
}
onClipEvent (enterFrame) {
if (cooldown != "") {
tiempo = tiempo + 1;
}
if (tiempo > 23) {
cooldown = cooldown - 1;
tiempo = 0;
}
if (cooldown == 0) {
cooldown = "";
}
}
Instance of Symbol 1854 MovieClip "c" in Symbol 1913 MovieClip Frame 4
onClipEvent (load) {
cooldown = "";
tiempo = 0;
}
onClipEvent (enterFrame) {
if (cooldown != "") {
tiempo = tiempo + 1;
}
if (tiempo > 23) {
cooldown = cooldown - 1;
tiempo = 0;
}
if (cooldown == 0) {
cooldown = "";
}
}
Symbol 1913 MovieClip Frame 5
normal_dmg = 3;
magic_dmg = 3;
hp = 20;
mp = 0;
armor = 7;
wnormal = 6;
wmagic = 3;
Instance of Symbol 1856 MovieClip "z" in Symbol 1913 MovieClip Frame 5
onClipEvent (load) {
cooldown = "";
tiempo = 0;
}
onClipEvent (enterFrame) {
if (cooldown != "") {
tiempo = tiempo + 1;
}
if (tiempo > 23) {
cooldown = cooldown - 1;
tiempo = 0;
}
if (cooldown == 0) {
cooldown = "";
cooldown._x = 10000;
}
}
Instance of Symbol 1859 MovieClip "x" in Symbol 1913 MovieClip Frame 5
onClipEvent (load) {
cooldown = "";
tiempo = 0;
}
onClipEvent (enterFrame) {
if (cooldown != "") {
tiempo = tiempo + 1;
}
if (tiempo > 23) {
cooldown = cooldown - 1;
tiempo = 0;
}
if (cooldown == 0) {
cooldown = "";
}
}
Instance of Symbol 1862 MovieClip "c" in Symbol 1913 MovieClip Frame 5
onClipEvent (load) {
cooldown = "";
tiempo = 0;
}
onClipEvent (enterFrame) {
if (cooldown != "") {
tiempo = tiempo + 1;
}
if (tiempo > 23) {
cooldown = cooldown - 1;
tiempo = 0;
}
if (cooldown == 0) {
cooldown = "";
}
}
Symbol 1913 MovieClip Frame 6
normal_dmg = 6;
magic_dmg = 1;
hp = 6;
mp = 0;
armor = 2;
wnormal = 9;
wmagic = 0;
cooldown = 0;
_root.onLoad = function () {
var _local2 = 0;
var _local1 = true;
var _local4 = 0;
var _local3 = true;
};
_root.onEnterFrame = function () {
keySpaceTimer++;
finalface = finalface - 1;
cooldown = cooldown - 1;
if (cooldown < 0) {
if (Key.isDown(_root.botonizquierda) or Key.isDown(_root.botonderecha)) {
if (keySpaceIsUp) {
if (keySpaceTimer < 10) {
trace("double tap");
finalface = 10;
cooldown = 10;
} else {
trace("single");
}
keySpaceTimer = 0;
keySpaceIsUp = false;
}
} else {
keySpaceIsUp = true;
}
if (escalero != _root.l.hero._xscale) {
keySpaceTimer = 50;
keySpaceIsUp = false;
}
escalero = _root.l.hero._xscale;
}
keySpaceTimer2++;
finalface2 = finalface2 - 1;
if (cooldown < 0) {
if (Key.isDown(_root.botonabajo)) {
if (keySpaceIsUp2) {
if (keySpaceTimer2 < 10) {
finalface2 = 10;
trace(finalface2);
cooldown = 10;
} else {
trace("singl2e");
}
keySpaceTimer2 = 0;
keySpaceIsUp2 = false;
}
} else {
keySpaceIsUp2 = true;
}
}
};
Instance of Symbol 1865 MovieClip "hide" in Symbol 1913 MovieClip Frame 6
onClipEvent (load) {
cooldown = "";
tiempo = 0;
}
onClipEvent (enterFrame) {
if (cooldown != "") {
tiempo = tiempo + 1;
}
if (tiempo > 23) {
cooldown = cooldown - 1;
tiempo = 0;
}
if (cooldown == 0) {
cooldown = "";
}
}
Instance of Symbol 1868 MovieClip "dagger" in Symbol 1913 MovieClip Frame 6
onClipEvent (load) {
cooldown = "";
tiempo = 0;
}
onClipEvent (enterFrame) {
if (cooldown != "") {
tiempo = tiempo + 1;
}
if (tiempo > 23) {
cooldown = cooldown - 1;
tiempo = 0;
}
if (cooldown == 0) {
cooldown = "";
}
}
Instance of Symbol 1871 MovieClip "dead" in Symbol 1913 MovieClip Frame 6
onClipEvent (load) {
cooldown = "";
tiempo = 0;
}
onClipEvent (enterFrame) {
if (cooldown != "") {
tiempo = tiempo + 1;
}
if (tiempo > 23) {
cooldown = cooldown - 1;
tiempo = 0;
}
if (cooldown == 0) {
cooldown = "";
}
}
Instance of Symbol 1888 MovieClip "cambia" in Symbol 1913 MovieClip Frame 7
onClipEvent (enterFrame) {
if (_root.sthero.core2 == "fire") {
gotoAndStop (2);
}
}
Symbol 1916 MovieClip Frame 1
stop();
Symbol 1916 MovieClip Frame 2
_root.velocity = _root.velocity * 2;
Symbol 1916 MovieClip Frame 25
_root.velocity = _root.velocity / 2;
Symbol 1921 MovieClip Frame 1
stop();
Symbol 1921 MovieClip Frame 2
tiempo = _root.sthero.tree_a2;
times = _root.sthero.tree_a2;
_root.sthero.energy = _root.sthero.energy - 100;
_root.l.invi = 1;
_root.l.hero._alpha = 60;
_root.l.dumy = _root.l.attachMovie("espantapajaro", "espantapajaro" + getTimer(), _root.l.getNextHighestDepth());
_root.l.empujar.push(_root.l.dumy);
_root.l.dumy.swapDepths((_root.l.dumy._x / 90) + (_root.l.dumy._y + 20));
_root.l.dumy._x = _root.l.hero._x;
_root.l.dumy._y = _root.l.hero._y;
if (_root.l.hero._xscale == -100) {
_root.l.dumy._xscale = -100;
} else if (_root.l.hero._xscale == 100) {
_root.l.dumy.speed = 15;
}
Symbol 1921 MovieClip Frame 25
if (tiempo > 0) {
gotoAndPlay (3);
tiempo = tiempo - 1;
}
Symbol 1921 MovieClip Frame 57
_root.l.invi = 0;
_root.l.hero._alpha = 100;
_root.l.dumy.play();
Symbol 1927 MovieClip Frame 1
_alpha = 0;
Symbol 1935 MovieClip Frame 1
enemy = [];
objetos = [];
muertos = 0;
Instance of Symbol 391 MovieClip in Symbol 1935 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.l.targetgolpe)) {
_root.l.hero._y = _root.l.hero._y - (_root.velocity / 2);
}
}
Instance of Symbol 391 MovieClip in Symbol 1935 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.l.targetgolpe)) {
_root.l.hero._y = _root.l.hero._y + (_root.velocity / 2);
}
}
Instance of Symbol 391 MovieClip "eso2" in Symbol 1935 MovieClip Frame 1
onClipEvent (enterFrame) {
if (((this.hitTest(_root.l.targetgolpe) and (_root.limpio == 1)) and (_root.l.hero.camina == 1)) and (_root.l.hero._xscale == 100)) {
_root.limpio = 0;
_root.destino = "derecha";
_root.flash1.play();
}
}
Instance of Symbol 253 MovieClip "detector" in Symbol 1935 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_root.l.invi == 0) or (_root.l.invi == undefined)) {
this._x = _root.l.hero._x;
this._y = _root.l.hero._y + 15;
}
}
Instance of Symbol 253 MovieClip "targetgolpe" in Symbol 1935 MovieClip Frame 1
onClipEvent (enterFrame) {
this._x = _root.l.hero._x;
this._y = _root.l.hero._y + 35;
}
Instance of Symbol 382 MovieClip in Symbol 1935 MovieClip Frame 1
onClipEvent (load) {
aguante = 20;
empujacion = 15;
resiste = 0;
contiene = "pistoupmetra";
hp = 300000000000000;
maxhp = hp;
speed = 5;
armor_normal = 10;
armor_fire = 0;
armor_ice = 0;
armor_shadow = 0;
armor_special = 0;
_root.l.enemy.push(this);
}
onClipEvent (enterFrame) {
if (agarrado == true) {
this._x = _root.l.hero._x + (60 * (_root.l.hero._xscale / 100));
this._y = _root.l.hero._y + 3;
gotoAndStop ("agarrado");
this._xscale = _root.l.hero._xscale * -1;
}
if (resiste > 0) {
resiste = resiste - 0.2;
}
if (golpeado_anima == 1) {
golpeado_anima = 0;
this.gotoAndPlay("golpeado");
}
this.swapDepths((this._x / 90) + (this._y + 20));
if (hp < 0) {
myColor = new Color(this);
myColor.setRGB(16763904);
golpeado = 1;
tiempo_muere = tiempo_muere - 1;
if (tiempo_muere < 0) {
_root.l.muertos = _root.l.muertos + 1;
removeMovieClip(this);
}
}
}
Instance of Symbol 738 MovieClip in Symbol 1935 MovieClip Frame 1
onClipEvent (load) {
nombre = "pclaw";
aguante = 20;
empujacion = 15;
resiste = 0;
torso.armor.gotoAndStop(13);
torso.cinto.gotoAndStop(3);
gamba1.gotoAndStop(1);
gamba2.gotoAndStop(1);
q1.gotoAndStop(3);
q2.gotoAndStop(3);
antebrazo = 7;
antebrazo1.gotoAndStop(antebrazo);
antebrazo2.gotoAndStop(antebrazo);
head.pelo.gotoAndStop(1);
head.detalle.gotoAndStop(13);
dmg = 10;
tiempo_muere = 20;
tiempo = random(70);
actividad = 0;
hp = 300;
maxhp = hp;
speed = 5;
armor_normal = 10;
armor_fire = 0;
armor_ice = 0;
armor_shadow = 0;
armor_special = 0;
_root.vivos = _root.vivos + 1;
_root.l.empujar.push(this);
_root.l.enemy.push(this);
}
onClipEvent (enterFrame) {
if (agarrado == true) {
this._x = _root.l.hero._x + (60 * (_root.l.hero._xscale / 100));
this._y = _root.l.hero._y + 3;
gotoAndStop ("agarrado");
this._xscale = _root.l.hero._xscale * -1;
}
if (resiste > 0) {
resiste = resiste - 0.2;
}
for (var i in _root.l.enemy) {
if ((colision.hitTest(_root.l.enemy[i].colision) and (this._x != _root.l.enemy[i]._x)) and (this._y < _root.l.enemy[i]._y)) {
_root.l.enemy[i]._y = _root.l.enemy[i]._y + 0.5;
} else if (colision.hitTest(_root.l.enemy[i].colision) and (this._x != _root.l.enemy[i]._x)) {
_root.l.enemy[i]._y = _root.l.enemy[i]._y - 0.5;
}
}
if (golpeado_anima == 1) {
golpeado_anima = 0;
this.gotoAndPlay("golpeado");
}
}
onClipEvent (enterFrame) {
this.swapDepths((this._x / 90) + (this._y + 20));
if ((tiempo == 0) and (actividad == 0)) {
tiempo = random(40);
actitud = random(2);
if (actitud == 0) {
gotoAndPlay ("stand");
stun = 1;
}
if (actitud == 1) {
gotoAndPlay ("dash");
actividad = 0;
stun = 0;
tiempo = random(40) + 30;
actitud = 0;
stun = 1;
}
} else if ((stun != 1) and (actividad == 0)) {
tiempo = tiempo - 1;
}
if (stun != 1) {
if ((((_root.l.hero.golpeado != 1) and ((this._y - _root.l.detector._y) < 0)) and (((this._y - _root.l.detector._y) - 20) > 0)) or (((_root.l.hero.golpeado != 1) and (((this._y - _root.l.detector._y) + 20) > 0)) and (((this._y - _root.l.detector._y) - 20) < -30))) {
if (((this._x - _root.l.detector._x) < 70) and ((this._x - _root.l.detector._x) > 0)) {
gotoAndPlay ("ataque");
this._xscale = -100;
stun = 1;
}
if (((this._x - _root.l.detector._x) > -70) and ((this._x - _root.l.detector._x) < 0)) {
gotoAndPlay ("ataque");
this._xscale = 100;
stun = 1;
}
}
if (stun != 1) {
if (_root.l.detector._x < this._x) {
this._x = _x - speed;
if (camina == 0) {
this.gotoAndPlay("camina");
}
this._xscale = -100;
} else if ((_root.l.detector._x > this._x) and ((_root.l.detector._x - _x) > 40)) {
this._x = _x + speed;
if (camina == 0) {
this.gotoAndPlay("camina");
}
this._xscale = 100;
}
if (((_root.l.detector._y - 20) < this._y) and (((_y - _root.l.detector._y) + 20) > 10)) {
this._y = _y - (speed / 2);
if (camina == 0) {
this.gotoAndPlay("camina");
}
} else {
if ((_root.l.detector._y - 20) > this._y) {
this._y = _y + (speed / 2);
}
if (camina == 0) {
this.gotoAndPlay("camina");
}
}
}
}
if (hp < 0) {
myColor = new Color(this);
myColor.setRGB(16763904);
gotoAndStop ("bash");
golpeado = 1;
tiempo_muere = tiempo_muere - 1;
this._alpha = this._alpha - 5;
if (tiempo_muere < 0) {
_root.sthero.score = _root.sthero.score + 100;
_root.l.muertos = _root.l.muertos + 1;
removeMovieClip(this);
}
}
}
Instance of Symbol 738 MovieClip in Symbol 1935 MovieClip Frame 1
onClipEvent (load) {
nombre = "claw";
aguante = 20;
empujacion = 15;
resiste = 0;
torso.armor.gotoAndStop(13);
torso.cinto.gotoAndStop(3);
gamba1.gotoAndStop(1);
gamba2.gotoAndStop(1);
q1.gotoAndStop(3);
q2.gotoAndStop(3);
antebrazo = 7;
antebrazo1.gotoAndStop(antebrazo);
antebrazo2.gotoAndStop(antebrazo);
head.pelo.gotoAndStop(1);
head.detalle.gotoAndStop(13);
dmg = 10;
tiempo_muere = 20;
tiempo = random(70);
actividad = 0;
hp = 300;
maxhp = hp;
speed = 7;
armor_normal = 10;
armor_fire = 0;
armor_ice = 0;
armor_shadow = 0;
armor_special = 0;
_root.vivos = _root.vivos + 1;
_root.l.empujar.push(this);
_root.l.enemy.push(this);
}
onClipEvent (enterFrame) {
if (agarrado == true) {
this._x = _root.l.hero._x + (60 * (_root.l.hero._xscale / 100));
this._y = _root.l.hero._y + 3;
gotoAndStop ("agarrado");
this._xscale = _root.l.hero._xscale * -1;
}
if (resiste > 0) {
resiste = resiste - 0.2;
}
for (var i in _root.l.enemy) {
if ((colision.hitTest(_root.l.enemy[i].colision) and (this._x != _root.l.enemy[i]._x)) and (this._y < _root.l.enemy[i]._y)) {
_root.l.enemy[i]._y = _root.l.enemy[i]._y + 0.5;
} else if (colision.hitTest(_root.l.enemy[i].colision) and (this._x != _root.l.enemy[i]._x)) {
_root.l.enemy[i]._y = _root.l.enemy[i]._y - 0.5;
}
}
if (golpeado_anima == 1) {
golpeado_anima = 0;
this.gotoAndPlay("golpeado");
}
}
onClipEvent (enterFrame) {
this.swapDepths((this._x / 90) + (this._y + 20));
if ((tiempo == 0) and (actividad == 0)) {
tiempo = random(40);
actitud = random(2);
if (actitud == 0) {
gotoAndPlay ("stand");
stun = 1;
}
if (actitud == 1) {
gotoAndPlay ("dashb");
actividad = 0;
stun = 0;
tiempo = random(40) + 30;
actitud = 0;
stun = 1;
}
} else if ((stun != 1) and (actividad == 0)) {
tiempo = tiempo - 1;
}
if (stun != 1) {
if ((((_root.l.hero.golpeado != 1) and ((this._y - _root.l.detector._y) < 0)) and (((this._y - _root.l.detector._y) - 20) > 0)) or (((_root.l.hero.golpeado != 1) and (((this._y - _root.l.detector._y) + 20) > 0)) and (((this._y - _root.l.detector._y) - 20) < -30))) {
if (((this._x - _root.l.detector._x) < 70) and ((this._x - _root.l.detector._x) > 0)) {
gotoAndPlay ("ataque");
this._xscale = -100;
stun = 1;
}
if (((this._x - _root.l.detector._x) > -70) and ((this._x - _root.l.detector._x) < 0)) {
gotoAndPlay ("ataque");
this._xscale = 100;
stun = 1;
}
}
if (stun != 1) {
if (_root.l.detector._x < this._x) {
this._x = _x - speed;
if (camina == 0) {
this.gotoAndPlay("camina");
}
this._xscale = -100;
} else if ((_root.l.detector._x > this._x) and ((_root.l.detector._x - _x) > 40)) {
this._x = _x + speed;
if (camina == 0) {
this.gotoAndPlay("camina");
}
this._xscale = 100;
}
if (((_root.l.detector._y - 20) < this._y) and (((_y - _root.l.detector._y) + 20) > 10)) {
this._y = _y - (speed / 2);
if (camina == 0) {
this.gotoAndPlay("camina");
}
} else {
if ((_root.l.detector._y - 20) > this._y) {
this._y = _y + (speed / 2);
}
if (camina == 0) {
this.gotoAndPlay("camina");
}
}
}
}
if (hp < 0) {
myColor = new Color(this);
myColor.setRGB(16763904);
gotoAndStop ("bash");
golpeado = 1;
tiempo_muere = tiempo_muere - 1;
this._alpha = this._alpha - 5;
if (tiempo_muere < 0) {
_root.sthero.score = _root.sthero.score + 100;
_root.l.muertos = _root.l.muertos + 1;
removeMovieClip(this);
}
}
}
Instance of Symbol 382 MovieClip in Symbol 1935 MovieClip Frame 1
onClipEvent (load) {
aguante = 20;
empujacion = 15;
resiste = 0;
hp = 300000000000000;
maxhp = hp;
speed = 5;
armor_normal = 10;
armor_fire = 0;
armor_ice = 0;
armor_shadow = 0;
armor_special = 0;
contiene = "lifeup";
_root.l.enemy.push(this);
}
onClipEvent (enterFrame) {
if (agarrado == true) {
this._x = _root.l.hero._x + (60 * (_root.l.hero._xscale / 100));
this._y = _root.l.hero._y + 3;
gotoAndStop ("agarrado");
this._xscale = _root.l.hero._xscale * -1;
}
if (resiste > 0) {
resiste = resiste - 0.2;
}
if (golpeado_anima == 1) {
golpeado_anima = 0;
this.gotoAndPlay("golpeado");
}
this.swapDepths((this._x / 90) + (this._y + 20));
if (hp < 0) {
myColor = new Color(this);
myColor.setRGB(16763904);
golpeado = 1;
tiempo_muere = tiempo_muere - 1;
if (tiempo_muere < 0) {
removeMovieClip(this);
}
}
}
Symbol 1942 MovieClip Frame 19
stop();
Symbol 1952 MovieClip Frame 51
stop();
Symbol 1959 MovieClip Frame 1
camina = 0;
golpeado = 0;
Symbol 1959 MovieClip Frame 8
stun = 0;
gotoAndPlay ("stand");
Instance of Symbol 1955 MovieClip in Symbol 1959 MovieClip Frame 11
onClipEvent (enterFrame) {
_alpha = (_alpha - 5);
}
Symbol 1959 MovieClip Frame 17
gotoAndPlay ("stand");
Symbol 1959 MovieClip Frame 22
camina = 1;
golpeado = 0;
Symbol 1959 MovieClip Frame 31
stun = 0;
golpeado = 0;
Symbol 1959 MovieClip Frame 36
stun = 0;
gotoAndPlay ("camina");
Symbol 1959 MovieClip Frame 40
stun = 1;
Symbol 1959 MovieClip Frame 44
Instance of Symbol 253 MovieClip "detector" in Symbol 1959 MovieClip Frame 44
onClipEvent (enterFrame) {
if (this.hitTest(_root.l.targetgolpe) and (_root.l.hero.golpeado != 1)) {
_root.sthero.resiste = _root.sthero.resiste + _parent.empujacion;
_root.l.hero.ladoempuja = _parent._xscale / 100;
_root.l.hero.gotoAndPlay("golpeado");
_root.l.hero.stun = 1;
_root.sthero.hp = _root.sthero.hp - Math.round((_parent.dmg * (100 - _root.sthero.armor)) / 100);
if ((_parent._x - _root.l.targetgolpe._x) > 0) {
_root.l.hero._x = _root.l.hero._x - 40;
} else {
_root.l.hero._x = _root.l.hero._x + 40;
}
}
}
Symbol 1959 MovieClip Frame 50
gotoAndPlay ("stand");
Symbol 1959 MovieClip Frame 52
stun = 1;
Symbol 1959 MovieClip Frame 63
gotoAndPlay ("stand");
Symbol 1959 MovieClip Frame 74
stun = 1;
Instance of Symbol 149 MovieClip in Symbol 1959 MovieClip Frame 84
onClipEvent (enterFrame) {
if (this.hitTest(_parent._parent.eso) and (gagaso == undefined)) {
_parent.culonsosos = 0;
gagaso = 1;
}
if (this.hitTest(_parent._parent.eso2) and (gagaso == undefined)) {
_parent.culonsosos = 0;
gagaso = 1;
}
for (var i in _root.l.enemy) {
if ((_root.l.enemy[i].golpeado <= 0) and this.hitTest(_root.l.enemy[i].targetgolpe)) {
_root.l.enemy[i].hp = _root.l.enemy[i].hp - Math.round(((_root.sthero.dmg_normal * 1.2) * (100 - _root.l.enemy[i].armor_normal)) / 100);
_root.l.enemy[i]._xscale = _root.l.enemy[i]._xscale * -1;
_root.l.enemy[i].resiste = _root.l.enemy[i].resiste + 100;
_root.l.enemy[i].golpeado = 1;
_root.l.enemy[i].golpeado_anima = 1;
_root.sthero.combo = _root.sthero.combo + 1;
_root.sthero.tiempocombo = 30;
_root.l.shockwave = _root.l.attachMovie("kaboom", (("dagaso" + getTimer()) + random(100000)) + _root.cuentacuentos, _root.l.getNextHighestDepth());
_root.cuentacuentos = _root.cuentacuentos + 1;
_root.l.shockwave._x = _root.l.enemy[i]._x;
_root.l.shockwave._y = _root.l.enemy[i]._y;
if (_parent._xscale == 100) {
_root.l.shockwave._xscale = 100;
}
if (_parent._xscale == -100) {
_root.l.shockwave._xscale = -100;
}
}
}
}
Symbol 1959 MovieClip Frame 85
gotoAndPlay ("stand");
Symbol 1959 MovieClip Frame 90
golpeado = 1;
stun = 1;
camina = 0;
resiste = 0;
stun = 1;
golpeson = random(3);
Symbol 1959 MovieClip Frame 91
if (this._xscale == 100) {
culonsosos = -30;
}
if (this._xscale == -100) {
culonsosos = 30;
}
this._x = this._x + culonsosos;
Symbol 1959 MovieClip Frame 92
this._x = this._x + culonsosos;
Symbol 1959 MovieClip Frame 93
this._x = this._x + culonsosos;
Symbol 1959 MovieClip Frame 94
this._x = this._x + culonsosos;
Symbol 1959 MovieClip Frame 95
this._x = this._x + culonsosos;
Symbol 1959 MovieClip Frame 96
this._x = this._x + culonsosos;
Symbol 1959 MovieClip Frame 97
this._x = this._x + culonsosos;
Symbol 1959 MovieClip Frame 98
this._x = this._x + culonsosos;
Symbol 1959 MovieClip Frame 99
this._x = this._x + culonsosos;
Symbol 1959 MovieClip Frame 102
golpeado = 0;
stun = 0;
gotoAndPlay ("stand");
Symbol 1959 MovieClip Frame 112
stun = 1;
Symbol 1959 MovieClip Frame 122
gotoAndPlay ("agarrado");
Symbol 1959 MovieClip Frame 127
stun = 1;
play();
Instance of Symbol 149 MovieClip in Symbol 1959 MovieClip Frame 129
onClipEvent (enterFrame) {
for (var i in _root.l.enemy) {
if ((_root.l.enemy[i].golpeado <= 0) and this.hitTest(_root.l.enemy[i].targetgolpe)) {
_root.l.enemy[i].hp = _root.l.enemy[i].hp - Math.round(((_root.sthero.dmg_normal * 4) * (100 - _root.l.enemy[i].armor_normal)) / 100);
_root.l.enemy[i].golpeado_anima = 1;
_root.l.enemy[i].resiste = _root.l.enemy[i].resiste + 30;
if (_parent.mamasa != 1) {
_parent.mamasa = 1;
_root.sthero.combo = _root.sthero.combo + 1;
_root.sthero.tiempocombo = 30;
}
_root.l.shockwave = _root.l.attachMovie("kaboom", (("dagaso" + getTimer()) + random(100000)) + _root.cuentacuentos, _root.l.getNextHighestDepth());
_root.cuentacuentos = _root.cuentacuentos + 1;
_root.l.shockwave._x = _root.l.enemy[i]._x;
_root.l.shockwave._y = _root.l.enemy[i]._y;
if (_parent._xscale == 100) {
_root.l.shockwave._xscale = 100;
}
if (_parent._xscale == -100) {
_root.l.shockwave._xscale = -100;
}
_parent.hp = _parent.hp - 1;
}
}
}
Symbol 1959 MovieClip Frame 135
gotoAndStop ("agarrado");
Symbol 1959 MovieClip Frame 165
golpeado = 0;
stun = 0;
gotoAndPlay ("stand");
Symbol 1960 MovieClip Frame 1
enemy = [];
objetos = [];
muertos = 0;
Instance of Symbol 391 MovieClip in Symbol 1960 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.l.targetgolpe)) {
_root.l.hero._y = _root.l.hero._y - (_root.velocity / 2);
}
}
Instance of Symbol 391 MovieClip in Symbol 1960 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.l.targetgolpe)) {
_root.l.hero._y = _root.l.hero._y + (_root.velocity / 2);
}
}
Instance of Symbol 391 MovieClip "eso2" in Symbol 1960 MovieClip Frame 1
onClipEvent (enterFrame) {
if (((this.hitTest(_root.l.targetgolpe) and (_root.limpio == 1)) and (_root.l.hero.camina == 1)) and (_root.l.hero._xscale == 100)) {
_root.limpio = 0;
_root.destino = "derecha";
_root.flash1.play();
}
}
Instance of Symbol 253 MovieClip "detector" in Symbol 1960 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_root.l.invi == 0) or (_root.l.invi == undefined)) {
this._x = _root.l.hero._x;
this._y = _root.l.hero._y + 15;
}
}
Instance of Symbol 253 MovieClip "targetgolpe" in Symbol 1960 MovieClip Frame 1
onClipEvent (enterFrame) {
this._x = _root.l.hero._x;
this._y = _root.l.hero._y + 35;
}
Instance of Symbol 738 MovieClip in Symbol 1960 MovieClip Frame 1
onClipEvent (load) {
nombre = "bclaw";
aguante = 20;
empujacion = 15;
resiste = 0;
torso.armor.gotoAndStop(13);
torso.cinto.gotoAndStop(3);
gamba1.gotoAndStop(1);
gamba2.gotoAndStop(1);
q1.gotoAndStop(3);
q2.gotoAndStop(3);
antebrazo = 7;
antebrazo1.gotoAndStop(antebrazo);
antebrazo2.gotoAndStop(antebrazo);
head.pelo.gotoAndStop(1);
head.detalle.gotoAndStop(13);
dmg = 10;
tiempo_muere = 20;
tiempo = random(70);
actividad = 0;
hp = 300;
maxhp = hp;
speed = 5;
armor_normal = 10;
armor_fire = 0;
armor_ice = 0;
armor_shadow = 0;
armor_special = 0;
_root.vivos = _root.vivos + 1;
_root.l.empujar.push(this);
_root.l.enemy.push(this);
}
onClipEvent (enterFrame) {
if (agarrado == true) {
this._x = _root.l.hero._x + (60 * (_root.l.hero._xscale / 100));
this._y = _root.l.hero._y + 3;
gotoAndStop ("agarrado");
this._xscale = _root.l.hero._xscale * -1;
}
if (resiste > 0) {
resiste = resiste - 0.2;
}
for (var i in _root.l.enemy) {
if ((colision.hitTest(_root.l.enemy[i].colision) and (this._x != _root.l.enemy[i]._x)) and (this._y < _root.l.enemy[i]._y)) {
_root.l.enemy[i]._y = _root.l.enemy[i]._y + 0.5;
} else if (colision.hitTest(_root.l.enemy[i].colision) and (this._x != _root.l.enemy[i]._x)) {
_root.l.enemy[i]._y = _root.l.enemy[i]._y - 0.5;
}
}
if (golpeado_anima == 1) {
golpeado_anima = 0;
this.gotoAndPlay("golpeado");
}
}
onClipEvent (enterFrame) {
this.swapDepths((this._x / 90) + (this._y + 20));
if ((tiempo == 0) and (actividad == 0)) {
tiempo = random(40);
actitud = random(2);
if (actitud == 0) {
gotoAndPlay ("stand");
stun = 1;
}
if (actitud == 1) {
gotoAndPlay ("dashb");
actividad = 0;
stun = 0;
tiempo = random(40) + 30;
actitud = 0;
stun = 1;
}
} else if ((stun != 1) and (actividad == 0)) {
tiempo = tiempo - 1;
}
if (stun != 1) {
if ((((_root.l.hero.golpeado != 1) and ((this._y - _root.l.detector._y) < 0)) and (((this._y - _root.l.detector._y) - 20) > 0)) or (((_root.l.hero.golpeado != 1) and (((this._y - _root.l.detector._y) + 20) > 0)) and (((this._y - _root.l.detector._y) - 20) < -30))) {
if (((this._x - _root.l.detector._x) < 70) and ((this._x - _root.l.detector._x) > 0)) {
gotoAndPlay ("ataque");
this._xscale = -100;
stun = 1;
}
if (((this._x - _root.l.detector._x) > -70) and ((this._x - _root.l.detector._x) < 0)) {
gotoAndPlay ("ataque");
this._xscale = 100;
stun = 1;
}
}
if (stun != 1) {
if (_root.l.detector._x < this._x) {
this._x = _x - speed;
if (camina == 0) {
this.gotoAndPlay("camina");
}
this._xscale = -100;
} else if ((_root.l.detector._x > this._x) and ((_root.l.detector._x - _x) > 40)) {
this._x = _x + speed;
if (camina == 0) {
this.gotoAndPlay("camina");
}
this._xscale = 100;
}
if (((_root.l.detector._y - 20) < this._y) and (((_y - _root.l.detector._y) + 20) > 10)) {
this._y = _y - (speed / 2);
if (camina == 0) {
this.gotoAndPlay("camina");
}
} else {
if ((_root.l.detector._y - 20) > this._y) {
this._y = _y + (speed / 2);
}
if (camina == 0) {
this.gotoAndPlay("camina");
}
}
}
}
if (hp < 0) {
myColor = new Color(this);
myColor.setRGB(16763904);
gotoAndStop ("bash");
golpeado = 1;
tiempo_muere = tiempo_muere - 1;
this._alpha = this._alpha - 5;
if (tiempo_muere < 0) {
_root.sthero.score = _root.sthero.score + 100;
_root.l.muertos = _root.l.muertos + 1;
removeMovieClip(this);
}
}
}
Instance of Symbol 738 MovieClip in Symbol 1960 MovieClip Frame 1
onClipEvent (load) {
nombre = "bclaw";
aguante = 20;
empujacion = 15;
resiste = 0;
torso.armor.gotoAndStop(13);
torso.cinto.gotoAndStop(3);
gamba1.gotoAndStop(1);
gamba2.gotoAndStop(1);
q1.gotoAndStop(3);
q2.gotoAndStop(3);
antebrazo = 7;
antebrazo1.gotoAndStop(antebrazo);
antebrazo2.gotoAndStop(antebrazo);
head.pelo.gotoAndStop(1);
head.detalle.gotoAndStop(13);
dmg = 10;
tiempo_muere = 20;
tiempo = random(70);
actividad = 0;
hp = 300;
maxhp = hp;
speed = 5;
armor_normal = 10;
armor_fire = 0;
armor_ice = 0;
armor_shadow = 0;
armor_special = 0;
_root.vivos = _root.vivos + 1;
_root.l.empujar.push(this);
_root.l.enemy.push(this);
}
onClipEvent (enterFrame) {
if (agarrado == true) {
this._x = _root.l.hero._x + (60 * (_root.l.hero._xscale / 100));
this._y = _root.l.hero._y + 3;
gotoAndStop ("agarrado");
this._xscale = _root.l.hero._xscale * -1;
}
if (resiste > 0) {
resiste = resiste - 0.2;
}
for (var i in _root.l.enemy) {
if ((colision.hitTest(_root.l.enemy[i].colision) and (this._x != _root.l.enemy[i]._x)) and (this._y < _root.l.enemy[i]._y)) {
_root.l.enemy[i]._y = _root.l.enemy[i]._y + 0.5;
} else if (colision.hitTest(_root.l.enemy[i].colision) and (this._x != _root.l.enemy[i]._x)) {
_root.l.enemy[i]._y = _root.l.enemy[i]._y - 0.5;
}
}
if (golpeado_anima == 1) {
golpeado_anima = 0;
this.gotoAndPlay("golpeado");
}
}
onClipEvent (enterFrame) {
this.swapDepths((this._x / 90) + (this._y + 20));
if ((tiempo == 0) and (actividad == 0)) {
tiempo = random(40);
actitud = random(2);
if (actitud == 0) {
gotoAndPlay ("stand");
stun = 1;
}
if (actitud == 1) {
gotoAndPlay ("dashb");
actividad = 0;
stun = 0;
tiempo = random(40) + 30;
actitud = 0;
stun = 1;
}
} else if ((stun != 1) and (actividad == 0)) {
tiempo = tiempo - 1;
}
if (stun != 1) {
if ((((_root.l.hero.golpeado != 1) and ((this._y - _root.l.detector._y) < 0)) and (((this._y - _root.l.detector._y) - 20) > 0)) or (((_root.l.hero.golpeado != 1) and (((this._y - _root.l.detector._y) + 20) > 0)) and (((this._y - _root.l.detector._y) - 20) < -30))) {
if (((this._x - _root.l.detector._x) < 70) and ((this._x - _root.l.detector._x) > 0)) {
gotoAndPlay ("ataque");
this._xscale = -100;
stun = 1;
}
if (((this._x - _root.l.detector._x) > -70) and ((this._x - _root.l.detector._x) < 0)) {
gotoAndPlay ("ataque");
this._xscale = 100;
stun = 1;
}
}
if (stun != 1) {
if (_root.l.detector._x < this._x) {
this._x = _x - speed;
if (camina == 0) {
this.gotoAndPlay("camina");
}
this._xscale = -100;
} else if ((_root.l.detector._x > this._x) and ((_root.l.detector._x - _x) > 40)) {
this._x = _x + speed;
if (camina == 0) {
this.gotoAndPlay("camina");
}
this._xscale = 100;
}
if (((_root.l.detector._y - 20) < this._y) and (((_y - _root.l.detector._y) + 20) > 10)) {
this._y = _y - (speed / 2);
if (camina == 0) {
this.gotoAndPlay("camina");
}
} else {
if ((_root.l.detector._y - 20) > this._y) {
this._y = _y + (speed / 2);
}
if (camina == 0) {
this.gotoAndPlay("camina");
}
}
}
}
if (hp < 0) {
myColor = new Color(this);
myColor.setRGB(16763904);
gotoAndStop ("bash");
golpeado = 1;
tiempo_muere = tiempo_muere - 1;
this._alpha = this._alpha - 5;
if (tiempo_muere < 0) {
_root.sthero.score = _root.sthero.score + 100;
_root.l.muertos = _root.l.muertos + 1;
removeMovieClip(this);
}
}
}
Instance of Symbol 382 MovieClip in Symbol 1960 MovieClip Frame 1
onClipEvent (load) {
aguante = 20;
empujacion = 15;
resiste = 0;
contiene = "carne";
hp = 300000000000000;
maxhp = hp;
speed = 5;
armor_normal = 10;
armor_fire = 0;
armor_ice = 0;
armor_shadow = 0;
armor_special = 0;
_root.l.enemy.push(this);
}
onClipEvent (enterFrame) {
if (agarrado == true) {
this._x = _root.l.hero._x + (60 * (_root.l.hero._xscale / 100));
this._y = _root.l.hero._y + 3;
gotoAndStop ("agarrado");
this._xscale = _root.l.hero._xscale * -1;
}
if (resiste > 0) {
resiste = resiste - 0.2;
}
if (golpeado_anima == 1) {
golpeado_anima = 0;
this.gotoAndPlay("golpeado");
}
this.swapDepths((this._x / 90) + (this._y + 20));
if (hp < 0) {
myColor = new Color(this);
myColor.setRGB(16763904);
golpeado = 1;
tiempo_muere = tiempo_muere - 1;
if (tiempo_muere < 0) {
_root.l.muertos = _root.l.muertos + 1;
removeMovieClip(this);
}
}
}
Instance of Symbol 1132 MovieClip in Symbol 1960 MovieClip Frame 1
onClipEvent (load) {
objeto = "si";
aguante = 20;
empujacion = 15;
resiste = 0;
contiene = "carne";
hp = 10;
maxhp = hp;
speed = 5;
armor_normal = 10;
armor_fire = 0;
armor_ice = 0;
armor_shadow = 0;
armor_special = 0;
_root.l.objetos.push(this);
}
onClipEvent (enterFrame) {
if (agarrado == true) {
this._x = _root.l.hero._x + (60 * (_root.l.hero._xscale / 100));
this._y = _root.l.hero._y + 3;
gotoAndStop ("agarrado");
this._xscale = _root.l.hero._xscale * -1;
}
if (resiste > 0) {
resiste = resiste - 0.2;
}
if (golpeado_anima == 1) {
golpeado_anima = 0;
this.gotoAndPlay("golpeado");
}
this.swapDepths((this._x / 90) + (this._y + 20));
if (hp < 0) {
if (_root.l.hero.graveado == _name) {
_root.l.hero.graveado = undefined;
_root.l.hero.gotoAndPlay("stand");
}
gotoAndStop ("golpeado");
golpeado = 1;
tiempo_muere = tiempo_muere - 1;
if (tiempo_muere < 0) {
removeMovieClip(this);
}
}
}
Instance of Symbol 1959 MovieClip in Symbol 1960 MovieClip Frame 1
onClipEvent (load) {
objeto = "si";
aguante = 20;
empujacion = 15;
resiste = 0;
contiene = "carne";
hp = 4;
maxhp = hp;
speed = 5;
armor_normal = 10;
armor_fire = 0;
armor_ice = 0;
armor_shadow = 0;
armor_special = 0;
_root.l.objetos.push(this);
}
onClipEvent (enterFrame) {
if (agarrado == true) {
this._x = _root.l.hero._x + (60 * (_root.l.hero._xscale / 100));
this._y = _root.l.hero._y + 3;
gotoAndStop ("agarrado");
this._xscale = _root.l.hero._xscale * -1;
}
if (resiste > 0) {
resiste = resiste - 0.2;
}
if (golpeado_anima == 1) {
golpeado_anima = 0;
this.gotoAndPlay("golpeado");
}
this.swapDepths((this._x / 90) + (this._y + 20));
if (hp < 0) {
if (_root.l.hero.graveado == _name) {
_root.l.hero.graveado = undefined;
_root.l.hero.gotoAndPlay("stand");
}
gotoAndStop ("golpeado");
golpeado = 1;
tiempo_muere = tiempo_muere - 1;
if (tiempo_muere < 0) {
removeMovieClip(this);
}
}
}
Instance of Symbol 1149 MovieClip in Symbol 1960 MovieClip Frame 1
onClipEvent (load) {
nombre = "jackscope";
aguante = 20;
empujacion = 15;
resiste = 0;
torso.armor.gotoAndStop(13);
torso.cinto.gotoAndStop(3);
gamba1.gotoAndStop(1);
gamba2.gotoAndStop(1);
q1.gotoAndStop(3);
q2.gotoAndStop(3);
antebrazo = 7;
antebrazo1.gotoAndStop(antebrazo);
antebrazo2.gotoAndStop(antebrazo);
head.pelo.gotoAndStop(1);
head.detalle.gotoAndStop(13);
dmg = 10;
tiempo_muere = 20;
tiempo = random(70);
actividad = 0;
hp = 300;
maxhp = hp;
speed = 7;
armor_normal = 10;
armor_fire = 0;
armor_ice = 0;
armor_shadow = 0;
armor_special = 0;
_root.vivos = _root.vivos + 1;
_root.l.empujar.push(this);
_root.l.enemy.push(this);
}
onClipEvent (enterFrame) {
if (agarrado == true) {
this._x = _root.l.hero._x + (60 * (_root.l.hero._xscale / 100));
this._y = _root.l.hero._y + 3;
gotoAndStop ("agarrado");
this._xscale = _root.l.hero._xscale * -1;
}
if (resiste > 0) {
resiste = resiste - 0.2;
}
for (var i in _root.l.enemy) {
if ((colision.hitTest(_root.l.enemy[i].colision) and (this._x != _root.l.enemy[i]._x)) and (this._y < _root.l.enemy[i]._y)) {
_root.l.enemy[i]._y = _root.l.enemy[i]._y + 0.5;
} else if (colision.hitTest(_root.l.enemy[i].colision) and (this._x != _root.l.enemy[i]._x)) {
_root.l.enemy[i]._y = _root.l.enemy[i]._y - 0.5;
}
}
if (golpeado_anima == 1) {
golpeado_anima = 0;
this.gotoAndPlay("golpeado");
}
}
onClipEvent (enterFrame) {
this.swapDepths((this._x / 90) + (this._y + 20));
if ((tiempo == 0) and (actividad == 0)) {
tiempo = random(40);
actitud = random(2);
if (actitud == 0) {
gotoAndPlay ("stand");
stun = 1;
}
if (actitud == 1) {
gotoAndPlay ("dashb");
actividad = 0;
stun = 0;
tiempo = random(40) + 30;
actitud = 0;
stun = 1;
}
} else if ((stun != 1) and (actividad == 0)) {
tiempo = tiempo - 1;
}
if (stun != 1) {
if ((((_root.l.hero.golpeado != 1) and ((this._y - _root.l.detector._y) < 0)) and (((this._y - _root.l.detector._y) - 20) > 0)) or (((_root.l.hero.golpeado != 1) and (((this._y - _root.l.detector._y) + 20) > 0)) and (((this._y - _root.l.detector._y) - 20) < -30))) {
if (((this._x - _root.l.detector._x) < 300) and ((this._x - _root.l.detector._x) > 0)) {
gotoAndPlay ("ataque");
this._xscale = -100;
stun = 1;
}
if (((this._x - _root.l.detector._x) > -300) and ((this._x - _root.l.detector._x) < 0)) {
gotoAndPlay ("ataque");
this._xscale = 100;
stun = 1;
}
}
if (stun != 1) {
if (_root.l.detector._x < this._x) {
this._x = _x - speed;
if (camina == 0) {
this.gotoAndPlay("camina");
}
this._xscale = -100;
} else if ((_root.l.detector._x > this._x) and ((_root.l.detector._x - _x) > 40)) {
this._x = _x + speed;
if (camina == 0) {
this.gotoAndPlay("camina");
}
this._xscale = 100;
}
if (((_root.l.detector._y - 20) < this._y) and (((_y - _root.l.detector._y) + 20) > 10)) {
this._y = _y - (speed / 2);
if (camina == 0) {
this.gotoAndPlay("camina");
}
} else {
if ((_root.l.detector._y - 20) > this._y) {
this._y = _y + (speed / 2);
}
if (camina == 0) {
this.gotoAndPlay("camina");
}
}
}
}
if (hp < 0) {
myColor = new Color(this);
myColor.setRGB(16763904);
gotoAndStop ("bash");
golpeado = 1;
tiempo_muere = tiempo_muere - 1;
this._alpha = this._alpha - 5;
if (tiempo_muere < 0) {
_root.sthero.score = _root.sthero.score + 100;
_root.l.muertos = _root.l.muertos + 1;
_root.l.shockwave = _root.l.attachMovie("pistolup", (("dagaso" + getTimer()) + random(100000)) + _root.cuentacuentos, _root.l.getNextHighestDepth());
_root.cuentacuentos = _root.cuentacuentos + 1;
_root.l.shockwave._x = this._x;
_root.l.shockwave._y = this._y - 10;
removeMovieClip(this);
}
}
}
Symbol 1985 MovieClip Frame 1
grabeable = "no";
camina = 0;
golpeado = 0;
Symbol 1985 MovieClip Frame 28
stun = 0;
gotoAndPlay ("camuna");
Symbol 1985 MovieClip Frame 36
camina = 1;
golpeado = 0;
Symbol 1985 MovieClip Frame 45
stun = 0;
golpeado = 0;
Symbol 1985 MovieClip Frame 50
stun = 0;
gotoAndPlay ("camina");
Symbol 1985 MovieClip Frame 62
stun = 1;
Symbol 1985 MovieClip Frame 66
_root.l.shockwave = _root.l.attachMovie("bombacanonmala", "dagaso" + getTimer(), _root.l.getNextHighestDepth());
_root.l.shockwave._x = this._x;
_root.l.shockwave._y = this._y - 2;
_root.l.shockwave.dmg = dmg;
_root.l.shockwave.empujacion = empujacion;
_root.l.empujar.push(_root.l.shockwave);
_root.l.shockwave.swapDepths((_root.l.shockwave._x / 90) + (_root.l.shockwave._y + 20));
if (this._xscale == -100) {
_root.l.shockwave.speed = -25;
_root.l.shockwave._xscale = -100;
} else if (this._xscale == 100) {
_root.l.shockwave.speed = 25;
}
Symbol 1985 MovieClip Frame 79
gotoAndPlay ("stand");
Symbol 1985 MovieClip Frame 91
stun = 0;
gotoAndPlay ("stand");
Instance of Symbol 149 MovieClip in Symbol 1985 MovieClip Frame 92
onClipEvent (enterFrame) {
for (var i in _root.l.enemy) {
if ((_root.l.enemy[i].golpeado <= 0) and this.hitTest(_root.l.enemy[i].targetgolpe)) {
_root.l.enemy[i].hp = _root.l.enemy[i].hp - Math.round(((_root.sthero.dmg_normal * 1.4) * (100 - _root.l.enemy[i].armor_normal)) / 100);
_root.l.enemy[i].golpeado_anima = 1;
_root.l.enemy[i].resiste = _root.l.enemy[i].resiste + _parent.basheador;
if (_parent.mamasa != 1) {
_parent.mamasa = 1;
_root.sthero.combo = _root.sthero.combo + 1;
_root.sthero.tiempocombo = 30;
}
_root.l.shockwave = _root.l.attachMovie("kaboom", (("dagaso" + getTimer()) + random(100000)) + _root.cuentacuentos, _root.l.getNextHighestDepth());
_root.cuentacuentos = _root.cuentacuentos + 1;
_root.l.shockwave._x = _root.l.enemy[i]._x;
_root.l.shockwave._y = _root.l.enemy[i]._y;
if (_parent._xscale == 100) {
_root.l.shockwave._xscale = 100;
}
if (_parent._xscale == -100) {
_root.l.shockwave._xscale = -100;
}
}
}
}
Symbol 1985 MovieClip Frame 94
mamasa = 0;
Symbol 1985 MovieClip Frame 102
stun = 0;
gotoAndPlay ("stand");
Symbol 1985 MovieClip Frame 109
stun = 1;
golpeado = 1;
mySound = new Sound(this);
tune = "Zwork.mp3";
mySound.setVolume(80);
mySound.attachSound(tune);
mySound.start(0, 1);
if (this._xscale == 100) {
culonsosos = 30;
}
if (this._xscale == -100) {
culonsosos = -30;
}
this._x = this._x + culonsosos;
Symbol 1985 MovieClip Frame 110
this._x = this._x + culonsosos;
Symbol 1985 MovieClip Frame 111
this._x = this._x + culonsosos;
Symbol 1985 MovieClip Frame 112
this._x = this._x + culonsosos;
Symbol 1985 MovieClip Frame 113
this._x = this._x + culonsosos;
Symbol 1985 MovieClip Frame 114
this._x = this._x + culonsosos;
Symbol 1985 MovieClip Frame 115
this._x = this._x + culonsosos;
Symbol 1985 MovieClip Frame 116
this._x = this._x + culonsosos;
Symbol 1985 MovieClip Frame 117
this._x = this._x + culonsosos;
Symbol 1985 MovieClip Frame 118
this._x = this._x + culonsosos;
Symbol 1985 MovieClip Frame 119
this._x = this._x + culonsosos;
Symbol 1985 MovieClip Frame 120
this._x = this._x + culonsosos;
Instance of Symbol 253 MovieClip "detector" in Symbol 1985 MovieClip Frame 120
onClipEvent (enterFrame) {
if (this.hitTest(_root.l.targetgolpe) and (_root.l.hero.golpeado != 1)) {
_root.sthero.resiste = _root.sthero.resiste + _parent.empujacion;
_root.l.hero.ladoempuja = _parent._xscale / 100;
_root.l.hero.gotoAndPlay("golpeado");
_root.l.hero.stun = 1;
_root.sthero.hp = _root.sthero.hp - Math.round((_parent.dmg * (100 - _root.sthero.armor)) / 100);
if ((_parent._x - _root.l.targetgolpe._x) > 0) {
_root.l.hero._x = _root.l.hero._x - 40;
} else {
_root.l.hero._x = _root.l.hero._x + 40;
}
}
}
Symbol 1985 MovieClip Frame 121
this._x = this._x + culonsosos;
Symbol 1985 MovieClip Frame 122
this._x = this._x + culonsosos;
Symbol 1985 MovieClip Frame 123
this._x = this._x + culonsosos;
Symbol 1985 MovieClip Frame 124
this._x = this._x + culonsosos;
Symbol 1985 MovieClip Frame 125
this._x = this._x + culonsosos;
Symbol 1985 MovieClip Frame 126
golpeado = 0;
mySound = new Sound(this);
tune = "Space_Blast1.mp3";
mySound.setVolume(80);
mySound.attachSound(tune);
mySound.start(0, 1);
this._x = this._x + culonsosos;
Symbol 1985 MovieClip Frame 136
gotoAndPlay ("stand");
stun = 0;
Symbol 1985 MovieClip Frame 145
stun = 1;
stun = 1;
Instance of Symbol 149 MovieClip in Symbol 1985 MovieClip Frame 146
onClipEvent (enterFrame) {
for (var i in _root.l.enemy) {
if ((_root.l.enemy[i].golpeado <= 0) and this.hitTest(_root.l.enemy[i].targetgolpe)) {
_root.l.enemy[i].hp = _root.l.enemy[i].hp - Math.round(((_root.sthero.dmg_normal * 2) * (100 - _root.l.enemy[i].armor_normal)) / 100);
_root.l.enemy[i].golpeado_anima = 1;
_root.l.enemy[i].resiste = _root.l.enemy[i].resiste + (_parent.basheador * 10);
if (_parent.mamasa != 1) {
_parent.mamasa = 1;
_root.sthero.combo = _root.sthero.combo + 1;
_root.sthero.tiempocombo = 30;
}
_root.l.shockwave = _root.l.attachMovie("kaboom", (("dagaso" + getTimer()) + random(100000)) + _root.cuentacuentos, _root.l.getNextHighestDepth());
_root.cuentacuentos = _root.cuentacuentos + 1;
_root.l.shockwave._x = _root.l.enemy[i]._x;
_root.l.shockwave._y = _root.l.enemy[i]._y;
if (_parent._xscale == 100) {
_root.l.shockwave._xscale = 100;
}
if (_parent._xscale == -100) {
_root.l.shockwave._xscale = -100;
}
}
}
}
Symbol 1985 MovieClip Frame 148
mamasa = 0;
Symbol 1985 MovieClip Frame 155
stun = 0;
gotoAndPlay ("stand");
Symbol 1985 MovieClip Frame 156
stun = 1;
Symbol 1985 MovieClip Frame 157
if (this._xscale == 100) {
culonsosos = -30;
}
if (this._xscale == -100) {
culonsosos = 30;
}
this._x = this._x + culonsosos;
_root.velocity = 30;
Symbol 1985 MovieClip Frame 158
this._x = this._x + culonsosos;
Symbol 1985 MovieClip Frame 159
this._x = this._x + culonsosos;
Symbol 1985 MovieClip Frame 160
this._x = this._x + culonsosos;
Symbol 1985 MovieClip Frame 161
this._x = this._x + culonsosos;
Symbol 1985 MovieClip Frame 162
this._x = this._x + culonsosos;
Symbol 1985 MovieClip Frame 163
this._x = this._x + culonsosos;
Symbol 1985 MovieClip Frame 164
this._x = this._x + culonsosos;
Symbol 1985 MovieClip Frame 165
this._x = this._x + culonsosos;
Symbol 1985 MovieClip Frame 166
this._x = this._x + culonsosos;
Symbol 1985 MovieClip Frame 167
this._x = this._x + culonsosos;
Symbol 1985 MovieClip Frame 168
this._x = this._x + culonsosos;
Symbol 1985 MovieClip Frame 169
this._x = this._x + culonsosos;
Symbol 1985 MovieClip Frame 170
this._x = this._x + culonsosos;
Symbol 1985 MovieClip Frame 171
this._x = this._x + culonsosos;
Symbol 1985 MovieClip Frame 172
this._x = this._x + culonsosos;
Symbol 1985 MovieClip Frame 173
this._x = this._x + culonsosos;
Symbol 1985 MovieClip Frame 174
this._x = this._x + culonsosos;
Instance of Symbol 149 MovieClip in Symbol 1985 MovieClip Frame 175
onClipEvent (enterFrame) {
for (var i in _root.l.enemy) {
if ((_root.l.enemy[i].golpeado <= 0) and this.hitTest(_root.l.enemy[i].targetgolpe)) {
_root.l.enemy[i].hp = _root.l.enemy[i].hp - Math.round(((_root.sthero.dmg_normal * (1 + (_root.sthero.tree_a3 * 0.33))) * (100 - _root.l.enemy[i].armor_normal)) / 100);
_root.l.enemy[i]._xscale = _root.l.enemy[i]._xscale * -1;
_root.l.enemy[i].gotoAndPlay("golpeadohard");
_root.l.enemy[i].golpeado = 1;
_root.sthero.combo = _root.sthero.combo + 1;
_root.sthero.tiempocombo = 30;
_root.l.shockwave = _root.l.attachMovie("kaboom", (("dagaso" + getTimer()) + random(100000)) + _root.cuentacuentos, _root.l.getNextHighestDepth());
_root.cuentacuentos = _root.cuentacuentos + 1;
_root.l.shockwave._x = _root.l.enemy[i]._x;
_root.l.shockwave._y = _root.l.enemy[i]._y;
if (_parent._xscale == 100) {
_root.l.shockwave._xscale = 100;
}
if (_parent._xscale == -100) {
_root.l.shockwave._xscale = -100;
}
}
}
}
Symbol 1985 MovieClip Frame 177
stun = 0;
gotoAndPlay ("stand");
Instance of Symbol 149 MovieClip in Symbol 1985 MovieClip Frame 181
onClipEvent (enterFrame) {
for (var i in _root.l.enemy) {
if (((_root.l.enemy[i].hp >= 1) and (_root.l.enemy[i].golpeado != 1)) and this.hitTest(_root.l.enemy[i].targetgolpe)) {
if (_parent.graveado == undefined) {
_root.l.enemy[i].gotoAndStop("agarrado");
_root.l.enemy[i].agarrado = true;
_root.l.enemy[i].stun = 1;
_parent.graveado = _root.l.enemy[i]._name;
_parent.gotoAndStop("grab");
}
}
}
}
Instance of Symbol 149 MovieClip in Symbol 1985 MovieClip Frame 182
onClipEvent (enterFrame) {
for (var i in _root.l.enemy) {
if ((_root.l.enemy[i].golpeado <= 0) and this.hitTest(_root.l.enemy[i].targetgolpe)) {
_root.l.enemy[i].hp = _root.l.enemy[i].hp - Math.round(((_root.sthero.dmg_normal * (1 + (_root.sthero.tree_a3 * 0.33))) * (100 - _root.l.enemy[i].armor_normal)) / 100);
_root.l.enemy[i].golpeado_anima = 1;
_root.l.enemy[i].resiste = _root.l.enemy[i].resiste + _parent.basheador;
if (_parent.mamasa != 1) {
_parent.mamasa = 1;
_root.sthero.combo = _root.sthero.combo + 1;
_root.sthero.tiempocombo = 30;
}
_root.l.shockwave = _root.l.attachMovie("kaboom", (("dagaso" + getTimer()) + random(100000)) + _root.cuentacuentos, _root.l.getNextHighestDepth());
_root.cuentacuentos = _root.cuentacuentos + 1;
_root.l.shockwave._x = _root.l.enemy[i]._x;
_root.l.shockwave._y = _root.l.enemy[i]._y;
if (_parent._xscale == 100) {
_root.l.shockwave._xscale = 100;
}
if (_parent._xscale == -100) {
_root.l.shockwave._xscale = -100;
}
}
}
}
Symbol 1985 MovieClip Frame 184
mamasa = 0;
Symbol 1985 MovieClip Frame 188
stun = 0;
gotoAndPlay ("stand");
Symbol 1985 MovieClip Frame 192
golpeado = 0;
_root.m.displayenemy.targeteado = this;
_root.m.displayenemy.gotoAndStop(nombre);
_root.m.displayenemy.timer.gotoAndPlay(1);
if (resiste > aguante) {
gotoAndPlay ("golpeadohard");
}
stun = 1;
camina = 0;
stun = 1;
golpeson = random(3);
mySound = new Sound(this);
tune = "hit" + golpeson;
if ((_root.l.hero._x - this._x) > 0) {
volumen = (((100 * (_root.l.hero._x - this._x)) / 700) - 100) * -1;
} else {
volumen = (((100 * (this._x - _root.l.hero._x)) / 700) - 100) * -1;
}
if (volumen > 0) {
mySound.setVolume(volumen);
mySound.attachSound(tune);
mySound.start(0, 1);
}
Symbol 1985 MovieClip Frame 198
golpeado = 0;
stun = 0;
gotoAndPlay ("stand");
Symbol 1985 MovieClip Frame 201
Symbol 1985 MovieClip Frame 203
_root.m.displayenemy.targeteado = this;
_root.m.displayenemy.gotoAndStop(nombre);
_root.m.displayenemy.timer.gotoAndPlay(1);
golpeado = 1;
stun = 1;
camina = 0;
resiste = 0;
stun = 1;
golpeson = random(3);
mySound = new Sound(this);
tune = "hit" + golpeson;
if ((_root.l.hero._x - this._x) > 0) {
volumen = (((100 * (_root.l.hero._x - this._x)) / 700) - 100) * -1;
} else {
volumen = (((100 * (this._x - _root.l.hero._x)) / 700) - 100) * -1;
}
if (this._xscale == 100) {
culonsosos = -20;
}
if (this._xscale == -100) {
culonsosos = 20;
}
this._x = this._x + culonsosos;
if (volumen > 0) {
mySound.setVolume(volumen);
mySound.attachSound(tune);
mySound.start(0, 1);
}
_root.l.shockwave = _root.l.attachMovie("sangreenemigo", (("dagaso" + getTimer()) + random(100000)) + _root.cuentacuentos, _root.l.getNextHighestDepth());
_root.cuentacuentos = _root.cuentacuentos + 1;
_root.l.shockwave._x = this._x;
_root.l.shockwave._y = this._y;
if (_xscale == 100) {
_root.l.shockwave._xscale = 100;
}
if (_xscale == -100) {
_root.l.shockwave._xscale = -100;
}
Symbol 1985 MovieClip Frame 204
this._x = this._x + culonsosos;
Symbol 1985 MovieClip Frame 205
this._x = this._x + culonsosos;
Symbol 1985 MovieClip Frame 206
this._x = this._x + culonsosos;
Symbol 1985 MovieClip Frame 207
this._x = this._x + culonsosos;
Symbol 1985 MovieClip Frame 208
this._x = this._x + culonsosos;
Symbol 1985 MovieClip Frame 209
this._x = this._x + culonsosos;
Symbol 1985 MovieClip Frame 210
this._x = this._x + culonsosos;
Symbol 1985 MovieClip Frame 211
this._x = this._x + culonsosos;
Symbol 1985 MovieClip Frame 219
golpeado = 0;
stun = 0;
gotoAndPlay ("stand");
Symbol 1985 MovieClip Frame 220
stun = 1;
camina = 0;
Instance of Symbol 149 MovieClip in Symbol 1985 MovieClip Frame 225
onClipEvent (enterFrame) {
for (var i in _root.l.enemy) {
if ((_root.l.enemy[i].golpeado <= 0) and this.hitTest(_root.l.enemy[i].targetgolpe)) {
if (_parent.graveado == undefined) {
_root.l.enemy[i].gotoAndStop("agarrado");
_root.l.enemy[i].agarrado = true;
_root.l.enemy[i].stun = 1;
_parent.graveado = _root.l.enemy[i]._name;
_parent.gotoAndStop("grab");
}
}
}
}
Symbol 1985 MovieClip Frame 230
graveado = undefined;
golpeado = 0;
stun = 0;
gotoAndPlay ("stand");
Symbol 1985 MovieClip Frame 232
stun = 1;
camina = 0;
grab = 1;
_parent[graveado].gotoAndStop("agarrado");
Symbol 1985 MovieClip Frame 233
_parent[graveado].gotoAndStop("agarrado");
Symbol 1985 MovieClip Frame 234
_parent[graveado].gotoAndStop("agarrado");
Symbol 1985 MovieClip Frame 238
gotoAndPlay ("grab");
Symbol 1985 MovieClip Frame 239
grab = 0;
_parent[graveado].agarrado = false;
_parent[graveado].gotoAndStop("agarrado");
Symbol 1985 MovieClip Frame 242
_parent[graveado].gotoAndPlay("golpeadohard");
_parent[graveado].hp = _parent[graveado].hp - Math.round(((_root.sthero.dmg_normal * 1.1) * (100 - _parent[graveado].armor_normal)) / 100);
_root.l.shockwave = _root.l.attachMovie("kaboom", (("dagaso" + getTimer()) + random(100000)) + _root.cuentacuentos, _root.l.getNextHighestDepth());
_root.cuentacuentos = _root.cuentacuentos + 1;
_root.l.shockwave._x = _parent[graveado]._x;
_root.l.shockwave._y = _parent[graveado]._y;
graveado = undefined;
Symbol 1985 MovieClip Frame 244
golpeado = 0;
stun = 0;
grab = 0;
graveado = undefined;
gotoAndPlay ("stand");
Symbol 1985 MovieClip Frame 245
grab = 0;
_parent[graveado].agarrado = false;
_parent[graveado].gotoAndStop("agarrado");
Symbol 1985 MovieClip Frame 255
_root.l.shockwave = _root.l.attachMovie("sangreenemigo", (("dagaso" + getTimer()) + random(100000)) + _root.cuentacuentos, _root.l.getNextHighestDepth());
_root.cuentacuentos = _root.cuentacuentos + 1;
_root.l.shockwave._x = _parent[graveado]._x;
_root.l.shockwave._y = _parent[graveado]._y;
if (_xscale == 100) {
_root.l.shockwave._xscale = 100;
}
if (_xscale == -100) {
_root.l.shockwave._xscale = -100;
}
Symbol 1985 MovieClip Frame 256
_root.l.shockwave = _root.l.attachMovie("kaboom", (("dagaso" + getTimer()) + random(100000)) + _root.cuentacuentos, _root.l.getNextHighestDepth());
_root.cuentacuentos = _root.cuentacuentos + 1;
_root.l.shockwave._x = _parent[graveado]._x;
_root.l.shockwave._y = _parent[graveado]._y;
_parent[graveado].hp = _parent[graveado].hp - Math.round(((_root.sthero.dmg_normal * 0.8) * (100 - _parent[graveado].armor_normal)) / 100);
golpeson = random(3);
mySound = new Sound(this);
tune = "hit" + golpeson;
if ((_root.l.hero._x - this._x) > 0) {
volumen = (((100 * (_root.l.hero._x - this._x)) / 700) - 100) * -1;
} else {
volumen = (((100 * (this._x - _root.l.hero._x)) / 700) - 100) * -1;
}
if (volumen > 0) {
mySound.setVolume(volumen);
mySound.attachSound(tune);
mySound.start(0, 1);
}
Symbol 1985 MovieClip Frame 257
_root.l.shockwave = _root.l.attachMovie("sangreenemigo", (("dagaso" + getTimer()) + random(100000)) + _root.cuentacuentos, _root.l.getNextHighestDepth());
_root.cuentacuentos = _root.cuentacuentos + 1;
_root.l.shockwave._x = _parent[graveado]._x;
_root.l.shockwave._y = _parent[graveado]._y;
if (_xscale == 100) {
_root.l.shockwave._xscale = 100;
}
if (_xscale == -100) {
_root.l.shockwave._xscale = -100;
}
Symbol 1985 MovieClip Frame 258
_root.l.shockwave = _root.l.attachMovie("sangreenemigo", (("dagaso" + getTimer()) + random(100000)) + _root.cuentacuentos, _root.l.getNextHighestDepth());
_root.cuentacuentos = _root.cuentacuentos + 1;
_root.l.shockwave._x = _parent[graveado]._x;
_root.l.shockwave._y = _parent[graveado]._y;
if (_xscale == 100) {
_root.l.shockwave._xscale = -100;
}
if (_xscale == -100) {
_root.l.shockwave._xscale = 100;
}
Symbol 1985 MovieClip Frame 259
_root.l.shockwave = _root.l.attachMovie("kaboom", (("dagaso" + getTimer()) + random(100000)) + _root.cuentacuentos, _root.l.getNextHighestDepth());
_root.cuentacuentos = _root.cuentacuentos + 1;
_root.l.shockwave._x = _parent[graveado]._x;
_root.l.shockwave._y = _parent[graveado]._y;
_parent[graveado].hp = _parent[graveado].hp - Math.round(((_root.sthero.dmg_normal * 0.8) * (100 - _parent[graveado].armor_normal)) / 100);
golpeson = random(3);
golpeson = random(3);
mySound = new Sound(this);
tune = "hit" + golpeson;
if ((_root.l.hero._x - this._x) > 0) {
volumen = (((100 * (_root.l.hero._x - this._x)) / 700) - 100) * -1;
} else {
volumen = (((100 * (this._x - _root.l.hero._x)) / 700) - 100) * -1;
}
if (volumen > 0) {
mySound.setVolume(volumen);
mySound.attachSound(tune);
mySound.start(0, 1);
}
Symbol 1985 MovieClip Frame 260
_root.l.shockwave = _root.l.attachMovie("sangreenemigo", (("dagaso" + getTimer()) + random(100000)) + _root.cuentacuentos, _root.l.getNextHighestDepth());
_root.cuentacuentos = _root.cuentacuentos + 1;
_root.l.shockwave._x = _parent[graveado]._x;
_root.l.shockwave._y = _parent[graveado]._y;
if (_xscale == 100) {
_root.l.shockwave._xscale = 100;
}
if (_xscale == -100) {
_root.l.shockwave._xscale = -100;
}
Symbol 1985 MovieClip Frame 261
_root.l.shockwave = _root.l.attachMovie("kaboom", (("dagaso" + getTimer()) + random(100000)) + _root.cuentacuentos, _root.l.getNextHighestDepth());
_root.cuentacuentos = _root.cuentacuentos + 1;
_root.l.shockwave._x = _parent[graveado]._x;
_root.l.shockwave._y = _parent[graveado]._y;
_parent[graveado].hp = _parent[graveado].hp - Math.round(((_root.sthero.dmg_normal * 0.8) * (100 - _parent[graveado].armor_normal)) / 100);
golpeson = random(3);
mySound = new Sound(this);
tune = "hit" + golpeson;
if ((_root.l.hero._x - this._x) > 0) {
volumen = (((100 * (_root.l.hero._x - this._x)) / 700) - 100) * -1;
} else {
volumen = (((100 * (this._x - _root.l.hero._x)) / 700) - 100) * -1;
}
if (volumen > 0) {
mySound.setVolume(volumen);
mySound.attachSound(tune);
mySound.start(0, 1);
}
Symbol 1985 MovieClip Frame 262
_root.l.shockwave = _root.l.attachMovie("sangreenemigo", (("dagaso" + getTimer()) + random(100000)) + _root.cuentacuentos, _root.l.getNextHighestDepth());
_root.cuentacuentos = _root.cuentacuentos + 1;
_root.l.shockwave._x = _parent[graveado]._x;
_root.l.shockwave._y = _parent[graveado]._y;
if (_xscale == 100) {
_root.l.shockwave._xscale = -100;
}
if (_xscale == -100) {
_root.l.shockwave._xscale = 100;
}
Symbol 1985 MovieClip Frame 264
_root.l.shockwave = _root.l.attachMovie("kaboom", (("dagaso" + getTimer()) + random(100000)) + _root.cuentacuentos, _root.l.getNextHighestDepth());
_root.cuentacuentos = _root.cuentacuentos + 1;
_root.l.shockwave._x = _parent[graveado]._x;
_root.l.shockwave._y = _parent[graveado]._y;
_parent[graveado].hp = _parent[graveado].hp - Math.round(((_root.sthero.dmg_normal * 0.8) * (100 - _parent[graveado].armor_normal)) / 100);
golpeson = random(3);
mySound = new Sound(this);
tune = "hit" + golpeson;
if ((_root.l.hero._x - this._x) > 0) {
volumen = (((100 * (_root.l.hero._x - this._x)) / 700) - 100) * -1;
} else {
volumen = (((100 * (this._x - _root.l.hero._x)) / 700) - 100) * -1;
}
if (volumen > 0) {
mySound.setVolume(volumen);
mySound.attachSound(tune);
mySound.start(0, 1);
}
_root.l.shockwave = _root.l.attachMovie("sangreenemigo", (("dagaso" + getTimer()) + random(100000)) + _root.cuentacuentos, _root.l.getNextHighestDepth());
_root.cuentacuentos = _root.cuentacuentos + 1;
_root.l.shockwave._x = _parent[graveado]._x;
_root.l.shockwave._y = _parent[graveado]._y;
if (_xscale == 100) {
_root.l.shockwave._xscale = 100;
}
if (_xscale == -100) {
_root.l.shockwave._xscale = -100;
}
Symbol 1985 MovieClip Frame 266
_root.l.shockwave = _root.l.attachMovie("sangreenemigo", (("dagaso" + getTimer()) + random(100000)) + _root.cuentacuentos, _root.l.getNextHighestDepth());
_root.cuentacuentos = _root.cuentacuentos + 1;
_root.l.shockwave._x = _parent[graveado]._x;
_root.l.shockwave._y = _parent[graveado]._y;
if (_xscale == 100) {
_root.l.shockwave._xscale = 100;
}
if (_xscale == -100) {
_root.l.shockwave._xscale = -100;
}
Symbol 1985 MovieClip Frame 267
_root.l.shockwave = _root.l.attachMovie("sangreenemigo", (("dagaso" + getTimer()) + random(100000)) + _root.cuentacuentos, _root.l.getNextHighestDepth());
_root.cuentacuentos = _root.cuentacuentos + 1;
_root.l.shockwave._x = _parent[graveado]._x;
_root.l.shockwave._y = _parent[graveado]._y;
if (_xscale == 100) {
_root.l.shockwave._xscale = 100;
}
if (_xscale == -100) {
_root.l.shockwave._xscale = -100;
}
Symbol 1985 MovieClip Frame 268
_root.l.shockwave = _root.l.attachMovie("kaboom", (("dagaso" + getTimer()) + random(100000)) + _root.cuentacuentos, _root.l.getNextHighestDepth());
_root.cuentacuentos = _root.cuentacuentos + 1;
_root.l.shockwave._x = _parent[graveado]._x;
_root.l.shockwave._y = _parent[graveado]._y;
_parent[graveado].hp = _parent[graveado].hp - Math.round(((_root.sthero.dmg_normal * 1.1) * (100 - _parent[graveado].armor_normal)) / 100);
Symbol 1985 MovieClip Frame 275
if (_parent[graveado].hp > 0) {
_parent[graveado].gotoAndPlay("golpeadohard");
}
_parent[graveado].hp = _parent[graveado].hp - Math.round(((_root.sthero.dmg_normal * 0.8) * (100 - _parent[graveado].armor_normal)) / 100);
graveado = undefined;
Symbol 1985 MovieClip Frame 278
golpeado = 0;
stun = 0;
grab = 0;
graveado = undefined;
gotoAndPlay ("stand");
Symbol 1985 MovieClip Frame 280
stun = 1;
Instance of Symbol 149 MovieClip in Symbol 1985 MovieClip Frame 280
onClipEvent (enterFrame) {
for (var i in _root.l.enemy) {
if (((_root.l.enemy[i].hp >= 1) and (_root.l.enemy[i].golpeado != 1)) and this.hitTest(_root.l.enemy[i].targetgolpe)) {
if (_parent.graveado == undefined) {
_root.l.enemy[i].gotoAndStop("agarrado");
_root.l.enemy[i].agarrado = true;
_root.l.enemy[i].stun = 1;
_parent.graveado = _root.l.enemy[i]._name;
_parent.gotoAndStop("grab");
}
}
}
}
Symbol 1985 MovieClip Frame 283
_root.sthero.bullets = _root.sthero.bullets - 1;
if (_root.sthero.bullets <= 0) {
cuchi1.gotoAndStop(1);
_root.sthero.cuchi1 = 1;
_root.m.armas.gotoAndStop(1);
}
disparo = "dagaso";
if (disparo == "dagaso") {
_root.l.shockwave = _root.l.attachMovie(_root.sthero.arma, "dagaso" + getTimer(), _root.l.getNextHighestDepth());
_root.sthero.energy = _root.sthero.energy - 50;
_root.m.dagger.cooldown = 7 - (_root.sthero.tree_b3 * 2);
_root.l.empujar.push(_root.l.shockwave);
_root.l.shockwave.swapDepths((_root.l.shockwave._x / 90) + (_root.l.shockwave._y + 20));
if (_root.l.hero._xscale == -100) {
_root.l.shockwave.speed = -25;
_root.l.shockwave._xscale = -100;
} else if (_root.l.hero._xscale == 100) {
_root.l.shockwave.speed = 25;
}
}
Symbol 1985 MovieClip Frame 287
stun = 0;
gotoAndPlay ("stand");
Symbol 1985 MovieClip Frame 335
stun = 1;
camina = 0;
golpeado = 1;
_root.sthero.resiste = 0;
_root.sthero.animamuerte = 1;
_root.l.shockwave = _root.l.attachMovie("sangreenemigo", (("dagaso" + getTimer()) + random(100000)) + _root.cuentacuentos, _root.l.getNextHighestDepth());
_root.cuentacuentos = _root.cuentacuentos + 1;
_root.l.shockwave._x = this._x;
_root.l.shockwave._y = this._y;
if (_xscale == 100) {
_root.l.shockwave._xscale = 100;
}
if (_xscale == -100) {
_root.l.shockwave._xscale = -100;
}
_root.velocity = _root.sthero.velocity;
_root.velocity = _root.velocity * 3;
culonsosos = _root.velocity * (_xscale / 100);
Symbol 1985 MovieClip Frame 341
this._name = "ladygaga" + random(3000);
_root.sthero.hp = _root.sthero.maxhp;
_root.sthero.clase = "yamato";
_root.l.hero = _root.l.attachMovie("yamato", "hero" + getTimer(), _root.l.getNextHighestDepth());
_root.l.hero.cuchi1.gotoAndStop(_root.sthero.cuchi1);
_root.l.hero._x = this._x;
_root.l.hero._y = this._y;
var glow_color = 0;
var glow_alpha = 1;
var glow_blurX = 3;
var glow_blurY = 3;
var glow_strength = 10;
var glow_quality = 3;
var glow_inner = false;
var glow_knockout = false;
var filter_glow = (new flash.filters.GlowFilter(glow_color, glow_alpha, glow_blurX, glow_blurY, glow_strength, glow_quality, glow_inner, glow_knockout));
_root.l.hero.filters = [filter_glow];
for (var i in _root.l.enemy) {
_root.l.enemy[i].gotoAndPlay("golpeadohard");
}
Symbol 1985 MovieClip Frame 343
removeMovieClip(this);
Symbol 1985 MovieClip Frame 347
_root.sthero.animamuerte = 0;
golpeado = 0;
stun = 0;
gotoAndPlay ("stand");
Instance of Symbol 204 MovieClip in Symbol 1985 MovieClip Frame 383
onClipEvent (enterFrame) {
_alpha = (_alpha - 20);
}
Instance of Symbol 204 MovieClip in Symbol 1985 MovieClip Frame 385
onClipEvent (enterFrame) {
_alpha = (_alpha - 20);
}
Symbol 1985 MovieClip Frame 389
stun = 1;
camina = 0;
Symbol 1985 MovieClip Frame 408
stun = 0;
gotoAndPlay ("stand");
Symbol 1986 MovieClip Frame 1
enemy = [];
objetos = [];
muertos = 0;
Instance of Symbol 391 MovieClip in Symbol 1986 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.l.targetgolpe)) {
_root.l.hero._y = _root.l.hero._y - (_root.velocity / 2);
}
}
Instance of Symbol 391 MovieClip in Symbol 1986 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.l.targetgolpe)) {
_root.l.hero._y = _root.l.hero._y + (_root.velocity / 2);
}
}
Instance of Symbol 391 MovieClip "eso2" in Symbol 1986 MovieClip Frame 1
onClipEvent (enterFrame) {
if (((this.hitTest(_root.l.targetgolpe) and (_root.limpio == 1)) and (_root.l.hero.camina == 1)) and (_root.l.hero._xscale == 100)) {
_root.limpio = 0;
_root.destino = "derecha";
_root.flash1.play();
}
}
Instance of Symbol 253 MovieClip "detector" in Symbol 1986 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_root.l.invi == 0) or (_root.l.invi == undefined)) {
this._x = _root.l.hero._x;
this._y = _root.l.hero._y + 15;
}
}
Instance of Symbol 253 MovieClip "targetgolpe" in Symbol 1986 MovieClip Frame 1
onClipEvent (enterFrame) {
this._x = _root.l.hero._x;
this._y = _root.l.hero._y + 35;
}
Instance of Symbol 1985 MovieClip in Symbol 1986 MovieClip Frame 1
onClipEvent (load) {
grabeable = "no";
nombre = "canonsuit";
aguante = 20;
empujacion = 45;
resiste = 0;
torso.armor.gotoAndStop(13);
torso.cinto.gotoAndStop(3);
gamba1.gotoAndStop(1);
gamba2.gotoAndStop(1);
q1.gotoAndStop(3);
q2.gotoAndStop(3);
antebrazo = 7;
antebrazo1.gotoAndStop(antebrazo);
antebrazo2.gotoAndStop(antebrazo);
head.pelo.gotoAndStop(1);
head.detalle.gotoAndStop(13);
dmg = 30;
tiempo_muere = 20;
tiempo = random(70);
actividad = 0;
hp = 300;
maxhp = hp;
speed = 5;
armor_normal = 10;
armor_fire = 0;
armor_ice = 0;
armor_shadow = 0;
armor_special = 0;
_root.vivos = _root.vivos + 1;
_root.l.empujar.push(this);
_root.l.enemy.push(this);
}
onClipEvent (enterFrame) {
if (agarrado == true) {
this._x = _root.l.hero._x + (60 * (_root.l.hero._xscale / 100));
this._y = _root.l.hero._y + 3;
gotoAndStop ("agarrado");
this._xscale = _root.l.hero._xscale * -1;
}
if (resiste > 0) {
resiste = resiste - 0.2;
}
for (var i in _root.l.enemy) {
if ((colision.hitTest(_root.l.enemy[i].colision) and (this._x != _root.l.enemy[i]._x)) and (this._y < _root.l.enemy[i]._y)) {
_root.l.enemy[i]._y = _root.l.enemy[i]._y + 0.5;
} else if (colision.hitTest(_root.l.enemy[i].colision) and (this._x != _root.l.enemy[i]._x)) {
_root.l.enemy[i]._y = _root.l.enemy[i]._y - 0.5;
}
}
if (golpeado_anima == 1) {
golpeado_anima = 0;
this.gotoAndPlay("golpeado");
}
}
onClipEvent (enterFrame) {
this.swapDepths((this._x / 90) + (this._y + 20));
if ((tiempo == 0) and (actividad == 0)) {
tiempo = random(40);
actitud = random(2);
if (actitud == 0) {
gotoAndPlay ("stand");
stun = 1;
}
if (actitud == 1) {
gotoAndPlay ("dash");
actividad = 0;
stun = 0;
tiempo = random(40) + 30;
actitud = 0;
stun = 1;
}
} else if ((stun != 1) and (actividad == 0)) {
tiempo = tiempo - 1;
}
if (stun != 1) {
if ((((_root.l.hero.golpeado != 1) and ((this._y - _root.l.detector._y) < 0)) and (((this._y - _root.l.detector._y) - 20) > 0)) or (((_root.l.hero.golpeado != 1) and (((this._y - _root.l.detector._y) + 20) > 0)) and (((this._y - _root.l.detector._y) - 20) < -30))) {
if (((this._x - _root.l.detector._x) < 250) and ((this._x - _root.l.detector._x) > 0)) {
gotoAndPlay ("ataque");
this._xscale = -100;
stun = 1;
}
if (((this._x - _root.l.detector._x) > -250) and ((this._x - _root.l.detector._x) < 0)) {
gotoAndPlay ("ataque");
this._xscale = 100;
stun = 1;
}
}
if (stun != 1) {
if (_root.l.detector._x < this._x) {
this._x = _x - speed;
if (camina == 0) {
this.gotoAndPlay("camina");
}
this._xscale = -100;
} else if ((_root.l.detector._x > this._x) and ((_root.l.detector._x - _x) > 40)) {
this._x = _x + speed;
if (camina == 0) {
this.gotoAndPlay("camina");
}
this._xscale = 100;
}
if (((_root.l.detector._y - 20) < this._y) and (((_y - _root.l.detector._y) + 20) > 10)) {
this._y = _y - (speed / 2);
if (camina == 0) {
this.gotoAndPlay("camina");
}
} else {
if ((_root.l.detector._y - 20) > this._y) {
this._y = _y + (speed / 2);
}
if (camina == 0) {
this.gotoAndPlay("camina");
}
}
}
}
if (hp < 0) {
myColor = new Color(this);
myColor.setRGB(16763904);
gotoAndStop ("bash");
golpeado = 1;
tiempo_muere = tiempo_muere - 1;
this._alpha = this._alpha - 5;
if (tiempo_muere < 0) {
_root.sthero.score = _root.sthero.score + 100;
_root.l.muertos = _root.l.muertos + 1;
_root.l.shockwave = _root.l.attachMovie("robotitem", (("dagaso" + getTimer()) + random(100000)) + _root.cuentacuentos, _root.l.getNextHighestDepth());
_root.cuentacuentos = _root.cuentacuentos + 1;
_root.l.shockwave._x = this._x;
_root.l.shockwave._y = this._y - 10;
removeMovieClip(this);
}
}
}
Instance of Symbol 1132 MovieClip in Symbol 1986 MovieClip Frame 1
onClipEvent (load) {
objeto = "si";
aguante = 20;
empujacion = 15;
resiste = 0;
contiene = "carne";
hp = 10;
maxhp = hp;
speed = 5;
armor_normal = 10;
armor_fire = 0;
armor_ice = 0;
armor_shadow = 0;
armor_special = 0;
_root.l.objetos.push(this);
}
onClipEvent (enterFrame) {
if (agarrado == true) {
this._x = _root.l.hero._x + (60 * (_root.l.hero._xscale / 100));
this._y = _root.l.hero._y + 3;
gotoAndStop ("agarrado");
this._xscale = _root.l.hero._xscale * -1;
}
if (resiste > 0) {
resiste = resiste - 0.2;
}
if (golpeado_anima == 1) {
golpeado_anima = 0;
this.gotoAndPlay("golpeado");
}
this.swapDepths((this._x / 90) + (this._y + 20));
if (hp < 0) {
if (_root.l.hero.graveado == _name) {
_root.l.hero.graveado = undefined;
_root.l.hero.gotoAndPlay("stand");
}
gotoAndStop ("golpeado");
golpeado = 1;
tiempo_muere = tiempo_muere - 1;
if (tiempo_muere < 0) {
removeMovieClip(this);
}
}
}
Instance of Symbol 1959 MovieClip in Symbol 1986 MovieClip Frame 1
onClipEvent (load) {
objeto = "si";
aguante = 20;
empujacion = 15;
resiste = 0;
contiene = "carne";
hp = 5;
maxhp = hp;
speed = 5;
armor_normal = 10;
armor_fire = 0;
armor_ice = 0;
armor_shadow = 0;
armor_special = 0;
_root.l.objetos.push(this);
}
onClipEvent (enterFrame) {
if (agarrado == true) {
this._x = _root.l.hero._x + (60 * (_root.l.hero._xscale / 100));
this._y = _root.l.hero._y + 3;
gotoAndStop ("agarrado");
this._xscale = _root.l.hero._xscale * -1;
}
if (resiste > 0) {
resiste = resiste - 0.2;
}
if (golpeado_anima == 1) {
golpeado_anima = 0;
this.gotoAndPlay("golpeado");
}
this.swapDepths((this._x / 90) + (this._y + 20));
if (hp < 0) {
if (_root.l.hero.graveado == _name) {
_root.l.hero.graveado = undefined;
_root.l.hero.gotoAndPlay("stand");
}
gotoAndStop ("golpeado");
golpeado = 1;
tiempo_muere = tiempo_muere - 1;
if (tiempo_muere < 0) {
removeMovieClip(this);
}
}
}
Symbol 1987 MovieClip Frame 1
enemy = [];
objetos = [];
muertos = 0;
Instance of Symbol 391 MovieClip in Symbol 1987 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.l.targetgolpe)) {
_root.l.hero._y = _root.l.hero._y - (_root.velocity / 2);
}
}
Instance of Symbol 391 MovieClip in Symbol 1987 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.l.targetgolpe)) {
_root.l.hero._y = _root.l.hero._y + (_root.velocity / 2);
}
}
Instance of Symbol 391 MovieClip "eso2" in Symbol 1987 MovieClip Frame 1
onClipEvent (enterFrame) {
if (((this.hitTest(_root.l.targetgolpe) and (_root.limpio == 1)) and (_root.l.hero.camina == 1)) and (_root.l.hero._xscale == 100)) {
_root.limpio = 0;
_root.destino = "derecha";
_root.flash1.play();
}
}
Instance of Symbol 738 MovieClip in Symbol 1987 MovieClip Frame 1
onClipEvent (load) {
nombre = "pclaw";
aguante = 20;
empujacion = 15;
resiste = 0;
torso.armor.gotoAndStop(13);
torso.cinto.gotoAndStop(3);
gamba1.gotoAndStop(1);
gamba2.gotoAndStop(1);
q1.gotoAndStop(3);
q2.gotoAndStop(3);
antebrazo = 7;
antebrazo1.gotoAndStop(antebrazo);
antebrazo2.gotoAndStop(antebrazo);
head.pelo.gotoAndStop(1);
head.detalle.gotoAndStop(13);
dmg = 10;
tiempo_muere = 20;
tiempo = random(70);
actividad = 0;
hp = 300;
maxhp = hp;
speed = 5;
armor_normal = 10;
armor_fire = 0;
armor_ice = 0;
armor_shadow = 0;
armor_special = 0;
_root.vivos = _root.vivos + 1;
_root.l.empujar.push(this);
_root.l.enemy.push(this);
}
onClipEvent (enterFrame) {
if (agarrado == true) {
this._x = _root.l.hero._x + (60 * (_root.l.hero._xscale / 100));
this._y = _root.l.hero._y + 3;
gotoAndStop ("agarrado");
this._xscale = _root.l.hero._xscale * -1;
}
if (resiste > 0) {
resiste = resiste - 0.2;
}
for (var i in _root.l.enemy) {
if ((colision.hitTest(_root.l.enemy[i].colision) and (this._x != _root.l.enemy[i]._x)) and (this._y < _root.l.enemy[i]._y)) {
_root.l.enemy[i]._y = _root.l.enemy[i]._y + 0.5;
} else if (colision.hitTest(_root.l.enemy[i].colision) and (this._x != _root.l.enemy[i]._x)) {
_root.l.enemy[i]._y = _root.l.enemy[i]._y - 0.5;
}
}
if (golpeado_anima == 1) {
golpeado_anima = 0;
this.gotoAndPlay("golpeado");
}
}
onClipEvent (enterFrame) {
this.swapDepths((this._x / 90) + (this._y + 20));
if ((tiempo == 0) and (actividad == 0)) {
tiempo = random(40);
actitud = random(2);
if (actitud == 0) {
gotoAndPlay ("stand");
stun = 1;
}
if (actitud == 1) {
gotoAndPlay ("dash");
actividad = 0;
stun = 0;
tiempo = random(40) + 30;
actitud = 0;
stun = 1;
}
} else if ((stun != 1) and (actividad == 0)) {
tiempo = tiempo - 1;
}
if (stun != 1) {
if ((((_root.l.hero.golpeado != 1) and ((this._y - _root.l.detector._y) < 0)) and (((this._y - _root.l.detector._y) - 20) > 0)) or (((_root.l.hero.golpeado != 1) and (((this._y - _root.l.detector._y) + 20) > 0)) and (((this._y - _root.l.detector._y) - 20) < -30))) {
if (((this._x - _root.l.detector._x) < 70) and ((this._x - _root.l.detector._x) > 0)) {
gotoAndPlay ("ataque");
this._xscale = -100;
stun = 1;
}
if (((this._x - _root.l.detector._x) > -70) and ((this._x - _root.l.detector._x) < 0)) {
gotoAndPlay ("ataque");
this._xscale = 100;
stun = 1;
}
}
if (stun != 1) {
if (_root.l.detector._x < this._x) {
this._x = _x - speed;
if (camina == 0) {
this.gotoAndPlay("camina");
}
this._xscale = -100;
} else if ((_root.l.detector._x > this._x) and ((_root.l.detector._x - _x) > 40)) {
this._x = _x + speed;
if (camina == 0) {
this.gotoAndPlay("camina");
}
this._xscale = 100;
}
if (((_root.l.detector._y - 20) < this._y) and (((_y - _root.l.detector._y) + 20) > 10)) {
this._y = _y - (speed / 2);
if (camina == 0) {
this.gotoAndPlay("camina");
}
} else {
if ((_root.l.detector._y - 20) > this._y) {
this._y = _y + (speed / 2);
}
if (camina == 0) {
this.gotoAndPlay("camina");
}
}
}
}
if (hp < 0) {
myColor = new Color(this);
myColor.setRGB(16763904);
gotoAndStop ("bash");
golpeado = 1;
tiempo_muere = tiempo_muere - 1;
this._alpha = this._alpha - 5;
if (tiempo_muere < 0) {
_root.sthero.score = _root.sthero.score + 100;
_root.l.muertos = _root.l.muertos + 1;
removeMovieClip(this);
}
}
}
Instance of Symbol 738 MovieClip in Symbol 1987 MovieClip Frame 1
onClipEvent (load) {
nombre = "claw";
aguante = 20;
empujacion = 15;
resiste = 0;
torso.armor.gotoAndStop(13);
torso.cinto.gotoAndStop(3);
gamba1.gotoAndStop(1);
gamba2.gotoAndStop(1);
q1.gotoAndStop(3);
q2.gotoAndStop(3);
antebrazo = 7;
antebrazo1.gotoAndStop(antebrazo);
antebrazo2.gotoAndStop(antebrazo);
head.pelo.gotoAndStop(1);
head.detalle.gotoAndStop(13);
dmg = 10;
tiempo_muere = 20;
tiempo = random(70);
actividad = 0;
hp = 300;
maxhp = hp;
speed = 7;
armor_normal = 10;
armor_fire = 0;
armor_ice = 0;
armor_shadow = 0;
armor_special = 0;
_root.vivos = _root.vivos + 1;
_root.l.empujar.push(this);
_root.l.enemy.push(this);
}
onClipEvent (enterFrame) {
if (agarrado == true) {
this._x = _root.l.hero._x + (60 * (_root.l.hero._xscale / 100));
this._y = _root.l.hero._y + 3;
gotoAndStop ("agarrado");
this._xscale = _root.l.hero._xscale * -1;
}
if (resiste > 0) {
resiste = resiste - 0.2;
}
for (var i in _root.l.enemy) {
if ((colision.hitTest(_root.l.enemy[i].colision) and (this._x != _root.l.enemy[i]._x)) and (this._y < _root.l.enemy[i]._y)) {
_root.l.enemy[i]._y = _root.l.enemy[i]._y + 0.5;
} else if (colision.hitTest(_root.l.enemy[i].colision) and (this._x != _root.l.enemy[i]._x)) {
_root.l.enemy[i]._y = _root.l.enemy[i]._y - 0.5;
}
}
if (golpeado_anima == 1) {
golpeado_anima = 0;
this.gotoAndPlay("golpeado");
}
}
onClipEvent (enterFrame) {
this.swapDepths((this._x / 90) + (this._y + 20));
if ((tiempo == 0) and (actividad == 0)) {
tiempo = random(40);
actitud = random(2);
if (actitud == 0) {
gotoAndPlay ("stand");
stun = 1;
}
if (actitud == 1) {
gotoAndPlay ("dashb");
actividad = 0;
stun = 0;
tiempo = random(40) + 30;
actitud = 0;
stun = 1;
}
} else if ((stun != 1) and (actividad == 0)) {
tiempo = tiempo - 1;
}
if (stun != 1) {
if ((((_root.l.hero.golpeado != 1) and ((this._y - _root.l.detector._y) < 0)) and (((this._y - _root.l.detector._y) - 20) > 0)) or (((_root.l.hero.golpeado != 1) and (((this._y - _root.l.detector._y) + 20) > 0)) and (((this._y - _root.l.detector._y) - 20) < -30))) {
if (((this._x - _root.l.detector._x) < 70) and ((this._x - _root.l.detector._x) > 0)) {
gotoAndPlay ("ataque");
this._xscale = -100;
stun = 1;
}
if (((this._x - _root.l.detector._x) > -70) and ((this._x - _root.l.detector._x) < 0)) {
gotoAndPlay ("ataque");
this._xscale = 100;
stun = 1;
}
}
if (stun != 1) {
if (_root.l.detector._x < this._x) {
this._x = _x - speed;
if (camina == 0) {
this.gotoAndPlay("camina");
}
this._xscale = -100;
} else if ((_root.l.detector._x > this._x) and ((_root.l.detector._x - _x) > 40)) {
this._x = _x + speed;
if (camina == 0) {
this.gotoAndPlay("camina");
}
this._xscale = 100;
}
if (((_root.l.detector._y - 20) < this._y) and (((_y - _root.l.detector._y) + 20) > 10)) {
this._y = _y - (speed / 2);
if (camina == 0) {
this.gotoAndPlay("camina");
}
} else {
if ((_root.l.detector._y - 20) > this._y) {
this._y = _y + (speed / 2);
}
if (camina == 0) {
this.gotoAndPlay("camina");
}
}
}
}
if (hp < 0) {
myColor = new Color(this);
myColor.setRGB(16763904);
gotoAndStop ("bash");
golpeado = 1;
tiempo_muere = tiempo_muere - 1;
this._alpha = this._alpha - 5;
if (tiempo_muere < 0) {
_root.sthero.score = _root.sthero.score + 100;
_root.l.muertos = _root.l.muertos + 1;
removeMovieClip(this);
}
}
}
Instance of Symbol 738 MovieClip in Symbol 1987 MovieClip Frame 1
onClipEvent (load) {
nombre = "claw";
aguante = 20;
empujacion = 15;
resiste = 0;
torso.armor.gotoAndStop(13);
torso.cinto.gotoAndStop(3);
gamba1.gotoAndStop(1);
gamba2.gotoAndStop(1);
q1.gotoAndStop(3);
q2.gotoAndStop(3);
antebrazo = 7;
antebrazo1.gotoAndStop(antebrazo);
antebrazo2.gotoAndStop(antebrazo);
head.pelo.gotoAndStop(1);
head.detalle.gotoAndStop(13);
dmg = 10;
tiempo_muere = 20;
tiempo = random(70);
actividad = 0;
hp = 300;
maxhp = hp;
speed = 7;
armor_normal = 10;
armor_fire = 0;
armor_ice = 0;
armor_shadow = 0;
armor_special = 0;
_root.vivos = _root.vivos + 1;
_root.l.empujar.push(this);
_root.l.enemy.push(this);
}
onClipEvent (enterFrame) {
if (agarrado == true) {
this._x = _root.l.hero._x + (60 * (_root.l.hero._xscale / 100));
this._y = _root.l.hero._y + 3;
gotoAndStop ("agarrado");
this._xscale = _root.l.hero._xscale * -1;
}
if (resiste > 0) {
resiste = resiste - 0.2;
}
for (var i in _root.l.enemy) {
if ((colision.hitTest(_root.l.enemy[i].colision) and (this._x != _root.l.enemy[i]._x)) and (this._y < _root.l.enemy[i]._y)) {
_root.l.enemy[i]._y = _root.l.enemy[i]._y + 0.5;
} else if (colision.hitTest(_root.l.enemy[i].colision) and (this._x != _root.l.enemy[i]._x)) {
_root.l.enemy[i]._y = _root.l.enemy[i]._y - 0.5;
}
}
if (golpeado_anima == 1) {
golpeado_anima = 0;
this.gotoAndPlay("golpeado");
}
}
onClipEvent (enterFrame) {
this.swapDepths((this._x / 90) + (this._y + 20));
if ((tiempo == 0) and (actividad == 0)) {
tiempo = random(40);
actitud = random(2);
if (actitud == 0) {
gotoAndPlay ("stand");
stun = 1;
}
if (actitud == 1) {
gotoAndPlay ("dashb");
actividad = 0;
stun = 0;
tiempo = random(40) + 30;
actitud = 0;
stun = 1;
}
} else if ((stun != 1) and (actividad == 0)) {
tiempo = tiempo - 1;
}
if (stun != 1) {
if ((((_root.l.hero.golpeado != 1) and ((this._y - _root.l.detector._y) < 0)) and (((this._y - _root.l.detector._y) - 20) > 0)) or (((_root.l.hero.golpeado != 1) and (((this._y - _root.l.detector._y) + 20) > 0)) and (((this._y - _root.l.detector._y) - 20) < -30))) {
if (((this._x - _root.l.detector._x) < 70) and ((this._x - _root.l.detector._x) > 0)) {
gotoAndPlay ("ataque");
this._xscale = -100;
stun = 1;
}
if (((this._x - _root.l.detector._x) > -70) and ((this._x - _root.l.detector._x) < 0)) {
gotoAndPlay ("ataque");
this._xscale = 100;
stun = 1;
}
}
if (stun != 1) {
if (_root.l.detector._x < this._x) {
this._x = _x - speed;
if (camina == 0) {
this.gotoAndPlay("camina");
}
this._xscale = -100;
} else if ((_root.l.detector._x > this._x) and ((_root.l.detector._x - _x) > 40)) {
this._x = _x + speed;
if (camina == 0) {
this.gotoAndPlay("camina");
}
this._xscale = 100;
}
if (((_root.l.detector._y - 20) < this._y) and (((_y - _root.l.detector._y) + 20) > 10)) {
this._y = _y - (speed / 2);
if (camina == 0) {
this.gotoAndPlay("camina");
}
} else {
if ((_root.l.detector._y - 20) > this._y) {
this._y = _y + (speed / 2);
}
if (camina == 0) {
this.gotoAndPlay("camina");
}
}
}
}
if (hp < 0) {
myColor = new Color(this);
myColor.setRGB(16763904);
gotoAndStop ("bash");
golpeado = 1;
tiempo_muere = tiempo_muere - 1;
this._alpha = this._alpha - 5;
if (tiempo_muere < 0) {
_root.sthero.score = _root.sthero.score + 100;
_root.l.muertos = _root.l.muertos + 1;
removeMovieClip(this);
}
}
}
Instance of Symbol 253 MovieClip "detector" in Symbol 1987 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_root.l.invi == 0) or (_root.l.invi == undefined)) {
this._x = _root.l.hero._x;
this._y = _root.l.hero._y + 15;
}
}
Instance of Symbol 253 MovieClip "targetgolpe" in Symbol 1987 MovieClip Frame 1
onClipEvent (enterFrame) {
this._x = _root.l.hero._x;
this._y = _root.l.hero._y + 35;
}
Instance of Symbol 253 MovieClip "detector" in Symbol 1994 MovieClip Frame 10
onClipEvent (enterFrame) {
for (var i in _root.l.enemy) {
if ((_root.l.enemy[i].golpeado <= 0) and this.hitTest(_root.l.enemy[i].targetgolpe)) {
_root.l.enemy[i].hp = _root.l.enemy[i].hp - Math.round((50 * (100 - _root.l.enemy[i].armor_normal)) / 100);
_root.l.enemy[i].golpeado = 1;
_root.l.enemy[i].golpeado_anima = 1;
_root.l.enemy[i].resiste = _root.l.enemy[i].resiste + 90;
_root.l.shockwave = _root.l.attachMovie("kaboom", (("dagaso" + getTimer()) + random(100000)) + _root.cuentacuentos, _root.l.getNextHighestDepth());
_root.cuentacuentos = _root.cuentacuentos + 1;
_root.l.shockwave._x = _root.l.enemy[i]._x;
_root.l.shockwave._y = _root.l.enemy[i]._y;
if (_parent._xscale == 100) {
_root.l.shockwave._xscale = 100;
}
if (_parent._xscale == -100) {
_root.l.shockwave._xscale = -100;
}
}
}
}
Instance of Symbol 253 MovieClip "detector" in Symbol 1994 MovieClip Frame 10
onClipEvent (enterFrame) {
if (this.hitTest(_root.l.targetgolpe) and (_root.l.hero.golpeado != 1)) {
_root.sthero.resiste = _root.sthero.resiste + 90;
_root.l.hero.ladoempuja = _parent._xscale / 100;
_root.l.hero.gotoAndPlay("golpeado");
_root.l.hero.stun = 1;
_root.sthero.hp = _root.sthero.hp - Math.round((50 * (100 - _root.sthero.armor)) / 100);
if ((_parent._x - _root.l.targetgolpe._x) > 0) {
_root.l.hero._x = _root.l.hero._x - 40;
} else {
_root.l.hero._x = _root.l.hero._x + 40;
}
}
}
Instance of Symbol 253 MovieClip "detector" in Symbol 1994 MovieClip Frame 37
onClipEvent (enterFrame) {
for (var i in _root.l.enemy) {
if ((_root.l.enemy[i].golpeado <= 0) and this.hitTest(_root.l.enemy[i].targetgolpe)) {
_root.l.enemy[i].hp = _root.l.enemy[i].hp - Math.round((50 * (100 - _root.l.enemy[i].armor_normal)) / 100);
_root.l.enemy[i].golpeado = 1;
_root.l.enemy[i].golpeado_anima = 1;
_root.l.enemy[i].resiste = _root.l.enemy[i].resiste + 90;
_root.l.shockwave = _root.l.attachMovie("kaboom", (("dagaso" + getTimer()) + random(100000)) + _root.cuentacuentos, _root.l.getNextHighestDepth());
_root.cuentacuentos = _root.cuentacuentos + 1;
_root.l.shockwave._x = _root.l.enemy[i]._x;
_root.l.shockwave._y = _root.l.enemy[i]._y;
if (_parent._xscale == 100) {
_root.l.shockwave._xscale = 100;
}
if (_parent._xscale == -100) {
_root.l.shockwave._xscale = -100;
}
}
}
}
Instance of Symbol 253 MovieClip "detector" in Symbol 1994 MovieClip Frame 37
onClipEvent (enterFrame) {
if (this.hitTest(_root.l.targetgolpe) and (_root.l.hero.golpeado != 1)) {
_root.sthero.resiste = _root.sthero.resiste + 90;
_root.l.hero.ladoempuja = _parent._xscale / 100;
_root.l.hero.gotoAndPlay("golpeado");
_root.l.hero.stun = 1;
_root.sthero.hp = _root.sthero.hp - Math.round((50 * (100 - _root.sthero.armor)) / 100);
if ((_parent._x - _root.l.targetgolpe._x) > 0) {
_root.l.hero._x = _root.l.hero._x - 40;
} else {
_root.l.hero._x = _root.l.hero._x + 40;
}
}
}
Symbol 1999 MovieClip Frame 1
enemy = [];
objetos = [];
muertos = 0;
Instance of Symbol 391 MovieClip in Symbol 1999 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.l.targetgolpe)) {
_root.l.hero._y = _root.l.hero._y - (_root.velocity / 2);
}
}
Instance of Symbol 391 MovieClip in Symbol 1999 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.l.targetgolpe)) {
_root.l.hero._y = _root.l.hero._y + (_root.velocity / 2);
}
}
Instance of Symbol 391 MovieClip "eso2" in Symbol 1999 MovieClip Frame 1
onClipEvent (enterFrame) {
if (((this.hitTest(_root.l.targetgolpe) and (_root.limpio == 1)) and (_root.l.hero.camina == 1)) and (_root.l.hero._xscale == 100)) {
_root.limpio = 0;
_root.destino = "derecha";
_root.flash1.play();
}
}
Instance of Symbol 738 MovieClip in Symbol 1999 MovieClip Frame 1
onClipEvent (load) {
nombre = "claw";
aguante = 20;
empujacion = 15;
resiste = 0;
torso.armor.gotoAndStop(13);
torso.cinto.gotoAndStop(3);
gamba1.gotoAndStop(1);
gamba2.gotoAndStop(1);
q1.gotoAndStop(3);
q2.gotoAndStop(3);
antebrazo = 7;
antebrazo1.gotoAndStop(antebrazo);
antebrazo2.gotoAndStop(antebrazo);
head.pelo.gotoAndStop(1);
head.detalle.gotoAndStop(13);
dmg = 10;
tiempo_muere = 20;
tiempo = random(70);
actividad = 0;
hp = 300;
maxhp = hp;
speed = 7;
armor_normal = 10;
armor_fire = 0;
armor_ice = 0;
armor_shadow = 0;
armor_special = 0;
_root.vivos = _root.vivos + 1;
_root.l.empujar.push(this);
_root.l.enemy.push(this);
}
onClipEvent (enterFrame) {
if (agarrado == true) {
this._x = _root.l.hero._x + (60 * (_root.l.hero._xscale / 100));
this._y = _root.l.hero._y + 3;
gotoAndStop ("agarrado");
this._xscale = _root.l.hero._xscale * -1;
}
if (resiste > 0) {
resiste = resiste - 0.2;
}
for (var i in _root.l.enemy) {
if ((colision.hitTest(_root.l.enemy[i].colision) and (this._x != _root.l.enemy[i]._x)) and (this._y < _root.l.enemy[i]._y)) {
_root.l.enemy[i]._y = _root.l.enemy[i]._y + 0.5;
} else if (colision.hitTest(_root.l.enemy[i].colision) and (this._x != _root.l.enemy[i]._x)) {
_root.l.enemy[i]._y = _root.l.enemy[i]._y - 0.5;
}
}
if (golpeado_anima == 1) {
golpeado_anima = 0;
this.gotoAndPlay("golpeado");
}
}
onClipEvent (enterFrame) {
this.swapDepths((this._x / 90) + (this._y + 20));
if ((tiempo == 0) and (actividad == 0)) {
tiempo = random(40);
actitud = random(2);
if (actitud == 0) {
gotoAndPlay ("stand");
stun = 1;
}
if (actitud == 1) {
gotoAndPlay ("dashb");
actividad = 0;
stun = 0;
tiempo = random(40) + 30;
actitud = 0;
stun = 1;
}
} else if ((stun != 1) and (actividad == 0)) {
tiempo = tiempo - 1;
}
if (stun != 1) {
if ((((_root.l.hero.golpeado != 1) and ((this._y - _root.l.detector._y) < 0)) and (((this._y - _root.l.detector._y) - 20) > 0)) or (((_root.l.hero.golpeado != 1) and (((this._y - _root.l.detector._y) + 20) > 0)) and (((this._y - _root.l.detector._y) - 20) < -30))) {
if (((this._x - _root.l.detector._x) < 70) and ((this._x - _root.l.detector._x) > 0)) {
gotoAndPlay ("ataque");
this._xscale = -100;
stun = 1;
}
if (((this._x - _root.l.detector._x) > -70) and ((this._x - _root.l.detector._x) < 0)) {
gotoAndPlay ("ataque");
this._xscale = 100;
stun = 1;
}
}
if (stun != 1) {
if (_root.l.detector._x < this._x) {
this._x = _x - speed;
if (camina == 0) {
this.gotoAndPlay("camina");
}
this._xscale = -100;
} else if ((_root.l.detector._x > this._x) and ((_root.l.detector._x - _x) > 40)) {
this._x = _x + speed;
if (camina == 0) {
this.gotoAndPlay("camina");
}
this._xscale = 100;
}
if (((_root.l.detector._y - 20) < this._y) and (((_y - _root.l.detector._y) + 20) > 10)) {
this._y = _y - (speed / 2);
if (camina == 0) {
this.gotoAndPlay("camina");
}
} else {
if ((_root.l.detector._y - 20) > this._y) {
this._y = _y + (speed / 2);
}
if (camina == 0) {
this.gotoAndPlay("camina");
}
}
}
}
if (hp < 0) {
myColor = new Color(this);
myColor.setRGB(16763904);
gotoAndStop ("bash");
golpeado = 1;
tiempo_muere = tiempo_muere - 1;
this._alpha = this._alpha - 5;
if (tiempo_muere < 0) {
_root.sthero.score = _root.sthero.score + 100;
_root.l.muertos = _root.l.muertos + 1;
removeMovieClip(this);
}
}
}
Instance of Symbol 738 MovieClip in Symbol 1999 MovieClip Frame 1
onClipEvent (load) {
nombre = "bclaw";
aguante = 20;
empujacion = 15;
resiste = 0;
torso.armor.gotoAndStop(13);
torso.cinto.gotoAndStop(3);
gamba1.gotoAndStop(1);
gamba2.gotoAndStop(1);
q1.gotoAndStop(3);
q2.gotoAndStop(3);
antebrazo = 7;
antebrazo1.gotoAndStop(antebrazo);
antebrazo2.gotoAndStop(antebrazo);
head.pelo.gotoAndStop(1);
head.detalle.gotoAndStop(13);
dmg = 10;
tiempo_muere = 20;
tiempo = random(70);
actividad = 0;
hp = 300;
maxhp = hp;
speed = 5;
armor_normal = 10;
armor_fire = 0;
armor_ice = 0;
armor_shadow = 0;
armor_special = 0;
_root.vivos = _root.vivos + 1;
_root.l.empujar.push(this);
_root.l.enemy.push(this);
}
onClipEvent (enterFrame) {
if (agarrado == true) {
this._x = _root.l.hero._x + (60 * (_root.l.hero._xscale / 100));
this._y = _root.l.hero._y + 3;
gotoAndStop ("agarrado");
this._xscale = _root.l.hero._xscale * -1;
}
if (resiste > 0) {
resiste = resiste - 0.2;
}
for (var i in _root.l.enemy) {
if ((colision.hitTest(_root.l.enemy[i].colision) and (this._x != _root.l.enemy[i]._x)) and (this._y < _root.l.enemy[i]._y)) {
_root.l.enemy[i]._y = _root.l.enemy[i]._y + 0.5;
} else if (colision.hitTest(_root.l.enemy[i].colision) and (this._x != _root.l.enemy[i]._x)) {
_root.l.enemy[i]._y = _root.l.enemy[i]._y - 0.5;
}
}
if (golpeado_anima == 1) {
golpeado_anima = 0;
this.gotoAndPlay("golpeado");
}
}
onClipEvent (enterFrame) {
this.swapDepths((this._x / 90) + (this._y + 20));
if ((tiempo == 0) and (actividad == 0)) {
tiempo = random(40);
actitud = random(2);
if (actitud == 0) {
gotoAndPlay ("stand");
stun = 1;
}
if (actitud == 1) {
gotoAndPlay ("dashb");
actividad = 0;
stun = 0;
tiempo = random(40) + 30;
actitud = 0;
stun = 1;
}
} else if ((stun != 1) and (actividad == 0)) {
tiempo = tiempo - 1;
}
if (stun != 1) {
if ((((_root.l.hero.golpeado != 1) and ((this._y - _root.l.detector._y) < 0)) and (((this._y - _root.l.detector._y) - 20) > 0)) or (((_root.l.hero.golpeado != 1) and (((this._y - _root.l.detector._y) + 20) > 0)) and (((this._y - _root.l.detector._y) - 20) < -30))) {
if (((this._x - _root.l.detector._x) < 70) and ((this._x - _root.l.detector._x) > 0)) {
gotoAndPlay ("ataque");
this._xscale = -100;
stun = 1;
}
if (((this._x - _root.l.detector._x) > -70) and ((this._x - _root.l.detector._x) < 0)) {
gotoAndPlay ("ataque");
this._xscale = 100;
stun = 1;
}
}
if (stun != 1) {
if (_root.l.detector._x < this._x) {
this._x = _x - speed;
if (camina == 0) {
this.gotoAndPlay("camina");
}
this._xscale = -100;
} else if ((_root.l.detector._x > this._x) and ((_root.l.detector._x - _x) > 40)) {
this._x = _x + speed;
if (camina == 0) {
this.gotoAndPlay("camina");
}
this._xscale = 100;
}
if (((_root.l.detector._y - 20) < this._y) and (((_y - _root.l.detector._y) + 20) > 10)) {
this._y = _y - (speed / 2);
if (camina == 0) {
this.gotoAndPlay("camina");
}
} else {
if ((_root.l.detector._y - 20) > this._y) {
this._y = _y + (speed / 2);
}
if (camina == 0) {
this.gotoAndPlay("camina");
}
}
}
}
if (hp < 0) {
myColor = new Color(this);
myColor.setRGB(16763904);
gotoAndStop ("bash");
golpeado = 1;
tiempo_muere = tiempo_muere - 1;
this._alpha = this._alpha - 5;
if (tiempo_muere < 0) {
_root.sthero.score = _root.sthero.score + 100;
_root.l.muertos = _root.l.muertos + 1;
removeMovieClip(this);
}
}
}
Instance of Symbol 382 MovieClip in Symbol 1999 MovieClip Frame 1
onClipEvent (load) {
aguante = 20;
empujacion = 15;
resiste = 0;
contiene = "carne";
hp = 300000000000000;
maxhp = hp;
speed = 5;
armor_normal = 10;
armor_fire = 0;
armor_ice = 0;
armor_shadow = 0;
armor_special = 0;
_root.l.enemy.push(this);
}
onClipEvent (enterFrame) {
if (agarrado == true) {
this._x = _root.l.hero._x + (60 * (_root.l.hero._xscale / 100));
this._y = _root.l.hero._y + 3;
gotoAndStop ("agarrado");
this._xscale = _root.l.hero._xscale * -1;
}
if (resiste > 0) {
resiste = resiste - 0.2;
}
if (golpeado_anima == 1) {
golpeado_anima = 0;
this.gotoAndPlay("golpeado");
}
this.swapDepths((this._x / 90) + (this._y + 20));
if (hp < 0) {
myColor = new Color(this);
myColor.setRGB(16763904);
golpeado = 1;
tiempo_muere = tiempo_muere - 1;
if (tiempo_muere < 0) {
_root.l.muertos = _root.l.muertos + 1;
removeMovieClip(this);
}
}
}
Instance of Symbol 382 MovieClip in Symbol 1999 MovieClip Frame 1
onClipEvent (load) {
aguante = 20;
empujacion = 15;
resiste = 0;
contiene = "carne";
hp = 300000000000000;
maxhp = hp;
speed = 5;
armor_normal = 10;
armor_fire = 0;
armor_ice = 0;
armor_shadow = 0;
armor_special = 0;
_root.l.enemy.push(this);
}
onClipEvent (enterFrame) {
if (agarrado == true) {
this._x = _root.l.hero._x + (60 * (_root.l.hero._xscale / 100));
this._y = _root.l.hero._y + 3;
gotoAndStop ("agarrado");
this._xscale = _root.l.hero._xscale * -1;
}
if (resiste > 0) {
resiste = resiste - 0.2;
}
if (golpeado_anima == 1) {
golpeado_anima = 0;
this.gotoAndPlay("golpeado");
}
this.swapDepths((this._x / 90) + (this._y + 20));
if (hp < 0) {
myColor = new Color(this);
myColor.setRGB(16763904);
golpeado = 1;
tiempo_muere = tiempo_muere - 1;
if (tiempo_muere < 0) {
_root.l.muertos = _root.l.muertos + 1;
removeMovieClip(this);
}
}
}
Instance of Symbol 1994 MovieClip in Symbol 1999 MovieClip Frame 1
onClipEvent (enterFrame) {
this.swapDepths((this._x / 90) + (this._y + 20));
}
Instance of Symbol 1149 MovieClip in Symbol 1999 MovieClip Frame 1
onClipEvent (load) {
nombre = "jackscope";
aguante = 20;
empujacion = 15;
resiste = 0;
torso.armor.gotoAndStop(13);
torso.cinto.gotoAndStop(3);
gamba1.gotoAndStop(1);
gamba2.gotoAndStop(1);
q1.gotoAndStop(3);
q2.gotoAndStop(3);
antebrazo = 7;
antebrazo1.gotoAndStop(antebrazo);
antebrazo2.gotoAndStop(antebrazo);
head.pelo.gotoAndStop(1);
head.detalle.gotoAndStop(13);
dmg = 10;
tiempo_muere = 20;
tiempo = random(70);
actividad = 0;
hp = 300;
maxhp = hp;
speed = 7;
armor_normal = 10;
armor_fire = 0;
armor_ice = 0;
armor_shadow = 0;
armor_special = 0;
_root.vivos = _root.vivos + 1;
_root.l.empujar.push(this);
_root.l.enemy.push(this);
}
onClipEvent (enterFrame) {
if (agarrado == true) {
this._x = _root.l.hero._x + (60 * (_root.l.hero._xscale / 100));
this._y = _root.l.hero._y + 3;
gotoAndStop ("agarrado");
this._xscale = _root.l.hero._xscale * -1;
}
if (resiste > 0) {
resiste = resiste - 0.2;
}
for (var i in _root.l.enemy) {
if ((colision.hitTest(_root.l.enemy[i].colision) and (this._x != _root.l.enemy[i]._x)) and (this._y < _root.l.enemy[i]._y)) {
_root.l.enemy[i]._y = _root.l.enemy[i]._y + 0.5;
} else if (colision.hitTest(_root.l.enemy[i].colision) and (this._x != _root.l.enemy[i]._x)) {
_root.l.enemy[i]._y = _root.l.enemy[i]._y - 0.5;
}
}
if (golpeado_anima == 1) {
golpeado_anima = 0;
this.gotoAndPlay("golpeado");
}
}
onClipEvent (enterFrame) {
this.swapDepths((this._x / 90) + (this._y + 20));
if ((tiempo == 0) and (actividad == 0)) {
tiempo = random(40);
actitud = random(2);
if (actitud == 0) {
gotoAndPlay ("stand");
stun = 1;
}
if (actitud == 1) {
gotoAndPlay ("dashb");
actividad = 0;
stun = 0;
tiempo = random(40) + 30;
actitud = 0;
stun = 1;
}
} else if ((stun != 1) and (actividad == 0)) {
tiempo = tiempo - 1;
}
if (stun != 1) {
if ((((_root.l.hero.golpeado != 1) and ((this._y - _root.l.detector._y) < 0)) and (((this._y - _root.l.detector._y) - 20) > 0)) or (((_root.l.hero.golpeado != 1) and (((this._y - _root.l.detector._y) + 20) > 0)) and (((this._y - _root.l.detector._y) - 20) < -30))) {
if (((this._x - _root.l.detector._x) < 300) and ((this._x - _root.l.detector._x) > 0)) {
gotoAndPlay ("ataque");
this._xscale = -100;
stun = 1;
}
if (((this._x - _root.l.detector._x) > -300) and ((this._x - _root.l.detector._x) < 0)) {
gotoAndPlay ("ataque");
this._xscale = 100;
stun = 1;
}
}
if (stun != 1) {
if (_root.l.detector._x < this._x) {
this._x = _x - speed;
if (camina == 0) {
this.gotoAndPlay("camina");
}
this._xscale = -100;
} else if ((_root.l.detector._x > this._x) and ((_root.l.detector._x - _x) > 40)) {
this._x = _x + speed;
if (camina == 0) {
this.gotoAndPlay("camina");
}
this._xscale = 100;
}
if (((_root.l.detector._y - 20) < this._y) and (((_y - _root.l.detector._y) + 20) > 10)) {
this._y = _y - (speed / 2);
if (camina == 0) {
this.gotoAndPlay("camina");
}
} else {
if ((_root.l.detector._y - 20) > this._y) {
this._y = _y + (speed / 2);
}
if (camina == 0) {
this.gotoAndPlay("camina");
}
}
}
}
if (hp < 0) {
myColor = new Color(this);
myColor.setRGB(16763904);
gotoAndStop ("bash");
golpeado = 1;
tiempo_muere = tiempo_muere - 1;
this._alpha = this._alpha - 5;
if (tiempo_muere < 0) {
_root.sthero.score = _root.sthero.score + 100;
_root.l.muertos = _root.l.muertos + 1;
_root.l.shockwave = _root.l.attachMovie("pistolup", (("dagaso" + getTimer()) + random(100000)) + _root.cuentacuentos, _root.l.getNextHighestDepth());
_root.cuentacuentos = _root.cuentacuentos + 1;
_root.l.shockwave._x = this._x;
_root.l.shockwave._y = this._y - 10;
removeMovieClip(this);
}
}
}
Instance of Symbol 253 MovieClip "detector" in Symbol 1999 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_root.l.invi == 0) or (_root.l.invi == undefined)) {
this._x = _root.l.hero._x;
this._y = _root.l.hero._y + 15;
}
}
Instance of Symbol 253 MovieClip "targetgolpe" in Symbol 1999 MovieClip Frame 1
onClipEvent (enterFrame) {
this._x = _root.l.hero._x;
this._y = _root.l.hero._y + 35;
}
Symbol 2003 MovieClip Frame 1
enemy = [];
objetos = [];
muertos = 0;
Instance of Symbol 391 MovieClip in Symbol 2003 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.l.targetgolpe)) {
_root.l.hero._y = _root.l.hero._y - (_root.velocity / 2);
}
}
Instance of Symbol 391 MovieClip in Symbol 2003 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.l.targetgolpe)) {
_root.l.hero._y = _root.l.hero._y + (_root.velocity / 2);
}
}
Instance of Symbol 391 MovieClip "eso2" in Symbol 2003 MovieClip Frame 1
onClipEvent (enterFrame) {
if (((this.hitTest(_root.l.targetgolpe) and (_root.limpio == 1)) and (_root.l.hero.camina == 1)) and (_root.l.hero._xscale == 100)) {
_root.limpio = 0;
_root.destino = "derecha";
_root.flash1.play();
}
}
Instance of Symbol 391 MovieClip in Symbol 2003 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.l.targetgolpe) and (_root.sthero.clase == "roboto")) {
_root.sthero.hp = -1;
_parent.vida1._x = this._x + 70;
_parent.vida2._x = this._x + 90;
_parent.vida1._y = this._y;
_parent.vida2._y = this._y + 40;
}
}
Instance of Symbol 253 MovieClip "detector" in Symbol 2003 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_root.l.invi == 0) or (_root.l.invi == undefined)) {
this._x = _root.l.hero._x;
this._y = _root.l.hero._y + 15;
}
}
Instance of Symbol 253 MovieClip "targetgolpe" in Symbol 2003 MovieClip Frame 1
onClipEvent (enterFrame) {
this._x = _root.l.hero._x;
this._y = _root.l.hero._y + 35;
}
Symbol 2004 MovieClip Frame 1
enemy = [];
objetos = [];
muertos = 0;
Instance of Symbol 391 MovieClip in Symbol 2004 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.l.targetgolpe)) {
_root.l.hero._y = _root.l.hero._y - (_root.velocity / 2);
}
}
Instance of Symbol 391 MovieClip in Symbol 2004 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.l.targetgolpe)) {
_root.l.hero._y = _root.l.hero._y + (_root.velocity / 2);
}
}
Instance of Symbol 391 MovieClip "eso2" in Symbol 2004 MovieClip Frame 1
/* no clip actions */
Instance of Symbol 253 MovieClip "detector" in Symbol 2004 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_root.l.invi == 0) or (_root.l.invi == undefined)) {
this._x = _root.l.hero._x;
this._y = _root.l.hero._y + 15;
}
}
Instance of Symbol 253 MovieClip "targetgolpe" in Symbol 2004 MovieClip Frame 1
onClipEvent (enterFrame) {
this._x = _root.l.hero._x;
this._y = _root.l.hero._y + 35;
}
Instance of Symbol 1069 MovieClip "boss" in Symbol 2004 MovieClip Frame 1
onClipEvent (load) {
actitudes = 40;
golpespeed = 1;
grabeable = "no";
nombre = "jailor";
aguante = 30;
empujacion = 75;
resiste = 0;
torso.armor.gotoAndStop(13);
torso.cinto.gotoAndStop(3);
gamba1.gotoAndStop(1);
gamba2.gotoAndStop(1);
q1.gotoAndStop(3);
q2.gotoAndStop(3);
antebrazo = 7;
antebrazo1.gotoAndStop(antebrazo);
antebrazo2.gotoAndStop(antebrazo);
head.pelo.gotoAndStop(1);
head.detalle.gotoAndStop(13);
dmg = 30;
tiempo_muere = 20;
tiempo = random(70);
actividad = 0;
hp = 600;
maxhp = hp;
speed = 10;
armor_normal = 90;
armor_fire = 0;
armor_ice = 0;
armor_shadow = 0;
armor_special = 0;
_root.vivos = _root.vivos + 1;
_root.l.empujar.push(this);
_root.l.enemy.push(this);
}
onClipEvent (enterFrame) {
if ((hp < 260) and (mierda != 1)) {
mierda = 1;
golpespeed = 4;
actitudes = 20;
speed = 18;
dmg = 70;
var myMatrix = [2, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 1, 0];
var colorMatrix = (new flash.filters.ColorMatrixFilter(myMatrix));
this.filters = [colorMatrix];
}
if (agarrado == true) {
this._x = _root.l.hero._x + (60 * (_root.l.hero._xscale / 100));
this._y = _root.l.hero._y + 3;
gotoAndStop ("agarrado");
this._xscale = _root.l.hero._xscale * -1;
}
if (resiste > 0) {
resiste = resiste - 0.2;
}
for (var i in _root.l.enemy) {
if ((colision.hitTest(_root.l.enemy[i].colision) and (this._x != _root.l.enemy[i]._x)) and (this._y < _root.l.enemy[i]._y)) {
_root.l.enemy[i]._y = _root.l.enemy[i]._y + 0.5;
} else if (colision.hitTest(_root.l.enemy[i].colision) and (this._x != _root.l.enemy[i]._x)) {
_root.l.enemy[i]._y = _root.l.enemy[i]._y - 0.5;
}
}
if (golpeado_anima == 1) {
golpeado_anima = 0;
this.gotoAndPlay("golpeado");
}
}
onClipEvent (enterFrame) {
this.swapDepths((this._x / 90) + (this._y + 20));
if ((tiempo == 0) and (actividad == 0)) {
tiempo = random(actitudes);
actitud = random(2);
if (actitud == 0) {
gotoAndPlay ("stand");
stun = 1;
}
if (actitud == 1) {
gotoAndPlay ("dash");
actividad = 0;
stun = 0;
tiempo = random(actitudes) + 30;
actitud = 0;
stun = 1;
}
} else if ((stun != 1) and (actividad == 0)) {
tiempo = tiempo - 1;
}
if (stun != 1) {
if ((((_root.l.hero.golpeado != 1) and ((this._y - _root.l.detector._y) < 0)) and (((this._y - _root.l.detector._y) - 20) > 0)) or (((_root.l.hero.golpeado != 1) and (((this._y - _root.l.detector._y) + 20) > 0)) and (((this._y - _root.l.detector._y) - 20) < -30))) {
if (((this._x - _root.l.detector._x) < 200) and ((this._x - _root.l.detector._x) > 0)) {
gotoAndPlay ("ataque");
this._xscale = -100;
stun = 1;
}
if (((this._x - _root.l.detector._x) > -200) and ((this._x - _root.l.detector._x) < 0)) {
gotoAndPlay ("ataque");
this._xscale = 100;
stun = 1;
}
}
if (stun != 1) {
if (_root.l.detector._x < this._x) {
this._x = _x - speed;
if (camina == 0) {
this.gotoAndPlay("camina");
}
this._xscale = -100;
} else if ((_root.l.detector._x > this._x) and ((_root.l.detector._x - _x) > 40)) {
this._x = _x + speed;
if (camina == 0) {
this.gotoAndPlay("camina");
}
this._xscale = 100;
}
if (((_root.l.detector._y - 20) < this._y) and (((_y - _root.l.detector._y) + 20) > 10)) {
this._y = _y - (speed / 2);
if (camina == 0) {
this.gotoAndPlay("camina");
}
} else {
if ((_root.l.detector._y - 20) > this._y) {
this._y = _y + (speed / 2);
}
if (camina == 0) {
this.gotoAndPlay("camina");
}
}
}
}
if (hp < 0) {
myColor = new Color(this);
myColor.setRGB(16763904);
gotoAndStop ("stand");
golpeado = 1;
tiempo_muere = tiempo_muere - 1;
this._alpha = this._alpha - 5;
if (tiempo_muere < 0) {
_root.sthero.score = _root.sthero.score + 100;
_root.l.muertos = _root.l.muertos + 1;
_root.destino = "move1";
_root.flash1.play();
removeMovieClip(this);
}
}
}
Instance of Symbol 1471 MovieClip "display" in Symbol 2009 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_xscale > _parent.hp._xscale) {
_xscale = (_xscale - 1);
} else if (_xscale < _parent.hp._xscale) {
_xscale = _parent.hp._xscale;
}
}
Instance of Symbol 1473 MovieClip "hp" in Symbol 2009 MovieClip Frame 1
onClipEvent (enterFrame) {
_xscale = ((_root.l.boss.hp / _root.l.boss.maxhp) * 100);
_parent.muestra = (("HP" + Math.round(_root.l.boss.hp)) + "/") + _root.l.boss.maxhp;
if (_xscale < 0) {
_xscale = 0;
}
if ((_root.l.boss.hp < _root.l.boss.maxhp) and (_root.l.boss.hp > 0)) {
_root.sthero.hp = _root.sthero.hp + _root.sthero.regen;
}
}
Symbol 2024 MovieClip Frame 1
stop();
Symbol 2046 MovieClip Frame 1
stop();
Symbol 2046 MovieClip Frame 2
_root.dare.gotoAndStop(1);
Symbol 2046 MovieClip Frame 14
mySound = new Sound(this);
tune = "b1no.mp3";
mySound.setVolume(80);
mySound.attachSound(tune);
mySound.start(0, 1);
Instance of Symbol 2055 MovieClip in Symbol 2058 MovieClip Frame 1
onClipEvent (load) {
gotoAndPlay (12);
}
Instance of Symbol 2055 MovieClip in Symbol 2058 MovieClip Frame 1
onClipEvent (load) {
gotoAndPlay (10);
}
Instance of Symbol 2055 MovieClip in Symbol 2058 MovieClip Frame 1
onClipEvent (load) {
gotoAndPlay (12);
}
Instance of Symbol 2055 MovieClip in Symbol 2058 MovieClip Frame 1
onClipEvent (load) {
gotoAndPlay (5);
}
Symbol 2071 MovieClip Frame 1
enemy = [];
muertos = 0;
objetos = [];
Instance of Symbol 391 MovieClip in Symbol 2071 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.l.targetgolpe)) {
_root.l.hero._y = _root.l.hero._y - (_root.velocity / 2);
}
}
Instance of Symbol 391 MovieClip in Symbol 2071 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.l.targetgolpe)) {
_root.l.hero._y = _root.l.hero._y + (_root.velocity / 2);
}
}
Instance of Symbol 391 MovieClip "eso2" in Symbol 2071 MovieClip Frame 1
onClipEvent (enterFrame) {
if (((this.hitTest(_root.l.targetgolpe) and (_root.limpio == 1)) and (_root.l.hero.camina == 1)) and (_root.l.hero._xscale == 100)) {
_root.limpio = 0;
_root.destino = "derecha";
_root.flash1.play();
}
}
Instance of Symbol 253 MovieClip "detector" in Symbol 2071 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_root.l.invi == 0) or (_root.l.invi == undefined)) {
this._x = _root.l.hero._x;
this._y = _root.l.hero._y + 15;
}
}
Instance of Symbol 253 MovieClip "targetgolpe" in Symbol 2071 MovieClip Frame 1
onClipEvent (enterFrame) {
this._x = _root.l.hero._x;
this._y = _root.l.hero._y + 35;
}
Instance of Symbol 319 MovieClip in Symbol 2071 MovieClip Frame 1
onClipEvent (load) {
nombre = "youngbitedog";
aguante = 20;
empujacion = 15;
resiste = 0;
torso.armor.gotoAndStop(13);
torso.cinto.gotoAndStop(3);
gamba1.gotoAndStop(1);
gamba2.gotoAndStop(1);
q1.gotoAndStop(3);
q2.gotoAndStop(3);
antebrazo = 7;
antebrazo1.gotoAndStop(antebrazo);
antebrazo2.gotoAndStop(antebrazo);
head.pelo.gotoAndStop(1);
head.detalle.gotoAndStop(13);
dmg = 30;
tiempo_muere = 20;
tiempo = random(70);
actividad = 0;
hp = 200;
maxhp = hp;
speed = 10;
armor_normal = 10;
armor_fire = 0;
armor_ice = 0;
armor_shadow = 0;
armor_special = 0;
_root.vivos = _root.vivos + 1;
_root.l.empujar.push(this);
_root.l.enemy.push(this);
}
onClipEvent (enterFrame) {
if (agarrado == true) {
this._x = _root.l.hero._x + (60 * (_root.l.hero._xscale / 100));
this._y = _root.l.hero._y + 3;
gotoAndStop ("agarrado");
this._xscale = _root.l.hero._xscale * -1;
}
if (resiste > 0) {
resiste = resiste - 0.2;
}
for (var i in _root.l.enemy) {
if ((colision.hitTest(_root.l.enemy[i].colision) and (this._x != _root.l.enemy[i]._x)) and (this._y < _root.l.enemy[i]._y)) {
_root.l.enemy[i]._y = _root.l.enemy[i]._y + 0.5;
} else if (colision.hitTest(_root.l.enemy[i].colision) and (this._x != _root.l.enemy[i]._x)) {
_root.l.enemy[i]._y = _root.l.enemy[i]._y - 0.5;
}
}
if (golpeado_anima == 1) {
golpeado_anima = 0;
this.gotoAndPlay("golpeado");
}
}
onClipEvent (enterFrame) {
this.swapDepths((this._x / 90) + (this._y + 20));
if ((tiempo == 0) and (actividad == 0)) {
tiempo = random(40);
actitud = random(2);
if (actitud == 0) {
gotoAndPlay ("stand");
stun = 1;
}
if (actitud == 1) {
gotoAndPlay ("dashb");
actividad = 0;
stun = 0;
tiempo = random(40) + 30;
actitud = 0;
stun = 1;
}
} else if ((stun != 1) and (actividad == 0)) {
tiempo = tiempo - 1;
}
if (stun != 1) {
if ((((_root.l.hero.golpeado != 1) and ((this._y - _root.l.detector._y) < 0)) and (((this._y - _root.l.detector._y) - 20) > 0)) or (((_root.l.hero.golpeado != 1) and (((this._y - _root.l.detector._y) + 20) > 0)) and (((this._y - _root.l.detector._y) - 20) < -30))) {
if (((this._x - _root.l.detector._x) < 70) and ((this._x - _root.l.detector._x) > 0)) {
gotoAndPlay ("ataque");
this._xscale = -100;
stun = 1;
}
if (((this._x - _root.l.detector._x) > -70) and ((this._x - _root.l.detector._x) < 0)) {
gotoAndPlay ("ataque");
this._xscale = 100;
stun = 1;
}
}
if (stun != 1) {
if (_root.l.detector._x < this._x) {
this._x = _x - speed;
if (camina == 0) {
this.gotoAndPlay("camina");
}
this._xscale = -100;
} else if ((_root.l.detector._x > this._x) and ((_root.l.detector._x - _x) > 40)) {
this._x = _x + speed;
if (camina == 0) {
this.gotoAndPlay("camina");
}
this._xscale = 100;
}
if (((_root.l.detector._y - 20) < this._y) and (((_y - _root.l.detector._y) + 20) > 10)) {
this._y = _y - (speed / 2);
if (camina == 0) {
this.gotoAndPlay("camina");
}
} else {
if ((_root.l.detector._y - 20) > this._y) {
this._y = _y + (speed / 2);
}
if (camina == 0) {
this.gotoAndPlay("camina");
}
}
}
}
if (hp < 0) {
myColor = new Color(this);
myColor.setRGB(16763904);
gotoAndStop ("bash");
golpeado = 1;
tiempo_muere = tiempo_muere - 1;
this._alpha = this._alpha - 5;
if (tiempo_muere < 0) {
_root.sthero.score = _root.sthero.score + 80;
_root.l.muertos = _root.l.muertos + 1;
removeMovieClip(this);
}
}
}
Instance of Symbol 319 MovieClip in Symbol 2071 MovieClip Frame 1
onClipEvent (load) {
nombre = "bitedog";
empujacion = 15;
aguante = 20;
resiste = 0;
torso.armor.gotoAndStop(13);
torso.cinto.gotoAndStop(3);
gamba1.gotoAndStop(1);
gamba2.gotoAndStop(1);
q1.gotoAndStop(3);
q2.gotoAndStop(3);
antebrazo = 7;
antebrazo1.gotoAndStop(antebrazo);
antebrazo2.gotoAndStop(antebrazo);
head.pelo.gotoAndStop(1);
head.detalle.gotoAndStop(13);
dmg = 40;
tiempo_muere = 20;
tiempo = random(70);
actividad = 0;
hp = 200;
maxhp = hp;
speed = 10;
armor_normal = 10;
armor_fire = 0;
armor_ice = 0;
armor_shadow = 0;
armor_special = 0;
_root.vivos = _root.vivos + 1;
_root.l.empujar.push(this);
_root.l.enemy.push(this);
}
onClipEvent (enterFrame) {
if (agarrado == true) {
this._x = _root.l.hero._x + (60 * (_root.l.hero._xscale / 100));
this._y = _root.l.hero._y + 3;
gotoAndStop ("agarrado");
this._xscale = _root.l.hero._xscale * -1;
}
if (resiste > 0) {
resiste = resiste - 0.2;
}
for (var i in _root.l.enemy) {
if ((colision.hitTest(_root.l.enemy[i].colision) and (this._x != _root.l.enemy[i]._x)) and (this._y < _root.l.enemy[i]._y)) {
_root.l.enemy[i]._y = _root.l.enemy[i]._y + 0.5;
} else if (colision.hitTest(_root.l.enemy[i].colision) and (this._x != _root.l.enemy[i]._x)) {
_root.l.enemy[i]._y = _root.l.enemy[i]._y - 0.5;
}
}
if (golpeado_anima == 1) {
golpeado_anima = 0;
this.gotoAndPlay("golpeado");
}
}
onClipEvent (enterFrame) {
this.swapDepths((this._x / 90) + (this._y + 20));
if ((tiempo == 0) and (actividad == 0)) {
tiempo = random(70);
actitud = random(2);
if (actitud == 0) {
gotoAndPlay ("stand");
stun = 1;
}
if (actitud == 1) {
gotoAndPlay ("dash");
actividad = 0;
stun = 0;
tiempo = random(200) + 70;
actitud = 0;
stun = 1;
}
} else if ((stun != 1) and (actividad == 0)) {
tiempo = tiempo - 1;
}
if (stun != 1) {
if ((((_root.l.hero.golpeado != 1) and ((this._y - _root.l.detector._y) < 0)) and (((this._y - _root.l.detector._y) - 20) > 0)) or (((_root.l.hero.golpeado != 1) and (((this._y - _root.l.detector._y) + 20) > 0)) and (((this._y - _root.l.detector._y) - 20) < -30))) {
if (((this._x - _root.l.detector._x) < 70) and ((this._x - _root.l.detector._x) > 0)) {
gotoAndPlay ("ataque");
this._xscale = -100;
stun = 1;
}
if (((this._x - _root.l.detector._x) > -70) and ((this._x - _root.l.detector._x) < 0)) {
gotoAndPlay ("ataque");
this._xscale = 100;
stun = 1;
}
}
if (stun != 1) {
if (_root.l.detector._x < this._x) {
this._x = _x - speed;
if (camina == 0) {
this.gotoAndPlay("camina");
}
this._xscale = -100;
} else if ((_root.l.detector._x > this._x) and ((_root.l.detector._x - _x) > 40)) {
this._x = _x + speed;
if (camina == 0) {
this.gotoAndPlay("camina");
}
this._xscale = 100;
}
if (((_root.l.detector._y - 20) < this._y) and (((_y - _root.l.detector._y) + 20) > 10)) {
this._y = _y - (speed / 2);
if (camina == 0) {
this.gotoAndPlay("camina");
}
} else {
if ((_root.l.detector._y - 20) > this._y) {
this._y = _y + (speed / 2);
}
if (camina == 0) {
this.gotoAndPlay("camina");
}
}
}
}
if (hp < 0) {
myColor = new Color(this);
myColor.setRGB(16763904);
gotoAndStop ("bash");
golpeado = 1;
tiempo_muere = tiempo_muere - 1;
this._alpha = this._alpha - 5;
if (tiempo_muere < 0) {
_root.sthero.score = _root.sthero.score + 70;
_root.l.muertos = _root.l.muertos + 1;
removeMovieClip(this);
}
}
}
Symbol 2081 MovieClip Frame 51
stop();
Symbol 2085 MovieClip Frame 1
enemy = [];
objetos = [];
muertos = 0;
Instance of Symbol 1139 MovieClip in Symbol 2085 MovieClip Frame 1
onClipEvent (load) {
objeto = "si";
aguante = 20;
empujacion = 15;
resiste = 0;
contiene = "carne";
hp = 10;
maxhp = hp;
speed = 5;
armor_normal = 10;
armor_fire = 0;
armor_ice = 0;
armor_shadow = 0;
armor_special = 0;
_root.l.objetos.push(this);
}
onClipEvent (enterFrame) {
if (agarrado == true) {
this._x = _root.l.hero._x + (60 * (_root.l.hero._xscale / 100));
this._y = _root.l.hero._y + 3;
gotoAndStop ("agarrado");
this._xscale = _root.l.hero._xscale * -1;
}
if (resiste > 0) {
resiste = resiste - 0.2;
}
if (golpeado_anima == 1) {
golpeado_anima = 0;
this.gotoAndPlay("golpeado");
}
this.swapDepths((this._x / 90) + (this._y + 20));
if (hp < 0) {
if (_root.l.hero.graveado == _name) {
_root.l.hero.graveado = undefined;
_root.l.hero.gotoAndPlay("stand");
}
gotoAndStop ("golpeado");
golpeado = 1;
tiempo_muere = tiempo_muere - 1;
if (tiempo_muere < 0) {
removeMovieClip(this);
}
}
}
Instance of Symbol 391 MovieClip in Symbol 2085 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.l.targetgolpe)) {
_root.l.hero._y = _root.l.hero._y - (_root.velocity / 2);
}
}
Instance of Symbol 391 MovieClip in Symbol 2085 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.l.targetgolpe)) {
_root.l.hero._y = _root.l.hero._y + (_root.velocity / 2);
}
}
Instance of Symbol 391 MovieClip "eso2" in Symbol 2085 MovieClip Frame 1
onClipEvent (enterFrame) {
if (((this.hitTest(_root.l.targetgolpe) and (_root.limpio == 1)) and (_root.l.hero.camina == 1)) and (_root.l.hero._xscale == 100)) {
_root.limpio = 0;
_root.destino = "derecha";
_root.flash1.play();
}
}
Instance of Symbol 319 MovieClip in Symbol 2085 MovieClip Frame 1
onClipEvent (load) {
nombre = "youngbitedog";
aguante = 20;
empujacion = 15;
resiste = 0;
torso.armor.gotoAndStop(13);
torso.cinto.gotoAndStop(3);
gamba1.gotoAndStop(1);
gamba2.gotoAndStop(1);
q1.gotoAndStop(3);
q2.gotoAndStop(3);
antebrazo = 7;
antebrazo1.gotoAndStop(antebrazo);
antebrazo2.gotoAndStop(antebrazo);
head.pelo.gotoAndStop(1);
head.detalle.gotoAndStop(13);
dmg = 30;
tiempo_muere = 20;
tiempo = random(70);
actividad = 0;
hp = 200;
maxhp = hp;
speed = 10;
armor_normal = 10;
armor_fire = 0;
armor_ice = 0;
armor_shadow = 0;
armor_special = 0;
_root.vivos = _root.vivos + 1;
_root.l.empujar.push(this);
_root.l.enemy.push(this);
}
onClipEvent (enterFrame) {
if (agarrado == true) {
this._x = _root.l.hero._x + (60 * (_root.l.hero._xscale / 100));
this._y = _root.l.hero._y + 3;
gotoAndStop ("agarrado");
this._xscale = _root.l.hero._xscale * -1;
}
if (resiste > 0) {
resiste = resiste - 0.2;
}
for (var i in _root.l.enemy) {
if ((colision.hitTest(_root.l.enemy[i].colision) and (this._x != _root.l.enemy[i]._x)) and (this._y < _root.l.enemy[i]._y)) {
_root.l.enemy[i]._y = _root.l.enemy[i]._y + 0.5;
} else if (colision.hitTest(_root.l.enemy[i].colision) and (this._x != _root.l.enemy[i]._x)) {
_root.l.enemy[i]._y = _root.l.enemy[i]._y - 0.5;
}
}
if (golpeado_anima == 1) {
golpeado_anima = 0;
this.gotoAndPlay("golpeado");
}
}
onClipEvent (enterFrame) {
this.swapDepths((this._x / 90) + (this._y + 20));
if ((tiempo == 0) and (actividad == 0)) {
tiempo = random(40);
actitud = random(2);
if (actitud == 0) {
gotoAndPlay ("stand");
stun = 1;
}
if (actitud == 1) {
gotoAndPlay ("dashb");
actividad = 0;
stun = 0;
tiempo = random(40) + 30;
actitud = 0;
stun = 1;
}
} else if ((stun != 1) and (actividad == 0)) {
tiempo = tiempo - 1;
}
if (stun != 1) {
if ((((_root.l.hero.golpeado != 1) and ((this._y - _root.l.detector._y) < 0)) and (((this._y - _root.l.detector._y) - 20) > 0)) or (((_root.l.hero.golpeado != 1) and (((this._y - _root.l.detector._y) + 20) > 0)) and (((this._y - _root.l.detector._y) - 20) < -30))) {
if (((this._x - _root.l.detector._x) < 70) and ((this._x - _root.l.detector._x) > 0)) {
gotoAndPlay ("ataque");
this._xscale = -100;
stun = 1;
}
if (((this._x - _root.l.detector._x) > -70) and ((this._x - _root.l.detector._x) < 0)) {
gotoAndPlay ("ataque");
this._xscale = 100;
stun = 1;
}
}
if (stun != 1) {
if (_root.l.detector._x < this._x) {
this._x = _x - speed;
if (camina == 0) {
this.gotoAndPlay("camina");
}
this._xscale = -100;
} else if ((_root.l.detector._x > this._x) and ((_root.l.detector._x - _x) > 40)) {
this._x = _x + speed;
if (camina == 0) {
this.gotoAndPlay("camina");
}
this._xscale = 100;
}
if (((_root.l.detector._y - 20) < this._y) and (((_y - _root.l.detector._y) + 20) > 10)) {
this._y = _y - (speed / 2);
if (camina == 0) {
this.gotoAndPlay("camina");
}
} else {
if ((_root.l.detector._y - 20) > this._y) {
this._y = _y + (speed / 2);
}
if (camina == 0) {
this.gotoAndPlay("camina");
}
}
}
}
if (hp < 0) {
myColor = new Color(this);
myColor.setRGB(16763904);
gotoAndStop ("bash");
golpeado = 1;
tiempo_muere = tiempo_muere - 1;
this._alpha = this._alpha - 5;
if (tiempo_muere < 0) {
_root.sthero.score = _root.sthero.score + 80;
_root.l.muertos = _root.l.muertos + 1;
removeMovieClip(this);
}
}
}
Instance of Symbol 738 MovieClip in Symbol 2085 MovieClip Frame 1
onClipEvent (load) {
nombre = "pclaw";
aguante = 20;
empujacion = 15;
resiste = 0;
torso.armor.gotoAndStop(13);
torso.cinto.gotoAndStop(3);
gamba1.gotoAndStop(1);
gamba2.gotoAndStop(1);
q1.gotoAndStop(3);
q2.gotoAndStop(3);
antebrazo = 7;
antebrazo1.gotoAndStop(antebrazo);
antebrazo2.gotoAndStop(antebrazo);
head.pelo.gotoAndStop(1);
head.detalle.gotoAndStop(13);
dmg = 20;
tiempo_muere = 20;
tiempo = random(70);
actividad = 0;
hp = 300;
maxhp = hp;
speed = 5;
armor_normal = 10;
armor_fire = 0;
armor_ice = 0;
armor_shadow = 0;
armor_special = 0;
_root.vivos = _root.vivos + 1;
_root.l.empujar.push(this);
_root.l.enemy.push(this);
}
onClipEvent (enterFrame) {
if (agarrado == true) {
this._x = _root.l.hero._x + (60 * (_root.l.hero._xscale / 100));
this._y = _root.l.hero._y + 3;
gotoAndStop ("agarrado");
this._xscale = _root.l.hero._xscale * -1;
}
if (resiste > 0) {
resiste = resiste - 0.2;
}
for (var i in _root.l.enemy) {
if ((colision.hitTest(_root.l.enemy[i].colision) and (this._x != _root.l.enemy[i]._x)) and (this._y < _root.l.enemy[i]._y)) {
_root.l.enemy[i]._y = _root.l.enemy[i]._y + 0.5;
} else if (colision.hitTest(_root.l.enemy[i].colision) and (this._x != _root.l.enemy[i]._x)) {
_root.l.enemy[i]._y = _root.l.enemy[i]._y - 0.5;
}
}
if (golpeado_anima == 1) {
golpeado_anima = 0;
this.gotoAndPlay("golpeado");
}
}
onClipEvent (enterFrame) {
this.swapDepths((this._x / 90) + (this._y + 20));
if ((tiempo == 0) and (actividad == 0)) {
tiempo = random(40);
actitud = random(2);
if (actitud == 0) {
gotoAndPlay ("stand");
stun = 1;
}
if (actitud == 1) {
gotoAndPlay ("dash");
actividad = 0;
stun = 0;
tiempo = random(40) + 30;
actitud = 0;
stun = 1;
}
} else if ((stun != 1) and (actividad == 0)) {
tiempo = tiempo - 1;
}
if (stun != 1) {
if ((((_root.l.hero.golpeado != 1) and ((this._y - _root.l.detector._y) < 0)) and (((this._y - _root.l.detector._y) - 20) > 0)) or (((_root.l.hero.golpeado != 1) and (((this._y - _root.l.detector._y) + 20) > 0)) and (((this._y - _root.l.detector._y) - 20) < -30))) {
if (((this._x - _root.l.detector._x) < 70) and ((this._x - _root.l.detector._x) > 0)) {
gotoAndPlay ("ataque");
this._xscale = -100;
stun = 1;
}
if (((this._x - _root.l.detector._x) > -70) and ((this._x - _root.l.detector._x) < 0)) {
gotoAndPlay ("ataque");
this._xscale = 100;
stun = 1;
}
}
if (stun != 1) {
if (_root.l.detector._x < this._x) {
this._x = _x - speed;
if (camina == 0) {
this.gotoAndPlay("camina");
}
this._xscale = -100;
} else if ((_root.l.detector._x > this._x) and ((_root.l.detector._x - _x) > 40)) {
this._x = _x + speed;
if (camina == 0) {
this.gotoAndPlay("camina");
}
this._xscale = 100;
}
if (((_root.l.detector._y - 20) < this._y) and (((_y - _root.l.detector._y) + 20) > 10)) {
this._y = _y - (speed / 2);
if (camina == 0) {
this.gotoAndPlay("camina");
}
} else {
if ((_root.l.detector._y - 20) > this._y) {
this._y = _y + (speed / 2);
}
if (camina == 0) {
this.gotoAndPlay("camina");
}
}
}
}
if (hp < 0) {
myColor = new Color(this);
myColor.setRGB(16763904);
gotoAndStop ("bash");
golpeado = 1;
tiempo_muere = tiempo_muere - 1;
this._alpha = this._alpha - 5;
if (tiempo_muere < 0) {
_root.sthero.score = _root.sthero.score + 100;
_root.l.muertos = _root.l.muertos + 1;
removeMovieClip(this);
}
}
}
Instance of Symbol 382 MovieClip in Symbol 2085 MovieClip Frame 1
onClipEvent (load) {
aguante = 20;
empujacion = 15;
resiste = 0;
contiene = "pistoupmetra";
hp = 300000000000000;
maxhp = hp;
speed = 5;
armor_normal = 10;
armor_fire = 0;
armor_ice = 0;
armor_shadow = 0;
armor_special = 0;
_root.l.enemy.push(this);
}
onClipEvent (enterFrame) {
if (agarrado == true) {
this._x = _root.l.hero._x + (60 * (_root.l.hero._xscale / 100));
this._y = _root.l.hero._y + 3;
gotoAndStop ("agarrado");
this._xscale = _root.l.hero._xscale * -1;
}
if (resiste > 0) {
resiste = resiste - 0.2;
}
if (golpeado_anima == 1) {
golpeado_anima = 0;
this.gotoAndPlay("golpeado");
}
this.swapDepths((this._x / 90) + (this._y + 20));
if (hp < 0) {
myColor = new Color(this);
myColor.setRGB(16763904);
golpeado = 1;
tiempo_muere = tiempo_muere - 1;
if (tiempo_muere < 0) {
_root.l.muertos = _root.l.muertos + 1;
removeMovieClip(this);
}
}
}
Instance of Symbol 1106 MovieClip in Symbol 2085 MovieClip Frame 1
onClipEvent (load) {
aguante = 20;
empujacion = 15;
resiste = 0;
contiene = "alientamed";
hp = 300000000000000;
maxhp = hp;
speed = 5;
armor_normal = 10;
armor_fire = 0;
armor_ice = 0;
armor_shadow = 0;
armor_special = 0;
_root.l.enemy.push(this);
}
onClipEvent (enterFrame) {
if (agarrado == true) {
this._x = _root.l.hero._x + (60 * (_root.l.hero._xscale / 100));
this._y = _root.l.hero._y + 3;
gotoAndStop ("agarrado");
this._xscale = _root.l.hero._xscale * -1;
}
if (resiste > 0) {
resiste = resiste - 0.2;
}
if (golpeado_anima == 1) {
golpeado_anima = 0;
this.gotoAndPlay("golpeado");
}
this.swapDepths((this._x / 90) + (this._y + 20));
if (hp < 0) {
myColor = new Color(this);
myColor.setRGB(16763904);
golpeado = 1;
tiempo_muere = tiempo_muere - 1;
if (tiempo_muere < 0) {
_root.l.muertos = _root.l.muertos + 1;
removeMovieClip(this);
}
}
}
Instance of Symbol 1106 MovieClip in Symbol 2085 MovieClip Frame 1
onClipEvent (load) {
aguante = 20;
empujacion = 15;
resiste = 0;
contiene = "carne";
hp = 300000000000000;
maxhp = hp;
speed = 5;
armor_normal = 10;
armor_fire = 0;
armor_ice = 0;
armor_shadow = 0;
armor_special = 0;
_root.l.enemy.push(this);
}
onClipEvent (enterFrame) {
if (agarrado == true) {
this._x = _root.l.hero._x + (60 * (_root.l.hero._xscale / 100));
this._y = _root.l.hero._y + 3;
gotoAndStop ("agarrado");
this._xscale = _root.l.hero._xscale * -1;
}
if (resiste > 0) {
resiste = resiste - 0.2;
}
if (golpeado_anima == 1) {
golpeado_anima = 0;
this.gotoAndPlay("golpeado");
}
this.swapDepths((this._x / 90) + (this._y + 20));
if (hp < 0) {
myColor = new Color(this);
myColor.setRGB(16763904);
golpeado = 1;
tiempo_muere = tiempo_muere - 1;
if (tiempo_muere < 0) {
_root.l.muertos = _root.l.muertos + 1;
removeMovieClip(this);
}
}
}
Instance of Symbol 1149 MovieClip in Symbol 2085 MovieClip Frame 1
onClipEvent (load) {
nombre = "jackscope";
aguante = 20;
empujacion = 15;
resiste = 0;
torso.armor.gotoAndStop(13);
torso.cinto.gotoAndStop(3);
gamba1.gotoAndStop(1);
gamba2.gotoAndStop(1);
q1.gotoAndStop(3);
q2.gotoAndStop(3);
antebrazo = 7;
antebrazo1.gotoAndStop(antebrazo);
antebrazo2.gotoAndStop(antebrazo);
head.pelo.gotoAndStop(1);
head.detalle.gotoAndStop(13);
dmg = 10;
tiempo_muere = 20;
tiempo = random(70);
actividad = 0;
hp = 300;
maxhp = hp;
speed = 7;
armor_normal = 10;
armor_fire = 0;
armor_ice = 0;
armor_shadow = 0;
armor_special = 0;
_root.vivos = _root.vivos + 1;
_root.l.empujar.push(this);
_root.l.enemy.push(this);
}
onClipEvent (enterFrame) {
if (agarrado == true) {
this._x = _root.l.hero._x + (60 * (_root.l.hero._xscale / 100));
this._y = _root.l.hero._y + 3;
gotoAndStop ("agarrado");
this._xscale = _root.l.hero._xscale * -1;
}
if (resiste > 0) {
resiste = resiste - 0.2;
}
for (var i in _root.l.enemy) {
if ((colision.hitTest(_root.l.enemy[i].colision) and (this._x != _root.l.enemy[i]._x)) and (this._y < _root.l.enemy[i]._y)) {
_root.l.enemy[i]._y = _root.l.enemy[i]._y + 0.5;
} else if (colision.hitTest(_root.l.enemy[i].colision) and (this._x != _root.l.enemy[i]._x)) {
_root.l.enemy[i]._y = _root.l.enemy[i]._y - 0.5;
}
}
if (golpeado_anima == 1) {
golpeado_anima = 0;
this.gotoAndPlay("golpeado");
}
}
onClipEvent (enterFrame) {
this.swapDepths((this._x / 90) + (this._y + 20));
if ((tiempo == 0) and (actividad == 0)) {
tiempo = random(40);
actitud = random(2);
if (actitud == 0) {
gotoAndPlay ("stand");
stun = 1;
}
if (actitud == 1) {
gotoAndPlay ("dashb");
actividad = 0;
stun = 0;
tiempo = random(40) + 30;
actitud = 0;
stun = 1;
}
} else if ((stun != 1) and (actividad == 0)) {
tiempo = tiempo - 1;
}
if (stun != 1) {
if ((((_root.l.hero.golpeado != 1) and ((this._y - _root.l.detector._y) < 0)) and (((this._y - _root.l.detector._y) - 20) > 0)) or (((_root.l.hero.golpeado != 1) and (((this._y - _root.l.detector._y) + 20) > 0)) and (((this._y - _root.l.detector._y) - 20) < -30))) {
if (((this._x - _root.l.detector._x) < 300) and ((this._x - _root.l.detector._x) > 0)) {
gotoAndPlay ("ataque");
this._xscale = -100;
stun = 1;
}
if (((this._x - _root.l.detector._x) > -300) and ((this._x - _root.l.detector._x) < 0)) {
gotoAndPlay ("ataque");
this._xscale = 100;
stun = 1;
}
}
if (stun != 1) {
if (_root.l.detector._x < this._x) {
this._x = _x - speed;
if (camina == 0) {
this.gotoAndPlay("camina");
}
this._xscale = -100;
} else if ((_root.l.detector._x > this._x) and ((_root.l.detector._x - _x) > 40)) {
this._x = _x + speed;
if (camina == 0) {
this.gotoAndPlay("camina");
}
this._xscale = 100;
}
if (((_root.l.detector._y - 20) < this._y) and (((_y - _root.l.detector._y) + 20) > 10)) {
this._y = _y - (speed / 2);
if (camina == 0) {
this.gotoAndPlay("camina");
}
} else {
if ((_root.l.detector._y - 20) > this._y) {
this._y = _y + (speed / 2);
}
if (camina == 0) {
this.gotoAndPlay("camina");
}
}
}
}
if (hp < 0) {
myColor = new Color(this);
myColor.setRGB(16763904);
gotoAndStop ("bash");
golpeado = 1;
tiempo_muere = tiempo_muere - 1;
this._alpha = this._alpha - 5;
if (tiempo_muere < 0) {
_root.sthero.score = _root.sthero.score + 100;
_root.l.muertos = _root.l.muertos + 1;
_root.l.shockwave = _root.l.attachMovie("pistolup", (("dagaso" + getTimer()) + random(100000)) + _root.cuentacuentos, _root.l.getNextHighestDepth());
_root.cuentacuentos = _root.cuentacuentos + 1;
_root.l.shockwave._x = this._x;
_root.l.shockwave._y = this._y - 10;
removeMovieClip(this);
}
}
}
Instance of Symbol 253 MovieClip "detector" in Symbol 2085 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_root.l.invi == 0) or (_root.l.invi == undefined)) {
this._x = _root.l.hero._x;
this._y = _root.l.hero._y + 15;
}
}
Instance of Symbol 253 MovieClip "targetgolpe" in Symbol 2085 MovieClip Frame 1
onClipEvent (enterFrame) {
this._x = _root.l.hero._x;
this._y = _root.l.hero._y + 35;
}
Symbol 2088 MovieClip Frame 1
enemy = [];
objetos = [];
muertos = 0;
Instance of Symbol 1132 MovieClip in Symbol 2088 MovieClip Frame 1
onClipEvent (load) {
objeto = "si";
aguante = 20;
empujacion = 15;
resiste = 0;
contiene = "carne";
hp = 10;
maxhp = hp;
speed = 5;
armor_normal = 10;
armor_fire = 0;
armor_ice = 0;
armor_shadow = 0;
armor_special = 0;
_root.l.objetos.push(this);
}
onClipEvent (enterFrame) {
if (agarrado == true) {
this._x = _root.l.hero._x + (60 * (_root.l.hero._xscale / 100));
this._y = _root.l.hero._y + 3;
gotoAndStop ("agarrado");
this._xscale = _root.l.hero._xscale * -1;
}
if (resiste > 0) {
resiste = resiste - 0.2;
}
if (golpeado_anima == 1) {
golpeado_anima = 0;
this.gotoAndPlay("golpeado");
}
this.swapDepths((this._x / 90) + (this._y + 20));
if (hp < 0) {
if (_root.l.hero.graveado == _name) {
_root.l.hero.graveado = undefined;
_root.l.hero.gotoAndPlay("stand");
}
gotoAndStop ("golpeado");
golpeado = 1;
tiempo_muere = tiempo_muere - 1;
if (tiempo_muere < 0) {
removeMovieClip(this);
}
}
}
Instance of Symbol 391 MovieClip in Symbol 2088 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.l.targetgolpe)) {
_root.l.hero._y = _root.l.hero._y - (_root.velocity / 2);
}
}
Instance of Symbol 391 MovieClip in Symbol 2088 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.l.targetgolpe)) {
_root.l.hero._y = _root.l.hero._y + (_root.velocity / 2);
}
}
Instance of Symbol 391 MovieClip "eso2" in Symbol 2088 MovieClip Frame 1
onClipEvent (enterFrame) {
if (((this.hitTest(_root.l.targetgolpe) and (_root.limpio == 1)) and (_root.l.hero.camina == 1)) and (_root.l.hero._xscale == 100)) {
_root.limpio = 0;
_root.destino = "derecha";
_root.flash1.play();
}
}
Instance of Symbol 319 MovieClip in Symbol 2088 MovieClip Frame 1
onClipEvent (load) {
nombre = "youngbitedog";
aguante = 20;
empujacion = 15;
resiste = 0;
torso.armor.gotoAndStop(13);
torso.cinto.gotoAndStop(3);
gamba1.gotoAndStop(1);
gamba2.gotoAndStop(1);
q1.gotoAndStop(3);
q2.gotoAndStop(3);
antebrazo = 7;
antebrazo1.gotoAndStop(antebrazo);
antebrazo2.gotoAndStop(antebrazo);
head.pelo.gotoAndStop(1);
head.detalle.gotoAndStop(13);
dmg = 30;
tiempo_muere = 20;
tiempo = random(70);
actividad = 0;
hp = 200;
maxhp = hp;
speed = 10;
armor_normal = 10;
armor_fire = 0;
armor_ice = 0;
armor_shadow = 0;
armor_special = 0;
_root.vivos = _root.vivos + 1;
_root.l.empujar.push(this);
_root.l.enemy.push(this);
}
onClipEvent (enterFrame) {
if (agarrado == true) {
this._x = _root.l.hero._x + (60 * (_root.l.hero._xscale / 100));
this._y = _root.l.hero._y + 3;
gotoAndStop ("agarrado");
this._xscale = _root.l.hero._xscale * -1;
}
if (resiste > 0) {
resiste = resiste - 0.2;
}
for (var i in _root.l.enemy) {
if ((colision.hitTest(_root.l.enemy[i].colision) and (this._x != _root.l.enemy[i]._x)) and (this._y < _root.l.enemy[i]._y)) {
_root.l.enemy[i]._y = _root.l.enemy[i]._y + 0.5;
} else if (colision.hitTest(_root.l.enemy[i].colision) and (this._x != _root.l.enemy[i]._x)) {
_root.l.enemy[i]._y = _root.l.enemy[i]._y - 0.5;
}
}
if (golpeado_anima == 1) {
golpeado_anima = 0;
this.gotoAndPlay("golpeado");
}
}
onClipEvent (enterFrame) {
this.swapDepths((this._x / 90) + (this._y + 20));
if ((tiempo == 0) and (actividad == 0)) {
tiempo = random(40);
actitud = random(2);
if (actitud == 0) {
gotoAndPlay ("stand");
stun = 1;
}
if (actitud == 1) {
gotoAndPlay ("dashb");
actividad = 0;
stun = 0;
tiempo = random(40) + 30;
actitud = 0;
stun = 1;
}
} else if ((stun != 1) and (actividad == 0)) {
tiempo = tiempo - 1;
}
if (stun != 1) {
if ((((_root.l.hero.golpeado != 1) and ((this._y - _root.l.detector._y) < 0)) and (((this._y - _root.l.detector._y) - 20) > 0)) or (((_root.l.hero.golpeado != 1) and (((this._y - _root.l.detector._y) + 20) > 0)) and (((this._y - _root.l.detector._y) - 20) < -30))) {
if (((this._x - _root.l.detector._x) < 70) and ((this._x - _root.l.detector._x) > 0)) {
gotoAndPlay ("ataque");
this._xscale = -100;
stun = 1;
}
if (((this._x - _root.l.detector._x) > -70) and ((this._x - _root.l.detector._x) < 0)) {
gotoAndPlay ("ataque");
this._xscale = 100;
stun = 1;
}
}
if (stun != 1) {
if (_root.l.detector._x < this._x) {
this._x = _x - speed;
if (camina == 0) {
this.gotoAndPlay("camina");
}
this._xscale = -100;
} else if ((_root.l.detector._x > this._x) and ((_root.l.detector._x - _x) > 40)) {
this._x = _x + speed;
if (camina == 0) {
this.gotoAndPlay("camina");
}
this._xscale = 100;
}
if (((_root.l.detector._y - 20) < this._y) and (((_y - _root.l.detector._y) + 20) > 10)) {
this._y = _y - (speed / 2);
if (camina == 0) {
this.gotoAndPlay("camina");
}
} else {
if ((_root.l.detector._y - 20) > this._y) {
this._y = _y + (speed / 2);
}
if (camina == 0) {
this.gotoAndPlay("camina");
}
}
}
}
if (hp < 0) {
myColor = new Color(this);
myColor.setRGB(16763904);
gotoAndStop ("bash");
golpeado = 1;
tiempo_muere = tiempo_muere - 1;
this._alpha = this._alpha - 5;
if (tiempo_muere < 0) {
_root.sthero.score = _root.sthero.score + 80;
_root.l.muertos = _root.l.muertos + 1;
removeMovieClip(this);
}
}
}
Instance of Symbol 382 MovieClip in Symbol 2088 MovieClip Frame 1
onClipEvent (load) {
aguante = 20;
empujacion = 15;
resiste = 0;
contiene = "carne";
hp = 300000000000000;
maxhp = hp;
speed = 5;
armor_normal = 10;
armor_fire = 0;
armor_ice = 0;
armor_shadow = 0;
armor_special = 0;
_root.l.enemy.push(this);
}
onClipEvent (enterFrame) {
if (agarrado == true) {
this._x = _root.l.hero._x + (60 * (_root.l.hero._xscale / 100));
this._y = _root.l.hero._y + 3;
gotoAndStop ("agarrado");
this._xscale = _root.l.hero._xscale * -1;
}
if (resiste > 0) {
resiste = resiste - 0.2;
}
if (golpeado_anima == 1) {
golpeado_anima = 0;
this.gotoAndPlay("golpeado");
}
this.swapDepths((this._x / 90) + (this._y + 20));
if (hp < 0) {
myColor = new Color(this);
myColor.setRGB(16763904);
golpeado = 1;
tiempo_muere = tiempo_muere - 1;
if (tiempo_muere < 0) {
_root.l.muertos = _root.l.muertos + 1;
removeMovieClip(this);
}
}
}
Instance of Symbol 319 MovieClip in Symbol 2088 MovieClip Frame 1
onClipEvent (load) {
nombre = "youngbitedog";
aguante = 20;
empujacion = 15;
resiste = 0;
torso.armor.gotoAndStop(13);
torso.cinto.gotoAndStop(3);
gamba1.gotoAndStop(1);
gamba2.gotoAndStop(1);
q1.gotoAndStop(3);
q2.gotoAndStop(3);
antebrazo = 7;
antebrazo1.gotoAndStop(antebrazo);
antebrazo2.gotoAndStop(antebrazo);
head.pelo.gotoAndStop(1);
head.detalle.gotoAndStop(13);
dmg = 30;
tiempo_muere = 20;
tiempo = random(70);
actividad = 0;
hp = 200;
maxhp = hp;
speed = 10;
armor_normal = 10;
armor_fire = 0;
armor_ice = 0;
armor_shadow = 0;
armor_special = 0;
_root.vivos = _root.vivos + 1;
_root.l.empujar.push(this);
_root.l.enemy.push(this);
}
onClipEvent (enterFrame) {
if (agarrado == true) {
this._x = _root.l.hero._x + (60 * (_root.l.hero._xscale / 100));
this._y = _root.l.hero._y + 3;
gotoAndStop ("agarrado");
this._xscale = _root.l.hero._xscale * -1;
}
if (resiste > 0) {
resiste = resiste - 0.2;
}
for (var i in _root.l.enemy) {
if ((colision.hitTest(_root.l.enemy[i].colision) and (this._x != _root.l.enemy[i]._x)) and (this._y < _root.l.enemy[i]._y)) {
_root.l.enemy[i]._y = _root.l.enemy[i]._y + 0.5;
} else if (colision.hitTest(_root.l.enemy[i].colision) and (this._x != _root.l.enemy[i]._x)) {
_root.l.enemy[i]._y = _root.l.enemy[i]._y - 0.5;
}
}
if (golpeado_anima == 1) {
golpeado_anima = 0;
this.gotoAndPlay("golpeado");
}
}
onClipEvent (enterFrame) {
this.swapDepths((this._x / 90) + (this._y + 20));
if ((tiempo == 0) and (actividad == 0)) {
tiempo = random(40);
actitud = random(2);
if (actitud == 0) {
gotoAndPlay ("stand");
stun = 1;
}
if (actitud == 1) {
gotoAndPlay ("dashb");
actividad = 0;
stun = 0;
tiempo = random(40) + 30;
actitud = 0;
stun = 1;
}
} else if ((stun != 1) and (actividad == 0)) {
tiempo = tiempo - 1;
}
if (stun != 1) {
if ((((_root.l.hero.golpeado != 1) and ((this._y - _root.l.detector._y) < 0)) and (((this._y - _root.l.detector._y) - 20) > 0)) or (((_root.l.hero.golpeado != 1) and (((this._y - _root.l.detector._y) + 20) > 0)) and (((this._y - _root.l.detector._y) - 20) < -30))) {
if (((this._x - _root.l.detector._x) < 70) and ((this._x - _root.l.detector._x) > 0)) {
gotoAndPlay ("ataque");
this._xscale = -100;
stun = 1;
}
if (((this._x - _root.l.detector._x) > -70) and ((this._x - _root.l.detector._x) < 0)) {
gotoAndPlay ("ataque");
this._xscale = 100;
stun = 1;
}
}
if (stun != 1) {
if (_root.l.detector._x < this._x) {
this._x = _x - speed;
if (camina == 0) {
this.gotoAndPlay("camina");
}
this._xscale = -100;
} else if ((_root.l.detector._x > this._x) and ((_root.l.detector._x - _x) > 40)) {
this._x = _x + speed;
if (camina == 0) {
this.gotoAndPlay("camina");
}
this._xscale = 100;
}
if (((_root.l.detector._y - 20) < this._y) and (((_y - _root.l.detector._y) + 20) > 10)) {
this._y = _y - (speed / 2);
if (camina == 0) {
this.gotoAndPlay("camina");
}
} else {
if ((_root.l.detector._y - 20) > this._y) {
this._y = _y + (speed / 2);
}
if (camina == 0) {
this.gotoAndPlay("camina");
}
}
}
}
if (hp < 0) {
myColor = new Color(this);
myColor.setRGB(16763904);
gotoAndStop ("bash");
golpeado = 1;
tiempo_muere = tiempo_muere - 1;
this._alpha = this._alpha - 5;
if (tiempo_muere < 0) {
_root.sthero.score = _root.sthero.score + 80;
_root.l.muertos = _root.l.muertos + 1;
removeMovieClip(this);
}
}
}
Instance of Symbol 382 MovieClip in Symbol 2088 MovieClip Frame 1
onClipEvent (load) {
aguante = 20;
empujacion = 15;
resiste = 0;
hp = 300000000000000;
maxhp = hp;
speed = 5;
armor_normal = 10;
armor_fire = 0;
armor_ice = 0;
armor_shadow = 0;
armor_special = 0;
contiene = "lifeup";
_root.l.enemy.push(this);
}
onClipEvent (enterFrame) {
if (agarrado == true) {
this._x = _root.l.hero._x + (60 * (_root.l.hero._xscale / 100));
this._y = _root.l.hero._y + 3;
gotoAndStop ("agarrado");
this._xscale = _root.l.hero._xscale * -1;
}
if (resiste > 0) {
resiste = resiste - 0.2;
}
if (golpeado_anima == 1) {
golpeado_anima = 0;
this.gotoAndPlay("golpeado");
}
this.swapDepths((this._x / 90) + (this._y + 20));
if (hp < 0) {
myColor = new Color(this);
myColor.setRGB(16763904);
golpeado = 1;
tiempo_muere = tiempo_muere - 1;
if (tiempo_muere < 0) {
_root.l.muertos = _root.l.muertos + 1;
removeMovieClip(this);
}
}
}
Instance of Symbol 319 MovieClip in Symbol 2088 MovieClip Frame 1
onClipEvent (load) {
nombre = "bitedog";
empujacion = 15;
aguante = 20;
resiste = 0;
torso.armor.gotoAndStop(13);
torso.cinto.gotoAndStop(3);
gamba1.gotoAndStop(1);
gamba2.gotoAndStop(1);
q1.gotoAndStop(3);
q2.gotoAndStop(3);
antebrazo = 7;
antebrazo1.gotoAndStop(antebrazo);
antebrazo2.gotoAndStop(antebrazo);
head.pelo.gotoAndStop(1);
head.detalle.gotoAndStop(13);
dmg = 40;
tiempo_muere = 20;
tiempo = random(70);
actividad = 0;
hp = 200;
maxhp = hp;
speed = 10;
armor_normal = 10;
armor_fire = 0;
armor_ice = 0;
armor_shadow = 0;
armor_special = 0;
_root.vivos = _root.vivos + 1;
_root.l.empujar.push(this);
_root.l.enemy.push(this);
}
onClipEvent (enterFrame) {
if (agarrado == true) {
this._x = _root.l.hero._x + (60 * (_root.l.hero._xscale / 100));
this._y = _root.l.hero._y + 3;
gotoAndStop ("agarrado");
this._xscale = _root.l.hero._xscale * -1;
}
if (resiste > 0) {
resiste = resiste - 0.2;
}
for (var i in _root.l.enemy) {
if ((colision.hitTest(_root.l.enemy[i].colision) and (this._x != _root.l.enemy[i]._x)) and (this._y < _root.l.enemy[i]._y)) {
_root.l.enemy[i]._y = _root.l.enemy[i]._y + 0.5;
} else if (colision.hitTest(_root.l.enemy[i].colision) and (this._x != _root.l.enemy[i]._x)) {
_root.l.enemy[i]._y = _root.l.enemy[i]._y - 0.5;
}
}
if (golpeado_anima == 1) {
golpeado_anima = 0;
this.gotoAndPlay("golpeado");
}
}
onClipEvent (enterFrame) {
this.swapDepths((this._x / 90) + (this._y + 20));
if ((tiempo == 0) and (actividad == 0)) {
tiempo = random(70);
actitud = random(2);
if (actitud == 0) {
gotoAndPlay ("stand");
stun = 1;
}
if (actitud == 1) {
gotoAndPlay ("dash");
actividad = 0;
stun = 0;
tiempo = random(200) + 70;
actitud = 0;
stun = 1;
}
} else if ((stun != 1) and (actividad == 0)) {
tiempo = tiempo - 1;
}
if (stun != 1) {
if ((((_root.l.hero.golpeado != 1) and ((this._y - _root.l.detector._y) < 0)) and (((this._y - _root.l.detector._y) - 20) > 0)) or (((_root.l.hero.golpeado != 1) and (((this._y - _root.l.detector._y) + 20) > 0)) and (((this._y - _root.l.detector._y) - 20) < -30))) {
if (((this._x - _root.l.detector._x) < 70) and ((this._x - _root.l.detector._x) > 0)) {
gotoAndPlay ("ataque");
this._xscale = -100;
stun = 1;
}
if (((this._x - _root.l.detector._x) > -70) and ((this._x - _root.l.detector._x) < 0)) {
gotoAndPlay ("ataque");
this._xscale = 100;
stun = 1;
}
}
if (stun != 1) {
if (_root.l.detector._x < this._x) {
this._x = _x - speed;
if (camina == 0) {
this.gotoAndPlay("camina");
}
this._xscale = -100;
} else if ((_root.l.detector._x > this._x) and ((_root.l.detector._x - _x) > 40)) {
this._x = _x + speed;
if (camina == 0) {
this.gotoAndPlay("camina");
}
this._xscale = 100;
}
if (((_root.l.detector._y - 20) < this._y) and (((_y - _root.l.detector._y) + 20) > 10)) {
this._y = _y - (speed / 2);
if (camina == 0) {
this.gotoAndPlay("camina");
}
} else {
if ((_root.l.detector._y - 20) > this._y) {
this._y = _y + (speed / 2);
}
if (camina == 0) {
this.gotoAndPlay("camina");
}
}
}
}
if (hp < 0) {
myColor = new Color(this);
myColor.setRGB(16763904);
gotoAndStop ("bash");
golpeado = 1;
tiempo_muere = tiempo_muere - 1;
this._alpha = this._alpha - 5;
if (tiempo_muere < 0) {
_root.sthero.score = _root.sthero.score + 70;
_root.l.muertos = _root.l.muertos + 1;
removeMovieClip(this);
}
}
}
Instance of Symbol 253 MovieClip "detector" in Symbol 2088 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_root.l.invi == 0) or (_root.l.invi == undefined)) {
this._x = _root.l.hero._x;
this._y = _root.l.hero._y + 15;
}
}
Instance of Symbol 253 MovieClip "targetgolpe" in Symbol 2088 MovieClip Frame 1
onClipEvent (enterFrame) {
this._x = _root.l.hero._x;
this._y = _root.l.hero._y + 35;
}
Symbol 2089 MovieClip Frame 1
enemy = [];
objetos = [];
muertos = 0;
Instance of Symbol 382 MovieClip in Symbol 2089 MovieClip Frame 1
onClipEvent (load) {
aguante = 20;
empujacion = 15;
resiste = 0;
hp = 300000000000000;
maxhp = hp;
speed = 5;
armor_normal = 10;
armor_fire = 0;
armor_ice = 0;
armor_shadow = 0;
armor_special = 0;
contiene = "pistolup";
_root.l.enemy.push(this);
}
onClipEvent (enterFrame) {
if (agarrado == true) {
this._x = _root.l.hero._x + (60 * (_root.l.hero._xscale / 100));
this._y = _root.l.hero._y + 3;
gotoAndStop ("agarrado");
this._xscale = _root.l.hero._xscale * -1;
}
if (resiste > 0) {
resiste = resiste - 0.2;
}
if (golpeado_anima == 1) {
golpeado_anima = 0;
this.gotoAndPlay("golpeado");
}
this.swapDepths((this._x / 90) + (this._y + 20));
if (hp < 0) {
myColor = new Color(this);
myColor.setRGB(16763904);
golpeado = 1;
tiempo_muere = tiempo_muere - 1;
if (tiempo_muere < 0) {
_root.l.muertos = _root.l.muertos + 1;
removeMovieClip(this);
}
}
}
Instance of Symbol 1083 MovieClip in Symbol 2089 MovieClip Frame 1
onClipEvent (load) {
grabeable = "no";
nombre = "controledalpha";
aguante = 20;
empujacion = 45;
resiste = 0;
torso.armor.gotoAndStop(13);
torso.cinto.gotoAndStop(3);
gamba1.gotoAndStop(1);
gamba2.gotoAndStop(1);
q1.gotoAndStop(3);
q2.gotoAndStop(3);
antebrazo = 7;
antebrazo1.gotoAndStop(antebrazo);
antebrazo2.gotoAndStop(antebrazo);
head.pelo.gotoAndStop(1);
head.detalle.gotoAndStop(13);
dmg = 50;
tiempo_muere = 20;
tiempo = random(70);
actividad = 0;
hp = 300;
maxhp = hp;
speed = 10;
armor_normal = 10;
armor_fire = 0;
armor_ice = 0;
armor_shadow = 0;
armor_special = 0;
_root.vivos = _root.vivos + 1;
_root.l.empujar.push(this);
_root.l.enemy.push(this);
}
onClipEvent (enterFrame) {
if (agarrado == true) {
this._x = _root.l.hero._x + (60 * (_root.l.hero._xscale / 100));
this._y = _root.l.hero._y + 3;
gotoAndStop ("agarrado");
this._xscale = _root.l.hero._xscale * -1;
}
if (resiste > 0) {
resiste = resiste - 0.2;
}
for (var i in _root.l.enemy) {
if ((colision.hitTest(_root.l.enemy[i].colision) and (this._x != _root.l.enemy[i]._x)) and (this._y < _root.l.enemy[i]._y)) {
_root.l.enemy[i]._y = _root.l.enemy[i]._y + 0.5;
} else if (colision.hitTest(_root.l.enemy[i].colision) and (this._x != _root.l.enemy[i]._x)) {
_root.l.enemy[i]._y = _root.l.enemy[i]._y - 0.5;
}
}
if (golpeado_anima == 1) {
golpeado_anima = 0;
this.gotoAndPlay("golpeado");
}
}
onClipEvent (enterFrame) {
this.swapDepths((this._x / 90) + (this._y + 20));
if ((tiempo == 0) and (actividad == 0)) {
tiempo = random(40);
actitud = random(3);
if (actitud == 0) {
gotoAndPlay ("stand");
stun = 1;
}
if (actitud == 1) {
gotoAndPlay ("dash");
actividad = 0;
stun = 0;
tiempo = random(40) + 30;
actitud = 0;
stun = 1;
}
if (actitud == 2) {
gotoAndPlay ("combo4");
actividad = 0;
stun = 0;
tiempo = random(40) + 30;
actitud = 0;
stun = 1;
}
} else if ((stun != 1) and (actividad == 0)) {
tiempo = tiempo - 1;
}
if (stun != 1) {
if ((((_root.l.hero.golpeado != 1) and ((this._y - _root.l.detector._y) < 0)) and (((this._y - _root.l.detector._y) - 20) > 0)) or (((_root.l.hero.golpeado != 1) and (((this._y - _root.l.detector._y) + 20) > 0)) and (((this._y - _root.l.detector._y) - 20) < -30))) {
if (((this._x - _root.l.detector._x) < 150) and ((this._x - _root.l.detector._x) > 0)) {
gotoAndPlay ("ataque");
this._xscale = -100;
stun = 1;
}
if (((this._x - _root.l.detector._x) > -150) and ((this._x - _root.l.detector._x) < 0)) {
gotoAndPlay ("ataque");
this._xscale = 100;
stun = 1;
}
}
if (stun != 1) {
if (_root.l.detector._x < this._x) {
this._x = _x - speed;
if (camina == 0) {
this.gotoAndPlay("camina");
}
this._xscale = -100;
} else if ((_root.l.detector._x > this._x) and ((_root.l.detector._x - _x) > 40)) {
this._x = _x + speed;
if (camina == 0) {
this.gotoAndPlay("camina");
}
this._xscale = 100;
}
if (((_root.l.detector._y - 20) < this._y) and (((_y - _root.l.detector._y) + 20) > 10)) {
this._y = _y - (speed / 2);
if (camina == 0) {
this.gotoAndPlay("camina");
}
} else {
if ((_root.l.detector._y - 20) > this._y) {
this._y = _y + (speed / 2);
}
if (camina == 0) {
this.gotoAndPlay("camina");
}
}
}
}
if (hp < 0) {
myColor = new Color(this);
myColor.setRGB(16763904);
gotoAndStop ("bash");
golpeado = 1;
tiempo_muere = tiempo_muere - 1;
this._alpha = this._alpha - 5;
if (tiempo_muere < 0) {
_root.sthero.score = _root.sthero.score + 100;
_root.l.muertos = _root.l.muertos + 1;
_root.l.shockwave = _root.l.attachMovie("alienconheroitem", (("dagaso" + getTimer()) + random(100000)) + _root.cuentacuentos, _root.l.getNextHighestDepth());
_root.cuentacuentos = _root.cuentacuentos + 1;
_root.l.shockwave._x = this._x;
_root.l.shockwave._y = this._y - 10;
removeMovieClip(this);
}
}
}
Instance of Symbol 1139 MovieClip in Symbol 2089 MovieClip Frame 1
onClipEvent (load) {
objeto = "si";
aguante = 20;
empujacion = 15;
resiste = 0;
contiene = "carne";
hp = 10;
maxhp = hp;
speed = 5;
armor_normal = 10;
armor_fire = 0;
armor_ice = 0;
armor_shadow = 0;
armor_special = 0;
_root.l.objetos.push(this);
}
onClipEvent (enterFrame) {
if (agarrado == true) {
this._x = _root.l.hero._x + (60 * (_root.l.hero._xscale / 100));
this._y = _root.l.hero._y + 3;
gotoAndStop ("agarrado");
this._xscale = _root.l.hero._xscale * -1;
}
if (resiste > 0) {
resiste = resiste - 0.2;
}
if (golpeado_anima == 1) {
golpeado_anima = 0;
this.gotoAndPlay("golpeado");
}
this.swapDepths((this._x / 90) + (this._y + 20));
if (hp < 0) {
if (_root.l.hero.graveado == _name) {
_root.l.hero.graveado = undefined;
_root.l.hero.gotoAndPlay("stand");
}
gotoAndStop ("golpeado");
golpeado = 1;
tiempo_muere = tiempo_muere - 1;
if (tiempo_muere < 0) {
removeMovieClip(this);
}
}
}
Instance of Symbol 1106 MovieClip in Symbol 2089 MovieClip Frame 1
onClipEvent (load) {
aguante = 20;
empujacion = 15;
resiste = 0;
contiene = "alientamed";
hp = 300000000000000;
maxhp = hp;
speed = 5;
armor_normal = 10;
armor_fire = 0;
armor_ice = 0;
armor_shadow = 0;
armor_special = 0;
_root.l.enemy.push(this);
}
onClipEvent (enterFrame) {
if (agarrado == true) {
this._x = _root.l.hero._x + (60 * (_root.l.hero._xscale / 100));
this._y = _root.l.hero._y + 3;
gotoAndStop ("agarrado");
this._xscale = _root.l.hero._xscale * -1;
}
if (resiste > 0) {
resiste = resiste - 0.2;
}
if (golpeado_anima == 1) {
golpeado_anima = 0;
this.gotoAndPlay("golpeado");
}
this.swapDepths((this._x / 90) + (this._y + 20));
if (hp < 0) {
myColor = new Color(this);
myColor.setRGB(16763904);
golpeado = 1;
tiempo_muere = tiempo_muere - 1;
if (tiempo_muere < 0) {
_root.l.muertos = _root.l.muertos + 1;
removeMovieClip(this);
}
}
}
Instance of Symbol 391 MovieClip in Symbol 2089 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.l.targetgolpe)) {
_root.l.hero._y = _root.l.hero._y - (_root.velocity / 2);
}
}
Instance of Symbol 391 MovieClip in Symbol 2089 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.l.targetgolpe)) {
_root.l.hero._y = _root.l.hero._y + (_root.velocity / 2);
}
}
Instance of Symbol 391 MovieClip "eso2" in Symbol 2089 MovieClip Frame 1
onClipEvent (enterFrame) {
if (((this.hitTest(_root.l.targetgolpe) and (_root.limpio == 1)) and (_root.l.hero.camina == 1)) and (_root.l.hero._xscale == 100)) {
_root.limpio = 0;
_root.destino = "derecha";
_root.flash1.play();
}
}
Instance of Symbol 319 MovieClip in Symbol 2089 MovieClip Frame 1
onClipEvent (load) {
nombre = "youngbitedog";
aguante = 20;
empujacion = 15;
resiste = 0;
torso.armor.gotoAndStop(13);
torso.cinto.gotoAndStop(3);
gamba1.gotoAndStop(1);
gamba2.gotoAndStop(1);
q1.gotoAndStop(3);
q2.gotoAndStop(3);
antebrazo = 7;
antebrazo1.gotoAndStop(antebrazo);
antebrazo2.gotoAndStop(antebrazo);
head.pelo.gotoAndStop(1);
head.detalle.gotoAndStop(13);
dmg = 30;
tiempo_muere = 20;
tiempo = random(70);
actividad = 0;
hp = 200;
maxhp = hp;
speed = 10;
armor_normal = 10;
armor_fire = 0;
armor_ice = 0;
armor_shadow = 0;
armor_special = 0;
_root.vivos = _root.vivos + 1;
_root.l.empujar.push(this);
_root.l.enemy.push(this);
}
onClipEvent (enterFrame) {
if (agarrado == true) {
this._x = _root.l.hero._x + (60 * (_root.l.hero._xscale / 100));
this._y = _root.l.hero._y + 3;
gotoAndStop ("agarrado");
this._xscale = _root.l.hero._xscale * -1;
}
if (resiste > 0) {
resiste = resiste - 0.2;
}
for (var i in _root.l.enemy) {
if ((colision.hitTest(_root.l.enemy[i].colision) and (this._x != _root.l.enemy[i]._x)) and (this._y < _root.l.enemy[i]._y)) {
_root.l.enemy[i]._y = _root.l.enemy[i]._y + 0.5;
} else if (colision.hitTest(_root.l.enemy[i].colision) and (this._x != _root.l.enemy[i]._x)) {
_root.l.enemy[i]._y = _root.l.enemy[i]._y - 0.5;
}
}
if (golpeado_anima == 1) {
golpeado_anima = 0;
this.gotoAndPlay("golpeado");
}
}
onClipEvent (enterFrame) {
this.swapDepths((this._x / 90) + (this._y + 20));
if ((tiempo == 0) and (actividad == 0)) {
tiempo = random(40);
actitud = random(2);
if (actitud == 0) {
gotoAndPlay ("stand");
stun = 1;
}
if (actitud == 1) {
gotoAndPlay ("dashb");
actividad = 0;
stun = 0;
tiempo = random(40) + 30;
actitud = 0;
stun = 1;
}
} else if ((stun != 1) and (actividad == 0)) {
tiempo = tiempo - 1;
}
if (stun != 1) {
if ((((_root.l.hero.golpeado != 1) and ((this._y - _root.l.detector._y) < 0)) and (((this._y - _root.l.detector._y) - 20) > 0)) or (((_root.l.hero.golpeado != 1) and (((this._y - _root.l.detector._y) + 20) > 0)) and (((this._y - _root.l.detector._y) - 20) < -30))) {
if (((this._x - _root.l.detector._x) < 70) and ((this._x - _root.l.detector._x) > 0)) {
gotoAndPlay ("ataque");
this._xscale = -100;
stun = 1;
}
if (((this._x - _root.l.detector._x) > -70) and ((this._x - _root.l.detector._x) < 0)) {
gotoAndPlay ("ataque");
this._xscale = 100;
stun = 1;
}
}
if (stun != 1) {
if (_root.l.detector._x < this._x) {
this._x = _x - speed;
if (camina == 0) {
this.gotoAndPlay("camina");
}
this._xscale = -100;
} else if ((_root.l.detector._x > this._x) and ((_root.l.detector._x - _x) > 40)) {
this._x = _x + speed;
if (camina == 0) {
this.gotoAndPlay("camina");
}
this._xscale = 100;
}
if (((_root.l.detector._y - 20) < this._y) and (((_y - _root.l.detector._y) + 20) > 10)) {
this._y = _y - (speed / 2);
if (camina == 0) {
this.gotoAndPlay("camina");
}
} else {
if ((_root.l.detector._y - 20) > this._y) {
this._y = _y + (speed / 2);
}
if (camina == 0) {
this.gotoAndPlay("camina");
}
}
}
}
if (hp < 0) {
myColor = new Color(this);
myColor.setRGB(16763904);
gotoAndStop ("bash");
golpeado = 1;
tiempo_muere = tiempo_muere - 1;
this._alpha = this._alpha - 5;
if (tiempo_muere < 0) {
_root.sthero.score = _root.sthero.score + 80;
_root.l.muertos = _root.l.muertos + 1;
removeMovieClip(this);
}
}
}
Instance of Symbol 253 MovieClip "detector" in Symbol 2089 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_root.l.invi == 0) or (_root.l.invi == undefined)) {
this._x = _root.l.hero._x;
this._y = _root.l.hero._y + 15;
}
}
Instance of Symbol 253 MovieClip "targetgolpe" in Symbol 2089 MovieClip Frame 1
onClipEvent (enterFrame) {
this._x = _root.l.hero._x;
this._y = _root.l.hero._y + 35;
}
Symbol 2090 MovieClip Frame 1
enemy = [];
objetos = [];
muertos = 0;
Instance of Symbol 319 MovieClip in Symbol 2090 MovieClip Frame 1
onClipEvent (load) {
nombre = "youngbitedog";
aguante = 20;
empujacion = 15;
resiste = 0;
torso.armor.gotoAndStop(13);
torso.cinto.gotoAndStop(3);
gamba1.gotoAndStop(1);
gamba2.gotoAndStop(1);
q1.gotoAndStop(3);
q2.gotoAndStop(3);
antebrazo = 7;
antebrazo1.gotoAndStop(antebrazo);
antebrazo2.gotoAndStop(antebrazo);
head.pelo.gotoAndStop(1);
head.detalle.gotoAndStop(13);
dmg = 30;
tiempo_muere = 20;
tiempo = random(70);
actividad = 0;
hp = 200;
maxhp = hp;
speed = 10;
armor_normal = 10;
armor_fire = 0;
armor_ice = 0;
armor_shadow = 0;
armor_special = 0;
_root.vivos = _root.vivos + 1;
_root.l.empujar.push(this);
_root.l.enemy.push(this);
}
onClipEvent (enterFrame) {
if (agarrado == true) {
this._x = _root.l.hero._x + (60 * (_root.l.hero._xscale / 100));
this._y = _root.l.hero._y + 3;
gotoAndStop ("agarrado");
this._xscale = _root.l.hero._xscale * -1;
}
if (resiste > 0) {
resiste = resiste - 0.2;
}
for (var i in _root.l.enemy) {
if ((colision.hitTest(_root.l.enemy[i].colision) and (this._x != _root.l.enemy[i]._x)) and (this._y < _root.l.enemy[i]._y)) {
_root.l.enemy[i]._y = _root.l.enemy[i]._y + 0.5;
} else if (colision.hitTest(_root.l.enemy[i].colision) and (this._x != _root.l.enemy[i]._x)) {
_root.l.enemy[i]._y = _root.l.enemy[i]._y - 0.5;
}
}
if (golpeado_anima == 1) {
golpeado_anima = 0;
this.gotoAndPlay("golpeado");
}
}
onClipEvent (enterFrame) {
this.swapDepths((this._x / 90) + (this._y + 20));
if ((tiempo == 0) and (actividad == 0)) {
tiempo = random(40);
actitud = random(2);
if (actitud == 0) {
gotoAndPlay ("stand");
stun = 1;
}
if (actitud == 1) {
gotoAndPlay ("dashb");
actividad = 0;
stun = 0;
tiempo = random(40) + 30;
actitud = 0;
stun = 1;
}
} else if ((stun != 1) and (actividad == 0)) {
tiempo = tiempo - 1;
}
if (stun != 1) {
if ((((_root.l.hero.golpeado != 1) and ((this._y - _root.l.detector._y) < 0)) and (((this._y - _root.l.detector._y) - 20) > 0)) or (((_root.l.hero.golpeado != 1) and (((this._y - _root.l.detector._y) + 20) > 0)) and (((this._y - _root.l.detector._y) - 20) < -30))) {
if (((this._x - _root.l.detector._x) < 70) and ((this._x - _root.l.detector._x) > 0)) {
gotoAndPlay ("ataque");
this._xscale = -100;
stun = 1;
}
if (((this._x - _root.l.detector._x) > -70) and ((this._x - _root.l.detector._x) < 0)) {
gotoAndPlay ("ataque");
this._xscale = 100;
stun = 1;
}
}
if (stun != 1) {
if (_root.l.detector._x < this._x) {
this._x = _x - speed;
if (camina == 0) {
this.gotoAndPlay("camina");
}
this._xscale = -100;
} else if ((_root.l.detector._x > this._x) and ((_root.l.detector._x - _x) > 40)) {
this._x = _x + speed;
if (camina == 0) {
this.gotoAndPlay("camina");
}
this._xscale = 100;
}
if (((_root.l.detector._y - 20) < this._y) and (((_y - _root.l.detector._y) + 20) > 10)) {
this._y = _y - (speed / 2);
if (camina == 0) {
this.gotoAndPlay("camina");
}
} else {
if ((_root.l.detector._y - 20) > this._y) {
this._y = _y + (speed / 2);
}
if (camina == 0) {
this.gotoAndPlay("camina");
}
}
}
}
if (hp < 0) {
myColor = new Color(this);
myColor.setRGB(16763904);
gotoAndStop ("bash");
golpeado = 1;
tiempo_muere = tiempo_muere - 1;
this._alpha = this._alpha - 5;
if (tiempo_muere < 0) {
_root.sthero.score = _root.sthero.score + 80;
_root.l.muertos = _root.l.muertos + 1;
removeMovieClip(this);
}
}
}
Instance of Symbol 319 MovieClip in Symbol 2090 MovieClip Frame 1
onClipEvent (load) {
nombre = "bitedog";
empujacion = 15;
aguante = 20;
resiste = 0;
torso.armor.gotoAndStop(13);
torso.cinto.gotoAndStop(3);
gamba1.gotoAndStop(1);
gamba2.gotoAndStop(1);
q1.gotoAndStop(3);
q2.gotoAndStop(3);
antebrazo = 7;
antebrazo1.gotoAndStop(antebrazo);
antebrazo2.gotoAndStop(antebrazo);
head.pelo.gotoAndStop(1);
head.detalle.gotoAndStop(13);
dmg = 40;
tiempo_muere = 20;
tiempo = random(70);
actividad = 0;
hp = 200;
maxhp = hp;
speed = 10;
armor_normal = 10;
armor_fire = 0;
armor_ice = 0;
armor_shadow = 0;
armor_special = 0;
_root.vivos = _root.vivos + 1;
_root.l.empujar.push(this);
_root.l.enemy.push(this);
}
onClipEvent (enterFrame) {
if (agarrado == true) {
this._x = _root.l.hero._x + (60 * (_root.l.hero._xscale / 100));
this._y = _root.l.hero._y + 3;
gotoAndStop ("agarrado");
this._xscale = _root.l.hero._xscale * -1;
}
if (resiste > 0) {
resiste = resiste - 0.2;
}
for (var i in _root.l.enemy) {
if ((colision.hitTest(_root.l.enemy[i].colision) and (this._x != _root.l.enemy[i]._x)) and (this._y < _root.l.enemy[i]._y)) {
_root.l.enemy[i]._y = _root.l.enemy[i]._y + 0.5;
} else if (colision.hitTest(_root.l.enemy[i].colision) and (this._x != _root.l.enemy[i]._x)) {
_root.l.enemy[i]._y = _root.l.enemy[i]._y - 0.5;
}
}
if (golpeado_anima == 1) {
golpeado_anima = 0;
this.gotoAndPlay("golpeado");
}
}
onClipEvent (enterFrame) {
this.swapDepths((this._x / 90) + (this._y + 20));
if ((tiempo == 0) and (actividad == 0)) {
tiempo = random(70);
actitud = random(2);
if (actitud == 0) {
gotoAndPlay ("stand");
stun = 1;
}
if (actitud == 1) {
gotoAndPlay ("dash");
actividad = 0;
stun = 0;
tiempo = random(200) + 70;
actitud = 0;
stun = 1;
}
} else if ((stun != 1) and (actividad == 0)) {
tiempo = tiempo - 1;
}
if (stun != 1) {
if ((((_root.l.hero.golpeado != 1) and ((this._y - _root.l.detector._y) < 0)) and (((this._y - _root.l.detector._y) - 20) > 0)) or (((_root.l.hero.golpeado != 1) and (((this._y - _root.l.detector._y) + 20) > 0)) and (((this._y - _root.l.detector._y) - 20) < -30))) {
if (((this._x - _root.l.detector._x) < 70) and ((this._x - _root.l.detector._x) > 0)) {
gotoAndPlay ("ataque");
this._xscale = -100;
stun = 1;
}
if (((this._x - _root.l.detector._x) > -70) and ((this._x - _root.l.detector._x) < 0)) {
gotoAndPlay ("ataque");
this._xscale = 100;
stun = 1;
}
}
if (stun != 1) {
if (_root.l.detector._x < this._x) {
this._x = _x - speed;
if (camina == 0) {
this.gotoAndPlay("camina");
}
this._xscale = -100;
} else if ((_root.l.detector._x > this._x) and ((_root.l.detector._x - _x) > 40)) {
this._x = _x + speed;
if (camina == 0) {
this.gotoAndPlay("camina");
}
this._xscale = 100;
}
if (((_root.l.detector._y - 20) < this._y) and (((_y - _root.l.detector._y) + 20) > 10)) {
this._y = _y - (speed / 2);
if (camina == 0) {
this.gotoAndPlay("camina");
}
} else {
if ((_root.l.detector._y - 20) > this._y) {
this._y = _y + (speed / 2);
}
if (camina == 0) {
this.gotoAndPlay("camina");
}
}
}
}
if (hp < 0) {
myColor = new Color(this);
myColor.setRGB(16763904);
gotoAndStop ("bash");
golpeado = 1;
tiempo_muere = tiempo_muere - 1;
this._alpha = this._alpha - 5;
if (tiempo_muere < 0) {
_root.sthero.score = _root.sthero.score + 70;
_root.l.muertos = _root.l.muertos + 1;
removeMovieClip(this);
}
}
}
Instance of Symbol 319 MovieClip in Symbol 2090 MovieClip Frame 1
onClipEvent (load) {
nombre = "youngbitedog";
aguante = 20;
empujacion = 15;
resiste = 0;
torso.armor.gotoAndStop(13);
torso.cinto.gotoAndStop(3);
gamba1.gotoAndStop(1);
gamba2.gotoAndStop(1);
q1.gotoAndStop(3);
q2.gotoAndStop(3);
antebrazo = 7;
antebrazo1.gotoAndStop(antebrazo);
antebrazo2.gotoAndStop(antebrazo);
head.pelo.gotoAndStop(1);
head.detalle.gotoAndStop(13);
dmg = 30;
tiempo_muere = 20;
tiempo = random(70);
actividad = 0;
hp = 200;
maxhp = hp;
speed = 10;
armor_normal = 10;
armor_fire = 0;
armor_ice = 0;
armor_shadow = 0;
armor_special = 0;
_root.vivos = _root.vivos + 1;
_root.l.empujar.push(this);
_root.l.enemy.push(this);
}
onClipEvent (enterFrame) {
if (agarrado == true) {
this._x = _root.l.hero._x + (60 * (_root.l.hero._xscale / 100));
this._y = _root.l.hero._y + 3;
gotoAndStop ("agarrado");
this._xscale = _root.l.hero._xscale * -1;
}
if (resiste > 0) {
resiste = resiste - 0.2;
}
for (var i in _root.l.enemy) {
if ((colision.hitTest(_root.l.enemy[i].colision) and (this._x != _root.l.enemy[i]._x)) and (this._y < _root.l.enemy[i]._y)) {
_root.l.enemy[i]._y = _root.l.enemy[i]._y + 0.5;
} else if (colision.hitTest(_root.l.enemy[i].colision) and (this._x != _root.l.enemy[i]._x)) {
_root.l.enemy[i]._y = _root.l.enemy[i]._y - 0.5;
}
}
if (golpeado_anima == 1) {
golpeado_anima = 0;
this.gotoAndPlay("golpeado");
}
}
onClipEvent (enterFrame) {
this.swapDepths((this._x / 90) + (this._y + 20));
if ((tiempo == 0) and (actividad == 0)) {
tiempo = random(40);
actitud = random(2);
if (actitud == 0) {
gotoAndPlay ("stand");
stun = 1;
}
if (actitud == 1) {
gotoAndPlay ("dashb");
actividad = 0;
stun = 0;
tiempo = random(40) + 30;
actitud = 0;
stun = 1;
}
} else if ((stun != 1) and (actividad == 0)) {
tiempo = tiempo - 1;
}
if (stun != 1) {
if ((((_root.l.hero.golpeado != 1) and ((this._y - _root.l.detector._y) < 0)) and (((this._y - _root.l.detector._y) - 20) > 0)) or (((_root.l.hero.golpeado != 1) and (((this._y - _root.l.detector._y) + 20) > 0)) and (((this._y - _root.l.detector._y) - 20) < -30))) {
if (((this._x - _root.l.detector._x) < 70) and ((this._x - _root.l.detector._x) > 0)) {
gotoAndPlay ("ataque");
this._xscale = -100;
stun = 1;
}
if (((this._x - _root.l.detector._x) > -70) and ((this._x - _root.l.detector._x) < 0)) {
gotoAndPlay ("ataque");
this._xscale = 100;
stun = 1;
}
}
if (stun != 1) {
if (_root.l.detector._x < this._x) {
this._x = _x - speed;
if (camina == 0) {
this.gotoAndPlay("camina");
}
this._xscale = -100;
} else if ((_root.l.detector._x > this._x) and ((_root.l.detector._x - _x) > 40)) {
this._x = _x + speed;
if (camina == 0) {
this.gotoAndPlay("camina");
}
this._xscale = 100;
}
if (((_root.l.detector._y - 20) < this._y) and (((_y - _root.l.detector._y) + 20) > 10)) {
this._y = _y - (speed / 2);
if (camina == 0) {
this.gotoAndPlay("camina");
}
} else {
if ((_root.l.detector._y - 20) > this._y) {
this._y = _y + (speed / 2);
}
if (camina == 0) {
this.gotoAndPlay("camina");
}
}
}
}
if (hp < 0) {
myColor = new Color(this);
myColor.setRGB(16763904);
gotoAndStop ("bash");
golpeado = 1;
tiempo_muere = tiempo_muere - 1;
this._alpha = this._alpha - 5;
if (tiempo_muere < 0) {
_root.sthero.score = _root.sthero.score + 80;
_root.l.muertos = _root.l.muertos + 1;
removeMovieClip(this);
}
}
}
Instance of Symbol 319 MovieClip in Symbol 2090 MovieClip Frame 1
onClipEvent (load) {
nombre = "bitedog";
empujacion = 15;
aguante = 20;
resiste = 0;
torso.armor.gotoAndStop(13);
torso.cinto.gotoAndStop(3);
gamba1.gotoAndStop(1);
gamba2.gotoAndStop(1);
q1.gotoAndStop(3);
q2.gotoAndStop(3);
antebrazo = 7;
antebrazo1.gotoAndStop(antebrazo);
antebrazo2.gotoAndStop(antebrazo);
head.pelo.gotoAndStop(1);
head.detalle.gotoAndStop(13);
dmg = 40;
tiempo_muere = 20;
tiempo = random(70);
actividad = 0;
hp = 200;
maxhp = hp;
speed = 10;
armor_normal = 10;
armor_fire = 0;
armor_ice = 0;
armor_shadow = 0;
armor_special = 0;
_root.vivos = _root.vivos + 1;
_root.l.empujar.push(this);
_root.l.enemy.push(this);
}
onClipEvent (enterFrame) {
if (agarrado == true) {
this._x = _root.l.hero._x + (60 * (_root.l.hero._xscale / 100));
this._y = _root.l.hero._y + 3;
gotoAndStop ("agarrado");
this._xscale = _root.l.hero._xscale * -1;
}
if (resiste > 0) {
resiste = resiste - 0.2;
}
for (var i in _root.l.enemy) {
if ((colision.hitTest(_root.l.enemy[i].colision) and (this._x != _root.l.enemy[i]._x)) and (this._y < _root.l.enemy[i]._y)) {
_root.l.enemy[i]._y = _root.l.enemy[i]._y + 0.5;
} else if (colision.hitTest(_root.l.enemy[i].colision) and (this._x != _root.l.enemy[i]._x)) {
_root.l.enemy[i]._y = _root.l.enemy[i]._y - 0.5;
}
}
if (golpeado_anima == 1) {
golpeado_anima = 0;
this.gotoAndPlay("golpeado");
}
}
onClipEvent (enterFrame) {
this.swapDepths((this._x / 90) + (this._y + 20));
if ((tiempo == 0) and (actividad == 0)) {
tiempo = random(70);
actitud = random(2);
if (actitud == 0) {
gotoAndPlay ("stand");
stun = 1;
}
if (actitud == 1) {
gotoAndPlay ("dash");
actividad = 0;
stun = 0;
tiempo = random(200) + 70;
actitud = 0;
stun = 1;
}
} else if ((stun != 1) and (actividad == 0)) {
tiempo = tiempo - 1;
}
if (stun != 1) {
if ((((_root.l.hero.golpeado != 1) and ((this._y - _root.l.detector._y) < 0)) and (((this._y - _root.l.detector._y) - 20) > 0)) or (((_root.l.hero.golpeado != 1) and (((this._y - _root.l.detector._y) + 20) > 0)) and (((this._y - _root.l.detector._y) - 20) < -30))) {
if (((this._x - _root.l.detector._x) < 70) and ((this._x - _root.l.detector._x) > 0)) {
gotoAndPlay ("ataque");
this._xscale = -100;
stun = 1;
}
if (((this._x - _root.l.detector._x) > -70) and ((this._x - _root.l.detector._x) < 0)) {
gotoAndPlay ("ataque");
this._xscale = 100;
stun = 1;
}
}
if (stun != 1) {
if (_root.l.detector._x < this._x) {
this._x = _x - speed;
if (camina == 0) {
this.gotoAndPlay("camina");
}
this._xscale = -100;
} else if ((_root.l.detector._x > this._x) and ((_root.l.detector._x - _x) > 40)) {
this._x = _x + speed;
if (camina == 0) {
this.gotoAndPlay("camina");
}
this._xscale = 100;
}
if (((_root.l.detector._y - 20) < this._y) and (((_y - _root.l.detector._y) + 20) > 10)) {
this._y = _y - (speed / 2);
if (camina == 0) {
this.gotoAndPlay("camina");
}
} else {
if ((_root.l.detector._y - 20) > this._y) {
this._y = _y + (speed / 2);
}
if (camina == 0) {
this.gotoAndPlay("camina");
}
}
}
}
if (hp < 0) {
myColor = new Color(this);
myColor.setRGB(16763904);
gotoAndStop ("bash");
golpeado = 1;
tiempo_muere = tiempo_muere - 1;
this._alpha = this._alpha - 5;
if (tiempo_muere < 0) {
_root.sthero.score = _root.sthero.score + 70;
_root.l.muertos = _root.l.muertos + 1;
removeMovieClip(this);
}
}
}
Instance of Symbol 391 MovieClip in Symbol 2090 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.l.targetgolpe)) {
_root.l.hero._y = _root.l.hero._y - (_root.velocity / 2);
}
}
Instance of Symbol 391 MovieClip in Symbol 2090 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.l.targetgolpe)) {
_root.l.hero._y = _root.l.hero._y + (_root.velocity / 2);
}
}
Instance of Symbol 391 MovieClip "eso2" in Symbol 2090 MovieClip Frame 1
onClipEvent (enterFrame) {
if (((this.hitTest(_root.l.targetgolpe) and (_root.limpio == 1)) and (_root.l.hero.camina == 1)) and (_root.l.hero._xscale == 100)) {
_root.limpio = 0;
_root.destino = "derecha";
_root.flash1.play();
}
}
Instance of Symbol 1106 MovieClip in Symbol 2090 MovieClip Frame 1
onClipEvent (load) {
aguante = 20;
empujacion = 15;
resiste = 0;
contiene = "alientamed";
hp = 300000000000000;
maxhp = hp;
speed = 5;
armor_normal = 10;
armor_fire = 0;
armor_ice = 0;
armor_shadow = 0;
armor_special = 0;
_root.l.enemy.push(this);
}
onClipEvent (enterFrame) {
if (agarrado == true) {
this._x = _root.l.hero._x + (60 * (_root.l.hero._xscale / 100));
this._y = _root.l.hero._y + 3;
gotoAndStop ("agarrado");
this._xscale = _root.l.hero._xscale * -1;
}
if (resiste > 0) {
resiste = resiste - 0.2;
}
if (golpeado_anima == 1) {
golpeado_anima = 0;
this.gotoAndPlay("golpeado");
}
this.swapDepths((this._x / 90) + (this._y + 20));
if (hp < 0) {
myColor = new Color(this);
myColor.setRGB(16763904);
golpeado = 1;
tiempo_muere = tiempo_muere - 1;
if (tiempo_muere < 0) {
_root.l.muertos = _root.l.muertos + 1;
removeMovieClip(this);
}
}
}
Instance of Symbol 1106 MovieClip in Symbol 2090 MovieClip Frame 1
onClipEvent (load) {
aguante = 20;
empujacion = 15;
resiste = 0;
contiene = "alientamed";
hp = 300000000000000;
maxhp = hp;
speed = 5;
armor_normal = 10;
armor_fire = 0;
armor_ice = 0;
armor_shadow = 0;
armor_special = 0;
_root.l.enemy.push(this);
}
onClipEvent (enterFrame) {
if (agarrado == true) {
this._x = _root.l.hero._x + (60 * (_root.l.hero._xscale / 100));
this._y = _root.l.hero._y + 3;
gotoAndStop ("agarrado");
this._xscale = _root.l.hero._xscale * -1;
}
if (resiste > 0) {
resiste = resiste - 0.2;
}
if (golpeado_anima == 1) {
golpeado_anima = 0;
this.gotoAndPlay("golpeado");
}
this.swapDepths((this._x / 90) + (this._y + 20));
if (hp < 0) {
myColor = new Color(this);
myColor.setRGB(16763904);
golpeado = 1;
tiempo_muere = tiempo_muere - 1;
if (tiempo_muere < 0) {
_root.l.muertos = _root.l.muertos + 1;
removeMovieClip(this);
}
}
}
Instance of Symbol 382 MovieClip in Symbol 2090 MovieClip Frame 1
onClipEvent (load) {
aguante = 20;
empujacion = 15;
resiste = 0;
hp = 300000000000000;
maxhp = hp;
speed = 5;
armor_normal = 10;
armor_fire = 0;
armor_ice = 0;
armor_shadow = 0;
armor_special = 0;
contiene = "pistolup";
_root.l.enemy.push(this);
}
onClipEvent (enterFrame) {
if (agarrado == true) {
this._x = _root.l.hero._x + (60 * (_root.l.hero._xscale / 100));
this._y = _root.l.hero._y + 3;
gotoAndStop ("agarrado");
this._xscale = _root.l.hero._xscale * -1;
}
if (resiste > 0) {
resiste = resiste - 0.2;
}
if (golpeado_anima == 1) {
golpeado_anima = 0;
this.gotoAndPlay("golpeado");
}
this.swapDepths((this._x / 90) + (this._y + 20));
if (hp < 0) {
myColor = new Color(this);
myColor.setRGB(16763904);
golpeado = 1;
tiempo_muere = tiempo_muere - 1;
if (tiempo_muere < 0) {
_root.l.muertos = _root.l.muertos + 1;
removeMovieClip(this);
}
}
}
Instance of Symbol 253 MovieClip "detector" in Symbol 2090 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_root.l.invi == 0) or (_root.l.invi == undefined)) {
this._x = _root.l.hero._x;
this._y = _root.l.hero._y + 15;
}
}
Instance of Symbol 253 MovieClip "targetgolpe" in Symbol 2090 MovieClip Frame 1
onClipEvent (enterFrame) {
this._x = _root.l.hero._x;
this._y = _root.l.hero._y + 35;
}
Symbol 2091 MovieClip Frame 1
enemy = [];
objetos = [];
muertos = 0;
Instance of Symbol 382 MovieClip in Symbol 2091 MovieClip Frame 1
onClipEvent (load) {
aguante = 20;
empujacion = 15;
resiste = 0;
contiene = "carne";
hp = 300000000000000;
maxhp = hp;
speed = 5;
armor_normal = 10;
armor_fire = 0;
armor_ice = 0;
armor_shadow = 0;
armor_special = 0;
_root.l.enemy.push(this);
}
onClipEvent (enterFrame) {
if (agarrado == true) {
this._x = _root.l.hero._x + (60 * (_root.l.hero._xscale / 100));
this._y = _root.l.hero._y + 3;
gotoAndStop ("agarrado");
this._xscale = _root.l.hero._xscale * -1;
}
if (resiste > 0) {
resiste = resiste - 0.2;
}
if (golpeado_anima == 1) {
golpeado_anima = 0;
this.gotoAndPlay("golpeado");
}
this.swapDepths((this._x / 90) + (this._y + 20));
if (hp < 0) {
myColor = new Color(this);
myColor.setRGB(16763904);
golpeado = 1;
tiempo_muere = tiempo_muere - 1;
if (tiempo_muere < 0) {
_root.l.muertos = _root.l.muertos + 1;
removeMovieClip(this);
}
}
}
Instance of Symbol 382 MovieClip in Symbol 2091 MovieClip Frame 1
onClipEvent (load) {
aguante = 20;
empujacion = 15;
resiste = 0;
contiene = "carne";
hp = 300000000000000;
maxhp = hp;
speed = 5;
armor_normal = 10;
armor_fire = 0;
armor_ice = 0;
armor_shadow = 0;
armor_special = 0;
_root.l.enemy.push(this);
}
onClipEvent (enterFrame) {
if (agarrado == true) {
this._x = _root.l.hero._x + (60 * (_root.l.hero._xscale / 100));
this._y = _root.l.hero._y + 3;
gotoAndStop ("agarrado");
this._xscale = _root.l.hero._xscale * -1;
}
if (resiste > 0) {
resiste = resiste - 0.2;
}
if (golpeado_anima == 1) {
golpeado_anima = 0;
this.gotoAndPlay("golpeado");
}
this.swapDepths((this._x / 90) + (this._y + 20));
if (hp < 0) {
myColor = new Color(this);
myColor.setRGB(16763904);
golpeado = 1;
tiempo_muere = tiempo_muere - 1;
if (tiempo_muere < 0) {
_root.l.muertos = _root.l.muertos + 1;
removeMovieClip(this);
}
}
}
Instance of Symbol 1083 MovieClip in Symbol 2091 MovieClip Frame 1
onClipEvent (load) {
grabeable = "no";
nombre = "controledalpha";
aguante = 20;
empujacion = 45;
resiste = 0;
torso.armor.gotoAndStop(13);
torso.cinto.gotoAndStop(3);
gamba1.gotoAndStop(1);
gamba2.gotoAndStop(1);
q1.gotoAndStop(3);
q2.gotoAndStop(3);
antebrazo = 7;
antebrazo1.gotoAndStop(antebrazo);
antebrazo2.gotoAndStop(antebrazo);
head.pelo.gotoAndStop(1);
head.detalle.gotoAndStop(13);
dmg = 50;
tiempo_muere = 20;
tiempo = random(70);
actividad = 0;
hp = 300;
maxhp = hp;
speed = 10;
armor_normal = 10;
armor_fire = 0;
armor_ice = 0;
armor_shadow = 0;
armor_special = 0;
_root.vivos = _root.vivos + 1;
_root.l.empujar.push(this);
_root.l.enemy.push(this);
}
onClipEvent (enterFrame) {
if (agarrado == true) {
this._x = _root.l.hero._x + (60 * (_root.l.hero._xscale / 100));
this._y = _root.l.hero._y + 3;
gotoAndStop ("agarrado");
this._xscale = _root.l.hero._xscale * -1;
}
if (resiste > 0) {
resiste = resiste - 0.2;
}
for (var i in _root.l.enemy) {
if ((colision.hitTest(_root.l.enemy[i].colision) and (this._x != _root.l.enemy[i]._x)) and (this._y < _root.l.enemy[i]._y)) {
_root.l.enemy[i]._y = _root.l.enemy[i]._y + 0.5;
} else if (colision.hitTest(_root.l.enemy[i].colision) and (this._x != _root.l.enemy[i]._x)) {
_root.l.enemy[i]._y = _root.l.enemy[i]._y - 0.5;
}
}
if (golpeado_anima == 1) {
golpeado_anima = 0;
this.gotoAndPlay("golpeado");
}
}
onClipEvent (enterFrame) {
this.swapDepths((this._x / 90) + (this._y + 20));
if ((tiempo == 0) and (actividad == 0)) {
tiempo = random(40);
actitud = random(3);
if (actitud == 0) {
gotoAndPlay ("stand");
stun = 1;
}
if (actitud == 1) {
gotoAndPlay ("dash");
actividad = 0;
stun = 0;
tiempo = random(40) + 30;
actitud = 0;
stun = 1;
}
if (actitud == 2) {
gotoAndPlay ("combo4");
actividad = 0;
stun = 0;
tiempo = random(40) + 30;
actitud = 0;
stun = 1;
}
} else if ((stun != 1) and (actividad == 0)) {
tiempo = tiempo - 1;
}
if (stun != 1) {
if ((((_root.l.hero.golpeado != 1) and ((this._y - _root.l.detector._y) < 0)) and (((this._y - _root.l.detector._y) - 20) > 0)) or (((_root.l.hero.golpeado != 1) and (((this._y - _root.l.detector._y) + 20) > 0)) and (((this._y - _root.l.detector._y) - 20) < -30))) {
if (((this._x - _root.l.detector._x) < 150) and ((this._x - _root.l.detector._x) > 0)) {
gotoAndPlay ("ataque");
this._xscale = -100;
stun = 1;
}
if (((this._x - _root.l.detector._x) > -150) and ((this._x - _root.l.detector._x) < 0)) {
gotoAndPlay ("ataque");
this._xscale = 100;
stun = 1;
}
}
if (stun != 1) {
if (_root.l.detector._x < this._x) {
this._x = _x - speed;
if (camina == 0) {
this.gotoAndPlay("camina");
}
this._xscale = -100;
} else if ((_root.l.detector._x > this._x) and ((_root.l.detector._x - _x) > 40)) {
this._x = _x + speed;
if (camina == 0) {
this.gotoAndPlay("camina");
}
this._xscale = 100;
}
if (((_root.l.detector._y - 20) < this._y) and (((_y - _root.l.detector._y) + 20) > 10)) {
this._y = _y - (speed / 2);
if (camina == 0) {
this.gotoAndPlay("camina");
}
} else {
if ((_root.l.detector._y - 20) > this._y) {
this._y = _y + (speed / 2);
}
if (camina == 0) {
this.gotoAndPlay("camina");
}
}
}
}
if (hp < 0) {
myColor = new Color(this);
myColor.setRGB(16763904);
gotoAndStop ("bash");
golpeado = 1;
tiempo_muere = tiempo_muere - 1;
this._alpha = this._alpha - 5;
if (tiempo_muere < 0) {
_root.sthero.score = _root.sthero.score + 100;
_root.l.muertos = _root.l.muertos + 1;
_root.l.shockwave = _root.l.attachMovie("carne", (("dagaso" + getTimer()) + random(100000)) + _root.cuentacuentos, _root.l.getNextHighestDepth());
_root.cuentacuentos = _root.cuentacuentos + 1;
_root.l.shockwave._x = this._x;
_root.l.shockwave._y = this._y - 10;
removeMovieClip(this);
}
}
}
Instance of Symbol 319 MovieClip in Symbol 2091 MovieClip Frame 1
onClipEvent (load) {
nombre = "youngbitedog";
aguante = 20;
empujacion = 15;
resiste = 0;
torso.armor.gotoAndStop(13);
torso.cinto.gotoAndStop(3);
gamba1.gotoAndStop(1);
gamba2.gotoAndStop(1);
q1.gotoAndStop(3);
q2.gotoAndStop(3);
antebrazo = 7;
antebrazo1.gotoAndStop(antebrazo);
antebrazo2.gotoAndStop(antebrazo);
head.pelo.gotoAndStop(1);
head.detalle.gotoAndStop(13);
dmg = 30;
tiempo_muere = 20;
tiempo = random(70);
actividad = 0;
hp = 200;
maxhp = hp;
speed = 10;
armor_normal = 10;
armor_fire = 0;
armor_ice = 0;
armor_shadow = 0;
armor_special = 0;
_root.vivos = _root.vivos + 1;
_root.l.empujar.push(this);
_root.l.enemy.push(this);
}
onClipEvent (enterFrame) {
if (agarrado == true) {
this._x = _root.l.hero._x + (60 * (_root.l.hero._xscale / 100));
this._y = _root.l.hero._y + 3;
gotoAndStop ("agarrado");
this._xscale = _root.l.hero._xscale * -1;
}
if (resiste > 0) {
resiste = resiste - 0.2;
}
for (var i in _root.l.enemy) {
if ((colision.hitTest(_root.l.enemy[i].colision) and (this._x != _root.l.enemy[i]._x)) and (this._y < _root.l.enemy[i]._y)) {
_root.l.enemy[i]._y = _root.l.enemy[i]._y + 0.5;
} else if (colision.hitTest(_root.l.enemy[i].colision) and (this._x != _root.l.enemy[i]._x)) {
_root.l.enemy[i]._y = _root.l.enemy[i]._y - 0.5;
}
}
if (golpeado_anima == 1) {
golpeado_anima = 0;
this.gotoAndPlay("golpeado");
}
}
onClipEvent (enterFrame) {
this.swapDepths((this._x / 90) + (this._y + 20));
if ((tiempo == 0) and (actividad == 0)) {
tiempo = random(40);
actitud = random(2);
if (actitud == 0) {
gotoAndPlay ("stand");
stun = 1;
}
if (actitud == 1) {
gotoAndPlay ("dashb");
actividad = 0;
stun = 0;
tiempo = random(40) + 30;
actitud = 0;
stun = 1;
}
} else if ((stun != 1) and (actividad == 0)) {
tiempo = tiempo - 1;
}
if (stun != 1) {
if ((((_root.l.hero.golpeado != 1) and ((this._y - _root.l.detector._y) < 0)) and (((this._y - _root.l.detector._y) - 20) > 0)) or (((_root.l.hero.golpeado != 1) and (((this._y - _root.l.detector._y) + 20) > 0)) and (((this._y - _root.l.detector._y) - 20) < -30))) {
if (((this._x - _root.l.detector._x) < 70) and ((this._x - _root.l.detector._x) > 0)) {
gotoAndPlay ("ataque");
this._xscale = -100;
stun = 1;
}
if (((this._x - _root.l.detector._x) > -70) and ((this._x - _root.l.detector._x) < 0)) {
gotoAndPlay ("ataque");
this._xscale = 100;
stun = 1;
}
}
if (stun != 1) {
if (_root.l.detector._x < this._x) {
this._x = _x - speed;
if (camina == 0) {
this.gotoAndPlay("camina");
}
this._xscale = -100;
} else if ((_root.l.detector._x > this._x) and ((_root.l.detector._x - _x) > 40)) {
this._x = _x + speed;
if (camina == 0) {
this.gotoAndPlay("camina");
}
this._xscale = 100;
}
if (((_root.l.detector._y - 20) < this._y) and (((_y - _root.l.detector._y) + 20) > 10)) {
this._y = _y - (speed / 2);
if (camina == 0) {
this.gotoAndPlay("camina");
}
} else {
if ((_root.l.detector._y - 20) > this._y) {
this._y = _y + (speed / 2);
}
if (camina == 0) {
this.gotoAndPlay("camina");
}
}
}
}
if (hp < 0) {
myColor = new Color(this);
myColor.setRGB(16763904);
gotoAndStop ("bash");
golpeado = 1;
tiempo_muere = tiempo_muere - 1;
this._alpha = this._alpha - 5;
if (tiempo_muere < 0) {
_root.sthero.score = _root.sthero.score + 80;
_root.l.muertos = _root.l.muertos + 1;
removeMovieClip(this);
}
}
}
Instance of Symbol 319 MovieClip in Symbol 2091 MovieClip Frame 1
onClipEvent (load) {
nombre = "youngbitedog";
aguante = 20;
empujacion = 15;
resiste = 0;
torso.armor.gotoAndStop(13);
torso.cinto.gotoAndStop(3);
gamba1.gotoAndStop(1);
gamba2.gotoAndStop(1);
q1.gotoAndStop(3);
q2.gotoAndStop(3);
antebrazo = 7;
antebrazo1.gotoAndStop(antebrazo);
antebrazo2.gotoAndStop(antebrazo);
head.pelo.gotoAndStop(1);
head.detalle.gotoAndStop(13);
dmg = 30;
tiempo_muere = 20;
tiempo = random(70);
actividad = 0;
hp = 200;
maxhp = hp;
speed = 10;
armor_normal = 10;
armor_fire = 0;
armor_ice = 0;
armor_shadow = 0;
armor_special = 0;
_root.vivos = _root.vivos + 1;
_root.l.empujar.push(this);
_root.l.enemy.push(this);
}
onClipEvent (enterFrame) {
if (agarrado == true) {
this._x = _root.l.hero._x + (60 * (_root.l.hero._xscale / 100));
this._y = _root.l.hero._y + 3;
gotoAndStop ("agarrado");
this._xscale = _root.l.hero._xscale * -1;
}
if (resiste > 0) {
resiste = resiste - 0.2;
}
for (var i in _root.l.enemy) {
if ((colision.hitTest(_root.l.enemy[i].colision) and (this._x != _root.l.enemy[i]._x)) and (this._y < _root.l.enemy[i]._y)) {
_root.l.enemy[i]._y = _root.l.enemy[i]._y + 0.5;
} else if (colision.hitTest(_root.l.enemy[i].colision) and (this._x != _root.l.enemy[i]._x)) {
_root.l.enemy[i]._y = _root.l.enemy[i]._y - 0.5;
}
}
if (golpeado_anima == 1) {
golpeado_anima = 0;
this.gotoAndPlay("golpeado");
}
}
onClipEvent (enterFrame) {
this.swapDepths((this._x / 90) + (this._y + 20));
if ((tiempo == 0) and (actividad == 0)) {
tiempo = random(40);
actitud = random(2);
if (actitud == 0) {
gotoAndPlay ("stand");
stun = 1;
}
if (actitud == 1) {
gotoAndPlay ("dashb");
actividad = 0;
stun = 0;
tiempo = random(40) + 30;
actitud = 0;
stun = 1;
}
} else if ((stun != 1) and (actividad == 0)) {
tiempo = tiempo - 1;
}
if (stun != 1) {
if ((((_root.l.hero.golpeado != 1) and ((this._y - _root.l.detector._y) < 0)) and (((this._y - _root.l.detector._y) - 20) > 0)) or (((_root.l.hero.golpeado != 1) and (((this._y - _root.l.detector._y) + 20) > 0)) and (((this._y - _root.l.detector._y) - 20) < -30))) {
if (((this._x - _root.l.detector._x) < 70) and ((this._x - _root.l.detector._x) > 0)) {
gotoAndPlay ("ataque");
this._xscale = -100;
stun = 1;
}
if (((this._x - _root.l.detector._x) > -70) and ((this._x - _root.l.detector._x) < 0)) {
gotoAndPlay ("ataque");
this._xscale = 100;
stun = 1;
}
}
if (stun != 1) {
if (_root.l.detector._x < this._x) {
this._x = _x - speed;
if (camina == 0) {
this.gotoAndPlay("camina");
}
this._xscale = -100;
} else if ((_root.l.detector._x > this._x) and ((_root.l.detector._x - _x) > 40)) {
this._x = _x + speed;
if (camina == 0) {
this.gotoAndPlay("camina");
}
this._xscale = 100;
}
if (((_root.l.detector._y - 20) < this._y) and (((_y - _root.l.detector._y) + 20) > 10)) {
this._y = _y - (speed / 2);
if (camina == 0) {
this.gotoAndPlay("camina");
}
} else {
if ((_root.l.detector._y - 20) > this._y) {
this._y = _y + (speed / 2);
}
if (camina == 0) {
this.gotoAndPlay("camina");
}
}
}
}
if (hp < 0) {
myColor = new Color(this);
myColor.setRGB(16763904);
gotoAndStop ("bash");
golpeado = 1;
tiempo_muere = tiempo_muere - 1;
this._alpha = this._alpha - 5;
if (tiempo_muere < 0) {
_root.sthero.score = _root.sthero.score + 80;
_root.l.muertos = _root.l.muertos + 1;
removeMovieClip(this);
}
}
}
Instance of Symbol 391 MovieClip in Symbol 2091 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.l.targetgolpe)) {
_root.l.hero._y = _root.l.hero._y - (_root.velocity / 2);
}
}
Instance of Symbol 391 MovieClip in Symbol 2091 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.l.targetgolpe)) {
_root.l.hero._y = _root.l.hero._y + (_root.velocity / 2);
}
}
Instance of Symbol 391 MovieClip "eso2" in Symbol 2091 MovieClip Frame 1
onClipEvent (enterFrame) {
if (((this.hitTest(_root.l.targetgolpe) and (_root.limpio == 1)) and (_root.l.hero.camina == 1)) and (_root.l.hero._xscale == 100)) {
_root.limpio = 0;
_root.destino = "derecha";
_root.flash1.play();
}
}
Instance of Symbol 253 MovieClip "detector" in Symbol 2091 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_root.l.invi == 0) or (_root.l.invi == undefined)) {
this._x = _root.l.hero._x;
this._y = _root.l.hero._y + 15;
}
}
Instance of Symbol 253 MovieClip "targetgolpe" in Symbol 2091 MovieClip Frame 1
onClipEvent (enterFrame) {
this._x = _root.l.hero._x;
this._y = _root.l.hero._y + 35;
}
Symbol 2092 MovieClip Frame 1
enemy = [];
objetos = [];
muertos = 0;
Instance of Symbol 382 MovieClip in Symbol 2092 MovieClip Frame 1
onClipEvent (load) {
aguante = 20;
empujacion = 15;
resiste = 0;
contiene = "carne";
hp = 300000000000000;
maxhp = hp;
speed = 5;
armor_normal = 10;
armor_fire = 0;
armor_ice = 0;
armor_shadow = 0;
armor_special = 0;
_root.l.enemy.push(this);
}
onClipEvent (enterFrame) {
if (agarrado == true) {
this._x = _root.l.hero._x + (60 * (_root.l.hero._xscale / 100));
this._y = _root.l.hero._y + 3;
gotoAndStop ("agarrado");
this._xscale = _root.l.hero._xscale * -1;
}
if (resiste > 0) {
resiste = resiste - 0.2;
}
if (golpeado_anima == 1) {
golpeado_anima = 0;
this.gotoAndPlay("golpeado");
}
this.swapDepths((this._x / 90) + (this._y + 20));
if (hp < 0) {
myColor = new Color(this);
myColor.setRGB(16763904);
golpeado = 1;
tiempo_muere = tiempo_muere - 1;
if (tiempo_muere < 0) {
_root.l.muertos = _root.l.muertos + 1;
removeMovieClip(this);
}
}
}
Instance of Symbol 382 MovieClip in Symbol 2092 MovieClip Frame 1
onClipEvent (load) {
aguante = 20;
empujacion = 15;
resiste = 0;
contiene = "carne";
hp = 300000000000000;
maxhp = hp;
speed = 5;
armor_normal = 10;
armor_fire = 0;
armor_ice = 0;
armor_shadow = 0;
armor_special = 0;
_root.l.enemy.push(this);
}
onClipEvent (enterFrame) {
if (agarrado == true) {
this._x = _root.l.hero._x + (60 * (_root.l.hero._xscale / 100));
this._y = _root.l.hero._y + 3;
gotoAndStop ("agarrado");
this._xscale = _root.l.hero._xscale * -1;
}
if (resiste > 0) {
resiste = resiste - 0.2;
}
if (golpeado_anima == 1) {
golpeado_anima = 0;
this.gotoAndPlay("golpeado");
}
this.swapDepths((this._x / 90) + (this._y + 20));
if (hp < 0) {
myColor = new Color(this);
myColor.setRGB(16763904);
golpeado = 1;
tiempo_muere = tiempo_muere - 1;
if (tiempo_muere < 0) {
_root.l.muertos = _root.l.muertos + 1;
removeMovieClip(this);
}
}
}
Instance of Symbol 319 MovieClip in Symbol 2092 MovieClip Frame 1
onClipEvent (load) {
nombre = "youngbitedog";
aguante = 20;
empujacion = 15;
resiste = 0;
torso.armor.gotoAndStop(13);
torso.cinto.gotoAndStop(3);
gamba1.gotoAndStop(1);
gamba2.gotoAndStop(1);
q1.gotoAndStop(3);
q2.gotoAndStop(3);
antebrazo = 7;
antebrazo1.gotoAndStop(antebrazo);
antebrazo2.gotoAndStop(antebrazo);
head.pelo.gotoAndStop(1);
head.detalle.gotoAndStop(13);
dmg = 30;
tiempo_muere = 20;
tiempo = random(70);
actividad = 0;
hp = 200;
maxhp = hp;
speed = 10;
armor_normal = 10;
armor_fire = 0;
armor_ice = 0;
armor_shadow = 0;
armor_special = 0;
_root.vivos = _root.vivos + 1;
_root.l.empujar.push(this);
_root.l.enemy.push(this);
}
onClipEvent (enterFrame) {
if (agarrado == true) {
this._x = _root.l.hero._x + (60 * (_root.l.hero._xscale / 100));
this._y = _root.l.hero._y + 3;
gotoAndStop ("agarrado");
this._xscale = _root.l.hero._xscale * -1;
}
if (resiste > 0) {
resiste = resiste - 0.2;
}
for (var i in _root.l.enemy) {
if ((colision.hitTest(_root.l.enemy[i].colision) and (this._x != _root.l.enemy[i]._x)) and (this._y < _root.l.enemy[i]._y)) {
_root.l.enemy[i]._y = _root.l.enemy[i]._y + 0.5;
} else if (colision.hitTest(_root.l.enemy[i].colision) and (this._x != _root.l.enemy[i]._x)) {
_root.l.enemy[i]._y = _root.l.enemy[i]._y - 0.5;
}
}
if (golpeado_anima == 1) {
golpeado_anima = 0;
this.gotoAndPlay("golpeado");
}
}
onClipEvent (enterFrame) {
this.swapDepths((this._x / 90) + (this._y + 20));
if ((tiempo == 0) and (actividad == 0)) {
tiempo = random(40);
actitud = random(2);
if (actitud == 0) {
gotoAndPlay ("stand");
stun = 1;
}
if (actitud == 1) {
gotoAndPlay ("dashb");
actividad = 0;
stun = 0;
tiempo = random(40) + 30;
actitud = 0;
stun = 1;
}
} else if ((stun != 1) and (actividad == 0)) {
tiempo = tiempo - 1;
}
if (stun != 1) {
if ((((_root.l.hero.golpeado != 1) and ((this._y - _root.l.detector._y) < 0)) and (((this._y - _root.l.detector._y) - 20) > 0)) or (((_root.l.hero.golpeado != 1) and (((this._y - _root.l.detector._y) + 20) > 0)) and (((this._y - _root.l.detector._y) - 20) < -30))) {
if (((this._x - _root.l.detector._x) < 70) and ((this._x - _root.l.detector._x) > 0)) {
gotoAndPlay ("ataque");
this._xscale = -100;
stun = 1;
}
if (((this._x - _root.l.detector._x) > -70) and ((this._x - _root.l.detector._x) < 0)) {
gotoAndPlay ("ataque");
this._xscale = 100;
stun = 1;
}
}
if (stun != 1) {
if (_root.l.detector._x < this._x) {
this._x = _x - speed;
if (camina == 0) {
this.gotoAndPlay("camina");
}
this._xscale = -100;
} else if ((_root.l.detector._x > this._x) and ((_root.l.detector._x - _x) > 40)) {
this._x = _x + speed;
if (camina == 0) {
this.gotoAndPlay("camina");
}
this._xscale = 100;
}
if (((_root.l.detector._y - 20) < this._y) and (((_y - _root.l.detector._y) + 20) > 10)) {
this._y = _y - (speed / 2);
if (camina == 0) {
this.gotoAndPlay("camina");
}
} else {
if ((_root.l.detector._y - 20) > this._y) {
this._y = _y + (speed / 2);
}
if (camina == 0) {
this.gotoAndPlay("camina");
}
}
}
}
if (hp < 0) {
myColor = new Color(this);
myColor.setRGB(16763904);
gotoAndStop ("bash");
golpeado = 1;
tiempo_muere = tiempo_muere - 1;
this._alpha = this._alpha - 5;
if (tiempo_muere < 0) {
_root.sthero.score = _root.sthero.score + 80;
_root.l.muertos = _root.l.muertos + 1;
removeMovieClip(this);
}
}
}
Instance of Symbol 319 MovieClip in Symbol 2092 MovieClip Frame 1
onClipEvent (load) {
nombre = "youngbitedog";
aguante = 20;
empujacion = 15;
resiste = 0;
torso.armor.gotoAndStop(13);
torso.cinto.gotoAndStop(3);
gamba1.gotoAndStop(1);
gamba2.gotoAndStop(1);
q1.gotoAndStop(3);
q2.gotoAndStop(3);
antebrazo = 7;
antebrazo1.gotoAndStop(antebrazo);
antebrazo2.gotoAndStop(antebrazo);
head.pelo.gotoAndStop(1);
head.detalle.gotoAndStop(13);
dmg = 30;
tiempo_muere = 20;
tiempo = random(70);
actividad = 0;
hp = 200;
maxhp = hp;
speed = 10;
armor_normal = 10;
armor_fire = 0;
armor_ice = 0;
armor_shadow = 0;
armor_special = 0;
_root.vivos = _root.vivos + 1;
_root.l.empujar.push(this);
_root.l.enemy.push(this);
}
onClipEvent (enterFrame) {
if (agarrado == true) {
this._x = _root.l.hero._x + (60 * (_root.l.hero._xscale / 100));
this._y = _root.l.hero._y + 3;
gotoAndStop ("agarrado");
this._xscale = _root.l.hero._xscale * -1;
}
if (resiste > 0) {
resiste = resiste - 0.2;
}
for (var i in _root.l.enemy) {
if ((colision.hitTest(_root.l.enemy[i].colision) and (this._x != _root.l.enemy[i]._x)) and (this._y < _root.l.enemy[i]._y)) {
_root.l.enemy[i]._y = _root.l.enemy[i]._y + 0.5;
} else if (colision.hitTest(_root.l.enemy[i].colision) and (this._x != _root.l.enemy[i]._x)) {
_root.l.enemy[i]._y = _root.l.enemy[i]._y - 0.5;
}
}
if (golpeado_anima == 1) {
golpeado_anima = 0;
this.gotoAndPlay("golpeado");
}
}
onClipEvent (enterFrame) {
this.swapDepths((this._x / 90) + (this._y + 20));
if ((tiempo == 0) and (actividad == 0)) {
tiempo = random(40);
actitud = random(2);
if (actitud == 0) {
gotoAndPlay ("stand");
stun = 1;
}
if (actitud == 1) {
gotoAndPlay ("dashb");
actividad = 0;
stun = 0;
tiempo = random(40) + 30;
actitud = 0;
stun = 1;
}
} else if ((stun != 1) and (actividad == 0)) {
tiempo = tiempo - 1;
}
if (stun != 1) {
if ((((_root.l.hero.golpeado != 1) and ((this._y - _root.l.detector._y) < 0)) and (((this._y - _root.l.detector._y) - 20) > 0)) or (((_root.l.hero.golpeado != 1) and (((this._y - _root.l.detector._y) + 20) > 0)) and (((this._y - _root.l.detector._y) - 20) < -30))) {
if (((this._x - _root.l.detector._x) < 70) and ((this._x - _root.l.detector._x) > 0)) {
gotoAndPlay ("ataque");
this._xscale = -100;
stun = 1;
}
if (((this._x - _root.l.detector._x) > -70) and ((this._x - _root.l.detector._x) < 0)) {
gotoAndPlay ("ataque");
this._xscale = 100;
stun = 1;
}
}
if (stun != 1) {
if (_root.l.detector._x < this._x) {
this._x = _x - speed;
if (camina == 0) {
this.gotoAndPlay("camina");
}
this._xscale = -100;
} else if ((_root.l.detector._x > this._x) and ((_root.l.detector._x - _x) > 40)) {
this._x = _x + speed;
if (camina == 0) {
this.gotoAndPlay("camina");
}
this._xscale = 100;
}
if (((_root.l.detector._y - 20) < this._y) and (((_y - _root.l.detector._y) + 20) > 10)) {
this._y = _y - (speed / 2);
if (camina == 0) {
this.gotoAndPlay("camina");
}
} else {
if ((_root.l.detector._y - 20) > this._y) {
this._y = _y + (speed / 2);
}
if (camina == 0) {
this.gotoAndPlay("camina");
}
}
}
}
if (hp < 0) {
myColor = new Color(this);
myColor.setRGB(16763904);
gotoAndStop ("bash");
golpeado = 1;
tiempo_muere = tiempo_muere - 1;
this._alpha = this._alpha - 5;
if (tiempo_muere < 0) {
_root.sthero.score = _root.sthero.score + 80;
_root.l.muertos = _root.l.muertos + 1;
removeMovieClip(this);
}
}
}
Instance of Symbol 319 MovieClip in Symbol 2092 MovieClip Frame 1
onClipEvent (load) {
nombre = "bitedog";
empujacion = 15;
aguante = 20;
resiste = 0;
torso.armor.gotoAndStop(13);
torso.cinto.gotoAndStop(3);
gamba1.gotoAndStop(1);
gamba2.gotoAndStop(1);
q1.gotoAndStop(3);
q2.gotoAndStop(3);
antebrazo = 7;
antebrazo1.gotoAndStop(antebrazo);
antebrazo2.gotoAndStop(antebrazo);
head.pelo.gotoAndStop(1);
head.detalle.gotoAndStop(13);
dmg = 40;
tiempo_muere = 20;
tiempo = random(70);
actividad = 0;
hp = 200;
maxhp = hp;
speed = 10;
armor_normal = 10;
armor_fire = 0;
armor_ice = 0;
armor_shadow = 0;
armor_special = 0;
_root.vivos = _root.vivos + 1;
_root.l.empujar.push(this);
_root.l.enemy.push(this);
}
onClipEvent (enterFrame) {
if (agarrado == true) {
this._x = _root.l.hero._x + (60 * (_root.l.hero._xscale / 100));
this._y = _root.l.hero._y + 3;
gotoAndStop ("agarrado");
this._xscale = _root.l.hero._xscale * -1;
}
if (resiste > 0) {
resiste = resiste - 0.2;
}
for (var i in _root.l.enemy) {
if ((colision.hitTest(_root.l.enemy[i].colision) and (this._x != _root.l.enemy[i]._x)) and (this._y < _root.l.enemy[i]._y)) {
_root.l.enemy[i]._y = _root.l.enemy[i]._y + 0.5;
} else if (colision.hitTest(_root.l.enemy[i].colision) and (this._x != _root.l.enemy[i]._x)) {
_root.l.enemy[i]._y = _root.l.enemy[i]._y - 0.5;
}
}
if (golpeado_anima == 1) {
golpeado_anima = 0;
this.gotoAndPlay("golpeado");
}
}
onClipEvent (enterFrame) {
this.swapDepths((this._x / 90) + (this._y + 20));
if ((tiempo == 0) and (actividad == 0)) {
tiempo = random(70);
actitud = random(2);
if (actitud == 0) {
gotoAndPlay ("stand");
stun = 1;
}
if (actitud == 1) {
gotoAndPlay ("dash");
actividad = 0;
stun = 0;
tiempo = random(200) + 70;
actitud = 0;
stun = 1;
}
} else if ((stun != 1) and (actividad == 0)) {
tiempo = tiempo - 1;
}
if (stun != 1) {
if ((((_root.l.hero.golpeado != 1) and ((this._y - _root.l.detector._y) < 0)) and (((this._y - _root.l.detector._y) - 20) > 0)) or (((_root.l.hero.golpeado != 1) and (((this._y - _root.l.detector._y) + 20) > 0)) and (((this._y - _root.l.detector._y) - 20) < -30))) {
if (((this._x - _root.l.detector._x) < 70) and ((this._x - _root.l.detector._x) > 0)) {
gotoAndPlay ("ataque");
this._xscale = -100;
stun = 1;
}
if (((this._x - _root.l.detector._x) > -70) and ((this._x - _root.l.detector._x) < 0)) {
gotoAndPlay ("ataque");
this._xscale = 100;
stun = 1;
}
}
if (stun != 1) {
if (_root.l.detector._x < this._x) {
this._x = _x - speed;
if (camina == 0) {
this.gotoAndPlay("camina");
}
this._xscale = -100;
} else if ((_root.l.detector._x > this._x) and ((_root.l.detector._x - _x) > 40)) {
this._x = _x + speed;
if (camina == 0) {
this.gotoAndPlay("camina");
}
this._xscale = 100;
}
if (((_root.l.detector._y - 20) < this._y) and (((_y - _root.l.detector._y) + 20) > 10)) {
this._y = _y - (speed / 2);
if (camina == 0) {
this.gotoAndPlay("camina");
}
} else {
if ((_root.l.detector._y - 20) > this._y) {
this._y = _y + (speed / 2);
}
if (camina == 0) {
this.gotoAndPlay("camina");
}
}
}
}
if (hp < 0) {
myColor = new Color(this);
myColor.setRGB(16763904);
gotoAndStop ("bash");
golpeado = 1;
tiempo_muere = tiempo_muere - 1;
this._alpha = this._alpha - 5;
if (tiempo_muere < 0) {
_root.sthero.score = _root.sthero.score + 70;
_root.l.muertos = _root.l.muertos + 1;
removeMovieClip(this);
}
}
}
Instance of Symbol 1035 MovieClip in Symbol 2092 MovieClip Frame 1
onClipEvent (load) {
nombre = "jackscope";
aguante = 20;
empujacion = 15;
resiste = 0;
torso.armor.gotoAndStop(13);
torso.cinto.gotoAndStop(3);
gamba1.gotoAndStop(1);
gamba2.gotoAndStop(1);
q1.gotoAndStop(3);
q2.gotoAndStop(3);
antebrazo = 7;
antebrazo1.gotoAndStop(antebrazo);
antebrazo2.gotoAndStop(antebrazo);
head.pelo.gotoAndStop(1);
head.detalle.gotoAndStop(13);
dmg = 10;
tiempo_muere = 20;
tiempo = random(70);
actividad = 0;
hp = 300;
maxhp = hp;
speed = 7;
armor_normal = 10;
armor_fire = 0;
armor_ice = 0;
armor_shadow = 0;
armor_special = 0;
_root.vivos = _root.vivos + 1;
_root.l.empujar.push(this);
_root.l.enemy.push(this);
}
onClipEvent (enterFrame) {
if (agarrado == true) {
this._x = _root.l.hero._x + (60 * (_root.l.hero._xscale / 100));
this._y = _root.l.hero._y + 3;
gotoAndStop ("agarrado");
this._xscale = _root.l.hero._xscale * -1;
}
if (resiste > 0) {
resiste = resiste - 0.2;
}
for (var i in _root.l.enemy) {
if ((colision.hitTest(_root.l.enemy[i].colision) and (this._x != _root.l.enemy[i]._x)) and (this._y < _root.l.enemy[i]._y)) {
_root.l.enemy[i]._y = _root.l.enemy[i]._y + 0.5;
} else if (colision.hitTest(_root.l.enemy[i].colision) and (this._x != _root.l.enemy[i]._x)) {
_root.l.enemy[i]._y = _root.l.enemy[i]._y - 0.5;
}
}
if (golpeado_anima == 1) {
golpeado_anima = 0;
this.gotoAndPlay("golpeado");
}
}
onClipEvent (enterFrame) {
this.swapDepths((this._x / 90) + (this._y + 20));
if ((tiempo == 0) and (actividad == 0)) {
tiempo = random(40);
actitud = random(2);
if (actitud == 0) {
gotoAndPlay ("stand");
stun = 1;
}
if (actitud == 1) {
gotoAndPlay ("dashb");
actividad = 0;
stun = 0;
tiempo = random(40) + 30;
actitud = 0;
stun = 1;
}
} else if ((stun != 1) and (actividad == 0)) {
tiempo = tiempo - 1;
}
if (stun != 1) {
if ((((_root.l.hero.golpeado != 1) and ((this._y - _root.l.detector._y) < 0)) and (((this._y - _root.l.detector._y) - 20) > 0)) or (((_root.l.hero.golpeado != 1) and (((this._y - _root.l.detector._y) + 20) > 0)) and (((this._y - _root.l.detector._y) - 20) < -30))) {
if (((this._x - _root.l.detector._x) < 300) and ((this._x - _root.l.detector._x) > 0)) {
gotoAndPlay ("ataque");
this._xscale = -100;
stun = 1;
}
if (((this._x - _root.l.detector._x) > -300) and ((this._x - _root.l.detector._x) < 0)) {
gotoAndPlay ("ataque");
this._xscale = 100;
stun = 1;
}
}
if (stun != 1) {
if (_root.l.detector._x < this._x) {
this._x = _x - speed;
if (camina == 0) {
this.gotoAndPlay("camina");
}
this._xscale = -100;
} else if ((_root.l.detector._x > this._x) and ((_root.l.detector._x - _x) > 40)) {
this._x = _x + speed;
if (camina == 0) {
this.gotoAndPlay("camina");
}
this._xscale = 100;
}
if (((_root.l.detector._y - 20) < this._y) and (((_y - _root.l.detector._y) + 20) > 10)) {
this._y = _y - (speed / 2);
if (camina == 0) {
this.gotoAndPlay("camina");
}
} else {
if ((_root.l.detector._y - 20) > this._y) {
this._y = _y + (speed / 2);
}
if (camina == 0) {
this.gotoAndPlay("camina");
}
}
}
}
if (hp < 0) {
myColor = new Color(this);
myColor.setRGB(16763904);
gotoAndStop ("bash");
golpeado = 1;
tiempo_muere = tiempo_muere - 1;
this._alpha = this._alpha - 5;
if (tiempo_muere < 0) {
_root.sthero.score = _root.sthero.score + 100;
_root.l.muertos = _root.l.muertos + 1;
_root.l.shockwave = _root.l.attachMovie("pistoupmetra", (("dagaso" + getTimer()) + random(100000)) + _root.cuentacuentos, _root.l.getNextHighestDepth());
_root.cuentacuentos = _root.cuentacuentos + 1;
_root.l.shockwave._x = this._x;
_root.l.shockwave._y = this._y - 10;
removeMovieClip(this);
}
}
}
Instance of Symbol 391 MovieClip in Symbol 2092 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.l.targetgolpe)) {
_root.l.hero._y = _root.l.hero._y - (_root.velocity / 2);
}
}
Instance of Symbol 391 MovieClip in Symbol 2092 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.l.targetgolpe)) {
_root.l.hero._y = _root.l.hero._y + (_root.velocity / 2);
}
}
Instance of Symbol 391 MovieClip "eso2" in Symbol 2092 MovieClip Frame 1
onClipEvent (enterFrame) {
if (((this.hitTest(_root.l.targetgolpe) and (_root.limpio == 1)) and (_root.l.hero.camina == 1)) and (_root.l.hero._xscale == 100)) {
_root.limpio = 0;
_root.destino = "derecha";
_root.flash1.play();
}
}
Instance of Symbol 253 MovieClip "detector" in Symbol 2092 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_root.l.invi == 0) or (_root.l.invi == undefined)) {
this._x = _root.l.hero._x;
this._y = _root.l.hero._y + 15;
}
}
Instance of Symbol 253 MovieClip "targetgolpe" in Symbol 2092 MovieClip Frame 1
onClipEvent (enterFrame) {
this._x = _root.l.hero._x;
this._y = _root.l.hero._y + 35;
}
Symbol 2093 MovieClip Frame 1
enemy = [];
objetos = [];
muertos = 0;
Instance of Symbol 391 MovieClip in Symbol 2093 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.l.targetgolpe) and (_root.sthero.clase == "roboto")) {
_root.sthero.hp = -1;
_parent.vida1._x = this._x + 70;
_parent.vida2._x = this._x + 90;
_parent.vida1._y = this._y;
_parent.vida2._y = this._y + 40;
}
}
Instance of Symbol 391 MovieClip in Symbol 2093 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.l.targetgolpe)) {
_root.l.hero._y = _root.l.hero._y - (_root.velocity / 2);
}
}
Instance of Symbol 391 MovieClip in Symbol 2093 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.l.targetgolpe)) {
_root.l.hero._y = _root.l.hero._y + (_root.velocity / 2);
}
}
Instance of Symbol 391 MovieClip "eso2" in Symbol 2093 MovieClip Frame 1
onClipEvent (enterFrame) {
if (((this.hitTest(_root.l.targetgolpe) and (_root.limpio == 1)) and (_root.l.hero.camina == 1)) and (_root.l.hero._xscale == 100)) {
_root.limpio = 0;
_root.destino = "derecha";
_root.flash1.play();
}
}
Instance of Symbol 391 MovieClip in Symbol 2093 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.l.targetgolpe) and (_root.sthero.clase == "alienconhero")) {
_root.sthero.hp = -1;
_parent.vida1._x = this._x + 70;
_parent.vida2._x = this._x + 90;
_parent.vida1._y = this._y;
_parent.vida2._y = this._y + 40;
}
}
Instance of Symbol 253 MovieClip "detector" in Symbol 2093 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_root.l.invi == 0) or (_root.l.invi == undefined)) {
this._x = _root.l.hero._x;
this._y = _root.l.hero._y + 15;
}
}
Instance of Symbol 253 MovieClip "targetgolpe" in Symbol 2093 MovieClip Frame 1
onClipEvent (enterFrame) {
this._x = _root.l.hero._x;
this._y = _root.l.hero._y + 35;
}
Symbol 2097 MovieClip Frame 1
_alpha = 0;
stop();
Symbol 2097 MovieClip Frame 2
_alpha = (_alpha + 10);
Symbol 2097 MovieClip Frame 3
_alpha = (_alpha + 10);
Symbol 2097 MovieClip Frame 4
_alpha = (_alpha + 10);
Symbol 2097 MovieClip Frame 5
_alpha = (_alpha + 10);
Symbol 2097 MovieClip Frame 6
_alpha = (_alpha + 10);
Symbol 2097 MovieClip Frame 7
_alpha = (_alpha + 10);
Symbol 2097 MovieClip Frame 8
_alpha = (_alpha + 10);
Symbol 2097 MovieClip Frame 9
_alpha = (_alpha + 10);
Symbol 2097 MovieClip Frame 10
_alpha = (_alpha + 10);
Symbol 2097 MovieClip Frame 11
_alpha = (_alpha + 10);
Symbol 2097 MovieClip Frame 49
_alpha = (_alpha - 10);
Symbol 2097 MovieClip Frame 50
_alpha = (_alpha - 10);
Symbol 2097 MovieClip Frame 51
_alpha = (_alpha - 10);
Symbol 2097 MovieClip Frame 52
_alpha = (_alpha - 10);
Symbol 2097 MovieClip Frame 53
_alpha = (_alpha - 10);
Symbol 2097 MovieClip Frame 54
_alpha = (_alpha - 10);
Symbol 2097 MovieClip Frame 55
_alpha = (_alpha - 10);
Symbol 2097 MovieClip Frame 56
_alpha = (_alpha - 10);
Symbol 2098 MovieClip Frame 1
enemy = [];
objetos = [];
muertos = 0;
Instance of Symbol 391 MovieClip in Symbol 2098 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.l.targetgolpe)) {
_root.l.hero._y = _root.l.hero._y - (_root.velocity / 2);
}
}
Instance of Symbol 391 MovieClip in Symbol 2098 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.l.targetgolpe)) {
_root.l.hero._y = _root.l.hero._y + (_root.velocity / 2);
}
}
Instance of Symbol 391 MovieClip "eso2" in Symbol 2098 MovieClip Frame 1
onClipEvent (enterFrame) {
if (((this.hitTest(_root.l.targetgolpe) and (_root.limpio == 1)) and (_root.l.hero.camina == 1)) and (_root.l.hero._xscale == 100)) {
_root.limpio = 0;
_root.destino = "derecha";
_root.flash1.play();
}
}
Instance of Symbol 1131 MovieClip "boss" in Symbol 2098 MovieClip Frame 1
onClipEvent (load) {
actitudes = 40;
grabeable = "no";
nombre = "tomthunder";
aguante = 30;
empujacion = 75;
resiste = 0;
torso.armor.gotoAndStop(13);
torso.cinto.gotoAndStop(3);
gamba1.gotoAndStop(1);
gamba2.gotoAndStop(1);
q1.gotoAndStop(3);
q2.gotoAndStop(3);
antebrazo = 7;
antebrazo1.gotoAndStop(antebrazo);
antebrazo2.gotoAndStop(antebrazo);
head.pelo.gotoAndStop(1);
head.detalle.gotoAndStop(13);
dmg = 20;
tiempo_muere = 20;
tiempo = random(70);
actividad = 0;
hp = 600;
maxhp = hp;
speed = 7;
armor_normal = 90;
armor_fire = 0;
armor_ice = 0;
armor_shadow = 0;
armor_special = 0;
_root.vivos = _root.vivos + 1;
_root.l.empujar.push(this);
_root.l.enemy.push(this);
}
onClipEvent (enterFrame) {
if ((hp < 260) and (mierda != 1)) {
mierda = 1;
actitudes = 20;
speed = 18;
dmg = 70;
var myMatrix = [2, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 1, 0];
var colorMatrix = (new flash.filters.ColorMatrixFilter(myMatrix));
this.filters = [colorMatrix];
}
if (agarrado == true) {
this._x = _root.l.hero._x + (60 * (_root.l.hero._xscale / 100));
this._y = _root.l.hero._y + 3;
gotoAndStop ("agarrado");
this._xscale = _root.l.hero._xscale * -1;
}
if (resiste > 0) {
resiste = resiste - 0.2;
}
for (var i in _root.l.enemy) {
if ((colision.hitTest(_root.l.enemy[i].colision) and (this._x != _root.l.enemy[i]._x)) and (this._y < _root.l.enemy[i]._y)) {
_root.l.enemy[i]._y = _root.l.enemy[i]._y + 0.5;
} else if (colision.hitTest(_root.l.enemy[i].colision) and (this._x != _root.l.enemy[i]._x)) {
_root.l.enemy[i]._y = _root.l.enemy[i]._y - 0.5;
}
}
if (golpeado_anima == 1) {
golpeado_anima = 0;
this.gotoAndPlay("golpeado");
}
}
onClipEvent (enterFrame) {
this.swapDepths((this._x / 90) + (this._y + 20));
if ((tiempo == 0) and (actividad == 0)) {
tiempo = random(actitudes);
actitud = random(2);
if (actitud == 0) {
gotoAndPlay ("dashb");
stun = 1;
}
if (actitud == 1) {
gotoAndPlay ("dash");
actividad = 0;
stun = 0;
tiempo = random(actitudes) + 30;
actitud = 0;
stun = 1;
}
} else if ((stun != 1) and (actividad == 0)) {
tiempo = tiempo - 1;
}
if (stun != 1) {
if ((((_root.l.hero.golpeado != 1) and ((this._y - _root.l.detector._y) < 0)) and (((this._y - _root.l.detector._y) - 20) > 0)) or (((_root.l.hero.golpeado != 1) and (((this._y - _root.l.detector._y) + 20) > 0)) and (((this._y - _root.l.detector._y) - 20) < -30))) {
if (((this._x - _root.l.detector._x) < 400) and ((this._x - _root.l.detector._x) > 0)) {
gotoAndPlay ("ataque");
this._xscale = -100;
stun = 1;
}
if (((this._x - _root.l.detector._x) > -400) and ((this._x - _root.l.detector._x) < 0)) {
gotoAndPlay ("ataque");
this._xscale = 100;
stun = 1;
}
}
if (stun != 1) {
if (_root.l.detector._x < this._x) {
this._x = _x - speed;
if (camina == 0) {
this.gotoAndPlay("camina");
}
this._xscale = -100;
} else if ((_root.l.detector._x > this._x) and ((_root.l.detector._x - _x) > 40)) {
this._x = _x + speed;
if (camina == 0) {
this.gotoAndPlay("camina");
}
this._xscale = 100;
}
if (((_root.l.detector._y - 20) < this._y) and (((_y - _root.l.detector._y) + 20) > 10)) {
this._y = _y - (speed / 2);
if (camina == 0) {
this.gotoAndPlay("camina");
}
} else {
if ((_root.l.detector._y - 20) > this._y) {
this._y = _y + (speed / 2);
}
if (camina == 0) {
this.gotoAndPlay("camina");
}
}
}
}
if (hp < 0) {
if (nuncagaga == undefined) {
nuncagaga = 1;
mySound = new Sound(this);
tune = "b3dead.mp3";
mySound.setVolume(80);
mySound.attachSound(tune);
mySound.start(0, 1);
}
if (_root.l.hero.graveado == _name) {
_root.l.hero.graveado = undefined;
_root.l.hero.gotoAndPlay("stand");
}
myColor = new Color(this);
myColor.setRGB(16763904);
gotoAndStop ("bash");
golpeado = 1;
tiempo_muere = tiempo_muere - 1;
this._alpha = this._alpha - 5;
if (tiempo_muere < 0) {
_root.sthero.score = _root.sthero.score + 100;
_root.l.muertos = _root.l.muertos + 1;
_root.destino = "move3";
_root.flash1.play();
removeMovieClip(this);
}
}
}
Instance of Symbol 253 MovieClip "detector" in Symbol 2098 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_root.l.invi == 0) or (_root.l.invi == undefined)) {
this._x = _root.l.hero._x;
this._y = _root.l.hero._y + 15;
}
}
Instance of Symbol 253 MovieClip "targetgolpe" in Symbol 2098 MovieClip Frame 1
onClipEvent (enterFrame) {
this._x = _root.l.hero._x;
this._y = _root.l.hero._y + 35;
}
Symbol 2108 MovieClip Frame 1
stop();
Symbol 2108 MovieClip Frame 2
gotoAndPlay("a" + (random(4) + 1));
Symbol 2108 MovieClip Frame 46
gotoAndStop (1);
Symbol 2108 MovieClip Frame 88
gotoAndStop (1);
Symbol 2108 MovieClip Frame 137
gotoAndStop (1);
Symbol 2108 MovieClip Frame 176
gotoAndStop (1);
Symbol 2116 MovieClip Frame 1
enemy = [];
muertos = 0;
objetos = [];
Instance of Symbol 382 MovieClip in Symbol 2116 MovieClip Frame 1
onClipEvent (load) {
aguante = 20;
empujacion = 15;
resiste = 0;
contiene = "carne";
hp = 300000000000000;
maxhp = hp;
speed = 5;
armor_normal = 10;
armor_fire = 0;
armor_ice = 0;
armor_shadow = 0;
armor_special = 0;
_root.l.enemy.push(this);
}
onClipEvent (enterFrame) {
if (agarrado == true) {
this._x = _root.l.hero._x + (60 * (_root.l.hero._xscale / 100));
this._y = _root.l.hero._y + 3;
gotoAndStop ("agarrado");
this._xscale = _root.l.hero._xscale * -1;
}
if (resiste > 0) {
resiste = resiste - 0.2;
}
if (golpeado_anima == 1) {
golpeado_anima = 0;
this.gotoAndPlay("golpeado");
}
this.swapDepths((this._x / 90) + (this._y + 20));
if (hp < 0) {
myColor = new Color(this);
myColor.setRGB(16763904);
golpeado = 1;
tiempo_muere = tiempo_muere - 1;
if (tiempo_muere < 0) {
_root.l.muertos = _root.l.muertos + 1;
removeMovieClip(this);
}
}
}
Instance of Symbol 391 MovieClip in Symbol 2116 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.l.targetgolpe)) {
_root.l.hero._y = _root.l.hero._y - (_root.velocity / 2);
}
}
Instance of Symbol 391 MovieClip in Symbol 2116 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.l.targetgolpe)) {
_root.l.hero._y = _root.l.hero._y + (_root.velocity / 2);
}
}
Instance of Symbol 391 MovieClip "eso2" in Symbol 2116 MovieClip Frame 1
onClipEvent (enterFrame) {
if (((this.hitTest(_root.l.targetgolpe) and (_root.limpio == 1)) and (_root.l.hero.camina == 1)) and (_root.l.hero._xscale == 100)) {
_root.limpio = 0;
_root.destino = "derecha";
_root.flash1.play();
}
}
Instance of Symbol 253 MovieClip "detector" in Symbol 2116 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_root.l.invi == 0) or (_root.l.invi == undefined)) {
this._x = _root.l.hero._x;
this._y = _root.l.hero._y + 15;
}
}
Instance of Symbol 253 MovieClip "targetgolpe" in Symbol 2116 MovieClip Frame 1
onClipEvent (enterFrame) {
this._x = _root.l.hero._x;
this._y = _root.l.hero._y + 35;
}
Instance of Symbol 376 MovieClip in Symbol 2116 MovieClip Frame 1
onClipEvent (load) {
nombre = "winter";
aguante = 20;
empujacion = 25;
resiste = 0;
torso.armor.gotoAndStop(13);
torso.cinto.gotoAndStop(3);
gamba1.gotoAndStop(1);
gamba2.gotoAndStop(1);
q1.gotoAndStop(3);
q2.gotoAndStop(3);
antebrazo = 7;
antebrazo1.gotoAndStop(antebrazo);
antebrazo2.gotoAndStop(antebrazo);
head.pelo.gotoAndStop(1);
head.detalle.gotoAndStop(13);
dmg = 40;
tiempo_muere = 20;
tiempo = random(70);
actividad = 0;
hp = 300;
maxhp = hp;
speed = 5;
armor_normal = 10;
armor_fire = 0;
armor_ice = 0;
armor_shadow = 0;
armor_special = 0;
_root.vivos = _root.vivos + 1;
_root.l.empujar.push(this);
_root.l.enemy.push(this);
}
onClipEvent (enterFrame) {
if (agarrado == true) {
this._x = _root.l.hero._x + (60 * (_root.l.hero._xscale / 100));
this._y = _root.l.hero._y + 3;
gotoAndStop ("agarrado");
this._xscale = _root.l.hero._xscale * -1;
}
if (resiste > 0) {
resiste = resiste - 0.2;
}
for (var i in _root.l.enemy) {
if ((colision.hitTest(_root.l.enemy[i].colision) and (this._x != _root.l.enemy[i]._x)) and (this._y < _root.l.enemy[i]._y)) {
_root.l.enemy[i]._y = _root.l.enemy[i]._y + 0.5;
} else if (colision.hitTest(_root.l.enemy[i].colision) and (this._x != _root.l.enemy[i]._x)) {
_root.l.enemy[i]._y = _root.l.enemy[i]._y - 0.5;
}
}
if (golpeado_anima == 1) {
golpeado_anima = 0;
this.gotoAndPlay("golpeado");
}
}
onClipEvent (enterFrame) {
this.swapDepths((this._x / 90) + (this._y + 20));
if ((tiempo == 0) and (actividad == 0)) {
tiempo = random(40);
actitud = random(2);
if (actitud == 0) {
gotoAndPlay ("stand");
stun = 1;
}
if (actitud == 1) {
gotoAndPlay ("dash");
actividad = 0;
stun = 0;
tiempo = random(40) + 30;
actitud = 0;
stun = 1;
}
} else if ((stun != 1) and (actividad == 0)) {
tiempo = tiempo - 1;
}
if (stun != 1) {
if ((((_root.l.hero.golpeado != 1) and ((this._y - _root.l.detector._y) < 0)) and (((this._y - _root.l.detector._y) - 20) > 0)) or (((_root.l.hero.golpeado != 1) and (((this._y - _root.l.detector._y) + 20) > 0)) and (((this._y - _root.l.detector._y) - 20) < -30))) {
if (((this._x - _root.l.detector._x) < 70) and ((this._x - _root.l.detector._x) > 0)) {
gotoAndPlay ("ataque");
this._xscale = -100;
stun = 1;
}
if (((this._x - _root.l.detector._x) > -70) and ((this._x - _root.l.detector._x) < 0)) {
gotoAndPlay ("ataque");
this._xscale = 100;
stun = 1;
}
}
if (stun != 1) {
if (_root.l.detector._x < this._x) {
this._x = _x - speed;
if (camina == 0) {
this.gotoAndPlay("camina");
}
this._xscale = -100;
} else if ((_root.l.detector._x > this._x) and ((_root.l.detector._x - _x) > 40)) {
this._x = _x + speed;
if (camina == 0) {
this.gotoAndPlay("camina");
}
this._xscale = 100;
}
if (((_root.l.detector._y - 20) < this._y) and (((_y - _root.l.detector._y) + 20) > 10)) {
this._y = _y - (speed / 2);
if (camina == 0) {
this.gotoAndPlay("camina");
}
} else {
if ((_root.l.detector._y - 20) > this._y) {
this._y = _y + (speed / 2);
}
if (camina == 0) {
this.gotoAndPlay("camina");
}
}
}
}
if (hp < 0) {
myColor = new Color(this);
myColor.setRGB(16763904);
gotoAndStop ("bash");
golpeado = 1;
tiempo_muere = tiempo_muere - 1;
this._alpha = this._alpha - 5;
if (tiempo_muere < 0) {
_root.sthero.score = _root.sthero.score + 100;
_root.l.muertos = _root.l.muertos + 1;
removeMovieClip(this);
}
}
}
Instance of Symbol 376 MovieClip in Symbol 2116 MovieClip Frame 1
onClipEvent (load) {
nombre = "winter";
aguante = 20;
empujacion = 25;
resiste = 0;
torso.armor.gotoAndStop(13);
torso.cinto.gotoAndStop(3);
gamba1.gotoAndStop(1);
gamba2.gotoAndStop(1);
q1.gotoAndStop(3);
q2.gotoAndStop(3);
antebrazo = 7;
antebrazo1.gotoAndStop(antebrazo);
antebrazo2.gotoAndStop(antebrazo);
head.pelo.gotoAndStop(1);
head.detalle.gotoAndStop(13);
dmg = 40;
tiempo_muere = 20;
tiempo = random(70);
actividad = 0;
hp = 300;
maxhp = hp;
speed = 5;
armor_normal = 10;
armor_fire = 0;
armor_ice = 0;
armor_shadow = 0;
armor_special = 0;
_root.vivos = _root.vivos + 1;
_root.l.empujar.push(this);
_root.l.enemy.push(this);
}
onClipEvent (enterFrame) {
if (agarrado == true) {
this._x = _root.l.hero._x + (60 * (_root.l.hero._xscale / 100));
this._y = _root.l.hero._y + 3;
gotoAndStop ("agarrado");
this._xscale = _root.l.hero._xscale * -1;
}
if (resiste > 0) {
resiste = resiste - 0.2;
}
for (var i in _root.l.enemy) {
if ((colision.hitTest(_root.l.enemy[i].colision) and (this._x != _root.l.enemy[i]._x)) and (this._y < _root.l.enemy[i]._y)) {
_root.l.enemy[i]._y = _root.l.enemy[i]._y + 0.5;
} else if (colision.hitTest(_root.l.enemy[i].colision) and (this._x != _root.l.enemy[i]._x)) {
_root.l.enemy[i]._y = _root.l.enemy[i]._y - 0.5;
}
}
if (golpeado_anima == 1) {
golpeado_anima = 0;
this.gotoAndPlay("golpeado");
}
}
onClipEvent (enterFrame) {
this.swapDepths((this._x / 90) + (this._y + 20));
if ((tiempo == 0) and (actividad == 0)) {
tiempo = random(40);
actitud = random(2);
if (actitud == 0) {
gotoAndPlay ("stand");
stun = 1;
}
if (actitud == 1) {
gotoAndPlay ("dash");
actividad = 0;
stun = 0;
tiempo = random(40) + 30;
actitud = 0;
stun = 1;
}
} else if ((stun != 1) and (actividad == 0)) {
tiempo = tiempo - 1;
}
if (stun != 1) {
if ((((_root.l.hero.golpeado != 1) and ((this._y - _root.l.detector._y) < 0)) and (((this._y - _root.l.detector._y) - 20) > 0)) or (((_root.l.hero.golpeado != 1) and (((this._y - _root.l.detector._y) + 20) > 0)) and (((this._y - _root.l.detector._y) - 20) < -30))) {
if (((this._x - _root.l.detector._x) < 70) and ((this._x - _root.l.detector._x) > 0)) {
gotoAndPlay ("ataque");
this._xscale = -100;
stun = 1;
}
if (((this._x - _root.l.detector._x) > -70) and ((this._x - _root.l.detector._x) < 0)) {
gotoAndPlay ("ataque");
this._xscale = 100;
stun = 1;
}
}
if (stun != 1) {
if (_root.l.detector._x < this._x) {
this._x = _x - speed;
if (camina == 0) {
this.gotoAndPlay("camina");
}
this._xscale = -100;
} else if ((_root.l.detector._x > this._x) and ((_root.l.detector._x - _x) > 40)) {
this._x = _x + speed;
if (camina == 0) {
this.gotoAndPlay("camina");
}
this._xscale = 100;
}
if (((_root.l.detector._y - 20) < this._y) and (((_y - _root.l.detector._y) + 20) > 10)) {
this._y = _y - (speed / 2);
if (camina == 0) {
this.gotoAndPlay("camina");
}
} else {
if ((_root.l.detector._y - 20) > this._y) {
this._y = _y + (speed / 2);
}
if (camina == 0) {
this.gotoAndPlay("camina");
}
}
}
}
if (hp < 0) {
myColor = new Color(this);
myColor.setRGB(16763904);
gotoAndStop ("bash");
golpeado = 1;
tiempo_muere = tiempo_muere - 1;
this._alpha = this._alpha - 5;
if (tiempo_muere < 0) {
_root.sthero.score = _root.sthero.score + 100;
_root.l.muertos = _root.l.muertos + 1;
removeMovieClip(this);
}
}
}
Symbol 2126 MovieClip Frame 51
stop();
Symbol 2127 MovieClip Frame 1
enemy = [];
muertos = 0;
objetos = [];
Instance of Symbol 1149 MovieClip in Symbol 2127 MovieClip Frame 1
onClipEvent (load) {
nombre = "jackscope";
aguante = 20;
empujacion = 15;
resiste = 0;
torso.armor.gotoAndStop(13);
torso.cinto.gotoAndStop(3);
gamba1.gotoAndStop(1);
gamba2.gotoAndStop(1);
q1.gotoAndStop(3);
q2.gotoAndStop(3);
antebrazo = 7;
antebrazo1.gotoAndStop(antebrazo);
antebrazo2.gotoAndStop(antebrazo);
head.pelo.gotoAndStop(1);
head.detalle.gotoAndStop(13);
dmg = 10;
tiempo_muere = 20;
tiempo = random(70);
actividad = 0;
hp = 300;
maxhp = hp;
speed = 7;
armor_normal = 10;
armor_fire = 0;
armor_ice = 0;
armor_shadow = 0;
armor_special = 0;
_root.vivos = _root.vivos + 1;
_root.l.empujar.push(this);
_root.l.enemy.push(this);
}
onClipEvent (enterFrame) {
if (agarrado == true) {
this._x = _root.l.hero._x + (60 * (_root.l.hero._xscale / 100));
this._y = _root.l.hero._y + 3;
gotoAndStop ("agarrado");
this._xscale = _root.l.hero._xscale * -1;
}
if (resiste > 0) {
resiste = resiste - 0.2;
}
for (var i in _root.l.enemy) {
if ((colision.hitTest(_root.l.enemy[i].colision) and (this._x != _root.l.enemy[i]._x)) and (this._y < _root.l.enemy[i]._y)) {
_root.l.enemy[i]._y = _root.l.enemy[i]._y + 0.5;
} else if (colision.hitTest(_root.l.enemy[i].colision) and (this._x != _root.l.enemy[i]._x)) {
_root.l.enemy[i]._y = _root.l.enemy[i]._y - 0.5;
}
}
if (golpeado_anima == 1) {
golpeado_anima = 0;
this.gotoAndPlay("golpeado");
}
}
onClipEvent (enterFrame) {
this.swapDepths((this._x / 90) + (this._y + 20));
if ((tiempo == 0) and (actividad == 0)) {
tiempo = random(40);
actitud = random(2);
if (actitud == 0) {
gotoAndPlay ("stand");
stun = 1;
}
if (actitud == 1) {
gotoAndPlay ("dashb");
actividad = 0;
stun = 0;
tiempo = random(40) + 30;
actitud = 0;
stun = 1;
}
} else if ((stun != 1) and (actividad == 0)) {
tiempo = tiempo - 1;
}
if (stun != 1) {
if ((((_root.l.hero.golpeado != 1) and ((this._y - _root.l.detector._y) < 0)) and (((this._y - _root.l.detector._y) - 20) > 0)) or (((_root.l.hero.golpeado != 1) and (((this._y - _root.l.detector._y) + 20) > 0)) and (((this._y - _root.l.detector._y) - 20) < -30))) {
if (((this._x - _root.l.detector._x) < 300) and ((this._x - _root.l.detector._x) > 0)) {
gotoAndPlay ("ataque");
this._xscale = -100;
stun = 1;
}
if (((this._x - _root.l.detector._x) > -300) and ((this._x - _root.l.detector._x) < 0)) {
gotoAndPlay ("ataque");
this._xscale = 100;
stun = 1;
}
}
if (stun != 1) {
if (_root.l.detector._x < this._x) {
this._x = _x - speed;
if (camina == 0) {
this.gotoAndPlay("camina");
}
this._xscale = -100;
} else if ((_root.l.detector._x > this._x) and ((_root.l.detector._x - _x) > 40)) {
this._x = _x + speed;
if (camina == 0) {
this.gotoAndPlay("camina");
}
this._xscale = 100;
}
if (((_root.l.detector._y - 20) < this._y) and (((_y - _root.l.detector._y) + 20) > 10)) {
this._y = _y - (speed / 2);
if (camina == 0) {
this.gotoAndPlay("camina");
}
} else {
if ((_root.l.detector._y - 20) > this._y) {
this._y = _y + (speed / 2);
}
if (camina == 0) {
this.gotoAndPlay("camina");
}
}
}
}
if (hp < 0) {
myColor = new Color(this);
myColor.setRGB(16763904);
gotoAndStop ("bash");
golpeado = 1;
tiempo_muere = tiempo_muere - 1;
this._alpha = this._alpha - 5;
if (tiempo_muere < 0) {
_root.sthero.score = _root.sthero.score + 100;
_root.l.muertos = _root.l.muertos + 1;
_root.l.shockwave = _root.l.attachMovie("pistolup", (("dagaso" + getTimer()) + random(100000)) + _root.cuentacuentos, _root.l.getNextHighestDepth());
_root.cuentacuentos = _root.cuentacuentos + 1;
_root.l.shockwave._x = this._x;
_root.l.shockwave._y = this._y - 10;
removeMovieClip(this);
}
}
}
Instance of Symbol 382 MovieClip in Symbol 2127 MovieClip Frame 1
onClipEvent (load) {
aguante = 20;
empujacion = 15;
resiste = 0;
contiene = "carne";
hp = 300000000000000;
maxhp = hp;
speed = 5;
armor_normal = 10;
armor_fire = 0;
armor_ice = 0;
armor_shadow = 0;
armor_special = 0;
_root.l.enemy.push(this);
}
onClipEvent (enterFrame) {
if (agarrado == true) {
this._x = _root.l.hero._x + (60 * (_root.l.hero._xscale / 100));
this._y = _root.l.hero._y + 3;
gotoAndStop ("agarrado");
this._xscale = _root.l.hero._xscale * -1;
}
if (resiste > 0) {
resiste = resiste - 0.2;
}
if (golpeado_anima == 1) {
golpeado_anima = 0;
this.gotoAndPlay("golpeado");
}
this.swapDepths((this._x / 90) + (this._y + 20));
if (hp < 0) {
myColor = new Color(this);
myColor.setRGB(16763904);
golpeado = 1;
tiempo_muere = tiempo_muere - 1;
if (tiempo_muere < 0) {
_root.l.muertos = _root.l.muertos + 1;
removeMovieClip(this);
}
}
}
Instance of Symbol 391 MovieClip in Symbol 2127 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.l.targetgolpe)) {
_root.l.hero._y = _root.l.hero._y - (_root.velocity / 2);
}
}
Instance of Symbol 391 MovieClip in Symbol 2127 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.l.targetgolpe)) {
_root.l.hero._y = _root.l.hero._y + (_root.velocity / 2);
}
}
Instance of Symbol 391 MovieClip "eso2" in Symbol 2127 MovieClip Frame 1
onClipEvent (enterFrame) {
if (((this.hitTest(_root.l.targetgolpe) and (_root.limpio == 1)) and (_root.l.hero.camina == 1)) and (_root.l.hero._xscale == 100)) {
_root.limpio = 0;
_root.destino = "derecha";
_root.flash1.play();
}
}
Instance of Symbol 253 MovieClip "detector" in Symbol 2127 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_root.l.invi == 0) or (_root.l.invi == undefined)) {
this._x = _root.l.hero._x;
this._y = _root.l.hero._y + 15;
}
}
Instance of Symbol 253 MovieClip "targetgolpe" in Symbol 2127 MovieClip Frame 1
onClipEvent (enterFrame) {
this._x = _root.l.hero._x;
this._y = _root.l.hero._y + 35;
}
Instance of Symbol 376 MovieClip in Symbol 2127 MovieClip Frame 1
onClipEvent (load) {
nombre = "winter";
aguante = 20;
empujacion = 25;
resiste = 0;
torso.armor.gotoAndStop(13);
torso.cinto.gotoAndStop(3);
gamba1.gotoAndStop(1);
gamba2.gotoAndStop(1);
q1.gotoAndStop(3);
q2.gotoAndStop(3);
antebrazo = 7;
antebrazo1.gotoAndStop(antebrazo);
antebrazo2.gotoAndStop(antebrazo);
head.pelo.gotoAndStop(1);
head.detalle.gotoAndStop(13);
dmg = 40;
tiempo_muere = 20;
tiempo = random(70);
actividad = 0;
hp = 300;
maxhp = hp;
speed = 5;
armor_normal = 10;
armor_fire = 0;
armor_ice = 0;
armor_shadow = 0;
armor_special = 0;
_root.vivos = _root.vivos + 1;
_root.l.empujar.push(this);
_root.l.enemy.push(this);
}
onClipEvent (enterFrame) {
if (agarrado == true) {
this._x = _root.l.hero._x + (60 * (_root.l.hero._xscale / 100));
this._y = _root.l.hero._y + 3;
gotoAndStop ("agarrado");
this._xscale = _root.l.hero._xscale * -1;
}
if (resiste > 0) {
resiste = resiste - 0.2;
}
for (var i in _root.l.enemy) {
if ((colision.hitTest(_root.l.enemy[i].colision) and (this._x != _root.l.enemy[i]._x)) and (this._y < _root.l.enemy[i]._y)) {
_root.l.enemy[i]._y = _root.l.enemy[i]._y + 0.5;
} else if (colision.hitTest(_root.l.enemy[i].colision) and (this._x != _root.l.enemy[i]._x)) {
_root.l.enemy[i]._y = _root.l.enemy[i]._y - 0.5;
}
}
if (golpeado_anima == 1) {
golpeado_anima = 0;
this.gotoAndPlay("golpeado");
}
}
onClipEvent (enterFrame) {
this.swapDepths((this._x / 90) + (this._y + 20));
if ((tiempo == 0) and (actividad == 0)) {
tiempo = random(40);
actitud = random(2);
if (actitud == 0) {
gotoAndPlay ("stand");
stun = 1;
}
if (actitud == 1) {
gotoAndPlay ("dash");
actividad = 0;
stun = 0;
tiempo = random(40) + 30;
actitud = 0;
stun = 1;
}
} else if ((stun != 1) and (actividad == 0)) {
tiempo = tiempo - 1;
}
if (stun != 1) {
if ((((_root.l.hero.golpeado != 1) and ((this._y - _root.l.detector._y) < 0)) and (((this._y - _root.l.detector._y) - 20) > 0)) or (((_root.l.hero.golpeado != 1) and (((this._y - _root.l.detector._y) + 20) > 0)) and (((this._y - _root.l.detector._y) - 20) < -30))) {
if (((this._x - _root.l.detector._x) < 70) and ((this._x - _root.l.detector._x) > 0)) {
gotoAndPlay ("ataque");
this._xscale = -100;
stun = 1;
}
if (((this._x - _root.l.detector._x) > -70) and ((this._x - _root.l.detector._x) < 0)) {
gotoAndPlay ("ataque");
this._xscale = 100;
stun = 1;
}
}
if (stun != 1) {
if (_root.l.detector._x < this._x) {
this._x = _x - speed;
if (camina == 0) {
this.gotoAndPlay("camina");
}
this._xscale = -100;
} else if ((_root.l.detector._x > this._x) and ((_root.l.detector._x - _x) > 40)) {
this._x = _x + speed;
if (camina == 0) {
this.gotoAndPlay("camina");
}
this._xscale = 100;
}
if (((_root.l.detector._y - 20) < this._y) and (((_y - _root.l.detector._y) + 20) > 10)) {
this._y = _y - (speed / 2);
if (camina == 0) {
this.gotoAndPlay("camina");
}
} else {
if ((_root.l.detector._y - 20) > this._y) {
this._y = _y + (speed / 2);
}
if (camina == 0) {
this.gotoAndPlay("camina");
}
}
}
}
if (hp < 0) {
myColor = new Color(this);
myColor.setRGB(16763904);
gotoAndStop ("bash");
golpeado = 1;
tiempo_muere = tiempo_muere - 1;
this._alpha = this._alpha - 5;
if (tiempo_muere < 0) {
_root.sthero.score = _root.sthero.score + 100;
_root.l.muertos = _root.l.muertos + 1;
removeMovieClip(this);
}
}
}
Instance of Symbol 1149 MovieClip in Symbol 2127 MovieClip Frame 1
onClipEvent (load) {
nombre = "jackscope";
aguante = 20;
empujacion = 15;
resiste = 0;
torso.armor.gotoAndStop(13);
torso.cinto.gotoAndStop(3);
gamba1.gotoAndStop(1);
gamba2.gotoAndStop(1);
q1.gotoAndStop(3);
q2.gotoAndStop(3);
antebrazo = 7;
antebrazo1.gotoAndStop(antebrazo);
antebrazo2.gotoAndStop(antebrazo);
head.pelo.gotoAndStop(1);
head.detalle.gotoAndStop(13);
dmg = 10;
tiempo_muere = 20;
tiempo = random(70);
actividad = 0;
hp = 300;
maxhp = hp;
speed = 7;
armor_normal = 10;
armor_fire = 0;
armor_ice = 0;
armor_shadow = 0;
armor_special = 0;
_root.vivos = _root.vivos + 1;
_root.l.empujar.push(this);
_root.l.enemy.push(this);
}
onClipEvent (enterFrame) {
if (agarrado == true) {
this._x = _root.l.hero._x + (60 * (_root.l.hero._xscale / 100));
this._y = _root.l.hero._y + 3;
gotoAndStop ("agarrado");
this._xscale = _root.l.hero._xscale * -1;
}
if (resiste > 0) {
resiste = resiste - 0.2;
}
for (var i in _root.l.enemy) {
if ((colision.hitTest(_root.l.enemy[i].colision) and (this._x != _root.l.enemy[i]._x)) and (this._y < _root.l.enemy[i]._y)) {
_root.l.enemy[i]._y = _root.l.enemy[i]._y + 0.5;
} else if (colision.hitTest(_root.l.enemy[i].colision) and (this._x != _root.l.enemy[i]._x)) {
_root.l.enemy[i]._y = _root.l.enemy[i]._y - 0.5;
}
}
if (golpeado_anima == 1) {
golpeado_anima = 0;
this.gotoAndPlay("golpeado");
}
}
onClipEvent (enterFrame) {
this.swapDepths((this._x / 90) + (this._y + 20));
if ((tiempo == 0) and (actividad == 0)) {
tiempo = random(40);
actitud = random(2);
if (actitud == 0) {
gotoAndPlay ("stand");
stun = 1;
}
if (actitud == 1) {
gotoAndPlay ("dashb");
actividad = 0;
stun = 0;
tiempo = random(40) + 30;
actitud = 0;
stun = 1;
}
} else if ((stun != 1) and (actividad == 0)) {
tiempo = tiempo - 1;
}
if (stun != 1) {
if ((((_root.l.hero.golpeado != 1) and ((this._y - _root.l.detector._y) < 0)) and (((this._y - _root.l.detector._y) - 20) > 0)) or (((_root.l.hero.golpeado != 1) and (((this._y - _root.l.detector._y) + 20) > 0)) and (((this._y - _root.l.detector._y) - 20) < -30))) {
if (((this._x - _root.l.detector._x) < 300) and ((this._x - _root.l.detector._x) > 0)) {
gotoAndPlay ("ataque");
this._xscale = -100;
stun = 1;
}
if (((this._x - _root.l.detector._x) > -300) and ((this._x - _root.l.detector._x) < 0)) {
gotoAndPlay ("ataque");
this._xscale = 100;
stun = 1;
}
}
if (stun != 1) {
if (_root.l.detector._x < this._x) {
this._x = _x - speed;
if (camina == 0) {
this.gotoAndPlay("camina");
}
this._xscale = -100;
} else if ((_root.l.detector._x > this._x) and ((_root.l.detector._x - _x) > 40)) {
this._x = _x + speed;
if (camina == 0) {
this.gotoAndPlay("camina");
}
this._xscale = 100;
}
if (((_root.l.detector._y - 20) < this._y) and (((_y - _root.l.detector._y) + 20) > 10)) {
this._y = _y - (speed / 2);
if (camina == 0) {
this.gotoAndPlay("camina");
}
} else {
if ((_root.l.detector._y - 20) > this._y) {
this._y = _y + (speed / 2);
}
if (camina == 0) {
this.gotoAndPlay("camina");
}
}
}
}
if (hp < 0) {
myColor = new Color(this);
myColor.setRGB(16763904);
gotoAndStop ("bash");
golpeado = 1;
tiempo_muere = tiempo_muere - 1;
this._alpha = this._alpha - 5;
if (tiempo_muere < 0) {
_root.sthero.score = _root.sthero.score + 100;
_root.l.muertos = _root.l.muertos + 1;
_root.l.shockwave = _root.l.attachMovie("pistolup", (("dagaso" + getTimer()) + random(100000)) + _root.cuentacuentos, _root.l.getNextHighestDepth());
_root.cuentacuentos = _root.cuentacuentos + 1;
_root.l.shockwave._x = this._x;
_root.l.shockwave._y = this._y - 10;
removeMovieClip(this);
}
}
}
Instance of Symbol 1149 MovieClip in Symbol 2127 MovieClip Frame 1
onClipEvent (load) {
nombre = "jackscope";
aguante = 20;
empujacion = 15;
resiste = 0;
torso.armor.gotoAndStop(13);
torso.cinto.gotoAndStop(3);
gamba1.gotoAndStop(1);
gamba2.gotoAndStop(1);
q1.gotoAndStop(3);
q2.gotoAndStop(3);
antebrazo = 7;
antebrazo1.gotoAndStop(antebrazo);
antebrazo2.gotoAndStop(antebrazo);
head.pelo.gotoAndStop(1);
head.detalle.gotoAndStop(13);
dmg = 10;
tiempo_muere = 20;
tiempo = random(70);
actividad = 0;
hp = 300;
maxhp = hp;
speed = 7;
armor_normal = 10;
armor_fire = 0;
armor_ice = 0;
armor_shadow = 0;
armor_special = 0;
_root.vivos = _root.vivos + 1;
_root.l.empujar.push(this);
_root.l.enemy.push(this);
}
onClipEvent (enterFrame) {
if (agarrado == true) {
this._x = _root.l.hero._x + (60 * (_root.l.hero._xscale / 100));
this._y = _root.l.hero._y + 3;
gotoAndStop ("agarrado");
this._xscale = _root.l.hero._xscale * -1;
}
if (resiste > 0) {
resiste = resiste - 0.2;
}
for (var i in _root.l.enemy) {
if ((colision.hitTest(_root.l.enemy[i].colision) and (this._x != _root.l.enemy[i]._x)) and (this._y < _root.l.enemy[i]._y)) {
_root.l.enemy[i]._y = _root.l.enemy[i]._y + 0.5;
} else if (colision.hitTest(_root.l.enemy[i].colision) and (this._x != _root.l.enemy[i]._x)) {
_root.l.enemy[i]._y = _root.l.enemy[i]._y - 0.5;
}
}
if (golpeado_anima == 1) {
golpeado_anima = 0;
this.gotoAndPlay("golpeado");
}
}
onClipEvent (enterFrame) {
this.swapDepths((this._x / 90) + (this._y + 20));
if ((tiempo == 0) and (actividad == 0)) {
tiempo = random(40);
actitud = random(2);
if (actitud == 0) {
gotoAndPlay ("stand");
stun = 1;
}
if (actitud == 1) {
gotoAndPlay ("dashb");
actividad = 0;
stun = 0;
tiempo = random(40) + 30;
actitud = 0;
stun = 1;
}
} else if ((stun != 1) and (actividad == 0)) {
tiempo = tiempo - 1;
}
if (stun != 1) {
if ((((_root.l.hero.golpeado != 1) and ((this._y - _root.l.detector._y) < 0)) and (((this._y - _root.l.detector._y) - 20) > 0)) or (((_root.l.hero.golpeado != 1) and (((this._y - _root.l.detector._y) + 20) > 0)) and (((this._y - _root.l.detector._y) - 20) < -30))) {
if (((this._x - _root.l.detector._x) < 300) and ((this._x - _root.l.detector._x) > 0)) {
gotoAndPlay ("ataque");
this._xscale = -100;
stun = 1;
}
if (((this._x - _root.l.detector._x) > -300) and ((this._x - _root.l.detector._x) < 0)) {
gotoAndPlay ("ataque");
this._xscale = 100;
stun = 1;
}
}
if (stun != 1) {
if (_root.l.detector._x < this._x) {
this._x = _x - speed;
if (camina == 0) {
this.gotoAndPlay("camina");
}
this._xscale = -100;
} else if ((_root.l.detector._x > this._x) and ((_root.l.detector._x - _x) > 40)) {
this._x = _x + speed;
if (camina == 0) {
this.gotoAndPlay("camina");
}
this._xscale = 100;
}
if (((_root.l.detector._y - 20) < this._y) and (((_y - _root.l.detector._y) + 20) > 10)) {
this._y = _y - (speed / 2);
if (camina == 0) {
this.gotoAndPlay("camina");
}
} else {
if ((_root.l.detector._y - 20) > this._y) {
this._y = _y + (speed / 2);
}
if (camina == 0) {
this.gotoAndPlay("camina");
}
}
}
}
if (hp < 0) {
myColor = new Color(this);
myColor.setRGB(16763904);
gotoAndStop ("bash");
golpeado = 1;
tiempo_muere = tiempo_muere - 1;
this._alpha = this._alpha - 5;
if (tiempo_muere < 0) {
_root.sthero.score = _root.sthero.score + 100;
_root.l.muertos = _root.l.muertos + 1;
_root.l.shockwave = _root.l.attachMovie("pistolup", (("dagaso" + getTimer()) + random(100000)) + _root.cuentacuentos, _root.l.getNextHighestDepth());
_root.cuentacuentos = _root.cuentacuentos + 1;
_root.l.shockwave._x = this._x;
_root.l.shockwave._y = this._y - 10;
removeMovieClip(this);
}
}
}
Instance of Symbol 1132 MovieClip in Symbol 2127 MovieClip Frame 1
onClipEvent (load) {
objeto = "si";
aguante = 20;
empujacion = 15;
resiste = 0;
contiene = "carne";
hp = 10;
maxhp = hp;
speed = 5;
armor_normal = 10;
armor_fire = 0;
armor_ice = 0;
armor_shadow = 0;
armor_special = 0;
_root.l.objetos.push(this);
}
onClipEvent (enterFrame) {
if (agarrado == true) {
this._x = _root.l.hero._x + (60 * (_root.l.hero._xscale / 100));
this._y = _root.l.hero._y + 3;
gotoAndStop ("agarrado");
this._xscale = _root.l.hero._xscale * -1;
}
if (resiste > 0) {
resiste = resiste - 0.2;
}
if (golpeado_anima == 1) {
golpeado_anima = 0;
this.gotoAndPlay("golpeado");
}
this.swapDepths((this._x / 90) + (this._y + 20));
if (hp < 0) {
if (_root.l.hero.graveado == _name) {
_root.l.hero.graveado = undefined;
_root.l.hero.gotoAndPlay("stand");
}
gotoAndStop ("golpeado");
golpeado = 1;
tiempo_muere = tiempo_muere - 1;
if (tiempo_muere < 0) {
removeMovieClip(this);
}
}
}
Instance of Symbol 1132 MovieClip in Symbol 2127 MovieClip Frame 1
onClipEvent (load) {
objeto = "si";
aguante = 20;
empujacion = 15;
resiste = 0;
contiene = "carne";
hp = 10;
maxhp = hp;
speed = 5;
armor_normal = 10;
armor_fire = 0;
armor_ice = 0;
armor_shadow = 0;
armor_special = 0;
_root.l.objetos.push(this);
}
onClipEvent (enterFrame) {
if (agarrado == true) {
this._x = _root.l.hero._x + (60 * (_root.l.hero._xscale / 100));
this._y = _root.l.hero._y + 3;
gotoAndStop ("agarrado");
this._xscale = _root.l.hero._xscale * -1;
}
if (resiste > 0) {
resiste = resiste - 0.2;
}
if (golpeado_anima == 1) {
golpeado_anima = 0;
this.gotoAndPlay("golpeado");
}
this.swapDepths((this._x / 90) + (this._y + 20));
if (hp < 0) {
if (_root.l.hero.graveado == _name) {
_root.l.hero.graveado = undefined;
_root.l.hero.gotoAndPlay("stand");
}
gotoAndStop ("golpeado");
golpeado = 1;
tiempo_muere = tiempo_muere - 1;
if (tiempo_muere < 0) {
removeMovieClip(this);
}
}
}
Instance of Symbol 1132 MovieClip in Symbol 2127 MovieClip Frame 1
onClipEvent (load) {
objeto = "si";
aguante = 20;
empujacion = 15;
resiste = 0;
contiene = "carne";
hp = 10;
maxhp = hp;
speed = 5;
armor_normal = 10;
armor_fire = 0;
armor_ice = 0;
armor_shadow = 0;
armor_special = 0;
_root.l.objetos.push(this);
}
onClipEvent (enterFrame) {
if (agarrado == true) {
this._x = _root.l.hero._x + (60 * (_root.l.hero._xscale / 100));
this._y = _root.l.hero._y + 3;
gotoAndStop ("agarrado");
this._xscale = _root.l.hero._xscale * -1;
}
if (resiste > 0) {
resiste = resiste - 0.2;
}
if (golpeado_anima == 1) {
golpeado_anima = 0;
this.gotoAndPlay("golpeado");
}
this.swapDepths((this._x / 90) + (this._y + 20));
if (hp < 0) {
if (_root.l.hero.graveado == _name) {
_root.l.hero.graveado = undefined;
_root.l.hero.gotoAndPlay("stand");
}
gotoAndStop ("golpeado");
golpeado = 1;
tiempo_muere = tiempo_muere - 1;
if (tiempo_muere < 0) {
removeMovieClip(this);
}
}
}
Symbol 2128 MovieClip Frame 1
enemy = [];
muertos = 0;
objetos = [];
Instance of Symbol 391 MovieClip in Symbol 2128 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.l.targetgolpe)) {
_root.l.hero._y = _root.l.hero._y - (_root.velocity / 2);
}
}
Instance of Symbol 391 MovieClip in Symbol 2128 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.l.targetgolpe)) {
_root.l.hero._y = _root.l.hero._y + (_root.velocity / 2);
}
}
Instance of Symbol 391 MovieClip "eso2" in Symbol 2128 MovieClip Frame 1
onClipEvent (enterFrame) {
if (((this.hitTest(_root.l.targetgolpe) and (_root.limpio == 1)) and (_root.l.hero.camina == 1)) and (_root.l.hero._xscale == 100)) {
_root.limpio = 0;
_root.destino = "derecha";
_root.flash1.play();
}
}
Instance of Symbol 253 MovieClip "detector" in Symbol 2128 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_root.l.invi == 0) or (_root.l.invi == undefined)) {
this._x = _root.l.hero._x;
this._y = _root.l.hero._y + 15;
}
}
Instance of Symbol 253 MovieClip "targetgolpe" in Symbol 2128 MovieClip Frame 1
onClipEvent (enterFrame) {
this._x = _root.l.hero._x;
this._y = _root.l.hero._y + 35;
}
Instance of Symbol 376 MovieClip in Symbol 2128 MovieClip Frame 1
onClipEvent (load) {
nombre = "winter";
aguante = 20;
empujacion = 25;
resiste = 0;
torso.armor.gotoAndStop(13);
torso.cinto.gotoAndStop(3);
gamba1.gotoAndStop(1);
gamba2.gotoAndStop(1);
q1.gotoAndStop(3);
q2.gotoAndStop(3);
antebrazo = 7;
antebrazo1.gotoAndStop(antebrazo);
antebrazo2.gotoAndStop(antebrazo);
head.pelo.gotoAndStop(1);
head.detalle.gotoAndStop(13);
dmg = 40;
tiempo_muere = 20;
tiempo = random(70);
actividad = 0;
hp = 300;
maxhp = hp;
speed = 5;
armor_normal = 10;
armor_fire = 0;
armor_ice = 0;
armor_shadow = 0;
armor_special = 0;
_root.vivos = _root.vivos + 1;
_root.l.empujar.push(this);
_root.l.enemy.push(this);
}
onClipEvent (enterFrame) {
if (agarrado == true) {
this._x = _root.l.hero._x + (60 * (_root.l.hero._xscale / 100));
this._y = _root.l.hero._y + 3;
gotoAndStop ("agarrado");
this._xscale = _root.l.hero._xscale * -1;
}
if (resiste > 0) {
resiste = resiste - 0.2;
}
for (var i in _root.l.enemy) {
if ((colision.hitTest(_root.l.enemy[i].colision) and (this._x != _root.l.enemy[i]._x)) and (this._y < _root.l.enemy[i]._y)) {
_root.l.enemy[i]._y = _root.l.enemy[i]._y + 0.5;
} else if (colision.hitTest(_root.l.enemy[i].colision) and (this._x != _root.l.enemy[i]._x)) {
_root.l.enemy[i]._y = _root.l.enemy[i]._y - 0.5;
}
}
if (golpeado_anima == 1) {
golpeado_anima = 0;
this.gotoAndPlay("golpeado");
}
}
onClipEvent (enterFrame) {
this.swapDepths((this._x / 90) + (this._y + 20));
if ((tiempo == 0) and (actividad == 0)) {
tiempo = random(40);
actitud = random(2);
if (actitud == 0) {
gotoAndPlay ("stand");
stun = 1;
}
if (actitud == 1) {
gotoAndPlay ("dash");
actividad = 0;
stun = 0;
tiempo = random(40) + 30;
actitud = 0;
stun = 1;
}
} else if ((stun != 1) and (actividad == 0)) {
tiempo = tiempo - 1;
}
if (stun != 1) {
if ((((_root.l.hero.golpeado != 1) and ((this._y - _root.l.detector._y) < 0)) and (((this._y - _root.l.detector._y) - 20) > 0)) or (((_root.l.hero.golpeado != 1) and (((this._y - _root.l.detector._y) + 20) > 0)) and (((this._y - _root.l.detector._y) - 20) < -30))) {
if (((this._x - _root.l.detector._x) < 70) and ((this._x - _root.l.detector._x) > 0)) {
gotoAndPlay ("ataque");
this._xscale = -100;
stun = 1;
}
if (((this._x - _root.l.detector._x) > -70) and ((this._x - _root.l.detector._x) < 0)) {
gotoAndPlay ("ataque");
this._xscale = 100;
stun = 1;
}
}
if (stun != 1) {
if (_root.l.detector._x < this._x) {
this._x = _x - speed;
if (camina == 0) {
this.gotoAndPlay("camina");
}
this._xscale = -100;
} else if ((_root.l.detector._x > this._x) and ((_root.l.detector._x - _x) > 40)) {
this._x = _x + speed;
if (camina == 0) {
this.gotoAndPlay("camina");
}
this._xscale = 100;
}
if (((_root.l.detector._y - 20) < this._y) and (((_y - _root.l.detector._y) + 20) > 10)) {
this._y = _y - (speed / 2);
if (camina == 0) {
this.gotoAndPlay("camina");
}
} else {
if ((_root.l.detector._y - 20) > this._y) {
this._y = _y + (speed / 2);
}
if (camina == 0) {
this.gotoAndPlay("camina");
}
}
}
}
if (hp < 0) {
myColor = new Color(this);
myColor.setRGB(16763904);
gotoAndStop ("bash");
golpeado = 1;
tiempo_muere = tiempo_muere - 1;
this._alpha = this._alpha - 5;
if (tiempo_muere < 0) {
_root.sthero.score = _root.sthero.score + 100;
_root.l.muertos = _root.l.muertos + 1;
removeMovieClip(this);
}
}
}
Instance of Symbol 1132 MovieClip in Symbol 2128 MovieClip Frame 1
onClipEvent (load) {
objeto = "si";
aguante = 20;
empujacion = 15;
resiste = 0;
contiene = "carne";
hp = 10;
maxhp = hp;
speed = 5;
armor_normal = 10;
armor_fire = 0;
armor_ice = 0;
armor_shadow = 0;
armor_special = 0;
_root.l.objetos.push(this);
}
onClipEvent (enterFrame) {
if (agarrado == true) {
this._x = _root.l.hero._x + (60 * (_root.l.hero._xscale / 100));
this._y = _root.l.hero._y + 3;
gotoAndStop ("agarrado");
this._xscale = _root.l.hero._xscale * -1;
}
if (resiste > 0) {
resiste = resiste - 0.2;
}
if (golpeado_anima == 1) {
golpeado_anima = 0;
this.gotoAndPlay("golpeado");
}
this.swapDepths((this._x / 90) + (this._y + 20));
if (hp < 0) {
if (_root.l.hero.graveado == _name) {
_root.l.hero.graveado = undefined;
_root.l.hero.gotoAndPlay("stand");
}
gotoAndStop ("golpeado");
golpeado = 1;
tiempo_muere = tiempo_muere - 1;
if (tiempo_muere < 0) {
removeMovieClip(this);
}
}
}
Instance of Symbol 376 MovieClip in Symbol 2128 MovieClip Frame 1
onClipEvent (load) {
nombre = "winter";
aguante = 20;
empujacion = 25;
resiste = 0;
torso.armor.gotoAndStop(13);
torso.cinto.gotoAndStop(3);
gamba1.gotoAndStop(1);
gamba2.gotoAndStop(1);
q1.gotoAndStop(3);
q2.gotoAndStop(3);
antebrazo = 7;
antebrazo1.gotoAndStop(antebrazo);
antebrazo2.gotoAndStop(antebrazo);
head.pelo.gotoAndStop(1);
head.detalle.gotoAndStop(13);
dmg = 40;
tiempo_muere = 20;
tiempo = random(70);
actividad = 0;
hp = 300;
maxhp = hp;
speed = 5;
armor_normal = 10;
armor_fire = 0;
armor_ice = 0;
armor_shadow = 0;
armor_special = 0;
_root.vivos = _root.vivos + 1;
_root.l.empujar.push(this);
_root.l.enemy.push(this);
}
onClipEvent (enterFrame) {
if (agarrado == true) {
this._x = _root.l.hero._x + (60 * (_root.l.hero._xscale / 100));
this._y = _root.l.hero._y + 3;
gotoAndStop ("agarrado");
this._xscale = _root.l.hero._xscale * -1;
}
if (resiste > 0) {
resiste = resiste - 0.2;
}
for (var i in _root.l.enemy) {
if ((colision.hitTest(_root.l.enemy[i].colision) and (this._x != _root.l.enemy[i]._x)) and (this._y < _root.l.enemy[i]._y)) {
_root.l.enemy[i]._y = _root.l.enemy[i]._y + 0.5;
} else if (colision.hitTest(_root.l.enemy[i].colision) and (this._x != _root.l.enemy[i]._x)) {
_root.l.enemy[i]._y = _root.l.enemy[i]._y - 0.5;
}
}
if (golpeado_anima == 1) {
golpeado_anima = 0;
this.gotoAndPlay("golpeado");
}
}
onClipEvent (enterFrame) {
this.swapDepths((this._x / 90) + (this._y + 20));
if ((tiempo == 0) and (actividad == 0)) {
tiempo = random(40);
actitud = random(2);
if (actitud == 0) {
gotoAndPlay ("stand");
stun = 1;
}
if (actitud == 1) {
gotoAndPlay ("dash");
actividad = 0;
stun = 0;
tiempo = random(40) + 30;
actitud = 0;
stun = 1;
}
} else if ((stun != 1) and (actividad == 0)) {
tiempo = tiempo - 1;
}
if (stun != 1) {
if ((((_root.l.hero.golpeado != 1) and ((this._y - _root.l.detector._y) < 0)) and (((this._y - _root.l.detector._y) - 20) > 0)) or (((_root.l.hero.golpeado != 1) and (((this._y - _root.l.detector._y) + 20) > 0)) and (((this._y - _root.l.detector._y) - 20) < -30))) {
if (((this._x - _root.l.detector._x) < 70) and ((this._x - _root.l.detector._x) > 0)) {
gotoAndPlay ("ataque");
this._xscale = -100;
stun = 1;
}
if (((this._x - _root.l.detector._x) > -70) and ((this._x - _root.l.detector._x) < 0)) {
gotoAndPlay ("ataque");
this._xscale = 100;
stun = 1;
}
}
if (stun != 1) {
if (_root.l.detector._x < this._x) {
this._x = _x - speed;
if (camina == 0) {
this.gotoAndPlay("camina");
}
this._xscale = -100;
} else if ((_root.l.detector._x > this._x) and ((_root.l.detector._x - _x) > 40)) {
this._x = _x + speed;
if (camina == 0) {
this.gotoAndPlay("camina");
}
this._xscale = 100;
}
if (((_root.l.detector._y - 20) < this._y) and (((_y - _root.l.detector._y) + 20) > 10)) {
this._y = _y - (speed / 2);
if (camina == 0) {
this.gotoAndPlay("camina");
}
} else {
if ((_root.l.detector._y - 20) > this._y) {
this._y = _y + (speed / 2);
}
if (camina == 0) {
this.gotoAndPlay("camina");
}
}
}
}
if (hp < 0) {
myColor = new Color(this);
myColor.setRGB(16763904);
gotoAndStop ("bash");
golpeado = 1;
tiempo_muere = tiempo_muere - 1;
this._alpha = this._alpha - 5;
if (tiempo_muere < 0) {
_root.sthero.score = _root.sthero.score + 100;
_root.l.muertos = _root.l.muertos + 1;
removeMovieClip(this);
}
}
}
Instance of Symbol 376 MovieClip in Symbol 2128 MovieClip Frame 1
onClipEvent (load) {
nombre = "winter";
aguante = 20;
empujacion = 25;
resiste = 0;
torso.armor.gotoAndStop(13);
torso.cinto.gotoAndStop(3);
gamba1.gotoAndStop(1);
gamba2.gotoAndStop(1);
q1.gotoAndStop(3);
q2.gotoAndStop(3);
antebrazo = 7;
antebrazo1.gotoAndStop(antebrazo);
antebrazo2.gotoAndStop(antebrazo);
head.pelo.gotoAndStop(1);
head.detalle.gotoAndStop(13);
dmg = 40;
tiempo_muere = 20;
tiempo = random(70);
actividad = 0;
hp = 300;
maxhp = hp;
speed = 5;
armor_normal = 10;
armor_fire = 0;
armor_ice = 0;
armor_shadow = 0;
armor_special = 0;
_root.vivos = _root.vivos + 1;
_root.l.empujar.push(this);
_root.l.enemy.push(this);
}
onClipEvent (enterFrame) {
if (agarrado == true) {
this._x = _root.l.hero._x + (60 * (_root.l.hero._xscale / 100));
this._y = _root.l.hero._y + 3;
gotoAndStop ("agarrado");
this._xscale = _root.l.hero._xscale * -1;
}
if (resiste > 0) {
resiste = resiste - 0.2;
}
for (var i in _root.l.enemy) {
if ((colision.hitTest(_root.l.enemy[i].colision) and (this._x != _root.l.enemy[i]._x)) and (this._y < _root.l.enemy[i]._y)) {
_root.l.enemy[i]._y = _root.l.enemy[i]._y + 0.5;
} else if (colision.hitTest(_root.l.enemy[i].colision) and (this._x != _root.l.enemy[i]._x)) {
_root.l.enemy[i]._y = _root.l.enemy[i]._y - 0.5;
}
}
if (golpeado_anima == 1) {
golpeado_anima = 0;
this.gotoAndPlay("golpeado");
}
}
onClipEvent (enterFrame) {
this.swapDepths((this._x / 90) + (this._y + 20));
if ((tiempo == 0) and (actividad == 0)) {
tiempo = random(40);
actitud = random(2);
if (actitud == 0) {
gotoAndPlay ("stand");
stun = 1;
}
if (actitud == 1) {
gotoAndPlay ("dash");
actividad = 0;
stun = 0;
tiempo = random(40) + 30;
actitud = 0;
stun = 1;
}
} else if ((stun != 1) and (actividad == 0)) {
tiempo = tiempo - 1;
}
if (stun != 1) {
if ((((_root.l.hero.golpeado != 1) and ((this._y - _root.l.detector._y) < 0)) and (((this._y - _root.l.detector._y) - 20) > 0)) or (((_root.l.hero.golpeado != 1) and (((this._y - _root.l.detector._y) + 20) > 0)) and (((this._y - _root.l.detector._y) - 20) < -30))) {
if (((this._x - _root.l.detector._x) < 70) and ((this._x - _root.l.detector._x) > 0)) {
gotoAndPlay ("ataque");
this._xscale = -100;
stun = 1;
}
if (((this._x - _root.l.detector._x) > -70) and ((this._x - _root.l.detector._x) < 0)) {
gotoAndPlay ("ataque");
this._xscale = 100;
stun = 1;
}
}
if (stun != 1) {
if (_root.l.detector._x < this._x) {
this._x = _x - speed;
if (camina == 0) {
this.gotoAndPlay("camina");
}
this._xscale = -100;
} else if ((_root.l.detector._x > this._x) and ((_root.l.detector._x - _x) > 40)) {
this._x = _x + speed;
if (camina == 0) {
this.gotoAndPlay("camina");
}
this._xscale = 100;
}
if (((_root.l.detector._y - 20) < this._y) and (((_y - _root.l.detector._y) + 20) > 10)) {
this._y = _y - (speed / 2);
if (camina == 0) {
this.gotoAndPlay("camina");
}
} else {
if ((_root.l.detector._y - 20) > this._y) {
this._y = _y + (speed / 2);
}
if (camina == 0) {
this.gotoAndPlay("camina");
}
}
}
}
if (hp < 0) {
myColor = new Color(this);
myColor.setRGB(16763904);
gotoAndStop ("bash");
golpeado = 1;
tiempo_muere = tiempo_muere - 1;
this._alpha = this._alpha - 5;
if (tiempo_muere < 0) {
_root.sthero.score = _root.sthero.score + 100;
_root.l.muertos = _root.l.muertos + 1;
removeMovieClip(this);
}
}
}
Instance of Symbol 319 MovieClip in Symbol 2128 MovieClip Frame 1
onClipEvent (load) {
nombre = "youngbitedog";
aguante = 20;
empujacion = 15;
resiste = 0;
torso.armor.gotoAndStop(13);
torso.cinto.gotoAndStop(3);
gamba1.gotoAndStop(1);
gamba2.gotoAndStop(1);
q1.gotoAndStop(3);
q2.gotoAndStop(3);
antebrazo = 7;
antebrazo1.gotoAndStop(antebrazo);
antebrazo2.gotoAndStop(antebrazo);
head.pelo.gotoAndStop(1);
head.detalle.gotoAndStop(13);
dmg = 30;
tiempo_muere = 20;
tiempo = random(70);
actividad = 0;
hp = 200;
maxhp = hp;
speed = 10;
armor_normal = 10;
armor_fire = 0;
armor_ice = 0;
armor_shadow = 0;
armor_special = 0;
_root.vivos = _root.vivos + 1;
_root.l.empujar.push(this);
_root.l.enemy.push(this);
}
onClipEvent (enterFrame) {
if (agarrado == true) {
this._x = _root.l.hero._x + (60 * (_root.l.hero._xscale / 100));
this._y = _root.l.hero._y + 3;
gotoAndStop ("agarrado");
this._xscale = _root.l.hero._xscale * -1;
}
if (resiste > 0) {
resiste = resiste - 0.2;
}
for (var i in _root.l.enemy) {
if ((colision.hitTest(_root.l.enemy[i].colision) and (this._x != _root.l.enemy[i]._x)) and (this._y < _root.l.enemy[i]._y)) {
_root.l.enemy[i]._y = _root.l.enemy[i]._y + 0.5;
} else if (colision.hitTest(_root.l.enemy[i].colision) and (this._x != _root.l.enemy[i]._x)) {
_root.l.enemy[i]._y = _root.l.enemy[i]._y - 0.5;
}
}
if (golpeado_anima == 1) {
golpeado_anima = 0;
this.gotoAndPlay("golpeado");
}
}
onClipEvent (enterFrame) {
this.swapDepths((this._x / 90) + (this._y + 20));
if ((tiempo == 0) and (actividad == 0)) {
tiempo = random(40);
actitud = random(2);
if (actitud == 0) {
gotoAndPlay ("stand");
stun = 1;
}
if (actitud == 1) {
gotoAndPlay ("dashb");
actividad = 0;
stun = 0;
tiempo = random(40) + 30;
actitud = 0;
stun = 1;
}
} else if ((stun != 1) and (actividad == 0)) {
tiempo = tiempo - 1;
}
if (stun != 1) {
if ((((_root.l.hero.golpeado != 1) and ((this._y - _root.l.detector._y) < 0)) and (((this._y - _root.l.detector._y) - 20) > 0)) or (((_root.l.hero.golpeado != 1) and (((this._y - _root.l.detector._y) + 20) > 0)) and (((this._y - _root.l.detector._y) - 20) < -30))) {
if (((this._x - _root.l.detector._x) < 70) and ((this._x - _root.l.detector._x) > 0)) {
gotoAndPlay ("ataque");
this._xscale = -100;
stun = 1;
}
if (((this._x - _root.l.detector._x) > -70) and ((this._x - _root.l.detector._x) < 0)) {
gotoAndPlay ("ataque");
this._xscale = 100;
stun = 1;
}
}
if (stun != 1) {
if (_root.l.detector._x < this._x) {
this._x = _x - speed;
if (camina == 0) {
this.gotoAndPlay("camina");
}
this._xscale = -100;
} else if ((_root.l.detector._x > this._x) and ((_root.l.detector._x - _x) > 40)) {
this._x = _x + speed;
if (camina == 0) {
this.gotoAndPlay("camina");
}
this._xscale = 100;
}
if (((_root.l.detector._y - 20) < this._y) and (((_y - _root.l.detector._y) + 20) > 10)) {
this._y = _y - (speed / 2);
if (camina == 0) {
this.gotoAndPlay("camina");
}
} else {
if ((_root.l.detector._y - 20) > this._y) {
this._y = _y + (speed / 2);
}
if (camina == 0) {
this.gotoAndPlay("camina");
}
}
}
}
if (hp < 0) {
myColor = new Color(this);
myColor.setRGB(16763904);
gotoAndStop ("bash");
golpeado = 1;
tiempo_muere = tiempo_muere - 1;
this._alpha = this._alpha - 5;
if (tiempo_muere < 0) {
_root.sthero.score = _root.sthero.score + 80;
_root.l.muertos = _root.l.muertos + 1;
removeMovieClip(this);
}
}
}
Instance of Symbol 319 MovieClip in Symbol 2128 MovieClip Frame 1
onClipEvent (load) {
nombre = "youngbitedog";
aguante = 20;
empujacion = 15;
resiste = 0;
torso.armor.gotoAndStop(13);
torso.cinto.gotoAndStop(3);
gamba1.gotoAndStop(1);
gamba2.gotoAndStop(1);
q1.gotoAndStop(3);
q2.gotoAndStop(3);
antebrazo = 7;
antebrazo1.gotoAndStop(antebrazo);
antebrazo2.gotoAndStop(antebrazo);
head.pelo.gotoAndStop(1);
head.detalle.gotoAndStop(13);
dmg = 30;
tiempo_muere = 20;
tiempo = random(70);
actividad = 0;
hp = 200;
maxhp = hp;
speed = 10;
armor_normal = 10;
armor_fire = 0;
armor_ice = 0;
armor_shadow = 0;
armor_special = 0;
_root.vivos = _root.vivos + 1;
_root.l.empujar.push(this);
_root.l.enemy.push(this);
}
onClipEvent (enterFrame) {
if (agarrado == true) {
this._x = _root.l.hero._x + (60 * (_root.l.hero._xscale / 100));
this._y = _root.l.hero._y + 3;
gotoAndStop ("agarrado");
this._xscale = _root.l.hero._xscale * -1;
}
if (resiste > 0) {
resiste = resiste - 0.2;
}
for (var i in _root.l.enemy) {
if ((colision.hitTest(_root.l.enemy[i].colision) and (this._x != _root.l.enemy[i]._x)) and (this._y < _root.l.enemy[i]._y)) {
_root.l.enemy[i]._y = _root.l.enemy[i]._y + 0.5;
} else if (colision.hitTest(_root.l.enemy[i].colision) and (this._x != _root.l.enemy[i]._x)) {
_root.l.enemy[i]._y = _root.l.enemy[i]._y - 0.5;
}
}
if (golpeado_anima == 1) {
golpeado_anima = 0;
this.gotoAndPlay("golpeado");
}
}
onClipEvent (enterFrame) {
this.swapDepths((this._x / 90) + (this._y + 20));
if ((tiempo == 0) and (actividad == 0)) {
tiempo = random(40);
actitud = random(2);
if (actitud == 0) {
gotoAndPlay ("stand");
stun = 1;
}
if (actitud == 1) {
gotoAndPlay ("dashb");
actividad = 0;
stun = 0;
tiempo = random(40) + 30;
actitud = 0;
stun = 1;
}
} else if ((stun != 1) and (actividad == 0)) {
tiempo = tiempo - 1;
}
if (stun != 1) {
if ((((_root.l.hero.golpeado != 1) and ((this._y - _root.l.detector._y) < 0)) and (((this._y - _root.l.detector._y) - 20) > 0)) or (((_root.l.hero.golpeado != 1) and (((this._y - _root.l.detector._y) + 20) > 0)) and (((this._y - _root.l.detector._y) - 20) < -30))) {
if (((this._x - _root.l.detector._x) < 70) and ((this._x - _root.l.detector._x) > 0)) {
gotoAndPlay ("ataque");
this._xscale = -100;
stun = 1;
}
if (((this._x - _root.l.detector._x) > -70) and ((this._x - _root.l.detector._x) < 0)) {
gotoAndPlay ("ataque");
this._xscale = 100;
stun = 1;
}
}
if (stun != 1) {
if (_root.l.detector._x < this._x) {
this._x = _x - speed;
if (camina == 0) {
this.gotoAndPlay("camina");
}
this._xscale = -100;
} else if ((_root.l.detector._x > this._x) and ((_root.l.detector._x - _x) > 40)) {
this._x = _x + speed;
if (camina == 0) {
this.gotoAndPlay("camina");
}
this._xscale = 100;
}
if (((_root.l.detector._y - 20) < this._y) and (((_y - _root.l.detector._y) + 20) > 10)) {
this._y = _y - (speed / 2);
if (camina == 0) {
this.gotoAndPlay("camina");
}
} else {
if ((_root.l.detector._y - 20) > this._y) {
this._y = _y + (speed / 2);
}
if (camina == 0) {
this.gotoAndPlay("camina");
}
}
}
}
if (hp < 0) {
myColor = new Color(this);
myColor.setRGB(16763904);
gotoAndStop ("bash");
golpeado = 1;
tiempo_muere = tiempo_muere - 1;
this._alpha = this._alpha - 5;
if (tiempo_muere < 0) {
_root.sthero.score = _root.sthero.score + 80;
_root.l.muertos = _root.l.muertos + 1;
removeMovieClip(this);
}
}
}
Instance of Symbol 382 MovieClip in Symbol 2128 MovieClip Frame 1
onClipEvent (load) {
aguante = 20;
empujacion = 15;
resiste = 0;
contiene = "carne";
hp = 300000000000000;
maxhp = hp;
speed = 5;
armor_normal = 10;
armor_fire = 0;
armor_ice = 0;
armor_shadow = 0;
armor_special = 0;
_root.l.enemy.push(this);
}
onClipEvent (enterFrame) {
if (agarrado == true) {
this._x = _root.l.hero._x + (60 * (_root.l.hero._xscale / 100));
this._y = _root.l.hero._y + 3;
gotoAndStop ("agarrado");
this._xscale = _root.l.hero._xscale * -1;
}
if (resiste > 0) {
resiste = resiste - 0.2;
}
if (golpeado_anima == 1) {
golpeado_anima = 0;
this.gotoAndPlay("golpeado");
}
this.swapDepths((this._x / 90) + (this._y + 20));
if (hp < 0) {
myColor = new Color(this);
myColor.setRGB(16763904);
golpeado = 1;
tiempo_muere = tiempo_muere - 1;
if (tiempo_muere < 0) {
_root.l.muertos = _root.l.muertos + 1;
removeMovieClip(this);
}
}
}
Symbol 2129 MovieClip Frame 1
enemy = [];
muertos = 0;
objetos = [];
Instance of Symbol 391 MovieClip in Symbol 2129 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.l.targetgolpe)) {
_root.l.hero._y = _root.l.hero._y - (_root.velocity / 2);
}
}
Instance of Symbol 391 MovieClip in Symbol 2129 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.l.targetgolpe)) {
_root.l.hero._y = _root.l.hero._y + (_root.velocity / 2);
}
}
Instance of Symbol 391 MovieClip "eso2" in Symbol 2129 MovieClip Frame 1
onClipEvent (enterFrame) {
if (((this.hitTest(_root.l.targetgolpe) and (_root.limpio == 1)) and (_root.l.hero.camina == 1)) and (_root.l.hero._xscale == 100)) {
_root.limpio = 0;
_root.destino = "derecha";
_root.flash1.play();
}
}
Instance of Symbol 253 MovieClip "detector" in Symbol 2129 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_root.l.invi == 0) or (_root.l.invi == undefined)) {
this._x = _root.l.hero._x;
this._y = _root.l.hero._y + 15;
}
}
Instance of Symbol 253 MovieClip "targetgolpe" in Symbol 2129 MovieClip Frame 1
onClipEvent (enterFrame) {
this._x = _root.l.hero._x;
this._y = _root.l.hero._y + 35;
}
Instance of Symbol 1132 MovieClip in Symbol 2129 MovieClip Frame 1
onClipEvent (load) {
objeto = "si";
aguante = 20;
empujacion = 15;
resiste = 0;
contiene = "carne";
hp = 10;
maxhp = hp;
speed = 5;
armor_normal = 10;
armor_fire = 0;
armor_ice = 0;
armor_shadow = 0;
armor_special = 0;
_root.l.objetos.push(this);
}
onClipEvent (enterFrame) {
if (agarrado == true) {
this._x = _root.l.hero._x + (60 * (_root.l.hero._xscale / 100));
this._y = _root.l.hero._y + 3;
gotoAndStop ("agarrado");
this._xscale = _root.l.hero._xscale * -1;
}
if (resiste > 0) {
resiste = resiste - 0.2;
}
if (golpeado_anima == 1) {
golpeado_anima = 0;
this.gotoAndPlay("golpeado");
}
this.swapDepths((this._x / 90) + (this._y + 20));
if (hp < 0) {
if (_root.l.hero.graveado == _name) {
_root.l.hero.graveado = undefined;
_root.l.hero.gotoAndPlay("stand");
}
gotoAndStop ("golpeado");
golpeado = 1;
tiempo_muere = tiempo_muere - 1;
if (tiempo_muere < 0) {
removeMovieClip(this);
}
}
}
Instance of Symbol 376 MovieClip in Symbol 2129 MovieClip Frame 1
onClipEvent (load) {
nombre = "winter";
aguante = 20;
empujacion = 25;
resiste = 0;
torso.armor.gotoAndStop(13);
torso.cinto.gotoAndStop(3);
gamba1.gotoAndStop(1);
gamba2.gotoAndStop(1);
q1.gotoAndStop(3);
q2.gotoAndStop(3);
antebrazo = 7;
antebrazo1.gotoAndStop(antebrazo);
antebrazo2.gotoAndStop(antebrazo);
head.pelo.gotoAndStop(1);
head.detalle.gotoAndStop(13);
dmg = 40;
tiempo_muere = 20;
tiempo = random(70);
actividad = 0;
hp = 300;
maxhp = hp;
speed = 5;
armor_normal = 10;
armor_fire = 0;
armor_ice = 0;
armor_shadow = 0;
armor_special = 0;
_root.vivos = _root.vivos + 1;
_root.l.empujar.push(this);
_root.l.enemy.push(this);
}
onClipEvent (enterFrame) {
if (agarrado == true) {
this._x = _root.l.hero._x + (60 * (_root.l.hero._xscale / 100));
this._y = _root.l.hero._y + 3;
gotoAndStop ("agarrado");
this._xscale = _root.l.hero._xscale * -1;
}
if (resiste > 0) {
resiste = resiste - 0.2;
}
for (var i in _root.l.enemy) {
if ((colision.hitTest(_root.l.enemy[i].colision) and (this._x != _root.l.enemy[i]._x)) and (this._y < _root.l.enemy[i]._y)) {
_root.l.enemy[i]._y = _root.l.enemy[i]._y + 0.5;
} else if (colision.hitTest(_root.l.enemy[i].colision) and (this._x != _root.l.enemy[i]._x)) {
_root.l.enemy[i]._y = _root.l.enemy[i]._y - 0.5;
}
}
if (golpeado_anima == 1) {
golpeado_anima = 0;
this.gotoAndPlay("golpeado");
}
}
onClipEvent (enterFrame) {
this.swapDepths((this._x / 90) + (this._y + 20));
if ((tiempo == 0) and (actividad == 0)) {
tiempo = random(40);
actitud = random(2);
if (actitud == 0) {
gotoAndPlay ("stand");
stun = 1;
}
if (actitud == 1) {
gotoAndPlay ("dash");
actividad = 0;
stun = 0;
tiempo = random(40) + 30;
actitud = 0;
stun = 1;
}
} else if ((stun != 1) and (actividad == 0)) {
tiempo = tiempo - 1;
}
if (stun != 1) {
if ((((_root.l.hero.golpeado != 1) and ((this._y - _root.l.detector._y) < 0)) and (((this._y - _root.l.detector._y) - 20) > 0)) or (((_root.l.hero.golpeado != 1) and (((this._y - _root.l.detector._y) + 20) > 0)) and (((this._y - _root.l.detector._y) - 20) < -30))) {
if (((this._x - _root.l.detector._x) < 70) and ((this._x - _root.l.detector._x) > 0)) {
gotoAndPlay ("ataque");
this._xscale = -100;
stun = 1;
}
if (((this._x - _root.l.detector._x) > -70) and ((this._x - _root.l.detector._x) < 0)) {
gotoAndPlay ("ataque");
this._xscale = 100;
stun = 1;
}
}
if (stun != 1) {
if (_root.l.detector._x < this._x) {
this._x = _x - speed;
if (camina == 0) {
this.gotoAndPlay("camina");
}
this._xscale = -100;
} else if ((_root.l.detector._x > this._x) and ((_root.l.detector._x - _x) > 40)) {
this._x = _x + speed;
if (camina == 0) {
this.gotoAndPlay("camina");
}
this._xscale = 100;
}
if (((_root.l.detector._y - 20) < this._y) and (((_y - _root.l.detector._y) + 20) > 10)) {
this._y = _y - (speed / 2);
if (camina == 0) {
this.gotoAndPlay("camina");
}
} else {
if ((_root.l.detector._y - 20) > this._y) {
this._y = _y + (speed / 2);
}
if (camina == 0) {
this.gotoAndPlay("camina");
}
}
}
}
if (hp < 0) {
myColor = new Color(this);
myColor.setRGB(16763904);
gotoAndStop ("bash");
golpeado = 1;
tiempo_muere = tiempo_muere - 1;
this._alpha = this._alpha - 5;
if (tiempo_muere < 0) {
_root.sthero.score = _root.sthero.score + 100;
_root.l.muertos = _root.l.muertos + 1;
removeMovieClip(this);
}
}
}
Instance of Symbol 376 MovieClip in Symbol 2129 MovieClip Frame 1
onClipEvent (load) {
nombre = "winter";
aguante = 20;
empujacion = 25;
resiste = 0;
torso.armor.gotoAndStop(13);
torso.cinto.gotoAndStop(3);
gamba1.gotoAndStop(1);
gamba2.gotoAndStop(1);
q1.gotoAndStop(3);
q2.gotoAndStop(3);
antebrazo = 7;
antebrazo1.gotoAndStop(antebrazo);
antebrazo2.gotoAndStop(antebrazo);
head.pelo.gotoAndStop(1);
head.detalle.gotoAndStop(13);
dmg = 40;
tiempo_muere = 20;
tiempo = random(70);
actividad = 0;
hp = 300;
maxhp = hp;
speed = 5;
armor_normal = 10;
armor_fire = 0;
armor_ice = 0;
armor_shadow = 0;
armor_special = 0;
_root.vivos = _root.vivos + 1;
_root.l.empujar.push(this);
_root.l.enemy.push(this);
}
onClipEvent (enterFrame) {
if (agarrado == true) {
this._x = _root.l.hero._x + (60 * (_root.l.hero._xscale / 100));
this._y = _root.l.hero._y + 3;
gotoAndStop ("agarrado");
this._xscale = _root.l.hero._xscale * -1;
}
if (resiste > 0) {
resiste = resiste - 0.2;
}
for (var i in _root.l.enemy) {
if ((colision.hitTest(_root.l.enemy[i].colision) and (this._x != _root.l.enemy[i]._x)) and (this._y < _root.l.enemy[i]._y)) {
_root.l.enemy[i]._y = _root.l.enemy[i]._y + 0.5;
} else if (colision.hitTest(_root.l.enemy[i].colision) and (this._x != _root.l.enemy[i]._x)) {
_root.l.enemy[i]._y = _root.l.enemy[i]._y - 0.5;
}
}
if (golpeado_anima == 1) {
golpeado_anima = 0;
this.gotoAndPlay("golpeado");
}
}
onClipEvent (enterFrame) {
this.swapDepths((this._x / 90) + (this._y + 20));
if ((tiempo == 0) and (actividad == 0)) {
tiempo = random(40);
actitud = random(2);
if (actitud == 0) {
gotoAndPlay ("stand");
stun = 1;
}
if (actitud == 1) {
gotoAndPlay ("dash");
actividad = 0;
stun = 0;
tiempo = random(40) + 30;
actitud = 0;
stun = 1;
}
} else if ((stun != 1) and (actividad == 0)) {
tiempo = tiempo - 1;
}
if (stun != 1) {
if ((((_root.l.hero.golpeado != 1) and ((this._y - _root.l.detector._y) < 0)) and (((this._y - _root.l.detector._y) - 20) > 0)) or (((_root.l.hero.golpeado != 1) and (((this._y - _root.l.detector._y) + 20) > 0)) and (((this._y - _root.l.detector._y) - 20) < -30))) {
if (((this._x - _root.l.detector._x) < 70) and ((this._x - _root.l.detector._x) > 0)) {
gotoAndPlay ("ataque");
this._xscale = -100;
stun = 1;
}
if (((this._x - _root.l.detector._x) > -70) and ((this._x - _root.l.detector._x) < 0)) {
gotoAndPlay ("ataque");
this._xscale = 100;
stun = 1;
}
}
if (stun != 1) {
if (_root.l.detector._x < this._x) {
this._x = _x - speed;
if (camina == 0) {
this.gotoAndPlay("camina");
}
this._xscale = -100;
} else if ((_root.l.detector._x > this._x) and ((_root.l.detector._x - _x) > 40)) {
this._x = _x + speed;
if (camina == 0) {
this.gotoAndPlay("camina");
}
this._xscale = 100;
}
if (((_root.l.detector._y - 20) < this._y) and (((_y - _root.l.detector._y) + 20) > 10)) {
this._y = _y - (speed / 2);
if (camina == 0) {
this.gotoAndPlay("camina");
}
} else {
if ((_root.l.detector._y - 20) > this._y) {
this._y = _y + (speed / 2);
}
if (camina == 0) {
this.gotoAndPlay("camina");
}
}
}
}
if (hp < 0) {
myColor = new Color(this);
myColor.setRGB(16763904);
gotoAndStop ("bash");
golpeado = 1;
tiempo_muere = tiempo_muere - 1;
this._alpha = this._alpha - 5;
if (tiempo_muere < 0) {
_root.sthero.score = _root.sthero.score + 100;
_root.l.muertos = _root.l.muertos + 1;
removeMovieClip(this);
}
}
}
Instance of Symbol 319 MovieClip in Symbol 2129 MovieClip Frame 1
onClipEvent (load) {
nombre = "youngbitedog";
aguante = 20;
empujacion = 15;
resiste = 0;
torso.armor.gotoAndStop(13);
torso.cinto.gotoAndStop(3);
gamba1.gotoAndStop(1);
gamba2.gotoAndStop(1);
q1.gotoAndStop(3);
q2.gotoAndStop(3);
antebrazo = 7;
antebrazo1.gotoAndStop(antebrazo);
antebrazo2.gotoAndStop(antebrazo);
head.pelo.gotoAndStop(1);
head.detalle.gotoAndStop(13);
dmg = 30;
tiempo_muere = 20;
tiempo = random(70);
actividad = 0;
hp = 200;
maxhp = hp;
speed = 10;
armor_normal = 10;
armor_fire = 0;
armor_ice = 0;
armor_shadow = 0;
armor_special = 0;
_root.vivos = _root.vivos + 1;
_root.l.empujar.push(this);
_root.l.enemy.push(this);
}
onClipEvent (enterFrame) {
if (agarrado == true) {
this._x = _root.l.hero._x + (60 * (_root.l.hero._xscale / 100));
this._y = _root.l.hero._y + 3;
gotoAndStop ("agarrado");
this._xscale = _root.l.hero._xscale * -1;
}
if (resiste > 0) {
resiste = resiste - 0.2;
}
for (var i in _root.l.enemy) {
if ((colision.hitTest(_root.l.enemy[i].colision) and (this._x != _root.l.enemy[i]._x)) and (this._y < _root.l.enemy[i]._y)) {
_root.l.enemy[i]._y = _root.l.enemy[i]._y + 0.5;
} else if (colision.hitTest(_root.l.enemy[i].colision) and (this._x != _root.l.enemy[i]._x)) {
_root.l.enemy[i]._y = _root.l.enemy[i]._y - 0.5;
}
}
if (golpeado_anima == 1) {
golpeado_anima = 0;
this.gotoAndPlay("golpeado");
}
}
onClipEvent (enterFrame) {
this.swapDepths((this._x / 90) + (this._y + 20));
if ((tiempo == 0) and (actividad == 0)) {
tiempo = random(40);
actitud = random(2);
if (actitud == 0) {
gotoAndPlay ("stand");
stun = 1;
}
if (actitud == 1) {
gotoAndPlay ("dashb");
actividad = 0;
stun = 0;
tiempo = random(40) + 30;
actitud = 0;
stun = 1;
}
} else if ((stun != 1) and (actividad == 0)) {
tiempo = tiempo - 1;
}
if (stun != 1) {
if ((((_root.l.hero.golpeado != 1) and ((this._y - _root.l.detector._y) < 0)) and (((this._y - _root.l.detector._y) - 20) > 0)) or (((_root.l.hero.golpeado != 1) and (((this._y - _root.l.detector._y) + 20) > 0)) and (((this._y - _root.l.detector._y) - 20) < -30))) {
if (((this._x - _root.l.detector._x) < 70) and ((this._x - _root.l.detector._x) > 0)) {
gotoAndPlay ("ataque");
this._xscale = -100;
stun = 1;
}
if (((this._x - _root.l.detector._x) > -70) and ((this._x - _root.l.detector._x) < 0)) {
gotoAndPlay ("ataque");
this._xscale = 100;
stun = 1;
}
}
if (stun != 1) {
if (_root.l.detector._x < this._x) {
this._x = _x - speed;
if (camina == 0) {
this.gotoAndPlay("camina");
}
this._xscale = -100;
} else if ((_root.l.detector._x > this._x) and ((_root.l.detector._x - _x) > 40)) {
this._x = _x + speed;
if (camina == 0) {
this.gotoAndPlay("camina");
}
this._xscale = 100;
}
if (((_root.l.detector._y - 20) < this._y) and (((_y - _root.l.detector._y) + 20) > 10)) {
this._y = _y - (speed / 2);
if (camina == 0) {
this.gotoAndPlay("camina");
}
} else {
if ((_root.l.detector._y - 20) > this._y) {
this._y = _y + (speed / 2);
}
if (camina == 0) {
this.gotoAndPlay("camina");
}
}
}
}
if (hp < 0) {
myColor = new Color(this);
myColor.setRGB(16763904);
gotoAndStop ("bash");
golpeado = 1;
tiempo_muere = tiempo_muere - 1;
this._alpha = this._alpha - 5;
if (tiempo_muere < 0) {
_root.sthero.score = _root.sthero.score + 80;
_root.l.muertos = _root.l.muertos + 1;
removeMovieClip(this);
}
}
}
Instance of Symbol 319 MovieClip in Symbol 2129 MovieClip Frame 1
onClipEvent (load) {
nombre = "youngbitedog";
aguante = 20;
empujacion = 15;
resiste = 0;
torso.armor.gotoAndStop(13);
torso.cinto.gotoAndStop(3);
gamba1.gotoAndStop(1);
gamba2.gotoAndStop(1);
q1.gotoAndStop(3);
q2.gotoAndStop(3);
antebrazo = 7;
antebrazo1.gotoAndStop(antebrazo);
antebrazo2.gotoAndStop(antebrazo);
head.pelo.gotoAndStop(1);
head.detalle.gotoAndStop(13);
dmg = 30;
tiempo_muere = 20;
tiempo = random(70);
actividad = 0;
hp = 200;
maxhp = hp;
speed = 10;
armor_normal = 10;
armor_fire = 0;
armor_ice = 0;
armor_shadow = 0;
armor_special = 0;
_root.vivos = _root.vivos + 1;
_root.l.empujar.push(this);
_root.l.enemy.push(this);
}
onClipEvent (enterFrame) {
if (agarrado == true) {
this._x = _root.l.hero._x + (60 * (_root.l.hero._xscale / 100));
this._y = _root.l.hero._y + 3;
gotoAndStop ("agarrado");
this._xscale = _root.l.hero._xscale * -1;
}
if (resiste > 0) {
resiste = resiste - 0.2;
}
for (var i in _root.l.enemy) {
if ((colision.hitTest(_root.l.enemy[i].colision) and (this._x != _root.l.enemy[i]._x)) and (this._y < _root.l.enemy[i]._y)) {
_root.l.enemy[i]._y = _root.l.enemy[i]._y + 0.5;
} else if (colision.hitTest(_root.l.enemy[i].colision) and (this._x != _root.l.enemy[i]._x)) {
_root.l.enemy[i]._y = _root.l.enemy[i]._y - 0.5;
}
}
if (golpeado_anima == 1) {
golpeado_anima = 0;
this.gotoAndPlay("golpeado");
}
}
onClipEvent (enterFrame) {
this.swapDepths((this._x / 90) + (this._y + 20));
if ((tiempo == 0) and (actividad == 0)) {
tiempo = random(40);
actitud = random(2);
if (actitud == 0) {
gotoAndPlay ("stand");
stun = 1;
}
if (actitud == 1) {
gotoAndPlay ("dashb");
actividad = 0;
stun = 0;
tiempo = random(40) + 30;
actitud = 0;
stun = 1;
}
} else if ((stun != 1) and (actividad == 0)) {
tiempo = tiempo - 1;
}
if (stun != 1) {
if ((((_root.l.hero.golpeado != 1) and ((this._y - _root.l.detector._y) < 0)) and (((this._y - _root.l.detector._y) - 20) > 0)) or (((_root.l.hero.golpeado != 1) and (((this._y - _root.l.detector._y) + 20) > 0)) and (((this._y - _root.l.detector._y) - 20) < -30))) {
if (((this._x - _root.l.detector._x) < 70) and ((this._x - _root.l.detector._x) > 0)) {
gotoAndPlay ("ataque");
this._xscale = -100;
stun = 1;
}
if (((this._x - _root.l.detector._x) > -70) and ((this._x - _root.l.detector._x) < 0)) {
gotoAndPlay ("ataque");
this._xscale = 100;
stun = 1;
}
}
if (stun != 1) {
if (_root.l.detector._x < this._x) {
this._x = _x - speed;
if (camina == 0) {
this.gotoAndPlay("camina");
}
this._xscale = -100;
} else if ((_root.l.detector._x > this._x) and ((_root.l.detector._x - _x) > 40)) {
this._x = _x + speed;
if (camina == 0) {
this.gotoAndPlay("camina");
}
this._xscale = 100;
}
if (((_root.l.detector._y - 20) < this._y) and (((_y - _root.l.detector._y) + 20) > 10)) {
this._y = _y - (speed / 2);
if (camina == 0) {
this.gotoAndPlay("camina");
}
} else {
if ((_root.l.detector._y - 20) > this._y) {
this._y = _y + (speed / 2);
}
if (camina == 0) {
this.gotoAndPlay("camina");
}
}
}
}
if (hp < 0) {
myColor = new Color(this);
myColor.setRGB(16763904);
gotoAndStop ("bash");
golpeado = 1;
tiempo_muere = tiempo_muere - 1;
this._alpha = this._alpha - 5;
if (tiempo_muere < 0) {
_root.sthero.score = _root.sthero.score + 80;
_root.l.muertos = _root.l.muertos + 1;
removeMovieClip(this);
}
}
}
Instance of Symbol 1149 MovieClip in Symbol 2129 MovieClip Frame 1
onClipEvent (load) {
nombre = "jackscope";
aguante = 20;
empujacion = 15;
resiste = 0;
torso.armor.gotoAndStop(13);
torso.cinto.gotoAndStop(3);
gamba1.gotoAndStop(1);
gamba2.gotoAndStop(1);
q1.gotoAndStop(3);
q2.gotoAndStop(3);
antebrazo = 7;
antebrazo1.gotoAndStop(antebrazo);
antebrazo2.gotoAndStop(antebrazo);
head.pelo.gotoAndStop(1);
head.detalle.gotoAndStop(13);
dmg = 10;
tiempo_muere = 20;
tiempo = random(70);
actividad = 0;
hp = 300;
maxhp = hp;
speed = 7;
armor_normal = 10;
armor_fire = 0;
armor_ice = 0;
armor_shadow = 0;
armor_special = 0;
_root.vivos = _root.vivos + 1;
_root.l.empujar.push(this);
_root.l.enemy.push(this);
}
onClipEvent (enterFrame) {
if (agarrado == true) {
this._x = _root.l.hero._x + (60 * (_root.l.hero._xscale / 100));
this._y = _root.l.hero._y + 3;
gotoAndStop ("agarrado");
this._xscale = _root.l.hero._xscale * -1;
}
if (resiste > 0) {
resiste = resiste - 0.2;
}
for (var i in _root.l.enemy) {
if ((colision.hitTest(_root.l.enemy[i].colision) and (this._x != _root.l.enemy[i]._x)) and (this._y < _root.l.enemy[i]._y)) {
_root.l.enemy[i]._y = _root.l.enemy[i]._y + 0.5;
} else if (colision.hitTest(_root.l.enemy[i].colision) and (this._x != _root.l.enemy[i]._x)) {
_root.l.enemy[i]._y = _root.l.enemy[i]._y - 0.5;
}
}
if (golpeado_anima == 1) {
golpeado_anima = 0;
this.gotoAndPlay("golpeado");
}
}
onClipEvent (enterFrame) {
this.swapDepths((this._x / 90) + (this._y + 20));
if ((tiempo == 0) and (actividad == 0)) {
tiempo = random(40);
actitud = random(2);
if (actitud == 0) {
gotoAndPlay ("stand");
stun = 1;
}
if (actitud == 1) {
gotoAndPlay ("dashb");
actividad = 0;
stun = 0;
tiempo = random(40) + 30;
actitud = 0;
stun = 1;
}
} else if ((stun != 1) and (actividad == 0)) {
tiempo = tiempo - 1;
}
if (stun != 1) {
if ((((_root.l.hero.golpeado != 1) and ((this._y - _root.l.detector._y) < 0)) and (((this._y - _root.l.detector._y) - 20) > 0)) or (((_root.l.hero.golpeado != 1) and (((this._y - _root.l.detector._y) + 20) > 0)) and (((this._y - _root.l.detector._y) - 20) < -30))) {
if (((this._x - _root.l.detector._x) < 300) and ((this._x - _root.l.detector._x) > 0)) {
gotoAndPlay ("ataque");
this._xscale = -100;
stun = 1;
}
if (((this._x - _root.l.detector._x) > -300) and ((this._x - _root.l.detector._x) < 0)) {
gotoAndPlay ("ataque");
this._xscale = 100;
stun = 1;
}
}
if (stun != 1) {
if (_root.l.detector._x < this._x) {
this._x = _x - speed;
if (camina == 0) {
this.gotoAndPlay("camina");
}
this._xscale = -100;
} else if ((_root.l.detector._x > this._x) and ((_root.l.detector._x - _x) > 40)) {
this._x = _x + speed;
if (camina == 0) {
this.gotoAndPlay("camina");
}
this._xscale = 100;
}
if (((_root.l.detector._y - 20) < this._y) and (((_y - _root.l.detector._y) + 20) > 10)) {
this._y = _y - (speed / 2);
if (camina == 0) {
this.gotoAndPlay("camina");
}
} else {
if ((_root.l.detector._y - 20) > this._y) {
this._y = _y + (speed / 2);
}
if (camina == 0) {
this.gotoAndPlay("camina");
}
}
}
}
if (hp < 0) {
myColor = new Color(this);
myColor.setRGB(16763904);
gotoAndStop ("bash");
golpeado = 1;
tiempo_muere = tiempo_muere - 1;
this._alpha = this._alpha - 5;
if (tiempo_muere < 0) {
_root.sthero.score = _root.sthero.score + 100;
_root.l.muertos = _root.l.muertos + 1;
_root.l.shockwave = _root.l.attachMovie("pistolup", (("dagaso" + getTimer()) + random(100000)) + _root.cuentacuentos, _root.l.getNextHighestDepth());
_root.cuentacuentos = _root.cuentacuentos + 1;
_root.l.shockwave._x = this._x;
_root.l.shockwave._y = this._y - 10;
removeMovieClip(this);
}
}
}
Symbol 2130 MovieClip Frame 1
enemy = [];
muertos = 0;
objetos = [];
Instance of Symbol 391 MovieClip in Symbol 2130 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.l.targetgolpe)) {
_root.l.hero._y = _root.l.hero._y - (_root.velocity / 2);
}
}
Instance of Symbol 391 MovieClip in Symbol 2130 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.l.targetgolpe)) {
_root.l.hero._y = _root.l.hero._y + (_root.velocity / 2);
}
}
Instance of Symbol 391 MovieClip "eso2" in Symbol 2130 MovieClip Frame 1
onClipEvent (enterFrame) {
if (((this.hitTest(_root.l.targetgolpe) and (_root.limpio == 1)) and (_root.l.hero.camina == 1)) and (_root.l.hero._xscale == 100)) {
_root.limpio = 0;
_root.destino = "derecha";
_root.flash1.play();
}
}
Instance of Symbol 253 MovieClip "detector" in Symbol 2130 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_root.l.invi == 0) or (_root.l.invi == undefined)) {
this._x = _root.l.hero._x;
this._y = _root.l.hero._y + 15;
}
}
Instance of Symbol 253 MovieClip "targetgolpe" in Symbol 2130 MovieClip Frame 1
onClipEvent (enterFrame) {
this._x = _root.l.hero._x;
this._y = _root.l.hero._y + 35;
}
Instance of Symbol 376 MovieClip in Symbol 2130 MovieClip Frame 1
onClipEvent (load) {
nombre = "winter";
aguante = 20;
empujacion = 25;
resiste = 0;
torso.armor.gotoAndStop(13);
torso.cinto.gotoAndStop(3);
gamba1.gotoAndStop(1);
gamba2.gotoAndStop(1);
q1.gotoAndStop(3);
q2.gotoAndStop(3);
antebrazo = 7;
antebrazo1.gotoAndStop(antebrazo);
antebrazo2.gotoAndStop(antebrazo);
head.pelo.gotoAndStop(1);
head.detalle.gotoAndStop(13);
dmg = 40;
tiempo_muere = 20;
tiempo = random(70);
actividad = 0;
hp = 300;
maxhp = hp;
speed = 5;
armor_normal = 10;
armor_fire = 0;
armor_ice = 0;
armor_shadow = 0;
armor_special = 0;
_root.vivos = _root.vivos + 1;
_root.l.empujar.push(this);
_root.l.enemy.push(this);
}
onClipEvent (enterFrame) {
if (agarrado == true) {
this._x = _root.l.hero._x + (60 * (_root.l.hero._xscale / 100));
this._y = _root.l.hero._y + 3;
gotoAndStop ("agarrado");
this._xscale = _root.l.hero._xscale * -1;
}
if (resiste > 0) {
resiste = resiste - 0.2;
}
for (var i in _root.l.enemy) {
if ((colision.hitTest(_root.l.enemy[i].colision) and (this._x != _root.l.enemy[i]._x)) and (this._y < _root.l.enemy[i]._y)) {
_root.l.enemy[i]._y = _root.l.enemy[i]._y + 0.5;
} else if (colision.hitTest(_root.l.enemy[i].colision) and (this._x != _root.l.enemy[i]._x)) {
_root.l.enemy[i]._y = _root.l.enemy[i]._y - 0.5;
}
}
if (golpeado_anima == 1) {
golpeado_anima = 0;
this.gotoAndPlay("golpeado");
}
}
onClipEvent (enterFrame) {
this.swapDepths((this._x / 90) + (this._y + 20));
if ((tiempo == 0) and (actividad == 0)) {
tiempo = random(40);
actitud = random(2);
if (actitud == 0) {
gotoAndPlay ("stand");
stun = 1;
}
if (actitud == 1) {
gotoAndPlay ("dash");
actividad = 0;
stun = 0;
tiempo = random(40) + 30;
actitud = 0;
stun = 1;
}
} else if ((stun != 1) and (actividad == 0)) {
tiempo = tiempo - 1;
}
if (stun != 1) {
if ((((_root.l.hero.golpeado != 1) and ((this._y - _root.l.detector._y) < 0)) and (((this._y - _root.l.detector._y) - 20) > 0)) or (((_root.l.hero.golpeado != 1) and (((this._y - _root.l.detector._y) + 20) > 0)) and (((this._y - _root.l.detector._y) - 20) < -30))) {
if (((this._x - _root.l.detector._x) < 70) and ((this._x - _root.l.detector._x) > 0)) {
gotoAndPlay ("ataque");
this._xscale = -100;
stun = 1;
}
if (((this._x - _root.l.detector._x) > -70) and ((this._x - _root.l.detector._x) < 0)) {
gotoAndPlay ("ataque");
this._xscale = 100;
stun = 1;
}
}
if (stun != 1) {
if (_root.l.detector._x < this._x) {
this._x = _x - speed;
if (camina == 0) {
this.gotoAndPlay("camina");
}
this._xscale = -100;
} else if ((_root.l.detector._x > this._x) and ((_root.l.detector._x - _x) > 40)) {
this._x = _x + speed;
if (camina == 0) {
this.gotoAndPlay("camina");
}
this._xscale = 100;
}
if (((_root.l.detector._y - 20) < this._y) and (((_y - _root.l.detector._y) + 20) > 10)) {
this._y = _y - (speed / 2);
if (camina == 0) {
this.gotoAndPlay("camina");
}
} else {
if ((_root.l.detector._y - 20) > this._y) {
this._y = _y + (speed / 2);
}
if (camina == 0) {
this.gotoAndPlay("camina");
}
}
}
}
if (hp < 0) {
myColor = new Color(this);
myColor.setRGB(16763904);
gotoAndStop ("bash");
golpeado = 1;
tiempo_muere = tiempo_muere - 1;
this._alpha = this._alpha - 5;
if (tiempo_muere < 0) {
_root.sthero.score = _root.sthero.score + 100;
_root.l.muertos = _root.l.muertos + 1;
removeMovieClip(this);
}
}
}
Instance of Symbol 376 MovieClip in Symbol 2130 MovieClip Frame 1
onClipEvent (load) {
nombre = "winter";
aguante = 20;
empujacion = 25;
resiste = 0;
torso.armor.gotoAndStop(13);
torso.cinto.gotoAndStop(3);
gamba1.gotoAndStop(1);
gamba2.gotoAndStop(1);
q1.gotoAndStop(3);
q2.gotoAndStop(3);
antebrazo = 7;
antebrazo1.gotoAndStop(antebrazo);
antebrazo2.gotoAndStop(antebrazo);
head.pelo.gotoAndStop(1);
head.detalle.gotoAndStop(13);
dmg = 40;
tiempo_muere = 20;
tiempo = random(70);
actividad = 0;
hp = 300;
maxhp = hp;
speed = 5;
armor_normal = 10;
armor_fire = 0;
armor_ice = 0;
armor_shadow = 0;
armor_special = 0;
_root.vivos = _root.vivos + 1;
_root.l.empujar.push(this);
_root.l.enemy.push(this);
}
onClipEvent (enterFrame) {
if (agarrado == true) {
this._x = _root.l.hero._x + (60 * (_root.l.hero._xscale / 100));
this._y = _root.l.hero._y + 3;
gotoAndStop ("agarrado");
this._xscale = _root.l.hero._xscale * -1;
}
if (resiste > 0) {
resiste = resiste - 0.2;
}
for (var i in _root.l.enemy) {
if ((colision.hitTest(_root.l.enemy[i].colision) and (this._x != _root.l.enemy[i]._x)) and (this._y < _root.l.enemy[i]._y)) {
_root.l.enemy[i]._y = _root.l.enemy[i]._y + 0.5;
} else if (colision.hitTest(_root.l.enemy[i].colision) and (this._x != _root.l.enemy[i]._x)) {
_root.l.enemy[i]._y = _root.l.enemy[i]._y - 0.5;
}
}
if (golpeado_anima == 1) {
golpeado_anima = 0;
this.gotoAndPlay("golpeado");
}
}
onClipEvent (enterFrame) {
this.swapDepths((this._x / 90) + (this._y + 20));
if ((tiempo == 0) and (actividad == 0)) {
tiempo = random(40);
actitud = random(2);
if (actitud == 0) {
gotoAndPlay ("stand");
stun = 1;
}
if (actitud == 1) {
gotoAndPlay ("dash");
actividad = 0;
stun = 0;
tiempo = random(40) + 30;
actitud = 0;
stun = 1;
}
} else if ((stun != 1) and (actividad == 0)) {
tiempo = tiempo - 1;
}
if (stun != 1) {
if ((((_root.l.hero.golpeado != 1) and ((this._y - _root.l.detector._y) < 0)) and (((this._y - _root.l.detector._y) - 20) > 0)) or (((_root.l.hero.golpeado != 1) and (((this._y - _root.l.detector._y) + 20) > 0)) and (((this._y - _root.l.detector._y) - 20) < -30))) {
if (((this._x - _root.l.detector._x) < 70) and ((this._x - _root.l.detector._x) > 0)) {
gotoAndPlay ("ataque");
this._xscale = -100;
stun = 1;
}
if (((this._x - _root.l.detector._x) > -70) and ((this._x - _root.l.detector._x) < 0)) {
gotoAndPlay ("ataque");
this._xscale = 100;
stun = 1;
}
}
if (stun != 1) {
if (_root.l.detector._x < this._x) {
this._x = _x - speed;
if (camina == 0) {
this.gotoAndPlay("camina");
}
this._xscale = -100;
} else if ((_root.l.detector._x > this._x) and ((_root.l.detector._x - _x) > 40)) {
this._x = _x + speed;
if (camina == 0) {
this.gotoAndPlay("camina");
}
this._xscale = 100;
}
if (((_root.l.detector._y - 20) < this._y) and (((_y - _root.l.detector._y) + 20) > 10)) {
this._y = _y - (speed / 2);
if (camina == 0) {
this.gotoAndPlay("camina");
}
} else {
if ((_root.l.detector._y - 20) > this._y) {
this._y = _y + (speed / 2);
}
if (camina == 0) {
this.gotoAndPlay("camina");
}
}
}
}
if (hp < 0) {
myColor = new Color(this);
myColor.setRGB(16763904);
gotoAndStop ("bash");
golpeado = 1;
tiempo_muere = tiempo_muere - 1;
this._alpha = this._alpha - 5;
if (tiempo_muere < 0) {
_root.sthero.score = _root.sthero.score + 100;
_root.l.muertos = _root.l.muertos + 1;
removeMovieClip(this);
}
}
}
Instance of Symbol 1985 MovieClip in Symbol 2130 MovieClip Frame 1
onClipEvent (load) {
grabeable = "no";
nombre = "canonsuit";
aguante = 20;
empujacion = 45;
resiste = 0;
torso.armor.gotoAndStop(13);
torso.cinto.gotoAndStop(3);
gamba1.gotoAndStop(1);
gamba2.gotoAndStop(1);
q1.gotoAndStop(3);
q2.gotoAndStop(3);
antebrazo = 7;
antebrazo1.gotoAndStop(antebrazo);
antebrazo2.gotoAndStop(antebrazo);
head.pelo.gotoAndStop(1);
head.detalle.gotoAndStop(13);
dmg = 30;
tiempo_muere = 20;
tiempo = random(70);
actividad = 0;
hp = 300;
maxhp = hp;
speed = 5;
armor_normal = 10;
armor_fire = 0;
armor_ice = 0;
armor_shadow = 0;
armor_special = 0;
_root.vivos = _root.vivos + 1;
_root.l.empujar.push(this);
_root.l.enemy.push(this);
}
onClipEvent (enterFrame) {
if (agarrado == true) {
this._x = _root.l.hero._x + (60 * (_root.l.hero._xscale / 100));
this._y = _root.l.hero._y + 3;
gotoAndStop ("agarrado");
this._xscale = _root.l.hero._xscale * -1;
}
if (resiste > 0) {
resiste = resiste - 0.2;
}
for (var i in _root.l.enemy) {
if ((colision.hitTest(_root.l.enemy[i].colision) and (this._x != _root.l.enemy[i]._x)) and (this._y < _root.l.enemy[i]._y)) {
_root.l.enemy[i]._y = _root.l.enemy[i]._y + 0.5;
} else if (colision.hitTest(_root.l.enemy[i].colision) and (this._x != _root.l.enemy[i]._x)) {
_root.l.enemy[i]._y = _root.l.enemy[i]._y - 0.5;
}
}
if (golpeado_anima == 1) {
golpeado_anima = 0;
this.gotoAndPlay("golpeado");
}
}
onClipEvent (enterFrame) {
this.swapDepths((this._x / 90) + (this._y + 20));
if ((tiempo == 0) and (actividad == 0)) {
tiempo = random(40);
actitud = random(2);
if (actitud == 0) {
gotoAndPlay ("stand");
stun = 1;
}
if (actitud == 1) {
gotoAndPlay ("dash");
actividad = 0;
stun = 0;
tiempo = random(40) + 30;
actitud = 0;
stun = 1;
}
} else if ((stun != 1) and (actividad == 0)) {
tiempo = tiempo - 1;
}
if (stun != 1) {
if ((((_root.l.hero.golpeado != 1) and ((this._y - _root.l.detector._y) < 0)) and (((this._y - _root.l.detector._y) - 20) > 0)) or (((_root.l.hero.golpeado != 1) and (((this._y - _root.l.detector._y) + 20) > 0)) and (((this._y - _root.l.detector._y) - 20) < -30))) {
if (((this._x - _root.l.detector._x) < 250) and ((this._x - _root.l.detector._x) > 0)) {
gotoAndPlay ("ataque");
this._xscale = -100;
stun = 1;
}
if (((this._x - _root.l.detector._x) > -250) and ((this._x - _root.l.detector._x) < 0)) {
gotoAndPlay ("ataque");
this._xscale = 100;
stun = 1;
}
}
if (stun != 1) {
if (_root.l.detector._x < this._x) {
this._x = _x - speed;
if (camina == 0) {
this.gotoAndPlay("camina");
}
this._xscale = -100;
} else if ((_root.l.detector._x > this._x) and ((_root.l.detector._x - _x) > 40)) {
this._x = _x + speed;
if (camina == 0) {
this.gotoAndPlay("camina");
}
this._xscale = 100;
}
if (((_root.l.detector._y - 20) < this._y) and (((_y - _root.l.detector._y) + 20) > 10)) {
this._y = _y - (speed / 2);
if (camina == 0) {
this.gotoAndPlay("camina");
}
} else {
if ((_root.l.detector._y - 20) > this._y) {
this._y = _y + (speed / 2);
}
if (camina == 0) {
this.gotoAndPlay("camina");
}
}
}
}
if (hp < 0) {
myColor = new Color(this);
myColor.setRGB(16763904);
gotoAndStop ("bash");
golpeado = 1;
tiempo_muere = tiempo_muere - 1;
this._alpha = this._alpha - 5;
if (tiempo_muere < 0) {
_root.sthero.score = _root.sthero.score + 100;
_root.l.muertos = _root.l.muertos + 1;
removeMovieClip(this);
}
}
}
Symbol 2131 MovieClip Frame 1
enemy = [];
muertos = 0;
objetos = [];
Instance of Symbol 391 MovieClip in Symbol 2131 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.l.targetgolpe)) {
_root.l.hero._y = _root.l.hero._y - (_root.velocity / 2);
}
}
Instance of Symbol 391 MovieClip in Symbol 2131 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.l.targetgolpe)) {
_root.l.hero._y = _root.l.hero._y + (_root.velocity / 2);
}
}
Instance of Symbol 391 MovieClip "eso2" in Symbol 2131 MovieClip Frame 1
onClipEvent (enterFrame) {
if (((this.hitTest(_root.l.targetgolpe) and (_root.limpio == 1)) and (_root.l.hero.camina == 1)) and (_root.l.hero._xscale == 100)) {
_root.limpio = 0;
_root.destino = "derecha";
_root.flash1.play();
}
}
Instance of Symbol 253 MovieClip "detector" in Symbol 2131 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_root.l.invi == 0) or (_root.l.invi == undefined)) {
this._x = _root.l.hero._x;
this._y = _root.l.hero._y + 15;
}
}
Instance of Symbol 253 MovieClip "targetgolpe" in Symbol 2131 MovieClip Frame 1
onClipEvent (enterFrame) {
this._x = _root.l.hero._x;
this._y = _root.l.hero._y + 35;
}
Instance of Symbol 376 MovieClip in Symbol 2131 MovieClip Frame 1
onClipEvent (load) {
nombre = "winter";
aguante = 20;
empujacion = 25;
resiste = 0;
torso.armor.gotoAndStop(13);
torso.cinto.gotoAndStop(3);
gamba1.gotoAndStop(1);
gamba2.gotoAndStop(1);
q1.gotoAndStop(3);
q2.gotoAndStop(3);
antebrazo = 7;
antebrazo1.gotoAndStop(antebrazo);
antebrazo2.gotoAndStop(antebrazo);
head.pelo.gotoAndStop(1);
head.detalle.gotoAndStop(13);
dmg = 40;
tiempo_muere = 20;
tiempo = random(70);
actividad = 0;
hp = 300;
maxhp = hp;
speed = 5;
armor_normal = 10;
armor_fire = 0;
armor_ice = 0;
armor_shadow = 0;
armor_special = 0;
_root.vivos = _root.vivos + 1;
_root.l.empujar.push(this);
_root.l.enemy.push(this);
}
onClipEvent (enterFrame) {
if (agarrado == true) {
this._x = _root.l.hero._x + (60 * (_root.l.hero._xscale / 100));
this._y = _root.l.hero._y + 3;
gotoAndStop ("agarrado");
this._xscale = _root.l.hero._xscale * -1;
}
if (resiste > 0) {
resiste = resiste - 0.2;
}
for (var i in _root.l.enemy) {
if ((colision.hitTest(_root.l.enemy[i].colision) and (this._x != _root.l.enemy[i]._x)) and (this._y < _root.l.enemy[i]._y)) {
_root.l.enemy[i]._y = _root.l.enemy[i]._y + 0.5;
} else if (colision.hitTest(_root.l.enemy[i].colision) and (this._x != _root.l.enemy[i]._x)) {
_root.l.enemy[i]._y = _root.l.enemy[i]._y - 0.5;
}
}
if (golpeado_anima == 1) {
golpeado_anima = 0;
this.gotoAndPlay("golpeado");
}
}
onClipEvent (enterFrame) {
this.swapDepths((this._x / 90) + (this._y + 20));
if ((tiempo == 0) and (actividad == 0)) {
tiempo = random(40);
actitud = random(2);
if (actitud == 0) {
gotoAndPlay ("stand");
stun = 1;
}
if (actitud == 1) {
gotoAndPlay ("dash");
actividad = 0;
stun = 0;
tiempo = random(40) + 30;
actitud = 0;
stun = 1;
}
} else if ((stun != 1) and (actividad == 0)) {
tiempo = tiempo - 1;
}
if (stun != 1) {
if ((((_root.l.hero.golpeado != 1) and ((this._y - _root.l.detector._y) < 0)) and (((this._y - _root.l.detector._y) - 20) > 0)) or (((_root.l.hero.golpeado != 1) and (((this._y - _root.l.detector._y) + 20) > 0)) and (((this._y - _root.l.detector._y) - 20) < -30))) {
if (((this._x - _root.l.detector._x) < 70) and ((this._x - _root.l.detector._x) > 0)) {
gotoAndPlay ("ataque");
this._xscale = -100;
stun = 1;
}
if (((this._x - _root.l.detector._x) > -70) and ((this._x - _root.l.detector._x) < 0)) {
gotoAndPlay ("ataque");
this._xscale = 100;
stun = 1;
}
}
if (stun != 1) {
if (_root.l.detector._x < this._x) {
this._x = _x - speed;
if (camina == 0) {
this.gotoAndPlay("camina");
}
this._xscale = -100;
} else if ((_root.l.detector._x > this._x) and ((_root.l.detector._x - _x) > 40)) {
this._x = _x + speed;
if (camina == 0) {
this.gotoAndPlay("camina");
}
this._xscale = 100;
}
if (((_root.l.detector._y - 20) < this._y) and (((_y - _root.l.detector._y) + 20) > 10)) {
this._y = _y - (speed / 2);
if (camina == 0) {
this.gotoAndPlay("camina");
}
} else {
if ((_root.l.detector._y - 20) > this._y) {
this._y = _y + (speed / 2);
}
if (camina == 0) {
this.gotoAndPlay("camina");
}
}
}
}
if (hp < 0) {
myColor = new Color(this);
myColor.setRGB(16763904);
gotoAndStop ("bash");
golpeado = 1;
tiempo_muere = tiempo_muere - 1;
this._alpha = this._alpha - 5;
if (tiempo_muere < 0) {
_root.sthero.score = _root.sthero.score + 100;
_root.l.muertos = _root.l.muertos + 1;
removeMovieClip(this);
}
}
}
Instance of Symbol 1985 MovieClip in Symbol 2131 MovieClip Frame 1
onClipEvent (load) {
grabeable = "no";
nombre = "canonsuit";
aguante = 20;
empujacion = 45;
resiste = 0;
torso.armor.gotoAndStop(13);
torso.cinto.gotoAndStop(3);
gamba1.gotoAndStop(1);
gamba2.gotoAndStop(1);
q1.gotoAndStop(3);
q2.gotoAndStop(3);
antebrazo = 7;
antebrazo1.gotoAndStop(antebrazo);
antebrazo2.gotoAndStop(antebrazo);
head.pelo.gotoAndStop(1);
head.detalle.gotoAndStop(13);
dmg = 30;
tiempo_muere = 20;
tiempo = random(70);
actividad = 0;
hp = 300;
maxhp = hp;
speed = 5;
armor_normal = 10;
armor_fire = 0;
armor_ice = 0;
armor_shadow = 0;
armor_special = 0;
_root.vivos = _root.vivos + 1;
_root.l.empujar.push(this);
_root.l.enemy.push(this);
}
onClipEvent (enterFrame) {
if (agarrado == true) {
this._x = _root.l.hero._x + (60 * (_root.l.hero._xscale / 100));
this._y = _root.l.hero._y + 3;
gotoAndStop ("agarrado");
this._xscale = _root.l.hero._xscale * -1;
}
if (resiste > 0) {
resiste = resiste - 0.2;
}
for (var i in _root.l.enemy) {
if ((colision.hitTest(_root.l.enemy[i].colision) and (this._x != _root.l.enemy[i]._x)) and (this._y < _root.l.enemy[i]._y)) {
_root.l.enemy[i]._y = _root.l.enemy[i]._y + 0.5;
} else if (colision.hitTest(_root.l.enemy[i].colision) and (this._x != _root.l.enemy[i]._x)) {
_root.l.enemy[i]._y = _root.l.enemy[i]._y - 0.5;
}
}
if (golpeado_anima == 1) {
golpeado_anima = 0;
this.gotoAndPlay("golpeado");
}
}
onClipEvent (enterFrame) {
this.swapDepths((this._x / 90) + (this._y + 20));
if ((tiempo == 0) and (actividad == 0)) {
tiempo = random(40);
actitud = random(2);
if (actitud == 0) {
gotoAndPlay ("stand");
stun = 1;
}
if (actitud == 1) {
gotoAndPlay ("dash");
actividad = 0;
stun = 0;
tiempo = random(40) + 30;
actitud = 0;
stun = 1;
}
} else if ((stun != 1) and (actividad == 0)) {
tiempo = tiempo - 1;
}
if (stun != 1) {
if ((((_root.l.hero.golpeado != 1) and ((this._y - _root.l.detector._y) < 0)) and (((this._y - _root.l.detector._y) - 20) > 0)) or (((_root.l.hero.golpeado != 1) and (((this._y - _root.l.detector._y) + 20) > 0)) and (((this._y - _root.l.detector._y) - 20) < -30))) {
if (((this._x - _root.l.detector._x) < 250) and ((this._x - _root.l.detector._x) > 0)) {
gotoAndPlay ("ataque");
this._xscale = -100;
stun = 1;
}
if (((this._x - _root.l.detector._x) > -250) and ((this._x - _root.l.detector._x) < 0)) {
gotoAndPlay ("ataque");
this._xscale = 100;
stun = 1;
}
}
if (stun != 1) {
if (_root.l.detector._x < this._x) {
this._x = _x - speed;
if (camina == 0) {
this.gotoAndPlay("camina");
}
this._xscale = -100;
} else if ((_root.l.detector._x > this._x) and ((_root.l.detector._x - _x) > 40)) {
this._x = _x + speed;
if (camina == 0) {
this.gotoAndPlay("camina");
}
this._xscale = 100;
}
if (((_root.l.detector._y - 20) < this._y) and (((_y - _root.l.detector._y) + 20) > 10)) {
this._y = _y - (speed / 2);
if (camina == 0) {
this.gotoAndPlay("camina");
}
} else {
if ((_root.l.detector._y - 20) > this._y) {
this._y = _y + (speed / 2);
}
if (camina == 0) {
this.gotoAndPlay("camina");
}
}
}
}
if (hp < 0) {
myColor = new Color(this);
myColor.setRGB(16763904);
gotoAndStop ("bash");
golpeado = 1;
tiempo_muere = tiempo_muere - 1;
this._alpha = this._alpha - 5;
if (tiempo_muere < 0) {
_root.sthero.score = _root.sthero.score + 100;
_root.l.muertos = _root.l.muertos + 1;
removeMovieClip(this);
}
}
}
Instance of Symbol 1985 MovieClip in Symbol 2131 MovieClip Frame 1
onClipEvent (load) {
grabeable = "no";
nombre = "canonsuit";
aguante = 20;
empujacion = 45;
resiste = 0;
torso.armor.gotoAndStop(13);
torso.cinto.gotoAndStop(3);
gamba1.gotoAndStop(1);
gamba2.gotoAndStop(1);
q1.gotoAndStop(3);
q2.gotoAndStop(3);
antebrazo = 7;
antebrazo1.gotoAndStop(antebrazo);
antebrazo2.gotoAndStop(antebrazo);
head.pelo.gotoAndStop(1);
head.detalle.gotoAndStop(13);
dmg = 30;
tiempo_muere = 20;
tiempo = random(70);
actividad = 0;
hp = 300;
maxhp = hp;
speed = 5;
armor_normal = 10;
armor_fire = 0;
armor_ice = 0;
armor_shadow = 0;
armor_special = 0;
_root.vivos = _root.vivos + 1;
_root.l.empujar.push(this);
_root.l.enemy.push(this);
}
onClipEvent (enterFrame) {
if (agarrado == true) {
this._x = _root.l.hero._x + (60 * (_root.l.hero._xscale / 100));
this._y = _root.l.hero._y + 3;
gotoAndStop ("agarrado");
this._xscale = _root.l.hero._xscale * -1;
}
if (resiste > 0) {
resiste = resiste - 0.2;
}
for (var i in _root.l.enemy) {
if ((colision.hitTest(_root.l.enemy[i].colision) and (this._x != _root.l.enemy[i]._x)) and (this._y < _root.l.enemy[i]._y)) {
_root.l.enemy[i]._y = _root.l.enemy[i]._y + 0.5;
} else if (colision.hitTest(_root.l.enemy[i].colision) and (this._x != _root.l.enemy[i]._x)) {
_root.l.enemy[i]._y = _root.l.enemy[i]._y - 0.5;
}
}
if (golpeado_anima == 1) {
golpeado_anima = 0;
this.gotoAndPlay("golpeado");
}
}
onClipEvent (enterFrame) {
this.swapDepths((this._x / 90) + (this._y + 20));
if ((tiempo == 0) and (actividad == 0)) {
tiempo = random(40);
actitud = random(2);
if (actitud == 0) {
gotoAndPlay ("stand");
stun = 1;
}
if (actitud == 1) {
gotoAndPlay ("dash");
actividad = 0;
stun = 0;
tiempo = random(40) + 30;
actitud = 0;
stun = 1;
}
} else if ((stun != 1) and (actividad == 0)) {
tiempo = tiempo - 1;
}
if (stun != 1) {
if ((((_root.l.hero.golpeado != 1) and ((this._y - _root.l.detector._y) < 0)) and (((this._y - _root.l.detector._y) - 20) > 0)) or (((_root.l.hero.golpeado != 1) and (((this._y - _root.l.detector._y) + 20) > 0)) and (((this._y - _root.l.detector._y) - 20) < -30))) {
if (((this._x - _root.l.detector._x) < 250) and ((this._x - _root.l.detector._x) > 0)) {
gotoAndPlay ("ataque");
this._xscale = -100;
stun = 1;
}
if (((this._x - _root.l.detector._x) > -250) and ((this._x - _root.l.detector._x) < 0)) {
gotoAndPlay ("ataque");
this._xscale = 100;
stun = 1;
}
}
if (stun != 1) {
if (_root.l.detector._x < this._x) {
this._x = _x - speed;
if (camina == 0) {
this.gotoAndPlay("camina");
}
this._xscale = -100;
} else if ((_root.l.detector._x > this._x) and ((_root.l.detector._x - _x) > 40)) {
this._x = _x + speed;
if (camina == 0) {
this.gotoAndPlay("camina");
}
this._xscale = 100;
}
if (((_root.l.detector._y - 20) < this._y) and (((_y - _root.l.detector._y) + 20) > 10)) {
this._y = _y - (speed / 2);
if (camina == 0) {
this.gotoAndPlay("camina");
}
} else {
if ((_root.l.detector._y - 20) > this._y) {
this._y = _y + (speed / 2);
}
if (camina == 0) {
this.gotoAndPlay("camina");
}
}
}
}
if (hp < 0) {
myColor = new Color(this);
myColor.setRGB(16763904);
gotoAndStop ("bash");
golpeado = 1;
tiempo_muere = tiempo_muere - 1;
this._alpha = this._alpha - 5;
if (tiempo_muere < 0) {
_root.sthero.score = _root.sthero.score + 100;
_root.l.muertos = _root.l.muertos + 1;
removeMovieClip(this);
}
}
}
Instance of Symbol 382 MovieClip in Symbol 2131 MovieClip Frame 1
onClipEvent (load) {
aguante = 20;
empujacion = 15;
resiste = 0;
contiene = "carne";
hp = 300000000000000;
maxhp = hp;
speed = 5;
armor_normal = 10;
armor_fire = 0;
armor_ice = 0;
armor_shadow = 0;
armor_special = 0;
_root.l.enemy.push(this);
}
onClipEvent (enterFrame) {
if (agarrado == true) {
this._x = _root.l.hero._x + (60 * (_root.l.hero._xscale / 100));
this._y = _root.l.hero._y + 3;
gotoAndStop ("agarrado");
this._xscale = _root.l.hero._xscale * -1;
}
if (resiste > 0) {
resiste = resiste - 0.2;
}
if (golpeado_anima == 1) {
golpeado_anima = 0;
this.gotoAndPlay("golpeado");
}
this.swapDepths((this._x / 90) + (this._y + 20));
if (hp < 0) {
myColor = new Color(this);
myColor.setRGB(16763904);
golpeado = 1;
tiempo_muere = tiempo_muere - 1;
if (tiempo_muere < 0) {
_root.l.muertos = _root.l.muertos + 1;
removeMovieClip(this);
}
}
}
Symbol 2132 MovieClip Frame 1
enemy = [];
muertos = 0;
objetos = [];
Instance of Symbol 391 MovieClip in Symbol 2132 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.l.targetgolpe)) {
_root.l.hero._y = _root.l.hero._y - (_root.velocity / 2);
}
}
Instance of Symbol 391 MovieClip in Symbol 2132 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.l.targetgolpe)) {
_root.l.hero._y = _root.l.hero._y + (_root.velocity / 2);
}
}
Instance of Symbol 391 MovieClip "eso2" in Symbol 2132 MovieClip Frame 1
onClipEvent (enterFrame) {
if (((this.hitTest(_root.l.targetgolpe) and (_root.limpio == 1)) and (_root.l.hero.camina == 1)) and (_root.l.hero._xscale == 100)) {
_root.limpio = 0;
_root.destino = "derecha";
_root.flash1.play();
}
}
Instance of Symbol 253 MovieClip "detector" in Symbol 2132 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_root.l.invi == 0) or (_root.l.invi == undefined)) {
this._x = _root.l.hero._x;
this._y = _root.l.hero._y + 15;
}
}
Instance of Symbol 253 MovieClip "targetgolpe" in Symbol 2132 MovieClip Frame 1
onClipEvent (enterFrame) {
this._x = _root.l.hero._x;
this._y = _root.l.hero._y + 35;
}
Instance of Symbol 391 MovieClip in Symbol 2132 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.l.targetgolpe) and (_root.sthero.clase == "roboto2")) {
_root.sthero.hp = -1;
_parent.vida1._x = this._x + 70;
_parent.vida2._x = this._x + 90;
_parent.vida1._y = this._y;
_parent.vida2._y = this._y + 40;
}
}
Symbol 2133 MovieClip Frame 1
stop();
Symbol 2133 MovieClip Frame 2
function onEnterFrame() {
if ((tiempo > -1) and (perro == 1)) {
tiempo = tiempo - 1;
_parent.hp = _parent.hp - (_root.sthero.dmg_fire * 0.02);
}
if ((tiempo < 0) and (perro == 1)) {
gotoAndStop (1);
perro = 2;
}
}
stop();
tiempo = 90;
perro = 1;
Symbol 2139 MovieClip Frame 1
camina = 0;
golpeado = 0;
Symbol 2139 MovieClip Frame 19
stun = 0;
gotoAndPlay ("camina");
Symbol 2139 MovieClip Frame 22
camina = 1;
golpeado = 0;
Symbol 2139 MovieClip Frame 31
stun = 0;
golpeado = 0;
Symbol 2139 MovieClip Frame 36
stun = 0;
gotoAndPlay ("camina");
Symbol 2139 MovieClip Frame 40
stun = 1;
Symbol 2139 MovieClip Frame 44
mySound.attachSound(tune);
mySound.start(0, 1);
tune = "H_sword.mp3";
mySound.setVolume(80);
mySound.attachSound(tune);
mySound.start(0, 1);
Instance of Symbol 253 MovieClip "detector" in Symbol 2139 MovieClip Frame 44
onClipEvent (enterFrame) {
if (this.hitTest(_root.l.targetgolpe) and (_root.l.hero.golpeado != 1)) {
_root.sthero.resiste = _root.sthero.resiste + _parent.empujacion;
_root.l.hero.ladoempuja = _parent._xscale / 100;
_root.l.hero.gotoAndPlay("golpeado");
_root.l.hero.stun = 1;
_root.sthero.hp = _root.sthero.hp - Math.round((_parent.dmg * (100 - _root.sthero.armor)) / 100);
if ((_parent._x - _root.l.targetgolpe._x) > 0) {
_root.l.hero._x = _root.l.hero._x - 40;
} else {
_root.l.hero._x = _root.l.hero._x + 40;
}
}
}
Symbol 2139 MovieClip Frame 50
gotoAndPlay ("stand");
Symbol 2139 MovieClip Frame 52
stun = 1;
mySound = new Sound(this);
tune = "leap";
mySound.setVolume(80);
mySound.attachSound(tune);
mySound.start(0, 1);
if (this._xscale == 100) {
culonsosos = 40;
}
if (this._xscale == -100) {
culonsosos = -40;
}
this._x = this._x + culonsosos;
Instance of Symbol 253 MovieClip "detector" in Symbol 2139 MovieClip Frame 52
onClipEvent (enterFrame) {
if (this.hitTest(_root.l.targetgolpe) and (_root.l.hero.golpeado != 1)) {
_root.sthero.resiste = _root.sthero.resiste + _parent.empujacion;
_root.l.hero.ladoempuja = _parent._xscale / 100;
_root.l.hero.gotoAndPlay("golpeado");
_root.l.hero.stun = 1;
_root.sthero.hp = _root.sthero.hp - Math.round((_parent.dmg * (100 - _root.sthero.armor)) / 100);
if ((_parent._x - _root.l.targetgolpe._x) > 0) {
_root.l.hero._x = _root.l.hero._x - 40;
} else {
_root.l.hero._x = _root.l.hero._x + 40;
}
}
}
Symbol 2139 MovieClip Frame 53
mySound = new Sound(this);
tune = "b4shine.mp3";
mySound.setVolume(80);
mySound.attachSound(tune);
mySound.start(0, 1);
this._x = this._x + culonsosos;
Symbol 2139 MovieClip Frame 54
this._x = this._x + culonsosos;
Symbol 2139 MovieClip Frame 55
this._x = this._x + culonsosos;
Symbol 2139 MovieClip Frame 56
this._x = this._x + culonsosos;
Symbol 2139 MovieClip Frame 57
this._x = this._x + culonsosos;
Symbol 2139 MovieClip Frame 58
this._x = this._x + culonsosos;
Symbol 2139 MovieClip Frame 59
this._x = this._x + culonsosos;
Symbol 2139 MovieClip Frame 60
this._x = this._x + culonsosos;
Symbol 2139 MovieClip Frame 61
this._x = this._x + culonsosos;
Symbol 2139 MovieClip Frame 62
this._x = this._x + culonsosos;
Symbol 2139 MovieClip Frame 63
gotoAndPlay ("stand");
this._x = this._x + culonsosos;
Symbol 2139 MovieClip Frame 66
_root.m.displayenemy.targeteado = this;
_root.m.displayenemy.gotoAndStop(nombre);
_root.m.displayenemy.timer.gotoAndPlay(1);
if (resiste > aguante) {
gotoAndPlay ("golpeadohard");
}
stun = 1;
camina = 0;
stun = 1;
golpeson = random(3);
mySound = new Sound(this);
tune = "hit" + golpeson;
if ((_root.l.hero._x - this._x) > 0) {
volumen = (((100 * (_root.l.hero._x - this._x)) / 700) - 100) * -1;
} else {
volumen = (((100 * (this._x - _root.l.hero._x)) / 700) - 100) * -1;
}
if (volumen > 0) {
mySound.setVolume(volumen);
mySound.attachSound(tune);
mySound.start(0, 1);
}
Symbol 2139 MovieClip Frame 70
golpeado = 0;
stun = 0;
gotoAndPlay ("dashb");
Symbol 2139 MovieClip Frame 73
stun = 1;
mySound = new Sound(this);
tune = "b4 golpeado.mp3";
mySound.setVolume(80);
mySound.attachSound(tune);
mySound.start(0, 1);
pepe = random(2);
if (pepe == 1) {
culonsosos = 32;
}
if (pepe == 0) {
culonsosos = -32;
}
this._x = this._x + culonsosos;
gogoasa = 7;
Symbol 2139 MovieClip Frame 74
this._x = this._x + culonsosos;
this._y = this._y + gogoasa;
Symbol 2139 MovieClip Frame 75
this._x = this._x + culonsosos;
this._y = this._y + gogoasa;
Symbol 2139 MovieClip Frame 76
this._x = this._x + culonsosos;
this._y = this._y + gogoasa;
Symbol 2139 MovieClip Frame 77
this._x = this._x + culonsosos;
this._y = this._y + gogoasa;
Symbol 2139 MovieClip Frame 78
this._x = this._x + culonsosos;
this._y = this._y + gogoasa;
Symbol 2139 MovieClip Frame 79
this._x = this._x + culonsosos;
this._y = this._y + gogoasa;
Symbol 2139 MovieClip Frame 80
this._x = this._x + culonsosos;
this._y = this._y + gogoasa;
Symbol 2139 MovieClip Frame 81
this._x = this._x + culonsosos;
this._y = this._y + gogoasa;
Symbol 2139 MovieClip Frame 82
this._x = this._x + culonsosos;
this._y = this._y + gogoasa;
Symbol 2139 MovieClip Frame 83
this._x = this._x + culonsosos;
this._y = this._y + gogoasa;
Symbol 2139 MovieClip Frame 84
gotoAndPlay ("stand");
Symbol 2139 MovieClip Frame 89
_root.m.displayenemy.targeteado = this;
_root.m.displayenemy.gotoAndStop(nombre);
_root.m.displayenemy.timer.gotoAndPlay(1);
golpeado = 1;
stun = 1;
camina = 0;
resiste = 0;
stun = 1;
golpeson = random(3);
mySound = new Sound(this);
tune = "hit" + golpeson;
if ((_root.l.hero._x - this._x) > 0) {
volumen = (((100 * (_root.l.hero._x - this._x)) / 700) - 100) * -1;
} else {
volumen = (((100 * (this._x - _root.l.hero._x)) / 700) - 100) * -1;
}
if (this._xscale == 100) {
culonsosos = -20;
}
if (this._xscale == -100) {
culonsosos = 20;
}
this._x = this._x + culonsosos;
if (volumen > 0) {
mySound.setVolume(volumen);
mySound.attachSound(tune);
mySound.start(0, 1);
}
_root.l.shockwave = _root.l.attachMovie("sangreenemigo", (("dagaso" + getTimer()) + random(100000)) + _root.cuentacuentos, _root.l.getNextHighestDepth());
_root.cuentacuentos = _root.cuentacuentos + 1;
_root.l.shockwave._x = this._x;
_root.l.shockwave._y = this._y;
if (_xscale == 100) {
_root.l.shockwave._xscale = 100;
}
if (_xscale == -100) {
_root.l.shockwave._xscale = -100;
}
Symbol 2139 MovieClip Frame 91
_root.l.shockwave = _root.l.attachMovie("sangreenemigo", (("dagaso" + getTimer()) + random(100000)) + _root.cuentacuentos, _root.l.getNextHighestDepth());
_root.cuentacuentos = _root.cuentacuentos + 1;
_root.l.shockwave._x = this._x;
_root.l.shockwave._y = this._y;
if (_xscale == 100) {
_root.l.shockwave._xscale = 100;
}
if (_xscale == -100) {
_root.l.shockwave._xscale = -100;
}
this._x = this._x + culonsosos;
Symbol 2139 MovieClip Frame 92
this._x = this._x + culonsosos;
Symbol 2139 MovieClip Frame 93
this._x = this._x + culonsosos;
Symbol 2139 MovieClip Frame 94
this._x = this._x + culonsosos;
Symbol 2139 MovieClip Frame 95
this._x = this._x + culonsosos;
Symbol 2139 MovieClip Frame 96
this._x = this._x + culonsosos;
Symbol 2139 MovieClip Frame 97
this._x = this._x + culonsosos;
Symbol 2139 MovieClip Frame 98
this._x = this._x + culonsosos;
Symbol 2139 MovieClip Frame 99
this._x = this._x + culonsosos;
Symbol 2139 MovieClip Frame 100
this._x = this._x + culonsosos;
Symbol 2139 MovieClip Frame 101
this._x = this._x + culonsosos;
Symbol 2139 MovieClip Frame 102
this._x = this._x + culonsosos;
Symbol 2139 MovieClip Frame 103
this._x = this._x + culonsosos;
Symbol 2139 MovieClip Frame 104
this._x = this._x + culonsosos;
Symbol 2139 MovieClip Frame 105
this._x = this._x + culonsosos;
Symbol 2139 MovieClip Frame 116
golpeado = 0;
stun = 0;
gotoAndPlay ("stand");
Symbol 2139 MovieClip Frame 118
_root.m.displayenemy.targeteado = this;
_root.m.displayenemy.gotoAndStop(nombre);
_root.m.displayenemy.timer.gotoAndPlay(1);
stun = 1;
Symbol 2139 MovieClip Frame 128
gotoAndPlay ("agarrado");
Symbol 2139 MovieClip Frame 154
golpeado = 0;
stun = 0;
gotoAndPlay ("stand");
Symbol 2148 MovieClip Frame 1
stop();
Symbol 2148 MovieClip Frame 8
stop();
Symbol 2150 MovieClip Frame 1
enemy = [];
muertos = 0;
objetos = [];
Instance of Symbol 391 MovieClip in Symbol 2150 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.l.targetgolpe)) {
_root.l.hero._y = _root.l.hero._y - (_root.velocity / 2);
}
}
Instance of Symbol 391 MovieClip in Symbol 2150 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.l.targetgolpe)) {
_root.l.hero._y = _root.l.hero._y + (_root.velocity / 2);
}
}
Instance of Symbol 391 MovieClip "eso2" in Symbol 2150 MovieClip Frame 1
onClipEvent (enterFrame) {
if (((this.hitTest(_root.l.targetgolpe) and (_root.limpio == 1)) and (_root.l.hero.camina == 1)) and (_root.l.hero._xscale == 100)) {
_root.limpio = 0;
_root.destino = "derecha";
_root.flash1.play();
}
}
Instance of Symbol 253 MovieClip "detector" in Symbol 2150 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_root.l.invi == 0) or (_root.l.invi == undefined)) {
this._x = _root.l.hero._x;
this._y = _root.l.hero._y + 15;
}
}
Instance of Symbol 253 MovieClip "targetgolpe" in Symbol 2150 MovieClip Frame 1
onClipEvent (enterFrame) {
this._x = _root.l.hero._x;
this._y = _root.l.hero._y + 35;
}
Instance of Symbol 2139 MovieClip "boss" in Symbol 2150 MovieClip Frame 1
onClipEvent (load) {
nombre = "ppaul";
grabeable = "no";
aguante = 20;
empujacion = 75;
resiste = 30;
torso.armor.gotoAndStop(13);
torso.cinto.gotoAndStop(3);
gamba1.gotoAndStop(1);
gamba2.gotoAndStop(1);
q1.gotoAndStop(3);
q2.gotoAndStop(3);
antebrazo = 7;
antebrazo1.gotoAndStop(antebrazo);
antebrazo2.gotoAndStop(antebrazo);
head.pelo.gotoAndStop(1);
head.detalle.gotoAndStop(13);
dmg = 40;
tiempo_muere = 20;
tiempo = random(70);
actividad = 0;
hp = 500;
maxhp = hp;
speed = 8;
armor_normal = 20;
armor_fire = 0;
armor_ice = 0;
armor_shadow = 0;
armor_special = 0;
_root.vivos = _root.vivos + 1;
_root.l.empujar.push(this);
_root.l.enemy.push(this);
}
onClipEvent (enterFrame) {
if ((hp < 160) and (mierda != 1)) {
mierda = 1;
actitudes = 20;
speed = 18;
dmg = 70;
var myMatrix = [2, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 1, 0];
var colorMatrix = (new flash.filters.ColorMatrixFilter(myMatrix));
this.filters = [colorMatrix];
}
if (agarrado == true) {
this._x = _root.l.hero._x + (60 * (_root.l.hero._xscale / 100));
this._y = _root.l.hero._y + 3;
gotoAndStop ("agarrado");
this._xscale = _root.l.hero._xscale * -1;
}
if (resiste > 0) {
resiste = resiste - 0.2;
}
for (var i in _root.l.enemy) {
if ((colision.hitTest(_root.l.enemy[i].colision) and (this._x != _root.l.enemy[i]._x)) and (this._y < _root.l.enemy[i]._y)) {
_root.l.enemy[i]._y = _root.l.enemy[i]._y + 0.5;
} else if (colision.hitTest(_root.l.enemy[i].colision) and (this._x != _root.l.enemy[i]._x)) {
_root.l.enemy[i]._y = _root.l.enemy[i]._y - 0.5;
}
}
if (golpeado_anima == 1) {
golpeado_anima = 0;
this.gotoAndPlay("golpeado");
}
}
onClipEvent (enterFrame) {
this.swapDepths((this._x / 90) + (this._y + 20));
if ((tiempo == 0) and (actividad == 0)) {
tiempo = random(40);
actitud = random(2);
if (actitud == 0) {
gotoAndPlay ("stand");
stun = 1;
}
if (actitud == 1) {
gotoAndPlay ("dash");
actividad = 0;
stun = 0;
tiempo = random(40) + 30;
actitud = 0;
stun = 1;
}
} else if ((stun != 1) and (actividad == 0)) {
tiempo = tiempo - 1;
}
if (stun != 1) {
if ((((_root.l.hero.golpeado != 1) and ((this._y - _root.l.detector._y) < 0)) and (((this._y - _root.l.detector._y) - 20) > 0)) or (((_root.l.hero.golpeado != 1) and (((this._y - _root.l.detector._y) + 20) > 0)) and (((this._y - _root.l.detector._y) - 20) < -30))) {
if (((this._x - _root.l.detector._x) < 70) and ((this._x - _root.l.detector._x) > 0)) {
gotoAndPlay ("ataque");
this._xscale = -100;
stun = 1;
}
if (((this._x - _root.l.detector._x) > -70) and ((this._x - _root.l.detector._x) < 0)) {
gotoAndPlay ("ataque");
this._xscale = 100;
stun = 1;
}
}
if (stun != 1) {
if (_root.l.detector._x < this._x) {
this._x = _x - speed;
if (camina == 0) {
this.gotoAndPlay("camina");
}
this._xscale = -100;
} else if ((_root.l.detector._x > this._x) and ((_root.l.detector._x - _x) > 40)) {
this._x = _x + speed;
if (camina == 0) {
this.gotoAndPlay("camina");
}
this._xscale = 100;
}
if (((_root.l.detector._y - 20) < this._y) and (((_y - _root.l.detector._y) + 20) > 10)) {
this._y = _y - (speed / 2);
if (camina == 0) {
this.gotoAndPlay("camina");
}
} else {
if ((_root.l.detector._y - 20) > this._y) {
this._y = _y + (speed / 2);
}
if (camina == 0) {
this.gotoAndPlay("camina");
}
}
}
}
if (hp < 0) {
myColor = new Color(this);
myColor.setRGB(16763904);
gotoAndStop ("bash");
golpeado = 1;
tiempo_muere = tiempo_muere - 1;
this._alpha = this._alpha - 5;
if (tiempo_muere < 0) {
_root.sthero.score = _root.sthero.score + 100;
_root.l.muertos = _root.l.muertos + 1;
_root.destino = "move4";
_root.flash1.play();
removeMovieClip(this);
}
}
}
Symbol 2158 MovieClip Frame 1
enemy = [];
muertos = 0;
objetos = [];
Instance of Symbol 391 MovieClip in Symbol 2158 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.l.targetgolpe)) {
_root.l.hero._y = _root.l.hero._y - (_root.velocity / 2);
}
}
Instance of Symbol 391 MovieClip in Symbol 2158 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.l.targetgolpe)) {
_root.l.hero._y = _root.l.hero._y + (_root.velocity / 2);
}
}
Instance of Symbol 391 MovieClip "eso2" in Symbol 2158 MovieClip Frame 1
onClipEvent (enterFrame) {
if (((this.hitTest(_root.l.targetgolpe) and (_root.limpio == 1)) and (_root.l.hero.camina == 1)) and (_root.l.hero._xscale == 100)) {
_root.limpio = 0;
_root.destino = "derecha";
_root.flash1.play();
}
}
Instance of Symbol 253 MovieClip "detector" in Symbol 2158 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_root.l.invi == 0) or (_root.l.invi == undefined)) {
this._x = _root.l.hero._x;
this._y = _root.l.hero._y + 15;
}
}
Instance of Symbol 253 MovieClip "targetgolpe" in Symbol 2158 MovieClip Frame 1
onClipEvent (enterFrame) {
this._x = _root.l.hero._x;
this._y = _root.l.hero._y + 35;
}
Instance of Symbol 1149 MovieClip in Symbol 2158 MovieClip Frame 1
onClipEvent (load) {
nombre = "jackscope";
aguante = 20;
empujacion = 15;
resiste = 0;
torso.armor.gotoAndStop(13);
torso.cinto.gotoAndStop(3);
gamba1.gotoAndStop(1);
gamba2.gotoAndStop(1);
q1.gotoAndStop(3);
q2.gotoAndStop(3);
antebrazo = 7;
antebrazo1.gotoAndStop(antebrazo);
antebrazo2.gotoAndStop(antebrazo);
head.pelo.gotoAndStop(1);
head.detalle.gotoAndStop(13);
dmg = 10;
tiempo_muere = 20;
tiempo = random(70);
actividad = 0;
hp = 300;
maxhp = hp;
speed = 7;
armor_normal = 10;
armor_fire = 0;
armor_ice = 0;
armor_shadow = 0;
armor_special = 0;
_root.vivos = _root.vivos + 1;
_root.l.empujar.push(this);
_root.l.enemy.push(this);
}
onClipEvent (enterFrame) {
if (agarrado == true) {
this._x = _root.l.hero._x + (60 * (_root.l.hero._xscale / 100));
this._y = _root.l.hero._y + 3;
gotoAndStop ("agarrado");
this._xscale = _root.l.hero._xscale * -1;
}
if (resiste > 0) {
resiste = resiste - 0.2;
}
for (var i in _root.l.enemy) {
if ((colision.hitTest(_root.l.enemy[i].colision) and (this._x != _root.l.enemy[i]._x)) and (this._y < _root.l.enemy[i]._y)) {
_root.l.enemy[i]._y = _root.l.enemy[i]._y + 0.5;
} else if (colision.hitTest(_root.l.enemy[i].colision) and (this._x != _root.l.enemy[i]._x)) {
_root.l.enemy[i]._y = _root.l.enemy[i]._y - 0.5;
}
}
if (golpeado_anima == 1) {
golpeado_anima = 0;
this.gotoAndPlay("golpeado");
}
}
onClipEvent (enterFrame) {
this.swapDepths((this._x / 90) + (this._y + 20));
if ((tiempo == 0) and (actividad == 0)) {
tiempo = random(40);
actitud = random(2);
if (actitud == 0) {
gotoAndPlay ("stand");
stun = 1;
}
if (actitud == 1) {
gotoAndPlay ("dashb");
actividad = 0;
stun = 0;
tiempo = random(40) + 30;
actitud = 0;
stun = 1;
}
} else if ((stun != 1) and (actividad == 0)) {
tiempo = tiempo - 1;
}
if (stun != 1) {
if ((((_root.l.hero.golpeado != 1) and ((this._y - _root.l.detector._y) < 0)) and (((this._y - _root.l.detector._y) - 20) > 0)) or (((_root.l.hero.golpeado != 1) and (((this._y - _root.l.detector._y) + 20) > 0)) and (((this._y - _root.l.detector._y) - 20) < -30))) {
if (((this._x - _root.l.detector._x) < 300) and ((this._x - _root.l.detector._x) > 0)) {
gotoAndPlay ("ataque");
this._xscale = -100;
stun = 1;
}
if (((this._x - _root.l.detector._x) > -300) and ((this._x - _root.l.detector._x) < 0)) {
gotoAndPlay ("ataque");
this._xscale = 100;
stun = 1;
}
}
if (stun != 1) {
if (_root.l.detector._x < this._x) {
this._x = _x - speed;
if (camina == 0) {
this.gotoAndPlay("camina");
}
this._xscale = -100;
} else if ((_root.l.detector._x > this._x) and ((_root.l.detector._x - _x) > 40)) {
this._x = _x + speed;
if (camina == 0) {
this.gotoAndPlay("camina");
}
this._xscale = 100;
}
if (((_root.l.detector._y - 20) < this._y) and (((_y - _root.l.detector._y) + 20) > 10)) {
this._y = _y - (speed / 2);
if (camina == 0) {
this.gotoAndPlay("camina");
}
} else {
if ((_root.l.detector._y - 20) > this._y) {
this._y = _y + (speed / 2);
}
if (camina == 0) {
this.gotoAndPlay("camina");
}
}
}
}
if (hp < 0) {
myColor = new Color(this);
myColor.setRGB(16763904);
gotoAndStop ("bash");
golpeado = 1;
tiempo_muere = tiempo_muere - 1;
this._alpha = this._alpha - 5;
if (tiempo_muere < 0) {
_root.sthero.score = _root.sthero.score + 100;
_root.l.muertos = _root.l.muertos + 1;
_root.l.shockwave = _root.l.attachMovie("pistolup", (("dagaso" + getTimer()) + random(100000)) + _root.cuentacuentos, _root.l.getNextHighestDepth());
_root.cuentacuentos = _root.cuentacuentos + 1;
_root.l.shockwave._x = this._x;
_root.l.shockwave._y = this._y - 10;
removeMovieClip(this);
}
}
}
Instance of Symbol 1985 MovieClip in Symbol 2158 MovieClip Frame 1
onClipEvent (load) {
grabeable = "no";
nombre = "canonsuit";
aguante = 20;
empujacion = 45;
resiste = 0;
torso.armor.gotoAndStop(13);
torso.cinto.gotoAndStop(3);
gamba1.gotoAndStop(1);
gamba2.gotoAndStop(1);
q1.gotoAndStop(3);
q2.gotoAndStop(3);
antebrazo = 7;
antebrazo1.gotoAndStop(antebrazo);
antebrazo2.gotoAndStop(antebrazo);
head.pelo.gotoAndStop(1);
head.detalle.gotoAndStop(13);
dmg = 30;
tiempo_muere = 20;
tiempo = random(70);
actividad = 0;
hp = 300;
maxhp = hp;
speed = 5;
armor_normal = 10;
armor_fire = 0;
armor_ice = 0;
armor_shadow = 0;
armor_special = 0;
_root.vivos = _root.vivos + 1;
_root.l.empujar.push(this);
_root.l.enemy.push(this);
}
onClipEvent (enterFrame) {
if (agarrado == true) {
this._x = _root.l.hero._x + (60 * (_root.l.hero._xscale / 100));
this._y = _root.l.hero._y + 3;
gotoAndStop ("agarrado");
this._xscale = _root.l.hero._xscale * -1;
}
if (resiste > 0) {
resiste = resiste - 0.2;
}
for (var i in _root.l.enemy) {
if ((colision.hitTest(_root.l.enemy[i].colision) and (this._x != _root.l.enemy[i]._x)) and (this._y < _root.l.enemy[i]._y)) {
_root.l.enemy[i]._y = _root.l.enemy[i]._y + 0.5;
} else if (colision.hitTest(_root.l.enemy[i].colision) and (this._x != _root.l.enemy[i]._x)) {
_root.l.enemy[i]._y = _root.l.enemy[i]._y - 0.5;
}
}
if (golpeado_anima == 1) {
golpeado_anima = 0;
this.gotoAndPlay("golpeado");
}
}
onClipEvent (enterFrame) {
this.swapDepths((this._x / 90) + (this._y + 20));
if ((tiempo == 0) and (actividad == 0)) {
tiempo = random(40);
actitud = random(2);
if (actitud == 0) {
gotoAndPlay ("stand");
stun = 1;
}
if (actitud == 1) {
gotoAndPlay ("dash");
actividad = 0;
stun = 0;
tiempo = random(40) + 30;
actitud = 0;
stun = 1;
}
} else if ((stun != 1) and (actividad == 0)) {
tiempo = tiempo - 1;
}
if (stun != 1) {
if ((((_root.l.hero.golpeado != 1) and ((this._y - _root.l.detector._y) < 0)) and (((this._y - _root.l.detector._y) - 20) > 0)) or (((_root.l.hero.golpeado != 1) and (((this._y - _root.l.detector._y) + 20) > 0)) and (((this._y - _root.l.detector._y) - 20) < -30))) {
if (((this._x - _root.l.detector._x) < 250) and ((this._x - _root.l.detector._x) > 0)) {
gotoAndPlay ("ataque");
this._xscale = -100;
stun = 1;
}
if (((this._x - _root.l.detector._x) > -250) and ((this._x - _root.l.detector._x) < 0)) {
gotoAndPlay ("ataque");
this._xscale = 100;
stun = 1;
}
}
if (stun != 1) {
if (_root.l.detector._x < this._x) {
this._x = _x - speed;
if (camina == 0) {
this.gotoAndPlay("camina");
}
this._xscale = -100;
} else if ((_root.l.detector._x > this._x) and ((_root.l.detector._x - _x) > 40)) {
this._x = _x + speed;
if (camina == 0) {
this.gotoAndPlay("camina");
}
this._xscale = 100;
}
if (((_root.l.detector._y - 20) < this._y) and (((_y - _root.l.detector._y) + 20) > 10)) {
this._y = _y - (speed / 2);
if (camina == 0) {
this.gotoAndPlay("camina");
}
} else {
if ((_root.l.detector._y - 20) > this._y) {
this._y = _y + (speed / 2);
}
if (camina == 0) {
this.gotoAndPlay("camina");
}
}
}
}
if (hp < 0) {
myColor = new Color(this);
myColor.setRGB(16763904);
gotoAndStop ("bash");
golpeado = 1;
tiempo_muere = tiempo_muere - 1;
this._alpha = this._alpha - 5;
if (tiempo_muere < 0) {
_root.sthero.score = _root.sthero.score + 100;
_root.l.muertos = _root.l.muertos + 1;
removeMovieClip(this);
}
}
}
Instance of Symbol 319 MovieClip in Symbol 2158 MovieClip Frame 1
onClipEvent (load) {
nombre = "bitedog";
empujacion = 15;
aguante = 20;
resiste = 0;
torso.armor.gotoAndStop(13);
torso.cinto.gotoAndStop(3);
gamba1.gotoAndStop(1);
gamba2.gotoAndStop(1);
q1.gotoAndStop(3);
q2.gotoAndStop(3);
antebrazo = 7;
antebrazo1.gotoAndStop(antebrazo);
antebrazo2.gotoAndStop(antebrazo);
head.pelo.gotoAndStop(1);
head.detalle.gotoAndStop(13);
dmg = 40;
tiempo_muere = 20;
tiempo = random(70);
actividad = 0;
hp = 200;
maxhp = hp;
speed = 10;
armor_normal = 10;
armor_fire = 0;
armor_ice = 0;
armor_shadow = 0;
armor_special = 0;
_root.vivos = _root.vivos + 1;
_root.l.empujar.push(this);
_root.l.enemy.push(this);
}
onClipEvent (enterFrame) {
if (agarrado == true) {
this._x = _root.l.hero._x + (60 * (_root.l.hero._xscale / 100));
this._y = _root.l.hero._y + 3;
gotoAndStop ("agarrado");
this._xscale = _root.l.hero._xscale * -1;
}
if (resiste > 0) {
resiste = resiste - 0.2;
}
for (var i in _root.l.enemy) {
if ((colision.hitTest(_root.l.enemy[i].colision) and (this._x != _root.l.enemy[i]._x)) and (this._y < _root.l.enemy[i]._y)) {
_root.l.enemy[i]._y = _root.l.enemy[i]._y + 0.5;
} else if (colision.hitTest(_root.l.enemy[i].colision) and (this._x != _root.l.enemy[i]._x)) {
_root.l.enemy[i]._y = _root.l.enemy[i]._y - 0.5;
}
}
if (golpeado_anima == 1) {
golpeado_anima = 0;
this.gotoAndPlay("golpeado");
}
}
onClipEvent (enterFrame) {
this.swapDepths((this._x / 90) + (this._y + 20));
if ((tiempo == 0) and (actividad == 0)) {
tiempo = random(70);
actitud = random(2);
if (actitud == 0) {
gotoAndPlay ("stand");
stun = 1;
}
if (actitud == 1) {
gotoAndPlay ("dash");
actividad = 0;
stun = 0;
tiempo = random(200) + 70;
actitud = 0;
stun = 1;
}
} else if ((stun != 1) and (actividad == 0)) {
tiempo = tiempo - 1;
}
if (stun != 1) {
if ((((_root.l.hero.golpeado != 1) and ((this._y - _root.l.detector._y) < 0)) and (((this._y - _root.l.detector._y) - 20) > 0)) or (((_root.l.hero.golpeado != 1) and (((this._y - _root.l.detector._y) + 20) > 0)) and (((this._y - _root.l.detector._y) - 20) < -30))) {
if (((this._x - _root.l.detector._x) < 70) and ((this._x - _root.l.detector._x) > 0)) {
gotoAndPlay ("ataque");
this._xscale = -100;
stun = 1;
}
if (((this._x - _root.l.detector._x) > -70) and ((this._x - _root.l.detector._x) < 0)) {
gotoAndPlay ("ataque");
this._xscale = 100;
stun = 1;
}
}
if (stun != 1) {
if (_root.l.detector._x < this._x) {
this._x = _x - speed;
if (camina == 0) {
this.gotoAndPlay("camina");
}
this._xscale = -100;
} else if ((_root.l.detector._x > this._x) and ((_root.l.detector._x - _x) > 40)) {
this._x = _x + speed;
if (camina == 0) {
this.gotoAndPlay("camina");
}
this._xscale = 100;
}
if (((_root.l.detector._y - 20) < this._y) and (((_y - _root.l.detector._y) + 20) > 10)) {
this._y = _y - (speed / 2);
if (camina == 0) {
this.gotoAndPlay("camina");
}
} else {
if ((_root.l.detector._y - 20) > this._y) {
this._y = _y + (speed / 2);
}
if (camina == 0) {
this.gotoAndPlay("camina");
}
}
}
}
if (hp < 0) {
myColor = new Color(this);
myColor.setRGB(16763904);
gotoAndStop ("bash");
golpeado = 1;
tiempo_muere = tiempo_muere - 1;
this._alpha = this._alpha - 5;
if (tiempo_muere < 0) {
_root.sthero.score = _root.sthero.score + 70;
_root.l.muertos = _root.l.muertos + 1;
removeMovieClip(this);
}
}
}
Instance of Symbol 319 MovieClip in Symbol 2158 MovieClip Frame 1
onClipEvent (load) {
nombre = "bitedog";
empujacion = 15;
aguante = 20;
resiste = 0;
torso.armor.gotoAndStop(13);
torso.cinto.gotoAndStop(3);
gamba1.gotoAndStop(1);
gamba2.gotoAndStop(1);
q1.gotoAndStop(3);
q2.gotoAndStop(3);
antebrazo = 7;
antebrazo1.gotoAndStop(antebrazo);
antebrazo2.gotoAndStop(antebrazo);
head.pelo.gotoAndStop(1);
head.detalle.gotoAndStop(13);
dmg = 40;
tiempo_muere = 20;
tiempo = random(70);
actividad = 0;
hp = 200;
maxhp = hp;
speed = 10;
armor_normal = 10;
armor_fire = 0;
armor_ice = 0;
armor_shadow = 0;
armor_special = 0;
_root.vivos = _root.vivos + 1;
_root.l.empujar.push(this);
_root.l.enemy.push(this);
}
onClipEvent (enterFrame) {
if (agarrado == true) {
this._x = _root.l.hero._x + (60 * (_root.l.hero._xscale / 100));
this._y = _root.l.hero._y + 3;
gotoAndStop ("agarrado");
this._xscale = _root.l.hero._xscale * -1;
}
if (resiste > 0) {
resiste = resiste - 0.2;
}
for (var i in _root.l.enemy) {
if ((colision.hitTest(_root.l.enemy[i].colision) and (this._x != _root.l.enemy[i]._x)) and (this._y < _root.l.enemy[i]._y)) {
_root.l.enemy[i]._y = _root.l.enemy[i]._y + 0.5;
} else if (colision.hitTest(_root.l.enemy[i].colision) and (this._x != _root.l.enemy[i]._x)) {
_root.l.enemy[i]._y = _root.l.enemy[i]._y - 0.5;
}
}
if (golpeado_anima == 1) {
golpeado_anima = 0;
this.gotoAndPlay("golpeado");
}
}
onClipEvent (enterFrame) {
this.swapDepths((this._x / 90) + (this._y + 20));
if ((tiempo == 0) and (actividad == 0)) {
tiempo = random(70);
actitud = random(2);
if (actitud == 0) {
gotoAndPlay ("stand");
stun = 1;
}
if (actitud == 1) {
gotoAndPlay ("dash");
actividad = 0;
stun = 0;
tiempo = random(200) + 70;
actitud = 0;
stun = 1;
}
} else if ((stun != 1) and (actividad == 0)) {
tiempo = tiempo - 1;
}
if (stun != 1) {
if ((((_root.l.hero.golpeado != 1) and ((this._y - _root.l.detector._y) < 0)) and (((this._y - _root.l.detector._y) - 20) > 0)) or (((_root.l.hero.golpeado != 1) and (((this._y - _root.l.detector._y) + 20) > 0)) and (((this._y - _root.l.detector._y) - 20) < -30))) {
if (((this._x - _root.l.detector._x) < 70) and ((this._x - _root.l.detector._x) > 0)) {
gotoAndPlay ("ataque");
this._xscale = -100;
stun = 1;
}
if (((this._x - _root.l.detector._x) > -70) and ((this._x - _root.l.detector._x) < 0)) {
gotoAndPlay ("ataque");
this._xscale = 100;
stun = 1;
}
}
if (stun != 1) {
if (_root.l.detector._x < this._x) {
this._x = _x - speed;
if (camina == 0) {
this.gotoAndPlay("camina");
}
this._xscale = -100;
} else if ((_root.l.detector._x > this._x) and ((_root.l.detector._x - _x) > 40)) {
this._x = _x + speed;
if (camina == 0) {
this.gotoAndPlay("camina");
}
this._xscale = 100;
}
if (((_root.l.detector._y - 20) < this._y) and (((_y - _root.l.detector._y) + 20) > 10)) {
this._y = _y - (speed / 2);
if (camina == 0) {
this.gotoAndPlay("camina");
}
} else {
if ((_root.l.detector._y - 20) > this._y) {
this._y = _y + (speed / 2);
}
if (camina == 0) {
this.gotoAndPlay("camina");
}
}
}
}
if (hp < 0) {
myColor = new Color(this);
myColor.setRGB(16763904);
gotoAndStop ("bash");
golpeado = 1;
tiempo_muere = tiempo_muere - 1;
this._alpha = this._alpha - 5;
if (tiempo_muere < 0) {
_root.sthero.score = _root.sthero.score + 70;
_root.l.muertos = _root.l.muertos + 1;
removeMovieClip(this);
}
}
}
Symbol 2167 MovieClip Frame 51
stop();
Symbol 2168 MovieClip Frame 1
enemy = [];
muertos = 0;
objetos = [];
Instance of Symbol 391 MovieClip in Symbol 2168 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.l.targetgolpe)) {
_root.l.hero._y = _root.l.hero._y - (_root.velocity / 2);
}
}
Instance of Symbol 391 MovieClip in Symbol 2168 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.l.targetgolpe)) {
_root.l.hero._y = _root.l.hero._y + (_root.velocity / 2);
}
}
Instance of Symbol 391 MovieClip "eso2" in Symbol 2168 MovieClip Frame 1
onClipEvent (enterFrame) {
if (((this.hitTest(_root.l.targetgolpe) and (_root.limpio == 1)) and (_root.l.hero.camina == 1)) and (_root.l.hero._xscale == 100)) {
_root.limpio = 0;
_root.destino = "derecha";
_root.flash1.play();
}
}
Instance of Symbol 253 MovieClip "detector" in Symbol 2168 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_root.l.invi == 0) or (_root.l.invi == undefined)) {
this._x = _root.l.hero._x;
this._y = _root.l.hero._y + 15;
}
}
Instance of Symbol 253 MovieClip "targetgolpe" in Symbol 2168 MovieClip Frame 1
onClipEvent (enterFrame) {
this._x = _root.l.hero._x;
this._y = _root.l.hero._y + 35;
}
Instance of Symbol 1149 MovieClip in Symbol 2168 MovieClip Frame 1
onClipEvent (load) {
nombre = "jackscope";
aguante = 20;
empujacion = 15;
resiste = 0;
torso.armor.gotoAndStop(13);
torso.cinto.gotoAndStop(3);
gamba1.gotoAndStop(1);
gamba2.gotoAndStop(1);
q1.gotoAndStop(3);
q2.gotoAndStop(3);
antebrazo = 7;
antebrazo1.gotoAndStop(antebrazo);
antebrazo2.gotoAndStop(antebrazo);
head.pelo.gotoAndStop(1);
head.detalle.gotoAndStop(13);
dmg = 10;
tiempo_muere = 20;
tiempo = random(70);
actividad = 0;
hp = 300;
maxhp = hp;
speed = 7;
armor_normal = 10;
armor_fire = 0;
armor_ice = 0;
armor_shadow = 0;
armor_special = 0;
_root.vivos = _root.vivos + 1;
_root.l.empujar.push(this);
_root.l.enemy.push(this);
}
onClipEvent (enterFrame) {
if (agarrado == true) {
this._x = _root.l.hero._x + (60 * (_root.l.hero._xscale / 100));
this._y = _root.l.hero._y + 3;
gotoAndStop ("agarrado");
this._xscale = _root.l.hero._xscale * -1;
}
if (resiste > 0) {
resiste = resiste - 0.2;
}
for (var i in _root.l.enemy) {
if ((colision.hitTest(_root.l.enemy[i].colision) and (this._x != _root.l.enemy[i]._x)) and (this._y < _root.l.enemy[i]._y)) {
_root.l.enemy[i]._y = _root.l.enemy[i]._y + 0.5;
} else if (colision.hitTest(_root.l.enemy[i].colision) and (this._x != _root.l.enemy[i]._x)) {
_root.l.enemy[i]._y = _root.l.enemy[i]._y - 0.5;
}
}
if (golpeado_anima == 1) {
golpeado_anima = 0;
this.gotoAndPlay("golpeado");
}
}
onClipEvent (enterFrame) {
this.swapDepths((this._x / 90) + (this._y + 20));
if ((tiempo == 0) and (actividad == 0)) {
tiempo = random(40);
actitud = random(2);
if (actitud == 0) {
gotoAndPlay ("stand");
stun = 1;
}
if (actitud == 1) {
gotoAndPlay ("dashb");
actividad = 0;
stun = 0;
tiempo = random(40) + 30;
actitud = 0;
stun = 1;
}
} else if ((stun != 1) and (actividad == 0)) {
tiempo = tiempo - 1;
}
if (stun != 1) {
if ((((_root.l.hero.golpeado != 1) and ((this._y - _root.l.detector._y) < 0)) and (((this._y - _root.l.detector._y) - 20) > 0)) or (((_root.l.hero.golpeado != 1) and (((this._y - _root.l.detector._y) + 20) > 0)) and (((this._y - _root.l.detector._y) - 20) < -30))) {
if (((this._x - _root.l.detector._x) < 300) and ((this._x - _root.l.detector._x) > 0)) {
gotoAndPlay ("ataque");
this._xscale = -100;
stun = 1;
}
if (((this._x - _root.l.detector._x) > -300) and ((this._x - _root.l.detector._x) < 0)) {
gotoAndPlay ("ataque");
this._xscale = 100;
stun = 1;
}
}
if (stun != 1) {
if (_root.l.detector._x < this._x) {
this._x = _x - speed;
if (camina == 0) {
this.gotoAndPlay("camina");
}
this._xscale = -100;
} else if ((_root.l.detector._x > this._x) and ((_root.l.detector._x - _x) > 40)) {
this._x = _x + speed;
if (camina == 0) {
this.gotoAndPlay("camina");
}
this._xscale = 100;
}
if (((_root.l.detector._y - 20) < this._y) and (((_y - _root.l.detector._y) + 20) > 10)) {
this._y = _y - (speed / 2);
if (camina == 0) {
this.gotoAndPlay("camina");
}
} else {
if ((_root.l.detector._y - 20) > this._y) {
this._y = _y + (speed / 2);
}
if (camina == 0) {
this.gotoAndPlay("camina");
}
}
}
}
if (hp < 0) {
myColor = new Color(this);
myColor.setRGB(16763904);
gotoAndStop ("bash");
golpeado = 1;
tiempo_muere = tiempo_muere - 1;
this._alpha = this._alpha - 5;
if (tiempo_muere < 0) {
_root.sthero.score = _root.sthero.score + 100;
_root.l.muertos = _root.l.muertos + 1;
_root.l.shockwave = _root.l.attachMovie("pistolup", (("dagaso" + getTimer()) + random(100000)) + _root.cuentacuentos, _root.l.getNextHighestDepth());
_root.cuentacuentos = _root.cuentacuentos + 1;
_root.l.shockwave._x = this._x;
_root.l.shockwave._y = this._y - 10;
removeMovieClip(this);
}
}
}
Instance of Symbol 376 MovieClip in Symbol 2168 MovieClip Frame 1
onClipEvent (load) {
nombre = "winter";
aguante = 20;
empujacion = 25;
resiste = 0;
torso.armor.gotoAndStop(13);
torso.cinto.gotoAndStop(3);
gamba1.gotoAndStop(1);
gamba2.gotoAndStop(1);
q1.gotoAndStop(3);
q2.gotoAndStop(3);
antebrazo = 7;
antebrazo1.gotoAndStop(antebrazo);
antebrazo2.gotoAndStop(antebrazo);
head.pelo.gotoAndStop(1);
head.detalle.gotoAndStop(13);
dmg = 40;
tiempo_muere = 20;
tiempo = random(70);
actividad = 0;
hp = 300;
maxhp = hp;
speed = 5;
armor_normal = 10;
armor_fire = 0;
armor_ice = 0;
armor_shadow = 0;
armor_special = 0;
_root.vivos = _root.vivos + 1;
_root.l.empujar.push(this);
_root.l.enemy.push(this);
}
onClipEvent (enterFrame) {
if (agarrado == true) {
this._x = _root.l.hero._x + (60 * (_root.l.hero._xscale / 100));
this._y = _root.l.hero._y + 3;
gotoAndStop ("agarrado");
this._xscale = _root.l.hero._xscale * -1;
}
if (resiste > 0) {
resiste = resiste - 0.2;
}
for (var i in _root.l.enemy) {
if ((colision.hitTest(_root.l.enemy[i].colision) and (this._x != _root.l.enemy[i]._x)) and (this._y < _root.l.enemy[i]._y)) {
_root.l.enemy[i]._y = _root.l.enemy[i]._y + 0.5;
} else if (colision.hitTest(_root.l.enemy[i].colision) and (this._x != _root.l.enemy[i]._x)) {
_root.l.enemy[i]._y = _root.l.enemy[i]._y - 0.5;
}
}
if (golpeado_anima == 1) {
golpeado_anima = 0;
this.gotoAndPlay("golpeado");
}
}
onClipEvent (enterFrame) {
this.swapDepths((this._x / 90) + (this._y + 20));
if ((tiempo == 0) and (actividad == 0)) {
tiempo = random(40);
actitud = random(2);
if (actitud == 0) {
gotoAndPlay ("stand");
stun = 1;
}
if (actitud == 1) {
gotoAndPlay ("dash");
actividad = 0;
stun = 0;
tiempo = random(40) + 30;
actitud = 0;
stun = 1;
}
} else if ((stun != 1) and (actividad == 0)) {
tiempo = tiempo - 1;
}
if (stun != 1) {
if ((((_root.l.hero.golpeado != 1) and ((this._y - _root.l.detector._y) < 0)) and (((this._y - _root.l.detector._y) - 20) > 0)) or (((_root.l.hero.golpeado != 1) and (((this._y - _root.l.detector._y) + 20) > 0)) and (((this._y - _root.l.detector._y) - 20) < -30))) {
if (((this._x - _root.l.detector._x) < 70) and ((this._x - _root.l.detector._x) > 0)) {
gotoAndPlay ("ataque");
this._xscale = -100;
stun = 1;
}
if (((this._x - _root.l.detector._x) > -70) and ((this._x - _root.l.detector._x) < 0)) {
gotoAndPlay ("ataque");
this._xscale = 100;
stun = 1;
}
}
if (stun != 1) {
if (_root.l.detector._x < this._x) {
this._x = _x - speed;
if (camina == 0) {
this.gotoAndPlay("camina");
}
this._xscale = -100;
} else if ((_root.l.detector._x > this._x) and ((_root.l.detector._x - _x) > 40)) {
this._x = _x + speed;
if (camina == 0) {
this.gotoAndPlay("camina");
}
this._xscale = 100;
}
if (((_root.l.detector._y - 20) < this._y) and (((_y - _root.l.detector._y) + 20) > 10)) {
this._y = _y - (speed / 2);
if (camina == 0) {
this.gotoAndPlay("camina");
}
} else {
if ((_root.l.detector._y - 20) > this._y) {
this._y = _y + (speed / 2);
}
if (camina == 0) {
this.gotoAndPlay("camina");
}
}
}
}
if (hp < 0) {
myColor = new Color(this);
myColor.setRGB(16763904);
gotoAndStop ("bash");
golpeado = 1;
tiempo_muere = tiempo_muere - 1;
this._alpha = this._alpha - 5;
if (tiempo_muere < 0) {
_root.sthero.score = _root.sthero.score + 100;
_root.l.muertos = _root.l.muertos + 1;
removeMovieClip(this);
}
}
}
Instance of Symbol 376 MovieClip in Symbol 2168 MovieClip Frame 1
onClipEvent (load) {
nombre = "winter";
aguante = 20;
empujacion = 25;
resiste = 0;
torso.armor.gotoAndStop(13);
torso.cinto.gotoAndStop(3);
gamba1.gotoAndStop(1);
gamba2.gotoAndStop(1);
q1.gotoAndStop(3);
q2.gotoAndStop(3);
antebrazo = 7;
antebrazo1.gotoAndStop(antebrazo);
antebrazo2.gotoAndStop(antebrazo);
head.pelo.gotoAndStop(1);
head.detalle.gotoAndStop(13);
dmg = 40;
tiempo_muere = 20;
tiempo = random(70);
actividad = 0;
hp = 300;
maxhp = hp;
speed = 5;
armor_normal = 10;
armor_fire = 0;
armor_ice = 0;
armor_shadow = 0;
armor_special = 0;
_root.vivos = _root.vivos + 1;
_root.l.empujar.push(this);
_root.l.enemy.push(this);
}
onClipEvent (enterFrame) {
if (agarrado == true) {
this._x = _root.l.hero._x + (60 * (_root.l.hero._xscale / 100));
this._y = _root.l.hero._y + 3;
gotoAndStop ("agarrado");
this._xscale = _root.l.hero._xscale * -1;
}
if (resiste > 0) {
resiste = resiste - 0.2;
}
for (var i in _root.l.enemy) {
if ((colision.hitTest(_root.l.enemy[i].colision) and (this._x != _root.l.enemy[i]._x)) and (this._y < _root.l.enemy[i]._y)) {
_root.l.enemy[i]._y = _root.l.enemy[i]._y + 0.5;
} else if (colision.hitTest(_root.l.enemy[i].colision) and (this._x != _root.l.enemy[i]._x)) {
_root.l.enemy[i]._y = _root.l.enemy[i]._y - 0.5;
}
}
if (golpeado_anima == 1) {
golpeado_anima = 0;
this.gotoAndPlay("golpeado");
}
}
onClipEvent (enterFrame) {
this.swapDepths((this._x / 90) + (this._y + 20));
if ((tiempo == 0) and (actividad == 0)) {
tiempo = random(40);
actitud = random(2);
if (actitud == 0) {
gotoAndPlay ("stand");
stun = 1;
}
if (actitud == 1) {
gotoAndPlay ("dash");
actividad = 0;
stun = 0;
tiempo = random(40) + 30;
actitud = 0;
stun = 1;
}
} else if ((stun != 1) and (actividad == 0)) {
tiempo = tiempo - 1;
}
if (stun != 1) {
if ((((_root.l.hero.golpeado != 1) and ((this._y - _root.l.detector._y) < 0)) and (((this._y - _root.l.detector._y) - 20) > 0)) or (((_root.l.hero.golpeado != 1) and (((this._y - _root.l.detector._y) + 20) > 0)) and (((this._y - _root.l.detector._y) - 20) < -30))) {
if (((this._x - _root.l.detector._x) < 70) and ((this._x - _root.l.detector._x) > 0)) {
gotoAndPlay ("ataque");
this._xscale = -100;
stun = 1;
}
if (((this._x - _root.l.detector._x) > -70) and ((this._x - _root.l.detector._x) < 0)) {
gotoAndPlay ("ataque");
this._xscale = 100;
stun = 1;
}
}
if (stun != 1) {
if (_root.l.detector._x < this._x) {
this._x = _x - speed;
if (camina == 0) {
this.gotoAndPlay("camina");
}
this._xscale = -100;
} else if ((_root.l.detector._x > this._x) and ((_root.l.detector._x - _x) > 40)) {
this._x = _x + speed;
if (camina == 0) {
this.gotoAndPlay("camina");
}
this._xscale = 100;
}
if (((_root.l.detector._y - 20) < this._y) and (((_y - _root.l.detector._y) + 20) > 10)) {
this._y = _y - (speed / 2);
if (camina == 0) {
this.gotoAndPlay("camina");
}
} else {
if ((_root.l.detector._y - 20) > this._y) {
this._y = _y + (speed / 2);
}
if (camina == 0) {
this.gotoAndPlay("camina");
}
}
}
}
if (hp < 0) {
myColor = new Color(this);
myColor.setRGB(16763904);
gotoAndStop ("bash");
golpeado = 1;
tiempo_muere = tiempo_muere - 1;
this._alpha = this._alpha - 5;
if (tiempo_muere < 0) {
_root.sthero.score = _root.sthero.score + 100;
_root.l.muertos = _root.l.muertos + 1;
removeMovieClip(this);
}
}
}
Symbol 2169 MovieClip Frame 1
enemy = [];
muertos = 0;
objetos = [];
Instance of Symbol 738 MovieClip in Symbol 2169 MovieClip Frame 1
onClipEvent (load) {
nombre = "pclaw";
aguante = 20;
empujacion = 15;
resiste = 0;
torso.armor.gotoAndStop(13);
torso.cinto.gotoAndStop(3);
gamba1.gotoAndStop(1);
gamba2.gotoAndStop(1);
q1.gotoAndStop(3);
q2.gotoAndStop(3);
antebrazo = 7;
antebrazo1.gotoAndStop(antebrazo);
antebrazo2.gotoAndStop(antebrazo);
head.pelo.gotoAndStop(1);
head.detalle.gotoAndStop(13);
dmg = 10;
tiempo_muere = 20;
tiempo = random(70);
actividad = 0;
hp = 300;
maxhp = hp;
speed = 5;
armor_normal = 10;
armor_fire = 0;
armor_ice = 0;
armor_shadow = 0;
armor_special = 0;
_root.vivos = _root.vivos + 1;
_root.l.empujar.push(this);
_root.l.enemy.push(this);
}
onClipEvent (enterFrame) {
if (agarrado == true) {
this._x = _root.l.hero._x + (60 * (_root.l.hero._xscale / 100));
this._y = _root.l.hero._y + 3;
gotoAndStop ("agarrado");
this._xscale = _root.l.hero._xscale * -1;
}
if (resiste > 0) {
resiste = resiste - 0.2;
}
for (var i in _root.l.enemy) {
if ((colision.hitTest(_root.l.enemy[i].colision) and (this._x != _root.l.enemy[i]._x)) and (this._y < _root.l.enemy[i]._y)) {
_root.l.enemy[i]._y = _root.l.enemy[i]._y + 0.5;
} else if (colision.hitTest(_root.l.enemy[i].colision) and (this._x != _root.l.enemy[i]._x)) {
_root.l.enemy[i]._y = _root.l.enemy[i]._y - 0.5;
}
}
if (golpeado_anima == 1) {
golpeado_anima = 0;
this.gotoAndPlay("golpeado");
}
}
onClipEvent (enterFrame) {
this.swapDepths((this._x / 90) + (this._y + 20));
if ((tiempo == 0) and (actividad == 0)) {
tiempo = random(40);
actitud = random(2);
if (actitud == 0) {
gotoAndPlay ("stand");
stun = 1;
}
if (actitud == 1) {
gotoAndPlay ("dash");
actividad = 0;
stun = 0;
tiempo = random(40) + 30;
actitud = 0;
stun = 1;
}
} else if ((stun != 1) and (actividad == 0)) {
tiempo = tiempo - 1;
}
if (stun != 1) {
if ((((_root.l.hero.golpeado != 1) and ((this._y - _root.l.detector._y) < 0)) and (((this._y - _root.l.detector._y) - 20) > 0)) or (((_root.l.hero.golpeado != 1) and (((this._y - _root.l.detector._y) + 20) > 0)) and (((this._y - _root.l.detector._y) - 20) < -30))) {
if (((this._x - _root.l.detector._x) < 70) and ((this._x - _root.l.detector._x) > 0)) {
gotoAndPlay ("ataque");
this._xscale = -100;
stun = 1;
}
if (((this._x - _root.l.detector._x) > -70) and ((this._x - _root.l.detector._x) < 0)) {
gotoAndPlay ("ataque");
this._xscale = 100;
stun = 1;
}
}
if (stun != 1) {
if (_root.l.detector._x < this._x) {
this._x = _x - speed;
if (camina == 0) {
this.gotoAndPlay("camina");
}
this._xscale = -100;
} else if ((_root.l.detector._x > this._x) and ((_root.l.detector._x - _x) > 40)) {
this._x = _x + speed;
if (camina == 0) {
this.gotoAndPlay("camina");
}
this._xscale = 100;
}
if (((_root.l.detector._y - 20) < this._y) and (((_y - _root.l.detector._y) + 20) > 10)) {
this._y = _y - (speed / 2);
if (camina == 0) {
this.gotoAndPlay("camina");
}
} else {
if ((_root.l.detector._y - 20) > this._y) {
this._y = _y + (speed / 2);
}
if (camina == 0) {
this.gotoAndPlay("camina");
}
}
}
}
if (hp < 0) {
myColor = new Color(this);
myColor.setRGB(16763904);
gotoAndStop ("bash");
golpeado = 1;
tiempo_muere = tiempo_muere - 1;
this._alpha = this._alpha - 5;
if (tiempo_muere < 0) {
_root.sthero.score = _root.sthero.score + 100;
_root.l.muertos = _root.l.muertos + 1;
removeMovieClip(this);
}
}
}
Instance of Symbol 738 MovieClip in Symbol 2169 MovieClip Frame 1
onClipEvent (load) {
nombre = "claw";
aguante = 20;
empujacion = 15;
resiste = 0;
torso.armor.gotoAndStop(13);
torso.cinto.gotoAndStop(3);
gamba1.gotoAndStop(1);
gamba2.gotoAndStop(1);
q1.gotoAndStop(3);
q2.gotoAndStop(3);
antebrazo = 7;
antebrazo1.gotoAndStop(antebrazo);
antebrazo2.gotoAndStop(antebrazo);
head.pelo.gotoAndStop(1);
head.detalle.gotoAndStop(13);
dmg = 10;
tiempo_muere = 20;
tiempo = random(70);
actividad = 0;
hp = 300;
maxhp = hp;
speed = 7;
armor_normal = 10;
armor_fire = 0;
armor_ice = 0;
armor_shadow = 0;
armor_special = 0;
_root.vivos = _root.vivos + 1;
_root.l.empujar.push(this);
_root.l.enemy.push(this);
}
onClipEvent (enterFrame) {
if (agarrado == true) {
this._x = _root.l.hero._x + (60 * (_root.l.hero._xscale / 100));
this._y = _root.l.hero._y + 3;
gotoAndStop ("agarrado");
this._xscale = _root.l.hero._xscale * -1;
}
if (resiste > 0) {
resiste = resiste - 0.2;
}
for (var i in _root.l.enemy) {
if ((colision.hitTest(_root.l.enemy[i].colision) and (this._x != _root.l.enemy[i]._x)) and (this._y < _root.l.enemy[i]._y)) {
_root.l.enemy[i]._y = _root.l.enemy[i]._y + 0.5;
} else if (colision.hitTest(_root.l.enemy[i].colision) and (this._x != _root.l.enemy[i]._x)) {
_root.l.enemy[i]._y = _root.l.enemy[i]._y - 0.5;
}
}
if (golpeado_anima == 1) {
golpeado_anima = 0;
this.gotoAndPlay("golpeado");
}
}
onClipEvent (enterFrame) {
this.swapDepths((this._x / 90) + (this._y + 20));
if ((tiempo == 0) and (actividad == 0)) {
tiempo = random(40);
actitud = random(2);
if (actitud == 0) {
gotoAndPlay ("stand");
stun = 1;
}
if (actitud == 1) {
gotoAndPlay ("dashb");
actividad = 0;
stun = 0;
tiempo = random(40) + 30;
actitud = 0;
stun = 1;
}
} else if ((stun != 1) and (actividad == 0)) {
tiempo = tiempo - 1;
}
if (stun != 1) {
if ((((_root.l.hero.golpeado != 1) and ((this._y - _root.l.detector._y) < 0)) and (((this._y - _root.l.detector._y) - 20) > 0)) or (((_root.l.hero.golpeado != 1) and (((this._y - _root.l.detector._y) + 20) > 0)) and (((this._y - _root.l.detector._y) - 20) < -30))) {
if (((this._x - _root.l.detector._x) < 70) and ((this._x - _root.l.detector._x) > 0)) {
gotoAndPlay ("ataque");
this._xscale = -100;
stun = 1;
}
if (((this._x - _root.l.detector._x) > -70) and ((this._x - _root.l.detector._x) < 0)) {
gotoAndPlay ("ataque");
this._xscale = 100;
stun = 1;
}
}
if (stun != 1) {
if (_root.l.detector._x < this._x) {
this._x = _x - speed;
if (camina == 0) {
this.gotoAndPlay("camina");
}
this._xscale = -100;
} else if ((_root.l.detector._x > this._x) and ((_root.l.detector._x - _x) > 40)) {
this._x = _x + speed;
if (camina == 0) {
this.gotoAndPlay("camina");
}
this._xscale = 100;
}
if (((_root.l.detector._y - 20) < this._y) and (((_y - _root.l.detector._y) + 20) > 10)) {
this._y = _y - (speed / 2);
if (camina == 0) {
this.gotoAndPlay("camina");
}
} else {
if ((_root.l.detector._y - 20) > this._y) {
this._y = _y + (speed / 2);
}
if (camina == 0) {
this.gotoAndPlay("camina");
}
}
}
}
if (hp < 0) {
myColor = new Color(this);
myColor.setRGB(16763904);
gotoAndStop ("bash");
golpeado = 1;
tiempo_muere = tiempo_muere - 1;
this._alpha = this._alpha - 5;
if (tiempo_muere < 0) {
_root.sthero.score = _root.sthero.score + 100;
_root.l.muertos = _root.l.muertos + 1;
removeMovieClip(this);
}
}
}
Instance of Symbol 391 MovieClip in Symbol 2169 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.l.targetgolpe)) {
_root.l.hero._y = _root.l.hero._y - (_root.velocity / 2);
}
}
Instance of Symbol 391 MovieClip in Symbol 2169 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.l.targetgolpe)) {
_root.l.hero._y = _root.l.hero._y + (_root.velocity / 2);
}
}
Instance of Symbol 391 MovieClip "eso2" in Symbol 2169 MovieClip Frame 1
onClipEvent (enterFrame) {
if (((this.hitTest(_root.l.targetgolpe) and (_root.limpio == 1)) and (_root.l.hero.camina == 1)) and (_root.l.hero._xscale == 100)) {
_root.limpio = 0;
_root.destino = "derecha";
_root.flash1.play();
}
}
Instance of Symbol 253 MovieClip "detector" in Symbol 2169 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_root.l.invi == 0) or (_root.l.invi == undefined)) {
this._x = _root.l.hero._x;
this._y = _root.l.hero._y + 15;
}
}
Instance of Symbol 253 MovieClip "targetgolpe" in Symbol 2169 MovieClip Frame 1
onClipEvent (enterFrame) {
this._x = _root.l.hero._x;
this._y = _root.l.hero._y + 35;
}
Instance of Symbol 1149 MovieClip in Symbol 2169 MovieClip Frame 1
onClipEvent (load) {
nombre = "jackscope";
aguante = 20;
empujacion = 15;
resiste = 0;
torso.armor.gotoAndStop(13);
torso.cinto.gotoAndStop(3);
gamba1.gotoAndStop(1);
gamba2.gotoAndStop(1);
q1.gotoAndStop(3);
q2.gotoAndStop(3);
antebrazo = 7;
antebrazo1.gotoAndStop(antebrazo);
antebrazo2.gotoAndStop(antebrazo);
head.pelo.gotoAndStop(1);
head.detalle.gotoAndStop(13);
dmg = 10;
tiempo_muere = 20;
tiempo = random(70);
actividad = 0;
hp = 300;
maxhp = hp;
speed = 7;
armor_normal = 10;
armor_fire = 0;
armor_ice = 0;
armor_shadow = 0;
armor_special = 0;
_root.vivos = _root.vivos + 1;
_root.l.empujar.push(this);
_root.l.enemy.push(this);
}
onClipEvent (enterFrame) {
if (agarrado == true) {
this._x = _root.l.hero._x + (60 * (_root.l.hero._xscale / 100));
this._y = _root.l.hero._y + 3;
gotoAndStop ("agarrado");
this._xscale = _root.l.hero._xscale * -1;
}
if (resiste > 0) {
resiste = resiste - 0.2;
}
for (var i in _root.l.enemy) {
if ((colision.hitTest(_root.l.enemy[i].colision) and (this._x != _root.l.enemy[i]._x)) and (this._y < _root.l.enemy[i]._y)) {
_root.l.enemy[i]._y = _root.l.enemy[i]._y + 0.5;
} else if (colision.hitTest(_root.l.enemy[i].colision) and (this._x != _root.l.enemy[i]._x)) {
_root.l.enemy[i]._y = _root.l.enemy[i]._y - 0.5;
}
}
if (golpeado_anima == 1) {
golpeado_anima = 0;
this.gotoAndPlay("golpeado");
}
}
onClipEvent (enterFrame) {
this.swapDepths((this._x / 90) + (this._y + 20));
if ((tiempo == 0) and (actividad == 0)) {
tiempo = random(40);
actitud = random(2);
if (actitud == 0) {
gotoAndPlay ("stand");
stun = 1;
}
if (actitud == 1) {
gotoAndPlay ("dashb");
actividad = 0;
stun = 0;
tiempo = random(40) + 30;
actitud = 0;
stun = 1;
}
} else if ((stun != 1) and (actividad == 0)) {
tiempo = tiempo - 1;
}
if (stun != 1) {
if ((((_root.l.hero.golpeado != 1) and ((this._y - _root.l.detector._y) < 0)) and (((this._y - _root.l.detector._y) - 20) > 0)) or (((_root.l.hero.golpeado != 1) and (((this._y - _root.l.detector._y) + 20) > 0)) and (((this._y - _root.l.detector._y) - 20) < -30))) {
if (((this._x - _root.l.detector._x) < 300) and ((this._x - _root.l.detector._x) > 0)) {
gotoAndPlay ("ataque");
this._xscale = -100;
stun = 1;
}
if (((this._x - _root.l.detector._x) > -300) and ((this._x - _root.l.detector._x) < 0)) {
gotoAndPlay ("ataque");
this._xscale = 100;
stun = 1;
}
}
if (stun != 1) {
if (_root.l.detector._x < this._x) {
this._x = _x - speed;
if (camina == 0) {
this.gotoAndPlay("camina");
}
this._xscale = -100;
} else if ((_root.l.detector._x > this._x) and ((_root.l.detector._x - _x) > 40)) {
this._x = _x + speed;
if (camina == 0) {
this.gotoAndPlay("camina");
}
this._xscale = 100;
}
if (((_root.l.detector._y - 20) < this._y) and (((_y - _root.l.detector._y) + 20) > 10)) {
this._y = _y - (speed / 2);
if (camina == 0) {
this.gotoAndPlay("camina");
}
} else {
if ((_root.l.detector._y - 20) > this._y) {
this._y = _y + (speed / 2);
}
if (camina == 0) {
this.gotoAndPlay("camina");
}
}
}
}
if (hp < 0) {
myColor = new Color(this);
myColor.setRGB(16763904);
gotoAndStop ("bash");
golpeado = 1;
tiempo_muere = tiempo_muere - 1;
this._alpha = this._alpha - 5;
if (tiempo_muere < 0) {
_root.sthero.score = _root.sthero.score + 100;
_root.l.muertos = _root.l.muertos + 1;
_root.l.shockwave = _root.l.attachMovie("pistolup", (("dagaso" + getTimer()) + random(100000)) + _root.cuentacuentos, _root.l.getNextHighestDepth());
_root.cuentacuentos = _root.cuentacuentos + 1;
_root.l.shockwave._x = this._x;
_root.l.shockwave._y = this._y - 10;
removeMovieClip(this);
}
}
}
Instance of Symbol 376 MovieClip in Symbol 2169 MovieClip Frame 1
onClipEvent (load) {
nombre = "winter";
aguante = 20;
empujacion = 25;
resiste = 0;
torso.armor.gotoAndStop(13);
torso.cinto.gotoAndStop(3);
gamba1.gotoAndStop(1);
gamba2.gotoAndStop(1);
q1.gotoAndStop(3);
q2.gotoAndStop(3);
antebrazo = 7;
antebrazo1.gotoAndStop(antebrazo);
antebrazo2.gotoAndStop(antebrazo);
head.pelo.gotoAndStop(1);
head.detalle.gotoAndStop(13);
dmg = 40;
tiempo_muere = 20;
tiempo = random(70);
actividad = 0;
hp = 300;
maxhp = hp;
speed = 5;
armor_normal = 10;
armor_fire = 0;
armor_ice = 0;
armor_shadow = 0;
armor_special = 0;
_root.vivos = _root.vivos + 1;
_root.l.empujar.push(this);
_root.l.enemy.push(this);
}
onClipEvent (enterFrame) {
if (agarrado == true) {
this._x = _root.l.hero._x + (60 * (_root.l.hero._xscale / 100));
this._y = _root.l.hero._y + 3;
gotoAndStop ("agarrado");
this._xscale = _root.l.hero._xscale * -1;
}
if (resiste > 0) {
resiste = resiste - 0.2;
}
for (var i in _root.l.enemy) {
if ((colision.hitTest(_root.l.enemy[i].colision) and (this._x != _root.l.enemy[i]._x)) and (this._y < _root.l.enemy[i]._y)) {
_root.l.enemy[i]._y = _root.l.enemy[i]._y + 0.5;
} else if (colision.hitTest(_root.l.enemy[i].colision) and (this._x != _root.l.enemy[i]._x)) {
_root.l.enemy[i]._y = _root.l.enemy[i]._y - 0.5;
}
}
if (golpeado_anima == 1) {
golpeado_anima = 0;
this.gotoAndPlay("golpeado");
}
}
onClipEvent (enterFrame) {
this.swapDepths((this._x / 90) + (this._y + 20));
if ((tiempo == 0) and (actividad == 0)) {
tiempo = random(40);
actitud = random(2);
if (actitud == 0) {
gotoAndPlay ("stand");
stun = 1;
}
if (actitud == 1) {
gotoAndPlay ("dash");
actividad = 0;
stun = 0;
tiempo = random(40) + 30;
actitud = 0;
stun = 1;
}
} else if ((stun != 1) and (actividad == 0)) {
tiempo = tiempo - 1;
}
if (stun != 1) {
if ((((_root.l.hero.golpeado != 1) and ((this._y - _root.l.detector._y) < 0)) and (((this._y - _root.l.detector._y) - 20) > 0)) or (((_root.l.hero.golpeado != 1) and (((this._y - _root.l.detector._y) + 20) > 0)) and (((this._y - _root.l.detector._y) - 20) < -30))) {
if (((this._x - _root.l.detector._x) < 70) and ((this._x - _root.l.detector._x) > 0)) {
gotoAndPlay ("ataque");
this._xscale = -100;
stun = 1;
}
if (((this._x - _root.l.detector._x) > -70) and ((this._x - _root.l.detector._x) < 0)) {
gotoAndPlay ("ataque");
this._xscale = 100;
stun = 1;
}
}
if (stun != 1) {
if (_root.l.detector._x < this._x) {
this._x = _x - speed;
if (camina == 0) {
this.gotoAndPlay("camina");
}
this._xscale = -100;
} else if ((_root.l.detector._x > this._x) and ((_root.l.detector._x - _x) > 40)) {
this._x = _x + speed;
if (camina == 0) {
this.gotoAndPlay("camina");
}
this._xscale = 100;
}
if (((_root.l.detector._y - 20) < this._y) and (((_y - _root.l.detector._y) + 20) > 10)) {
this._y = _y - (speed / 2);
if (camina == 0) {
this.gotoAndPlay("camina");
}
} else {
if ((_root.l.detector._y - 20) > this._y) {
this._y = _y + (speed / 2);
}
if (camina == 0) {
this.gotoAndPlay("camina");
}
}
}
}
if (hp < 0) {
myColor = new Color(this);
myColor.setRGB(16763904);
gotoAndStop ("bash");
golpeado = 1;
tiempo_muere = tiempo_muere - 1;
this._alpha = this._alpha - 5;
if (tiempo_muere < 0) {
_root.sthero.score = _root.sthero.score + 100;
_root.l.muertos = _root.l.muertos + 1;
removeMovieClip(this);
}
}
}
Instance of Symbol 382 MovieClip in Symbol 2169 MovieClip Frame 1
onClipEvent (load) {
aguante = 20;
empujacion = 15;
resiste = 0;
contiene = "carne";
hp = 300000000000000;
maxhp = hp;
speed = 5;
armor_normal = 10;
armor_fire = 0;
armor_ice = 0;
armor_shadow = 0;
armor_special = 0;
_root.l.enemy.push(this);
}
onClipEvent (enterFrame) {
if (agarrado == true) {
this._x = _root.l.hero._x + (60 * (_root.l.hero._xscale / 100));
this._y = _root.l.hero._y + 3;
gotoAndStop ("agarrado");
this._xscale = _root.l.hero._xscale * -1;
}
if (resiste > 0) {
resiste = resiste - 0.2;
}
if (golpeado_anima == 1) {
golpeado_anima = 0;
this.gotoAndPlay("golpeado");
}
this.swapDepths((this._x / 90) + (this._y + 20));
if (hp < 0) {
myColor = new Color(this);
myColor.setRGB(16763904);
golpeado = 1;
tiempo_muere = tiempo_muere - 1;
if (tiempo_muere < 0) {
_root.l.muertos = _root.l.muertos + 1;
removeMovieClip(this);
}
}
}
Symbol 2170 MovieClip Frame 1
enemy = [];
muertos = 0;
objetos = [];
Instance of Symbol 1149 MovieClip in Symbol 2170 MovieClip Frame 1
onClipEvent (load) {
nombre = "jackscope";
aguante = 20;
empujacion = 15;
resiste = 0;
torso.armor.gotoAndStop(13);
torso.cinto.gotoAndStop(3);
gamba1.gotoAndStop(1);
gamba2.gotoAndStop(1);
q1.gotoAndStop(3);
q2.gotoAndStop(3);
antebrazo = 7;
antebrazo1.gotoAndStop(antebrazo);
antebrazo2.gotoAndStop(antebrazo);
head.pelo.gotoAndStop(1);
head.detalle.gotoAndStop(13);
dmg = 10;
tiempo_muere = 20;
tiempo = random(70);
actividad = 0;
hp = 300;
maxhp = hp;
speed = 7;
armor_normal = 10;
armor_fire = 0;
armor_ice = 0;
armor_shadow = 0;
armor_special = 0;
_root.vivos = _root.vivos + 1;
_root.l.empujar.push(this);
_root.l.enemy.push(this);
}
onClipEvent (enterFrame) {
if (agarrado == true) {
this._x = _root.l.hero._x + (60 * (_root.l.hero._xscale / 100));
this._y = _root.l.hero._y + 3;
gotoAndStop ("agarrado");
this._xscale = _root.l.hero._xscale * -1;
}
if (resiste > 0) {
resiste = resiste - 0.2;
}
for (var i in _root.l.enemy) {
if ((colision.hitTest(_root.l.enemy[i].colision) and (this._x != _root.l.enemy[i]._x)) and (this._y < _root.l.enemy[i]._y)) {
_root.l.enemy[i]._y = _root.l.enemy[i]._y + 0.5;
} else if (colision.hitTest(_root.l.enemy[i].colision) and (this._x != _root.l.enemy[i]._x)) {
_root.l.enemy[i]._y = _root.l.enemy[i]._y - 0.5;
}
}
if (golpeado_anima == 1) {
golpeado_anima = 0;
this.gotoAndPlay("golpeado");
}
}
onClipEvent (enterFrame) {
this.swapDepths((this._x / 90) + (this._y + 20));
if ((tiempo == 0) and (actividad == 0)) {
tiempo = random(40);
actitud = random(2);
if (actitud == 0) {
gotoAndPlay ("stand");
stun = 1;
}
if (actitud == 1) {
gotoAndPlay ("dashb");
actividad = 0;
stun = 0;
tiempo = random(40) + 30;
actitud = 0;
stun = 1;
}
} else if ((stun != 1) and (actividad == 0)) {
tiempo = tiempo - 1;
}
if (stun != 1) {
if ((((_root.l.hero.golpeado != 1) and ((this._y - _root.l.detector._y) < 0)) and (((this._y - _root.l.detector._y) - 20) > 0)) or (((_root.l.hero.golpeado != 1) and (((this._y - _root.l.detector._y) + 20) > 0)) and (((this._y - _root.l.detector._y) - 20) < -30))) {
if (((this._x - _root.l.detector._x) < 300) and ((this._x - _root.l.detector._x) > 0)) {
gotoAndPlay ("ataque");
this._xscale = -100;
stun = 1;
}
if (((this._x - _root.l.detector._x) > -300) and ((this._x - _root.l.detector._x) < 0)) {
gotoAndPlay ("ataque");
this._xscale = 100;
stun = 1;
}
}
if (stun != 1) {
if (_root.l.detector._x < this._x) {
this._x = _x - speed;
if (camina == 0) {
this.gotoAndPlay("camina");
}
this._xscale = -100;
} else if ((_root.l.detector._x > this._x) and ((_root.l.detector._x - _x) > 40)) {
this._x = _x + speed;
if (camina == 0) {
this.gotoAndPlay("camina");
}
this._xscale = 100;
}
if (((_root.l.detector._y - 20) < this._y) and (((_y - _root.l.detector._y) + 20) > 10)) {
this._y = _y - (speed / 2);
if (camina == 0) {
this.gotoAndPlay("camina");
}
} else {
if ((_root.l.detector._y - 20) > this._y) {
this._y = _y + (speed / 2);
}
if (camina == 0) {
this.gotoAndPlay("camina");
}
}
}
}
if (hp < 0) {
myColor = new Color(this);
myColor.setRGB(16763904);
gotoAndStop ("bash");
golpeado = 1;
tiempo_muere = tiempo_muere - 1;
this._alpha = this._alpha - 5;
if (tiempo_muere < 0) {
_root.sthero.score = _root.sthero.score + 100;
_root.l.muertos = _root.l.muertos + 1;
_root.l.shockwave = _root.l.attachMovie("pistolup", (("dagaso" + getTimer()) + random(100000)) + _root.cuentacuentos, _root.l.getNextHighestDepth());
_root.cuentacuentos = _root.cuentacuentos + 1;
_root.l.shockwave._x = this._x;
_root.l.shockwave._y = this._y - 10;
removeMovieClip(this);
}
}
}
Instance of Symbol 391 MovieClip in Symbol 2170 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.l.targetgolpe)) {
_root.l.hero._y = _root.l.hero._y - (_root.velocity / 2);
}
}
Instance of Symbol 391 MovieClip in Symbol 2170 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.l.targetgolpe)) {
_root.l.hero._y = _root.l.hero._y + (_root.velocity / 2);
}
}
Instance of Symbol 391 MovieClip "eso2" in Symbol 2170 MovieClip Frame 1
onClipEvent (enterFrame) {
if (((this.hitTest(_root.l.targetgolpe) and (_root.limpio == 1)) and (_root.l.hero.camina == 1)) and (_root.l.hero._xscale == 100)) {
_root.limpio = 0;
_root.destino = "derecha";
_root.flash1.play();
}
}
Instance of Symbol 253 MovieClip "detector" in Symbol 2170 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_root.l.invi == 0) or (_root.l.invi == undefined)) {
this._x = _root.l.hero._x;
this._y = _root.l.hero._y + 15;
}
}
Instance of Symbol 253 MovieClip "targetgolpe" in Symbol 2170 MovieClip Frame 1
onClipEvent (enterFrame) {
this._x = _root.l.hero._x;
this._y = _root.l.hero._y + 35;
}
Instance of Symbol 1149 MovieClip in Symbol 2170 MovieClip Frame 1
onClipEvent (load) {
nombre = "jackscope";
aguante = 20;
empujacion = 15;
resiste = 0;
torso.armor.gotoAndStop(13);
torso.cinto.gotoAndStop(3);
gamba1.gotoAndStop(1);
gamba2.gotoAndStop(1);
q1.gotoAndStop(3);
q2.gotoAndStop(3);
antebrazo = 7;
antebrazo1.gotoAndStop(antebrazo);
antebrazo2.gotoAndStop(antebrazo);
head.pelo.gotoAndStop(1);
head.detalle.gotoAndStop(13);
dmg = 10;
tiempo_muere = 20;
tiempo = random(70);
actividad = 0;
hp = 300;
maxhp = hp;
speed = 7;
armor_normal = 10;
armor_fire = 0;
armor_ice = 0;
armor_shadow = 0;
armor_special = 0;
_root.vivos = _root.vivos + 1;
_root.l.empujar.push(this);
_root.l.enemy.push(this);
}
onClipEvent (enterFrame) {
if (agarrado == true) {
this._x = _root.l.hero._x + (60 * (_root.l.hero._xscale / 100));
this._y = _root.l.hero._y + 3;
gotoAndStop ("agarrado");
this._xscale = _root.l.hero._xscale * -1;
}
if (resiste > 0) {
resiste = resiste - 0.2;
}
for (var i in _root.l.enemy) {
if ((colision.hitTest(_root.l.enemy[i].colision) and (this._x != _root.l.enemy[i]._x)) and (this._y < _root.l.enemy[i]._y)) {
_root.l.enemy[i]._y = _root.l.enemy[i]._y + 0.5;
} else if (colision.hitTest(_root.l.enemy[i].colision) and (this._x != _root.l.enemy[i]._x)) {
_root.l.enemy[i]._y = _root.l.enemy[i]._y - 0.5;
}
}
if (golpeado_anima == 1) {
golpeado_anima = 0;
this.gotoAndPlay("golpeado");
}
}
onClipEvent (enterFrame) {
this.swapDepths((this._x / 90) + (this._y + 20));
if ((tiempo == 0) and (actividad == 0)) {
tiempo = random(40);
actitud = random(2);
if (actitud == 0) {
gotoAndPlay ("stand");
stun = 1;
}
if (actitud == 1) {
gotoAndPlay ("dashb");
actividad = 0;
stun = 0;
tiempo = random(40) + 30;
actitud = 0;
stun = 1;
}
} else if ((stun != 1) and (actividad == 0)) {
tiempo = tiempo - 1;
}
if (stun != 1) {
if ((((_root.l.hero.golpeado != 1) and ((this._y - _root.l.detector._y) < 0)) and (((this._y - _root.l.detector._y) - 20) > 0)) or (((_root.l.hero.golpeado != 1) and (((this._y - _root.l.detector._y) + 20) > 0)) and (((this._y - _root.l.detector._y) - 20) < -30))) {
if (((this._x - _root.l.detector._x) < 300) and ((this._x - _root.l.detector._x) > 0)) {
gotoAndPlay ("ataque");
this._xscale = -100;
stun = 1;
}
if (((this._x - _root.l.detector._x) > -300) and ((this._x - _root.l.detector._x) < 0)) {
gotoAndPlay ("ataque");
this._xscale = 100;
stun = 1;
}
}
if (stun != 1) {
if (_root.l.detector._x < this._x) {
this._x = _x - speed;
if (camina == 0) {
this.gotoAndPlay("camina");
}
this._xscale = -100;
} else if ((_root.l.detector._x > this._x) and ((_root.l.detector._x - _x) > 40)) {
this._x = _x + speed;
if (camina == 0) {
this.gotoAndPlay("camina");
}
this._xscale = 100;
}
if (((_root.l.detector._y - 20) < this._y) and (((_y - _root.l.detector._y) + 20) > 10)) {
this._y = _y - (speed / 2);
if (camina == 0) {
this.gotoAndPlay("camina");
}
} else {
if ((_root.l.detector._y - 20) > this._y) {
this._y = _y + (speed / 2);
}
if (camina == 0) {
this.gotoAndPlay("camina");
}
}
}
}
if (hp < 0) {
myColor = new Color(this);
myColor.setRGB(16763904);
gotoAndStop ("bash");
golpeado = 1;
tiempo_muere = tiempo_muere - 1;
this._alpha = this._alpha - 5;
if (tiempo_muere < 0) {
_root.sthero.score = _root.sthero.score + 100;
_root.l.muertos = _root.l.muertos + 1;
_root.l.shockwave = _root.l.attachMovie("pistolup", (("dagaso" + getTimer()) + random(100000)) + _root.cuentacuentos, _root.l.getNextHighestDepth());
_root.cuentacuentos = _root.cuentacuentos + 1;
_root.l.shockwave._x = this._x;
_root.l.shockwave._y = this._y - 10;
removeMovieClip(this);
}
}
}
Instance of Symbol 382 MovieClip in Symbol 2170 MovieClip Frame 1
onClipEvent (load) {
aguante = 20;
empujacion = 15;
resiste = 0;
contiene = "carne";
hp = 300000000000000;
maxhp = hp;
speed = 5;
armor_normal = 10;
armor_fire = 0;
armor_ice = 0;
armor_shadow = 0;
armor_special = 0;
_root.l.enemy.push(this);
}
onClipEvent (enterFrame) {
if (agarrado == true) {
this._x = _root.l.hero._x + (60 * (_root.l.hero._xscale / 100));
this._y = _root.l.hero._y + 3;
gotoAndStop ("agarrado");
this._xscale = _root.l.hero._xscale * -1;
}
if (resiste > 0) {
resiste = resiste - 0.2;
}
if (golpeado_anima == 1) {
golpeado_anima = 0;
this.gotoAndPlay("golpeado");
}
this.swapDepths((this._x / 90) + (this._y + 20));
if (hp < 0) {
myColor = new Color(this);
myColor.setRGB(16763904);
golpeado = 1;
tiempo_muere = tiempo_muere - 1;
if (tiempo_muere < 0) {
_root.l.muertos = _root.l.muertos + 1;
removeMovieClip(this);
}
}
}
Instance of Symbol 1149 MovieClip in Symbol 2170 MovieClip Frame 1
onClipEvent (load) {
nombre = "jackscope";
aguante = 20;
empujacion = 15;
resiste = 0;
torso.armor.gotoAndStop(13);
torso.cinto.gotoAndStop(3);
gamba1.gotoAndStop(1);
gamba2.gotoAndStop(1);
q1.gotoAndStop(3);
q2.gotoAndStop(3);
antebrazo = 7;
antebrazo1.gotoAndStop(antebrazo);
antebrazo2.gotoAndStop(antebrazo);
head.pelo.gotoAndStop(1);
head.detalle.gotoAndStop(13);
dmg = 10;
tiempo_muere = 20;
tiempo = random(70);
actividad = 0;
hp = 300;
maxhp = hp;
speed = 7;
armor_normal = 10;
armor_fire = 0;
armor_ice = 0;
armor_shadow = 0;
armor_special = 0;
_root.vivos = _root.vivos + 1;
_root.l.empujar.push(this);
_root.l.enemy.push(this);
}
onClipEvent (enterFrame) {
if (agarrado == true) {
this._x = _root.l.hero._x + (60 * (_root.l.hero._xscale / 100));
this._y = _root.l.hero._y + 3;
gotoAndStop ("agarrado");
this._xscale = _root.l.hero._xscale * -1;
}
if (resiste > 0) {
resiste = resiste - 0.2;
}
for (var i in _root.l.enemy) {
if ((colision.hitTest(_root.l.enemy[i].colision) and (this._x != _root.l.enemy[i]._x)) and (this._y < _root.l.enemy[i]._y)) {
_root.l.enemy[i]._y = _root.l.enemy[i]._y + 0.5;
} else if (colision.hitTest(_root.l.enemy[i].colision) and (this._x != _root.l.enemy[i]._x)) {
_root.l.enemy[i]._y = _root.l.enemy[i]._y - 0.5;
}
}
if (golpeado_anima == 1) {
golpeado_anima = 0;
this.gotoAndPlay("golpeado");
}
}
onClipEvent (enterFrame) {
this.swapDepths((this._x / 90) + (this._y + 20));
if ((tiempo == 0) and (actividad == 0)) {
tiempo = random(40);
actitud = random(2);
if (actitud == 0) {
gotoAndPlay ("stand");
stun = 1;
}
if (actitud == 1) {
gotoAndPlay ("dashb");
actividad = 0;
stun = 0;
tiempo = random(40) + 30;
actitud = 0;
stun = 1;
}
} else if ((stun != 1) and (actividad == 0)) {
tiempo = tiempo - 1;
}
if (stun != 1) {
if ((((_root.l.hero.golpeado != 1) and ((this._y - _root.l.detector._y) < 0)) and (((this._y - _root.l.detector._y) - 20) > 0)) or (((_root.l.hero.golpeado != 1) and (((this._y - _root.l.detector._y) + 20) > 0)) and (((this._y - _root.l.detector._y) - 20) < -30))) {
if (((this._x - _root.l.detector._x) < 300) and ((this._x - _root.l.detector._x) > 0)) {
gotoAndPlay ("ataque");
this._xscale = -100;
stun = 1;
}
if (((this._x - _root.l.detector._x) > -300) and ((this._x - _root.l.detector._x) < 0)) {
gotoAndPlay ("ataque");
this._xscale = 100;
stun = 1;
}
}
if (stun != 1) {
if (_root.l.detector._x < this._x) {
this._x = _x - speed;
if (camina == 0) {
this.gotoAndPlay("camina");
}
this._xscale = -100;
} else if ((_root.l.detector._x > this._x) and ((_root.l.detector._x - _x) > 40)) {
this._x = _x + speed;
if (camina == 0) {
this.gotoAndPlay("camina");
}
this._xscale = 100;
}
if (((_root.l.detector._y - 20) < this._y) and (((_y - _root.l.detector._y) + 20) > 10)) {
this._y = _y - (speed / 2);
if (camina == 0) {
this.gotoAndPlay("camina");
}
} else {
if ((_root.l.detector._y - 20) > this._y) {
this._y = _y + (speed / 2);
}
if (camina == 0) {
this.gotoAndPlay("camina");
}
}
}
}
if (hp < 0) {
myColor = new Color(this);
myColor.setRGB(16763904);
gotoAndStop ("bash");
golpeado = 1;
tiempo_muere = tiempo_muere - 1;
this._alpha = this._alpha - 5;
if (tiempo_muere < 0) {
_root.sthero.score = _root.sthero.score + 100;
_root.l.muertos = _root.l.muertos + 1;
_root.l.shockwave = _root.l.attachMovie("pistolup", (("dagaso" + getTimer()) + random(100000)) + _root.cuentacuentos, _root.l.getNextHighestDepth());
_root.cuentacuentos = _root.cuentacuentos + 1;
_root.l.shockwave._x = this._x;
_root.l.shockwave._y = this._y - 10;
removeMovieClip(this);
}
}
}
Instance of Symbol 1149 MovieClip in Symbol 2170 MovieClip Frame 1
onClipEvent (load) {
nombre = "jackscope";
aguante = 20;
empujacion = 15;
resiste = 0;
torso.armor.gotoAndStop(13);
torso.cinto.gotoAndStop(3);
gamba1.gotoAndStop(1);
gamba2.gotoAndStop(1);
q1.gotoAndStop(3);
q2.gotoAndStop(3);
antebrazo = 7;
antebrazo1.gotoAndStop(antebrazo);
antebrazo2.gotoAndStop(antebrazo);
head.pelo.gotoAndStop(1);
head.detalle.gotoAndStop(13);
dmg = 10;
tiempo_muere = 20;
tiempo = random(70);
actividad = 0;
hp = 300;
maxhp = hp;
speed = 7;
armor_normal = 10;
armor_fire = 0;
armor_ice = 0;
armor_shadow = 0;
armor_special = 0;
_root.vivos = _root.vivos + 1;
_root.l.empujar.push(this);
_root.l.enemy.push(this);
}
onClipEvent (enterFrame) {
if (agarrado == true) {
this._x = _root.l.hero._x + (60 * (_root.l.hero._xscale / 100));
this._y = _root.l.hero._y + 3;
gotoAndStop ("agarrado");
this._xscale = _root.l.hero._xscale * -1;
}
if (resiste > 0) {
resiste = resiste - 0.2;
}
for (var i in _root.l.enemy) {
if ((colision.hitTest(_root.l.enemy[i].colision) and (this._x != _root.l.enemy[i]._x)) and (this._y < _root.l.enemy[i]._y)) {
_root.l.enemy[i]._y = _root.l.enemy[i]._y + 0.5;
} else if (colision.hitTest(_root.l.enemy[i].colision) and (this._x != _root.l.enemy[i]._x)) {
_root.l.enemy[i]._y = _root.l.enemy[i]._y - 0.5;
}
}
if (golpeado_anima == 1) {
golpeado_anima = 0;
this.gotoAndPlay("golpeado");
}
}
onClipEvent (enterFrame) {
this.swapDepths((this._x / 90) + (this._y + 20));
if ((tiempo == 0) and (actividad == 0)) {
tiempo = random(40);
actitud = random(2);
if (actitud == 0) {
gotoAndPlay ("stand");
stun = 1;
}
if (actitud == 1) {
gotoAndPlay ("dashb");
actividad = 0;
stun = 0;
tiempo = random(40) + 30;
actitud = 0;
stun = 1;
}
} else if ((stun != 1) and (actividad == 0)) {
tiempo = tiempo - 1;
}
if (stun != 1) {
if ((((_root.l.hero.golpeado != 1) and ((this._y - _root.l.detector._y) < 0)) and (((this._y - _root.l.detector._y) - 20) > 0)) or (((_root.l.hero.golpeado != 1) and (((this._y - _root.l.detector._y) + 20) > 0)) and (((this._y - _root.l.detector._y) - 20) < -30))) {
if (((this._x - _root.l.detector._x) < 300) and ((this._x - _root.l.detector._x) > 0)) {
gotoAndPlay ("ataque");
this._xscale = -100;
stun = 1;
}
if (((this._x - _root.l.detector._x) > -300) and ((this._x - _root.l.detector._x) < 0)) {
gotoAndPlay ("ataque");
this._xscale = 100;
stun = 1;
}
}
if (stun != 1) {
if (_root.l.detector._x < this._x) {
this._x = _x - speed;
if (camina == 0) {
this.gotoAndPlay("camina");
}
this._xscale = -100;
} else if ((_root.l.detector._x > this._x) and ((_root.l.detector._x - _x) > 40)) {
this._x = _x + speed;
if (camina == 0) {
this.gotoAndPlay("camina");
}
this._xscale = 100;
}
if (((_root.l.detector._y - 20) < this._y) and (((_y - _root.l.detector._y) + 20) > 10)) {
this._y = _y - (speed / 2);
if (camina == 0) {
this.gotoAndPlay("camina");
}
} else {
if ((_root.l.detector._y - 20) > this._y) {
this._y = _y + (speed / 2);
}
if (camina == 0) {
this.gotoAndPlay("camina");
}
}
}
}
if (hp < 0) {
myColor = new Color(this);
myColor.setRGB(16763904);
gotoAndStop ("bash");
golpeado = 1;
tiempo_muere = tiempo_muere - 1;
this._alpha = this._alpha - 5;
if (tiempo_muere < 0) {
_root.sthero.score = _root.sthero.score + 100;
_root.l.muertos = _root.l.muertos + 1;
_root.l.shockwave = _root.l.attachMovie("pistolup", (("dagaso" + getTimer()) + random(100000)) + _root.cuentacuentos, _root.l.getNextHighestDepth());
_root.cuentacuentos = _root.cuentacuentos + 1;
_root.l.shockwave._x = this._x;
_root.l.shockwave._y = this._y - 10;
removeMovieClip(this);
}
}
}
Instance of Symbol 1149 MovieClip in Symbol 2170 MovieClip Frame 1
onClipEvent (load) {
nombre = "jackscope";
aguante = 20;
empujacion = 15;
resiste = 0;
torso.armor.gotoAndStop(13);
torso.cinto.gotoAndStop(3);
gamba1.gotoAndStop(1);
gamba2.gotoAndStop(1);
q1.gotoAndStop(3);
q2.gotoAndStop(3);
antebrazo = 7;
antebrazo1.gotoAndStop(antebrazo);
antebrazo2.gotoAndStop(antebrazo);
head.pelo.gotoAndStop(1);
head.detalle.gotoAndStop(13);
dmg = 10;
tiempo_muere = 20;
tiempo = random(70);
actividad = 0;
hp = 300;
maxhp = hp;
speed = 7;
armor_normal = 10;
armor_fire = 0;
armor_ice = 0;
armor_shadow = 0;
armor_special = 0;
_root.vivos = _root.vivos + 1;
_root.l.empujar.push(this);
_root.l.enemy.push(this);
}
onClipEvent (enterFrame) {
if (agarrado == true) {
this._x = _root.l.hero._x + (60 * (_root.l.hero._xscale / 100));
this._y = _root.l.hero._y + 3;
gotoAndStop ("agarrado");
this._xscale = _root.l.hero._xscale * -1;
}
if (resiste > 0) {
resiste = resiste - 0.2;
}
for (var i in _root.l.enemy) {
if ((colision.hitTest(_root.l.enemy[i].colision) and (this._x != _root.l.enemy[i]._x)) and (this._y < _root.l.enemy[i]._y)) {
_root.l.enemy[i]._y = _root.l.enemy[i]._y + 0.5;
} else if (colision.hitTest(_root.l.enemy[i].colision) and (this._x != _root.l.enemy[i]._x)) {
_root.l.enemy[i]._y = _root.l.enemy[i]._y - 0.5;
}
}
if (golpeado_anima == 1) {
golpeado_anima = 0;
this.gotoAndPlay("golpeado");
}
}
onClipEvent (enterFrame) {
this.swapDepths((this._x / 90) + (this._y + 20));
if ((tiempo == 0) and (actividad == 0)) {
tiempo = random(40);
actitud = random(2);
if (actitud == 0) {
gotoAndPlay ("stand");
stun = 1;
}
if (actitud == 1) {
gotoAndPlay ("dashb");
actividad = 0;
stun = 0;
tiempo = random(40) + 30;
actitud = 0;
stun = 1;
}
} else if ((stun != 1) and (actividad == 0)) {
tiempo = tiempo - 1;
}
if (stun != 1) {
if ((((_root.l.hero.golpeado != 1) and ((this._y - _root.l.detector._y) < 0)) and (((this._y - _root.l.detector._y) - 20) > 0)) or (((_root.l.hero.golpeado != 1) and (((this._y - _root.l.detector._y) + 20) > 0)) and (((this._y - _root.l.detector._y) - 20) < -30))) {
if (((this._x - _root.l.detector._x) < 300) and ((this._x - _root.l.detector._x) > 0)) {
gotoAndPlay ("ataque");
this._xscale = -100;
stun = 1;
}
if (((this._x - _root.l.detector._x) > -300) and ((this._x - _root.l.detector._x) < 0)) {
gotoAndPlay ("ataque");
this._xscale = 100;
stun = 1;
}
}
if (stun != 1) {
if (_root.l.detector._x < this._x) {
this._x = _x - speed;
if (camina == 0) {
this.gotoAndPlay("camina");
}
this._xscale = -100;
} else if ((_root.l.detector._x > this._x) and ((_root.l.detector._x - _x) > 40)) {
this._x = _x + speed;
if (camina == 0) {
this.gotoAndPlay("camina");
}
this._xscale = 100;
}
if (((_root.l.detector._y - 20) < this._y) and (((_y - _root.l.detector._y) + 20) > 10)) {
this._y = _y - (speed / 2);
if (camina == 0) {
this.gotoAndPlay("camina");
}
} else {
if ((_root.l.detector._y - 20) > this._y) {
this._y = _y + (speed / 2);
}
if (camina == 0) {
this.gotoAndPlay("camina");
}
}
}
}
if (hp < 0) {
myColor = new Color(this);
myColor.setRGB(16763904);
gotoAndStop ("bash");
golpeado = 1;
tiempo_muere = tiempo_muere - 1;
this._alpha = this._alpha - 5;
if (tiempo_muere < 0) {
_root.sthero.score = _root.sthero.score + 100;
_root.l.muertos = _root.l.muertos + 1;
_root.l.shockwave = _root.l.attachMovie("pistolup", (("dagaso" + getTimer()) + random(100000)) + _root.cuentacuentos, _root.l.getNextHighestDepth());
_root.cuentacuentos = _root.cuentacuentos + 1;
_root.l.shockwave._x = this._x;
_root.l.shockwave._y = this._y - 10;
removeMovieClip(this);
}
}
}
Symbol 2171 MovieClip Frame 1
enemy = [];
muertos = 0;
objetos = [];
Instance of Symbol 391 MovieClip in Symbol 2171 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.l.targetgolpe)) {
_root.l.hero._y = _root.l.hero._y - (_root.velocity / 2);
}
}
Instance of Symbol 391 MovieClip in Symbol 2171 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.l.targetgolpe)) {
_root.l.hero._y = _root.l.hero._y + (_root.velocity / 2);
}
}
Instance of Symbol 391 MovieClip "eso2" in Symbol 2171 MovieClip Frame 1
onClipEvent (enterFrame) {
if (((this.hitTest(_root.l.targetgolpe) and (_root.limpio == 1)) and (_root.l.hero.camina == 1)) and (_root.l.hero._xscale == 100)) {
_root.limpio = 0;
_root.destino = "derecha";
_root.flash1.play();
}
}
Instance of Symbol 253 MovieClip "detector" in Symbol 2171 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_root.l.invi == 0) or (_root.l.invi == undefined)) {
this._x = _root.l.hero._x;
this._y = _root.l.hero._y + 15;
}
}
Instance of Symbol 253 MovieClip "targetgolpe" in Symbol 2171 MovieClip Frame 1
onClipEvent (enterFrame) {
this._x = _root.l.hero._x;
this._y = _root.l.hero._y + 35;
}
Instance of Symbol 1149 MovieClip in Symbol 2171 MovieClip Frame 1
onClipEvent (load) {
nombre = "jackscope";
aguante = 20;
empujacion = 15;
resiste = 0;
torso.armor.gotoAndStop(13);
torso.cinto.gotoAndStop(3);
gamba1.gotoAndStop(1);
gamba2.gotoAndStop(1);
q1.gotoAndStop(3);
q2.gotoAndStop(3);
antebrazo = 7;
antebrazo1.gotoAndStop(antebrazo);
antebrazo2.gotoAndStop(antebrazo);
head.pelo.gotoAndStop(1);
head.detalle.gotoAndStop(13);
dmg = 10;
tiempo_muere = 20;
tiempo = random(70);
actividad = 0;
hp = 300;
maxhp = hp;
speed = 7;
armor_normal = 10;
armor_fire = 0;
armor_ice = 0;
armor_shadow = 0;
armor_special = 0;
_root.vivos = _root.vivos + 1;
_root.l.empujar.push(this);
_root.l.enemy.push(this);
}
onClipEvent (enterFrame) {
if (agarrado == true) {
this._x = _root.l.hero._x + (60 * (_root.l.hero._xscale / 100));
this._y = _root.l.hero._y + 3;
gotoAndStop ("agarrado");
this._xscale = _root.l.hero._xscale * -1;
}
if (resiste > 0) {
resiste = resiste - 0.2;
}
for (var i in _root.l.enemy) {
if ((colision.hitTest(_root.l.enemy[i].colision) and (this._x != _root.l.enemy[i]._x)) and (this._y < _root.l.enemy[i]._y)) {
_root.l.enemy[i]._y = _root.l.enemy[i]._y + 0.5;
} else if (colision.hitTest(_root.l.enemy[i].colision) and (this._x != _root.l.enemy[i]._x)) {
_root.l.enemy[i]._y = _root.l.enemy[i]._y - 0.5;
}
}
if (golpeado_anima == 1) {
golpeado_anima = 0;
this.gotoAndPlay("golpeado");
}
}
onClipEvent (enterFrame) {
this.swapDepths((this._x / 90) + (this._y + 20));
if ((tiempo == 0) and (actividad == 0)) {
tiempo = random(40);
actitud = random(2);
if (actitud == 0) {
gotoAndPlay ("stand");
stun = 1;
}
if (actitud == 1) {
gotoAndPlay ("dashb");
actividad = 0;
stun = 0;
tiempo = random(40) + 30;
actitud = 0;
stun = 1;
}
} else if ((stun != 1) and (actividad == 0)) {
tiempo = tiempo - 1;
}
if (stun != 1) {
if ((((_root.l.hero.golpeado != 1) and ((this._y - _root.l.detector._y) < 0)) and (((this._y - _root.l.detector._y) - 20) > 0)) or (((_root.l.hero.golpeado != 1) and (((this._y - _root.l.detector._y) + 20) > 0)) and (((this._y - _root.l.detector._y) - 20) < -30))) {
if (((this._x - _root.l.detector._x) < 300) and ((this._x - _root.l.detector._x) > 0)) {
gotoAndPlay ("ataque");
this._xscale = -100;
stun = 1;
}
if (((this._x - _root.l.detector._x) > -300) and ((this._x - _root.l.detector._x) < 0)) {
gotoAndPlay ("ataque");
this._xscale = 100;
stun = 1;
}
}
if (stun != 1) {
if (_root.l.detector._x < this._x) {
this._x = _x - speed;
if (camina == 0) {
this.gotoAndPlay("camina");
}
this._xscale = -100;
} else if ((_root.l.detector._x > this._x) and ((_root.l.detector._x - _x) > 40)) {
this._x = _x + speed;
if (camina == 0) {
this.gotoAndPlay("camina");
}
this._xscale = 100;
}
if (((_root.l.detector._y - 20) < this._y) and (((_y - _root.l.detector._y) + 20) > 10)) {
this._y = _y - (speed / 2);
if (camina == 0) {
this.gotoAndPlay("camina");
}
} else {
if ((_root.l.detector._y - 20) > this._y) {
this._y = _y + (speed / 2);
}
if (camina == 0) {
this.gotoAndPlay("camina");
}
}
}
}
if (hp < 0) {
myColor = new Color(this);
myColor.setRGB(16763904);
gotoAndStop ("bash");
golpeado = 1;
tiempo_muere = tiempo_muere - 1;
this._alpha = this._alpha - 5;
if (tiempo_muere < 0) {
_root.sthero.score = _root.sthero.score + 100;
_root.l.muertos = _root.l.muertos + 1;
_root.l.shockwave = _root.l.attachMovie("pistolup", (("dagaso" + getTimer()) + random(100000)) + _root.cuentacuentos, _root.l.getNextHighestDepth());
_root.cuentacuentos = _root.cuentacuentos + 1;
_root.l.shockwave._x = this._x;
_root.l.shockwave._y = this._y - 10;
removeMovieClip(this);
}
}
}
Instance of Symbol 1985 MovieClip in Symbol 2171 MovieClip Frame 1
onClipEvent (load) {
grabeable = "no";
nombre = "canonsuit";
aguante = 20;
empujacion = 45;
resiste = 0;
torso.armor.gotoAndStop(13);
torso.cinto.gotoAndStop(3);
gamba1.gotoAndStop(1);
gamba2.gotoAndStop(1);
q1.gotoAndStop(3);
q2.gotoAndStop(3);
antebrazo = 7;
antebrazo1.gotoAndStop(antebrazo);
antebrazo2.gotoAndStop(antebrazo);
head.pelo.gotoAndStop(1);
head.detalle.gotoAndStop(13);
dmg = 30;
tiempo_muere = 20;
tiempo = random(70);
actividad = 0;
hp = 300;
maxhp = hp;
speed = 5;
armor_normal = 10;
armor_fire = 0;
armor_ice = 0;
armor_shadow = 0;
armor_special = 0;
_root.vivos = _root.vivos + 1;
_root.l.empujar.push(this);
_root.l.enemy.push(this);
}
onClipEvent (enterFrame) {
if (agarrado == true) {
this._x = _root.l.hero._x + (60 * (_root.l.hero._xscale / 100));
this._y = _root.l.hero._y + 3;
gotoAndStop ("agarrado");
this._xscale = _root.l.hero._xscale * -1;
}
if (resiste > 0) {
resiste = resiste - 0.2;
}
for (var i in _root.l.enemy) {
if ((colision.hitTest(_root.l.enemy[i].colision) and (this._x != _root.l.enemy[i]._x)) and (this._y < _root.l.enemy[i]._y)) {
_root.l.enemy[i]._y = _root.l.enemy[i]._y + 0.5;
} else if (colision.hitTest(_root.l.enemy[i].colision) and (this._x != _root.l.enemy[i]._x)) {
_root.l.enemy[i]._y = _root.l.enemy[i]._y - 0.5;
}
}
if (golpeado_anima == 1) {
golpeado_anima = 0;
this.gotoAndPlay("golpeado");
}
}
onClipEvent (enterFrame) {
this.swapDepths((this._x / 90) + (this._y + 20));
if ((tiempo == 0) and (actividad == 0)) {
tiempo = random(40);
actitud = random(2);
if (actitud == 0) {
gotoAndPlay ("stand");
stun = 1;
}
if (actitud == 1) {
gotoAndPlay ("dash");
actividad = 0;
stun = 0;
tiempo = random(40) + 30;
actitud = 0;
stun = 1;
}
} else if ((stun != 1) and (actividad == 0)) {
tiempo = tiempo - 1;
}
if (stun != 1) {
if ((((_root.l.hero.golpeado != 1) and ((this._y - _root.l.detector._y) < 0)) and (((this._y - _root.l.detector._y) - 20) > 0)) or (((_root.l.hero.golpeado != 1) and (((this._y - _root.l.detector._y) + 20) > 0)) and (((this._y - _root.l.detector._y) - 20) < -30))) {
if (((this._x - _root.l.detector._x) < 250) and ((this._x - _root.l.detector._x) > 0)) {
gotoAndPlay ("ataque");
this._xscale = -100;
stun = 1;
}
if (((this._x - _root.l.detector._x) > -250) and ((this._x - _root.l.detector._x) < 0)) {
gotoAndPlay ("ataque");
this._xscale = 100;
stun = 1;
}
}
if (stun != 1) {
if (_root.l.detector._x < this._x) {
this._x = _x - speed;
if (camina == 0) {
this.gotoAndPlay("camina");
}
this._xscale = -100;
} else if ((_root.l.detector._x > this._x) and ((_root.l.detector._x - _x) > 40)) {
this._x = _x + speed;
if (camina == 0) {
this.gotoAndPlay("camina");
}
this._xscale = 100;
}
if (((_root.l.detector._y - 20) < this._y) and (((_y - _root.l.detector._y) + 20) > 10)) {
this._y = _y - (speed / 2);
if (camina == 0) {
this.gotoAndPlay("camina");
}
} else {
if ((_root.l.detector._y - 20) > this._y) {
this._y = _y + (speed / 2);
}
if (camina == 0) {
this.gotoAndPlay("camina");
}
}
}
}
if (hp < 0) {
myColor = new Color(this);
myColor.setRGB(16763904);
gotoAndStop ("bash");
golpeado = 1;
tiempo_muere = tiempo_muere - 1;
this._alpha = this._alpha - 5;
if (tiempo_muere < 0) {
_root.sthero.score = _root.sthero.score + 100;
_root.l.muertos = _root.l.muertos + 1;
removeMovieClip(this);
}
}
}
Instance of Symbol 1985 MovieClip in Symbol 2171 MovieClip Frame 1
onClipEvent (load) {
grabeable = "no";
nombre = "canonsuit";
aguante = 20;
empujacion = 45;
resiste = 0;
torso.armor.gotoAndStop(13);
torso.cinto.gotoAndStop(3);
gamba1.gotoAndStop(1);
gamba2.gotoAndStop(1);
q1.gotoAndStop(3);
q2.gotoAndStop(3);
antebrazo = 7;
antebrazo1.gotoAndStop(antebrazo);
antebrazo2.gotoAndStop(antebrazo);
head.pelo.gotoAndStop(1);
head.detalle.gotoAndStop(13);
dmg = 30;
tiempo_muere = 20;
tiempo = random(70);
actividad = 0;
hp = 300;
maxhp = hp;
speed = 5;
armor_normal = 10;
armor_fire = 0;
armor_ice = 0;
armor_shadow = 0;
armor_special = 0;
_root.vivos = _root.vivos + 1;
_root.l.empujar.push(this);
_root.l.enemy.push(this);
}
onClipEvent (enterFrame) {
if (agarrado == true) {
this._x = _root.l.hero._x + (60 * (_root.l.hero._xscale / 100));
this._y = _root.l.hero._y + 3;
gotoAndStop ("agarrado");
this._xscale = _root.l.hero._xscale * -1;
}
if (resiste > 0) {
resiste = resiste - 0.2;
}
for (var i in _root.l.enemy) {
if ((colision.hitTest(_root.l.enemy[i].colision) and (this._x != _root.l.enemy[i]._x)) and (this._y < _root.l.enemy[i]._y)) {
_root.l.enemy[i]._y = _root.l.enemy[i]._y + 0.5;
} else if (colision.hitTest(_root.l.enemy[i].colision) and (this._x != _root.l.enemy[i]._x)) {
_root.l.enemy[i]._y = _root.l.enemy[i]._y - 0.5;
}
}
if (golpeado_anima == 1) {
golpeado_anima = 0;
this.gotoAndPlay("golpeado");
}
}
onClipEvent (enterFrame) {
this.swapDepths((this._x / 90) + (this._y + 20));
if ((tiempo == 0) and (actividad == 0)) {
tiempo = random(40);
actitud = random(2);
if (actitud == 0) {
gotoAndPlay ("stand");
stun = 1;
}
if (actitud == 1) {
gotoAndPlay ("dash");
actividad = 0;
stun = 0;
tiempo = random(40) + 30;
actitud = 0;
stun = 1;
}
} else if ((stun != 1) and (actividad == 0)) {
tiempo = tiempo - 1;
}
if (stun != 1) {
if ((((_root.l.hero.golpeado != 1) and ((this._y - _root.l.detector._y) < 0)) and (((this._y - _root.l.detector._y) - 20) > 0)) or (((_root.l.hero.golpeado != 1) and (((this._y - _root.l.detector._y) + 20) > 0)) and (((this._y - _root.l.detector._y) - 20) < -30))) {
if (((this._x - _root.l.detector._x) < 250) and ((this._x - _root.l.detector._x) > 0)) {
gotoAndPlay ("ataque");
this._xscale = -100;
stun = 1;
}
if (((this._x - _root.l.detector._x) > -250) and ((this._x - _root.l.detector._x) < 0)) {
gotoAndPlay ("ataque");
this._xscale = 100;
stun = 1;
}
}
if (stun != 1) {
if (_root.l.detector._x < this._x) {
this._x = _x - speed;
if (camina == 0) {
this.gotoAndPlay("camina");
}
this._xscale = -100;
} else if ((_root.l.detector._x > this._x) and ((_root.l.detector._x - _x) > 40)) {
this._x = _x + speed;
if (camina == 0) {
this.gotoAndPlay("camina");
}
this._xscale = 100;
}
if (((_root.l.detector._y - 20) < this._y) and (((_y - _root.l.detector._y) + 20) > 10)) {
this._y = _y - (speed / 2);
if (camina == 0) {
this.gotoAndPlay("camina");
}
} else {
if ((_root.l.detector._y - 20) > this._y) {
this._y = _y + (speed / 2);
}
if (camina == 0) {
this.gotoAndPlay("camina");
}
}
}
}
if (hp < 0) {
myColor = new Color(this);
myColor.setRGB(16763904);
gotoAndStop ("bash");
golpeado = 1;
tiempo_muere = tiempo_muere - 1;
this._alpha = this._alpha - 5;
if (tiempo_muere < 0) {
_root.sthero.score = _root.sthero.score + 100;
_root.l.muertos = _root.l.muertos + 1;
removeMovieClip(this);
}
}
}
Instance of Symbol 738 MovieClip in Symbol 2171 MovieClip Frame 1
onClipEvent (load) {
nombre = "pclaw";
aguante = 20;
empujacion = 15;
resiste = 0;
torso.armor.gotoAndStop(13);
torso.cinto.gotoAndStop(3);
gamba1.gotoAndStop(1);
gamba2.gotoAndStop(1);
q1.gotoAndStop(3);
q2.gotoAndStop(3);
antebrazo = 7;
antebrazo1.gotoAndStop(antebrazo);
antebrazo2.gotoAndStop(antebrazo);
head.pelo.gotoAndStop(1);
head.detalle.gotoAndStop(13);
dmg = 10;
tiempo_muere = 20;
tiempo = random(70);
actividad = 0;
hp = 300;
maxhp = hp;
speed = 5;
armor_normal = 10;
armor_fire = 0;
armor_ice = 0;
armor_shadow = 0;
armor_special = 0;
_root.vivos = _root.vivos + 1;
_root.l.empujar.push(this);
_root.l.enemy.push(this);
}
onClipEvent (enterFrame) {
if (agarrado == true) {
this._x = _root.l.hero._x + (60 * (_root.l.hero._xscale / 100));
this._y = _root.l.hero._y + 3;
gotoAndStop ("agarrado");
this._xscale = _root.l.hero._xscale * -1;
}
if (resiste > 0) {
resiste = resiste - 0.2;
}
for (var i in _root.l.enemy) {
if ((colision.hitTest(_root.l.enemy[i].colision) and (this._x != _root.l.enemy[i]._x)) and (this._y < _root.l.enemy[i]._y)) {
_root.l.enemy[i]._y = _root.l.enemy[i]._y + 0.5;
} else if (colision.hitTest(_root.l.enemy[i].colision) and (this._x != _root.l.enemy[i]._x)) {
_root.l.enemy[i]._y = _root.l.enemy[i]._y - 0.5;
}
}
if (golpeado_anima == 1) {
golpeado_anima = 0;
this.gotoAndPlay("golpeado");
}
}
onClipEvent (enterFrame) {
this.swapDepths((this._x / 90) + (this._y + 20));
if ((tiempo == 0) and (actividad == 0)) {
tiempo = random(40);
actitud = random(2);
if (actitud == 0) {
gotoAndPlay ("stand");
stun = 1;
}
if (actitud == 1) {
gotoAndPlay ("dash");
actividad = 0;
stun = 0;
tiempo = random(40) + 30;
actitud = 0;
stun = 1;
}
} else if ((stun != 1) and (actividad == 0)) {
tiempo = tiempo - 1;
}
if (stun != 1) {
if ((((_root.l.hero.golpeado != 1) and ((this._y - _root.l.detector._y) < 0)) and (((this._y - _root.l.detector._y) - 20) > 0)) or (((_root.l.hero.golpeado != 1) and (((this._y - _root.l.detector._y) + 20) > 0)) and (((this._y - _root.l.detector._y) - 20) < -30))) {
if (((this._x - _root.l.detector._x) < 70) and ((this._x - _root.l.detector._x) > 0)) {
gotoAndPlay ("ataque");
this._xscale = -100;
stun = 1;
}
if (((this._x - _root.l.detector._x) > -70) and ((this._x - _root.l.detector._x) < 0)) {
gotoAndPlay ("ataque");
this._xscale = 100;
stun = 1;
}
}
if (stun != 1) {
if (_root.l.detector._x < this._x) {
this._x = _x - speed;
if (camina == 0) {
this.gotoAndPlay("camina");
}
this._xscale = -100;
} else if ((_root.l.detector._x > this._x) and ((_root.l.detector._x - _x) > 40)) {
this._x = _x + speed;
if (camina == 0) {
this.gotoAndPlay("camina");
}
this._xscale = 100;
}
if (((_root.l.detector._y - 20) < this._y) and (((_y - _root.l.detector._y) + 20) > 10)) {
this._y = _y - (speed / 2);
if (camina == 0) {
this.gotoAndPlay("camina");
}
} else {
if ((_root.l.detector._y - 20) > this._y) {
this._y = _y + (speed / 2);
}
if (camina == 0) {
this.gotoAndPlay("camina");
}
}
}
}
if (hp < 0) {
myColor = new Color(this);
myColor.setRGB(16763904);
gotoAndStop ("bash");
golpeado = 1;
tiempo_muere = tiempo_muere - 1;
this._alpha = this._alpha - 5;
if (tiempo_muere < 0) {
_root.sthero.score = _root.sthero.score + 100;
_root.l.muertos = _root.l.muertos + 1;
removeMovieClip(this);
}
}
}
Symbol 2172 MovieClip Frame 1
enemy = [];
muertos = 0;
objetos = [];
Instance of Symbol 391 MovieClip in Symbol 2172 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.l.targetgolpe)) {
_root.l.hero._y = _root.l.hero._y - (_root.velocity / 2);
}
}
Instance of Symbol 391 MovieClip in Symbol 2172 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.l.targetgolpe)) {
_root.l.hero._y = _root.l.hero._y + (_root.velocity / 2);
}
}
Instance of Symbol 391 MovieClip "eso2" in Symbol 2172 MovieClip Frame 1
onClipEvent (enterFrame) {
if (((this.hitTest(_root.l.targetgolpe) and (_root.limpio == 1)) and (_root.l.hero.camina == 1)) and (_root.l.hero._xscale == 100)) {
_root.limpio = 0;
_root.destino = "derecha";
_root.flash1.play();
}
}
Instance of Symbol 253 MovieClip "detector" in Symbol 2172 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_root.l.invi == 0) or (_root.l.invi == undefined)) {
this._x = _root.l.hero._x;
this._y = _root.l.hero._y + 15;
}
}
Instance of Symbol 253 MovieClip "targetgolpe" in Symbol 2172 MovieClip Frame 1
onClipEvent (enterFrame) {
this._x = _root.l.hero._x;
this._y = _root.l.hero._y + 35;
}
Instance of Symbol 382 MovieClip in Symbol 2172 MovieClip Frame 1
onClipEvent (load) {
aguante = 20;
empujacion = 15;
resiste = 0;
contiene = "carne";
hp = 300000000000000;
maxhp = hp;
speed = 5;
armor_normal = 10;
armor_fire = 0;
armor_ice = 0;
armor_shadow = 0;
armor_special = 0;
_root.l.enemy.push(this);
}
onClipEvent (enterFrame) {
if (agarrado == true) {
this._x = _root.l.hero._x + (60 * (_root.l.hero._xscale / 100));
this._y = _root.l.hero._y + 3;
gotoAndStop ("agarrado");
this._xscale = _root.l.hero._xscale * -1;
}
if (resiste > 0) {
resiste = resiste - 0.2;
}
if (golpeado_anima == 1) {
golpeado_anima = 0;
this.gotoAndPlay("golpeado");
}
this.swapDepths((this._x / 90) + (this._y + 20));
if (hp < 0) {
myColor = new Color(this);
myColor.setRGB(16763904);
golpeado = 1;
tiempo_muere = tiempo_muere - 1;
if (tiempo_muere < 0) {
_root.l.muertos = _root.l.muertos + 1;
removeMovieClip(this);
}
}
}
Instance of Symbol 382 MovieClip in Symbol 2172 MovieClip Frame 1
onClipEvent (load) {
aguante = 20;
empujacion = 15;
resiste = 0;
contiene = "carne";
hp = 300000000000000;
maxhp = hp;
speed = 5;
armor_normal = 10;
armor_fire = 0;
armor_ice = 0;
armor_shadow = 0;
armor_special = 0;
_root.l.enemy.push(this);
}
onClipEvent (enterFrame) {
if (agarrado == true) {
this._x = _root.l.hero._x + (60 * (_root.l.hero._xscale / 100));
this._y = _root.l.hero._y + 3;
gotoAndStop ("agarrado");
this._xscale = _root.l.hero._xscale * -1;
}
if (resiste > 0) {
resiste = resiste - 0.2;
}
if (golpeado_anima == 1) {
golpeado_anima = 0;
this.gotoAndPlay("golpeado");
}
this.swapDepths((this._x / 90) + (this._y + 20));
if (hp < 0) {
myColor = new Color(this);
myColor.setRGB(16763904);
golpeado = 1;
tiempo_muere = tiempo_muere - 1;
if (tiempo_muere < 0) {
_root.l.muertos = _root.l.muertos + 1;
removeMovieClip(this);
}
}
}
Instance of Symbol 382 MovieClip in Symbol 2172 MovieClip Frame 1
onClipEvent (load) {
aguante = 20;
empujacion = 15;
resiste = 0;
hp = 300000000000000;
maxhp = hp;
speed = 5;
armor_normal = 10;
armor_fire = 0;
armor_ice = 0;
armor_shadow = 0;
armor_special = 0;
contiene = "lifeup";
_root.l.enemy.push(this);
}
onClipEvent (enterFrame) {
if (agarrado == true) {
this._x = _root.l.hero._x + (60 * (_root.l.hero._xscale / 100));
this._y = _root.l.hero._y + 3;
gotoAndStop ("agarrado");
this._xscale = _root.l.hero._xscale * -1;
}
if (resiste > 0) {
resiste = resiste - 0.2;
}
if (golpeado_anima == 1) {
golpeado_anima = 0;
this.gotoAndPlay("golpeado");
}
this.swapDepths((this._x / 90) + (this._y + 20));
if (hp < 0) {
myColor = new Color(this);
myColor.setRGB(16763904);
golpeado = 1;
tiempo_muere = tiempo_muere - 1;
if (tiempo_muere < 0) {
removeMovieClip(this);
}
}
}
Instance of Symbol 382 MovieClip in Symbol 2172 MovieClip Frame 1
onClipEvent (load) {
aguante = 20;
empujacion = 15;
resiste = 0;
hp = 300000000000000;
maxhp = hp;
speed = 5;
armor_normal = 10;
armor_fire = 0;
armor_ice = 0;
armor_shadow = 0;
armor_special = 0;
contiene = "lifeup";
_root.l.enemy.push(this);
}
onClipEvent (enterFrame) {
if (agarrado == true) {
this._x = _root.l.hero._x + (60 * (_root.l.hero._xscale / 100));
this._y = _root.l.hero._y + 3;
gotoAndStop ("agarrado");
this._xscale = _root.l.hero._xscale * -1;
}
if (resiste > 0) {
resiste = resiste - 0.2;
}
if (golpeado_anima == 1) {
golpeado_anima = 0;
this.gotoAndPlay("golpeado");
}
this.swapDepths((this._x / 90) + (this._y + 20));
if (hp < 0) {
myColor = new Color(this);
myColor.setRGB(16763904);
golpeado = 1;
tiempo_muere = tiempo_muere - 1;
if (tiempo_muere < 0) {
removeMovieClip(this);
}
}
}
Instance of Symbol 382 MovieClip in Symbol 2172 MovieClip Frame 1
onClipEvent (load) {
aguante = 20;
empujacion = 15;
resiste = 0;
contiene = "carne";
hp = 300000000000000;
maxhp = hp;
speed = 5;
armor_normal = 10;
armor_fire = 0;
armor_ice = 0;
armor_shadow = 0;
armor_special = 0;
_root.l.enemy.push(this);
}
onClipEvent (enterFrame) {
if (agarrado == true) {
this._x = _root.l.hero._x + (60 * (_root.l.hero._xscale / 100));
this._y = _root.l.hero._y + 3;
gotoAndStop ("agarrado");
this._xscale = _root.l.hero._xscale * -1;
}
if (resiste > 0) {
resiste = resiste - 0.2;
}
if (golpeado_anima == 1) {
golpeado_anima = 0;
this.gotoAndPlay("golpeado");
}
this.swapDepths((this._x / 90) + (this._y + 20));
if (hp < 0) {
myColor = new Color(this);
myColor.setRGB(16763904);
golpeado = 1;
tiempo_muere = tiempo_muere - 1;
if (tiempo_muere < 0) {
_root.l.muertos = _root.l.muertos + 1;
removeMovieClip(this);
}
}
}
Symbol 2186 MovieClip Frame 1
grabeable = "no";
camina = 0;
golpeado = 0;
armor_normal = 90;
Symbol 2186 MovieClip Frame 19
stun = 0;
gotoAndPlay ("camina");
Symbol 2186 MovieClip Frame 22
camina = 1;
golpeado = 0;
grabeable = "no";
Symbol 2186 MovieClip Frame 31
stun = 0;
golpeado = 0;
Symbol 2186 MovieClip Frame 35
stun = 0;
gotoAndPlay ("camina");
Symbol 2186 MovieClip Frame 40
stun = 1;
grabeable = "no";
Symbol 2186 MovieClip Frame 43
mySound = new Sound(this);
tune = "b5pega.mp3";
mySound.setVolume(80);
mySound.attachSound(tune);
mySound.start(0, 1);
Symbol 2186 MovieClip Frame 47
mySound = new Sound(this);
tune = "Katork.mp3";
mySound.setVolume(80);
mySound.attachSound(tune);
mySound.start(0, 1);
Instance of Symbol 253 MovieClip "detector" in Symbol 2186 MovieClip Frame 47
onClipEvent (enterFrame) {
if (this.hitTest(_root.l.targetgolpe) and (_root.l.hero.golpeado != 1)) {
_root.sthero.resiste = _root.sthero.resiste + _parent.empujacion;
_root.l.hero.ladoempuja = _parent._xscale / 100;
_root.l.hero.gotoAndPlay("golpeado");
_root.l.hero.stun = 1;
_root.sthero.hp = _root.sthero.hp - Math.round((_parent.dmg * (100 - _root.sthero.armor)) / 100);
if ((_parent._x - _root.l.targetgolpe._x) > 0) {
_root.l.hero._x = _root.l.hero._x - 40;
} else {
_root.l.hero._x = _root.l.hero._x + 40;
}
}
}
Symbol 2186 MovieClip Frame 53
gotoAndPlay ("stand");
Symbol 2186 MovieClip Frame 55
stun = 1;
mySound = new Sound(this);
tune = "b5ha.mp3";
mySound.setVolume(80);
mySound.attachSound(tune);
mySound.start(0, 1);
Symbol 2186 MovieClip Frame 56
_parent.atomic.play();
_root.dare.play();
Symbol 2186 MovieClip Frame 72
mySound = new Sound(this);
tune = "b5laser.mp3";
mySound.setVolume(80);
mySound.attachSound(tune);
mySound.start(0, 1);
Instance of Symbol 253 MovieClip "detector" in Symbol 2186 MovieClip Frame 72
onClipEvent (enterFrame) {
if (this.hitTest(_root.l.targetgolpe) and (_root.l.hero.golpeado != 1)) {
_root.sthero.resiste = _root.sthero.resiste + _parent.empujacion;
_root.l.hero.ladoempuja = _parent._xscale / 100;
_root.l.hero.gotoAndPlay("golpeado");
_root.l.hero.stun = 1;
_root.sthero.hp = _root.sthero.hp - Math.round((_parent.dmg * (100 - _root.sthero.armor)) / 100);
if ((_parent._x - _root.l.targetgolpe._x) > 0) {
_root.l.hero._x = _root.l.hero._x - 40;
} else {
_root.l.hero._x = _root.l.hero._x + 40;
}
}
}
Symbol 2186 MovieClip Frame 114
gotoAndPlay ("stand");
Symbol 2186 MovieClip Frame 119
_root.m.displayenemy.targeteado = this;
_root.m.displayenemy.gotoAndStop(nombre);
_root.m.displayenemy.timer.gotoAndPlay(1);
if (resiste > aguante) {
gotoAndPlay ("golpeadohard");
}
stun = 1;
camina = 0;
stun = 1;
golpeson = random(3);
mySound = new Sound(this);
tune = "hit" + golpeson;
if ((_root.l.hero._x - this._x) > 0) {
volumen = (((100 * (_root.l.hero._x - this._x)) / 700) - 100) * -1;
} else {
volumen = (((100 * (this._x - _root.l.hero._x)) / 700) - 100) * -1;
}
if (volumen > 0) {
mySound.setVolume(volumen);
mySound.attachSound(tune);
mySound.start(0, 1);
}
Symbol 2186 MovieClip Frame 128
golpeado = 0;
stun = 0;
gotoAndPlay ("stand");
Symbol 2186 MovieClip Frame 135
mySound = new Sound(this);
tune = "b5die.mp3";
mySound.setVolume(80);
mySound.attachSound(tune);
mySound.start(0, 1);
stun = 1;
Symbol 2186 MovieClip Frame 161
mySound = new Sound(this);
tune = "hithard";
mySound.setVolume(80);
mySound.attachSound(tune);
mySound.start(0, 1);
Instance of Symbol 253 MovieClip "detector" in Symbol 2186 MovieClip Frame 161
onClipEvent (enterFrame) {
if (this.hitTest(_root.l.targetgolpe) and (_root.l.hero.golpeado != 1)) {
_root.sthero.resiste = _root.sthero.resiste + _parent.empujacion;
_root.l.hero.ladoempuja = _parent._xscale / 100;
_root.l.hero.gotoAndPlay("golpeado");
_root.l.hero.stun = 1;
_root.sthero.hp = _root.sthero.hp - Math.round((_parent.dmg * (100 - _root.sthero.armor)) / 100);
if ((_parent._x - _root.l.targetgolpe._x) > 0) {
_root.l.hero._x = _root.l.hero._x - 40;
} else {
_root.l.hero._x = _root.l.hero._x + 40;
}
}
}
Symbol 2186 MovieClip Frame 166
gotoAndPlay ("stand");
Symbol 2186 MovieClip Frame 169
_root.dare.gotoAndStop(1);
grabeable = "no";
_root.m.displayenemy.targeteado = this;
_root.m.displayenemy.gotoAndStop(nombre);
_root.m.displayenemy.timer.gotoAndPlay(1);
if (resiste > aguante) {
gotoAndPlay ("realgolpeado");
}
golpeado = 1;
stun = 1;
camina = 0;
resiste = 0;
stun = 1;
golpeson = random(3);
mySound = new Sound(this);
tune = "hit" + golpeson;
if ((_root.l.hero._x - this._x) > 0) {
volumen = (((100 * (_root.l.hero._x - this._x)) / 700) - 100) * -1;
} else {
volumen = (((100 * (this._x - _root.l.hero._x)) / 700) - 100) * -1;
}
if (this._xscale == 100) {
culonsosos = -40;
}
if (this._xscale == -100) {
culonsosos = 40;
}
this._x = this._x + culonsosos;
if (volumen > 0) {
mySound.setVolume(volumen);
mySound.attachSound(tune);
mySound.start(0, 1);
}
_root.l.shockwave = _root.l.attachMovie("sangreenemigo", (("dagaso" + getTimer()) + random(100000)) + _root.cuentacuentos, _root.l.getNextHighestDepth());
_root.cuentacuentos = _root.cuentacuentos + 1;
_root.l.shockwave._x = this._x;
_root.l.shockwave._y = this._y;
if (_xscale == 100) {
_root.l.shockwave._xscale = 100;
}
if (_xscale == -100) {
_root.l.shockwave._xscale = -100;
}
Instance of Symbol 253 MovieClip in Symbol 2186 MovieClip Frame 169
onClipEvent (enterFrame) {
if (this.hitTest(_root.l.hero.g)) {
_root.l.hero.gotoAndPlay("asalta");
_root.l.hero.graveado = _root.l.boss._name;
_root.l.hero._xscale = _parent._xscale;
_root.l.hero._x = _parent._x - (60 * (_parent._xscale / 100));
_root.l.hero._y = _parent._y - 40;
_parent.gotoAndPlay("asaltado");
}
}
Instance of Symbol 1129 MovieClip in Symbol 2186 MovieClip Frame 169
onClipEvent (load) {
_xscale = _parent._xscale;
}
Symbol 2186 MovieClip Frame 276
golpeado = 0;
stun = 0;
resiste = 0;
armor_normal = 100;
gotoAndPlay ("stand");
Symbol 2186 MovieClip Frame 278
_root.dare.gotoAndStop(1);
armor_normal = 0;
_root.m.displayenemy.targeteado = this;
_root.m.displayenemy.gotoAndStop(nombre);
_root.m.displayenemy.timer.gotoAndPlay(1);
armor_normal = 0;
stun = 1;
resiste = 0;
Symbol 2186 MovieClip Frame 365
mySound = new Sound(this);
tune = "b5ha.mp3";
mySound.setVolume(80);
mySound.attachSound(tune);
mySound.start(0, 1);
Symbol 2186 MovieClip Frame 367
_root.l.hero.gotoAndPlay("golpeadohard");
_root.l.hero.graveado = undefined;
armor_normal = 90;
gotoAndPlay ("stand");
Symbol 2188 MovieClip Frame 1
camina = 0;
golpeado = 0;
Symbol 2188 MovieClip Frame 8
stun = 0;
gotoAndPlay ("stand");
Symbol 2188 MovieClip Frame 17
gotoAndPlay ("stand");
Symbol 2188 MovieClip Frame 22
camina = 1;
golpeado = 0;
Symbol 2188 MovieClip Frame 31
stun = 0;
golpeado = 0;
Symbol 2188 MovieClip Frame 36
stun = 0;
gotoAndPlay ("camina");
Symbol 2188 MovieClip Frame 40
stun = 1;
Symbol 2188 MovieClip Frame 44
Instance of Symbol 253 MovieClip "detector" in Symbol 2188 MovieClip Frame 44
onClipEvent (enterFrame) {
if (this.hitTest(_root.l.targetgolpe) and (_root.l.hero.golpeado != 1)) {
_root.sthero.resiste = _root.sthero.resiste + _parent.empujacion;
_root.l.hero.ladoempuja = _parent._xscale / 100;
_root.l.hero.gotoAndPlay("golpeado");
_root.l.hero.stun = 1;
_root.sthero.hp = _root.sthero.hp - Math.round((_parent.dmg * (100 - _root.sthero.armor)) / 100);
if ((_parent._x - _root.l.targetgolpe._x) > 0) {
_root.l.hero._x = _root.l.hero._x - 40;
} else {
_root.l.hero._x = _root.l.hero._x + 40;
}
}
}
Symbol 2188 MovieClip Frame 50
gotoAndPlay ("stand");
Symbol 2188 MovieClip Frame 52
stun = 1;
Symbol 2188 MovieClip Frame 63
gotoAndPlay ("stand");
Symbol 2188 MovieClip Frame 74
stun = 1;
Instance of Symbol 149 MovieClip in Symbol 2188 MovieClip Frame 84
onClipEvent (enterFrame) {
for (var i in _root.l.enemy) {
if ((_root.l.enemy[i].golpeado <= 0) and this.hitTest(_root.l.enemy[i].targetgolpe)) {
_root.l.enemy[i].hp = _root.l.enemy[i].hp - Math.round(((_root.sthero.dmg_normal * (3 + (_root.sthero.tree_a3 * 0.33))) * (100 - _root.l.enemy[i].armor_normal)) / 100);
_root.l.enemy[i]._xscale = _root.l.enemy[i]._xscale * -1;
_root.l.enemy[i].resiste = _root.l.enemy[i].resiste + 1E15;
_root.l.enemy[i].gotoAndPlay("golpeadohard33");
_root.l.enemy[i].golpeado = 1;
_root.l.enemy[i].golpeado_anima = 1;
_root.sthero.combo = _root.sthero.combo + 1;
_root.sthero.tiempocombo = 30;
_root.l.shockwave = _root.l.attachMovie("kaboom", (("dagaso" + getTimer()) + random(100000)) + _root.cuentacuentos, _root.l.getNextHighestDepth());
_root.cuentacuentos = _root.cuentacuentos + 1;
_root.l.shockwave._x = _root.l.enemy[i]._x;
_root.l.shockwave._y = _root.l.enemy[i]._y;
if (_parent._xscale == 100) {
_root.l.shockwave._xscale = 100;
}
if (_parent._xscale == -100) {
_root.l.shockwave._xscale = -100;
}
}
}
}
Symbol 2188 MovieClip Frame 85
gotoAndPlay ("stand");
Symbol 2188 MovieClip Frame 90
golpeado = 1;
stun = 1;
camina = 0;
resiste = 0;
stun = 1;
golpeson = random(3);
Symbol 2188 MovieClip Frame 91
if (this._xscale == 100) {
culonsosos = -50;
}
if (this._xscale == -100) {
culonsosos = 50;
}
this._x = this._x + culonsosos;
Symbol 2188 MovieClip Frame 92
this._x = this._x + culonsosos;
Symbol 2188 MovieClip Frame 93
this._x = this._x + culonsosos;
Symbol 2188 MovieClip Frame 94
this._x = this._x + culonsosos;
Symbol 2188 MovieClip Frame 95
this._x = this._x + culonsosos;
Symbol 2188 MovieClip Frame 96
this._x = this._x + culonsosos;
Symbol 2188 MovieClip Frame 97
this._x = this._x + culonsosos;
Symbol 2188 MovieClip Frame 98
this._x = this._x + culonsosos;
Symbol 2188 MovieClip Frame 99
this._x = this._x + culonsosos;
Symbol 2188 MovieClip Frame 100
this._x = this._x + culonsosos;
Symbol 2188 MovieClip Frame 101
this._x = this._x + culonsosos;
Symbol 2188 MovieClip Frame 102
this._x = this._x + culonsosos;
Symbol 2188 MovieClip Frame 103
this._x = this._x + culonsosos;
Symbol 2188 MovieClip Frame 104
this._x = this._x + culonsosos;
Symbol 2188 MovieClip Frame 105
this._x = this._x + culonsosos;
Symbol 2188 MovieClip Frame 106
this._x = this._x + culonsosos;
Symbol 2188 MovieClip Frame 107
this._x = this._x + culonsosos;
Symbol 2188 MovieClip Frame 108
this._x = this._x + culonsosos;
Symbol 2188 MovieClip Frame 109
this._x = this._x + culonsosos;
Symbol 2188 MovieClip Frame 110
this._x = this._x + culonsosos;
Symbol 2188 MovieClip Frame 111
this._x = this._x + culonsosos;
Symbol 2188 MovieClip Frame 112
this._x = this._x + culonsosos;
Symbol 2188 MovieClip Frame 113
this._x = this._x + culonsosos;
Symbol 2188 MovieClip Frame 114
this._x = this._x + culonsosos;
Symbol 2188 MovieClip Frame 115
this._x = this._x + culonsosos;
Symbol 2188 MovieClip Frame 116
this._x = this._x + culonsosos;
Symbol 2188 MovieClip Frame 117
this._x = this._x + culonsosos;
Symbol 2188 MovieClip Frame 118
this._x = this._x + culonsosos;
Symbol 2188 MovieClip Frame 119
this._x = this._x + culonsosos;
Symbol 2188 MovieClip Frame 120
this._x = this._x + culonsosos;
Symbol 2188 MovieClip Frame 121
this._x = this._x + culonsosos;
Symbol 2188 MovieClip Frame 122
this._x = this._x + culonsosos;
Symbol 2188 MovieClip Frame 123
this._x = this._x + culonsosos;
Symbol 2188 MovieClip Frame 124
this._x = this._x + culonsosos;
Symbol 2188 MovieClip Frame 125
this._x = this._x + culonsosos;
Symbol 2188 MovieClip Frame 126
this._x = this._x + culonsosos;
Symbol 2188 MovieClip Frame 127
this._x = this._x + culonsosos;
Symbol 2188 MovieClip Frame 128
this._x = this._x + culonsosos;
Symbol 2188 MovieClip Frame 129
this._x = this._x + culonsosos;
Symbol 2188 MovieClip Frame 130
this._x = this._x + culonsosos;
Symbol 2188 MovieClip Frame 131
this._x = this._x + culonsosos;
Symbol 2188 MovieClip Frame 132
this._x = this._x + culonsosos;
Symbol 2188 MovieClip Frame 133
this._x = this._x + culonsosos;
Symbol 2188 MovieClip Frame 134
this._x = this._x + culonsosos;
Symbol 2188 MovieClip Frame 135
this._x = this._x + culonsosos;
Symbol 2188 MovieClip Frame 136
this._x = this._x + culonsosos;
Symbol 2188 MovieClip Frame 137
this._x = this._x + culonsosos;
Symbol 2188 MovieClip Frame 790
this._x = _root.l.hero._x;
this._y = _root.l.hero._y;
Instance of Symbol 253 MovieClip "detector" in Symbol 2188 MovieClip Frame 796
onClipEvent (enterFrame) {
if (this.hitTest(_root.l.targetgolpe) and (_root.l.hero.golpeado != 1)) {
_root.sthero.resiste = _root.sthero.resiste + _parent.empujacion;
_root.l.hero.ladoempuja = _parent._xscale / 100;
_root.l.hero.gotoAndPlay("golpeado");
_root.l.hero.stun = 1;
_root.sthero.hp = _root.sthero.hp - 15;
if ((_parent._x - _root.l.targetgolpe._x) > 0) {
_root.l.hero._x = _root.l.hero._x - 40;
} else {
_root.l.hero._x = _root.l.hero._x + 40;
}
}
}
Symbol 2188 MovieClip Frame 798
golpeado = 0;
stun = 0;
gotoAndPlay ("stand");
Symbol 2188 MovieClip Frame 804
stun = 1;
Symbol 2188 MovieClip Frame 814
gotoAndPlay ("agarrado");
Symbol 2188 MovieClip Frame 819
stun = 1;
play();
Instance of Symbol 149 MovieClip in Symbol 2188 MovieClip Frame 821
onClipEvent (enterFrame) {
for (var i in _root.l.enemy) {
if ((_root.l.enemy[i].golpeado <= 0) and this.hitTest(_root.l.enemy[i].targetgolpe)) {
_root.l.enemy[i].hp = _root.l.enemy[i].hp - Math.round(((_root.sthero.dmg_normal * 2) * (100 - _root.l.enemy[i].armor_normal)) / 100);
_root.l.enemy[i].golpeado_anima = 1;
_root.l.enemy[i].resiste = _root.l.enemy[i].resiste + 30;
if (_parent.mamasa != 1) {
_parent.mamasa = 1;
_root.sthero.combo = _root.sthero.combo + 1;
_root.sthero.tiempocombo = 30;
}
_root.l.shockwave = _root.l.attachMovie("kaboom", (("dagaso" + getTimer()) + random(100000)) + _root.cuentacuentos, _root.l.getNextHighestDepth());
_root.cuentacuentos = _root.cuentacuentos + 1;
_root.l.shockwave._x = _root.l.enemy[i]._x;
_root.l.shockwave._y = _root.l.enemy[i]._y;
if (_parent._xscale == 100) {
_root.l.shockwave._xscale = 100;
}
if (_parent._xscale == -100) {
_root.l.shockwave._xscale = -100;
}
_parent.hp = _parent.hp - 1;
}
}
}
Symbol 2188 MovieClip Frame 827
gotoAndStop ("agarrado");
Symbol 2188 MovieClip Frame 857
golpeado = 0;
stun = 0;
gotoAndPlay ("stand");
Symbol 2189 MovieClip Frame 1
enemy = [];
muertos = 0;
objetos = [];
Instance of Symbol 391 MovieClip in Symbol 2189 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.l.targetgolpe)) {
_root.l.hero._y = _root.l.hero._y - (_root.velocity / 2);
}
}
Instance of Symbol 391 MovieClip in Symbol 2189 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.l.targetgolpe)) {
_root.l.hero._y = _root.l.hero._y + (_root.velocity / 2);
}
}
Instance of Symbol 391 MovieClip "eso2" in Symbol 2189 MovieClip Frame 1
onClipEvent (enterFrame) {
if (((this.hitTest(_root.l.targetgolpe) and (_root.limpio == 1)) and (_root.l.hero.camina == 1)) and (_root.l.hero._xscale == 100)) {
_root.limpio = 0;
_root.destino = "derecha";
_root.flash1.play();
}
}
Instance of Symbol 253 MovieClip "detector" in Symbol 2189 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_root.l.invi == 0) or (_root.l.invi == undefined)) {
this._x = _root.l.hero._x;
this._y = _root.l.hero._y + 15;
}
}
Instance of Symbol 253 MovieClip "targetgolpe" in Symbol 2189 MovieClip Frame 1
onClipEvent (enterFrame) {
this._x = _root.l.hero._x;
this._y = _root.l.hero._y + 35;
}
Instance of Symbol 2186 MovieClip "boss" in Symbol 2189 MovieClip Frame 1
onClipEvent (load) {
actitudes = 40;
grabeable = "no";
nombre = "diego";
aguante = 30;
empujacion = 75;
resiste = 0;
torso.armor.gotoAndStop(13);
torso.cinto.gotoAndStop(3);
gamba1.gotoAndStop(1);
gamba2.gotoAndStop(1);
q1.gotoAndStop(3);
q2.gotoAndStop(3);
antebrazo = 7;
antebrazo1.gotoAndStop(antebrazo);
antebrazo2.gotoAndStop(antebrazo);
head.pelo.gotoAndStop(1);
head.detalle.gotoAndStop(13);
dmg = 30;
tiempo_muere = 20;
tiempo = random(70);
actividad = 0;
hp = 800;
maxhp = hp;
speed = 8;
armor_normal = 90;
armor_fire = 0;
armor_ice = 0;
armor_shadow = 0;
armor_special = 0;
_root.vivos = _root.vivos + 1;
_root.l.empujar.push(this);
_root.l.enemy.push(this);
}
onClipEvent (enterFrame) {
if ((hp < 260) and (mierda != 1)) {
mierda = 1;
actitudes = 20;
speed = 18;
dmg = 70;
var myMatrix = [2, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 1, 0];
var colorMatrix = (new flash.filters.ColorMatrixFilter(myMatrix));
this.filters = [colorMatrix];
}
if (agarrado == true) {
this._x = _root.l.hero._x + (60 * (_root.l.hero._xscale / 100));
this._y = _root.l.hero._y + 3;
gotoAndStop ("agarrado");
this._xscale = _root.l.hero._xscale * -1;
}
if (resiste > 0) {
resiste = resiste - 0.2;
}
for (var i in _root.l.enemy) {
if ((colision.hitTest(_root.l.enemy[i].colision) and (this._x != _root.l.enemy[i]._x)) and (this._y < _root.l.enemy[i]._y)) {
_root.l.enemy[i]._y = _root.l.enemy[i]._y + 0.5;
} else if (colision.hitTest(_root.l.enemy[i].colision) and (this._x != _root.l.enemy[i]._x)) {
_root.l.enemy[i]._y = _root.l.enemy[i]._y - 0.5;
}
}
if (golpeado_anima == 1) {
golpeado_anima = 0;
this.gotoAndPlay("golpeado");
}
}
onClipEvent (enterFrame) {
this.swapDepths((this._x / 90) + (this._y + 20));
if ((tiempo == 0) and (actividad == 0)) {
tiempo = random(actitudes);
actitud = random(2);
if (actitud == 0) {
gotoAndPlay ("dashb");
stun = 1;
}
if (actitud == 1) {
gotoAndPlay ("dash");
actividad = 0;
stun = 0;
tiempo = random(actitudes) + 30;
actitud = 0;
stun = 1;
}
} else if ((stun != 1) and (actividad == 0)) {
tiempo = tiempo - 1;
}
if (stun != 1) {
if ((((_root.l.hero.golpeado != 1) and ((this._y - _root.l.detector._y) < 0)) and (((this._y - _root.l.detector._y) - 20) > 0)) or (((_root.l.hero.golpeado != 1) and (((this._y - _root.l.detector._y) + 20) > 0)) and (((this._y - _root.l.detector._y) - 20) < -30))) {
if (((this._x - _root.l.detector._x) < 400) and ((this._x - _root.l.detector._x) > 0)) {
gotoAndPlay ("ataque");
this._xscale = -100;
stun = 1;
}
if (((this._x - _root.l.detector._x) > -400) and ((this._x - _root.l.detector._x) < 0)) {
gotoAndPlay ("ataque");
this._xscale = 100;
stun = 1;
}
}
if (stun != 1) {
if (_root.l.detector._x < this._x) {
this._x = _x - speed;
if (camina == 0) {
this.gotoAndPlay("camina");
}
this._xscale = -100;
} else if ((_root.l.detector._x > this._x) and ((_root.l.detector._x - _x) > 40)) {
this._x = _x + speed;
if (camina == 0) {
this.gotoAndPlay("camina");
}
this._xscale = 100;
}
if (((_root.l.detector._y - 20) < this._y) and (((_y - _root.l.detector._y) + 20) > 10)) {
this._y = _y - (speed / 2);
if (camina == 0) {
this.gotoAndPlay("camina");
}
} else {
if ((_root.l.detector._y - 20) > this._y) {
this._y = _y + (speed / 2);
}
if (camina == 0) {
this.gotoAndPlay("camina");
}
}
}
}
if (hp < 0) {
if (_root.l.hero.graveado == _name) {
_root.l.hero.graveado = undefined;
_root.l.hero.gotoAndPlay("stand");
}
myColor = new Color(this);
myColor.setRGB(16763904);
gotoAndStop ("bash");
golpeado = 1;
tiempo_muere = tiempo_muere - 1;
this._alpha = this._alpha - 5;
if (tiempo_muere < 0) {
_root.sthero.score = _root.sthero.score + 100;
_root.l.muertos = _root.l.muertos + 1;
_root.destino = "move5";
_root.flash1.play();
removeMovieClip(this);
}
}
}
Instance of Symbol 2188 MovieClip in Symbol 2189 MovieClip Frame 1
onClipEvent (load) {
objeto = "si";
aguante = 20;
empujacion = 15;
resiste = 0;
contiene = "carne";
hp = 300000000000000;
maxhp = hp;
speed = 5;
armor_normal = 10;
armor_fire = 0;
armor_ice = 0;
armor_shadow = 0;
armor_special = 0;
_root.l.objetos.push(this);
}
onClipEvent (enterFrame) {
if (agarrado == true) {
this._x = _root.l.hero._x + (60 * (_root.l.hero._xscale / 100));
this._y = _root.l.hero._y + 3;
gotoAndStop ("agarrado");
this._xscale = _root.l.hero._xscale * -1;
}
if (resiste > 0) {
resiste = resiste - 0.2;
}
if (golpeado_anima == 1) {
golpeado_anima = 0;
this.gotoAndPlay("golpeado");
}
this.swapDepths((this._x / 90) + (this._y + 20));
if (hp < 0) {
myColor = new Color(this);
myColor.setRGB(16763904);
golpeado = 1;
tiempo_muere = tiempo_muere - 1;
if (tiempo_muere < 0) {
_root.l.muertos = _root.l.muertos + 1;
removeMovieClip(this);
}
}
}
Symbol 2192 MovieClip Frame 1
enemy = [];
objetos = [];
muertos = 0;
Instance of Symbol 391 MovieClip in Symbol 2192 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.l.targetgolpe)) {
_root.l.hero._y = _root.l.hero._y - (_root.velocity / 2);
}
}
Instance of Symbol 391 MovieClip in Symbol 2192 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.l.targetgolpe)) {
_root.l.hero._y = _root.l.hero._y + (_root.velocity / 2);
}
}
Instance of Symbol 391 MovieClip "eso2" in Symbol 2192 MovieClip Frame 1
onClipEvent (enterFrame) {
if (((this.hitTest(_root.l.targetgolpe) and (_root.limpio == 1)) and (_root.l.hero.camina == 1)) and (_root.l.hero._xscale == 100)) {
_root.limpio = 0;
_root.destino = "derecha";
_root.flash1.play();
}
}
Instance of Symbol 253 MovieClip "detector" in Symbol 2192 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_root.l.invi == 0) or (_root.l.invi == undefined)) {
this._x = _root.l.hero._x;
this._y = _root.l.hero._y + 15;
}
}
Instance of Symbol 253 MovieClip "targetgolpe" in Symbol 2192 MovieClip Frame 1
onClipEvent (enterFrame) {
this._x = _root.l.hero._x;
this._y = _root.l.hero._y + 35;
}
Symbol 2254 MovieClip Frame 1
_root.l.invi = 0;
humano = "si";
gravea = "si";
_root.velocity = _root.sthero.velocity;
_root.sthero.animamuerte = 0;
grab = 0;
sas = 0;
ses = 0;
sis = 0;
sos = 0;
golpeado = 0;
stun = 0;
camina = 0;
dmg_normal = 30;
dmg_fire = 10;
dmg_ice = 25;
dmg_shadow = 25;
Symbol 2254 MovieClip Frame 2
golpeado = 0;
Symbol 2254 MovieClip Frame 28
gotoAndPlay ("stand");
Symbol 2254 MovieClip Frame 35
_root.velocity = _root.sthero.velocity;
_root.sthero.animamuerte = 0;
golpeado = 0;
stun = 0;
camina = 1;
Symbol 2254 MovieClip Frame 43
gotoAndPlay ("camina");
Symbol 2254 MovieClip Frame 55
stun = 1;
Symbol 2254 MovieClip Frame 56
mySound = new Sound(this);
tune = ("H_attack" + (random(3) + 1)) + ".mp3";
mySound.setVolume(80);
mySound.attachSound(tune);
mySound.start(0, 1);
mySound = new Sound(this);
tune = "H_sword.mp3";
mySound.setVolume(80);
mySound.attachSound(tune);
mySound.start(0, 1);
Instance of Symbol 149 MovieClip in Symbol 2254 MovieClip Frame 56
onClipEvent (enterFrame) {
for (var i in _root.l.enemy) {
if ((_root.l.enemy[i].golpeado <= 0) and this.hitTest(_root.l.enemy[i].targetgolpe)) {
_root.l.enemy[i].hp = _root.l.enemy[i].hp - Math.round(((_root.sthero.dmg_normal * 1.4) * (100 - _root.l.enemy[i].armor_normal)) / 100);
_root.l.enemy[i].resiste = _root.l.enemy[i].resiste + _parent.basheador;
_root.l.enemy[i].golpeado_anima = 1;
if (_parent.mamasa != 1) {
_parent.mamasa = 1;
_root.sthero.combo = _root.sthero.combo + 1;
_root.sthero.tiempocombo = 30;
}
_root.l.shockwave = _root.l.attachMovie("kaboom", (("dagaso" + getTimer()) + random(100000)) + _root.cuentacuentos, _root.l.getNextHighestDepth());
_root.cuentacuentos = _root.cuentacuentos + 1;
_root.l.shockwave._x = _root.l.enemy[i]._x;
_root.l.shockwave._y = _root.l.enemy[i]._y;
if (_parent._xscale == 100) {
_root.l.shockwave._xscale = 200;
}
if (_parent._xscale == -100) {
_root.l.shockwave._xscale = -200;
}
}
}
}
Symbol 2254 MovieClip Frame 58
mamasa = 0;
Symbol 2254 MovieClip Frame 63
stun = 0;
gotoAndPlay ("stand");
Symbol 2254 MovieClip Frame 66
stun = 1;
Symbol 2254 MovieClip Frame 69
mySound = new Sound(this);
tune = ("H_attack" + (random(3) + 1)) + ".mp3";
mySound.setVolume(80);
mySound.attachSound(tune);
mySound.start(0, 1);
tune = "H_sword.mp3";
mySound.setVolume(80);
mySound.attachSound(tune);
mySound.start(0, 1);
Instance of Symbol 149 MovieClip in Symbol 2254 MovieClip Frame 71
onClipEvent (enterFrame) {
for (var i in _root.l.enemy) {
if ((_root.l.enemy[i].golpeado <= 0) and this.hitTest(_root.l.enemy[i].targetgolpe)) {
_root.l.enemy[i].hp = _root.l.enemy[i].hp - Math.round(((_root.sthero.dmg_normal * 1.4) * (100 - _root.l.enemy[i].armor_normal)) / 100);
_root.l.enemy[i].golpeado_anima = 1;
_root.l.enemy[i].resiste = _root.l.enemy[i].resiste + _parent.basheador;
if (_parent.mamasa != 1) {
_parent.mamasa = 1;
_root.sthero.combo = _root.sthero.combo + 1;
_root.sthero.tiempocombo = 30;
}
_root.l.shockwave = _root.l.attachMovie("kaboom", (("dagaso" + getTimer()) + random(100000)) + _root.cuentacuentos, _root.l.getNextHighestDepth());
_root.cuentacuentos = _root.cuentacuentos + 1;
_root.l.shockwave._x = _root.l.enemy[i]._x;
_root.l.shockwave._y = _root.l.enemy[i]._y;
if (_parent._xscale == 100) {
_root.l.shockwave._xscale = 100;
}
if (_parent._xscale == -100) {
_root.l.shockwave._xscale = -100;
}
}
}
}
Symbol 2254 MovieClip Frame 73
mamasa = 0;
Symbol 2254 MovieClip Frame 81
stun = 0;
gotoAndPlay ("stand");
Symbol 2254 MovieClip Frame 87
stun = 1;
_root.velocity = 70;
culonsosos = 70 * (this._xscale / 100);
Symbol 2254 MovieClip Frame 89
mySound = new Sound(this);
tune = "leap";
mySound.setVolume(80);
mySound.attachSound(tune);
mySound.start(0, 1);
golpeado = 1;
_root.l.invi = 1;
this._x = this._x + culonsosos;
Symbol 2254 MovieClip Frame 90
this._x = this._x + culonsosos;
Symbol 2254 MovieClip Frame 91
this._x = this._x + culonsosos;
Symbol 2254 MovieClip Frame 92
this._x = this._x + culonsosos;
Symbol 2254 MovieClip Frame 93
this._x = this._x + culonsosos;
Symbol 2254 MovieClip Frame 94
golpeado = 0;
_root.l.invi = 0;
Symbol 2254 MovieClip Frame 97
_root.velocity = _root.sthero.velocity;
golpeado = 0;
stun = 0;
gotoAndPlay ("stand");
Symbol 2254 MovieClip Frame 105
stun = 1;
golpeado = 1;
mySound = new Sound(this);
tune = "Zwork.mp3";
mySound.setVolume(80);
mySound.attachSound(tune);
mySound.start(0, 1);
mySound = new Sound(this);
tune = ("H_attack" + (random(3) + 1)) + ".mp3";
mySound.setVolume(80);
mySound.attachSound(tune);
mySound.start(0, 1);
_root.velocity = _root.velocity * 2;
if (this._xscale == 100) {
culonsosos = _root.velocity;
}
if (this._xscale == -100) {
culonsosos = _root.velocity * -1;
}
this._x = this._x + culonsosos;
Instance of Symbol 149 MovieClip in Symbol 2254 MovieClip Frame 105
onClipEvent (enterFrame) {
for (var i in _root.l.enemy) {
if ((_root.l.enemy[i].golpeado <= 0) and this.hitTest(_root.l.enemy[i].targetgolpe)) {
_root.l.enemy[i].hp = _root.l.enemy[i].hp - Math.round(((_root.sthero.dmg_normal * (1 + (_root.sthero.tree_a3 * 0.33))) * (100 - _root.l.enemy[i].armor_normal)) / 100);
_root.l.enemy[i]._xscale = _root.l.enemy[i]._xscale * -1;
_root.l.enemy[i].gotoAndPlay("golpeadohard");
_root.l.enemy[i].golpeado = 1;
_root.sthero.combo = _root.sthero.combo + 1;
_root.sthero.tiempocombo = 30;
_root.l.shockwave = _root.l.attachMovie("kaboom", (("dagaso" + getTimer()) + random(100000)) + _root.cuentacuentos, _root.l.getNextHighestDepth());
_root.cuentacuentos = _root.cuentacuentos + 1;
_root.l.shockwave._x = _root.l.enemy[i]._x;
_root.l.shockwave._y = _root.l.enemy[i]._y;
if (_parent._xscale == 100) {
_root.l.shockwave._xscale = 100;
}
if (_parent._xscale == -100) {
_root.l.shockwave._xscale = -100;
}
}
}
}
Symbol 2254 MovieClip Frame 106
this._x = this._x + culonsosos;
Symbol 2254 MovieClip Frame 107
this._x = this._x + culonsosos;
Symbol 2254 MovieClip Frame 108
this._x = this._x + culonsosos;
Symbol 2254 MovieClip Frame 109
this._x = this._x + culonsosos;
Symbol 2254 MovieClip Frame 110
this._x = this._x + culonsosos;
Symbol 2254 MovieClip Frame 111
this._x = this._x + culonsosos;
Symbol 2254 MovieClip Frame 112
this._x = this._x + culonsosos;
Symbol 2254 MovieClip Frame 113
this._x = this._x + culonsosos;
Symbol 2254 MovieClip Frame 114
this._x = this._x + culonsosos;
Symbol 2254 MovieClip Frame 115
this._x = this._x + culonsosos;
Symbol 2254 MovieClip Frame 116
this._x = this._x + culonsosos;
Symbol 2254 MovieClip Frame 117
this._x = this._x + culonsosos;
Symbol 2254 MovieClip Frame 118
this._x = this._x + culonsosos;
Symbol 2254 MovieClip Frame 119
this._x = this._x + culonsosos;
Symbol 2254 MovieClip Frame 120
this._x = this._x + culonsosos;
Symbol 2254 MovieClip Frame 121
this._x = this._x + culonsosos;
Symbol 2254 MovieClip Frame 122
_root.velocity = _root.sthero.velocity;
golpeado = 0;
this._x = this._x + culonsosos;
Symbol 2254 MovieClip Frame 137
gotoAndPlay ("stand");
stun = 0;
Symbol 2254 MovieClip Frame 141
stun = 1;
Instance of Symbol 149 MovieClip "g" in Symbol 2254 MovieClip Frame 141
onClipEvent (enterFrame) {
for (var i in _root.l.enemy) {
if ((((_root.l.enemy[i].hp >= 1) and (_root.l.enemy[i].golpeado != 1)) and this.hitTest(_root.l.enemy[i].targetgolpe)) and (_root.l.enemy[i].grabeable == undefined)) {
if (_parent.graveado == undefined) {
_root.l.enemy[i].gotoAndStop("agarrado");
_root.l.enemy[i].agarrado = true;
_root.l.enemy[i].stun = 1;
_parent.graveado = _root.l.enemy[i]._name;
_parent.gotoAndStop("grab");
}
}
}
for (var i in _root.l.objetos) {
if ((_root.l.objetos[i].golpeado != 1) and this.hitTest(_root.l.objetos[i].targetgolpe)) {
if (_parent.graveado == undefined) {
_root.l.objetos[i].gotoAndStop("agarrado");
_root.l.objetos[i].agarrado = true;
_root.l.objetos[i].stun = 1;
_parent.graveado = _root.l.objetos[i]._name;
mySound = new Sound(this);
tune = "hahaha.mp3";
mySound.setVolume(80);
mySound.attachSound(tune);
mySound.start(0, 1);
_parent.gotoAndStop("grabobjeto");
}
}
}
}
Instance of Symbol 149 MovieClip in Symbol 2254 MovieClip Frame 142
onClipEvent (enterFrame) {
for (var i in _root.l.enemy) {
if ((_root.l.enemy[i].golpeado <= 0) and this.hitTest(_root.l.enemy[i].targetgolpe)) {
_root.l.enemy[i].hp = _root.l.enemy[i].hp - Math.round(((_root.sthero.dmg_normal * (1 + (_root.sthero.tree_a3 * 0.33))) * (100 - _root.l.enemy[i].armor_normal)) / 100);
_root.l.enemy[i].golpeado_anima = 1;
_root.l.enemy[i].resiste = _root.l.enemy[i].resiste + _parent.basheador;
if (_parent.mamasa != 1) {
_parent.mamasa = 1;
_root.sthero.combo = _root.sthero.combo + 1;
_root.sthero.tiempocombo = 30;
}
_root.l.shockwave = _root.l.attachMovie("kaboom", (("dagaso" + getTimer()) + random(100000)) + _root.cuentacuentos, _root.l.getNextHighestDepth());
_root.cuentacuentos = _root.cuentacuentos + 1;
_root.l.shockwave._x = _root.l.enemy[i]._x;
_root.l.shockwave._y = _root.l.enemy[i]._y;
if (_parent._xscale == 100) {
_root.l.shockwave._xscale = 100;
}
if (_parent._xscale == -100) {
_root.l.shockwave._xscale = -100;
}
}
}
}
Symbol 2254 MovieClip Frame 143
mySound = new Sound(this);
tune = ("L_attack" + (random(3) + 1)) + ".mp3";
mySound.setVolume(80);
mySound.attachSound(tune);
mySound.start(0, 1);
mySound = new Sound(this);
tune = ("L_sword" + (random(2) + 1)) + ".mp3";
mySound.setVolume(80);
mySound.attachSound(tune);
mySound.start(0, 1);
Symbol 2254 MovieClip Frame 144
mamasa = 0;
Symbol 2254 MovieClip Frame 150
stun = 0;
gotoAndPlay ("stand");
Symbol 2254 MovieClip Frame 153
stun = 1;
Symbol 2254 MovieClip Frame 161
mySound = new Sound(this);
tune = ("L_sword" + (random(2) + 1)) + ".mp3";
mySound.setVolume(80);
mySound.attachSound(tune);
mySound.start(0, 1);
_root.l.shockwave = _root.l.attachMovie("plasmagun", "dagaso" + getTimer(), _root.l.getNextHighestDepth());
_root.sthero.energy = _root.sthero.energy - 50;
_root.m.dagger.cooldown = 7 - (_root.sthero.tree_b3 * 2);
_root.l.shockwave.swapDepths((_root.l.shockwave._x / 90) + (_root.l.shockwave._y + 20));
_root.l.shockwave.speed = 25 * (this._xscale / 100);
_root.l.shockwave._xscale = this._xscale;
Symbol 2254 MovieClip Frame 166
stun = 0;
gotoAndPlay ("stand");
Symbol 2254 MovieClip Frame 169
stun = 1;
Instance of Symbol 149 MovieClip "g" in Symbol 2254 MovieClip Frame 169
onClipEvent (enterFrame) {
for (var i in _root.l.enemy) {
if ((((_root.l.enemy[i].hp >= 1) and (_root.l.enemy[i].golpeado != 1)) and this.hitTest(_root.l.enemy[i].targetgolpe)) and (_root.l.enemy[i].grabeable == undefined)) {
if (_parent.graveado == undefined) {
_root.l.enemy[i].gotoAndStop("agarrado");
_root.l.enemy[i].agarrado = true;
_root.l.enemy[i].stun = 1;
_parent.graveado = _root.l.enemy[i]._name;
_parent.gotoAndStop("grab");
}
}
}
for (var i in _root.l.objetos) {
if ((_root.l.objetos[i].golpeado != 1) and this.hitTest(_root.l.objetos[i].targetgolpe)) {
if (_parent.graveado == undefined) {
_root.l.objetos[i].gotoAndStop("agarrado");
_root.l.objetos[i].agarrado = true;
_root.l.objetos[i].stun = 1;
_parent.graveado = _root.l.objetos[i]._name;
mySound = new Sound(this);
tune = "hahaha.mp3";
mySound.setVolume(80);
mySound.attachSound(tune);
mySound.start(0, 1);
_parent.gotoAndStop("grabobjeto");
}
}
}
}
Instance of Symbol 149 MovieClip in Symbol 2254 MovieClip Frame 170
onClipEvent (enterFrame) {
for (var i in _root.l.enemy) {
if ((_root.l.enemy[i].golpeado <= 0) and this.hitTest(_root.l.enemy[i].targetgolpe)) {
_root.l.enemy[i].hp = _root.l.enemy[i].hp - Math.round(((_root.sthero.dmg_normal * (1 + (_root.sthero.tree_a3 * 0.33))) * (100 - _root.l.enemy[i].armor_normal)) / 100);
_root.l.enemy[i].golpeado_anima = 1;
_root.l.enemy[i].resiste = _root.l.enemy[i].resiste + _parent.basheador;
if (_parent.mamasa != 1) {
_parent.mamasa = 1;
_root.sthero.combo = _root.sthero.combo + 1;
_root.sthero.tiempocombo = 30;
}
_root.l.shockwave = _root.l.attachMovie("kaboom", (("dagaso" + getTimer()) + random(100000)) + _root.cuentacuentos, _root.l.getNextHighestDepth());
_root.cuentacuentos = _root.cuentacuentos + 1;
_root.l.shockwave._x = _root.l.enemy[i]._x;
_root.l.shockwave._y = _root.l.enemy[i]._y;
if (_parent._xscale == 100) {
_root.l.shockwave._xscale = 100;
}
if (_parent._xscale == -100) {
_root.l.shockwave._xscale = -100;
}
}
}
}
Symbol 2254 MovieClip Frame 171
mySound = new Sound(this);
tune = ("L_attack" + (random(3) + 1)) + ".mp3";
mySound.setVolume(80);
mySound.attachSound(tune);
mySound.start(0, 1);
mySound = new Sound(this);
tune = ("L_sword" + (random(2) + 1)) + ".mp3";
mySound.setVolume(80);
mySound.attachSound(tune);
mySound.start(0, 1);
Symbol 2254 MovieClip Frame 172
mamasa = 0;
Symbol 2254 MovieClip Frame 176
stun = 0;
gotoAndPlay ("stand");
Symbol 2254 MovieClip Frame 180
_parent[graveado].agarrado = false;
_parent[graveado].gotoAndPlay("stand");
graveado = undefined;
_root.sthero.animamuerte = 0;
grab = 0;
camina = 0;
golpeado = 1;
stun = 1;
camina = 0;
golpeado = 1;
stun = 1;
golpeson = random(3);
mySound = new Sound(this);
tune = "hit" + golpeson;
if ((_root.l.hero._x - this._x) > 0) {
volumen = (((100 * (_root.l.hero._x - this._x)) / 700) - 100) * -1;
} else {
volumen = (((100 * (this._x - _root.l.hero._x)) / 700) - 100) * -1;
}
if (volumen > 0) {
mySound.setVolume(volumen);
mySound.attachSound(tune);
mySound.start(0, 1);
}
if (hp < 0) {
_root.l.hero.gotoAndPlay("muere");
}
if (_root.sthero.resiste > _root.sthero.aguante) {
gotoAndPlay ("golpeadohard");
}
Symbol 2254 MovieClip Frame 181
_root.sthero.combo = 0;
Symbol 2254 MovieClip Frame 183
grab = 0;
Symbol 2254 MovieClip Frame 186
golpeado = 0;
stun = 0;
gotoAndPlay ("stand");
Symbol 2254 MovieClip Frame 189
Symbol 2254 MovieClip Frame 191
stun = 1;
camina = 0;
_root.sthero.animamuerte = 0;
_root.sthero.resiste = 0;
stun = 1;
golpeson = random(3);
mySound = new Sound(this);
tune = "hit" + golpeson;
if ((_root.l.hero._x - this._x) > 0) {
volumen = (((100 * (_root.l.hero._x - this._x)) / 700) - 100) * -1;
} else {
volumen = (((100 * (this._x - _root.l.hero._x)) / 700) - 100) * -1;
}
if (volumen > 0) {
mySound.setVolume(volumen);
mySound.attachSound(tune);
mySound.start(0, 1);
}
_root.l.shockwave = _root.l.attachMovie("sangreenemigo", (("dagaso" + getTimer()) + random(100000)) + _root.cuentacuentos, _root.l.getNextHighestDepth());
_root.cuentacuentos = _root.cuentacuentos + 1;
_root.l.shockwave._x = this._x;
_root.l.shockwave._y = this._y;
if (_xscale == 100) {
_root.l.shockwave._xscale = 100;
}
if (_xscale == -100) {
_root.l.shockwave._xscale = -100;
}
_root.velocity = _root.sthero.velocity;
_root.velocity = _root.velocity * 3;
culonsosos = _root.velocity * ladoempuja;
Symbol 2254 MovieClip Frame 192
this._x = this._x + culonsosos;
Symbol 2254 MovieClip Frame 193
this._x = this._x + culonsosos;
Symbol 2254 MovieClip Frame 194
this._x = this._x + culonsosos;
Symbol 2254 MovieClip Frame 195
this._x = this._x + culonsosos;
Symbol 2254 MovieClip Frame 196
this._x = this._x + culonsosos;
Symbol 2254 MovieClip Frame 197
this._x = this._x + culonsosos;
Symbol 2254 MovieClip Frame 198
this._x = this._x + culonsosos;
Symbol 2254 MovieClip Frame 199
this._x = this._x + culonsosos;
_root.velocity = _root.sthero.velocity;
Symbol 2254 MovieClip Frame 207
golpeado = 0;
stun = 0;
gotoAndPlay ("stand");
Symbol 2254 MovieClip Frame 208
stun = 1;
camina = 0;
Instance of Symbol 149 MovieClip in Symbol 2254 MovieClip Frame 213
onClipEvent (enterFrame) {
for (var i in _root.l.enemy) {
if ((_root.l.enemy[i].golpeado <= 0) and this.hitTest(_root.l.enemy[i].targetgolpe)) {
if (_parent.graveado == undefined) {
_root.l.enemy[i].gotoAndStop("agarrado");
_root.l.enemy[i].agarrado = true;
_root.l.enemy[i].stun = 1;
_parent.graveado = _root.l.enemy[i]._name;
_parent.gotoAndStop("grab");
}
}
}
}
Symbol 2254 MovieClip Frame 218
graveado = undefined;
golpeado = 0;
stun = 0;
gotoAndPlay ("stand");
Symbol 2254 MovieClip Frame 220
stun = 1;
camina = 0;
grab = 1;
_parent[graveado].gotoAndStop("agarrado");
Symbol 2254 MovieClip Frame 221
_parent[graveado].gotoAndStop("agarrado");
Symbol 2254 MovieClip Frame 222
_parent[graveado].gotoAndStop("agarrado");
Symbol 2254 MovieClip Frame 223
gotoAndPlay ("grab");
Symbol 2254 MovieClip Frame 226
stun = 1;
camina = 0;
grab = 1;
_parent[graveado].gotoAndStop("agarrado");
Symbol 2254 MovieClip Frame 234
grab = 0;
_parent[graveado].agarrado = false;
_parent[graveado].gotoAndPlay("culombio");
Symbol 2254 MovieClip Frame 236
mySound = new Sound(this);
tune = ("H_attack" + (random(3) + 1)) + ".mp3";
mySound.setVolume(80);
mySound.attachSound(tune);
mySound.start(0, 1);
Symbol 2254 MovieClip Frame 241
_parent[graveado].agarrado = true;
gotoAndStop ("grabobjeto");
Symbol 2254 MovieClip Frame 242
grab = 0;
_parent[graveado].agarrado = false;
Symbol 2254 MovieClip Frame 244
_parent[graveado].gotoAndPlay("golpeadohard");
graveado = undefined;
mySound = new Sound(this);
tune = ("H_attack" + (random(3) + 1)) + ".mp3";
mySound.setVolume(80);
mySound.attachSound(tune);
mySound.start(0, 1);
Symbol 2254 MovieClip Frame 246
golpeado = 0;
stun = 0;
grab = 0;
graveado = undefined;
gotoAndPlay ("stand");
Symbol 2254 MovieClip Frame 249
grab = 0;
_parent[graveado].agarrado = false;
_parent[graveado].gotoAndStop("agarrado");
Symbol 2254 MovieClip Frame 252
_parent[graveado].gotoAndPlay("golpeadohard");
_parent[graveado].hp = _parent[graveado].hp - Math.round(((_root.sthero.dmg_normal * 1.1) * (100 - _parent[graveado].armor_normal)) / 100);
_root.sthero.combo = _root.sthero.combo + 1;
_root.sthero.tiempocombo = 30;
_root.l.shockwave = _root.l.attachMovie("kaboom", (("dagaso" + getTimer()) + random(100000)) + _root.cuentacuentos, _root.l.getNextHighestDepth());
_root.cuentacuentos = _root.cuentacuentos + 1;
_root.l.shockwave._x = _parent[graveado]._x;
_root.l.shockwave._y = _parent[graveado]._y;
graveado = undefined;
mySound = new Sound(this);
tune = ("L_attack" + (random(3) + 1)) + ".mp3";
mySound.setVolume(80);
mySound.attachSound(tune);
mySound.start(0, 1);
Symbol 2254 MovieClip Frame 254
golpeado = 0;
stun = 0;
grab = 0;
graveado = undefined;
gotoAndPlay ("stand");
Symbol 2254 MovieClip Frame 255
grab = 0;
_parent[graveado].agarrado = false;
_parent[graveado].gotoAndStop("agarrado");
Symbol 2254 MovieClip Frame 259
mySound = new Sound(this);
tune = "takethis1.mp3";
mySound.setVolume(80);
mySound.attachSound(tune);
mySound.start(0, 1);
Symbol 2254 MovieClip Frame 265
_root.l.shockwave = _root.l.attachMovie("sangreenemigo", (("dagaso" + getTimer()) + random(100000)) + _root.cuentacuentos, _root.l.getNextHighestDepth());
_root.cuentacuentos = _root.cuentacuentos + 1;
_root.l.shockwave._x = _parent[graveado]._x;
_root.l.shockwave._y = _parent[graveado]._y;
if (_xscale == 100) {
_root.l.shockwave._xscale = 100;
}
if (_xscale == -100) {
_root.l.shockwave._xscale = -100;
}
Symbol 2254 MovieClip Frame 266
_root.l.shockwave = _root.l.attachMovie("kaboom", (("dagaso" + getTimer()) + random(100000)) + _root.cuentacuentos, _root.l.getNextHighestDepth());
_root.cuentacuentos = _root.cuentacuentos + 1;
_root.l.shockwave._x = _parent[graveado]._x;
_root.l.shockwave._y = _parent[graveado]._y;
_parent[graveado].hp = _parent[graveado].hp - Math.round(((_root.sthero.dmg_normal * 0.8) * (100 - _parent[graveado].armor_normal)) / 100);
golpeson = random(3);
_root.sthero.combo = _root.sthero.combo + 1;
_root.sthero.tiempocombo = 30;
mySound = new Sound(this);
tune = "hit" + golpeson;
if ((_root.l.hero._x - this._x) > 0) {
volumen = (((100 * (_root.l.hero._x - this._x)) / 700) - 100) * -1;
} else {
volumen = (((100 * (this._x - _root.l.hero._x)) / 700) - 100) * -1;
}
if (volumen > 0) {
mySound.setVolume(volumen);
mySound.attachSound(tune);
mySound.start(0, 1);
}
Symbol 2254 MovieClip Frame 267
_root.l.shockwave = _root.l.attachMovie("sangreenemigo", (("dagaso" + getTimer()) + random(100000)) + _root.cuentacuentos, _root.l.getNextHighestDepth());
_root.cuentacuentos = _root.cuentacuentos + 1;
_root.l.shockwave._x = _parent[graveado]._x;
_root.l.shockwave._y = _parent[graveado]._y;
if (_xscale == 100) {
_root.l.shockwave._xscale = 100;
}
if (_xscale == -100) {
_root.l.shockwave._xscale = -100;
}
Symbol 2254 MovieClip Frame 268
_root.l.shockwave = _root.l.attachMovie("sangreenemigo", (("dagaso" + getTimer()) + random(100000)) + _root.cuentacuentos, _root.l.getNextHighestDepth());
_root.cuentacuentos = _root.cuentacuentos + 1;
_root.l.shockwave._x = _parent[graveado]._x;
_root.l.shockwave._y = _parent[graveado]._y;
if (_xscale == 100) {
_root.l.shockwave._xscale = -100;
}
if (_xscale == -100) {
_root.l.shockwave._xscale = 100;
}
Symbol 2254 MovieClip Frame 269
_root.l.shockwave = _root.l.attachMovie("kaboom", (("dagaso" + getTimer()) + random(100000)) + _root.cuentacuentos, _root.l.getNextHighestDepth());
_root.cuentacuentos = _root.cuentacuentos + 1;
_root.l.shockwave._x = _parent[graveado]._x;
_root.l.shockwave._y = _parent[graveado]._y;
_parent[graveado].hp = _parent[graveado].hp - Math.round(((_root.sthero.dmg_normal * 0.8) * (100 - _parent[graveado].armor_normal)) / 100);
golpeson = random(3);
golpeson = random(3);
_root.sthero.combo = _root.sthero.combo + 1;
_root.sthero.tiempocombo = 30;
mySound = new Sound(this);
tune = "hit" + golpeson;
if ((_root.l.hero._x - this._x) > 0) {
volumen = (((100 * (_root.l.hero._x - this._x)) / 700) - 100) * -1;
} else {
volumen = (((100 * (this._x - _root.l.hero._x)) / 700) - 100) * -1;
}
if (volumen > 0) {
mySound.setVolume(volumen);
mySound.attachSound(tune);
mySound.start(0, 1);
}
Symbol 2254 MovieClip Frame 270
_root.l.shockwave = _root.l.attachMovie("sangreenemigo", (("dagaso" + getTimer()) + random(100000)) + _root.cuentacuentos, _root.l.getNextHighestDepth());
_root.cuentacuentos = _root.cuentacuentos + 1;
_root.l.shockwave._x = _parent[graveado]._x;
_root.l.shockwave._y = _parent[graveado]._y;
if (_xscale == 100) {
_root.l.shockwave._xscale = 100;
}
if (_xscale == -100) {
_root.l.shockwave._xscale = -100;
}
Symbol 2254 MovieClip Frame 271
_root.l.shockwave = _root.l.attachMovie("kaboom", (("dagaso" + getTimer()) + random(100000)) + _root.cuentacuentos, _root.l.getNextHighestDepth());
_root.cuentacuentos = _root.cuentacuentos + 1;
_root.l.shockwave._x = _parent[graveado]._x;
_root.l.shockwave._y = _parent[graveado]._y;
_parent[graveado].hp = _parent[graveado].hp - Math.round(((_root.sthero.dmg_normal * 0.8) * (100 - _parent[graveado].armor_normal)) / 100);
_root.sthero.combo = _root.sthero.combo + 1;
_root.sthero.tiempocombo = 30;
golpeson = random(3);
mySound = new Sound(this);
tune = "hit" + golpeson;
if ((_root.l.hero._x - this._x) > 0) {
volumen = (((100 * (_root.l.hero._x - this._x)) / 700) - 100) * -1;
} else {
volumen = (((100 * (this._x - _root.l.hero._x)) / 700) - 100) * -1;
}
if (volumen > 0) {
mySound.setVolume(volumen);
mySound.attachSound(tune);
mySound.start(0, 1);
}
Symbol 2254 MovieClip Frame 272
_root.l.shockwave = _root.l.attachMovie("sangreenemigo", (("dagaso" + getTimer()) + random(100000)) + _root.cuentacuentos, _root.l.getNextHighestDepth());
_root.cuentacuentos = _root.cuentacuentos + 1;
_root.l.shockwave._x = _parent[graveado]._x;
_root.l.shockwave._y = _parent[graveado]._y;
if (_xscale == 100) {
_root.l.shockwave._xscale = -100;
}
if (_xscale == -100) {
_root.l.shockwave._xscale = 100;
}
Symbol 2254 MovieClip Frame 274
_root.l.shockwave = _root.l.attachMovie("kaboom", (("dagaso" + getTimer()) + random(100000)) + _root.cuentacuentos, _root.l.getNextHighestDepth());
_root.cuentacuentos = _root.cuentacuentos + 1;
_root.l.shockwave._x = _parent[graveado]._x;
_root.l.shockwave._y = _parent[graveado]._y;
_parent[graveado].hp = _parent[graveado].hp - Math.round(((_root.sthero.dmg_normal * 0.8) * (100 - _parent[graveado].armor_normal)) / 100);
_root.sthero.combo = _root.sthero.combo + 1;
_root.sthero.tiempocombo = 30;
golpeson = random(3);
mySound = new Sound(this);
tune = "hit" + golpeson;
if ((_root.l.hero._x - this._x) > 0) {
volumen = (((100 * (_root.l.hero._x - this._x)) / 700) - 100) * -1;
} else {
volumen = (((100 * (this._x - _root.l.hero._x)) / 700) - 100) * -1;
}
if (volumen > 0) {
mySound.setVolume(volumen);
mySound.attachSound(tune);
mySound.start(0, 1);
}
_root.l.shockwave = _root.l.attachMovie("sangreenemigo", (("dagaso" + getTimer()) + random(100000)) + _root.cuentacuentos, _root.l.getNextHighestDepth());
_root.cuentacuentos = _root.cuentacuentos + 1;
_root.l.shockwave._x = _parent[graveado]._x;
_root.l.shockwave._y = _parent[graveado]._y;
if (_xscale == 100) {
_root.l.shockwave._xscale = 100;
}
if (_xscale == -100) {
_root.l.shockwave._xscale = -100;
}
Symbol 2254 MovieClip Frame 276
_root.l.shockwave = _root.l.attachMovie("sangreenemigo", (("dagaso" + getTimer()) + random(100000)) + _root.cuentacuentos, _root.l.getNextHighestDepth());
_root.cuentacuentos = _root.cuentacuentos + 1;
_root.l.shockwave._x = _parent[graveado]._x;
_root.l.shockwave._y = _parent[graveado]._y;
if (_xscale == 100) {
_root.l.shockwave._xscale = 100;
}
if (_xscale == -100) {
_root.l.shockwave._xscale = -100;
}
Symbol 2254 MovieClip Frame 277
_root.l.shockwave = _root.l.attachMovie("sangreenemigo", (("dagaso" + getTimer()) + random(100000)) + _root.cuentacuentos, _root.l.getNextHighestDepth());
_root.cuentacuentos = _root.cuentacuentos + 1;
_root.l.shockwave._x = _parent[graveado]._x;
_root.l.shockwave._y = _parent[graveado]._y;
if (_xscale == 100) {
_root.l.shockwave._xscale = 100;
}
if (_xscale == -100) {
_root.l.shockwave._xscale = -100;
}
Symbol 2254 MovieClip Frame 278
_root.l.shockwave = _root.l.attachMovie("kaboom", (("dagaso" + getTimer()) + random(100000)) + _root.cuentacuentos, _root.l.getNextHighestDepth());
_root.cuentacuentos = _root.cuentacuentos + 1;
_root.l.shockwave._x = _parent[graveado]._x;
_root.l.shockwave._y = _parent[graveado]._y;
_parent[graveado].hp = _parent[graveado].hp - Math.round(((_root.sthero.dmg_normal * 1.1) * (100 - _parent[graveado].armor_normal)) / 100);
_root.sthero.combo = _root.sthero.combo + 1;
_root.sthero.tiempocombo = 30;
Symbol 2254 MovieClip Frame 285
if (_parent[graveado].hp > 0) {
_parent[graveado].gotoAndPlay("golpeadohard");
}
_parent[graveado].hp = _parent[graveado].hp - Math.round(((_root.sthero.dmg_normal * 0.8) * (100 - _parent[graveado].armor_normal)) / 100);
graveado = undefined;
Symbol 2254 MovieClip Frame 288
golpeado = 0;
stun = 0;
grab = 0;
graveado = undefined;
gotoAndPlay ("stand");
Symbol 2254 MovieClip Frame 290
stun = 1;
Instance of Symbol 149 MovieClip "g" in Symbol 2254 MovieClip Frame 290
onClipEvent (enterFrame) {
for (var i in _root.l.enemy) {
if ((((_root.l.enemy[i].hp >= 1) and (_root.l.enemy[i].golpeado != 1)) and this.hitTest(_root.l.enemy[i].targetgolpe)) and (_root.l.enemy[i].grabeable == undefined)) {
if (_parent.graveado == undefined) {
_root.l.enemy[i].gotoAndStop("agarrado");
_root.l.enemy[i].agarrado = true;
_root.l.enemy[i].stun = 1;
_parent.graveado = _root.l.enemy[i]._name;
_parent.gotoAndStop("grab");
}
}
}
for (var i in _root.l.objetos) {
if ((_root.l.objetos[i].golpeado != 1) and this.hitTest(_root.l.objetos[i].targetgolpe)) {
if (_parent.graveado == undefined) {
_root.l.objetos[i].gotoAndStop("agarrado");
_root.l.objetos[i].agarrado = true;
_root.l.objetos[i].stun = 1;
_parent.graveado = _root.l.objetos[i]._name;
mySound = new Sound(this);
tune = "hahaha.mp3";
mySound.setVolume(80);
mySound.attachSound(tune);
mySound.start(0, 1);
_parent.gotoAndStop("grabobjeto");
}
}
}
}
Symbol 2254 MovieClip Frame 293
_root.sthero.bullets = _root.sthero.bullets - 1;
if (_root.sthero.bullets <= 0) {
cuchi1.gotoAndStop(1);
_root.sthero.cuchi1 = 1;
_root.m.armas.gotoAndStop(1);
}
disparo = "dagaso";
if (disparo == "dagaso") {
_root.l.shockwave = _root.l.attachMovie(_root.sthero.arma, "dagaso" + getTimer(), _root.l.getNextHighestDepth());
_root.sthero.energy = _root.sthero.energy - 50;
_root.m.dagger.cooldown = 7 - (_root.sthero.tree_b3 * 2);
_root.l.empujar.push(_root.l.shockwave);
_root.l.shockwave.swapDepths((_root.l.shockwave._x / 90) + (_root.l.shockwave._y + 20));
if (_root.l.hero._xscale == -100) {
_root.l.shockwave.speed = -25;
_root.l.shockwave._xscale = -100;
} else if (_root.l.hero._xscale == 100) {
_root.l.shockwave.speed = 25;
}
}
Symbol 2254 MovieClip Frame 297
stun = 0;
gotoAndPlay ("stand");
Symbol 2254 MovieClip Frame 303
stun = 1;
camina = 0;
golpeado = 1;
_root.sthero.resiste = 0;
_root.sthero.animamuerte = 1;
_root.l.shockwave = _root.l.attachMovie("sangreenemigo", (("dagaso" + getTimer()) + random(100000)) + _root.cuentacuentos, _root.l.getNextHighestDepth());
_root.cuentacuentos = _root.cuentacuentos + 1;
_root.l.shockwave._x = this._x;
_root.l.shockwave._y = this._y;
if (_xscale == 100) {
_root.l.shockwave._xscale = 100;
}
if (_xscale == -100) {
_root.l.shockwave._xscale = -100;
}
_root.velocity = _root.sthero.velocity;
_root.velocity = _root.velocity * 3;
culonsosos = _root.velocity * (_xscale / 100);
Symbol 2254 MovieClip Frame 304
_root.l.shockwave = _root.l.attachMovie("sangreenemigo", (("dagaso" + getTimer()) + random(100000)) + _root.cuentacuentos, _root.l.getNextHighestDepth());
_root.cuentacuentos = _root.cuentacuentos + 1;
_root.l.shockwave._x = this._x;
_root.l.shockwave._y = this._y;
if (_xscale == 100) {
_root.l.shockwave._xscale = 100;
}
if (_xscale == -100) {
_root.l.shockwave._xscale = -100;
}
this._x = this._x + culonsosos;
Symbol 2254 MovieClip Frame 305
_root.l.shockwave = _root.l.attachMovie("sangreenemigo", (("dagaso" + getTimer()) + random(100000)) + _root.cuentacuentos, _root.l.getNextHighestDepth());
_root.cuentacuentos = _root.cuentacuentos + 1;
_root.l.shockwave._x = this._x;
_root.l.shockwave._y = this._y;
if (_xscale == 100) {
_root.l.shockwave._xscale = 100;
}
if (_xscale == -100) {
_root.l.shockwave._xscale = -100;
}
this._x = this._x + culonsosos;
Symbol 2254 MovieClip Frame 306
_root.l.shockwave = _root.l.attachMovie("sangreenemigo", (("dagaso" + getTimer()) + random(100000)) + _root.cuentacuentos, _root.l.getNextHighestDepth());
_root.cuentacuentos = _root.cuentacuentos + 1;
_root.l.shockwave._x = this._x;
_root.l.shockwave._y = this._y;
if (_xscale == 100) {
_root.l.shockwave._xscale = 100;
}
if (_xscale == -100) {
_root.l.shockwave._xscale = -100;
}
this._x = this._x + culonsosos;
Symbol 2254 MovieClip Frame 307
_root.l.shockwave = _root.l.attachMovie("sangreenemigo", (("dagaso" + getTimer()) + random(100000)) + _root.cuentacuentos, _root.l.getNextHighestDepth());
_root.cuentacuentos = _root.cuentacuentos + 1;
_root.l.shockwave._x = this._x;
_root.l.shockwave._y = this._y;
if (_xscale == 100) {
_root.l.shockwave._xscale = 100;
}
if (_xscale == -100) {
_root.l.shockwave._xscale = -100;
}
this._x = this._x + culonsosos;
Symbol 2254 MovieClip Frame 308
this._x = this._x + culonsosos;
Symbol 2254 MovieClip Frame 309
this._x = this._x + culonsosos;
Symbol 2254 MovieClip Frame 310
this._x = this._x + culonsosos;
Symbol 2254 MovieClip Frame 311
this._x = this._x + culonsosos;
_root.velocity = _root.sthero.velocity;
Symbol 2254 MovieClip Frame 328
if (_root.sthero.life <= 0) {
_root.destino = "gameover";
_root.flash1.play();
}
Symbol 2254 MovieClip Frame 352
_root.sthero.life = _root.sthero.life - 1;
_root.sthero.hp = _root.sthero.maxhp;
for (var i in _root.l.enemy) {
_root.l.enemy[i].gotoAndPlay("golpeadohard");
}
Symbol 2254 MovieClip Frame 353
for (var i in _root.l.enemy) {
_root.l.enemy[i].gotoAndPlay("golpeadohard");
}
Symbol 2254 MovieClip Frame 358
_root.sthero.animamuerte = 0;
golpeado = 0;
stun = 0;
gotoAndPlay ("stand");
Symbol 2254 MovieClip Frame 363
stun = 1;
Symbol 2254 MovieClip Frame 372
mySound = new Sound(this);
tune = ("H_attack" + (random(3) + 1)) + ".mp3";
mySound.setVolume(80);
mySound.attachSound(tune);
mySound.start(0, 1);
_parent[graveado].hp = _parent[graveado].hp - Math.round(((_root.sthero.dmg_normal * 1.8) * (100 - _parent[graveado].armor_normal)) / 100);
_root.l.shockwave = _root.l.attachMovie("kaboom", (("dagaso" + getTimer()) + random(100000)) + _root.cuentacuentos, _root.l.getNextHighestDepth());
_root.cuentacuentos = _root.cuentacuentos + 1;
_root.l.shockwave._x = (this._x + random(60)) - 30;
_root.l.shockwave._y = this._y - 60;
if (_parent._xscale == 100) {
_root.l.shockwave._xscale = 100;
}
if (_parent._xscale == -100) {
_root.l.shockwave._xscale = -100;
}
mySound = new Sound(this);
tune = "hit" + golpeson;
if ((_root.l.hero._x - this._x) > 0) {
volumen = (((100 * (_root.l.hero._x - this._x)) / 700) - 100) * -1;
} else {
volumen = (((100 * (this._x - _root.l.hero._x)) / 700) - 100) * -1;
}
if (volumen > 0) {
mySound.setVolume(volumen);
mySound.attachSound(tune);
mySound.start(0, 1);
}
Symbol 2254 MovieClip Frame 374
_root.l.shockwave = _root.l.attachMovie("kaboom", (("dagaso" + getTimer()) + random(100000)) + _root.cuentacuentos, _root.l.getNextHighestDepth());
_root.cuentacuentos = _root.cuentacuentos + 1;
_root.l.shockwave._x = (this._x + random(20)) - 10;
_root.l.shockwave._y = this._y - 60;
if (_parent._xscale == 100) {
_root.l.shockwave._xscale = 100;
}
if (_parent._xscale == -100) {
_root.l.shockwave._xscale = -100;
}
mySound = new Sound(this);
tune = "hit" + golpeson;
if ((_root.l.hero._x - this._x) > 0) {
volumen = (((100 * (_root.l.hero._x - this._x)) / 700) - 100) * -1;
} else {
volumen = (((100 * (this._x - _root.l.hero._x)) / 700) - 100) * -1;
}
if (volumen > 0) {
mySound.setVolume(volumen);
mySound.attachSound(tune);
mySound.start(0, 1);
}
Symbol 2254 MovieClip Frame 376
_root.l.shockwave = _root.l.attachMovie("kaboom", (("dagaso" + getTimer()) + random(100000)) + _root.cuentacuentos, _root.l.getNextHighestDepth());
_root.cuentacuentos = _root.cuentacuentos + 1;
_root.l.shockwave._x = (this._x + random(20)) - 10;
_root.l.shockwave._y = this._y - 60;
if (_parent._xscale == 100) {
_root.l.shockwave._xscale = 100;
}
if (_parent._xscale == -100) {
_root.l.shockwave._xscale = -100;
}
Symbol 2254 MovieClip Frame 378
_root.l.shockwave = _root.l.attachMovie("kaboom", (("dagaso" + getTimer()) + random(100000)) + _root.cuentacuentos, _root.l.getNextHighestDepth());
_root.cuentacuentos = _root.cuentacuentos + 1;
_root.l.shockwave._x = (this._x + random(60)) - 30;
_root.l.shockwave._y = this._y - 60;
if (_parent._xscale == 100) {
_root.l.shockwave._xscale = 100;
}
if (_parent._xscale == -100) {
_root.l.shockwave._xscale = -100;
}
mySound = new Sound(this);
tune = "hit" + golpeson;
if ((_root.l.hero._x - this._x) > 0) {
volumen = (((100 * (_root.l.hero._x - this._x)) / 700) - 100) * -1;
} else {
volumen = (((100 * (this._x - _root.l.hero._x)) / 700) - 100) * -1;
}
if (volumen > 0) {
mySound.setVolume(volumen);
mySound.attachSound(tune);
mySound.start(0, 1);
}
Symbol 2254 MovieClip Frame 383
gotoAndPlay ("asalta");
Instance of Symbol 204 MovieClip in Symbol 2254 MovieClip Frame 453
onClipEvent (enterFrame) {
_alpha = (_alpha - 20);
}
Instance of Symbol 204 MovieClip in Symbol 2254 MovieClip Frame 455
onClipEvent (enterFrame) {
_alpha = (_alpha - 20);
}
Symbol 2265 MovieClip Frame 1
golpeado = 0;
Symbol 2265 MovieClip Frame 13
gotoAndPlay ("stand");
Symbol 2275 MovieClip Frame 27
hero.gotoAndPlay("camina");
Symbol 2275 MovieClip Frame 53
hero.gotoAndPlay("stand");
Symbol 2275 MovieClip Frame 140
mySound = new Sound(this);
tune = "hit1";
mySound.setVolume(80);
mySound.attachSound(tune);
mySound.start(0, 1);
Symbol 2275 MovieClip Frame 161
mySound = new Sound(this);
tune = "hahaha.mp3";
mySound.setVolume(80);
mySound.attachSound(tune);
mySound.start(0, 1);
Symbol 2275 MovieClip Frame 173
hero.gotoAndPlay("camina");
Symbol 2275 MovieClip Frame 179
hero.gotoAndPlay("stand");
Symbol 2275 MovieClip Frame 191
_root.destino = "g1";
_root.flash1.play();
Symbol 2275 MovieClip Frame 196
stop();
Symbol 2282 MovieClip Frame 16
gotoAndPlay (1);
Symbol 2289 MovieClip Frame 15
gotoAndPlay (1);
Symbol 2297 MovieClip Frame 1
hero.gotoAndPlay("stand");
Symbol 2297 MovieClip Frame 192
mySound = new Sound(this);
tune = "hit1";
mySound.setVolume(80);
mySound.attachSound(tune);
mySound.start(0, 1);
Symbol 2297 MovieClip Frame 204
mySound = new Sound(this);
tune = "hahaha.mp3";
mySound.setVolume(80);
mySound.attachSound(tune);
mySound.start(0, 1);
Symbol 2297 MovieClip Frame 214
hero.gotoAndPlay("camina");
Symbol 2297 MovieClip Frame 244
_root.destino = "c1";
_root.flash1.play();
Symbol 2297 MovieClip Frame 252
stop();
Symbol 2305 MovieClip Frame 27
hero.gotoAndPlay("camina");
Symbol 2305 MovieClip Frame 53
hero.gotoAndPlay("stand");
Instance of Symbol 382 MovieClip in Symbol 2305 MovieClip Frame 102
onClipEvent (load) {
aguante = 20;
empujacion = 15;
resiste = 0;
contiene = "carne";
hp = 300000000000000;
maxhp = hp;
speed = 5;
armor_normal = 10;
armor_fire = 0;
armor_ice = 0;
armor_shadow = 0;
armor_special = 0;
_root.l.enemy.push(this);
}
onClipEvent (enterFrame) {
if (agarrado == true) {
this._x = _root.l.hero._x + (60 * (_root.l.hero._xscale / 100));
this._y = _root.l.hero._y + 3;
gotoAndStop ("agarrado");
this._xscale = _root.l.hero._xscale * -1;
}
if (resiste > 0) {
resiste = resiste - 0.2;
}
if (golpeado_anima == 1) {
golpeado_anima = 0;
this.gotoAndPlay("golpeado");
}
this.swapDepths((this._x / 90) + (this._y + 20));
if (hp < 0) {
myColor = new Color(this);
myColor.setRGB(16763904);
golpeado = 1;
tiempo_muere = tiempo_muere - 1;
if (tiempo_muere < 0) {
_root.l.muertos = _root.l.muertos + 1;
removeMovieClip(this);
}
}
}
Symbol 2305 MovieClip Frame 130
hero.gotoAndPlay("camina");
Symbol 2305 MovieClip Frame 139
hero.gotoAndPlay("stand");
Symbol 2305 MovieClip Frame 191
_root.destino = "i1";
_root.flash1.play();
Symbol 2305 MovieClip Frame 196
stop();
Symbol 2309 MovieClip Frame 27
hero.gotoAndPlay("camina");
Symbol 2309 MovieClip Frame 46
teta.play();
Symbol 2309 MovieClip Frame 53
hero.gotoAndPlay("stand");
Symbol 2309 MovieClip Frame 70
toto.gotoAndPlay(11);
Symbol 2309 MovieClip Frame 80
hero.gotoAndPlay("camina");
Symbol 2309 MovieClip Frame 96
hero.gotoAndPlay("stand");
Symbol 2309 MovieClip Frame 110
_root.destino = "h1";
_root.flash1.play();
Symbol 2309 MovieClip Frame 115
stop();
Symbol 2315 MovieClip Frame 430
stop();
Symbol 2316 MovieClip Frame 27
hero.gotoAndPlay("camina");
Symbol 2316 MovieClip Frame 46
teta.play();
Symbol 2316 MovieClip Frame 48
hero.gotoAndPlay("combo4");
Symbol 2316 MovieClip Frame 179
hero.gotoAndPlay("camina");
Symbol 2316 MovieClip Frame 192
Symbol 2316 MovieClip Frame 199
toto.gotoAndPlay(11);
Symbol 2316 MovieClip Frame 224
stop();
Symbol 2320 MovieClip Frame 1
stop();
Instance of Symbol 253 MovieClip "detector" in Symbol 2320 MovieClip Frame 2
onClipEvent (enterFrame) {
if (this.hitTest(_root.l.targetgolpe) and (_root.l.hero.golpeado != 1)) {
_root.sthero.resiste = _root.sthero.resiste + 90;
_root.l.hero.ladoempuja = _parent._xscale / 100;
_root.l.hero.gotoAndPlay("golpeado");
_root.l.hero.stun = 1;
_root.sthero.hp = _root.sthero.hp - Math.round((50 * (100 - _root.sthero.armor)) / 100);
if ((_parent._x - _root.l.targetgolpe._x) > 0) {
_root.l.hero._x = _root.l.hero._x - 40;
} else {
_root.l.hero._x = _root.l.hero._x + 40;
}
}
}
Symbol 2321 MovieClip Frame 1
enemy = [];
objetos = [];
muertos = 0;
Instance of Symbol 391 MovieClip in Symbol 2321 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.l.targetgolpe)) {
_root.l.hero._y = _root.l.hero._y - (_root.velocity / 2);
}
}
Instance of Symbol 391 MovieClip in Symbol 2321 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.l.targetgolpe)) {
_root.l.hero._y = _root.l.hero._y + (_root.velocity / 2);
}
}
Instance of Symbol 391 MovieClip "eso2" in Symbol 2321 MovieClip Frame 1
onClipEvent (enterFrame) {
if (((this.hitTest(_root.l.targetgolpe) and (_root.limpio == 1)) and (_root.l.hero.camina == 1)) and (_root.l.hero._xscale == 100)) {
_root.limpio = 0;
_root.destino = "derecha";
_root.flash1.play();
}
}
Instance of Symbol 1927 MovieClip "inisiador" in Symbol 2321 MovieClip Frame 1
onClipEvent (load) {
_root.l.hero._x = this._x;
_root.l.hero._y = this._y;
}
Instance of Symbol 2087 MovieClip "sumonero" in Symbol 2321 MovieClip Frame 1
onClipEvent (load) {
_root.nombrador = 0;
cantidadsumon = 0;
sumonsio = 0;
}
onClipEvent (enterFrame) {
if ((_root.timerico.minutos == 0) and (_root.timerico.segundos == 0)) {
_root.boss.gotoAndStop(2);
_root.musikita.gotoAndStop("m2");
sumonsio = 0;
if (solounavez == undefined) {
solounavez = "yala";
mySound = new Sound(this);
tune = "b2haha.mp3";
mySound.setVolume(80);
mySound.attachSound(tune);
mySound.start(0, 1);
_root.l.enemy1 = _root.l.attachMovie("waterboss", "culo" + _root.nombrador, _root.l.getNextHighestDepth());
var glow_color = 0;
var glow_alpha = 1;
var glow_blurX = 3;
var glow_blurY = 3;
var glow_strength = 10;
var glow_quality = 3;
var glow_inner = false;
var glow_knockout = false;
var filter_glow = (new flash.filters.GlowFilter(glow_color, glow_alpha, glow_blurX, glow_blurY, glow_strength, glow_quality, glow_inner, glow_knockout));
_root.l.enemy1.filters = [filter_glow];
_root.nombrador = _root.nombrador + 1;
culini = 0;
_root.l.enemy1._x = this._x + random(1600);
_root.l.enemy1._y = this._y + random(200);
root.l.enemy1._name = "boss";
}
}
if ((_root.timerico.minutos == 1) and (_root.timerico.segundos == 50)) {
sumonsio = 12;
}
if ((_root.timerico.minutos == 1) and (_root.timerico.segundos == 30)) {
sumonsio = 4;
}
if ((_root.timerico.minutos == 1) and (_root.timerico.segundos == 20)) {
sumonsio = 10;
}
if ((_root.timerico.minutos == 0) and (_root.timerico.segundos == 38)) {
if (tetornia == undefined) {
tetornia = 1;
_root.l.enemy1 = _root.l.attachMovie("uppasa", "culo" + _root.nombrador, _root.l.getNextHighestDepth());
_root.nombrador = _root.nombrador + 1;
culini = 0;
_root.l.enemy1._x = this._x + random(1600);
_root.l.enemy1._y = this._y + random(200);
}
}
if ((_root.timerico.minutos == 0) and (_root.timerico.segundos == 59)) {
if (tetornia2 == undefined) {
tetornia2 = 1;
_root.l.enemy1 = _root.l.attachMovie("uppasa", "culo" + _root.nombrador, _root.l.getNextHighestDepth());
_root.nombrador = _root.nombrador + 1;
culini = 0;
_root.l.enemy1._x = this._x + random(1600);
_root.l.enemy1._y = this._y + random(200);
}
}
if ((_root.timerico.minutos == 1) and (_root.timerico.segundos == 0)) {
sumonsio = 14;
}
if ((_root.timerico.minutos == 0) and (_root.timerico.segundos == 30)) {
sumonsio = 17;
}
if ((_root.timerico.minutos == 0) and (_root.timerico.segundos == 10)) {
sumonsio = 0;
}
if (cantidadsumon < sumonsio) {
_root.l.enemy1 = _root.l.attachMovie("mina", "culo" + _root.nombrador, _root.l.getNextHighestDepth());
_root.nombrador = _root.nombrador + 1;
culini = 0;
_root.l.enemy1._x = this._x + random(1600);
_root.l.enemy1._y = this._y + random(200);
cantidadsumon = cantidadsumon + 1;
}
}
Instance of Symbol 253 MovieClip "detector" in Symbol 2321 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_root.l.invi == 0) or (_root.l.invi == undefined)) {
this._x = _root.l.hero._x;
this._y = _root.l.hero._y + 15;
}
}
Instance of Symbol 253 MovieClip "targetgolpe" in Symbol 2321 MovieClip Frame 1
onClipEvent (enterFrame) {
this._x = _root.l.hero._x;
this._y = _root.l.hero._y + 10;
}
Symbol 2326 MovieClip Frame 1
stop();
Symbol 2334 MovieClip Frame 51
stop();
Symbol 2343 Button
on (release) {
_root.destino = "continua";
_root.flash1.play();
}
Symbol 2348 MovieClip Frame 1
function randRange(min, max) {
var _local1 = Math.floor(Math.random() * ((max - min) + 1)) + min;
return(_local1);
}
function moveSnow() {
if (this.moving) {
this._y = this._y + this.speed;
this._x = this._x + Math.cos(this._y / 10);
if (this.hitTest(_root.rect_mc.Ice_mc)) {
this.moving = false;
this.stopCounter = 0;
}
if (this._y > 700) {
removeMovieClip(this);
}
} else {
this.stopCounter++;
if (this.stopCounter > 500) {
this.onEnterFrame = null;
this.removeMovieClip();
}
}
}
function createSnow() {
i = _root.n.getNextHighestDepth();
tmp = _root.n.attachMovie("fuegon", "fuegon_mc" + i, i);
tmp._x = randRange(1, 750);
tmp._y = -1;
tmp._alpha = randRange(50, 100);
tmp.speed = randRange(1, 10);
tmp._xscale = randRange(70, 110);
tmp._yscale = tmp._xscale;
tmp.moving = true;
tmp.onEnterFrame = moveSnow;
}
control_mc.onEnterFrame = function () {
createSnow();
};