Frame 1
stop();
Instance of Symbol 3 MovieClip in Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
onClipEvent (enterFrame) {
if (Key.isDown(38)) {
speed = speed + 5;
}
if (Key.isDown(40)) {
speed = speed - 5;
}
if (Math.abs(speed) > 20) {
speed = speed * 0.7;
}
if (Key.isDown(37)) {
_rotation = (_rotation - 15);
}
if (Key.isDown(39)) {
_rotation = (_rotation + 15);
}
speed = speed * 0.6;
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 17 MovieClip in Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 19 MovieClip in Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 21 MovieClip in Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 23 MovieClip in Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 25 MovieClip in Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 27 MovieClip in Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 29 MovieClip in Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 35 MovieClip in Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 37 MovieClip in Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 40 MovieClip in Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 42 MovieClip in Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 44 MovieClip in Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 46 MovieClip in Frame 1
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Frame 2
stop();
Instance of Symbol 49 MovieClip in Frame 2
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
onClipEvent (enterFrame) {
if (Key.isDown(38)) {
speed = speed + 5;
}
if (Key.isDown(40)) {
speed = speed - 5;
}
if (Math.abs(speed) > 20) {
speed = speed * 0.7;
}
if (Key.isDown(37)) {
_rotation = (_rotation - 15);
}
if (Key.isDown(39)) {
_rotation = (_rotation + 15);
}
speed = speed * 0.6;
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 53 MovieClip in Frame 2
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Frame 3
stop();
Instance of Symbol 58 MovieClip in Frame 3
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
onClipEvent (enterFrame) {
if (Key.isDown(38)) {
speed = speed + 5;
}
if (Key.isDown(40)) {
speed = speed - 5;
}
if (Math.abs(speed) > 20) {
speed = speed * 0.7;
}
if (Key.isDown(37)) {
_rotation = (_rotation - 15);
}
if (Key.isDown(39)) {
_rotation = (_rotation + 15);
}
speed = speed * 0.6;
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 61 MovieClip in Frame 3
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Frame 4
stop();
Instance of Symbol 53 MovieClip in Frame 4
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 35 MovieClip in Frame 4
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 37 MovieClip in Frame 4
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 40 MovieClip in Frame 4
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 42 MovieClip in Frame 4
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 44 MovieClip in Frame 4
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 46 MovieClip in Frame 4
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Frame 5
stop();
Instance of Symbol 73 MovieClip in Frame 5
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 73 MovieClip in Frame 5
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 73 MovieClip in Frame 5
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 73 MovieClip in Frame 5
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 73 MovieClip in Frame 5
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Instance of Symbol 73 MovieClip in Frame 5
on (press) {
startDrag ("");
}
on (release) {
stopDrag();
}
Symbol 3 MovieClip Frame 1
Symbol 33 Button
on (release) {
nextFrame();
}
Symbol 51 Button
on (release) {
prevFrame();
}