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

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

Veteran.swf

This is the info page for
Flash #46260

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


Text
PLAY

PLAY MORE GAMES

left and right keys to move.
space to attack
down to get down
c to get in vehicle
b to get out.

all graphics and scripting was done
by flashkid.

<p align="left"><font face="Perpetua Titling MT" size="10" color="#ffffff" letterSpacing="0.000000" kerning="0">game insipred by true_darknes&apos;s snow <sbr />blaster dave. </font></p><p align="left"></p><p align="left"><font face="Perpetua Titling MT" size="10" color="#ffffff" letterSpacing="0.000000" kerning="0"><a href="http://www.newgrounds.com/portal/view/287229">Click to view</a></font></p>

/55

All the graphics and scripting you see was done by FlashKid

Looks like you died

Try again

Replay

1

Loading new game...

2

3

4

5

6

7

8

Play Again

ARMOR GAMES

ActionScript [AS1/AS2]

Frame 1
stop(); var myMenu = new ContextMenu(); myMenu.hideBuiltInItems(); item1 = new ContextMenuItem("FK | animation", itemHandler1); myMenu.customItems.push(item1); _root.menu = myMenu;
Frame 2
shots = 55;
Frame 3
stopAllSounds();
Frame 5
gotoAndStop (2);
Frame 6
shots = 55;
Frame 7
shots = 55;
Frame 8
shots = 10;
Frame 9
shots = 55;
Frame 10
shots = 55;
Frame 11
shots = 55;
Frame 12
shots = 55;
Symbol 8 Button
on (release) { getURL ("http://www.armorgames.com", "_blank"); }
Symbol 15 Button
on (release) { _root.gotoAndStop(14); }
Symbol 16 MovieClip Frame 1
_root.stop(); PercentLoaded = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100; if (PercentLoaded != 100) { setProperty(bar, _xscale , PercentLoaded); } else { gotoAndStop ("loaded"); }
Symbol 16 MovieClip Frame 2
gotoAndPlay (1);
Symbol 20 Button
on (release) { getURL ("http://www.armorgames.com", "_blank"); }
Symbol 36 MovieClip Frame 19
stop();
Symbol 51 MovieClip Frame 15
stop();
Symbol 52 MovieClip Frame 1
stop();
Instance of Symbol 51 MovieClip in Symbol 52 MovieClip Frame 2
onClipEvent (enterFrame) { if (this.hitTest(_root.world.man.ha) && (_currentframe == 3)) { _root.world.man.health = _root.world.man.health - 20; } }
Symbol 60 MovieClip Frame 1
stop();
Symbol 60 MovieClip Frame 2
_parent._x = _root.world.tank._x; _parent._y = _root.world.tank._y;
Symbol 60 MovieClip Frame 3
_parent._x = _root.world.tank._x; _parent._y = _root.world.tank._y;
Symbol 60 MovieClip Frame 4
_parent._x = _root.world.tank._x; _parent._y = _root.world.tank._y; gotoAndPlay (2);
Instance of Symbol 67 MovieClip "bulleto" in Symbol 74 MovieClip Frame 3
onClipEvent (enterFrame) { if (this.hitTest(_root.world.man.ha)) { _root.world.man.health = _root.world.man.health - 5; } }
Symbol 91 MovieClip Frame 9
stop();
Symbol 92 MovieClip Frame 1
stop();
Symbol 107 MovieClip Frame 2
_root.shots = _root.shots - 1;
Symbol 107 MovieClip Frame 5
_parent.gotoAndStop(1);
Symbol 115 MovieClip Frame 6
_parent.gotoAndStop(1);
Symbol 121 MovieClip Frame 2
_root.shots = _root.shots - 1;
Symbol 121 MovieClip Frame 6
_parent.gotoAndStop(1);
Symbol 123 MovieClip Frame 6
_parent.gotoAndStop(1);
Symbol 130 MovieClip Frame 2
_root.shots = _root.shots - 1;
Symbol 130 MovieClip Frame 6
_parent.gotoAndStop(1);
Symbol 137 MovieClip Frame 5
_parent.gotoAndStop(11);
Symbol 142 MovieClip Frame 7
_parent.gotoAndStop(11);
Symbol 143 MovieClip Frame 7
_parent.gotoAndStop(11);
Symbol 145 MovieClip Frame 2
_root.shots = _root.shots - 1;
Symbol 145 MovieClip Frame 5
_parent.gotoAndStop(11);
Symbol 152 MovieClip Frame 7
_parent.gotoAndStop(1);
Symbol 158 MovieClip Frame 1
_parent.gotoAndStop(1);
Symbol 158 MovieClip Frame 2
_parent.gotoAndStop(1);
Symbol 174 MovieClip Frame 10
stop(); _root.death.play();
Symbol 175 MovieClip Frame 7
_parent.gotoAndStop(1);
Symbol 176 MovieClip Frame 1
stop();
Symbol 183 MovieClip Frame 6
_parent.gotoAndStop(4);
Symbol 184 MovieClip Frame 6
_parent.gotoAndStop(5);
Symbol 185 MovieClip Frame 7
_parent.gotoAndStop(1);
Symbol 186 MovieClip Frame 8
_parent.gotoAndStop(1);
Symbol 187 MovieClip Frame 1
stop();
Symbol 196 MovieClip Frame 8
stop();
Symbol 211 MovieClip Frame 29
stop(); _root.gotoAndStop(6);
Symbol 212 MovieClip Frame 1
stop();
Symbol 215 MovieClip Frame 1
function camControl() { var _local2 = _parent; var _local3 = this; parentColor.setTransform(camColor.getTransform()); var _local1 = sX / _local3._width; var scaleY = (sY / _local3._height); _local2._x = cX - (_local3._x * _local1); _local2._y = cY - (_local3._y * scaleY); _local2._xscale = 100 * _local1; _local2._yscale = 100 * scaleY; } function resetStage() { var _local1 = _parent; var _local2 = {ra:100, rb:0, ga:100, gb:0, ba:100, bb:0, aa:100, ab:0}; parentColor.setTransform(_local2); _local1._xscale = 100; _local1._yscale = 100; _local1._x = 0; _local1._y = 0; } this._visible = false; var oldMode = Stage.scaleMode; Stage.scaleMode = "exactFit"; var cX = (Stage.width / 2); var cY = (Stage.height / 2); var sX = Stage.width; var sY = Stage.height; Stage.scaleMode = oldMode; var camColor = new Color(this); var parentColor = new Color(_parent); this.onEnterFrame = camControl; camControl(); this.onUnload = resetStage; stop();
Symbol 215 MovieClip Frame 20
stop();
Symbol 222 MovieClip Frame 1
stop();
Instance of Symbol 32 MovieClip in Symbol 222 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.world.man)) { _root.world.man._x = _root.world.man._x - _root.world.man.speed; } if (this.hitTest(_root.world.tank.hehaha)) { _root.world.tank._x = _root.world.tank._x - _root.world.tank.speed; } }
Symbol 222 MovieClip Frame 143
stop();
Instance of Symbol 32 MovieClip in Symbol 223 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.world.man)) { _root.world.man._x = _root.world.man._x - _root.world.man.speed; } if (this.hitTest(_root.world.tank.hehaha)) { _root.world.tank._x = _root.world.tank._x - _root.world.tank.speed; } }
Instance of Symbol 32 MovieClip in Symbol 223 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.world.man)) { _root.world.man._x = _root.world.man._x + _root.world.man.speed; } if (this.hitTest(_root.world.tank.hehaha)) { _root.world.tank._x = _root.world.tank._x + _root.world.tank.speed; } }
Instance of Symbol 52 MovieClip in Symbol 223 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.world.man.man.attack)) { gotoAndStop (2); } }
Instance of Symbol 52 MovieClip in Symbol 223 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.world.man.man.attack)) { gotoAndStop (2); } }
Instance of Symbol 52 MovieClip in Symbol 223 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.world.man.man.attack)) { gotoAndStop (2); } }
Instance of Symbol 92 MovieClip in Symbol 223 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hehe.hitTest(_root.world.man.man.attack)) { gotoAndStop (3); } if (this.ai.hitTest(_root.world.man) && (_currentframe != 3)) { gotoAndStop (2); } if (this.man.bulleto.hitTest(_root.world.man.ha)) { _root.world.man.health = _root.world.man.health - 5; } if (this.hehe.hitTest(_root.world.tank.hehaha)) { gotoAndStop (5); } }
Instance of Symbol 52 MovieClip in Symbol 223 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.world.man.man.attack)) { gotoAndStop (2); } }
Instance of Symbol 52 MovieClip in Symbol 223 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.world.man.man.attack)) { gotoAndStop (2); } }
Instance of Symbol 52 MovieClip in Symbol 223 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.world.man.man.attack)) { gotoAndStop (2); } }
Instance of Symbol 52 MovieClip in Symbol 223 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.world.man.man.attack)) { gotoAndStop (2); } }
Instance of Symbol 176 MovieClip "man" in Symbol 223 MovieClip Frame 1
onClipEvent (enterFrame) { if (((((((((((((Key.isDown(32) && (!Key.isDown(39))) && (!Key.isDown(37))) && (_currentframe != 7)) && (_currentframe != 8)) && (_currentframe != 9)) && (_currentframe != 10)) && (_currentframe != 11)) && (_currentframe != 12)) && (_currentframe != 13)) && (_currentframe != 14)) && (_currentframe != 15)) && (_currentframe != 16)) && (_root.shots >= 1)) { gotoAndStop (2); } if (((((((((((Key.isDown(39) && (!Key.isDown(32))) && (_currentframe != 7)) && (_currentframe != 8)) && (_currentframe != 9)) && (_currentframe != 10)) && (_currentframe != 11)) && (_currentframe != 12)) && (_currentframe != 13)) && (_currentframe != 14)) && (_currentframe != 15)) && (_currentframe != 16)) { gotoAndStop (3); _x = (_x + speed); } if (((((((((((Key.isDown(37) && (!Key.isDown(32))) && (_currentframe != 7)) && (_currentframe != 8)) && (_currentframe != 9)) && (_currentframe != 10)) && (_currentframe != 11)) && (_currentframe != 12)) && (_currentframe != 13)) && (_currentframe != 14)) && (_currentframe != 15)) && (_currentframe != 16)) { gotoAndStop (5); _x = (_x - speed); } if ((((((((((((Key.isDown(32) && (Key.isDown(37))) && (_currentframe != 7)) && (_currentframe != 8)) && (_currentframe != 9)) && (_currentframe != 10)) && (_currentframe != 11)) && (_currentframe != 12)) && (_currentframe != 13)) && (_currentframe != 14)) && (_currentframe != 15)) && (_currentframe != 16)) && (_root.shots >= 1)) { gotoAndStop (6); _x = (_x - speed); } if ((((((((((((Key.isDown(32) && (Key.isDown(39))) && (_currentframe != 7)) && (_currentframe != 8)) && (_currentframe != 9)) && (_currentframe != 10)) && (_currentframe != 11)) && (_currentframe != 12)) && (_currentframe != 13)) && (_currentframe != 14)) && (_currentframe != 15)) && (_currentframe != 16)) && (_root.shots >= 1)) { gotoAndStop (4); _x = (_x + speed); } if (((((((((((((Key.isDown(40) && (!Key.isDown(39))) && (!Key.isDown(32))) && (!Key.isDown(37))) && (_currentframe != 7)) && (_currentframe != 8)) && (_currentframe != 9)) && (_currentframe != 10)) && (_currentframe != 11)) && (_currentframe != 12)) && (_currentframe != 13)) && (_currentframe != 14)) && (_currentframe != 15)) && (_currentframe != 16)) { gotoAndStop (7); } if ((Key.isDown(37) && (_currentframe == 11)) && (_currentframe != 16)) { gotoAndStop (8); _x = (_x - speed); } if ((Key.isDown(39) && (_currentframe == 11)) && (_currentframe != 16)) { gotoAndStop (9); _x = (_x + speed); } if (((Key.isDown(32) && (_currentframe == 11)) && (_currentframe != 16)) && (_root.shots >= 1)) { gotoAndStop (10); } if ((Key.isDown(38) && (_currentframe == 11)) && (_currentframe != 16)) { gotoAndStop (12); } if (((((((((((((Key.isDown(38) && (!Key.isDown(32))) && (_currentframe != 7)) && (_currentframe != 8)) && (_currentframe != 9)) && (_currentframe != 10)) && (_currentframe != 11)) && (_currentframe != 12)) && (_currentframe != 13)) && (_currentframe != 14)) && (_currentframe != 15)) && (!Key.isDown(39))) && (!Key.isDown(37))) && (_currentframe != 16)) { gotoAndStop (13); } if (((Key.isDown(32) && (_currentframe != 11)) && (_currentframe != 16)) && (_root.shots <= 0)) { gotoAndStop (17); } if (this.hitTest(_root.world.tank.hehaha) && (Key.isDown(67))) { this.isot.play(); insidetank = true; _root.world.tank.gotoAndStop(2); } if ((insidetank == true) && (Key.isDown(66))) { insidetank = false; this.isot.gotoAndStop(1); _root.world.tank.gotoAndStop(1); gotoAndStop (1); _y = (_y + 18); } if (health <= 0) { health = 0; gotoAndStop (16); } } onClipEvent (load) { speed = 5; health = 100; insidetank = false; }
Instance of Symbol 92 MovieClip in Symbol 223 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hehe.hitTest(_root.world.man.man.attack)) { gotoAndStop (3); } if (this.ai.hitTest(_root.world.man) && (_currentframe != 3)) { gotoAndStop (2); } if (this.man.bulleto.hitTest(_root.world.man.ha)) { _root.world.man.health = _root.world.man.health - 5; } if (this.hehe.hitTest(_root.world.tank.hehaha)) { gotoAndStop (5); } }
Instance of Symbol 92 MovieClip in Symbol 223 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hehe.hitTest(_root.world.man.man.attack)) { gotoAndStop (3); } if (this.ai.hitTest(_root.world.man) && (_currentframe != 3)) { gotoAndStop (2); } if (this.man.bulleto.hitTest(_root.world.man.ha)) { _root.world.man.health = _root.world.man.health - 5; } if (this.hehe.hitTest(_root.world.tank.hehaha)) { gotoAndStop (5); } }
Instance of Symbol 92 MovieClip in Symbol 223 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hehe.hitTest(_root.world.man.man.attack)) { gotoAndStop (3); } if (this.ai.hitTest(_root.world.man) && (_currentframe != 3)) { gotoAndStop (2); } if (this.man.bulleto.hitTest(_root.world.man.ha)) { _root.world.man.health = _root.world.man.health - 5; } if (this.hehe.hitTest(_root.world.tank.hehaha)) { gotoAndStop (5); } }
Instance of Symbol 92 MovieClip in Symbol 223 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hehe.hitTest(_root.world.man.man.attack)) { gotoAndStop (3); } if (this.ai.hitTest(_root.world.man) && (_currentframe != 3)) { gotoAndStop (2); } if (this.man.bulleto.hitTest(_root.world.man.ha)) { _root.world.man.health = _root.world.man.health - 5; } if (this.hehe.hitTest(_root.world.tank.hehaha)) { gotoAndStop (5); } }
Instance of Symbol 92 MovieClip in Symbol 223 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hehe.hitTest(_root.world.man.man.attack)) { gotoAndStop (3); } if (this.ai.hitTest(_root.world.man) && (_currentframe != 3)) { gotoAndStop (2); } if (this.man.bulleto.hitTest(_root.world.man.ha)) { _root.world.man.health = _root.world.man.health - 5; } if (this.hehe.hitTest(_root.world.tank.hehaha)) { gotoAndStop (5); } }
Instance of Symbol 92 MovieClip in Symbol 223 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hehe.hitTest(_root.world.man.man.attack)) { gotoAndStop (3); } if (this.ai.hitTest(_root.world.man) && (_currentframe != 3)) { gotoAndStop (2); } if (this.man.bulleto.hitTest(_root.world.man.ha)) { _root.world.man.health = _root.world.man.health - 5; } if (this.hehe.hitTest(_root.world.tank.hehaha)) { gotoAndStop (5); } }
Instance of Symbol 92 MovieClip in Symbol 223 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hehe.hitTest(_root.world.man.man.attack)) { gotoAndStop (3); } if (this.ai.hitTest(_root.world.man) && (_currentframe != 3)) { gotoAndStop (2); } if (this.man.bulleto.hitTest(_root.world.man.ha)) { _root.world.man.health = _root.world.man.health - 5; } if (this.hehe.hitTest(_root.world.tank.hehaha)) { gotoAndStop (5); } }
Instance of Symbol 92 MovieClip in Symbol 223 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hehe.hitTest(_root.world.man.man.attack)) { gotoAndStop (3); } if (this.ai.hitTest(_root.world.man) && (_currentframe != 3)) { gotoAndStop (2); } if (this.man.bulleto.hitTest(_root.world.man.ha)) { _root.world.man.health = _root.world.man.health - 5; } if (this.hehe.hitTest(_root.world.tank.hehaha)) { gotoAndStop (5); } }
Instance of Symbol 187 MovieClip "tank" in Symbol 223 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.ai.hitTest(_root.world.man.ha) && (_root.world.cam._currentframe <= 19)) { _root.world.cam.play(); } else if ((!this.ai.hitTest(_root.world.man.ha)) && (_root.world.cam._currentframe == 20)) { _root.world.cam.play(); } if ((Key.isDown(39) && (_root.world.man.insidetank == true)) && (_root.world.man._currentframe != 16)) { speed = speed + 4; gotoAndStop (2); } if ((Key.isDown(37) && (_root.world.man.insidetank == true)) && (_root.world.man._currentframe != 16)) { speed = speed - 4; gotoAndStop (3); } if (Math.abs(speed) > 25) { speed = speed * 0.6; } speed = speed * 0.9; x = Math.sin(_rotation * (Math.PI/180)) * speed; y = (Math.cos(_rotation * (Math.PI/180)) * speed) * -1; if (!_root.move.hitTest(_x + x, _y + y, true)) { _x = (_x + x); _y = (_y + y); } else { speed = speed * -0.3; } }
Instance of Symbol 212 MovieClip in Symbol 223 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.world.man.man.attack)) { nextFrame(); } }
Instance of Symbol 215 MovieClip "cam" in Symbol 223 MovieClip Frame 1
onClipEvent (enterFrame) { this._x = this._x + ((_root.world.man._x - this._x) * 0.05); this._y = this._y + ((_root.world.man._y - this._y) * 0.05); }
Instance of Symbol 222 MovieClip in Symbol 223 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.world.man) && (_currentframe != 142)) { play(); } }
Symbol 237 Button
on (release) { _root.gotoAndPlay(3); }
Symbol 238 MovieClip Frame 1
stop();
Symbol 238 MovieClip Frame 7
stop();
Symbol 240 MovieClip Frame 23
stop();
Symbol 250 MovieClip Frame 1
stop();
Instance of Symbol 32 MovieClip in Symbol 250 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.world.man)) { _root.world.man._x = _root.world.man._x - _root.world.man.speed; } }
Instance of Symbol 51 MovieClip in Symbol 264 MovieClip Frame 10
onClipEvent (enterFrame) { if (this.hitTest(_root.world.man.ha) && (_currentframe == 3)) { _root.world.man.health = _root.world.man.health - 20; } }
Symbol 275 MovieClip Frame 9
stop();
Symbol 276 MovieClip Frame 1
stop();
Instance of Symbol 250 MovieClip "waller2" in Symbol 276 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.world.man.man.attack)) { nextFrame(); } }
Instance of Symbol 67 MovieClip "bulleto" in Symbol 283 MovieClip Frame 2
onClipEvent (enterFrame) { if (this.hitTest(_root.world.man.ha)) { _root.world.man.health = _root.world.man.health - 5; } }
Instance of Symbol 67 MovieClip "bulleto" in Symbol 283 MovieClip Frame 4
onClipEvent (enterFrame) { if (this.hitTest(_root.world.man.ha)) { _root.world.man.health = _root.world.man.health - 5; } }
Symbol 291 MovieClip Frame 7
stop();
Symbol 292 MovieClip Frame 1
stop();
Symbol 307 MovieClip Frame 15
stop();
Symbol 308 MovieClip Frame 1
stop();
Symbol 314 MovieClip Frame 29
stop(); _root.nextFrame();
Symbol 315 MovieClip Frame 1
stop();
Instance of Symbol 32 MovieClip in Symbol 316 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.world.man)) { _root.world.man._x = _root.world.man._x - _root.world.man.speed; } }
Instance of Symbol 32 MovieClip in Symbol 316 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.world.man)) { _root.world.man._x = _root.world.man._x + _root.world.man.speed; } }
Instance of Symbol 92 MovieClip in Symbol 316 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hehe.hitTest(_root.world.man.man.attack)) { gotoAndStop (3); } if (_root.world.spray.hitTest(_root.world.man.man.attack)) { gotoAndStop (3); } if (this.ai.hitTest(_root.world.man) && (_currentframe != 3)) { gotoAndStop (2); } if (this.man.bulleto.hitTest(_root.world.man.ha)) { _root.world.man.health = _root.world.man.health - 5; } }
Instance of Symbol 276 MovieClip in Symbol 316 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.world.man.man.attack) && (this.waller2._currentframe == 12)) { gotoAndStop (3); } if (this.ai.hitTest(_root.world.man) && (_currentframe != 3)) { gotoAndStop (2); } }
Instance of Symbol 92 MovieClip in Symbol 316 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.world.man.man.attack)) { gotoAndStop (3); } if (this.ai.hitTest(_root.world.man) && (_currentframe != 3)) { gotoAndStop (2); } if (this.man.bulleto.hitTest(_root.world.man.ha)) { _root.world.man.health = _root.world.man.health - 5; } }
Instance of Symbol 276 MovieClip in Symbol 316 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.world.man.man.attack) && (this.waller2._currentframe == 12)) { gotoAndStop (3); } if (this.ai.hitTest(_root.world.man) && (_currentframe != 3)) { gotoAndStop (2); } }
Instance of Symbol 92 MovieClip in Symbol 316 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.world.man.man.attack)) { gotoAndStop (3); } if (this.ai.hitTest(_root.world.man) && (_currentframe != 3)) { gotoAndStop (2); } if (this.man.bulleto.hitTest(_root.world.man.ha)) { _root.world.man.health = _root.world.man.health - 5; } }
Instance of Symbol 92 MovieClip in Symbol 316 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.world.man.man.attack)) { gotoAndStop (3); } if (this.ai.hitTest(_root.world.man) && (_currentframe != 3)) { gotoAndStop (2); } if (this.man.bulleto.hitTest(_root.world.man.ha)) { _root.world.man.health = _root.world.man.health - 5; } }
Instance of Symbol 292 MovieClip in Symbol 316 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hehe.hitTest(_root.world.man.man.attack)) { nextFrame(); } if ((((this.ai.hitTest(_root.world.man.ha) && (_currentframe != 5)) && (_currentframe != 4)) && (_currentframe != 3)) && (_root.world.man._currentframe != 16)) { gotoAndStop (2); } if (this.man.bulleto.hitTest(_root.world.man.ha)) { _root.world.man.health = _root.world.man.health - 5; } if ((_root.world.man._currentframe == 16) && (_currentframe != 5)) { gotoAndStop (1); } }
Instance of Symbol 292 MovieClip in Symbol 316 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hehe.hitTest(_root.world.man.man.attack)) { nextFrame(); } if ((((this.ai.hitTest(_root.world.man.ha) && (_currentframe != 5)) && (_currentframe != 4)) && (_currentframe != 3)) && (_root.world.man._currentframe != 16)) { gotoAndStop (2); } if (this.man.bulleto.hitTest(_root.world.man.ha)) { _root.world.man.health = _root.world.man.health - 5; } if ((_root.world.man._currentframe == 16) && (_currentframe != 5)) { gotoAndStop (1); } }
Instance of Symbol 308 MovieClip "spray" in Symbol 316 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.world.man.man.attack)) { gotoAndStop (2); } }
Instance of Symbol 176 MovieClip "man" in Symbol 316 MovieClip Frame 1
onClipEvent (enterFrame) { if (((((((((((((Key.isDown(32) && (!Key.isDown(39))) && (!Key.isDown(37))) && (_currentframe != 7)) && (_currentframe != 8)) && (_currentframe != 9)) && (_currentframe != 10)) && (_currentframe != 11)) && (_currentframe != 12)) && (_currentframe != 13)) && (_currentframe != 14)) && (_currentframe != 15)) && (_currentframe != 16)) && (_root.shots >= 1)) { gotoAndStop (2); } if (((((((((((Key.isDown(39) && (!Key.isDown(32))) && (_currentframe != 7)) && (_currentframe != 8)) && (_currentframe != 9)) && (_currentframe != 10)) && (_currentframe != 11)) && (_currentframe != 12)) && (_currentframe != 13)) && (_currentframe != 14)) && (_currentframe != 15)) && (_currentframe != 16)) { gotoAndStop (3); _x = (_x + speed); } if (((((((((((Key.isDown(37) && (!Key.isDown(32))) && (_currentframe != 7)) && (_currentframe != 8)) && (_currentframe != 9)) && (_currentframe != 10)) && (_currentframe != 11)) && (_currentframe != 12)) && (_currentframe != 13)) && (_currentframe != 14)) && (_currentframe != 15)) && (_currentframe != 16)) { gotoAndStop (5); _x = (_x - speed); } if ((((((((((((Key.isDown(32) && (Key.isDown(37))) && (_currentframe != 7)) && (_currentframe != 8)) && (_currentframe != 9)) && (_currentframe != 10)) && (_currentframe != 11)) && (_currentframe != 12)) && (_currentframe != 13)) && (_currentframe != 14)) && (_currentframe != 15)) && (_currentframe != 16)) && (_root.shots >= 1)) { gotoAndStop (6); _x = (_x - speed); } if ((((((((((((Key.isDown(32) && (Key.isDown(39))) && (_currentframe != 7)) && (_currentframe != 8)) && (_currentframe != 9)) && (_currentframe != 10)) && (_currentframe != 11)) && (_currentframe != 12)) && (_currentframe != 13)) && (_currentframe != 14)) && (_currentframe != 15)) && (_currentframe != 16)) && (_root.shots >= 1)) { gotoAndStop (4); _x = (_x + speed); } if (((((((((((((Key.isDown(40) && (!Key.isDown(39))) && (!Key.isDown(32))) && (!Key.isDown(37))) && (_currentframe != 7)) && (_currentframe != 8)) && (_currentframe != 9)) && (_currentframe != 10)) && (_currentframe != 11)) && (_currentframe != 12)) && (_currentframe != 13)) && (_currentframe != 14)) && (_currentframe != 15)) && (_currentframe != 16)) { gotoAndStop (7); } if ((Key.isDown(37) && (_currentframe == 11)) && (_currentframe != 16)) { gotoAndStop (8); _x = (_x - speed); } if ((Key.isDown(39) && (_currentframe == 11)) && (_currentframe != 16)) { gotoAndStop (9); _x = (_x + speed); } if (((Key.isDown(32) && (_currentframe == 11)) && (_currentframe != 16)) && (_root.shots >= 1)) { gotoAndStop (10); } if ((Key.isDown(38) && (_currentframe == 11)) && (_currentframe != 16)) { gotoAndStop (12); } if (((((((((((((Key.isDown(38) && (!Key.isDown(32))) && (_currentframe != 7)) && (_currentframe != 8)) && (_currentframe != 9)) && (_currentframe != 10)) && (_currentframe != 11)) && (_currentframe != 12)) && (_currentframe != 13)) && (_currentframe != 14)) && (_currentframe != 15)) && (!Key.isDown(39))) && (!Key.isDown(37))) && (_currentframe != 16)) { gotoAndStop (13); } if (((Key.isDown(32) && (_currentframe != 11)) && (_currentframe != 16)) && (_root.shots <= 0)) { gotoAndStop (17); } if (this.hitTest(_root.world.tank.hehaha) && (Key.isDown(67))) { this.isot.play(); insidetank = true; _root.world.tank.gotoAndStop(2); } if ((insidetank == true) && (Key.isDown(66))) { insidetank = false; this.isot.gotoAndStop(1); _root.world.tank.gotoAndStop(1); gotoAndStop (1); _y = (_y + 18); } if (health <= 0) { health = 0; gotoAndStop (16); } } onClipEvent (load) { speed = 5; health = 100; insidetank = false; }
Instance of Symbol 315 MovieClip in Symbol 316 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.world.man.man.attack)) { nextFrame(); } }
Instance of Symbol 215 MovieClip in Symbol 316 MovieClip Frame 1
onClipEvent (enterFrame) { this._x = this._x + ((_root.world.man._x - this._x) * 0.05); this._y = this._y + ((_root.world.man._y - this._y) * 0.05); }
Instance of Symbol 67 MovieClip "bulleto" in Symbol 325 MovieClip Frame 3
onClipEvent (enterFrame) { if (this.hitTest(_root.world.man.ha)) { _root.world.man.health = _root.world.man.health - 5; } }
Symbol 334 MovieClip Frame 8
stop();
Symbol 335 MovieClip Frame 1
stop();
Instance of Symbol 32 MovieClip in Symbol 336 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.world.man)) { _root.world.man._x = _root.world.man._x - _root.world.man.speed; } }
Instance of Symbol 32 MovieClip in Symbol 336 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.world.man)) { _root.world.man._x = _root.world.man._x + _root.world.man.speed; } }
Instance of Symbol 92 MovieClip in Symbol 336 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.world.man.man.attack)) { gotoAndStop (3); } if (this.ai.hitTest(_root.world.man) && (_currentframe != 3)) { gotoAndStop (2); } if (this.man.bulleto.hitTest(_root.world.man.ha)) { _root.world.man.health = _root.world.man.health - 5; } }
Instance of Symbol 315 MovieClip in Symbol 336 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.world.man.man.attack)) { nextFrame(); } }
Instance of Symbol 276 MovieClip in Symbol 336 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.world.man.man.attack) && (this.waller2._currentframe == 12)) { gotoAndStop (3); } if (this.ai.hitTest(_root.world.man) && (_currentframe != 3)) { gotoAndStop (2); } }
Instance of Symbol 92 MovieClip in Symbol 336 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.world.man.man.attack)) { gotoAndStop (3); } if (this.ai.hitTest(_root.world.man) && (_currentframe != 3)) { gotoAndStop (2); } if (this.man.bulleto.hitTest(_root.world.man.ha)) { _root.world.man.health = _root.world.man.health - 5; } }
Instance of Symbol 292 MovieClip in Symbol 336 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hehe.hitTest(_root.world.man.man.attack)) { nextFrame(); } if ((((this.ai.hitTest(_root.world.man.ha) && (_currentframe != 5)) && (_currentframe != 4)) && (_currentframe != 3)) && (_root.world.man._currentframe != 16)) { gotoAndStop (2); } if (this.man.bulleto.hitTest(_root.world.man.ha)) { _root.world.man.health = _root.world.man.health - 5; } if ((_root.world.man._currentframe == 16) && (_currentframe != 5)) { gotoAndStop (1); } }
Instance of Symbol 292 MovieClip in Symbol 336 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hehe.hitTest(_root.world.man.man.attack)) { nextFrame(); } if ((((this.ai.hitTest(_root.world.man.ha) && (_currentframe != 5)) && (_currentframe != 4)) && (_currentframe != 3)) && (_root.world.man._currentframe != 16)) { gotoAndStop (2); } if (this.man.bulleto.hitTest(_root.world.man.ha)) { _root.world.man.health = _root.world.man.health - 5; } if ((_root.world.man._currentframe == 16) && (_currentframe != 5)) { gotoAndStop (1); } }
Instance of Symbol 292 MovieClip in Symbol 336 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hehe.hitTest(_root.world.man.man.attack)) { nextFrame(); } if ((((this.ai.hitTest(_root.world.man.ha) && (_currentframe != 5)) && (_currentframe != 4)) && (_currentframe != 3)) && (_root.world.man._currentframe != 16)) { gotoAndStop (2); } if (this.man.bulleto.hitTest(_root.world.man.ha)) { _root.world.man.health = _root.world.man.health - 5; } if ((_root.world.man._currentframe == 16) && (_currentframe != 5)) { gotoAndStop (1); } }
Instance of Symbol 92 MovieClip in Symbol 336 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.world.man.man.attack)) { gotoAndStop (3); } if (this.ai.hitTest(_root.world.man) && (_currentframe != 3)) { gotoAndStop (2); } if (this.man.bulleto.hitTest(_root.world.man.ha)) { _root.world.man.health = _root.world.man.health - 5; } }
Instance of Symbol 276 MovieClip in Symbol 336 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.world.man.man.attack) && (this.waller2._currentframe == 12)) { gotoAndStop (3); } if (this.ai.hitTest(_root.world.man) && (_currentframe != 3)) { gotoAndStop (2); } }
Instance of Symbol 335 MovieClip in Symbol 336 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hehe.hitTest(_root.world.man.man.attack)) { gotoAndStop (3); } if (this.ai.hitTest(_root.world.man) && (_currentframe != 3)) { gotoAndStop (2); } if (this.man.bulleto.hitTest(_root.world.man.ha)) { _root.world.man.health = _root.world.man.health - 5; } }
Instance of Symbol 176 MovieClip "man" in Symbol 336 MovieClip Frame 1
onClipEvent (enterFrame) { if (((((((((((((Key.isDown(32) && (!Key.isDown(39))) && (!Key.isDown(37))) && (_currentframe != 7)) && (_currentframe != 8)) && (_currentframe != 9)) && (_currentframe != 10)) && (_currentframe != 11)) && (_currentframe != 12)) && (_currentframe != 13)) && (_currentframe != 14)) && (_currentframe != 15)) && (_currentframe != 16)) && (_root.shots >= 1)) { gotoAndStop (2); } if (((((((((((Key.isDown(39) && (!Key.isDown(32))) && (_currentframe != 7)) && (_currentframe != 8)) && (_currentframe != 9)) && (_currentframe != 10)) && (_currentframe != 11)) && (_currentframe != 12)) && (_currentframe != 13)) && (_currentframe != 14)) && (_currentframe != 15)) && (_currentframe != 16)) { gotoAndStop (3); _x = (_x + speed); } if (((((((((((Key.isDown(37) && (!Key.isDown(32))) && (_currentframe != 7)) && (_currentframe != 8)) && (_currentframe != 9)) && (_currentframe != 10)) && (_currentframe != 11)) && (_currentframe != 12)) && (_currentframe != 13)) && (_currentframe != 14)) && (_currentframe != 15)) && (_currentframe != 16)) { gotoAndStop (5); _x = (_x - speed); } if ((((((((((((Key.isDown(32) && (Key.isDown(37))) && (_currentframe != 7)) && (_currentframe != 8)) && (_currentframe != 9)) && (_currentframe != 10)) && (_currentframe != 11)) && (_currentframe != 12)) && (_currentframe != 13)) && (_currentframe != 14)) && (_currentframe != 15)) && (_currentframe != 16)) && (_root.shots >= 1)) { gotoAndStop (6); _x = (_x - speed); } if ((((((((((((Key.isDown(32) && (Key.isDown(39))) && (_currentframe != 7)) && (_currentframe != 8)) && (_currentframe != 9)) && (_currentframe != 10)) && (_currentframe != 11)) && (_currentframe != 12)) && (_currentframe != 13)) && (_currentframe != 14)) && (_currentframe != 15)) && (_currentframe != 16)) && (_root.shots >= 1)) { gotoAndStop (4); _x = (_x + speed); } if (((((((((((((Key.isDown(40) && (!Key.isDown(39))) && (!Key.isDown(32))) && (!Key.isDown(37))) && (_currentframe != 7)) && (_currentframe != 8)) && (_currentframe != 9)) && (_currentframe != 10)) && (_currentframe != 11)) && (_currentframe != 12)) && (_currentframe != 13)) && (_currentframe != 14)) && (_currentframe != 15)) && (_currentframe != 16)) { gotoAndStop (7); } if ((Key.isDown(37) && (_currentframe == 11)) && (_currentframe != 16)) { gotoAndStop (8); _x = (_x - speed); } if ((Key.isDown(39) && (_currentframe == 11)) && (_currentframe != 16)) { gotoAndStop (9); _x = (_x + speed); } if (((Key.isDown(32) && (_currentframe == 11)) && (_currentframe != 16)) && (_root.shots >= 1)) { gotoAndStop (10); } if ((Key.isDown(38) && (_currentframe == 11)) && (_currentframe != 16)) { gotoAndStop (12); } if (((((((((((((Key.isDown(38) && (!Key.isDown(32))) && (_currentframe != 7)) && (_currentframe != 8)) && (_currentframe != 9)) && (_currentframe != 10)) && (_currentframe != 11)) && (_currentframe != 12)) && (_currentframe != 13)) && (_currentframe != 14)) && (_currentframe != 15)) && (!Key.isDown(39))) && (!Key.isDown(37))) && (_currentframe != 16)) { gotoAndStop (13); } if (((Key.isDown(32) && (_currentframe != 11)) && (_currentframe != 16)) && (_root.shots <= 0)) { gotoAndStop (17); } if (this.hitTest(_root.world.tank.hehaha) && (Key.isDown(67))) { this.isot.play(); insidetank = true; _root.world.tank.gotoAndStop(2); } if ((insidetank == true) && (Key.isDown(66))) { insidetank = false; this.isot.gotoAndStop(1); _root.world.tank.gotoAndStop(1); gotoAndStop (1); _y = (_y + 18); } if (health <= 0) { health = 0; gotoAndStop (16); } } onClipEvent (load) { speed = 5; health = 100; insidetank = false; }
Instance of Symbol 215 MovieClip in Symbol 336 MovieClip Frame 1
onClipEvent (enterFrame) { this._x = this._x + ((_root.world.man._x - this._x) * 0.05); this._y = this._y + ((_root.world.man._y - this._y) * 0.05); }
Symbol 347 MovieClip Frame 1
stop();
Instance of Symbol 32 MovieClip in Symbol 348 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.world.man)) { _root.world.man._x = _root.world.man._x - _root.world.man.speed; } if (this.hitTest(_root.world.tank.hehaha)) { _root.world.tank._x = _root.world.tank._x - _root.world.tank.speed; } }
Instance of Symbol 32 MovieClip in Symbol 348 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.world.man)) { _root.world.man._x = _root.world.man._x + _root.world.man.speed; } if (this.hitTest(_root.world.tank.hehaha)) { _root.world.tank._x = _root.world.tank._x + _root.world.tank.speed; } }
Instance of Symbol 92 MovieClip in Symbol 348 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.world.man.man.attack)) { gotoAndStop (3); } if (this.ai.hitTest(_root.world.man) && (_currentframe != 3)) { gotoAndStop (2); } if (this.man.bulleto.hitTest(_root.world.man.ha)) { _root.world.man.health = _root.world.man.health - 5; } if (this.hehe.hitTest(_root.world.tank.hehaha)) { gotoAndStop (5); } }
Instance of Symbol 315 MovieClip in Symbol 348 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.world.man.man.attack)) { nextFrame(); } }
Instance of Symbol 276 MovieClip in Symbol 348 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.world.man.man.attack) && (this.waller2._currentframe == 12)) { gotoAndStop (3); } if (this.ai.hitTest(_root.world.man) && (_currentframe != 3)) { gotoAndStop (2); } if (this.hehe.hitTest(_root.world.tank.hehaha)) { gotoAndStop (5); } if (this.waller2.hitTest(_root.world.tank.hehaha)) { this.waller2.gotoAndStop(12); } }
Instance of Symbol 335 MovieClip in Symbol 348 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hehe.hitTest(_root.world.man.man.attack)) { gotoAndStop (3); } if (this.ai.hitTest(_root.world.man) && (_currentframe != 3)) { gotoAndStop (2); } if (this.man.bulleto.hitTest(_root.world.man.ha)) { _root.world.man.health = _root.world.man.health - 5; } if (this.hehe.hitTest(_root.world.tank.hehaha)) { gotoAndStop (5); } }
Instance of Symbol 335 MovieClip in Symbol 348 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hehe.hitTest(_root.world.man.man.attack)) { gotoAndStop (3); } if (this.ai.hitTest(_root.world.man) && (_currentframe != 3)) { gotoAndStop (2); } if (this.man.bulleto.hitTest(_root.world.man.ha)) { _root.world.man.health = _root.world.man.health - 5; } if (this.hehe.hitTest(_root.world.tank.hehaha)) { gotoAndStop (5); } }
Instance of Symbol 292 MovieClip in Symbol 348 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hehe.hitTest(_root.world.man.man.attack)) { nextFrame(); } if ((((this.ai.hitTest(_root.world.man.ha) && (_currentframe != 5)) && (_currentframe != 4)) && (_currentframe != 3)) && (_root.world.man._currentframe != 16)) { gotoAndStop (2); } if (this.man.bulleto.hitTest(_root.world.man.ha) && (_root.world.man.insidetank == false)) { _root.world.man.health = _root.world.man.health - 5; } if ((_root.world.man._currentframe == 16) && (_currentframe != 5)) { gotoAndStop (1); } if (this.hehe.hitTest(_root.world.tank.hehaha)) { gotoAndStop (5); } }
Instance of Symbol 92 MovieClip in Symbol 348 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.world.man.man.attack)) { gotoAndStop (3); } if (this.ai.hitTest(_root.world.man) && (_currentframe != 3)) { gotoAndStop (2); } if (this.man.bulleto.hitTest(_root.world.man.ha)) { _root.world.man.health = _root.world.man.health - 5; } if (this.hehe.hitTest(_root.world.tank.hehaha)) { gotoAndStop (5); } }
Instance of Symbol 335 MovieClip in Symbol 348 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hehe.hitTest(_root.world.man.man.attack)) { gotoAndStop (3); } if (this.ai.hitTest(_root.world.man) && (_currentframe != 3)) { gotoAndStop (2); } if (this.man.bulleto.hitTest(_root.world.man.ha)) { _root.world.man.health = _root.world.man.health - 5; } if (this.hehe.hitTest(_root.world.tank.hehaha)) { gotoAndStop (5); } }
Instance of Symbol 292 MovieClip in Symbol 348 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hehe.hitTest(_root.world.man.man.attack)) { nextFrame(); } if ((((this.ai.hitTest(_root.world.man.ha) && (_currentframe != 5)) && (_currentframe != 4)) && (_currentframe != 3)) && (_root.world.man._currentframe != 16)) { gotoAndStop (2); } if (this.man.bulleto.hitTest(_root.world.man.ha) && (_root.world.man.insidetank == false)) { _root.world.man.health = _root.world.man.health - 5; } if ((_root.world.man._currentframe == 16) && (_currentframe != 5)) { gotoAndStop (1); } if (this.hehe.hitTest(_root.world.tank.hehaha)) { gotoAndStop (5); } }
Instance of Symbol 92 MovieClip in Symbol 348 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.world.man.man.attack)) { gotoAndStop (3); } if (this.ai.hitTest(_root.world.man) && (_currentframe != 3)) { gotoAndStop (2); } if (this.man.bulleto.hitTest(_root.world.man.ha)) { _root.world.man.health = _root.world.man.health - 5; } if (this.hehe.hitTest(_root.world.tank.hehaha)) { gotoAndStop (5); } }
Instance of Symbol 335 MovieClip in Symbol 348 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hehe.hitTest(_root.world.man.man.attack)) { gotoAndStop (3); } if (this.ai.hitTest(_root.world.man) && (_currentframe != 3)) { gotoAndStop (2); } if (this.man.bulleto.hitTest(_root.world.man.ha)) { _root.world.man.health = _root.world.man.health - 5; } if (this.hehe.hitTest(_root.world.tank.hehaha)) { gotoAndStop (5); } }
Instance of Symbol 292 MovieClip in Symbol 348 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hehe.hitTest(_root.world.man.man.attack)) { nextFrame(); } if ((((this.ai.hitTest(_root.world.man.ha) && (_currentframe != 5)) && (_currentframe != 4)) && (_currentframe != 3)) && (_root.world.man._currentframe != 16)) { gotoAndStop (2); } if (this.man.bulleto.hitTest(_root.world.man.ha) && (_root.world.man.insidetank == false)) { _root.world.man.health = _root.world.man.health - 5; } if ((_root.world.man._currentframe == 16) && (_currentframe != 5)) { gotoAndStop (1); } if (this.hehe.hitTest(_root.world.tank.hehaha)) { gotoAndStop (5); } }
Instance of Symbol 292 MovieClip in Symbol 348 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hehe.hitTest(_root.world.man.man.attack)) { nextFrame(); } if ((((this.ai.hitTest(_root.world.man.ha) && (_currentframe != 5)) && (_currentframe != 4)) && (_currentframe != 3)) && (_root.world.man._currentframe != 16)) { gotoAndStop (2); } if (this.man.bulleto.hitTest(_root.world.man.ha) && (_root.world.man.insidetank == false)) { _root.world.man.health = _root.world.man.health - 5; } if ((_root.world.man._currentframe == 16) && (_currentframe != 5)) { gotoAndStop (1); } if (this.hehe.hitTest(_root.world.tank.hehaha)) { gotoAndStop (5); } }
Instance of Symbol 176 MovieClip "man" in Symbol 348 MovieClip Frame 1
onClipEvent (enterFrame) { if (((((((((((((Key.isDown(32) && (!Key.isDown(39))) && (!Key.isDown(37))) && (_currentframe != 7)) && (_currentframe != 8)) && (_currentframe != 9)) && (_currentframe != 10)) && (_currentframe != 11)) && (_currentframe != 12)) && (_currentframe != 13)) && (_currentframe != 14)) && (_currentframe != 15)) && (_currentframe != 16)) && (_root.shots >= 1)) { gotoAndStop (2); } if (((((((((((Key.isDown(39) && (!Key.isDown(32))) && (_currentframe != 7)) && (_currentframe != 8)) && (_currentframe != 9)) && (_currentframe != 10)) && (_currentframe != 11)) && (_currentframe != 12)) && (_currentframe != 13)) && (_currentframe != 14)) && (_currentframe != 15)) && (_currentframe != 16)) { gotoAndStop (3); _x = (_x + speed); } if (((((((((((Key.isDown(37) && (!Key.isDown(32))) && (_currentframe != 7)) && (_currentframe != 8)) && (_currentframe != 9)) && (_currentframe != 10)) && (_currentframe != 11)) && (_currentframe != 12)) && (_currentframe != 13)) && (_currentframe != 14)) && (_currentframe != 15)) && (_currentframe != 16)) { gotoAndStop (5); _x = (_x - speed); } if ((((((((((((Key.isDown(32) && (Key.isDown(37))) && (_currentframe != 7)) && (_currentframe != 8)) && (_currentframe != 9)) && (_currentframe != 10)) && (_currentframe != 11)) && (_currentframe != 12)) && (_currentframe != 13)) && (_currentframe != 14)) && (_currentframe != 15)) && (_currentframe != 16)) && (_root.shots >= 1)) { gotoAndStop (6); _x = (_x - speed); } if ((((((((((((Key.isDown(32) && (Key.isDown(39))) && (_currentframe != 7)) && (_currentframe != 8)) && (_currentframe != 9)) && (_currentframe != 10)) && (_currentframe != 11)) && (_currentframe != 12)) && (_currentframe != 13)) && (_currentframe != 14)) && (_currentframe != 15)) && (_currentframe != 16)) && (_root.shots >= 1)) { gotoAndStop (4); _x = (_x + speed); } if (((((((((((((Key.isDown(40) && (!Key.isDown(39))) && (!Key.isDown(32))) && (!Key.isDown(37))) && (_currentframe != 7)) && (_currentframe != 8)) && (_currentframe != 9)) && (_currentframe != 10)) && (_currentframe != 11)) && (_currentframe != 12)) && (_currentframe != 13)) && (_currentframe != 14)) && (_currentframe != 15)) && (_currentframe != 16)) { gotoAndStop (7); } if ((Key.isDown(37) && (_currentframe == 11)) && (_currentframe != 16)) { gotoAndStop (8); _x = (_x - speed); } if ((Key.isDown(39) && (_currentframe == 11)) && (_currentframe != 16)) { gotoAndStop (9); _x = (_x + speed); } if (((Key.isDown(32) && (_currentframe == 11)) && (_currentframe != 16)) && (_root.shots >= 1)) { gotoAndStop (10); } if ((Key.isDown(38) && (_currentframe == 11)) && (_currentframe != 16)) { gotoAndStop (12); } if (((((((((((((Key.isDown(38) && (!Key.isDown(32))) && (_currentframe != 7)) && (_currentframe != 8)) && (_currentframe != 9)) && (_currentframe != 10)) && (_currentframe != 11)) && (_currentframe != 12)) && (_currentframe != 13)) && (_currentframe != 14)) && (_currentframe != 15)) && (!Key.isDown(39))) && (!Key.isDown(37))) && (_currentframe != 16)) { gotoAndStop (13); } if (((Key.isDown(32) && (_currentframe != 11)) && (_currentframe != 16)) && (_root.shots <= 0)) { gotoAndStop (17); } if (this.hitTest(_root.world.tank.hehaha) && (Key.isDown(67))) { this.isot.play(); insidetank = true; _root.world.tank.gotoAndStop(2); } if ((insidetank == true) && (Key.isDown(66))) { insidetank = false; this.isot.gotoAndStop(1); _root.world.tank.gotoAndStop(1); gotoAndStop (1); _y = (_y + 18); } if (health <= 0) { health = 0; gotoAndStop (16); } } onClipEvent (load) { speed = 5; health = 100; insidetank = false; }
Instance of Symbol 347 MovieClip "tank" in Symbol 348 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.world.man.man.attack)) { gotoAndStop (3); } if (this.ai.hitTest(_root.world.man.ha) && (_currentframe != 3)) { gotoAndStop (2); } if (this.man.bulleto.hitTest(_root.world.man.ha)) { _root.world.man.health = _root.world.man.health - 5; } if (this.ai.hitTest(_root.world.man.ha) && (_root.world.cam._currentframe <= 19)) { _root.world.cam.play(); } else if ((!this.ai.hitTest(_root.world.man.ha)) && (_root.world.cam._currentframe == 20)) { _root.world.cam.play(); } if ((Key.isDown(39) && (_root.world.man.insidetank == true)) && (_root.world.man._currentframe != 16)) { speed = speed + 1; } if ((Key.isDown(37) && (_root.world.man.insidetank == true)) && (_root.world.man._currentframe != 16)) { speed = speed - 1; } if (Math.abs(speed) > 25) { speed = speed * 0.6; } speed = speed * 0.9; x = Math.sin(_rotation * (Math.PI/180)) * speed; y = (Math.cos(_rotation * (Math.PI/180)) * speed) * -1; if (!_root.move.hitTest(_x + x, _y + y, true)) { _x = (_x + x); _y = (_y + y); } else { speed = speed * -0.3; } }
Instance of Symbol 215 MovieClip "cam" in Symbol 348 MovieClip Frame 1
onClipEvent (enterFrame) { this._x = this._x + ((_root.world.man._x - this._x) * 0.05); this._y = this._y + ((_root.world.man._y - this._y) * 0.05); }
Symbol 352 Button
on (release) { _root.gotoAndStop(8); gotoAndStop (1); }
Symbol 353 MovieClip Frame 1
stop();
Symbol 353 MovieClip Frame 7
stop();
Symbol 365 MovieClip Frame 1
stop();
Instance of Symbol 32 MovieClip in Symbol 365 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.world.man)) { _root.world.man._x = _root.world.man._x - _root.world.man.speed; } if (this.hitTest(_root.world.tank.hehaha)) { _root.world.tank._x = _root.world.tank._x - _root.world.tank.speed; } }
Symbol 365 MovieClip Frame 11
stop();
Instance of Symbol 32 MovieClip in Symbol 365 MovieClip Frame 11
onClipEvent (enterFrame) { if (this.hitTest(_root.world.tank.hehaha)) { _root.world.tank._x = _root.world.tank._x - _root.world.tank.speed; } }
Instance of Symbol 32 MovieClip in Symbol 371 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.world.man)) { _root.world.man._x = _root.world.man._x - _root.world.man.speed; } if (this.hitTest(_root.world.tank.hehaha)) { _root.world.tank._x = _root.world.tank._x - _root.world.tank.speed; } }
Instance of Symbol 32 MovieClip in Symbol 371 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.world.man)) { _root.world.man._x = _root.world.man._x + _root.world.man.speed; } if (this.hitTest(_root.world.tank.hehaha)) { _root.world.tank._x = _root.world.tank._x + _root.world.tank.speed; } }
Instance of Symbol 365 MovieClip in Symbol 371 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.world.tank)) { nextFrame(); } }
Instance of Symbol 315 MovieClip in Symbol 371 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.world.man.man.attack)) { nextFrame(); } }
Instance of Symbol 276 MovieClip in Symbol 371 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.world.man.man.attack) && (this.waller2._currentframe == 12)) { gotoAndStop (3); } if (this.ai.hitTest(_root.world.man) && (_currentframe != 3)) { gotoAndStop (2); } if (this.hehe.hitTest(_root.world.tank.hehaha)) { gotoAndStop (5); } if (this.waller2.hitTest(_root.world.tank.hehaha)) { this.waller2.gotoAndStop(12); } }
Instance of Symbol 92 MovieClip in Symbol 371 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hehe.hitTest(_root.world.man.man.attack)) { gotoAndStop (3); } if (this.ai.hitTest(_root.world.man) && (_currentframe != 3)) { gotoAndStop (2); } if (this.man.bulleto.hitTest(_root.world.man.ha)) { _root.world.man.health = _root.world.man.health - 5; } if (this.hehe.hitTest(_root.world.tank.hehaha)) { gotoAndStop (5); } }
Instance of Symbol 335 MovieClip in Symbol 371 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hehe.hitTest(_root.world.man.man.attack)) { gotoAndStop (3); } if (this.ai.hitTest(_root.world.man) && (_currentframe != 3)) { gotoAndStop (2); } if (this.man.bulleto.hitTest(_root.world.man.ha)) { _root.world.man.health = _root.world.man.health - 5; } if (this.hehe.hitTest(_root.world.tank.hehaha)) { gotoAndStop (5); } }
Instance of Symbol 292 MovieClip in Symbol 371 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hehe.hitTest(_root.world.man.man.attack)) { nextFrame(); } if ((((this.ai.hitTest(_root.world.man.ha) && (_currentframe != 5)) && (_currentframe != 4)) && (_currentframe != 3)) && (_root.world.man._currentframe != 16)) { gotoAndStop (2); } if (this.man.bulleto.hitTest(_root.world.man.ha) && (_root.world.man.insidetank == false)) { _root.world.man.health = _root.world.man.health - 5; } if ((_root.world.man._currentframe == 16) && (_currentframe != 5)) { gotoAndStop (1); } if (this.hehe.hitTest(_root.world.tank.hehaha)) { gotoAndStop (5); } }
Instance of Symbol 92 MovieClip in Symbol 371 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hehe.hitTest(_root.world.man.man.attack)) { gotoAndStop (3); } if (this.ai.hitTest(_root.world.man) && (_currentframe != 3)) { gotoAndStop (2); } if (this.man.bulleto.hitTest(_root.world.man.ha)) { _root.world.man.health = _root.world.man.health - 5; } if (this.hehe.hitTest(_root.world.tank.hehaha)) { gotoAndStop (5); } }
Instance of Symbol 335 MovieClip in Symbol 371 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hehe.hitTest(_root.world.man.man.attack)) { gotoAndStop (3); } if (this.ai.hitTest(_root.world.man) && (_currentframe != 3)) { gotoAndStop (2); } if (this.man.bulleto.hitTest(_root.world.man.ha)) { _root.world.man.health = _root.world.man.health - 5; } if (this.hehe.hitTest(_root.world.tank.hehaha)) { gotoAndStop (5); } }
Instance of Symbol 335 MovieClip in Symbol 371 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hehe.hitTest(_root.world.man.man.attack)) { gotoAndStop (3); } if (this.ai.hitTest(_root.world.man) && (_currentframe != 3)) { gotoAndStop (2); } if (this.man.bulleto.hitTest(_root.world.man.ha)) { _root.world.man.health = _root.world.man.health - 5; } if (this.hehe.hitTest(_root.world.tank.hehaha)) { gotoAndStop (5); } }
Instance of Symbol 92 MovieClip in Symbol 371 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hehe.hitTest(_root.world.man.man.attack)) { gotoAndStop (3); } if (this.ai.hitTest(_root.world.man) && (_currentframe != 3)) { gotoAndStop (2); } if (this.man.bulleto.hitTest(_root.world.man.ha)) { _root.world.man.health = _root.world.man.health - 5; } if (this.hehe.hitTest(_root.world.tank.hehaha)) { gotoAndStop (5); } }
Instance of Symbol 92 MovieClip in Symbol 371 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hehe.hitTest(_root.world.man.man.attack)) { gotoAndStop (3); } if (this.ai.hitTest(_root.world.man) && (_currentframe != 3)) { gotoAndStop (2); } if (this.man.bulleto.hitTest(_root.world.man.ha)) { _root.world.man.health = _root.world.man.health - 5; } if (this.hehe.hitTest(_root.world.tank.hehaha)) { gotoAndStop (5); } }
Instance of Symbol 92 MovieClip in Symbol 371 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hehe.hitTest(_root.world.man.man.attack)) { gotoAndStop (3); } if (this.ai.hitTest(_root.world.man) && (_currentframe != 3)) { gotoAndStop (2); } if (this.man.bulleto.hitTest(_root.world.man.ha)) { _root.world.man.health = _root.world.man.health - 5; } if (this.hehe.hitTest(_root.world.tank.hehaha)) { gotoAndStop (5); } }
Instance of Symbol 292 MovieClip in Symbol 371 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hehe.hitTest(_root.world.man.man.attack)) { nextFrame(); } if ((((this.ai.hitTest(_root.world.man.ha) && (_currentframe != 5)) && (_currentframe != 4)) && (_currentframe != 3)) && (_root.world.man._currentframe != 16)) { gotoAndStop (2); } if (this.man.bulleto.hitTest(_root.world.man.ha) && (_root.world.man.insidetank == false)) { _root.world.man.health = _root.world.man.health - 5; } if ((_root.world.man._currentframe == 16) && (_currentframe != 5)) { gotoAndStop (1); } if (this.hehe.hitTest(_root.world.tank.hehaha)) { gotoAndStop (5); } }
Instance of Symbol 292 MovieClip in Symbol 371 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hehe.hitTest(_root.world.man.man.attack)) { nextFrame(); } if ((((this.ai.hitTest(_root.world.man.ha) && (_currentframe != 5)) && (_currentframe != 4)) && (_currentframe != 3)) && (_root.world.man._currentframe != 16)) { gotoAndStop (2); } if (this.man.bulleto.hitTest(_root.world.man.ha) && (_root.world.man.insidetank == false)) { _root.world.man.health = _root.world.man.health - 5; } if ((_root.world.man._currentframe == 16) && (_currentframe != 5)) { gotoAndStop (1); } if (this.hehe.hitTest(_root.world.tank.hehaha)) { gotoAndStop (5); } }
Instance of Symbol 335 MovieClip in Symbol 371 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hehe.hitTest(_root.world.man.man.attack)) { gotoAndStop (3); } if (this.ai.hitTest(_root.world.man) && (_currentframe != 3)) { gotoAndStop (2); } if (this.man.bulleto.hitTest(_root.world.man.ha)) { _root.world.man.health = _root.world.man.health - 5; } if (this.hehe.hitTest(_root.world.tank.hehaha)) { gotoAndStop (5); } }
Instance of Symbol 292 MovieClip in Symbol 371 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hehe.hitTest(_root.world.man.man.attack)) { nextFrame(); } if ((((this.ai.hitTest(_root.world.man.ha) && (_currentframe != 5)) && (_currentframe != 4)) && (_currentframe != 3)) && (_root.world.man._currentframe != 16)) { gotoAndStop (2); } if (this.man.bulleto.hitTest(_root.world.man.ha) && (_root.world.man.insidetank == false)) { _root.world.man.health = _root.world.man.health - 5; } if ((_root.world.man._currentframe == 16) && (_currentframe != 5)) { gotoAndStop (1); } if (this.hehe.hitTest(_root.world.tank.hehaha)) { gotoAndStop (5); } }
Instance of Symbol 92 MovieClip in Symbol 371 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hehe.hitTest(_root.world.man.man.attack)) { gotoAndStop (3); } if (this.ai.hitTest(_root.world.man) && (_currentframe != 3)) { gotoAndStop (2); } if (this.man.bulleto.hitTest(_root.world.man.ha)) { _root.world.man.health = _root.world.man.health - 5; } if (this.hehe.hitTest(_root.world.tank.hehaha)) { gotoAndStop (5); } }
Instance of Symbol 176 MovieClip "man" in Symbol 371 MovieClip Frame 1
onClipEvent (enterFrame) { if (((((((((((((Key.isDown(32) && (!Key.isDown(39))) && (!Key.isDown(37))) && (_currentframe != 7)) && (_currentframe != 8)) && (_currentframe != 9)) && (_currentframe != 10)) && (_currentframe != 11)) && (_currentframe != 12)) && (_currentframe != 13)) && (_currentframe != 14)) && (_currentframe != 15)) && (_currentframe != 16)) && (_root.shots >= 1)) { gotoAndStop (2); } if (((((((((((Key.isDown(39) && (!Key.isDown(32))) && (_currentframe != 7)) && (_currentframe != 8)) && (_currentframe != 9)) && (_currentframe != 10)) && (_currentframe != 11)) && (_currentframe != 12)) && (_currentframe != 13)) && (_currentframe != 14)) && (_currentframe != 15)) && (_currentframe != 16)) { gotoAndStop (3); _x = (_x + speed); } if (((((((((((Key.isDown(37) && (!Key.isDown(32))) && (_currentframe != 7)) && (_currentframe != 8)) && (_currentframe != 9)) && (_currentframe != 10)) && (_currentframe != 11)) && (_currentframe != 12)) && (_currentframe != 13)) && (_currentframe != 14)) && (_currentframe != 15)) && (_currentframe != 16)) { gotoAndStop (5); _x = (_x - speed); } if ((((((((((((Key.isDown(32) && (Key.isDown(37))) && (_currentframe != 7)) && (_currentframe != 8)) && (_currentframe != 9)) && (_currentframe != 10)) && (_currentframe != 11)) && (_currentframe != 12)) && (_currentframe != 13)) && (_currentframe != 14)) && (_currentframe != 15)) && (_currentframe != 16)) && (_root.shots >= 1)) { gotoAndStop (6); _x = (_x - speed); } if ((((((((((((Key.isDown(32) && (Key.isDown(39))) && (_currentframe != 7)) && (_currentframe != 8)) && (_currentframe != 9)) && (_currentframe != 10)) && (_currentframe != 11)) && (_currentframe != 12)) && (_currentframe != 13)) && (_currentframe != 14)) && (_currentframe != 15)) && (_currentframe != 16)) && (_root.shots >= 1)) { gotoAndStop (4); _x = (_x + speed); } if (((((((((((((Key.isDown(40) && (!Key.isDown(39))) && (!Key.isDown(32))) && (!Key.isDown(37))) && (_currentframe != 7)) && (_currentframe != 8)) && (_currentframe != 9)) && (_currentframe != 10)) && (_currentframe != 11)) && (_currentframe != 12)) && (_currentframe != 13)) && (_currentframe != 14)) && (_currentframe != 15)) && (_currentframe != 16)) { gotoAndStop (7); } if ((Key.isDown(37) && (_currentframe == 11)) && (_currentframe != 16)) { gotoAndStop (8); _x = (_x - speed); } if ((Key.isDown(39) && (_currentframe == 11)) && (_currentframe != 16)) { gotoAndStop (9); _x = (_x + speed); } if (((Key.isDown(32) && (_currentframe == 11)) && (_currentframe != 16)) && (_root.shots >= 1)) { gotoAndStop (10); } if ((Key.isDown(38) && (_currentframe == 11)) && (_currentframe != 16)) { gotoAndStop (12); } if (((((((((((((Key.isDown(38) && (!Key.isDown(32))) && (_currentframe != 7)) && (_currentframe != 8)) && (_currentframe != 9)) && (_currentframe != 10)) && (_currentframe != 11)) && (_currentframe != 12)) && (_currentframe != 13)) && (_currentframe != 14)) && (_currentframe != 15)) && (!Key.isDown(39))) && (!Key.isDown(37))) && (_currentframe != 16)) { gotoAndStop (13); } if (((Key.isDown(32) && (_currentframe != 11)) && (_currentframe != 16)) && (_root.shots <= 0)) { gotoAndStop (17); } if (this.hitTest(_root.world.tank.hehaha) && (Key.isDown(67))) { this.isot.play(); insidetank = true; _root.world.tank.gotoAndStop(2); } if ((insidetank == true) && (Key.isDown(66))) { insidetank = false; this.isot.gotoAndStop(1); _root.world.tank.gotoAndStop(1); gotoAndStop (1); _y = (_y + 18); } if (health <= 0) { health = 0; gotoAndStop (16); } } onClipEvent (load) { speed = 5; health = 100; insidetank = false; }
Instance of Symbol 347 MovieClip "tank" in Symbol 371 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.world.man.man.attack)) { gotoAndStop (3); } if (this.ai.hitTest(_root.world.man.ha) && (_currentframe != 3)) { gotoAndStop (2); } if (this.man.bulleto.hitTest(_root.world.man.ha)) { _root.world.man.health = _root.world.man.health - 5; } if (this.ai.hitTest(_root.world.man.ha) && (_root.world.cam._currentframe <= 19)) { _root.world.cam.play(); } else if ((!this.ai.hitTest(_root.world.man.ha)) && (_root.world.cam._currentframe == 20)) { _root.world.cam.play(); } if ((Key.isDown(39) && (_root.world.man.insidetank == true)) && (_root.world.man._currentframe != 16)) { speed = speed + 1; } if ((Key.isDown(37) && (_root.world.man.insidetank == true)) && (_root.world.man._currentframe != 16)) { speed = speed - 1; } if (Math.abs(speed) > 25) { speed = speed * 0.6; } speed = speed * 0.9; x = Math.sin(_rotation * (Math.PI/180)) * speed; y = (Math.cos(_rotation * (Math.PI/180)) * speed) * -1; if (!_root.move.hitTest(_x + x, _y + y, true)) { _x = (_x + x); _y = (_y + y); } else { speed = speed * -0.3; } }
Instance of Symbol 370 MovieClip "filla" in Symbol 371 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.world.man)) { _alpha = 30; } else { _alpha = 100; } }
Instance of Symbol 215 MovieClip "cam" in Symbol 371 MovieClip Frame 1
onClipEvent (enterFrame) { this._x = this._x + ((_root.world.man._x - this._x) * 0.05); this._y = this._y + ((_root.world.man._y - this._y) * 0.05); }
Symbol 385 MovieClip Frame 11
stop();
Symbol 386 MovieClip Frame 1
stop();
Instance of Symbol 32 MovieClip in Symbol 387 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.world.man)) { _root.world.man._x = _root.world.man._x - _root.world.man.speed; } if (this.hitTest(_root.world.tank.hehaha)) { _root.world.tank._x = _root.world.tank._x - _root.world.tank.speed; } }
Instance of Symbol 32 MovieClip in Symbol 387 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.world.man)) { _root.world.man._x = _root.world.man._x + _root.world.man.speed; } if (this.hitTest(_root.world.tank.hehaha)) { _root.world.tank._x = _root.world.tank._x + _root.world.tank.speed; } }
Instance of Symbol 365 MovieClip in Symbol 387 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.world.tank)) { nextFrame(); } }
Instance of Symbol 315 MovieClip in Symbol 387 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.world.man.man.attack)) { nextFrame(); } }
Instance of Symbol 276 MovieClip in Symbol 387 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.world.man.man.attack) && (this.waller2._currentframe == 12)) { gotoAndStop (3); } if (this.ai.hitTest(_root.world.man) && (_currentframe != 3)) { gotoAndStop (2); } if (this.hehe.hitTest(_root.world.tank.hehaha)) { gotoAndStop (5); } if (this.waller2.hitTest(_root.world.tank.hehaha)) { this.waller2.gotoAndStop(12); } }
Instance of Symbol 92 MovieClip in Symbol 387 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hehe.hitTest(_root.world.man.man.attack)) { gotoAndStop (3); } if (this.ai.hitTest(_root.world.man) && (_currentframe != 3)) { gotoAndStop (2); } if (this.man.bulleto.hitTest(_root.world.man.ha)) { _root.world.man.health = _root.world.man.health - 5; } if (this.hehe.hitTest(_root.world.tank.hehaha)) { gotoAndStop (5); } }
Instance of Symbol 335 MovieClip in Symbol 387 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hehe.hitTest(_root.world.man.man.attack)) { gotoAndStop (3); } if (this.ai.hitTest(_root.world.man) && (_currentframe != 3)) { gotoAndStop (2); } if (this.man.bulleto.hitTest(_root.world.man.ha)) { _root.world.man.health = _root.world.man.health - 5; } if (this.hehe.hitTest(_root.world.tank.hehaha)) { gotoAndStop (5); } }
Instance of Symbol 292 MovieClip in Symbol 387 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hehe.hitTest(_root.world.man.man.attack)) { nextFrame(); } if ((((this.ai.hitTest(_root.world.man.ha) && (_currentframe != 5)) && (_currentframe != 4)) && (_currentframe != 3)) && (_root.world.man._currentframe != 16)) { gotoAndStop (2); } if (this.man.bulleto.hitTest(_root.world.man.ha) && (_root.world.man.insidetank == false)) { _root.world.man.health = _root.world.man.health - 5; } if ((_root.world.man._currentframe == 16) && (_currentframe != 5)) { gotoAndStop (1); } if (this.hehe.hitTest(_root.world.tank.hehaha)) { gotoAndStop (5); } }
Instance of Symbol 92 MovieClip in Symbol 387 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hehe.hitTest(_root.world.man.man.attack)) { gotoAndStop (3); } if (this.ai.hitTest(_root.world.man) && (_currentframe != 3)) { gotoAndStop (2); } if (this.man.bulleto.hitTest(_root.world.man.ha)) { _root.world.man.health = _root.world.man.health - 5; } if (this.hehe.hitTest(_root.world.tank.hehaha)) { gotoAndStop (5); } }
Instance of Symbol 335 MovieClip in Symbol 387 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hehe.hitTest(_root.world.man.man.attack)) { gotoAndStop (3); } if (this.ai.hitTest(_root.world.man) && (_currentframe != 3)) { gotoAndStop (2); } if (this.man.bulleto.hitTest(_root.world.man.ha)) { _root.world.man.health = _root.world.man.health - 5; } if (this.hehe.hitTest(_root.world.tank.hehaha)) { gotoAndStop (5); } }
Instance of Symbol 335 MovieClip in Symbol 387 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hehe.hitTest(_root.world.man.man.attack)) { gotoAndStop (3); } if (this.ai.hitTest(_root.world.man) && (_currentframe != 3)) { gotoAndStop (2); } if (this.man.bulleto.hitTest(_root.world.man.ha)) { _root.world.man.health = _root.world.man.health - 5; } if (this.hehe.hitTest(_root.world.tank.hehaha)) { gotoAndStop (5); } }
Instance of Symbol 92 MovieClip in Symbol 387 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hehe.hitTest(_root.world.man.man.attack)) { gotoAndStop (3); } if (this.ai.hitTest(_root.world.man) && (_currentframe != 3)) { gotoAndStop (2); } if (this.man.bulleto.hitTest(_root.world.man.ha)) { _root.world.man.health = _root.world.man.health - 5; } if (this.hehe.hitTest(_root.world.tank.hehaha)) { gotoAndStop (5); } }
Instance of Symbol 92 MovieClip in Symbol 387 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hehe.hitTest(_root.world.man.man.attack)) { gotoAndStop (3); } if (this.ai.hitTest(_root.world.man) && (_currentframe != 3)) { gotoAndStop (2); } if (this.man.bulleto.hitTest(_root.world.man.ha)) { _root.world.man.health = _root.world.man.health - 5; } if (this.hehe.hitTest(_root.world.tank.hehaha)) { gotoAndStop (5); } }
Instance of Symbol 92 MovieClip in Symbol 387 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hehe.hitTest(_root.world.man.man.attack)) { gotoAndStop (3); } if (this.ai.hitTest(_root.world.man) && (_currentframe != 3)) { gotoAndStop (2); } if (this.man.bulleto.hitTest(_root.world.man.ha)) { _root.world.man.health = _root.world.man.health - 5; } if (this.hehe.hitTest(_root.world.tank.hehaha)) { gotoAndStop (5); } }
Instance of Symbol 335 MovieClip in Symbol 387 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hehe.hitTest(_root.world.man.man.attack)) { gotoAndStop (3); } if (this.ai.hitTest(_root.world.man) && (_currentframe != 3)) { gotoAndStop (2); } if (this.man.bulleto.hitTest(_root.world.man.ha)) { _root.world.man.health = _root.world.man.health - 5; } if (this.hehe.hitTest(_root.world.tank.hehaha)) { gotoAndStop (5); } }
Instance of Symbol 92 MovieClip in Symbol 387 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hehe.hitTest(_root.world.man.man.attack)) { gotoAndStop (3); } if (this.ai.hitTest(_root.world.man) && (_currentframe != 3)) { gotoAndStop (2); } if (this.man.bulleto.hitTest(_root.world.man.ha)) { _root.world.man.health = _root.world.man.health - 5; } if (this.hehe.hitTest(_root.world.tank.hehaha)) { gotoAndStop (5); } }
Instance of Symbol 276 MovieClip in Symbol 387 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.world.man.man.attack) && (this.waller2._currentframe == 12)) { gotoAndStop (3); } if (this.ai.hitTest(_root.world.man) && (_currentframe != 3)) { gotoAndStop (2); } if (this.hehe.hitTest(_root.world.tank.hehaha)) { gotoAndStop (5); } if (this.waller2.hitTest(_root.world.tank.hehaha)) { this.waller2.gotoAndStop(12); } }
Instance of Symbol 92 MovieClip in Symbol 387 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hehe.hitTest(_root.world.man.man.attack)) { gotoAndStop (3); } if (this.ai.hitTest(_root.world.man) && (_currentframe != 3)) { gotoAndStop (2); } if (this.man.bulleto.hitTest(_root.world.man.ha)) { _root.world.man.health = _root.world.man.health - 5; } if (this.hehe.hitTest(_root.world.tank.hehaha)) { gotoAndStop (5); } }
Instance of Symbol 92 MovieClip in Symbol 387 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hehe.hitTest(_root.world.man.man.attack)) { gotoAndStop (3); } if (this.ai.hitTest(_root.world.man) && (_currentframe != 3)) { gotoAndStop (2); } if (this.man.bulleto.hitTest(_root.world.man.ha)) { _root.world.man.health = _root.world.man.health - 5; } if (this.hehe.hitTest(_root.world.tank.hehaha)) { gotoAndStop (5); } }
Instance of Symbol 335 MovieClip in Symbol 387 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hehe.hitTest(_root.world.man.man.attack)) { gotoAndStop (3); } if (this.ai.hitTest(_root.world.man) && (_currentframe != 3)) { gotoAndStop (2); } if (this.man.bulleto.hitTest(_root.world.man.ha)) { _root.world.man.health = _root.world.man.health - 5; } if (this.hehe.hitTest(_root.world.tank.hehaha)) { gotoAndStop (5); } }
Instance of Symbol 335 MovieClip in Symbol 387 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hehe.hitTest(_root.world.man.man.attack)) { gotoAndStop (3); } if (this.ai.hitTest(_root.world.man) && (_currentframe != 3)) { gotoAndStop (2); } if (this.man.bulleto.hitTest(_root.world.man.ha)) { _root.world.man.health = _root.world.man.health - 5; } if (this.hehe.hitTest(_root.world.tank.hehaha)) { gotoAndStop (5); } }
Instance of Symbol 92 MovieClip in Symbol 387 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hehe.hitTest(_root.world.man.man.attack)) { gotoAndStop (3); } if (this.ai.hitTest(_root.world.man) && (_currentframe != 3)) { gotoAndStop (2); } if (this.man.bulleto.hitTest(_root.world.man.ha)) { _root.world.man.health = _root.world.man.health - 5; } if (this.hehe.hitTest(_root.world.tank.hehaha)) { gotoAndStop (5); } }
Instance of Symbol 52 MovieClip in Symbol 387 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.world.man.man.attack)) { gotoAndStop (2); } }
Instance of Symbol 52 MovieClip in Symbol 387 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.world.man.man.attack)) { gotoAndStop (2); } }
Instance of Symbol 52 MovieClip in Symbol 387 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.world.man.man.attack)) { gotoAndStop (2); } }
Instance of Symbol 176 MovieClip "man" in Symbol 387 MovieClip Frame 1
onClipEvent (enterFrame) { if (((((((((((((Key.isDown(32) && (!Key.isDown(39))) && (!Key.isDown(37))) && (_currentframe != 7)) && (_currentframe != 8)) && (_currentframe != 9)) && (_currentframe != 10)) && (_currentframe != 11)) && (_currentframe != 12)) && (_currentframe != 13)) && (_currentframe != 14)) && (_currentframe != 15)) && (_currentframe != 16)) && (_root.shots >= 1)) { gotoAndStop (2); } if (((((((((((Key.isDown(39) && (!Key.isDown(32))) && (_currentframe != 7)) && (_currentframe != 8)) && (_currentframe != 9)) && (_currentframe != 10)) && (_currentframe != 11)) && (_currentframe != 12)) && (_currentframe != 13)) && (_currentframe != 14)) && (_currentframe != 15)) && (_currentframe != 16)) { gotoAndStop (3); _x = (_x + speed); } if (((((((((((Key.isDown(37) && (!Key.isDown(32))) && (_currentframe != 7)) && (_currentframe != 8)) && (_currentframe != 9)) && (_currentframe != 10)) && (_currentframe != 11)) && (_currentframe != 12)) && (_currentframe != 13)) && (_currentframe != 14)) && (_currentframe != 15)) && (_currentframe != 16)) { gotoAndStop (5); _x = (_x - speed); } if ((((((((((((Key.isDown(32) && (Key.isDown(37))) && (_currentframe != 7)) && (_currentframe != 8)) && (_currentframe != 9)) && (_currentframe != 10)) && (_currentframe != 11)) && (_currentframe != 12)) && (_currentframe != 13)) && (_currentframe != 14)) && (_currentframe != 15)) && (_currentframe != 16)) && (_root.shots >= 1)) { gotoAndStop (6); _x = (_x - speed); } if ((((((((((((Key.isDown(32) && (Key.isDown(39))) && (_currentframe != 7)) && (_currentframe != 8)) && (_currentframe != 9)) && (_currentframe != 10)) && (_currentframe != 11)) && (_currentframe != 12)) && (_currentframe != 13)) && (_currentframe != 14)) && (_currentframe != 15)) && (_currentframe != 16)) && (_root.shots >= 1)) { gotoAndStop (4); _x = (_x + speed); } if (((((((((((((Key.isDown(40) && (!Key.isDown(39))) && (!Key.isDown(32))) && (!Key.isDown(37))) && (_currentframe != 7)) && (_currentframe != 8)) && (_currentframe != 9)) && (_currentframe != 10)) && (_currentframe != 11)) && (_currentframe != 12)) && (_currentframe != 13)) && (_currentframe != 14)) && (_currentframe != 15)) && (_currentframe != 16)) { gotoAndStop (7); } if ((Key.isDown(37) && (_currentframe == 11)) && (_currentframe != 16)) { gotoAndStop (8); _x = (_x - speed); } if ((Key.isDown(39) && (_currentframe == 11)) && (_currentframe != 16)) { gotoAndStop (9); _x = (_x + speed); } if (((Key.isDown(32) && (_currentframe == 11)) && (_currentframe != 16)) && (_root.shots >= 1)) { gotoAndStop (10); } if ((Key.isDown(38) && (_currentframe == 11)) && (_currentframe != 16)) { gotoAndStop (12); } if (((((((((((((Key.isDown(38) && (!Key.isDown(32))) && (_currentframe != 7)) && (_currentframe != 8)) && (_currentframe != 9)) && (_currentframe != 10)) && (_currentframe != 11)) && (_currentframe != 12)) && (_currentframe != 13)) && (_currentframe != 14)) && (_currentframe != 15)) && (!Key.isDown(39))) && (!Key.isDown(37))) && (_currentframe != 16)) { gotoAndStop (13); } if (((Key.isDown(32) && (_currentframe != 11)) && (_currentframe != 16)) && (_root.shots <= 0)) { gotoAndStop (17); } if (this.hitTest(_root.world.tank.hehaha) && (Key.isDown(67))) { this.isot.play(); insidetank = true; _root.world.tank.gotoAndStop(2); } if ((insidetank == true) && (Key.isDown(66))) { insidetank = false; this.isot.gotoAndStop(1); _root.world.tank.gotoAndStop(1); gotoAndStop (1); _y = (_y + 18); } if (health <= 0) { health = 0; gotoAndStop (16); } } onClipEvent (load) { speed = 5; health = 100; insidetank = false; }
Instance of Symbol 347 MovieClip "tank" in Symbol 387 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.world.man.man.attack)) { gotoAndStop (3); } if (this.ai.hitTest(_root.world.man.ha) && (_currentframe != 3)) { gotoAndStop (2); } if (this.man.bulleto.hitTest(_root.world.man.ha)) { _root.world.man.health = _root.world.man.health - 5; } if (this.ai.hitTest(_root.world.man.ha) && (_root.world.cam._currentframe <= 19)) { _root.world.cam.play(); } else if ((!this.ai.hitTest(_root.world.man.ha)) && (_root.world.cam._currentframe == 20)) { _root.world.cam.play(); } if ((Key.isDown(39) && (_root.world.man.insidetank == true)) && (_root.world.man._currentframe != 16)) { speed = speed + 1; } if ((Key.isDown(37) && (_root.world.man.insidetank == true)) && (_root.world.man._currentframe != 16)) { speed = speed - 1; } if (Math.abs(speed) > 25) { speed = speed * 0.6; } speed = speed * 0.9; x = Math.sin(_rotation * (Math.PI/180)) * speed; y = (Math.cos(_rotation * (Math.PI/180)) * speed) * -1; if (!_root.move.hitTest(_x + x, _y + y, true)) { _x = (_x + x); _y = (_y + y); } else { speed = speed * -0.3; } }
Instance of Symbol 386 MovieClip in Symbol 387 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.world.man.man.attack)) { gotoAndStop (2); } if (this.hitTest(_root.world.tank.hehaha)) { gotoAndStop (2); } }
Instance of Symbol 370 MovieClip "filla" in Symbol 387 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.world.man)) { _alpha = 30; } else { _alpha = 100; } }
Instance of Symbol 308 MovieClip "spray" in Symbol 387 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.world.man.man.attack)) { gotoAndStop (2); } }
Instance of Symbol 215 MovieClip "cam" in Symbol 387 MovieClip Frame 1
onClipEvent (enterFrame) { this._x = this._x + ((_root.world.man._x - this._x) * 0.05); this._y = this._y + ((_root.world.man._y - this._y) * 0.05); }
Symbol 391 Button
on (release) { _root.gotoAndStop(9); gotoAndStop (1); }
Symbol 392 MovieClip Frame 1
stop();
Symbol 392 MovieClip Frame 7
stop();
Instance of Symbol 32 MovieClip in Symbol 396 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.world.man)) { _root.world.man._x = _root.world.man._x - _root.world.man.speed; } if (this.hitTest(_root.world.tank.hehaha)) { _root.world.tank._x = _root.world.tank._x - _root.world.tank.speed; } }
Instance of Symbol 32 MovieClip in Symbol 396 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.world.man)) { _root.world.man._x = _root.world.man._x + _root.world.man.speed; } if (this.hitTest(_root.world.tank.hehaha)) { _root.world.tank._x = _root.world.tank._x + _root.world.tank.speed; } }
Instance of Symbol 315 MovieClip in Symbol 396 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.world.man.man.attack)) { nextFrame(); } }
Instance of Symbol 276 MovieClip in Symbol 396 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.world.man.man.attack) && (this.waller2._currentframe == 12)) { gotoAndStop (3); } if (this.ai.hitTest(_root.world.man) && (_currentframe != 3)) { gotoAndStop (2); } if (this.hehe.hitTest(_root.world.tank.hehaha)) { gotoAndStop (5); } if (this.waller2.hitTest(_root.world.tank.hehaha)) { this.waller2.gotoAndStop(12); } }
Instance of Symbol 92 MovieClip in Symbol 396 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hehe.hitTest(_root.world.man.man.attack)) { gotoAndStop (3); } if (this.ai.hitTest(_root.world.man) && (_currentframe != 3)) { gotoAndStop (2); } if (this.man.bulleto.hitTest(_root.world.man.ha)) { _root.world.man.health = _root.world.man.health - 5; } if (this.hehe.hitTest(_root.world.tank.hehaha)) { gotoAndStop (5); } }
Instance of Symbol 335 MovieClip in Symbol 396 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hehe.hitTest(_root.world.man.man.attack)) { gotoAndStop (3); } if (this.ai.hitTest(_root.world.man) && (_currentframe != 3)) { gotoAndStop (2); } if (this.man.bulleto.hitTest(_root.world.man.ha)) { _root.world.man.health = _root.world.man.health - 5; } if (this.hehe.hitTest(_root.world.tank.hehaha)) { gotoAndStop (5); } }
Instance of Symbol 292 MovieClip in Symbol 396 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hehe.hitTest(_root.world.man.man.attack)) { nextFrame(); } if ((((this.ai.hitTest(_root.world.man.ha) && (_currentframe != 5)) && (_currentframe != 4)) && (_currentframe != 3)) && (_root.world.man._currentframe != 16)) { gotoAndStop (2); } if (this.man.bulleto.hitTest(_root.world.man.ha) && (_root.world.man.insidetank == false)) { _root.world.man.health = _root.world.man.health - 5; } if ((_root.world.man._currentframe == 16) && (_currentframe != 5)) { gotoAndStop (1); } if (this.hehe.hitTest(_root.world.tank.hehaha)) { gotoAndStop (5); } }
Instance of Symbol 92 MovieClip in Symbol 396 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hehe.hitTest(_root.world.man.man.attack)) { gotoAndStop (3); } if (this.ai.hitTest(_root.world.man) && (_currentframe != 3)) { gotoAndStop (2); } if (this.man.bulleto.hitTest(_root.world.man.ha)) { _root.world.man.health = _root.world.man.health - 5; } if (this.hehe.hitTest(_root.world.tank.hehaha)) { gotoAndStop (5); } }
Instance of Symbol 335 MovieClip in Symbol 396 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hehe.hitTest(_root.world.man.man.attack)) { gotoAndStop (3); } if (this.ai.hitTest(_root.world.man) && (_currentframe != 3)) { gotoAndStop (2); } if (this.man.bulleto.hitTest(_root.world.man.ha)) { _root.world.man.health = _root.world.man.health - 5; } if (this.hehe.hitTest(_root.world.tank.hehaha)) { gotoAndStop (5); } }
Instance of Symbol 92 MovieClip in Symbol 396 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hehe.hitTest(_root.world.man.man.attack)) { gotoAndStop (3); } if (this.ai.hitTest(_root.world.man) && (_currentframe != 3)) { gotoAndStop (2); } if (this.man.bulleto.hitTest(_root.world.man.ha)) { _root.world.man.health = _root.world.man.health - 5; } if (this.hehe.hitTest(_root.world.tank.hehaha)) { gotoAndStop (5); } }
Instance of Symbol 92 MovieClip in Symbol 396 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hehe.hitTest(_root.world.man.man.attack)) { gotoAndStop (3); } if (this.ai.hitTest(_root.world.man) && (_currentframe != 3)) { gotoAndStop (2); } if (this.man.bulleto.hitTest(_root.world.man.ha)) { _root.world.man.health = _root.world.man.health - 5; } if (this.hehe.hitTest(_root.world.tank.hehaha)) { gotoAndStop (5); } }
Instance of Symbol 335 MovieClip in Symbol 396 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hehe.hitTest(_root.world.man.man.attack)) { gotoAndStop (3); } if (this.ai.hitTest(_root.world.man) && (_currentframe != 3)) { gotoAndStop (2); } if (this.man.bulleto.hitTest(_root.world.man.ha)) { _root.world.man.health = _root.world.man.health - 5; } if (this.hehe.hitTest(_root.world.tank.hehaha)) { gotoAndStop (5); } }
Instance of Symbol 92 MovieClip in Symbol 396 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hehe.hitTest(_root.world.man.man.attack)) { gotoAndStop (3); } if (this.ai.hitTest(_root.world.man) && (_currentframe != 3)) { gotoAndStop (2); } if (this.man.bulleto.hitTest(_root.world.man.ha)) { _root.world.man.health = _root.world.man.health - 5; } if (this.hehe.hitTest(_root.world.tank.hehaha)) { gotoAndStop (5); } }
Instance of Symbol 276 MovieClip in Symbol 396 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.world.man.man.attack) && (this.waller2._currentframe == 12)) { gotoAndStop (3); } if (this.ai.hitTest(_root.world.man) && (_currentframe != 3)) { gotoAndStop (2); } if (this.hehe.hitTest(_root.world.tank.hehaha)) { gotoAndStop (5); } if (this.waller2.hitTest(_root.world.tank.hehaha)) { this.waller2.gotoAndStop(12); } }
Instance of Symbol 92 MovieClip in Symbol 396 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hehe.hitTest(_root.world.man.man.attack)) { gotoAndStop (3); } if (this.ai.hitTest(_root.world.man) && (_currentframe != 3)) { gotoAndStop (2); } if (this.man.bulleto.hitTest(_root.world.man.ha)) { _root.world.man.health = _root.world.man.health - 5; } if (this.hehe.hitTest(_root.world.tank.hehaha)) { gotoAndStop (5); } }
Instance of Symbol 92 MovieClip in Symbol 396 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hehe.hitTest(_root.world.man.man.attack)) { gotoAndStop (3); } if (this.ai.hitTest(_root.world.man) && (_currentframe != 3)) { gotoAndStop (2); } if (this.man.bulleto.hitTest(_root.world.man.ha)) { _root.world.man.health = _root.world.man.health - 5; } if (this.hehe.hitTest(_root.world.tank.hehaha)) { gotoAndStop (5); } }
Instance of Symbol 335 MovieClip in Symbol 396 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hehe.hitTest(_root.world.man.man.attack)) { gotoAndStop (3); } if (this.ai.hitTest(_root.world.man) && (_currentframe != 3)) { gotoAndStop (2); } if (this.man.bulleto.hitTest(_root.world.man.ha)) { _root.world.man.health = _root.world.man.health - 5; } if (this.hehe.hitTest(_root.world.tank.hehaha)) { gotoAndStop (5); } }
Instance of Symbol 335 MovieClip in Symbol 396 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hehe.hitTest(_root.world.man.man.attack)) { gotoAndStop (3); } if (this.ai.hitTest(_root.world.man) && (_currentframe != 3)) { gotoAndStop (2); } if (this.man.bulleto.hitTest(_root.world.man.ha)) { _root.world.man.health = _root.world.man.health - 5; } if (this.hehe.hitTest(_root.world.tank.hehaha)) { gotoAndStop (5); } }
Instance of Symbol 92 MovieClip in Symbol 396 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hehe.hitTest(_root.world.man.man.attack)) { gotoAndStop (3); } if (this.ai.hitTest(_root.world.man) && (_currentframe != 3)) { gotoAndStop (2); } if (this.man.bulleto.hitTest(_root.world.man.ha)) { _root.world.man.health = _root.world.man.health - 5; } if (this.hehe.hitTest(_root.world.tank.hehaha)) { gotoAndStop (5); } }
Instance of Symbol 52 MovieClip in Symbol 396 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.world.man.man.attack)) { gotoAndStop (2); } }
Instance of Symbol 52 MovieClip in Symbol 396 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.world.man.man.attack)) { gotoAndStop (2); } }
Instance of Symbol 52 MovieClip in Symbol 396 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.world.man.man.attack)) { gotoAndStop (2); } }
Instance of Symbol 386 MovieClip in Symbol 396 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.world.man.man.attack)) { gotoAndStop (2); } if (this.hitTest(_root.world.tank.hehaha)) { gotoAndStop (2); } }
Instance of Symbol 222 MovieClip in Symbol 396 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.world.man) && (_currentframe != 142)) { play(); } }
Instance of Symbol 176 MovieClip "man" in Symbol 396 MovieClip Frame 1
onClipEvent (enterFrame) { if (((((((((((((Key.isDown(32) && (!Key.isDown(39))) && (!Key.isDown(37))) && (_currentframe != 7)) && (_currentframe != 8)) && (_currentframe != 9)) && (_currentframe != 10)) && (_currentframe != 11)) && (_currentframe != 12)) && (_currentframe != 13)) && (_currentframe != 14)) && (_currentframe != 15)) && (_currentframe != 16)) && (_root.shots >= 1)) { gotoAndStop (2); } if (((((((((((Key.isDown(39) && (!Key.isDown(32))) && (_currentframe != 7)) && (_currentframe != 8)) && (_currentframe != 9)) && (_currentframe != 10)) && (_currentframe != 11)) && (_currentframe != 12)) && (_currentframe != 13)) && (_currentframe != 14)) && (_currentframe != 15)) && (_currentframe != 16)) { gotoAndStop (3); _x = (_x + speed); } if (((((((((((Key.isDown(37) && (!Key.isDown(32))) && (_currentframe != 7)) && (_currentframe != 8)) && (_currentframe != 9)) && (_currentframe != 10)) && (_currentframe != 11)) && (_currentframe != 12)) && (_currentframe != 13)) && (_currentframe != 14)) && (_currentframe != 15)) && (_currentframe != 16)) { gotoAndStop (5); _x = (_x - speed); } if ((((((((((((Key.isDown(32) && (Key.isDown(37))) && (_currentframe != 7)) && (_currentframe != 8)) && (_currentframe != 9)) && (_currentframe != 10)) && (_currentframe != 11)) && (_currentframe != 12)) && (_currentframe != 13)) && (_currentframe != 14)) && (_currentframe != 15)) && (_currentframe != 16)) && (_root.shots >= 1)) { gotoAndStop (6); _x = (_x - speed); } if ((((((((((((Key.isDown(32) && (Key.isDown(39))) && (_currentframe != 7)) && (_currentframe != 8)) && (_currentframe != 9)) && (_currentframe != 10)) && (_currentframe != 11)) && (_currentframe != 12)) && (_currentframe != 13)) && (_currentframe != 14)) && (_currentframe != 15)) && (_currentframe != 16)) && (_root.shots >= 1)) { gotoAndStop (4); _x = (_x + speed); } if (((((((((((((Key.isDown(40) && (!Key.isDown(39))) && (!Key.isDown(32))) && (!Key.isDown(37))) && (_currentframe != 7)) && (_currentframe != 8)) && (_currentframe != 9)) && (_currentframe != 10)) && (_currentframe != 11)) && (_currentframe != 12)) && (_currentframe != 13)) && (_currentframe != 14)) && (_currentframe != 15)) && (_currentframe != 16)) { gotoAndStop (7); } if ((Key.isDown(37) && (_currentframe == 11)) && (_currentframe != 16)) { gotoAndStop (8); _x = (_x - speed); } if ((Key.isDown(39) && (_currentframe == 11)) && (_currentframe != 16)) { gotoAndStop (9); _x = (_x + speed); } if (((Key.isDown(32) && (_currentframe == 11)) && (_currentframe != 16)) && (_root.shots >= 1)) { gotoAndStop (10); } if ((Key.isDown(38) && (_currentframe == 11)) && (_currentframe != 16)) { gotoAndStop (12); } if (((((((((((((Key.isDown(38) && (!Key.isDown(32))) && (_currentframe != 7)) && (_currentframe != 8)) && (_currentframe != 9)) && (_currentframe != 10)) && (_currentframe != 11)) && (_currentframe != 12)) && (_currentframe != 13)) && (_currentframe != 14)) && (_currentframe != 15)) && (!Key.isDown(39))) && (!Key.isDown(37))) && (_currentframe != 16)) { gotoAndStop (13); } if (((Key.isDown(32) && (_currentframe != 11)) && (_currentframe != 16)) && (_root.shots <= 0)) { gotoAndStop (17); } if (this.hitTest(_root.world.tank.hehaha) && (Key.isDown(67))) { this.isot.play(); insidetank = true; _root.world.tank.gotoAndStop(2); } if ((insidetank == true) && (Key.isDown(66))) { insidetank = false; this.isot.gotoAndStop(1); _root.world.tank.gotoAndStop(1); gotoAndStop (1); _y = (_y + 18); } if (health <= 0) { health = 0; gotoAndStop (16); } } onClipEvent (load) { speed = 5; health = 100; insidetank = false; }
Instance of Symbol 187 MovieClip "tank" in Symbol 396 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.ai.hitTest(_root.world.man.ha) && (_root.world.cam._currentframe <= 19)) { _root.world.cam.play(); } else if ((!this.ai.hitTest(_root.world.man.ha)) && (_root.world.cam._currentframe == 20)) { _root.world.cam.play(); } if ((Key.isDown(39) && (_root.world.man.insidetank == true)) && (_root.world.man._currentframe != 16)) { speed = speed + 4; gotoAndStop (2); } if ((Key.isDown(37) && (_root.world.man.insidetank == true)) && (_root.world.man._currentframe != 16)) { speed = speed - 4; gotoAndStop (3); } if (Math.abs(speed) > 25) { speed = speed * 0.6; } speed = speed * 0.9; x = Math.sin(_rotation * (Math.PI/180)) * speed; y = (Math.cos(_rotation * (Math.PI/180)) * speed) * -1; if (!_root.move.hitTest(_x + x, _y + y, true)) { _x = (_x + x); _y = (_y + y); } else { speed = speed * -0.3; } }
Instance of Symbol 32 MovieClip in Symbol 396 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.world.tank.hehaha)) { _root.world.tank._x = _root.world.tank._x - _root.world.tank.speed; } }
Instance of Symbol 215 MovieClip "cam" in Symbol 396 MovieClip Frame 1
onClipEvent (enterFrame) { this._x = this._x + ((_root.world.man._x - this._x) * 0.05); this._y = this._y + ((_root.world.man._y - this._y) * 0.05); }
Symbol 402 MovieClip Frame 13
stop();
Symbol 412 MovieClip Frame 13
stop();
Symbol 413 MovieClip Frame 1
stop();
Instance of Symbol 32 MovieClip in Symbol 413 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.world.man)) { _root.world.man._x = _root.world.man._x - _root.world.man.speed; } if (this.hitTest(_root.world.tank.hehaha)) { _root.world.tank._x = _root.world.tank._x - _root.world.tank.speed; } }
Instance of Symbol 32 MovieClip in Symbol 415 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.world.man)) { _root.world.man._x = _root.world.man._x - _root.world.man.speed; } if (this.hitTest(_root.world.tank.hehaha)) { _root.world.tank._x = _root.world.tank._x - _root.world.tank.speed; } }
Instance of Symbol 32 MovieClip in Symbol 415 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.world.man)) { _root.world.man._x = _root.world.man._x + _root.world.man.speed; } if (this.hitTest(_root.world.tank.hehaha)) { _root.world.tank._x = _root.world.tank._x + _root.world.tank.speed; } }
Instance of Symbol 413 MovieClip in Symbol 415 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.world.tank)) { nextFrame(); } }
Instance of Symbol 413 MovieClip in Symbol 415 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.world.tank)) { nextFrame(); } }
Instance of Symbol 413 MovieClip in Symbol 415 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.world.tank)) { nextFrame(); } }
Instance of Symbol 315 MovieClip in Symbol 415 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.world.man.man.attack)) { nextFrame(); } }
Instance of Symbol 276 MovieClip in Symbol 415 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.world.man.man.attack) && (this.waller2._currentframe == 12)) { gotoAndStop (3); } if (this.ai.hitTest(_root.world.man) && (_currentframe != 3)) { gotoAndStop (2); } if (this.hehe.hitTest(_root.world.tank.hehaha)) { gotoAndStop (5); } if (this.waller2.hitTest(_root.world.tank.hehaha)) { this.waller2.gotoAndStop(12); } }
Instance of Symbol 92 MovieClip in Symbol 415 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hehe.hitTest(_root.world.man.man.attack)) { gotoAndStop (3); } if (this.ai.hitTest(_root.world.man) && (_currentframe != 3)) { gotoAndStop (2); } if (this.man.bulleto.hitTest(_root.world.man.ha)) { _root.world.man.health = _root.world.man.health - 5; } if (this.hehe.hitTest(_root.world.tank.hehaha)) { gotoAndStop (5); } }
Instance of Symbol 335 MovieClip in Symbol 415 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hehe.hitTest(_root.world.man.man.attack)) { gotoAndStop (3); } if (this.ai.hitTest(_root.world.man) && (_currentframe != 3)) { gotoAndStop (2); } if (this.man.bulleto.hitTest(_root.world.man.ha)) { _root.world.man.health = _root.world.man.health - 5; } if (this.hehe.hitTest(_root.world.tank.hehaha)) { gotoAndStop (5); } }
Instance of Symbol 292 MovieClip in Symbol 415 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hehe.hitTest(_root.world.man.man.attack)) { nextFrame(); } if ((((this.ai.hitTest(_root.world.man.ha) && (_currentframe != 5)) && (_currentframe != 4)) && (_currentframe != 3)) && (_root.world.man._currentframe != 16)) { gotoAndStop (2); } if (this.man.bulleto.hitTest(_root.world.man.ha) && (_root.world.man.insidetank == false)) { _root.world.man.health = _root.world.man.health - 5; } if ((_root.world.man._currentframe == 16) && (_currentframe != 5)) { gotoAndStop (1); } if (this.hehe.hitTest(_root.world.tank.hehaha)) { gotoAndStop (5); } }
Instance of Symbol 92 MovieClip in Symbol 415 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hehe.hitTest(_root.world.man.man.attack)) { gotoAndStop (3); } if (this.ai.hitTest(_root.world.man) && (_currentframe != 3)) { gotoAndStop (2); } if (this.man.bulleto.hitTest(_root.world.man.ha)) { _root.world.man.health = _root.world.man.health - 5; } if (this.hehe.hitTest(_root.world.tank.hehaha)) { gotoAndStop (5); } }
Instance of Symbol 335 MovieClip in Symbol 415 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hehe.hitTest(_root.world.man.man.attack)) { gotoAndStop (3); } if (this.ai.hitTest(_root.world.man) && (_currentframe != 3)) { gotoAndStop (2); } if (this.man.bulleto.hitTest(_root.world.man.ha)) { _root.world.man.health = _root.world.man.health - 5; } if (this.hehe.hitTest(_root.world.tank.hehaha)) { gotoAndStop (5); } }
Instance of Symbol 335 MovieClip in Symbol 415 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hehe.hitTest(_root.world.man.man.attack)) { gotoAndStop (3); } if (this.ai.hitTest(_root.world.man) && (_currentframe != 3)) { gotoAndStop (2); } if (this.man.bulleto.hitTest(_root.world.man.ha)) { _root.world.man.health = _root.world.man.health - 5; } if (this.hehe.hitTest(_root.world.tank.hehaha)) { gotoAndStop (5); } }
Instance of Symbol 92 MovieClip in Symbol 415 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hehe.hitTest(_root.world.man.man.attack)) { gotoAndStop (3); } if (this.ai.hitTest(_root.world.man) && (_currentframe != 3)) { gotoAndStop (2); } if (this.man.bulleto.hitTest(_root.world.man.ha)) { _root.world.man.health = _root.world.man.health - 5; } if (this.hehe.hitTest(_root.world.tank.hehaha)) { gotoAndStop (5); } }
Instance of Symbol 92 MovieClip in Symbol 415 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hehe.hitTest(_root.world.man.man.attack)) { gotoAndStop (3); } if (this.ai.hitTest(_root.world.man) && (_currentframe != 3)) { gotoAndStop (2); } if (this.man.bulleto.hitTest(_root.world.man.ha)) { _root.world.man.health = _root.world.man.health - 5; } if (this.hehe.hitTest(_root.world.tank.hehaha)) { gotoAndStop (5); } }
Instance of Symbol 92 MovieClip in Symbol 415 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hehe.hitTest(_root.world.man.man.attack)) { gotoAndStop (3); } if (this.ai.hitTest(_root.world.man) && (_currentframe != 3)) { gotoAndStop (2); } if (this.man.bulleto.hitTest(_root.world.man.ha)) { _root.world.man.health = _root.world.man.health - 5; } if (this.hehe.hitTest(_root.world.tank.hehaha)) { gotoAndStop (5); } }
Instance of Symbol 335 MovieClip in Symbol 415 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hehe.hitTest(_root.world.man.man.attack)) { gotoAndStop (3); } if (this.ai.hitTest(_root.world.man) && (_currentframe != 3)) { gotoAndStop (2); } if (this.man.bulleto.hitTest(_root.world.man.ha)) { _root.world.man.health = _root.world.man.health - 5; } if (this.hehe.hitTest(_root.world.tank.hehaha)) { gotoAndStop (5); } }
Instance of Symbol 92 MovieClip in Symbol 415 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hehe.hitTest(_root.world.man.man.attack)) { gotoAndStop (3); } if (this.ai.hitTest(_root.world.man) && (_currentframe != 3)) { gotoAndStop (2); } if (this.man.bulleto.hitTest(_root.world.man.ha)) { _root.world.man.health = _root.world.man.health - 5; } if (this.hehe.hitTest(_root.world.tank.hehaha)) { gotoAndStop (5); } }
Instance of Symbol 92 MovieClip in Symbol 415 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hehe.hitTest(_root.world.man.man.attack)) { gotoAndStop (3); } if (this.ai.hitTest(_root.world.man) && (_currentframe != 3)) { gotoAndStop (2); } if (this.man.bulleto.hitTest(_root.world.man.ha)) { _root.world.man.health = _root.world.man.health - 5; } if (this.hehe.hitTest(_root.world.tank.hehaha)) { gotoAndStop (5); } }
Instance of Symbol 92 MovieClip in Symbol 415 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hehe.hitTest(_root.world.man.man.attack)) { gotoAndStop (3); } if (this.ai.hitTest(_root.world.man) && (_currentframe != 3)) { gotoAndStop (2); } if (this.man.bulleto.hitTest(_root.world.man.ha)) { _root.world.man.health = _root.world.man.health - 5; } if (this.hehe.hitTest(_root.world.tank.hehaha)) { gotoAndStop (5); } }
Instance of Symbol 335 MovieClip in Symbol 415 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hehe.hitTest(_root.world.man.man.attack)) { gotoAndStop (3); } if (this.ai.hitTest(_root.world.man) && (_currentframe != 3)) { gotoAndStop (2); } if (this.man.bulleto.hitTest(_root.world.man.ha)) { _root.world.man.health = _root.world.man.health - 5; } if (this.hehe.hitTest(_root.world.tank.hehaha)) { gotoAndStop (5); } }
Instance of Symbol 335 MovieClip in Symbol 415 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hehe.hitTest(_root.world.man.man.attack)) { gotoAndStop (3); } if (this.ai.hitTest(_root.world.man) && (_currentframe != 3)) { gotoAndStop (2); } if (this.man.bulleto.hitTest(_root.world.man.ha)) { _root.world.man.health = _root.world.man.health - 5; } if (this.hehe.hitTest(_root.world.tank.hehaha)) { gotoAndStop (5); } }
Instance of Symbol 52 MovieClip in Symbol 415 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.world.man.man.attack)) { gotoAndStop (2); } }
Instance of Symbol 52 MovieClip in Symbol 415 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.world.man.man.attack)) { gotoAndStop (2); } }
Instance of Symbol 52 MovieClip in Symbol 415 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.world.man.man.attack)) { gotoAndStop (2); } }
Instance of Symbol 176 MovieClip "man" in Symbol 415 MovieClip Frame 1
onClipEvent (enterFrame) { if (((((((((((((Key.isDown(32) && (!Key.isDown(39))) && (!Key.isDown(37))) && (_currentframe != 7)) && (_currentframe != 8)) && (_currentframe != 9)) && (_currentframe != 10)) && (_currentframe != 11)) && (_currentframe != 12)) && (_currentframe != 13)) && (_currentframe != 14)) && (_currentframe != 15)) && (_currentframe != 16)) && (_root.shots >= 1)) { gotoAndStop (2); } if (((((((((((Key.isDown(39) && (!Key.isDown(32))) && (_currentframe != 7)) && (_currentframe != 8)) && (_currentframe != 9)) && (_currentframe != 10)) && (_currentframe != 11)) && (_currentframe != 12)) && (_currentframe != 13)) && (_currentframe != 14)) && (_currentframe != 15)) && (_currentframe != 16)) { gotoAndStop (3); _x = (_x + speed); } if (((((((((((Key.isDown(37) && (!Key.isDown(32))) && (_currentframe != 7)) && (_currentframe != 8)) && (_currentframe != 9)) && (_currentframe != 10)) && (_currentframe != 11)) && (_currentframe != 12)) && (_currentframe != 13)) && (_currentframe != 14)) && (_currentframe != 15)) && (_currentframe != 16)) { gotoAndStop (5); _x = (_x - speed); } if ((((((((((((Key.isDown(32) && (Key.isDown(37))) && (_currentframe != 7)) && (_currentframe != 8)) && (_currentframe != 9)) && (_currentframe != 10)) && (_currentframe != 11)) && (_currentframe != 12)) && (_currentframe != 13)) && (_currentframe != 14)) && (_currentframe != 15)) && (_currentframe != 16)) && (_root.shots >= 1)) { gotoAndStop (6); _x = (_x - speed); } if ((((((((((((Key.isDown(32) && (Key.isDown(39))) && (_currentframe != 7)) && (_currentframe != 8)) && (_currentframe != 9)) && (_currentframe != 10)) && (_currentframe != 11)) && (_currentframe != 12)) && (_currentframe != 13)) && (_currentframe != 14)) && (_currentframe != 15)) && (_currentframe != 16)) && (_root.shots >= 1)) { gotoAndStop (4); _x = (_x + speed); } if (((((((((((((Key.isDown(40) && (!Key.isDown(39))) && (!Key.isDown(32))) && (!Key.isDown(37))) && (_currentframe != 7)) && (_currentframe != 8)) && (_currentframe != 9)) && (_currentframe != 10)) && (_currentframe != 11)) && (_currentframe != 12)) && (_currentframe != 13)) && (_currentframe != 14)) && (_currentframe != 15)) && (_currentframe != 16)) { gotoAndStop (7); } if ((Key.isDown(37) && (_currentframe == 11)) && (_currentframe != 16)) { gotoAndStop (8); _x = (_x - speed); } if ((Key.isDown(39) && (_currentframe == 11)) && (_currentframe != 16)) { gotoAndStop (9); _x = (_x + speed); } if (((Key.isDown(32) && (_currentframe == 11)) && (_currentframe != 16)) && (_root.shots >= 1)) { gotoAndStop (10); } if ((Key.isDown(38) && (_currentframe == 11)) && (_currentframe != 16)) { gotoAndStop (12); } if (((((((((((((Key.isDown(38) && (!Key.isDown(32))) && (_currentframe != 7)) && (_currentframe != 8)) && (_currentframe != 9)) && (_currentframe != 10)) && (_currentframe != 11)) && (_currentframe != 12)) && (_currentframe != 13)) && (_currentframe != 14)) && (_currentframe != 15)) && (!Key.isDown(39))) && (!Key.isDown(37))) && (_currentframe != 16)) { gotoAndStop (13); } if (((Key.isDown(32) && (_currentframe != 11)) && (_currentframe != 16)) && (_root.shots <= 0)) { gotoAndStop (17); } if (this.hitTest(_root.world.tank.hehaha) && (Key.isDown(67))) { this.isot.play(); insidetank = true; _root.world.tank.gotoAndStop(2); } if ((insidetank == true) && (Key.isDown(66))) { insidetank = false; this.isot.gotoAndStop(1); _root.world.tank.gotoAndStop(1); gotoAndStop (1); _y = (_y + 18); } if (health <= 0) { health = 0; gotoAndStop (16); } } onClipEvent (load) { speed = 5; health = 100; insidetank = false; }
Instance of Symbol 347 MovieClip "tank" in Symbol 415 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.world.man.man.attack)) { gotoAndStop (3); } if (this.ai.hitTest(_root.world.man.ha) && (_currentframe != 3)) { gotoAndStop (2); } if (this.man.bulleto.hitTest(_root.world.man.ha)) { _root.world.man.health = _root.world.man.health - 5; } if (this.ai.hitTest(_root.world.man.ha) && (_root.world.cam._currentframe <= 19)) { _root.world.cam.play(); } else if ((!this.ai.hitTest(_root.world.man.ha)) && (_root.world.cam._currentframe == 20)) { _root.world.cam.play(); } if ((Key.isDown(39) && (_root.world.man.insidetank == true)) && (_root.world.man._currentframe != 16)) { speed = speed + 1; } if ((Key.isDown(37) && (_root.world.man.insidetank == true)) && (_root.world.man._currentframe != 16)) { speed = speed - 1; } if (Math.abs(speed) > 25) { speed = speed * 0.6; } speed = speed * 0.9; x = Math.sin(_rotation * (Math.PI/180)) * speed; y = (Math.cos(_rotation * (Math.PI/180)) * speed) * -1; if (!_root.move.hitTest(_x + x, _y + y, true)) { _x = (_x + x); _y = (_y + y); } else { speed = speed * -0.3; } }
Instance of Symbol 386 MovieClip in Symbol 415 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.world.man.man.attack)) { gotoAndStop (2); } if (this.hitTest(_root.world.tank.hehaha)) { gotoAndStop (2); } }
Instance of Symbol 386 MovieClip in Symbol 415 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.world.man.man.attack)) { gotoAndStop (2); } if (this.hitTest(_root.world.tank.hehaha)) { gotoAndStop (2); } }
Instance of Symbol 386 MovieClip in Symbol 415 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.world.man.man.attack)) { gotoAndStop (2); } if (this.hitTest(_root.world.tank.hehaha)) { gotoAndStop (2); } }
Instance of Symbol 92 MovieClip in Symbol 415 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hehe.hitTest(_root.world.man.man.attack)) { gotoAndStop (3); } if (this.ai.hitTest(_root.world.man) && (_currentframe != 3)) { gotoAndStop (2); } if (this.man.bulleto.hitTest(_root.world.man.ha)) { _root.world.man.health = _root.world.man.health - 5; } if (this.hehe.hitTest(_root.world.tank.hehaha)) { gotoAndStop (5); } }
Instance of Symbol 92 MovieClip in Symbol 415 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hehe.hitTest(_root.world.man.man.attack)) { gotoAndStop (3); } if (this.ai.hitTest(_root.world.man) && (_currentframe != 3)) { gotoAndStop (2); } if (this.man.bulleto.hitTest(_root.world.man.ha)) { _root.world.man.health = _root.world.man.health - 5; } if (this.hehe.hitTest(_root.world.tank.hehaha)) { gotoAndStop (5); } }
Instance of Symbol 92 MovieClip in Symbol 415 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hehe.hitTest(_root.world.man.man.attack)) { gotoAndStop (3); } if (this.ai.hitTest(_root.world.man) && (_currentframe != 3)) { gotoAndStop (2); } if (this.man.bulleto.hitTest(_root.world.man.ha)) { _root.world.man.health = _root.world.man.health - 5; } if (this.hehe.hitTest(_root.world.tank.hehaha)) { gotoAndStop (5); } }
Instance of Symbol 92 MovieClip in Symbol 415 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hehe.hitTest(_root.world.man.man.attack)) { gotoAndStop (3); } if (this.ai.hitTest(_root.world.man) && (_currentframe != 3)) { gotoAndStop (2); } if (this.man.bulleto.hitTest(_root.world.man.ha)) { _root.world.man.health = _root.world.man.health - 5; } if (this.hehe.hitTest(_root.world.tank.hehaha)) { gotoAndStop (5); } }
Instance of Symbol 52 MovieClip in Symbol 415 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.world.man.man.attack)) { gotoAndStop (2); } }
Instance of Symbol 52 MovieClip in Symbol 415 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.world.man.man.attack)) { gotoAndStop (2); } }
Instance of Symbol 52 MovieClip in Symbol 415 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.world.man.man.attack)) { gotoAndStop (2); } }
Instance of Symbol 370 MovieClip "filla" in Symbol 415 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.world.man)) { _alpha = 30; } else { _alpha = 100; } }
Instance of Symbol 308 MovieClip "spray" in Symbol 415 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.world.man.man.attack)) { gotoAndStop (2); } }
Instance of Symbol 215 MovieClip "cam" in Symbol 415 MovieClip Frame 1
onClipEvent (enterFrame) { this._x = this._x + ((_root.world.man._x - this._x) * 0.05); this._y = this._y + ((_root.world.man._y - this._y) * 0.05); }
Symbol 425 Button
on (release) { gotoAndStop (1); }
Symbol 445 MovieClip Frame 53
_root.gotoAndStop(2);

