Frame 85
gotoAndStop (86);
Frame 88
stop();
Frame 89
stop();
Frame 90
stop();
Frame 91
stop();
Frame 92
stop();
Frame 93
stop();
points = 0;
time = 1000;
stopAllSounds();
Frame 94
Instance of Symbol 84 MovieClip "car" in Frame 94
onClipEvent (load) {
speed = 0;
}
onClipEvent (enterFrame) {
if (Key.isDown(38)) {
speed = speed - 0.75;
}
if (Key.isDown(40)) {
speed = speed + 0.5;
}
if (Math.abs(speed) > 20) {
speed = speed * 0.7;
}
if (Key.isDown(37)) {
_rotation = (_rotation - 7);
}
if (Key.isDown(39)) {
_rotation = (_rotation + 7);
}
speed = speed * 0.9;
x = Math.sin(_rotation * (Math.PI/180)) * speed;
y = (Math.cos(_rotation * (Math.PI/180)) * speed) * -1;
if (!_root.land.hitTest(_x + x, _y + y, true)) {
_x = (_x + x);
_y = (_y + y);
} else {
speed = speed * -0.8;
}
}
Instance of Symbol 105 MovieClip in Frame 94
onClipEvent (enterFrame) {
if (this.hitTest(_root.car)) {
tellTarget (_root.car) {
_x = (_x + 11);
};
}
}
Instance of Symbol 105 MovieClip in Frame 94
onClipEvent (enterFrame) {
if (this.hitTest(_root.car)) {
tellTarget (_root.car) {
_y = (_y + 8);
};
}
}
Instance of Symbol 105 MovieClip in Frame 94
onClipEvent (enterFrame) {
if (this.hitTest(_root.car)) {
tellTarget (_root.car) {
_x = (_x - 11);
};
}
}
Instance of Symbol 105 MovieClip in Frame 94
onClipEvent (enterFrame) {
if (this.hitTest(_root.car)) {
tellTarget (_root.car) {
_y = (_y - 8);
};
}
}
Frame 95
_root.time--;
gotoAndPlay (94);
if (time < 0) {
if (points < 1500) {
gotoAndPlay (109);
} else {
gotoAndPlay (96);
}
}
Frame 96
stop();
points = 0;
time = 1500;
Instance of Symbol 84 MovieClip "car" in Frame 97
onClipEvent (load) {
speed = 0;
}
onClipEvent (enterFrame) {
if (Key.isDown(38)) {
speed = speed - 0.75;
}
if (Key.isDown(40)) {
speed = speed + 0.5;
}
if (Math.abs(speed) > 20) {
speed = speed * 0.7;
}
if (Key.isDown(37)) {
_rotation = (_rotation - 7);
}
if (Key.isDown(39)) {
_rotation = (_rotation + 7);
}
speed = speed * 0.9;
x = Math.sin(_rotation * (Math.PI/180)) * speed;
y = (Math.cos(_rotation * (Math.PI/180)) * speed) * -1;
if (!_root.land.hitTest(_x + x, _y + y, true)) {
_x = (_x + x);
_y = (_y + y);
} else {
speed = speed * -0.8;
}
}
Instance of Symbol 105 MovieClip in Frame 97
onClipEvent (enterFrame) {
if (this.hitTest(_root.car)) {
tellTarget (_root.car) {
_x = (_x + 11);
};
}
}
Instance of Symbol 105 MovieClip in Frame 97
onClipEvent (enterFrame) {
if (this.hitTest(_root.car)) {
tellTarget (_root.car) {
_y = (_y + 8);
};
}
}
Instance of Symbol 105 MovieClip in Frame 97
onClipEvent (enterFrame) {
if (this.hitTest(_root.car)) {
tellTarget (_root.car) {
_x = (_x - 11);
};
}
}
Instance of Symbol 105 MovieClip in Frame 97
onClipEvent (enterFrame) {
if (this.hitTest(_root.car)) {
tellTarget (_root.car) {
_y = (_y - 8);
};
}
}
Frame 98
_root.time--;
gotoAndPlay (97);
if (time < 0) {
if (points < 2000) {
gotoAndPlay (110);
} else {
gotoAndPlay (99);
}
}
Frame 99
stop();
points = 0;
time = 1800;
Instance of Symbol 84 MovieClip "car" in Frame 100
onClipEvent (load) {
speed = 0;
}
onClipEvent (enterFrame) {
if (Key.isDown(38)) {
speed = speed - 0.75;
}
if (Key.isDown(40)) {
speed = speed + 0.5;
}
if (Math.abs(speed) > 20) {
speed = speed * 0.7;
}
if (Key.isDown(37)) {
_rotation = (_rotation - 7);
}
if (Key.isDown(39)) {
_rotation = (_rotation + 7);
}
speed = speed * 0.9;
x = Math.sin(_rotation * (Math.PI/180)) * speed;
y = (Math.cos(_rotation * (Math.PI/180)) * speed) * -1;
if (!_root.land.hitTest(_x + x, _y + y, true)) {
_x = (_x + x);
_y = (_y + y);
} else {
speed = speed * -0.8;
}
}
Instance of Symbol 105 MovieClip in Frame 100
onClipEvent (enterFrame) {
if (this.hitTest(_root.car)) {
tellTarget (_root.car) {
_x = (_x + 11);
};
}
}
Instance of Symbol 105 MovieClip in Frame 100
onClipEvent (enterFrame) {
if (this.hitTest(_root.car)) {
tellTarget (_root.car) {
_y = (_y + 8);
};
}
}
Instance of Symbol 105 MovieClip in Frame 100
onClipEvent (enterFrame) {
if (this.hitTest(_root.car)) {
tellTarget (_root.car) {
_x = (_x - 11);
};
}
}
Instance of Symbol 105 MovieClip in Frame 100
onClipEvent (enterFrame) {
if (this.hitTest(_root.car)) {
tellTarget (_root.car) {
_y = (_y - 8);
};
}
}
Frame 101
_root.time--;
gotoAndPlay (100);
if (time < 0) {
if (points < 2500) {
gotoAndPlay (111);
} else {
gotoAndPlay (102);
}
}
Frame 102
stop();
points = 0;
time = 2000;
Instance of Symbol 84 MovieClip "car" in Frame 103
onClipEvent (load) {
speed = 0;
}
onClipEvent (enterFrame) {
if (Key.isDown(38)) {
speed = speed - 0.75;
}
if (Key.isDown(40)) {
speed = speed + 0.5;
}
if (Math.abs(speed) > 20) {
speed = speed * 0.7;
}
if (Key.isDown(37)) {
_rotation = (_rotation - 7);
}
if (Key.isDown(39)) {
_rotation = (_rotation + 7);
}
speed = speed * 0.9;
x = Math.sin(_rotation * (Math.PI/180)) * speed;
y = (Math.cos(_rotation * (Math.PI/180)) * speed) * -1;
if (!_root.land.hitTest(_x + x, _y + y, true)) {
_x = (_x + x);
_y = (_y + y);
} else {
speed = speed * -0.8;
}
}
Instance of Symbol 105 MovieClip in Frame 103
onClipEvent (enterFrame) {
if (this.hitTest(_root.car)) {
tellTarget (_root.car) {
_x = (_x + 11);
};
}
}
Instance of Symbol 105 MovieClip in Frame 103
onClipEvent (enterFrame) {
if (this.hitTest(_root.car)) {
tellTarget (_root.car) {
_y = (_y + 8);
};
}
}
Instance of Symbol 105 MovieClip in Frame 103
onClipEvent (enterFrame) {
if (this.hitTest(_root.car)) {
tellTarget (_root.car) {
_x = (_x - 11);
};
}
}
Instance of Symbol 105 MovieClip in Frame 103
onClipEvent (enterFrame) {
if (this.hitTest(_root.car)) {
tellTarget (_root.car) {
_y = (_y - 8);
};
}
}
Frame 104
_root.time--;
gotoAndPlay (103);
if (time < 0) {
if (points < 3000) {
gotoAndPlay (112);
} else {
gotoAndPlay (105);
}
}
Frame 105
stop();
points = 0;
time = 2200;
Instance of Symbol 84 MovieClip "car" in Frame 106
onClipEvent (load) {
speed = 0;
}
onClipEvent (enterFrame) {
if (Key.isDown(38)) {
speed = speed - 0.75;
}
if (Key.isDown(40)) {
speed = speed + 0.5;
}
if (Math.abs(speed) > 20) {
speed = speed * 0.7;
}
if (Key.isDown(37)) {
_rotation = (_rotation - 7);
}
if (Key.isDown(39)) {
_rotation = (_rotation + 7);
}
speed = speed * 0.9;
x = Math.sin(_rotation * (Math.PI/180)) * speed;
y = (Math.cos(_rotation * (Math.PI/180)) * speed) * -1;
if (!_root.land.hitTest(_x + x, _y + y, true)) {
_x = (_x + x);
_y = (_y + y);
} else {
speed = speed * -0.8;
}
}
Instance of Symbol 105 MovieClip in Frame 106
onClipEvent (enterFrame) {
if (this.hitTest(_root.car)) {
tellTarget (_root.car) {
_x = (_x + 11);
};
}
}
Instance of Symbol 105 MovieClip in Frame 106
onClipEvent (enterFrame) {
if (this.hitTest(_root.car)) {
tellTarget (_root.car) {
_y = (_y + 8);
};
}
}
Instance of Symbol 105 MovieClip in Frame 106
onClipEvent (enterFrame) {
if (this.hitTest(_root.car)) {
tellTarget (_root.car) {
_x = (_x - 11);
};
}
}
Instance of Symbol 105 MovieClip in Frame 106
onClipEvent (enterFrame) {
if (this.hitTest(_root.car)) {
tellTarget (_root.car) {
_y = (_y - 8);
};
}
}
Frame 107
_root.time--;
gotoAndPlay (106);
if (time < 0) {
if (points < 3500) {
gotoAndPlay (113);
} else {
gotoAndPlay (108);
}
}
Frame 108
stop();
points = 0;
time = 0;
Frame 109
stop();
points = 0;
time = 1000;
Frame 110
stop();
points = 0;
time = 1500;
Frame 111
stop();
points = 0;
time = 1800;
Frame 112
stop();
points = 0;
time = 2000;
Frame 113
stop();
points = 0;
time = 2200;
Frame 114
stop();
Instance of Symbol 84 MovieClip "car" in Frame 115
onClipEvent (load) {
speed = 0;
}
onClipEvent (enterFrame) {
if (Key.isDown(38)) {
speed = speed - 0.75;
}
if (Key.isDown(40)) {
speed = speed + 0.5;
}
if (Math.abs(speed) > 20) {
speed = speed * 0.7;
}
if (Key.isDown(37)) {
_rotation = (_rotation - 7);
}
if (Key.isDown(39)) {
_rotation = (_rotation + 7);
}
speed = speed * 0.9;
x = Math.sin(_rotation * (Math.PI/180)) * speed;
y = (Math.cos(_rotation * (Math.PI/180)) * speed) * -1;
if (!_root.land.hitTest(_x + x, _y + y, true)) {
_x = (_x + x);
_y = (_y + y);
} else {
speed = speed * -0.8;
}
}
Instance of Symbol 189 MovieClip "car1" in Frame 115
onClipEvent (load) {
speed = 0;
}
onClipEvent (enterFrame) {
if (Key.isDown(87)) {
speed = speed - 0.75;
}
if (Key.isDown(83)) {
speed = speed + 0.5;
}
if (Math.abs(speed) > 20) {
speed = speed * 0.7;
}
if (Key.isDown(65)) {
_rotation = (_rotation - 7);
}
if (Key.isDown(68)) {
_rotation = (_rotation + 7);
}
speed = speed * 0.9;
x = Math.sin(_rotation * (Math.PI/180)) * speed;
y = (Math.cos(_rotation * (Math.PI/180)) * speed) * -1;
if (!_root.land.hitTest(_x + x, _y + y, true)) {
_x = (_x + x);
_y = (_y + y);
} else {
speed = speed * -0.8;
}
}
Instance of Symbol 105 MovieClip in Frame 115
onClipEvent (enterFrame) {
if (this.hitTest(_root.car)) {
tellTarget (_root.car) {
_x = (_x + 11);
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.car1)) {
tellTarget (_root.car1) {
_x = (_x + 11);
};
}
}
Instance of Symbol 105 MovieClip in Frame 115
onClipEvent (enterFrame) {
if (this.hitTest(_root.car)) {
tellTarget (_root.car) {
_y = (_y + 8);
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.car1)) {
tellTarget (_root.car1) {
_y = (_y + 8);
};
}
}
Instance of Symbol 105 MovieClip in Frame 115
onClipEvent (enterFrame) {
if (this.hitTest(_root.car)) {
tellTarget (_root.car) {
_x = (_x - 11);
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.car1)) {
tellTarget (_root.car1) {
_x = (_x - 11);
};
}
}
Instance of Symbol 105 MovieClip in Frame 115
onClipEvent (enterFrame) {
if (this.hitTest(_root.car)) {
tellTarget (_root.car) {
_y = (_y - 8);
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.car1)) {
tellTarget (_root.car1) {
_y = (_y - 8);
};
}
}
Frame 116
_root.time--;
gotoAndPlay (115);
if (time < 0) {
gotoAndPlay (114);
}
Instance of Symbol 84 MovieClip "car" in Frame 117
onClipEvent (load) {
speed = 0;
}
onClipEvent (enterFrame) {
if (Key.isDown(38)) {
speed = speed - 0.75;
}
if (Key.isDown(40)) {
speed = speed + 0.5;
}
if (Math.abs(speed) > 20) {
speed = speed * 0.7;
}
if (Key.isDown(37)) {
_rotation = (_rotation - 7);
}
if (Key.isDown(39)) {
_rotation = (_rotation + 7);
}
speed = speed * 0.9;
x = Math.sin(_rotation * (Math.PI/180)) * speed;
y = (Math.cos(_rotation * (Math.PI/180)) * speed) * -1;
if (!_root.land.hitTest(_x + x, _y + y, true)) {
_x = (_x + x);
_y = (_y + y);
} else {
speed = speed * -0.8;
}
}
Instance of Symbol 189 MovieClip "car1" in Frame 117
onClipEvent (load) {
speed = 0;
}
onClipEvent (enterFrame) {
if (Key.isDown(87)) {
speed = speed - 0.75;
}
if (Key.isDown(83)) {
speed = speed + 0.5;
}
if (Math.abs(speed) > 20) {
speed = speed * 0.7;
}
if (Key.isDown(65)) {
_rotation = (_rotation - 7);
}
if (Key.isDown(68)) {
_rotation = (_rotation + 7);
}
speed = speed * 0.9;
x = Math.sin(_rotation * (Math.PI/180)) * speed;
y = (Math.cos(_rotation * (Math.PI/180)) * speed) * -1;
if (!_root.land.hitTest(_x + x, _y + y, true)) {
_x = (_x + x);
_y = (_y + y);
} else {
speed = speed * -0.8;
}
}
Instance of Symbol 195 MovieClip "box" in Frame 117
onClipEvent (enterFrame) {
if (this.hitTest(_root.car1)) {
setProperty(_root.box, _x , 50 + random(300));
setProperty(_root.box, _y , 50 + random(200));
_root.points2++;
tellTarget ("_root.box") {
gotoAndPlay (1);
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.car)) {
setProperty(_root.box, _x , 50 + random(300));
setProperty(_root.box, _y , 50 + random(200));
_root.points++;
tellTarget ("_root.box") {
gotoAndPlay (1);
};
}
}
Instance of Symbol 105 MovieClip in Frame 117
onClipEvent (enterFrame) {
if (this.hitTest(_root.car)) {
tellTarget (_root.car) {
_x = (_x + 11);
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.car1)) {
tellTarget (_root.car1) {
_x = (_x + 11);
};
}
}
Instance of Symbol 105 MovieClip in Frame 117
onClipEvent (enterFrame) {
if (this.hitTest(_root.car)) {
tellTarget (_root.car) {
_y = (_y + 8);
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.car1)) {
tellTarget (_root.car1) {
_y = (_y + 8);
};
}
}
Instance of Symbol 105 MovieClip in Frame 117
onClipEvent (enterFrame) {
if (this.hitTest(_root.car)) {
tellTarget (_root.car) {
_x = (_x - 11);
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.car1)) {
tellTarget (_root.car1) {
_x = (_x - 11);
};
}
}
Instance of Symbol 105 MovieClip in Frame 117
onClipEvent (enterFrame) {
if (this.hitTest(_root.car)) {
tellTarget (_root.car) {
_y = (_y - 8);
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.car1)) {
tellTarget (_root.car1) {
_y = (_y - 8);
};
}
}
Frame 118
_root.time--;
gotoAndPlay (117);
if (time < 0) {
gotoAndPlay (114);
}
Symbol 14 Button
on (release) {
_root.play();
}
Symbol 15 MovieClip Frame 1
_root.stop();
PercentLoaded = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100;
if (PercentLoaded != 100) {
setProperty(bar, _xscale , PercentLoaded);
} else {
gotoAndStop ("loaded");
}
Symbol 15 MovieClip Frame 2
gotoAndPlay (1);
Symbol 22 Button
on (release) {
gotoAndPlay (92);
}
Symbol 26 Button
on (release) {
gotoAndStop (89);
}
Symbol 30 Button
on (release) {
gotoAndPlay (90);
}
Symbol 34 Button
on (release) {
getURL ("http://movie.hk.pl", "_blank");
}
Symbol 38 Button
on (release) {
gotoAndPlay (91);
}
Symbol 45 Button
on (release) {
_quality = "LOW";
}
Symbol 49 Button
on (release) {
_quality = "MEDIUM";
}
Symbol 52 Button
on (release) {
_quality = "BEST";
}
Symbol 56 Button
on (release) {
gotoAndPlay (88);
}
Symbol 63 Button
on (release) {
gotoAndPlay (93);
}
Symbol 67 Button
on (release) {
gotoAndPlay (114);
}
Symbol 77 Button
on (release) {
gotoAndPlay (94);
}
Symbol 91 MovieClip Frame 1
stop();
Instance of Symbol 88 MovieClip "enemy3" in Symbol 91 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.car)) {
tellTarget (_root.enemy.enemy2) {
gotoAndPlay (2);
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.car1)) {
tellTarget (_root.enemy.enemy2) {
_root.points2 = _root.points2 + 50;
gotoAndPlay (3);
};
}
}
Symbol 91 MovieClip Frame 2
_root.points = _root.points + 50;
Symbol 91 MovieClip Frame 10
gotoAndPlay (1);
setProperty(_root.enemy, _y , 50 + random(250));
tellTarget (_root.enemy) {
gotoAndPlay (1);
};
Symbol 92 MovieClip Frame 100
gotoAndPlay (1);
_root.points = _root.points - 25;
_root.points2 = _root.points2 - 25;
setProperty(_root.enemy, _y , 50 + random(250));
tellTarget (_root.enemy) {
gotoAndPlay (1);
};
Symbol 96 MovieClip Frame 1
stop();
Instance of Symbol 93 MovieClip in Symbol 96 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.car)) {
tellTarget (_root.enemys.enemys2) {
gotoAndPlay (2);
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.car1)) {
tellTarget (_root.enemys.enemys2) {
_root.points2 = _root.points2 + 25;
gotoAndPlay (3);
};
}
}
Symbol 96 MovieClip Frame 2
_root.points = _root.points + 25;
Symbol 96 MovieClip Frame 10
gotoAndPlay (1);
setProperty(_root.enemys, _y , 50 + random(250));
tellTarget (_root.enemys) {
gotoAndPlay (1);
};
Symbol 98 MovieClip Frame 200
gotoAndPlay (1);
_root.points = _root.points - 25;
_root.points2 = _root.points2 - 25;
setProperty(_root.enemys, _y , 50 + random(250));
tellTarget (_root.enemys) {
gotoAndPlay (1);
};
Symbol 102 MovieClip Frame 1
stop();
Instance of Symbol 99 MovieClip in Symbol 102 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.car)) {
tellTarget (_root.enemyse.enemyse2) {
gotoAndPlay (2);
};
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.car1)) {
tellTarget (_root.enemyse.enemyse2) {
_root.points2 = _root.points2 + 75;
gotoAndPlay (3);
};
}
}
Symbol 102 MovieClip Frame 2
_root.points = _root.points + 75;
Symbol 102 MovieClip Frame 10
gotoAndPlay (1);
setProperty(_root.enemyse, _y , 50 + random(250));
tellTarget (_root.enemyse) {
gotoAndPlay (1);
};
Symbol 103 MovieClip Frame 79
gotoAndPlay (1);
_root.points = _root.points - 25;
_root.points2 = _root.points2 - 25;
setProperty(_root.enemyse, _y , 50 + random(250));
tellTarget (_root.enemyse) {
gotoAndPlay (1);
};
Symbol 109 Button
on (release) {
gotoAndPlay (97);
}
Symbol 116 Button
on (release) {
gotoAndPlay (100);
}
Symbol 122 Button
on (release) {
gotoAndPlay (103);
}
Symbol 128 Button
on (release) {
gotoAndPlay (106);
}
Symbol 134 Button
on (release) {
gotoAndPlay (88);
}
Symbol 170 Button
on (release) {
gotoAndPlay (115);
points = 0;
points2 = 0;
time = 2000;
stopAllSounds();
}
Symbol 176 Button
on (release) {
gotoAndPlay (117);
points = 0;
points2 = 0;
time = 2000;
stopAllSounds();
}
Symbol 183 Button
on (release) {
gotoAndPlay (88);
}
Symbol 195 MovieClip Frame 12
stop();