Frame 1 (297 B)
_quality = "MEDIUM";
Stage.showMenu = false;
_root.nivelactual = 0;
LOADED = Math.round(getBytesLoaded());
TOTAL = Math.round(getBytesTotal());
PERCENT = LOADED / TOTAL;
loader._width = PERCENT * 100;
TEXT = Math.round(PERCENT * 100) + " %";
if (LOADED == TOTAL) {
gotoAndPlay (3);
}
Instance of Symbol 29 MovieClip in Frame 1 (204 B)
on (release) {
getURL ("http://www.armorgames.com", "_blank");
}
on (rollOver) {
this.gotoAndPlay("encima");
}
on (rollOut) {
this.gotoAndPlay("normal");
}
on (dragOut) {
this.gotoAndPlay("normal");
}
Frame 2 (17 B)
gotoAndPlay (1);
Frame 3 (8 B)
stop();
Instance of Symbol 61 MovieClip in Frame 3 (112 B)
onClipEvent (enterFrame) {
this.onPress = function () {
getURL ("http://www.armorgames.com", "_blank");
};
}
Frame 4 (1 B)
Instance of Symbol 29 MovieClip in Frame 138 (183 B)
on (release) {
_root.gotoAndPlay("menu");
}
on (rollOver) {
this.gotoAndPlay("encima");
}
on (rollOut) {
this.gotoAndPlay("normal");
}
on (dragOut) {
this.gotoAndPlay("normal");
}
Frame 145 (8 B)
stop();
Instance of Symbol 29 MovieClip in Frame 146 (184 B)
on (release) {
_root.gotoAndPlay("mapa1");
}
on (rollOver) {
this.gotoAndPlay("encima");
}
on (rollOut) {
this.gotoAndPlay("normal");
}
on (dragOut) {
this.gotoAndPlay("normal");
}
Instance of Symbol 29 MovieClip in Frame 146 (204 B)
on (release) {
getURL ("http://www.armorgames.com", "_blank");
}
on (rollOver) {
this.gotoAndPlay("encima");
}
on (rollOut) {
this.gotoAndPlay("normal");
}
on (dragOut) {
this.gotoAndPlay("normal");
}
Instance of Symbol 29 MovieClip in Frame 146 (203 B)
on (release) {
getURL ("http://www.armorblog.com", "_blank");
}
on (rollOver) {
this.gotoAndPlay("encima");
}
on (rollOut) {
this.gotoAndPlay("normal");
}
on (dragOut) {
this.gotoAndPlay("normal");
}
Instance of Symbol 282 MovieClip in Frame 146 (138 B)
on (rollOver) {
this.gotoAndPlay("encima");
}
on (rollOut) {
this.gotoAndPlay("normal");
}
on (dragOut) {
this.gotoAndPlay("normal");
}
Frame 154 (8 B)
stop();
Instance of Symbol 29 MovieClip in Frame 155 (185 B)
on (release) {
_root.gotoAndPlay("nivel1");
}
on (rollOver) {
this.gotoAndPlay("encima");
}
on (rollOut) {
this.gotoAndPlay("normal");
}
on (dragOut) {
this.gotoAndPlay("normal");
}
Frame 163 (8 B)
stop();
Frame 172 (8 B)
stop();
Frame 181 (8 B)
stop();
Frame 182 (41 B)
_root.nivelactual = 1;
stopAllSounds();
Instance of Symbol 381 MovieClip "durezas1" in Frame 182 (202 B)
onClipEvent (enterFrame) {
if ((this.hitTest(_root.submarino.colision1) || (this.hitTest(_root.submarino.colision2))) || (this.hitTest(_root.submarino.colision3))) {
_root.gotoAndPlay("muerte");
}
}
Instance of Symbol 382 MovieClip in Frame 182 (202 B)
onClipEvent (enterFrame) {
if ((this.hitTest(_root.submarino.colision1) || (this.hitTest(_root.submarino.colision2))) || (this.hitTest(_root.submarino.colision3))) {
_root.gotoAndPlay("muerte");
}
}
Instance of Symbol 383 MovieClip in Frame 182 (202 B)
onClipEvent (enterFrame) {
if ((this.hitTest(_root.submarino.colision1) || (this.hitTest(_root.submarino.colision2))) || (this.hitTest(_root.submarino.colision3))) {
_root.gotoAndPlay("muerte");
}
}
Instance of Symbol 384 MovieClip in Frame 182 (202 B)
onClipEvent (enterFrame) {
if ((this.hitTest(_root.submarino.colision1) || (this.hitTest(_root.submarino.colision2))) || (this.hitTest(_root.submarino.colision3))) {
_root.gotoAndPlay("muerte");
}
}
Instance of Symbol 391 MovieClip in Frame 182 (45 B)
on (release) {
this.gotoAndPlay("suelta");
}
Frame 190 (8 B)
stop();
Frame 191 (23 B)
_root.nivelactual = 1;
Instance of Symbol 404 MovieClip "submarino" in Frame 191 (501 B)
onClipEvent (enterFrame) {
_rotation = (_rotation - 1);
mx = _root._xmouse;
if (mx < _x) {
dx = _x - mx;
} else {
dx = mx - _x;
}
moveSpeedx = dx / 40;
if (mx < _x) {
_x = (_x - moveSpeedx);
}
if (mx > _x) {
_x = (_x + moveSpeedx);
}
my = _root._ymouse;
if (my < _y) {
dy = _y - my;
} else {
dy = my - _y;
}
moveSpeedy = dy / 40;
if (this._y > 90) {
if (my < _y) {
_y = (_y - moveSpeedy);
}
}
if (my > _y) {
_y = (_y + moveSpeedy);
}
}
Instance of Symbol 410 MovieClip in Frame 191 (436 B)
onClipEvent (enterFrame) {
if ((this.hitTest(_root.submarino.colision1) || (this.hitTest(_root.submarino.colision2))) || (this.hitTest(_root.submarino.colision3))) {
this.gotoAndPlay(2);
} else {
this.gotoAndPlay(1);
}
}
onClipEvent (mouseDown) {
if ((this.hitTest(_root.submarino.colision1) || (this.hitTest(_root.submarino.colision2))) || (this.hitTest(_root.submarino.colision3))) {
_root.gotoAndPlay("nivelcompleto");
}
}
Frame 199 (8 B)
stop();
Instance of Symbol 29 MovieClip in Frame 200 (185 B)
on (release) {
_root.gotoAndPlay("nivel2");
}
on (rollOver) {
this.gotoAndPlay("encima");
}
on (rollOut) {
this.gotoAndPlay("normal");
}
on (dragOut) {
this.gotoAndPlay("normal");
}
Frame 208 (8 B)
stop();
Frame 209 (41 B)
_root.nivelactual = 2;
stopAllSounds();
Instance of Symbol 381 MovieClip "durezas1" in Frame 209 (202 B)
onClipEvent (enterFrame) {
if ((this.hitTest(_root.submarino.colision1) || (this.hitTest(_root.submarino.colision2))) || (this.hitTest(_root.submarino.colision3))) {
_root.gotoAndPlay("muerte");
}
}
Instance of Symbol 382 MovieClip in Frame 209 (202 B)
onClipEvent (enterFrame) {
if ((this.hitTest(_root.submarino.colision1) || (this.hitTest(_root.submarino.colision2))) || (this.hitTest(_root.submarino.colision3))) {
_root.gotoAndPlay("muerte");
}
}
Instance of Symbol 383 MovieClip in Frame 209 (202 B)
onClipEvent (enterFrame) {
if ((this.hitTest(_root.submarino.colision1) || (this.hitTest(_root.submarino.colision2))) || (this.hitTest(_root.submarino.colision3))) {
_root.gotoAndPlay("muerte");
}
}
Instance of Symbol 384 MovieClip in Frame 209 (202 B)
onClipEvent (enterFrame) {
if ((this.hitTest(_root.submarino.colision1) || (this.hitTest(_root.submarino.colision2))) || (this.hitTest(_root.submarino.colision3))) {
_root.gotoAndPlay("muerte");
}
}
Instance of Symbol 422 MovieClip in Frame 209 (202 B)
onClipEvent (enterFrame) {
if ((this.hitTest(_root.submarino.colision1) || (this.hitTest(_root.submarino.colision2))) || (this.hitTest(_root.submarino.colision3))) {
_root.gotoAndPlay("muerte");
}
}
Instance of Symbol 391 MovieClip in Frame 209 (45 B)
on (release) {
this.gotoAndPlay("suelta");
}
Frame 217 (8 B)
stop();
Frame 218 (23 B)
_root.nivelactual = 2;
Instance of Symbol 404 MovieClip "submarino" in Frame 218 (503 B)
onClipEvent (enterFrame) {
_rotation = (_rotation + 1.5);
mx = _root._xmouse;
if (mx < _x) {
dx = _x - mx;
} else {
dx = mx - _x;
}
moveSpeedx = dx / 40;
if (mx < _x) {
_x = (_x - moveSpeedx);
}
if (mx > _x) {
_x = (_x + moveSpeedx);
}
my = _root._ymouse;
if (my < _y) {
dy = _y - my;
} else {
dy = my - _y;
}
moveSpeedy = dy / 40;
if (this._y > 90) {
if (my < _y) {
_y = (_y - moveSpeedy);
}
}
if (my > _y) {
_y = (_y + moveSpeedy);
}
}
Instance of Symbol 410 MovieClip in Frame 218 (436 B)
onClipEvent (enterFrame) {
if ((this.hitTest(_root.submarino.colision1) || (this.hitTest(_root.submarino.colision2))) || (this.hitTest(_root.submarino.colision3))) {
this.gotoAndPlay(2);
} else {
this.gotoAndPlay(1);
}
}
onClipEvent (mouseDown) {
if ((this.hitTest(_root.submarino.colision1) || (this.hitTest(_root.submarino.colision2))) || (this.hitTest(_root.submarino.colision3))) {
_root.gotoAndPlay("nivelcompleto");
}
}
Frame 226 (8 B)
stop();
Instance of Symbol 29 MovieClip in Frame 227 (185 B)
on (release) {
_root.gotoAndPlay("nivel3");
}
on (rollOver) {
this.gotoAndPlay("encima");
}
on (rollOut) {
this.gotoAndPlay("normal");
}
on (dragOut) {
this.gotoAndPlay("normal");
}
Frame 235 (8 B)
stop();
Frame 236 (41 B)
_root.nivelactual = 3;
stopAllSounds();
Instance of Symbol 381 MovieClip "durezas1" in Frame 236 (202 B)
onClipEvent (enterFrame) {
if ((this.hitTest(_root.submarino.colision1) || (this.hitTest(_root.submarino.colision2))) || (this.hitTest(_root.submarino.colision3))) {
_root.gotoAndPlay("muerte");
}
}
Instance of Symbol 382 MovieClip in Frame 236 (202 B)
onClipEvent (enterFrame) {
if ((this.hitTest(_root.submarino.colision1) || (this.hitTest(_root.submarino.colision2))) || (this.hitTest(_root.submarino.colision3))) {
_root.gotoAndPlay("muerte");
}
}
Instance of Symbol 383 MovieClip in Frame 236 (202 B)
onClipEvent (enterFrame) {
if ((this.hitTest(_root.submarino.colision1) || (this.hitTest(_root.submarino.colision2))) || (this.hitTest(_root.submarino.colision3))) {
_root.gotoAndPlay("muerte");
}
}
Instance of Symbol 384 MovieClip in Frame 236 (202 B)
onClipEvent (enterFrame) {
if ((this.hitTest(_root.submarino.colision1) || (this.hitTest(_root.submarino.colision2))) || (this.hitTest(_root.submarino.colision3))) {
_root.gotoAndPlay("muerte");
}
}
Instance of Symbol 422 MovieClip in Frame 236 (202 B)
onClipEvent (enterFrame) {
if ((this.hitTest(_root.submarino.colision1) || (this.hitTest(_root.submarino.colision2))) || (this.hitTest(_root.submarino.colision3))) {
_root.gotoAndPlay("muerte");
}
}
Instance of Symbol 439 MovieClip in Frame 236 (202 B)
onClipEvent (enterFrame) {
if ((this.hitTest(_root.submarino.colision1) || (this.hitTest(_root.submarino.colision2))) || (this.hitTest(_root.submarino.colision3))) {
_root.gotoAndPlay("muerte");
}
}
Instance of Symbol 440 MovieClip in Frame 236 (202 B)
onClipEvent (enterFrame) {
if ((this.hitTest(_root.submarino.colision1) || (this.hitTest(_root.submarino.colision2))) || (this.hitTest(_root.submarino.colision3))) {
_root.gotoAndPlay("muerte");
}
}
Instance of Symbol 441 MovieClip in Frame 236 (202 B)
onClipEvent (enterFrame) {
if ((this.hitTest(_root.submarino.colision1) || (this.hitTest(_root.submarino.colision2))) || (this.hitTest(_root.submarino.colision3))) {
_root.gotoAndPlay("muerte");
}
}
Instance of Symbol 442 MovieClip in Frame 236 (202 B)
onClipEvent (enterFrame) {
if ((this.hitTest(_root.submarino.colision1) || (this.hitTest(_root.submarino.colision2))) || (this.hitTest(_root.submarino.colision3))) {
_root.gotoAndPlay("muerte");
}
}
Instance of Symbol 443 MovieClip in Frame 236 (202 B)
onClipEvent (enterFrame) {
if ((this.hitTest(_root.submarino.colision1) || (this.hitTest(_root.submarino.colision2))) || (this.hitTest(_root.submarino.colision3))) {
_root.gotoAndPlay("muerte");
}
}
Instance of Symbol 391 MovieClip in Frame 236 (45 B)
on (release) {
this.gotoAndPlay("suelta");
}
Frame 244 (8 B)
stop();
Frame 245 (23 B)
_root.nivelactual = 3;
Instance of Symbol 404 MovieClip "submarino" in Frame 245 (501 B)
onClipEvent (enterFrame) {
_rotation = (_rotation + 1);
mx = _root._xmouse;
if (mx < _x) {
dx = _x - mx;
} else {
dx = mx - _x;
}
moveSpeedx = dx / 40;
if (mx < _x) {
_x = (_x - moveSpeedx);
}
if (mx > _x) {
_x = (_x + moveSpeedx);
}
my = _root._ymouse;
if (my < _y) {
dy = _y - my;
} else {
dy = my - _y;
}
moveSpeedy = dy / 40;
if (this._y > 75) {
if (my < _y) {
_y = (_y - moveSpeedy);
}
}
if (my > _y) {
_y = (_y + moveSpeedy);
}
}
Instance of Symbol 410 MovieClip in Frame 245 (436 B)
onClipEvent (enterFrame) {
if ((this.hitTest(_root.submarino.colision1) || (this.hitTest(_root.submarino.colision2))) || (this.hitTest(_root.submarino.colision3))) {
this.gotoAndPlay(2);
} else {
this.gotoAndPlay(1);
}
}
onClipEvent (mouseDown) {
if ((this.hitTest(_root.submarino.colision1) || (this.hitTest(_root.submarino.colision2))) || (this.hitTest(_root.submarino.colision3))) {
_root.gotoAndPlay("nivelcompleto");
}
}
Frame 253 (8 B)
stop();
Instance of Symbol 29 MovieClip in Frame 254 (185 B)
on (release) {
_root.gotoAndPlay("nivel4");
}
on (rollOver) {
this.gotoAndPlay("encima");
}
on (rollOut) {
this.gotoAndPlay("normal");
}
on (dragOut) {
this.gotoAndPlay("normal");
}
Frame 262 (8 B)
stop();
Frame 263 (41 B)
_root.nivelactual = 4;
stopAllSounds();
Instance of Symbol 381 MovieClip "durezas1" in Frame 263 (202 B)
onClipEvent (enterFrame) {
if ((this.hitTest(_root.submarino.colision1) || (this.hitTest(_root.submarino.colision2))) || (this.hitTest(_root.submarino.colision3))) {
_root.gotoAndPlay("muerte");
}
}
Instance of Symbol 382 MovieClip in Frame 263 (202 B)
onClipEvent (enterFrame) {
if ((this.hitTest(_root.submarino.colision1) || (this.hitTest(_root.submarino.colision2))) || (this.hitTest(_root.submarino.colision3))) {
_root.gotoAndPlay("muerte");
}
}
Instance of Symbol 383 MovieClip in Frame 263 (202 B)
onClipEvent (enterFrame) {
if ((this.hitTest(_root.submarino.colision1) || (this.hitTest(_root.submarino.colision2))) || (this.hitTest(_root.submarino.colision3))) {
_root.gotoAndPlay("muerte");
}
}
Instance of Symbol 384 MovieClip in Frame 263 (202 B)
onClipEvent (enterFrame) {
if ((this.hitTest(_root.submarino.colision1) || (this.hitTest(_root.submarino.colision2))) || (this.hitTest(_root.submarino.colision3))) {
_root.gotoAndPlay("muerte");
}
}
Instance of Symbol 422 MovieClip in Frame 263 (202 B)
onClipEvent (enterFrame) {
if ((this.hitTest(_root.submarino.colision1) || (this.hitTest(_root.submarino.colision2))) || (this.hitTest(_root.submarino.colision3))) {
_root.gotoAndPlay("muerte");
}
}
Instance of Symbol 439 MovieClip in Frame 263 (202 B)
onClipEvent (enterFrame) {
if ((this.hitTest(_root.submarino.colision1) || (this.hitTest(_root.submarino.colision2))) || (this.hitTest(_root.submarino.colision3))) {
_root.gotoAndPlay("muerte");
}
}
Instance of Symbol 440 MovieClip in Frame 263 (202 B)
onClipEvent (enterFrame) {
if ((this.hitTest(_root.submarino.colision1) || (this.hitTest(_root.submarino.colision2))) || (this.hitTest(_root.submarino.colision3))) {
_root.gotoAndPlay("muerte");
}
}
Instance of Symbol 441 MovieClip in Frame 263 (202 B)
onClipEvent (enterFrame) {
if ((this.hitTest(_root.submarino.colision1) || (this.hitTest(_root.submarino.colision2))) || (this.hitTest(_root.submarino.colision3))) {
_root.gotoAndPlay("muerte");
}
}
Instance of Symbol 442 MovieClip in Frame 263 (202 B)
onClipEvent (enterFrame) {
if ((this.hitTest(_root.submarino.colision1) || (this.hitTest(_root.submarino.colision2))) || (this.hitTest(_root.submarino.colision3))) {
_root.gotoAndPlay("muerte");
}
}
Instance of Symbol 443 MovieClip in Frame 263 (202 B)
onClipEvent (enterFrame) {
if ((this.hitTest(_root.submarino.colision1) || (this.hitTest(_root.submarino.colision2))) || (this.hitTest(_root.submarino.colision3))) {
_root.gotoAndPlay("muerte");
}
}
Instance of Symbol 459 MovieClip in Frame 263 (202 B)
onClipEvent (enterFrame) {
if ((this.hitTest(_root.submarino.colision1) || (this.hitTest(_root.submarino.colision2))) || (this.hitTest(_root.submarino.colision3))) {
_root.gotoAndPlay("muerte");
}
}
Instance of Symbol 460 MovieClip in Frame 263 (202 B)
onClipEvent (enterFrame) {
if ((this.hitTest(_root.submarino.colision1) || (this.hitTest(_root.submarino.colision2))) || (this.hitTest(_root.submarino.colision3))) {
_root.gotoAndPlay("muerte");
}
}
Instance of Symbol 461 MovieClip in Frame 263 (202 B)
onClipEvent (enterFrame) {
if ((this.hitTest(_root.submarino.colision1) || (this.hitTest(_root.submarino.colision2))) || (this.hitTest(_root.submarino.colision3))) {
_root.gotoAndPlay("muerte");
}
}
Instance of Symbol 462 MovieClip in Frame 263 (202 B)
onClipEvent (enterFrame) {
if ((this.hitTest(_root.submarino.colision1) || (this.hitTest(_root.submarino.colision2))) || (this.hitTest(_root.submarino.colision3))) {
_root.gotoAndPlay("muerte");
}
}
Instance of Symbol 463 MovieClip in Frame 263 (202 B)
onClipEvent (enterFrame) {
if ((this.hitTest(_root.submarino.colision1) || (this.hitTest(_root.submarino.colision2))) || (this.hitTest(_root.submarino.colision3))) {
_root.gotoAndPlay("muerte");
}
}
Instance of Symbol 391 MovieClip in Frame 263 (45 B)
on (release) {
this.gotoAndPlay("suelta");
}
Frame 271 (8 B)
stop();
Frame 272 (23 B)
_root.nivelactual = 4;
Instance of Symbol 404 MovieClip "submarino" in Frame 272 (501 B)
onClipEvent (enterFrame) {
_rotation = (_rotation + 2);
mx = _root._xmouse;
if (mx < _x) {
dx = _x - mx;
} else {
dx = mx - _x;
}
moveSpeedx = dx / 40;
if (mx < _x) {
_x = (_x - moveSpeedx);
}
if (mx > _x) {
_x = (_x + moveSpeedx);
}
my = _root._ymouse;
if (my < _y) {
dy = _y - my;
} else {
dy = my - _y;
}
moveSpeedy = dy / 40;
if (this._y > 75) {
if (my < _y) {
_y = (_y - moveSpeedy);
}
}
if (my > _y) {
_y = (_y + moveSpeedy);
}
}
Instance of Symbol 410 MovieClip in Frame 272 (436 B)
onClipEvent (enterFrame) {
if ((this.hitTest(_root.submarino.colision1) || (this.hitTest(_root.submarino.colision2))) || (this.hitTest(_root.submarino.colision3))) {
this.gotoAndPlay(2);
} else {
this.gotoAndPlay(1);
}
}
onClipEvent (mouseDown) {
if ((this.hitTest(_root.submarino.colision1) || (this.hitTest(_root.submarino.colision2))) || (this.hitTest(_root.submarino.colision3))) {
_root.gotoAndPlay("nivelcompleto");
}
}
Frame 280 (8 B)
stop();
Instance of Symbol 29 MovieClip in Frame 281 (185 B)
on (release) {
_root.gotoAndPlay("nivel5");
}
on (rollOver) {
this.gotoAndPlay("encima");
}
on (rollOut) {
this.gotoAndPlay("normal");
}
on (dragOut) {
this.gotoAndPlay("normal");
}
Frame 289 (8 B)
stop();
Frame 290 (41 B)
_root.nivelactual = 5;
stopAllSounds();
Instance of Symbol 381 MovieClip in Frame 290 (202 B)
onClipEvent (enterFrame) {
if ((this.hitTest(_root.submarino.colision1) || (this.hitTest(_root.submarino.colision2))) || (this.hitTest(_root.submarino.colision3))) {
_root.gotoAndPlay("muerte");
}
}
Instance of Symbol 382 MovieClip in Frame 290 (202 B)
onClipEvent (enterFrame) {
if ((this.hitTest(_root.submarino.colision1) || (this.hitTest(_root.submarino.colision2))) || (this.hitTest(_root.submarino.colision3))) {
_root.gotoAndPlay("muerte");
}
}
Instance of Symbol 383 MovieClip in Frame 290 (202 B)
onClipEvent (enterFrame) {
if ((this.hitTest(_root.submarino.colision1) || (this.hitTest(_root.submarino.colision2))) || (this.hitTest(_root.submarino.colision3))) {
_root.gotoAndPlay("muerte");
}
}
Instance of Symbol 384 MovieClip in Frame 290 (202 B)
onClipEvent (enterFrame) {
if ((this.hitTest(_root.submarino.colision1) || (this.hitTest(_root.submarino.colision2))) || (this.hitTest(_root.submarino.colision3))) {
_root.gotoAndPlay("muerte");
}
}
Instance of Symbol 422 MovieClip in Frame 290 (202 B)
onClipEvent (enterFrame) {
if ((this.hitTest(_root.submarino.colision1) || (this.hitTest(_root.submarino.colision2))) || (this.hitTest(_root.submarino.colision3))) {
_root.gotoAndPlay("muerte");
}
}
Instance of Symbol 439 MovieClip in Frame 290 (202 B)
onClipEvent (enterFrame) {
if ((this.hitTest(_root.submarino.colision1) || (this.hitTest(_root.submarino.colision2))) || (this.hitTest(_root.submarino.colision3))) {
_root.gotoAndPlay("muerte");
}
}
Instance of Symbol 440 MovieClip in Frame 290 (202 B)
onClipEvent (enterFrame) {
if ((this.hitTest(_root.submarino.colision1) || (this.hitTest(_root.submarino.colision2))) || (this.hitTest(_root.submarino.colision3))) {
_root.gotoAndPlay("muerte");
}
}
Instance of Symbol 441 MovieClip in Frame 290 (202 B)
onClipEvent (enterFrame) {
if ((this.hitTest(_root.submarino.colision1) || (this.hitTest(_root.submarino.colision2))) || (this.hitTest(_root.submarino.colision3))) {
_root.gotoAndPlay("muerte");
}
}
Instance of Symbol 391 MovieClip in Frame 290 (45 B)
on (release) {
this.gotoAndPlay("suelta");
}
Frame 298 (8 B)
stop();
Frame 299 (23 B)
_root.nivelactual = 5;
Instance of Symbol 404 MovieClip "submarino" in Frame 299 (503 B)
onClipEvent (enterFrame) {
_rotation = (_rotation + 2.5);
mx = _root._xmouse;
if (mx < _x) {
dx = _x - mx;
} else {
dx = mx - _x;
}
moveSpeedx = dx / 40;
if (mx < _x) {
_x = (_x - moveSpeedx);
}
if (mx > _x) {
_x = (_x + moveSpeedx);
}
my = _root._ymouse;
if (my < _y) {
dy = _y - my;
} else {
dy = my - _y;
}
moveSpeedy = dy / 40;
if (this._y > 90) {
if (my < _y) {
_y = (_y - moveSpeedy);
}
}
if (my > _y) {
_y = (_y + moveSpeedy);
}
}
Instance of Symbol 410 MovieClip in Frame 299 (436 B)
onClipEvent (enterFrame) {
if ((this.hitTest(_root.submarino.colision1) || (this.hitTest(_root.submarino.colision2))) || (this.hitTest(_root.submarino.colision3))) {
this.gotoAndPlay(2);
} else {
this.gotoAndPlay(1);
}
}
onClipEvent (mouseDown) {
if ((this.hitTest(_root.submarino.colision1) || (this.hitTest(_root.submarino.colision2))) || (this.hitTest(_root.submarino.colision3))) {
_root.gotoAndPlay("nivelcompleto");
}
}
Frame 307 (8 B)
stop();
Instance of Symbol 29 MovieClip in Frame 308 (185 B)
on (release) {
_root.gotoAndPlay("nivel6");
}
on (rollOver) {
this.gotoAndPlay("encima");
}
on (rollOut) {
this.gotoAndPlay("normal");
}
on (dragOut) {
this.gotoAndPlay("normal");
}
Frame 316 (8 B)
stop();
Frame 317 (41 B)
_root.nivelactual = 6;
stopAllSounds();
Instance of Symbol 381 MovieClip "durezas1" in Frame 317 (202 B)
onClipEvent (enterFrame) {
if ((this.hitTest(_root.submarino.colision1) || (this.hitTest(_root.submarino.colision2))) || (this.hitTest(_root.submarino.colision3))) {
_root.gotoAndPlay("muerte");
}
}
Instance of Symbol 382 MovieClip in Frame 317 (202 B)
onClipEvent (enterFrame) {
if ((this.hitTest(_root.submarino.colision1) || (this.hitTest(_root.submarino.colision2))) || (this.hitTest(_root.submarino.colision3))) {
_root.gotoAndPlay("muerte");
}
}
Instance of Symbol 383 MovieClip in Frame 317 (202 B)
onClipEvent (enterFrame) {
if ((this.hitTest(_root.submarino.colision1) || (this.hitTest(_root.submarino.colision2))) || (this.hitTest(_root.submarino.colision3))) {
_root.gotoAndPlay("muerte");
}
}
Instance of Symbol 384 MovieClip in Frame 317 (202 B)
onClipEvent (enterFrame) {
if ((this.hitTest(_root.submarino.colision1) || (this.hitTest(_root.submarino.colision2))) || (this.hitTest(_root.submarino.colision3))) {
_root.gotoAndPlay("muerte");
}
}
Instance of Symbol 422 MovieClip in Frame 317 (202 B)
onClipEvent (enterFrame) {
if ((this.hitTest(_root.submarino.colision1) || (this.hitTest(_root.submarino.colision2))) || (this.hitTest(_root.submarino.colision3))) {
_root.gotoAndPlay("muerte");
}
}
Instance of Symbol 439 MovieClip in Frame 317 (202 B)
onClipEvent (enterFrame) {
if ((this.hitTest(_root.submarino.colision1) || (this.hitTest(_root.submarino.colision2))) || (this.hitTest(_root.submarino.colision3))) {
_root.gotoAndPlay("muerte");
}
}
Instance of Symbol 440 MovieClip in Frame 317 (202 B)
onClipEvent (enterFrame) {
if ((this.hitTest(_root.submarino.colision1) || (this.hitTest(_root.submarino.colision2))) || (this.hitTest(_root.submarino.colision3))) {
_root.gotoAndPlay("muerte");
}
}
Instance of Symbol 441 MovieClip in Frame 317 (202 B)
onClipEvent (enterFrame) {
if ((this.hitTest(_root.submarino.colision1) || (this.hitTest(_root.submarino.colision2))) || (this.hitTest(_root.submarino.colision3))) {
_root.gotoAndPlay("muerte");
}
}
Instance of Symbol 442 MovieClip in Frame 317 (202 B)
onClipEvent (enterFrame) {
if ((this.hitTest(_root.submarino.colision1) || (this.hitTest(_root.submarino.colision2))) || (this.hitTest(_root.submarino.colision3))) {
_root.gotoAndPlay("muerte");
}
}
Instance of Symbol 443 MovieClip in Frame 317 (202 B)
onClipEvent (enterFrame) {
if ((this.hitTest(_root.submarino.colision1) || (this.hitTest(_root.submarino.colision2))) || (this.hitTest(_root.submarino.colision3))) {
_root.gotoAndPlay("muerte");
}
}
Instance of Symbol 440 MovieClip in Frame 317 (202 B)
onClipEvent (enterFrame) {
if ((this.hitTest(_root.submarino.colision1) || (this.hitTest(_root.submarino.colision2))) || (this.hitTest(_root.submarino.colision3))) {
_root.gotoAndPlay("muerte");
}
}
Instance of Symbol 440 MovieClip in Frame 317 (202 B)
onClipEvent (enterFrame) {
if ((this.hitTest(_root.submarino.colision1) || (this.hitTest(_root.submarino.colision2))) || (this.hitTest(_root.submarino.colision3))) {
_root.gotoAndPlay("muerte");
}
}
Instance of Symbol 391 MovieClip in Frame 317 (45 B)
on (release) {
this.gotoAndPlay("suelta");
}
Frame 325 (8 B)
stop();
Frame 326 (23 B)
_root.nivelactual = 6;
Instance of Symbol 404 MovieClip "submarino" in Frame 326 (503 B)
onClipEvent (enterFrame) {
_rotation = (_rotation + 1.2);
mx = _root._xmouse;
if (mx < _x) {
dx = _x - mx;
} else {
dx = mx - _x;
}
moveSpeedx = dx / 40;
if (mx < _x) {
_x = (_x - moveSpeedx);
}
if (mx > _x) {
_x = (_x + moveSpeedx);
}
my = _root._ymouse;
if (my < _y) {
dy = _y - my;
} else {
dy = my - _y;
}
moveSpeedy = dy / 40;
if (this._y > 75) {
if (my < _y) {
_y = (_y - moveSpeedy);
}
}
if (my > _y) {
_y = (_y + moveSpeedy);
}
}
Instance of Symbol 410 MovieClip in Frame 326 (436 B)
onClipEvent (enterFrame) {
if ((this.hitTest(_root.submarino.colision1) || (this.hitTest(_root.submarino.colision2))) || (this.hitTest(_root.submarino.colision3))) {
this.gotoAndPlay(2);
} else {
this.gotoAndPlay(1);
}
}
onClipEvent (mouseDown) {
if ((this.hitTest(_root.submarino.colision1) || (this.hitTest(_root.submarino.colision2))) || (this.hitTest(_root.submarino.colision3))) {
_root.gotoAndPlay("nivelcompleto");
}
}
Frame 334 (8 B)
stop();
Instance of Symbol 29 MovieClip in Frame 335 (185 B)
on (release) {
_root.gotoAndPlay("nivel7");
}
on (rollOver) {
this.gotoAndPlay("encima");
}
on (rollOut) {
this.gotoAndPlay("normal");
}
on (dragOut) {
this.gotoAndPlay("normal");
}
Frame 343 (8 B)
stop();
Frame 344 (41 B)
_root.nivelactual = 7;
stopAllSounds();
Instance of Symbol 381 MovieClip "durezas1" in Frame 344 (202 B)
onClipEvent (enterFrame) {
if ((this.hitTest(_root.submarino.colision1) || (this.hitTest(_root.submarino.colision2))) || (this.hitTest(_root.submarino.colision3))) {
_root.gotoAndPlay("muerte");
}
}
Instance of Symbol 382 MovieClip in Frame 344 (202 B)
onClipEvent (enterFrame) {
if ((this.hitTest(_root.submarino.colision1) || (this.hitTest(_root.submarino.colision2))) || (this.hitTest(_root.submarino.colision3))) {
_root.gotoAndPlay("muerte");
}
}
Instance of Symbol 383 MovieClip in Frame 344 (202 B)
onClipEvent (enterFrame) {
if ((this.hitTest(_root.submarino.colision1) || (this.hitTest(_root.submarino.colision2))) || (this.hitTest(_root.submarino.colision3))) {
_root.gotoAndPlay("muerte");
}
}
Instance of Symbol 384 MovieClip in Frame 344 (202 B)
onClipEvent (enterFrame) {
if ((this.hitTest(_root.submarino.colision1) || (this.hitTest(_root.submarino.colision2))) || (this.hitTest(_root.submarino.colision3))) {
_root.gotoAndPlay("muerte");
}
}
Instance of Symbol 422 MovieClip in Frame 344 (202 B)
onClipEvent (enterFrame) {
if ((this.hitTest(_root.submarino.colision1) || (this.hitTest(_root.submarino.colision2))) || (this.hitTest(_root.submarino.colision3))) {
_root.gotoAndPlay("muerte");
}
}
Instance of Symbol 439 MovieClip in Frame 344 (202 B)
onClipEvent (enterFrame) {
if ((this.hitTest(_root.submarino.colision1) || (this.hitTest(_root.submarino.colision2))) || (this.hitTest(_root.submarino.colision3))) {
_root.gotoAndPlay("muerte");
}
}
Instance of Symbol 440 MovieClip in Frame 344 (202 B)
onClipEvent (enterFrame) {
if ((this.hitTest(_root.submarino.colision1) || (this.hitTest(_root.submarino.colision2))) || (this.hitTest(_root.submarino.colision3))) {
_root.gotoAndPlay("muerte");
}
}
Instance of Symbol 441 MovieClip in Frame 344 (202 B)
onClipEvent (enterFrame) {
if ((this.hitTest(_root.submarino.colision1) || (this.hitTest(_root.submarino.colision2))) || (this.hitTest(_root.submarino.colision3))) {
_root.gotoAndPlay("muerte");
}
}
Instance of Symbol 442 MovieClip in Frame 344 (202 B)
onClipEvent (enterFrame) {
if ((this.hitTest(_root.submarino.colision1) || (this.hitTest(_root.submarino.colision2))) || (this.hitTest(_root.submarino.colision3))) {
_root.gotoAndPlay("muerte");
}
}
Instance of Symbol 443 MovieClip in Frame 344 (202 B)
onClipEvent (enterFrame) {
if ((this.hitTest(_root.submarino.colision1) || (this.hitTest(_root.submarino.colision2))) || (this.hitTest(_root.submarino.colision3))) {
_root.gotoAndPlay("muerte");
}
}
Instance of Symbol 439 MovieClip in Frame 344 (202 B)
onClipEvent (enterFrame) {
if ((this.hitTest(_root.submarino.colision1) || (this.hitTest(_root.submarino.colision2))) || (this.hitTest(_root.submarino.colision3))) {
_root.gotoAndPlay("muerte");
}
}
Instance of Symbol 439 MovieClip in Frame 344 (202 B)
onClipEvent (enterFrame) {
if ((this.hitTest(_root.submarino.colision1) || (this.hitTest(_root.submarino.colision2))) || (this.hitTest(_root.submarino.colision3))) {
_root.gotoAndPlay("muerte");
}
}
Instance of Symbol 439 MovieClip in Frame 344 (202 B)
onClipEvent (enterFrame) {
if ((this.hitTest(_root.submarino.colision1) || (this.hitTest(_root.submarino.colision2))) || (this.hitTest(_root.submarino.colision3))) {
_root.gotoAndPlay("muerte");
}
}
Instance of Symbol 381 MovieClip "durezas1" in Frame 344 (202 B)
onClipEvent (enterFrame) {
if ((this.hitTest(_root.submarino.colision1) || (this.hitTest(_root.submarino.colision2))) || (this.hitTest(_root.submarino.colision3))) {
_root.gotoAndPlay("muerte");
}
}
Instance of Symbol 439 MovieClip in Frame 344 (202 B)
onClipEvent (enterFrame) {
if ((this.hitTest(_root.submarino.colision1) || (this.hitTest(_root.submarino.colision2))) || (this.hitTest(_root.submarino.colision3))) {
_root.gotoAndPlay("muerte");
}
}
Instance of Symbol 439 MovieClip in Frame 344 (202 B)
onClipEvent (enterFrame) {
if ((this.hitTest(_root.submarino.colision1) || (this.hitTest(_root.submarino.colision2))) || (this.hitTest(_root.submarino.colision3))) {
_root.gotoAndPlay("muerte");
}
}
Instance of Symbol 439 MovieClip in Frame 344 (202 B)
onClipEvent (enterFrame) {
if ((this.hitTest(_root.submarino.colision1) || (this.hitTest(_root.submarino.colision2))) || (this.hitTest(_root.submarino.colision3))) {
_root.gotoAndPlay("muerte");
}
}
Instance of Symbol 439 MovieClip in Frame 344 (202 B)
onClipEvent (enterFrame) {
if ((this.hitTest(_root.submarino.colision1) || (this.hitTest(_root.submarino.colision2))) || (this.hitTest(_root.submarino.colision3))) {
_root.gotoAndPlay("muerte");
}
}
Instance of Symbol 439 MovieClip in Frame 344 (202 B)
onClipEvent (enterFrame) {
if ((this.hitTest(_root.submarino.colision1) || (this.hitTest(_root.submarino.colision2))) || (this.hitTest(_root.submarino.colision3))) {
_root.gotoAndPlay("muerte");
}
}
Instance of Symbol 439 MovieClip in Frame 344 (202 B)
onClipEvent (enterFrame) {
if ((this.hitTest(_root.submarino.colision1) || (this.hitTest(_root.submarino.colision2))) || (this.hitTest(_root.submarino.colision3))) {
_root.gotoAndPlay("muerte");
}
}
Instance of Symbol 439 MovieClip in Frame 344 (202 B)
onClipEvent (enterFrame) {
if ((this.hitTest(_root.submarino.colision1) || (this.hitTest(_root.submarino.colision2))) || (this.hitTest(_root.submarino.colision3))) {
_root.gotoAndPlay("muerte");
}
}
Instance of Symbol 439 MovieClip in Frame 344 (202 B)
onClipEvent (enterFrame) {
if ((this.hitTest(_root.submarino.colision1) || (this.hitTest(_root.submarino.colision2))) || (this.hitTest(_root.submarino.colision3))) {
_root.gotoAndPlay("muerte");
}
}
Instance of Symbol 439 MovieClip in Frame 344 (202 B)
onClipEvent (enterFrame) {
if ((this.hitTest(_root.submarino.colision1) || (this.hitTest(_root.submarino.colision2))) || (this.hitTest(_root.submarino.colision3))) {
_root.gotoAndPlay("muerte");
}
}
Instance of Symbol 439 MovieClip in Frame 344 (202 B)
onClipEvent (enterFrame) {
if ((this.hitTest(_root.submarino.colision1) || (this.hitTest(_root.submarino.colision2))) || (this.hitTest(_root.submarino.colision3))) {
_root.gotoAndPlay("muerte");
}
}
Instance of Symbol 439 MovieClip in Frame 344 (202 B)
onClipEvent (enterFrame) {
if ((this.hitTest(_root.submarino.colision1) || (this.hitTest(_root.submarino.colision2))) || (this.hitTest(_root.submarino.colision3))) {
_root.gotoAndPlay("muerte");
}
}
Instance of Symbol 439 MovieClip in Frame 344 (202 B)
onClipEvent (enterFrame) {
if ((this.hitTest(_root.submarino.colision1) || (this.hitTest(_root.submarino.colision2))) || (this.hitTest(_root.submarino.colision3))) {
_root.gotoAndPlay("muerte");
}
}
Instance of Symbol 391 MovieClip in Frame 344 (45 B)
on (release) {
this.gotoAndPlay("suelta");
}
Frame 352 (8 B)
stop();
Frame 353 (23 B)
_root.nivelactual = 7;
Instance of Symbol 404 MovieClip "submarino" in Frame 353 (503 B)
onClipEvent (enterFrame) {
_rotation = (_rotation - 0.8);
mx = _root._xmouse;
if (mx < _x) {
dx = _x - mx;
} else {
dx = mx - _x;
}
moveSpeedx = dx / 40;
if (mx < _x) {
_x = (_x - moveSpeedx);
}
if (mx > _x) {
_x = (_x + moveSpeedx);
}
my = _root._ymouse;
if (my < _y) {
dy = _y - my;
} else {
dy = my - _y;
}
moveSpeedy = dy / 40;
if (this._y > 75) {
if (my < _y) {
_y = (_y - moveSpeedy);
}
}
if (my > _y) {
_y = (_y + moveSpeedy);
}
}
Instance of Symbol 410 MovieClip in Frame 353 (436 B)
onClipEvent (enterFrame) {
if ((this.hitTest(_root.submarino.colision1) || (this.hitTest(_root.submarino.colision2))) || (this.hitTest(_root.submarino.colision3))) {
this.gotoAndPlay(2);
} else {
this.gotoAndPlay(1);
}
}
onClipEvent (mouseDown) {
if ((this.hitTest(_root.submarino.colision1) || (this.hitTest(_root.submarino.colision2))) || (this.hitTest(_root.submarino.colision3))) {
_root.gotoAndPlay("nivelcompleto");
}
}
Frame 361 (8 B)
stop();
Instance of Symbol 29 MovieClip in Frame 362 (185 B)
on (release) {
_root.gotoAndPlay("nivel8");
}
on (rollOver) {
this.gotoAndPlay("encima");
}
on (rollOut) {
this.gotoAndPlay("normal");
}
on (dragOut) {
this.gotoAndPlay("normal");
}
Frame 370 (8 B)
stop();
Frame 371 (41 B)
_root.nivelactual = 8;
stopAllSounds();
Instance of Symbol 381 MovieClip "durezas1" in Frame 371 (202 B)
onClipEvent (enterFrame) {
if ((this.hitTest(_root.submarino.colision1) || (this.hitTest(_root.submarino.colision2))) || (this.hitTest(_root.submarino.colision3))) {
_root.gotoAndPlay("muerte");
}
}
Instance of Symbol 382 MovieClip in Frame 371 (202 B)
onClipEvent (enterFrame) {
if ((this.hitTest(_root.submarino.colision1) || (this.hitTest(_root.submarino.colision2))) || (this.hitTest(_root.submarino.colision3))) {
_root.gotoAndPlay("muerte");
}
}
Instance of Symbol 383 MovieClip in Frame 371 (202 B)
onClipEvent (enterFrame) {
if ((this.hitTest(_root.submarino.colision1) || (this.hitTest(_root.submarino.colision2))) || (this.hitTest(_root.submarino.colision3))) {
_root.gotoAndPlay("muerte");
}
}
Instance of Symbol 384 MovieClip in Frame 371 (202 B)
onClipEvent (enterFrame) {
if ((this.hitTest(_root.submarino.colision1) || (this.hitTest(_root.submarino.colision2))) || (this.hitTest(_root.submarino.colision3))) {
_root.gotoAndPlay("muerte");
}
}
Instance of Symbol 422 MovieClip in Frame 371 (202 B)
onClipEvent (enterFrame) {
if ((this.hitTest(_root.submarino.colision1) || (this.hitTest(_root.submarino.colision2))) || (this.hitTest(_root.submarino.colision3))) {
_root.gotoAndPlay("muerte");
}
}
Instance of Symbol 439 MovieClip in Frame 371 (202 B)
onClipEvent (enterFrame) {
if ((this.hitTest(_root.submarino.colision1) || (this.hitTest(_root.submarino.colision2))) || (this.hitTest(_root.submarino.colision3))) {
_root.gotoAndPlay("muerte");
}
}
Instance of Symbol 440 MovieClip in Frame 371 (202 B)
onClipEvent (enterFrame) {
if ((this.hitTest(_root.submarino.colision1) || (this.hitTest(_root.submarino.colision2))) || (this.hitTest(_root.submarino.colision3))) {
_root.gotoAndPlay("muerte");
}
}
Instance of Symbol 441 MovieClip in Frame 371 (202 B)
onClipEvent (enterFrame) {
if ((this.hitTest(_root.submarino.colision1) || (this.hitTest(_root.submarino.colision2))) || (this.hitTest(_root.submarino.colision3))) {
_root.gotoAndPlay("muerte");
}
}
Instance of Symbol 442 MovieClip in Frame 371 (202 B)
onClipEvent (enterFrame) {
if ((this.hitTest(_root.submarino.colision1) || (this.hitTest(_root.submarino.colision2))) || (this.hitTest(_root.submarino.colision3))) {
_root.gotoAndPlay("muerte");
}
}
Instance of Symbol 443 MovieClip in Frame 371 (202 B)
onClipEvent (enterFrame) {
if ((this.hitTest(_root.submarino.colision1) || (this.hitTest(_root.submarino.colision2))) || (this.hitTest(_root.submarino.colision3))) {
_root.gotoAndPlay("muerte");
}
}
Instance of Symbol 459 MovieClip in Frame 371 (202 B)
onClipEvent (enterFrame) {
if ((this.hitTest(_root.submarino.colision1) || (this.hitTest(_root.submarino.colision2))) || (this.hitTest(_root.submarino.colision3))) {
_root.gotoAndPlay("muerte");
}
}
Instance of Symbol 460 MovieClip in Frame 371 (202 B)
onClipEvent (enterFrame) {
if ((this.hitTest(_root.submarino.colision1) || (this.hitTest(_root.submarino.colision2))) || (this.hitTest(_root.submarino.colision3))) {
_root.gotoAndPlay("muerte");
}
}
Instance of Symbol 461 MovieClip in Frame 371 (202 B)
onClipEvent (enterFrame) {
if ((this.hitTest(_root.submarino.colision1) || (this.hitTest(_root.submarino.colision2))) || (this.hitTest(_root.submarino.colision3))) {
_root.gotoAndPlay("muerte");
}
}
Instance of Symbol 462 MovieClip in Frame 371 (202 B)
onClipEvent (enterFrame) {
if ((this.hitTest(_root.submarino.colision1) || (this.hitTest(_root.submarino.colision2))) || (this.hitTest(_root.submarino.colision3))) {
_root.gotoAndPlay("muerte");
}
}
Instance of Symbol 463 MovieClip in Frame 371 (202 B)
onClipEvent (enterFrame) {
if ((this.hitTest(_root.submarino.colision1) || (this.hitTest(_root.submarino.colision2))) || (this.hitTest(_root.submarino.colision3))) {
_root.gotoAndPlay("muerte");
}
}
Instance of Symbol 463 MovieClip in Frame 371 (202 B)
onClipEvent (enterFrame) {
if ((this.hitTest(_root.submarino.colision1) || (this.hitTest(_root.submarino.colision2))) || (this.hitTest(_root.submarino.colision3))) {
_root.gotoAndPlay("muerte");
}
}
Instance of Symbol 463 MovieClip in Frame 371 (202 B)
onClipEvent (enterFrame) {
if ((this.hitTest(_root.submarino.colision1) || (this.hitTest(_root.submarino.colision2))) || (this.hitTest(_root.submarino.colision3))) {
_root.gotoAndPlay("muerte");
}
}
Instance of Symbol 463 MovieClip in Frame 371 (202 B)
onClipEvent (enterFrame) {
if ((this.hitTest(_root.submarino.colision1) || (this.hitTest(_root.submarino.colision2))) || (this.hitTest(_root.submarino.colision3))) {
_root.gotoAndPlay("muerte");
}
}
Instance of Symbol 463 MovieClip in Frame 371 (202 B)
onClipEvent (enterFrame) {
if ((this.hitTest(_root.submarino.colision1) || (this.hitTest(_root.submarino.colision2))) || (this.hitTest(_root.submarino.colision3))) {
_root.gotoAndPlay("muerte");
}
}
Instance of Symbol 463 MovieClip in Frame 371 (202 B)
onClipEvent (enterFrame) {
if ((this.hitTest(_root.submarino.colision1) || (this.hitTest(_root.submarino.colision2))) || (this.hitTest(_root.submarino.colision3))) {
_root.gotoAndPlay("muerte");
}
}
Instance of Symbol 440 MovieClip in Frame 371 (202 B)
onClipEvent (enterFrame) {
if ((this.hitTest(_root.submarino.colision1) || (this.hitTest(_root.submarino.colision2))) || (this.hitTest(_root.submarino.colision3))) {
_root.gotoAndPlay("muerte");
}
}
Instance of Symbol 440 MovieClip in Frame 371 (202 B)
onClipEvent (enterFrame) {
if ((this.hitTest(_root.submarino.colision1) || (this.hitTest(_root.submarino.colision2))) || (this.hitTest(_root.submarino.colision3))) {
_root.gotoAndPlay("muerte");
}
}
Instance of Symbol 460 MovieClip in Frame 371 (202 B)
onClipEvent (enterFrame) {
if ((this.hitTest(_root.submarino.colision1) || (this.hitTest(_root.submarino.colision2))) || (this.hitTest(_root.submarino.colision3))) {
_root.gotoAndPlay("muerte");
}
}
Instance of Symbol 463 MovieClip in Frame 371 (202 B)
onClipEvent (enterFrame) {
if ((this.hitTest(_root.submarino.colision1) || (this.hitTest(_root.submarino.colision2))) || (this.hitTest(_root.submarino.colision3))) {
_root.gotoAndPlay("muerte");
}
}
Instance of Symbol 463 MovieClip in Frame 371 (202 B)
onClipEvent (enterFrame) {
if ((this.hitTest(_root.submarino.colision1) || (this.hitTest(_root.submarino.colision2))) || (this.hitTest(_root.submarino.colision3))) {
_root.gotoAndPlay("muerte");
}
}
Instance of Symbol 463 MovieClip in Frame 371 (202 B)
onClipEvent (enterFrame) {
if ((this.hitTest(_root.submarino.colision1) || (this.hitTest(_root.submarino.colision2))) || (this.hitTest(_root.submarino.colision3))) {
_root.gotoAndPlay("muerte");
}
}
Instance of Symbol 463 MovieClip in Frame 371 (202 B)
onClipEvent (enterFrame) {
if ((this.hitTest(_root.submarino.colision1) || (this.hitTest(_root.submarino.colision2))) || (this.hitTest(_root.submarino.colision3))) {
_root.gotoAndPlay("muerte");
}
}
Instance of Symbol 460 MovieClip in Frame 371 (202 B)
onClipEvent (enterFrame) {
if ((this.hitTest(_root.submarino.colision1) || (this.hitTest(_root.submarino.colision2))) || (this.hitTest(_root.submarino.colision3))) {
_root.gotoAndPlay("muerte");
}
}
Instance of Symbol 440 MovieClip in Frame 371 (202 B)
onClipEvent (enterFrame) {
if ((this.hitTest(_root.submarino.colision1) || (this.hitTest(_root.submarino.colision2))) || (this.hitTest(_root.submarino.colision3))) {
_root.gotoAndPlay("muerte");
}
}
Instance of Symbol 462 MovieClip in Frame 371 (202 B)
onClipEvent (enterFrame) {
if ((this.hitTest(_root.submarino.colision1) || (this.hitTest(_root.submarino.colision2))) || (this.hitTest(_root.submarino.colision3))) {
_root.gotoAndPlay("muerte");
}
}
Instance of Symbol 440 MovieClip in Frame 371 (202 B)
onClipEvent (enterFrame) {
if ((this.hitTest(_root.submarino.colision1) || (this.hitTest(_root.submarino.colision2))) || (this.hitTest(_root.submarino.colision3))) {
_root.gotoAndPlay("muerte");
}
}
Instance of Symbol 463 MovieClip in Frame 371 (202 B)
onClipEvent (enterFrame) {
if ((this.hitTest(_root.submarino.colision1) || (this.hitTest(_root.submarino.colision2))) || (this.hitTest(_root.submarino.colision3))) {
_root.gotoAndPlay("muerte");
}
}
Instance of Symbol 391 MovieClip in Frame 371 (45 B)
on (release) {
this.gotoAndPlay("suelta");
}
Frame 379 (8 B)
stop();
Frame 380 (23 B)
_root.nivelactual = 8;
Instance of Symbol 404 MovieClip "submarino" in Frame 380 (501 B)
onClipEvent (enterFrame) {
_rotation = (_rotation - 1);
mx = _root._xmouse;
if (mx < _x) {
dx = _x - mx;
} else {
dx = mx - _x;
}
moveSpeedx = dx / 40;
if (mx < _x) {
_x = (_x - moveSpeedx);
}
if (mx > _x) {
_x = (_x + moveSpeedx);
}
my = _root._ymouse;
if (my < _y) {
dy = _y - my;
} else {
dy = my - _y;
}
moveSpeedy = dy / 40;
if (this._y > 75) {
if (my < _y) {
_y = (_y - moveSpeedy);
}
}
if (my > _y) {
_y = (_y + moveSpeedy);
}
}
Instance of Symbol 410 MovieClip in Frame 380 (436 B)
onClipEvent (enterFrame) {
if ((this.hitTest(_root.submarino.colision1) || (this.hitTest(_root.submarino.colision2))) || (this.hitTest(_root.submarino.colision3))) {
this.gotoAndPlay(2);
} else {
this.gotoAndPlay(1);
}
}
onClipEvent (mouseDown) {
if ((this.hitTest(_root.submarino.colision1) || (this.hitTest(_root.submarino.colision2))) || (this.hitTest(_root.submarino.colision3))) {
_root.gotoAndPlay("nivelcompleto");
}
}
Frame 388 (8 B)
stop();
Instance of Symbol 29 MovieClip in Frame 389 (183 B)
on (release) {
_root.gotoAndPlay("menu");
}
on (rollOver) {
this.gotoAndPlay("encima");
}
on (rollOut) {
this.gotoAndPlay("normal");
}
on (dragOut) {
this.gotoAndPlay("normal");
}
Instance of Symbol 29 MovieClip in Frame 389 (204 B)
on (release) {
getURL ("http://www.armorgames.com", "_blank");
}
on (rollOver) {
this.gotoAndPlay("encima");
}
on (rollOut) {
this.gotoAndPlay("normal");
}
on (dragOut) {
this.gotoAndPlay("normal");
}
Frame 397 (8 B)
stop();
Symbol 29 MovieClip Frame 1 (8 B)
stop();
Symbol 29 MovieClip Frame 7 (8 B)
stop();
Symbol 61 MovieClip Frame 126 (48 B)
_root.gotoAndPlay("presentacion_devilishfree");
Symbol 169 MovieClip Frame 1 (8 B)
stop();
Symbol 169 MovieClip Frame 2 (8 B)
stop();
Symbol 169 MovieClip Frame 3 (8 B)
stop();
Symbol 169 MovieClip Frame 4 (8 B)
stop();
Symbol 169 MovieClip Frame 5 (8 B)
stop();
Symbol 183 MovieClip Frame 1 (8 B)
stop();
Symbol 189 MovieClip Frame 1 (8 B)
stop();
Symbol 189 MovieClip Frame 2 (8 B)
stop();
Symbol 189 MovieClip Frame 3 (8 B)
stop();
Symbol 189 MovieClip Frame 4 (8 B)
stop();
Symbol 189 MovieClip Frame 5 (8 B)
stop();
Symbol 224 MovieClip Frame 1657 (27 B)
_root.gotoAndPlay("menu");
Symbol 229 MovieClip Frame 90 (8 B)
stop();
Symbol 282 MovieClip Frame 1 (8 B)
stop();
Symbol 282 MovieClip Frame 7 (8 B)
stop();
Symbol 328 MovieClip Frame 1 (17 B)
stopAllSounds();
Symbol 328 MovieClip Frame 120 (519 B)
if (_root.nivelactual == 1) {
_root.gotoAndPlay("nivel1");
}
if (_root.nivelactual == 2) {
_root.gotoAndPlay("nivel2");
}
if (_root.nivelactual == 3) {
_root.gotoAndPlay("nivel3");
}
if (_root.nivelactual == 4) {
_root.gotoAndPlay("nivel4");
}
if (_root.nivelactual == 5) {
_root.gotoAndPlay("nivel5");
}
if (_root.nivelactual == 6) {
_root.gotoAndPlay("nivel6");
}
if (_root.nivelactual == 7) {
_root.gotoAndPlay("nivel7");
}
if (_root.nivelactual == 8) {
_root.gotoAndPlay("nivel8");
}
Symbol 349 MovieClip Frame 1 (17 B)
stopAllSounds();
Symbol 349 MovieClip Frame 180 (511 B)
if (_root.nivelactual == 1) {
_root.gotoAndPlay("mapa2");
}
if (_root.nivelactual == 2) {
_root.gotoAndPlay("mapa3");
}
if (_root.nivelactual == 3) {
_root.gotoAndPlay("mapa4");
}
if (_root.nivelactual == 4) {
_root.gotoAndPlay("mapa5");
}
if (_root.nivelactual == 5) {
_root.gotoAndPlay("mapa6");
}
if (_root.nivelactual == 6) {
_root.gotoAndPlay("mapa7");
}
if (_root.nivelactual == 7) {
_root.gotoAndPlay("mapa8");
}
if (_root.nivelactual == 8) {
_root.gotoAndPlay("final");
}
Symbol 391 MovieClip Frame 60 (34 B)
gotoAndPlay ("submarino_normal");
Symbol 391 MovieClip Frame 75 (559 B)
if (_root.nivelactual == 1) {
_root.gotoAndPlay("nivel1juega");
}
if (_root.nivelactual == 2) {
_root.gotoAndPlay("nivel2juega");
}
if (_root.nivelactual == 3) {
_root.gotoAndPlay("nivel3juega");
}
if (_root.nivelactual == 4) {
_root.gotoAndPlay("nivel4juega");
}
if (_root.nivelactual == 5) {
_root.gotoAndPlay("nivel5juega");
}
if (_root.nivelactual == 6) {
_root.gotoAndPlay("nivel6juega");
}
if (_root.nivelactual == 7) {
_root.gotoAndPlay("nivel7juega");
}
if (_root.nivelactual == 8) {
_root.gotoAndPlay("nivel8juega");
}
Symbol 410 MovieClip Frame 1 (8 B)
stop();
Symbol 410 MovieClip Frame 31 (38 B)
this.gotoAndPlay("animacion_flecha");
Instance of Symbol 460 MovieClip in Symbol 471 MovieClip Frame 1 (202 B)
onClipEvent (enterFrame) {
if ((this.hitTest(_root.submarino.colision1) || (this.hitTest(_root.submarino.colision2))) || (this.hitTest(_root.submarino.colision3))) {
_root.gotoAndPlay("muerte");
}
}
Instance of Symbol 461 MovieClip in Symbol 471 MovieClip Frame 1 (202 B)
onClipEvent (enterFrame) {
if ((this.hitTest(_root.submarino.colision1) || (this.hitTest(_root.submarino.colision2))) || (this.hitTest(_root.submarino.colision3))) {
_root.gotoAndPlay("muerte");
}
}
Instance of Symbol 462 MovieClip in Symbol 471 MovieClip Frame 1 (202 B)
onClipEvent (enterFrame) {
if ((this.hitTest(_root.submarino.colision1) || (this.hitTest(_root.submarino.colision2))) || (this.hitTest(_root.submarino.colision3))) {
_root.gotoAndPlay("muerte");
}
}
Instance of Symbol 463 MovieClip in Symbol 471 MovieClip Frame 1 (202 B)
onClipEvent (enterFrame) {
if ((this.hitTest(_root.submarino.colision1) || (this.hitTest(_root.submarino.colision2))) || (this.hitTest(_root.submarino.colision3))) {
_root.gotoAndPlay("muerte");
}
}
Symbol 497 MovieClip Frame 80 (8 B)
stop();
Symbol 501 MovieClip Frame 100 (8 B)
stop();