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

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

Alternate Commissar.swf

This is the info page for
Flash #28131

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


Text
ALTERNATE
COMMISSAR

PLAY

THX TO: Grim, Ragey.

SOUND ID: 62935,85147

Originaly put on NEWGROUNDS by JAKEABOD

ENJOY

CONTROLS

ENEMIES

SUCCESS

MENU

FAILURE

CONTROLS

Use the D-pad to move your character left and right
Use the down key to crouch, useful in some areas
Use the up key to aim your gun diagnal, and again
for vertically, use the down key to bring it back to
horizontal
Use the A key to fire the M95 pistol
Use the S key to use the combat knife
Use D to jump

CONCERNS? FUCK YOU

ENEMIES

Typical grunt, attacks with typical
burst from a typical assault riffle

A jeep with a guy with a SMG
on the back.

A stationary missile launcher,

First boss, fires seeker bullets.

Sniper, pops up, shoots then
hides.

A crazed madman named Steve,
attacks you with a huge burst
from a minigun, crouch.

Secound boss

ActionScript [AS1/AS2]

Frame 1
stop(); stopAllSounds();
Frame 2
stop(); _root.hp = 5; _root.vhp = 50; player.gravity = 0; platforms = 20; player.xmove = 0; xinc = 0; xmax = 0; onEnterFrame = function () { i = 1; while (i <= platforms) { if (i == 1) { player.hits = 0; } if (player.hitTest(_root["ground" + i])) { player.hits++; shield.hits++; player._y = _root["ground" + i]._y; shield._y = _root["ground" + i]._y; } i++; } if (player.hits > 0) { if (Key.isDown(68)) { player.gravity = -18; shield.gravity = -18; } else { player.gravity = 0; shield.gravity = 0; } } else { player.gravity++; shield.gravity++; } player.gravity++; shield.gravity++; player._y = player._y + player.gravity; shield._y = shield._y + player.gravity; if (Key.isDown(37) && (player.xmove > (-xmax))) { player.xmove = player.xmove - xinc; } else if (Key.isDown(39) && (player.xmove < xmax)) { player.xmove = player.xmove + xinc; } else { player.xmove = player.xmove * 0.9; } player._x = player._x + player.xmove; };
Instance of Symbol 167 MovieClip "player" in Frame 2
onClipEvent (load) { fight = false; } onClipEvent (enterFrame) { if (fight == false) { if (Key.isDown(37) && (fight != true)) { this._x = this._x - 3; this._xscale = -100; this.gotoAndStop(2); } else if (Key.isDown(39) && (fight != true)) { this._x = this._x + 3; this._xscale = 100; this.gotoAndStop(2); } else { this.gotoAndStop(1); } } if (this._currentframe == 1) { fight = false; } }
Instance of Symbol 203 MovieClip "shield" in Frame 2
onClipEvent (load) { fight = false; } onClipEvent (enterFrame) { if (fight == false) { if (Key.isDown(37) && (fight != true)) { this._x = this._x - 3; this._xscale = -100; } else if (Key.isDown(39) && (fight != true)) { this._x = this._x + 3; this._xscale = 100; } } if (this._currentframe == 1) { fight = false; } }
Instance of Symbol 221 MovieClip in Frame 2
onClipEvent (enterFrame) { this._xscale = _root.hp; if (_root.hp <= 0) { _root.hp = 0; _root.gotoAndStop("dead"); } }
Instance of Symbol 221 MovieClip in Frame 2
onClipEvent (enterFrame) { this._xscale = _root.vhp; if (_root.vhp <= 0) { _root.vhp = 0; _root.jeep1.gotoAndStop("dead"); } }
Instance of Symbol 223 MovieClip in Frame 2
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { _root.player._x = _root.player._x + 5; } }
Instance of Symbol 223 MovieClip in Frame 2
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { _root.player._x = _root.player._x - 5; _root.gotoAndPlay(3); } }
Frame 5
stop(); _root.vhp = 50; player.gravity = 0; platforms = 20; player.xmove = 0; xinc = 0; xmax = 0; onEnterFrame = function () { i = 1; while (i <= platforms) { if (i == 1) { player.hits = 0; } if (player.hitTest(_root["ground" + i])) { player.hits++; shield.hits++; player._y = _root["ground" + i]._y; shield._y = _root["ground" + i]._y; } i++; } if (player.hits > 0) { if (Key.isDown(68)) { player.gravity = -18; shield.gravity = -18; } else { player.gravity = 0; shield.gravity = 0; } } else { player.gravity++; shield.gravity++; } player.gravity++; shield.gravity++; player._y = player._y + player.gravity; shield._y = shield._y + player.gravity; if (Key.isDown(37) && (player.xmove > (-xmax))) { player.xmove = player.xmove - xinc; } else if (Key.isDown(39) && (player.xmove < xmax)) { player.xmove = player.xmove + xinc; } else { player.xmove = player.xmove * 0.9; } player._x = player._x + player.xmove; };
Instance of Symbol 167 MovieClip "player" in Frame 5
onClipEvent (load) { fight = false; } onClipEvent (enterFrame) { if (fight == false) { if (Key.isDown(37) && (fight != true)) { this._x = this._x - 3; this._xscale = -100; this.gotoAndStop(2); } else if (Key.isDown(39) && (fight != true)) { this._x = this._x + 3; this._xscale = 100; this.gotoAndStop(2); } else { this.gotoAndStop(1); } } if (this._currentframe == 1) { fight = false; } }
Instance of Symbol 203 MovieClip "shield" in Frame 5
onClipEvent (load) { fight = false; } onClipEvent (enterFrame) { if (fight == false) { if (Key.isDown(37) && (fight != true)) { this._x = this._x - 3; this._xscale = -100; } else if (Key.isDown(39) && (fight != true)) { this._x = this._x + 3; this._xscale = 100; } } if (this._currentframe == 1) { fight = false; } }
Instance of Symbol 221 MovieClip in Frame 5
onClipEvent (enterFrame) { this._xscale = _root.hp; if (_root.hp <= 0) { _root.hp = 0; _root.gotoAndStop("dead"); } }
Instance of Symbol 221 MovieClip in Frame 5
onClipEvent (enterFrame) { this._xscale = _root.vhp; if (_root.vhp <= 0) { _root.vhp = 0; _root.jeep1.gotoAndStop("dead"); } }
Instance of Symbol 223 MovieClip in Frame 5
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { _root.player._x = _root.player._x + 5; } }
Instance of Symbol 223 MovieClip in Frame 5
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { _root.player._x = _root.player._x - 5; _root.gotoAndPlay(6); } }
Frame 8
stop(); _root.vhp = 50; player.gravity = 0; platforms = 20; player.xmove = 0; xinc = 0; xmax = 0; onEnterFrame = function () { i = 1; while (i <= platforms) { if (i == 1) { player.hits = 0; } if (player.hitTest(_root["ground" + i])) { player.hits++; shield.hits++; player._y = _root["ground" + i]._y; shield._y = _root["ground" + i]._y; } i++; } if (player.hits > 0) { if (Key.isDown(68)) { player.gravity = -18; shield.gravity = -18; } else { player.gravity = 0; shield.gravity = 0; } } else { player.gravity++; shield.gravity++; } player.gravity++; shield.gravity++; player._y = player._y + player.gravity; shield._y = shield._y + player.gravity; if (Key.isDown(37) && (player.xmove > (-xmax))) { player.xmove = player.xmove - xinc; } else if (Key.isDown(39) && (player.xmove < xmax)) { player.xmove = player.xmove + xinc; } else { player.xmove = player.xmove * 0.9; } player._x = player._x + player.xmove; };
Instance of Symbol 221 MovieClip in Frame 8
onClipEvent (enterFrame) { this._xscale = _root.hp; if (_root.hp <= 0) { _root.hp = 0; _root.gotoAndStop("dead"); } }
Instance of Symbol 221 MovieClip in Frame 8
onClipEvent (enterFrame) { this._xscale = _root.vhp; if (_root.vhp <= 0) { _root.vhp = 0; _root.jeep1.gotoAndStop("dead"); } }
Instance of Symbol 223 MovieClip in Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { _root.player._x = _root.player._x + 5; } }
Instance of Symbol 223 MovieClip in Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { _root.player._x = _root.player._x - 5; _root.gotoAndPlay(9); } }
Instance of Symbol 167 MovieClip "player" in Frame 8
onClipEvent (load) { fight = false; } onClipEvent (enterFrame) { if (fight == false) { if (Key.isDown(37) && (fight != true)) { this._x = this._x - 3; this._xscale = -100; this.gotoAndStop(2); } else if (Key.isDown(39) && (fight != true)) { this._x = this._x + 3; this._xscale = 100; this.gotoAndStop(2); } else { this.gotoAndStop(1); } } if (this._currentframe == 1) { fight = false; } }
Instance of Symbol 203 MovieClip "shield" in Frame 8
onClipEvent (load) { fight = false; } onClipEvent (enterFrame) { if (fight == false) { if (Key.isDown(37) && (fight != true)) { this._x = this._x - 3; this._xscale = -100; } else if (Key.isDown(39) && (fight != true)) { this._x = this._x + 3; this._xscale = 100; } } if (this._currentframe == 1) { fight = false; } }
Frame 11
stop(); _root.vhp = 50; player.gravity = 0; platforms = 20; player.xmove = 0; xinc = 0; xmax = 0; onEnterFrame = function () { i = 1; while (i <= platforms) { if (i == 1) { player.hits = 0; } if (player.hitTest(_root["ground" + i])) { player.hits++; shield.hits++; player._y = _root["ground" + i]._y; shield._y = _root["ground" + i]._y; } i++; } if (player.hits > 0) { if (Key.isDown(68)) { player.gravity = -18; shield.gravity = -18; } else { player.gravity = 0; shield.gravity = 0; } } else { player.gravity++; shield.gravity++; } player.gravity++; shield.gravity++; player._y = player._y + player.gravity; shield._y = shield._y + player.gravity; if (Key.isDown(37) && (player.xmove > (-xmax))) { player.xmove = player.xmove - xinc; } else if (Key.isDown(39) && (player.xmove < xmax)) { player.xmove = player.xmove + xinc; } else { player.xmove = player.xmove * 0.9; } player._x = player._x + player.xmove; };
Instance of Symbol 221 MovieClip in Frame 11
onClipEvent (enterFrame) { this._xscale = _root.hp; if (_root.hp <= 0) { _root.hp = 0; _root.gotoAndStop("dead"); } }
Instance of Symbol 221 MovieClip in Frame 11
onClipEvent (enterFrame) { this._xscale = _root.vhp; if (_root.vhp <= 0) { _root.vhp = 0; _root.jeep1.gotoAndStop("dead"); } }
Instance of Symbol 223 MovieClip in Frame 11
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { _root.player._x = _root.player._x + 5; } }
Instance of Symbol 223 MovieClip in Frame 11
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { _root.player._x = _root.player._x - 5; _root.gotoAndPlay(13); } }
Instance of Symbol 167 MovieClip "player" in Frame 11
onClipEvent (load) { fight = false; } onClipEvent (enterFrame) { if (fight == false) { if (Key.isDown(37) && (fight != true)) { this._x = this._x - 3; this._xscale = -100; this.gotoAndStop(2); } else if (Key.isDown(39) && (fight != true)) { this._x = this._x + 3; this._xscale = 100; this.gotoAndStop(2); } else { this.gotoAndStop(1); } } if (this._currentframe == 1) { fight = false; } }
Instance of Symbol 203 MovieClip "shield" in Frame 11
onClipEvent (load) { fight = false; } onClipEvent (enterFrame) { if (fight == false) { if (Key.isDown(37) && (fight != true)) { this._x = this._x - 3; this._xscale = -100; } else if (Key.isDown(39) && (fight != true)) { this._x = this._x + 3; this._xscale = 100; } } if (this._currentframe == 1) { fight = false; } }
Frame 14
stop(); _root.vhp = 200; player.gravity = 0; platforms = 20; player.xmove = 0; xinc = 0; xmax = 0; onEnterFrame = function () { i = 1; while (i <= platforms) { if (i == 1) { player.hits = 0; } if (player.hitTest(_root["ground" + i])) { player.hits++; shield.hits++; player._y = _root["ground" + i]._y; shield._y = _root["ground" + i]._y; } i++; } if (player.hits > 0) { if (Key.isDown(68)) { player.gravity = -18; shield.gravity = -18; } else { player.gravity = 0; shield.gravity = 0; } } else { player.gravity++; shield.gravity++; } player.gravity++; shield.gravity++; player._y = player._y + player.gravity; shield._y = shield._y + player.gravity; if (Key.isDown(37) && (player.xmove > (-xmax))) { player.xmove = player.xmove - xinc; } else if (Key.isDown(39) && (player.xmove < xmax)) { player.xmove = player.xmove + xinc; } else { player.xmove = player.xmove * 0.9; } player._x = player._x + player.xmove; };
Instance of Symbol 221 MovieClip in Frame 14
onClipEvent (enterFrame) { this._xscale = _root.hp; if (_root.hp <= 0) { _root.hp = 0; _root.gotoAndStop("dead"); } }
Instance of Symbol 221 MovieClip in Frame 14
onClipEvent (enterFrame) { this._xscale = _root.vhp; if (_root.vhp <= 0) { _root.vhp = 0; _root.gotoAndPlay(17); } }
Instance of Symbol 223 MovieClip in Frame 14
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { _root.player._x = _root.player._x + 5; } }
Instance of Symbol 223 MovieClip in Frame 14
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { _root.player._x = _root.player._x - 5; } }
Instance of Symbol 167 MovieClip "player" in Frame 14
onClipEvent (load) { fight = false; } onClipEvent (enterFrame) { if (fight == false) { if (Key.isDown(37) && (fight != true)) { this._x = this._x - 3; this._xscale = -100; this.gotoAndStop(2); } else if (Key.isDown(39) && (fight != true)) { this._x = this._x + 3; this._xscale = 100; this.gotoAndStop(2); } else { this.gotoAndStop(1); } } if (this._currentframe == 1) { fight = false; } }
Instance of Symbol 203 MovieClip "shield" in Frame 14
onClipEvent (load) { fight = false; } onClipEvent (enterFrame) { if (fight == false) { if (Key.isDown(37) && (fight != true)) { this._x = this._x - 3; this._xscale = -100; } else if (Key.isDown(39) && (fight != true)) { this._x = this._x + 3; this._xscale = 100; } } if (this._currentframe == 1) { fight = false; } }
Instance of Symbol 280 MovieClip "boss" in Frame 14
onClipEvent (enterFrame) { tx = this._x; mx = _root.player._x; rx = tx - mx; if (this.hitTest(_root.player)) { } else { if ((rx >= 1) && (rx < 3000)) { this._x = this._x - 1; } if ((rx <= -1) && (rx > -3000)) { this._x = this._x + 1; } } }
Frame 15
stop(); stopAllSounds();
Frame 16
stop(); stopAllSounds();
Frame 17
stopAllSounds();
Frame 19
stop(); _root.hp = 5; _root.vhp = 100; player.gravity = 0; platforms = 20; player.xmove = 0; xinc = 0; xmax = 0; onEnterFrame = function () { i = 1; while (i <= platforms) { if (i == 1) { player.hits = 0; } if (player.hitTest(_root["ground" + i])) { player.hits++; shield.hits++; player._y = _root["ground" + i]._y; shield._y = _root["ground" + i]._y; } i++; } if (player.hits > 0) { if (Key.isDown(68)) { player.gravity = -18; shield.gravity = -18; } else { player.gravity = 0; shield.gravity = 0; } } else { player.gravity++; shield.gravity++; } player.gravity++; shield.gravity++; player._y = player._y + player.gravity; shield._y = shield._y + player.gravity; if (Key.isDown(37) && (player.xmove > (-xmax))) { player.xmove = player.xmove - xinc; } else if (Key.isDown(39) && (player.xmove < xmax)) { player.xmove = player.xmove + xinc; } else { player.xmove = player.xmove * 0.9; } player._x = player._x + player.xmove; };
Instance of Symbol 221 MovieClip in Frame 19
onClipEvent (enterFrame) { this._xscale = _root.hp; if (_root.hp <= 0) { _root.hp = 0; _root.gotoAndStop("dead"); } }
Instance of Symbol 221 MovieClip in Frame 19
onClipEvent (enterFrame) { this._xscale = _root.vhp; if (_root.vhp <= 0) { _root.vhp = 0; _root.gotoAndPlay("win"); } }
Instance of Symbol 223 MovieClip in Frame 19
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { _root.player._x = _root.player._x + 5; } }
Instance of Symbol 223 MovieClip in Frame 19
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { _root.player._x = _root.player._x - 5; _root.gotoAndPlay(20); } }
Instance of Symbol 167 MovieClip "player" in Frame 19
onClipEvent (load) { fight = false; } onClipEvent (enterFrame) { if (fight == false) { if (Key.isDown(37) && (fight != true)) { this._x = this._x - 3; this._xscale = -100; this.gotoAndStop(2); } else if (Key.isDown(39) && (fight != true)) { this._x = this._x + 3; this._xscale = 100; this.gotoAndStop(2); } else { this.gotoAndStop(1); } } if (this._currentframe == 1) { fight = false; } }
Instance of Symbol 203 MovieClip "shield" in Frame 19
onClipEvent (load) { fight = false; } onClipEvent (enterFrame) { if (fight == false) { if (Key.isDown(37) && (fight != true)) { this._x = this._x - 3; this._xscale = -100; } else if (Key.isDown(39) && (fight != true)) { this._x = this._x + 3; this._xscale = 100; } } if (this._currentframe == 1) { fight = false; } }
Frame 22
stop(); _root.vhp = 100; player.gravity = 0; platforms = 20; player.xmove = 0; xinc = 0; xmax = 0; onEnterFrame = function () { i = 1; while (i <= platforms) { if (i == 1) { player.hits = 0; } if (player.hitTest(_root["ground" + i])) { player.hits++; shield.hits++; player._y = _root["ground" + i]._y; shield._y = _root["ground" + i]._y; } i++; } if (player.hits > 0) { if (Key.isDown(68)) { player.gravity = -18; shield.gravity = -18; } else { player.gravity = 0; shield.gravity = 0; } } else { player.gravity++; shield.gravity++; } player.gravity++; shield.gravity++; player._y = player._y + player.gravity; shield._y = shield._y + player.gravity; if (Key.isDown(37) && (player.xmove > (-xmax))) { player.xmove = player.xmove - xinc; } else if (Key.isDown(39) && (player.xmove < xmax)) { player.xmove = player.xmove + xinc; } else { player.xmove = player.xmove * 0.9; } player._x = player._x + player.xmove; };
Instance of Symbol 221 MovieClip in Frame 22
onClipEvent (enterFrame) { this._xscale = _root.hp; if (_root.hp <= 0) { _root.hp = 0; _root.gotoAndStop("dead"); } }
Instance of Symbol 221 MovieClip in Frame 22
onClipEvent (enterFrame) { this._xscale = _root.vhp; if (_root.vhp <= 0) { _root.vhp = 0; _root.gotoAndPlay("win"); } }
Instance of Symbol 223 MovieClip in Frame 22
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { _root.player._x = _root.player._x + 5; } }
Instance of Symbol 223 MovieClip in Frame 22
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { _root.player._x = _root.player._x - 5; _root.gotoAndPlay(23); } }
Instance of Symbol 167 MovieClip "player" in Frame 22
onClipEvent (load) { fight = false; } onClipEvent (enterFrame) { if (fight == false) { if (Key.isDown(37) && (fight != true)) { this._x = this._x - 3; this._xscale = -100; this.gotoAndStop(2); } else if (Key.isDown(39) && (fight != true)) { this._x = this._x + 3; this._xscale = 100; this.gotoAndStop(2); } else { this.gotoAndStop(1); } } if (this._currentframe == 1) { fight = false; } }
Instance of Symbol 203 MovieClip "shield" in Frame 22
onClipEvent (load) { fight = false; } onClipEvent (enterFrame) { if (fight == false) { if (Key.isDown(37) && (fight != true)) { this._x = this._x - 3; this._xscale = -100; } else if (Key.isDown(39) && (fight != true)) { this._x = this._x + 3; this._xscale = 100; } } if (this._currentframe == 1) { fight = false; } }
Frame 25
stop(); _root.vhp = 100; player.gravity = 0; platforms = 20; player.xmove = 0; xinc = 0; xmax = 0; onEnterFrame = function () { i = 1; while (i <= platforms) { if (i == 1) { player.hits = 0; } if (player.hitTest(_root["ground" + i])) { player.hits++; shield.hits++; player._y = _root["ground" + i]._y; shield._y = _root["ground" + i]._y; } i++; } if (player.hits > 0) { if (Key.isDown(68)) { player.gravity = -18; shield.gravity = -18; } else { player.gravity = 0; shield.gravity = 0; } } else { player.gravity++; shield.gravity++; } player.gravity++; shield.gravity++; player._y = player._y + player.gravity; shield._y = shield._y + player.gravity; if (Key.isDown(37) && (player.xmove > (-xmax))) { player.xmove = player.xmove - xinc; } else if (Key.isDown(39) && (player.xmove < xmax)) { player.xmove = player.xmove + xinc; } else { player.xmove = player.xmove * 0.9; } player._x = player._x + player.xmove; };
Instance of Symbol 221 MovieClip in Frame 25
onClipEvent (enterFrame) { this._xscale = _root.hp; if (_root.hp <= 0) { _root.hp = 0; _root.gotoAndStop("dead"); } }
Instance of Symbol 221 MovieClip in Frame 25
onClipEvent (enterFrame) { this._xscale = _root.vhp; if (_root.vhp <= 0) { _root.vhp = 0; _root.gotoAndPlay("win"); } }
Instance of Symbol 223 MovieClip in Frame 25
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { _root.player._x = _root.player._x + 5; } }
Instance of Symbol 223 MovieClip in Frame 25
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { _root.player._x = _root.player._x - 5; _root.gotoAndPlay(26); } }
Instance of Symbol 167 MovieClip "player" in Frame 25
onClipEvent (load) { fight = false; } onClipEvent (enterFrame) { if (fight == false) { if (Key.isDown(37) && (fight != true)) { this._x = this._x - 3; this._xscale = -100; this.gotoAndStop(2); } else if (Key.isDown(39) && (fight != true)) { this._x = this._x + 3; this._xscale = 100; this.gotoAndStop(2); } else { this.gotoAndStop(1); } } if (this._currentframe == 1) { fight = false; } }
Instance of Symbol 203 MovieClip "shield" in Frame 25
onClipEvent (load) { fight = false; } onClipEvent (enterFrame) { if (fight == false) { if (Key.isDown(37) && (fight != true)) { this._x = this._x - 3; this._xscale = -100; } else if (Key.isDown(39) && (fight != true)) { this._x = this._x + 3; this._xscale = 100; } } if (this._currentframe == 1) { fight = false; } }
Frame 28
stop(); _root.vhp = 100; player.gravity = 0; platforms = 20; player.xmove = 0; xinc = 0; xmax = 0; onEnterFrame = function () { i = 1; while (i <= platforms) { if (i == 1) { player.hits = 0; } if (player.hitTest(_root["ground" + i])) { player.hits++; shield.hits++; player._y = _root["ground" + i]._y; shield._y = _root["ground" + i]._y; } i++; } if (player.hits > 0) { if (Key.isDown(68)) { player.gravity = -18; shield.gravity = -18; } else { player.gravity = 0; shield.gravity = 0; } } else { player.gravity++; shield.gravity++; } player.gravity++; shield.gravity++; player._y = player._y + player.gravity; shield._y = shield._y + player.gravity; if (Key.isDown(37) && (player.xmove > (-xmax))) { player.xmove = player.xmove - xinc; } else if (Key.isDown(39) && (player.xmove < xmax)) { player.xmove = player.xmove + xinc; } else { player.xmove = player.xmove * 0.9; } player._x = player._x + player.xmove; };
Instance of Symbol 221 MovieClip in Frame 28
onClipEvent (enterFrame) { this._xscale = _root.hp; if (_root.hp <= 0) { _root.hp = 0; _root.gotoAndStop("dead"); } }
Instance of Symbol 221 MovieClip in Frame 28
onClipEvent (enterFrame) { this._xscale = _root.vhp; if (_root.vhp <= 0) { _root.vhp = 0; _root.gotoAndPlay("win"); } }
Instance of Symbol 223 MovieClip in Frame 28
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { _root.player._x = _root.player._x + 5; } }
Instance of Symbol 223 MovieClip in Frame 28
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { _root.player._x = _root.player._x - 5; _root.gotoAndPlay(29); } }
Instance of Symbol 167 MovieClip "player" in Frame 28
onClipEvent (load) { fight = false; } onClipEvent (enterFrame) { if (fight == false) { if (Key.isDown(37) && (fight != true)) { this._x = this._x - 3; this._xscale = -100; this.gotoAndStop(2); } else if (Key.isDown(39) && (fight != true)) { this._x = this._x + 3; this._xscale = 100; this.gotoAndStop(2); } else { this.gotoAndStop(1); } } if (this._currentframe == 1) { fight = false; } }
Instance of Symbol 203 MovieClip "shield" in Frame 28
onClipEvent (load) { fight = false; } onClipEvent (enterFrame) { if (fight == false) { if (Key.isDown(37) && (fight != true)) { this._x = this._x - 3; this._xscale = -100; } else if (Key.isDown(39) && (fight != true)) { this._x = this._x + 3; this._xscale = 100; } } if (this._currentframe == 1) { fight = false; } }
Frame 31
stop(); _root.vhp = 150; player.gravity = 0; platforms = 20; player.xmove = 0; xinc = 0; xmax = 0; onEnterFrame = function () { i = 1; while (i <= platforms) { if (i == 1) { player.hits = 0; } if (player.hitTest(_root["ground" + i])) { player.hits++; shield.hits++; player._y = _root["ground" + i]._y; shield._y = _root["ground" + i]._y; } i++; } if (player.hits > 0) { if (Key.isDown(68)) { player.gravity = -18; shield.gravity = -18; } else { player.gravity = 0; shield.gravity = 0; } } else { player.gravity++; shield.gravity++; } player.gravity++; shield.gravity++; player._y = player._y + player.gravity; shield._y = shield._y + player.gravity; if (Key.isDown(37) && (player.xmove > (-xmax))) { player.xmove = player.xmove - xinc; } else if (Key.isDown(39) && (player.xmove < xmax)) { player.xmove = player.xmove + xinc; } else { player.xmove = player.xmove * 0.9; } player._x = player._x + player.xmove; };
Instance of Symbol 221 MovieClip in Frame 31
onClipEvent (enterFrame) { this._xscale = _root.hp; if (_root.hp <= 0) { _root.hp = 0; _root.gotoAndStop("dead"); } }
Instance of Symbol 221 MovieClip in Frame 31
onClipEvent (enterFrame) { this._xscale = _root.vhp; if (_root.vhp <= 0) { _root.vhp = 0; _root.gotoAndPlay("win"); } }
Instance of Symbol 223 MovieClip in Frame 31
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { _root.player._x = _root.player._x + 5; } }
Instance of Symbol 223 MovieClip in Frame 31
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { _root.player._x = _root.player._x - 5; _root.gotoAndPlay(13); } }
Instance of Symbol 167 MovieClip "player" in Frame 31
onClipEvent (load) { fight = false; } onClipEvent (enterFrame) { if (fight == false) { if (Key.isDown(37) && (fight != true)) { this._x = this._x - 3; this._xscale = -100; this.gotoAndStop(2); } else if (Key.isDown(39) && (fight != true)) { this._x = this._x + 3; this._xscale = 100; this.gotoAndStop(2); } else { this.gotoAndStop(1); } } if (this._currentframe == 1) { fight = false; } }
Instance of Symbol 203 MovieClip "shield" in Frame 31
onClipEvent (load) { fight = false; } onClipEvent (enterFrame) { if (fight == false) { if (Key.isDown(37) && (fight != true)) { this._x = this._x - 3; this._xscale = -100; } else if (Key.isDown(39) && (fight != true)) { this._x = this._x + 3; this._xscale = 100; } } if (this._currentframe == 1) { fight = false; } }
Frame 32
stopAllSounds();
Frame 34
stop(); stopAllSounds();
Frame 35
stop(); stopAllSounds();
Symbol 2 MovieClip [bullet1] Frame 1
if (this.hitTest(_root.enemy1)) { _root.enemy1.gotoAndStop("dead"); this.gotoAndPlay("hit"); } if (this.hitTest(_root.enemy2)) { _root.enemy2.gotoAndStop("dead"); this.gotoAndPlay("hit"); } if (this.hitTest(_root.enemy3)) { _root.enemy3.gotoAndStop("dead"); this.gotoAndPlay("hit"); } if (this.hitTest(_root.jeep1)) { _root.vhp = _root.vhp - (random(0) + 5); this.gotoAndPlay("hit"); _root.jeep1._visible = false; NextDepth = _root.getNextHighestDepth(); BulletClip = _root.attachMovie("jhitmc", "bullet12" + NextDepth, NextDepth); BulletClip._y = _root.jeep1._y; BulletClip._x = _root.jeep1._x; BulletClip.bullet1_speed = 0; BulletClip.onEnterFrame = function () { this._x = this._x + this.bullet1_speed; if (this._x > 550) { this.removeMovieClip(); } }; } if (this.hitTest(_root.enemy4)) { _root.enemy4.gotoAndStop("dead"); this.gotoAndPlay("hit"); } if (this.hitTest(_root.boss)) { _root.vhp = _root.vhp - (random(0) + 5); this.gotoAndPlay("hit"); _root.boss._visible = false; NextDepth = _root.getNextHighestDepth(); BulletClip = _root.attachMovie("hitbmc", "bullet12" + NextDepth, NextDepth); BulletClip._y = _root.boss._y; BulletClip._x = _root.boss._x; BulletClip.bullet1_speed = 0; BulletClip.onEnterFrame = function () { this._x = this._x + this.bullet1_speed; if (this._x > 550) { this.removeMovieClip(); } }; } if (this.hitTest(_root.enemy5)) { _root.enemy5.gotoAndStop("dead"); this.gotoAndPlay("hit"); } if (this.hitTest(_root.jboss)) { _root.vhp = _root.vhp - (random(0) + 5); this.gotoAndPlay("hit"); _root.jboss._visible = false; NextDepth = _root.getNextHighestDepth(); BulletClip = _root.attachMovie("jbosshit", "bullet12" + NextDepth, NextDepth); BulletClip._y = _root.jboss._y; BulletClip._x = _root.jboss._x; BulletClip.bullet1_speed = 0; BulletClip.onEnterFrame = function () { this._x = this._x + this.bullet1_speed; if (this._x > 550) { this.removeMovieClip(); } }; }
Symbol 2 MovieClip [bullet1] Frame 2
if (this.hitTest(_root.enemy1)) { _root.enemy1.gotoAndStop("dead"); this.gotoAndPlay("hit"); } if (this.hitTest(_root.enemy2)) { _root.enemy2.gotoAndStop("dead"); this.gotoAndPlay("hit"); } if (this.hitTest(_root.enemy3)) { _root.enemy3.gotoAndStop("dead"); this.gotoAndPlay("hit"); } if (this.hitTest(_root.jeep1)) { _root.vhp = _root.vhp - (random(0) + 5); this.gotoAndPlay("hit"); _root.jeep1._visible = false; NextDepth = _root.getNextHighestDepth(); BulletClip = _root.attachMovie("jhitmc", "bullet12" + NextDepth, NextDepth); BulletClip._y = _root.jeep1._y; BulletClip._x = _root.jeep1._x; BulletClip.bullet1_speed = 0; BulletClip.onEnterFrame = function () { this._x = this._x + this.bullet1_speed; if (this._x > 550) { this.removeMovieClip(); } }; } if (this.hitTest(_root.enemy4)) { _root.enemy4.gotoAndStop("dead"); this.gotoAndPlay("hit"); } if (this.hitTest(_root.boss)) { _root.vhp = _root.vhp - (random(0) + 5); this.gotoAndPlay("hit"); _root.boss._visible = false; NextDepth = _root.getNextHighestDepth(); BulletClip = _root.attachMovie("hitbmc", "bullet12" + NextDepth, NextDepth); BulletClip._y = _root.boss._y; BulletClip._x = _root.boss._x; BulletClip.bullet1_speed = 0; BulletClip.onEnterFrame = function () { this._x = this._x + this.bullet1_speed; if (this._x > 550) { this.removeMovieClip(); } }; } if (this.hitTest(_root.enemy5)) { _root.enemy5.gotoAndStop("dead"); this.gotoAndPlay("hit"); } if (this.hitTest(_root.jboss)) { _root.vhp = _root.vhp - (random(0) + 5); this.gotoAndPlay("hit"); _root.jboss._visible = false; NextDepth = _root.getNextHighestDepth(); BulletClip = _root.attachMovie("jbosshit", "bullet12" + NextDepth, NextDepth); BulletClip._y = _root.jboss._y; BulletClip._x = _root.jboss._x; BulletClip.bullet1_speed = 0; BulletClip.onEnterFrame = function () { this._x = this._x + this.bullet1_speed; if (this._x > 550) { this.removeMovieClip(); } }; }
Symbol 2 MovieClip [bullet1] Frame 3
gotoAndPlay (1);
Symbol 2 MovieClip [bullet1] Frame 4
stop(); NextDepth = _root.getNextHighestDepth(); BulletClip = _root.attachMovie("hit1", "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 4 MovieClip [bullet2] Frame 1
if (this.hitTest(_root.enemy1)) { _root.enemy1.gotoAndStop("dead"); this.gotoAndPlay("hit"); } if (this.hitTest(_root.enemy2)) { _root.enemy2.gotoAndStop("dead"); this.gotoAndPlay("hit"); } if (this.hitTest(_root.enemy3)) { _root.enemy3.gotoAndStop("dead"); this.gotoAndPlay("hit"); } if (this.hitTest(_root.jeep1)) { _root.vhp = _root.vhp - (random(0) + 5); this.gotoAndPlay("hit"); _root.jeep1._visible = false; NextDepth = _root.getNextHighestDepth(); BulletClip = _root.attachMovie("jhitmc", "bullet12" + NextDepth, NextDepth); BulletClip._y = _root.jeep1._y; BulletClip._x = _root.jeep1._x; BulletClip.bullet1_speed = 0; BulletClip.onEnterFrame = function () { this._x = this._x + this.bullet1_speed; if (this._x > 550) { this.removeMovieClip(); } }; } if (this.hitTest(_root.enemy4)) { _root.enemy4.gotoAndStop("dead"); this.gotoAndPlay("hit"); } if (this.hitTest(_root.boss)) { _root.vhp = _root.vhp - (random(0) + 5); this.gotoAndPlay("hit"); _root.boss._visible = false; NextDepth = _root.getNextHighestDepth(); BulletClip = _root.attachMovie("hitbmc", "bullet12" + NextDepth, NextDepth); BulletClip._y = _root.boss._y; BulletClip._x = _root.boss._x; BulletClip.bullet1_speed = 0; BulletClip.onEnterFrame = function () { this._x = this._x + this.bullet1_speed; if (this._x > 550) { this.removeMovieClip(); } }; } if (this.hitTest(_root.enemy5)) { _root.enemy5.gotoAndStop("dead"); this.gotoAndPlay("hit"); }
Symbol 4 MovieClip [bullet2] Frame 2
if (this.hitTest(_root.enemy1)) { _root.enemy1.gotoAndStop("dead"); this.gotoAndPlay("hit"); } if (this.hitTest(_root.enemy2)) { _root.enemy2.gotoAndStop("dead"); this.gotoAndPlay("hit"); } if (this.hitTest(_root.enemy3)) { _root.enemy3.gotoAndStop("dead"); this.gotoAndPlay("hit"); } if (this.hitTest(_root.jeep1)) { _root.vhp = _root.vhp - (random(0) + 5); this.gotoAndPlay("hit"); _root.jeep1._visible = false; NextDepth = _root.getNextHighestDepth(); BulletClip = _root.attachMovie("jhitmc", "bullet12" + NextDepth, NextDepth); BulletClip._y = _root.jeep1._y; BulletClip._x = _root.jeep1._x; BulletClip.bullet1_speed = 0; BulletClip.onEnterFrame = function () { this._x = this._x + this.bullet1_speed; if (this._x > 550) { this.removeMovieClip(); } }; } if (this.hitTest(_root.enemy4)) { _root.enemy4.gotoAndStop("dead"); this.gotoAndPlay("hit"); } if (this.hitTest(_root.boss)) { _root.vhp = _root.vhp - (random(0) + 5); this.gotoAndPlay("hit"); _root.boss._visible = false; NextDepth = _root.getNextHighestDepth(); BulletClip = _root.attachMovie("hitbmc", "bullet12" + NextDepth, NextDepth); BulletClip._y = _root.boss._y; BulletClip._x = _root.boss._x; BulletClip.bullet1_speed = 0; BulletClip.onEnterFrame = function () { this._x = this._x + this.bullet1_speed; if (this._x > 550) { this.removeMovieClip(); } }; } if (this.hitTest(_root.enemy5)) { _root.enemy5.gotoAndStop("dead"); this.gotoAndPlay("hit"); }
Symbol 4 MovieClip [bullet2] Frame 3
gotoAndPlay (1);
Symbol 4 MovieClip [bullet2] Frame 4
stop(); NextDepth = _root.getNextHighestDepth(); BulletClip = _root.attachMovie("hit2", "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 6 MovieClip [bullet3] Frame 1
if (this.hitTest(_root.enemy1)) { _root.enemy1.gotoAndStop("dead"); this.gotoAndPlay("hit"); } if (this.hitTest(_root.enemy2)) { _root.enemy2.gotoAndStop("dead"); this.gotoAndPlay("hit"); } if (this.hitTest(_root.enemy3)) { _root.enemy3.gotoAndStop("dead"); this.gotoAndPlay("hit"); } if (this.hitTest(_root.jeep1)) { _root.vhp = _root.vhp - (random(0) + 5); this.gotoAndPlay("hit"); _root.jeep1._visible = false; NextDepth = _root.getNextHighestDepth(); BulletClip = _root.attachMovie("jhitmc", "bullet12" + NextDepth, NextDepth); BulletClip._y = _root.jeep1._y; BulletClip._x = _root.jeep1._x; BulletClip.bullet1_speed = 0; BulletClip.onEnterFrame = function () { this._x = this._x + this.bullet1_speed; if (this._x > 550) { this.removeMovieClip(); } }; } if (this.hitTest(_root.enemy4)) { _root.enemy4.gotoAndStop("dead"); this.gotoAndPlay("hit"); } if (this.hitTest(_root.boss)) { _root.vhp = _root.vhp - (random(0) + 5); this.gotoAndPlay("hit"); _root.boss._visible = false; NextDepth = _root.getNextHighestDepth(); BulletClip = _root.attachMovie("hitbmc", "bullet12" + NextDepth, NextDepth); BulletClip._y = _root.boss._y; BulletClip._x = _root.boss._x; BulletClip.bullet1_speed = 0; BulletClip.onEnterFrame = function () { this._x = this._x + this.bullet1_speed; if (this._x > 550) { this.removeMovieClip(); } }; } if (this.hitTest(_root.enemy5)) { _root.enemy5.gotoAndStop("dead"); this.gotoAndPlay("hit"); }
Symbol 6 MovieClip [bullet3] Frame 2
if (this.hitTest(_root.enemy1)) { _root.enemy1.gotoAndStop("dead"); this.gotoAndPlay("hit"); } if (this.hitTest(_root.enemy2)) { _root.enemy2.gotoAndStop("dead"); this.gotoAndPlay("hit"); } if (this.hitTest(_root.enemy3)) { _root.enemy3.gotoAndStop("dead"); this.gotoAndPlay("hit"); } if (this.hitTest(_root.jeep1)) { _root.vhp = _root.vhp - (random(0) + 5); this.gotoAndPlay("hit"); _root.jeep1._visible = false; NextDepth = _root.getNextHighestDepth(); BulletClip = _root.attachMovie("jhitmc", "bullet12" + NextDepth, NextDepth); BulletClip._y = _root.jeep1._y; BulletClip._x = _root.jeep1._x; BulletClip.bullet1_speed = 0; BulletClip.onEnterFrame = function () { this._x = this._x + this.bullet1_speed; if (this._x > 550) { this.removeMovieClip(); } }; } if (this.hitTest(_root.enemy4)) { _root.enemy4.gotoAndStop("dead"); this.gotoAndPlay("hit"); } if (this.hitTest(_root.boss)) { _root.vhp = _root.vhp - (random(0) + 5); this.gotoAndPlay("hit"); _root.boss._visible = false; NextDepth = _root.getNextHighestDepth(); BulletClip = _root.attachMovie("hitbmc", "bullet12" + NextDepth, NextDepth); BulletClip._y = _root.boss._y; BulletClip._x = _root.boss._x; BulletClip.bullet1_speed = 0; BulletClip.onEnterFrame = function () { this._x = this._x + this.bullet1_speed; if (this._x > 550) { this.removeMovieClip(); } }; } if (this.hitTest(_root.enemy5)) { _root.enemy5.gotoAndStop("dead"); this.gotoAndPlay("hit"); }
Symbol 6 MovieClip [bullet3] Frame 3
gotoAndPlay (1);
Symbol 6 MovieClip [bullet3] Frame 4
stop(); NextDepth = _root.getNextHighestDepth(); BulletClip = _root.attachMovie("hit3", "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 11 MovieClip [hit1] Frame 9
stop(); removeMovieClip(this);
Symbol 16 MovieClip [hit2] Frame 9
stop(); removeMovieClip(this);
Symbol 21 MovieClip [hit3] Frame 9
stop(); removeMovieClip(this);
Symbol 30 MovieClip [dead] Frame 40
stop(); removeMovieClip(this);
Symbol 34 MovieClip [missile] Frame 1
if (this.hitTest(_root.shield)) { this.gotoAndPlay("hit"); } if (this.hitTest(_root.player)) { _root.hp = _root.hp - (random(0) + 1); this.gotoAndPlay("hit"); NextDepth = _root.getNextHighestDepth(); BulletClip = _root.attachMovie("hittester", "bullet12" + NextDepth, NextDepth); BulletClip._y = _root.player._y; BulletClip._x = _root.player._x; BulletClip.bullet1_speed = 0; BulletClip.onEnterFrame = function () { this._x = this._x + this.bullet1_speed; if (this._x > 550) { this.removeMovieClip(); } }; }
Symbol 34 MovieClip [missile] Frame 2
if (this.hitTest(_root.shield)) { this.gotoAndPlay("hit"); } if (this.hitTest(_root.player)) { _root.hp = _root.hp - (random(0) + 1); this.gotoAndPlay("hit"); NextDepth = _root.getNextHighestDepth(); BulletClip = _root.attachMovie("hittester", "bullet12" + NextDepth, NextDepth); BulletClip._y = _root.player._y; BulletClip._x = _root.player._x; BulletClip.bullet1_speed = 0; BulletClip.onEnterFrame = function () { this._x = this._x + this.bullet1_speed; if (this._x > 550) { this.removeMovieClip(); } }; }
Symbol 34 MovieClip [missile] Frame 3
if (this.hitTest(_root.shield)) { this.gotoAndPlay("hit"); } if (this.hitTest(_root.player)) { _root.hp = _root.hp - (random(0) + 1); this.gotoAndPlay("hit"); NextDepth = _root.getNextHighestDepth(); BulletClip = _root.attachMovie("hittester", "bullet1" + NextDepth, NextDepth); BulletClip._y = _root.player._y; BulletClip._x = _root.player._x; BulletClip.bullet1_speed = 0; BulletClip.onEnterFrame = function () { this._x = this._x + this.bullet1_speed; if (this._x > 550) { this.removeMovieClip(); } }; }
Symbol 34 MovieClip [missile] Frame 4
gotoAndPlay (1);
Symbol 34 MovieClip [missile] Frame 5
stop(); NextDepth = _root.getNextHighestDepth(); BulletClip = _root.attachMovie("explosion", "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 37 MovieClip [bullete] Frame 1
if (this.hitTest(_root.shield)) { this.gotoAndPlay("hit"); } if (this.hitTest(_root.player)) { _root.hp = _root.hp - (random(0) + 1); this.gotoAndPlay("hit"); NextDepth = _root.getNextHighestDepth(); BulletClip = _root.attachMovie("hittester", "bullet12" + NextDepth, NextDepth); BulletClip._y = _root.player._y; BulletClip._x = _root.player._x; BulletClip.bullet1_speed = 0; BulletClip.onEnterFrame = function () { this._x = this._x + this.bullet1_speed; if (this._x > 550) { this.removeMovieClip(); } }; }
Symbol 37 MovieClip [bullete] Frame 2
if (this.hitTest(_root.shield)) { this.gotoAndPlay("hit"); } if (this.hitTest(_root.player)) { _root.hp = _root.hp - (random(0) + 1); this.gotoAndPlay("hit"); NextDepth = _root.getNextHighestDepth(); BulletClip = _root.attachMovie("hittester", "bullet1" + NextDepth, NextDepth); BulletClip._y = _root.player._y; BulletClip._x = _root.player._x; BulletClip.bullet1_speed = 0; BulletClip.onEnterFrame = function () { this._x = this._x + this.bullet1_speed; if (this._x > 550) { this.removeMovieClip(); } }; }
Symbol 37 MovieClip [bullete] Frame 3
gotoAndPlay (1);
Symbol 37 MovieClip [bullete] Frame 4
stop(); removeMovieClip(this);
Symbol 38 MovieClip [hittester] Frame 1
_root.shield.gotoAndPlay("2"); _root.player._visible = false;
Symbol 38 MovieClip [hittester] Frame 3
_root.player._visible = true;
Symbol 38 MovieClip [hittester] Frame 5
_root.player._visible = false;
Symbol 38 MovieClip [hittester] Frame 7
_root.player._visible = true;
Symbol 38 MovieClip [hittester] Frame 9
_root.player._visible = false;
Symbol 38 MovieClip [hittester] Frame 11
_root.player._visible = true;
Symbol 38 MovieClip [hittester] Frame 13
_root.player._visible = false;
Symbol 38 MovieClip [hittester] Frame 15
_root.player._visible = true;
Symbol 38 MovieClip [hittester] Frame 17
_root.player._visible = false;
Symbol 38 MovieClip [hittester] Frame 19
_root.player._visible = true;
Symbol 38 MovieClip [hittester] Frame 21
_root.player._visible = false;
Symbol 38 MovieClip [hittester] Frame 23
_root.player._visible = true;
Symbol 38 MovieClip [hittester] Frame 25
_root.player._visible = false;
Symbol 38 MovieClip [hittester] Frame 27
_root.player._visible = false;
Symbol 38 MovieClip [hittester] Frame 29
_root.player._visible = true;
Symbol 38 MovieClip [hittester] Frame 31
_root.player._visible = false;
Symbol 38 MovieClip [hittester] Frame 33
_root.player._visible = true;
Symbol 38 MovieClip [hittester] Frame 35
_root.player._visible = false;
Symbol 38 MovieClip [hittester] Frame 37
_root.player._visible = true;
Symbol 38 MovieClip [hittester] Frame 39
_root.player._visible = false;
Symbol 38 MovieClip [hittester] Frame 41
_root.player._visible = true;
Symbol 38 MovieClip [hittester] Frame 43
_root.player._visible = false; _root.shield.gotoAndPlay("1");
Symbol 38 MovieClip [hittester] Frame 45
stop(); removeMovieClip(this); _root.player._visible = true;
Symbol 46 MovieClip [mdead] Frame 31
stop(); removeMovieClip(this);
Symbol 48 MovieClip [jhitmc] Frame 2
stop(); _root.jeep1._visible = true; removeMovieClip(this);
Symbol 65 MovieClip [explosion] Frame 16
stop(); removeMovieClip(this);
Symbol 67 MovieClip [jdead] Frame 33
stop(); removeMovieClip(this);
Symbol 69 MovieClip [seeker] Frame 1
if (this.hitTest(_root.shield)) { this.gotoAndPlay("hit"); } if (this.hitTest(_root.player)) { _root.hp = _root.hp - (random(0) + 1); this.gotoAndPlay("hit"); NextDepth = _root.getNextHighestDepth(); BulletClip = _root.attachMovie("hittester", "bullet12" + NextDepth, NextDepth); BulletClip._y = _root.player._y; BulletClip._x = _root.player._x; BulletClip.bullet1_speed = 0; BulletClip.onEnterFrame = function () { this._x = this._x + this.bullet1_speed; if (this._x > 550) { this.removeMovieClip(); } }; } tx = this._x; mx = _root.player._x; rx = tx - mx; if (this.hitTest(_root.player)) { } else { if ((rx >= 1) && (rx < 3000)) { this._x = this._x - 0.5; } if ((rx <= -1) && (rx > -3000)) { this._x = this._x + 0.5; } } ty = this._y; my = _root.player._y; ry = ty - my; if (this.hitTest(_root.player)) { } else { if ((ry >= 1) && (ry < 3000)) { this._y = this._y - 0.5; } if ((ry <= -1) && (ry > -3000)) { this._y = this._y + 0.5; } }
Symbol 69 MovieClip [seeker] Frame 2
if (this.hitTest(_root.shield)) { this.gotoAndPlay("hit"); } if (this.hitTest(_root.player)) { _root.hp = _root.hp - (random(0) + 1); this.gotoAndPlay("hit"); NextDepth = _root.getNextHighestDepth(); BulletClip = _root.attachMovie("hittester", "bullet12" + NextDepth, NextDepth); BulletClip._y = _root.player._y; BulletClip._x = _root.player._x; BulletClip.bullet1_speed = 0; BulletClip.onEnterFrame = function () { this._x = this._x + this.bullet1_speed; if (this._x > 550) { this.removeMovieClip(); } }; } tx = this._x; mx = _root.player._x; rx = tx - mx; if (this.hitTest(_root.player)) { } else { if ((rx >= 1) && (rx < 3000)) { this._x = this._x - 0.5; } if ((rx <= -1) && (rx > -3000)) { this._x = this._x + 0.5; } } ty = this._y; my = _root.player._y; ry = ty - my; if (this.hitTest(_root.player)) { } else { if ((ry >= 1) && (ry < 3000)) { this._y = this._y - 0.5; } if ((ry <= -1) && (ry > -3000)) { this._y = this._y + 0.5; } }
Symbol 69 MovieClip [seeker] Frame 3
gotoAndPlay (1);
Symbol 69 MovieClip [seeker] Frame 4
stop(); NextDepth = _root.getNextHighestDepth(); BulletClip = _root.attachMovie("explosion", "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 71 MovieClip [hitbmc] Frame 2
stop(); _root.boss._visible = true; removeMovieClip(this);
Symbol 80 MovieClip [dead2] Frame 40
stop(); removeMovieClip(this);
Symbol 87 MovieClip [sdead] Frame 19
stop(); removeMovieClip(this);
Symbol 92 MovieClip [mindead] Frame 31
stop(); removeMovieClip(this);
Symbol 94 MovieClip [jbosshit] Frame 2
stop(); _root.jboss._visible = true; removeMovieClip(this);
Symbol 100 Button
on (release) { gotoAndPlay (2); }
Symbol 107 Button
on (release) { gotoAndPlay (34); }
Symbol 109 Button
on (release) { gotoAndPlay (35); }
Symbol 157 MovieClip Frame 1
if (Key.isDown(65)) { this.gotoAndPlay(5); }
Symbol 157 MovieClip Frame 2
if (Key.isDown(65)) { this.gotoAndPlay(5); }
Symbol 157 MovieClip Frame 3
if (Key.isDown(65)) { this.gotoAndPlay(5); } if (Key.isDown(38)) { this.gotoAndPlay(14); } if (Key.isDown(40)) { this.gotoAndPlay(39); } if (Key.isDown(83)) { this.gotoAndPlay(52); }
Symbol 157 MovieClip Frame 4
gotoAndPlay (1);
Symbol 157 MovieClip Frame 5
var scale = (_root.player._xscale / 100); var depth = _root.getNextHighestDepth(); var BulletClip = _root.attachMovie("bullet1", "bullet1" + depth, depth); BulletClip._y = _root.player._y - 13; BulletClip._x = _root.player._x + (20 * 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 157 MovieClip Frame 13
gotoAndPlay (1);
Symbol 157 MovieClip Frame 14
if (Key.isDown(65)) { this.gotoAndPlay(18); }
Symbol 157 MovieClip Frame 15
if (Key.isDown(65)) { this.gotoAndPlay(18); }
Symbol 157 MovieClip Frame 16
if (Key.isDown(40)) { this.gotoAndPlay(1); } if (Key.isDown(65)) { this.gotoAndPlay(18); } if (Key.isDown(38)) { this.gotoAndPlay(26); } if (Key.isDown(83)) { this.gotoAndPlay(52); }
Symbol 157 MovieClip Frame 17
gotoAndPlay (14);
Symbol 157 MovieClip Frame 18
var scale = (_root.player._xscale / 100); var depth = _root.getNextHighestDepth(); var BulletClip = _root.attachMovie("bullet2", "bullet1" + depth, depth); BulletClip._y = _root.player._y - 30; BulletClip._x = _root.player._x + (9 * scale); BulletClip.speed = -5; BulletClip.speed2 = 5 * scale; BulletClip.onEnterFrame = function () { this._y = this._y + this.speed; this._x = this._x + this.speed2; if (this._x > 550) { this.removeMovieClip(); } if (this._x < 0) { this.removeMovieClip(); } };
Symbol 157 MovieClip Frame 25
gotoAndPlay (14);
Symbol 157 MovieClip Frame 26
if (Key.isDown(65)) { this.gotoAndPlay(30); }
Symbol 157 MovieClip Frame 27
if (Key.isDown(65)) { this.gotoAndPlay(30); }
Symbol 157 MovieClip Frame 28
if (Key.isDown(40)) { this.gotoAndPlay(14); } if (Key.isDown(65)) { this.gotoAndPlay(30); } if (Key.isDown(83)) { this.gotoAndPlay(52); }
Symbol 157 MovieClip Frame 29
gotoAndPlay (26);
Symbol 157 MovieClip Frame 30
var scale = (_root.player._xscale / 100); var depth = _root.getNextHighestDepth(); var BulletClip = _root.attachMovie("bullet3", "bullet1" + depth, depth); BulletClip._y = _root.player._y - 37; BulletClip._x = _root.player._x - (9 * 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 157 MovieClip Frame 38
gotoAndPlay (26);
Symbol 157 MovieClip Frame 39
if (Key.isDown(65)) { this.gotoAndPlay(43); }
Symbol 157 MovieClip Frame 40
if (Key.isDown(65)) { this.gotoAndPlay(43); }
Symbol 157 MovieClip Frame 41
if (Key.isDown(38)) { this.gotoAndPlay(1); } if (Key.isDown(65)) { this.gotoAndPlay(43); } if (Key.isDown(83)) { this.gotoAndPlay(61); }
Symbol 157 MovieClip Frame 42
gotoAndPlay (39);
Symbol 157 MovieClip Frame 43
var scale = (_root.player._xscale / 100); var depth = _root.getNextHighestDepth(); var BulletClip = _root.attachMovie("bullet1", "bullet1" + depth, depth); BulletClip._y = _root.player._y - 5; BulletClip._x = _root.player._x + (20 * 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 157 MovieClip Frame 51
gotoAndPlay (39);
Symbol 157 MovieClip Frame 52
if (this.hitTest(_root.enemy5)) { _root.enemy5.gotoAndStop("dead"); this.gotoAndPlay("hit"); } if (this.hitTest(_root.enemy4)) { _root.enemy4.gotoAndStop("dead"); this.gotoAndPlay("hit"); } if (this.hitTest(_root.enemy1)) { _root.enemy1.gotoAndStop("dead"); this.gotoAndPlay("hit"); } if (this.hitTest(_root.enemy2)) { _root.enemy2.gotoAndStop("dead"); this.gotoAndPlay("hit"); } if (this.hitTest(_root.enemy3)) { _root.enemy3.gotoAndStop("dead"); this.gotoAndPlay("hit"); }
Symbol 157 MovieClip Frame 60
gotoAndPlay (1);
Symbol 157 MovieClip Frame 61
if (this.hitTest(_root.enemy5)) { _root.enemy5.gotoAndStop("dead"); this.gotoAndPlay("hit"); } if (this.hitTest(_root.enemy4)) { _root.enemy4.gotoAndStop("dead"); this.gotoAndPlay("hit"); } if (this.hitTest(_root.enemy1)) { _root.enemy1.gotoAndStop("dead"); this.gotoAndPlay("hit"); } if (this.hitTest(_root.enemy2)) { _root.enemy2.gotoAndStop("dead"); this.gotoAndPlay("hit"); } if (this.hitTest(_root.enemy3)) { _root.enemy3.gotoAndStop("dead"); this.gotoAndPlay("hit"); }
Symbol 157 MovieClip Frame 69
gotoAndPlay (39);
Symbol 194 MovieClip Frame 30
tx = this._x; mx = _root.player._x; rx = tx - mx; if (this.hitTest(_root.player)) { this.gotoAndPlay("knife"); } else { if ((rx >= 1) && (rx < 3000)) { this._x = this._x - 3; this._xscale = -100; } if ((rx <= -1) && (rx > -3000)) { this._x = this._x + 3; this._xscale = 100; } }
Symbol 194 MovieClip Frame 33
tx = this._x; mx = _root.player._x; rx = tx - mx; if (this.hitTest(_root.player)) { this.gotoAndPlay("knife"); } else { if ((rx >= 1) && (rx < 3000)) { this._x = this._x - 3; this._xscale = -100; } if ((rx <= -1) && (rx > -3000)) { this._x = this._x + 3; this._xscale = 100; } }
Symbol 194 MovieClip Frame 36
tx = this._x; mx = _root.player._x; rx = tx - mx; if (this.hitTest(_root.player)) { this.gotoAndPlay("knife"); } else { if ((rx >= 1) && (rx < 3000)) { this._x = this._x - 3; this._xscale = -100; } if ((rx <= -1) && (rx > -3000)) { this._x = this._x + 3; this._xscale = 100; } }
Symbol 194 MovieClip Frame 39
tx = this._x; mx = _root.player._x; rx = tx - mx; if (this.hitTest(_root.player)) { this.gotoAndPlay("knife"); } else { if ((rx >= 1) && (rx < 3000)) { this._x = this._x - 3; this._xscale = -100; } if ((rx <= -1) && (rx > -3000)) { this._x = this._x + 3; this._xscale = 100; } }
Symbol 194 MovieClip Frame 42
tx = this._x; mx = _root.player._x; rx = tx - mx; if (this.hitTest(_root.player)) { this.gotoAndPlay("knife"); } else { if ((rx >= 1) && (rx < 3000)) { this._x = this._x - 3; this._xscale = -100; } if ((rx <= -1) && (rx > -3000)) { this._x = this._x + 3; this._xscale = 100; } }
Symbol 194 MovieClip Frame 45
tx = this._x; mx = _root.player._x; rx = tx - mx; if (this.hitTest(_root.player)) { this.gotoAndPlay("knife"); } else { if ((rx >= 1) && (rx < 3000)) { this._x = this._x - 3; this._xscale = -100; } if ((rx <= -1) && (rx > -3000)) { this._x = this._x + 3; this._xscale = 100; } }
Symbol 194 MovieClip Frame 48
tx = this._x; mx = _root.player._x; rx = tx - mx; if (this.hitTest(_root.player)) { this.gotoAndPlay("knife"); } else { if ((rx >= 1) && (rx < 3000)) { this._x = this._x - 3; this._xscale = -100; } if ((rx <= -1) && (rx > -3000)) { this._x = this._x + 3; this._xscale = 100; } }
Symbol 194 MovieClip Frame 51
tx = this._x; mx = _root.player._x; rx = tx - mx; if (this.hitTest(_root.player)) { this.gotoAndPlay("knife"); } else { if ((rx >= 1) && (rx < 3000)) { this._x = this._x - 3; this._xscale = -100; } if ((rx <= -1) && (rx > -3000)) { this._x = this._x + 3; this._xscale = 100; } }
Symbol 194 MovieClip Frame 54
tx = this._x; mx = _root.player._x; rx = tx - mx; if (this.hitTest(_root.player)) { this.gotoAndPlay("knife"); } else { if ((rx >= 1) && (rx < 3000)) { this._x = this._x - 3; this._xscale = -100; } if ((rx <= -1) && (rx > -3000)) { this._x = this._x + 3; this._xscale = 100; } }
Symbol 194 MovieClip Frame 57
tx = this._x; mx = _root.player._x; rx = tx - mx; if (this.hitTest(_root.player)) { this.gotoAndPlay("knife"); } else { if ((rx >= 1) && (rx < 3000)) { this._x = this._x - 3; this._xscale = -100; } if ((rx <= -1) && (rx > -3000)) { this._x = this._x + 3; this._xscale = 100; } }
Symbol 194 MovieClip Frame 60
tx = this._x; mx = _root.player._x; rx = tx - mx; if (this.hitTest(_root.player)) { this.gotoAndPlay("knife"); } else { if ((rx >= 1) && (rx < 3000)) { this._x = this._x - 3; this._xscale = -100; } if ((rx <= -1) && (rx > -3000)) { this._x = this._x + 3; this._xscale = 100; } }
Symbol 194 MovieClip Frame 63
tx = this._x; mx = _root.player._x; rx = tx - mx; if (this.hitTest(_root.player)) { this.gotoAndPlay("knife"); } else { if ((rx >= 1) && (rx < 3000)) { this._x = this._x - 3; this._xscale = -100; } if ((rx <= -1) && (rx > -3000)) { this._x = this._x + 3; this._xscale = 100; } }
Symbol 194 MovieClip Frame 66
tx = this._x; mx = _root.player._x; rx = tx - mx; if (this.hitTest(_root.player)) { this.gotoAndPlay("knife"); } else { if ((rx >= 1) && (rx < 3000)) { this._x = this._x - 3; this._xscale = -100; } if ((rx <= -1) && (rx > -3000)) { this._x = this._x + 3; this._xscale = 100; } }
Symbol 194 MovieClip Frame 69
tx = this._x; mx = _root.player._x; rx = tx - mx; if (this.hitTest(_root.player)) { this.gotoAndPlay("knife"); } else { if ((rx >= 1) && (rx < 3000)) { this._x = this._x - 3; this._xscale = -100; } if ((rx <= -1) && (rx > -3000)) { this._x = this._x + 3; this._xscale = 100; } }
Symbol 194 MovieClip Frame 72
tx = this._x; mx = _root.player._x; rx = tx - mx; if (this.hitTest(_root.player)) { this.gotoAndPlay("knife"); } else { if ((rx >= 1) && (rx < 3000)) { this._x = this._x - 3; this._xscale = -100; } if ((rx <= -1) && (rx > -3000)) { this._x = this._x + 3; this._xscale = 100; } }
Symbol 194 MovieClip Frame 75
tx = this._x; mx = _root.player._x; rx = tx - mx; if (this.hitTest(_root.player)) { this.gotoAndPlay("knife"); } else { if ((rx >= 1) && (rx < 3000)) { this._x = this._x - 3; this._xscale = -100; } if ((rx <= -1) && (rx > -3000)) { this._x = this._x + 3; this._xscale = 100; } }
Symbol 194 MovieClip Frame 78
tx = this._x; mx = _root.player._x; rx = tx - mx; if (this.hitTest(_root.player)) { this.gotoAndPlay("knife"); } else { if ((rx >= 1) && (rx < 3000)) { this._x = this._x - 3; this._xscale = -100; } if ((rx <= -1) && (rx > -3000)) { this._x = this._x + 3; this._xscale = 100; } }
Symbol 194 MovieClip Frame 81
tx = this._x; mx = _root.player._x; rx = tx - mx; if (this.hitTest(_root.player)) { this.gotoAndPlay("knife"); } else { if ((rx >= 1) && (rx < 3000)) { this._x = this._x - 3; this._xscale = -100; } if ((rx <= -1) && (rx > -3000)) { this._x = this._x + 3; this._xscale = 100; } }
Symbol 194 MovieClip Frame 84
tx = this._x; mx = _root.player._x; rx = tx - mx; if (this.hitTest(_root.player)) { this.gotoAndPlay("knife"); } else { if ((rx >= 1) && (rx < 3000)) { this._x = this._x - 3; this._xscale = -100; } if ((rx <= -1) && (rx > -3000)) { this._x = this._x + 3; this._xscale = 100; } }
Symbol 194 MovieClip Frame 87
tx = this._x; mx = _root.player._x; rx = tx - mx; if (this.hitTest(_root.player)) { this.gotoAndPlay("knife"); } else { if ((rx >= 1) && (rx < 3000)) { this._x = this._x - 3; this._xscale = -100; } if ((rx <= -1) && (rx > -3000)) { this._x = this._x + 3; this._xscale = 100; } }
Symbol 194 MovieClip Frame 90
tx = this._x; mx = _root.player._x; rx = tx - mx; if (this.hitTest(_root.player)) { this.gotoAndPlay("knife"); } else { if ((rx >= 1) && (rx < 3000)) { this._x = this._x - 3; this._xscale = -100; } if ((rx <= -1) && (rx > -3000)) { this._x = this._x + 3; this._xscale = 100; } }
Symbol 194 MovieClip Frame 93
tx = this._x; mx = _root.player._x; rx = tx - mx; if (this.hitTest(_root.player)) { this.gotoAndPlay("knife"); } else { if ((rx >= 1) && (rx < 3000)) { this._x = this._x - 3; this._xscale = -100; } if ((rx <= -1) && (rx > -3000)) { this._x = this._x + 3; this._xscale = 100; } }
Symbol 194 MovieClip Frame 96
tx = this._x; mx = _root.player._x; rx = tx - mx; if (this.hitTest(_root.player)) { this.gotoAndPlay("knife"); } else { if ((rx >= 1) && (rx < 3000)) { this._x = this._x - 3; this._xscale = -100; } if ((rx <= -1) && (rx > -3000)) { this._x = this._x + 3; this._xscale = 100; } }
Symbol 194 MovieClip Frame 99
tx = this._x; mx = _root.player._x; rx = tx - mx; if (this.hitTest(_root.player)) { this.gotoAndPlay("knife"); } else { if ((rx >= 1) && (rx < 3000)) { this._x = this._x - 3; this._xscale = -100; } if ((rx <= -1) && (rx > -3000)) { this._x = this._x + 3; this._xscale = 100; } }
Symbol 194 MovieClip Frame 108
var scale = (this._xscale / 100); var depth = _root.getNextHighestDepth(); var BulletClip = _root.attachMovie("bullete", "bullet1" + depth, depth); BulletClip._y = this._y - 28; BulletClip._x = this._x + (24 * scale); BulletClip.speed = 5 * scale; BulletClip.onEnterFrame = function () { this._x = this._x + this.speed; if (this._x > 550) { this.removeMovieClip(); } if (this._x < 0) { this.removeMovieClip(); } };
Symbol 194 MovieClip Frame 114
var scale = (this._xscale / 100); var depth = _root.getNextHighestDepth(); var BulletClip = _root.attachMovie("bullete", "bullet1" + depth, depth); BulletClip._y = this._y - 28; BulletClip._x = this._x + (24 * scale); BulletClip.speed = 5 * scale; BulletClip.onEnterFrame = function () { this._x = this._x + this.speed; if (this._x > 550) { this.removeMovieClip(); } if (this._x < 0) { this.removeMovieClip(); } };
Symbol 194 MovieClip Frame 120
var scale = (this._xscale / 100); var depth = _root.getNextHighestDepth(); var BulletClip = _root.attachMovie("bullete", "bullet1" + depth, depth); BulletClip._y = this._y - 28; BulletClip._x = this._x + (24 * scale); BulletClip.speed = 5 * scale; BulletClip.onEnterFrame = function () { this._x = this._x + this.speed; if (this._x > 550) { this.removeMovieClip(); } if (this._x < 0) { this.removeMovieClip(); } };
Symbol 194 MovieClip Frame 132
gotoAndPlay (30);
Symbol 194 MovieClip Frame 133
stop(); NextDepth = _root.getNextHighestDepth(); BulletClip = _root.attachMovie("dead", "bullet1" + NextDepth, NextDepth); BulletClip._y = this._y - 15; 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 201 MovieClip Frame 30
tx = this._x; mx = _root.player._x; rx = tx - mx; if (this.hitTest(_root.player)) { this.gotoAndPlay("knife"); } else { if ((rx >= 1) && (rx < 3000)) { this._x = this._x - 3; this._xscale = -100; } if ((rx <= -1) && (rx > -3000)) { this._x = this._x + 3; this._xscale = 100; } }
Symbol 201 MovieClip Frame 33
tx = this._x; mx = _root.player._x; rx = tx - mx; if (this.hitTest(_root.player)) { this.gotoAndPlay("knife"); } else { if ((rx >= 1) && (rx < 3000)) { this._x = this._x - 3; this._xscale = -100; } if ((rx <= -1) && (rx > -3000)) { this._x = this._x + 3; this._xscale = 100; } }
Symbol 201 MovieClip Frame 36
tx = this._x; mx = _root.player._x; rx = tx - mx; if (this.hitTest(_root.player)) { this.gotoAndPlay("knife"); } else { if ((rx >= 1) && (rx < 3000)) { this._x = this._x - 3; this._xscale = -100; } if ((rx <= -1) && (rx > -3000)) { this._x = this._x + 3; this._xscale = 100; } }
Symbol 201 MovieClip Frame 39
tx = this._x; mx = _root.player._x; rx = tx - mx; if (this.hitTest(_root.player)) { this.gotoAndPlay("knife"); } else { if ((rx >= 1) && (rx < 3000)) { this._x = this._x - 3; this._xscale = -100; } if ((rx <= -1) && (rx > -3000)) { this._x = this._x + 3; this._xscale = 100; } }
Symbol 201 MovieClip Frame 42
tx = this._x; mx = _root.player._x; rx = tx - mx; if (this.hitTest(_root.player)) { this.gotoAndPlay("knife"); } else { if ((rx >= 1) && (rx < 3000)) { this._x = this._x - 3; this._xscale = -100; } if ((rx <= -1) && (rx > -3000)) { this._x = this._x + 3; this._xscale = 100; } }
Symbol 201 MovieClip Frame 45
tx = this._x; mx = _root.player._x; rx = tx - mx; if (this.hitTest(_root.player)) { this.gotoAndPlay("knife"); } else { if ((rx >= 1) && (rx < 3000)) { this._x = this._x - 3; this._xscale = -100; } if ((rx <= -1) && (rx > -3000)) { this._x = this._x + 3; this._xscale = 100; } }
Symbol 201 MovieClip Frame 48
tx = this._x; mx = _root.player._x; rx = tx - mx; if (this.hitTest(_root.player)) { this.gotoAndPlay("knife"); } else { if ((rx >= 1) && (rx < 3000)) { this._x = this._x - 3; this._xscale = -100; } if ((rx <= -1) && (rx > -3000)) { this._x = this._x + 3; this._xscale = 100; } }
Symbol 201 MovieClip Frame 51
tx = this._x; mx = _root.player._x; rx = tx - mx; if (this.hitTest(_root.player)) { this.gotoAndPlay("knife"); } else { if ((rx >= 1) && (rx < 3000)) { this._x = this._x - 3; this._xscale = -100; } if ((rx <= -1) && (rx > -3000)) { this._x = this._x + 3; this._xscale = 100; } }
Symbol 201 MovieClip Frame 54
tx = this._x; mx = _root.player._x; rx = tx - mx; if (this.hitTest(_root.player)) { this.gotoAndPlay("knife"); } else { if ((rx >= 1) && (rx < 3000)) { this._x = this._x - 3; this._xscale = -100; } if ((rx <= -1) && (rx > -3000)) { this._x = this._x + 3; this._xscale = 100; } }
Symbol 201 MovieClip Frame 57
tx = this._x; mx = _root.player._x; rx = tx - mx; if (this.hitTest(_root.player)) { this.gotoAndPlay("knife"); } else { if ((rx >= 1) && (rx < 3000)) { this._x = this._x - 3; this._xscale = -100; } if ((rx <= -1) && (rx > -3000)) { this._x = this._x + 3; this._xscale = 100; } }
Symbol 201 MovieClip Frame 60
tx = this._x; mx = _root.player._x; rx = tx - mx; if (this.hitTest(_root.player)) { this.gotoAndPlay("knife"); } else { if ((rx >= 1) && (rx < 3000)) { this._x = this._x - 3; this._xscale = -100; } if ((rx <= -1) && (rx > -3000)) { this._x = this._x + 3; this._xscale = 100; } }
Symbol 201 MovieClip Frame 63
tx = this._x; mx = _root.player._x; rx = tx - mx; if (this.hitTest(_root.player)) { this.gotoAndPlay("knife"); } else { if ((rx >= 1) && (rx < 3000)) { this._x = this._x - 3; this._xscale = -100; } if ((rx <= -1) && (rx > -3000)) { this._x = this._x + 3; this._xscale = 100; } }
Symbol 201 MovieClip Frame 66
tx = this._x; mx = _root.player._x; rx = tx - mx; if (this.hitTest(_root.player)) { this.gotoAndPlay("knife"); } else { if ((rx >= 1) && (rx < 3000)) { this._x = this._x - 3; this._xscale = -100; } if ((rx <= -1) && (rx > -3000)) { this._x = this._x + 3; this._xscale = 100; } }
Symbol 201 MovieClip Frame 69
tx = this._x; mx = _root.player._x; rx = tx - mx; if (this.hitTest(_root.player)) { this.gotoAndPlay("knife"); } else { if ((rx >= 1) && (rx < 3000)) { this._x = this._x - 3; this._xscale = -100; } if ((rx <= -1) && (rx > -3000)) { this._x = this._x + 3; this._xscale = 100; } }
Symbol 201 MovieClip Frame 72
tx = this._x; mx = _root.player._x; rx = tx - mx; if (this.hitTest(_root.player)) { this.gotoAndPlay("knife"); } else { if ((rx >= 1) && (rx < 3000)) { this._x = this._x - 3; this._xscale = -100; } if ((rx <= -1) && (rx > -3000)) { this._x = this._x + 3; this._xscale = 100; } }
Symbol 201 MovieClip Frame 75
tx = this._x; mx = _root.player._x; rx = tx - mx; if (this.hitTest(_root.player)) { this.gotoAndPlay("knife"); } else { if ((rx >= 1) && (rx < 3000)) { this._x = this._x - 3; this._xscale = -100; } if ((rx <= -1) && (rx > -3000)) { this._x = this._x + 3; this._xscale = 100; } }
Symbol 201 MovieClip Frame 78
tx = this._x; mx = _root.player._x; rx = tx - mx; if (this.hitTest(_root.player)) { this.gotoAndPlay("knife"); } else { if ((rx >= 1) && (rx < 3000)) { this._x = this._x - 3; this._xscale = -100; } if ((rx <= -1) && (rx > -3000)) { this._x = this._x + 3; this._xscale = 100; } }
Symbol 201 MovieClip Frame 81
tx = this._x; mx = _root.player._x; rx = tx - mx; if (this.hitTest(_root.player)) { this.gotoAndPlay("knife"); } else { if ((rx >= 1) && (rx < 3000)) { this._x = this._x - 3; this._xscale = -100; } if ((rx <= -1) && (rx > -3000)) { this._x = this._x + 3; this._xscale = 100; } }
Symbol 201 MovieClip Frame 84
tx = this._x; mx = _root.player._x; rx = tx - mx; if (this.hitTest(_root.player)) { this.gotoAndPlay("knife"); } else { if ((rx >= 1) && (rx < 3000)) { this._x = this._x - 3; this._xscale = -100; } if ((rx <= -1) && (rx > -3000)) { this._x = this._x + 3; this._xscale = 100; } }
Symbol 201 MovieClip Frame 87
tx = this._x; mx = _root.player._x; rx = tx - mx; if (this.hitTest(_root.player)) { this.gotoAndPlay("knife"); } else { if ((rx >= 1) && (rx < 3000)) { this._x = this._x - 3; this._xscale = -100; } if ((rx <= -1) && (rx > -3000)) { this._x = this._x + 3; this._xscale = 100; } }
Symbol 201 MovieClip Frame 90
tx = this._x; mx = _root.player._x; rx = tx - mx; if (this.hitTest(_root.player)) { this.gotoAndPlay("knife"); } else { if ((rx >= 1) && (rx < 3000)) { this._x = this._x - 3; this._xscale = -100; } if ((rx <= -1) && (rx > -3000)) { this._x = this._x + 3; this._xscale = 100; } }
Symbol 201 MovieClip Frame 93
tx = this._x; mx = _root.player._x; rx = tx - mx; if (this.hitTest(_root.player)) { this.gotoAndPlay("knife"); } else { if ((rx >= 1) && (rx < 3000)) { this._x = this._x - 3; this._xscale = -100; } if ((rx <= -1) && (rx > -3000)) { this._x = this._x + 3; this._xscale = 100; } }
Symbol 201 MovieClip Frame 96
tx = this._x; mx = _root.player._x; rx = tx - mx; if (this.hitTest(_root.player)) { this.gotoAndPlay("knife"); } else { if ((rx >= 1) && (rx < 3000)) { this._x = this._x - 3; this._xscale = -100; } if ((rx <= -1) && (rx > -3000)) { this._x = this._x + 3; this._xscale = 100; } }
Symbol 201 MovieClip Frame 99
tx = this._x; mx = _root.player._x; rx = tx - mx; if (this.hitTest(_root.player)) { this.gotoAndPlay("knife"); } else { if ((rx >= 1) && (rx < 3000)) { this._x = this._x - 3; this._xscale = -100; } if ((rx <= -1) && (rx > -3000)) { this._x = this._x + 3; this._xscale = 100; } }
Symbol 201 MovieClip Frame 108
var scale = (this._xscale / 100); var depth = _root.getNextHighestDepth(); var BulletClip = _root.attachMovie("bullete", "bullet1" + depth, depth); BulletClip._y = this._y - 20; BulletClip._x = this._x + (24 * scale); BulletClip.speed = 5 * scale; BulletClip.onEnterFrame = function () { this._x = this._x + this.speed; if (this._x > 550) { this.removeMovieClip(); } if (this._x < 0) { this.removeMovieClip(); } };
Symbol 201 MovieClip Frame 114
var scale = (this._xscale / 100); var depth = _root.getNextHighestDepth(); var BulletClip = _root.attachMovie("bullete", "bullet1" + depth, depth); BulletClip._y = this._y - 20; BulletClip._x = this._x + (24 * scale); BulletClip.speed = 5 * scale; BulletClip.onEnterFrame = function () { this._x = this._x + this.speed; if (this._x > 550) { this.removeMovieClip(); } if (this._x < 0) { this.removeMovieClip(); } };
Symbol 201 MovieClip Frame 120
var scale = (this._xscale / 100); var depth = _root.getNextHighestDepth(); var BulletClip = _root.attachMovie("bullete", "bullet1" + depth, depth); BulletClip._y = this._y - 20; BulletClip._x = this._x + (24 * scale); BulletClip.speed = 5 * scale; BulletClip.onEnterFrame = function () { this._x = this._x + this.speed; if (this._x > 550) { this.removeMovieClip(); } if (this._x < 0) { this.removeMovieClip(); } };
Symbol 201 MovieClip Frame 132
gotoAndPlay (30);
Symbol 201 MovieClip Frame 133
stop(); NextDepth = _root.getNextHighestDepth(); BulletClip = _root.attachMovie("dead", "bullet1" + NextDepth, NextDepth); BulletClip._y = this._y - 15; 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 203 MovieClip Frame 1
stop();
Symbol 203 MovieClip Frame 2
stop();
Symbol 218 MovieClip Frame 1
tx = this._x; mx = _root.player._x; rx = tx - mx; if (this.hitTest(_root.player)) { this.gotoAndPlay("knife"); } else { if ((rx >= 1) && (rx < 3000)) { this._xscale = -100; } if ((rx <= -1) && (rx > -3000)) { this._xscale = 100; } }
Symbol 218 MovieClip Frame 4
tx = this._x; mx = _root.player._x; rx = tx - mx; if (this.hitTest(_root.player)) { this.gotoAndPlay("knife"); } else { if ((rx >= 1) && (rx < 3000)) { this._xscale = -100; } if ((rx <= -1) && (rx > -3000)) { this._xscale = 100; } }
Symbol 218 MovieClip Frame 7
tx = this._x; mx = _root.player._x; rx = tx - mx; if (this.hitTest(_root.player)) { this.gotoAndPlay("knife"); } else { if ((rx >= 1) && (rx < 3000)) { this._xscale = -100; } if ((rx <= -1) && (rx > -3000)) { this._xscale = 100; } }
Symbol 218 MovieClip Frame 10
tx = this._x; mx = _root.player._x; rx = tx - mx; if (this.hitTest(_root.player)) { this.gotoAndPlay("knife"); } else { if ((rx >= 1) && (rx < 3000)) { this._xscale = -100; } if ((rx <= -1) && (rx > -3000)) { this._xscale = 100; } }
Symbol 218 MovieClip Frame 13
tx = this._x; mx = _root.player._x; rx = tx - mx; if (this.hitTest(_root.player)) { this.gotoAndPlay("knife"); } else { if ((rx >= 1) && (rx < 3000)) { this._xscale = -100; } if ((rx <= -1) && (rx > -3000)) { this._xscale = 100; } }
Symbol 218 MovieClip Frame 16
tx = this._x; mx = _root.player._x; rx = tx - mx; if (this.hitTest(_root.player)) { this.gotoAndPlay("knife"); } else { if ((rx >= 1) && (rx < 3000)) { this._xscale = -100; } if ((rx <= -1) && (rx > -3000)) { this._xscale = 100; } }
Symbol 218 MovieClip Frame 19
tx = this._x; mx = _root.player._x; rx = tx - mx; if (this.hitTest(_root.player)) { this.gotoAndPlay("knife"); } else { if ((rx >= 1) && (rx < 3000)) { this._xscale = -100; } if ((rx <= -1) && (rx > -3000)) { this._xscale = 100; } }
Symbol 218 MovieClip Frame 22
tx = this._x; mx = _root.player._x; rx = tx - mx; if (this.hitTest(_root.player)) { this.gotoAndPlay("knife"); } else { if ((rx >= 1) && (rx < 3000)) { this._xscale = -100; } if ((rx <= -1) && (rx > -3000)) { this._xscale = 100; } }
Symbol 218 MovieClip Frame 25
tx = this._x; mx = _root.player._x; rx = tx - mx; if (this.hitTest(_root.player)) { this.gotoAndPlay("knife"); } else { if ((rx >= 1) && (rx < 3000)) { this._xscale = -100; } if ((rx <= -1) && (rx > -3000)) { this._xscale = 100; } }
Symbol 218 MovieClip Frame 28
tx = this._x; mx = _root.player._x; rx = tx - mx; if (this.hitTest(_root.player)) { this.gotoAndPlay("knife"); } else { if ((rx >= 1) && (rx < 3000)) { this._xscale = -100; } if ((rx <= -1) && (rx > -3000)) { this._xscale = 100; } }
Symbol 218 MovieClip Frame 43
var scale = (this._xscale / 100); var depth = _root.getNextHighestDepth(); var BulletClip = _root.attachMovie("missile", "bullet1" + depth, depth); BulletClip._y = this._y - 20; BulletClip._x = this._x + (24 * scale); BulletClip.speed = 7.5 * scale; BulletClip.onEnterFrame = function () { this._x = this._x + this.speed; if (this._x > 550) { this.removeMovieClip(); } if (this._x < 0) { this.removeMovieClip(); } };
Symbol 218 MovieClip Frame 64
gotoAndPlay (1);
Symbol 218 MovieClip Frame 65
stop(); NextDepth = _root.getNextHighestDepth(); BulletClip = _root.attachMovie("mdead", "bullet1" + NextDepth, NextDepth); BulletClip._y = this._y - 15; 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 226 MovieClip Frame 1
_rotation = (_rotation + 15);
Symbol 234 MovieClip Frame 1
this._x = this._x + 3;
Symbol 234 MovieClip Frame 3
this._x = this._x + 3;
Symbol 234 MovieClip Frame 5
this._x = this._x + 3;
Symbol 234 MovieClip Frame 7
this._x = this._x + 3;
Symbol 234 MovieClip Frame 9
this._x = this._x + 3;
Symbol 234 MovieClip Frame 11
this._x = this._x + 3;
Symbol 234 MovieClip Frame 13
this._x = this._x + 3;
Symbol 234 MovieClip Frame 15
this._x = this._x + 3;
Symbol 234 MovieClip Frame 17
this._x = this._x + 3;
Symbol 234 MovieClip Frame 19
this._x = this._x + 3;
Symbol 234 MovieClip Frame 21
this._x = this._x + 3;
Symbol 234 MovieClip Frame 23
this._x = this._x + 3;
Symbol 234 MovieClip Frame 25
this._x = this._x + 3;
Symbol 234 MovieClip Frame 27
this._x = this._x + 3;
Symbol 234 MovieClip Frame 29
this._x = this._x + 3;
Symbol 234 MovieClip Frame 31
this._x = this._x + 3;
Symbol 234 MovieClip Frame 33
this._x = this._x + 3;
Symbol 234 MovieClip Frame 35
this._x = this._x + 3;
Symbol 234 MovieClip Frame 37
this._x = this._x + 3;
Symbol 234 MovieClip Frame 39
this._x = this._x + 3;
Symbol 234 MovieClip Frame 41
this._x = this._x + 3;
Symbol 234 MovieClip Frame 43
this._x = this._x + 3;
Symbol 234 MovieClip Frame 45
this._x = this._x + 3;
Symbol 234 MovieClip Frame 47
this._x = this._x + 3;
Symbol 234 MovieClip Frame 71
var scale = (this._xscale / 100); var depth = _root.getNextHighestDepth(); var BulletClip = _root.attachMovie("bullete", "bullet1" + depth, depth); BulletClip._y = this._y - 18; BulletClip._x = this._x + (41 * scale); BulletClip.speed = 5 * scale; BulletClip.speed2 = 3 * scale; BulletClip.onEnterFrame = function () { this._x = this._x + this.speed; this._y = this._y + this.speed2; if (this._x > 550) { this.removeMovieClip(); } if (this._x < 0) { this.removeMovieClip(); } };
Symbol 234 MovieClip Frame 77
gotoAndPlay (49);
Symbol 234 MovieClip Frame 78
stop(); NextDepth = _root.getNextHighestDepth(); BulletClip = _root.attachMovie("jdead", "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 279 MovieClip Frame 46
var scale = (this._xscale / 100); var depth = _root.getNextHighestDepth(); var BulletClip = _root.attachMovie("seeker", "bullet1" + depth, depth); BulletClip._y = _root.boss._y - 20; BulletClip._x = _root.boss._x + 24; BulletClip.speed = 0; BulletClip.onEnterFrame = function () { this._x = this._x + this.speed; if (this._x > 550) { this.removeMovieClip(); } if (this._x < 0) { this.removeMovieClip(); } if (this._t > 400) { this.removeMovieClip(); } if (this._y < 0) { this.removeMovieClip(); } };
Symbol 280 MovieClip Frame 1
stop();
Symbol 280 MovieClip Frame 2
stop(); NextDepth = _root.getNextHighestDepth(); BulletClip = _root.attachMovie("bossdead", "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 283 Button
on (release) { gotoAndPlay (1); }
Symbol 303 MovieClip Frame 37
stop();
Symbol 331 MovieClip Frame 28
tx = this._x; mx = _root.player._x; rx = tx - mx; if (this.hitTest(_root.player)) { this.gotoAndPlay("knife"); } else { if ((rx >= 1) && (rx < 3000)) { this._x = this._x - 4; this._xscale = -100; } if ((rx <= -1) && (rx > -3000)) { this._x = this._x + 4; this._xscale = 100; } }
Symbol 331 MovieClip Frame 31
tx = this._x; mx = _root.player._x; rx = tx - mx; if (this.hitTest(_root.player)) { this.gotoAndPlay("knife"); } else { if ((rx >= 1) && (rx < 3000)) { this._x = this._x - 4; this._xscale = -100; } if ((rx <= -1) && (rx > -3000)) { this._x = this._x + 4; this._xscale = 100; } }
Symbol 331 MovieClip Frame 34
tx = this._x; mx = _root.player._x; rx = tx - mx; if (this.hitTest(_root.player)) { this.gotoAndPlay("knife"); } else { if ((rx >= 1) && (rx < 3000)) { this._x = this._x - 4; this._xscale = -100; } if ((rx <= -1) && (rx > -3000)) { this._x = this._x + 4; this._xscale = 100; } }
Symbol 331 MovieClip Frame 37
tx = this._x; mx = _root.player._x; rx = tx - mx; if (this.hitTest(_root.player)) { this.gotoAndPlay("knife"); } else { if ((rx >= 1) && (rx < 3000)) { this._x = this._x - 4; this._xscale = -100; } if ((rx <= -1) && (rx > -3000)) { this._x = this._x + 4; this._xscale = 100; } }
Symbol 331 MovieClip Frame 40
tx = this._x; mx = _root.player._x; rx = tx - mx; if (this.hitTest(_root.player)) { this.gotoAndPlay("knife"); } else { if ((rx >= 1) && (rx < 3000)) { this._x = this._x - 4; this._xscale = -100; } if ((rx <= -1) && (rx > -3000)) { this._x = this._x + 4; this._xscale = 100; } }
Symbol 331 MovieClip Frame 43
tx = this._x; mx = _root.player._x; rx = tx - mx; if (this.hitTest(_root.player)) { this.gotoAndPlay("knife"); } else { if ((rx >= 1) && (rx < 3000)) { this._x = this._x - 4; this._xscale = -100; } if ((rx <= -1) && (rx > -3000)) { this._x = this._x + 4; this._xscale = 100; } }
Symbol 331 MovieClip Frame 46
tx = this._x; mx = _root.player._x; rx = tx - mx; if (this.hitTest(_root.player)) { this.gotoAndPlay("knife"); } else { if ((rx >= 1) && (rx < 3000)) { this._x = this._x - 4; this._xscale = -100; } if ((rx <= -1) && (rx > -3000)) { this._x = this._x + 4; this._xscale = 100; } }
Symbol 331 MovieClip Frame 49
tx = this._x; mx = _root.player._x; rx = tx - mx; if (this.hitTest(_root.player)) { this.gotoAndPlay("knife"); } else { if ((rx >= 1) && (rx < 3000)) { this._x = this._x - 4; this._xscale = -100; } if ((rx <= -1) && (rx > -3000)) { this._x = this._x + 4; this._xscale = 100; } }
Symbol 331 MovieClip Frame 55
var scale = (this._xscale / 100); var depth = _root.getNextHighestDepth(); var BulletClip = _root.attachMovie("bullete", "bullet1" + depth, depth); BulletClip._y = this._y - 14; BulletClip._x = this._x + (15 * scale); BulletClip.speed = 5 * scale; BulletClip.onEnterFrame = function () { this._x = this._x + this.speed; if (this._x > 550) { this.removeMovieClip(); } if (this._x < 0) { this.removeMovieClip(); } };
Symbol 331 MovieClip Frame 76
var scale = (this._xscale / 100); var depth = _root.getNextHighestDepth(); var BulletClip = _root.attachMovie("bullete", "bullet1" + depth, depth); BulletClip._y = this._y - 14; BulletClip._x = this._x + (15 * scale); BulletClip.speed = 5 * scale; BulletClip.onEnterFrame = function () { this._x = this._x + this.speed; if (this._x > 550) { this.removeMovieClip(); } if (this._x < 0) { this.removeMovieClip(); } };
Symbol 331 MovieClip Frame 91
gotoAndPlay (28);
Symbol 331 MovieClip Frame 92
stop(); NextDepth = _root.getNextHighestDepth(); BulletClip = _root.attachMovie("dead2", "bullet1" + NextDepth, NextDepth); BulletClip._y = this._y - 1; 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 337 MovieClip Frame 28
tx = this._x; mx = _root.player._x; rx = tx - mx; if (this.hitTest(_root.player)) { this.gotoAndPlay("knife"); } else { if ((rx >= 1) && (rx < 3000)) { this._x = this._x - 4; this._xscale = -100; } if ((rx <= -1) && (rx > -3000)) { this._x = this._x + 4; this._xscale = 100; } }
Symbol 337 MovieClip Frame 31
tx = this._x; mx = _root.player._x; rx = tx - mx; if (this.hitTest(_root.player)) { this.gotoAndPlay("knife"); } else { if ((rx >= 1) && (rx < 3000)) { this._x = this._x - 4; this._xscale = -100; } if ((rx <= -1) && (rx > -3000)) { this._x = this._x + 4; this._xscale = 100; } }
Symbol 337 MovieClip Frame 34
tx = this._x; mx = _root.player._x; rx = tx - mx; if (this.hitTest(_root.player)) { this.gotoAndPlay("knife"); } else { if ((rx >= 1) && (rx < 3000)) { this._x = this._x - 4; this._xscale = -100; } if ((rx <= -1) && (rx > -3000)) { this._x = this._x + 4; this._xscale = 100; } }
Symbol 337 MovieClip Frame 37
tx = this._x; mx = _root.player._x; rx = tx - mx; if (this.hitTest(_root.player)) { this.gotoAndPlay("knife"); } else { if ((rx >= 1) && (rx < 3000)) { this._x = this._x - 4; this._xscale = -100; } if ((rx <= -1) && (rx > -3000)) { this._x = this._x + 4; this._xscale = 100; } }
Symbol 337 MovieClip Frame 40
tx = this._x; mx = _root.player._x; rx = tx - mx; if (this.hitTest(_root.player)) { this.gotoAndPlay("knife"); } else { if ((rx >= 1) && (rx < 3000)) { this._x = this._x - 4; this._xscale = -100; } if ((rx <= -1) && (rx > -3000)) { this._x = this._x + 4; this._xscale = 100; } }
Symbol 337 MovieClip Frame 43
tx = this._x; mx = _root.player._x; rx = tx - mx; if (this.hitTest(_root.player)) { this.gotoAndPlay("knife"); } else { if ((rx >= 1) && (rx < 3000)) { this._x = this._x - 4; this._xscale = -100; } if ((rx <= -1) && (rx > -3000)) { this._x = this._x + 4; this._xscale = 100; } }
Symbol 337 MovieClip Frame 46
tx = this._x; mx = _root.player._x; rx = tx - mx; if (this.hitTest(_root.player)) { this.gotoAndPlay("knife"); } else { if ((rx >= 1) && (rx < 3000)) { this._x = this._x - 4; this._xscale = -100; } if ((rx <= -1) && (rx > -3000)) { this._x = this._x + 4; this._xscale = 100; } }
Symbol 337 MovieClip Frame 49
tx = this._x; mx = _root.player._x; rx = tx - mx; if (this.hitTest(_root.player)) { this.gotoAndPlay("knife"); } else { if ((rx >= 1) && (rx < 3000)) { this._x = this._x - 4; this._xscale = -100; } if ((rx <= -1) && (rx > -3000)) { this._x = this._x + 4; this._xscale = 100; } }
Symbol 337 MovieClip Frame 55
var scale = (this._xscale / 100); var depth = _root.getNextHighestDepth(); var BulletClip = _root.attachMovie("bullete", "bullet1" + depth, depth); BulletClip._y = this._y - 8; BulletClip._x = this._x + (11 * scale); BulletClip.speed = 5 * scale; BulletClip.onEnterFrame = function () { this._x = this._x + this.speed; if (this._x > 550) { this.removeMovieClip(); } if (this._x < 0) { this.removeMovieClip(); } };
Symbol 337 MovieClip Frame 73
var scale = (this._xscale / 100); var depth = _root.getNextHighestDepth(); var BulletClip = _root.attachMovie("bullete", "bullet1" + depth, depth); BulletClip._y = this._y - 8; BulletClip._x = this._x + (11 * scale); BulletClip.speed = 5 * scale; BulletClip.onEnterFrame = function () { this._x = this._x + this.speed; if (this._x > 550) { this.removeMovieClip(); } if (this._x < 0) { this.removeMovieClip(); } };
Symbol 337 MovieClip Frame 88
gotoAndPlay (28);
Symbol 337 MovieClip Frame 89
stop(); NextDepth = _root.getNextHighestDepth(); BulletClip = _root.attachMovie("dead2", "bullet1" + NextDepth, NextDepth); BulletClip._y = this._y - 1; 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 353 MovieClip Frame 1
tx = this._x; mx = _root.player._x; rx = tx - mx; if (this.hitTest(_root.player)) { this.gotoAndPlay("knife"); } else { if ((rx >= 1) && (rx < 3000)) { this._xscale = -100; } if ((rx <= -1) && (rx > -3000)) { this._xscale = 100; } }
Symbol 353 MovieClip Frame 23
var scale = (this._xscale / 100); var depth = _root.getNextHighestDepth(); var BulletClip = _root.attachMovie("bullete", "bullet1" + depth, depth); BulletClip._y = this._y + 12; BulletClip._x = this._x + (21 * scale); BulletClip.speed = 5 * scale; BulletClip.speed2 = 5; BulletClip.onEnterFrame = function () { this._x = this._x + this.speed; this._y = this._y + this.speed2; if (this._x > 550) { this.removeMovieClip(); } if (this._x < 0) { this.removeMovieClip(); } };
Symbol 353 MovieClip Frame 64
gotoAndPlay (1);
Symbol 353 MovieClip Frame 65
stop(); NextDepth = _root.getNextHighestDepth(); BulletClip = _root.attachMovie("sdead", "bullet1" + NextDepth, NextDepth); BulletClip._y = this._y - 1; 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 373 MovieClip Frame 1
tx = this._x; mx = _root.player._x; rx = tx - mx; if (this.hitTest(_root.player)) { this.gotoAndPlay("knife"); } else { if ((rx >= 1) && (rx < 3000)) { this._xscale = -100; } if ((rx <= -1) && (rx > -3000)) { this._xscale = 100; } }
Symbol 373 MovieClip Frame 4
tx = this._x; mx = _root.player._x; rx = tx - mx; if (this.hitTest(_root.player)) { this.gotoAndPlay("knife"); } else { if ((rx >= 1) && (rx < 3000)) { this._xscale = -100; } if ((rx <= -1) && (rx > -3000)) { this._xscale = 100; } }
Symbol 373 MovieClip Frame 7
tx = this._x; mx = _root.player._x; rx = tx - mx; if (this.hitTest(_root.player)) { this.gotoAndPlay("knife"); } else { if ((rx >= 1) && (rx < 3000)) { this._xscale = -100; } if ((rx <= -1) && (rx > -3000)) { this._xscale = 100; } }
Symbol 373 MovieClip Frame 10
tx = this._x; mx = _root.player._x; rx = tx - mx; if (this.hitTest(_root.player)) { this.gotoAndPlay("knife"); } else { if ((rx >= 1) && (rx < 3000)) { this._xscale = -100; } if ((rx <= -1) && (rx > -3000)) { this._xscale = 100; } }
Symbol 373 MovieClip Frame 13
tx = this._x; mx = _root.player._x; rx = tx - mx; if (this.hitTest(_root.player)) { this.gotoAndPlay("knife"); } else { if ((rx >= 1) && (rx < 3000)) { this._xscale = -100; } if ((rx <= -1) && (rx > -3000)) { this._xscale = 100; } }
Symbol 373 MovieClip Frame 16
tx = this._x; mx = _root.player._x; rx = tx - mx; if (this.hitTest(_root.player)) { this.gotoAndPlay("knife"); } else { if ((rx >= 1) && (rx < 3000)) { this._xscale = -100; } if ((rx <= -1) && (rx > -3000)) { this._xscale = 100; } }
Symbol 373 MovieClip Frame 19
tx = this._x; mx = _root.player._x; rx = tx - mx; if (this.hitTest(_root.player)) { this.gotoAndPlay("knife"); } else { if ((rx >= 1) && (rx < 3000)) { this._xscale = -100; } if ((rx <= -1) && (rx > -3000)) { this._xscale = 100; } }
Symbol 373 MovieClip Frame 22
tx = this._x; mx = _root.player._x; rx = tx - mx; if (this.hitTest(_root.player)) { this.gotoAndPlay("knife"); } else { if ((rx >= 1) && (rx < 3000)) { this._xscale = -100; } if ((rx <= -1) && (rx > -3000)) { this._xscale = 100; } }
Symbol 373 MovieClip Frame 25
tx = this._x; mx = _root.player._x; rx = tx - mx; if (this.hitTest(_root.player)) { this.gotoAndPlay("knife"); } else { if ((rx >= 1) && (rx < 3000)) { this._xscale = -100; } if ((rx <= -1) && (rx > -3000)) { this._xscale = 100; } }
Symbol 373 MovieClip Frame 28
tx = this._x; mx = _root.player._x; rx = tx - mx; if (this.hitTest(_root.player)) { this.gotoAndPlay("knife"); } else { if ((rx >= 1) && (rx < 3000)) { this._xscale = -100; } if ((rx <= -1) && (rx > -3000)) { this._xscale = 100; } }
Symbol 373 MovieClip Frame 31
tx = this._x; mx = _root.player._x; rx = tx - mx; if (this.hitTest(_root.player)) { this.gotoAndPlay("knife"); } else { if ((rx >= 1) && (rx < 3000)) { this._xscale = -100; } if ((rx <= -1) && (rx > -3000)) { this._xscale = 100; } }
Symbol 373 MovieClip Frame 34
tx = this._x; mx = _root.player._x; rx = tx - mx; if (this.hitTest(_root.player)) { this.gotoAndPlay("knife"); } else { if ((rx >= 1) && (rx < 3000)) { this._xscale = -100; } if ((rx <= -1) && (rx > -3000)) { this._xscale = 100; } }
Symbol 373 MovieClip Frame 37
var scale = (this._xscale / 100); var depth = _root.getNextHighestDepth(); var BulletClip = _root.attachMovie("bullete", "bullet1" + depth, depth); BulletClip._y = this._y; BulletClip._x = this._x + (21 * scale); BulletClip.speed = 7.5 * scale; BulletClip.speed2 = -0.5; BulletClip.onEnterFrame = function () { this._x = this._x + this.speed; this._y = this._y + this.speed2; if (this._x > 550) { this.removeMovieClip(); } if (this._x < 0) { this.removeMovieClip(); } };
Symbol 373 MovieClip Frame 40
var scale = (this._xscale / 100); var depth = _root.getNextHighestDepth(); var BulletClip = _root.attachMovie("bullete", "bullet1" + depth, depth); BulletClip._y = this._y; BulletClip._x = this._x + (21 * scale); BulletClip.speed = 7.5 * scale; BulletClip.speed2 = -0.3; BulletClip.onEnterFrame = function () { this._x = this._x + this.speed; this._y = this._y + this.speed2; if (this._x > 550) { this.removeMovieClip(); } if (this._x < 0) { this.removeMovieClip(); } };
Symbol 373 MovieClip Frame 43
var scale = (this._xscale / 100); var depth = _root.getNextHighestDepth(); var BulletClip = _root.attachMovie("bullete", "bullet1" + depth, depth); BulletClip._y = this._y; BulletClip._x = this._x + (21 * scale); BulletClip.speed = 7.5 * scale; BulletClip.speed2 = -1.1; BulletClip.onEnterFrame = function () { this._x = this._x + this.speed; this._y = this._y + this.speed2; if (this._x > 550) { this.removeMovieClip(); } if (this._x < 0) { this.removeMovieClip(); } };
Symbol 373 MovieClip Frame 46
var scale = (this._xscale / 100); var depth = _root.getNextHighestDepth(); var BulletClip = _root.attachMovie("bullete", "bullet1" + depth, depth); BulletClip._y = this._y; BulletClip._x = this._x + (21 * scale); BulletClip.speed = 7.5 * scale; BulletClip.speed2 = -0.03; BulletClip.onEnterFrame = function () { this._x = this._x + this.speed; this._y = this._y + this.speed2; if (this._x > 550) { this.removeMovieClip(); } if (this._x < 0) { this.removeMovieClip(); } };
Symbol 373 MovieClip Frame 49
var scale = (this._xscale / 100); var depth = _root.getNextHighestDepth(); var BulletClip = _root.attachMovie("bullete", "bullet1" + depth, depth); BulletClip._y = this._y; BulletClip._x = this._x + (21 * scale); BulletClip.speed = 7.5 * scale; BulletClip.speed2 = 0; BulletClip.onEnterFrame = function () { this._x = this._x + this.speed; this._y = this._y + this.speed2; if (this._x > 550) { this.removeMovieClip(); } if (this._x < 0) { this.removeMovieClip(); } };
Symbol 373 MovieClip Frame 52
var scale = (this._xscale / 100); var depth = _root.getNextHighestDepth(); var BulletClip = _root.attachMovie("bullete", "bullet1" + depth, depth); BulletClip._y = this._y; BulletClip._x = this._x + (21 * scale); BulletClip.speed = 7.5 * scale; BulletClip.speed2 = -0.5; BulletClip.onEnterFrame = function () { this._x = this._x + this.speed; this._y = this._y + this.speed2; if (this._x > 550) { this.removeMovieClip(); } if (this._x < 0) { this.removeMovieClip(); } };
Symbol 373 MovieClip Frame 55
var scale = (this._xscale / 100); var depth = _root.getNextHighestDepth(); var BulletClip = _root.attachMovie("bullete", "bullet1" + depth, depth); BulletClip._y = this._y; BulletClip._x = this._x + (21 * scale); BulletClip.speed = 7.5 * scale; BulletClip.speed2 = -0.8; BulletClip.onEnterFrame = function () { this._x = this._x + this.speed; this._y = this._y + this.speed2; if (this._x > 550) { this.removeMovieClip(); } if (this._x < 0) { this.removeMovieClip(); } };
Symbol 373 MovieClip Frame 58
var scale = (this._xscale / 100); var depth = _root.getNextHighestDepth(); var BulletClip = _root.attachMovie("bullete", "bullet1" + depth, depth); BulletClip._y = this._y; BulletClip._x = this._x + (21 * scale); BulletClip.speed = 7.5 * scale; BulletClip.speed2 = -0.9; BulletClip.onEnterFrame = function () { this._x = this._x + this.speed; this._y = this._y + this.speed2; if (this._x > 550) { this.removeMovieClip(); } if (this._x < 0) { this.removeMovieClip(); } };
Symbol 373 MovieClip Frame 61
var scale = (this._xscale / 100); var depth = _root.getNextHighestDepth(); var BulletClip = _root.attachMovie("bullete", "bullet1" + depth, depth); BulletClip._y = this._y; BulletClip._x = this._x + (21 * scale); BulletClip.speed = 7.5 * scale; BulletClip.speed2 = -2.5; BulletClip.onEnterFrame = function () { this._x = this._x + this.speed; this._y = this._y + this.speed2; if (this._x > 550) { this.removeMovieClip(); } if (this._x < 0) { this.removeMovieClip(); } };
Symbol 373 MovieClip Frame 64
var scale = (this._xscale / 100); var depth = _root.getNextHighestDepth(); var BulletClip = _root.attachMovie("bullete", "bullet1" + depth, depth); BulletClip._y = this._y; BulletClip._x = this._x + (21 * scale); BulletClip.speed = 7.5 * scale; BulletClip.speed2 = -0.1; BulletClip.onEnterFrame = function () { this._x = this._x + this.speed; this._y = this._y + this.speed2; if (this._x > 550) { this.removeMovieClip(); } if (this._x < 0) { this.removeMovieClip(); } };
Symbol 373 MovieClip Frame 67
var scale = (this._xscale / 100); var depth = _root.getNextHighestDepth(); var BulletClip = _root.attachMovie("bullete", "bullet1" + depth, depth); BulletClip._y = this._y; BulletClip._x = this._x + (21 * scale); BulletClip.speed = 7.5 * scale; BulletClip.speed2 = -0.5; BulletClip.onEnterFrame = function () { this._x = this._x + this.speed; this._y = this._y + this.speed2; if (this._x > 550) { this.removeMovieClip(); } if (this._x < 0) { this.removeMovieClip(); } };
Symbol 373 MovieClip Frame 70
var scale = (this._xscale / 100); var depth = _root.getNextHighestDepth(); var BulletClip = _root.attachMovie("bullete", "bullet1" + depth, depth); BulletClip._y = this._y; BulletClip._x = this._x + (21 * scale); BulletClip.speed = 7.5 * scale; BulletClip.speed2 = -0.2; BulletClip.onEnterFrame = function () { this._x = this._x + this.speed; this._y = this._y + this.speed2; if (this._x > 550) { this.removeMovieClip(); } if (this._x < 0) { this.removeMovieClip(); } };
Symbol 373 MovieClip Frame 73
var scale = (this._xscale / 100); var depth = _root.getNextHighestDepth(); var BulletClip = _root.attachMovie("bullete", "bullet1" + depth, depth); BulletClip._y = this._y; BulletClip._x = this._x + (21 * scale); BulletClip.speed = 7.5 * scale; BulletClip.speed2 = -1.5; BulletClip.onEnterFrame = function () { this._x = this._x + this.speed; this._y = this._y + this.speed2; if (this._x > 550) { this.removeMovieClip(); } if (this._x < 0) { this.removeMovieClip(); } };
Symbol 373 MovieClip Frame 76
var scale = (this._xscale / 100); var depth = _root.getNextHighestDepth(); var BulletClip = _root.attachMovie("bullete", "bullet1" + depth, depth); BulletClip._y = this._y; BulletClip._x = this._x + (21 * scale); BulletClip.speed = 7.5 * scale; BulletClip.speed2 = -1.2; BulletClip.onEnterFrame = function () { this._x = this._x + this.speed; this._y = this._y + this.speed2; if (this._x > 550) { this.removeMovieClip(); } if (this._x < 0) { this.removeMovieClip(); } };
Symbol 373 MovieClip Frame 79
var scale = (this._xscale / 100); var depth = _root.getNextHighestDepth(); var BulletClip = _root.attachMovie("bullete", "bullet1" + depth, depth); BulletClip._y = this._y; BulletClip._x = this._x + (21 * scale); BulletClip.speed = 7.5 * scale; BulletClip.speed2 = -1.8; BulletClip.onEnterFrame = function () { this._x = this._x + this.speed; this._y = this._y + this.speed2; if (this._x > 550) { this.removeMovieClip(); } if (this._x < 0) { this.removeMovieClip(); } };
Symbol 373 MovieClip Frame 82
var scale = (this._xscale / 100); var depth = _root.getNextHighestDepth(); var BulletClip = _root.attachMovie("bullete", "bullet1" + depth, depth); BulletClip._y = this._y; BulletClip._x = this._x + (21 * scale); BulletClip.speed = 7.5 * scale; BulletClip.speed2 = -2; BulletClip.onEnterFrame = function () { this._x = this._x + this.speed; this._y = this._y + this.speed2; if (this._x > 550) { this.removeMovieClip(); } if (this._x < 0) { this.removeMovieClip(); } };
Symbol 373 MovieClip Frame 85
var scale = (this._xscale / 100); var depth = _root.getNextHighestDepth(); var BulletClip = _root.attachMovie("bullete", "bullet1" + depth, depth); BulletClip._y = this._y; BulletClip._x = this._x + (21 * scale); BulletClip.speed = 7.5 * scale; BulletClip.speed2 = -1.2; BulletClip.onEnterFrame = function () { this._x = this._x + this.speed; this._y = this._y + this.speed2; if (this._x > 550) { this.removeMovieClip(); } if (this._x < 0) { this.removeMovieClip(); } };
Symbol 373 MovieClip Frame 88
var scale = (this._xscale / 100); var depth = _root.getNextHighestDepth(); var BulletClip = _root.attachMovie("bullete", "bullet1" + depth, depth); BulletClip._y = this._y; BulletClip._x = this._x + (21 * scale); BulletClip.speed = 7.5 * scale; BulletClip.speed2 = -0.2; BulletClip.onEnterFrame = function () { this._x = this._x + this.speed; this._y = this._y + this.speed2; if (this._x > 550) { this.removeMovieClip(); } if (this._x < 0) { this.removeMovieClip(); } };
Symbol 373 MovieClip Frame 91
var scale = (this._xscale / 100); var depth = _root.getNextHighestDepth(); var BulletClip = _root.attachMovie("bullete", "bullet1" + depth, depth); BulletClip._y = this._y; BulletClip._x = this._x + (21 * scale); BulletClip.speed = 7.5 * scale; BulletClip.speed2 = -2; BulletClip.onEnterFrame = function () { this._x = this._x + this.speed; this._y = this._y + this.speed2; if (this._x > 550) { this.removeMovieClip(); } if (this._x < 0) { this.removeMovieClip(); } };
Symbol 373 MovieClip Frame 94
var scale = (this._xscale / 100); var depth = _root.getNextHighestDepth(); var BulletClip = _root.attachMovie("bullete", "bullet1" + depth, depth); BulletClip._y = this._y; BulletClip._x = this._x + (21 * scale); BulletClip.speed = 7.5 * scale; BulletClip.speed2 = -1.2; BulletClip.onEnterFrame = function () { this._x = this._x + this.speed; this._y = this._y + this.speed2; if (this._x > 550) { this.removeMovieClip(); } if (this._x < 0) { this.removeMovieClip(); } };
Symbol 373 MovieClip Frame 97
var scale = (this._xscale / 100); var depth = _root.getNextHighestDepth(); var BulletClip = _root.attachMovie("bullete", "bullet1" + depth, depth); BulletClip._y = this._y; BulletClip._x = this._x + (21 * scale); BulletClip.speed = 7.5 * scale; BulletClip.speed2 = -0.8; BulletClip.onEnterFrame = function () { this._x = this._x + this.speed; this._y = this._y + this.speed2; if (this._x > 550) { this.removeMovieClip(); } if (this._x < 0) { this.removeMovieClip(); } };
Symbol 373 MovieClip Frame 100
var scale = (this._xscale / 100); var depth = _root.getNextHighestDepth(); var BulletClip = _root.attachMovie("bullete", "bullet1" + depth, depth); BulletClip._y = this._y; BulletClip._x = this._x + (21 * scale); BulletClip.speed = 7.5 * scale; BulletClip.speed2 = -0.5; BulletClip.onEnterFrame = function () { this._x = this._x + this.speed; this._y = this._y + this.speed2; if (this._x > 550) { this.removeMovieClip(); } if (this._x < 0) { this.removeMovieClip(); } };
Symbol 373 MovieClip Frame 103
gotoAndPlay (1);
Symbol 373 MovieClip Frame 104
stop(); NextDepth = _root.getNextHighestDepth(); BulletClip = _root.attachMovie("mindead", "bullet1" + NextDepth, NextDepth); BulletClip._y = this._y - 1; 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 379 MovieClip Frame 1
_rotation = (_rotation - 10);
Symbol 398 MovieClip Frame 1
this._x = this._x - 3;
Symbol 398 MovieClip Frame 2
this._x = this._x - 3;
Symbol 398 MovieClip Frame 3
this._x = this._x - 3;
Symbol 398 MovieClip Frame 4
this._x = this._x - 3;
Symbol 398 MovieClip Frame 5
this._x = this._x - 3;
Symbol 398 MovieClip Frame 6
this._x = this._x - 3;
Symbol 398 MovieClip Frame 7
this._x = this._x - 3;
Symbol 398 MovieClip Frame 8
this._x = this._x - 3;
Symbol 398 MovieClip Frame 9
this._x = this._x - 3;
Symbol 398 MovieClip Frame 10
this._x = this._x - 3;
Symbol 398 MovieClip Frame 11
this._x = this._x - 3;
Symbol 398 MovieClip Frame 12
this._x = this._x - 3;
Symbol 398 MovieClip Frame 13
this._x = this._x - 3;
Symbol 398 MovieClip Frame 14
this._x = this._x - 3;
Symbol 398 MovieClip Frame 15
this._x = this._x - 3;
Symbol 398 MovieClip Frame 16
this._x = this._x - 3;
Symbol 398 MovieClip Frame 17
this._x = this._x - 3;
Symbol 398 MovieClip Frame 18
this._x = this._x - 3;
Symbol 398 MovieClip Frame 19
this._x = this._x - 3;
Symbol 398 MovieClip Frame 20
this._x = this._x - 3;
Symbol 398 MovieClip Frame 21
this._x = this._x - 3;
Symbol 398 MovieClip Frame 22
this._x = this._x - 3;
Symbol 398 MovieClip Frame 23
this._x = this._x - 3;
Symbol 398 MovieClip Frame 24
this._x = this._x - 3;
Symbol 398 MovieClip Frame 25
this._x = this._x - 3;
Symbol 398 MovieClip Frame 26
this._x = this._x - 3;
Symbol 398 MovieClip Frame 27
this._x = this._x - 3;
Symbol 398 MovieClip Frame 28
this._x = this._x - 3;
Symbol 398 MovieClip Frame 29
this._x = this._x - 3;
Symbol 398 MovieClip Frame 30
this._x = this._x - 3;
Symbol 398 MovieClip Frame 31
this._x = this._x - 3;
Symbol 398 MovieClip Frame 32
this._x = this._x - 3;
Symbol 398 MovieClip Frame 33
this._x = this._x - 3;
Symbol 398 MovieClip Frame 34
this._x = this._x - 3;
Symbol 398 MovieClip Frame 35
this._x = this._x - 3;
Symbol 398 MovieClip Frame 36
this._x = this._x - 3;
Symbol 398 MovieClip Frame 37
this._x = this._x - 3;
Symbol 398 MovieClip Frame 38
this._x = this._x - 3;
Symbol 398 MovieClip Frame 39
this._x = this._x - 3;
Symbol 398 MovieClip Frame 40
this._x = this._x - 3;
Symbol 398 MovieClip Frame 41
this._x = this._x - 3;
Symbol 398 MovieClip Frame 42
this._x = this._x - 3;
Symbol 398 MovieClip Frame 43
this._x = this._x - 3;
Symbol 398 MovieClip Frame 44
this._x = this._x - 3;
Symbol 398 MovieClip Frame 45
this._x = this._x - 3;
Symbol 398 MovieClip Frame 46
this._x = this._x - 3;
Symbol 398 MovieClip Frame 47
this._x = this._x - 3;
Symbol 398 MovieClip Frame 48
this._x = this._x - 1;
Symbol 398 MovieClip Frame 49
this._x = this._x - 1;
Symbol 398 MovieClip Frame 50
this._x = this._x - 1;
Symbol 398 MovieClip Frame 51
this._x = this._x - 1;
Symbol 398 MovieClip Frame 52
this._x = this._x - 1;
Symbol 398 MovieClip Frame 74
var scale = (this._xscale / 100); var depth = _root.getNextHighestDepth(); var BulletClip = _root.attachMovie("bullete", "bullet1" + depth, depth); BulletClip._y = this._y - 4; BulletClip._x = this._x - 35; BulletClip.speed = -15; BulletClip.onEnterFrame = function () { this._x = this._x + this.speed; this._y = this._y + this.speed2; if (this._x > 550) { this.removeMovieClip(); } if (this._x < 0) { this.removeMovieClip(); } };
Symbol 398 MovieClip Frame 107
var scale = (this._xscale / 100); var depth = _root.getNextHighestDepth(); var BulletClip = _root.attachMovie("bullete", "bullet1" + depth, depth); BulletClip._y = this._y - 4; BulletClip._x = this._x + 35; BulletClip.speed = 15; BulletClip.onEnterFrame = function () { this._x = this._x + this.speed; this._y = this._y + this.speed2; if (this._x > 550) { this.removeMovieClip(); } if (this._x < 0) { this.removeMovieClip(); } };
Symbol 398 MovieClip Frame 140
gotoAndPlay (71);

Library Items

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

Instance Names

"player"Frame 2Symbol 167 MovieClip
"ground1"Frame 2Symbol 169 MovieClip
"enemy1"Frame 2Symbol 194 MovieClip
"enemy2"Frame 2Symbol 201 MovieClip
"shield"Frame 2Symbol 203 MovieClip
"enemy3"Frame 2Symbol 218 MovieClip
"jeep1"Frame 2Symbol 234 MovieClip
"shield"Frame 3Symbol 238 MovieClip
"player"Frame 5Symbol 167 MovieClip
"ground1"Frame 5Symbol 169 MovieClip
"enemy1"Frame 5Symbol 194 MovieClip
"enemy2"Frame 5Symbol 201 MovieClip
"shield"Frame 5Symbol 203 MovieClip
"enemy3"Frame 5Symbol 218 MovieClip
"enemy4"Frame 5Symbol 201 MovieClip
"shield"Frame 6Symbol 238 MovieClip
"ground1"Frame 8Symbol 169 MovieClip
"enemy1"Frame 8Symbol 194 MovieClip
"enemy2"Frame 8Symbol 201 MovieClip
"enemy3"Frame 8Symbol 218 MovieClip
"player"Frame 8Symbol 167 MovieClip
"shield"Frame 8Symbol 203 MovieClip
"enemy4"Frame 8Symbol 218 MovieClip
"shield"Frame 9Symbol 238 MovieClip
"ground1"Frame 11Symbol 169 MovieClip
"enemy1"Frame 11Symbol 194 MovieClip
"enemy2"Frame 11Symbol 201 MovieClip
"enemy3"Frame 11Symbol 218 MovieClip
"player"Frame 11Symbol 167 MovieClip
"shield"Frame 11Symbol 203 MovieClip
"enemy4"Frame 11Symbol 218 MovieClip
"shield"Frame 12Symbol 238 MovieClip
"ground1"Frame 14Symbol 169 MovieClip
"player"Frame 14Symbol 167 MovieClip
"shield"Frame 14Symbol 203 MovieClip
"ground2"Frame 14Symbol 169 MovieClip
"ground3"Frame 14Symbol 169 MovieClip
"ground4"Frame 14Symbol 169 MovieClip
"ground5"Frame 14Symbol 169 MovieClip
"ground6"Frame 14Symbol 169 MovieClip
"ground7"Frame 14Symbol 169 MovieClip
"boss"Frame 14Symbol 280 MovieClip
"shield"Frame 15Symbol 238 MovieClip
"player"Frame 19Symbol 167 MovieClip
"shield"Frame 19Symbol 203 MovieClip
"ground1"Frame 19Symbol 169 MovieClip
"enemy1"Frame 19Symbol 331 MovieClip
"enemy2"Frame 19Symbol 331 MovieClip
"enemy3"Frame 19Symbol 337 MovieClip
"enemy4"Frame 19Symbol 353 MovieClip
"enemy5"Frame 19Symbol 353 MovieClip
"shield"Frame 20Symbol 238 MovieClip
"player"Frame 22Symbol 167 MovieClip
"shield"Frame 22Symbol 203 MovieClip
"ground1"Frame 22Symbol 169 MovieClip
"enemy1"Frame 22Symbol 373 MovieClip
"shield"Frame 23Symbol 238 MovieClip
"player"Frame 25Symbol 167 MovieClip
"shield"Frame 25Symbol 203 MovieClip
"ground1"Frame 25Symbol 169 MovieClip
"enemy2"Frame 25Symbol 331 MovieClip
"enemy1"Frame 25Symbol 331 MovieClip
"enemy3"Frame 25Symbol 331 MovieClip
"enemy5"Frame 25Symbol 353 MovieClip
"shield"Frame 26Symbol 238 MovieClip
"player"Frame 28Symbol 167 MovieClip
"shield"Frame 28Symbol 203 MovieClip
"ground1"Frame 28Symbol 169 MovieClip
"enemy2"Frame 28Symbol 331 MovieClip
"enemy5"Frame 28Symbol 373 MovieClip
"shield"Frame 29Symbol 238 MovieClip
"player"Frame 31Symbol 167 MovieClip
"shield"Frame 31Symbol 203 MovieClip
"ground1"Frame 31Symbol 169 MovieClip
"jboss"Frame 31Symbol 398 MovieClip
"shield"Frame 32Symbol 238 MovieClip

Special Tags

ExportAssets (56)Timeline Frame 1Symbol 2 as "bullet1"
ExportAssets (56)Timeline Frame 1Symbol 4 as "bullet2"
ExportAssets (56)Timeline Frame 1Symbol 6 as "bullet3"
ExportAssets (56)Timeline Frame 1Symbol 11 as "hit1"
ExportAssets (56)Timeline Frame 1Symbol 16 as "hit2"
ExportAssets (56)Timeline Frame 1Symbol 21 as "hit3"
ExportAssets (56)Timeline Frame 1Symbol 30 as "dead"
ExportAssets (56)Timeline Frame 1Symbol 34 as "missile"
ExportAssets (56)Timeline Frame 1Symbol 37 as "bullete"
ExportAssets (56)Timeline Frame 1Symbol 38 as "hittester"
ExportAssets (56)Timeline Frame 1Symbol 46 as "mdead"
ExportAssets (56)Timeline Frame 1Symbol 48 as "jhitmc"
ExportAssets (56)Timeline Frame 1Symbol 65 as "explosion"
ExportAssets (56)Timeline Frame 1Symbol 65 as "explosion"
ExportAssets (56)Timeline Frame 1Symbol 65 as "explosion"
ExportAssets (56)Timeline Frame 1Symbol 65 as "explosion"
ExportAssets (56)Timeline Frame 1Symbol 65 as "explosion"
ExportAssets (56)Timeline Frame 1Symbol 65 as "explosion"
ExportAssets (56)Timeline Frame 1Symbol 65 as "explosion"
ExportAssets (56)Timeline Frame 1Symbol 65 as "explosion"
ExportAssets (56)Timeline Frame 1Symbol 65 as "explosion"
ExportAssets (56)Timeline Frame 1Symbol 65 as "explosion"
ExportAssets (56)Timeline Frame 1Symbol 65 as "explosion"
ExportAssets (56)Timeline Frame 1Symbol 65 as "explosion"
ExportAssets (56)Timeline Frame 1Symbol 65 as "explosion"
ExportAssets (56)Timeline Frame 1Symbol 65 as "explosion"
ExportAssets (56)Timeline Frame 1Symbol 65 as "explosion"
ExportAssets (56)Timeline Frame 1Symbol 65 as "explosion"
ExportAssets (56)Timeline Frame 1Symbol 65 as "explosion"
ExportAssets (56)Timeline Frame 1Symbol 65 as "explosion"
ExportAssets (56)Timeline Frame 1Symbol 65 as "explosion"
ExportAssets (56)Timeline Frame 1Symbol 65 as "explosion"
ExportAssets (56)Timeline Frame 1Symbol 65 as "explosion"
ExportAssets (56)Timeline Frame 1Symbol 65 as "explosion"
ExportAssets (56)Timeline Frame 1Symbol 65 as "explosion"
ExportAssets (56)Timeline Frame 1Symbol 65 as "explosion"
ExportAssets (56)Timeline Frame 1Symbol 65 as "explosion"
ExportAssets (56)Timeline Frame 1Symbol 65 as "explosion"
ExportAssets (56)Timeline Frame 1Symbol 65 as "explosion"
ExportAssets (56)Timeline Frame 1Symbol 67 as "jdead"
ExportAssets (56)Timeline Frame 1Symbol 69 as "seeker"
ExportAssets (56)Timeline Frame 1Symbol 71 as "hitbmc"
ExportAssets (56)Timeline Frame 1Symbol 80 as "dead2"
ExportAssets (56)Timeline Frame 1Symbol 87 as "sdead"
ExportAssets (56)Timeline Frame 1Symbol 92 as "mindead"
ExportAssets (56)Timeline Frame 1Symbol 94 as "jbosshit"

Labels

"menu"Frame 1
"win"Frame 15
"dead"Frame 16
"hit"Symbol 2 MovieClip [bullet1] Frame 4
"hit"Symbol 4 MovieClip [bullet2] Frame 4
"hit"Symbol 6 MovieClip [bullet3] Frame 4
"hit"Symbol 34 MovieClip [missile] Frame 5
"hit"Symbol 37 MovieClip [bullete] Frame 4
"hit"Symbol 69 MovieClip [seeker] Frame 4
"dead"Symbol 194 MovieClip Frame 133
"dead"Symbol 201 MovieClip Frame 133
"1"Symbol 203 MovieClip Frame 1
"2"Symbol 203 MovieClip Frame 2
"dead"Symbol 218 MovieClip Frame 65
"dead"Symbol 234 MovieClip Frame 78
"dead"Symbol 280 MovieClip Frame 2
"dead"Symbol 331 MovieClip Frame 92
"dead"Symbol 337 MovieClip Frame 89
"dead"Symbol 353 MovieClip Frame 65
"dead"Symbol 373 MovieClip Frame 104

Dynamic Text Variables

hpSymbol 219 EditableText""
hpSymbol 240 EditableText""
hpSymbol 241 EditableText""
hpSymbol 242 EditableText""
hpSymbol 245 EditableText""
hpSymbol 306 EditableText""
hpSymbol 356 EditableText""
hpSymbol 374 EditableText""
hpSymbol 375 EditableText""
hpSymbol 376 EditableText""




http://swfchan.com/6/28131/info.shtml
Created: 20/5 -2019 16:27:23 Last modified: 20/5 -2019 16:27:23 Server time: 11/05 -2024 14:55:43