Frame 1
stop();
accion = "stand_d";
firing = "0";
y_speed = 12;
myspeed = 10;
saltospeed = myspeed;
cansao = 0;
aircontrol = 2;
muerto = 0;
dificultad = 60;
Set("da\u00F1ograna", 80);
Set("da\u00F1opipa", 12);
granadas = 2;
hits = 0;
m_xdesplazamiento = 0;
m_ydesplazamiento = 0;
num_enemigos = 30;
i = 100;
j = 0;
k = 0;
var snd_pim = new Sound();
snd_pim.attachSound("pim");
var snd_explo = new Sound();
snd_explo.attachSound("expl04");
grana = "available";
_root.disparos_bloqueados = 0;
_root.disparos = 0;
_root.aciertos = 0;
_root.aciertos_chola = 0;
_root.vida_total = 0;
_root.vida_diferencia = 0;
_root.vida_diferencia2 = 0;
_root.continues = 0;
m_x = 0;
m_y = 0;
killcount = 0;
pared_mov = 0;
cura = 1;
time_cansao = 0;
time_cansao_t = 4;
sj_dispo = 0;
sj_t = 6;
fase_save = -1;
score = 0;
_root.maxcombo = 0;
diferencia_score = 0;
_root.diferencia_score_vida = 0;
stop();
var MochiAd = {getVersion:function () {
return("2.3");
}, showPreGameAd:function (options) {
var _local1 = this;
var DEFAULTS = {clip:_root, ad_timeout:3000, fadeout_time:250, regpt:"o", method:"showPreloaderAd", color:16747008, background:16777161, outline:13994812, ad_started:function () {
this.clip.stop();
}, ad_finished:function () {
this.clip.play();
}, ad_failed:function () {
trace("[MochAd] Couldn't load an ad, make sure that your game's local security sandbox is configured for Access Network Only and that you are not using ad blocking software");
}, ad_loaded:function (width, height) {
}};
options = MochiAd._parseOptions(options, DEFAULTS);
if ("5cc6f7dfb67f2f08341c831480f7c2a7".length == 0) {
options.ad_started();
options.ad_finished();
} else {
var clip = options.clip;
var ad_msec = 11000;
var ad_timeout = options.ad_timeout;
delete options.ad_timeout;
var fadeout_time = options.fadeout_time;
delete options.fadeout_time;
if (!MochiAd.load(options)) {
options.ad_failed();
options.ad_finished();
} else {
options.ad_started();
var mc = clip._mochiad;
mc.onUnload = function () {
options.ad_finished();
};
var wh = MochiAd._getRes(options);
var _local3 = wh[0];
var h = wh[1];
mc._x = _local3 * 0.5;
mc._y = h * 0.5;
var chk = mc.createEmptyMovieClip("_mochiad_wait", 3);
chk._x = _local3 * -0.5;
chk._y = h * -0.5;
var bar = chk.createEmptyMovieClip("_mochiad_bar", 4);
bar._x = 10;
bar._y = h - 20;
var bar_color = options.color;
delete options.color;
var bar_background = options.background;
delete options.background;
var bar_outline = options.outline;
delete options.outline;
var backing = bar.createEmptyMovieClip("_outline", 1);
backing.beginFill(bar_background);
backing.moveTo(0, 0);
backing.lineTo(_local3 - 20, 0);
backing.lineTo(_local3 - 20, 10);
backing.lineTo(0, 10);
backing.lineTo(0, 0);
backing.endFill();
var _local2 = bar.createEmptyMovieClip("_inside", 2);
_local2.beginFill(bar_color);
_local2.moveTo(0, 0);
_local2.lineTo(_local3 - 20, 0);
_local2.lineTo(_local3 - 20, 10);
_local2.lineTo(0, 10);
_local2.lineTo(0, 0);
_local2.endFill();
_local2._xscale = 0;
var outline = bar.createEmptyMovieClip("_outline", 3);
outline.lineStyle(0, bar_outline, 100);
outline.moveTo(0, 0);
outline.lineTo(_local3 - 20, 0);
outline.lineTo(_local3 - 20, 10);
outline.lineTo(0, 10);
outline.lineTo(0, 0);
chk.ad_msec = ad_msec;
chk.ad_timeout = ad_timeout;
chk.started = getTimer();
chk.showing = false;
chk.last_pcnt = 0;
chk.fadeout_time = fadeout_time;
chk.fadeFunction = function () {
var _local1 = this;
var _local2 = 100 * (1 - ((getTimer() - _local1.fadeout_start) / _local1.fadeout_time));
if (_local2 > 0) {
_local1._parent._alpha = _local2;
} else {
var _local3 = _local1._parent._parent;
MochiAd.unload(_local3);
delete _local1.onEnterFrame;
}
};
mc.lc.adLoaded = options.ad_loaded;
mc.lc.adjustProgress = function (msec) {
var _local1 = this.mc._mochiad_wait;
_local1.server_control = true;
_local1.started = getTimer();
_local1.ad_msec = msec;
};
chk.onEnterFrame = function () {
var _local1 = this;
var _clip = _local1._parent._parent;
var ad_clip = _local1._parent._mochiad_ctr;
var elapsed = (getTimer() - _local1.started);
var _local3 = false;
var clip_total = _clip.getBytesTotal();
var clip_loaded = _clip.getBytesLoaded();
var clip_pcnt = ((100 * clip_loaded) / clip_total);
var ad_pcnt = ((100 * elapsed) / chk.ad_msec);
var _inside = _local1._mochiad_bar._inside;
var _local2 = Math.min(100, Math.min(clip_pcnt || 0, ad_pcnt));
_local2 = Math.max(_local1.last_pcnt, _local2);
_local1.last_pcnt = _local2;
_inside._xscale = _local2;
if (!chk.showing) {
var total = ad_clip.getBytesTotal();
if ((total > 0) || (typeof(total) == "undefined")) {
chk.showing = true;
chk.started = getTimer();
} else if (elapsed > chk.ad_timeout) {
options.ad_failed();
_local3 = true;
}
}
if (elapsed > chk.ad_msec) {
_local3 = true;
}
if (((clip_total > 0) && (clip_loaded >= clip_total)) && (_local3)) {
if (_local1.server_control) {
delete _local1.onEnterFrame;
} else {
_local1.fadeout_start = getTimer();
_local1.onEnterFrame = chk.fadeFunction;
}
}
};
}
}
}, showInterLevelAd:function (options) {
var _local1 = this;
var DEFAULTS = {clip:_root, ad_timeout:2000, fadeout_time:250, regpt:"o", method:"showTimedAd", ad_started:function () {
this.clip.stop();
}, ad_finished:function () {
this.clip.play();
}, ad_failed:function () {
trace("[MochAd] Couldn't load an ad, make sure that your game's local security sandbox is configured for Access Network Only and that you are not using ad blocking software");
}, ad_loaded:function (width, height) {
}};
options = MochiAd._parseOptions(options, DEFAULTS);
var clip = options.clip;
var ad_msec = 11000;
var ad_timeout = options.ad_timeout;
delete options.ad_timeout;
var fadeout_time = options.fadeout_time;
delete options.fadeout_time;
if (!MochiAd.load(options)) {
options.ad_failed();
options.ad_finished();
} else {
options.ad_started();
var mc = clip._mochiad;
mc.onUnload = function () {
options.ad_finished();
};
var wh = MochiAd._getRes(options);
var w = wh[0];
var h = wh[1];
mc._x = w * 0.5;
mc._y = h * 0.5;
var chk = mc.createEmptyMovieClip("_mochiad_wait", 3);
chk.ad_msec = ad_msec;
chk.ad_timeout = ad_timeout;
chk.started = getTimer();
chk.showing = false;
chk.fadeout_time = fadeout_time;
chk.fadeFunction = function () {
var _local1 = this;
var _local2 = 100 * (1 - ((getTimer() - _local1.fadeout_start) / _local1.fadeout_time));
if (_local2 > 0) {
_local1._parent._alpha = _local2;
} else {
var _local3 = _local1._parent._parent;
MochiAd.unload(_local3);
delete _local1.onEnterFrame;
}
};
mc.lc.adLoaded = options.ad_loaded;
mc.lc.adjustProgress = function (msec) {
var _local1 = this.mc._mochiad_wait;
_local1.server_control = true;
_local1.started = getTimer();
_local1.ad_msec = msec - 250;
};
chk.onEnterFrame = function () {
var _local1 = this;
var ad_clip = _local1._parent._mochiad_ctr;
var elapsed = (getTimer() - _local1.started);
var _local2 = false;
if (!chk.showing) {
var _local3 = ad_clip.getBytesTotal();
if ((_local3 > 0) || (typeof(_local3) == "undefined")) {
chk.showing = true;
chk.started = getTimer();
} else if (elapsed > chk.ad_timeout) {
options.ad_failed();
_local2 = true;
}
}
if (elapsed > chk.ad_msec) {
_local2 = true;
}
if (_local2) {
if (_local1.server_control) {
delete _local1.onEnterFrame;
} else {
_local1.fadeout_start = getTimer();
_local1.onEnterFrame = _local1.fadeFunction;
}
}
};
}
}, showTimedAd:function (options) {
trace("[MochiAd] DEPRECATED: showTimedAd was renamed to showInterLevelAd in 2.0");
MochiAd.showInterLevelAd(options);
}, showPreloaderAd:function (options) {
trace("[MochiAd] DEPRECATED: showPreloaderAd was renamed to showPreGameAd in 2.0");
MochiAd.showPreGameAd(options);
}, _allowDomains:function (server) {
var _local1 = server.split("/")[2].split(":")[0];
if (System.security) {
if (System.security.allowDomain) {
System.security.allowDomain("*");
System.security.allowDomain(_local1);
}
if (System.security.allowInsecureDomain) {
System.security.allowInsecureDomain("*");
System.security.allowInsecureDomain(_local1);
}
}
return(_local1);
}, _loadCommunicator:function (options) {
var _local2 = options;
var _local3 = arguments;
var DEFAULTS = {clip:_root, com_server:"http://x.mochiads.com/com/1/", method:"loadCommunicator", depth:10337, id:"_UNKNOWN_"};
_local2 = MochiAd._parseOptions(_local2, DEFAULTS);
_local2.swfv = _local2.clip.getSWFVersion() || 6;
_local2.mav = MochiAd.getVersion();
var clip = _local2.clip;
var clipname = ("_mochiad_com_" + _local2.id);
if (!MochiAd._isNetworkAvailable()) {
return(null);
}
if (clip[clipname]) {
return(clip[clipname].lc);
}
var server = (_local2.com_server + _local2.id);
MochiAd._allowDomains(server);
delete _local2.id;
delete _local2.com_server;
var depth = _local2.depth;
delete _local2.depth;
var mc = clip.createEmptyMovieClip(clipname, depth);
var lv = mc.createEmptyMovieClip("_mochiad_com", 1);
for (var k in _local2) {
lv[k] = _local2[k];
}
var lc = new LocalConnection();
var name = ["", Math.floor(new Date().getTime()), random(999999)].join("_");
lc.mc = mc;
lc.name = name;
lc.allowDomain = function (d) {
return(true);
};
lc.allowInsecureDomain = lc.allowDomain;
lc.connect(name);
mc.lc = lc;
lv.lc = name;
lc._id = 0;
lc._queue = [];
lc.rpcResult = function (cb_arg) {
var cb = parseInt(cb_arg);
var _local2 = this._callbacks[cb];
if (!_local2) {
} else {
delete this._callbacks[cb];
var _local3 = [];
var _local1 = 2;
while (_local1 < _local2.length) {
_local3.push(_local2[_local1]);
_local1++;
}
_local1 = 1;
while (_local1 < arguments.length) {
_local3.push(arguments[_local1]);
_local1++;
}
var method = _local2[1];
var obj = _local2[0];
if (obj && (typeof(method) == "string")) {
method = obj[method];
}
if (method) {
method.apply(obj, _local3);
}
}
};
lc._didConnect = function (endpoint) {
this._endpoint = endpoint;
var _local3 = this._queue;
delete this._queue;
var ds = this.doSend;
var _local1 = 0;
while (_local1 < _local3.length) {
var _local2 = _local3[_local1];
ds.apply(this, _local2);
_local1++;
}
};
lc.doSend = function (args, cbobj, cbfn) {
var _local2 = arguments;
if (this._endpoint == null) {
var _local3 = [];
var _local1 = 0;
while (_local1 < _local2.length) {
_local3.push(_local2[_local1]);
_local1++;
}
this._queue.push(_local3);
} else {
this._id = this._id + 1;
var id = this._id;
if ((cbfn === undefined) || (cbfn === null)) {
cbfn = cbobj;
}
this._callbacks[id] = [cbobj, cbfn];
var slc = new LocalConnection();
var ss = slc.send(this._endpoint, "rpc", id, args);
}
};
lc._callbacks = {};
lc._callbacks[0] = [lc, "_didConnect"];
lv.st = getTimer();
lv.loadMovie(server + ".swf", "POST");
return(lc);
}, fetchHighScores:function (options, callbackObj, callbackMethod) {
var _local2 = options;
var _local1 = MochiAd._loadCommunicator({id:_local2.id});
if (!_local1) {
return(false);
}
var fncall = ["fetchHighScores", _local2];
_local1.doSend(["fetchHighScores", _local2], callbackObj, callbackMethod);
return(true);
}, sendHighScore:function (options, callbackObj, callbackMethod) {
var _local2 = options;
var _local1 = MochiAd._loadCommunicator({id:_local2.id});
if (!_local1) {
return(false);
}
var fncall = ["sendHighScore", _local2];
_local1.doSend(["sendHighScore", _local2], callbackObj, callbackMethod);
return(true);
}, load:function (options) {
var _local1 = options;
var DEFAULTS = {clip:_root, server:"http://x.mochiads.com/srv/1/", method:"load", depth:10333, id:"_UNKNOWN_"};
_local1 = MochiAd._parseOptions(_local1, DEFAULTS);
_local1.swfv = _local1.clip.getSWFVersion() || 6;
_local1.mav = MochiAd.getVersion();
var clip = _local1.clip;
if (!MochiAd._isNetworkAvailable()) {
return(null);
}
if (clip._mochiad_loaded) {
return(null);
}
var depth = _local1.depth;
delete _local1.depth;
var mc = clip.createEmptyMovieClip("_mochiad", depth);
var wh = MochiAd._getRes(_local1);
_local1.res = (wh[0] + "x") + wh[1];
_local1.server = _local1.server + _local1.id;
delete _local1.id;
clip._mochiad_loaded = true;
var _local2 = mc.createEmptyMovieClip("_mochiad_ctr", 1);
for (var k in _local1) {
_local2[k] = _local1[k];
}
var server = _local2.server;
delete _local2.server;
var hostname = MochiAd._allowDomains(server);
mc.onEnterFrame = function () {
var _local1 = this;
if (_local1._mochiad_ctr._url != _local1._url) {
_local1.onEnterFrame = function () {
var _local1 = this;
if (!_local1._mochiad_ctr) {
delete _local1.onEnterFrame;
MochiAd.unload(_local1._parent);
}
};
}
};
var _local3 = new LocalConnection();
var name = ["", Math.floor(new Date().getTime()), random(999999)].join("_");
_local3.mc = mc;
_local3.name = name;
_local3.hostname = hostname;
_local3.allowDomain = function (d) {
return(true);
};
_local3.allowInsecureDomain = _local3.allowDomain;
_local3.connect(name);
mc.lc = _local3;
_local2.lc = name;
_local2.st = getTimer();
_local2.loadMovie(server + ".swf", "POST");
return(mc);
}, unload:function (clip) {
var _local1 = clip;
if (typeof(_local1) == "undefined") {
_local1 = _root;
}
if (_local1.clip && (_local1.clip._mochiad)) {
_local1 = _local1.clip;
}
if (!_local1._mochiad) {
return(false);
}
_local1._mochiad.removeMovieClip();
delete _local1._mochiad_loaded;
delete _local1._mochiad;
return(true);
}, _isNetworkAvailable:function () {
if (System.security) {
var _local1 = System.security;
if (_local1.sandboxType == "localWithFile") {
return(false);
}
}
return(true);
}, _getRes:function (options) {
var _local3 = options.clip.getBounds();
var _local2 = 0;
var _local1 = 0;
if (typeof(options.res) != "undefined") {
var xy = options.res.split("x");
_local2 = parseFloat(xy[0]);
_local1 = parseFloat(xy[1]);
} else {
_local2 = _local3.xMax - _local3.xMin;
_local1 = _local3.yMax - _local3.yMin;
}
if ((_local2 == 0) || (_local1 == 0)) {
_local2 = Stage.width;
_local1 = Stage.height;
}
return([_local2, _local1]);
}, _parseOptions:function (options, defaults) {
var _local3 = {};
for (var k in defaults) {
_local3[k] = defaults[k];
}
if (options) {
for (var k in options) {
_local3[k] = options[k];
}
}
if (_root.mochiad_options) {
var pairs = _root.mochiad_options.split("&");
var _local1 = 0;
while (_local1 < pairs.length) {
var _local2 = pairs[_local1].split("=");
_local3[unescape(_local2[0])] = unescape(_local2[1]);
_local1++;
}
}
if (_local3.id == "test") {
trace("[MochiAd] WARNING: Using the MochiAds test identifier, make sure to use the code from your dashboard, not this example!");
}
return(_local3);
}, _:null};
MochiAd.showPreGameAd({id:"4fe7b13fef240b5a", res:"640x400", background:6529987, color:414052, outline:0, no_bg:true});
Instance of Symbol 6 MovieClip in Frame 1
onClipEvent (load) {
startDrag ("_root.cursor");
Mouse.hide();
}
Frame 2
stop();
Frame 3
accion = "stand_d";
firing = "0";
y_speed = 12;
myspeed = 10;
saltospeed = myspeed;
cansao = 0;
aircontrol = 2;
muerto = 0;
hits = 0;
m_xdesplazamiento = 0;
m_ydesplazamiento = 0;
num_enemigos = 30;
i = 100;
j = 0;
k = 0;
var snd_pim = new Sound();
snd_pim.attachSound("pim");
var snd_explo = new Sound();
snd_explo.attachSound("expl04");
grana = "available";
granadas = 2;
m_x = m_x_save;
m_y = 0;
killcount = 0;
pared_mov = 0;
score = Math.ceil(score / 1.5);
Set("da\u00F1ograna", 90 * (dificultad / 100));
Set("da\u00F1opipa", 15);
Instance of Symbol 1381 MovieClip "m_x_moviendose" in Frame 4
onClipEvent (load) {
activado = 0;
maximo = 0;
rapido = 0;
}
onClipEvent (enterFrame) {
if (activado == 1) {
if (maximo > 0) {
if (rapido == 1) {
_root.m_x = _root.m_x + 6.5;
maximo = maximo - 6.5;
} else if (_root.pared1.hitTest(_root.tio._x, _root.tio._y, false)) {
_root.m_x++;
maximo--;
} else {
_root.m_x++;
_root.tio._x--;
maximo--;
}
}
}
}
Instance of Symbol 1386 MovieClip in Frame 4
onClipEvent (load) {
fase = _root.fase_save;
_root.pared2._x = _root.pared2._x - 200;
_root.pared_mov = 1;
if (_root.m_x > 200) {
_root.mundo.paloatras_2._x = _root.mundo.paloatras_2._x + 964;
_root.mundo.arbolatras_2._x = _root.mundo.arbolatras_2._x + 964;
}
if (_root.m_x > 600) {
_root.mundo.ventana_11._x = _root.mundo.ventana_11._x + 1157;
_root.mundo.ventana_11.gotoAndStop(1);
_root.mundo.ventana_12._x = _root.mundo.ventana_12._x + 1157;
_root.mundo.ventana_12.gotoAndStop(1);
_root.mundo.ventana_13._x = _root.mundo.ventana_13._x + 1157;
_root.mundo.ventana_13.gotoAndStop(1);
}
if (_root.m_x > 1050) {
_root.mundo.ventana_14._x = 1792;
_root.mundo.ventana_14._y = 72;
_root.mundo.ventana_14._alpha = 70;
_root.mundo.ventana_14.gotoAndStop(1);
_root.mundo.ventana_15._x = 1866;
_root.mundo.ventana_15._y = 72;
_root.mundo.ventana_15._alpha = 70;
_root.mundo.ventana_15.gotoAndStop(1);
_root.mundo.ventana_10._x = 1902;
_root.mundo.ventana_10.gotoAndStop(1);
_root.mundo.palo_1._x = _root.mundo.palo_1._x + 1600;
_root.mundo.arbol_1._x = _root.mundo.arbol_1._x + 1600;
_root.mundo.palo_3._x = _root.mundo.palo_3._x + 1650;
_root.mundo.arbol_3._x = _root.mundo.arbol_3._x + 1650;
_root.mundo.ventana_4._x = _root.mundo.ventana_4._x + 1390;
_root.mundo.ventana_4.gotoAndStop(1);
_root.mundo.ventana_5._x = _root.mundo.ventana_5._x + 1390;
_root.mundo.ventana_5.gotoAndStop(1);
_root.mundo.ventana_6._x = _root.mundo.ventana_6._x + 1390;
_root.mundo.ventana_6.gotoAndStop(1);
_root.mundo.ventana_1._x = _root.mundo.ventana_1._x + 1390;
_root.mundo.ventana_1.gotoAndStop(1);
_root.mundo.ventana_2._x = _root.mundo.ventana_2._x + 1390;
_root.mundo.ventana_2.gotoAndStop(1);
_root.mundo.ventana_3._x = _root.mundo.ventana_3._x + 1390;
_root.mundo.ventana_3.gotoAndStop(1);
}
if (_root.m_x > 1620) {
_root.mundo.coche1._x = 2650;
_root.mundo.ventana_7._x = 2695.5;
_root.mundo.ventana_7._y = -12;
_root.mundo.ventana_7.gotoAndStop(1);
_root.mundo.ventana_8._x = 2766;
_root.mundo.ventana_8._y = -12;
_root.mundo.ventana_8.gotoAndStop(1);
_root.mundo.ventana_9._x = 2837;
_root.mundo.ventana_9._y = -12;
_root.mundo.ventana_9.gotoAndStop(1);
_root.mundo.ventana_11._x = 2695.5;
_root.mundo.ventana_11.gotoAndStop(1);
_root.mundo.ventana_12._x = 2766;
_root.mundo.ventana_12.gotoAndStop(1);
_root.mundo.ventana_13._x = 2837;
_root.mundo.ventana_13.gotoAndStop(1);
_root.mundo.shape2._x = 2800;
_root.mundo.shape2.gotoAndStop(1);
_root.mundo.shape2.dead = 0;
_root.mundo.shape1._x = 2400;
_root.mundo.shape1.gotoAndStop(1);
_root.mundo.shape1.dead = 0;
}
}
onClipEvent (enterFrame) {
_root.mundo._x = -_root.m_x;
_root.fase._xscale = _root.killcount * 3;
if ((_root.m_x > 200) && (fase == -1)) {
_root.mundo.mundomobs.creamobs0.activado = 1;
_root.mundo.mundomobs.creamobs0.gotoAndPlay(4);
fase = 0;
_root.mundo.paloatras_2._x = _root.mundo.paloatras_2._x + 964;
_root.mundo.arbolatras_2._x = _root.mundo.arbolatras_2._x + 964;
gotoAndPlay (2);
}
if (_root.m_x > 600) {
if (fase == 0) {
_root.killcount = 0;
_root.pared2._x = _root.pared2._x + 200;
fase = 1;
_root.mundo.ventana_11._x = _root.mundo.ventana_11._x + 1157;
_root.mundo.ventana_11.gotoAndStop(1);
_root.mundo.ventana_12._x = _root.mundo.ventana_12._x + 1157;
_root.mundo.ventana_12.gotoAndStop(1);
_root.mundo.ventana_13._x = _root.mundo.ventana_13._x + 1157;
_root.mundo.ventana_13.gotoAndStop(1);
_root.mundo.mundomobs.creamobs1.activado = 1;
_root.mundo.mundomobs.creamobs1.gotoAndPlay(2);
_root.mundo.mundomobs.creamobs2.activado = 1;
_root.mundo.mundomobs.creamobs2.gotoAndPlay(2);
_root.mundo.mundomobs.creamobs3.activado = 1;
_root.mundo.mundomobs.creamobs3.gotoAndPlay(2);
_root.pared_mov = 0;
}
if ((_root.killcount > 8) && (fase == 1)) {
fase = 1.5;
_root["gi\u00F1ao_pacasa"] = "si";
_root.fase_save = fase;
_root.m_x_save = _root.m_x;
_root.pared2._x = _root.pared2._x - 200;
_root.killcount = 0;
_root.pared_mov = 1;
_root.go.gotoAndPlay(2);
}
}
if ((_root.m_x > 610) && (fase == 1.5)) {
_root.mundo.mundomobs.creamobs5.activado = 1;
_root.mundo.mundomobs.creamobs5.gotoAndPlay(2);
_root.mundo.mundomobs.creamobs7.activado = 1;
_root.mundo.mundomobs.creamobs7.gotoAndPlay(2);
fase = 2;
gotoAndPlay (10);
}
if ((_root.m_x > 850) && (fase == 2)) {
_root.mundo.mundomobs.creamobs8.activado = 1;
_root.mundo.mundomobs.creamobs8.gotoAndPlay(2);
_root.mundo.mundomobs.creamobs10.activado = 1;
fase = 3;
}
if ((_root.m_x > 880) && (fase == 3)) {
_root.mundo.mundomobs.creamobs9.activado = 1;
_root.mundo.mundomobs.creamobs9.gotoAndPlay(2);
_root.mundo.mundomobs.creamobs10.gotoAndPlay(2);
_root.mundo.mundomobs.creamobs11.activado = 1;
_root.mundo.mundomobs.creamobs11.gotoAndPlay(2);
fase = 4;
}
if ((_root.m_x > 1050) && (fase == 4)) {
_root.mundo.ventana_14._x = 1792;
_root.mundo.ventana_14._y = 72;
_root.mundo.ventana_14._alpha = 70;
_root.mundo.ventana_14.gotoAndStop(1);
_root.mundo.ventana_15._x = 1866;
_root.mundo.ventana_15._y = 72;
_root.mundo.ventana_15._alpha = 70;
_root.mundo.ventana_15.gotoAndStop(1);
_root.mundo.ventana_10._x = 1902;
_root.mundo.ventana_10.gotoAndStop(1);
_root.mundo.palo_1._x = _root.mundo.palo_1._x + 1600;
_root.mundo.arbol_1._x = _root.mundo.arbol_1._x + 1600;
_root.mundo.palo_3._x = _root.mundo.palo_3._x + 1650;
_root.mundo.arbol_3._x = _root.mundo.arbol_3._x + 1650;
_root.mundo.ventana_4._x = _root.mundo.ventana_4._x + 1390;
_root.mundo.ventana_4.gotoAndStop(1);
_root.mundo.ventana_5._x = _root.mundo.ventana_5._x + 1390;
_root.mundo.ventana_5.gotoAndStop(1);
_root.mundo.ventana_6._x = _root.mundo.ventana_6._x + 1390;
_root.mundo.ventana_6.gotoAndStop(1);
_root.mundo.ventana_1._x = _root.mundo.ventana_1._x + 1390;
_root.mundo.ventana_1.gotoAndStop(1);
_root.mundo.ventana_2._x = _root.mundo.ventana_2._x + 1390;
_root.mundo.ventana_2.gotoAndStop(1);
_root.mundo.ventana_3._x = _root.mundo.ventana_3._x + 1390;
_root.mundo.ventana_3.gotoAndStop(1);
fase = 5;
}
if ((_root.m_x > 1450) && (fase == 5)) {
_root.killcount = 0;
_root.pared2._x = _root.pared2._x + 200;
_root.pared_mov = 0;
_root.fase_save = fase;
_root.m_x_save = _root.m_x - 100;
fase = 6;
_root.mundo.mundomobs.creamobs12.activado = 1;
_root.mundo.mundomobs.creamobs12.gotoAndPlay(2);
_root.m_x_moviendose.activado = 1;
_root.m_x_moviendose.maximo = 150;
_root.mundo.mundomobs.creamobs13.activado = 1;
_root.mundo.mundomobs.creamobs13.gotoAndPlay(2);
}
if ((_root.killcount > 6) && (fase == 6)) {
fase = 7;
_root.killconunt = 0;
_root.fase._xscale = 100;
this.gotoAndPlay(50);
}
if ((_root.killcount > 23) && (fase == 7)) {
fase = 7.5;
_root.pared2._x = _root.pared2._x - 200;
_root.pared_mov = 1;
cont = 0;
_root.go.gotoAndPlay(2);
}
if ((_root.m_x > 1620) && (fase == 7.5)) {
fase = 8;
cont = 0;
_root.mundo.mundomobs.creamobs20.activado = 1;
_root.mundo.mundomobs.creamobs20.gotoAndPlay(2);
_root.mundo.coche1._x = 2650;
_root.mundo.ventana_7._x = 2695.5;
_root.mundo.ventana_7._y = -12;
_root.mundo.ventana_7.gotoAndStop(1);
_root.mundo.ventana_8._x = 2766;
_root.mundo.ventana_8._y = -12;
_root.mundo.ventana_8.gotoAndStop(1);
_root.mundo.ventana_9._x = 2837;
_root.mundo.ventana_9._y = -12;
_root.mundo.ventana_9.gotoAndStop(1);
_root.mundo.ventana_11._x = 2695.5;
_root.mundo.ventana_11.gotoAndStop(1);
_root.mundo.ventana_12._x = 2766;
_root.mundo.ventana_12.gotoAndStop(1);
_root.mundo.ventana_13._x = 2837;
_root.mundo.ventana_13.gotoAndStop(1);
_root.mundo.shape2._x = 2800;
_root.mundo.shape2.gotoAndStop(1);
_root.mundo.shape2.dead = 0;
_root.mundo.shape1._x = 2400;
_root.mundo.shape1.gotoAndStop(1);
_root.mundo.shape1.dead = 0;
}
if ((_root.m_x > 2300) && (fase == 8)) {
_root.killcount = 0;
_root.fase_save = fase;
_root.m_x_save = _root.m_x - 80;
fase = 9;
_root.pared2._x = _root.pared2._x + 200;
_root.pared_mov = 0;
_root.mundo.mundomobs.creamobs21.activado = 1;
_root.mundo.mundomobs.creamobs21.gotoAndPlay(2);
_root.mundo.mundomobs.creamobs22.activado = 1;
_root.mundo.mundomobs.creamobs22.gotoAndPlay(2);
}
if ((_root.killcount > 15) && (fase == 9)) {
_root.mundo.mundomobs.creamobs23.activado = 1;
_root.mundo.mundomobs.creamobs23.gotoAndPlay(2);
fase = 10;
}
if ((_root.killcount > 21) && (fase == 10)) {
_root.mundo.mundomobs.creamobs24.activado = 1;
_root.mundo.mundomobs.creamobs24.gotoAndPlay(2);
_root.mundo.mundomobs.creamobs25.activado = 1;
_root.mundo.mundomobs.creamobs25.gotoAndPlay(2);
fase = 11;
}
if ((_root.killcount > 37) && (fase == 11)) {
fase = 12;
_root.killcount = 0;
_root.fase_save = fase;
_root.m_x_save = _root.m_x;
_root.pared2._x = _root.pared2._x - 200;
_root.pared_mov = 1;
_root.go.gotoAndPlay(2);
}
if ((_root.m_x > 2305) && (fase == 12)) {
_root.mundo.mundomobs.creamobs26.activado = 1;
_root.mundo.mundomobs.creamobs26.gotoAndPlay(2);
fase = 13;
}
if ((_root.m_x > 2730) && (fase == 13)) {
_root.killcount = 0;
_root.pared2._x = _root.pared2._x + 200;
_root.pared_mov = 0;
_root.mundo.mundomobs.creamobs27.activado = 1;
_root.mundo.mundomobs.creamobs27.gotoAndPlay(2);
fase = 14;
}
if ((_root.killcount > 0) && (fase == 14)) {
_root.mundo.mundomobs.creamobs31.activado = 1;
_root.mundo.mundomobs.creamobs31.gotoAndPlay(2);
_root.mundo.mundomobs.creamobs30.gotoAndPlay(30);
fase = 15;
}
if ((_root.killcount > 12) && (fase == 15)) {
_root.mundo.mundomobs.creamobs28.gotoAndPlay(25);
_root.mundo.mundomobs.creamobs32.activado = 1;
_root.mundo.mundomobs.creamobs32.gotoAndPlay(2);
_root.mundo.mundomobs.creamobs29.activado = 1;
_root.mundo.mundomobs.creamobs29.gotoAndPlay(2);
fase = 16;
}
if ((_root.killcount > 24) && (fase == 16)) {
_root.mundo.mundomobs.creamobs31.mobs_creados = 0;
_root.mundo.mundomobs.creamobs31.mobs = 0;
_root.mundo.mundomobs.creamobs31.i = 0;
_root.mundo.mundomobs.creamobs31.gotoAndPlay(2);
fase = 17;
}
if ((_root.killcount > 28) && (fase == 17)) {
_root.mundo.mundomobs.creamobs33.activado = 1;
_root.mundo.mundomobs.creamobs33.gotoAndPlay(2);
fase = 18;
}
if ((_root.killcount > 35) && (fase == 18)) {
_root.mundo.mundomobs.creamobs34.activado = 1;
_root.mundo.mundomobs.creamobs34.gotoAndPlay(2);
fase = 19;
}
if ((_root.killcount > 49) && (fase == 19)) {
_root.mundo.tio2._x = _root.tio._x + _root.m_x;
_root.tio._y = -4000;
_root.accion = "muerto";
_root.mundo.tio2.gotoAndPlay(2);
_root.pared2._x = _root.pared2._x + 200;
_root.pared_mov = 0;
_root.fase_save = 0;
_root.m_x_save = 0;
_root.win.gotoAndPlay(2);
_root.m_x_moviendose.activado = 1;
_root.m_x_moviendose.maximo = 250;
_root.m_x_moviendose.rapido = 1;
fase = 20;
}
if (fase == 20) {
_root.accion = "muerto";
}
}
Instance of Symbol 1437 MovieClip "hud_granas" in Frame 4
onClipEvent (load) {
this.gotoAndStop(_root.granadas + 1);
}
Instance of Symbol 1446 MovieClip in Frame 4
onClipEvent (enterFrame) {
if (_root.vida._xscale > 0) {
_root.vidanumero = Math.round(_root.vida._xscale);
} else {
_root.vidanumero = 0;
}
}
Frame 17
gotoAndStop (19);
Frame 18
stop();
Instance of Symbol 1613 MovieClip "tio" in Frame 19
onClipEvent (enterFrame) {
_root.ti = _root.tio._currentframe;
_root.frame = _root.tio._currentFrame;
_root.newframe = 1;
if (_root.time_cansao > 0) {
_root.time_cansao--;
}
if (_root.sj_dispo >= 0) {
_root.sj_dispo--;
}
if (_root.pared2.hitTest(this._x - 10, this._y, true) && (_root.pared_mov == 1)) {
if (((_root.accion == "stand_i") || (_root.accion == "stand_d")) || (_root.accion == "agachao")) {
_root.m_x = _root.m_x + (_root.mySpeed / 1.5);
this._x = this._x - (_root.mySpeed / 1.5);
}
}
if (_root.vida._xscale <= 3) {
if (((((((_root.accion == "muerto_s") || (_root.accion == "salto_s_i")) || (_root.accion == "salto_s_d")) || (_root.accion == "salto_d")) || (_root.accion == "salto_i")) || (_root.accion == "sj_d")) || (_root.accion == "sj_i")) {
if ((_root.accion != "muerto") && (_root.accion != "muerto_s")) {
if ((_root.accion == "salto_i") || (_root.accion == "sj_i")) {
muertospeed = -5;
} else if ((_root.accion == "salto_d") || (_root.accion == "sj_d")) {
muertospeed = 5;
}
_root.vida._y = 500;
this.gotoAndPlay(170);
_root.accion = "muerto_s";
}
if (this._y < 320) {
this._y = this._y - _root.y_speed;
_root.y_speed = _root.y_speed - 2;
this._x = this._x + muertospeed;
}
} else if ((_root.accion != "muerto") && (_root.accion != "muerto_s")) {
_root.vida._y = 500;
this.gotoAndPlay(170);
_root.accion = "muerto";
}
} else {
if (_root.accion == "cayendo_sj_i") {
if (Key.isDown(40) || (Key.isDown(83))) {
_root.accion = "rodando_i";
this.gotoAndStop(290);
} else {
_root.accion = "arrastrando_i";
this.gotoAndStop(295);
}
} else if (_root.accion == "cayendo_sj_d") {
if (Key.isDown(40) || (Key.isDown(83))) {
_root.accion = "rodando_d";
this.gotoAndStop(90);
} else {
_root.accion = "arrastrando_d";
this.gotoAndStop(95);
}
}
if (Key.isDown(38) || (Key.isDown(87))) {
if (_root.time_cansao <= 0) {
if (_root.sj_dispo > 0) {
if (_root.accion == "corriendo_d") {
this.gotoAndStop(85);
_root.accion = "sj_d";
} else if (_root.accion == "corriendo_i") {
this.gotoAndStop(285);
_root.accion = "sj_i";
}
} else if (_root.sj_dispo <= 0) {
if (_root.accion == "corriendo_d") {
this.gotoAndStop(75);
_root.accion = "salto_d";
_root.tio.torso.brazo.gotoAndStop(3);
_root.salto.gotoAndPlay(2);
_root.saltospeed = _root.myspeed;
} else if (_root.accion == "stand_d") {
this.gotoAndStop(80);
_root.accion = "salto_s_d";
_root.tio.torso.brazo.gotoAndStop(3);
_root.salto.gotoAndPlay(2);
_root.saltospeed = _root.myspeed;
} else if (_root.accion == "stand_i") {
this.gotoAndStop(280);
_root.accion = "salto_s_i";
_root.tio.torso.brazo.gotoAndStop(3);
_root.salto.gotoAndPlay(2);
_root.saltospeed = _root.myspeed;
} else if (_root.accion == "corriendo_i") {
this.gotoAndStop(275);
_root.accion = "salto_i";
_root.tio.torso.brazo.gotoAndStop(3);
_root.salto.gotoAndPlay(2);
_root.saltospeed = _root.myspeed;
}
}
}
}
if (Key.isDown(39) || (Key.isDown(68))) {
if (_root.pared2.hitTest(this._x, this._y, true) || (_root.accion == "agachao")) {
if (_root.pared2.hitTest(this._x, this._y, true) && (_root.pared_mov == 1)) {
if ((_root.accion != "sj_i") && (_root.accion != "sj_d")) {
if (((((_root.accion == "corriendo_i") || (_root.accion == "corriendo_d")) || (_root.accion == "cayendo")) || (_root.accion == "cayendo_sj_i")) || (_root.accion == "cayendo_sj_d")) {
_root.m_x = _root.m_x + (_root.mySpeed / 1.5);
} else if ((((_root.accion == "salto_i") || (_root.accion == "salto_d")) || (_root.accion == "salto_s_i")) || (_root.accion == "salto_s_d")) {
_root.saltospeed = _root.saltospeed + _root.aircontrol;
}
}
}
} else if ((_root.accion != "sj_i") && (_root.accion != "sj_d")) {
if (((((_root.accion == "corriendo_i") || (_root.accion == "corriendo_d")) || (_root.accion == "cayendo")) || (_root.accion == "cayendo_sj_i")) || (_root.accion == "cayendo_sj_d")) {
_root.tio._x = _root.tio._x + _root.mySpeed;
} else if ((((_root.accion == "salto_i") || (_root.accion == "salto_d")) || (_root.accion == "salto_s_i")) || (_root.accion == "salto_s_d")) {
_root.saltospeed = _root.saltospeed + _root.aircontrol;
}
}
} else if (Key.isDown(37) || (Key.isDown(65))) {
if (_root.pared1.hitTest(this._x, this._y, true) || (_root.accion == "agachao")) {
} else if ((_root.accion != "sj_i") && (_root.accion != "sj_d")) {
if (((((_root.accion == "corriendo_i") || (_root.accion == "corriendo_d")) || (_root.accion == "cayendo")) || (_root.accion == "cayendo_sj_i")) || (_root.accion == "cayendo_sj_d")) {
_root.tio._x = _root.tio._x - _root.myspeed;
} else if ((((_root.accion == "salto_i") || (_root.accion == "salto_d")) || (_root.accion == "salto_s_i")) || (_root.accion == "salto_s_d")) {
_root.saltospeed = _root.saltospeed - _root.aircontrol;
}
}
} else if (Key.isDown(40) || (Key.isDown(83))) {
if (((((((((((_root.accion != "agachao") && (_root.accion != "salto_i")) && (_root.accion != "salto_d")) && (_root.accion != "salto_s_i")) && (_root.accion != "salto_s_d")) && (_root.accion != "sj_i")) && (_root.accion != "sj_d")) && (_root.accion != "arrastrando_d")) && (_root.accion != "arrastrando_i")) && (_root.accion != "rodando_d")) && (_root.accion != "rodando_i")) {
this.gotoAndStop(100);
_root.accion = "agachao";
}
} else if (_root.accion != "agachao") {
if ((_root.accion == "corriendo_d") or (_root.accion == "cayendo")) {
_root.accion = "stand_d";
}
if (_root.accion == "corriendo_i") {
_root.accion = "stand_i";
}
}
if (Key.isDown(40) || (Key.isDown(83))) {
_root.sj_dispo = _root.sj_t;
} else if (_root.accion == "agachao") {
this.gotoAndStop(105);
_root.accion = "desagachao";
}
_root.texto = _root._xmouse;
if (((_root.accion == "stand_d") && (_root.firing != "1")) && (_root.tio._y > 320)) {
if (_root._xmouse > (_root.tio._x + 140)) {
_root.tio.gotoAndStop(46);
} else if (_root._xmouse > (_root.tio._x + 100)) {
_root.tio.gotoAndStop(41);
} else if (_root._xmouse > (_root.tio._x + 60)) {
_root.tio.gotoAndStop(36);
} else if (_root._xmouse > (_root.tio._x + 30)) {
_root.tio.gotoAndStop(31);
} else if (_root._xmouse > _root.tio._x) {
_root.tio.gotoAndStop(26);
} else if (_root._xmouse > (_root.tio._x - 15)) {
_root.tio.gotoAndStop(21);
} else if (_root._xmouse > (_root.tio._x - 40)) {
_root.tio.gotoAndStop(16);
} else if (_root._xmouse > (_root.tio._x - 60)) {
_root.tio.gotoAndStop(11);
} else if (_root._xmouse > (_root.tio._x - 110)) {
_root.tio.gotoAndStop(6);
} else {
_root.tio.gotoAndStop(1);
}
}
if (((_root.accion == "stand_d") && (_root.firing == "1")) && (_root.tio._y > 320)) {
if (_root._xmouse > (_root.tio._x + 140)) {
_root.tio.gotoAndStop(47);
} else if (_root._xmouse > (_root.tio._x + 100)) {
_root.tio.gotoAndStop(42);
} else if (_root._xmouse > (_root.tio._x + 100)) {
_root.tio.gotoAndStop(37);
} else if (_root._xmouse > (_root.tio._x + 30)) {
_root.tio.gotoAndStop(32);
} else if (_root._xmouse > _root.tio._x) {
_root.tio.gotoAndStop(27);
} else if (_root._xmouse > (_root.tio._x - 15)) {
_root.tio.gotoAndStop(22);
} else if (_root._xmouse > (_root.tio._x - 40)) {
_root.tio.gotoAndStop(17);
} else if (_root._xmouse > (_root.tio._x - 60)) {
_root.tio.gotoAndStop(12);
} else if (_root._xmouse > (_root.tio._x - 110)) {
_root.tio.gotoAndStop(7);
} else {
_root.tio.gotoAndStop(2);
}
}
if (Key.isDown(39) || ((Key.isDown(68) && (_root.accion != "agachao")) && (_root.tio._y > 320))) {
if (_root.accion != "corriendo_d") {
if ((((((((((((_root.accion != "salto_s_d") && (_root.accion != "salto_d")) && (_root.accion != "salto_s_i")) && (_root.accion != "salto_i")) && (_root.accion != "sj_i")) && (_root.accion != "sj_d")) && (_root.accion != "cayendo_sj_d")) && (_root.accion != "cayendo_sj_i")) && (_root.accion != "rodando_i")) && (_root.accion != "rodando_d")) && (_root.accion != "arrastrando_i")) && (_root.accion != "arrastrando_d")) {
this.gotoAndPlay(60);
_root.accion = "corriendo_d";
}
} else if (_root.ti < 60) {
this.gotoAndPlay(60);
}
if (_root.firing != "1") {
if (_root._xmouse > (this._x + 160)) {
this.torso.gotoAndStop(1);
} else if (_root._xmouse > (this._x + 100)) {
this.torso.gotoAndStop(3);
} else if (_root._xmouse > (this._x + 50)) {
this.torso.gotoAndStop(5);
} else if (_root._xmouse > (this._x + 20)) {
this.torso.gotoAndStop(7);
} else if (_root._xmouse > (this._x - 15)) {
this.torso.gotoAndStop(9);
} else if (_root._xmouse > (this._x - 40)) {
this.torso.gotoAndStop(11);
} else if (_root._xmouse > (this._x - 130)) {
this.torso.gotoAndStop(13);
} else {
this.torso.gotoAndStop(15);
}
_root.texto = _root._xmouse;
}
if (_root.firing == "1") {
if (_root._xmouse > (this._x + 160)) {
this.torso.gotoAndStop(2);
} else if (_root._xmouse > (this._x + 100)) {
this.torso.gotoAndStop(4);
} else if (_root._xmouse > (this._x + 50)) {
this.torso.gotoAndStop(6);
} else if (_root._xmouse > (this._x + 20)) {
this.torso.gotoAndStop(8);
} else if (_root._xmouse > (this._x - 15)) {
this.torso.gotoAndStop(10);
} else if (_root._xmouse > (this._x - 40)) {
this.torso.gotoAndStop(12);
} else if (_root._xmouse > (this._x - 130)) {
this.torso.gotoAndStop(14);
} else {
this.torso.gotoAndStop(16);
}
_root.texto = _root._xmouse;
}
} else if (Key.isDown(37) || ((Key.isDown(65) && (_root.accion != "agachao")) && (_root.tio._y > 320))) {
if (_root.accion != "corriendo_i") {
if ((((((((((((((_root.accion != "salto_s_i") && (_root.accion != "salto_i")) && (_root.accion != "salto_s_d")) && (_root.accion != "salto_d")) && (_root.accion != "sj_i")) && (_root.accion != "sj_d")) && (_root.accion != "cayendo_sj_d")) && (_root.accion != "cayendo_sj_i")) && (_root.accion != "rodando_i")) && (_root.accion != "rodando_d")) && (_root.accion != "arrastrando_i")) && (_root.accion != "arrastrando_d")) && (_root.accion != "cayendo_sj_d")) && (_root.accion != "cayendo_sj_i")) {
this.gotoAndPlay(260);
_root.accion = "corriendo_i";
}
} else if (_root.ti < 260) {
this.gotoAndPlay(60);
}
if (_root.firing != "1") {
if (_root._xmouse > (this._x + 110)) {
this.torso.gotoAndStop(15);
} else if (_root._xmouse > (this._x + 80)) {
this.torso.gotoAndStop(13);
} else if (_root._xmouse > (this._x + 40)) {
this.torso.gotoAndStop(11);
} else if (_root._xmouse > (this._x + 20)) {
this.torso.gotoAndStop(9);
} else if (_root._xmouse > (this._x - 15)) {
this.torso.gotoAndStop(7);
} else if (_root._xmouse > (this._x - 40)) {
this.torso.gotoAndStop(5);
} else if (_root._xmouse > (this._x - 100)) {
this.torso.gotoAndStop(3);
} else {
this.torso.gotoAndStop(1);
}
_root.texto = _root._xmouse;
}
if (_root.firing == "1") {
if (_root._xmouse > (this._x + 110)) {
this.torso.gotoAndStop(16);
} else if (_root._xmouse > (this._x + 80)) {
this.torso.gotoAndStop(14);
} else if (_root._xmouse > (this._x + 40)) {
this.torso.gotoAndStop(12);
} else if (_root._xmouse > (this._x + 20)) {
this.torso.gotoAndStop(10);
} else if (_root._xmouse > (this._x - 15)) {
this.torso.gotoAndStop(8);
} else if (_root._xmouse > (this._x - 40)) {
this.torso.gotoAndStop(6);
} else if (_root._xmouse > (this._x - 100)) {
this.torso.gotoAndStop(4);
} else {
this.torso.gotoAndStop(2);
}
_root.texto = _root._xmouse;
}
}
if (((_root.accion == "stand_i") && (_root.firing != "1")) && (_root.tio._y > 320)) {
if (_root._xmouse > (_root.tio._x + 140)) {
_root.tio.gotoAndStop(246);
} else if (_root._xmouse > (_root.tio._x + 100)) {
_root.tio.gotoAndStop(241);
} else if (_root._xmouse > (_root.tio._x + 60)) {
_root.tio.gotoAndStop(236);
} else if (_root._xmouse > (_root.tio._x + 30)) {
_root.tio.gotoAndStop(231);
} else if (_root._xmouse > _root.tio._x) {
_root.tio.gotoAndStop(226);
} else if (_root._xmouse > (_root.tio._x - 15)) {
_root.tio.gotoAndStop(221);
} else if (_root._xmouse > (_root.tio._x - 40)) {
_root.tio.gotoAndStop(216);
} else if (_root._xmouse > (_root.tio._x - 60)) {
_root.tio.gotoAndStop(211);
} else if (_root._xmouse > (_root.tio._x - 110)) {
_root.tio.gotoAndStop(206);
} else {
_root.tio.gotoAndStop(201);
}
}
if (((_root.accion == "stand_i") && (_root.firing == "1")) && (_root.tio._y > 320)) {
if (_root._xmouse > (_root.tio._x + 140)) {
_root.tio.gotoAndStop(247);
} else if (_root._xmouse > (_root.tio._x + 100)) {
_root.tio.gotoAndStop(242);
} else if (_root._xmouse > (_root.tio._x + 100)) {
_root.tio.gotoAndStop(237);
} else if (_root._xmouse > (_root.tio._x + 30)) {
_root.tio.gotoAndStop(232);
} else if (_root._xmouse > _root.tio._x) {
_root.tio.gotoAndStop(227);
} else if (_root._xmouse > (_root.tio._x - 15)) {
_root.tio.gotoAndStop(222);
} else if (_root._xmouse > (_root.tio._x - 40)) {
_root.tio.gotoAndStop(217);
} else if (_root._xmouse > (_root.tio._x - 60)) {
_root.tio.gotoAndStop(212);
} else if (_root._xmouse > (_root.tio._x - 110)) {
_root.tio.gotoAndStop(207);
} else {
_root.tio.gotoAndStop(202);
}
}
if ((((_root.accion == "salto_s_i") || (_root.accion == "salto_s_d")) || (_root.accion == "salto_d")) || (_root.accion == "salto_i")) {
if (_root.accion == "stand_i") {
_root.accion = "salto_s_i";
_root.tio.gotoAndStop(280);
}
if (_root.accion == "stand_d") {
_root.accion = "salto_s_d";
_root.tio.gotoAndStop(80);
}
if (_root.y_speed > -12) {
_root.tio._y = _root.tio._y - _root.y_speed;
_root.y_speed = _root.y_speed - 2;
if (_root.accion == "salto_i") {
if ((_root.saltospeed - 20) < -10) {
_root.saltospeed = 10;
}
if ((_root.saltospeed - 20) > 10) {
_root.saltospeed = 30;
}
if (_root.pared1.hitTest(_root.tio._x, _root.tio._y, true) and ((_root.saltospeed - 20) < 0)) {
_root.saltospeed = 20;
}
_root.tio._x = _root.tio._x + (_root.saltospeed - 20);
}
if (_root.accion == "salto_s_i") {
if ((_root.saltospeed - 10) < -10) {
_root.saltospeed = 0;
}
if ((_root.saltospeed - 10) > 10) {
_root.saltospeed = 20;
}
if (_root.pared1.hitTest(_root.tio._x, _root.tio._y, true) and ((_root.saltospeed - 10) < 0)) {
_root.saltospeed = 10;
} else if (_root.pared2.hitTest(_root.tio._x, _root.tio._y, true) and ((_root.saltospeed - 10) > 0)) {
_root.saltospeed = 10;
}
_root.tio._x = _root.tio._x + (_root.saltospeed - 10);
}
if (_root.accion == "salto_s_d") {
if ((_root.saltospeed - 10) < -10) {
_root.saltospeed = 0;
}
if ((_root.saltospeed - 10) > 10) {
_root.saltospeed = 20;
}
if (_root.pared2.hitTest(_root.tio._x, _root.tio._y, true) and ((_root.saltospeed - 10) > 0)) {
_root.saltospeed = 10;
} else if (_root.pared1.hitTest(_root.tio._x, _root.tio._y, true) and ((_root.saltospeed - 10) < 0)) {
_root.saltospeed = 10;
}
_root.tio._x = _root.tio._x + (_root.saltospeed - 10);
}
if (_root.accion == "salto_d") {
if (_root.saltospeed > 10) {
_root.saltospeed = 10;
}
if (_root.saltospeed < -10) {
_root.saltospeed = -10;
}
if (_root.pared2.hitTest(_root.tio._x, _root.tio._y, true) and (_root.saltospeed > 0)) {
_root.saltospeed = 0;
}
_root.tio._x = _root.tio._x + _root.saltospeed;
}
} else {
if (_root.accion == "salto_i") {
if ((_root.saltospeed - 20) < -10) {
_root.saltospeed = 10;
}
if (_root.pared1.hitTest(_root.tio._x, _root.tio._y, true) and ((_root.saltospeed - 20) < 0)) {
_root.saltospeed = 20;
}
_root.tio._x = _root.tio._x + (_root.saltospeed - 20);
}
if (_root.accion == "salto_s_i") {
if ((_root.saltospeed - 10) < -10) {
_root.saltospeed = 0;
}
if ((_root.saltospeed - 10) > 10) {
_root.saltospeed = 20;
}
if (_root.pared1.hitTest(_root.tio._x, _root.tio._y, true) and ((_root.saltospeed - 10) < 0)) {
_root.saltospeed = 10;
} else if (_root.pared2.hitTest(_root.tio._x, _root.tio._y, true) and ((_root.saltospeed - 10) > 0)) {
_root.saltospeed = 10;
}
_root.tio._x = _root.tio._x + (_root.saltospeed - 10);
}
if (_root.accion == "salto_s_d") {
if ((_root.saltospeed - 10) < -10) {
_root.saltospeed = 0;
}
if ((_root.saltospeed - 10) > 10) {
_root.saltospeed = 20;
}
if (_root.pared2.hitTest(_root.tio._x, _root.tio._y, true) and ((_root.saltospeed - 10) > 0)) {
_root.saltospeed = 10;
_root.m_x = _root.m_x + 4;
} else if (_root.pared1.hitTest(_root.tio._x, _root.tio._y, true) and ((_root.saltospeed - 10) < 0)) {
_root.saltospeed = 10;
}
_root.tio._x = _root.tio._x + (_root.saltospeed - 10);
}
if (_root.accion == "salto_d") {
if (_root.saltospeed > 10) {
_root.saltospeed = 10;
}
if (_root.pared2.hitTest(_root.tio._x, _root.tio._y, true) and (_root.saltospeed > 0)) {
_root.saltospeed = 0;
_root.m_x = _root.m_x + 6;
}
_root.tio._x = _root.tio._x + _root.saltospeed;
}
_root.tio._y = _root.tio._y - _root.y_speed;
gotoAndStop (1);
_root.saltospeed = 10;
_root.y_speed = 12;
_root.accion = "cayendo";
_root.time_cansao = _root.time_cansao_t;
}
}
if (((_root.accion == "salto_d") && (_root.pared2.hitTest(_root.tio._x, _root.tio._y, true))) && (_root.pared_mov == 1)) {
_root.m_x = _root.m_x + 6;
}
if (((_root.accion == "salto_s_d") && (_root.pared2.hitTest(_root.tio._x, _root.tio._y, true))) && (_root.pared_mov == 1)) {
_root.m_x = _root.m_x + 4;
}
if ((_root.accion == "salto_d") or (_root.accion == "salto_s_d")) {
if (_root.firing != "1") {
if (_root._xmouse > (this._x + 160)) {
this.torso.gotoAndStop(1);
} else if (_root._xmouse > (this._x + 100)) {
this.torso.gotoAndStop(3);
} else if (_root._xmouse > (this._x + 50)) {
this.torso.gotoAndStop(5);
} else if (_root._xmouse > (this._x + 20)) {
this.torso.gotoAndStop(7);
} else if (_root._xmouse > (this._x - 15)) {
this.torso.gotoAndStop(9);
} else if (_root._xmouse > (this._x - 40)) {
this.torso.gotoAndStop(11);
} else if (_root._xmouse > (this._x - 130)) {
this.torso.gotoAndStop(13);
} else {
this.torso.gotoAndStop(15);
}
_root.texto = _root._xmouse;
}
if (_root.firing == "1") {
if (_root._xmouse > (this._x + 160)) {
this.torso.gotoAndStop(2);
} else if (_root._xmouse > (this._x + 100)) {
this.torso.gotoAndStop(4);
} else if (_root._xmouse > (this._x + 50)) {
this.torso.gotoAndStop(6);
} else if (_root._xmouse > (this._x + 20)) {
this.torso.gotoAndStop(8);
} else if (_root._xmouse > (this._x - 15)) {
this.torso.gotoAndStop(10);
} else if (_root._xmouse > (this._x - 40)) {
this.torso.gotoAndStop(12);
} else if (_root._xmouse > (this._x - 130)) {
this.torso.gotoAndStop(14);
} else {
this.torso.gotoAndStop(16);
}
_root.texto = _root._xmouse;
}
}
if ((_root.accion == "salto_i") or (_root.accion == "salto_s_i")) {
if (_root.firing != "1") {
if (_root._xmouse > (this._x + 110)) {
this.torso.gotoAndStop(15);
} else if (_root._xmouse > (this._x + 80)) {
this.torso.gotoAndStop(13);
} else if (_root._xmouse > (this._x + 40)) {
this.torso.gotoAndStop(11);
} else if (_root._xmouse > (this._x + 20)) {
this.torso.gotoAndStop(9);
} else if (_root._xmouse > (this._x - 15)) {
this.torso.gotoAndStop(7);
} else if (_root._xmouse > (this._x - 40)) {
this.torso.gotoAndStop(5);
} else if (_root._xmouse > (this._x - 100)) {
this.torso.gotoAndStop(3);
} else {
this.torso.gotoAndStop(1);
}
_root.texto = _root._xmouse;
}
if (_root.firing == "1") {
if (_root._xmouse > (this._x + 110)) {
this.torso.gotoAndStop(16);
} else if (_root._xmouse > (this._x + 80)) {
this.torso.gotoAndStop(14);
} else if (_root._xmouse > (this._x + 40)) {
this.torso.gotoAndStop(12);
} else if (_root._xmouse > (this._x + 20)) {
this.torso.gotoAndStop(10);
} else if (_root._xmouse > (this._x - 15)) {
this.torso.gotoAndStop(8);
} else if (_root._xmouse > (this._x - 40)) {
this.torso.gotoAndStop(6);
} else if (_root._xmouse > (this._x - 100)) {
this.torso.gotoAndStop(4);
} else {
this.torso.gotoAndStop(2);
}
_root.texto = _root._xmouse;
}
}
if (_root.pared1.hitTest(this._x, this._y, true) || (_root.pared2.hitTest(this._x, this._y, true))) {
if (_root.pared_mov == 1) {
if (_root.accion == "rodando_d") {
_root.m_x = _root.m_x + 7;
}
}
} else if (_root.accion == "rodando_d") {
_root.tio._x = _root.tio._x + 10;
} else if (_root.accion == "rodando_i") {
_root.tio._x = _root.tio._x - 10;
}
}
tiomovx = this._x - anteriorx;
tiomovy = this._y - anteriory;
if ((Key.isDown(17) || (Key.isDown(32))) || (Key.isDown(16))) {
_root.granada.gotoAndPlay(2);
if (((((_root.grana == "available") && (_root.granadas > 0)) && (_root.accion != "agachao")) && (_root.accion != "muerto")) && (_root.accion != "muerto_s")) {
_root.granadas--;
_root.hud_granas.gotoAndStop(_root.granadas + 1);
if ((_root.accion == "stand_i") || (_root.accion == "stand_d")) {
_root.tio.gotoAndPlay(53);
_root.accion = "granada";
_root.mundo.media_marcas.granada_voladora.duplicateMovieClip("granada1_" + _root.k, _root.k + 600);
_root.mundo.media_marcas["granada1_" + _root.k]._x = this._x + _root.m_x;
_root.mundo.media_marcas["granada1_" + _root.k]._y = this._y;
_root.mundo.media_marcas["granada1_" + _root.k].gotoAndPlay(2);
_root.k++;
_root.mundo.granada_alante.duplicateMovieClip("granada2_" + _root.k, _root.k + 700);
_root.mundo["granada2_" + _root.k]._x = this._x + _root.m_x;
_root.mundo["granada2_" + _root.k]._y = this._y;
_root.mundo["granada2_" + _root.k].gotoAndPlay(2);
_root.k++;
_root.grana = "no";
} else {
_root.tio.torso.brazo.gotoAndPlay(15);
_root.mundo.media_marcas.granada_voladora.duplicateMovieClip("granada1_" + _root.k, _root.k + 600);
_root.mundo.media_marcas["granada1_" + _root.k]._x = (this._x + _root.m_x) + (tiomovx * 2.5);
_root.mundo.media_marcas["granada1_" + _root.k]._y = this._y + (tiomovy * 2.5);
_root.mundo.media_marcas["granada1_" + _root.k].gotoAndPlay(2);
_root.k++;
_root.mundo.granada_alante.duplicateMovieClip("granada2_" + _root.k, _root.k + 700);
_root.mundo["granada2_" + _root.k]._x = (this._x + _root.m_x) + (tiomovx * 2.5);
_root.mundo["granada2_" + _root.k]._y = this._y + (tiomovy * 2.5);
_root.mundo["granada2_" + _root.k].gotoAndPlay(2);
_root.k++;
_root.grana = "no";
}
}
}
if ((_root.tio._currentframe == 85) || (_root.tio._currentframe == 285)) {
if (_root.y_speed > -12) {
_root.tio._y = _root.tio._y - _root.y_speed;
_root.y_speed = _root.y_speed - 2;
if (_root.accion == "sj_i") {
if (_root.pared1.hitTest(_root.tio._x, _root.tio._y, true)) {
} else {
_root.tio._x = _root.tio._x - 12;
}
} else if (_root.accion == "sj_d") {
if (_root.pared2.hitTest(_root.tio._x, _root.tio._y, true)) {
if (_root.pared_mov == 1) {
_root.m_x = _root.m_x + 7;
}
} else {
_root.tio._x = _root.tio._x + 12;
}
}
} else {
_root.tio._y = _root.tio._y - _root.y_speed;
_root.y_speed = 12;
if (_root.tio._currentframe == 285) {
_root.accion = "cayendo_sj_i";
if (_root.pared1.hitTest(_root.tio._x, _root.tio._y, true)) {
} else {
_root.tio._x = _root.tio._x - 6;
}
} else if (_root.tio._currentframe == 85) {
_root.accion = "cayendo_sj_d";
if (_root.pared2.hitTest(_root.tio._x, _root.tio._y, true)) {
if (_root.pared_mov == 1) {
_root.m_x = _root.m_x + 6;
}
} else {
_root.tio._x = _root.tio._x + 6;
}
}
}
}
anteriorx = this._x;
anteriory = this._y;
if ((((((((_root.accion != "salto_d") && (_root.accion != "muerte_s")) && (_root.accion != "salto_i")) && (_root.accion != "salto_s_d")) && (_root.accion != "salto_s_i")) && (_root.accion != "sj_d")) && (_root.accion != "sj_i")) && (this._y < 320)) {
if (Key.isDown(39) || (Key.isDown(65))) {
this.gotoAndStop(285);
_root.accion = "sj_i";
} else if (Key.isDown(39) || (Key.isDown(68))) {
this.gotoAndStop(85);
_root.accion = "sj_d";
} else {
this.gotoAndStop(80);
_root.accion = "salto_s_d";
_root.tio.torso.brazo.gotoAndStop(3);
_root.salto.gotoAndPlay(2);
_root.saltospeed = _root.myspeed;
}
}
}
Instance of Symbol 1620 MovieClip "combocount" in Frame 19
onClipEvent (load) {
numcombo = 0;
}
onClipEvent (enterFrame) {
if (_root.dificultad != 0) {
if ((numcombo < _root.combo.num) and (_root.combo.num > 1)) {
this.gotoAndPlay(2);
numcombo = _root.combo.num;
}
vidascale = 100 - _root.vida._xscale;
vida1 = Math.round(_root.vida_total + vidascale);
_root.dif = 20 * _root.dificultad;
if (((_root.score - _root.diferencia_score) > (20 * _root.dificultad)) and (_root.vida._xscale > 0)) {
if ((_root.dificultad < 100) and ((_root.vida_diferencia2 + 20) > vida1)) {
_root.dificultad = _root.dificultad + 1;
_root.tio.hit.hitdificultad._xscale = _root.dificultad;
_root.tio.hit.hitdificultad._yscale = _root.dificultad;
}
_root.diferencia_score = _root.diferencia_score + 1000;
_root.vida_diferencia2 = vida1;
}
if (((_root.vida_diferencia + 40) < vida1) and (_root.vida._xscale > 0)) {
if (((_root.score - _root.diferencia_score_vida) < 700) and (_root.dificultad > 60)) {
_root.dificultad = _root.dificultad - 5;
_root.tio.hit.hitdificultad._xscale = _root.dificultad;
_root.tio.hit.hitdificultad._yscale = _root.dificultad;
}
_root.diferencia_score = _root.score;
_root.vida_diferencia = vida1;
_root.diferencia_score_vida = _root.score;
}
}
}
Instance of Symbol 1446 MovieClip in Frame 19
onClipEvent (enterFrame) {
if (_root.vida._xscale > 0) {
_root.vidanumero = Math.floor(_root.vida._xscale);
} else {
_root.vidanumero = 0;
}
}
Frame 20
gotoAndStop (1);
Instance of Symbol 1620 MovieClip "combocount" in Frame 20
onClipEvent (load) {
numcombo = 0;
}
onClipEvent (enterFrame) {
if ((numcombo < _root.combo.num) and (_root.combo.num > 1)) {
this.gotoAndPlay(2);
numcombo = _root.combo.num;
}
vidascale = 100 - _root.vida._xscale;
vida1 = Math.round(_root.vida_total + vidascale);
if (((_root.score - _root.diferencia_score) > 1000) and (_root.vida._xscale > 0)) {
if ((_root.dificultad < 100) and ((_root.vida_diferencia2 + 20) > vida1)) {
_root.dificultad = _root.dificultad + 5;
}
_root.diferencia_score = _root.diferencia_score + 1000;
_root.vida_diferencia2 = vida1;
}
if (((_root.vida_diferencia + 40) < vida1) and (_root.vida._xscale > 0)) {
if (((_root.score - _root.diferencia_score_vida) < 700) and (_root.dificultad > 40)) {
_root.dificultad = _root.dificultad - 5;
}
_root.diferencia_score = _root.score;
_root.vida_diferencia = vida1;
_root.diferencia_score_vida = _root.score;
}
}
Instance of Symbol 1613 MovieClip "tio" in Frame 20
onClipEvent (enterFrame) {
_root.ti = _root.tio._currentframe;
_root.frame = _root.tio._currentFrame;
_root.newframe = 1;
if (_root.time_cansao > 0) {
_root.time_cansao--;
}
if (_root.sj_dispo >= 0) {
_root.sj_dispo--;
}
if (_root.pared2.hitTest(this._x - 10, this._y, true) && (_root.pared_mov == 1)) {
if (((_root.accion == "stand_i") || (_root.accion == "stand_d")) || (_root.accion == "agachao")) {
_root.m_x = _root.m_x + (_root.mySpeed / 1.5);
this._x = this._x - (_root.mySpeed / 1.5);
}
}
if (_root.vida._xscale <= 3) {
if (((((((_root.accion == "muerto_s") || (_root.accion == "salto_s_i")) || (_root.accion == "salto_s_d")) || (_root.accion == "salto_d")) || (_root.accion == "salto_i")) || (_root.accion == "sj_d")) || (_root.accion == "sj_i")) {
if ((_root.accion != "muerto") && (_root.accion != "muerto_s")) {
if ((_root.accion == "salto_i") || (_root.accion == "sj_i")) {
muertospeed = -5;
} else if ((_root.accion == "salto_d") || (_root.accion == "sj_d")) {
muertospeed = 5;
}
_root.vida._y = 500;
this.gotoAndPlay(170);
_root.accion = "muerto_s";
}
if (this._y < 320) {
this._y = this._y - _root.y_speed;
_root.y_speed = _root.y_speed - 2;
this._x = this._x + muertospeed;
}
} else if ((_root.accion != "muerto") && (_root.accion != "muerto_s")) {
_root.vida._y = 500;
this.gotoAndPlay(170);
_root.accion = "muerto";
}
} else {
if (_root.accion == "cayendo_sj_i") {
if (Key.isDown(40) || (Key.isDown(83))) {
_root.accion = "rodando_i";
this.gotoAndStop(290);
} else {
_root.accion = "arrastrando_i";
this.gotoAndStop(295);
}
} else if (_root.accion == "cayendo_sj_d") {
if (Key.isDown(40) || (Key.isDown(83))) {
_root.accion = "rodando_d";
this.gotoAndStop(90);
} else {
_root.accion = "arrastrando_d";
this.gotoAndStop(95);
}
}
if (Key.isDown(38) || (Key.isDown(87))) {
if (_root.time_cansao <= 0) {
if (_root.sj_dispo > 0) {
if (_root.accion == "corriendo_d") {
this.gotoAndStop(85);
_root.accion = "sj_d";
} else if (_root.accion == "corriendo_i") {
this.gotoAndStop(285);
_root.accion = "sj_i";
}
} else if (_root.sj_dispo <= 0) {
if (_root.accion == "corriendo_d") {
this.gotoAndStop(75);
_root.accion = "salto_d";
_root.tio.torso.brazo.gotoAndStop(3);
_root.salto.gotoAndPlay(2);
_root.saltospeed = _root.myspeed;
} else if (_root.accion == "stand_d") {
this.gotoAndStop(80);
_root.accion = "salto_s_d";
_root.tio.torso.brazo.gotoAndStop(3);
_root.salto.gotoAndPlay(2);
_root.saltospeed = _root.myspeed;
} else if (_root.accion == "stand_i") {
this.gotoAndStop(280);
_root.accion = "salto_s_i";
_root.tio.torso.brazo.gotoAndStop(3);
_root.salto.gotoAndPlay(2);
_root.saltospeed = _root.myspeed;
} else if (_root.accion == "corriendo_i") {
this.gotoAndStop(275);
_root.accion = "salto_i";
_root.tio.torso.brazo.gotoAndStop(3);
_root.salto.gotoAndPlay(2);
_root.saltospeed = _root.myspeed;
}
}
}
}
if (Key.isDown(39) || (Key.isDown(68))) {
if (_root.pared2.hitTest(this._x, this._y, true) || (_root.accion == "agachao")) {
if (_root.pared2.hitTest(this._x, this._y, true) && (_root.pared_mov == 1)) {
if ((_root.accion != "sj_i") && (_root.accion != "sj_d")) {
if (((((_root.accion == "corriendo_i") || (_root.accion == "corriendo_d")) || (_root.accion == "cayendo")) || (_root.accion == "cayendo_sj_i")) || (_root.accion == "cayendo_sj_d")) {
_root.m_x = _root.m_x + (_root.mySpeed / 1.5);
} else if ((((_root.accion == "salto_i") || (_root.accion == "salto_d")) || (_root.accion == "salto_s_i")) || (_root.accion == "salto_s_d")) {
_root.saltospeed = _root.saltospeed + _root.aircontrol;
}
}
}
} else if ((_root.accion != "sj_i") && (_root.accion != "sj_d")) {
if (((((_root.accion == "corriendo_i") || (_root.accion == "corriendo_d")) || (_root.accion == "cayendo")) || (_root.accion == "cayendo_sj_i")) || (_root.accion == "cayendo_sj_d")) {
_root.tio._x = _root.tio._x + _root.mySpeed;
} else if ((((_root.accion == "salto_i") || (_root.accion == "salto_d")) || (_root.accion == "salto_s_i")) || (_root.accion == "salto_s_d")) {
_root.saltospeed = _root.saltospeed + _root.aircontrol;
}
}
} else if (Key.isDown(37) || (Key.isDown(65))) {
if (_root.pared1.hitTest(this._x, this._y, true) || (_root.accion == "agachao")) {
} else if ((_root.accion != "sj_i") && (_root.accion != "sj_d")) {
if (((((_root.accion == "corriendo_i") || (_root.accion == "corriendo_d")) || (_root.accion == "cayendo")) || (_root.accion == "cayendo_sj_i")) || (_root.accion == "cayendo_sj_d")) {
_root.tio._x = _root.tio._x - _root.myspeed;
} else if ((((_root.accion == "salto_i") || (_root.accion == "salto_d")) || (_root.accion == "salto_s_i")) || (_root.accion == "salto_s_d")) {
_root.saltospeed = _root.saltospeed - _root.aircontrol;
}
}
} else if (Key.isDown(40) || (Key.isDown(83))) {
if (((((((((((_root.accion != "agachao") && (_root.accion != "salto_i")) && (_root.accion != "salto_d")) && (_root.accion != "salto_s_i")) && (_root.accion != "salto_s_d")) && (_root.accion != "sj_i")) && (_root.accion != "sj_d")) && (_root.accion != "arrastrando_d")) && (_root.accion != "arrastrando_i")) && (_root.accion != "rodando_d")) && (_root.accion != "rodando_i")) {
this.gotoAndStop(100);
_root.accion = "agachao";
}
} else if (_root.accion != "agachao") {
if ((_root.accion == "corriendo_d") or (_root.accion == "cayendo")) {
_root.accion = "stand_d";
}
if (_root.accion == "corriendo_i") {
_root.accion = "stand_i";
}
}
if (Key.isDown(40) || (Key.isDown(83))) {
_root.sj_dispo = _root.sj_t;
} else if (_root.accion == "agachao") {
this.gotoAndStop(105);
_root.accion = "desagachao";
}
_root.texto = _root._xmouse;
if (((_root.accion == "stand_d") && (_root.firing != "1")) && (_root.tio._y > 320)) {
if (_root._xmouse > (_root.tio._x + 140)) {
_root.tio.gotoAndStop(46);
} else if (_root._xmouse > (_root.tio._x + 100)) {
_root.tio.gotoAndStop(41);
} else if (_root._xmouse > (_root.tio._x + 60)) {
_root.tio.gotoAndStop(36);
} else if (_root._xmouse > (_root.tio._x + 30)) {
_root.tio.gotoAndStop(31);
} else if (_root._xmouse > _root.tio._x) {
_root.tio.gotoAndStop(26);
} else if (_root._xmouse > (_root.tio._x - 15)) {
_root.tio.gotoAndStop(21);
} else if (_root._xmouse > (_root.tio._x - 40)) {
_root.tio.gotoAndStop(16);
} else if (_root._xmouse > (_root.tio._x - 60)) {
_root.tio.gotoAndStop(11);
} else if (_root._xmouse > (_root.tio._x - 110)) {
_root.tio.gotoAndStop(6);
} else {
_root.tio.gotoAndStop(1);
}
}
if (((_root.accion == "stand_d") && (_root.firing == "1")) && (_root.tio._y > 320)) {
if (_root._xmouse > (_root.tio._x + 140)) {
_root.tio.gotoAndStop(47);
} else if (_root._xmouse > (_root.tio._x + 100)) {
_root.tio.gotoAndStop(42);
} else if (_root._xmouse > (_root.tio._x + 100)) {
_root.tio.gotoAndStop(37);
} else if (_root._xmouse > (_root.tio._x + 30)) {
_root.tio.gotoAndStop(32);
} else if (_root._xmouse > _root.tio._x) {
_root.tio.gotoAndStop(27);
} else if (_root._xmouse > (_root.tio._x - 15)) {
_root.tio.gotoAndStop(22);
} else if (_root._xmouse > (_root.tio._x - 40)) {
_root.tio.gotoAndStop(17);
} else if (_root._xmouse > (_root.tio._x - 60)) {
_root.tio.gotoAndStop(12);
} else if (_root._xmouse > (_root.tio._x - 110)) {
_root.tio.gotoAndStop(7);
} else {
_root.tio.gotoAndStop(2);
}
}
if (Key.isDown(39) || ((Key.isDown(68) && (_root.accion != "agachao")) && (_root.tio._y > 320))) {
if (_root.accion != "corriendo_d") {
if ((((((((((((_root.accion != "salto_s_d") && (_root.accion != "salto_d")) && (_root.accion != "salto_s_i")) && (_root.accion != "salto_i")) && (_root.accion != "sj_i")) && (_root.accion != "sj_d")) && (_root.accion != "cayendo_sj_d")) && (_root.accion != "cayendo_sj_i")) && (_root.accion != "rodando_i")) && (_root.accion != "rodando_d")) && (_root.accion != "arrastrando_i")) && (_root.accion != "arrastrando_d")) {
this.gotoAndPlay(60);
_root.accion = "corriendo_d";
}
} else if (_root.ti < 60) {
this.gotoAndPlay(60);
}
if (_root.firing != "1") {
if (_root._xmouse > (this._x + 160)) {
this.torso.gotoAndStop(1);
} else if (_root._xmouse > (this._x + 100)) {
this.torso.gotoAndStop(3);
} else if (_root._xmouse > (this._x + 50)) {
this.torso.gotoAndStop(5);
} else if (_root._xmouse > (this._x + 20)) {
this.torso.gotoAndStop(7);
} else if (_root._xmouse > (this._x - 15)) {
this.torso.gotoAndStop(9);
} else if (_root._xmouse > (this._x - 40)) {
this.torso.gotoAndStop(11);
} else if (_root._xmouse > (this._x - 130)) {
this.torso.gotoAndStop(13);
} else {
this.torso.gotoAndStop(15);
}
_root.texto = _root._xmouse;
}
if (_root.firing == "1") {
if (_root._xmouse > (this._x + 160)) {
this.torso.gotoAndStop(2);
} else if (_root._xmouse > (this._x + 100)) {
this.torso.gotoAndStop(4);
} else if (_root._xmouse > (this._x + 50)) {
this.torso.gotoAndStop(6);
} else if (_root._xmouse > (this._x + 20)) {
this.torso.gotoAndStop(8);
} else if (_root._xmouse > (this._x - 15)) {
this.torso.gotoAndStop(10);
} else if (_root._xmouse > (this._x - 40)) {
this.torso.gotoAndStop(12);
} else if (_root._xmouse > (this._x - 130)) {
this.torso.gotoAndStop(14);
} else {
this.torso.gotoAndStop(16);
}
_root.texto = _root._xmouse;
}
} else if (Key.isDown(37) || ((Key.isDown(65) && (_root.accion != "agachao")) && (_root.tio._y > 320))) {
if (_root.accion != "corriendo_i") {
if ((((((((((((((_root.accion != "salto_s_i") && (_root.accion != "salto_i")) && (_root.accion != "salto_s_d")) && (_root.accion != "salto_d")) && (_root.accion != "sj_i")) && (_root.accion != "sj_d")) && (_root.accion != "cayendo_sj_d")) && (_root.accion != "cayendo_sj_i")) && (_root.accion != "rodando_i")) && (_root.accion != "rodando_d")) && (_root.accion != "arrastrando_i")) && (_root.accion != "arrastrando_d")) && (_root.accion != "cayendo_sj_d")) && (_root.accion != "cayendo_sj_i")) {
this.gotoAndPlay(260);
_root.accion = "corriendo_i";
}
} else if (_root.ti < 260) {
this.gotoAndPlay(60);
}
if (_root.firing != "1") {
if (_root._xmouse > (this._x + 110)) {
this.torso.gotoAndStop(15);
} else if (_root._xmouse > (this._x + 80)) {
this.torso.gotoAndStop(13);
} else if (_root._xmouse > (this._x + 40)) {
this.torso.gotoAndStop(11);
} else if (_root._xmouse > (this._x + 20)) {
this.torso.gotoAndStop(9);
} else if (_root._xmouse > (this._x - 15)) {
this.torso.gotoAndStop(7);
} else if (_root._xmouse > (this._x - 40)) {
this.torso.gotoAndStop(5);
} else if (_root._xmouse > (this._x - 100)) {
this.torso.gotoAndStop(3);
} else {
this.torso.gotoAndStop(1);
}
_root.texto = _root._xmouse;
}
if (_root.firing == "1") {
if (_root._xmouse > (this._x + 110)) {
this.torso.gotoAndStop(16);
} else if (_root._xmouse > (this._x + 80)) {
this.torso.gotoAndStop(14);
} else if (_root._xmouse > (this._x + 40)) {
this.torso.gotoAndStop(12);
} else if (_root._xmouse > (this._x + 20)) {
this.torso.gotoAndStop(10);
} else if (_root._xmouse > (this._x - 15)) {
this.torso.gotoAndStop(8);
} else if (_root._xmouse > (this._x - 40)) {
this.torso.gotoAndStop(6);
} else if (_root._xmouse > (this._x - 100)) {
this.torso.gotoAndStop(4);
} else {
this.torso.gotoAndStop(2);
}
_root.texto = _root._xmouse;
}
}
if (((_root.accion == "stand_i") && (_root.firing != "1")) && (_root.tio._y > 320)) {
if (_root._xmouse > (_root.tio._x + 140)) {
_root.tio.gotoAndStop(246);
} else if (_root._xmouse > (_root.tio._x + 100)) {
_root.tio.gotoAndStop(241);
} else if (_root._xmouse > (_root.tio._x + 60)) {
_root.tio.gotoAndStop(236);
} else if (_root._xmouse > (_root.tio._x + 30)) {
_root.tio.gotoAndStop(231);
} else if (_root._xmouse > _root.tio._x) {
_root.tio.gotoAndStop(226);
} else if (_root._xmouse > (_root.tio._x - 15)) {
_root.tio.gotoAndStop(221);
} else if (_root._xmouse > (_root.tio._x - 40)) {
_root.tio.gotoAndStop(216);
} else if (_root._xmouse > (_root.tio._x - 60)) {
_root.tio.gotoAndStop(211);
} else if (_root._xmouse > (_root.tio._x - 110)) {
_root.tio.gotoAndStop(206);
} else {
_root.tio.gotoAndStop(201);
}
}
if (((_root.accion == "stand_i") && (_root.firing == "1")) && (_root.tio._y > 320)) {
if (_root._xmouse > (_root.tio._x + 140)) {
_root.tio.gotoAndStop(247);
} else if (_root._xmouse > (_root.tio._x + 100)) {
_root.tio.gotoAndStop(242);
} else if (_root._xmouse > (_root.tio._x + 100)) {
_root.tio.gotoAndStop(237);
} else if (_root._xmouse > (_root.tio._x + 30)) {
_root.tio.gotoAndStop(232);
} else if (_root._xmouse > _root.tio._x) {
_root.tio.gotoAndStop(227);
} else if (_root._xmouse > (_root.tio._x - 15)) {
_root.tio.gotoAndStop(222);
} else if (_root._xmouse > (_root.tio._x - 40)) {
_root.tio.gotoAndStop(217);
} else if (_root._xmouse > (_root.tio._x - 60)) {
_root.tio.gotoAndStop(212);
} else if (_root._xmouse > (_root.tio._x - 110)) {
_root.tio.gotoAndStop(207);
} else {
_root.tio.gotoAndStop(202);
}
}
if ((((_root.accion == "salto_s_i") || (_root.accion == "salto_s_d")) || (_root.accion == "salto_d")) || (_root.accion == "salto_i")) {
if (_root.accion == "stand_i") {
_root.accion = "salto_s_i";
_root.tio.gotoAndStop(280);
}
if (_root.accion == "stand_d") {
_root.accion = "salto_s_d";
_root.tio.gotoAndStop(80);
}
if (_root.y_speed > -12) {
_root.tio._y = _root.tio._y - _root.y_speed;
_root.y_speed = _root.y_speed - 2;
if (_root.accion == "salto_i") {
if ((_root.saltospeed - 20) < -10) {
_root.saltospeed = 10;
}
if ((_root.saltospeed - 20) > 10) {
_root.saltospeed = 30;
}
if (_root.pared1.hitTest(_root.tio._x, _root.tio._y, true) and ((_root.saltospeed - 20) < 0)) {
_root.saltospeed = 20;
}
_root.tio._x = _root.tio._x + (_root.saltospeed - 20);
}
if (_root.accion == "salto_s_i") {
if ((_root.saltospeed - 10) < -10) {
_root.saltospeed = 0;
}
if ((_root.saltospeed - 10) > 10) {
_root.saltospeed = 20;
}
if (_root.pared1.hitTest(_root.tio._x, _root.tio._y, true) and ((_root.saltospeed - 10) < 0)) {
_root.saltospeed = 10;
} else if (_root.pared2.hitTest(_root.tio._x, _root.tio._y, true) and ((_root.saltospeed - 10) > 0)) {
_root.saltospeed = 10;
}
_root.tio._x = _root.tio._x + (_root.saltospeed - 10);
}
if (_root.accion == "salto_s_d") {
if ((_root.saltospeed - 10) < -10) {
_root.saltospeed = 0;
}
if ((_root.saltospeed - 10) > 10) {
_root.saltospeed = 20;
}
if (_root.pared2.hitTest(_root.tio._x, _root.tio._y, true) and ((_root.saltospeed - 10) > 0)) {
_root.saltospeed = 10;
} else if (_root.pared1.hitTest(_root.tio._x, _root.tio._y, true) and ((_root.saltospeed - 10) < 0)) {
_root.saltospeed = 10;
}
_root.tio._x = _root.tio._x + (_root.saltospeed - 10);
}
if (_root.accion == "salto_d") {
if (_root.saltospeed > 10) {
_root.saltospeed = 10;
}
if (_root.saltospeed < -10) {
_root.saltospeed = -10;
}
if (_root.pared2.hitTest(_root.tio._x, _root.tio._y, true) and (_root.saltospeed > 0)) {
_root.saltospeed = 0;
}
_root.tio._x = _root.tio._x + _root.saltospeed;
}
} else {
if (_root.accion == "salto_i") {
if ((_root.saltospeed - 20) < -10) {
_root.saltospeed = 10;
}
if (_root.pared1.hitTest(_root.tio._x, _root.tio._y, true) and ((_root.saltospeed - 20) < 0)) {
_root.saltospeed = 20;
}
_root.tio._x = _root.tio._x + (_root.saltospeed - 20);
}
if (_root.accion == "salto_s_i") {
if ((_root.saltospeed - 10) < -10) {
_root.saltospeed = 0;
}
if ((_root.saltospeed - 10) > 10) {
_root.saltospeed = 20;
}
if (_root.pared1.hitTest(_root.tio._x, _root.tio._y, true) and ((_root.saltospeed - 10) < 0)) {
_root.saltospeed = 10;
} else if (_root.pared2.hitTest(_root.tio._x, _root.tio._y, true) and ((_root.saltospeed - 10) > 0)) {
_root.saltospeed = 10;
}
_root.tio._x = _root.tio._x + (_root.saltospeed - 10);
}
if (_root.accion == "salto_s_d") {
if ((_root.saltospeed - 10) < -10) {
_root.saltospeed = 0;
}
if ((_root.saltospeed - 10) > 10) {
_root.saltospeed = 20;
}
if (_root.pared2.hitTest(_root.tio._x, _root.tio._y, true) and ((_root.saltospeed - 10) > 0)) {
_root.saltospeed = 10;
_root.m_x = _root.m_x + 4;
} else if (_root.pared1.hitTest(_root.tio._x, _root.tio._y, true) and ((_root.saltospeed - 10) < 0)) {
_root.saltospeed = 10;
}
_root.tio._x = _root.tio._x + (_root.saltospeed - 10);
}
if (_root.accion == "salto_d") {
if (_root.saltospeed > 10) {
_root.saltospeed = 10;
}
if (_root.pared2.hitTest(_root.tio._x, _root.tio._y, true) and (_root.saltospeed > 0)) {
_root.saltospeed = 0;
_root.m_x = _root.m_x + 6;
}
_root.tio._x = _root.tio._x + _root.saltospeed;
}
_root.tio._y = _root.tio._y - _root.y_speed;
gotoAndStop (1);
_root.saltospeed = 10;
_root.y_speed = 12;
_root.accion = "cayendo";
_root.time_cansao = _root.time_cansao_t;
}
}
if (((_root.accion == "salto_d") && (_root.pared2.hitTest(_root.tio._x, _root.tio._y, true))) && (_root.pared_mov == 1)) {
_root.m_x = _root.m_x + 6;
}
if (((_root.accion == "salto_s_d") && (_root.pared2.hitTest(_root.tio._x, _root.tio._y, true))) && (_root.pared_mov == 1)) {
_root.m_x = _root.m_x + 4;
}
if ((_root.accion == "salto_d") or (_root.accion == "salto_s_d")) {
if (_root.firing != "1") {
if (_root._xmouse > (this._x + 160)) {
this.torso.gotoAndStop(1);
} else if (_root._xmouse > (this._x + 100)) {
this.torso.gotoAndStop(3);
} else if (_root._xmouse > (this._x + 50)) {
this.torso.gotoAndStop(5);
} else if (_root._xmouse > (this._x + 20)) {
this.torso.gotoAndStop(7);
} else if (_root._xmouse > (this._x - 15)) {
this.torso.gotoAndStop(9);
} else if (_root._xmouse > (this._x - 40)) {
this.torso.gotoAndStop(11);
} else if (_root._xmouse > (this._x - 130)) {
this.torso.gotoAndStop(13);
} else {
this.torso.gotoAndStop(15);
}
_root.texto = _root._xmouse;
}
if (_root.firing == "1") {
if (_root._xmouse > (this._x + 160)) {
this.torso.gotoAndStop(2);
} else if (_root._xmouse > (this._x + 100)) {
this.torso.gotoAndStop(4);
} else if (_root._xmouse > (this._x + 50)) {
this.torso.gotoAndStop(6);
} else if (_root._xmouse > (this._x + 20)) {
this.torso.gotoAndStop(8);
} else if (_root._xmouse > (this._x - 15)) {
this.torso.gotoAndStop(10);
} else if (_root._xmouse > (this._x - 40)) {
this.torso.gotoAndStop(12);
} else if (_root._xmouse > (this._x - 130)) {
this.torso.gotoAndStop(14);
} else {
this.torso.gotoAndStop(16);
}
_root.texto = _root._xmouse;
}
}
if ((_root.accion == "salto_i") or (_root.accion == "salto_s_i")) {
if (_root.firing != "1") {
if (_root._xmouse > (this._x + 110)) {
this.torso.gotoAndStop(15);
} else if (_root._xmouse > (this._x + 80)) {
this.torso.gotoAndStop(13);
} else if (_root._xmouse > (this._x + 40)) {
this.torso.gotoAndStop(11);
} else if (_root._xmouse > (this._x + 20)) {
this.torso.gotoAndStop(9);
} else if (_root._xmouse > (this._x - 15)) {
this.torso.gotoAndStop(7);
} else if (_root._xmouse > (this._x - 40)) {
this.torso.gotoAndStop(5);
} else if (_root._xmouse > (this._x - 100)) {
this.torso.gotoAndStop(3);
} else {
this.torso.gotoAndStop(1);
}
_root.texto = _root._xmouse;
}
if (_root.firing == "1") {
if (_root._xmouse > (this._x + 110)) {
this.torso.gotoAndStop(16);
} else if (_root._xmouse > (this._x + 80)) {
this.torso.gotoAndStop(14);
} else if (_root._xmouse > (this._x + 40)) {
this.torso.gotoAndStop(12);
} else if (_root._xmouse > (this._x + 20)) {
this.torso.gotoAndStop(10);
} else if (_root._xmouse > (this._x - 15)) {
this.torso.gotoAndStop(8);
} else if (_root._xmouse > (this._x - 40)) {
this.torso.gotoAndStop(6);
} else if (_root._xmouse > (this._x - 100)) {
this.torso.gotoAndStop(4);
} else {
this.torso.gotoAndStop(2);
}
_root.texto = _root._xmouse;
}
}
if (_root.pared1.hitTest(this._x, this._y, true) || (_root.pared2.hitTest(this._x, this._y, true))) {
if (_root.pared_mov == 1) {
if (_root.accion == "rodando_d") {
_root.m_x = _root.m_x + 7;
}
}
} else if (_root.accion == "rodando_d") {
_root.tio._x = _root.tio._x + 10;
} else if (_root.accion == "rodando_i") {
_root.tio._x = _root.tio._x - 10;
}
}
tiomovx = this._x - anteriorx;
tiomovy = this._y - anteriory;
if ((Key.isDown(17) || (Key.isDown(32))) || (Key.isDown(16))) {
_root.granada.gotoAndPlay(2);
if (((((_root.grana == "available") && (_root.granadas > 0)) && (_root.accion != "agachao")) && (_root.accion != "muerto")) && (_root.accion != "muerto_s")) {
_root.granadas--;
_root.hud_granas.gotoAndStop(_root.granadas + 1);
if ((_root.accion == "stand_i") || (_root.accion == "stand_d")) {
_root.tio.gotoAndPlay(53);
_root.accion = "granada";
_root.mundo.media_marcas.granada_voladora.duplicateMovieClip("granada1_" + _root.k, _root.k + 600);
_root.mundo.media_marcas["granada1_" + _root.k]._x = this._x + _root.m_x;
_root.mundo.media_marcas["granada1_" + _root.k]._y = this._y;
_root.mundo.media_marcas["granada1_" + _root.k].gotoAndPlay(2);
_root.k++;
_root.mundo.granada_alante.duplicateMovieClip("granada2_" + _root.k, _root.k + 700);
_root.mundo["granada2_" + _root.k]._x = this._x + _root.m_x;
_root.mundo["granada2_" + _root.k]._y = this._y;
_root.mundo["granada2_" + _root.k].gotoAndPlay(2);
_root.k++;
_root.grana = "no";
} else {
_root.tio.torso.brazo.gotoAndPlay(15);
_root.mundo.media_marcas.granada_voladora.duplicateMovieClip("granada1_" + _root.k, _root.k + 600);
_root.mundo.media_marcas["granada1_" + _root.k]._x = (this._x + _root.m_x) + (tiomovx * 2.5);
_root.mundo.media_marcas["granada1_" + _root.k]._y = this._y + (tiomovy * 2.5);
_root.mundo.media_marcas["granada1_" + _root.k].gotoAndPlay(2);
_root.k++;
_root.mundo.granada_alante.duplicateMovieClip("granada2_" + _root.k, _root.k + 700);
_root.mundo["granada2_" + _root.k]._x = (this._x + _root.m_x) + (tiomovx * 2.5);
_root.mundo["granada2_" + _root.k]._y = this._y + (tiomovy * 2.5);
_root.mundo["granada2_" + _root.k].gotoAndPlay(2);
_root.k++;
_root.grana = "no";
}
}
}
if ((_root.tio._currentframe == 85) || (_root.tio._currentframe == 285)) {
if (_root.y_speed > -12) {
_root.tio._y = _root.tio._y - _root.y_speed;
_root.y_speed = _root.y_speed - 2;
if (_root.accion == "sj_i") {
if (_root.pared1.hitTest(_root.tio._x, _root.tio._y, true)) {
} else {
_root.tio._x = _root.tio._x - 12;
}
} else if (_root.accion == "sj_d") {
if (_root.pared2.hitTest(_root.tio._x, _root.tio._y, true)) {
if (_root.pared_mov == 1) {
_root.m_x = _root.m_x + 7;
}
} else {
_root.tio._x = _root.tio._x + 12;
}
}
} else {
_root.tio._y = _root.tio._y - _root.y_speed;
_root.y_speed = 12;
if (_root.tio._currentframe == 285) {
_root.accion = "cayendo_sj_i";
if (_root.pared1.hitTest(_root.tio._x, _root.tio._y, true)) {
} else {
_root.tio._x = _root.tio._x - 6;
}
} else if (_root.tio._currentframe == 85) {
_root.accion = "cayendo_sj_d";
if (_root.pared2.hitTest(_root.tio._x, _root.tio._y, true)) {
if (_root.pared_mov == 1) {
_root.m_x = _root.m_x + 6;
}
} else {
_root.tio._x = _root.tio._x + 6;
}
}
}
}
anteriorx = this._x;
anteriory = this._y;
if ((((((((_root.accion != "salto_d") && (_root.accion != "muerte_s")) && (_root.accion != "salto_i")) && (_root.accion != "salto_s_d")) && (_root.accion != "salto_s_i")) && (_root.accion != "sj_d")) && (_root.accion != "sj_i")) && (this._y < 320)) {
if (Key.isDown(39) || (Key.isDown(65))) {
this.gotoAndStop(285);
_root.accion = "sj_i";
} else if (Key.isDown(39) || (Key.isDown(68))) {
this.gotoAndStop(85);
_root.accion = "sj_d";
} else {
this.gotoAndStop(80);
_root.accion = "salto_s_d";
_root.tio.torso.brazo.gotoAndStop(3);
_root.salto.gotoAndPlay(2);
_root.saltospeed = _root.myspeed;
}
}
}
Symbol 6 MovieClip Frame 1
_root.cursor._x = _root._xmouse;
_root.cursor._y = _root._ymouse;
startDrag ("_root.cursor");
Mouse.hide();
Symbol 6 MovieClip Frame 15
Symbol 21 MovieClip Frame 6
stop();
Symbol 23 MovieClip Frame 1
stop();
Symbol 23 MovieClip Frame 10
stop();
Symbol 23 MovieClip Frame 23
stop();
Symbol 27 Button
on (rollOver) {
gotoAndPlay (3);
}
Symbol 67 MovieClip Frame 10
gotoAndPlay (1);
Symbol 96 MovieClip Frame 6
stop();
Symbol 112 MovieClip Frame 1
chispas_rotacion._rotation = random(359);
Symbol 113 MovieClip Frame 5
this.removeMovieClip();
Symbol 114 MovieClip Frame 4
stop();
Symbol 127 MovieClip Frame 1
sangrerot._rotation = random(359);
Symbol 128 MovieClip Frame 7
this.removeMovieClip();
Symbol 163 MovieClip Frame 6
gotoAndPlay (10);
Symbol 187 MovieClip Frame 15
stop();
Symbol 222 MovieClip Frame 11
stop();
Symbol 254 MovieClip Frame 1
speed_p = 12;
if (_root.pared2.hitTest(_root.tio._x, _root.tio._y, true) || (_root.pared1.hitTest(_root.tio._x, _root.tio._y, true))) {
if ((_root.pared_mov == 1) && (_root.pared2.hitTest(_root.tio._x, _root.tio._y, true))) {
if (_root.accion == "arrastrando_d") {
if (Key.isDown(37) || (Key.isDown(65))) {
speed_p = speed_p - 0.5;
}
}
_root.m_x = _root.m_x + (speed_p / 2);
if (_root.pared2.hitTest(_root.tio._x - 10, _root.tio._y, true)) {
_root.m_x = _root.m_x + ((_root.mySpeed / 1.5) - (speed_p / 2));
_root.tio._x = _root.tio._x - ((_root.mySpeed / 1.5) - (speed_p / 2));
}
}
} else {
if (_root.accion == "arrastrando_i") {
speed = -12;
if (Key.isDown(39) || (Key.isDown(68))) {
speed = speed + 1;
}
} else if (_root.accion == "arrastrando_d") {
speed = 12;
if (Key.isDown(37) || (Key.isDown(65))) {
speed = speed - 1;
}
}
_root.tio._x = _root.tio._x + speed;
}
Symbol 254 MovieClip Frame 2
if (_root.pared2.hitTest(_root.tio._x, _root.tio._y, true) || (_root.pared1.hitTest(_root.tio._x, _root.tio._y, true))) {
if ((_root.pared_mov == 1) && (_root.pared2.hitTest(_root.tio._x, _root.tio._y, true))) {
if (_root.accion == "arrastrando_d") {
if (Key.isDown(37) || (Key.isDown(65))) {
speed_p = speed_p - 0.5;
}
}
_root.m_x = _root.m_x + (speed_p / 2);
if (_root.pared2.hitTest(_root.tio._x - 10, _root.tio._y, true)) {
_root.m_x = _root.m_x + ((_root.mySpeed / 1.5) - (speed_p / 2));
_root.tio._x = _root.tio._x - ((_root.mySpeed / 1.5) - (speed_p / 2));
}
}
} else {
if (_root.accion == "arrastrando_i") {
speed = speed + 1;
if (Key.isDown(39) || (Key.isDown(68))) {
speed = speed + 1;
} else if (Key.isDown(37) || (Key.isDown(65))) {
speed = speed - 0.5;
}
if (speed > 0) {
speed = 0;
}
} else if (_root.accion == "arrastrando_d") {
speed = speed - 1;
if (Key.isDown(37) || (Key.isDown(65))) {
speed = speed - 1;
} else if (Key.isDown(39) || (Key.isDown(68))) {
speed = speed + 0.5;
}
if (speed < 0) {
speed = 0;
}
}
_root.tio._x = _root.tio._x + speed;
}
Symbol 254 MovieClip Frame 3
if (_root.pared2.hitTest(_root.tio._x, _root.tio._y, true) || (_root.pared1.hitTest(_root.tio._x, _root.tio._y, true))) {
if ((_root.pared_mov == 1) && (_root.pared2.hitTest(_root.tio._x, _root.tio._y, true))) {
if (_root.accion == "arrastrando_d") {
if (Key.isDown(37) || (Key.isDown(65))) {
speed_p = speed_p - 0.5;
}
}
_root.m_x = _root.m_x + (speed_p / 2);
if (_root.pared2.hitTest(_root.tio._x - 10, _root.tio._y, true)) {
_root.m_x = _root.m_x + ((_root.mySpeed / 1.5) - (speed_p / 2));
_root.tio._x = _root.tio._x - ((_root.mySpeed / 1.5) - (speed_p / 2));
}
}
} else {
if (_root.accion == "arrastrando_i") {
speed = speed + 1;
if (Key.isDown(39) || (Key.isDown(68))) {
speed = speed + 1;
} else if (Key.isDown(37) || (Key.isDown(65))) {
speed = speed - 0.5;
}
if (speed > 0) {
speed = 0;
}
} else if (_root.accion == "arrastrando_d") {
speed = speed - 1;
if (Key.isDown(37) || (Key.isDown(65))) {
speed = speed - 1;
} else if (Key.isDown(39) || (Key.isDown(68))) {
speed = speed + 0.5;
}
if (speed < 0) {
speed = 0;
}
}
_root.tio._x = _root.tio._x + speed;
}
Symbol 254 MovieClip Frame 4
if (_root.pared2.hitTest(_root.tio._x, _root.tio._y, true) || (_root.pared1.hitTest(_root.tio._x, _root.tio._y, true))) {
if ((_root.pared_mov == 1) && (_root.pared2.hitTest(_root.tio._x, _root.tio._y, true))) {
if (_root.accion == "arrastrando_d") {
if (Key.isDown(37) || (Key.isDown(65))) {
speed_p = speed_p - 0.5;
}
}
_root.m_x = _root.m_x + (speed_p / 2);
if (_root.pared2.hitTest(_root.tio._x - 10, _root.tio._y, true)) {
_root.m_x = _root.m_x + ((_root.mySpeed / 1.5) - (speed_p / 2));
_root.tio._x = _root.tio._x - ((_root.mySpeed / 1.5) - (speed_p / 2));
}
}
} else {
if (_root.accion == "arrastrando_i") {
speed = speed + 1;
if (Key.isDown(39) || (Key.isDown(68))) {
speed = speed + 1;
} else if (Key.isDown(37) || (Key.isDown(65))) {
speed = speed - 0.5;
}
if (speed > 0) {
speed = 0;
}
} else if (_root.accion == "arrastrando_d") {
speed = speed - 1;
if (Key.isDown(37) || (Key.isDown(65))) {
speed = speed - 1;
} else if (Key.isDown(39) || (Key.isDown(68))) {
speed = speed + 0.5;
}
if (speed < 0) {
speed = 0;
}
}
_root.tio._x = _root.tio._x + speed;
}
Symbol 254 MovieClip Frame 5
if (_root.pared2.hitTest(_root.tio._x, _root.tio._y, true) || (_root.pared1.hitTest(_root.tio._x, _root.tio._y, true))) {
if ((_root.pared_mov == 1) && (_root.pared2.hitTest(_root.tio._x, _root.tio._y, true))) {
if (_root.accion == "arrastrando_d") {
if (Key.isDown(37) || (Key.isDown(65))) {
speed_p = speed_p - 0.5;
}
}
_root.m_x = _root.m_x + (speed_p / 2);
if (_root.pared2.hitTest(_root.tio._x - 10, _root.tio._y, true)) {
_root.m_x = _root.m_x + ((_root.mySpeed / 1.5) - (speed_p / 2));
_root.tio._x = _root.tio._x - ((_root.mySpeed / 1.5) - (speed_p / 2));
}
}
} else {
if (_root.accion == "arrastrando_i") {
speed = speed + 1;
if (Key.isDown(39) || (Key.isDown(68))) {
speed = speed + 1;
} else if (Key.isDown(37) || (Key.isDown(65))) {
speed = speed - 0.5;
}
if (speed > 0) {
speed = 0;
}
} else if (_root.accion == "arrastrando_d") {
speed = speed - 1;
if (Key.isDown(37) || (Key.isDown(65))) {
speed = speed - 1;
} else if (Key.isDown(39) || (Key.isDown(68))) {
speed = speed + 0.5;
}
if (speed < 0) {
speed = 0;
}
}
_root.tio._x = _root.tio._x + speed;
}
Symbol 254 MovieClip Frame 6
if (_root.pared2.hitTest(_root.tio._x, _root.tio._y, true) || (_root.pared1.hitTest(_root.tio._x, _root.tio._y, true))) {
if ((_root.pared_mov == 1) && (_root.pared2.hitTest(_root.tio._x, _root.tio._y, true))) {
if (_root.accion == "arrastrando_d") {
if (Key.isDown(37) || (Key.isDown(65))) {
speed_p = speed_p - 0.5;
}
}
_root.m_x = _root.m_x + (speed_p / 2);
if (_root.pared2.hitTest(_root.tio._x - 10, _root.tio._y, true)) {
_root.m_x = _root.m_x + ((_root.mySpeed / 1.5) - (speed_p / 2));
_root.tio._x = _root.tio._x - ((_root.mySpeed / 1.5) - (speed_p / 2));
}
}
} else {
if (_root.accion == "arrastrando_i") {
speed = speed + 1;
if (Key.isDown(39) || (Key.isDown(68))) {
speed = speed + 1;
} else if (Key.isDown(37) || (Key.isDown(65))) {
speed = speed - 0.5;
}
if (speed > 0) {
speed = 0;
}
} else if (_root.accion == "arrastrando_d") {
speed = speed - 1;
if (Key.isDown(37) || (Key.isDown(65))) {
speed = speed - 1;
} else if (Key.isDown(39) || (Key.isDown(68))) {
speed = speed + 0.5;
}
if (speed < 0) {
speed = 0;
}
}
_root.tio._x = _root.tio._x + speed;
}
Symbol 254 MovieClip Frame 7
if (_root.pared2.hitTest(_root.tio._x, _root.tio._y, true) || (_root.pared1.hitTest(_root.tio._x, _root.tio._y, true))) {
if ((_root.pared_mov == 1) && (_root.pared2.hitTest(_root.tio._x, _root.tio._y, true))) {
if (_root.accion == "arrastrando_d") {
if (Key.isDown(37) || (Key.isDown(65))) {
speed_p = speed_p - 0.5;
}
}
_root.m_x = _root.m_x + (speed_p / 2);
if (_root.pared2.hitTest(_root.tio._x - 10, _root.tio._y, true)) {
_root.m_x = _root.m_x + ((_root.mySpeed / 1.5) - (speed_p / 2));
_root.tio._x = _root.tio._x - ((_root.mySpeed / 1.5) - (speed_p / 2));
}
}
} else {
if (_root.accion == "arrastrando_i") {
speed = speed + 1;
if (Key.isDown(39) || (Key.isDown(68))) {
speed = speed + 1;
} else if (Key.isDown(37) || (Key.isDown(65))) {
speed = speed - 0.5;
}
if (speed > 0) {
speed = 0;
}
} else if (_root.accion == "arrastrando_d") {
speed = speed - 1;
if (Key.isDown(37) || (Key.isDown(65))) {
speed = speed - 1;
} else if (Key.isDown(39) || (Key.isDown(68))) {
speed = speed + 0.5;
}
if (speed < 0) {
speed = 0;
}
}
_root.tio._x = _root.tio._x + speed;
}
Symbol 254 MovieClip Frame 8
if (_root.pared2.hitTest(_root.tio._x, _root.tio._y, true) || (_root.pared1.hitTest(_root.tio._x, _root.tio._y, true))) {
if ((_root.pared_mov == 1) && (_root.pared2.hitTest(_root.tio._x, _root.tio._y, true))) {
if (_root.accion == "arrastrando_d") {
if (Key.isDown(37) || (Key.isDown(65))) {
speed_p = speed_p - 0.5;
}
}
_root.m_x = _root.m_x + (speed_p / 2);
if (_root.pared2.hitTest(_root.tio._x - 10, _root.tio._y, true)) {
_root.m_x = _root.m_x + ((_root.mySpeed / 1.5) - (speed_p / 2));
_root.tio._x = _root.tio._x - ((_root.mySpeed / 1.5) - (speed_p / 2));
}
}
} else {
if (_root.accion == "arrastrando_i") {
speed = speed + 1;
if (Key.isDown(39) || (Key.isDown(68))) {
speed = speed + 1;
} else if (Key.isDown(37) || (Key.isDown(65))) {
speed = speed - 0.5;
}
if (speed > 0) {
speed = 0;
}
} else if (_root.accion == "arrastrando_d") {
speed = speed - 1;
if (Key.isDown(37) || (Key.isDown(65))) {
speed = speed - 1;
} else if (Key.isDown(39) || (Key.isDown(68))) {
speed = speed + 0.5;
}
if (speed < 0) {
speed = 0;
}
}
_root.tio._x = _root.tio._x + speed;
}
Symbol 254 MovieClip Frame 9
if (_root.pared2.hitTest(_root.tio._x, _root.tio._y, true) || (_root.pared1.hitTest(_root.tio._x, _root.tio._y, true))) {
if ((_root.pared_mov == 1) && (_root.pared2.hitTest(_root.tio._x, _root.tio._y, true))) {
if (_root.accion == "arrastrando_d") {
if (Key.isDown(37) || (Key.isDown(65))) {
speed_p = speed_p - 0.5;
}
}
speed_p = speed_p - 0.5;
_root.m_x = _root.m_x + (speed_p / 2);
if (_root.pared2.hitTest(_root.tio._x - 10, _root.tio._y, true)) {
_root.m_x = _root.m_x + ((_root.mySpeed / 1.5) - (speed_p / 2));
_root.tio._x = _root.tio._x - ((_root.mySpeed / 1.5) - (speed_p / 2));
}
}
} else {
if (_root.accion == "arrastrando_i") {
speed = speed + 1;
if (Key.isDown(39) || (Key.isDown(68))) {
speed = speed + 1;
} else if (Key.isDown(37) || (Key.isDown(65))) {
speed = speed - 0.5;
}
if (speed > 0) {
speed = 0;
}
} else if (_root.accion == "arrastrando_d") {
speed = speed - 1;
if (Key.isDown(37) || (Key.isDown(65))) {
speed = speed - 1;
} else if (Key.isDown(39) || (Key.isDown(68))) {
speed = speed + 0.5;
}
if (speed < 0) {
speed = 0;
}
}
_root.tio._x = _root.tio._x + speed;
}
Symbol 254 MovieClip Frame 10
speed_p = speed_p - 0.5;
if (_root.pared2.hitTest(_root.tio._x, _root.tio._y, true) || (_root.pared1.hitTest(_root.tio._x, _root.tio._y, true))) {
if ((_root.pared_mov == 1) && (_root.pared2.hitTest(_root.tio._x, _root.tio._y, true))) {
if (_root.accion == "arrastrando_d") {
if (Key.isDown(37) || (Key.isDown(65))) {
speed_p = speed_p - 0.5;
}
}
_root.m_x = _root.m_x + (speed_p / 2);
if (_root.pared2.hitTest(_root.tio._x - 10, _root.tio._y, true)) {
_root.m_x = _root.m_x + ((_root.mySpeed / 1.5) - (speed_p / 2));
_root.tio._x = _root.tio._x - ((_root.mySpeed / 1.5) - (speed_p / 2));
}
}
} else {
if (_root.accion == "arrastrando_i") {
speed = speed + 1;
if (Key.isDown(39) || (Key.isDown(68))) {
speed = speed + 1;
} else if (Key.isDown(37) || (Key.isDown(65))) {
speed = speed - 0.5;
}
if (speed > 0) {
speed = 0;
}
} else if (_root.accion == "arrastrando_d") {
speed = speed - 1;
if (Key.isDown(37) || (Key.isDown(65))) {
speed = speed - 1;
} else if (Key.isDown(39) || (Key.isDown(68))) {
speed = speed + 0.5;
}
if (speed < 0) {
speed = 0;
}
}
_root.tio._x = _root.tio._x + speed;
}
Symbol 254 MovieClip Frame 11
speed_p = speed_p - 0.5;
if (_root.pared2.hitTest(_root.tio._x, _root.tio._y, true) || (_root.pared1.hitTest(_root.tio._x, _root.tio._y, true))) {
if ((_root.pared_mov == 1) && (_root.pared2.hitTest(_root.tio._x, _root.tio._y, true))) {
if (_root.accion == "arrastrando_d") {
if (Key.isDown(37) || (Key.isDown(65))) {
speed_p = speed_p - 0.5;
}
}
_root.m_x = _root.m_x + (speed_p / 2);
if (_root.pared2.hitTest(_root.tio._x - 10, _root.tio._y, true)) {
_root.m_x = _root.m_x + ((_root.mySpeed / 1.5) - (speed_p / 2));
_root.tio._x = _root.tio._x - ((_root.mySpeed / 1.5) - (speed_p / 2));
}
}
} else {
if (_root.accion == "arrastrando_i") {
speed = speed + 1;
if (Key.isDown(39) || (Key.isDown(68))) {
speed = speed + 1;
} else if (Key.isDown(37) || (Key.isDown(65))) {
speed = speed - 0.5;
}
if (speed > 0) {
speed = 0;
}
} else if (_root.accion == "arrastrando_d") {
speed = speed - 1;
if (Key.isDown(37) || (Key.isDown(65))) {
speed = speed - 1;
} else if (Key.isDown(39) || (Key.isDown(68))) {
speed = speed + 0.5;
}
if (speed < 0) {
speed = 0;
}
}
_root.tio._x = _root.tio._x + speed;
}
Symbol 254 MovieClip Frame 12
speed_p = speed_p - 0.5;
if (_root.pared2.hitTest(_root.tio._x, _root.tio._y, true) || (_root.pared1.hitTest(_root.tio._x, _root.tio._y, true))) {
if ((_root.pared_mov == 1) && (_root.pared2.hitTest(_root.tio._x, _root.tio._y, true))) {
if (_root.accion == "arrastrando_d") {
if (Key.isDown(37) || (Key.isDown(65))) {
}
}
speed_p = speed_p - 0.5;
_root.m_x = _root.m_x + (speed_p / 2);
if (_root.pared2.hitTest(_root.tio._x - 10, _root.tio._y, true)) {
_root.m_x = _root.m_x + ((_root.mySpeed / 1.5) - (speed_p / 2));
_root.tio._x = _root.tio._x - ((_root.mySpeed / 1.5) - (speed_p / 2));
}
}
} else {
if (_root.accion == "arrastrando_i") {
speed = speed + 1;
if (Key.isDown(39) || (Key.isDown(68))) {
speed = speed + 1;
} else if (Key.isDown(37) || (Key.isDown(65))) {
speed = speed - 0.5;
}
if (speed > 0) {
speed = 0;
}
} else if (_root.accion == "arrastrando_d") {
speed = speed - 1;
if (Key.isDown(37) || (Key.isDown(65))) {
speed = speed - 1;
} else if (Key.isDown(39) || (Key.isDown(68))) {
speed = speed + 0.5;
}
if (speed < 0) {
speed = 0;
}
}
_root.tio._x = _root.tio._x + speed;
}
Symbol 254 MovieClip Frame 13
speed_p = speed_p - 0.5;
if (_root.pared2.hitTest(_root.tio._x, _root.tio._y, true) || (_root.pared1.hitTest(_root.tio._x, _root.tio._y, true))) {
if ((_root.pared_mov == 1) && (_root.pared2.hitTest(_root.tio._x, _root.tio._y, true))) {
if (_root.accion == "arrastrando_d") {
if (Key.isDown(37) || (Key.isDown(65))) {
speed_p = speed_p - 0.5;
}
}
_root.m_x = _root.m_x + (speed_p / 2);
if (_root.pared2.hitTest(_root.tio._x - 10, _root.tio._y, true)) {
_root.m_x = _root.m_x + ((_root.mySpeed / 1.5) - (speed_p / 2));
_root.tio._x = _root.tio._x - ((_root.mySpeed / 1.5) - (speed_p / 2));
}
}
} else {
if (_root.accion == "arrastrando_i") {
speed = speed + 1;
if (Key.isDown(39) || (Key.isDown(68))) {
speed = speed + 1;
} else if (Key.isDown(37) || (Key.isDown(65))) {
speed = speed - 0.5;
}
if (speed > 0) {
speed = 0;
}
} else if (_root.accion == "arrastrando_d") {
speed = speed - 1;
if (Key.isDown(37) || (Key.isDown(65))) {
speed = speed - 1;
} else if (Key.isDown(39) || (Key.isDown(68))) {
speed = speed + 0.5;
}
if (speed < 0) {
speed = 0;
}
}
_root.tio._x = _root.tio._x + speed;
}
Symbol 254 MovieClip Frame 14
speed_p = speed_p - 0.5;
if (_root.pared2.hitTest(_root.tio._x, _root.tio._y, true) || (_root.pared1.hitTest(_root.tio._x, _root.tio._y, true))) {
if ((_root.pared_mov == 1) && (_root.pared2.hitTest(_root.tio._x, _root.tio._y, true))) {
if (_root.accion == "arrastrando_d") {
if (Key.isDown(37) || (Key.isDown(65))) {
speed_p = speed_p - 0.5;
}
}
_root.m_x = _root.m_x + (speed_p / 2);
if (_root.pared2.hitTest(_root.tio._x - 10, _root.tio._y, true)) {
_root.m_x = _root.m_x + ((_root.mySpeed / 1.5) - (speed_p / 2));
_root.tio._x = _root.tio._x - ((_root.mySpeed / 1.5) - (speed_p / 2));
}
}
} else {
if (_root.accion == "arrastrando_i") {
speed = speed + 1;
if (Key.isDown(39) || (Key.isDown(68))) {
speed = speed + 1;
} else if (Key.isDown(37) || (Key.isDown(65))) {
speed = speed - 0.5;
}
if (speed > 0) {
speed = 0;
}
} else if (_root.accion == "arrastrando_d") {
speed = speed - 1;
if (Key.isDown(37) || (Key.isDown(65))) {
speed = speed - 1;
} else if (Key.isDown(39) || (Key.isDown(68))) {
speed = speed + 0.5;
}
if (speed < 0) {
speed = 0;
}
}
_root.tio._x = _root.tio._x + speed;
}
Symbol 254 MovieClip Frame 15
speed_p = speed_p - 0.5;
if (_root.pared2.hitTest(_root.tio._x, _root.tio._y, true) || (_root.pared1.hitTest(_root.tio._x, _root.tio._y, true))) {
if ((_root.pared_mov == 1) && (_root.pared2.hitTest(_root.tio._x, _root.tio._y, true))) {
if (_root.accion == "arrastrando_d") {
if (Key.isDown(37) || (Key.isDown(65))) {
speed_p = speed_p - 0.5;
}
}
_root.m_x = _root.m_x + (speed_p / 2);
if (_root.pared2.hitTest(_root.tio._x - 10, _root.tio._y, true)) {
_root.m_x = _root.m_x + ((_root.mySpeed / 1.5) - (speed_p / 2));
_root.tio._x = _root.tio._x - ((_root.mySpeed / 1.5) - (speed_p / 2));
}
}
} else {
if (_root.accion == "arrastrando_i") {
speed = speed + 1;
if (Key.isDown(39) || (Key.isDown(68))) {
speed = speed + 1;
} else if (Key.isDown(37) || (Key.isDown(65))) {
speed = speed - 0.5;
}
if (speed > 0) {
speed = 0;
}
} else if (_root.accion == "arrastrando_d") {
speed = speed - 1;
if (Key.isDown(37) || (Key.isDown(65))) {
speed = speed - 1;
} else if (Key.isDown(39) || (Key.isDown(68))) {
speed = speed + 0.5;
}
if (speed < 0) {
speed = 0;
}
}
_root.tio._x = _root.tio._x + speed;
}
Symbol 254 MovieClip Frame 16
if (_root.pared2.hitTest(_root.tio._x, _root.tio._y, true) || (_root.pared1.hitTest(_root.tio._x, _root.tio._y, true))) {
if ((_root.pared_mov == 1) && (_root.pared2.hitTest(_root.tio._x, _root.tio._y, true))) {
if (_root.accion == "arrastrando_d") {
if (Key.isDown(37) || (Key.isDown(65))) {
speed_p = speed_p - 0.5;
}
}
_root.m_x = _root.m_x + (speed_p / 2);
if (_root.pared2.hitTest(_root.tio._x - 10, _root.tio._y, true)) {
_root.m_x = _root.m_x + ((_root.mySpeed / 1.5) - (speed_p / 2));
_root.tio._x = _root.tio._x - ((_root.mySpeed / 1.5) - (speed_p / 2));
}
}
} else {
if (_root.accion == "arrastrando_i") {
speed = speed + 1;
if (Key.isDown(39) || (Key.isDown(68))) {
speed = speed + 1;
} else if (Key.isDown(37) || (Key.isDown(65))) {
speed = speed - 0.5;
}
if (speed > 0) {
speed = 0;
}
} else if (_root.accion == "arrastrando_d") {
speed = speed - 1;
if (Key.isDown(37) || (Key.isDown(65))) {
speed = speed - 1;
} else if (Key.isDown(39) || (Key.isDown(68))) {
speed = speed + 0.5;
}
if (speed < 0) {
speed = 0;
}
}
_root.tio._x = _root.tio._x + speed;
}
Symbol 254 MovieClip Frame 17
if (_root.pared2.hitTest(_root.tio._x, _root.tio._y, true) || (_root.pared1.hitTest(_root.tio._x, _root.tio._y, true))) {
if ((_root.pared_mov == 1) && (_root.pared2.hitTest(_root.tio._x, _root.tio._y, true))) {
if (_root.accion == "arrastrando_d") {
if (Key.isDown(37) || (Key.isDown(65))) {
speed_p = speed_p - 0.5;
}
}
_root.m_x = _root.m_x + (speed_p / 2);
if (_root.pared2.hitTest(_root.tio._x - 10, _root.tio._y, true)) {
_root.m_x = _root.m_x + ((_root.mySpeed / 1.5) - (speed_p / 2));
_root.tio._x = _root.tio._x - ((_root.mySpeed / 1.5) - (speed_p / 2));
}
}
} else {
if (_root.accion == "arrastrando_i") {
speed = speed + 1;
if (Key.isDown(39) || (Key.isDown(68))) {
speed = speed + 1;
} else if (Key.isDown(37) || (Key.isDown(65))) {
speed = speed - 0.5;
}
if (speed > 0) {
speed = 0;
}
} else if (_root.accion == "arrastrando_d") {
speed = speed - 1;
if (Key.isDown(37) || (Key.isDown(65))) {
speed = speed - 1;
} else if (Key.isDown(39) || (Key.isDown(68))) {
speed = speed + 0.5;
}
if (speed < 0) {
speed = 0;
}
}
_root.tio._x = _root.tio._x + speed;
}
Symbol 254 MovieClip Frame 18
if ((_root.cursor._currentframe != 10) and (_root.cursor._currentframe != 1)) {
gotoAndPlay (40);
}
if (_root.pared2.hitTest(_root.tio._x - 10, _root.tio._y, true)) {
_root.m_x = _root.m_x + (_root.mySpeed / 1.5);
_root.tio._x = _root.tio._x - (_root.mySpeed / 1.5);
}
Symbol 254 MovieClip Frame 19
_root.tio.hit.gotoAndPlay(20);
if (_root.pared2.hitTest(_root.tio._x - 10, _root.tio._y, true)) {
_root.m_x = _root.m_x + (_root.mySpeed / 1.5);
_root.tio._x = _root.tio._x - (_root.mySpeed / 1.5);
}
Symbol 254 MovieClip Frame 20
if (_root.pared2.hitTest(_root.tio._x - 10, _root.tio._y, true)) {
_root.m_x = _root.m_x + (_root.mySpeed / 1.5);
_root.tio._x = _root.tio._x - (_root.mySpeed / 1.5);
}
Symbol 254 MovieClip Frame 21
if (_root.pared2.hitTest(_root.tio._x - 10, _root.tio._y, true)) {
_root.m_x = _root.m_x + (_root.mySpeed / 1.5);
_root.tio._x = _root.tio._x - (_root.mySpeed / 1.5);
}
Symbol 254 MovieClip Frame 22
if (_root.pared2.hitTest(_root.tio._x - 10, _root.tio._y, true)) {
_root.m_x = _root.m_x + (_root.mySpeed / 1.5);
_root.tio._x = _root.tio._x - (_root.mySpeed / 1.5);
}
Symbol 254 MovieClip Frame 23
if (_root.pared2.hitTest(_root.tio._x - 10, _root.tio._y, true)) {
_root.m_x = _root.m_x + (_root.mySpeed / 1.5);
_root.tio._x = _root.tio._x - (_root.mySpeed / 1.5);
}
Symbol 254 MovieClip Frame 24
if (_root.pared2.hitTest(_root.tio._x - 10, _root.tio._y, true)) {
_root.m_x = _root.m_x + (_root.mySpeed / 1.5);
_root.tio._x = _root.tio._x - (_root.mySpeed / 1.5);
}
Symbol 254 MovieClip Frame 25
if (_root.pared2.hitTest(_root.tio._x - 10, _root.tio._y, true)) {
_root.m_x = _root.m_x + (_root.mySpeed / 1.5);
_root.tio._x = _root.tio._x - (_root.mySpeed / 1.5);
}
Symbol 254 MovieClip Frame 26
if (_root.pared2.hitTest(_root.tio._x - 10, _root.tio._y, true)) {
_root.m_x = _root.m_x + (_root.mySpeed / 1.5);
_root.tio._x = _root.tio._x - (_root.mySpeed / 1.5);
}
Symbol 254 MovieClip Frame 27
if (_root.pared2.hitTest(_root.tio._x - 10, _root.tio._y, true)) {
_root.m_x = _root.m_x + (_root.mySpeed / 1.5);
_root.tio._x = _root.tio._x - (_root.mySpeed / 1.5);
}
Symbol 254 MovieClip Frame 28
if (_root.accion == "arrastrando_i") {
_root.accion = "stand_d";
} else if (_root.accion == "arrastrando_d") {
_root.accion = "stand_i";
}
if (_root.pared2.hitTest(_root.tio._x - 10, _root.tio._y, true)) {
_root.m_x = _root.m_x + (_root.mySpeed / 1.5);
_root.tio._x = _root.tio._x - (_root.mySpeed / 1.5);
}
_root.cansao = 1;
_root.time_cansao.gotoAndPlay(2);
Symbol 254 MovieClip Frame 41
if ((_root.cursor._currentframe != 10) and (_root.cursor._currentframe != 1)) {
gotoAndPlay (40);
} else {
gotoAndPlay (20);
_root.tio.hit.gotoAndPlay(20);
}
Symbol 254 MovieClip Frame 42
_root.tio.hit.gotoAndPlay(20);
if (_root.pared2.hitTest(_root.tio._x - 10, _root.tio._y, true)) {
_root.m_x = _root.m_x + (_root.mySpeed / 1.5);
_root.tio._x = _root.tio._x - (_root.mySpeed / 1.5);
}
Symbol 254 MovieClip Frame 43
if (_root.pared2.hitTest(_root.tio._x - 10, _root.tio._y, true)) {
_root.m_x = _root.m_x + (_root.mySpeed / 1.5);
_root.tio._x = _root.tio._x - (_root.mySpeed / 1.5);
}
Symbol 254 MovieClip Frame 44
if (_root.pared2.hitTest(_root.tio._x - 10, _root.tio._y, true)) {
_root.m_x = _root.m_x + (_root.mySpeed / 1.5);
_root.tio._x = _root.tio._x - (_root.mySpeed / 1.5);
}
Symbol 254 MovieClip Frame 45
if (_root.pared2.hitTest(_root.tio._x - 10, _root.tio._y, true)) {
_root.m_x = _root.m_x + (_root.mySpeed / 1.5);
_root.tio._x = _root.tio._x - (_root.mySpeed / 1.5);
}
Symbol 254 MovieClip Frame 46
if (_root.pared2.hitTest(_root.tio._x - 10, _root.tio._y, true)) {
_root.m_x = _root.m_x + (_root.mySpeed / 1.5);
_root.tio._x = _root.tio._x - (_root.mySpeed / 1.5);
}
Symbol 254 MovieClip Frame 47
if (_root.pared2.hitTest(_root.tio._x - 10, _root.tio._y, true)) {
_root.m_x = _root.m_x + (_root.mySpeed / 1.5);
_root.tio._x = _root.tio._x - (_root.mySpeed / 1.5);
}
Symbol 254 MovieClip Frame 48
if (_root.pared2.hitTest(_root.tio._x - 10, _root.tio._y, true)) {
_root.m_x = _root.m_x + (_root.mySpeed / 1.5);
_root.tio._x = _root.tio._x - (_root.mySpeed / 1.5);
}
Symbol 254 MovieClip Frame 49
if (_root.pared2.hitTest(_root.tio._x - 10, _root.tio._y, true)) {
_root.m_x = _root.m_x + (_root.mySpeed / 1.5);
_root.tio._x = _root.tio._x - (_root.mySpeed / 1.5);
}
Symbol 254 MovieClip Frame 50
if (_root.pared2.hitTest(_root.tio._x - 10, _root.tio._y, true)) {
_root.m_x = _root.m_x + (_root.mySpeed / 1.5);
_root.tio._x = _root.tio._x - (_root.mySpeed / 1.5);
}
Symbol 254 MovieClip Frame 51
if (_root.accion == "arrastrando_i") {
_root.accion = "stand_d";
} else if (_root.accion == "arrastrando_d") {
_root.accion = "stand_i";
}
if (_root.pared2.hitTest(_root.tio._x - 10, _root.tio._y, true)) {
_root.m_x = _root.m_x + (_root.mySpeed / 1.5);
_root.tio._x = _root.tio._x - (_root.mySpeed / 1.5);
}
_root.cansao = 1;
_root.time_cansao.gotoAndPlay(2);
Symbol 293 MovieClip Frame 5
Symbol 351 Button
on (release) {
getURL ("http://www.thestylemachine.com", "blank");
}
Symbol 484 MovieClip Frame 11
if (parado == 0) {
gotoAndPlay (1);
}
Symbol 484 MovieClip Frame 16
_root.killcount++;
Symbol 484 MovieClip Frame 30
_root.mundo[(("posicion" + nombrecont) + "_") + pos_num].gotoAndStop(1);
_root.mundo.mundomobs["creamobs" + nombrecont].mobs--;
Symbol 484 MovieClip Frame 37
existe = 0;
this.removeMovieClip();
stop();
Symbol 484 MovieClip Frame 56
accion = 0;
animado = 0;
if (parado == 0) {
gotoAndPlay (1);
} else {
gotoAndPlay (76);
}
Symbol 484 MovieClip Frame 66
accion = 0;
animado = 0;
if (parado == 0) {
gotoAndPlay (1);
} else {
gotoAndPlay (76);
}
Symbol 484 MovieClip Frame 78
this._x = this._x + 10;
Symbol 484 MovieClip Frame 79
this._x = this._x + 10;
Symbol 484 MovieClip Frame 80
this._x = this._x + 10;
Symbol 484 MovieClip Frame 81
this._x = this._x + 10;
Symbol 484 MovieClip Frame 82
this._x = this._x + 10;
Symbol 484 MovieClip Frame 83
this._x = this._x + 10;
Symbol 484 MovieClip Frame 84
this._x = this._x + 10;
Symbol 484 MovieClip Frame 85
this._x = this._x + 10;
Symbol 484 MovieClip Frame 86
this._x = this._x + 10;
Symbol 484 MovieClip Frame 87
this._x = this._x + 10;
Symbol 484 MovieClip Frame 88
gotoAndPlay (78);
Symbol 484 MovieClip Frame 237
_root.killcount++;
Symbol 484 MovieClip Frame 251
_root.mundo[(("posicion" + nombrecont) + "_") + pos_num].gotoAndStop(1);
_root.mundo.mundomobs["creamobs" + nombrecont].mobs--;
Symbol 484 MovieClip Frame 258
existe = 0;
this.removeMovieClip();
stop();
Symbol 484 MovieClip Frame 271
if (_root.j < 80) {
_root.j++;
} else {
_root.j = 0;
}
_root.mundo.marcas.sangremalo.duplicateMovieClip("sangre" + _root.j, _root.j + 70);
_root.mundo.marcas["sangre" + _root.j].gotoAndPlay(4);
_root.mundo.marcas["sangre" + _root.j]._x = ((this._x + 20) + random(80)) - 40;
_root.mundo.marcas["sangre" + _root.j]._y = ((this._y + 30) + random(80)) - 40;
_root.mundo.marcas["sangre" + _root.j]._rotation = random(360);
Symbol 484 MovieClip Frame 286
if (dead != "si") {
dead = "si";
_root.mundo[(("posicion" + nombrecont) + "_") + pos_num].gotoAndStop(1);
_root.mundo.mundomobs["creamobs" + nombrecont].mobs--;
if (maloandante == "si") {
_root.killcount_a++;
} else {
_root.killcount++;
}
}
Symbol 484 MovieClip Frame 296
existe = 0;
this.removeMovieClip();
stop();
Symbol 497 Button
on (release) {
_root.gotoAndPlay(2);
}
Symbol 498 MovieClip Frame 1
stop();
Symbol 498 MovieClip Frame 2
play();
Symbol 498 MovieClip Frame 10
stop();
Instance of Symbol 484 MovieClip "giñao" in Symbol 499 MovieClip Frame 1
onClipEvent (load) {
existe = si;
animado = 0;
parado = 0;
n_rand = 3;
accion = 0;
hits = 1;
num_posiciones = 100;
num_enemigos = 70;
disparo_latencia = 5;
balas = 6;
balastotales = balas;
latencia = disparo_latencia;
parado = 0;
mob_muestra = 0;
if (_root.mundo.mundomobs.paramobs.hitTest(this._x, this._y, true)) {
gotoAndStop (45);
mob_muestra = 1;
accion = 1;
}
}
onClipEvent (enterFrame) {
if (mob_muestra == 0) {
if (this._x > posicion) {
if (accion == 0) {
this._x = this._x - 5;
}
} else {
if (parado != 1) {
gotoAndPlay (70);
}
parado = 1;
}
}
}
Instance of Symbol 498 MovieClip "playbot" in Symbol 499 MovieClip Frame 1
onClipEvent (load) {
ini = false;
}
onClipEvent (enterFrame) {
if ((_root.getBytesLoaded() >= _root.getBytesTotal()) and (ini != true)) {
gotoAndPlay (2);
ini = true;
}
}
Symbol 515 MovieClip Frame 8
stop();
this.removeMovieClip();
Symbol 524 MovieClip Frame 10
if (_root.pared2.hitTest(_root.tio._x + 30, _root.tio._y, true) && (_root.pared_mov == 1)) {
this.removeMovieClip();
}
Symbol 524 MovieClip Frame 12
if (_root.pared2.hitTest(_root.tio._x + 30, _root.tio._y, true) && (_root.pared_mov == 1)) {
this.removeMovieClip();
}
Symbol 524 MovieClip Frame 15
if (_root.pared2.hitTest(_root.tio._x + 30, _root.tio._y, true) && (_root.pared_mov == 1)) {
this.removeMovieClip();
}
Symbol 524 MovieClip Frame 18
if (_root.pared2.hitTest(_root.tio._x + 30, _root.tio._y, true) && (_root.pared_mov == 1)) {
this.removeMovieClip();
}
Symbol 524 MovieClip Frame 21
stop();
this.removeMovieClip();
Symbol 533 MovieClip Frame 4
stop();
Symbol 536 MovieClip Frame 59
stop();
Symbol 559 MovieClip Frame 1
stop();
Symbol 593 MovieClip Frame 1
stop();
Symbol 593 MovieClip Frame 10
stop();
Symbol 597 MovieClip Frame 1
stop();
Symbol 597 MovieClip Frame 6
gotoAndPlay (2);
Symbol 632 MovieClip Frame 1
stop();
stop();
stop();
Symbol 632 MovieClip Frame 2
stop();
stop();
stop();
Symbol 632 MovieClip Frame 14
stop();
stop();
stop();
Symbol 647 MovieClip Frame 1
stop();
Symbol 647 MovieClip Frame 2
stop();
Symbol 647 MovieClip Frame 14
stop();
Symbol 651 MovieClip Frame 10
this.removeMovieClip();
Symbol 670 MovieClip Frame 1
cachos._rotation = random(359);
Symbol 673 MovieClip Frame 7
stop();
Symbol 674 MovieClip Frame 29
this.removeMovieClip();
Symbol 692 MovieClip Frame 15
stop();
this.removeMovieClip();
Symbol 694 MovieClip Frame 15
this.removeMovieClip();
Symbol 698 MovieClip Frame 23
this.removeMovieClip();
Symbol 709 MovieClip Frame 7
stop();
Symbol 712 MovieClip Frame 1
stop();
Symbol 712 MovieClip Frame 4
ran = random(3);
if (ran == 2) {
gotoAndPlay (5);
}
if (ran == 1) {
gotoAndPlay (100);
}
if (ran == 0) {
gotoAndPlay (200);
}
Symbol 712 MovieClip Frame 90
this.removeMovieClip();
Symbol 712 MovieClip Frame 195
this.removeMovieClip();
Symbol 712 MovieClip Frame 294
this.removeMovieClip();
Symbol 712 MovieClip Frame 301
this.removeMovieClip();
Instance of Symbol 692 MovieClip "cacho1" in Symbol 713 MovieClip Frame 1
onClipEvent (load) {
movx = random(10) - 5;
movy = random(10) - 5;
conta = 0;
}
onClipEvent (enterFrame) {
conta++;
if (conta < 20) {
this._x = this._x + movx;
this._y = this._y + movy;
}
}
Instance of Symbol 694 MovieClip "cacho2" in Symbol 713 MovieClip Frame 1
onClipEvent (load) {
movx = random(10) - 5;
movy = random(10) - 5;
conta = 0;
}
onClipEvent (enterFrame) {
conta++;
if (conta < 20) {
this._x = this._x + movx;
this._y = this._y + movy;
}
}
Instance of Symbol 698 MovieClip "minicacho" in Symbol 713 MovieClip Frame 1
onClipEvent (load) {
movx = random(30) - 15;
movy = random(30) - 15;
}
onClipEvent (enterFrame) {
this._x = this._x + movx;
this._y = this._y + movy;
}
Symbol 826 MovieClip Frame 11
if (parado == 0) {
gotoAndPlay (1);
}
Symbol 826 MovieClip Frame 31
if (dead != "si") {
dead = "si";
_root.mundo[(("posicion" + nombrecont) + "_") + pos_num].gotoAndStop(1);
_root.mundo.mundomobs["creamobs" + nombrecont].mobs--;
if (maloandante == "si") {
_root.killcount_a++;
} else {
_root.killcount++;
}
}
Symbol 826 MovieClip Frame 39
existe = 0;
this.removeMovieClip();
stop();
Symbol 826 MovieClip Frame 56
accion = 0;
animado = 0;
if (parado == 0) {
gotoAndPlay (1);
} else {
gotoAndPlay (76);
}
Symbol 826 MovieClip Frame 66
accion = 0;
animado = 0;
if (parado == 0) {
gotoAndPlay (1);
} else {
gotoAndPlay (76);
}
Symbol 826 MovieClip Frame 71
if (random(100) > _root.dificultad) {
disparo_latencia = 12;
} else if (rand_grana != 0) {
rand_grana = 3;
if (_root.accion == "agachao") {
rand_grana = 5;
}
if (random(rand_grana) > 1) {
this.gotoAndPlay(200);
}
rand_grana = 0;
} else {
rand_grana = 3;
}
Symbol 826 MovieClip Frame 79
rany = random(20) + 320;
ranx = (_root.tio._x + random(100)) - 50;
Symbol 826 MovieClip Frame 82
if (this._x < (_root.m_x - 50)) {
this.removeMovieClip();
}
gotoAndPlay (95);
if (maloandante == "si") {
if (_root.tio._x > ((this._x - _root.m_x) + 360)) {
mobs_creados++;
mobs++;
antigua_i = _root.mundo.mundomobs.i - 1;
if (_root.mundo.mundomobs.i > 20) {
_root.mundo.mundomobs.i = 1;
}
i = _root.mundo.mundomobs.i;
_root.mundo.mundomobs.i++;
if (_root.mundo.mundomobs["enemigo1_" + antigua_i].existe == si) {
_root.mundo.mundomobs.i++;
i++;
}
_root.mundo.mundomobs.enemigo1.duplicateMovieClip("enemigo1_" + i, i);
_root.mundo.mundomobs["enemigo1_" + i]._x = this._x;
_root.mundo.mundomobs["enemigo1_" + i]._y = this._y;
_root.mundo.mundomobs["enemigo1_" + i].posicion = posicion + 200;
_root.mundo.mundomobs["enemigo1_" + i].hits = hits;
_root.mundo.mundomobs["enemigo1_" + i].maloandante = "si";
this.removeMovieClip();
}
} else {
if ((((_root.tio._x - _root.mundo._x) - this._x) > 635) && (_root.pared_mov != 1)) {
gotoAndStop (81);
}
if ((((_root.tio._x - _root.mundo._x) - this._x) > 460) && (_root.pared_mov == 1)) {
gotoAndStop (81);
} else {
if (((_root.tio._x - _root.mundo._x) - this._x) > 90) {
if (((_root.tio._x - _root.mundo._x) - this._x) > 200) {
gotoAndPlay (105);
} else {
gotoAndPlay (100);
}
}
if (((_root.tio._x - _root.mundo._x) - this._x) < -90) {
if (((_root.tio._x - _root.mundo._x) - this._x) < -200) {
gotoAndPlay (120);
} else {
gotoAndPlay (90);
}
}
if (random(100) > _root.dificultad) {
disparo_latencia = 12;
} else if (_root.accion != "muerto") {
if (rand_grana > 0) {
rand_grana = 3;
if (_root.accion == "agachao") {
rand_grana = 5;
}
if (random(rand_grana) > 1) {
this.gotoAndPlay(200);
}
rand_grana = 0;
} else {
rand_grana = 3;
}
}
}
}
if ((_root.m_x + 620) < this._x) {
gotoAndPlay (81);
}
Symbol 826 MovieClip Frame 85
gotoAndPlay (120);
Symbol 826 MovieClip Frame 91
gotoAndPlay (130);
Symbol 826 MovieClip Frame 97
gotoAndPlay (140);
Symbol 826 MovieClip Frame 103
gotoAndPlay (150);
Symbol 826 MovieClip Frame 109
gotoAndPlay (160);
Symbol 826 MovieClip Frame 122
if (disparo_latencia == 0) {
if (balas == 0) {
gotoAndPlay (70);
balas = balastotales;
} else {
goto = 143;
if (((_root.tio._x - _root.mundo._x) - this._x) > 90) {
if (((_root.tio._x - _root.mundo._x) - this._x) > 200) {
goto = 163;
} else {
goto = 153;
}
}
if (((_root.tio._x - _root.mundo._x) - this._x) < -90) {
if (((_root.tio._x - _root.mundo._x) - this._x) < -200) {
goto = 123;
} else {
goto = 133;
}
}
gotoAndPlay(goto);
balas--;
}
disparo_latencia = latencia;
} else {
goto = 140;
if (((_root.tio._x - _root.mundo._x) - this._x) > 90) {
if (((_root.tio._x - _root.mundo._x) - this._x) > 200) {
goto = 160;
} else {
goto = 150;
}
}
if (((_root.tio._x - _root.mundo._x) - this._x) < -90) {
if (((_root.tio._x - _root.mundo._x) - this._x) < -200) {
goto = 120;
} else {
goto = 130;
}
}
gotoAndPlay(goto);
if (random(2) == 0) {
disparo_latencia--;
}
}
Symbol 826 MovieClip Frame 123
j = _root.j;
bloqueado = 0;
shapes = 0;
while (shapes <= 10) {
if (_root.mundo["shape" + shapes].hitTest(ranx, rany, true)) {
bloqueado = 1;
if (_root.mundo["shape" + shapes].hitTest(ranx, rany - 25, true)) {
posicioncoche = 25;
}
if (_root.mundo["shape" + shapes].hitTest(ranx, (rany - posicioncoche) - 15, true)) {
posicioncoche = posicioncoche + 15;
}
if (_root.mundo["shape" + shapes].hitTest(ranx, (rany - posicioncoche) - 5, true)) {
posicioncoche = posicioncoche + 5;
}
coche = shapes;
shapes = 10;
}
shapes++;
}
if (bloqueado == 0) {
if (_root.tio.hit.hitTest(ranx, rany - 15, true)) {
_root.vida._xscale = _root.vida._xscale - _root["da\u00F1opipa"];
_root.mundo.sangretio.duplicateMovieClip("splat" + j, j + 80);
if ((_root.accion != "muerto") && (_root.accion != "muerto_s")) {
_root.flashblood.gotoAndPlay(2);
}
if ((_root.accion == "muerto") || (_root.accion == "muerto_s")) {
_root.mundo["splat" + j]._x = ((_root.m_x + _root.tio._x) + random(40)) - 20;
_root.mundo["splat" + j]._y = (_root.tio._y + random(15)) - 5;
} else {
_root.mundo["splat" + j]._x = ((_root.m_x + _root.tio._x) + random(40)) - 20;
_root.mundo["splat" + j]._y = (_root.tio._y + random(60)) - 30;
}
} else {
_root.mundo.humo_alante.duplicateMovieClip("humo_acera" + j, j + 40);
_root.mundo["humo_acera" + j]._x = _root.m_x + ranx;
_root.mundo["humo_acera" + j]._y = rany;
_root.j++;
}
} else if (((((((((_root.tio.hit.hitTest(ranx, rany - 15, true) and (random(3) != 1)) and (_root.accion != "agachao")) && (_root.accion != "desagachao")) && (_root.accion != "sj_i")) && (_root.accion != "sj_d")) && (_root.accion != "arrastrando_i")) && (_root.accion != "arrastrando_d")) && (_root.accion != "rodando_i")) && (_root.accion != "rodando_d")) {
_root.vida._xscale = _root.vida._xscale - _root["da\u00F1opipa"];
_root.mundo.sangretio.duplicateMovieClip("splat" + j, j + 80);
if ((_root.accion != "muerto") && (_root.accion != "muerto_s")) {
_root.flashblood.gotoAndPlay(2);
}
if ((_root.accion == "muerto") || (_root.accion == "muerto_s")) {
_root.mundo["splat" + j]._x = ((_root.m_x + _root.tio._x) + random(40)) - 20;
_root.mundo["splat" + j]._y = (_root.tio._y + random(15)) - 5;
} else {
_root.mundo["splat" + j]._x = ((_root.m_x + _root.tio._x) + random(40)) - 20;
_root.mundo["splat" + j]._y = (_root.tio._y + random(60)) - 30;
}
} else {
rany = rany - posicioncoche;
_root.mundo.chispa.duplicateMovieClip("chispa" + j, j + 100);
_root.mundo["chispa" + j]._x = _root.m_x + ranx;
_root.mundo["chispa" + j]._y = rany;
_root.j++;
_root.sonido_lata.gotoAndPlay(2);
if (_root.mundo["shape" + coche].hits < 999) {
_root.mundo["shape" + coche].hits++;
}
if (_root.mundo["shape" + coche].hits >= _root.mundo["shape" + coche].max3) {
_root.mundo["shape" + coche].gotoAndPlay(50);
_root.mundo["shape" + coche].max3 = 1000;
} else {
if (_root.mundo["shape" + coche].hits >= _root.mundo["shape" + coche].max2) {
_root.mundo["shape" + coche].gotoAndPlay(30);
_root.mundo["shape" + coche].max2 = 10000;
} else if (_root.mundo["shape" + coche].hits >= _root.mundo["shape" + coche].max1) {
_root.mundo["shape" + coche].max1 = 10000;
_root.mundo["shape" + coche].gotoAndPlay(15);
_root.sonido_cristal.gotoAndPlay(2);
}
if (_root.mundo["shape" + coche]._currentframe < 50) {
_root.mundo["shape" + coche].gotoAndPlay(_root.mundo["shape" + coche]._currentframe + 1);
}
}
}
rany = random(20) + 320;
ranx = (_root.tio._x + random(100)) - 50;
Symbol 826 MovieClip Frame 128
if (balas == 0) {
gotoAndPlay (70);
balas = balastotales;
} else if (random(4) == 0) {
gotoAndPlay(this._currentFrame - 1);
} else {
goto = 143;
if (((_root.tio._x - _root.mundo._x) - this._x) > 90) {
if (((_root.tio._x - _root.mundo._x) - this._x) > 200) {
goto = 163;
} else {
goto = 153;
}
}
if (((_root.tio._x - _root.mundo._x) - this._x) < -90) {
if (((_root.tio._x - _root.mundo._x) - this._x) < -200) {
goto = 123;
} else {
goto = 133;
}
}
gotoAndPlay(goto);
balas--;
}
Symbol 826 MovieClip Frame 132
if (disparo_latencia == 0) {
if (balas == 0) {
gotoAndPlay (70);
balas = balastotales;
} else {
goto = 143;
if (((_root.tio._x - _root.mundo._x) - this._x) > 90) {
if (((_root.tio._x - _root.mundo._x) - this._x) > 200) {
goto = 163;
} else {
goto = 153;
}
}
if (((_root.tio._x - _root.mundo._x) - this._x) < -90) {
if (((_root.tio._x - _root.mundo._x) - this._x) < -200) {
goto = 123;
} else {
goto = 133;
}
}
gotoAndPlay(goto);
balas--;
}
disparo_latencia = latencia;
} else {
goto = 140;
if (((_root.tio._x - _root.mundo._x) - this._x) > 90) {
if (((_root.tio._x - _root.mundo._x) - this._x) > 200) {
goto = 160;
} else {
goto = 150;
}
}
if (((_root.tio._x - _root.mundo._x) - this._x) < -90) {
if (((_root.tio._x - _root.mundo._x) - this._x) < -200) {
goto = 120;
} else {
goto = 130;
}
}
gotoAndPlay(goto);
if (random(2) == 0) {
disparo_latencia--;
}
}
Symbol 826 MovieClip Frame 133
j = _root.j;
bloqueado = 0;
shapes = 0;
while (shapes <= 10) {
if (_root.mundo["shape" + shapes].hitTest(ranx, rany, true)) {
bloqueado = 1;
if (_root.mundo["shape" + shapes].hitTest(ranx, rany - 25, true)) {
posicioncoche = 25;
}
if (_root.mundo["shape" + shapes].hitTest(ranx, (rany - posicioncoche) - 15, true)) {
posicioncoche = posicioncoche + 15;
}
if (_root.mundo["shape" + shapes].hitTest(ranx, (rany - posicioncoche) - 5, true)) {
posicioncoche = posicioncoche + 5;
}
coche = shapes;
shapes = 10;
}
shapes++;
}
if (bloqueado == 0) {
if (_root.tio.hit.hitTest(ranx, rany - 15, true)) {
_root.vida._xscale = _root.vida._xscale - _root["da\u00F1opipa"];
_root.mundo.sangretio.duplicateMovieClip("splat" + j, j + 80);
if ((_root.accion != "muerto") && (_root.accion != "muerto_s")) {
_root.flashblood.gotoAndPlay(2);
}
if ((_root.accion == "muerto") || (_root.accion == "muerto_s")) {
_root.mundo["splat" + j]._x = ((_root.m_x + _root.tio._x) + random(40)) - 20;
_root.mundo["splat" + j]._y = (_root.tio._y + random(15)) - 5;
} else {
_root.mundo["splat" + j]._x = ((_root.m_x + _root.tio._x) + random(40)) - 20;
_root.mundo["splat" + j]._y = (_root.tio._y + random(60)) - 30;
}
} else {
_root.mundo.humo_alante.duplicateMovieClip("humo_acera" + j, j + 40);
_root.mundo["humo_acera" + j]._x = _root.m_x + ranx;
_root.mundo["humo_acera" + j]._y = rany;
_root.j++;
}
} else if (((((((((_root.tio.hit.hitTest(ranx, rany - 15, true) and (random(3) != 1)) and (_root.accion != "agachao")) && (_root.accion != "desagachao")) && (_root.accion != "sj_i")) && (_root.accion != "sj_d")) && (_root.accion != "arrastrando_i")) && (_root.accion != "arrastrando_d")) && (_root.accion != "rodando_i")) && (_root.accion != "rodando_d")) {
_root.vida._xscale = _root.vida._xscale - _root["da\u00F1opipa"];
_root.mundo.sangretio.duplicateMovieClip("splat" + j, j + 80);
if ((_root.accion != "muerto") && (_root.accion != "muerto_s")) {
_root.flashblood.gotoAndPlay(2);
}
if ((_root.accion == "muerto") || (_root.accion == "muerto_s")) {
_root.mundo["splat" + j]._x = ((_root.m_x + _root.tio._x) + random(40)) - 20;
_root.mundo["splat" + j]._y = (_root.tio._y + random(15)) - 5;
} else {
_root.mundo["splat" + j]._x = ((_root.m_x + _root.tio._x) + random(40)) - 20;
_root.mundo["splat" + j]._y = (_root.tio._y + random(60)) - 30;
}
} else {
rany = rany - posicioncoche;
_root.mundo.chispa.duplicateMovieClip("chispa" + j, j + 100);
_root.mundo["chispa" + j]._x = _root.m_x + ranx;
_root.mundo["chispa" + j]._y = rany;
_root.j++;
_root.sonido_lata.gotoAndPlay(2);
if (_root.mundo["shape" + coche].hits < 999) {
_root.mundo["shape" + coche].hits++;
}
if (_root.mundo["shape" + coche].hits >= _root.mundo["shape" + coche].max3) {
_root.mundo["shape" + coche].gotoAndPlay(50);
_root.mundo["shape" + coche].max3 = 1000;
} else {
if (_root.mundo["shape" + coche].hits >= _root.mundo["shape" + coche].max2) {
_root.mundo["shape" + coche].gotoAndPlay(30);
_root.mundo["shape" + coche].max2 = 10000;
} else if (_root.mundo["shape" + coche].hits >= _root.mundo["shape" + coche].max1) {
_root.mundo["shape" + coche].max1 = 10000;
_root.mundo["shape" + coche].gotoAndPlay(15);
_root.sonido_cristal.gotoAndPlay(2);
}
if (_root.mundo["shape" + coche]._currentframe < 50) {
_root.mundo["shape" + coche].gotoAndPlay(_root.mundo["shape" + coche]._currentframe + 1);
}
}
}
rany = random(20) + 320;
ranx = (_root.tio._x + random(100)) - 50;
Symbol 826 MovieClip Frame 138
if (balas == 0) {
gotoAndPlay (70);
balas = balastotales;
} else if (random(4) == 0) {
gotoAndPlay(this._currentFrame - 1);
} else {
goto = 143;
if (((_root.tio._x - _root.mundo._x) - this._x) > 90) {
if (((_root.tio._x - _root.mundo._x) - this._x) > 200) {
goto = 163;
} else {
goto = 153;
}
}
if (((_root.tio._x - _root.mundo._x) - this._x) < -90) {
if (((_root.tio._x - _root.mundo._x) - this._x) < -200) {
goto = 123;
} else {
goto = 133;
}
}
gotoAndPlay(goto);
balas--;
}
Symbol 826 MovieClip Frame 142
if (disparo_latencia == 0) {
if (balas == 0) {
gotoAndPlay (70);
balas = balastotales;
} else {
goto = 143;
if (((_root.tio._x - _root.mundo._x) - this._x) > 90) {
if (((_root.tio._x - _root.mundo._x) - this._x) > 200) {
goto = 163;
} else {
goto = 153;
}
}
if (((_root.tio._x - _root.mundo._x) - this._x) < -90) {
if (((_root.tio._x - _root.mundo._x) - this._x) < -200) {
goto = 123;
} else {
goto = 133;
}
}
gotoAndPlay(goto);
balas--;
}
disparo_latencia = latencia;
} else {
goto = 140;
if (((_root.tio._x - _root.mundo._x) - this._x) > 90) {
if (((_root.tio._x - _root.mundo._x) - this._x) > 200) {
goto = 160;
} else {
goto = 150;
}
}
if (((_root.tio._x - _root.mundo._x) - this._x) < -90) {
if (((_root.tio._x - _root.mundo._x) - this._x) < -200) {
goto = 120;
} else {
goto = 130;
}
}
gotoAndPlay(goto);
if (random(2) == 0) {
disparo_latencia--;
}
}
Symbol 826 MovieClip Frame 143
j = _root.j;
bloqueado = 0;
shapes = 0;
while (shapes <= 10) {
if (_root.mundo["shape" + shapes].hitTest(ranx, rany, true)) {
bloqueado = 1;
if (_root.mundo["shape" + shapes].hitTest(ranx, rany - 25, true)) {
posicioncoche = 25;
}
if (_root.mundo["shape" + shapes].hitTest(ranx, (rany - posicioncoche) - 15, true)) {
posicioncoche = posicioncoche + 15;
}
if (_root.mundo["shape" + shapes].hitTest(ranx, (rany - posicioncoche) - 5, true)) {
posicioncoche = posicioncoche + 5;
}
coche = shapes;
shapes = 10;
}
shapes++;
}
if (bloqueado == 0) {
if (_root.tio.hit.hitTest(ranx, rany - 15, true)) {
_root.vida._xscale = _root.vida._xscale - _root["da\u00F1opipa"];
_root.mundo.sangretio.duplicateMovieClip("splat" + j, j + 80);
if ((_root.accion != "muerto") && (_root.accion != "muerto_s")) {
_root.flashblood.gotoAndPlay(2);
}
if ((_root.accion == "muerto") || (_root.accion == "muerto_s")) {
_root.mundo["splat" + j]._x = ((_root.m_x + _root.tio._x) + random(40)) - 20;
_root.mundo["splat" + j]._y = (_root.tio._y + random(15)) - 5;
} else {
_root.mundo["splat" + j]._x = ((_root.m_x + _root.tio._x) + random(40)) - 20;
_root.mundo["splat" + j]._y = (_root.tio._y + random(60)) - 30;
}
} else {
_root.mundo.humo_alante.duplicateMovieClip("humo_acera" + j, j + 40);
_root.mundo["humo_acera" + j]._x = _root.m_x + ranx;
_root.mundo["humo_acera" + j]._y = rany;
_root.j++;
}
} else if (((((((((_root.tio.hit.hitTest(ranx, rany - 15, true) and (random(3) != 1)) and (_root.accion != "agachao")) && (_root.accion != "desagachao")) && (_root.accion != "sj_i")) && (_root.accion != "sj_d")) && (_root.accion != "arrastrando_i")) && (_root.accion != "arrastrando_d")) && (_root.accion != "rodando_i")) && (_root.accion != "rodando_d")) {
_root.vida._xscale = _root.vida._xscale - _root["da\u00F1opipa"];
_root.mundo.sangretio.duplicateMovieClip("splat" + j, j + 80);
if ((_root.accion != "muerto") && (_root.accion != "muerto_s")) {
_root.flashblood.gotoAndPlay(2);
}
if ((_root.accion == "muerto") || (_root.accion == "muerto_s")) {
_root.mundo["splat" + j]._x = ((_root.m_x + _root.tio._x) + random(40)) - 20;
_root.mundo["splat" + j]._y = (_root.tio._y + random(15)) - 5;
} else {
_root.mundo["splat" + j]._x = ((_root.m_x + _root.tio._x) + random(40)) - 20;
_root.mundo["splat" + j]._y = (_root.tio._y + random(60)) - 30;
}
} else {
rany = rany - posicioncoche;
_root.mundo.chispa.duplicateMovieClip("chispa" + j, j + 100);
_root.mundo["chispa" + j]._x = _root.m_x + ranx;
_root.mundo["chispa" + j]._y = rany;
_root.j++;
_root.sonido_lata.gotoAndPlay(2);
if (_root.mundo["shape" + coche].hits < 999) {
_root.mundo["shape" + coche].hits++;
}
if (_root.mundo["shape" + coche].hits >= _root.mundo["shape" + coche].max3) {
_root.mundo["shape" + coche].gotoAndPlay(50);
_root.mundo["shape" + coche].max3 = 1000;
} else {
if (_root.mundo["shape" + coche].hits >= _root.mundo["shape" + coche].max2) {
_root.mundo["shape" + coche].gotoAndPlay(30);
_root.mundo["shape" + coche].max2 = 10000;
} else if (_root.mundo["shape" + coche].hits >= _root.mundo["shape" + coche].max1) {
_root.mundo["shape" + coche].max1 = 10000;
_root.mundo["shape" + coche].gotoAndPlay(15);
_root.sonido_cristal.gotoAndPlay(2);
}
if (_root.mundo["shape" + coche]._currentframe < 50) {
_root.mundo["shape" + coche].gotoAndPlay(_root.mundo["shape" + coche]._currentframe + 1);
}
}
}
rany = random(20) + 320;
ranx = (_root.tio._x + random(100)) - 50;
Symbol 826 MovieClip Frame 148
if (balas == 0) {
gotoAndPlay (70);
balas = balastotales;
} else if (random(4) == 0) {
gotoAndPlay(this._currentFrame - 1);
} else {
goto = 143;
if (((_root.tio._x - _root.mundo._x) - this._x) > 90) {
if (((_root.tio._x - _root.mundo._x) - this._x) > 200) {
goto = 163;
} else {
goto = 153;
}
}
if (((_root.tio._x - _root.mundo._x) - this._x) < -90) {
if (((_root.tio._x - _root.mundo._x) - this._x) < -200) {
goto = 123;
} else {
goto = 133;
}
}
gotoAndPlay(goto);
balas--;
}
Symbol 826 MovieClip Frame 152
if (disparo_latencia == 0) {
if (balas == 0) {
gotoAndPlay (70);
balas = balastotales;
} else {
goto = 143;
if (((_root.tio._x - _root.mundo._x) - this._x) > 90) {
if (((_root.tio._x - _root.mundo._x) - this._x) > 200) {
goto = 163;
} else {
goto = 153;
}
}
if (((_root.tio._x - _root.mundo._x) - this._x) < -90) {
if (((_root.tio._x - _root.mundo._x) - this._x) < -200) {
goto = 123;
} else {
goto = 133;
}
}
gotoAndPlay(goto);
balas--;
}
disparo_latencia = latencia;
} else {
goto = 140;
if (((_root.tio._x - _root.mundo._x) - this._x) > 90) {
if (((_root.tio._x - _root.mundo._x) - this._x) > 200) {
goto = 160;
} else {
goto = 150;
}
}
if (((_root.tio._x - _root.mundo._x) - this._x) < -90) {
if (((_root.tio._x - _root.mundo._x) - this._x) < -200) {
goto = 120;
} else {
goto = 130;
}
}
gotoAndPlay(goto);
if (random(2) == 0) {
disparo_latencia--;
}
}
Symbol 826 MovieClip Frame 153
j = _root.j;
bloqueado = 0;
shapes = 0;
while (shapes <= 10) {
if (_root.mundo["shape" + shapes].hitTest(ranx, rany, true)) {
bloqueado = 1;
if (_root.mundo["shape" + shapes].hitTest(ranx, rany - 25, true)) {
posicioncoche = 25;
}
if (_root.mundo["shape" + shapes].hitTest(ranx, (rany - posicioncoche) - 15, true)) {
posicioncoche = posicioncoche + 15;
}
if (_root.mundo["shape" + shapes].hitTest(ranx, (rany - posicioncoche) - 5, true)) {
posicioncoche = posicioncoche + 5;
}
coche = shapes;
shapes = 10;
}
shapes++;
}
if (bloqueado == 0) {
if (_root.tio.hit.hitTest(ranx, rany - 15, true)) {
_root.vida._xscale = _root.vida._xscale - _root["da\u00F1opipa"];
_root.mundo.sangretio.duplicateMovieClip("splat" + j, j + 80);
if ((_root.accion != "muerto") && (_root.accion != "muerto_s")) {
_root.flashblood.gotoAndPlay(2);
}
if ((_root.accion == "muerto") || (_root.accion == "muerto_s")) {
_root.mundo["splat" + j]._x = ((_root.m_x + _root.tio._x) + random(40)) - 20;
_root.mundo["splat" + j]._y = (_root.tio._y + random(15)) - 5;
} else {
_root.mundo["splat" + j]._x = ((_root.m_x + _root.tio._x) + random(40)) - 20;
_root.mundo["splat" + j]._y = (_root.tio._y + random(60)) - 30;
}
} else {
_root.mundo.humo_alante.duplicateMovieClip("humo_acera" + j, j + 40);
_root.mundo["humo_acera" + j]._x = _root.m_x + ranx;
_root.mundo["humo_acera" + j]._y = rany;
_root.j++;
}
} else if (((((((((_root.tio.hit.hitTest(ranx, rany - 15, true) and (random(3) != 1)) and (_root.accion != "agachao")) && (_root.accion != "desagachao")) && (_root.accion != "sj_i")) && (_root.accion != "sj_d")) && (_root.accion != "arrastrando_i")) && (_root.accion != "arrastrando_d")) && (_root.accion != "rodando_i")) && (_root.accion != "rodando_d")) {
_root.vida._xscale = _root.vida._xscale - _root["da\u00F1opipa"];
_root.mundo.sangretio.duplicateMovieClip("splat" + j, j + 80);
if ((_root.accion != "muerto") && (_root.accion != "muerto_s")) {
_root.flashblood.gotoAndPlay(2);
}
if ((_root.accion == "muerto") || (_root.accion == "muerto_s")) {
_root.mundo["splat" + j]._x = ((_root.m_x + _root.tio._x) + random(40)) - 20;
_root.mundo["splat" + j]._y = (_root.tio._y + random(15)) - 5;
} else {
_root.mundo["splat" + j]._x = ((_root.m_x + _root.tio._x) + random(40)) - 20;
_root.mundo["splat" + j]._y = (_root.tio._y + random(60)) - 30;
}
} else {
rany = rany - posicioncoche;
_root.mundo.chispa.duplicateMovieClip("chispa" + j, j + 100);
_root.mundo["chispa" + j]._x = _root.m_x + ranx;
_root.mundo["chispa" + j]._y = rany;
_root.j++;
_root.sonido_lata.gotoAndPlay(2);
if (_root.mundo["shape" + coche].hits < 999) {
_root.mundo["shape" + coche].hits++;
}
if (_root.mundo["shape" + coche].hits >= _root.mundo["shape" + coche].max3) {
_root.mundo["shape" + coche].gotoAndPlay(50);
_root.mundo["shape" + coche].max3 = 1000;
} else {
if (_root.mundo["shape" + coche].hits >= _root.mundo["shape" + coche].max2) {
_root.mundo["shape" + coche].gotoAndPlay(30);
_root.mundo["shape" + coche].max2 = 10000;
} else if (_root.mundo["shape" + coche].hits >= _root.mundo["shape" + coche].max1) {
_root.mundo["shape" + coche].max1 = 10000;
_root.mundo["shape" + coche].gotoAndPlay(15);
_root.sonido_cristal.gotoAndPlay(2);
}
if (_root.mundo["shape" + coche]._currentframe < 50) {
_root.mundo["shape" + coche].gotoAndPlay(_root.mundo["shape" + coche]._currentframe + 1);
}
}
}
rany = random(20) + 320;
ranx = (_root.tio._x + random(100)) - 50;
Symbol 826 MovieClip Frame 158
if (balas == 0) {
gotoAndPlay (70);
balas = balastotales;
} else if (random(4) == 0) {
gotoAndPlay(this._currentFrame - 1);
} else {
goto = 143;
if (((_root.tio._x - _root.mundo._x) - this._x) > 90) {
if (((_root.tio._x - _root.mundo._x) - this._x) > 200) {
goto = 163;
} else {
goto = 153;
}
}
if (((_root.tio._x - _root.mundo._x) - this._x) < -90) {
if (((_root.tio._x - _root.mundo._x) - this._x) < -200) {
goto = 123;
} else {
goto = 133;
}
}
gotoAndPlay(goto);
balas--;
}
Symbol 826 MovieClip Frame 162
if (disparo_latencia == 0) {
if (balas == 0) {
gotoAndPlay (70);
balas = balastotales;
} else {
goto = 143;
if (((_root.tio._x - _root.mundo._x) - this._x) > 90) {
if (((_root.tio._x - _root.mundo._x) - this._x) > 200) {
goto = 163;
} else {
goto = 153;
}
}
if (((_root.tio._x - _root.mundo._x) - this._x) < -90) {
if (((_root.tio._x - _root.mundo._x) - this._x) < -200) {
goto = 123;
} else {
goto = 133;
}
}
gotoAndPlay(goto);
balas--;
}
disparo_latencia = latencia;
} else {
goto = 140;
if (((_root.tio._x - _root.mundo._x) - this._x) > 90) {
if (((_root.tio._x - _root.mundo._x) - this._x) > 200) {
goto = 160;
} else {
goto = 150;
}
}
if (((_root.tio._x - _root.mundo._x) - this._x) < -90) {
if (((_root.tio._x - _root.mundo._x) - this._x) < -200) {
goto = 120;
} else {
goto = 130;
}
}
gotoAndPlay(goto);
if (random(2) == 0) {
disparo_latencia--;
}
}
Symbol 826 MovieClip Frame 163
j = _root.j;
bloqueado = 0;
shapes = 0;
while (shapes <= 10) {
if (_root.mundo["shape" + shapes].hitTest(ranx, rany, true)) {
bloqueado = 1;
if (_root.mundo["shape" + shapes].hitTest(ranx, rany - 25, true)) {
posicioncoche = 25;
}
if (_root.mundo["shape" + shapes].hitTest(ranx, (rany - posicioncoche) - 15, true)) {
posicioncoche = posicioncoche + 15;
}
if (_root.mundo["shape" + shapes].hitTest(ranx, (rany - posicioncoche) - 5, true)) {
posicioncoche = posicioncoche + 5;
}
coche = shapes;
shapes = 10;
}
shapes++;
}
if (bloqueado == 0) {
if (_root.tio.hit.hitTest(ranx, rany - 15, true)) {
_root.vida._xscale = _root.vida._xscale - _root["da\u00F1opipa"];
_root.mundo.sangretio.duplicateMovieClip("splat" + j, j + 80);
if ((_root.accion != "muerto") && (_root.accion != "muerto_s")) {
_root.flashblood.gotoAndPlay(2);
}
if ((_root.accion == "muerto") || (_root.accion == "muerto_s")) {
_root.mundo["splat" + j]._x = ((_root.m_x + _root.tio._x) + random(40)) - 20;
_root.mundo["splat" + j]._y = (_root.tio._y + random(15)) - 5;
} else {
_root.mundo["splat" + j]._x = ((_root.m_x + _root.tio._x) + random(40)) - 20;
_root.mundo["splat" + j]._y = (_root.tio._y + random(60)) - 30;
}
} else {
_root.mundo.humo_alante.duplicateMovieClip("humo_acera" + j, j + 40);
_root.mundo["humo_acera" + j]._x = _root.m_x + ranx;
_root.mundo["humo_acera" + j]._y = rany;
_root.j++;
}
} else if (((((((((_root.tio.hit.hitTest(ranx, rany - 15, true) and (random(3) != 1)) and (_root.accion != "agachao")) && (_root.accion != "desagachao")) && (_root.accion != "sj_i")) && (_root.accion != "sj_d")) && (_root.accion != "arrastrando_i")) && (_root.accion != "arrastrando_d")) && (_root.accion != "rodando_i")) && (_root.accion != "rodando_d")) {
_root.vida._xscale = _root.vida._xscale - _root["da\u00F1opipa"];
_root.mundo.sangretio.duplicateMovieClip("splat" + j, j + 80);
if ((_root.accion != "muerto") && (_root.accion != "muerto_s")) {
_root.flashblood.gotoAndPlay(2);
}
if ((_root.accion == "muerto") || (_root.accion == "muerto_s")) {
_root.mundo["splat" + j]._x = ((_root.m_x + _root.tio._x) + random(40)) - 20;
_root.mundo["splat" + j]._y = (_root.tio._y + random(15)) - 5;
} else {
_root.mundo["splat" + j]._x = ((_root.m_x + _root.tio._x) + random(40)) - 20;
_root.mundo["splat" + j]._y = (_root.tio._y + random(60)) - 30;
}
} else {
rany = rany - posicioncoche;
_root.mundo.chispa.duplicateMovieClip("chispa" + j, j + 100);
_root.mundo["chispa" + j]._x = _root.m_x + ranx;
_root.mundo["chispa" + j]._y = rany;
_root.j++;
_root.sonido_lata.gotoAndPlay(2);
if (_root.mundo["shape" + coche].hits < 999) {
_root.mundo["shape" + coche].hits++;
}
if (_root.mundo["shape" + coche].hits >= _root.mundo["shape" + coche].max3) {
_root.mundo["shape" + coche].gotoAndPlay(50);
_root.mundo["shape" + coche].max3 = 1000;
} else {
if (_root.mundo["shape" + coche].hits >= _root.mundo["shape" + coche].max2) {
_root.mundo["shape" + coche].gotoAndPlay(30);
_root.mundo["shape" + coche].max2 = 10000;
} else if (_root.mundo["shape" + coche].hits >= _root.mundo["shape" + coche].max1) {
_root.mundo["shape" + coche].max1 = 10000;
_root.mundo["shape" + coche].gotoAndPlay(15);
_root.sonido_cristal.gotoAndPlay(2);
}
if (_root.mundo["shape" + coche]._currentframe < 50) {
_root.mundo["shape" + coche].gotoAndPlay(_root.mundo["shape" + coche]._currentframe + 1);
}
}
}
rany = random(20) + 320;
ranx = (_root.tio._x + random(100)) - 50;
Symbol 826 MovieClip Frame 168
if (balas == 0) {
gotoAndPlay (70);
balas = balastotales;
} else if (random(4) == 0) {
gotoAndPlay(this._currentFrame - 1);
} else {
goto = 143;
if (((_root.tio._x - _root.mundo._x) - this._x) > 90) {
if (((_root.tio._x - _root.mundo._x) - this._x) > 200) {
goto = 163;
} else {
goto = 153;
}
}
if (((_root.tio._x - _root.mundo._x) - this._x) < -90) {
if (((_root.tio._x - _root.mundo._x) - this._x) < -200) {
goto = 123;
} else {
goto = 133;
}
}
gotoAndPlay(goto);
balas--;
}
Symbol 826 MovieClip Frame 201
if (_root.accion == "muerto") {
gotoAndPlay (70);
}
Symbol 826 MovieClip Frame 209
_root.mundo.alante.granada_roja.duplicateMovieClip("granada2_" + _root.k, _root.k + 730);
_root.mundo.alante["granada2_" + _root.k]._x = this._x + 30;
_root.mundo.alante["granada2_" + _root.k]._y = this._y;
_root.mundo.alante["granada2_" + _root.k].gotoAndPlay(2);
_root.k++;
Symbol 826 MovieClip Frame 212
gotoAndPlay (72);
Symbol 826 MovieClip Frame 235
gotoAndPlay (70);
Symbol 826 MovieClip Frame 252
if (dead != "si") {
dead = "si";
_root.mundo[(("posicion" + nombrecont) + "_") + pos_num].gotoAndStop(1);
_root.mundo.mundomobs["creamobs" + nombrecont].mobs--;
if (maloandante == "si") {
_root.killcount_a++;
} else {
_root.killcount++;
}
}
Symbol 826 MovieClip Frame 259
existe = 0;
this.removeMovieClip();
stop();
Symbol 826 MovieClip Frame 271
if (_root.j < 80) {
_root.j++;
} else {
_root.j = 0;
}
_root.mundo.marcas.sangremalo.duplicateMovieClip("sangre" + _root.j, _root.j + 70);
_root.mundo.marcas["sangre" + _root.j].gotoAndPlay(4);
_root.mundo.marcas["sangre" + _root.j]._x = ((this._x + 20) + random(80)) - 40;
_root.mundo.marcas["sangre" + _root.j]._y = ((this._y + 30) + random(80)) - 40;
_root.mundo.marcas["sangre" + _root.j]._rotation = random(360);
Symbol 826 MovieClip Frame 286
if (dead != "si") {
dead = "si";
_root.mundo[(("posicion" + nombrecont) + "_") + pos_num].gotoAndStop(1);
_root.mundo.mundomobs["creamobs" + nombrecont].mobs--;
if (maloandante == "si") {
_root.killcount_a++;
} else {
_root.killcount++;
}
}
Symbol 826 MovieClip Frame 296
existe = 0;
this.removeMovieClip();
stop();
Symbol 826 MovieClip Frame 306
gotoAndPlay (300);
Symbol 838 MovieClip Frame 1
Symbol 838 MovieClip Frame 11
if (parado == 0) {
gotoAndPlay (1);
}
Symbol 838 MovieClip Frame 31
if (dead != "si") {
dead = "si";
_root.mundo[(("posicion" + nombrecont) + "_") + pos_num].gotoAndStop(1);
_root.mundo.mundomobs["creamobs" + nombrecont].mobs--;
if (maloandante == "si") {
_root.killcount_a++;
} else {
_root.killcount++;
}
}
Symbol 838 MovieClip Frame 39
existe = 0;
this.removeMovieClip();
stop();
Symbol 838 MovieClip Frame 56
accion = 0;
animado = 0;
if (parado == 0) {
gotoAndPlay (1);
} else {
gotoAndPlay (76);
}
Symbol 838 MovieClip Frame 66
accion = 0;
animado = 0;
if (parado == 0) {
gotoAndPlay (1);
} else {
gotoAndPlay (76);
}
Symbol 838 MovieClip Frame 71
if (random(100) > _root.dificultad) {
disparo_latencia = 12;
} else if (rand_grana != 0) {
rand_grana = 3;
if (_root.accion == "agachao") {
rand_grana = 5;
}
if (random(rand_grana) > 1) {
this.gotoAndPlay(200);
}
rand_grana = 0;
} else {
rand_grana = 3;
}
Symbol 838 MovieClip Frame 79
rany = random(20) + 320;
ranx = (_root.tio._x + random(100)) - 50;
Symbol 838 MovieClip Frame 82
if (this._x < (_root.m_x - 50)) {
this.removeMovieClip();
}
gotoAndPlay (95);
if (maloandante == "si") {
if (_root.tio._x > ((this._x - _root.m_x) + 360)) {
mobs_creados++;
mobs++;
antigua_i = _root.mundo.mundomobs.i - 1;
if (_root.mundo.mundomobs.i > 20) {
_root.mundo.mundomobs.i = 1;
}
i = _root.mundo.mundomobs.i;
_root.mundo.mundomobs.i++;
if (_root.mundo.mundomobs["enemigo1_" + antigua_i].existe == si) {
_root.mundo.mundomobs.i++;
i++;
}
_root.mundo.mundomobs.enemigo1.duplicateMovieClip("enemigo1_" + i, i);
_root.mundo.mundomobs["enemigo1_" + i]._x = this._x;
_root.mundo.mundomobs["enemigo1_" + i]._y = this._y;
_root.mundo.mundomobs["enemigo1_" + i].posicion = posicion + 200;
_root.mundo.mundomobs["enemigo1_" + i].hits = hits;
_root.mundo.mundomobs["enemigo1_" + i].maloandante = "si";
this.removeMovieClip();
}
} else {
if ((((_root.tio._x - _root.mundo._x) - this._x) > 635) && (_root.pared_mov != 1)) {
gotoAndStop (81);
}
if ((((_root.tio._x - _root.mundo._x) - this._x) > 460) && (_root.pared_mov == 1)) {
gotoAndStop (81);
} else {
if (((_root.tio._x - _root.mundo._x) - this._x) > 90) {
if (((_root.tio._x - _root.mundo._x) - this._x) > 200) {
gotoAndPlay (105);
} else {
gotoAndPlay (100);
}
}
if (((_root.tio._x - _root.mundo._x) - this._x) < -90) {
if (((_root.tio._x - _root.mundo._x) - this._x) < -200) {
gotoAndPlay (120);
} else {
gotoAndPlay (90);
}
}
if (random(100) > _root.dificultad) {
disparo_latencia = 12;
} else if (rand_grana > 0) {
rand_grana = 3;
if (_root.accion == "agachao") {
rand_grana = 5;
}
if (random(rand_grana) > 1) {
this.gotoAndPlay(200);
}
rand_grana = 0;
} else {
rand_grana = 3;
}
}
}
if ((_root.m_x + 620) < this._x) {
gotoAndPlay (81);
}
Symbol 838 MovieClip Frame 85
gotoAndPlay (120);
Symbol 838 MovieClip Frame 91
gotoAndPlay (130);
Symbol 838 MovieClip Frame 97
gotoAndPlay (140);
Symbol 838 MovieClip Frame 103
gotoAndPlay (150);
Symbol 838 MovieClip Frame 109
gotoAndPlay (160);
Symbol 838 MovieClip Frame 122
if (disparo_latencia == 0) {
if (balas == 0) {
gotoAndPlay (70);
balas = balastotales;
} else {
goto = 143;
if (((_root.tio._x - _root.mundo._x) - this._x) > 90) {
if (((_root.tio._x - _root.mundo._x) - this._x) > 200) {
goto = 163;
} else {
goto = 153;
}
}
if (((_root.tio._x - _root.mundo._x) - this._x) < -90) {
if (((_root.tio._x - _root.mundo._x) - this._x) < -200) {
goto = 123;
} else {
goto = 133;
}
}
gotoAndPlay(goto);
balas--;
}
disparo_latencia = latencia;
} else {
goto = 140;
if (((_root.tio._x - _root.mundo._x) - this._x) > 90) {
if (((_root.tio._x - _root.mundo._x) - this._x) > 200) {
goto = 160;
} else {
goto = 150;
}
}
if (((_root.tio._x - _root.mundo._x) - this._x) < -90) {
if (((_root.tio._x - _root.mundo._x) - this._x) < -200) {
goto = 120;
} else {
goto = 130;
}
}
gotoAndPlay(goto);
if (random(2) == 0) {
disparo_latencia--;
}
}
Symbol 838 MovieClip Frame 123
j = _root.j;
bloqueado = 0;
shapes = 0;
while (shapes <= 10) {
if (_root.mundo["shape" + shapes].hitTest(ranx, rany, true)) {
bloqueado = 1;
if (_root.mundo["shape" + shapes].hitTest(ranx, rany - 25, true)) {
posicioncoche = 25;
}
if (_root.mundo["shape" + shapes].hitTest(ranx, (rany - posicioncoche) - 15, true)) {
posicioncoche = posicioncoche + 15;
}
if (_root.mundo["shape" + shapes].hitTest(ranx, (rany - posicioncoche) - 5, true)) {
posicioncoche = posicioncoche + 5;
}
coche = shapes;
shapes = 10;
}
shapes++;
}
if (bloqueado == 0) {
if (_root.tio.hit.hitTest(ranx, rany - 15, true)) {
_root.vida._xscale = _root.vida._xscale - _root["da\u00F1opipa"];
_root.mundo.sangretio.duplicateMovieClip("splat" + j, j + 80);
if ((_root.accion != "muerto") && (_root.accion != "muerto_s")) {
_root.flashblood.gotoAndPlay(2);
}
if ((_root.accion == "muerto") || (_root.accion == "muerto_s")) {
_root.mundo["splat" + j]._x = ((_root.m_x + _root.tio._x) + random(40)) - 20;
_root.mundo["splat" + j]._y = (_root.tio._y + random(15)) - 5;
} else {
_root.mundo["splat" + j]._x = ((_root.m_x + _root.tio._x) + random(40)) - 20;
_root.mundo["splat" + j]._y = (_root.tio._y + random(60)) - 30;
}
} else {
_root.mundo.humo_alante.duplicateMovieClip("humo_acera" + j, j + 40);
_root.mundo["humo_acera" + j]._x = _root.m_x + ranx;
_root.mundo["humo_acera" + j]._y = rany;
_root.j++;
}
} else if (((((((((_root.tio.hit.hitTest(ranx, rany - 15, true) and (random(3) != 1)) and (_root.accion != "agachao")) && (_root.accion != "desagachao")) && (_root.accion != "sj_i")) && (_root.accion != "sj_d")) && (_root.accion != "arrastrando_i")) && (_root.accion != "arrastrando_d")) && (_root.accion != "rodando_i")) && (_root.accion != "rodando_d")) {
_root.vida._xscale = _root.vida._xscale - _root["da\u00F1opipa"];
_root.mundo.sangretio.duplicateMovieClip("splat" + j, j + 80);
if ((_root.accion != "muerto") && (_root.accion != "muerto_s")) {
_root.flashblood.gotoAndPlay(2);
}
if ((_root.accion == "muerto") || (_root.accion == "muerto_s")) {
_root.mundo["splat" + j]._x = ((_root.m_x + _root.tio._x) + random(40)) - 20;
_root.mundo["splat" + j]._y = (_root.tio._y + random(15)) - 5;
} else {
_root.mundo["splat" + j]._x = ((_root.m_x + _root.tio._x) + random(40)) - 20;
_root.mundo["splat" + j]._y = (_root.tio._y + random(60)) - 30;
}
} else {
rany = rany - posicioncoche;
_root.mundo.chispa.duplicateMovieClip("chispa" + j, j + 100);
_root.mundo["chispa" + j]._x = _root.m_x + ranx;
_root.mundo["chispa" + j]._y = rany;
_root.j++;
_root.sonido_lata.gotoAndPlay(2);
if (_root.mundo["shape" + coche].hits < 999) {
_root.mundo["shape" + coche].hits++;
}
if (_root.mundo["shape" + coche].hits >= _root.mundo["shape" + coche].max3) {
_root.mundo["shape" + coche].gotoAndPlay(50);
_root.mundo["shape" + coche].max3 = 1000;
} else {
if (_root.mundo["shape" + coche].hits >= _root.mundo["shape" + coche].max2) {
_root.mundo["shape" + coche].gotoAndPlay(30);
_root.mundo["shape" + coche].max2 = 10000;
} else if (_root.mundo["shape" + coche].hits >= _root.mundo["shape" + coche].max1) {
_root.mundo["shape" + coche].max1 = 10000;
_root.mundo["shape" + coche].gotoAndPlay(15);
_root.sonido_cristal.gotoAndPlay(2);
}
if (_root.mundo["shape" + coche]._currentframe < 50) {
_root.mundo["shape" + coche].gotoAndPlay(_root.mundo["shape" + coche]._currentframe + 1);
}
}
}
rany = random(20) + 320;
ranx = (_root.tio._x + random(100)) - 50;
Symbol 838 MovieClip Frame 128
if (balas == 0) {
gotoAndPlay (70);
balas = balastotales;
} else if (random(4) == 0) {
gotoAndPlay(this._currentFrame - 1);
} else {
goto = 143;
if (((_root.tio._x + _root.mundo._x) - this._x) > 90) {
if (((_root.tio._x + _root.mundo._x) - this._x) > 200) {
goto = 163;
} else {
goto = 153;
}
}
if (((_root.tio._x + _root.mundo._x) - this._x) < -90) {
if (((_root.tio._x + _root.mundo._x) - this._x) < -200) {
goto = 123;
} else {
goto = 133;
}
}
gotoAndPlay(goto);
balas--;
}
Symbol 838 MovieClip Frame 132
if (disparo_latencia == 0) {
if (balas == 0) {
gotoAndPlay (70);
balas = balastotales;
} else {
goto = 143;
if (((_root.tio._x - _root.mundo._x) - this._x) > 90) {
if (((_root.tio._x - _root.mundo._x) - this._x) > 200) {
goto = 163;
} else {
goto = 153;
}
}
if (((_root.tio._x - _root.mundo._x) - this._x) < -90) {
if (((_root.tio._x - _root.mundo._x) - this._x) < -200) {
goto = 123;
} else {
goto = 133;
}
}
gotoAndPlay(goto);
balas--;
}
disparo_latencia = latencia;
} else {
goto = 140;
if (((_root.tio._x - _root.mundo._x) - this._x) > 90) {
if (((_root.tio._x - _root.mundo._x) - this._x) > 200) {
goto = 160;
} else {
goto = 150;
}
}
if (((_root.tio._x - _root.mundo._x) - this._x) < -90) {
if (((_root.tio._x - _root.mundo._x) - this._x) < -200) {
goto = 120;
} else {
goto = 130;
}
}
gotoAndPlay(goto);
if (random(2) == 0) {
disparo_latencia--;
}
}
Symbol 838 MovieClip Frame 133
j = _root.j;
bloqueado = 0;
shapes = 0;
while (shapes <= 10) {
if (_root.mundo["shape" + shapes].hitTest(ranx, rany, true)) {
bloqueado = 1;
if (_root.mundo["shape" + shapes].hitTest(ranx, rany - 25, true)) {
posicioncoche = 25;
}
if (_root.mundo["shape" + shapes].hitTest(ranx, (rany - posicioncoche) - 15, true)) {
posicioncoche = posicioncoche + 15;
}
if (_root.mundo["shape" + shapes].hitTest(ranx, (rany - posicioncoche) - 5, true)) {
posicioncoche = posicioncoche + 5;
}
coche = shapes;
shapes = 10;
}
shapes++;
}
if (bloqueado == 0) {
if (_root.tio.hit.hitTest(ranx, rany - 15, true)) {
_root.vida._xscale = _root.vida._xscale - _root["da\u00F1opipa"];
_root.mundo.sangretio.duplicateMovieClip("splat" + j, j + 80);
if ((_root.accion != "muerto") && (_root.accion != "muerto_s")) {
_root.flashblood.gotoAndPlay(2);
}
if ((_root.accion == "muerto") || (_root.accion == "muerto_s")) {
_root.mundo["splat" + j]._x = ((_root.m_x + _root.tio._x) + random(40)) - 20;
_root.mundo["splat" + j]._y = (_root.tio._y + random(15)) - 5;
} else {
_root.mundo["splat" + j]._x = ((_root.m_x + _root.tio._x) + random(40)) - 20;
_root.mundo["splat" + j]._y = (_root.tio._y + random(60)) - 30;
}
} else {
_root.mundo.humo_alante.duplicateMovieClip("humo_acera" + j, j + 40);
_root.mundo["humo_acera" + j]._x = _root.m_x + ranx;
_root.mundo["humo_acera" + j]._y = rany;
_root.j++;
}
} else if (((((((((_root.tio.hit.hitTest(ranx, rany - 15, true) and (random(3) != 1)) and (_root.accion != "agachao")) && (_root.accion != "desagachao")) && (_root.accion != "sj_i")) && (_root.accion != "sj_d")) && (_root.accion != "arrastrando_i")) && (_root.accion != "arrastrando_d")) && (_root.accion != "rodando_i")) && (_root.accion != "rodando_d")) {
_root.vida._xscale = _root.vida._xscale - _root["da\u00F1opipa"];
_root.mundo.sangretio.duplicateMovieClip("splat" + j, j + 80);
if ((_root.accion != "muerto") && (_root.accion != "muerto_s")) {
_root.flashblood.gotoAndPlay(2);
}
if ((_root.accion == "muerto") || (_root.accion == "muerto_s")) {
_root.mundo["splat" + j]._x = ((_root.m_x + _root.tio._x) + random(40)) - 20;
_root.mundo["splat" + j]._y = (_root.tio._y + random(15)) - 5;
} else {
_root.mundo["splat" + j]._x = ((_root.m_x + _root.tio._x) + random(40)) - 20;
_root.mundo["splat" + j]._y = (_root.tio._y + random(60)) - 30;
}
} else {
rany = rany - posicioncoche;
_root.mundo.chispa.duplicateMovieClip("chispa" + j, j + 100);
_root.mundo["chispa" + j]._x = _root.m_x + ranx;
_root.mundo["chispa" + j]._y = rany;
_root.j++;
_root.sonido_lata.gotoAndPlay(2);
if (_root.mundo["shape" + coche].hits < 999) {
_root.mundo["shape" + coche].hits++;
}
if (_root.mundo["shape" + coche].hits >= _root.mundo["shape" + coche].max3) {
_root.mundo["shape" + coche].gotoAndPlay(50);
_root.mundo["shape" + coche].max3 = 1000;
} else {
if (_root.mundo["shape" + coche].hits >= _root.mundo["shape" + coche].max2) {
_root.mundo["shape" + coche].gotoAndPlay(30);
_root.mundo["shape" + coche].max2 = 10000;
} else if (_root.mundo["shape" + coche].hits >= _root.mundo["shape" + coche].max1) {
_root.mundo["shape" + coche].max1 = 10000;
_root.mundo["shape" + coche].gotoAndPlay(15);
_root.sonido_cristal.gotoAndPlay(2);
}
if (_root.mundo["shape" + coche]._currentframe < 50) {
_root.mundo["shape" + coche].gotoAndPlay(_root.mundo["shape" + coche]._currentframe + 1);
}
}
}
rany = random(20) + 320;
ranx = (_root.tio._x + random(100)) - 50;
Symbol 838 MovieClip Frame 138
if (balas == 0) {
gotoAndPlay (70);
balas = balastotales;
} else if (random(4) == 0) {
gotoAndPlay(this._currentFrame - 1);
} else {
goto = 143;
if (((_root.tio._x - _root.mundo._x) - this._x) > 90) {
if (((_root.tio._x - _root.mundo._x) - this._x) > 200) {
goto = 163;
} else {
goto = 153;
}
}
if (((_root.tio._x - _root.mundo._x) - this._x) < -90) {
if (((_root.tio._x - _root.mundo._x) - this._x) < -200) {
goto = 123;
} else {
goto = 133;
}
}
gotoAndPlay(goto);
balas--;
}
Symbol 838 MovieClip Frame 142
if (disparo_latencia == 0) {
if (balas == 0) {
gotoAndPlay (70);
balas = balastotales;
} else {
goto = 143;
if (((_root.tio._x - _root.mundo._x) - this._x) > 90) {
if (((_root.tio._x - _root.mundo._x) - this._x) > 200) {
goto = 163;
} else {
goto = 153;
}
}
if (((_root.tio._x - _root.mundo._x) - this._x) < -90) {
if (((_root.tio._x - _root.mundo._x) - this._x) < -200) {
goto = 123;
} else {
goto = 133;
}
}
gotoAndPlay(goto);
balas--;
}
disparo_latencia = latencia;
} else {
goto = 140;
if (((_root.tio._x - _root.mundo._x) - this._x) > 90) {
if (((_root.tio._x - _root.mundo._x) - this._x) > 200) {
goto = 160;
} else {
goto = 150;
}
}
if (((_root.tio._x - _root.mundo._x) - this._x) < -90) {
if (((_root.tio._x - _root.mundo._x) - this._x) < -200) {
goto = 120;
} else {
goto = 130;
}
}
gotoAndPlay(goto);
if (random(2) == 0) {
disparo_latencia--;
}
}
Symbol 838 MovieClip Frame 143
j = _root.j;
bloqueado = 0;
shapes = 0;
while (shapes <= 10) {
if (_root.mundo["shape" + shapes].hitTest(ranx, rany, true)) {
bloqueado = 1;
if (_root.mundo["shape" + shapes].hitTest(ranx, rany - 25, true)) {
posicioncoche = 25;
}
if (_root.mundo["shape" + shapes].hitTest(ranx, (rany - posicioncoche) - 15, true)) {
posicioncoche = posicioncoche + 15;
}
if (_root.mundo["shape" + shapes].hitTest(ranx, (rany - posicioncoche) - 5, true)) {
posicioncoche = posicioncoche + 5;
}
coche = shapes;
shapes = 10;
}
shapes++;
}
if (bloqueado == 0) {
if (_root.tio.hit.hitTest(ranx, rany - 15, true)) {
_root.vida._xscale = _root.vida._xscale - _root["da\u00F1opipa"];
_root.mundo.sangretio.duplicateMovieClip("splat" + j, j + 80);
if ((_root.accion != "muerto") && (_root.accion != "muerto_s")) {
_root.flashblood.gotoAndPlay(2);
}
if ((_root.accion == "muerto") || (_root.accion == "muerto_s")) {
_root.mundo["splat" + j]._x = ((_root.m_x + _root.tio._x) + random(40)) - 20;
_root.mundo["splat" + j]._y = (_root.tio._y + random(15)) - 5;
} else {
_root.mundo["splat" + j]._x = ((_root.m_x + _root.tio._x) + random(40)) - 20;
_root.mundo["splat" + j]._y = (_root.tio._y + random(60)) - 30;
}
} else {
_root.mundo.humo_alante.duplicateMovieClip("humo_acera" + j, j + 40);
_root.mundo["humo_acera" + j]._x = _root.m_x + ranx;
_root.mundo["humo_acera" + j]._y = rany;
_root.j++;
}
} else if (((((((((_root.tio.hit.hitTest(ranx, rany - 15, true) and (random(3) != 1)) and (_root.accion != "agachao")) && (_root.accion != "desagachao")) && (_root.accion != "sj_i")) && (_root.accion != "sj_d")) && (_root.accion != "arrastrando_i")) && (_root.accion != "arrastrando_d")) && (_root.accion != "rodando_i")) && (_root.accion != "rodando_d")) {
_root.vida._xscale = _root.vida._xscale - _root["da\u00F1opipa"];
_root.mundo.sangretio.duplicateMovieClip("splat" + j, j + 80);
if ((_root.accion != "muerto") && (_root.accion != "muerto_s")) {
_root.flashblood.gotoAndPlay(2);
}
if ((_root.accion == "muerto") || (_root.accion == "muerto_s")) {
_root.mundo["splat" + j]._x = ((_root.m_x + _root.tio._x) + random(40)) - 20;
_root.mundo["splat" + j]._y = (_root.tio._y + random(15)) - 5;
} else {
_root.mundo["splat" + j]._x = ((_root.m_x + _root.tio._x) + random(40)) - 20;
_root.mundo["splat" + j]._y = (_root.tio._y + random(60)) - 30;
}
} else {
rany = rany - posicioncoche;
_root.mundo.chispa.duplicateMovieClip("chispa" + j, j + 100);
_root.mundo["chispa" + j]._x = _root.m_x + ranx;
_root.mundo["chispa" + j]._y = rany;
_root.j++;
_root.sonido_lata.gotoAndPlay(2);
if (_root.mundo["shape" + coche].hits < 999) {
_root.mundo["shape" + coche].hits++;
}
if (_root.mundo["shape" + coche].hits >= _root.mundo["shape" + coche].max3) {
_root.mundo["shape" + coche].gotoAndPlay(50);
_root.mundo["shape" + coche].max3 = 1000;
} else {
if (_root.mundo["shape" + coche].hits >= _root.mundo["shape" + coche].max2) {
_root.mundo["shape" + coche].gotoAndPlay(30);
_root.mundo["shape" + coche].max2 = 10000;
} else if (_root.mundo["shape" + coche].hits >= _root.mundo["shape" + coche].max1) {
_root.mundo["shape" + coche].max1 = 10000;
_root.mundo["shape" + coche].gotoAndPlay(15);
_root.sonido_cristal.gotoAndPlay(2);
}
if (_root.mundo["shape" + coche]._currentframe < 50) {
_root.mundo["shape" + coche].gotoAndPlay(_root.mundo["shape" + coche]._currentframe + 1);
}
}
}
rany = random(20) + 320;
ranx = (_root.tio._x + random(100)) - 50;
Symbol 838 MovieClip Frame 148
if (balas == 0) {
gotoAndPlay (70);
balas = balastotales;
} else if (random(4) == 0) {
gotoAndPlay(this._currentFrame - 1);
} else {
goto = 143;
if (((_root.tio._x - _root.mundo._x) - this._x) > 90) {
if (((_root.tio._x - _root.mundo._x) - this._x) > 200) {
goto = 163;
} else {
goto = 153;
}
}
if (((_root.tio._x - _root.mundo._x) - this._x) < -90) {
if (((_root.tio._x - _root.mundo._x) - this._x) < -200) {
goto = 123;
} else {
goto = 133;
}
}
gotoAndPlay(goto);
balas--;
}
Symbol 838 MovieClip Frame 152
if (disparo_latencia == 0) {
if (balas == 0) {
gotoAndPlay (70);
balas = balastotales;
} else {
goto = 143;
if (((_root.tio._x - _root.mundo._x) - this._x) > 90) {
if (((_root.tio._x - _root.mundo._x) - this._x) > 200) {
goto = 163;
} else {
goto = 153;
}
}
if (((_root.tio._x - _root.mundo._x) - this._x) < -90) {
if (((_root.tio._x - _root.mundo._x) - this._x) < -200) {
goto = 123;
} else {
goto = 133;
}
}
gotoAndPlay(goto);
balas--;
}
disparo_latencia = latencia;
} else {
goto = 140;
if (((_root.tio._x - _root.mundo._x) - this._x) > 90) {
if (((_root.tio._x - _root.mundo._x) - this._x) > 200) {
goto = 160;
} else {
goto = 150;
}
}
if (((_root.tio._x - _root.mundo._x) - this._x) < -90) {
if (((_root.tio._x - _root.mundo._x) - this._x) < -200) {
goto = 120;
} else {
goto = 130;
}
}
gotoAndPlay(goto);
if (random(2) == 0) {
disparo_latencia--;
}
}
Symbol 838 MovieClip Frame 153
j = _root.j;
bloqueado = 0;
shapes = 0;
while (shapes <= 10) {
if (_root.mundo["shape" + shapes].hitTest(ranx, rany, true)) {
bloqueado = 1;
if (_root.mundo["shape" + shapes].hitTest(ranx, rany - 25, true)) {
posicioncoche = 25;
}
if (_root.mundo["shape" + shapes].hitTest(ranx, (rany - posicioncoche) - 15, true)) {
posicioncoche = posicioncoche + 15;
}
if (_root.mundo["shape" + shapes].hitTest(ranx, (rany - posicioncoche) - 5, true)) {
posicioncoche = posicioncoche + 5;
}
coche = shapes;
shapes = 10;
}
shapes++;
}
if (bloqueado == 0) {
if (_root.tio.hit.hitTest(ranx, rany - 15, true)) {
_root.vida._xscale = _root.vida._xscale - _root["da\u00F1opipa"];
_root.mundo.sangretio.duplicateMovieClip("splat" + j, j + 80);
if ((_root.accion != "muerto") && (_root.accion != "muerto_s")) {
_root.flashblood.gotoAndPlay(2);
}
if ((_root.accion == "muerto") || (_root.accion == "muerto_s")) {
_root.mundo["splat" + j]._x = ((_root.m_x + _root.tio._x) + random(40)) - 20;
_root.mundo["splat" + j]._y = (_root.tio._y + random(15)) - 5;
} else {
_root.mundo["splat" + j]._x = ((_root.m_x + _root.tio._x) + random(40)) - 20;
_root.mundo["splat" + j]._y = (_root.tio._y + random(60)) - 30;
}
} else {
_root.mundo.humo_alante.duplicateMovieClip("humo_acera" + j, j + 40);
_root.mundo["humo_acera" + j]._x = _root.m_x + ranx;
_root.mundo["humo_acera" + j]._y = rany;
_root.j++;
}
} else if (((((((((_root.tio.hit.hitTest(ranx, rany - 15, true) and (random(3) != 1)) and (_root.accion != "agachao")) && (_root.accion != "desagachao")) && (_root.accion != "sj_i")) && (_root.accion != "sj_d")) && (_root.accion != "arrastrando_i")) && (_root.accion != "arrastrando_d")) && (_root.accion != "rodando_i")) && (_root.accion != "rodando_d")) {
_root.vida._xscale = _root.vida._xscale - _root["da\u00F1opipa"];
_root.mundo.sangretio.duplicateMovieClip("splat" + j, j + 80);
if ((_root.accion != "muerto") && (_root.accion != "muerto_s")) {
_root.flashblood.gotoAndPlay(2);
}
if ((_root.accion == "muerto") || (_root.accion == "muerto_s")) {
_root.mundo["splat" + j]._x = ((_root.m_x + _root.tio._x) + random(40)) - 20;
_root.mundo["splat" + j]._y = (_root.tio._y + random(15)) - 5;
} else {
_root.mundo["splat" + j]._x = ((_root.m_x + _root.tio._x) + random(40)) - 20;
_root.mundo["splat" + j]._y = (_root.tio._y + random(60)) - 30;
}
} else {
rany = rany - posicioncoche;
_root.mundo.chispa.duplicateMovieClip("chispa" + j, j + 100);
_root.mundo["chispa" + j]._x = _root.m_x + ranx;
_root.mundo["chispa" + j]._y = rany;
_root.j++;
_root.sonido_lata.gotoAndPlay(2);
if (_root.mundo["shape" + coche].hits < 999) {
_root.mundo["shape" + coche].hits++;
}
if (_root.mundo["shape" + coche].hits >= _root.mundo["shape" + coche].max3) {
_root.mundo["shape" + coche].gotoAndPlay(50);
_root.mundo["shape" + coche].max3 = 1000;
} else {
if (_root.mundo["shape" + coche].hits >= _root.mundo["shape" + coche].max2) {
_root.mundo["shape" + coche].gotoAndPlay(30);
_root.mundo["shape" + coche].max2 = 10000;
} else if (_root.mundo["shape" + coche].hits >= _root.mundo["shape" + coche].max1) {
_root.mundo["shape" + coche].max1 = 10000;
_root.mundo["shape" + coche].gotoAndPlay(15);
_root.sonido_cristal.gotoAndPlay(2);
}
if (_root.mundo["shape" + coche]._currentframe < 50) {
_root.mundo["shape" + coche].gotoAndPlay(_root.mundo["shape" + coche]._currentframe + 1);
}
}
}
rany = random(20) + 320;
ranx = (_root.tio._x + random(100)) - 50;
Symbol 838 MovieClip Frame 158
if (balas == 0) {
gotoAndPlay (70);
balas = balastotales;
} else if (random(4) == 0) {
gotoAndPlay(this._currentFrame - 1);
} else {
goto = 143;
if (((_root.tio._x - _root.mundo._x) - this._x) > 90) {
if (((_root.tio._x - _root.mundo._x) - this._x) > 200) {
goto = 163;
} else {
goto = 153;
}
}
if (((_root.tio._x - _root.mundo._x) - this._x) < -90) {
if (((_root.tio._x - _root.mundo._x) - this._x) < -200) {
goto = 123;
} else {
goto = 133;
}
}
gotoAndPlay(goto);
balas--;
}
Symbol 838 MovieClip Frame 162
if (disparo_latencia == 0) {
if (balas == 0) {
gotoAndPlay (70);
balas = balastotales;
} else {
goto = 143;
if (((_root.tio._x - _root.mundo._x) - this._x) > 90) {
if (((_root.tio._x - _root.mundo._x) - this._x) > 200) {
goto = 163;
} else {
goto = 153;
}
}
if (((_root.tio._x - _root.mundo._x) - this._x) < -90) {
if (((_root.tio._x - _root.mundo._x) - this._x) < -200) {
goto = 123;
} else {
goto = 133;
}
}
gotoAndPlay(goto);
balas--;
}
disparo_latencia = latencia;
} else {
goto = 140;
if (((_root.tio._x - _root.mundo._x) - this._x) > 90) {
if (((_root.tio._x - _root.mundo._x) - this._x) > 200) {
goto = 160;
} else {
goto = 150;
}
}
if (((_root.tio._x - _root.mundo._x) - this._x) < -90) {
if (((_root.tio._x - _root.mundo._x) - this._x) < -200) {
goto = 120;
} else {
goto = 130;
}
}
gotoAndPlay(goto);
if (random(2) == 0) {
disparo_latencia--;
}
}
Symbol 838 MovieClip Frame 163
j = _root.j;
bloqueado = 0;
shapes = 0;
while (shapes <= 10) {
if (_root.mundo["shape" + shapes].hitTest(ranx, rany, true)) {
bloqueado = 1;
if (_root.mundo["shape" + shapes].hitTest(ranx, rany - 25, true)) {
posicioncoche = 25;
}
if (_root.mundo["shape" + shapes].hitTest(ranx, (rany - posicioncoche) - 15, true)) {
posicioncoche = posicioncoche + 15;
}
if (_root.mundo["shape" + shapes].hitTest(ranx, (rany - posicioncoche) - 5, true)) {
posicioncoche = posicioncoche + 5;
}
coche = shapes;
shapes = 10;
}
shapes++;
}
if (bloqueado == 0) {
if (_root.tio.hit.hitTest(ranx, rany - 15, true)) {
_root.vida._xscale = _root.vida._xscale - _root["da\u00F1opipa"];
_root.mundo.sangretio.duplicateMovieClip("splat" + j, j + 80);
if ((_root.accion != "muerto") && (_root.accion != "muerto_s")) {
_root.flashblood.gotoAndPlay(2);
}
if ((_root.accion == "muerto") || (_root.accion == "muerto_s")) {
_root.mundo["splat" + j]._x = ((_root.m_x + _root.tio._x) + random(40)) - 20;
_root.mundo["splat" + j]._y = (_root.tio._y + random(15)) - 5;
} else {
_root.mundo["splat" + j]._x = ((_root.m_x + _root.tio._x) + random(40)) - 20;
_root.mundo["splat" + j]._y = (_root.tio._y + random(60)) - 30;
}
} else {
_root.mundo.humo_alante.duplicateMovieClip("humo_acera" + j, j + 40);
_root.mundo["humo_acera" + j]._x = _root.m_x + ranx;
_root.mundo["humo_acera" + j]._y = rany;
_root.j++;
}
} else if (((((((((_root.tio.hit.hitTest(ranx, rany - 15, true) and (random(3) != 1)) and (_root.accion != "agachao")) && (_root.accion != "desagachao")) && (_root.accion != "sj_i")) && (_root.accion != "sj_d")) && (_root.accion != "arrastrando_i")) && (_root.accion != "arrastrando_d")) && (_root.accion != "rodando_i")) && (_root.accion != "rodando_d")) {
_root.vida._xscale = _root.vida._xscale - _root["da\u00F1opipa"];
_root.mundo.sangretio.duplicateMovieClip("splat" + j, j + 80);
if ((_root.accion != "muerto") && (_root.accion != "muerto_s")) {
_root.flashblood.gotoAndPlay(2);
}
if ((_root.accion == "muerto") || (_root.accion == "muerto_s")) {
_root.mundo["splat" + j]._x = ((_root.m_x + _root.tio._x) + random(40)) - 20;
_root.mundo["splat" + j]._y = (_root.tio._y + random(15)) - 5;
} else {
_root.mundo["splat" + j]._x = ((_root.m_x + _root.tio._x) + random(40)) - 20;
_root.mundo["splat" + j]._y = (_root.tio._y + random(60)) - 30;
}
} else {
rany = rany - posicioncoche;
_root.mundo.chispa.duplicateMovieClip("chispa" + j, j + 100);
_root.mundo["chispa" + j]._x = _root.m_x + ranx;
_root.mundo["chispa" + j]._y = rany;
_root.j++;
_root.sonido_lata.gotoAndPlay(2);
if (_root.mundo["shape" + coche].hits < 999) {
_root.mundo["shape" + coche].hits++;
}
if (_root.mundo["shape" + coche].hits >= _root.mundo["shape" + coche].max3) {
_root.mundo["shape" + coche].gotoAndPlay(50);
_root.mundo["shape" + coche].max3 = 1000;
} else {
if (_root.mundo["shape" + coche].hits >= _root.mundo["shape" + coche].max2) {
_root.mundo["shape" + coche].gotoAndPlay(30);
_root.mundo["shape" + coche].max2 = 10000;
} else if (_root.mundo["shape" + coche].hits >= _root.mundo["shape" + coche].max1) {
_root.mundo["shape" + coche].max1 = 10000;
_root.mundo["shape" + coche].gotoAndPlay(15);
_root.sonido_cristal.gotoAndPlay(2);
}
if (_root.mundo["shape" + coche]._currentframe < 50) {
_root.mundo["shape" + coche].gotoAndPlay(_root.mundo["shape" + coche]._currentframe + 1);
}
}
}
rany = random(20) + 320;
ranx = (_root.tio._x + random(100)) - 50;
Symbol 838 MovieClip Frame 168
if (balas == 0) {
gotoAndPlay (70);
balas = balastotales;
} else if (random(4) == 0) {
gotoAndPlay(this._currentFrame - 1);
} else {
goto = 143;
if (((_root.tio._x - _root.mundo._x) - this._x) > 90) {
if (((_root.tio._x - _root.mundo._x) - this._x) > 200) {
goto = 163;
} else {
goto = 153;
}
}
if (((_root.tio._x - _root.mundo._x) - this._x) < -90) {
if (((_root.tio._x - _root.mundo._x) - this._x) < -200) {
goto = 123;
} else {
goto = 133;
}
}
gotoAndPlay(goto);
balas--;
}
Symbol 838 MovieClip Frame 201
if (_root.accion == "muerto") {
gotoAndPlay (70);
}
Symbol 838 MovieClip Frame 209
_root.mundo.alante.granada_roja.duplicateMovieClip("granada2_" + _root.k, _root.k + 730);
_root.mundo.alante["granada2_" + _root.k]._x = this._x + 30;
_root.mundo.alante["granada2_" + _root.k]._y = this._y;
_root.mundo.alante["granada2_" + _root.k].gotoAndPlay(2);
_root.k++;
Symbol 838 MovieClip Frame 212
gotoAndPlay (72);
Symbol 838 MovieClip Frame 252
if (dead != "si") {
dead = "si";
_root.mundo[(("posicion" + nombrecont) + "_") + pos_num].gotoAndStop(1);
_root.mundo.mundomobs["creamobs" + nombrecont].mobs--;
if (maloandante == "si") {
_root.killcount_a++;
} else {
_root.killcount++;
}
}
Symbol 838 MovieClip Frame 259
existe = 0;
this.removeMovieClip();
stop();
Symbol 838 MovieClip Frame 271
if (_root.j < 80) {
_root.j++;
} else {
_root.j = 0;
}
_root.mundo.marcas.sangremalo.duplicateMovieClip("sangre" + _root.j, _root.j + 70);
_root.mundo.marcas["sangre" + _root.j].gotoAndPlay(4);
_root.mundo.marcas["sangre" + _root.j]._x = ((this._x + 20) + random(80)) - 40;
_root.mundo.marcas["sangre" + _root.j]._y = ((this._y + 30) + random(80)) - 40;
_root.mundo.marcas["sangre" + _root.j]._rotation = random(360);
Symbol 838 MovieClip Frame 286
if (dead != "si") {
dead = "si";
_root.mundo[(("posicion" + nombrecont) + "_") + pos_num].gotoAndStop(1);
_root.mundo.mundomobs["creamobs" + nombrecont].mobs--;
if (maloandante == "si") {
_root.killcount_a++;
} else {
_root.killcount++;
}
}
Symbol 838 MovieClip Frame 296
existe = 0;
this.removeMovieClip();
stop();
Symbol 838 MovieClip Frame 297
existe = 0;
this.removeMovieClip();
stop();
Symbol 838 MovieClip Frame 306
gotoAndPlay (300);
Symbol 1028 MovieClip Frame 11
if (parado == 0) {
gotoAndPlay (1);
}
Symbol 1028 MovieClip Frame 31
if (dead != "si") {
dead = "si";
_root.mundo[(("posicion" + nombrecont) + "_") + pos_num].gotoAndStop(1);
_root.mundo.mundomobs["creamobs" + nombrecont].mobs--;
if (maloandante == "si") {
_root.killcount_a++;
} else {
_root.killcount++;
}
}
Symbol 1028 MovieClip Frame 39
existe = 0;
this.removeMovieClip();
stop();
Symbol 1028 MovieClip Frame 56
accion = 0;
animado = 0;
if (parado == 0) {
gotoAndPlay (1);
} else {
gotoAndPlay (76);
}
Symbol 1028 MovieClip Frame 66
accion = 0;
animado = 0;
if (parado == 0) {
gotoAndPlay (1);
} else {
gotoAndPlay (76);
}
Symbol 1028 MovieClip Frame 71
recargando = 0;
if (balas < balastotales) {
balas++;
} else {
gotoAndPlay (90);
}
Symbol 1028 MovieClip Frame 80
if (balas < balastotales) {
balas++;
} else {
gotoAndPlay (89);
}
Symbol 1028 MovieClip Frame 99
rany = random(20) + 320;
ranx = (_root.tio._x + random(40)) - 20;
if (recargando == 1) {
gotoAndPlay (70);
}
Symbol 1028 MovieClip Frame 102
if (this._x < (_root.m_x - 50)) {
this.removeMovieClip();
}
if (this._x > (_root.m_x + 690)) {
this.removeMovieClip();
}
if (maloandante == "si") {
if (_root.tio._x > ((this._x - _root.m_x) + 300)) {
mobs_creados++;
mobs++;
antigua_i = _root.mundo.mundomobs.i - 1;
if (_root.mundo.mundomobs.i > 20) {
_root.mundo.mundomobs.i = 1;
}
i = _root.mundo.mundomobs.i;
_root.mundo.mundomobs.i++;
if (_root.mundo.mundomobs["enemigo1_" + antigua_i].existe == si) {
_root.mundo.mundomobs.i++;
i++;
}
_root.mundo.mundomobs.maloesco1.duplicateMovieClip("enemigo1_" + i, i);
_root.mundo.mundomobs["enemigo1_" + i]._x = this._x;
_root.mundo.mundomobs["enemigo1_" + i]._y = this._y;
_root.mundo.mundomobs["enemigo1_" + i].posicion = posicion + 200;
_root.mundo.mundomobs["enemigo1_" + i].hits = hits;
_root.mundo.mundomobs["enemigo1_" + i].maloandante = "si";
this.removeMovieClip();
}
} else {
if ((((_root.tio._x - _root.mundo._x) - this._x) > 635) && (_root.pared_mov != 1)) {
gotoAndStop (81);
}
if ((((_root.tio._x - _root.mundo._x) - this._x) > 460) && (_root.pared_mov == 1)) {
gotoAndStop (81);
} else {
gotop = 120;
if (random(100) > _root.dificultad) {
disparo_latencia = 400;
} else if (_root.accion != "muerto") {
if (rand_grana > 0) {
rand_grana = 3;
if (_root.accion == "agachao") {
rand_grana = 5;
}
if (random(rand_grana) > 1) {
gotop = 200;
}
rand_grana = 0;
} else {
rand_grana = 3;
}
}
}
}
if ((_root.m_x + 640) < this._x) {
gotop = 100;
}
if (dead == "si") {
gotop = 300;
}
gotoAndPlay(gotop);
Symbol 1028 MovieClip Frame 106
gotoAndPlay (120);
Symbol 1028 MovieClip Frame 109
gotoAndPlay (140);
Symbol 1028 MovieClip Frame 114
gotoAndPlay (150);
Symbol 1028 MovieClip Frame 117
gotoAndPlay (89);
Symbol 1028 MovieClip Frame 120
goto = 140;
if (((_root.tio._x - _root.mundo._x) - this._x) > 90) {
if (((_root.tio._x - _root.mundo._x) - this._x) > 200) {
goto = 160;
} else {
goto = 150;
}
}
if (((_root.tio._x - _root.mundo._x) - this._x) < -30) {
if (((_root.tio._x - _root.mundo._x) - this._x) < -200) {
goto = 120;
} else {
goto = 130;
}
}
gotoAndPlay(goto);
Symbol 1028 MovieClip Frame 125
if (disparo_latencia >= 100) {
disparo_latencia = disparo_latencia - 100;
this.gotoAndPlay(this._currentframe - 4);
} else {
disparo_latencia = latencia;
}
Symbol 1028 MovieClip Frame 126
num = 0;
while (num < 5) {
j = _root.j;
bloqueado = 0;
shapes = 0;
while (shapes <= 10) {
if (_root.mundo["shape" + shapes].hitTest(ranx, rany, true)) {
bloqueado = 1;
if (_root.mundo["shape" + shapes].hitTest(ranx, rany - 25, true)) {
posicioncoche = 25;
}
if (_root.mundo["shape" + shapes].hitTest(ranx, (rany - posicioncoche) - 15, true)) {
posicioncoche = posicioncoche + 15;
}
if (_root.mundo["shape" + shapes].hitTest(ranx, (rany - posicioncoche) - 5, true)) {
posicioncoche = posicioncoche + 5;
}
coche = shapes;
shapes = 10;
}
shapes++;
}
if (bloqueado == 0) {
if (_root.tio.hit.hitTest(ranx, rany - 15, true)) {
_root.vida._xscale = _root.vida._xscale - _root["da\u00F1opipa"];
_root.mundo.sangretio.duplicateMovieClip("splat" + j, j + 80);
if ((_root.accion != "muerto") && (_root.accion != "muerto_s")) {
_root.flashblood.gotoAndPlay(2);
}
if ((_root.accion == "muerto") || (_root.accion == "muerto_s")) {
_root.mundo["splat" + j]._x = ((_root.m_x + _root.tio._x) + random(40)) - 20;
_root.mundo["splat" + j]._y = (_root.tio._y + random(15)) - 5;
} else {
_root.mundo["splat" + j]._x = ((_root.m_x + _root.tio._x) + random(40)) - 20;
_root.mundo["splat" + j]._y = (_root.tio._y + random(60)) - 30;
}
} else {
_root.mundo.humo_alante.duplicateMovieClip("humo_acera" + j, j + 40);
_root.mundo["humo_acera" + j]._x = _root.m_x + ranx;
_root.mundo["humo_acera" + j]._y = rany;
_root.j++;
}
} else if (((((((((_root.tio.hit.hitTest(ranx, rany - 15, true) and (random(3) != 1)) and (_root.accion != "agachao")) && (_root.accion != "desagachao")) && (_root.accion != "sj_i")) && (_root.accion != "sj_d")) && (_root.accion != "arrastrando_i")) && (_root.accion != "arrastrando_d")) && (_root.accion != "rodando_i")) && (_root.accion != "rodando_d")) {
_root.vida._xscale = _root.vida._xscale - _root["da\u00F1opipa"];
_root.mundo.sangretio.duplicateMovieClip("splat" + j, j + 80);
if ((_root.accion != "muerto") && (_root.accion != "muerto_s")) {
_root.flashblood.gotoAndPlay(2);
}
if ((_root.accion == "muerto") || (_root.accion == "muerto_s")) {
_root.mundo["splat" + j]._x = ((_root.m_x + _root.tio._x) + random(40)) - 20;
_root.mundo["splat" + j]._y = (_root.tio._y + random(15)) - 5;
} else {
_root.mundo["splat" + j]._x = ((_root.m_x + _root.tio._x) + random(40)) - 20;
_root.mundo["splat" + j]._y = (_root.tio._y + random(60)) - 30;
}
} else {
rany = rany - posicioncoche;
_root.mundo.chispa.duplicateMovieClip("chispa" + j, j + 100);
_root.mundo["chispa" + j]._x = _root.m_x + ranx;
_root.mundo["chispa" + j]._y = rany;
_root.j++;
_root.sonido_lata.gotoAndPlay(2);
if (_root.mundo["shape" + coche].hits < 999) {
_root.mundo["shape" + coche].hits++;
}
if (_root.mundo["shape" + coche].hits >= _root.mundo["shape" + coche].max3) {
_root.mundo["shape" + coche].gotoAndPlay(50);
_root.mundo["shape" + coche].max3 = 1000;
for_ = 0;
while (for_ < 10) {
_root.j++;
_root.mundo.humo_delante.duplicateMovieClip("humo_d" + j, j);
_root.mundo["humo_d" + j]._x = ((_root.m_x + _root.mundo["shape" + coche]._x) + random(90)) - 45;
_root.mundo["humo_d" + j]._y = (_root.mundo["shape" + coche]._y + random(70)) - 50;
_root.j++;
_root.mundo.marcas.cacho1.duplicateMovieClip("cacho1" + j, j);
_root.mundo.marcas["cacho1" + j]._x = ((_root.m_x + _root.mundo["shape" + coche]._x) + random(90)) - 45;
_root.mundo.marcas["cacho1" + j]._y = (_root.mundo["shape" + coche]._y + random(70)) - 50;
_root.j++;
_root.mundo.marcas.minicacho.duplicateMovieClip("minic1" + j, j);
_root.mundo.marcas["minic1" + j]._x = ((_root.m_x + _root.mundo["shape" + coche]._x) + random(90)) - 45;
_root.mundo.marcas["minic1" + j]._y = (_root.mundo["shape" + coche]._y + random(70)) - 50;
_root.j++;
_root.mundo.marcas.minicacho.duplicateMovieClip("minic1" + j, j);
_root.mundo.marcas["minic1" + j]._x = ((_root.m_x + _root.mundo["shape" + coche]._x) + random(90)) - 45;
_root.mundo.marcas["minic1" + j]._y = (_root.mundo["shape" + coche]._y + random(70)) - 50;
for_++;
}
} else {
if (_root.mundo["shape" + coche].hits >= _root.mundo["shape" + coche].max2) {
_root.mundo["shape" + coche].gotoAndPlay(30);
_root.mundo["shape" + coche].max2 = 10000;
} else if (_root.mundo["shape" + coche].hits >= _root.mundo["shape" + coche].max1) {
_root.mundo["shape" + coche].max1 = 10000;
_root.mundo["shape" + coche].gotoAndPlay(15);
_root.sonido_cristal.gotoAndPlay(2);
}
if (_root.mundo["shape" + coche]._currentframe < 50) {
_root.mundo["shape" + coche].gotoAndPlay(_root.mundo["shape" + coche]._currentframe + 1);
}
}
}
rany = random(20) + 320;
ranx = (_root.tio._x + random(80)) - 40;
num++;
}
_root.j++;
_root.mundo.humo_delante.duplicateMovieClip("humo_d" + j, j);
_root.mundo["humo_d" + j]._x = this._x + 17;
_root.mundo["humo_d" + j]._y = this._y + 30;
Symbol 1028 MovieClip Frame 127
balas--;
Symbol 1028 MovieClip Frame 128
if (balas <= 0) {
recargando = 1;
}
gotoAndPlay (115);
Symbol 1028 MovieClip Frame 130
goto = 140;
if (((_root.tio._x - _root.mundo._x) - this._x) > 90) {
if (((_root.tio._x - _root.mundo._x) - this._x) > 200) {
goto = 160;
} else {
goto = 150;
}
}
if (((_root.tio._x - _root.mundo._x) - this._x) < -30) {
if (((_root.tio._x - _root.mundo._x) - this._x) < -200) {
goto = 120;
} else {
goto = 130;
}
}
gotoAndPlay(goto);
Symbol 1028 MovieClip Frame 135
if (disparo_latencia >= 100) {
disparo_latencia = disparo_latencia - 100;
this.gotoAndPlay(this._currentframe - 4);
} else {
disparo_latencia = latencia;
}
Symbol 1028 MovieClip Frame 136
num = 0;
while (num < 5) {
j = _root.j;
bloqueado = 0;
shapes = 0;
while (shapes <= 10) {
if (_root.mundo["shape" + shapes].hitTest(ranx, rany, true)) {
bloqueado = 1;
if (_root.mundo["shape" + shapes].hitTest(ranx, rany - 25, true)) {
posicioncoche = 25;
}
if (_root.mundo["shape" + shapes].hitTest(ranx, (rany - posicioncoche) - 15, true)) {
posicioncoche = posicioncoche + 15;
}
if (_root.mundo["shape" + shapes].hitTest(ranx, (rany - posicioncoche) - 5, true)) {
posicioncoche = posicioncoche + 5;
}
coche = shapes;
shapes = 10;
}
shapes++;
}
if (bloqueado == 0) {
if (_root.tio.hit.hitTest(ranx, rany - 15, true)) {
_root.vida._xscale = _root.vida._xscale - _root["da\u00F1opipa"];
_root.mundo.sangretio.duplicateMovieClip("splat" + j, j + 80);
if ((_root.accion != "muerto") && (_root.accion != "muerto_s")) {
_root.flashblood.gotoAndPlay(2);
}
if ((_root.accion == "muerto") || (_root.accion == "muerto_s")) {
_root.mundo["splat" + j]._x = ((_root.m_x + _root.tio._x) + random(40)) - 20;
_root.mundo["splat" + j]._y = (_root.tio._y + random(15)) - 5;
} else {
_root.mundo["splat" + j]._x = ((_root.m_x + _root.tio._x) + random(40)) - 20;
_root.mundo["splat" + j]._y = (_root.tio._y + random(60)) - 30;
}
} else {
_root.mundo.humo_alante.duplicateMovieClip("humo_acera" + j, j + 40);
_root.mundo["humo_acera" + j]._x = _root.m_x + ranx;
_root.mundo["humo_acera" + j]._y = rany;
_root.j++;
}
} else if (((((((((_root.tio.hit.hitTest(ranx, rany - 15, true) and (random(3) != 1)) and (_root.accion != "agachao")) && (_root.accion != "desagachao")) && (_root.accion != "sj_i")) && (_root.accion != "sj_d")) && (_root.accion != "arrastrando_i")) && (_root.accion != "arrastrando_d")) && (_root.accion != "rodando_i")) && (_root.accion != "rodando_d")) {
_root.vida._xscale = _root.vida._xscale - _root["da\u00F1opipa"];
_root.mundo.sangretio.duplicateMovieClip("splat" + j, j + 80);
if ((_root.accion != "muerto") && (_root.accion != "muerto_s")) {
_root.flashblood.gotoAndPlay(2);
}
if ((_root.accion == "muerto") || (_root.accion == "muerto_s")) {
_root.mundo["splat" + j]._x = ((_root.m_x + _root.tio._x) + random(40)) - 20;
_root.mundo["splat" + j]._y = (_root.tio._y + random(15)) - 5;
} else {
_root.mundo["splat" + j]._x = ((_root.m_x + _root.tio._x) + random(40)) - 20;
_root.mundo["splat" + j]._y = (_root.tio._y + random(60)) - 30;
}
} else {
rany = rany - posicioncoche;
_root.mundo.chispa.duplicateMovieClip("chispa" + j, j + 100);
_root.mundo["chispa" + j]._x = _root.m_x + ranx;
_root.mundo["chispa" + j]._y = rany;
_root.j++;
_root.sonido_lata.gotoAndPlay(2);
if (_root.mundo["shape" + coche].hits < 999) {
_root.mundo["shape" + coche].hits++;
}
if (_root.mundo["shape" + coche].hits >= _root.mundo["shape" + coche].max3) {
_root.mundo["shape" + coche].gotoAndPlay(50);
_root.mundo["shape" + coche].max3 = 1000;
for_ = 0;
while (for_ < 10) {
_root.j++;
_root.mundo.humo_delante.duplicateMovieClip("humo_d" + j, j);
_root.mundo["humo_d" + j]._x = ((_root.m_x + _root.mundo["shape" + coche]._x) + random(90)) - 45;
_root.mundo["humo_d" + j]._y = (_root.mundo["shape" + coche]._y + random(70)) - 50;
_root.j++;
_root.mundo.marcas.cacho1.duplicateMovieClip("cacho1" + j, j);
_root.mundo.marcas["cacho1" + j]._x = ((_root.m_x + _root.mundo["shape" + coche]._x) + random(90)) - 45;
_root.mundo.marcas["cacho1" + j]._y = (_root.mundo["shape" + coche]._y + random(70)) - 50;
_root.j++;
_root.mundo.marcas.minicacho.duplicateMovieClip("minic1" + j, j);
_root.mundo.marcas["minic1" + j]._x = ((_root.m_x + _root.mundo["shape" + coche]._x) + random(90)) - 45;
_root.mundo.marcas["minic1" + j]._y = (_root.mundo["shape" + coche]._y + random(70)) - 50;
_root.j++;
_root.mundo.marcas.minicacho.duplicateMovieClip("minic1" + j, j);
_root.mundo.marcas["minic1" + j]._x = ((_root.m_x + _root.mundo["shape" + coche]._x) + random(90)) - 45;
_root.mundo.marcas["minic1" + j]._y = (_root.mundo["shape" + coche]._y + random(70)) - 50;
for_++;
}
} else {
if (_root.mundo["shape" + coche].hits >= _root.mundo["shape" + coche].max2) {
_root.mundo["shape" + coche].gotoAndPlay(30);
_root.mundo["shape" + coche].max2 = 10000;
} else if (_root.mundo["shape" + coche].hits >= _root.mundo["shape" + coche].max1) {
_root.mundo["shape" + coche].max1 = 10000;
_root.mundo["shape" + coche].gotoAndPlay(15);
_root.sonido_cristal.gotoAndPlay(2);
}
if (_root.mundo["shape" + coche]._currentframe < 50) {
_root.mundo["shape" + coche].gotoAndPlay(_root.mundo["shape" + coche]._currentframe + 1);
}
}
}
rany = random(20) + 320;
ranx = (_root.tio._x + random(80)) - 40;
num++;
}
_root.j++;
_root.mundo.humo_delante.duplicateMovieClip("humo_d" + j, j);
_root.mundo["humo_d" + j]._x = this._x + 17;
_root.mundo["humo_d" + j]._y = this._y + 30;
Symbol 1028 MovieClip Frame 137
balas--;
Symbol 1028 MovieClip Frame 138
if (balas <= 0) {
recargando = 1;
}
gotoAndPlay (115);
Symbol 1028 MovieClip Frame 140
goto = 140;
if (((_root.tio._x - _root.mundo._x) - this._x) > 90) {
if (((_root.tio._x - _root.mundo._x) - this._x) > 200) {
goto = 160;
} else {
goto = 150;
}
}
if (((_root.tio._x - _root.mundo._x) - this._x) < -30) {
if (((_root.tio._x - _root.mundo._x) - this._x) < -200) {
goto = 120;
} else {
goto = 130;
}
}
gotoAndPlay(goto);
Symbol 1028 MovieClip Frame 145
if (disparo_latencia >= 100) {
disparo_latencia = disparo_latencia - 100;
this.gotoAndPlay(this._currentframe - 4);
} else {
disparo_latencia = latencia;
}
Symbol 1028 MovieClip Frame 146
num = 0;
while (num < 5) {
j = _root.j;
bloqueado = 0;
shapes = 0;
while (shapes <= 10) {
if (_root.mundo["shape" + shapes].hitTest(ranx, rany, true)) {
bloqueado = 1;
if (_root.mundo["shape" + shapes].hitTest(ranx, rany - 25, true)) {
posicioncoche = 25;
}
if (_root.mundo["shape" + shapes].hitTest(ranx, (rany - posicioncoche) - 15, true)) {
posicioncoche = posicioncoche + 15;
}
if (_root.mundo["shape" + shapes].hitTest(ranx, (rany - posicioncoche) - 5, true)) {
posicioncoche = posicioncoche + 5;
}
coche = shapes;
shapes = 10;
}
shapes++;
}
if (bloqueado == 0) {
if (_root.tio.hit.hitTest(ranx, rany - 15, true)) {
_root.vida._xscale = _root.vida._xscale - _root["da\u00F1opipa"];
_root.mundo.sangretio.duplicateMovieClip("splat" + j, j + 80);
if ((_root.accion != "muerto") && (_root.accion != "muerto_s")) {
_root.flashblood.gotoAndPlay(2);
}
if ((_root.accion == "muerto") || (_root.accion == "muerto_s")) {
_root.mundo["splat" + j]._x = ((_root.m_x + _root.tio._x) + random(40)) - 20;
_root.mundo["splat" + j]._y = (_root.tio._y + random(15)) - 5;
} else {
_root.mundo["splat" + j]._x = ((_root.m_x + _root.tio._x) + random(40)) - 20;
_root.mundo["splat" + j]._y = (_root.tio._y + random(60)) - 30;
}
} else {
_root.mundo.humo_alante.duplicateMovieClip("humo_acera" + j, j + 40);
_root.mundo["humo_acera" + j]._x = _root.m_x + ranx;
_root.mundo["humo_acera" + j]._y = rany;
_root.j++;
}
} else if (((((((((_root.tio.hit.hitTest(ranx, rany - 15, true) and (random(3) != 1)) and (_root.accion != "agachao")) && (_root.accion != "desagachao")) && (_root.accion != "sj_i")) && (_root.accion != "sj_d")) && (_root.accion != "arrastrando_i")) && (_root.accion != "arrastrando_d")) && (_root.accion != "rodando_i")) && (_root.accion != "rodando_d")) {
_root.vida._xscale = _root.vida._xscale - _root["da\u00F1opipa"];
_root.mundo.sangretio.duplicateMovieClip("splat" + j, j + 80);
if ((_root.accion != "muerto") && (_root.accion != "muerto_s")) {
_root.flashblood.gotoAndPlay(2);
}
if ((_root.accion == "muerto") || (_root.accion == "muerto_s")) {
_root.mundo["splat" + j]._x = ((_root.m_x + _root.tio._x) + random(40)) - 20;
_root.mundo["splat" + j]._y = (_root.tio._y + random(15)) - 5;
} else {
_root.mundo["splat" + j]._x = ((_root.m_x + _root.tio._x) + random(40)) - 20;
_root.mundo["splat" + j]._y = (_root.tio._y + random(60)) - 30;
}
} else {
rany = rany - posicioncoche;
_root.mundo.chispa.duplicateMovieClip("chispa" + j, j + 100);
_root.mundo["chispa" + j]._x = _root.m_x + ranx;
_root.mundo["chispa" + j]._y = rany;
_root.j++;
_root.sonido_lata.gotoAndPlay(2);
if (_root.mundo["shape" + coche].hits < 999) {
_root.mundo["shape" + coche].hits++;
}
if (_root.mundo["shape" + coche].hits >= _root.mundo["shape" + coche].max3) {
_root.mundo["shape" + coche].gotoAndPlay(50);
_root.mundo["shape" + coche].max3 = 1000;
for_ = 0;
while (for_ < 10) {
_root.j++;
_root.mundo.humo_delante.duplicateMovieClip("humo_d" + j, j);
_root.mundo["humo_d" + j]._x = ((_root.m_x + _root.mundo["shape" + coche]._x) + random(90)) - 45;
_root.mundo["humo_d" + j]._y = (_root.mundo["shape" + coche]._y + random(70)) - 50;
_root.j++;
_root.mundo.marcas.cacho1.duplicateMovieClip("cacho1" + j, j);
_root.mundo.marcas["cacho1" + j]._x = ((_root.m_x + _root.mundo["shape" + coche]._x) + random(90)) - 45;
_root.mundo.marcas["cacho1" + j]._y = (_root.mundo["shape" + coche]._y + random(70)) - 50;
_root.j++;
_root.mundo.marcas.minicacho.duplicateMovieClip("minic1" + j, j);
_root.mundo.marcas["minic1" + j]._x = ((_root.m_x + _root.mundo["shape" + coche]._x) + random(90)) - 45;
_root.mundo.marcas["minic1" + j]._y = (_root.mundo["shape" + coche]._y + random(70)) - 50;
_root.j++;
_root.mundo.marcas.minicacho.duplicateMovieClip("minic1" + j, j);
_root.mundo.marcas["minic1" + j]._x = ((_root.m_x + _root.mundo["shape" + coche]._x) + random(90)) - 45;
_root.mundo.marcas["minic1" + j]._y = (_root.mundo["shape" + coche]._y + random(70)) - 50;
for_++;
}
} else {
if (_root.mundo["shape" + coche].hits >= _root.mundo["shape" + coche].max2) {
_root.mundo["shape" + coche].gotoAndPlay(30);
_root.mundo["shape" + coche].max2 = 10000;
} else if (_root.mundo["shape" + coche].hits >= _root.mundo["shape" + coche].max1) {
_root.mundo["shape" + coche].max1 = 10000;
_root.mundo["shape" + coche].gotoAndPlay(15);
_root.sonido_cristal.gotoAndPlay(2);
}
if (_root.mundo["shape" + coche]._currentframe < 50) {
_root.mundo["shape" + coche].gotoAndPlay(_root.mundo["shape" + coche]._currentframe + 1);
}
}
}
rany = random(20) + 320;
ranx = (_root.tio._x + random(80)) - 40;
num++;
}
_root.j++;
_root.mundo.humo_delante.duplicateMovieClip("humo_d" + j, j);
_root.mundo["humo_d" + j]._x = this._x + 17;
_root.mundo["humo_d" + j]._y = this._y + 30;
Symbol 1028 MovieClip Frame 147
balas--;
Symbol 1028 MovieClip Frame 148
if (balas <= 0) {
recargando = 1;
}
gotoAndPlay (115);
Symbol 1028 MovieClip Frame 150
goto = 140;
if (((_root.tio._x - _root.mundo._x) - this._x) > 90) {
if (((_root.tio._x - _root.mundo._x) - this._x) > 200) {
goto = 160;
} else {
goto = 150;
}
}
if (((_root.tio._x - _root.mundo._x) - this._x) < -30) {
if (((_root.tio._x - _root.mundo._x) - this._x) < -200) {
goto = 120;
} else {
goto = 130;
}
}
gotoAndPlay(goto);
Symbol 1028 MovieClip Frame 155
if (disparo_latencia >= 100) {
disparo_latencia = disparo_latencia - 100;
this.gotoAndPlay(this._currentframe - 4);
} else {
disparo_latencia = latencia;
}
Symbol 1028 MovieClip Frame 156
num = 0;
while (num < 5) {
j = _root.j;
bloqueado = 0;
shapes = 0;
while (shapes <= 10) {
if (_root.mundo["shape" + shapes].hitTest(ranx, rany, true)) {
bloqueado = 1;
if (_root.mundo["shape" + shapes].hitTest(ranx, rany - 25, true)) {
posicioncoche = 25;
}
if (_root.mundo["shape" + shapes].hitTest(ranx, (rany - posicioncoche) - 15, true)) {
posicioncoche = posicioncoche + 15;
}
if (_root.mundo["shape" + shapes].hitTest(ranx, (rany - posicioncoche) - 5, true)) {
posicioncoche = posicioncoche + 5;
}
coche = shapes;
shapes = 10;
}
shapes++;
}
if (bloqueado == 0) {
if (_root.tio.hit.hitTest(ranx, rany - 15, true)) {
_root.vida._xscale = _root.vida._xscale - _root["da\u00F1opipa"];
_root.mundo.sangretio.duplicateMovieClip("splat" + j, j + 80);
if ((_root.accion != "muerto") && (_root.accion != "muerto_s")) {
_root.flashblood.gotoAndPlay(2);
}
if ((_root.accion == "muerto") || (_root.accion == "muerto_s")) {
_root.mundo["splat" + j]._x = ((_root.m_x + _root.tio._x) + random(40)) - 20;
_root.mundo["splat" + j]._y = (_root.tio._y + random(15)) - 5;
} else {
_root.mundo["splat" + j]._x = ((_root.m_x + _root.tio._x) + random(40)) - 20;
_root.mundo["splat" + j]._y = (_root.tio._y + random(60)) - 30;
}
} else {
_root.mundo.humo_alante.duplicateMovieClip("humo_acera" + j, j + 40);
_root.mundo["humo_acera" + j]._x = _root.m_x + ranx;
_root.mundo["humo_acera" + j]._y = rany;
_root.j++;
}
} else if (((((((((_root.tio.hit.hitTest(ranx, rany - 15, true) and (random(3) != 1)) and (_root.accion != "agachao")) && (_root.accion != "desagachao")) && (_root.accion != "sj_i")) && (_root.accion != "sj_d")) && (_root.accion != "arrastrando_i")) && (_root.accion != "arrastrando_d")) && (_root.accion != "rodando_i")) && (_root.accion != "rodando_d")) {
_root.vida._xscale = _root.vida._xscale - _root["da\u00F1opipa"];
_root.mundo.sangretio.duplicateMovieClip("splat" + j, j + 80);
if ((_root.accion != "muerto") && (_root.accion != "muerto_s")) {
_root.flashblood.gotoAndPlay(2);
}
if ((_root.accion == "muerto") || (_root.accion == "muerto_s")) {
_root.mundo["splat" + j]._x = ((_root.m_x + _root.tio._x) + random(40)) - 20;
_root.mundo["splat" + j]._y = (_root.tio._y + random(15)) - 5;
} else {
_root.mundo["splat" + j]._x = ((_root.m_x + _root.tio._x) + random(40)) - 20;
_root.mundo["splat" + j]._y = (_root.tio._y + random(60)) - 30;
}
} else {
rany = rany - posicioncoche;
_root.mundo.chispa.duplicateMovieClip("chispa" + j, j + 100);
_root.mundo["chispa" + j]._x = _root.m_x + ranx;
_root.mundo["chispa" + j]._y = rany;
_root.j++;
_root.sonido_lata.gotoAndPlay(2);
if (_root.mundo["shape" + coche].hits < 999) {
_root.mundo["shape" + coche].hits++;
}
if (_root.mundo["shape" + coche].hits >= _root.mundo["shape" + coche].max3) {
_root.mundo["shape" + coche].gotoAndPlay(50);
_root.mundo["shape" + coche].max3 = 1000;
for_ = 0;
while (for_ < 10) {
_root.j++;
_root.mundo.humo_delante.duplicateMovieClip("humo_d" + j, j);
_root.mundo["humo_d" + j]._x = ((_root.m_x + _root.mundo["shape" + coche]._x) + random(90)) - 45;
_root.mundo["humo_d" + j]._y = (_root.mundo["shape" + coche]._y + random(70)) - 50;
_root.j++;
_root.mundo.marcas.cacho1.duplicateMovieClip("cacho1" + j, j);
_root.mundo.marcas["cacho1" + j]._x = ((_root.m_x + _root.mundo["shape" + coche]._x) + random(90)) - 45;
_root.mundo.marcas["cacho1" + j]._y = (_root.mundo["shape" + coche]._y + random(70)) - 50;
_root.j++;
_root.mundo.marcas.minicacho.duplicateMovieClip("minic1" + j, j);
_root.mundo.marcas["minic1" + j]._x = ((_root.m_x + _root.mundo["shape" + coche]._x) + random(90)) - 45;
_root.mundo.marcas["minic1" + j]._y = (_root.mundo["shape" + coche]._y + random(70)) - 50;
_root.j++;
_root.mundo.marcas.minicacho.duplicateMovieClip("minic1" + j, j);
_root.mundo.marcas["minic1" + j]._x = ((_root.m_x + _root.mundo["shape" + coche]._x) + random(90)) - 45;
_root.mundo.marcas["minic1" + j]._y = (_root.mundo["shape" + coche]._y + random(70)) - 50;
for_++;
}
} else {
if (_root.mundo["shape" + coche].hits >= _root.mundo["shape" + coche].max2) {
_root.mundo["shape" + coche].gotoAndPlay(30);
_root.mundo["shape" + coche].max2 = 10000;
} else if (_root.mundo["shape" + coche].hits >= _root.mundo["shape" + coche].max1) {
_root.mundo["shape" + coche].max1 = 10000;
_root.mundo["shape" + coche].gotoAndPlay(15);
_root.sonido_cristal.gotoAndPlay(2);
}
if (_root.mundo["shape" + coche]._currentframe < 50) {
_root.mundo["shape" + coche].gotoAndPlay(_root.mundo["shape" + coche]._currentframe + 1);
}
}
}
rany = random(20) + 320;
ranx = (_root.tio._x + random(80)) - 40;
num++;
}
_root.j++;
_root.mundo.humo_delante.duplicateMovieClip("humo_d" + j, j);
_root.mundo["humo_d" + j]._x = this._x + 17;
_root.mundo["humo_d" + j]._y = this._y + 30;
Symbol 1028 MovieClip Frame 157
balas--;
Symbol 1028 MovieClip Frame 158
if (balas <= 0) {
recargando = 1;
}
gotoAndPlay (115);
Symbol 1028 MovieClip Frame 160
goto = 140;
if (((_root.tio._x - _root.mundo._x) - this._x) > 90) {
if (((_root.tio._x - _root.mundo._x) - this._x) > 200) {
goto = 160;
} else {
goto = 150;
}
}
if (((_root.tio._x - _root.mundo._x) - this._x) < -30) {
if (((_root.tio._x - _root.mundo._x) - this._x) < -200) {
goto = 120;
} else {
goto = 130;
}
}
gotoAndPlay(goto);
Symbol 1028 MovieClip Frame 165
if (disparo_latencia >= 100) {
disparo_latencia = disparo_latencia - 100;
this.gotoAndPlay(this._currentframe - 4);
} else {
disparo_latencia = latencia;
}
Symbol 1028 MovieClip Frame 166
num = 0;
while (num < 5) {
j = _root.j;
bloqueado = 0;
shapes = 0;
while (shapes <= 10) {
if (_root.mundo["shape" + shapes].hitTest(ranx, rany, true)) {
bloqueado = 1;
if (_root.mundo["shape" + shapes].hitTest(ranx, rany - 25, true)) {
posicioncoche = 25;
}
if (_root.mundo["shape" + shapes].hitTest(ranx, (rany - posicioncoche) - 15, true)) {
posicioncoche = posicioncoche + 15;
}
if (_root.mundo["shape" + shapes].hitTest(ranx, (rany - posicioncoche) - 5, true)) {
posicioncoche = posicioncoche + 5;
}
coche = shapes;
shapes = 10;
}
shapes++;
}
if (bloqueado == 0) {
if (_root.tio.hit.hitTest(ranx, rany - 15, true)) {
_root.vida._xscale = _root.vida._xscale - _root["da\u00F1opipa"];
_root.mundo.sangretio.duplicateMovieClip("splat" + j, j + 80);
if ((_root.accion != "muerto") && (_root.accion != "muerto_s")) {
_root.flashblood.gotoAndPlay(2);
}
if ((_root.accion == "muerto") || (_root.accion == "muerto_s")) {
_root.mundo["splat" + j]._x = ((_root.m_x + _root.tio._x) + random(40)) - 20;
_root.mundo["splat" + j]._y = (_root.tio._y + random(15)) - 5;
} else {
_root.mundo["splat" + j]._x = ((_root.m_x + _root.tio._x) + random(40)) - 20;
_root.mundo["splat" + j]._y = (_root.tio._y + random(60)) - 30;
}
} else {
_root.mundo.humo_alante.duplicateMovieClip("humo_acera" + j, j + 40);
_root.mundo["humo_acera" + j]._x = _root.m_x + ranx;
_root.mundo["humo_acera" + j]._y = rany;
_root.j++;
}
} else if (((((((((_root.tio.hit.hitTest(ranx, rany - 15, true) and (random(3) != 1)) and (_root.accion != "agachao")) && (_root.accion != "desagachao")) && (_root.accion != "sj_i")) && (_root.accion != "sj_d")) && (_root.accion != "arrastrando_i")) && (_root.accion != "arrastrando_d")) && (_root.accion != "rodando_i")) && (_root.accion != "rodando_d")) {
_root.vida._xscale = _root.vida._xscale - _root["da\u00F1opipa"];
_root.mundo.sangretio.duplicateMovieClip("splat" + j, j + 80);
if ((_root.accion != "muerto") && (_root.accion != "muerto_s")) {
_root.flashblood.gotoAndPlay(2);
}
if ((_root.accion == "muerto") || (_root.accion == "muerto_s")) {
_root.mundo["splat" + j]._x = ((_root.m_x + _root.tio._x) + random(40)) - 20;
_root.mundo["splat" + j]._y = (_root.tio._y + random(15)) - 5;
} else {
_root.mundo["splat" + j]._x = ((_root.m_x + _root.tio._x) + random(40)) - 20;
_root.mundo["splat" + j]._y = (_root.tio._y + random(60)) - 30;
}
} else {
rany = rany - posicioncoche;
_root.mundo.chispa.duplicateMovieClip("chispa" + j, j + 100);
_root.mundo["chispa" + j]._x = _root.m_x + ranx;
_root.mundo["chispa" + j]._y = rany;
_root.j++;
_root.sonido_lata.gotoAndPlay(2);
if (_root.mundo["shape" + coche].hits < 999) {
_root.mundo["shape" + coche].hits++;
}
if (_root.mundo["shape" + coche].hits >= _root.mundo["shape" + coche].max3) {
_root.mundo["shape" + coche].gotoAndPlay(50);
_root.mundo["shape" + coche].max3 = 1000;
for_ = 0;
while (for_ < 10) {
_root.j++;
_root.mundo.humo_delante.duplicateMovieClip("humo_d" + j, j);
_root.mundo["humo_d" + j]._x = ((_root.m_x + _root.mundo["shape" + coche]._x) + random(90)) - 45;
_root.mundo["humo_d" + j]._y = (_root.mundo["shape" + coche]._y + random(70)) - 50;
_root.j++;
_root.mundo.marcas.cacho1.duplicateMovieClip("cacho1" + j, j);
_root.mundo.marcas["cacho1" + j]._x = ((_root.m_x + _root.mundo["shape" + coche]._x) + random(90)) - 45;
_root.mundo.marcas["cacho1" + j]._y = (_root.mundo["shape" + coche]._y + random(70)) - 50;
_root.j++;
_root.mundo.marcas.minicacho.duplicateMovieClip("minic1" + j, j);
_root.mundo.marcas["minic1" + j]._x = ((_root.m_x + _root.mundo["shape" + coche]._x) + random(90)) - 45;
_root.mundo.marcas["minic1" + j]._y = (_root.mundo["shape" + coche]._y + random(70)) - 50;
_root.j++;
_root.mundo.marcas.minicacho.duplicateMovieClip("minic1" + j, j);
_root.mundo.marcas["minic1" + j]._x = ((_root.m_x + _root.mundo["shape" + coche]._x) + random(90)) - 45;
_root.mundo.marcas["minic1" + j]._y = (_root.mundo["shape" + coche]._y + random(70)) - 50;
for_++;
}
} else {
if (_root.mundo["shape" + coche].hits >= _root.mundo["shape" + coche].max2) {
_root.mundo["shape" + coche].gotoAndPlay(30);
_root.mundo["shape" + coche].max2 = 10000;
} else if (_root.mundo["shape" + coche].hits >= _root.mundo["shape" + coche].max1) {
_root.mundo["shape" + coche].max1 = 10000;
_root.mundo["shape" + coche].gotoAndPlay(15);
_root.sonido_cristal.gotoAndPlay(2);
}
if (_root.mundo["shape" + coche]._currentframe < 50) {
_root.mundo["shape" + coche].gotoAndPlay(_root.mundo["shape" + coche]._currentframe + 1);
}
}
}
rany = random(20) + 320;
ranx = (_root.tio._x + random(80)) - 40;
num++;
}
_root.j++;
_root.mundo.humo_delante.duplicateMovieClip("humo_d" + j, j);
_root.mundo["humo_d" + j]._x = this._x + 17;
_root.mundo["humo_d" + j]._y = this._y + 30;
Symbol 1028 MovieClip Frame 167
balas--;
Symbol 1028 MovieClip Frame 168
if (balas <= 0) {
recargando = 1;
}
gotoAndPlay (115);
Symbol 1028 MovieClip Frame 209
_root.mundo.alante.granada_roja.duplicateMovieClip("granada2_" + _root.k, _root.k + 730);
_root.mundo.alante["granada2_" + _root.k]._x = this._x + 30;
_root.mundo.alante["granada2_" + _root.k]._y = this._y;
_root.mundo.alante["granada2_" + _root.k].gotoAndPlay(2);
_root.k++;
Symbol 1028 MovieClip Frame 212
gotoAndPlay (70);
Symbol 1028 MovieClip Frame 235
gotoAndPlay (70);
Symbol 1028 MovieClip Frame 252
if (dead != "si") {
dead = "si";
_root.mundo[(("posicion" + nombrecont) + "_") + pos_num].gotoAndStop(1);
_root.mundo.mundomobs["creamobs" + nombrecont].mobs--;
if (maloandante == "si") {
_root.killcount_a++;
} else {
_root.killcount++;
}
}
Symbol 1028 MovieClip Frame 259
existe = 0;
this.removeMovieClip();
stop();
Symbol 1028 MovieClip Frame 271
if (_root.j < 80) {
_root.j++;
} else {
_root.j = 0;
}
_root.mundo.marcas.sangremalo.duplicateMovieClip("sangre" + _root.j, _root.j + 70);
_root.mundo.marcas["sangre" + _root.j].gotoAndPlay(4);
_root.mundo.marcas["sangre" + _root.j]._x = ((this._x + 20) + random(80)) - 40;
_root.mundo.marcas["sangre" + _root.j]._y = ((this._y + 30) + random(80)) - 40;
_root.mundo.marcas["sangre" + _root.j]._rotation = random(360);
Symbol 1028 MovieClip Frame 285
if (dead != "si") {
dead = "si";
_root.mundo[(("posicion" + nombrecont) + "_") + pos_num].gotoAndStop(1);
_root.mundo.mundomobs["creamobs" + nombrecont].mobs--;
if (maloandante == "si") {
_root.killcount_a++;
} else {
_root.killcount++;
}
}
Symbol 1028 MovieClip Frame 295
existe = 0;
this.removeMovieClip();
stop();
Symbol 1028 MovieClip Frame 403
gotoAndPlay (305);
Symbol 1060 MovieClip Frame 11
if (parado == 0) {
gotoAndPlay (1);
}
Symbol 1060 MovieClip Frame 31
if (dead != "si") {
dead = "si";
_root.mundo[(("posicion" + nombrecont) + "_") + pos_num].gotoAndStop(1);
_root.mundo.mundomobs["creamobs" + nombrecont].mobs--;
if (maloandante == "si") {
_root.killcount_a++;
} else {
_root.killcount++;
}
}
Symbol 1060 MovieClip Frame 39
existe = 0;
this.removeMovieClip();
stop();
Symbol 1060 MovieClip Frame 56
accion = 0;
animado = 0;
if (parado == 0) {
gotoAndPlay (1);
} else {
gotoAndPlay (76);
}
Symbol 1060 MovieClip Frame 66
accion = 0;
animado = 0;
if (parado == 0) {
gotoAndPlay (1);
} else {
gotoAndPlay (76);
}
Symbol 1060 MovieClip Frame 71
recargando = 0;
if (balas < balastotales) {
balas++;
} else {
gotoAndPlay (90);
}
Symbol 1060 MovieClip Frame 80
if (balas < balastotales) {
balas++;
} else {
gotoAndPlay (89);
}
Symbol 1060 MovieClip Frame 99
rany = random(20) + 320;
ranx = (_root.tio._x + random(40)) - 20;
if (recargando == 1) {
gotoAndPlay (70);
}
Symbol 1060 MovieClip Frame 102
if (this._x < (_root.m_x - 50)) {
this.removeMovieClip();
}
if (this._x > (_root.m_x + 690)) {
this.removeMovieClip();
}
if (maloandante == "si") {
if (_root.tio._x > ((this._x - _root.m_x) + 300)) {
mobs_creados++;
mobs++;
antigua_i = _root.mundo.mundomobs.i - 1;
if (_root.mundo.mundomobs.i > 20) {
_root.mundo.mundomobs.i = 1;
}
i = _root.mundo.mundomobs.i;
_root.mundo.mundomobs.i++;
if (_root.mundo.mundomobs["enemigo1_" + antigua_i].existe == si) {
_root.mundo.mundomobs.i++;
i++;
}
_root.mundo.mundomobs.maloesco2.duplicateMovieClip("enemigo1_" + i, i);
_root.mundo.mundomobs["enemigo1_" + i]._x = this._x;
_root.mundo.mundomobs["enemigo1_" + i]._y = this._y;
_root.mundo.mundomobs["enemigo1_" + i].posicion = posicion + 200;
_root.mundo.mundomobs["enemigo1_" + i].hits = hits;
_root.mundo.mundomobs["enemigo1_" + i].maloandante = "si";
this.removeMovieClip();
}
} else {
if ((((_root.tio._x - _root.mundo._x) - this._x) > 635) && (_root.pared_mov != 1)) {
gotoAndStop (81);
}
if ((((_root.tio._x - _root.mundo._x) - this._x) > 460) && (_root.pared_mov == 1)) {
gotoAndStop (81);
} else {
gotop = 120;
if (random(100) > _root.dificultad) {
disparo_latencia = 400;
} else if (_root.accion != "muerto") {
if (rand_grana > 0) {
rand_grana = 3;
if (_root.accion == "agachao") {
rand_grana = 5;
}
if (random(rand_grana) > 1) {
gotop = 200;
}
rand_grana = 0;
} else {
rand_grana = 3;
}
}
}
}
if ((_root.m_x + 640) < this._x) {
gotop = 100;
}
if (dead == "si") {
gotop = 300;
}
gotoAndPlay(gotop);
Symbol 1060 MovieClip Frame 106
gotoAndPlay (120);
Symbol 1060 MovieClip Frame 109
gotoAndPlay (140);
Symbol 1060 MovieClip Frame 114
gotoAndPlay (150);
Symbol 1060 MovieClip Frame 117
gotoAndPlay (89);
Symbol 1060 MovieClip Frame 120
goto = 140;
if (((_root.tio._x - _root.mundo._x) - this._x) > 90) {
if (((_root.tio._x - _root.mundo._x) - this._x) > 200) {
goto = 160;
} else {
goto = 150;
}
}
if (((_root.tio._x - _root.mundo._x) - this._x) < -30) {
if (((_root.tio._x - _root.mundo._x) - this._x) < -200) {
goto = 120;
} else {
goto = 130;
}
}
gotoAndPlay(goto);
Symbol 1060 MovieClip Frame 125
if (disparo_latencia >= 100) {
disparo_latencia = disparo_latencia - 100;
this.gotoAndPlay(this._currentframe - 4);
} else {
disparo_latencia = latencia;
}
Symbol 1060 MovieClip Frame 126
num = 0;
while (num < 5) {
j = _root.j;
bloqueado = 0;
shapes = 0;
while (shapes <= 10) {
if (_root.mundo["shape" + shapes].hitTest(ranx, rany, true)) {
bloqueado = 1;
if (_root.mundo["shape" + shapes].hitTest(ranx, rany - 25, true)) {
posicioncoche = 25;
}
if (_root.mundo["shape" + shapes].hitTest(ranx, (rany - posicioncoche) - 15, true)) {
posicioncoche = posicioncoche + 15;
}
if (_root.mundo["shape" + shapes].hitTest(ranx, (rany - posicioncoche) - 5, true)) {
posicioncoche = posicioncoche + 5;
}
coche = shapes;
shapes = 10;
}
shapes++;
}
if (bloqueado == 0) {
if (_root.tio.hit.hitTest(ranx, rany - 15, true)) {
_root.vida._xscale = _root.vida._xscale - _root["da\u00F1opipa"];
_root.mundo.sangretio.duplicateMovieClip("splat" + j, j + 80);
if ((_root.accion != "muerto") && (_root.accion != "muerto_s")) {
_root.flashblood.gotoAndPlay(2);
}
if ((_root.accion == "muerto") || (_root.accion == "muerto_s")) {
_root.mundo["splat" + j]._x = ((_root.m_x + _root.tio._x) + random(40)) - 20;
_root.mundo["splat" + j]._y = (_root.tio._y + random(15)) - 5;
} else {
_root.mundo["splat" + j]._x = ((_root.m_x + _root.tio._x) + random(40)) - 20;
_root.mundo["splat" + j]._y = (_root.tio._y + random(60)) - 30;
}
} else {
_root.mundo.humo_alante.duplicateMovieClip("humo_acera" + j, j + 40);
_root.mundo["humo_acera" + j]._x = _root.m_x + ranx;
_root.mundo["humo_acera" + j]._y = rany;
_root.j++;
}
} else if (((((((((_root.tio.hit.hitTest(ranx, rany - 15, true) and (random(3) != 1)) and (_root.accion != "agachao")) && (_root.accion != "desagachao")) && (_root.accion != "sj_i")) && (_root.accion != "sj_d")) && (_root.accion != "arrastrando_i")) && (_root.accion != "arrastrando_d")) && (_root.accion != "rodando_i")) && (_root.accion != "rodando_d")) {
_root.vida._xscale = _root.vida._xscale - _root["da\u00F1opipa"];
_root.mundo.sangretio.duplicateMovieClip("splat" + j, j + 80);
if ((_root.accion != "muerto") && (_root.accion != "muerto_s")) {
_root.flashblood.gotoAndPlay(2);
}
if ((_root.accion == "muerto") || (_root.accion == "muerto_s")) {
_root.mundo["splat" + j]._x = ((_root.m_x + _root.tio._x) + random(40)) - 20;
_root.mundo["splat" + j]._y = (_root.tio._y + random(15)) - 5;
} else {
_root.mundo["splat" + j]._x = ((_root.m_x + _root.tio._x) + random(40)) - 20;
_root.mundo["splat" + j]._y = (_root.tio._y + random(60)) - 30;
}
} else {
rany = rany - posicioncoche;
_root.mundo.chispa.duplicateMovieClip("chispa" + j, j + 100);
_root.mundo["chispa" + j]._x = _root.m_x + ranx;
_root.mundo["chispa" + j]._y = rany;
_root.j++;
_root.sonido_lata.gotoAndPlay(2);
if (_root.mundo["shape" + coche].hits < 999) {
_root.mundo["shape" + coche].hits++;
}
if (_root.mundo["shape" + coche].hits >= _root.mundo["shape" + coche].max3) {
_root.mundo["shape" + coche].gotoAndPlay(50);
_root.mundo["shape" + coche].max3 = 1000;
for_ = 0;
while (for_ < 10) {
_root.j++;
_root.mundo.humo_delante.duplicateMovieClip("humo_d" + j, j);
_root.mundo["humo_d" + j]._x = ((_root.m_x + _root.mundo["shape" + coche]._x) + random(90)) - 45;
_root.mundo["humo_d" + j]._y = (_root.mundo["shape" + coche]._y + random(70)) - 50;
_root.j++;
_root.mundo.marcas.cacho1.duplicateMovieClip("cacho1" + j, j);
_root.mundo.marcas["cacho1" + j]._x = ((_root.m_x + _root.mundo["shape" + coche]._x) + random(90)) - 45;
_root.mundo.marcas["cacho1" + j]._y = (_root.mundo["shape" + coche]._y + random(70)) - 50;
_root.j++;
_root.mundo.marcas.minicacho.duplicateMovieClip("minic1" + j, j);
_root.mundo.marcas["minic1" + j]._x = ((_root.m_x + _root.mundo["shape" + coche]._x) + random(90)) - 45;
_root.mundo.marcas["minic1" + j]._y = (_root.mundo["shape" + coche]._y + random(70)) - 50;
_root.j++;
_root.mundo.marcas.minicacho.duplicateMovieClip("minic1" + j, j);
_root.mundo.marcas["minic1" + j]._x = ((_root.m_x + _root.mundo["shape" + coche]._x) + random(90)) - 45;
_root.mundo.marcas["minic1" + j]._y = (_root.mundo["shape" + coche]._y + random(70)) - 50;
for_++;
}
} else {
if (_root.mundo["shape" + coche].hits >= _root.mundo["shape" + coche].max2) {
_root.mundo["shape" + coche].gotoAndPlay(30);
_root.mundo["shape" + coche].max2 = 10000;
} else if (_root.mundo["shape" + coche].hits >= _root.mundo["shape" + coche].max1) {
_root.mundo["shape" + coche].max1 = 10000;
_root.mundo["shape" + coche].gotoAndPlay(15);
_root.sonido_cristal.gotoAndPlay(2);
}
if (_root.mundo["shape" + coche]._currentframe < 50) {
_root.mundo["shape" + coche].gotoAndPlay(_root.mundo["shape" + coche]._currentframe + 1);
}
}
}
rany = random(20) + 320;
ranx = (_root.tio._x + random(80)) - 40;
num++;
}
_root.j++;
_root.mundo.humo_delante.duplicateMovieClip("humo_d" + j, j);
_root.mundo["humo_d" + j]._x = this._x + 17;
_root.mundo["humo_d" + j]._y = this._y + 30;
Symbol 1060 MovieClip Frame 127
balas--;
Symbol 1060 MovieClip Frame 128
if (balas <= 0) {
recargando = 1;
}
gotoAndPlay (115);
Symbol 1060 MovieClip Frame 130
goto = 140;
if (((_root.tio._x - _root.mundo._x) - this._x) > 90) {
if (((_root.tio._x - _root.mundo._x) - this._x) > 200) {
goto = 160;
} else {
goto = 150;
}
}
if (((_root.tio._x - _root.mundo._x) - this._x) < -30) {
if (((_root.tio._x - _root.mundo._x) - this._x) < -200) {
goto = 120;
} else {
goto = 130;
}
}
gotoAndPlay(goto);
Symbol 1060 MovieClip Frame 135
if (disparo_latencia >= 100) {
disparo_latencia = disparo_latencia - 100;
this.gotoAndPlay(this._currentframe - 4);
} else {
disparo_latencia = latencia;
}
Symbol 1060 MovieClip Frame 136
num = 0;
while (num < 5) {
j = _root.j;
bloqueado = 0;
shapes = 0;
while (shapes <= 10) {
if (_root.mundo["shape" + shapes].hitTest(ranx, rany, true)) {
bloqueado = 1;
if (_root.mundo["shape" + shapes].hitTest(ranx, rany - 25, true)) {
posicioncoche = 25;
}
if (_root.mundo["shape" + shapes].hitTest(ranx, (rany - posicioncoche) - 15, true)) {
posicioncoche = posicioncoche + 15;
}
if (_root.mundo["shape" + shapes].hitTest(ranx, (rany - posicioncoche) - 5, true)) {
posicioncoche = posicioncoche + 5;
}
coche = shapes;
shapes = 10;
}
shapes++;
}
if (bloqueado == 0) {
if (_root.tio.hit.hitTest(ranx, rany - 15, true)) {
_root.vida._xscale = _root.vida._xscale - _root["da\u00F1opipa"];
_root.mundo.sangretio.duplicateMovieClip("splat" + j, j + 80);
if ((_root.accion != "muerto") && (_root.accion != "muerto_s")) {
_root.flashblood.gotoAndPlay(2);
}
if ((_root.accion == "muerto") || (_root.accion == "muerto_s")) {
_root.mundo["splat" + j]._x = ((_root.m_x + _root.tio._x) + random(40)) - 20;
_root.mundo["splat" + j]._y = (_root.tio._y + random(15)) - 5;
} else {
_root.mundo["splat" + j]._x = ((_root.m_x + _root.tio._x) + random(40)) - 20;
_root.mundo["splat" + j]._y = (_root.tio._y + random(60)) - 30;
}
} else {
_root.mundo.humo_alante.duplicateMovieClip("humo_acera" + j, j + 40);
_root.mundo["humo_acera" + j]._x = _root.m_x + ranx;
_root.mundo["humo_acera" + j]._y = rany;
_root.j++;
}
} else if (((((((((_root.tio.hit.hitTest(ranx, rany - 15, true) and (random(3) != 1)) and (_root.accion != "agachao")) && (_root.accion != "desagachao")) && (_root.accion != "sj_i")) && (_root.accion != "sj_d")) && (_root.accion != "arrastrando_i")) && (_root.accion != "arrastrando_d")) && (_root.accion != "rodando_i")) && (_root.accion != "rodando_d")) {
_root.vida._xscale = _root.vida._xscale - _root["da\u00F1opipa"];
_root.mundo.sangretio.duplicateMovieClip("splat" + j, j + 80);
if ((_root.accion != "muerto") && (_root.accion != "muerto_s")) {
_root.flashblood.gotoAndPlay(2);
}
if ((_root.accion == "muerto") || (_root.accion == "muerto_s")) {
_root.mundo["splat" + j]._x = ((_root.m_x + _root.tio._x) + random(40)) - 20;
_root.mundo["splat" + j]._y = (_root.tio._y + random(15)) - 5;
} else {
_root.mundo["splat" + j]._x = ((_root.m_x + _root.tio._x) + random(40)) - 20;
_root.mundo["splat" + j]._y = (_root.tio._y + random(60)) - 30;
}
} else {
rany = rany - posicioncoche;
_root.mundo.chispa.duplicateMovieClip("chispa" + j, j + 100);
_root.mundo["chispa" + j]._x = _root.m_x + ranx;
_root.mundo["chispa" + j]._y = rany;
_root.j++;
_root.sonido_lata.gotoAndPlay(2);
if (_root.mundo["shape" + coche].hits < 999) {
_root.mundo["shape" + coche].hits++;
}
if (_root.mundo["shape" + coche].hits >= _root.mundo["shape" + coche].max3) {
_root.mundo["shape" + coche].gotoAndPlay(50);
_root.mundo["shape" + coche].max3 = 1000;
for_ = 0;
while (for_ < 10) {
_root.j++;
_root.mundo.humo_delante.duplicateMovieClip("humo_d" + j, j);
_root.mundo["humo_d" + j]._x = ((_root.m_x + _root.mundo["shape" + coche]._x) + random(90)) - 45;
_root.mundo["humo_d" + j]._y = (_root.mundo["shape" + coche]._y + random(70)) - 50;
_root.j++;
_root.mundo.marcas.cacho1.duplicateMovieClip("cacho1" + j, j);
_root.mundo.marcas["cacho1" + j]._x = ((_root.m_x + _root.mundo["shape" + coche]._x) + random(90)) - 45;
_root.mundo.marcas["cacho1" + j]._y = (_root.mundo["shape" + coche]._y + random(70)) - 50;
_root.j++;
_root.mundo.marcas.minicacho.duplicateMovieClip("minic1" + j, j);
_root.mundo.marcas["minic1" + j]._x = ((_root.m_x + _root.mundo["shape" + coche]._x) + random(90)) - 45;
_root.mundo.marcas["minic1" + j]._y = (_root.mundo["shape" + coche]._y + random(70)) - 50;
_root.j++;
_root.mundo.marcas.minicacho.duplicateMovieClip("minic1" + j, j);
_root.mundo.marcas["minic1" + j]._x = ((_root.m_x + _root.mundo["shape" + coche]._x) + random(90)) - 45;
_root.mundo.marcas["minic1" + j]._y = (_root.mundo["shape" + coche]._y + random(70)) - 50;
for_++;
}
} else {
if (_root.mundo["shape" + coche].hits >= _root.mundo["shape" + coche].max2) {
_root.mundo["shape" + coche].gotoAndPlay(30);
_root.mundo["shape" + coche].max2 = 10000;
} else if (_root.mundo["shape" + coche].hits >= _root.mundo["shape" + coche].max1) {
_root.mundo["shape" + coche].max1 = 10000;
_root.mundo["shape" + coche].gotoAndPlay(15);
_root.sonido_cristal.gotoAndPlay(2);
}
if (_root.mundo["shape" + coche]._currentframe < 50) {
_root.mundo["shape" + coche].gotoAndPlay(_root.mundo["shape" + coche]._currentframe + 1);
}
}
}
rany = random(20) + 320;
ranx = (_root.tio._x + random(80)) - 40;
num++;
}
_root.j++;
_root.mundo.humo_delante.duplicateMovieClip("humo_d" + j, j);
_root.mundo["humo_d" + j]._x = this._x + 17;
_root.mundo["humo_d" + j]._y = this._y + 30;
Symbol 1060 MovieClip Frame 137
balas--;
Symbol 1060 MovieClip Frame 138
if (balas <= 0) {
recargando = 1;
}
gotoAndPlay (115);
Symbol 1060 MovieClip Frame 140
goto = 140;
if (((_root.tio._x - _root.mundo._x) - this._x) > 90) {
if (((_root.tio._x - _root.mundo._x) - this._x) > 200) {
goto = 160;
} else {
goto = 150;
}
}
if (((_root.tio._x - _root.mundo._x) - this._x) < -30) {
if (((_root.tio._x - _root.mundo._x) - this._x) < -200) {
goto = 120;
} else {
goto = 130;
}
}
gotoAndPlay(goto);
Symbol 1060 MovieClip Frame 145
if (disparo_latencia >= 100) {
disparo_latencia = disparo_latencia - 100;
this.gotoAndPlay(this._currentframe - 4);
} else {
disparo_latencia = latencia;
}
Symbol 1060 MovieClip Frame 146
num = 0;
while (num < 5) {
j = _root.j;
bloqueado = 0;
shapes = 0;
while (shapes <= 10) {
if (_root.mundo["shape" + shapes].hitTest(ranx, rany, true)) {
bloqueado = 1;
if (_root.mundo["shape" + shapes].hitTest(ranx, rany - 25, true)) {
posicioncoche = 25;
}
if (_root.mundo["shape" + shapes].hitTest(ranx, (rany - posicioncoche) - 15, true)) {
posicioncoche = posicioncoche + 15;
}
if (_root.mundo["shape" + shapes].hitTest(ranx, (rany - posicioncoche) - 5, true)) {
posicioncoche = posicioncoche + 5;
}
coche = shapes;
shapes = 10;
}
shapes++;
}
if (bloqueado == 0) {
if (_root.tio.hit.hitTest(ranx, rany - 15, true)) {
_root.vida._xscale = _root.vida._xscale - _root["da\u00F1opipa"];
_root.mundo.sangretio.duplicateMovieClip("splat" + j, j + 80);
if ((_root.accion != "muerto") && (_root.accion != "muerto_s")) {
_root.flashblood.gotoAndPlay(2);
}
if ((_root.accion == "muerto") || (_root.accion == "muerto_s")) {
_root.mundo["splat" + j]._x = ((_root.m_x + _root.tio._x) + random(40)) - 20;
_root.mundo["splat" + j]._y = (_root.tio._y + random(15)) - 5;
} else {
_root.mundo["splat" + j]._x = ((_root.m_x + _root.tio._x) + random(40)) - 20;
_root.mundo["splat" + j]._y = (_root.tio._y + random(60)) - 30;
}
} else {
_root.mundo.humo_alante.duplicateMovieClip("humo_acera" + j, j + 40);
_root.mundo["humo_acera" + j]._x = _root.m_x + ranx;
_root.mundo["humo_acera" + j]._y = rany;
_root.j++;
}
} else if (((((((((_root.tio.hit.hitTest(ranx, rany - 15, true) and (random(3) != 1)) and (_root.accion != "agachao")) && (_root.accion != "desagachao")) && (_root.accion != "sj_i")) && (_root.accion != "sj_d")) && (_root.accion != "arrastrando_i")) && (_root.accion != "arrastrando_d")) && (_root.accion != "rodando_i")) && (_root.accion != "rodando_d")) {
_root.vida._xscale = _root.vida._xscale - _root["da\u00F1opipa"];
_root.mundo.sangretio.duplicateMovieClip("splat" + j, j + 80);
if ((_root.accion != "muerto") && (_root.accion != "muerto_s")) {
_root.flashblood.gotoAndPlay(2);
}
if ((_root.accion == "muerto") || (_root.accion == "muerto_s")) {
_root.mundo["splat" + j]._x = ((_root.m_x + _root.tio._x) + random(40)) - 20;
_root.mundo["splat" + j]._y = (_root.tio._y + random(15)) - 5;
} else {
_root.mundo["splat" + j]._x = ((_root.m_x + _root.tio._x) + random(40)) - 20;
_root.mundo["splat" + j]._y = (_root.tio._y + random(60)) - 30;
}
} else {
rany = rany - posicioncoche;
_root.mundo.chispa.duplicateMovieClip("chispa" + j, j + 100);
_root.mundo["chispa" + j]._x = _root.m_x + ranx;
_root.mundo["chispa" + j]._y = rany;
_root.j++;
_root.sonido_lata.gotoAndPlay(2);
if (_root.mundo["shape" + coche].hits < 999) {
_root.mundo["shape" + coche].hits++;
}
if (_root.mundo["shape" + coche].hits >= _root.mundo["shape" + coche].max3) {
_root.mundo["shape" + coche].gotoAndPlay(50);
_root.mundo["shape" + coche].max3 = 1000;
for_ = 0;
while (for_ < 10) {
_root.j++;
_root.mundo.humo_delante.duplicateMovieClip("humo_d" + j, j);
_root.mundo["humo_d" + j]._x = ((_root.m_x + _root.mundo["shape" + coche]._x) + random(90)) - 45;
_root.mundo["humo_d" + j]._y = (_root.mundo["shape" + coche]._y + random(70)) - 50;
_root.j++;
_root.mundo.marcas.cacho1.duplicateMovieClip("cacho1" + j, j);
_root.mundo.marcas["cacho1" + j]._x = ((_root.m_x + _root.mundo["shape" + coche]._x) + random(90)) - 45;
_root.mundo.marcas["cacho1" + j]._y = (_root.mundo["shape" + coche]._y + random(70)) - 50;
_root.j++;
_root.mundo.marcas.minicacho.duplicateMovieClip("minic1" + j, j);
_root.mundo.marcas["minic1" + j]._x = ((_root.m_x + _root.mundo["shape" + coche]._x) + random(90)) - 45;
_root.mundo.marcas["minic1" + j]._y = (_root.mundo["shape" + coche]._y + random(70)) - 50;
_root.j++;
_root.mundo.marcas.minicacho.duplicateMovieClip("minic1" + j, j);
_root.mundo.marcas["minic1" + j]._x = ((_root.m_x + _root.mundo["shape" + coche]._x) + random(90)) - 45;
_root.mundo.marcas["minic1" + j]._y = (_root.mundo["shape" + coche]._y + random(70)) - 50;
for_++;
}
} else {
if (_root.mundo["shape" + coche].hits >= _root.mundo["shape" + coche].max2) {
_root.mundo["shape" + coche].gotoAndPlay(30);
_root.mundo["shape" + coche].max2 = 10000;
} else if (_root.mundo["shape" + coche].hits >= _root.mundo["shape" + coche].max1) {
_root.mundo["shape" + coche].max1 = 10000;
_root.mundo["shape" + coche].gotoAndPlay(15);
_root.sonido_cristal.gotoAndPlay(2);
}
if (_root.mundo["shape" + coche]._currentframe < 50) {
_root.mundo["shape" + coche].gotoAndPlay(_root.mundo["shape" + coche]._currentframe + 1);
}
}
}
rany = random(20) + 320;
ranx = (_root.tio._x + random(80)) - 40;
num++;
}
_root.j++;
_root.mundo.humo_delante.duplicateMovieClip("humo_d" + j, j);
_root.mundo["humo_d" + j]._x = this._x + 17;
_root.mundo["humo_d" + j]._y = this._y + 30;
Symbol 1060 MovieClip Frame 147
balas--;
Symbol 1060 MovieClip Frame 148
if (balas <= 0) {
recargando = 1;
}
gotoAndPlay (115);
Symbol 1060 MovieClip Frame 150
goto = 140;
if (((_root.tio._x - _root.mundo._x) - this._x) > 90) {
if (((_root.tio._x - _root.mundo._x) - this._x) > 200) {
goto = 160;
} else {
goto = 150;
}
}
if (((_root.tio._x - _root.mundo._x) - this._x) < -30) {
if (((_root.tio._x - _root.mundo._x) - this._x) < -200) {
goto = 120;
} else {
goto = 130;
}
}
gotoAndPlay(goto);
Symbol 1060 MovieClip Frame 155
if (disparo_latencia >= 100) {
disparo_latencia = disparo_latencia - 100;
this.gotoAndPlay(this._currentframe - 4);
} else {
disparo_latencia = latencia;
}
Symbol 1060 MovieClip Frame 156
num = 0;
while (num < 5) {
j = _root.j;
bloqueado = 0;
shapes = 0;
while (shapes <= 10) {
if (_root.mundo["shape" + shapes].hitTest(ranx, rany, true)) {
bloqueado = 1;
if (_root.mundo["shape" + shapes].hitTest(ranx, rany - 25, true)) {
posicioncoche = 25;
}
if (_root.mundo["shape" + shapes].hitTest(ranx, (rany - posicioncoche) - 15, true)) {
posicioncoche = posicioncoche + 15;
}
if (_root.mundo["shape" + shapes].hitTest(ranx, (rany - posicioncoche) - 5, true)) {
posicioncoche = posicioncoche + 5;
}
coche = shapes;
shapes = 10;
}
shapes++;
}
if (bloqueado == 0) {
if (_root.tio.hit.hitTest(ranx, rany - 15, true)) {
_root.vida._xscale = _root.vida._xscale - _root["da\u00F1opipa"];
_root.mundo.sangretio.duplicateMovieClip("splat" + j, j + 80);
if ((_root.accion != "muerto") && (_root.accion != "muerto_s")) {
_root.flashblood.gotoAndPlay(2);
}
if ((_root.accion == "muerto") || (_root.accion == "muerto_s")) {
_root.mundo["splat" + j]._x = ((_root.m_x + _root.tio._x) + random(40)) - 20;
_root.mundo["splat" + j]._y = (_root.tio._y + random(15)) - 5;
} else {
_root.mundo["splat" + j]._x = ((_root.m_x + _root.tio._x) + random(40)) - 20;
_root.mundo["splat" + j]._y = (_root.tio._y + random(60)) - 30;
}
} else {
_root.mundo.humo_alante.duplicateMovieClip("humo_acera" + j, j + 40);
_root.mundo["humo_acera" + j]._x = _root.m_x + ranx;
_root.mundo["humo_acera" + j]._y = rany;
_root.j++;
}
} else if (((((((((_root.tio.hit.hitTest(ranx, rany - 15, true) and (random(3) != 1)) and (_root.accion != "agachao")) && (_root.accion != "desagachao")) && (_root.accion != "sj_i")) && (_root.accion != "sj_d")) && (_root.accion != "arrastrando_i")) && (_root.accion != "arrastrando_d")) && (_root.accion != "rodando_i")) && (_root.accion != "rodando_d")) {
_root.vida._xscale = _root.vida._xscale - _root["da\u00F1opipa"];
_root.mundo.sangretio.duplicateMovieClip("splat" + j, j + 80);
if ((_root.accion != "muerto") && (_root.accion != "muerto_s")) {
_root.flashblood.gotoAndPlay(2);
}
if ((_root.accion == "muerto") || (_root.accion == "muerto_s")) {
_root.mundo["splat" + j]._x = ((_root.m_x + _root.tio._x) + random(40)) - 20;
_root.mundo["splat" + j]._y = (_root.tio._y + random(15)) - 5;
} else {
_root.mundo["splat" + j]._x = ((_root.m_x + _root.tio._x) + random(40)) - 20;
_root.mundo["splat" + j]._y = (_root.tio._y + random(60)) - 30;
}
} else {
rany = rany - posicioncoche;
_root.mundo.chispa.duplicateMovieClip("chispa" + j, j + 100);
_root.mundo["chispa" + j]._x = _root.m_x + ranx;
_root.mundo["chispa" + j]._y = rany;
_root.j++;
_root.sonido_lata.gotoAndPlay(2);
if (_root.mundo["shape" + coche].hits < 999) {
_root.mundo["shape" + coche].hits++;
}
if (_root.mundo["shape" + coche].hits >= _root.mundo["shape" + coche].max3) {
_root.mundo["shape" + coche].gotoAndPlay(50);
_root.mundo["shape" + coche].max3 = 1000;
for_ = 0;
while (for_ < 10) {
_root.j++;
_root.mundo.humo_delante.duplicateMovieClip("humo_d" + j, j);
_root.mundo["humo_d" + j]._x = ((_root.m_x + _root.mundo["shape" + coche]._x) + random(90)) - 45;
_root.mundo["humo_d" + j]._y = (_root.mundo["shape" + coche]._y + random(70)) - 50;
_root.j++;
_root.mundo.marcas.cacho1.duplicateMovieClip("cacho1" + j, j);
_root.mundo.marcas["cacho1" + j]._x = ((_root.m_x + _root.mundo["shape" + coche]._x) + random(90)) - 45;
_root.mundo.marcas["cacho1" + j]._y = (_root.mundo["shape" + coche]._y + random(70)) - 50;
_root.j++;
_root.mundo.marcas.minicacho.duplicateMovieClip("minic1" + j, j);
_root.mundo.marcas["minic1" + j]._x = ((_root.m_x + _root.mundo["shape" + coche]._x) + random(90)) - 45;
_root.mundo.marcas["minic1" + j]._y = (_root.mundo["shape" + coche]._y + random(70)) - 50;
_root.j++;
_root.mundo.marcas.minicacho.duplicateMovieClip("minic1" + j, j);
_root.mundo.marcas["minic1" + j]._x = ((_root.m_x + _root.mundo["shape" + coche]._x) + random(90)) - 45;
_root.mundo.marcas["minic1" + j]._y = (_root.mundo["shape" + coche]._y + random(70)) - 50;
for_++;
}
} else {
if (_root.mundo["shape" + coche].hits >= _root.mundo["shape" + coche].max2) {
_root.mundo["shape" + coche].gotoAndPlay(30);
_root.mundo["shape" + coche].max2 = 10000;
} else if (_root.mundo["shape" + coche].hits >= _root.mundo["shape" + coche].max1) {
_root.mundo["shape" + coche].max1 = 10000;
_root.mundo["shape" + coche].gotoAndPlay(15);
_root.sonido_cristal.gotoAndPlay(2);
}
if (_root.mundo["shape" + coche]._currentframe < 50) {
_root.mundo["shape" + coche].gotoAndPlay(_root.mundo["shape" + coche]._currentframe + 1);
}
}
}
rany = random(20) + 320;
ranx = (_root.tio._x + random(80)) - 40;
num++;
}
_root.j++;
_root.mundo.humo_delante.duplicateMovieClip("humo_d" + j, j);
_root.mundo["humo_d" + j]._x = this._x + 17;
_root.mundo["humo_d" + j]._y = this._y + 30;
Symbol 1060 MovieClip Frame 157
balas--;
Symbol 1060 MovieClip Frame 158
if (balas <= 0) {
recargando = 1;
}
gotoAndPlay (115);
Symbol 1060 MovieClip Frame 160
goto = 140;
if (((_root.tio._x - _root.mundo._x) - this._x) > 90) {
if (((_root.tio._x - _root.mundo._x) - this._x) > 200) {
goto = 160;
} else {
goto = 150;
}
}
if (((_root.tio._x - _root.mundo._x) - this._x) < -30) {
if (((_root.tio._x - _root.mundo._x) - this._x) < -200) {
goto = 120;
} else {
goto = 130;
}
}
gotoAndPlay(goto);
Symbol 1060 MovieClip Frame 165
if (disparo_latencia >= 100) {
disparo_latencia = disparo_latencia - 100;
this.gotoAndPlay(this._currentframe - 4);
} else {
disparo_latencia = latencia;
}
Symbol 1060 MovieClip Frame 166
num = 0;
while (num < 5) {
j = _root.j;
bloqueado = 0;
shapes = 0;
while (shapes <= 10) {
if (_root.mundo["shape" + shapes].hitTest(ranx, rany, true)) {
bloqueado = 1;
if (_root.mundo["shape" + shapes].hitTest(ranx, rany - 25, true)) {
posicioncoche = 25;
}
if (_root.mundo["shape" + shapes].hitTest(ranx, (rany - posicioncoche) - 15, true)) {
posicioncoche = posicioncoche + 15;
}
if (_root.mundo["shape" + shapes].hitTest(ranx, (rany - posicioncoche) - 5, true)) {
posicioncoche = posicioncoche + 5;
}
coche = shapes;
shapes = 10;
}
shapes++;
}
if (bloqueado == 0) {
if (_root.tio.hit.hitTest(ranx, rany - 15, true)) {
_root.vida._xscale = _root.vida._xscale - _root["da\u00F1opipa"];
_root.mundo.sangretio.duplicateMovieClip("splat" + j, j + 80);
if ((_root.accion != "muerto") && (_root.accion != "muerto_s")) {
_root.flashblood.gotoAndPlay(2);
}
if ((_root.accion == "muerto") || (_root.accion == "muerto_s")) {
_root.mundo["splat" + j]._x = ((_root.m_x + _root.tio._x) + random(40)) - 20;
_root.mundo["splat" + j]._y = (_root.tio._y + random(15)) - 5;
} else {
_root.mundo["splat" + j]._x = ((_root.m_x + _root.tio._x) + random(40)) - 20;
_root.mundo["splat" + j]._y = (_root.tio._y + random(60)) - 30;
}
} else {
_root.mundo.humo_alante.duplicateMovieClip("humo_acera" + j, j + 40);
_root.mundo["humo_acera" + j]._x = _root.m_x + ranx;
_root.mundo["humo_acera" + j]._y = rany;
_root.j++;
}
} else if (((((((((_root.tio.hit.hitTest(ranx, rany - 15, true) and (random(3) != 1)) and (_root.accion != "agachao")) && (_root.accion != "desagachao")) && (_root.accion != "sj_i")) && (_root.accion != "sj_d")) && (_root.accion != "arrastrando_i")) && (_root.accion != "arrastrando_d")) && (_root.accion != "rodando_i")) && (_root.accion != "rodando_d")) {
_root.vida._xscale = _root.vida._xscale - _root["da\u00F1opipa"];
_root.mundo.sangretio.duplicateMovieClip("splat" + j, j + 80);
if ((_root.accion != "muerto") && (_root.accion != "muerto_s")) {
_root.flashblood.gotoAndPlay(2);
}
if ((_root.accion == "muerto") || (_root.accion == "muerto_s")) {
_root.mundo["splat" + j]._x = ((_root.m_x + _root.tio._x) + random(40)) - 20;
_root.mundo["splat" + j]._y = (_root.tio._y + random(15)) - 5;
} else {
_root.mundo["splat" + j]._x = ((_root.m_x + _root.tio._x) + random(40)) - 20;
_root.mundo["splat" + j]._y = (_root.tio._y + random(60)) - 30;
}
} else {
rany = rany - posicioncoche;
_root.mundo.chispa.duplicateMovieClip("chispa" + j, j + 100);
_root.mundo["chispa" + j]._x = _root.m_x + ranx;
_root.mundo["chispa" + j]._y = rany;
_root.j++;
_root.sonido_lata.gotoAndPlay(2);
if (_root.mundo["shape" + coche].hits < 999) {
_root.mundo["shape" + coche].hits++;
}
if (_root.mundo["shape" + coche].hits >= _root.mundo["shape" + coche].max3) {
_root.mundo["shape" + coche].gotoAndPlay(50);
_root.mundo["shape" + coche].max3 = 1000;
for_ = 0;
while (for_ < 10) {
_root.j++;
_root.mundo.humo_delante.duplicateMovieClip("humo_d" + j, j);
_root.mundo["humo_d" + j]._x = ((_root.m_x + _root.mundo["shape" + coche]._x) + random(90)) - 45;
_root.mundo["humo_d" + j]._y = (_root.mundo["shape" + coche]._y + random(70)) - 50;
_root.j++;
_root.mundo.marcas.cacho1.duplicateMovieClip("cacho1" + j, j);
_root.mundo.marcas["cacho1" + j]._x = ((_root.m_x + _root.mundo["shape" + coche]._x) + random(90)) - 45;
_root.mundo.marcas["cacho1" + j]._y = (_root.mundo["shape" + coche]._y + random(70)) - 50;
_root.j++;
_root.mundo.marcas.minicacho.duplicateMovieClip("minic1" + j, j);
_root.mundo.marcas["minic1" + j]._x = ((_root.m_x + _root.mundo["shape" + coche]._x) + random(90)) - 45;
_root.mundo.marcas["minic1" + j]._y = (_root.mundo["shape" + coche]._y + random(70)) - 50;
_root.j++;
_root.mundo.marcas.minicacho.duplicateMovieClip("minic1" + j, j);
_root.mundo.marcas["minic1" + j]._x = ((_root.m_x + _root.mundo["shape" + coche]._x) + random(90)) - 45;
_root.mundo.marcas["minic1" + j]._y = (_root.mundo["shape" + coche]._y + random(70)) - 50;
for_++;
}
} else {
if (_root.mundo["shape" + coche].hits >= _root.mundo["shape" + coche].max2) {
_root.mundo["shape" + coche].gotoAndPlay(30);
_root.mundo["shape" + coche].max2 = 10000;
} else if (_root.mundo["shape" + coche].hits >= _root.mundo["shape" + coche].max1) {
_root.mundo["shape" + coche].max1 = 10000;
_root.mundo["shape" + coche].gotoAndPlay(15);
_root.sonido_cristal.gotoAndPlay(2);
}
if (_root.mundo["shape" + coche]._currentframe < 50) {
_root.mundo["shape" + coche].gotoAndPlay(_root.mundo["shape" + coche]._currentframe + 1);
}
}
}
rany = random(20) + 320;
ranx = (_root.tio._x + random(80)) - 40;
num++;
}
_root.j++;
_root.mundo.humo_delante.duplicateMovieClip("humo_d" + j, j);
_root.mundo["humo_d" + j]._x = this._x + 17;
_root.mundo["humo_d" + j]._y = this._y + 30;
Symbol 1060 MovieClip Frame 167
balas--;
Symbol 1060 MovieClip Frame 168
if (balas <= 0) {
recargando = 1;
}
gotoAndPlay (115);
Symbol 1060 MovieClip Frame 209
_root.mundo.alante.granada_roja.duplicateMovieClip("granada2_" + _root.k, _root.k + 730);
_root.mundo.alante["granada2_" + _root.k]._x = this._x + 30;
_root.mundo.alante["granada2_" + _root.k]._y = this._y;
_root.mundo.alante["granada2_" + _root.k].gotoAndPlay(2);
_root.k++;
Symbol 1060 MovieClip Frame 212
gotoAndPlay (70);
Symbol 1060 MovieClip Frame 235
gotoAndPlay (70);
Symbol 1060 MovieClip Frame 252
if (dead != "si") {
dead = "si";
_root.mundo[(("posicion" + nombrecont) + "_") + pos_num].gotoAndStop(1);
_root.mundo.mundomobs["creamobs" + nombrecont].mobs--;
if (maloandante == "si") {
_root.killcount_a++;
} else {
_root.killcount++;
}
}
Symbol 1060 MovieClip Frame 259
existe = 0;
this.removeMovieClip();
stop();
Symbol 1060 MovieClip Frame 271
if (_root.j < 80) {
_root.j++;
} else {
_root.j = 0;
}
_root.mundo.marcas.sangremalo.duplicateMovieClip("sangre" + _root.j, _root.j + 70);
_root.mundo.marcas["sangre" + _root.j].gotoAndPlay(4);
_root.mundo.marcas["sangre" + _root.j]._x = ((this._x + 20) + random(80)) - 40;
_root.mundo.marcas["sangre" + _root.j]._y = ((this._y + 30) + random(80)) - 40;
_root.mundo.marcas["sangre" + _root.j]._rotation = random(360);
Symbol 1060 MovieClip Frame 285
if (dead != "si") {
dead = "si";
_root.mundo[(("posicion" + nombrecont) + "_") + pos_num].gotoAndStop(1);
_root.mundo.mundomobs["creamobs" + nombrecont].mobs--;
if (maloandante == "si") {
_root.killcount_a++;
} else {
_root.killcount++;
}
}
Symbol 1060 MovieClip Frame 295
existe = 0;
this.removeMovieClip();
stop();
Symbol 1060 MovieClip Frame 316
stop();
Symbol 1060 MovieClip Frame 401
gotoAndPlay (305);
Symbol 1079 MovieClip Frame 1
if (activado == 0) {
stop();
}
Symbol 1079 MovieClip Frame 14
posicion_correcta = 0;
if ((mobs < max_mobs_ac) && (mobs_creados < max_mobs)) {
if (tiempo < 1) {
gotoAndPlay (15);
if (virgen == 1) {
if (obj._currentframe < 3) {
obj.gotoAndPlay(3);
}
}
virgen = 0;
} else {
gotoAndPlay (1);
tiempo--;
}
} else {
tiempo = tiempo_espera;
gotoAndPlay (1);
}
Symbol 1079 MovieClip Frame 23
mobs_creados++;
mobs++;
antigua_i = _root.mundo.mundomobs.i - 1;
if (_root.mundo.mundomobs.i > 20) {
_root.mundo.mundomobs.i = 1;
}
i = _root.mundo.mundomobs.i;
_root.mundo.mundomobs.i++;
x = 0;
while (x == 10) {
if (_root.mundo.mundomobs["enemigo1_" + antigua_i].existe == "si") {
_root.mundo.mundomobs.i++;
i++;
antigua_i = i;
x = 10;
}
}
_root.mundo.mundomobs.enemigo2.duplicateMovieClip("enemigo1_" + i, i);
_root.mundo.mundomobs["enemigo1_" + i]._x = this._x;
_root.mundo.mundomobs["enemigo1_" + i]._y = this._y;
if (maloandante == "si") {
_root.mundo.mundomobs["enemigo1_" + i].maloandante = "si";
}
gotoAndPlay (1);
do {
next_posicion = random(num_posiciones) + 1;
if (_root.mundo[(("posicion" + nombrecont) + "_") + next_posicion]._currentframe == 1) {
posicion_correcta = 1;
_root.mundo[(("posicion" + nombrecont) + "_") + next_posicion].gotoAndStop(3);
}
} while (posicion_correcta != 1);
_root.mundo.mundomobs["enemigo1_" + i].pos_num = next_posicion;
_root.mundo.mundomobs["enemigo1_" + i].nombrecont = nombrecont;
_root.mundo.mundomobs["enemigo1_" + i].posicion = _root.mundo[(("posicion" + nombrecont) + "_") + next_posicion]._x;
tiempo = tiempo_entremob;
gotoAndPlay (9);
Symbol 1089 MovieClip Frame 1
if (activado == 0) {
stop();
}
Symbol 1089 MovieClip Frame 14
posicion_correcta = 0;
if ((mobs < max_mobs_ac) && (mobs_creados < max_mobs)) {
if (tiempo < 1) {
gotoAndPlay (15);
if (virgen == 1) {
if (obj._currentframe < 3) {
obj.gotoAndPlay(3);
}
}
virgen = 0;
} else {
gotoAndPlay (1);
tiempo--;
}
} else {
tiempo = tiempo_espera;
gotoAndPlay (1);
}
Symbol 1089 MovieClip Frame 23
mobs_creados++;
mobs++;
antigua_i = _root.mundo.mundomobs.i - 1;
if (_root.mundo.mundomobs.i > 20) {
_root.mundo.mundomobs.i = 1;
}
i = _root.mundo.mundomobs.i;
_root.mundo.mundomobs.i++;
x = 0;
while (x == 10) {
if (_root.mundo.mundomobs["enemigo1_" + antigua_i].existe == "si") {
_root.mundo.mundomobs.i++;
i++;
antigua_i = i;
x = 10;
}
}
_root.mundo.mundomobs.enemigo1.duplicateMovieClip("enemigo1_" + i, i);
_root.mundo.mundomobs["enemigo1_" + i]._x = this._x;
_root.mundo.mundomobs["enemigo1_" + i]._y = this._y;
if (maloandante == "si") {
_root.mundo.mundomobs["enemigo1_" + i].maloandante = "si";
}
gotoAndPlay (1);
do {
next_posicion = random(num_posiciones) + 1;
if (_root.mundo[(("posicion" + nombrecont) + "_") + next_posicion]._currentframe == 1) {
posicion_correcta = 1;
_root.mundo[(("posicion" + nombrecont) + "_") + next_posicion].gotoAndStop(3);
}
} while (posicion_correcta != 1);
_root.mundo.mundomobs["enemigo1_" + i].pos_num = next_posicion;
_root.mundo.mundomobs["enemigo1_" + i].nombrecont = nombrecont;
_root.mundo.mundomobs["enemigo1_" + i].posicion = _root.mundo[(("posicion" + nombrecont) + "_") + next_posicion]._x;
tiempo = tiempo_entremob;
gotoAndPlay (9);
Symbol 1091 MovieClip Frame 2
if (_root["gi\u00F1ao_pacasa"] == "si") {
gotoAndStop (5);
}
Symbol 1091 MovieClip Frame 3
mobs_creados++;
mobs++;
antigua_i = _root.mundo.mundomobs.i - 1;
if (_root.mundo.mundomobs.i > 20) {
_root.mundo.mundomobs.i = 1;
}
i = _root.mundo.mundomobs.i;
_root.mundo.mundomobs.i++;
if (_root.mundo.mundomobs["enemigo1_" + antigua_i].existe == si) {
_root.mundo.mundomobs.i++;
i++;
}
_root.mundo.mundomobs["gi\u00F1ao"].duplicateMovieClip("enemigo1_" + i, i);
_root.mundo.mundomobs["enemigo1_" + i]._x = this._x;
_root.mundo.mundomobs["enemigo1_" + i]._y = this._y;
_root.mundo.mundomobs["enemigo1_" + i].pos_num = next_posicion;
_root.mundo.mundomobs["enemigo1_" + i].nombrecont = nombrecont;
_root.mundo.mundomobs["enemigo1_" + i].posicion = 550;
_root.mundo.mundomobs["enemigo1_" + i].maloandante = "si";
tiempo = tiempo_entremob;
Symbol 1091 MovieClip Frame 4
stop();
Symbol 1092 MovieClip Frame 1
if (activado == 0) {
stop();
}
Symbol 1092 MovieClip Frame 14
posicion_correcta = 0;
if ((mobs < max_mobs_ac) && (mobs_creados < max_mobs)) {
if (tiempo < 1) {
gotoAndPlay (15);
if (virgen == 1) {
if (obj._currentframe < 3) {
obj.gotoAndPlay(3);
}
}
virgen = 0;
} else {
gotoAndPlay (1);
tiempo--;
}
} else {
tiempo = tiempo_espera;
gotoAndPlay (1);
}
Symbol 1092 MovieClip Frame 23
mobs_creados++;
mobs++;
antigua_i = _root.mundo.mundomobs.i - 1;
if (_root.mundo.mundomobs.i > 20) {
_root.mundo.mundomobs.i = 1;
}
i = _root.mundo.mundomobs.i;
_root.mundo.mundomobs.i++;
x = 0;
while (x == 10) {
if (_root.mundo.mundomobs["enemigo1_" + antigua_i].existe == "si") {
_root.mundo.mundomobs.i++;
x = 10;
i++;
antigua_i = i;
}
}
_root.mundo.mundomobs.enemigo2.duplicateMovieClip("enemigo1_" + i, i);
_root.mundo.mundomobs["enemigo1_" + i]._x = this._x;
_root.mundo.mundomobs["enemigo1_" + i]._y = this._y;
if (maloandante == "si") {
_root.mundo.mundomobs["enemigo1_" + i].maloandante = "si";
}
gotoAndPlay (1);
do {
next_posicion = random(num_posiciones) + 1;
if (_root.mundo[(("posicion" + nombrecont) + "_") + next_posicion]._currentframe == 1) {
posicion_correcta = 1;
_root.mundo[(("posicion" + nombrecont) + "_") + next_posicion].gotoAndStop(3);
}
} while (posicion_correcta != 1);
_root.mundo.mundomobs["enemigo1_" + i].pos_num = next_posicion;
_root.mundo.mundomobs["enemigo1_" + i].nombrecont = nombrecont;
_root.mundo.mundomobs["enemigo1_" + i].posicion = _root.mundo[(("posicion" + nombrecont) + "_") + next_posicion]._x;
tiempo = tiempo_entremob;
gotoAndPlay (9);
Symbol 1106 MovieClip Frame 1
if (activado == 0) {
stop();
}
Symbol 1106 MovieClip Frame 14
posicion_correcta = 0;
if ((mobs < max_mobs_ac) && (mobs_creados < max_mobs)) {
if (tiempo < 1) {
gotoAndPlay (15);
if (virgen == 1) {
if (obj._currentframe < 3) {
obj.gotoAndPlay(3);
}
}
virgen = 0;
} else {
gotoAndPlay (1);
tiempo--;
}
} else {
tiempo = tiempo_espera;
gotoAndPlay (1);
}
Symbol 1106 MovieClip Frame 23
mobs_creados++;
mobs++;
antigua_i = _root.mundo.mundomobs.i - 1;
if (_root.mundo.mundomobs.i > 20) {
_root.mundo.mundomobs.i = 1;
}
i = _root.mundo.mundomobs.i;
_root.mundo.mundomobs.i++;
x = 0;
while (x == 10) {
if (_root.mundo.mundomobs["enemigo1_" + antigua_i].existe == "si") {
_root.mundo.mundomobs.i++;
i++;
antigua_i = i;
x = 10;
}
}
_root.mundo.mundomobs.maloesco2.duplicateMovieClip("enemigo1_" + i, i);
_root.mundo.mundomobs["enemigo1_" + i]._x = this._x;
_root.mundo.mundomobs["enemigo1_" + i]._y = this._y;
if (maloandante == "si") {
_root.mundo.mundomobs["enemigo1_" + i].maloandante = "si";
}
gotoAndPlay (1);
do {
next_posicion = random(num_posiciones) + 1;
if (_root.mundo[(("posicion" + nombrecont) + "_") + next_posicion]._currentframe == 1) {
posicion_correcta = 1;
_root.mundo[(("posicion" + nombrecont) + "_") + next_posicion].gotoAndStop(3);
}
} while (posicion_correcta != 1);
_root.mundo.mundomobs["enemigo1_" + i].pos_num = next_posicion;
_root.mundo.mundomobs["enemigo1_" + i].nombrecont = nombrecont;
_root.mundo.mundomobs["enemigo1_" + i].posicion = _root.mundo[(("posicion" + nombrecont) + "_") + next_posicion]._x;
tiempo = tiempo_entremob;
gotoAndPlay (9);
Symbol 1106 MovieClip Frame 38
activado = 1;
Symbol 1112 MovieClip Frame 1
if (activado == 0) {
stop();
}
Symbol 1112 MovieClip Frame 14
posicion_correcta = 0;
if ((mobs < max_mobs_ac) && (mobs_creados < max_mobs)) {
if (tiempo < 1) {
gotoAndPlay (15);
if (virgen == 1) {
if (obj._currentframe < 3) {
obj.gotoAndPlay(3);
}
}
virgen = 0;
} else {
gotoAndPlay (1);
tiempo--;
}
} else {
tiempo = tiempo_espera;
gotoAndPlay (1);
}
Symbol 1112 MovieClip Frame 23
mobs_creados++;
mobs++;
antigua_i = _root.mundo.mundomobs.i - 1;
if (_root.mundo.mundomobs.i > 20) {
_root.mundo.mundomobs.i = 1;
}
i = _root.mundo.mundomobs.i;
_root.mundo.mundomobs.i++;
x = 0;
while (x == 10) {
if (_root.mundo.mundomobs["enemigo1_" + antigua_i].existe == "si") {
_root.mundo.mundomobs.i++;
i++;
antigua_i = i;
x = 10;
}
}
_root.mundo.mundomobs.maloesco1.duplicateMovieClip("enemigo1_" + i, i);
_root.mundo.mundomobs["enemigo1_" + i]._x = this._x;
_root.mundo.mundomobs["enemigo1_" + i]._y = this._y;
if (maloandante == "si") {
_root.mundo.mundomobs["enemigo1_" + i].maloandante = "si";
}
gotoAndPlay (1);
do {
next_posicion = random(num_posiciones) + 1;
if (_root.mundo[(("posicion" + nombrecont) + "_") + next_posicion]._currentframe == 1) {
posicion_correcta = 1;
_root.mundo[(("posicion" + nombrecont) + "_") + next_posicion].gotoAndStop(3);
}
} while (posicion_correcta != 1);
_root.mundo.mundomobs["enemigo1_" + i].pos_num = next_posicion;
_root.mundo.mundomobs["enemigo1_" + i].nombrecont = nombrecont;
_root.mundo.mundomobs["enemigo1_" + i].posicion = _root.mundo[(("posicion" + nombrecont) + "_") + next_posicion]._x;
tiempo = tiempo_entremob;
gotoAndPlay (9);
Symbol 1112 MovieClip Frame 38
activado = 1;
Instance of Symbol 826 MovieClip "enemigo1" in Symbol 1113 MovieClip Frame 1
onClipEvent (load) {
existe = "si";
dead = "no";
animado = 0;
parado = 0;
n_rand = 3;
accion = 0;
hits = 1;
num_posiciones = 100;
num_enemigos = 70;
disparo_latencia = 5;
balas = 6;
balastotales = balas;
latencia = disparo_latencia;
parado = 0;
mob_muestra = 0;
if (_root.mundo.mundomobs.paramobs.hitTest(this._x, this._y, true)) {
gotoAndStop (45);
mob_muestra = 1;
accion = 1;
}
}
onClipEvent (enterFrame) {
if (mob_muestra == 0) {
if (this._x < posicion) {
if (accion == 0) {
this._x = this._x + 5;
}
} else {
if (parado != 1) {
gotoAndPlay (76);
}
parado = 1;
}
}
}
Instance of Symbol 838 MovieClip "enemigo2" in Symbol 1113 MovieClip Frame 1
onClipEvent (load) {
existe = "si";
dead = "no";
animado = 0;
parado = 0;
n_rand = 3;
accion = 0;
hits = 1;
num_posiciones = 100;
num_enemigos = 70;
disparo_latencia = 5;
balas = 6;
balastotales = balas;
latencia = disparo_latencia;
parado = 0;
mob_muestra = 0;
if (_root.mundo.mundomobs.paramobs.hitTest(this._x, this._y, true)) {
gotoAndStop (45);
mob_muestra = 1;
accion = 1;
}
}
onClipEvent (enterFrame) {
if (mob_muestra == 0) {
if (this._x > posicion) {
if (accion == 0) {
this._x = this._x - 5;
}
} else {
if (parado != 1) {
gotoAndPlay (76);
}
parado = 1;
}
}
}
Instance of Symbol 484 MovieClip "giñao" in Symbol 1113 MovieClip Frame 1
onClipEvent (load) {
existe = si;
animado = 0;
parado = 0;
n_rand = 3;
accion = 0;
hits = 1;
num_posiciones = 100;
num_enemigos = 70;
disparo_latencia = 5;
balas = 6;
balastotales = balas;
latencia = disparo_latencia;
parado = 0;
mob_muestra = 0;
if (_root.mundo.mundomobs.paramobs.hitTest(this._x, this._y, true)) {
gotoAndStop (45);
mob_muestra = 1;
accion = 1;
}
}
onClipEvent (enterFrame) {
if (mob_muestra == 0) {
if (this._x > posicion) {
if (accion == 0) {
this._x = this._x - 5;
}
} else {
if (parado != 1) {
gotoAndPlay (70);
}
parado = 1;
}
}
}
Instance of Symbol 1028 MovieClip "maloesco1" in Symbol 1113 MovieClip Frame 1
onClipEvent (load) {
existe = "si";
dead = "no";
animado = 0;
parado = 0;
n_rand = 3;
accion = 0;
hits = 1;
num_posiciones = 100;
num_enemigos = 70;
disparo_latencia = 5;
balas = 2;
balastotales = balas;
latencia = disparo_latencia;
parado = 0;
mob_muestra = 0;
if (_root.mundo.mundomobs.paramobs.hitTest(this._x, this._y, true)) {
gotoAndStop (45);
mob_muestra = 1;
accion = 1;
}
}
onClipEvent (enterFrame) {
if (mob_muestra == 0) {
if (this._x < posicion) {
if (accion == 0) {
this._x = this._x + 5;
}
} else {
if (parado != 1) {
gotoAndPlay (76);
}
parado = 1;
}
}
}
Instance of Symbol 1060 MovieClip "maloesco2" in Symbol 1113 MovieClip Frame 1
onClipEvent (load) {
existe = "si";
dead = "no";
animado = 0;
parado = 0;
n_rand = 3;
accion = 0;
hits = 1;
num_posiciones = 100;
num_enemigos = 70;
disparo_latencia = 5;
balas = 6;
balastotales = balas;
latencia = disparo_latencia;
parado = 0;
mob_muestra = 0;
if (_root.mundo.mundomobs.paramobs.hitTest(this._x, this._y, true)) {
gotoAndStop (45);
mob_muestra = 1;
accion = 1;
}
}
onClipEvent (enterFrame) {
if (mob_muestra == 0) {
if (this._x > posicion) {
if (accion == 0) {
this._x = this._x - 5;
}
} else {
if (parado != 1) {
gotoAndPlay (76);
}
parado = 1;
}
}
}
Instance of Symbol 1079 MovieClip "creamobs2" in Symbol 1113 MovieClip Frame 1
onClipEvent (load) {
i = 0;
mobs = 0;
nombrecont = 2;
num_max = 8;
max_mobs_ac = 2;
mobs_creados = 0;
max_mobs = 4;
num_posiciones = 4;
activado = 0;
tiempo_espera = 5;
tiempo_entremob = 0;
}
Instance of Symbol 1089 MovieClip "creamobs1" in Symbol 1113 MovieClip Frame 1
onClipEvent (load) {
i = 0;
mobs = 0;
nombrecont = 1;
num_max = 8;
max_mobs_ac = 2;
mobs_creados = 0;
max_mobs = 4;
num_posiciones = 6;
tiempo_espera = 5;
tiempo_entremob = 0;
activado = 0;
}
Instance of Symbol 1089 MovieClip "creamobs0" in Symbol 1113 MovieClip Frame 1
onClipEvent (load) {
i = 0;
mobs = 0;
nombrecont = 0;
max_mobs_ac = 2;
mobs_creados = 0;
max_mobs = 3;
num_posiciones = 2;
obj = _root.mundo.puerta_1;
virgen = 1;
tiempo_espera = 0;
tiempo_entremob = 1;
activado = 0;
maloandante = "si";
}
Instance of Symbol 1079 MovieClip "creamobs4" in Symbol 1113 MovieClip Frame 1
onClipEvent (load) {
i = 0;
mobs = 0;
nombrecont = 4;
num_max = 8;
max_mobs_ac = 2;
mobs_creados = 0;
max_mobs = 2;
num_posiciones = 2;
activado = 0;
maloandante = "si";
}
Instance of Symbol 1089 MovieClip "creamobs5" in Symbol 1113 MovieClip Frame 1
onClipEvent (load) {
i = 0;
mobs = 0;
nombrecont = 5;
max_mobs_ac = 2;
mobs_creados = 0;
max_mobs = 3;
num_posiciones = 2;
obj = _root.mundo.puerta_2;
virgen = 1;
tiempo_espera = 0;
tiempo_entremob = 1;
activado = 0;
maloandante = "si";
}
Instance of Symbol 1089 MovieClip "creamobs6" in Symbol 1113 MovieClip Frame 1
onClipEvent (load) {
i = 0;
mobs = 0;
nombrecont = 6;
max_mobs_ac = 1;
mobs_creados = 0;
max_mobs = 1;
num_posiciones = 1;
obj = _root.mundo.ventana_7;
virgen = 1;
tiempo_espera = 0;
tiempo_entremob = 1;
activado = 0;
maloandante = "no";
}
Instance of Symbol 1079 MovieClip "creamobs7" in Symbol 1113 MovieClip Frame 1
onClipEvent (load) {
i = 0;
mobs = 0;
nombrecont = 2;
max_mobs_ac = 3;
mobs_creados = 0;
max_mobs = 3;
num_posiciones = 3;
activado = 0;
maloandante = "si";
}
Instance of Symbol 1089 MovieClip "creamobs3" in Symbol 1113 MovieClip Frame 1
onClipEvent (load) {
i = 0;
mobs = 0;
nombrecont = -3;
max_mobs_ac = 1;
mobs_creados = 0;
max_mobs = 2;
num_posiciones = 3;
obj = _root.mundo.ventana_4;
virgen = 1;
tiempo_espera = 0;
tiempo_entremob = 1;
activado = 0;
}
Instance of Symbol 1079 MovieClip "creamobs8" in Symbol 1113 MovieClip Frame 1
onClipEvent (load) {
i = 0;
mobs = 0;
nombrecont = 8;
max_mobs_ac = 3;
mobs_creados = 0;
max_mobs = 3;
num_posiciones = 3;
activado = 0;
maloandante = "si";
}
Instance of Symbol 1079 MovieClip "creamobs9" in Symbol 1113 MovieClip Frame 1
onClipEvent (load) {
i = 0;
mobs = 0;
nombrecont = 9;
max_mobs_ac = 3;
mobs_creados = 0;
max_mobs = 3;
num_posiciones = 3;
activado = 0;
maloandante = "si";
}
Instance of Symbol 1079 MovieClip "creamobs10" in Symbol 1113 MovieClip Frame 1
onClipEvent (load) {
i = 0;
mobs = 0;
nombrecont = 10;
max_mobs_ac = 1;
mobs_creados = 0;
max_mobs = 1;
num_posiciones = 2;
obj = _root.mundo.ventana_11;
virgen = 1;
tiempo_espera = 0;
tiempo_entremob = 1;
activado = 0;
maloandante = "no";
}
Instance of Symbol 1079 MovieClip "creamobs11" in Symbol 1113 MovieClip Frame 1
onClipEvent (load) {
i = 0;
mobs = 0;
nombrecont = 10;
max_mobs_ac = 1;
mobs_creados = 0;
max_mobs = 1;
num_posiciones = 2;
obj = _root.mundo.ventana_13;
virgen = 1;
tiempo_espera = 0;
tiempo_entremob = 1;
activado = 0;
maloandante = "no";
}
Instance of Symbol 1092 MovieClip "creamobs13" in Symbol 1113 MovieClip Frame 1
onClipEvent (load) {
i = 0;
mobs = 0;
nombrecont = 13;
max_mobs_ac = 2;
mobs_creados = 0;
max_mobs = 3;
num_posiciones = 3;
virgen = 1;
tiempo_espera = 0;
tiempo_entremob = 1;
activado = 0;
maloandante = "no";
}
Instance of Symbol 1092 MovieClip "creamobs12" in Symbol 1113 MovieClip Frame 1
onClipEvent (load) {
i = 0;
mobs = 0;
nombrecont = 12;
max_mobs_ac = 3;
mobs_creados = 0;
max_mobs = 5;
num_posiciones = 3;
obj = _root.mundo.ventana_10;
virgen = 1;
tiempo_espera = 0;
tiempo_entremob = 1;
activado = 0;
maloandante = "no";
}
Instance of Symbol 1079 MovieClip "creamobs14" in Symbol 1113 MovieClip Frame 1
onClipEvent (load) {
i = 0;
mobs = 0;
nombrecont = 14;
max_mobs_ac = 1;
mobs_creados = 0;
max_mobs = 3;
num_posiciones = 1;
obj = _root.mundo.ventana_1;
virgen = 1;
tiempo_espera = 3;
tiempo_entremob = 1;
activado = 0;
maloandante = "no";
}
Instance of Symbol 1079 MovieClip "creamobs15" in Symbol 1113 MovieClip Frame 1
onClipEvent (load) {
i = 0;
mobs = 0;
nombrecont = 15;
max_mobs_ac = 1;
mobs_creados = 0;
max_mobs = 2;
num_posiciones = 1;
obj = _root.mundo.ventana_2;
virgen = 1;
tiempo_espera = 9;
tiempo_entremob = 1;
activado = 0;
maloandante = "no";
}
Instance of Symbol 1079 MovieClip "creamobs16" in Symbol 1113 MovieClip Frame 1
onClipEvent (load) {
i = 0;
mobs = 0;
nombrecont = 16;
max_mobs_ac = 1;
mobs_creados = 0;
max_mobs = 3;
num_posiciones = 1;
obj = _root.mundo.ventana_3;
virgen = 1;
tiempo_espera = 6;
tiempo_entremob = 3;
activado = 0;
maloandante = "no";
}
Instance of Symbol 1079 MovieClip "creamobs17" in Symbol 1113 MovieClip Frame 1
onClipEvent (load) {
i = 0;
mobs = 0;
nombrecont = 17;
max_mobs_ac = 1;
mobs_creados = 0;
max_mobs = 3;
num_posiciones = 1;
obj = _root.mundo.ventana_4;
virgen = 1;
tiempo_espera = 9;
tiempo_entremob = 1;
activado = 0;
maloandante = "no";
}
Instance of Symbol 1079 MovieClip "creamobs18" in Symbol 1113 MovieClip Frame 1
onClipEvent (load) {
i = 0;
mobs = 0;
nombrecont = 18;
max_mobs_ac = 1;
mobs_creados = 0;
max_mobs = 2;
num_posiciones = 1;
obj = _root.mundo.ventana_5;
virgen = 1;
tiempo_espera = 6;
tiempo_entremob = 1;
activado = 0;
maloandante = "no";
}
Instance of Symbol 1079 MovieClip "creamobs19" in Symbol 1113 MovieClip Frame 1
onClipEvent (load) {
i = 0;
mobs = 0;
nombrecont = 19;
max_mobs_ac = 1;
mobs_creados = 0;
max_mobs = 3;
num_posiciones = 1;
obj = _root.mundo.ventana_6;
virgen = 1;
tiempo_espera = 7;
tiempo_entremob = 1;
activado = 0;
maloandante = "no";
}
Instance of Symbol 1079 MovieClip "creamobs20" in Symbol 1113 MovieClip Frame 1
onClipEvent (load) {
i = 0;
mobs = 0;
nombrecont = 20;
max_mobs_ac = 3;
mobs_creados = 0;
max_mobs = 5;
num_posiciones = 3;
activado = 0;
maloandante = "si";
}
Instance of Symbol 1089 MovieClip "creamobs21" in Symbol 1113 MovieClip Frame 1
onClipEvent (load) {
i = 0;
mobs = 0;
nombrecont = 21;
max_mobs_ac = 2;
mobs_creados = 0;
max_mobs = 10;
num_posiciones = 2;
obj = _root.mundo.puerta_3;
virgen = 1;
tiempo_espera = 0;
tiempo_entremob = 1;
activado = 0;
maloandante = "no";
}
Instance of Symbol 1079 MovieClip "creamobs22" in Symbol 1113 MovieClip Frame 1
onClipEvent (load) {
i = 0;
mobs = 0;
nombrecont = 22;
max_mobs_ac = 3;
mobs_creados = 0;
max_mobs = 9;
num_posiciones = 3;
virgen = 1;
tiempo_espera = 4;
tiempo_entremob = 1;
activado = 0;
maloandante = "no";
}
Instance of Symbol 1089 MovieClip "creamobs23" in Symbol 1113 MovieClip Frame 1
onClipEvent (load) {
i = 0;
mobs = 0;
nombrecont = 23;
max_mobs_ac = 3;
mobs_creados = 0;
max_mobs = 11;
num_posiciones = 3;
obj = 0;
virgen = 1;
tiempo_espera = 4;
tiempo_entremob = 1;
activado = 0;
maloandante = "no";
}
Instance of Symbol 1079 MovieClip "creamobs24" in Symbol 1113 MovieClip Frame 1
onClipEvent (load) {
i = 0;
mobs = 0;
nombrecont = 24;
max_mobs_ac = 2;
mobs_creados = 0;
max_mobs = 6;
num_posiciones = 2;
obj = _root.mundo.ventana_13;
virgen = 1;
tiempo_espera = 3;
tiempo_entremob = 3;
activado = 0;
maloandante = "no";
}
Instance of Symbol 1079 MovieClip "creamobs25" in Symbol 1113 MovieClip Frame 1
onClipEvent (load) {
i = 0;
mobs = 0;
nombrecont = 25;
max_mobs_ac = 1;
mobs_creados = 0;
max_mobs = 2;
num_posiciones = 1;
obj = _root.mundo.ventana_8;
virgen = 1;
tiempo_espera = 4;
tiempo_entremob = 3;
activado = 0;
maloandante = "no";
}
Instance of Symbol 1106 MovieClip "creamobs28" in Symbol 1113 MovieClip Frame 1
onClipEvent (load) {
i = 0;
mobs = 0;
nombrecont = 28;
max_mobs_ac = 2;
mobs_creados = 0;
max_mobs = 6;
num_posiciones = 2;
obj = _root.mundo.ventana_18;
virgen = 1;
tiempo_espera = 4;
tiempo_entremob = 3;
activado = 0;
maloandante = "no";
}
Instance of Symbol 1112 MovieClip "creamobs27" in Symbol 1113 MovieClip Frame 1
onClipEvent (load) {
i = 0;
mobs = 0;
nombrecont = 27;
max_mobs_ac = 1;
mobs_creados = 0;
max_mobs = 3;
num_posiciones = 1;
obj = _root.mundo.ventana_24;
virgen = 1;
tiempo_espera = 4;
tiempo_entremob = 3;
activado = 0;
maloandante = "no";
}
Instance of Symbol 1079 MovieClip "creamobs26" in Symbol 1113 MovieClip Frame 1
onClipEvent (load) {
i = 0;
mobs = 0;
nombrecont = 26;
max_mobs_ac = 2;
mobs_creados = 0;
max_mobs = 4;
num_posiciones = 2;
virgen = 1;
tiempo_espera = 0;
tiempo_entremob = 1;
activado = 0;
maloandante = "si";
}
Instance of Symbol 1112 MovieClip "creamobs29" in Symbol 1113 MovieClip Frame 1
onClipEvent (load) {
i = 0;
mobs = 0;
nombrecont = 29;
max_mobs_ac = 2;
mobs_creados = 0;
max_mobs = 5;
num_posiciones = 3;
obj = _root.mundo.ventana_20;
virgen = 1;
tiempo_espera = 4;
tiempo_entremob = 3;
activado = 0;
maloandante = "no";
}
Instance of Symbol 1112 MovieClip "creamobs32" in Symbol 1113 MovieClip Frame 1
onClipEvent (load) {
i = 0;
mobs = 0;
nombrecont = 32;
max_mobs_ac = 1;
mobs_creados = 0;
max_mobs = 3;
num_posiciones = 1;
obj = _root.mundo.ventana_9;
virgen = 1;
tiempo_espera = 4;
tiempo_entremob = 3;
activado = 0;
maloandante = "no";
}
Instance of Symbol 1112 MovieClip "creamobs31" in Symbol 1113 MovieClip Frame 1
onClipEvent (load) {
i = 0;
mobs = 0;
nombrecont = 31;
max_mobs_ac = 2;
mobs_creados = 0;
max_mobs = 6;
num_posiciones = 3;
obj = _root.mundo.puerta4;
virgen = 1;
tiempo_espera = 2;
tiempo_entremob = 0;
activado = 0;
maloandante = "no";
}
Instance of Symbol 1106 MovieClip "creamobs30" in Symbol 1113 MovieClip Frame 1
onClipEvent (load) {
i = 0;
mobs = 0;
nombrecont = 30;
max_mobs_ac = 2;
mobs_creados = 0;
max_mobs = 5;
num_posiciones = 3;
virgen = 1;
tiempo_espera = 2;
tiempo_entremob = 0;
activado = 0;
maloandante = "no";
}
Instance of Symbol 1106 MovieClip "creamobs33" in Symbol 1113 MovieClip Frame 1
onClipEvent (load) {
i = 0;
mobs = 0;
nombrecont = 33;
max_mobs_ac = 3;
mobs_creados = 0;
max_mobs = 9;
num_posiciones = 3;
obj = nada;
virgen = 1;
tiempo_espera = 2;
tiempo_entremob = 1;
activado = 0;
maloandante = "no";
}
Instance of Symbol 1112 MovieClip "creamobs34" in Symbol 1113 MovieClip Frame 1
onClipEvent (load) {
i = 0;
mobs = 0;
nombrecont = 34;
max_mobs_ac = 2;
mobs_creados = 0;
max_mobs = 7;
num_posiciones = 3;
obj = _root.mundo.puerta5;
virgen = 1;
tiempo_espera = 0;
tiempo_entremob = 0;
activado = 0;
maloandante = "no";
}
Symbol 1136 MovieClip Frame 1
stop();
Symbol 1136 MovieClip Frame 2
play();
destino_x = _root._xmouse + _root.m_x;
destino_y = _root._ymouse;
if (destino_y > 240) {
destino_Y = 240;
}
origen_x = this._x;
origen_y = this._y;
grana_x = (destino_x - origen_x) / 23;
grana_y = (destino_y - origen_y) / 23;
Symbol 1136 MovieClip Frame 13
this.removeMovieClip();
Symbol 1140 MovieClip Frame 1
stop();
Symbol 1140 MovieClip Frame 2
play();
destino_x = _root._xmouse + _root.m_x;
destino_y = _root._ymouse;
if (destino_y > 240) {
destino_Y = 240;
}
origen_x = this._x;
origen_y = this._y;
grana_x = (destino_x - origen_x) / 23;
grana_y = (destino_y - origen_y) / 23;
Symbol 1140 MovieClip Frame 13
grana_x = (destino_x - origen_x) / 27;
grana_y = (destino_y - origen_y) / 25;
Symbol 1140 MovieClip Frame 25
_root.snd_explo.start();
Symbol 1140 MovieClip Frame 27
_root.mundo.media_marcas.explo1.duplicateMovieClip("explo1_" + _root.k, _root.k + 2400);
_root.mundo.media_marcas["explo1_" + _root.k]._x = this._x + 15;
_root.mundo.media_marcas["explo1_" + _root.k]._y = this._y + 20;
_root.k++;
this._x = this._x + -40;
num = 0;
while (num <= 25) {
if (((((_root.mundo["ventana_" + num]._x < (this._x + 100)) && (_root.mundo["ventana_" + num]._x > (this._x - 100))) && (_root.mundo["ventana_" + num]._y < (this._y + 50))) && (_root.mundo["ventana_" + num]._y > (this._y - 150))) && (_root.mundo["ventana_" + num]._currentframe < 4)) {
_root.mundo["ventana_" + num].gotoAndPlay(3);
}
num++;
}
num = 0;
while (num <= 10) {
if ((((_root.mundo["coche" + num]._x < ((this._x + 40) + 100)) && (_root.mundo["coche" + num]._x > ((this._x + 40) - 100))) && (_root.mundo["coche" + num]._y < (this._y + 50))) && (_root.mundo["coche" + num]._y > (this._y - 90))) {
_root.mundo["coche" + num].gotoAndPlay(50);
_root.mundo["coche" + num].dead = 1;
_root.mundo["coche" + num].max3 = 1000;
for_ = 0;
while (for_ < 10) {
_root.j++;
_root.mundo.humo_delante.duplicateMovieClip("humo_d" + j, j);
_root.mundo["humo_d" + j]._x = (_root.mundo["coche" + num]._x + random(90)) - 45;
_root.mundo["humo_d" + j]._y = (_root._root.mundo["coche" + num]._y + random(70)) - 50;
_root.j++;
_root.mundo.marcas.cacho1.duplicateMovieClip("cacho1" + j, j);
_root.mundo.marcas["cacho1" + j]._x = (_root.mundo["coche" + num]._x + random(90)) - 45;
_root.mundo.marcas["cacho1" + j]._y = (_root.mundo["coche" + num]._y + random(70)) - 50;
_root.j++;
_root.mundo.marcas.minicacho.duplicateMovieClip("minic1" + j, j);
_root.mundo.marcas["minic1" + j]._x = (_root.mundo["coche" + num]._x + random(90)) - 45;
_root.mundo.marcas["minic1" + j]._y = (_root.mundo["coche" + num]._y + random(70)) - 50;
_root.j++;
_root.mundo.marcas.minicacho.duplicateMovieClip("minic1" + j, j);
_root.mundo.marcas["minic1" + j]._x = (_root.mundo["coche" + num]._x + random(90)) - 45;
_root.mundo.marcas["minic1" + j]._y = (_root.mundo["coche" + num]._y + random(70)) - 50;
for_++;
}
}
num++;
}
this._x = this._x + 40;
num = 0;
while (num <= _root.num_enemigos) {
mundo["coche" + num];
if ((((_root.mundo.mundomobs["enemigo1_" + num]._x < (this._x + 100)) and (_root.mundo.mundomobs["enemigo1_" + num]._x > (this._x - 100))) and (_root.mundo.mundomobs["enemigo1_" + num]._y < (this._y + 50))) and (_root.mundo.mundomobs["enemigo1_" + num]._y > (this._y - 90))) {
_root.mundo.mundomobs["enemigo1_" + num].accion = 1;
if (_root.mundo.mundomobs["enemigo1_" + num].acabado != true) {
_root.mundo.mundomobs["enemigo1_" + num].acabado = true;
_root.combo.num++;
_root.combo.x = _root.mundo.mundomobs["enemigo1_" + num]._x;
_root.combo.y = _root.mundo.mundomobs["enemigo1_" + num]._y;
_root.combo.gotoAndPlay(2);
_root.score = _root.score + Math.round((200 * (_root.combo.num * 0.5)) * (_root.dificultad / 100));
}
_root.mundo.mundomobs["enemigo1_" + num].gotoAndPlay(271);
}
num++;
}
Symbol 1140 MovieClip Frame 28
num = 0;
while (num <= _root.num_enemigos) {
mundo["coche" + num];
if ((((_root.mundo.mundomobs["enemigo1_" + num]._x < (this._x + 100)) and (_root.mundo.mundomobs["enemigo1_" + num]._x > (this._x - 100))) and (_root.mundo.mundomobs["enemigo1_" + num]._y < (this._y + 50))) and (_root.mundo.mundomobs["enemigo1_" + num]._y > (this._y - 90))) {
_root.mundo.mundomobs["enemigo1_" + num].accion = 1;
if (_root.mundo.mundomobs["enemigo1_" + num].acabado != true) {
_root.mundo.mundomobs["enemigo1_" + num].acabado = true;
_root.combo.num++;
_root.combo.x = _root.mundo.mundomobs["enemigo1_" + num]._x;
_root.combo.y = _root.mundo.mundomobs["enemigo1_" + num]._y;
_root.combo.gotoAndPlay(2);
}
_root.mundo.mundomobs["enemigo1_" + num].gotoAndPlay(272);
}
num++;
}
Symbol 1140 MovieClip Frame 29
num = 0;
while (num <= _root.num_enemigos) {
mundo["coche" + num];
if ((((_root.mundo.mundomobs["enemigo1_" + num]._x < (this._x + 100)) and (_root.mundo.mundomobs["enemigo1_" + num]._x > (this._x - 100))) and (_root.mundo.mundomobs["enemigo1_" + num]._y < (this._y + 50))) and (_root.mundo.mundomobs["enemigo1_" + num]._y > (this._y - 90))) {
_root.mundo.mundomobs["enemigo1_" + num].accion = 1;
if (_root.mundo.mundomobs["enemigo1_" + num].acabado != true) {
_root.mundo.mundomobs["enemigo1_" + num].acabado = true;
_root.combo.num++;
_root.combo.x = _root.mundo.mundomobs["enemigo1_" + num]._x;
_root.combo.y = _root.mundo.mundomobs["enemigo1_" + num]._y;
_root.combo.gotoAndPlay(2);
}
_root.mundo.mundomobs["enemigo1_" + num].gotoAndPlay(273);
}
num++;
}
Symbol 1140 MovieClip Frame 30
this.removeMovieClip();
Symbol 1143 MovieClip Frame 16
this.removeMovieClip();
Instance of Symbol 1140 MovieClip "granada_voladora" in Symbol 1144 MovieClip Frame 1
onClipEvent (load) {
grana_x = 0;
grana_y = 0;
}
onClipEvent (enterFrame) {
if (_root.mundo.media_marcas.para_granas.hitTest(this._x, this._y, false)) {
} else {
this._x = this._x + grana_x;
this._y = this._y + grana_y;
}
}
Instance of Symbol 1143 MovieClip "explo1" in Symbol 1144 MovieClip Frame 1
onClipEvent (load) {
num = 0;
while (num <= _root.num_enemigos) {
if (_root.mundo.mundomobs["enemigo1_" + num].area_explo.hitTest(this._x, this.y, false)) {
_root.mundo.mundomobs["enemigo1_" + num].accion = 1;
_root.mundo.mundomobs["enemigo1_" + num].gotoAndPlay(15);
}
num++;
}
}
Symbol 1189 MovieClip Frame 16
stop();
Symbol 1215 MovieClip Frame 25
stop();
Symbol 1216 MovieClip Frame 1
gotoAndStop (2);
hits = 0;
dead = 0;
gotoAndStop (2);
hits = 0;
Symbol 1216 MovieClip Frame 6
stop();
stop();
Symbol 1216 MovieClip Frame 11
gotoAndStop (2);
Symbol 1216 MovieClip Frame 19
stop();
Symbol 1216 MovieClip Frame 23
gotoAndStop (15);
Symbol 1216 MovieClip Frame 34
stop();
Symbol 1216 MovieClip Frame 38
gotoAndStop (30);
Instance of Symbol 1215 MovieClip "rueda1" in Symbol 1216 MovieClip Frame 50
onClipEvent (load) {
ran = random(10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + ran;
}
Instance of Symbol 1215 MovieClip "rueda2" in Symbol 1216 MovieClip Frame 51
onClipEvent (load) {
ran = random(10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + ran;
}
Symbol 1216 MovieClip Frame 52
num = 0;
while (num <= _root.num_enemigos) {
mundo["coche" + num];
if ((((_root.mundo.mundomobs["enemigo1_" + num]._x < (this._x + 100)) && (_root.mundo.mundomobs["enemigo1_" + num]._x > (this._x - 100))) && (_root.mundo.mundomobs["enemigo1_" + num]._y < (this._y + 70))) && (_root.mundo.mundomobs["enemigo1_" + num]._y > (this._y - 70))) {
_root.mundo.mundomobs["enemigo1_" + num].accion = 1;
if ((_root.mundo.mundomobs["enemigo1_" + num]._currentframe < 15) || (_root.mundo.mundomobs["enemigo1_" + num]._currentframe > 25)) {
_root.mundo.mundomobs["enemigo1_" + num].gotoAndPlay(270);
}
if (_root.mundo.mundomobs["enemigo1_" + num].acabado != true) {
_root.mundo.mundomobs["enemigo1_" + num].acabado = true;
_root.combo.num++;
_root.combo.gotoAndPlay(2);
_root.score = _root.score + Math.round((300 * (_root.combo.num * 0.5)) * (_root.dificultad / 100));
}
}
num++;
}
Symbol 1216 MovieClip Frame 71
stop();
Symbol 1245 MovieClip Frame 13
this.removeMovieClip();
Symbol 1313 MovieClip Frame 1
gotoAndStop (2);
hits = 0;
dead = 0;
Symbol 1313 MovieClip Frame 6
stop();
Symbol 1313 MovieClip Frame 11
gotoAndStop (2);
Symbol 1313 MovieClip Frame 19
stop();
Symbol 1313 MovieClip Frame 23
gotoAndStop (15);
Symbol 1313 MovieClip Frame 34
stop();
Symbol 1313 MovieClip Frame 38
gotoAndStop (30);
Instance of Symbol 1215 MovieClip "rueda1" in Symbol 1313 MovieClip Frame 50
onClipEvent (load) {
ran = random(10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + ran;
}
Instance of Symbol 1215 MovieClip "rueda2" in Symbol 1313 MovieClip Frame 51
onClipEvent (load) {
ran = random(10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + ran;
}
Symbol 1313 MovieClip Frame 52
num = 0;
while (num <= _root.num_enemigos) {
mundo["coche" + num];
if ((((_root.mundo.mundomobs["enemigo1_" + num]._x < (this._x + 100)) && (_root.mundo.mundomobs["enemigo1_" + num]._x > (this._x - 100))) && (_root.mundo.mundomobs["enemigo1_" + num]._y < (this._y + 70))) && (_root.mundo.mundomobs["enemigo1_" + num]._y > (this._y - 70))) {
_root.mundo.mundomobs["enemigo1_" + num].accion = 1;
if ((_root.mundo.mundomobs["enemigo1_" + num]._currentframe < 15) || (_root.mundo.mundomobs["enemigo1_" + num]._currentframe > 25)) {
_root.mundo.mundomobs["enemigo1_" + num].gotoAndPlay(270);
}
if (_root.mundo.mundomobs["enemigo1_" + num].acabado != true) {
_root.mundo.mundomobs["enemigo1_" + num].acabado = true;
_root.combo.num++;
_root.combo.x = _root.mundo.mundomobs["enemigo1_" + num]._x;
_root.combo.y = _root.mundo.mundomobs["enemigo1_" + num]._y;
_root.combo.gotoAndPlay(2);
_root.score = _root.score + Math.round((300 * (_root.combo.num * 0.5)) * (_root.dificultad / 100));
}
}
num++;
}
Symbol 1313 MovieClip Frame 70
stop();
Symbol 1317 MovieClip Frame 30
this.removeMovieClip();
Symbol 1320 MovieClip Frame 1
gotoAndStop (2);
hits = 0;
max1 = 4;
max2 = 17;
max3 = 30;
dead = 0;
Symbol 1320 MovieClip Frame 6
stop();
Symbol 1320 MovieClip Frame 11
gotoAndStop (2);
Symbol 1320 MovieClip Frame 19
stop();
Symbol 1320 MovieClip Frame 23
gotoAndStop (15);
Symbol 1320 MovieClip Frame 34
stop();
Symbol 1320 MovieClip Frame 38
gotoAndStop (30);
Symbol 1320 MovieClip Frame 39
dead = 1;
Symbol 1320 MovieClip Frame 50
play();
Instance of Symbol 1215 MovieClip "rueda1" in Symbol 1320 MovieClip Frame 90
onClipEvent (load) {
ran = random(10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + ran;
}
Instance of Symbol 1215 MovieClip "rueda2" in Symbol 1320 MovieClip Frame 91
onClipEvent (load) {
ran = random(10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + ran;
}
Symbol 1320 MovieClip Frame 92
if ((_root.tio._x < ((this._x + 100) - _root.m_x)) && (_root.tio._x > ((this._x - 100) - _root.m_x))) {
_root.vida._xscale = _root.vida._xscale - 205;
}
Symbol 1320 MovieClip Frame 110
stop();
Symbol 1320 MovieClip Frame 111
gotoAndStop (92);
Symbol 1323 MovieClip Frame 1
gotoAndStop (2);
hits = 0;
max1 = 5;
max2 = 10;
max3 = 20;
dead = 0;
Symbol 1323 MovieClip Frame 6
stop();
Symbol 1323 MovieClip Frame 11
gotoAndStop (2);
Symbol 1323 MovieClip Frame 19
stop();
Symbol 1323 MovieClip Frame 23
gotoAndStop (15);
Symbol 1323 MovieClip Frame 34
stop();
Symbol 1323 MovieClip Frame 38
gotoAndStop (30);
Symbol 1323 MovieClip Frame 39
dead = 1;
Symbol 1323 MovieClip Frame 50
play();
Instance of Symbol 1215 MovieClip "rueda1" in Symbol 1323 MovieClip Frame 90
onClipEvent (load) {
ran = random(10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + ran;
}
Instance of Symbol 1215 MovieClip "rueda2" in Symbol 1323 MovieClip Frame 91
onClipEvent (load) {
ran = random(10) - 5;
}
onClipEvent (enterFrame) {
this._x = this._x + ran;
}
Symbol 1323 MovieClip Frame 92
if ((_root.tio._x < ((this._x + 100) - _root.m_x)) && (_root.tio._x > ((this._x - 100) - _root.m_x))) {
_root.vida._xscale = _root.vida._xscale - 205;
}
Symbol 1323 MovieClip Frame 111
stop();
Symbol 1330 MovieClip Frame 1
stop();
Symbol 1330 MovieClip Frame 2
this._x = this._x + 6;
if (this._x >= 3480) {
this._y = this._y + 4;
}
Symbol 1330 MovieClip Frame 3
this._x = this._x + 6;
if (this._x >= 3480) {
this._y = this._y + 4;
}
Symbol 1330 MovieClip Frame 4
this._x = this._x + 6;
if (this._x >= 3480) {
this._y = this._y + 4;
}
Symbol 1330 MovieClip Frame 5
this._x = this._x + 6;
if (this._x >= 3480) {
this._y = this._y + 4;
}
Symbol 1330 MovieClip Frame 6
this._x = this._x + 6;
if (this._x >= 3480) {
this._y = this._y + 4;
}
Symbol 1330 MovieClip Frame 7
this._x = this._x + 6;
if (this._x >= 3480) {
this._y = this._y + 4;
}
Symbol 1330 MovieClip Frame 8
this._x = this._x + 6;
if (this._x >= 3480) {
this._y = this._y + 4;
}
Symbol 1330 MovieClip Frame 9
this._x = this._x + 6;
if (this._x >= 3480) {
this._y = this._y + 4;
}
Symbol 1330 MovieClip Frame 10
this._x = this._x + 6;
if (this._x >= 3480) {
this._y = this._y + 4;
}
Symbol 1330 MovieClip Frame 11
this._x = this._x + 6;
if (this._x >= 3480) {
this._y = this._y + 4;
}
Symbol 1330 MovieClip Frame 12
gotoAndPlay (2);
Symbol 1332 MovieClip Frame 1
stop();
Symbol 1332 MovieClip Frame 2
play();
destino_x = _root.tio._x + _root.m_x;
destino_y = 336;
origen_x = this._x;
origen_y = this._y;
grana_x = (destino_x - origen_x) / 37;
grana_y = (destino_y - origen_y) / 41;
Symbol 1332 MovieClip Frame 41
grana_x = (destino_x - origen_x) / 100;
grana_y = (destino_y - origen_y) / 100;
Symbol 1332 MovieClip Frame 47
_root.mundo.alante.explo2.duplicateMovieClip("explo2_" + _root.k, _root.k + 1400);
_root.mundo.alante["explo2_" + _root.k]._x = this._x;
_root.mundo.alante["explo2_" + _root.k]._y = this._y;
j = _root.j;
bloqueado = 0;
shapes = 0;
while (shapes <= 10) {
if (_root.mundo["shape" + shapes].hitTest(destino_x - _root.m_x, destino_y, true)) {
bloqueado = 1;
coche = shapes;
shapes = 10;
}
shapes++;
}
if (bloqueado == 0) {
} else {
if (_root.mundo["shape" + coche].hits < 999) {
_root.mundo["shape" + coche].hits++;
}
if (_root.mundo["shape" + coche].hits >= _root.mundo["shape" + coche].max3) {
_root.mundo["shape" + coche].gotoAndPlay(50);
_root.mundo["shape" + coche].max3 = 1000;
for_ = 0;
while (for_ < 10) {
_root.j++;
_root.mundo.humo_delante.duplicateMovieClip("humo_d" + j, j);
_root.mundo["humo_d" + j]._x = ((_root.m_x + _root.mundo["shape" + coche]._x) + random(90)) - 45;
_root.mundo["humo_d" + j]._y = (_root.mundo["shape" + coche]._y + random(70)) - 50;
_root.j++;
_root.mundo.marcas.cacho1.duplicateMovieClip("cacho1" + j, j);
_root.mundo.marcas["cacho1" + j]._x = ((_root.m_x + _root.mundo["shape" + coche]._x) + random(90)) - 45;
_root.mundo.marcas["cacho1" + j]._y = (_root.mundo["shape" + coche]._y + random(70)) - 50;
_root.j++;
_root.mundo.marcas.minicacho.duplicateMovieClip("minic1" + j, j);
_root.mundo.marcas["minic1" + j]._x = ((_root.m_x + _root.mundo["shape" + coche]._x) + random(90)) - 45;
_root.mundo.marcas["minic1" + j]._y = (_root.mundo["shape" + coche]._y + random(70)) - 50;
_root.j++;
_root.mundo.marcas.minicacho.duplicateMovieClip("minic1" + j, j);
_root.mundo.marcas["minic1" + j]._x = ((_root.m_x + _root.mundo["shape" + coche]._x) + random(90)) - 45;
_root.mundo.marcas["minic1" + j]._y = (_root.mundo["shape" + coche]._y + random(70)) - 50;
for_++;
}
} else {
if (_root.mundo["shape" + coche].hits >= _root.mundo["shape" + coche].max2) {
_root.mundo["shape" + coche].gotoAndPlay(30);
_root.mundo["shape" + coche].max2 = 10000;
} else if ((_root.mundo["shape" + coche].hits <= _root.mundo["shape" + coche].max1) and (_root.mundo["shape" + coche].max1 < 900)) {
_root.mundo["shape" + coche].max1 = 10000;
_root.mundo["shape" + coche].gotoAndPlay(15);
_root.sonido_cristal.gotoAndPlay(2);
}
if (_root.mundo["shape" + coche]._currentframe < 50) {
_root.mundo["shape" + coche].gotoAndPlay(_root.mundo["shape" + coche]._currentframe + 1);
}
}
}
_root.k++;
_root.sonido_expl2.gotoAndPlay(2);
this.removeMovieClip();
Symbol 1361 MovieClip Frame 1
if (((((_root.tio._x < ((this._x + 80) - _root.m_x)) && (_root.tio._x > ((this._x - 80) - _root.m_x))) && (_root.tio._y < (this._y + 30))) && (_root.accion != "sj_d")) && (_root.accion != "sj_i")) {
_root.vida._xscale = _root.vida._xscale - _root["da\u00F1ograna"];
if ((_root.accion == "muerto") || (_root.accion == "muerto_s")) {
if (_root.tio._currentframe > 183) {
_root.tio.gotoAndPlay(177);
}
}
}
Symbol 1361 MovieClip Frame 14
this.removeMovieClip();
stop();
Instance of Symbol 1332 MovieClip "granada_roja" in Symbol 1362 MovieClip Frame 1
onClipEvent (load) {
grana_x = 0;
grana_y = 0;
}
onClipEvent (enterFrame) {
if (_root.mundo.media_marcas.para_granas.hitTest(this._x, this._y, false)) {
} else {
this._x = this._x + grana_x;
this._y = this._y + grana_y;
}
}
Instance of Symbol 1113 MovieClip "mundomobs" in Symbol 1366 MovieClip Frame 1
onClipEvent (load) {
i = 0;
}
Instance of Symbol 1136 MovieClip "granada_alante" in Symbol 1366 MovieClip Frame 1
onClipEvent (load) {
grana_x = 0;
grana_y = 0;
}
onClipEvent (enterFrame) {
if (_root.mundo.media_marcas.para_granas.hitTest(this._x, this._y, false)) {
} else {
this._x = this._x + grana_x;
this._y = this._y + grana_y;
}
}
Instance of Symbol 1216 MovieClip "coche1" in Symbol 1366 MovieClip Frame 1
onClipEvent (load) {
hits = 0;
max1 = 2;
max2 = 5;
max3 = 14;
dead = 0;
}
Instance of Symbol 1313 MovieClip "coche2" in Symbol 1366 MovieClip Frame 1
onClipEvent (load) {
hits = 0;
max1 = 2;
max2 = 5;
max3 = 14;
dead = 0;
}
Instance of Symbol 1313 MovieClip "coche3" in Symbol 1366 MovieClip Frame 1
onClipEvent (load) {
hits = 0;
max1 = 2;
max2 = 5;
max3 = 13;
dead = 0;
}
Instance of Symbol 1216 MovieClip "coche4" in Symbol 1366 MovieClip Frame 1
onClipEvent (load) {
hits = 0;
max1 = 2;
max2 = 5;
max3 = 14;
dead = 0;
}
Symbol 1371 MovieClip Frame 1
stop();
Symbol 1371 MovieClip Frame 2
gotoAndStop(random(3) + 5);
Symbol 1371 MovieClip Frame 5
stop();
Symbol 1371 MovieClip Frame 6
stop();
Symbol 1371 MovieClip Frame 13
stop();
Symbol 1374 MovieClip Frame 1
stop();
Symbol 1374 MovieClip Frame 2
stop();
Symbol 1374 MovieClip Frame 4
stop();
Symbol 1377 MovieClip Frame 4
stop();
Symbol 1378 MovieClip Frame 1
stop();
Symbol 1386 MovieClip Frame 1
stop();
Symbol 1386 MovieClip Frame 5
_root.mundo.mundomobs.creamobs4.activado = 1;
_root.mundo.mundomobs.creamobs4.gotoAndPlay(2);
Symbol 1386 MovieClip Frame 6
stop();
Symbol 1386 MovieClip Frame 20
_root.mundo.mundomobs.creamobs6.activado = 1;
_root.mundo.mundomobs.creamobs6.gotoAndPlay(2);
Symbol 1386 MovieClip Frame 22
stop();
Symbol 1386 MovieClip Frame 40
stop();
Symbol 1386 MovieClip Frame 62
gotoAndPlay(65 + random(6));
Symbol 1386 MovieClip Frame 65
if (_root.mundo.mundomobs.creamobs14.activado != 1) {
_root.mundo.mundomobs.creamobs14.activado = 1;
_root.mundo.mundomobs.creamobs14.gotoAndPlay(2);
}
cont++;
if (cont < 8) {
gotoAndPlay(45 + random(8));
}
Symbol 1386 MovieClip Frame 66
if (_root.mundo.mundomobs.creamobs17.activado != 1) {
_root.mundo.mundomobs.creamobs17.activado = 1;
_root.mundo.mundomobs.creamobs17.gotoAndPlay(2);
}
cont++;
if (cont < 8) {
gotoAndPlay(45 + random(8));
}
Symbol 1386 MovieClip Frame 67
if (_root.mundo.mundomobs.creamobs18.activado != 1) {
_root.mundo.mundomobs.creamobs18.activado = 1;
_root.mundo.mundomobs.creamobs18.gotoAndPlay(2);
}
cont++;
if (cont < 8) {
gotoAndPlay(45 + random(8));
}
Symbol 1386 MovieClip Frame 68
if (_root.mundo.mundomobs.creamobs15.activado != 1) {
_root.mundo.mundomobs.creamobs15.activado = 1;
_root.mundo.mundomobs.creamobs15.gotoAndPlay(2);
}
cont++;
if (cont < 8) {
gotoAndPlay(45 + random(8));
}
Symbol 1386 MovieClip Frame 69
if (_root.mundo.mundomobs.creamobs16.activado != 1) {
_root.mundo.mundomobs.creamobs16.activado = 1;
_root.mundo.mundomobs.creamobs16.gotoAndPlay(2);
}
cont++;
if (cont < 8) {
gotoAndPlay(45 + random(8));
}
Symbol 1386 MovieClip Frame 70
if (_root.mundo.mundomobs.creamobs19.activado != 1) {
_root.mundo.mundomobs.creamobs19.activado = 1;
_root.mundo.mundomobs.creamobs19.gotoAndPlay(2);
}
cont++;
if (cont < 8) {
gotoAndPlay(45 + random(8));
} else {
gotoAndPlay (65);
}
Symbol 1386 MovieClip Frame 85
_root.mundo.mundomobs.creamobs30.activado = 1;
_root.mundo.mundomobs.creamobs30.gotoAndPlay(2);
Symbol 1386 MovieClip Frame 403
gotoAndStop (75);
_root.mundo.mundomobs.creamobs28.activado = 1;
_root.mundo.mundomobs.creamobs28.gotoAndPlay(2);
Symbol 1390 MovieClip Frame 1
stop();
Symbol 1390 MovieClip Frame 70
if (num > 1) {
_root.combocount.gotoAndPlay(18);
_root.combocount.numcombo = 0;
}
if (num > _root.maxcombo) {
_root.maxcombo = num;
}
num = 0;
Symbol 1396 MovieClip Frame 1
stop();
Symbol 1396 MovieClip Frame 5
gritorandom = (random(7) + 1) * 10;
gotoAndStop(gritorandom);
Symbol 1396 MovieClip Frame 10
gotoAndStop (1);
Symbol 1396 MovieClip Frame 20
gotoAndStop (1);
Symbol 1396 MovieClip Frame 30
gotoAndStop (1);
Symbol 1396 MovieClip Frame 40
gotoAndStop (1);
Symbol 1396 MovieClip Frame 50
gotoAndStop (1);
Symbol 1396 MovieClip Frame 60
gotoAndStop (1);
Symbol 1396 MovieClip Frame 70
gotoAndStop (1);
Symbol 1396 MovieClip Frame 80
gotoAndStop (1);
Symbol 1400 MovieClip Frame 1
stop();
Symbol 1404 MovieClip Frame 103
stop();
Instance of Symbol 1413 MovieClip in Symbol 1414 MovieClip Frame 1
onClipEvent (enterFrame) {
this._alpha = (80 - _root.vida._xscale) * 1.7;
_parent.vidaamarilla._alpha = 300 - (_root.vida._xscale * 3);
}
Symbol 1419 MovieClip Frame 1
stop();
Symbol 1419 MovieClip Frame 4
_root.grana = "available";
Symbol 1422 MovieClip Frame 1
stop();
Symbol 1422 MovieClip Frame 4
_root.firing = 0;
Symbol 1425 MovieClip Frame 1
startDrag ("_root.cursor");
Mouse.hide();
_root._quality = "low";
Symbol 1436 MovieClip Frame 5
stop();
Symbol 1437 MovieClip Frame 1
stop();
Symbol 1440 MovieClip Frame 2
if (_root.granadas > 3) {
gotoAndPlay (1);
}
Symbol 1440 MovieClip Frame 501
_root.granadas++;
_root.hud_granas.gotoAndStop(_root.granadas + 1);
Symbol 1459 Button
on (press) {
if (_root.newframe == 1) {
bloqueado = 0;
_root.newframe = 0;
if (((((_root.accion == "agachao") || (_root.accion == "muerto")) || (_root.accion == "muerto_s")) || (_root.accion == "rodando_d")) || (_root.accion == "rodando_i")) {
} else {
_root.disparos++;
if ((_root.accion == "arrastrando_i") || (_root.accion == "arrastrando_d")) {
shapes = 0;
while (shapes <= 5) {
if (_root.mundo["shape" + shapes].hitTest(_root.tio._x + 10, _root.tio._y, true)) {
bloqueado = 1;
_root.snd_pim.start();
sonido_lata.gotoAndPlay(2);
mundo.chispa.duplicateMovieClip("chispa" + j, j);
mundo["chispa" + j]._x = (tio._x + _root.m_x) + ((_root.cursor._x - 320) / 10);
mundo["chispa" + j]._y = tio._y - 6;
if (_root.mundo["shape" + shapes].hits < 999) {
_root.mundo["shape" + shapes].hits++;
}
if (_root.mundo["shape" + shapes].hits >= _root.mundo["shape" + shapes].max3) {
_root.mundo["shape" + shapes].gotoAndPlay(50);
_root.mundo["shape" + shapes].max3 = 1000;
} else {
if (_root.mundo["shape" + shapes].hits >= _root.mundo["shape" + shapes].max2) {
_root.mundo["shape" + shapes].gotoAndPlay(30);
_root.mundo["shape" + shapes].max2 = 10000;
} else if (_root.mundo["shape" + shapes].hits >= _root.mundo["shape" + shapes].max1) {
_root.mundo["shape" + shapes].max1 = 10000;
_root.mundo["shape" + shapes].gotoAndPlay(15);
_root.sonido_cristal.gotoAndPlay(2);
}
if (_root.mundo["shape" + shapes]._currentframe < 50) {
_root.mundo["shape" + shapes].gotoAndPlay(_root.mundo["shape" + shapes]._currentframe + 1);
}
}
}
shapes++;
}
}
if (bloqueado == 0) {
_root.snd_pim.start();
cursor.gotoAndPlay(2);
num_enemigos = _root.num_enemigos;
if (k < 80) {
k++;
} else {
k = 0;
}
if (j < 80) {
j++;
} else {
j = 0;
}
if (i > 300) {
i = 100;
}
dado = 0;
m_xmouse = _xmouse + _root.m_x;
m_ymouse = _ymouse + _root.m_y;
if (_xmouse > _root.tio._x) {
k++;
_root.tracer.duplicateMovieClip("tracer" + k, k + 1000);
_root["tracer" + k]._x = _xmouse;
_root["tracer" + k]._y = _ymouse;
_root["tracer" + k]._width = _xmouse - _root.tio._x;
_root["tracer" + k]._height = (_root.tio._y - 10) - _ymouse;
} else {
k++;
_root.tracer_izq.duplicateMovieClip("tracer_izq" + k, k + 1000);
_root["tracer_izq" + k]._x = _xmouse;
_root["tracer_izq" + k]._y = _ymouse;
_root["tracer_izq" + k]._width = _root.tio._x - _xmouse;
_root["tracer_izq" + k]._height = (_root.tio._y - 10) - _ymouse;
}
if (mundo.cielo.hitTest(_xmouse, _ymouse, true)) {
num = 0;
while (num <= 10) {
if (mundo["paloatras_" + num].hitTest(_xmouse, _ymouse, true)) {
mundo["arbolatras_" + num].gotoAndPlay(mundo["arbolatras_" + num]._currentframe + 1);
}
num++;
}
} else {
num = 0;
while (num <= 10) {
if (mundo["coche" + num].hitTest(_xmouse, _ymouse, true)) {
sonido_lata.gotoAndPlay(2);
mundo.chispa.duplicateMovieClip("chispa" + j, j);
mundo["chispa" + j]._x = m_xmouse;
mundo["chispa" + j]._y = m_ymouse;
if (mundo["coche" + num].dead != 1) {
if (mundo["coche" + num].hits < 999) {
mundo["coche" + num].hits++;
}
if (mundo["coche" + num].hits >= mundo["coche" + num].max3) {
mundo["coche" + num].gotoAndPlay(50);
mundo["coche" + num].max3 = 1000;
if (ordena_peste != "si") {
for_ = 0;
while (for_ < 10) {
j++;
mundo.humo_delante.duplicateMovieClip("humo_d" + j, j);
mundo["humo_d" + j]._x = (mundo["coche" + num]._x + random(90)) - 45;
mundo["humo_d" + j]._y = (mundo["coche" + num]._y + random(70)) - 50;
j++;
mundo.marcas.cacho1.duplicateMovieClip("cacho1" + j, j);
mundo.marcas["cacho1" + j]._x = (mundo["coche" + num]._x + random(90)) - 45;
mundo.marcas["cacho1" + j]._y = (mundo["coche" + num]._y + random(70)) - 50;
j++;
mundo.marcas.minicacho.duplicateMovieClip("minic1" + j, j);
mundo.marcas["minic1" + j]._x = (mundo["coche" + num]._x + random(90)) - 45;
mundo.marcas["minic1" + j]._y = (mundo["coche" + num]._y + random(70)) - 50;
j++;
mundo.marcas.minicacho.duplicateMovieClip("minic1" + j, j);
mundo.marcas["minic1" + j]._x = (mundo["coche" + num]._x + random(90)) - 45;
mundo.marcas["minic1" + j]._y = (mundo["coche" + num]._y + random(70)) - 50;
for_++;
}
}
} else {
if (mundo["coche" + num].hits >= mundo["coche" + num].max2) {
mundo["coche" + num].gotoAndPlay(30);
mundo["coche" + num].max2 = 10000;
} else if (mundo["coche" + num].hits >= mundo["coche" + num].max1) {
mundo["coche" + num].max1 = 10000;
mundo["coche" + num].gotoAndPlay(15);
sonido_cristal.gotoAndPlay(2);
}
if (mundo["coche" + num].max3 < 999) {
mundo["coche" + num].gotoAndPlay(mundo["coche" + num]._currentframe + 1);
}
}
}
dado = 1;
_root.disparos_bloqueados++;
}
num++;
}
if (dado == 0) {
fallo = true;
num = 0;
while (num <= 25) {
if (mundo["ventana_" + num].hitTest(_xmouse, _ymouse, true)) {
fallo = false;
mundo["ventana_" + num].gotoAndPlay(mundo["ventana_" + num]._currentframe + 1);
j++;
mundo.marcas.cristal.duplicateMovieClip("cristal" + j, j);
mundo.marcas["cristal" + j]._x = m_xmouse;
mundo.marcas["cristal" + j]._y = m_ymouse;
}
num++;
}
num = 0;
while (num <= 10) {
if (mundo["palo_" + num].hitTest(_xmouse, _ymouse, false)) {
mundo["arbol_" + num].gotoAndPlay(mundo["arbol_" + num]._currentframe + 1);
if (_ymouse <= 195) {
j++;
mundo.hojas_falling.duplicateMovieClip("hojas_falling" + j, j);
mundo["hojas_falling" + j]._x = m_xmouse;
mundo["hojas_falling" + j]._y = m_ymouse;
}
}
num++;
}
num = 0;
while (num <= num_enemigos) {
if (_root.mundo.mundomobs["enemigo1_" + num].area_head.hitTest(_xmouse, _ymouse, false)) {
_root.mundo.mundomobs["enemigo1_" + num].accion = 1;
_root.mundo.mundomobs["enemigo1_" + num].gotoAndPlay(237);
_root.mundo.marcas.sangremalo.duplicateMovieClip("sangre" + j, j + 70);
_root.mundo.marcas["sangre" + j].gotoAndPlay(4);
_root.mundo.marcas["sangre" + j]._x = m_xmouse;
_root.mundo.marcas["sangre" + j]._y = m_ymouse;
_root.mundo.marcas["sangre" + j]._rotation = random(360);
j++;
_root.mundo.media_marcas.sangretio.duplicateMovieClip("sangre" + j, 700);
_root.mundo.media_marcas["sangre" + j]._x = m_xmouse;
_root.mundo.media_marcas["sangre" + j]._y = m_ymouse;
_root.mundo.media_marcas["sangre" + j]._rotation = random(360);
j++;
_root.aciertos_chola++;
_root.mundo.mundomobs["enemigo1_" + num].acabado = true;
_root.combo.num++;
_root.combo.x = _root.mundo.mundomobs["enemigo1_" + num]._x;
_root.combo.y = _root.mundo.mundomobs["enemigo1_" + num]._y;
_root.combo.gotoAndPlay(2);
_root.score = _root.score + Math.round((200 * (_root.combo.num * 0.5)) * (dificultad / 100));
_root.mundo.mundomobs["enemigo1_" + num].acabado = true;
} else if (_root.mundo.mundomobs["enemigo1_" + num].area.hitTest(_xmouse, _ymouse, false)) {
_root.mundo.mundomobs["enemigo1_" + num].accion = 1;
_root.aciertos++;
_root.mundo.media_marcas.sangretio.duplicateMovieClip("sangre" + j, 700);
_root.mundo.media_marcas["sangre" + j]._x = m_xmouse;
_root.mundo.media_marcas["sangre" + j]._y = m_ymouse;
_root.mundo.media_marcas["sangre" + j]._rotation = random(360);
j++;
if (_root.mundo.mundomobs["enemigo1_" + num].hits <= 0) {
_root.gritos.gotoAndStop(5);
_root.mundo.mundomobs["enemigo1_" + num].gotoAndPlay(15);
_root.combo.num++;
_root.combo.x = _root.mundo.mundomobs["enemigo1_" + num]._x;
_root.combo.y = _root.mundo.mundomobs["enemigo1_" + num]._y;
_root.combo.gotoAndPlay(2);
if (_root.mundo.mundomobs["enemigo1_" + num].acabado != true) {
_root.score = _root.score + Math.round((100 * (_root.combo.num * 0.5)) * (dificultad / 100));
_root.mundo.mundomobs["enemigo1_" + num].acabado = true;
}
} else {
_root.mundo.mundomobs["enemigo1_" + num].hits = _root.mundo.mundomobs["enemigo1_" + num].hits - 1;
if ((_root.mundo.mundomobs["enemigo1_" + num]._currentframe >= 50) && (_root.mundo.mundomobs["enemigo" + num]._currentframe <= 59)) {
_root.mundo.mundomobs["enemigo1_" + num].gotoAndPlay(60);
} else {
_root.mundo.mundomobs["enemigo1_" + num].gotoAndPlay(50);
}
}
}
num++;
}
if (fallo == true) {
if ((Math.abs(m_xmouse - mundo.marcas["bola" + i]._x) > 5) or (Math.abs(_ymouse - mundo.marcas["bola" + i]._y) > 5)) {
i++;
mundo.marcas.bola.duplicateMovieClip("bola" + i, i);
mundo.marcas["bola" + i]._x = m_xmouse;
mundo.marcas["bola" + i]._y = m_ymouse;
mundo.marcas["bola" + i]._rotation = random(359);
}
if (ordena_peste != "si") {
j++;
mundo.marcas.cacho1.duplicateMovieClip("cacho1" + j, j);
mundo.marcas["cacho1" + j]._x = m_xmouse;
mundo.marcas["cacho1" + j]._y = m_ymouse;
j++;
mundo.marcas.cacho2.duplicateMovieClip("cacho2" + j, j);
mundo.marcas["cacho2" + j]._x = m_xmouse;
mundo.marcas["cacho2" + j]._y = m_ymouse;
j++;
mundo.humo_delante.duplicateMovieClip("humo_d" + j, j);
mundo["humo_d" + j]._x = m_xmouse;
mundo["humo_d" + j]._y = m_ymouse;
}
j++;
mundo.marcas.trozos.duplicateMovieClip("trozos" + j, j);
mundo.marcas["trozos" + j]._x = m_xmouse;
mundo.marcas["trozos" + j]._y = m_ymouse;
random_chispa = random(2);
if (random_chispa == 1) {
j++;
mundo.chispa.duplicateMovieClip("chispa2" + j, j);
mundo["chispa2" + j]._x = m_xmouse;
mundo["chispa2" + j]._y = m_ymouse;
}
}
}
}
if (_root.firing == "0") {
if ((_root.accion == "stand_d") or (_root.accion == "stand_i")) {
_root.tio.gotoAndStop(_root.tio._currentFrame + 1);
k++;
if (ordena_peste != "si") {
_root.casquillo.duplicateMovieClip("casquillo" + k, k);
_root["casquillo" + k]._x = ((_root.tio._x + _root.tio.tag_arma._x) + random(15)) - 7;
_root["casquillo" + k]._y = (_root.tio._y + random(10)) - 6;
}
}
if ((_root.accion == "corriendo_d") or (_root.accion == "corriendo_i")) {
_root.tio.torso.gotoAndStop(_root.tio.torso._currentFrame + 1);
}
}
if (((_root.accion != "stand_d") && (_root.accion != "stand_i")) && (ordena_peste != "si")) {
k++;
_root.casquillo_aire.duplicateMovieClip("casquillo_aire" + k, k);
_root["casquillo_aire" + k]._x = _root.tio._x;
_root["casquillo_aire" + k]._y = _root.tio._y;
}
_root.firing = "1";
hits++;
_root.time_f.gotoAndPlay(2);
}
}
} else {
ordena_peste = "si";
}
}
Symbol 1466 MovieClip Frame 2
hitdificultad._xscale = _root.dificultad;
hitdificultad._yscale = _root.dificultad;
stop();
Symbol 1466 MovieClip Frame 19
hitdificultad._xscale = _root.dificultad;
hitdificultad._yscale = _root.dificultad;
gotoAndStop (2);
Symbol 1466 MovieClip Frame 28
hitdificultad._xscale = _root.dificultad;
hitdificultad._yscale = _root.dificultad;
Symbol 1504 MovieClip Frame 5
_root.accion = "stand_d";
Symbol 1546 MovieClip Frame 8
stop();
Symbol 1549 MovieClip Frame 11
if (_root.accion == "rodando_d") {
_root.accion = "corriendo_d";
_root.tio.gotoAndPlay(60);
} else if (_root.accion == "rodando_i") {
_root.accion = "corriendo_i";
_root.tio.gotoAndPlay(260);
}
_root.cansao = 1;
_root.time_cansao.gotoAndPlay(8);
Symbol 1550 MovieClip Frame 6
if (_root.vida._xscale < 95) {
gotoAndPlay (10);
} else {
gotoAndPlay (4);
}
Symbol 1550 MovieClip Frame 10
if (_root.vida._xscale < 95) {
} else {
gotoAndPlay (35);
}
Symbol 1550 MovieClip Frame 11
if (_root.vida._xscale < 95) {
} else {
gotoAndPlay (35);
}
Symbol 1550 MovieClip Frame 12
if (_root.vida._xscale < 95) {
} else {
gotoAndPlay (35);
}
Symbol 1550 MovieClip Frame 13
if (_root.vida._xscale < 95) {
} else {
gotoAndPlay (35);
}
Symbol 1550 MovieClip Frame 14
if (_root.vida._xscale < 95) {
} else {
gotoAndPlay (35);
}
Symbol 1550 MovieClip Frame 15
if (_root.vida._xscale < 95) {
_root.vida_total = _root.vida_total + _root.cura;
_root.vida._xscale = _root.vida._xscale + _root.cura;
} else {
gotoAndPlay (35);
}
Symbol 1550 MovieClip Frame 16
if (_root.vida._xscale < 95) {
_root.vida_total = _root.vida_total + _root.cura;
_root.vida._xscale = _root.vida._xscale + _root.cura;
} else {
gotoAndPlay (35);
}
Symbol 1550 MovieClip Frame 17
if (_root.vida._xscale < 95) {
_root.vida_total = _root.vida_total + _root.cura;
_root.vida._xscale = _root.vida._xscale + _root.cura;
} else {
gotoAndPlay (35);
}
Symbol 1550 MovieClip Frame 18
if (_root.vida._xscale < 95) {
_root.vida_total = _root.vida_total + _root.cura;
_root.vida._xscale = _root.vida._xscale + _root.cura;
} else {
gotoAndPlay (35);
}
Symbol 1550 MovieClip Frame 19
if (_root.vida._xscale < 95) {
_root.vida_total = _root.vida_total + _root.cura;
_root.vida._xscale = _root.vida._xscale + _root.cura;
} else {
gotoAndPlay (35);
}
Symbol 1550 MovieClip Frame 20
if (_root.vida._xscale < 95) {
_root.vida_total = _root.vida_total + _root.cura;
_root.vida._xscale = _root.vida._xscale + _root.cura;
} else {
gotoAndPlay (35);
}
Symbol 1550 MovieClip Frame 21
if (_root.vida._xscale < 95) {
_root.vida_total = _root.vida_total + _root.cura;
_root.vida._xscale = _root.vida._xscale + _root.cura;
} else {
gotoAndPlay (35);
}
Symbol 1550 MovieClip Frame 22
if (_root.vida._xscale < 95) {
_root.vida_total = _root.vida_total + _root.cura;
_root.vida._xscale = _root.vida._xscale + _root.cura;
} else {
gotoAndPlay (35);
}
Symbol 1550 MovieClip Frame 23
if (_root.vida._xscale < 95) {
_root.vida_total = _root.vida_total + _root.cura;
_root.vida._xscale = _root.vida._xscale + _root.cura;
} else {
gotoAndPlay (35);
}
Symbol 1550 MovieClip Frame 24
if (_root.vida._xscale < 95) {
_root.vida_total = _root.vida_total + _root.cura;
_root.vida._xscale = _root.vida._xscale + _root.cura;
} else {
gotoAndPlay (35);
}
Symbol 1550 MovieClip Frame 25
if (_root.vida._xscale < 95) {
_root.vida_total = _root.vida_total + _root.cura;
_root.vida._xscale = _root.vida._xscale + _root.cura;
} else {
gotoAndPlay (35);
}
Symbol 1550 MovieClip Frame 26
if (_root.vida._xscale < 95) {
_root.vida_total = _root.vida_total + _root.cura;
_root.vida._xscale = _root.vida._xscale + _root.cura;
} else {
gotoAndPlay (35);
}
Symbol 1550 MovieClip Frame 27
if (_root.vida._xscale < 95) {
_root.vida_total = _root.vida_total + _root.cura;
_root.vida._xscale = _root.vida._xscale + _root.cura;
} else {
gotoAndPlay (35);
}
Symbol 1550 MovieClip Frame 28
if (_root.vida._xscale < 95) {
_root.vida_total = _root.vida_total + _root.cura;
_root.vida._xscale = _root.vida._xscale + _root.cura;
} else {
gotoAndPlay (35);
}
Symbol 1550 MovieClip Frame 29
if (_root.vida._xscale < 95) {
_root.vida_total = _root.vida_total + _root.cura;
_root.vida._xscale = _root.vida._xscale + _root.cura;
} else {
gotoAndPlay (35);
}
Symbol 1550 MovieClip Frame 30
if (_root.vida._xscale < 95) {
_root.vida_total = _root.vida_total + _root.cura;
_root.vida._xscale = _root.vida._xscale + _root.cura;
} else {
gotoAndPlay (35);
}
Symbol 1550 MovieClip Frame 31
gotoAndPlay (23);
Symbol 1550 MovieClip Frame 39
gotoAndPlay (4);
Symbol 1551 MovieClip Frame 4
stop();
_root.accion = "stand_d";
Symbol 1613 MovieClip Frame 1
if (_root.accion != "stand_d") {
_root.accion = "stand_i";
}
if (_root._xmouse > (_root.tio._x + 140)) {
_root.tio.gotoAndStop(46);
} else if (_root._xmouse > (_root.tio._x + 100)) {
_root.tio.gotoAndStop(41);
} else if (_root._xmouse > (_root.tio._x + 60)) {
_root.tio.gotoAndStop(36);
} else if (_root._xmouse > (_root.tio._x + 30)) {
_root.tio.gotoAndStop(31);
} else if (_root._xmouse > _root.tio._x) {
_root.tio.gotoAndStop(26);
} else if (_root._xmouse > (_root.tio._x - 15)) {
_root.tio.gotoAndStop(21);
} else if (_root._xmouse > (_root.tio._x - 40)) {
_root.tio.gotoAndStop(16);
} else if (_root._xmouse > (_root.tio._x - 60)) {
_root.tio.gotoAndStop(11);
} else if (_root._xmouse > (_root.tio._x - 110)) {
_root.tio.gotoAndStop(6);
} else {
_root.tio.gotoAndStop(1);
}
Symbol 1613 MovieClip Frame 60
_root.accion = "corriendo_d";
play();
if (_root.firing != "1") {
if (_root._xmouse > (this._x + 160)) {
this.torso.gotoAndStop(1);
} else if (_root._xmouse > (this._x + 100)) {
this.torso.gotoAndStop(3);
} else if (_root._xmouse > (this._x + 50)) {
this.torso.gotoAndStop(5);
} else if (_root._xmouse > (this._x + 20)) {
this.torso.gotoAndStop(7);
} else if (_root._xmouse > (this._x - 15)) {
this.torso.gotoAndStop(9);
} else if (_root._xmouse > (this._x - 40)) {
this.torso.gotoAndStop(11);
} else if (_root._xmouse > (this._x - 130)) {
this.torso.gotoAndStop(13);
} else {
this.torso.gotoAndStop(15);
}
_root.texto = _root._xmouse;
}
if (_root.firing == "1") {
if (_root._xmouse > (this._x + 160)) {
this.torso.gotoAndStop(2);
} else if (_root._xmouse > (this._x + 100)) {
this.torso.gotoAndStop(4);
} else if (_root._xmouse > (this._x + 50)) {
this.torso.gotoAndStop(6);
} else if (_root._xmouse > (this._x + 20)) {
this.torso.gotoAndStop(8);
} else if (_root._xmouse > (this._x - 15)) {
this.torso.gotoAndStop(10);
} else if (_root._xmouse > (this._x - 40)) {
this.torso.gotoAndStop(12);
} else if (_root._xmouse > (this._x - 130)) {
this.torso.gotoAndStop(14);
} else {
this.torso.gotoAndStop(16);
}
_root.texto = _root._xmouse;
}
Symbol 1613 MovieClip Frame 61
_root.accion = "corriendo_d";
Symbol 1613 MovieClip Frame 70
gotoAndPlay (60);
Symbol 1613 MovieClip Frame 75
_root._root.tio.hit.gotoAndPlay(5);
Symbol 1613 MovieClip Frame 80
_root._root.tio.hit.gotoAndPlay(5);
Symbol 1613 MovieClip Frame 100
stop();
Symbol 1613 MovieClip Frame 105
stop();
Symbol 1613 MovieClip Frame 170
_root.flashblood.gotoAndPlay(5);
_root.halo_vida._y = 500;
_root.cursor.gotoAndStop(1);
Symbol 1613 MovieClip Frame 171
_root.gameover.gotoAndPlay(5);
Symbol 1613 MovieClip Frame 184
stop();
Symbol 1613 MovieClip Frame 246
stop();
Symbol 1613 MovieClip Frame 260
_root.accion = "corriendo_i";
play();
if (_root.firing != "1") {
if (_root._xmouse > (this._x + 110)) {
this.torso.gotoAndStop(15);
} else if (_root._xmouse > (this._x + 80)) {
this.torso.gotoAndStop(13);
} else if (_root._xmouse > (this._x + 40)) {
this.torso.gotoAndStop(11);
} else if (_root._xmouse > (this._x + 20)) {
this.torso.gotoAndStop(9);
} else if (_root._xmouse > (this._x - 15)) {
this.torso.gotoAndStop(7);
} else if (_root._xmouse > (this._x - 40)) {
this.torso.gotoAndStop(5);
} else if (_root._xmouse > (this._x - 100)) {
this.torso.gotoAndStop(3);
} else {
this.torso.gotoAndStop(1);
}
_root.texto = _root._xmouse;
}
if (_root.firing == "1") {
if (_root._xmouse > (this._x + 110)) {
this.torso.gotoAndStop(16);
} else if (_root._xmouse > (this._x + 80)) {
this.torso.gotoAndStop(14);
} else if (_root._xmouse > (this._x + 40)) {
this.torso.gotoAndStop(12);
} else if (_root._xmouse > (this._x + 20)) {
this.torso.gotoAndStop(10);
} else if (_root._xmouse > (this._x - 15)) {
this.torso.gotoAndStop(8);
} else if (_root._xmouse > (this._x - 40)) {
this.torso.gotoAndStop(6);
} else if (_root._xmouse > (this._x - 100)) {
this.torso.gotoAndStop(4);
} else {
this.torso.gotoAndStop(2);
}
_root.texto = _root._xmouse;
}
Symbol 1613 MovieClip Frame 261
_root.accion = "corriendo_i";
Symbol 1613 MovieClip Frame 270
gotoAndPlay (260);
Symbol 1613 MovieClip Frame 275
_root._root.tio.hit.gotoAndPlay(5);
Symbol 1613 MovieClip Frame 280
_root._root.tio.hit.gotoAndPlay(5);
Symbol 1617 MovieClip Frame 1
stop();
Symbol 1617 MovieClip Frame 2
play();
if (_root.combocount.numcombo != 0) {
_root.combocount.gotoAndPlay(18);
_root.combocount.numcombo = 0;
_root.combo.num = 0;
}
Symbol 1617 MovieClip Frame 4
gotoAndStop (1);
Symbol 1617 MovieClip Frame 100
num = 0;
while (num <= _root.num_enemigos) {
_root.mundo.mundomobs["enemigo1_" + num].dead = "si";
_root.mundo.mundomobs["enemigo1_" + num].disparo_latencia = 7;
_root.mundo.mundomobs["enemigo1_" + num].latencia = 7;
_root.mundo.mundomobs["enemigo1_" + num].balas = 0;
_root.mundo.mundomobs["enemigo1_" + num].balastotales = 0;
_root.mundo.mundomobs["enemigo1_" + num].rand_grana = 0;
num++;
}
gotoAndPlay (20);
Symbol 1620 MovieClip Frame 15
stop();
Symbol 1626 Button
on (release) {
_root.continues++;
if (_root.dificultad > 60) {
_root.dificultad = _root.dificultad - 5;
}
_root.diferencia_score = 0;
_root.vida_diferencia2 = 0;
_root.vida_diferencia = 0;
_root.diferencia_score_vida = 0;
_root.gotoAndPlay(3);
}
Symbol 1627 MovieClip Frame 1
stop();
Symbol 1627 MovieClip Frame 15
stop();
Symbol 1629 MovieClip Frame 25
stop();
Symbol 1646 MovieClip Frame 1
stop();
Symbol 1651 MovieClip Frame 1
accuracy = 0;
accuracy_chola = 0;
disparos = 0;
Symbol 1651 MovieClip Frame 2
if (accuracy < Math.round(((_root.aciertos_chola + _root.aciertos) / (_root.disparos - _root.disparos_bloqueados)) * 100)) {
accuracy++;
}
if (accuracy_chola < Math.round((_root.aciertos_chola / (_root.disparos - _root.disparos_bloqueados)) * 100)) {
accuracy_chola++;
}
if ((disparos + 5) < _root.disparos) {
disparos = disparos + 5;
} else if (disparos < _root.disparos) {
disparos++;
}
vidascale = 100 - _root.vida._xscale;
vida = Math.round(_root.vida_total + vidascale);
continues = _root.continues;
if (continues == 0) {
if (vida == 0) {
awards.gotoAndStop(4);
} else if (vida < 150) {
awards.gotoAndStop(3);
} else {
awards.gotoAndStop(2);
}
}
Symbol 1651 MovieClip Frame 3
gotoAndPlay (2);
Symbol 1653 MovieClip Frame 33
stop();
Symbol 1663 Button
on (release) {
_root.continues++;
if (_root.dificultad > 60) {
_root.dificultad = _root.dificultad - 5;
}
_root.diferencia_score = 0;
_root.vida_diferencia2 = 0;
_root.vida_diferencia = 0;
_root.diferencia_score_vida = 0;
_root.gotoAndPlay(1);
}
Symbol 1669 Button
on (release) {
gotoAndStop (16);
}
Symbol 1687 Button
on (release) {
getURL ("http://www.thestylemachine.com/ownage", "blank");
}
Symbol 1692 Button
on (release) {
_root.continues++;
if (_root.dificultad > 60) {
_root.dificultad = _root.dificultad - 5;
}
_root.diferencia_score = 0;
_root.vida_diferencia2 = 0;
_root.vida_diferencia = 0;
_root.diferencia_score_vida = 0;
_root.gotoAndPlay(1);
}
Symbol 1693 MovieClip Frame 1
stop();
Symbol 1693 MovieClip Frame 15
stop();
Symbol 1703 Button
on (release) {
getURL ("http://www.thestylemachine.com");
}