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

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

Commissar Lite.swf

This is the info page for
Flash #29557

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


ActionScript [AS1/AS2]
Frame 1
stop(); _root.hp = 100; stopAllSounds(); var grav = 0; var hits = 0; onEnterFrame = function () { i = 0; while (i < 50) { if (i == 0) { hits = 0; } if (player.hitTest(_root["g" + i])) { hits++; player._y = _root["g" + i]._y; } i++; } if (hits > 0) { grav = 0; } else { grav++; } player._y = player._y + grav; if ((hits != 0) && (Key.isDown(68))) { grav = -10; player._y = player._y + grav; } };
Frame 2
stop(); _root.hp = 100; stopAllSounds(); var grav = 0; var hits = 0; onEnterFrame = function () { i = 0; while (i < 50) { if (i == 0) { hits = 0; } if (player.hitTest(_root["g" + i])) { hits++; player._y = _root["g" + i]._y; } i++; } if (hits > 0) { grav = 0; } else { grav++; } player._y = player._y + grav; if ((hits != 0) && (Key.isDown(68))) { grav = -10; player._y = player._y + grav; } };
Frame 3
stop(); _root.hp = 100; var grav = 0; var hits = 0; onEnterFrame = function () { i = 0; while (i < 50) { if (i == 0) { hits = 0; } if (player.hitTest(_root["g" + i])) { hits++; player._y = _root["g" + i]._y; } i++; } if (hits > 0) { grav = 0; } else { grav++; } player._y = player._y + grav; if ((hits != 0) && (Key.isDown(68))) { grav = -10; player._y = player._y + grav; } };
Instance of Symbol 209 MovieClip "player" in Frame 3
onClipEvent (load) { fight = false; } onClipEvent (enterFrame) { if (fight == false) { if (Key.isDown(37) && (fight != true)) { this._x = this._x - 4; this._xscale = -100; this.gotoAndStop(2); } else if (Key.isDown(39) && (fight != true)) { this._x = this._x + 4; this._xscale = 100; this.gotoAndStop(2); } else if (Key.isDown(38) && (fight != true)) { this.gotoAndStop(6); } else if (Key.isDown(40) && (fight != true)) { this.gotoAndStop(4); } else if (Key.isDown() && (fight != false)) { this.gotoAndStop(1); } else { this.gotoAndStop(1); } } if (Key.isDown(65)) { this.gotoAndStop(3); fight = true; } if (Key.isDown(68)) { this.gotoAndStop(8); fight = true; } if (Key.isDown(83)) { this.gotoAndStop(9); fight = true; } if (Key.isDown(65) && (Key.isDown(38))) { this.gotoAndStop(7); fight = true; } if (Key.isDown(65) && (Key.isDown(40))) { this.gotoAndStop(5); fight = true; } if (this._currentframe == 1) { fight = false; } if (this._currentframe == 4) { fight = false; } if (this._currentframe == 6) { fight = false; } }
Instance of Symbol 211 MovieClip in Frame 3
onClipEvent (enterFrame) { this._xscale = _root.hp; if (_root.hp <= 0) { _root.hp = 0; _root.gotoAndStop("dead"); } }
Instance of Symbol 282 MovieClip in Frame 3
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { _root.player._x = _root.player._x + 5; } }
Instance of Symbol 282 MovieClip in Frame 3
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { _root.player._x = _root.player._x + 5; _root.gotoAndStop("level2"); } }
Frame 5
stop(); _root.shp = 50; var grav = 0; var hits = 0; onEnterFrame = function () { i = 0; while (i < 50) { if (i == 0) { hits = 0; } if (player.hitTest(_root["g" + i])) { hits++; player._y = _root["g" + i]._y; } i++; } if (hits > 0) { grav = 0; } else { grav++; } player._y = player._y + grav; if ((hits != 0) && (Key.isDown(68))) { grav = -10; player._y = player._y + grav; } };
Instance of Symbol 209 MovieClip "player" in Frame 5
onClipEvent (load) { fight = false; } onClipEvent (enterFrame) { if (fight == false) { if (Key.isDown(37) && (fight != true)) { this._x = this._x - 4; this._xscale = -100; this.gotoAndStop(2); } else if (Key.isDown(39) && (fight != true)) { this._x = this._x + 4; this._xscale = 100; this.gotoAndStop(2); } else if (Key.isDown(38) && (fight != true)) { this.gotoAndStop(6); } else if (Key.isDown(40) && (fight != true)) { this.gotoAndStop(4); } else if (Key.isDown() && (fight != false)) { this.gotoAndStop(1); } else { this.gotoAndStop(1); } } if (Key.isDown(65)) { this.gotoAndStop(3); fight = true; } if (Key.isDown(68)) { this.gotoAndStop(8); fight = true; } if (Key.isDown(83)) { this.gotoAndStop(9); fight = true; } if (Key.isDown(65) && (Key.isDown(38))) { this.gotoAndPlay(7); fight = true; } if (Key.isDown(65) && (Key.isDown(40))) { this.gotoAndStop(5); fight = true; } if (this._currentframe == 1) { fight = false; } if (this._currentframe == 4) { fight = false; } if (this._currentframe == 6) { fight = false; } }
Instance of Symbol 211 MovieClip in Frame 5
onClipEvent (enterFrame) { this._xscale = _root.hp; if (_root.hp <= 0) { _root.hp = 0; _root.gotoAndStop("dead"); } }
Instance of Symbol 282 MovieClip in Frame 5
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { _root.player._x = _root.player._x + 5; } }
Instance of Symbol 211 MovieClip in Frame 5
onClipEvent (enterFrame) { this._xscale = _root.shp; if (_root.shp <= 0) { _root.shp = 0; _root.shield1.gotoAndStop("hit"); } }
Instance of Symbol 282 MovieClip in Frame 5
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { _root.player._x = _root.player._x + 5; _root.gotoAndStop("level3"); } }
Frame 7
stop(); _root.shp = 100; var grav = 0; var hits = 0; onEnterFrame = function () { i = 0; while (i < 50) { if (i == 0) { hits = 0; } if (player.hitTest(_root["g" + i])) { hits++; player._y = _root["g" + i]._y; } i++; } if (hits > 0) { grav = 0; } else { grav++; } player._y = player._y + grav; if ((hits != 0) && (Key.isDown(68))) { grav = -10; player._y = player._y + grav; } };
Instance of Symbol 209 MovieClip "player" in Frame 7
onClipEvent (load) { fight = false; } onClipEvent (enterFrame) { if (fight == false) { if (Key.isDown(37) && (fight != true)) { this._x = this._x - 4; this._xscale = -100; this.gotoAndStop(2); } else if (Key.isDown(39) && (fight != true)) { this._x = this._x + 4; this._xscale = 100; this.gotoAndStop(2); } else if (Key.isDown(38) && (fight != true)) { this.gotoAndStop(6); } else if (Key.isDown(40) && (fight != true)) { this.gotoAndStop(4); } else if (Key.isDown() && (fight != false)) { this.gotoAndStop(1); } else { this.gotoAndStop(1); } } if (Key.isDown(65)) { this.gotoAndStop(3); fight = true; } if (Key.isDown(68)) { this.gotoAndStop(8); fight = true; } if (Key.isDown(83)) { this.gotoAndStop(9); fight = true; } if (Key.isDown(65) && (Key.isDown(38))) { this.gotoAndStop(7); fight = true; } if (Key.isDown(65) && (Key.isDown(40))) { this.gotoAndStop(5); fight = true; } if (this._currentframe == 1) { fight = false; } if (this._currentframe == 4) { fight = false; } if (this._currentframe == 6) { fight = false; } }
Instance of Symbol 211 MovieClip in Frame 7
onClipEvent (enterFrame) { this._xscale = _root.hp; if (_root.hp <= 0) { _root.hp = 0; _root.gotoAndStop("dead"); } }
Instance of Symbol 282 MovieClip in Frame 7
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { _root.player._x = _root.player._x + 5; } }
Instance of Symbol 211 MovieClip in Frame 7
onClipEvent (enterFrame) { this._xscale = _root.shp; if (_root.shp <= 0) { _root.shp = 0; _root.vehicles.gotoAndStop("hit"); } }
Instance of Symbol 282 MovieClip in Frame 7
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { _root.player._x = _root.player._x + 5; _root.gotoAndStop("level4"); } }
Instance of Symbol 317 MovieClip "vehicles" in Frame 7
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { _root.player._x = _root.player._x - 6; } }
Frame 9
stop(); _root.shp = 50; var grav = 0; var hits = 0; onEnterFrame = function () { i = 0; while (i < 50) { if (i == 0) { hits = 0; } if (player.hitTest(_root["g" + i])) { hits++; player._y = _root["g" + i]._y; } i++; } if (hits > 0) { grav = 0; } else { grav++; } player._y = player._y + grav; if ((hits != 0) && (Key.isDown(68))) { grav = -10; player._y = player._y + grav; } };
Instance of Symbol 209 MovieClip "player" in Frame 9
onClipEvent (load) { fight = false; } onClipEvent (enterFrame) { if (fight == false) { if (Key.isDown(37) && (fight != true)) { this._x = this._x - 4; this._xscale = -100; this.gotoAndStop(2); } else if (Key.isDown(39) && (fight != true)) { this._x = this._x + 4; this._xscale = 100; this.gotoAndStop(2); } else if (Key.isDown(38) && (fight != true)) { this.gotoAndStop(6); } else if (Key.isDown(40) && (fight != true)) { this.gotoAndStop(4); } else if (Key.isDown() && (fight != false)) { this.gotoAndStop(1); } else { this.gotoAndStop(1); } } if (Key.isDown(65)) { this.gotoAndStop(3); fight = true; } if (Key.isDown(68)) { this.gotoAndStop(8); fight = true; } if (Key.isDown(83)) { this.gotoAndStop(9); fight = true; } if (Key.isDown(65) && (Key.isDown(38))) { this.gotoAndStop(7); fight = true; } if (Key.isDown(65) && (Key.isDown(40))) { this.gotoAndStop(5); fight = true; } if (this._currentframe == 1) { fight = false; } if (this._currentframe == 4) { fight = false; } if (this._currentframe == 6) { fight = false; } }
Instance of Symbol 211 MovieClip in Frame 9
onClipEvent (enterFrame) { this._xscale = _root.hp; if (_root.hp <= 0) { _root.hp = 0; _root.gotoAndStop("dead"); } }
Instance of Symbol 282 MovieClip in Frame 9
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { _root.player._x = _root.player._x + 5; } }
Instance of Symbol 282 MovieClip in Frame 9
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { _root.player._x = _root.player._x + 5; _root.gotoAndStop("level5"); } }
Instance of Symbol 211 MovieClip in Frame 9
onClipEvent (enterFrame) { this._xscale = _root.shp; if (_root.shp <= 0) { _root.shp = 0; _root.shield1.gotoAndStop("hit"); } }
Frame 11
stop(); _root.hp = 100; _root.shp = 400; stopAllSounds(); var grav = 0; var hits = 0; onEnterFrame = function () { i = 0; while (i < 50) { if (i == 0) { hits = 0; } if (player.hitTest(_root["g" + i])) { hits++; player._y = _root["g" + i]._y; } i++; } if (hits > 0) { grav = 0; } else { grav++; } player._y = player._y + grav; if ((hits != 0) && (Key.isDown(68))) { grav = -10; player._y = player._y + grav; } };
Instance of Symbol 209 MovieClip "player" in Frame 11
onClipEvent (load) { fight = false; } onClipEvent (enterFrame) { if (fight == false) { if (Key.isDown(37) && (fight != true)) { this._x = this._x - 4; this._xscale = -100; this.gotoAndStop(2); } else if (Key.isDown(39) && (fight != true)) { this._x = this._x + 4; this._xscale = 100; this.gotoAndStop(2); } else if (Key.isDown(38) && (fight != true)) { this.gotoAndStop(6); } else if (Key.isDown(40) && (fight != true)) { this.gotoAndStop(4); } else if (Key.isDown() && (fight != false)) { this.gotoAndStop(1); } else { this.gotoAndStop(1); } } if (Key.isDown(65)) { this.gotoAndStop(3); fight = true; } if (Key.isDown(68)) { this.gotoAndStop(8); fight = true; } if (Key.isDown(83)) { this.gotoAndStop(9); fight = true; } if (Key.isDown(65) && (Key.isDown(38))) { this.gotoAndStop(7); fight = true; } if (Key.isDown(65) && (Key.isDown(40))) { this.gotoAndStop(5); fight = true; } if (this._currentframe == 1) { fight = false; } if (this._currentframe == 4) { fight = false; } if (this._currentframe == 6) { fight = false; } }
Instance of Symbol 211 MovieClip in Frame 11
onClipEvent (enterFrame) { this._xscale = _root.hp; if (_root.hp <= 0) { _root.hp = 0; _root.gotoAndStop("dead"); } }
Instance of Symbol 282 MovieClip in Frame 11
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { _root.player._x = _root.player._x + 5; } }
Instance of Symbol 211 MovieClip in Frame 11
onClipEvent (enterFrame) { this._xscale = _root.shp; if (_root.shp <= 0) { _root.shp = 0; _root.bossf.gotoAndStop("hit"); } }
Instance of Symbol 282 MovieClip in Frame 11
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { _root.player._x = _root.player._x - 5; _root.gotoAndStop("level6"); } }
Frame 13
stop(); _root.hp = 100; _root.shp = 100; var grav = 0; var hits = 0; onEnterFrame = function () { i = 0; while (i < 50) { if (i == 0) { hits = 0; } if (player.hitTest(_root["g" + i])) { hits++; player._y = _root["g" + i]._y; } i++; } if (hits > 0) { grav = 0; } else { grav++; } player._y = player._y + grav; if ((hits != 0) && (Key.isDown(68))) { grav = -10; player._y = player._y + grav; } };
Instance of Symbol 209 MovieClip "player" in Frame 13
onClipEvent (load) { fight = false; } onClipEvent (enterFrame) { if (fight == false) { if (Key.isDown(37) && (fight != true)) { this._x = this._x - 4; this._xscale = -100; this.gotoAndStop(2); } else if (Key.isDown(39) && (fight != true)) { this._x = this._x + 4; this._xscale = 100; this.gotoAndStop(2); } else if (Key.isDown(38) && (fight != true)) { this.gotoAndStop(6); } else if (Key.isDown(40) && (fight != true)) { this.gotoAndStop(4); } else if (Key.isDown() && (fight != false)) { this.gotoAndStop(1); } else { this.gotoAndStop(1); } } if (Key.isDown(65)) { this.gotoAndStop(3); fight = true; } if (Key.isDown(68)) { this.gotoAndStop(8); fight = true; } if (Key.isDown(83)) { this.gotoAndStop(9); fight = true; } if (Key.isDown(65) && (Key.isDown(38))) { this.gotoAndStop(7); fight = true; } if (Key.isDown(65) && (Key.isDown(40))) { this.gotoAndStop(5); fight = true; } if (this._currentframe == 1) { fight = false; } if (this._currentframe == 4) { fight = false; } if (this._currentframe == 6) { fight = false; } }
Instance of Symbol 211 MovieClip in Frame 13
onClipEvent (enterFrame) { this._xscale = _root.hp; if (_root.hp <= 0) { _root.hp = 0; _root.gotoAndStop("dead"); } }
Instance of Symbol 282 MovieClip in Frame 13
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { _root.player._x = _root.player._x + 5; } }
Instance of Symbol 211 MovieClip in Frame 13
onClipEvent (enterFrame) { this._xscale = _root.shp; if (_root.shp <= 0) { _root.shp = 0; _root.heli.gotoAndStop("hit"); } }
Instance of Symbol 282 MovieClip in Frame 13
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { _root.player._x = _root.player._x - 5; _root.gotoAndPlay("level7"); } }
Instance of Symbol 338 MovieClip "heli" in Frame 13
onClipEvent (enterFrame) { tx = this._x; mx = _root.player._x; rx = tx - mx; if (this.hitTest(_root.player)) { } else { if ((rx >= 1) && (rx < 550)) { this._x = this._x - 3; } if ((rx <= -1) && (rx > -550)) { this._x = this._x + 3; } } }
Frame 15
stop(); _root.shp = 100; _root.shp2 = 100; var grav = 0; var hits = 0; onEnterFrame = function () { i = 0; while (i < 50) { if (i == 0) { hits = 0; } if (player.hitTest(_root["g" + i])) { hits++; player._y = _root["g" + i]._y; } i++; } if (hits > 0) { grav = 0; } else { grav++; } player._y = player._y + grav; if ((hits != 0) && (Key.isDown(68))) { grav = -10; player._y = player._y + grav; } };
Instance of Symbol 209 MovieClip "player" in Frame 15
onClipEvent (load) { fight = false; } onClipEvent (enterFrame) { if (fight == false) { if (Key.isDown(37) && (fight != true)) { this._x = this._x - 4; this._xscale = -100; this.gotoAndStop(2); } else if (Key.isDown(39) && (fight != true)) { this._x = this._x + 4; this._xscale = 100; this.gotoAndStop(2); } else if (Key.isDown(38) && (fight != true)) { this.gotoAndStop(6); } else if (Key.isDown(40) && (fight != true)) { this.gotoAndStop(4); } else if (Key.isDown() && (fight != false)) { this.gotoAndStop(1); } else { this.gotoAndStop(1); } } if (Key.isDown(65)) { this.gotoAndStop(3); fight = true; } if (Key.isDown(68)) { this.gotoAndStop(8); fight = true; } if (Key.isDown(83)) { this.gotoAndStop(9); fight = true; } if (Key.isDown(65) && (Key.isDown(38))) { this.gotoAndStop(7); fight = true; } if (Key.isDown(65) && (Key.isDown(40))) { this.gotoAndStop(5); fight = true; } if (this._currentframe == 1) { fight = false; } if (this._currentframe == 4) { fight = false; } if (this._currentframe == 6) { fight = false; } }
Instance of Symbol 211 MovieClip in Frame 15
onClipEvent (enterFrame) { this._xscale = _root.hp; if (_root.hp <= 0) { _root.hp = 0; _root.gotoAndStop("dead"); } }
Instance of Symbol 282 MovieClip in Frame 15
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { _root.player._x = _root.player._x + 5; } }
Instance of Symbol 211 MovieClip in Frame 15
onClipEvent (enterFrame) { this._xscale = _root.shp; if (_root.shp <= 0) { _root.shp = 0; _root.vehicles.gotoAndStop("hit"); } }
Instance of Symbol 282 MovieClip in Frame 15
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { _root.player._x = _root.player._x - 5; _root.gotoAndPlay("level8"); } }
Instance of Symbol 317 MovieClip "vehicles" in Frame 15
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { _root.player._x = _root.player._x - 6; } }
Instance of Symbol 340 MovieClip "vehicles2" in Frame 15
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { _root.player._x = _root.player._x + 6; } }
Instance of Symbol 211 MovieClip in Frame 15
onClipEvent (enterFrame) { this._xscale = _root.shp2; if (_root.shp2 <= 0) { _root.shp2 = 0; _root.vehicles2.gotoAndStop("hit"); } }
Frame 17
stop(); _root.shp = 50; _root.shp2 = 250; var grav = 0; var hits = 0; onEnterFrame = function () { i = 0; while (i < 50) { if (i == 0) { hits = 0; } if (player.hitTest(_root["g" + i])) { hits++; player._y = _root["g" + i]._y; } i++; } if (hits > 0) { grav = 0; } else { grav++; } player._y = player._y + grav; if ((hits != 0) && (Key.isDown(68))) { grav = -10; player._y = player._y + grav; } };
Instance of Symbol 209 MovieClip "player" in Frame 17
onClipEvent (load) { fight = false; } onClipEvent (enterFrame) { if (fight == false) { if (Key.isDown(37) && (fight != true)) { this._x = this._x - 4; this._xscale = -100; this.gotoAndStop(2); } else if (Key.isDown(39) && (fight != true)) { this._x = this._x + 4; this._xscale = 100; this.gotoAndStop(2); } else if (Key.isDown(38) && (fight != true)) { this.gotoAndStop(6); } else if (Key.isDown(40) && (fight != true)) { this.gotoAndStop(4); } else if (Key.isDown() && (fight != false)) { this.gotoAndStop(1); } else { this.gotoAndStop(1); } } if (Key.isDown(65)) { this.gotoAndStop(3); fight = true; } if (Key.isDown(68)) { this.gotoAndStop(8); fight = true; } if (Key.isDown(83)) { this.gotoAndStop(9); fight = true; } if (Key.isDown(65) && (Key.isDown(38))) { this.gotoAndStop(7); fight = true; } if (Key.isDown(65) && (Key.isDown(40))) { this.gotoAndStop(5); fight = true; } if (this._currentframe == 1) { fight = false; } if (this._currentframe == 4) { fight = false; } if (this._currentframe == 6) { fight = false; } }
Instance of Symbol 211 MovieClip in Frame 17
onClipEvent (enterFrame) { this._xscale = _root.hp; if (_root.hp <= 0) { _root.hp = 0; _root.gotoAndStop("dead"); } }
Instance of Symbol 282 MovieClip in Frame 17
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { _root.player._x = _root.player._x + 5; } }
Instance of Symbol 211 MovieClip in Frame 17
onClipEvent (enterFrame) { this._xscale = _root.shp; if (_root.shp <= 0) { _root.shp = 0; _root.shield1.gotoAndStop("hit"); } }
Instance of Symbol 282 MovieClip in Frame 17
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { _root.player._x = _root.player._x - 5; _root.gotoAndPlay("level8"); } }
Instance of Symbol 211 MovieClip in Frame 17
onClipEvent (enterFrame) { this._xscale = _root.shp2; if (_root.shp2 <= 0) { _root.shp2 = 0; _root.vehicles2.gotoAndStop("hit"); } }
Frame 19
stop(); stopAllSounds(); _root.shp = 200; _root.shp2 = 250; var grav = 0; var hits = 0; onEnterFrame = function () { i = 0; while (i < 50) { if (i == 0) { hits = 0; } if (player.hitTest(_root["g" + i])) { hits++; player._y = _root["g" + i]._y; } i++; } if (hits > 0) { grav = 0; } else { grav++; } player._y = player._y + grav; if ((hits != 0) && (Key.isDown(68))) { grav = -10; player._y = player._y + grav; } };
Instance of Symbol 209 MovieClip "player" in Frame 19
onClipEvent (load) { fight = false; } onClipEvent (enterFrame) { if (fight == false) { if (Key.isDown(37) && (fight != true)) { this._x = this._x - 4; this._xscale = -100; this.gotoAndStop(2); } else if (Key.isDown(39) && (fight != true)) { this._x = this._x + 4; this._xscale = 100; this.gotoAndStop(2); } else if (Key.isDown(38) && (fight != true)) { this.gotoAndStop(6); } else if (Key.isDown(40) && (fight != true)) { this.gotoAndStop(4); } else if (Key.isDown() && (fight != false)) { this.gotoAndStop(1); } else { this.gotoAndStop(1); } } if (Key.isDown(65)) { this.gotoAndStop(3); fight = true; } if (Key.isDown(68)) { this.gotoAndStop(8); fight = true; } if (Key.isDown(83)) { this.gotoAndStop(9); fight = true; } if (Key.isDown(65) && (Key.isDown(38))) { this.gotoAndStop(7); fight = true; } if (Key.isDown(65) && (Key.isDown(40))) { this.gotoAndStop(5); fight = true; } if (this._currentframe == 1) { fight = false; } if (this._currentframe == 4) { fight = false; } if (this._currentframe == 6) { fight = false; } }
Instance of Symbol 211 MovieClip in Frame 19
onClipEvent (enterFrame) { this._xscale = _root.hp; if (_root.hp <= 0) { _root.hp = 0; _root.gotoAndStop("dead"); } }
Instance of Symbol 282 MovieClip in Frame 19
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { _root.player._x = _root.player._x + 5; } }
Instance of Symbol 211 MovieClip in Frame 19
onClipEvent (enterFrame) { this._xscale = _root.shp; if (_root.shp <= 0) { _root.shp = 0; _root.gird.gotoAndStop("hit"); } }
Instance of Symbol 282 MovieClip in Frame 19
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { _root.player._x = _root.player._x - 5; _root.gotoAndPlay("level10"); } }
Instance of Symbol 211 MovieClip in Frame 19
onClipEvent (enterFrame) { this._xscale = _root.shp2; if (_root.shp2 <= 0) { _root.shp2 = 0; _root.vehicles2.gotoAndStop("hit"); } }
Frame 21
stop(); _root.hp = 100; _root.shp = 400; _root.shp2 = 250; var grav = 0; var hits = 0; onEnterFrame = function () { i = 0; while (i < 50) { if (i == 0) { hits = 0; } if (player.hitTest(_root["g" + i])) { hits++; player._y = _root["g" + i]._y; } i++; } if (hits > 0) { grav = 0; } else { grav++; } player._y = player._y + grav; if ((hits != 0) && (Key.isDown(68))) { grav = -10; player._y = player._y + grav; } };
Instance of Symbol 211 MovieClip in Frame 21
onClipEvent (enterFrame) { this._xscale = _root.hp; if (_root.hp <= 0) { _root.hp = 0; _root.gotoAndStop("dead"); } }
Instance of Symbol 282 MovieClip in Frame 21
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { _root.player._x = _root.player._x + 5; } }
Instance of Symbol 211 MovieClip in Frame 21
onClipEvent (enterFrame) { this._xscale = _root.shp; if (_root.shp <= 0) { _root.shp = 0; _root.gotoAndPlay("win"); } }
Instance of Symbol 282 MovieClip in Frame 21
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { _root.player._x = _root.player._x - 5; } }
Instance of Symbol 211 MovieClip in Frame 21
onClipEvent (enterFrame) { this._xscale = _root.shp2; if (_root.shp2 <= 0) { _root.shp2 = 0; _root.vehicles2.gotoAndStop("hit"); } }
Instance of Symbol 209 MovieClip "player" in Frame 21
onClipEvent (load) { fight = false; } onClipEvent (enterFrame) { if (fight == false) { if (Key.isDown(37) && (fight != true)) { this._x = this._x - 4; this._xscale = -100; this.gotoAndStop(2); } else if (Key.isDown(39) && (fight != true)) { this._x = this._x + 4; this._xscale = 100; this.gotoAndStop(2); } else if (Key.isDown(38) && (fight != true)) { this.gotoAndStop(6); } else if (Key.isDown(40) && (fight != true)) { this.gotoAndStop(4); } else if (Key.isDown() && (fight != false)) { this.gotoAndStop(1); } else { this.gotoAndStop(1); } } if (Key.isDown(65)) { this.gotoAndStop(3); fight = true; } if (Key.isDown(68)) { this.gotoAndStop(8); fight = true; } if (Key.isDown(83)) { this.gotoAndStop(9); fight = true; } if (Key.isDown(65) && (Key.isDown(38))) { this.gotoAndStop(7); fight = true; } if (Key.isDown(65) && (Key.isDown(40))) { this.gotoAndStop(5); fight = true; } if (this._currentframe == 1) { fight = false; } if (this._currentframe == 4) { fight = false; } if (this._currentframe == 6) { fight = false; } }
Frame 22
stop(); stopAllSounds();
Frame 23
stop(); stopAllSounds();
Symbol 15 MovieClip [fib] Frame 1
if (this.hitTest(_root.player)) { _root.hp = _root.hp - (random(0) + 10); }
Symbol 15 MovieClip [fib] Frame 3
if (this.hitTest(_root.player)) { _root.hp = _root.hp - (random(0) + 10); }
Symbol 15 MovieClip [fib] Frame 5
if (this.hitTest(_root.player)) { _root.hp = _root.hp - (random(0) + 10); }
Symbol 15 MovieClip [fib] Frame 7
if (this.hitTest(_root.player)) { _root.hp = _root.hp - (random(0) + 10); }
Symbol 15 MovieClip [fib] Frame 9
if (this.hitTest(_root.player)) { _root.hp = _root.hp - (random(0) + 10); }
Symbol 15 MovieClip [fib] Frame 11
if (this.hitTest(_root.player)) { _root.hp = _root.hp - (random(0) + 10); }
Symbol 15 MovieClip [fib] Frame 13
if (this.hitTest(_root.player)) { _root.hp = _root.hp - (random(0) + 10); }
Symbol 15 MovieClip [fib] Frame 15
if (this.hitTest(_root.player)) { _root.hp = _root.hp - (random(0) + 10); }
Symbol 15 MovieClip [fib] Frame 17
if (this.hitTest(_root.player)) { _root.hp = _root.hp - (random(0) + 10); }
Symbol 15 MovieClip [fib] Frame 19
if (this.hitTest(_root.player)) { _root.hp = _root.hp - (random(0) + 10); }
Symbol 15 MovieClip [fib] Frame 21
if (this.hitTest(_root.player)) { _root.hp = _root.hp - (random(0) + 10); }
Symbol 15 MovieClip [fib] Frame 23
if (this.hitTest(_root.player)) { _root.hp = _root.hp - (random(0) + 10); }
Symbol 15 MovieClip [fib] Frame 25
if (this.hitTest(_root.player)) { _root.hp = _root.hp - (random(0) + 10); }
Symbol 15 MovieClip [fib] Frame 27
if (this.hitTest(_root.player)) { _root.hp = _root.hp - (random(0) + 10); }
Symbol 15 MovieClip [fib] Frame 29
stop(); removeMovieClip(this);
Symbol 19 MovieClip [eb] Frame 1
if (this.hitTest(_root.player)) { this.gotoAndStop("hit"); _root.hp = _root.hp - (random(0) + 5); }
Symbol 19 MovieClip [eb] Frame 2
if (this.hitTest(_root.player)) { this.gotoAndStop("hit"); _root.hp = _root.hp - (random(0) + 5); }
Symbol 19 MovieClip [eb] Frame 3
if (this.hitTest(_root.player)) { this.gotoAndStop("hit"); _root.hp = _root.hp - (random(0) + 5); }
Symbol 19 MovieClip [eb] Frame 4
gotoAndPlay (1);
Symbol 19 MovieClip [eb] Frame 5
stop(); NextDepth = _root.getNextHighestDepth(); BulletClip = _root.attachMovie("ping", "bullet1" + NextDepth, NextDepth); BulletClip._y = this._y; BulletClip._x = this._x; BulletClip.bullet1_speed = 0; BulletClip.onEnterFrame = function () { this._x = this._x + this.bullet1_speed; if (this._x > 550) { this.removeMovieClip(); } }; removeMovieClip(this);
Symbol 22 MovieClip [fc] Frame 1
if (this.hitTest(_root.player)) { this.gotoAndStop("hit"); _root.hp = _root.hp - (random(0) + 5); }
Symbol 22 MovieClip [fc] Frame 3
if (this.hitTest(_root.player)) { this.gotoAndStop("hit"); _root.hp = _root.hp - (random(0) + 5); }
Symbol 22 MovieClip [fc] Frame 5
gotoAndPlay (1);
Symbol 22 MovieClip [fc] Frame 6
stop(); NextDepth = _root.getNextHighestDepth(); BulletClip = _root.attachMovie("e1", "bullet1" + NextDepth, NextDepth); BulletClip._y = this._y; BulletClip._x = this._x; BulletClip.bullet1_speed = 0; BulletClip.onEnterFrame = function () { this._x = this._x + this.bullet1_speed; if (this._x > 550) { this.removeMovieClip(); } }; removeMovieClip(this);
Symbol 23 MovieClip [rb] Frame 1
if (this.hitTest(_root.player)) { this.gotoAndStop("hit"); _root.hp = _root.hp - (random(0) + 5); }
Symbol 23 MovieClip [rb] Frame 2
if (this.hitTest(_root.player)) { this.gotoAndStop("hit"); _root.hp = _root.hp - (random(0) + 5); }
Symbol 23 MovieClip [rb] Frame 3
if (this.hitTest(_root.player)) { this.gotoAndStop("hit"); _root.hp = _root.hp - (random(0) + 5); }
Symbol 23 MovieClip [rb] Frame 4
gotoAndPlay (1);
Symbol 23 MovieClip [rb] Frame 5
stop(); NextDepth = _root.getNextHighestDepth(); BulletClip = _root.attachMovie("e1", "bullet1" + NextDepth, NextDepth); BulletClip._y = this._y; BulletClip._x = this._x; BulletClip.bullet1_speed = 0; BulletClip.onEnterFrame = function () { this._x = this._x + this.bullet1_speed; if (this._x > 550) { this.removeMovieClip(); } }; removeMovieClip(this);
Symbol 39 MovieClip [gb] Frame 37
if (this.hitTest(_root.player)) { _root.hp = _root.hp - (random(0) + 5); }
Symbol 39 MovieClip [gb] Frame 55
stop(); removeMovieClip(this);
Symbol 44 MovieClip [rbo] Frame 1
if (this.hitTest(_root.player)) { this.gotoAndStop("hit"); _root.hp = _root.hp - (random(0) + 5); }
Symbol 44 MovieClip [rbo] Frame 5
if (this.hitTest(_root.player)) { this.gotoAndStop("hit"); _root.hp = _root.hp - (random(0) + 5); }
Symbol 44 MovieClip [rbo] Frame 9
if (this.hitTest(_root.player)) { this.gotoAndStop("hit"); _root.hp = _root.hp - (random(0) + 5); }
Symbol 44 MovieClip [rbo] Frame 13
if (this.hitTest(_root.player)) { this.gotoAndStop("hit"); _root.hp = _root.hp - (random(0) + 5); }
Symbol 44 MovieClip [rbo] Frame 17
gotoAndPlay (1);
Symbol 44 MovieClip [rbo] Frame 18
stop(); NextDepth = _root.getNextHighestDepth(); BulletClip = _root.attachMovie("e2", "bullet1" + NextDepth, NextDepth); BulletClip._y = this._y; BulletClip._x = this._x; BulletClip.bullet1_speed = 0; BulletClip.onEnterFrame = function () { this._x = this._x + this.bullet1_speed; if (this._x > 550) { this.removeMovieClip(); } }; removeMovieClip(this);
Symbol 46 MovieClip [bullet1] Frame 1
if (this.hitTest(_root.enemy1)) { this.gotoAndStop("hit"); _root.enemy1.gotoAndStop("hit"); } if (this.hitTest(_root.enemy2)) { this.gotoAndStop("hit"); _root.enemy2.gotoAndStop("hit"); } if (this.hitTest(_root.enemy3)) { this.gotoAndStop("hit"); _root.enemy3.gotoAndStop("hit"); } if (this.hitTest(_root.enemy4)) { this.gotoAndStop("hit"); _root.enemy4.gotoAndStop("hit"); } if (this.hitTest(_root.enemy5)) { this.gotoAndStop("hit"); _root.enemy5.gotoAndStop("hit"); } if (this.hitTest(_root.enemy6)) { this.gotoAndStop("hit"); _root.enemy6.gotoAndStop("hit"); } if (this.hitTest(_root.enemy7)) { this.gotoAndStop("hit"); _root.enemy7.gotoAndStop("hit"); } if (this.hitTest(_root.shield1)) { this.gotoAndStop("hit"); _root.shield1.gotoAndPlay("unf"); } if (this.hitTest(_root.vehicles)) { this.gotoAndStop("hit"); _root.vehicles._visible = false; NextDepth = _root.getNextHighestDepth(); BulletClip = _root.attachMovie("hits", "bullet1" + NextDepth, NextDepth); BulletClip._y = _root.vehicles._y - 0; BulletClip._x = _root.vehicles._x - 0; BulletClip.bullet1_speed = 0; BulletClip.bullet2_speed = 0; BulletClip.onEnterFrame = function () { this._x = this._x + this.bullet1_speed; this._y = this._y + this.bullet2_speed; if (this._x > 550) { this.removeMovieClip(); } if (this._x < 0) { this.removeMovieClip(); } }; } if (this.hitTest(_root.bossf)) { this.gotoAndStop("hit"); _root.bossf._visible = false; NextDepth = _root.getNextHighestDepth(); BulletClip = _root.attachMovie("hitf", "bullet1" + NextDepth, NextDepth); BulletClip._y = _root.bossf._y - 0; BulletClip._x = _root.bossf._x - 0; BulletClip.bullet1_speed = 0; BulletClip.bullet2_speed = 0; BulletClip.onEnterFrame = function () { this._x = this._x + this.bullet1_speed; this._y = this._y + this.bullet2_speed; if (this._x > 550) { this.removeMovieClip(); } if (this._x < 0) { this.removeMovieClip(); } }; } if (this.hitTest(_root.vehicles2)) { this.gotoAndStop("hit"); _root.vehicles2._visible = false; NextDepth = _root.getNextHighestDepth(); BulletClip = _root.attachMovie("hits2", "bullet1" + NextDepth, NextDepth); BulletClip._y = _root.vehicles2._y - 0; BulletClip._x = _root.vehicles2._x - 0; BulletClip.bullet1_speed = 0; BulletClip.bullet2_speed = 0; BulletClip.onEnterFrame = function () { this._x = this._x + this.bullet1_speed; this._y = this._y + this.bullet2_speed; if (this._x > 550) { this.removeMovieClip(); } if (this._x < 0) { this.removeMovieClip(); } }; } if (this.hitTest(_root.heli)) { this.gotoAndStop("hit"); _root.heli._visible = false; NextDepth = _root.getNextHighestDepth(); BulletClip = _root.attachMovie("hehit", "bullet1" + NextDepth, NextDepth); BulletClip._y = _root.heli._y + 5; BulletClip._x = _root.heli._x - 10; BulletClip.bullet1_speed = 0; BulletClip.bullet2_speed = 0; BulletClip.onEnterFrame = function () { this._x = this._x + this.bullet1_speed; this._y = this._y + this.bullet2_speed; if (this._x > 550) { this.removeMovieClip(); } if (this._x < 0) { this.removeMovieClip(); } }; } if (this.hitTest(_root.gird)) { this.gotoAndStop("hit"); _root.gird._visible = false; NextDepth = _root.getNextHighestDepth(); BulletClip = _root.attachMovie("ghit", "bullet1" + NextDepth, NextDepth); BulletClip._y = _root.gird._y + 0; BulletClip._x = _root.gird._x - 0; BulletClip.bullet1_speed = 0; BulletClip.bullet2_speed = 0; BulletClip.onEnterFrame = function () { this._x = this._x + this.bullet1_speed; this._y = this._y + this.bullet2_speed; if (this._x > 550) { this.removeMovieClip(); } if (this._x < 0) { this.removeMovieClip(); } }; } if (this.hitTest(_root.em)) { this.gotoAndStop("hit"); _root.em._visible = false; NextDepth = _root.getNextHighestDepth(); BulletClip = _root.attachMovie("emhit", "bullet1" + NextDepth, NextDepth); BulletClip._y = _root.em._y + 0; BulletClip._x = _root.em._x - 0; BulletClip.bullet1_speed = 0; BulletClip.bullet2_speed = 0; BulletClip.onEnterFrame = function () { this._x = this._x + this.bullet1_speed; this._y = this._y + this.bullet2_speed; if (this._x > 550) { this.removeMovieClip(); } if (this._x < 0) { this.removeMovieClip(); } }; }
Symbol 46 MovieClip [bullet1] Frame 2
if (this.hitTest(_root.enemy1)) { this.gotoAndStop("hit"); _root.enemy1.gotoAndStop("hit"); } if (this.hitTest(_root.enemy2)) { this.gotoAndStop("hit"); _root.enemy2.gotoAndStop("hit"); } if (this.hitTest(_root.enemy3)) { this.gotoAndStop("hit"); _root.enemy3.gotoAndStop("hit"); } if (this.hitTest(_root.enemy4)) { this.gotoAndStop("hit"); _root.enemy4.gotoAndStop("hit"); } if (this.hitTest(_root.enemy5)) { this.gotoAndStop("hit"); _root.enemy5.gotoAndStop("hit"); } if (this.hitTest(_root.enemy6)) { this.gotoAndStop("hit"); _root.enemy6.gotoAndStop("hit"); } if (this.hitTest(_root.enemy7)) { this.gotoAndStop("hit"); _root.enemy7.gotoAndStop("hit"); } if (this.hitTest(_root.shield1)) { this.gotoAndStop("hit"); _root.shield1.gotoAndPlay("unf"); }
Symbol 46 MovieClip [bullet1] Frame 3
gotoAndPlay (1);
Symbol 46 MovieClip [bullet1] Frame 4
stop(); NextDepth = _root.getNextHighestDepth(); BulletClip = _root.attachMovie("ping", "bullet1" + NextDepth, NextDepth); BulletClip._y = this._y; BulletClip._x = this._x; BulletClip.bullet1_speed = 0; BulletClip.onEnterFrame = function () { this._x = this._x + this.bullet1_speed; if (this._x > 550) { this.removeMovieClip(); } }; removeMovieClip(this);
Symbol 51 MovieClip [ping] Frame 9
stop(); removeMovieClip(this);
Symbol 56 MovieClip [dead] Frame 18
stop(); removeMovieClip(this);
Symbol 64 MovieClip [morshoot] Frame 35
if (this.hitTest(_root.player)) { _root.hp = _root.hp - (random(0) + 5); }
Symbol 64 MovieClip [morshoot] Frame 53
stop(); removeMovieClip(this);
Symbol 74 MovieClip [roll1] Frame 1
if (this.hitTest(_root.player)) { this.gotoAndStop("hit"); _root.hp = _root.hp - (random(0) + 5); }
Symbol 74 MovieClip [roll1] Frame 3
if (this.hitTest(_root.player)) { this.gotoAndStop("hit"); _root.hp = _root.hp - (random(0) + 5); }
Symbol 74 MovieClip [roll1] Frame 5
if (this.hitTest(_root.player)) { this.gotoAndStop("hit"); _root.hp = _root.hp - (random(0) + 5); }
Symbol 74 MovieClip [roll1] Frame 7
if (this.hitTest(_root.player)) { this.gotoAndStop("hit"); _root.hp = _root.hp - (random(0) + 5); }
Symbol 74 MovieClip [roll1] Frame 9
if (this.hitTest(_root.player)) { this.gotoAndStop("hit"); _root.hp = _root.hp - (random(0) + 5); }
Symbol 74 MovieClip [roll1] Frame 11
if (this.hitTest(_root.player)) { this.gotoAndStop("hit"); _root.hp = _root.hp - (random(0) + 5); }
Symbol 74 MovieClip [roll1] Frame 13
if (this.hitTest(_root.player)) { this.gotoAndStop("hit"); _root.hp = _root.hp - (random(0) + 5); }
Symbol 74 MovieClip [roll1] Frame 15
if (this.hitTest(_root.player)) { this.gotoAndStop("hit"); _root.hp = _root.hp - (random(0) + 5); }
Symbol 74 MovieClip [roll1] Frame 17
if (this.hitTest(_root.player)) { this.gotoAndStop("hit"); _root.hp = _root.hp - (random(0) + 5); }
Symbol 74 MovieClip [roll1] Frame 19
stop(); NextDepth = _root.getNextHighestDepth(); BulletClip = _root.attachMovie("roll2", "bullet1" + NextDepth, NextDepth); BulletClip._y = this._y - 0; BulletClip._x = this._x - 0; BulletClip.bullet1_speed = -2; BulletClip.bullet2_speed = 0; BulletClip.onEnterFrame = function () { this._x = this._x + this.bullet1_speed; this._y = this._y + this.bullet2_speed; if (this._x > 550) { this.removeMovieClip(); } if (this._x < 0) { this.removeMovieClip(); } }; removeMovieClip(this);
Symbol 74 MovieClip [roll1] Frame 20
stop(); NextDepth = _root.getNextHighestDepth(); BulletClip = _root.attachMovie("e1", "bullet1" + NextDepth, NextDepth); BulletClip._y = this._y; BulletClip._x = this._x; BulletClip.bullet1_speed = 0; BulletClip.onEnterFrame = function () { this._x = this._x + this.bullet1_speed; if (this._x > 550) { this.removeMovieClip(); } }; removeMovieClip(this);
Symbol 96 MovieClip [roll2] Frame 1
if (this.hitTest(_root.player)) { this.gotoAndStop("hit"); _root.hp = _root.hp - (random(0) + 5); }
Symbol 96 MovieClip [roll2] Frame 2
if (this.hitTest(_root.player)) { this.gotoAndStop("hit"); _root.hp = _root.hp - (random(0) + 5); }
Symbol 96 MovieClip [roll2] Frame 3
if (this.hitTest(_root.player)) { this.gotoAndStop("hit"); _root.hp = _root.hp - (random(0) + 5); }
Symbol 96 MovieClip [roll2] Frame 4
if (this.hitTest(_root.player)) { this.gotoAndStop("hit"); _root.hp = _root.hp - (random(0) + 5); }
Symbol 96 MovieClip [roll2] Frame 5
if (this.hitTest(_root.player)) { this.gotoAndStop("hit"); _root.hp = _root.hp - (random(0) + 5); }
Symbol 96 MovieClip [roll2] Frame 6
if (this.hitTest(_root.player)) { this.gotoAndStop("hit"); _root.hp = _root.hp - (random(0) + 5); }
Symbol 96 MovieClip [roll2] Frame 7
if (this.hitTest(_root.player)) { this.gotoAndStop("hit"); _root.hp = _root.hp - (random(0) + 5); }
Symbol 96 MovieClip [roll2] Frame 8
if (this.hitTest(_root.player)) { this.gotoAndStop("hit"); _root.hp = _root.hp - (random(0) + 5); }
Symbol 96 MovieClip [roll2] Frame 9
if (this.hitTest(_root.player)) { this.gotoAndStop("hit"); _root.hp = _root.hp - (random(0) + 5); }
Symbol 96 MovieClip [roll2] Frame 10
if (this.hitTest(_root.player)) { this.gotoAndStop("hit"); _root.hp = _root.hp - (random(0) + 5); }
Symbol 96 MovieClip [roll2] Frame 11
if (this.hitTest(_root.player)) { this.gotoAndStop("hit"); _root.hp = _root.hp - (random(0) + 5); }
Symbol 96 MovieClip [roll2] Frame 12
if (this.hitTest(_root.player)) { this.gotoAndStop("hit"); _root.hp = _root.hp - (random(0) + 5); }
Symbol 96 MovieClip [roll2] Frame 13
if (this.hitTest(_root.player)) { this.gotoAndStop("hit"); _root.hp = _root.hp - (random(0) + 5); }
Symbol 96 MovieClip [roll2] Frame 14
if (this.hitTest(_root.player)) { this.gotoAndStop("hit"); _root.hp = _root.hp - (random(0) + 5); }
Symbol 96 MovieClip [roll2] Frame 15
if (this.hitTest(_root.player)) { this.gotoAndStop("hit"); _root.hp = _root.hp - (random(0) + 5); }
Symbol 96 MovieClip [roll2] Frame 16
if (this.hitTest(_root.player)) { this.gotoAndStop("hit"); _root.hp = _root.hp - (random(0) + 5); }
Symbol 96 MovieClip [roll2] Frame 17
if (this.hitTest(_root.player)) { this.gotoAndStop("hit"); _root.hp = _root.hp - (random(0) + 5); }
Symbol 96 MovieClip [roll2] Frame 18
if (this.hitTest(_root.player)) { this.gotoAndStop("hit"); _root.hp = _root.hp - (random(0) + 5); }
Symbol 96 MovieClip [roll2] Frame 19
if (this.hitTest(_root.player)) { this.gotoAndStop("hit"); _root.hp = _root.hp - (random(0) + 5); }
Symbol 96 MovieClip [roll2] Frame 20
if (this.hitTest(_root.player)) { this.gotoAndStop("hit"); _root.hp = _root.hp - (random(0) + 5); }
Symbol 96 MovieClip [roll2] Frame 21
if (this.hitTest(_root.player)) { this.gotoAndStop("hit"); _root.hp = _root.hp - (random(0) + 5); }
Symbol 96 MovieClip [roll2] Frame 22
gotoAndPlay (1);
Symbol 96 MovieClip [roll2] Frame 23
stop(); NextDepth = _root.getNextHighestDepth(); BulletClip = _root.attachMovie("e1", "bullet1" + NextDepth, NextDepth); BulletClip._y = this._y; BulletClip._x = this._x; BulletClip.bullet1_speed = 0; BulletClip.onEnterFrame = function () { this._x = this._x + this.bullet1_speed; if (this._x > 550) { this.removeMovieClip(); } }; removeMovieClip(this);
Symbol 107 MovieClip [light] Frame 11
stop(); removeMovieClip(this);
Symbol 109 MovieClip [hits] Frame 2
_root.vehicles._visible = true; removeMovieClip(this); _root.shp = _root.shp - (random(0) + 5);
Symbol 111 MovieClip [e2] Frame 19
stop(); removeMovieClip(this);
Symbol 112 MovieClip [e1] Frame 19
stop(); removeMovieClip(this);
Symbol 113 MovieClip [sd] Frame 21
stop(); removeMovieClip(this);
Symbol 114 MovieClip [roll1.5] Frame 1
if (this.hitTest(_root.player)) { this.gotoAndStop("hit"); _root.hp = _root.hp - (random(0) + 5); }
Symbol 114 MovieClip [roll1.5] Frame 3
if (this.hitTest(_root.player)) { this.gotoAndStop("hit"); _root.hp = _root.hp - (random(0) + 5); }
Symbol 114 MovieClip [roll1.5] Frame 5
if (this.hitTest(_root.player)) { this.gotoAndStop("hit"); _root.hp = _root.hp - (random(0) + 5); }
Symbol 114 MovieClip [roll1.5] Frame 7
if (this.hitTest(_root.player)) { this.gotoAndStop("hit"); _root.hp = _root.hp - (random(0) + 5); }
Symbol 114 MovieClip [roll1.5] Frame 9
if (this.hitTest(_root.player)) { this.gotoAndStop("hit"); _root.hp = _root.hp - (random(0) + 5); }
Symbol 114 MovieClip [roll1.5] Frame 11
if (this.hitTest(_root.player)) { this.gotoAndStop("hit"); _root.hp = _root.hp - (random(0) + 5); }
Symbol 114 MovieClip [roll1.5] Frame 13
if (this.hitTest(_root.player)) { this.gotoAndStop("hit"); _root.hp = _root.hp - (random(0) + 5); }
Symbol 114 MovieClip [roll1.5] Frame 15
if (this.hitTest(_root.player)) { this.gotoAndStop("hit"); _root.hp = _root.hp - (random(0) + 5); }
Symbol 114 MovieClip [roll1.5] Frame 17
if (this.hitTest(_root.player)) { this.gotoAndStop("hit"); _root.hp = _root.hp - (random(0) + 5); }
Symbol 114 MovieClip [roll1.5] Frame 19
stop(); NextDepth = _root.getNextHighestDepth(); BulletClip = _root.attachMovie("roll2.5", "bullet1" + NextDepth, NextDepth); BulletClip._y = this._y - 0; BulletClip._x = this._x - 0; BulletClip.bullet1_speed = 2; BulletClip.bullet2_speed = 0; BulletClip.onEnterFrame = function () { this._x = this._x + this.bullet1_speed; this._y = this._y + this.bullet2_speed; if (this._x > 550) { this.removeMovieClip(); } if (this._x < 0) { this.removeMovieClip(); } }; removeMovieClip(this);
Symbol 114 MovieClip [roll1.5] Frame 20
stop(); NextDepth = _root.getNextHighestDepth(); BulletClip = _root.attachMovie("e1", "bullet1" + NextDepth, NextDepth); BulletClip._y = this._y; BulletClip._x = this._x; BulletClip.bullet1_speed = 0; BulletClip.onEnterFrame = function () { this._x = this._x + this.bullet1_speed; if (this._x > 550) { this.removeMovieClip(); } }; removeMovieClip(this);
Symbol 115 MovieClip [roll2.5] Frame 1
if (this.hitTest(_root.player)) { this.gotoAndStop("hit"); _root.hp = _root.hp - (random(0) + 5); }
Symbol 115 MovieClip [roll2.5] Frame 2
if (this.hitTest(_root.player)) { this.gotoAndStop("hit"); _root.hp = _root.hp - (random(0) + 5); }
Symbol 115 MovieClip [roll2.5] Frame 3
if (this.hitTest(_root.player)) { this.gotoAndStop("hit"); _root.hp = _root.hp - (random(0) + 5); }
Symbol 115 MovieClip [roll2.5] Frame 4
if (this.hitTest(_root.player)) { this.gotoAndStop("hit"); _root.hp = _root.hp - (random(0) + 5); }
Symbol 115 MovieClip [roll2.5] Frame 5
if (this.hitTest(_root.player)) { this.gotoAndStop("hit"); _root.hp = _root.hp - (random(0) + 5); }
Symbol 115 MovieClip [roll2.5] Frame 6
if (this.hitTest(_root.player)) { this.gotoAndStop("hit"); _root.hp = _root.hp - (random(0) + 5); }
Symbol 115 MovieClip [roll2.5] Frame 7
if (this.hitTest(_root.player)) { this.gotoAndStop("hit"); _root.hp = _root.hp - (random(0) + 5); }
Symbol 115 MovieClip [roll2.5] Frame 8
if (this.hitTest(_root.player)) { this.gotoAndStop("hit"); _root.hp = _root.hp - (random(0) + 5); }
Symbol 115 MovieClip [roll2.5] Frame 9
if (this.hitTest(_root.player)) { this.gotoAndStop("hit"); _root.hp = _root.hp - (random(0) + 5); }
Symbol 115 MovieClip [roll2.5] Frame 10
if (this.hitTest(_root.player)) { this.gotoAndStop("hit"); _root.hp = _root.hp - (random(0) + 5); }
Symbol 115 MovieClip [roll2.5] Frame 11
if (this.hitTest(_root.player)) { this.gotoAndStop("hit"); _root.hp = _root.hp - (random(0) + 5); }
Symbol 115 MovieClip [roll2.5] Frame 12
if (this.hitTest(_root.player)) { this.gotoAndStop("hit"); _root.hp = _root.hp - (random(0) + 5); }
Symbol 115 MovieClip [roll2.5] Frame 13
if (this.hitTest(_root.player)) { this.gotoAndStop("hit"); _root.hp = _root.hp - (random(0) + 5); }
Symbol 115 MovieClip [roll2.5] Frame 14
if (this.hitTest(_root.player)) { this.gotoAndStop("hit"); _root.hp = _root.hp - (random(0) + 5); }
Symbol 115 MovieClip [roll2.5] Frame 15
if (this.hitTest(_root.player)) { this.gotoAndStop("hit"); _root.hp = _root.hp - (random(0) + 5); }
Symbol 115 MovieClip [roll2.5] Frame 16
if (this.hitTest(_root.player)) { this.gotoAndStop("hit"); _root.hp = _root.hp - (random(0) + 5); }
Symbol 115 MovieClip [roll2.5] Frame 17
if (this.hitTest(_root.player)) { this.gotoAndStop("hit"); _root.hp = _root.hp - (random(0) + 5); }
Symbol 115 MovieClip [roll2.5] Frame 18
if (this.hitTest(_root.player)) { this.gotoAndStop("hit"); _root.hp = _root.hp - (random(0) + 5); }
Symbol 115 MovieClip [roll2.5] Frame 19
if (this.hitTest(_root.player)) { this.gotoAndStop("hit"); _root.hp = _root.hp - (random(0) + 5); }
Symbol 115 MovieClip [roll2.5] Frame 20
if (this.hitTest(_root.player)) { this.gotoAndStop("hit"); _root.hp = _root.hp - (random(0) + 5); }
Symbol 115 MovieClip [roll2.5] Frame 21
if (this.hitTest(_root.player)) { this.gotoAndStop("hit"); _root.hp = _root.hp - (random(0) + 5); }
Symbol 115 MovieClip [roll2.5] Frame 22
gotoAndPlay (1);
Symbol 115 MovieClip [roll2.5] Frame 23
stop(); NextDepth = _root.getNextHighestDepth(); BulletClip = _root.attachMovie("e1", "bullet1" + NextDepth, NextDepth); BulletClip._y = this._y; BulletClip._x = this._x; BulletClip.bullet1_speed = 0; BulletClip.onEnterFrame = function () { this._x = this._x + this.bullet1_speed; if (this._x > 550) { this.removeMovieClip(); } }; removeMovieClip(this);
Symbol 116 MovieClip [light2] Frame 11
stop(); removeMovieClip(this);
Symbol 117 MovieClip [hits2] Frame 2
_root.vehicles2._visible = true; removeMovieClip(this); _root.shp2 = _root.shp2 - (random(0) + 5);
Symbol 119 MovieClip [hehit] Frame 2
_root.heli._visible = true; removeMovieClip(this); _root.shp = _root.shp - (random(0) + 5);
Symbol 120 MovieClip [hd] Frame 31
stop(); removeMovieClip(this);
Symbol 124 MovieClip [gb1] Frame 23
if (this.hitTest(_root.player)) { _root.hp = _root.hp - (random(0) + 10); }
Symbol 124 MovieClip [gb1] Frame 41
stop(); removeMovieClip(this);
Symbol 126 MovieClip [ghit] Frame 2
_root.gird._visible = true; removeMovieClip(this); _root.shp = _root.shp - (random(0) + 5);
Symbol 134 MovieClip [gdead] Frame 22
stop(); NextDepth = _root.getNextHighestDepth(); BulletClip = _root.attachMovie("hd", "bullet1" + NextDepth, NextDepth); BulletClip._y = this._y + 0; BulletClip._x = this._x; BulletClip.bullet1_speed = 0; BulletClip.onEnterFrame = function () { this._x = this._x + this.bullet1_speed; if (this._x > 550) { this.removeMovieClip(); } }; removeMovieClip(this);
Symbol 134 MovieClip [gdead] Frame 23
stop(); removeMovieClip(this);
Symbol 136 MovieClip [emhit] Frame 2
_root.em._visible = true; removeMovieClip(this); _root.shp = _root.shp - (random(0) + 5);
Symbol 137 MovieClip [fb1] Frame 12
stop(); NextDepth = _root.getNextHighestDepth(); BulletClip = _root.attachMovie("fib", "bullet1" + NextDepth, NextDepth); BulletClip._y = this._y + 99; BulletClip._x = this._x + 19; BulletClip.bullet1_speed = 0; BulletClip.onEnterFrame = function () { this._x = this._x + this.bullet1_speed; if (this._x > 550) { this.removeMovieClip(); } }; removeMovieClip(this);
Symbol 138 MovieClip [fb2] Frame 26
stop(); NextDepth = _root.getNextHighestDepth(); BulletClip = _root.attachMovie("fib", "bullet1" + NextDepth, NextDepth); BulletClip._y = this._y + 97; BulletClip._x = this._x - 5; BulletClip.bullet1_speed = 0; BulletClip.onEnterFrame = function () { this._x = this._x + this.bullet1_speed; if (this._x > 550) { this.removeMovieClip(); } }; removeMovieClip(this);
Symbol 139 MovieClip [fb3] Frame 18
stop(); NextDepth = _root.getNextHighestDepth(); BulletClip = _root.attachMovie("fib", "bullet1" + NextDepth, NextDepth); BulletClip._y = this._y + 97; BulletClip._x = this._x - 195; BulletClip.bullet1_speed = 0; BulletClip.onEnterFrame = function () { this._x = this._x + this.bullet1_speed; if (this._x > 550) { this.removeMovieClip(); } }; removeMovieClip(this);
Symbol 142 MovieClip [emdead] Frame 1
stop();
Symbol 143 MovieClip [morshot1] Frame 53
if (this.hitTest(_root.player)) { _root.hp = _root.hp - (random(0) + 5); }
Symbol 143 MovieClip [morshot1] Frame 71
stop(); removeMovieClip(this);
Symbol 150 Button
on (release) { gotoAndStop ("controlls"); }
Symbol 155 Button
on (release) { gotoAndStop ("level1"); }
Symbol 161 Button
on (release) { gotoAndStop ("menu"); }
Symbol 182 MovieClip Frame 3
var scale = (_root.player._xscale / 100); var depth = _root.getNextHighestDepth(); var BulletClip = _root.attachMovie("bullet1", "bullet1" + depth, depth); BulletClip._y = _root.player._y - 25; BulletClip._x = _root.player._x + (23 * scale); BulletClip.speed = 10 * scale; BulletClip.onEnterFrame = function () { this._x = this._x + this.speed; if (this._x > 550) { this.removeMovieClip(); } if (this._x < 0) { this.removeMovieClip(); } };
Symbol 182 MovieClip Frame 8
_root.player.gotoAndStop(1);
Symbol 186 MovieClip Frame 13
gotoAndPlay (7);
Symbol 190 MovieClip Frame 3
var scale = (_root.player._xscale / 100); var depth = _root.getNextHighestDepth(); var BulletClip = _root.attachMovie("bullet1", "bullet1" + depth, depth); BulletClip._y = _root.player._y - 15; BulletClip._x = _root.player._x + (23 * scale); BulletClip.speed = 10 * scale; BulletClip.onEnterFrame = function () { this._x = this._x + this.speed; if (this._x > 550) { this.removeMovieClip(); } if (this._x < 0) { this.removeMovieClip(); } };
Symbol 190 MovieClip Frame 6
_root.player.gotoAndStop(4);
Symbol 194 MovieClip Frame 13
gotoAndPlay (5);
Symbol 199 MovieClip Frame 3
var scale = (_root.player._xscale / 100); var depth = _root.getNextHighestDepth(); var BulletClip = _root.attachMovie("bullet1", "bullet1" + depth, depth); BulletClip._y = _root.player._y - 60; BulletClip._x = _root.player._x - (7 * scale); BulletClip.speed = 10; BulletClip.onEnterFrame = function () { this._y = this._y - this.speed; if (this._y > 400) { this.removeMovieClip(); } if (this._y < 0) { this.removeMovieClip(); } };
Symbol 199 MovieClip Frame 10
_root.player.gotoAndStop(6);
Symbol 203 MovieClip Frame 1
if (Key.isDown(37)) { _root.player._x = _root.player._x - 2; } if (Key.isDown(39)) { _root.player._x = _root.player._x + 2; }
Symbol 203 MovieClip Frame 2
if (Key.isDown(37)) { _root.player._x = _root.player._x - 2; } if (Key.isDown(39)) { _root.player._x = _root.player._x + 2; }
Symbol 203 MovieClip Frame 3
if (Key.isDown(37)) { _root.player._x = _root.player._x - 2; } if (Key.isDown(39)) { _root.player._x = _root.player._x + 2; }
Symbol 203 MovieClip Frame 4
if (Key.isDown(37)) { _root.player._x = _root.player._x - 2; } if (Key.isDown(39)) { _root.player._x = _root.player._x + 2; }
Symbol 203 MovieClip Frame 5
if (Key.isDown(37)) { _root.player._x = _root.player._x - 2; } if (Key.isDown(39)) { _root.player._x = _root.player._x + 2; }
Symbol 203 MovieClip Frame 6
if (Key.isDown(37)) { _root.player._x = _root.player._x - 2; } if (Key.isDown(39)) { _root.player._x = _root.player._x + 2; }
Symbol 203 MovieClip Frame 7
if (Key.isDown(37)) { _root.player._x = _root.player._x - 2; } if (Key.isDown(39)) { _root.player._x = _root.player._x + 2; }
Symbol 203 MovieClip Frame 8
if (Key.isDown(37)) { _root.player._x = _root.player._x - 2; } if (Key.isDown(39)) { _root.player._x = _root.player._x + 2; }
Symbol 203 MovieClip Frame 9
if (Key.isDown(37)) { _root.player._x = _root.player._x - 2; } if (Key.isDown(39)) { _root.player._x = _root.player._x + 2; }
Symbol 203 MovieClip Frame 10
if (Key.isDown(37)) { _root.player._x = _root.player._x - 2; } if (Key.isDown(39)) { _root.player._x = _root.player._x + 2; }
Symbol 203 MovieClip Frame 11
if (Key.isDown(37)) { _root.player._x = _root.player._x - 2; } if (Key.isDown(39)) { _root.player._x = _root.player._x + 2; }
Symbol 203 MovieClip Frame 12
if (Key.isDown(37)) { _root.player._x = _root.player._x - 2; } if (Key.isDown(39)) { _root.player._x = _root.player._x + 2; }
Symbol 203 MovieClip Frame 13
if (Key.isDown(37)) { _root.player._x = _root.player._x - 2; } if (Key.isDown(39)) { _root.player._x = _root.player._x + 2; }
Symbol 203 MovieClip Frame 14
_root.player.gotoAndStop(1); if (Key.isDown(37)) { _root.player._x = _root.player._x - 2; } if (Key.isDown(39)) { _root.player._x = _root.player._x + 2; }
Symbol 208 MovieClip Frame 2
if (this.hitTest(_root.enemy1)) { this.gotoAndStop("hit"); _root.enemy1.gotoAndStop("hit"); } if (this.hitTest(_root.enemy2)) { this.gotoAndStop("hit"); _root.enemy2.gotoAndStop("hit"); } if (this.hitTest(_root.enemy3)) { this.gotoAndStop("hit"); _root.enemy3.gotoAndStop("hit"); } if (this.hitTest(_root.enemy4)) { this.gotoAndStop("hit"); _root.enemy4.gotoAndStop("hit"); } if (this.hitTest(_root.enemy5)) { this.gotoAndStop("hit"); _root.enemy5.gotoAndStop("hit"); } if (this.hitTest(_root.enemy6)) { this.gotoAndStop("hit"); _root.enemy6.gotoAndStop("hit"); } if (this.hitTest(_root.enemy7)) { this.gotoAndStop("hit"); _root.enemy7.gotoAndStop("hit"); } if (this.hitTest(_root.shield1)) { this.gotoAndStop("hit"); _root.shield1.gotoAndPlay("unf"); }
Symbol 208 MovieClip Frame 3
if (this.hitTest(_root.enemy1)) { this.gotoAndStop("hit"); _root.enemy1.gotoAndStop("hit"); } if (this.hitTest(_root.enemy2)) { this.gotoAndStop("hit"); _root.enemy2.gotoAndStop("hit"); } if (this.hitTest(_root.enemy3)) { this.gotoAndStop("hit"); _root.enemy3.gotoAndStop("hit"); } if (this.hitTest(_root.enemy4)) { this.gotoAndStop("hit"); _root.enemy4.gotoAndStop("hit"); } if (this.hitTest(_root.enemy5)) { this.gotoAndStop("hit"); _root.enemy5.gotoAndStop("hit"); } if (this.hitTest(_root.enemy6)) { this.gotoAndStop("hit"); _root.enemy6.gotoAndStop("hit"); } if (this.hitTest(_root.enemy7)) { this.gotoAndStop("hit"); _root.enemy7.gotoAndStop("hit"); } if (this.hitTest(_root.shield1)) { this.gotoAndStop("hit"); _root.shield1.gotoAndPlay("unf"); }
Symbol 208 MovieClip Frame 7
if (this.hitTest(_root.enemy1)) { this.gotoAndStop("hit"); _root.enemy1.gotoAndStop("hit"); } if (this.hitTest(_root.enemy2)) { this.gotoAndStop("hit"); _root.enemy2.gotoAndStop("hit"); } if (this.hitTest(_root.enemy3)) { this.gotoAndStop("hit"); _root.enemy3.gotoAndStop("hit"); } if (this.hitTest(_root.enemy4)) { this.gotoAndStop("hit"); _root.enemy4.gotoAndStop("hit"); } if (this.hitTest(_root.enemy5)) { this.gotoAndStop("hit"); _root.enemy5.gotoAndStop("hit"); } if (this.hitTest(_root.enemy6)) { this.gotoAndStop("hit"); _root.enemy6.gotoAndStop("hit"); } if (this.hitTest(_root.enemy7)) { this.gotoAndStop("hit"); _root.enemy7.gotoAndStop("hit"); } if (this.hitTest(_root.shield1)) { this.gotoAndStop("hit"); _root.shield1.gotoAndPlay("unf"); }
Symbol 208 MovieClip Frame 8
if (this.hitTest(_root.enemy1)) { this.gotoAndStop("hit"); _root.enemy1.gotoAndStop("hit"); } if (this.hitTest(_root.enemy2)) { this.gotoAndStop("hit"); _root.enemy2.gotoAndStop("hit"); } if (this.hitTest(_root.enemy3)) { this.gotoAndStop("hit"); _root.enemy3.gotoAndStop("hit"); } if (this.hitTest(_root.enemy4)) { this.gotoAndStop("hit"); _root.enemy4.gotoAndStop("hit"); } if (this.hitTest(_root.enemy5)) { this.gotoAndStop("hit"); _root.enemy5.gotoAndStop("hit"); } if (this.hitTest(_root.enemy6)) { this.gotoAndStop("hit"); _root.enemy6.gotoAndStop("hit"); } if (this.hitTest(_root.enemy7)) { this.gotoAndStop("hit"); _root.enemy7.gotoAndStop("hit"); } if (this.hitTest(_root.shield1)) { this.gotoAndStop("hit"); _root.shield1.gotoAndPlay("unf"); }
Symbol 208 MovieClip Frame 10
_root.player.gotoAndStop(1);
Symbol 209 MovieClip Frame 1
stop();
Symbol 209 MovieClip Frame 2
stop();
Symbol 209 MovieClip Frame 3
stop();
Symbol 209 MovieClip Frame 4
stop();
Symbol 209 MovieClip Frame 5
stop();
Symbol 209 MovieClip Frame 6
stop();
Symbol 209 MovieClip Frame 7
stop();
Symbol 209 MovieClip Frame 8
stop();
Symbol 209 MovieClip Frame 9
stop();
Symbol 230 MovieClip Frame 29
NextDepth = _root.getNextHighestDepth(); BulletClip = _root.attachMovie("eb", "bullet1" + NextDepth, NextDepth); BulletClip._y = this._y - 5; BulletClip._x = this._x - 26; BulletClip.bullet1_speed = -7; BulletClip.bullet2_speed = 0; BulletClip.onEnterFrame = function () { this._x = this._x + this.bullet1_speed; this._y = this._y + this.bullet2_speed; if (this._x > 550) { this.removeMovieClip(); } if (this._x < 0) { this.removeMovieClip(); } };
Symbol 230 MovieClip Frame 51
gotoAndPlay (1);
Symbol 230 MovieClip Frame 52
stop(); NextDepth = _root.getNextHighestDepth(); BulletClip = _root.attachMovie("dead", "bullet1" + NextDepth, NextDepth); BulletClip._y = this._y; BulletClip._x = this._x; BulletClip.bullet1_speed = 0; BulletClip.onEnterFrame = function () { this._x = this._x + this.bullet1_speed; if (this._x > 550) { this.removeMovieClip(); } }; removeMovieClip(this);
Symbol 241 MovieClip Frame 32
NextDepth = _root.getNextHighestDepth(); BulletClip = _root.attachMovie("fc", "bullet1" + NextDepth, NextDepth); BulletClip._y = this._y - 10; BulletClip._x = this._x - 23; BulletClip.bullet1_speed = -5; BulletClip.bullet2_speed = 0.5; BulletClip.onEnterFrame = function () { this._x = this._x + this.bullet1_speed; this._y = this._y + this.bullet2_speed; if (this._x > 550) { this.removeMovieClip(); } if (this._x < 0) { this.removeMovieClip(); } };
Symbol 241 MovieClip Frame 89
gotoAndPlay (1);
Symbol 241 MovieClip Frame 90
stop(); NextDepth = _root.getNextHighestDepth(); BulletClip = _root.attachMovie("dead", "bullet1" + NextDepth, NextDepth); BulletClip._y = this._y; BulletClip._x = this._x; BulletClip.bullet1_speed = 0; BulletClip.onEnterFrame = function () { this._x = this._x + this.bullet1_speed; if (this._x > 550) { this.removeMovieClip(); } }; removeMovieClip(this);
Symbol 251 MovieClip Frame 36
NextDepth = _root.getNextHighestDepth(); BulletClip = _root.attachMovie("rb", "bullet1" + NextDepth, NextDepth); BulletClip._y = this._y - 10; BulletClip._x = this._x - 25; BulletClip.bullet1_speed = -6; BulletClip.bullet2_speed = 0; BulletClip.onEnterFrame = function () { this._x = this._x + this.bullet1_speed; this._y = this._y + this.bullet2_speed; if (this._x > 550) { this.removeMovieClip(); } if (this._x < 0) { this.removeMovieClip(); } }; NextDepth = _root.getNextHighestDepth(); BulletClip = _root.attachMovie("e1", "bullet1" + NextDepth, NextDepth); BulletClip._y = this._y - 10; BulletClip._x = this._x - 25; BulletClip.bullet1_speed = 0; BulletClip.bullet2_speed = 0; BulletClip.onEnterFrame = function () { this._x = this._x + this.bullet1_speed; this._y = this._y + this.bullet2_speed; if (this._x > 550) { this.removeMovieClip(); } if (this._x < 0) { this.removeMovieClip(); } };
Symbol 251 MovieClip Frame 49
gotoAndPlay (1);
Symbol 251 MovieClip Frame 50
stop(); NextDepth = _root.getNextHighestDepth(); BulletClip = _root.attachMovie("dead", "bullet1" + NextDepth, NextDepth); BulletClip._y = this._y; BulletClip._x = this._x; BulletClip.bullet1_speed = 0; BulletClip.onEnterFrame = function () { this._x = this._x + this.bullet1_speed; if (this._x > 550) { this.removeMovieClip(); } }; removeMovieClip(this);
Symbol 264 MovieClip Frame 27
NextDepth = _root.getNextHighestDepth(); BulletClip = _root.attachMovie("eb", "bullet1" + NextDepth, NextDepth); BulletClip._y = this._y - 10; BulletClip._x = this._x - 23; BulletClip.bullet1_speed = -7; BulletClip.bullet2_speed = 0; BulletClip.onEnterFrame = function () { this._x = this._x + this.bullet1_speed; this._y = this._y + this.bullet2_speed; if (this._x > 550) { this.removeMovieClip(); } if (this._x < 0) { this.removeMovieClip(); } };
Symbol 264 MovieClip Frame 49
gotoAndPlay (1);
Symbol 264 MovieClip Frame 50
stop(); NextDepth = _root.getNextHighestDepth(); BulletClip = _root.attachMovie("dead", "bullet1" + NextDepth, NextDepth); BulletClip._y = this._y; BulletClip._x = this._x; BulletClip.bullet1_speed = 0; BulletClip.onEnterFrame = function () { this._x = this._x + this.bullet1_speed; if (this._x > 550) { this.removeMovieClip(); } }; removeMovieClip(this);
Symbol 280 MovieClip Frame 54
NextDepth = _root.getNextHighestDepth(); BulletClip = _root.attachMovie("morshoot", "bullet1" + NextDepth, NextDepth); BulletClip._y = this._y - 50; BulletClip._x = this._x - 30; BulletClip.bullet1_speed = 0; BulletClip.bullet2_speed = 0; BulletClip.onEnterFrame = function () { this._x = this._x + this.bullet1_speed; this._y = this._y + this.bullet2_speed; if (this._x > 550) { this.removeMovieClip(); } if (this._x < 0) { this.removeMovieClip(); } };
Symbol 280 MovieClip Frame 57
gotoAndPlay (1);
Symbol 280 MovieClip Frame 58
stop(); NextDepth = _root.getNextHighestDepth(); BulletClip = _root.attachMovie("dead", "bullet1" + NextDepth, NextDepth); BulletClip._y = this._y; BulletClip._x = this._x; BulletClip.bullet1_speed = 0; BulletClip.onEnterFrame = function () { this._x = this._x + this.bullet1_speed; if (this._x > 550) { this.removeMovieClip(); } }; removeMovieClip(this);
Symbol 295 MovieClip Frame 16
NextDepth = _root.getNextHighestDepth(); BulletClip = _root.attachMovie("gb", "bullet1" + NextDepth, NextDepth); BulletClip._y = this._y - 20; BulletClip._x = this._x - 30; BulletClip.bullet1_speed = 0; BulletClip.bullet2_speed = 0; BulletClip.onEnterFrame = function () { this._x = this._x + this.bullet1_speed; this._y = this._y + this.bullet2_speed; if (this._x > 550) { this.removeMovieClip(); } if (this._x < 0) { this.removeMovieClip(); } };
Symbol 295 MovieClip Frame 25
this._x = this._x - 5;
Symbol 295 MovieClip Frame 28
this._x = this._x - 5;
Symbol 295 MovieClip Frame 31
this._x = this._x - 5;
Symbol 295 MovieClip Frame 34
this._x = this._x - 5;
Symbol 295 MovieClip Frame 37
this._x = this._x - 5;
Symbol 295 MovieClip Frame 40
this._x = this._x - 5;
Symbol 295 MovieClip Frame 43
this._x = this._x - 5;
Symbol 295 MovieClip Frame 46
this._x = this._x - 5;
Symbol 295 MovieClip Frame 65
gotoAndPlay (1);
Symbol 295 MovieClip Frame 66
stop(); NextDepth = _root.getNextHighestDepth(); BulletClip = _root.attachMovie("dead", "bullet1" + NextDepth, NextDepth); BulletClip._y = this._y; BulletClip._x = this._x; BulletClip.bullet1_speed = 0; BulletClip.onEnterFrame = function () { this._x = this._x + this.bullet1_speed; if (this._x > 550) { this.removeMovieClip(); } }; removeMovieClip(this);
Symbol 301 MovieClip Frame 13
gotoAndPlay (1);
Symbol 301 MovieClip Frame 14
_root.shp = _root.shp - (random(0) + 5);
Symbol 301 MovieClip Frame 20
gotoAndPlay (1);
Symbol 301 MovieClip Frame 21
stop(); NextDepth = _root.getNextHighestDepth(); BulletClip = _root.attachMovie("dead", "bullet1" + NextDepth, NextDepth); BulletClip._y = this._y; BulletClip._x = this._x; BulletClip.bullet1_speed = 0; BulletClip.onEnterFrame = function () { this._x = this._x + this.bullet1_speed; if (this._x > 550) { this.removeMovieClip(); } }; removeMovieClip(this);
Symbol 317 MovieClip Frame 13
this._x = this._x - 5;
Symbol 317 MovieClip Frame 15
this._x = this._x - 5;
Symbol 317 MovieClip Frame 17
this._x = this._x - 5;
Symbol 317 MovieClip Frame 19
this._x = this._x - 5;
Symbol 317 MovieClip Frame 21
this._x = this._x - 5;
Symbol 317 MovieClip Frame 23
this._x = this._x - 5;
Symbol 317 MovieClip Frame 25
this._x = this._x - 5;
Symbol 317 MovieClip Frame 27
this._x = this._x - 5;
Symbol 317 MovieClip Frame 29
this._x = this._x - 5;
Symbol 317 MovieClip Frame 31
this._x = this._x - 5;
Symbol 317 MovieClip Frame 33
this._x = this._x - 5;
Symbol 317 MovieClip Frame 35
this._x = this._x - 5;
Symbol 317 MovieClip Frame 58
NextDepth = _root.getNextHighestDepth(); BulletClip = _root.attachMovie("roll1", "bullet1" + NextDepth, NextDepth); BulletClip._y = this._y - 28; BulletClip._x = this._x - 27; BulletClip.bullet1_speed = 0; BulletClip.bullet2_speed = 4; BulletClip.onEnterFrame = function () { this._x = this._x + this.bullet1_speed; this._y = this._y + this.bullet2_speed; if (this._x > 550) { this.removeMovieClip(); } if (this._x < 0) { this.removeMovieClip(); } }; NextDepth = _root.getNextHighestDepth(); BulletClip = _root.attachMovie("light", "bullet1" + NextDepth, NextDepth); BulletClip._y = this._y - 28; BulletClip._x = this._x - 27; BulletClip.bullet1_speed = 0; BulletClip.bullet2_speed = 0; BulletClip.onEnterFrame = function () { this._x = this._x + this.bullet1_speed; this._y = this._y + this.bullet2_speed; if (this._x > 550) { this.removeMovieClip(); } if (this._x < 0) { this.removeMovieClip(); } };
Symbol 317 MovieClip Frame 82
this._x = this._x + 5;
Symbol 317 MovieClip Frame 84
this._x = this._x + 5;
Symbol 317 MovieClip Frame 86
this._x = this._x + 5;
Symbol 317 MovieClip Frame 88
this._x = this._x + 5;
Symbol 317 MovieClip Frame 90
this._x = this._x + 5;
Symbol 317 MovieClip Frame 92
this._x = this._x + 5;
Symbol 317 MovieClip Frame 94
this._x = this._x + 5;
Symbol 317 MovieClip Frame 96
this._x = this._x + 5;
Symbol 317 MovieClip Frame 98
this._x = this._x + 5;
Symbol 317 MovieClip Frame 100
this._x = this._x + 5;
Symbol 317 MovieClip Frame 102
this._x = this._x + 5;
Symbol 317 MovieClip Frame 104
this._x = this._x + 5;
Symbol 317 MovieClip Frame 127
NextDepth = _root.getNextHighestDepth(); BulletClip = _root.attachMovie("roll1", "bullet1" + NextDepth, NextDepth); BulletClip._y = this._y - 28; BulletClip._x = this._x - 27; BulletClip.bullet1_speed = 0; BulletClip.bullet2_speed = 4; BulletClip.onEnterFrame = function () { this._x = this._x + this.bullet1_speed; this._y = this._y + this.bullet2_speed; if (this._x > 550) { this.removeMovieClip(); } if (this._x < 0) { this.removeMovieClip(); } }; NextDepth = _root.getNextHighestDepth(); BulletClip = _root.attachMovie("light", "bullet1" + NextDepth, NextDepth); BulletClip._y = this._y - 28; BulletClip._x = this._x - 27; BulletClip.bullet1_speed = 0; BulletClip.bullet2_speed = 0; BulletClip.onEnterFrame = function () { this._x = this._x + this.bullet1_speed; this._y = this._y + this.bullet2_speed; if (this._x > 550) { this.removeMovieClip(); } if (this._x < 0) { this.removeMovieClip(); } };
Symbol 317 MovieClip Frame 139
gotoAndPlay (1);
Symbol 317 MovieClip Frame 140
stop(); NextDepth = _root.getNextHighestDepth(); BulletClip = _root.attachMovie("sd", "bullet1" + NextDepth, NextDepth); BulletClip._y = this._y + 10; BulletClip._x = this._x; BulletClip.bullet1_speed = 0; BulletClip.onEnterFrame = function () { this._x = this._x + this.bullet1_speed; if (this._x > 550) { this.removeMovieClip(); } }; removeMovieClip(this);
Symbol 318 MovieClip Frame 54
NextDepth = _root.getNextHighestDepth(); BulletClip = _root.attachMovie("morshot1", "bullet1" + NextDepth, NextDepth); BulletClip._y = this._y - 50; BulletClip._x = this._x - 30; BulletClip.bullet1_speed = 0; BulletClip.bullet2_speed = 0; BulletClip.onEnterFrame = function () { this._x = this._x + this.bullet1_speed; this._y = this._y + this.bullet2_speed; if (this._x > 550) { this.removeMovieClip(); } if (this._x < 0) { this.removeMovieClip(); } };
Symbol 318 MovieClip Frame 57
gotoAndPlay (1);
Symbol 318 MovieClip Frame 58
stop(); NextDepth = _root.getNextHighestDepth(); BulletClip = _root.attachMovie("dead", "bullet1" + NextDepth, NextDepth); BulletClip._y = this._y; BulletClip._x = this._x; BulletClip.bullet1_speed = 0; BulletClip.onEnterFrame = function () { this._x = this._x + this.bullet1_speed; if (this._x > 550) { this.removeMovieClip(); } }; removeMovieClip(this);
Symbol 338 MovieClip Frame 18
NextDepth = _root.getNextHighestDepth(); BulletClip = _root.attachMovie("eb", "bullet1" + NextDepth, NextDepth); BulletClip._y = this._y + 52; BulletClip._x = this._x - 10; BulletClip.bullet1_speed = -5; BulletClip.bullet2_speed = 0; BulletClip.onEnterFrame = function () { this._y = this._y - this.bullet1_speed; this._y = this._y + this.bullet2_speed; if (this._y > 400) { this.removeMovieClip(); } if (this._y < 0) { this.removeMovieClip(); } };
Symbol 338 MovieClip Frame 20
Symbol 338 MovieClip Frame 22
gotoAndPlay (12);
Symbol 338 MovieClip Frame 23
stop(); NextDepth = _root.getNextHighestDepth(); BulletClip = _root.attachMovie("hd", "bullet1" + NextDepth, NextDepth); BulletClip._y = this._y + 10; BulletClip._x = this._x; BulletClip.bullet1_speed = 0; BulletClip.onEnterFrame = function () { this._x = this._x + this.bullet1_speed; if (this._x > 550) { this.removeMovieClip(); } }; removeMovieClip(this);
Symbol 340 MovieClip Frame 13
this._x = this._x + 5;
Symbol 340 MovieClip Frame 15
this._x = this._x + 5;
Symbol 340 MovieClip Frame 17
this._x = this._x + 5;
Symbol 340 MovieClip Frame 19
this._x = this._x + 5;
Symbol 340 MovieClip Frame 21
this._x = this._x + 5;
Symbol 340 MovieClip Frame 23
this._x = this._x + 5;
Symbol 340 MovieClip Frame 25
this._x = this._x + 5;
Symbol 340 MovieClip Frame 27
this._x = this._x + 5;
Symbol 340 MovieClip Frame 29
this._x = this._x + 5;
Symbol 340 MovieClip Frame 31
this._x = this._x + 5;
Symbol 340 MovieClip Frame 33
this._x = this._x + 5;
Symbol 340 MovieClip Frame 35
this._x = this._x + 5;
Symbol 340 MovieClip Frame 58
NextDepth = _root.getNextHighestDepth(); BulletClip = _root.attachMovie("roll1.5", "bullet1" + NextDepth, NextDepth); BulletClip._y = this._y - 28; BulletClip._x = this._x + 27; BulletClip.bullet1_speed = 0; BulletClip.bullet2_speed = 4; BulletClip.onEnterFrame = function () { this._x = this._x + this.bullet1_speed; this._y = this._y + this.bullet2_speed; if (this._x > 550) { this.removeMovieClip(); } if (this._x < 0) { this.removeMovieClip(); } }; NextDepth = _root.getNextHighestDepth(); BulletClip = _root.attachMovie("light2", "bullet1" + NextDepth, NextDepth); BulletClip._y = this._y - 28; BulletClip._x = this._x + 27; BulletClip.bullet1_speed = 0; BulletClip.bullet2_speed = 0; BulletClip.onEnterFrame = function () { this._x = this._x + this.bullet1_speed; this._y = this._y + this.bullet2_speed; if (this._x > 550) { this.removeMovieClip(); } if (this._x < 0) { this.removeMovieClip(); } };
Symbol 340 MovieClip Frame 82
this._x = this._x - 5;
Symbol 340 MovieClip Frame 84
this._x = this._x - 5;
Symbol 340 MovieClip Frame 86
this._x = this._x - 5;
Symbol 340 MovieClip Frame 88
this._x = this._x - 5;
Symbol 340 MovieClip Frame 90
this._x = this._x - 5;
Symbol 340 MovieClip Frame 92
this._x = this._x - 5;
Symbol 340 MovieClip Frame 94
this._x = this._x - 5;
Symbol 340 MovieClip Frame 96
this._x = this._x - 5;
Symbol 340 MovieClip Frame 98
this._x = this._x - 5;
Symbol 340 MovieClip Frame 100
this._x = this._x - 5;
Symbol 340 MovieClip Frame 102
this._x = this._x - 5;
Symbol 340 MovieClip Frame 104
this._x = this._x - 5;
Symbol 340 MovieClip Frame 127
NextDepth = _root.getNextHighestDepth(); BulletClip = _root.attachMovie("roll1.5", "bullet1" + NextDepth, NextDepth); BulletClip._y = this._y - 28; BulletClip._x = this._x + 27; BulletClip.bullet1_speed = 0; BulletClip.bullet2_speed = 4; BulletClip.onEnterFrame = function () { this._x = this._x + this.bullet1_speed; this._y = this._y + this.bullet2_speed; if (this._x > 550) { this.removeMovieClip(); } if (this._x < 0) { this.removeMovieClip(); } }; NextDepth = _root.getNextHighestDepth(); BulletClip = _root.attachMovie("light2", "bullet1" + NextDepth, NextDepth); BulletClip._y = this._y - 28; BulletClip._x = this._x + 27; BulletClip.bullet1_speed = 0; BulletClip.bullet2_speed = 0; BulletClip.onEnterFrame = function () { this._x = this._x + this.bullet1_speed; this._y = this._y + this.bullet2_speed; if (this._x > 550) { this.removeMovieClip(); } if (this._x < 0) { this.removeMovieClip(); } };
Symbol 340 MovieClip Frame 139
gotoAndPlay (1);
Symbol 340 MovieClip Frame 140
stop(); NextDepth = _root.getNextHighestDepth(); BulletClip = _root.attachMovie("sd", "bullet1" + NextDepth, NextDepth); BulletClip._y = this._y + 10; BulletClip._x = this._x; BulletClip.bullet1_speed = 0; BulletClip.onEnterFrame = function () { this._x = this._x + this.bullet1_speed; if (this._x > 550) { this.removeMovieClip(); } }; removeMovieClip(this);
Symbol 349 MovieClip Frame 1
this._x = this._x - 5;
Symbol 349 MovieClip Frame 3
this._x = this._x - 5;
Symbol 349 MovieClip Frame 5
this._x = this._x - 5;
Symbol 349 MovieClip Frame 7
this._x = this._x - 5;
Symbol 349 MovieClip Frame 9
this._x = this._x - 5;
Symbol 349 MovieClip Frame 11
this._x = this._x - 5;
Symbol 349 MovieClip Frame 13
this._x = this._x - 5;
Symbol 349 MovieClip Frame 15
this._x = this._x - 5;
Symbol 349 MovieClip Frame 17
this._x = this._x - 5;
Symbol 349 MovieClip Frame 51
NextDepth = _root.getNextHighestDepth(); BulletClip = _root.attachMovie("gb1", "bullet1" + NextDepth, NextDepth); BulletClip._y = this._y - 14; BulletClip._x = this._x - 65; BulletClip.bullet1_speed = 0; BulletClip.bullet2_speed = 0; BulletClip.onEnterFrame = function () { this._x = this._x + this.bullet1_speed; this._y = this._y + this.bullet2_speed; if (this._x > 550) { this.removeMovieClip(); } if (this._x < 0) { this.removeMovieClip(); } };
Symbol 349 MovieClip Frame 53
gotoAndPlay (19);
Symbol 349 MovieClip Frame 54
stop(); NextDepth = _root.getNextHighestDepth(); BulletClip = _root.attachMovie("gdead", "bullet1" + NextDepth, NextDepth); BulletClip._y = this._y + 0; BulletClip._x = this._x; BulletClip.bullet1_speed = 0; BulletClip.onEnterFrame = function () { this._x = this._x + this.bullet1_speed; if (this._x > 550) { this.removeMovieClip(); } }; removeMovieClip(this);
Symbol 395 MovieClip Frame 6
NextDepth = _root.getNextHighestDepth(); BulletClip = _root.attachMovie("fb1", "bullet1" + NextDepth, NextDepth); BulletClip._y = _root.em._y - 60; BulletClip._x = _root.em._x + 61; BulletClip.bullet1_speed = 0; BulletClip.bullet2_speed = 0; BulletClip.onEnterFrame = function () { this._x = this._x + this.bullet1_speed; this._y = this._y + this.bullet2_speed; if (this._x > 550) { this.removeMovieClip(); } if (this._x < 0) { this.removeMovieClip(); } };
Symbol 395 MovieClip Frame 23
NextDepth = _root.getNextHighestDepth(); BulletClip = _root.attachMovie("fb2", "bullet1" + NextDepth, NextDepth); BulletClip._y = _root.em._y - 60; BulletClip._x = _root.em._x + 51; BulletClip.bullet1_speed = 0; BulletClip.bullet2_speed = 0; BulletClip.onEnterFrame = function () { this._x = this._x + this.bullet1_speed; this._y = this._y + this.bullet2_speed; if (this._x > 550) { this.removeMovieClip(); } if (this._x < 0) { this.removeMovieClip(); } };
Symbol 395 MovieClip Frame 39
NextDepth = _root.getNextHighestDepth(); BulletClip = _root.attachMovie("fb3", "bullet1" + NextDepth, NextDepth); BulletClip._y = _root.em._y - 50; BulletClip._x = _root.em._x + 61; BulletClip.bullet1_speed = 0; BulletClip.bullet2_speed = 0; BulletClip.onEnterFrame = function () { this._x = this._x + this.bullet1_speed; this._y = this._y + this.bullet2_speed; if (this._x > 550) { this.removeMovieClip(); } if (this._x < 0) { this.removeMovieClip(); } };
Symbol 395 MovieClip Frame 55
gotoAndPlay (1);
Symbol 396 MovieClip Frame 1
this._x = this._x + 7;
Symbol 396 MovieClip Frame 2
this._x = this._x + 7;
Symbol 396 MovieClip Frame 3
this._x = this._x + 7;
Symbol 396 MovieClip Frame 4
this._x = this._x + 7;
Symbol 396 MovieClip Frame 5
this._x = this._x + 7;
Symbol 396 MovieClip Frame 6
this._x = this._x + 7;
Symbol 396 MovieClip Frame 7
this._x = this._x + 7;
Symbol 396 MovieClip Frame 8
this._x = this._x + 7;
Symbol 396 MovieClip Frame 9
this._x = this._x + 7;
Symbol 396 MovieClip Frame 10
this._x = this._x + 7;
Symbol 396 MovieClip Frame 11
this._x = this._x + 7;
Symbol 396 MovieClip Frame 12
this._x = this._x + 7;
Symbol 396 MovieClip Frame 13
this._x = this._x + 7;
Symbol 396 MovieClip Frame 14
this._x = this._x + 7;
Symbol 396 MovieClip Frame 15
this._x = this._x + 7;
Symbol 396 MovieClip Frame 16
this._x = this._x + 7;
Symbol 396 MovieClip Frame 17
this._x = this._x + 7;
Symbol 396 MovieClip Frame 18
this._x = this._x + 7;
Symbol 396 MovieClip Frame 19
this._x = this._x + 7;
Symbol 396 MovieClip Frame 20
this._x = this._x + 7;
Symbol 396 MovieClip Frame 21
this._x = this._x + 7;
Symbol 396 MovieClip Frame 22
this._x = this._x + 7;
Symbol 396 MovieClip Frame 23
this._x = this._x + 7;
Symbol 396 MovieClip Frame 24
this._x = this._x + 7;
Symbol 396 MovieClip Frame 25
this._x = this._x + 7;
Symbol 396 MovieClip Frame 26
this._x = this._x + 7;
Symbol 396 MovieClip Frame 27
this._x = this._x + 7;
Symbol 396 MovieClip Frame 28
this._x = this._x + 7;
Symbol 396 MovieClip Frame 29
this._x = this._x + 7;
Symbol 396 MovieClip Frame 30
this._x = this._x + 7;
Symbol 396 MovieClip Frame 31
stop();
Symbol 396 MovieClip Frame 32
stop(); NextDepth = _root.getNextHighestDepth(); BulletClip = _root.attachMovie("emdead", "bullet1" + NextDepth, NextDepth); BulletClip._y = this._y + 0; BulletClip._x = this._x; BulletClip.bullet1_speed = 0; BulletClip.onEnterFrame = function () { this._x = this._x + this.bullet1_speed; if (this._x > 550) { this.removeMovieClip(); } }; removeMovieClip(this);
Symbol 403 MovieClip Frame 22
stop();

