Frame 1 (153 B)
loadedbytes = getBytesLoaded();
totalbytes = getBytesTotal();
percentbytes = int(loadedbytes / (totalbytes / 100));
loader.gotoAndStop(percentbytes);
Frame 2 (65 B)
if (loadedbytes == totalbytes) {
} else {
gotoAndPlay (1);
}
Frame 3 (8 B)
stop();
Frame 4 (8 B)
stop();
Instance of Symbol 39 MovieClip in Frame 6 (84 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.car)) {
_root.nextFrame();
}
}
Instance of Symbol 43 MovieClip "car" in Frame 6 (584 B)
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 (84 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.car)) {
_root.nextFrame();
}
}
Instance of Symbol 43 MovieClip "car" in Frame 7 (584 B)
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 (584 B)
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 (35 B)
stopAllSounds();
gotoAndPlay (4);
Instance of Symbol 39 MovieClip in Frame 11 (84 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.car)) {
_root.nextFrame();
}
}
Instance of Symbol 43 MovieClip "car" in Frame 11 (584 B)
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 (584 B)
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 (584 B)
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 (584 B)
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 (584 B)
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 (584 B)
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 (584 B)
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 (584 B)
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 (84 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.car)) {
_root.nextFrame();
}
}
Instance of Symbol 43 MovieClip "car" in Frame 19 (584 B)
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 (84 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.car)) {
_root.nextFrame();
}
}
Instance of Symbol 43 MovieClip "car" in Frame 20 (584 B)
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 (584 B)
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 (584 B)
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 (584 B)
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 (584 B)
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 (584 B)
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 (35 B)
stopAllSounds();
gotoAndPlay (4);
Instance of Symbol 39 MovieClip in Frame 29 (84 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.car)) {
_root.nextFrame();
}
}
Instance of Symbol 43 MovieClip "car" in Frame 29 (584 B)
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 (584 B)
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 (584 B)
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 (584 B)
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 (584 B)
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 (584 B)
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 (584 B)
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 (584 B)
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 (84 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.car)) {
_root.nextFrame();
}
}
Instance of Symbol 43 MovieClip "car" in Frame 37 (584 B)
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 (84 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.car)) {
_root.nextFrame();
}
}
Instance of Symbol 43 MovieClip "car" in Frame 38 (584 B)
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 (584 B)
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 (584 B)
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 (584 B)
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 (584 B)
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 (584 B)
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 (35 B)
stopAllSounds();
gotoAndPlay (4);
Instance of Symbol 39 MovieClip in Frame 47 (84 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.car)) {
_root.nextFrame();
}
}
Instance of Symbol 43 MovieClip "car" in Frame 47 (584 B)
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 (584 B)
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 (584 B)
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 (584 B)
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 (584 B)
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 (584 B)
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 (584 B)
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 (584 B)
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 (84 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.car)) {
_root.nextFrame();
}
}
Instance of Symbol 43 MovieClip "car" in Frame 55 (584 B)
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 (84 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.car)) {
_root.nextFrame();
}
}
Instance of Symbol 43 MovieClip "car" in Frame 56 (584 B)
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 (584 B)
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 (584 B)
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 (584 B)
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 (584 B)
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 (584 B)
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 (35 B)
stopAllSounds();
gotoAndPlay (4);
Instance of Symbol 39 MovieClip in Frame 65 (84 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.car)) {
_root.nextFrame();
}
}
Instance of Symbol 43 MovieClip "car" in Frame 65 (584 B)
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 (584 B)
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 (584 B)
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 (584 B)
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 (584 B)
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 (35 B)
stopAllSounds();
gotoAndStop (4);
Symbol 17 MovieClip Frame 1 (8 B)
stop();
Symbol 22 Button (53 B)
on (press) {
getURL ("http://www.lawlolawl.com/");
}
Symbol 23 Button (23 B)
on (press) {
play();
}
Symbol 28 Button (32 B)
on (press) {
gotoAndStop (5);
}
Symbol 30 Button (33 B)
on (press) {
gotoAndStop (10);
}
Symbol 33 Button (33 B)
on (press) {
gotoAndStop (65);
}
Symbol 36 Button (32 B)
on (press) {
gotoAndStop (6);
}
Symbol 52 Button (33 B)
on (press) {
gotoAndStop (11);
}
Symbol 59 MovieClip Frame 1502 (29 B)
_root.gotoAndStop("Death2");
Symbol 105 Button (33 B)
on (press) {
gotoAndStop (29);
}
Symbol 117 MovieClip Frame 277 (28 B)
_root.gotoAndStop("Back2");
Symbol 119 Button (33 B)
on (press) {
gotoAndStop (11);
}
Symbol 152 Button (33 B)
on (press) {
gotoAndStop (47);
}
Symbol 153 Button (33 B)
on (press) {
gotoAndStop (29);
}
Symbol 157 MovieClip Frame 3001 (29 B)
_root.gotoAndStop("Death3");
Symbol 187 Button (33 B)
on (press) {
gotoAndStop (65);
}
Symbol 188 MovieClip Frame 277 (28 B)
_root.gotoAndStop("Back3");
Symbol 189 Button (33 B)
on (press) {
gotoAndStop (47);
}