Frame 197
_root.life = 5;
_root.level = 1;
stop();
Frame 217
_root.level = 1;
if (true eq _root.nextlevel1) {
nextFrame();
}
stop();
Instance of Symbol 57 MovieClip in Frame 217
onClipEvent (enterFrame) {
this._x = this._x - 2;
}
onClipEvent (load) {
this._x = random(900);
}
Instance of Symbol 62 MovieClip "zg1" in Frame 217
onClipEvent (load) {
_root.minzaag = 5;
}
onClipEvent (enterFrame) {
this._x = this._x - _root.minzaag;
if (this._x <= -20) {
_root.minzaag = -5;
}
if (this._x >= 420) {
_root.minzaag = 5;
}
}
Instance of Symbol 64 MovieClip in Frame 217
onClipEvent (enterFrame) {
this._x = _root.zg1._x;
}
onClipEvent (enterFrame) {
if (true eq _root.jumping) {
if (hitTest(_root.player1)) {
tellTarget (_root.player1) {
gotoAndPlay (45);
};
}
}
}
Instance of Symbol 97 MovieClip "player1" in Frame 217
onClipEvent (enterFrame) {
if (false eq _root.af11) {
if (false eq _root.jumping) {
if (Key.isDown(32)) {
tellTarget (this) {
play();
};
}
}
}
}
onClipEvent (load) {
this._x = 430;
}
onClipEvent (enterFrame) {
if (true eq _root.jumping) {
if (Key.isDown(37)) {
tellTarget (this) {
this._x = this._x - 6;
};
}
}
}
onClipEvent (enterFrame) {
if (true eq _root.jumping) {
if (Key.isDown(39)) {
tellTarget (this) {
this._x = this._x + 6;
};
}
}
}
Instance of Symbol 99 MovieClip in Frame 217
onClipEvent (enterFrame) {
this._x = _root.car._x;
}
onClipEvent (enterFrame) {
if (true eq _root.vangkan) {
if (hitTest(_root.player1)) {
tellTarget (_root.car) {
nextFrame();
};
}
}
}
Instance of Symbol 104 MovieClip "car" in Frame 217
onClipEvent (load) {
_root.snelheid1 = 4;
this._x = random(400);
}
onClipEvent (enterFrame) {
this._x = this._x - _root.snelheid1;
if (this._x <= -20) {
tellTarget (this) {
_root.snelheid1 = -4;
};
}
}
onClipEvent (enterFrame) {
this._x = this._x - _root.snelheid1;
if (this._x >= 520) {
tellTarget (this) {
_root.snelheid1 = 4;
};
}
}
onClipEvent (enterFrame) {
if (true eq _root.gh1) {
tellTarget (_root.player1) {
gotoAndStop (99);
};
}
}
Instance of Symbol 124 MovieClip in Frame 217
onClipEvent (load) {
this._visible = 0;
_root.af11 = false;
}
onClipEvent (enterFrame) {
if (-1 eq _root.life) {
this._visible = 100;
}
}
onClipEvent (enterFrame) {
if (_root.life <= -1) {
_root.af11 = true;
}
}
Instance of Symbol 126 MovieClip in Frame 217
onClipEvent (load) {
this._visible = 0;
}
onClipEvent (enterFrame) {
if (true eq _root.nextlevel1) {
this._visible = 100;
}
}
Frame 218
_root.level = 2;
if (true eq _root.nextlevel1) {
nextFrame();
}
stop();
Instance of Symbol 57 MovieClip in Frame 218
onClipEvent (enterFrame) {
this._x = this._x - 2;
}
Instance of Symbol 62 MovieClip "zg1" in Frame 218
onClipEvent (load) {
_root.minzaag = 5;
}
onClipEvent (enterFrame) {
this._x = this._x - _root.minzaag;
if (this._x <= -20) {
_root.minzaag = -5;
}
if (this._x >= 420) {
_root.minzaag = 5;
}
}
Instance of Symbol 64 MovieClip in Frame 218
onClipEvent (enterFrame) {
this._x = _root.zg1._x;
}
onClipEvent (enterFrame) {
if (true eq _root.jumping) {
if (hitTest(_root.player1)) {
tellTarget (_root.player1) {
gotoAndPlay (45);
};
}
}
}
Instance of Symbol 62 MovieClip "zg2" in Frame 218
onClipEvent (load) {
_root.minzaag2 = 5;
}
onClipEvent (enterFrame) {
this._x = this._x - _root.minzaag2;
if (this._x <= -20) {
_root.minzaag2 = -5;
}
if (this._x >= 420) {
_root.minzaag2 = 5;
}
}
Instance of Symbol 64 MovieClip in Frame 218
onClipEvent (enterFrame) {
this._x = _root.zg2._x;
}
onClipEvent (enterFrame) {
if (true eq _root.jumping) {
if (hitTest(_root.player1)) {
tellTarget (_root.player1) {
gotoAndPlay (45);
};
}
}
}
Instance of Symbol 97 MovieClip "player1" in Frame 218
onClipEvent (enterFrame) {
if (false eq _root.af11) {
if (false eq _root.jumping) {
if (Key.isDown(32)) {
tellTarget (this) {
play();
};
}
}
}
}
onClipEvent (load) {
this._x = 430;
}
onClipEvent (enterFrame) {
if (true eq _root.jumping) {
if (Key.isDown(37)) {
tellTarget (this) {
this._x = this._x - 6;
};
}
}
}
onClipEvent (enterFrame) {
if (true eq _root.jumping) {
if (Key.isDown(39)) {
tellTarget (this) {
this._x = this._x + 6;
};
}
}
}
Instance of Symbol 99 MovieClip in Frame 218
onClipEvent (enterFrame) {
this._x = _root.car._x;
}
onClipEvent (enterFrame) {
if (true eq _root.vangkan) {
if (hitTest(_root.player1)) {
tellTarget (_root.car) {
nextFrame();
};
}
}
}
Instance of Symbol 104 MovieClip "car" in Frame 218
onClipEvent (load) {
_root.snelheid1 = 4;
this._x = random(400);
}
onClipEvent (enterFrame) {
this._x = this._x - _root.snelheid1;
if (this._x <= -20) {
tellTarget (this) {
_root.snelheid1 = -4;
};
}
}
onClipEvent (enterFrame) {
this._x = this._x - _root.snelheid1;
if (this._x >= 520) {
tellTarget (this) {
_root.snelheid1 = 4;
};
}
}
onClipEvent (enterFrame) {
if (true eq _root.gh1) {
tellTarget (_root.player1) {
gotoAndStop (99);
};
}
}
Instance of Symbol 124 MovieClip in Frame 218
onClipEvent (load) {
this._visible = 0;
_root.af11 = false;
}
onClipEvent (enterFrame) {
if (-1 eq _root.life) {
this._visible = 100;
}
}
onClipEvent (enterFrame) {
if (_root.life <= -1) {
_root.af11 = true;
}
}
Instance of Symbol 126 MovieClip in Frame 218
onClipEvent (load) {
this._visible = 0;
}
onClipEvent (enterFrame) {
if (true eq _root.nextlevel1) {
this._visible = 100;
}
}
Frame 219
_root.level = 3;
if (true eq _root.nextlevel1) {
nextFrame();
}
stop();
Instance of Symbol 57 MovieClip in Frame 219
onClipEvent (enterFrame) {
this._x = this._x - 2;
}
onClipEvent (load) {
this._x = random(900);
}
Instance of Symbol 62 MovieClip "zg1" in Frame 219
onClipEvent (load) {
_root.minzaag = 9;
}
onClipEvent (enterFrame) {
this._x = this._x - _root.minzaag;
if (this._x <= -20) {
_root.minzaag = -9;
}
if (this._x >= 420) {
_root.minzaag = 9;
}
}
Instance of Symbol 64 MovieClip in Frame 219
onClipEvent (enterFrame) {
this._x = _root.zg1._x;
}
onClipEvent (enterFrame) {
if (true eq _root.jumping) {
if (hitTest(_root.player1)) {
tellTarget (_root.player1) {
gotoAndPlay (45);
};
}
}
}
Instance of Symbol 97 MovieClip "player1" in Frame 219
onClipEvent (enterFrame) {
if (false eq _root.af11) {
if (false eq _root.jumping) {
if (Key.isDown(32)) {
tellTarget (this) {
play();
};
}
}
}
}
onClipEvent (load) {
this._x = 430;
}
onClipEvent (enterFrame) {
if (true eq _root.jumping) {
if (Key.isDown(37)) {
tellTarget (this) {
this._x = this._x - 6;
};
}
}
}
onClipEvent (enterFrame) {
if (true eq _root.jumping) {
if (Key.isDown(39)) {
tellTarget (this) {
this._x = this._x + 6;
};
}
}
}
Instance of Symbol 99 MovieClip in Frame 219
onClipEvent (enterFrame) {
this._x = _root.car._x;
}
onClipEvent (enterFrame) {
if (true eq _root.vangkan) {
if (hitTest(_root.player1)) {
tellTarget (_root.car) {
nextFrame();
};
}
}
}
Instance of Symbol 104 MovieClip "car" in Frame 219
onClipEvent (load) {
_root.snelheid1 = 5;
this._x = random(400);
}
onClipEvent (enterFrame) {
this._x = this._x - _root.snelheid1;
if (this._x <= -20) {
tellTarget (this) {
_root.snelheid1 = -5;
};
}
}
onClipEvent (enterFrame) {
this._x = this._x - _root.snelheid1;
if (this._x >= 520) {
tellTarget (this) {
_root.snelheid1 = 5;
};
}
}
onClipEvent (enterFrame) {
if (true eq _root.gh1) {
tellTarget (_root.player1) {
gotoAndStop (99);
};
}
}
Instance of Symbol 124 MovieClip in Frame 219
onClipEvent (load) {
this._visible = 0;
_root.af11 = false;
}
onClipEvent (enterFrame) {
if (-1 eq _root.life) {
this._visible = 100;
}
}
onClipEvent (enterFrame) {
if (_root.life <= -1) {
_root.af11 = true;
}
}
Instance of Symbol 126 MovieClip in Frame 219
onClipEvent (load) {
this._visible = 0;
}
onClipEvent (enterFrame) {
if (true eq _root.nextlevel1) {
this._visible = 100;
}
}
Frame 220
_root.level = 4;
if (true eq _root.nextlevel1) {
nextFrame();
}
stop();
Instance of Symbol 57 MovieClip in Frame 220
onClipEvent (enterFrame) {
this._x = this._x - 2;
}
onClipEvent (load) {
this._x = random(900);
}
Instance of Symbol 62 MovieClip "zg1" in Frame 220
onClipEvent (load) {
_root.minzaag = 8;
}
onClipEvent (enterFrame) {
this._x = this._x - _root.minzaag;
if (this._x <= -20) {
_root.minzaag = -8;
}
if (this._x >= 420) {
_root.minzaag = 8;
}
}
Instance of Symbol 64 MovieClip in Frame 220
onClipEvent (enterFrame) {
this._x = _root.zg1._x;
}
onClipEvent (enterFrame) {
if (true eq _root.jumping) {
if (hitTest(_root.player1)) {
tellTarget (_root.player1) {
gotoAndPlay (45);
};
}
}
}
Instance of Symbol 97 MovieClip "player1" in Frame 220
onClipEvent (enterFrame) {
if (false eq _root.af11) {
if (false eq _root.jumping) {
if (Key.isDown(32)) {
tellTarget (this) {
play();
};
}
}
}
}
onClipEvent (load) {
this._x = 430;
}
onClipEvent (enterFrame) {
if (true eq _root.jumping) {
if (Key.isDown(37)) {
tellTarget (this) {
this._x = this._x - 6;
};
}
}
}
onClipEvent (enterFrame) {
if (true eq _root.jumping) {
if (Key.isDown(39)) {
tellTarget (this) {
this._x = this._x + 6;
};
}
}
}
Instance of Symbol 99 MovieClip in Frame 220
onClipEvent (enterFrame) {
this._x = _root.car._x;
}
onClipEvent (enterFrame) {
if (true eq _root.vangkan) {
if (hitTest(_root.player1)) {
tellTarget (_root.car) {
nextFrame();
};
}
}
}
Instance of Symbol 104 MovieClip "car" in Frame 220
onClipEvent (load) {
_root.snelheid1 = 5;
this._x = random(400);
}
onClipEvent (enterFrame) {
this._x = this._x - _root.snelheid1;
if (this._x <= -20) {
tellTarget (this) {
_root.snelheid1 = -5;
};
}
}
onClipEvent (enterFrame) {
this._x = this._x - _root.snelheid1;
if (this._x >= 520) {
tellTarget (this) {
_root.snelheid1 = 5;
};
}
}
onClipEvent (enterFrame) {
if (true eq _root.gh1) {
tellTarget (_root.player1) {
gotoAndStop (99);
};
}
}
Instance of Symbol 124 MovieClip in Frame 220
onClipEvent (load) {
this._visible = 0;
_root.af11 = false;
}
onClipEvent (enterFrame) {
if (-1 eq _root.life) {
this._visible = 100;
}
}
onClipEvent (enterFrame) {
if (_root.life <= -1) {
_root.af11 = true;
}
}
Instance of Symbol 126 MovieClip in Frame 220
onClipEvent (load) {
this._visible = 0;
}
onClipEvent (enterFrame) {
if (true eq _root.nextlevel1) {
this._visible = 100;
}
}
Frame 221
_root.level = 5;
if (true eq _root.nextlevel1) {
nextFrame();
}
stop();
Instance of Symbol 57 MovieClip in Frame 221
onClipEvent (enterFrame) {
this._x = this._x - 2;
}
onClipEvent (load) {
this._x = random(900);
}
Instance of Symbol 62 MovieClip "zg1" in Frame 221
onClipEvent (load) {
_root.minzaag = 8;
}
onClipEvent (enterFrame) {
this._x = this._x - _root.minzaag;
if (this._x <= -20) {
_root.minzaag = -8;
}
if (this._x >= 420) {
_root.minzaag = 8;
}
}
Instance of Symbol 64 MovieClip in Frame 221
onClipEvent (enterFrame) {
this._x = _root.zg1._x;
}
onClipEvent (enterFrame) {
if (true eq _root.jumping) {
if (hitTest(_root.player1)) {
tellTarget (_root.player1) {
gotoAndPlay (45);
};
}
}
}
Instance of Symbol 97 MovieClip "player1" in Frame 221
onClipEvent (enterFrame) {
if (false eq _root.af11) {
if (false eq _root.jumping) {
if (Key.isDown(32)) {
tellTarget (this) {
play();
};
}
}
}
}
onClipEvent (load) {
this._x = 430;
}
onClipEvent (enterFrame) {
if (true eq _root.jumping) {
if (Key.isDown(37)) {
tellTarget (this) {
this._x = this._x - 6;
};
}
}
}
onClipEvent (enterFrame) {
if (true eq _root.jumping) {
if (Key.isDown(39)) {
tellTarget (this) {
this._x = this._x + 6;
};
}
}
}
Instance of Symbol 99 MovieClip in Frame 221
onClipEvent (enterFrame) {
this._x = _root.car._x;
}
onClipEvent (enterFrame) {
if (true eq _root.vangkan) {
if (hitTest(_root.player1)) {
tellTarget (_root.car) {
nextFrame();
};
}
}
}
Instance of Symbol 104 MovieClip "car" in Frame 221
onClipEvent (load) {
_root.snelheid1 = 5;
this._x = random(400);
}
onClipEvent (enterFrame) {
this._x = this._x - _root.snelheid1;
if (this._x <= -20) {
tellTarget (this) {
_root.snelheid1 = -5;
};
}
}
onClipEvent (enterFrame) {
this._x = this._x - _root.snelheid1;
if (this._x >= 520) {
tellTarget (this) {
_root.snelheid1 = 5;
};
}
}
onClipEvent (enterFrame) {
if (true eq _root.gh1) {
tellTarget (_root.player1) {
gotoAndStop (99);
};
}
}
Instance of Symbol 124 MovieClip in Frame 221
onClipEvent (load) {
this._visible = 0;
_root.af11 = false;
}
onClipEvent (enterFrame) {
if (-1 eq _root.life) {
this._visible = 100;
}
}
onClipEvent (enterFrame) {
if (_root.life <= -1) {
_root.af11 = true;
}
}
Instance of Symbol 126 MovieClip in Frame 221
onClipEvent (load) {
this._visible = 0;
}
onClipEvent (enterFrame) {
if (true eq _root.nextlevel1) {
this._visible = 100;
}
}
Frame 222
_root.level = "BONUS";
if (true eq _root.nextlevel1) {
nextFrame();
}
stop();
Instance of Symbol 97 MovieClip "player1" in Frame 222
onClipEvent (enterFrame) {
if (false eq _root.af11) {
if (false eq _root.jumping) {
if (Key.isDown(32)) {
tellTarget (this) {
play();
};
}
}
}
}
onClipEvent (load) {
this._x = 430;
}
onClipEvent (enterFrame) {
if (true eq _root.jumping) {
if (Key.isDown(37)) {
tellTarget (this) {
this._x = this._x - 6;
};
}
}
}
onClipEvent (enterFrame) {
if (true eq _root.jumping) {
if (Key.isDown(39)) {
tellTarget (this) {
this._x = this._x + 6;
};
}
}
}
Instance of Symbol 99 MovieClip in Frame 222
onClipEvent (enterFrame) {
this._x = _root.car._x;
}
onClipEvent (enterFrame) {
if (true eq _root.vangkan) {
if (hitTest(_root.player1)) {
tellTarget (_root.car) {
nextFrame();
};
}
}
}
Instance of Symbol 104 MovieClip "car" in Frame 222
onClipEvent (load) {
_root.snelheid1 = 5;
this._x = random(400);
}
onClipEvent (enterFrame) {
this._x = this._x - _root.snelheid1;
if (this._x <= -20) {
tellTarget (this) {
_root.snelheid1 = -5;
};
}
}
onClipEvent (enterFrame) {
this._x = this._x - _root.snelheid1;
if (this._x >= 520) {
tellTarget (this) {
_root.snelheid1 = 5;
};
}
}
onClipEvent (enterFrame) {
if (true eq _root.gh1) {
tellTarget (_root.player1) {
gotoAndStop (99);
};
}
}
Instance of Symbol 148 MovieClip in Frame 222
onClipEvent (enterFrame) {
this._x = _root.car._x;
}
onClipEvent (enterFrame) {
if (false eq _root.gh1) {
if (hitTest(_root.player1)) {
_root.life = _root.life + 2;
}
}
}
onClipEvent (enterFrame) {
if (true eq _root.gh1) {
this._visible = 0;
}
}
Instance of Symbol 124 MovieClip in Frame 222
onClipEvent (load) {
this._visible = 0;
_root.af11 = false;
}
onClipEvent (enterFrame) {
if (-1 eq _root.life) {
this._visible = 100;
}
}
onClipEvent (enterFrame) {
if (_root.life <= -1) {
_root.af11 = true;
}
}
Instance of Symbol 126 MovieClip in Frame 222
onClipEvent (load) {
this._visible = 0;
}
onClipEvent (enterFrame) {
if (true eq _root.nextlevel1) {
this._visible = 100;
}
}
Frame 223
_root.level = 6;
if (true eq _root.nextlevel1) {
nextFrame();
}
stop();
Instance of Symbol 57 MovieClip in Frame 223
onClipEvent (enterFrame) {
this._x = this._x - 2;
}
onClipEvent (load) {
this._x = random(900);
}
Instance of Symbol 62 MovieClip "zg1" in Frame 223
onClipEvent (load) {
_root.minzaag = 9;
}
onClipEvent (enterFrame) {
this._x = this._x - _root.minzaag;
if (this._x <= -20) {
_root.minzaag = -9;
}
if (this._x >= 420) {
_root.minzaag = 9;
}
}
Instance of Symbol 64 MovieClip in Frame 223
onClipEvent (enterFrame) {
this._x = _root.zg1._x;
}
onClipEvent (enterFrame) {
if (true eq _root.jumping) {
if (hitTest(_root.player1)) {
tellTarget (_root.player1) {
gotoAndPlay (45);
};
}
}
}
Instance of Symbol 97 MovieClip "player1" in Frame 223
onClipEvent (enterFrame) {
if (false eq _root.af11) {
if (false eq _root.jumping) {
if (Key.isDown(32)) {
tellTarget (this) {
play();
};
}
}
}
}
onClipEvent (load) {
this._x = 430;
}
onClipEvent (enterFrame) {
if (true eq _root.jumping) {
if (Key.isDown(37)) {
tellTarget (this) {
this._x = this._x - 6;
};
}
}
}
onClipEvent (enterFrame) {
if (true eq _root.jumping) {
if (Key.isDown(39)) {
tellTarget (this) {
this._x = this._x + 6;
};
}
}
}
Instance of Symbol 99 MovieClip in Frame 223
onClipEvent (enterFrame) {
this._x = _root.car._x;
}
onClipEvent (enterFrame) {
if (true eq _root.vangkan) {
if (hitTest(_root.player1)) {
tellTarget (_root.car) {
nextFrame();
};
}
}
}
Instance of Symbol 104 MovieClip "car" in Frame 223
onClipEvent (load) {
_root.snelheid1 = 10;
this._x = random(400);
_root.life = _root.life + 1;
}
onClipEvent (enterFrame) {
this._x = this._x - _root.snelheid1;
if (this._x <= -20) {
tellTarget (this) {
_root.snelheid1 = -10;
};
}
}
onClipEvent (enterFrame) {
this._x = this._x - _root.snelheid1;
if (this._x >= 520) {
tellTarget (this) {
_root.snelheid1 = 10;
};
}
}
onClipEvent (enterFrame) {
if (true eq _root.gh1) {
tellTarget (_root.player1) {
gotoAndStop (99);
};
}
}
Instance of Symbol 124 MovieClip in Frame 223
onClipEvent (load) {
this._visible = 0;
_root.af11 = false;
}
onClipEvent (enterFrame) {
if (-1 eq _root.life) {
this._visible = 100;
}
}
onClipEvent (enterFrame) {
if (_root.life <= -1) {
_root.af11 = true;
}
}
Instance of Symbol 126 MovieClip in Frame 223
onClipEvent (load) {
this._visible = 0;
}
onClipEvent (enterFrame) {
if (true eq _root.nextlevel1) {
this._visible = 100;
}
}
Frame 224
_root.level = 7;
if (true eq _root.nextlevel1) {
nextFrame();
}
stop();
Instance of Symbol 57 MovieClip in Frame 224
onClipEvent (enterFrame) {
this._x = this._x - 2;
}
onClipEvent (load) {
this._x = random(900);
}
Instance of Symbol 62 MovieClip "zg1" in Frame 224
onClipEvent (load) {
_root.minzaag = 3;
}
onClipEvent (enterFrame) {
this._x = this._x - _root.minzaag;
if (this._x <= -20) {
_root.minzaag = -3;
}
if (this._x >= 420) {
_root.minzaag = 3;
}
}
Instance of Symbol 64 MovieClip in Frame 224
onClipEvent (enterFrame) {
this._x = _root.zg1._x;
}
onClipEvent (enterFrame) {
if (true eq _root.jumping) {
if (hitTest(_root.player1)) {
tellTarget (_root.player1) {
gotoAndPlay (45);
};
}
}
}
Instance of Symbol 97 MovieClip "player1" in Frame 224
onClipEvent (enterFrame) {
if (false eq _root.af11) {
if (false eq _root.jumping) {
if (Key.isDown(32)) {
tellTarget (this) {
play();
};
}
}
}
}
onClipEvent (load) {
this._x = 430;
}
onClipEvent (enterFrame) {
if (true eq _root.jumping) {
if (Key.isDown(37)) {
tellTarget (this) {
this._x = this._x - 6;
};
}
}
}
onClipEvent (enterFrame) {
if (true eq _root.jumping) {
if (Key.isDown(39)) {
tellTarget (this) {
this._x = this._x + 6;
};
}
}
}
Instance of Symbol 99 MovieClip in Frame 224
onClipEvent (enterFrame) {
this._x = _root.car._x;
}
onClipEvent (enterFrame) {
if (true eq _root.vangkan) {
if (hitTest(_root.player1)) {
tellTarget (_root.car) {
nextFrame();
};
}
}
}
Instance of Symbol 104 MovieClip "car" in Frame 224
onClipEvent (load) {
_root.snelheid1 = 14;
this._x = random(400);
}
onClipEvent (enterFrame) {
this._x = this._x - _root.snelheid1;
if (this._x <= -20) {
tellTarget (this) {
_root.snelheid1 = -14;
};
}
}
onClipEvent (enterFrame) {
this._x = this._x - _root.snelheid1;
if (this._x >= 520) {
tellTarget (this) {
_root.snelheid1 = 14;
};
}
}
onClipEvent (enterFrame) {
if (true eq _root.gh1) {
tellTarget (_root.player1) {
gotoAndStop (99);
};
}
}
Instance of Symbol 124 MovieClip in Frame 224
onClipEvent (load) {
this._visible = 0;
_root.af11 = false;
}
onClipEvent (enterFrame) {
if (-1 eq _root.life) {
this._visible = 100;
}
}
onClipEvent (enterFrame) {
if (_root.life <= -1) {
_root.af11 = true;
}
}
Instance of Symbol 126 MovieClip in Frame 224
onClipEvent (load) {
this._visible = 0;
}
onClipEvent (enterFrame) {
if (true eq _root.nextlevel1) {
this._visible = 100;
}
}
Frame 225
_root.level = 8;
if (true eq _root.nextlevel1) {
nextFrame();
}
stop();
Instance of Symbol 57 MovieClip in Frame 225
onClipEvent (enterFrame) {
this._x = this._x - 2;
}
onClipEvent (load) {
this._x = random(900);
}
Instance of Symbol 62 MovieClip "zg2" in Frame 225
onClipEvent (load) {
_root.minzaag2 = 3;
}
onClipEvent (enterFrame) {
this._x = this._x - _root.minzaag2;
if (this._x <= -20) {
_root.minzaag2 = -3;
}
if (this._x >= 400) {
_root.minzaag2 = 3;
}
}
Instance of Symbol 64 MovieClip in Frame 225
onClipEvent (enterFrame) {
this._x = _root.zg2._x;
}
onClipEvent (enterFrame) {
if (true eq _root.jumping) {
if (hitTest(_root.player1)) {
tellTarget (_root.player1) {
gotoAndPlay (45);
};
}
}
}
Instance of Symbol 62 MovieClip "zg1" in Frame 225
onClipEvent (load) {
_root.minzaag = 5;
}
onClipEvent (enterFrame) {
this._x = this._x - _root.minzaag;
if (this._x <= -20) {
_root.minzaag = -5;
}
if (this._x >= 420) {
_root.minzaag = 5;
}
}
Instance of Symbol 64 MovieClip in Frame 225
onClipEvent (enterFrame) {
this._x = _root.zg1._x;
}
onClipEvent (enterFrame) {
if (true eq _root.jumping) {
if (hitTest(_root.player1)) {
tellTarget (_root.player1) {
gotoAndPlay (45);
};
}
}
}
Instance of Symbol 97 MovieClip "player1" in Frame 225
onClipEvent (enterFrame) {
if (false eq _root.af11) {
if (false eq _root.jumping) {
if (Key.isDown(32)) {
tellTarget (this) {
play();
};
}
}
}
}
onClipEvent (load) {
this._x = 430;
}
onClipEvent (enterFrame) {
if (true eq _root.jumping) {
if (Key.isDown(37)) {
tellTarget (this) {
this._x = this._x - 6;
};
}
}
}
onClipEvent (enterFrame) {
if (true eq _root.jumping) {
if (Key.isDown(39)) {
tellTarget (this) {
this._x = this._x + 6;
};
}
}
}
Instance of Symbol 99 MovieClip in Frame 225
onClipEvent (enterFrame) {
this._x = _root.car._x;
}
onClipEvent (enterFrame) {
if (true eq _root.vangkan) {
if (hitTest(_root.player1)) {
tellTarget (_root.car) {
nextFrame();
};
}
}
}
Instance of Symbol 104 MovieClip "car" in Frame 225
onClipEvent (load) {
_root.snelheid1 = 14;
this._x = random(400);
}
onClipEvent (enterFrame) {
this._x = this._x - _root.snelheid1;
if (this._x <= -20) {
tellTarget (this) {
_root.snelheid1 = -14;
};
}
}
onClipEvent (enterFrame) {
this._x = this._x - _root.snelheid1;
if (this._x >= 520) {
tellTarget (this) {
_root.snelheid1 = 14;
};
}
}
onClipEvent (enterFrame) {
if (true eq _root.gh1) {
tellTarget (_root.player1) {
gotoAndStop (99);
};
}
}
Instance of Symbol 124 MovieClip in Frame 225
onClipEvent (load) {
this._visible = 0;
_root.af11 = false;
}
onClipEvent (enterFrame) {
if (-1 eq _root.life) {
this._visible = 100;
}
}
onClipEvent (enterFrame) {
if (_root.life <= -1) {
_root.af11 = true;
}
}
Instance of Symbol 126 MovieClip in Frame 225
onClipEvent (load) {
this._visible = 0;
}
onClipEvent (enterFrame) {
if (true eq _root.nextlevel1) {
this._visible = 100;
}
}
Frame 226
_root.level = 9;
if (true eq _root.nextlevel1) {
nextFrame();
}
stop();
Instance of Symbol 57 MovieClip in Frame 226
onClipEvent (enterFrame) {
this._x = this._x - 2;
}
onClipEvent (load) {
this._x = random(900);
}
Instance of Symbol 62 MovieClip "zg2" in Frame 226
onClipEvent (load) {
_root.minzaag2 = 7;
}
onClipEvent (enterFrame) {
this._x = this._x - _root.minzaag2;
if (this._x <= -20) {
_root.minzaag2 = -7;
}
if (this._x >= 400) {
_root.minzaag2 = 7;
}
}
Instance of Symbol 64 MovieClip in Frame 226
onClipEvent (enterFrame) {
this._x = _root.zg2._x;
}
onClipEvent (enterFrame) {
if (true eq _root.jumping) {
if (hitTest(_root.player1)) {
tellTarget (_root.player1) {
gotoAndPlay (45);
};
}
}
}
Instance of Symbol 62 MovieClip "zg1" in Frame 226
onClipEvent (load) {
_root.minzaag = 2;
}
onClipEvent (enterFrame) {
this._x = this._x - _root.minzaag;
if (this._x <= -20) {
_root.minzaag = -2;
}
if (this._x >= 420) {
_root.minzaag = 2;
}
}
Instance of Symbol 64 MovieClip in Frame 226
onClipEvent (enterFrame) {
this._x = _root.zg1._x;
}
onClipEvent (enterFrame) {
if (true eq _root.jumping) {
if (hitTest(_root.player1)) {
tellTarget (_root.player1) {
gotoAndPlay (45);
};
}
}
}
Instance of Symbol 97 MovieClip "player1" in Frame 226
onClipEvent (enterFrame) {
if (false eq _root.af11) {
if (false eq _root.jumping) {
if (Key.isDown(32)) {
tellTarget (this) {
play();
};
}
}
}
}
onClipEvent (load) {
this._x = 430;
}
onClipEvent (enterFrame) {
if (true eq _root.jumping) {
if (Key.isDown(37)) {
tellTarget (this) {
this._x = this._x - 6;
};
}
}
}
onClipEvent (enterFrame) {
if (true eq _root.jumping) {
if (Key.isDown(39)) {
tellTarget (this) {
this._x = this._x + 6;
};
}
}
}
Instance of Symbol 99 MovieClip in Frame 226
onClipEvent (enterFrame) {
this._x = _root.car._x;
}
onClipEvent (enterFrame) {
if (true eq _root.vangkan) {
if (hitTest(_root.player1)) {
tellTarget (_root.car) {
nextFrame();
};
}
}
}
Instance of Symbol 104 MovieClip "car" in Frame 226
onClipEvent (load) {
_root.snelheid1 = 10;
this._x = random(400);
}
onClipEvent (enterFrame) {
this._x = this._x - _root.snelheid1;
if (this._x <= -20) {
tellTarget (this) {
_root.snelheid1 = -10;
};
}
}
onClipEvent (enterFrame) {
this._x = this._x - _root.snelheid1;
if (this._x >= 520) {
tellTarget (this) {
_root.snelheid1 = 10;
};
}
}
onClipEvent (enterFrame) {
if (true eq _root.gh1) {
tellTarget (_root.player1) {
gotoAndStop (99);
};
}
}
Instance of Symbol 124 MovieClip in Frame 226
onClipEvent (load) {
this._visible = 0;
_root.af11 = false;
}
onClipEvent (enterFrame) {
if (-1 eq _root.life) {
this._visible = 100;
}
}
onClipEvent (enterFrame) {
if (_root.life <= -1) {
_root.af11 = true;
}
}
Instance of Symbol 126 MovieClip in Frame 226
onClipEvent (load) {
this._visible = 0;
}
onClipEvent (enterFrame) {
if (true eq _root.nextlevel1) {
this._visible = 100;
}
}
Frame 227
_root.level = 10;
if (true eq _root.nextlevel1) {
nextFrame();
}
stop();
Instance of Symbol 57 MovieClip in Frame 227
onClipEvent (enterFrame) {
this._x = this._x - 2;
}
onClipEvent (load) {
this._x = random(900);
}
Instance of Symbol 62 MovieClip "zg2" in Frame 227
onClipEvent (load) {
_root.minzaag2 = 9;
}
onClipEvent (enterFrame) {
this._x = this._x - _root.minzaag2;
if (this._x <= -20) {
_root.minzaag2 = -9;
}
if (this._x >= 400) {
_root.minzaag2 = 9;
}
}
Instance of Symbol 64 MovieClip in Frame 227
onClipEvent (enterFrame) {
this._x = _root.zg2._x;
}
onClipEvent (enterFrame) {
if (true eq _root.jumping) {
if (hitTest(_root.player1)) {
tellTarget (_root.player1) {
gotoAndPlay (45);
};
}
}
}
Instance of Symbol 62 MovieClip "zg1" in Frame 227
onClipEvent (load) {
_root.minzaag = 7;
}
onClipEvent (enterFrame) {
this._x = this._x - _root.minzaag;
if (this._x <= -20) {
_root.minzaag = -7;
}
if (this._x >= 420) {
_root.minzaag = 7;
}
}
Instance of Symbol 64 MovieClip in Frame 227
onClipEvent (enterFrame) {
this._x = _root.zg1._x;
}
onClipEvent (enterFrame) {
if (true eq _root.jumping) {
if (hitTest(_root.player1)) {
tellTarget (_root.player1) {
gotoAndPlay (45);
};
}
}
}
Instance of Symbol 97 MovieClip "player1" in Frame 227
onClipEvent (enterFrame) {
if (false eq _root.af11) {
if (false eq _root.jumping) {
if (Key.isDown(32)) {
tellTarget (this) {
play();
};
}
}
}
}
onClipEvent (load) {
this._x = 430;
}
onClipEvent (enterFrame) {
if (true eq _root.jumping) {
if (Key.isDown(37)) {
tellTarget (this) {
this._x = this._x - 6;
};
}
}
}
onClipEvent (enterFrame) {
if (true eq _root.jumping) {
if (Key.isDown(39)) {
tellTarget (this) {
this._x = this._x + 6;
};
}
}
}
Instance of Symbol 99 MovieClip in Frame 227
onClipEvent (enterFrame) {
this._x = _root.car._x;
}
onClipEvent (enterFrame) {
if (true eq _root.vangkan) {
if (hitTest(_root.player1)) {
tellTarget (_root.car) {
nextFrame();
};
}
}
}
Instance of Symbol 104 MovieClip "car" in Frame 227
onClipEvent (load) {
_root.snelheid1 = 3;
this._x = random(400);
}
onClipEvent (enterFrame) {
this._x = this._x - _root.snelheid1;
if (this._x <= -20) {
tellTarget (this) {
_root.snelheid1 = -3;
};
}
}
onClipEvent (enterFrame) {
this._x = this._x - _root.snelheid1;
if (this._x >= 520) {
tellTarget (this) {
_root.snelheid1 = 3;
};
}
}
onClipEvent (enterFrame) {
if (true eq _root.gh1) {
tellTarget (_root.player1) {
gotoAndStop (99);
};
}
}
Instance of Symbol 124 MovieClip in Frame 227
onClipEvent (load) {
this._visible = 0;
_root.af11 = false;
}
onClipEvent (enterFrame) {
if (-1 eq _root.life) {
this._visible = 100;
}
}
onClipEvent (enterFrame) {
if (_root.life <= -1) {
_root.af11 = true;
}
}
Instance of Symbol 126 MovieClip in Frame 227
onClipEvent (load) {
this._visible = 0;
}
onClipEvent (enterFrame) {
if (true eq _root.nextlevel1) {
this._visible = 100;
}
}
Frame 228
play();
Frame 247
gotoAndPlay (228);
Frame 248
play();
Frame 417
stop();
Frame 418
stop();
Frame 419
gotoAndStop (248);
Symbol 21 Button
on (release) {
play();
}
Symbol 27 Button
on (release) {
gotoAndPlay (217);
}
Symbol 57 MovieClip Frame 1
gotoAndPlay(random(12));
Symbol 57 MovieClip Frame 2
stop();
Symbol 57 MovieClip Frame 3
stop();
Symbol 57 MovieClip Frame 4
stop();
Symbol 57 MovieClip Frame 5
stop();
Symbol 57 MovieClip Frame 6
stop();
Symbol 57 MovieClip Frame 7
stop();
Symbol 57 MovieClip Frame 8
stop();
Symbol 57 MovieClip Frame 9
stop();
Symbol 57 MovieClip Frame 10
stop();
Symbol 57 MovieClip Frame 11
stop();
Symbol 57 MovieClip Frame 12
stop();
Instance of Symbol 60 MovieClip in Symbol 62 MovieClip Frame 1
onClipEvent (enterFrame) {
this._rotation = this._rotation + 30;
}
Instance of Symbol 60 MovieClip in Symbol 62 MovieClip Frame 1
onClipEvent (enterFrame) {
this._rotation = this._rotation + 30;
}
Symbol 86 MovieClip Frame 25
stop();
Symbol 97 MovieClip Frame 1
_root.vangkan = true;
stop();
_root.jumping = false;
tellTarget (_root.player1) {
_root.player1._x = 430;
};
Symbol 97 MovieClip Frame 2
play();
_root.jumping = true;
Symbol 97 MovieClip Frame 36
_root.life = _root.life - 1;
_root.vangkan = false;
_root.jumping = true;
Symbol 97 MovieClip Frame 44
gotoAndPlay (1);
Symbol 97 MovieClip Frame 45
_root.jumping = false;
_root.life = _root.life - 1;
Symbol 97 MovieClip Frame 60
gotoAndStop (1);
Symbol 104 MovieClip Frame 1
_root.geh1 = false;
_root.gh1 = false;
_root.nextlevel1 = false;
stop();
Symbol 104 MovieClip Frame 2
_root.gh1 = true;
play();
Symbol 104 MovieClip Frame 20
_root.nextlevel1 = true;
stop();
Symbol 104 MovieClip Frame 41
_root.geh1 = true;
Symbol 104 MovieClip Frame 46
stop();
Symbol 112 Button
on (release) {
gotoAndStop (197);
}
on (keyPress "<Up>") {
if (true eq _root.nextlevel1) {
_root.nextlevel1 = false;
gotoAndStop (218);
}
}
Symbol 128 Button
on (release) {
gotoAndStop (197);
}
on (keyPress "<Up>") {
if (true eq _root.nextlevel1) {
_root.nextlevel1 = false;
gotoAndStop (219);
}
}
Symbol 131 Button
on (release) {
gotoAndStop (197);
}
on (keyPress "<Up>") {
if (true eq _root.nextlevel1) {
_root.nextlevel1 = false;
gotoAndStop (220);
}
}
Symbol 136 Button
on (release) {
gotoAndStop (197);
}
on (keyPress "<Up>") {
if (true eq _root.nextlevel1) {
_root.nextlevel1 = false;
gotoAndStop (221);
}
}
Symbol 140 Button
on (release) {
gotoAndStop (197);
}
on (keyPress "<Up>") {
if (true eq _root.nextlevel1) {
_root.nextlevel1 = false;
gotoAndStop (222);
}
}
Symbol 149 Button
on (release) {
gotoAndStop (197);
}
on (keyPress "<Up>") {
if (true eq _root.nextlevel1) {
_root.nextlevel1 = false;
gotoAndStop (223);
}
}
Symbol 153 Button
on (release) {
gotoAndStop (197);
}
on (keyPress "<Up>") {
if (true eq _root.nextlevel1) {
_root.nextlevel1 = false;
gotoAndStop (224);
}
}
Symbol 157 Button
on (release) {
gotoAndStop (197);
}
on (keyPress "<Up>") {
if (true eq _root.nextlevel1) {
_root.nextlevel1 = false;
gotoAndStop (225);
}
}
Symbol 161 Button
on (release) {
gotoAndStop (197);
}
on (keyPress "<Up>") {
if (true eq _root.nextlevel1) {
_root.nextlevel1 = false;
gotoAndStop (226);
}
}
Symbol 165 Button
on (release) {
gotoAndStop (197);
}
on (keyPress "<Up>") {
if (true eq _root.nextlevel1) {
_root.nextlevel1 = false;
gotoAndStop (227);
}
}
Symbol 169 Button
on (release) {
gotoAndStop (197);
}
on (keyPress "<Up>") {
if (true eq _root.nextlevel1) {
_root.nextlevel1 = false;
gotoAndStop (228);
}
}
Symbol 178 Button
on (release) {
gotoAndStop (248);
}
Symbol 208 Button
on (release) {
gotoAndStop (197);
}
on (keyPress "<Up>") {
if (true eq _root.nextlevel1) {
_root.nextlevel1 = false;
gotoAndStop (418);
}
}