Frame 1
_root.taal = "GB";
fscommand ("showmenu", "false");
stop();
Instance of Symbol 27 MovieClip in Frame 1
onClipEvent (enterFrame) {
text = ((int(_parent.getBytesLoaded() / 1000) add " kb van ") add int(_parent.getBytesTotal() / 1000)) add " geladen ...";
if (_parent.getBytesTotal() == _parent.getBytesLoaded()) {
_parent.gotoAndStop(2);
}
}
Frame 2
level = 1;
setTiles = function () {
var _local1 = _root;
left = 0;
top = 0;
step = 0;
i = 0;
while (i < 112) {
name = "mc" + i;
_local1.t.attachMovie("background", name, 1000 + i);
_local1.t[name]._x = left;
_local1.t[name]._y = top;
_local1.t[name].gotoAndStop(random(13) + 1);
left = left + 36;
if (step == 13) {
left = 0;
top = top + 36;
step = 0;
} else {
step++;
}
i++;
}
_local1.t._alpha = 30;
};
setTiles();
stop();
Instance of Symbol 69 MovieClip "speldoel" in Frame 2
onClipEvent (enterFrame) {
if (_root.taal eq "NL") {
tellTarget (this) {
gotoAndStop ("NL");
};
} else if (_root.taal eq "GB") {
tellTarget (this) {
gotoAndStop ("GB");
};
}
}
Instance of Symbol 80 MovieClip in Frame 2
onClipEvent (enterFrame) {
if (_root.taal eq "NL") {
tellTarget (this) {
gotoAndStop ("NL");
};
} else if (_root.taal eq "GB") {
tellTarget (this) {
gotoAndStop ("GB");
};
}
}
Instance of Symbol 83 MovieClip in Frame 2
onClipEvent (enterFrame) {
if (_root.taal eq "NL") {
tellTarget (this) {
gotoAndStop ("NL");
};
} else if (_root.taal eq "GB") {
tellTarget (this) {
gotoAndStop ("GB");
};
}
}
Instance of Symbol 105 MovieClip in Frame 2
onClipEvent (enterFrame) {
if (_root.taal eq "NL") {
tellTarget (this) {
gotoAndStop ("NL");
};
} else if (_root.taal eq "GB") {
tellTarget (this) {
gotoAndStop ("GB");
};
}
}
Frame 3
Instance of Symbol 184 MovieClip in Frame 3
onClipEvent (enterFrame) {
if (_root.startteller == 100) {
if (_root.level == 1) {
_root.gotoAndStop("level1");
} else if (_root.level == 2) {
_root.gotoAndStop("level2");
} else if (_root.level == 3) {
_root.gotoAndStop("level3");
} else if (_root.level == 4) {
_root.gotoAndStop("level4");
} else if (_root.level == 5) {
_root.gotoAndStop("level5");
} else if (_root.level == 6) {
_root.gotoAndStop("level6");
} else if (_root.level == 7) {
_root.gotoAndStop("level7");
} else if (_root.level == 8) {
_root.gotoAndStop("level8");
} else if (_root.level == 9) {
_root.gotoAndStop("level9");
} else if (_root.level == 10) {
_root.gotoAndStop("level10");
} else if (_root.level == 11) {
_root.gotoAndStop("level11");
} else if (_root.level == 12) {
_root.gotoAndStop("level12");
} else if (_root.level == 13) {
_root.gotoAndStop("level13");
} else if (_root.level == 14) {
_root.gotoAndStop("level14");
} else if (_root.level == 15) {
_root.gotoAndStop("level15");
} else if (_root.level == 16) {
_root.gotoAndStop("level16");
} else if (_root.level == 17) {
_root.gotoAndStop("level17");
} else if (_root.level == 18) {
_root.gotoAndStop("level18");
} else if (_root.level == 19) {
_root.gotoAndStop("level19");
} else if (_root.level == 20) {
_root.gotoAndStop("level20");
}
} else {
_root.startteller++;
}
}
Frame 4
if (level != 1) {
gotoAndPlay (1);
}
hero._x = 50;
hero._y = 300;
restart = function () {
hero._rotation = 0;
hero.gotoAndStop(1);
hero.heroClip.stop();
jumping = false;
playGame = true;
hero._x = 50;
hero._y = 300;
};
startteller = 0;
lives = 5;
score = 0;
playGame = true;
setTiles();
stop();
Instance of Symbol 225 MovieClip in Frame 4
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
this.gotoAndPlay(50);
_root.level++;
_root.score = _root.score + 100;
_root.restart();
_root.gotoAndStop("map");
}
}
Instance of Symbol 227 MovieClip in Frame 4
onClipEvent (load) {
n = 6;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero) and (_root.hero._y > 10)) {
_root.hero._y = _root.hero._y - n;
}
}
Instance of Symbol 228 MovieClip in Frame 4
onClipEvent (load) {
n = -1;
}
onClipEvent (enterFrame) {
this._x = this._x + n;
count++;
if (count == 10) {
count = 0;
n = -n;
}
if (this.hitTest(_root.hero)) {
_root.playGame = false;
_root.hero.gotoAndStop(3);
}
}
Instance of Symbol 229 MovieClip in Frame 4
onClipEvent (load) {
n = 1;
}
onClipEvent (enterFrame) {
this._x = this._x + n;
count++;
if (count == 90) {
count = 0;
n = -n;
}
if (this.hitTest(_root.hero)) {
_root.playGame = false;
_root.hero.gotoAndStop(3);
}
}
Instance of Symbol 65 MovieClip in Frame 4
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.playGame = false;
_root.hero.gotoAndStop(3);
}
}
Instance of Symbol 229 MovieClip in Frame 4
onClipEvent (load) {
n = 1;
}
onClipEvent (enterFrame) {
this._x = this._x + n;
count++;
if (count == 105) {
count = 0;
n = -n;
}
if (this.hitTest(_root.hero)) {
_root.playGame = false;
_root.hero.gotoAndStop(3);
}
}
Instance of Symbol 261 MovieClip "c2" in Frame 4
onClipEvent (load) {
this.gotoAndPlay(1);
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.c2.gotoAndStop(18);
}
}
Instance of Symbol 265 MovieClip "l3" in Frame 4
onClipEvent (load) {
this.gotoAndPlay(1);
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.l3.gotoAndStop(14);
}
}
Instance of Symbol 229 MovieClip in Frame 4
onClipEvent (load) {
n = 1;
}
onClipEvent (enterFrame) {
this._x = this._x + n;
count++;
if (count == 45) {
count = 0;
n = -n;
}
if (this.hitTest(_root.hero)) {
_root.playGame = false;
_root.hero.gotoAndStop(3);
}
}
Instance of Symbol 269 MovieClip in Frame 4
onClipEvent (load) {
rePos = function () {
x = -60;
this._x = x;
x = 1;
};
repos();
}
onClipEvent (enterFrame) {
this._x = this._x - x;
x = x + 0.005;
if (this.hitTest(_root.hero)) {
_root.playGame = false;
_root.hero.gotoAndStop(3);
rePos();
}
if (this._x < -30) {
rePos();
}
}
Instance of Symbol 229 MovieClip in Frame 4
onClipEvent (load) {
n = 1;
}
onClipEvent (enterFrame) {
this._y = this._y + n;
count++;
if (count == 45) {
count = 0;
n = -n;
}
if (this.hitTest(_root.hero)) {
_root.playGame = false;
_root.hero.gotoAndStop(3);
}
}
Instance of Symbol 227 MovieClip in Frame 4
onClipEvent (load) {
n = 6;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero) and (_root.hero._y > 10)) {
_root.hero._y = _root.hero._y - n;
}
}
Instance of Symbol 276 MovieClip "hero" in Frame 4
onClipEvent (load) {
function move(x, y) {
var _local1 = y;
var _local2 = x;
var _local3 = _root;
h = false;
if (!_local3.map.hitTest((_x + _local2) + b.xmin, (_y + _local1) + b.ymin, true)) {
if (!_local3.map.hitTest((_x + _local2) + b.xmax, (_y + _local1) + b.ymin, true)) {
if (!_local3.map.hitTest((_x + _local2) + b.xmin, (_y + _local1) + b.ymax, true)) {
if (!_local3.map.hitTest((_x + _local2) + b.xmax, (_y + _local1) + b.ymax, true)) {
_x = (_x + _local2);
_y = (_y + _local1);
h = true;
}
}
}
}
return(h);
}
_root.restart();
s = 3;
b = this.getBounds(this);
}
onClipEvent (enterFrame) {
if (_root.playGame) {
_root.falling = move(0, s);
if ((Key.isDown(32) && (!_root.falling)) && (!_root.jumping)) {
_root.score = _root.score + 10;
vel = -8;
_root.jumping = true;
_root.bounceSnd.gotoAndPlay(2);
}
if (_root.jumping) {
this._rotation = r;
if (vel <= 10) {
h = move(0, vel - s);
if ((h == false) && (vel < 0)) {
vel = vel * -1;
}
vel++;
} else {
_root.jumping = false;
this._rotation = 0;
}
}
if (Key.isDown(37) and (_x > 8)) {
move(-s, 0);
r = -5;
this.gotoAndStop(2);
this.heroClip.nextFrame();
}
if (Key.isDown(39) and (_x < 592)) {
move(s, 0);
r = 5;
this.gotoAndStop(1);
this.heroClip.nextFrame();
}
}
if (this._y > 360) {
_root.playGame = false;
_root.hero.gotoAndStop(3);
}
}
onClipEvent (keyUp) {
this.heroClip.stop();
r = 0;
}
Frame 5
if (level != 2) {
gotoAndPlay (1);
}
hero._x = 550;
hero._y = 330;
restart = function () {
hero._rotation = 0;
hero.gotoAndStop(1);
hero.heroClip.stop();
jumping = false;
playGame = true;
hero._x = 550;
hero._y = 330;
};
startteller = 0;
lives = 5;
score = 0;
playGame = true;
setTiles();
stop();
Instance of Symbol 229 MovieClip in Frame 5
onClipEvent (load) {
n = 1;
}
onClipEvent (enterFrame) {
this._x = this._x + n;
count++;
if (count == 75) {
count = 0;
n = -n;
}
if (this.hitTest(_root.hero)) {
_root.playGame = false;
_root.hero.gotoAndStop(3);
}
}
Instance of Symbol 229 MovieClip in Frame 5
onClipEvent (load) {
n = 1;
}
onClipEvent (enterFrame) {
this._x = this._x - (-n);
count++;
if (count == 90) {
count = 0;
n = -n;
}
if (this.hitTest(_root.hero)) {
_root.playGame = false;
_root.hero.gotoAndStop(3);
}
}
Instance of Symbol 229 MovieClip in Frame 5
onClipEvent (load) {
n = 1;
}
onClipEvent (enterFrame) {
this._x = this._x + n;
count++;
if (count == 120) {
count = 0;
n = -n;
}
if (this.hitTest(_root.hero)) {
_root.playGame = false;
_root.hero.gotoAndStop(3);
}
}
Instance of Symbol 65 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.playGame = false;
_root.hero.gotoAndStop(3);
}
}
Instance of Symbol 261 MovieClip "c2" in Frame 5
onClipEvent (load) {
this.gotoAndPlay(1);
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.c2.gotoAndStop(18);
}
}
Instance of Symbol 265 MovieClip "l3" in Frame 5
onClipEvent (load) {
this.gotoAndPlay(1);
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.l3.gotoAndStop(14);
}
}
Instance of Symbol 229 MovieClip in Frame 5
onClipEvent (load) {
n = 1;
}
onClipEvent (enterFrame) {
this._x = this._x + n;
count++;
if (count == 45) {
count = 0;
n = -n;
}
if (this.hitTest(_root.hero)) {
_root.playGame = false;
_root.hero.gotoAndStop(3);
}
}
Instance of Symbol 269 MovieClip in Frame 5
onClipEvent (load) {
rePos = function () {
x = -60;
this._x = x;
x = 1;
};
repos();
}
onClipEvent (enterFrame) {
this._x = this._x - x;
x = x + 0.005;
if (this.hitTest(_root.hero)) {
_root.playGame = false;
_root.hero.gotoAndStop(3);
rePos();
}
if (this._x < -30) {
rePos();
}
}
Instance of Symbol 229 MovieClip in Frame 5
onClipEvent (load) {
n = 1;
}
onClipEvent (enterFrame) {
this._y = this._y + n;
count++;
if (count == 45) {
count = 0;
n = -n;
}
if (this.hitTest(_root.hero)) {
_root.playGame = false;
_root.hero.gotoAndStop(3);
}
}
Instance of Symbol 227 MovieClip in Frame 5
onClipEvent (load) {
n = 6;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero) and (_root.hero._y > 10)) {
_root.hero._y = _root.hero._y - n;
}
}
Frame 6
if (level != 3) {
gotoAndPlay (1);
}
hero._x = 50;
hero._y = 330;
restart = function () {
hero._rotation = 0;
hero.gotoAndStop(1);
hero.heroClip.stop();
jumping = false;
playGame = true;
hero._x = 50;
hero._y = 330;
};
startteller = 0;
lives = 5;
score = 0;
playGame = true;
setTiles();
stop();
Instance of Symbol 286 MovieClip in Frame 6
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.playGame = false;
_root.hero.gotoAndStop(3);
}
}
Instance of Symbol 228 MovieClip in Frame 6
onClipEvent (load) {
n = -1;
}
onClipEvent (enterFrame) {
this._x = this._x + n;
count++;
if (count == 10) {
count = 0;
n = -n;
}
if (this.hitTest(_root.hero)) {
_root.playGame = false;
_root.hero.gotoAndStop(3);
}
}
Instance of Symbol 65 MovieClip in Frame 6
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.playGame = false;
_root.hero.gotoAndStop(3);
}
}
Instance of Symbol 261 MovieClip "c2" in Frame 6
onClipEvent (load) {
this.gotoAndPlay(1);
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.c2.gotoAndStop(18);
}
}
Instance of Symbol 265 MovieClip "l3" in Frame 6
onClipEvent (load) {
this.gotoAndPlay(1);
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.l3.gotoAndStop(14);
}
}
Instance of Symbol 229 MovieClip in Frame 6
onClipEvent (load) {
n = 1;
}
onClipEvent (enterFrame) {
this._x = this._x + n;
count++;
if (count == 45) {
count = 0;
n = -n;
}
if (this.hitTest(_root.hero)) {
_root.playGame = false;
_root.hero.gotoAndStop(3);
}
}
Instance of Symbol 269 MovieClip in Frame 6
onClipEvent (load) {
rePos = function () {
x = -60;
this._x = x;
x = 1;
};
repos();
}
onClipEvent (enterFrame) {
this._x = this._x - x;
x = x + 0.005;
if (this.hitTest(_root.hero)) {
_root.playGame = false;
_root.hero.gotoAndStop(3);
rePos();
}
if (this._x < -30) {
rePos();
}
}
Instance of Symbol 229 MovieClip in Frame 6
onClipEvent (load) {
n = 1;
}
onClipEvent (enterFrame) {
this._y = this._y + n;
count++;
if (count == 45) {
count = 0;
n = -n;
}
if (this.hitTest(_root.hero)) {
_root.playGame = false;
_root.hero.gotoAndStop(3);
}
}
Frame 7
if (level != 4) {
gotoAndPlay (1);
}
hero._x = 550;
hero._y = 330;
restart = function () {
hero._rotation = 0;
hero.gotoAndStop(1);
hero.heroClip.stop();
jumping = false;
playGame = true;
hero._x = 550;
hero._y = 330;
};
startteller = 0;
lives = 5;
score = 0;
playGame = true;
setTiles();
stop();
Instance of Symbol 229 MovieClip in Frame 7
onClipEvent (load) {
n = 1;
}
onClipEvent (enterFrame) {
this._x = this._x + n;
count++;
if (count == 75) {
count = 0;
n = -n;
}
if (this.hitTest(_root.hero)) {
_root.playGame = false;
_root.hero.gotoAndStop(3);
}
}
Instance of Symbol 286 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.playGame = false;
_root.hero.gotoAndStop(3);
}
}
Instance of Symbol 229 MovieClip in Frame 7
onClipEvent (load) {
n = -1;
}
onClipEvent (enterFrame) {
this._x = this._x + n;
count++;
if (count == 75) {
count = 0;
n = -n;
}
if (this.hitTest(_root.hero)) {
_root.playGame = false;
_root.hero.gotoAndStop(3);
}
}
Instance of Symbol 229 MovieClip in Frame 7
onClipEvent (load) {
n = 1;
}
onClipEvent (enterFrame) {
this._x = this._x + n;
count++;
if (count == 75) {
count = 0;
n = -n;
}
if (this.hitTest(_root.hero)) {
_root.playGame = false;
_root.hero.gotoAndStop(3);
}
}
Instance of Symbol 229 MovieClip in Frame 7
onClipEvent (load) {
n = -1;
}
onClipEvent (enterFrame) {
this._x = this._x + n;
count++;
if (count == 225) {
count = 0;
n = -n;
}
if (this.hitTest(_root.hero)) {
_root.playGame = false;
_root.hero.gotoAndStop(3);
}
}
Frame 8
if (level != 5) {
gotoAndPlay (1);
}
hero._x = 300;
hero._y = 330;
restart = function () {
hero._rotation = 0;
hero.gotoAndStop(1);
hero.heroClip.stop();
jumping = false;
playGame = true;
hero._x = 300;
hero._y = 330;
};
startteller = 0;
lives = 5;
score = 0;
playGame = true;
setTiles();
stop();
Instance of Symbol 228 MovieClip in Frame 8
onClipEvent (load) {
n = -1;
}
onClipEvent (enterFrame) {
this._x = this._x + n;
count++;
if (count == 10) {
count = 0;
n = -n;
}
if (this.hitTest(_root.hero)) {
_root.playGame = false;
_root.hero.gotoAndStop(3);
}
}
Instance of Symbol 232 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.playGame = false;
_root.hero.gotoAndStop(3);
}
}
Instance of Symbol 65 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.playGame = false;
_root.hero.gotoAndStop(3);
}
}
Instance of Symbol 261 MovieClip "c2" in Frame 8
onClipEvent (load) {
this.gotoAndPlay(1);
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.c2.gotoAndStop(18);
}
}
Instance of Symbol 265 MovieClip "l3" in Frame 8
onClipEvent (load) {
this.gotoAndPlay(1);
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.l3.gotoAndStop(14);
}
}
Instance of Symbol 229 MovieClip in Frame 8
onClipEvent (load) {
n = -1;
}
onClipEvent (enterFrame) {
this._x = this._x + n;
count++;
if (count == 60) {
count = 0;
n = -n;
}
if (this.hitTest(_root.hero)) {
_root.playGame = false;
_root.hero.gotoAndStop(3);
}
}
Instance of Symbol 269 MovieClip in Frame 8
onClipEvent (load) {
rePos = function () {
x = -60;
this._x = x;
x = 1;
};
repos();
}
onClipEvent (enterFrame) {
this._x = this._x - x;
x = x + 0.005;
if (this.hitTest(_root.hero)) {
_root.playGame = false;
_root.hero.gotoAndStop(3);
rePos();
}
if (this._x < -30) {
rePos();
}
}
Instance of Symbol 229 MovieClip in Frame 8
onClipEvent (load) {
n = 1;
}
onClipEvent (enterFrame) {
this._y = this._y + n;
count++;
if (count == 60) {
count = 0;
n = -n;
}
if (this.hitTest(_root.hero)) {
_root.playGame = false;
_root.hero.gotoAndStop(3);
}
}
Instance of Symbol 227 MovieClip in Frame 8
onClipEvent (load) {
n = 6;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero) and (_root.hero._y > 10)) {
_root.hero._y = _root.hero._y - n;
}
}
Instance of Symbol 229 MovieClip in Frame 8
onClipEvent (load) {
n = 1;
}
onClipEvent (enterFrame) {
this._y = this._y + n;
count++;
if (count == 45) {
count = 0;
n = -n;
}
if (this.hitTest(_root.hero)) {
_root.playGame = false;
_root.hero.gotoAndStop(3);
}
}
Instance of Symbol 229 MovieClip in Frame 8
onClipEvent (load) {
n = 1;
}
onClipEvent (enterFrame) {
this._y = this._y + n;
count++;
if (count == 75) {
count = 0;
n = -n;
}
if (this.hitTest(_root.hero)) {
_root.playGame = false;
_root.hero.gotoAndStop(3);
}
}
Instance of Symbol 229 MovieClip in Frame 8
onClipEvent (load) {
n = -1;
}
onClipEvent (enterFrame) {
this._x = this._x + n;
count++;
if (count == 60) {
count = 0;
n = -n;
}
if (this.hitTest(_root.hero)) {
_root.playGame = false;
_root.hero.gotoAndStop(3);
}
}
Frame 9
if (level != 6) {
gotoAndPlay (1);
}
hero._x = 30;
hero._y = 330;
restart = function () {
hero._rotation = 0;
hero.gotoAndStop(1);
hero.heroClip.stop();
jumping = false;
playGame = true;
hero._x = 30;
hero._y = 330;
};
startteller = 0;
lives = 5;
score = 0;
playGame = true;
setTiles();
stop();
Instance of Symbol 228 MovieClip in Frame 9
onClipEvent (load) {
n = -1;
}
onClipEvent (enterFrame) {
this._x = this._x + n;
count++;
if (count == 90) {
count = 0;
n = -n;
}
if (this.hitTest(_root.hero)) {
_root.playGame = false;
_root.hero.gotoAndStop(3);
}
}
Instance of Symbol 229 MovieClip in Frame 9
onClipEvent (load) {
n = 1;
}
onClipEvent (enterFrame) {
this._y = this._y + n;
count++;
if (count == 45) {
count = 0;
n = -n;
}
if (this.hitTest(_root.hero)) {
_root.playGame = false;
_root.hero.gotoAndStop(3);
}
}
Instance of Symbol 228 MovieClip in Frame 9
onClipEvent (load) {
n = -1;
}
onClipEvent (enterFrame) {
this._x = this._x + n;
count++;
if (count == 90) {
count = 0;
n = -n;
}
if (this.hitTest(_root.hero)) {
_root.playGame = false;
_root.hero.gotoAndStop(3);
}
}
Instance of Symbol 229 MovieClip in Frame 9
onClipEvent (load) {
n = -1;
}
onClipEvent (enterFrame) {
this._x = this._x + n;
count++;
if (count == 60) {
count = 0;
n = -n;
}
if (this.hitTest(_root.hero)) {
_root.playGame = false;
_root.hero.gotoAndStop(3);
}
}
Frame 10
if (level != 7) {
gotoAndPlay (1);
}
hero._x = 550;
hero._y = 330;
restart = function () {
hero._rotation = 0;
hero.gotoAndStop(1);
hero.heroClip.stop();
jumping = false;
playGame = true;
hero._x = 550;
hero._y = 330;
};
startteller = 0;
lives = 5;
score = 0;
playGame = true;
setTiles();
stop();
Instance of Symbol 228 MovieClip in Frame 10
onClipEvent (load) {
n = -1;
}
onClipEvent (enterFrame) {
this._x = this._x + n;
count++;
if (count == 10) {
count = 0;
n = -n;
}
if (this.hitTest(_root.hero)) {
_root.playGame = false;
_root.hero.gotoAndStop(3);
}
}
Instance of Symbol 232 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.playGame = false;
_root.hero.gotoAndStop(3);
}
}
Instance of Symbol 229 MovieClip in Frame 10
onClipEvent (load) {
n = 1;
}
onClipEvent (enterFrame) {
this._x = this._x + n;
count++;
if (count == 45) {
count = 0;
n = -n;
}
if (this.hitTest(_root.hero)) {
_root.playGame = false;
_root.hero.gotoAndStop(3);
}
}
Instance of Symbol 286 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.playGame = false;
_root.hero.gotoAndStop(3);
}
}
Instance of Symbol 232 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.playGame = false;
_root.hero.gotoAndStop(3);
}
}
Instance of Symbol 286 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.playGame = false;
_root.hero.gotoAndStop(3);
}
}
Instance of Symbol 286 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.playGame = false;
_root.hero.gotoAndStop(3);
}
}
Instance of Symbol 286 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.playGame = false;
_root.hero.gotoAndStop(3);
}
}
Instance of Symbol 232 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.playGame = false;
_root.hero.gotoAndStop(3);
}
}
Frame 11
if (level != 8) {
gotoAndPlay (1);
}
hero._x = 293;
hero._y = 330;
restart = function () {
hero._rotation = 0;
hero.gotoAndStop(1);
hero.heroClip.stop();
jumping = false;
playGame = true;
hero._x = 293;
hero._y = 330;
};
startteller = 0;
lives = 5;
score = 0;
playGame = true;
setTiles();
stop();
Instance of Symbol 229 MovieClip in Frame 11
onClipEvent (load) {
n = 1;
}
onClipEvent (enterFrame) {
this._y = this._y + n;
count++;
if (count == 255) {
count = 0;
n = -n;
}
if (this.hitTest(_root.hero)) {
_root.playGame = false;
_root.hero.gotoAndStop(3);
}
}
Instance of Symbol 229 MovieClip in Frame 11
onClipEvent (load) {
n = 1;
}
onClipEvent (enterFrame) {
this._y = this._y + n;
count++;
if (count == 255) {
count = 0;
n = -n;
}
if (this.hitTest(_root.hero)) {
_root.playGame = false;
_root.hero.gotoAndStop(3);
}
}
Instance of Symbol 229 MovieClip in Frame 11
onClipEvent (load) {
n = -1;
}
onClipEvent (enterFrame) {
this._y = this._y + n;
count++;
if (count == 255) {
count = 0;
n = -n;
}
if (this.hitTest(_root.hero)) {
_root.playGame = false;
_root.hero.gotoAndStop(3);
}
}
Frame 12
if (level != 9) {
gotoAndPlay (1);
}
hero._x = 550;
hero._y = 330;
restart = function () {
hero._rotation = 0;
hero.gotoAndStop(1);
hero.heroClip.stop();
jumping = false;
playGame = true;
hero._x = 550;
hero._y = 330;
};
startteller = 0;
lives = 5;
score = 0;
playGame = true;
setTiles();
stop();
Instance of Symbol 227 MovieClip in Frame 12
onClipEvent (load) {
n = 6;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero) and (_root.hero._y > 10)) {
_root.hero._y = _root.hero._y - n;
}
}
Instance of Symbol 228 MovieClip in Frame 12
onClipEvent (load) {
n = -1;
}
onClipEvent (enterFrame) {
this._x = this._x + n;
count++;
if (count == 105) {
count = 0;
n = -n;
}
if (this.hitTest(_root.hero)) {
_root.playGame = false;
_root.hero.gotoAndStop(3);
}
}
Instance of Symbol 232 MovieClip in Frame 12
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.playGame = false;
_root.hero.gotoAndStop(3);
}
}
Instance of Symbol 229 MovieClip in Frame 12
onClipEvent (load) {
n = 1;
}
onClipEvent (enterFrame) {
this._y = this._y + n;
count++;
if (count == 45) {
count = 0;
n = -n;
}
if (this.hitTest(_root.hero)) {
_root.playGame = false;
_root.hero.gotoAndStop(3);
}
}
Instance of Symbol 228 MovieClip in Frame 12
onClipEvent (load) {
n = -1;
}
onClipEvent (enterFrame) {
this._x = this._x + n;
count++;
if (count == 90) {
count = 0;
n = -n;
}
if (this.hitTest(_root.hero)) {
_root.playGame = false;
_root.hero.gotoAndStop(3);
}
}
Instance of Symbol 286 MovieClip in Frame 12
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.playGame = false;
_root.hero.gotoAndStop(3);
}
}
Instance of Symbol 286 MovieClip in Frame 12
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.playGame = false;
_root.hero.gotoAndStop(3);
}
}
Instance of Symbol 286 MovieClip in Frame 12
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.playGame = false;
_root.hero.gotoAndStop(3);
}
}
Instance of Symbol 286 MovieClip in Frame 12
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.playGame = false;
_root.hero.gotoAndStop(3);
}
}
Frame 13
if (level != 10) {
gotoAndPlay (1);
}
hero._x = 30;
hero._y = 330;
restart = function () {
hero._rotation = 0;
hero.gotoAndStop(1);
hero.heroClip.stop();
jumping = false;
playGame = true;
hero._x = 30;
hero._y = 330;
};
startteller = 0;
lives = 5;
score = 0;
playGame = true;
setTiles();
stop();
Instance of Symbol 65 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.playGame = false;
_root.hero.gotoAndStop(3);
}
}
Instance of Symbol 228 MovieClip in Frame 13
onClipEvent (load) {
n = -1;
}
onClipEvent (enterFrame) {
this._x = this._x + n;
count++;
if (count == 10) {
count = 0;
n = -n;
}
if (this.hitTest(_root.hero)) {
_root.playGame = false;
_root.hero.gotoAndStop(3);
}
}
Instance of Symbol 65 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.playGame = false;
_root.hero.gotoAndStop(3);
}
}
Instance of Symbol 261 MovieClip "c2" in Frame 13
onClipEvent (load) {
this.gotoAndPlay(1);
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.c2.gotoAndStop(18);
}
}
Instance of Symbol 265 MovieClip "l3" in Frame 13
onClipEvent (load) {
this.gotoAndPlay(1);
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.l3.gotoAndStop(14);
}
}
Instance of Symbol 229 MovieClip in Frame 13
onClipEvent (load) {
n = 1;
}
onClipEvent (enterFrame) {
this._x = this._x + n;
count++;
if (count == 45) {
count = 0;
n = -n;
}
if (this.hitTest(_root.hero)) {
_root.playGame = false;
_root.hero.gotoAndStop(3);
}
}
Instance of Symbol 269 MovieClip in Frame 13
onClipEvent (load) {
rePos = function () {
x = -60;
this._x = x;
x = 1;
};
repos();
}
onClipEvent (enterFrame) {
this._x = this._x - x;
x = x + 0.005;
if (this.hitTest(_root.hero)) {
_root.playGame = false;
_root.hero.gotoAndStop(3);
rePos();
}
if (this._x < -30) {
rePos();
}
}
Instance of Symbol 229 MovieClip in Frame 13
onClipEvent (load) {
n = -1;
}
onClipEvent (enterFrame) {
this._y = this._y + n;
count++;
if (count == 105) {
count = 0;
n = -n;
}
if (this.hitTest(_root.hero)) {
_root.playGame = false;
_root.hero.gotoAndStop(3);
}
}
Instance of Symbol 227 MovieClip in Frame 13
onClipEvent (load) {
n = 6;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero) and (_root.hero._y > 10)) {
_root.hero._y = _root.hero._y - n;
}
}
Instance of Symbol 65 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.playGame = false;
_root.hero.gotoAndStop(3);
}
}
Instance of Symbol 65 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.playGame = false;
_root.hero.gotoAndStop(3);
}
}
Instance of Symbol 65 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.playGame = false;
_root.hero.gotoAndStop(3);
}
}
Instance of Symbol 232 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.playGame = false;
_root.hero.gotoAndStop(3);
}
}
Instance of Symbol 232 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.playGame = false;
_root.hero.gotoAndStop(3);
}
}
Instance of Symbol 286 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.playGame = false;
_root.hero.gotoAndStop(3);
}
}
Instance of Symbol 229 MovieClip in Frame 13
onClipEvent (load) {
n = -1;
}
onClipEvent (enterFrame) {
this._y = this._y + n;
count++;
if (count == 105) {
count = 0;
n = -n;
}
if (this.hitTest(_root.hero)) {
_root.playGame = false;
_root.hero.gotoAndStop(3);
}
}
Instance of Symbol 229 MovieClip in Frame 13
onClipEvent (load) {
n = -1;
}
onClipEvent (enterFrame) {
this._y = this._y + n;
count++;
if (count == 105) {
count = 0;
n = -n;
}
if (this.hitTest(_root.hero)) {
_root.playGame = false;
_root.hero.gotoAndStop(3);
}
}
Frame 14
if (level != 11) {
gotoAndPlay (1);
}
hero._x = 570;
hero._y = 330;
restart = function () {
hero._rotation = 0;
hero.gotoAndStop(1);
hero.heroClip.stop();
jumping = false;
playGame = true;
hero._x = 570;
hero._y = 330;
};
startteller = 0;
lives = 5;
score = 0;
playGame = true;
setTiles();
stop();
Instance of Symbol 228 MovieClip in Frame 14
onClipEvent (load) {
n = -1;
}
onClipEvent (enterFrame) {
this._x = this._x + n;
count++;
if (count == 10) {
count = 0;
n = -n;
}
if (this.hitTest(_root.hero)) {
_root.playGame = false;
_root.hero.gotoAndStop(3);
}
}
Frame 15
if (level != 12) {
gotoAndPlay (1);
}
hero._x = 300;
hero._y = 330;
restart = function () {
hero._rotation = 0;
hero.gotoAndStop(1);
hero.heroClip.stop();
jumping = false;
playGame = true;
hero._x = 300;
hero._y = 330;
};
startteller = 0;
lives = 5;
score = 0;
playGame = true;
setTiles();
stop();
Instance of Symbol 232 MovieClip in Frame 15
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.playGame = false;
_root.hero.gotoAndStop(3);
}
}
Instance of Symbol 65 MovieClip in Frame 15
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.playGame = false;
_root.hero.gotoAndStop(3);
}
}
Instance of Symbol 65 MovieClip in Frame 15
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.playGame = false;
_root.hero.gotoAndStop(3);
}
}
Instance of Symbol 65 MovieClip in Frame 15
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.playGame = false;
_root.hero.gotoAndStop(3);
}
}
Instance of Symbol 65 MovieClip in Frame 15
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.playGame = false;
_root.hero.gotoAndStop(3);
}
}
Instance of Symbol 65 MovieClip in Frame 15
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.playGame = false;
_root.hero.gotoAndStop(3);
}
}
Instance of Symbol 65 MovieClip in Frame 15
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.playGame = false;
_root.hero.gotoAndStop(3);
}
}
Instance of Symbol 65 MovieClip in Frame 15
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.playGame = false;
_root.hero.gotoAndStop(3);
}
}
Instance of Symbol 65 MovieClip in Frame 15
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.playGame = false;
_root.hero.gotoAndStop(3);
}
}
Instance of Symbol 65 MovieClip in Frame 15
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.playGame = false;
_root.hero.gotoAndStop(3);
}
}
Instance of Symbol 65 MovieClip in Frame 15
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.playGame = false;
_root.hero.gotoAndStop(3);
}
}
Instance of Symbol 65 MovieClip in Frame 15
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.playGame = false;
_root.hero.gotoAndStop(3);
}
}
Instance of Symbol 65 MovieClip in Frame 15
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.playGame = false;
_root.hero.gotoAndStop(3);
}
}
Instance of Symbol 65 MovieClip in Frame 15
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.playGame = false;
_root.hero.gotoAndStop(3);
}
}
Instance of Symbol 65 MovieClip in Frame 15
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.playGame = false;
_root.hero.gotoAndStop(3);
}
}
Instance of Symbol 65 MovieClip in Frame 15
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.playGame = false;
_root.hero.gotoAndStop(3);
}
}
Instance of Symbol 65 MovieClip in Frame 15
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.playGame = false;
_root.hero.gotoAndStop(3);
}
}
Instance of Symbol 232 MovieClip in Frame 15
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.playGame = false;
_root.hero.gotoAndStop(3);
}
}
Instance of Symbol 232 MovieClip in Frame 15
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.playGame = false;
_root.hero.gotoAndStop(3);
}
}
Instance of Symbol 232 MovieClip in Frame 15
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.playGame = false;
_root.hero.gotoAndStop(3);
}
}
Instance of Symbol 232 MovieClip in Frame 15
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.playGame = false;
_root.hero.gotoAndStop(3);
}
}
Frame 16
if (level != 13) {
gotoAndPlay (1);
}
hero._x = 15;
hero._y = 330;
restart = function () {
hero._rotation = 0;
hero.gotoAndStop(1);
hero.heroClip.stop();
jumping = false;
playGame = true;
hero._x = 15;
hero._y = 330;
};
startteller = 0;
lives = 5;
score = 0;
playGame = true;
setTiles();
stop();
Instance of Symbol 228 MovieClip in Frame 16
onClipEvent (load) {
n = -1;
}
onClipEvent (enterFrame) {
this._x = this._x + n;
count++;
if (count == 195) {
count = 0;
n = -n;
}
if (this.hitTest(_root.hero)) {
_root.playGame = false;
_root.hero.gotoAndStop(3);
}
}
Instance of Symbol 286 MovieClip in Frame 16
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.playGame = false;
_root.hero.gotoAndStop(3);
}
}
Instance of Symbol 286 MovieClip in Frame 16
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.playGame = false;
_root.hero.gotoAndStop(3);
}
}
Instance of Symbol 286 MovieClip in Frame 16
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.playGame = false;
_root.hero.gotoAndStop(3);
}
}
Instance of Symbol 286 MovieClip in Frame 16
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.playGame = false;
_root.hero.gotoAndStop(3);
}
}
Instance of Symbol 228 MovieClip in Frame 16
onClipEvent (load) {
n = 1;
}
onClipEvent (enterFrame) {
this._x = this._x + n;
count++;
if (count == 195) {
count = 0;
n = -n;
}
if (this.hitTest(_root.hero)) {
_root.playGame = false;
_root.hero.gotoAndStop(3);
}
}
Frame 17
if (level != 14) {
gotoAndPlay (1);
}
hero._x = 570;
hero._y = 330;
restart = function () {
hero._rotation = 0;
hero.gotoAndStop(1);
hero.heroClip.stop();
jumping = false;
playGame = true;
hero._x = 570;
hero._y = 330;
};
startteller = 0;
lives = 5;
score = 0;
playGame = true;
setTiles();
stop();
Instance of Symbol 228 MovieClip in Frame 17
onClipEvent (load) {
n = -1;
}
onClipEvent (enterFrame) {
this._x = this._x + n;
count++;
if (count == 10) {
count = 0;
n = -n;
}
if (this.hitTest(_root.hero)) {
_root.playGame = false;
_root.hero.gotoAndStop(3);
}
}
Instance of Symbol 227 MovieClip in Frame 17
onClipEvent (load) {
n = 6;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero) and (_root.hero._y > 10)) {
_root.hero._y = _root.hero._y - n;
}
}
Instance of Symbol 232 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.playGame = false;
_root.hero.gotoAndStop(3);
}
}
Instance of Symbol 232 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.playGame = false;
_root.hero.gotoAndStop(3);
}
}
Instance of Symbol 232 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.playGame = false;
_root.hero.gotoAndStop(3);
}
}
Instance of Symbol 286 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.playGame = false;
_root.hero.gotoAndStop(3);
}
}
Instance of Symbol 232 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.playGame = false;
_root.hero.gotoAndStop(3);
}
}
Frame 18
if (level != 15) {
gotoAndPlay (1);
}
hero._x = 30;
hero._y = 330;
restart = function () {
hero._rotation = 0;
hero.gotoAndStop(1);
hero.heroClip.stop();
jumping = false;
playGame = true;
hero._x = 30;
hero._y = 330;
};
startteller = 0;
lives = 5;
score = 0;
playGame = true;
setTiles();
stop();
Instance of Symbol 228 MovieClip in Frame 18
onClipEvent (load) {
n = -1;
}
onClipEvent (enterFrame) {
this._x = this._x + n;
count++;
if (count == 105) {
count = 0;
n = -n;
}
if (this.hitTest(_root.hero)) {
_root.playGame = false;
_root.hero.gotoAndStop(3);
}
}
Instance of Symbol 229 MovieClip in Frame 18
onClipEvent (load) {
n = 1;
}
onClipEvent (enterFrame) {
this._x = this._x + n;
count++;
if (count == 150) {
count = 0;
n = -n;
}
if (this.hitTest(_root.hero)) {
_root.playGame = false;
_root.hero.gotoAndStop(3);
}
}
Instance of Symbol 300 MovieClip in Frame 18
onClipEvent (load) {
n = -1;
}
onClipEvent (enterFrame) {
this._x = this._x + n;
count++;
if (count == 330) {
count = 0;
n = -n;
}
if (this.hitTest(_root.hero)) {
_root.playGame = false;
_root.hero.gotoAndStop(3);
}
}
Instance of Symbol 228 MovieClip in Frame 18
onClipEvent (load) {
n = -1;
}
onClipEvent (enterFrame) {
this._x = this._x + n;
count++;
if (count == 150) {
count = 0;
n = -n;
}
if (this.hitTest(_root.hero)) {
_root.playGame = false;
_root.hero.gotoAndStop(3);
}
}
Instance of Symbol 229 MovieClip in Frame 18
onClipEvent (load) {
n = -1;
}
onClipEvent (enterFrame) {
this._x = this._x + n;
count++;
if (count == 330) {
count = 0;
n = -n;
}
if (this.hitTest(_root.hero)) {
_root.playGame = false;
_root.hero.gotoAndStop(3);
}
}
Instance of Symbol 229 MovieClip in Frame 18
onClipEvent (load) {
n = 1;
}
onClipEvent (enterFrame) {
this._x = this._x + n;
count++;
if (count == 45) {
count = 0;
n = -n;
}
if (this.hitTest(_root.hero)) {
_root.playGame = false;
_root.hero.gotoAndStop(3);
}
}
Instance of Symbol 229 MovieClip in Frame 18
onClipEvent (load) {
n = 1;
}
onClipEvent (enterFrame) {
this._x = this._x + n;
count++;
if (count == 45) {
count = 0;
n = -n;
}
if (this.hitTest(_root.hero)) {
_root.playGame = false;
_root.hero.gotoAndStop(3);
}
}
Instance of Symbol 229 MovieClip in Frame 18
onClipEvent (load) {
n = -1;
}
onClipEvent (enterFrame) {
this._x = this._x + n;
count++;
if (count == 150) {
count = 0;
n = -n;
}
if (this.hitTest(_root.hero)) {
_root.playGame = false;
_root.hero.gotoAndStop(3);
}
}
Frame 19
if (level != 16) {
gotoAndPlay (1);
}
hero._x = 570;
hero._y = 330;
restart = function () {
hero._rotation = 0;
hero.gotoAndStop(1);
hero.heroClip.stop();
jumping = false;
playGame = true;
hero._x = 570;
hero._y = 330;
};
startteller = 0;
lives = 5;
score = 0;
playGame = true;
setTiles();
stop();
Instance of Symbol 228 MovieClip in Frame 19
onClipEvent (load) {
n = -1;
}
onClipEvent (enterFrame) {
this._x = this._x + n;
count++;
if (count == 10) {
count = 0;
n = -n;
}
if (this.hitTest(_root.hero)) {
_root.playGame = false;
_root.hero.gotoAndStop(3);
}
}
Instance of Symbol 229 MovieClip in Frame 19
onClipEvent (load) {
n = 1;
}
onClipEvent (enterFrame) {
this._y = this._y + n;
count++;
if (count == 90) {
count = 0;
n = -n;
}
if (this.hitTest(_root.hero)) {
_root.playGame = false;
_root.hero.gotoAndStop(3);
}
}
Instance of Symbol 229 MovieClip in Frame 19
onClipEvent (load) {
n = 1;
}
onClipEvent (enterFrame) {
this._y = this._y + n;
count++;
if (count == 90) {
count = 0;
n = -n;
}
if (this.hitTest(_root.hero)) {
_root.playGame = false;
_root.hero.gotoAndStop(3);
}
}
Instance of Symbol 229 MovieClip in Frame 19
onClipEvent (load) {
n = 1;
}
onClipEvent (enterFrame) {
this._y = this._y + n;
count++;
if (count == 90) {
count = 0;
n = -n;
}
if (this.hitTest(_root.hero)) {
_root.playGame = false;
_root.hero.gotoAndStop(3);
}
}
Instance of Symbol 229 MovieClip in Frame 19
onClipEvent (load) {
n = 1;
}
onClipEvent (enterFrame) {
this._y = this._y + n;
count++;
if (count == 90) {
count = 0;
n = -n;
}
if (this.hitTest(_root.hero)) {
_root.playGame = false;
_root.hero.gotoAndStop(3);
}
}
Frame 20
if (level != 17) {
gotoAndPlay (1);
}
hero._x = 300;
hero._y = 330;
restart = function () {
hero._rotation = 0;
hero.gotoAndStop(1);
hero.heroClip.stop();
jumping = false;
playGame = true;
hero._x = 300;
hero._y = 330;
};
startteller = 0;
lives = 5;
score = 0;
playGame = true;
setTiles();
stop();
Instance of Symbol 225 MovieClip in Frame 20
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.gotoAndStop("einde");
}
}
Instance of Symbol 229 MovieClip in Frame 20
onClipEvent (load) {
n = 1;
}
onClipEvent (enterFrame) {
this._x = this._x + n;
count++;
if (count == 30) {
count = 0;
n = -n;
}
if (this.hitTest(_root.hero)) {
_root.playGame = false;
_root.hero.gotoAndStop(3);
}
}
Instance of Symbol 232 MovieClip in Frame 20
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.playGame = false;
_root.hero.gotoAndStop(3);
}
}
Instance of Symbol 286 MovieClip in Frame 20
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.playGame = false;
_root.hero.gotoAndStop(3);
}
}
Instance of Symbol 229 MovieClip in Frame 20
onClipEvent (load) {
n = -1;
}
onClipEvent (enterFrame) {
this._x = this._x + n;
count++;
if (count == 30) {
count = 0;
n = -n;
}
if (this.hitTest(_root.hero)) {
_root.playGame = false;
_root.hero.gotoAndStop(3);
}
}
Instance of Symbol 229 MovieClip in Frame 20
onClipEvent (load) {
n = -1;
}
onClipEvent (enterFrame) {
this._x = this._x + n;
count++;
if (count == 30) {
count = 0;
n = -n;
}
if (this.hitTest(_root.hero)) {
_root.playGame = false;
_root.hero.gotoAndStop(3);
}
}
Instance of Symbol 229 MovieClip in Frame 20
onClipEvent (load) {
n = 1;
}
onClipEvent (enterFrame) {
this._x = this._x + n;
count++;
if (count == 30) {
count = 0;
n = -n;
}
if (this.hitTest(_root.hero)) {
_root.playGame = false;
_root.hero.gotoAndStop(3);
}
}
Instance of Symbol 229 MovieClip in Frame 20
onClipEvent (load) {
n = 1;
}
onClipEvent (enterFrame) {
this._y = this._y + n;
count++;
if (count == 45) {
count = 0;
n = -n;
}
if (this.hitTest(_root.hero)) {
_root.playGame = false;
_root.hero.gotoAndStop(3);
}
}
Frame 21
if (level != 18) {
gotoAndPlay (1);
}
hero._x = 30;
hero._y = 330;
restart = function () {
hero._rotation = 0;
hero.gotoAndStop(1);
hero.heroClip.stop();
jumping = false;
playGame = true;
hero._x = 30;
hero._y = 330;
};
startteller = 0;
lives = 5;
score = 0;
playGame = true;
setTiles();
stop();
Instance of Symbol 228 MovieClip in Frame 21
onClipEvent (load) {
n = -1;
}
onClipEvent (enterFrame) {
this._x = this._x + n;
count++;
if (count == 10) {
count = 0;
n = -n;
}
if (this.hitTest(_root.hero)) {
_root.playGame = false;
_root.hero.gotoAndStop(3);
}
}
Instance of Symbol 65 MovieClip in Frame 21
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.playGame = false;
_root.hero.gotoAndStop(3);
}
}
Instance of Symbol 261 MovieClip "c2" in Frame 21
onClipEvent (load) {
this.gotoAndPlay(1);
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.c2.gotoAndStop(18);
}
}
Instance of Symbol 265 MovieClip "l3" in Frame 21
onClipEvent (load) {
this.gotoAndPlay(1);
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.l3.gotoAndStop(14);
}
}
Instance of Symbol 229 MovieClip in Frame 21
onClipEvent (load) {
n = 1;
}
onClipEvent (enterFrame) {
this._x = this._x + n;
count++;
if (count == 45) {
count = 0;
n = -n;
}
if (this.hitTest(_root.hero)) {
_root.playGame = false;
_root.hero.gotoAndStop(3);
}
}
Instance of Symbol 269 MovieClip in Frame 21
onClipEvent (load) {
n = -3;
}
onClipEvent (enterFrame) {
this._x = this._x + n;
count++;
if (count == 186) {
count = 0;
n = -n;
}
if (this.hitTest(_root.hero)) {
_root.playGame = false;
_root.hero.gotoAndStop(3);
}
}
Instance of Symbol 227 MovieClip in Frame 21
onClipEvent (load) {
n = 6;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero) and (_root.hero._y > 10)) {
_root.hero._y = _root.hero._y - n;
}
}
Instance of Symbol 65 MovieClip in Frame 21
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.playGame = false;
_root.hero.gotoAndStop(3);
}
}
Instance of Symbol 65 MovieClip in Frame 21
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.playGame = false;
_root.hero.gotoAndStop(3);
}
}
Instance of Symbol 65 MovieClip in Frame 21
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.playGame = false;
_root.hero.gotoAndStop(3);
}
}
Instance of Symbol 65 MovieClip in Frame 21
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.playGame = false;
_root.hero.gotoAndStop(3);
}
}
Instance of Symbol 65 MovieClip in Frame 21
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.playGame = false;
_root.hero.gotoAndStop(3);
}
}
Instance of Symbol 65 MovieClip in Frame 21
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.playGame = false;
_root.hero.gotoAndStop(3);
}
}
Instance of Symbol 65 MovieClip in Frame 21
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.playGame = false;
_root.hero.gotoAndStop(3);
}
}
Instance of Symbol 65 MovieClip in Frame 21
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.playGame = false;
_root.hero.gotoAndStop(3);
}
}
Instance of Symbol 65 MovieClip in Frame 21
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.playGame = false;
_root.hero.gotoAndStop(3);
}
}
Instance of Symbol 65 MovieClip in Frame 21
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.playGame = false;
_root.hero.gotoAndStop(3);
}
}
Instance of Symbol 65 MovieClip in Frame 21
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.playGame = false;
_root.hero.gotoAndStop(3);
}
}
Instance of Symbol 65 MovieClip in Frame 21
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.playGame = false;
_root.hero.gotoAndStop(3);
}
}
Instance of Symbol 65 MovieClip in Frame 21
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.playGame = false;
_root.hero.gotoAndStop(3);
}
}
Instance of Symbol 65 MovieClip in Frame 21
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.playGame = false;
_root.hero.gotoAndStop(3);
}
}
Instance of Symbol 65 MovieClip in Frame 21
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.playGame = false;
_root.hero.gotoAndStop(3);
}
}
Instance of Symbol 65 MovieClip in Frame 21
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.playGame = false;
_root.hero.gotoAndStop(3);
}
}
Instance of Symbol 65 MovieClip in Frame 21
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.playGame = false;
_root.hero.gotoAndStop(3);
}
}
Instance of Symbol 65 MovieClip in Frame 21
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.playGame = false;
_root.hero.gotoAndStop(3);
}
}
Instance of Symbol 65 MovieClip in Frame 21
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.playGame = false;
_root.hero.gotoAndStop(3);
}
}
Instance of Symbol 65 MovieClip in Frame 21
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.playGame = false;
_root.hero.gotoAndStop(3);
}
}
Instance of Symbol 65 MovieClip in Frame 21
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.playGame = false;
_root.hero.gotoAndStop(3);
}
}
Instance of Symbol 65 MovieClip in Frame 21
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.playGame = false;
_root.hero.gotoAndStop(3);
}
}
Instance of Symbol 65 MovieClip in Frame 21
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.playGame = false;
_root.hero.gotoAndStop(3);
}
}
Instance of Symbol 65 MovieClip in Frame 21
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.playGame = false;
_root.hero.gotoAndStop(3);
}
}
Instance of Symbol 65 MovieClip in Frame 21
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.playGame = false;
_root.hero.gotoAndStop(3);
}
}
Instance of Symbol 65 MovieClip in Frame 21
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.playGame = false;
_root.hero.gotoAndStop(3);
}
}
Instance of Symbol 65 MovieClip in Frame 21
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.playGame = false;
_root.hero.gotoAndStop(3);
}
}
Instance of Symbol 65 MovieClip in Frame 21
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.playGame = false;
_root.hero.gotoAndStop(3);
}
}
Instance of Symbol 65 MovieClip in Frame 21
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.playGame = false;
_root.hero.gotoAndStop(3);
}
}
Instance of Symbol 65 MovieClip in Frame 21
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.playGame = false;
_root.hero.gotoAndStop(3);
}
}
Instance of Symbol 65 MovieClip in Frame 21
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.playGame = false;
_root.hero.gotoAndStop(3);
}
}
Instance of Symbol 65 MovieClip in Frame 21
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.playGame = false;
_root.hero.gotoAndStop(3);
}
}
Instance of Symbol 65 MovieClip in Frame 21
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.playGame = false;
_root.hero.gotoAndStop(3);
}
}
Instance of Symbol 65 MovieClip in Frame 21
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.playGame = false;
_root.hero.gotoAndStop(3);
}
}
Instance of Symbol 65 MovieClip in Frame 21
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.playGame = false;
_root.hero.gotoAndStop(3);
}
}
Instance of Symbol 225 MovieClip in Frame 21
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
this.gotoAndPlay(50);
_root.level++;
_root.score = _root.score + 100;
_root.restart();
_root.gotoAndStop("map");
}
}
Frame 22
if (level != 19) {
gotoAndPlay (1);
}
hero._x = 30;
hero._y = 570;
restart = function () {
hero._rotation = 0;
hero.gotoAndStop(1);
hero.heroClip.stop();
jumping = false;
playGame = true;
hero._x = 570;
hero._y = 330;
};
startteller = 0;
lives = 5;
score = 0;
playGame = true;
setTiles();
stop();
Instance of Symbol 232 MovieClip in Frame 22
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.playGame = false;
_root.hero.gotoAndStop(3);
}
}
Instance of Symbol 236 MovieClip in Frame 22
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.playGame = false;
_root.hero.gotoAndStop(3);
}
}
Instance of Symbol 269 MovieClip in Frame 22
onClipEvent (load) {
rePos = function () {
x = -60;
this._x = x;
x = 1;
};
repos();
}
onClipEvent (enterFrame) {
this._x = this._x - x;
x = x + 0.005;
if (this.hitTest(_root.hero)) {
_root.playGame = false;
_root.hero.gotoAndStop(3);
rePos();
}
if (this._x < -30) {
rePos();
}
}
Instance of Symbol 271 MovieClip in Frame 22
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.playGame = false;
_root.hero.gotoAndStop(3);
}
}
Instance of Symbol 271 MovieClip in Frame 22
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.playGame = false;
_root.hero.gotoAndStop(3);
}
}
Instance of Symbol 271 MovieClip in Frame 22
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.playGame = false;
_root.hero.gotoAndStop(3);
}
}
Instance of Symbol 271 MovieClip in Frame 22
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.playGame = false;
_root.hero.gotoAndStop(3);
}
}
Instance of Symbol 271 MovieClip in Frame 22
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.playGame = false;
_root.hero.gotoAndStop(3);
}
}
Instance of Symbol 236 MovieClip in Frame 22
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.playGame = false;
_root.hero.gotoAndStop(3);
}
}
Instance of Symbol 236 MovieClip in Frame 22
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.playGame = false;
_root.hero.gotoAndStop(3);
}
}
Instance of Symbol 236 MovieClip in Frame 22
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.playGame = false;
_root.hero.gotoAndStop(3);
}
}
Instance of Symbol 236 MovieClip in Frame 22
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.playGame = false;
_root.hero.gotoAndStop(3);
}
}
Instance of Symbol 236 MovieClip in Frame 22
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.playGame = false;
_root.hero.gotoAndStop(3);
}
}
Instance of Symbol 236 MovieClip in Frame 22
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.playGame = false;
_root.hero.gotoAndStop(3);
}
}
Instance of Symbol 271 MovieClip in Frame 22
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.playGame = false;
_root.hero.gotoAndStop(3);
}
}
Instance of Symbol 271 MovieClip in Frame 22
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.playGame = false;
_root.hero.gotoAndStop(3);
}
}
Instance of Symbol 271 MovieClip in Frame 22
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.playGame = false;
_root.hero.gotoAndStop(3);
}
}
Instance of Symbol 271 MovieClip in Frame 22
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.playGame = false;
_root.hero.gotoAndStop(3);
}
}
Instance of Symbol 271 MovieClip in Frame 22
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.playGame = false;
_root.hero.gotoAndStop(3);
}
}
Instance of Symbol 271 MovieClip in Frame 22
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.playGame = false;
_root.hero.gotoAndStop(3);
}
}
Instance of Symbol 232 MovieClip in Frame 22
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.playGame = false;
_root.hero.gotoAndStop(3);
}
}
Instance of Symbol 232 MovieClip in Frame 22
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.playGame = false;
_root.hero.gotoAndStop(3);
}
}
Instance of Symbol 232 MovieClip in Frame 22
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.playGame = false;
_root.hero.gotoAndStop(3);
}
}
Instance of Symbol 65 MovieClip in Frame 22
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.playGame = false;
_root.hero.gotoAndStop(3);
}
}
Instance of Symbol 65 MovieClip in Frame 22
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.playGame = false;
_root.hero.gotoAndStop(3);
}
}
Instance of Symbol 65 MovieClip in Frame 22
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.playGame = false;
_root.hero.gotoAndStop(3);
}
}
Instance of Symbol 65 MovieClip in Frame 22
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.playGame = false;
_root.hero.gotoAndStop(3);
}
}
Instance of Symbol 65 MovieClip in Frame 22
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.playGame = false;
_root.hero.gotoAndStop(3);
}
}
Instance of Symbol 65 MovieClip in Frame 22
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.playGame = false;
_root.hero.gotoAndStop(3);
}
}
Instance of Symbol 65 MovieClip in Frame 22
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.playGame = false;
_root.hero.gotoAndStop(3);
}
}
Instance of Symbol 65 MovieClip in Frame 22
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.playGame = false;
_root.hero.gotoAndStop(3);
}
}
Instance of Symbol 65 MovieClip in Frame 22
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.playGame = false;
_root.hero.gotoAndStop(3);
}
}
Instance of Symbol 65 MovieClip in Frame 22
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.playGame = false;
_root.hero.gotoAndStop(3);
}
}
Frame 23
if (level != 20) {
gotoAndPlay (1);
}
hero._x = 15;
hero._y = 330;
restart = function () {
hero._rotation = 0;
hero.gotoAndStop(1);
hero.heroClip.stop();
jumping = false;
playGame = true;
hero._x = 15;
hero._y = 330;
};
startteller = 0;
lives = 5;
score = 0;
playGame = true;
setTiles();
stop();
Instance of Symbol 225 MovieClip in Frame 23
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.gotoAndStop("einde");
}
}
Instance of Symbol 269 MovieClip in Frame 23
onClipEvent (load) {
n = -1;
}
onClipEvent (enterFrame) {
this._x = this._x + n;
count++;
if (count == 570) {
count = 0;
n = -n;
}
if (this.hitTest(_root.hero)) {
_root.playGame = false;
_root.hero.gotoAndStop(3);
}
}
Instance of Symbol 269 MovieClip in Frame 23
onClipEvent (load) {
n = 1;
}
onClipEvent (enterFrame) {
this._x = this._x + n;
count++;
if (count == 570) {
count = 0;
n = -n;
}
if (this.hitTest(_root.hero)) {
_root.playGame = false;
_root.hero.gotoAndStop(3);
}
}
Instance of Symbol 269 MovieClip in Frame 23
onClipEvent (load) {
n = 1;
}
onClipEvent (enterFrame) {
this._y = this._y + n;
count++;
if (count == 340) {
count = 0;
n = -n;
}
if (this.hitTest(_root.hero)) {
_root.playGame = false;
_root.hero.gotoAndStop(3);
}
}
Instance of Symbol 269 MovieClip in Frame 23
onClipEvent (load) {
n = -1;
}
onClipEvent (enterFrame) {
this._y = this._y + n;
count++;
if (count == 340) {
count = 0;
n = -n;
}
if (this.hitTest(_root.hero)) {
_root.playGame = false;
_root.hero.gotoAndStop(3);
}
}
Frame 35
hero._x = 300;
hero._y = 150;
restart = function () {
hero._rotation = 0;
hero.gotoAndStop(1);
hero.heroClip.stop();
jumping = false;
playGame = true;
hero._x = 300;
hero._y = 150;
};
startteller = 0;
lives = 5;
level = 0;
score = 0;
playGame = true;
setTiles();
stop();
Instance of Symbol 227 MovieClip in Frame 35
onClipEvent (load) {
n = 6;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero) and (_root.hero._y > 10)) {
_root.hero._y = _root.hero._y - n;
}
}
Instance of Symbol 227 MovieClip in Frame 35
onClipEvent (load) {
n = 6;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero) and (_root.hero._y > 10)) {
_root.hero._y = _root.hero._y - n;
}
}
Instance of Symbol 227 MovieClip in Frame 35
onClipEvent (load) {
n = 6;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero) and (_root.hero._y > 10)) {
_root.hero._y = _root.hero._y - n;
}
}
Instance of Symbol 227 MovieClip in Frame 35
onClipEvent (load) {
n = 6;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero) and (_root.hero._y > 10)) {
_root.hero._y = _root.hero._y - n;
}
}
Instance of Symbol 227 MovieClip in Frame 35
onClipEvent (load) {
n = 6;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero) and (_root.hero._y > 10)) {
_root.hero._y = _root.hero._y - n;
}
}
Instance of Symbol 227 MovieClip in Frame 35
onClipEvent (load) {
n = 6;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero) and (_root.hero._y > 10)) {
_root.hero._y = _root.hero._y - n;
}
}
Instance of Symbol 227 MovieClip in Frame 35
onClipEvent (load) {
n = 6;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero) and (_root.hero._y > 10)) {
_root.hero._y = _root.hero._y - n;
}
}
Instance of Symbol 227 MovieClip in Frame 35
onClipEvent (load) {
n = 6;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero) and (_root.hero._y > 10)) {
_root.hero._y = _root.hero._y - n;
}
}
Instance of Symbol 227 MovieClip in Frame 35
onClipEvent (load) {
n = 6;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero) and (_root.hero._y > 10)) {
_root.hero._y = _root.hero._y - n;
}
}
Instance of Symbol 227 MovieClip in Frame 35
onClipEvent (load) {
n = 6;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero) and (_root.hero._y > 10)) {
_root.hero._y = _root.hero._y - n;
}
}
Instance of Symbol 227 MovieClip in Frame 35
onClipEvent (load) {
n = 6;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero) and (_root.hero._y > 10)) {
_root.hero._y = _root.hero._y - n;
}
}
Instance of Symbol 227 MovieClip in Frame 35
onClipEvent (load) {
n = 6;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero) and (_root.hero._y > 10)) {
_root.hero._y = _root.hero._y - n;
}
}
Instance of Symbol 227 MovieClip in Frame 35
onClipEvent (load) {
n = 6;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero) and (_root.hero._y > 10)) {
_root.hero._y = _root.hero._y - n;
}
}
Instance of Symbol 227 MovieClip in Frame 35
onClipEvent (load) {
n = 6;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero) and (_root.hero._y > 10)) {
_root.hero._y = _root.hero._y - n;
}
}
Instance of Symbol 227 MovieClip in Frame 35
onClipEvent (load) {
n = 6;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero) and (_root.hero._y > 10)) {
_root.hero._y = _root.hero._y - n;
}
}
Instance of Symbol 227 MovieClip in Frame 35
onClipEvent (load) {
n = 6;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero) and (_root.hero._y > 10)) {
_root.hero._y = _root.hero._y - n;
}
}
Instance of Symbol 227 MovieClip in Frame 35
onClipEvent (load) {
n = 6;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero) and (_root.hero._y > 10)) {
_root.hero._y = _root.hero._y - n;
}
}
Instance of Symbol 320 MovieClip in Frame 35
onClipEvent (enterFrame) {
if (_root.taal eq "NL") {
tellTarget (this) {
gotoAndStop ("NL");
};
} else if (_root.taal eq "GB") {
tellTarget (this) {
gotoAndStop ("GB");
};
}
}
Symbol 34 MovieClip Frame 65
stop();
Symbol 44 Button
on (release) {
nextFrame();
}
Symbol 49 Button
on (release) {
tellTarget (_root.nieuwelevels) {
gotoAndStop (2);
};
}
Symbol 69 MovieClip Frame 1
stop();
Symbol 69 MovieClip Frame 2
stop();
Symbol 80 MovieClip Frame 1
stop();
Symbol 80 MovieClip Frame 2
stop();
Symbol 83 MovieClip Frame 1
stop();
Symbol 83 MovieClip Frame 2
stop();
Symbol 85 Button
on (release) {
if (levelsemail eq "") {
} else {
loadVariablesNum ("http://www.leukz.nl/spelletje_hopper_news.php", 0, "POST");
play();
}
}
Symbol 89 Button
on (release) {
gotoAndStop (1);
}
Symbol 95 MovieClip Frame 1
stop();
Symbol 95 MovieClip Frame 2
stop();
Symbol 98 MovieClip Frame 1
stop();
Symbol 98 MovieClip Frame 2
stop();
Symbol 101 MovieClip Frame 1
stop();
Symbol 101 MovieClip Frame 2
stop();
Symbol 102 MovieClip Frame 1
stop();
Instance of Symbol 95 MovieClip in Symbol 102 MovieClip Frame 2
onClipEvent (enterFrame) {
if (_root.taal eq "NL") {
tellTarget (this) {
gotoAndStop ("NL");
};
} else if (_root.taal eq "GB") {
tellTarget (this) {
gotoAndStop ("GB");
};
}
}
Instance of Symbol 98 MovieClip in Symbol 102 MovieClip Frame 2
onClipEvent (enterFrame) {
if (_root.taal eq "NL") {
tellTarget (this) {
gotoAndStop ("NL");
};
} else if (_root.taal eq "GB") {
tellTarget (this) {
gotoAndStop ("GB");
};
}
}
Instance of Symbol 101 MovieClip in Symbol 102 MovieClip Frame 3
onClipEvent (enterFrame) {
if (_root.taal eq "NL") {
tellTarget (this) {
gotoAndStop ("NL");
};
} else if (_root.taal eq "GB") {
tellTarget (this) {
gotoAndStop ("GB");
};
}
}
Symbol 105 MovieClip Frame 1
stop();
Symbol 105 MovieClip Frame 2
stop();
Symbol 109 Button
on (press) {
getURL ("http://www.4funnies.com", "_new");
}
Symbol 112 Button
on (release) {
gotoAndStop (2);
}
Symbol 122 Button
on (press) {
getURL ("http://www.4funnies.com/free_game_breakout.php", "_new");
}
Symbol 126 Button
on (press) {
getURL ("http://www.4funnies.com/free_game_magic_blocks.php", "_new");
}
Symbol 130 Button
on (press) {
getURL ("http://www.4funnies.com/free_game_illusion_labyrinth3.php", "_new");
}
Symbol 134 Button
on (press) {
getURL ("http://www.4funnies.com/free_game_tetris.php", "_new");
}
Symbol 138 Button
on (press) {
getURL ("http://www.4funnies.com/free_game_mega_memory.php", "_new");
}
Symbol 142 Button
on (press) {
getURL ("http://www.4funnies.com/free_game_snake.php", "_new");
}
Symbol 146 Button
on (press) {
getURL ("http://www.4funnies.com/free_game_ping_pong.php", "_new");
}
Symbol 150 Button
on (press) {
getURL ("http://www.4funnies.com/free_game_illusion_labyrinth2.php", "_new");
}
Symbol 154 Button
on (press) {
getURL ("http://www.4funnies.com/free_game_illusion_labyrinth.php", "_new");
}
Symbol 158 Button
on (press) {
getURL ("http://www.4funnies.com/free_game_breakdown.php", "_new");
}
Symbol 162 Button
on (press) {
getURL ("http://www.4funnies.com/free_game_puzzle.php", "_new");
}
Symbol 166 Button
on (press) {
getURL ("http://www.4funnies.com/free_game_lettermix.php", "_new");
}
Symbol 170 Button
on (press) {
getURL ("http://www.4funnies.com/free_game_memory.php", "_new");
}
Symbol 174 Button
on (press) {
getURL ("http://www.4funnies.com/free_game_ball_ball.php", "_new");
}
Symbol 178 Button
on (press) {
getURL ("http://www.4funnies.com/free_game_guess_the_word.php", "_new");
}
Symbol 180 Button
on (release) {
gotoAndStop (1);
}
Symbol 181 MovieClip Frame 1
stop();
Symbol 207 MovieClip Frame 1
if (_root.level == 1) {
gotoAndStop (1);
} else if (_root.level == 2) {
gotoAndStop (2);
} else if (_root.level == 3) {
gotoAndStop (3);
} else if (_root.level == 4) {
gotoAndStop (4);
} else if (_root.level == 5) {
gotoAndStop (5);
} else if (_root.level == 6) {
gotoAndStop (6);
} else if (_root.level == 7) {
gotoAndStop (7);
} else if (_root.level == 8) {
gotoAndStop (8);
} else if (_root.level == 9) {
gotoAndStop (9);
} else if (_root.level == 10) {
gotoAndStop (10);
} else if (_root.level == 11) {
gotoAndStop (11);
} else if (_root.level == 12) {
gotoAndStop (12);
} else if (_root.level == 13) {
gotoAndStop (13);
} else if (_root.level == 14) {
gotoAndStop (14);
} else if (_root.level == 15) {
gotoAndStop (15);
} else if (_root.level == 16) {
gotoAndStop (16);
} else if (_root.level == 17) {
gotoAndStop (17);
} else if (_root.level == 18) {
gotoAndStop (18);
} else if (_root.level == 19) {
gotoAndStop (19);
} else if (_root.level == 20) {
gotoAndStop (20);
}
Symbol 211 MovieClip Frame 1
stop();
Symbol 211 MovieClip Frame 2
stop();
Instance of Symbol 211 MovieClip in Symbol 212 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.taal eq "NL") {
tellTarget (this) {
gotoAndStop ("NL");
};
} else if (_root.taal eq "GB") {
tellTarget (this) {
gotoAndStop ("GB");
};
}
}
Instance of Symbol 222 MovieClip in Symbol 223 MovieClip Frame 1
onClipEvent (load) {
n = -1;
}
onClipEvent (enterFrame) {
this._x = this._x + n;
count++;
if (count == 45) {
count = 0;
n = -n;
}
}
Symbol 225 MovieClip Frame 145
gotoAndPlay (115);
Symbol 259 MovieClip Frame 50
stop();
Symbol 261 MovieClip Frame 17
gotoAndPlay (1);
Symbol 261 MovieClip Frame 18
_root.score = _root.score + 1000;
Symbol 264 MovieClip Frame 51
stop();
Symbol 265 MovieClip Frame 13
gotoAndPlay (1);
Symbol 265 MovieClip Frame 14
_root.lives++;
Symbol 272 MovieClip Frame 3
if ((_parent.jumping != true) and (!_root.falling)) {
_root.tik.gotoAndPlay(2);
_root.score++;
}
Symbol 272 MovieClip Frame 10
if ((_parent.jumping != true) and (!_root.falling)) {
_root.tik.gotoAndPlay(2);
_root.score++;
}
Symbol 272 MovieClip Frame 16
gotoAndPlay (1);
Symbol 275 MovieClip Frame 34
_root.lives--;
if (_root.lives < 1) {
_root.playGame = false;
_root.gotoAndStop("gameover");
} else {
_root.restart();
}
Symbol 278 MovieClip Frame 1
stop();
Symbol 280 MovieClip Frame 1
stop();
Symbol 281 MovieClip Frame 1
stop();
Symbol 283 MovieClip Frame 35
stop();
Instance of Symbol 222 MovieClip in Symbol 284 MovieClip Frame 1
onClipEvent (load) {
n = -1;
}
onClipEvent (enterFrame) {
this._x = this._x + n;
count++;
if (count == 45) {
count = 0;
n = -n;
}
}
Instance of Symbol 222 MovieClip in Symbol 285 MovieClip Frame 1
onClipEvent (load) {
n = -1;
}
onClipEvent (enterFrame) {
this._x = this._x + n;
count++;
if (count == 45) {
count = 0;
n = -n;
}
}
Instance of Symbol 222 MovieClip in Symbol 287 MovieClip Frame 1
onClipEvent (load) {
n = -1;
}
onClipEvent (enterFrame) {
this._x = this._x + n;
count++;
if (count == 45) {
count = 0;
n = -n;
}
}
Instance of Symbol 222 MovieClip in Symbol 288 MovieClip Frame 1
onClipEvent (load) {
n = -1;
}
onClipEvent (enterFrame) {
this._x = this._x + n;
count++;
if (count == 45) {
count = 0;
n = -n;
}
}
Instance of Symbol 222 MovieClip in Symbol 288 MovieClip Frame 1
onClipEvent (load) {
n = -1;
}
onClipEvent (enterFrame) {
this._x = this._x + n;
count++;
if (count == 45) {
count = 0;
n = -n;
}
}
Instance of Symbol 222 MovieClip in Symbol 288 MovieClip Frame 1
onClipEvent (load) {
n = -1;
}
onClipEvent (enterFrame) {
this._x = this._x + n;
count++;
if (count == 75) {
count = 0;
n = -n;
}
}
Instance of Symbol 222 MovieClip in Symbol 289 MovieClip Frame 1
onClipEvent (load) {
n = -1;
}
onClipEvent (enterFrame) {
this._x = this._x + n;
count++;
if (count == 120) {
count = 0;
n = -n;
}
}
Instance of Symbol 222 MovieClip in Symbol 289 MovieClip Frame 1
onClipEvent (load) {
n = 1;
}
onClipEvent (enterFrame) {
this._x = this._x + n;
count++;
if (count == 120) {
count = 0;
n = -n;
}
}
Instance of Symbol 222 MovieClip in Symbol 290 MovieClip Frame 1
onClipEvent (load) {
n = -1;
}
onClipEvent (enterFrame) {
this._x = this._x + n;
count++;
if (count == 90) {
count = 0;
n = -n;
}
}
Instance of Symbol 222 MovieClip in Symbol 291 MovieClip Frame 1
onClipEvent (load) {
n = -1;
}
onClipEvent (enterFrame) {
this._x = this._x + n;
count++;
if (count == 90) {
count = 0;
n = -n;
}
}
Instance of Symbol 222 MovieClip in Symbol 292 MovieClip Frame 1
onClipEvent (load) {
n = -1;
}
onClipEvent (enterFrame) {
this._x = this._x + n;
count++;
if (count == 75) {
count = 0;
n = -n;
}
}
Instance of Symbol 222 MovieClip in Symbol 295 MovieClip Frame 1
onClipEvent (load) {
n = -1;
}
onClipEvent (enterFrame) {
this._x = this._x + n;
count++;
if (count == 120) {
count = 0;
n = -n;
}
}
Instance of Symbol 222 MovieClip in Symbol 296 MovieClip Frame 1
onClipEvent (load) {
n = -1;
}
onClipEvent (enterFrame) {
this._x = this._x + n;
count++;
if (count == 225) {
count = 0;
n = -n;
}
}
Instance of Symbol 222 MovieClip in Symbol 296 MovieClip Frame 1
onClipEvent (load) {
n = -1;
}
onClipEvent (enterFrame) {
this._x = this._x + n;
count++;
if (count == 225) {
count = 0;
n = -n;
}
}
Instance of Symbol 222 MovieClip in Symbol 296 MovieClip Frame 1
onClipEvent (load) {
n = -1;
}
onClipEvent (enterFrame) {
this._x = this._x + n;
count++;
if (count == 495) {
count = 0;
n = -n;
}
}
Instance of Symbol 222 MovieClip in Symbol 304 MovieClip Frame 1
onClipEvent (load) {
n = -1;
}
onClipEvent (enterFrame) {
this._x = this._x + n;
count++;
if (count == 435) {
count = 0;
n = -n;
}
}
Instance of Symbol 222 MovieClip in Symbol 304 MovieClip Frame 1
onClipEvent (load) {
n = 1;
}
onClipEvent (enterFrame) {
this._x = this._x + n;
count++;
if (count == 420) {
count = 0;
n = -n;
}
}
Instance of Symbol 222 MovieClip in Symbol 306 MovieClip Frame 1
onClipEvent (load) {
n = -1;
}
onClipEvent (enterFrame) {
this._x = this._x + n;
count++;
if (count == 405) {
count = 0;
n = -n;
}
}
Symbol 311 Button
on (press) {
getURL ("http://www.leukz.nl", "_new");
}
Symbol 320 MovieClip Frame 1
stop();
Symbol 320 MovieClip Frame 2
stop();
Symbol 324 Button
on (release) {
gotoAndPlay (1);
}