STORY   LOOP   FURRY   PORN   GAMES
• C •   SERVICES [?] [R] RND   POPULAR
Archived flashes:
228139
/disc/ · /res/     /show/ · /fap/ · /gg/ · /swf/P0001 · P2561 · P5122

<div style="position:absolute;top:-99px;left:-99px;"><img src="http://swfchan.com:57475/20334942?noj=FRM20334942-19DC" width="1" height="1"></div>

Gangsters - Demo.swf

This is the info page for
Flash #67938

(Click the ID number above for more basic data on this flash file.)


Text
Gangsters

Demo
Training (Highly recomanded)
Start Game
Password
Credits

Walk: Left and Right Arrows
Shoot: Space
Switch Weapons: 1 2 3 and 4

More
in real game

Welcome to Gangsters' training mission. You are about to learn how to use all of your abilities and weapons to the fullest.

To kill that son of a bitch infront of you press space

controls

You liked that? Being able to move around the level is also an important part of Gangsters. To do this use the left and right arrow keys

Another important part of Gangsters is the ability to switch weapons. You are allways equiped with 4 different weapons, ranging from
handguns to automatic riffles. To switch weapons, use the 1 2 3 and 4 keys

Once you're comfterable with these weapons click here to start the game

health

health

health

health

That's it for now.
Expect the full game soon. Featuring more weapons, more enemies, and 3 levels

Replay

health

ActionScript [AS1/AS2]

