Combined Code
frame 1 {
stop();
}
movieClip 23 {
}
movieClip 25 {
}
instance of movieClip 25 {
onClipEvent (load) {
left = true;
}
onClipEvent (enterFrame) {
ifFrameLoaded (19) {
with (_root) {
gotoAndPlay(2);
}
}
if (_x < 50) {
_xscale = -61;
right = true;
left = false;
}
if (375 < _x) {
_xscale = 61;
right = false;
left = true;
}
if (left == true) {
_x = _x - 1.5;
}
if (right == true) {
_x = _x + 1.5;
}
}
}
frame 2 {
stop();
}
frame 2 {
stop();
}
movieClip 32 {
}
movieClip 36 {
}
button 40 {
on (release) {
with (_root) {
gotoAndStop(3);
}
}
}
button 44 {
on (press) {
gotoAndStop(18);
}
}
button 45 {
on (release) {
getURL('http://www.netcreatives.nl', '_blank');
}
}
button 46 {
on (release) {
getURL('http://www.reply.nl', '_blank');
}
}
movieClip 48 {
}
instance of movieClip 48 {
onClipEvent (enterFrame) {
if (Key.isDown(Key.ENTER) or Key.isDown(Key.SPACE)) {
with (_root) {
gotoAndStop(2);
}
}
}
}
button 51 {
on (release) {
getURL('http://www.netcreatives.nl/eggsterminator/score.html', '');
}
}
frame 3 {
stop();
_root.plop = new Sound();
_root.plop.attachSound('pop1');
_root.ring = new Sound();
_root.ring.attachSound('ring');
_root.jump = new Sound();
_root.jump.attachSound('jump');
_root.mel1 = new Sound(_root.paashaas);
_root.mel1.attachSound('mel1');
_root.mel2 = new Sound(_root.gun);
_root.mel2.attachSound('mel2');
_root.boing = new Sound();
_root.boing.attachSound('boing');
_root.giggle = new Sound();
_root.giggle.attachSound('giggle');
_root.checkpoint = new Sound();
_root.checkpoint.attachSound('checkpoint');
_root.knop = new Sound();
_root.knop.attachSound('knop');
_root.klutser1 = new Sound(_root.car);
_root.klutser1.attachSound('klutser1');
_root.dood = new Sound();
_root.dood.attachSound('dood');
_root.gil1 = new Sound();
_root.gil1.attachSound('gil1');
_root.yahoo = new Sound();
_root.yahoo.attachSound('yahoo');
_root.yahoo2 = new Sound();
_root.yahoo2.attachSound('yahoo2');
_root.mel1.start(0, 2000);
}
movieClip 61 {
}
movieClip 69 {
}
movieClip 71 {
}
movieClip 76 {
frame 280 {
stop();
with (_root.introbutton) {
gotoAndStop(2);
}
}
}
button 79 {
on (release) {
with (_root) {
gotoAndStop(5);
}
}
}
button 80 {
on (release) {
with (_root) {
gotoAndStop(5);
}
}
}
movieClip 81 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
frame 5 {
stop();
_root.cheatmode;
_root.savecount = 140;
_root.yspeed = 10;
_root.objspeed = 2;
_root.jumpspeed = 10;
_root.mystatus = 0;
_root.springen;
_root.eggmystatus = 0;
_root.speed = 1;
_root.speed2 = 2;
_root.speed3 = 3;
_root.standshoot;
_root.bolletje = false;
_root.paasdood = false;
_root.springveer;
_root.gotit;
_root.leven;
_root.ei1;
_root.ei2;
_root.bal = true;
_root.dood1;
_root.dood2;
}
movieClip 82 {
}
movieClip 85 {
frame 1 {
stop();
}
}
instance of movieClip 85 {
onClipEvent (enterFrame) {
_x = _x - 1;
x = random(3);
if (_x < -200) {
gotoAndStop(x);
_x = 550;
}
}
}
movieClip 87 {
}
movieClip 89 {
}
movieClip 93 {
}
instance egg of movieClip 93 {
onClipEvent (load) {
shoot = false;
leftrotate = true;
go = false;
}
onClipEvent (enterFrame) {
if (_root.paasdood == true) {
_x = -999;
_y = -999;
}
if (_root.paasdood == false) {
_x = _x - richting;
if (0 < _root.eggs) {
if (shoot == false) {
if (leftrotate == false) {
richting = 9;
} else {
richting = -9;
}
}
if (!Key.isDown(Key.SPACE)) {
}
if (_root.paashaas.terminator == true) {
if (Key.isDown(Key.SPACE)) {
if (shoot == false) {
_root.bolletje = false;
_y = _root.paashaas._y - 3;
_x = _root.paashaas._x;
_root.plop.start();
if (_root.paashaas.bukken == false) {
if (_root.cheatmode == false) {
_root.eggs -= 1;
}
}
}
if (_root.paashaas.bukken == false) {
shoot = true;
}
go = false;
} else {
if (shoot == false) {
_x = -999;
}
}
if (450 < _x or _x < 0) {
shoot = false;
}
if (_root.standshoot == true) {
if (_root.paashaas.rightpress == true) {
with (_root.paashaas) {
gotoAndStop(5);
}
} else {
with (_root.paashaas) {
gotoAndStop(6);
}
}
}
if (shoot == true) {
_root.eggmystatus = 1;
spring();
}
if (Key.isDown(Key.RIGHT)) {
if (!Key.isDown(Key.LEFT)) {
leftrotate = true;
}
}
if (Key.isDown(Key.LEFT)) {
if (!Key.isDown(Key.RIGHT)) {
leftrotate = false;
}
}
if (leftrotate == true) {
_rotation = _rotation + 11;
} else {
_rotation = _rotation - 11;
}
}
}
}
}
}
movieClip 95 {
}
movieClip 97 {
}
instance of movieClip 97 {
onClipEvent (load) {
hdistance = _width / 2;
vdistance = _height / 2;
paashaasdistance = _root.paashaas._width / 2;
_root.springen = false;
}
onClipEvent (enterFrame) {
if (_root.egg.hitTest(this)) {
_root.egg.shoot = false;
}
if (_root.paashaas._y < _y - vdistance - 12) {
if (_root.paashaas.hitTest(this)) {
_root.paashaas._y = _y - vdistance - 22;
_root.bolletje = false;
if (_root.jumpspeed < 0) {
_root.jumpspeed = _root.yspeed;
_root.springen = false;
}
}
}
if (_y - vdistance - 18 < _root.paashaas._y) {
if (_root.paashaas.hitTest(this)) {
if (_root.paashaas._x < _x) {
_root.paashaas._x = _x - hdistance - paashaasdistance;
}
}
if (_root.paashaas.hitTest(this)) {
if (_x < _root.paashaas._x) {
_root.paashaas._x = _x + hdistance + paashaasdistance;
}
}
}
if (_root.egg.hitTest(this)) {
_root.eggspringen = false;
_root.eggjumpspeed = 4;
_root.eggmystatus = 0;
}
}
}
movieClip 98 {
}
instance of movieClip 98 {
onClipEvent (load) {
hdistance = _width / 2;
vdistance = _height / 2;
paashaasdistance = _root.paashaas._width / 2 + 2;
}
onClipEvent (enterFrame) {
if (_root.paashaas._y < _y - vdistance - 12) {
if (_root.paashaas.hitTest(this)) {
_root.paashaas._y = _y - vdistance - 24;
_root.bolletje = false;
if (_root.jumpspeed < 0) {
_root.jumpspeed = _root.yspeed;
_root.springen = false;
}
}
} else {
if (_root.springen == false) {
_root.springen = true;
_root.jumpspeed = -7;
}
}
if (_y + vdistance + 35 < _root.paashaas._y) {
if (_root.paashaas.hitTest(this)) {
_root.paashaas._y = _y + vdistance + 50;
_root.jumpspeed = 0;
}
}
if (_y - vdistance - 18 < _root.paashaas._y) {
if (_root.paashaas.hitTest(this)) {
if (_root.paashaas._x < _x) {
_root.paashaas._x = _x - hdistance - paashaasdistance;
}
}
if (_root.paashaas.hitTest(this)) {
if (_x < _root.paashaas._x) {
_root.paashaas._x = _x + hdistance + paashaasdistance;
}
}
}
if (_root.egg.hitTest(this)) {
_root.eggspringen = false;
_root.eggjumpspeed = 4;
_root.eggmystatus = 0;
}
}
}
movieClip 99 {
}
instance of movieClip 99 {
onClipEvent (load) {
hdistance = _width / 2;
vdistance = _height / 2;
paashaasdistance = _root.paashaas._width / 2 + 2;
}
onClipEvent (enterFrame) {
if (_root.paashaas.hitTest(this)) {
if (_root.paashaas._y < _y - vdistance - 12) {
_root.paashaas._y = _y - vdistance - 24;
_root.bolletje = false;
if (_root.jumpspeed < 0) {
_root.jumpspeed = 10;
_root.springen = false;
}
}
} else {
if (_root.springen == false) {
_root.springen = true;
_root.jumpspeed = 0;
_root.jumpspeed = -7;
}
}
if (_root.egg.hitTest(this)) {
_root.eggspringen = false;
_root.eggjumpspeed = 4;
_root.eggmystatus = 0;
}
}
}
movieClip 100 {
}
movieClip 108 {
}
movieClip 109 {
}
movieClip 110 {
frame 12 {
gotoAndPlay(1);
}
}
movieClip 113 {
}
movieClip 114 {
frame 31 {
stop();
}
}
movieClip 117 {
}
movieClip 118 {
frame 31 {
stop();
}
}
movieClip 119 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
frame 5 {
stop();
}
frame 6 {
stop();
}
frame 7 {
stop();
}
frame 8 {
stop();
}
frame 9 {
stop();
}
frame 10 {
stop();
}
frame 11 {
stop();
}
frame 15 {
stop();
}
frame 16 {
stop();
}
frame 17 {
stop();
}
frame 18 {
stop();
}
frame 19 {
stop();
}
frame 20 {
stop();
}
frame 21 {
stop();
}
frame 22 {
stop();
}
frame 23 {
stop();
}
}
instance paashaas of movieClip 119 {
onClipEvent (load) {
gotoAndStop(15);
bunnyspeed = 3;
rightpress = true;
_root.eggs = 0;
terminator = false;
_root.gotit = false;
_root.leven = false;
_root.ei1 = false;
_root.ei2 = false;
_root.dood1 = false;
_root.dood2 = false;
_root.springveer = false;
_root.cheatmode = false;
}
onClipEvent (enterFrame) {
function spring() {
_y = _y - _root.jumpspeed;
_root.jumpspeed -= 0.5;
}
function right() {
if (Key.isDown(39) and _root.springen == false and bukken == false) {
if (terminator == true) {
gotoAndStop(3);
} else {
gotoAndStop(17);
}
}
}
function left() {
if (Key.isDown(37) and _root.springen == false and bukken == false) {
if (terminator == true) {
gotoAndStop(4);
} else {
gotoAndStop(18);
}
}
}
if (_root.paashaas.terminator == false) {
_root.savecount += 1;
}
if (_root.savecount < 140) {
knippercount += 2;
if (knippercount < 5) {
_visible = false;
} else {
_visible = true;
}
if (10 < knippercount) {
knippercount = 0;
}
}
if (140 < _root.savecount) {
_visible = true;
}
if (_root.paasdood == true) {
_root.klutser2.stop;
if (terminator == true) {
gotoAndStop(11);
} else {
gotoAndStop(23);
}
}
if (_root.jumpspeed < -7) {
_root.jumpspeed = -7;
}
if (_root.paasdood == false) {
if (Key.isDown(Key.UP)) {
if (_root.mystatus == 0) {
x = random(2);
if (terminator == false) {
_root.jump.start();
} else {
if (x == 0) {
_root.yahoo.start();
}
if (x == 1) {
_root.yahoo2.start();
}
}
_root.springen = true;
_root.bolletje = true;
}
}
}
if (!Key.isDown(Key.UP)) {
_root.mystatus = 0;
}
if (_root.springen == true) {
_root.mystatus = 1;
if (_root.bolletje == true) {
if (rightpress == true) {
with (_root.paashaas) {
if (terminator == true) {
gotoAndStop(7);
} else {
gotoAndStop(22);
}
}
} else {
with (_root.paashaas) {
if (terminator == true) {
gotoAndStop(8);
} else {
gotoAndStop(21);
}
}
}
}
spring();
}
if (_root.paasdood == false) {
if (!Key.isDown(37)) {
if (Key.isDown(39)) {
right();
rightpress = true;
leftpress = false;
}
}
if (!Key.isDown(39)) {
if (Key.isDown(37)) {
left();
leftpress = true;
rightpress = false;
}
}
if (_root.springen == false) {
if (Key.isDown(40)) {
bukken = true;
if (rightpress == true) {
if (terminator == true) {
gotoAndStop(9);
} else {
gotoAndStop(20);
}
} else {
if (terminator == true) {
gotoAndStop(10);
} else {
gotoAndStop(19);
}
}
} else {
bukken = false;
}
}
if (!Key.isDown(39) and rightpress == true and _root.springen == false and bukken == false) {
if (terminator == true) {
gotoAndStop(1);
} else {
gotoAndStop(15);
}
}
if (!Key.isDown(37) and leftpress == true and _root.springen == false and bukken == false) {
if (terminator == true) {
gotoAndStop(2);
} else {
gotoAndStop(16);
}
}
if (bukken == false) {
if (Key.isDown(39)) {
_x = _x + bunnyspeed;
}
if (Key.isDown(37)) {
_x = _x - bunnyspeed;
}
}
if (bukken == false) {
if (!Key.isDown(37) and (!Key.isDown(39) and Key.isDown(Key.SPACE))) {
_root.standshoot = true;
} else {
_root.standshoot = false;
}
}
}
}
}
movieClip 120 {
}
instance of movieClip 120 {
onClipEvent (enterFrame) {
if (465 < _root.paashaas._x) {
_root.paashaas._x = 0;
_root.egg.shoot = false;
with (_root) {
gotoAndStop(6);
}
}
if (_root.paashaas._x < 0) {
_root.paashaas._x = 0;
}
}
}
movieClip 121 {
}
instance time of movieClip 121 {
onClipEvent (load) {
currenttime = 99;
timercount = 0;
_root.gameover = false;
_root.life = 3;
gamecount = 0;
_root.score = 0;
}
onClipEvent (enterFrame) {
if (gamecount == 1) {
_root.mel1.stop();
_root.mel2.stop();
}
if (gamecount == 2) {
_root.dood.start();
}
timercount += 1;
_root.timerdisplay = currenttime;
if (timercount >= 50) {
if (_root.gameover == false) {
timercount = 0;
if (_root.cheatmode == false) {
currenttime -= 1;
}
}
}
if (_root.timerdisplay < 0) {
_root.timerdisplay = 0;
_root.mel1.stop();
_root.mel2.stop();
with (_root) {
gotoAndStop(17);
}
}
if (_root.gameover == true) {
gamecount += 1;
if (200 < gamecount) {
if (_root.paashaas.terminator == false) {
_root.mel1.start(0, 20000);
}
if (_root.paashaas.terminator == true) {
_root.mel2.start(0, 20000);
}
if (_root.bal == true) {
with (_root) {
gotoAndStop(5);
}
_root.gameover = false;
_root.paashaas._x = 100;
_root.paashaas._y = 210;
if (_root.cheatmode == false) {
_root.life -= 1;
}
_root.paasdood = false;
_root.gamecount = 0;
}
if (_root.bal == false) {
with (_root) {
gotoAndStop(9);
}
_root.gameover = false;
_root.paashaas._x = 240;
_root.paashaas._y = 210;
if (_root.cheatmode == false) {
_root.life -= 1;
}
_root.paasdood = false;
_root.gamecount = 0;
}
}
}
if (_root.life < 0) {
with (_root) {
_root.mel1.stop();
_root.mel2.stop();
gotoAndStop(16);
}
}
if (_root.gameover == false) {
gamecount = 0;
}
if (300 < _root.paashaas._y) {
_root.paasdood = true;
_root.gameover = true;
_root.paashaas.terminator = false;
}
if (300 < _root.paashaas._y and _root.paashaas._y < 330) {
_root.gil1.start();
}
}
}
button 135 {
on (press) {
_highquality = 3;
gotoAndStop(1);
with (_root.low) {
gotoAndStop(1);
}
}
}
movieClip 136 {
frame 1 {
stop();
if (_highquality == 0) {
gotoAndStop(2);
}
}
}
button 140 {
on (press) {
_highquality = 0;
gotoAndStop(2);
with (_root.high) {
gotoAndStop(2);
}
}
}
movieClip 143 {
frame 1 {
stop();
if (_highquality == 0) {
gotoAndStop(2);
}
}
}
movieClip 146 {
}
instance of movieClip 146 {
onClipEvent (load) {
if (_root.leven == true) {
_y = -999;
}
}
onClipEvent (enterFrame) {
if (_root.paashaas.hitTest(this)) {
_root.ring.start();
_root.life += 1;
_root.score += 1200;
_y = -999;
_root.leven = true;
}
}
}
movieClip 147 {
}
instance of movieClip 147 {
onClipEvent (load) {
hdistance = _width / 2;
vdistance = _height / 2;
paashaasdistance = _root.paashaas._width / 2 + 2;
}
onClipEvent (enterFrame) {
if (_root.paashaas._y < _y - vdistance - 12) {
if (_root.paashaas.hitTest(this)) {
_root.paashaas._y = _y - vdistance - 24;
_root.bolletje = false;
if (_root.jumpspeed < 0) {
_root.jumpspeed = _root.yspeed;
_root.springen = false;
}
}
}
if (_y + vdistance + 35 < _root.paashaas._y) {
if (_root.paashaas.hitTest(this)) {
_root.paashaas._y = _y + vdistance + 50;
_root.jumpspeed = 0;
}
}
if (_y - vdistance - 18 < _root.paashaas._y) {
if (_root.paashaas.hitTest(this)) {
if (_root.paashaas._x < _x) {
_root.paashaas._x = _x - hdistance - paashaasdistance;
}
}
if (_root.paashaas.hitTest(this)) {
if (_x < _root.paashaas._x) {
_root.paashaas._x = _x + hdistance + paashaasdistance;
}
}
}
if (_root.egg.hitTest(this)) {
_root.eggspringen = false;
_root.eggjumpspeed = 4;
_root.eggmystatus = 0;
}
}
}
movieClip 148 {
}
instance of movieClip 148 {
onClipEvent (load) {
hdistance = _width / 2;
vdistance = _height / 2;
paashaasdistance = _root.paashaas._width / 2 + 2;
}
onClipEvent (enterFrame) {
if (_root.paashaas.hitTest(this)) {
if (_root.paashaas._y < _y - vdistance - 12) {
_root.paashaas._y = _y - vdistance - 24;
_root.bolletje = false;
if (_root.jumpspeed < 0) {
_root.jumpspeed = 10;
_root.springen = false;
}
}
} else {
if (_root.springen == false) {
_root.springen = true;
_root.jumpspeed = -7;
}
}
if (_root.egg.hitTest(this)) {
_root.eggspringen = false;
_root.eggjumpspeed = 4;
_root.eggmystatus = 0;
}
}
}
movieClip 155 {
frame 1 {
if (_root.dood1 == true) {
stop();
}
}
}
movieClip 160 {
}
movieClip 161 {
frame 30 {
stop();
}
}
movieClip 162 {
frame 1 {
stop();
}
}
instance of movieClip 162 {
onClipEvent (load) {
if (_root.dood1 == true) {
_y = -999;
}
_root.paasdood = false;
}
onClipEvent (enterFrame) {
if (_root.dood1 == true) {
}
if (_root.paashaas.paashitfield.hitTest(this)) {
if (_root.dood1 == false) {
if (_root.cheatmode == false) {
if (_root.springen == false) {
if (_root.paashaas.terminator == true) {
_root.savecount = 0;
_root.paashaas.terminator = false;
_root.mel2.stop();
_root.mel1.start(0, 20000);
}
}
}
}
}
if (_root.dood1 == false) {
if (_root.paashaas.paashitfield.hitTest(this)) {
if (_root.cheatmode == false) {
if (_root.springen == false) {
if (_root.paashaas.terminator == false) {
if (_root.savecount < 150) {
} else {
_root.paasdood = true;
_root.gameover = true;
}
}
}
}
}
if (_root.paashaas.paashitfield.hitTest(this)) {
if (_root.mystatus == 1 and _root.jumpspeed < 0) {
if (_root.paasdood == false) {
_root.score += 88;
}
_root.mystatus = 2;
_root.springen = true;
_root.bolletje = true;
_root.jumpspeed = 8;
_root.paashaas.spring();
gotoAndStop(2);
_root.dood1 = true;
}
}
if (_root.egg.hitTest(this)) {
_root.egg.shoot = false;
_root.score += 50;
gotoAndStop(2);
_root.dood1 = true;
}
if (_root.dood1 == false) {
if (_x + 75 < _root.paashaas._x) {
right = true;
left = false;
_xscale = -41;
}
if (_root.paashaas._x < _x - 75) {
right = false;
left = true;
_xscale = 41;
}
if (left == true) {
_x = _x - 0.5;
}
if (right == true) {
_x = _x + 1.5;
}
}
}
}
}
movieClip 168 {
frame 1 {
if (_root.dood2 == true) {
stop();
}
}
frame 19 {
gotoAndPlay(5);
}
}
movieClip 169 {
frame 1 {
stop();
}
}
instance of movieClip 169 {
onClipEvent (load) {
if (_root.dood2 == true) {
_y = -999;
}
}
onClipEvent (enterFrame) {
if (_root.paashaas.paashitfield.hitTest(this)) {
if (_root.dood2 == false) {
if (_root.cheatmode == false) {
if (_root.springen == false) {
if (_root.paashaas.terminator == true) {
_root.savecount = 0;
_root.paashaas.terminator = false;
_root.mel2.stop();
_root.mel1.start(0, 20000);
}
}
}
}
}
if (_root.dood2 == false) {
if (_root.paashaas.paashitfield.hitTest(this)) {
if (_root.cheatmode == false) {
if (_root.springen == false) {
if (_root.paashaas.terminator == false) {
if (_root.savecount < 150) {
} else {
_root.paasdood = true;
_root.gameover = true;
}
}
}
}
}
if (_root.paashaas.paashitfield.hitTest(this)) {
if (_root.mystatus == 1 and _root.jumpspeed < 0) {
if (_root.paasdood == false) {
_root.score += 88;
}
_root.mystatus = 2;
_root.springen = true;
_root.bolletje = true;
_root.jumpspeed = 8;
_root.paashaas.spring();
gotoAndStop(2);
_root.dood2 = true;
}
}
if (_root.egg.hitTest(this)) {
_root.egg.shoot = false;
gotoAndStop(2);
_root.score += 50;
_root.dood2 = true;
}
if (_root.dood2 == false) {
if (_x + 75 < _root.paashaas._x) {
right = true;
left = false;
_xscale = 41;
}
if (_root.paashaas._x < _x - 75) {
right = false;
left = true;
_xscale = -41;
}
if (left == true) {
_x = _x - 2;
}
if (right == true) {
_x = _x + 0.5;
}
}
}
}
}
movieClip 173 {
frame 1 {
stop();
}
}
instance of movieClip 173 {
onClipEvent (load) {
hdistance = _width / 2;
vdistance = _height / 2;
paashaasdistance = _root.paashaas._width / 2;
if (_root.springveer == false) {
_alpha = 0;
_visible = false;
}
if (_root.springveer == true) {
_alpha = 100;
_visible = true;
}
}
onClipEvent (enterFrame) {
if (_root.egg.hitTest(this)) {
_root.egg.shoot = false;
}
if (_root.springveer == true) {
if (_x < 75) {
_x = _x + 1;
}
if (375 < _x) {
_x = _x - 1;
}
if (_root.paashaas._y < _y - vdistance - 12) {
if (_root.paashaas.hitTest(this)) {
_root.paashaas._y = _y - vdistance - 24;
_root.bolletje = false;
if (_root.jumpspeed < 0) {
gotoAndPlay(1);
_root.mystatus = 2;
_root.springen = true;
_root.bolletje = true;
_root.boing.start();
_root.jumpspeed = 12;
_root.paashaas.spring();
}
} else {
if (_root.springen == false) {
_root.springen = true;
_root.jumpspeed = -7;
}
}
}
if (_y - vdistance - 18 < _root.paashaas._y) {
if (_root.paashaas.hitTest(this)) {
if (_root.paashaas._x < _x) {
_x = _root.paashaas._x + hdistance + paashaasdistance;
}
}
if (_root.paashaas.hitTest(this)) {
if (_x < _root.paashaas._x) {
_x = _root.paashaas._x - hdistance - paashaasdistance;
}
}
}
if (_root.egg.hitTest(this)) {
_root.eggspringen = false;
_root.eggjumpspeed = 4;
_root.eggmystatus = 0;
}
}
}
}
movieClip 174 {
}
instance of movieClip 174 {
onClipEvent (enterFrame) {
if (_root.paashaas._x < 0) {
_root.paashaas._x = 450;
_root.egg.shoot = false;
with (_root) {
gotoAndStop(5);
}
}
if (465 < _root.paashaas._x) {
_root.paashaas._x = 0;
with (_root) {
gotoAndStop(7);
}
}
}
}
movieClip 177 {
}
instance of movieClip 177 {
onClipEvent (load) {
hdistance = _width / 2;
vdistance = _height / 2;
paashaasdistance = _root.paashaas._width / 2 + 2;
}
onClipEvent (enterFrame) {
if (_root.paashaas._y < _y - vdistance - 12) {
if (_root.paashaas.hitTest(this)) {
_root.paashaas._y = _y - vdistance - 24;
_root.bolletje = false;
if (_root.jumpspeed < 0) {
_root.jumpspeed = _root.yspeed;
_root.springen = false;
}
}
}
if (_y + vdistance + 35 < _root.paashaas._y) {
if (_root.paashaas.hitTest(this)) {
_root.paashaas._y = _y + vdistance + 50;
_root.jumpspeed = 0;
}
}
if (_y - vdistance - 18 < _root.paashaas._y) {
if (_root.paashaas.hitTest(this)) {
if (_root.paashaas._x < _x) {
_root.paashaas._x = _x - hdistance - paashaasdistance;
}
}
if (_root.paashaas.hitTest(this)) {
if (_x < _root.paashaas._x) {
_root.paashaas._x = _x + hdistance + paashaasdistance;
}
}
}
if (_root.egg.hitTest(this)) {
_root.eggspringen = false;
_root.eggjumpspeed = 4;
_root.eggmystatus = 0;
}
}
}
movieClip 179 {
}
instance gun of movieClip 179 {
onClipEvent (load) {
if (_root.paashaas.terminator == true) {
_root.gun._y = -100;
}
}
onClipEvent (enterFrame) {
if (_root.paashaas.terminator == true) {
_root.gun._y = -100;
}
if (_root.paashaas.hitTest(this)) {
_root.yahoo.start();
_root.savecount = 160;
_root.paashaas.terminator = true;
_root.eggs += 0;
_root.mel1.stop();
_root.mel2.start(0, 20000);
}
}
}
movieClip 180 {
}
instance of movieClip 180 {
onClipEvent (load) {
hdistance = _width / 2;
vdistance = _height / 2;
paashaasdistance = _root.paashaas._width / 2 + 2;
}
onClipEvent (enterFrame) {
if (_root.paashaas._y < _y - vdistance - 12) {
if (_root.paashaas.hitTest(this)) {
_root.paashaas._y = _y - vdistance - 24;
_root.bolletje = false;
if (_root.jumpspeed < 0) {
_root.jumpspeed = _root.yspeed;
_root.springen = false;
}
} else {
if (_root.springen == false) {
_root.springen = true;
_root.jumpspeed = -7;
}
}
}
if (_y + vdistance + 35 < _root.paashaas._y) {
if (_root.paashaas.hitTest(this)) {
_root.paashaas._y = _y + vdistance + 50;
_root.jumpspeed = 0;
}
}
if (_y - vdistance - 18 < _root.paashaas._y) {
if (_root.paashaas.hitTest(this)) {
if (_root.paashaas._x < _x) {
_root.paashaas._x = _x - hdistance - paashaasdistance;
}
}
if (_root.paashaas.hitTest(this)) {
if (_x < _root.paashaas._x) {
_root.paashaas._x = _x + hdistance + paashaasdistance;
}
}
}
if (_root.egg.hitTest(this)) {
_root.eggspringen = false;
_root.eggjumpspeed = 4;
_root.eggmystatus = 0;
}
}
}
movieClip 181 {
}
instance of movieClip 181 {
onClipEvent (enterFrame) {
if (_root.paashaas._x < 0) {
_root.paashaas._x = 450;
_root.egg.shoot = false;
with (_root) {
gotoAndStop(6);
}
}
if (465 < _root.paashaas._x) {
_root.paashaas._x = 0;
with (_root) {
gotoAndStop(8);
}
}
}
}
movieClip 184 {
frame 1 {
stop();
}
}
instance of movieClip 184 {
onClipEvent (load) {
hdistance = _width / 2;
vdistance = _height / 2;
paashaasdistance = _root.paashaas._width / 2;
if (_root.springveer == false) {
_alpha = 0;
_visible = false;
_root.nepgrond._visible = false;
}
if (_root.springveer == true) {
_alpha = 100;
_visible = true;
_root.nepgrond._visible = true;
}
}
onClipEvent (enterFrame) {
if (_root.egg.hitTest(this)) {
_root.egg.shoot = false;
}
if (_root.springveer == true) {
if (_root.paashaas._y < _y - vdistance - 12) {
if (_root.paashaas.hitTest(this)) {
_root.paashaas._y = _y - vdistance - 24;
_root.bolletje = false;
if (_root.jumpspeed < 0) {
gotoAndPlay(1);
_root.mystatus = 2;
_root.springen = true;
_root.boing.start();
_root.bolletje = true;
_root.jumpspeed = 17;
_root.paashaas.spring();
}
} else {
if (_root.springen == false) {
_root.springen = true;
_root.jumpspeed = -7;
}
}
}
if (_y + vdistance + 35 < _root.paashaas._y) {
if (_root.paashaas.hitTest(this)) {
_root.paashaas._y = _y + vdistance + 50;
_root.jumpspeed = 0;
}
}
if (_y - vdistance - 18 < _root.paashaas._y) {
if (_root.paashaas.hitTest(this)) {
if (_root.paashaas._x < _x) {
_root.paashaas._x = _x - hdistance - paashaasdistance;
}
}
if (_root.paashaas.hitTest(this)) {
if (_x < _root.paashaas._x) {
_root.paashaas._x = _x + hdistance + paashaasdistance + 7;
}
}
}
if (_root.egg.hitTest(this)) {
_root.eggspringen = false;
_root.eggjumpspeed = 4;
_root.eggmystatus = 0;
}
}
}
}
movieClip 189 {
}
movieClip 190 {
}
instance of movieClip 190 {
onClipEvent (load) {
if (_root.gotit == true) {
_y = -999;
}
}
onClipEvent (enterFrame) {
if (_root.paashaas.hitTest(this)) {
_root.ring.start();
_root.time.currenttime += 25;
_root.score += 500;
_y = -999;
_root.gotit = true;
}
}
}
movieClip 191 {
}
movieClip 195 {
}
instance of movieClip 195 {
onClipEvent (enterFrame) {
if (_root.paashaas.paashitfield.hitTest(this)) {
if (_root.cheatmode == false) {
if (_root.paashaas.terminator == true) {
_root.savecount = 0;
_root.paashaas.terminator = false;
_root.mel2.stop();
_root.mel1.start(0, 20000);
}
}
}
if (_root.paashaas.paashitfield.hitTest(this)) {
if (_root.cheatmode == false) {
if (_root.paashaas.terminator == false) {
if (_root.savecount < 150) {
_root.paasdood = false;
} else {
_root.paasdood = true;
_root.gameover = true;
}
}
}
}
}
}
movieClip 197 {
}
instance springv of movieClip 197 {
onClipEvent (load) {
hdistance = _width / 2;
vdistance = _height / 2;
paashaasdistance = _root.paashaas._width / 2 + 2;
if (_root.springveer == true) {
_y = 86;
with (_root.schakelaar) {
gotoAndStop(2);
}
}
}
onClipEvent (enterFrame) {
if (_root.paashaas._y < 84) {
if (_root.paashaas._y < _y - vdistance - 12) {
if (_root.paashaas.hitTest(this)) {
_root.paashaas._y = _y - vdistance - 23;
_root.bolletje = false;
if (_root.jumpspeed < 0) {
if (_root.springveer == false) {
_root.knop.start();
}
_root.jumpspeed = _root.yspeed;
_root.springen = false;
_root.springveer = true;
_y = 86;
with (_root.schakelaar) {
gotoAndStop(2);
}
}
}
}
if (_y + vdistance + 35 < _root.paashaas._y) {
if (_root.paashaas.hitTest(this)) {
_root.paashaas._y = _y + vdistance + 50;
_root.jumpspeed = 0;
}
}
if (_y - vdistance - 18 < _root.paashaas._y) {
if (_root.paashaas.hitTest(this)) {
if (_root.paashaas._x < _x) {
_root.paashaas._x = _x - hdistance - paashaasdistance;
}
}
if (_root.paashaas.hitTest(this)) {
if (_x < _root.paashaas._x) {
_root.paashaas._x = _x + hdistance + paashaasdistance;
}
}
}
if (_root.egg.hitTest(this)) {
_root.eggspringen = false;
_root.eggjumpspeed = 4;
_root.eggmystatus = 0;
}
}
}
}
movieClip 199 {
}
movieClip 202 {
frame 1 {
stop();
}
}
movieClip 203 {
}
instance of movieClip 203 {
onClipEvent (load) {
hdistance = _width / 2;
vdistance = _height / 2;
paashaasdistance = _root.paashaas._width / 2 + 2;
}
onClipEvent (enterFrame) {
if (_root.paashaas._y < _y - vdistance - 12) {
if (_root.paashaas.hitTest(this)) {
_root.paashaas._y = _y - vdistance - 24;
_root.bolletje = false;
if (_root.jumpspeed < 0) {
_root.jumpspeed = _root.yspeed;
_root.springen = false;
}
}
}
if (_y + vdistance + 35 < _root.paashaas._y) {
if (_root.paashaas.hitTest(this)) {
_root.paashaas._y = _y + vdistance + 50;
_root.jumpspeed = 0;
}
}
if (_y - vdistance - 18 < _root.paashaas._y) {
if (_root.paashaas.hitTest(this)) {
if (_root.paashaas._x < _x) {
_root.paashaas._x = _x - hdistance - paashaasdistance;
}
}
if (_root.paashaas.hitTest(this)) {
if (_x < _root.paashaas._x) {
_root.paashaas._x = _x + hdistance + paashaasdistance;
}
}
}
if (_root.egg.hitTest(this)) {
_root.eggspringen = false;
_root.eggjumpspeed = 4;
_root.eggmystatus = 0;
}
}
}
movieClip 204 {
}
instance of movieClip 204 {
onClipEvent (load) {
hdistance = _width / 2;
vdistance = _height / 2;
paashaasdistance = _root.paashaas._width / 2;
_root.springen = false;
}
onClipEvent (enterFrame) {
if (_root.egg.hitTest(this)) {
_root.egg.shoot = false;
}
if (_root.paashaas._y < _y - vdistance - 12) {
if (_root.paashaas.hitTest(this)) {
_root.paashaas._y = _y - vdistance - 22;
_root.bolletje = false;
if (_root.jumpspeed < 0) {
_root.jumpspeed = _root.yspeed;
_root.springen = false;
}
}
}
if (_y - vdistance - 18 < _root.paashaas._y) {
if (_root.paashaas.hitTest(this)) {
if (_root.paashaas._x < _x) {
_root.paashaas._x = _x - hdistance - paashaasdistance;
}
}
if (_root.paashaas.hitTest(this)) {
if (_x < _root.paashaas._x) {
_root.paashaas._x = _x + hdistance + paashaasdistance;
}
}
}
if (_root.egg.hitTest(this)) {
_root.eggspringen = false;
_root.eggjumpspeed = 4;
_root.eggmystatus = 0;
}
}
}
instance of movieClip 204 {
onClipEvent (load) {
hdistance = _width / 2;
vdistance = _height / 2;
paashaasdistance = _root.paashaas._width / 2;
_root.springen = false;
}
onClipEvent (enterFrame) {
if (_root.egg.hitTest(this)) {
_root.egg.shoot = false;
}
if (_root.paashaas._y < _y - vdistance - 12) {
if (_root.paashaas.hitTest(this)) {
_root.paashaas._y = _y - vdistance - 22;
_root.bolletje = false;
if (_root.jumpspeed < 0) {
_root.jumpspeed = _root.yspeed;
_root.springen = false;
}
}
}
if (_y - vdistance - 18 < _root.paashaas._y) {
if (_root.paashaas.hitTest(this)) {
if (_root.paashaas._x < _x) {
_root.paashaas._x = _x - hdistance - paashaasdistance;
}
}
if (_root.paashaas.hitTest(this)) {
if (_x < _root.paashaas._x) {
_root.paashaas._x = _x + hdistance + paashaasdistance;
}
}
}
if (_root.egg.hitTest(this)) {
_root.eggspringen = false;
_root.eggjumpspeed = 4;
_root.eggmystatus = 0;
}
}
}
movieClip 205 {
}
instance of movieClip 205 {
onClipEvent (load) {
hdistance = _width / 2;
vdistance = _height / 2;
paashaasdistance = _root.paashaas._width / 2 + 2;
}
onClipEvent (enterFrame) {
if (_root.egg.hitTest(this)) {
_root.egg.shoot = false;
}
if (_root.paashaas.hitTest(this)) {
if (_root.paashaas._y < _y - vdistance - 12) {
_root.paashaas._y = _y - vdistance - 24;
_root.bolletje = false;
if (_root.jumpspeed < 0) {
_root.jumpspeed = _root.yspeed;
_root.springen = false;
}
}
} else {
if (_root.springen == false) {
_root.springen = true;
_root.jumpspeed = -7;
}
}
if (_root.egg.hitTest(this)) {
_root.eggspringen = false;
_root.eggjumpspeed = 4;
_root.eggmystatus = 0;
}
}
}
movieClip 206 {
}
instance of movieClip 206 {
onClipEvent (enterFrame) {
if (_root.paashaas._x < 0) {
_root.paashaas._x = 450;
_root.egg.shoot = false;
with (_root) {
gotoAndStop(7);
}
}
if (465 < _root.paashaas._x) {
_root.paashaas._x = 0;
with (_root) {
gotoAndStop(9);
}
}
}
}
movieClip 207 {
frame 1 {
stop();
}
}
instance of movieClip 207 {
onClipEvent (load) {
hdistance = _width / 2;
vdistance = _height / 2;
paashaasdistance = _root.paashaas._width / 2;
if (_root.springveer == false) {
_alpha = 0;
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_root.springveer == true) {
_visible = true;
_alpha = _alpha + 5;
if (_root.egg.hitTest(this)) {
_root.egg.shoot = false;
}
if (_root.paashaas._y < _y - vdistance - 12) {
if (_root.paashaas.hitTest(this)) {
_root.paashaas._y = _y - vdistance - 24;
_root.bolletje = false;
if (_root.jumpspeed < 0) {
gotoAndPlay(1);
_root.mystatus = 2;
_root.springen = true;
_root.bolletje = true;
_root.boing.start();
_root.jumpspeed = 15;
_root.paashaas.spring();
}
} else {
if (_root.springen == false) {
_root.springen = true;
_root.jumpspeed = -7;
}
}
}
if (_y + vdistance + 35 < _root.paashaas._y) {
if (_root.paashaas.hitTest(this)) {
_root.paashaas._y = _y + vdistance + 50;
_root.jumpspeed = 0;
}
}
if (_y - vdistance - 18 < _root.paashaas._y) {
if (_root.paashaas.hitTest(this)) {
if (_root.paashaas._x < _x) {
_root.paashaas._x = _x - hdistance - paashaasdistance;
}
}
if (_root.paashaas.hitTest(this)) {
if (_x < _root.paashaas._x) {
_root.paashaas._x = _x + hdistance + paashaasdistance;
}
}
}
if (_root.egg.hitTest(this)) {
_root.eggspringen = false;
_root.eggjumpspeed = 4;
_root.eggmystatus = 0;
}
}
}
}
instance of movieClip 205 {
onClipEvent (load) {
hdistance = _width / 2;
vdistance = _height / 2;
paashaasdistance = _root.paashaas._width / 2 + 2;
}
onClipEvent (enterFrame) {
if (_root.egg.hitTest(this)) {
_root.egg.shoot = false;
}
if (_root.paashaas.hitTest(this)) {
if (_root.paashaas._y < _y - vdistance - 12) {
_root.paashaas._y = _y - vdistance - 24;
_root.bolletje = false;
if (_root.jumpspeed < 0) {
_root.jumpspeed = _root.yspeed;
_root.springen = false;
}
}
} else {
if (_root.springen == false) {
_root.springen = true;
_root.jumpspeed = -7;
}
}
if (_root.egg.hitTest(this)) {
_root.eggspringen = false;
_root.eggjumpspeed = 4;
_root.eggmystatus = 0;
}
}
}
movieClip 209 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
movieClip 210 {
instance of movieClip 209 {
onClipEvent (load) {
if (_root.bal == false) {
gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.paashaas.hitTest(this)) {
if (_root.bal == true) {
_root.checkpoint.start();
}
gotoAndStop(2);
_root.bal = false;
}
}
}
}
instance of movieClip 173 {
onClipEvent (load) {
hdistance = _width / 2;
vdistance = _height / 2;
paashaasdistance = _root.paashaas._width / 2;
if (_root.springveer == false) {
_alpha = 0;
_visible = false;
}
if (_root.springveer == true) {
_alpha = 100;
_visible = true;
}
}
onClipEvent (enterFrame) {
if (_root.egg.hitTest(this)) {
_root.egg.shoot = false;
}
if (_root.springveer == true) {
if (_x < 75) {
_x = _x + 1;
}
if (375 < _x) {
_x = _x - 1;
}
if (_root.paashaas._y < _y - vdistance - 12) {
if (_root.paashaas.hitTest(this)) {
_root.paashaas._y = _y - vdistance - 24;
_root.bolletje = false;
if (_root.jumpspeed < 0) {
gotoAndPlay(1);
_root.mystatus = 2;
_root.springen = true;
_root.bolletje = true;
_root.boing.start();
_root.jumpspeed = 12;
_root.paashaas.spring();
}
} else {
if (_root.springen == false) {
_root.springen = true;
_root.jumpspeed = -7;
}
}
}
if (_y - vdistance - 18 < _root.paashaas._y) {
if (_root.paashaas.hitTest(this)) {
if (_root.paashaas._x < _x) {
_x = _root.paashaas._x + hdistance + paashaasdistance;
}
}
if (_root.paashaas.hitTest(this)) {
if (_x < _root.paashaas._x) {
_x = _root.paashaas._x - hdistance - paashaasdistance;
}
}
}
if (_root.egg.hitTest(this)) {
_root.eggspringen = false;
_root.eggjumpspeed = 4;
_root.eggmystatus = 0;
}
}
}
}
movieClip 211 {
}
instance of movieClip 211 {
onClipEvent (enterFrame) {
if (_root.paashaas._x < 0) {
_root.paashaas._x = 450;
_root.egg.shoot = false;
with (_root) {
gotoAndStop(8);
}
}
if (465 < _root.paashaas._x) {
_root.paashaas._x = 0;
with (_root) {
gotoAndStop(11);
}
}
}
}
movieClip 213 {
}
instance of movieClip 213 {
onClipEvent (load) {
if (_root.ei2 == true) {
_y = -999;
}
}
onClipEvent (enterFrame) {
if (_root.paashaas.hitTest(this)) {
_root.ring.start();
_root.eggs += 10;
_root.score += 250;
_y = -999;
_root.ei2 = true;
}
}
}
movieClip 215 {
}
instance ob of movieClip 215 {
onClipEvent (load) {
hdistance = _width / 2;
vdistance = _height / 2;
paashaasdistance = _root.paashaas._width / 2 + 2;
_visible = false;
kipdood = false;
}
onClipEvent (enterFrame) {
if (_root.egg.hitTest(this)) {
_root.egg.shoot = false;
}
if (_x < 75) {
_x = _x + 1;
}
if (375 < _x) {
_x = _x - 1;
}
if (_root.paashaas._y < _y - vdistance - 12) {
if (_root.paashaas.hitTest(this)) {
_root.paashaas._y = _y - vdistance - 24;
_root.bolletje = false;
if (_root.jumpspeed < 0) {
_root.jumpspeed = 10;
_root.springen = false;
if (_root.cheatmode == false) {
_root.paasdood = true;
_root.gameover = true;
_root.paashaas._x = _x;
}
}
}
}
if (_root.kip.hitfield.hitTest(this)) {
if (_root.kip.kipjump == true) {
_root.kip._y -= 10;
hitcount += 1;
_root.score += 50;
with (_root.kip) {
gotoAndStop(4);
}
}
}
if (15 < hitcount) {
with (_root.kip) {
gotoAndStop(5);
}
kipdood = true;
}
if (kipdood == true) {
doodcount += 1;
}
if (70 < doodcount) {
with (_root) {
gotoAndStop(15);
}
}
if (_y - vdistance - 18 < _root.paashaas._y) {
if (_root.paashaas.hitTest(this)) {
if (_root.paashaas._x < _x) {
_x = _root.paashaas._x + hdistance + paashaasdistance;
}
}
if (_root.paashaas.hitTest(this)) {
if (_x < _root.paashaas._x) {
_x = _root.paashaas._x - hdistance - paashaasdistance;
}
}
}
if (_root.egg.hitTest(this)) {
_root.eggspringen = false;
_root.eggjumpspeed = 4;
_root.eggmystatus = 0;
}
}
}
instance of movieClip 148 {
onClipEvent (load) {
hdistance = _width / 2;
vdistance = _height / 2;
paashaasdistance = _root.paashaas._width / 2 + 2;
}
onClipEvent (enterFrame) {
if (_root.paashaas.hitTest(this)) {
if (_root.paashaas._y < _y - vdistance - 12) {
_root.paashaas._y = _y - vdistance - 24;
_root.bolletje = false;
if (_root.jumpspeed < 0) {
_root.jumpspeed = 10;
_root.springen = false;
}
}
} else {
if (_root.springen == false) {
_root.springen = true;
_root.jumpspeed = -7;
}
}
if (_root.egg.hitTest(this)) {
_root.eggspringen = false;
_root.eggjumpspeed = 4;
_root.eggmystatus = 0;
}
}
}
movieClip 217 {
}
instance of movieClip 217 {
onClipEvent (load) {
shoot = false;
leftrotate = true;
go = false;
}
onClipEvent (enterFrame) {
if (_root.paasdood == false) {
if (_root.paashaas.terminator == false) {
_root.savecount += 1;
}
if (_root.paashaas.paashitfield.hitTest(this)) {
if (_root.cheatmode == false) {
if (_root.springen == false) {
if (_root.paashaas.terminator == true) {
_root.savecount = 0;
_root.paashaas.terminator = false;
_root.mel2.stop();
_root.mel1.start(0, 20000);
}
}
}
}
if (_root.paashaas.paashitfield.hitTest(this)) {
if (_root.cheatmode == false) {
if (_root.springen == false) {
if (_root.paashaas.terminator == false) {
if (_root.savecount < 150) {
} else {
_root.paasdood = true;
_root.gameover = true;
}
}
}
}
}
}
_x = _x - richting;
if (450 < _x or _x < 0) {
shoot = false;
_root.kip.kipshoot = false;
}
if (_root.kip.kipjump == false) {
if (leftrotate == false) {
richting = 5;
} else {
richting = -5;
}
mycount += 1;
if (mycount == 100) {
_y = _root.kip._y + 15;
_x = _root.kip._x;
_root.kip.kipshoot = true;
mycount = 0;
shoot = true;
go = false;
} else {
if (shoot == false) {
_x = -999;
_y = -999;
}
}
if (mycount == 0) {
if (_x < _root.paashaas._x) {
_root.kip._xscale = 40;
leftrotate = true;
}
if (_root.paashaas._x < _x) {
_root.kip._xscale = -40;
leftrotate = false;
}
}
}
if (leftrotate == true) {
_rotation = _rotation + 11;
} else {
_rotation = _rotation - 11;
}
}
}
movieClip 222 {
}
movieClip 236 {
}
movieClip 238 {
}
movieClip 240 {
}
movieClip 245 {
}
movieClip 247 {
frame 1 {
stop();
}
}
instance kip of movieClip 247 {
onClipEvent (load) {
kipshoot = false;
kipjump = false;
left = true;
fallcount = 0;
}
onClipEvent (enterFrame) {
if (_root.paasdood == false) {
if (_root.ob.kipdood == false) {
if (_root.paashaas.paashitfield.hitTest(this)) {
if (_root.cheatmode == false) {
if (_root.springen == false) {
if (_root.paashaas.terminator == true) {
_root.savecount = 0;
_root.paashaas.terminator = false;
_root.mel2.stop();
_root.mel1.start(0, 20000);
}
}
}
}
if (_root.paashaas.paashitfield.hitTest(this)) {
if (_root.cheatmode == false) {
if (_root.springen == false) {
if (_root.paashaas.terminator == false) {
if (_root.savecount < 150) {
} else {
_root.paasdood = true;
_root.gameover = true;
}
}
}
}
}
}
}
if (_root.paashaas.paashitfield.hitTest(this.hitfield)) {
if (_root.jumpspeed < 0) {
_root.score += 100;
_root.ob.hitcount += 2;
_root.mystatus = 2;
_root.springen = true;
_root.bolletje = true;
_root.jumpspeed = 8;
_root.paashaas.spring();
gotoAndStop(4);
kipjump = true;
}
}
if (_root.ob.kipdood == false) {
fallcount += 1;
if (kipjump == false) {
if (_root.egg.hitTest(_root.kip.hitfield)) {
with (_root.kip) {
kipjump = true;
}
_root.ob.hitcount += 3;
_root.score += 300;
_root.egg.shoot = false;
}
}
if (kipjump == true) {
gotoAndStop(4);
if (-400 < _y) {
_y = _y - 8;
}
if (_y < -100 and fallcount < 50) {
_x = _root.paashaas._x;
}
if (100 < fallcount) {
if (_y < 212) {
_y = _y + 20;
} else {
kipjump = false;
_y = 212;
}
}
}
if (kipjump == false) {
fallcount = 0;
if (kipshoot == true) {
gotoAndStop(2);
}
if (kipshoot == false) {
gotoAndStop(1);
if (_x + 250 < _root.paashaas._x) {
right = true;
left = false;
}
if (_root.paashaas._x < _x - 250) {
right = false;
left = true;
}
if (left == true) {
_x = _x - 1.5;
_xscale = 40;
}
if (right == true) {
_x = _x + 1.5;
_xscale = -40;
}
}
}
}
}
}
movieClip 248 {
}
instance of movieClip 248 {
onClipEvent (enterFrame) {
if (_root.paashaas._x < 1) {
_root.paashaas._x = 1;
_root.egg.shoot = false;
}
if (440 < _root.paashaas._x) {
_root.paashaas._x = 440;
}
}
}
movieClip 254 {
frame 1 {
if (_root.kuiken3.dood == true) {
stop();
}
}
frame 19 {
gotoAndPlay(5);
}
}
movieClip 255 {
frame 1 {
stop();
}
}
instance kuiken3 of movieClip 255 {
onClipEvent (load) {
dood = false;
}
onClipEvent (enterFrame) {
if (_root.paasdood == false) {
if (_root.ob.kipdood == false) {
if (_root.paashaas.paashitfield.hitTest(this)) {
if (_root.dood == false) {
if (_root.cheatmode == false) {
if (_root.springen == false) {
if (_root.paashaas.terminator == true) {
_root.savecount = 0;
_root.paashaas.terminator = false;
_root.mel2.stop();
_root.mel1.start(0, 20000);
}
}
}
}
}
}
if (_root.dood == false) {
if (_root.paashaas.paashitfield.hitTest(this)) {
if (_root.cheatmode == false) {
if (_root.springen == false) {
if (_root.paashaas.terminator == false) {
if (_root.savecount < 150) {
} else {
_root.paasdood = true;
_root.gameover = true;
}
}
}
}
}
}
}
if (dood == false) {
if (_root.paashaas.paashitfield.hitTest(this)) {
if (_root.mystatus == 1 and _root.jumpspeed < 0) {
_root.score += 88;
_root.mystatus = 2;
_root.springen = true;
_root.bolletje = true;
_root.jumpspeed = 8;
_root.paashaas.spring();
gotoAndStop(2);
dood = true;
}
}
}
if (_root.egg.hitTest(this)) {
_root.egg.shoot = false;
_root.score += 50;
gotoAndStop(2);
dood = true;
right = true;
}
if (dood == false) {
if (_x + 50 < _root.kip._x) {
right = true;
left = false;
_xscale = 41;
}
if (_root.kip._x < _x - 50) {
right = false;
left = true;
_xscale = -41;
}
if (left == true) {
_x = _x - 1;
}
if (right == true) {
_x = _x + 1;
}
}
}
}
movieClip 257 {
}
instance of movieClip 257 {
onClipEvent (load) {
hdistance = _width / 2;
vdistance = _height / 2;
paashaasdistance = _root.paashaas._width / 2;
_root.springen = false;
}
onClipEvent (enterFrame) {
if (_root.egg.hitTest(this)) {
_root.egg.shoot = false;
}
if (_y - vdistance - 18 < _root.paashaas._y) {
if (_root.paashaas.hitTest(this)) {
if (_root.paashaas._x < _x) {
_root.paashaas._x = _x - hdistance - paashaasdistance;
}
}
if (_root.paashaas.hitTest(this)) {
if (_x < _root.paashaas._x) {
_root.paashaas._x = _x + hdistance + paashaasdistance;
}
}
}
if (_root.egg.hitTest(this)) {
_root.eggspringen = false;
_root.eggjumpspeed = 4;
_root.eggmystatus = 0;
}
}
}
instance of movieClip 257 {
onClipEvent (load) {
hdistance = _width / 2;
vdistance = _height / 2;
paashaasdistance = _root.paashaas._width / 2;
_root.springen = false;
}
onClipEvent (enterFrame) {
if (_root.egg.hitTest(this)) {
_root.egg.shoot = false;
}
if (_y - vdistance - 18 < _root.paashaas._y) {
if (_root.paashaas.hitTest(this)) {
if (_root.paashaas._x < _x) {
_root.paashaas._x = _x - hdistance - paashaasdistance;
}
}
if (_root.paashaas.hitTest(this)) {
if (_x < _root.paashaas._x) {
_root.paashaas._x = _x + hdistance + paashaasdistance;
}
}
}
if (_root.egg.hitTest(this)) {
_root.eggspringen = false;
_root.eggjumpspeed = 4;
_root.eggmystatus = 0;
}
}
}
movieClip 259 {
}
instance of movieClip 259 {
onClipEvent (load) {
hdistance = _width / 2;
vdistance = _height / 2;
paashaasdistance = _root.paashaas._width / 2;
_root.springen = false;
}
onClipEvent (enterFrame) {
if (_root.egg.hitTest(this)) {
_root.egg.shoot = false;
}
if (_y - vdistance - 18 < _root.paashaas._y) {
if (_root.paashaas.hitTest(this)) {
if (_root.paashaas._x < _x) {
_root.paashaas._x = _x - hdistance - paashaasdistance;
}
}
if (_root.paashaas.hitTest(this)) {
if (_x < _root.paashaas._x) {
_root.paashaas._x = _x + hdistance + paashaasdistance;
}
}
}
if (_root.egg.hitTest(this)) {
_root.eggspringen = false;
_root.eggjumpspeed = 4;
_root.eggmystatus = 0;
}
}
}
movieClip 260 {
}
movieClip 262 {
instance hitfield of movieClip 260 {
onClipEvent (enterFrame) {
if (_root.paashaas.hitTest(this)) {
if (_root.cheatmode == false) {
if (_root.paashaas.terminator == true) {
_root.savecount = 0;
_root.paashaas.terminator = false;
_root.mel2.stop();
_root.mel1.start(0, 20000);
}
}
}
if (_root.paashaas.hitTest(this)) {
if (_root.cheatmode == false) {
if (_root.paashaas.terminator == false) {
if (_root.savecount < 150) {
} else {
_root.paasdood = true;
_root.gameover = true;
}
}
}
}
}
}
}
instance of movieClip 262 {
onClipEvent (load) {
up = true;
}
onClipEvent (enterFrame) {
if (down == true) {
_y = _y + 15;
}
if (up == true) {
_y = _y - 2;
}
if (202 < _y) {
mycount += 1;
down = false;
if (50 < mycount) {
mycount = 0;
up = true;
down = false;
}
}
if (_y < 30) {
mycount += 1;
up = false;
if (50 < mycount) {
mycount = 0;
up = false;
down = true;
}
}
}
}
movieClip 263 {
instance hitfield of movieClip 260 {
onClipEvent (enterFrame) {
if (_root.paashaas.hitTest(this)) {
if (_root.cheatmode == false) {
if (_root.paashaas.terminator == true) {
_root.savecount = 0;
_root.paashaas.terminator = false;
_root.mel2.stop();
_root.mel1.start(0, 20000);
}
}
}
if (_root.paashaas.hitTest(this)) {
if (_root.cheatmode == false) {
if (_root.paashaas.terminator == false) {
if (_root.savecount < 150) {
} else {
_root.paasdood = true;
_root.gameover = true;
}
}
}
}
}
}
}
instance of movieClip 263 {
onClipEvent (load) {
down = true;
}
onClipEvent (enterFrame) {
if (down == true) {
_y = _y + 15;
}
if (up == true) {
_y = _y - 2;
}
if (202 < _y) {
mycount += 1;
down = false;
if (50 < mycount) {
mycount = 0;
up = true;
down = false;
}
}
if (_y < 30) {
mycount += 1;
up = false;
if (50 < mycount) {
mycount = 0;
up = false;
down = true;
}
}
}
}
movieClip 264 {
}
instance of movieClip 264 {
onClipEvent (load) {
shoot = false;
leftrotate = true;
go = false;
}
onClipEvent (enterFrame) {
if (_root.paashaas.hitTest(this)) {
if (_root.cheatmode == false) {
_root.paasdood = true;
_root.gameover = true;
}
}
_x = _x - richting;
if (450 < _x or _x < 0) {
shoot = false;
_root.kip.kipshoot = false;
}
if (_root.kip.kipjump == false) {
if (leftrotate == false) {
richting = 5;
} else {
richting = -5;
}
mycount += 1;
if (mycount == 100) {
_y = _root.kip._y + 20;
_x = _root.kip._x;
_root.kip.kipshoot = true;
mycount = 0;
shoot = true;
go = false;
} else {
if (shoot == false) {
_x = -999;
_y = -999;
}
}
if (mycount == 0) {
if (_x < _root.paashaas._x) {
_root.kip._xscale = 40;
leftrotate = true;
}
if (_root.paashaas._x < _x) {
_root.kip._xscale = -40;
leftrotate = false;
}
}
if (leftrotate == true) {
_rotation = _rotation + 11;
} else {
_rotation = _rotation - 11;
}
}
}
}
movieClip 265 {
}
instance of movieClip 265 {
onClipEvent (enterFrame) {
if (_root.paashaas._x < 0) {
_root.paashaas._x = 450;
_root.egg.shoot = false;
with (_root) {
gotoAndStop(9);
}
}
if (465 < _root.paashaas._x) {
_root.paashaas._x = 0;
with (_root) {
gotoAndStop(12);
}
}
}
}
movieClip 266 {
}
instance of movieClip 266 {
onClipEvent (load) {
if (_root.ei1 == true) {
_y = -999;
}
}
onClipEvent (enterFrame) {
if (_root.paashaas.hitTest(this)) {
_root.ring.start();
_root.eggs += 10;
_root.score += 100;
_y = -999;
_root.ei1 = true;
}
}
}
movieClip 267 {
}
instance of movieClip 267 {
onClipEvent (enterFrame) {
if (_root.paashaas._x < -1) {
_root.paashaas._x = 450;
_root.egg.shoot = false;
with (_root) {
gotoAndStop(11);
}
}
if (465 < _root.paashaas._x) {
_root.paashaas._x = 0;
with (_root) {
gotoAndStop(10);
}
}
}
}
movieClip 268 {
}
instance of movieClip 268 {
onClipEvent (load) {
left = true;
}
onClipEvent (enterFrame) {
if (_root.egg.hitTest(this)) {
_root.giggle.start();
_root.egg.shoot = false;
_root.score += 10;
right = true;
left = false;
_xscale = -41;
}
if (_x - 75 < _root.paashaas._x) {
if (left == true) {
_root.giggle.start();
}
if (left == false) {
right = true;
}
left = false;
_xscale = -41;
}
if (left == true) {
_x = _x - 1.5;
}
if (right == true) {
_x = _x + 3.5;
}
}
}
movieClip 269 {
frame 1 {
stop();
}
}
instance of movieClip 269 {
onClipEvent (enterFrame) {
_x = _x - 2;
x = 1 + random(2);
if (_x < -200) {
gotoAndStop(x);
_x = 550;
}
}
}
movieClip 270 {
}
instance of movieClip 270 {
onClipEvent (load) {
_root.mel1.stop();
_root.mel2.stop();
_root.totalscore = 0;
restartcount = 0;
}
onClipEvent (enterFrame) {
total = _root.score + _root.timerdisplay * 50 + _root.eggs * 25 + _root.life * 200;
if (_root.totalscore < total) {
_root.totalscore += 20;
_root.ring.start();
} else {
_root.totalscore = total;
}
}
}
button 281 {
on (release) {
getURL('http://www.NetCreatives.nl/eggsterminator/score.html', '', 'POST');
}
}
button 284 {
on (release) {
with (_root) {
gotoAndStop(2);
}
}
}
movieClip 297 {
}
instance gameov of movieClip 297 {
onClipEvent (load) {
overcount = 0;
_alpha = 0;
}
onClipEvent (enterFrame) {
overcount += 1;
if (overcount < 100) {
_alpha = _alpha + 2;
}
if (100 < overcount) {
_alpha = _alpha - 2;
}
if (100 < overcount and _alpha < 1) {
with (_root) {
gotoAndStop(19);
}
}
}
}
movieClip 301 {
}
instance of movieClip 301 {
onClipEvent (load) {
overcount = 0;
_alpha = 0;
}
onClipEvent (enterFrame) {
overcount += 1;
if (overcount < 100) {
_alpha = _alpha + 2;
}
if (100 < overcount) {
_alpha = _alpha - 2;
}
if (50 < overcount and _alpha < 1) {
with (_root) {
gotoAndStop(19);
}
}
}
}
button 310 {
on (press) {
gotoAndStop(3);
}
}
button 313 {
on (press) {
gotoAndStop(2);
}
}
instance of movieClip 269 {
onClipEvent (enterFrame) {
_x = _x - 2;
x = 1 + random(2);
if (_x < -200) {
gotoAndStop(x);
_x = 550;
}
}
}
movieClip 315 {
}
instance of movieClip 315 {
onClipEvent (load) {
_root.mel1.stop();
_root.mel2.stop();
if (_root.life < 0) {
_root.life = 0;
}
_root.totalscore = 0;
restartcount = 0;
}
onClipEvent (enterFrame) {
total = _root.score + _root.eggs * 25 + _root.timerdisplay + _root.life * 200;
if (_root.totalscore < total) {
_root.totalscore += 20;
_root.ring.start();
} else {
_root.totalscore = total;
}
}
}