Frame 1
fscommand ("allowscale", "false");
fscommand ("showmenu", "false");
Instance of Symbol 5 MovieClip in Frame 2
onClipEvent (load) {
this.barra._xscale = "1";
_parent.stop();
}
onClipEvent (enterFrame) {
this.barra._xscale = (_parent.getBytesloaded() * 100) / _parent.getBytesTotal();
if (_parent.getBytesLoaded() == _parent.getBytesTotal()) {
_parent.play();
}
}
Frame 3
Mouse.show();
stop();
Instance of Symbol 37 MovieClip "zapato" in Frame 4
onClipEvent (load) {
Mouse.hide();
noparacaidas = true;
}
onClipEvent (mouseMove) {
if (noparacaidas == true) {
_x = _root._xmouse;
_y = _root._ymouse;
if (274 < _y) {
_y = 274;
}
if (_y < 73) {
_y = 73;
}
if (_x < 28) {
_x = 28;
}
if (274 < _x) {
_x = 274;
}
}
updateAfterEvent();
}
Frame 43
stop();
Instance of Symbol 39 MovieClip "roca4" in Frame 43
onClipEvent (load) {
limiteizquierdo = -50;
posicioninicial = 500;
velocidad = random(8) + 6;
}
onClipEvent (enterFrame) {
_rotation = (_rotation - velocidad);
if (_x < limiteizquierdo) {
_x = posicioninicial;
_y = (random(240) + 40);
velocidad = random(4) + 6;
}
_x = (_x - velocidad);
}
Instance of Symbol 40 MovieClip in Frame 43
onClipEvent (load) {
limiteizquierdo = -50;
posicioninicial = 500;
velocidad = random(3) + 6;
}
onClipEvent (enterFrame) {
_rotation = (_rotation - velocidad);
if (_x < limiteizquierdo) {
_x = posicioninicial;
_y = (random(260) + 20);
velocidad = random(3) + 6;
}
_x = (_x - velocidad);
}
Instance of Symbol 39 MovieClip "roca5" in Frame 43
onClipEvent (load) {
limiteizquierdo = -50;
posicioninicial = 500;
velocidad = random(8) + 6;
}
onClipEvent (enterFrame) {
_rotation = (_rotation - velocidad);
if (_x < limiteizquierdo) {
_x = posicioninicial;
_y = (random(240) + 40);
velocidad = random(4) + 6;
}
_x = (_x - velocidad);
}
Instance of Symbol 39 MovieClip "roca3" in Frame 43
onClipEvent (load) {
limiteizquierdo = -50;
posicioninicial = 500;
velocidad = random(8) + 6;
}
onClipEvent (enterFrame) {
_rotation = (_rotation - velocidad);
if (_x < limiteizquierdo) {
_x = posicioninicial;
_y = (random(240) + 40);
velocidad = random(4) + 6;
}
_x = (_x - velocidad);
}
Instance of Symbol 39 MovieClip "roca2" in Frame 43
onClipEvent (load) {
limiteizquierdo = -50;
posicioninicial = 500;
velocidad = random(8) + 6;
}
onClipEvent (enterFrame) {
_rotation = (_rotation - velocidad);
if (_x < limiteizquierdo) {
_x = posicioninicial;
_y = (random(240) + 40);
velocidad = random(4) + 6;
}
_x = (_x - velocidad);
}
Instance of Symbol 39 MovieClip "roca1" in Frame 43
onClipEvent (load) {
limiteizquierdo = -50;
posicioninicial = 500;
velocidad = random(8) + 6;
}
onClipEvent (enterFrame) {
_rotation = (_rotation - velocidad);
if (_x < limiteizquierdo) {
_x = posicioninicial;
_y = (random(240) + 40);
velocidad = random(4) + 6;
}
_x = (_x - velocidad);
}
Instance of Symbol 40 MovieClip in Frame 43
onClipEvent (load) {
limiteizquierdo = -50;
posicioninicial = 500;
velocidad = random(3) + 6;
}
onClipEvent (enterFrame) {
_rotation = (_rotation - velocidad);
if (_x < limiteizquierdo) {
_x = posicioninicial;
_y = (random(260) + 20);
velocidad = random(3) + 6;
}
_x = (_x - velocidad);
}
Instance of Symbol 40 MovieClip in Frame 43
onClipEvent (load) {
limiteizquierdo = -50;
posicioninicial = 500;
velocidad = random(3) + 6;
}
onClipEvent (enterFrame) {
_rotation = (_rotation - velocidad);
if (_x < limiteizquierdo) {
_x = posicioninicial;
_y = (random(260) + 20);
velocidad = random(3) + 6;
}
_x = (_x - velocidad);
}
Instance of Symbol 40 MovieClip in Frame 43
onClipEvent (load) {
limiteizquierdo = -50;
posicioninicial = 500;
velocidad = random(3) + 6;
}
onClipEvent (enterFrame) {
_rotation = (_rotation - velocidad);
if (_x < limiteizquierdo) {
_x = posicioninicial;
_y = (random(260) + 20);
velocidad = random(3) + 6;
}
_x = (_x - velocidad);
}
Instance of Symbol 40 MovieClip in Frame 43
onClipEvent (load) {
limiteizquierdo = -50;
posicioninicial = 500;
velocidad = random(3) + 6;
}
onClipEvent (enterFrame) {
_rotation = (_rotation - velocidad);
if (_x < limiteizquierdo) {
_x = posicioninicial;
_y = (random(260) + 20);
velocidad = random(3) + 6;
}
_x = (_x - velocidad);
}
Instance of Symbol 59 MovieClip "timer" in Frame 43
onClipEvent (load) {
tiempoactual = int(getTimer() / 1000);
tiempopasado = int(getTimer() / 1000);
}
onClipEvent (enterFrame) {
tiempoactual = int(getTimer() / 1000);
if (tiempoactual != tiempopasado) {
unidades.nextFrame();
tiempopasado = int(getTimer() / 1000);
}
}
Frame 44
Mouse.show();
Frame 45
Mouse.show();
Frame 114
gotoAndStop (3);
Symbol 10 Button
on (release) {
play();
}
Symbol 21 MovieClip Frame 1
stop();
Symbol 21 MovieClip Frame 4
_root.gotoAndPlay("perdedor");
Symbol 37 MovieClip Frame 1
Mouse.hide();
_root.roca1._x = 550;
_root.roca2._x = 400;
_root.roca3._x = 600;
_root.roca4._x = 340;
_root.roca5._x = 500;
stop();
Instance of Symbol 23 MovieClip "detector" in Symbol 37 MovieClip Frame 1
onClipEvent (enterFrame) {
numero = 0;
while (numero < 7) {
numero = numero + 1;
if (_root.zapato.detector.hitTest("_root.roca" add numero)) {
_root.zapato.gotoAndPlay(2);
}
}
}
Instance of Symbol 25 MovieClip "detector1" in Symbol 37 MovieClip Frame 1
onClipEvent (enterFrame) {
numero = 0;
while (numero < 7) {
numero = numero + 1;
if (_root.zapato.detector1.hitTest("_root.roca" add numero)) {
_root.zapato.gotoAndPlay(2);
}
}
}
Symbol 37 MovieClip Frame 2
this.noparacaidas = false;
Mouse.show();
Symbol 37 MovieClip Frame 30
_root.zapatoscoremc.nextFrame();
_root.zapato.noparacaidas = true;
Symbol 52 MovieClip Frame 1
stop();
Symbol 52 MovieClip Frame 11
_parent.decenas.nextFrame();
if (!_root.fin) {
gotoAndPlay (1);
} else {
_root.gotoAndStop("campeon");
}
Symbol 58 MovieClip Frame 1
stop();
_root.fin = false;
Symbol 58 MovieClip Frame 5
_root.fin = true;
Symbol 63 Button
on (release) {
gotoAndPlay (4);
}