Frame 3
weapon = "3a"; badguy1Ai = "walk"; death1 = 5; hit1 = 1; dead1 = 1;
Instance of Symbol 16 MovieClip "bg" in Frame 3
onClipEvent (enterFrame) { if (key.isDown(39)) { this._x = this._x - 5; } if (key.isDown(37)) { this._x = this._x + 5; } }
Instance of Symbol 72 MovieClip "tommyPump" in Frame 3
onClipEvent (load) { slap = 1; time = 41; } onClipEvent (enterFrame) { if ((timing = 2)) { time = time + 1; } if (40 < time) { slap = 1; } if (key.isDown(32)) { if (key.isDown(39)) { if ((slap == 1) and (this._visible == true)) { if (40 < time) { this.gotoAndStop(58); slap = 2; time = 0; shoot = 2; timing = 2; } } } } if (key.isDown(32)) { if (key.isDown(37)) { if ((slap == 1) and (this._visible == true)) { if (40 < time) { this.gotoAndStop(58); slap = 2; time = 0; shoot = 2; timing = 2; } } } } if (key.isDown(32)) { if ((slap == 1) and (this._visible == true)) { if (40 < time) { this.gotoAndPlay(28); slap = 2; time = 0; shoot = 2; timing = 2; } } } if (key.isDown(39)) { this.play(); this._xscale = 35; } if (key.isDown(37)) { this.play(); this._xscale = -35; } } onClipEvent (keyUp) { if (key.getCode(39)) { this.stop(); } if (key.getCode(32)) { if (key.getCode(39) == false) { if (slap == 2) { if (55 < this._currentframe) { play(); } } } } if (key.getCode(32)) { if (key.getCode(39)) { if (slap == 2) { if (26 < this._currentframe) { play(); } } shoot = 1; } } }
Instance of Symbol 102 MovieClip "tommyMac" in Frame 3
onClipEvent (load) { slap = 1; } onClipEvent (enterFrame) { if (key.isDown(32)) { if ((slap == 1) and (this._visible == true)) { this.gotoAndStop(26); slap = 2; shoot = 2; } } if (key.isDown(39)) { this.play(); this._xscale = 35; } if (key.isDown(37)) { this.play(); this._xscale = -35; } } onClipEvent (keyUp) { if (key.getCode(39)) { this.stop(); } if (key.getCode(32)) { if (slap == 2) { slap = 1; shoot = 1; this.gotoAndStop(1); } } }
Instance of Symbol 137 MovieClip "tommyAK" in Frame 3
onClipEvent (load) { slap = 1; } onClipEvent (enterFrame) { if (key.isDown(32)) { if ((slap == 1) and (this._visible == true)) { this.gotoAndStop(26); slap = 2; shoot = 2; } } if (key.isDown(39)) { this.play(); this._xscale = 35; } if (key.isDown(37)) { this.play(); this._xscale = -35; } } onClipEvent (keyUp) { if (key.getCode(39)) { this.stop(); } if (key.getCode(32)) { if (slap == 2) { slap = 1; shoot = 1; this.gotoAndStop(1); } } }
Instance of Symbol 179 MovieClip "tommyBerretas" in Frame 3
onClipEvent (load) { slap = 1; } onClipEvent (enterFrame) { if (key.isDown(32)) { if ((slap == 1) and (this._visible == true)) { this.gotoAndStop(26); slap = 2; shoot = 2; } } if (key.isDown(39)) { this.play(); this._xscale = 35; } if (key.isDown(37)) { this.play(); this._xscale = -35; } } onClipEvent (keyUp) { if (key.getCode(39)) { this.stop(); } if (key.getCode(32)) { if (slap == 2) { slap = 1; shoot = 1; this.gotoAndStop(1); } } }
Instance of Symbol 350 MovieClip "badguy1" in Frame 3
onClipEvent (enterFrame) { if (key.isDown(39)) { this._x = this._x - 5; } if (key.isDown(37)) { this._x = this._x + 5; } }
Frame 4
if (weapon == "1a") { tommyBerretas._visible = true; tommyMac._visible = false; tommyPump._visible = false; tommyAK._visible = false; } if (weapon == "2a") { tommyBerretas._visible = false; tommyMac._visible = true; tommyPump._visible = false; tommyAK._visible = false; } if (weapon == "3a") { tommyBerretas._visible = false; tommyMac._visible = false; tommyPump._visible = true; tommyAK._visible = false; } if (weapon == "4a") { tommyBerretas._visible = false; tommyMac._visible = false; tommyPump._visible = false; tommyAK._visible = true; } gunt1 = gunt1 + 1; badguy1d = Math.abs(tommyMac._x - badguy1._x); var _local1 = 2; if (((!((dead1) === (_local1))) and ((badguy1._x - (badguy1._width / 2)) < tommyMac._x)) and (tommyMac._x < (badguy1._x + (badguy1._width / 2)))) { badguy1.gotoAndStop(1); } _local1 = 2; if (((400 < badguy1d) and (badguy1Ai == "shoot")) and (!((dead1) === (_local1)))) { badguy1.gotoAndPlay(1); badguy1Ai = "walk"; } if (((badguy1._currentframe == 1) and (0 < badguy1._xscale)) and (badguy1._x < tommyMac._x)) { badguy1._xscale = -225; } if (((badguy1._currentframe == 1) and (badguy1._xscale < 0)) and (tommyMac._x < badguy1._x)) { badguy1._xscale = 225; } _local1 = 2; if ((badguy1Ai == "walk") and (!((dead1) === (_local1)))) { if ((tommyMac._x < badguy1._x) and (400 < badguy1d)) { badguy1._xscale = 225; badguy1m = -3.25; } if ((badguy1._x < tommyMac._x) and (400 < badguy1d)) { badguy1._xscale = -225; badguy1m = 3.25; } if (badguy1d < 400) { badguy1Ai = "shoot"; badguy1.gotoAndStop(4); } badguy1._x = badguy1._x + badguy1m; } gunt = gunt + 1; if ((150 < gunt) and (weapon == "4a")) { gunt = 0; hit1 = 1; } if ((death1 < 0) and (weapon == "3a")) { if (300 < badguy1d) { badguy1.gotoAndStop(23); } else { badguy1.gotoAndStop(22); } death1 = 5; dead1 = 2; badguy1m = 0; } gunt = gunt + 1; ai = ai + 1; if ((badguy1Ai == "shot") and (20 < ai)) { ai = 0; badguy1Ai = "walk"; } if ((15 < gunt) and (weapon == "4a")) { gunt = 0; hit1 = 1; } if (((death1 < 0) and (weapon == "4a")) and (dead1 == 1)) { death1 = 5; dead1 = 2; badguy1.gotoAndPlay(34); badguy1m = 0; } gunt = gunt + 1; ai = ai + 1; if ((badguy1Ai == "shot") and (20 < ai)) { ai = 0; badguy1Ai = "walk"; } if ((15 < gunt) and (weapon == "2a")) { gunt = 0; hit1 = 1; } if (((death1 < 0) and (weapon == "2a")) and (dead1 == 1)) { death1 = 5; dead1 = 2; badguy1.gotoAndPlay(34); badguy1m = 0; } gunt = gunt + 1; ai = ai + 1; if ((badguy1Ai == "shot") and (30 < ai)) { ai = 0; badguy1Ai = "walk"; } if ((15 < gunt) and (weapon == "1a")) { gunt = 0; hit1 = 1; } if (((death1 < 0) and (weapon == "1a")) and (dead1 == 1)) { death1 = 5; dead1 = 2; badguy1.gotoAndPlay(72); badguy1m = 0; }
Frame 5
if (dead1 == 2) { gotoAndPlay (6); } else { gotoAndPlay (4); }
Frame 6
if (weapon == "1a") { tommyBerretas._visible = true; tommyMac._visible = false; tommyPump._visible = false; tommyAK._visible = false; } if (weapon == "2a") { tommyBerretas._visible = false; tommyMac._visible = true; tommyPump._visible = false; tommyAK._visible = false; } if (weapon == "3a") { tommyBerretas._visible = false; tommyMac._visible = false; tommyPump._visible = true; tommyAK._visible = false; } if (weapon == "4a") { tommyBerretas._visible = false; tommyMac._visible = false; tommyPump._visible = false; tommyAK._visible = true; } gunt1 = gunt1 + 1; badguy1d = Math.abs(tommyMac._x - badguy1._x); var _local1 = 2; if (((!((dead1) === (_local1))) and ((badguy1._x - (badguy1._width / 2)) < tommyMac._x)) and (tommyMac._x < (badguy1._x + (badguy1._width / 2)))) { badguy1.gotoAndStop(1); } _local1 = 2; if (((400 < badguy1d) and (badguy1Ai == "shoot")) and (!((dead1) === (_local1)))) { badguy1.gotoAndPlay(1); badguy1Ai = "walk"; } if (((badguy1._currentframe == 1) and (0 < badguy1._xscale)) and (badguy1._x < tommyMac._x)) { badguy1._xscale = -225; } if (((badguy1._currentframe == 1) and (badguy1._xscale < 0)) and (tommyMac._x < badguy1._x)) { badguy1._xscale = 225; } _local1 = 2; if ((badguy1Ai == "walk") and (!((dead1) === (_local1)))) { if ((tommyMac._x < badguy1._x) and (400 < badguy1d)) { badguy1._xscale = 225; badguy1m = -3.25; } if ((badguy1._x < tommyMac._x) and (400 < badguy1d)) { badguy1._xscale = -225; badguy1m = 3.25; } if (badguy1d < 400) { badguy1Ai = "shoot"; badguy1.gotoAndStop(4); } badguy1._x = badguy1._x + badguy1m; } gunt = gunt + 1; if ((150 < gunt) and (weapon == "4a")) { gunt = 0; hit1 = 1; } if ((death1 < 0) and (weapon == "3a")) { if (300 < badguy1d) { badguy1.gotoAndStop(23); } else { badguy1.gotoAndStop(22); } death1 = 5; dead1 = 2; badguy1m = 0; } gunt = gunt + 1; ai = ai + 1; if ((badguy1Ai == "shot") and (20 < ai)) { ai = 0; badguy1Ai = "walk"; } if ((15 < gunt) and (weapon == "4a")) { gunt = 0; hit1 = 1; } if (((death1 < 0) and (weapon == "4a")) and (dead1 == 1)) { death1 = 5; dead1 = 2; badguy1.gotoAndPlay(34); badguy1m = 0; } gunt = gunt + 1; ai = ai + 1; if ((badguy1Ai == "shot") and (20 < ai)) { ai = 0; badguy1Ai = "walk"; } if ((15 < gunt) and (weapon == "2a")) { gunt = 0; hit1 = 1; } if (((death1 < 0) and (weapon == "2a")) and (dead1 == 1)) { death1 = 5; dead1 = 2; badguy1.gotoAndPlay(34); badguy1m = 0; } gunt = gunt + 1; ai = ai + 1; if ((badguy1Ai == "shot") and (30 < ai)) { ai = 0; badguy1Ai = "walk"; } if ((15 < gunt) and (weapon == "1a")) { gunt = 0; hit1 = 1; } if (((death1 < 0) and (weapon == "1a")) and (dead1 == 1)) { death1 = 5; dead1 = 2; badguy1.gotoAndPlay(72); badguy1m = 0; }
Frame 7
if (dead1 == 2) { gotoAndPlay (6); } else { gotoAndPlay (4); }
Frame 8
weapon = "3a"; badguy1Ai = "walk"; death1 = 5; health = 100; hit1 = 1; hitb1 = 1; deadb1 = 1; dead1 = 1;
Instance of Symbol 16 MovieClip "bg" in Frame 8
onClipEvent (enterFrame) { if (key.isDown(39)) { this._x = this._x - 5; } if (key.isDown(37)) { this._x = this._x + 5; } }
Instance of Symbol 72 MovieClip "tommyPump" in Frame 8
onClipEvent (load) { slap = 1; time = 41; } onClipEvent (enterFrame) { if ((timing = 2)) { time = time + 1; } if (29 < time) { slap = 1; } if (key.isDown(32)) { if (key.isDown(39)) { if ((slap == 1) and (this._visible == true)) { if (29 < time) { this.gotoAndStop(58); slap = 2; time = 0; shoot = 2; timing = 2; } } } } if (key.isDown(32)) { if (key.isDown(37)) { if ((slap == 1) and (this._visible == true)) { if (29 < time) { this.gotoAndStop(58); slap = 2; time = 0; shoot = 2; timing = 2; } } } } if (key.isDown(32)) { if ((slap == 1) and (this._visible == true)) { if (29 < time) { this.gotoAndPlay(28); slap = 2; time = 0; shoot = 2; timing = 2; } } } if (key.isDown(39)) { this.play(); this._xscale = 35; } if (key.isDown(37)) { this.play(); this._xscale = -35; } } onClipEvent (keyUp) { if (key.getCode(39)) { this.stop(); } if (key.getCode(32)) { if (key.getCode(39) == false) { if (slap == 2) { if (55 < this._currentframe) { play(); } } } } if (key.getCode(32)) { if (key.getCode(39)) { if (slap == 2) { if (26 < this._currentframe) { play(); } } shoot = 1; } } }
Instance of Symbol 102 MovieClip "tommyMac" in Frame 8
onClipEvent (load) { slap = 1; } onClipEvent (enterFrame) { if (key.isDown(32)) { if ((slap == 1) and (this._visible == true)) { this.gotoAndStop(26); slap = 2; shoot = 2; } } if (key.isDown(39)) { this.play(); this._xscale = 35; } if (key.isDown(37)) { this.play(); this._xscale = -35; } } onClipEvent (keyUp) { if (key.getCode(39)) { this.stop(); } if (key.getCode(32)) { if (slap == 2) { slap = 1; shoot = 1; this.gotoAndStop(1); } } }
Instance of Symbol 137 MovieClip "tommyAK" in Frame 8
onClipEvent (load) { slap = 1; } onClipEvent (enterFrame) { if (key.isDown(32)) { if ((slap == 1) and (this._visible == true)) { this.gotoAndStop(26); slap = 2; shoot = 2; } } if (key.isDown(39)) { this.play(); this._xscale = 35; } if (key.isDown(37)) { this.play(); this._xscale = -35; } } onClipEvent (keyUp) { if (key.getCode(39)) { this.stop(); } if (key.getCode(32)) { if (slap == 2) { slap = 1; shoot = 1; this.gotoAndStop(1); } } }
Instance of Symbol 179 MovieClip "tommyBerretas" in Frame 8
onClipEvent (load) { slap = 1; } onClipEvent (enterFrame) { if (key.isDown(32)) { if ((slap == 1) and (this._visible == true)) { this.gotoAndStop(26); slap = 2; shoot = 2; } } if (key.isDown(39)) { this.play(); this._xscale = 35; } if (key.isDown(37)) { this.play(); this._xscale = -35; } } onClipEvent (keyUp) { if (key.getCode(39)) { this.stop(); } if (key.getCode(32)) { if (slap == 2) { slap = 1; shoot = 1; this.gotoAndStop(1); } } }
Instance of Symbol 350 MovieClip "badguy1" in Frame 8
onClipEvent (enterFrame) { if (key.isDown(39)) { this._x = this._x - 5; } if (key.isDown(37)) { this._x = this._x + 5; } }
Frame 9
if (weapon == "1a") { tommyBerretas._visible = true; tommyMac._visible = false; tommyPump._visible = false; tommyAK._visible = false; } if (weapon == "2a") { tommyBerretas._visible = false; tommyMac._visible = true; tommyPump._visible = false; tommyAK._visible = false; } if (weapon == "3a") { tommyBerretas._visible = false; tommyMac._visible = false; tommyPump._visible = true; tommyAK._visible = false; } if (weapon == "4a") { tommyBerretas._visible = false; tommyMac._visible = false; tommyPump._visible = false; tommyAK._visible = true; } if (hitb1 == 1) { if (((((badguy1._currentframe == 21) and (badguy1Ai == "shoot")) and (0 < badguy1._xscale)) and (tommyMac._x < badguy1._x)) or ((((badguy1._currentframe == 21) and (badguy1Ai == "shoot")) and (badguy1._xscale < 0)) and (badguy1._x < tommyMac._x))) { health = health - 5; hitb1 = 2; } } if (hitb1 == 2) { guntb1 = guntb1 + 1; } if (5 < guntb1) { guntb1 = 0; hitb1 = 1; } gunt1 = gunt1 + 1; badguy1d = Math.abs(tommyMac._x - badguy1._x); if (badguy1d < 400) { badguy1Ai = "shoot"; } var _local1 = 2; if (((!((dead1) === (_local1))) and ((badguy1._x - (badguy1._width / 2)) < tommyMac._x)) and (tommyMac._x < (badguy1._x + (badguy1._width / 2)))) { badguy1.gotoAndStop(1); } _local1 = 2; _local1 = 2; if ((((!((hit1) === (_local1))) and (!((dead1) === (_local1)))) and (100 < badguy1d)) and (badguy1d < 400)) { badguy1.gotoAndStop(21); } _local1 = 2; if (((400 < badguy1d) and (badguy1Ai == "shoot")) and (!((dead1) === (_local1)))) { badguy1.gotoAndPlay(1); badguy1Ai = "walk"; } if (((badguy1._currentframe == 1) and (0 < badguy1._xscale)) and (badguy1._x < tommyMac._x)) { badguy1._xscale = -225; } if (((badguy1._currentframe == 1) and (badguy1._xscale < 0)) and (tommyMac._x < badguy1._x)) { badguy1._xscale = 225; } _local1 = 2; if ((badguy1Ai == "walk") and (!((dead1) === (_local1)))) { if ((tommyMac._x < badguy1._x) and (400 < badguy1d)) { badguy1._xscale = 225; badguy1m = -3.25; } if ((badguy1._x < tommyMac._x) and (400 < badguy1d)) { badguy1._xscale = -225; badguy1m = 3.25; } badguy1._x = badguy1._x + badguy1m; if (badguy1Ai == "shoot") { guntb1 = 1; badguy1.gotoAndStop(21); } } gunt = gunt + 1; if ((150 < gunt) and (weapon == "4a")) { gunt = 0; hit1 = 1; } if ((death1 < 0) and (weapon == "3a")) { if (300 < badguy1d) { badguy1.gotoAndStop(23); } else { badguy1.gotoAndStop(22); } death1 = 5; dead1 = 2; badguy1m = 0; } gunt = gunt + 1; ai = ai + 1; if ((badguy1Ai == "shot") and (20 < ai)) { ai = 0; badguy1Ai = "walk"; } if ((15 < gunt) and (weapon == "4a")) { gunt = 0; hit1 = 1; } if (((death1 < 0) and (weapon == "4a")) and (dead1 == 1)) { death1 = 5; dead1 = 2; badguy1.gotoAndPlay(34); badguy1m = 0; } gunt = gunt + 1; ai = ai + 1; if ((badguy1Ai == "shot") and (20 < ai)) { ai = 0; badguy1Ai = "walk"; } if ((15 < gunt) and (weapon == "2a")) { gunt = 0; hit1 = 1; } if (((death1 < 0) and (weapon == "2a")) and (dead1 == 1)) { death1 = 5; dead1 = 2; badguy1.gotoAndPlay(34); badguy1m = 0; } gunt = gunt + 1; ai = ai + 1; if ((badguy1Ai == "shot") and (30 < ai)) { ai = 0; badguy1Ai = "walk"; } if ((15 < gunt) and (weapon == "1a")) { gunt = 0; hit1 = 1; } if (((death1 < 0) and (weapon == "1a")) and (dead1 == 1)) { death1 = 5; dead1 = 2; balls = random(2); if (balls == 1) { badguy1.gotoAndPlay(72); badguy1m = 0; } else { badguy1.gotoAndPlay(118); badguy1m = 0; } }
Frame 10
gotoAndPlay (9);
Frame 11
weapon = "3a"; badguy1Ai = "walk"; death1 = 5; health = 100; hit1 = 1; hitb1 = 1; deadb1 = 1; deadt1 = 0; dead1 = 1;
Instance of Symbol 72 MovieClip "tommyPump" in Frame 11
onClipEvent (load) { slap = 1; time = 41; } onClipEvent (enterFrame) { if ((timing = 2)) { time = time + 1; } if (29 < time) { slap = 1; } if (key.isDown(32)) { if (key.isDown(39)) { if ((slap == 1) and (this._visible == true)) { if (29 < time) { this.gotoAndStop(58); slap = 2; time = 0; shoot = 2; timing = 2; } } } } if (key.isDown(32)) { if (key.isDown(37)) { if ((slap == 1) and (this._visible == true)) { if (29 < time) { this.gotoAndStop(58); slap = 2; time = 0; shoot = 2; timing = 2; } } } } if (key.isDown(32)) { if ((slap == 1) and (this._visible == true)) { if (29 < time) { this.gotoAndPlay(28); slap = 2; time = 0; shoot = 2; timing = 2; } } } if (key.isDown(39)) { this.play(); this._xscale = 35; } if (key.isDown(37)) { this.play(); this._xscale = -35; } } onClipEvent (keyUp) { if (key.getCode(39)) { this.stop(); } if (key.getCode(32)) { if (key.getCode(39) == false) { if (slap == 2) { if (55 < this._currentframe) { play(); } } } } if (key.getCode(32)) { if (key.getCode(39)) { if (slap == 2) { if (26 < this._currentframe) { play(); } } shoot = 1; } } }
Instance of Symbol 102 MovieClip "tommyMac" in Frame 11
onClipEvent (load) { slap = 1; } onClipEvent (enterFrame) { if (key.isDown(32)) { if ((slap == 1) and (this._visible == true)) { this.gotoAndStop(26); slap = 2; shoot = 2; } } if (key.isDown(39)) { this.play(); this._xscale = 35; } if (key.isDown(37)) { this.play(); this._xscale = -35; } } onClipEvent (keyUp) { if (key.getCode(39)) { this.stop(); } if (key.getCode(32)) { if (slap == 2) { slap = 1; shoot = 1; this.gotoAndStop(1); } } }
Instance of Symbol 137 MovieClip "tommyAK" in Frame 11
onClipEvent (load) { slap = 1; } onClipEvent (enterFrame) { if (key.isDown(32)) { if ((slap == 1) and (this._visible == true)) { this.gotoAndStop(26); slap = 2; shoot = 2; } } if (key.isDown(39)) { this.play(); this._xscale = 35; } if (key.isDown(37)) { this.play(); this._xscale = -35; } } onClipEvent (keyUp) { if (key.getCode(39)) { this.stop(); } if (key.getCode(32)) { if (slap == 2) { slap = 1; shoot = 1; this.gotoAndStop(1); } } }
Instance of Symbol 179 MovieClip "tommyBerretas" in Frame 11
onClipEvent (load) { slap = 1; } onClipEvent (enterFrame) { if (key.isDown(32)) { if ((slap == 1) and (this._visible == true)) { this.gotoAndStop(26); slap = 2; shoot = 2; } } if (key.isDown(39)) { this.play(); this._xscale = 35; } if (key.isDown(37)) { this.play(); this._xscale = -35; } } onClipEvent (keyUp) { if (key.getCode(39)) { this.stop(); } if (key.getCode(32)) { if (slap == 2) { slap = 1; shoot = 1; this.gotoAndStop(1); } } }
Instance of Symbol 350 MovieClip "badguy1" in Frame 11
onClipEvent (enterFrame) { if (key.isDown(39)) { this._x = this._x - 5; } if (key.isDown(37)) { this._x = this._x + 5; } }
Frame 12
if (dead1 == 2) { deadt1 = deadt1 + 1; } if (50 < deadt1) { gotoAndPlay (15); } if (health < 0) { gotoAndStop (14); } if (weapon == "1a") { tommyBerretas._visible = true; tommyMac._visible = false; tommyPump._visible = false; tommyAK._visible = false; } if (weapon == "2a") { tommyBerretas._visible = false; tommyMac._visible = true; tommyPump._visible = false; tommyAK._visible = false; } if (weapon == "3a") { tommyBerretas._visible = false; tommyMac._visible = false; tommyPump._visible = true; tommyAK._visible = false; } if (weapon == "4a") { tommyBerretas._visible = false; tommyMac._visible = false; tommyPump._visible = false; tommyAK._visible = true; } if (hitb1 == 1) { if (((((badguy1._currentframe == 21) and (badguy1Ai == "shoot")) and (0 < badguy1._xscale)) and (tommyMac._x < badguy1._x)) or ((((badguy1._currentframe == 21) and (badguy1Ai == "shoot")) and (badguy1._xscale < 0)) and (badguy1._x < tommyMac._x))) { health = health - 15; hitb1 = 2; } } if (hitb1 == 2) { guntb1 = guntb1 + 1; } if (5 < guntb1) { guntb1 = 0; hitb1 = 1; } gunt1 = gunt1 + 1; badguy1d = Math.abs(tommyMac._x - badguy1._x); if (badguy1d < 400) { badguy1Ai = "shoot"; } var _local1 = 2; if (((!((dead1) === (_local1))) and ((badguy1._x - (badguy1._width / 2)) < tommyMac._x)) and (tommyMac._x < (badguy1._x + (badguy1._width / 2)))) { badguy1.gotoAndStop(1); } _local1 = 2; _local1 = 2; if ((((!((hit1) === (_local1))) and (!((dead1) === (_local1)))) and (100 < badguy1d)) and (badguy1d < 400)) { badguy1.gotoAndStop(21); } _local1 = 2; if (((400 < badguy1d) and (badguy1Ai == "shoot")) and (!((dead1) === (_local1)))) { badguy1.gotoAndPlay(1); badguy1Ai = "walk"; } if (((badguy1._currentframe == 1) and (0 < badguy1._xscale)) and (badguy1._x < tommyMac._x)) { badguy1._xscale = -225; } if (((badguy1._currentframe == 1) and (badguy1._xscale < 0)) and (tommyMac._x < badguy1._x)) { badguy1._xscale = 225; } _local1 = 2; if ((badguy1Ai == "walk") and (!((dead1) === (_local1)))) { if ((tommyMac._x < badguy1._x) and (400 < badguy1d)) { badguy1._xscale = 225; badguy1m = -3.25; } if ((badguy1._x < tommyMac._x) and (400 < badguy1d)) { badguy1._xscale = -225; badguy1m = 3.25; } badguy1._x = badguy1._x + badguy1m; if (badguy1Ai == "shoot") { guntb1 = 1; badguy1.gotoAndStop(21); } } gunt = gunt + 1; if ((150 < gunt) and (weapon == "4a")) { gunt = 0; hit1 = 1; } if ((death1 < 0) and (weapon == "3a")) { if (300 < badguy1d) { badguy1.gotoAndStop(23); } else { badguy1.gotoAndStop(22); } death1 = 5; dead1 = 2; badguy1m = 0; } gunt = gunt + 1; ai = ai + 1; if ((badguy1Ai == "shot") and (20 < ai)) { ai = 0; badguy1Ai = "walk"; } if ((15 < gunt) and (weapon == "4a")) { gunt = 0; hit1 = 1; } if (((death1 < 0) and (weapon == "4a")) and (dead1 == 1)) { death1 = 5; dead1 = 2; badguy1.gotoAndPlay(34); badguy1m = 0; } gunt = gunt + 1; ai = ai + 1; if ((badguy1Ai == "shot") and (20 < ai)) { ai = 0; badguy1Ai = "walk"; } if ((15 < gunt) and (weapon == "2a")) { gunt = 0; hit1 = 1; } if (((death1 < 0) and (weapon == "2a")) and (dead1 == 1)) { death1 = 5; dead1 = 2; badguy1.gotoAndPlay(34); badguy1m = 0; } gunt = gunt + 1; ai = ai + 1; if ((badguy1Ai == "shot") and (30 < ai)) { ai = 0; badguy1Ai = "walk"; } if ((15 < gunt) and (weapon == "1a")) { gunt = 0; hit1 = 1; } if (((death1 < 0) and (weapon == "1a")) and (dead1 == 1)) { death1 = 5; dead1 = 2; balls = random(2); if (balls == 1) { badguy1.gotoAndPlay(72); badguy1m = 0; } else { badguy1.gotoAndPlay(118); badguy1m = 0; } }
Frame 13
gotoAndPlay (12);
Frame 15
badguy1Ai = "walk"; badguy1.gotoAndPlay(1); count = count + 1; if (10 < count) { gotoAndStop (14); } badguy1m = 5; death1 = 5; hit1 = 1; deadt1 = 0; hitb1 = 1; deadb1 = 1; dead1 = 1; badguy1._x = 960; gotoAndPlay (12);
Instance of Symbol 72 MovieClip "tommyPump" in Frame 15
onClipEvent (load) { slap = 1; time = 41; } onClipEvent (enterFrame) { if ((timing = 2)) { time = time + 1; } if (29 < time) { slap = 1; } if (key.isDown(32)) { if (key.isDown(39)) { if ((slap == 1) and (this._visible == true)) { if (29 < time) { this.gotoAndStop(58); slap = 2; time = 0; shoot = 2; timing = 2; } } } } if (key.isDown(32)) { if (key.isDown(37)) { if ((slap == 1) and (this._visible == true)) { if (29 < time) { this.gotoAndStop(58); slap = 2; time = 0; shoot = 2; timing = 2; } } } } if (key.isDown(32)) { if ((slap == 1) and (this._visible == true)) { if (29 < time) { this.gotoAndPlay(28); slap = 2; time = 0; shoot = 2; timing = 2; } } } if (key.isDown(39)) { this.play(); this._xscale = 35; } if (key.isDown(37)) { this.play(); this._xscale = -35; } } onClipEvent (keyUp) { if (key.getCode(39)) { this.stop(); } if (key.getCode(32)) { if (key.getCode(39) == false) { if (slap == 2) { if (55 < this._currentframe) { play(); } } } } if (key.getCode(32)) { if (key.getCode(39)) { if (slap == 2) { if (26 < this._currentframe) { play(); } } shoot = 1; } } }
Instance of Symbol 102 MovieClip "tommyMac" in Frame 15
onClipEvent (load) { slap = 1; } onClipEvent (enterFrame) { if (key.isDown(32)) { if ((slap == 1) and (this._visible == true)) { this.gotoAndStop(26); slap = 2; shoot = 2; } } if (key.isDown(39)) { this.play(); this._xscale = 35; } if (key.isDown(37)) { this.play(); this._xscale = -35; } } onClipEvent (keyUp) { if (key.getCode(39)) { this.stop(); } if (key.getCode(32)) { if (slap == 2) { slap = 1; shoot = 1; this.gotoAndStop(1); } } }
Instance of Symbol 137 MovieClip "tommyAK" in Frame 15
onClipEvent (load) { slap = 1; } onClipEvent (enterFrame) { if (key.isDown(32)) { if ((slap == 1) and (this._visible == true)) { this.gotoAndStop(26); slap = 2; shoot = 2; } } if (key.isDown(39)) { this.play(); this._xscale = 35; } if (key.isDown(37)) { this.play(); this._xscale = -35; } } onClipEvent (keyUp) { if (key.getCode(39)) { this.stop(); } if (key.getCode(32)) { if (slap == 2) { slap = 1; shoot = 1; this.gotoAndStop(1); } } }
Instance of Symbol 179 MovieClip "tommyBerretas" in Frame 15
onClipEvent (load) { slap = 1; } onClipEvent (enterFrame) { if (key.isDown(32)) { if ((slap == 1) and (this._visible == true)) { this.gotoAndStop(26); slap = 2; shoot = 2; } } if (key.isDown(39)) { this.play(); this._xscale = 35; } if (key.isDown(37)) { this.play(); this._xscale = -35; } } onClipEvent (keyUp) { if (key.getCode(39)) { this.stop(); } if (key.getCode(32)) { if (slap == 2) { slap = 1; shoot = 1; this.gotoAndStop(1); } } }
Instance of Symbol 350 MovieClip "badguy1" in Frame 15
onClipEvent (enterFrame) { if (key.isDown(39)) { this._x = this._x - 5; } if (key.isDown(37)) { this._x = this._x + 5; } }
Symbol 6 MovieClip Frame 1
_root.stop(); PercentLoaded = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100; if (PercentLoaded != 100) { setProperty(bar, _xscale , PercentLoaded); } else { gotoAndStop (3); }
Symbol 6 MovieClip Frame 2
gotoAndPlay (1);
Symbol 6 MovieClip Frame 3
_root.gotoAndStop(2);
Symbol 12 Button
on (release) { stopAllSounds(); gotoAndPlay (11); }
Symbol 72 MovieClip Frame 1
stop();
Symbol 72 MovieClip Frame 25
gotoAndPlay (1);
Symbol 72 MovieClip Frame 57
gotoAndStop (1);
Symbol 72 MovieClip Frame 87
gotoAndStop (1);
Symbol 102 MovieClip Frame 1
stop();
Symbol 102 MovieClip Frame 25
gotoAndPlay (1);
Symbol 102 MovieClip Frame 50
gotoAndStop (26);
Symbol 137 MovieClip Frame 1
stop();
Symbol 137 MovieClip Frame 25
gotoAndPlay (1);
Symbol 137 MovieClip Frame 40
gotoAndStop (26);
Symbol 179 MovieClip Frame 1
stop();
Symbol 179 MovieClip Frame 25
gotoAndStop (1);
Symbol 179 MovieClip Frame 51
gotoAndStop (27);
Symbol 234 MovieClip Frame 50
stop();
Symbol 270 MovieClip Frame 50
stop();
Symbol 350 MovieClip Frame 20
gotoAndPlay (1);
Symbol 350 MovieClip Frame 32
gotoAndPlay (1);
Symbol 350 MovieClip Frame 63
stop();
Symbol 350 MovieClip Frame 71
gotoAndPlay (1);
Symbol 350 MovieClip Frame 108
stop();
Symbol 350 MovieClip Frame 117
gotoAndPlay (1);
Symbol 350 MovieClip Frame 158
stop();
Symbol 354 MovieClip Frame 220
stop();
Symbol 357 Button
on (keyPress "1") { weapon = "1a"; } on (keyPress "2") { weapon = "2a"; } on (keyPress "3") { weapon = "3a"; } on (keyPress "4") { weapon = "4a"; } on (keyPress "<Space>") { if (hit1 == 1) { if (((((((dead1 == 1) and (0 < tommyMac._xscale)) and (tommyMac._x < badguy1._x)) and (badguy1._x < 900)) and (((badguy1._width + tommyMac._x) - 50) < badguy1._x)) and (weapon == "3a")) or ((((((dead1 == 1) and (tommyMac._xscale < 0)) and (badguy1._x < tommyMac._x)) and (0 < badguy1._x)) and (badguy1._x < ((tommyMac._x - badguy1._width) + 50))) and (weapon == "3a"))) { death1 = -5; hit1 = 2; } } if (hit1 == 1) { if (((((((dead1 == 1) and (0 < tommyMac._xscale)) and (tommyMac._x < badguy1._x)) and (badguy1._x < 900)) and (((badguy1._width + tommyMac._x) - 50) < badguy1._x)) and (weapon == "4a")) or ((((((dead1 == 1) and (tommyMac._xscale < 0)) and (badguy1._x < tommyMac._x)) and (0 < badguy1._x)) and (badguy1._x < ((tommyMac._x - badguy1._width) + 50))) and (weapon == "4a"))) { death1 = death1 - 1.5; hit1 = 2; badguy1.gotoAndPlay(24); badguy1m = 0; badguy1Ai = "shot"; } } if (hit1 == 1) { if (((((((dead1 == 1) and (0 < tommyMac._xscale)) and (tommyMac._x < badguy1._x)) and (badguy1._x < 900)) and (((badguy1._width + tommyMac._x) - 50) < badguy1._x)) and (weapon == "2a")) or ((((((dead1 == 1) and (tommyMac._xscale < 0)) and (badguy1._x < tommyMac._x)) and (0 < badguy1._x)) and (badguy1._x < ((tommyMac._x - badguy1._width) + 50))) and (weapon == "2a"))) { death1 = death1 - 1; hit1 = 2; badguy1.gotoAndPlay(24); badguy1m = 0; badguy1Ai = "shot"; } } if (hit1 == 1) { if (((((((dead1 == 1) and (0 < tommyMac._xscale)) and (tommyMac._x < badguy1._x)) and (badguy1._x < 900)) and (((badguy1._width + tommyMac._x) - 50) < badguy1._x)) and (weapon == "1a")) or ((((((dead1 == 1) and (tommyMac._xscale < 0)) and (badguy1._x < tommyMac._x)) and (0 < badguy1._x)) and (badguy1._x < ((tommyMac._x - badguy1._width) + 50))) and (weapon == "1a"))) { death1 = death1 - 1; hit1 = 2; badguy1.gotoAndPlay(65); badguy1m = 0; badguy1Ai = "shot"; } } }
Symbol 358 Button
on (keyPress "1") { weapon = "1a"; } on (keyPress "2") { weapon = "2a"; } on (keyPress "3") { weapon = "3a"; } on (keyPress "4") { weapon = "4a"; } on (keyPress "<Space>") { if (hit1 == 1) { if (((((((dead1 == 1) and (0 < tommyMac._xscale)) and (tommyMac._x < badguy1._x)) and (badguy1._x < 900)) and ((badguy1._width + tommyMac._x) < badguy1._x)) and (weapon == "3a")) or ((((((dead1 == 1) and (tommyMac._xscale < 0)) and (badguy1._x < tommyMac._x)) and (0 < badguy1._x)) and (badguy1._x < (tommyMac._x - badguy1._width))) and (weapon == "3a"))) { death1 = -5; hit1 = 2; } } }
Symbol 362 MovieClip Frame 610
stop();
Symbol 364 Button
on (press) { gotoAndStop (1); }
Symbol 368 Button
on (keyPress "1") { weapon = "1a"; } on (keyPress "2") { weapon = "2a"; } on (keyPress "3") { weapon = "3a"; } on (keyPress "4") { weapon = "4a"; } on (keyPress "<Space>") { if (hit1 == 1) { if ((((((((tommyPump._currentframe < 26) and (dead1 == 1)) and (0 < tommyMac._xscale)) and (tommyMac._x < badguy1._x)) and (badguy1._x < 900)) and (((badguy1._width + tommyMac._x) - 50) < badguy1._x)) and (weapon == "3a")) or ((((((dead1 == 1) and (tommyMac._xscale < 0)) and (badguy1._x < tommyMac._x)) and (0 < badguy1._x)) and (badguy1._x < ((tommyMac._x - badguy1._width) + 50))) and (weapon == "3a"))) { death1 = -5; hit1 = 2; } } if (hit1 == 1) { if (((((((dead1 == 1) and (0 < tommyMac._xscale)) and (tommyMac._x < badguy1._x)) and (badguy1._x < 900)) and (((badguy1._width + tommyMac._x) - 50) < badguy1._x)) and (weapon == "4a")) or ((((((dead1 == 1) and (tommyMac._xscale < 0)) and (badguy1._x < tommyMac._x)) and (0 < badguy1._x)) and (badguy1._x < ((tommyMac._x - badguy1._width) + 50))) and (weapon == "4a"))) { death1 = death1 - 1.5; hit1 = 2; badguy1.gotoAndPlay(24); badguy1m = 0; badguy1Ai = "shot"; } } if (hit1 == 1) { if (((((((dead1 == 1) and (0 < tommyMac._xscale)) and (tommyMac._x < badguy1._x)) and (badguy1._x < 900)) and (((badguy1._width + tommyMac._x) - 50) < badguy1._x)) and (weapon == "2a")) or ((((((dead1 == 1) and (tommyMac._xscale < 0)) and (badguy1._x < tommyMac._x)) and (0 < badguy1._x)) and (badguy1._x < ((tommyMac._x - badguy1._width) + 50))) and (weapon == "2a"))) { death1 = death1 - 1; hit1 = 2; badguy1.gotoAndPlay(24); badguy1m = 0; badguy1Ai = "shot"; } } if (hit1 == 1) { if (((((((dead1 == 1) and (0 < tommyMac._xscale)) and (tommyMac._x < badguy1._x)) and (badguy1._x < 900)) and (((badguy1._width + tommyMac._x) - 50) < badguy1._x)) and (weapon == "1a")) or ((((((dead1 == 1) and (tommyMac._xscale < 0)) and (badguy1._x < tommyMac._x)) and (0 < badguy1._x)) and (badguy1._x < ((tommyMac._x - badguy1._width) + 50))) and (weapon == "1a"))) { death1 = death1 - 1; hit1 = 2; badguy1.gotoAndPlay(65); badguy1m = 0; badguy1Ai = "shot"; } } }
Symbol 376 Button
on (release) { gotoAndPlay (11); }

