Frame 1
_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
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
gotoAndPlay (1);
Frame 3
stop();
Instance of Symbol 61 MovieClip in Frame 3
onClipEvent (enterFrame) {
this.onPress = function () {
getURL ("http://www.armorgames.com", "_blank");
};
}
Frame 4
Instance of Symbol 29 MovieClip in Frame 138
on (release) {
_root.gotoAndPlay("menu");
}
on (rollOver) {
this.gotoAndPlay("encima");
}
on (rollOut) {
this.gotoAndPlay("normal");
}
on (dragOut) {
this.gotoAndPlay("normal");
}
Frame 145
stop();
Instance of Symbol 29 MovieClip in Frame 146
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
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
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
on (rollOver) {
this.gotoAndPlay("encima");
}
on (rollOut) {
this.gotoAndPlay("normal");
}
on (dragOut) {
this.gotoAndPlay("normal");
}
Frame 154
stop();
Instance of Symbol 29 MovieClip in Frame 155
on (release) {
_root.gotoAndPlay("nivel1");
}
on (rollOver) {
this.gotoAndPlay("encima");
}
on (rollOut) {
this.gotoAndPlay("normal");
}
on (dragOut) {
this.gotoAndPlay("normal");
}
Frame 163
stop();
Frame 172
stop();
Frame 181
stop();
Frame 182
_root.nivelactual = 1;
stopAllSounds();
Instance of Symbol 381 MovieClip "durezas1" in Frame 182
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
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
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
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
on (release) {
this.gotoAndPlay("suelta");
}
Frame 190
stop();
Frame 191
_root.nivelactual = 1;
Instance of Symbol 404 MovieClip "submarino" in Frame 191
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
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
stop();
Instance of Symbol 29 MovieClip in Frame 200
on (release) {
_root.gotoAndPlay("nivel2");
}
on (rollOver) {
this.gotoAndPlay("encima");
}
on (rollOut) {
this.gotoAndPlay("normal");
}
on (dragOut) {
this.gotoAndPlay("normal");
}
Frame 208
stop();
Frame 209
_root.nivelactual = 2;
stopAllSounds();
Instance of Symbol 381 MovieClip "durezas1" in Frame 209
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
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
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
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
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
on (release) {
this.gotoAndPlay("suelta");
}
Frame 217
stop();
Frame 218
_root.nivelactual = 2;
Instance of Symbol 404 MovieClip "submarino" in Frame 218
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
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
stop();
Instance of Symbol 29 MovieClip in Frame 227
on (release) {
_root.gotoAndPlay("nivel3");
}
on (rollOver) {
this.gotoAndPlay("encima");
}
on (rollOut) {
this.gotoAndPlay("normal");
}
on (dragOut) {
this.gotoAndPlay("normal");
}
Frame 235
stop();
Frame 236
_root.nivelactual = 3;
stopAllSounds();
Instance of Symbol 381 MovieClip "durezas1" in Frame 236
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
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
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
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
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
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
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
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
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
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
on (release) {
this.gotoAndPlay("suelta");
}
Frame 244
stop();
Frame 245
_root.nivelactual = 3;
Instance of Symbol 404 MovieClip "submarino" in Frame 245
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
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
stop();
Instance of Symbol 29 MovieClip in Frame 254
on (release) {
_root.gotoAndPlay("nivel4");
}
on (rollOver) {
this.gotoAndPlay("encima");
}
on (rollOut) {
this.gotoAndPlay("normal");
}
on (dragOut) {
this.gotoAndPlay("normal");
}
Frame 262
stop();
Frame 263
_root.nivelactual = 4;
stopAllSounds();
Instance of Symbol 381 MovieClip "durezas1" in Frame 263
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
on (release) {
this.gotoAndPlay("suelta");
}
Frame 271
stop();
Frame 272
_root.nivelactual = 4;
Instance of Symbol 404 MovieClip "submarino" in Frame 272
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
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
stop();
Instance of Symbol 29 MovieClip in Frame 281
on (release) {
_root.gotoAndPlay("nivel5");
}
on (rollOver) {
this.gotoAndPlay("encima");
}
on (rollOut) {
this.gotoAndPlay("normal");
}
on (dragOut) {
this.gotoAndPlay("normal");
}
Frame 289
stop();
Frame 290
_root.nivelactual = 5;
stopAllSounds();
Instance of Symbol 381 MovieClip in Frame 290
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
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
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
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
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
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
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
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
on (release) {
this.gotoAndPlay("suelta");
}
Frame 298
stop();
Frame 299
_root.nivelactual = 5;
Instance of Symbol 404 MovieClip "submarino" in Frame 299
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
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
stop();
Instance of Symbol 29 MovieClip in Frame 308
on (release) {
_root.gotoAndPlay("nivel6");
}
on (rollOver) {
this.gotoAndPlay("encima");
}
on (rollOut) {
this.gotoAndPlay("normal");
}
on (dragOut) {
this.gotoAndPlay("normal");
}
Frame 316
stop();
Frame 317
_root.nivelactual = 6;
stopAllSounds();
Instance of Symbol 381 MovieClip "durezas1" in Frame 317
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
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
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
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
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
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
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
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
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
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
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
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
on (release) {
this.gotoAndPlay("suelta");
}
Frame 325
stop();
Frame 326
_root.nivelactual = 6;
Instance of Symbol 404 MovieClip "submarino" in Frame 326
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
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
stop();
Instance of Symbol 29 MovieClip in Frame 335
on (release) {
_root.gotoAndPlay("nivel7");
}
on (rollOver) {
this.gotoAndPlay("encima");
}
on (rollOut) {
this.gotoAndPlay("normal");
}
on (dragOut) {
this.gotoAndPlay("normal");
}
Frame 343
stop();
Frame 344
_root.nivelactual = 7;
stopAllSounds();
Instance of Symbol 381 MovieClip "durezas1" in Frame 344
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
on (release) {
this.gotoAndPlay("suelta");
}
Frame 352
stop();
Frame 353
_root.nivelactual = 7;
Instance of Symbol 404 MovieClip "submarino" in Frame 353
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
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
stop();
Instance of Symbol 29 MovieClip in Frame 362
on (release) {
_root.gotoAndPlay("nivel8");
}
on (rollOver) {
this.gotoAndPlay("encima");
}
on (rollOut) {
this.gotoAndPlay("normal");
}
on (dragOut) {
this.gotoAndPlay("normal");
}
Frame 370
stop();
Frame 371
_root.nivelactual = 8;
stopAllSounds();
Instance of Symbol 381 MovieClip "durezas1" in Frame 371
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
on (release) {
this.gotoAndPlay("suelta");
}
Frame 379
stop();
Frame 380
_root.nivelactual = 8;
Instance of Symbol 404 MovieClip "submarino" in Frame 380
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
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
stop();
Instance of Symbol 29 MovieClip in Frame 389
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
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
stop();
Symbol 29 MovieClip Frame 1
stop();
Symbol 29 MovieClip Frame 7
stop();
Symbol 61 MovieClip Frame 126
_root.gotoAndPlay("presentacion_devilishfree");
Symbol 169 MovieClip Frame 1
stop();
Symbol 169 MovieClip Frame 2
stop();
Symbol 169 MovieClip Frame 3
stop();
Symbol 169 MovieClip Frame 4
stop();
Symbol 169 MovieClip Frame 5
stop();
Symbol 183 MovieClip Frame 1
stop();
Symbol 189 MovieClip Frame 1
stop();
Symbol 189 MovieClip Frame 2
stop();
Symbol 189 MovieClip Frame 3
stop();
Symbol 189 MovieClip Frame 4
stop();
Symbol 189 MovieClip Frame 5
stop();
Symbol 224 MovieClip Frame 1657
_root.gotoAndPlay("menu");
Symbol 229 MovieClip Frame 90
stop();
Symbol 282 MovieClip Frame 1
stop();
Symbol 282 MovieClip Frame 7
stop();
Symbol 328 MovieClip Frame 1
stopAllSounds();
Symbol 328 MovieClip Frame 120
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
stopAllSounds();
Symbol 349 MovieClip Frame 180
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
gotoAndPlay ("submarino_normal");
Symbol 391 MovieClip Frame 75
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
stop();
Symbol 410 MovieClip Frame 31
this.gotoAndPlay("animacion_flecha");
Instance of Symbol 460 MovieClip in Symbol 471 MovieClip Frame 1
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
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
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
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
stop();
Symbol 501 MovieClip Frame 100
stop();