Instance of Symbol 40 MovieClip in Frame 2
on (press) {
getURL ("http://www.dumpgames.com", "_blank");
}
Frame 3
stop();
Instance of Symbol 46 MovieClip in Frame 3
on (press) {
getURL ("http://www.dumpgames.com", "_blank");
}
Frame 4
stop();
Frame 5
stop();
Instance of Symbol 46 MovieClip in Frame 5
on (press) {
getURL ("http://www.dumpgames.com", "_blank");
}
Frame 6
stop();
Instance of Symbol 95 MovieClip in Frame 6
onClipEvent (enterFrame) {
if (_root.lives == 4) {
this.gotoAndStop(2);
} else if (_root.lives == 3) {
this.gotoAndStop(3);
} else if (_root.lives == 2) {
this.gotoAndStop(4);
} else if (_root.lives == 1) {
this.gotoAndStop(5);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 53 MovieClip in Frame 6
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 135 MovieClip in Frame 6
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank)) {
_root.nextFrame();
}
}
Instance of Symbol 53 MovieClip in Frame 6
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 6
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 6
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 6
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 6
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 6
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 6
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 6
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 6
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 6
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 6
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 6
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 6
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 6
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 6
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 6
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 6
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 6
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 6
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Frame 7
stop();
speed = 50;
var lives = 5;
Stage.showMenu = false;
Instance of Symbol 89 MovieClip "tank" in Frame 7
onClipEvent (enterFrame) {
yDifference = Math.round(_root._ymouse - this._y);
y_Amount_to_Move_tank = Math.round(yDifference / _root.speed);
this._y = y_Amount_to_Move_tank + this._y;
xDifference = Math.round(_root._xmouse - this._x);
x_Amount_to_Move_tank = Math.round(xDifference / _root.speed);
this._x = x_Amount_to_Move_tank + this._x;
if ((y_Amount_to_Move_tank >= 1) or (y_Amount_to_Move_tank <= -1)) {
this.engine_glow.play("start");
}
if (y_Amount_to_Move_tank == 0) {
this.engine_glow.gotoAndStop("end");
}
angle_in_radians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x);
angle_in_degrees = Math.round((angle_in_radians * 180) / Math.PI);
this._rotation = angle_in_degrees;
}
Instance of Symbol 95 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (_root.lives == 4) {
this.gotoAndStop(2);
} else if (_root.lives == 3) {
this.gotoAndStop(3);
} else if (_root.lives == 2) {
this.gotoAndStop(4);
} else if (_root.lives == 1) {
this.gotoAndStop(5);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 53 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 135 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank)) {
_root.nextFrame();
}
}
Instance of Symbol 53 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 139 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (_root.lives == 0) {
_root.gotoAndStop("loser");
}
}
Frame 8
stop();
Instance of Symbol 142 MovieClip in Frame 8
on (release) {
_root.nextFrame();
}
Frame 9
stop();
speed = 50;
Instance of Symbol 89 MovieClip "tank" in Frame 9
onClipEvent (enterFrame) {
yDifference = Math.round(_root._ymouse - this._y);
y_Amount_to_Move_tank = Math.round(yDifference / _root.speed);
this._y = y_Amount_to_Move_tank + this._y;
xDifference = Math.round(_root._xmouse - this._x);
x_Amount_to_Move_tank = Math.round(xDifference / _root.speed);
this._x = x_Amount_to_Move_tank + this._x;
if ((y_Amount_to_Move_tank >= 1) or (y_Amount_to_Move_tank <= -1)) {
this.engine_glow.play("start");
}
if (y_Amount_to_Move_tank == 0) {
this.engine_glow.gotoAndStop("end");
}
angle_in_radians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x);
angle_in_degrees = Math.round((angle_in_radians * 180) / Math.PI);
this._rotation = angle_in_degrees;
}
Instance of Symbol 95 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (_root.lives == 4) {
this.gotoAndStop(2);
} else if (_root.lives == 3) {
this.gotoAndStop(3);
} else if (_root.lives == 2) {
this.gotoAndStop(4);
} else if (_root.lives == 1) {
this.gotoAndStop(5);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 53 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 135 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank)) {
_root.nextFrame();
}
}
Instance of Symbol 53 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 139 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (_root.lives == 0) {
_root.gotoAndStop("loser");
}
}
Frame 10
stop();
Instance of Symbol 142 MovieClip in Frame 10
on (release) {
_root.nextFrame();
}
Frame 11
stop();
speed = 50;
Instance of Symbol 89 MovieClip "tank" in Frame 11
onClipEvent (enterFrame) {
yDifference = Math.round(_root._ymouse - this._y);
y_Amount_to_Move_tank = Math.round(yDifference / _root.speed);
this._y = y_Amount_to_Move_tank + this._y;
xDifference = Math.round(_root._xmouse - this._x);
x_Amount_to_Move_tank = Math.round(xDifference / _root.speed);
this._x = x_Amount_to_Move_tank + this._x;
if ((y_Amount_to_Move_tank >= 1) or (y_Amount_to_Move_tank <= -1)) {
this.engine_glow.play("start");
}
if (y_Amount_to_Move_tank == 0) {
this.engine_glow.gotoAndStop("end");
}
angle_in_radians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x);
angle_in_degrees = Math.round((angle_in_radians * 180) / Math.PI);
this._rotation = angle_in_degrees;
}
Instance of Symbol 95 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (_root.lives == 4) {
this.gotoAndStop(2);
} else if (_root.lives == 3) {
this.gotoAndStop(3);
} else if (_root.lives == 2) {
this.gotoAndStop(4);
} else if (_root.lives == 1) {
this.gotoAndStop(5);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 53 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 135 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank)) {
_root.nextFrame();
}
}
Instance of Symbol 53 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 139 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (_root.lives == 0) {
_root.gotoAndStop("loser");
}
}
Frame 12
stop();
Instance of Symbol 142 MovieClip in Frame 12
on (release) {
_root.nextFrame();
}
Frame 13
stop();
speed = 50;
Instance of Symbol 89 MovieClip "tank" in Frame 13
onClipEvent (enterFrame) {
yDifference = Math.round(_root._ymouse - this._y);
y_Amount_to_Move_tank = Math.round(yDifference / _root.speed);
this._y = y_Amount_to_Move_tank + this._y;
xDifference = Math.round(_root._xmouse - this._x);
x_Amount_to_Move_tank = Math.round(xDifference / _root.speed);
this._x = x_Amount_to_Move_tank + this._x;
if ((y_Amount_to_Move_tank >= 1) or (y_Amount_to_Move_tank <= -1)) {
this.engine_glow.play("start");
}
if (y_Amount_to_Move_tank == 0) {
this.engine_glow.gotoAndStop("end");
}
angle_in_radians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x);
angle_in_degrees = Math.round((angle_in_radians * 180) / Math.PI);
this._rotation = angle_in_degrees;
}
Instance of Symbol 95 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (_root.lives == 4) {
this.gotoAndStop(2);
} else if (_root.lives == 3) {
this.gotoAndStop(3);
} else if (_root.lives == 2) {
this.gotoAndStop(4);
} else if (_root.lives == 1) {
this.gotoAndStop(5);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 53 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 135 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank)) {
_root.nextFrame();
}
}
Instance of Symbol 53 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 139 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (_root.lives == 0) {
_root.gotoAndStop("loser");
}
}
Frame 14
stop();
Instance of Symbol 142 MovieClip in Frame 14
on (release) {
_root.nextFrame();
}
Frame 15
stop();
speed = 50;
Instance of Symbol 89 MovieClip "tank" in Frame 15
onClipEvent (enterFrame) {
yDifference = Math.round(_root._ymouse - this._y);
y_Amount_to_Move_tank = Math.round(yDifference / _root.speed);
this._y = y_Amount_to_Move_tank + this._y;
xDifference = Math.round(_root._xmouse - this._x);
x_Amount_to_Move_tank = Math.round(xDifference / _root.speed);
this._x = x_Amount_to_Move_tank + this._x;
if ((y_Amount_to_Move_tank >= 1) or (y_Amount_to_Move_tank <= -1)) {
this.engine_glow.play("start");
}
if (y_Amount_to_Move_tank == 0) {
this.engine_glow.gotoAndStop("end");
}
angle_in_radians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x);
angle_in_degrees = Math.round((angle_in_radians * 180) / Math.PI);
this._rotation = angle_in_degrees;
}
Instance of Symbol 95 MovieClip in Frame 15
onClipEvent (enterFrame) {
if (_root.lives == 4) {
this.gotoAndStop(2);
} else if (_root.lives == 3) {
this.gotoAndStop(3);
} else if (_root.lives == 2) {
this.gotoAndStop(4);
} else if (_root.lives == 1) {
this.gotoAndStop(5);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 53 MovieClip in Frame 15
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 135 MovieClip in Frame 15
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank)) {
_root.nextFrame();
}
}
Instance of Symbol 53 MovieClip in Frame 15
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 15
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 15
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 15
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 15
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 15
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 15
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 15
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 15
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 15
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 15
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 15
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 15
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 15
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 15
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 15
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 15
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 15
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 15
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 15
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 15
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 15
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 15
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 15
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 15
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 139 MovieClip in Frame 15
onClipEvent (enterFrame) {
if (_root.lives == 0) {
_root.gotoAndStop("loser");
}
}
Frame 16
stop();
Instance of Symbol 142 MovieClip in Frame 16
on (release) {
_root.nextFrame();
}
Frame 17
stop();
speed = 50;
Instance of Symbol 89 MovieClip "tank" in Frame 17
onClipEvent (enterFrame) {
yDifference = Math.round(_root._ymouse - this._y);
y_Amount_to_Move_tank = Math.round(yDifference / _root.speed);
this._y = y_Amount_to_Move_tank + this._y;
xDifference = Math.round(_root._xmouse - this._x);
x_Amount_to_Move_tank = Math.round(xDifference / _root.speed);
this._x = x_Amount_to_Move_tank + this._x;
if ((y_Amount_to_Move_tank >= 1) or (y_Amount_to_Move_tank <= -1)) {
this.engine_glow.play("start");
}
if (y_Amount_to_Move_tank == 0) {
this.engine_glow.gotoAndStop("end");
}
angle_in_radians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x);
angle_in_degrees = Math.round((angle_in_radians * 180) / Math.PI);
this._rotation = angle_in_degrees;
}
Instance of Symbol 95 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (_root.lives == 4) {
this.gotoAndStop(2);
} else if (_root.lives == 3) {
this.gotoAndStop(3);
} else if (_root.lives == 2) {
this.gotoAndStop(4);
} else if (_root.lives == 1) {
this.gotoAndStop(5);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 53 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 135 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank)) {
_root.nextFrame();
}
}
Instance of Symbol 53 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 139 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (_root.lives == 0) {
_root.gotoAndStop("loser");
}
}
Frame 18
stop();
Instance of Symbol 142 MovieClip in Frame 18
on (release) {
_root.nextFrame();
}
Frame 19
stop();
speed = 50;
Instance of Symbol 89 MovieClip "tank" in Frame 19
onClipEvent (enterFrame) {
yDifference = Math.round(_root._ymouse - this._y);
y_Amount_to_Move_tank = Math.round(yDifference / _root.speed);
this._y = y_Amount_to_Move_tank + this._y;
xDifference = Math.round(_root._xmouse - this._x);
x_Amount_to_Move_tank = Math.round(xDifference / _root.speed);
this._x = x_Amount_to_Move_tank + this._x;
if ((y_Amount_to_Move_tank >= 1) or (y_Amount_to_Move_tank <= -1)) {
this.engine_glow.play("start");
}
if (y_Amount_to_Move_tank == 0) {
this.engine_glow.gotoAndStop("end");
}
angle_in_radians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x);
angle_in_degrees = Math.round((angle_in_radians * 180) / Math.PI);
this._rotation = angle_in_degrees;
}
Instance of Symbol 95 MovieClip in Frame 19
onClipEvent (enterFrame) {
if (_root.lives == 4) {
this.gotoAndStop(2);
} else if (_root.lives == 3) {
this.gotoAndStop(3);
} else if (_root.lives == 2) {
this.gotoAndStop(4);
} else if (_root.lives == 1) {
this.gotoAndStop(5);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 53 MovieClip in Frame 19
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 135 MovieClip in Frame 19
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank)) {
_root.nextFrame();
}
}
Instance of Symbol 53 MovieClip in Frame 19
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 19
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 19
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 19
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 19
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 19
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 19
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 19
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 19
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 19
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 19
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 19
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 19
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 19
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 19
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 19
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 19
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 19
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 19
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 19
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 19
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 19
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 19
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 19
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 19
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 19
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 19
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 19
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 19
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 19
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 19
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 19
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 19
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 19
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 19
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 19
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 19
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 19
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 19
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 19
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 19
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 19
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 19
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 19
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 19
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 19
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 19
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 19
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 19
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 19
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 19
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 19
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 19
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 19
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 19
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 19
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 19
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 19
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 19
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 19
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 19
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 19
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 19
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 19
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 19
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 19
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 19
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 19
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 19
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 19
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 19
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 19
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 19
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 19
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 19
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 19
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 19
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 19
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 19
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 19
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 19
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 19
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 19
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 19
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 19
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 19
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 19
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 139 MovieClip in Frame 19
onClipEvent (enterFrame) {
if (_root.lives == 0) {
_root.gotoAndStop("loser");
}
}
Frame 20
stop();
Instance of Symbol 142 MovieClip in Frame 20
on (release) {
_root.nextFrame();
}
Frame 21
stop();
speed = 50;
Instance of Symbol 89 MovieClip "tank" in Frame 21
onClipEvent (enterFrame) {
yDifference = Math.round(_root._ymouse - this._y);
y_Amount_to_Move_tank = Math.round(yDifference / _root.speed);
this._y = y_Amount_to_Move_tank + this._y;
xDifference = Math.round(_root._xmouse - this._x);
x_Amount_to_Move_tank = Math.round(xDifference / _root.speed);
this._x = x_Amount_to_Move_tank + this._x;
if ((y_Amount_to_Move_tank >= 1) or (y_Amount_to_Move_tank <= -1)) {
this.engine_glow.play("start");
}
if (y_Amount_to_Move_tank == 0) {
this.engine_glow.gotoAndStop("end");
}
angle_in_radians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x);
angle_in_degrees = Math.round((angle_in_radians * 180) / Math.PI);
this._rotation = angle_in_degrees;
}
Instance of Symbol 95 MovieClip in Frame 21
onClipEvent (enterFrame) {
if (_root.lives == 4) {
this.gotoAndStop(2);
} else if (_root.lives == 3) {
this.gotoAndStop(3);
} else if (_root.lives == 2) {
this.gotoAndStop(4);
} else if (_root.lives == 1) {
this.gotoAndStop(5);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 53 MovieClip in Frame 21
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 135 MovieClip in Frame 21
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank)) {
_root.nextFrame();
}
}
Instance of Symbol 53 MovieClip in Frame 21
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 21
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 21
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 21
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 21
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 21
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 21
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 21
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 21
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 21
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 21
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 21
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 21
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 21
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 21
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 21
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 21
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 21
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 21
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 21
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 21
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 21
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 21
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 21
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 21
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 21
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 21
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 21
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 21
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 21
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 21
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 21
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 21
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 21
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 21
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 21
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 21
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 21
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 139 MovieClip in Frame 21
onClipEvent (enterFrame) {
if (_root.lives == 0) {
_root.gotoAndStop("loser");
}
}
Frame 22
stop();
Instance of Symbol 142 MovieClip in Frame 22
on (release) {
_root.nextFrame();
}
Frame 23
stop();
Instance of Symbol 89 MovieClip "tank" in Frame 23
onClipEvent (enterFrame) {
yDifference = Math.round(_root._ymouse - this._y);
y_Amount_to_Move_tank = Math.round(yDifference / _root.speed);
this._y = y_Amount_to_Move_tank + this._y;
xDifference = Math.round(_root._xmouse - this._x);
x_Amount_to_Move_tank = Math.round(xDifference / _root.speed);
this._x = x_Amount_to_Move_tank + this._x;
if ((y_Amount_to_Move_tank >= 1) or (y_Amount_to_Move_tank <= -1)) {
this.engine_glow.play("start");
}
if (y_Amount_to_Move_tank == 0) {
this.engine_glow.gotoAndStop("end");
}
angle_in_radians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x);
angle_in_degrees = Math.round((angle_in_radians * 180) / Math.PI);
this._rotation = angle_in_degrees;
}
Instance of Symbol 95 MovieClip in Frame 23
onClipEvent (enterFrame) {
if (_root.lives == 4) {
this.gotoAndStop(2);
} else if (_root.lives == 3) {
this.gotoAndStop(3);
} else if (_root.lives == 2) {
this.gotoAndStop(4);
} else if (_root.lives == 1) {
this.gotoAndStop(5);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 53 MovieClip in Frame 23
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 135 MovieClip in Frame 23
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank)) {
_root.nextFrame();
}
}
Instance of Symbol 53 MovieClip in Frame 23
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 23
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 23
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 23
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 23
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 23
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 23
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 23
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 23
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 23
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 23
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 23
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 23
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 23
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 23
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 23
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 23
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 23
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 23
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 139 MovieClip in Frame 23
onClipEvent (enterFrame) {
if (_root.lives == 0) {
_root.gotoAndStop("loser");
}
}
Frame 24
stop();
Instance of Symbol 142 MovieClip in Frame 24
on (release) {
_root.nextFrame();
}
Frame 25
stop();
Instance of Symbol 89 MovieClip "tank" in Frame 25
onClipEvent (enterFrame) {
yDifference = Math.round(_root._ymouse - this._y);
y_Amount_to_Move_tank = Math.round(yDifference / _root.speed);
this._y = y_Amount_to_Move_tank + this._y;
xDifference = Math.round(_root._xmouse - this._x);
x_Amount_to_Move_tank = Math.round(xDifference / _root.speed);
this._x = x_Amount_to_Move_tank + this._x;
if ((y_Amount_to_Move_tank >= 1) or (y_Amount_to_Move_tank <= -1)) {
this.engine_glow.play("start");
}
if (y_Amount_to_Move_tank == 0) {
this.engine_glow.gotoAndStop("end");
}
angle_in_radians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x);
angle_in_degrees = Math.round((angle_in_radians * 180) / Math.PI);
this._rotation = angle_in_degrees;
}
Instance of Symbol 95 MovieClip in Frame 25
onClipEvent (enterFrame) {
if (_root.lives == 4) {
this.gotoAndStop(2);
} else if (_root.lives == 3) {
this.gotoAndStop(3);
} else if (_root.lives == 2) {
this.gotoAndStop(4);
} else if (_root.lives == 1) {
this.gotoAndStop(5);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 53 MovieClip in Frame 25
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 135 MovieClip in Frame 25
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank)) {
_root.nextFrame();
}
}
Instance of Symbol 53 MovieClip in Frame 25
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 25
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 25
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 25
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 25
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 25
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 25
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 25
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 25
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 25
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 25
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 25
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 25
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 25
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 25
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 25
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 25
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 25
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 25
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 139 MovieClip in Frame 25
onClipEvent (enterFrame) {
if (_root.lives == 0) {
_root.gotoAndStop("loser");
}
}
Frame 26
stop();
Instance of Symbol 142 MovieClip in Frame 26
on (release) {
_root.nextFrame();
}
Frame 27
stop();
Instance of Symbol 89 MovieClip "tank" in Frame 27
onClipEvent (enterFrame) {
yDifference = Math.round(_root._ymouse - this._y);
y_Amount_to_Move_tank = Math.round(yDifference / _root.speed);
this._y = y_Amount_to_Move_tank + this._y;
xDifference = Math.round(_root._xmouse - this._x);
x_Amount_to_Move_tank = Math.round(xDifference / _root.speed);
this._x = x_Amount_to_Move_tank + this._x;
if ((y_Amount_to_Move_tank >= 1) or (y_Amount_to_Move_tank <= -1)) {
this.engine_glow.play("start");
}
if (y_Amount_to_Move_tank == 0) {
this.engine_glow.gotoAndStop("end");
}
angle_in_radians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x);
angle_in_degrees = Math.round((angle_in_radians * 180) / Math.PI);
this._rotation = angle_in_degrees;
}
Instance of Symbol 95 MovieClip in Frame 27
onClipEvent (enterFrame) {
if (_root.lives == 4) {
this.gotoAndStop(2);
} else if (_root.lives == 3) {
this.gotoAndStop(3);
} else if (_root.lives == 2) {
this.gotoAndStop(4);
} else if (_root.lives == 1) {
this.gotoAndStop(5);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 53 MovieClip in Frame 27
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 135 MovieClip in Frame 27
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank)) {
_root.nextFrame();
}
}
Instance of Symbol 53 MovieClip in Frame 27
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 27
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 27
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 27
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 27
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 27
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 27
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 27
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 27
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 27
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 27
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 27
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 27
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 27
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 27
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 27
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 27
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 27
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 53 MovieClip in Frame 27
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
this.play();
}
}
Instance of Symbol 139 MovieClip in Frame 27
onClipEvent (enterFrame) {
if (_root.lives == 0) {
_root.gotoAndStop("loser");
}
}
Frame 28
stop();
Frame 29
stop();
stopAllSounds();
Symbol 5 MovieClip Frame 1
_root.stop();
PercentLoaded = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100;
if (PercentLoaded != 100) {
setProperty(bar, _xscale , PercentLoaded);
} else {
gotoAndStop ("loaded");
}
Symbol 5 MovieClip Frame 2
gotoAndPlay (1);
Symbol 5 MovieClip Frame 3
stop();
_root.nextFrame();
Symbol 40 MovieClip Frame 1
gotoAndPlay (2);
Symbol 40 MovieClip Frame 85
_root.nextFrame();
Symbol 53 MovieClip Frame 1
stop();
Instance of Symbol 49 MovieClip in Symbol 53 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank.tankbody)) {
_root.lives = _root.lives - 1;
}
}
Symbol 53 MovieClip Frame 9
stop();
Symbol 57 Button
on (press) {
getURL ("http://www.logicstudios.co,uk", "_blank");
}
Symbol 65 Button
on (release) {
gotoAndStop (6);
}
Symbol 67 Button
on (press) {
_root.nextFrame();
}
Symbol 71 Button
on (release) {
gotoAndStop (5);
}
Symbol 83 MovieClip Frame 85
_root.play();
Symbol 95 MovieClip Frame 1
stop();
Symbol 95 MovieClip Frame 2
stop();
Symbol 95 MovieClip Frame 3
stop();
Symbol 95 MovieClip Frame 4
stop();
Symbol 95 MovieClip Frame 5
stop();
Instance of Symbol 154 MovieClip in Symbol 157 MovieClip Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.tank)) {
this.play();
_root.lives = _root.lives - 1;
}
}
Symbol 164 Button
on (release) {
gotoAndStop (7);
}