Library Items

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

Instance Names

"g5"Frame 3Symbol 164 MovieClip
"g4"Frame 3Symbol 164 MovieClip
"g6"Frame 3Symbol 164 MovieClip
"g7"Frame 3Symbol 164 MovieClip
"g8"Frame 3Symbol 164 MovieClip
"g9"Frame 3Symbol 164 MovieClip
"g10"Frame 3Symbol 164 MovieClip
"g3"Frame 3Symbol 164 MovieClip
"g11"Frame 3Symbol 164 MovieClip
"g12"Frame 3Symbol 164 MovieClip
"g13"Frame 3Symbol 164 MovieClip
"g14"Frame 3Symbol 164 MovieClip
"player"Frame 3Symbol 209 MovieClip
"g1"Frame 3Symbol 164 MovieClip
"g2"Frame 3Symbol 164 MovieClip
"enemy4"Frame 3Symbol 230 MovieClip
"enemy6"Frame 3Symbol 230 MovieClip
"enemy5"Frame 3Symbol 241 MovieClip
"enemy2"Frame 3Symbol 251 MovieClip
"enemy3"Frame 3Symbol 264 MovieClip
"enemy1"Frame 3Symbol 280 MovieClip
"player"Frame 5Symbol 209 MovieClip
"g1"Frame 5Symbol 164 MovieClip
"enemy1"Frame 5Symbol 241 MovieClip
"enemy2"Frame 5Symbol 295 MovieClip
"enemy7"Frame 5Symbol 280 MovieClip
"shield1"Frame 5Symbol 301 MovieClip
"enemy3"Frame 5Symbol 264 MovieClip
"player"Frame 7Symbol 209 MovieClip
"g1"Frame 7Symbol 164 MovieClip
"vehicles"Frame 7Symbol 317 MovieClip
"g5"Frame 7Symbol 164 MovieClip
"g4"Frame 7Symbol 164 MovieClip
"g6"Frame 7Symbol 164 MovieClip
"g7"Frame 7Symbol 164 MovieClip
"g8"Frame 7Symbol 164 MovieClip
"g9"Frame 7Symbol 164 MovieClip
"g10"Frame 7Symbol 164 MovieClip
"g3"Frame 7Symbol 164 MovieClip
"g11"Frame 7Symbol 164 MovieClip
"g12"Frame 7Symbol 164 MovieClip
"g13"Frame 7Symbol 164 MovieClip
"g5"Frame 9Symbol 164 MovieClip
"g4"Frame 9Symbol 164 MovieClip
"g6"Frame 9Symbol 164 MovieClip
"g7"Frame 9Symbol 164 MovieClip
"g8"Frame 9Symbol 164 MovieClip
"g9"Frame 9Symbol 164 MovieClip
"g10"Frame 9Symbol 164 MovieClip
"g3"Frame 9Symbol 164 MovieClip
"g11"Frame 9Symbol 164 MovieClip
"g12"Frame 9Symbol 164 MovieClip
"g13"Frame 9Symbol 164 MovieClip
"g14"Frame 9Symbol 164 MovieClip
"player"Frame 9Symbol 209 MovieClip
"g1"Frame 9Symbol 164 MovieClip
"g2"Frame 9Symbol 164 MovieClip
"enemy1"Frame 9Symbol 318 MovieClip
"enemy5"Frame 9Symbol 230 MovieClip
"enemy6"Frame 9Symbol 230 MovieClip
"enemy2"Frame 9Symbol 241 MovieClip
"enemy3"Frame 9Symbol 251 MovieClip
"enemy4"Frame 9Symbol 280 MovieClip
"shield1"Frame 9Symbol 301 MovieClip
"player"Frame 11Symbol 209 MovieClip
"g1"Frame 11Symbol 164 MovieClip
"player"Frame 13Symbol 209 MovieClip
"g1"Frame 13Symbol 164 MovieClip
"heli"Frame 13Symbol 338 MovieClip
"player"Frame 15Symbol 209 MovieClip
"g1"Frame 15Symbol 164 MovieClip
"vehicles"Frame 15Symbol 317 MovieClip
"vehicles2"Frame 15Symbol 340 MovieClip
"player"Frame 17Symbol 209 MovieClip
"g1"Frame 17Symbol 164 MovieClip
"enemy7"Frame 17Symbol 230 MovieClip
"enemy4"Frame 17Symbol 251 MovieClip
"enemy3"Frame 17Symbol 251 MovieClip
"enemy1"Frame 17Symbol 280 MovieClip
"enemy2"Frame 17Symbol 264 MovieClip
"shield1"Frame 17Symbol 301 MovieClip
"player"Frame 19Symbol 209 MovieClip
"g1"Frame 19Symbol 164 MovieClip
"gird"Frame 19Symbol 349 MovieClip
"g1"Frame 21Symbol 164 MovieClip
"em"Frame 21Symbol 396 MovieClip
"player"Frame 21Symbol 209 MovieClip

