Frame 1 (26 B)
Stage.showMenu = "false";
Frame 131 (20 B)
_quality = "HIGH";
Frame 159 (8 B)
stop();
Frame 628 (19 B)
_quality = "LOW";
Frame 670 (272 B)
_root.FALLING = 1;
_root.jump = 0;
_root.jumpspeed = 20;
_root.walkt = 0;
_root.land = 0;
_root.lives = 3;
_root.eggs = 0;
_root.dying = 0;
_root.score = 0;
_root.leftblock = 0;
_root.bosshits = 0;
_root.loghits = 0;
_root.bosshead = 0;
_root.deathtext = "";
Frame 671 (8 B)
stop();
Instance of Symbol 383 MovieClip "screen" in Frame 671 (98 B)
onClipEvent (load) {
_root.levelpos = _root.screen._x;
_root.playerpos = _root.screen.main._x;
}
Instance of Symbol 386 MovieClip in Frame 671 (69 B)
onClipEvent (enterFrame) {
if (Key.isDown(81)) {
this.play();
}
}
Instance of Symbol 409 MovieClip in Frame 671 (149 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main) && (_root.whistle == 0)) {
_root.screen.main._x = _root.screen.main._x + 3;
}
}
Instance of Symbol 409 MovieClip in Frame 671 (149 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main) && (_root.whistle == 0)) {
_root.screen.main._x = _root.screen.main._x - 3;
}
}
Frame 672 (19 B)
gotoAndStop (670);
Frame 673 (226 B)
_root.FALLING = 1;
_root.jump = 0;
_root.jumpspeed = 20;
_root.walkt = 0;
_root.land = 0;
_root.dying = 0;
_root.leftblock = 0;
_root.rightblock = 0;
_root.sharp = 0;
stopAllSounds();
_quality = "MEDIUM";
play();
Instance of Symbol 203 MovieClip in Frame 675 (121 B)
onClipEvent (enterFrame) {
if (hitTest(_root.background)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 203 MovieClip in Frame 675 (121 B)
onClipEvent (enterFrame) {
if (hitTest(_root.background)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 196 MovieClip in Frame 675 (305 B)
onClipEvent (load) {
_root.ground = this._y;
}
onClipEvent (enterFrame) {
if ((hitTest(_root.screen.main) && (_root.falling == 1)) && (_root.screen.main._y <= this._y)) {
_root.falling = 0;
_root.screen.main._y = this._y;
_root.screen.main.gotoAndStop(1);
_root.land = 1;
}
}
Instance of Symbol 439 MovieClip in Frame 675 (122 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
_root.lives = _root.lives + 1;
this.gotoAndStop(2);
}
}
Frame 1099 (223 B)
_root.FALLING = 1;
_root.jump = 0;
_root.jumpspeed = 20;
_root.walkt = 0;
_root.land = 0;
_root.dying = 0;
_quality = "LOW";
_root.leftblock = 0;
_root.rightblock = 0;
_root.sharp = 0;
stopAllSounds();
play();
Frame 1100 (29 B)
_root.sounds.gotoAndPlay(8);
Frame 1101 (8 B)
stop();
Instance of Symbol 506 MovieClip "screen" in Frame 1101 (98 B)
onClipEvent (load) {
_root.levelpos = _root.screen._x;
_root.playerpos = _root.screen.main._x;
}
Instance of Symbol 386 MovieClip in Frame 1101 (69 B)
onClipEvent (enterFrame) {
if (Key.isDown(81)) {
this.play();
}
}
Frame 1102 (8 B)
play();
Instance of Symbol 203 MovieClip in Frame 1102 (121 B)
onClipEvent (enterFrame) {
if (hitTest(_root.background)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 203 MovieClip in Frame 1152 (121 B)
onClipEvent (enterFrame) {
if (hitTest(_root.background)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 203 MovieClip in Frame 1152 (121 B)
onClipEvent (enterFrame) {
if (hitTest(_root.background)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 196 MovieClip in Frame 1152 (305 B)
onClipEvent (load) {
_root.ground = this._y;
}
onClipEvent (enterFrame) {
if ((hitTest(_root.screen.main) && (_root.falling == 1)) && (_root.screen.main._y <= this._y)) {
_root.falling = 0;
_root.screen.main._y = this._y;
_root.screen.main.gotoAndStop(1);
_root.land = 1;
}
}
Frame 1153 (198 B)
_root.FALLING = 1;
_root.jump = 0;
_root.jumpspeed = 20;
_root.walkt = 0;
_root.land = 0;
_root.dying = 0;
_quality = "MEDIUM";
_root.leftblock = 0;
_root.rightblock = 0;
_root.sharp = 0;
Frame 1354 (17 B)
stopAllSounds();
Frame 1355 (37 B)
stopAllSounds();
_quality = "LOW";
Frame 1358 (30 B)
_root.sounds.gotoAndPlay(12);
Frame 1363 (134 B)
_root.FALLING = 1;
_root.jump = 0;
_root.jumpspeed = 20;
_root.walkt = 0;
_root.land = 0;
_root.dying = 0;
_root.leftblock = 0;
Frame 1364 (8 B)
stop();
Instance of Symbol 529 MovieClip "screen" in Frame 1364 (98 B)
onClipEvent (load) {
_root.levelpos = _root.screen._x;
_root.playerpos = _root.screen.main._x;
}
Instance of Symbol 386 MovieClip in Frame 1364 (69 B)
onClipEvent (enterFrame) {
if (Key.isDown(81)) {
this.play();
}
}
Instance of Symbol 409 MovieClip in Frame 1364 (149 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main) && (_root.whistle == 0)) {
_root.screen.main._x = _root.screen.main._x + 3;
}
}
Instance of Symbol 409 MovieClip in Frame 1364 (149 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main) && (_root.whistle == 0)) {
_root.screen.main._x = _root.screen.main._x - 3;
}
}
Frame 1365 (20 B)
gotoAndStop (1397);
Frame 1366 (143 B)
_root.FALLING = 1;
_root.jump = 0;
_root.jumpspeed = 20;
_root.walkt = 0;
_root.land = 0;
_root.dying = 0;
_root.leftblock = 0;
stop();
Instance of Symbol 555 MovieClip "screen" in Frame 1366 (98 B)
onClipEvent (load) {
_root.levelpos = _root.screen._x;
_root.playerpos = _root.screen.main._x;
}
Instance of Symbol 386 MovieClip in Frame 1366 (69 B)
onClipEvent (enterFrame) {
if (Key.isDown(81)) {
this.play();
}
}
Instance of Symbol 409 MovieClip in Frame 1366 (149 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main) && (_root.whistle == 0)) {
_root.screen.main._x = _root.screen.main._x + 3;
}
}
Instance of Symbol 409 MovieClip in Frame 1366 (149 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main) && (_root.whistle == 0)) {
_root.screen.main._x = _root.screen.main._x - 3;
}
}
Frame 1367 (20 B)
gotoAndStop (1408);
Frame 1368 (194 B)
_root.FALLING = 1;
_root.jump = 0;
_root.jumpspeed = 20;
_root.walkt = 0;
_root.land = 0;
_root.dying = 0;
_root.leftblock = 0;
_quality = "MEDIUM";
stopAllSounds();
stopAllSounds();
Instance of Symbol 196 MovieClip in Frame 1368 (305 B)
onClipEvent (load) {
_root.ground = this._y;
}
onClipEvent (enterFrame) {
if ((hitTest(_root.screen.main) && (_root.falling == 1)) && (_root.screen.main._y <= this._y)) {
_root.falling = 0;
_root.screen.main._y = this._y;
_root.screen.main.gotoAndStop(1);
_root.land = 1;
}
}
Instance of Symbol 203 MovieClip in Frame 1368 (121 B)
onClipEvent (enterFrame) {
if (hitTest(_root.background)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 203 MovieClip in Frame 1368 (121 B)
onClipEvent (enterFrame) {
if (hitTest(_root.background)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 203 MovieClip in Frame 1368 (121 B)
onClipEvent (enterFrame) {
if (hitTest(_root.background)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 200 MovieClip "dying" in Frame 1368 (144 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
_root.levelpos = _root.screen._x;
_root.playerpos = _root.screen.main._x;
}
}
Frame 1657 (203 B)
_root.FALLING = 1;
_root.jump = 0;
_root.jumpspeed = 20;
_root.walkt = 0;
_root.land = 0;
_root.dying = 0;
_root.leftblock = 0;
_quality = "LOW";
stopAllSounds();
_root.sounds.gotoAndPlay(8);
Instance of Symbol 641 MovieClip "screen" in Frame 1657 (98 B)
onClipEvent (load) {
_root.levelpos = _root.screen._x;
_root.playerpos = _root.screen.main._x;
}
Instance of Symbol 386 MovieClip in Frame 1657 (69 B)
onClipEvent (enterFrame) {
if (Key.isDown(81)) {
this.play();
}
}
Instance of Symbol 409 MovieClip in Frame 1657 (149 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main) && (_root.whistle == 0)) {
_root.screen.main._x = _root.screen.main._x + 3;
}
}
Instance of Symbol 409 MovieClip in Frame 1657 (149 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main) && (_root.whistle == 0)) {
_root.screen.main._x = _root.screen.main._x - 3;
}
}
Frame 1661 (8 B)
stop();
Frame 1662 (8 B)
play();
Instance of Symbol 203 MovieClip in Frame 1662 (121 B)
onClipEvent (enterFrame) {
if (hitTest(_root.background)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Frame 1720 (157 B)
_root.FALLING = 1;
_root.jump = 0;
_root.jumpspeed = 20;
_root.walkt = 0;
_root.land = 0;
_root.dying = 0;
_root.leftblock = 0;
_quality = "MEDIUM";
Instance of Symbol 196 MovieClip in Frame 1720 (305 B)
onClipEvent (load) {
_root.ground = this._y;
}
onClipEvent (enterFrame) {
if ((hitTest(_root.screen.main) && (_root.falling == 1)) && (_root.screen.main._y <= this._y)) {
_root.falling = 0;
_root.screen.main._y = this._y;
_root.screen.main.gotoAndStop(1);
_root.land = 1;
}
}
Instance of Symbol 203 MovieClip in Frame 1720 (121 B)
onClipEvent (enterFrame) {
if (hitTest(_root.background)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 203 MovieClip in Frame 1720 (121 B)
onClipEvent (enterFrame) {
if (hitTest(_root.background)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 203 MovieClip in Frame 1720 (121 B)
onClipEvent (enterFrame) {
if (hitTest(_root.background)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 200 MovieClip "dying" in Frame 1720 (144 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
_root.levelpos = _root.screen._x;
_root.playerpos = _root.screen.main._x;
}
}
Frame 2086 (17 B)
stopAllSounds();
Frame 2087 (37 B)
stopAllSounds();
_quality = "LOW";
Frame 2088 (30 B)
_root.sounds.gotoAndPlay(12);
Frame 2095 (134 B)
_root.FALLING = 1;
_root.jump = 0;
_root.jumpspeed = 20;
_root.walkt = 0;
_root.land = 0;
_root.dying = 0;
_root.leftblock = 0;
Frame 2096 (8 B)
stop();
Instance of Symbol 386 MovieClip in Frame 2096 (69 B)
onClipEvent (enterFrame) {
if (Key.isDown(81)) {
this.play();
}
}
Instance of Symbol 692 MovieClip "screen" in Frame 2096 (98 B)
onClipEvent (load) {
_root.levelpos = _root.screen._x;
_root.playerpos = _root.screen.main._x;
}
Instance of Symbol 409 MovieClip in Frame 2096 (149 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main) && (_root.whistle == 0)) {
_root.screen.main._x = _root.screen.main._x + 3;
}
}
Instance of Symbol 409 MovieClip in Frame 2096 (149 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main) && (_root.whistle == 0)) {
_root.screen.main._x = _root.screen.main._x - 3;
}
}
Frame 2097 (20 B)
gotoAndStop (2129);
Frame 2099 (134 B)
_root.FALLING = 1;
_root.jump = 0;
_root.jumpspeed = 20;
_root.walkt = 0;
_root.land = 0;
_root.dying = 0;
_root.leftblock = 0;
Frame 2100 (8 B)
stop();
Instance of Symbol 706 MovieClip "screen" in Frame 2100 (98 B)
onClipEvent (load) {
_root.levelpos = _root.screen._x;
_root.playerpos = _root.screen.main._x;
}
Instance of Symbol 386 MovieClip in Frame 2100 (69 B)
onClipEvent (enterFrame) {
if (Key.isDown(81)) {
this.play();
}
}
Instance of Symbol 409 MovieClip in Frame 2100 (149 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main) && (_root.whistle == 0)) {
_root.screen.main._x = _root.screen.main._x + 3;
}
}
Instance of Symbol 409 MovieClip in Frame 2100 (149 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main) && (_root.whistle == 0)) {
_root.screen.main._x = _root.screen.main._x - 3;
}
}
Frame 2101 (20 B)
gotoAndStop (2140);
Frame 2102 (8 B)
play();
Frame 2103 (134 B)
_root.FALLING = 1;
_root.jump = 0;
_root.jumpspeed = 20;
_root.walkt = 0;
_root.land = 0;
_root.dying = 0;
_root.leftblock = 0;
Frame 2104 (8 B)
stop();
Instance of Symbol 719 MovieClip "screen" in Frame 2104 (98 B)
onClipEvent (load) {
_root.levelpos = _root.screen._x;
_root.playerpos = _root.screen.main._x;
}
Instance of Symbol 386 MovieClip in Frame 2104 (69 B)
onClipEvent (enterFrame) {
if (Key.isDown(81)) {
this.play();
}
}
Instance of Symbol 409 MovieClip in Frame 2104 (149 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main) && (_root.whistle == 0)) {
_root.screen.main._x = _root.screen.main._x + 3;
}
}
Instance of Symbol 409 MovieClip in Frame 2104 (149 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main) && (_root.whistle == 0)) {
_root.screen.main._x = _root.screen.main._x - 3;
}
}
Frame 2105 (20 B)
gotoAndStop (2144);
Frame 2106 (175 B)
_root.FALLING = 1;
_root.jump = 0;
_root.jumpspeed = 20;
_root.walkt = 0;
_root.land = 0;
_root.dying = 0;
_root.leftblock = 0;
_quality = "MEDIUM";
stopAllSounds();
Instance of Symbol 196 MovieClip in Frame 2106 (305 B)
onClipEvent (load) {
_root.ground = this._y;
}
onClipEvent (enterFrame) {
if ((hitTest(_root.screen.main) && (_root.falling == 1)) && (_root.screen.main._y <= this._y)) {
_root.falling = 0;
_root.screen.main._y = this._y;
_root.screen.main.gotoAndStop(1);
_root.land = 1;
}
}
Instance of Symbol 203 MovieClip in Frame 2106 (121 B)
onClipEvent (enterFrame) {
if (hitTest(_root.background)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 203 MovieClip in Frame 2106 (121 B)
onClipEvent (enterFrame) {
if (hitTest(_root.background)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 203 MovieClip in Frame 2106 (121 B)
onClipEvent (enterFrame) {
if (hitTest(_root.background)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 200 MovieClip "dying" in Frame 2106 (144 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
_root.levelpos = _root.screen._x;
_root.playerpos = _root.screen.main._x;
}
}
Frame 2482 (282 B)
_root.FALLING = 1;
_root.jump = 0;
_root.jumpspeed = 20;
_root.walkt = 0;
_root.land = 0;
_root.dying = 0;
_root.leftblock = 0;
_root.wave = 1;
stopAllSounds();
_root.sounds.gotoAndPlay(8);
_root.bosshits = 0;
_root.loghits = 0;
_root.bosshead = 0;
_quality = "LOW";
Instance of Symbol 787 MovieClip "screen" in Frame 2482 (98 B)
onClipEvent (load) {
_root.levelpos = _root.screen._x;
_root.playerpos = _root.screen.main._x;
}
Instance of Symbol 386 MovieClip in Frame 2482 (69 B)
onClipEvent (enterFrame) {
if (Key.isDown(81)) {
this.play();
}
}
Instance of Symbol 409 MovieClip in Frame 2482 (149 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main) && (_root.whistle == 0)) {
_root.screen.main._x = _root.screen.main._x + 3;
}
}
Instance of Symbol 409 MovieClip in Frame 2482 (149 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main) && (_root.whistle == 0)) {
_root.screen.main._x = _root.screen.main._x - 3;
}
}
Frame 2486 (8 B)
stop();
Instance of Symbol 203 MovieClip in Frame 2487 (121 B)
onClipEvent (enterFrame) {
if (hitTest(_root.background)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Frame 2538 (157 B)
_root.FALLING = 1;
_root.jump = 0;
_root.jumpspeed = 20;
_root.walkt = 0;
_root.land = 0;
_root.dying = 0;
_root.leftblock = 0;
_quality = "MEDIUM";
Instance of Symbol 196 MovieClip in Frame 2538 (305 B)
onClipEvent (load) {
_root.ground = this._y;
}
onClipEvent (enterFrame) {
if ((hitTest(_root.screen.main) && (_root.falling == 1)) && (_root.screen.main._y <= this._y)) {
_root.falling = 0;
_root.screen.main._y = this._y;
_root.screen.main.gotoAndStop(1);
_root.land = 1;
}
}
Instance of Symbol 203 MovieClip in Frame 2538 (121 B)
onClipEvent (enterFrame) {
if (hitTest(_root.background)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 203 MovieClip in Frame 2538 (121 B)
onClipEvent (enterFrame) {
if (hitTest(_root.background)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 203 MovieClip in Frame 2538 (121 B)
onClipEvent (enterFrame) {
if (hitTest(_root.background)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 200 MovieClip "dying" in Frame 2538 (144 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
_root.levelpos = _root.screen._x;
_root.playerpos = _root.screen.main._x;
}
}
Frame 2913 (29 B)
_root.gotoAndPlay("ending");
Frame 2956 (8 B)
stop();
Instance of Symbol 824 MovieClip "main" in Frame 2956 (71 B)
onClipEvent (enterFrame) {
if (Key.isDown("65")) {
this.play();
}
}
Instance of Symbol 824 MovieClip "main" in Frame 2970 (42 B)
onClipEvent (enterFrame) {
this.play();
}
Frame 3419 (30 B)
_root.gotoAndPlay("opening");
Frame 3432 (29 B)
_quality = "HIGH";
play();
Frame 3554 (48 B)
stopAllSounds();
_root.gotoAndPlay("opening");
Symbol 10 MovieClip Frame 1 (200 B)
_root.stop();
PercentLoaded = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100;
if (PercentLoaded != 100) {
setProperty(bar, _xscale , PercentLoaded);
} else {
_root.gotoAndStop(160);
}
Symbol 10 MovieClip Frame 2 (17 B)
gotoAndPlay (1);
Symbol 15 Button (25 B)
on (release) {
play();
}
Symbol 20 Button (101 B)
on (release) {
getURL ("http://hp.vector.co.jp/authors/VA016823/joytokey/english.html", "_blank");
}
Symbol 25 Button (25 B)
on (release) {
play();
}
Symbol 28 MovieClip Frame 1 (8 B)
stop();
Symbol 28 MovieClip Frame 20 (8 B)
stop();
Symbol 34 Button (54 B)
on (release) {
play();
_root.screensize = "small";
}
Symbol 51 Button (36 B)
on (release) {
gotoAndPlay (577);
}
Symbol 196 MovieClip Frame 1 (8 B)
stop();
Symbol 200 MovieClip Frame 1 (8 B)
stop();
Symbol 203 MovieClip Frame 1 (8 B)
stop();
Symbol 207 MovieClip Frame 1 (8 B)
stop();
Symbol 209 MovieClip Frame 1 (8 B)
stop();
Symbol 212 MovieClip Frame 1 (8 B)
stop();
Symbol 215 MovieClip Frame 1 (8 B)
stop();
Symbol 218 MovieClip Frame 1 (8 B)
stop();
Symbol 221 MovieClip Frame 1 (8 B)
stop();
Symbol 226 MovieClip Frame 1 (8 B)
stop();
Instance of Symbol 200 MovieClip in Symbol 226 MovieClip Frame 19 (210 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
_root.screen.main._y = _root.screen.main._y + 2;
}
if (hitTest(_root.background)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Symbol 226 MovieClip Frame 35 (8 B)
stop();
Symbol 226 MovieClip Frame 36 (18 B)
gotoAndStop (35);
Symbol 231 MovieClip Frame 1 (8 B)
stop();
Symbol 231 MovieClip Frame 2 (32 B)
_root.score = _root.score + 50;
Symbol 231 MovieClip Frame 3 (8 B)
stop();
Symbol 260 MovieClip Frame 1 (8 B)
stop();
Instance of Symbol 238 MovieClip in Symbol 260 MovieClip Frame 1 (443 B)
onClipEvent (enterFrame) {
if ((hitTest(_root.screen.main) && (_root.falling == 1)) && (_root.dying == 0)) {
_root.falling = 0;
_root.jump = 1;
_root.score = _root.score + 150;
_root.jumpspeed = 20;
_root.jumpt = _root.screen.main._y - 150;
if (_parent.hit == 2) {
_root.jumpt = _root.screen.main - 150;
_root.score = _root.score + 300;
}
_root.screen.main.gotoAndStop(2);
_parent.gotoAndPlay(18);
}
}
Instance of Symbol 238 MovieClip in Symbol 260 MovieClip Frame 1 (317 B)
onClipEvent (enterFrame) {
if ((hitTest(_root.screen.main) && (_root.falling == 0)) && (_root.dying == 0)) {
_root.screen.main.gotoAndStop(10);
_root.screen.main._y = _root.screen.main._y - 20;
_root.dying = 4;
_root.halfdark.gotoAndStop(2);
_root.deathtext = "THESE LOGS ARE EVIL!!!";
}
}
Instance of Symbol 238 MovieClip in Symbol 260 MovieClip Frame 1 (111 B)
onClipEvent (enterFrame) {
if (hitTest(_root.background)) {
_parent.play();
} else {
_parent.stop();
}
}
Symbol 260 MovieClip Frame 17 (17 B)
gotoAndPlay (1);
Symbol 260 MovieClip Frame 18 (171 B)
_parent.stop();
play();
hit = hit + 1;
if (hit == 2) {
gotoAndPlay (41);
_root.loghits = _root.loghits + 1;
if (_root.biglog == 1) {
_root.loghits = 2;
}
}
Symbol 260 MovieClip Frame 40 (34 B)
_parent.play();
gotoAndPlay (1);
Symbol 260 MovieClip Frame 45 (27 B)
_root.biglog = 0;
stop();
Instance of Symbol 238 MovieClip in Symbol 265 MovieClip Frame 1 (354 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main) && (_root.dying == 0)) {
_root.screen.main.gotoAndStop(10);
_root.screen.main._y = _root.screen.main._y - 20;
_root.dying = 4;
_root.halfdark.gotoAndStop(2);
_root.deathtext = "YOU GOT FLATTENED!";
if (_root.falling == 1) {
_root.deathtext = "BE CAREFUL CHAPPY!";
}
}
}
Instance of Symbol 238 MovieClip in Symbol 265 MovieClip Frame 1 (111 B)
onClipEvent (enterFrame) {
if (hitTest(_root.background)) {
_parent.play();
} else {
_parent.stop();
}
}
Symbol 286 MovieClip Frame 1 (8 B)
stop();
Instance of Symbol 238 MovieClip in Symbol 286 MovieClip Frame 1 (301 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main) && (_root.dying == 0)) {
_root.screen.main.gotoAndStop(10);
_root.screen.main._y = _root.screen.main._y - 20;
_root.dying = 4;
_root.halfdark.gotoAndStop(2);
_root.deathtext = "WATCH FOR TRAPS!";
this.gotoAndPlay(42);
}
}
Instance of Symbol 238 MovieClip in Symbol 286 MovieClip Frame 1 (111 B)
onClipEvent (enterFrame) {
if (hitTest(_root.background)) {
_parent.play();
} else {
_parent.stop();
}
}
Instance of Symbol 238 MovieClip in Symbol 286 MovieClip Frame 42 (301 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main) && (_root.dying == 0)) {
_root.screen.main.gotoAndStop(10);
_root.screen.main._y = _root.screen.main._y - 20;
_root.dying = 4;
_root.halfdark.gotoAndStop(2);
_root.deathtext = "WATCH FOR TRAPS!";
this.gotoAndPlay(42);
}
}
Instance of Symbol 238 MovieClip in Symbol 294 MovieClip Frame 1 (277 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main) && (_root.dying == 0)) {
_root.screen.main.gotoAndStop(10);
_root.screen.main._y = _root.screen.main._y - 20;
_root.dying = 4;
_root.halfdark.gotoAndStop(2);
_root.deathtext = "POINTY 'AINT IT!";
}
}
Instance of Symbol 238 MovieClip in Symbol 294 MovieClip Frame 1 (266 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main) && (_root.dying == 0)) {
_root.screen.main.gotoAndStop(10);
_root.screen.main._y = _root.screen.main._y - 20;
_root.dying = 4;
_root.halfdark.gotoAndStop(2);
_root.deathtext = "OUCH!";
}
}
Instance of Symbol 238 MovieClip in Symbol 294 MovieClip Frame 1 (270 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main) && (_root.dying == 0)) {
_root.screen.main.gotoAndStop(10);
_root.screen.main._y = _root.screen.main._y - 20;
_root.dying = 4;
_root.halfdark.gotoAndStop(2);
_root.deathtext = "WATCH IT!";
}
}
Symbol 297 MovieClip Frame 1 (8 B)
stop();
Symbol 330 MovieClip Frame 1 (19 B)
_root.whistle = 0;
Symbol 330 MovieClip Frame 246 (19 B)
_root.whistle = 1;
Symbol 333 MovieClip Frame 1 (81 B)
_root.walkt = 0;
if (_root.land == 1) {
gotoAndPlay (4);
_root.land = 0;
}
Symbol 333 MovieClip Frame 3 (17 B)
gotoAndPlay (1);
Symbol 339 MovieClip Frame 6 (34 B)
_root.screen.main.gotoAndStop(3);
Symbol 362 MovieClip Frame 1 (44 B)
_root.leftblock = 0;
_root.rightblock = 0;
Symbol 362 MovieClip Frame 37 (8 B)
stop();
Symbol 376 MovieClip Frame 58 (8 B)
stop();
Symbol 377 MovieClip Frame 1 (8 B)
stop();
Symbol 377 MovieClip Frame 6 (17 B)
gotoAndStop (1);
Symbol 377 MovieClip Frame 9 (17 B)
gotoAndStop (1);
Symbol 383 MovieClip Frame 1 (94 B)
_ROOT.FALLING = 1;
_root.jump = 0;
_root.jumpspeed = 20;
_root.walkt = 0;
_root.land = 0;
Instance of Symbol 196 MovieClip in Symbol 383 MovieClip Frame 1 (289 B)
onClipEvent (enterFrame) {
if (((hitTest(_root.screen.main) && (_root.falling == 1)) && (_root.screen.main._y <= this._y)) && (_root.dying == 0)) {
_root.falling = 0;
_root.screen.main._y = this._y;
_root.screen.main.gotoAndStop(1);
_root.land = 1;
}
}
Instance of Symbol 196 MovieClip in Symbol 383 MovieClip Frame 1 (270 B)
onClipEvent (enterFrame) {
if (((hitTest(_root.screen.main) && (_root.falling == 0)) && (_root.jump == 0)) && (_root.dying == 0)) {
_root.falling = 1;
_root.screen.main._y = _root.screen.main._y + 15;
_root.screen.main.gotoAndStop(3);
}
}
Instance of Symbol 196 MovieClip in Symbol 383 MovieClip Frame 1 (289 B)
onClipEvent (enterFrame) {
if (((hitTest(_root.screen.main) && (_root.falling == 1)) && (_root.screen.main._y <= this._y)) && (_root.dying == 0)) {
_root.falling = 0;
_root.screen.main._y = this._y;
_root.screen.main.gotoAndStop(1);
_root.land = 1;
}
}
Instance of Symbol 196 MovieClip in Symbol 383 MovieClip Frame 1 (270 B)
onClipEvent (enterFrame) {
if (((hitTest(_root.screen.main) && (_root.falling == 0)) && (_root.jump == 0)) && (_root.dying == 0)) {
_root.falling = 1;
_root.screen.main._y = _root.screen.main._y + 15;
_root.screen.main.gotoAndStop(3);
}
}
Instance of Symbol 196 MovieClip in Symbol 383 MovieClip Frame 1 (270 B)
onClipEvent (enterFrame) {
if (((hitTest(_root.screen.main) && (_root.falling == 0)) && (_root.jump == 0)) && (_root.dying == 0)) {
_root.falling = 1;
_root.screen.main._y = _root.screen.main._y + 15;
_root.screen.main.gotoAndStop(3);
}
}
Instance of Symbol 196 MovieClip in Symbol 383 MovieClip Frame 1 (289 B)
onClipEvent (enterFrame) {
if (((hitTest(_root.screen.main) && (_root.falling == 1)) && (_root.screen.main._y <= this._y)) && (_root.dying == 0)) {
_root.falling = 0;
_root.screen.main._y = this._y;
_root.screen.main.gotoAndStop(1);
_root.land = 1;
}
}
Instance of Symbol 196 MovieClip in Symbol 383 MovieClip Frame 1 (270 B)
onClipEvent (enterFrame) {
if (((hitTest(_root.screen.main) && (_root.falling == 0)) && (_root.jump == 0)) && (_root.dying == 0)) {
_root.falling = 1;
_root.screen.main._y = _root.screen.main._y + 15;
_root.screen.main.gotoAndStop(3);
}
}
Instance of Symbol 196 MovieClip in Symbol 383 MovieClip Frame 1 (289 B)
onClipEvent (enterFrame) {
if (((hitTest(_root.screen.main) && (_root.falling == 1)) && (_root.screen.main._y <= this._y)) && (_root.dying == 0)) {
_root.falling = 0;
_root.screen.main._y = this._y;
_root.screen.main.gotoAndStop(1);
_root.land = 1;
}
}
Instance of Symbol 196 MovieClip in Symbol 383 MovieClip Frame 1 (270 B)
onClipEvent (enterFrame) {
if (((hitTest(_root.screen.main) && (_root.falling == 0)) && (_root.jump == 0)) && (_root.dying == 0)) {
_root.falling = 1;
_root.screen.main._y = _root.screen.main._y + 15;
_root.screen.main.gotoAndStop(3);
}
}
Instance of Symbol 196 MovieClip in Symbol 383 MovieClip Frame 1 (270 B)
onClipEvent (enterFrame) {
if (((hitTest(_root.screen.main) && (_root.falling == 0)) && (_root.jump == 0)) && (_root.dying == 0)) {
_root.falling = 1;
_root.screen.main._y = _root.screen.main._y + 15;
_root.screen.main.gotoAndStop(3);
}
}
Instance of Symbol 196 MovieClip in Symbol 383 MovieClip Frame 1 (289 B)
onClipEvent (enterFrame) {
if (((hitTest(_root.screen.main) && (_root.falling == 1)) && (_root.screen.main._y <= this._y)) && (_root.dying == 0)) {
_root.falling = 0;
_root.screen.main._y = this._y;
_root.screen.main.gotoAndStop(1);
_root.land = 1;
}
}
Instance of Symbol 196 MovieClip in Symbol 383 MovieClip Frame 1 (270 B)
onClipEvent (enterFrame) {
if (((hitTest(_root.screen.main) && (_root.falling == 0)) && (_root.jump == 0)) && (_root.dying == 0)) {
_root.falling = 1;
_root.screen.main._y = _root.screen.main._y + 15;
_root.screen.main.gotoAndStop(3);
}
}
Instance of Symbol 196 MovieClip in Symbol 383 MovieClip Frame 1 (270 B)
onClipEvent (enterFrame) {
if (((hitTest(_root.screen.main) && (_root.falling == 0)) && (_root.jump == 0)) && (_root.dying == 0)) {
_root.falling = 1;
_root.screen.main._y = _root.screen.main._y + 15;
_root.screen.main.gotoAndStop(3);
}
}
Instance of Symbol 196 MovieClip in Symbol 383 MovieClip Frame 1 (289 B)
onClipEvent (enterFrame) {
if (((hitTest(_root.screen.main) && (_root.falling == 1)) && (_root.screen.main._y <= this._y)) && (_root.dying == 0)) {
_root.falling = 0;
_root.screen.main._y = this._y;
_root.screen.main.gotoAndStop(1);
_root.land = 1;
}
}
Instance of Symbol 196 MovieClip in Symbol 383 MovieClip Frame 1 (270 B)
onClipEvent (enterFrame) {
if (((hitTest(_root.screen.main) && (_root.falling == 0)) && (_root.jump == 0)) && (_root.dying == 0)) {
_root.falling = 1;
_root.screen.main._y = _root.screen.main._y + 15;
_root.screen.main.gotoAndStop(3);
}
}
Instance of Symbol 196 MovieClip in Symbol 383 MovieClip Frame 1 (289 B)
onClipEvent (enterFrame) {
if (((hitTest(_root.screen.main) && (_root.falling == 1)) && (_root.screen.main._y <= this._y)) && (_root.dying == 0)) {
_root.falling = 0;
_root.screen.main._y = this._y;
_root.screen.main.gotoAndStop(1);
_root.land = 1;
}
}
Instance of Symbol 196 MovieClip in Symbol 383 MovieClip Frame 1 (270 B)
onClipEvent (enterFrame) {
if (((hitTest(_root.screen.main) && (_root.falling == 0)) && (_root.jump == 0)) && (_root.dying == 0)) {
_root.falling = 1;
_root.screen.main._y = _root.screen.main._y + 15;
_root.screen.main.gotoAndStop(3);
}
}
Instance of Symbol 196 MovieClip in Symbol 383 MovieClip Frame 1 (270 B)
onClipEvent (enterFrame) {
if (((hitTest(_root.screen.main) && (_root.falling == 0)) && (_root.jump == 0)) && (_root.dying == 0)) {
_root.falling = 1;
_root.screen.main._y = _root.screen.main._y + 15;
_root.screen.main.gotoAndStop(3);
}
}
Instance of Symbol 196 MovieClip in Symbol 383 MovieClip Frame 1 (270 B)
onClipEvent (enterFrame) {
if (((hitTest(_root.screen.main) && (_root.falling == 0)) && (_root.jump == 0)) && (_root.dying == 0)) {
_root.falling = 1;
_root.screen.main._y = _root.screen.main._y + 15;
_root.screen.main.gotoAndStop(3);
}
}
Instance of Symbol 196 MovieClip in Symbol 383 MovieClip Frame 1 (305 B)
onClipEvent (load) {
_root.ground = this._y;
}
onClipEvent (enterFrame) {
if ((hitTest(_root.screen.main) && (_root.falling == 1)) && (_root.screen.main._y <= this._y)) {
_root.falling = 0;
_root.screen.main._y = this._y;
_root.screen.main.gotoAndStop(1);
_root.land = 1;
}
}
Instance of Symbol 200 MovieClip in Symbol 383 MovieClip Frame 1 (240 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
_root.rightblock = 1;
_root.leftblock = 0;
} else {
_root.rightblock = 0;
}
if (hitTest(_root.background)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 203 MovieClip in Symbol 383 MovieClip Frame 1 (121 B)
onClipEvent (enterFrame) {
if (hitTest(_root.background)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 207 MovieClip in Symbol 383 MovieClip Frame 1 (121 B)
onClipEvent (enterFrame) {
if (hitTest(_root.background)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 203 MovieClip in Symbol 383 MovieClip Frame 1 (121 B)
onClipEvent (enterFrame) {
if (hitTest(_root.background)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 203 MovieClip in Symbol 383 MovieClip Frame 1 (121 B)
onClipEvent (enterFrame) {
if (hitTest(_root.background)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 203 MovieClip in Symbol 383 MovieClip Frame 1 (121 B)
onClipEvent (enterFrame) {
if (hitTest(_root.background)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 209 MovieClip in Symbol 383 MovieClip Frame 1 (121 B)
onClipEvent (enterFrame) {
if (hitTest(_root.background)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 203 MovieClip in Symbol 383 MovieClip Frame 1 (121 B)
onClipEvent (enterFrame) {
if (hitTest(_root.background)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 203 MovieClip in Symbol 383 MovieClip Frame 1 (121 B)
onClipEvent (enterFrame) {
if (hitTest(_root.background)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 200 MovieClip in Symbol 383 MovieClip Frame 1 (431 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main) && (_root.dying == 0)) {
_root.dying = 1;
_root.falling = 1;
_root.screen.main.gotoAndStop(10);
}
if (hitTest(_root.screen.main) && (_root.dying == 1)) {
_root.falling = 1;
_root.deathtext = "YOU FELL IN A HOLE!";
_root.halfdark.gotoAndStop(2);
}
if (hitTest(_root.background)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 200 MovieClip in Symbol 383 MovieClip Frame 1 (262 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
_root.screen.main._x = _root.screen.main._x - 10;
_root.screen.main._y = _root.screen.main._y + 2;
}
if (hitTest(_root.background)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 200 MovieClip in Symbol 383 MovieClip Frame 1 (262 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
_root.screen.main._x = _root.screen.main._x + 10;
_root.screen.main._y = _root.screen.main._y + 2;
}
if (hitTest(_root.background)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 200 MovieClip in Symbol 383 MovieClip Frame 1 (240 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
_root.rightblock = 1;
_root.leftblock = 0;
} else {
_root.rightblock = 0;
}
if (hitTest(_root.background)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 200 MovieClip in Symbol 383 MovieClip Frame 1 (240 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
_root.rightblock = 1;
_root.leftblock = 0;
} else {
_root.rightblock = 0;
}
if (hitTest(_root.background)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 203 MovieClip in Symbol 383 MovieClip Frame 1 (121 B)
onClipEvent (enterFrame) {
if (hitTest(_root.background)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 212 MovieClip in Symbol 383 MovieClip Frame 1 (121 B)
onClipEvent (enterFrame) {
if (hitTest(_root.background)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 215 MovieClip in Symbol 383 MovieClip Frame 1 (121 B)
onClipEvent (enterFrame) {
if (hitTest(_root.background)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 203 MovieClip in Symbol 383 MovieClip Frame 1 (121 B)
onClipEvent (enterFrame) {
if (hitTest(_root.background)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 203 MovieClip in Symbol 383 MovieClip Frame 1 (121 B)
onClipEvent (enterFrame) {
if (hitTest(_root.background)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 200 MovieClip in Symbol 383 MovieClip Frame 1 (431 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main) && (_root.dying == 0)) {
_root.dying = 1;
_root.falling = 1;
_root.screen.main.gotoAndStop(10);
}
if (hitTest(_root.screen.main) && (_root.dying == 1)) {
_root.falling = 1;
_root.deathtext = "YOU FELL IN A HOLE!";
_root.halfdark.gotoAndStop(2);
}
if (hitTest(_root.background)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 200 MovieClip in Symbol 383 MovieClip Frame 1 (262 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
_root.screen.main._x = _root.screen.main._x - 10;
_root.screen.main._y = _root.screen.main._y + 2;
}
if (hitTest(_root.background)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 200 MovieClip in Symbol 383 MovieClip Frame 1 (262 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
_root.screen.main._x = _root.screen.main._x + 10;
_root.screen.main._y = _root.screen.main._y + 2;
}
if (hitTest(_root.background)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 203 MovieClip in Symbol 383 MovieClip Frame 1 (121 B)
onClipEvent (enterFrame) {
if (hitTest(_root.background)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 218 MovieClip in Symbol 383 MovieClip Frame 1 (121 B)
onClipEvent (enterFrame) {
if (hitTest(_root.background)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 221 MovieClip in Symbol 383 MovieClip Frame 1 (121 B)
onClipEvent (enterFrame) {
if (hitTest(_root.background)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 203 MovieClip in Symbol 383 MovieClip Frame 1 (121 B)
onClipEvent (enterFrame) {
if (hitTest(_root.background)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 203 MovieClip in Symbol 383 MovieClip Frame 1 (121 B)
onClipEvent (enterFrame) {
if (hitTest(_root.background)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 203 MovieClip in Symbol 383 MovieClip Frame 1 (121 B)
onClipEvent (enterFrame) {
if (hitTest(_root.background)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 203 MovieClip in Symbol 383 MovieClip Frame 1 (121 B)
onClipEvent (enterFrame) {
if (hitTest(_root.background)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 203 MovieClip in Symbol 383 MovieClip Frame 1 (121 B)
onClipEvent (enterFrame) {
if (hitTest(_root.background)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 207 MovieClip in Symbol 383 MovieClip Frame 1 (121 B)
onClipEvent (enterFrame) {
if (hitTest(_root.background)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 203 MovieClip in Symbol 383 MovieClip Frame 1 (121 B)
onClipEvent (enterFrame) {
if (hitTest(_root.background)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 200 MovieClip in Symbol 383 MovieClip Frame 1 (144 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
_root.levelpos = _root.screen._x;
_root.playerpos = _root.screen.main._x;
}
}
Instance of Symbol 200 MovieClip in Symbol 383 MovieClip Frame 1 (144 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
_root.levelpos = _root.screen._x;
_root.playerpos = _root.screen.main._x;
}
}
Instance of Symbol 200 MovieClip in Symbol 383 MovieClip Frame 1 (431 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main) && (_root.dying == 0)) {
_root.dying = 1;
_root.falling = 1;
_root.screen.main.gotoAndStop(10);
}
if (hitTest(_root.screen.main) && (_root.dying == 1)) {
_root.falling = 1;
_root.deathtext = "YOU FELL IN A HOLE!";
_root.halfdark.gotoAndStop(2);
}
if (hitTest(_root.background)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 200 MovieClip in Symbol 383 MovieClip Frame 1 (262 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
_root.screen.main._x = _root.screen.main._x - 10;
_root.screen.main._y = _root.screen.main._y + 2;
}
if (hitTest(_root.background)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 200 MovieClip in Symbol 383 MovieClip Frame 1 (262 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
_root.screen.main._x = _root.screen.main._x + 10;
_root.screen.main._y = _root.screen.main._y + 2;
}
if (hitTest(_root.background)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 226 MovieClip in Symbol 383 MovieClip Frame 1 (176 B)
onClipEvent (enterFrame) {
if (((hitTest(_root.screen.main) && (_root.falling == 0)) && (_root.jump == 0)) && (_root.dying == 0)) {
this.play();
}
}
Instance of Symbol 226 MovieClip in Symbol 383 MovieClip Frame 1 (176 B)
onClipEvent (enterFrame) {
if (((hitTest(_root.screen.main) && (_root.falling == 0)) && (_root.jump == 0)) && (_root.dying == 0)) {
this.play();
}
}
Instance of Symbol 226 MovieClip in Symbol 383 MovieClip Frame 1 (176 B)
onClipEvent (enterFrame) {
if (((hitTest(_root.screen.main) && (_root.falling == 0)) && (_root.jump == 0)) && (_root.dying == 0)) {
this.play();
}
}
Instance of Symbol 226 MovieClip in Symbol 383 MovieClip Frame 1 (176 B)
onClipEvent (enterFrame) {
if (((hitTest(_root.screen.main) && (_root.falling == 0)) && (_root.jump == 0)) && (_root.dying == 0)) {
this.play();
}
}
Instance of Symbol 226 MovieClip in Symbol 383 MovieClip Frame 1 (176 B)
onClipEvent (enterFrame) {
if (((hitTest(_root.screen.main) && (_root.falling == 0)) && (_root.jump == 0)) && (_root.dying == 0)) {
this.play();
}
}
Instance of Symbol 226 MovieClip in Symbol 383 MovieClip Frame 1 (176 B)
onClipEvent (enterFrame) {
if (((hitTest(_root.screen.main) && (_root.falling == 0)) && (_root.jump == 0)) && (_root.dying == 0)) {
this.play();
}
}
Instance of Symbol 226 MovieClip in Symbol 383 MovieClip Frame 1 (176 B)
onClipEvent (enterFrame) {
if (((hitTest(_root.screen.main) && (_root.falling == 0)) && (_root.jump == 0)) && (_root.dying == 0)) {
this.play();
}
}
Instance of Symbol 200 MovieClip in Symbol 383 MovieClip Frame 1 (431 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main) && (_root.dying == 0)) {
_root.dying = 1;
_root.falling = 1;
_root.screen.main.gotoAndStop(10);
}
if (hitTest(_root.screen.main) && (_root.dying == 1)) {
_root.falling = 1;
_root.deathtext = "YOU FELL IN A HOLE!";
_root.halfdark.gotoAndStop(2);
}
if (hitTest(_root.background)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 203 MovieClip in Symbol 383 MovieClip Frame 1 (121 B)
onClipEvent (enterFrame) {
if (hitTest(_root.background)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 203 MovieClip in Symbol 383 MovieClip Frame 1 (121 B)
onClipEvent (enterFrame) {
if (hitTest(_root.background)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 200 MovieClip in Symbol 383 MovieClip Frame 1 (189 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
_root.gotoAndPlay("boss1");
}
if (hitTest(_root.background)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 200 MovieClip in Symbol 383 MovieClip Frame 1 (240 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
_root.rightblock = 1;
_root.leftblock = 0;
} else {
_root.rightblock = 0;
}
if (hitTest(_root.background)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 200 MovieClip in Symbol 383 MovieClip Frame 1 (240 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
_root.rightblock = 1;
_root.leftblock = 0;
} else {
_root.rightblock = 0;
}
if (hitTest(_root.background)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 200 MovieClip in Symbol 383 MovieClip Frame 1 (240 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
_root.rightblock = 1;
_root.leftblock = 0;
} else {
_root.rightblock = 0;
}
if (hitTest(_root.background)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 200 MovieClip in Symbol 383 MovieClip Frame 1 (240 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
_root.rightblock = 1;
_root.leftblock = 0;
} else {
_root.rightblock = 0;
}
if (hitTest(_root.background)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 200 MovieClip in Symbol 383 MovieClip Frame 1 (334 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
_root.rightblock = 1;
_root.leftblock = 0;
_root.screen._x = _root.screen._x + 10;
_root.screen.main._x = _root.screen.main._x - 10;
} else {
_root.rightblock = 0;
}
if (hitTest(_root.background)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 231 MovieClip in Symbol 383 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 383 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 383 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 383 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 383 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 383 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 383 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 383 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 383 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 383 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 383 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 383 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 383 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 383 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 383 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 383 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 383 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 383 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 383 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 383 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 383 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 383 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 383 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 383 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 383 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 383 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 383 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 383 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 383 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 383 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 383 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 383 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 383 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 383 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 383 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 383 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 383 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 383 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 383 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 383 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 383 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 383 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 383 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 383 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 383 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 383 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 383 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 383 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 383 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 383 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 383 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 383 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 383 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 383 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 383 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 383 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 383 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 383 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 383 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 383 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 196 MovieClip in Symbol 383 MovieClip Frame 1 (289 B)
onClipEvent (enterFrame) {
if (((hitTest(_root.screen.main) && (_root.falling == 1)) && (_root.screen.main._y <= this._y)) && (_root.dying == 0)) {
_root.falling = 0;
_root.screen.main._y = this._y;
_root.screen.main.gotoAndStop(1);
_root.land = 1;
}
}
Instance of Symbol 196 MovieClip in Symbol 383 MovieClip Frame 1 (270 B)
onClipEvent (enterFrame) {
if (((hitTest(_root.screen.main) && (_root.falling == 0)) && (_root.jump == 0)) && (_root.dying == 0)) {
_root.falling = 1;
_root.screen.main._y = _root.screen.main._y + 15;
_root.screen.main.gotoAndStop(3);
}
}
Instance of Symbol 196 MovieClip in Symbol 383 MovieClip Frame 1 (270 B)
onClipEvent (enterFrame) {
if (((hitTest(_root.screen.main) && (_root.falling == 0)) && (_root.jump == 0)) && (_root.dying == 0)) {
_root.falling = 1;
_root.screen.main._y = _root.screen.main._y + 15;
_root.screen.main.gotoAndStop(3);
}
}
Instance of Symbol 196 MovieClip in Symbol 383 MovieClip Frame 1 (289 B)
onClipEvent (enterFrame) {
if (((hitTest(_root.screen.main) && (_root.falling == 1)) && (_root.screen.main._y <= this._y)) && (_root.dying == 0)) {
_root.falling = 0;
_root.screen.main._y = this._y;
_root.screen.main.gotoAndStop(1);
_root.land = 1;
}
}
Instance of Symbol 196 MovieClip in Symbol 383 MovieClip Frame 1 (270 B)
onClipEvent (enterFrame) {
if (((hitTest(_root.screen.main) && (_root.falling == 0)) && (_root.jump == 0)) && (_root.dying == 0)) {
_root.falling = 1;
_root.screen.main._y = _root.screen.main._y + 15;
_root.screen.main.gotoAndStop(3);
}
}
Instance of Symbol 196 MovieClip in Symbol 383 MovieClip Frame 1 (270 B)
onClipEvent (enterFrame) {
if (((hitTest(_root.screen.main) && (_root.falling == 0)) && (_root.jump == 0)) && (_root.dying == 0)) {
_root.falling = 1;
_root.screen.main._y = _root.screen.main._y + 15;
_root.screen.main.gotoAndStop(3);
}
}
Instance of Symbol 196 MovieClip in Symbol 383 MovieClip Frame 1 (289 B)
onClipEvent (enterFrame) {
if (((hitTest(_root.screen.main) && (_root.falling == 1)) && (_root.screen.main._y <= this._y)) && (_root.dying == 0)) {
_root.falling = 0;
_root.screen.main._y = this._y;
_root.screen.main.gotoAndStop(1);
_root.land = 1;
}
}
Instance of Symbol 196 MovieClip in Symbol 383 MovieClip Frame 1 (270 B)
onClipEvent (enterFrame) {
if (((hitTest(_root.screen.main) && (_root.falling == 0)) && (_root.jump == 0)) && (_root.dying == 0)) {
_root.falling = 1;
_root.screen.main._y = _root.screen.main._y + 15;
_root.screen.main.gotoAndStop(3);
}
}
Instance of Symbol 196 MovieClip in Symbol 383 MovieClip Frame 1 (270 B)
onClipEvent (enterFrame) {
if (((hitTest(_root.screen.main) && (_root.falling == 0)) && (_root.jump == 0)) && (_root.dying == 0)) {
_root.falling = 1;
_root.screen.main._y = _root.screen.main._y + 15;
_root.screen.main.gotoAndStop(3);
}
}
Instance of Symbol 196 MovieClip in Symbol 383 MovieClip Frame 1 (289 B)
onClipEvent (enterFrame) {
if (((hitTest(_root.screen.main) && (_root.falling == 1)) && (_root.screen.main._y <= this._y)) && (_root.dying == 0)) {
_root.falling = 0;
_root.screen.main._y = this._y;
_root.screen.main.gotoAndStop(1);
_root.land = 1;
}
}
Instance of Symbol 196 MovieClip in Symbol 383 MovieClip Frame 1 (270 B)
onClipEvent (enterFrame) {
if (((hitTest(_root.screen.main) && (_root.falling == 0)) && (_root.jump == 0)) && (_root.dying == 0)) {
_root.falling = 1;
_root.screen.main._y = _root.screen.main._y + 15;
_root.screen.main.gotoAndStop(3);
}
}
Instance of Symbol 196 MovieClip in Symbol 383 MovieClip Frame 1 (270 B)
onClipEvent (enterFrame) {
if (((hitTest(_root.screen.main) && (_root.falling == 0)) && (_root.jump == 0)) && (_root.dying == 0)) {
_root.falling = 1;
_root.screen.main._y = _root.screen.main._y + 15;
_root.screen.main.gotoAndStop(3);
}
}
Instance of Symbol 196 MovieClip in Symbol 383 MovieClip Frame 1 (270 B)
onClipEvent (enterFrame) {
if (((hitTest(_root.screen.main) && (_root.falling == 0)) && (_root.jump == 0)) && (_root.dying == 0)) {
_root.falling = 1;
_root.screen.main._y = _root.screen.main._y + 15;
_root.screen.main.gotoAndStop(3);
}
}
Instance of Symbol 297 MovieClip in Symbol 383 MovieClip Frame 1 (105 B)
onClipEvent (enterFrame) {
if (hitTest(_root.background)) {
this.play();
} else {
this.stop();
}
}
Instance of Symbol 377 MovieClip "main" in Symbol 383 MovieClip Frame 1 (2.48 KiB) ●
onClipEvent (enterFrame) {
if (_root.eggs >= 100) {
_root.eggs = 0;
_root.lives = _root.lives + 1;
_root.egglives.gotoAndPlay(4);
}
if (_root.dying == 2) {
_root.lives = _root.lives - 1;
if (_root.lives == 0) {
_root.gotoAndStop("dead");
}
_root.screen._x = _root.levelpos;
_root.screen.main._x = _root.playerpos;
_root.screen.main._y = 50;
_root.dying = 0;
_root.leftblock = 0;
_root.rightblock = 0;
_root.falling = 1;
_root.deathtext = "";
_root.halfdark.play();
_root.screen.main.gotoAndStop(2);
}
if (_root.dying == 0) {
if (Key.isDown(37) && (_root.leftblock == 0)) {
_root.whistle = 0;
if ((_root.falling == 0) && (_root.jump == 0)) {
_root.screen.main.gotoAndPlay(7);
this._x = this._x - 8;
_root.screen._x = _root.screen._x + 8;
} else {
this._x = this._x - 8;
_root.screen._x = _root.screen._x + 8;
}
}
if (Key.isDown(39) && (_root.rightblock == 0)) {
_root.whistle = 0;
if ((_root.falling == 0) && (_root.jump == 0)) {
_root.screen.main.gotoAndPlay(4);
this._x = this._x + 8;
_root.screen._x = _root.screen._x - 8;
} else {
this._x = this._x + 8;
_root.screen._x = _root.screen._x - 8;
}
}
if ((Key.isDown(65) && (_root.falling == 0)) && (_root.jump == 0)) {
_root.jump = 1;
_root.jumpspeed = 20;
_root.jumpt = this._y - 160;
_root.screen.main.gotoAndStop(2);
}
if (_root.jump == 1) {
this._y = this._y - _root.jumpspeed;
if ((_root.falling == 0) && (_root.jumpspeed >= 5)) {
_root.jumpspeed = _root.jumpspeed - 0.5;
}
if (this._y <= _root.jumpt) {
_root.jump = 0;
_root.falling = 1;
}
}
if (_root.falling == 1) {
this._y = this._y + (_root.jumpspeed - 5);
if (_root.jumpspeed <= 15) {
_root.jumpspeed = _root.jumpspeed + 0.5;
_root.screen.main.gotoAndStop(3);
}
if (this._y >= 450) {
this._y = -10;
}
}
if ((this._y >= _root.ground) && (_root.falling == 1)) {
_root.falling = 0;
_root.screen.main._y = _root.ground;
_root.screen.main.gotoAndStop(1);
_root.land = 1;
}
}
if ((_root.falling == 1) && (_root.dying == 1)) {
this._y = this._y + 5;
if (this._y >= 600) {
_root.dying = 2;
}
}
if (_root.dying == 4) {
_root.falling = 0;
_root.jumping = 0;
_root.ydist = this._y - 100;
_root.dying = 5;
}
if (_root.dying == 5) {
this._y = this._y - 2;
if (this._y <= _root.ydist) {
_root.dying = 2;
}
}
}
Symbol 384 MovieClip Frame 11 (8 B)
stop();
Symbol 386 MovieClip Frame 1 (28 B)
_quality = "LOW";
stop();
Symbol 386 MovieClip Frame 8 (31 B)
_quality = "MEDIUM";
stop();
Symbol 392 MovieClip Frame 1 (8 B)
stop();
Symbol 392 MovieClip Frame 4 (34 B)
play();
_root.deathtext = "1UP";
Symbol 392 MovieClip Frame 15 (22 B)
_root.deathtext = "";
Symbol 392 MovieClip Frame 17 (25 B)
_root.deathtext = "1UP";
Symbol 392 MovieClip Frame 19 (22 B)
_root.deathtext = "";
Symbol 392 MovieClip Frame 21 (25 B)
_root.deathtext = "1UP";
Symbol 392 MovieClip Frame 23 (22 B)
_root.deathtext = "";
Symbol 392 MovieClip Frame 25 (25 B)
_root.deathtext = "1UP";
Symbol 392 MovieClip Frame 27 (22 B)
_root.deathtext = "";
Symbol 405 MovieClip Frame 1 (8 B)
stop();
Symbol 436 MovieClip Frame 1 (8 B)
stop();
Instance of Symbol 436 MovieClip "bosshead" in Symbol 438 MovieClip Frame 1 (136 B)
onClipEvent (enterFrame) {
if (_root.bosshead == 2) {
this.gotoAndStop(2);
}
if (_root.bosshead == 3) {
this.gotoAndStop(3);
}
}
Instance of Symbol 238 MovieClip in Symbol 438 MovieClip Frame 1 (325 B)
onClipEvent (enterFrame) {
if ((hitTest(_root.screen.main) && (_root.falling == 1)) && (_root.dying == 0)) {
_root.falling = 0;
_root.jump = 1;
_root.score = _root.score + 100;
_root.jumpspeed = 20;
_root.jumpt = this._y - 70;
_root.screen.main.gotoAndStop(2);
_root.sounds.gotoAndPlay(2);
}
}
Instance of Symbol 238 MovieClip in Symbol 438 MovieClip Frame 1 (315 B)
onClipEvent (enterFrame) {
if ((hitTest(_root.screen.main) && (_root.falling == 0)) && (_root.dying == 0)) {
_root.screen.main.gotoAndStop(10);
_root.screen.main._y = _root.screen.main._y - 20;
_root.dying = 4;
_root.halfdark.gotoAndStop(2);
_root.deathtext = "THESE LOGS ARE EVIL!";
}
}
Symbol 439 MovieClip Frame 1 (8 B)
stop();
Symbol 439 MovieClip Frame 2 (34 B)
play();
_root.deathtext = "1UP";
Symbol 439 MovieClip Frame 15 (22 B)
_root.deathtext = "";
Symbol 439 MovieClip Frame 17 (25 B)
_root.deathtext = "1UP";
Symbol 439 MovieClip Frame 19 (22 B)
_root.deathtext = "";
Symbol 439 MovieClip Frame 21 (25 B)
_root.deathtext = "1UP";
Symbol 439 MovieClip Frame 23 (22 B)
_root.deathtext = "";
Symbol 439 MovieClip Frame 25 (25 B)
_root.deathtext = "1UP";
Symbol 439 MovieClip Frame 27 (31 B)
_root.deathtext = "";
stop();
Symbol 444 MovieClip Frame 1 (8 B)
stop();
Symbol 444 MovieClip Frame 3 (17 B)
gotoAndStop (1);
Symbol 444 MovieClip Frame 5 (17 B)
gotoAndStop (1);
Symbol 444 MovieClip Frame 7 (17 B)
gotoAndStop (1);
Symbol 444 MovieClip Frame 9 (17 B)
gotoAndStop (1);
Symbol 444 MovieClip Frame 11 (17 B)
gotoAndStop (1);
Symbol 444 MovieClip Frame 13 (17 B)
gotoAndStop (1);
Instance of Symbol 436 MovieClip in Symbol 488 MovieClip Frame 1 (136 B)
onClipEvent (enterFrame) {
if (_root.bosshead == 2) {
this.gotoAndStop(2);
}
if (_root.bosshead == 3) {
this.gotoAndStop(3);
}
}
Instance of Symbol 238 MovieClip in Symbol 488 MovieClip Frame 1 (281 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main) && (_root.dying == 0)) {
_root.screen.main.gotoAndStop(10);
_root.screen.main._y = _root.screen.main._y - 20;
_root.dying = 4;
_root.halfdark.gotoAndStop(2);
_root.deathtext = "THESE LOGS ARE EVIL!";
}
}
Instance of Symbol 238 MovieClip in Symbol 488 MovieClip Frame 1 (325 B)
onClipEvent (enterFrame) {
if ((hitTest(_root.screen.main) && (_root.falling == 1)) && (_root.dying == 0)) {
_root.falling = 0;
_root.jump = 1;
_root.score = _root.score + 100;
_root.jumpspeed = 20;
_root.jumpt = this._y - 70;
_root.screen.main.gotoAndStop(2);
_root.sounds.gotoAndPlay(2);
}
}
Symbol 488 MovieClip Frame 14 (17 B)
gotoAndPlay (1);
Instance of Symbol 436 MovieClip in Symbol 496 MovieClip Frame 1 (136 B)
onClipEvent (enterFrame) {
if (_root.bosshead == 2) {
this.gotoAndStop(2);
}
if (_root.bosshead == 3) {
this.gotoAndStop(3);
}
}
Instance of Symbol 238 MovieClip in Symbol 496 MovieClip Frame 1 (290 B)
onClipEvent (enterFrame) {
if ((hitTest(_root.screen.main) && (_root.falling == 1)) && (_root.dying == 0)) {
_root.falling = 0;
_root.jump = 1;
_root.jumpspeed = 20;
_root.jumpt = this._y - 70;
_root.screen.main.gotoAndStop(2);
_root.sounds.gotoAndPlay(2);
}
}
Instance of Symbol 238 MovieClip in Symbol 496 MovieClip Frame 1 (315 B)
onClipEvent (enterFrame) {
if ((hitTest(_root.screen.main) && (_root.falling == 0)) && (_root.dying == 0)) {
_root.screen.main.gotoAndStop(10);
_root.screen.main._y = _root.screen.main._y - 20;
_root.dying = 4;
_root.halfdark.gotoAndStop(2);
_root.deathtext = "THESE LOGS ARE EVIL!";
}
}
Instance of Symbol 488 MovieClip "logrunning" in Symbol 498 MovieClip Frame 59 (49 B)
onClipEvent (load) {
this._x = _root.EVILLOGX;
}
Symbol 498 MovieClip Frame 78 (22 B)
_root.logrunning = 1;
Symbol 498 MovieClip Frame 146 (22 B)
_root.logrunning = 0;
Symbol 498 MovieClip Frame 196 (26 B)
_root.sharp = 1;
stop();
Instance of Symbol 496 MovieClip in Symbol 498 MovieClip Frame 196 (40 B)
onClipEvent (load) {
_root.sharp = 1;
}
Symbol 505 MovieClip Frame 1 (8 B)
stop();
Instance of Symbol 238 MovieClip in Symbol 505 MovieClip Frame 1 (315 B)
onClipEvent (enterFrame) {
if ((hitTest(_root.screen.main) && (_root.falling == 0)) && (_root.dying == 0)) {
_root.screen.main.gotoAndStop(10);
_root.screen.main._y = _root.screen.main._y - 20;
_root.dying = 4;
_root.halfdark.gotoAndStop(2);
_root.deathtext = "THESE LOGS ARE EVIL!";
}
}
Instance of Symbol 238 MovieClip in Symbol 505 MovieClip Frame 1 (380 B)
onClipEvent (enterFrame) {
if (((hitTest(_root.screen.main) && (_root.falling == 1)) && (_root.dying == 0)) && (_root.sharp == 2)) {
_root.falling = 0;
_root.jump = 1;
_root.jumpspeed = 20;
_root.jumpt = this._y - 70;
_root.screen.main.gotoAndStop(2);
_root.sharp = 3;
_root.sounds.gotoAndPlay(6);
_root.screen.sharpie.gotoAndPlay(2);
}
}
Instance of Symbol 238 MovieClip in Symbol 505 MovieClip Frame 2 (344 B)
onClipEvent (enterFrame) {
if (((hitTest(_root.screen.main) && (_root.falling == 1)) && (_root.dying == 0)) && (this._x >= _root.screen.evillog._x)) {
_root.falling = 0;
_root.jump = 1;
_root.jumpspeed = 25;
_root.jumpt = this._y - 150;
_root.screen.main.gotoAndStop(2);
_root.sounds.gotoAndPlay(6);
}
}
Instance of Symbol 238 MovieClip in Symbol 505 MovieClip Frame 2 (299 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.evillog) && (_root.logrunning == 1)) {
_root.screen.EVILLOG.logrunning.gotoAndPlay(15);
_root.bosshead = _root.bosshead + 1;
if (_root.bosshead == 4) {
_root.gotoAndPlay("boss1d");
}
_root.screen.sharpie.gotoAndPlay(15);
}
}
Symbol 505 MovieClip Frame 14 (17 B)
gotoAndPlay (2);
Instance of Symbol 504 MovieClip in Symbol 505 MovieClip Frame 15 (85 B)
onClipEvent (enterFrame) {
_root.screen.sharpie._x = _root.screen.sharpie._x + 20;
}
Symbol 505 MovieClip Frame 27 (18 B)
gotoAndPlay (15);
Symbol 506 MovieClip Frame 1 (94 B)
_ROOT.FALLING = 1;
_root.jump = 0;
_root.jumpspeed = 20;
_root.walkt = 0;
_root.land = 0;
Instance of Symbol 203 MovieClip in Symbol 506 MovieClip Frame 1 (121 B)
onClipEvent (enterFrame) {
if (hitTest(_root.background)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 203 MovieClip in Symbol 506 MovieClip Frame 1 (121 B)
onClipEvent (enterFrame) {
if (hitTest(_root.background)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 196 MovieClip in Symbol 506 MovieClip Frame 1 (289 B)
onClipEvent (enterFrame) {
if (((hitTest(_root.screen.main) && (_root.falling == 1)) && (_root.screen.main._y <= this._y)) && (_root.dying == 0)) {
_root.falling = 0;
_root.screen.main._y = this._y;
_root.screen.main.gotoAndStop(1);
_root.land = 1;
}
}
Instance of Symbol 196 MovieClip in Symbol 506 MovieClip Frame 1 (270 B)
onClipEvent (enterFrame) {
if (((hitTest(_root.screen.main) && (_root.falling == 0)) && (_root.jump == 0)) && (_root.dying == 0)) {
_root.falling = 1;
_root.screen.main._y = _root.screen.main._y + 15;
_root.screen.main.gotoAndStop(3);
}
}
Instance of Symbol 196 MovieClip in Symbol 506 MovieClip Frame 1 (270 B)
onClipEvent (enterFrame) {
if (((hitTest(_root.screen.main) && (_root.falling == 0)) && (_root.jump == 0)) && (_root.dying == 0)) {
_root.falling = 1;
_root.screen.main._y = _root.screen.main._y + 15;
_root.screen.main.gotoAndStop(3);
}
}
Instance of Symbol 377 MovieClip "main" in Symbol 506 MovieClip Frame 1 (2.3 KiB) ●
onClipEvent (load) {
_root.levelposY = this._y;
}
onClipEvent (enterFrame) {
if (_root.eggs >= 100) {
_root.eggs = 0;
_root.lives = _root.lives + 1;
}
if (_root.dying == 2) {
_root.lives = _root.lives - 1;
if (_root.lives == 0) {
_root.gotoAndStop("dead");
}
_root.screen._x = _root.levelpos;
_root.screen.main._x = _root.playerpos;
_root.screen.main._y = _root.levelposY;
_root.dying = 0;
_root.leftblock = 0;
_root.rightblock = 0;
_root.falling = 1;
_root.deathtext = "";
_root.halfdark.play();
_root.screen.main.gotoAndStop(2);
}
if (_root.dying == 0) {
if (Key.isDown(37) && (_root.leftblock == 0)) {
if ((_root.falling == 0) && (_root.jump == 0)) {
_root.screen.main.gotoAndPlay(7);
this._x = this._x - 8;
} else {
this._x = this._x - 8;
}
}
if (Key.isDown(39) && (_root.rightblock == 0)) {
if ((_root.falling == 0) && (_root.jump == 0)) {
_root.screen.main.gotoAndPlay(4);
this._x = this._x + 8;
} else {
this._x = this._x + 8;
}
}
if ((Key.isDown(65) && (_root.falling == 0)) && (_root.jump == 0)) {
_root.jump = 1;
_root.jumpspeed = 20;
_root.jumpt = this._y - 180;
_root.screen.main.gotoAndStop(2);
}
if (_root.jump == 1) {
this._y = this._y - _root.jumpspeed;
if ((_root.falling == 0) && (_root.jumpspeed >= 5)) {
_root.jumpspeed = _root.jumpspeed - 0.5;
}
if (this._y <= _root.jumpt) {
_root.jump = 0;
_root.falling = 1;
}
}
if (_root.falling == 1) {
this._y = this._y + (_root.jumpspeed - 5);
if (_root.jumpspeed <= 15) {
_root.jumpspeed = _root.jumpspeed + 0.5;
_root.screen.main.gotoAndStop(3);
}
if (this._y >= 450) {
this._y = -10;
}
}
if ((this._y >= _root.ground) && (_root.falling == 1)) {
_root.falling = 0;
_root.screen.main._y = _root.ground;
_root.screen.main.gotoAndStop(1);
_root.land = 1;
}
}
if ((_root.falling == 1) && (_root.dying == 1)) {
this._y = this._y + 5;
if (this._y >= 600) {
_root.dying = 2;
}
}
if (_root.dying == 4) {
_root.falling = 0;
_root.jumping = 0;
_root.ydist = this._y - 100;
_root.dying = 5;
}
if (_root.dying == 5) {
this._y = this._y - 2;
if (this._y <= _root.ydist) {
_root.dying = 2;
}
}
}
Instance of Symbol 196 MovieClip in Symbol 506 MovieClip Frame 1 (305 B)
onClipEvent (load) {
_root.ground = this._y;
}
onClipEvent (enterFrame) {
if ((hitTest(_root.screen.main) && (_root.falling == 1)) && (_root.screen.main._y <= this._y)) {
_root.falling = 0;
_root.screen.main._y = this._y;
_root.screen.main.gotoAndStop(1);
_root.land = 1;
}
}
Instance of Symbol 200 MovieClip in Symbol 506 MovieClip Frame 1 (240 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
_root.rightblock = 1;
_root.leftblock = 0;
} else {
_root.rightblock = 0;
}
if (hitTest(_root.background)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 200 MovieClip in Symbol 506 MovieClip Frame 1 (240 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
_root.rightblock = 0;
_root.leftblock = 1;
} else {
_root.rightblock = 0;
}
if (hitTest(_root.background)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 439 MovieClip in Symbol 506 MovieClip Frame 1 (122 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
_root.lives = _root.lives + 1;
this.gotoAndStop(2);
}
}
Instance of Symbol 505 MovieClip "sharpie" in Symbol 506 MovieClip Frame 1 (729 B)
onClipEvent (load) {
thisx = this._x;
}
onClipEvent (enterFrame) {
if (_root.sharp == 1) {
_root.screen.sharpie.gotoAndStop(1);
this._x = this._x + 5;
if (this._x >= _root.screen.evillog._x) {
_root.sharp = 2;
_root.logspeed = -10;
logsound = 1;
}
}
if (_root.sharp == 2) {
_root.logspeed = _root.logspeed + 4;
if (_root.logspeed >= 30) {
_root.screen.evillog.play();
if (logsound == 1) {
_root.sounds.gotoAndPlay(4);
logsound = 0;
}
_root.logspeed = 30;
}
this._x = this._x + _root.logspeed;
if (this._x >= 400) {
_root.sharp = 0;
this._x = thisx;
}
}
if (this._x >= 400) {
_root.sharp = 0;
this._x = thisx;
_root.screen.sharpie.gotoAndStop(1);
}
}
Symbol 522 MovieClip Frame 1 (8 B)
stop();
Symbol 529 MovieClip Frame 1 (94 B)
_ROOT.FALLING = 1;
_root.jump = 0;
_root.jumpspeed = 20;
_root.walkt = 0;
_root.land = 0;
Instance of Symbol 196 MovieClip in Symbol 529 MovieClip Frame 1 (289 B)
onClipEvent (enterFrame) {
if (((hitTest(_root.screen.main) && (_root.falling == 1)) && (_root.screen.main._y <= this._y)) && (_root.dying == 0)) {
_root.falling = 0;
_root.screen.main._y = this._y;
_root.screen.main.gotoAndStop(1);
_root.land = 1;
}
}
Instance of Symbol 196 MovieClip in Symbol 529 MovieClip Frame 1 (324 B)
onClipEvent (enterFrame) {
if ((((hitTest(_root.screen.main) && (_root.falling == 0)) && (_root.jump == 0)) && (_root.dying == 0)) && (_root.screen.main._y < _root.ground)) {
_root.falling = 1;
_root.screen.main._y = _root.screen.main._y + 15;
_root.screen.main.gotoAndStop(3);
}
}
Instance of Symbol 196 MovieClip in Symbol 529 MovieClip Frame 1 (324 B)
onClipEvent (enterFrame) {
if ((((hitTest(_root.screen.main) && (_root.falling == 0)) && (_root.jump == 0)) && (_root.dying == 0)) && (_root.screen.main._y < _root.ground)) {
_root.falling = 1;
_root.screen.main._y = _root.screen.main._y + 15;
_root.screen.main.gotoAndStop(3);
}
}
Instance of Symbol 196 MovieClip in Symbol 529 MovieClip Frame 1 (305 B)
onClipEvent (load) {
_root.ground = this._y;
}
onClipEvent (enterFrame) {
if ((hitTest(_root.screen.main) && (_root.falling == 1)) && (_root.screen.main._y <= this._y)) {
_root.falling = 0;
_root.screen.main._y = this._y;
_root.screen.main.gotoAndStop(1);
_root.land = 1;
}
}
Instance of Symbol 200 MovieClip in Symbol 529 MovieClip Frame 1 (298 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
_root.rightblock = 1;
_root.leftblock = 0;
_root.screen.main._x = _root.screen.main._x - 8;
_root.screen._x = _root.screen._x + 8;
}
if (hitTest(_root.background)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 203 MovieClip in Symbol 529 MovieClip Frame 1 (121 B)
onClipEvent (enterFrame) {
if (hitTest(_root.background)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 203 MovieClip in Symbol 529 MovieClip Frame 1 (121 B)
onClipEvent (enterFrame) {
if (hitTest(_root.background)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 203 MovieClip in Symbol 529 MovieClip Frame 1 (121 B)
onClipEvent (enterFrame) {
if (hitTest(_root.background)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 203 MovieClip in Symbol 529 MovieClip Frame 1 (121 B)
onClipEvent (enterFrame) {
if (hitTest(_root.background)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 203 MovieClip in Symbol 529 MovieClip Frame 1 (121 B)
onClipEvent (enterFrame) {
if (hitTest(_root.background)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 203 MovieClip in Symbol 529 MovieClip Frame 1 (121 B)
onClipEvent (enterFrame) {
if (hitTest(_root.background)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 203 MovieClip in Symbol 529 MovieClip Frame 1 (121 B)
onClipEvent (enterFrame) {
if (hitTest(_root.background)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 203 MovieClip in Symbol 529 MovieClip Frame 1 (121 B)
onClipEvent (enterFrame) {
if (hitTest(_root.background)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 203 MovieClip in Symbol 529 MovieClip Frame 1 (121 B)
onClipEvent (enterFrame) {
if (hitTest(_root.background)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 215 MovieClip in Symbol 529 MovieClip Frame 1 (121 B)
onClipEvent (enterFrame) {
if (hitTest(_root.background)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 212 MovieClip in Symbol 529 MovieClip Frame 1 (121 B)
onClipEvent (enterFrame) {
if (hitTest(_root.background)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 522 MovieClip in Symbol 529 MovieClip Frame 1 (121 B)
onClipEvent (enterFrame) {
if (hitTest(_root.background)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 200 MovieClip in Symbol 529 MovieClip Frame 1 (431 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main) && (_root.dying == 0)) {
_root.dying = 1;
_root.falling = 1;
_root.screen.main.gotoAndStop(10);
}
if (hitTest(_root.screen.main) && (_root.dying == 1)) {
_root.falling = 1;
_root.deathtext = "YOU FELL IN A HOLE!";
_root.halfdark.gotoAndStop(2);
}
if (hitTest(_root.background)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 200 MovieClip in Symbol 529 MovieClip Frame 1 (262 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
_root.screen.main._x = _root.screen.main._x - 10;
_root.screen.main._y = _root.screen.main._y + 2;
}
if (hitTest(_root.background)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 200 MovieClip in Symbol 529 MovieClip Frame 1 (262 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
_root.screen.main._x = _root.screen.main._x + 10;
_root.screen.main._y = _root.screen.main._y + 2;
}
if (hitTest(_root.background)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 212 MovieClip in Symbol 529 MovieClip Frame 1 (121 B)
onClipEvent (enterFrame) {
if (hitTest(_root.background)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 522 MovieClip in Symbol 529 MovieClip Frame 1 (121 B)
onClipEvent (enterFrame) {
if (hitTest(_root.background)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 203 MovieClip in Symbol 529 MovieClip Frame 1 (121 B)
onClipEvent (enterFrame) {
if (hitTest(_root.background)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 522 MovieClip in Symbol 529 MovieClip Frame 1 (121 B)
onClipEvent (enterFrame) {
if (hitTest(_root.background)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 522 MovieClip in Symbol 529 MovieClip Frame 1 (121 B)
onClipEvent (enterFrame) {
if (hitTest(_root.background)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 522 MovieClip in Symbol 529 MovieClip Frame 1 (121 B)
onClipEvent (enterFrame) {
if (hitTest(_root.background)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 215 MovieClip in Symbol 529 MovieClip Frame 1 (121 B)
onClipEvent (enterFrame) {
if (hitTest(_root.background)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 203 MovieClip in Symbol 529 MovieClip Frame 1 (121 B)
onClipEvent (enterFrame) {
if (hitTest(_root.background)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 203 MovieClip in Symbol 529 MovieClip Frame 1 (121 B)
onClipEvent (enterFrame) {
if (hitTest(_root.background)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 203 MovieClip in Symbol 529 MovieClip Frame 1 (121 B)
onClipEvent (enterFrame) {
if (hitTest(_root.background)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 200 MovieClip in Symbol 529 MovieClip Frame 1 (334 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
_root.rightblock = 1;
_root.leftblock = 0;
_root.screen._x = _root.screen._x + 10;
_root.screen.main._x = _root.screen.main._x - 10;
} else {
_root.rightblock = 0;
}
if (hitTest(_root.background)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 231 MovieClip in Symbol 529 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 529 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 529 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 529 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 529 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 529 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 529 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 529 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 529 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 529 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 529 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 529 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 529 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 529 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 529 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 529 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 529 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 529 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 529 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 529 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 529 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 529 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 529 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 529 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 529 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 529 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 529 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 529 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 529 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 529 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 529 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 529 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 529 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 529 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 529 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 529 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 529 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 529 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 529 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 529 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 529 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 529 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 529 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 529 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 529 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 529 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 529 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 529 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 529 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 529 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 529 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 529 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 529 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 529 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 529 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 529 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 529 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 529 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 529 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 529 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 529 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 529 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 529 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 529 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 196 MovieClip in Symbol 529 MovieClip Frame 1 (289 B)
onClipEvent (enterFrame) {
if (((hitTest(_root.screen.main) && (_root.falling == 1)) && (_root.screen.main._y <= this._y)) && (_root.dying == 0)) {
_root.falling = 0;
_root.screen.main._y = this._y;
_root.screen.main.gotoAndStop(1);
_root.land = 1;
}
}
Instance of Symbol 196 MovieClip in Symbol 529 MovieClip Frame 1 (324 B)
onClipEvent (enterFrame) {
if ((((hitTest(_root.screen.main) && (_root.falling == 0)) && (_root.jump == 0)) && (_root.dying == 0)) && (_root.screen.main._y < _root.ground)) {
_root.falling = 1;
_root.screen.main._y = _root.screen.main._y + 15;
_root.screen.main.gotoAndStop(3);
}
}
Instance of Symbol 196 MovieClip in Symbol 529 MovieClip Frame 1 (324 B)
onClipEvent (enterFrame) {
if ((((hitTest(_root.screen.main) && (_root.falling == 0)) && (_root.jump == 0)) && (_root.dying == 0)) && (_root.screen.main._y < _root.ground)) {
_root.falling = 1;
_root.screen.main._y = _root.screen.main._y + 15;
_root.screen.main.gotoAndStop(3);
}
}
Instance of Symbol 200 MovieClip in Symbol 529 MovieClip Frame 1 (206 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
_root.rightblock = 1;
_root.leftblock = 0;
}
if (hitTest(_root.background)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 200 MovieClip in Symbol 529 MovieClip Frame 1 (206 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
_root.leftblock = 1;
_root.rightblock = 0;
}
if (hitTest(_root.background)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 196 MovieClip in Symbol 529 MovieClip Frame 1 (289 B)
onClipEvent (enterFrame) {
if (((hitTest(_root.screen.main) && (_root.falling == 1)) && (_root.screen.main._y <= this._y)) && (_root.dying == 0)) {
_root.falling = 0;
_root.screen.main._y = this._y;
_root.screen.main.gotoAndStop(1);
_root.land = 1;
}
}
Instance of Symbol 196 MovieClip in Symbol 529 MovieClip Frame 1 (324 B)
onClipEvent (enterFrame) {
if ((((hitTest(_root.screen.main) && (_root.falling == 0)) && (_root.jump == 0)) && (_root.dying == 0)) && (_root.screen.main._y < _root.ground)) {
_root.falling = 1;
_root.screen.main._y = _root.screen.main._y + 15;
_root.screen.main.gotoAndStop(3);
}
}
Instance of Symbol 196 MovieClip in Symbol 529 MovieClip Frame 1 (324 B)
onClipEvent (enterFrame) {
if ((((hitTest(_root.screen.main) && (_root.falling == 0)) && (_root.jump == 0)) && (_root.dying == 0)) && (_root.screen.main._y < _root.ground)) {
_root.falling = 1;
_root.screen.main._y = _root.screen.main._y + 15;
_root.screen.main.gotoAndStop(3);
}
}
Instance of Symbol 200 MovieClip in Symbol 529 MovieClip Frame 1 (206 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
_root.rightblock = 1;
_root.leftblock = 0;
}
if (hitTest(_root.background)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 200 MovieClip in Symbol 529 MovieClip Frame 1 (206 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
_root.leftblock = 1;
_root.rightblock = 0;
}
if (hitTest(_root.background)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 196 MovieClip in Symbol 529 MovieClip Frame 1 (289 B)
onClipEvent (enterFrame) {
if (((hitTest(_root.screen.main) && (_root.falling == 1)) && (_root.screen.main._y <= this._y)) && (_root.dying == 0)) {
_root.falling = 0;
_root.screen.main._y = this._y;
_root.screen.main.gotoAndStop(1);
_root.land = 1;
}
}
Instance of Symbol 196 MovieClip in Symbol 529 MovieClip Frame 1 (324 B)
onClipEvent (enterFrame) {
if ((((hitTest(_root.screen.main) && (_root.falling == 0)) && (_root.jump == 0)) && (_root.dying == 0)) && (_root.screen.main._y < _root.ground)) {
_root.falling = 1;
_root.screen.main._y = _root.screen.main._y + 15;
_root.screen.main.gotoAndStop(3);
}
}
Instance of Symbol 196 MovieClip in Symbol 529 MovieClip Frame 1 (324 B)
onClipEvent (enterFrame) {
if ((((hitTest(_root.screen.main) && (_root.falling == 0)) && (_root.jump == 0)) && (_root.dying == 0)) && (_root.screen.main._y < _root.ground)) {
_root.falling = 1;
_root.screen.main._y = _root.screen.main._y + 15;
_root.screen.main.gotoAndStop(3);
}
}
Instance of Symbol 200 MovieClip in Symbol 529 MovieClip Frame 1 (206 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
_root.rightblock = 1;
_root.leftblock = 0;
}
if (hitTest(_root.background)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 200 MovieClip in Symbol 529 MovieClip Frame 1 (206 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
_root.leftblock = 1;
_root.rightblock = 0;
}
if (hitTest(_root.background)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 196 MovieClip in Symbol 529 MovieClip Frame 1 (289 B)
onClipEvent (enterFrame) {
if (((hitTest(_root.screen.main) && (_root.falling == 1)) && (_root.screen.main._y <= this._y)) && (_root.dying == 0)) {
_root.falling = 0;
_root.screen.main._y = this._y;
_root.screen.main.gotoAndStop(1);
_root.land = 1;
}
}
Instance of Symbol 196 MovieClip in Symbol 529 MovieClip Frame 1 (324 B)
onClipEvent (enterFrame) {
if ((((hitTest(_root.screen.main) && (_root.falling == 0)) && (_root.jump == 0)) && (_root.dying == 0)) && (_root.screen.main._y < _root.ground)) {
_root.falling = 1;
_root.screen.main._y = _root.screen.main._y + 15;
_root.screen.main.gotoAndStop(3);
}
}
Instance of Symbol 196 MovieClip in Symbol 529 MovieClip Frame 1 (324 B)
onClipEvent (enterFrame) {
if ((((hitTest(_root.screen.main) && (_root.falling == 0)) && (_root.jump == 0)) && (_root.dying == 0)) && (_root.screen.main._y < _root.ground)) {
_root.falling = 1;
_root.screen.main._y = _root.screen.main._y + 15;
_root.screen.main.gotoAndStop(3);
}
}
Instance of Symbol 196 MovieClip in Symbol 529 MovieClip Frame 1 (289 B)
onClipEvent (enterFrame) {
if (((hitTest(_root.screen.main) && (_root.falling == 1)) && (_root.screen.main._y <= this._y)) && (_root.dying == 0)) {
_root.falling = 0;
_root.screen.main._y = this._y;
_root.screen.main.gotoAndStop(1);
_root.land = 1;
}
}
Instance of Symbol 196 MovieClip in Symbol 529 MovieClip Frame 1 (324 B)
onClipEvent (enterFrame) {
if ((((hitTest(_root.screen.main) && (_root.falling == 0)) && (_root.jump == 0)) && (_root.dying == 0)) && (_root.screen.main._y < _root.ground)) {
_root.falling = 1;
_root.screen.main._y = _root.screen.main._y + 15;
_root.screen.main.gotoAndStop(3);
}
}
Instance of Symbol 196 MovieClip in Symbol 529 MovieClip Frame 1 (324 B)
onClipEvent (enterFrame) {
if ((((hitTest(_root.screen.main) && (_root.falling == 0)) && (_root.jump == 0)) && (_root.dying == 0)) && (_root.screen.main._y < _root.ground)) {
_root.falling = 1;
_root.screen.main._y = _root.screen.main._y + 15;
_root.screen.main.gotoAndStop(3);
}
}
Instance of Symbol 196 MovieClip in Symbol 529 MovieClip Frame 1 (289 B)
onClipEvent (enterFrame) {
if (((hitTest(_root.screen.main) && (_root.falling == 1)) && (_root.screen.main._y <= this._y)) && (_root.dying == 0)) {
_root.falling = 0;
_root.screen.main._y = this._y;
_root.screen.main.gotoAndStop(1);
_root.land = 1;
}
}
Instance of Symbol 196 MovieClip in Symbol 529 MovieClip Frame 1 (324 B)
onClipEvent (enterFrame) {
if ((((hitTest(_root.screen.main) && (_root.falling == 0)) && (_root.jump == 0)) && (_root.dying == 0)) && (_root.screen.main._y < _root.ground)) {
_root.falling = 1;
_root.screen.main._y = _root.screen.main._y + 15;
_root.screen.main.gotoAndStop(3);
}
}
Instance of Symbol 196 MovieClip in Symbol 529 MovieClip Frame 1 (324 B)
onClipEvent (enterFrame) {
if ((((hitTest(_root.screen.main) && (_root.falling == 0)) && (_root.jump == 0)) && (_root.dying == 0)) && (_root.screen.main._y < _root.ground)) {
_root.falling = 1;
_root.screen.main._y = _root.screen.main._y + 15;
_root.screen.main.gotoAndStop(3);
}
}
Instance of Symbol 297 MovieClip in Symbol 529 MovieClip Frame 1 (105 B)
onClipEvent (enterFrame) {
if (hitTest(_root.background)) {
this.play();
} else {
this.stop();
}
}
Instance of Symbol 196 MovieClip in Symbol 529 MovieClip Frame 1 (289 B)
onClipEvent (enterFrame) {
if (((hitTest(_root.screen.main) && (_root.falling == 1)) && (_root.screen.main._y <= this._y)) && (_root.dying == 0)) {
_root.falling = 0;
_root.screen.main._y = this._y;
_root.screen.main.gotoAndStop(1);
_root.land = 1;
}
}
Instance of Symbol 196 MovieClip in Symbol 529 MovieClip Frame 1 (324 B)
onClipEvent (enterFrame) {
if ((((hitTest(_root.screen.main) && (_root.falling == 0)) && (_root.jump == 0)) && (_root.dying == 0)) && (_root.screen.main._y < _root.ground)) {
_root.falling = 1;
_root.screen.main._y = _root.screen.main._y + 15;
_root.screen.main.gotoAndStop(3);
}
}
Instance of Symbol 196 MovieClip in Symbol 529 MovieClip Frame 1 (324 B)
onClipEvent (enterFrame) {
if ((((hitTest(_root.screen.main) && (_root.falling == 0)) && (_root.jump == 0)) && (_root.dying == 0)) && (_root.screen.main._y < _root.ground)) {
_root.falling = 1;
_root.screen.main._y = _root.screen.main._y + 15;
_root.screen.main.gotoAndStop(3);
}
}
Instance of Symbol 196 MovieClip in Symbol 529 MovieClip Frame 1 (289 B)
onClipEvent (enterFrame) {
if (((hitTest(_root.screen.main) && (_root.falling == 1)) && (_root.screen.main._y <= this._y)) && (_root.dying == 0)) {
_root.falling = 0;
_root.screen.main._y = this._y;
_root.screen.main.gotoAndStop(1);
_root.land = 1;
}
}
Instance of Symbol 196 MovieClip in Symbol 529 MovieClip Frame 1 (324 B)
onClipEvent (enterFrame) {
if ((((hitTest(_root.screen.main) && (_root.falling == 0)) && (_root.jump == 0)) && (_root.dying == 0)) && (_root.screen.main._y < _root.ground)) {
_root.falling = 1;
_root.screen.main._y = _root.screen.main._y + 15;
_root.screen.main.gotoAndStop(3);
}
}
Instance of Symbol 196 MovieClip in Symbol 529 MovieClip Frame 1 (324 B)
onClipEvent (enterFrame) {
if ((((hitTest(_root.screen.main) && (_root.falling == 0)) && (_root.jump == 0)) && (_root.dying == 0)) && (_root.screen.main._y < _root.ground)) {
_root.falling = 1;
_root.screen.main._y = _root.screen.main._y + 15;
_root.screen.main.gotoAndStop(3);
}
}
Instance of Symbol 196 MovieClip in Symbol 529 MovieClip Frame 1 (289 B)
onClipEvent (enterFrame) {
if (((hitTest(_root.screen.main) && (_root.falling == 1)) && (_root.screen.main._y <= this._y)) && (_root.dying == 0)) {
_root.falling = 0;
_root.screen.main._y = this._y;
_root.screen.main.gotoAndStop(1);
_root.land = 1;
}
}
Instance of Symbol 196 MovieClip in Symbol 529 MovieClip Frame 1 (324 B)
onClipEvent (enterFrame) {
if ((((hitTest(_root.screen.main) && (_root.falling == 0)) && (_root.jump == 0)) && (_root.dying == 0)) && (_root.screen.main._y < _root.ground)) {
_root.falling = 1;
_root.screen.main._y = _root.screen.main._y + 15;
_root.screen.main.gotoAndStop(3);
}
}
Instance of Symbol 196 MovieClip in Symbol 529 MovieClip Frame 1 (324 B)
onClipEvent (enterFrame) {
if ((((hitTest(_root.screen.main) && (_root.falling == 0)) && (_root.jump == 0)) && (_root.dying == 0)) && (_root.screen.main._y < _root.ground)) {
_root.falling = 1;
_root.screen.main._y = _root.screen.main._y + 15;
_root.screen.main.gotoAndStop(3);
}
}
Instance of Symbol 196 MovieClip in Symbol 529 MovieClip Frame 1 (289 B)
onClipEvent (enterFrame) {
if (((hitTest(_root.screen.main) && (_root.falling == 1)) && (_root.screen.main._y <= this._y)) && (_root.dying == 0)) {
_root.falling = 0;
_root.screen.main._y = this._y;
_root.screen.main.gotoAndStop(1);
_root.land = 1;
}
}
Instance of Symbol 196 MovieClip in Symbol 529 MovieClip Frame 1 (324 B)
onClipEvent (enterFrame) {
if ((((hitTest(_root.screen.main) && (_root.falling == 0)) && (_root.jump == 0)) && (_root.dying == 0)) && (_root.screen.main._y < _root.ground)) {
_root.falling = 1;
_root.screen.main._y = _root.screen.main._y + 15;
_root.screen.main.gotoAndStop(3);
}
}
Instance of Symbol 196 MovieClip in Symbol 529 MovieClip Frame 1 (324 B)
onClipEvent (enterFrame) {
if ((((hitTest(_root.screen.main) && (_root.falling == 0)) && (_root.jump == 0)) && (_root.dying == 0)) && (_root.screen.main._y < _root.ground)) {
_root.falling = 1;
_root.screen.main._y = _root.screen.main._y + 15;
_root.screen.main.gotoAndStop(3);
}
}
Instance of Symbol 196 MovieClip in Symbol 529 MovieClip Frame 1 (289 B)
onClipEvent (enterFrame) {
if (((hitTest(_root.screen.main) && (_root.falling == 1)) && (_root.screen.main._y <= this._y)) && (_root.dying == 0)) {
_root.falling = 0;
_root.screen.main._y = this._y;
_root.screen.main.gotoAndStop(1);
_root.land = 1;
}
}
Instance of Symbol 196 MovieClip in Symbol 529 MovieClip Frame 1 (324 B)
onClipEvent (enterFrame) {
if ((((hitTest(_root.screen.main) && (_root.falling == 0)) && (_root.jump == 0)) && (_root.dying == 0)) && (_root.screen.main._y < _root.ground)) {
_root.falling = 1;
_root.screen.main._y = _root.screen.main._y + 15;
_root.screen.main.gotoAndStop(3);
}
}
Instance of Symbol 196 MovieClip in Symbol 529 MovieClip Frame 1 (324 B)
onClipEvent (enterFrame) {
if ((((hitTest(_root.screen.main) && (_root.falling == 0)) && (_root.jump == 0)) && (_root.dying == 0)) && (_root.screen.main._y < _root.ground)) {
_root.falling = 1;
_root.screen.main._y = _root.screen.main._y + 15;
_root.screen.main.gotoAndStop(3);
}
}
Instance of Symbol 196 MovieClip in Symbol 529 MovieClip Frame 1 (289 B)
onClipEvent (enterFrame) {
if (((hitTest(_root.screen.main) && (_root.falling == 1)) && (_root.screen.main._y <= this._y)) && (_root.dying == 0)) {
_root.falling = 0;
_root.screen.main._y = this._y;
_root.screen.main.gotoAndStop(1);
_root.land = 1;
}
}
Instance of Symbol 196 MovieClip in Symbol 529 MovieClip Frame 1 (324 B)
onClipEvent (enterFrame) {
if ((((hitTest(_root.screen.main) && (_root.falling == 0)) && (_root.jump == 0)) && (_root.dying == 0)) && (_root.screen.main._y < _root.ground)) {
_root.falling = 1;
_root.screen.main._y = _root.screen.main._y + 15;
_root.screen.main.gotoAndStop(3);
}
}
Instance of Symbol 196 MovieClip in Symbol 529 MovieClip Frame 1 (324 B)
onClipEvent (enterFrame) {
if ((((hitTest(_root.screen.main) && (_root.falling == 0)) && (_root.jump == 0)) && (_root.dying == 0)) && (_root.screen.main._y < _root.ground)) {
_root.falling = 1;
_root.screen.main._y = _root.screen.main._y + 15;
_root.screen.main.gotoAndStop(3);
}
}
Instance of Symbol 200 MovieClip in Symbol 529 MovieClip Frame 1 (206 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
_root.rightblock = 1;
_root.leftblock = 0;
}
if (hitTest(_root.background)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 200 MovieClip in Symbol 529 MovieClip Frame 1 (206 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
_root.leftblock = 1;
_root.rightblock = 0;
}
if (hitTest(_root.background)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 231 MovieClip in Symbol 529 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 529 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 529 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 529 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 529 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 377 MovieClip "main" in Symbol 529 MovieClip Frame 1 (2.49 KiB) ●
onClipEvent (enterFrame) {
if (_root.eggs >= 100) {
_root.eggs = 0;
_root.lives = _root.lives + 1;
_root.egglives.gotoAndPlay(2);
}
if (_root.dying == 2) {
_root.lives = _root.lives - 1;
if (_root.lives == 0) {
_root.gotoAndStop("dead");
}
_root.screen._x = _root.levelpos;
_root.screen.main._x = _root.playerpos;
_root.screen.main._y = 50;
_root.dying = 0;
_root.leftblock = 0;
_root.rightblock = 0;
_root.falling = 1;
_root.deathtext = "";
_root.halfdark.play();
_root.screen.main.gotoAndStop(2);
}
if (_root.dying == 0) {
if (Key.isDown(37) && (_root.leftblock == 0)) {
_root.rightblock = 0;
if ((_root.falling == 0) && (_root.jump == 0)) {
_root.screen.main.gotoAndPlay(7);
this._x = this._x - 8;
_root.screen._x = _root.screen._x + 8;
} else {
this._x = this._x - 8;
_root.screen._x = _root.screen._x + 8;
}
}
if (Key.isDown(39) && (_root.rightblock == 0)) {
_root.leftblock = 0;
if ((_root.falling == 0) && (_root.jump == 0)) {
_root.screen.main.gotoAndPlay(4);
this._x = this._x + 8;
_root.screen._x = _root.screen._x - 8;
} else {
this._x = this._x + 8;
_root.screen._x = _root.screen._x - 8;
}
}
if ((Key.isDown(65) && (_root.falling == 0)) && (_root.jump == 0)) {
_root.jump = 1;
_root.jumpspeed = 20;
_root.jumpt = this._y - 160;
_root.screen.main.gotoAndStop(2);
}
if (_root.jump == 1) {
this._y = this._y - _root.jumpspeed;
if ((_root.falling == 0) && (_root.jumpspeed >= 5)) {
_root.jumpspeed = _root.jumpspeed - 0.5;
}
if (this._y <= _root.jumpt) {
_root.jump = 0;
_root.falling = 1;
}
}
if (_root.falling == 1) {
this._y = this._y + (_root.jumpspeed - 5);
if (_root.jumpspeed <= 15) {
_root.jumpspeed = _root.jumpspeed + 0.5;
_root.screen.main.gotoAndStop(3);
}
if (this._y >= 450) {
this._y = -10;
}
}
if ((this._y >= _root.ground) && (_root.falling == 1)) {
_root.falling = 0;
_root.screen.main._y = _root.ground;
_root.screen.main.gotoAndStop(1);
_root.land = 1;
}
}
if ((_root.falling == 1) && (_root.dying == 1)) {
this._y = this._y + 5;
if (this._y >= 600) {
_root.dying = 2;
}
}
if (_root.dying == 4) {
_root.falling = 0;
_root.jumping = 0;
_root.ydist = this._y - 100;
_root.dying = 5;
}
if (_root.dying == 5) {
this._y = this._y - 2;
if (this._y <= _root.ydist) {
_root.dying = 2;
}
}
}
Instance of Symbol 200 MovieClip in Symbol 529 MovieClip Frame 1 (144 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
_root.levelpos = _root.screen._x;
_root.playerpos = _root.screen.main._x;
}
}
Instance of Symbol 200 MovieClip in Symbol 529 MovieClip Frame 1 (95 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
_root.gotoAndStop("L2P2");
}
}
Instance of Symbol 200 MovieClip in Symbol 529 MovieClip Frame 1 (431 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main) && (_root.dying == 0)) {
_root.dying = 1;
_root.falling = 1;
_root.screen.main.gotoAndStop(10);
}
if (hitTest(_root.screen.main) && (_root.dying == 1)) {
_root.falling = 1;
_root.deathtext = "YOU FELL IN A HOLE!";
_root.halfdark.gotoAndStop(2);
}
if (hitTest(_root.background)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 200 MovieClip in Symbol 529 MovieClip Frame 1 (262 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
_root.screen.main._x = _root.screen.main._x - 10;
_root.screen.main._y = _root.screen.main._y + 2;
}
if (hitTest(_root.background)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 200 MovieClip in Symbol 529 MovieClip Frame 1 (262 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
_root.screen.main._x = _root.screen.main._x + 10;
_root.screen.main._y = _root.screen.main._y + 2;
}
if (hitTest(_root.background)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Symbol 549 MovieClip Frame 1 (8 B)
stop();
Instance of Symbol 200 MovieClip in Symbol 550 MovieClip Frame 1 (206 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
_root.rightblock = 1;
_root.leftblock = 0;
}
if (hitTest(_root.background)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 200 MovieClip in Symbol 550 MovieClip Frame 1 (206 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
_root.leftblock = 1;
_root.rightblock = 0;
}
if (hitTest(_root.background)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 549 MovieClip in Symbol 550 MovieClip Frame 1 (288 B)
onClipEvent (enterFrame) {
if ((hitTest(_root.screen.main) && (_root.falling == 1)) && (_root.dying == 0)) {
_root.falling = 0;
_root.jump = 1;
_root.jumpspeed = 20;
_root.jumpt = _root.screen.main._y - 300;
_root.screen.main.gotoAndStop(2);
this.play();
}
}
Symbol 552 MovieClip Frame 1 (8 B)
stop();
Instance of Symbol 238 MovieClip in Symbol 552 MovieClip Frame 1 (301 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main) && (_root.dying == 0)) {
_root.screen.main.gotoAndStop(10);
_root.screen.main._y = _root.screen.main._y - 20;
_root.dying = 4;
_root.halfdark.gotoAndStop(2);
_root.deathtext = "WATCH FOR TRAPS!";
this.gotoAndPlay(42);
}
}
Instance of Symbol 238 MovieClip in Symbol 552 MovieClip Frame 1 (111 B)
onClipEvent (enterFrame) {
if (hitTest(_root.background)) {
_parent.play();
} else {
_parent.stop();
}
}
Symbol 555 MovieClip Frame 1 (94 B)
_ROOT.FALLING = 1;
_root.jump = 0;
_root.jumpspeed = 20;
_root.walkt = 0;
_root.land = 0;
Instance of Symbol 196 MovieClip in Symbol 555 MovieClip Frame 1 (289 B)
onClipEvent (enterFrame) {
if (((hitTest(_root.screen.main) && (_root.falling == 1)) && (_root.screen.main._y <= this._y)) && (_root.dying == 0)) {
_root.falling = 0;
_root.screen.main._y = this._y;
_root.screen.main.gotoAndStop(1);
_root.land = 1;
}
}
Instance of Symbol 196 MovieClip in Symbol 555 MovieClip Frame 1 (324 B)
onClipEvent (enterFrame) {
if ((((hitTest(_root.screen.main) && (_root.falling == 0)) && (_root.jump == 0)) && (_root.dying == 0)) && (_root.screen.main._y < _root.ground)) {
_root.falling = 1;
_root.screen.main._y = _root.screen.main._y + 15;
_root.screen.main.gotoAndStop(3);
}
}
Instance of Symbol 196 MovieClip in Symbol 555 MovieClip Frame 1 (324 B)
onClipEvent (enterFrame) {
if ((((hitTest(_root.screen.main) && (_root.falling == 0)) && (_root.jump == 0)) && (_root.dying == 0)) && (_root.screen.main._y < _root.ground)) {
_root.falling = 1;
_root.screen.main._y = _root.screen.main._y + 15;
_root.screen.main.gotoAndStop(3);
}
}
Instance of Symbol 196 MovieClip in Symbol 555 MovieClip Frame 1 (305 B)
onClipEvent (load) {
_root.ground = this._y;
}
onClipEvent (enterFrame) {
if ((hitTest(_root.screen.main) && (_root.falling == 1)) && (_root.screen.main._y <= this._y)) {
_root.falling = 0;
_root.screen.main._y = this._y;
_root.screen.main.gotoAndStop(1);
_root.land = 1;
}
}
Instance of Symbol 200 MovieClip in Symbol 555 MovieClip Frame 1 (298 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
_root.rightblock = 1;
_root.leftblock = 0;
_root.screen.main._x = _root.screen.main._x - 8;
_root.screen._x = _root.screen._x + 8;
}
if (hitTest(_root.background)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 203 MovieClip in Symbol 555 MovieClip Frame 1 (121 B)
onClipEvent (enterFrame) {
if (hitTest(_root.background)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 203 MovieClip in Symbol 555 MovieClip Frame 1 (121 B)
onClipEvent (enterFrame) {
if (hitTest(_root.background)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 203 MovieClip in Symbol 555 MovieClip Frame 1 (121 B)
onClipEvent (enterFrame) {
if (hitTest(_root.background)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 203 MovieClip in Symbol 555 MovieClip Frame 1 (121 B)
onClipEvent (enterFrame) {
if (hitTest(_root.background)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 203 MovieClip in Symbol 555 MovieClip Frame 1 (121 B)
onClipEvent (enterFrame) {
if (hitTest(_root.background)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 203 MovieClip in Symbol 555 MovieClip Frame 1 (121 B)
onClipEvent (enterFrame) {
if (hitTest(_root.background)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 203 MovieClip in Symbol 555 MovieClip Frame 1 (121 B)
onClipEvent (enterFrame) {
if (hitTest(_root.background)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 203 MovieClip in Symbol 555 MovieClip Frame 1 (121 B)
onClipEvent (enterFrame) {
if (hitTest(_root.background)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 203 MovieClip in Symbol 555 MovieClip Frame 1 (121 B)
onClipEvent (enterFrame) {
if (hitTest(_root.background)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 203 MovieClip in Symbol 555 MovieClip Frame 1 (121 B)
onClipEvent (enterFrame) {
if (hitTest(_root.background)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 203 MovieClip in Symbol 555 MovieClip Frame 1 (121 B)
onClipEvent (enterFrame) {
if (hitTest(_root.background)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 203 MovieClip in Symbol 555 MovieClip Frame 1 (121 B)
onClipEvent (enterFrame) {
if (hitTest(_root.background)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 203 MovieClip in Symbol 555 MovieClip Frame 1 (121 B)
onClipEvent (enterFrame) {
if (hitTest(_root.background)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 203 MovieClip in Symbol 555 MovieClip Frame 1 (121 B)
onClipEvent (enterFrame) {
if (hitTest(_root.background)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 203 MovieClip in Symbol 555 MovieClip Frame 1 (121 B)
onClipEvent (enterFrame) {
if (hitTest(_root.background)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 203 MovieClip in Symbol 555 MovieClip Frame 1 (121 B)
onClipEvent (enterFrame) {
if (hitTest(_root.background)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 203 MovieClip in Symbol 555 MovieClip Frame 1 (121 B)
onClipEvent (enterFrame) {
if (hitTest(_root.background)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 212 MovieClip in Symbol 555 MovieClip Frame 1 (121 B)
onClipEvent (enterFrame) {
if (hitTest(_root.background)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 215 MovieClip in Symbol 555 MovieClip Frame 1 (121 B)
onClipEvent (enterFrame) {
if (hitTest(_root.background)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 203 MovieClip in Symbol 555 MovieClip Frame 1 (121 B)
onClipEvent (enterFrame) {
if (hitTest(_root.background)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 200 MovieClip in Symbol 555 MovieClip Frame 1 (431 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main) && (_root.dying == 0)) {
_root.dying = 1;
_root.falling = 1;
_root.screen.main.gotoAndStop(10);
}
if (hitTest(_root.screen.main) && (_root.dying == 1)) {
_root.falling = 1;
_root.deathtext = "YOU FELL IN A HOLE!";
_root.halfdark.gotoAndStop(2);
}
if (hitTest(_root.background)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 200 MovieClip in Symbol 555 MovieClip Frame 1 (262 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
_root.screen.main._x = _root.screen.main._x - 10;
_root.screen.main._y = _root.screen.main._y + 2;
}
if (hitTest(_root.background)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 200 MovieClip in Symbol 555 MovieClip Frame 1 (262 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
_root.screen.main._x = _root.screen.main._x + 10;
_root.screen.main._y = _root.screen.main._y + 2;
}
if (hitTest(_root.background)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 212 MovieClip in Symbol 555 MovieClip Frame 1 (121 B)
onClipEvent (enterFrame) {
if (hitTest(_root.background)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 215 MovieClip in Symbol 555 MovieClip Frame 1 (121 B)
onClipEvent (enterFrame) {
if (hitTest(_root.background)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 203 MovieClip in Symbol 555 MovieClip Frame 1 (121 B)
onClipEvent (enterFrame) {
if (hitTest(_root.background)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 212 MovieClip in Symbol 555 MovieClip Frame 1 (121 B)
onClipEvent (enterFrame) {
if (hitTest(_root.background)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 215 MovieClip in Symbol 555 MovieClip Frame 1 (121 B)
onClipEvent (enterFrame) {
if (hitTest(_root.background)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 203 MovieClip in Symbol 555 MovieClip Frame 1 (121 B)
onClipEvent (enterFrame) {
if (hitTest(_root.background)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 203 MovieClip in Symbol 555 MovieClip Frame 1 (121 B)
onClipEvent (enterFrame) {
if (hitTest(_root.background)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 200 MovieClip in Symbol 555 MovieClip Frame 1 (334 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
_root.rightblock = 1;
_root.leftblock = 0;
_root.screen._x = _root.screen._x + 10;
_root.screen.main._x = _root.screen.main._x - 10;
} else {
_root.rightblock = 0;
}
if (hitTest(_root.background)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 231 MovieClip in Symbol 555 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 555 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 555 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 555 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 555 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 555 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 555 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 555 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 555 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 555 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 555 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 555 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 555 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 555 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 555 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 555 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 555 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 555 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 555 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 555 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 555 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 555 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 555 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 555 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 555 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 555 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 439 MovieClip in Symbol 555 MovieClip Frame 1 (122 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
_root.lives = _root.lives + 1;
this.gotoAndStop(2);
}
}
Instance of Symbol 231 MovieClip in Symbol 555 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 555 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 555 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 555 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 555 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 555 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 555 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 555 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 555 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 555 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 555 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 555 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 555 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 555 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 555 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 555 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 200 MovieClip in Symbol 555 MovieClip Frame 1 (96 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
_root.gotoAndPlay("boss2");
}
}
Instance of Symbol 231 MovieClip in Symbol 555 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 555 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 555 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 555 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 555 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 555 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 555 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 555 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 555 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 555 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 555 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 555 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 555 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 555 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 555 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 555 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 555 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 555 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 555 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 555 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 555 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 555 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 555 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 555 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 555 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 555 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 555 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 555 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 555 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 555 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 555 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 555 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 555 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 555 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 555 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 555 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 555 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 555 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 555 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 555 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 196 MovieClip in Symbol 555 MovieClip Frame 1 (289 B)
onClipEvent (enterFrame) {
if (((hitTest(_root.screen.main) && (_root.falling == 1)) && (_root.screen.main._y <= this._y)) && (_root.dying == 0)) {
_root.falling = 0;
_root.screen.main._y = this._y;
_root.screen.main.gotoAndStop(1);
_root.land = 1;
}
}
Instance of Symbol 196 MovieClip in Symbol 555 MovieClip Frame 1 (324 B)
onClipEvent (enterFrame) {
if ((((hitTest(_root.screen.main) && (_root.falling == 0)) && (_root.jump == 0)) && (_root.dying == 0)) && (_root.screen.main._y < _root.ground)) {
_root.falling = 1;
_root.screen.main._y = _root.screen.main._y + 15;
_root.screen.main.gotoAndStop(3);
}
}
Instance of Symbol 200 MovieClip in Symbol 555 MovieClip Frame 1 (144 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
_root.levelpos = _root.screen._x;
_root.playerpos = _root.screen.main._x;
}
}
Instance of Symbol 231 MovieClip in Symbol 555 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 555 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 555 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 555 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 555 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 555 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 555 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 555 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 555 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 555 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 555 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 555 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 555 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 555 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 555 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 555 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 555 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 555 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 196 MovieClip in Symbol 555 MovieClip Frame 1 (324 B)
onClipEvent (enterFrame) {
if ((((hitTest(_root.screen.main) && (_root.falling == 0)) && (_root.jump == 0)) && (_root.dying == 0)) && (_root.screen.main._y < _root.ground)) {
_root.falling = 1;
_root.screen.main._y = _root.screen.main._y + 15;
_root.screen.main.gotoAndStop(3);
}
}
Instance of Symbol 377 MovieClip "main" in Symbol 555 MovieClip Frame 1 (2.49 KiB) ●
onClipEvent (enterFrame) {
if (_root.eggs >= 100) {
_root.eggs = 0;
_root.lives = _root.lives + 1;
_root.egglives.gotoAndPlay(2);
}
if (_root.dying == 2) {
_root.lives = _root.lives - 1;
if (_root.lives == 0) {
_root.gotoAndStop("dead");
}
_root.screen._x = _root.levelpos;
_root.screen.main._x = _root.playerpos;
_root.screen.main._y = 50;
_root.dying = 0;
_root.leftblock = 0;
_root.rightblock = 0;
_root.falling = 1;
_root.deathtext = "";
_root.halfdark.play();
_root.screen.main.gotoAndStop(2);
}
if (_root.dying == 0) {
if (Key.isDown(37) && (_root.leftblock == 0)) {
_root.rightblock = 0;
if ((_root.falling == 0) && (_root.jump == 0)) {
_root.screen.main.gotoAndPlay(7);
this._x = this._x - 8;
_root.screen._x = _root.screen._x + 8;
} else {
this._x = this._x - 8;
_root.screen._x = _root.screen._x + 8;
}
}
if (Key.isDown(39) && (_root.rightblock == 0)) {
_root.leftblock = 0;
if ((_root.falling == 0) && (_root.jump == 0)) {
_root.screen.main.gotoAndPlay(4);
this._x = this._x + 8;
_root.screen._x = _root.screen._x - 8;
} else {
this._x = this._x + 8;
_root.screen._x = _root.screen._x - 8;
}
}
if ((Key.isDown(65) && (_root.falling == 0)) && (_root.jump == 0)) {
_root.jump = 1;
_root.jumpspeed = 20;
_root.jumpt = this._y - 160;
_root.screen.main.gotoAndStop(2);
}
if (_root.jump == 1) {
this._y = this._y - _root.jumpspeed;
if ((_root.falling == 0) && (_root.jumpspeed >= 5)) {
_root.jumpspeed = _root.jumpspeed - 0.5;
}
if (this._y <= _root.jumpt) {
_root.jump = 0;
_root.falling = 1;
}
}
if (_root.falling == 1) {
this._y = this._y + (_root.jumpspeed - 5);
if (_root.jumpspeed <= 15) {
_root.jumpspeed = _root.jumpspeed + 0.5;
_root.screen.main.gotoAndStop(3);
}
if (this._y >= 450) {
this._y = -10;
}
}
if ((this._y >= _root.ground) && (_root.falling == 1)) {
_root.falling = 0;
_root.screen.main._y = _root.ground;
_root.screen.main.gotoAndStop(1);
_root.land = 1;
}
}
if ((_root.falling == 1) && (_root.dying == 1)) {
this._y = this._y + 5;
if (this._y >= 600) {
_root.dying = 2;
}
}
if (_root.dying == 4) {
_root.falling = 0;
_root.jumping = 0;
_root.ydist = this._y - 100;
_root.dying = 5;
}
if (_root.dying == 5) {
this._y = this._y - 2;
if (this._y <= _root.ydist) {
_root.dying = 2;
}
}
}
Instance of Symbol 200 MovieClip in Symbol 555 MovieClip Frame 1 (431 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main) && (_root.dying == 0)) {
_root.dying = 1;
_root.falling = 1;
_root.screen.main.gotoAndStop(10);
}
if (hitTest(_root.screen.main) && (_root.dying == 1)) {
_root.falling = 1;
_root.deathtext = "YOU FELL IN A HOLE!";
_root.halfdark.gotoAndStop(2);
}
if (hitTest(_root.background)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 200 MovieClip in Symbol 555 MovieClip Frame 1 (262 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
_root.screen.main._x = _root.screen.main._x - 10;
_root.screen.main._y = _root.screen.main._y + 2;
}
if (hitTest(_root.background)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 200 MovieClip in Symbol 555 MovieClip Frame 1 (262 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
_root.screen.main._x = _root.screen.main._x + 10;
_root.screen.main._y = _root.screen.main._y + 2;
}
if (hitTest(_root.background)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Symbol 583 MovieClip Frame 1 (8 B)
stop();
Instance of Symbol 238 MovieClip in Symbol 583 MovieClip Frame 1 (273 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main) && (_root.dying == 0)) {
_root.screen.main.gotoAndStop(10);
_root.screen.main._y = _root.screen.main._y - 20;
_root.dying = 4;
_root.halfdark.gotoAndStop(2);
_root.deathtext = "WATCH OUT!!!";
}
}
Instance of Symbol 238 MovieClip in Symbol 607 MovieClip Frame 1 (270 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main) && (_root.dying == 0)) {
_root.screen.main.gotoAndStop(10);
_root.screen.main._y = _root.screen.main._y - 20;
_root.dying = 4;
_root.halfdark.gotoAndStop(2);
_root.deathtext = "GOTCHA!!!";
}
}
Instance of Symbol 238 MovieClip in Symbol 615 MovieClip Frame 1 (272 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main) && (_root.dying == 0)) {
_root.screen.main.gotoAndStop(10);
_root.screen.main._y = _root.screen.main._y - 20;
_root.dying = 4;
_root.halfdark.gotoAndStop(2);
_root.deathtext = "WATCH IT!!!";
}
}
Instance of Symbol 238 MovieClip in Symbol 623 MovieClip Frame 1 (458 B)
onClipEvent (enterFrame) {
if ((hitTest(_root.screen.main) && (_root.falling == 1)) && (_root.dying == 0)) {
_root.falling = 0;
_root.jump = 1;
_root.jumpspeed = 20;
_root.jumpt = _root.screen.main._y - 200;
_root.sounds.gotoAndPlay(10);
if (_root.bh == 0) {
_root.bosshits = _root.bosshits + 1;
_root.bh = 1;
_root.score = _root.score + 150;
if (_root.bosshits == 10) {
_root.gotoAndPlay("boss2d");
}
}
}
}
Instance of Symbol 238 MovieClip in Symbol 623 MovieClip Frame 1 (281 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main) && (_root.dying == 0)) {
_root.screen.main.gotoAndStop(10);
_root.screen.main._y = _root.screen.main._y - 20;
_root.dying = 4;
_root.halfdark.gotoAndStop(2);
_root.deathtext = "DON'T RUN INTO ME!!!";
}
}
Instance of Symbol 238 MovieClip in Symbol 631 MovieClip Frame 1 (273 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main) && (_root.dying == 0)) {
_root.screen.main.gotoAndStop(10);
_root.screen.main._y = _root.screen.main._y - 20;
_root.dying = 4;
_root.halfdark.gotoAndStop(2);
_root.deathtext = "WATCH OUT!!!";
}
}
Symbol 632 MovieClip Frame 1 (8 B)
stop();
Symbol 640 MovieClip Frame 1 (14 B)
_root.bh = 0;
Instance of Symbol 238 MovieClip in Symbol 640 MovieClip Frame 1 (272 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main) && (_root.dying == 0)) {
_root.screen.main.gotoAndStop(10);
_root.screen.main._y = _root.screen.main._y - 20;
_root.dying = 4;
_root.halfdark.gotoAndStop(2);
_root.deathtext = "WATCH IT!!!";
}
}
Symbol 640 MovieClip Frame 125 (19 B)
_root.logfall = 1;
Symbol 640 MovieClip Frame 129 (19 B)
_root.logfall = 0;
Symbol 640 MovieClip Frame 200 (14 B)
_root.bh = 0;
Symbol 641 MovieClip Frame 1 (94 B)
_ROOT.FALLING = 1;
_root.jump = 0;
_root.jumpspeed = 20;
_root.walkt = 0;
_root.land = 0;
Instance of Symbol 196 MovieClip in Symbol 641 MovieClip Frame 1 (305 B)
onClipEvent (load) {
_root.ground = this._y;
}
onClipEvent (enterFrame) {
if ((hitTest(_root.screen.main) && (_root.falling == 1)) && (_root.screen.main._y <= this._y)) {
_root.falling = 0;
_root.screen.main._y = this._y;
_root.screen.main.gotoAndStop(1);
_root.land = 1;
}
}
Instance of Symbol 200 MovieClip in Symbol 641 MovieClip Frame 1 (298 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
_root.rightblock = 1;
_root.leftblock = 0;
_root.screen.main._x = _root.screen.main._x - 8;
_root.screen._x = _root.screen._x + 8;
}
if (hitTest(_root.background)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 203 MovieClip in Symbol 641 MovieClip Frame 1 (121 B)
onClipEvent (enterFrame) {
if (hitTest(_root.background)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 203 MovieClip in Symbol 641 MovieClip Frame 1 (121 B)
onClipEvent (enterFrame) {
if (hitTest(_root.background)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 203 MovieClip in Symbol 641 MovieClip Frame 1 (121 B)
onClipEvent (enterFrame) {
if (hitTest(_root.background)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 203 MovieClip in Symbol 641 MovieClip Frame 1 (121 B)
onClipEvent (enterFrame) {
if (hitTest(_root.background)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 203 MovieClip in Symbol 641 MovieClip Frame 1 (121 B)
onClipEvent (enterFrame) {
if (hitTest(_root.background)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 203 MovieClip in Symbol 641 MovieClip Frame 1 (121 B)
onClipEvent (enterFrame) {
if (hitTest(_root.background)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 640 MovieClip in Symbol 641 MovieClip Frame 1 (72 B)
onClipEvent (load) {
_root.bosshits = 0;
}
onClipEvent (enterFrame) {
}
Instance of Symbol 200 MovieClip in Symbol 641 MovieClip Frame 1 (334 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
_root.rightblock = 1;
_root.leftblock = 0;
_root.screen._x = _root.screen._x + 10;
_root.screen.main._x = _root.screen.main._x - 10;
} else {
_root.rightblock = 0;
}
if (hitTest(_root.background)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 200 MovieClip "dying" in Symbol 641 MovieClip Frame 1 (144 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
_root.levelpos = _root.screen._x;
_root.playerpos = _root.screen.main._x;
}
}
Instance of Symbol 377 MovieClip "main" in Symbol 641 MovieClip Frame 1 (2.45 KiB) ●
onClipEvent (enterFrame) {
if (_root.eggs >= 100) {
_root.eggs = 0;
_root.lives = _root.lives + 1;
}
if (_root.dying == 2) {
_root.lives = _root.lives - 1;
if (_root.lives == 0) {
_root.gotoAndStop("dead");
}
_root.screen._x = _root.levelpos;
_root.screen.main._x = _root.playerpos;
_root.screen.main._y = 50;
_root.dying = 0;
_root.leftblock = 0;
_root.rightblock = 0;
_root.falling = 1;
_root.deathtext = "";
_root.halfdark.play();
_root.screen.main.gotoAndStop(2);
}
if (_root.dying == 0) {
if (Key.isDown(37) && (_root.leftblock == 0)) {
_root.rightblock = 0;
if ((_root.falling == 0) && (_root.jump == 0)) {
_root.screen.main.gotoAndPlay(7);
this._x = this._x - 8;
_root.screen._x = _root.screen._x + 8;
} else {
this._x = this._x - 8;
_root.screen._x = _root.screen._x + 8;
}
}
if (Key.isDown(39) && (_root.rightblock == 0)) {
_root.leftblock = 0;
if ((_root.falling == 0) && (_root.jump == 0)) {
_root.screen.main.gotoAndPlay(4);
this._x = this._x + 8;
_root.screen._x = _root.screen._x - 8;
} else {
this._x = this._x + 8;
_root.screen._x = _root.screen._x - 8;
}
}
if ((Key.isDown(65) && (_root.falling == 0)) && (_root.jump == 0)) {
_root.jump = 1;
_root.jumpspeed = 20;
_root.jumpt = this._y - 160;
_root.screen.main.gotoAndStop(2);
}
if (_root.jump == 1) {
this._y = this._y - _root.jumpspeed;
if ((_root.falling == 0) && (_root.jumpspeed >= 5)) {
_root.jumpspeed = _root.jumpspeed - 0.5;
}
if (this._y <= _root.jumpt) {
_root.jump = 0;
_root.falling = 1;
}
}
if (_root.falling == 1) {
this._y = this._y + (_root.jumpspeed - 5);
if (_root.jumpspeed <= 15) {
_root.jumpspeed = _root.jumpspeed + 0.5;
_root.screen.main.gotoAndStop(3);
}
if (this._y >= 450) {
this._y = -10;
}
}
if ((this._y >= _root.ground) && (_root.falling == 1)) {
_root.falling = 0;
_root.screen.main._y = _root.ground;
_root.screen.main.gotoAndStop(1);
_root.land = 1;
}
}
if ((_root.falling == 1) && (_root.dying == 1)) {
this._y = this._y + 5;
if (this._y >= 600) {
_root.dying = 2;
}
}
if (_root.dying == 4) {
_root.falling = 0;
_root.jumping = 0;
_root.ydist = this._y - 100;
_root.dying = 5;
}
if (_root.dying == 5) {
this._y = this._y - 2;
if (this._y <= _root.ydist) {
_root.dying = 2;
}
}
}
Instance of Symbol 200 MovieClip in Symbol 641 MovieClip Frame 1 (298 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
_root.rightblock = 0;
_root.leftblock = 1;
_root.screen.main._x = _root.screen.main._x + 8;
_root.screen._x = _root.screen._x - 8;
}
if (hitTest(_root.background)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 200 MovieClip in Symbol 641 MovieClip Frame 1 (334 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
_root.rightblock = 1;
_root.leftblock = 0;
_root.screen._x = _root.screen._x - 10;
_root.screen.main._x = _root.screen.main._x + 10;
} else {
_root.rightblock = 0;
}
if (hitTest(_root.background)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 439 MovieClip in Symbol 641 MovieClip Frame 1 (122 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
_root.lives = _root.lives + 1;
this.gotoAndStop(2);
}
}
Instance of Symbol 196 MovieClip in Symbol 678 MovieClip Frame 1 (270 B)
onClipEvent (enterFrame) {
if (((hitTest(_root.screen.main) && (_root.falling == 0)) && (_root.jump == 0)) && (_root.dying == 0)) {
_root.falling = 1;
_root.screen.main._y = _root.screen.main._y + 15;
_root.screen.main.gotoAndStop(3);
}
}
Instance of Symbol 196 MovieClip in Symbol 678 MovieClip Frame 1 (270 B)
onClipEvent (enterFrame) {
if (((hitTest(_root.screen.main) && (_root.falling == 0)) && (_root.jump == 0)) && (_root.dying == 0)) {
_root.falling = 1;
_root.screen.main._y = _root.screen.main._y + 15;
_root.screen.main.gotoAndStop(3);
}
}
Symbol 679 MovieClip Frame 1 (8 B)
stop();
Instance of Symbol 196 MovieClip in Symbol 679 MovieClip Frame 1 (114 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main) && (_root.dying == 0)) {
_parent.play();
}
}
Instance of Symbol 196 MovieClip in Symbol 679 MovieClip Frame 37 (270 B)
onClipEvent (enterFrame) {
if (((hitTest(_root.screen.main) && (_root.falling == 0)) && (_root.jump == 0)) && (_root.dying == 0)) {
_root.falling = 1;
_root.screen.main._y = _root.screen.main._y + 15;
_root.screen.main.gotoAndStop(3);
}
}
Symbol 681 MovieClip Frame 1 (8 B)
stop();
Symbol 681 MovieClip Frame 68 (8 B)
stop();
Instance of Symbol 200 MovieClip in Symbol 683 MovieClip Frame 1 (431 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main) && (_root.dying == 0)) {
_root.dying = 1;
_root.falling = 1;
_root.screen.main.gotoAndStop(10);
}
if (hitTest(_root.screen.main) && (_root.dying == 1)) {
_root.falling = 1;
_root.deathtext = "YOU FELL IN A HOLE!";
_root.halfdark.gotoAndStop(2);
}
if (hitTest(_root.background)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 200 MovieClip in Symbol 683 MovieClip Frame 1 (262 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
_root.screen.main._x = _root.screen.main._x - 10;
_root.screen.main._y = _root.screen.main._y + 2;
}
if (hitTest(_root.background)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 200 MovieClip in Symbol 683 MovieClip Frame 1 (262 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
_root.screen.main._x = _root.screen.main._x + 10;
_root.screen.main._y = _root.screen.main._y + 2;
}
if (hitTest(_root.background)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 238 MovieClip in Symbol 686 MovieClip Frame 1 (268 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main) && (_root.dying == 0)) {
_root.screen.main.gotoAndStop(10);
_root.screen.main._y = _root.screen.main._y - 20;
_root.dying = 4;
_root.halfdark.gotoAndStop(2);
_root.deathtext = "SPIKEY!";
}
}
Instance of Symbol 238 MovieClip in Symbol 686 MovieClip Frame 1 (267 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main) && (_root.dying == 0)) {
_root.screen.main.gotoAndStop(10);
_root.screen.main._y = _root.screen.main._y - 20;
_root.dying = 4;
_root.halfdark.gotoAndStop(2);
_root.deathtext = "OOOOW!";
}
}
Instance of Symbol 238 MovieClip in Symbol 686 MovieClip Frame 1 (270 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main) && (_root.dying == 0)) {
_root.screen.main.gotoAndStop(10);
_root.screen.main._y = _root.screen.main._y - 20;
_root.dying = 4;
_root.halfdark.gotoAndStop(2);
_root.deathtext = "WATCH IT!";
}
}
Instance of Symbol 238 MovieClip in Symbol 686 MovieClip Frame 1 (280 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main) && (_root.dying == 0)) {
_root.screen.main.gotoAndStop(10);
_root.screen.main._y = _root.screen.main._y - 20;
_root.dying = 4;
_root.halfdark.gotoAndStop(2);
_root.deathtext = "MY LIMBS ARE SHARP!";
}
}
Symbol 688 MovieClip Frame 1 (8 B)
stop();
Instance of Symbol 688 MovieClip in Symbol 689 MovieClip Frame 1 (95 B)
onClipEvent (enterFrame) {
if (hitTest(_root.background)) {
play();
} else {
stop();
}
}
Symbol 692 MovieClip Frame 1 (94 B)
_ROOT.FALLING = 1;
_root.jump = 0;
_root.jumpspeed = 20;
_root.walkt = 0;
_root.land = 0;
Instance of Symbol 196 MovieClip in Symbol 692 MovieClip Frame 1 (305 B)
onClipEvent (load) {
_root.ground = this._y;
}
onClipEvent (enterFrame) {
if ((hitTest(_root.screen.main) && (_root.falling == 1)) && (_root.screen.main._y <= this._y)) {
_root.falling = 0;
_root.screen.main._y = this._y;
_root.screen.main.gotoAndStop(1);
_root.land = 1;
}
}
Instance of Symbol 200 MovieClip in Symbol 692 MovieClip Frame 1 (298 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
_root.rightblock = 1;
_root.leftblock = 0;
_root.screen.main._x = _root.screen.main._x - 8;
_root.screen._x = _root.screen._x + 8;
}
if (hitTest(_root.background)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 203 MovieClip in Symbol 692 MovieClip Frame 1 (121 B)
onClipEvent (enterFrame) {
if (hitTest(_root.background)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 203 MovieClip in Symbol 692 MovieClip Frame 1 (121 B)
onClipEvent (enterFrame) {
if (hitTest(_root.background)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 203 MovieClip in Symbol 692 MovieClip Frame 1 (121 B)
onClipEvent (enterFrame) {
if (hitTest(_root.background)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 207 MovieClip in Symbol 692 MovieClip Frame 1 (121 B)
onClipEvent (enterFrame) {
if (hitTest(_root.background)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 203 MovieClip in Symbol 692 MovieClip Frame 1 (121 B)
onClipEvent (enterFrame) {
if (hitTest(_root.background)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 196 MovieClip in Symbol 692 MovieClip Frame 1 (289 B)
onClipEvent (enterFrame) {
if (((hitTest(_root.screen.main) && (_root.falling == 1)) && (_root.screen.main._y <= this._y)) && (_root.dying == 0)) {
_root.falling = 0;
_root.screen.main._y = this._y;
_root.screen.main.gotoAndStop(1);
_root.land = 1;
}
}
Instance of Symbol 196 MovieClip in Symbol 692 MovieClip Frame 1 (270 B)
onClipEvent (enterFrame) {
if (((hitTest(_root.screen.main) && (_root.falling == 0)) && (_root.jump == 0)) && (_root.dying == 0)) {
_root.falling = 1;
_root.screen.main._y = _root.screen.main._y + 15;
_root.screen.main.gotoAndStop(3);
}
}
Instance of Symbol 196 MovieClip in Symbol 692 MovieClip Frame 1 (270 B)
onClipEvent (enterFrame) {
if (((hitTest(_root.screen.main) && (_root.falling == 0)) && (_root.jump == 0)) && (_root.dying == 0)) {
_root.falling = 1;
_root.screen.main._y = _root.screen.main._y + 15;
_root.screen.main.gotoAndStop(3);
}
}
Instance of Symbol 196 MovieClip in Symbol 692 MovieClip Frame 1 (289 B)
onClipEvent (enterFrame) {
if (((hitTest(_root.screen.main) && (_root.falling == 1)) && (_root.screen.main._y <= this._y)) && (_root.dying == 0)) {
_root.falling = 0;
_root.screen.main._y = this._y;
_root.screen.main.gotoAndStop(1);
_root.land = 1;
}
}
Instance of Symbol 196 MovieClip in Symbol 692 MovieClip Frame 1 (270 B)
onClipEvent (enterFrame) {
if (((hitTest(_root.screen.main) && (_root.falling == 0)) && (_root.jump == 0)) && (_root.dying == 0)) {
_root.falling = 1;
_root.screen.main._y = _root.screen.main._y + 15;
_root.screen.main.gotoAndStop(3);
}
}
Instance of Symbol 196 MovieClip in Symbol 692 MovieClip Frame 1 (270 B)
onClipEvent (enterFrame) {
if (((hitTest(_root.screen.main) && (_root.falling == 0)) && (_root.jump == 0)) && (_root.dying == 0)) {
_root.falling = 1;
_root.screen.main._y = _root.screen.main._y + 15;
_root.screen.main.gotoAndStop(3);
}
}
Instance of Symbol 203 MovieClip in Symbol 692 MovieClip Frame 1 (121 B)
onClipEvent (enterFrame) {
if (hitTest(_root.background)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 203 MovieClip in Symbol 692 MovieClip Frame 1 (121 B)
onClipEvent (enterFrame) {
if (hitTest(_root.background)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 212 MovieClip in Symbol 692 MovieClip Frame 1 (121 B)
onClipEvent (enterFrame) {
if (hitTest(_root.background)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 522 MovieClip in Symbol 692 MovieClip Frame 1 (121 B)
onClipEvent (enterFrame) {
if (hitTest(_root.background)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 522 MovieClip in Symbol 692 MovieClip Frame 1 (121 B)
onClipEvent (enterFrame) {
if (hitTest(_root.background)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 522 MovieClip in Symbol 692 MovieClip Frame 1 (121 B)
onClipEvent (enterFrame) {
if (hitTest(_root.background)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 522 MovieClip in Symbol 692 MovieClip Frame 1 (121 B)
onClipEvent (enterFrame) {
if (hitTest(_root.background)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 215 MovieClip in Symbol 692 MovieClip Frame 1 (121 B)
onClipEvent (enterFrame) {
if (hitTest(_root.background)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 196 MovieClip in Symbol 692 MovieClip Frame 1 (289 B)
onClipEvent (enterFrame) {
if (((hitTest(_root.screen.main) && (_root.falling == 1)) && (_root.screen.main._y <= this._y)) && (_root.dying == 0)) {
_root.falling = 0;
_root.screen.main._y = this._y;
_root.screen.main.gotoAndStop(1);
_root.land = 1;
}
}
Instance of Symbol 196 MovieClip in Symbol 692 MovieClip Frame 1 (270 B)
onClipEvent (enterFrame) {
if (((hitTest(_root.screen.main) && (_root.falling == 0)) && (_root.jump == 0)) && (_root.dying == 0)) {
_root.falling = 1;
_root.screen.main._y = _root.screen.main._y + 15;
_root.screen.main.gotoAndStop(3);
}
}
Instance of Symbol 196 MovieClip in Symbol 692 MovieClip Frame 1 (270 B)
onClipEvent (enterFrame) {
if (((hitTest(_root.screen.main) && (_root.falling == 0)) && (_root.jump == 0)) && (_root.dying == 0)) {
_root.falling = 1;
_root.screen.main._y = _root.screen.main._y + 15;
_root.screen.main.gotoAndStop(3);
}
}
Instance of Symbol 196 MovieClip in Symbol 692 MovieClip Frame 1 (289 B)
onClipEvent (enterFrame) {
if (((hitTest(_root.screen.main) && (_root.falling == 1)) && (_root.screen.main._y <= this._y)) && (_root.dying == 0)) {
_root.falling = 0;
_root.screen.main._y = this._y;
_root.screen.main.gotoAndStop(1);
_root.land = 1;
}
}
Instance of Symbol 196 MovieClip in Symbol 692 MovieClip Frame 1 (270 B)
onClipEvent (enterFrame) {
if (((hitTest(_root.screen.main) && (_root.falling == 0)) && (_root.jump == 0)) && (_root.dying == 0)) {
_root.falling = 1;
_root.screen.main._y = _root.screen.main._y + 15;
_root.screen.main.gotoAndStop(3);
}
}
Instance of Symbol 196 MovieClip in Symbol 692 MovieClip Frame 1 (270 B)
onClipEvent (enterFrame) {
if (((hitTest(_root.screen.main) && (_root.falling == 0)) && (_root.jump == 0)) && (_root.dying == 0)) {
_root.falling = 1;
_root.screen.main._y = _root.screen.main._y + 15;
_root.screen.main.gotoAndStop(3);
}
}
Instance of Symbol 196 MovieClip in Symbol 692 MovieClip Frame 1 (289 B)
onClipEvent (enterFrame) {
if (((hitTest(_root.screen.main) && (_root.falling == 1)) && (_root.screen.main._y <= this._y)) && (_root.dying == 0)) {
_root.falling = 0;
_root.screen.main._y = this._y;
_root.screen.main.gotoAndStop(1);
_root.land = 1;
}
}
Instance of Symbol 196 MovieClip in Symbol 692 MovieClip Frame 1 (270 B)
onClipEvent (enterFrame) {
if (((hitTest(_root.screen.main) && (_root.falling == 0)) && (_root.jump == 0)) && (_root.dying == 0)) {
_root.falling = 1;
_root.screen.main._y = _root.screen.main._y + 15;
_root.screen.main.gotoAndStop(3);
}
}
Instance of Symbol 196 MovieClip in Symbol 692 MovieClip Frame 1 (270 B)
onClipEvent (enterFrame) {
if (((hitTest(_root.screen.main) && (_root.falling == 0)) && (_root.jump == 0)) && (_root.dying == 0)) {
_root.falling = 1;
_root.screen.main._y = _root.screen.main._y + 15;
_root.screen.main.gotoAndStop(3);
}
}
Instance of Symbol 196 MovieClip in Symbol 692 MovieClip Frame 1 (336 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.switch1)) {
if (((hitTest(_root.screen.main) && (_root.falling == 1)) && (_root.screen.main._y <= this._y)) && (_root.dying == 0)) {
_root.falling = 0;
_root.screen.main._y = this._y;
_root.screen.main.gotoAndStop(1);
_root.land = 1;
}
}
}
Instance of Symbol 196 MovieClip in Symbol 692 MovieClip Frame 1 (336 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.switch2)) {
if (((hitTest(_root.screen.main) && (_root.falling == 1)) && (_root.screen.main._y <= this._y)) && (_root.dying == 0)) {
_root.falling = 0;
_root.screen.main._y = this._y;
_root.screen.main.gotoAndStop(1);
_root.land = 1;
}
}
}
Instance of Symbol 196 MovieClip in Symbol 692 MovieClip Frame 1 (336 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.switch3)) {
if (((hitTest(_root.screen.main) && (_root.falling == 1)) && (_root.screen.main._y <= this._y)) && (_root.dying == 0)) {
_root.falling = 0;
_root.screen.main._y = this._y;
_root.screen.main.gotoAndStop(1);
_root.land = 1;
}
}
}
Instance of Symbol 196 MovieClip in Symbol 692 MovieClip Frame 1 (336 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.switch4)) {
if (((hitTest(_root.screen.main) && (_root.falling == 1)) && (_root.screen.main._y <= this._y)) && (_root.dying == 0)) {
_root.falling = 0;
_root.screen.main._y = this._y;
_root.screen.main.gotoAndStop(1);
_root.land = 1;
}
}
}
Instance of Symbol 196 MovieClip in Symbol 692 MovieClip Frame 1 (289 B)
onClipEvent (enterFrame) {
if (((hitTest(_root.screen.main) && (_root.falling == 1)) && (_root.screen.main._y <= this._y)) && (_root.dying == 0)) {
_root.falling = 0;
_root.screen.main._y = this._y;
_root.screen.main.gotoAndStop(1);
_root.land = 1;
}
}
Instance of Symbol 196 MovieClip in Symbol 692 MovieClip Frame 1 (270 B)
onClipEvent (enterFrame) {
if (((hitTest(_root.screen.main) && (_root.falling == 0)) && (_root.jump == 0)) && (_root.dying == 0)) {
_root.falling = 1;
_root.screen.main._y = _root.screen.main._y + 15;
_root.screen.main.gotoAndStop(3);
}
}
Instance of Symbol 196 MovieClip in Symbol 692 MovieClip Frame 1 (270 B)
onClipEvent (enterFrame) {
if (((hitTest(_root.screen.main) && (_root.falling == 0)) && (_root.jump == 0)) && (_root.dying == 0)) {
_root.falling = 1;
_root.screen.main._y = _root.screen.main._y + 15;
_root.screen.main.gotoAndStop(3);
}
}
Instance of Symbol 196 MovieClip in Symbol 692 MovieClip Frame 1 (336 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.switch5)) {
if (((hitTest(_root.screen.main) && (_root.falling == 1)) && (_root.screen.main._y <= this._y)) && (_root.dying == 0)) {
_root.falling = 0;
_root.screen.main._y = this._y;
_root.screen.main.gotoAndStop(1);
_root.land = 1;
}
}
}
Instance of Symbol 200 MovieClip in Symbol 692 MovieClip Frame 1 (334 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
_root.rightblock = 1;
_root.leftblock = 0;
_root.screen._x = _root.screen._x + 10;
_root.screen.main._x = _root.screen.main._x - 10;
} else {
_root.rightblock = 0;
}
if (hitTest(_root.background)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 203 MovieClip in Symbol 692 MovieClip Frame 1 (121 B)
onClipEvent (enterFrame) {
if (hitTest(_root.background)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 203 MovieClip in Symbol 692 MovieClip Frame 1 (121 B)
onClipEvent (enterFrame) {
if (hitTest(_root.background)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 203 MovieClip in Symbol 692 MovieClip Frame 1 (121 B)
onClipEvent (enterFrame) {
if (hitTest(_root.background)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 200 MovieClip in Symbol 692 MovieClip Frame 1 (144 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
_root.levelpos = _root.screen._x;
_root.playerpos = _root.screen.main._x;
}
}
Instance of Symbol 231 MovieClip in Symbol 692 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 692 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 692 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 692 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 692 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 692 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 692 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 692 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 692 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 692 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 692 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 692 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 692 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 692 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 692 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 692 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 692 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 692 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 692 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 692 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 692 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 692 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 692 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 692 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 692 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 692 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 692 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 692 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 692 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 692 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 692 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 692 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 692 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 692 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 692 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 692 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 692 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 692 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 692 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 692 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 692 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 692 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 692 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 692 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 692 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 692 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 692 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 692 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 692 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 692 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 692 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 692 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 692 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 692 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 203 MovieClip in Symbol 692 MovieClip Frame 1 (121 B)
onClipEvent (enterFrame) {
if (hitTest(_root.background)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 203 MovieClip in Symbol 692 MovieClip Frame 1 (121 B)
onClipEvent (enterFrame) {
if (hitTest(_root.background)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 200 MovieClip in Symbol 692 MovieClip Frame 1 (98 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
_root.gotoAndPlay("Level35");
}
}
Instance of Symbol 231 MovieClip in Symbol 692 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 692 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 692 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 377 MovieClip "main" in Symbol 692 MovieClip Frame 1 (2.49 KiB) ●
onClipEvent (enterFrame) {
if (_root.eggs >= 100) {
_root.eggs = 0;
_root.lives = _root.lives + 1;
_root.egglives.gotoAndPlay(2);
}
if (_root.dying == 2) {
_root.lives = _root.lives - 1;
if (_root.lives == 0) {
_root.gotoAndStop("dead");
}
_root.screen._x = _root.levelpos;
_root.screen.main._x = _root.playerpos;
_root.screen.main._y = 50;
_root.dying = 0;
_root.leftblock = 0;
_root.rightblock = 0;
_root.falling = 1;
_root.deathtext = "";
_root.halfdark.play();
_root.screen.main.gotoAndStop(2);
}
if (_root.dying == 0) {
if (Key.isDown(37) && (_root.leftblock == 0)) {
_root.rightblock = 0;
if ((_root.falling == 0) && (_root.jump == 0)) {
_root.screen.main.gotoAndPlay(7);
this._x = this._x - 8;
_root.screen._x = _root.screen._x + 8;
} else {
this._x = this._x - 8;
_root.screen._x = _root.screen._x + 8;
}
}
if (Key.isDown(39) && (_root.rightblock == 0)) {
_root.leftblock = 0;
if ((_root.falling == 0) && (_root.jump == 0)) {
_root.screen.main.gotoAndPlay(4);
this._x = this._x + 8;
_root.screen._x = _root.screen._x - 8;
} else {
this._x = this._x + 8;
_root.screen._x = _root.screen._x - 8;
}
}
if ((Key.isDown(65) && (_root.falling == 0)) && (_root.jump == 0)) {
_root.jump = 1;
_root.jumpspeed = 20;
_root.jumpt = this._y - 160;
_root.screen.main.gotoAndStop(2);
}
if (_root.jump == 1) {
this._y = this._y - _root.jumpspeed;
if ((_root.falling == 0) && (_root.jumpspeed >= 5)) {
_root.jumpspeed = _root.jumpspeed - 0.5;
}
if (this._y <= _root.jumpt) {
_root.jump = 0;
_root.falling = 1;
}
}
if (_root.falling == 1) {
this._y = this._y + (_root.jumpspeed - 5);
if (_root.jumpspeed <= 15) {
_root.jumpspeed = _root.jumpspeed + 0.5;
_root.screen.main.gotoAndStop(3);
}
if (this._y >= 450) {
this._y = -10;
}
}
if ((this._y >= _root.ground) && (_root.falling == 1)) {
_root.falling = 0;
_root.screen.main._y = _root.ground;
_root.screen.main.gotoAndStop(1);
_root.land = 1;
}
}
if ((_root.falling == 1) && (_root.dying == 1)) {
this._y = this._y + 5;
if (this._y >= 600) {
_root.dying = 2;
}
}
if (_root.dying == 4) {
_root.falling = 0;
_root.jumping = 0;
_root.ydist = this._y - 100;
_root.dying = 5;
}
if (_root.dying == 5) {
this._y = this._y - 2;
if (this._y <= _root.ydist) {
_root.dying = 2;
}
}
}
Instance of Symbol 681 MovieClip in Symbol 692 MovieClip Frame 1 (75 B)
onClipEvent (enterFrame) {
if (hitTest(_root.background)) {
play();
}
}
Instance of Symbol 681 MovieClip in Symbol 692 MovieClip Frame 1 (75 B)
onClipEvent (enterFrame) {
if (hitTest(_root.background)) {
play();
}
}
Instance of Symbol 681 MovieClip in Symbol 692 MovieClip Frame 1 (75 B)
onClipEvent (enterFrame) {
if (hitTest(_root.background)) {
play();
}
}
Instance of Symbol 681 MovieClip in Symbol 692 MovieClip Frame 1 (75 B)
onClipEvent (enterFrame) {
if (hitTest(_root.background)) {
play();
}
}
Instance of Symbol 200 MovieClip in Symbol 692 MovieClip Frame 1 (431 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main) && (_root.dying == 0)) {
_root.dying = 1;
_root.falling = 1;
_root.screen.main.gotoAndStop(10);
}
if (hitTest(_root.screen.main) && (_root.dying == 1)) {
_root.falling = 1;
_root.deathtext = "YOU FELL IN A HOLE!";
_root.halfdark.gotoAndStop(2);
}
if (hitTest(_root.background)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 200 MovieClip in Symbol 692 MovieClip Frame 1 (262 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
_root.screen.main._x = _root.screen.main._x - 10;
_root.screen.main._y = _root.screen.main._y + 2;
}
if (hitTest(_root.background)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 200 MovieClip in Symbol 692 MovieClip Frame 1 (262 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
_root.screen.main._x = _root.screen.main._x + 10;
_root.screen.main._y = _root.screen.main._y + 2;
}
if (hitTest(_root.background)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 681 MovieClip in Symbol 692 MovieClip Frame 1 (75 B)
onClipEvent (enterFrame) {
if (hitTest(_root.background)) {
play();
}
}
Instance of Symbol 681 MovieClip in Symbol 692 MovieClip Frame 1 (75 B)
onClipEvent (enterFrame) {
if (hitTest(_root.background)) {
play();
}
}
Instance of Symbol 681 MovieClip in Symbol 692 MovieClip Frame 1 (75 B)
onClipEvent (enterFrame) {
if (hitTest(_root.background)) {
play();
}
}
Instance of Symbol 681 MovieClip in Symbol 692 MovieClip Frame 1 (75 B)
onClipEvent (enterFrame) {
if (hitTest(_root.background)) {
play();
}
}
Instance of Symbol 681 MovieClip in Symbol 692 MovieClip Frame 1 (75 B)
onClipEvent (enterFrame) {
if (hitTest(_root.background)) {
play();
}
}
Instance of Symbol 681 MovieClip in Symbol 692 MovieClip Frame 1 (75 B)
onClipEvent (enterFrame) {
if (hitTest(_root.background)) {
play();
}
}
Instance of Symbol 681 MovieClip in Symbol 692 MovieClip Frame 1 (75 B)
onClipEvent (enterFrame) {
if (hitTest(_root.background)) {
play();
}
}
Instance of Symbol 681 MovieClip in Symbol 692 MovieClip Frame 1 (75 B)
onClipEvent (enterFrame) {
if (hitTest(_root.background)) {
play();
}
}
Instance of Symbol 681 MovieClip in Symbol 692 MovieClip Frame 1 (75 B)
onClipEvent (enterFrame) {
if (hitTest(_root.background)) {
play();
}
}
Instance of Symbol 681 MovieClip in Symbol 692 MovieClip Frame 1 (75 B)
onClipEvent (enterFrame) {
if (hitTest(_root.background)) {
play();
}
}
Instance of Symbol 681 MovieClip in Symbol 692 MovieClip Frame 1 (75 B)
onClipEvent (enterFrame) {
if (hitTest(_root.background)) {
play();
}
}
Symbol 706 MovieClip Frame 1 (94 B)
_ROOT.FALLING = 1;
_root.jump = 0;
_root.jumpspeed = 20;
_root.walkt = 0;
_root.land = 0;
Instance of Symbol 196 MovieClip in Symbol 706 MovieClip Frame 1 (305 B)
onClipEvent (load) {
_root.ground = this._y;
}
onClipEvent (enterFrame) {
if ((hitTest(_root.screen.main) && (_root.falling == 1)) && (_root.screen.main._y <= this._y)) {
_root.falling = 0;
_root.screen.main._y = this._y;
_root.screen.main.gotoAndStop(1);
_root.land = 1;
}
}
Instance of Symbol 200 MovieClip in Symbol 706 MovieClip Frame 1 (298 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
_root.rightblock = 1;
_root.leftblock = 0;
_root.screen.main._x = _root.screen.main._x - 8;
_root.screen._x = _root.screen._x + 8;
}
if (hitTest(_root.background)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 203 MovieClip in Symbol 706 MovieClip Frame 1 (121 B)
onClipEvent (enterFrame) {
if (hitTest(_root.background)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 203 MovieClip in Symbol 706 MovieClip Frame 1 (121 B)
onClipEvent (enterFrame) {
if (hitTest(_root.background)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 212 MovieClip in Symbol 706 MovieClip Frame 1 (121 B)
onClipEvent (enterFrame) {
if (hitTest(_root.background)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 522 MovieClip in Symbol 706 MovieClip Frame 1 (121 B)
onClipEvent (enterFrame) {
if (hitTest(_root.background)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 522 MovieClip in Symbol 706 MovieClip Frame 1 (121 B)
onClipEvent (enterFrame) {
if (hitTest(_root.background)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 522 MovieClip in Symbol 706 MovieClip Frame 1 (121 B)
onClipEvent (enterFrame) {
if (hitTest(_root.background)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 522 MovieClip in Symbol 706 MovieClip Frame 1 (121 B)
onClipEvent (enterFrame) {
if (hitTest(_root.background)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 215 MovieClip in Symbol 706 MovieClip Frame 1 (121 B)
onClipEvent (enterFrame) {
if (hitTest(_root.background)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 196 MovieClip in Symbol 706 MovieClip Frame 1 (289 B)
onClipEvent (enterFrame) {
if (((hitTest(_root.screen.main) && (_root.falling == 1)) && (_root.screen.main._y <= this._y)) && (_root.dying == 0)) {
_root.falling = 0;
_root.screen.main._y = this._y;
_root.screen.main.gotoAndStop(1);
_root.land = 1;
}
}
Instance of Symbol 196 MovieClip in Symbol 706 MovieClip Frame 1 (270 B)
onClipEvent (enterFrame) {
if (((hitTest(_root.screen.main) && (_root.falling == 0)) && (_root.jump == 0)) && (_root.dying == 0)) {
_root.falling = 1;
_root.screen.main._y = _root.screen.main._y + 15;
_root.screen.main.gotoAndStop(3);
}
}
Instance of Symbol 196 MovieClip in Symbol 706 MovieClip Frame 1 (270 B)
onClipEvent (enterFrame) {
if (((hitTest(_root.screen.main) && (_root.falling == 0)) && (_root.jump == 0)) && (_root.dying == 0)) {
_root.falling = 1;
_root.screen.main._y = _root.screen.main._y + 15;
_root.screen.main.gotoAndStop(3);
}
}
Instance of Symbol 196 MovieClip in Symbol 706 MovieClip Frame 1 (289 B)
onClipEvent (enterFrame) {
if (((hitTest(_root.screen.main) && (_root.falling == 1)) && (_root.screen.main._y <= this._y)) && (_root.dying == 0)) {
_root.falling = 0;
_root.screen.main._y = this._y;
_root.screen.main.gotoAndStop(1);
_root.land = 1;
}
}
Instance of Symbol 196 MovieClip in Symbol 706 MovieClip Frame 1 (270 B)
onClipEvent (enterFrame) {
if (((hitTest(_root.screen.main) && (_root.falling == 0)) && (_root.jump == 0)) && (_root.dying == 0)) {
_root.falling = 1;
_root.screen.main._y = _root.screen.main._y + 15;
_root.screen.main.gotoAndStop(3);
}
}
Instance of Symbol 196 MovieClip in Symbol 706 MovieClip Frame 1 (270 B)
onClipEvent (enterFrame) {
if (((hitTest(_root.screen.main) && (_root.falling == 0)) && (_root.jump == 0)) && (_root.dying == 0)) {
_root.falling = 1;
_root.screen.main._y = _root.screen.main._y + 15;
_root.screen.main.gotoAndStop(3);
}
}
Instance of Symbol 196 MovieClip in Symbol 706 MovieClip Frame 1 (336 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.switch6)) {
if (((hitTest(_root.screen.main) && (_root.falling == 1)) && (_root.screen.main._y <= this._y)) && (_root.dying == 0)) {
_root.falling = 0;
_root.screen.main._y = this._y;
_root.screen.main.gotoAndStop(1);
_root.land = 1;
}
}
}
Instance of Symbol 196 MovieClip in Symbol 706 MovieClip Frame 1 (336 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.switch7)) {
if (((hitTest(_root.screen.main) && (_root.falling == 1)) && (_root.screen.main._y <= this._y)) && (_root.dying == 0)) {
_root.falling = 0;
_root.screen.main._y = this._y;
_root.screen.main.gotoAndStop(1);
_root.land = 1;
}
}
}
Instance of Symbol 196 MovieClip in Symbol 706 MovieClip Frame 1 (336 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.switch8)) {
if (((hitTest(_root.screen.main) && (_root.falling == 1)) && (_root.screen.main._y <= this._y)) && (_root.dying == 0)) {
_root.falling = 0;
_root.screen.main._y = this._y;
_root.screen.main.gotoAndStop(1);
_root.land = 1;
}
}
}
Instance of Symbol 196 MovieClip in Symbol 706 MovieClip Frame 1 (289 B)
onClipEvent (enterFrame) {
if (((hitTest(_root.screen.main) && (_root.falling == 1)) && (_root.screen.main._y <= this._y)) && (_root.dying == 0)) {
_root.falling = 0;
_root.screen.main._y = this._y;
_root.screen.main.gotoAndStop(1);
_root.land = 1;
}
}
Instance of Symbol 196 MovieClip in Symbol 706 MovieClip Frame 1 (270 B)
onClipEvent (enterFrame) {
if (((hitTest(_root.screen.main) && (_root.falling == 0)) && (_root.jump == 0)) && (_root.dying == 0)) {
_root.falling = 1;
_root.screen.main._y = _root.screen.main._y + 15;
_root.screen.main.gotoAndStop(3);
}
}
Instance of Symbol 196 MovieClip in Symbol 706 MovieClip Frame 1 (270 B)
onClipEvent (enterFrame) {
if (((hitTest(_root.screen.main) && (_root.falling == 0)) && (_root.jump == 0)) && (_root.dying == 0)) {
_root.falling = 1;
_root.screen.main._y = _root.screen.main._y + 15;
_root.screen.main.gotoAndStop(3);
}
}
Instance of Symbol 196 MovieClip in Symbol 706 MovieClip Frame 1 (336 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.switch9)) {
if (((hitTest(_root.screen.main) && (_root.falling == 1)) && (_root.screen.main._y <= this._y)) && (_root.dying == 0)) {
_root.falling = 0;
_root.screen.main._y = this._y;
_root.screen.main.gotoAndStop(1);
_root.land = 1;
}
}
}
Instance of Symbol 200 MovieClip in Symbol 706 MovieClip Frame 1 (431 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main) && (_root.dying == 0)) {
_root.dying = 1;
_root.falling = 1;
_root.screen.main.gotoAndStop(10);
}
if (hitTest(_root.screen.main) && (_root.dying == 1)) {
_root.falling = 1;
_root.deathtext = "YOU FELL IN A HOLE!";
_root.halfdark.gotoAndStop(2);
}
if (hitTest(_root.background)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 200 MovieClip in Symbol 706 MovieClip Frame 1 (262 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
_root.screen.main._x = _root.screen.main._x - 10;
_root.screen.main._y = _root.screen.main._y + 2;
}
if (hitTest(_root.background)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 200 MovieClip in Symbol 706 MovieClip Frame 1 (262 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
_root.screen.main._x = _root.screen.main._x + 10;
_root.screen.main._y = _root.screen.main._y + 2;
}
if (hitTest(_root.background)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 196 MovieClip in Symbol 706 MovieClip Frame 1 (289 B)
onClipEvent (enterFrame) {
if (((hitTest(_root.screen.main) && (_root.falling == 1)) && (_root.screen.main._y <= this._y)) && (_root.dying == 0)) {
_root.falling = 0;
_root.screen.main._y = this._y;
_root.screen.main.gotoAndStop(1);
_root.land = 1;
}
}
Instance of Symbol 196 MovieClip in Symbol 706 MovieClip Frame 1 (270 B)
onClipEvent (enterFrame) {
if (((hitTest(_root.screen.main) && (_root.falling == 0)) && (_root.jump == 0)) && (_root.dying == 0)) {
_root.falling = 1;
_root.screen.main._y = _root.screen.main._y + 15;
_root.screen.main.gotoAndStop(3);
}
}
Instance of Symbol 196 MovieClip in Symbol 706 MovieClip Frame 1 (270 B)
onClipEvent (enterFrame) {
if (((hitTest(_root.screen.main) && (_root.falling == 0)) && (_root.jump == 0)) && (_root.dying == 0)) {
_root.falling = 1;
_root.screen.main._y = _root.screen.main._y + 15;
_root.screen.main.gotoAndStop(3);
}
}
Instance of Symbol 196 MovieClip in Symbol 706 MovieClip Frame 1 (337 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.switch10)) {
if (((hitTest(_root.screen.main) && (_root.falling == 1)) && (_root.screen.main._y <= this._y)) && (_root.dying == 0)) {
_root.falling = 0;
_root.screen.main._y = this._y;
_root.screen.main.gotoAndStop(1);
_root.land = 1;
}
}
}
Instance of Symbol 203 MovieClip in Symbol 706 MovieClip Frame 1 (121 B)
onClipEvent (enterFrame) {
if (hitTest(_root.background)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 203 MovieClip in Symbol 706 MovieClip Frame 1 (121 B)
onClipEvent (enterFrame) {
if (hitTest(_root.background)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 200 MovieClip in Symbol 706 MovieClip Frame 1 (95 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
_root.gotoAndStop("L3P2");
}
}
Instance of Symbol 200 MovieClip in Symbol 706 MovieClip Frame 1 (95 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
_root.gotoAndPlay("L3P2");
}
}
Instance of Symbol 231 MovieClip in Symbol 706 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 706 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 706 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 706 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 706 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 706 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 706 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 706 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 706 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 706 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 706 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 706 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 706 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 706 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 706 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 706 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 706 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 706 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 706 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 706 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 706 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 706 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 706 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 706 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 706 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 706 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 706 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 706 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 706 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 706 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 706 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 706 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 439 MovieClip in Symbol 706 MovieClip Frame 1 (122 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
_root.lives = _root.lives + 1;
this.gotoAndStop(2);
}
}
Instance of Symbol 231 MovieClip in Symbol 706 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 706 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 706 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 706 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 706 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 706 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 706 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 706 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 196 MovieClip in Symbol 706 MovieClip Frame 1 (289 B)
onClipEvent (enterFrame) {
if (((hitTest(_root.screen.main) && (_root.falling == 1)) && (_root.screen.main._y <= this._y)) && (_root.dying == 0)) {
_root.falling = 0;
_root.screen.main._y = this._y;
_root.screen.main.gotoAndStop(1);
_root.land = 1;
}
}
Instance of Symbol 196 MovieClip in Symbol 706 MovieClip Frame 1 (270 B)
onClipEvent (enterFrame) {
if (((hitTest(_root.screen.main) && (_root.falling == 0)) && (_root.jump == 0)) && (_root.dying == 0)) {
_root.falling = 1;
_root.screen.main._y = _root.screen.main._y + 15;
_root.screen.main.gotoAndStop(3);
}
}
Instance of Symbol 196 MovieClip in Symbol 706 MovieClip Frame 1 (270 B)
onClipEvent (enterFrame) {
if (((hitTest(_root.screen.main) && (_root.falling == 0)) && (_root.jump == 0)) && (_root.dying == 0)) {
_root.falling = 1;
_root.screen.main._y = _root.screen.main._y + 15;
_root.screen.main.gotoAndStop(3);
}
}
Instance of Symbol 377 MovieClip "main" in Symbol 706 MovieClip Frame 1 (2.49 KiB) ●
onClipEvent (enterFrame) {
if (_root.eggs >= 100) {
_root.eggs = 0;
_root.lives = _root.lives + 1;
_root.egglives.gotoAndPlay(2);
}
if (_root.dying == 2) {
_root.lives = _root.lives - 1;
if (_root.lives == 0) {
_root.gotoAndStop("dead");
}
_root.screen._x = _root.levelpos;
_root.screen.main._x = _root.playerpos;
_root.screen.main._y = 50;
_root.dying = 0;
_root.leftblock = 0;
_root.rightblock = 0;
_root.falling = 1;
_root.deathtext = "";
_root.halfdark.play();
_root.screen.main.gotoAndStop(2);
}
if (_root.dying == 0) {
if (Key.isDown(37) && (_root.leftblock == 0)) {
_root.rightblock = 0;
if ((_root.falling == 0) && (_root.jump == 0)) {
_root.screen.main.gotoAndPlay(7);
this._x = this._x - 8;
_root.screen._x = _root.screen._x + 8;
} else {
this._x = this._x - 8;
_root.screen._x = _root.screen._x + 8;
}
}
if (Key.isDown(39) && (_root.rightblock == 0)) {
_root.leftblock = 0;
if ((_root.falling == 0) && (_root.jump == 0)) {
_root.screen.main.gotoAndPlay(4);
this._x = this._x + 8;
_root.screen._x = _root.screen._x - 8;
} else {
this._x = this._x + 8;
_root.screen._x = _root.screen._x - 8;
}
}
if ((Key.isDown(65) && (_root.falling == 0)) && (_root.jump == 0)) {
_root.jump = 1;
_root.jumpspeed = 20;
_root.jumpt = this._y - 160;
_root.screen.main.gotoAndStop(2);
}
if (_root.jump == 1) {
this._y = this._y - _root.jumpspeed;
if ((_root.falling == 0) && (_root.jumpspeed >= 5)) {
_root.jumpspeed = _root.jumpspeed - 0.5;
}
if (this._y <= _root.jumpt) {
_root.jump = 0;
_root.falling = 1;
}
}
if (_root.falling == 1) {
this._y = this._y + (_root.jumpspeed - 5);
if (_root.jumpspeed <= 15) {
_root.jumpspeed = _root.jumpspeed + 0.5;
_root.screen.main.gotoAndStop(3);
}
if (this._y >= 450) {
this._y = -10;
}
}
if ((this._y >= _root.ground) && (_root.falling == 1)) {
_root.falling = 0;
_root.screen.main._y = _root.ground;
_root.screen.main.gotoAndStop(1);
_root.land = 1;
}
}
if ((_root.falling == 1) && (_root.dying == 1)) {
this._y = this._y + 5;
if (this._y >= 600) {
_root.dying = 2;
}
}
if (_root.dying == 4) {
_root.falling = 0;
_root.jumping = 0;
_root.ydist = this._y - 100;
_root.dying = 5;
}
if (_root.dying == 5) {
this._y = this._y - 2;
if (this._y <= _root.ydist) {
_root.dying = 2;
}
}
}
Instance of Symbol 200 MovieClip in Symbol 706 MovieClip Frame 1 (334 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
_root.rightblock = 1;
_root.leftblock = 0;
_root.screen._x = _root.screen._x + 10;
_root.screen.main._x = _root.screen.main._x - 10;
} else {
_root.rightblock = 0;
}
if (hitTest(_root.background)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 200 MovieClip in Symbol 706 MovieClip Frame 1 (262 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
_root.screen.main._x = _root.screen.main._x - 10;
_root.screen.main._y = _root.screen.main._y + 2;
}
if (hitTest(_root.background)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Symbol 719 MovieClip Frame 1 (94 B)
_ROOT.FALLING = 1;
_root.jump = 0;
_root.jumpspeed = 20;
_root.walkt = 0;
_root.land = 0;
Instance of Symbol 196 MovieClip in Symbol 719 MovieClip Frame 1 (305 B)
onClipEvent (load) {
_root.ground = this._y;
}
onClipEvent (enterFrame) {
if ((hitTest(_root.screen.main) && (_root.falling == 1)) && (_root.screen.main._y <= this._y)) {
_root.falling = 0;
_root.screen.main._y = this._y;
_root.screen.main.gotoAndStop(1);
_root.land = 1;
}
}
Instance of Symbol 200 MovieClip in Symbol 719 MovieClip Frame 1 (298 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
_root.rightblock = 1;
_root.leftblock = 0;
_root.screen.main._x = _root.screen.main._x - 8;
_root.screen._x = _root.screen._x + 8;
}
if (hitTest(_root.background)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 203 MovieClip in Symbol 719 MovieClip Frame 1 (121 B)
onClipEvent (enterFrame) {
if (hitTest(_root.background)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 203 MovieClip in Symbol 719 MovieClip Frame 1 (121 B)
onClipEvent (enterFrame) {
if (hitTest(_root.background)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 212 MovieClip in Symbol 719 MovieClip Frame 1 (121 B)
onClipEvent (enterFrame) {
if (hitTest(_root.background)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 522 MovieClip in Symbol 719 MovieClip Frame 1 (121 B)
onClipEvent (enterFrame) {
if (hitTest(_root.background)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 522 MovieClip in Symbol 719 MovieClip Frame 1 (121 B)
onClipEvent (enterFrame) {
if (hitTest(_root.background)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 522 MovieClip in Symbol 719 MovieClip Frame 1 (121 B)
onClipEvent (enterFrame) {
if (hitTest(_root.background)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 522 MovieClip in Symbol 719 MovieClip Frame 1 (121 B)
onClipEvent (enterFrame) {
if (hitTest(_root.background)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 215 MovieClip in Symbol 719 MovieClip Frame 1 (121 B)
onClipEvent (enterFrame) {
if (hitTest(_root.background)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 196 MovieClip in Symbol 719 MovieClip Frame 1 (336 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.switch2)) {
if (((hitTest(_root.screen.main) && (_root.falling == 1)) && (_root.screen.main._y <= this._y)) && (_root.dying == 0)) {
_root.falling = 0;
_root.screen.main._y = this._y;
_root.screen.main.gotoAndStop(1);
_root.land = 1;
}
}
}
Instance of Symbol 196 MovieClip in Symbol 719 MovieClip Frame 1 (336 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.switch3)) {
if (((hitTest(_root.screen.main) && (_root.falling == 1)) && (_root.screen.main._y <= this._y)) && (_root.dying == 0)) {
_root.falling = 0;
_root.screen.main._y = this._y;
_root.screen.main.gotoAndStop(1);
_root.land = 1;
}
}
}
Instance of Symbol 196 MovieClip in Symbol 719 MovieClip Frame 1 (336 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.switch4)) {
if (((hitTest(_root.screen.main) && (_root.falling == 1)) && (_root.screen.main._y <= this._y)) && (_root.dying == 0)) {
_root.falling = 0;
_root.screen.main._y = this._y;
_root.screen.main.gotoAndStop(1);
_root.land = 1;
}
}
}
Instance of Symbol 196 MovieClip in Symbol 719 MovieClip Frame 1 (337 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.switch11)) {
if (((hitTest(_root.screen.main) && (_root.falling == 1)) && (_root.screen.main._y <= this._y)) && (_root.dying == 0)) {
_root.falling = 0;
_root.screen.main._y = this._y;
_root.screen.main.gotoAndStop(1);
_root.land = 1;
}
}
}
Instance of Symbol 196 MovieClip in Symbol 719 MovieClip Frame 1 (336 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.switch0)) {
if (((hitTest(_root.screen.main) && (_root.falling == 1)) && (_root.screen.main._y <= this._y)) && (_root.dying == 0)) {
_root.falling = 0;
_root.screen.main._y = this._y;
_root.screen.main.gotoAndStop(1);
_root.land = 1;
}
}
}
Instance of Symbol 196 MovieClip in Symbol 719 MovieClip Frame 1 (336 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.switch5)) {
if (((hitTest(_root.screen.main) && (_root.falling == 1)) && (_root.screen.main._y <= this._y)) && (_root.dying == 0)) {
_root.falling = 0;
_root.screen.main._y = this._y;
_root.screen.main.gotoAndStop(1);
_root.land = 1;
}
}
}
Instance of Symbol 196 MovieClip in Symbol 719 MovieClip Frame 1 (337 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.switch10)) {
if (((hitTest(_root.screen.main) && (_root.falling == 1)) && (_root.screen.main._y <= this._y)) && (_root.dying == 0)) {
_root.falling = 0;
_root.screen.main._y = this._y;
_root.screen.main.gotoAndStop(1);
_root.land = 1;
}
}
}
Instance of Symbol 196 MovieClip in Symbol 719 MovieClip Frame 1 (337 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.switch12)) {
if (((hitTest(_root.screen.main) && (_root.falling == 1)) && (_root.screen.main._y <= this._y)) && (_root.dying == 0)) {
_root.falling = 0;
_root.screen.main._y = this._y;
_root.screen.main.gotoAndStop(1);
_root.land = 1;
}
}
}
Instance of Symbol 212 MovieClip in Symbol 719 MovieClip Frame 1 (121 B)
onClipEvent (enterFrame) {
if (hitTest(_root.background)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 522 MovieClip in Symbol 719 MovieClip Frame 1 (121 B)
onClipEvent (enterFrame) {
if (hitTest(_root.background)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 522 MovieClip in Symbol 719 MovieClip Frame 1 (121 B)
onClipEvent (enterFrame) {
if (hitTest(_root.background)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 522 MovieClip in Symbol 719 MovieClip Frame 1 (121 B)
onClipEvent (enterFrame) {
if (hitTest(_root.background)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 522 MovieClip in Symbol 719 MovieClip Frame 1 (121 B)
onClipEvent (enterFrame) {
if (hitTest(_root.background)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 215 MovieClip in Symbol 719 MovieClip Frame 1 (121 B)
onClipEvent (enterFrame) {
if (hitTest(_root.background)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 196 MovieClip in Symbol 719 MovieClip Frame 1 (289 B)
onClipEvent (enterFrame) {
if (((hitTest(_root.screen.main) && (_root.falling == 1)) && (_root.screen.main._y <= this._y)) && (_root.dying == 0)) {
_root.falling = 0;
_root.screen.main._y = this._y;
_root.screen.main.gotoAndStop(1);
_root.land = 1;
}
}
Instance of Symbol 196 MovieClip in Symbol 719 MovieClip Frame 1 (270 B)
onClipEvent (enterFrame) {
if (((hitTest(_root.screen.main) && (_root.falling == 0)) && (_root.jump == 0)) && (_root.dying == 0)) {
_root.falling = 1;
_root.screen.main._y = _root.screen.main._y + 15;
_root.screen.main.gotoAndStop(3);
}
}
Instance of Symbol 196 MovieClip in Symbol 719 MovieClip Frame 1 (270 B)
onClipEvent (enterFrame) {
if (((hitTest(_root.screen.main) && (_root.falling == 0)) && (_root.jump == 0)) && (_root.dying == 0)) {
_root.falling = 1;
_root.screen.main._y = _root.screen.main._y + 15;
_root.screen.main.gotoAndStop(3);
}
}
Instance of Symbol 196 MovieClip in Symbol 719 MovieClip Frame 1 (289 B)
onClipEvent (enterFrame) {
if (((hitTest(_root.screen.main) && (_root.falling == 1)) && (_root.screen.main._y <= this._y)) && (_root.dying == 0)) {
_root.falling = 0;
_root.screen.main._y = this._y;
_root.screen.main.gotoAndStop(1);
_root.land = 1;
}
}
Instance of Symbol 196 MovieClip in Symbol 719 MovieClip Frame 1 (270 B)
onClipEvent (enterFrame) {
if (((hitTest(_root.screen.main) && (_root.falling == 0)) && (_root.jump == 0)) && (_root.dying == 0)) {
_root.falling = 1;
_root.screen.main._y = _root.screen.main._y + 15;
_root.screen.main.gotoAndStop(3);
}
}
Instance of Symbol 196 MovieClip in Symbol 719 MovieClip Frame 1 (270 B)
onClipEvent (enterFrame) {
if (((hitTest(_root.screen.main) && (_root.falling == 0)) && (_root.jump == 0)) && (_root.dying == 0)) {
_root.falling = 1;
_root.screen.main._y = _root.screen.main._y + 15;
_root.screen.main.gotoAndStop(3);
}
}
Instance of Symbol 196 MovieClip in Symbol 719 MovieClip Frame 1 (336 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.switch6)) {
if (((hitTest(_root.screen.main) && (_root.falling == 1)) && (_root.screen.main._y <= this._y)) && (_root.dying == 0)) {
_root.falling = 0;
_root.screen.main._y = this._y;
_root.screen.main.gotoAndStop(1);
_root.land = 1;
}
}
}
Instance of Symbol 196 MovieClip in Symbol 719 MovieClip Frame 1 (336 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.switch7)) {
if (((hitTest(_root.screen.main) && (_root.falling == 1)) && (_root.screen.main._y <= this._y)) && (_root.dying == 0)) {
_root.falling = 0;
_root.screen.main._y = this._y;
_root.screen.main.gotoAndStop(1);
_root.land = 1;
}
}
}
Instance of Symbol 196 MovieClip in Symbol 719 MovieClip Frame 1 (336 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.switch8)) {
if (((hitTest(_root.screen.main) && (_root.falling == 1)) && (_root.screen.main._y <= this._y)) && (_root.dying == 0)) {
_root.falling = 0;
_root.screen.main._y = this._y;
_root.screen.main.gotoAndStop(1);
_root.land = 1;
}
}
}
Instance of Symbol 196 MovieClip in Symbol 719 MovieClip Frame 1 (289 B)
onClipEvent (enterFrame) {
if (((hitTest(_root.screen.main) && (_root.falling == 1)) && (_root.screen.main._y <= this._y)) && (_root.dying == 0)) {
_root.falling = 0;
_root.screen.main._y = this._y;
_root.screen.main.gotoAndStop(1);
_root.land = 1;
}
}
Instance of Symbol 196 MovieClip in Symbol 719 MovieClip Frame 1 (270 B)
onClipEvent (enterFrame) {
if (((hitTest(_root.screen.main) && (_root.falling == 0)) && (_root.jump == 0)) && (_root.dying == 0)) {
_root.falling = 1;
_root.screen.main._y = _root.screen.main._y + 15;
_root.screen.main.gotoAndStop(3);
}
}
Instance of Symbol 196 MovieClip in Symbol 719 MovieClip Frame 1 (270 B)
onClipEvent (enterFrame) {
if (((hitTest(_root.screen.main) && (_root.falling == 0)) && (_root.jump == 0)) && (_root.dying == 0)) {
_root.falling = 1;
_root.screen.main._y = _root.screen.main._y + 15;
_root.screen.main.gotoAndStop(3);
}
}
Instance of Symbol 196 MovieClip in Symbol 719 MovieClip Frame 1 (336 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.switch9)) {
if (((hitTest(_root.screen.main) && (_root.falling == 1)) && (_root.screen.main._y <= this._y)) && (_root.dying == 0)) {
_root.falling = 0;
_root.screen.main._y = this._y;
_root.screen.main.gotoAndStop(1);
_root.land = 1;
}
}
}
Instance of Symbol 200 MovieClip in Symbol 719 MovieClip Frame 1 (431 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main) && (_root.dying == 0)) {
_root.dying = 1;
_root.falling = 1;
_root.screen.main.gotoAndStop(10);
}
if (hitTest(_root.screen.main) && (_root.dying == 1)) {
_root.falling = 1;
_root.deathtext = "YOU FELL IN A HOLE!";
_root.halfdark.gotoAndStop(2);
}
if (hitTest(_root.background)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 200 MovieClip in Symbol 719 MovieClip Frame 1 (262 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
_root.screen.main._x = _root.screen.main._x - 10;
_root.screen.main._y = _root.screen.main._y + 2;
}
if (hitTest(_root.background)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 200 MovieClip in Symbol 719 MovieClip Frame 1 (262 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
_root.screen.main._x = _root.screen.main._x + 10;
_root.screen.main._y = _root.screen.main._y + 2;
}
if (hitTest(_root.background)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 196 MovieClip in Symbol 719 MovieClip Frame 1 (289 B)
onClipEvent (enterFrame) {
if (((hitTest(_root.screen.main) && (_root.falling == 1)) && (_root.screen.main._y <= this._y)) && (_root.dying == 0)) {
_root.falling = 0;
_root.screen.main._y = this._y;
_root.screen.main.gotoAndStop(1);
_root.land = 1;
}
}
Instance of Symbol 196 MovieClip in Symbol 719 MovieClip Frame 1 (270 B)
onClipEvent (enterFrame) {
if (((hitTest(_root.screen.main) && (_root.falling == 0)) && (_root.jump == 0)) && (_root.dying == 0)) {
_root.falling = 1;
_root.screen.main._y = _root.screen.main._y + 15;
_root.screen.main.gotoAndStop(3);
}
}
Instance of Symbol 196 MovieClip in Symbol 719 MovieClip Frame 1 (270 B)
onClipEvent (enterFrame) {
if (((hitTest(_root.screen.main) && (_root.falling == 0)) && (_root.jump == 0)) && (_root.dying == 0)) {
_root.falling = 1;
_root.screen.main._y = _root.screen.main._y + 15;
_root.screen.main.gotoAndStop(3);
}
}
Instance of Symbol 196 MovieClip in Symbol 719 MovieClip Frame 1 (337 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.switch13)) {
if (((hitTest(_root.screen.main) && (_root.falling == 1)) && (_root.screen.main._y <= this._y)) && (_root.dying == 0)) {
_root.falling = 0;
_root.screen.main._y = this._y;
_root.screen.main.gotoAndStop(1);
_root.land = 1;
}
}
}
Instance of Symbol 203 MovieClip in Symbol 719 MovieClip Frame 1 (121 B)
onClipEvent (enterFrame) {
if (hitTest(_root.background)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 203 MovieClip in Symbol 719 MovieClip Frame 1 (121 B)
onClipEvent (enterFrame) {
if (hitTest(_root.background)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 200 MovieClip in Symbol 719 MovieClip Frame 1 (96 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
_root.gotoAndPlay("boss3");
}
}
Instance of Symbol 203 MovieClip in Symbol 719 MovieClip Frame 1 (121 B)
onClipEvent (enterFrame) {
if (hitTest(_root.background)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 377 MovieClip "main" in Symbol 719 MovieClip Frame 1 (2.49 KiB) ●
onClipEvent (enterFrame) {
if (_root.eggs >= 100) {
_root.eggs = 0;
_root.lives = _root.lives + 1;
_root.egglives.gotoAndPlay(2);
}
if (_root.dying == 2) {
_root.lives = _root.lives - 1;
if (_root.lives == 0) {
_root.gotoAndStop("dead");
}
_root.screen._x = _root.levelpos;
_root.screen.main._x = _root.playerpos;
_root.screen.main._y = 50;
_root.dying = 0;
_root.leftblock = 0;
_root.rightblock = 0;
_root.falling = 1;
_root.deathtext = "";
_root.halfdark.play();
_root.screen.main.gotoAndStop(2);
}
if (_root.dying == 0) {
if (Key.isDown(37) && (_root.leftblock == 0)) {
_root.rightblock = 0;
if ((_root.falling == 0) && (_root.jump == 0)) {
_root.screen.main.gotoAndPlay(7);
this._x = this._x - 8;
_root.screen._x = _root.screen._x + 8;
} else {
this._x = this._x - 8;
_root.screen._x = _root.screen._x + 8;
}
}
if (Key.isDown(39) && (_root.rightblock == 0)) {
_root.leftblock = 0;
if ((_root.falling == 0) && (_root.jump == 0)) {
_root.screen.main.gotoAndPlay(4);
this._x = this._x + 8;
_root.screen._x = _root.screen._x - 8;
} else {
this._x = this._x + 8;
_root.screen._x = _root.screen._x - 8;
}
}
if ((Key.isDown(65) && (_root.falling == 0)) && (_root.jump == 0)) {
_root.jump = 1;
_root.jumpspeed = 20;
_root.jumpt = this._y - 160;
_root.screen.main.gotoAndStop(2);
}
if (_root.jump == 1) {
this._y = this._y - _root.jumpspeed;
if ((_root.falling == 0) && (_root.jumpspeed >= 5)) {
_root.jumpspeed = _root.jumpspeed - 0.5;
}
if (this._y <= _root.jumpt) {
_root.jump = 0;
_root.falling = 1;
}
}
if (_root.falling == 1) {
this._y = this._y + (_root.jumpspeed - 5);
if (_root.jumpspeed <= 15) {
_root.jumpspeed = _root.jumpspeed + 0.5;
_root.screen.main.gotoAndStop(3);
}
if (this._y >= 450) {
this._y = -10;
}
}
if ((this._y >= _root.ground) && (_root.falling == 1)) {
_root.falling = 0;
_root.screen.main._y = _root.ground;
_root.screen.main.gotoAndStop(1);
_root.land = 1;
}
}
if ((_root.falling == 1) && (_root.dying == 1)) {
this._y = this._y + 5;
if (this._y >= 600) {
_root.dying = 2;
}
}
if (_root.dying == 4) {
_root.falling = 0;
_root.jumping = 0;
_root.ydist = this._y - 100;
_root.dying = 5;
}
if (_root.dying == 5) {
this._y = this._y - 2;
if (this._y <= _root.ydist) {
_root.dying = 2;
}
}
}
Instance of Symbol 200 MovieClip in Symbol 719 MovieClip Frame 1 (334 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
_root.rightblock = 1;
_root.leftblock = 0;
_root.screen._x = _root.screen._x + 10;
_root.screen.main._x = _root.screen.main._x - 10;
} else {
_root.rightblock = 0;
}
if (hitTest(_root.background)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 200 MovieClip in Symbol 719 MovieClip Frame 1 (431 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main) && (_root.dying == 0)) {
_root.dying = 1;
_root.falling = 1;
_root.screen.main.gotoAndStop(10);
}
if (hitTest(_root.screen.main) && (_root.dying == 1)) {
_root.falling = 1;
_root.deathtext = "YOU FELL IN A HOLE!";
_root.halfdark.gotoAndStop(2);
}
if (hitTest(_root.background)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 200 MovieClip in Symbol 719 MovieClip Frame 1 (262 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
_root.screen.main._x = _root.screen.main._x - 10;
_root.screen.main._y = _root.screen.main._y + 2;
}
if (hitTest(_root.background)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 200 MovieClip in Symbol 719 MovieClip Frame 1 (262 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
_root.screen.main._x = _root.screen.main._x + 10;
_root.screen.main._y = _root.screen.main._y + 2;
}
if (hitTest(_root.background)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 231 MovieClip in Symbol 719 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 719 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 719 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 719 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 719 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 719 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 719 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 719 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 719 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 719 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 719 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 719 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 719 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 719 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 719 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 719 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 719 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 719 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 719 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 719 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 719 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 719 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 719 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 719 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 719 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 719 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 719 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 719 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 719 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 719 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 719 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 719 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 719 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 719 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 719 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 719 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 719 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 719 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 719 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 719 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 719 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 719 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 719 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 719 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 719 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 719 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 719 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 719 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 719 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 719 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 719 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 719 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 719 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 719 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 719 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 719 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 719 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 719 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 719 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 719 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 719 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 719 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 719 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 719 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 719 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 719 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 719 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 719 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 719 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 719 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 719 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 719 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 719 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 719 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 719 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 719 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 719 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 719 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 719 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 719 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 719 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 719 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 719 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 719 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 719 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 719 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 719 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 719 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 719 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 719 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 719 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 719 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 719 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 719 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 719 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 719 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 719 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 719 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 719 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 719 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 719 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 719 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 719 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 719 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 719 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 719 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 719 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 719 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 719 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 231 MovieClip in Symbol 719 MovieClip Frame 1 (112 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
this.play();
_root.eggs = _root.eggs + 1;
}
}
Instance of Symbol 238 MovieClip in Symbol 752 MovieClip Frame 1 (286 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main) && (_root.dying == 0)) {
_root.screen.main.gotoAndStop(10);
_root.screen.main._y = _root.screen.main._y - 20;
_root.dying = 4;
_root.halfdark.gotoAndStop(2);
_root.deathtext = "LEAF IT TO THE EXPERTS!!!";
}
}
Symbol 754 MovieClip Frame 1 (8 B)
stop();
Instance of Symbol 238 MovieClip in Symbol 754 MovieClip Frame 1 (278 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main) && (_root.dying == 0)) {
_root.screen.main.gotoAndStop(10);
_root.screen.main._y = _root.screen.main._y - 20;
_root.dying = 4;
_root.halfdark.gotoAndStop(2);
_root.deathtext = "GET OUTTA HERE!!!";
}
}
Symbol 754 MovieClip Frame 2 (19 B)
_root.loghits = 0;
Instance of Symbol 238 MovieClip in Symbol 754 MovieClip Frame 90 (277 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main) && (_root.dying == 0)) {
_root.screen.main.gotoAndStop(10);
_root.screen.main._y = _root.screen.main._y - 20;
_root.dying = 4;
_root.halfdark.gotoAndStop(2);
_root.deathtext = "DON'T POKE ME!!!";
}
}
Instance of Symbol 238 MovieClip in Symbol 754 MovieClip Frame 113 (273 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main) && (_root.dying == 0)) {
_root.screen.main.gotoAndStop(10);
_root.screen.main._y = _root.screen.main._y - 20;
_root.dying = 4;
_root.halfdark.gotoAndStop(2);
_root.deathtext = "BLERRRGHH!!!";
}
}
Instance of Symbol 238 MovieClip in Symbol 754 MovieClip Frame 116 (285 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main) && (_root.dying == 0)) {
_root.screen.main.gotoAndStop(10);
_root.screen.main._y = _root.screen.main._y - 20;
_root.dying = 4;
_root.halfdark.gotoAndStop(2);
_root.deathtext = "DON'T TOUCH MY PERSON!!!";
}
}
Symbol 754 MovieClip Frame 240 (29 B)
_root.wave = _root.wave + 1;
Instance of Symbol 238 MovieClip in Symbol 769 MovieClip Frame 1 (389 B)
onClipEvent (enterFrame) {
if ((hitTest(_root.screen.main) && (_root.falling == 1)) && (_root.dying == 0)) {
_root.falling = 0;
_root.jump = 1;
_root.jumpspeed = 20;
_root.jumpt = _root.screen.main._y - 200;
_root.sounds.gotoAndPlay(10);
if (_root.bh == 0) {
_root.bosshits = _root.bosshits + 1;
_root.bh = 1;
_root.score = _root.score + 150;
}
}
}
Instance of Symbol 238 MovieClip in Symbol 769 MovieClip Frame 1 (281 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main) && (_root.dying == 0)) {
_root.screen.main.gotoAndStop(10);
_root.screen.main._y = _root.screen.main._y - 20;
_root.dying = 4;
_root.halfdark.gotoAndStop(2);
_root.deathtext = "DON'T RUN INTO ME!!!";
}
}
Symbol 776 MovieClip Frame 1 (14 B)
_root.bh = 0;
Symbol 776 MovieClip Frame 187 (14 B)
_root.bh = 0;
Symbol 776 MovieClip Frame 374 (17 B)
gotoAndPlay (1);
Symbol 776 MovieClip Frame 375 (8 B)
play();
Symbol 776 MovieClip Frame 382 (8 B)
stop();
Instance of Symbol 488 MovieClip "logrunning" in Symbol 782 MovieClip Frame 59 (49 B)
onClipEvent (load) {
this._x = _root.EVILLOGX;
}
Symbol 782 MovieClip Frame 78 (22 B)
_root.logrunning = 1;
Symbol 782 MovieClip Frame 108 (50 B)
if (_root.loghits == 2) {
gotoAndPlay (226);
}
Symbol 782 MovieClip Frame 146 (22 B)
_root.logrunning = 0;
Symbol 782 MovieClip Frame 196 (26 B)
_root.sharp = 1;
stop();
Instance of Symbol 496 MovieClip in Symbol 782 MovieClip Frame 196 (40 B)
onClipEvent (load) {
_root.sharp = 1;
}
Symbol 782 MovieClip Frame 225 (17 B)
gotoAndPlay (1);
Instance of Symbol 436 MovieClip in Symbol 782 MovieClip Frame 226 (136 B)
onClipEvent (enterFrame) {
if (_root.bosshead == 2) {
this.gotoAndStop(2);
}
if (_root.bosshead == 3) {
this.gotoAndStop(3);
}
}
Symbol 782 MovieClip Frame 251 (8 B)
stop();
Symbol 783 MovieClip Frame 1 (8 B)
stop();
Instance of Symbol 238 MovieClip in Symbol 783 MovieClip Frame 1 (315 B)
onClipEvent (enterFrame) {
if ((hitTest(_root.screen.main) && (_root.falling == 0)) && (_root.dying == 0)) {
_root.screen.main.gotoAndStop(10);
_root.screen.main._y = _root.screen.main._y - 20;
_root.dying = 4;
_root.halfdark.gotoAndStop(2);
_root.deathtext = "THESE LOGS ARE EVIL!";
}
}
Instance of Symbol 238 MovieClip in Symbol 783 MovieClip Frame 1 (386 B)
onClipEvent (enterFrame) {
if (((hitTest(_root.screen.main) && (_root.falling == 1)) && (_root.dying == 0)) && (_root.sharp == 2)) {
_root.falling = 0;
_root.jump = 1;
_root.jumpspeed = 20;
_root.jumpt = this._y - 70;
_root.screen.main.gotoAndStop(2);
_root.sharp = 3;
_root.sounds.gotoAndPlay(6);
_root.screen.waves.sharpie.gotoAndPlay(2);
}
}
Instance of Symbol 238 MovieClip in Symbol 783 MovieClip Frame 2 (350 B)
onClipEvent (enterFrame) {
if (((hitTest(_root.screen.main) && (_root.falling == 1)) && (_root.dying == 0)) && (this._x >= _root.screen.waves.evillog._x)) {
_root.falling = 0;
_root.jump = 1;
_root.jumpspeed = 25;
_root.jumpt = this._y - 150;
_root.screen.main.gotoAndStop(2);
_root.sounds.gotoAndPlay(6);
}
}
Instance of Symbol 238 MovieClip in Symbol 783 MovieClip Frame 2 (355 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.waves.evillog) && (_root.logrunning == 1)) {
_root.screen.waves.EVILLOG.logrunning.gotoAndPlay(15);
_root.bosshead = _root.bosshead + 1;
if (_root.bosshead == 4) {
_root.loghits = 2;
_root.screen.waves.EVILLOG.gotoAndPlay(226);
}
_root.screen.waves.sharpie.gotoAndPlay(15);
}
}
Symbol 783 MovieClip Frame 14 (17 B)
gotoAndPlay (2);
Instance of Symbol 504 MovieClip in Symbol 783 MovieClip Frame 15 (97 B)
onClipEvent (enterFrame) {
_root.screen.waves.sharpie._x = _root.screen.waves.sharpie._x + 20;
}
Symbol 783 MovieClip Frame 27 (18 B)
gotoAndPlay (15);
Symbol 784 MovieClip Frame 1 (8 B)
stop();
Symbol 784 MovieClip Frame 3 (18 B)
_root.biglog = 1;
Symbol 784 MovieClip Frame 5 (8 B)
stop();
Instance of Symbol 776 MovieClip in Symbol 784 MovieClip Frame 5 (176 B)
onClipEvent (load) {
chek = 0;
}
onClipEvent (enterFrame) {
if ((_root.bosshits == 5) && (chek == 0)) {
chek = 1;
this.gotoAndPlay(375);
_root.loghits = 2;
}
}
Instance of Symbol 783 MovieClip "sharpie" in Symbol 784 MovieClip Frame 7 (753 B)
onClipEvent (load) {
thisx = this._x;
}
onClipEvent (enterFrame) {
if (_root.sharp == 1) {
_root.screen.waves.sharpie.gotoAndStop(1);
this._x = this._x + 5;
if (this._x >= _root.screen.waves.evillog._x) {
_root.sharp = 2;
_root.logspeed = -10;
logsound = 1;
}
}
if (_root.sharp == 2) {
_root.logspeed = _root.logspeed + 4;
if (_root.logspeed >= 30) {
_root.screen.waves.evillog.play();
if (logsound == 1) {
_root.sounds.gotoAndPlay(4);
logsound = 0;
}
_root.logspeed = 30;
}
this._x = this._x + _root.logspeed;
if (this._x >= 400) {
_root.sharp = 0;
this._x = thisx;
}
}
if (this._x >= 400) {
_root.sharp = 0;
this._x = thisx;
_root.screen.waves.sharpie.gotoAndStop(1);
}
}
Instance of Symbol 238 MovieClip in Symbol 784 MovieClip Frame 8 (127 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main) && (_root.dying == 0)) {
_root.gotoAndPlay("boss3d");
}
}
Symbol 787 MovieClip Frame 1 (94 B)
_ROOT.FALLING = 1;
_root.jump = 0;
_root.jumpspeed = 20;
_root.walkt = 0;
_root.land = 0;
Instance of Symbol 196 MovieClip in Symbol 787 MovieClip Frame 1 (305 B)
onClipEvent (load) {
_root.ground = this._y;
}
onClipEvent (enterFrame) {
if ((hitTest(_root.screen.main) && (_root.falling == 1)) && (_root.screen.main._y <= this._y)) {
_root.falling = 0;
_root.screen.main._y = this._y;
_root.screen.main.gotoAndStop(1);
_root.land = 1;
}
}
Instance of Symbol 200 MovieClip in Symbol 787 MovieClip Frame 1 (298 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
_root.rightblock = 1;
_root.leftblock = 0;
_root.screen.main._x = _root.screen.main._x - 8;
_root.screen._x = _root.screen._x + 8;
}
if (hitTest(_root.background)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 215 MovieClip in Symbol 787 MovieClip Frame 1 (121 B)
onClipEvent (enterFrame) {
if (hitTest(_root.background)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 212 MovieClip in Symbol 787 MovieClip Frame 1 (121 B)
onClipEvent (enterFrame) {
if (hitTest(_root.background)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 203 MovieClip in Symbol 787 MovieClip Frame 1 (121 B)
onClipEvent (enterFrame) {
if (hitTest(_root.background)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 203 MovieClip in Symbol 787 MovieClip Frame 1 (121 B)
onClipEvent (enterFrame) {
if (hitTest(_root.background)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 203 MovieClip in Symbol 787 MovieClip Frame 1 (121 B)
onClipEvent (enterFrame) {
if (hitTest(_root.background)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 196 MovieClip in Symbol 787 MovieClip Frame 1 (336 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.switch1)) {
if (((hitTest(_root.screen.main) && (_root.falling == 1)) && (_root.screen.main._y <= this._y)) && (_root.dying == 0)) {
_root.falling = 0;
_root.screen.main._y = this._y;
_root.screen.main.gotoAndStop(1);
_root.land = 1;
}
}
}
Instance of Symbol 196 MovieClip in Symbol 787 MovieClip Frame 1 (336 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.switch2)) {
if (((hitTest(_root.screen.main) && (_root.falling == 1)) && (_root.screen.main._y <= this._y)) && (_root.dying == 0)) {
_root.falling = 0;
_root.screen.main._y = this._y;
_root.screen.main.gotoAndStop(1);
_root.land = 1;
}
}
}
Instance of Symbol 196 MovieClip in Symbol 787 MovieClip Frame 1 (289 B)
onClipEvent (enterFrame) {
if (((hitTest(_root.screen.main) && (_root.falling == 1)) && (_root.screen.main._y <= this._y)) && (_root.dying == 0)) {
_root.falling = 0;
_root.screen.main._y = this._y;
_root.screen.main.gotoAndStop(1);
_root.land = 1;
}
}
Instance of Symbol 196 MovieClip in Symbol 787 MovieClip Frame 1 (270 B)
onClipEvent (enterFrame) {
if (((hitTest(_root.screen.main) && (_root.falling == 0)) && (_root.jump == 0)) && (_root.dying == 0)) {
_root.falling = 1;
_root.screen.main._y = _root.screen.main._y + 15;
_root.screen.main.gotoAndStop(3);
}
}
Instance of Symbol 203 MovieClip in Symbol 787 MovieClip Frame 1 (121 B)
onClipEvent (enterFrame) {
if (hitTest(_root.background)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 439 MovieClip in Symbol 787 MovieClip Frame 1 (122 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
_root.lives = _root.lives + 1;
this.gotoAndStop(2);
}
}
Instance of Symbol 200 MovieClip in Symbol 787 MovieClip Frame 1 (431 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main) && (_root.dying == 0)) {
_root.dying = 1;
_root.falling = 1;
_root.screen.main.gotoAndStop(10);
}
if (hitTest(_root.screen.main) && (_root.dying == 1)) {
_root.falling = 1;
_root.deathtext = "YOU FELL IN A HOLE!";
_root.halfdark.gotoAndStop(2);
}
if (hitTest(_root.background)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 200 MovieClip in Symbol 787 MovieClip Frame 1 (262 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
_root.screen.main._x = _root.screen.main._x + 10;
_root.screen.main._y = _root.screen.main._y + 2;
}
if (hitTest(_root.background)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 754 MovieClip in Symbol 787 MovieClip Frame 1 (118 B)
onClipEvent (enterFrame) {
if (_root.loghits == 2) {
this.play();
}
if (_root.loghits == 4) {
this.play();
}
}
Instance of Symbol 784 MovieClip "waves" in Symbol 787 MovieClip Frame 1 (228 B)
onClipEvent (enterFrame) {
if (_root.wave == 2) {
this.gotoAndStop(3);
}
if (_root.wave == 3) {
this.gotoAndStop(5);
}
if (_root.wave == 4) {
this.gotoAndStop(7);
}
if (_root.wave == 5) {
this.gotoAndStop(8);
}
}
Instance of Symbol 200 MovieClip in Symbol 787 MovieClip Frame 1 (334 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
_root.rightblock = 1;
_root.leftblock = 0;
_root.screen._x = _root.screen._x + 10;
_root.screen.main._x = _root.screen.main._x - 10;
} else {
_root.rightblock = 0;
}
if (hitTest(_root.background)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 200 MovieClip "dying" in Symbol 787 MovieClip Frame 1 (144 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
_root.levelpos = _root.screen._x;
_root.playerpos = _root.screen.main._x;
}
}
Instance of Symbol 377 MovieClip "main" in Symbol 787 MovieClip Frame 1 (2.46 KiB) ●
onClipEvent (enterFrame) {
if (_root.eggs >= 100) {
_root.eggs = 0;
_root.lives = _root.lives + 1;
}
if (_root.dying == 2) {
_root.lives = _root.lives - 1;
if (_root.lives == 0) {
_root.gotoAndStop("dead");
}
_root.screen._x = _root.levelpos;
_root.screen.main._x = _root.playerpos;
_root.screen.main._y = -100;
_root.dying = 0;
_root.leftblock = 0;
_root.rightblock = 0;
_root.falling = 1;
_root.deathtext = "";
_root.halfdark.play();
_root.screen.main.gotoAndStop(2);
}
if (_root.dying == 0) {
if (Key.isDown(37) && (_root.leftblock == 0)) {
_root.rightblock = 0;
if ((_root.falling == 0) && (_root.jump == 0)) {
_root.screen.main.gotoAndPlay(7);
this._x = this._x - 8;
_root.screen._x = _root.screen._x + 8;
} else {
this._x = this._x - 8;
_root.screen._x = _root.screen._x + 8;
}
}
if (Key.isDown(39) && (_root.rightblock == 0)) {
_root.leftblock = 0;
if ((_root.falling == 0) && (_root.jump == 0)) {
_root.screen.main.gotoAndPlay(4);
this._x = this._x + 8;
_root.screen._x = _root.screen._x - 8;
} else {
this._x = this._x + 8;
_root.screen._x = _root.screen._x - 8;
}
}
if ((Key.isDown(65) && (_root.falling == 0)) && (_root.jump == 0)) {
_root.jump = 1;
_root.jumpspeed = 20;
_root.jumpt = this._y - 160;
_root.screen.main.gotoAndStop(2);
}
if (_root.jump == 1) {
this._y = this._y - _root.jumpspeed;
if ((_root.falling == 0) && (_root.jumpspeed >= 5)) {
_root.jumpspeed = _root.jumpspeed - 0.5;
}
if (this._y <= _root.jumpt) {
_root.jump = 0;
_root.falling = 1;
}
}
if (_root.falling == 1) {
this._y = this._y + (_root.jumpspeed - 5);
if (_root.jumpspeed <= 15) {
_root.jumpspeed = _root.jumpspeed + 0.5;
_root.screen.main.gotoAndStop(3);
}
if (this._y >= 450) {
this._y = -10;
}
}
if ((this._y >= _root.ground) && (_root.falling == 1)) {
_root.falling = 0;
_root.screen.main._y = _root.ground;
_root.screen.main.gotoAndStop(1);
_root.land = 1;
}
}
if ((_root.falling == 1) && (_root.dying == 1)) {
this._y = this._y + 5;
if (this._y >= 600) {
_root.dying = 2;
}
}
if (_root.dying == 4) {
_root.falling = 0;
_root.jumping = 0;
_root.ydist = this._y - 100;
_root.dying = 5;
}
if (_root.dying == 5) {
this._y = this._y - 2;
if (this._y <= _root.ydist) {
_root.dying = 2;
}
}
}
Instance of Symbol 200 MovieClip in Symbol 787 MovieClip Frame 1 (298 B)
onClipEvent (enterFrame) {
if (hitTest(_root.screen.main)) {
_root.rightblock = 0;
_root.leftblock = 1;
_root.screen.main._x = _root.screen.main._x + 8;
_root.screen._x = _root.screen._x - 8;
}
if (hitTest(_root.background)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Symbol 824 MovieClip Frame 1 (8 B)
stop();
Symbol 833 MovieClip Frame 753 (14 B)
_root.play();
Symbol 833 MovieClip Frame 754 (8 B)
stop();