Frame 1 (234 B)
function goTo() {
getURL ("http://www.MoFunZone.com");
}
var newMenu = new ContextMenu();
newMenu.hideBuiltInItems();
newMenu.customItems.push(new ContextMenuItem("MoFunZone.com - Play More Games", goTo));
this.menu = newMenu;
Frame 2 (8 B)
stop();
Instance of Symbol 226 MovieClip in Frame 3 (49 B)
on (keyPress "k") {
_root.gotoAndStop("menu");
}
Frame 4 (8 B)
stop();
Frame 7 (426 B)
stop();
_root.menu1.pumps = 0;
_root.menu2.levelcounter = 0;
stop();
_root.stopped = 0;
_root.timevar = 0;
i = 0;
onEnterFrame = function () {
i++;
if ((i > 30) && (_root.stopped != 1)) {
_root.timevar++;
i = 0;
}
};
_root.player.winning = false;
_root.menu2.levelcounter = _root.menu2.levelcounter + 1;
loadVariablesNum ("http://gamefilez.mofunzone.com/game_scores/ipumpkin/mfz2.php", 0);
Instance of Symbol 616 MovieClip in Frame 7 (153 B)
onClipEvent (load) {
gotoAndStop (1);
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player.winning = true;
this.play();
}
}
Instance of Symbol 661 MovieClip "player" in Frame 7 (2.11 KiB) ●
onClipEvent (load) {
grav = 0;
speed = 6;
jumpHeight = 12;
scale = _xscale;
slowfall = 0.8;
clavado = false;
winning = false;
}
onClipEvent (enterFrame) {
_root.playerx = this._x;
_root.playery = this._y;
this._x = _root.playerx;
this._y = _root.playery;
grav++;
_y = (_y + grav);
while (_root.level.hitTest(_x, _y, true)) {
_y = (_y-1);
grav = 0;
}
if ((Key.isDown(68) && (clavado == false)) && (winning == false)) {
_x = (_x + speed);
_xscale = scale;
if ((_root.level.hitTest(_x, _y + 3, true) && (clavado == false)) && (winning == false)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(4);
}
} else if ((Key.isDown(65) && (clavado == false)) && (winning == false)) {
_x = (_x - speed);
_xscale = (-scale);
if ((_root.level.hitTest(_x, _y + 3, true) && (clavado == false)) && (winning == false)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(4);
}
} else if (((_root.level.hitTest(_x, _y + 3, true) && (!Key.isDown(79))) && (clavado == false)) && (winning == false)) {
this.gotoAndStop(1);
}
if (Key.isDown(83) && (clavado == false)) {
grav = grav * slowfall;
}
if (((((Key.isDown(79) && (!Key.isDown(87))) && (!Key.isDown(65))) && (!Key.isDown(68))) && (clavado == false)) && (winning == false)) {
this.gotoAndStop(4);
}
if (((Key.isDown(87) && (_root.level.hitTest(_x, _y + 3, true))) && (clavado == false)) && (winning == false)) {
grav = -jumpHeight;
_y = (_y - 4);
this.gotoAndStop(4);
}
if (_root.level.hitTest(_x + (_width / 2), _y - (_height / 2), true) || (_root.level.hitTest(_x + (_width / 2), _y - ((_height / 6) * 4), true))) {
_x = (_x - speed);
}
if (_root.level.hitTest(_x - (_width / 2), _y - (_height / 2), true) || (_root.level.hitTest(_x - (_width / 2), _y - ((_height / 6) * 4), true))) {
_x = (_x + speed);
}
if (_root.level.hitTest(_x, _y - _height, true)) {
grav = 2;
}
}
onClipEvent (enterFrame) {
if (winning == true) {
this.gotoAndStop(8);
_root.ganar.play();
}
}
Instance of Symbol 667 MovieClip in Frame 7 (34 B)
on (press) {
_root.nextFrame();
}
Instance of Symbol 667 MovieClip in Frame 7 (34 B)
on (press) {
_root.prevFrame();
}
Instance of Symbol 682 MovieClip "resetcontrol" in Frame 7 (301 B)
onClipEvent (load) {
reset = false;
_root.player._x = 101;
_root.player._y = 234;
_root.player.gotoAndStop(1);
}
on (press) {
this.gotoAndPlay(2);
reset = true;
_root.player._x = 101;
_root.player._y = 234;
_root.player.grav = 0;
_root.player.clavado = false;
_root.player.gotoAndStop(1);
}
Frame 8 (132 B)
_root.player.winning = false;
_root.menu1.pumps = _root.menu1.pumps + 1;
_root.menu2.levelcounter = _root.menu2.levelcounter + 1;
Instance of Symbol 692 MovieClip in Frame 8 (153 B)
onClipEvent (load) {
gotoAndStop (1);
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player.winning = true;
this.play();
}
}
Instance of Symbol 694 MovieClip in Frame 8 (445 B)
onClipEvent (load) {
activado = false;
}
onClipEvent (enterFrame) {
if (_root.resetcontrol.reset == true) {
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (this.tocar.hitTest(_root.player)) {
_root.player.clavado = true;
_root.player.gotoAndStop(5);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
activado = true;
}
}
onClipEvent (enterFrame) {
if (activado == true) {
play();
activado = false;
}
}
Instance of Symbol 695 MovieClip in Frame 8 (445 B)
onClipEvent (load) {
activado = false;
}
onClipEvent (enterFrame) {
if (_root.resetcontrol.reset == true) {
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (this.tocar.hitTest(_root.player)) {
_root.player.clavado = true;
_root.player.gotoAndStop(5);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
activado = true;
}
}
onClipEvent (enterFrame) {
if (activado == true) {
play();
activado = false;
}
}
Instance of Symbol 682 MovieClip "resetcontrol" in Frame 8 (330 B)
onClipEvent (load) {
reset = false;
_root.player._x = 468;
_root.player._y = 54;
_root.player.clavado = false;
_root.player.gotoAndStop(1);
}
on (press) {
this.gotoAndPlay(2);
reset = true;
_root.player._x = 468;
_root.player._y = 54;
_root.player.grav = 0;
_root.player.clavado = false;
_root.player.gotoAndStop(1);
}
Frame 9 (132 B)
_root.player.winning = false;
_root.menu1.pumps = _root.menu1.pumps + 1;
_root.menu2.levelcounter = _root.menu2.levelcounter + 1;
Instance of Symbol 692 MovieClip "pumpkin2" in Frame 9 (122 B)
onClipEvent (load) {
gotoAndStop (1);
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.play();
}
}
Instance of Symbol 692 MovieClip "pumpkin1" in Frame 9 (122 B)
onClipEvent (load) {
gotoAndStop (1);
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.play();
}
}
Instance of Symbol 701 MovieClip "contador" in Frame 9 (136 B)
onClipEvent (load) {
_root.contador1 = 0;
}
onClipEvent (enterFrame) {
if (_root.contador1 == 2) {
_root.player.winning = true;
}
}
Instance of Symbol 682 MovieClip "resetcontrol" in Frame 9 (448 B)
onClipEvent (load) {
reset = false;
_root.player._x = 468;
_root.player._y = 250;
_root.player.clavado = false;
_root.player.gotoAndStop(1);
}
on (press) {
this.gotoAndPlay(2);
reset = true;
_root.contador1 = 0;
_root.player._x = 468;
_root.player._y = 264;
_root.player.grav = 0;
_root.player.clavado = false;
_root.player.gotoAndStop(1);
_root.pumpkin1.gotoAndStop(1);
_root.pumpkin2.gotoAndStop(1);
_root.player.gotoAndStop(1);
}
Frame 10 (132 B)
_root.player.winning = false;
_root.menu1.pumps = _root.menu1.pumps + 2;
_root.menu2.levelcounter = _root.menu2.levelcounter + 1;
Instance of Symbol 692 MovieClip in Frame 10 (153 B)
onClipEvent (load) {
gotoAndStop (1);
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player.winning = true;
this.play();
}
}
Instance of Symbol 706 MovieClip in Frame 10 (445 B)
onClipEvent (load) {
activado = false;
}
onClipEvent (enterFrame) {
if (_root.resetcontrol.reset == true) {
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (this.tocar.hitTest(_root.player)) {
_root.player.clavado = true;
_root.player.gotoAndStop(5);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
activado = true;
}
}
onClipEvent (enterFrame) {
if (activado == true) {
play();
activado = false;
}
}
Instance of Symbol 707 MovieClip in Frame 10 (445 B)
onClipEvent (load) {
activado = false;
}
onClipEvent (enterFrame) {
if (_root.resetcontrol.reset == true) {
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (this.tocar.hitTest(_root.player)) {
_root.player.clavado = true;
_root.player.gotoAndStop(5);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
activado = true;
}
}
onClipEvent (enterFrame) {
if (activado == true) {
play();
activado = false;
}
}
Instance of Symbol 708 MovieClip in Frame 10 (445 B)
onClipEvent (load) {
activado = false;
}
onClipEvent (enterFrame) {
if (_root.resetcontrol.reset == true) {
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (this.tocar.hitTest(_root.player)) {
_root.player.clavado = true;
_root.player.gotoAndStop(5);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
activado = true;
}
}
onClipEvent (enterFrame) {
if (activado == true) {
play();
activado = false;
}
}
Instance of Symbol 709 MovieClip in Frame 10 (445 B)
onClipEvent (load) {
activado = false;
}
onClipEvent (enterFrame) {
if (_root.resetcontrol.reset == true) {
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (this.tocar.hitTest(_root.player)) {
_root.player.clavado = true;
_root.player.gotoAndStop(5);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
activado = true;
}
}
onClipEvent (enterFrame) {
if (activado == true) {
play();
activado = false;
}
}
Instance of Symbol 710 MovieClip in Frame 10 (445 B)
onClipEvent (load) {
activado = false;
}
onClipEvent (enterFrame) {
if (_root.resetcontrol.reset == true) {
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (this.tocar.hitTest(_root.player)) {
_root.player.clavado = true;
_root.player.gotoAndStop(5);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
activado = true;
}
}
onClipEvent (enterFrame) {
if (activado == true) {
play();
activado = false;
}
}
Instance of Symbol 711 MovieClip in Frame 10 (445 B)
onClipEvent (load) {
activado = false;
}
onClipEvent (enterFrame) {
if (_root.resetcontrol.reset == true) {
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (this.tocar.hitTest(_root.player)) {
_root.player.clavado = true;
_root.player.gotoAndStop(5);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
activado = true;
}
}
onClipEvent (enterFrame) {
if (activado == true) {
play();
activado = false;
}
}
Instance of Symbol 682 MovieClip "resetcontrol" in Frame 10 (330 B)
onClipEvent (load) {
reset = false;
_root.player._x = 468;
_root.player._y = 54;
_root.player.clavado = false;
_root.player.gotoAndStop(1);
}
on (press) {
this.gotoAndPlay(2);
reset = true;
_root.player._x = 468;
_root.player._y = 54;
_root.player.grav = 0;
_root.player.clavado = false;
_root.player.gotoAndStop(1);
}
Frame 11 (132 B)
_root.player.winning = false;
_root.menu1.pumps = _root.menu1.pumps + 1;
_root.menu2.levelcounter = _root.menu2.levelcounter + 1;
Instance of Symbol 717 MovieClip "cabeza" in Frame 11 (426 B)
onClipEvent (enterFrame) {
myRadians = Math.atan2(_root.player._y - this._y, _root.player._x - this._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
this._rotation = myDegrees + 180;
}
onClipEvent (load) {
activado = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
activado = true;
} else {
activado = false;
}
}
onClipEvent (enterFrame) {
if (activado == true) {
this.play();
}
}
Instance of Symbol 718 MovieClip in Frame 11 (445 B)
onClipEvent (load) {
activado = false;
}
onClipEvent (enterFrame) {
if (_root.resetcontrol.reset == true) {
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (this.tocar.hitTest(_root.player)) {
_root.player.clavado = true;
_root.player.gotoAndStop(5);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
activado = true;
}
}
onClipEvent (enterFrame) {
if (activado == true) {
play();
activado = false;
}
}
Instance of Symbol 719 MovieClip in Frame 11 (445 B)
onClipEvent (load) {
activado = false;
}
onClipEvent (enterFrame) {
if (_root.resetcontrol.reset == true) {
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (this.tocar.hitTest(_root.player)) {
_root.player.clavado = true;
_root.player.gotoAndStop(5);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
activado = true;
}
}
onClipEvent (enterFrame) {
if (activado == true) {
play();
activado = false;
}
}
Instance of Symbol 721 MovieClip in Frame 11 (153 B)
onClipEvent (load) {
gotoAndStop (1);
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player.winning = true;
this.play();
}
}
Instance of Symbol 682 MovieClip "resetcontrol" in Frame 11 (332 B)
onClipEvent (load) {
reset = false;
_root.player._x = 658;
_root.player._y = 104;
_root.player.clavado = false;
_root.player.gotoAndStop(1);
}
on (press) {
this.gotoAndPlay(2);
reset = true;
_root.player._x = 658;
_root.player._y = 104;
_root.player.grav = 0;
_root.player.clavado = false;
_root.player.gotoAndStop(1);
}
Frame 12 (132 B)
_root.player.winning = false;
_root.menu1.pumps = _root.menu1.pumps + 1;
_root.menu2.levelcounter = _root.menu2.levelcounter + 1;
Instance of Symbol 451 MovieClip in Frame 12 (897 B)
onClipEvent (enterFrame) {
if (_root.resetcontrol.reset == true) {
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (this.bloodhitter.hitTest(_root._xmouse, _root._ymouse, true) && (_root.level.linecreator.mousedown == true)) {
_root.level.linecreator.squashed = true;
this.gotoAndStop(2);
}
if (this.bloodhitter2.hitTest(_root._xmouse, _root._ymouse, true) && (_root.level.linecreator.mousedown == true)) {
_root.level.linecreator.squashed = true;
this.gotoAndStop(3);
}
if (this.bloodhitter3.hitTest(_root._xmouse, _root._ymouse, true) && (_root.level.linecreator.mousedown == true)) {
_root.level.linecreator.squashed = true;
this.gotoAndStop(4);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player._x, _root.player._y, true) && (this._currentframe == 1)) {
_root.player.clavado = true;
_root.player.gotoAndStop(7);
}
}
Instance of Symbol 717 MovieClip "cabeza" in Frame 12 (426 B)
onClipEvent (enterFrame) {
myRadians = Math.atan2(_root.player._y - this._y, _root.player._x - this._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
this._rotation = myDegrees + 180;
}
onClipEvent (load) {
activado = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
activado = true;
} else {
activado = false;
}
}
onClipEvent (enterFrame) {
if (activado == true) {
this.play();
}
}
Instance of Symbol 701 MovieClip "contador" in Frame 12 (136 B)
onClipEvent (load) {
_root.contador1 = 0;
}
onClipEvent (enterFrame) {
if (_root.contador1 == 2) {
_root.player.winning = true;
}
}
Instance of Symbol 692 MovieClip "pumpkin1" in Frame 12 (122 B)
onClipEvent (load) {
gotoAndStop (1);
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.play();
}
}
Instance of Symbol 692 MovieClip "pumpkin2" in Frame 12 (122 B)
onClipEvent (load) {
gotoAndStop (1);
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.play();
}
}
Instance of Symbol 682 MovieClip "resetcontrol" in Frame 12 (416 B)
onClipEvent (load) {
reset = false;
_root.player._x = 658;
_root.player._y = 64;
_root.player.clavado = false;
_root.player.gotoAndStop(1);
}
on (press) {
this.gotoAndPlay(2);
reset = true;
_root.player._x = 658;
_root.player._y = 64;
_root.player.grav = 0;
_root.player.clavado = false;
_root.player.gotoAndStop(1);
_root.contador1 = 0;
_root.pumpkin1.gotoAndStop(1);
_root.pumpkin2.gotoAndStop(1);
}
Frame 13 (132 B)
_root.player.winning = false;
_root.menu1.pumps = _root.menu1.pumps + 2;
_root.menu2.levelcounter = _root.menu2.levelcounter + 1;
Instance of Symbol 717 MovieClip "cabeza2" in Frame 13 (426 B)
onClipEvent (enterFrame) {
myRadians = Math.atan2(_root.player._y - this._y, _root.player._x - this._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
this._rotation = myDegrees + 180;
}
onClipEvent (load) {
activado = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
activado = true;
} else {
activado = false;
}
}
onClipEvent (enterFrame) {
if (activado == true) {
this.play();
}
}
Instance of Symbol 732 MovieClip in Frame 13 (445 B)
onClipEvent (load) {
activado = false;
}
onClipEvent (enterFrame) {
if (_root.resetcontrol.reset == true) {
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (this.tocar.hitTest(_root.player)) {
_root.player.clavado = true;
_root.player.gotoAndStop(5);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
activado = true;
}
}
onClipEvent (enterFrame) {
if (activado == true) {
play();
activado = false;
}
}
Instance of Symbol 733 MovieClip in Frame 13 (445 B)
onClipEvent (load) {
activado = false;
}
onClipEvent (enterFrame) {
if (_root.resetcontrol.reset == true) {
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (this.tocar.hitTest(_root.player)) {
_root.player.clavado = true;
_root.player.gotoAndStop(5);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
activado = true;
}
}
onClipEvent (enterFrame) {
if (activado == true) {
play();
activado = false;
}
}
Instance of Symbol 721 MovieClip in Frame 13 (153 B)
onClipEvent (load) {
gotoAndStop (1);
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player.winning = true;
this.play();
}
}
Instance of Symbol 734 MovieClip in Frame 13 (445 B)
onClipEvent (load) {
activado = false;
}
onClipEvent (enterFrame) {
if (_root.resetcontrol.reset == true) {
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (this.tocar.hitTest(_root.player)) {
_root.player.clavado = true;
_root.player.gotoAndStop(5);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
activado = true;
}
}
onClipEvent (enterFrame) {
if (activado == true) {
play();
activado = false;
}
}
Instance of Symbol 735 MovieClip in Frame 13 (445 B)
onClipEvent (load) {
activado = false;
}
onClipEvent (enterFrame) {
if (_root.resetcontrol.reset == true) {
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (this.tocar.hitTest(_root.player)) {
_root.player.clavado = true;
_root.player.gotoAndStop(5);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
activado = true;
}
}
onClipEvent (enterFrame) {
if (activado == true) {
play();
activado = false;
}
}
Instance of Symbol 736 MovieClip in Frame 13 (445 B)
onClipEvent (load) {
activado = false;
}
onClipEvent (enterFrame) {
if (_root.resetcontrol.reset == true) {
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (this.tocar.hitTest(_root.player)) {
_root.player.clavado = true;
_root.player.gotoAndStop(5);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
activado = true;
}
}
onClipEvent (enterFrame) {
if (activado == true) {
play();
activado = false;
}
}
Instance of Symbol 737 MovieClip in Frame 13 (445 B)
onClipEvent (load) {
activado = false;
}
onClipEvent (enterFrame) {
if (_root.resetcontrol.reset == true) {
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (this.tocar.hitTest(_root.player)) {
_root.player.clavado = true;
_root.player.gotoAndStop(5);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
activado = true;
}
}
onClipEvent (enterFrame) {
if (activado == true) {
play();
activado = false;
}
}
Instance of Symbol 738 MovieClip in Frame 13 (445 B)
onClipEvent (load) {
activado = false;
}
onClipEvent (enterFrame) {
if (_root.resetcontrol.reset == true) {
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (this.tocar.hitTest(_root.player)) {
_root.player.clavado = true;
_root.player.gotoAndStop(5);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
activado = true;
}
}
onClipEvent (enterFrame) {
if (activado == true) {
play();
activado = false;
}
}
Instance of Symbol 739 MovieClip in Frame 13 (445 B)
onClipEvent (load) {
activado = false;
}
onClipEvent (enterFrame) {
if (_root.resetcontrol.reset == true) {
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (this.tocar.hitTest(_root.player)) {
_root.player.clavado = true;
_root.player.gotoAndStop(5);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
activado = true;
}
}
onClipEvent (enterFrame) {
if (activado == true) {
play();
activado = false;
}
}
Instance of Symbol 740 MovieClip in Frame 13 (445 B)
onClipEvent (load) {
activado = false;
}
onClipEvent (enterFrame) {
if (_root.resetcontrol.reset == true) {
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (this.tocar.hitTest(_root.player)) {
_root.player.clavado = true;
_root.player.gotoAndStop(5);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
activado = true;
}
}
onClipEvent (enterFrame) {
if (activado == true) {
play();
activado = false;
}
}
Instance of Symbol 741 MovieClip in Frame 13 (445 B)
onClipEvent (load) {
activado = false;
}
onClipEvent (enterFrame) {
if (_root.resetcontrol.reset == true) {
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (this.tocar.hitTest(_root.player)) {
_root.player.clavado = true;
_root.player.gotoAndStop(5);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
activado = true;
}
}
onClipEvent (enterFrame) {
if (activado == true) {
play();
activado = false;
}
}
Instance of Symbol 682 MovieClip "resetcontrol" in Frame 13 (332 B)
onClipEvent (load) {
reset = false;
_root.player._x = 658;
_root.player._y = 244;
_root.player.clavado = false;
_root.player.gotoAndStop(1);
}
on (press) {
this.gotoAndPlay(2);
reset = true;
_root.player._x = 658;
_root.player._y = 244;
_root.player.grav = 0;
_root.player.clavado = false;
_root.player.gotoAndStop(1);
}
Frame 14 (132 B)
_root.player.winning = false;
_root.menu1.pumps = _root.menu1.pumps + 1;
_root.menu2.levelcounter = _root.menu2.levelcounter + 1;
Instance of Symbol 717 MovieClip "cabeza3" in Frame 14 (426 B)
onClipEvent (enterFrame) {
myRadians = Math.atan2(_root.player._y - this._y, _root.player._x - this._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
this._rotation = myDegrees + 180;
}
onClipEvent (load) {
activado = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
activado = true;
} else {
activado = false;
}
}
onClipEvent (enterFrame) {
if (activado == true) {
this.play();
}
}
Instance of Symbol 782 MovieClip "enemy" in Frame 14 (897 B)
onClipEvent (load) {
hitted = false;
speed = 3;
dead = false;
attacking = false;
}
onClipEvent (enterFrame) {
if (((hitted == false) && (dead == false)) && (attacking == false)) {
this._x = this._x - speed;
gotoAndStop (2);
this._xscale = 25;
}
if (((hitted == true) && (dead == false)) && (attacking == false)) {
this._x = this._x + speed;
gotoAndStop (2);
this._xscale = -25;
}
if (dead == true) {
this.gotoAndStop("dead");
speed = 0;
}
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.hittest1) && (dead == false)) && (attacking == false)) {
hitted = true;
}
if ((this.hitTest(_root.hittest2) && (dead == false)) && (attacking == false)) {
hitted = false;
}
}
onClipEvent (enterFrame) {
if ((attacking == true) && (dead == false)) {
this.gotoAndStop("attacking");
speed = 0;
}
}
Instance of Symbol 784 MovieClip in Frame 14 (153 B)
onClipEvent (load) {
gotoAndStop (1);
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player.winning = true;
this.play();
}
}
Instance of Symbol 785 MovieClip in Frame 14 (445 B)
onClipEvent (load) {
activado = false;
}
onClipEvent (enterFrame) {
if (_root.resetcontrol.reset == true) {
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (this.tocar.hitTest(_root.player)) {
_root.player.clavado = true;
_root.player.gotoAndStop(5);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
activado = true;
}
}
onClipEvent (enterFrame) {
if (activado == true) {
play();
activado = false;
}
}
Instance of Symbol 786 MovieClip in Frame 14 (445 B)
onClipEvent (load) {
activado = false;
}
onClipEvent (enterFrame) {
if (_root.resetcontrol.reset == true) {
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (this.tocar.hitTest(_root.player)) {
_root.player.clavado = true;
_root.player.gotoAndStop(5);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
activado = true;
}
}
onClipEvent (enterFrame) {
if (activado == true) {
play();
activado = false;
}
}
Instance of Symbol 787 MovieClip in Frame 14 (445 B)
onClipEvent (load) {
activado = false;
}
onClipEvent (enterFrame) {
if (_root.resetcontrol.reset == true) {
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (this.tocar.hitTest(_root.player)) {
_root.player.clavado = true;
_root.player.gotoAndStop(5);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
activado = true;
}
}
onClipEvent (enterFrame) {
if (activado == true) {
play();
activado = false;
}
}
Instance of Symbol 788 MovieClip in Frame 14 (445 B)
onClipEvent (load) {
activado = false;
}
onClipEvent (enterFrame) {
if (_root.resetcontrol.reset == true) {
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (this.tocar.hitTest(_root.player)) {
_root.player.clavado = true;
_root.player.gotoAndStop(5);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
activado = true;
}
}
onClipEvent (enterFrame) {
if (activado == true) {
play();
activado = false;
}
}
Instance of Symbol 789 MovieClip in Frame 14 (445 B)
onClipEvent (load) {
activado = false;
}
onClipEvent (enterFrame) {
if (_root.resetcontrol.reset == true) {
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (this.tocar.hitTest(_root.player)) {
_root.player.clavado = true;
_root.player.gotoAndStop(5);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
activado = true;
}
}
onClipEvent (enterFrame) {
if (activado == true) {
play();
activado = false;
}
}
Instance of Symbol 682 MovieClip "resetcontrol" in Frame 14 (330 B)
onClipEvent (load) {
reset = false;
_root.player._x = 103;
_root.player._y = 50;
_root.player.clavado = false;
_root.player.gotoAndStop(1);
}
on (press) {
this.gotoAndPlay(2);
reset = true;
_root.player._x = 103;
_root.player._y = 50;
_root.player.grav = 0;
_root.player.clavado = false;
_root.player.gotoAndStop(1);
}
Frame 15 (132 B)
_root.player.winning = false;
_root.menu1.pumps = _root.menu1.pumps + 1;
_root.menu2.levelcounter = _root.menu2.levelcounter + 1;
Instance of Symbol 793 MovieClip in Frame 15 (153 B)
onClipEvent (load) {
gotoAndStop (1);
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player.winning = true;
this.play();
}
}
Instance of Symbol 451 MovieClip in Frame 15 (897 B)
onClipEvent (enterFrame) {
if (_root.resetcontrol.reset == true) {
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (this.bloodhitter.hitTest(_root._xmouse, _root._ymouse, true) && (_root.level.linecreator.mousedown == true)) {
_root.level.linecreator.squashed = true;
this.gotoAndStop(2);
}
if (this.bloodhitter2.hitTest(_root._xmouse, _root._ymouse, true) && (_root.level.linecreator.mousedown == true)) {
_root.level.linecreator.squashed = true;
this.gotoAndStop(3);
}
if (this.bloodhitter3.hitTest(_root._xmouse, _root._ymouse, true) && (_root.level.linecreator.mousedown == true)) {
_root.level.linecreator.squashed = true;
this.gotoAndStop(4);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player._x, _root.player._y, true) && (this._currentframe == 1)) {
_root.player.clavado = true;
_root.player.gotoAndStop(7);
}
}
Instance of Symbol 794 MovieClip "p2" in Frame 15 (445 B)
onClipEvent (load) {
activado = false;
}
onClipEvent (enterFrame) {
if (_root.resetcontrol.reset == true) {
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (this.tocar.hitTest(_root.player)) {
_root.player.clavado = true;
_root.player.gotoAndStop(5);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
activado = true;
}
}
onClipEvent (enterFrame) {
if (activado == true) {
play();
activado = false;
}
}
Instance of Symbol 795 MovieClip "p1" in Frame 15 (445 B)
onClipEvent (load) {
activado = false;
}
onClipEvent (enterFrame) {
if (_root.resetcontrol.reset == true) {
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (this.tocar.hitTest(_root.player)) {
_root.player.clavado = true;
_root.player.gotoAndStop(5);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
activado = true;
}
}
onClipEvent (enterFrame) {
if (activado == true) {
play();
activado = false;
}
}
Instance of Symbol 796 MovieClip "p4" in Frame 15 (445 B)
onClipEvent (load) {
activado = false;
}
onClipEvent (enterFrame) {
if (_root.resetcontrol.reset == true) {
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (this.tocar.hitTest(_root.player)) {
_root.player.clavado = true;
_root.player.gotoAndStop(5);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
activado = true;
}
}
onClipEvent (enterFrame) {
if (activado == true) {
play();
activado = false;
}
}
Instance of Symbol 797 MovieClip "p3" in Frame 15 (445 B)
onClipEvent (load) {
activado = false;
}
onClipEvent (enterFrame) {
if (_root.resetcontrol.reset == true) {
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (this.tocar.hitTest(_root.player)) {
_root.player.clavado = true;
_root.player.gotoAndStop(5);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
activado = true;
}
}
onClipEvent (enterFrame) {
if (activado == true) {
play();
activado = false;
}
}
Instance of Symbol 798 MovieClip "p6" in Frame 15 (445 B)
onClipEvent (load) {
activado = false;
}
onClipEvent (enterFrame) {
if (_root.resetcontrol.reset == true) {
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (this.tocar.hitTest(_root.player)) {
_root.player.clavado = true;
_root.player.gotoAndStop(5);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
activado = true;
}
}
onClipEvent (enterFrame) {
if (activado == true) {
play();
activado = false;
}
}
Instance of Symbol 799 MovieClip "p5" in Frame 15 (445 B)
onClipEvent (load) {
activado = false;
}
onClipEvent (enterFrame) {
if (_root.resetcontrol.reset == true) {
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (this.tocar.hitTest(_root.player)) {
_root.player.clavado = true;
_root.player.gotoAndStop(5);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
activado = true;
}
}
onClipEvent (enterFrame) {
if (activado == true) {
play();
activado = false;
}
}
Instance of Symbol 682 MovieClip "resetcontrol" in Frame 15 (330 B)
onClipEvent (load) {
reset = false;
_root.player._x = 53;
_root.player._y = 270;
_root.player.clavado = false;
_root.player.gotoAndStop(1);
}
on (press) {
this.gotoAndPlay(2);
reset = true;
_root.player._x = 53;
_root.player._y = 270;
_root.player.grav = 0;
_root.player.clavado = false;
_root.player.gotoAndStop(1);
}
Frame 16 (132 B)
_root.player.winning = false;
_root.menu1.pumps = _root.menu1.pumps + 1;
_root.menu2.levelcounter = _root.menu2.levelcounter + 1;
Instance of Symbol 717 MovieClip "cabeza" in Frame 16 (426 B)
onClipEvent (enterFrame) {
myRadians = Math.atan2(_root.player._y - this._y, _root.player._x - this._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
this._rotation = myDegrees + 180;
}
onClipEvent (load) {
activado = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
activado = true;
} else {
activado = false;
}
}
onClipEvent (enterFrame) {
if (activado == true) {
this.play();
}
}
Instance of Symbol 802 MovieClip in Frame 16 (445 B)
onClipEvent (load) {
activado = false;
}
onClipEvent (enterFrame) {
if (_root.resetcontrol.reset == true) {
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (this.tocar.hitTest(_root.player)) {
_root.player.clavado = true;
_root.player.gotoAndStop(5);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
activado = true;
}
}
onClipEvent (enterFrame) {
if (activado == true) {
play();
activado = false;
}
}
Instance of Symbol 803 MovieClip in Frame 16 (445 B)
onClipEvent (load) {
activado = false;
}
onClipEvent (enterFrame) {
if (_root.resetcontrol.reset == true) {
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (this.tocar.hitTest(_root.player)) {
_root.player.clavado = true;
_root.player.gotoAndStop(5);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
activado = true;
}
}
onClipEvent (enterFrame) {
if (activado == true) {
play();
activado = false;
}
}
Instance of Symbol 805 MovieClip in Frame 16 (153 B)
onClipEvent (load) {
gotoAndStop (1);
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player.winning = true;
this.play();
}
}
Instance of Symbol 717 MovieClip "cabeza1" in Frame 16 (426 B)
onClipEvent (enterFrame) {
myRadians = Math.atan2(_root.player._y - this._y, _root.player._x - this._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
this._rotation = myDegrees + 180;
}
onClipEvent (load) {
activado = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
activado = true;
} else {
activado = false;
}
}
onClipEvent (enterFrame) {
if (activado == true) {
this.play();
}
}
Instance of Symbol 806 MovieClip in Frame 16 (445 B)
onClipEvent (load) {
activado = false;
}
onClipEvent (enterFrame) {
if (_root.resetcontrol.reset == true) {
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (this.tocar.hitTest(_root.player)) {
_root.player.clavado = true;
_root.player.gotoAndStop(5);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
activado = true;
}
}
onClipEvent (enterFrame) {
if (activado == true) {
play();
activado = false;
}
}
Instance of Symbol 717 MovieClip "cabeza2" in Frame 16 (426 B)
onClipEvent (enterFrame) {
myRadians = Math.atan2(_root.player._y - this._y, _root.player._x - this._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
this._rotation = myDegrees + 180;
}
onClipEvent (load) {
activado = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
activado = true;
} else {
activado = false;
}
}
onClipEvent (enterFrame) {
if (activado == true) {
this.play();
}
}
Instance of Symbol 682 MovieClip "resetcontrol" in Frame 16 (332 B)
onClipEvent (load) {
reset = false;
_root.player._x = 660;
_root.player._y = 300;
_root.player.clavado = false;
_root.player.gotoAndStop(1);
}
on (press) {
this.gotoAndPlay(2);
reset = true;
_root.player._x = 660;
_root.player._y = 300;
_root.player.grav = 0;
_root.player.clavado = false;
_root.player.gotoAndStop(1);
}
Frame 17 (132 B)
_root.player.winning = false;
_root.menu1.pumps = _root.menu1.pumps + 1;
_root.menu2.levelcounter = _root.menu2.levelcounter + 1;
Instance of Symbol 813 MovieClip "pumpkin223" in Frame 17 (122 B)
onClipEvent (load) {
gotoAndStop (1);
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.play();
}
}
Instance of Symbol 717 MovieClip "cabeza3" in Frame 17 (426 B)
onClipEvent (enterFrame) {
myRadians = Math.atan2(_root.player._y - this._y, _root.player._x - this._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
this._rotation = myDegrees + 180;
}
onClipEvent (load) {
activado = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
activado = true;
} else {
activado = false;
}
}
onClipEvent (enterFrame) {
if (activado == true) {
this.play();
}
}
Instance of Symbol 818 MovieClip in Frame 17 (478 B)
onClipEvent (load) {
hitted = false;
speed = 5;
}
onClipEvent (enterFrame) {
if (hitted == false) {
this._x = this._x - speed;
this._xscale = -30;
}
if (hitted == true) {
this._x = this._x + speed;
this._xscale = 30;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hittest1)) {
hitted = true;
}
if (this.hitTest(_root.hittest2)) {
hitted = false;
}
if (this.hitTest(_root.player)) {
_root.player.clavado = true;
_root.player.gotoAndStop(6);
}
}
Instance of Symbol 717 MovieClip "cabeza1000" in Frame 17 (426 B)
onClipEvent (enterFrame) {
myRadians = Math.atan2(_root.player._y - this._y, _root.player._x - this._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
this._rotation = myDegrees + 180;
}
onClipEvent (load) {
activado = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
activado = true;
} else {
activado = false;
}
}
onClipEvent (enterFrame) {
if (activado == true) {
this.play();
}
}
Instance of Symbol 813 MovieClip "pumpkin178" in Frame 17 (122 B)
onClipEvent (load) {
gotoAndStop (1);
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.play();
}
}
Instance of Symbol 701 MovieClip "contador" in Frame 17 (136 B)
onClipEvent (load) {
_root.contador1 = 0;
}
onClipEvent (enterFrame) {
if (_root.contador1 == 2) {
_root.player.winning = true;
}
}
Instance of Symbol 682 MovieClip "resetcontrol" in Frame 17 (420 B)
onClipEvent (load) {
reset = false;
_root.player._x = 40;
_root.player._y = 220;
_root.player.clavado = false;
_root.player.gotoAndStop(1);
}
on (press) {
this.gotoAndPlay(2);
reset = true;
_root.player._x = 40;
_root.player._y = 220;
_root.player.grav = 0;
_root.player.clavado = false;
_root.player.gotoAndStop(1);
_root.contador1 = 0;
_root.pumpkin223.gotoAndStop(1);
_root.pumpkin178.gotoAndStop(1);
}
Frame 18 (132 B)
_root.player.winning = false;
_root.menu1.pumps = _root.menu1.pumps + 2;
_root.menu2.levelcounter = _root.menu2.levelcounter + 1;
Instance of Symbol 717 MovieClip "cabeza4" in Frame 18 (426 B)
onClipEvent (enterFrame) {
myRadians = Math.atan2(_root.player._y - this._y, _root.player._x - this._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
this._rotation = myDegrees + 180;
}
onClipEvent (load) {
activado = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
activado = true;
} else {
activado = false;
}
}
onClipEvent (enterFrame) {
if (activado == true) {
this.play();
}
}
Instance of Symbol 717 MovieClip "cabeza5" in Frame 18 (426 B)
onClipEvent (enterFrame) {
myRadians = Math.atan2(_root.player._y - this._y, _root.player._x - this._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
this._rotation = myDegrees + 180;
}
onClipEvent (load) {
activado = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
activado = true;
} else {
activado = false;
}
}
onClipEvent (enterFrame) {
if (activado == true) {
this.play();
}
}
Instance of Symbol 823 MovieClip in Frame 18 (153 B)
onClipEvent (load) {
gotoAndStop (1);
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player.winning = true;
this.play();
}
}
Instance of Symbol 824 MovieClip in Frame 18 (445 B)
onClipEvent (load) {
activado = false;
}
onClipEvent (enterFrame) {
if (_root.resetcontrol.reset == true) {
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (this.tocar.hitTest(_root.player)) {
_root.player.clavado = true;
_root.player.gotoAndStop(5);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
activado = true;
}
}
onClipEvent (enterFrame) {
if (activado == true) {
play();
activado = false;
}
}
Instance of Symbol 825 MovieClip in Frame 18 (445 B)
onClipEvent (load) {
activado = false;
}
onClipEvent (enterFrame) {
if (_root.resetcontrol.reset == true) {
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (this.tocar.hitTest(_root.player)) {
_root.player.clavado = true;
_root.player.gotoAndStop(5);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
activado = true;
}
}
onClipEvent (enterFrame) {
if (activado == true) {
play();
activado = false;
}
}
Instance of Symbol 826 MovieClip in Frame 18 (445 B)
onClipEvent (load) {
activado = false;
}
onClipEvent (enterFrame) {
if (_root.resetcontrol.reset == true) {
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (this.tocar.hitTest(_root.player)) {
_root.player.clavado = true;
_root.player.gotoAndStop(5);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
activado = true;
}
}
onClipEvent (enterFrame) {
if (activado == true) {
play();
activado = false;
}
}
Instance of Symbol 827 MovieClip in Frame 18 (445 B)
onClipEvent (load) {
activado = false;
}
onClipEvent (enterFrame) {
if (_root.resetcontrol.reset == true) {
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (this.tocar.hitTest(_root.player)) {
_root.player.clavado = true;
_root.player.gotoAndStop(5);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
activado = true;
}
}
onClipEvent (enterFrame) {
if (activado == true) {
play();
activado = false;
}
}
Instance of Symbol 682 MovieClip "resetcontrol" in Frame 18 (330 B)
onClipEvent (load) {
reset = false;
_root.player._x = 740;
_root.player._y = 80;
_root.player.clavado = false;
_root.player.gotoAndStop(1);
}
on (press) {
this.gotoAndPlay(2);
reset = true;
_root.player._x = 740;
_root.player._y = 80;
_root.player.grav = 0;
_root.player.clavado = false;
_root.player.gotoAndStop(1);
}
Frame 19 (132 B)
_root.player.winning = false;
_root.menu1.pumps = _root.menu1.pumps + 1;
_root.menu2.levelcounter = _root.menu2.levelcounter + 1;
Instance of Symbol 818 MovieClip in Frame 19 (478 B)
onClipEvent (load) {
hitted = false;
speed = 6;
}
onClipEvent (enterFrame) {
if (hitted == false) {
this._x = this._x - speed;
this._xscale = -30;
}
if (hitted == true) {
this._x = this._x + speed;
this._xscale = 30;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hittest3)) {
hitted = true;
}
if (this.hitTest(_root.hittest4)) {
hitted = false;
}
if (this.hitTest(_root.player)) {
_root.player.clavado = true;
_root.player.gotoAndStop(6);
}
}
Instance of Symbol 818 MovieClip in Frame 19 (478 B)
onClipEvent (load) {
hitted = false;
speed = 6;
}
onClipEvent (enterFrame) {
if (hitted == false) {
this._x = this._x - speed;
this._xscale = -30;
}
if (hitted == true) {
this._x = this._x + speed;
this._xscale = 30;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hittest3)) {
hitted = true;
}
if (this.hitTest(_root.hittest4)) {
hitted = false;
}
if (this.hitTest(_root.player)) {
_root.player.clavado = true;
_root.player.gotoAndStop(6);
}
}
Instance of Symbol 818 MovieClip in Frame 19 (478 B)
onClipEvent (load) {
hitted = false;
speed = 8;
}
onClipEvent (enterFrame) {
if (hitted == false) {
this._x = this._x - speed;
this._xscale = -30;
}
if (hitted == true) {
this._x = this._x + speed;
this._xscale = 30;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hittest3)) {
hitted = true;
}
if (this.hitTest(_root.hittest4)) {
hitted = false;
}
if (this.hitTest(_root.player)) {
_root.player.clavado = true;
_root.player.gotoAndStop(6);
}
}
Instance of Symbol 717 MovieClip "cabeza6" in Frame 19 (426 B)
onClipEvent (enterFrame) {
myRadians = Math.atan2(_root.player._y - this._y, _root.player._x - this._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
this._rotation = myDegrees + 180;
}
onClipEvent (load) {
activado = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
activado = true;
} else {
activado = false;
}
}
onClipEvent (enterFrame) {
if (activado == true) {
this.play();
}
}
Instance of Symbol 831 MovieClip in Frame 19 (153 B)
onClipEvent (load) {
gotoAndStop (1);
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player.winning = true;
this.play();
}
}
Instance of Symbol 682 MovieClip "resetcontrol" in Frame 19 (332 B)
onClipEvent (load) {
reset = false;
_root.player._x = 120;
_root.player._y = 100;
_root.player.clavado = false;
_root.player.gotoAndStop(1);
}
on (press) {
this.gotoAndPlay(2);
reset = true;
_root.player._x = 120;
_root.player._y = 100;
_root.player.grav = 0;
_root.player.clavado = false;
_root.player.gotoAndStop(1);
}
Frame 20 (132 B)
_root.player.winning = false;
_root.menu1.pumps = _root.menu1.pumps + 1;
_root.menu2.levelcounter = _root.menu2.levelcounter + 1;
Instance of Symbol 717 MovieClip "cabeza7" in Frame 20 (426 B)
onClipEvent (enterFrame) {
myRadians = Math.atan2(_root.player._y - this._y, _root.player._x - this._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
this._rotation = myDegrees + 180;
}
onClipEvent (load) {
activado = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
activado = true;
} else {
activado = false;
}
}
onClipEvent (enterFrame) {
if (activado == true) {
this.play();
}
}
Instance of Symbol 834 MovieClip "pumpkin1" in Frame 20 (122 B)
onClipEvent (load) {
gotoAndStop (1);
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.play();
}
}
Instance of Symbol 836 MovieClip "pumpkin2" in Frame 20 (122 B)
onClipEvent (load) {
gotoAndStop (1);
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.play();
}
}
Instance of Symbol 701 MovieClip "contador" in Frame 20 (136 B)
onClipEvent (load) {
_root.contador1 = 0;
}
onClipEvent (enterFrame) {
if (_root.contador1 == 3) {
_root.player.winning = true;
}
}
Instance of Symbol 838 MovieClip in Frame 20 (445 B)
onClipEvent (load) {
activado = false;
}
onClipEvent (enterFrame) {
if (_root.resetcontrol.reset == true) {
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (this.tocar.hitTest(_root.player)) {
_root.player.clavado = true;
_root.player.gotoAndStop(5);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
activado = true;
}
}
onClipEvent (enterFrame) {
if (activado == true) {
play();
activado = false;
}
}
Instance of Symbol 839 MovieClip in Frame 20 (445 B)
onClipEvent (load) {
activado = false;
}
onClipEvent (enterFrame) {
if (_root.resetcontrol.reset == true) {
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (this.tocar.hitTest(_root.player)) {
_root.player.clavado = true;
_root.player.gotoAndStop(5);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
activado = true;
}
}
onClipEvent (enterFrame) {
if (activado == true) {
play();
activado = false;
}
}
Instance of Symbol 840 MovieClip in Frame 20 (445 B)
onClipEvent (load) {
activado = false;
}
onClipEvent (enterFrame) {
if (_root.resetcontrol.reset == true) {
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (this.tocar.hitTest(_root.player)) {
_root.player.clavado = true;
_root.player.gotoAndStop(5);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
activado = true;
}
}
onClipEvent (enterFrame) {
if (activado == true) {
play();
activado = false;
}
}
Instance of Symbol 841 MovieClip in Frame 20 (445 B)
onClipEvent (load) {
activado = false;
}
onClipEvent (enterFrame) {
if (_root.resetcontrol.reset == true) {
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (this.tocar.hitTest(_root.player)) {
_root.player.clavado = true;
_root.player.gotoAndStop(5);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
activado = true;
}
}
onClipEvent (enterFrame) {
if (activado == true) {
play();
activado = false;
}
}
Instance of Symbol 842 MovieClip in Frame 20 (445 B)
onClipEvent (load) {
activado = false;
}
onClipEvent (enterFrame) {
if (_root.resetcontrol.reset == true) {
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (this.tocar.hitTest(_root.player)) {
_root.player.clavado = true;
_root.player.gotoAndStop(5);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
activado = true;
}
}
onClipEvent (enterFrame) {
if (activado == true) {
play();
activado = false;
}
}
Instance of Symbol 843 MovieClip in Frame 20 (445 B)
onClipEvent (load) {
activado = false;
}
onClipEvent (enterFrame) {
if (_root.resetcontrol.reset == true) {
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (this.tocar.hitTest(_root.player)) {
_root.player.clavado = true;
_root.player.gotoAndStop(5);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
activado = true;
}
}
onClipEvent (enterFrame) {
if (activado == true) {
play();
activado = false;
}
}
Instance of Symbol 836 MovieClip "pumpkin1040" in Frame 20 (122 B)
onClipEvent (load) {
gotoAndStop (1);
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.play();
}
}
Instance of Symbol 682 MovieClip "resetcontrol" in Frame 20 (473 B)
onClipEvent (load) {
reset = false;
_root.player._x = 586;
_root.player._y = 44;
_root.player.clavado = false;
_root.player.gotoAndStop(1);
_root.contador1 = 0;
}
on (press) {
this.gotoAndPlay(2);
reset = true;
_root.player._x = 586;
_root.player._y = 44;
_root.player.grav = 0;
_root.player.clavado = false;
_root.player.gotoAndStop(1);
_root.contador1 = 0;
_root.pumpkin1.gotoAndStop(1);
_root.pumpkin2.gotoAndStop(1);
_root.pumpkin1040.gotoAndStop(1);
}
Frame 21 (132 B)
_root.player.winning = false;
_root.menu1.pumps = _root.menu1.pumps + 3;
_root.menu2.levelcounter = _root.menu2.levelcounter + 1;
Instance of Symbol 846 MovieClip in Frame 21 (445 B)
onClipEvent (load) {
activado = false;
}
onClipEvent (enterFrame) {
if (_root.resetcontrol.reset == true) {
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (this.tocar.hitTest(_root.player)) {
_root.player.clavado = true;
_root.player.gotoAndStop(5);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
activado = true;
}
}
onClipEvent (enterFrame) {
if (activado == true) {
play();
activado = false;
}
}
Instance of Symbol 847 MovieClip in Frame 21 (445 B)
onClipEvent (load) {
activado = false;
}
onClipEvent (enterFrame) {
if (_root.resetcontrol.reset == true) {
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (this.tocar.hitTest(_root.player)) {
_root.player.clavado = true;
_root.player.gotoAndStop(5);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
activado = true;
}
}
onClipEvent (enterFrame) {
if (activado == true) {
play();
activado = false;
}
}
Instance of Symbol 848 MovieClip in Frame 21 (445 B)
onClipEvent (load) {
activado = false;
}
onClipEvent (enterFrame) {
if (_root.resetcontrol.reset == true) {
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (this.tocar.hitTest(_root.player)) {
_root.player.clavado = true;
_root.player.gotoAndStop(5);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
activado = true;
}
}
onClipEvent (enterFrame) {
if (activado == true) {
play();
activado = false;
}
}
Instance of Symbol 849 MovieClip in Frame 21 (445 B)
onClipEvent (load) {
activado = false;
}
onClipEvent (enterFrame) {
if (_root.resetcontrol.reset == true) {
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (this.tocar.hitTest(_root.player)) {
_root.player.clavado = true;
_root.player.gotoAndStop(5);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
activado = true;
}
}
onClipEvent (enterFrame) {
if (activado == true) {
play();
activado = false;
}
}
Instance of Symbol 850 MovieClip in Frame 21 (445 B)
onClipEvent (load) {
activado = false;
}
onClipEvent (enterFrame) {
if (_root.resetcontrol.reset == true) {
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (this.tocar.hitTest(_root.player)) {
_root.player.clavado = true;
_root.player.gotoAndStop(5);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
activado = true;
}
}
onClipEvent (enterFrame) {
if (activado == true) {
play();
activado = false;
}
}
Instance of Symbol 851 MovieClip in Frame 21 (445 B)
onClipEvent (load) {
activado = false;
}
onClipEvent (enterFrame) {
if (_root.resetcontrol.reset == true) {
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (this.tocar.hitTest(_root.player)) {
_root.player.clavado = true;
_root.player.gotoAndStop(5);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
activado = true;
}
}
onClipEvent (enterFrame) {
if (activado == true) {
play();
activado = false;
}
}
Instance of Symbol 852 MovieClip in Frame 21 (445 B)
onClipEvent (load) {
activado = false;
}
onClipEvent (enterFrame) {
if (_root.resetcontrol.reset == true) {
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (this.tocar.hitTest(_root.player)) {
_root.player.clavado = true;
_root.player.gotoAndStop(5);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
activado = true;
}
}
onClipEvent (enterFrame) {
if (activado == true) {
play();
activado = false;
}
}
Instance of Symbol 853 MovieClip in Frame 21 (445 B)
onClipEvent (load) {
activado = false;
}
onClipEvent (enterFrame) {
if (_root.resetcontrol.reset == true) {
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (this.tocar.hitTest(_root.player)) {
_root.player.clavado = true;
_root.player.gotoAndStop(5);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
activado = true;
}
}
onClipEvent (enterFrame) {
if (activado == true) {
play();
activado = false;
}
}
Instance of Symbol 854 MovieClip in Frame 21 (445 B)
onClipEvent (load) {
activado = false;
}
onClipEvent (enterFrame) {
if (_root.resetcontrol.reset == true) {
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (this.tocar.hitTest(_root.player)) {
_root.player.clavado = true;
_root.player.gotoAndStop(5);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
activado = true;
}
}
onClipEvent (enterFrame) {
if (activado == true) {
play();
activado = false;
}
}
Instance of Symbol 855 MovieClip in Frame 21 (445 B)
onClipEvent (load) {
activado = false;
}
onClipEvent (enterFrame) {
if (_root.resetcontrol.reset == true) {
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (this.tocar.hitTest(_root.player)) {
_root.player.clavado = true;
_root.player.gotoAndStop(5);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
activado = true;
}
}
onClipEvent (enterFrame) {
if (activado == true) {
play();
activado = false;
}
}
Instance of Symbol 856 MovieClip in Frame 21 (445 B)
onClipEvent (load) {
activado = false;
}
onClipEvent (enterFrame) {
if (_root.resetcontrol.reset == true) {
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (this.tocar.hitTest(_root.player)) {
_root.player.clavado = true;
_root.player.gotoAndStop(5);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
activado = true;
}
}
onClipEvent (enterFrame) {
if (activado == true) {
play();
activado = false;
}
}
Instance of Symbol 857 MovieClip in Frame 21 (445 B)
onClipEvent (load) {
activado = false;
}
onClipEvent (enterFrame) {
if (_root.resetcontrol.reset == true) {
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (this.tocar.hitTest(_root.player)) {
_root.player.clavado = true;
_root.player.gotoAndStop(5);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
activado = true;
}
}
onClipEvent (enterFrame) {
if (activado == true) {
play();
activado = false;
}
}
Instance of Symbol 858 MovieClip in Frame 21 (445 B)
onClipEvent (load) {
activado = false;
}
onClipEvent (enterFrame) {
if (_root.resetcontrol.reset == true) {
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (this.tocar.hitTest(_root.player)) {
_root.player.clavado = true;
_root.player.gotoAndStop(5);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
activado = true;
}
}
onClipEvent (enterFrame) {
if (activado == true) {
play();
activado = false;
}
}
Instance of Symbol 859 MovieClip in Frame 21 (445 B)
onClipEvent (load) {
activado = false;
}
onClipEvent (enterFrame) {
if (_root.resetcontrol.reset == true) {
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (this.tocar.hitTest(_root.player)) {
_root.player.clavado = true;
_root.player.gotoAndStop(5);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
activado = true;
}
}
onClipEvent (enterFrame) {
if (activado == true) {
play();
activado = false;
}
}
Instance of Symbol 860 MovieClip in Frame 21 (445 B)
onClipEvent (load) {
activado = false;
}
onClipEvent (enterFrame) {
if (_root.resetcontrol.reset == true) {
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (this.tocar.hitTest(_root.player)) {
_root.player.clavado = true;
_root.player.gotoAndStop(5);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
activado = true;
}
}
onClipEvent (enterFrame) {
if (activado == true) {
play();
activado = false;
}
}
Instance of Symbol 861 MovieClip in Frame 21 (445 B)
onClipEvent (load) {
activado = false;
}
onClipEvent (enterFrame) {
if (_root.resetcontrol.reset == true) {
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (this.tocar.hitTest(_root.player)) {
_root.player.clavado = true;
_root.player.gotoAndStop(5);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
activado = true;
}
}
onClipEvent (enterFrame) {
if (activado == true) {
play();
activado = false;
}
}
Instance of Symbol 863 MovieClip "pumpkin3" in Frame 21 (122 B)
onClipEvent (load) {
gotoAndStop (1);
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.play();
}
}
Instance of Symbol 865 MovieClip "pumpkin4" in Frame 21 (122 B)
onClipEvent (load) {
gotoAndStop (1);
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.play();
}
}
Instance of Symbol 701 MovieClip "contador" in Frame 21 (136 B)
onClipEvent (load) {
_root.contador1 = 0;
}
onClipEvent (enterFrame) {
if (_root.contador1 == 2) {
_root.player.winning = true;
}
}
Instance of Symbol 818 MovieClip in Frame 21 (478 B)
onClipEvent (load) {
hitted = false;
speed = 7;
}
onClipEvent (enterFrame) {
if (hitted == false) {
this._x = this._x - speed;
this._xscale = -30;
}
if (hitted == true) {
this._x = this._x + speed;
this._xscale = 30;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hittest3)) {
hitted = true;
}
if (this.hitTest(_root.hittest4)) {
hitted = false;
}
if (this.hitTest(_root.player)) {
_root.player.clavado = true;
_root.player.gotoAndStop(6);
}
}
Instance of Symbol 818 MovieClip in Frame 21 (478 B)
onClipEvent (load) {
hitted = false;
speed = 8;
}
onClipEvent (enterFrame) {
if (hitted == false) {
this._x = this._x - speed;
this._xscale = -30;
}
if (hitted == true) {
this._x = this._x + speed;
this._xscale = 30;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hittest3)) {
hitted = true;
}
if (this.hitTest(_root.hittest4)) {
hitted = false;
}
if (this.hitTest(_root.player)) {
_root.player.clavado = true;
_root.player.gotoAndStop(6);
}
}
Instance of Symbol 682 MovieClip "resetcontrol" in Frame 21 (438 B)
onClipEvent (load) {
reset = false;
_root.player._x = 46;
_root.player._y = 264;
_root.player.clavado = false;
_root.player.gotoAndStop(1);
_root.contador1 = 0;
}
on (press) {
this.gotoAndPlay(2);
reset = true;
_root.player._x = 46;
_root.player._y = 264;
_root.player.grav = 0;
_root.player.clavado = false;
_root.player.gotoAndStop(1);
_root.contador1 = 0;
_root.pumpkin3.gotoAndStop(1);
_root.pumpkin4.gotoAndStop(1);
}
Frame 22 (167 B)
_root.player.winning = false;
_root.menu1.pumps = _root.menu1.pumps + 2;
_root.menu2.levelcounter = _root.menu2.levelcounter + 1;
_root.menu1.wline.gotoAndStop(2);
Instance of Symbol 823 MovieClip in Frame 22 (153 B)
onClipEvent (load) {
gotoAndStop (1);
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player.winning = true;
this.play();
}
}
Instance of Symbol 869 MovieClip in Frame 22 (478 B)
onClipEvent (load) {
hitted = false;
speed = 7;
}
onClipEvent (enterFrame) {
if (hitted == false) {
this._x = this._x - speed;
this._xscale = -30;
}
if (hitted == true) {
this._x = this._x + speed;
this._xscale = 30;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hittest3)) {
hitted = true;
}
if (this.hitTest(_root.hittest4)) {
hitted = false;
}
if (this.hitTest(_root.player)) {
_root.player.clavado = true;
_root.player.gotoAndStop(6);
}
}
Instance of Symbol 870 MovieClip in Frame 22 (479 B)
onClipEvent (load) {
hitted = false;
speed = 10;
}
onClipEvent (enterFrame) {
if (hitted == false) {
this._x = this._x - speed;
this._xscale = -30;
}
if (hitted == true) {
this._x = this._x + speed;
this._xscale = 30;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hittest3)) {
hitted = true;
}
if (this.hitTest(_root.hittest4)) {
hitted = false;
}
if (this.hitTest(_root.player)) {
_root.player.clavado = true;
_root.player.gotoAndStop(6);
}
}
Instance of Symbol 871 MovieClip in Frame 22 (478 B)
onClipEvent (load) {
hitted = false;
speed = 9;
}
onClipEvent (enterFrame) {
if (hitted == false) {
this._x = this._x - speed;
this._xscale = -30;
}
if (hitted == true) {
this._x = this._x + speed;
this._xscale = 30;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hittest3)) {
hitted = true;
}
if (this.hitTest(_root.hittest4)) {
hitted = false;
}
if (this.hitTest(_root.player)) {
_root.player.clavado = true;
_root.player.gotoAndStop(6);
}
}
Instance of Symbol 682 MovieClip "resetcontrol" in Frame 22 (328 B)
onClipEvent (load) {
reset = false;
_root.player._x = 70;
_root.player._y = 80;
_root.player.clavado = false;
_root.player.gotoAndStop(1);
}
on (press) {
this.gotoAndPlay(2);
reset = true;
_root.player._x = 70;
_root.player._y = 80;
_root.player.grav = 0;
_root.player.clavado = false;
_root.player.gotoAndStop(1);
}
Frame 23 (167 B)
_root.player.winning = false;
_root.menu1.pumps = _root.menu1.pumps + 1;
_root.menu2.levelcounter = _root.menu2.levelcounter + 1;
_root.menu1.wline.gotoAndStop(1);
Instance of Symbol 875 MovieClip in Frame 23 (153 B)
onClipEvent (load) {
gotoAndStop (1);
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player.winning = true;
this.play();
}
}
Instance of Symbol 879 MovieClip in Frame 23 (478 B)
onClipEvent (load) {
hitted = false;
speed = 5;
}
onClipEvent (enterFrame) {
if (hitted == false) {
this._x = this._x - speed;
this._xscale = -45;
}
if (hitted == true) {
this._x = this._x + speed;
this._xscale = 45;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hittest3)) {
hitted = true;
}
if (this.hitTest(_root.hittest4)) {
hitted = false;
}
if (this.hitTest(_root.player)) {
_root.player.clavado = true;
_root.player.gotoAndStop(6);
}
}
Instance of Symbol 717 MovieClip "cabeza7" in Frame 23 (426 B)
onClipEvent (enterFrame) {
myRadians = Math.atan2(_root.player._y - this._y, _root.player._x - this._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
this._rotation = myDegrees + 180;
}
onClipEvent (load) {
activado = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
activado = true;
} else {
activado = false;
}
}
onClipEvent (enterFrame) {
if (activado == true) {
this.play();
}
}
Instance of Symbol 682 MovieClip "resetcontrol" in Frame 23 (330 B)
onClipEvent (load) {
reset = false;
_root.player._x = 395;
_root.player._y = 31;
_root.player.clavado = false;
_root.player.gotoAndStop(1);
}
on (press) {
this.gotoAndPlay(2);
reset = true;
_root.player._x = 395;
_root.player._y = 31;
_root.player.grav = 0;
_root.player.clavado = false;
_root.player.gotoAndStop(1);
}
Frame 24 (167 B)
_root.player.winning = false;
_root.menu1.pumps = _root.menu1.pumps + 1;
_root.menu2.levelcounter = _root.menu2.levelcounter + 1;
_root.menu1.wline.gotoAndStop(2);
Instance of Symbol 818 MovieClip in Frame 24 (478 B)
onClipEvent (load) {
hitted = false;
speed = 7;
}
onClipEvent (enterFrame) {
if (hitted == false) {
this._x = this._x - speed;
this._xscale = -30;
}
if (hitted == true) {
this._x = this._x + speed;
this._xscale = 30;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hittest3)) {
hitted = true;
}
if (this.hitTest(_root.hittest4)) {
hitted = false;
}
if (this.hitTest(_root.player)) {
_root.player.clavado = true;
_root.player.gotoAndStop(6);
}
}
Instance of Symbol 818 MovieClip in Frame 24 (478 B)
onClipEvent (load) {
hitted = false;
speed = 7;
}
onClipEvent (enterFrame) {
if (hitted == false) {
this._x = this._x - speed;
this._xscale = -30;
}
if (hitted == true) {
this._x = this._x + speed;
this._xscale = 30;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hittest3)) {
hitted = true;
}
if (this.hitTest(_root.hittest4)) {
hitted = false;
}
if (this.hitTest(_root.player)) {
_root.player.clavado = true;
_root.player.gotoAndStop(6);
}
}
Instance of Symbol 885 MovieClip in Frame 24 (478 B)
onClipEvent (load) {
hitted = false;
speed = 5;
}
onClipEvent (enterFrame) {
if (hitted == false) {
this._x = this._x - speed;
this._xscale = -45;
}
if (hitted == true) {
this._x = this._x + speed;
this._xscale = 45;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hittest5)) {
hitted = true;
}
if (this.hitTest(_root.hittest6)) {
hitted = false;
}
if (this.hitTest(_root.player)) {
_root.player.clavado = true;
_root.player.gotoAndStop(6);
}
}
Instance of Symbol 887 MovieClip "pumpkin1" in Frame 24 (122 B)
onClipEvent (load) {
gotoAndStop (1);
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.play();
}
}
Instance of Symbol 889 MovieClip "pumpkin2" in Frame 24 (122 B)
onClipEvent (load) {
gotoAndStop (1);
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.play();
}
}
Instance of Symbol 701 MovieClip "contador" in Frame 24 (136 B)
onClipEvent (load) {
_root.contador1 = 0;
}
onClipEvent (enterFrame) {
if (_root.contador1 == 2) {
_root.player.winning = true;
}
}
Instance of Symbol 682 MovieClip "resetcontrol" in Frame 24 (438 B)
onClipEvent (load) {
reset = false;
_root.player._x = 755;
_root.player._y = 30;
_root.player.clavado = false;
_root.player.gotoAndStop(1);
_root.contador1 = 0;
}
on (press) {
this.gotoAndPlay(2);
reset = true;
_root.player._x = 755;
_root.player._y = 30;
_root.player.grav = 0;
_root.player.clavado = false;
_root.player.gotoAndStop(1);
_root.pumpkin1.gotoAndStop(1);
_root.pumpkin2.gotoAndStop(1);
_root.contador1 = 0;
}
Frame 25 (167 B)
_root.player.winning = false;
_root.menu1.pumps = _root.menu1.pumps + 2;
_root.menu2.levelcounter = _root.menu2.levelcounter + 1;
_root.menu1.wline.gotoAndStop(1);
Instance of Symbol 717 MovieClip "cabeza1" in Frame 25 (426 B)
onClipEvent (enterFrame) {
myRadians = Math.atan2(_root.player._y - this._y, _root.player._x - this._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
this._rotation = myDegrees + 180;
}
onClipEvent (load) {
activado = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
activado = true;
} else {
activado = false;
}
}
onClipEvent (enterFrame) {
if (activado == true) {
this.play();
}
}
Instance of Symbol 717 MovieClip "cabeza2" in Frame 25 (426 B)
onClipEvent (enterFrame) {
myRadians = Math.atan2(_root.player._y - this._y, _root.player._x - this._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
this._rotation = myDegrees + 180;
}
onClipEvent (load) {
activado = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
activado = true;
} else {
activado = false;
}
}
onClipEvent (enterFrame) {
if (activado == true) {
this.play();
}
}
Instance of Symbol 893 MovieClip in Frame 25 (478 B)
onClipEvent (load) {
hitted = false;
speed = 7;
}
onClipEvent (enterFrame) {
if (hitted == false) {
this._x = this._x - speed;
this._xscale = -30;
}
if (hitted == true) {
this._x = this._x + speed;
this._xscale = 30;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hittest3)) {
hitted = true;
}
if (this.hitTest(_root.hittest4)) {
hitted = false;
}
if (this.hitTest(_root.player)) {
_root.player.clavado = true;
_root.player.gotoAndStop(6);
}
}
Instance of Symbol 894 MovieClip in Frame 25 (478 B)
onClipEvent (load) {
hitted = false;
speed = 6;
}
onClipEvent (enterFrame) {
if (hitted == false) {
this._x = this._x - speed;
this._xscale = -30;
}
if (hitted == true) {
this._x = this._x + speed;
this._xscale = 30;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hittest3)) {
hitted = true;
}
if (this.hitTest(_root.hittest4)) {
hitted = false;
}
if (this.hitTest(_root.player)) {
_root.player.clavado = true;
_root.player.gotoAndStop(6);
}
}
Instance of Symbol 896 MovieClip in Frame 25 (153 B)
onClipEvent (load) {
gotoAndStop (1);
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player.winning = true;
this.play();
}
}
Instance of Symbol 682 MovieClip "resetcontrol" in Frame 25 (330 B)
onClipEvent (load) {
reset = false;
_root.player._x = 395;
_root.player._y = 60;
_root.player.clavado = false;
_root.player.gotoAndStop(1);
}
on (press) {
this.gotoAndPlay(2);
reset = true;
_root.player._x = 395;
_root.player._y = 60;
_root.player.grav = 0;
_root.player.clavado = false;
_root.player.gotoAndStop(1);
}
Frame 26 (132 B)
_root.player.winning = false;
_root.menu1.pumps = _root.menu1.pumps + 1;
_root.menu2.levelcounter = _root.menu2.levelcounter + 1;
Instance of Symbol 818 MovieClip in Frame 26 (478 B)
onClipEvent (load) {
hitted = false;
speed = 5;
}
onClipEvent (enterFrame) {
if (hitted == false) {
this._x = this._x - speed;
this._xscale = -30;
}
if (hitted == true) {
this._x = this._x + speed;
this._xscale = 30;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hittest1)) {
hitted = true;
}
if (this.hitTest(_root.hittest2)) {
hitted = false;
}
if (this.hitTest(_root.player)) {
_root.player.clavado = true;
_root.player.gotoAndStop(6);
}
}
Instance of Symbol 900 MovieClip "pumpkin141" in Frame 26 (122 B)
onClipEvent (load) {
gotoAndStop (1);
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.play();
}
}
Instance of Symbol 818 MovieClip in Frame 26 (478 B)
onClipEvent (load) {
hitted = false;
speed = 4;
}
onClipEvent (enterFrame) {
if (hitted == false) {
this._x = this._x - speed;
this._xscale = -30;
}
if (hitted == true) {
this._x = this._x + speed;
this._xscale = 30;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hittest1)) {
hitted = true;
}
if (this.hitTest(_root.hittest2)) {
hitted = false;
}
if (this.hitTest(_root.player)) {
_root.player.clavado = true;
_root.player.gotoAndStop(6);
}
}
Instance of Symbol 813 MovieClip "pumpkin140" in Frame 26 (122 B)
onClipEvent (load) {
gotoAndStop (1);
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.play();
}
}
Instance of Symbol 701 MovieClip "contador" in Frame 26 (136 B)
onClipEvent (load) {
_root.contador1 = 0;
}
onClipEvent (enterFrame) {
if (_root.contador1 == 2) {
_root.player.winning = true;
}
}
Instance of Symbol 682 MovieClip "resetcontrol" in Frame 26 (420 B)
onClipEvent (load) {
reset = false;
_root.player._x = 25;
_root.player._y = 110;
_root.player.clavado = false;
_root.player.gotoAndStop(1);
}
on (press) {
this.gotoAndPlay(2);
reset = true;
_root.player._x = 25;
_root.player._y = 110;
_root.player.grav = 0;
_root.player.clavado = false;
_root.player.gotoAndStop(1);
_root.contador1 = 0;
_root.pumpkin140.gotoAndStop(1);
_root.pumpkin141.gotoAndStop(1);
}
Frame 27 (132 B)
_root.player.winning = false;
_root.menu1.pumps = _root.menu1.pumps + 2;
_root.menu2.levelcounter = _root.menu2.levelcounter + 1;
Instance of Symbol 905 MovieClip in Frame 27 (153 B)
onClipEvent (load) {
gotoAndStop (1);
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player.winning = true;
this.play();
}
}
Instance of Symbol 717 MovieClip "cabeza1" in Frame 27 (426 B)
onClipEvent (enterFrame) {
myRadians = Math.atan2(_root.player._y - this._y, _root.player._x - this._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
this._rotation = myDegrees + 180;
}
onClipEvent (load) {
activado = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
activado = true;
} else {
activado = false;
}
}
onClipEvent (enterFrame) {
if (activado == true) {
this.play();
}
}
Instance of Symbol 717 MovieClip "cabeza2" in Frame 27 (426 B)
onClipEvent (enterFrame) {
myRadians = Math.atan2(_root.player._y - this._y, _root.player._x - this._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
this._rotation = myDegrees + 180;
}
onClipEvent (load) {
activado = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
activado = true;
} else {
activado = false;
}
}
onClipEvent (enterFrame) {
if (activado == true) {
this.play();
}
}
Instance of Symbol 782 MovieClip "enemy" in Frame 27 (897 B)
onClipEvent (load) {
hitted = false;
speed = 3;
dead = false;
attacking = false;
}
onClipEvent (enterFrame) {
if (((hitted == false) && (dead == false)) && (attacking == false)) {
this._x = this._x - speed;
gotoAndStop (2);
this._xscale = 25;
}
if (((hitted == true) && (dead == false)) && (attacking == false)) {
this._x = this._x + speed;
gotoAndStop (2);
this._xscale = -25;
}
if (dead == true) {
this.gotoAndStop("dead");
speed = 0;
}
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.hittest1) && (dead == false)) && (attacking == false)) {
hitted = true;
}
if ((this.hitTest(_root.hittest2) && (dead == false)) && (attacking == false)) {
hitted = false;
}
}
onClipEvent (enterFrame) {
if ((attacking == true) && (dead == false)) {
this.gotoAndStop("attacking");
speed = 0;
}
}
Instance of Symbol 682 MovieClip "resetcontrol" in Frame 27 (330 B)
onClipEvent (load) {
reset = false;
_root.player._x = 665;
_root.player._y = 50;
_root.player.clavado = false;
_root.player.gotoAndStop(1);
}
on (press) {
this.gotoAndPlay(2);
reset = true;
_root.player._x = 665;
_root.player._y = 50;
_root.player.grav = 0;
_root.player.clavado = false;
_root.player.gotoAndStop(1);
}
Frame 28 (132 B)
_root.player.winning = false;
_root.menu1.pumps = _root.menu1.pumps + 1;
_root.menu2.levelcounter = _root.menu2.levelcounter + 1;
Instance of Symbol 701 MovieClip "contador" in Frame 28 (136 B)
onClipEvent (load) {
_root.contador1 = 0;
}
onClipEvent (enterFrame) {
if (_root.contador1 == 2) {
_root.player.winning = true;
}
}
Instance of Symbol 887 MovieClip "pumpkin1" in Frame 28 (122 B)
onClipEvent (load) {
gotoAndStop (1);
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.play();
}
}
Instance of Symbol 889 MovieClip "pumpkin2" in Frame 28 (122 B)
onClipEvent (load) {
gotoAndStop (1);
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.play();
}
}
Instance of Symbol 717 MovieClip "cabeza3" in Frame 28 (426 B)
onClipEvent (enterFrame) {
myRadians = Math.atan2(_root.player._y - this._y, _root.player._x - this._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
this._rotation = myDegrees + 180;
}
onClipEvent (load) {
activado = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
activado = true;
} else {
activado = false;
}
}
onClipEvent (enterFrame) {
if (activado == true) {
this.play();
}
}
Instance of Symbol 893 MovieClip in Frame 28 (478 B)
onClipEvent (load) {
hitted = false;
speed = 7;
}
onClipEvent (enterFrame) {
if (hitted == false) {
this._x = this._x - speed;
this._xscale = -30;
}
if (hitted == true) {
this._x = this._x + speed;
this._xscale = 30;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hittest3)) {
hitted = true;
}
if (this.hitTest(_root.hittest4)) {
hitted = false;
}
if (this.hitTest(_root.player)) {
_root.player.clavado = true;
_root.player.gotoAndStop(6);
}
}
Instance of Symbol 682 MovieClip "resetcontrol" in Frame 28 (438 B)
onClipEvent (load) {
reset = false;
_root.player._x = 450;
_root.player._y = 40;
_root.player.clavado = false;
_root.player.gotoAndStop(1);
_root.contador1 = 0;
}
on (press) {
this.gotoAndPlay(2);
reset = true;
_root.player._x = 450;
_root.player._y = 40;
_root.player.grav = 0;
_root.player.clavado = false;
_root.player.gotoAndStop(1);
_root.pumpkin1.gotoAndStop(1);
_root.pumpkin2.gotoAndStop(1);
_root.contador1 = 0;
}
Frame 29 (167 B)
_root.player.winning = false;
_root.menu1.pumps = _root.menu1.pumps + 2;
_root.menu2.levelcounter = _root.menu2.levelcounter + 1;
_root.menu1.wline.gotoAndStop(2);
Instance of Symbol 912 MovieClip in Frame 29 (153 B)
onClipEvent (load) {
gotoAndStop (1);
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player.winning = true;
this.play();
}
}
Instance of Symbol 682 MovieClip "resetcontrol" in Frame 29 (330 B)
onClipEvent (load) {
reset = false;
_root.player._x = 394;
_root.player._y = 58;
_root.player.clavado = false;
_root.player.gotoAndStop(1);
}
on (press) {
this.gotoAndPlay(2);
reset = true;
_root.player._x = 394;
_root.player._y = 58;
_root.player.grav = 0;
_root.player.clavado = false;
_root.player.gotoAndStop(1);
}
Frame 30 (132 B)
_root.player.winning = false;
_root.menu1.pumps = _root.menu1.pumps + 1;
_root.menu2.levelcounter = _root.menu2.levelcounter + 1;
Instance of Symbol 701 MovieClip "contador" in Frame 30 (136 B)
onClipEvent (load) {
_root.contador1 = 0;
}
onClipEvent (enterFrame) {
if (_root.contador1 == 3) {
_root.player.winning = true;
}
}
Instance of Symbol 916 MovieClip in Frame 30 (478 B)
onClipEvent (load) {
hitted = false;
speed = 7;
}
onClipEvent (enterFrame) {
if (hitted == false) {
this._x = this._x - speed;
this._xscale = -30;
}
if (hitted == true) {
this._x = this._x + speed;
this._xscale = 30;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hittest3)) {
hitted = true;
}
if (this.hitTest(_root.hittest4)) {
hitted = false;
}
if (this.hitTest(_root.player)) {
_root.player.clavado = true;
_root.player.gotoAndStop(6);
}
}
Instance of Symbol 917 MovieClip in Frame 30 (478 B)
onClipEvent (load) {
hitted = false;
speed = 8;
}
onClipEvent (enterFrame) {
if (hitted == false) {
this._x = this._x - speed;
this._xscale = -30;
}
if (hitted == true) {
this._x = this._x + speed;
this._xscale = 30;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hittest3)) {
hitted = true;
}
if (this.hitTest(_root.hittest4)) {
hitted = false;
}
if (this.hitTest(_root.player)) {
_root.player.clavado = true;
_root.player.gotoAndStop(6);
}
}
Instance of Symbol 887 MovieClip "pumpkin1" in Frame 30 (122 B)
onClipEvent (load) {
gotoAndStop (1);
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.play();
}
}
Instance of Symbol 887 MovieClip "pumpkin2" in Frame 30 (122 B)
onClipEvent (load) {
gotoAndStop (1);
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.play();
}
}
Instance of Symbol 887 MovieClip "pumpkin3" in Frame 30 (122 B)
onClipEvent (load) {
gotoAndStop (1);
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.play();
}
}
Instance of Symbol 682 MovieClip "resetcontrol" in Frame 30 (494 B)
onClipEvent (load) {
reset = false;
_root.player._x = 110;
_root.player._y = 60;
_root.player.clavado = false;
_root.player.gotoAndStop(1);
_root.contador1 = 0;
_root.player.grav = 0;
}
on (press) {
this.gotoAndPlay(2);
reset = true;
_root.player._x = 110;
_root.player._y = 60;
_root.player.grav = 0;
_root.player.clavado = false;
_root.player.gotoAndStop(1);
_root.pumpkin1.gotoAndStop(1);
_root.pumpkin2.gotoAndStop(1);
_root.pumpkin3.gotoAndStop(1);
_root.contador1 = 0;
}
Frame 31 (132 B)
_root.player.winning = false;
_root.menu1.pumps = _root.menu1.pumps + 3;
_root.menu2.levelcounter = _root.menu2.levelcounter + 1;
Instance of Symbol 661 MovieClip "player" in Frame 31 (2.11 KiB) ●
onClipEvent (load) {
grav = 0;
speed = 6;
jumpHeight = 12;
scale = _xscale;
slowfall = 0.8;
clavado = false;
winning = false;
}
onClipEvent (enterFrame) {
_root.playerx = this._x;
_root.playery = this._y;
this._x = _root.playerx;
this._y = _root.playery;
grav++;
_y = (_y + grav);
while (_root.level.hitTest(_x, _y, true)) {
_y = (_y-1);
grav = 0;
}
if ((Key.isDown(68) && (clavado == false)) && (winning == false)) {
_x = (_x + speed);
_xscale = scale;
if ((_root.level.hitTest(_x, _y + 3, true) && (clavado == false)) && (winning == false)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(4);
}
} else if ((Key.isDown(65) && (clavado == false)) && (winning == false)) {
_x = (_x - speed);
_xscale = (-scale);
if ((_root.level.hitTest(_x, _y + 3, true) && (clavado == false)) && (winning == false)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(4);
}
} else if (((_root.level.hitTest(_x, _y + 3, true) && (!Key.isDown(79))) && (clavado == false)) && (winning == false)) {
this.gotoAndStop(1);
}
if (Key.isDown(83) && (clavado == false)) {
grav = grav * slowfall;
}
if (((((Key.isDown(79) && (!Key.isDown(87))) && (!Key.isDown(65))) && (!Key.isDown(68))) && (clavado == false)) && (winning == false)) {
this.gotoAndStop(4);
}
if (((Key.isDown(87) && (_root.level.hitTest(_x, _y + 3, true))) && (clavado == false)) && (winning == false)) {
grav = -jumpHeight;
_y = (_y - 4);
this.gotoAndStop(4);
}
if (_root.level.hitTest(_x + (_width / 2), _y - (_height / 2), true) || (_root.level.hitTest(_x + (_width / 2), _y - ((_height / 6) * 4), true))) {
_x = (_x - speed);
}
if (_root.level.hitTest(_x - (_width / 2), _y - (_height / 2), true) || (_root.level.hitTest(_x - (_width / 2), _y - ((_height / 6) * 4), true))) {
_x = (_x + speed);
}
if (_root.level.hitTest(_x, _y - _height, true)) {
grav = 2;
}
}
onClipEvent (enterFrame) {
if (winning == true) {
this.gotoAndStop(8);
_root.ganar.play();
}
}
Instance of Symbol 887 MovieClip "pumpkin1" in Frame 31 (122 B)
onClipEvent (load) {
gotoAndStop (1);
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.play();
}
}
Instance of Symbol 887 MovieClip "pumpkin2" in Frame 31 (122 B)
onClipEvent (load) {
gotoAndStop (1);
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.play();
}
}
Instance of Symbol 924 MovieClip in Frame 31 (478 B)
onClipEvent (load) {
hitted = false;
speed = 7;
}
onClipEvent (enterFrame) {
if (hitted == false) {
this._x = this._x - speed;
this._xscale = -30;
}
if (hitted == true) {
this._x = this._x + speed;
this._xscale = 30;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hittest3)) {
hitted = true;
}
if (this.hitTest(_root.hittest4)) {
hitted = false;
}
if (this.hitTest(_root.player)) {
_root.player.clavado = true;
_root.player.gotoAndStop(6);
}
}
Instance of Symbol 925 MovieClip in Frame 31 (478 B)
onClipEvent (load) {
hitted = false;
speed = 7;
}
onClipEvent (enterFrame) {
if (hitted == false) {
this._x = this._x - speed;
this._xscale = -30;
}
if (hitted == true) {
this._x = this._x + speed;
this._xscale = 30;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hittest3)) {
hitted = true;
}
if (this.hitTest(_root.hittest4)) {
hitted = false;
}
if (this.hitTest(_root.player)) {
_root.player.clavado = true;
_root.player.gotoAndStop(6);
}
}
Instance of Symbol 887 MovieClip "pumpkin501" in Frame 31 (122 B)
onClipEvent (load) {
gotoAndStop (1);
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.play();
}
}
Instance of Symbol 926 MovieClip in Frame 31 (445 B)
onClipEvent (load) {
activado = false;
}
onClipEvent (enterFrame) {
if (_root.resetcontrol.reset == true) {
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (this.tocar.hitTest(_root.player)) {
_root.player.clavado = true;
_root.player.gotoAndStop(5);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
activado = true;
}
}
onClipEvent (enterFrame) {
if (activado == true) {
play();
activado = false;
}
}
Instance of Symbol 927 MovieClip in Frame 31 (445 B)
onClipEvent (load) {
activado = false;
}
onClipEvent (enterFrame) {
if (_root.resetcontrol.reset == true) {
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (this.tocar.hitTest(_root.player)) {
_root.player.clavado = true;
_root.player.gotoAndStop(5);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
activado = true;
}
}
onClipEvent (enterFrame) {
if (activado == true) {
play();
activado = false;
}
}
Instance of Symbol 928 MovieClip in Frame 31 (445 B)
onClipEvent (load) {
activado = false;
}
onClipEvent (enterFrame) {
if (_root.resetcontrol.reset == true) {
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (this.tocar.hitTest(_root.player)) {
_root.player.clavado = true;
_root.player.gotoAndStop(5);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
activado = true;
}
}
onClipEvent (enterFrame) {
if (activado == true) {
play();
activado = false;
}
}
Instance of Symbol 682 MovieClip "resetcontrol" in Frame 31 (526 B)
onClipEvent (load) {
reset = false;
_root.player._x = 50;
_root.player._y = 80;
_root.player.clavado = false;
_root.player.gotoAndStop(1);
_root.contador1 = 0;
_root.player.grav = 0;
}
on (press) {
this.gotoAndPlay(2);
reset = true;
_root.player._x = 80;
_root.player._y = 80;
_root.player.grav = 0;
_root.player.clavado = false;
_root.player.gotoAndStop(1);
_root.pumpkin1.gotoAndStop(1);
_root.pumpkin2.gotoAndStop(1);
_root.pumpkin3.gotoAndStop(1);
_root.pumpkin501.gotoAndStop(1);
_root.contador1 = 0;
}
Frame 32 (167 B)
_root.player.winning = false;
_root.menu1.pumps = _root.menu1.pumps + 3;
_root.menu2.levelcounter = _root.menu2.levelcounter + 1;
_root.menu1.wline.gotoAndStop(1);
Instance of Symbol 932 MovieClip "pumpkin124" in Frame 32 (122 B)
onClipEvent (load) {
gotoAndStop (1);
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.play();
}
}
Instance of Symbol 933 MovieClip in Frame 32 (478 B)
onClipEvent (load) {
hitted = false;
speed = 7;
}
onClipEvent (enterFrame) {
if (hitted == false) {
this._x = this._x - speed;
this._xscale = -30;
}
if (hitted == true) {
this._x = this._x + speed;
this._xscale = 30;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hittest3)) {
hitted = true;
}
if (this.hitTest(_root.hittest4)) {
hitted = false;
}
if (this.hitTest(_root.player)) {
_root.player.clavado = true;
_root.player.gotoAndStop(6);
}
}
Instance of Symbol 934 MovieClip in Frame 32 (478 B)
onClipEvent (load) {
hitted = false;
speed = 8;
}
onClipEvent (enterFrame) {
if (hitted == false) {
this._x = this._x - speed;
this._xscale = -30;
}
if (hitted == true) {
this._x = this._x + speed;
this._xscale = 30;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hittest3)) {
hitted = true;
}
if (this.hitTest(_root.hittest4)) {
hitted = false;
}
if (this.hitTest(_root.player)) {
_root.player.clavado = true;
_root.player.gotoAndStop(6);
}
}
Instance of Symbol 932 MovieClip "pumpkin1" in Frame 32 (122 B)
onClipEvent (load) {
gotoAndStop (1);
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.play();
}
}
Instance of Symbol 937 MovieClip "pumpkin2" in Frame 32 (122 B)
onClipEvent (load) {
gotoAndStop (1);
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.play();
}
}
Instance of Symbol 938 MovieClip "p2" in Frame 32 (445 B)
onClipEvent (load) {
activado = false;
}
onClipEvent (enterFrame) {
if (_root.resetcontrol.reset == true) {
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (this.tocar.hitTest(_root.player)) {
_root.player.clavado = true;
_root.player.gotoAndStop(5);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
activado = true;
}
}
onClipEvent (enterFrame) {
if (activado == true) {
play();
activado = false;
}
}
Instance of Symbol 939 MovieClip "p1" in Frame 32 (445 B)
onClipEvent (load) {
activado = false;
}
onClipEvent (enterFrame) {
if (_root.resetcontrol.reset == true) {
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (this.tocar.hitTest(_root.player)) {
_root.player.clavado = true;
_root.player.gotoAndStop(5);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
activado = true;
}
}
onClipEvent (enterFrame) {
if (activado == true) {
play();
activado = false;
}
}
Instance of Symbol 940 MovieClip "p4" in Frame 32 (445 B)
onClipEvent (load) {
activado = false;
}
onClipEvent (enterFrame) {
if (_root.resetcontrol.reset == true) {
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (this.tocar.hitTest(_root.player)) {
_root.player.clavado = true;
_root.player.gotoAndStop(5);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
activado = true;
}
}
onClipEvent (enterFrame) {
if (activado == true) {
play();
activado = false;
}
}
Instance of Symbol 941 MovieClip "p3" in Frame 32 (445 B)
onClipEvent (load) {
activado = false;
}
onClipEvent (enterFrame) {
if (_root.resetcontrol.reset == true) {
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (this.tocar.hitTest(_root.player)) {
_root.player.clavado = true;
_root.player.gotoAndStop(5);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
activado = true;
}
}
onClipEvent (enterFrame) {
if (activado == true) {
play();
activado = false;
}
}
Instance of Symbol 942 MovieClip "p6" in Frame 32 (445 B)
onClipEvent (load) {
activado = false;
}
onClipEvent (enterFrame) {
if (_root.resetcontrol.reset == true) {
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (this.tocar.hitTest(_root.player)) {
_root.player.clavado = true;
_root.player.gotoAndStop(5);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
activado = true;
}
}
onClipEvent (enterFrame) {
if (activado == true) {
play();
activado = false;
}
}
Instance of Symbol 943 MovieClip "p5" in Frame 32 (445 B)
onClipEvent (load) {
activado = false;
}
onClipEvent (enterFrame) {
if (_root.resetcontrol.reset == true) {
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (this.tocar.hitTest(_root.player)) {
_root.player.clavado = true;
_root.player.gotoAndStop(5);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
activado = true;
}
}
onClipEvent (enterFrame) {
if (activado == true) {
play();
activado = false;
}
}
Instance of Symbol 944 MovieClip in Frame 32 (478 B)
onClipEvent (load) {
hitted = false;
speed = 8;
}
onClipEvent (enterFrame) {
if (hitted == false) {
this._x = this._x - speed;
this._xscale = -30;
}
if (hitted == true) {
this._x = this._x + speed;
this._xscale = 30;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hittest3)) {
hitted = true;
}
if (this.hitTest(_root.hittest4)) {
hitted = false;
}
if (this.hitTest(_root.player)) {
_root.player.clavado = true;
_root.player.gotoAndStop(6);
}
}
Instance of Symbol 682 MovieClip "resetcontrol" in Frame 32 (496 B)
onClipEvent (load) {
reset = false;
_root.player._x = 570;
_root.player._y = 40;
_root.player.clavado = false;
_root.player.gotoAndStop(1);
_root.contador1 = 0;
_root.player.grav = 0;
}
on (press) {
this.gotoAndPlay(2);
reset = true;
_root.player._x = 570;
_root.player._y = 40;
_root.player.grav = 0;
_root.player.clavado = false;
_root.player.gotoAndStop(1);
_root.pumpkin1.gotoAndStop(1);
_root.pumpkin2.gotoAndStop(1);
_root.pumpkin124.gotoAndStop(1);
_root.contador1 = 0;
}
Frame 33 (167 B)
_root.player.winning = false;
_root.menu1.pumps = _root.menu1.pumps + 3;
_root.menu2.levelcounter = _root.menu2.levelcounter + 1;
_root.menu1.wline.gotoAndStop(2);
Instance of Symbol 947 MovieClip in Frame 33 (478 B)
onClipEvent (load) {
hitted = false;
speed = 7;
}
onClipEvent (enterFrame) {
if (hitted == false) {
this._x = this._x - speed;
this._xscale = -30;
}
if (hitted == true) {
this._x = this._x + speed;
this._xscale = 30;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hittest3)) {
hitted = true;
}
if (this.hitTest(_root.hittest4)) {
hitted = false;
}
if (this.hitTest(_root.player)) {
_root.player.clavado = true;
_root.player.gotoAndStop(6);
}
}
Instance of Symbol 949 MovieClip "pumpkin1" in Frame 33 (122 B)
onClipEvent (load) {
gotoAndStop (1);
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.play();
}
}
Instance of Symbol 951 MovieClip "pumpkin2" in Frame 33 (122 B)
onClipEvent (load) {
gotoAndStop (1);
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.play();
}
}
Instance of Symbol 953 MovieClip in Frame 33 (478 B)
onClipEvent (load) {
hitted = false;
speed = 3;
}
onClipEvent (enterFrame) {
if (hitted == false) {
this._x = this._x - speed;
this._xscale = -30;
}
if (hitted == true) {
this._x = this._x + speed;
this._xscale = 30;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hittest3)) {
hitted = true;
}
if (this.hitTest(_root.hittest4)) {
hitted = false;
}
if (this.hitTest(_root.player)) {
_root.player.clavado = true;
_root.player.gotoAndStop(6);
}
}
Instance of Symbol 949 MovieClip "pumpkin155" in Frame 33 (122 B)
onClipEvent (load) {
gotoAndStop (1);
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.play();
}
}
Instance of Symbol 954 MovieClip in Frame 33 (445 B)
onClipEvent (load) {
activado = false;
}
onClipEvent (enterFrame) {
if (_root.resetcontrol.reset == true) {
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (this.tocar.hitTest(_root.player)) {
_root.player.clavado = true;
_root.player.gotoAndStop(5);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
activado = true;
}
}
onClipEvent (enterFrame) {
if (activado == true) {
play();
activado = false;
}
}
Instance of Symbol 955 MovieClip in Frame 33 (445 B)
onClipEvent (load) {
activado = false;
}
onClipEvent (enterFrame) {
if (_root.resetcontrol.reset == true) {
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (this.tocar.hitTest(_root.player)) {
_root.player.clavado = true;
_root.player.gotoAndStop(5);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
activado = true;
}
}
onClipEvent (enterFrame) {
if (activado == true) {
play();
activado = false;
}
}
Instance of Symbol 956 MovieClip in Frame 33 (445 B)
onClipEvent (load) {
activado = false;
}
onClipEvent (enterFrame) {
if (_root.resetcontrol.reset == true) {
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (this.tocar.hitTest(_root.player)) {
_root.player.clavado = true;
_root.player.gotoAndStop(5);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
activado = true;
}
}
onClipEvent (enterFrame) {
if (activado == true) {
play();
activado = false;
}
}
Instance of Symbol 682 MovieClip "resetcontrol" in Frame 33 (496 B)
onClipEvent (load) {
reset = false;
_root.player._x = 121;
_root.player._y = 62;
_root.player.clavado = false;
_root.player.gotoAndStop(1);
_root.contador1 = 0;
_root.player.grav = 0;
}
on (press) {
this.gotoAndPlay(2);
reset = true;
_root.player._x = 121;
_root.player._y = 62;
_root.player.grav = 0;
_root.player.clavado = false;
_root.player.gotoAndStop(1);
_root.pumpkin1.gotoAndStop(1);
_root.pumpkin2.gotoAndStop(1);
_root.pumpkin155.gotoAndStop(1);
_root.contador1 = 0;
}
Frame 34 (167 B)
_root.player.winning = false;
_root.menu1.pumps = _root.menu1.pumps + 3;
_root.menu2.levelcounter = _root.menu2.levelcounter + 1;
_root.menu1.wline.gotoAndStop(1);
Instance of Symbol 959 MovieClip "enemy" in Frame 34 (897 B)
onClipEvent (load) {
hitted = false;
speed = 3;
dead = false;
attacking = false;
}
onClipEvent (enterFrame) {
if (((hitted == false) && (dead == false)) && (attacking == false)) {
this._x = this._x - speed;
gotoAndStop (2);
this._xscale = 25;
}
if (((hitted == true) && (dead == false)) && (attacking == false)) {
this._x = this._x + speed;
gotoAndStop (2);
this._xscale = -25;
}
if (dead == true) {
this.gotoAndStop("dead");
speed = 0;
}
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.hittest1) && (dead == false)) && (attacking == false)) {
hitted = true;
}
if ((this.hitTest(_root.hittest2) && (dead == false)) && (attacking == false)) {
hitted = false;
}
}
onClipEvent (enterFrame) {
if ((attacking == true) && (dead == false)) {
this.gotoAndStop("attacking");
speed = 0;
}
}
Instance of Symbol 960 MovieClip "enemy2" in Frame 34 (897 B)
onClipEvent (load) {
hitted = false;
speed = 3;
dead = false;
attacking = false;
}
onClipEvent (enterFrame) {
if (((hitted == false) && (dead == false)) && (attacking == false)) {
this._x = this._x - speed;
gotoAndStop (2);
this._xscale = 25;
}
if (((hitted == true) && (dead == false)) && (attacking == false)) {
this._x = this._x + speed;
gotoAndStop (2);
this._xscale = -25;
}
if (dead == true) {
this.gotoAndStop("dead");
speed = 0;
}
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.hittest3) && (dead == false)) && (attacking == false)) {
hitted = true;
}
if ((this.hitTest(_root.hittest4) && (dead == false)) && (attacking == false)) {
hitted = false;
}
}
onClipEvent (enterFrame) {
if ((attacking == true) && (dead == false)) {
this.gotoAndStop("attacking");
speed = 0;
}
}
Instance of Symbol 701 MovieClip "contador" in Frame 34 (136 B)
onClipEvent (load) {
_root.contador1 = 0;
}
onClipEvent (enterFrame) {
if (_root.contador1 == 2) {
_root.player.winning = true;
}
}
Instance of Symbol 963 MovieClip "pumpkin1" in Frame 34 (122 B)
onClipEvent (load) {
gotoAndStop (1);
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.play();
}
}
Instance of Symbol 963 MovieClip "pumpkin2" in Frame 34 (122 B)
onClipEvent (load) {
gotoAndStop (1);
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.play();
}
}
Instance of Symbol 717 MovieClip "cabeza1001" in Frame 34 (426 B)
onClipEvent (enterFrame) {
myRadians = Math.atan2(_root.player._y - this._y, _root.player._x - this._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
this._rotation = myDegrees + 180;
}
onClipEvent (load) {
activado = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
activado = true;
} else {
activado = false;
}
}
onClipEvent (enterFrame) {
if (activado == true) {
this.play();
}
}
Instance of Symbol 717 MovieClip "cabeza1002" in Frame 34 (426 B)
onClipEvent (enterFrame) {
myRadians = Math.atan2(_root.player._y - this._y, _root.player._x - this._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
this._rotation = myDegrees + 180;
}
onClipEvent (load) {
activado = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
activado = true;
} else {
activado = false;
}
}
onClipEvent (enterFrame) {
if (activado == true) {
this.play();
}
}
Instance of Symbol 682 MovieClip "resetcontrol" in Frame 34 (464 B)
onClipEvent (load) {
reset = false;
_root.player._x = 400;
_root.player._y = 142;
_root.player.clavado = false;
_root.player.gotoAndStop(1);
_root.contador1 = 0;
_root.player.grav = 0;
}
on (press) {
this.gotoAndPlay(2);
reset = true;
_root.player._x = 400;
_root.player._y = 142;
_root.player.grav = 0;
_root.player.clavado = false;
_root.player.gotoAndStop(1);
_root.pumpkin1.gotoAndStop(1);
_root.pumpkin2.gotoAndStop(1);
_root.contador1 = 0;
}
Frame 35 (167 B)
_root.player.winning = false;
_root.menu1.pumps = _root.menu1.pumps + 2;
_root.menu2.levelcounter = _root.menu2.levelcounter + 1;
_root.menu1.wline.gotoAndStop(2);
Instance of Symbol 966 MovieClip in Frame 35 (478 B)
onClipEvent (load) {
hitted = false;
speed = 2;
}
onClipEvent (enterFrame) {
if (hitted == false) {
this._x = this._x - speed;
this._xscale = -30;
}
if (hitted == true) {
this._x = this._x + speed;
this._xscale = 30;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hittest3)) {
hitted = true;
}
if (this.hitTest(_root.hittest4)) {
hitted = false;
}
if (this.hitTest(_root.player)) {
_root.player.clavado = true;
_root.player.gotoAndStop(6);
}
}
Instance of Symbol 966 MovieClip in Frame 35 (478 B)
onClipEvent (load) {
hitted = false;
speed = 3;
}
onClipEvent (enterFrame) {
if (hitted == false) {
this._x = this._x - speed;
this._xscale = -30;
}
if (hitted == true) {
this._x = this._x + speed;
this._xscale = 30;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hittest5)) {
hitted = true;
}
if (this.hitTest(_root.hittest6)) {
hitted = false;
}
if (this.hitTest(_root.player)) {
_root.player.clavado = true;
_root.player.gotoAndStop(6);
}
}
Instance of Symbol 967 MovieClip in Frame 35 (478 B)
onClipEvent (load) {
hitted = false;
speed = 4;
}
onClipEvent (enterFrame) {
if (hitted == false) {
this._x = this._x - speed;
this._xscale = -30;
}
if (hitted == true) {
this._x = this._x + speed;
this._xscale = 30;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hittest7)) {
hitted = true;
}
if (this.hitTest(_root.hittest8)) {
hitted = false;
}
if (this.hitTest(_root.player)) {
_root.player.clavado = true;
_root.player.gotoAndStop(6);
}
}
Instance of Symbol 701 MovieClip "contador" in Frame 35 (136 B)
onClipEvent (load) {
_root.contador1 = 0;
}
onClipEvent (enterFrame) {
if (_root.contador1 == 3) {
_root.player.winning = true;
}
}
Instance of Symbol 970 MovieClip "pumpkin1" in Frame 35 (122 B)
onClipEvent (load) {
gotoAndStop (1);
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.play();
}
}
Instance of Symbol 972 MovieClip "pumpkin2" in Frame 35 (122 B)
onClipEvent (load) {
gotoAndStop (1);
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.play();
}
}
Instance of Symbol 974 MovieClip "pumpkin3" in Frame 35 (122 B)
onClipEvent (load) {
gotoAndStop (1);
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.play();
}
}
Instance of Symbol 966 MovieClip in Frame 35 (478 B)
onClipEvent (load) {
hitted = false;
speed = 1;
}
onClipEvent (enterFrame) {
if (hitted == false) {
this._x = this._x - speed;
this._xscale = -30;
}
if (hitted == true) {
this._x = this._x + speed;
this._xscale = 30;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hittest3)) {
hitted = true;
}
if (this.hitTest(_root.hittest4)) {
hitted = false;
}
if (this.hitTest(_root.player)) {
_root.player.clavado = true;
_root.player.gotoAndStop(6);
}
}
Instance of Symbol 682 MovieClip "resetcontrol" in Frame 35 (494 B)
onClipEvent (load) {
reset = false;
_root.player._x = 95;
_root.player._y = 182;
_root.player.clavado = false;
_root.player.gotoAndStop(1);
_root.contador1 = 0;
_root.player.grav = 0;
}
on (press) {
this.gotoAndPlay(2);
reset = true;
_root.player._x = 95;
_root.player._y = 182;
_root.player.grav = 0;
_root.player.clavado = false;
_root.player.gotoAndStop(1);
_root.pumpkin1.gotoAndStop(1);
_root.pumpkin2.gotoAndStop(1);
_root.pumpkin3.gotoAndStop(1);
_root.contador1 = 0;
}
Frame 36 (167 B)
_root.player.winning = false;
_root.menu1.pumps = _root.menu1.pumps + 3;
_root.menu2.levelcounter = _root.menu2.levelcounter + 1;
_root.menu1.wline.gotoAndStop(1);
Instance of Symbol 701 MovieClip "contador" in Frame 36 (165 B)
onClipEvent (load) {
_root.contador1 = 0;
}
onClipEvent (enterFrame) {
if (_root.contador1 == 5) {
_root.boss.gotoAndStop(5);
_root.player.winning = true;
}
}
Instance of Symbol 1020 MovieClip "boss" in Frame 36 (257 B)
onClipEvent (load) {
shooting = false;
}
onClipEvent (enterFrame) {
if ((_root.player._x <= 500) && (shooting == false)) {
this._xscale = 57;
} else if ((_root.player._x >= 500) && (shooting == false)) {
this._xscale = -57;
}
}
Instance of Symbol 682 MovieClip "resetcontrol" in Frame 36 (468 B)
onClipEvent (load) {
reset = false;
_root.player._x = 95;
_root.player._y = 262;
_root.player.clavado = false;
_root.player.gotoAndStop(1);
_root.contador1 = 0;
_root.player.grav = 0;
}
on (press) {
this.gotoAndPlay(2);
reset = true;
_root.player._x = 95;
_root.player._y = 262;
_root.player.grav = 0;
_root.player.clavado = false;
_root.player.gotoAndStop(1);
_root.contador1 = 0;
_root.bossenergy.gotoAndStop(1);
_root.boss.hitboss.gotoAndStop(1);
}
Frame 37 (88 B)
_root.stopped = 1;
_root.savegame();
stop();
_root.completed = _root.completed + 1;
Frame 38 (145 B)
loadVariablesNum ("http://gamefilez.mofunzone.com/game_scores/ipumpkin/mfz.php?" + timevar, 0);
now = new Date();
EPOCH_TIME = now.getTime();
Frame 39 (299 B)
stop();
_root.stopped = 0;
_root.time = 0;
i = 0;
onEnterFrame = function () {
i++;
if ((i > 30) && (_root.stopped != 1)) {
_root.time++;
i = 0;
}
};
_root.player.winning = false;
_root.menu2.levelcounter = 0;
_root.menu2.levelcounter = _root.menu2.levelcounter + 1;
Instance of Symbol 661 MovieClip "player" in Frame 39 (2.11 KiB) ●
onClipEvent (load) {
grav = 0;
speed = 6;
jumpHeight = 12;
scale = _xscale;
slowfall = 0.8;
clavado = false;
winning = false;
}
onClipEvent (enterFrame) {
_root.playerx = this._x;
_root.playery = this._y;
this._x = _root.playerx;
this._y = _root.playery;
grav++;
_y = (_y + grav);
while (_root.level.hitTest(_x, _y, true)) {
_y = (_y-1);
grav = 0;
}
if ((Key.isDown(68) && (clavado == false)) && (winning == false)) {
_x = (_x + speed);
_xscale = scale;
if ((_root.level.hitTest(_x, _y + 3, true) && (clavado == false)) && (winning == false)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(4);
}
} else if ((Key.isDown(65) && (clavado == false)) && (winning == false)) {
_x = (_x - speed);
_xscale = (-scale);
if ((_root.level.hitTest(_x, _y + 3, true) && (clavado == false)) && (winning == false)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(4);
}
} else if (((_root.level.hitTest(_x, _y + 3, true) && (!Key.isDown(79))) && (clavado == false)) && (winning == false)) {
this.gotoAndStop(1);
}
if (Key.isDown(83) && (clavado == false)) {
grav = grav * slowfall;
}
if (((((Key.isDown(79) && (!Key.isDown(87))) && (!Key.isDown(65))) && (!Key.isDown(68))) && (clavado == false)) && (winning == false)) {
this.gotoAndStop(4);
}
if (((Key.isDown(87) && (_root.level.hitTest(_x, _y + 3, true))) && (clavado == false)) && (winning == false)) {
grav = -jumpHeight;
_y = (_y - 4);
this.gotoAndStop(4);
}
if (_root.level.hitTest(_x + (_width / 2), _y - (_height / 2), true) || (_root.level.hitTest(_x + (_width / 2), _y - ((_height / 6) * 4), true))) {
_x = (_x - speed);
}
if (_root.level.hitTest(_x - (_width / 2), _y - (_height / 2), true) || (_root.level.hitTest(_x - (_width / 2), _y - ((_height / 6) * 4), true))) {
_x = (_x + speed);
}
if (_root.level.hitTest(_x, _y - _height, true)) {
grav = 2;
}
}
onClipEvent (enterFrame) {
if (winning == true) {
this.gotoAndStop(8);
_root.ganar.play();
}
}
Instance of Symbol 701 MovieClip "contador" in Frame 39 (136 B)
onClipEvent (load) {
_root.contador1 = 0;
}
onClipEvent (enterFrame) {
if (_root.contador1 == 2) {
_root.player.winning = true;
}
}
Instance of Symbol 1057 MovieClip "pumpkin1" in Frame 39 (122 B)
onClipEvent (load) {
gotoAndStop (1);
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.play();
}
}
Instance of Symbol 1058 MovieClip "pumpkin2" in Frame 39 (122 B)
onClipEvent (load) {
gotoAndStop (1);
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.play();
}
}
Instance of Symbol 667 MovieClip in Frame 39 (34 B)
on (press) {
_root.nextFrame();
}
Instance of Symbol 667 MovieClip in Frame 39 (34 B)
on (press) {
_root.prevFrame();
}
Instance of Symbol 682 MovieClip "resetcontrol" in Frame 39 (462 B)
onClipEvent (load) {
reset = false;
_root.player._x = 575;
_root.player._y = 50;
_root.player.clavado = false;
_root.player.gotoAndStop(1);
_root.contador1 = 0;
_root.player.grav = 0;
}
on (press) {
this.gotoAndPlay(2);
reset = true;
_root.player._x = 575;
_root.player._y = 50;
_root.player.grav = 0;
_root.player.clavado = false;
_root.player.gotoAndStop(1);
_root.contador1 = 0;
_root.pumpkin1.gotoAndStop(1);
_root.pumpkin2.gotoAndStop(1);
}
Frame 40 (88 B)
_root.player.winning = false;
_root.menu2.levelcounter = _root.menu2.levelcounter + 1;
Instance of Symbol 701 MovieClip "contador" in Frame 40 (136 B)
onClipEvent (load) {
_root.contador1 = 0;
}
onClipEvent (enterFrame) {
if (_root.contador1 == 3) {
_root.player.winning = true;
}
}
Instance of Symbol 1057 MovieClip "pumpkin4" in Frame 40 (122 B)
onClipEvent (load) {
gotoAndStop (1);
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.play();
}
}
Instance of Symbol 1058 MovieClip "pumpkin5" in Frame 40 (122 B)
onClipEvent (load) {
gotoAndStop (1);
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.play();
}
}
Instance of Symbol 1058 MovieClip "pumpkin3" in Frame 40 (122 B)
onClipEvent (load) {
gotoAndStop (1);
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.play();
}
}
Instance of Symbol 682 MovieClip "resetcontrol" in Frame 40 (494 B)
onClipEvent (load) {
reset = false;
_root.player._x = 415;
_root.player._y = 90;
_root.player.clavado = false;
_root.player.gotoAndStop(1);
_root.contador1 = 0;
_root.player.grav = 0;
}
on (press) {
this.gotoAndPlay(2);
reset = true;
_root.player._x = 415;
_root.player._y = 90;
_root.player.grav = 0;
_root.player.clavado = false;
_root.player.gotoAndStop(1);
_root.contador1 = 0;
_root.pumpkin5.gotoAndStop(1);
_root.pumpkin4.gotoAndStop(1);
_root.pumpkin3.gotoAndStop(1);
}
Frame 41 (88 B)
_root.player.winning = false;
_root.menu2.levelcounter = _root.menu2.levelcounter + 1;
Instance of Symbol 701 MovieClip "contador" in Frame 41 (136 B)
onClipEvent (load) {
_root.contador1 = 0;
}
onClipEvent (enterFrame) {
if (_root.contador1 == 4) {
_root.player.winning = true;
}
}
Instance of Symbol 1057 MovieClip "pumpkin6" in Frame 41 (122 B)
onClipEvent (load) {
gotoAndStop (1);
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.play();
}
}
Instance of Symbol 1058 MovieClip "pumpkin7" in Frame 41 (122 B)
onClipEvent (load) {
gotoAndStop (1);
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.play();
}
}
Instance of Symbol 1058 MovieClip "pumpkin8" in Frame 41 (122 B)
onClipEvent (load) {
gotoAndStop (1);
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.play();
}
}
Instance of Symbol 1058 MovieClip "pumpkin9" in Frame 41 (122 B)
onClipEvent (load) {
gotoAndStop (1);
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.play();
}
}
Instance of Symbol 682 MovieClip "resetcontrol" in Frame 41 (528 B)
onClipEvent (load) {
reset = false;
_root.player._x = 655;
_root.player._y = 170;
_root.player.clavado = false;
_root.player.gotoAndStop(1);
_root.contador1 = 0;
_root.player.grav = 0;
}
on (press) {
this.gotoAndPlay(2);
reset = true;
_root.player._x = 655;
_root.player._y = 170;
_root.player.grav = 0;
_root.player.clavado = false;
_root.player.gotoAndStop(1);
_root.contador1 = 0;
_root.pumpkin6.gotoAndStop(1);
_root.pumpkin7.gotoAndStop(1);
_root.pumpkin8.gotoAndStop(1);
_root.pumpkin9.gotoAndStop(1);
}
Frame 42 (88 B)
_root.player.winning = false;
_root.menu2.levelcounter = _root.menu2.levelcounter + 1;
Instance of Symbol 701 MovieClip "contador" in Frame 42 (136 B)
onClipEvent (load) {
_root.contador1 = 0;
}
onClipEvent (enterFrame) {
if (_root.contador1 == 5) {
_root.player.winning = true;
}
}
Instance of Symbol 1057 MovieClip "pumpkin10" in Frame 42 (122 B)
onClipEvent (load) {
gotoAndStop (1);
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.play();
}
}
Instance of Symbol 1058 MovieClip "pumpkin13" in Frame 42 (122 B)
onClipEvent (load) {
gotoAndStop (1);
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.play();
}
}
Instance of Symbol 1058 MovieClip "pumpkin12" in Frame 42 (122 B)
onClipEvent (load) {
gotoAndStop (1);
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.play();
}
}
Instance of Symbol 1058 MovieClip "pumpkin14" in Frame 42 (122 B)
onClipEvent (load) {
gotoAndStop (1);
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.play();
}
}
Instance of Symbol 1058 MovieClip "pumpkin11" in Frame 42 (122 B)
onClipEvent (load) {
gotoAndStop (1);
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.play();
}
}
Instance of Symbol 682 MovieClip "resetcontrol" in Frame 42 (563 B)
onClipEvent (load) {
reset = false;
_root.player._x = 80;
_root.player._y = 110;
_root.player.clavado = false;
_root.player.gotoAndStop(1);
_root.contador1 = 0;
_root.player.grav = 0;
}
on (press) {
this.gotoAndPlay(2);
reset = true;
_root.player._x = 80;
_root.player._y = 110;
_root.player.grav = 0;
_root.player.clavado = false;
_root.player.gotoAndStop(1);
_root.contador1 = 0;
_root.pumpkin10.gotoAndStop(1);
_root.pumpkin11.gotoAndStop(1);
_root.pumpkin12.gotoAndStop(1);
_root.pumpkin13.gotoAndStop(1);
_root.pumpkin14.gotoAndStop(1);
}
Frame 43 (88 B)
_root.player.winning = false;
_root.menu2.levelcounter = _root.menu2.levelcounter + 1;
Instance of Symbol 701 MovieClip "contador" in Frame 43 (136 B)
onClipEvent (load) {
_root.contador1 = 0;
}
onClipEvent (enterFrame) {
if (_root.contador1 == 4) {
_root.player.winning = true;
}
}
Instance of Symbol 1058 MovieClip "pumpkin15" in Frame 43 (122 B)
onClipEvent (load) {
gotoAndStop (1);
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.play();
}
}
Instance of Symbol 1058 MovieClip "pumpkin16" in Frame 43 (122 B)
onClipEvent (load) {
gotoAndStop (1);
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.play();
}
}
Instance of Symbol 1058 MovieClip "pumpkin18" in Frame 43 (122 B)
onClipEvent (load) {
gotoAndStop (1);
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.play();
}
}
Instance of Symbol 1058 MovieClip "pumpkin17" in Frame 43 (122 B)
onClipEvent (load) {
gotoAndStop (1);
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.play();
}
}
Instance of Symbol 879 MovieClip in Frame 43 (478 B)
onClipEvent (load) {
hitted = false;
speed = 5;
}
onClipEvent (enterFrame) {
if (hitted == false) {
this._x = this._x - speed;
this._xscale = -20;
}
if (hitted == true) {
this._x = this._x + speed;
this._xscale = 20;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hittest3)) {
hitted = true;
}
if (this.hitTest(_root.hittest4)) {
hitted = false;
}
if (this.hitTest(_root.player)) {
_root.player.clavado = true;
_root.player.gotoAndStop(6);
}
}
Instance of Symbol 1078 MovieClip "p5" in Frame 43 (445 B)
onClipEvent (load) {
activado = false;
}
onClipEvent (enterFrame) {
if (_root.resetcontrol.reset == true) {
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (this.tocar.hitTest(_root.player)) {
_root.player.clavado = true;
_root.player.gotoAndStop(5);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
activado = true;
}
}
onClipEvent (enterFrame) {
if (activado == true) {
play();
activado = false;
}
}
Instance of Symbol 1079 MovieClip "p104002" in Frame 43 (445 B)
onClipEvent (load) {
activado = false;
}
onClipEvent (enterFrame) {
if (_root.resetcontrol.reset == true) {
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (this.tocar.hitTest(_root.player)) {
_root.player.clavado = true;
_root.player.gotoAndStop(5);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
activado = true;
}
}
onClipEvent (enterFrame) {
if (activado == true) {
play();
activado = false;
}
}
Instance of Symbol 1080 MovieClip "p10400" in Frame 43 (445 B)
onClipEvent (load) {
activado = false;
}
onClipEvent (enterFrame) {
if (_root.resetcontrol.reset == true) {
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (this.tocar.hitTest(_root.player)) {
_root.player.clavado = true;
_root.player.gotoAndStop(5);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
activado = true;
}
}
onClipEvent (enterFrame) {
if (activado == true) {
play();
activado = false;
}
}
Instance of Symbol 682 MovieClip "resetcontrol" in Frame 43 (532 B)
onClipEvent (load) {
reset = false;
_root.player._x = 200;
_root.player._y = 230;
_root.player.clavado = false;
_root.player.gotoAndStop(1);
_root.contador1 = 0;
_root.player.grav = 0;
}
on (press) {
this.gotoAndPlay(2);
reset = true;
_root.player._x = 200;
_root.player._y = 230;
_root.player.grav = 0;
_root.player.clavado = false;
_root.player.gotoAndStop(1);
_root.contador1 = 0;
_root.pumpkin15.gotoAndStop(1);
_root.pumpkin16.gotoAndStop(1);
_root.pumpkin17.gotoAndStop(1);
_root.pumpkin18.gotoAndStop(1);
}
Frame 44 (88 B)
_root.player.winning = false;
_root.menu2.levelcounter = _root.menu2.levelcounter + 1;
Instance of Symbol 701 MovieClip "contador" in Frame 44 (136 B)
onClipEvent (load) {
_root.contador1 = 0;
}
onClipEvent (enterFrame) {
if (_root.contador1 == 2) {
_root.player.winning = true;
}
}
Instance of Symbol 1058 MovieClip "pumpkin19" in Frame 44 (122 B)
onClipEvent (load) {
gotoAndStop (1);
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.play();
}
}
Instance of Symbol 1058 MovieClip "pumpkin20" in Frame 44 (122 B)
onClipEvent (load) {
gotoAndStop (1);
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.play();
}
}
Instance of Symbol 1084 MovieClip in Frame 44 (478 B)
onClipEvent (load) {
hitted = false;
speed = 3;
}
onClipEvent (enterFrame) {
if (hitted == false) {
this._x = this._x - speed;
this._xscale = -30;
}
if (hitted == true) {
this._x = this._x + speed;
this._xscale = 30;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hittest3)) {
hitted = true;
}
if (this.hitTest(_root.hittest4)) {
hitted = false;
}
if (this.hitTest(_root.player)) {
_root.player.clavado = true;
_root.player.gotoAndStop(6);
}
}
Instance of Symbol 1084 MovieClip in Frame 44 (478 B)
onClipEvent (load) {
hitted = false;
speed = 4;
}
onClipEvent (enterFrame) {
if (hitted == false) {
this._x = this._x - speed;
this._xscale = -30;
}
if (hitted == true) {
this._x = this._x + speed;
this._xscale = 30;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hittest5)) {
hitted = true;
}
if (this.hitTest(_root.hittest6)) {
hitted = false;
}
if (this.hitTest(_root.player)) {
_root.player.clavado = true;
_root.player.gotoAndStop(6);
}
}
Instance of Symbol 682 MovieClip "resetcontrol" in Frame 44 (466 B)
onClipEvent (load) {
reset = false;
_root.player._x = 392;
_root.player._y = 270;
_root.player.clavado = false;
_root.player.gotoAndStop(1);
_root.contador1 = 0;
_root.player.grav = 0;
}
on (press) {
this.gotoAndPlay(2);
reset = true;
_root.player._x = 392;
_root.player._y = 270;
_root.player.grav = 0;
_root.player.clavado = false;
_root.player.gotoAndStop(1);
_root.contador1 = 0;
_root.pumpkin19.gotoAndStop(1);
_root.pumpkin20.gotoAndStop(1);
}
Frame 45 (88 B)
_root.player.winning = false;
_root.menu2.levelcounter = _root.menu2.levelcounter + 1;
Instance of Symbol 701 MovieClip "contador" in Frame 45 (136 B)
onClipEvent (load) {
_root.contador1 = 0;
}
onClipEvent (enterFrame) {
if (_root.contador1 == 3) {
_root.player.winning = true;
}
}
Instance of Symbol 1058 MovieClip "pumpkin3" in Frame 45 (122 B)
onClipEvent (load) {
gotoAndStop (1);
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.play();
}
}
Instance of Symbol 1058 MovieClip "pumpkin1" in Frame 45 (122 B)
onClipEvent (load) {
gotoAndStop (1);
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.play();
}
}
Instance of Symbol 1058 MovieClip "pumpkin2" in Frame 45 (122 B)
onClipEvent (load) {
gotoAndStop (1);
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.play();
}
}
Instance of Symbol 717 MovieClip "cabezasnakegame2" in Frame 45 (426 B)
onClipEvent (enterFrame) {
myRadians = Math.atan2(_root.player._y - this._y, _root.player._x - this._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
this._rotation = myDegrees + 180;
}
onClipEvent (load) {
activado = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
activado = true;
} else {
activado = false;
}
}
onClipEvent (enterFrame) {
if (activado == true) {
this.play();
}
}
Instance of Symbol 717 MovieClip "cabezasnakegame1" in Frame 45 (426 B)
onClipEvent (enterFrame) {
myRadians = Math.atan2(_root.player._y - this._y, _root.player._x - this._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
this._rotation = myDegrees + 180;
}
onClipEvent (load) {
activado = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
activado = true;
} else {
activado = false;
}
}
onClipEvent (enterFrame) {
if (activado == true) {
this.play();
}
}
Instance of Symbol 682 MovieClip "resetcontrol" in Frame 45 (494 B)
onClipEvent (load) {
reset = false;
_root.player._x = 80;
_root.player._y = 110;
_root.player.clavado = false;
_root.player.gotoAndStop(1);
_root.contador1 = 0;
_root.player.grav = 0;
}
on (press) {
this.gotoAndPlay(2);
reset = true;
_root.player._x = 80;
_root.player._y = 110;
_root.player.grav = 0;
_root.player.clavado = false;
_root.player.gotoAndStop(1);
_root.contador1 = 0;
_root.pumpkin1.gotoAndStop(1);
_root.pumpkin2.gotoAndStop(1);
_root.pumpkin3.gotoAndStop(1);
}
Frame 46 (123 B)
_root.player.winning = false;
_root.menu2.levelcounter = _root.menu2.levelcounter + 1;
_root.menu1.wline.gotoAndStop(2);
Instance of Symbol 818 MovieClip in Frame 46 (478 B)
onClipEvent (load) {
hitted = false;
speed = 7;
}
onClipEvent (enterFrame) {
if (hitted == false) {
this._x = this._x - speed;
this._xscale = -30;
}
if (hitted == true) {
this._x = this._x + speed;
this._xscale = 30;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hittest3)) {
hitted = true;
}
if (this.hitTest(_root.hittest4)) {
hitted = false;
}
if (this.hitTest(_root.player)) {
_root.player.clavado = true;
_root.player.gotoAndStop(6);
}
}
Instance of Symbol 818 MovieClip in Frame 46 (478 B)
onClipEvent (load) {
hitted = false;
speed = 7;
}
onClipEvent (enterFrame) {
if (hitted == false) {
this._x = this._x - speed;
this._xscale = -30;
}
if (hitted == true) {
this._x = this._x + speed;
this._xscale = 30;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hittest3)) {
hitted = true;
}
if (this.hitTest(_root.hittest4)) {
hitted = false;
}
if (this.hitTest(_root.player)) {
_root.player.clavado = true;
_root.player.gotoAndStop(6);
}
}
Instance of Symbol 885 MovieClip in Frame 46 (478 B)
onClipEvent (load) {
hitted = false;
speed = 5;
}
onClipEvent (enterFrame) {
if (hitted == false) {
this._x = this._x - speed;
this._xscale = -45;
}
if (hitted == true) {
this._x = this._x + speed;
this._xscale = 45;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hittest5)) {
hitted = true;
}
if (this.hitTest(_root.hittest6)) {
hitted = false;
}
if (this.hitTest(_root.player)) {
_root.player.clavado = true;
_root.player.gotoAndStop(6);
}
}
Instance of Symbol 887 MovieClip "pumpking1" in Frame 46 (122 B)
onClipEvent (load) {
gotoAndStop (1);
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.play();
}
}
Instance of Symbol 889 MovieClip "pumpking2" in Frame 46 (122 B)
onClipEvent (load) {
gotoAndStop (1);
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.play();
}
}
Instance of Symbol 701 MovieClip "contador" in Frame 46 (136 B)
onClipEvent (load) {
_root.contador1 = 0;
}
onClipEvent (enterFrame) {
if (_root.contador1 == 2) {
_root.player.winning = true;
}
}
Instance of Symbol 682 MovieClip "resetcontrol" in Frame 46 (440 B)
onClipEvent (load) {
reset = false;
_root.player._x = 155;
_root.player._y = 66;
_root.player.clavado = false;
_root.player.gotoAndStop(1);
_root.contador1 = 0;
}
on (press) {
this.gotoAndPlay(2);
reset = true;
_root.player._x = 155;
_root.player._y = 66;
_root.player.grav = 0;
_root.player.clavado = false;
_root.player.gotoAndStop(1);
_root.pumpking1.gotoAndStop(1);
_root.pumpking2.gotoAndStop(1);
_root.contador1 = 0;
}
Frame 47 (123 B)
_root.player.winning = false;
_root.menu2.levelcounter = _root.menu2.levelcounter + 1;
_root.menu1.wline.gotoAndStop(1);
Instance of Symbol 717 MovieClip "cabeza2" in Frame 47 (426 B)
onClipEvent (enterFrame) {
myRadians = Math.atan2(_root.player._y - this._y, _root.player._x - this._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
this._rotation = myDegrees + 180;
}
onClipEvent (load) {
activado = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
activado = true;
} else {
activado = false;
}
}
onClipEvent (enterFrame) {
if (activado == true) {
this.play();
}
}
Instance of Symbol 893 MovieClip in Frame 47 (478 B)
onClipEvent (load) {
hitted = false;
speed = 7;
}
onClipEvent (enterFrame) {
if (hitted == false) {
this._x = this._x - speed;
this._xscale = -30;
}
if (hitted == true) {
this._x = this._x + speed;
this._xscale = 30;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hittest3)) {
hitted = true;
}
if (this.hitTest(_root.hittest4)) {
hitted = false;
}
if (this.hitTest(_root.player)) {
_root.player.clavado = true;
_root.player.gotoAndStop(6);
}
}
Instance of Symbol 896 MovieClip in Frame 47 (153 B)
onClipEvent (load) {
gotoAndStop (1);
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player.winning = true;
this.play();
}
}
Instance of Symbol 682 MovieClip "resetcontrol" in Frame 47 (328 B)
onClipEvent (load) {
reset = false;
_root.player._x = 26;
_root.player._y = 90;
_root.player.clavado = false;
_root.player.gotoAndStop(1);
}
on (press) {
this.gotoAndPlay(2);
reset = true;
_root.player._x = 26;
_root.player._y = 90;
_root.player.grav = 0;
_root.player.clavado = false;
_root.player.gotoAndStop(1);
}
Frame 48 (88 B)
_root.player.winning = false;
_root.menu2.levelcounter = _root.menu2.levelcounter + 1;
Instance of Symbol 1095 MovieClip in Frame 48 (478 B)
onClipEvent (load) {
hitted = false;
speed = 5;
}
onClipEvent (enterFrame) {
if (hitted == false) {
this._x = this._x - speed;
this._xscale = -30;
}
if (hitted == true) {
this._x = this._x + speed;
this._xscale = 30;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hittest1)) {
hitted = true;
}
if (this.hitTest(_root.hittest2)) {
hitted = false;
}
if (this.hitTest(_root.player)) {
_root.player.clavado = true;
_root.player.gotoAndStop(6);
}
}
Instance of Symbol 900 MovieClip "pumpking34" in Frame 48 (122 B)
onClipEvent (load) {
gotoAndStop (1);
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.play();
}
}
Instance of Symbol 1096 MovieClip in Frame 48 (478 B)
onClipEvent (load) {
hitted = false;
speed = 4;
}
onClipEvent (enterFrame) {
if (hitted == false) {
this._x = this._x - speed;
this._xscale = -30;
}
if (hitted == true) {
this._x = this._x + speed;
this._xscale = 30;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hittest1)) {
hitted = true;
}
if (this.hitTest(_root.hittest2)) {
hitted = false;
}
if (this.hitTest(_root.player)) {
_root.player.clavado = true;
_root.player.gotoAndStop(6);
}
}
Instance of Symbol 813 MovieClip "pumpking35" in Frame 48 (122 B)
onClipEvent (load) {
gotoAndStop (1);
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.play();
}
}
Instance of Symbol 701 MovieClip "contador" in Frame 48 (136 B)
onClipEvent (load) {
_root.contador1 = 0;
}
onClipEvent (enterFrame) {
if (_root.contador1 == 2) {
_root.player.winning = true;
}
}
Instance of Symbol 682 MovieClip "resetcontrol" in Frame 48 (442 B)
onClipEvent (load) {
reset = false;
_root.contador1 = 0;
_root.player._x = 25;
_root.player._y = 110;
_root.player.clavado = false;
_root.player.gotoAndStop(1);
}
on (press) {
this.gotoAndPlay(2);
reset = true;
_root.player._x = 25;
_root.player._y = 110;
_root.player.grav = 0;
_root.player.clavado = false;
_root.player.gotoAndStop(1);
_root.contador1 = 0;
_root.pumpking34.gotoAndStop(1);
_root.pumpking35.gotoAndStop(1);
}
Frame 49 (88 B)
_root.player.winning = false;
_root.menu2.levelcounter = _root.menu2.levelcounter + 1;
Instance of Symbol 1100 MovieClip in Frame 49 (478 B)
onClipEvent (load) {
hitted = false;
speed = 5;
}
onClipEvent (enterFrame) {
if (hitted == false) {
this._x = this._x - speed;
this._xscale = -30;
}
if (hitted == true) {
this._x = this._x + speed;
this._xscale = 30;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hittest3)) {
hitted = true;
}
if (this.hitTest(_root.hittest4)) {
hitted = false;
}
if (this.hitTest(_root.player)) {
_root.player.clavado = true;
_root.player.gotoAndStop(6);
}
}
Instance of Symbol 900 MovieClip "pumpking37" in Frame 49 (122 B)
onClipEvent (load) {
gotoAndStop (1);
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.play();
}
}
Instance of Symbol 1101 MovieClip in Frame 49 (478 B)
onClipEvent (load) {
hitted = false;
speed = 4;
}
onClipEvent (enterFrame) {
if (hitted == false) {
this._x = this._x - speed;
this._xscale = -30;
}
if (hitted == true) {
this._x = this._x + speed;
this._xscale = 30;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hittest1)) {
hitted = true;
}
if (this.hitTest(_root.hittest2)) {
hitted = false;
}
if (this.hitTest(_root.player)) {
_root.player.clavado = true;
_root.player.gotoAndStop(6);
}
}
Instance of Symbol 813 MovieClip "pumpking36" in Frame 49 (122 B)
onClipEvent (load) {
gotoAndStop (1);
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.play();
}
}
Instance of Symbol 682 MovieClip "resetcontrol" in Frame 49 (442 B)
onClipEvent (load) {
reset = false;
_root.contador1 = 0;
_root.player._x = 560;
_root.player._y = 50;
_root.player.clavado = false;
_root.player.gotoAndStop(1);
}
on (press) {
this.gotoAndPlay(2);
reset = true;
_root.player._x = 560;
_root.player._y = 50;
_root.player.grav = 0;
_root.player.clavado = false;
_root.player.gotoAndStop(1);
_root.contador1 = 0;
_root.pumpking36.gotoAndStop(1);
_root.pumpking37.gotoAndStop(1);
}
Frame 50 (88 B)
_root.player.winning = false;
_root.menu2.levelcounter = _root.menu2.levelcounter + 1;
Instance of Symbol 701 MovieClip "contador" in Frame 50 (136 B)
onClipEvent (load) {
_root.contador1 = 0;
}
onClipEvent (enterFrame) {
if (_root.contador1 == 3) {
_root.player.winning = true;
}
}
Instance of Symbol 887 MovieClip "pumpkinf2" in Frame 50 (122 B)
onClipEvent (load) {
gotoAndStop (1);
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.play();
}
}
Instance of Symbol 889 MovieClip "pumpkinf1" in Frame 50 (122 B)
onClipEvent (load) {
gotoAndStop (1);
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.play();
}
}
Instance of Symbol 717 MovieClip "cabezaz1" in Frame 50 (426 B)
onClipEvent (enterFrame) {
myRadians = Math.atan2(_root.player._y - this._y, _root.player._x - this._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
this._rotation = myDegrees + 180;
}
onClipEvent (load) {
activado = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
activado = true;
} else {
activado = false;
}
}
onClipEvent (enterFrame) {
if (activado == true) {
this.play();
}
}
Instance of Symbol 1106 MovieClip in Frame 50 (478 B)
onClipEvent (load) {
hitted = false;
speed = 7;
}
onClipEvent (enterFrame) {
if (hitted == false) {
this._x = this._x - speed;
this._xscale = -30;
}
if (hitted == true) {
this._x = this._x + speed;
this._xscale = 30;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hittest3)) {
hitted = true;
}
if (this.hitTest(_root.hittest4)) {
hitted = false;
}
if (this.hitTest(_root.player)) {
_root.player.clavado = true;
_root.player.gotoAndStop(6);
}
}
Instance of Symbol 887 MovieClip "pumpkinf3" in Frame 50 (122 B)
onClipEvent (load) {
gotoAndStop (1);
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.play();
}
}
Instance of Symbol 682 MovieClip "resetcontrol" in Frame 50 (449 B)
onClipEvent (load) {
reset = false;
_root.player._x = 90;
_root.player._y = 80;
_root.player.clavado = false;
_root.player.gotoAndStop(1);
}
on (press) {
this.gotoAndPlay(2);
reset = true;
_root.player._x = 90;
_root.player._y = 80;
_root.player.grav = 0;
_root.player.clavado = false;
_root.player.gotoAndStop(1);
_root.contador1 = 0;
_root.pumpkinf1.gotoAndStop(1);
_root.pumpkinf2.gotoAndStop(1);
_root.pumpkinf3.gotoAndStop(1);
}
Frame 51 (88 B)
_root.player.winning = false;
_root.menu2.levelcounter = _root.menu2.levelcounter + 1;
Instance of Symbol 717 MovieClip "cabeza7" in Frame 51 (426 B)
onClipEvent (enterFrame) {
myRadians = Math.atan2(_root.player._y - this._y, _root.player._x - this._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
this._rotation = myDegrees + 180;
}
onClipEvent (load) {
activado = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
activado = true;
} else {
activado = false;
}
}
onClipEvent (enterFrame) {
if (activado == true) {
this.play();
}
}
Instance of Symbol 834 MovieClip "pumpkinsa" in Frame 51 (122 B)
onClipEvent (load) {
gotoAndStop (1);
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.play();
}
}
Instance of Symbol 836 MovieClip "pumpkinsb" in Frame 51 (122 B)
onClipEvent (load) {
gotoAndStop (1);
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.play();
}
}
Instance of Symbol 701 MovieClip "contador" in Frame 51 (136 B)
onClipEvent (load) {
_root.contador1 = 0;
}
onClipEvent (enterFrame) {
if (_root.contador1 == 2) {
_root.player.winning = true;
}
}
Instance of Symbol 1110 MovieClip in Frame 51 (445 B)
onClipEvent (load) {
activado = false;
}
onClipEvent (enterFrame) {
if (_root.resetcontrol.reset == true) {
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (this.tocar.hitTest(_root.player)) {
_root.player.clavado = true;
_root.player.gotoAndStop(5);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
activado = true;
}
}
onClipEvent (enterFrame) {
if (activado == true) {
play();
activado = false;
}
}
Instance of Symbol 1111 MovieClip in Frame 51 (445 B)
onClipEvent (load) {
activado = false;
}
onClipEvent (enterFrame) {
if (_root.resetcontrol.reset == true) {
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (this.tocar.hitTest(_root.player)) {
_root.player.clavado = true;
_root.player.gotoAndStop(5);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
activado = true;
}
}
onClipEvent (enterFrame) {
if (activado == true) {
play();
activado = false;
}
}
Instance of Symbol 1112 MovieClip in Frame 51 (445 B)
onClipEvent (load) {
activado = false;
}
onClipEvent (enterFrame) {
if (_root.resetcontrol.reset == true) {
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (this.tocar.hitTest(_root.player)) {
_root.player.clavado = true;
_root.player.gotoAndStop(5);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
activado = true;
}
}
onClipEvent (enterFrame) {
if (activado == true) {
play();
activado = false;
}
}
Instance of Symbol 1113 MovieClip in Frame 51 (445 B)
onClipEvent (load) {
activado = false;
}
onClipEvent (enterFrame) {
if (_root.resetcontrol.reset == true) {
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (this.tocar.hitTest(_root.player)) {
_root.player.clavado = true;
_root.player.gotoAndStop(5);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
activado = true;
}
}
onClipEvent (enterFrame) {
if (activado == true) {
play();
activado = false;
}
}
Instance of Symbol 1114 MovieClip in Frame 51 (445 B)
onClipEvent (load) {
activado = false;
}
onClipEvent (enterFrame) {
if (_root.resetcontrol.reset == true) {
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (this.tocar.hitTest(_root.player)) {
_root.player.clavado = true;
_root.player.gotoAndStop(5);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
activado = true;
}
}
onClipEvent (enterFrame) {
if (activado == true) {
play();
activado = false;
}
}
Instance of Symbol 1115 MovieClip in Frame 51 (445 B)
onClipEvent (load) {
activado = false;
}
onClipEvent (enterFrame) {
if (_root.resetcontrol.reset == true) {
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (this.tocar.hitTest(_root.player)) {
_root.player.clavado = true;
_root.player.gotoAndStop(5);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
activado = true;
}
}
onClipEvent (enterFrame) {
if (activado == true) {
play();
activado = false;
}
}
Instance of Symbol 682 MovieClip "resetcontrol" in Frame 51 (418 B)
onClipEvent (load) {
reset = false;
_root.player._x = 565;
_root.player._y = 40;
_root.player.clavado = false;
_root.player.gotoAndStop(1);
}
on (press) {
this.gotoAndPlay(2);
reset = true;
_root.player._x = 565;
_root.player._y = 40;
_root.player.grav = 0;
_root.player.clavado = false;
_root.player.gotoAndStop(1);
_root.contador1 = 0;
_root.pumpkinsa.gotoAndStop(1);
_root.pumpkinsb.gotoAndStop(1);
}
Frame 52 (88 B)
_root.player.winning = false;
_root.menu2.levelcounter = _root.menu2.levelcounter + 1;
Instance of Symbol 818 MovieClip in Frame 52 (478 B)
onClipEvent (load) {
hitted = false;
speed = 6;
}
onClipEvent (enterFrame) {
if (hitted == false) {
this._x = this._x - speed;
this._xscale = -30;
}
if (hitted == true) {
this._x = this._x + speed;
this._xscale = 30;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hittest3)) {
hitted = true;
}
if (this.hitTest(_root.hittest4)) {
hitted = false;
}
if (this.hitTest(_root.player)) {
_root.player.clavado = true;
_root.player.gotoAndStop(6);
}
}
Instance of Symbol 818 MovieClip in Frame 52 (478 B)
onClipEvent (load) {
hitted = false;
speed = 6;
}
onClipEvent (enterFrame) {
if (hitted == false) {
this._x = this._x - speed;
this._xscale = -30;
}
if (hitted == true) {
this._x = this._x + speed;
this._xscale = 30;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hittest3)) {
hitted = true;
}
if (this.hitTest(_root.hittest4)) {
hitted = false;
}
if (this.hitTest(_root.player)) {
_root.player.clavado = true;
_root.player.gotoAndStop(6);
}
}
Instance of Symbol 818 MovieClip in Frame 52 (478 B)
onClipEvent (load) {
hitted = false;
speed = 8;
}
onClipEvent (enterFrame) {
if (hitted == false) {
this._x = this._x - speed;
this._xscale = -30;
}
if (hitted == true) {
this._x = this._x + speed;
this._xscale = 30;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hittest3)) {
hitted = true;
}
if (this.hitTest(_root.hittest4)) {
hitted = false;
}
if (this.hitTest(_root.player)) {
_root.player.clavado = true;
_root.player.gotoAndStop(6);
}
}
Instance of Symbol 717 MovieClip "cabezaa132" in Frame 52 (426 B)
onClipEvent (enterFrame) {
myRadians = Math.atan2(_root.player._y - this._y, _root.player._x - this._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
this._rotation = myDegrees + 180;
}
onClipEvent (load) {
activado = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
activado = true;
} else {
activado = false;
}
}
onClipEvent (enterFrame) {
if (activado == true) {
this.play();
}
}
Instance of Symbol 831 MovieClip in Frame 52 (153 B)
onClipEvent (load) {
gotoAndStop (1);
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player.winning = true;
this.play();
}
}
Instance of Symbol 682 MovieClip "resetcontrol" in Frame 52 (354 B)
onClipEvent (load) {
reset = false;
_root.player._x = 684;
_root.player._y = 142;
_root.player.clavado = false;
_root.player.gotoAndStop(1);
}
on (press) {
this.gotoAndPlay(2);
reset = true;
_root.player._x = 684;
_root.player._y = 142;
_root.player.grav = 0;
_root.player.clavado = false;
_root.player.gotoAndStop(1);
_root.contador1 = 0;
}
Frame 53 (88 B)
_root.player.winning = false;
_root.menu2.levelcounter = _root.menu2.levelcounter + 1;
Instance of Symbol 889 MovieClip "pumpkinh1" in Frame 53 (122 B)
onClipEvent (load) {
gotoAndStop (1);
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.play();
}
}
Instance of Symbol 1120 MovieClip in Frame 53 (478 B)
onClipEvent (load) {
hitted = false;
speed = 6;
}
onClipEvent (enterFrame) {
if (hitted == false) {
this._x = this._x - speed;
this._xscale = -30;
}
if (hitted == true) {
this._x = this._x + speed;
this._xscale = 30;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hittest3)) {
hitted = true;
}
if (this.hitTest(_root.hittest4)) {
hitted = false;
}
if (this.hitTest(_root.player)) {
_root.player.clavado = true;
_root.player.gotoAndStop(6);
}
}
Instance of Symbol 1121 MovieClip in Frame 53 (478 B)
onClipEvent (load) {
hitted = false;
speed = 6;
}
onClipEvent (enterFrame) {
if (hitted == false) {
this._x = this._x - speed;
this._xscale = -30;
}
if (hitted == true) {
this._x = this._x + speed;
this._xscale = 30;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hittest3)) {
hitted = true;
}
if (this.hitTest(_root.hittest4)) {
hitted = false;
}
if (this.hitTest(_root.player)) {
_root.player.clavado = true;
_root.player.gotoAndStop(6);
}
}
Instance of Symbol 1122 MovieClip in Frame 53 (478 B)
onClipEvent (load) {
hitted = false;
speed = 8;
}
onClipEvent (enterFrame) {
if (hitted == false) {
this._x = this._x - speed;
this._xscale = -30;
}
if (hitted == true) {
this._x = this._x + speed;
this._xscale = 30;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hittest3)) {
hitted = true;
}
if (this.hitTest(_root.hittest4)) {
hitted = false;
}
if (this.hitTest(_root.player)) {
_root.player.clavado = true;
_root.player.gotoAndStop(6);
}
}
Instance of Symbol 717 MovieClip "cabezaa1134112" in Frame 53 (426 B)
onClipEvent (enterFrame) {
myRadians = Math.atan2(_root.player._y - this._y, _root.player._x - this._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
this._rotation = myDegrees + 180;
}
onClipEvent (load) {
activado = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
activado = true;
} else {
activado = false;
}
}
onClipEvent (enterFrame) {
if (activado == true) {
this.play();
}
}
Instance of Symbol 717 MovieClip "cabezdron2" in Frame 53 (426 B)
onClipEvent (enterFrame) {
myRadians = Math.atan2(_root.player._y - this._y, _root.player._x - this._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
this._rotation = myDegrees + 180;
}
onClipEvent (load) {
activado = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
activado = true;
} else {
activado = false;
}
}
onClipEvent (enterFrame) {
if (activado == true) {
this.play();
}
}
Instance of Symbol 701 MovieClip "contador" in Frame 53 (136 B)
onClipEvent (load) {
_root.contador1 = 0;
}
onClipEvent (enterFrame) {
if (_root.contador1 == 2) {
_root.player.winning = true;
}
}
Instance of Symbol 887 MovieClip "pumpkinh2" in Frame 53 (122 B)
onClipEvent (load) {
gotoAndStop (1);
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.play();
}
}
Instance of Symbol 682 MovieClip "resetcontrol" in Frame 53 (418 B)
onClipEvent (load) {
reset = false;
_root.player._x = 20;
_root.player._y = 160;
_root.player.clavado = false;
_root.player.gotoAndStop(1);
}
on (press) {
this.gotoAndPlay(2);
reset = true;
_root.player._x = 20;
_root.player._y = 160;
_root.player.grav = 0;
_root.player.clavado = false;
_root.player.gotoAndStop(1);
_root.contador1 = 0;
_root.pumpkinh1.gotoAndStop(1);
_root.pumpkinh2.gotoAndStop(1);
}
Frame 54 (88 B)
_root.player.winning = false;
_root.menu2.levelcounter = _root.menu2.levelcounter + 1;
Instance of Symbol 1126 MovieClip in Frame 54 (478 B)
onClipEvent (load) {
hitted = false;
speed = 6;
}
onClipEvent (enterFrame) {
if (hitted == false) {
this._x = this._x - speed;
this._xscale = -30;
}
if (hitted == true) {
this._x = this._x + speed;
this._xscale = 30;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hittest3)) {
hitted = true;
}
if (this.hitTest(_root.hittest4)) {
hitted = false;
}
if (this.hitTest(_root.player)) {
_root.player.clavado = true;
_root.player.gotoAndStop(6);
}
}
Instance of Symbol 1127 MovieClip in Frame 54 (478 B)
onClipEvent (load) {
hitted = false;
speed = 8;
}
onClipEvent (enterFrame) {
if (hitted == false) {
this._x = this._x - speed;
this._xscale = -30;
}
if (hitted == true) {
this._x = this._x + speed;
this._xscale = 30;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hittest3)) {
hitted = true;
}
if (this.hitTest(_root.hittest4)) {
hitted = false;
}
if (this.hitTest(_root.player)) {
_root.player.clavado = true;
_root.player.gotoAndStop(6);
}
}
Instance of Symbol 717 MovieClip "cabezaa13210" in Frame 54 (426 B)
onClipEvent (enterFrame) {
myRadians = Math.atan2(_root.player._y - this._y, _root.player._x - this._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
this._rotation = myDegrees + 180;
}
onClipEvent (load) {
activado = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
activado = true;
} else {
activado = false;
}
}
onClipEvent (enterFrame) {
if (activado == true) {
this.play();
}
}
Instance of Symbol 717 MovieClip "cabezav40" in Frame 54 (426 B)
onClipEvent (enterFrame) {
myRadians = Math.atan2(_root.player._y - this._y, _root.player._x - this._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
this._rotation = myDegrees + 180;
}
onClipEvent (load) {
activado = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
activado = true;
} else {
activado = false;
}
}
onClipEvent (enterFrame) {
if (activado == true) {
this.play();
}
}
Instance of Symbol 701 MovieClip "contador" in Frame 54 (136 B)
onClipEvent (load) {
_root.contador1 = 0;
}
onClipEvent (enterFrame) {
if (_root.contador1 == 4) {
_root.player.winning = true;
}
}
Instance of Symbol 887 MovieClip "pumpkinj4" in Frame 54 (122 B)
onClipEvent (load) {
gotoAndStop (1);
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.play();
}
}
Instance of Symbol 887 MovieClip "pumpkinj3" in Frame 54 (122 B)
onClipEvent (load) {
gotoAndStop (1);
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.play();
}
}
Instance of Symbol 887 MovieClip "pumpkinj1" in Frame 54 (122 B)
onClipEvent (load) {
gotoAndStop (1);
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.play();
}
}
Instance of Symbol 887 MovieClip "pumpkinj2" in Frame 54 (122 B)
onClipEvent (load) {
gotoAndStop (1);
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.play();
}
}
Instance of Symbol 682 MovieClip "resetcontrol" in Frame 54 (484 B)
onClipEvent (load) {
reset = false;
_root.player._x = 568;
_root.player._y = 72;
_root.player.clavado = false;
_root.player.gotoAndStop(1);
}
on (press) {
this.gotoAndPlay(2);
reset = true;
_root.player._x = 568;
_root.player._y = 72;
_root.player.grav = 0;
_root.player.clavado = false;
_root.player.gotoAndStop(1);
_root.contador1 = 0;
_root.pumpkinj1.gotoAndStop(1);
_root.pumpkinj2.gotoAndStop(1);
_root.pumpkinj3.gotoAndStop(1);
_root.pumpkinj4.gotoAndStop(1);
}
Frame 55 (88 B)
_root.player.winning = false;
_root.menu2.levelcounter = _root.menu2.levelcounter + 1;
Instance of Symbol 717 MovieClip "cabeza7" in Frame 55 (426 B)
onClipEvent (enterFrame) {
myRadians = Math.atan2(_root.player._y - this._y, _root.player._x - this._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
this._rotation = myDegrees + 180;
}
onClipEvent (load) {
activado = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
activado = true;
} else {
activado = false;
}
}
onClipEvent (enterFrame) {
if (activado == true) {
this.play();
}
}
Instance of Symbol 836 MovieClip "pumpkinc1" in Frame 55 (122 B)
onClipEvent (load) {
gotoAndStop (1);
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.play();
}
}
Instance of Symbol 701 MovieClip "contador" in Frame 55 (136 B)
onClipEvent (load) {
_root.contador1 = 0;
}
onClipEvent (enterFrame) {
if (_root.contador1 == 3) {
_root.player.winning = true;
}
}
Instance of Symbol 834 MovieClip "pumpkinc3" in Frame 55 (122 B)
onClipEvent (load) {
gotoAndStop (1);
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.play();
}
}
Instance of Symbol 1132 MovieClip in Frame 55 (478 B)
onClipEvent (load) {
hitted = false;
speed = 7;
}
onClipEvent (enterFrame) {
if (hitted == false) {
this._x = this._x - speed;
this._xscale = -30;
}
if (hitted == true) {
this._x = this._x + speed;
this._xscale = 30;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hittest3)) {
hitted = true;
}
if (this.hitTest(_root.hittest4)) {
hitted = false;
}
if (this.hitTest(_root.player)) {
_root.player.clavado = true;
_root.player.gotoAndStop(6);
}
}
Instance of Symbol 834 MovieClip "pumpkinc2" in Frame 55 (122 B)
onClipEvent (load) {
gotoAndStop (1);
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.play();
}
}
Instance of Symbol 1133 MovieClip in Frame 55 (897 B)
onClipEvent (enterFrame) {
if (_root.resetcontrol.reset == true) {
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (this.bloodhitter.hitTest(_root._xmouse, _root._ymouse, true) && (_root.level.linecreator.mousedown == true)) {
_root.level.linecreator.squashed = true;
this.gotoAndStop(2);
}
if (this.bloodhitter2.hitTest(_root._xmouse, _root._ymouse, true) && (_root.level.linecreator.mousedown == true)) {
_root.level.linecreator.squashed = true;
this.gotoAndStop(3);
}
if (this.bloodhitter3.hitTest(_root._xmouse, _root._ymouse, true) && (_root.level.linecreator.mousedown == true)) {
_root.level.linecreator.squashed = true;
this.gotoAndStop(4);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player._x, _root.player._y, true) && (this._currentframe == 1)) {
_root.player.clavado = true;
_root.player.gotoAndStop(7);
}
}
Instance of Symbol 682 MovieClip "resetcontrol" in Frame 55 (451 B)
onClipEvent (load) {
reset = false;
_root.player._x = 25;
_root.player._y = 100;
_root.player.clavado = false;
_root.player.gotoAndStop(1);
}
on (press) {
this.gotoAndPlay(2);
reset = true;
_root.player._x = 25;
_root.player._y = 100;
_root.player.grav = 0;
_root.player.clavado = false;
_root.player.gotoAndStop(1);
_root.contador1 = 0;
_root.pumpkinc1.gotoAndStop(1);
_root.pumpkinc2.gotoAndStop(1);
_root.pumpkinc3.gotoAndStop(1);
}
Frame 56 (88 B)
_root.player.winning = false;
_root.menu2.levelcounter = _root.menu2.levelcounter + 1;
Instance of Symbol 932 MovieClip "pumpkinz2" in Frame 56 (122 B)
onClipEvent (load) {
gotoAndStop (1);
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.play();
}
}
Instance of Symbol 933 MovieClip in Frame 56 (478 B)
onClipEvent (load) {
hitted = false;
speed = 7;
}
onClipEvent (enterFrame) {
if (hitted == false) {
this._x = this._x - speed;
this._xscale = -30;
}
if (hitted == true) {
this._x = this._x + speed;
this._xscale = 30;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hittest3)) {
hitted = true;
}
if (this.hitTest(_root.hittest4)) {
hitted = false;
}
if (this.hitTest(_root.player)) {
_root.player.clavado = true;
_root.player.gotoAndStop(6);
}
}
Instance of Symbol 934 MovieClip in Frame 56 (478 B)
onClipEvent (load) {
hitted = false;
speed = 8;
}
onClipEvent (enterFrame) {
if (hitted == false) {
this._x = this._x - speed;
this._xscale = -30;
}
if (hitted == true) {
this._x = this._x + speed;
this._xscale = 30;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hittest3)) {
hitted = true;
}
if (this.hitTest(_root.hittest4)) {
hitted = false;
}
if (this.hitTest(_root.player)) {
_root.player.clavado = true;
_root.player.gotoAndStop(6);
}
}
Instance of Symbol 701 MovieClip "contador" in Frame 56 (136 B)
onClipEvent (load) {
_root.contador1 = 0;
}
onClipEvent (enterFrame) {
if (_root.contador1 == 3) {
_root.player.winning = true;
}
}
Instance of Symbol 932 MovieClip "pumpkinz3" in Frame 56 (122 B)
onClipEvent (load) {
gotoAndStop (1);
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.play();
}
}
Instance of Symbol 937 MovieClip "pumpkinz1" in Frame 56 (122 B)
onClipEvent (load) {
gotoAndStop (1);
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.play();
}
}
Instance of Symbol 1137 MovieClip "p2" in Frame 56 (445 B)
onClipEvent (load) {
activado = false;
}
onClipEvent (enterFrame) {
if (_root.resetcontrol.reset == true) {
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (this.tocar.hitTest(_root.player)) {
_root.player.clavado = true;
_root.player.gotoAndStop(5);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
activado = true;
}
}
onClipEvent (enterFrame) {
if (activado == true) {
play();
activado = false;
}
}
Instance of Symbol 1138 MovieClip "24141555" in Frame 56 (445 B)
onClipEvent (load) {
activado = false;
}
onClipEvent (enterFrame) {
if (_root.resetcontrol.reset == true) {
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (this.tocar.hitTest(_root.player)) {
_root.player.clavado = true;
_root.player.gotoAndStop(5);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
activado = true;
}
}
onClipEvent (enterFrame) {
if (activado == true) {
play();
activado = false;
}
}
Instance of Symbol 1139 MovieClip "p4" in Frame 56 (445 B)
onClipEvent (load) {
activado = false;
}
onClipEvent (enterFrame) {
if (_root.resetcontrol.reset == true) {
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (this.tocar.hitTest(_root.player)) {
_root.player.clavado = true;
_root.player.gotoAndStop(5);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
activado = true;
}
}
onClipEvent (enterFrame) {
if (activado == true) {
play();
activado = false;
}
}
Instance of Symbol 1140 MovieClip "p3" in Frame 56 (445 B)
onClipEvent (load) {
activado = false;
}
onClipEvent (enterFrame) {
if (_root.resetcontrol.reset == true) {
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (this.tocar.hitTest(_root.player)) {
_root.player.clavado = true;
_root.player.gotoAndStop(5);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
activado = true;
}
}
onClipEvent (enterFrame) {
if (activado == true) {
play();
activado = false;
}
}
Instance of Symbol 1141 MovieClip "p6" in Frame 56 (445 B)
onClipEvent (load) {
activado = false;
}
onClipEvent (enterFrame) {
if (_root.resetcontrol.reset == true) {
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (this.tocar.hitTest(_root.player)) {
_root.player.clavado = true;
_root.player.gotoAndStop(5);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
activado = true;
}
}
onClipEvent (enterFrame) {
if (activado == true) {
play();
activado = false;
}
}
Instance of Symbol 1142 MovieClip "p5" in Frame 56 (445 B)
onClipEvent (load) {
activado = false;
}
onClipEvent (enterFrame) {
if (_root.resetcontrol.reset == true) {
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (this.tocar.hitTest(_root.player)) {
_root.player.clavado = true;
_root.player.gotoAndStop(5);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
activado = true;
}
}
onClipEvent (enterFrame) {
if (activado == true) {
play();
activado = false;
}
}
Instance of Symbol 944 MovieClip in Frame 56 (478 B)
onClipEvent (load) {
hitted = false;
speed = 8;
}
onClipEvent (enterFrame) {
if (hitted == false) {
this._x = this._x - speed;
this._xscale = -30;
}
if (hitted == true) {
this._x = this._x + speed;
this._xscale = 30;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hittest3)) {
hitted = true;
}
if (this.hitTest(_root.hittest4)) {
hitted = false;
}
if (this.hitTest(_root.player)) {
_root.player.clavado = true;
_root.player.gotoAndStop(6);
}
}
Instance of Symbol 717 MovieClip "cabezano1002" in Frame 56 (426 B)
onClipEvent (enterFrame) {
myRadians = Math.atan2(_root.player._y - this._y, _root.player._x - this._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
this._rotation = myDegrees + 180;
}
onClipEvent (load) {
activado = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
activado = true;
} else {
activado = false;
}
}
onClipEvent (enterFrame) {
if (activado == true) {
this.play();
}
}
Instance of Symbol 682 MovieClip "resetcontrol" in Frame 56 (451 B)
onClipEvent (load) {
reset = false;
_root.player._x = 590;
_root.player._y = 60;
_root.player.clavado = false;
_root.player.gotoAndStop(1);
}
on (press) {
this.gotoAndPlay(2);
reset = true;
_root.player._x = 590;
_root.player._y = 60;
_root.player.grav = 0;
_root.player.clavado = false;
_root.player.gotoAndStop(1);
_root.contador1 = 0;
_root.pumpkinz1.gotoAndStop(1);
_root.pumpkinz2.gotoAndStop(1);
_root.pumpkinz3.gotoAndStop(1);
}
Frame 57 (123 B)
_root.player.winning = false;
_root.menu2.levelcounter = _root.menu2.levelcounter + 1;
_root.menu1.wline.gotoAndStop(2);
Instance of Symbol 1145 MovieClip "asaf123" in Frame 57 (445 B)
onClipEvent (load) {
activado = false;
}
onClipEvent (enterFrame) {
if (_root.resetcontrol.reset == true) {
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (this.tocar.hitTest(_root.player)) {
_root.player.clavado = true;
_root.player.gotoAndStop(5);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
activado = true;
}
}
onClipEvent (enterFrame) {
if (activado == true) {
play();
activado = false;
}
}
Instance of Symbol 1146 MovieClip "asdf12341" in Frame 57 (445 B)
onClipEvent (load) {
activado = false;
}
onClipEvent (enterFrame) {
if (_root.resetcontrol.reset == true) {
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (this.tocar.hitTest(_root.player)) {
_root.player.clavado = true;
_root.player.gotoAndStop(5);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
activado = true;
}
}
onClipEvent (enterFrame) {
if (activado == true) {
play();
activado = false;
}
}
Instance of Symbol 1147 MovieClip "asdfa1" in Frame 57 (445 B)
onClipEvent (load) {
activado = false;
}
onClipEvent (enterFrame) {
if (_root.resetcontrol.reset == true) {
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (this.tocar.hitTest(_root.player)) {
_root.player.clavado = true;
_root.player.gotoAndStop(5);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
activado = true;
}
}
onClipEvent (enterFrame) {
if (activado == true) {
play();
activado = false;
}
}
Instance of Symbol 1148 MovieClip "asdfa12" in Frame 57 (445 B)
onClipEvent (load) {
activado = false;
}
onClipEvent (enterFrame) {
if (_root.resetcontrol.reset == true) {
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (this.tocar.hitTest(_root.player)) {
_root.player.clavado = true;
_root.player.gotoAndStop(5);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
activado = true;
}
}
onClipEvent (enterFrame) {
if (activado == true) {
play();
activado = false;
}
}
Instance of Symbol 1149 MovieClip "afas1" in Frame 57 (445 B)
onClipEvent (load) {
activado = false;
}
onClipEvent (enterFrame) {
if (_root.resetcontrol.reset == true) {
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (this.tocar.hitTest(_root.player)) {
_root.player.clavado = true;
_root.player.gotoAndStop(5);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
activado = true;
}
}
onClipEvent (enterFrame) {
if (activado == true) {
play();
activado = false;
}
}
Instance of Symbol 1150 MovieClip "afafa1" in Frame 57 (445 B)
onClipEvent (load) {
activado = false;
}
onClipEvent (enterFrame) {
if (_root.resetcontrol.reset == true) {
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (this.tocar.hitTest(_root.player)) {
_root.player.clavado = true;
_root.player.gotoAndStop(5);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
activado = true;
}
}
onClipEvent (enterFrame) {
if (activado == true) {
play();
activado = false;
}
}
Instance of Symbol 947 MovieClip in Frame 57 (478 B)
onClipEvent (load) {
hitted = false;
speed = 7;
}
onClipEvent (enterFrame) {
if (hitted == false) {
this._x = this._x - speed;
this._xscale = -30;
}
if (hitted == true) {
this._x = this._x + speed;
this._xscale = 30;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hittest3)) {
hitted = true;
}
if (this.hitTest(_root.hittest4)) {
hitted = false;
}
if (this.hitTest(_root.player)) {
_root.player.clavado = true;
_root.player.gotoAndStop(6);
}
}
Instance of Symbol 949 MovieClip "pumpkinñ3" in Frame 57 (122 B)
onClipEvent (load) {
gotoAndStop (1);
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.play();
}
}
Instance of Symbol 951 MovieClip "pumpkinñ2" in Frame 57 (122 B)
onClipEvent (load) {
gotoAndStop (1);
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.play();
}
}
Instance of Symbol 953 MovieClip in Frame 57 (478 B)
onClipEvent (load) {
hitted = false;
speed = 3;
}
onClipEvent (enterFrame) {
if (hitted == false) {
this._x = this._x - speed;
this._xscale = -30;
}
if (hitted == true) {
this._x = this._x + speed;
this._xscale = 30;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hittest3)) {
hitted = true;
}
if (this.hitTest(_root.hittest4)) {
hitted = false;
}
if (this.hitTest(_root.player)) {
_root.player.clavado = true;
_root.player.gotoAndStop(6);
}
}
Instance of Symbol 949 MovieClip "pumpkinñ1" in Frame 57 (122 B)
onClipEvent (load) {
gotoAndStop (1);
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.play();
}
}
Instance of Symbol 717 MovieClip "cabezaasd1" in Frame 57 (426 B)
onClipEvent (enterFrame) {
myRadians = Math.atan2(_root.player._y - this._y, _root.player._x - this._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
this._rotation = myDegrees + 180;
}
onClipEvent (load) {
activado = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
activado = true;
} else {
activado = false;
}
}
onClipEvent (enterFrame) {
if (activado == true) {
this.play();
}
}
Instance of Symbol 682 MovieClip "resetcontrol" in Frame 57 (497 B)
onClipEvent (load) {
reset = false;
_root.contador1 = 0;
_root.player._x = 100;
_root.player._y = 60;
_root.player.clavado = false;
_root.player.gotoAndStop(1);
}
on (press) {
this.gotoAndPlay(2);
reset = true;
_root.player._x = 100;
_root.player._y = 60;
_root.player.grav = 0;
_root.player.clavado = false;
_root.player.gotoAndStop(1);
_root.contador1 = 0;
_root["pumpkin\u00F11"].gotoAndStop(1);
_root["pumpkin\u00F12"].gotoAndStop(1);
_root["pumpkin\u00F13"].gotoAndStop(1);
}
Frame 58 (123 B)
_root.player.winning = false;
_root.menu2.levelcounter = _root.menu2.levelcounter + 1;
_root.menu1.wline.gotoAndStop(2);
Instance of Symbol 1154 MovieClip in Frame 58 (478 B)
onClipEvent (load) {
hitted = false;
speed = 7;
}
onClipEvent (enterFrame) {
if (hitted == false) {
this._x = this._x - speed;
this._xscale = -30;
}
if (hitted == true) {
this._x = this._x + speed;
this._xscale = 30;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hittest3)) {
hitted = true;
}
if (this.hitTest(_root.hittest4)) {
hitted = false;
}
if (this.hitTest(_root.player)) {
_root.player.clavado = true;
_root.player.gotoAndStop(6);
}
}
Instance of Symbol 1155 MovieClip in Frame 58 (478 B)
onClipEvent (load) {
hitted = false;
speed = 7;
}
onClipEvent (enterFrame) {
if (hitted == false) {
this._x = this._x - speed;
this._xscale = -30;
}
if (hitted == true) {
this._x = this._x + speed;
this._xscale = 30;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hittest3)) {
hitted = true;
}
if (this.hitTest(_root.hittest4)) {
hitted = false;
}
if (this.hitTest(_root.player)) {
_root.player.clavado = true;
_root.player.gotoAndStop(6);
}
}
Instance of Symbol 1156 MovieClip in Frame 58 (478 B)
onClipEvent (load) {
hitted = false;
speed = 5;
}
onClipEvent (enterFrame) {
if (hitted == false) {
this._x = this._x - speed;
this._xscale = -45;
}
if (hitted == true) {
this._x = this._x + speed;
this._xscale = 45;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hittest5)) {
hitted = true;
}
if (this.hitTest(_root.hittest6)) {
hitted = false;
}
if (this.hitTest(_root.player)) {
_root.player.clavado = true;
_root.player.gotoAndStop(6);
}
}
Instance of Symbol 887 MovieClip "pumpkint1" in Frame 58 (122 B)
onClipEvent (load) {
gotoAndStop (1);
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.play();
}
}
Instance of Symbol 889 MovieClip "pumpkint2" in Frame 58 (122 B)
onClipEvent (load) {
gotoAndStop (1);
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.play();
}
}
Instance of Symbol 717 MovieClip "cabezaa13210" in Frame 58 (426 B)
onClipEvent (enterFrame) {
myRadians = Math.atan2(_root.player._y - this._y, _root.player._x - this._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
this._rotation = myDegrees + 180;
}
onClipEvent (load) {
activado = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
activado = true;
} else {
activado = false;
}
}
onClipEvent (enterFrame) {
if (activado == true) {
this.play();
}
}
Instance of Symbol 887 MovieClip "pumpkint3" in Frame 58 (122 B)
onClipEvent (load) {
gotoAndStop (1);
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this.play();
}
}
Instance of Symbol 682 MovieClip "resetcontrol" in Frame 58 (473 B)
onClipEvent (load) {
reset = false;
_root.contador1 = 0;
_root.player._x = 155;
_root.player._y = 66;
_root.player.clavado = false;
_root.player.gotoAndStop(1);
}
on (press) {
this.gotoAndPlay(2);
reset = true;
_root.player._x = 155;
_root.player._y = 66;
_root.player.grav = 0;
_root.player.clavado = false;
_root.player.gotoAndStop(1);
_root.contador1 = 0;
_root.pumpkint1.gotoAndStop(1);
_root.pumpkint2.gotoAndStop(1);
_root.pumpkint3.gotoAndStop(1);
}
Frame 59 (19 B)
_root.stopped = 1;
Frame 60 (230 B)
stop();
_root.stopped = 0;
_root.time = 0;
i = 0;
onEnterFrame = function () {
i++;
if ((i > 30) && (_root.stopped != 1)) {
_root.time++;
i = 0;
}
if (_root.time == 10) {
_root.nextFrame();
}
};
Instance of Symbol 661 MovieClip "player" in Frame 60 (2.11 KiB) ●
onClipEvent (load) {
grav = 0;
speed = 6;
jumpHeight = 12;
scale = _xscale;
slowfall = 0.8;
clavado = false;
winning = false;
}
onClipEvent (enterFrame) {
_root.playerx = this._x;
_root.playery = this._y;
this._x = _root.playerx;
this._y = _root.playery;
grav++;
_y = (_y + grav);
while (_root.level.hitTest(_x, _y, true)) {
_y = (_y-1);
grav = 0;
}
if ((Key.isDown(68) && (clavado == false)) && (winning == false)) {
_x = (_x + speed);
_xscale = scale;
if ((_root.level.hitTest(_x, _y + 3, true) && (clavado == false)) && (winning == false)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(4);
}
} else if ((Key.isDown(65) && (clavado == false)) && (winning == false)) {
_x = (_x - speed);
_xscale = (-scale);
if ((_root.level.hitTest(_x, _y + 3, true) && (clavado == false)) && (winning == false)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(4);
}
} else if (((_root.level.hitTest(_x, _y + 3, true) && (!Key.isDown(79))) && (clavado == false)) && (winning == false)) {
this.gotoAndStop(1);
}
if (Key.isDown(83) && (clavado == false)) {
grav = grav * slowfall;
}
if (((((Key.isDown(79) && (!Key.isDown(87))) && (!Key.isDown(65))) && (!Key.isDown(68))) && (clavado == false)) && (winning == false)) {
this.gotoAndStop(4);
}
if (((Key.isDown(87) && (_root.level.hitTest(_x, _y + 3, true))) && (clavado == false)) && (winning == false)) {
grav = -jumpHeight;
_y = (_y - 4);
this.gotoAndStop(4);
}
if (_root.level.hitTest(_x + (_width / 2), _y - (_height / 2), true) || (_root.level.hitTest(_x + (_width / 2), _y - ((_height / 6) * 4), true))) {
_x = (_x - speed);
}
if (_root.level.hitTest(_x - (_width / 2), _y - (_height / 2), true) || (_root.level.hitTest(_x - (_width / 2), _y - ((_height / 6) * 4), true))) {
_x = (_x + speed);
}
if (_root.level.hitTest(_x, _y - _height, true)) {
grav = 2;
}
}
onClipEvent (enterFrame) {
if (winning == true) {
this.gotoAndStop(8);
_root.ganar.play();
}
}
Instance of Symbol 818 MovieClip "serpminigame1" in Frame 60 (499 B)
onClipEvent (load) {
hitted = false;
speed = 7;
}
onClipEvent (enterFrame) {
if (hitted == false) {
this._x = this._x - speed;
this._xscale = -30;
}
if (hitted == true) {
this._x = this._x + speed;
this._xscale = 30;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hittest1)) {
hitted = true;
}
if (this.hitTest(_root.hittest2)) {
hitted = false;
}
if (this.hitTest(_root.player)) {
_root.player.clavado = true;
_root.player.gotoAndStop(6);
_root.die1.play();
}
}
Frame 61 (193 B)
stop();
i = 0;
onEnterFrame = function () {
i++;
if ((i > 30) && (_root.stopped != 1)) {
_root.time++;
i = 0;
}
if (_root.time == 20) {
_root.nextFrame();
}
};
Instance of Symbol 818 MovieClip "serpminigame2" in Frame 61 (499 B)
onClipEvent (load) {
hitted = false;
speed = 7;
}
onClipEvent (enterFrame) {
if (hitted == false) {
this._x = this._x - speed;
this._xscale = -30;
}
if (hitted == true) {
this._x = this._x + speed;
this._xscale = 30;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hittest1)) {
hitted = true;
}
if (this.hitTest(_root.hittest2)) {
hitted = false;
}
if (this.hitTest(_root.player)) {
_root.player.clavado = true;
_root.player.gotoAndStop(6);
_root.die1.play();
}
}
Frame 62 (193 B)
stop();
i = 0;
onEnterFrame = function () {
i++;
if ((i > 30) && (_root.stopped != 1)) {
_root.time++;
i = 0;
}
if (_root.time == 30) {
_root.nextFrame();
}
};
Instance of Symbol 818 MovieClip "serpminigame3" in Frame 62 (499 B)
onClipEvent (load) {
hitted = false;
speed = 7;
}
onClipEvent (enterFrame) {
if (hitted == false) {
this._x = this._x - speed;
this._xscale = -30;
}
if (hitted == true) {
this._x = this._x + speed;
this._xscale = 30;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hittest1)) {
hitted = true;
}
if (this.hitTest(_root.hittest2)) {
hitted = false;
}
if (this.hitTest(_root.player)) {
_root.player.clavado = true;
_root.player.gotoAndStop(6);
_root.die1.play();
}
}
Frame 63 (193 B)
stop();
i = 0;
onEnterFrame = function () {
i++;
if ((i > 30) && (_root.stopped != 1)) {
_root.time++;
i = 0;
}
if (_root.time == 40) {
_root.nextFrame();
}
};
Instance of Symbol 818 MovieClip "serpminigame4" in Frame 63 (499 B)
onClipEvent (load) {
hitted = false;
speed = 7;
}
onClipEvent (enterFrame) {
if (hitted == false) {
this._x = this._x - speed;
this._xscale = -30;
}
if (hitted == true) {
this._x = this._x + speed;
this._xscale = 30;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hittest1)) {
hitted = true;
}
if (this.hitTest(_root.hittest2)) {
hitted = false;
}
if (this.hitTest(_root.player)) {
_root.player.clavado = true;
_root.player.gotoAndStop(6);
_root.die1.play();
}
}
Frame 64 (193 B)
stop();
i = 0;
onEnterFrame = function () {
i++;
if ((i > 30) && (_root.stopped != 1)) {
_root.time++;
i = 0;
}
if (_root.time == 50) {
_root.nextFrame();
}
};
Instance of Symbol 818 MovieClip "serpminigame5" in Frame 64 (499 B)
onClipEvent (load) {
hitted = false;
speed = 7;
}
onClipEvent (enterFrame) {
if (hitted == false) {
this._x = this._x - speed;
this._xscale = -30;
}
if (hitted == true) {
this._x = this._x + speed;
this._xscale = 30;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hittest1)) {
hitted = true;
}
if (this.hitTest(_root.hittest2)) {
hitted = false;
}
if (this.hitTest(_root.player)) {
_root.player.clavado = true;
_root.player.gotoAndStop(6);
_root.die1.play();
}
}
Frame 65 (193 B)
stop();
i = 0;
onEnterFrame = function () {
i++;
if ((i > 30) && (_root.stopped != 1)) {
_root.time++;
i = 0;
}
if (_root.time == 60) {
_root.nextFrame();
}
};
Instance of Symbol 818 MovieClip "serpminigame6" in Frame 65 (499 B)
onClipEvent (load) {
hitted = false;
speed = 7;
}
onClipEvent (enterFrame) {
if (hitted == false) {
this._x = this._x - speed;
this._xscale = -30;
}
if (hitted == true) {
this._x = this._x + speed;
this._xscale = 30;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hittest1)) {
hitted = true;
}
if (this.hitTest(_root.hittest2)) {
hitted = false;
}
if (this.hitTest(_root.player)) {
_root.player.clavado = true;
_root.player.gotoAndStop(6);
_root.die1.play();
}
}
Frame 66 (193 B)
stop();
i = 0;
onEnterFrame = function () {
i++;
if ((i > 30) && (_root.stopped != 1)) {
_root.time++;
i = 0;
}
if (_root.time == 70) {
_root.nextFrame();
}
};
Instance of Symbol 818 MovieClip "serpminigame7" in Frame 66 (499 B)
onClipEvent (load) {
hitted = false;
speed = 7;
}
onClipEvent (enterFrame) {
if (hitted == false) {
this._x = this._x - speed;
this._xscale = -30;
}
if (hitted == true) {
this._x = this._x + speed;
this._xscale = 30;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hittest1)) {
hitted = true;
}
if (this.hitTest(_root.hittest2)) {
hitted = false;
}
if (this.hitTest(_root.player)) {
_root.player.clavado = true;
_root.player.gotoAndStop(6);
_root.die1.play();
}
}
Frame 67 (193 B)
stop();
i = 0;
onEnterFrame = function () {
i++;
if ((i > 30) && (_root.stopped != 1)) {
_root.time++;
i = 0;
}
if (_root.time == 80) {
_root.nextFrame();
}
};
Instance of Symbol 818 MovieClip "serpminigame1" in Frame 67 (499 B)
onClipEvent (load) {
hitted = false;
speed = 7;
}
onClipEvent (enterFrame) {
if (hitted == false) {
this._x = this._x - speed;
this._xscale = -30;
}
if (hitted == true) {
this._x = this._x + speed;
this._xscale = 30;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hittest1)) {
hitted = true;
}
if (this.hitTest(_root.hittest2)) {
hitted = false;
}
if (this.hitTest(_root.player)) {
_root.player.clavado = true;
_root.player.gotoAndStop(6);
_root.die1.play();
}
}
Frame 68 (193 B)
stop();
i = 0;
onEnterFrame = function () {
i++;
if ((i > 30) && (_root.stopped != 1)) {
_root.time++;
i = 0;
}
if (_root.time == 90) {
_root.nextFrame();
}
};
Frame 69 (141 B)
stop();
i = 0;
onEnterFrame = function () {
i++;
if ((i > 30) && (_root.stopped != 1)) {
_root.time++;
i = 0;
}
};
Frame 70 (188 B)
stop();
_root.stopped = 0;
_root.time = 0;
i = 0;
onEnterFrame = function () {
i++;
if ((i > 30) && (_root.stopped != 1)) {
_root.time++;
i = 0;
}
};
stop();
Instance of Symbol 1213 MovieClip "player" in Frame 70 (2.11 KiB) ●
onClipEvent (load) {
grav = 0;
speed = 6;
jumpHeight = 12;
scale = _xscale;
slowfall = 0.8;
clavado = false;
winning = false;
}
onClipEvent (enterFrame) {
_root.playerx = this._x;
_root.playery = this._y;
this._x = _root.playerx;
this._y = _root.playery;
grav++;
_y = (_y + grav);
while (_root.level.hitTest(_x, _y, true)) {
_y = (_y-1);
grav = 0;
}
if ((Key.isDown(68) && (clavado == false)) && (winning == false)) {
_x = (_x + speed);
_xscale = scale;
if ((_root.level.hitTest(_x, _y + 3, true) && (clavado == false)) && (winning == false)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(4);
}
} else if ((Key.isDown(65) && (clavado == false)) && (winning == false)) {
_x = (_x - speed);
_xscale = (-scale);
if ((_root.level.hitTest(_x, _y + 3, true) && (clavado == false)) && (winning == false)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(4);
}
} else if (((_root.level.hitTest(_x, _y + 3, true) && (!Key.isDown(79))) && (clavado == false)) && (winning == false)) {
this.gotoAndStop(1);
}
if (Key.isDown(83) && (clavado == false)) {
grav = grav * slowfall;
}
if (((((Key.isDown(79) && (!Key.isDown(87))) && (!Key.isDown(65))) && (!Key.isDown(68))) && (clavado == false)) && (winning == false)) {
this.gotoAndStop(4);
}
if (((Key.isDown(87) && (_root.level.hitTest(_x, _y + 3, true))) && (clavado == false)) && (winning == false)) {
grav = -jumpHeight;
_y = (_y - 4);
this.gotoAndStop(4);
}
if (_root.level.hitTest(_x + (_width / 2), _y - (_height / 2), true) || (_root.level.hitTest(_x + (_width / 2), _y - ((_height / 6) * 4), true))) {
_x = (_x - speed);
}
if (_root.level.hitTest(_x - (_width / 2), _y - (_height / 2), true) || (_root.level.hitTest(_x - (_width / 2), _y - ((_height / 6) * 4), true))) {
_x = (_x + speed);
}
if (_root.level.hitTest(_x, _y - _height, true)) {
grav = 2;
}
}
onClipEvent (enterFrame) {
if (winning == true) {
this.gotoAndStop(8);
_root.ganar.play();
}
}
Instance of Symbol 823 MovieClip in Frame 70 (153 B)
onClipEvent (load) {
gotoAndStop (1);
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player.winning = true;
this.play();
}
}
Instance of Symbol 1224 MovieClip "agua" in Frame 70 (284 B)
onClipEvent (load) {
speed = 1.1;
}
onClipEvent (enterFrame) {
this._y = this._y - speed;
if (this.hitTest(_root.tope)) {
this.speed = 0;
}
if (this.aguahit.hitTest(_root.player)) {
_root.player.clavado = true;
_root.player.gotoAndStop(9);
_root.die2.gotoAndPlay(2);
}
}
Frame 71 (8 B)
stop();
Instance of Symbol 1237 MovieClip "cr2" in Frame 71 (226 B)
onClipEvent (load) {
this._y = 500;
}
onClipEvent (enterFrame) {
this._y = this._y - 1;
}
onClipEvent (enterFrame) {
if (Key.isDown(38)) {
this._y = this._y - 3;
} else if (Key.isDown(40)) {
this._y = this._y + 4;
}
}
Instance of Symbol 1235 MovieClip "fhit1" in Frame 71 (106 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.cr2.st1.fhit2)) {
_root.gotoAndStop("credits2");
}
}
Frame 72 (8 B)
stop();
Frame 73 (19 B)
_root.stopped = 1;
Symbol 27 MovieClip Frame 11 (24 B)
_parent.gotoAndStop(2);
Symbol 37 MovieClip Frame 1 (213 B)
this.onEnterFrame = function () {
bytesloaded = Math.round(_root.getBytesLoaded());
bytestotal = Math.round(_root.getBytesTotal());
percent = bytesloaded / bytestotal;
barmask._xscale = percent * 100;
};
Symbol 69 MovieClip Frame 1 (91 B)
if (Math.random() > 0.5) {
_xscale = (-_xscale);
_x = (_x - _parent.shiftamt);
}
Symbol 69 MovieClip Frame 90 (239 B)
if (_parent.isloaded) {
_parent.gotoAndStop(10);
} else {
thenextframe = Math.ceil(Math.random() * 8) + 1;
if (thenextframe == _parent._currentframe) {
_parent.nextFrame();
} else {
_parent.gotoAndStop(thenextframe);
}
}
Symbol 80 MovieClip Frame 1 (91 B)
if (Math.random() > 0.5) {
_xscale = (-_xscale);
_x = (_x - _parent.shiftamt);
}
Symbol 80 MovieClip Frame 90 (239 B)
if (_parent.isloaded) {
_parent.gotoAndStop(10);
} else {
thenextframe = Math.ceil(Math.random() * 8) + 1;
if (thenextframe == _parent._currentframe) {
_parent.nextFrame();
} else {
_parent.gotoAndStop(thenextframe);
}
}
Symbol 88 MovieClip Frame 1 (91 B)
if (Math.random() > 0.5) {
_xscale = (-_xscale);
_x = (_x - _parent.shiftamt);
}
Symbol 88 MovieClip Frame 90 (239 B)
if (_parent.isloaded) {
_parent.gotoAndStop(10);
} else {
thenextframe = Math.ceil(Math.random() * 8) + 1;
if (thenextframe == _parent._currentframe) {
_parent.nextFrame();
} else {
_parent.gotoAndStop(thenextframe);
}
}
Symbol 96 MovieClip Frame 1 (91 B)
if (Math.random() > 0.5) {
_xscale = (-_xscale);
_x = (_x - _parent.shiftamt);
}
Symbol 96 MovieClip Frame 90 (239 B)
if (_parent.isloaded) {
_parent.gotoAndStop(10);
} else {
thenextframe = Math.ceil(Math.random() * 8) + 1;
if (thenextframe == _parent._currentframe) {
_parent.nextFrame();
} else {
_parent.gotoAndStop(thenextframe);
}
}
Symbol 104 MovieClip Frame 1 (91 B)
if (Math.random() > 0.5) {
_xscale = (-_xscale);
_x = (_x - _parent.shiftamt);
}
Symbol 104 MovieClip Frame 90 (239 B)
if (_parent.isloaded) {
_parent.gotoAndStop(10);
} else {
thenextframe = Math.ceil(Math.random() * 8) + 1;
if (thenextframe == _parent._currentframe) {
_parent.nextFrame();
} else {
_parent.gotoAndStop(thenextframe);
}
}
Symbol 112 MovieClip Frame 1 (91 B)
if (Math.random() > 0.5) {
_xscale = (-_xscale);
_x = (_x - _parent.shiftamt);
}
Symbol 112 MovieClip Frame 90 (239 B)
if (_parent.isloaded) {
_parent.gotoAndStop(10);
} else {
thenextframe = Math.ceil(Math.random() * 8) + 1;
if (thenextframe == _parent._currentframe) {
_parent.nextFrame();
} else {
_parent.gotoAndStop(thenextframe);
}
}
Symbol 120 MovieClip Frame 1 (91 B)
if (Math.random() > 0.5) {
_xscale = (-_xscale);
_x = (_x - _parent.shiftamt);
}
Symbol 120 MovieClip Frame 90 (239 B)
if (_parent.isloaded) {
_parent.gotoAndStop(10);
} else {
thenextframe = Math.ceil(Math.random() * 8) + 1;
if (thenextframe == _parent._currentframe) {
_parent.nextFrame();
} else {
_parent.gotoAndStop(thenextframe);
}
}
Symbol 128 MovieClip Frame 1 (91 B)
if (Math.random() > 0.5) {
_xscale = (-_xscale);
_x = (_x - _parent.shiftamt);
}
Symbol 128 MovieClip Frame 90 (242 B)
if (_parent.isloaded) {
_parent.gotoAndStop(10);
} else {
thenextframe = Math.ceil(Math.random() * 8) + 1;
if (thenextframe == _parent._currentframe) {
_parent.gotoAndStop(2);
} else {
_parent.gotoAndStop(thenextframe);
}
}
Symbol 135 MovieClip Frame 133 (14 B)
_root.play();
Symbol 136 MovieClip Frame 1 (382 B)
stop();
_root.stop();
shiftamt = 17;
isloaded = false;
this.onEnterFrame = function () {
bytesloaded = Math.round(_root.getBytesLoaded());
bytestotal = Math.round(_root.getBytesTotal());
percent = bytesloaded / bytestotal;
if (bytesloaded == bytestotal) {
isloaded = true;
}
};
this.onRelease = function () {
getURL ("http://www.mofunzone.com/", "_blank");
};
Symbol 163 MovieClip Frame 70 (45 B)
_root.animlogo.tomyleelogo1.gotoAndPlay(13);
Instance of Symbol 162 MovieClip "tomyleelogo1" in Symbol 163 MovieClip Frame 70 (132 B)
onClipEvent (load) {
yspeed = -10;
gravity = 0.5;
}
onClipEvent (enterFrame) {
yspeed = yspeed + gravity;
_y = (_y + yspeed);
}
Symbol 163 MovieClip Frame 134 (28 B)
stop();
_root.nextFrame();
Symbol 224 MovieClip Frame 1183 (19 B)
_root.nextFrame();
Symbol 231 MovieClip Frame 10 (8 B)
stop();
Symbol 232 MovieClip Frame 10 (8 B)
stop();
Symbol 233 Button (169 B)
on (rollOver) {
_root.comentarios.gotoAndStop(2);
}
on (rollOut) {
_root.comentarios.gotoAndStop(1);
}
on (release) {
stopAllSounds();
_root.gotoAndStop("level1");
}
Symbol 235 MovieClip Frame 10 (8 B)
stop();
Symbol 236 MovieClip Frame 10 (8 B)
stop();
Symbol 237 Button (169 B)
on (rollOver) {
_root.comentarios.gotoAndStop(3);
}
on (rollOut) {
_root.comentarios.gotoAndStop(1);
}
on (release) {
stopAllSounds();
_root.gotoAndStop("level2");
}
Symbol 239 MovieClip Frame 10 (8 B)
stop();
Symbol 240 MovieClip Frame 10 (8 B)
stop();
Symbol 241 Button (154 B)
on (rollOver) {
_root.comentarios.gotoAndStop(4);
}
on (rollOut) {
_root.comentarios.gotoAndStop(1);
}
on (release) {
_root.gotoAndStop("minigames");
}
Symbol 245 MovieClip Frame 10 (8 B)
stop();
Symbol 246 MovieClip Frame 10 (8 B)
stop();
Symbol 247 Button (157 B)
on (rollOver) {
_root.comentarios.gotoAndStop(5);
}
on (rollOut) {
_root.comentarios.gotoAndStop(1);
}
on (release) {
_root.gotoAndStop("instructions");
}
Symbol 270 MovieClip Frame 1 (8 B)
stop();
Symbol 272 MovieClip Frame 10 (8 B)
stop();
Symbol 274 MovieClip Frame 10 (8 B)
stop();
Symbol 275 Button (152 B)
on (rollOver) {
_root.comentarios.gotoAndStop(7);
}
on (rollOut) {
_root.comentarios.gotoAndStop(1);
}
on (release) {
_root.gotoAndStop("credits");
}
Symbol 277 MovieClip Frame 10 (8 B)
stop();
Symbol 278 MovieClip Frame 10 (8 B)
stop();
Symbol 279 Button (207 B)
on (rollOver) {
_root.comentarios.gotoAndStop(8);
}
on (rollOut) {
_root.comentarios.gotoAndStop(1);
}
on (release) {
getURL ("http://www.mofunzone.com/game_scores/ipumpkin/highscores.shtml", "_blank");
}
Symbol 281 MovieClip Frame 10 (8 B)
stop();
Symbol 282 MovieClip Frame 10 (8 B)
stop();
Symbol 283 Button (169 B)
on (rollOver) {
_root.comentarios.gotoAndStop(6);
}
on (rollOut) {
_root.comentarios.gotoAndStop(1);
}
on (release) {
getURL ("http://www.mofunzone.com", "_blank");
}
Symbol 287 Button (64 B)
on (release) {
getURL ("http://www.mofunzone.com", "_blank");
}
Symbol 292 Button (42 B)
on (release) {
_root.instr.nextFrame();
}
Symbol 300 Button (42 B)
on (release) {
_root.instr.prevFrame();
}
Symbol 321 MovieClip Frame 1 (8 B)
stop();
Symbol 321 MovieClip Frame 2 (43 B)
_root.lives.lives = _root.lives.lives + 1;
Symbol 321 MovieClip Frame 26 (8 B)
stop();
Symbol 390 MovieClip Frame 1 (8 B)
stop();
Symbol 405 MovieClip Frame 1 (8 B)
stop();
Symbol 441 MovieClip Frame 15 (51 B)
stop();
_root.level.linecreator.squashed = false;
Symbol 443 MovieClip Frame 79 (33 B)
stop();
this.removeMovieClip();
Instance of Symbol 443 MovieClip "shard" in Symbol 444 MovieClip Frame 1 (360 B)
onClipEvent (load) {
xspeed = random(16) - 8;
yspeed = (-random(10)) - 5;
}
onClipEvent (enterFrame) {
yspeed = yspeed + 0.5;
_rotation = ((Math.atan2(yspeed, xspeed) * 360) / 3.141593);
_x = (_x + xspeed);
_y = (_y + yspeed);
if (_y > (bv + (_height / 2))) {
_y = (bv + (_height / 2));
yspeed = (-yspeed) * 0.3;
xspeed = xspeed * 0.3;
}
}
Symbol 446 MovieClip Frame 15 (51 B)
stop();
_root.level.linecreator.squashed = false;
Symbol 448 MovieClip Frame 80 (33 B)
stop();
this.removeMovieClip();
Instance of Symbol 448 MovieClip "shard" in Symbol 449 MovieClip Frame 1 (360 B)
onClipEvent (load) {
xspeed = random(16) - 8;
yspeed = (-random(10)) - 5;
}
onClipEvent (enterFrame) {
yspeed = yspeed + 0.5;
_rotation = ((Math.atan2(yspeed, xspeed) * 360) / 3.141593);
_x = (_x + xspeed);
_y = (_y + yspeed);
if (_y > (bv + (_height / 2))) {
_y = (bv + (_height / 2));
yspeed = (-yspeed) * 0.3;
xspeed = xspeed * 0.3;
}
}
Symbol 450 MovieClip Frame 15 (51 B)
stop();
_root.level.linecreator.squashed = false;
Symbol 451 MovieClip Frame 1 (8 B)
stop();
Symbol 533 MovieClip Frame 1 (8 B)
stop();
Symbol 559 MovieClip Frame 10 (8 B)
stop();
Symbol 561 MovieClip Frame 10 (8 B)
stop();
Symbol 562 Button (44 B)
on (release) {
_root.gotoAndStop("menu");
}
Symbol 594 Button (67 B)
on (release) {
stopAllSounds();
_root.gotoAndStop("minigame2");
}
Symbol 595 MovieClip Frame 1 (8 B)
stop();
Symbol 598 Button (67 B)
on (release) {
stopAllSounds();
_root.gotoAndStop("minigame1");
}
Symbol 599 MovieClip Frame 1 (8 B)
stop();
Symbol 602 MovieClip Frame 10 (8 B)
stop();
Symbol 603 MovieClip Frame 10 (8 B)
stop();
Symbol 604 Button (197 B)
on (rollOver) {
_root.comentarios.gotoAndStop(6);
}
on (rollOut) {
_root.comentarios.gotoAndStop(1);
}
on (release) {
getURL ("http://www.mofunzone.com/online_games/ipumpkin.shtml", "_blank");
}
Symbol 610 MovieClip Frame 1 (266 B)
stop();
createEmptyMovieClip("Line", 1);
Line.lineStyle(23, 14115863, 100);
onMouseDown = function () {
Line.moveTo(_xmouse, _ymouse);
onMouseMove = function () {
Line.lineTo(_xmouse, _ymouse);
};
};
onMouseUp = function () {
onMouseMove = null;
};
Instance of Symbol 610 MovieClip in Symbol 613 MovieClip Frame 1 (408 B)
onClipEvent (enterFrame) {
if (_root.resetcontrol.reset == true) {
this.Line.removeMovieClip();
createEmptyMovieClip("Line", 1);
Line.lineStyle(23, 14115863, 100);
onMouseDown = function () {
Line.moveTo(_xmouse, _ymouse);
onMouseMove = function () {
Line.lineTo(_xmouse, _ymouse);
};
};
onMouseUp = function () {
onMouseMove = null;
};
_root.resetcontrol.reset = false;
}
}
Symbol 616 MovieClip Frame 1 (8 B)
stop();
Symbol 616 MovieClip Frame 61 (8 B)
stop();
Symbol 621 MovieClip Frame 1 (8 B)
stop();
Symbol 621 MovieClip Frame 2 (43 B)
_root.lives.lives = _root.lives.lives + 1;
Symbol 621 MovieClip Frame 26 (8 B)
stop();
Symbol 640 MovieClip Frame 10 (8 B)
stop();
Symbol 647 MovieClip Frame 100 (8 B)
stop();
Symbol 657 MovieClip Frame 113 (8 B)
stop();
Symbol 661 MovieClip Frame 1 (8 B)
stop();
Symbol 674 MovieClip Frame 1 (8 B)
stop();
Symbol 682 MovieClip Frame 1 (8 B)
stop();
Symbol 685 MovieClip Frame 1 (8 B)
stop();
Symbol 685 MovieClip Frame 51 (28 B)
stop();
_root.nextFrame();
Symbol 687 MovieClip Frame 4723 (28 B)
stop();
gotoAndPlay (476);
Instance of Symbol 610 MovieClip in Symbol 691 MovieClip Frame 1 (408 B)
onClipEvent (enterFrame) {
if (_root.resetcontrol.reset == true) {
this.Line.removeMovieClip();
createEmptyMovieClip("Line", 1);
Line.lineStyle(23, 14115863, 100);
onMouseDown = function () {
Line.moveTo(_xmouse, _ymouse);
onMouseMove = function () {
Line.lineTo(_xmouse, _ymouse);
};
};
onMouseUp = function () {
onMouseMove = null;
};
_root.resetcontrol.reset = false;
}
}
Symbol 692 MovieClip Frame 1 (8 B)
stop();
Symbol 692 MovieClip Frame 2 (39 B)
_root.contador1 = _root.contador1 + 1;
Symbol 692 MovieClip Frame 61 (8 B)
stop();
Symbol 694 MovieClip Frame 1 (8 B)
stop();
Symbol 694 MovieClip Frame 40 (8 B)
stop();
Symbol 695 MovieClip Frame 1 (8 B)
stop();
Symbol 695 MovieClip Frame 40 (8 B)
stop();
Instance of Symbol 620 MovieClip "tocar" in Symbol 697 MovieClip Frame 1 (128 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player.clavado = true;
_root.player.gotoAndStop(5);
}
}
Instance of Symbol 697 MovieClip in Symbol 699 MovieClip Frame 1 (128 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player.clavado = true;
_root.player.gotoAndStop(5);
}
}
Instance of Symbol 620 MovieClip in Symbol 699 MovieClip Frame 1 (128 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player.clavado = true;
_root.player.gotoAndStop(5);
}
}
Instance of Symbol 620 MovieClip in Symbol 699 MovieClip Frame 1 (128 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player.clavado = true;
_root.player.gotoAndStop(5);
}
}
Instance of Symbol 697 MovieClip in Symbol 699 MovieClip Frame 1 (128 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player.clavado = true;
_root.player.gotoAndStop(5);
}
}
Instance of Symbol 620 MovieClip in Symbol 699 MovieClip Frame 1 (128 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player.clavado = true;
_root.player.gotoAndStop(5);
}
}
Instance of Symbol 620 MovieClip in Symbol 699 MovieClip Frame 1 (128 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player.clavado = true;
_root.player.gotoAndStop(5);
}
}
Instance of Symbol 610 MovieClip in Symbol 699 MovieClip Frame 1 (408 B)
onClipEvent (enterFrame) {
if (_root.resetcontrol.reset == true) {
this.Line.removeMovieClip();
createEmptyMovieClip("Line", 1);
Line.lineStyle(23, 14115863, 100);
onMouseDown = function () {
Line.moveTo(_xmouse, _ymouse);
onMouseMove = function () {
Line.lineTo(_xmouse, _ymouse);
};
};
onMouseUp = function () {
onMouseMove = null;
};
_root.resetcontrol.reset = false;
}
}
Instance of Symbol 610 MovieClip in Symbol 705 MovieClip Frame 1 (408 B)
onClipEvent (enterFrame) {
if (_root.resetcontrol.reset == true) {
this.Line.removeMovieClip();
createEmptyMovieClip("Line", 1);
Line.lineStyle(23, 14115863, 100);
onMouseDown = function () {
Line.moveTo(_xmouse, _ymouse);
onMouseMove = function () {
Line.lineTo(_xmouse, _ymouse);
};
};
onMouseUp = function () {
onMouseMove = null;
};
_root.resetcontrol.reset = false;
}
}
Symbol 706 MovieClip Frame 1 (8 B)
stop();
Symbol 706 MovieClip Frame 40 (8 B)
stop();
Symbol 707 MovieClip Frame 1 (8 B)
stop();
Symbol 707 MovieClip Frame 40 (8 B)
stop();
Symbol 708 MovieClip Frame 1 (8 B)
stop();
Symbol 708 MovieClip Frame 40 (8 B)
stop();
Symbol 709 MovieClip Frame 1 (8 B)
stop();
Symbol 709 MovieClip Frame 40 (8 B)
stop();
Symbol 710 MovieClip Frame 1 (8 B)
stop();
Symbol 710 MovieClip Frame 40 (8 B)
stop();
Symbol 711 MovieClip Frame 1 (8 B)
stop();
Symbol 711 MovieClip Frame 40 (8 B)
stop();
Instance of Symbol 610 MovieClip in Symbol 714 MovieClip Frame 1 (408 B)
onClipEvent (enterFrame) {
if (_root.resetcontrol.reset == true) {
this.Line.removeMovieClip();
createEmptyMovieClip("Line", 1);
Line.lineStyle(23, 14115863, 100);
onMouseDown = function () {
Line.moveTo(_xmouse, _ymouse);
onMouseMove = function () {
Line.lineTo(_xmouse, _ymouse);
};
};
onMouseUp = function () {
onMouseMove = null;
};
_root.resetcontrol.reset = false;
}
}
Symbol 717 MovieClip Frame 1 (8 B)
stop();
Instance of Symbol 620 MovieClip in Symbol 717 MovieClip Frame 2 (128 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player.clavado = true;
_root.player.gotoAndStop(6);
}
}
Symbol 717 MovieClip Frame 59 (26 B)
stop();
gotoAndStop (1);
Symbol 718 MovieClip Frame 1 (8 B)
stop();
Symbol 718 MovieClip Frame 40 (8 B)
stop();
Symbol 719 MovieClip Frame 1 (8 B)
stop();
Symbol 719 MovieClip Frame 40 (8 B)
stop();
Symbol 721 MovieClip Frame 1 (8 B)
stop();
Symbol 721 MovieClip Frame 2 (39 B)
_root.contador1 = _root.contador1 + 1;
Symbol 721 MovieClip Frame 61 (8 B)
stop();
Symbol 723 MovieClip Frame 1 (440 B)
stop();
createEmptyMovieClip("Line", 1);
Line.lineStyle(23, 14115863, 100);
onMouseDown = function () {
Line.moveTo(_xmouse, _ymouse);
onMouseMove = function () {
Line.lineTo(_xmouse, _ymouse);
};
};
onMouseUp = function () {
onMouseMove = null;
};
onEnterFrame = function () {
if (squashed == true) {
Line.lineStyle(30, 12718610, 100);
} else if (squashed == false) {
Line.lineStyle(23, 14115863, 100);
}
};
Instance of Symbol 723 MovieClip "linecreator" in Symbol 725 MovieClip Frame 1 (544 B)
onClipEvent (load) {
mousedown = false;
}
onClipEvent (mouseDown) {
mousedown = true;
}
onClipEvent (mouseUp) {
mousedown = false;
}
onClipEvent (enterFrame) {
if (_root.resetcontrol.reset == true) {
this.Line.removeMovieClip();
createEmptyMovieClip("Line", 1);
Line.lineStyle(23, 14115863, 100);
onMouseDown = function () {
Line.moveTo(_xmouse, _ymouse);
onMouseMove = function () {
Line.lineTo(_xmouse, _ymouse);
};
};
onMouseUp = function () {
onMouseMove = null;
};
_root.resetcontrol.reset = false;
}
}
Instance of Symbol 610 MovieClip in Symbol 728 MovieClip Frame 1 (408 B)
onClipEvent (enterFrame) {
if (_root.resetcontrol.reset == true) {
this.Line.removeMovieClip();
createEmptyMovieClip("Line", 1);
Line.lineStyle(23, 14115863, 100);
onMouseDown = function () {
Line.moveTo(_xmouse, _ymouse);
onMouseMove = function () {
Line.lineTo(_xmouse, _ymouse);
};
};
onMouseUp = function () {
onMouseMove = null;
};
_root.resetcontrol.reset = false;
}
}
Symbol 732 MovieClip Frame 1 (8 B)
stop();
Symbol 732 MovieClip Frame 40 (8 B)
stop();
Symbol 733 MovieClip Frame 1 (8 B)
stop();
Symbol 733 MovieClip Frame 40 (8 B)
stop();
Symbol 734 MovieClip Frame 1 (8 B)
stop();
Symbol 734 MovieClip Frame 40 (8 B)
stop();
Symbol 735 MovieClip Frame 1 (8 B)
stop();
Symbol 735 MovieClip Frame 40 (8 B)
stop();
Symbol 736 MovieClip Frame 1 (8 B)
stop();
Symbol 736 MovieClip Frame 40 (8 B)
stop();
Symbol 737 MovieClip Frame 1 (8 B)
stop();
Symbol 737 MovieClip Frame 40 (8 B)
stop();
Symbol 738 MovieClip Frame 1 (8 B)
stop();
Symbol 738 MovieClip Frame 40 (8 B)
stop();
Symbol 739 MovieClip Frame 1 (8 B)
stop();
Symbol 739 MovieClip Frame 40 (8 B)
stop();
Symbol 740 MovieClip Frame 1 (8 B)
stop();
Symbol 740 MovieClip Frame 40 (8 B)
stop();
Symbol 741 MovieClip Frame 1 (8 B)
stop();
Symbol 741 MovieClip Frame 40 (8 B)
stop();
Instance of Symbol 610 MovieClip in Symbol 743 MovieClip Frame 1 (408 B)
onClipEvent (enterFrame) {
if (_root.resetcontrol.reset == true) {
this.Line.removeMovieClip();
createEmptyMovieClip("Line", 1);
Line.lineStyle(23, 14115863, 100);
onMouseDown = function () {
Line.moveTo(_xmouse, _ymouse);
onMouseMove = function () {
Line.lineTo(_xmouse, _ymouse);
};
};
onMouseUp = function () {
onMouseMove = null;
};
_root.resetcontrol.reset = false;
}
}
Symbol 767 MovieClip Frame 152 (61 B)
stop();
this._parent.dead = false;
this._parent.speed = 3;
Instance of Symbol 757 MovieClip in Symbol 781 MovieClip Frame 18 (128 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player.clavado = true;
_root.player.gotoAndStop(7);
}
}
Symbol 781 MovieClip Frame 30 (66 B)
stop();
this._parent.attacking = false;
this._parent.speed = 3;
Symbol 782 MovieClip Frame 1 (8 B)
stop();
Instance of Symbol 757 MovieClip in Symbol 782 MovieClip Frame 1 (186 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this._parent.dead = true;
_root.player.grav--;
_root.player.grav = -10;
_root.player._y = _root.player._y - 40;
}
}
Instance of Symbol 757 MovieClip in Symbol 782 MovieClip Frame 1 (99 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this._parent.attacking = true;
}
}
Symbol 784 MovieClip Frame 1 (8 B)
stop();
Symbol 784 MovieClip Frame 2 (39 B)
_root.contador1 = _root.contador1 + 1;
Symbol 784 MovieClip Frame 61 (8 B)
stop();
Symbol 785 MovieClip Frame 1 (8 B)
stop();
Symbol 785 MovieClip Frame 40 (8 B)
stop();
Symbol 786 MovieClip Frame 1 (8 B)
stop();
Symbol 786 MovieClip Frame 40 (8 B)
stop();
Symbol 787 MovieClip Frame 1 (8 B)
stop();
Symbol 787 MovieClip Frame 40 (8 B)
stop();
Symbol 788 MovieClip Frame 1 (8 B)
stop();
Symbol 788 MovieClip Frame 40 (8 B)
stop();
Symbol 789 MovieClip Frame 1 (8 B)
stop();
Symbol 789 MovieClip Frame 40 (8 B)
stop();
Instance of Symbol 723 MovieClip "linecreator" in Symbol 791 MovieClip Frame 1 (544 B)
onClipEvent (load) {
mousedown = false;
}
onClipEvent (mouseDown) {
mousedown = true;
}
onClipEvent (mouseUp) {
mousedown = false;
}
onClipEvent (enterFrame) {
if (_root.resetcontrol.reset == true) {
this.Line.removeMovieClip();
createEmptyMovieClip("Line", 1);
Line.lineStyle(23, 14115863, 100);
onMouseDown = function () {
Line.moveTo(_xmouse, _ymouse);
onMouseMove = function () {
Line.lineTo(_xmouse, _ymouse);
};
};
onMouseUp = function () {
onMouseMove = null;
};
_root.resetcontrol.reset = false;
}
}
Instance of Symbol 620 MovieClip in Symbol 791 MovieClip Frame 1 (128 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player.clavado = true;
_root.player.gotoAndStop(5);
}
}
Symbol 793 MovieClip Frame 1 (8 B)
stop();
Symbol 793 MovieClip Frame 2 (39 B)
_root.contador1 = _root.contador1 + 1;
Symbol 793 MovieClip Frame 61 (8 B)
stop();
Symbol 794 MovieClip Frame 1 (8 B)
stop();
Symbol 794 MovieClip Frame 40 (8 B)
stop();
Symbol 795 MovieClip Frame 1 (8 B)
stop();
Symbol 795 MovieClip Frame 40 (8 B)
stop();
Symbol 796 MovieClip Frame 1 (8 B)
stop();
Symbol 796 MovieClip Frame 40 (8 B)
stop();
Symbol 797 MovieClip Frame 1 (8 B)
stop();
Symbol 797 MovieClip Frame 40 (8 B)
stop();
Symbol 798 MovieClip Frame 1 (8 B)
stop();
Symbol 798 MovieClip Frame 40 (8 B)
stop();
Symbol 799 MovieClip Frame 1 (8 B)
stop();
Symbol 799 MovieClip Frame 40 (8 B)
stop();
Instance of Symbol 610 MovieClip in Symbol 801 MovieClip Frame 1 (408 B)
onClipEvent (enterFrame) {
if (_root.resetcontrol.reset == true) {
this.Line.removeMovieClip();
createEmptyMovieClip("Line", 1);
Line.lineStyle(23, 14115863, 100);
onMouseDown = function () {
Line.moveTo(_xmouse, _ymouse);
onMouseMove = function () {
Line.lineTo(_xmouse, _ymouse);
};
};
onMouseUp = function () {
onMouseMove = null;
};
_root.resetcontrol.reset = false;
}
}
Symbol 802 MovieClip Frame 1 (8 B)
stop();
Symbol 802 MovieClip Frame 40 (8 B)
stop();
Symbol 803 MovieClip Frame 1 (8 B)
stop();
Symbol 803 MovieClip Frame 40 (8 B)
stop();
Symbol 805 MovieClip Frame 1 (8 B)
stop();
Symbol 805 MovieClip Frame 2 (39 B)
_root.contador1 = _root.contador1 + 1;
Symbol 805 MovieClip Frame 61 (8 B)
stop();
Symbol 806 MovieClip Frame 1 (8 B)
stop();
Symbol 806 MovieClip Frame 40 (8 B)
stop();
Instance of Symbol 610 MovieClip in Symbol 811 MovieClip Frame 1 (408 B)
onClipEvent (enterFrame) {
if (_root.resetcontrol.reset == true) {
this.Line.removeMovieClip();
createEmptyMovieClip("Line", 1);
Line.lineStyle(23, 14115863, 100);
onMouseDown = function () {
Line.moveTo(_xmouse, _ymouse);
onMouseMove = function () {
Line.lineTo(_xmouse, _ymouse);
};
};
onMouseUp = function () {
onMouseMove = null;
};
_root.resetcontrol.reset = false;
}
}
Symbol 813 MovieClip Frame 1 (8 B)
stop();
Symbol 813 MovieClip Frame 2 (39 B)
_root.contador1 = _root.contador1 + 1;
Symbol 813 MovieClip Frame 61 (8 B)
stop();
Instance of Symbol 610 MovieClip in Symbol 821 MovieClip Frame 1 (408 B)
onClipEvent (enterFrame) {
if (_root.resetcontrol.reset == true) {
this.Line.removeMovieClip();
createEmptyMovieClip("Line", 1);
Line.lineStyle(23, 14115863, 100);
onMouseDown = function () {
Line.moveTo(_xmouse, _ymouse);
onMouseMove = function () {
Line.lineTo(_xmouse, _ymouse);
};
};
onMouseUp = function () {
onMouseMove = null;
};
_root.resetcontrol.reset = false;
}
}
Symbol 823 MovieClip Frame 1 (8 B)
stop();
Symbol 823 MovieClip Frame 2 (39 B)
_root.contador1 = _root.contador1 + 1;
Symbol 823 MovieClip Frame 61 (8 B)
stop();
Symbol 824 MovieClip Frame 1 (8 B)
stop();
Symbol 824 MovieClip Frame 40 (8 B)
stop();
Symbol 825 MovieClip Frame 1 (8 B)
stop();
Symbol 825 MovieClip Frame 40 (8 B)
stop();
Symbol 826 MovieClip Frame 1 (8 B)
stop();
Symbol 826 MovieClip Frame 40 (8 B)
stop();
Symbol 827 MovieClip Frame 1 (8 B)
stop();
Symbol 827 MovieClip Frame 40 (8 B)
stop();
Instance of Symbol 610 MovieClip in Symbol 829 MovieClip Frame 1 (408 B)
onClipEvent (enterFrame) {
if (_root.resetcontrol.reset == true) {
this.Line.removeMovieClip();
createEmptyMovieClip("Line", 1);
Line.lineStyle(23, 14115863, 100);
onMouseDown = function () {
Line.moveTo(_xmouse, _ymouse);
onMouseMove = function () {
Line.lineTo(_xmouse, _ymouse);
};
};
onMouseUp = function () {
onMouseMove = null;
};
_root.resetcontrol.reset = false;
}
}
Symbol 831 MovieClip Frame 1 (8 B)
stop();
Symbol 831 MovieClip Frame 2 (39 B)
_root.contador1 = _root.contador1 + 1;
Symbol 831 MovieClip Frame 61 (8 B)
stop();
Instance of Symbol 610 MovieClip in Symbol 833 MovieClip Frame 1 (408 B)
onClipEvent (enterFrame) {
if (_root.resetcontrol.reset == true) {
this.Line.removeMovieClip();
createEmptyMovieClip("Line", 1);
Line.lineStyle(23, 14115863, 100);
onMouseDown = function () {
Line.moveTo(_xmouse, _ymouse);
onMouseMove = function () {
Line.lineTo(_xmouse, _ymouse);
};
};
onMouseUp = function () {
onMouseMove = null;
};
_root.resetcontrol.reset = false;
}
}
Symbol 834 MovieClip Frame 1 (8 B)
stop();
Symbol 834 MovieClip Frame 2 (39 B)
_root.contador1 = _root.contador1 + 1;
Symbol 834 MovieClip Frame 61 (8 B)
stop();
Symbol 836 MovieClip Frame 1 (8 B)
stop();
Symbol 836 MovieClip Frame 2 (39 B)
_root.contador1 = _root.contador1 + 1;
Symbol 836 MovieClip Frame 61 (8 B)
stop();
Symbol 838 MovieClip Frame 1 (8 B)
stop();
Symbol 838 MovieClip Frame 40 (8 B)
stop();
Symbol 839 MovieClip Frame 1 (8 B)
stop();
Symbol 839 MovieClip Frame 40 (8 B)
stop();
Symbol 840 MovieClip Frame 1 (8 B)
stop();
Symbol 840 MovieClip Frame 40 (8 B)
stop();
Symbol 841 MovieClip Frame 1 (8 B)
stop();
Symbol 841 MovieClip Frame 40 (8 B)
stop();
Symbol 842 MovieClip Frame 1 (8 B)
stop();
Symbol 842 MovieClip Frame 40 (8 B)
stop();
Symbol 843 MovieClip Frame 1 (8 B)
stop();
Symbol 843 MovieClip Frame 40 (8 B)
stop();
Instance of Symbol 610 MovieClip in Symbol 845 MovieClip Frame 1 (408 B)
onClipEvent (enterFrame) {
if (_root.resetcontrol.reset == true) {
this.Line.removeMovieClip();
createEmptyMovieClip("Line", 1);
Line.lineStyle(23, 14115863, 100);
onMouseDown = function () {
Line.moveTo(_xmouse, _ymouse);
onMouseMove = function () {
Line.lineTo(_xmouse, _ymouse);
};
};
onMouseUp = function () {
onMouseMove = null;
};
_root.resetcontrol.reset = false;
}
}
Symbol 846 MovieClip Frame 1 (8 B)
stop();
Symbol 846 MovieClip Frame 40 (8 B)
stop();
Symbol 847 MovieClip Frame 1 (8 B)
stop();
Symbol 847 MovieClip Frame 40 (8 B)
stop();
Symbol 848 MovieClip Frame 1 (8 B)
stop();
Symbol 848 MovieClip Frame 40 (8 B)
stop();
Symbol 849 MovieClip Frame 1 (8 B)
stop();
Symbol 849 MovieClip Frame 40 (8 B)
stop();
Symbol 850 MovieClip Frame 1 (8 B)
stop();
Symbol 850 MovieClip Frame 40 (8 B)
stop();
Symbol 851 MovieClip Frame 1 (8 B)
stop();
Symbol 851 MovieClip Frame 40 (8 B)
stop();
Symbol 852 MovieClip Frame 1 (8 B)
stop();
Symbol 852 MovieClip Frame 40 (8 B)
stop();
Symbol 853 MovieClip Frame 1 (8 B)
stop();
Symbol 853 MovieClip Frame 40 (8 B)
stop();
Symbol 854 MovieClip Frame 1 (8 B)
stop();
Symbol 854 MovieClip Frame 40 (8 B)
stop();
Symbol 855 MovieClip Frame 1 (8 B)
stop();
Symbol 855 MovieClip Frame 40 (8 B)
stop();
Symbol 856 MovieClip Frame 1 (8 B)
stop();
Symbol 856 MovieClip Frame 40 (8 B)
stop();
Symbol 857 MovieClip Frame 1 (8 B)
stop();
Symbol 857 MovieClip Frame 40 (8 B)
stop();
Symbol 858 MovieClip Frame 1 (8 B)
stop();
Symbol 858 MovieClip Frame 40 (8 B)
stop();
Symbol 859 MovieClip Frame 1 (8 B)
stop();
Symbol 859 MovieClip Frame 40 (8 B)
stop();
Symbol 860 MovieClip Frame 1 (8 B)
stop();
Symbol 860 MovieClip Frame 40 (8 B)
stop();
Symbol 861 MovieClip Frame 1 (8 B)
stop();
Symbol 861 MovieClip Frame 40 (8 B)
stop();
Symbol 863 MovieClip Frame 1 (8 B)
stop();
Symbol 863 MovieClip Frame 2 (39 B)
_root.contador1 = _root.contador1 + 1;
Symbol 863 MovieClip Frame 61 (8 B)
stop();
Symbol 865 MovieClip Frame 1 (8 B)
stop();
Symbol 865 MovieClip Frame 2 (39 B)
_root.contador1 = _root.contador1 + 1;
Symbol 865 MovieClip Frame 61 (8 B)
stop();
Instance of Symbol 610 MovieClip in Symbol 873 MovieClip Frame 1 (408 B)
onClipEvent (enterFrame) {
if (_root.resetcontrol.reset == true) {
this.Line.removeMovieClip();
createEmptyMovieClip("Line", 1);
Line.lineStyle(23, 14115863, 100);
onMouseDown = function () {
Line.moveTo(_xmouse, _ymouse);
onMouseMove = function () {
Line.lineTo(_xmouse, _ymouse);
};
};
onMouseUp = function () {
onMouseMove = null;
};
_root.resetcontrol.reset = false;
}
}
Symbol 875 MovieClip Frame 1 (8 B)
stop();
Symbol 875 MovieClip Frame 2 (39 B)
_root.contador1 = _root.contador1 + 1;
Symbol 875 MovieClip Frame 61 (8 B)
stop();
Symbol 887 MovieClip Frame 1 (8 B)
stop();
Symbol 887 MovieClip Frame 2 (39 B)
_root.contador1 = _root.contador1 + 1;
Symbol 887 MovieClip Frame 61 (8 B)
stop();
Symbol 889 MovieClip Frame 1 (8 B)
stop();
Symbol 889 MovieClip Frame 2 (39 B)
_root.contador1 = _root.contador1 + 1;
Symbol 889 MovieClip Frame 61 (8 B)
stop();
Instance of Symbol 610 MovieClip in Symbol 892 MovieClip Frame 1 (408 B)
onClipEvent (enterFrame) {
if (_root.resetcontrol.reset == true) {
this.Line.removeMovieClip();
createEmptyMovieClip("Line", 1);
Line.lineStyle(23, 14115863, 100);
onMouseDown = function () {
Line.moveTo(_xmouse, _ymouse);
onMouseMove = function () {
Line.lineTo(_xmouse, _ymouse);
};
};
onMouseUp = function () {
onMouseMove = null;
};
_root.resetcontrol.reset = false;
}
}
Symbol 896 MovieClip Frame 1 (8 B)
stop();
Symbol 896 MovieClip Frame 2 (39 B)
_root.contador1 = _root.contador1 + 1;
Symbol 896 MovieClip Frame 61 (8 B)
stop();
Instance of Symbol 610 MovieClip in Symbol 898 MovieClip Frame 1 (408 B)
onClipEvent (enterFrame) {
if (_root.resetcontrol.reset == true) {
this.Line.removeMovieClip();
createEmptyMovieClip("Line", 1);
Line.lineStyle(23, 14115863, 100);
onMouseDown = function () {
Line.moveTo(_xmouse, _ymouse);
onMouseMove = function () {
Line.lineTo(_xmouse, _ymouse);
};
};
onMouseUp = function () {
onMouseMove = null;
};
_root.resetcontrol.reset = false;
}
}
Symbol 900 MovieClip Frame 1 (8 B)
stop();
Symbol 900 MovieClip Frame 2 (39 B)
_root.contador1 = _root.contador1 + 1;
Symbol 900 MovieClip Frame 61 (8 B)
stop();
Instance of Symbol 610 MovieClip in Symbol 903 MovieClip Frame 1 (408 B)
onClipEvent (enterFrame) {
if (_root.resetcontrol.reset == true) {
this.Line.removeMovieClip();
createEmptyMovieClip("Line", 1);
Line.lineStyle(23, 14115863, 100);
onMouseDown = function () {
Line.moveTo(_xmouse, _ymouse);
onMouseMove = function () {
Line.lineTo(_xmouse, _ymouse);
};
};
onMouseUp = function () {
onMouseMove = null;
};
_root.resetcontrol.reset = false;
}
}
Symbol 905 MovieClip Frame 1 (8 B)
stop();
Symbol 905 MovieClip Frame 2 (39 B)
_root.contador1 = _root.contador1 + 1;
Symbol 905 MovieClip Frame 61 (8 B)
stop();
Instance of Symbol 610 MovieClip in Symbol 907 MovieClip Frame 1 (408 B)
onClipEvent (enterFrame) {
if (_root.resetcontrol.reset == true) {
this.Line.removeMovieClip();
createEmptyMovieClip("Line", 1);
Line.lineStyle(23, 14115863, 100);
onMouseDown = function () {
Line.moveTo(_xmouse, _ymouse);
onMouseMove = function () {
Line.lineTo(_xmouse, _ymouse);
};
};
onMouseUp = function () {
onMouseMove = null;
};
_root.resetcontrol.reset = false;
}
}
Symbol 912 MovieClip Frame 1 (8 B)
stop();
Symbol 912 MovieClip Frame 2 (39 B)
_root.contador1 = _root.contador1 + 1;
Symbol 912 MovieClip Frame 61 (8 B)
stop();
Symbol 926 MovieClip Frame 1 (8 B)
stop();
Symbol 926 MovieClip Frame 40 (8 B)
stop();
Symbol 927 MovieClip Frame 1 (8 B)
stop();
Symbol 927 MovieClip Frame 40 (8 B)
stop();
Symbol 928 MovieClip Frame 1 (8 B)
stop();
Symbol 928 MovieClip Frame 40 (8 B)
stop();
Instance of Symbol 610 MovieClip in Symbol 930 MovieClip Frame 1 (408 B)
onClipEvent (enterFrame) {
if (_root.resetcontrol.reset == true) {
this.Line.removeMovieClip();
createEmptyMovieClip("Line", 1);
Line.lineStyle(23, 14115863, 100);
onMouseDown = function () {
Line.moveTo(_xmouse, _ymouse);
onMouseMove = function () {
Line.lineTo(_xmouse, _ymouse);
};
};
onMouseUp = function () {
onMouseMove = null;
};
_root.resetcontrol.reset = false;
}
}
Symbol 932 MovieClip Frame 1 (8 B)
stop();
Symbol 932 MovieClip Frame 2 (39 B)
_root.contador1 = _root.contador1 + 1;
Symbol 932 MovieClip Frame 61 (8 B)
stop();
Symbol 937 MovieClip Frame 1 (8 B)
stop();
Symbol 937 MovieClip Frame 2 (39 B)
_root.contador1 = _root.contador1 + 1;
Symbol 937 MovieClip Frame 61 (8 B)
stop();
Symbol 938 MovieClip Frame 1 (8 B)
stop();
Symbol 938 MovieClip Frame 40 (8 B)
stop();
Symbol 939 MovieClip Frame 1 (8 B)
stop();
Symbol 939 MovieClip Frame 40 (8 B)
stop();
Symbol 940 MovieClip Frame 1 (8 B)
stop();
Symbol 940 MovieClip Frame 40 (8 B)
stop();
Symbol 941 MovieClip Frame 1 (8 B)
stop();
Symbol 941 MovieClip Frame 40 (8 B)
stop();
Symbol 942 MovieClip Frame 1 (8 B)
stop();
Symbol 942 MovieClip Frame 40 (8 B)
stop();
Symbol 943 MovieClip Frame 1 (8 B)
stop();
Symbol 943 MovieClip Frame 40 (8 B)
stop();
Symbol 949 MovieClip Frame 1 (8 B)
stop();
Symbol 949 MovieClip Frame 2 (39 B)
_root.contador1 = _root.contador1 + 1;
Symbol 949 MovieClip Frame 61 (8 B)
stop();
Symbol 951 MovieClip Frame 1 (8 B)
stop();
Symbol 951 MovieClip Frame 2 (39 B)
_root.contador1 = _root.contador1 + 1;
Symbol 951 MovieClip Frame 61 (8 B)
stop();
Symbol 954 MovieClip Frame 1 (8 B)
stop();
Symbol 954 MovieClip Frame 40 (8 B)
stop();
Symbol 955 MovieClip Frame 1 (8 B)
stop();
Symbol 955 MovieClip Frame 40 (8 B)
stop();
Symbol 956 MovieClip Frame 1 (8 B)
stop();
Symbol 956 MovieClip Frame 40 (8 B)
stop();
Instance of Symbol 610 MovieClip in Symbol 958 MovieClip Frame 1 (408 B)
onClipEvent (enterFrame) {
if (_root.resetcontrol.reset == true) {
this.Line.removeMovieClip();
createEmptyMovieClip("Line", 1);
Line.lineStyle(23, 14115863, 100);
onMouseDown = function () {
Line.moveTo(_xmouse, _ymouse);
onMouseMove = function () {
Line.lineTo(_xmouse, _ymouse);
};
};
onMouseUp = function () {
onMouseMove = null;
};
_root.resetcontrol.reset = false;
}
}
Symbol 959 MovieClip Frame 1 (8 B)
stop();
Instance of Symbol 757 MovieClip in Symbol 959 MovieClip Frame 1 (186 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this._parent.dead = true;
_root.player.grav--;
_root.player.grav = -10;
_root.player._y = _root.player._y - 40;
}
}
Instance of Symbol 757 MovieClip in Symbol 959 MovieClip Frame 1 (99 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this._parent.attacking = true;
}
}
Symbol 960 MovieClip Frame 1 (8 B)
stop();
Instance of Symbol 757 MovieClip in Symbol 960 MovieClip Frame 1 (186 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this._parent.dead = true;
_root.player.grav--;
_root.player.grav = -10;
_root.player._y = _root.player._y - 40;
}
}
Instance of Symbol 757 MovieClip in Symbol 960 MovieClip Frame 1 (99 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this._parent.attacking = true;
}
}
Symbol 963 MovieClip Frame 1 (8 B)
stop();
Symbol 963 MovieClip Frame 2 (39 B)
_root.contador1 = _root.contador1 + 1;
Symbol 963 MovieClip Frame 61 (8 B)
stop();
Symbol 970 MovieClip Frame 1 (8 B)
stop();
Symbol 970 MovieClip Frame 2 (39 B)
_root.contador1 = _root.contador1 + 1;
Symbol 970 MovieClip Frame 61 (8 B)
stop();
Symbol 972 MovieClip Frame 1 (8 B)
stop();
Symbol 972 MovieClip Frame 2 (39 B)
_root.contador1 = _root.contador1 + 1;
Symbol 972 MovieClip Frame 61 (8 B)
stop();
Symbol 974 MovieClip Frame 1 (8 B)
stop();
Symbol 974 MovieClip Frame 2 (39 B)
_root.contador1 = _root.contador1 + 1;
Symbol 974 MovieClip Frame 61 (8 B)
stop();
Instance of Symbol 610 MovieClip in Symbol 978 MovieClip Frame 1 (408 B)
onClipEvent (enterFrame) {
if (_root.resetcontrol.reset == true) {
this.Line.removeMovieClip();
createEmptyMovieClip("Line", 1);
Line.lineStyle(23, 14115863, 100);
onMouseDown = function () {
Line.moveTo(_xmouse, _ymouse);
onMouseMove = function () {
Line.lineTo(_xmouse, _ymouse);
};
};
onMouseUp = function () {
onMouseMove = null;
};
_root.resetcontrol.reset = false;
}
}
Symbol 982 MovieClip Frame 60 (36 B)
stop();
_root.boss.gotoAndStop(2);
Symbol 983 MovieClip Frame 40 (44 B)
stop();
_root.boss.hitboss.gotoAndStop(1);
Symbol 984 MovieClip Frame 1 (8 B)
stop();
Symbol 984 MovieClip Frame 2 (45 B)
stop();
_root.boss._y = _root.boss._y - 2;
Instance of Symbol 757 MovieClip in Symbol 996 MovieClip Frame 35 (128 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player.clavado = true;
_root.player.gotoAndStop(7);
}
}
Symbol 996 MovieClip Frame 37 (27 B)
_root.boss.gotoAndStop(3);
Symbol 999 MovieClip Frame 60 (36 B)
stop();
_root.boss.gotoAndStop(4);
Symbol 1009 MovieClip Frame 25 (28 B)
_root.boss.shooting = true;
Instance of Symbol 757 MovieClip in Symbol 1009 MovieClip Frame 26 (128 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player.clavado = true;
_root.player.gotoAndStop(7);
}
}
Symbol 1009 MovieClip Frame 47 (66 B)
stop();
_root.boss.shooting = false;
_root.boss.gotoAndStop(1);
Symbol 1019 MovieClip Frame 85 (34 B)
_root.blancothing.gotoAndPlay(2);
Symbol 1019 MovieClip Frame 97 (28 B)
stop();
_root.nextFrame();
Symbol 1020 MovieClip Frame 1 (8 B)
stop();
Instance of Symbol 984 MovieClip "hitboss" in Symbol 1020 MovieClip Frame 1 (319 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.contador1 = _root.contador1 + 1;
this._parent.dead = true;
_root.player.grav--;
_root.player.grav = -10;
_root.player._y = _root.player._y - 40;
_root.boss._y = _root.boss._y + 2;
_root.bossenergy.nextFrame();
this.gotoAndStop(2);
}
}
Symbol 1025 MovieClip Frame 1 (8 B)
stop();
Symbol 1027 MovieClip Frame 1 (8 B)
stop();
Symbol 1027 MovieClip Frame 13 (8 B)
stop();
Symbol 1042 MovieClip Frame 154 (29 B)
_root.gotoAndStop("submit");
Symbol 1051 MovieClip Frame 31 (8 B)
stop();
Instance of Symbol 610 MovieClip in Symbol 1054 MovieClip Frame 1 (408 B)
onClipEvent (enterFrame) {
if (_root.resetcontrol.reset == true) {
this.Line.removeMovieClip();
createEmptyMovieClip("Line", 1);
Line.lineStyle(23, 14115863, 100);
onMouseDown = function () {
Line.moveTo(_xmouse, _ymouse);
onMouseMove = function () {
Line.lineTo(_xmouse, _ymouse);
};
};
onMouseUp = function () {
onMouseMove = null;
};
_root.resetcontrol.reset = false;
}
}
Symbol 1057 MovieClip Frame 1 (8 B)
stop();
Symbol 1057 MovieClip Frame 2 (39 B)
_root.contador1 = _root.contador1 + 1;
Symbol 1057 MovieClip Frame 61 (8 B)
stop();
Symbol 1058 MovieClip Frame 1 (8 B)
stop();
Symbol 1058 MovieClip Frame 2 (39 B)
_root.contador1 = _root.contador1 + 1;
Symbol 1058 MovieClip Frame 61 (8 B)
stop();
Instance of Symbol 610 MovieClip in Symbol 1067 MovieClip Frame 1 (408 B)
onClipEvent (enterFrame) {
if (_root.resetcontrol.reset == true) {
this.Line.removeMovieClip();
createEmptyMovieClip("Line", 1);
Line.lineStyle(23, 14115863, 100);
onMouseDown = function () {
Line.moveTo(_xmouse, _ymouse);
onMouseMove = function () {
Line.lineTo(_xmouse, _ymouse);
};
};
onMouseUp = function () {
onMouseMove = null;
};
_root.resetcontrol.reset = false;
}
}
Instance of Symbol 610 MovieClip in Symbol 1070 MovieClip Frame 1 (408 B)
onClipEvent (enterFrame) {
if (_root.resetcontrol.reset == true) {
this.Line.removeMovieClip();
createEmptyMovieClip("Line", 1);
Line.lineStyle(23, 14115863, 100);
onMouseDown = function () {
Line.moveTo(_xmouse, _ymouse);
onMouseMove = function () {
Line.lineTo(_xmouse, _ymouse);
};
};
onMouseUp = function () {
onMouseMove = null;
};
_root.resetcontrol.reset = false;
}
}
Instance of Symbol 610 MovieClip in Symbol 1073 MovieClip Frame 1 (408 B)
onClipEvent (enterFrame) {
if (_root.resetcontrol.reset == true) {
this.Line.removeMovieClip();
createEmptyMovieClip("Line", 1);
Line.lineStyle(23, 14115863, 100);
onMouseDown = function () {
Line.moveTo(_xmouse, _ymouse);
onMouseMove = function () {
Line.lineTo(_xmouse, _ymouse);
};
};
onMouseUp = function () {
onMouseMove = null;
};
_root.resetcontrol.reset = false;
}
}
Instance of Symbol 610 MovieClip in Symbol 1076 MovieClip Frame 1 (408 B)
onClipEvent (enterFrame) {
if (_root.resetcontrol.reset == true) {
this.Line.removeMovieClip();
createEmptyMovieClip("Line", 1);
Line.lineStyle(23, 14115863, 100);
onMouseDown = function () {
Line.moveTo(_xmouse, _ymouse);
onMouseMove = function () {
Line.lineTo(_xmouse, _ymouse);
};
};
onMouseUp = function () {
onMouseMove = null;
};
_root.resetcontrol.reset = false;
}
}
Symbol 1078 MovieClip Frame 1 (8 B)
stop();
Symbol 1078 MovieClip Frame 40 (8 B)
stop();
Symbol 1079 MovieClip Frame 1 (8 B)
stop();
Symbol 1079 MovieClip Frame 40 (8 B)
stop();
Symbol 1080 MovieClip Frame 1 (8 B)
stop();
Symbol 1080 MovieClip Frame 40 (8 B)
stop();
Instance of Symbol 610 MovieClip in Symbol 1082 MovieClip Frame 1 (408 B)
onClipEvent (enterFrame) {
if (_root.resetcontrol.reset == true) {
this.Line.removeMovieClip();
createEmptyMovieClip("Line", 1);
Line.lineStyle(23, 14115863, 100);
onMouseDown = function () {
Line.moveTo(_xmouse, _ymouse);
onMouseMove = function () {
Line.lineTo(_xmouse, _ymouse);
};
};
onMouseUp = function () {
onMouseMove = null;
};
_root.resetcontrol.reset = false;
}
}
Instance of Symbol 610 MovieClip in Symbol 1086 MovieClip Frame 1 (408 B)
onClipEvent (enterFrame) {
if (_root.resetcontrol.reset == true) {
this.Line.removeMovieClip();
createEmptyMovieClip("Line", 1);
Line.lineStyle(23, 14115863, 100);
onMouseDown = function () {
Line.moveTo(_xmouse, _ymouse);
onMouseMove = function () {
Line.lineTo(_xmouse, _ymouse);
};
};
onMouseUp = function () {
onMouseMove = null;
};
_root.resetcontrol.reset = false;
}
}
Instance of Symbol 610 MovieClip in Symbol 1092 MovieClip Frame 1 (408 B)
onClipEvent (enterFrame) {
if (_root.resetcontrol.reset == true) {
this.Line.removeMovieClip();
createEmptyMovieClip("Line", 1);
Line.lineStyle(23, 14115863, 100);
onMouseDown = function () {
Line.moveTo(_xmouse, _ymouse);
onMouseMove = function () {
Line.lineTo(_xmouse, _ymouse);
};
};
onMouseUp = function () {
onMouseMove = null;
};
_root.resetcontrol.reset = false;
}
}
Instance of Symbol 610 MovieClip in Symbol 1094 MovieClip Frame 1 (408 B)
onClipEvent (enterFrame) {
if (_root.resetcontrol.reset == true) {
this.Line.removeMovieClip();
createEmptyMovieClip("Line", 1);
Line.lineStyle(23, 14115863, 100);
onMouseDown = function () {
Line.moveTo(_xmouse, _ymouse);
onMouseMove = function () {
Line.lineTo(_xmouse, _ymouse);
};
};
onMouseUp = function () {
onMouseMove = null;
};
_root.resetcontrol.reset = false;
}
}
Instance of Symbol 610 MovieClip in Symbol 1099 MovieClip Frame 1 (408 B)
onClipEvent (enterFrame) {
if (_root.resetcontrol.reset == true) {
this.Line.removeMovieClip();
createEmptyMovieClip("Line", 1);
Line.lineStyle(23, 14115863, 100);
onMouseDown = function () {
Line.moveTo(_xmouse, _ymouse);
onMouseMove = function () {
Line.lineTo(_xmouse, _ymouse);
};
};
onMouseUp = function () {
onMouseMove = null;
};
_root.resetcontrol.reset = false;
}
}
Instance of Symbol 610 MovieClip in Symbol 1104 MovieClip Frame 1 (408 B)
onClipEvent (enterFrame) {
if (_root.resetcontrol.reset == true) {
this.Line.removeMovieClip();
createEmptyMovieClip("Line", 1);
Line.lineStyle(23, 14115863, 100);
onMouseDown = function () {
Line.moveTo(_xmouse, _ymouse);
onMouseMove = function () {
Line.lineTo(_xmouse, _ymouse);
};
};
onMouseUp = function () {
onMouseMove = null;
};
_root.resetcontrol.reset = false;
}
}
Instance of Symbol 610 MovieClip in Symbol 1108 MovieClip Frame 1 (408 B)
onClipEvent (enterFrame) {
if (_root.resetcontrol.reset == true) {
this.Line.removeMovieClip();
createEmptyMovieClip("Line", 1);
Line.lineStyle(23, 14115863, 100);
onMouseDown = function () {
Line.moveTo(_xmouse, _ymouse);
onMouseMove = function () {
Line.lineTo(_xmouse, _ymouse);
};
};
onMouseUp = function () {
onMouseMove = null;
};
_root.resetcontrol.reset = false;
}
}
Symbol 1110 MovieClip Frame 1 (8 B)
stop();
Symbol 1110 MovieClip Frame 40 (8 B)
stop();
Symbol 1111 MovieClip Frame 1 (8 B)
stop();
Symbol 1111 MovieClip Frame 40 (8 B)
stop();
Symbol 1112 MovieClip Frame 1 (8 B)
stop();
Symbol 1112 MovieClip Frame 40 (8 B)
stop();
Symbol 1113 MovieClip Frame 1 (8 B)
stop();
Symbol 1113 MovieClip Frame 40 (8 B)
stop();
Symbol 1114 MovieClip Frame 1 (8 B)
stop();
Symbol 1114 MovieClip Frame 40 (8 B)
stop();
Symbol 1115 MovieClip Frame 1 (8 B)
stop();
Symbol 1115 MovieClip Frame 40 (8 B)
stop();
Instance of Symbol 610 MovieClip in Symbol 1117 MovieClip Frame 1 (408 B)
onClipEvent (enterFrame) {
if (_root.resetcontrol.reset == true) {
this.Line.removeMovieClip();
createEmptyMovieClip("Line", 1);
Line.lineStyle(23, 14115863, 100);
onMouseDown = function () {
Line.moveTo(_xmouse, _ymouse);
onMouseMove = function () {
Line.lineTo(_xmouse, _ymouse);
};
};
onMouseUp = function () {
onMouseMove = null;
};
_root.resetcontrol.reset = false;
}
}
Instance of Symbol 610 MovieClip in Symbol 1119 MovieClip Frame 1 (408 B)
onClipEvent (enterFrame) {
if (_root.resetcontrol.reset == true) {
this.Line.removeMovieClip();
createEmptyMovieClip("Line", 1);
Line.lineStyle(23, 14115863, 100);
onMouseDown = function () {
Line.moveTo(_xmouse, _ymouse);
onMouseMove = function () {
Line.lineTo(_xmouse, _ymouse);
};
};
onMouseUp = function () {
onMouseMove = null;
};
_root.resetcontrol.reset = false;
}
}
Instance of Symbol 610 MovieClip in Symbol 1125 MovieClip Frame 1 (408 B)
onClipEvent (enterFrame) {
if (_root.resetcontrol.reset == true) {
this.Line.removeMovieClip();
createEmptyMovieClip("Line", 1);
Line.lineStyle(23, 14115863, 100);
onMouseDown = function () {
Line.moveTo(_xmouse, _ymouse);
onMouseMove = function () {
Line.lineTo(_xmouse, _ymouse);
};
};
onMouseUp = function () {
onMouseMove = null;
};
_root.resetcontrol.reset = false;
}
}
Instance of Symbol 723 MovieClip "linecreator" in Symbol 1130 MovieClip Frame 1 (544 B)
onClipEvent (load) {
mousedown = false;
}
onClipEvent (mouseDown) {
mousedown = true;
}
onClipEvent (mouseUp) {
mousedown = false;
}
onClipEvent (enterFrame) {
if (_root.resetcontrol.reset == true) {
this.Line.removeMovieClip();
createEmptyMovieClip("Line", 1);
Line.lineStyle(23, 14115863, 100);
onMouseDown = function () {
Line.moveTo(_xmouse, _ymouse);
onMouseMove = function () {
Line.lineTo(_xmouse, _ymouse);
};
};
onMouseUp = function () {
onMouseMove = null;
};
_root.resetcontrol.reset = false;
}
}
Symbol 1133 MovieClip Frame 1 (8 B)
stop();
Instance of Symbol 610 MovieClip in Symbol 1135 MovieClip Frame 1 (408 B)
onClipEvent (enterFrame) {
if (_root.resetcontrol.reset == true) {
this.Line.removeMovieClip();
createEmptyMovieClip("Line", 1);
Line.lineStyle(23, 14115863, 100);
onMouseDown = function () {
Line.moveTo(_xmouse, _ymouse);
onMouseMove = function () {
Line.lineTo(_xmouse, _ymouse);
};
};
onMouseUp = function () {
onMouseMove = null;
};
_root.resetcontrol.reset = false;
}
}
Symbol 1137 MovieClip Frame 1 (8 B)
stop();
Symbol 1137 MovieClip Frame 40 (8 B)
stop();
Symbol 1138 MovieClip Frame 1 (8 B)
stop();
Symbol 1138 MovieClip Frame 40 (8 B)
stop();
Symbol 1139 MovieClip Frame 1 (8 B)
stop();
Symbol 1139 MovieClip Frame 40 (8 B)
stop();
Symbol 1140 MovieClip Frame 1 (8 B)
stop();
Symbol 1140 MovieClip Frame 40 (8 B)
stop();
Symbol 1141 MovieClip Frame 1 (8 B)
stop();
Symbol 1141 MovieClip Frame 40 (8 B)
stop();
Symbol 1142 MovieClip Frame 1 (8 B)
stop();
Symbol 1142 MovieClip Frame 40 (8 B)
stop();
Symbol 1145 MovieClip Frame 1 (8 B)
stop();
Symbol 1145 MovieClip Frame 40 (8 B)
stop();
Symbol 1146 MovieClip Frame 1 (8 B)
stop();
Symbol 1146 MovieClip Frame 40 (8 B)
stop();
Symbol 1147 MovieClip Frame 1 (8 B)
stop();
Symbol 1147 MovieClip Frame 40 (8 B)
stop();
Symbol 1148 MovieClip Frame 1 (8 B)
stop();
Symbol 1148 MovieClip Frame 40 (8 B)
stop();
Symbol 1149 MovieClip Frame 1 (8 B)
stop();
Symbol 1149 MovieClip Frame 40 (8 B)
stop();
Symbol 1150 MovieClip Frame 1 (8 B)
stop();
Symbol 1150 MovieClip Frame 40 (8 B)
stop();
Symbol 1158 MovieClip Frame 1 (8 B)
stop();
Symbol 1158 MovieClip Frame 51 (46 B)
stop();
_root.gotoAndStop("normalcomplete");
Symbol 1198 MovieClip Frame 1 (8 B)
stop();
Symbol 1198 MovieClip Frame 2 (28 B)
_root.stopped = 1;
play();
Symbol 1198 MovieClip Frame 3 (28 B)
_root.stopped = 1;
play();
Symbol 1198 MovieClip Frame 50 (45 B)
_root.gotoAndStop("mini1gameover");
stop();
Symbol 1212 MovieClip Frame 79 (8 B)
stop();
Symbol 1213 MovieClip Frame 1 (8 B)
stop();
Symbol 1225 MovieClip Frame 1 (8 B)
stop();
Symbol 1225 MovieClip Frame 2 (19 B)
_root.stopped = 1;
Symbol 1225 MovieClip Frame 109 (45 B)
stop();
_root.gotoAndStop("mini1gameover");
Symbol 1227 MovieClip Frame 1 (8 B)
stop();
Symbol 1227 MovieClip Frame 51 (45 B)
stop();
_root.gotoAndStop("mini1gameover");
Instance of Symbol 1236 MovieClip "st1" in Symbol 1237 MovieClip Frame 1 (228 B)
onClipEvent (load) {
this._y = 0;
}
onClipEvent (enterFrame) {
this._y = this._y - 1;
}
onClipEvent (enterFrame) {
if (Key.isDown(38)) {
this._y = this._y - 3.5;
} else if (Key.isDown(40)) {
this._y = this._y + 4.5;
}
}
Symbol 1243 MovieClip Frame 229 (8 B)
stop();
Symbol 1254 MovieClip Frame 77 (8 B)
stop();