Frame 9
totalBytes = Math.round(getBytesTotal() / 1024);
loadedBytes = Math.round(getBytesLoaded() / 1024);
percentDone = Math.round((loadedBytes / totalBytes) * 100) + " %";
if (_root._framesloaded >= _root._totalframes) {
gotoAndPlay (28);
}
Frame 19
totalBytes = Math.round(getBytesTotal() / 1024);
loadedBytes = Math.round(getBytesLoaded() / 1024);
percentDone = Math.round((loadedBytes / totalBytes) * 100) + " %";
if (_root._framesloaded >= _root._totalframes) {
gotoAndPlay (28);
}
Frame 27
totalBytes = Math.round(getBytesTotal() / 1024);
loadedBytes = Math.round(getBytesLoaded() / 1024);
percentDone = Math.round((loadedBytes / totalBytes) * 100) + " %";
if (_root._framesloaded >= _root._totalframes) {
gotoAndPlay (28);
} else {
gotoAndPlay (1);
}
Frame 101
gotoAndPlay (102);
Frame 102
stop();
fscommand ("allowscale", "false");
fscommand ("showmenu", "false");
butplay.onRelease = function () {
nextFrame();
};
butinst.onRollOver = function () {
this.play();
};
butinst.onRollOut = function () {
this.gotoAndStop(1);
};
buthome.onRelease = function () {
getURL ("http://www.sismostudio.com/", _blank);
};
butmail.onRelease = function () {
getURL ("mailto:info@sismostudio.com");
};
Frame 103
stop();
Frame 105
stop();
_root.gameover.stop();
_root.barra.vida4._visible = false;
_root.barra.score = 0;
_root.barra.times.timer = 1000;
vidas = 3;
vidaschau = 0;
Instance of Symbol 85 MovieClip in Frame 105
onClipEvent (enterFrame) {
if (this.hitTest(_root.sprite._x, _root.sprite._y, true)) {
_root.sprite.control = false;
_root.sprite._x = 18;
_root.sprite._y = 163;
_root.sprite.avancex = 0;
_root.sprite.avancey = 0;
_root.sprite.gravedad = 0;
_root.nextFrame();
}
}
Instance of Symbol 98 MovieClip "barra" in Frame 105
onClipEvent (enterFrame) {
if (!(_root.barra.times.timer === 0)) {
_root.barra.times.timer--;
}
}
Instance of Symbol 101 MovieClip "sprite" in Frame 105
onClipEvent (load) {
stop();
avancex = 0;
avancey = 0;
gravedad = 0;
control = true;
}
onClipEvent (enterFrame) {
gravedad = gravedad + 0.1;
_x = (_x + avancex);
_y = (_y + (avancey + gravedad));
if (Key.isDown(39)) {
avancex = avancex + 1;
}
if (Key.isDown(37)) {
avancex = avancex - 1;
}
if (Key.isDown(38)) {
avancey = avancey - 1;
}
if (Key.isDown(40)) {
avancey = avancey + 1;
}
if (((!_root.caminotest.hitTest(this.getBounds(_root).xMin, this._y, true)) or (!_root.caminotest.hitTest(this.getBounds(_root).xMax, this._y, true))) and control) {
control = false;
this.avancex = 0;
this.avancey = 0;
this.gravedad = 0;
this.play();
}
if (((!_root.caminotest.hitTest(this._x, this.getBounds(_root).yMin, true)) or (!_root.caminotest.hitTest(this._x, this.getBounds(_root).yMax, true))) and control) {
control = false;
this.avancex = 0;
this.avancey = 0;
this.gravedad = 0;
this.play();
}
}
Frame 106
stop();
_root.barra.score = _root.barra.score + _root.barra.times.timer;
_root.barra.times.timer = 1000;
Instance of Symbol 118 MovieClip "hormiga" in Frame 106
/* no clip actions */
Instance of Symbol 119 MovieClip "sprite" in Frame 106
onClipEvent (load) {
stop();
avancex = 0;
avancey = 0;
gravedad = 0;
control = true;
}
onClipEvent (enterFrame) {
gravedad = gravedad + 0.1;
_x = (_x + avancex);
_y = (_y + (avancey + gravedad));
if (Key.isDown(39)) {
avancex = avancex + 1;
}
if (Key.isDown(37)) {
avancex = avancex - 1;
}
if (Key.isDown(38)) {
avancey = avancey - 1;
}
if (Key.isDown(40)) {
avancey = avancey + 1;
}
if (((!_root.caminotest.hitTest(this.getBounds(_root).xMin, this._y, true)) or (!_root.caminotest.hitTest(this.getBounds(_root).xMax, this._y, true))) and control) {
control = false;
this.avancex = 0;
this.avancey = 0;
this.gravedad = 0;
this.play();
}
if (((!_root.caminotest.hitTest(this._x, this.getBounds(_root).yMin, true)) or (!_root.caminotest.hitTest(this._x, this.getBounds(_root).yMax, true))) and control) {
control = false;
this.avancex = 0;
this.avancey = 0;
this.gravedad = 0;
this.play();
}
if (_root.hormiga.hitTest(this.getBounds(_root).xMin, this._y, true) or _root.hormiga.hitTest(this.getBounds(_root).xMax, this._y, true)) {
this.play();
}
if (_root.hormiga.hitTest(this._x, this.getBounds(_root).yMin, true) or _root.hormiga.hitTest(this._x, this.getBounds(_root).yMax, true)) {
this.play();
}
}
Frame 107
stop();
_root.barra.score = _root.barra.score + _root.barra.times.timer;
_root.barra.times.timer = 1000;
Instance of Symbol 122 MovieClip in Frame 107
onClipEvent (enterFrame) {
if (this.hitTest(_root.sprite._x, _root.sprite._y, true)) {
_root.sprite.control = false;
_root.sprite._x = 18;
_root.sprite._y = 76;
_root.sprite.avancex = 0;
_root.sprite.avancey = 0;
_root.sprite.gravedad = 0;
_root.nextFrame();
}
}
Instance of Symbol 123 MovieClip "sprite" in Frame 107
onClipEvent (load) {
stop();
avancex = 0;
avancey = 0;
gravedad = 0;
control = true;
}
onClipEvent (enterFrame) {
gravedad = gravedad + 0.1;
_x = (_x + avancex);
_y = (_y + (avancey + gravedad));
if (Key.isDown(39)) {
avancex = avancex + 1;
}
if (Key.isDown(37)) {
avancex = avancex - 1;
}
if (Key.isDown(38)) {
avancey = avancey - 1;
}
if (Key.isDown(40)) {
avancey = avancey + 1;
}
if (((!_root.caminotest.hitTest(this.getBounds(_root).xMin, this._y, true)) or (!_root.caminotest.hitTest(this.getBounds(_root).xMax, this._y, true))) and control) {
control = false;
this.avancex = 0;
this.avancey = 0;
this.gravedad = 0;
this.play();
}
if (((!_root.caminotest.hitTest(this._x, this.getBounds(_root).yMin, true)) or (!_root.caminotest.hitTest(this._x, this.getBounds(_root).yMax, true))) and control) {
control = false;
this.avancex = 0;
this.avancey = 0;
this.gravedad = 0;
this.play();
}
if (_root.hormiga.hitTest(this.getBounds(_root).xMin, this._y, true) or _root.hormiga.hitTest(this.getBounds(_root).xMax, this._y, true)) {
this.play();
}
if (_root.hormiga.hitTest(this._x, this.getBounds(_root).yMin, true) or _root.hormiga.hitTest(this._x, this.getBounds(_root).yMax, true)) {
this.play();
}
}
Frame 108
stop();
_root.barra.score = _root.barra.score + _root.barra.times.timer;
_root.barra.times.timer = 1000;
Instance of Symbol 85 MovieClip in Frame 108
onClipEvent (enterFrame) {
if (this.hitTest(_root.sprite._x, _root.sprite._y, true)) {
_root.sprite.control = false;
_root.sprite._x = 18;
_root.sprite._y = 163;
_root.sprite.avancex = 0;
_root.sprite.avancey = 0;
_root.sprite.gravedad = 0;
_root.nextFrame();
}
}
Instance of Symbol 131 MovieClip "sprite" in Frame 108
onClipEvent (load) {
stop();
avancex = 0;
avancey = 0;
gravedad = 0;
control = true;
}
onClipEvent (enterFrame) {
gravedad = gravedad + 0.1;
_x = (_x + avancex);
_y = (_y + (avancey + gravedad));
if (Key.isDown(39)) {
avancex = avancex + 1;
}
if (Key.isDown(37)) {
avancex = avancex - 1;
}
if (Key.isDown(38)) {
avancey = avancey - 1;
}
if (Key.isDown(40)) {
avancey = avancey + 1;
}
if (((!_root.caminotest.hitTest(this.getBounds(_root).xMin, this._y, true)) or (!_root.caminotest.hitTest(this.getBounds(_root).xMax, this._y, true))) and control) {
control = false;
this.avancex = 0;
this.avancey = 0;
this.gravedad = 0;
this.play();
}
if (((!_root.caminotest.hitTest(this._x, this.getBounds(_root).yMin, true)) or (!_root.caminotest.hitTest(this._x, this.getBounds(_root).yMax, true))) and control) {
control = false;
this.avancex = 0;
this.avancey = 0;
this.gravedad = 0;
this.play();
}
if (_root.hormiga.hitTest(this.getBounds(_root).xMin, this._y, true) or _root.hormiga.hitTest(this.getBounds(_root).xMax, this._y, true)) {
this.play();
}
if (_root.hormiga.hitTest(this._x, this.getBounds(_root).yMin, true) or _root.hormiga.hitTest(this._x, this.getBounds(_root).yMax, true)) {
this.play();
}
if (_root.hormvola.hitTest(this.getBounds(_root).xMin, this._y, true) or _root.hormvola.hitTest(this.getBounds(_root).xMax, this._y, true)) {
this.play();
}
if (_root.hormvola.hitTest(this._x, this.getBounds(_root).yMin, true) or _root.hormvola.hitTest(this._x, this.getBounds(_root).yMax, true)) {
this.play();
}
}
Frame 109
stop();
_root.barra.score = _root.barra.score + _root.barra.times.timer;
_root.barra.times.timer = 1000;
Instance of Symbol 122 MovieClip in Frame 109
onClipEvent (enterFrame) {
if (this.hitTest(_root.sprite._x, _root.sprite._y, true)) {
_root.sprite.control = false;
_root.sprite._x = 18;
_root.sprite._y = 76;
_root.sprite.avancex = 0;
_root.sprite.avancey = 0;
_root.sprite.gravedad = 0;
_root.nextFrame();
}
}
Instance of Symbol 132 MovieClip "sprite" in Frame 109
onClipEvent (load) {
stop();
avancex = 0;
avancey = 0;
gravedad = 0;
control = true;
}
onClipEvent (enterFrame) {
gravedad = gravedad + 0.1;
_x = (_x + avancex);
_y = (_y + (avancey + gravedad));
if (Key.isDown(39)) {
avancex = avancex + 1;
}
if (Key.isDown(37)) {
avancex = avancex - 1;
}
if (Key.isDown(38)) {
avancey = avancey - 1;
}
if (Key.isDown(40)) {
avancey = avancey + 1;
}
if (((!_root.caminotest.hitTest(this.getBounds(_root).xMin, this._y, true)) or (!_root.caminotest.hitTest(this.getBounds(_root).xMax, this._y, true))) and control) {
control = false;
this.avancex = 0;
this.avancey = 0;
this.gravedad = 0;
this.play();
}
if (((!_root.caminotest.hitTest(this._x, this.getBounds(_root).yMin, true)) or (!_root.caminotest.hitTest(this._x, this.getBounds(_root).yMax, true))) and control) {
control = false;
this.avancex = 0;
this.avancey = 0;
this.gravedad = 0;
this.play();
}
if (_root.hormiga.hitTest(this.getBounds(_root).xMin, this._y, true) or _root.hormiga.hitTest(this.getBounds(_root).xMax, this._y, true)) {
this.play();
}
if (_root.hormiga.hitTest(this._x, this.getBounds(_root).yMin, true) or _root.hormiga.hitTest(this._x, this.getBounds(_root).yMax, true)) {
this.play();
}
if (_root.hormvola.hitTest(this.getBounds(_root).xMin, this._y, true) or _root.hormvola.hitTest(this.getBounds(_root).xMax, this._y, true)) {
this.play();
}
if (_root.hormvola.hitTest(this._x, this.getBounds(_root).yMin, true) or _root.hormvola.hitTest(this._x, this.getBounds(_root).yMax, true)) {
this.play();
}
}
Frame 110
stop();
_root.barra.score = _root.barra.score + _root.barra.times.timer;
_root.barra.times.timer = 1000;
Instance of Symbol 136 MovieClip in Frame 110
onClipEvent (enterFrame) {
if (this.hitTest(_root.sprite._x, _root.sprite._y, true)) {
_root.sprite.control = false;
_root.sprite._x = 18;
_root.sprite._y = 76;
_root.sprite.avancex = 0;
_root.sprite.avancey = 0;
_root.sprite.gravedad = 0;
_root.nextFrame();
}
}
Instance of Symbol 137 MovieClip "sprite" in Frame 110
onClipEvent (load) {
stop();
avancex = 0;
avancey = 0;
gravedad = 0;
control = true;
}
onClipEvent (enterFrame) {
gravedad = gravedad + 0.1;
_x = (_x + avancex);
_y = (_y + (avancey + gravedad));
if (Key.isDown(39)) {
avancex = avancex + 1;
}
if (Key.isDown(37)) {
avancex = avancex - 1;
}
if (Key.isDown(38)) {
avancey = avancey - 1;
}
if (Key.isDown(40)) {
avancey = avancey + 1;
}
if (((!_root.caminotest.hitTest(this.getBounds(_root).xMin, this._y, true)) or (!_root.caminotest.hitTest(this.getBounds(_root).xMax, this._y, true))) and control) {
control = false;
this.avancex = 0;
this.avancey = 0;
this.gravedad = 0;
this.play();
}
if (((!_root.caminotest.hitTest(this._x, this.getBounds(_root).yMin, true)) or (!_root.caminotest.hitTest(this._x, this.getBounds(_root).yMax, true))) and control) {
control = false;
this.avancex = 0;
this.avancey = 0;
this.gravedad = 0;
this.play();
}
if (_root.hormiga.hitTest(this.getBounds(_root).xMin, this._y, true) or _root.hormiga.hitTest(this.getBounds(_root).xMax, this._y, true)) {
this.play();
}
if (_root.hormiga.hitTest(this._x, this.getBounds(_root).yMin, true) or _root.hormiga.hitTest(this._x, this.getBounds(_root).yMax, true)) {
this.play();
}
if (_root.hormvola.hitTest(this.getBounds(_root).xMin, this._y, true) or _root.hormvola.hitTest(this.getBounds(_root).xMax, this._y, true)) {
this.play();
}
if (_root.hormvola.hitTest(this._x, this.getBounds(_root).yMin, true) or _root.hormvola.hitTest(this._x, this.getBounds(_root).yMax, true)) {
this.play();
}
}
Frame 111
stop();
_root.barra.score = _root.barra.score + _root.barra.times.timer;
_root.barra.times.timer = 1000;
Instance of Symbol 140 MovieClip in Frame 111
onClipEvent (enterFrame) {
if (this.hitTest(_root.sprite._x, _root.sprite._y, true)) {
_root.sprite.control = false;
_root.sprite._x = 18;
_root.sprite._y = 76;
_root.sprite.avancex = 0;
_root.sprite.avancey = 0;
_root.sprite.gravedad = 0;
_root.nextFrame();
}
}
Instance of Symbol 145 MovieClip "hormiga" in Frame 111
/* no clip actions */
Instance of Symbol 146 MovieClip "sprite" in Frame 111
onClipEvent (load) {
stop();
avancex = 0;
avancey = 0;
gravedad = 0;
control = true;
}
onClipEvent (enterFrame) {
gravedad = gravedad + 0.1;
_x = (_x + avancex);
_y = (_y + (avancey + gravedad));
if (Key.isDown(39)) {
avancex = avancex + 1;
}
if (Key.isDown(37)) {
avancex = avancex - 1;
}
if (Key.isDown(38)) {
avancey = avancey - 1;
}
if (Key.isDown(40)) {
avancey = avancey + 1;
}
if (((!_root.caminotest.hitTest(this.getBounds(_root).xMin, this._y, true)) or (!_root.caminotest.hitTest(this.getBounds(_root).xMax, this._y, true))) and control) {
control = false;
this.avancex = 0;
this.avancey = 0;
this.gravedad = 0;
this.play();
}
if (((!_root.caminotest.hitTest(this._x, this.getBounds(_root).yMin, true)) or (!_root.caminotest.hitTest(this._x, this.getBounds(_root).yMax, true))) and control) {
control = false;
this.avancex = 0;
this.avancey = 0;
this.gravedad = 0;
this.play();
}
if (_root.hormiga.hitTest(this.getBounds(_root).xMin, this._y, true) or _root.hormiga.hitTest(this.getBounds(_root).xMax, this._y, true)) {
this.play();
}
if (_root.hormiga.hitTest(this._x, this.getBounds(_root).yMin, true) or _root.hormiga.hitTest(this._x, this.getBounds(_root).yMax, true)) {
this.play();
}
if (_root.hormvola.hitTest(this.getBounds(_root).xMin, this._y, true) or _root.hormvola.hitTest(this.getBounds(_root).xMax, this._y, true)) {
this.play();
}
if (_root.hormvola.hitTest(this._x, this.getBounds(_root).yMin, true) or _root.hormvola.hitTest(this._x, this.getBounds(_root).yMax, true)) {
this.play();
}
}
Frame 112
stop();
_root.barra.score = _root.barra.score + _root.barra.times.timer;
_root.barra.times.timer = 1000;
Instance of Symbol 150 MovieClip in Frame 112
onClipEvent (enterFrame) {
if (this.hitTest(_root.sprite._x, _root.sprite._y, true)) {
_root.sprite.control = false;
_root.sprite._x = 18;
_root.sprite._y = 76;
_root.sprite.avancex = 0;
_root.sprite.avancey = 0;
_root.sprite.gravedad = 0;
_root.nextFrame();
}
}
Instance of Symbol 158 MovieClip "sprite" in Frame 112
onClipEvent (load) {
stop();
avancex = 0;
avancey = 0;
gravedad = 0;
control = true;
}
onClipEvent (enterFrame) {
gravedad = gravedad + 0.1;
_x = (_x + avancex);
_y = (_y + (avancey + gravedad));
if (Key.isDown(39)) {
avancex = avancex + 1;
}
if (Key.isDown(37)) {
avancex = avancex - 1;
}
if (Key.isDown(38)) {
avancey = avancey - 1;
}
if (Key.isDown(40)) {
avancey = avancey + 1;
}
if (((!_root.caminotest.hitTest(this.getBounds(_root).xMin, this._y, true)) or (!_root.caminotest.hitTest(this.getBounds(_root).xMax, this._y, true))) and control) {
control = false;
this.avancex = 0;
this.avancey = 0;
this.gravedad = 0;
this.play();
}
if (((!_root.caminotest.hitTest(this._x, this.getBounds(_root).yMin, true)) or (!_root.caminotest.hitTest(this._x, this.getBounds(_root).yMax, true))) and control) {
control = false;
this.avancex = 0;
this.avancey = 0;
this.gravedad = 0;
this.play();
}
if (_root.hormiga.hitTest(this.getBounds(_root).xMin, this._y, true) or _root.hormiga.hitTest(this.getBounds(_root).xMax, this._y, true)) {
this.play();
}
if (_root.hormiga.hitTest(this._x, this.getBounds(_root).yMin, true) or _root.hormiga.hitTest(this._x, this.getBounds(_root).yMax, true)) {
this.play();
}
if (_root.hormvola.hitTest(this.getBounds(_root).xMin, this._y, true) or _root.hormvola.hitTest(this.getBounds(_root).xMax, this._y, true)) {
this.play();
}
if (_root.hormvola.hitTest(this._x, this.getBounds(_root).yMin, true) or _root.hormvola.hitTest(this._x, this.getBounds(_root).yMax, true)) {
this.play();
}
if (_root.arania.hitTest(this.getBounds(_root).xMin, this._y, true) or _root.arania.hitTest(this.getBounds(_root).xMax, this._y, true)) {
this.play();
}
if (_root.arania.hitTest(this._x, this.getBounds(_root).yMin, true) or _root.arania.hitTest(this._x, this.getBounds(_root).yMax, true)) {
this.play();
}
}
Frame 113
stop();
_root.barra.score = _root.barra.score + _root.barra.times.timer;
_root.barra.times.timer = 1000;
Instance of Symbol 118 MovieClip "hormiga" in Frame 113
/* no clip actions */
Instance of Symbol 145 MovieClip "hormiga" in Frame 113
/* no clip actions */
Instance of Symbol 118 MovieClip "hormiga" in Frame 113
/* no clip actions */
Instance of Symbol 163 MovieClip "sprite" in Frame 113
onClipEvent (load) {
stop();
avancex = 0;
avancey = 0;
gravedad = 0;
control = true;
}
onClipEvent (enterFrame) {
gravedad = gravedad + 0.1;
_x = (_x + avancex);
_y = (_y + (avancey + gravedad));
if (Key.isDown(39)) {
avancex = avancex + 1;
}
if (Key.isDown(37)) {
avancex = avancex - 1;
}
if (Key.isDown(38)) {
avancey = avancey - 1;
}
if (Key.isDown(40)) {
avancey = avancey + 1;
}
if (((!_root.caminotest.hitTest(this.getBounds(_root).xMin, this._y, true)) or (!_root.caminotest.hitTest(this.getBounds(_root).xMax, this._y, true))) and control) {
control = false;
this.avancex = 0;
this.avancey = 0;
this.gravedad = 0;
this.play();
}
if (((!_root.caminotest.hitTest(this._x, this.getBounds(_root).yMin, true)) or (!_root.caminotest.hitTest(this._x, this.getBounds(_root).yMax, true))) and control) {
control = false;
this.avancex = 0;
this.avancey = 0;
this.gravedad = 0;
this.play();
}
if (_root.hormiga.hitTest(this.getBounds(_root).xMin, this._y, true) or _root.hormiga.hitTest(this.getBounds(_root).xMax, this._y, true)) {
this.play();
}
if (_root.hormiga.hitTest(this._x, this.getBounds(_root).yMin, true) or _root.hormiga.hitTest(this._x, this.getBounds(_root).yMax, true)) {
this.play();
}
if (_root.hormvola.hitTest(this.getBounds(_root).xMin, this._y, true) or _root.hormvola.hitTest(this.getBounds(_root).xMax, this._y, true)) {
this.play();
}
if (_root.hormvola.hitTest(this._x, this.getBounds(_root).yMin, true) or _root.hormvola.hitTest(this._x, this.getBounds(_root).yMax, true)) {
this.play();
}
if (_root.vidax.hitTest(this.getBounds(_root).xMin, this._y, true) or _root.vidax.hitTest(this.getBounds(_root).xMax, this._y, true)) {
_root.vidax.unloadMovie();
if ((_root.barra.vida2._visible == true) and (_root.barra.vida1._visible == true)) {
_root.barra.vida4._visible = true;
} else if ((_root.barra.vida2._visible == true) and (_root.barra.vida1._visible == false)) {
_root.barra.vida1._visible = true;
_root.vidaschau--;
} else if ((_root.barra.vida2._visible == false) and (_root.barra.vida1._visible == false)) {
_root.barra.vida2._visible = true;
_root.vidaschau--;
}
}
if (_root.vidax.hitTest(this._x, this.getBounds(_root).yMin, true) or _root.vidax.hitTest(this._x, this.getBounds(_root).yMax, true)) {
_root.vidax.unloadMovie();
if ((_root.barra.vida2._visible == true) and (_root.barra.vida1._visible == true)) {
_root.barra.vida4._visible = true;
} else if ((_root.barra.vida2._visible == true) and (_root.barra.vida1._visible == false)) {
_root.barra.vida1._visible = true;
_root.vidaschau--;
} else if ((_root.barra.vida2._visible == false) and (_root.barra.vida1._visible == false)) {
_root.barra.vida2._visible = true;
_root.vidaschau--;
}
}
}
Frame 114
stop();
_root.barra.score = _root.barra.score + _root.barra.times.timer;
_root.barra.times.timer = 1000;
Instance of Symbol 167 MovieClip "sprite" in Frame 114
onClipEvent (load) {
stop();
avancex = 0;
avancey = 0;
gravedad = 0;
control = true;
}
onClipEvent (enterFrame) {
gravedad = gravedad + 0.1;
_x = (_x + avancex);
_y = (_y + (avancey + gravedad));
if (Key.isDown(39)) {
avancex = avancex + 1;
}
if (Key.isDown(37)) {
avancex = avancex - 1;
}
if (Key.isDown(38)) {
avancey = avancey - 1;
}
if (Key.isDown(40)) {
avancey = avancey + 1;
}
if (((!_root.caminotest.hitTest(this.getBounds(_root).xMin, this._y, true)) or (!_root.caminotest.hitTest(this.getBounds(_root).xMax, this._y, true))) and control) {
control = false;
this.avancex = 0;
this.avancey = 0;
this.gravedad = 0;
this.play();
}
if (((!_root.caminotest.hitTest(this._x, this.getBounds(_root).yMin, true)) or (!_root.caminotest.hitTest(this._x, this.getBounds(_root).yMax, true))) and control) {
control = false;
this.avancex = 0;
this.avancey = 0;
this.gravedad = 0;
this.play();
}
if (_root.hormiga.hitTest(this.getBounds(_root).xMin, this._y, true) or _root.hormiga.hitTest(this.getBounds(_root).xMax, this._y, true)) {
this.play();
}
if (_root.hormiga.hitTest(this._x, this.getBounds(_root).yMin, true) or _root.hormiga.hitTest(this._x, this.getBounds(_root).yMax, true)) {
this.play();
}
if (_root.hormvola.hitTest(this.getBounds(_root).xMin, this._y, true) or _root.hormvola.hitTest(this.getBounds(_root).xMax, this._y, true)) {
this.play();
}
if (_root.hormvola.hitTest(this._x, this.getBounds(_root).yMin, true) or _root.hormvola.hitTest(this._x, this.getBounds(_root).yMax, true)) {
this.play();
}
if (_root.arania.hitTest(this.getBounds(_root).xMin, this._y, true) or _root.arania.hitTest(this.getBounds(_root).xMax, this._y, true)) {
this.play();
}
if (_root.arania.hitTest(this._x, this.getBounds(_root).yMin, true) or _root.arania.hitTest(this._x, this.getBounds(_root).yMax, true)) {
this.play();
}
}
Frame 115
stop();
_root.barra.score = _root.barra.score + _root.barra.times.timer;
_root.barra.times.timer = 1000;
Instance of Symbol 186 MovieClip "hormiga" in Frame 115
/* no clip actions */
Instance of Symbol 187 MovieClip "sprite" in Frame 115
onClipEvent (load) {
stop();
avancex = 0;
avancey = 0;
gravedad = 0;
control = true;
}
onClipEvent (enterFrame) {
gravedad = gravedad + 0.1;
_x = (_x + avancex);
_y = (_y + (avancey + gravedad));
if (Key.isDown(39)) {
avancex = avancex + 1;
}
if (Key.isDown(37)) {
avancex = avancex - 1;
}
if (Key.isDown(38)) {
avancey = avancey - 1;
}
if (Key.isDown(40)) {
avancey = avancey + 1;
}
if (((!_root.caminotest.hitTest(this.getBounds(_root).xMin, this._y, true)) or (!_root.caminotest.hitTest(this.getBounds(_root).xMax, this._y, true))) and control) {
control = false;
this.avancex = 0;
this.avancey = 0;
this.gravedad = 0;
this.play();
}
if (((!_root.caminotest.hitTest(this._x, this.getBounds(_root).yMin, true)) or (!_root.caminotest.hitTest(this._x, this.getBounds(_root).yMax, true))) and control) {
control = false;
this.avancex = 0;
this.avancey = 0;
this.gravedad = 0;
this.play();
}
if (_root.hormiga.hitTest(this.getBounds(_root).xMin, this._y, true) or _root.hormiga.hitTest(this.getBounds(_root).xMax, this._y, true)) {
this.play();
}
if (_root.hormiga.hitTest(this._x, this.getBounds(_root).yMin, true) or _root.hormiga.hitTest(this._x, this.getBounds(_root).yMax, true)) {
this.play();
}
if (_root.hormvola.hitTest(this.getBounds(_root).xMin, this._y, true) or _root.hormvola.hitTest(this.getBounds(_root).xMax, this._y, true)) {
this.play();
}
if (_root.hormvola.hitTest(this._x, this.getBounds(_root).yMin, true) or _root.hormvola.hitTest(this._x, this.getBounds(_root).yMax, true)) {
this.play();
}
}
Frame 116
stop();
_root.barra.score = _root.barra.score + _root.barra.times.timer;
_root.barra.times.timer = 1000;
Instance of Symbol 145 MovieClip "hormiga" in Frame 116
/* no clip actions */
Instance of Symbol 190 MovieClip "sprite" in Frame 116
onClipEvent (load) {
stop();
avancex = 0;
avancey = 0;
gravedad = 0;
control = true;
}
onClipEvent (enterFrame) {
gravedad = gravedad + 0.1;
_x = (_x + avancex);
_y = (_y + (avancey + gravedad));
if (Key.isDown(39)) {
avancex = avancex + 1;
}
if (Key.isDown(37)) {
avancex = avancex - 1;
}
if (Key.isDown(38)) {
avancey = avancey - 1;
}
if (Key.isDown(40)) {
avancey = avancey + 1;
}
if (((!_root.caminotest.hitTest(this.getBounds(_root).xMin, this._y, true)) or (!_root.caminotest.hitTest(this.getBounds(_root).xMax, this._y, true))) and control) {
control = false;
this.avancex = 0;
this.avancey = 0;
this.gravedad = 0;
this.play();
}
if (((!_root.caminotest.hitTest(this._x, this.getBounds(_root).yMin, true)) or (!_root.caminotest.hitTest(this._x, this.getBounds(_root).yMax, true))) and control) {
control = false;
this.avancex = 0;
this.avancey = 0;
this.gravedad = 0;
this.play();
}
if (_root.hormiga.hitTest(this.getBounds(_root).xMin, this._y, true) or _root.hormiga.hitTest(this.getBounds(_root).xMax, this._y, true)) {
this.play();
}
if (_root.hormiga.hitTest(this._x, this.getBounds(_root).yMin, true) or _root.hormiga.hitTest(this._x, this.getBounds(_root).yMax, true)) {
this.play();
}
if (_root.hormvola.hitTest(this.getBounds(_root).xMin, this._y, true) or _root.hormvola.hitTest(this.getBounds(_root).xMax, this._y, true)) {
this.play();
}
if (_root.hormvola.hitTest(this._x, this.getBounds(_root).yMin, true) or _root.hormvola.hitTest(this._x, this.getBounds(_root).yMax, true)) {
this.play();
}
if (_root.arania.hitTest(this.getBounds(_root).xMin, this._y, true) or _root.arania.hitTest(this.getBounds(_root).xMax, this._y, true)) {
this.play();
}
if (_root.arania.hitTest(this._x, this.getBounds(_root).yMin, true) or _root.arania.hitTest(this._x, this.getBounds(_root).yMax, true)) {
this.play();
}
}
Frame 117
stop();
_root.barra.score = _root.barra.score + _root.barra.times.timer;
_root.barra.times.timer = 1000;
Instance of Symbol 199 MovieClip in Frame 117
onClipEvent (enterFrame) {
if (this.hitTest(_root.sprite._x, _root.sprite._y, true)) {
_root.sprite.control = false;
_root.sprite.avancex = 0;
_root.sprite.avancey = 0;
_root.sprite.gravedad = 0;
_root.nextFrame();
}
}
Instance of Symbol 207 MovieClip "sprite" in Frame 117
onClipEvent (load) {
stop();
avancex = 0;
avancey = 0;
gravedad = 0;
control = true;
}
onClipEvent (enterFrame) {
gravedad = gravedad + 0.1;
_x = (_x + avancex);
_y = (_y + (avancey + gravedad));
if (Key.isDown(39)) {
avancex = avancex + 1;
}
if (Key.isDown(37)) {
avancex = avancex - 1;
}
if (Key.isDown(38)) {
avancey = avancey - 1;
}
if (Key.isDown(40)) {
avancey = avancey + 1;
}
if (((!_root.caminotest.hitTest(this.getBounds(_root).xMin, this._y, true)) or (!_root.caminotest.hitTest(this.getBounds(_root).xMax, this._y, true))) and control) {
control = false;
this.avancex = 0;
this.avancey = 0;
this.gravedad = 0;
this.play();
}
if (((!_root.caminotest.hitTest(this._x, this.getBounds(_root).yMin, true)) or (!_root.caminotest.hitTest(this._x, this.getBounds(_root).yMax, true))) and control) {
control = false;
this.avancex = 0;
this.avancey = 0;
this.gravedad = 0;
this.play();
}
if (_root.arania.hitTest(this.getBounds(_root).xMin, this._y, true) or _root.arania.hitTest(this.getBounds(_root).xMax, this._y, true)) {
this.play();
}
if (_root.arania.hitTest(this._x, this.getBounds(_root).yMin, true) or _root.arania.hitTest(this._x, this.getBounds(_root).yMax, true)) {
this.play();
}
if (_root.landhere.hitTest(this.getBounds(_root).xMin, this._y, true) or _root.landhere.hitTest(this.getBounds(_root).xMax, this._y, true)) {
_root.landhere._visible = false;
}
if (_root.landhere.hitTest(this._x, this.getBounds(_root).yMin, true) or _root.landhere.hitTest(this._x, this.getBounds(_root).yMax, true)) {
_root.landhere._visible = false;
}
}
Frame 118
stop();
_root.barra.score = _root.barra.score + _root.barra.times.timer;
_root.barra.vida1._visible = false;
_root.barra.vida2._visible = false;
_root.barra.vida3._visible = false;
_root.barra.times._visible = false;
_root.barra._x = 300;
Symbol 10 Button
on (release) {
getURL ("http://www.arcademuffin.com", "_blank");
}
Symbol 13 Button
on (release) {
getURL ("http://www.arcademuffin.com");
}
Symbol 52 MovieClip Frame 1
stop();
Symbol 52 MovieClip Frame 2
stop();
Symbol 55 Button
on (release) {
getURL ("http://www.arcademuffin.com/page/4.html");
}
Symbol 58 Button
on (release) {
getURL ("http://www.arcademuffin.com");
}
Symbol 63 Button
on (release) {
getURL ("http://www.sismostudio.com", "_blank");
}
Symbol 72 MovieClip Frame 62
stop();
tellTarget (_root) {
gotoAndPlay ("games");
};
Symbol 101 MovieClip Frame 28
stop();
_root.vidaschau++;
switch (_root.vidaschau) {
case 1 :
_root.barra.vida1._visible = false;
break;
case 2 :
_root.barra.vida2._visible = false;
break;
case 3 :
_root.barra.vida3._visible = false;
}
if (_root.vidaschau < _root.vidas) {
this.gotoAndStop(1);
this.avancex = 0;
this.avancey = 0;
this.gravedad = 0;
this.control = true;
this._x = 60;
this._y = 170;
} else {
_root.barra._visible = false;
_root.gameover.play();
}
Symbol 110 MovieClip Frame 2
stop();
scoreover = _root.barra.score;
tryag.onRelease = function () {
tellTarget (_root) {
gotoAndPlay ("games");
};
};
Symbol 112 MovieClip Frame 7
stop();
Symbol 119 MovieClip Frame 28
stop();
_root.vidaschau++;
switch (_root.vidaschau) {
case 1 :
_root.barra.vida1._visible = false;
break;
case 2 :
_root.barra.vida2._visible = false;
break;
case 3 :
_root.barra.vida3._visible = false;
}
if (_root.vidaschau < _root.vidas) {
this.gotoAndStop(1);
this.avancex = 0;
this.avancey = 0;
this.gravedad = 0;
this.control = true;
this._x = 55;
this._y = 66;
} else {
_root.barra._visible = false;
_root.gameover.play();
}
Symbol 123 MovieClip Frame 28
stop();
_root.vidaschau++;
switch (_root.vidaschau) {
case 1 :
_root.barra.vida1._visible = false;
break;
case 2 :
_root.barra.vida2._visible = false;
break;
case 3 :
_root.barra.vida3._visible = false;
}
if (_root.vidaschau < _root.vidas) {
this.gotoAndStop(1);
this.avancex = 0;
this.avancey = 0;
this.gravedad = 0;
this.control = true;
this._x = 485;
this._y = 40;
} else {
_root.barra._visible = false;
_root.gameover.play();
}
Symbol 131 MovieClip Frame 28
stop();
_root.vidaschau++;
switch (_root.vidaschau) {
case 1 :
_root.barra.vida1._visible = false;
break;
case 2 :
_root.barra.vida2._visible = false;
break;
case 3 :
_root.barra.vida3._visible = false;
}
if (_root.vidaschau < _root.vidas) {
this.gotoAndStop(1);
this.avancex = 0;
this.avancey = 0;
this.gravedad = 0;
this.control = true;
this._x = 35;
this._y = 349;
} else {
_root.barra._visible = false;
_root.gameover.play();
}
Symbol 132 MovieClip Frame 28
stop();
_root.vidaschau++;
switch (_root.vidaschau) {
case 1 :
_root.barra.vida1._visible = false;
break;
case 2 :
_root.barra.vida2._visible = false;
break;
case 3 :
_root.barra.vida3._visible = false;
}
if (_root.vidaschau < _root.vidas) {
this.gotoAndStop(1);
this.avancex = 0;
this.avancey = 0;
this.gravedad = 0;
this.control = true;
this._x = 35;
this._y = 286;
} else {
_root.barra._visible = false;
_root.gameover.play();
}
Symbol 137 MovieClip Frame 28
stop();
_root.vidaschau++;
switch (_root.vidaschau) {
case 1 :
_root.barra.vida1._visible = false;
break;
case 2 :
_root.barra.vida2._visible = false;
break;
case 3 :
_root.barra.vida3._visible = false;
}
if (_root.vidaschau < _root.vidas) {
this.gotoAndStop(1);
this.avancex = 0;
this.avancey = 0;
this.gravedad = 0;
this.control = true;
this._x = 65;
this._y = 170;
} else {
_root.barra._visible = false;
_root.gameover.play();
}
Symbol 146 MovieClip Frame 28
stop();
_root.vidaschau++;
switch (_root.vidaschau) {
case 1 :
_root.barra.vida1._visible = false;
break;
case 2 :
_root.barra.vida2._visible = false;
break;
case 3 :
_root.barra.vida3._visible = false;
}
if (_root.vidaschau < _root.vidas) {
this.gotoAndStop(1);
this.avancex = 0;
this.avancey = 0;
this.gravedad = 0;
this.control = true;
this._x = 327;
this._y = 434;
} else {
_root.barra._visible = false;
_root.gameover.play();
}
Symbol 158 MovieClip Frame 28
stop();
_root.vidaschau++;
switch (_root.vidaschau) {
case 1 :
_root.barra.vida1._visible = false;
break;
case 2 :
_root.barra.vida2._visible = false;
break;
case 3 :
_root.barra.vida3._visible = false;
}
if (_root.vidaschau < _root.vidas) {
this.gotoAndStop(1);
this.avancex = 0;
this.avancey = 0;
this.gravedad = 0;
this.control = true;
this._x = 35;
this._y = 385;
} else {
_root.barra._visible = false;
_root.gameover.play();
}
Symbol 163 MovieClip Frame 28
stop();
if (_root.barra.vida4._visible == true) {
_root.barra.vida4._visible = false;
} else {
_root.vidaschau++;
switch (_root.vidaschau) {
case 1 :
_root.barra.vida1._visible = false;
break;
case 2 :
_root.barra.vida2._visible = false;
break;
case 3 :
_root.barra.vida3._visible = false;
}
}
if (_root.vidaschau < _root.vidas) {
this.gotoAndStop(1);
this.avancex = 0;
this.avancey = 0;
this.gravedad = 0;
this.control = true;
this._x = 28;
this._y = 278;
} else {
_root.barra._visible = false;
_root.gameover.play();
}
Symbol 167 MovieClip Frame 28
stop();
if (_root.barra.vida4._visible == true) {
_root.barra.vida4._visible = false;
} else {
_root.vidaschau++;
switch (_root.vidaschau) {
case 1 :
_root.barra.vida1._visible = false;
break;
case 2 :
_root.barra.vida2._visible = false;
break;
case 3 :
_root.barra.vida3._visible = false;
}
}
if (_root.vidaschau < _root.vidas) {
this.gotoAndStop(1);
this.avancex = 0;
this.avancey = 0;
this.gravedad = 0;
this.control = true;
this._x = 37;
this._y = 306;
} else {
_root.barra._visible = false;
_root.gameover.play();
}
Symbol 187 MovieClip Frame 28
stop();
if (_root.barra.vida4._visible == true) {
_root.barra.vida4._visible = false;
} else {
_root.vidaschau++;
switch (_root.vidaschau) {
case 1 :
_root.barra.vida1._visible = false;
break;
case 2 :
_root.barra.vida2._visible = false;
break;
case 3 :
_root.barra.vida3._visible = false;
}
}
if (_root.vidaschau < _root.vidas) {
this.gotoAndStop(1);
this.avancex = 0;
this.avancey = 0;
this.gravedad = 0;
this.control = true;
this._x = 37;
this._y = 88;
} else {
_root.barra._visible = false;
_root.gameover.play();
}
Symbol 190 MovieClip Frame 28
stop();
if (_root.barra.vida4._visible == true) {
_root.barra.vida4._visible = false;
} else {
_root.vidaschau++;
switch (_root.vidaschau) {
case 1 :
_root.barra.vida1._visible = false;
break;
case 2 :
_root.barra.vida2._visible = false;
break;
case 3 :
_root.barra.vida3._visible = false;
}
}
if (_root.vidaschau < _root.vidas) {
this.gotoAndStop(1);
this.avancex = 0;
this.avancey = 0;
this.gravedad = 0;
this.control = true;
this._x = 37;
this._y = 370;
} else {
_root.barra._visible = false;
_root.gameover.play();
}
Symbol 207 MovieClip Frame 28
stop();
if (_root.barra.vida4._visible == true) {
_root.barra.vida4._visible = false;
} else {
_root.vidaschau++;
switch (_root.vidaschau) {
case 1 :
_root.barra.vida1._visible = false;
break;
case 2 :
_root.barra.vida2._visible = false;
break;
case 3 :
_root.barra.vida3._visible = false;
}
}
if (_root.vidaschau < _root.vidas) {
this.gotoAndStop(1);
this.avancex = 0;
this.avancey = 0;
this.gravedad = 0;
this.control = true;
this._x = 41;
this._y = 176;
} else {
_root.barra._visible = false;
_root.gameover.play();
}