Frame 1
NewgroundsAPI.connectMovie(3994);
stop();
onLoad = function () {
inthegun = 10;
S9Pclips = 10;
inthething = 1;
rockets = 10;
intheuzi = 100;
uziclips = 10;
targethitpoints = 100;
targethitpoints2 = 100;
targethitpoints3 = 100;
targethitpoints4 = 100;
targethitpoints5 = 100;
_root.target.gotoAndStop(10);
_root.target2.gotoAndStop(10);
_root.target3.gotoAndStop(10);
_root.target4.gotoAndStop(10);
_root.target5.gotoAndStop(10);
_root.incar3 = false;
_root.incar2 = false;
_root.incar1 = false;
_root.blowncar1 = false;
_root.blowncar2 = false;
_root.blowncar3 = false;
_root.car1hp = 250;
_root.car2hp = 300;
_root.car3hp = 200;
_root.playerhp = 100;
};
Frame 2
stop();
inthegun = 10;
S9Pclips = 10;
inthething = 1;
rockets = 10;
intheuzi = 100;
uziclips = 10;
targethitpoints = 100;
targethitpoints2 = 100;
targethitpoints3 = 100;
targethitpoints4 = 100;
targethitpoints5 = 100;
_root.incar3 = false;
_root.incar2 = false;
_root.incar1 = false;
_root.blowncar1 = false;
_root.blowncar2 = false;
_root.blowncar3 = false;
_root.car1hp = 250;
_root.car2hp = 300;
_root.car3hp = 200;
_root.playerhp = 100;
_root.back._visible = true;
onEnterFrame = function () {
removeMovieClip(_root.player);
};
Frame 3
stop();
scrollableText = "Menu by Mallory Maloney of mallorymaloney.com and Mark Aged, general graphics by Ricky Smith, Reece B. Como, and Mark Aged, sounds by Ricky Smith, the CC, Soundsnap.com, Therecordist.com, and Flashkit.com, coding by Mark Aged and Riokou of XGen Forums.";
Frame 685
stop();
Frame 686
inthegun = 10;
S9Pclips = 10;
inthething = 1;
rockets = 10;
intheuzi = 100;
uziclips = 10;
targethitpoints = 100;
targethitpoints2 = 100;
targethitpoints3 = 100;
targethitpoints4 = 100;
targethitpoints5 = 100;
_root.target.gotoAndStop(10);
_root.target2.gotoAndStop(10);
_root.target3.gotoAndStop(10);
_root.target4.gotoAndStop(10);
_root.target5.gotoAndStop(10);
_root.incar3 = false;
_root.incar2 = false;
_root.incar1 = false;
_root.blowncar1 = false;
_root.blowncar2 = false;
_root.blowncar3 = false;
_root.car1hp = 250;
_root.car2hp = 300;
_root.car3hp = 200;
_root.playerhp = 100;
_root.back._visible = true;
onEnterFrame = function () {
removeMovieClip(_root.player);
};
Frame 775
stop();
Frame 794
stop();
onLoad = function () {
inthegun = 10;
S9Pclips = 10;
inthething = 1;
rockets = 10;
intheuzi = 100;
uziclips = 10;
targethitpoints = 100;
targethitpoints2 = 100;
targethitpoints3 = 100;
targethitpoints4 = 100;
targethitpoints5 = 100;
_root.target.gotoAndStop(10);
_root.target2.gotoAndStop(10);
_root.target3.gotoAndStop(10);
_root.target4.gotoAndStop(10);
_root.target5.gotoAndStop(10);
};
onEnterFrame = function () {
if (targethitpoints <= 0) {
targethitpoints = 0;
}
if (targethitpoints2 <= 0) {
targethitpoints2 = 0;
}
if (targethitpoints3 <= 0) {
targethitpoints3 = 0;
}
if (targethitpoints4 <= 0) {
targethitpoints4 = 0;
}
if (targethitpoints5 <= 0) {
targethitpoints5 = 0;
}
};
onEnterFrame = function () {
if (Key.isDown(67)) {
_root.back._visible = false;
}
if (Key.isDown(86)) {
_root.back._visible = true;
}
if (Key.isDown(88)) {
if (_root.player._visible == false) {
if (_root.player.hitTest(car2)) {
_root.incar2 = false;
if (_root.car2._rotation >= -1) {
_root.player._visible = true;
_root.player._x = _root.player._x - 50;
_root.player._y = _root.player._y + 10;
}
if (_root.car2._rotation >= 89) {
_root.player._visible = true;
_root.player._y = _root.player._y - 60;
_root.player._x = _root.player._x + 40;
}
if (_root.car2._rotation >= 134) {
_root.player._visible = true;
_root.player._y = _root.player._y + 30;
_root.player._x = _root.player._x + 50;
}
if ((_root.car2._rotation == 180) || (_root.car2._rotation <= -179)) {
_root.player._visible = true;
_root.player._y = _root.player._y + 10;
_root.player._x = _root.player._x + 10;
}
if (_root.car2._rotation <= -136) {
_root.player._visible = true;
_root.player._x = _root.player._x + 50;
_root.player._y = _root.player._y - 40;
}
if (_root.car2._rotation <= -91) {
_root.player._visible = true;
_root.player._x = _root.player._x + 80;
_root.player._y = _root.player._y - 10;
}
if (_root.car2._rotation <= -46) {
_root.player._visible = true;
_root.player._y = _root.player._y + 20;
_root.player._x = _root.player._x + 10;
}
if (_root.car2._rotation <= -1) {
_root.player._visible = true;
_root.player._y = _root.player._y + 30;
_root.player._x = _root.player._x - 20;
}
} else if (_root.player.hitTest(car3)) {
_root.incar3 = false;
if (_root.car3._rotation >= -1) {
_root.player._visible = true;
_root.player._x = _root.player._x - 50;
_root.player._y = _root.player._y + 10;
}
if (_root.car3._rotation >= 89) {
_root.player._visible = true;
_root.player._y = _root.player._y - 60;
_root.player._x = _root.player._x + 40;
}
if (_root.car3._rotation >= 134) {
_root.player._visible = true;
_root.player._y = _root.player._y + 30;
_root.player._x = _root.player._x + 50;
}
if ((_root.car3._rotation == 180) || (_root.car3._rotation <= -179)) {
_root.player._visible = true;
_root.player._y = _root.player._y + 10;
_root.player._x = _root.player._x + 10;
}
if (_root.car3._rotation <= -136) {
_root.player._visible = true;
_root.player._x = _root.player._x + 50;
_root.player._y = _root.player._y - 40;
}
if (_root.car3._rotation <= -91) {
_root.player._visible = true;
_root.player._x = _root.player._x + 80;
_root.player._y = _root.player._y - 10;
}
if (_root.car3._rotation <= -46) {
_root.player._visible = true;
_root.player._y = _root.player._y + 20;
_root.player._x = _root.player._x + 10;
}
if (_root.car3._rotation <= -1) {
_root.player._visible = true;
_root.player._y = _root.player._y + 30;
_root.player._x = _root.player._x - 20;
}
} else if (_root.player.hitTest(car1)) {
_root.incar1 = false;
if (_root.car1._rotation >= -1) {
_root.player._visible = true;
_root.player._x = _root.player._x - 50;
_root.player._y = _root.player._y + 10;
}
if (_root.car1._rotation >= 89) {
_root.player._visible = true;
_root.player._y = _root.player._y - 60;
_root.player._x = _root.player._x + 40;
}
if (_root.car1._rotation >= 134) {
_root.player._visible = true;
_root.player._y = _root.player._y + 30;
_root.player._x = _root.player._x + 50;
}
if ((_root.car1._rotation == 180) || (_root.car1._rotation <= -179)) {
_root.player._visible = true;
_root.player._y = _root.player._y + 10;
_root.player._x = _root.player._x + 10;
}
if (_root.car1._rotation <= -136) {
_root.player._visible = true;
_root.player._x = _root.player._x + 50;
_root.player._y = _root.player._y - 40;
}
if (_root.car1._rotation <= -91) {
_root.player._visible = true;
_root.player._x = _root.player._x + 80;
_root.player._y = _root.player._y - 10;
}
if (_root.car1._rotation <= -46) {
_root.player._visible = true;
_root.player._y = _root.player._y + 20;
_root.player._x = _root.player._x + 10;
}
if (_root.car1._rotation <= -1) {
_root.player._visible = true;
_root.player._y = _root.player._y + 30;
_root.player._x = _root.player._x - 20;
}
}
}
}
if (Key.isDown(90)) {
if (_root.player._visible == true) {
}
if (_root.player.hitTest(_root.car3) && (_root.blowncar3 == false)) {
_root.player._visible = false;
_root.incar3 = true;
_root.player._y = _root.car3._y;
_root.player._x = _root.car3._x;
}
if (_root.player.hitTest(_root.car2) && (_root.blowncar2 == false)) {
_root.player._visible = false;
_root.incar2 = true;
_root.player._y = _root.car2._y;
_root.player._x = _root.car2._x;
}
if (_root.player.hitTest(_root.car1) && (_root.blowncar1 == false)) {
_root.player._visible = false;
_root.incar1 = true;
_root.player._y = _root.car1._y;
_root.player._x = _root.car1._x;
}
}
};
Instance of Symbol 308 MovieClip "target" in Frame 794
onClipEvent (enterFrame) {
if (_root.player.punch.punch.hitTest(this)) {
_root.targethitpoints = _root.targethitpoints - 2;
}
if (_root.player.punch.wave.hitTest(this)) {
_root.targethitpoints = _root.targethitpoints - 3;
}
if (_root.player.punch.elbow.hitTest(this)) {
_root.targethitpoints = _root.targethitpoints - 1;
}
if (_root.player.saw.chainsaw.hitTest(this)) {
_root.targethitpoints = _root.targethitpoints - 10;
}
if (_root.player.sack.shark.hitTest(this)) {
_root.targethitpoints = _root.targethitpoints - 2;
}
if (_root.player.sack.shark2.jaw.hitTest(this)) {
_root.targethitpoints = _root.targethitpoints - 15;
}
if ((_root.targethitpoints == 100) || (_root.targethitpoints <= 100)) {
this.gotoAndStop(10);
}
if (_root.targethitpoints <= 90) {
this.gotoAndStop(9);
}
if (_root.targethitpoints <= 80) {
this.gotoAndStop(8);
}
if (_root.targethitpoints <= 70) {
this.gotoAndStop(7);
}
if (_root.targethitpoints <= 60) {
this.gotoAndStop(6);
}
if (_root.targethitpoints <= 50) {
this.gotoAndStop(5);
}
if (_root.targethitpoints <= 40) {
this.gotoAndStop(4);
}
if (_root.targethitpoints <= 30) {
this.gotoAndStop(3);
}
if (_root.targethitpoints <= 20) {
this.gotoAndStop(2);
}
if (_root.targethitpoints <= 10) {
this.gotoAndStop(1);
}
if (_root.targethitpoints <= 0) {
this.gotoAndStop(11);
}
}
Instance of Symbol 308 MovieClip "target2" in Frame 794
onClipEvent (enterFrame) {
if (_root.player.punch.punch.hitTest(this)) {
_root.targethitpoints2 = _root.targethitpoints2 - 2;
}
if (_root.player.punch.wave.hitTest(this)) {
_root.targethitpoints2 = _root.targethitpoints2 - 3;
}
if (_root.player.punch.elbow.hitTest(this)) {
_root.targethitpoints2 = _root.targethitpoints2 - 1;
}
if (_root.player.saw.chainsaw.hitTest(this)) {
_root.targethitpoints2 = _root.targethitpoints2 - 10;
}
if (_root.player.sack.shark.hitTest(this)) {
_root.targethitpoints2 = _root.targethitpoints2 - 2;
}
if (_root.player.sack.shark2.jaw.hitTest(this)) {
_root.targethitpoints2 = _root.targethitpoints2 - 15;
}
if ((_root.targethitpoints2 == 100) || (_root.targethitpoints2 <= 100)) {
this.gotoAndStop(10);
}
if (_root.targethitpoints2 <= 90) {
this.gotoAndStop(9);
}
if (_root.targethitpoints2 <= 80) {
this.gotoAndStop(8);
}
if (_root.targethitpoints2 <= 70) {
this.gotoAndStop(7);
}
if (_root.targethitpoints2 <= 60) {
this.gotoAndStop(6);
}
if (_root.targethitpoints2 <= 50) {
this.gotoAndStop(5);
}
if (_root.targethitpoints2 <= 40) {
this.gotoAndStop(4);
}
if (_root.targethitpoints2 <= 30) {
this.gotoAndStop(3);
}
if (_root.targethitpoints2 <= 20) {
this.gotoAndStop(2);
}
if (_root.targethitpoints2 <= 10) {
this.gotoAndStop(1);
}
if (_root.targethitpoints2 <= 0) {
this.gotoAndStop(11);
}
}
Instance of Symbol 308 MovieClip "target4" in Frame 794
onClipEvent (enterFrame) {
if (_root.player.punch.punch.hitTest(this)) {
_root.targethitpoints4 = _root.targethitpoints4 - 2;
}
if (_root.player.punch.wave.hitTest(this)) {
_root.targethitpoints4 = _root.targethitpoints4 - 3;
}
if (_root.player.punch.elbow.hitTest(this)) {
_root.targethitpoints4 = _root.targethitpoints4 - 1;
}
if (_root.player.saw.chainsaw.hitTest(this)) {
_root.targethitpoints4 = _root.targethitpoints4 - 10;
}
if (_root.player.sack.shark.hitTest(this)) {
_root.targethitpoints4 = _root.targethitpoints4 - 2;
}
if (_root.player.sack.shark2.jaw.hitTest(this)) {
_root.targethitpoints4 = _root.targethitpoints4 - 15;
}
if ((_root.targethitpoints4 == 100) || (_root.targethitpoints4 <= 100)) {
this.gotoAndStop(10);
}
if (_root.targethitpoints4 <= 90) {
this.gotoAndStop(9);
}
if (_root.targethitpoints4 <= 80) {
this.gotoAndStop(8);
}
if (_root.targethitpoints4 <= 70) {
this.gotoAndStop(7);
}
if (_root.targethitpoints4 <= 60) {
this.gotoAndStop(6);
}
if (_root.targethitpoints4 <= 50) {
this.gotoAndStop(5);
}
if (_root.targethitpoints4 <= 40) {
this.gotoAndStop(4);
}
if (_root.targethitpoints4 <= 30) {
this.gotoAndStop(3);
}
if (_root.targethitpoints4 <= 20) {
this.gotoAndStop(2);
}
if (_root.targethitpoints4 <= 10) {
this.gotoAndStop(1);
}
if (_root.targethitpoints4 <= 0) {
this.gotoAndStop(11);
}
}
Instance of Symbol 308 MovieClip "target5" in Frame 794
onClipEvent (enterFrame) {
if (_root.player.punch.punch.hitTest(this)) {
_root.targethitpoints5 = _root.targethitpoints5 - 2;
}
if (_root.player.punch.wave.hitTest(this)) {
_root.targethitpoints5 = _root.targethitpoints5 - 3;
}
if (_root.player.punch.elbow.hitTest(this)) {
_root.targethitpoints5 = _root.targethitpoints5 - 1;
}
if (_root.player.saw.chainsaw.hitTest(this)) {
_root.targethitpoints5 = _root.targethitpoints5 - 10;
}
if (_root.player.sack.shark.hitTest(this)) {
_root.targethitpoints5 = _root.targethitpoints5 - 2;
}
if (_root.player.sack.shark2.jaw.hitTest(this)) {
_root.targethitpoints5 = _root.targethitpoints5 - 15;
}
if ((_root.targethitpoints5 == 100) || (_root.targethitpoints5 <= 100)) {
this.gotoAndStop(10);
}
if (_root.targethitpoints5 <= 90) {
this.gotoAndStop(9);
}
if (_root.targethitpoints5 <= 80) {
this.gotoAndStop(8);
}
if (_root.targethitpoints5 <= 70) {
this.gotoAndStop(7);
}
if (_root.targethitpoints5 <= 60) {
this.gotoAndStop(6);
}
if (_root.targethitpoints5 <= 50) {
this.gotoAndStop(5);
}
if (_root.targethitpoints5 <= 40) {
this.gotoAndStop(4);
}
if (_root.targethitpoints5 <= 30) {
this.gotoAndStop(3);
}
if (_root.targethitpoints5 <= 20) {
this.gotoAndStop(2);
}
if (_root.targethitpoints5 <= 10) {
this.gotoAndStop(1);
}
if (_root.targethitpoints5 <= 0) {
this.gotoAndStop(11);
}
}
Instance of Symbol 308 MovieClip "target3" in Frame 794
onClipEvent (enterFrame) {
if (_root.player.punch.punch.hitTest(this)) {
_root.targethitpoints3 = _root.targethitpoints3 - 2;
}
if (_root.player.punch.wave.hitTest(this)) {
_root.targethitpoints3 = _root.targethitpoints3 - 3;
}
if (_root.player.punch.elbow.hitTest(this)) {
_root.targethitpoints3 = _root.targethitpoints3 - 1;
}
if (_root.player.saw.chainsaw.hitTest(this)) {
_root.targethitpoints3 = _root.targethitpoints3 - 10;
}
if (_root.player.sack.shark.hitTest(this)) {
_root.targethitpoints3 = _root.targethitpoints3 - 2;
}
if (_root.player.sack.shark2.jaw.hitTest(this)) {
_root.targethitpoints3 = _root.targethitpoints3 - 15;
}
if ((_root.targethitpoints3 == 100) || (_root.targethitpoints3 <= 100)) {
this.gotoAndStop(10);
}
if (_root.targethitpoints3 <= 90) {
this.gotoAndStop(9);
}
if (_root.targethitpoints3 <= 80) {
this.gotoAndStop(8);
}
if (_root.targethitpoints3 <= 70) {
this.gotoAndStop(7);
}
if (_root.targethitpoints3 <= 60) {
this.gotoAndStop(6);
}
if (_root.targethitpoints3 <= 50) {
this.gotoAndStop(5);
}
if (_root.targethitpoints3 <= 40) {
this.gotoAndStop(4);
}
if (_root.targethitpoints3 <= 30) {
this.gotoAndStop(3);
}
if (_root.targethitpoints3 <= 20) {
this.gotoAndStop(2);
}
if (_root.targethitpoints3 <= 10) {
this.gotoAndStop(1);
}
if (_root.targethitpoints3 <= 0) {
this.gotoAndStop(11);
}
}
Instance of Symbol 328 MovieClip "car3" in Frame 794
onClipEvent (enterFrame) {
if ((((Key.isDown(38) && (!Key.isDown(39))) && (!Key.isDown(37))) && (_root.incar3 == true)) && (_root.blowncar3 == false)) {
if (_root.player._visible == false) {
if (_root.player.hitTest(this)) {
_rotation = 0;
if (((((((((((_root.car1.hitTest(_x, getBounds(_root).yMin) || (_root.car2.hitTest(_x, getBounds(_root).yMin))) || (_root.wall.hitTest(_x, getBounds(_root).yMin))) || (_root.wall.hitTest(_x, getBounds(_root).yMin))) || (_root.wall2.hitTest(_x, getBounds(_root).yMin))) || (_root.wall3.hitTest(_x, getBounds(_root).yMin))) || (_root.wall4.hitTest(_x, getBounds(_root).yMin))) || (_root.target.hitTest(_x, getBounds(_root).yMin))) || (_root.target3.hitTest(_x, getBounds(_root).yMin))) || (_root.target2.hitTest(_x, getBounds(_root).yMin))) || (_root.target4.hitTest(_x, getBounds(_root).yMin))) || (_root.target5.hitTest(_x, getBounds(_root).yMin))) {
_root.car3hp--;
} else {
_root.car2._y = _root.car2._y + _root.carSpeed;
_root.car1._y = _root.car1._y + _root.carSpeed;
_root.target._y = _root.target._y + _root.carSpeed;
_root.target2._y = _root.target2._y + _root.carSpeed;
_root.target3._y = _root.target3._y + _root.carSpeed;
_root.target4._y = _root.target4._y + _root.carSpeed;
_root.target5._y = _root.target5._y + _root.carSpeed;
_root.back._y = _root.back._y + _root.carSpeed;
_root.wall._y = _root.wall._y + _root.carSpeed;
_root.wall2._y = _root.wall2._y + _root.carSpeed;
_root.wall3._y = _root.wall3._y + _root.carSpeed;
_root.wall4._y = _root.wall4._y + _root.carSpeed;
}
}
}
}
if ((((Key.isDown(40) && (!Key.isDown(39))) && (!Key.isDown(37))) && (_root.incar3 == true)) && (_root.blowncar3 == false)) {
if (_root.player._visible == false) {
if (_root.player.hitTest(this)) {
_rotation = 180;
if (((((((((((_root.car1.hitTest(_x, getBounds(_root).yMax) || (_root.car2.hitTest(_x, getBounds(_root).yMax))) || (_root.wall.hitTest(_x, getBounds(_root).yMax))) || (_root.wall.hitTest(_x, getBounds(_root).yMax))) || (_root.wall2.hitTest(_x, getBounds(_root).yMax))) || (_root.wall3.hitTest(_x, getBounds(_root).yMax))) || (_root.wall4.hitTest(_x, getBounds(_root).yMax))) || (_root.target.hitTest(_x, getBounds(_root).yMax))) || (_root.target2.hitTest(_x, getBounds(_root).yMax))) || (_root.target3.hitTest(_x, getBounds(_root).yMax))) || (_root.target4.hitTest(_x, getBounds(_root).yMax))) || (_root.target5.hitTest(_x, getBounds(_root).yMax))) {
_root.car3hp--;
} else {
_root.car2._y = _root.car2._y - _root.carSpeed;
_root.car1._y = _root.car1._y - _root.carSpeed;
_root.target._y = _root.target._y - _root.carSpeed;
_root.target2._y = _root.target2._y - _root.carSpeed;
_root.target3._y = _root.target3._y - _root.carSpeed;
_root.target4._y = _root.target4._y - _root.carSpeed;
_root.target5._y = _root.target5._y - _root.carSpeed;
_root.back._y = _root.back._y - _root.carSpeed;
_root.wall._y = _root.wall._y - _root.carSpeed;
_root.wall2._y = _root.wall2._y - _root.carSpeed;
_root.wall3._y = _root.wall3._y - _root.carSpeed;
_root.wall4._y = _root.wall4._y - _root.carSpeed;
}
}
}
}
if ((((Key.isDown(37) && (!Key.isDown(38))) && (!Key.isDown(40))) && (_root.incar3 == true)) && (_root.blowncar3 == false)) {
if (_root.player._visible == false) {
if (_root.player.hitTest(this)) {
_rotation = 270;
if ((((((((((_root.car1.hitTest(getBounds(_root).xMin, _y) || (_root.car2.hitTest(getBounds(_root).xMin, _y))) || (_root.wall.hitTest(getBounds(_root).xMin, _y))) || (_root.wall2.hitTest(getBounds(_root).xMin, _y))) || (_root.wall3.hitTest(getBounds(_root).xMin, _y))) || (_root.wall4.hitTest(getBounds(_root).xMin, _y))) || (_root.target.hitTest(getBounds(_root).xMin, _y))) || (_root.target2.hitTest(getBounds(_root).xMin, _y))) || (_root.target3.hitTest(getBounds(_root).xMin, _y))) || (_root.target4.hitTest(getBounds(_root).xMin, _y))) || (_root.target5.hitTest(getBounds(_root).xMin, _y))) {
_root.car3hp--;
} else {
_root.car2._x = _root.car2._x + _root.carSpeed;
_root.car1._x = _root.car1._x + _root.carSpeed;
_root.target._x = _root.target._x + _root.carSpeed;
_root.target2._x = _root.target2._x + _root.carSpeed;
_root.target3._x = _root.target3._x + _root.carSpeed;
_root.target4._x = _root.target4._x + _root.carSpeed;
_root.target5._x = _root.target5._x + _root.carSpeed;
_root.back._x = _root.back._x + _root.carSpeed;
_root.wall._x = _root.wall._x + _root.carSpeed;
_root.wall2._x = _root.wall2._x + _root.carSpeed;
_root.wall3._x = _root.wall3._x + _root.carSpeed;
_root.wall4._x = _root.wall4._x + _root.carSpeed;
}
}
}
}
if ((((Key.isDown(39) && (!Key.isDown(38))) && (!Key.isDown(40))) && (_root.incar3 == true)) && (_root.blowncar3 == false)) {
if (_root.player._visible == false) {
if (_root.player.hitTest(this)) {
_rotation = 90;
if ((((((((((_root.car1.hitTest(getBounds(_root).xMax, _y) || (_root.car2.hitTest(getBounds(_root).xMax, _y))) || (_root.wall.hitTest(getBounds(_root).xMax, _y))) || (_root.wall2.hitTest(getBounds(_root).xMax, _y))) || (_root.wall3.hitTest(getBounds(_root).xMax, _y))) || (_root.wall4.hitTest(getBounds(_root).xMax, _y))) || (_root.target.hitTest(getBounds(_root).xMax, _y))) || (_root.target2.hitTest(getBounds(_root).xMax, _y))) || (_root.target3.hitTest(getBounds(_root).xMax, _y))) || (_root.target4.hitTest(getBounds(_root).xMax, _y))) || (_root.target5.hitTest(getBounds(_root).xMax, _y))) {
_root.car3hp--;
} else {
_root.car2._x = _root.car2._x - _root.carSpeed;
_root.car1._x = _root.car1._x - _root.carSpeed;
_root.target._x = _root.target._x - _root.carSpeed;
_root.target2._x = _root.target2._x - _root.carSpeed;
_root.target3._x = _root.target3._x - _root.carSpeed;
_root.target4._x = _root.target4._x - _root.carSpeed;
_root.target5._x = _root.target5._x - _root.carSpeed;
_root.back._x = _root.back._x - _root.carSpeed;
_root.wall._x = _root.wall._x - _root.carSpeed;
_root.wall2._x = _root.wall2._x - _root.carSpeed;
_root.wall3._x = _root.wall3._x - _root.carSpeed;
_root.wall4._x = _root.wall4._x - _root.carSpeed;
}
}
}
}
}
Instance of Symbol 384 MovieClip "car2" in Frame 794
onClipEvent (enterFrame) {
if ((((Key.isDown(38) && (!Key.isDown(39))) && (!Key.isDown(37))) && (_root.incar2 == true)) && (_root.blowncar2 == false)) {
if (_root.player._visible == false) {
if (_root.player.hitTest(this)) {
_rotation = 0;
if ((((((((((_root.car1.hitTest(_x, getBounds(_root).yMin) || (_root.car3.hitTest(_x, getBounds(_root).yMin))) || (_root.wall.hitTest(_x, getBounds(_root).yMin))) || (_root.wall2.hitTest(_x, getBounds(_root).yMin))) || (_root.wall3.hitTest(_x, getBounds(_root).yMin))) || (_root.wall4.hitTest(_x, getBounds(_root).yMin))) || (_root.target.hitTest(_x, getBounds(_root).yMin))) || (_root.target3.hitTest(_x, getBounds(_root).yMin))) || (_root.target2.hitTest(_x, getBounds(_root).yMin))) || (_root.target4.hitTest(_x, getBounds(_root).yMin))) || (_root.target5.hitTest(_x, getBounds(_root).yMin))) {
_root.car2hp--;
} else {
_root.car3._y = _root.car3._y + _root.carSpeed;
_root.car1._y = _root.car1._y + _root.carSpeed;
_root.target._y = _root.target._y + _root.carSpeed;
_root.target2._y = _root.target2._y + _root.carSpeed;
_root.target3._y = _root.target3._y + _root.carSpeed;
_root.target4._y = _root.target4._y + _root.carSpeed;
_root.target5._y = _root.target5._y + _root.carSpeed;
_root.back._y = _root.back._y + _root.carSpeed;
_root.wall._y = _root.wall._y + _root.carSpeed;
_root.wall2._y = _root.wall2._y + _root.carSpeed;
_root.wall3._y = _root.wall3._y + _root.carSpeed;
_root.wall4._y = _root.wall4._y + _root.carSpeed;
}
}
}
}
if ((((Key.isDown(40) && (!Key.isDown(39))) && (!Key.isDown(37))) && (_root.incar2 == true)) && (_root.blowncar2 == false)) {
if (_root.player._visible == false) {
if (_root.player.hitTest(this)) {
_rotation = 180;
if ((((((((((_root.car1.hitTest(_x, getBounds(_root).yMax) || (_root.car3.hitTest(_x, getBounds(_root).yMax))) || (_root.wall.hitTest(_x, getBounds(_root).yMax))) || (_root.wall2.hitTest(_x, getBounds(_root).yMax))) || (_root.wall3.hitTest(_x, getBounds(_root).yMax))) || (_root.wall4.hitTest(_x, getBounds(_root).yMax))) || (_root.target.hitTest(_x, getBounds(_root).yMax))) || (_root.target2.hitTest(_x, getBounds(_root).yMax))) || (_root.target3.hitTest(_x, getBounds(_root).yMax))) || (_root.target4.hitTest(_x, getBounds(_root).yMax))) || (_root.target5.hitTest(_x, getBounds(_root).yMax))) {
_root.car2hp--;
} else {
_root.car3._y = _root.car3._y - _root.carSpeed;
_root.car1._y = _root.car1._y - _root.carSpeed;
_root.target._y = _root.target._y - _root.carSpeed;
_root.target2._y = _root.target2._y - _root.carSpeed;
_root.target3._y = _root.target3._y - _root.carSpeed;
_root.target4._y = _root.target4._y - _root.carSpeed;
_root.target5._y = _root.target5._y - _root.carSpeed;
_root.back._y = _root.back._y - _root.carSpeed;
_root.wall._y = _root.wall._y - _root.carSpeed;
_root.wall2._y = _root.wall2._y - _root.carSpeed;
_root.wall3._y = _root.wall3._y - _root.carSpeed;
_root.wall4._y = _root.wall4._y - _root.carSpeed;
}
}
}
}
if ((((Key.isDown(37) && (!Key.isDown(38))) && (!Key.isDown(40))) && (_root.incar2 == true)) && (_root.blowncar2 == false)) {
if (_root.player._visible == false) {
if (_root.player.hitTest(this)) {
_rotation = 270;
if ((((((((((_root.car1.hitTest(getBounds(_root).xMin, _y) || (_root.car3.hitTest(getBounds(_root).xMin, _y))) || (_root.wall.hitTest(getBounds(_root).xMin, _y))) || (_root.wall2.hitTest(getBounds(_root).xMin, _y))) || (_root.wall3.hitTest(getBounds(_root).xMin, _y))) || (_root.wall4.hitTest(getBounds(_root).xMin, _y))) || (_root.target.hitTest(getBounds(_root).xMin, _y))) || (_root.target2.hitTest(getBounds(_root).xMin, _y))) || (_root.target3.hitTest(getBounds(_root).xMin, _y))) || (_root.target4.hitTest(getBounds(_root).xMin, _y))) || (_root.target5.hitTest(getBounds(_root).xMin, _y))) {
_root.car2hp--;
} else {
_root.car3._x = _root.car3._x + _root.carSpeed;
_root.car1._x = _root.car1._x + _root.carSpeed;
_root.target._x = _root.target._x + _root.carSpeed;
_root.target2._x = _root.target2._x + _root.carSpeed;
_root.target3._x = _root.target3._x + _root.carSpeed;
_root.target4._x = _root.target4._x + _root.carSpeed;
_root.target5._x = _root.target5._x + _root.carSpeed;
_root.back._x = _root.back._x + _root.carSpeed;
_root.wall._x = _root.wall._x + _root.carSpeed;
_root.wall2._x = _root.wall2._x + _root.carSpeed;
_root.wall3._x = _root.wall3._x + _root.carSpeed;
_root.wall4._x = _root.wall4._x + _root.carSpeed;
}
}
}
}
if ((((Key.isDown(39) && (!Key.isDown(38))) && (!Key.isDown(40))) && (_root.incar2 == true)) && (_root.blowncar2 == false)) {
if (_root.player._visible == false) {
if (_root.player.hitTest(this)) {
_rotation = 90;
if ((((((((((_root.car1.hitTest(getBounds(_root).xMax, _y) || (_root.car3.hitTest(getBounds(_root).xMax, _y))) || (_root.wall.hitTest(getBounds(_root).xMax, _y))) || (_root.wall2.hitTest(getBounds(_root).xMax, _y))) || (_root.wall3.hitTest(getBounds(_root).xMax, _y))) || (_root.wall4.hitTest(getBounds(_root).xMax, _y))) || (_root.target.hitTest(getBounds(_root).xMax, _y))) || (_root.target2.hitTest(getBounds(_root).xMax, _y))) || (_root.target3.hitTest(getBounds(_root).xMax, _y))) || (_root.target4.hitTest(getBounds(_root).xMax, _y))) || (_root.target5.hitTest(getBounds(_root).xMax, _y))) {
_root.car2hp--;
} else {
_root.car3._x = _root.car3._x - _root.carSpeed;
_root.car1._x = _root.car1._x - _root.carSpeed;
_root.target._x = _root.target._x - _root.carSpeed;
_root.target2._x = _root.target2._x - _root.carSpeed;
_root.target3._x = _root.target3._x - _root.carSpeed;
_root.target4._x = _root.target4._x - _root.carSpeed;
_root.target5._x = _root.target5._x - _root.carSpeed;
_root.back._x = _root.back._x - _root.carSpeed;
_root.wall._x = _root.wall._x - _root.carSpeed;
_root.wall2._x = _root.wall2._x - _root.carSpeed;
_root.wall3._x = _root.wall3._x - _root.carSpeed;
_root.wall4._x = _root.wall4._x - _root.carSpeed;
}
}
}
}
}
Instance of Symbol 386 MovieClip "shot" in Frame 794
onClipEvent (load) {
if (String(_name) != "shot") {
barrelLength = 90;
gunpoint = _root.player._rotation;
angle = ((gunpoint / 360) * 2) * 3.141593;
xcomponent = barrelLength * Math.sin(angle);
ycomponent = (-barrelLength) * Math.cos(angle);
_x = (xcomponent + _root.player._x);
_y = (ycomponent + _root.player._y);
xmove = (xcomponent / barrelLength) * 70;
ymove = (ycomponent / barrelLength) * 70;
this._rotation = gunpoint - 90;
timer = 0;
}
}
onClipEvent (enterFrame) {
if (String(_name) != "shot") {
_x = (_x + xmove);
_y = (_y + ymove);
timer++;
}
}
onClipEvent (enterFrame) {
if (timer > 50) {
removeMovieClip(this);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.target)) {
_root.targethitpoints = _root.targethitpoints - 10;
removeMovieClip(this);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.target2)) {
_root.targethitpoints2 = _root.targethitpoints2 - 10;
removeMovieClip(this);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.target3)) {
_root.targethitpoints3 = _root.targethitpoints3 - 10;
removeMovieClip(this);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.target4)) {
_root.targethitpoints4 = _root.targethitpoints4 - 10;
removeMovieClip(this);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.target5)) {
_root.targethitpoints5 = _root.targethitpoints5 - 10;
removeMovieClip(this);
}
if (this.hitTest(_root.car1)) {
_root.car1hp = _root.car1hp - 10;
removeMovieClip(this);
}
if (this.hitTest(_root.car2)) {
_root.car2hp = _root.car2hp - 10;
removeMovieClip(this);
}
if (this.hitTest(_root.car3)) {
_root.car3hp = _root.car3hp - 10;
removeMovieClip(this);
}
}
Instance of Symbol 393 MovieClip "rocket" in Frame 794
onClipEvent (load) {
if (String(_name) != "rocket") {
barrelLength = 86;
gunpoint = _root.player._rotation;
angle = ((gunpoint / 360) * 2) * 3.141593;
xcomponent = barrelLength * Math.sin(angle);
ycomponent = (-barrelLength) * Math.cos(angle);
_x = (xcomponent + _root.player._x);
_y = (ycomponent + _root.player._y);
xmove = (xcomponent / barrelLength) * 20;
ymove = (ycomponent / barrelLength) * 20;
this._rotation = gunpoint - 90;
timer = 0;
}
}
onClipEvent (enterFrame) {
if (String(_name) != "rocket") {
_x = (_x + xmove);
_y = (_y + ymove);
timer++;
}
}
onClipEvent (enterFrame) {
if (timer > 50) {
removeMovieClip(this);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.target)) {
_root.targethitpoints = _root.targethitpoints - 200;
this.xmove = 0;
this.ymove = 0;
this.play();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.target2)) {
_root.targethitpoints2 = _root.targethitpoints2 - 200;
this.xmove = 0;
this.ymove = 0;
this.play();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.target3)) {
_root.targethitpoints3 = _root.targethitpoints3 - 200;
this.xmove = 0;
this.ymove = 0;
this.play();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.target4)) {
_root.targethitpoints4 = _root.targethitpoints4 - 200;
this.xmove = 0;
this.ymove = 0;
this.play();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.target5)) {
_root.targethitpoints5 = _root.targethitpoints5 - 200;
this.xmove = 0;
this.ymove = 0;
this.play();
}
if (this.hitTest(_root.car1)) {
_root.car1hp = _root.car1hp - 200;
this.xmove = 0;
this.ymove = 0;
this.play();
}
if (this.hitTest(_root.car2)) {
_root.car2hp = _root.car2hp - 200;
this.xmove = 0;
this.ymove = 0;
this.play();
}
if (this.hitTest(_root.car3)) {
_root.car3hp = _root.car3hp - 200;
this.xmove = 0;
this.ymove = 0;
this.play();
}
}
Instance of Symbol 397 MovieClip "uzishot" in Frame 794
onClipEvent (load) {
if (String(_name) != "uzishot") {
barrelLength = 70;
gunpoint = _root.player._rotation;
angle = ((gunpoint / 360) * 2) * 3.141593;
xcomponent = barrelLength * Math.sin(angle);
ycomponent = (-barrelLength) * Math.cos(angle);
_x = (xcomponent + _root.player._x);
_y = (ycomponent + _root.player._y);
xmove = (xcomponent / barrelLength) * 70;
ymove = (ycomponent / barrelLength) * 70;
this._rotation = gunpoint - 90;
}
}
onClipEvent (enterFrame) {
if (String(_name) != "uzishot") {
_x = (_x + xmove);
_y = (_y + ymove);
}
if (this.hitTest(_root.target)) {
_root.targethitpoints = _root.targethitpoints - 15;
removeMovieClip(this);
}
if (this.hitTest(_root.target2)) {
_root.targethitpoints2 = _root.targethitpoints2 - 15;
removeMovieClip(this);
}
if (this.hitTest(_root.target3)) {
_root.targethitpoints3 = _root.targethitpoints3 - 15;
removeMovieClip(this);
}
if (this.hitTest(_root.target4)) {
_root.targethitpoints4 = _root.targethitpoints4 - 15;
removeMovieClip(this);
}
if (this.hitTest(_root.target5)) {
_root.targethitpoints5 = _root.targethitpoints5 - 15;
removeMovieClip(this);
}
if (this.hitTest(_root.car1)) {
_root.car1hp = _root.car1hp - 15;
removeMovieClip(this);
}
if (this.hitTest(_root.car2)) {
_root.car2hp = _root.car2hp - 15;
removeMovieClip(this);
}
if (this.hitTest(_root.car3)) {
_root.car3hp = _root.car3hp - 15;
removeMovieClip(this);
}
}
Instance of Symbol 423 MovieClip "car1" in Frame 794
onClipEvent (enterFrame) {
if ((((Key.isDown(38) && (!Key.isDown(39))) && (!Key.isDown(37))) && (_root.incar1 == true)) && (_root.blowncar1 == false)) {
if (_root.player._visible == false) {
if (_root.player.hitTest(this)) {
_rotation = 0;
if ((((((((((_root.car2.hitTest(_x, getBounds(_root).yMin) || (_root.car3.hitTest(_x, getBounds(_root).yMin))) || (_root.wall.hitTest(_x, getBounds(_root).yMin))) || (_root.wall2.hitTest(_x, getBounds(_root).yMin))) || (_root.wall3.hitTest(_x, getBounds(_root).yMin))) || (_root.wall4.hitTest(_x, getBounds(_root).yMin))) || (_root.target.hitTest(_x, getBounds(_root).yMin))) || (_root.target3.hitTest(_x, getBounds(_root).yMin))) || (_root.target2.hitTest(_x, getBounds(_root).yMin))) || (_root.target4.hitTest(_x, getBounds(_root).yMin))) || (_root.target5.hitTest(_x, getBounds(_root).yMin))) {
_root.car1hp--;
} else {
_root.car2._y = _root.car2._y + _root.carSpeed;
_root.car3._y = _root.car3._y + _root.carSpeed;
_root.target._y = _root.target._y + _root.carSpeed;
_root.target2._y = _root.target2._y + _root.carSpeed;
_root.target3._y = _root.target3._y + _root.carSpeed;
_root.target4._y = _root.target4._y + _root.carSpeed;
_root.target5._y = _root.target5._y + _root.carSpeed;
_root.back._y = _root.back._y + _root.carSpeed;
_root.wall._y = _root.wall._y + _root.carSpeed;
_root.wall2._y = _root.wall2._y + _root.carSpeed;
_root.wall3._y = _root.wall3._y + _root.carSpeed;
_root.wall4._y = _root.wall4._y + _root.carSpeed;
}
}
}
}
if ((((Key.isDown(40) && (!Key.isDown(39))) && (!Key.isDown(37))) && (_root.incar1 == true)) && (_root.blowncar1 == false)) {
if (_root.player._visible == false) {
if (_root.player.hitTest(this)) {
_rotation = 180;
if ((((((((((_root.car2.hitTest(_x, getBounds(_root).yMax) || (_root.car3.hitTest(_x, getBounds(_root).yMax))) || (_root.wall.hitTest(_x, getBounds(_root).yMax))) || (_root.wall2.hitTest(_x, getBounds(_root).yMax))) || (_root.wall3.hitTest(_x, getBounds(_root).yMax))) || (_root.wall4.hitTest(_x, getBounds(_root).yMax))) || (_root.target.hitTest(_x, getBounds(_root).yMax))) || (_root.target2.hitTest(_x, getBounds(_root).yMax))) || (_root.target3.hitTest(_x, getBounds(_root).yMax))) || (_root.target4.hitTest(_x, getBounds(_root).yMax))) || (_root.target5.hitTest(_x, getBounds(_root).yMax))) {
_root.car1hp--;
} else {
_root.car3._y = _root.car3._y - _root.carSpeed;
_root.car2._y = _root.car2._y - _root.carSpeed;
_root.target._y = _root.target._y - _root.carSpeed;
_root.target2._y = _root.target2._y - _root.carSpeed;
_root.target3._y = _root.target3._y - _root.carSpeed;
_root.target4._y = _root.target4._y - _root.carSpeed;
_root.target5._y = _root.target5._y - _root.carSpeed;
_root.back._y = _root.back._y - _root.carSpeed;
_root.wall._y = _root.wall._y - _root.carSpeed;
_root.wall2._y = _root.wall2._y - _root.carSpeed;
_root.wall3._y = _root.wall3._y - _root.carSpeed;
_root.wall4._y = _root.wall4._y - _root.carSpeed;
}
}
}
}
if ((((Key.isDown(37) && (!Key.isDown(38))) && (!Key.isDown(40))) && (_root.incar1 == true)) && (_root.blowncar1 == false)) {
if (_root.player._visible == false) {
if (_root.player.hitTest(this)) {
_rotation = 270;
if ((((((((((_root.car2.hitTest(getBounds(_root).xMin, _y) || (_root.car3.hitTest(getBounds(_root).xMin, _y))) || (_root.wall.hitTest(getBounds(_root).xMin, _y))) || (_root.wall2.hitTest(getBounds(_root).xMin, _y))) || (_root.wall3.hitTest(getBounds(_root).xMin, _y))) || (_root.wall4.hitTest(getBounds(_root).xMin, _y))) || (_root.target.hitTest(getBounds(_root).xMin, _y))) || (_root.target2.hitTest(getBounds(_root).xMin, _y))) || (_root.target3.hitTest(getBounds(_root).xMin, _y))) || (_root.target4.hitTest(getBounds(_root).xMin, _y))) || (_root.target5.hitTest(getBounds(_root).xMin, _y))) {
_root.car1hp--;
} else {
_root.car3._x = _root.car3._x + _root.carSpeed;
_root.car2._x = _root.car2._x + _root.carSpeed;
_root.target._x = _root.target._x + _root.carSpeed;
_root.target2._x = _root.target2._x + _root.carSpeed;
_root.target3._x = _root.target3._x + _root.carSpeed;
_root.target4._x = _root.target4._x + _root.carSpeed;
_root.target5._x = _root.target5._x + _root.carSpeed;
_root.back._x = _root.back._x + _root.carSpeed;
_root.wall._x = _root.wall._x + _root.carSpeed;
_root.wall2._x = _root.wall2._x + _root.carSpeed;
_root.wall3._x = _root.wall3._x + _root.carSpeed;
_root.wall4._x = _root.wall4._x + _root.carSpeed;
}
}
}
}
if ((((Key.isDown(39) && (!Key.isDown(38))) && (!Key.isDown(40))) && (_root.incar1 == true)) && (_root.blowncar1 == false)) {
if (_root.player._visible == false) {
if (_root.player.hitTest(this)) {
_rotation = 90;
if ((((((((((_root.car2.hitTest(getBounds(_root).xMax, _y) || (_root.car3.hitTest(getBounds(_root).xMax, _y))) || (_root.wall.hitTest(getBounds(_root).xMax, _y))) || (_root.wall2.hitTest(getBounds(_root).xMax, _y))) || (_root.wall3.hitTest(getBounds(_root).xMax, _y))) || (_root.wall4.hitTest(getBounds(_root).xMax, _y))) || (_root.target.hitTest(getBounds(_root).xMax, _y))) || (_root.target2.hitTest(getBounds(_root).xMax, _y))) || (_root.target3.hitTest(getBounds(_root).xMax, _y))) || (_root.target4.hitTest(getBounds(_root).xMax, _y))) || (_root.target5.hitTest(getBounds(_root).xMax, _y))) {
_root.car1hp--;
} else {
_root.car3._x = _root.car3._x - _root.carSpeed;
_root.car2._x = _root.car2._x - _root.carSpeed;
_root.target._x = _root.target._x - _root.carSpeed;
_root.target2._x = _root.target2._x - _root.carSpeed;
_root.target3._x = _root.target3._x - _root.carSpeed;
_root.target4._x = _root.target4._x - _root.carSpeed;
_root.target5._x = _root.target5._x - _root.carSpeed;
_root.back._x = _root.back._x - _root.carSpeed;
_root.wall._x = _root.wall._x - _root.carSpeed;
_root.wall2._x = _root.wall2._x - _root.carSpeed;
_root.wall3._x = _root.wall3._x - _root.carSpeed;
_root.wall4._x = _root.wall4._x - _root.carSpeed;
}
}
}
}
}
Instance of Symbol 614 MovieClip "player" in Frame 794
onClipEvent (load) {
_root.moveSpeed = 4;
_root.carSpeed = 10;
bang1 = new Sound();
bang1.attachSound("bang1");
swing = new Sound();
swing.attachSound("swing");
uzi = new Sound();
uzi.attachSound("uzi");
_root.name = "Fists";
this.swapDepths(10000);
shotCount = 0;
Fists = true;
S9P = false;
CS3 = false;
SIS = false;
SMAW = false;
UZI = false;
}
onClipEvent (enterFrame) {
if (Key.isDown(54)) {
stopAllSounds();
shotTimer = 0;
_root.player.gotoAndStop("Micro Uzi (Modified)");
_root.name = "Micro Uzi (Modified)";
}
if ((((UZI == true) && (_root.MouseDown == true)) && (_root.intheuzi >= 1)) && (shotTimer <= 0)) {
uzi.start;
shotCount++;
duplicateMovieClip (_root.uzishot, "uzishot" + shotCount, (shotCount % 100) + 1100);
shotTimer = 5;
_root.intheuzi--;
}
shotTimer--;
if (UZI == true) {
_root.ingun = _root.intheuzi;
_root.max = _root.uziclips;
}
if (((Key.isDown(82) && (UZI == true)) && (_root.uziclips >= 1)) && (_root.intheuzi <= 99)) {
_root.intheuzi = 100;
_root.uziclips = _root.uziclips - 1;
}
}
onClipEvent (enterFrame) {
if (Key.isDown(52)) {
stopAllSounds();
shotTimer = 0;
_root.player.gotoAndStop("Shark in a Sack");
_root.name = "Shark in a Sack";
}
if ((SIS == true) && (_root.MouseDown == true)) {
this.sack.play();
}
if (SIS == true) {
_root.ingun = "Inf";
_root.max = "Inf";
}
}
onClipEvent (enterFrame) {
if (Key.isDown(51)) {
shotTimer = 0;
_root.player.gotoAndStop("Echo CS-300 (Heavily Modified)");
_root.name = "Echo CS-300 (Heavily Modified)";
}
if (((CS3 == true) && (_root.MouseDown == true)) && (_root.player._visible == true)) {
this.saw.play();
}
if (CS3 == true) {
_root.ingun = "Inf";
_root.max = "Inf";
}
}
onClipEvent (enterFrame) {
if (Key.isDown(53)) {
stopAllSounds();
shotTimer = 0;
_root.player.gotoAndStop("Shoulder-Launched Multipurpose Assault Weapon (SMAW) (Heavily Modified)");
_root.name = "Shoulder-Launched Multipurpose Assault Weapon (SMAW) (Heavily Modified)";
}
if ((((((SMAW == true) && (_root.MouseDown == true)) && (_root.inthething >= 1)) && (_root.canShoot == false)) && (shotTimer <= 0)) && (_root.player._visible == true)) {
shotCount++;
duplicateMovieClip (_root.rocket, "rocket" + shotCount, (shotCount % 100) + 1100);
shotTimer = 200;
_root.inthething--;
_root.player.boom.play();
}
shotTimer--;
if (SMAW == true) {
_root.ingun = _root.inthething;
_root.max = _root.rockets;
}
if (((Key.isDown(82) && (SMAW == true)) && (_root.rockets >= 1)) && (_root.inthething <= 0)) {
_root.inthething = 1;
_root.rockets = _root.rockets - 1;
}
}
onClipEvent (enterFrame) {
if (Key.isDown(50)) {
stopAllSounds();
shotTimer = 0;
_root.player.gotoAndStop("Beretta 92FS (Suppressor)");
_root.name = "Beretta 92FS (Suppressor)";
}
if (((((S9P == true) && (_root.MouseDown == true)) && (_root.inthegun >= 1)) && (_root.canShoot == false)) && (shotTimer <= 0)) {
bang1.start();
shotCount++;
duplicateMovieClip (_root.shot, "shot" + shotCount, (shotCount % 100) + 1100);
shotTimer = 5;
_root.inthegun--;
}
shotTimer--;
if (S9P == true) {
_root.ingun = _root.inthegun;
_root.max = _root.S9Pclips;
}
if (((Key.isDown(82) && (S9P == true)) && (_root.S9Pclips >= 1)) && (_root.inthegun <= 9)) {
_root.inthegun = 10;
_root.S9Pclips = _root.S9Pclips - 1;
}
}
onClipEvent (enterFrame) {
if (Key.isDown(49)) {
stopAllSounds();
shotTimer = 0;
_root.player.gotoAndStop("Fists");
_root.name = "Fists";
}
if ((Fists == true) && (_root.MouseDown == true)) {
this.punch.play();
}
if (Fists == true) {
_root.ingun = "Inf";
_root.max = "Inf";
}
}
onClipEvent (mouseMove) {
Xd = _root._xmouse - _x;
Yd = _root._ymouse - _y;
radAngle = Math.atan2(Yd, Xd);
_rotation = int(((radAngle * 360) / (Math.PI*2)) + 90);
updateAfterEvent();
}
onClipEvent (enterFrame) {
if ((((((((((((Key.isDown(38) && (!_root.car2.hitTest(_root.player._x - 18, (_root.player._y - 18) - _root.moveSpeed, true))) && (!_root.car3.hitTest(_root.player._x - 18, (_root.player._y - 18) - _root.moveSpeed, true))) && (!_root.car1.hitTest(_root.player._x - 18, (_root.player._y - 18) - _root.moveSpeed, true))) && (!_root.wall.hitTest(_root.player._x - 18, (_root.player._y - 18) - _root.moveSpeed, true))) && (!_root.wall3.hitTest(_root.player._x - 18, (_root.player._y - 18) - _root.moveSpeed, true))) && (!_root.wall2.hitTest(_root.player._x - 18, (_root.player._y - 18) - _root.moveSpeed, true))) && (!_root.wall4.hitTest(_root.player._x - 18, (_root.player._y - 18) - _root.moveSpeed, true))) && (!_root.target.hitTest(_root.player._x - 18, (_root.player._y - 18) - _root.moveSpeed, true))) && (!_root.target2.hitTest(_root.player._x - 18, (_root.player._y - 18) - _root.moveSpeed, true))) && (!_root.target3.hitTest(_root.player._x - 18, (_root.player._y - 18) - _root.moveSpeed, true))) && (!_root.target4.hitTest(_root.player._x - 18, (_root.player._y - 18) - _root.moveSpeed, true))) && (!_root.target5.hitTest(_root.player._x - 18, (_root.player._y - 18) - _root.moveSpeed, true))) {
_root.car1._y = _root.car1._y + _root.moveSpeed;
_root.car2._y = _root.car2._y + _root.moveSpeed;
_root.car3._y = _root.car3._y + _root.moveSpeed;
_root.target._y = _root.target._y + _root.moveSpeed;
_root.target2._y = _root.target2._y + _root.moveSpeed;
_root.target3._y = _root.target3._y + _root.moveSpeed;
_root.target4._y = _root.target4._y + _root.moveSpeed;
_root.target5._y = _root.target5._y + _root.moveSpeed;
_root.back._y = _root.back._y + _root.moveSpeed;
_root.wall._y = _root.wall._y + _root.moveSpeed;
_root.wall2._y = _root.wall2._y + _root.moveSpeed;
_root.wall3._y = _root.wall3._y + _root.moveSpeed;
_root.wall4._y = _root.wall4._y + _root.moveSpeed;
}
if ((((((((((((Key.isDown(40) && (!_root.car2.hitTest(_root.player._x + 18, (_root.player._y + 18) + _root.moveSpeed, true))) && (!_root.car3.hitTest(_root.player._x + 18, (_root.player._y + 18) + _root.moveSpeed, true))) && (!_root.car1.hitTest(_root.player._x + 18, (_root.player._y + 18) + _root.moveSpeed, true))) && (!_root.wall.hitTest(_root.player._x + 18, (_root.player._y + 18) + _root.moveSpeed, true))) && (!_root.wall2.hitTest(_root.player._x + 18, (_root.player._y + 18) + _root.moveSpeed, true))) && (!_root.wall3.hitTest(_root.player._x + 18, (_root.player._y + 18) + _root.moveSpeed, true))) && (!_root.wall4.hitTest(_root.player._x + 18, (_root.player._y + 18) + _root.moveSpeed, true))) && (!_root.target.hitTest(_root.player._x + 18, (_root.player._y + 18) + _root.moveSpeed, true))) && (!_root.target2.hitTest(_root.player._x + 18, (_root.player._y + 18) + _root.moveSpeed, true))) && (!_root.target3.hitTest(_root.player._x + 18, (_root.player._y + 18) + _root.moveSpeed, true))) && (!_root.target4.hitTest(_root.player._x + 18, (_root.player._y + 18) + _root.moveSpeed, true))) && (!_root.target5.hitTest(_root.player._x + 18, (_root.player._y + 18) + _root.moveSpeed, true))) {
_root.car1._y = _root.car1._y - _root.moveSpeed;
_root.car2._y = _root.car2._y - _root.moveSpeed;
_root.car3._y = _root.car3._y - _root.moveSpeed;
_root.target._y = _root.target._y - _root.moveSpeed;
_root.target2._y = _root.target2._y - _root.moveSpeed;
_root.target3._y = _root.target3._y - _root.moveSpeed;
_root.target4._y = _root.target4._y - _root.moveSpeed;
_root.target5._y = _root.target5._y - _root.moveSpeed;
_root.back._y = _root.back._y - _root.moveSpeed;
_root.wall._y = _root.wall._y - _root.moveSpeed;
_root.wall2._y = _root.wall2._y - _root.moveSpeed;
_root.wall3._y = _root.wall3._y - _root.moveSpeed;
_root.wall4._y = _root.wall4._y - _root.moveSpeed;
}
if ((((((((((((Key.isDown(39) && (!_root.car2.hitTest((_root.player._x + 18) + _root.moveSpeed, _root.player._y + 18, true))) && (!_root.car3.hitTest((_root.player._x + 18) + _root.moveSpeed, _root.player._y + 18, true))) && (!_root.car1.hitTest((_root.player._x + 18) + _root.moveSpeed, _root.player._y + 18, true))) && (!_root.wall.hitTest((_root.player._x + 18) + _root.moveSpeed, _root.player._y + 18, true))) && (!_root.wall2.hitTest((_root.player._x + 18) + _root.moveSpeed, _root.player._y + 18, true))) && (!_root.wall3.hitTest((_root.player._x + 18) + _root.moveSpeed, _root.player._y + 18, true))) && (!_root.wall4.hitTest((_root.player._x + 18) + _root.moveSpeed, _root.player._y + 18, true))) && (!_root.target2.hitTest((_root.player._x + 18) + _root.moveSpeed, _root.player._y + 18, true))) && (!_root.target3.hitTest((_root.player._x + 18) + _root.moveSpeed, _root.player._y + 18, true))) && (!_root.target4.hitTest((_root.player._x + 18) + _root.moveSpeed, _root.player._y + 18, true))) && (!_root.target5.hitTest((_root.player._x + 18) + _root.moveSpeed, _root.player._y + 18, true))) && (!_root.target.hitTest((_root.player._x + 18) + _root.moveSpeed, _root.player._y + 18, true))) {
_root.car1._x = _root.car1._x - _root.moveSpeed;
_root.car2._x = _root.car2._x - _root.moveSpeed;
_root.car3._x = _root.car3._x - _root.moveSpeed;
_root.target._x = _root.target._x - _root.moveSpeed;
_root.target2._x = _root.target2._x - _root.moveSpeed;
_root.target3._x = _root.target3._x - _root.moveSpeed;
_root.target4._x = _root.target4._x - _root.moveSpeed;
_root.target5._x = _root.target5._x - _root.moveSpeed;
_root.back._x = _root.back._x - _root.moveSpeed;
_root.wall._x = _root.wall._x - _root.moveSpeed;
_root.wall2._x = _root.wall2._x - _root.moveSpeed;
_root.wall3._x = _root.wall3._x - _root.moveSpeed;
_root.wall4._x = _root.wall4._x - _root.moveSpeed;
}
if ((((((((((((Key.isDown(37) && (!_root.car2.hitTest((_root.player._x - 18) - _root.moveSpeed, _root.player._y - 18, true))) && (!_root.car3.hitTest((_root.player._x - 18) - _root.moveSpeed, _root.player._y - 18, true))) && (!_root.car1.hitTest((_root.player._x - 18) - _root.moveSpeed, _root.player._y - 18, true))) && (!_root.wall.hitTest((_root.player._x - 18) - _root.moveSpeed, _root.player._y - 18, true))) && (!_root.wall2.hitTest((_root.player._x - 18) - _root.moveSpeed, _root.player._y - 18, true))) && (!_root.wall3.hitTest((_root.player._x - 18) - _root.moveSpeed, _root.player._y - 18, true))) && (!_root.wall4.hitTest((_root.player._x - 18) - _root.moveSpeed, _root.player._y - 18, true))) && (!_root.target.hitTest((_root.player._x - 18) - _root.moveSpeed, _root.player._y - 18, true))) && (!_root.target2.hitTest((_root.player._x - 18) - _root.moveSpeed, _root.player._y - 18, true))) && (!_root.target3.hitTest((_root.player._x - 18) - _root.moveSpeed, _root.player._y - 18, true))) && (!_root.target4.hitTest((_root.player._x - 18) - _root.moveSpeed, _root.player._y - 18, true))) && (!_root.target5.hitTest((_root.player._x - 18) - _root.moveSpeed, _root.player._y - 18, true))) {
_root.car1._x = _root.car1._x + _root.moveSpeed;
_root.car2._x = _root.car2._x + _root.moveSpeed;
_root.car3._x = _root.car3._x + _root.moveSpeed;
_root.target._x = _root.target._x + _root.moveSpeed;
_root.target2._x = _root.target2._x + _root.moveSpeed;
_root.target3._x = _root.target3._x + _root.moveSpeed;
_root.target4._x = _root.target4._x + _root.moveSpeed;
_root.target5._x = _root.target5._x + _root.moveSpeed;
_root.back._x = _root.back._x + _root.moveSpeed;
_root.wall._x = _root.wall._x + _root.moveSpeed;
_root.wall2._x = _root.wall2._x + _root.moveSpeed;
_root.wall3._x = _root.wall3._x + _root.moveSpeed;
_root.wall4._x = _root.wall4._x + _root.moveSpeed;
}
if ((_root.playerhp <= 0) || (_root.playerhp == 0)) {
_root.gotoAndPlay(686);
}
}
Instance of Symbol 616 MovieClip "fire" in Frame 794
onClipEvent (enterFrame) {
if (_root.car2hp <= -20) {
this._x = car2._x;
this._y = car2._y;
}
}
Symbol 8 MovieClip Frame 1
_root.stop();
Symbol 14 Button
on (release) {
_root.gotoAndPlay(2);
}
Symbol 15 MovieClip Frame 1
stop();
Instance of Symbol 8 MovieClip in Symbol 15 MovieClip Frame 1
onClipEvent (enterFrame) {
this.Info = ((_root.getBytesLoaded() / _root.getBytesTotal()) * 100) + "% Loaded";
if (this.Info == "100% Loaded") {
_root.but.gotoAndStop(2);
}
}
Symbol 15 MovieClip Frame 2
stop();
Symbol 21 Button
on (release) {
NewgroundsAPI.loadNewgrounds();
}
Symbol 27 Button
on (release) {
NewgroundsAPI.loadNewgrounds();
}
Symbol 29 MovieClip Frame 1
function startAd(ngad_url) {
trace("opening " + ngad_url);
System.security.allowDomain("70.87.128.99");
System.security.allowInsecureDomain("70.87.128.99");
System.security.allowDomain("ads.shizmoo.com");
System.security.allowInsecureDomain("ads.shizmoo.com");
System.security.allowDomain("www.cpmstar.com");
System.security.allowInsecureDomain("www.cpmstar.com");
System.security.allowDomain("server.cpmstar.com");
System.security.allowInsecureDomain("server.cpmstar.com");
var ngads_redirect = new XML();
ngads_redirect.ignoreWhite = true;
ngads_redirect.onLoad = function (success) {
trace("[NEWGROUNDS FLASH ADS] :: You may get a 'Security Sandbox Violation' ... this is normal, do not freak out!");
if (success) {
ng_ad.loadMovie(ngads_redirect.toString(), "GET");
}
};
ngads_redirect.load(ngad_url);
}
if (NewgroundsAPI.getAdURL()) {
startAd(NewgroundsAPI.getAdURL());
}
NewgroundsAPI.onAdsApproved = function (ad_url) {
startAd(ad_url);
};
stop();
Symbol 619 MovieClip [__Packages.NewgroundsAPI] Frame 0
class NewgroundsAPI
{
static var tracker_id, host, version, debug, error_format, header_format, normal_format, link_format;
function NewgroundsAPI () {
}
static function connectMovie(id) {
if (!id) {
SendError("Missing required 'id' parameter in NewgroundsAPI.connectMovie(id:Number)");
} else if (!tracker_id) {
SendMessage("Connecting to API gateway...");
tracker_id = id;
host = _url.split("/")[2].toLowerCase();
if (host.length < 1) {
host = "localhost";
}
var _local2 = new Object();
SendEvent(MOVIE_VIEWS);
}
}
static function setMovieVersion(movie_version) {
if (!movie_version) {
SendError("Missing required 'version' in NewgroundsAPI.setMovieVersion(version:String)");
} else {
version = movie_version;
}
}
static function debugMode() {
debug = true;
}
static function addCustomEvent(stat_id, stat_name) {
if (!stat_id) {
SendError("Missing required 'id' parameter in NewgroundsAPI.AddCustomEvent(id:Number, event_name:String)");
} else if (!stat_name) {
SendError("Missing required 'event_name' parameter in NewgroundsAPI.AddCustomEvent(id:Number, event_name:String)");
} else {
custom_events[stat_name] = CUSTOM_STATS + stat_id;
SendMessage("Created custom event: " + stat_name);
}
}
static function addCustomLink(stat_id, stat_name) {
if (!stat_id) {
SendError("Missing required 'id' parameter in NewgroundsAPI.AddCustomLink(id:Number, link_name:String)");
} else if (!stat_name) {
SendError("Missing required 'link_name' parameter in NewgroundsAPI.AddCustomLink(id:Number, link_name:String)");
} else {
custom_links[stat_name] = CUSTOM_STATS + stat_id;
SendMessage((("Created custom link " + stat_id) + ": ") + stat_name);
}
}
static function loadMySite() {
SendLink(AUTHOR_SITE);
}
static function loadNewgrounds(special) {
if (special) {
var _local1 = {page:special};
}
SendLink(NEWGROUNDS, _local1);
}
static function logCustomEvent(event_name) {
if (!event_name) {
SendError("Missing required 'event_name' parameter in NewgroundsAPI.logCustomEvent(event_name:String)");
} else if (!custom_events[event_name]) {
SendError("Attempted to log undefined custom event: " + event_name);
} else {
SendEvent(custom_events[event_name]);
}
}
static function loadCustomLink(link_name) {
if (!link_name) {
SendError("Missing required 'link_name' parameter in NewgroundsAPI.loadCustomLink(link_name:String)");
} else if (!custom_links[link_name]) {
SendError("Attempted to open undefined custom link: " + link_name);
} else {
SendLink(custom_links[link_name]);
}
}
static function getAdURL() {
return(movie_options.ad_url);
}
static function getMovieURL() {
if (movie_options.movie_url) {
return(movie_options.movie_url);
}
return("Newgrounds.com");
}
static function getNewVersionURL() {
return((((((GATEWAY_URL + "?&id=") + tracker_id) + "&host=") + escape(host)) + "&stat=") + NEW_VERSION);
}
static function SendEvent(id) {
SendStat(id, false);
}
static function SendLink(id, extra) {
SendStat(id, true, extra);
}
static function ReadGatewayData(params) {
for (var _local2 in params) {
params[_local2] = unescape(params[_local2]);
movie_options[_local2] = params[_local2];
}
if (params.settings_loaded) {
SendMessage("You have successfully connected to the Newgrounds API gateway!");
SendMessage(("Movie Identified as '" + movie_options.movie_name) + "'");
if (movie_options.message) {
SendMessage(movie_options.message);
}
if (movie_options.ad_url) {
SendMessage("Your movie has been approved to run Flash Ads");
onAdsApproved(movie_options.ad_url);
}
if (movie_options.movie_version and (movie_options.movie_version.toString() != version.toString())) {
SendMessage("WARNING: The movie version configured in your API settings does not match this movie's version!");
onNewVersionAvailable(movie_options.movie_version, getMovieURL(), getNewVersionURL());
}
if (movie_options.deny_host) {
SendMessage("You have blocked 'localHost' in your API settings.");
SendMessage("If you wish to test your movie you will need to remove this block.");
onDenyHost(host, getMovieURL(), getNewVersionURL());
}
if (movie_options.request_portal_url == 1) {
var _local4 = (((GATEWAY_URL + "?&id=") + tracker_id) + "&portal_url=") + escape(_url);
var _local3 = new XML();
_local3.ignoreWhite = true;
_local3.load(_local4);
}
} else if (!movie_options.settings_loaded) {
SendError("Could not establish connection to the API gateway.");
}
}
static function SendStat(stat_id, open_in_browser, extra) {
if (!tracker_id) {
SendError("API calls cannot be made without a valid movie id.");
SendError("Did you remember to add the \"NewgroundsAPI.connectMovie()\" code?");
} else {
var _local7 = (((((GATEWAY_URL + "?&id=") + tracker_id) + "&host=") + escape(host)) + "&stat=") + stat_id;
for (var _local9 in extra) {
_local7 = _local7 + ((("&" + escape(_local9)) + "=") + escape(extra[_local9]));
}
trace(_local7);
if (debug) {
_local7 = _local7 + "&debug=1";
}
if (open_in_browser) {
getURL (_local7, "_blank");
} else {
var _local10 = new XML();
_local10.ignoreWhite = true;
_local10.onLoad = function (success) {
var _local6 = new Object();
var _local3 = 0;
while (_local3 < this.firstChild.childNodes.length) {
var _local4 = this.firstChild.childNodes[_local3];
var _local5 = _local4.nodeName;
var _local2 = _local4.attributes.value;
if (_local2 == Number(_local2)) {
_local2 = Number(_local2);
}
_local6[_local5] = _local2;
_local3++;
}
NewgroundsAPI.ReadGatewayData(_local6);
};
_local10.load(_local7);
}
}
}
static function SendError(msg) {
trace("[NEWGROUNDS API ERROR] :: " + msg);
}
static function SendMessage(msg) {
trace("[NEWGROUNDS API] :: " + msg);
}
static function InitTextFormats() {
if (!error_format) {
error_format = new TextFormat();
error_format.font = "Arial Black";
error_format.size = 48;
error_format.color = 16711680 /* 0xFF0000 */;
}
if (!header_format) {
header_format = new TextFormat();
header_format.font = "Arial Black";
header_format.size = 24;
header_format.color = 16777215 /* 0xFFFFFF */;
}
if (!normal_format) {
normal_format = new TextFormat();
normal_format.font = "Arial";
normal_format.bold = true;
normal_format.size = 12;
normal_format.color = 16777215 /* 0xFFFFFF */;
}
if (!link_format) {
link_format = new TextFormat();
link_format.color = 16776960 /* 0xFFFF00 */;
link_format.underline = true;
}
}
static function onNewVersionAvailable(version, movie_url, redirect_url) {
InitTextFormats();
var _local2 = new Object();
_local2.x = Stage.width / 2;
_local2.y = Stage.height / 2;
_root.createEmptyMovieClip("NGAPI_new_version_overlay", _root.getNextHighestDepth());
_root.NGAPI_new_version_overlay.lineStyle(1, 0, 100);
_root.NGAPI_new_version_overlay.beginFill(0, 70);
_root.NGAPI_new_version_overlay.moveTo(-10, -10);
_root.NGAPI_new_version_overlay.lineTo(-10, 1000);
_root.NGAPI_new_version_overlay.lineTo(1000, 1000);
_root.NGAPI_new_version_overlay.lineTo(1000, -10);
_root.NGAPI_new_version_overlay.lineTo(-10, -10);
_root.NGAPI_new_version_overlay.endFill();
_root.NGAPI_new_version_overlay.lineStyle(10, 0, 100);
_root.NGAPI_new_version_overlay.beginFill(51);
_root.NGAPI_new_version_overlay.moveTo(_local2.x - 240, _local2.y - 120);
_root.NGAPI_new_version_overlay.lineTo(_local2.x + 240, _local2.y - 120);
_root.NGAPI_new_version_overlay.lineTo(_local2.x + 240, _local2.y + 80);
_root.NGAPI_new_version_overlay.lineTo(_local2.x - 240, _local2.y + 80);
_root.NGAPI_new_version_overlay.lineTo(_local2.x - 240, _local2.y - 120);
_root.NGAPI_new_version_overlay.endFill();
_root.NGAPI_new_version_overlay.createEmptyMovieClip("exit", 1000);
_root.NGAPI_new_version_overlay.exit.lineStyle(2, 39423, 100);
_root.NGAPI_new_version_overlay.exit.beginFill(0, 50);
_root.NGAPI_new_version_overlay.exit.moveTo(_local2.x + 210, _local2.y - 110);
_root.NGAPI_new_version_overlay.exit.lineTo(_local2.x + 230, _local2.y - 110);
_root.NGAPI_new_version_overlay.exit.lineTo(_local2.x + 230, _local2.y - 90);
_root.NGAPI_new_version_overlay.exit.lineTo(_local2.x + 210, _local2.y - 90);
_root.NGAPI_new_version_overlay.exit.lineTo(_local2.x + 210, _local2.y - 110);
_root.NGAPI_new_version_overlay.exit.endFill();
_root.NGAPI_new_version_overlay.exit.moveTo(_local2.x + 214, _local2.y - 106);
_root.NGAPI_new_version_overlay.exit.lineTo(_local2.x + 226, _local2.y - 94);
_root.NGAPI_new_version_overlay.exit.moveTo(_local2.x + 226, _local2.y - 106);
_root.NGAPI_new_version_overlay.exit.lineTo(_local2.x + 214, _local2.y - 94);
_root.NGAPI_new_version_overlay.exit.onMouseUp = function () {
if (_root.NGAPI_new_version_overlay.exit.hitTest(_root._xmouse, _root._ymouse)) {
_root.NGAPI_new_version_overlay.removeMovieClip();
}
};
var _local3 = (("Version " + version) + " is now available at:") + newline;
var _local5 = _local3.length;
_local3 = _local3 + movie_url;
var _local4 = _local3.length;
_root.NGAPI_new_version_overlay.createTextField("mouseblocker", 99, -10, -10, 1000, 1000);
_root.NGAPI_new_version_overlay.createTextField("newversion", 100, _local2.x - 210, _local2.y - 90, 400, 80);
_root.NGAPI_new_version_overlay.newversion.text = "New Version Available!";
_root.NGAPI_new_version_overlay.newversion.setTextFormat(header_format);
_root.NGAPI_new_version_overlay.createTextField("message", 101, (Stage.width - 400) / 2, Stage.height / 2, 400, 40);
_root.NGAPI_new_version_overlay.message.text = _local3;
_root.NGAPI_new_version_overlay.message.multiline = true;
_root.NGAPI_new_version_overlay.message.wordWrap = true;
_root.NGAPI_new_version_overlay.message.html = true;
_root.NGAPI_new_version_overlay.message.setTextFormat(normal_format);
link_format.url = redirect_url;
_root.NGAPI_new_version_overlay.message.setTextFormat(_local5, _local4, link_format);
}
static function onDenyHost(hostname, movie_url, redirect_url) {
InitTextFormats();
_root.createEmptyMovieClip("NGAPI_deny_host_overlay", _root.getNextHighestDepth());
_root.NGAPI_deny_host_overlay.lineStyle(20, 0, 100);
_root.NGAPI_deny_host_overlay.beginFill(6684672);
_root.NGAPI_deny_host_overlay.moveTo(0, 0);
_root.NGAPI_deny_host_overlay.lineTo(Stage.width, 0);
_root.NGAPI_deny_host_overlay.lineTo(Stage.width, Stage.height);
_root.NGAPI_deny_host_overlay.lineTo(0, Stage.height);
_root.NGAPI_deny_host_overlay.lineTo(0, 0);
_root.NGAPI_deny_host_overlay.endFill();
var _local2 = ("This movie has not been approved for use on " + hostname) + ".";
_local2 = _local2 + "\r\rFor an aproved copy, please visit:\r";
var _local4 = _local2.length;
_local2 = _local2 + movie_url;
var _local3 = _local2.length;
_root.NGAPI_deny_host_overlay.createTextField("mousekill", 100, 0, 0, Stage.width, Stage.height);
_root.NGAPI_deny_host_overlay.createTextField("error", 101, (Stage.width - 400) / 2, (Stage.height / 2) - 100, 400, 200);
_root.NGAPI_deny_host_overlay.error.text = "ERROR!";
_root.NGAPI_deny_host_overlay.error.setTextFormat(error_format);
_root.NGAPI_deny_host_overlay.createTextField("message", 102, (Stage.width - 400) / 2, Stage.height / 2, 400, 200);
_root.NGAPI_deny_host_overlay.message.text = _local2;
_root.NGAPI_deny_host_overlay.message.multiline = true;
_root.NGAPI_deny_host_overlay.message.wordWrap = true;
_root.NGAPI_deny_host_overlay.message.html = true;
_root.NGAPI_deny_host_overlay.message.setTextFormat(normal_format);
link_format.url = redirect_url;
_root.NGAPI_deny_host_overlay.message.setTextFormat(_local4, _local3, link_format);
}
static function isInstalled() {
return(true);
}
static function onAdsApproved(ad_url) {
}
static var movie_options = new Object();
static var custom_events = new Object();
static var custom_links = new Object();
static var MOVIE_VIEWS = 1;
static var AUTHOR_SITE = 2;
static var NEWGROUNDS = 3;
static var NEW_VERSION = 4;
static var CUSTOM_STATS = 50;
static var GATEWAY_URL = "http://www.ngads.com/gateway.php";
}
Symbol 34 Button
on (release) {
gotoAndPlay (4);
}
Symbol 38 Button
on (release) {
gotoAndPlay (776);
}
Symbol 42 Button
on (release) {
gotoAndStop (3);
}
Symbol 44 Button
on (release) {
gotoAndPlay (2);
}
Symbol 48 Button
on (press, release, keyPress "<Down>") {
currentScroll = scrollableText.scroll;
if (Number(currentScroll) < Number(scrollableText.maxscroll)) {
scrollableText.scroll = Number(currentScroll) + 1;
}
}
Symbol 50 Button
on (press, release, keyPress "<Up>") {
currentScroll = scrollableText.scroll;
if (Number(currentScroll) > 1) {
scrollableText.scroll = currentScroll - 1;
}
}
Symbol 267 Button
on (release) {
gotoAndPlay (22);
}
Symbol 268 Button
on (release) {
gotoAndStop (2);
}
Symbol 292 Button
on (release) {
gotoAndPlay (794);
}
Symbol 308 MovieClip Frame 1
stop();
Symbol 308 MovieClip Frame 2
stop();
Symbol 308 MovieClip Frame 3
stop();
Symbol 308 MovieClip Frame 4
stop();
Symbol 308 MovieClip Frame 5
stop();
Symbol 308 MovieClip Frame 6
stop();
Symbol 308 MovieClip Frame 7
stop();
Symbol 308 MovieClip Frame 8
stop();
Symbol 308 MovieClip Frame 9
stop();
Symbol 308 MovieClip Frame 10
stop();
Symbol 308 MovieClip Frame 11
stop();
Symbol 319 MovieClip Frame 1
play();
play();
play();
Instance of Symbol 312 MovieClip in Symbol 327 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.car2)) {
_root.car3.speed = _root.car3.speed + 0.2;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.car1)) {
_root.car3.speed = _root.car3.speed + 0.2;
}
}
Instance of Symbol 316 MovieClip in Symbol 327 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.car2)) {
_root.car3.speed = _root.car3.speed - 2;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.car1)) {
_root.car3.speed = _root.car3.speed - 2;
}
}
Instance of Symbol 323 MovieClip in Symbol 327 MovieClip Frame 5
onClipEvent (enterFrame) {
_root.car3hp = _root.car3hp - 1;
}
Symbol 327 MovieClip Frame 6
play();
play();
play();
play();
play();
play();
play();
play();
play();
_root.blowncar3 = true;
play();
Instance of Symbol 326 MovieClip in Symbol 327 MovieClip Frame 6
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.playerhp = _root.playerhp - 20;
removeMovieClip(this);
}
}
Instance of Symbol 326 MovieClip in Symbol 327 MovieClip Frame 6
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.playerhp = _root.playerhp - 20;
removeMovieClip(this);
}
}
Instance of Symbol 326 MovieClip in Symbol 327 MovieClip Frame 6
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.playerhp = _root.playerhp - 20;
removeMovieClip(this);
}
}
Instance of Symbol 326 MovieClip in Symbol 327 MovieClip Frame 6
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.playerhp = _root.playerhp - 20;
removeMovieClip(this);
}
}
Instance of Symbol 326 MovieClip in Symbol 327 MovieClip Frame 6
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.playerhp = _root.playerhp - 20;
removeMovieClip(this);
}
}
Symbol 327 MovieClip Frame 20
stop();
stop();
stop();
stop();
stop();
stop();
stop();
stop();
stop();
stop();
Symbol 328 MovieClip Frame 1
stop();
onEnterFrame = function () {
if (_root.incar3 == true) {
gotoAndStop (2);
}
};
Instance of Symbol 310 MovieClip in Symbol 328 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((Key.isDown(38) && (this.hitTest(_root.car2))) && (_root.player.hitTest(_root.car3))) {
_root.car3.speed = _root.car3.speed - 2;
}
}
Instance of Symbol 327 MovieClip "car" in Symbol 328 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_root.car3hp == 200) || (_root.car3hp >= 200)) {
this.gotoAndStop(1);
}
if (_root.car3hp <= 150) {
this.gotoAndStop(2);
}
if (_root.car3hp <= 100) {
this.gotoAndStop(3);
}
if (_root.car3hp <= 80) {
this.gotoAndStop(4);
}
if (_root.car3hp <= 50) {
this.gotoAndStop(5);
}
if (_root.car3hp <= -20) {
this.gotoAndPlay(6);
}
if (_root.car3hp <= -21) {
this.gotoAndPlay(7);
}
if (_root.car3hp <= -22) {
this.gotoAndPlay(8);
}
if (_root.car3hp <= -23) {
this.gotoAndPlay(9);
}
if (_root.car3hp <= -24) {
this.gotoAndPlay(10);
}
if (_root.car3hp <= -25) {
this.gotoAndPlay(11);
}
if (_root.car3hp <= -26) {
this.gotoAndPlay(12);
}
if (_root.car3hp <= -27) {
this.gotoAndPlay(13);
}
if (_root.car3hp <= -28) {
this.gotoAndPlay(14);
}
if (_root.car3hp <= -30) {
this.gotoAndPlay(15);
}
if (_root.car3hp <= -31) {
this.gotoAndPlay(16);
}
if (_root.car3hp <= -32) {
this.gotoAndPlay(17);
}
if (_root.car3hp <= -33) {
this.gotoAndPlay(18);
}
if (_root.car3hp <= -34) {
this.gotoAndPlay(19);
}
if (_root.car3hp <= -35) {
this.gotoAndPlay(20);
}
}
Symbol 328 MovieClip Frame 2
stop();
onEnterFrame = function () {
if (_root.incar3 == true) {
gotoAndStop (2);
}
};
Symbol 347 MovieClip Frame 1
play();
Symbol 365 MovieClip Frame 1
stop();
_root.blowingup = false;
Instance of Symbol 336 MovieClip in Symbol 365 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.car3)) {
_root.car2.speed = _root.car2.speed + 0.2;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.car1)) {
_root.car2.speed = _root.car2.speed + 0.2;
}
}
Symbol 365 MovieClip Frame 2
stop();
_root.blowingup = false;
Symbol 365 MovieClip Frame 3
stop();
_root.blowingup = false;
Symbol 365 MovieClip Frame 4
stop();
_root.blowingup = false;
Symbol 365 MovieClip Frame 5
stop();
Instance of Symbol 323 MovieClip in Symbol 365 MovieClip Frame 5
onClipEvent (enterFrame) {
_root.car2hp = _root.car2hp - 1;
}
Symbol 365 MovieClip Frame 6
play();
_root.blowncar2 = true;
play();
play();
play();
play();
play();
play();
play();
play();
play();
play();
_root.blowingup = false;
Instance of Symbol 326 MovieClip in Symbol 365 MovieClip Frame 6
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.playerhp = _root.playerhp - 20;
removeMovieClip(this);
}
}
Instance of Symbol 326 MovieClip in Symbol 365 MovieClip Frame 6
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.playerhp = _root.playerhp - 20;
removeMovieClip(this);
}
}
Instance of Symbol 326 MovieClip in Symbol 365 MovieClip Frame 6
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.playerhp = _root.playerhp - 20;
removeMovieClip(this);
}
}
Instance of Symbol 326 MovieClip in Symbol 365 MovieClip Frame 6
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.playerhp = _root.playerhp - 20;
removeMovieClip(this);
}
}
Instance of Symbol 326 MovieClip in Symbol 365 MovieClip Frame 6
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.playerhp = _root.playerhp - 20;
removeMovieClip(this);
}
}
Instance of Symbol 326 MovieClip in Symbol 365 MovieClip Frame 19
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.playerhp = _root.playerhp - 20;
removeMovieClip(this);
}
}
Symbol 365 MovieClip Frame 20
stop();
stop();
stop();
stop();
stop();
stop();
stop();
stop();
stop();
stop();
stop();
Symbol 383 MovieClip Frame 1
stop();
_root.blowingup = false;
Instance of Symbol 336 MovieClip in Symbol 383 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.car3)) {
_root.car2.speed = _root.car2.speed + 0.2;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.car1)) {
_root.car2.speed = _root.car2.speed + 0.2;
}
}
Symbol 383 MovieClip Frame 2
stop();
_root.blowingup = false;
Symbol 383 MovieClip Frame 3
stop();
_root.blowingup = false;
Symbol 383 MovieClip Frame 4
stop();
_root.blowingup = false;
Symbol 383 MovieClip Frame 5
stop();
Instance of Symbol 323 MovieClip in Symbol 383 MovieClip Frame 5
onClipEvent (enterFrame) {
_root.car2hp = _root.car2hp - 1;
}
Symbol 383 MovieClip Frame 6
play();
_root.blowncar2 = true;
play();
play();
play();
play();
play();
play();
play();
play();
play();
play();
_root.blowingup = false;
Instance of Symbol 326 MovieClip in Symbol 383 MovieClip Frame 6
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.playerhp = _root.playerhp - 20;
removeMovieClip(this);
}
}
Instance of Symbol 326 MovieClip in Symbol 383 MovieClip Frame 6
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.playerhp = _root.playerhp - 20;
removeMovieClip(this);
}
}
Instance of Symbol 326 MovieClip in Symbol 383 MovieClip Frame 6
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.playerhp = _root.playerhp - 20;
removeMovieClip(this);
}
}
Instance of Symbol 326 MovieClip in Symbol 383 MovieClip Frame 6
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.playerhp = _root.playerhp - 20;
removeMovieClip(this);
}
}
Instance of Symbol 326 MovieClip in Symbol 383 MovieClip Frame 6
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.playerhp = _root.playerhp - 20;
removeMovieClip(this);
}
}
Instance of Symbol 326 MovieClip in Symbol 383 MovieClip Frame 19
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.playerhp = _root.playerhp - 20;
removeMovieClip(this);
}
}
Symbol 383 MovieClip Frame 20
stop();
stop();
stop();
stop();
stop();
stop();
stop();
stop();
stop();
stop();
stop();
Symbol 384 MovieClip Frame 1
stop();
onEnterFrame = function () {
if (_root.incar2 == true) {
gotoAndStop (2);
}
};
Instance of Symbol 365 MovieClip "car" in Symbol 384 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_root.car2hp == 300) || (_root.car2hp >= 300)) {
this.gotoAndStop(1);
}
if (_root.car2hp <= 250) {
this.gotoAndStop(2);
}
if (_root.car2hp <= 200) {
this.gotoAndStop(3);
}
if (_root.car2hp <= 100) {
this.gotoAndStop(4);
}
if (_root.car2hp <= 50) {
this.gotoAndStop(5);
}
if (_root.car2hp <= -20) {
this.gotoAndPlay(6);
}
if (_root.car2hp <= -21) {
this.gotoAndPlay(7);
}
if (_root.car2hp <= -22) {
this.gotoAndPlay(8);
}
if (_root.car2hp <= -23) {
this.gotoAndPlay(9);
}
if (_root.car2hp <= -24) {
this.gotoAndPlay(10);
}
if (_root.car2hp <= -25) {
this.gotoAndPlay(11);
}
if (_root.car2hp <= -26) {
this.gotoAndPlay(12);
}
if (_root.car2hp <= -27) {
this.gotoAndPlay(13);
}
if (_root.car2hp <= -28) {
this.gotoAndPlay(14);
}
if (_root.car2hp <= -30) {
this.gotoAndPlay(15);
}
if (_root.car2hp <= -31) {
this.gotoAndPlay(16);
}
if (_root.car2hp <= -32) {
this.gotoAndPlay(17);
}
if (_root.car2hp <= -33) {
this.gotoAndPlay(18);
}
if (_root.car2hp <= -34) {
this.gotoAndPlay(19);
}
if (_root.car2hp <= -35) {
this.gotoAndPlay(20);
}
}
Symbol 384 MovieClip Frame 2
stop();
onEnterFrame = function () {
if (_root.incar2 == false) {
gotoAndStop (1);
}
};
Instance of Symbol 383 MovieClip "car" in Symbol 384 MovieClip Frame 2
onClipEvent (enterFrame) {
if ((_root.car2hp == 300) || (_root.car2hp >= 300)) {
this.gotoAndStop(1);
}
if (_root.car2hp <= 250) {
this.gotoAndStop(2);
}
if (_root.car2hp <= 200) {
this.gotoAndStop(3);
}
if (_root.car2hp <= 100) {
this.gotoAndStop(4);
}
if (_root.car2hp <= 50) {
this.gotoAndStop(5);
}
if (_root.car2hp <= -20) {
this.gotoAndPlay(6);
}
if (_root.car2hp <= -21) {
this.gotoAndPlay(7);
}
if (_root.car2hp <= -22) {
this.gotoAndPlay(8);
}
if (_root.car2hp <= -23) {
this.gotoAndPlay(9);
}
if (_root.car2hp <= -24) {
this.gotoAndPlay(10);
}
if (_root.car2hp <= -25) {
this.gotoAndPlay(11);
}
if (_root.car2hp <= -26) {
this.gotoAndPlay(12);
}
if (_root.car2hp <= -27) {
this.gotoAndPlay(13);
}
if (_root.car2hp <= -28) {
this.gotoAndPlay(14);
}
if (_root.car2hp <= -30) {
this.gotoAndPlay(15);
}
if (_root.car2hp <= -31) {
this.gotoAndPlay(16);
}
if (_root.car2hp <= -32) {
this.gotoAndPlay(17);
}
if (_root.car2hp <= -33) {
this.gotoAndPlay(18);
}
if (_root.car2hp <= -34) {
this.gotoAndPlay(19);
}
if (_root.car2hp <= -35) {
this.gotoAndPlay(20);
}
}
Symbol 393 MovieClip Frame 2
stop();
Symbol 393 MovieClip Frame 9
removeMovieClip(this);
Instance of Symbol 403 MovieClip in Symbol 413 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((Key.isDown(40) && (this.hitTest(_root.car3))) && (_root.player.hitTest(_root.car1))) {
_root.car1.speed = _root.car1.speed + 2;
}
}
onClipEvent (enterFrame) {
if ((Key.isDown(40) && (this.hitTest(_root.car2))) && (_root.player.hitTest(_root.car1))) {
_root.car1.speed = _root.car1.speed + 2;
}
}
Instance of Symbol 403 MovieClip in Symbol 413 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.car2)) {
_root.car1.speed = _root.car1.speed + 0.2;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.car3)) {
_root.car1.speed = _root.car1.speed + 0.2;
}
}
Instance of Symbol 403 MovieClip in Symbol 413 MovieClip Frame 3
onClipEvent (enterFrame) {
if (this.hitTest(_root.car2)) {
_root.car1.speed = _root.car1.speed + 0.2;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.car3)) {
_root.car1.speed = _root.car1.speed + 0.2;
}
}
Instance of Symbol 323 MovieClip in Symbol 413 MovieClip Frame 5
onClipEvent (enterFrame) {
_root.car1hp = _root.car1hp - 1;
}
Symbol 413 MovieClip Frame 6
play();
_root.blowncar1 = true;
play();
play();
play();
play();
play();
play();
play();
play();
play();
Instance of Symbol 326 MovieClip in Symbol 413 MovieClip Frame 6
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.playerhp = _root.playerhp - 20;
removeMovieClip(this);
}
}
Instance of Symbol 326 MovieClip in Symbol 413 MovieClip Frame 6
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.playerhp = _root.playerhp - 20;
removeMovieClip(this);
}
}
Instance of Symbol 326 MovieClip in Symbol 413 MovieClip Frame 6
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.playerhp = _root.playerhp - 20;
removeMovieClip(this);
}
}
Instance of Symbol 326 MovieClip in Symbol 413 MovieClip Frame 6
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.playerhp = _root.playerhp - 20;
removeMovieClip(this);
}
}
Instance of Symbol 326 MovieClip in Symbol 413 MovieClip Frame 6
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.playerhp = _root.playerhp - 20;
removeMovieClip(this);
}
}
Symbol 413 MovieClip Frame 20
stop();
stop();
stop();
stop();
stop();
stop();
stop();
stop();
stop();
stop();
Instance of Symbol 403 MovieClip in Symbol 422 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((Key.isDown(40) && (this.hitTest(_root.car3))) && (_root.player.hitTest(_root.car1))) {
_root.car1.speed = _root.car1.speed + 2;
}
}
onClipEvent (enterFrame) {
if ((Key.isDown(40) && (this.hitTest(_root.car2))) && (_root.player.hitTest(_root.car1))) {
_root.car1.speed = _root.car1.speed + 2;
}
}
Instance of Symbol 403 MovieClip in Symbol 422 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.car2)) {
_root.car1.speed = _root.car1.speed + 0.2;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.car3)) {
_root.car1.speed = _root.car1.speed + 0.2;
}
}
Instance of Symbol 403 MovieClip in Symbol 422 MovieClip Frame 3
onClipEvent (enterFrame) {
if (this.hitTest(_root.car2)) {
_root.car1.speed = _root.car1.speed + 0.2;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.car3)) {
_root.car1.speed = _root.car1.speed + 0.2;
}
}
Instance of Symbol 323 MovieClip in Symbol 422 MovieClip Frame 5
onClipEvent (enterFrame) {
_root.car1hp = _root.car1hp - 1;
}
Symbol 422 MovieClip Frame 6
play();
play();
play();
play();
play();
play();
play();
play();
_root.blowncar1 = true;
play();
play();
Instance of Symbol 326 MovieClip in Symbol 422 MovieClip Frame 6
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.playerhp = _root.playerhp - 20;
removeMovieClip(this);
}
}
Instance of Symbol 326 MovieClip in Symbol 422 MovieClip Frame 6
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.playerhp = _root.playerhp - 20;
removeMovieClip(this);
}
}
Instance of Symbol 326 MovieClip in Symbol 422 MovieClip Frame 6
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.playerhp = _root.playerhp - 20;
removeMovieClip(this);
}
}
Instance of Symbol 326 MovieClip in Symbol 422 MovieClip Frame 6
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.playerhp = _root.playerhp - 20;
removeMovieClip(this);
}
}
Instance of Symbol 326 MovieClip in Symbol 422 MovieClip Frame 6
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.playerhp = _root.playerhp - 20;
removeMovieClip(this);
}
}
Symbol 422 MovieClip Frame 20
stop();
stop();
stop();
stop();
stop();
stop();
stop();
stop();
stop();
stop();
Symbol 423 MovieClip Frame 1
stop();
onEnterFrame = function () {
if (_root.incar1 == true) {
gotoAndStop (2);
}
};
Instance of Symbol 413 MovieClip in Symbol 423 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_root.car1hp == 250) || (_root.car1hp >= 250)) {
this.gotoAndStop(1);
}
if (_root.car1hp <= 200) {
this.gotoAndStop(2);
}
if (_root.car1hp <= 150) {
this.gotoAndStop(3);
}
if (_root.car1hp <= 100) {
this.gotoAndStop(4);
}
if (_root.car1hp <= 50) {
this.gotoAndStop(5);
}
if (_root.car1hp <= -20) {
this.gotoAndPlay(6);
}
if (_root.car1hp <= -21) {
this.gotoAndPlay(7);
}
if (_root.car1hp <= -22) {
this.gotoAndPlay(8);
}
if (_root.car1hp <= -23) {
this.gotoAndPlay(9);
}
if (_root.car1hp <= -24) {
this.gotoAndPlay(10);
}
if (_root.car1hp <= -25) {
this.gotoAndPlay(11);
}
if (_root.car1hp <= -26) {
this.gotoAndPlay(12);
}
if (_root.car1hp <= -27) {
this.gotoAndPlay(13);
}
if (_root.car1hp <= -28) {
this.gotoAndPlay(14);
}
if (_root.car1hp <= -30) {
this.gotoAndPlay(15);
}
if (_root.car1hp <= -31) {
this.gotoAndPlay(16);
}
if (_root.car1hp <= -32) {
this.gotoAndPlay(17);
}
if (_root.car1hp <= -33) {
this.gotoAndPlay(18);
}
if (_root.car1hp <= -34) {
this.gotoAndPlay(19);
}
if (_root.car1hp <= -35) {
this.gotoAndPlay(20);
}
}
Symbol 423 MovieClip Frame 2
stop();
onEnterFrame = function () {
if (_root.incar1 == false) {
gotoAndStop (1);
}
};
Instance of Symbol 422 MovieClip in Symbol 423 MovieClip Frame 2
onClipEvent (enterFrame) {
if ((_root.car1hp == 250) || (_root.car1hp >= 250)) {
this.gotoAndStop(1);
}
if (_root.car1hp <= 200) {
this.gotoAndStop(2);
}
if (_root.car1hp <= 150) {
this.gotoAndStop(3);
}
if (_root.car1hp <= 100) {
this.gotoAndStop(4);
}
if (_root.car1hp <= 50) {
this.gotoAndStop(5);
}
if (_root.car1hp <= -20) {
this.gotoAndPlay(6);
}
if (_root.car1hp <= -21) {
this.gotoAndPlay(7);
}
if (_root.car1hp <= -22) {
this.gotoAndPlay(8);
}
if (_root.car1hp <= -23) {
this.gotoAndPlay(9);
}
if (_root.car1hp <= -24) {
this.gotoAndPlay(10);
}
if (_root.car1hp <= -25) {
this.gotoAndPlay(11);
}
if (_root.car1hp <= -26) {
this.gotoAndPlay(12);
}
if (_root.car1hp <= -27) {
this.gotoAndPlay(13);
}
if (_root.car1hp <= -28) {
this.gotoAndPlay(14);
}
if (_root.car1hp <= -30) {
this.gotoAndPlay(15);
}
if (_root.car1hp <= -31) {
this.gotoAndPlay(16);
}
if (_root.car1hp <= -32) {
this.gotoAndPlay(17);
}
if (_root.car1hp <= -33) {
this.gotoAndPlay(18);
}
if (_root.car1hp <= -34) {
this.gotoAndPlay(19);
}
if (_root.car1hp <= -35) {
this.gotoAndPlay(20);
}
}
Symbol 491 MovieClip Frame 1
stop();
Symbol 503 MovieClip Frame 165
stop();
Symbol 523 MovieClip Frame 1
stop();
Symbol 523 MovieClip Frame 2
stop();
Symbol 523 MovieClip Frame 3
stopAllSounds();
Symbol 595 MovieClip Frame 1
stop();
Symbol 609 MovieClip Frame 1
stop();
Symbol 614 MovieClip Frame 1
function onMouseDown() {
if (_root.player._visible == true) {
_root.MouseDown = true;
}
}
function onMouseUp() {
_root.MouseDown = false;
}
stop();
onEnterFrame = function () {
S9P = false;
Fists = true;
CS3 = false;
SIS = false;
SMAW = false;
UZI = false;
};
Symbol 614 MovieClip Frame 2
stop();
canShoot = true;
onEnterFrame = function () {
S9P = true;
Fists = false;
CS3 = false;
SIS = false;
SMAW = false;
UZI = false;
if (Key.isDown(1)) {
if (_root.player._visible == true) {
if (_root.canShoot == true) {
_root.MouseDown = true;
_root.canShoot = false;
} else {
_root.MouseDown = false;
}
}
}
if (!Key.isDown(1)) {
_root.MouseDown = false;
_root.canShoot = true;
}
};
Symbol 614 MovieClip Frame 3
stop();
onEnterFrame = function () {
S9P = false;
Fists = false;
CS3 = true;
SIS = false;
SMAW = false;
UZI = false;
};
Symbol 614 MovieClip Frame 4
stop();
onEnterFrame = function () {
S9P = false;
Fists = false;
CS3 = false;
SIS = true;
SMAW = false;
UZI = false;
};
Symbol 614 MovieClip Frame 5
stop();
canShoot = true;
onEnterFrame = function () {
SMAW = true;
S9P = false;
Fists = false;
CS3 = false;
SIS = false;
UZI = false;
if (Key.isDown(1)) {
if (_root.player._visible == true) {
if (_root.canShoot == true) {
_root.MouseDown = true;
_root.canShoot = false;
} else {
_root.MouseDown = false;
}
}
}
if (!Key.isDown(1)) {
_root.MouseDown = false;
_root.canShoot = true;
}
};
Symbol 614 MovieClip Frame 6
stop();
onEnterFrame = function () {
SMAW = false;
S9P = false;
Fists = false;
CS3 = false;
SIS = false;
UZI = true;
if (Key.isDown(1)) {
if (_root.player._visible == true) {
_root.MouseDown = true;
}
}
if (!Key.isDown(1)) {
_root.MouseDown = false;
}
};
Symbol 616 MovieClip Frame 1
play();
Symbol 618 Button
on (release) {
stopAllSounds();
gotoAndPlay (2);
}