Frame 1
stop();
Instance of Symbol 25 MovieClip in Frame 1
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();
stop();
Instance of Symbol 48 MovieClip in Frame 2
onClipEvent (enterFrame) {
if (Key.isDown(Key.ENTER) or Key.isDown(Key.SPACE)) {
with (_root) {
gotoAndStop(2);
}
}
}
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);
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;
Instance of Symbol 85 MovieClip in Frame 5
onClipEvent (enterFrame) {
_x = (_x - 1);
x = random(3);
if (_x < -200) {
gotoAndStop(x);
_x = 550;
}
}
Instance of Symbol 93 MovieClip "egg" in Frame 5
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 = _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);
}
}
}
}
}
Instance of Symbol 97 MovieClip in Frame 5
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 Symbol 98 MovieClip in Frame 5
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;
}
}
Instance of Symbol 99 MovieClip in Frame 5
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;
}
}
Instance of Symbol 119 MovieClip "paashaas" in Frame 5
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 = _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 = _root.savecount + 1;
}
if (_root.savecount < 140) {
knippercount = 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;
}
}
}
}
Instance of Symbol 120 MovieClip in Frame 5
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;
}
}
Instance of Symbol 121 MovieClip "time" in Frame 5
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 = timercount + 1;
_root.timerdisplay = currenttime;
if (timercount >= 50) {
if (_root.gameover == false) {
timercount = 0;
if (_root.cheatmode == false) {
currenttime = currenttime - 1;
}
}
}
if (_root.timerdisplay < 0) {
_root.timerdisplay = 0;
_root.mel1.stop();
_root.mel2.stop();
with (_root) {
gotoAndStop(17);
}
}
if (_root.gameover == true) {
gamecount = 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 = _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 = _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();
}
}
Instance of Symbol 146 MovieClip in Frame 6
onClipEvent (load) {
if (_root.leven == true) {
_y = -999;
}
}
onClipEvent (enterFrame) {
if (_root.paashaas.hitTest(this)) {
_root.ring.start();
_root.life = _root.life + 1;
_root.score = _root.score + 1200;
_y = -999;
_root.leven = true;
}
}
Instance of Symbol 147 MovieClip in Frame 6
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;
}
}
Instance of Symbol 148 MovieClip in Frame 6
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;
}
}
Instance of Symbol 162 MovieClip in Frame 6
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 = _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 = _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);
}
}
}
}
Instance of Symbol 169 MovieClip in Frame 6
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 = _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 = _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);
}
}
}
}
Instance of Symbol 173 MovieClip in Frame 6
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;
}
}
}
Instance of Symbol 174 MovieClip in Frame 6
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);
}
}
}
Frame 6
if (false) {
}
Instance of Symbol 177 MovieClip in Frame 7
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;
}
}
Instance of Symbol 179 MovieClip "gun" in Frame 7
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 = _root.eggs + 0;
_root.mel1.stop();
_root.mel2.start(0, 20000);
}
}
Instance of Symbol 180 MovieClip in Frame 7
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;
}
}
Instance of Symbol 181 MovieClip in Frame 7
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);
}
}
}
Instance of Symbol 184 MovieClip in Frame 7
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;
}
}
}
Instance of Symbol 190 MovieClip in Frame 7
onClipEvent (load) {
if (_root.gotit == true) {
_y = -999;
}
}
onClipEvent (enterFrame) {
if (_root.paashaas.hitTest(this)) {
_root.ring.start();
_root.time.currenttime = _root.time.currenttime + 25;
_root.score = _root.score + 500;
_y = -999;
_root.gotit = true;
}
}
Frame 7
if (false) {
}
Instance of Symbol 195 MovieClip in Frame 8
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;
}
}
}
}
}
Instance of Symbol 197 MovieClip "springv" in Frame 8
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;
}
}
}
Instance of Symbol 203 MovieClip in Frame 8
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;
}
}
Instance of Symbol 204 MovieClip in Frame 8
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 Symbol 204 MovieClip in Frame 8
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 Symbol 205 MovieClip in Frame 8
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;
}
}
Instance of Symbol 206 MovieClip in Frame 8
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);
}
}
}
Instance of Symbol 207 MovieClip in Frame 8
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;
}
}
}
Frame 8
if (false) {
}
Instance of Symbol 205 MovieClip in Frame 9
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;
}
}
Instance of Symbol 173 MovieClip in Frame 9
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;
}
}
}
Instance of Symbol 211 MovieClip in Frame 9
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);
}
}
}
Instance of Symbol 213 MovieClip in Frame 9
onClipEvent (load) {
if (_root.ei2 == true) {
_y = -999;
}
}
onClipEvent (enterFrame) {
if (_root.paashaas.hitTest(this)) {
_root.ring.start();
_root.eggs = _root.eggs + 10;
_root.score = _root.score + 250;
_y = -999;
_root.ei2 = true;
}
}
Frame 9
if (false) {
}
Instance of Symbol 215 MovieClip "ob" in Frame 10
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 = _root.kip._y - 10;
hitcount = hitcount + 1;
_root.score = _root.score + 50;
with (_root.kip) {
gotoAndStop(4);
}
}
}
if (15 < hitcount) {
with (_root.kip) {
gotoAndStop(5);
}
kipdood = true;
}
if (kipdood == true) {
doodcount = 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 Symbol 148 MovieClip in Frame 10
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;
}
}
Instance of Symbol 217 MovieClip in Frame 10
onClipEvent (load) {
shoot = false;
leftrotate = true;
go = false;
}
onClipEvent (enterFrame) {
if (_root.paasdood == false) {
if (_root.paashaas.terminator == false) {
_root.savecount = _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 = 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);
}
}
Instance of Symbol 247 MovieClip "kip" in Frame 10
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 = _root.score + 100;
_root.ob.hitcount = _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 = fallcount + 1;
if (kipjump == false) {
if (_root.egg.hitTest(_root.kip.hitfield)) {
with (_root.kip) {
kipjump = true;
}
_root.ob.hitcount = _root.ob.hitcount + 3;
_root.score = _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;
}
}
}
}
}
Instance of Symbol 248 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (_root.paashaas._x < 1) {
_root.paashaas._x = 1;
_root.egg.shoot = false;
}
if (440 < _root.paashaas._x) {
_root.paashaas._x = 440;
}
}
Instance of Symbol 255 MovieClip "kuiken3" in Frame 10
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 = _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 = _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);
}
}
}
Frame 10
if (false) {
}
Instance of Symbol 257 MovieClip in Frame 11
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 Symbol 257 MovieClip in Frame 11
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 Symbol 259 MovieClip in Frame 11
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 Symbol 262 MovieClip in Frame 11
onClipEvent (load) {
up = true;
}
onClipEvent (enterFrame) {
if (down == true) {
_y = (_y + 15);
}
if (up == true) {
_y = (_y - 2);
}
if (202 < _y) {
mycount = mycount + 1;
down = false;
if (50 < mycount) {
mycount = 0;
up = true;
down = false;
}
}
if (_y < 30) {
mycount = mycount + 1;
up = false;
if (50 < mycount) {
mycount = 0;
up = false;
down = true;
}
}
}
Instance of Symbol 263 MovieClip in Frame 11
onClipEvent (load) {
down = true;
}
onClipEvent (enterFrame) {
if (down == true) {
_y = (_y + 15);
}
if (up == true) {
_y = (_y - 2);
}
if (202 < _y) {
mycount = mycount + 1;
down = false;
if (50 < mycount) {
mycount = 0;
up = true;
down = false;
}
}
if (_y < 30) {
mycount = mycount + 1;
up = false;
if (50 < mycount) {
mycount = 0;
up = false;
down = true;
}
}
}
Instance of Symbol 264 MovieClip in Frame 11
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 = 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);
}
}
}
Instance of Symbol 265 MovieClip in Frame 11
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);
}
}
}
Frame 11
if (false) {
}
Instance of Symbol 266 MovieClip in Frame 12
onClipEvent (load) {
if (_root.ei1 == true) {
_y = -999;
}
}
onClipEvent (enterFrame) {
if (_root.paashaas.hitTest(this)) {
_root.ring.start();
_root.eggs = _root.eggs + 10;
_root.score = _root.score + 100;
_y = -999;
_root.ei1 = true;
}
}
Instance of Symbol 267 MovieClip in Frame 12
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);
}
}
}
Instance of Symbol 268 MovieClip in Frame 12
onClipEvent (load) {
left = true;
}
onClipEvent (enterFrame) {
if (_root.egg.hitTest(this)) {
_root.giggle.start();
_root.egg.shoot = false;
_root.score = _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);
}
}
Frame 12
if (false) {
}
Instance of Symbol 269 MovieClip in Frame 15
onClipEvent (enterFrame) {
_x = (_x - 2);
x = 1 + random(2);
if (_x < -200) {
gotoAndStop(x);
_x = 550;
}
}
Instance of Symbol 270 MovieClip in Frame 15
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 = _root.totalscore + 20;
_root.ring.start();
} else {
_root.totalscore = total;
}
}
Frame 15
if (false) {
}
Instance of Symbol 297 MovieClip "gameov" in Frame 16
onClipEvent (load) {
overcount = 0;
_alpha = 0;
}
onClipEvent (enterFrame) {
overcount = overcount + 1;
if (overcount < 100) {
_alpha = (_alpha + 2);
}
if (100 < overcount) {
_alpha = (_alpha - 2);
}
if ((100 < overcount) and (_alpha < 1)) {
with (_root) {
gotoAndStop(19);
}
}
}
Frame 16
if (false) {
}
Instance of Symbol 301 MovieClip in Frame 17
onClipEvent (load) {
overcount = 0;
_alpha = 0;
}
onClipEvent (enterFrame) {
overcount = overcount + 1;
if (overcount < 100) {
_alpha = (_alpha + 2);
}
if (100 < overcount) {
_alpha = (_alpha - 2);
}
if ((50 < overcount) and (_alpha < 1)) {
with (_root) {
gotoAndStop(19);
}
}
}
Frame 17
if (false) {
}
Frame 18
if (false) {
}
Instance of Symbol 269 MovieClip in Frame 19
onClipEvent (enterFrame) {
_x = (_x - 2);
x = 1 + random(2);
if (_x < -200) {
gotoAndStop(x);
_x = 550;
}
}
Instance of Symbol 315 MovieClip in Frame 19
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 = _root.totalscore + 20;
_root.ring.start();
} else {
_root.totalscore = total;
}
}
Frame 19
if (false) {
}
Symbol 40 Button
on (release) {
with (_root) {
gotoAndStop(3);
}
}
Symbol 44 Button
on (press) {
gotoAndStop (18);
}
Symbol 45 Button
on (release) {
getURL ("http://www.netcreatives.nl", "_blank");
}
Symbol 46 Button
on (release) {
getURL ("http://www.reply.nl", "_blank");
}
Symbol 76 MovieClip Frame 280
stop();
with (_root.introbutton) {
gotoAndStop(2);
}
Symbol 79 Button
on (release) {
with (_root) {
gotoAndStop(5);
}
}
Symbol 80 Button
on (release) {
with (_root) {
gotoAndStop(5);
}
}
Symbol 81 MovieClip Frame 1
stop();
Symbol 81 MovieClip Frame 2
stop();
Symbol 85 MovieClip Frame 1
stop();
Symbol 110 MovieClip Frame 12
gotoAndPlay (1);
Symbol 114 MovieClip Frame 31
stop();
Symbol 118 MovieClip Frame 31
stop();
Symbol 119 MovieClip Frame 1
stop();
Symbol 119 MovieClip Frame 2
stop();
Symbol 119 MovieClip Frame 3
stop();
Symbol 119 MovieClip Frame 4
stop();
Symbol 119 MovieClip Frame 5
stop();
Symbol 119 MovieClip Frame 6
stop();
Symbol 119 MovieClip Frame 7
stop();
Symbol 119 MovieClip Frame 8
stop();
Symbol 119 MovieClip Frame 9
stop();
Symbol 119 MovieClip Frame 10
stop();
Symbol 119 MovieClip Frame 11
stop();
Symbol 119 MovieClip Frame 15
stop();
Symbol 119 MovieClip Frame 16
stop();
Symbol 119 MovieClip Frame 17
stop();
Symbol 119 MovieClip Frame 18
stop();
Symbol 119 MovieClip Frame 19
stop();
Symbol 119 MovieClip Frame 20
stop();
Symbol 119 MovieClip Frame 21
stop();
Symbol 119 MovieClip Frame 22
stop();
Symbol 119 MovieClip Frame 23
stop();
Symbol 135 Button
on (press) {
_highquality = 3;
gotoAndStop (1);
with (_root.low) {
gotoAndStop(1);
}
}
Symbol 136 MovieClip Frame 1
stop();
if (_highquality == 0) {
gotoAndStop (2);
}
Symbol 140 Button
on (press) {
_highquality = 0;
gotoAndStop (2);
with (_root.high) {
gotoAndStop(2);
}
}
Symbol 143 MovieClip Frame 1
stop();
if (_highquality == 0) {
gotoAndStop (2);
}
Symbol 155 MovieClip Frame 1
if (_root.dood1 == true) {
stop();
}
Symbol 161 MovieClip Frame 30
stop();
Symbol 162 MovieClip Frame 1
stop();
Symbol 168 MovieClip Frame 1
if (_root.dood2 == true) {
stop();
}
Symbol 168 MovieClip Frame 19
gotoAndPlay (5);
Symbol 169 MovieClip Frame 1
stop();
Symbol 173 MovieClip Frame 1
stop();
Symbol 184 MovieClip Frame 1
stop();
Symbol 202 MovieClip Frame 1
stop();
Symbol 207 MovieClip Frame 1
stop();
Symbol 209 MovieClip Frame 1
stop();
Symbol 209 MovieClip Frame 2
stop();
Instance of Symbol 209 MovieClip in Symbol 210 MovieClip Frame 1
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;
}
}
Symbol 247 MovieClip Frame 1
stop();
Symbol 254 MovieClip Frame 1
if (_root.kuiken3.dood == true) {
stop();
}
Symbol 254 MovieClip Frame 19
gotoAndPlay (5);
Symbol 255 MovieClip Frame 1
stop();
Instance of Symbol 260 MovieClip "hitfield" in Symbol 262 MovieClip Frame 1
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 Symbol 260 MovieClip "hitfield" in Symbol 263 MovieClip Frame 1
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;
}
}
}
}
}
Symbol 269 MovieClip Frame 1
stop();
Symbol 281 Button
on (release) {
var gname = "eggsterminatorJS";
var gscore = _root.totalscore;
getURL ("index.php?act=Arcade&do=newscore", "_self", "POST");
}
Symbol 284 Button
on (release) {
with (_root) {
gotoAndStop(2);
}
}
Symbol 310 Button
on (press) {
gotoAndStop (3);
}
Symbol 313 Button
on (press) {
gotoAndStop (2);
}
Symbol 51 Button
on (release) {
getURL ("http://www.netcreatives.nl/eggsterminator/score.html");
}