Special Tags

ExportAssets (56)Timeline Frame 1Symbol 15 as "fib"
ExportAssets (56)Timeline Frame 1Symbol 19 as "eb"
ExportAssets (56)Timeline Frame 1Symbol 22 as "fc"
ExportAssets (56)Timeline Frame 1Symbol 23 as "rb"
ExportAssets (56)Timeline Frame 1Symbol 39 as "gb"
ExportAssets (56)Timeline Frame 1Symbol 44 as "rbo"
ExportAssets (56)Timeline Frame 1Symbol 46 as "bullet1"
ExportAssets (56)Timeline Frame 1Symbol 51 as "ping"
ExportAssets (56)Timeline Frame 1Symbol 56 as "dead"
ExportAssets (56)Timeline Frame 1Symbol 64 as "morshoot"
ExportAssets (56)Timeline Frame 1Symbol 74 as "roll1"
ExportAssets (56)Timeline Frame 1Symbol 96 as "roll2"
ExportAssets (56)Timeline Frame 1Symbol 107 as "light"
ExportAssets (56)Timeline Frame 1Symbol 109 as "hits"
ExportAssets (56)Timeline Frame 1Symbol 111 as "e2"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 111 as "e2"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 111 as "e2"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 111 as "e2"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 111 as "e2"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 111 as "e2"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 111 as "e2"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 111 as "e2"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 111 as "e2"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 111 as "e2"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 111 as "e2"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 113 as "sd"
ExportAssets (56)Timeline Frame 1Symbol 114 as "roll1.5"
ExportAssets (56)Timeline Frame 1Symbol 115 as "roll2.5"
ExportAssets (56)Timeline Frame 1Symbol 116 as "light2"
ExportAssets (56)Timeline Frame 1Symbol 117 as "hits2"
ExportAssets (56)Timeline Frame 1Symbol 119 as "hehit"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 111 as "e2"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 111 as "e2"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 111 as "e2"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 111 as "e2"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 111 as "e2"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 111 as "e2"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 111 as "e2"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 111 as "e2"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 111 as "e2"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 111 as "e2"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 111 as "e2"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 111 as "e2"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 111 as "e2"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 111 as "e2"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 111 as "e2"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 111 as "e2"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 111 as "e2"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 111 as "e2"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 111 as "e2"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 111 as "e2"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 111 as "e2"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 111 as "e2"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 111 as "e2"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 111 as "e2"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 111 as "e2"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 111 as "e2"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 111 as "e2"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 111 as "e2"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 111 as "e2"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 111 as "e2"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 112 as "e1"
ExportAssets (56)Timeline Frame 1Symbol 120 as "hd"
ExportAssets (56)Timeline Frame 1Symbol 124 as "gb1"
ExportAssets (56)Timeline Frame 1Symbol 126 as "ghit"
ExportAssets (56)Timeline Frame 1Symbol 134 as "gdead"
ExportAssets (56)Timeline Frame 1Symbol 136 as "emhit"
ExportAssets (56)Timeline Frame 1Symbol 137 as "fb1"
ExportAssets (56)Timeline Frame 1Symbol 138 as "fb2"
ExportAssets (56)Timeline Frame 1Symbol 139 as "fb3"
ExportAssets (56)Timeline Frame 1Symbol 111 as "e2"
ExportAssets (56)Timeline Frame 1Symbol 111 as "e2"
ExportAssets (56)Timeline Frame 1Symbol 111 as "e2"
ExportAssets (56)Timeline Frame 1Symbol 111 as "e2"
ExportAssets (56)Timeline Frame 1Symbol 111 as "e2"
ExportAssets (56)Timeline Frame 1Symbol 111 as "e2"
ExportAssets (56)Timeline Frame 1Symbol 111 as "e2"
ExportAssets (56)Timeline Frame 1Symbol 111 as "e2"
ExportAssets (56)Timeline Frame 1Symbol 142 as "emdead"
ExportAssets (56)Timeline Frame 1Symbol 143 as "morshot1"
ExportAssets (56)Timeline Frame 9Symbol 143 as "morshot1"
ExportAssets (56)Timeline Frame 9Symbol 143 as "morshot1"
ExportAssets (56)Timeline Frame 9Symbol 143 as "morshot1"
ExportAssets (56)Timeline Frame 23Symbol 142 as "emdead"

