Frame 1
MochiAd.showPreGameAd({id:"e54d0c25f5da0f89", res:"600x350", background:16777215, color:0, outline:12649990, no_bg:false});
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 286 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 286 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 286 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 286 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 286 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 306 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 362 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 364 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 371 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 375 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 401 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 592 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 594 MovieClip "fire" in Frame 794
onClipEvent (enterFrame) {
if (_root.car2hp <= -20) {
this._x = car2._x;
this._y = car2._y;
}
}
Symbol 597 MovieClip [__Packages.MochiAd] Frame 0
class MochiAd
{
function MochiAd () {
}
static function getVersion() {
return("2.7");
}
static function showPreGameAd(options) {
var _local26 = {clip:_root, ad_timeout:3000, fadeout_time:250, regpt:"o", method:"showPreloaderAd", color:16747008, background:16777161, outline:13994812, no_progress_bar:false, ad_started:function () {
this.clip.stop();
}, ad_finished:function () {
this.clip.play();
}, ad_failed:function () {
trace("[MochiAd] Couldn't load an ad, make sure that your game's local security sandbox is configured for Access Network Only and that you are not using ad blocking software");
}, ad_loaded:function (width, height) {
}, ad_skipped:function () {
}, ad_progress:function (percent) {
}};
options = _parseOptions(options, _local26);
if ("c862232051e0a94e1c3609b3916ddb17".substr(0) == "dfeada81ac97cde83665f81c12da7def") {
options.ad_started();
options.ad_finished();
return(undefined);
}
var clip = options.clip;
var _local22 = 11000;
var _local25 = options.ad_timeout;
delete options.ad_timeout;
var fadeout_time = options.fadeout_time;
delete options.fadeout_time;
if (!load(options)) {
options.ad_failed();
options.ad_finished();
return(undefined);
}
options.ad_started();
var mc = clip._mochiad;
mc.onUnload = function () {
options.ad_finished();
};
var _local14 = _getRes(options);
var _local4 = _local14[0];
var _local13 = _local14[1];
mc._x = _local4 * 0.5;
mc._y = _local13 * 0.5;
var chk = mc.createEmptyMovieClip("_mochiad_wait", 3);
chk._x = _local4 * -0.5;
chk._y = _local13 * -0.5;
var _local6 = chk.createEmptyMovieClip("_mochiad_bar", 4);
if (options.no_progress_bar) {
_local6._visible = false;
delete options.no_progress_bar;
} else {
_local6._x = 10;
_local6._y = _local13 - 20;
}
var _local21 = options.color;
delete options.color;
var _local19 = options.background;
delete options.background;
var _local23 = options.outline;
delete options.outline;
var _local5 = _local6.createEmptyMovieClip("_outline", 1);
_local5.beginFill(_local19);
_local5.moveTo(0, 0);
_local5.lineTo(_local4 - 20, 0);
_local5.lineTo(_local4 - 20, 10);
_local5.lineTo(0, 10);
_local5.lineTo(0, 0);
_local5.endFill();
var _local3 = _local6.createEmptyMovieClip("_inside", 2);
_local3.beginFill(_local21);
_local3.moveTo(0, 0);
_local3.lineTo(_local4 - 20, 0);
_local3.lineTo(_local4 - 20, 10);
_local3.lineTo(0, 10);
_local3.lineTo(0, 0);
_local3.endFill();
_local3._xscale = 0;
var _local7 = _local6.createEmptyMovieClip("_outline", 3);
_local7.lineStyle(0, _local23, 100);
_local7.moveTo(0, 0);
_local7.lineTo(_local4 - 20, 0);
_local7.lineTo(_local4 - 20, 10);
_local7.lineTo(0, 10);
_local7.lineTo(0, 0);
chk.ad_msec = _local22;
chk.ad_timeout = _local25;
chk.started = getTimer();
chk.showing = false;
chk.last_pcnt = 0;
chk.fadeout_time = fadeout_time;
chk.fadeFunction = function () {
var _local2 = 100 * (1 - ((getTimer() - this.fadeout_start) / this.fadeout_time));
if (_local2 > 0) {
this._parent._alpha = _local2;
} else {
var _local3 = this._parent._parent;
MochiAd.unload(_local3);
delete this.onEnterFrame;
}
};
mc.lc.regContLC = function (lc_name) {
mc._containerLCName = lc_name;
};
var sendHostProgress = false;
mc.lc.sendHostLoadProgress = function (lc_name) {
sendHostProgress = true;
};
mc.lc.adLoaded = options.ad_loaded;
mc.lc.adSkipped = options.ad_skipped;
mc.lc.adjustProgress = function (msec) {
var _local2 = this.mc._mochiad_wait;
_local2.server_control = true;
_local2.started = getTimer();
_local2.ad_msec = msec;
};
mc.lc.rpc = function (callbackID, arg) {
MochiAd.rpc(clip, callbackID, arg);
};
mc.rpcTestFn = function (s) {
trace("[MOCHIAD rpcTestFn] " + s);
return(s);
};
chk.onEnterFrame = function () {
var _local6 = this._parent._parent;
var _local11 = this._parent._mochiad_ctr;
var _local5 = getTimer() - this.started;
var _local3 = false;
var _local4 = _local6.getBytesTotal();
var _local8 = _local6.getBytesLoaded();
var _local2 = (100 * _local8) / _local4;
var _local10 = (100 * _local5) / chk.ad_msec;
var _local9 = this._mochiad_bar._inside;
var _local13 = Math.min(100, Math.min(_local2 || 0, _local10));
_local13 = Math.max(this.last_pcnt, _local13);
this.last_pcnt = _local13;
_local9._xscale = _local13;
options.ad_progress(_local13);
if (sendHostProgress) {
clip._mochiad.lc.send(clip._mochiad._containerLCName, "notify", {id:"hostLoadPcnt", pcnt:_local2});
if (_local2 == 100) {
sendHostProgress = false;
}
}
if (!chk.showing) {
var _local7 = _local11.getBytesTotal();
if ((_local7 > 0) || (typeof(_local7) == "undefined")) {
chk.showing = true;
chk.started = getTimer();
} else if ((_local5 > chk.ad_timeout) && (_local2 == 100)) {
options.ad_failed();
_local3 = true;
}
}
if (_local5 > chk.ad_msec) {
_local3 = true;
}
if (((_local4 > 0) && (_local8 >= _local4)) && (_local3)) {
if (this.server_control) {
delete this.onEnterFrame;
} else {
this.fadeout_start = getTimer();
this.onEnterFrame = chk.fadeFunction;
}
}
};
}
static function showClickAwayAd(options) {
var _local9 = {clip:_root, ad_timeout:2000, fadeout_time:250, regpt:"o", method:"showClickAwayAd", res:"300x250", no_bg:true, ad_started:function () {
}, ad_finished:function () {
}, ad_loaded:function (width, height) {
}, ad_failed:function () {
trace("[MochiAd] Couldn't load an ad, make sure that your game's local security sandbox is configured for Access Network Only and that you are not using ad blocking software");
}, ad_skipped:function () {
}};
options = _parseOptions(options, _local9);
var clip = options.clip;
var _local8 = options.ad_timeout;
delete options.ad_timeout;
if (!load(options)) {
options.ad_failed();
options.ad_finished();
return(undefined);
}
options.ad_started();
var mc = clip._mochiad;
mc.onUnload = function () {
options.ad_finished();
};
var _local4 = _getRes(options);
var _local10 = _local4[0];
var _local7 = _local4[1];
mc._x = _local10 * 0.5;
mc._y = _local7 * 0.5;
var chk = mc.createEmptyMovieClip("_mochiad_wait", 3);
chk.ad_timeout = _local8;
chk.started = getTimer();
chk.showing = false;
mc.lc.adLoaded = options.ad_loaded;
mc.lc.adSkipped = options.ad_skipped;
mc.lc.rpc = function (callbackID, arg) {
MochiAd.rpc(clip, callbackID, arg);
};
mc.rpcTestFn = function (s) {
trace("[MOCHIAD rpcTestFn] " + s);
return(s);
};
var _local20 = false;
mc.lc.regContLC = function (lc_name) {
mc._containerLCName = lc_name;
};
chk.onEnterFrame = function () {
var _local5 = this._parent._mochiad_ctr;
var _local4 = getTimer() - this.started;
var _local2 = false;
if (!chk.showing) {
var _local3 = _local5.getBytesTotal();
if ((_local3 > 0) || (typeof(_local3) == "undefined")) {
_local2 = true;
chk.showing = true;
chk.started = getTimer();
} else if (_local4 > chk.ad_timeout) {
options.ad_failed();
_local2 = true;
}
}
if (_local2) {
delete this.onEnterFrame;
}
};
}
static function showInterLevelAd(options) {
var _local13 = {clip:_root, ad_timeout:2000, fadeout_time:250, regpt:"o", method:"showTimedAd", ad_started:function () {
this.clip.stop();
}, ad_finished:function () {
this.clip.play();
}, ad_failed:function () {
trace("[MochiAd] Couldn't load an ad, make sure that your game's local security sandbox is configured for Access Network Only and that you are not using ad blocking software");
}, ad_loaded:function (width, height) {
}, ad_skipped:function () {
}};
options = _parseOptions(options, _local13);
var clip = options.clip;
var _local10 = 11000;
var _local12 = options.ad_timeout;
delete options.ad_timeout;
var fadeout_time = options.fadeout_time;
delete options.fadeout_time;
if (!load(options)) {
options.ad_failed();
options.ad_finished();
return(undefined);
}
options.ad_started();
var mc = clip._mochiad;
mc.onUnload = function () {
options.ad_finished();
};
var _local5 = _getRes(options);
var _local14 = _local5[0];
var _local11 = _local5[1];
mc._x = _local14 * 0.5;
mc._y = _local11 * 0.5;
var chk = mc.createEmptyMovieClip("_mochiad_wait", 3);
chk.ad_msec = _local10;
chk.ad_timeout = _local12;
chk.started = getTimer();
chk.showing = false;
chk.fadeout_time = fadeout_time;
chk.fadeFunction = function () {
var _local2 = 100 * (1 - ((getTimer() - this.fadeout_start) / this.fadeout_time));
if (_local2 > 0) {
this._parent._alpha = _local2;
} else {
var _local3 = this._parent._parent;
MochiAd.unload(_local3);
delete this.onEnterFrame;
}
};
mc.lc.adLoaded = options.ad_loaded;
mc.lc.adSkipped = options.ad_skipped;
mc.lc.adjustProgress = function (msec) {
var _local2 = this.mc._mochiad_wait;
_local2.server_control = true;
_local2.started = getTimer();
_local2.ad_msec = msec - 250;
};
mc.lc.rpc = function (callbackID, arg) {
MochiAd.rpc(clip, callbackID, arg);
};
mc.rpcTestFn = function (s) {
trace("[MOCHIAD rpcTestFn] " + s);
return(s);
};
chk.onEnterFrame = function () {
var _local5 = this._parent._mochiad_ctr;
var _local4 = getTimer() - this.started;
var _local2 = false;
if (!chk.showing) {
var _local3 = _local5.getBytesTotal();
if ((_local3 > 0) || (typeof(_local3) == "undefined")) {
chk.showing = true;
chk.started = getTimer();
} else if (_local4 > chk.ad_timeout) {
options.ad_failed();
_local2 = true;
}
}
if (_local4 > chk.ad_msec) {
_local2 = true;
}
if (_local2) {
if (this.server_control) {
delete this.onEnterFrame;
} else {
this.fadeout_start = getTimer();
this.onEnterFrame = this.fadeFunction;
}
}
};
}
static function showPreloaderAd(options) {
trace("[MochiAd] DEPRECATED: showPreloaderAd was renamed to showPreGameAd in 2.0");
showPreGameAd(options);
}
static function showTimedAd(options) {
trace("[MochiAd] DEPRECATED: showTimedAd was renamed to showInterLevelAd in 2.0");
showInterLevelAd(options);
}
static function _allowDomains(server) {
var _local1 = server.split("/")[2].split(":")[0];
if (System.security) {
if (System.security.allowDomain) {
System.security.allowDomain("*");
System.security.allowDomain(_local1);
}
if (System.security.allowInsecureDomain) {
System.security.allowInsecureDomain("*");
System.security.allowInsecureDomain(_local1);
}
}
return(_local1);
}
static function load(options) {
var _local13 = {clip:_root, server:"http://x.mochiads.com/srv/1/", method:"load", depth:10333, id:"_UNKNOWN_"};
options = _parseOptions(options, _local13);
options.swfv = options.clip.getSWFVersion() || 6;
options.mav = getVersion();
var _local9 = options.clip;
if (!_isNetworkAvailable()) {
return(null);
}
if (_local9._mochiad_loaded) {
return(null);
}
var _local12 = options.depth;
delete options.depth;
var _local6 = _local9.createEmptyMovieClip("_mochiad", _local12);
var _local11 = _getRes(options);
options.res = (_local11[0] + "x") + _local11[1];
options.server = options.server + options.id;
delete options.id;
_local9._mochiad_loaded = true;
var _local4 = _local6.createEmptyMovieClip("_mochiad_ctr", 1);
for (var _local7 in options) {
_local4[_local7] = options[_local7];
}
var _local10 = _local4.server;
delete _local4.server;
var _local14 = _allowDomains(_local10);
_local6.onEnterFrame = function () {
if (this._mochiad_ctr._url != this._url) {
this.onEnterFrame = function () {
if (!this._mochiad_ctr) {
delete this.onEnterFrame;
MochiAd.unload(this._parent);
}
};
}
};
var _local5 = new LocalConnection();
var _local8 = ["", Math.floor(new Date().getTime()), random(999999)].join("_");
_local5.mc = _local6;
_local5.name = _local8;
_local5.hostname = _local14;
_local5.allowDomain = function (d) {
return(true);
};
_local5.allowInsecureDomain = _local5.allowDomain;
_local5.connect(_local8);
_local6.lc = _local5;
_local4.lc = _local8;
_local4.st = getTimer();
_local4.loadMovie(_local10 + ".swf", "POST");
return(_local6);
}
static function unload(clip) {
if (typeof(clip) == "undefined") {
clip = _root;
}
if (clip.clip && (clip.clip._mochiad)) {
clip = clip.clip;
}
if (!clip._mochiad) {
return(false);
}
if (clip._mochiad._containerLCName != undefined) {
clip._mochiad.lc.send(clip._mochiad._containerLCName, "notify", {id:"unload"});
}
clip._mochiad.removeMovieClip();
delete clip._mochiad_loaded;
delete clip._mochiad;
return(true);
}
static function _isNetworkAvailable() {
if (System.security) {
var _local1 = System.security;
if (_local1.sandboxType == "localWithFile") {
return(false);
}
}
return(true);
}
static function _getRes(options) {
var _local3 = options.clip.getBounds();
var _local2 = 0;
var _local1 = 0;
if (typeof(options.res) != "undefined") {
var _local4 = options.res.split("x");
_local2 = parseFloat(_local4[0]);
_local1 = parseFloat(_local4[1]);
} else {
_local2 = _local3.xMax - _local3.xMin;
_local1 = _local3.yMax - _local3.yMin;
}
if ((_local2 == 0) || (_local1 == 0)) {
_local2 = Stage.width;
_local1 = Stage.height;
}
return([_local2, _local1]);
}
static function _parseOptions(options, defaults) {
var _local4 = {};
for (var _local8 in defaults) {
_local4[_local8] = defaults[_local8];
}
if (options) {
for (var _local8 in options) {
_local4[_local8] = options[_local8];
}
}
if (_root.mochiad_options) {
var _local5 = _root.mochiad_options.split("&");
var _local2 = 0;
while (_local2 < _local5.length) {
var _local3 = _local5[_local2].split("=");
_local4[unescape(_local3[0])] = unescape(_local3[1]);
_local2++;
}
}
if (_local4.id == "test") {
trace("[MochiAd] WARNING: Using the MochiAds test identifier, make sure to use the code from your dashboard, not this example!");
}
return(_local4);
}
static function rpc(clip, callbackID, arg) {
switch (arg.id) {
case "setValue" :
setValue(clip, arg.objectName, arg.value);
break;
case "getValue" :
var _local4 = getValue(clip, arg.objectName);
clip._mochiad.lc.send(clip._mochiad._containerLCName, "rpcResult", callbackID, _local4);
break;
case "runMethod" :
var _local3 = runMethod(clip, arg.method, arg.args);
clip._mochiad.lc.send(clip._mochiad._containerLCName, "rpcResult", callbackID, _local3);
break;
default :
trace("[mochiads rpc] unknown rpc id: " + arg.id);
}
}
static function setValue(base, objectName, value) {
var _local2 = objectName.split(".");
var _local1;
_local1 = 0;
while (_local1 < (_local2.length - 1)) {
if ((base[_local2[_local1]] == undefined) || (base[_local2[_local1]] == null)) {
return(undefined);
}
base = base[_local2[_local1]];
_local1++;
}
base[_local2[_local1]] = value;
}
static function getValue(base, objectName) {
var _local2 = objectName.split(".");
var _local1;
_local1 = 0;
while (_local1 < (_local2.length - 1)) {
if ((base[_local2[_local1]] == undefined) || (base[_local2[_local1]] == null)) {
return(undefined);
}
base = base[_local2[_local1]];
_local1++;
}
return(base[_local2[_local1]]);
}
static function runMethod(base, methodName, argsArray) {
var _local2 = methodName.split(".");
var _local1;
_local1 = 0;
while (_local1 < (_local2.length - 1)) {
if ((base[_local2[_local1]] == undefined) || (base[_local2[_local1]] == null)) {
return(undefined);
}
base = base[_local2[_local1]];
_local1++;
}
if (typeof(base[_local2[_local1]]) == "function") {
return(base[_local2[_local1]].apply(base, argsArray));
}
return(undefined);
}
}
Symbol 10 Button
on (release) {
gotoAndPlay (4);
}
Symbol 14 Button
on (release) {
gotoAndPlay (776);
}
Symbol 18 Button
on (release) {
gotoAndStop (3);
}
Symbol 23 Button
on (release) {
gotoAndPlay (2);
}
Symbol 27 Button
on (press, release, keyPress "<Down>") {
currentScroll = scrollableText.scroll;
if (Number(currentScroll) < Number(scrollableText.maxscroll)) {
scrollableText.scroll = Number(currentScroll) + 1;
}
}
Symbol 29 Button
on (press, release, keyPress "<Up>") {
currentScroll = scrollableText.scroll;
if (Number(currentScroll) > 1) {
scrollableText.scroll = currentScroll - 1;
}
}
Symbol 245 Button
on (release) {
gotoAndPlay (22);
}
Symbol 246 Button
on (release) {
gotoAndStop (2);
}
Symbol 270 Button
on (release) {
gotoAndPlay (794);
}
Symbol 286 MovieClip Frame 1
stop();
Symbol 286 MovieClip Frame 2
stop();
Symbol 286 MovieClip Frame 3
stop();
Symbol 286 MovieClip Frame 4
stop();
Symbol 286 MovieClip Frame 5
stop();
Symbol 286 MovieClip Frame 6
stop();
Symbol 286 MovieClip Frame 7
stop();
Symbol 286 MovieClip Frame 8
stop();
Symbol 286 MovieClip Frame 9
stop();
Symbol 286 MovieClip Frame 10
stop();
Symbol 286 MovieClip Frame 11
stop();
Symbol 297 MovieClip Frame 1
play();
play();
play();
Instance of Symbol 290 MovieClip in Symbol 305 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 294 MovieClip in Symbol 305 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 301 MovieClip in Symbol 305 MovieClip Frame 5
onClipEvent (enterFrame) {
_root.car3hp = _root.car3hp - 1;
}
Symbol 305 MovieClip Frame 6
play();
play();
play();
play();
play();
play();
play();
play();
play();
_root.blowncar3 = true;
play();
Instance of Symbol 304 MovieClip in Symbol 305 MovieClip Frame 6
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.playerhp = _root.playerhp - 20;
removeMovieClip(this);
}
}
Instance of Symbol 304 MovieClip in Symbol 305 MovieClip Frame 6
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.playerhp = _root.playerhp - 20;
removeMovieClip(this);
}
}
Instance of Symbol 304 MovieClip in Symbol 305 MovieClip Frame 6
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.playerhp = _root.playerhp - 20;
removeMovieClip(this);
}
}
Instance of Symbol 304 MovieClip in Symbol 305 MovieClip Frame 6
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.playerhp = _root.playerhp - 20;
removeMovieClip(this);
}
}
Instance of Symbol 304 MovieClip in Symbol 305 MovieClip Frame 6
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.playerhp = _root.playerhp - 20;
removeMovieClip(this);
}
}
Symbol 305 MovieClip Frame 20
stop();
stop();
stop();
stop();
stop();
stop();
stop();
stop();
stop();
stop();
Symbol 306 MovieClip Frame 1
stop();
onEnterFrame = function () {
if (_root.incar3 == true) {
gotoAndStop (2);
}
};
Instance of Symbol 288 MovieClip in Symbol 306 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 305 MovieClip "car" in Symbol 306 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 306 MovieClip Frame 2
stop();
onEnterFrame = function () {
if (_root.incar3 == true) {
gotoAndStop (2);
}
};
Symbol 325 MovieClip Frame 1
play();
Symbol 343 MovieClip Frame 1
stop();
_root.blowingup = false;
Instance of Symbol 314 MovieClip in Symbol 343 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 343 MovieClip Frame 2
stop();
_root.blowingup = false;
Symbol 343 MovieClip Frame 3
stop();
_root.blowingup = false;
Symbol 343 MovieClip Frame 4
stop();
_root.blowingup = false;
Symbol 343 MovieClip Frame 5
stop();
Instance of Symbol 301 MovieClip in Symbol 343 MovieClip Frame 5
onClipEvent (enterFrame) {
_root.car2hp = _root.car2hp - 1;
}
Symbol 343 MovieClip Frame 6
play();
_root.blowncar2 = true;
play();
play();
play();
play();
play();
play();
play();
play();
play();
play();
_root.blowingup = false;
Instance of Symbol 304 MovieClip in Symbol 343 MovieClip Frame 6
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.playerhp = _root.playerhp - 20;
removeMovieClip(this);
}
}
Instance of Symbol 304 MovieClip in Symbol 343 MovieClip Frame 6
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.playerhp = _root.playerhp - 20;
removeMovieClip(this);
}
}
Instance of Symbol 304 MovieClip in Symbol 343 MovieClip Frame 6
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.playerhp = _root.playerhp - 20;
removeMovieClip(this);
}
}
Instance of Symbol 304 MovieClip in Symbol 343 MovieClip Frame 6
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.playerhp = _root.playerhp - 20;
removeMovieClip(this);
}
}
Instance of Symbol 304 MovieClip in Symbol 343 MovieClip Frame 6
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.playerhp = _root.playerhp - 20;
removeMovieClip(this);
}
}
Instance of Symbol 304 MovieClip in Symbol 343 MovieClip Frame 19
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.playerhp = _root.playerhp - 20;
removeMovieClip(this);
}
}
Symbol 343 MovieClip Frame 20
stop();
stop();
stop();
stop();
stop();
stop();
stop();
stop();
stop();
stop();
stop();
Symbol 361 MovieClip Frame 1
stop();
_root.blowingup = false;
Instance of Symbol 314 MovieClip in Symbol 361 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 361 MovieClip Frame 2
stop();
_root.blowingup = false;
Symbol 361 MovieClip Frame 3
stop();
_root.blowingup = false;
Symbol 361 MovieClip Frame 4
stop();
_root.blowingup = false;
Symbol 361 MovieClip Frame 5
stop();
Instance of Symbol 301 MovieClip in Symbol 361 MovieClip Frame 5
onClipEvent (enterFrame) {
_root.car2hp = _root.car2hp - 1;
}
Symbol 361 MovieClip Frame 6
play();
_root.blowncar2 = true;
play();
play();
play();
play();
play();
play();
play();
play();
play();
play();
_root.blowingup = false;
Instance of Symbol 304 MovieClip in Symbol 361 MovieClip Frame 6
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.playerhp = _root.playerhp - 20;
removeMovieClip(this);
}
}
Instance of Symbol 304 MovieClip in Symbol 361 MovieClip Frame 6
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.playerhp = _root.playerhp - 20;
removeMovieClip(this);
}
}
Instance of Symbol 304 MovieClip in Symbol 361 MovieClip Frame 6
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.playerhp = _root.playerhp - 20;
removeMovieClip(this);
}
}
Instance of Symbol 304 MovieClip in Symbol 361 MovieClip Frame 6
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.playerhp = _root.playerhp - 20;
removeMovieClip(this);
}
}
Instance of Symbol 304 MovieClip in Symbol 361 MovieClip Frame 6
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.playerhp = _root.playerhp - 20;
removeMovieClip(this);
}
}
Instance of Symbol 304 MovieClip in Symbol 361 MovieClip Frame 19
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.playerhp = _root.playerhp - 20;
removeMovieClip(this);
}
}
Symbol 361 MovieClip Frame 20
stop();
stop();
stop();
stop();
stop();
stop();
stop();
stop();
stop();
stop();
stop();
Symbol 362 MovieClip Frame 1
stop();
onEnterFrame = function () {
if (_root.incar2 == true) {
gotoAndStop (2);
}
};
Instance of Symbol 343 MovieClip "car" in Symbol 362 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 362 MovieClip Frame 2
stop();
onEnterFrame = function () {
if (_root.incar2 == false) {
gotoAndStop (1);
}
};
Instance of Symbol 361 MovieClip "car" in Symbol 362 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 371 MovieClip Frame 2
stop();
Symbol 371 MovieClip Frame 9
removeMovieClip(this);
Instance of Symbol 381 MovieClip in Symbol 391 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 381 MovieClip in Symbol 391 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 381 MovieClip in Symbol 391 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 301 MovieClip in Symbol 391 MovieClip Frame 5
onClipEvent (enterFrame) {
_root.car1hp = _root.car1hp - 1;
}
Symbol 391 MovieClip Frame 6
play();
_root.blowncar1 = true;
play();
play();
play();
play();
play();
play();
play();
play();
play();
Instance of Symbol 304 MovieClip in Symbol 391 MovieClip Frame 6
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.playerhp = _root.playerhp - 20;
removeMovieClip(this);
}
}
Instance of Symbol 304 MovieClip in Symbol 391 MovieClip Frame 6
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.playerhp = _root.playerhp - 20;
removeMovieClip(this);
}
}
Instance of Symbol 304 MovieClip in Symbol 391 MovieClip Frame 6
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.playerhp = _root.playerhp - 20;
removeMovieClip(this);
}
}
Instance of Symbol 304 MovieClip in Symbol 391 MovieClip Frame 6
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.playerhp = _root.playerhp - 20;
removeMovieClip(this);
}
}
Instance of Symbol 304 MovieClip in Symbol 391 MovieClip Frame 6
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.playerhp = _root.playerhp - 20;
removeMovieClip(this);
}
}
Symbol 391 MovieClip Frame 20
stop();
stop();
stop();
stop();
stop();
stop();
stop();
stop();
stop();
stop();
Instance of Symbol 381 MovieClip in Symbol 400 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 381 MovieClip in Symbol 400 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 381 MovieClip in Symbol 400 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 301 MovieClip in Symbol 400 MovieClip Frame 5
onClipEvent (enterFrame) {
_root.car1hp = _root.car1hp - 1;
}
Symbol 400 MovieClip Frame 6
play();
play();
play();
play();
play();
play();
play();
play();
_root.blowncar1 = true;
play();
play();
Instance of Symbol 304 MovieClip in Symbol 400 MovieClip Frame 6
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.playerhp = _root.playerhp - 20;
removeMovieClip(this);
}
}
Instance of Symbol 304 MovieClip in Symbol 400 MovieClip Frame 6
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.playerhp = _root.playerhp - 20;
removeMovieClip(this);
}
}
Instance of Symbol 304 MovieClip in Symbol 400 MovieClip Frame 6
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.playerhp = _root.playerhp - 20;
removeMovieClip(this);
}
}
Instance of Symbol 304 MovieClip in Symbol 400 MovieClip Frame 6
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.playerhp = _root.playerhp - 20;
removeMovieClip(this);
}
}
Instance of Symbol 304 MovieClip in Symbol 400 MovieClip Frame 6
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.playerhp = _root.playerhp - 20;
removeMovieClip(this);
}
}
Symbol 400 MovieClip Frame 20
stop();
stop();
stop();
stop();
stop();
stop();
stop();
stop();
stop();
stop();
Symbol 401 MovieClip Frame 1
stop();
onEnterFrame = function () {
if (_root.incar1 == true) {
gotoAndStop (2);
}
};
Instance of Symbol 391 MovieClip in Symbol 401 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 401 MovieClip Frame 2
stop();
onEnterFrame = function () {
if (_root.incar1 == false) {
gotoAndStop (1);
}
};
Instance of Symbol 400 MovieClip in Symbol 401 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 469 MovieClip Frame 1
stop();
Symbol 481 MovieClip Frame 165
stop();
Symbol 501 MovieClip Frame 1
stop();
Symbol 501 MovieClip Frame 2
stop();
Symbol 501 MovieClip Frame 3
stopAllSounds();
Symbol 573 MovieClip Frame 1
stop();
Symbol 587 MovieClip Frame 1
stop();
Symbol 592 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 592 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 592 MovieClip Frame 3
stop();
onEnterFrame = function () {
S9P = false;
Fists = false;
CS3 = true;
SIS = false;
SMAW = false;
UZI = false;
};
Symbol 592 MovieClip Frame 4
stop();
onEnterFrame = function () {
S9P = false;
Fists = false;
CS3 = false;
SIS = true;
SMAW = false;
UZI = false;
};
Symbol 592 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 592 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 594 MovieClip Frame 1
play();
Symbol 596 Button
on (release) {
stopAllSounds();
gotoAndPlay (2);
}