Library Items

Symbol 1 GraphicUsed by:Timeline
Symbol 2 GraphicUsed by:3
Symbol 3 MovieClipUses:2Used by:6
Symbol 4 GraphicUsed by:6
Symbol 5 GraphicUsed by:6
Symbol 6 MovieClipUses:3 4 5Used by:Timeline
Symbol 7 FontUsed by:8 10 13 15 352 353 359 360 361 367 369 370 371 373 374 377
Symbol 8 TextUses:7Used by:Timeline
Symbol 9 GraphicUsed by:Timeline
Symbol 10 TextUses:7Used by:Timeline
Symbol 11 GraphicUsed by:12
Symbol 12 ButtonUses:11Used by:Timeline
Symbol 13 TextUses:7Used by:Timeline
Symbol 14 GraphicUsed by:16
Symbol 15 TextUses:7Used by:16
Symbol 16 MovieClipUses:14 15Used by:Timeline
Symbol 17 GraphicUsed by:72
Symbol 18 GraphicUsed by:72 102 137 179
Symbol 19 GraphicUsed by:72 102 137 179
Symbol 20 GraphicUsed by:72 102 137 179
Symbol 21 GraphicUsed by:72
Symbol 22 GraphicUsed by:72
Symbol 23 GraphicUsed by:72 102 137 179
Symbol 24 GraphicUsed by:72 102 137 179
Symbol 25 GraphicUsed by:72 137
Symbol 26 GraphicUsed by:72 102 137 179
Symbol 27 GraphicUsed by:72 102 137 179
Symbol 28 GraphicUsed by:72
Symbol 29 GraphicUsed by:72
Symbol 30 GraphicUsed by:72
Symbol 31 GraphicUsed by:72
Symbol 32 GraphicUsed by:72
Symbol 33 GraphicUsed by:72 137
Symbol 34 GraphicUsed by:72 137
Symbol 35 GraphicUsed by:72
Symbol 36 GraphicUsed by:72
Symbol 37 GraphicUsed by:72 137 178 179
Symbol 38 GraphicUsed by:72 137 178 179
Symbol 39 GraphicUsed by:72 137 178 179
Symbol 40 GraphicUsed by:72
Symbol 41 GraphicUsed by:72
Symbol 42 GraphicUsed by:72 137 178 179
Symbol 43 GraphicUsed by:66 72 113 178 179
Symbol 44 GraphicUsed by:66 72
Symbol 45 GraphicUsed by:71 72
Symbol 46 GraphicUsed by:72 137 178 179
Symbol 47 GraphicUsed by:66 72 113 178 179
Symbol 48 GraphicUsed by:72
Symbol 49 GraphicUsed by:72
Symbol 50 GraphicUsed by:72
Symbol 51 GraphicUsed by:72
Symbol 52 GraphicUsed by:71 72
Symbol 53 GraphicUsed by:71 72
Symbol 54 GraphicUsed by:71 72
Symbol 55 GraphicUsed by:71 72
Symbol 56 GraphicUsed by:71 72
Symbol 57 GraphicUsed by:71 72
Symbol 58 GraphicUsed by:71 72
Symbol 59 SoundUsed by:71 72
Symbol 60 GraphicUsed by:71 72
Symbol 61 SoundUsed by:71 72
Symbol 62 GraphicUsed by:71 72
Symbol 63 GraphicUsed by:71 72
Symbol 64 GraphicUsed by:71 72
Symbol 65 GraphicUsed by:71 72
Symbol 66 MovieClipUses:47 43 44Used by:72
Symbol 67 GraphicUsed by:72
Symbol 68 GraphicUsed by:72
Symbol 69 GraphicUsed by:72
Symbol 70 GraphicUsed by:72
Symbol 71 MovieClipUses:45 52 53 54 55 56 57 58 59 60 62 63 64 61 65Used by:72
Symbol 72 MovieClipUses:17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71Used by:Timeline
Symbol 73 GraphicUsed by:102
Symbol 74 GraphicUsed by:102
Symbol 75 GraphicUsed by:102
Symbol 76 GraphicUsed by:102
Symbol 77 GraphicUsed by:102
Symbol 78 GraphicUsed by:102
Symbol 79 GraphicUsed by:102
Symbol 80 GraphicUsed by:102
Symbol 81 GraphicUsed by:102
Symbol 82 GraphicUsed by:102
Symbol 83 GraphicUsed by:102
Symbol 84 GraphicUsed by:102
Symbol 85 GraphicUsed by:102
Symbol 86 GraphicUsed by:102
Symbol 87 GraphicUsed by:102
Symbol 88 GraphicUsed by:96 101 211
Symbol 89 GraphicUsed by:96
Symbol 90 GraphicUsed by:96
Symbol 91 GraphicUsed by:96 101 211
Symbol 92 GraphicUsed by:96 101 211
Symbol 93 GraphicUsed by:96 101 211
Symbol 94 GraphicUsed by:96 101 211
Symbol 95 GraphicUsed by:96
Symbol 96 MovieClipUses:88 89 90 91 92 93 94 95Used by:102
Symbol 97 GraphicUsed by:101
Symbol 98 GraphicUsed by:101
Symbol 99 SoundUsed by:101 211
Symbol 100 GraphicUsed by:101
Symbol 101 MovieClipUses:88 97 98 99 91 92 93 94 100Used by:102
Symbol 102 MovieClipUses:73 74 75 76 77 18 19 20 78 79 23 24 26 27 80 81 82 83 84 85 86 87 96 101Used by:Timeline
Symbol 103 GraphicUsed by:137
Symbol 104 GraphicUsed by:137
Symbol 105 GraphicUsed by:137
Symbol 106 GraphicUsed by:137
Symbol 107 GraphicUsed by:137
Symbol 108 GraphicUsed by:137
Symbol 109 GraphicUsed by:137
Symbol 110 GraphicUsed by:137
Symbol 111 GraphicUsed by:136 137
Symbol 112 GraphicUsed by:113
Symbol 113 MovieClipUses:112 43 47Used by:137
Symbol 114 GraphicUsed by:137
Symbol 115 GraphicUsed by:137
Symbol 116 GraphicUsed by:137
Symbol 117 GraphicUsed by:137
Symbol 118 GraphicUsed by:137
Symbol 119 GraphicUsed by:137
Symbol 120 GraphicUsed by:137
Symbol 121 GraphicUsed by:133
Symbol 122 GraphicUsed by:133
Symbol 123 GraphicUsed by:124
Symbol 124 MovieClipUses:123Used by:133
Symbol 125 GraphicUsed by:133
Symbol 126 GraphicUsed by:131
Symbol 127 GraphicUsed by:131
Symbol 128 GraphicUsed by:131
Symbol 129 GraphicUsed by:131
Symbol 130 GraphicUsed by:131
Symbol 131 MovieClipUses:126 127 128 129 130Used by:133
Symbol 132 SoundUsed by:133
Symbol 133 MovieClipUses:121 122 124 125 131 132Used by:136
Symbol 134 GraphicUsed by:136
Symbol 135 GraphicUsed by:136
Symbol 136 MovieClipUses:133 134 135 111Used by:137
Symbol 137 MovieClipUses:103 18 19 20 104 105 23 24 25 26 27 106 107 108 109 110 33 34 111 113 114 37 38 39 115 116 42 46 117 118 119 120 136Used by:Timeline
Symbol 138 GraphicUsed by:179
Symbol 139 GraphicUsed by:179
Symbol 140 GraphicUsed by:179
Symbol 141 GraphicUsed by:179
Symbol 142 GraphicUsed by:179
Symbol 143 GraphicUsed by:179
Symbol 144 GraphicUsed by:179
Symbol 145 GraphicUsed by:179
Symbol 146 GraphicUsed by:179
Symbol 147 GraphicUsed by:179
Symbol 148 GraphicUsed by:179
Symbol 149 GraphicUsed by:179
Symbol 150 GraphicUsed by:179
Symbol 151 GraphicUsed by:179
Symbol 152 GraphicUsed by:179
Symbol 153 GraphicUsed by:169 178 179
Symbol 154 GraphicUsed by:178 179
Symbol 155 GraphicUsed by:178 179
Symbol 156 GraphicUsed by:178 179
Symbol 157 GraphicUsed by:178 179
Symbol 158 GraphicUsed by:178 179
Symbol 159 GraphicUsed by:178 179
Symbol 160 GraphicUsed by:178 179
Symbol 161 GraphicUsed by:178 179
Symbol 162 GraphicUsed by:178 179
Symbol 163 GraphicUsed by:178 179
Symbol 164 GraphicUsed by:169
Symbol 165 GraphicUsed by:169 178 179
Symbol 166 GraphicUsed by:169
Symbol 167 GraphicUsed by:169 178 179
Symbol 168 GraphicUsed by:169
Symbol 169 MovieClipUses:164 165 166 153 167 168Used by:178 179
Symbol 170 GraphicUsed by:178 179
Symbol 171 GraphicUsed by:178 179
Symbol 172 GraphicUsed by:178 179
Symbol 173 SoundUsed by:178 179
Symbol 174 GraphicUsed by:178 179
Symbol 175 GraphicUsed by:178 179
Symbol 176 GraphicUsed by:178 179
Symbol 177 GraphicUsed by:178 179
Symbol 178 MovieClipUses:153 154 155 156 37 38 39 157 158 42 43 46 47 159 160 161 162 163 169 170 171 172 173 165 174 167 175 176 177Used by:179
Symbol 179 MovieClipUses:138 139 18 19 20 140 141 23 24 26 27 142 143 144 145 146 147 148 149 150 151 152 178 153 154 155 156 37 38 39 157 158 42 43 46 47 159 160 161 162 163 169 170 171 172 165 174 167 173 175 176 177Used by:Timeline
Symbol 180 GraphicUsed by:350
Symbol 181 GraphicUsed by:350
Symbol 182 GraphicUsed by:350
Symbol 183 GraphicUsed by:350
Symbol 184 GraphicUsed by:350
Symbol 185 GraphicUsed by:350
Symbol 186 GraphicUsed by:350
Symbol 187 GraphicUsed by:350
Symbol 188 GraphicUsed by:350
Symbol 189 GraphicUsed by:350
Symbol 190 GraphicUsed by:350
Symbol 191 GraphicUsed by:350
Symbol 192 GraphicUsed by:350
Symbol 193 GraphicUsed by:350
Symbol 194 GraphicUsed by:350
Symbol 195 GraphicUsed by:350
Symbol 196 GraphicUsed by:215 234 270 350
Symbol 197 GraphicUsed by:215
Symbol 198 GraphicUsed by:215
Symbol 199 GraphicUsed by:215
Symbol 200 GraphicUsed by:215
Symbol 201 GraphicUsed by:215 234 270 350
Symbol 202 GraphicUsed by:215 234 270 350
Symbol 203 GraphicUsed by:215
Symbol 204 GraphicUsed by:215 234 270 350
Symbol 205 GraphicUsed by:215 234 270 350
Symbol 206 GraphicUsed by:215 234 270 350
Symbol 207 GraphicUsed by:215 234 270 350
Symbol 208 GraphicUsed by:211
Symbol 209 GraphicUsed by:211
Symbol 210 GraphicUsed by:211
Symbol 211 MovieClipUses:88 208 209 99 91 92 93 94 210Used by:215
Symbol 212 GraphicUsed by:215 234 270 350
Symbol 213 GraphicUsed by:215
Symbol 214 GraphicUsed by:215
Symbol 215 MovieClipUses:196 197 198 199 200 201 202 203 204 205 206 207 211 212 213 214Used by:350
Symbol 216 GraphicUsed by:234
Symbol 217 GraphicUsed by:234
Symbol 218 GraphicUsed by:234
Symbol 219 GraphicUsed by:234
Symbol 220 GraphicUsed by:234
Symbol 221 GraphicUsed by:234
Symbol 222 GraphicUsed by:234
Symbol 223 GraphicUsed by:234
Symbol 224 GraphicUsed by:234
Symbol 225 GraphicUsed by:234
Symbol 226 GraphicUsed by:234
Symbol 227 GraphicUsed by:234
Symbol 228 GraphicUsed by:234
Symbol 229 GraphicUsed by:234
Symbol 230 GraphicUsed by:234
Symbol 231 GraphicUsed by:234
Symbol 232 GraphicUsed by:234
Symbol 233 GraphicUsed by:234
Symbol 234 MovieClipUses:216 201 204 196 217 218 219 202 220 205 206 207 221 222 223 224 225 212 226 227 228 229 230 231 232 233Used by:350
Symbol 235 GraphicUsed by:270
Symbol 236 GraphicUsed by:270
Symbol 237 GraphicUsed by:270
Symbol 238 GraphicUsed by:270
Symbol 239 GraphicUsed by:270
Symbol 240 GraphicUsed by:270
Symbol 241 GraphicUsed by:270
Symbol 242 GraphicUsed by:270
Symbol 243 GraphicUsed by:270
Symbol 244 GraphicUsed by:270
Symbol 245 GraphicUsed by:270
Symbol 246 GraphicUsed by:270
Symbol 247 GraphicUsed by:270
Symbol 248 GraphicUsed by:270
Symbol 249 GraphicUsed by:270
Symbol 250 GraphicUsed by:270
Symbol 251 GraphicUsed by:270
Symbol 252 GraphicUsed by:270
Symbol 253 GraphicUsed by:270
Symbol 254 GraphicUsed by:270
Symbol 255 GraphicUsed by:270
Symbol 256 GraphicUsed by:270
Symbol 257 GraphicUsed by:270
Symbol 258 GraphicUsed by:270
Symbol 259 GraphicUsed by:270
Symbol 260 GraphicUsed by:270
Symbol 261 GraphicUsed by:270
Symbol 262 GraphicUsed by:270
Symbol 263 GraphicUsed by:270
Symbol 264 GraphicUsed by:270
Symbol 265 GraphicUsed by:270
Symbol 266 GraphicUsed by:270
Symbol 267 GraphicUsed by:270
Symbol 268 GraphicUsed by:270
Symbol 269 GraphicUsed by:270
Symbol 270 MovieClipUses:235 201 204 196 236 237 238 202 239 205 206 207 240 241 212 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269Used by:350
Symbol 271 GraphicUsed by:350
Symbol 272 GraphicUsed by:350
Symbol 273 GraphicUsed by:350
Symbol 274 GraphicUsed by:350
Symbol 275 GraphicUsed by:350
Symbol 276 GraphicUsed by:350
Symbol 277 GraphicUsed by:350
Symbol 278 GraphicUsed by:350
Symbol 279 GraphicUsed by:280
Symbol 280 MovieClipUses:279Used by:350
Symbol 281 GraphicUsed by:350
Symbol 282 GraphicUsed by:350
Symbol 283 GraphicUsed by:350
Symbol 284 GraphicUsed by:350
Symbol 285 GraphicUsed by:350
Symbol 286 GraphicUsed by:350
Symbol 287 GraphicUsed by:350
Symbol 288 GraphicUsed by:350
Symbol 289 GraphicUsed by:350
Symbol 290 GraphicUsed by:350
Symbol 291 GraphicUsed by:350
Symbol 292 GraphicUsed by:350
Symbol 293 GraphicUsed by:350
Symbol 294 GraphicUsed by:350
Symbol 295 GraphicUsed by:350
Symbol 296 GraphicUsed by:350
Symbol 297 GraphicUsed by:350
Symbol 298 GraphicUsed by:350
Symbol 299 GraphicUsed by:350
Symbol 300 GraphicUsed by:350
Symbol 301 GraphicUsed by:350
Symbol 302 GraphicUsed by:350
Symbol 303 GraphicUsed by:350
Symbol 304 GraphicUsed by:350
Symbol 305 GraphicUsed by:350
Symbol 306 GraphicUsed by:307
Symbol 307 MovieClipUses:306Used by:350
Symbol 308 GraphicUsed by:350
Symbol 309 GraphicUsed by:350
Symbol 310 GraphicUsed by:350
Symbol 311 GraphicUsed by:350
Symbol 312 GraphicUsed by:350
Symbol 313 GraphicUsed by:350
Symbol 314 GraphicUsed by:350
Symbol 315 GraphicUsed by:350
Symbol 316 GraphicUsed by:350
Symbol 317 GraphicUsed by:350
Symbol 318 GraphicUsed by:350
Symbol 319 GraphicUsed by:350
Symbol 320 GraphicUsed by:350
Symbol 321 GraphicUsed by:350
Symbol 322 GraphicUsed by:350
Symbol 323 GraphicUsed by:350
Symbol 324 GraphicUsed by:350
Symbol 325 GraphicUsed by:350
Symbol 326 GraphicUsed by:350
Symbol 327 GraphicUsed by:350
Symbol 328 GraphicUsed by:350
Symbol 329 GraphicUsed by:350
Symbol 330 GraphicUsed by:350
Symbol 331 GraphicUsed by:350
Symbol 332 GraphicUsed by:350
Symbol 333 GraphicUsed by:350
Symbol 334 GraphicUsed by:350
Symbol 335 GraphicUsed by:350
Symbol 336 GraphicUsed by:350
Symbol 337 GraphicUsed by:350
Symbol 338 GraphicUsed by:350
Symbol 339 GraphicUsed by:350
Symbol 340 GraphicUsed by:350
Symbol 341 GraphicUsed by:342
Symbol 342 MovieClipUses:341Used by:350
Symbol 343 GraphicUsed by:350
Symbol 344 GraphicUsed by:350
Symbol 345 GraphicUsed by:350
Symbol 346 GraphicUsed by:350
Symbol 347 GraphicUsed by:350
Symbol 348 GraphicUsed by:350
Symbol 349 GraphicUsed by:350
Symbol 350 MovieClipUses:180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 215 234 270 271 202 272 201 204 196 273 274 275 205 206 207 276 277 212 278 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 342 343 344 345 346 347 348 349Used by:Timeline
Symbol 351 GraphicUsed by:354 362
Symbol 352 TextUses:7Used by:354
Symbol 353 TextUses:7Used by:354
Symbol 354 MovieClipUses:351 352 353Used by:Timeline
Symbol 355 FontUsed by:356
Symbol 356 TextUses:355Used by:357 358 368
Symbol 357 ButtonUses:356Used by:Timeline
Symbol 358 ButtonUses:356Used by:Timeline
Symbol 359 TextUses:7Used by:362
Symbol 360 TextUses:7Used by:362
Symbol 361 TextUses:7Used by:362
Symbol 362 MovieClipUses:351 359 360 361Used by:Timeline
Symbol 363 GraphicUsed by:364
Symbol 364 ButtonUses:363Used by:Timeline
Symbol 365 GraphicUsed by:366
Symbol 366 MovieClipUses:365Used by:Timeline
Symbol 367 EditableTextUses:7Used by:Timeline
Symbol 368 ButtonUses:356Used by:Timeline
Symbol 369 EditableTextUses:7Used by:Timeline
Symbol 370 EditableTextUses:7Used by:Timeline
Symbol 371 EditableTextUses:7Used by:Timeline
Symbol 372 GraphicUsed by:Timeline
Symbol 373 TextUses:7Used by:Timeline
Symbol 374 TextUses:7Used by:Timeline
Symbol 375 GraphicUsed by:376
Symbol 376 ButtonUses:375Used by:Timeline
Symbol 377 EditableTextUses:7Used by:Timeline