Labels

"menu"Frame 1
"controlls"Frame 2
"level1"Frame 3
"level2"Frame 5
"level3"Frame 7
"level4"Frame 9
"level5"Frame 11
"level6"Frame 13
"level7"Frame 15
"level8"Frame 17
"level9"Frame 19
"level10"Frame 21
"dead"Frame 22
"win"Frame 23
"hit"Symbol 19 MovieClip [eb] Frame 5
"hit"Symbol 22 MovieClip [fc] Frame 6
"hit"Symbol 23 MovieClip [rb] Frame 5
"hit"Symbol 44 MovieClip [rbo] Frame 18
"hit"Symbol 46 MovieClip [bullet1] Frame 4
"hit"Symbol 74 MovieClip [roll1] Frame 20
"hit"Symbol 96 MovieClip [roll2] Frame 23
"hit"Symbol 114 MovieClip [roll1.5] Frame 20
"hit"Symbol 115 MovieClip [roll2.5] Frame 23
"stance"Symbol 209 MovieClip Frame 1
"walk"Symbol 209 MovieClip Frame 2
"fire"Symbol 209 MovieClip Frame 3
"crouch"Symbol 209 MovieClip Frame 4
"crouchfire"Symbol 209 MovieClip Frame 5
"up"Symbol 209 MovieClip Frame 6
"upfire"Symbol 209 MovieClip Frame 7
"jump"Symbol 209 MovieClip Frame 8
"melee"Symbol 209 MovieClip Frame 9
"hit"Symbol 230 MovieClip Frame 52
"stance"Symbol 241 MovieClip Frame 1
"hit"Symbol 241 MovieClip Frame 90
"hit"Symbol 251 MovieClip Frame 50
"hit"Symbol 264 MovieClip Frame 50
"hit"Symbol 280 MovieClip Frame 58
"nade"Symbol 295 MovieClip Frame 1
"move"Symbol 295 MovieClip Frame 25
"stance"Symbol 295 MovieClip Frame 49
"hit"Symbol 295 MovieClip Frame 66
"unf"Symbol 301 MovieClip Frame 14
"hit"Symbol 301 MovieClip Frame 21
"hit"Symbol 317 MovieClip Frame 140
"hit"Symbol 318 MovieClip Frame 58
"hit"Symbol 338 MovieClip Frame 23
"hit"Symbol 340 MovieClip Frame 140
"hit"Symbol 349 MovieClip Frame 54
"hit"Symbol 396 MovieClip Frame 32




http://swfchan.com/6/29557/info.shtml
Created: 19/5 -2019 21:29:35 Last modified: 19/5 -2019 21:29:35 Server time: 01/05 -2024 09:09:02