Frame 1
loadedbytes = getBytesLoaded();
totalbytes = getBytesTotal();
percentbytes = int(loadedbytes / (totalbytes / 100));
loader.gotoAndStop(percentbytes);
Frame 2
if (loadedbytes == totalbytes) {
} else {
gotoAndPlay (1);
}
Frame 3
stop();
Frame 4
stop();
Instance of Symbol 39 MovieClip in Frame 6
onClipEvent (enterFrame) {
if (this.hitTest(_root.car)) {
_root.nextFrame();
}
}
Instance of Symbol 43 MovieClip "car" in Frame 6
onClipEvent (load) {
speed = 0;
}
onClipEvent (enterFrame) {
if (Key.isDown(38)) {
speed = speed + 1;
}
if (Key.isDown(40)) {
speed = speed - 1;
}
if (Math.abs(speed) > 10) {
speed = speed * 0.7;
}
if (Key.isDown(37)) {
_rotation = (_rotation - 5);
}
if (Key.isDown(39)) {
_rotation = (_rotation + 5);
}
speed = speed * 0.98;
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.6;
}
}
Instance of Symbol 39 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this.hitTest(_root.car)) {
_root.nextFrame();
}
}
Instance of Symbol 43 MovieClip "car" in Frame 7
onClipEvent (load) {
speed = 0;
}
onClipEvent (enterFrame) {
if (Key.isDown(38)) {
speed = speed + 1;
}
if (Key.isDown(40)) {
speed = speed - 1;
}
if (Math.abs(speed) > 10) {
speed = speed * 0.7;
}
if (Key.isDown(37)) {
_rotation = (_rotation - 5);
}
if (Key.isDown(39)) {
_rotation = (_rotation + 5);
}
speed = speed * 0.98;
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.6;
}
}
Instance of Symbol 43 MovieClip "car" in Frame 8
onClipEvent (load) {
speed = 0;
}
onClipEvent (enterFrame) {
if (Key.isDown(38)) {
speed = speed + 1;
}
if (Key.isDown(40)) {
speed = speed - 1;
}
if (Math.abs(speed) > 10) {
speed = speed * 0.7;
}
if (Key.isDown(37)) {
_rotation = (_rotation - 5);
}
if (Key.isDown(39)) {
_rotation = (_rotation + 5);
}
speed = speed * 0.98;
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.6;
}
}
Frame 9
stopAllSounds();
gotoAndPlay (4);
Instance of Symbol 39 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.car)) {
_root.nextFrame();
}
}
Instance of Symbol 43 MovieClip "car" in Frame 11
onClipEvent (load) {
speed = 0;
}
onClipEvent (enterFrame) {
if (Key.isDown(38)) {
speed = speed + 1;
}
if (Key.isDown(40)) {
speed = speed - 1;
}
if (Math.abs(speed) > 10) {
speed = speed * 0.7;
}
if (Key.isDown(37)) {
_rotation = (_rotation - 5);
}
if (Key.isDown(39)) {
_rotation = (_rotation + 5);
}
speed = speed * 0.98;
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.6;
}
}
Instance of Symbol 43 MovieClip "car" in Frame 12
onClipEvent (load) {
speed = 0;
}
onClipEvent (enterFrame) {
if (Key.isDown(38)) {
speed = speed + 1;
}
if (Key.isDown(40)) {
speed = speed - 1;
}
if (Math.abs(speed) > 10) {
speed = speed * 0.7;
}
if (Key.isDown(37)) {
_rotation = (_rotation - 5);
}
if (Key.isDown(39)) {
_rotation = (_rotation + 5);
}
speed = speed * 0.98;
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.6;
}
}
Instance of Symbol 43 MovieClip "car" in Frame 13
onClipEvent (load) {
speed = 0;
}
onClipEvent (enterFrame) {
if (Key.isDown(38)) {
speed = speed + 1;
}
if (Key.isDown(40)) {
speed = speed - 1;
}
if (Math.abs(speed) > 10) {
speed = speed * 0.7;
}
if (Key.isDown(37)) {
_rotation = (_rotation - 5);
}
if (Key.isDown(39)) {
_rotation = (_rotation + 5);
}
speed = speed * 0.98;
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.6;
}
}
Instance of Symbol 43 MovieClip "car" in Frame 14
onClipEvent (load) {
speed = 0;
}
onClipEvent (enterFrame) {
if (Key.isDown(38)) {
speed = speed + 1;
}
if (Key.isDown(40)) {
speed = speed - 1;
}
if (Math.abs(speed) > 10) {
speed = speed * 0.7;
}
if (Key.isDown(37)) {
_rotation = (_rotation - 5);
}
if (Key.isDown(39)) {
_rotation = (_rotation + 5);
}
speed = speed * 0.98;
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.6;
}
}
Instance of Symbol 43 MovieClip "car" in Frame 15
onClipEvent (load) {
speed = 0;
}
onClipEvent (enterFrame) {
if (Key.isDown(38)) {
speed = speed + 1;
}
if (Key.isDown(40)) {
speed = speed - 1;
}
if (Math.abs(speed) > 10) {
speed = speed * 0.7;
}
if (Key.isDown(37)) {
_rotation = (_rotation - 5);
}
if (Key.isDown(39)) {
_rotation = (_rotation + 5);
}
speed = speed * 0.98;
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.6;
}
}
Instance of Symbol 43 MovieClip "car" in Frame 16
onClipEvent (load) {
speed = 0;
}
onClipEvent (enterFrame) {
if (Key.isDown(38)) {
speed = speed + 1;
}
if (Key.isDown(40)) {
speed = speed - 1;
}
if (Math.abs(speed) > 10) {
speed = speed * 0.7;
}
if (Key.isDown(37)) {
_rotation = (_rotation - 5);
}
if (Key.isDown(39)) {
_rotation = (_rotation + 5);
}
speed = speed * 0.98;
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.6;
}
}
Instance of Symbol 43 MovieClip "car" in Frame 17
onClipEvent (load) {
speed = 0;
}
onClipEvent (enterFrame) {
if (Key.isDown(38)) {
speed = speed + 1;
}
if (Key.isDown(40)) {
speed = speed - 1;
}
if (Math.abs(speed) > 10) {
speed = speed * 0.7;
}
if (Key.isDown(37)) {
_rotation = (_rotation - 5);
}
if (Key.isDown(39)) {
_rotation = (_rotation + 5);
}
speed = speed * 0.98;
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.6;
}
}
Instance of Symbol 43 MovieClip "car" in Frame 18
onClipEvent (load) {
speed = 0;
}
onClipEvent (enterFrame) {
if (Key.isDown(38)) {
speed = speed + 1;
}
if (Key.isDown(40)) {
speed = speed - 1;
}
if (Math.abs(speed) > 10) {
speed = speed * 0.7;
}
if (Key.isDown(37)) {
_rotation = (_rotation - 5);
}
if (Key.isDown(39)) {
_rotation = (_rotation + 5);
}
speed = speed * 0.98;
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.6;
}
}
Instance of Symbol 39 MovieClip in Frame 19
onClipEvent (enterFrame) {
if (this.hitTest(_root.car)) {
_root.nextFrame();
}
}
Instance of Symbol 43 MovieClip "car" in Frame 19
onClipEvent (load) {
speed = 0;
}
onClipEvent (enterFrame) {
if (Key.isDown(38)) {
speed = speed + 1;
}
if (Key.isDown(40)) {
speed = speed - 1;
}
if (Math.abs(speed) > 10) {
speed = speed * 0.7;
}
if (Key.isDown(37)) {
_rotation = (_rotation - 5);
}
if (Key.isDown(39)) {
_rotation = (_rotation + 5);
}
speed = speed * 0.98;
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.6;
}
}
Instance of Symbol 39 MovieClip in Frame 20
onClipEvent (enterFrame) {
if (this.hitTest(_root.car)) {
_root.nextFrame();
}
}
Instance of Symbol 43 MovieClip "car" in Frame 20
onClipEvent (load) {
speed = 0;
}
onClipEvent (enterFrame) {
if (Key.isDown(38)) {
speed = speed + 1;
}
if (Key.isDown(40)) {
speed = speed - 1;
}
if (Math.abs(speed) > 10) {
speed = speed * 0.7;
}
if (Key.isDown(37)) {
_rotation = (_rotation - 5);
}
if (Key.isDown(39)) {
_rotation = (_rotation + 5);
}
speed = speed * 0.98;
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.6;
}
}
Instance of Symbol 43 MovieClip "car" in Frame 21
onClipEvent (load) {
speed = 0;
}
onClipEvent (enterFrame) {
if (Key.isDown(38)) {
speed = speed + 1;
}
if (Key.isDown(40)) {
speed = speed - 1;
}
if (Math.abs(speed) > 10) {
speed = speed * 0.7;
}
if (Key.isDown(37)) {
_rotation = (_rotation - 5);
}
if (Key.isDown(39)) {
_rotation = (_rotation + 5);
}
speed = speed * 0.98;
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.6;
}
}
Instance of Symbol 43 MovieClip "car" in Frame 22
onClipEvent (load) {
speed = 0;
}
onClipEvent (enterFrame) {
if (Key.isDown(38)) {
speed = speed + 1;
}
if (Key.isDown(40)) {
speed = speed - 1;
}
if (Math.abs(speed) > 10) {
speed = speed * 0.7;
}
if (Key.isDown(37)) {
_rotation = (_rotation - 5);
}
if (Key.isDown(39)) {
_rotation = (_rotation + 5);
}
speed = speed * 0.98;
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.6;
}
}
Instance of Symbol 43 MovieClip "car" in Frame 23
onClipEvent (load) {
speed = 0;
}
onClipEvent (enterFrame) {
if (Key.isDown(38)) {
speed = speed + 1;
}
if (Key.isDown(40)) {
speed = speed - 1;
}
if (Math.abs(speed) > 10) {
speed = speed * 0.7;
}
if (Key.isDown(37)) {
_rotation = (_rotation - 5);
}
if (Key.isDown(39)) {
_rotation = (_rotation + 5);
}
speed = speed * 0.98;
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.6;
}
}
Instance of Symbol 43 MovieClip "car" in Frame 24
onClipEvent (load) {
speed = 0;
}
onClipEvent (enterFrame) {
if (Key.isDown(38)) {
speed = speed + 1;
}
if (Key.isDown(40)) {
speed = speed - 1;
}
if (Math.abs(speed) > 10) {
speed = speed * 0.7;
}
if (Key.isDown(37)) {
_rotation = (_rotation - 5);
}
if (Key.isDown(39)) {
_rotation = (_rotation + 5);
}
speed = speed * 0.98;
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.6;
}
}
Instance of Symbol 43 MovieClip "car" in Frame 25
onClipEvent (load) {
speed = 0;
}
onClipEvent (enterFrame) {
if (Key.isDown(38)) {
speed = speed + 1;
}
if (Key.isDown(40)) {
speed = speed - 1;
}
if (Math.abs(speed) > 10) {
speed = speed * 0.7;
}
if (Key.isDown(37)) {
_rotation = (_rotation - 5);
}
if (Key.isDown(39)) {
_rotation = (_rotation + 5);
}
speed = speed * 0.98;
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.6;
}
}
Frame 28
stopAllSounds();
gotoAndPlay (4);
Instance of Symbol 39 MovieClip in Frame 29
onClipEvent (enterFrame) {
if (this.hitTest(_root.car)) {
_root.nextFrame();
}
}
Instance of Symbol 43 MovieClip "car" in Frame 29
onClipEvent (load) {
speed = 0;
}
onClipEvent (enterFrame) {
if (Key.isDown(38)) {
speed = speed + 1;
}
if (Key.isDown(40)) {
speed = speed - 1;
}
if (Math.abs(speed) > 10) {
speed = speed * 0.7;
}
if (Key.isDown(37)) {
_rotation = (_rotation - 5);
}
if (Key.isDown(39)) {
_rotation = (_rotation + 5);
}
speed = speed * 0.98;
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.6;
}
}
Instance of Symbol 43 MovieClip "car" in Frame 30
onClipEvent (load) {
speed = 0;
}
onClipEvent (enterFrame) {
if (Key.isDown(38)) {
speed = speed + 1;
}
if (Key.isDown(40)) {
speed = speed - 1;
}
if (Math.abs(speed) > 10) {
speed = speed * 0.7;
}
if (Key.isDown(37)) {
_rotation = (_rotation - 5);
}
if (Key.isDown(39)) {
_rotation = (_rotation + 5);
}
speed = speed * 0.98;
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.6;
}
}
Instance of Symbol 43 MovieClip "car" in Frame 31
onClipEvent (load) {
speed = 0;
}
onClipEvent (enterFrame) {
if (Key.isDown(38)) {
speed = speed + 1;
}
if (Key.isDown(40)) {
speed = speed - 1;
}
if (Math.abs(speed) > 10) {
speed = speed * 0.7;
}
if (Key.isDown(37)) {
_rotation = (_rotation - 5);
}
if (Key.isDown(39)) {
_rotation = (_rotation + 5);
}
speed = speed * 0.98;
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.6;
}
}
Instance of Symbol 43 MovieClip "car" in Frame 32
onClipEvent (load) {
speed = 0;
}
onClipEvent (enterFrame) {
if (Key.isDown(38)) {
speed = speed + 1;
}
if (Key.isDown(40)) {
speed = speed - 1;
}
if (Math.abs(speed) > 10) {
speed = speed * 0.7;
}
if (Key.isDown(37)) {
_rotation = (_rotation - 5);
}
if (Key.isDown(39)) {
_rotation = (_rotation + 5);
}
speed = speed * 0.98;
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.6;
}
}
Instance of Symbol 43 MovieClip "car" in Frame 33
onClipEvent (load) {
speed = 0;
}
onClipEvent (enterFrame) {
if (Key.isDown(38)) {
speed = speed + 1;
}
if (Key.isDown(40)) {
speed = speed - 1;
}
if (Math.abs(speed) > 10) {
speed = speed * 0.7;
}
if (Key.isDown(37)) {
_rotation = (_rotation - 5);
}
if (Key.isDown(39)) {
_rotation = (_rotation + 5);
}
speed = speed * 0.98;
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.6;
}
}
Instance of Symbol 43 MovieClip "car" in Frame 34
onClipEvent (load) {
speed = 0;
}
onClipEvent (enterFrame) {
if (Key.isDown(38)) {
speed = speed + 1;
}
if (Key.isDown(40)) {
speed = speed - 1;
}
if (Math.abs(speed) > 10) {
speed = speed * 0.7;
}
if (Key.isDown(37)) {
_rotation = (_rotation - 5);
}
if (Key.isDown(39)) {
_rotation = (_rotation + 5);
}
speed = speed * 0.98;
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.6;
}
}
Instance of Symbol 43 MovieClip "car" in Frame 35
onClipEvent (load) {
speed = 0;
}
onClipEvent (enterFrame) {
if (Key.isDown(38)) {
speed = speed + 1;
}
if (Key.isDown(40)) {
speed = speed - 1;
}
if (Math.abs(speed) > 10) {
speed = speed * 0.7;
}
if (Key.isDown(37)) {
_rotation = (_rotation - 5);
}
if (Key.isDown(39)) {
_rotation = (_rotation + 5);
}
speed = speed * 0.98;
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.6;
}
}
Instance of Symbol 43 MovieClip "car" in Frame 36
onClipEvent (load) {
speed = 0;
}
onClipEvent (enterFrame) {
if (Key.isDown(38)) {
speed = speed + 1;
}
if (Key.isDown(40)) {
speed = speed - 1;
}
if (Math.abs(speed) > 10) {
speed = speed * 0.7;
}
if (Key.isDown(37)) {
_rotation = (_rotation - 5);
}
if (Key.isDown(39)) {
_rotation = (_rotation + 5);
}
speed = speed * 0.98;
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.6;
}
}
Instance of Symbol 39 MovieClip in Frame 37
onClipEvent (enterFrame) {
if (this.hitTest(_root.car)) {
_root.nextFrame();
}
}
Instance of Symbol 43 MovieClip "car" in Frame 37
onClipEvent (load) {
speed = 0;
}
onClipEvent (enterFrame) {
if (Key.isDown(38)) {
speed = speed + 1;
}
if (Key.isDown(40)) {
speed = speed - 1;
}
if (Math.abs(speed) > 10) {
speed = speed * 0.7;
}
if (Key.isDown(37)) {
_rotation = (_rotation - 5);
}
if (Key.isDown(39)) {
_rotation = (_rotation + 5);
}
speed = speed * 0.98;
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.6;
}
}
Instance of Symbol 39 MovieClip in Frame 38
onClipEvent (enterFrame) {
if (this.hitTest(_root.car)) {
_root.nextFrame();
}
}
Instance of Symbol 43 MovieClip "car" in Frame 38
onClipEvent (load) {
speed = 0;
}
onClipEvent (enterFrame) {
if (Key.isDown(38)) {
speed = speed + 1;
}
if (Key.isDown(40)) {
speed = speed - 1;
}
if (Math.abs(speed) > 10) {
speed = speed * 0.7;
}
if (Key.isDown(37)) {
_rotation = (_rotation - 5);
}
if (Key.isDown(39)) {
_rotation = (_rotation + 5);
}
speed = speed * 0.98;
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.6;
}
}
Instance of Symbol 43 MovieClip "car" in Frame 39
onClipEvent (load) {
speed = 0;
}
onClipEvent (enterFrame) {
if (Key.isDown(38)) {
speed = speed + 1;
}
if (Key.isDown(40)) {
speed = speed - 1;
}
if (Math.abs(speed) > 10) {
speed = speed * 0.7;
}
if (Key.isDown(37)) {
_rotation = (_rotation - 5);
}
if (Key.isDown(39)) {
_rotation = (_rotation + 5);
}
speed = speed * 0.98;
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.6;
}
}
Instance of Symbol 43 MovieClip "car" in Frame 40
onClipEvent (load) {
speed = 0;
}
onClipEvent (enterFrame) {
if (Key.isDown(38)) {
speed = speed + 1;
}
if (Key.isDown(40)) {
speed = speed - 1;
}
if (Math.abs(speed) > 10) {
speed = speed * 0.7;
}
if (Key.isDown(37)) {
_rotation = (_rotation - 5);
}
if (Key.isDown(39)) {
_rotation = (_rotation + 5);
}
speed = speed * 0.98;
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.6;
}
}
Instance of Symbol 43 MovieClip "car" in Frame 41
onClipEvent (load) {
speed = 0;
}
onClipEvent (enterFrame) {
if (Key.isDown(38)) {
speed = speed + 1;
}
if (Key.isDown(40)) {
speed = speed - 1;
}
if (Math.abs(speed) > 10) {
speed = speed * 0.7;
}
if (Key.isDown(37)) {
_rotation = (_rotation - 5);
}
if (Key.isDown(39)) {
_rotation = (_rotation + 5);
}
speed = speed * 0.98;
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.6;
}
}
Instance of Symbol 43 MovieClip "car" in Frame 42
onClipEvent (load) {
speed = 0;
}
onClipEvent (enterFrame) {
if (Key.isDown(38)) {
speed = speed + 1;
}
if (Key.isDown(40)) {
speed = speed - 1;
}
if (Math.abs(speed) > 10) {
speed = speed * 0.7;
}
if (Key.isDown(37)) {
_rotation = (_rotation - 5);
}
if (Key.isDown(39)) {
_rotation = (_rotation + 5);
}
speed = speed * 0.98;
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.6;
}
}
Instance of Symbol 43 MovieClip "car" in Frame 43
onClipEvent (load) {
speed = 0;
}
onClipEvent (enterFrame) {
if (Key.isDown(38)) {
speed = speed + 1;
}
if (Key.isDown(40)) {
speed = speed - 1;
}
if (Math.abs(speed) > 10) {
speed = speed * 0.7;
}
if (Key.isDown(37)) {
_rotation = (_rotation - 5);
}
if (Key.isDown(39)) {
_rotation = (_rotation + 5);
}
speed = speed * 0.98;
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.6;
}
}
Frame 46
stopAllSounds();
gotoAndPlay (4);
Instance of Symbol 39 MovieClip in Frame 47
onClipEvent (enterFrame) {
if (this.hitTest(_root.car)) {
_root.nextFrame();
}
}
Instance of Symbol 43 MovieClip "car" in Frame 47
onClipEvent (load) {
speed = 0;
}
onClipEvent (enterFrame) {
if (Key.isDown(38)) {
speed = speed + 1;
}
if (Key.isDown(40)) {
speed = speed - 1;
}
if (Math.abs(speed) > 10) {
speed = speed * 0.7;
}
if (Key.isDown(37)) {
_rotation = (_rotation - 5);
}
if (Key.isDown(39)) {
_rotation = (_rotation + 5);
}
speed = speed * 0.98;
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.6;
}
}
Instance of Symbol 43 MovieClip "car" in Frame 48
onClipEvent (load) {
speed = 0;
}
onClipEvent (enterFrame) {
if (Key.isDown(38)) {
speed = speed + 1;
}
if (Key.isDown(40)) {
speed = speed - 1;
}
if (Math.abs(speed) > 10) {
speed = speed * 0.7;
}
if (Key.isDown(37)) {
_rotation = (_rotation - 5);
}
if (Key.isDown(39)) {
_rotation = (_rotation + 5);
}
speed = speed * 0.98;
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.6;
}
}
Instance of Symbol 43 MovieClip "car" in Frame 49
onClipEvent (load) {
speed = 0;
}
onClipEvent (enterFrame) {
if (Key.isDown(38)) {
speed = speed + 1;
}
if (Key.isDown(40)) {
speed = speed - 1;
}
if (Math.abs(speed) > 10) {
speed = speed * 0.7;
}
if (Key.isDown(37)) {
_rotation = (_rotation - 5);
}
if (Key.isDown(39)) {
_rotation = (_rotation + 5);
}
speed = speed * 0.98;
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.6;
}
}
Instance of Symbol 43 MovieClip "car" in Frame 50
onClipEvent (load) {
speed = 0;
}
onClipEvent (enterFrame) {
if (Key.isDown(38)) {
speed = speed + 1;
}
if (Key.isDown(40)) {
speed = speed - 1;
}
if (Math.abs(speed) > 10) {
speed = speed * 0.7;
}
if (Key.isDown(37)) {
_rotation = (_rotation - 5);
}
if (Key.isDown(39)) {
_rotation = (_rotation + 5);
}
speed = speed * 0.98;
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.6;
}
}
Instance of Symbol 43 MovieClip "car" in Frame 51
onClipEvent (load) {
speed = 0;
}
onClipEvent (enterFrame) {
if (Key.isDown(38)) {
speed = speed + 1;
}
if (Key.isDown(40)) {
speed = speed - 1;
}
if (Math.abs(speed) > 10) {
speed = speed * 0.7;
}
if (Key.isDown(37)) {
_rotation = (_rotation - 5);
}
if (Key.isDown(39)) {
_rotation = (_rotation + 5);
}
speed = speed * 0.98;
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.6;
}
}
Instance of Symbol 43 MovieClip "car" in Frame 52
onClipEvent (load) {
speed = 0;
}
onClipEvent (enterFrame) {
if (Key.isDown(38)) {
speed = speed + 1;
}
if (Key.isDown(40)) {
speed = speed - 1;
}
if (Math.abs(speed) > 10) {
speed = speed * 0.7;
}
if (Key.isDown(37)) {
_rotation = (_rotation - 5);
}
if (Key.isDown(39)) {
_rotation = (_rotation + 5);
}
speed = speed * 0.98;
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.6;
}
}
Instance of Symbol 43 MovieClip "car" in Frame 53
onClipEvent (load) {
speed = 0;
}
onClipEvent (enterFrame) {
if (Key.isDown(38)) {
speed = speed + 1;
}
if (Key.isDown(40)) {
speed = speed - 1;
}
if (Math.abs(speed) > 10) {
speed = speed * 0.7;
}
if (Key.isDown(37)) {
_rotation = (_rotation - 5);
}
if (Key.isDown(39)) {
_rotation = (_rotation + 5);
}
speed = speed * 0.98;
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.6;
}
}
Instance of Symbol 43 MovieClip "car" in Frame 54
onClipEvent (load) {
speed = 0;
}
onClipEvent (enterFrame) {
if (Key.isDown(38)) {
speed = speed + 1;
}
if (Key.isDown(40)) {
speed = speed - 1;
}
if (Math.abs(speed) > 10) {
speed = speed * 0.7;
}
if (Key.isDown(37)) {
_rotation = (_rotation - 5);
}
if (Key.isDown(39)) {
_rotation = (_rotation + 5);
}
speed = speed * 0.98;
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.6;
}
}
Instance of Symbol 39 MovieClip in Frame 55
onClipEvent (enterFrame) {
if (this.hitTest(_root.car)) {
_root.nextFrame();
}
}
Instance of Symbol 43 MovieClip "car" in Frame 55
onClipEvent (load) {
speed = 0;
}
onClipEvent (enterFrame) {
if (Key.isDown(38)) {
speed = speed + 1;
}
if (Key.isDown(40)) {
speed = speed - 1;
}
if (Math.abs(speed) > 10) {
speed = speed * 0.7;
}
if (Key.isDown(37)) {
_rotation = (_rotation - 5);
}
if (Key.isDown(39)) {
_rotation = (_rotation + 5);
}
speed = speed * 0.98;
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.6;
}
}
Instance of Symbol 39 MovieClip in Frame 56
onClipEvent (enterFrame) {
if (this.hitTest(_root.car)) {
_root.nextFrame();
}
}
Instance of Symbol 43 MovieClip "car" in Frame 56
onClipEvent (load) {
speed = 0;
}
onClipEvent (enterFrame) {
if (Key.isDown(38)) {
speed = speed + 1;
}
if (Key.isDown(40)) {
speed = speed - 1;
}
if (Math.abs(speed) > 10) {
speed = speed * 0.7;
}
if (Key.isDown(37)) {
_rotation = (_rotation - 5);
}
if (Key.isDown(39)) {
_rotation = (_rotation + 5);
}
speed = speed * 0.98;
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.6;
}
}
Instance of Symbol 43 MovieClip "car" in Frame 57
onClipEvent (load) {
speed = 0;
}
onClipEvent (enterFrame) {
if (Key.isDown(38)) {
speed = speed + 1;
}
if (Key.isDown(40)) {
speed = speed - 1;
}
if (Math.abs(speed) > 10) {
speed = speed * 0.7;
}
if (Key.isDown(37)) {
_rotation = (_rotation - 5);
}
if (Key.isDown(39)) {
_rotation = (_rotation + 5);
}
speed = speed * 0.98;
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.6;
}
}
Instance of Symbol 43 MovieClip "car" in Frame 58
onClipEvent (load) {
speed = 0;
}
onClipEvent (enterFrame) {
if (Key.isDown(38)) {
speed = speed + 1;
}
if (Key.isDown(40)) {
speed = speed - 1;
}
if (Math.abs(speed) > 10) {
speed = speed * 0.7;
}
if (Key.isDown(37)) {
_rotation = (_rotation - 5);
}
if (Key.isDown(39)) {
_rotation = (_rotation + 5);
}
speed = speed * 0.98;
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.6;
}
}
Instance of Symbol 43 MovieClip "car" in Frame 59
onClipEvent (load) {
speed = 0;
}
onClipEvent (enterFrame) {
if (Key.isDown(38)) {
speed = speed + 1;
}
if (Key.isDown(40)) {
speed = speed - 1;
}
if (Math.abs(speed) > 10) {
speed = speed * 0.7;
}
if (Key.isDown(37)) {
_rotation = (_rotation - 5);
}
if (Key.isDown(39)) {
_rotation = (_rotation + 5);
}
speed = speed * 0.98;
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.6;
}
}
Instance of Symbol 43 MovieClip "car" in Frame 60
onClipEvent (load) {
speed = 0;
}
onClipEvent (enterFrame) {
if (Key.isDown(38)) {
speed = speed + 1;
}
if (Key.isDown(40)) {
speed = speed - 1;
}
if (Math.abs(speed) > 10) {
speed = speed * 0.7;
}
if (Key.isDown(37)) {
_rotation = (_rotation - 5);
}
if (Key.isDown(39)) {
_rotation = (_rotation + 5);
}
speed = speed * 0.98;
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.6;
}
}
Instance of Symbol 43 MovieClip "car" in Frame 61
onClipEvent (load) {
speed = 0;
}
onClipEvent (enterFrame) {
if (Key.isDown(38)) {
speed = speed + 1;
}
if (Key.isDown(40)) {
speed = speed - 1;
}
if (Math.abs(speed) > 10) {
speed = speed * 0.7;
}
if (Key.isDown(37)) {
_rotation = (_rotation - 5);
}
if (Key.isDown(39)) {
_rotation = (_rotation + 5);
}
speed = speed * 0.98;
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.6;
}
}
Frame 64
stopAllSounds();
gotoAndPlay (4);
Instance of Symbol 39 MovieClip in Frame 65
onClipEvent (enterFrame) {
if (this.hitTest(_root.car)) {
_root.nextFrame();
}
}
Instance of Symbol 43 MovieClip "car" in Frame 65
onClipEvent (load) {
speed = 0;
}
onClipEvent (enterFrame) {
if (Key.isDown(38)) {
speed = speed + 1;
}
if (Key.isDown(40)) {
speed = speed - 1;
}
if (Math.abs(speed) > 10) {
speed = speed * 0.7;
}
if (Key.isDown(37)) {
_rotation = (_rotation - 5);
}
if (Key.isDown(39)) {
_rotation = (_rotation + 5);
}
speed = speed * 0.98;
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.6;
}
}
Instance of Symbol 43 MovieClip "car" in Frame 66
onClipEvent (load) {
speed = 0;
}
onClipEvent (enterFrame) {
if (Key.isDown(38)) {
speed = speed + 1;
}
if (Key.isDown(40)) {
speed = speed - 1;
}
if (Math.abs(speed) > 10) {
speed = speed * 0.7;
}
if (Key.isDown(37)) {
_rotation = (_rotation - 5);
}
if (Key.isDown(39)) {
_rotation = (_rotation + 5);
}
speed = speed * 0.98;
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.6;
}
}
Instance of Symbol 43 MovieClip "car" in Frame 67
onClipEvent (load) {
speed = 0;
}
onClipEvent (enterFrame) {
if (Key.isDown(38)) {
speed = speed + 1;
}
if (Key.isDown(40)) {
speed = speed - 1;
}
if (Math.abs(speed) > 10) {
speed = speed * 0.7;
}
if (Key.isDown(37)) {
_rotation = (_rotation - 5);
}
if (Key.isDown(39)) {
_rotation = (_rotation + 5);
}
speed = speed * 0.98;
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.6;
}
}
Instance of Symbol 43 MovieClip "car" in Frame 68
onClipEvent (load) {
speed = 0;
}
onClipEvent (enterFrame) {
if (Key.isDown(38)) {
speed = speed + 1;
}
if (Key.isDown(40)) {
speed = speed - 1;
}
if (Math.abs(speed) > 10) {
speed = speed * 0.7;
}
if (Key.isDown(37)) {
_rotation = (_rotation - 5);
}
if (Key.isDown(39)) {
_rotation = (_rotation + 5);
}
speed = speed * 0.98;
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.6;
}
}
Instance of Symbol 43 MovieClip "car" in Frame 69
onClipEvent (load) {
speed = 0;
}
onClipEvent (enterFrame) {
if (Key.isDown(38)) {
speed = speed + 1;
}
if (Key.isDown(40)) {
speed = speed - 1;
}
if (Math.abs(speed) > 10) {
speed = speed * 0.7;
}
if (Key.isDown(37)) {
_rotation = (_rotation - 5);
}
if (Key.isDown(39)) {
_rotation = (_rotation + 5);
}
speed = speed * 0.98;
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.6;
}
}
Frame 70
stopAllSounds();
gotoAndStop (4);
Symbol 17 MovieClip Frame 1
stop();
Symbol 22 Button
on (press) {
getURL ("http://www.lawlolawl.com/");
}
Symbol 23 Button
on (press) {
play();
}
Symbol 28 Button
on (press) {
gotoAndStop (5);
}
Symbol 30 Button
on (press) {
gotoAndStop (10);
}
Symbol 33 Button
on (press) {
gotoAndStop (65);
}
Symbol 36 Button
on (press) {
gotoAndStop (6);
}
Symbol 52 Button
on (press) {
gotoAndStop (11);
}
Symbol 59 MovieClip Frame 1502
_root.gotoAndStop("Death2");
Symbol 105 Button
on (press) {
gotoAndStop (29);
}
Symbol 117 MovieClip Frame 277
_root.gotoAndStop("Back2");
Symbol 119 Button
on (press) {
gotoAndStop (11);
}
Symbol 152 Button
on (press) {
gotoAndStop (47);
}
Symbol 153 Button
on (press) {
gotoAndStop (29);
}
Symbol 157 MovieClip Frame 3001
_root.gotoAndStop("Death3");
Symbol 187 Button
on (press) {
gotoAndStop (65);
}
Symbol 188 MovieClip Frame 277
_root.gotoAndStop("Back3");
Symbol 189 Button
on (press) {
gotoAndStop (47);
}