Instance Names

"bg"Frame 3Symbol 16 MovieClip
"tommyPump"Frame 3Symbol 72 MovieClip
"tommyMac"Frame 3Symbol 102 MovieClip
"tommyAK"Frame 3Symbol 137 MovieClip
"tommyBerretas"Frame 3Symbol 179 MovieClip
"badguy1"Frame 3Symbol 350 MovieClip
"text"Frame 3Symbol 354 MovieClip
"text"Frame 6Symbol 362 MovieClip
"bg"Frame 8Symbol 16 MovieClip
"tommyPump"Frame 8Symbol 72 MovieClip
"tommyMac"Frame 8Symbol 102 MovieClip
"tommyAK"Frame 8Symbol 137 MovieClip
"tommyBerretas"Frame 8Symbol 179 MovieClip
"badguy1"Frame 8Symbol 350 MovieClip
"tommyPump"Frame 11Symbol 72 MovieClip
"tommyMac"Frame 11Symbol 102 MovieClip
"tommyAK"Frame 11Symbol 137 MovieClip
"tommyBerretas"Frame 11Symbol 179 MovieClip
"badguy1"Frame 11Symbol 350 MovieClip
"tommyPump"Frame 15Symbol 72 MovieClip
"tommyMac"Frame 15Symbol 102 MovieClip
"tommyAK"Frame 15Symbol 137 MovieClip
"tommyBerretas"Frame 15Symbol 179 MovieClip
"badguy1"Frame 15Symbol 350 MovieClip
"bar"Symbol 6 MovieClip Frame 1Symbol 3 MovieClip

Labels

"loaded"Symbol 6 MovieClip Frame 3
"shotgun"Symbol 350 MovieClip Frame 22

Dynamic Text Variables

healthSymbol 367 EditableText"health"
healthSymbol 369 EditableText"health"
healthSymbol 370 EditableText"health"
healthSymbol 371 EditableText"health"
healthSymbol 377 EditableText"health"




http://swfchan.com/14/67938/info.shtml
Created: 11/4 -2019 07:31:06 Last modified: 11/4 -2019 07:31:06 Server time: 19/05 -2024 01:18:23