Library Items

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

Instance Names

"world"Frame 2Symbol 223 MovieClip
"death"Frame 2Symbol 238 MovieClip
"world"Frame 6Symbol 316 MovieClip
"death"Frame 6Symbol 238 MovieClip
"world"Frame 7Symbol 336 MovieClip
"world"Frame 8Symbol 348 MovieClip
"death"Frame 8Symbol 353 MovieClip
"world"Frame 9Symbol 371 MovieClip
"world"Frame 10Symbol 387 MovieClip
"death"Frame 10Symbol 392 MovieClip
"world"Frame 11Symbol 396 MovieClip
"world"Frame 12Symbol 415 MovieClip
"bar"Symbol 16 MovieClip Frame 1Symbol 3 MovieClip
"bulleto"Symbol 74 MovieClip Frame 3Symbol 67 MovieClip
"man"Symbol 92 MovieClip Frame 1Symbol 56 MovieClip
"hehe"Symbol 92 MovieClip Frame 1Symbol 60 MovieClip
"ai"Symbol 92 MovieClip Frame 1Symbol 62 MovieClip
"man"Symbol 92 MovieClip Frame 2Symbol 74 MovieClip
"attack"Symbol 107 MovieClip Frame 2Symbol 103 MovieClip
"attack"Symbol 121 MovieClip Frame 2Symbol 103 MovieClip
"attack"Symbol 130 MovieClip Frame 2Symbol 103 MovieClip
"attack"Symbol 145 MovieClip Frame 2Symbol 103 MovieClip
"attack"Symbol 175 MovieClip Frame 3Symbol 103 MovieClip
"man"Symbol 176 MovieClip Frame 1Symbol 97 MovieClip
"ha"Symbol 176 MovieClip Frame 1Symbol 32 MovieClip
"isot"Symbol 176 MovieClip Frame 1Symbol 60 MovieClip
"man"Symbol 176 MovieClip Frame 2Symbol 107 MovieClip
"man"Symbol 176 MovieClip Frame 3Symbol 115 MovieClip
"man"Symbol 176 MovieClip Frame 4Symbol 121 MovieClip
"man"Symbol 176 MovieClip Frame 5Symbol 123 MovieClip
"man"Symbol 176 MovieClip Frame 6Symbol 130 MovieClip
"man"Symbol 176 MovieClip Frame 7Symbol 137 MovieClip
"man"Symbol 176 MovieClip Frame 8Symbol 142 MovieClip
"man"Symbol 176 MovieClip Frame 9Symbol 143 MovieClip
"man"Symbol 176 MovieClip Frame 10Symbol 145 MovieClip
"man"Symbol 176 MovieClip Frame 11Symbol 146 MovieClip
"man"Symbol 176 MovieClip Frame 12Symbol 152 MovieClip
"man"Symbol 176 MovieClip Frame 17Symbol 175 MovieClip
"ai"Symbol 187 MovieClip Frame 1Symbol 179 MovieClip
"hehaha"Symbol 187 MovieClip Frame 1Symbol 179 MovieClip
"man"Symbol 223 MovieClip Frame 1Symbol 176 MovieClip
"tank"Symbol 223 MovieClip Frame 1Symbol 187 MovieClip
"cam"Symbol 223 MovieClip Frame 1Symbol 215 MovieClip
"man"Symbol 276 MovieClip Frame 1Symbol 245 MovieClip
"waller2"Symbol 276 MovieClip Frame 1Symbol 250 MovieClip
"hehe"Symbol 276 MovieClip Frame 1Symbol 60 MovieClip
"ai"Symbol 276 MovieClip Frame 1Symbol 252 MovieClip
"bulleto"Symbol 283 MovieClip Frame 2Symbol 67 MovieClip
"bulleto"Symbol 283 MovieClip Frame 4Symbol 67 MovieClip
"ai"Symbol 292 MovieClip Frame 1Symbol 252 MovieClip
"hehe"Symbol 292 MovieClip Frame 1Symbol 32 MovieClip
"man"Symbol 292 MovieClip Frame 2Symbol 283 MovieClip
"spray"Symbol 316 MovieClip Frame 1Symbol 308 MovieClip
"man"Symbol 316 MovieClip Frame 1Symbol 176 MovieClip
"bulleto"Symbol 325 MovieClip Frame 3Symbol 67 MovieClip
"hehe"Symbol 335 MovieClip Frame 1Symbol 60 MovieClip
"ai"Symbol 335 MovieClip Frame 1Symbol 62 MovieClip
"man"Symbol 335 MovieClip Frame 2Symbol 325 MovieClip
"man"Symbol 335 MovieClip Frame 3Symbol 334 MovieClip
"man"Symbol 336 MovieClip Frame 1Symbol 176 MovieClip
"hehaha"Symbol 347 MovieClip Frame 1Symbol 343 MovieClip
"ai"Symbol 347 MovieClip Frame 1Symbol 62 MovieClip
"man"Symbol 348 MovieClip Frame 1Symbol 176 MovieClip
"tank"Symbol 348 MovieClip Frame 1Symbol 347 MovieClip
"cam"Symbol 348 MovieClip Frame 1Symbol 215 MovieClip
"man"Symbol 371 MovieClip Frame 1Symbol 176 MovieClip
"tank"Symbol 371 MovieClip Frame 1Symbol 347 MovieClip
"filla"Symbol 371 MovieClip Frame 1Symbol 370 MovieClip
"cam"Symbol 371 MovieClip Frame 1Symbol 215 MovieClip
"man"Symbol 387 MovieClip Frame 1Symbol 176 MovieClip
"tank"Symbol 387 MovieClip Frame 1Symbol 347 MovieClip
"filla"Symbol 387 MovieClip Frame 1Symbol 370 MovieClip
"spray"Symbol 387 MovieClip Frame 1Symbol 308 MovieClip
"cam"Symbol 387 MovieClip Frame 1Symbol 215 MovieClip
"man"Symbol 396 MovieClip Frame 1Symbol 176 MovieClip
"tank"Symbol 396 MovieClip Frame 1Symbol 187 MovieClip
"cam"Symbol 396 MovieClip Frame 1Symbol 215 MovieClip
"man"Symbol 415 MovieClip Frame 1Symbol 176 MovieClip
"tank"Symbol 415 MovieClip Frame 1Symbol 347 MovieClip
"filla"Symbol 415 MovieClip Frame 1Symbol 370 MovieClip
"spray"Symbol 415 MovieClip Frame 1Symbol 308 MovieClip
"cam"Symbol 415 MovieClip Frame 1Symbol 215 MovieClip

Labels

"loaded"Symbol 16 MovieClip Frame 3

Dynamic Text Variables

healthSymbol 100 EditableText""
shotsSymbol 226 EditableText""
shotsSymbol 317 EditableText""
shotsSymbol 339 EditableText""




http://swfchan.com/10/46260/info.shtml
Created: 4/5 -2019 00:56:38 Last modified: 4/5 -2019 00:56:38 Server time: 15/05 -2024 03:17:04