Frame 1
stop();
NewgroundsAPI.connectMovie(7156);
Frame 2
stop();
Frame 3
continiu = 1;
_root.num0 = 0;
_root.Life = 100;
_root.num1 = 0;
stopAllSounds();
Instance of Symbol 80 MovieClip "pared" in Frame 3
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.pared)) {
_root.cir.vx = _root.cir.vx + 25;
}
}
Instance of Symbol 80 MovieClip "pared2" in Frame 3
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.pared2)) {
_root.cir.vx = _root.cir.vx - 25;
}
}
Instance of Symbol 80 MovieClip "pared3" in Frame 3
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.pared3)) {
_root.cir.vy = _root.cir.vy + 25;
}
}
Instance of Symbol 82 MovieClip "jo" in Frame 3
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.jo)) {
_root.cir.gravedad = 2;
}
}
Frame 4
stop();
mech = 1;
Instance of Symbol 82 MovieClip "suelo" in Frame 4
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.suelo)) {
_root.cir._y = o;
}
}
Instance of Symbol 90 MovieClip "go" in Frame 4
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.go)) {
gotoAndStop (4);
_root.go(undefined);
}
}
Instance of Symbol 90 MovieClip "go2" in Frame 4
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.go2)) {
gotoAndStop (4);
_root.go2(undefined);
}
}
Instance of Symbol 117 MovieClip "cir" in Frame 4
onClipEvent (load) {
gravedad = 2;
_root.go1.gotoAndPlay(2);
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.suelo)) {
}
}
onClipEvent (enterFrame) {
vy = vy + gravedad;
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.suelo)) {
gravedad = 0;
}
fricion = 0.8;
friction = 0.8;
vx = vx * friction;
vy = vy * fricion;
this._x = this._x + vx;
this._y = this._y + vy;
if (Key.isDown(37)) {
vx = -25;
}
if (Key.isDown(39)) {
vx = 25;
}
if (_root.Life >= 1) {
if (Key.isDown(38)) {
vy = -15;
gotoAndPlay (3);
}
}
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.go1)) {
_root.gotoAndPlay(5);
}
}
onClipEvent (enterFrame) {
if (Number(_root.num0) >= 150) {
_root.go1.gotoAndPlay(1);
}
}
onClipEvent (enterFrame) {
if (_root.Life >= 1) {
if (_root.cir.hitTest(_root.fire)) {
_root.Life = Number(_root.Life) - 5;
}
if (_root.cir.hitTest(_root.fire2)) {
_root.Life = Number(_root.Life) - 5;
}
}
if (_root.Life <= 0) {
_root.cir.gotoAndStop(5);
if (Key.isDown(38)) {
vy = 0;
}
}
}
onClipEvent (enterFrame) {
if (_root.Life >= 1) {
if (_root.cir.hitTest(_root.fire)) {
_root.cir.gotoAndPlay(6);
}
}
}
onClipEvent (enterFrame) {
if (_root.Life >= 1) {
if (_root.cir.hitTest(_root.fire2)) {
_root.cir.gotoAndPlay(6);
}
}
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.fire1)) {
_root.cir.gotoAndPlay(6);
}
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.fire1)) {
_root.cir.gotoAndPlay(6);
}
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.cura)) {
_root.Life = Number(_root.Life) + 50;
}
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.cura)) {
_root.cura.gotoAndStop(25);
}
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.fire1)) {
_root.cir.gotoAndPlay(20);
}
}
Frame 5
stop();
Instance of Symbol 90 MovieClip "go2" in Frame 5
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.go2)) {
gotoAndStop (4);
_root.go2(undefined);
}
}
Instance of Symbol 90 MovieClip "go" in Frame 5
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.go)) {
gotoAndStop (4);
_root.go(undefined);
}
}
Instance of Symbol 117 MovieClip "cir" in Frame 5
onClipEvent (load) {
gravedad = 2;
_root.go1.gotoAndPlay(2);
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.suelo)) {
}
}
onClipEvent (enterFrame) {
vy = vy + gravedad;
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.suelo)) {
gravedad = 0;
}
fricion = 0.8;
friction = 0.8;
vx = vx * friction;
vy = vy * fricion;
this._x = this._x + vx;
this._y = this._y + vy;
if (Key.isDown(37)) {
vx = -25;
}
if (Key.isDown(39)) {
vx = 25;
}
if (_root.Life >= 1) {
if (Key.isDown(38)) {
vy = -15;
gotoAndPlay (3);
}
}
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.go1)) {
_root.gotoAndPlay(6);
}
}
onClipEvent (enterFrame) {
if (Number(_root.num0) >= 300) {
_root.go1.gotoAndPlay(1);
}
}
onClipEvent (enterFrame) {
if (_root.Life >= 1) {
if (_root.cir.hitTest(_root.fire)) {
_root.Life = Number(_root.Life) - 5;
}
if (_root.cir.hitTest(_root.fire2)) {
_root.Life = Number(_root.Life) - 5;
}
}
if (_root.Life <= 0) {
_root.cir.gotoAndStop(5);
if (Key.isDown(38)) {
vy = 0;
}
}
}
onClipEvent (enterFrame) {
if (_root.Life >= 1) {
if (_root.cir.hitTest(_root.fire)) {
_root.cir.gotoAndPlay(6);
}
}
}
onClipEvent (enterFrame) {
if (_root.Life >= 1) {
if (_root.cir.hitTest(_root.fire2)) {
_root.cir.gotoAndPlay(6);
}
}
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.fire1)) {
_root.cir.gotoAndPlay(6);
}
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.fire1)) {
_root.cir.gotoAndPlay(6);
}
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.cura)) {
_root.Life = Number(_root.Life) + 50;
}
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.cura)) {
_root.cura.gotoAndStop(25);
}
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.fire1)) {
_root.cir.gotoAndPlay(20);
}
}
Frame 6
stop();
Instance of Symbol 90 MovieClip "go" in Frame 6
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.go)) {
gotoAndStop (4);
_root.go(undefined);
}
}
Instance of Symbol 90 MovieClip "go2" in Frame 6
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.go2)) {
gotoAndStop (4);
_root.go2(undefined);
}
}
Instance of Symbol 117 MovieClip "cir" in Frame 6
onClipEvent (load) {
gravedad = 2;
_root.go1.gotoAndPlay(2);
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.suelo)) {
}
}
onClipEvent (enterFrame) {
vy = vy + gravedad;
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.suelo)) {
gravedad = 0;
}
fricion = 0.8;
friction = 0.8;
vx = vx * friction;
vy = vy * fricion;
this._x = this._x + vx;
this._y = this._y + vy;
if (Key.isDown(37)) {
vx = -25;
}
if (Key.isDown(39)) {
vx = 25;
}
if (_root.Life >= 1) {
if (Key.isDown(38)) {
vy = -15;
gotoAndPlay (3);
}
}
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.go1)) {
_root.gotoAndPlay(7);
}
}
onClipEvent (enterFrame) {
if (Number(_root.num0) >= 450) {
_root.go1.gotoAndPlay(1);
}
}
onClipEvent (enterFrame) {
if (_root.Life >= 1) {
if (_root.cir.hitTest(_root.fire)) {
_root.Life = Number(_root.Life) - 5;
}
if (_root.cir.hitTest(_root.fire2)) {
_root.Life = Number(_root.Life) - 5;
}
}
if (_root.Life <= 0) {
_root.cir.gotoAndStop(5);
if (Key.isDown(38)) {
vy = 0;
}
}
}
onClipEvent (enterFrame) {
if (_root.Life >= 1) {
if (_root.cir.hitTest(_root.fire)) {
_root.cir.gotoAndPlay(6);
}
}
}
onClipEvent (enterFrame) {
if (_root.Life >= 1) {
if (_root.cir.hitTest(_root.fire2)) {
_root.cir.gotoAndPlay(6);
}
}
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.fire1)) {
_root.cir.gotoAndPlay(6);
}
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.fire1)) {
_root.cir.gotoAndPlay(6);
}
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.cura)) {
_root.Life = Number(_root.Life) + 50;
}
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.cura)) {
_root.cura.gotoAndStop(25);
}
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.fire1)) {
_root.cir.gotoAndPlay(20);
}
}
Frame 7
stop();
Instance of Symbol 90 MovieClip "go" in Frame 7
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.go)) {
gotoAndStop (4);
_root.go(undefined);
}
}
Instance of Symbol 90 MovieClip "go2" in Frame 7
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.go2)) {
gotoAndStop (4);
_root.go2(undefined);
}
}
Instance of Symbol 94 MovieClip "go1" in Frame 7
/* no clip actions */
Instance of Symbol 117 MovieClip "cir" in Frame 7
onClipEvent (load) {
gravedad = 2;
_root.go1.gotoAndPlay(2);
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.suelo)) {
}
}
onClipEvent (enterFrame) {
vy = vy + gravedad;
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.suelo)) {
gravedad = 0;
}
fricion = 0.8;
friction = 0.8;
vx = vx * friction;
vy = vy * fricion;
this._x = this._x + vx;
this._y = this._y + vy;
if (Key.isDown(37)) {
vx = -25;
}
if (Key.isDown(39)) {
vx = 25;
}
if (_root.Life >= 1) {
if (Key.isDown(38)) {
vy = -15;
gotoAndPlay (3);
}
}
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.go1)) {
_root.gotoAndPlay(8);
}
}
onClipEvent (enterFrame) {
if (Number(_root.num0) >= 600) {
_root.go1.gotoAndPlay(1);
}
}
onClipEvent (enterFrame) {
if (_root.Life >= 1) {
if (_root.cir.hitTest(_root.fire)) {
_root.Life = Number(_root.Life) - 5;
}
if (_root.cir.hitTest(_root.fire2)) {
_root.Life = Number(_root.Life) - 5;
}
}
if (_root.Life <= 0) {
_root.cir.gotoAndStop(5);
if (Key.isDown(38)) {
vy = 0;
}
}
}
onClipEvent (enterFrame) {
if (_root.Life >= 1) {
if (_root.cir.hitTest(_root.fire)) {
_root.cir.gotoAndPlay(6);
}
}
}
onClipEvent (enterFrame) {
if (_root.Life >= 1) {
if (_root.cir.hitTest(_root.fire2)) {
_root.cir.gotoAndPlay(6);
}
}
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.fire1)) {
_root.cir.gotoAndPlay(6);
}
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.fire1)) {
_root.cir.gotoAndPlay(6);
}
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.cura)) {
_root.Life = Number(_root.Life) + 50;
}
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.cura)) {
_root.cura.gotoAndStop(25);
}
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.fire1)) {
_root.cir.gotoAndPlay(20);
}
}
Frame 8
stop();
Instance of Symbol 90 MovieClip "go" in Frame 8
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.go)) {
gotoAndStop (4);
_root.go(undefined);
}
}
Instance of Symbol 90 MovieClip "go2" in Frame 8
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.go2)) {
gotoAndStop (4);
_root.go2(undefined);
}
}
Instance of Symbol 94 MovieClip "go1" in Frame 8
/* no clip actions */
Instance of Symbol 117 MovieClip "cir" in Frame 8
onClipEvent (load) {
gravedad = 2;
_root.go1.gotoAndPlay(2);
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.suelo)) {
}
}
onClipEvent (enterFrame) {
vy = vy + gravedad;
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.suelo)) {
gravedad = 0;
}
fricion = 0.8;
friction = 0.8;
vx = vx * friction;
vy = vy * fricion;
this._x = this._x + vx;
this._y = this._y + vy;
if (Key.isDown(37)) {
vx = -25;
}
if (Key.isDown(39)) {
vx = 25;
}
if (_root.Life >= 1) {
if (Key.isDown(38)) {
vy = -15;
gotoAndPlay (3);
}
}
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.go1)) {
_root.gotoAndPlay(9);
}
}
onClipEvent (enterFrame) {
if (Number(_root.num0) >= 750) {
_root.go1.gotoAndPlay(1);
}
}
onClipEvent (enterFrame) {
if (_root.Life >= 1) {
if (_root.cir.hitTest(_root.fire)) {
_root.Life = Number(_root.Life) - 5;
}
if (_root.cir.hitTest(_root.fire2)) {
_root.Life = Number(_root.Life) - 5;
}
}
if (_root.Life <= 0) {
_root.cir.gotoAndStop(5);
if (Key.isDown(38)) {
vy = 0;
}
}
}
onClipEvent (enterFrame) {
if (_root.Life >= 1) {
if (_root.cir.hitTest(_root.fire)) {
_root.cir.gotoAndPlay(6);
}
}
}
onClipEvent (enterFrame) {
if (_root.Life >= 1) {
if (_root.cir.hitTest(_root.fire2)) {
_root.cir.gotoAndPlay(6);
}
}
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.fire1)) {
_root.cir.gotoAndPlay(6);
}
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.fire1)) {
_root.cir.gotoAndPlay(6);
}
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.cura)) {
_root.Life = Number(_root.Life) + 50;
}
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.cura)) {
_root.cura.gotoAndStop(25);
}
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.fire1)) {
_root.cir.gotoAndPlay(20);
}
}
Frame 9
stop();
Instance of Symbol 90 MovieClip "go" in Frame 9
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.go)) {
gotoAndStop (4);
_root.go(undefined);
}
}
Instance of Symbol 90 MovieClip "go2" in Frame 9
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.go2)) {
gotoAndStop (4);
_root.go2(undefined);
}
}
Instance of Symbol 94 MovieClip "go1" in Frame 9
/* no clip actions */
Instance of Symbol 117 MovieClip "cir" in Frame 9
onClipEvent (load) {
gravedad = 2;
_root.go1.gotoAndPlay(2);
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.suelo)) {
}
}
onClipEvent (enterFrame) {
vy = vy + gravedad;
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.suelo)) {
gravedad = 0;
}
fricion = 0.8;
friction = 0.8;
vx = vx * friction;
vy = vy * fricion;
this._x = this._x + vx;
this._y = this._y + vy;
if (Key.isDown(37)) {
vx = -25;
}
if (Key.isDown(39)) {
vx = 25;
}
if (_root.Life >= 1) {
if (Key.isDown(38)) {
vy = -15;
gotoAndPlay (3);
}
}
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.go1)) {
_root.gotoAndPlay(10);
}
}
onClipEvent (enterFrame) {
if (Number(_root.num0) >= 900) {
_root.go1.gotoAndPlay(1);
}
}
onClipEvent (enterFrame) {
if (_root.Life >= 1) {
if (_root.cir.hitTest(_root.fire)) {
_root.Life = Number(_root.Life) - 5;
}
if (_root.cir.hitTest(_root.fire2)) {
_root.Life = Number(_root.Life) - 5;
}
}
if (_root.Life <= 0) {
_root.cir.gotoAndStop(5);
if (Key.isDown(38)) {
vy = 0;
}
}
}
onClipEvent (enterFrame) {
if (_root.Life >= 1) {
if (_root.cir.hitTest(_root.fire)) {
_root.cir.gotoAndPlay(6);
}
}
}
onClipEvent (enterFrame) {
if (_root.Life >= 1) {
if (_root.cir.hitTest(_root.fire2)) {
_root.cir.gotoAndPlay(6);
}
}
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.fire1)) {
_root.cir.gotoAndPlay(6);
}
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.fire1)) {
_root.cir.gotoAndPlay(6);
}
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.cura)) {
_root.Life = Number(_root.Life) + 50;
}
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.cura)) {
_root.cura.gotoAndStop(25);
}
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.fire1)) {
_root.cir.gotoAndPlay(20);
}
}
Frame 10
stop();
Instance of Symbol 90 MovieClip "go" in Frame 10
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.go)) {
gotoAndStop (4);
_root.go(undefined);
}
}
Instance of Symbol 90 MovieClip "go2" in Frame 10
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.go2)) {
gotoAndStop (4);
_root.go2(undefined);
}
}
Instance of Symbol 94 MovieClip "go1" in Frame 10
/* no clip actions */
Instance of Symbol 117 MovieClip "cir" in Frame 10
onClipEvent (load) {
gravedad = 2;
_root.go1.gotoAndPlay(2);
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.suelo)) {
}
}
onClipEvent (enterFrame) {
vy = vy + gravedad;
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.suelo)) {
gravedad = 0;
}
fricion = 0.8;
friction = 0.8;
vx = vx * friction;
vy = vy * fricion;
this._x = this._x + vx;
this._y = this._y + vy;
if (Key.isDown(37)) {
vx = -25;
}
if (Key.isDown(39)) {
vx = 25;
}
if (_root.Life >= 1) {
if (Key.isDown(38)) {
vy = -15;
gotoAndPlay (3);
}
}
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.go1)) {
_root.gotoAndPlay(11);
}
}
onClipEvent (enterFrame) {
if (Number(_root.num0) >= 1050) {
_root.go1.gotoAndPlay(1);
}
}
onClipEvent (enterFrame) {
if (_root.Life >= 1) {
if (_root.cir.hitTest(_root.fire)) {
_root.Life = Number(_root.Life) - 5;
}
if (_root.cir.hitTest(_root.fire2)) {
_root.Life = Number(_root.Life) - 5;
}
}
if (_root.Life <= 0) {
_root.cir.gotoAndStop(5);
if (Key.isDown(38)) {
vy = 0;
}
}
}
onClipEvent (enterFrame) {
if (_root.Life >= 1) {
if (_root.cir.hitTest(_root.fire)) {
_root.cir.gotoAndPlay(6);
}
}
}
onClipEvent (enterFrame) {
if (_root.Life >= 1) {
if (_root.cir.hitTest(_root.fire2)) {
_root.cir.gotoAndPlay(6);
}
}
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.fire1)) {
_root.cir.gotoAndPlay(6);
}
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.fire1)) {
_root.cir.gotoAndPlay(6);
}
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.cura)) {
_root.Life = Number(_root.Life) + 50;
}
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.cura)) {
_root.cura.gotoAndStop(25);
}
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.fire1)) {
_root.cir.gotoAndPlay(20);
}
}
Frame 11
stop();
Instance of Symbol 90 MovieClip "go" in Frame 11
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.go)) {
gotoAndStop (4);
_root.go(undefined);
}
}
Instance of Symbol 90 MovieClip "go2" in Frame 11
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.go2)) {
gotoAndStop (4);
_root.go2(undefined);
}
}
Instance of Symbol 94 MovieClip "go1" in Frame 11
/* no clip actions */
Instance of Symbol 149 MovieClip "cura" in Frame 11
/* no clip actions */
Instance of Symbol 117 MovieClip "cir" in Frame 11
onClipEvent (load) {
gravedad = 2;
_root.go1.gotoAndPlay(2);
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.suelo)) {
}
}
onClipEvent (enterFrame) {
vy = vy + gravedad;
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.suelo)) {
gravedad = 0;
}
fricion = 0.8;
friction = 0.8;
vx = vx * friction;
vy = vy * fricion;
this._x = this._x + vx;
this._y = this._y + vy;
if (Key.isDown(37)) {
vx = -25;
}
if (Key.isDown(39)) {
vx = 25;
}
if (_root.Life >= 1) {
if (Key.isDown(38)) {
vy = -15;
gotoAndPlay (3);
}
}
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.go1)) {
_root.gotoAndPlay(12);
}
}
onClipEvent (enterFrame) {
if (Number(_root.num0) >= 1200) {
_root.go1.gotoAndPlay(1);
}
}
onClipEvent (enterFrame) {
if (_root.Life >= 1) {
if (_root.cir.hitTest(_root.fire)) {
_root.Life = Number(_root.Life) - 5;
}
if (_root.cir.hitTest(_root.fire2)) {
_root.Life = Number(_root.Life) - 5;
}
}
if (_root.Life <= 0) {
_root.cir.gotoAndStop(5);
if (Key.isDown(38)) {
vy = 0;
}
}
}
onClipEvent (enterFrame) {
if (_root.Life >= 1) {
if (_root.cir.hitTest(_root.fire)) {
_root.cir.gotoAndPlay(6);
}
}
}
onClipEvent (enterFrame) {
if (_root.Life >= 1) {
if (_root.cir.hitTest(_root.fire2)) {
_root.cir.gotoAndPlay(6);
}
}
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.fire1)) {
_root.cir.gotoAndPlay(6);
}
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.fire1)) {
_root.cir.gotoAndPlay(6);
}
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.cura)) {
_root.Life = Number(_root.Life) + 50;
}
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.cura)) {
_root.cura.gotoAndStop(25);
}
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.fire1)) {
_root.cir.gotoAndPlay(20);
}
}
Frame 12
stop();
Instance of Symbol 90 MovieClip "go" in Frame 12
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.go)) {
gotoAndStop (4);
_root.go(undefined);
}
}
Instance of Symbol 90 MovieClip "go2" in Frame 12
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.go2)) {
gotoAndStop (4);
_root.go2(undefined);
}
}
Instance of Symbol 94 MovieClip "go1" in Frame 12
/* no clip actions */
Instance of Symbol 117 MovieClip "cir" in Frame 12
onClipEvent (load) {
gravedad = 2;
_root.go1.gotoAndPlay(2);
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.suelo)) {
}
}
onClipEvent (enterFrame) {
vy = vy + gravedad;
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.suelo)) {
gravedad = 0;
}
fricion = 0.8;
friction = 0.8;
vx = vx * friction;
vy = vy * fricion;
this._x = this._x + vx;
this._y = this._y + vy;
if (Key.isDown(37)) {
vx = -25;
}
if (Key.isDown(39)) {
vx = 25;
}
if (_root.Life >= 1) {
if (Key.isDown(38)) {
vy = -15;
gotoAndPlay (3);
}
}
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.go1)) {
_root.gotoAndPlay(13);
}
}
onClipEvent (enterFrame) {
if (Number(_root.num0) >= 1350) {
_root.go1.gotoAndPlay(1);
}
}
onClipEvent (enterFrame) {
if (_root.Life >= 1) {
if (_root.cir.hitTest(_root.fire)) {
_root.Life = Number(_root.Life) - 5;
}
if (_root.cir.hitTest(_root.fire2)) {
_root.Life = Number(_root.Life) - 5;
}
}
if (_root.Life <= 0) {
_root.cir.gotoAndStop(5);
if (Key.isDown(38)) {
vy = 0;
}
}
}
onClipEvent (enterFrame) {
if (_root.Life >= 1) {
if (_root.cir.hitTest(_root.fire)) {
_root.cir.gotoAndPlay(6);
}
}
}
onClipEvent (enterFrame) {
if (_root.Life >= 1) {
if (_root.cir.hitTest(_root.fire2)) {
_root.cir.gotoAndPlay(6);
}
}
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.fire1)) {
_root.cir.gotoAndPlay(6);
}
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.fire1)) {
_root.cir.gotoAndPlay(6);
}
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.cura)) {
_root.Life = Number(_root.Life) + 50;
}
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.cura)) {
_root.cura.gotoAndStop(25);
}
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.fire1)) {
_root.cir.gotoAndPlay(20);
}
}
Frame 13
stop();
Instance of Symbol 82 MovieClip "suelo" in Frame 13
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.suelo)) {
_root.cir._y = o;
}
}
Instance of Symbol 94 MovieClip "go1" in Frame 13
/* no clip actions */
Instance of Symbol 189 MovieClip "coin" in Frame 13
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.coin)) {
_root.coin._x = random(500);
_root.coin._y = random(325);
_root.num0 = Number(_root.num0) + 50;
_root.sondo.gotoAndPlay(2);
}
}
onClipEvent (enterFrame) {
if (Number(_root.num0) >= 2000) {
_root.coin.gotoAndPlay(3);
}
}
Instance of Symbol 149 MovieClip "cura" in Frame 13
/* no clip actions */
Instance of Symbol 82 MovieClip "izquierda" in Frame 13
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.jo)) {
_root.cir.gravedad = 2;
}
}
Instance of Symbol 82 MovieClip "izquierda" in Frame 13
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.jo)) {
_root.cir.gravedad = 2;
}
}
Instance of Symbol 117 MovieClip "cir" in Frame 13
onClipEvent (load) {
gravedad = 2;
_root.go1.gotoAndPlay(2);
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.suelo)) {
}
}
onClipEvent (enterFrame) {
vy = vy + gravedad;
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.suelo)) {
gravedad = 0;
}
fricion = 0.8;
friction = 0.8;
vx = vx * friction;
vy = vy * fricion;
this._x = this._x + vx;
this._y = this._y + vy;
if (Key.isDown(37)) {
vx = -25;
}
if (Key.isDown(39)) {
vx = 25;
}
if (_root.Life >= 1) {
if (Key.isDown(38)) {
vy = -15;
gotoAndPlay (3);
}
}
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.go1)) {
_root.gotoAndPlay(15);
}
}
onClipEvent (enterFrame) {
if (Number(_root.num0) >= 2000) {
_root.go1.gotoAndPlay(1);
}
}
onClipEvent (enterFrame) {
if (_root.Life >= 1) {
if (_root.cir.hitTest(_root.fire)) {
_root.Life = Number(_root.Life) - 2;
}
if (_root.cir.hitTest(_root.fire2)) {
_root.Life = Number(_root.Life) - 2;
}
}
if (_root.Life <= 0) {
_root.cir.gotoAndStop(5);
if (Key.isDown(38)) {
vy = 0;
}
}
}
onClipEvent (enterFrame) {
if (_root.Life >= 1) {
if (_root.cir.hitTest(_root.fire)) {
_root.cir.gotoAndPlay(6);
}
}
}
onClipEvent (enterFrame) {
if (_root.Life >= 1) {
if (_root.cir.hitTest(_root.fire2)) {
_root.cir.gotoAndPlay(6);
}
}
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.fire1)) {
_root.cir.gotoAndPlay(6);
}
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.fire1)) {
_root.cir.gotoAndPlay(6);
}
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.cura)) {
_root.Life = Number(_root.Life) + 50;
}
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.cura)) {
_root.cura.gotoAndStop(25);
}
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.fire1)) {
_root.cir.gotoAndPlay(20);
}
}
Frame 14
gotoAndPlay (1);
continiu = 2;
Frame 15
stop();
gotoAndPlay (16);
_root.num0 = 0;
_root.Life = 200;
_root.num1 = 0;
gotoAndPlay (16);
num0 = 2000;
continiu = 2;
Instance of Symbol 80 MovieClip "pared" in Frame 15
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.pared)) {
_root.cir.vx = _root.cir.vx + 25;
}
}
Instance of Symbol 80 MovieClip "pared2" in Frame 15
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.pared2)) {
_root.cir.vx = _root.cir.vx - 25;
}
}
Instance of Symbol 80 MovieClip "pared3" in Frame 15
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.pared3)) {
_root.cir.vy = _root.cir.vy + 25;
}
}
Instance of Symbol 82 MovieClip "jo" in Frame 15
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.jo)) {
_root.cir.gravedad = 2;
}
}
Frame 16
stop();
Instance of Symbol 82 MovieClip "jo" in Frame 16
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.jo)) {
_root.cir.gravedad = 2;
}
}
Instance of Symbol 82 MovieClip "suelo" in Frame 16
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.suelo)) {
_root.cir._y = o;
}
}
Instance of Symbol 90 MovieClip "go" in Frame 16
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.go)) {
gotoAndStop (4);
_root.go(undefined);
}
}
Instance of Symbol 90 MovieClip "go2" in Frame 16
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.go2)) {
gotoAndStop (4);
_root.go2(undefined);
}
}
Instance of Symbol 117 MovieClip "cir" in Frame 16
onClipEvent (load) {
gravedad = 2;
_root.go1.gotoAndPlay(2);
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.suelo)) {
}
}
onClipEvent (enterFrame) {
vy = vy + gravedad;
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.suelo)) {
gravedad = 0;
}
fricion = 0.8;
friction = 0.8;
vx = vx * friction;
vy = vy * fricion;
this._x = this._x + vx;
this._y = this._y + vy;
if (Key.isDown(37)) {
vx = -25;
}
if (Key.isDown(39)) {
vx = 25;
}
if (_root.Life >= 1) {
if (Key.isDown(38)) {
vy = -15;
gotoAndPlay (3);
}
}
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.go1)) {
_root.gotoAndPlay(17);
}
}
onClipEvent (enterFrame) {
if (Number(_root.num0) >= 2150) {
_root.go1.gotoAndPlay(1);
}
}
onClipEvent (enterFrame) {
if (_root.Life >= 1) {
if (_root.cir.hitTest(_root.fire)) {
_root.Life = Number(_root.Life) - 5;
}
if (_root.cir.hitTest(_root.fire2)) {
_root.Life = Number(_root.Life) - 5;
}
}
if (_root.Life <= 0) {
_root.cir.gotoAndStop(5);
if (Key.isDown(38)) {
vy = 0;
}
}
}
onClipEvent (enterFrame) {
if (_root.Life >= 1) {
if (_root.cir.hitTest(_root.fire)) {
_root.cir.gotoAndPlay(6);
}
}
}
onClipEvent (enterFrame) {
if (_root.Life >= 1) {
if (_root.cir.hitTest(_root.fire2)) {
_root.cir.gotoAndPlay(6);
}
}
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.fire1)) {
_root.cir.gotoAndPlay(6);
}
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.fire1)) {
_root.cir.gotoAndPlay(6);
}
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.cura)) {
_root.Life = Number(_root.Life) + 50;
}
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.cura)) {
_root.cura.gotoAndStop(25);
}
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.fire1)) {
_root.cir.gotoAndPlay(20);
}
}
Frame 17
stop();
stop();
Instance of Symbol 90 MovieClip "go" in Frame 17
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.go)) {
gotoAndStop (4);
_root.go(undefined);
}
}
Instance of Symbol 117 MovieClip "cir" in Frame 17
onClipEvent (load) {
gravedad = 2;
_root.go1.gotoAndPlay(2);
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.suelo)) {
}
}
onClipEvent (enterFrame) {
vy = vy + gravedad;
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.suelo)) {
gravedad = 0;
}
fricion = 0.8;
friction = 0.8;
vx = vx * friction;
vy = vy * fricion;
this._x = this._x + vx;
this._y = this._y + vy;
if (Key.isDown(37)) {
vx = -25;
}
if (Key.isDown(39)) {
vx = 25;
}
if (_root.Life >= 1) {
if (Key.isDown(38)) {
vy = -15;
gotoAndPlay (3);
}
}
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.go1)) {
_root.gotoAndPlay(18);
}
}
onClipEvent (enterFrame) {
if (Number(_root.num0) >= 2300) {
_root.go1.gotoAndPlay(1);
}
}
onClipEvent (enterFrame) {
if (_root.Life >= 1) {
if (_root.cir.hitTest(_root.fire)) {
_root.Life = Number(_root.Life) - 5;
}
if (_root.cir.hitTest(_root.fire2)) {
_root.Life = Number(_root.Life) - 5;
}
}
if (_root.Life <= 0) {
_root.cir.gotoAndStop(5);
if (Key.isDown(38)) {
vy = 0;
}
}
}
onClipEvent (enterFrame) {
if (_root.Life >= 1) {
if (_root.cir.hitTest(_root.fire)) {
_root.cir.gotoAndPlay(6);
}
}
}
onClipEvent (enterFrame) {
if (_root.Life >= 1) {
if (_root.cir.hitTest(_root.fire2)) {
_root.cir.gotoAndPlay(6);
}
}
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.fire1)) {
_root.cir.gotoAndPlay(6);
}
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.fire1)) {
_root.cir.gotoAndPlay(6);
}
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.cura)) {
_root.Life = Number(_root.Life) + 50;
}
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.cura)) {
_root.cura.gotoAndStop(25);
}
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.fire1)) {
_root.cir.gotoAndPlay(20);
}
}
Instance of Symbol 90 MovieClip "go3" in Frame 17
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.go3)) {
gotoAndStop (4);
_root.go3(undefined);
}
}
Instance of Symbol 149 MovieClip "cura" in Frame 17
/* no clip actions */
Frame 18
stop();
Instance of Symbol 90 MovieClip "go" in Frame 18
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.go)) {
gotoAndStop (4);
_root.go(undefined);
}
}
Instance of Symbol 117 MovieClip "cir" in Frame 18
onClipEvent (load) {
gravedad = 2;
_root.go1.gotoAndPlay(2);
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.suelo)) {
}
}
onClipEvent (enterFrame) {
vy = vy + gravedad;
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.suelo)) {
gravedad = 0;
}
fricion = 0.8;
friction = 0.8;
vx = vx * friction;
vy = vy * fricion;
this._x = this._x + vx;
this._y = this._y + vy;
if (Key.isDown(37)) {
vx = -25;
}
if (Key.isDown(39)) {
vx = 25;
}
if (_root.Life >= 1) {
if (Key.isDown(38)) {
vy = -15;
gotoAndPlay (3);
}
}
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.go1)) {
_root.gotoAndPlay(19);
}
}
onClipEvent (enterFrame) {
if (Number(_root.num0) >= 2450) {
_root.go1.gotoAndPlay(1);
}
}
onClipEvent (enterFrame) {
if (_root.Life >= 1) {
if (_root.cir.hitTest(_root.fire)) {
_root.Life = Number(_root.Life) - 5;
}
if (_root.cir.hitTest(_root.fire2)) {
_root.Life = Number(_root.Life) - 5;
}
}
if (_root.Life <= 0) {
_root.cir.gotoAndStop(5);
if (Key.isDown(38)) {
vy = 0;
}
}
}
onClipEvent (enterFrame) {
if (_root.Life >= 1) {
if (_root.cir.hitTest(_root.fire)) {
_root.cir.gotoAndPlay(6);
}
}
}
onClipEvent (enterFrame) {
if (_root.Life >= 1) {
if (_root.cir.hitTest(_root.fire2)) {
_root.cir.gotoAndPlay(6);
}
}
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.fire1)) {
_root.cir.gotoAndPlay(6);
}
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.fire1)) {
_root.cir.gotoAndPlay(6);
}
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.cura)) {
_root.Life = Number(_root.Life) + 50;
}
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.cura)) {
_root.cura.gotoAndStop(25);
}
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.fire1)) {
_root.cir.gotoAndPlay(20);
}
}
Instance of Symbol 90 MovieClip "go3" in Frame 18
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.go3)) {
gotoAndStop (4);
_root.go3(undefined);
}
}
Instance of Symbol 149 MovieClip "cura" in Frame 18
/* no clip actions */
Frame 19
stop();
Instance of Symbol 90 MovieClip "go" in Frame 19
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.go)) {
gotoAndStop (4);
_root.go(undefined);
}
}
Instance of Symbol 117 MovieClip "cir" in Frame 19
onClipEvent (load) {
gravedad = 2;
_root.go1.gotoAndPlay(2);
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.suelo)) {
}
}
onClipEvent (enterFrame) {
vy = vy + gravedad;
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.suelo)) {
gravedad = 0;
}
fricion = 0.8;
friction = 0.8;
vx = vx * friction;
vy = vy * fricion;
this._x = this._x + vx;
this._y = this._y + vy;
if (Key.isDown(37)) {
vx = -25;
}
if (Key.isDown(39)) {
vx = 25;
}
if (_root.Life >= 1) {
if (Key.isDown(38)) {
vy = -15;
gotoAndPlay (3);
}
}
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.go1)) {
_root.gotoAndPlay(20);
}
}
onClipEvent (enterFrame) {
if (Number(_root.num0) >= 2600) {
_root.go1.gotoAndPlay(1);
}
}
onClipEvent (enterFrame) {
if (_root.Life >= 1) {
if (_root.cir.hitTest(_root.fire)) {
_root.Life = Number(_root.Life) - 5;
}
if (_root.cir.hitTest(_root.fire2)) {
_root.Life = Number(_root.Life) - 5;
}
}
if (_root.Life <= 0) {
_root.cir.gotoAndStop(5);
if (Key.isDown(38)) {
vy = 0;
}
}
}
onClipEvent (enterFrame) {
if (_root.Life >= 1) {
if (_root.cir.hitTest(_root.fire)) {
_root.cir.gotoAndPlay(6);
}
}
}
onClipEvent (enterFrame) {
if (_root.Life >= 1) {
if (_root.cir.hitTest(_root.fire2)) {
_root.cir.gotoAndPlay(6);
}
}
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.fire1)) {
_root.cir.gotoAndPlay(6);
}
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.fire1)) {
_root.cir.gotoAndPlay(6);
}
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.cura)) {
_root.Life = Number(_root.Life) + 50;
}
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.cura)) {
_root.cura.gotoAndStop(25);
}
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.fire1)) {
_root.cir.gotoAndPlay(20);
}
}
Instance of Symbol 90 MovieClip "go3" in Frame 19
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.go3)) {
gotoAndStop (4);
_root.go3(undefined);
}
}
Instance of Symbol 149 MovieClip "cura" in Frame 19
/* no clip actions */
Frame 20
stop();
Instance of Symbol 90 MovieClip "go" in Frame 20
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.go)) {
gotoAndStop (4);
_root.go(undefined);
}
}
Instance of Symbol 117 MovieClip "cir" in Frame 20
onClipEvent (load) {
gravedad = 2;
_root.go1.gotoAndPlay(2);
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.suelo)) {
}
}
onClipEvent (enterFrame) {
vy = vy + gravedad;
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.suelo)) {
gravedad = 0;
}
fricion = 0.8;
friction = 0.8;
vx = vx * friction;
vy = vy * fricion;
this._x = this._x + vx;
this._y = this._y + vy;
if (Key.isDown(37)) {
vx = -25;
}
if (Key.isDown(39)) {
vx = 25;
}
if (_root.Life >= 1) {
if (Key.isDown(38)) {
vy = -15;
gotoAndPlay (3);
}
}
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.go1)) {
_root.gotoAndPlay(21);
}
}
onClipEvent (enterFrame) {
if (Number(_root.num0) >= 2750) {
_root.go1.gotoAndPlay(1);
}
}
onClipEvent (enterFrame) {
if (_root.Life >= 1) {
if (_root.cir.hitTest(_root.fire)) {
_root.Life = Number(_root.Life) - 5;
}
if (_root.cir.hitTest(_root.fire2)) {
_root.Life = Number(_root.Life) - 5;
}
}
if (_root.Life <= 0) {
_root.cir.gotoAndStop(5);
if (Key.isDown(38)) {
vy = 0;
}
}
}
onClipEvent (enterFrame) {
if (_root.Life >= 1) {
if (_root.cir.hitTest(_root.fire)) {
_root.cir.gotoAndPlay(6);
}
}
}
onClipEvent (enterFrame) {
if (_root.Life >= 1) {
if (_root.cir.hitTest(_root.fire2)) {
_root.cir.gotoAndPlay(6);
}
}
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.fire1)) {
_root.cir.gotoAndPlay(6);
}
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.fire1)) {
_root.cir.gotoAndPlay(6);
}
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.cura)) {
_root.Life = Number(_root.Life) + 50;
}
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.cura)) {
_root.cura.gotoAndStop(25);
}
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.fire1)) {
_root.cir.gotoAndPlay(20);
}
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.cura2)) {
_root.Life = Number(_root.Life) + 50;
}
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.cura2)) {
_root.cura2.gotoAndStop(25);
}
}
Instance of Symbol 90 MovieClip "go3" in Frame 20
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.go3)) {
gotoAndStop (4);
_root.go3(undefined);
}
}
Instance of Symbol 149 MovieClip "cura" in Frame 20
/* no clip actions */
Instance of Symbol 149 MovieClip "cura2" in Frame 20
/* no clip actions */
Frame 21
stop();
Instance of Symbol 90 MovieClip "go" in Frame 21
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.go)) {
gotoAndStop (4);
_root.go(undefined);
}
}
Instance of Symbol 117 MovieClip "cir" in Frame 21
onClipEvent (load) {
gravedad = 2;
_root.go1.gotoAndPlay(2);
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.suelo)) {
}
}
onClipEvent (enterFrame) {
vy = vy + gravedad;
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.suelo)) {
gravedad = 0;
}
fricion = 0.8;
friction = 0.8;
vx = vx * friction;
vy = vy * fricion;
this._x = this._x + vx;
this._y = this._y + vy;
if (Key.isDown(37)) {
vx = -25;
}
if (Key.isDown(39)) {
vx = 25;
}
if (_root.Life >= 1) {
if (Key.isDown(38)) {
vy = -15;
gotoAndPlay (3);
}
}
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.go1)) {
_root.gotoAndPlay(22);
}
}
onClipEvent (enterFrame) {
if (Number(_root.num0) >= 2900) {
_root.go1.gotoAndPlay(1);
}
}
onClipEvent (enterFrame) {
if (_root.Life >= 1) {
if (_root.cir.hitTest(_root.fire)) {
_root.Life = Number(_root.Life) - 5;
}
if (_root.cir.hitTest(_root.fire2)) {
_root.Life = Number(_root.Life) - 5;
}
}
if (_root.Life <= 0) {
_root.cir.gotoAndStop(5);
if (Key.isDown(38)) {
vy = 0;
}
}
}
onClipEvent (enterFrame) {
if (_root.Life >= 1) {
if (_root.cir.hitTest(_root.fire)) {
_root.cir.gotoAndPlay(6);
}
}
}
onClipEvent (enterFrame) {
if (_root.Life >= 1) {
if (_root.cir.hitTest(_root.fire2)) {
_root.cir.gotoAndPlay(6);
}
}
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.fire1)) {
_root.cir.gotoAndPlay(6);
}
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.fire1)) {
_root.cir.gotoAndPlay(6);
}
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.cura)) {
_root.Life = Number(_root.Life) + 50;
}
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.cura)) {
_root.cura.gotoAndStop(25);
}
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.fire1)) {
_root.cir.gotoAndPlay(20);
}
}
Instance of Symbol 90 MovieClip "go3" in Frame 21
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.go3)) {
gotoAndStop (4);
_root.go3(undefined);
}
}
Instance of Symbol 149 MovieClip "cura" in Frame 21
/* no clip actions */
Frame 22
stop();
Instance of Symbol 90 MovieClip "go" in Frame 22
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.go)) {
gotoAndStop (4);
_root.go(undefined);
}
}
Instance of Symbol 117 MovieClip "cir" in Frame 22
onClipEvent (load) {
gravedad = 2;
_root.go1.gotoAndPlay(2);
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.suelo)) {
}
}
onClipEvent (enterFrame) {
vy = vy + gravedad;
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.suelo)) {
gravedad = 0;
}
fricion = 0.8;
friction = 0.8;
vx = vx * friction;
vy = vy * fricion;
this._x = this._x + vx;
this._y = this._y + vy;
if (Key.isDown(37)) {
vx = -25;
}
if (Key.isDown(39)) {
vx = 25;
}
if (_root.Life >= 1) {
if (Key.isDown(38)) {
vy = -15;
gotoAndPlay (3);
}
}
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.go1)) {
_root.gotoAndPlay(23);
}
}
onClipEvent (enterFrame) {
if (Number(_root.num0) >= 3050) {
_root.go1.gotoAndPlay(1);
}
}
onClipEvent (enterFrame) {
if (_root.Life >= 1) {
if (_root.cir.hitTest(_root.fire)) {
_root.Life = Number(_root.Life) - 5;
}
if (_root.cir.hitTest(_root.fire2)) {
_root.Life = Number(_root.Life) - 5;
}
}
if (_root.Life <= 0) {
_root.cir.gotoAndStop(5);
if (Key.isDown(38)) {
vy = 0;
}
}
}
onClipEvent (enterFrame) {
if (_root.Life >= 1) {
if (_root.cir.hitTest(_root.fire)) {
_root.cir.gotoAndPlay(6);
}
}
}
onClipEvent (enterFrame) {
if (_root.Life >= 1) {
if (_root.cir.hitTest(_root.fire2)) {
_root.cir.gotoAndPlay(6);
}
}
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.fire1)) {
_root.cir.gotoAndPlay(6);
}
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.fire1)) {
_root.cir.gotoAndPlay(6);
}
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.cura)) {
_root.Life = Number(_root.Life) + 50;
}
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.cura)) {
_root.cura.gotoAndStop(25);
}
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.fire1)) {
_root.cir.gotoAndPlay(20);
}
}
Instance of Symbol 90 MovieClip "go3" in Frame 22
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.go3)) {
gotoAndStop (4);
_root.go3(undefined);
}
}
Instance of Symbol 149 MovieClip "cura" in Frame 22
/* no clip actions */
Frame 23
stop();
Instance of Symbol 90 MovieClip "go" in Frame 23
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.go)) {
gotoAndStop (4);
_root.go(undefined);
}
}
Instance of Symbol 117 MovieClip "cir" in Frame 23
onClipEvent (load) {
gravedad = 2;
_root.go1.gotoAndPlay(2);
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.suelo)) {
}
}
onClipEvent (enterFrame) {
vy = vy + gravedad;
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.suelo)) {
gravedad = 0;
}
fricion = 0.8;
friction = 0.8;
vx = vx * friction;
vy = vy * fricion;
this._x = this._x + vx;
this._y = this._y + vy;
if (Key.isDown(37)) {
vx = -25;
}
if (Key.isDown(39)) {
vx = 25;
}
if (_root.Life >= 1) {
if (Key.isDown(38)) {
vy = -15;
gotoAndPlay (3);
}
}
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.go1)) {
_root.gotoAndPlay(24);
}
}
onClipEvent (enterFrame) {
if (Number(_root.num0) >= 3200) {
_root.go1.gotoAndPlay(1);
}
}
onClipEvent (enterFrame) {
if (_root.Life >= 1) {
if (_root.cir.hitTest(_root.fire)) {
_root.Life = Number(_root.Life) - 5;
}
if (_root.cir.hitTest(_root.fire2)) {
_root.Life = Number(_root.Life) - 5;
}
}
if (_root.Life <= 0) {
_root.cir.gotoAndStop(5);
if (Key.isDown(38)) {
vy = 0;
}
}
}
onClipEvent (enterFrame) {
if (_root.Life >= 1) {
if (_root.cir.hitTest(_root.fire)) {
_root.cir.gotoAndPlay(6);
}
}
}
onClipEvent (enterFrame) {
if (_root.Life >= 1) {
if (_root.cir.hitTest(_root.fire2)) {
_root.cir.gotoAndPlay(6);
}
}
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.fire1)) {
_root.cir.gotoAndPlay(6);
}
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.fire1)) {
_root.cir.gotoAndPlay(6);
}
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.cura)) {
_root.Life = Number(_root.Life) + 50;
}
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.cura)) {
_root.cura.gotoAndStop(25);
}
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.fire1)) {
_root.cir.gotoAndPlay(20);
}
}
Instance of Symbol 90 MovieClip "go3" in Frame 23
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.go3)) {
gotoAndStop (4);
_root.go3(undefined);
}
}
Frame 24
stop();
Instance of Symbol 90 MovieClip "go" in Frame 24
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.go)) {
gotoAndStop (4);
_root.go(undefined);
}
}
Instance of Symbol 117 MovieClip "cir" in Frame 24
onClipEvent (load) {
gravedad = 2;
_root.go1.gotoAndPlay(2);
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.suelo)) {
}
}
onClipEvent (enterFrame) {
vy = vy + gravedad;
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.suelo)) {
gravedad = 0;
}
fricion = 0.8;
friction = 0.8;
vx = vx * friction;
vy = vy * fricion;
this._x = this._x + vx;
this._y = this._y + vy;
if (Key.isDown(37)) {
vx = -25;
}
if (Key.isDown(39)) {
vx = 25;
}
if (_root.Life >= 1) {
if (Key.isDown(38)) {
vy = -15;
gotoAndPlay (3);
}
}
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.go1)) {
_root.gotoAndPlay(25);
}
}
onClipEvent (enterFrame) {
if (Number(_root.num0) >= 3350) {
_root.go1.gotoAndPlay(1);
}
}
onClipEvent (enterFrame) {
if (_root.Life >= 1) {
if (_root.cir.hitTest(_root.fire)) {
_root.Life = Number(_root.Life) - 5;
}
if (_root.cir.hitTest(_root.fire2)) {
_root.Life = Number(_root.Life) - 5;
}
}
if (_root.Life <= 0) {
_root.cir.gotoAndStop(5);
if (Key.isDown(38)) {
vy = 0;
}
}
}
onClipEvent (enterFrame) {
if (_root.Life >= 1) {
if (_root.cir.hitTest(_root.fire)) {
_root.cir.gotoAndPlay(6);
}
}
}
onClipEvent (enterFrame) {
if (_root.Life >= 1) {
if (_root.cir.hitTest(_root.fire2)) {
_root.cir.gotoAndPlay(6);
}
}
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.fire1)) {
_root.cir.gotoAndPlay(6);
}
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.fire1)) {
_root.cir.gotoAndPlay(6);
}
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.cura)) {
_root.Life = Number(_root.Life) + 50;
}
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.cura)) {
_root.cura.gotoAndStop(25);
}
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.fire1)) {
_root.cir.gotoAndPlay(20);
}
}
Instance of Symbol 90 MovieClip "go3" in Frame 24
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.go3)) {
gotoAndStop (4);
_root.go3(undefined);
}
}
Instance of Symbol 149 MovieClip "cura" in Frame 24
/* no clip actions */
Frame 25
stop();
Instance of Symbol 94 MovieClip "go1" in Frame 25
/* no clip actions */
Instance of Symbol 117 MovieClip "cir" in Frame 25
onClipEvent (load) {
gravedad = 2;
_root.go1.gotoAndPlay(2);
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.suelo)) {
}
}
onClipEvent (enterFrame) {
vy = vy + gravedad;
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.suelo)) {
gravedad = 0;
}
fricion = 0.8;
friction = 0.8;
vx = vx * friction;
vy = vy * fricion;
this._x = this._x + vx;
this._y = this._y + vy;
if (Key.isDown(37)) {
vx = -25;
}
if (Key.isDown(39)) {
vx = 25;
}
if (_root.Life >= 1) {
if (Key.isDown(38)) {
vy = -15;
gotoAndPlay (3);
}
}
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.go1)) {
_root.gotoAndPlay(28);
}
}
onClipEvent (enterFrame) {
if (Number(_root.num0) >= 4000) {
_root.go1.gotoAndPlay(1);
}
}
onClipEvent (enterFrame) {
if (_root.Life >= 1) {
if (_root.cir.hitTest(_root.fire)) {
_root.Life = Number(_root.Life) - 3;
}
if (_root.cir.hitTest(_root.fire2)) {
_root.Life = Number(_root.Life) - 3;
}
}
if (_root.Life <= 0) {
_root.cir.gotoAndStop(5);
if (Key.isDown(38)) {
vy = 0;
}
}
}
onClipEvent (enterFrame) {
if (_root.Life >= 1) {
if (_root.cir.hitTest(_root.fire)) {
_root.cir.gotoAndPlay(6);
}
}
}
onClipEvent (enterFrame) {
if (_root.Life >= 1) {
if (_root.cir.hitTest(_root.fire2)) {
_root.cir.gotoAndPlay(6);
}
}
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.fire1)) {
_root.cir.gotoAndPlay(6);
}
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.fire1)) {
_root.cir.gotoAndPlay(6);
}
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.cura)) {
_root.Life = Number(_root.Life) + 50;
}
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.cura)) {
_root.cura.gotoAndStop(25);
}
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.fire1)) {
_root.cir.gotoAndPlay(20);
}
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.cura2)) {
_root.Life = Number(_root.Life) + 50;
}
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.cura2)) {
_root.cura2.gotoAndStop(25);
}
}
Instance of Symbol 189 MovieClip "coin" in Frame 25
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.coin)) {
_root.coin._x = random(500);
_root.coin._y = random(325);
_root.num0 = Number(_root.num0) + 50;
_root.sondo.gotoAndPlay(2);
}
}
onClipEvent (enterFrame) {
if (Number(_root.num0) >= 4000) {
_root.coin.gotoAndPlay(3);
}
}
Instance of Symbol 149 MovieClip "cura" in Frame 25
/* no clip actions */
Frame 29
Life = 600;
num0 = 4000;
continiu = 3;
stopAllSounds();
Frame 30
stop();
Instance of Symbol 90 MovieClip "go" in Frame 30
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.go)) {
gotoAndPlay (4);
_root.go(undefined);
}
}
Instance of Symbol 90 MovieClip "go2" in Frame 30
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.go2)) {
gotoAndPlay (4);
_root.go2(undefined);
}
}
Instance of Symbol 82 MovieClip "jo" in Frame 30
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.jo)) {
_root.cir.gravedad = 2;
}
}
Instance of Symbol 82 MovieClip "suelo" in Frame 30
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.suelo)) {
_root.cir._y = o;
}
}
Instance of Symbol 117 MovieClip "cir" in Frame 30
onClipEvent (load) {
gravedad = 2;
_root.go1.gotoAndPlay(2);
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.suelo)) {
}
}
onClipEvent (enterFrame) {
vy = vy + gravedad;
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.suelo)) {
gravedad = 0;
}
fricion = 0.8;
friction = 0.8;
vx = vx * friction;
vy = vy * fricion;
this._x = this._x + vx;
this._y = this._y + vy;
if (Key.isDown(37)) {
vx = -25;
}
if (Key.isDown(39)) {
vx = 25;
}
if (_root.Life >= 1) {
if (Key.isDown(38)) {
vy = -15;
gotoAndPlay (3);
}
}
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.go1)) {
_root.gotoAndPlay(31);
}
}
onClipEvent (enterFrame) {
if (Number(_root.num0) >= 4150) {
_root.go1.gotoAndPlay(1);
}
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.fire)) {
_root.Life = Number(_root.Life) - 5;
}
if (_root.cir.hitTest(_root.fire2)) {
_root.Life = Number(_root.Life) - 5;
}
}
onClipEvent (enterFrame) {
if (_root.Life <= 0) {
_root.cir.gotoAndStop(5);
if (Key.isDown(38)) {
vy = 0;
}
}
}
onClipEvent (enterFrame) {
if (_root.Life >= 1) {
if (_root.cir.hitTest(_root.fire)) {
_root.cir.gotoAndPlay(6);
}
}
}
onClipEvent (enterFrame) {
if (_root.Life >= 1) {
if (_root.cir.hitTest(_root.fire2)) {
_root.cir.gotoAndPlay(6);
}
}
}
onClipEvent (enterFrame) {
if (_root.Life >= 1) {
if (_root.cir.hitTest(_root.fire1)) {
_root.cir.gotoAndPlay(6);
}
}
}
onClipEvent (enterFrame) {
if (_root.Life >= 1) {
if (_root.cir.hitTest(_root.fire1)) {
_root.cir.gotoAndPlay(6);
}
}
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.cura)) {
_root.Life = Number(_root.Life) + 50;
}
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.cura)) {
_root.cura.gotoAndStop(25);
}
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.fire1)) {
_root.cir.gotoAndPlay(20);
}
}
onClipEvent (enterFrame) {
if (_root.Life >= 1) {
if (_root.cir.hitTest(_root.fire3)) {
_root.cir.gotoAndPlay(6);
}
}
}
onClipEvent (enterFrame) {
if (_root.Life >= 1) {
if (_root.cir.hitTest(_root.fire4)) {
_root.cir.gotoAndPlay(6);
}
}
if (_root.cir.hitTest(_root.fire3)) {
_root.Life = Number(_root.Life) - 5;
}
if (_root.cir.hitTest(_root.fire4)) {
_root.Life = Number(_root.Life) - 5;
}
}
Instance of Symbol 80 MovieClip "pared" in Frame 30
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.pared)) {
_root.cir.vx = _root.cir.vx + 25;
}
}
Instance of Symbol 80 MovieClip "pared2" in Frame 30
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.pared2)) {
_root.cir.vx = _root.cir.vx - 25;
}
}
Instance of Symbol 80 MovieClip "pared3" in Frame 30
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.pared3)) {
_root.cir.vy = _root.cir.vy + 25;
}
}
Instance of Symbol 82 MovieClip "jo" in Frame 30
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.jo)) {
_root.cir.gravedad = 2;
}
}
Frame 31
stop();
Instance of Symbol 90 MovieClip "go2" in Frame 31
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.go2)) {
gotoAndPlay (4);
_root.go2(undefined);
}
}
Instance of Symbol 90 MovieClip "go" in Frame 31
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.go)) {
gotoAndPlay (4);
_root.go(undefined);
}
}
Instance of Symbol 94 MovieClip "go1" in Frame 31
/* no clip actions */
Instance of Symbol 117 MovieClip "cir" in Frame 31
onClipEvent (load) {
gravedad = 2;
_root.go1.gotoAndPlay(2);
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.suelo)) {
}
}
onClipEvent (enterFrame) {
vy = vy + gravedad;
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.suelo)) {
gravedad = 0;
}
fricion = 0.8;
friction = 0.8;
vx = vx * friction;
vy = vy * fricion;
this._x = this._x + vx;
this._y = this._y + vy;
if (Key.isDown(37)) {
vx = -25;
}
if (Key.isDown(39)) {
vx = 25;
}
if (_root.Life >= 1) {
if (Key.isDown(38)) {
vy = -15;
gotoAndPlay (3);
}
}
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.go1)) {
_root.gotoAndPlay(32);
}
}
onClipEvent (enterFrame) {
if (Number(_root.num0) >= 4300) {
_root.go1.gotoAndPlay(1);
}
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.fire)) {
_root.Life = Number(_root.Life) - 5;
}
if (_root.cir.hitTest(_root.fire2)) {
_root.Life = Number(_root.Life) - 5;
}
}
onClipEvent (enterFrame) {
if (_root.Life <= 0) {
_root.cir.gotoAndStop(5);
if (Key.isDown(38)) {
vy = 0;
}
}
}
onClipEvent (enterFrame) {
if (_root.Life >= 1) {
if (_root.cir.hitTest(_root.fire)) {
_root.cir.gotoAndPlay(6);
}
}
}
onClipEvent (enterFrame) {
if (_root.Life >= 1) {
if (_root.cir.hitTest(_root.fire2)) {
_root.cir.gotoAndPlay(6);
}
}
}
onClipEvent (enterFrame) {
if (_root.Life >= 1) {
if (_root.cir.hitTest(_root.fire1)) {
_root.cir.gotoAndPlay(6);
}
}
}
onClipEvent (enterFrame) {
if (_root.Life >= 1) {
if (_root.cir.hitTest(_root.fire1)) {
_root.cir.gotoAndPlay(6);
}
}
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.cura)) {
_root.Life = Number(_root.Life) + 50;
}
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.cura)) {
_root.cura.gotoAndStop(25);
}
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.fire1)) {
_root.cir.gotoAndPlay(20);
}
}
onClipEvent (enterFrame) {
if (_root.Life >= 1) {
if (_root.cir.hitTest(_root.fire3)) {
_root.cir.gotoAndPlay(6);
}
}
}
onClipEvent (enterFrame) {
if (_root.Life >= 1) {
if (_root.cir.hitTest(_root.fire4)) {
_root.cir.gotoAndPlay(6);
}
}
if (_root.cir.hitTest(_root.fire3)) {
_root.Life = Number(_root.Life) - 5;
}
if (_root.cir.hitTest(_root.fire4)) {
_root.Life = Number(_root.Life) - 5;
}
}
Frame 32
stop();
Instance of Symbol 90 MovieClip "go2" in Frame 32
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.go2)) {
gotoAndPlay (4);
_root.go2(undefined);
}
}
Instance of Symbol 90 MovieClip "go" in Frame 32
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.go)) {
gotoAndPlay (4);
_root.go(undefined);
}
}
Instance of Symbol 94 MovieClip "go1" in Frame 32
/* no clip actions */
Instance of Symbol 117 MovieClip "cir" in Frame 32
onClipEvent (load) {
gravedad = 2;
_root.go1.gotoAndPlay(2);
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.suelo)) {
}
}
onClipEvent (enterFrame) {
vy = vy + gravedad;
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.suelo)) {
gravedad = 0;
}
fricion = 0.8;
friction = 0.8;
vx = vx * friction;
vy = vy * fricion;
this._x = this._x + vx;
this._y = this._y + vy;
if (Key.isDown(37)) {
vx = -25;
}
if (Key.isDown(39)) {
vx = 25;
}
if (_root.Life >= 1) {
if (Key.isDown(38)) {
vy = -15;
gotoAndPlay (3);
}
}
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.go1)) {
_root.gotoAndPlay(33);
}
}
onClipEvent (enterFrame) {
if (Number(_root.num0) >= 4450) {
_root.go1.gotoAndPlay(1);
}
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.fire)) {
_root.Life = Number(_root.Life) - 5;
}
if (_root.cir.hitTest(_root.fire2)) {
_root.Life = Number(_root.Life) - 5;
}
}
onClipEvent (enterFrame) {
if (_root.Life <= 0) {
_root.cir.gotoAndStop(5);
if (Key.isDown(38)) {
vy = 0;
}
}
}
onClipEvent (enterFrame) {
if (_root.Life >= 1) {
if (_root.cir.hitTest(_root.fire)) {
_root.cir.gotoAndPlay(6);
}
}
}
onClipEvent (enterFrame) {
if (_root.Life >= 1) {
if (_root.cir.hitTest(_root.fire2)) {
_root.cir.gotoAndPlay(6);
}
}
}
onClipEvent (enterFrame) {
if (_root.Life >= 1) {
if (_root.cir.hitTest(_root.fire1)) {
_root.cir.gotoAndPlay(6);
}
}
}
onClipEvent (enterFrame) {
if (_root.Life >= 1) {
if (_root.cir.hitTest(_root.fire1)) {
_root.cir.gotoAndPlay(6);
}
}
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.cura)) {
_root.Life = Number(_root.Life) + 50;
}
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.cura)) {
_root.cura.gotoAndStop(25);
}
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.fire1)) {
_root.cir.gotoAndPlay(20);
}
}
onClipEvent (enterFrame) {
if (_root.Life >= 1) {
if (_root.cir.hitTest(_root.fire3)) {
_root.cir.gotoAndPlay(6);
}
}
}
onClipEvent (enterFrame) {
if (_root.Life >= 1) {
if (_root.cir.hitTest(_root.fire4)) {
_root.cir.gotoAndPlay(6);
}
}
if (_root.cir.hitTest(_root.fire3)) {
_root.Life = Number(_root.Life) - 5;
}
if (_root.cir.hitTest(_root.fire4)) {
_root.Life = Number(_root.Life) - 5;
}
}
Frame 33
stop();
Instance of Symbol 90 MovieClip "go" in Frame 33
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.go)) {
gotoAndPlay (4);
_root.go(undefined);
}
}
Instance of Symbol 90 MovieClip "go2" in Frame 33
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.go2)) {
gotoAndPlay (4);
_root.go2(undefined);
}
}
Instance of Symbol 94 MovieClip "go1" in Frame 33
/* no clip actions */
Instance of Symbol 117 MovieClip "cir" in Frame 33
onClipEvent (load) {
gravedad = 2;
_root.go1.gotoAndPlay(2);
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.suelo)) {
}
}
onClipEvent (enterFrame) {
vy = vy + gravedad;
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.suelo)) {
gravedad = 0;
}
fricion = 0.8;
friction = 0.8;
vx = vx * friction;
vy = vy * fricion;
this._x = this._x + vx;
this._y = this._y + vy;
if (Key.isDown(37)) {
vx = -25;
}
if (Key.isDown(39)) {
vx = 25;
}
if (_root.Life >= 1) {
if (Key.isDown(38)) {
vy = -15;
gotoAndPlay (3);
}
}
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.go1)) {
_root.gotoAndPlay(34);
}
}
onClipEvent (enterFrame) {
if (Number(_root.num0) >= 4600) {
_root.go1.gotoAndPlay(1);
}
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.fire)) {
_root.Life = Number(_root.Life) - 5;
}
if (_root.cir.hitTest(_root.fire2)) {
_root.Life = Number(_root.Life) - 5;
}
}
onClipEvent (enterFrame) {
if (_root.Life <= 0) {
_root.cir.gotoAndStop(5);
if (Key.isDown(38)) {
vy = 0;
}
}
}
onClipEvent (enterFrame) {
if (_root.Life >= 1) {
if (_root.cir.hitTest(_root.fire)) {
_root.cir.gotoAndPlay(6);
}
}
}
onClipEvent (enterFrame) {
if (_root.Life >= 1) {
if (_root.cir.hitTest(_root.fire2)) {
_root.cir.gotoAndPlay(6);
}
}
}
onClipEvent (enterFrame) {
if (_root.Life >= 1) {
if (_root.cir.hitTest(_root.fire1)) {
_root.cir.gotoAndPlay(6);
}
}
}
onClipEvent (enterFrame) {
if (_root.Life >= 1) {
if (_root.cir.hitTest(_root.fire1)) {
_root.cir.gotoAndPlay(6);
}
}
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.cura)) {
_root.Life = Number(_root.Life) + 50;
}
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.cura)) {
_root.cura.gotoAndStop(25);
}
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.fire1)) {
_root.cir.gotoAndPlay(20);
}
}
onClipEvent (enterFrame) {
if (_root.Life >= 1) {
if (_root.cir.hitTest(_root.fire3)) {
_root.cir.gotoAndPlay(6);
}
}
}
onClipEvent (enterFrame) {
if (_root.Life >= 1) {
if (_root.cir.hitTest(_root.fire4)) {
_root.cir.gotoAndPlay(6);
}
}
if (_root.cir.hitTest(_root.fire3)) {
_root.Life = Number(_root.Life) - 5;
}
if (_root.cir.hitTest(_root.fire4)) {
_root.Life = Number(_root.Life) - 5;
}
}
Instance of Symbol 149 MovieClip "cura" in Frame 33
/* no clip actions */
Frame 34
stop();
Instance of Symbol 90 MovieClip "go" in Frame 34
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.go)) {
gotoAndPlay (4);
_root.go(undefined);
}
}
Instance of Symbol 90 MovieClip "go2" in Frame 34
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.go2)) {
gotoAndPlay (4);
_root.go2(undefined);
}
}
Instance of Symbol 117 MovieClip "cir" in Frame 34
onClipEvent (load) {
gravedad = 2;
_root.go1.gotoAndPlay(2);
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.suelo)) {
}
}
onClipEvent (enterFrame) {
vy = vy + gravedad;
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.suelo)) {
gravedad = 0;
}
fricion = 0.8;
friction = 0.8;
vx = vx * friction;
vy = vy * fricion;
this._x = this._x + vx;
this._y = this._y + vy;
if (Key.isDown(37)) {
vx = -25;
}
if (Key.isDown(39)) {
vx = 25;
}
if (_root.Life >= 1) {
if (Key.isDown(38)) {
vy = -15;
gotoAndPlay (3);
}
}
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.go1)) {
_root.gotoAndPlay(35);
}
}
onClipEvent (enterFrame) {
if (Number(_root.num0) >= 4750) {
_root.go1.gotoAndPlay(1);
}
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.fire)) {
_root.Life = Number(_root.Life) - 5;
}
if (_root.cir.hitTest(_root.fire2)) {
_root.Life = Number(_root.Life) - 5;
}
}
onClipEvent (enterFrame) {
if (_root.Life <= 0) {
_root.cir.gotoAndStop(5);
if (Key.isDown(38)) {
vy = 0;
}
}
}
onClipEvent (enterFrame) {
if (_root.Life >= 1) {
if (_root.cir.hitTest(_root.fire)) {
_root.cir.gotoAndPlay(6);
}
}
}
onClipEvent (enterFrame) {
if (_root.Life >= 1) {
if (_root.cir.hitTest(_root.fire2)) {
_root.cir.gotoAndPlay(6);
}
}
}
onClipEvent (enterFrame) {
if (_root.Life >= 1) {
if (_root.cir.hitTest(_root.fire1)) {
_root.cir.gotoAndPlay(6);
}
}
}
onClipEvent (enterFrame) {
if (_root.Life >= 1) {
if (_root.cir.hitTest(_root.fire1)) {
_root.cir.gotoAndPlay(6);
}
}
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.cura)) {
_root.Life = Number(_root.Life) + 50;
}
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.cura)) {
_root.cura.gotoAndStop(25);
}
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.fire1)) {
_root.cir.gotoAndPlay(20);
}
}
onClipEvent (enterFrame) {
if (_root.Life >= 1) {
if (_root.cir.hitTest(_root.fire3)) {
_root.cir.gotoAndPlay(6);
}
}
}
onClipEvent (enterFrame) {
if (_root.Life >= 1) {
if (_root.cir.hitTest(_root.fire4)) {
_root.cir.gotoAndPlay(6);
}
}
if (_root.cir.hitTest(_root.fire3)) {
_root.Life = Number(_root.Life) - 5;
}
if (_root.cir.hitTest(_root.fire4)) {
_root.Life = Number(_root.Life) - 5;
}
}
Frame 35
stop();
Instance of Symbol 90 MovieClip "go" in Frame 35
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.go)) {
gotoAndPlay (4);
_root.go(undefined);
}
}
Instance of Symbol 90 MovieClip "go2" in Frame 35
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.go2)) {
gotoAndPlay (4);
_root.go2(undefined);
}
}
Instance of Symbol 94 MovieClip "go1" in Frame 35
/* no clip actions */
Instance of Symbol 117 MovieClip "cir" in Frame 35
onClipEvent (load) {
gravedad = 2;
_root.go1.gotoAndPlay(2);
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.suelo)) {
}
}
onClipEvent (enterFrame) {
vy = vy + gravedad;
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.suelo)) {
gravedad = 0;
}
fricion = 0.8;
friction = 0.8;
vx = vx * friction;
vy = vy * fricion;
this._x = this._x + vx;
this._y = this._y + vy;
if (Key.isDown(37)) {
vx = -25;
}
if (Key.isDown(39)) {
vx = 25;
}
if (_root.Life >= 1) {
if (Key.isDown(38)) {
vy = -15;
gotoAndPlay (3);
}
}
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.go1)) {
_root.gotoAndPlay(36);
}
}
onClipEvent (enterFrame) {
if (Number(_root.num0) >= 4900) {
_root.go1.gotoAndPlay(1);
}
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.fire)) {
_root.Life = Number(_root.Life) - 5;
}
if (_root.cir.hitTest(_root.fire2)) {
_root.Life = Number(_root.Life) - 5;
}
}
onClipEvent (enterFrame) {
if (_root.Life <= 0) {
_root.cir.gotoAndStop(5);
if (Key.isDown(38)) {
vy = 0;
}
}
}
onClipEvent (enterFrame) {
if (_root.Life >= 1) {
if (_root.cir.hitTest(_root.fire)) {
_root.cir.gotoAndPlay(6);
}
}
}
onClipEvent (enterFrame) {
if (_root.Life >= 1) {
if (_root.cir.hitTest(_root.fire2)) {
_root.cir.gotoAndPlay(6);
}
}
}
onClipEvent (enterFrame) {
if (_root.Life >= 1) {
if (_root.cir.hitTest(_root.fire1)) {
_root.cir.gotoAndPlay(6);
}
}
}
onClipEvent (enterFrame) {
if (_root.Life >= 1) {
if (_root.cir.hitTest(_root.fire1)) {
_root.cir.gotoAndPlay(6);
}
}
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.cura)) {
_root.Life = Number(_root.Life) + 50;
}
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.cura)) {
_root.cura.gotoAndStop(25);
}
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.fire1)) {
_root.cir.gotoAndPlay(20);
}
}
onClipEvent (enterFrame) {
if (_root.Life >= 1) {
if (_root.cir.hitTest(_root.fire3)) {
_root.cir.gotoAndPlay(6);
}
}
}
onClipEvent (enterFrame) {
if (_root.Life >= 1) {
if (_root.cir.hitTest(_root.fire4)) {
_root.cir.gotoAndPlay(6);
}
}
if (_root.cir.hitTest(_root.fire3)) {
_root.Life = Number(_root.Life) - 5;
}
if (_root.cir.hitTest(_root.fire4)) {
_root.Life = Number(_root.Life) - 5;
}
}
Instance of Symbol 149 MovieClip "cura" in Frame 35
/* no clip actions */
Frame 36
stop();
Instance of Symbol 90 MovieClip "go" in Frame 36
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.go)) {
gotoAndPlay (4);
_root.go(undefined);
}
}
Instance of Symbol 90 MovieClip "go2" in Frame 36
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.go2)) {
gotoAndPlay (4);
_root.go2(undefined);
}
}
Instance of Symbol 94 MovieClip "go1" in Frame 36
/* no clip actions */
Instance of Symbol 117 MovieClip "cir" in Frame 36
onClipEvent (load) {
gravedad = 2;
_root.go1.gotoAndPlay(2);
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.suelo)) {
}
}
onClipEvent (enterFrame) {
vy = vy + gravedad;
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.suelo)) {
gravedad = 0;
}
fricion = 0.8;
friction = 0.8;
vx = vx * friction;
vy = vy * fricion;
this._x = this._x + vx;
this._y = this._y + vy;
if (Key.isDown(37)) {
vx = -25;
}
if (Key.isDown(39)) {
vx = 25;
}
if (_root.Life >= 1) {
if (Key.isDown(38)) {
vy = -15;
gotoAndPlay (3);
}
}
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.go1)) {
_root.gotoAndPlay(37);
}
}
onClipEvent (enterFrame) {
if (Number(_root.num0) >= 5050) {
_root.go1.gotoAndPlay(1);
}
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.fire)) {
_root.Life = Number(_root.Life) - 5;
}
if (_root.cir.hitTest(_root.fire2)) {
_root.Life = Number(_root.Life) - 5;
}
}
onClipEvent (enterFrame) {
if (_root.Life <= 0) {
_root.cir.gotoAndStop(5);
if (Key.isDown(38)) {
vy = 0;
}
}
}
onClipEvent (enterFrame) {
if (_root.Life >= 1) {
if (_root.cir.hitTest(_root.fire)) {
_root.cir.gotoAndPlay(6);
}
}
}
onClipEvent (enterFrame) {
if (_root.Life >= 1) {
if (_root.cir.hitTest(_root.fire2)) {
_root.cir.gotoAndPlay(6);
}
}
}
onClipEvent (enterFrame) {
if (_root.Life >= 1) {
if (_root.cir.hitTest(_root.fire1)) {
_root.cir.gotoAndPlay(6);
}
}
}
onClipEvent (enterFrame) {
if (_root.Life >= 1) {
if (_root.cir.hitTest(_root.fire1)) {
_root.cir.gotoAndPlay(6);
}
}
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.cura)) {
_root.Life = Number(_root.Life) + 50;
}
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.cura)) {
_root.cura.gotoAndStop(25);
}
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.fire1)) {
_root.cir.gotoAndPlay(20);
}
}
onClipEvent (enterFrame) {
if (_root.Life >= 1) {
if (_root.cir.hitTest(_root.fire3)) {
_root.cir.gotoAndPlay(6);
}
}
}
onClipEvent (enterFrame) {
if (_root.Life >= 1) {
if (_root.cir.hitTest(_root.fire4)) {
_root.cir.gotoAndPlay(6);
}
}
if (_root.cir.hitTest(_root.fire3)) {
_root.Life = Number(_root.Life) - 5;
}
if (_root.cir.hitTest(_root.fire4)) {
_root.Life = Number(_root.Life) - 5;
}
}
Instance of Symbol 149 MovieClip "cura" in Frame 36
/* no clip actions */
Frame 37
stop();
Instance of Symbol 90 MovieClip "go" in Frame 37
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.go)) {
gotoAndPlay (4);
_root.go(undefined);
}
}
Instance of Symbol 90 MovieClip "go2" in Frame 37
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.go2)) {
gotoAndPlay (4);
_root.go2(undefined);
}
}
Instance of Symbol 94 MovieClip "go1" in Frame 37
/* no clip actions */
Instance of Symbol 117 MovieClip "cir" in Frame 37
onClipEvent (load) {
gravedad = 2;
_root.go1.gotoAndPlay(2);
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.suelo)) {
}
}
onClipEvent (enterFrame) {
vy = vy + gravedad;
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.suelo)) {
gravedad = 0;
}
fricion = 0.8;
friction = 0.8;
vx = vx * friction;
vy = vy * fricion;
this._x = this._x + vx;
this._y = this._y + vy;
if (Key.isDown(37)) {
vx = -25;
}
if (Key.isDown(39)) {
vx = 25;
}
if (_root.Life >= 1) {
if (Key.isDown(38)) {
vy = -15;
gotoAndPlay (3);
}
}
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.go1)) {
_root.gotoAndPlay(38);
}
}
onClipEvent (enterFrame) {
if (Number(_root.num0) >= 5200) {
_root.go1.gotoAndPlay(1);
}
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.fire)) {
_root.Life = Number(_root.Life) - 5;
}
if (_root.cir.hitTest(_root.fire2)) {
_root.Life = Number(_root.Life) - 5;
}
}
onClipEvent (enterFrame) {
if (_root.Life <= 0) {
_root.cir.gotoAndStop(5);
if (Key.isDown(38)) {
vy = 0;
}
}
}
onClipEvent (enterFrame) {
if (_root.Life >= 1) {
if (_root.cir.hitTest(_root.fire)) {
_root.cir.gotoAndPlay(6);
}
}
}
onClipEvent (enterFrame) {
if (_root.Life >= 1) {
if (_root.cir.hitTest(_root.fire2)) {
_root.cir.gotoAndPlay(6);
}
}
}
onClipEvent (enterFrame) {
if (_root.Life >= 1) {
if (_root.cir.hitTest(_root.fire1)) {
_root.cir.gotoAndPlay(6);
}
}
}
onClipEvent (enterFrame) {
if (_root.Life >= 1) {
if (_root.cir.hitTest(_root.fire1)) {
_root.cir.gotoAndPlay(6);
}
}
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.cura)) {
_root.Life = Number(_root.Life) + 50;
}
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.cura)) {
_root.cura.gotoAndStop(25);
}
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.fire1)) {
_root.cir.gotoAndPlay(20);
}
}
onClipEvent (enterFrame) {
if (_root.Life >= 1) {
if (_root.cir.hitTest(_root.fire3)) {
_root.cir.gotoAndPlay(6);
}
}
}
onClipEvent (enterFrame) {
if (_root.Life >= 1) {
if (_root.cir.hitTest(_root.fire4)) {
_root.cir.gotoAndPlay(6);
}
}
if (_root.cir.hitTest(_root.fire3)) {
_root.Life = Number(_root.Life) - 5;
}
if (_root.cir.hitTest(_root.fire4)) {
_root.Life = Number(_root.Life) - 5;
}
}
Instance of Symbol 149 MovieClip "cura" in Frame 37
/* no clip actions */
Frame 38
stop();
Instance of Symbol 329 MovieClip "go" in Frame 38
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.go)) {
gotoAndPlay (72);
_root.go(undefined);
}
}
Instance of Symbol 329 MovieClip "go2" in Frame 38
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.go2)) {
gotoAndPlay (72);
_root.go2(undefined);
}
}
Instance of Symbol 94 MovieClip "go1" in Frame 38
/* no clip actions */
Instance of Symbol 117 MovieClip "cir" in Frame 38
onClipEvent (load) {
gravedad = 2;
_root.go1.gotoAndPlay(2);
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.suelo)) {
}
}
onClipEvent (enterFrame) {
vy = vy + gravedad;
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.suelo)) {
gravedad = 0;
}
fricion = 0.8;
friction = 0.8;
vx = vx * friction;
vy = vy * fricion;
this._x = this._x + vx;
this._y = this._y + vy;
if (Key.isDown(37)) {
vx = -25;
}
if (Key.isDown(39)) {
vx = 25;
}
if (_root.Life >= 1) {
if (Key.isDown(38)) {
vy = -15;
gotoAndPlay (3);
}
}
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.go1)) {
_root.gotoAndPlay(39);
}
}
onClipEvent (enterFrame) {
if (Number(_root.num0) >= 5350) {
_root.go1.gotoAndPlay(1);
}
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.fire)) {
_root.Life = Number(_root.Life) - 5;
}
if (_root.cir.hitTest(_root.fire2)) {
_root.Life = Number(_root.Life) - 5;
}
}
onClipEvent (enterFrame) {
if (_root.Life <= 0) {
_root.cir.gotoAndStop(5);
if (Key.isDown(38)) {
vy = 0;
}
}
}
onClipEvent (enterFrame) {
if (_root.Life >= 1) {
if (_root.cir.hitTest(_root.fire)) {
_root.cir.gotoAndPlay(6);
}
}
}
onClipEvent (enterFrame) {
if (_root.Life >= 1) {
if (_root.cir.hitTest(_root.fire2)) {
_root.cir.gotoAndPlay(6);
}
}
}
onClipEvent (enterFrame) {
if (_root.Life >= 1) {
if (_root.cir.hitTest(_root.fire1)) {
_root.cir.gotoAndPlay(6);
}
}
}
onClipEvent (enterFrame) {
if (_root.Life >= 1) {
if (_root.cir.hitTest(_root.fire1)) {
_root.cir.gotoAndPlay(6);
}
}
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.cura)) {
_root.Life = Number(_root.Life) + 50;
}
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.cura)) {
_root.cura.gotoAndStop(25);
}
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.fire1)) {
_root.cir.gotoAndPlay(20);
}
}
onClipEvent (enterFrame) {
if (_root.Life >= 1) {
if (_root.cir.hitTest(_root.fire3)) {
_root.cir.gotoAndPlay(6);
}
}
}
onClipEvent (enterFrame) {
if (_root.Life >= 1) {
if (_root.cir.hitTest(_root.fire4)) {
_root.cir.gotoAndPlay(6);
}
}
if (_root.cir.hitTest(_root.fire3)) {
_root.Life = Number(_root.Life) - 5;
}
if (_root.cir.hitTest(_root.fire4)) {
_root.Life = Number(_root.Life) - 5;
}
}
Instance of Symbol 149 MovieClip "cura" in Frame 38
/* no clip actions */
Frame 39
stop();
Instance of Symbol 189 MovieClip "coin" in Frame 39
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.coin)) {
_root.coin._x = random(500);
_root.coin._y = random(325);
_root.num0 = Number(_root.num0) + 50;
_root.sondo.gotoAndPlay(2);
}
}
onClipEvent (enterFrame) {
if (Number(_root.num0) >= 6000) {
_root.coin.gotoAndPlay(3);
}
}
Instance of Symbol 94 MovieClip "go1" in Frame 39
/* no clip actions */
Instance of Symbol 117 MovieClip "cir" in Frame 39
onClipEvent (load) {
gravedad = 2;
_root.go1.gotoAndPlay(2);
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.suelo)) {
}
}
onClipEvent (enterFrame) {
vy = vy + gravedad;
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.suelo)) {
gravedad = 0;
}
fricion = 0.8;
friction = 0.8;
vx = vx * friction;
vy = vy * fricion;
this._x = this._x + vx;
this._y = this._y + vy;
if (Key.isDown(37)) {
vx = -25;
}
if (Key.isDown(39)) {
vx = 25;
}
if (_root.Life >= 1) {
if (Key.isDown(38)) {
vy = -15;
gotoAndPlay (3);
}
}
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.go1)) {
_root.gotoAndPlay(44);
}
}
onClipEvent (enterFrame) {
if (Number(_root.num0) >= 6000) {
_root.go1.gotoAndPlay(1);
}
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.fire)) {
_root.Life = Number(_root.Life) - 5;
}
if (_root.cir.hitTest(_root.fire2)) {
_root.Life = Number(_root.Life) - 5;
}
}
onClipEvent (enterFrame) {
if (_root.Life <= 0) {
_root.cir.gotoAndStop(5);
if (Key.isDown(38)) {
vy = 0;
}
}
}
onClipEvent (enterFrame) {
if (_root.Life >= 1) {
if (_root.cir.hitTest(_root.fire)) {
_root.cir.gotoAndPlay(6);
}
}
}
onClipEvent (enterFrame) {
if (_root.Life >= 1) {
if (_root.cir.hitTest(_root.fire2)) {
_root.cir.gotoAndPlay(6);
}
}
}
onClipEvent (enterFrame) {
if (_root.Life >= 1) {
if (_root.cir.hitTest(_root.fire1)) {
_root.cir.gotoAndPlay(6);
}
}
}
onClipEvent (enterFrame) {
if (_root.Life >= 1) {
if (_root.cir.hitTest(_root.fire1)) {
_root.cir.gotoAndPlay(6);
}
}
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.cura)) {
_root.Life = Number(_root.Life) + 50;
}
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.cura)) {
_root.cura.gotoAndStop(25);
}
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.fire1)) {
_root.cir.gotoAndPlay(20);
}
}
onClipEvent (enterFrame) {
if (_root.Life >= 1) {
if (_root.cir.hitTest(_root.fire3)) {
_root.cir.gotoAndPlay(6);
}
}
}
onClipEvent (enterFrame) {
if (_root.Life >= 1) {
if (_root.cir.hitTest(_root.fire4)) {
_root.cir.gotoAndPlay(6);
}
}
if (_root.cir.hitTest(_root.fire3)) {
_root.Life = Number(_root.Life) - 5;
}
if (_root.cir.hitTest(_root.fire4)) {
_root.Life = Number(_root.Life) - 5;
}
}
Instance of Symbol 149 MovieClip "cura" in Frame 39
/* no clip actions */
Frame 44
Life = 1000;
num0 = 6000;
continiu = 4;
Instance of Symbol 80 MovieClip "pared" in Frame 44
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.pared)) {
_root.cir.vx = _root.cir.vx + 25;
}
}
Instance of Symbol 80 MovieClip "pared2" in Frame 44
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.pared2)) {
_root.cir.vx = _root.cir.vx - 25;
}
}
Instance of Symbol 80 MovieClip "pared3" in Frame 44
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.pared3)) {
_root.cir.vy = _root.cir.vy + 25;
}
}
Frame 45
mech = 3;
stop();
stop();
stop();
Instance of Symbol 117 MovieClip "cir" in Frame 45
onClipEvent (load) {
gravedad = 2;
_root.go1.gotoAndPlay(2);
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.suelo)) {
}
}
onClipEvent (enterFrame) {
vy = vy + gravedad;
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.suelo)) {
gravedad = 0;
}
fricion = 0.8;
friction = 0.8;
vx = vx * friction;
vy = vy * fricion;
this._x = this._x + vx;
this._y = this._y + vy;
if (Key.isDown(37)) {
vx = -25;
}
if (Key.isDown(39)) {
vx = 25;
}
if (_root.Life >= 1) {
if (Key.isDown(38)) {
vy = -15;
gotoAndPlay (3);
}
}
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.go1)) {
_root.gotoAndPlay(46);
}
}
onClipEvent (enterFrame) {
if (Number(_root.num0) >= 6150) {
_root.go1.gotoAndPlay(1);
}
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.fire)) {
_root.Life = Number(_root.Life) - 5;
}
if (_root.cir.hitTest(_root.fire2)) {
_root.Life = Number(_root.Life) - 5;
}
}
onClipEvent (enterFrame) {
if (_root.Life <= 0) {
_root.cir.gotoAndStop(5);
if (Key.isDown(38)) {
vy = 0;
}
}
}
onClipEvent (enterFrame) {
if (_root.Life >= 1) {
if (_root.cir.hitTest(_root.fire)) {
_root.cir.gotoAndPlay(6);
}
}
}
onClipEvent (enterFrame) {
if (_root.Life >= 1) {
if (_root.cir.hitTest(_root.fire2)) {
_root.cir.gotoAndPlay(6);
}
}
}
onClipEvent (enterFrame) {
if (_root.Life >= 1) {
if (_root.cir.hitTest(_root.fire1)) {
_root.cir.gotoAndPlay(6);
}
}
}
onClipEvent (enterFrame) {
if (_root.Life >= 1) {
if (_root.cir.hitTest(_root.fire1)) {
_root.cir.gotoAndPlay(6);
}
}
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.cura)) {
_root.Life = Number(_root.Life) + 50;
}
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.cura)) {
_root.cura.gotoAndStop(25);
}
}
onClipEvent (enterFrame) {
if (_root.Life >= 1) {
if (_root.cir.hitTest(_root.fire1)) {
_root.cir.gotoAndPlay(6);
}
}
}
onClipEvent (enterFrame) {
if (_root.Life >= 1) {
if (_root.cir.hitTest(_root.fire3)) {
_root.cir.gotoAndPlay(6);
}
}
}
onClipEvent (enterFrame) {
if (_root.Life >= 1) {
if (_root.cir.hitTest(_root.fire4)) {
_root.cir.gotoAndPlay(6);
}
}
if (_root.cir.hitTest(_root.fire3)) {
_root.Life = Number(_root.Life) - 5;
}
if (_root.cir.hitTest(_root.fire4)) {
_root.Life = Number(_root.Life) - 5;
}
}
Instance of Symbol 82 MovieClip "jo" in Frame 45
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.jo)) {
_root.cir.gravedad = 2;
}
}
Instance of Symbol 82 MovieClip "suelo" in Frame 45
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.suelo)) {
_root.cir._y = o;
}
}
Instance of Symbol 90 MovieClip "go" in Frame 45
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.go)) {
gotoAndPlay (4);
_root.go(undefined);
}
}
Instance of Symbol 90 MovieClip "go2" in Frame 45
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.go2)) {
gotoAndPlay (4);
_root.go2(undefined);
}
}
Frame 46
stop();
Instance of Symbol 366 MovieClip "fire2" in Frame 46
/* no clip actions */
Instance of Symbol 366 MovieClip "fire" in Frame 46
/* no clip actions */
Instance of Symbol 117 MovieClip "cir" in Frame 46
onClipEvent (load) {
gravedad = 2;
_root.go1.gotoAndPlay(2);
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.suelo)) {
}
}
onClipEvent (enterFrame) {
vy = vy + gravedad;
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.suelo)) {
gravedad = 0;
}
fricion = 0.8;
friction = 0.8;
vx = vx * friction;
vy = vy * fricion;
this._x = this._x + vx;
this._y = this._y + vy;
if (Key.isDown(37)) {
vx = -25;
}
if (Key.isDown(39)) {
vx = 25;
}
if (_root.Life >= 1) {
if (Key.isDown(38)) {
vy = -15;
gotoAndPlay (3);
}
}
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.go1)) {
_root.gotoAndPlay(47);
}
}
onClipEvent (enterFrame) {
if (Number(_root.num0) >= 6300) {
_root.go1.gotoAndPlay(1);
}
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.fire)) {
_root.Life = Number(_root.Life) - 5;
}
if (_root.cir.hitTest(_root.fire2)) {
_root.Life = Number(_root.Life) - 5;
}
}
onClipEvent (enterFrame) {
if (_root.Life <= 0) {
_root.cir.gotoAndStop(5);
if (Key.isDown(38)) {
vy = 0;
}
}
}
onClipEvent (enterFrame) {
if (_root.Life >= 1) {
if (_root.cir.hitTest(_root.fire)) {
_root.cir.gotoAndPlay(6);
}
}
}
onClipEvent (enterFrame) {
if (_root.Life >= 1) {
if (_root.cir.hitTest(_root.fire2)) {
_root.cir.gotoAndPlay(6);
}
}
}
onClipEvent (enterFrame) {
if (_root.Life >= 1) {
if (_root.cir.hitTest(_root.fire1)) {
_root.cir.gotoAndPlay(6);
}
}
}
onClipEvent (enterFrame) {
if (_root.Life >= 1) {
if (_root.cir.hitTest(_root.fire1)) {
_root.cir.gotoAndPlay(6);
}
}
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.cura)) {
_root.Life = Number(_root.Life) + 50;
}
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.cura)) {
_root.cura.gotoAndStop(25);
}
}
onClipEvent (enterFrame) {
if (_root.Life >= 1) {
if (_root.cir.hitTest(_root.fire1)) {
_root.cir.gotoAndPlay(6);
}
}
}
onClipEvent (enterFrame) {
if (_root.Life >= 1) {
if (_root.cir.hitTest(_root.fire3)) {
_root.cir.gotoAndPlay(6);
}
}
}
onClipEvent (enterFrame) {
if (_root.Life >= 1) {
if (_root.cir.hitTest(_root.fire4)) {
_root.cir.gotoAndPlay(6);
}
}
if (_root.cir.hitTest(_root.fire3)) {
_root.Life = Number(_root.Life) - 5;
}
if (_root.cir.hitTest(_root.fire4)) {
_root.Life = Number(_root.Life) - 5;
}
}
Instance of Symbol 90 MovieClip "go" in Frame 46
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.go)) {
gotoAndPlay (4);
_root.go(undefined);
}
}
Instance of Symbol 90 MovieClip "go2" in Frame 46
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.go2)) {
gotoAndPlay (4);
_root.go2(undefined);
}
}
Instance of Symbol 94 MovieClip "go1" in Frame 46
/* no clip actions */
Frame 47
stop();
Instance of Symbol 366 MovieClip "fire4" in Frame 47
/* no clip actions */
Instance of Symbol 366 MovieClip "fire" in Frame 47
/* no clip actions */
Instance of Symbol 117 MovieClip "cir" in Frame 47
onClipEvent (load) {
gravedad = 2;
_root.go1.gotoAndPlay(2);
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.suelo)) {
}
}
onClipEvent (enterFrame) {
vy = vy + gravedad;
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.suelo)) {
gravedad = 0;
}
fricion = 0.8;
friction = 0.8;
vx = vx * friction;
vy = vy * fricion;
this._x = this._x + vx;
this._y = this._y + vy;
if (Key.isDown(37)) {
vx = -25;
}
if (Key.isDown(39)) {
vx = 25;
}
if (_root.Life >= 1) {
if (Key.isDown(38)) {
vy = -15;
gotoAndPlay (3);
}
}
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.go1)) {
_root.gotoAndPlay(48);
}
}
onClipEvent (enterFrame) {
if (Number(_root.num0) >= 6450) {
_root.go1.gotoAndPlay(1);
}
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.fire)) {
_root.Life = Number(_root.Life) - 5;
}
if (_root.cir.hitTest(_root.fire2)) {
_root.Life = Number(_root.Life) - 5;
}
}
onClipEvent (enterFrame) {
if (_root.Life <= 0) {
_root.cir.gotoAndStop(5);
if (Key.isDown(38)) {
vy = 0;
}
}
}
onClipEvent (enterFrame) {
if (_root.Life >= 1) {
if (_root.cir.hitTest(_root.fire)) {
_root.cir.gotoAndPlay(6);
}
}
}
onClipEvent (enterFrame) {
if (_root.Life >= 1) {
if (_root.cir.hitTest(_root.fire2)) {
_root.cir.gotoAndPlay(6);
}
}
}
onClipEvent (enterFrame) {
if (_root.Life >= 1) {
if (_root.cir.hitTest(_root.fire1)) {
_root.cir.gotoAndPlay(6);
}
}
}
onClipEvent (enterFrame) {
if (_root.Life >= 1) {
if (_root.cir.hitTest(_root.fire1)) {
_root.cir.gotoAndPlay(6);
}
}
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.cura)) {
_root.Life = Number(_root.Life) + 50;
}
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.cura)) {
_root.cura.gotoAndStop(25);
}
}
onClipEvent (enterFrame) {
if (_root.Life >= 1) {
if (_root.cir.hitTest(_root.fire1)) {
_root.cir.gotoAndPlay(6);
}
}
}
onClipEvent (enterFrame) {
if (_root.Life >= 1) {
if (_root.cir.hitTest(_root.fire3)) {
_root.cir.gotoAndPlay(6);
}
}
}
onClipEvent (enterFrame) {
if (_root.Life >= 1) {
if (_root.cir.hitTest(_root.fire4)) {
_root.cir.gotoAndPlay(6);
}
}
if (_root.cir.hitTest(_root.fire3)) {
_root.Life = Number(_root.Life) - 5;
}
if (_root.cir.hitTest(_root.fire4)) {
_root.Life = Number(_root.Life) - 5;
}
}
Instance of Symbol 90 MovieClip "go" in Frame 47
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.go)) {
gotoAndPlay (4);
_root.go(undefined);
}
}
Instance of Symbol 90 MovieClip "go2" in Frame 47
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.go2)) {
gotoAndPlay (4);
_root.go2(undefined);
}
}
Instance of Symbol 94 MovieClip "go1" in Frame 47
/* no clip actions */
Frame 48
stop();
Instance of Symbol 366 MovieClip "fire2" in Frame 48
/* no clip actions */
Instance of Symbol 366 MovieClip "fire" in Frame 48
/* no clip actions */
Instance of Symbol 117 MovieClip "cir" in Frame 48
onClipEvent (load) {
gravedad = 2;
_root.go1.gotoAndPlay(2);
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.suelo)) {
}
}
onClipEvent (enterFrame) {
vy = vy + gravedad;
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.suelo)) {
gravedad = 0;
}
fricion = 0.8;
friction = 0.8;
vx = vx * friction;
vy = vy * fricion;
this._x = this._x + vx;
this._y = this._y + vy;
if (Key.isDown(37)) {
vx = -25;
}
if (Key.isDown(39)) {
vx = 25;
}
if (_root.Life >= 1) {
if (Key.isDown(38)) {
vy = -15;
gotoAndPlay (3);
}
}
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.go1)) {
_root.gotoAndPlay(48);
}
}
onClipEvent (enterFrame) {
if (Number(_root.num0) >= 6600) {
_root.go1.gotoAndPlay(1);
}
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.fire)) {
_root.Life = Number(_root.Life) - 5;
}
if (_root.cir.hitTest(_root.fire2)) {
_root.Life = Number(_root.Life) - 5;
}
}
onClipEvent (enterFrame) {
if (_root.Life <= 0) {
_root.cir.gotoAndStop(5);
if (Key.isDown(38)) {
vy = 0;
}
}
}
onClipEvent (enterFrame) {
if (_root.Life >= 1) {
if (_root.cir.hitTest(_root.fire)) {
_root.cir.gotoAndPlay(6);
}
}
}
onClipEvent (enterFrame) {
if (_root.Life >= 1) {
if (_root.cir.hitTest(_root.fire2)) {
_root.cir.gotoAndPlay(6);
}
}
}
onClipEvent (enterFrame) {
if (_root.Life >= 1) {
if (_root.cir.hitTest(_root.fire1)) {
_root.cir.gotoAndPlay(6);
}
}
}
onClipEvent (enterFrame) {
if (_root.Life >= 1) {
if (_root.cir.hitTest(_root.fire1)) {
_root.cir.gotoAndPlay(6);
}
}
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.cura)) {
_root.Life = Number(_root.Life) + 50;
}
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.cura)) {
_root.cura.gotoAndStop(25);
}
}
onClipEvent (enterFrame) {
if (_root.Life >= 1) {
if (_root.cir.hitTest(_root.fire1)) {
_root.cir.gotoAndPlay(6);
}
}
}
onClipEvent (enterFrame) {
if (_root.Life >= 1) {
if (_root.cir.hitTest(_root.fire3)) {
_root.cir.gotoAndPlay(6);
}
}
}
onClipEvent (enterFrame) {
if (_root.Life >= 1) {
if (_root.cir.hitTest(_root.fire4)) {
_root.cir.gotoAndPlay(6);
}
}
if (_root.cir.hitTest(_root.fire3)) {
_root.Life = Number(_root.Life) - 5;
}
if (_root.cir.hitTest(_root.fire4)) {
_root.Life = Number(_root.Life) - 5;
}
}
Instance of Symbol 366 MovieClip "fire4" in Frame 48
/* no clip actions */
Instance of Symbol 90 MovieClip "go" in Frame 48
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.go)) {
gotoAndPlay (4);
_root.go(undefined);
}
}
Instance of Symbol 90 MovieClip "go2" in Frame 48
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.go2)) {
gotoAndPlay (4);
_root.go2(undefined);
}
}
Instance of Symbol 94 MovieClip "go1" in Frame 48
/* no clip actions */
Frame 49
stop();
Instance of Symbol 366 MovieClip "fire2" in Frame 49
/* no clip actions */
Instance of Symbol 366 MovieClip "fire" in Frame 49
/* no clip actions */
Instance of Symbol 117 MovieClip "cir" in Frame 49
onClipEvent (load) {
gravedad = 2;
_root.go1.gotoAndPlay(2);
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.suelo)) {
}
}
onClipEvent (enterFrame) {
vy = vy + gravedad;
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.suelo)) {
gravedad = 0;
}
fricion = 0.8;
friction = 0.8;
vx = vx * friction;
vy = vy * fricion;
this._x = this._x + vx;
this._y = this._y + vy;
if (Key.isDown(37)) {
vx = -25;
}
if (Key.isDown(39)) {
vx = 25;
}
if (_root.Life >= 1) {
if (Key.isDown(38)) {
vy = -15;
gotoAndPlay (3);
}
}
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.go1)) {
_root.gotoAndPlay(50);
}
}
onClipEvent (enterFrame) {
if (Number(_root.num0) >= 6750) {
_root.go1.gotoAndPlay(1);
}
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.fire)) {
_root.Life = Number(_root.Life) - 5;
}
if (_root.cir.hitTest(_root.fire2)) {
_root.Life = Number(_root.Life) - 5;
}
}
onClipEvent (enterFrame) {
if (_root.Life <= 0) {
_root.cir.gotoAndStop(5);
if (Key.isDown(38)) {
vy = 0;
}
}
}
onClipEvent (enterFrame) {
if (_root.Life >= 1) {
if (_root.cir.hitTest(_root.fire)) {
_root.cir.gotoAndPlay(6);
}
}
}
onClipEvent (enterFrame) {
if (_root.Life >= 1) {
if (_root.cir.hitTest(_root.fire2)) {
_root.cir.gotoAndPlay(6);
}
}
}
onClipEvent (enterFrame) {
if (_root.Life >= 1) {
if (_root.cir.hitTest(_root.fire1)) {
_root.cir.gotoAndPlay(6);
}
}
}
onClipEvent (enterFrame) {
if (_root.Life >= 1) {
if (_root.cir.hitTest(_root.fire1)) {
_root.cir.gotoAndPlay(6);
}
}
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.cura)) {
_root.Life = Number(_root.Life) + 50;
}
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.cura)) {
_root.cura.gotoAndStop(25);
}
}
onClipEvent (enterFrame) {
if (_root.Life >= 1) {
if (_root.cir.hitTest(_root.fire1)) {
_root.cir.gotoAndPlay(6);
}
}
}
onClipEvent (enterFrame) {
if (_root.Life >= 1) {
if (_root.cir.hitTest(_root.fire3)) {
_root.cir.gotoAndPlay(6);
}
}
}
onClipEvent (enterFrame) {
if (_root.Life >= 1) {
if (_root.cir.hitTest(_root.fire4)) {
_root.cir.gotoAndPlay(6);
}
}
if (_root.cir.hitTest(_root.fire3)) {
_root.Life = Number(_root.Life) - 5;
}
if (_root.cir.hitTest(_root.fire4)) {
_root.Life = Number(_root.Life) - 5;
}
}
Instance of Symbol 90 MovieClip "go" in Frame 49
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.go)) {
gotoAndPlay (4);
_root.go(undefined);
}
}
Instance of Symbol 90 MovieClip "go2" in Frame 49
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.go2)) {
gotoAndPlay (4);
_root.go2(undefined);
}
}
Instance of Symbol 94 MovieClip "go1" in Frame 49
/* no clip actions */
Frame 50
stop();
Instance of Symbol 366 MovieClip "fire2" in Frame 50
/* no clip actions */
Instance of Symbol 366 MovieClip "fire" in Frame 50
/* no clip actions */
Instance of Symbol 117 MovieClip "cir" in Frame 50
onClipEvent (load) {
gravedad = 2;
_root.go1.gotoAndPlay(2);
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.suelo)) {
}
}
onClipEvent (enterFrame) {
vy = vy + gravedad;
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.suelo)) {
gravedad = 0;
}
fricion = 0.8;
friction = 0.8;
vx = vx * friction;
vy = vy * fricion;
this._x = this._x + vx;
this._y = this._y + vy;
if (Key.isDown(37)) {
vx = -25;
}
if (Key.isDown(39)) {
vx = 25;
}
if (_root.Life >= 1) {
if (Key.isDown(38)) {
vy = -15;
gotoAndPlay (3);
}
}
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.go1)) {
_root.gotoAndPlay(51);
}
}
onClipEvent (enterFrame) {
if (Number(_root.num0) >= 6900) {
_root.go1.gotoAndPlay(1);
}
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.fire)) {
_root.Life = Number(_root.Life) - 15;
}
if (_root.cir.hitTest(_root.fire2)) {
_root.Life = Number(_root.Life) - 15;
}
}
onClipEvent (enterFrame) {
if (_root.Life <= 0) {
_root.cir.gotoAndStop(5);
if (Key.isDown(38)) {
vy = 0;
}
}
}
onClipEvent (enterFrame) {
if (_root.Life >= 1) {
if (_root.cir.hitTest(_root.fire)) {
_root.cir.gotoAndPlay(6);
}
}
}
onClipEvent (enterFrame) {
if (_root.Life >= 1) {
if (_root.cir.hitTest(_root.fire2)) {
_root.cir.gotoAndPlay(6);
}
}
}
onClipEvent (enterFrame) {
if (_root.Life >= 1) {
if (_root.cir.hitTest(_root.fire1)) {
_root.cir.gotoAndPlay(6);
}
}
}
onClipEvent (enterFrame) {
if (_root.Life >= 1) {
if (_root.cir.hitTest(_root.fire1)) {
_root.cir.gotoAndPlay(6);
}
}
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.cura)) {
_root.Life = Number(_root.Life) + 50;
}
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.cura)) {
_root.cura.gotoAndStop(25);
}
}
onClipEvent (enterFrame) {
if (_root.Life >= 1) {
if (_root.cir.hitTest(_root.fire1)) {
_root.cir.gotoAndPlay(6);
}
}
}
onClipEvent (enterFrame) {
if (_root.Life >= 1) {
if (_root.cir.hitTest(_root.fire3)) {
_root.cir.gotoAndPlay(6);
}
}
}
onClipEvent (enterFrame) {
if (_root.Life >= 1) {
if (_root.cir.hitTest(_root.fire4)) {
_root.cir.gotoAndPlay(6);
}
}
if (_root.cir.hitTest(_root.fire3)) {
_root.Life = Number(_root.Life) - 5;
}
if (_root.cir.hitTest(_root.fire4)) {
_root.Life = Number(_root.Life) - 5;
}
}
Instance of Symbol 90 MovieClip "go" in Frame 50
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.go)) {
gotoAndPlay (4);
_root.go(undefined);
}
}
Instance of Symbol 90 MovieClip "go2" in Frame 50
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.go2)) {
gotoAndPlay (4);
_root.go2(undefined);
}
}
Instance of Symbol 94 MovieClip "go1" in Frame 50
/* no clip actions */
Frame 51
stop();
Instance of Symbol 366 MovieClip "fire2" in Frame 51
/* no clip actions */
Instance of Symbol 366 MovieClip "fire" in Frame 51
/* no clip actions */
Instance of Symbol 117 MovieClip "cir" in Frame 51
onClipEvent (load) {
gravedad = 2;
_root.go1.gotoAndPlay(2);
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.suelo)) {
}
}
onClipEvent (enterFrame) {
vy = vy + gravedad;
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.suelo)) {
gravedad = 0;
}
fricion = 0.8;
friction = 0.8;
vx = vx * friction;
vy = vy * fricion;
this._x = this._x + vx;
this._y = this._y + vy;
if (Key.isDown(37)) {
vx = -25;
}
if (Key.isDown(39)) {
vx = 25;
}
if (_root.Life >= 1) {
if (Key.isDown(38)) {
vy = -15;
gotoAndPlay (3);
}
}
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.go1)) {
_root.gotoAndPlay(52);
}
}
onClipEvent (enterFrame) {
if (Number(_root.num0) >= 7050) {
_root.go1.gotoAndPlay(1);
}
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.fire)) {
_root.Life = Number(_root.Life) - 5;
}
if (_root.cir.hitTest(_root.fire2)) {
_root.Life = Number(_root.Life) - 5;
}
}
onClipEvent (enterFrame) {
if (_root.Life <= 0) {
_root.cir.gotoAndStop(5);
if (Key.isDown(38)) {
vy = 0;
}
}
}
onClipEvent (enterFrame) {
if (_root.Life >= 1) {
if (_root.cir.hitTest(_root.fire)) {
_root.cir.gotoAndPlay(6);
}
}
}
onClipEvent (enterFrame) {
if (_root.Life >= 1) {
if (_root.cir.hitTest(_root.fire2)) {
_root.cir.gotoAndPlay(6);
}
}
}
onClipEvent (enterFrame) {
if (_root.Life >= 1) {
if (_root.cir.hitTest(_root.fire1)) {
_root.cir.gotoAndPlay(6);
}
}
}
onClipEvent (enterFrame) {
if (_root.Life >= 1) {
if (_root.cir.hitTest(_root.fire1)) {
_root.cir.gotoAndPlay(6);
}
}
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.cura)) {
_root.Life = Number(_root.Life) + 50;
}
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.cura)) {
_root.cura.gotoAndStop(25);
}
}
onClipEvent (enterFrame) {
if (_root.Life >= 1) {
if (_root.cir.hitTest(_root.fire1)) {
_root.cir.gotoAndPlay(6);
}
}
}
onClipEvent (enterFrame) {
if (_root.Life >= 1) {
if (_root.cir.hitTest(_root.fire3)) {
_root.cir.gotoAndPlay(6);
}
}
}
onClipEvent (enterFrame) {
if (_root.Life >= 1) {
if (_root.cir.hitTest(_root.fire4)) {
_root.cir.gotoAndPlay(6);
}
}
if (_root.cir.hitTest(_root.fire3)) {
_root.Life = Number(_root.Life) - 5;
}
if (_root.cir.hitTest(_root.fire4)) {
_root.Life = Number(_root.Life) - 5;
}
}
Instance of Symbol 90 MovieClip "go" in Frame 51
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.go)) {
gotoAndPlay (4);
_root.go(undefined);
}
}
Instance of Symbol 90 MovieClip "go2" in Frame 51
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.go2)) {
gotoAndPlay (4);
_root.go2(undefined);
}
}
Instance of Symbol 94 MovieClip "go1" in Frame 51
/* no clip actions */
Frame 52
stop();
Instance of Symbol 366 MovieClip "fire2" in Frame 52
/* no clip actions */
Instance of Symbol 366 MovieClip "fire" in Frame 52
/* no clip actions */
Instance of Symbol 117 MovieClip "cir" in Frame 52
onClipEvent (load) {
gravedad = 2;
_root.go1.gotoAndPlay(2);
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.suelo)) {
}
}
onClipEvent (enterFrame) {
vy = vy + gravedad;
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.suelo)) {
gravedad = 0;
}
fricion = 0.8;
friction = 0.8;
vx = vx * friction;
vy = vy * fricion;
this._x = this._x + vx;
this._y = this._y + vy;
if (Key.isDown(37)) {
vx = -25;
}
if (Key.isDown(39)) {
vx = 25;
}
if (_root.Life >= 1) {
if (Key.isDown(38)) {
vy = -15;
gotoAndPlay (3);
}
}
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.go1)) {
_root.gotoAndPlay(52);
}
}
onClipEvent (enterFrame) {
if (Number(_root.num0) >= 7200) {
_root.go1.gotoAndPlay(1);
}
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.fire)) {
_root.Life = Number(_root.Life) - 5;
}
if (_root.cir.hitTest(_root.fire2)) {
_root.Life = Number(_root.Life) - 5;
}
}
onClipEvent (enterFrame) {
if (_root.Life <= 0) {
_root.cir.gotoAndStop(5);
if (Key.isDown(38)) {
vy = 0;
}
}
}
onClipEvent (enterFrame) {
if (_root.Life >= 1) {
if (_root.cir.hitTest(_root.fire)) {
_root.cir.gotoAndPlay(6);
}
}
}
onClipEvent (enterFrame) {
if (_root.Life >= 1) {
if (_root.cir.hitTest(_root.fire2)) {
_root.cir.gotoAndPlay(6);
}
}
}
onClipEvent (enterFrame) {
if (_root.Life >= 1) {
if (_root.cir.hitTest(_root.fire1)) {
_root.cir.gotoAndPlay(6);
}
}
}
onClipEvent (enterFrame) {
if (_root.Life >= 1) {
if (_root.cir.hitTest(_root.fire1)) {
_root.cir.gotoAndPlay(6);
}
}
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.cura)) {
_root.Life = Number(_root.Life) + 50;
}
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.cura)) {
_root.cura.gotoAndStop(25);
}
}
onClipEvent (enterFrame) {
if (_root.Life >= 1) {
if (_root.cir.hitTest(_root.fire1)) {
_root.cir.gotoAndPlay(6);
}
}
}
onClipEvent (enterFrame) {
if (_root.Life >= 1) {
if (_root.cir.hitTest(_root.fire3)) {
_root.cir.gotoAndPlay(6);
}
}
}
onClipEvent (enterFrame) {
if (_root.Life >= 1) {
if (_root.cir.hitTest(_root.fire4)) {
_root.cir.gotoAndPlay(6);
}
}
if (_root.cir.hitTest(_root.fire3)) {
_root.Life = Number(_root.Life) - 5;
}
if (_root.cir.hitTest(_root.fire4)) {
_root.Life = Number(_root.Life) - 5;
}
}
Instance of Symbol 366 MovieClip "fire3" in Frame 52
/* no clip actions */
Instance of Symbol 90 MovieClip "go" in Frame 52
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.go)) {
gotoAndPlay (4);
_root.go(undefined);
}
}
Instance of Symbol 90 MovieClip "go2" in Frame 52
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.go2)) {
gotoAndPlay (4);
_root.go2(undefined);
}
}
Instance of Symbol 94 MovieClip "go1" in Frame 52
/* no clip actions */
Frame 53
stop();
Instance of Symbol 366 MovieClip "fire" in Frame 53
/* no clip actions */
Instance of Symbol 117 MovieClip "cir" in Frame 53
onClipEvent (load) {
gravedad = 2;
_root.go1.gotoAndPlay(2);
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.suelo)) {
}
}
onClipEvent (enterFrame) {
vy = vy + gravedad;
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.suelo)) {
gravedad = 0;
}
fricion = 0.8;
friction = 0.8;
vx = vx * friction;
vy = vy * fricion;
this._x = this._x + vx;
this._y = this._y + vy;
if (Key.isDown(37)) {
vx = -25;
}
if (Key.isDown(39)) {
vx = 25;
}
if (_root.Life >= 1) {
if (Key.isDown(38)) {
vy = -15;
gotoAndPlay (3);
}
}
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.go1)) {
_root.gotoAndPlay(54);
}
}
onClipEvent (enterFrame) {
if (Number(_root.num0) >= 7350) {
_root.go1.gotoAndPlay(1);
}
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.fire)) {
_root.Life = Number(_root.Life) - 5;
}
if (_root.cir.hitTest(_root.fire2)) {
_root.Life = Number(_root.Life) - 5;
}
}
onClipEvent (enterFrame) {
if (_root.Life <= 0) {
_root.cir.gotoAndStop(5);
if (Key.isDown(38)) {
vy = 0;
}
}
}
onClipEvent (enterFrame) {
if (_root.Life >= 1) {
if (_root.cir.hitTest(_root.fire)) {
_root.cir.gotoAndPlay(6);
}
}
}
onClipEvent (enterFrame) {
if (_root.Life >= 1) {
if (_root.cir.hitTest(_root.fire2)) {
_root.cir.gotoAndPlay(6);
}
}
}
onClipEvent (enterFrame) {
if (_root.Life >= 1) {
if (_root.cir.hitTest(_root.fire1)) {
_root.cir.gotoAndPlay(6);
}
}
}
onClipEvent (enterFrame) {
if (_root.Life >= 1) {
if (_root.cir.hitTest(_root.fire1)) {
_root.cir.gotoAndPlay(6);
}
}
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.cura)) {
_root.Life = Number(_root.Life) + 50;
}
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.cura)) {
_root.cura.gotoAndStop(25);
}
}
onClipEvent (enterFrame) {
if (_root.Life >= 1) {
if (_root.cir.hitTest(_root.fire1)) {
_root.cir.gotoAndPlay(6);
}
}
}
onClipEvent (enterFrame) {
if (_root.Life >= 1) {
if (_root.cir.hitTest(_root.fire3)) {
_root.cir.gotoAndPlay(6);
}
}
}
onClipEvent (enterFrame) {
if (_root.Life >= 1) {
if (_root.cir.hitTest(_root.fire4)) {
_root.cir.gotoAndPlay(6);
}
}
if (_root.cir.hitTest(_root.fire3)) {
_root.Life = Number(_root.Life) - 5;
}
if (_root.cir.hitTest(_root.fire4)) {
_root.Life = Number(_root.Life) - 5;
}
}
Instance of Symbol 366 MovieClip "fire4" in Frame 53
/* no clip actions */
Instance of Symbol 90 MovieClip "go" in Frame 53
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.go)) {
gotoAndPlay (4);
_root.go(undefined);
}
}
Instance of Symbol 90 MovieClip "go2" in Frame 53
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.go2)) {
gotoAndPlay (4);
_root.go2(undefined);
}
}
Instance of Symbol 94 MovieClip "go1" in Frame 53
/* no clip actions */
Frame 54
stop();
Instance of Symbol 366 MovieClip "fire2" in Frame 54
/* no clip actions */
Instance of Symbol 366 MovieClip "fire" in Frame 54
/* no clip actions */
Instance of Symbol 117 MovieClip "cir" in Frame 54
onClipEvent (load) {
gravedad = 2;
_root.go1.gotoAndPlay(2);
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.suelo)) {
}
}
onClipEvent (enterFrame) {
vy = vy + gravedad;
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.suelo)) {
gravedad = 0;
}
fricion = 0.8;
friction = 0.8;
vx = vx * friction;
vy = vy * fricion;
this._x = this._x + vx;
this._y = this._y + vy;
if (Key.isDown(37)) {
vx = -25;
}
if (Key.isDown(39)) {
vx = 25;
}
if (_root.Life >= 1) {
if (Key.isDown(38)) {
vy = -15;
gotoAndPlay (3);
}
}
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.go1)) {
_root.gotoAndPlay(58);
}
}
onClipEvent (enterFrame) {
if (Number(_root.num0) >= 8000) {
_root.go1.gotoAndPlay(1);
}
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.fire)) {
_root.Life = Number(_root.Life) - 5;
}
if (_root.cir.hitTest(_root.fire2)) {
_root.Life = Number(_root.Life) - 5;
}
}
onClipEvent (enterFrame) {
if (_root.Life <= 0) {
_root.cir.gotoAndStop(5);
if (Key.isDown(38)) {
vy = 0;
}
}
}
onClipEvent (enterFrame) {
if (_root.Life >= 1) {
if (_root.cir.hitTest(_root.fire)) {
_root.cir.gotoAndPlay(6);
}
}
}
onClipEvent (enterFrame) {
if (_root.Life >= 1) {
if (_root.cir.hitTest(_root.fire2)) {
_root.cir.gotoAndPlay(6);
}
}
}
onClipEvent (enterFrame) {
if (_root.Life >= 1) {
if (_root.cir.hitTest(_root.fire1)) {
_root.cir.gotoAndPlay(6);
}
}
}
onClipEvent (enterFrame) {
if (_root.Life >= 1) {
if (_root.cir.hitTest(_root.fire1)) {
_root.cir.gotoAndPlay(6);
}
}
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.cura)) {
_root.Life = Number(_root.Life) + 50;
}
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.cura)) {
_root.cura.gotoAndStop(25);
}
}
onClipEvent (enterFrame) {
if (_root.Life >= 1) {
if (_root.cir.hitTest(_root.fire1)) {
_root.cir.gotoAndPlay(6);
}
}
}
onClipEvent (enterFrame) {
if (_root.Life >= 1) {
if (_root.cir.hitTest(_root.fire3)) {
_root.cir.gotoAndPlay(6);
}
}
}
onClipEvent (enterFrame) {
if (_root.Life >= 1) {
if (_root.cir.hitTest(_root.fire4)) {
_root.cir.gotoAndPlay(6);
}
}
if (_root.cir.hitTest(_root.fire3)) {
_root.Life = Number(_root.Life) - 5;
}
if (_root.cir.hitTest(_root.fire4)) {
_root.Life = Number(_root.Life) - 5;
}
}
onClipEvent (enterFrame) {
if (_root.Life >= 1) {
if (_root.cir.hitTest(_root.fire5)) {
_root.cir.gotoAndPlay(6);
}
}
if (_root.cir.hitTest(_root.fire5)) {
_root.Life = Number(_root.Life) - 5;
}
}
Instance of Symbol 94 MovieClip "go1" in Frame 54
/* no clip actions */
Instance of Symbol 189 MovieClip "coin" in Frame 54
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.coin)) {
_root.coin._x = random(500);
_root.coin._y = random(325);
_root.num0 = Number(_root.num0) + 50;
_root.sondo.gotoAndPlay(2);
}
}
onClipEvent (enterFrame) {
if (Number(_root.num0) >= 8000) {
_root.coin.gotoAndPlay(3);
}
}
Frame 59
continiu = 5;
Life = 2000;
num0 = 8000;
stopAllSounds();
Instance of Symbol 80 MovieClip "pared" in Frame 59
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.pared)) {
_root.cir.vx = _root.cir.vx + 25;
}
}
Instance of Symbol 80 MovieClip "pared2" in Frame 59
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.pared2)) {
_root.cir.vx = _root.cir.vx - 25;
}
}
Instance of Symbol 80 MovieClip "pared3" in Frame 59
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.pared3)) {
_root.cir.vy = _root.cir.vy + 25;
}
}
Frame 60
mech = 3;
stop();
stop();
Instance of Symbol 117 MovieClip "cir" in Frame 60
onClipEvent (load) {
gravedad = 2;
_root.go1.gotoAndPlay(2);
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.suelo)) {
}
}
onClipEvent (enterFrame) {
vy = vy + gravedad;
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.suelo)) {
gravedad = 0;
}
fricion = 0.8;
friction = 0.8;
vx = vx * friction;
vy = vy * fricion;
this._x = this._x + vx;
this._y = this._y + vy;
if (Key.isDown(37)) {
vx = -25;
}
if (Key.isDown(39)) {
vx = 25;
}
if (_root.Life >= 1) {
if (Key.isDown(38)) {
vy = -15;
gotoAndPlay (3);
}
}
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.go1)) {
_root.gotoAndPlay(61);
}
}
onClipEvent (enterFrame) {
if (Number(_root.num0) >= 8150) {
_root.go1.gotoAndPlay(1);
}
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.fire)) {
_root.Life = Number(_root.Life) - 5;
}
if (_root.cir.hitTest(_root.fire2)) {
_root.Life = Number(_root.Life) - 5;
}
}
onClipEvent (enterFrame) {
if (_root.Life <= 0) {
_root.cir.gotoAndStop(5);
if (Key.isDown(38)) {
vy = 0;
}
}
}
onClipEvent (enterFrame) {
if (_root.Life >= 1) {
if (_root.cir.hitTest(_root.fire)) {
_root.cir.gotoAndPlay(6);
}
}
}
onClipEvent (enterFrame) {
if (_root.Life >= 1) {
if (_root.cir.hitTest(_root.fire2)) {
_root.cir.gotoAndPlay(6);
}
}
}
onClipEvent (enterFrame) {
if (_root.Life >= 1) {
if (_root.cir.hitTest(_root.fire1)) {
_root.cir.gotoAndPlay(6);
}
}
}
onClipEvent (enterFrame) {
if (_root.Life >= 1) {
if (_root.cir.hitTest(_root.fire1)) {
_root.cir.gotoAndPlay(6);
}
}
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.cura)) {
_root.Life = Number(_root.Life) + 50;
}
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.cura)) {
_root.cura.gotoAndStop(25);
}
}
onClipEvent (enterFrame) {
if (_root.Life >= 1) {
if (_root.cir.hitTest(_root.fire1)) {
_root.cir.gotoAndPlay(6);
}
}
}
onClipEvent (enterFrame) {
if (_root.Life >= 1) {
if (_root.cir.hitTest(_root.fire3)) {
_root.cir.gotoAndPlay(6);
}
}
}
onClipEvent (enterFrame) {
if (_root.Life >= 1) {
if (_root.cir.hitTest(_root.fire4)) {
_root.cir.gotoAndPlay(6);
}
}
if (_root.cir.hitTest(_root.fire3)) {
_root.Life = Number(_root.Life) - 5;
}
if (_root.cir.hitTest(_root.fire4)) {
_root.Life = Number(_root.Life) - 5;
}
}
Instance of Symbol 507 MovieClip "fire" in Frame 60
onClipEvent (enterFrame) {
if (_root.Life >= 1) {
if (_root.cir.hitTest(_root.fire4)) {
_root.cir.gotoAndPlay(6);
}
}
if (_root.cir.hitTest(_root.fire3)) {
_root.Life = Number(_root.Life) - 5000;
}
if (_root.cir.hitTest(_root.fire4)) {
_root.Life = Number(_root.Life) - 5000;
}
}
onClipEvent (enterFrame) {
if (_root.Life >= 1) {
if (_root.cir.hitTest(_root.fire)) {
_root.cir.gotoAndPlay(6);
}
}
}
onClipEvent (enterFrame) {
if (_root.Life >= 1) {
if (_root.cir.hitTest(_root.fire2)) {
_root.cir.gotoAndPlay(6);
}
}
}
onClipEvent (enterFrame) {
if (_root.Life >= 1) {
if (_root.cir.hitTest(_root.fire1)) {
_root.cir.gotoAndPlay(6);
}
}
}
onClipEvent (enterFrame) {
if (_root.Life >= 1) {
if (_root.cir.hitTest(_root.fire1)) {
_root.cir.gotoAndPlay(6);
}
}
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.fire)) {
_root.Life = Number(_root.Life) - 5000;
}
if (_root.cir.hitTest(_root.fire2)) {
_root.Life = Number(_root.Life) - 5000;
}
}
Instance of Symbol 82 MovieClip "jo" in Frame 60
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.jo)) {
_root.cir.gravedad = 2;
}
}
Instance of Symbol 82 MovieClip "suelo" in Frame 60
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.suelo)) {
_root.cir._y = o;
}
}
Instance of Symbol 90 MovieClip "go" in Frame 60
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.go)) {
gotoAndPlay (4);
_root.go(undefined);
}
}
Instance of Symbol 90 MovieClip "go2" in Frame 60
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.go2)) {
gotoAndPlay (4);
_root.go2(undefined);
}
}
Instance of Symbol 514 MovieClip in Frame 60
onClipEvent (enterFrame) {
if (_root.Life >= 1) {
if (_root.cir.hitTest(_root.fire4)) {
_root.cir.gotoAndPlay(6);
}
}
if (_root.cir.hitTest(_root.fire3)) {
_root.Life = Number(_root.Life) - 5000;
}
if (_root.cir.hitTest(_root.fire4)) {
_root.Life = Number(_root.Life) - 5000;
}
}
onClipEvent (enterFrame) {
if (_root.Life >= 1) {
if (_root.cir.hitTest(_root.fire)) {
_root.cir.gotoAndPlay(6);
}
}
}
onClipEvent (enterFrame) {
if (_root.Life >= 1) {
if (_root.cir.hitTest(_root.fire2)) {
_root.cir.gotoAndPlay(6);
}
}
}
onClipEvent (enterFrame) {
if (_root.Life >= 1) {
if (_root.cir.hitTest(_root.fire1)) {
_root.cir.gotoAndPlay(6);
}
}
}
onClipEvent (enterFrame) {
if (_root.Life >= 1) {
if (_root.cir.hitTest(_root.fire1)) {
_root.cir.gotoAndPlay(6);
}
}
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.fire)) {
_root.Life = Number(_root.Life) - 5000;
}
if (_root.cir.hitTest(_root.fire2)) {
_root.Life = Number(_root.Life) - 5000;
}
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.fire)) {
_root.fire.gotoAndStop(52);
}
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.fire2)) {
_root.fire2.gotoAndStop(52);
}
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.fire3)) {
_root.fire3.gotoAndStop(52);
}
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.fire4)) {
_root.fire4.gotoAndStop(52);
}
if (_root.Life <= 0) {
if (_root.cir.hitTest(_root.go1)) {
_root.gotoAndPlay(_root);
}
}
}
Frame 61
stop();
Instance of Symbol 117 MovieClip "cir" in Frame 61
onClipEvent (load) {
gravedad = 2;
_root.go1.gotoAndPlay(2);
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.suelo)) {
}
}
onClipEvent (enterFrame) {
vy = vy + gravedad;
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.suelo)) {
gravedad = 0;
}
fricion = 0.8;
friction = 0.8;
vx = vx * friction;
vy = vy * fricion;
this._x = this._x + vx;
this._y = this._y + vy;
if (Key.isDown(37)) {
vx = -25;
}
if (Key.isDown(39)) {
vx = 25;
}
if (_root.Life >= 1) {
if (Key.isDown(38)) {
vy = -15;
gotoAndPlay (3);
}
}
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.go1)) {
_root.gotoAndPlay(62);
}
}
onClipEvent (enterFrame) {
if (Number(_root.num0) >= 8300) {
_root.go1.gotoAndPlay(1);
}
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.fire)) {
_root.Life = Number(_root.Life) - 5;
}
if (_root.cir.hitTest(_root.fire2)) {
_root.Life = Number(_root.Life) - 5;
}
}
onClipEvent (enterFrame) {
if (_root.Life <= 0) {
_root.cir.gotoAndStop(5);
if (Key.isDown(38)) {
vy = 0;
}
}
}
onClipEvent (enterFrame) {
if (_root.Life >= 1) {
if (_root.cir.hitTest(_root.fire)) {
_root.cir.gotoAndPlay(6);
}
}
}
onClipEvent (enterFrame) {
if (_root.Life >= 1) {
if (_root.cir.hitTest(_root.fire2)) {
_root.cir.gotoAndPlay(6);
}
}
}
onClipEvent (enterFrame) {
if (_root.Life >= 1) {
if (_root.cir.hitTest(_root.fire1)) {
_root.cir.gotoAndPlay(6);
}
}
}
onClipEvent (enterFrame) {
if (_root.Life >= 1) {
if (_root.cir.hitTest(_root.fire1)) {
_root.cir.gotoAndPlay(6);
}
}
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.cura)) {
_root.Life = Number(_root.Life) + 50;
}
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.cura)) {
_root.cura.gotoAndStop(25);
}
}
onClipEvent (enterFrame) {
if (_root.Life >= 1) {
if (_root.cir.hitTest(_root.fire1)) {
_root.cir.gotoAndPlay(6);
}
}
}
onClipEvent (enterFrame) {
if (_root.Life >= 1) {
if (_root.cir.hitTest(_root.fire3)) {
_root.cir.gotoAndPlay(6);
}
}
}
onClipEvent (enterFrame) {
if (_root.Life >= 1) {
if (_root.cir.hitTest(_root.fire4)) {
_root.cir.gotoAndPlay(6);
}
}
if (_root.cir.hitTest(_root.fire3)) {
_root.Life = Number(_root.Life) - 5;
}
if (_root.cir.hitTest(_root.fire4)) {
_root.Life = Number(_root.Life) - 5;
}
}
Instance of Symbol 90 MovieClip "go" in Frame 61
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.go)) {
gotoAndPlay (4);
_root.go(undefined);
}
}
Instance of Symbol 90 MovieClip "go2" in Frame 61
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.go2)) {
gotoAndPlay (4);
_root.go2(undefined);
}
}
Instance of Symbol 94 MovieClip "go1" in Frame 61
/* no clip actions */
Frame 62
stop();
Instance of Symbol 90 MovieClip "go" in Frame 62
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.go)) {
gotoAndPlay (4);
_root.go(undefined);
}
}
Instance of Symbol 90 MovieClip "go2" in Frame 62
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.go2)) {
gotoAndPlay (4);
_root.go2(undefined);
}
}
Instance of Symbol 94 MovieClip "go1" in Frame 62
/* no clip actions */
Instance of Symbol 117 MovieClip "cir" in Frame 62
onClipEvent (load) {
gravedad = 2;
_root.go1.gotoAndPlay(2);
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.suelo)) {
}
}
onClipEvent (enterFrame) {
vy = vy + gravedad;
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.suelo)) {
gravedad = 0;
}
fricion = 0.8;
friction = 0.8;
vx = vx * friction;
vy = vy * fricion;
this._x = this._x + vx;
this._y = this._y + vy;
if (Key.isDown(37)) {
vx = -25;
}
if (Key.isDown(39)) {
vx = 25;
}
if (_root.Life >= 1) {
if (Key.isDown(38)) {
vy = -15;
gotoAndPlay (3);
}
}
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.go1)) {
_root.gotoAndPlay(63);
}
}
onClipEvent (enterFrame) {
if (Number(_root.num0) >= 8450) {
_root.go1.gotoAndPlay(1);
}
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.fire)) {
_root.Life = Number(_root.Life) - 5;
}
if (_root.cir.hitTest(_root.fire2)) {
_root.Life = Number(_root.Life) - 5;
}
}
onClipEvent (enterFrame) {
if (_root.Life <= 0) {
_root.cir.gotoAndStop(5);
if (Key.isDown(38)) {
vy = 0;
}
}
}
onClipEvent (enterFrame) {
if (_root.Life >= 1) {
if (_root.cir.hitTest(_root.fire)) {
_root.cir.gotoAndPlay(6);
}
}
}
onClipEvent (enterFrame) {
if (_root.Life >= 1) {
if (_root.cir.hitTest(_root.fire2)) {
_root.cir.gotoAndPlay(6);
}
}
}
onClipEvent (enterFrame) {
if (_root.Life >= 1) {
if (_root.cir.hitTest(_root.fire1)) {
_root.cir.gotoAndPlay(6);
}
}
}
onClipEvent (enterFrame) {
if (_root.Life >= 1) {
if (_root.cir.hitTest(_root.fire1)) {
_root.cir.gotoAndPlay(6);
}
}
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.cura)) {
_root.Life = Number(_root.Life) + 50;
}
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.cura)) {
_root.cura.gotoAndStop(25);
}
}
onClipEvent (enterFrame) {
if (_root.Life >= 1) {
if (_root.cir.hitTest(_root.fire1)) {
_root.cir.gotoAndPlay(6);
}
}
}
onClipEvent (enterFrame) {
if (_root.Life >= 1) {
if (_root.cir.hitTest(_root.fire3)) {
_root.cir.gotoAndPlay(6);
}
}
}
onClipEvent (enterFrame) {
if (_root.Life >= 1) {
if (_root.cir.hitTest(_root.fire4)) {
_root.cir.gotoAndPlay(6);
}
}
if (_root.cir.hitTest(_root.fire3)) {
_root.Life = Number(_root.Life) - 5;
}
if (_root.cir.hitTest(_root.fire4)) {
_root.Life = Number(_root.Life) - 5;
}
}
Frame 63
stop();
Instance of Symbol 117 MovieClip "cir" in Frame 63
onClipEvent (load) {
gravedad = 2;
_root.go1.gotoAndPlay(2);
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.suelo)) {
}
}
onClipEvent (enterFrame) {
vy = vy + gravedad;
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.suelo)) {
gravedad = 0;
}
fricion = 0.8;
friction = 0.8;
vx = vx * friction;
vy = vy * fricion;
this._x = this._x + vx;
this._y = this._y + vy;
if (Key.isDown(37)) {
vx = -25;
}
if (Key.isDown(39)) {
vx = 25;
}
if (_root.Life >= 1) {
if (Key.isDown(38)) {
vy = -15;
gotoAndPlay (3);
}
}
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.go1)) {
_root.gotoAndPlay(64);
}
}
onClipEvent (enterFrame) {
if (Number(_root.num0) >= 8600) {
_root.go1.gotoAndPlay(1);
}
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.fire)) {
_root.Life = Number(_root.Life) - 5;
}
if (_root.cir.hitTest(_root.fire2)) {
_root.Life = Number(_root.Life) - 5;
}
}
onClipEvent (enterFrame) {
if (_root.Life <= 0) {
_root.cir.gotoAndStop(5);
if (Key.isDown(38)) {
vy = 0;
}
}
}
onClipEvent (enterFrame) {
if (_root.Life >= 1) {
if (_root.cir.hitTest(_root.fire)) {
_root.cir.gotoAndPlay(6);
}
}
}
onClipEvent (enterFrame) {
if (_root.Life >= 1) {
if (_root.cir.hitTest(_root.fire2)) {
_root.cir.gotoAndPlay(6);
}
}
}
onClipEvent (enterFrame) {
if (_root.Life >= 1) {
if (_root.cir.hitTest(_root.fire1)) {
_root.cir.gotoAndPlay(6);
}
}
}
onClipEvent (enterFrame) {
if (_root.Life >= 1) {
if (_root.cir.hitTest(_root.fire1)) {
_root.cir.gotoAndPlay(6);
}
}
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.cura)) {
_root.Life = Number(_root.Life) + 50;
}
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.cura)) {
_root.cura.gotoAndStop(25);
}
}
onClipEvent (enterFrame) {
if (_root.Life >= 1) {
if (_root.cir.hitTest(_root.fire1)) {
_root.cir.gotoAndPlay(6);
}
}
}
onClipEvent (enterFrame) {
if (_root.Life >= 1) {
if (_root.cir.hitTest(_root.fire3)) {
_root.cir.gotoAndPlay(6);
}
}
}
onClipEvent (enterFrame) {
if (_root.Life >= 1) {
if (_root.cir.hitTest(_root.fire4)) {
_root.cir.gotoAndPlay(6);
}
}
if (_root.cir.hitTest(_root.fire3)) {
_root.Life = Number(_root.Life) - 5;
}
if (_root.cir.hitTest(_root.fire4)) {
_root.Life = Number(_root.Life) - 5;
}
}
Instance of Symbol 90 MovieClip "go" in Frame 63
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.go)) {
gotoAndPlay (4);
_root.go(undefined);
}
}
Instance of Symbol 90 MovieClip "go2" in Frame 63
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.go2)) {
gotoAndPlay (4);
_root.go2(undefined);
}
}
Instance of Symbol 94 MovieClip "go1" in Frame 63
/* no clip actions */
Frame 64
stop();
Instance of Symbol 117 MovieClip "cir" in Frame 64
onClipEvent (load) {
gravedad = 2;
_root.go1.gotoAndPlay(2);
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.suelo)) {
}
}
onClipEvent (enterFrame) {
vy = vy + gravedad;
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.suelo)) {
gravedad = 0;
}
fricion = 0.8;
friction = 0.8;
vx = vx * friction;
vy = vy * fricion;
this._x = this._x + vx;
this._y = this._y + vy;
if (Key.isDown(37)) {
vx = -25;
}
if (Key.isDown(39)) {
vx = 25;
}
if (_root.Life >= 1) {
if (Key.isDown(38)) {
vy = -15;
gotoAndPlay (3);
}
}
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.go1)) {
_root.gotoAndPlay(65);
}
}
onClipEvent (enterFrame) {
if (Number(_root.num0) >= 8750) {
_root.go1.gotoAndPlay(1);
}
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.fire)) {
_root.Life = Number(_root.Life) - 5;
}
if (_root.cir.hitTest(_root.fire2)) {
_root.Life = Number(_root.Life) - 5;
}
}
onClipEvent (enterFrame) {
if (_root.Life <= 0) {
_root.cir.gotoAndStop(5);
if (Key.isDown(38)) {
vy = 0;
}
}
}
onClipEvent (enterFrame) {
if (_root.Life >= 1) {
if (_root.cir.hitTest(_root.fire)) {
_root.cir.gotoAndPlay(6);
}
}
}
onClipEvent (enterFrame) {
if (_root.Life >= 1) {
if (_root.cir.hitTest(_root.fire2)) {
_root.cir.gotoAndPlay(6);
}
}
}
onClipEvent (enterFrame) {
if (_root.Life >= 1) {
if (_root.cir.hitTest(_root.fire1)) {
_root.cir.gotoAndPlay(6);
}
}
}
onClipEvent (enterFrame) {
if (_root.Life >= 1) {
if (_root.cir.hitTest(_root.fire1)) {
_root.cir.gotoAndPlay(6);
}
}
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.cura)) {
_root.Life = Number(_root.Life) + 50;
}
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.cura)) {
_root.cura.gotoAndStop(25);
}
}
onClipEvent (enterFrame) {
if (_root.Life >= 1) {
if (_root.cir.hitTest(_root.fire1)) {
_root.cir.gotoAndPlay(6);
}
}
}
onClipEvent (enterFrame) {
if (_root.Life >= 1) {
if (_root.cir.hitTest(_root.fire3)) {
_root.cir.gotoAndPlay(6);
}
}
}
onClipEvent (enterFrame) {
if (_root.Life >= 1) {
if (_root.cir.hitTest(_root.fire4)) {
_root.cir.gotoAndPlay(6);
}
}
if (_root.cir.hitTest(_root.fire3)) {
_root.Life = Number(_root.Life) - 5;
}
if (_root.cir.hitTest(_root.fire4)) {
_root.Life = Number(_root.Life) - 5;
}
}
Instance of Symbol 90 MovieClip "go" in Frame 64
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.go)) {
gotoAndPlay (4);
_root.go(undefined);
}
}
Instance of Symbol 90 MovieClip "go2" in Frame 64
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.go2)) {
gotoAndPlay (4);
_root.go2(undefined);
}
}
Instance of Symbol 94 MovieClip "go1" in Frame 64
/* no clip actions */
Frame 65
stop();
stop();
Instance of Symbol 117 MovieClip "cir" in Frame 65
onClipEvent (load) {
gravedad = 2;
_root.go1.gotoAndPlay(2);
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.suelo)) {
}
}
onClipEvent (enterFrame) {
vy = vy + gravedad;
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.suelo)) {
gravedad = 0;
}
fricion = 0.8;
friction = 0.8;
vx = vx * friction;
vy = vy * fricion;
this._x = this._x + vx;
this._y = this._y + vy;
if (Key.isDown(37)) {
vx = -25;
}
if (Key.isDown(39)) {
vx = 25;
}
if (_root.Life >= 1) {
if (Key.isDown(38)) {
vy = -15;
gotoAndPlay (3);
}
}
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.go1)) {
_root.gotoAndPlay(66);
}
}
onClipEvent (enterFrame) {
if (Number(_root.num0) >= 8900) {
_root.go1.gotoAndPlay(1);
}
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.fire)) {
_root.Life = Number(_root.Life) - 15;
}
if (_root.cir.hitTest(_root.fire2)) {
_root.Life = Number(_root.Life) - 15;
}
}
onClipEvent (enterFrame) {
if (_root.Life <= 0) {
_root.cir.gotoAndStop(5);
if (Key.isDown(38)) {
vy = 0;
}
}
}
onClipEvent (enterFrame) {
if (_root.Life >= 1) {
if (_root.cir.hitTest(_root.fire)) {
_root.cir.gotoAndPlay(6);
}
}
}
onClipEvent (enterFrame) {
if (_root.Life >= 1) {
if (_root.cir.hitTest(_root.fire2)) {
_root.cir.gotoAndPlay(6);
}
}
}
onClipEvent (enterFrame) {
if (_root.Life >= 1) {
if (_root.cir.hitTest(_root.fire1)) {
_root.cir.gotoAndPlay(6);
}
}
}
onClipEvent (enterFrame) {
if (_root.Life >= 1) {
if (_root.cir.hitTest(_root.fire1)) {
_root.cir.gotoAndPlay(6);
}
}
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.cura)) {
_root.Life = Number(_root.Life) + 50;
}
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.cura)) {
_root.cura.gotoAndStop(25);
}
}
onClipEvent (enterFrame) {
if (_root.Life >= 1) {
if (_root.cir.hitTest(_root.fire1)) {
_root.cir.gotoAndPlay(6);
}
}
}
onClipEvent (enterFrame) {
if (_root.Life >= 1) {
if (_root.cir.hitTest(_root.fire3)) {
_root.cir.gotoAndPlay(6);
}
}
}
onClipEvent (enterFrame) {
if (_root.Life >= 1) {
if (_root.cir.hitTest(_root.fire4)) {
_root.cir.gotoAndPlay(6);
}
}
if (_root.cir.hitTest(_root.fire3)) {
_root.Life = Number(_root.Life) - 5;
}
if (_root.cir.hitTest(_root.fire4)) {
_root.Life = Number(_root.Life) - 5;
}
}
Instance of Symbol 90 MovieClip "go" in Frame 65
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.go)) {
gotoAndPlay (4);
_root.go(undefined);
}
}
Instance of Symbol 90 MovieClip "go2" in Frame 65
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.go2)) {
gotoAndPlay (4);
_root.go2(undefined);
}
}
Instance of Symbol 94 MovieClip "go1" in Frame 65
/* no clip actions */
Frame 66
stop();
Instance of Symbol 117 MovieClip "cir" in Frame 66
onClipEvent (load) {
gravedad = 2;
_root.go1.gotoAndPlay(2);
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.suelo)) {
}
}
onClipEvent (enterFrame) {
vy = vy + gravedad;
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.suelo)) {
gravedad = 0;
}
fricion = 0.8;
friction = 0.8;
vx = vx * friction;
vy = vy * fricion;
this._x = this._x + vx;
this._y = this._y + vy;
if (Key.isDown(37)) {
vx = -25;
}
if (Key.isDown(39)) {
vx = 25;
}
if (_root.Life >= 1) {
if (Key.isDown(38)) {
vy = -15;
gotoAndPlay (3);
}
}
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.go1)) {
_root.gotoAndPlay(52);
}
}
onClipEvent (enterFrame) {
if (Number(_root.num0) >= 9000) {
_root.gotoAndPlay(66);
}
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.fire)) {
_root.Life = Number(_root.Life) - 5;
}
if (_root.cir.hitTest(_root.fire2)) {
_root.Life = Number(_root.Life) - 5;
}
}
onClipEvent (enterFrame) {
if (_root.Life <= 0) {
_root.cir.gotoAndStop(5);
if (Key.isDown(38)) {
vy = 0;
}
}
}
onClipEvent (enterFrame) {
if (_root.Life >= 1) {
if (_root.cir.hitTest(_root.fire)) {
_root.cir.gotoAndPlay(6);
}
}
}
onClipEvent (enterFrame) {
if (_root.Life >= 1) {
if (_root.cir.hitTest(_root.fire2)) {
_root.cir.gotoAndPlay(6);
}
}
}
onClipEvent (enterFrame) {
if (_root.Life >= 1) {
if (_root.cir.hitTest(_root.fire1)) {
_root.cir.gotoAndPlay(6);
}
}
}
onClipEvent (enterFrame) {
if (_root.Life >= 1) {
if (_root.cir.hitTest(_root.fire1)) {
_root.cir.gotoAndPlay(6);
}
}
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.cura)) {
_root.Life = Number(_root.Life) + 50;
}
}
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.cura)) {
_root.cura.gotoAndStop(25);
}
}
onClipEvent (enterFrame) {
if (_root.Life >= 1) {
if (_root.cir.hitTest(_root.fire1)) {
_root.cir.gotoAndPlay(6);
}
}
}
onClipEvent (enterFrame) {
if (_root.Life >= 1) {
if (_root.cir.hitTest(_root.fire3)) {
_root.cir.gotoAndPlay(6);
}
}
}
onClipEvent (enterFrame) {
if (_root.Life >= 1) {
if (_root.cir.hitTest(_root.fire4)) {
_root.cir.gotoAndPlay(6);
}
}
if (_root.cir.hitTest(_root.fire3)) {
_root.Life = Number(_root.Life) - 5;
}
if (_root.cir.hitTest(_root.fire4)) {
_root.Life = Number(_root.Life) - 5;
}
}
Instance of Symbol 90 MovieClip "go2" in Frame 66
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.go2)) {
gotoAndPlay (4);
_root.go2(undefined);
}
}
Instance of Symbol 90 MovieClip "go" in Frame 66
onClipEvent (enterFrame) {
if (_root.cir.hitTest(_root.go1)) {
gotoAndPlay (4);
_root.go1(undefined);
}
}
Frame 67
stop();
Frame 68
gotoAndPlay (1);
Frame 69
_root.Life = 3000;
_root.bossL = 5000;
Frame 70
stop();
var NAVE;
Instance of Symbol 584 MovieClip in Frame 70
onClipEvent (enterFrame) {
if (_root.Life >= 1) {
if (Key.isDown(37)) {
_root.o9000._x = _root.o9000._x - 25;
_root.supa._x = _root.supa._x - 25;
_root.lasr._x = _root.lasr._x - 25;
_root.flashr._x = _root.flashr._x - 25;
}
if (Key.isDown(39)) {
_root.o9000._x = _root.o9000._x + 25;
_root.supa._x = _root.supa._x + 25;
_root.lasr._x = _root.lasr._x + 25;
_root.flashr._x = _root.flashr._x + 25;
}
if (Key.isDown(38)) {
_root.o9000._y = _root.o9000._y - 15;
_root.supa._y = _root.supa._y - 15;
_root.lasr._y = _root.lasr._y - 15;
_root.flashr._y = _root.flashr._y - 15;
}
if (Key.isDown(40)) {
_root.o9000._y = _root.o9000._y + 15;
_root.supa._y = _root.supa._y + 15;
_root.lasr._y = _root.lasr._y + 15;
_root.flashr._y = _root.flashr._y + 15;
}
if (Key.isDown(32)) {
_root.lasr.gotoAndPlay(2);
}
}
}
onClipEvent (enterFrame) {
if (_root.lasr.hitTest(_root.bad)) {
_root.bad.mine.gotoAndPlay(51);
_root.bad.imbexp.gotoAndPlay(2);
}
if (_root.supa.garra.hitTest(_root.bad)) {
_root.bad.mine.gotoAndPlay(51);
_root.bad.imbexp.gotoAndPlay(2);
_root.supa.garra.gotoAndPlay(2);
}
}
onClipEvent (enterFrame) {
if (_root.lasr.hitTest(_root.bad2)) {
_root.bad2.mine.gotoAndPlay(51);
_root.bad2.imbexp.gotoAndPlay(2);
}
if (_root.supa.garra.hitTest(_root.bad2)) {
_root.bad2.mine.gotoAndPlay(51);
_root.bad2.imbexp.gotoAndPlay(2);
_root.supa.garra.gotoAndPlay(2);
}
if (_root.cir.hitTest(_root.fire2)) {
_root.Life = Number(_root.Life) - 5;
}
}
onClipEvent (enterFrame) {
if (_root.lasr.hitTest(_root.bad3)) {
_root.bad3.mine.gotoAndPlay(51);
_root.bad3.imbexp.gotoAndPlay(2);
}
if (_root.supa.garra.hitTest(_root.bad3)) {
_root.bad3.mine.gotoAndPlay(51);
_root.bad3.imbexp.gotoAndPlay(2);
_root.supa.garra.gotoAndPlay(2);
}
if (_root.cir.hitTest(_root.fire2)) {
_root.Life = Number(_root.Life) - 5;
}
}
onClipEvent (enterFrame) {
if (_root.Life >= 1) {
if (_root.o9000.hitTest(_root.bad.mine)) {
_root.Life = Number(_root.Life) - 25;
_root.bad.mine.gotoAndPlay(51);
_root.bad.imbexp.gotoAndPlay(2);
_root.o9000.gotoAndPlay(6);
}
}
}
onClipEvent (enterFrame) {
if (_root.Life >= 1) {
if (_root.o9000.nave9.hitTest(_root.bad2.mine)) {
_root.Life = Number(_root.Life) - 25;
_root.bad2.mine.gotoAndPlay(51);
_root.bad2.imbexp.gotoAndPlay(2);
_root.o9000.gotoAndPlay(6);
}
}
}
onClipEvent (enterFrame) {
if (_root.Life >= 1) {
if (_root.o9000.nave9.hitTest(_root.bad3.mine)) {
_root.Life = Number(_root.Life) - 25;
_root.bad3.mine.gotoAndPlay(51);
_root.bad3.imbexp.gotoAndPlay(2);
_root.o9000.gotoAndPlay(6);
}
}
}
onClipEvent (enterFrame) {
if (_root.Life >= 1) {
if (_root.o9000.nave9.hitTest(_root.kingL.blast1)) {
_root.Life = Number(_root.Life) - 50;
_root.o9000._x = _root.o9000._x - 25;
_root.supa._x = _root.supa._x - 25;
_root.lasr._x = _root.lasr._x - 25;
_root.flashr._x = _root.flashr._x - 25;
_root.o9000.gotoAndPlay(6);
if (Key.isDown(37)) {
_root.o9000._x = _root.o9000._x + 25;
_root.supa._x = _root.supa._x + 25;
_root.lasr._x = _root.lasr._x + 25;
_root.flashr._x = _root.flashr._x + 25;
}
}
}
}
onClipEvent (enterFrame) {
if (_root.lasr.hitTest(_root.kingL.boss1)) {
_root.bossL = Number(_root.bossL) - 15;
_root.kingL.boss1.gotoAndPlay(2);
}
if (_root.supa.garra.hitTest(_root.kingL.boss1)) {
_root.bossL = Number(_root.bossL) - 15;
_root.kingL.boss1.gotoAndPlay(2);
_root.supa.garra.gotoAndPlay(2);
}
}
onClipEvent (enterFrame) {
if (_root.bossL <= 0) {
_root.kingL.gotoAndStop(184);
}
}
onClipEvent (enterFrame) {
if (_root.Life <= 0) {
_root.o9000.imbexpnav.nextFrame();
_root.o9000.nave9.gotoAndPlay(4);
_root.supa.gotoAndPlay(2);
_root.lasr.gotoAndPlay(4);
_root.flashr.gotoAndPlay(4);
}
}
Instance of Symbol 601 MovieClip "mur1" in Frame 70
onClipEvent (enterFrame) {
if (_root.o9000.hitTest(_root.mur3)) {
_root.o9000._x = _root.o9000._x - 25;
_root.supa._x = _root.supa._x - 25;
_root.lasr._x = _root.lasr._x - 25;
_root.flashr._x = _root.flashr._x - 25;
}
}
onClipEvent (enterFrame) {
if (_root.o9000.hitTest(_root.mur1)) {
_root.o9000._x = _root.o9000._x + 25;
_root.supa._x = _root.supa._x + 25;
_root.lasr._x = _root.lasr._x + 25;
_root.flashr._x = _root.flashr._x + 25;
}
}
onClipEvent (enterFrame) {
if (_root.o9000.hitTest(_root.mur2)) {
_root.o9000._y = _root.o9000._y + 25;
_root.supa._y = _root.supa._y + 25;
_root.lasr._y = _root.lasr._y + 25;
_root.flashr._y = _root.flashr._y + 25;
}
}
onClipEvent (enterFrame) {
if (_root.o9000.hitTest(_root.mur4)) {
_root.o9000._y = _root.o9000._y - 25;
_root.supa._y = _root.supa._y - 25;
_root.lasr._y = _root.lasr._y - 25;
_root.flashr._y = _root.flashr._y - 25;
}
}
Instance of Symbol 601 MovieClip "mur3" in Frame 70
onClipEvent (enterFrame) {
if (_root.o9000.hitTest(_root.mur3)) {
_root.o9000._x = _root.o9000._x - 25;
_root.supa._x = _root.supa._x - 25;
_root.lasr._x = _root.lasr._x - 25;
_root.flashr._x = _root.flashr._x - 25;
}
}
onClipEvent (enterFrame) {
if (_root.o9000.hitTest(_root.mur1)) {
_root.o9000._x = _root.o9000._x + 25;
_root.supa._x = _root.supa._x + 25;
_root.lasr._x = _root.lasr._x + 25;
_root.flashr._x = _root.flashr._x + 25;
}
}
onClipEvent (enterFrame) {
if (_root.o9000.hitTest(_root.mur2)) {
_root.o9000._y = _root.o9000._y + 25;
_root.supa._y = _root.supa._y + 25;
_root.lasr._y = _root.lasr._y + 25;
_root.flashr._y = _root.flashr._y + 25;
}
}
onClipEvent (enterFrame) {
if (_root.o9000.hitTest(_root.mur4)) {
_root.o9000._y = _root.o9000._y - 25;
_root.supa._y = _root.supa._y - 25;
_root.lasr._y = _root.lasr._y - 25;
_root.flashr._y = _root.flashr._y - 25;
}
}
Frame 71
stop();
Instance of Symbol 596 MovieClip "bad2" in Frame 71
/* no clip actions */
Frame 72
stop();
Instance of Symbol 603 MovieClip "bad" in Frame 72
/* no clip actions */
Instance of Symbol 603 MovieClip "bad2" in Frame 72
/* no clip actions */
Frame 73
stop();
Instance of Symbol 596 MovieClip "bad2" in Frame 73
/* no clip actions */
Instance of Symbol 603 MovieClip "bad" in Frame 73
/* no clip actions */
Instance of Symbol 603 MovieClip "bad3" in Frame 73
/* no clip actions */
Frame 74
stop();
Instance of Symbol 603 MovieClip "vad3" in Frame 74
/* no clip actions */
Instance of Symbol 603 MovieClip "bad2" in Frame 74
/* no clip actions */
Instance of Symbol 603 MovieClip "bad" in Frame 74
/* no clip actions */
Frame 75
stop();
Instance of Symbol 603 MovieClip "bad2" in Frame 75
/* no clip actions */
Instance of Symbol 596 MovieClip "bad" in Frame 75
/* no clip actions */
Instance of Symbol 596 MovieClip "bad3" in Frame 75
/* no clip actions */
Frame 76
stop();
Instance of Symbol 596 MovieClip "bad3" in Frame 76
/* no clip actions */
Instance of Symbol 596 MovieClip "bad2" in Frame 76
/* no clip actions */
Instance of Symbol 603 MovieClip "bad" in Frame 76
/* no clip actions */
Frame 77
stop();
Instance of Symbol 603 MovieClip "bad2" in Frame 77
/* no clip actions */
Instance of Symbol 603 MovieClip "bad3" in Frame 77
/* no clip actions */
Instance of Symbol 596 MovieClip "bad" in Frame 77
/* no clip actions */
Frame 78
stop();
Instance of Symbol 603 MovieClip "bad2" in Frame 78
/* no clip actions */
Instance of Symbol 603 MovieClip "bad3" in Frame 78
/* no clip actions */
Instance of Symbol 596 MovieClip "bad" in Frame 78
/* no clip actions */
Frame 79
stop();
Instance of Symbol 603 MovieClip "bad2" in Frame 79
/* no clip actions */
Instance of Symbol 603 MovieClip "bad3" in Frame 79
/* no clip actions */
Instance of Symbol 596 MovieClip "bad" in Frame 79
/* no clip actions */
Frame 80
stop();
Instance of Symbol 603 MovieClip "bad2" in Frame 80
/* no clip actions */
Instance of Symbol 603 MovieClip "bad3" in Frame 80
/* no clip actions */
Instance of Symbol 603 MovieClip "bad" in Frame 80
/* no clip actions */
Frame 81
stop();
Instance of Symbol 603 MovieClip "bad2" in Frame 81
/* no clip actions */
Instance of Symbol 603 MovieClip "bad" in Frame 81
/* no clip actions */
Instance of Symbol 603 MovieClip "bad3" in Frame 81
/* no clip actions */
Symbol 17 MovieClip Frame 40
stop();
Symbol 31 Button
on (press) {
tellTarget (_root) {
nextFrame();
};
}
Symbol 32 Button
on (press) {
gotoAndStop ("end");
_root.play();
}
Instance of Symbol 7 MovieClip in Symbol 33 MovieClip Frame 1
onClipEvent (load) {
_root.stop();
PercentLoaded = int((_root.getBytesLoaded() / _root.getBytesTotal()) * 100);
if (PercentLoaded != 100) {
_parent.gotoAndStop(PercentLoaded);
} else {
_parent.gotoAndStop("lastframe");
}
}
onClipEvent (enterFrame) {
PercentLoaded = int((_root.getBytesLoaded() / _root.getBytesTotal()) * 100);
if (PercentLoaded != 100) {
_parent.gotoAndStop(PercentLoaded);
} else {
_parent.gotoAndPlay("loaded");
}
}
Symbol 33 MovieClip Frame 101
play();
Symbol 33 MovieClip Frame 165
stop();
Symbol 39 Button
on (release) {
NewgroundsAPI.loadNewgrounds();
}
Symbol 45 Button
on (release) {
NewgroundsAPI.loadNewgrounds();
}
Symbol 47 MovieClip Frame 1
function startAd(ngad_url) {
trace("opening " + ngad_url);
System.security.allowDomain("70.87.128.99");
System.security.allowInsecureDomain("70.87.128.99");
System.security.allowDomain("ads.shizmoo.com");
System.security.allowInsecureDomain("ads.shizmoo.com");
System.security.allowDomain("www.cpmstar.com");
System.security.allowInsecureDomain("www.cpmstar.com");
System.security.allowDomain("server.cpmstar.com");
System.security.allowInsecureDomain("server.cpmstar.com");
var ngads_redirect = new XML();
ngads_redirect.ignoreWhite = true;
ngads_redirect.onLoad = function (success) {
trace("[NEWGROUNDS FLASH ADS] :: You may get a 'Security Sandbox Violation' ... this is normal, do not freak out!");
if (success) {
ng_ad.loadMovie(ngads_redirect.toString(), "GET");
}
};
ngads_redirect.load(ngad_url);
}
if (NewgroundsAPI.getAdURL()) {
startAd(NewgroundsAPI.getAdURL());
}
NewgroundsAPI.onAdsApproved = function (ad_url) {
startAd(ad_url);
};
stop();
Symbol 623 MovieClip [__Packages.NewgroundsAPI] Frame 0
class NewgroundsAPI
{
static var tracker_id, host, version, debug, error_format, header_format, normal_format, link_format;
function NewgroundsAPI () {
}
static function connectMovie(id) {
if (!id) {
SendError("Missing required 'id' parameter in NewgroundsAPI.connectMovie(id:Number)");
} else if (!tracker_id) {
SendMessage("Connecting to API gateway...");
tracker_id = id;
host = _url.split("/")[2].toLowerCase();
if (host.length < 1) {
host = "localhost";
}
var _local2 = new Object();
SendEvent(MOVIE_VIEWS);
}
}
static function setMovieVersion(movie_version) {
if (!movie_version) {
SendError("Missing required 'version' in NewgroundsAPI.setMovieVersion(version:String)");
} else {
version = movie_version;
}
}
static function debugMode() {
debug = true;
}
static function addCustomEvent(stat_id, stat_name) {
if (!stat_id) {
SendError("Missing required 'id' parameter in NewgroundsAPI.AddCustomEvent(id:Number, event_name:String)");
} else if (!stat_name) {
SendError("Missing required 'event_name' parameter in NewgroundsAPI.AddCustomEvent(id:Number, event_name:String)");
} else {
custom_events[stat_name] = CUSTOM_STATS + stat_id;
SendMessage("Created custom event: " + stat_name);
}
}
static function addCustomLink(stat_id, stat_name) {
if (!stat_id) {
SendError("Missing required 'id' parameter in NewgroundsAPI.AddCustomLink(id:Number, link_name:String)");
} else if (!stat_name) {
SendError("Missing required 'link_name' parameter in NewgroundsAPI.AddCustomLink(id:Number, link_name:String)");
} else {
custom_links[stat_name] = CUSTOM_STATS + stat_id;
SendMessage((("Created custom link " + stat_id) + ": ") + stat_name);
}
}
static function loadMySite() {
SendLink(AUTHOR_SITE);
}
static function loadNewgrounds(special) {
if (special) {
var _local1 = {page:special};
}
SendLink(NEWGROUNDS, _local1);
}
static function logCustomEvent(event_name) {
if (!event_name) {
SendError("Missing required 'event_name' parameter in NewgroundsAPI.logCustomEvent(event_name:String)");
} else if (!custom_events[event_name]) {
SendError("Attempted to log undefined custom event: " + event_name);
} else {
SendEvent(custom_events[event_name]);
}
}
static function loadCustomLink(link_name) {
if (!link_name) {
SendError("Missing required 'link_name' parameter in NewgroundsAPI.loadCustomLink(link_name:String)");
} else if (!custom_links[link_name]) {
SendError("Attempted to open undefined custom link: " + link_name);
} else {
SendLink(custom_links[link_name]);
}
}
static function getAdURL() {
return(movie_options.ad_url);
}
static function getMovieURL() {
if (movie_options.movie_url) {
return(movie_options.movie_url);
}
return("Newgrounds.com");
}
static function getNewVersionURL() {
return((((((GATEWAY_URL + "?&id=") + tracker_id) + "&host=") + escape(host)) + "&stat=") + NEW_VERSION);
}
static function SendEvent(id) {
SendStat(id, false);
}
static function SendLink(id, extra) {
SendStat(id, true, extra);
}
static function ReadGatewayData(params) {
for (var _local2 in params) {
params[_local2] = unescape(params[_local2]);
movie_options[_local2] = params[_local2];
}
if (params.settings_loaded) {
SendMessage("You have successfully connected to the Newgrounds API gateway!");
SendMessage(("Movie Identified as '" + movie_options.movie_name) + "'");
if (movie_options.message) {
SendMessage(movie_options.message);
}
if (movie_options.ad_url) {
SendMessage("Your movie has been approved to run Flash Ads");
onAdsApproved(movie_options.ad_url);
}
if (movie_options.movie_version and (movie_options.movie_version.toString() != version.toString())) {
SendMessage("WARNING: The movie version configured in your API settings does not match this movie's version!");
onNewVersionAvailable(movie_options.movie_version, getMovieURL(), getNewVersionURL());
}
if (movie_options.deny_host) {
SendMessage("You have blocked 'localHost' in your API settings.");
SendMessage("If you wish to test your movie you will need to remove this block.");
onDenyHost(host, getMovieURL(), getNewVersionURL());
}
if (movie_options.request_portal_url == 1) {
var _local4 = (((GATEWAY_URL + "?&id=") + tracker_id) + "&portal_url=") + escape(_url);
var _local3 = new XML();
_local3.ignoreWhite = true;
_local3.load(_local4);
}
} else if (!movie_options.settings_loaded) {
SendError("Could not establish connection to the API gateway.");
}
}
static function SendStat(stat_id, open_in_browser, extra) {
if (!tracker_id) {
SendError("API calls cannot be made without a valid movie id.");
SendError("Did you remember to add the \"NewgroundsAPI.connectMovie()\" code?");
} else {
var _local7 = (((((GATEWAY_URL + "?&id=") + tracker_id) + "&host=") + escape(host)) + "&stat=") + stat_id;
for (var _local9 in extra) {
_local7 = _local7 + ((("&" + escape(_local9)) + "=") + escape(extra[_local9]));
}
trace(_local7);
if (debug) {
_local7 = _local7 + "&debug=1";
}
if (open_in_browser) {
getURL (_local7, "_blank");
} else {
var _local10 = new XML();
_local10.ignoreWhite = true;
_local10.onLoad = function (success) {
var _local6 = new Object();
var _local3 = 0;
while (_local3 < this.firstChild.childNodes.length) {
var _local4 = this.firstChild.childNodes[_local3];
var _local5 = _local4.nodeName;
var _local2 = _local4.attributes.value;
if (_local2 == Number(_local2)) {
_local2 = Number(_local2);
}
_local6[_local5] = _local2;
_local3++;
}
NewgroundsAPI.ReadGatewayData(_local6);
};
_local10.load(_local7);
}
}
}
static function SendError(msg) {
trace("[NEWGROUNDS API ERROR] :: " + msg);
}
static function SendMessage(msg) {
trace("[NEWGROUNDS API] :: " + msg);
}
static function InitTextFormats() {
if (!error_format) {
error_format = new TextFormat();
error_format.font = "Arial Black";
error_format.size = 48;
error_format.color = 16711680 /* 0xFF0000 */;
}
if (!header_format) {
header_format = new TextFormat();
header_format.font = "Arial Black";
header_format.size = 24;
header_format.color = 16777215 /* 0xFFFFFF */;
}
if (!normal_format) {
normal_format = new TextFormat();
normal_format.font = "Arial";
normal_format.bold = true;
normal_format.size = 12;
normal_format.color = 16777215 /* 0xFFFFFF */;
}
if (!link_format) {
link_format = new TextFormat();
link_format.color = 16776960 /* 0xFFFF00 */;
link_format.underline = true;
}
}
static function onNewVersionAvailable(version, movie_url, redirect_url) {
InitTextFormats();
var _local2 = new Object();
_local2.x = Stage.width / 2;
_local2.y = Stage.height / 2;
_root.createEmptyMovieClip("NGAPI_new_version_overlay", _root.getNextHighestDepth());
_root.NGAPI_new_version_overlay.lineStyle(1, 0, 100);
_root.NGAPI_new_version_overlay.beginFill(0, 70);
_root.NGAPI_new_version_overlay.moveTo(-10, -10);
_root.NGAPI_new_version_overlay.lineTo(-10, 1000);
_root.NGAPI_new_version_overlay.lineTo(1000, 1000);
_root.NGAPI_new_version_overlay.lineTo(1000, -10);
_root.NGAPI_new_version_overlay.lineTo(-10, -10);
_root.NGAPI_new_version_overlay.endFill();
_root.NGAPI_new_version_overlay.lineStyle(10, 0, 100);
_root.NGAPI_new_version_overlay.beginFill(51);
_root.NGAPI_new_version_overlay.moveTo(_local2.x - 240, _local2.y - 120);
_root.NGAPI_new_version_overlay.lineTo(_local2.x + 240, _local2.y - 120);
_root.NGAPI_new_version_overlay.lineTo(_local2.x + 240, _local2.y + 80);
_root.NGAPI_new_version_overlay.lineTo(_local2.x - 240, _local2.y + 80);
_root.NGAPI_new_version_overlay.lineTo(_local2.x - 240, _local2.y - 120);
_root.NGAPI_new_version_overlay.endFill();
_root.NGAPI_new_version_overlay.createEmptyMovieClip("exit", 1000);
_root.NGAPI_new_version_overlay.exit.lineStyle(2, 39423, 100);
_root.NGAPI_new_version_overlay.exit.beginFill(0, 50);
_root.NGAPI_new_version_overlay.exit.moveTo(_local2.x + 210, _local2.y - 110);
_root.NGAPI_new_version_overlay.exit.lineTo(_local2.x + 230, _local2.y - 110);
_root.NGAPI_new_version_overlay.exit.lineTo(_local2.x + 230, _local2.y - 90);
_root.NGAPI_new_version_overlay.exit.lineTo(_local2.x + 210, _local2.y - 90);
_root.NGAPI_new_version_overlay.exit.lineTo(_local2.x + 210, _local2.y - 110);
_root.NGAPI_new_version_overlay.exit.endFill();
_root.NGAPI_new_version_overlay.exit.moveTo(_local2.x + 214, _local2.y - 106);
_root.NGAPI_new_version_overlay.exit.lineTo(_local2.x + 226, _local2.y - 94);
_root.NGAPI_new_version_overlay.exit.moveTo(_local2.x + 226, _local2.y - 106);
_root.NGAPI_new_version_overlay.exit.lineTo(_local2.x + 214, _local2.y - 94);
_root.NGAPI_new_version_overlay.exit.onMouseUp = function () {
if (_root.NGAPI_new_version_overlay.exit.hitTest(_root._xmouse, _root._ymouse)) {
_root.NGAPI_new_version_overlay.removeMovieClip();
}
};
var _local3 = (("Version " + version) + " is now available at:") + newline;
var _local5 = _local3.length;
_local3 = _local3 + movie_url;
var _local4 = _local3.length;
_root.NGAPI_new_version_overlay.createTextField("mouseblocker", 99, -10, -10, 1000, 1000);
_root.NGAPI_new_version_overlay.createTextField("newversion", 100, _local2.x - 210, _local2.y - 90, 400, 80);
_root.NGAPI_new_version_overlay.newversion.text = "New Version Available!";
_root.NGAPI_new_version_overlay.newversion.setTextFormat(header_format);
_root.NGAPI_new_version_overlay.createTextField("message", 101, (Stage.width - 400) / 2, Stage.height / 2, 400, 40);
_root.NGAPI_new_version_overlay.message.text = _local3;
_root.NGAPI_new_version_overlay.message.multiline = true;
_root.NGAPI_new_version_overlay.message.wordWrap = true;
_root.NGAPI_new_version_overlay.message.html = true;
_root.NGAPI_new_version_overlay.message.setTextFormat(normal_format);
link_format.url = redirect_url;
_root.NGAPI_new_version_overlay.message.setTextFormat(_local5, _local4, link_format);
}
static function onDenyHost(hostname, movie_url, redirect_url) {
InitTextFormats();
_root.createEmptyMovieClip("NGAPI_deny_host_overlay", _root.getNextHighestDepth());
_root.NGAPI_deny_host_overlay.lineStyle(20, 0, 100);
_root.NGAPI_deny_host_overlay.beginFill(6684672);
_root.NGAPI_deny_host_overlay.moveTo(0, 0);
_root.NGAPI_deny_host_overlay.lineTo(Stage.width, 0);
_root.NGAPI_deny_host_overlay.lineTo(Stage.width, Stage.height);
_root.NGAPI_deny_host_overlay.lineTo(0, Stage.height);
_root.NGAPI_deny_host_overlay.lineTo(0, 0);
_root.NGAPI_deny_host_overlay.endFill();
var _local2 = ("This movie has not been approved for use on " + hostname) + ".";
_local2 = _local2 + "\r\rFor an aproved copy, please visit:\r";
var _local4 = _local2.length;
_local2 = _local2 + movie_url;
var _local3 = _local2.length;
_root.NGAPI_deny_host_overlay.createTextField("mousekill", 100, 0, 0, Stage.width, Stage.height);
_root.NGAPI_deny_host_overlay.createTextField("error", 101, (Stage.width - 400) / 2, (Stage.height / 2) - 100, 400, 200);
_root.NGAPI_deny_host_overlay.error.text = "ERROR!";
_root.NGAPI_deny_host_overlay.error.setTextFormat(error_format);
_root.NGAPI_deny_host_overlay.createTextField("message", 102, (Stage.width - 400) / 2, Stage.height / 2, 400, 200);
_root.NGAPI_deny_host_overlay.message.text = _local2;
_root.NGAPI_deny_host_overlay.message.multiline = true;
_root.NGAPI_deny_host_overlay.message.wordWrap = true;
_root.NGAPI_deny_host_overlay.message.html = true;
_root.NGAPI_deny_host_overlay.message.setTextFormat(normal_format);
link_format.url = redirect_url;
_root.NGAPI_deny_host_overlay.message.setTextFormat(_local4, _local3, link_format);
}
static function isInstalled() {
return(true);
}
static function onAdsApproved(ad_url) {
}
static var movie_options = new Object();
static var custom_events = new Object();
static var custom_links = new Object();
static var MOVIE_VIEWS = 1;
static var AUTHOR_SITE = 2;
static var NEWGROUNDS = 3;
static var NEW_VERSION = 4;
static var CUSTOM_STATS = 50;
static var GATEWAY_URL = "http://www.ngads.com/gateway.php";
}
Symbol 49 Button
on (press) {
gotoAndPlay (3);
}
Symbol 90 MovieClip Frame 3
gotoAndPlay (1);
Symbol 90 MovieClip Frame 4
stop();
_root.num0 = Number(_root.num0) + 75;
Symbol 94 MovieClip Frame 1
stop();
Symbol 94 MovieClip Frame 2
stop();
Symbol 102 MovieClip Frame 2
if (Key.isDown(38)) {
_root.hero.gotoAndPlay(4);
}
Symbol 102 MovieClip Frame 3
gotoAndPlay (1);
Symbol 102 MovieClip Frame 4
stop();
Symbol 113 MovieClip Frame 15
if (_root.continiu == 1) {
_root.gotoAndPlay(1);
}
if (_root.continiu == 2) {
_root.gotoAndPlay(14);
}
if (_root.continiu == 3) {
_root.gotoAndPlay(28);
}
if (_root.continiu == 4) {
_root.gotoAndPlay(43);
}
if (_root.continiu == 5) {
_root.gotoAndPlay(58);
}
Symbol 115 MovieClip Frame 3
stop();
Symbol 115 MovieClip Frame 4
stop();
Symbol 117 MovieClip Frame 2
stop();
Symbol 117 MovieClip Frame 3
if (Key.isDown(38)) {
this.gotoAndPlay(3);
}
Symbol 117 MovieClip Frame 4
_root.cir.gotoAndPlay(1);
Symbol 117 MovieClip Frame 5
stop();
if (_root.Life <= 0) {
if (_root.cir.hitTest(_root.go1)) {
_root.cir.gotoAndPlay(_root);
}
}
Symbol 125 MovieClip Frame 2
Symbol 149 MovieClip Frame 24
this.gotoAndPlay(1);
Symbol 149 MovieClip Frame 25
stop();
Instance of Symbol 188 MovieClip "coin" in Symbol 189 MovieClip Frame 1
onClipEvent (enterFrame) {
if (Key.isDown(40)) {
_root.coin._x = random(500);
_root.coin._y = random(325);
}
}
Symbol 189 MovieClip Frame 3
Symbol 193 MovieClip Frame 1
stop();
Symbol 267 MovieClip Frame 1
stop();
Symbol 329 MovieClip Frame 72
stop();
_root.num0 = Number(_root.num0) + 75;
Symbol 366 MovieClip Frame 63
_root.fire._y = random(500);
_root.fire2._y = random(325);
_root.fire3._y = random(500);
_root.fire4._x = random(325);
_root.fire5._x = random(325);
Instance of Symbol 506 MovieClip "crap" in Symbol 507 MovieClip Frame 1
onClipEvent (enterFrame) {
vxm = _root.crap.x;
vym = _root.crap.y;
}
Symbol 507 MovieClip Frame 50
gotoAndPlay (1);
Symbol 507 MovieClip Frame 51
stop();
Symbol 507 MovieClip Frame 52
stop();
Symbol 516 MovieClip Frame 50
gotoAndPlay (1);
Symbol 516 MovieClip Frame 52
stop();
Symbol 522 MovieClip Frame 51
gotoAndPlay (1);
Symbol 522 MovieClip Frame 52
stop();
Symbol 543 MovieClip Frame 50
gotoAndPlay (1);
Symbol 543 MovieClip Frame 52
stop();
Symbol 549 MovieClip Frame 1
stop();
Symbol 549 MovieClip Frame 16
if (_root.continiu == 1) {
_root.gotoAndPlay(1);
}
if (_root.continiu == 2) {
_root.gotoAndPlay(14);
}
if (_root.continiu == 3) {
_root.gotoAndPlay(28);
}
if (_root.continiu == 4) {
_root.gotoAndPlay(43);
}
if (_root.continiu == 5) {
_root.gotoAndPlay(58);
}
Symbol 550 MovieClip Frame 2
if (Life >= 1) {
stop();
}
Symbol 550 MovieClip Frame 3
if (Life >= 1) {
if (Key.isDown(38)) {
this.gotoAndPlay(3);
}
}
Symbol 550 MovieClip Frame 4
if (Life >= 1) {
_root.o9000.gotoAndPlay(1);
}
Symbol 550 MovieClip Frame 5
Symbol 557 MovieClip Frame 1
stop();
Symbol 558 MovieClip Frame 1
stop();
Symbol 558 MovieClip Frame 2
stop();
Symbol 561 MovieClip Frame 3
gotoAndPlay (1);
Symbol 561 MovieClip Frame 4
stop();
Symbol 563 MovieClip Frame 15
_root.gotoAndPlay(69);
Symbol 570 MovieClip Frame 32
_root.nextFrame();
Symbol 593 MovieClip Frame 1
stop();
Symbol 593 MovieClip Frame 4
if (_root.Life <= 0) {
stop();
}
Symbol 594 MovieClip Frame 10
stop();
Symbol 595 MovieClip Frame 1
stop();
Symbol 595 MovieClip Frame 2
stop();
Symbol 596 MovieClip Frame 31
stop();
Symbol 596 MovieClip Frame 64
gotoAndPlay (1);
Symbol 596 MovieClip Frame 65
stop();
Symbol 596 MovieClip Frame 66
stop();
Symbol 603 MovieClip Frame 16
stop();
Symbol 605 MovieClip Frame 63
_root.fire._y = random(500);
_root.fire2._y = random(325);
_root.fire3._y = random(500);
_root.fire4._x = random(325);
_root.fire5._x = random(325);
Symbol 619 MovieClip Frame 1
stop();
Symbol 620 MovieClip Frame 12
stop();
Symbol 620 MovieClip Frame 18
_root.gotoAndPlay(63);
Symbol 621 MovieClip Frame 61
if (_root.bossL >= 2500) {
gotoAndPlay (1);
}
Symbol 621 MovieClip Frame 122
if (_root.bossL >= 1251) {
gotoAndPlay (1);
}
Symbol 621 MovieClip Frame 183
if (_root.bossL >= 1) {
gotoAndPlay (1);
}