Frame 1
cargado = getBytesLoaded();
total = getBytesTotal();
porcent = (cargado * 100) / total;
numeros = int((cargado * 100) / total) add "%";
if (cargado >= total) {
gotoAndPlay (3);
}
Frame 2
gotoAndPlay (1);
Frame 118
puntostotales = 0;
Frame 122
andeandamos = 5;
Frame 123
gotoAndPlay (122);
Frame 127
andeandamos = 10;
Frame 128
gotoAndPlay (127);
Frame 132
andeandamos = 15;
Frame 133
gotoAndPlay (132);
Frame 137
andeandamos = 20;
Frame 138
gotoAndPlay (137);
Frame 142
andeandamos = 25;
Frame 143
gotoAndPlay (142);
Frame 147
andeandamos = 30;
Frame 148
gotoAndPlay (147);
Frame 152
andeandamos = 35;
Frame 153
gotoAndPlay (152);
Frame 157
andeandamos = 40;
Frame 158
gotoAndPlay (157);
Frame 162
andeandamos = 45;
Frame 163
gotoAndPlay (162);
Frame 167
andeandamos = 50;
Frame 168
gotoAndPlay (167);
Frame 172
gotoAndPlay (175);
Frame 174
gotoAndPlay (173);
Frame 176
gotoAndPlay (175);
Frame 177
if (saltonivel == "nivel 1") {
saltonivel = "";
puntostotales = 0;
gotoAndPlay (122);
}
if (saltonivel == "delpep") {
saltonivel = "";
puntostotales = 0;
gotoAndPlay (127);
}
if (saltonivel == "marrono") {
saltonivel = "";
puntostotales = 0;
gotoAndPlay (132);
}
if (saltonivel == "byerror") {
saltonivel = "";
puntostotales = 0;
gotoAndPlay (137);
}
if (saltonivel == "laresitk") {
saltonivel = "";
puntostotales = 0;
gotoAndPlay (142);
}
if (saltonivel == "jasolo") {
saltonivel = "";
puntostotales = 0;
gotoAndPlay (147);
}
if (saltonivel == "matrixD") {
saltonivel = "";
puntostotales = 0;
gotoAndPlay (152);
}
if (saltonivel == "uclmepsa") {
saltonivel = "";
puntostotales = 0;
gotoAndPlay (157);
}
if (saltonivel == "almansa") {
saltonivel = "";
puntostotales = 0;
gotoAndPlay (162);
}
if (saltonivel == "bonus") {
saltonivel = "";
puntostotales = 0;
gotoAndPlay (167);
}
Frame 178
gotoAndPlay (177);
Frame 179
nivel = 1;
ajuestX = -300;
colision = 30;
muertodeltodo = 0;
tienellave = 0;
victoria = 0;
puntos = 0;
mundo = "nivel 1";
Frame 180
pincho++;
if (pincho > 20) {
pincho = 0;
}
if (victoria == 1) {
puntostotales = puntostotales + puntos;
gotoAndPlay((nivel + 1) * 5 +117);
}
if (_root.muertodeltodo == 1) {
gotoAndPlay(nivel * 5 +117);
}
Frame 181
gotoAndPlay (180);
Frame 182
nivel = 2;
ajuestX = -300;
colision = 30;
muertodeltodo = 0;
tienellave = 0;
victoria = 0;
puntos = 0;
mundo = "delpep";
Frame 183
pincho++;
if (pincho > 20) {
pincho = 0;
}
if (victoria == 1) {
puntostotales = puntostotales + puntos;
gotoAndPlay((nivel + 1) * 5 +117);
}
if (_root.muertodeltodo == 1) {
gotoAndPlay(nivel * 5 +117);
}
Frame 184
gotoAndPlay (183);
Frame 185
nivel = 3;
ajuestX = -300;
colision = 30;
muertodeltodo = 0;
tienellave = 0;
victoria = 0;
puntos = 0;
mundo = "marrono";
Frame 186
pincho++;
if (pincho > 20) {
pincho = 0;
}
if (victoria == 1) {
puntostotales = puntostotales + puntos;
gotoAndPlay((nivel + 1) * 5 +117);
}
if (_root.muertodeltodo == 1) {
gotoAndPlay(nivel * 5 +117);
}
Frame 187
gotoAndPlay (186);
Frame 188
nivel = 4;
ajuestX = -300;
colision = 30;
transport = 0;
muertodeltodo = 0;
tienellave = 0;
victoria = 0;
puntos = 0;
mundo = "byerror";
Frame 189
pincho++;
if (pincho > 20) {
pincho = 0;
}
if (victoria == 1) {
puntostotales = puntostotales + puntos;
gotoAndPlay((nivel + 1) * 5 +117);
}
if (_root.muertodeltodo == 1) {
gotoAndPlay(nivel * 5 +117);
}
Frame 190
gotoAndPlay (189);
Frame 191
nivel = 5;
ajuestX = -300;
colision = 30;
transport = 0;
muertodeltodo = 0;
tienellave = 0;
victoria = 0;
puntos = 0;
mundo = "laresitk";
Frame 192
pincho++;
if (pincho > 20) {
pincho = 0;
}
if (victoria == 1) {
puntostotales = puntostotales + puntos;
gotoAndPlay((nivel + 1) * 5 +117);
}
if (_root.muertodeltodo == 1) {
gotoAndPlay(nivel * 5 +117);
}
Frame 193
gotoAndPlay (192);
Frame 194
nivel = 6;
ajuestX = -300;
colision = 30;
transport = 0;
muertodeltodo = 0;
tienellave = 0;
victoria = 0;
puntos = 0;
mundo = "jasolo";
Frame 195
pincho++;
if (pincho > 20) {
pincho = 0;
}
if (victoria == 1) {
puntostotales = puntostotales + puntos;
gotoAndPlay((nivel + 1) * 5 +117);
}
if (_root.muertodeltodo == 1) {
gotoAndPlay(nivel * 5 +117);
}
Frame 196
gotoAndPlay (195);
Frame 197
nivel = 7;
ajuestX = -300;
colision = 30;
transport = 0;
muertodeltodo = 0;
tienellave = 0;
victoria = 0;
puntos = 0;
mundo = "matrixD";
Frame 198
pincho++;
if (pincho > 20) {
pincho = 0;
}
if (victoria == 1) {
puntostotales = puntostotales + puntos;
gotoAndPlay((nivel + 1) * 5 +117);
}
if (_root.muertodeltodo == 1) {
gotoAndPlay(nivel * 5 +117);
}
Frame 199
gotoAndPlay (198);
Frame 200
nivel = 8;
pincho = 0;
pincho2 = 0;
ajuestX = -300;
colision = 30;
transport = 0;
muertodeltodo = 0;
tienellave = 0;
victoria = 0;
puntos = 0;
mundo = "uclmepsa";
Frame 201
pincho++;
pincho2++;
if (pincho > 20) {
pincho = 0;
}
if (pincho2 > 30) {
pincho2 = 10;
}
if (victoria == 1) {
puntostotales = puntostotales + puntos;
gotoAndPlay((nivel + 1) * 5 +117);
}
if (_root.muertodeltodo == 1) {
gotoAndPlay(nivel * 5 +117);
}
Frame 202
gotoAndPlay (201);
Frame 203
nivel = 9;
pincho = 0;
pincho2 = 0;
ajuestX = -300;
colision = 30;
transport = 0;
muertodeltodo = 0;
tienellave = 0;
victoria = 0;
puntos = 0;
mundo = "almansa";
Frame 204
pincho++;
pincho2++;
if (pincho > 20) {
pincho = 0;
}
if (pincho2 > 30) {
pincho2 = 10;
}
if (victoria == 1) {
puntostotales = puntostotales + puntos;
gotoAndPlay((nivel + 1) * 5 +117);
}
if (_root.muertodeltodo == 1) {
gotoAndPlay(nivel * 5 +117);
}
Frame 205
gotoAndPlay (204);
Frame 206
nivel = 10;
ajuestX = -300;
colision = 30;
transport = 0;
muertodeltodo = 0;
tienellave = 0;
victoria = 0;
puntos = 0;
mundo = "bonus";
Frame 207
pincho++;
pincho2++;
if (pincho > 20) {
pincho = 0;
}
if (pincho2 > 30) {
pincho2 = 10;
}
if (victoria == 1) {
puntostotales = puntostotales + puntos;
gotoAndPlay((nivel + 1) * 5 +117);
}
if (_root.muertodeltodo == 1) {
gotoAndPlay(nivel * 5 +117);
}
Frame 208
gotoAndPlay (207);
Symbol 2 MovieClip Frame 1
this._x = ex;
Symbol 2 MovieClip Frame 2
this._x = ex + (_root.porcent * 2.5);
Symbol 2 MovieClip Frame 3
gotoAndPlay (2);
Symbol 30 Button
on (press) {
}
Symbol 64 Button
on (press) {
gotoAndPlay (179);
}
Symbol 67 Button
on (press) {
gotoAndPlay (177);
}
Symbol 69 Button
on (press) {
gotoAndPlay (173);
}
Symbol 71 Button
on (press) {
}
Symbol 79 Button
on (press) {
}
Symbol 81 Button
on (press) {
}
Symbol 83 Button
on (press) {
}
Symbol 89 Button
on (press) {
}
Symbol 92 Button
on (press) {
gotoAndPlay (182);
}
Symbol 94 Button
on (press) {
gotoAndPlay (185);
}
Symbol 96 Button
on (press) {
gotoAndPlay (188);
}
Symbol 98 Button
on (press) {
gotoAndPlay (191);
}
Symbol 100 Button
on (press) {
gotoAndPlay (194);
}
Symbol 102 Button
on (press) {
gotoAndPlay (197);
}
Symbol 104 Button
on (press) {
gotoAndPlay (200);
}
Symbol 106 Button
on (press) {
gotoAndPlay (203);
}
Symbol 108 Button
on (press) {
gotoAndPlay (206);
}
Symbol 118 Button
on (press) {
gotoAndPlay(andeandamos +117);
}
Symbol 123 Button
on (press) {
gotoAndPlay (118);
}
Symbol 135 MovieClip Frame 1
vel = 5;
num = 14;
n = num;
cuadrar = 32;
Symbol 135 MovieClip Frame 2
cont++;
if ((cont > vel) and (n > 0)) {
this._x = this._x + cuadrar;
n--;
cont = 0;
}
if (n == 0) {
n = num;
gotoAndPlay (5);
}
Symbol 135 MovieClip Frame 3
gotoAndPlay (2);
Symbol 135 MovieClip Frame 5
cont++;
if ((cont > vel) and (n > 0)) {
this._x = this._x - cuadrar;
n--;
cont = 0;
}
if (n == 0) {
n = num;
gotoAndPlay (2);
}
Symbol 135 MovieClip Frame 6
gotoAndPlay (5);
Symbol 137 MovieClip Frame 2
gotoAndPlay (1);
Symbol 143 MovieClip Frame 1
rand = random(60);
if (this.hitTest(_root.marrono)) {
gotoAndPlay (5);
}
if (this.hitTest(_root.encima)) {
_root.puntos++;
gotoAndPlay (25);
}
if (this.hitTest(_root.de)) {
_root.GotoDown = 1;
}
if (this.hitTest(_root.up)) {
_root.GotoUp = 1;
}
if (this.hitTest(_root.lef)) {
_root.GotoLeft = 1;
}
if (this.hitTest(_root.righ)) {
_root.GotoRight = 1;
}
Symbol 143 MovieClip Frame 2
gotoAndPlay (1);
Symbol 143 MovieClip Frame 11
if (this.hitTest(_root.marrono)) {
gotoAndPlay (10);
}
Symbol 143 MovieClip Frame 22
gotoAndPlay (1);
Symbol 143 MovieClip Frame 27
if (this.hitTest(_root.de)) {
_root.GotoDown = 1;
}
if (this.hitTest(_root.up)) {
_root.GotoUp = 1;
}
if (this.hitTest(_root.lef)) {
_root.GotoLeft = 1;
}
if (this.hitTest(_root.righ)) {
_root.GotoRight = 1;
}
Symbol 143 MovieClip Frame 28
if (this.hitTest(_root.encima)) {
gotoAndPlay (27);
}
Symbol 143 MovieClip Frame 31
if (this.hitTest(_root.de)) {
_root.GotoDown = 1;
}
if (this.hitTest(_root.up)) {
_root.GotoUp = 1;
}
if (this.hitTest(_root.lef)) {
_root.GotoLeft = 1;
}
if (this.hitTest(_root.righ)) {
_root.GotoRight = 1;
}
Symbol 143 MovieClip Frame 34
if (this.hitTest(_root.de)) {
_root.GotoDown = 1;
}
if (this.hitTest(_root.up)) {
_root.GotoUp = 1;
}
if (this.hitTest(_root.lef)) {
_root.GotoLeft = 1;
}
if (this.hitTest(_root.righ)) {
_root.GotoRight = 1;
}
Symbol 143 MovieClip Frame 37
if (this.hitTest(_root.de)) {
_root.GotoDown = 1;
}
if (this.hitTest(_root.up)) {
_root.GotoUp = 1;
}
if (this.hitTest(_root.lef)) {
_root.GotoLeft = 1;
}
if (this.hitTest(_root.righ)) {
_root.GotoRight = 1;
}
Symbol 143 MovieClip Frame 39
if (this.hitTest(_root.de)) {
_root.GotoDown = 1;
}
if (this.hitTest(_root.up)) {
_root.GotoUp = 1;
}
if (this.hitTest(_root.lef)) {
_root.GotoLeft = 1;
}
if (this.hitTest(_root.righ)) {
_root.GotoRight = 1;
}
Symbol 143 MovieClip Frame 42
gotoAndPlay (45);
Symbol 143 MovieClip Frame 45
rand = random(60);
if (this.hitTest(_root.marrono)) {
gotoAndPlay (5);
}
if (this.hitTest(_root.encima)) {
gotoAndPlay (25);
}
if (this.hitTest(_root.de)) {
_root.GotoDown = 1;
}
if (this.hitTest(_root.up)) {
_root.GotoUp = 1;
}
if (this.hitTest(_root.lef)) {
_root.GotoLeft = 1;
}
if (this.hitTest(_root.righ)) {
_root.GotoRight = 1;
}
Symbol 143 MovieClip Frame 46
gotoAndPlay (45);
Symbol 146 MovieClip Frame 1
rand = random(60);
if (this.hitTest(_root.marrono)) {
gotoAndPlay (5);
}
if (this.hitTest(_root.encima)) {
_root.puntos = _root.puntos + 5;
gotoAndPlay (25);
}
if (this.hitTest(_root.de)) {
_root.GotoDown = 1;
}
if (this.hitTest(_root.up)) {
_root.GotoUp = 1;
}
if (this.hitTest(_root.lef)) {
_root.GotoLeft = 1;
}
if (this.hitTest(_root.righ)) {
_root.GotoRight = 1;
}
Symbol 146 MovieClip Frame 2
gotoAndPlay (1);
Symbol 146 MovieClip Frame 11
if (this.hitTest(_root.marrono)) {
gotoAndPlay (10);
}
Symbol 146 MovieClip Frame 22
gotoAndPlay (1);
Symbol 146 MovieClip Frame 27
cont++;
if (cont > 8) {
gotoAndPlay (29);
}
if (this.hitTest(_root.de)) {
_root.GotoDown = 1;
}
if (this.hitTest(_root.up)) {
_root.GotoUp = 1;
}
if (this.hitTest(_root.lef)) {
_root.GotoLeft = 1;
}
if (this.hitTest(_root.righ)) {
_root.GotoRight = 1;
}
Symbol 146 MovieClip Frame 28
if (this.hitTest(_root.encima)) {
gotoAndPlay (27);
}
Symbol 146 MovieClip Frame 29
if (this.hitTest(_root.encima)) {
_root.muerte = 1;
}
Symbol 146 MovieClip Frame 42
gotoAndPlay (50);
Symbol 146 MovieClip Frame 45
rand = random(60);
if (this.hitTest(_root.marrono)) {
gotoAndPlay (5);
}
if (this.hitTest(_root.encima)) {
gotoAndPlay (25);
}
if (this.hitTest(_root.de)) {
_root.GotoDown = 1;
}
if (this.hitTest(_root.up)) {
_root.GotoUp = 1;
}
if (this.hitTest(_root.lef)) {
_root.GotoLeft = 1;
}
if (this.hitTest(_root.righ)) {
_root.GotoRight = 1;
}
Symbol 146 MovieClip Frame 46
gotoAndPlay (45);
Symbol 146 MovieClip Frame 50
stop();
Symbol 159 Button
on (press) {
gotoAndPlay(nivel * 5 +117);
}
Symbol 194 MovieClip Frame 1
_root.muerte = 0;
_root.encima._x = this._x + 12;
_root.encima._y = this._y + 7;
_root.de._x = this._x - 8;
_root.de._y = this._y + 25;
_root.up._x = this._x + 25;
_root.up._y = this._y - 12;
_root.lef._x = this._x - 19;
_root.lef._y = this._y + 8;
_root.righ._x = this._x + 44;
_root.righ._y = this._y + 7;
cuadrarX = 32.7;
cuadrarY = 16;
cuadraryx = 16;
Symbol 194 MovieClip Frame 2
if (_root.muerte == 1) {
gotoAndPlay (60);
}
if (_root.muerte == 2) {
gotoAndPlay (80);
}
if (Key.isDown(39) and (_root.GotoRight == 1)) {
gotoAndPlay (5);
}
if (Key.isDown(37) and (_root.GotoLeft == 1)) {
gotoAndPlay (15);
}
if (Key.isDown(38) and (_root.GotoUp == 1)) {
gotoAndPlay (25);
}
if (Key.isDown(40) and (_root.GotoDown == 1)) {
gotoAndPlay (35);
}
Symbol 194 MovieClip Frame 3
gotoAndPlay (2);
Symbol 194 MovieClip Frame 10
_root.muerte = 0;
this._x = this._x + cuadrarX;
_root.encima._x = this._x + 12;
_root.encima._y = this._y + 7;
_root.de._x = this._x - 8;
_root.de._y = this._y + 25;
_root.up._x = this._x + 25;
_root.up._y = this._y - 12;
_root.lef._x = this._x - 19;
_root.lef._y = this._y + 8;
_root.righ._x = this._x + 44;
_root.righ._y = this._y + 7;
_root.GotoDown = 0;
_root.GotoUp = 0;
_root.GotoLeft = 0;
_root.GotoRight = 0;
Symbol 194 MovieClip Frame 11
if (_root.muerte == 2) {
gotoAndPlay (80);
}
Symbol 194 MovieClip Frame 12
gotoAndPlay (50);
Symbol 194 MovieClip Frame 20
_root.muerte = 0;
this._x = this._x - cuadrarX;
_root.encima._x = this._x + 12;
_root.encima._y = this._y + 7;
_root.de._x = this._x - 8;
_root.de._y = this._y + 25;
_root.up._x = this._x + 25;
_root.up._y = this._y - 12;
_root.lef._x = this._x - 19;
_root.lef._y = this._y + 8;
_root.righ._x = this._x + 44;
_root.righ._y = this._y + 7;
_root.GotoLeft = 0;
_root.GotoDown = 0;
_root.GotoUp = 0;
_root.GotoRight = 0;
Symbol 194 MovieClip Frame 21
if (_root.muerte == 2) {
gotoAndPlay (80);
}
Symbol 194 MovieClip Frame 22
gotoAndPlay (55);
Symbol 194 MovieClip Frame 23
this._x = this._x - cuadrarX;
gotoAndPlay (2);
Symbol 194 MovieClip Frame 27
if (_root.transport == 1) {
_root.transport = 0;
gotoAndPlay (100);
}
Symbol 194 MovieClip Frame 30
_root.muerte = 0;
this._y = this._y - cuadrarY;
this._x = this._x + cuadraryx;
_root.encima._x = this._x + 12;
_root.encima._y = this._y + 7;
_root.de._x = this._x - 8;
_root.de._y = this._y + 25;
_root.up._x = this._x + 25;
_root.up._y = this._y - 12;
_root.lef._x = this._x - 19;
_root.lef._y = this._y + 8;
_root.righ._x = this._x + 44;
_root.righ._y = this._y + 7;
_root.GotoLeft = 0;
_root.GotoDown = 0;
_root.GotoUp = 0;
_root.GotoRight = 0;
Symbol 194 MovieClip Frame 31
if (_root.muerte == 2) {
gotoAndPlay (80);
}
Symbol 194 MovieClip Frame 32
gotoAndPlay (45);
Symbol 194 MovieClip Frame 40
_root.muerte = 0;
this._y = this._y + cuadrarY;
this._x = this._x - cuadraryx;
_root.encima._x = this._x + 12;
_root.encima._y = this._y + 7;
_root.de._x = this._x - 8;
_root.de._y = this._y + 25;
_root.up._x = this._x + 25;
_root.up._y = this._y - 12;
_root.lef._x = this._x - 19;
_root.lef._y = this._y + 8;
_root.righ._x = this._x + 44;
_root.righ._y = this._y + 7;
_root.GotoLeft = 0;
_root.GotoDown = 0;
_root.GotoUp = 0;
_root.GotoRight = 0;
Symbol 194 MovieClip Frame 41
if (_root.muerte == 2) {
gotoAndPlay (80);
}
Symbol 194 MovieClip Frame 42
gotoAndPlay (2);
Symbol 194 MovieClip Frame 45
if (_root.muerte == 1) {
gotoAndPlay (60);
}
if (_root.muerte == 2) {
gotoAndPlay (80);
}
if (Key.isDown(39) and (_root.GotoRight == 1)) {
gotoAndPlay (5);
}
if (Key.isDown(37) and (_root.GotoLeft == 1)) {
gotoAndPlay (15);
}
if (Key.isDown(38) and (_root.GotoUp == 1)) {
gotoAndPlay (25);
}
if (Key.isDown(40) and (_root.GotoDown == 1)) {
gotoAndPlay (35);
}
Symbol 194 MovieClip Frame 46
gotoAndPlay (45);
Symbol 194 MovieClip Frame 50
if (_root.muerte == 1) {
gotoAndPlay (60);
}
if (_root.muerte == 2) {
gotoAndPlay (80);
}
if (Key.isDown(39) and (_root.GotoRight == 1)) {
gotoAndPlay (5);
}
if (Key.isDown(37) and (_root.GotoLeft == 1)) {
gotoAndPlay (15);
}
if (Key.isDown(38) and (_root.GotoUp == 1)) {
gotoAndPlay (25);
}
if (Key.isDown(40) and (_root.GotoDown == 1)) {
gotoAndPlay (35);
}
Symbol 194 MovieClip Frame 51
gotoAndPlay (50);
Symbol 194 MovieClip Frame 55
if (_root.muerte == 1) {
gotoAndPlay (60);
}
if (_root.muerte == 2) {
gotoAndPlay (80);
}
if (Key.isDown(39) and (_root.GotoRight == 1)) {
gotoAndPlay (5);
}
if (Key.isDown(37) and (_root.GotoLeft == 1)) {
gotoAndPlay (15);
}
if (Key.isDown(38) and (_root.GotoUp == 1)) {
gotoAndPlay (25);
}
if (Key.isDown(40) and (_root.GotoDown == 1)) {
gotoAndPlay (35);
}
Symbol 194 MovieClip Frame 56
gotoAndPlay (55);
Symbol 194 MovieClip Frame 61
Symbol 194 MovieClip Frame 69
_root.muertodeltodo = 1;
Symbol 194 MovieClip Frame 98
_root.muertodeltodo = 1;
Symbol 194 MovieClip Frame 111
this._x = _root.transx;
this._y = _root.transy;
Symbol 194 MovieClip Frame 125
gotoAndPlay (1);
Symbol 198 MovieClip Frame 1
if (this.hitTest(_root.encima)) {
_root.tienellave = 1;
gotoAndPlay (5);
}
Symbol 198 MovieClip Frame 2
gotoAndPlay (1);
Symbol 198 MovieClip Frame 6
gotoAndPlay (5);
Symbol 204 MovieClip Frame 1
if (_root.tienellave == 1) {
gotoAndPlay (5);
}
Symbol 204 MovieClip Frame 2
gotoAndPlay (1);
Symbol 204 MovieClip Frame 5
if (this.hitTest(_root.encima)) {
_root.victoria = 1;
}
Symbol 204 MovieClip Frame 7
if (this.hitTest(_root.encima)) {
_root.victoria = 1;
}
Symbol 204 MovieClip Frame 9
if (this.hitTest(_root.encima)) {
_root.victoria = 1;
}
Symbol 204 MovieClip Frame 11
if (this.hitTest(_root.encima)) {
_root.victoria = 1;
}
Symbol 204 MovieClip Frame 13
if (this.hitTest(_root.encima)) {
_root.victoria = 1;
}
Symbol 204 MovieClip Frame 15
if (this.hitTest(_root.encima)) {
_root.victoria = 1;
}
gotoAndPlay (5);
Symbol 207 MovieClip Frame 1
if (_root.pincho == 20) {
gotoAndPlay (5);
}
if (this.hitTest(_root.marrono)) {
gotoAndPlay (5);
}
if (this.hitTest(_root.encima)) {
gotoAndPlay (25);
}
if (this.hitTest(_root.de)) {
_root.GotoDown = 1;
}
if (this.hitTest(_root.up)) {
_root.GotoUp = 1;
}
if (this.hitTest(_root.lef)) {
_root.GotoLeft = 1;
}
if (this.hitTest(_root.righ)) {
_root.GotoRight = 1;
}
Symbol 207 MovieClip Frame 2
gotoAndPlay (1);
Symbol 207 MovieClip Frame 10
if (this.hitTest(_root.encima)) {
_root.muerte = 2;
}
if (this.hitTest(_root.de)) {
_root.GotoDown = 1;
}
if (this.hitTest(_root.up)) {
_root.GotoUp = 1;
}
if (this.hitTest(_root.lef)) {
_root.GotoLeft = 1;
}
if (this.hitTest(_root.righ)) {
_root.GotoRight = 1;
}
Symbol 207 MovieClip Frame 11
if (this.hitTest(_root.encima)) {
_root.muerte = 2;
}
if (this.hitTest(_root.marrono)) {
gotoAndPlay (10);
}
if (this.hitTest(_root.de)) {
_root.GotoDown = 1;
}
if (this.hitTest(_root.up)) {
_root.GotoUp = 1;
}
if (this.hitTest(_root.lef)) {
_root.GotoLeft = 1;
}
if (this.hitTest(_root.righ)) {
_root.GotoRight = 1;
}
Symbol 207 MovieClip Frame 12
if (this.hitTest(_root.encima)) {
_root.muerte = 2;
}
if (this.hitTest(_root.de)) {
_root.GotoDown = 1;
}
if (this.hitTest(_root.up)) {
_root.GotoUp = 1;
}
if (this.hitTest(_root.lef)) {
_root.GotoLeft = 1;
}
if (this.hitTest(_root.righ)) {
_root.GotoRight = 1;
}
Symbol 207 MovieClip Frame 13
if (this.hitTest(_root.encima)) {
_root.muerte = 2;
}
if (this.hitTest(_root.de)) {
_root.GotoDown = 1;
}
if (this.hitTest(_root.up)) {
_root.GotoUp = 1;
}
if (this.hitTest(_root.lef)) {
_root.GotoLeft = 1;
}
if (this.hitTest(_root.righ)) {
_root.GotoRight = 1;
}
Symbol 207 MovieClip Frame 14
if (this.hitTest(_root.encima)) {
_root.muerte = 2;
}
if (this.hitTest(_root.de)) {
_root.GotoDown = 1;
}
if (this.hitTest(_root.up)) {
_root.GotoUp = 1;
}
if (this.hitTest(_root.lef)) {
_root.GotoLeft = 1;
}
if (this.hitTest(_root.righ)) {
_root.GotoRight = 1;
}
Symbol 207 MovieClip Frame 15
if (this.hitTest(_root.encima)) {
_root.muerte = 2;
gotoAndPlay (14);
}
if (this.hitTest(_root.de)) {
_root.GotoDown = 1;
}
if (this.hitTest(_root.up)) {
_root.GotoUp = 1;
}
if (this.hitTest(_root.lef)) {
_root.GotoLeft = 1;
}
if (this.hitTest(_root.righ)) {
_root.GotoRight = 1;
}
Symbol 207 MovieClip Frame 16
if (this.hitTest(_root.encima)) {
_root.muerte = 2;
}
if (this.hitTest(_root.de)) {
_root.GotoDown = 1;
}
if (this.hitTest(_root.up)) {
_root.GotoUp = 1;
}
if (this.hitTest(_root.lef)) {
_root.GotoLeft = 1;
}
if (this.hitTest(_root.righ)) {
_root.GotoRight = 1;
}
Symbol 207 MovieClip Frame 17
if (this.hitTest(_root.encima)) {
_root.muerte = 2;
}
if (this.hitTest(_root.de)) {
_root.GotoDown = 1;
}
if (this.hitTest(_root.up)) {
_root.GotoUp = 1;
}
if (this.hitTest(_root.lef)) {
_root.GotoLeft = 1;
}
if (this.hitTest(_root.righ)) {
_root.GotoRight = 1;
}
Symbol 207 MovieClip Frame 18
if (this.hitTest(_root.encima)) {
_root.muerte = 2;
}
if (this.hitTest(_root.de)) {
_root.GotoDown = 1;
}
if (this.hitTest(_root.up)) {
_root.GotoUp = 1;
}
if (this.hitTest(_root.lef)) {
_root.GotoLeft = 1;
}
if (this.hitTest(_root.righ)) {
_root.GotoRight = 1;
}
Symbol 207 MovieClip Frame 22
gotoAndPlay (1);
Symbol 207 MovieClip Frame 25
if (_root.pincho == 10) {
gotoAndPlay (5);
}
Symbol 207 MovieClip Frame 27
if (this.hitTest(_root.de)) {
_root.GotoDown = 1;
}
if (this.hitTest(_root.up)) {
_root.GotoUp = 1;
}
if (this.hitTest(_root.lef)) {
_root.GotoLeft = 1;
}
if (this.hitTest(_root.righ)) {
_root.GotoRight = 1;
}
if (_root.pincho == 10) {
gotoAndPlay (5);
}
Symbol 207 MovieClip Frame 28
if (this.hitTest(_root.encima)) {
gotoAndPlay (27);
}
if (_root.pincho == 10) {
gotoAndPlay (5);
}
Symbol 207 MovieClip Frame 31
if (this.hitTest(_root.de)) {
_root.GotoDown = 1;
}
if (this.hitTest(_root.up)) {
_root.GotoUp = 1;
}
if (this.hitTest(_root.lef)) {
_root.GotoLeft = 1;
}
if (this.hitTest(_root.righ)) {
_root.GotoRight = 1;
}
if (_root.pincho == 10) {
gotoAndPlay (5);
}
Symbol 207 MovieClip Frame 34
if (this.hitTest(_root.de)) {
_root.GotoDown = 1;
}
if (this.hitTest(_root.up)) {
_root.GotoUp = 1;
}
if (this.hitTest(_root.lef)) {
_root.GotoLeft = 1;
}
if (this.hitTest(_root.righ)) {
_root.GotoRight = 1;
}
if (_root.pincho == 10) {
gotoAndPlay (5);
}
Symbol 207 MovieClip Frame 37
if (this.hitTest(_root.de)) {
_root.GotoDown = 1;
}
if (this.hitTest(_root.up)) {
_root.GotoUp = 1;
}
if (this.hitTest(_root.lef)) {
_root.GotoLeft = 1;
}
if (this.hitTest(_root.righ)) {
_root.GotoRight = 1;
}
if (_root.pincho == 10) {
gotoAndPlay (5);
}
Symbol 207 MovieClip Frame 39
if (this.hitTest(_root.de)) {
_root.GotoDown = 1;
}
if (this.hitTest(_root.up)) {
_root.GotoUp = 1;
}
if (this.hitTest(_root.lef)) {
_root.GotoLeft = 1;
}
if (this.hitTest(_root.righ)) {
_root.GotoRight = 1;
}
if (_root.pincho == 10) {
gotoAndPlay (5);
}
Symbol 213 MovieClip Frame 1
rand = random(60);
if (((this.hitTest(_root.pinchoHorizontal) or this.hitTest(_root.pinchoHorizontal4)) or this.hitTest(_root.pinchoHorizontal2)) or this.hitTest(_root.pinchoHorizontal3)) {
gotoAndPlay (5);
}
if (this.hitTest(_root.encima)) {
gotoAndPlay (25);
}
if (this.hitTest(_root.de)) {
_root.GotoDown = 1;
}
if (this.hitTest(_root.up)) {
_root.GotoUp = 1;
}
if (this.hitTest(_root.lef)) {
_root.GotoLeft = 1;
}
if (this.hitTest(_root.righ)) {
_root.GotoRight = 1;
}
Symbol 213 MovieClip Frame 2
gotoAndPlay (1);
Symbol 213 MovieClip Frame 10
if (this.hitTest(_root.encima)) {
_root.muerte = 2;
}
Symbol 213 MovieClip Frame 11
if (this.hitTest(_root.marrono)) {
gotoAndPlay (10);
}
if (this.hitTest(_root.encima)) {
_root.muerte = 2;
}
Symbol 213 MovieClip Frame 12
if (this.hitTest(_root.encima)) {
_root.muerte = 2;
}
Symbol 213 MovieClip Frame 13
if (this.hitTest(_root.encima)) {
_root.muerte = 2;
}
Symbol 213 MovieClip Frame 14
if (this.hitTest(_root.encima)) {
_root.muerte = 2;
}
Symbol 213 MovieClip Frame 15
if (this.hitTest(_root.encima)) {
_root.muerte = 2;
}
Symbol 213 MovieClip Frame 16
if (this.hitTest(_root.encima)) {
_root.muerte = 2;
}
Symbol 213 MovieClip Frame 17
if (this.hitTest(_root.encima)) {
_root.muerte = 2;
}
Symbol 213 MovieClip Frame 22
gotoAndPlay (1);
Symbol 213 MovieClip Frame 25
if (this.hitTest(_root.pinchoHorizontal)) {
gotoAndPlay (5);
}
Symbol 213 MovieClip Frame 27
if (this.hitTest(_root.de)) {
_root.GotoDown = 1;
}
if (this.hitTest(_root.up)) {
_root.GotoUp = 1;
}
if (this.hitTest(_root.lef)) {
_root.GotoLeft = 1;
}
if (this.hitTest(_root.righ)) {
_root.GotoRight = 1;
}
if (this.hitTest(_root.pinchoHorizontal)) {
gotoAndPlay (5);
}
Symbol 213 MovieClip Frame 28
if (this.hitTest(_root.encima)) {
gotoAndPlay (27);
}
if (this.hitTest(_root.pinchoHorizontal)) {
gotoAndPlay (5);
}
Symbol 213 MovieClip Frame 31
if (this.hitTest(_root.de)) {
_root.GotoDown = 1;
}
if (this.hitTest(_root.up)) {
_root.GotoUp = 1;
}
if (this.hitTest(_root.lef)) {
_root.GotoLeft = 1;
}
if (this.hitTest(_root.righ)) {
_root.GotoRight = 1;
}
if (this.hitTest(_root.pinchoHorizontal)) {
gotoAndPlay (5);
}
Symbol 213 MovieClip Frame 34
if (this.hitTest(_root.de)) {
_root.GotoDown = 1;
}
if (this.hitTest(_root.up)) {
_root.GotoUp = 1;
}
if (this.hitTest(_root.lef)) {
_root.GotoLeft = 1;
}
if (this.hitTest(_root.righ)) {
_root.GotoRight = 1;
}
if (this.hitTest(_root.pinchoHorizontal)) {
gotoAndPlay (5);
}
Symbol 213 MovieClip Frame 37
if (this.hitTest(_root.de)) {
_root.GotoDown = 1;
}
if (this.hitTest(_root.up)) {
_root.GotoUp = 1;
}
if (this.hitTest(_root.lef)) {
_root.GotoLeft = 1;
}
if (this.hitTest(_root.righ)) {
_root.GotoRight = 1;
}
if (this.hitTest(_root.pinchoHorizontal)) {
gotoAndPlay (5);
}
Symbol 213 MovieClip Frame 39
if (this.hitTest(_root.de)) {
_root.GotoDown = 1;
}
if (this.hitTest(_root.up)) {
_root.GotoUp = 1;
}
if (this.hitTest(_root.lef)) {
_root.GotoLeft = 1;
}
if (this.hitTest(_root.righ)) {
_root.GotoRight = 1;
}
if (this.hitTest(_root.pinchoHorizontal)) {
gotoAndPlay (5);
}
Symbol 213 MovieClip Frame 42
if (this.hitTest(_root.pinchoHorizontal)) {
gotoAndPlay (5);
}
gotoAndPlay (1);
Symbol 224 MovieClip Frame 1
_root.transx = this._x;
_root.transy = this._y;
Symbol 225 MovieClip Frame 1
if (this.hitTest(_root.encima)) {
_root.transport = 1;
} else {
_root.transport = 0;
}
Symbol 225 MovieClip Frame 2
gotoAndPlay (1);
Symbol 236 MovieClip Frame 1
vel = 10;
num = 3;
n = num;
cuadrar = 32;
Symbol 236 MovieClip Frame 2
cont++;
if ((cont > vel) and (n > 0)) {
this._x = this._x + cuadrar;
n--;
cont = 0;
}
if (n == 0) {
n = num;
gotoAndPlay (5);
}
Symbol 236 MovieClip Frame 3
gotoAndPlay (2);
Symbol 236 MovieClip Frame 5
cont++;
if ((cont > vel) and (n > 0)) {
this._x = this._x - cuadrar;
n--;
cont = 0;
}
if (n == 0) {
n = num;
gotoAndPlay (2);
}
Symbol 236 MovieClip Frame 6
gotoAndPlay (5);
Symbol 241 MovieClip Frame 1
vel = 10;
num = 10;
n = num;
cuadrar = 32.5;
Symbol 241 MovieClip Frame 2
cont++;
if ((cont > vel) and (n > 0)) {
this._x = this._x + cuadrar;
n--;
cont = 0;
}
if (n == 0) {
n = num;
gotoAndPlay (5);
}
Symbol 241 MovieClip Frame 3
gotoAndPlay (2);
Symbol 241 MovieClip Frame 5
cont++;
if ((cont > vel) and (n > 0)) {
this._x = this._x - cuadrar;
n--;
cont = 0;
}
if (n == 0) {
n = num;
gotoAndPlay (2);
}
Symbol 241 MovieClip Frame 6
gotoAndPlay (5);
Symbol 246 MovieClip Frame 1
if (_root.pincho2 == 30) {
gotoAndPlay (5);
}
if (this.hitTest(_root.marrono)) {
gotoAndPlay (5);
}
if (this.hitTest(_root.encima)) {
gotoAndPlay (25);
}
if (this.hitTest(_root.de)) {
_root.GotoDown = 1;
}
if (this.hitTest(_root.up)) {
_root.GotoUp = 1;
}
if (this.hitTest(_root.lef)) {
_root.GotoLeft = 1;
}
if (this.hitTest(_root.righ)) {
_root.GotoRight = 1;
}
Symbol 246 MovieClip Frame 2
gotoAndPlay (1);
Symbol 246 MovieClip Frame 10
if (this.hitTest(_root.encima)) {
_root.muerte = 2;
}
if (this.hitTest(_root.de)) {
_root.GotoDown = 1;
}
if (this.hitTest(_root.up)) {
_root.GotoUp = 1;
}
if (this.hitTest(_root.lef)) {
_root.GotoLeft = 1;
}
if (this.hitTest(_root.righ)) {
_root.GotoRight = 1;
}
Symbol 246 MovieClip Frame 11
if (this.hitTest(_root.encima)) {
_root.muerte = 2;
}
if (this.hitTest(_root.marrono)) {
gotoAndPlay (10);
}
if (this.hitTest(_root.de)) {
_root.GotoDown = 1;
}
if (this.hitTest(_root.up)) {
_root.GotoUp = 1;
}
if (this.hitTest(_root.lef)) {
_root.GotoLeft = 1;
}
if (this.hitTest(_root.righ)) {
_root.GotoRight = 1;
}
Symbol 246 MovieClip Frame 12
if (this.hitTest(_root.encima)) {
_root.muerte = 2;
}
if (this.hitTest(_root.de)) {
_root.GotoDown = 1;
}
if (this.hitTest(_root.up)) {
_root.GotoUp = 1;
}
if (this.hitTest(_root.lef)) {
_root.GotoLeft = 1;
}
if (this.hitTest(_root.righ)) {
_root.GotoRight = 1;
}
Symbol 246 MovieClip Frame 13
if (this.hitTest(_root.encima)) {
_root.muerte = 2;
}
if (this.hitTest(_root.de)) {
_root.GotoDown = 1;
}
if (this.hitTest(_root.up)) {
_root.GotoUp = 1;
}
if (this.hitTest(_root.lef)) {
_root.GotoLeft = 1;
}
if (this.hitTest(_root.righ)) {
_root.GotoRight = 1;
}
Symbol 246 MovieClip Frame 14
if (this.hitTest(_root.encima)) {
_root.muerte = 2;
}
if (this.hitTest(_root.de)) {
_root.GotoDown = 1;
}
if (this.hitTest(_root.up)) {
_root.GotoUp = 1;
}
if (this.hitTest(_root.lef)) {
_root.GotoLeft = 1;
}
if (this.hitTest(_root.righ)) {
_root.GotoRight = 1;
}
Symbol 246 MovieClip Frame 15
if (this.hitTest(_root.encima)) {
_root.muerte = 2;
gotoAndPlay (14);
}
if (this.hitTest(_root.de)) {
_root.GotoDown = 1;
}
if (this.hitTest(_root.up)) {
_root.GotoUp = 1;
}
if (this.hitTest(_root.lef)) {
_root.GotoLeft = 1;
}
if (this.hitTest(_root.righ)) {
_root.GotoRight = 1;
}
Symbol 246 MovieClip Frame 16
if (this.hitTest(_root.encima)) {
_root.muerte = 2;
}
if (this.hitTest(_root.de)) {
_root.GotoDown = 1;
}
if (this.hitTest(_root.up)) {
_root.GotoUp = 1;
}
if (this.hitTest(_root.lef)) {
_root.GotoLeft = 1;
}
if (this.hitTest(_root.righ)) {
_root.GotoRight = 1;
}
Symbol 246 MovieClip Frame 17
if (this.hitTest(_root.encima)) {
_root.muerte = 2;
}
if (this.hitTest(_root.de)) {
_root.GotoDown = 1;
}
if (this.hitTest(_root.up)) {
_root.GotoUp = 1;
}
if (this.hitTest(_root.lef)) {
_root.GotoLeft = 1;
}
if (this.hitTest(_root.righ)) {
_root.GotoRight = 1;
}
Symbol 246 MovieClip Frame 18
if (this.hitTest(_root.encima)) {
_root.muerte = 2;
}
if (this.hitTest(_root.de)) {
_root.GotoDown = 1;
}
if (this.hitTest(_root.up)) {
_root.GotoUp = 1;
}
if (this.hitTest(_root.lef)) {
_root.GotoLeft = 1;
}
if (this.hitTest(_root.righ)) {
_root.GotoRight = 1;
}
Symbol 246 MovieClip Frame 22
gotoAndPlay (1);
Symbol 246 MovieClip Frame 25
if (_root.pincho2 == 10) {
gotoAndPlay (5);
}
Symbol 246 MovieClip Frame 27
if (this.hitTest(_root.de)) {
_root.GotoDown = 1;
}
if (this.hitTest(_root.up)) {
_root.GotoUp = 1;
}
if (this.hitTest(_root.lef)) {
_root.GotoLeft = 1;
}
if (this.hitTest(_root.righ)) {
_root.GotoRight = 1;
}
if (_root.pincho2 == 10) {
gotoAndPlay (5);
}
Symbol 246 MovieClip Frame 28
if (this.hitTest(_root.encima)) {
gotoAndPlay (27);
}
if (_root.pincho == 10) {
gotoAndPlay (5);
}
Symbol 246 MovieClip Frame 31
if (this.hitTest(_root.de)) {
_root.GotoDown = 1;
}
if (this.hitTest(_root.up)) {
_root.GotoUp = 1;
}
if (this.hitTest(_root.lef)) {
_root.GotoLeft = 1;
}
if (this.hitTest(_root.righ)) {
_root.GotoRight = 1;
}
if (_root.pincho2 == 10) {
gotoAndPlay (5);
}
Symbol 246 MovieClip Frame 34
if (this.hitTest(_root.de)) {
_root.GotoDown = 1;
}
if (this.hitTest(_root.up)) {
_root.GotoUp = 1;
}
if (this.hitTest(_root.lef)) {
_root.GotoLeft = 1;
}
if (this.hitTest(_root.righ)) {
_root.GotoRight = 1;
}
if (_root.pincho2 == 10) {
gotoAndPlay (5);
}
Symbol 246 MovieClip Frame 37
if (this.hitTest(_root.de)) {
_root.GotoDown = 1;
}
if (this.hitTest(_root.up)) {
_root.GotoUp = 1;
}
if (this.hitTest(_root.lef)) {
_root.GotoLeft = 1;
}
if (this.hitTest(_root.righ)) {
_root.GotoRight = 1;
}
if (_root.pincho2 == 10) {
gotoAndPlay (5);
}
Symbol 246 MovieClip Frame 39
if (this.hitTest(_root.de)) {
_root.GotoDown = 1;
}
if (this.hitTest(_root.up)) {
_root.GotoUp = 1;
}
if (this.hitTest(_root.lef)) {
_root.GotoLeft = 1;
}
if (this.hitTest(_root.righ)) {
_root.GotoRight = 1;
}
if (_root.pincho2 == 10) {
gotoAndPlay (5);
}
Symbol 251 MovieClip Frame 1
vel = 10;
num = 3;
n = num;
cuadrar = 32;
Symbol 251 MovieClip Frame 2
cont++;
if ((cont > vel) and (n > 0)) {
this._x = this._x + cuadrar;
n--;
cont = 0;
}
if (n == 0) {
n = num;
gotoAndPlay (5);
}
Symbol 251 MovieClip Frame 3
gotoAndPlay (2);
Symbol 251 MovieClip Frame 5
cont++;
if ((cont > vel) and (n > 0)) {
this._x = this._x - cuadrar;
n--;
cont = 0;
}
if (n == 0) {
n = num;
gotoAndPlay (2);
}
Symbol 251 MovieClip Frame 6
gotoAndPlay (5);
Symbol 252 MovieClip Frame 1
vel = 10;
num = 2;
n = num;
cuadrar = 32;
Symbol 252 MovieClip Frame 2
cont++;
if ((cont > vel) and (n > 0)) {
this._x = this._x + cuadrar;
n--;
cont = 0;
}
if (n == 0) {
n = num;
gotoAndPlay (5);
}
Symbol 252 MovieClip Frame 3
gotoAndPlay (2);
Symbol 252 MovieClip Frame 5
cont++;
if ((cont > vel) and (n > 0)) {
this._x = this._x - cuadrar;
n--;
cont = 0;
}
if (n == 0) {
n = num;
gotoAndPlay (2);
}
Symbol 252 MovieClip Frame 6
gotoAndPlay (5);
Symbol 253 MovieClip Frame 1
vel = 10;
num = 2;
n = num;
cuadrar = 32;
Symbol 253 MovieClip Frame 2
cont++;
if ((cont > vel) and (n > 0)) {
this._x = this._x + cuadrar;
n--;
cont = 0;
}
if (n == 0) {
n = num;
gotoAndPlay (5);
}
Symbol 253 MovieClip Frame 3
gotoAndPlay (2);
Symbol 253 MovieClip Frame 5
cont++;
if ((cont > vel) and (n > 0)) {
this._x = this._x - cuadrar;
n--;
cont = 0;
}
if (n == 0) {
n = num;
gotoAndPlay (2);
}
Symbol 253 MovieClip Frame 6
gotoAndPlay (5);
Symbol 254 MovieClip Frame 1
vel = 10;
num = 2;
n = num;
cuadrar = 32;
Symbol 254 MovieClip Frame 2
cont++;
if ((cont > vel) and (n > 0)) {
this._x = this._x + cuadrar;
n--;
cont = 0;
}
if (n == 0) {
n = num;
gotoAndPlay (5);
}
Symbol 254 MovieClip Frame 3
gotoAndPlay (2);
Symbol 254 MovieClip Frame 5
cont++;
if ((cont > vel) and (n > 0)) {
this._x = this._x - cuadrar;
n--;
cont = 0;
}
if (n == 0) {
n = num;
gotoAndPlay (2);
}
Symbol 254 MovieClip Frame 6
gotoAndPlay (5);
Symbol 260 MovieClip Frame 1
_root.transx = this._x;
_root.transy = this._y;