Frame 1
if (_root.loader._xscale == 100) {
gotoAndPlay (3);
}
if (_root.pause == 0) {
gotoAndPlay (113);
}
Instance of Symbol 4 MovieClip "loader" in Frame 1
onClipEvent (enterFrame) {
Mouse.hide();
this._xscale = (getBytesLoaded() / getBytesTotal()) * 100;
}
onClipEvent (load) {
this._xscale = 0;
}
Frame 2
gotoAndPlay (1);
Frame 12
hiscore = 0;
Frame 19
_root.pos = sharedobject.getLocal("aaa");
_root.score = _root.pos.data.score;
_root.hiscore = _root.pos.data.hiscore;
Instance of Symbol 11 MovieClip in Frame 24
onClipEvent (load) {
this.hiscore = _root.hiscore;
}
Frame 113
pause = 0;
_root.score = 0;
Mouse.hide();
Instance of Symbol 14 MovieClip in Frame 113
onClipEvent (enterFrame) {
if (_root.pause == 0) {
if (this.hitTest(_root.speler)) {
_root.level._x = _root.level._x + (_root.speler.stuur._rotation / 3);
}
}
}
onClipEvent (load) {
this._visible = 0;
}
Instance of Symbol 14 MovieClip in Frame 113
onClipEvent (enterFrame) {
if (_root.pause == 0) {
if (this.hitTest(_root.speler)) {
_root.level._x = _root.level._x + (_root.speler.stuur._rotation / 3);
}
}
}
onClipEvent (load) {
this._visible = 0;
}
Instance of Symbol 26 MovieClip "speler" in Frame 113
onClipEvent (enterFrame) {
if (_root.pause == 0) {
if (_root.move == 1) {
_root.level._x = _root.level._x - (this.stuur._rotation / 3);
this._x = (this._x + (_xmouse / 6)) / 1.2;
this._y = (this._y / 2) + (_ymouse / 6);
if ((this._x < 96) and (this._x > 90)) {
this.stuur._rotation = -5;
}
if ((this._x < 90) and (this._x > 86)) {
this.stuur._rotation = -10;
}
if ((this._x < 86) and (this._x > 80)) {
this.stuur._rotation = -15;
}
if ((this._x < 80) and (this._x > 76)) {
this.stuur._rotation = -20;
}
if ((this._x < 76) and (this._x > 70)) {
this.stuur._rotation = -25;
}
if ((this._x < 70) and (this._x > 66)) {
this.stuur._rotation = -30;
}
if ((this._x < 66) and (this._x > 70)) {
this.stuur._rotation = -35;
}
if ((this._x < 60) and (this._x > 56)) {
this.stuur._rotation = -40;
}
if ((this._x < 56) and (this._x > 50)) {
this.stuur._rotation = -45;
}
if ((this._x < 50) and (this._x > 46)) {
this.stuur._rotation = -50;
}
if ((this._x < 46) and (this._x > 40)) {
this.stuur._rotation = -55;
}
if ((this._x < 40) and (this._x > 36)) {
this.stuur._rotation = -60;
}
if ((this._x < 36) and (this._x > 30)) {
this.stuur._rotation = -65;
}
if ((this._x < 30) and (this._x > 26)) {
this.stuur._rotation = -70;
}
if ((this._x < 26) and (this._x > 20)) {
this.stuur._rotation = -75;
}
if ((this._x < 20) and (this._x > 16)) {
this.stuur._rotation = -80;
}
if ((this._x < 16) and (this._x > 10)) {
this.stuur._rotation = -85;
}
if (this._x < 10) {
this.stuur._rotation = -90;
}
if ((this._x > 96) and (this._x < 104)) {
this.stuur._rotation = 0;
}
if ((this._x < 110) and (this._x > 104)) {
this.stuur._rotation = 5;
}
if ((this._x < 116) and (this._x > 110)) {
this.stuur._rotation = 10;
}
if (this._x120 and (this._x > 116)) {
this.stuur._rotation = 15;
}
if ((this._x < 126) and (this._x > 120)) {
this.stuur._rotation = 20;
}
if ((this._x < 130) and (this._x > 126)) {
this.stuur._rotation = 25;
}
if ((this._x < 136) and (this._x > 130)) {
this.stuur._rotation = 30;
}
if ((this._x < 140) and (this._x > 136)) {
this.stuur._rotation = 35;
}
if ((this._x < 146) and (this._x > 140)) {
this.stuur._rotation = 40;
}
if ((this._x < 150) and (this._x > 146)) {
this.stuur._rotation = 45;
}
if ((this._x < 156) and (this._x > 150)) {
this.stuur._rotation = 50;
}
if ((this._x < 160) and (this._x > 156)) {
this.stuur._rotation = 55;
}
if ((this._x < 166) and (this._x > 160)) {
this.stuur._rotation = 60;
}
if ((this._x < 170) and (this._x > 166)) {
this.stuur._rotation = 65;
}
if ((this._x < 176) and (this._x > 170)) {
this.stuur._rotation = 70;
}
if ((this._x < 180) and (this._x > 176)) {
this.stuur._rotation = 75;
}
if ((this._x < 186) and (this._x > 180)) {
this.stuur._rotation = 80;
}
if ((this._x < 190) and (this._x > 186)) {
this.stuur._rotation = 85;
}
if (this._x > 186) {
this.stuur._rotation = 90;
}
}
}
}
Frame 190
stop();
race = new Sound();
race.attachSound("race");
race.start(0, 999);
Instance of Symbol 71 MovieClip "level" in Frame 190
onClipEvent (enterFrame) {
if (_root.move == 1) {
if (_root.speler._currentframe == 1) {
_root.score = _root.score + 1;
if ((_root.score > 1000) and (_root.score < 2500)) {
if (this._currentframe == 1) {
this.gotoAndStop(2);
}
}
if (((_root.score > 2500) and _root.score) and (_root.score < 4000)) {
if (this._currentframe == 2) {
this.gotoAndStop(3);
}
}
if (_root.score > 4000) {
if (this._currentframe == 3) {
this.gotoAndStop(4);
}
}
this._y = (300 - (this._y / 2)) + (_ymouse / 3);
_root.level._rotation = 360 - (_root.speler.stuur._rotation / 5);
}
}
}
Symbol 20 MovieClip Frame 1
stop();
Instance of Symbol 19 MovieClip in Symbol 20 MovieClip Frame 2
onClipEvent (enterFrame) {
this.gotoAndPlay(_currentframe + 2);
}
Instance of Symbol 19 MovieClip in Symbol 20 MovieClip Frame 3
onClipEvent (enterFrame) {
this.gotoAndPlay(_currentframe + 4);
}
Instance of Symbol 19 MovieClip in Symbol 20 MovieClip Frame 4
onClipEvent (enterFrame) {
this.gotoAndPlay(_currentframe + 10);
}
Symbol 26 MovieClip Frame 1
stop();
Instance of Symbol 20 MovieClip "movieding" in Symbol 26 MovieClip Frame 1
onClipEvent (enterFrame) {
this._rotation = _parent.stuur._rotation / 10;
}
Instance of Symbol 22 MovieClip "stuur" in Symbol 26 MovieClip Frame 1
onClipEvent (load) {
this._visible = 0;
}
Instance of Symbol 23 MovieClip "hit" in Symbol 26 MovieClip Frame 1
onClipEvent (load) {
this._visible = 0;
}
Symbol 26 MovieClip Frame 2
if (_root.score > _root.hiscore) {
_root.hiscore = _root.score;
}
if (_root.score < _root.hiscore) {
_root.hiscore = _root.hiscore;
}
_root.pos = sharedobject.getLocal("aaa");
_root.pos.data.score = _root.score;
_root.pos.data.hiscore = _root.hiscore;
Symbol 26 MovieClip Frame 57
stop();
Symbol 36 Button
on (release) {
Mouse.hide();
tellTarget (_root) {
gotoAndPlay (1);
};
}
Symbol 39 MovieClip Frame 1
stop();
_root.move = 1;
Symbol 39 MovieClip Frame 2
_root.level._yscale = _root.level._yscale + 800;
_root.level._xscale = _root.level._xscale + 400;
_root.level.beertje1.stop();
_root.level.beertje2.stop();
_root.level.beertje3.stop();
_root.move = 0;
stopAllSounds();
Instance of Symbol 23 MovieClip in Symbol 39 MovieClip Frame 2
onClipEvent (enterFrame) {
_root.level._y = _root.level._y - 15;
_root.speler.play();
_root.level._yscale = _root.level._yscale + 10;
_root.level._xscale = _root.level._xscale + 4;
}
Symbol 39 MovieClip Frame 5
_root.level._yscale = _root.level._yscale - 400;
_root.level._xscale = _root.level._xscale - 200;
Symbol 39 MovieClip Frame 7
_root.level._yscale = _root.level._yscale - 400;
_root.level._xscale = _root.level._xscale - 200;
Symbol 39 MovieClip Frame 10
_root.level._yscale = _root.level._yscale + 800;
_root.level._xscale = _root.level._xscale + 400;
Symbol 39 MovieClip Frame 13
_root.level._yscale = _root.level._yscale - 400;
_root.level._xscale = _root.level._xscale - 200;
Symbol 39 MovieClip Frame 15
_root.level._yscale = _root.level._yscale - 400;
_root.level._xscale = _root.level._xscale - 200;
Symbol 39 MovieClip Frame 18
_root.level._yscale = _root.level._yscale + 400;
_root.level._xscale = _root.level._xscale + 200;
Symbol 39 MovieClip Frame 21
_root.level._yscale = _root.level._yscale - 200;
_root.level._xscale = _root.level._xscale - 100;
Symbol 39 MovieClip Frame 23
_root.level._yscale = _root.level._yscale - 200;
_root.level._xscale = _root.level._xscale - 100;
Symbol 39 MovieClip Frame 73
score = _root.score;
hiscore = _root.hiscore;
Symbol 39 MovieClip Frame 89
stop();
Mouse.show();
Instance of Symbol 23 MovieClip in Symbol 56 MovieClip Frame 132
onClipEvent (load) {
this._visible = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.speler.hit)) {
_root.level.ani.stop();
_root.dood.play();
}
}
Symbol 56 MovieClip Frame 140
gotoAndPlay (280);
Instance of Symbol 23 MovieClip in Symbol 56 MovieClip Frame 276
onClipEvent (load) {
this._visible = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.speler.hit)) {
_root.level.ani.stop();
_root.dood.play();
}
}
Symbol 56 MovieClip Frame 280
move = random(3);
if (move == 3) {
play();
}
if (move == 2) {
gotoAndPlay (141);
}
if (move == 1) {
gotoAndPlay (1);
}
if (move == 0) {
play();
}
Symbol 56 MovieClip Frame 286
gotoAndPlay(286 + random(1044));
Instance of Symbol 23 MovieClip in Symbol 57 MovieClip Frame 132
onClipEvent (load) {
this._visible = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.speler.hit)) {
_root.level.ani.stop();
_root.dood.play();
}
}
Symbol 57 MovieClip Frame 140
move = random(3);
if (move == 2) {
gotoAndPlay (1);
}
if (move == 1) {
gotoAndPlay (1);
}
if (move == 3) {
play();
}
Symbol 57 MovieClip Frame 146
gotoAndPlay(146 + random(600));
Symbol 70 MovieClip Frame 36
stop();
Symbol 71 MovieClip Frame 1
stop();
_root.fiets.movieding.gotoAndStop(1);
Instance of Symbol 14 MovieClip in Symbol 71 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.pause == 0) {
if (this.hitTest(_root.speler)) {
_root.level._x = _root.level._x + (_root.speler.stuur._rotation / 3);
}
}
}
onClipEvent (load) {
this._visible = 0;
}
Instance of Symbol 14 MovieClip in Symbol 71 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.pause == 0) {
if (this.hitTest(_root.speler)) {
_root.level._x = _root.level._x + (_root.speler.stuur._rotation / 3);
}
}
}
onClipEvent (load) {
this._visible = 0;
}
Instance of Symbol 48 MovieClip "ani" in Symbol 71 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.speler._currentframe == 1) {
this.play();
} else {
this.stop();
}
}
Instance of Symbol 56 MovieClip "beertje1" in Symbol 71 MovieClip Frame 1
onClipEvent (load) {
starting = random(10);
if (starting > 3) {
this.gotoAndPlay("jan");
}
if (starting == 3) {
this.gotoAndPlay("jan");
}
if (starting == 2) {
this.gotoAndPlay(141);
}
if (starting == 1) {
this.gotoAndPlay(1);
}
}
Instance of Symbol 56 MovieClip "beertje2" in Symbol 71 MovieClip Frame 1
onClipEvent (load) {
starting = random(10);
if (starting > 3) {
this.gotoAndPlay("jan");
}
if (starting == 3) {
this.gotoAndPlay("jan");
}
if (starting == 2) {
this.gotoAndPlay(141);
}
if (starting == 1) {
this.gotoAndPlay(1);
}
}
Instance of Symbol 57 MovieClip "beertje3" in Symbol 71 MovieClip Frame 1
onClipEvent (load) {
starting = random(10);
if (starting > 2) {
this.gotoAndPlay("jan");
}
if (starting == 2) {
this.gotoAndPlay("jan");
}
if (starting == 1) {
this.gotoAndPlay(1);
}
}
Symbol 71 MovieClip Frame 2
_root.speler.movieding.gotoAndStop(2);
if (if_) {
}
Instance of Symbol 48 MovieClip "ani" in Symbol 71 MovieClip Frame 2
onClipEvent (enterFrame) {
if (_root.speler._currentframe == 1) {
this.gotoAndPlay(_currentframe + 2);
} else {
this.stop();
}
}
Instance of Symbol 56 MovieClip "beertje1" in Symbol 71 MovieClip Frame 2
onClipEvent (load) {
starting = random(10);
if (starting > 3) {
this.gotoAndPlay("jan");
}
if (starting == 3) {
this.gotoAndPlay("jan");
}
if (starting == 2) {
this.gotoAndPlay(141);
}
if (starting == 1) {
this.gotoAndPlay(1);
}
}
onClipEvent (enterFrame) {
if (_root.speler._currentframe == 1) {
this.gotoAndPlay(this._currentframe + 2);
} else {
this.stop();
}
}
Instance of Symbol 56 MovieClip "beertje2" in Symbol 71 MovieClip Frame 2
onClipEvent (load) {
starting = random(10);
if (starting > 3) {
this.gotoAndPlay("jan");
}
if (starting == 3) {
this.gotoAndPlay("jan");
}
if (starting == 2) {
this.gotoAndPlay(141);
}
if (starting == 1) {
this.gotoAndPlay(1);
}
}
onClipEvent (enterFrame) {
if (_root.speler._currentframe == 1) {
this.gotoAndPlay(this._currentframe + 2);
} else {
this.stop();
}
}
Instance of Symbol 57 MovieClip "beertje3" in Symbol 71 MovieClip Frame 2
onClipEvent (load) {
starting = random(10);
if (starting > 2) {
this.gotoAndPlay("jan");
}
if (starting == 2) {
this.gotoAndPlay("jan");
}
if (starting == 1) {
this.gotoAndPlay(1);
}
}
onClipEvent (enterFrame) {
if (_root.speler._currentframe == 1) {
this.gotoAndPlay(this._currentframe + 2);
} else {
this.stop();
}
}
Symbol 71 MovieClip Frame 3
_root.speler.movieding.gotoAndStop(3);
Instance of Symbol 48 MovieClip "ani" in Symbol 71 MovieClip Frame 3
onClipEvent (enterFrame) {
if (_root.speler._currentframe == 1) {
this.gotoAndPlay(_currentframe + 4);
} else {
this.stop();
}
}
Instance of Symbol 56 MovieClip "beertje1" in Symbol 71 MovieClip Frame 3
onClipEvent (load) {
starting = random(10);
if (starting > 3) {
this.gotoAndPlay("jan");
}
if (starting == 3) {
this.gotoAndPlay("jan");
}
if (starting == 2) {
this.gotoAndPlay(141);
}
if (starting == 1) {
this.gotoAndPlay(1);
}
}
onClipEvent (enterFrame) {
if (_root.speler._currentframe == 1) {
this.gotoAndPlay(this._currentframe + 4);
} else {
this.stop();
}
}
Instance of Symbol 56 MovieClip "beertje2" in Symbol 71 MovieClip Frame 3
onClipEvent (load) {
starting = random(10);
if (starting > 3) {
this.gotoAndPlay("jan");
}
if (starting == 3) {
this.gotoAndPlay("jan");
}
if (starting == 2) {
this.gotoAndPlay(141);
}
if (starting == 1) {
this.gotoAndPlay(1);
}
}
onClipEvent (enterFrame) {
if (_root.speler._currentframe == 1) {
this.gotoAndPlay(this._currentframe + 4);
} else {
this.stop();
}
}
Instance of Symbol 57 MovieClip "beertje3" in Symbol 71 MovieClip Frame 3
onClipEvent (load) {
starting = random(10);
if (starting > 2) {
this.gotoAndPlay("jan");
}
if (starting == 2) {
this.gotoAndPlay("jan");
}
if (starting == 1) {
this.gotoAndPlay(1);
}
}
onClipEvent (enterFrame) {
if (_root.speler._currentframe == 1) {
this.gotoAndPlay(this._currentframe + 4);
} else {
this.stop();
}
}
Symbol 71 MovieClip Frame 4
_root.speler.movieding.gotoAndStop(4);
Instance of Symbol 48 MovieClip "ani" in Symbol 71 MovieClip Frame 4
onClipEvent (enterFrame) {
if (_root.speler._currentframe == 1) {
this.gotoAndPlay(_currentframe + 10);
} else {
this.stop();
}
}
Instance of Symbol 56 MovieClip "beertje1" in Symbol 71 MovieClip Frame 4
onClipEvent (load) {
starting = random(10);
if (starting > 3) {
this.gotoAndPlay("jan");
}
if (starting == 3) {
this.gotoAndPlay("jan");
}
if (starting == 2) {
this.gotoAndPlay(141);
}
if (starting == 1) {
this.gotoAndPlay(1);
}
}
onClipEvent (enterFrame) {
if (_root.speler._currentframe == 1) {
this.gotoAndPlay(this._currentframe + 10);
} else {
this.stop();
}
}
Instance of Symbol 56 MovieClip "beertje2" in Symbol 71 MovieClip Frame 4
onClipEvent (load) {
starting = random(10);
if (starting > 3) {
this.gotoAndPlay("jan");
}
if (starting == 3) {
this.gotoAndPlay("jan");
}
if (starting == 2) {
this.gotoAndPlay(141);
}
if (starting == 1) {
this.gotoAndPlay(1);
}
}
onClipEvent (enterFrame) {
if (_root.speler._currentframe == 1) {
this.gotoAndPlay(this._currentframe + 10);
} else {
this.stop();
}
}
Instance of Symbol 57 MovieClip "beertje3" in Symbol 71 MovieClip Frame 4
onClipEvent (load) {
starting = random(10);
if (starting > 2) {
this.gotoAndPlay("jan");
}
if (starting == 2) {
this.gotoAndPlay("jan");
}
if (starting == 1) {
this.gotoAndPlay(1);
}
}
onClipEvent (enterFrame) {
if (_root.speler._currentframe == 1) {
this.gotoAndPlay(this._currentframe + 10);
} else {
this.stop();
}
}