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

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

Halo 2 arcade.swf

This is the info page for
Flash #37567

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


Text
p l a y

p l a y

i n s t r u c t i o n s

i n s t r u c t i o n s

a r c a d e

"Z" button - attack

"SPACE" button - jump

arrows - move

ENTER - interact (disarm bomb

Find and disarm the bomb (ENTER - disarm)

I unarmed it, just in time too

What are you doing?

Giving the covenant back their bomb

100

/17

Kill all parasites and find the Heretic

Sgt. Johnson: We're gonna take out the scarab, Hang on!

Delta Halo

Cortana: We killed regret, the place is going to
blow, get out of here chief

Halo 2 arcade
all characters, weapons, objects, basically everything
belongs to bungie
Sprites from  -Rayg (innerrayg@gmail.com)
-Me (note the exquisite covenant bomb
and mysterious covenant box devices
that pop up everywhere in halo, the
exceptionally well done flood/marines
walking and other noteable artwork
Everything else- me , fletcher mchugh
sorry for the shortness

"It's Sergeant Johnson's time to shine"

ActionScript [AS1/AS2]

Frame 1
stop();
Frame 2
stop();
Frame 4
stop();
Instance of Symbol 53 MovieClip "bg" in Frame 4
onClipEvent (enterFrame) { if (Key.isDown(39)) { this._x = this._x - 15; } if (Key.isDown(37)) { this._x = this._x + 15; } }
Instance of Symbol 77 MovieClip in Frame 4
onClipEvent (enterFrame) { if ((this.hitTest(_root.MC.body) && (this._currentframe > 2)) && (this._currentframe < 4)) { _root.health.nextFrame(); } if ((this.hitTest(_root.MC) && (_root.MC._currentframe < 3)) && (this._currentframe < 4)) { this.gotoAndStop(3); } if (this.hitTest(_root.MC) && (_root.MC._currentframe > 2)) { this.gotoAndStop(4); } if (this.die._currentframe > 1) { this.gotoAndStop(4); } if (this.die._currentframe > 9) { unloadMovie (this); } } onClipEvent (enterFrame) { if (Key.isDown(39)) { this._x = this._x - 15; } if (Key.isDown(37)) { this._x = this._x + 15; } } onClipEvent (load) { gravity = 10; scale = _xscale; walkSpeed = 2; maxjump = 6; } onClipEvent (enterFrame) { if (air == true) { _y = (_y + gravity); } if (!_root.bg.platforms.hitTest(_x, _y, true)) { air = true; } if (_root.bg.platforms.hitTest(_x, _y, true)) { _y = (_y - gravity); jumpcount = 0; air = false; } else { air = true; } }
Instance of Symbol 81 MovieClip in Frame 4
onClipEvent (enterFrame) { if ((this.left.hitTest(_root.MC.body) && (_root.MC._currentframe > 1)) && (_root.MC._currentframe < 3)) { this._x = this._x + 15; } if ((this.right.hitTest(_root.MC.body) && (_root.MC._currentframe > 1)) && (_root.MC._currentframe < 3)) { this._x = this._x - 15; } if (this.up.hitTest(_root.MC.body)) { _root.MC._y = _root.MC._y - 10; _root.MC.jumpcount = 0; } } onClipEvent (load) { gravity = 10; scale = _xscale; walkSpeed = 2; maxjump = 6; } onClipEvent (enterFrame) { if (air == true) { _y = (_y + gravity); } if (!_root.bg.platforms.hitTest(_x, _y, true)) { air = true; } if (_root.bg.platforms.hitTest(_x, _y, true)) { _y = (_y - gravity); jumpcount = 0; air = false; } else { air = true; } } onClipEvent (enterFrame) { if (Key.isDown(39)) { this._x = this._x - 15; } if (Key.isDown(37)) { this._x = this._x + 15; } }
Instance of Symbol 81 MovieClip in Frame 4
onClipEvent (enterFrame) { if ((this.left.hitTest(_root.MC.body) && (_root.MC._currentframe > 1)) && (_root.MC._currentframe < 3)) { this._x = this._x + 15; } if ((this.right.hitTest(_root.MC.body) && (_root.MC._currentframe > 1)) && (_root.MC._currentframe < 3)) { this._x = this._x - 15; } if (this.up.hitTest(_root.MC.body)) { _root.MC._y = _root.MC._y - 10; _root.MC.jumpcount = 0; } } onClipEvent (load) { gravity = 10; scale = _xscale; walkSpeed = 2; maxjump = 6; } onClipEvent (enterFrame) { if (air == true) { _y = (_y + gravity); } if (!_root.bg.platforms.hitTest(_x, _y, true)) { air = true; } if (_root.bg.platforms.hitTest(_x, _y, true)) { _y = (_y - gravity); jumpcount = 0; air = false; } else { air = true; } } onClipEvent (enterFrame) { if (Key.isDown(39)) { this._x = this._x - 15; } if (Key.isDown(37)) { this._x = this._x + 15; } }
Instance of Symbol 83 MovieClip in Frame 4
onClipEvent (enterFrame) { if ((this.left.hitTest(_root.MC.body) && (_root.MC._currentframe > 1)) && (_root.MC._currentframe < 3)) { this._x = this._x + 15; } if ((this.right.hitTest(_root.MC.body) && (_root.MC._currentframe > 1)) && (_root.MC._currentframe < 3)) { this._x = this._x - 15; } if (this.up.hitTest(_root.MC.body)) { _root.MC._y = _root.MC._y - 10; _root.MC.jumpcount = 0; } } onClipEvent (load) { gravity = 10; scale = _xscale; walkSpeed = 2; maxjump = 6; } onClipEvent (enterFrame) { if (air == true) { _y = (_y + gravity); } if (!_root.bg.platforms.hitTest(_x, _y, true)) { air = true; } if (_root.bg.platforms.hitTest(_x, _y, true)) { _y = (_y - gravity); jumpcount = 0; air = false; } else { air = true; } } onClipEvent (enterFrame) { if (Key.isDown(39)) { this._x = this._x - 15; } if (Key.isDown(37)) { this._x = this._x + 15; } }
Instance of Symbol 83 MovieClip in Frame 4
onClipEvent (enterFrame) { if ((this.left.hitTest(_root.MC.body) && (_root.MC._currentframe > 1)) && (_root.MC._currentframe < 3)) { this._x = this._x + 15; } if ((this.right.hitTest(_root.MC.body) && (_root.MC._currentframe > 1)) && (_root.MC._currentframe < 3)) { this._x = this._x - 15; } if (this.up.hitTest(_root.MC.body)) { _root.MC._y = _root.MC._y - 10; _root.MC.jumpcount = 0; } } onClipEvent (load) { gravity = 10; scale = _xscale; walkSpeed = 2; maxjump = 6; } onClipEvent (enterFrame) { if (air == true) { _y = (_y + gravity); } if (!_root.bg.platforms.hitTest(_x, _y, true)) { air = true; } if (_root.bg.platforms.hitTest(_x, _y, true)) { _y = (_y - gravity); jumpcount = 0; air = false; } else { air = true; } } onClipEvent (enterFrame) { if (Key.isDown(39)) { this._x = this._x - 15; } if (Key.isDown(37)) { this._x = this._x + 15; } }
Instance of Symbol 77 MovieClip in Frame 4
onClipEvent (enterFrame) { if ((this.hitTest(_root.MC.body) && (this._currentframe > 2)) && (this._currentframe < 4)) { _root.health.nextFrame(); } if ((this.hitTest(_root.MC) && (_root.MC._currentframe < 3)) && (this._currentframe < 4)) { this.gotoAndStop(3); } if (this.hitTest(_root.MC) && (_root.MC._currentframe > 2)) { this.gotoAndStop(4); } if (this.die._currentframe > 1) { this.gotoAndStop(4); } if (this.die._currentframe > 9) { unloadMovie (this); } } onClipEvent (enterFrame) { if (Key.isDown(39)) { this._x = this._x - 15; } if (Key.isDown(37)) { this._x = this._x + 15; } } onClipEvent (load) { gravity = 10; scale = _xscale; walkSpeed = 2; maxjump = 6; } onClipEvent (enterFrame) { if (air == true) { _y = (_y + gravity); } if (!_root.bg.platforms.hitTest(_x, _y, true)) { air = true; } if (_root.bg.platforms.hitTest(_x, _y, true)) { _y = (_y - gravity); jumpcount = 0; air = false; } else { air = true; } }
Instance of Symbol 77 MovieClip in Frame 4
onClipEvent (enterFrame) { if ((this.hitTest(_root.MC.body) && (this._currentframe > 2)) && (this._currentframe < 4)) { _root.health.nextFrame(); } if ((this.hitTest(_root.MC) && (_root.MC._currentframe < 3)) && (this._currentframe < 4)) { this.gotoAndStop(3); } if (this.hitTest(_root.MC) && (_root.MC._currentframe > 2)) { this.gotoAndStop(4); } if (this.die._currentframe > 1) { this.gotoAndStop(4); } if (this.die._currentframe > 9) { unloadMovie (this); } } onClipEvent (enterFrame) { if (Key.isDown(39)) { this._x = this._x - 15; } if (Key.isDown(37)) { this._x = this._x + 15; } } onClipEvent (load) { gravity = 10; scale = _xscale; walkSpeed = 2; maxjump = 6; } onClipEvent (enterFrame) { if (air == true) { _y = (_y + gravity); } if (!_root.bg.platforms.hitTest(_x, _y, true)) { air = true; } if (_root.bg.platforms.hitTest(_x, _y, true)) { _y = (_y - gravity); jumpcount = 0; air = false; } else { air = true; } }
Instance of Symbol 108 MovieClip in Frame 4
onClipEvent (enterFrame) { if ((this.hitTest(_root.MC.body) && (this._currentframe > 2)) && (this._currentframe < 4)) { _root.health.nextFrame(); } if ((this.hitTest(_root.MC) && (_root.MC._currentframe < 3)) && (this._currentframe < 4)) { this.gotoAndStop(3); } if ((this.hitTest(_root.MC) && (_root.MC._currentframe > 2)) && (this.shoot._currentframe < 13)) { this.gotoAndStop(4); } if (this.die._currentframe > 1) { this.gotoAndStop(4); } if (this.die._currentframe > 9) { unloadMovie (this); } } onClipEvent (enterFrame) { if (Key.isDown(39)) { this._x = this._x - 15; } if (Key.isDown(37)) { this._x = this._x + 15; } } onClipEvent (load) { gravity = 10; scale = _xscale; walkSpeed = 2; maxjump = 6; } onClipEvent (enterFrame) { if (air == true) { _y = (_y + gravity); } if (!_root.bg.platforms.hitTest(_x, _y, true)) { air = true; } if (_root.bg.platforms.hitTest(_x, _y, true)) { _y = (_y - gravity); jumpcount = 0; air = false; } else { air = true; } }
Instance of Symbol 77 MovieClip in Frame 4
onClipEvent (enterFrame) { if ((this.hitTest(_root.MC.body) && (this._currentframe > 2)) && (this._currentframe < 4)) { _root.health.nextFrame(); } if ((this.hitTest(_root.MC) && (_root.MC._currentframe < 3)) && (this._currentframe < 4)) { this.gotoAndStop(3); } if (this.hitTest(_root.MC) && (_root.MC._currentframe > 2)) { this.gotoAndStop(4); } if (this.die._currentframe > 1) { this.gotoAndStop(4); } if (this.die._currentframe > 9) { unloadMovie (this); } } onClipEvent (enterFrame) { if (Key.isDown(39)) { this._x = this._x - 15; } if (Key.isDown(37)) { this._x = this._x + 15; } } onClipEvent (load) { gravity = 10; scale = _xscale; walkSpeed = 2; maxjump = 6; } onClipEvent (enterFrame) { if (air == true) { _y = (_y + gravity); } if (!_root.bg.platforms.hitTest(_x, _y, true)) { air = true; } if (_root.bg.platforms.hitTest(_x, _y, true)) { _y = (_y - gravity); jumpcount = 0; air = false; } else { air = true; } }
Instance of Symbol 147 MovieClip "MC" in Frame 4
onClipEvent (load) { gravity = 10; scale = _xscale; walkSpeed = 2; maxjump = 4; } onClipEvent (enterFrame) { if (air == true) { _y = (_y + gravity); } if (!_root.bg.platforms.hitTest(_x, _y, true)) { air = true; } if (_root.bg.platforms.hitTest(_x, _y, true)) { _y = (_y - gravity); jumpcount = 0; air = false; } else { air = true; } if (air == false) { jump = true; jumpcount = 0; jumpSpeed = 22; } if (Key.isDown(32) && (jump == true)) { _y = (_y - jumpSpeed); } if (Key.isDown(32)) { jumpcount = jumpcount + 1; } if ((jumpcount > maxjump) && (jumpSpeed > -2)) { jumpSpeed = jumpSpeed - 2; } if (Key.isDown(90) && (rifle == true)) { this.gotoAndStop(3); } if (Key.isDown(90) && (snipe == true)) { this.gotoAndStop(5); } if (Key.isDown(37)) { this.gotoAndStop(2); _xscale = (-scale); } if (Key.isDown(39)) { this.gotoAndStop(2); _xscale = scale; } if ((((((jumpcount < 1) && (!Key.isDown(39))) && (!Key.isDown(37))) && (!Key.isDown(17))) && (!Key.isDown(90))) && (!Key.isDown(32))) { this.gotoAndStop(1); } }
Instance of Symbol 175 MovieClip in Frame 4
onClipEvent (enterFrame) { if ((this.hitTest(_root.MC.body) && (this._currentframe > 2)) && (this._currentframe < 4)) { _root.health.nextFrame(); } if ((this.hitTest(_root.MC) && (_root.MC._currentframe < 3)) && (this._currentframe < 4)) { this.gotoAndStop(3); } if (this.hitTest(_root.MC) && (_root.MC._currentframe > 2)) { this.gotoAndStop(4); } if (this.die._currentframe > 1) { this.gotoAndStop(4); } if (this.die._currentframe > 9) { unloadMovie (this); } } onClipEvent (enterFrame) { if (Key.isDown(39)) { this._x = this._x - 15; } if (Key.isDown(37)) { this._x = this._x + 15; } } onClipEvent (load) { gravity = 10; scale = _xscale; walkSpeed = 2; maxjump = 6; } onClipEvent (enterFrame) { if (air == true) { _y = (_y + gravity); } if (!_root.bg.platforms.hitTest(_x, _y, true)) { air = true; } if (_root.bg.platforms.hitTest(_x, _y, true)) { _y = (_y - gravity); jumpcount = 0; air = false; } else { air = true; } }
Instance of Symbol 175 MovieClip in Frame 4
onClipEvent (enterFrame) { if ((this.hitTest(_root.MC.body) && (this._currentframe > 2)) && (this._currentframe < 4)) { _root.health.nextFrame(); } if ((this.hitTest(_root.MC) && (_root.MC._currentframe < 3)) && (this._currentframe < 4)) { this.gotoAndStop(3); } if (this.hitTest(_root.MC) && (_root.MC._currentframe > 2)) { this.gotoAndStop(4); } if (this.die._currentframe > 1) { this.gotoAndStop(4); } if (this.die._currentframe > 9) { unloadMovie (this); } } onClipEvent (enterFrame) { if (Key.isDown(39)) { this._x = this._x - 15; } if (Key.isDown(37)) { this._x = this._x + 15; } } onClipEvent (load) { gravity = 10; scale = _xscale; walkSpeed = 2; maxjump = 6; } onClipEvent (enterFrame) { if (air == true) { _y = (_y + gravity); } if (!_root.bg.platforms.hitTest(_x, _y, true)) { air = true; } if (_root.bg.platforms.hitTest(_x, _y, true)) { _y = (_y - gravity); jumpcount = 0; air = false; } else { air = true; } }
Instance of Symbol 175 MovieClip in Frame 4
onClipEvent (enterFrame) { if ((this.hitTest(_root.MC.body) && (this._currentframe > 2)) && (this._currentframe < 4)) { _root.health.nextFrame(); } if ((this.hitTest(_root.MC) && (_root.MC._currentframe < 3)) && (this._currentframe < 4)) { this.gotoAndStop(3); } if (this.hitTest(_root.MC) && (_root.MC._currentframe > 2)) { this.gotoAndStop(4); } if (this.die._currentframe > 1) { this.gotoAndStop(4); } if (this.die._currentframe > 9) { unloadMovie (this); } } onClipEvent (enterFrame) { if (Key.isDown(39)) { this._x = this._x - 15; } if (Key.isDown(37)) { this._x = this._x + 15; } } onClipEvent (load) { gravity = 10; scale = _xscale; walkSpeed = 2; maxjump = 6; } onClipEvent (enterFrame) { if (air == true) { _y = (_y + gravity); } if (!_root.bg.platforms.hitTest(_x, _y, true)) { air = true; } if (_root.bg.platforms.hitTest(_x, _y, true)) { _y = (_y - gravity); jumpcount = 0; air = false; } else { air = true; } }
Instance of Symbol 175 MovieClip in Frame 4
onClipEvent (enterFrame) { if ((this.hitTest(_root.MC.body) && (this._currentframe > 2)) && (this._currentframe < 4)) { _root.health.nextFrame(); } if ((this.hitTest(_root.MC) && (_root.MC._currentframe < 3)) && (this._currentframe < 4)) { this.gotoAndStop(3); } if (this.hitTest(_root.MC) && (_root.MC._currentframe > 2)) { this.gotoAndStop(4); } if (this.die._currentframe > 1) { this.gotoAndStop(4); } if (this.die._currentframe > 9) { unloadMovie (this); } } onClipEvent (enterFrame) { if (Key.isDown(39)) { this._x = this._x - 15; } if (Key.isDown(37)) { this._x = this._x + 15; } } onClipEvent (load) { gravity = 10; scale = _xscale; walkSpeed = 2; maxjump = 6; } onClipEvent (enterFrame) { if (air == true) { _y = (_y + gravity); } if (!_root.bg.platforms.hitTest(_x, _y, true)) { air = true; } if (_root.bg.platforms.hitTest(_x, _y, true)) { _y = (_y - gravity); jumpcount = 0; air = false; } else { air = true; } }
Instance of Symbol 108 MovieClip in Frame 4
onClipEvent (enterFrame) { if ((this.hitTest(_root.MC.body) && (this._currentframe > 2)) && (this._currentframe < 4)) { _root.health.nextFrame(); } if ((this.hitTest(_root.MC) && (_root.MC._currentframe < 3)) && (this._currentframe < 4)) { this.gotoAndStop(3); } if ((this.hitTest(_root.MC) && (_root.MC._currentframe > 2)) && (this.shoot._currentframe < 13)) { this.gotoAndStop(4); } if (this.die._currentframe > 1) { this.gotoAndStop(4); } if (this.die._currentframe > 9) { unloadMovie (this); } } onClipEvent (enterFrame) { if (Key.isDown(39)) { this._x = this._x - 15; } if (Key.isDown(37)) { this._x = this._x + 15; } } onClipEvent (load) { gravity = 10; scale = _xscale; walkSpeed = 2; maxjump = 6; } onClipEvent (enterFrame) { if (air == true) { _y = (_y + gravity); } if (!_root.bg.platforms.hitTest(_x, _y, true)) { air = true; } if (_root.bg.platforms.hitTest(_x, _y, true)) { _y = (_y - gravity); jumpcount = 0; air = false; } else { air = true; } }
Instance of Symbol 108 MovieClip in Frame 4
onClipEvent (enterFrame) { if ((this.hitTest(_root.MC.body) && (this._currentframe > 2)) && (this._currentframe < 4)) { _root.health.nextFrame(); } if ((this.hitTest(_root.MC) && (_root.MC._currentframe < 3)) && (this._currentframe < 4)) { this.gotoAndStop(3); } if ((this.hitTest(_root.MC) && (_root.MC._currentframe > 2)) && (this.shoot._currentframe < 13)) { this.gotoAndStop(4); } if (this.die._currentframe > 1) { this.gotoAndStop(4); } if (this.die._currentframe > 9) { unloadMovie (this); } } onClipEvent (enterFrame) { if (Key.isDown(39)) { this._x = this._x - 15; } if (Key.isDown(37)) { this._x = this._x + 15; } } onClipEvent (load) { gravity = 10; scale = _xscale; walkSpeed = 2; maxjump = 6; } onClipEvent (enterFrame) { if (air == true) { _y = (_y + gravity); } if (!_root.bg.platforms.hitTest(_x, _y, true)) { air = true; } if (_root.bg.platforms.hitTest(_x, _y, true)) { _y = (_y - gravity); jumpcount = 0; air = false; } else { air = true; } }
Instance of Symbol 108 MovieClip in Frame 4
onClipEvent (enterFrame) { if ((this.hitTest(_root.MC.body) && (this._currentframe > 2)) && (this._currentframe < 4)) { _root.health.nextFrame(); } if ((this.hitTest(_root.MC) && (_root.MC._currentframe < 3)) && (this._currentframe < 4)) { this.gotoAndStop(3); } if ((this.hitTest(_root.MC) && (_root.MC._currentframe > 2)) && (this.shoot._currentframe < 13)) { this.gotoAndStop(4); } if (this.die._currentframe > 1) { this.gotoAndStop(4); } if (this.die._currentframe > 9) { unloadMovie (this); } } onClipEvent (enterFrame) { if (Key.isDown(39)) { this._x = this._x - 15; } if (Key.isDown(37)) { this._x = this._x + 15; } } onClipEvent (load) { gravity = 10; scale = _xscale; walkSpeed = 2; maxjump = 6; } onClipEvent (enterFrame) { if (air == true) { _y = (_y + gravity); } if (!_root.bg.platforms.hitTest(_x, _y, true)) { air = true; } if (_root.bg.platforms.hitTest(_x, _y, true)) { _y = (_y - gravity); jumpcount = 0; air = false; } else { air = true; } }
Instance of Symbol 108 MovieClip in Frame 4
onClipEvent (enterFrame) { if ((this.hitTest(_root.MC.body) && (this._currentframe > 2)) && (this._currentframe < 4)) { _root.health.nextFrame(); } if ((this.hitTest(_root.MC) && (_root.MC._currentframe < 3)) && (this._currentframe < 4)) { this.gotoAndStop(3); } if ((this.hitTest(_root.MC) && (_root.MC._currentframe > 2)) && (this.shoot._currentframe < 13)) { this.gotoAndStop(4); } if (this.die._currentframe > 1) { this.gotoAndStop(4); } if (this.die._currentframe > 9) { unloadMovie (this); } } onClipEvent (enterFrame) { if (Key.isDown(39)) { this._x = this._x - 15; } if (Key.isDown(37)) { this._x = this._x + 15; } } onClipEvent (load) { gravity = 10; scale = _xscale; walkSpeed = 2; maxjump = 6; } onClipEvent (enterFrame) { if (air == true) { _y = (_y + gravity); } if (!_root.bg.platforms.hitTest(_x, _y, true)) { air = true; } if (_root.bg.platforms.hitTest(_x, _y, true)) { _y = (_y - gravity); jumpcount = 0; air = false; } else { air = true; } }
Instance of Symbol 108 MovieClip in Frame 4
onClipEvent (enterFrame) { if ((this.hitTest(_root.MC.body) && (this._currentframe > 2)) && (this._currentframe < 4)) { _root.health.nextFrame(); } if ((this.hitTest(_root.MC) && (_root.MC._currentframe < 3)) && (this._currentframe < 4)) { this.gotoAndStop(3); } if ((this.hitTest(_root.MC) && (_root.MC._currentframe > 2)) && (this.shoot._currentframe < 13)) { this.gotoAndStop(4); } if (this.die._currentframe > 1) { this.gotoAndStop(4); } if (this.die._currentframe > 9) { unloadMovie (this); } } onClipEvent (enterFrame) { if (Key.isDown(39)) { this._x = this._x - 15; } if (Key.isDown(37)) { this._x = this._x + 15; } } onClipEvent (load) { gravity = 10; scale = _xscale; walkSpeed = 2; maxjump = 6; } onClipEvent (enterFrame) { if (air == true) { _y = (_y + gravity); } if (!_root.bg.platforms.hitTest(_x, _y, true)) { air = true; } if (_root.bg.platforms.hitTest(_x, _y, true)) { _y = (_y - gravity); jumpcount = 0; air = false; } else { air = true; } }
Instance of Symbol 77 MovieClip in Frame 4
onClipEvent (enterFrame) { if ((this.hitTest(_root.MC.body) && (this._currentframe > 2)) && (this._currentframe < 4)) { _root.health.nextFrame(); } if ((this.hitTest(_root.MC) && (_root.MC._currentframe < 3)) && (this._currentframe < 4)) { this.gotoAndStop(3); } if (this.hitTest(_root.MC) && (_root.MC._currentframe > 2)) { this.gotoAndStop(4); } if (this.die._currentframe > 1) { this.gotoAndStop(4); } if (this.die._currentframe > 9) { unloadMovie (this); } } onClipEvent (enterFrame) { if (Key.isDown(39)) { this._x = this._x - 15; } if (Key.isDown(37)) { this._x = this._x + 15; } } onClipEvent (load) { gravity = 10; scale = _xscale; walkSpeed = 2; maxjump = 6; } onClipEvent (enterFrame) { if (air == true) { _y = (_y + gravity); } if (!_root.bg.platforms.hitTest(_x, _y, true)) { air = true; } if (_root.bg.platforms.hitTest(_x, _y, true)) { _y = (_y - gravity); jumpcount = 0; air = false; } else { air = true; } }
Instance of Symbol 77 MovieClip in Frame 4
onClipEvent (enterFrame) { if ((this.hitTest(_root.MC.body) && (this._currentframe > 2)) && (this._currentframe < 4)) { _root.health.nextFrame(); } if ((this.hitTest(_root.MC) && (_root.MC._currentframe < 3)) && (this._currentframe < 4)) { this.gotoAndStop(3); } if (this.hitTest(_root.MC) && (_root.MC._currentframe > 2)) { this.gotoAndStop(4); } if (this.die._currentframe > 1) { this.gotoAndStop(4); } if (this.die._currentframe > 9) { unloadMovie (this); } } onClipEvent (enterFrame) { if (Key.isDown(39)) { this._x = this._x - 15; } if (Key.isDown(37)) { this._x = this._x + 15; } } onClipEvent (load) { gravity = 10; scale = _xscale; walkSpeed = 2; maxjump = 6; } onClipEvent (enterFrame) { if (air == true) { _y = (_y + gravity); } if (!_root.bg.platforms.hitTest(_x, _y, true)) { air = true; } if (_root.bg.platforms.hitTest(_x, _y, true)) { _y = (_y - gravity); jumpcount = 0; air = false; } else { air = true; } }
Instance of Symbol 175 MovieClip in Frame 4
onClipEvent (enterFrame) { if ((this.hitTest(_root.MC.body) && (this._currentframe > 2)) && (this._currentframe < 4)) { _root.health.nextFrame(); } if ((this.hitTest(_root.MC) && (_root.MC._currentframe < 3)) && (this._currentframe < 4)) { this.gotoAndStop(3); } if (this.hitTest(_root.MC) && (_root.MC._currentframe > 2)) { this.gotoAndStop(4); } if (this.die._currentframe > 1) { this.gotoAndStop(4); } if (this.die._currentframe > 9) { unloadMovie (this); } } onClipEvent (enterFrame) { if (Key.isDown(39)) { this._x = this._x - 15; } if (Key.isDown(37)) { this._x = this._x + 15; } } onClipEvent (load) { gravity = 10; scale = _xscale; walkSpeed = 2; maxjump = 6; } onClipEvent (enterFrame) { if (air == true) { _y = (_y + gravity); } if (!_root.bg.platforms.hitTest(_x, _y, true)) { air = true; } if (_root.bg.platforms.hitTest(_x, _y, true)) { _y = (_y - gravity); jumpcount = 0; air = false; } else { air = true; } }
Instance of Symbol 177 MovieClip in Frame 4
onClipEvent (enterFrame) { if (this.hitTest(_root.MC.body)) { _root.bg._y = _root.bg._y - 10; _root.death._y = _root.death._y - 10; _root.MC._y = _root.MC._y - 8; } }
Instance of Symbol 177 MovieClip in Frame 4
onClipEvent (enterFrame) { if (this.hitTest(_root.MC.body)) { _root.bg._y = _root.bg._y + 10; _root.death._y = _root.death._y + 10; } }
Instance of Symbol 210 MovieClip "health" in Frame 4
onClipEvent (enterFrame) { if (this._currentframe < 2) { heal = 0; } if (this._currentframe > 2) { heal = heal + 2; } if (heal > 40) { heal = 0; this.prevFrame(); } }
Frame 5
stop();
Frame 6
kills = 0; stop();
Instance of Symbol 267 MovieClip "bg" in Frame 6
onClipEvent (enterFrame) { if (Key.isDown(39)) { this._x = this._x - 15; } if (Key.isDown(37)) { this._x = this._x + 15; } }
Instance of Symbol 283 MovieClip in Frame 6
onClipEvent (load) { gravity = 12; scale = _xscale; walkSpeed = 2; walk = 0; maxjump = 6; scale = _xscale; } onClipEvent (enterFrame) { if (air == true) { _y = (_y + gravity); } if (this.hitTest(_root.arbiter.body)) { _root.health.nextFrame(); } if (!_root.bg.platforms.hitTest(_x, _y, true)) { air = true; } if (_root.bg.platforms.hitTest(_x, _y, true)) { _y = (_y - gravity); jumpcount = 0; air = false; } else { air = true; } } onClipEvent (enterFrame) { if (Key.isDown(39)) { this._x = this._x - 15; } if (Key.isDown(37)) { this._x = this._x + 15; } if (this.hitTest(_root.arbiter) && (_root.arbiter.attack._currentframe > 7)) { this.die.play(); } if (this.die._currentframe > 4) { unloadMovie (this); } } onClipEvent (enterFrame) { if (walk > 100) { this._x = this._x + 7; this._xscale = scale; } if (walk < 100) { this._x = this._x - 7; this._xscale = -scale; } if (walk > 200) { walk = 0; } if ((maxjump = 6)) { walk = walk + 2; } }
Instance of Symbol 283 MovieClip in Frame 6
onClipEvent (load) { gravity = 12; scale = _xscale; walkSpeed = 2; walk = 0; maxjump = 6; scale = _xscale; } onClipEvent (enterFrame) { if (air == true) { _y = (_y + gravity); } if (this.hitTest(_root.arbiter.body)) { _root.health.nextFrame(); } if (!_root.bg.platforms.hitTest(_x, _y, true)) { air = true; } if (_root.bg.platforms.hitTest(_x, _y, true)) { _y = (_y - gravity); jumpcount = 0; air = false; } else { air = true; } } onClipEvent (enterFrame) { if (Key.isDown(39)) { this._x = this._x - 15; } if (Key.isDown(37)) { this._x = this._x + 15; } if (this.hitTest(_root.arbiter) && (_root.arbiter.attack._currentframe > 7)) { this.die.play(); } if (this.die._currentframe > 4) { unloadMovie (this); } } onClipEvent (enterFrame) { if (walk > 50) { this._x = this._x + 7; this._xscale = scale; } if (walk < 50) { this._x = this._x - 7; this._xscale = -scale; } if (walk > 100) { walk = 0; } if ((maxjump = 6)) { walk = walk + 2; } }
Instance of Symbol 283 MovieClip in Frame 6
onClipEvent (load) { gravity = 12; scale = _xscale; walkSpeed = 2; walk = 0; maxjump = 6; scale = _xscale; } onClipEvent (enterFrame) { if (air == true) { _y = (_y + gravity); } if (this.hitTest(_root.arbiter.body)) { _root.health.nextFrame(); } if (!_root.bg.platforms.hitTest(_x, _y, true)) { air = true; } if (_root.bg.platforms.hitTest(_x, _y, true)) { _y = (_y - gravity); jumpcount = 0; air = false; } else { air = true; } } onClipEvent (enterFrame) { if (Key.isDown(39)) { this._x = this._x - 15; } if (Key.isDown(37)) { this._x = this._x + 15; } if (this.hitTest(_root.arbiter) && (_root.arbiter.attack._currentframe > 7)) { this.die.play(); } if (this.die._currentframe > 4) { unloadMovie (this); } } onClipEvent (enterFrame) { if (walk > 50) { this._x = this._x + 7; this._xscale = scale; } if (walk < 50) { this._x = this._x - 7; this._xscale = -scale; } if (walk > 100) { walk = 0; } if ((maxjump = 6)) { walk = walk + 2; } }
Instance of Symbol 283 MovieClip in Frame 6
onClipEvent (load) { gravity = 12; scale = _xscale; walkSpeed = 2; walk = 0; maxjump = 6; scale = _xscale; } onClipEvent (enterFrame) { if (air == true) { _y = (_y + gravity); } if (this.hitTest(_root.arbiter.body)) { _root.health.nextFrame(); } if (!_root.bg.platforms.hitTest(_x, _y, true)) { air = true; } if (_root.bg.platforms.hitTest(_x, _y, true)) { _y = (_y - gravity); jumpcount = 0; air = false; } else { air = true; } } onClipEvent (enterFrame) { if (Key.isDown(39)) { this._x = this._x - 15; } if (Key.isDown(37)) { this._x = this._x + 15; } if (this.hitTest(_root.arbiter) && (_root.arbiter.attack._currentframe > 7)) { this.die.play(); } if (this.die._currentframe > 4) { unloadMovie (this); } } onClipEvent (enterFrame) { if (walk > 50) { this._x = this._x + 7; this._xscale = scale; } if (walk < 50) { this._x = this._x - 7; this._xscale = -scale; } if (walk > 100) { walk = 0; } if ((maxjump = 6)) { walk = walk + 2; } }
Instance of Symbol 283 MovieClip in Frame 6
onClipEvent (load) { gravity = 12; scale = _xscale; walkSpeed = 2; walk = 0; maxjump = 6; scale = _xscale; } onClipEvent (enterFrame) { if (air == true) { _y = (_y + gravity); } if (!_root.bg.platforms.hitTest(_x, _y, true)) { air = true; } if (_root.bg.platforms.hitTest(_x, _y, true)) { _y = (_y - gravity); jumpcount = 0; air = false; } else { air = true; } } onClipEvent (enterFrame) { if (Key.isDown(39)) { this._x = this._x - 15; } if (Key.isDown(37)) { this._x = this._x + 15; } if (this.hitTest(_root.arbiter) && (_root.arbiter.attack._currentframe > 7)) { this.die.play(); } if (this.die._currentframe > 4) { unloadMovie (this); } if (this.hitTest(_root.arbiter.body)) { _root.health.nextFrame(); } } onClipEvent (enterFrame) { if (walk > 50) { this._x = this._x + 7; this._xscale = scale; } if (walk < 50) { this._x = this._x - 7; this._xscale = -scale; } if (walk > 100) { walk = 0; } if ((maxjump = 6)) { walk = walk + 2; } }
Instance of Symbol 283 MovieClip in Frame 6
onClipEvent (load) { gravity = 12; scale = _xscale; walkSpeed = 2; walk = 0; maxjump = 6; scale = _xscale; } onClipEvent (enterFrame) { if (air == true) { _y = (_y + gravity); } if (this.hitTest(_root.arbiter.body)) { _root.health.nextFrame(); } if (!_root.bg.platforms.hitTest(_x, _y, true)) { air = true; } if (_root.bg.platforms.hitTest(_x, _y, true)) { _y = (_y - gravity); jumpcount = 0; air = false; } else { air = true; } } onClipEvent (enterFrame) { if (Key.isDown(39)) { this._x = this._x - 15; } if (Key.isDown(37)) { this._x = this._x + 15; } if (this.hitTest(_root.arbiter) && (_root.arbiter.attack._currentframe > 7)) { this.die.play(); } if (this.die._currentframe > 4) { unloadMovie (this); } } onClipEvent (enterFrame) { if (walk > 100) { this._x = this._x + 7; this._xscale = scale; } if (walk < 100) { this._x = this._x - 7; this._xscale = -scale; } if (walk > 200) { walk = 0; } if ((maxjump = 6)) { walk = walk + 2; } }
Instance of Symbol 283 MovieClip in Frame 6
onClipEvent (load) { gravity = 12; scale = _xscale; walkSpeed = 2; walk = 0; maxjump = 6; scale = _xscale; } onClipEvent (enterFrame) { if (air == true) { _y = (_y + gravity); } if (this.hitTest(_root.arbiter.body)) { _root.health.nextFrame(); } if (!_root.bg.platforms.hitTest(_x, _y, true)) { air = true; } if (_root.bg.platforms.hitTest(_x, _y, true)) { _y = (_y - gravity); jumpcount = 0; air = false; } else { air = true; } } onClipEvent (enterFrame) { if (Key.isDown(39)) { this._x = this._x - 15; } if (Key.isDown(37)) { this._x = this._x + 15; } if (this.hitTest(_root.arbiter) && (_root.arbiter.attack._currentframe > 7)) { this.die.play(); } if (this.die._currentframe > 4) { unloadMovie (this); } } onClipEvent (enterFrame) { if (walk > 100) { this._x = this._x + 7; this._xscale = scale; } if (walk < 100) { this._x = this._x - 7; this._xscale = -scale; } if (walk > 200) { walk = 0; } if ((maxjump = 6)) { walk = walk + 2; } }
Instance of Symbol 283 MovieClip in Frame 6
onClipEvent (load) { gravity = 12; scale = _xscale; walkSpeed = 2; walk = 0; maxjump = 6; scale = _xscale; } onClipEvent (enterFrame) { if (air == true) { _y = (_y + gravity); } if (this.hitTest(_root.arbiter.body)) { _root.health.nextFrame(); } if (!_root.bg.platforms.hitTest(_x, _y, true)) { air = true; } if (_root.bg.platforms.hitTest(_x, _y, true)) { _y = (_y - gravity); jumpcount = 0; air = false; } else { air = true; } } onClipEvent (enterFrame) { if (Key.isDown(39)) { this._x = this._x - 15; } if (Key.isDown(37)) { this._x = this._x + 15; } if (this.hitTest(_root.arbiter) && (_root.arbiter.attack._currentframe > 7)) { this.die.play(); } if (this.die._currentframe > 4) { unloadMovie (this); } } onClipEvent (enterFrame) { if (walk > 50) { this._x = this._x + 7; this._xscale = scale; } if (walk < 50) { this._x = this._x - 7; this._xscale = -scale; } if (walk > 100) { walk = 0; } if ((maxjump = 6)) { walk = walk + 2; } }
Instance of Symbol 283 MovieClip in Frame 6
onClipEvent (load) { gravity = 12; scale = _xscale; walkSpeed = 2; walk = 0; maxjump = 6; scale = _xscale; } onClipEvent (enterFrame) { if (air == true) { _y = (_y + gravity); } if (this.hitTest(_root.arbiter.body)) { _root.health.nextFrame(); } if (!_root.bg.platforms.hitTest(_x, _y, true)) { air = true; } if (_root.bg.platforms.hitTest(_x, _y, true)) { _y = (_y - gravity); jumpcount = 0; air = false; } else { air = true; } } onClipEvent (enterFrame) { if (Key.isDown(39)) { this._x = this._x - 15; } if (Key.isDown(37)) { this._x = this._x + 15; } if (this.hitTest(_root.arbiter) && (_root.arbiter.attack._currentframe > 7)) { this.die.play(); } if (this.die._currentframe > 4) { unloadMovie (this); } } onClipEvent (enterFrame) { if (walk > 50) { this._x = this._x + 7; this._xscale = scale; } if (walk < 50) { this._x = this._x - 7; this._xscale = -scale; } if (walk > 100) { walk = 0; } if ((maxjump = 6)) { walk = walk + 2; } }
Instance of Symbol 283 MovieClip in Frame 6
onClipEvent (load) { gravity = 12; scale = _xscale; walkSpeed = 2; walk = 0; maxjump = 6; scale = _xscale; } onClipEvent (enterFrame) { if (air == true) { _y = (_y + gravity); } if (!_root.bg.platforms.hitTest(_x, _y, true)) { air = true; } if (_root.bg.platforms.hitTest(_x, _y, true)) { _y = (_y - gravity); jumpcount = 0; air = false; } else { air = true; } } onClipEvent (enterFrame) { if (Key.isDown(39)) { this._x = this._x - 15; } if (this.hitTest(_root.arbiter.body)) { _root.health.nextFrame(); } if (Key.isDown(37)) { this._x = this._x + 15; } if (this.hitTest(_root.arbiter) && (_root.arbiter.attack._currentframe > 7)) { this.die.play(); } if (this.die._currentframe > 4) { unloadMovie (this); } } onClipEvent (enterFrame) { if (walk > 50) { this._x = this._x + 7; this._xscale = scale; } if (walk < 50) { this._x = this._x - 7; this._xscale = -scale; } if (walk > 100) { walk = 0; } if ((maxjump = 6)) { walk = walk + 2; } }
Instance of Symbol 283 MovieClip in Frame 6
onClipEvent (load) { gravity = 12; scale = _xscale; walkSpeed = 2; walk = 0; maxjump = 6; scale = _xscale; } onClipEvent (enterFrame) { if (air == true) { _y = (_y + gravity); } if (!_root.bg.platforms.hitTest(_x, _y, true)) { air = true; } if (_root.bg.platforms.hitTest(_x, _y, true)) { _y = (_y - gravity); jumpcount = 0; air = false; } else { air = true; } } onClipEvent (enterFrame) { if (Key.isDown(39)) { this._x = this._x - 15; } if (this.hitTest(_root.arbiter.body)) { _root.health.nextFrame(); } if (Key.isDown(37)) { this._x = this._x + 15; } if (this.hitTest(_root.arbiter) && (_root.arbiter.attack._currentframe > 7)) { this.die.play(); } if (this.die._currentframe > 4) { unloadMovie (this); } } onClipEvent (enterFrame) { if (walk > 100) { this._x = this._x + 7; this._xscale = scale; } if (walk < 100) { this._x = this._x - 7; this._xscale = -scale; } if (walk > 200) { walk = 0; } if ((maxjump = 6)) { walk = walk + 2; } }
Instance of Symbol 305 MovieClip in Frame 6
onClipEvent (load) { gravity = 12; scale = _xscale; walkSpeed = 2; walk = 0; maxjump = 6; scale = _xscale; } onClipEvent (enterFrame) { if (air == true) { _y = (_y + gravity); } if (!_root.bg.platforms.hitTest(_x, _y, true)) { air = true; } if (_root.bg.platforms.hitTest(_x, _y, true)) { _y = (_y - gravity); jumpcount = 0; air = false; } else { air = true; } } onClipEvent (enterFrame) { if (Key.isDown(39)) { this._x = this._x - 15; } if (Key.isDown(37)) { this._x = this._x + 15; } if (this.hitTest(_root.arbiter) && (_root.arbiter.attack._currentframe > 7)) { this.gotoAndStop(3); } if (this.hitTest(_root.arbiter) && (_root.arbiter._currentframe < 3)) { this.gotoAndStop(2); } if (this.die._currentframe > 5) { unloadMovie (this); } } onClipEvent (enterFrame) { if (walk > 50) { this._x = this._x + 7; this._xscale = scale; } if (walk < 50) { this._x = this._x - 7; this._xscale = -scale; } if (walk > 100) { walk = 0; } if ((maxjump = 6)) { walk = walk + 2; } }
Instance of Symbol 305 MovieClip in Frame 6
onClipEvent (load) { gravity = 12; scale = _xscale; walkSpeed = 2; walk = 0; maxjump = 6; scale = _xscale; } onClipEvent (enterFrame) { if (air == true) { _y = (_y + gravity); } if (!_root.bg.platforms.hitTest(_x, _y, true)) { air = true; } if (_root.bg.platforms.hitTest(_x, _y, true)) { _y = (_y - gravity); jumpcount = 0; air = false; } else { air = true; } } onClipEvent (enterFrame) { if (Key.isDown(39)) { this._x = this._x - 15; } if (Key.isDown(37)) { this._x = this._x + 15; } if (this.hitTest(_root.arbiter) && (_root.arbiter.attack._currentframe > 7)) { this.gotoAndStop(3); } if (this.hitTest(_root.arbiter) && (_root.arbiter._currentframe < 3)) { this.gotoAndStop(2); } if (this.die._currentframe > 5) { unloadMovie (this); } } onClipEvent (enterFrame) { if (walk > 50) { this._x = this._x + 7; this._xscale = scale; } if (walk < 50) { this._x = this._x - 7; this._xscale = -scale; } if (walk > 100) { walk = 0; } if ((maxjump = 6)) { walk = walk + 2; } }
Instance of Symbol 305 MovieClip in Frame 6
onClipEvent (load) { gravity = 12; scale = _xscale; walkSpeed = 2; walk = 0; maxjump = 6; scale = _xscale; } onClipEvent (enterFrame) { if (air == true) { _y = (_y + gravity); } if (!_root.bg.platforms.hitTest(_x, _y, true)) { air = true; } if (_root.bg.platforms.hitTest(_x, _y, true)) { _y = (_y - gravity); jumpcount = 0; air = false; } else { air = true; } } onClipEvent (enterFrame) { if (Key.isDown(39)) { this._x = this._x - 15; } if (Key.isDown(37)) { this._x = this._x + 15; } if (this.hitTest(_root.arbiter) && (_root.arbiter.attack._currentframe > 7)) { this.gotoAndStop(3); } if (this.hitTest(_root.arbiter) && (_root.arbiter._currentframe < 3)) { this.gotoAndStop(2); } if (this.die._currentframe > 5) { unloadMovie (this); } } onClipEvent (enterFrame) { if (walk > 50) { this._x = this._x + 7; this._xscale = scale; } if (walk < 50) { this._x = this._x - 7; this._xscale = -scale; } if (walk > 100) { walk = 0; } if ((maxjump = 6)) { walk = walk + 2; } }
Instance of Symbol 305 MovieClip in Frame 6
onClipEvent (load) { gravity = 12; scale = _xscale; walkSpeed = 2; walk = 0; maxjump = 6; scale = _xscale; } onClipEvent (enterFrame) { if (air == true) { _y = (_y + gravity); } if (!_root.bg.platforms.hitTest(_x, _y, true)) { air = true; } if (_root.bg.platforms.hitTest(_x, _y, true)) { _y = (_y - gravity); jumpcount = 0; air = false; } else { air = true; } } onClipEvent (enterFrame) { if (Key.isDown(39)) { this._x = this._x - 15; } if (Key.isDown(37)) { this._x = this._x + 15; } if (this.hitTest(_root.arbiter) && (_root.arbiter.attack._currentframe > 7)) { this.gotoAndStop(3); } if (this.hitTest(_root.arbiter) && (_root.arbiter._currentframe < 3)) { this.gotoAndStop(2); } if (this.die._currentframe > 5) { unloadMovie (this); } } onClipEvent (enterFrame) { if (walk > 50) { this._x = this._x + 7; this._xscale = scale; } if (walk < 50) { this._x = this._x - 7; this._xscale = -scale; } if (walk > 100) { walk = 0; } if ((maxjump = 6)) { walk = walk + 2; } }
Instance of Symbol 305 MovieClip in Frame 6
onClipEvent (load) { gravity = 12; scale = _xscale; walkSpeed = 2; walk = 0; maxjump = 6; scale = _xscale; } onClipEvent (enterFrame) { if (air == true) { _y = (_y + gravity); } if (!_root.bg.platforms.hitTest(_x, _y, true)) { air = true; } if (_root.bg.platforms.hitTest(_x, _y, true)) { _y = (_y - gravity); jumpcount = 0; air = false; } else { air = true; } } onClipEvent (enterFrame) { if (Key.isDown(39)) { this._x = this._x - 15; } if (Key.isDown(37)) { this._x = this._x + 15; } if (this.hitTest(_root.arbiter) && (_root.arbiter.attack._currentframe > 7)) { this.gotoAndStop(3); } if (this.hitTest(_root.arbiter) && (_root.arbiter._currentframe < 3)) { this.gotoAndStop(2); } if (this.die._currentframe > 5) { unloadMovie (this); } } onClipEvent (enterFrame) { if (walk > 50) { this._x = this._x + 7; this._xscale = scale; } if (walk < 50) { this._x = this._x - 7; this._xscale = -scale; } if (walk > 100) { walk = 0; } if ((maxjump = 6)) { walk = walk + 2; } }
Instance of Symbol 305 MovieClip in Frame 6
onClipEvent (load) { gravity = 12; scale = _xscale; walkSpeed = 2; walk = 0; maxjump = 6; scale = _xscale; } onClipEvent (enterFrame) { if (air == true) { _y = (_y + gravity); } if (!_root.bg.platforms.hitTest(_x, _y, true)) { air = true; } if (_root.bg.platforms.hitTest(_x, _y, true)) { _y = (_y - gravity); jumpcount = 0; air = false; } else { air = true; } } onClipEvent (enterFrame) { if (Key.isDown(39)) { this._x = this._x - 15; } if (Key.isDown(37)) { this._x = this._x + 15; } if (this.hitTest(_root.arbiter) && (_root.arbiter.attack._currentframe > 7)) { this.gotoAndStop(3); } if (this.hitTest(_root.arbiter) && (_root.arbiter._currentframe < 3)) { this.gotoAndStop(2); } if (this.die._currentframe > 5) { unloadMovie (this); } } onClipEvent (enterFrame) { if (walk > 50) { this._x = this._x + 7; this._xscale = scale; } if (walk < 50) { this._x = this._x - 7; this._xscale = -scale; } if (walk > 100) { walk = 0; } if ((maxjump = 6)) { walk = walk + 2; } }
Instance of Symbol 324 MovieClip "arbiter" in Frame 6
onClipEvent (load) { gravity = 10; scale = _xscale; walkSpeed = 2; maxjump = 4; } onClipEvent (enterFrame) { if (air == true) { _y = (_y + gravity); } if (!_root.bg.platforms.hitTest(_x, _y, true)) { air = true; } if (_root.bg.platforms.hitTest(_x, _y, true)) { _y = (_y - gravity); jumpcount = 0; air = false; } else { air = true; } if (air == false) { jump = true; jumpcount = 0; jumpSpeed = 22; } if (Key.isDown(32) && (jump == true)) { _y = (_y - jumpSpeed); } if (Key.isDown(32)) { jumpcount = jumpcount + 1; } if ((jumpcount > maxjump) && (jumpSpeed > -2)) { jumpSpeed = jumpSpeed - 2; } if (Key.isDown(90)) { this.gotoAndStop(3); } if (Key.isDown(37)) { this.gotoAndStop(2); _xscale = (-scale); } if (Key.isDown(39)) { this.gotoAndStop(2); _xscale = scale; } if ((((((jumpcount < 1) && (!Key.isDown(39))) && (!Key.isDown(37))) && (!Key.isDown(17))) && (!Key.isDown(90))) && (!Key.isDown(32))) { this.gotoAndStop(1); } }
Instance of Symbol 177 MovieClip in Frame 6
onClipEvent (enterFrame) { if (this.hitTest(_root.arbiter.body)) { _root.bg._y = _root.bg._y - 13; _root.death._y = _root.death._y - 10; _root.arbiter._y = _root.arbiter._y - 8; } }
Instance of Symbol 177 MovieClip in Frame 6
onClipEvent (enterFrame) { if (this.hitTest(_root.arbiter.body)) { _root.bg._y = _root.bg._y + 10; _root.death._y = _root.death._y + 10; } }
Instance of Symbol 210 MovieClip "health" in Frame 6
onClipEvent (enterFrame) { if (this._currentframe < 2) { heal = 0; } if (this._currentframe > 2) { heal = heal + 2; } if (heal > 37) { heal = 0; this.prevFrame(); } }
Frame 7
stop();
Frame 8
stop();
Instance of Symbol 175 MovieClip in Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.sgt) && (_root.sgt._currentframe < 3)) { _root.sgt.gotoAndStop(3); _root.sgt.alien = true; this.gotoAndStop(3); } if (this.hitTest(_root.sgt) && (_root.sgt._currentframe > 2)) { this.gotoAndStop(4); } if (this.hitTest(_root.marine) && (_root.marine._currentframe < 3)) { _root.marine.gotoAndStop(3); _root.marine.alien = true; this.gotoAndStop(3); } if (this.hitTest(_root.marine) && (_root.marine._currentframe > 2)) { this.gotoAndStop(4); } if ((this.hitTest(_root.MC.body) && (this._currentframe > 2)) && (this._currentframe < 4)) { _root.health.nextFrame(); } if ((this.hitTest(_root.MC) && (_root.MC._currentframe < 3)) && (this._currentframe < 4)) { this.gotoAndStop(3); } if (this.hitTest(_root.MC) && (_root.MC._currentframe > 2)) { this.gotoAndStop(4); } if (this.die._currentframe > 1) { this.gotoAndStop(4); } if (this.die._currentframe > 9) { _root.marine.gotoAndStop(1); _root.marine.alien = false; _root.sgt.gotoAndStop(1); _root.sgt.alien = false; unloadMovie (this); } } onClipEvent (enterFrame) { if (Key.isDown(39)) { this._x = this._x - 15; } if (Key.isDown(37)) { this._x = this._x + 15; } } onClipEvent (load) { gravity = 10; scale = _xscale; walkSpeed = 2; maxjump = 6; } onClipEvent (enterFrame) { if (air == true) { _y = (_y + gravity); } if (!_root.bg.platforms.hitTest(_x, _y, true)) { air = true; } if (_root.bg.platforms.hitTest(_x, _y, true)) { _y = (_y - gravity); jumpcount = 0; air = false; } else { air = true; } }
Instance of Symbol 350 MovieClip "bg" in Frame 8
onClipEvent (enterFrame) { if (Key.isDown(39)) { this._x = this._x - 15; } if (Key.isDown(37)) { this._x = this._x + 15; } }
Instance of Symbol 77 MovieClip in Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.sgt) && (_root.sgt._currentframe < 3)) { _root.sgt.gotoAndStop(3); _root.sgt.alien = true; this.gotoAndStop(3); } if (this.hitTest(_root.sgt) && (_root.sgt._currentframe > 2)) { this.gotoAndStop(4); } if (this.hitTest(_root.marine) && (_root.marine._currentframe < 3)) { _root.marine.gotoAndStop(3); _root.marine.alien = true; this.gotoAndStop(3); } if (this.hitTest(_root.marine) && (_root.marine._currentframe > 2)) { this.gotoAndStop(4); } if ((this.hitTest(_root.MC.body) && (this._currentframe > 2)) && (this._currentframe < 4)) { _root.health.nextFrame(); } if ((this.hitTest(_root.MC) && (_root.MC._currentframe < 3)) && (this._currentframe < 4)) { this.gotoAndStop(3); } if (this.hitTest(_root.MC) && (_root.MC._currentframe > 2)) { this.gotoAndStop(4); } if (this.die._currentframe > 1) { this.gotoAndStop(4); } if (this.die._currentframe > 9) { _root.marine.gotoAndStop(1); _root.marine.alien = false; _root.sgt.gotoAndStop(1); _root.sgt.alien = false; unloadMovie (this); } } onClipEvent (enterFrame) { if (Key.isDown(39)) { this._x = this._x - 15; } if (Key.isDown(37)) { this._x = this._x + 15; } } onClipEvent (load) { gravity = 10; scale = _xscale; walkSpeed = 2; maxjump = 6; } onClipEvent (enterFrame) { if (air == true) { _y = (_y + gravity); } if (!_root.bg.platforms.hitTest(_x, _y, true)) { air = true; } if (_root.bg.platforms.hitTest(_x, _y, true)) { _y = (_y - gravity); jumpcount = 0; air = false; } else { air = true; } }
Instance of Symbol 175 MovieClip in Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.sgt) && (_root.sgt._currentframe < 3)) { _root.sgt.gotoAndStop(3); _root.sgt.alien = true; this.gotoAndStop(3); } if (this.hitTest(_root.sgt) && (_root.sgt._currentframe > 2)) { this.gotoAndStop(4); } if (this.hitTest(_root.marine) && (_root.marine._currentframe < 3)) { _root.marine.gotoAndStop(3); _root.marine.alien = true; this.gotoAndStop(3); } if (this.hitTest(_root.marine) && (_root.marine._currentframe > 2)) { this.gotoAndStop(4); } if ((this.hitTest(_root.MC.body) && (this._currentframe > 2)) && (this._currentframe < 4)) { _root.health.nextFrame(); } if ((this.hitTest(_root.MC) && (_root.MC._currentframe < 3)) && (this._currentframe < 4)) { this.gotoAndStop(3); } if (this.hitTest(_root.MC) && (_root.MC._currentframe > 2)) { this.gotoAndStop(4); } if (this.die._currentframe > 1) { this.gotoAndStop(4); } if (this.die._currentframe > 9) { _root.marine.gotoAndStop(1); _root.marine.alien = false; _root.sgt.gotoAndStop(1); _root.sgt.alien = false; unloadMovie (this); } } onClipEvent (enterFrame) { if (Key.isDown(39)) { this._x = this._x - 15; } if (Key.isDown(37)) { this._x = this._x + 15; } } onClipEvent (load) { gravity = 10; scale = _xscale; walkSpeed = 2; maxjump = 6; } onClipEvent (enterFrame) { if (air == true) { _y = (_y + gravity); } if (!_root.bg.platforms.hitTest(_x, _y, true)) { air = true; } if (_root.bg.platforms.hitTest(_x, _y, true)) { _y = (_y - gravity); jumpcount = 0; air = false; } else { air = true; } }
Instance of Symbol 175 MovieClip in Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.sgt) && (_root.sgt._currentframe < 3)) { _root.sgt.gotoAndStop(3); _root.sgt.alien = true; this.gotoAndStop(3); } if (this.hitTest(_root.sgt) && (_root.sgt._currentframe > 2)) { this.gotoAndStop(4); } if (this.hitTest(_root.marine) && (_root.marine._currentframe < 3)) { _root.marine.gotoAndStop(3); _root.marine.alien = true; this.gotoAndStop(3); } if (this.hitTest(_root.marine) && (_root.marine._currentframe > 2)) { this.gotoAndStop(4); } if ((this.hitTest(_root.MC.body) && (this._currentframe > 2)) && (this._currentframe < 4)) { _root.health.nextFrame(); } if ((this.hitTest(_root.MC) && (_root.MC._currentframe < 3)) && (this._currentframe < 4)) { this.gotoAndStop(3); } if (this.hitTest(_root.MC) && (_root.MC._currentframe > 2)) { this.gotoAndStop(4); } if (this.die._currentframe > 1) { this.gotoAndStop(4); } if (this.die._currentframe > 9) { _root.marine.gotoAndStop(1); _root.marine.alien = false; _root.sgt.gotoAndStop(1); _root.sgt.alien = false; unloadMovie (this); } } onClipEvent (enterFrame) { if (Key.isDown(39)) { this._x = this._x - 15; } if (Key.isDown(37)) { this._x = this._x + 15; } } onClipEvent (load) { gravity = 10; scale = _xscale; walkSpeed = 2; maxjump = 6; } onClipEvent (enterFrame) { if (air == true) { _y = (_y + gravity); } if (!_root.bg.platforms.hitTest(_x, _y, true)) { air = true; } if (_root.bg.platforms.hitTest(_x, _y, true)) { _y = (_y - gravity); jumpcount = 0; air = false; } else { air = true; } }
Instance of Symbol 77 MovieClip in Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.sgt) && (_root.sgt._currentframe < 3)) { _root.sgt.gotoAndStop(3); _root.sgt.alien = true; this.gotoAndStop(3); } if (this.hitTest(_root.sgt) && (_root.sgt._currentframe > 2)) { this.gotoAndStop(4); } if (this.hitTest(_root.marine) && (_root.marine._currentframe < 3)) { _root.marine.gotoAndStop(3); _root.marine.alien = true; this.gotoAndStop(3); } if (this.hitTest(_root.marine) && (_root.marine._currentframe > 2)) { this.gotoAndStop(4); } if ((this.hitTest(_root.MC.body) && (this._currentframe > 2)) && (this._currentframe < 4)) { _root.health.nextFrame(); } if ((this.hitTest(_root.MC) && (_root.MC._currentframe < 3)) && (this._currentframe < 4)) { this.gotoAndStop(3); } if (this.hitTest(_root.MC) && (_root.MC._currentframe > 2)) { this.gotoAndStop(4); } if (this.die._currentframe > 1) { this.gotoAndStop(4); } if (this.die._currentframe > 9) { _root.marine.gotoAndStop(1); _root.marine.alien = false; _root.sgt.gotoAndStop(1); _root.sgt.alien = false; unloadMovie (this); } } onClipEvent (enterFrame) { if (Key.isDown(39)) { this._x = this._x - 15; } if (Key.isDown(37)) { this._x = this._x + 15; } } onClipEvent (load) { gravity = 10; scale = _xscale; walkSpeed = 2; maxjump = 6; } onClipEvent (enterFrame) { if (air == true) { _y = (_y + gravity); } if (!_root.bg.platforms.hitTest(_x, _y, true)) { air = true; } if (_root.bg.platforms.hitTest(_x, _y, true)) { _y = (_y - gravity); jumpcount = 0; air = false; } else { air = true; } }
Instance of Symbol 77 MovieClip in Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.sgt) && (_root.sgt._currentframe < 3)) { _root.sgt.gotoAndStop(3); _root.sgt.alien = true; this.gotoAndStop(3); } if (this.hitTest(_root.sgt) && (_root.sgt._currentframe > 2)) { this.gotoAndStop(4); } if (this.hitTest(_root.marine) && (_root.marine._currentframe < 3)) { _root.marine.gotoAndStop(3); _root.marine.alien = true; this.gotoAndStop(3); } if (this.hitTest(_root.marine) && (_root.marine._currentframe > 2)) { this.gotoAndStop(4); } if ((this.hitTest(_root.MC.body) && (this._currentframe > 2)) && (this._currentframe < 4)) { _root.health.nextFrame(); } if ((this.hitTest(_root.MC) && (_root.MC._currentframe < 3)) && (this._currentframe < 4)) { this.gotoAndStop(3); } if (this.hitTest(_root.MC) && (_root.MC._currentframe > 2)) { this.gotoAndStop(4); } if (this.die._currentframe > 1) { this.gotoAndStop(4); } if (this.die._currentframe > 9) { _root.marine.gotoAndStop(1); _root.marine.alien = false; _root.sgt.gotoAndStop(1); _root.sgt.alien = false; unloadMovie (this); } } onClipEvent (enterFrame) { if (Key.isDown(39)) { this._x = this._x - 15; } if (Key.isDown(37)) { this._x = this._x + 15; } } onClipEvent (load) { gravity = 10; scale = _xscale; walkSpeed = 2; maxjump = 6; } onClipEvent (enterFrame) { if (air == true) { _y = (_y + gravity); } if (!_root.bg.platforms.hitTest(_x, _y, true)) { air = true; } if (_root.bg.platforms.hitTest(_x, _y, true)) { _y = (_y - gravity); jumpcount = 0; air = false; } else { air = true; } }
Instance of Symbol 108 MovieClip in Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.sgt) && (_root.sgt._currentframe < 3)) { _root.sgt.gotoAndStop(3); _root.sgt.alien = true; this.gotoAndStop(3); } if ((this.hitTest(_root.sgt) && (_root.sgt._currentframe > 2)) && (this.shoot._currentframe < 14)) { this.gotoAndStop(4); } if (this.hitTest(_root.marine) && (_root.marine._currentframe < 3)) { _root.marine.gotoAndStop(3); _root.marine.alien = true; this.gotoAndStop(3); } if ((this.hitTest(_root.marine) && (_root.marine._currentframe > 2)) && (this.shoot._currentframe < 14)) { this.gotoAndStop(4); this.gotoAndStop(4); } if ((this.hitTest(_root.MC.body) && (this._currentframe > 2)) && (this._currentframe < 4)) { _root.health.nextFrame(); } if ((this.hitTest(_root.MC) && (_root.MC._currentframe < 3)) && (this._currentframe < 4)) { this.gotoAndStop(3); } if ((this.hitTest(_root.MC) && (_root.MC._currentframe > 2)) && (this.shoot._currentframe < 14)) { this.gotoAndStop(4); this.gotoAndStop(4); } if (this.die._currentframe > 1) { this.gotoAndStop(4); } if (this.die._currentframe > 9) { _root.marine.gotoAndStop(1); _root.marine.alien = false; _root.sgt.gotoAndStop(1); _root.sgt.alien = false; unloadMovie (this); } } onClipEvent (enterFrame) { if (Key.isDown(39)) { this._x = this._x - 15; } if (Key.isDown(37)) { this._x = this._x + 15; } } onClipEvent (load) { gravity = 10; scale = _xscale; walkSpeed = 2; maxjump = 6; } onClipEvent (enterFrame) { if (air == true) { _y = (_y + gravity); } if (!_root.bg.platforms.hitTest(_x, _y, true)) { air = true; } if (_root.bg.platforms.hitTest(_x, _y, true)) { _y = (_y - gravity); jumpcount = 0; air = false; } else { air = true; } }
Instance of Symbol 108 MovieClip in Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.sgt) && (_root.sgt._currentframe < 3)) { _root.sgt.gotoAndStop(3); _root.sgt.alien = true; this.gotoAndStop(3); } if ((this.hitTest(_root.sgt) && (_root.sgt._currentframe > 2)) && (this.shoot._currentframe < 14)) { this.gotoAndStop(4); } if (this.hitTest(_root.marine) && (_root.marine._currentframe < 3)) { _root.marine.gotoAndStop(3); _root.marine.alien = true; this.gotoAndStop(3); } if ((this.hitTest(_root.marine) && (_root.marine._currentframe > 2)) && (this.shoot._currentframe < 14)) { this.gotoAndStop(4); this.gotoAndStop(4); } if ((this.hitTest(_root.MC.body) && (this._currentframe > 2)) && (this._currentframe < 4)) { _root.health.nextFrame(); } if ((this.hitTest(_root.MC) && (_root.MC._currentframe < 3)) && (this._currentframe < 4)) { this.gotoAndStop(3); } if ((this.hitTest(_root.MC) && (_root.MC._currentframe > 2)) && (this.shoot._currentframe < 14)) { this.gotoAndStop(4); this.gotoAndStop(4); } if (this.die._currentframe > 1) { this.gotoAndStop(4); } if (this.die._currentframe > 9) { _root.marine.gotoAndStop(1); _root.marine.alien = false; _root.sgt.gotoAndStop(1); _root.sgt.alien = false; unloadMovie (this); } } onClipEvent (enterFrame) { if (Key.isDown(39)) { this._x = this._x - 15; } if (Key.isDown(37)) { this._x = this._x + 15; } } onClipEvent (load) { gravity = 10; scale = _xscale; walkSpeed = 2; maxjump = 6; } onClipEvent (enterFrame) { if (air == true) { _y = (_y + gravity); } if (!_root.bg.platforms.hitTest(_x, _y, true)) { air = true; } if (_root.bg.platforms.hitTest(_x, _y, true)) { _y = (_y - gravity); jumpcount = 0; air = false; } else { air = true; } }
Instance of Symbol 175 MovieClip in Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.sgt) && (_root.sgt._currentframe < 3)) { _root.sgt.gotoAndStop(3); _root.sgt.alien = true; this.gotoAndStop(3); } if (this.hitTest(_root.sgt) && (_root.sgt._currentframe > 2)) { this.gotoAndStop(4); } if (this.hitTest(_root.marine) && (_root.marine._currentframe < 3)) { _root.marine.gotoAndStop(3); _root.marine.alien = true; this.gotoAndStop(3); } if (this.hitTest(_root.marine) && (_root.marine._currentframe > 2)) { this.gotoAndStop(4); } if ((this.hitTest(_root.MC.body) && (this._currentframe > 2)) && (this._currentframe < 4)) { _root.health.nextFrame(); } if ((this.hitTest(_root.MC) && (_root.MC._currentframe < 3)) && (this._currentframe < 4)) { this.gotoAndStop(3); } if (this.hitTest(_root.MC) && (_root.MC._currentframe > 2)) { this.gotoAndStop(4); } if (this.die._currentframe > 1) { this.gotoAndStop(4); } if (this.die._currentframe > 9) { _root.marine.gotoAndStop(1); _root.marine.alien = false; _root.sgt.gotoAndStop(1); _root.sgt.alien = false; unloadMovie (this); } } onClipEvent (enterFrame) { if (Key.isDown(39)) { this._x = this._x - 15; } if (Key.isDown(37)) { this._x = this._x + 15; } } onClipEvent (load) { gravity = 10; scale = _xscale; walkSpeed = 2; maxjump = 6; } onClipEvent (enterFrame) { if (air == true) { _y = (_y + gravity); } if (!_root.bg.platforms.hitTest(_x, _y, true)) { air = true; } if (_root.bg.platforms.hitTest(_x, _y, true)) { _y = (_y - gravity); jumpcount = 0; air = false; } else { air = true; } }
Instance of Symbol 367 MovieClip in Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.sgt) && (_root.sgt._currentframe < 3)) { _root.sgt.gotoAndStop(3); _root.sgt.alien = true; this.gotoAndStop(3); } if (this.hitTest(_root.sgt) && (_root.sgt._currentframe > 2)) { this.health.nextFrame(); } if (this.hitTest(_root.marine) && (_root.marine._currentframe < 3)) { _root.marine.gotoAndStop(3); _root.marine.alien = true; this.gotoAndStop(3); } if (this.hitTest(_root.marine) && (_root.marine._currentframe > 2)) { this.health.nextFrame(); } if ((this.hitTest(_root.MC.body) && (this._currentframe > 2)) && (this._currentframe < 4)) { _root.health.nextFrame(); } if ((this.hitTest(_root.MC) && (_root.MC._currentframe < 3)) && (this._currentframe < 4)) { this.gotoAndStop(3); } if (this.hitTest(_root.MC) && (_root.MC._currentframe > 2)) { this.health.nextFrame(); } if (this.die._currentframe > 1) { this.gotoAndStop(4); } if (this.die._currentframe > 5) { _root.marine.gotoAndStop(1); _root.marine.alien = false; _root.sgt.gotoAndStop(1); _root.sgt.alien = false; unloadMovie (this); } if (this._currentframe > 2) { this.health.nextFrame(); } if (this.health._currentframe > 200) { this.gotoAndStop(4); } } onClipEvent (enterFrame) { if (Key.isDown(39)) { this._x = this._x - 15; } if (Key.isDown(37)) { this._x = this._x + 15; } } onClipEvent (load) { gravity = 10; scale = _xscale; walkSpeed = 2; maxjump = 6; } onClipEvent (enterFrame) { if (air == true) { _y = (_y + gravity); } if (!_root.bg.platforms.hitTest(_x, _y, true)) { air = true; } if (_root.bg.platforms.hitTest(_x, _y, true)) { _y = (_y - gravity); jumpcount = 0; air = false; } else { air = true; } }
Instance of Symbol 367 MovieClip in Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.sgt) && (_root.sgt._currentframe < 3)) { _root.sgt.gotoAndStop(3); _root.sgt.alien = true; this.gotoAndStop(3); } if (this.hitTest(_root.sgt) && (_root.sgt._currentframe > 2)) { this.health.nextFrame(); } if (this.hitTest(_root.marine) && (_root.marine._currentframe < 3)) { _root.marine.gotoAndStop(3); _root.marine.alien = true; this.gotoAndStop(3); } if (this.hitTest(_root.marine) && (_root.marine._currentframe > 2)) { this.health.nextFrame(); } if ((this.hitTest(_root.MC.body) && (this._currentframe > 2)) && (this._currentframe < 4)) { _root.health.nextFrame(); } if ((this.hitTest(_root.MC) && (_root.MC._currentframe < 3)) && (this._currentframe < 4)) { this.gotoAndStop(3); } if (this.hitTest(_root.MC) && (_root.MC._currentframe > 2)) { this.health.nextFrame(); } if (this.die._currentframe > 1) { this.gotoAndStop(4); } if (this.die._currentframe > 5) { _root.marine.gotoAndStop(1); _root.marine.alien = false; _root.sgt.gotoAndStop(1); _root.sgt.alien = false; unloadMovie (this); } if (this._currentframe > 2) { this.health.nextFrame(); } if (this.health._currentframe > 200) { this.gotoAndStop(4); } } onClipEvent (enterFrame) { if (Key.isDown(39)) { this._x = this._x - 15; } if (Key.isDown(37)) { this._x = this._x + 15; } } onClipEvent (load) { gravity = 10; scale = _xscale; walkSpeed = 2; maxjump = 6; } onClipEvent (enterFrame) { if (air == true) { _y = (_y + gravity); } if (!_root.bg.platforms.hitTest(_x, _y, true)) { air = true; } if (_root.bg.platforms.hitTest(_x, _y, true)) { _y = (_y - gravity); jumpcount = 0; air = false; } else { air = true; } }
Instance of Symbol 175 MovieClip in Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.sgt) && (_root.sgt._currentframe < 3)) { _root.sgt.gotoAndStop(3); _root.sgt.alien = true; this.gotoAndStop(3); } if (this.hitTest(_root.sgt) && (_root.sgt._currentframe > 2)) { this.gotoAndStop(4); } if (this.hitTest(_root.marine) && (_root.marine._currentframe < 3)) { _root.marine.gotoAndStop(3); _root.marine.alien = true; this.gotoAndStop(3); } if (this.hitTest(_root.marine) && (_root.marine._currentframe > 2)) { this.gotoAndStop(4); } if ((this.hitTest(_root.MC.body) && (this._currentframe > 2)) && (this._currentframe < 4)) { _root.health.nextFrame(); } if ((this.hitTest(_root.MC) && (_root.MC._currentframe < 3)) && (this._currentframe < 4)) { this.gotoAndStop(3); } if (this.hitTest(_root.MC) && (_root.MC._currentframe > 2)) { this.gotoAndStop(4); } if (this.die._currentframe > 1) { this.gotoAndStop(4); } if (this.die._currentframe > 9) { _root.marine.gotoAndStop(1); _root.marine.alien = false; _root.sgt.gotoAndStop(1); _root.sgt.alien = false; unloadMovie (this); } } onClipEvent (enterFrame) { if (Key.isDown(39)) { this._x = this._x - 15; } if (Key.isDown(37)) { this._x = this._x + 15; } } onClipEvent (load) { gravity = 10; scale = _xscale; walkSpeed = 2; maxjump = 6; } onClipEvent (enterFrame) { if (air == true) { _y = (_y + gravity); } if (!_root.bg.platforms.hitTest(_x, _y, true)) { air = true; } if (_root.bg.platforms.hitTest(_x, _y, true)) { _y = (_y - gravity); jumpcount = 0; air = false; } else { air = true; } }
Instance of Symbol 175 MovieClip in Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.sgt) && (_root.sgt._currentframe < 3)) { _root.sgt.gotoAndStop(3); _root.sgt.alien = true; this.gotoAndStop(3); } if (this.hitTest(_root.sgt) && (_root.sgt._currentframe > 2)) { this.gotoAndStop(4); } if (this.hitTest(_root.marine) && (_root.marine._currentframe < 3)) { _root.marine.gotoAndStop(3); _root.marine.alien = true; this.gotoAndStop(3); } if (this.hitTest(_root.marine) && (_root.marine._currentframe > 2)) { this.gotoAndStop(4); } if ((this.hitTest(_root.MC.body) && (this._currentframe > 2)) && (this._currentframe < 4)) { _root.health.nextFrame(); } if ((this.hitTest(_root.MC) && (_root.MC._currentframe < 3)) && (this._currentframe < 4)) { this.gotoAndStop(3); } if (this.hitTest(_root.MC) && (_root.MC._currentframe > 2)) { this.gotoAndStop(4); } if (this.die._currentframe > 1) { this.gotoAndStop(4); } if (this.die._currentframe > 9) { _root.marine.gotoAndStop(1); _root.marine.alien = false; _root.sgt.gotoAndStop(1); _root.sgt.alien = false; unloadMovie (this); } } onClipEvent (enterFrame) { if (Key.isDown(39)) { this._x = this._x - 15; } if (Key.isDown(37)) { this._x = this._x + 15; } } onClipEvent (load) { gravity = 10; scale = _xscale; walkSpeed = 2; maxjump = 6; } onClipEvent (enterFrame) { if (air == true) { _y = (_y + gravity); } if (!_root.bg.platforms.hitTest(_x, _y, true)) { air = true; } if (_root.bg.platforms.hitTest(_x, _y, true)) { _y = (_y - gravity); jumpcount = 0; air = false; } else { air = true; } }
Instance of Symbol 77 MovieClip in Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.sgt) && (_root.sgt._currentframe < 3)) { _root.sgt.gotoAndStop(3); _root.sgt.alien = true; this.gotoAndStop(3); } if (this.hitTest(_root.sgt) && (_root.sgt._currentframe > 2)) { this.gotoAndStop(4); } if (this.hitTest(_root.marine) && (_root.marine._currentframe < 3)) { _root.marine.gotoAndStop(3); _root.marine.alien = true; this.gotoAndStop(3); } if (this.hitTest(_root.marine) && (_root.marine._currentframe > 2)) { this.gotoAndStop(4); } if ((this.hitTest(_root.MC.body) && (this._currentframe > 2)) && (this._currentframe < 4)) { _root.health.nextFrame(); } if ((this.hitTest(_root.MC) && (_root.MC._currentframe < 3)) && (this._currentframe < 4)) { this.gotoAndStop(3); } if (this.hitTest(_root.MC) && (_root.MC._currentframe > 2)) { this.gotoAndStop(4); } if (this.die._currentframe > 1) { this.gotoAndStop(4); } if (this.die._currentframe > 9) { _root.marine.gotoAndStop(1); _root.marine.alien = false; _root.sgt.gotoAndStop(1); _root.sgt.alien = false; unloadMovie (this); } } onClipEvent (enterFrame) { if (Key.isDown(39)) { this._x = this._x - 15; } if (Key.isDown(37)) { this._x = this._x + 15; } } onClipEvent (load) { gravity = 10; scale = _xscale; walkSpeed = 2; maxjump = 6; } onClipEvent (enterFrame) { if (air == true) { _y = (_y + gravity); } if (!_root.bg.platforms.hitTest(_x, _y, true)) { air = true; } if (_root.bg.platforms.hitTest(_x, _y, true)) { _y = (_y - gravity); jumpcount = 0; air = false; } else { air = true; } }
Instance of Symbol 108 MovieClip in Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.sgt) && (_root.sgt._currentframe < 3)) { _root.sgt.gotoAndStop(3); _root.sgt.alien = true; this.gotoAndStop(3); } if ((this.hitTest(_root.sgt) && (_root.sgt._currentframe > 2)) && (this.shoot._currentframe < 14)) { this.gotoAndStop(4); } if (this.hitTest(_root.marine) && (_root.marine._currentframe < 3)) { _root.marine.gotoAndStop(3); _root.marine.alien = true; this.gotoAndStop(3); } if ((this.hitTest(_root.marine) && (_root.marine._currentframe > 2)) && (this.shoot._currentframe < 14)) { this.gotoAndStop(4); this.gotoAndStop(4); } if ((this.hitTest(_root.MC.body) && (this._currentframe > 2)) && (this._currentframe < 4)) { _root.health.nextFrame(); } if ((this.hitTest(_root.MC) && (_root.MC._currentframe < 3)) && (this._currentframe < 4)) { this.gotoAndStop(3); } if ((this.hitTest(_root.MC) && (_root.MC._currentframe > 2)) && (this.shoot._currentframe < 14)) { this.gotoAndStop(4); this.gotoAndStop(4); } if (this.die._currentframe > 1) { this.gotoAndStop(4); } if (this.die._currentframe > 9) { _root.marine.gotoAndStop(1); _root.marine.alien = false; _root.sgt.gotoAndStop(1); _root.sgt.alien = false; unloadMovie (this); } } onClipEvent (enterFrame) { if (Key.isDown(39)) { this._x = this._x - 15; } if (Key.isDown(37)) { this._x = this._x + 15; } } onClipEvent (load) { gravity = 10; scale = _xscale; walkSpeed = 2; maxjump = 6; } onClipEvent (enterFrame) { if (air == true) { _y = (_y + gravity); } if (!_root.bg.platforms.hitTest(_x, _y, true)) { air = true; } if (_root.bg.platforms.hitTest(_x, _y, true)) { _y = (_y - gravity); jumpcount = 0; air = false; } else { air = true; } }
Instance of Symbol 386 MovieClip "marine" in Frame 8
onClipEvent (enterFrame) { if (_root.alien == true) { this.gotoAndStop(3); } if ((_root.alien = false)) { this.gotoAndStop(1); } if (this.die._currentframe > 9) { unloadMovie (this); } if (Key.isDown(39) && (alien == false)) { this.gotoAndStop(2); this._x = this._x + 15; _xscale = scale; } if (Key.isDown(37)) { this.gotoAndStop(2); _x = (_x - 15); _xscale = (-scale); } if ((((!Key.isDown(37)) && (!Key.isDown(39))) && (alien == false)) && (recover == false)) { this.gotoAndStop(1); } if ((this._x < 184.6) && (alien == false)) { this._x = this._x + 13; recover = true; gotoAndStop (2); } if (this._x > 184.7) { recover = false; } } onClipEvent (enterFrame) { if (Key.isDown(39)) { this._x = this._x - 15; } if (Key.isDown(37)) { this._x = this._x + 15; } } onClipEvent (load) { gravity = 10; scale = _xscale; walkSpeed = 2; maxjump = 3; scale = _xscale; } onClipEvent (enterFrame) { if (air == true) { _y = (_y + gravity); } if (!_root.bg.platforms.hitTest(_x, _y, true)) { air = true; } if (_root.bg.platforms.hitTest(_x, _y, true)) { _y = (_y - gravity); jumpcount = 0; air = false; } else { air = true; } if (air == false) { jump = true; jumpcount = 0; jumpSpeed = 22; } if (Key.isDown(32) && (jump == true)) { _y = (_y - jumpSpeed); } if (Key.isDown(32)) { jumpcount = jumpcount + 1.5; } if ((jumpcount > maxjump) && (jumpSpeed > -2)) { jumpSpeed = jumpSpeed - 2; } }
Instance of Symbol 147 MovieClip "MC" in Frame 8
onClipEvent (load) { gravity = 10; scale = _xscale; walkSpeed = 2; maxjump = 4; } onClipEvent (enterFrame) { if (air == true) { _y = (_y + gravity); } if (!_root.bg.platforms.hitTest(_x, _y, true)) { air = true; } if (_root.bg.platforms.hitTest(_x, _y, true)) { _y = (_y - gravity); jumpcount = 0; air = false; } else { air = true; } if (air == false) { jump = true; jumpcount = 0; jumpSpeed = 22; } if (Key.isDown(32) && (jump == true)) { _y = (_y - jumpSpeed); } if (Key.isDown(32)) { jumpcount = jumpcount + 1; } if ((jumpcount > maxjump) && (jumpSpeed > -2)) { jumpSpeed = jumpSpeed - 2; } if (Key.isDown(90) && (rifle == true)) { this.gotoAndStop(3); } if (Key.isDown(90) && (shotgun == true)) { this.gotoAndStop(6); } if (Key.isDown(90) && (snipe == true)) { this.gotoAndStop(5); } if (Key.isDown(37)) { this.gotoAndStop(2); _xscale = (-scale); } if (Key.isDown(39)) { this.gotoAndStop(2); _xscale = scale; } if ((((((jumpcount < 1) && (!Key.isDown(39))) && (!Key.isDown(37))) && (!Key.isDown(17))) && (!Key.isDown(90))) && (!Key.isDown(32))) { this.gotoAndStop(1); } }
Instance of Symbol 403 MovieClip "sgt" in Frame 8
onClipEvent (enterFrame) { if (_root.alien == true) { this.gotoAndStop(3); } if ((_root.alien = false)) { this.gotoAndStop(1); } if (this.die._currentframe > 9) { unloadMovie (this); } if (Key.isDown(39) && (alien == false)) { this.gotoAndStop(2); this._x = this._x + 15; _xscale = scale; } if (Key.isDown(37)) { this.gotoAndStop(2); _x = (_x - 15); _xscale = (-scale); } if ((((!Key.isDown(37)) && (!Key.isDown(39))) && (alien == false)) && (recover == false)) { this.gotoAndStop(1); } if ((this._x < 93.5) && (alien == false)) { this._x = this._x + 11; recover = true; gotoAndStop (2); } if (this._x > 93.6) { recover = false; } } onClipEvent (enterFrame) { if (Key.isDown(39)) { this._x = this._x - 15; } if (Key.isDown(37)) { this._x = this._x + 15; } } onClipEvent (load) { gravity = 10; scale = _xscale; walkSpeed = 2; maxjump = 3; scale = _xscale; } onClipEvent (enterFrame) { if (air == true) { _y = (_y + gravity); } if (!_root.bg.platforms.hitTest(_x, _y, true)) { air = true; } if (_root.bg.platforms.hitTest(_x, _y, true)) { _y = (_y - gravity); jumpcount = 0; air = false; } else { air = true; } if (air == false) { jump = true; jumpcount = 0; jumpSpeed = 22; } if (Key.isDown(32) && (jump == true)) { _y = (_y - jumpSpeed); } if (Key.isDown(32)) { jumpcount = jumpcount + 1.5; } if ((jumpcount > maxjump) && (jumpSpeed > -2)) { jumpSpeed = jumpSpeed - 2; } }
Instance of Symbol 405 MovieClip "light" in Frame 8
onClipEvent (enterFrame) { if (Key.isDown(39)) { this._x = this._x - 15; } if (Key.isDown(37)) { this._x = this._x + 15; } }
Instance of Symbol 210 MovieClip "health" in Frame 8
onClipEvent (enterFrame) { if (this._currentframe < 2) { heal = 0; } if (this._currentframe > 2) { heal = heal + 2; } if (heal > 40) { heal = 0; this.prevFrame(); } }
Frame 9
stop();
Instance of Symbol 411 MovieClip "bg" in Frame 9
onClipEvent (enterFrame) { this._x = this._x - 15; }
Instance of Symbol 175 MovieClip in Frame 9
onClipEvent (enterFrame) { if ((this.hitTest(_root.warthog) && (this._currentframe > 2)) && (this._currentframe < 4)) { _root.health.nextFrame(); } if ((this.hitTest(_root.warthog) && (_root.warthog._currentframe < 2)) && (this._currentframe < 4)) { this.gotoAndStop(3); } if ((this.hitTest(_root.warthog) && (this._currentframe > 2)) && (this._currentframe < 4)) { this.gotoAndStop(4); } if (this.die._currentframe > 1) { this.gotoAndStop(4); } if (this.die._currentframe > 9) { unloadMovie (this); } } onClipEvent (enterFrame) { this._x = this._x - 15; } onClipEvent (load) { gravity = 10; scale = _xscale; walkSpeed = 2; maxjump = 6; } onClipEvent (enterFrame) { if (air == true) { _y = (_y + gravity); } if (!_root.bg.platforms.hitTest(_x, _y, true)) { air = true; } if (_root.bg.platforms.hitTest(_x, _y, true)) { _y = (_y - gravity); jumpcount = 0; air = false; } else { air = true; } }
Instance of Symbol 77 MovieClip in Frame 9
onClipEvent (enterFrame) { if ((this.hitTest(_root.warthog) && (this._currentframe > 2)) && (this._currentframe < 4)) { _root.health.nextFrame(); } if ((this.hitTest(_root.warthog) && (_root.warthog._currentframe < 2)) && (this._currentframe < 4)) { this.gotoAndStop(3); } if ((this.hitTest(_root.warthog) && (this._currentframe > 2)) && (this._currentframe < 4)) { this.gotoAndStop(4); } if (this.die._currentframe > 1) { this.gotoAndStop(4); } if (this.die._currentframe > 9) { unloadMovie (this); } } onClipEvent (enterFrame) { this._x = this._x - 15; } onClipEvent (load) { gravity = 10; scale = _xscale; walkSpeed = 2; maxjump = 6; } onClipEvent (enterFrame) { if (air == true) { _y = (_y + gravity); } if (!_root.bg.platforms.hitTest(_x, _y, true)) { air = true; } if (_root.bg.platforms.hitTest(_x, _y, true)) { _y = (_y - gravity); jumpcount = 0; air = false; } else { air = true; } }
Instance of Symbol 77 MovieClip in Frame 9
onClipEvent (enterFrame) { if ((this.hitTest(_root.warthog) && (this._currentframe > 2)) && (this._currentframe < 4)) { _root.health.nextFrame(); } if ((this.hitTest(_root.warthog) && (_root.warthog._currentframe < 2)) && (this._currentframe < 4)) { this.gotoAndStop(3); } if ((this.hitTest(_root.warthog) && (this._currentframe > 2)) && (this._currentframe < 4)) { this.gotoAndStop(4); } if (this.die._currentframe > 1) { this.gotoAndStop(4); } if (this.die._currentframe > 9) { unloadMovie (this); } } onClipEvent (enterFrame) { this._x = this._x - 15; } onClipEvent (load) { gravity = 10; scale = _xscale; walkSpeed = 2; maxjump = 6; } onClipEvent (enterFrame) { if (air == true) { _y = (_y + gravity); } if (!_root.bg.platforms.hitTest(_x, _y, true)) { air = true; } if (_root.bg.platforms.hitTest(_x, _y, true)) { _y = (_y - gravity); jumpcount = 0; air = false; } else { air = true; } }
Instance of Symbol 175 MovieClip in Frame 9
onClipEvent (enterFrame) { if ((this.hitTest(_root.warthog) && (this._currentframe > 2)) && (this._currentframe < 4)) { _root.health.nextFrame(); } if ((this.hitTest(_root.warthog) && (_root.warthog._currentframe < 2)) && (this._currentframe < 4)) { this.gotoAndStop(3); } if ((this.hitTest(_root.warthog) && (this._currentframe > 2)) && (this._currentframe < 4)) { this.gotoAndStop(4); } if (this.die._currentframe > 1) { this.gotoAndStop(4); } if (this.die._currentframe > 9) { unloadMovie (this); } } onClipEvent (enterFrame) { this._x = this._x - 15; } onClipEvent (load) { gravity = 10; scale = _xscale; walkSpeed = 2; maxjump = 6; } onClipEvent (enterFrame) { if (air == true) { _y = (_y + gravity); } if (!_root.bg.platforms.hitTest(_x, _y, true)) { air = true; } if (_root.bg.platforms.hitTest(_x, _y, true)) { _y = (_y - gravity); jumpcount = 0; air = false; } else { air = true; } }
Instance of Symbol 175 MovieClip in Frame 9
onClipEvent (enterFrame) { if ((this.hitTest(_root.warthog) && (this._currentframe > 2)) && (this._currentframe < 4)) { _root.health.nextFrame(); } if ((this.hitTest(_root.warthog) && (_root.warthog._currentframe < 2)) && (this._currentframe < 4)) { this.gotoAndStop(3); } if ((this.hitTest(_root.warthog) && (this._currentframe > 2)) && (this._currentframe < 4)) { this.gotoAndStop(4); } if (this.die._currentframe > 1) { this.gotoAndStop(4); } if (this.die._currentframe > 9) { unloadMovie (this); } } onClipEvent (enterFrame) { this._x = this._x - 15; } onClipEvent (load) { gravity = 10; scale = _xscale; walkSpeed = 2; maxjump = 6; } onClipEvent (enterFrame) { if (air == true) { _y = (_y + gravity); } if (!_root.bg.platforms.hitTest(_x, _y, true)) { air = true; } if (_root.bg.platforms.hitTest(_x, _y, true)) { _y = (_y - gravity); jumpcount = 0; air = false; } else { air = true; } }
Instance of Symbol 175 MovieClip in Frame 9
onClipEvent (enterFrame) { if ((this.hitTest(_root.warthog) && (this._currentframe > 2)) && (this._currentframe < 4)) { _root.health.nextFrame(); } if ((this.hitTest(_root.warthog) && (_root.warthog._currentframe < 2)) && (this._currentframe < 4)) { this.gotoAndStop(3); } if ((this.hitTest(_root.warthog) && (this._currentframe > 2)) && (this._currentframe < 4)) { this.gotoAndStop(4); } if (this.die._currentframe > 1) { this.gotoAndStop(4); } if (this.die._currentframe > 9) { unloadMovie (this); } } onClipEvent (enterFrame) { this._x = this._x - 15; } onClipEvent (load) { gravity = 10; scale = _xscale; walkSpeed = 2; maxjump = 6; } onClipEvent (enterFrame) { if (air == true) { _y = (_y + gravity); } if (!_root.bg.platforms.hitTest(_x, _y, true)) { air = true; } if (_root.bg.platforms.hitTest(_x, _y, true)) { _y = (_y - gravity); jumpcount = 0; air = false; } else { air = true; } }
Instance of Symbol 77 MovieClip in Frame 9
onClipEvent (enterFrame) { if ((this.hitTest(_root.warthog) && (this._currentframe > 2)) && (this._currentframe < 4)) { _root.health.nextFrame(); } if ((this.hitTest(_root.warthog) && (_root.warthog._currentframe < 2)) && (this._currentframe < 4)) { this.gotoAndStop(3); } if ((this.hitTest(_root.warthog) && (this._currentframe > 2)) && (this._currentframe < 4)) { this.gotoAndStop(4); } if (this.die._currentframe > 1) { this.gotoAndStop(4); } if (this.die._currentframe > 9) { unloadMovie (this); } } onClipEvent (enterFrame) { this._x = this._x - 15; } onClipEvent (load) { gravity = 10; scale = _xscale; walkSpeed = 2; maxjump = 6; } onClipEvent (enterFrame) { if (air == true) { _y = (_y + gravity); } if (!_root.bg.platforms.hitTest(_x, _y, true)) { air = true; } if (_root.bg.platforms.hitTest(_x, _y, true)) { _y = (_y - gravity); jumpcount = 0; air = false; } else { air = true; } }
Instance of Symbol 77 MovieClip in Frame 9
onClipEvent (enterFrame) { if ((this.hitTest(_root.warthog) && (this._currentframe > 2)) && (this._currentframe < 4)) { _root.health.nextFrame(); } if ((this.hitTest(_root.warthog) && (_root.warthog._currentframe < 2)) && (this._currentframe < 4)) { this.gotoAndStop(3); } if ((this.hitTest(_root.warthog) && (this._currentframe > 2)) && (this._currentframe < 4)) { this.gotoAndStop(4); } if (this.die._currentframe > 1) { this.gotoAndStop(4); } if (this.die._currentframe > 9) { unloadMovie (this); } } onClipEvent (enterFrame) { this._x = this._x - 15; } onClipEvent (load) { gravity = 10; scale = _xscale; walkSpeed = 2; maxjump = 6; } onClipEvent (enterFrame) { if (air == true) { _y = (_y + gravity); } if (!_root.bg.platforms.hitTest(_x, _y, true)) { air = true; } if (_root.bg.platforms.hitTest(_x, _y, true)) { _y = (_y - gravity); jumpcount = 0; air = false; } else { air = true; } }
Instance of Symbol 77 MovieClip in Frame 9
onClipEvent (enterFrame) { if ((this.hitTest(_root.warthog) && (this._currentframe > 2)) && (this._currentframe < 4)) { _root.health.nextFrame(); } if ((this.hitTest(_root.warthog) && (_root.warthog._currentframe < 2)) && (this._currentframe < 4)) { this.gotoAndStop(3); } if ((this.hitTest(_root.warthog) && (this._currentframe > 2)) && (this._currentframe < 4)) { this.gotoAndStop(4); } if (this.die._currentframe > 1) { this.gotoAndStop(4); } if (this.die._currentframe > 9) { unloadMovie (this); } } onClipEvent (enterFrame) { this._x = this._x - 15; } onClipEvent (load) { gravity = 10; scale = _xscale; walkSpeed = 2; maxjump = 6; } onClipEvent (enterFrame) { if (air == true) { _y = (_y + gravity); } if (!_root.bg.platforms.hitTest(_x, _y, true)) { air = true; } if (_root.bg.platforms.hitTest(_x, _y, true)) { _y = (_y - gravity); jumpcount = 0; air = false; } else { air = true; } }
Instance of Symbol 175 MovieClip in Frame 9
onClipEvent (enterFrame) { if ((this.hitTest(_root.warthog) && (this._currentframe > 2)) && (this._currentframe < 4)) { _root.health.nextFrame(); } if ((this.hitTest(_root.warthog) && (_root.warthog._currentframe < 2)) && (this._currentframe < 4)) { this.gotoAndStop(3); } if ((this.hitTest(_root.warthog) && (this._currentframe > 2)) && (this._currentframe < 4)) { this.gotoAndStop(4); } if (this.die._currentframe > 1) { this.gotoAndStop(4); } if (this.die._currentframe > 9) { unloadMovie (this); } } onClipEvent (enterFrame) { this._x = this._x - 15; } onClipEvent (load) { gravity = 10; scale = _xscale; walkSpeed = 2; maxjump = 6; } onClipEvent (enterFrame) { if (air == true) { _y = (_y + gravity); } if (!_root.bg.platforms.hitTest(_x, _y, true)) { air = true; } if (_root.bg.platforms.hitTest(_x, _y, true)) { _y = (_y - gravity); jumpcount = 0; air = false; } else { air = true; } }
Instance of Symbol 77 MovieClip in Frame 9
onClipEvent (enterFrame) { if ((this.hitTest(_root.warthog) && (this._currentframe > 2)) && (this._currentframe < 4)) { _root.health.nextFrame(); } if ((this.hitTest(_root.warthog) && (_root.warthog._currentframe < 2)) && (this._currentframe < 4)) { this.gotoAndStop(3); } if ((this.hitTest(_root.warthog) && (this._currentframe > 2)) && (this._currentframe < 4)) { this.gotoAndStop(4); } if (this.die._currentframe > 1) { this.gotoAndStop(4); } if (this.die._currentframe > 9) { unloadMovie (this); } } onClipEvent (enterFrame) { this._x = this._x - 15; } onClipEvent (load) { gravity = 10; scale = _xscale; walkSpeed = 2; maxjump = 6; } onClipEvent (enterFrame) { if (air == true) { _y = (_y + gravity); } if (!_root.bg.platforms.hitTest(_x, _y, true)) { air = true; } if (_root.bg.platforms.hitTest(_x, _y, true)) { _y = (_y - gravity); jumpcount = 0; air = false; } else { air = true; } }
Instance of Symbol 77 MovieClip in Frame 9
onClipEvent (enterFrame) { if ((this.hitTest(_root.warthog) && (this._currentframe > 2)) && (this._currentframe < 4)) { _root.health.nextFrame(); } if ((this.hitTest(_root.warthog) && (_root.warthog._currentframe < 2)) && (this._currentframe < 4)) { this.gotoAndStop(3); } if ((this.hitTest(_root.warthog) && (this._currentframe > 2)) && (this._currentframe < 4)) { this.gotoAndStop(4); } if (this.die._currentframe > 1) { this.gotoAndStop(4); } if (this.die._currentframe > 9) { unloadMovie (this); } } onClipEvent (enterFrame) { this._x = this._x - 15; } onClipEvent (load) { gravity = 10; scale = _xscale; walkSpeed = 2; maxjump = 6; } onClipEvent (enterFrame) { if (air == true) { _y = (_y + gravity); } if (!_root.bg.platforms.hitTest(_x, _y, true)) { air = true; } if (_root.bg.platforms.hitTest(_x, _y, true)) { _y = (_y - gravity); jumpcount = 0; air = false; } else { air = true; } }
Instance of Symbol 175 MovieClip in Frame 9
onClipEvent (enterFrame) { if ((this.hitTest(_root.warthog) && (this._currentframe > 2)) && (this._currentframe < 4)) { _root.health.nextFrame(); } if ((this.hitTest(_root.warthog) && (_root.warthog._currentframe < 2)) && (this._currentframe < 4)) { this.gotoAndStop(3); } if ((this.hitTest(_root.warthog) && (this._currentframe > 2)) && (this._currentframe < 4)) { this.gotoAndStop(4); } if (this.die._currentframe > 1) { this.gotoAndStop(4); } if (this.die._currentframe > 9) { unloadMovie (this); } } onClipEvent (enterFrame) { this._x = this._x - 15; } onClipEvent (load) { gravity = 10; scale = _xscale; walkSpeed = 2; maxjump = 6; } onClipEvent (enterFrame) { if (air == true) { _y = (_y + gravity); } if (!_root.bg.platforms.hitTest(_x, _y, true)) { air = true; } if (_root.bg.platforms.hitTest(_x, _y, true)) { _y = (_y - gravity); jumpcount = 0; air = false; } else { air = true; } }
Instance of Symbol 175 MovieClip in Frame 9
onClipEvent (enterFrame) { if ((this.hitTest(_root.warthog) && (this._currentframe > 2)) && (this._currentframe < 4)) { _root.health.nextFrame(); } if ((this.hitTest(_root.warthog) && (_root.warthog._currentframe < 2)) && (this._currentframe < 4)) { this.gotoAndStop(3); } if ((this.hitTest(_root.warthog) && (this._currentframe > 2)) && (this._currentframe < 4)) { this.gotoAndStop(4); } if (this.die._currentframe > 1) { this.gotoAndStop(4); } if (this.die._currentframe > 9) { unloadMovie (this); } } onClipEvent (enterFrame) { this._x = this._x - 15; } onClipEvent (load) { gravity = 10; scale = _xscale; walkSpeed = 2; maxjump = 6; } onClipEvent (enterFrame) { if (air == true) { _y = (_y + gravity); } if (!_root.bg.platforms.hitTest(_x, _y, true)) { air = true; } if (_root.bg.platforms.hitTest(_x, _y, true)) { _y = (_y - gravity); jumpcount = 0; air = false; } else { air = true; } }
Instance of Symbol 175 MovieClip in Frame 9
onClipEvent (enterFrame) { if ((this.hitTest(_root.warthog) && (this._currentframe > 2)) && (this._currentframe < 4)) { _root.health.nextFrame(); } if ((this.hitTest(_root.warthog) && (_root.warthog._currentframe < 2)) && (this._currentframe < 4)) { this.gotoAndStop(3); } if ((this.hitTest(_root.warthog) && (this._currentframe > 2)) && (this._currentframe < 4)) { this.gotoAndStop(4); } if (this.die._currentframe > 1) { this.gotoAndStop(4); } if (this.die._currentframe > 9) { unloadMovie (this); } } onClipEvent (enterFrame) { this._x = this._x - 15; } onClipEvent (load) { gravity = 10; scale = _xscale; walkSpeed = 2; maxjump = 6; } onClipEvent (enterFrame) { if (air == true) { _y = (_y + gravity); } if (!_root.bg.platforms.hitTest(_x, _y, true)) { air = true; } if (_root.bg.platforms.hitTest(_x, _y, true)) { _y = (_y - gravity); jumpcount = 0; air = false; } else { air = true; } }
Instance of Symbol 77 MovieClip in Frame 9
onClipEvent (enterFrame) { if ((this.hitTest(_root.warthog) && (this._currentframe > 2)) && (this._currentframe < 4)) { _root.health.nextFrame(); } if ((this.hitTest(_root.warthog) && (_root.warthog._currentframe < 2)) && (this._currentframe < 4)) { this.gotoAndStop(3); } if ((this.hitTest(_root.warthog) && (this._currentframe > 2)) && (this._currentframe < 4)) { this.gotoAndStop(4); } if (this.die._currentframe > 1) { this.gotoAndStop(4); } if (this.die._currentframe > 9) { unloadMovie (this); } } onClipEvent (enterFrame) { this._x = this._x - 15; } onClipEvent (load) { gravity = 10; scale = _xscale; walkSpeed = 2; maxjump = 6; } onClipEvent (enterFrame) { if (air == true) { _y = (_y + gravity); } if (!_root.bg.platforms.hitTest(_x, _y, true)) { air = true; } if (_root.bg.platforms.hitTest(_x, _y, true)) { _y = (_y - gravity); jumpcount = 0; air = false; } else { air = true; } }
Instance of Symbol 77 MovieClip in Frame 9
onClipEvent (enterFrame) { if ((this.hitTest(_root.warthog) && (this._currentframe > 2)) && (this._currentframe < 4)) { _root.health.nextFrame(); } if ((this.hitTest(_root.warthog) && (_root.warthog._currentframe < 2)) && (this._currentframe < 4)) { this.gotoAndStop(3); } if ((this.hitTest(_root.warthog) && (this._currentframe > 2)) && (this._currentframe < 4)) { this.gotoAndStop(4); } if (this.die._currentframe > 1) { this.gotoAndStop(4); } if (this.die._currentframe > 9) { unloadMovie (this); } } onClipEvent (enterFrame) { this._x = this._x - 15; } onClipEvent (load) { gravity = 10; scale = _xscale; walkSpeed = 2; maxjump = 6; } onClipEvent (enterFrame) { if (air == true) { _y = (_y + gravity); } if (!_root.bg.platforms.hitTest(_x, _y, true)) { air = true; } if (_root.bg.platforms.hitTest(_x, _y, true)) { _y = (_y - gravity); jumpcount = 0; air = false; } else { air = true; } }
Instance of Symbol 77 MovieClip in Frame 9
onClipEvent (enterFrame) { if ((this.hitTest(_root.warthog) && (this._currentframe > 2)) && (this._currentframe < 4)) { _root.health.nextFrame(); } if ((this.hitTest(_root.warthog) && (_root.warthog._currentframe < 2)) && (this._currentframe < 4)) { this.gotoAndStop(3); } if ((this.hitTest(_root.warthog) && (this._currentframe > 2)) && (this._currentframe < 4)) { this.gotoAndStop(4); } if (this.die._currentframe > 1) { this.gotoAndStop(4); } if (this.die._currentframe > 9) { unloadMovie (this); } } onClipEvent (enterFrame) { this._x = this._x - 15; } onClipEvent (load) { gravity = 10; scale = _xscale; walkSpeed = 2; maxjump = 6; } onClipEvent (enterFrame) { if (air == true) { _y = (_y + gravity); } if (!_root.bg.platforms.hitTest(_x, _y, true)) { air = true; } if (_root.bg.platforms.hitTest(_x, _y, true)) { _y = (_y - gravity); jumpcount = 0; air = false; } else { air = true; } }
Instance of Symbol 175 MovieClip in Frame 9
onClipEvent (enterFrame) { if ((this.hitTest(_root.warthog) && (this._currentframe > 2)) && (this._currentframe < 4)) { _root.health.nextFrame(); } if ((this.hitTest(_root.warthog) && (_root.warthog._currentframe < 2)) && (this._currentframe < 4)) { this.gotoAndStop(3); } if ((this.hitTest(_root.warthog) && (this._currentframe > 2)) && (this._currentframe < 4)) { this.gotoAndStop(4); } if (this.die._currentframe > 1) { this.gotoAndStop(4); } if (this.die._currentframe > 9) { unloadMovie (this); } } onClipEvent (enterFrame) { this._x = this._x - 15; } onClipEvent (load) { gravity = 10; scale = _xscale; walkSpeed = 2; maxjump = 6; } onClipEvent (enterFrame) { if (air == true) { _y = (_y + gravity); } if (!_root.bg.platforms.hitTest(_x, _y, true)) { air = true; } if (_root.bg.platforms.hitTest(_x, _y, true)) { _y = (_y - gravity); jumpcount = 0; air = false; } else { air = true; } }
Instance of Symbol 77 MovieClip in Frame 9
onClipEvent (enterFrame) { if ((this.hitTest(_root.warthog) && (this._currentframe > 2)) && (this._currentframe < 4)) { _root.health.nextFrame(); } if ((this.hitTest(_root.warthog) && (_root.warthog._currentframe < 2)) && (this._currentframe < 4)) { this.gotoAndStop(3); } if ((this.hitTest(_root.warthog) && (this._currentframe > 2)) && (this._currentframe < 4)) { this.gotoAndStop(4); } if (this.die._currentframe > 1) { this.gotoAndStop(4); } if (this.die._currentframe > 9) { unloadMovie (this); } } onClipEvent (enterFrame) { this._x = this._x - 15; } onClipEvent (load) { gravity = 10; scale = _xscale; walkSpeed = 2; maxjump = 6; } onClipEvent (enterFrame) { if (air == true) { _y = (_y + gravity); } if (!_root.bg.platforms.hitTest(_x, _y, true)) { air = true; } if (_root.bg.platforms.hitTest(_x, _y, true)) { _y = (_y - gravity); jumpcount = 0; air = false; } else { air = true; } }
Instance of Symbol 418 MovieClip "warthog" in Frame 9
onClipEvent (load) { gravity = 10; scale = _xscale; walkSpeed = 2; maxjump = 4; } onClipEvent (enterFrame) { if (air == true) { _y = (_y + gravity); } if (!_root.bg.platforms.hitTest(_x, _y, true)) { air = true; } if (_root.bg.platforms.hitTest(_x, _y, true)) { _y = (_y - gravity); jumpcount = 0; air = false; } else { air = true; } if (air == false) { jump = true; jumpcount = 0; jumpSpeed = 22; } if (Key.isDown(32) && (jump == true)) { _y = (_y - jumpSpeed); } if (Key.isDown(32)) { jumpcount = jumpcount + 1; } if ((jumpcount > maxjump) && (jumpSpeed > -2)) { jumpSpeed = jumpSpeed - 2; } if (Key.isDown(90)) { this.gotoAndStop(3); _root.bg._x = _root.bg._x + 3; } if (Key.isDown(37)) { _root.bg._x = _root.bg._x + walkSpeed; _xscale = (-scale); } if (Key.isDown(39)) { walkSpeed = walkSpeed + 2; _root.bg._x = _root.bg._x - walkSpeed; _xscale = scale; } else { walkSpeed = 0; } if ((((((jumpcount < 1) && (!Key.isDown(39))) && (!Key.isDown(37))) && (!Key.isDown(17))) && (!Key.isDown(90))) && (!Key.isDown(32))) { this.gotoAndStop(1); } if (walkSpeed > 40) { walkSpeed = 10; } }
Frame 14
stop();
Frame 15
stop();
Instance of Symbol 432 MovieClip "bg" in Frame 15
onClipEvent (enterFrame) { if (Key.isDown(39)) { this._x = this._x - 15; } if (Key.isDown(37)) { this._x = this._x + 15; } }
Instance of Symbol 77 MovieClip in Frame 15
onClipEvent (enterFrame) { if (this.hitTest(_root.sgt) && (_root.sgt._currentframe < 3)) { _root.sgt.gotoAndStop(3); _root.sgt.alien = true; this.gotoAndStop(3); } if (this.hitTest(_root.sgt) && (_root.sgt._currentframe > 2)) { this.gotoAndStop(4); } if (this.hitTest(_root.marine) && (_root.marine._currentframe < 3)) { _root.marine.gotoAndStop(3); _root.marine.alien = true; this.gotoAndStop(3); } if (this.hitTest(_root.marine) && (_root.marine._currentframe > 2)) { this.gotoAndStop(4); } if ((this.hitTest(_root.MC.body) && (this._currentframe > 2)) && (this._currentframe < 4)) { _root.health.nextFrame(); } if ((this.hitTest(_root.MC) && (_root.MC._currentframe < 3)) && (this._currentframe < 4)) { this.gotoAndStop(3); } if (this.hitTest(_root.MC) && (_root.MC._currentframe > 2)) { this.gotoAndStop(4); } if (this.die._currentframe > 1) { this.gotoAndStop(4); } if (this.die._currentframe > 9) { _root.marine.gotoAndStop(1); _root.marine.alien = false; _root.sgt.gotoAndStop(1); _root.sgt.alien = false; unloadMovie (this); } } onClipEvent (enterFrame) { if (Key.isDown(39)) { this._x = this._x - 15; } if (Key.isDown(37)) { this._x = this._x + 15; } } onClipEvent (load) { gravity = 10; scale = _xscale; walkSpeed = 2; maxjump = 6; } onClipEvent (enterFrame) { if (air == true) { _y = (_y + gravity); } if (!_root.bg.platforms.hitTest(_x, _y, true)) { air = true; } if (_root.bg.platforms.hitTest(_x, _y, true)) { _y = (_y - gravity); jumpcount = 0; air = false; } else { air = true; } }
Instance of Symbol 108 MovieClip in Frame 15
onClipEvent (enterFrame) { if (this.hitTest(_root.sgt) && (_root.sgt._currentframe < 3)) { _root.sgt.gotoAndStop(3); _root.sgt.alien = true; this.gotoAndStop(3); } if ((this.hitTest(_root.sgt) && (_root.sgt._currentframe > 2)) && (this.shoot._currentframe < 14)) { this.gotoAndStop(4); } if (this.hitTest(_root.marine) && (_root.marine._currentframe < 3)) { _root.marine.gotoAndStop(3); _root.marine.alien = true; this.gotoAndStop(3); } if ((this.hitTest(_root.marine) && (_root.marine._currentframe > 2)) && (this.shoot._currentframe < 14)) { this.gotoAndStop(4); this.gotoAndStop(4); } if ((this.hitTest(_root.MC.body) && (this._currentframe > 2)) && (this._currentframe < 4)) { _root.health.nextFrame(); } if ((this.hitTest(_root.MC) && (_root.MC._currentframe < 3)) && (this._currentframe < 4)) { this.gotoAndStop(3); } if ((this.hitTest(_root.MC) && (_root.MC._currentframe > 2)) && (this.shoot._currentframe < 14)) { this.gotoAndStop(4); this.gotoAndStop(4); } if (this.die._currentframe > 1) { this.gotoAndStop(4); } if (this.die._currentframe > 9) { _root.marine.gotoAndStop(1); _root.marine.alien = false; _root.sgt.gotoAndStop(1); _root.sgt.alien = false; unloadMovie (this); } } onClipEvent (enterFrame) { if (Key.isDown(39)) { this._x = this._x - 15; } if (Key.isDown(37)) { this._x = this._x + 15; } } onClipEvent (load) { gravity = 10; scale = _xscale; walkSpeed = 2; maxjump = 6; } onClipEvent (enterFrame) { if (air == true) { _y = (_y + gravity); } if (!_root.bg.platforms.hitTest(_x, _y, true)) { air = true; } if (_root.bg.platforms.hitTest(_x, _y, true)) { _y = (_y - gravity); jumpcount = 0; air = false; } else { air = true; } }
Instance of Symbol 108 MovieClip in Frame 15
onClipEvent (enterFrame) { if (this.hitTest(_root.sgt) && (_root.sgt._currentframe < 3)) { _root.sgt.gotoAndStop(3); _root.sgt.alien = true; this.gotoAndStop(3); } if ((this.hitTest(_root.sgt) && (_root.sgt._currentframe > 2)) && (this.shoot._currentframe < 14)) { this.gotoAndStop(4); } if (this.hitTest(_root.marine) && (_root.marine._currentframe < 3)) { _root.marine.gotoAndStop(3); _root.marine.alien = true; this.gotoAndStop(3); } if ((this.hitTest(_root.marine) && (_root.marine._currentframe > 2)) && (this.shoot._currentframe < 14)) { this.gotoAndStop(4); this.gotoAndStop(4); } if ((this.hitTest(_root.MC.body) && (this._currentframe > 2)) && (this._currentframe < 4)) { _root.health.nextFrame(); } if ((this.hitTest(_root.MC) && (_root.MC._currentframe < 3)) && (this._currentframe < 4)) { this.gotoAndStop(3); } if ((this.hitTest(_root.MC) && (_root.MC._currentframe > 2)) && (this.shoot._currentframe < 14)) { this.gotoAndStop(4); this.gotoAndStop(4); } if (this.die._currentframe > 1) { this.gotoAndStop(4); } if (this.die._currentframe > 9) { _root.marine.gotoAndStop(1); _root.marine.alien = false; _root.sgt.gotoAndStop(1); _root.sgt.alien = false; unloadMovie (this); } } onClipEvent (enterFrame) { if (Key.isDown(39)) { this._x = this._x - 15; } if (Key.isDown(37)) { this._x = this._x + 15; } } onClipEvent (load) { gravity = 10; scale = _xscale; walkSpeed = 2; maxjump = 6; } onClipEvent (enterFrame) { if (air == true) { _y = (_y + gravity); } if (!_root.bg.platforms.hitTest(_x, _y, true)) { air = true; } if (_root.bg.platforms.hitTest(_x, _y, true)) { _y = (_y - gravity); jumpcount = 0; air = false; } else { air = true; } }
Instance of Symbol 108 MovieClip in Frame 15
onClipEvent (enterFrame) { if (this.hitTest(_root.sgt) && (_root.sgt._currentframe < 3)) { _root.sgt.gotoAndStop(3); _root.sgt.alien = true; this.gotoAndStop(3); } if ((this.hitTest(_root.sgt) && (_root.sgt._currentframe > 2)) && (this.shoot._currentframe < 14)) { this.gotoAndStop(4); } if (this.hitTest(_root.marine) && (_root.marine._currentframe < 3)) { _root.marine.gotoAndStop(3); _root.marine.alien = true; this.gotoAndStop(3); } if ((this.hitTest(_root.marine) && (_root.marine._currentframe > 2)) && (this.shoot._currentframe < 14)) { this.gotoAndStop(4); this.gotoAndStop(4); } if ((this.hitTest(_root.MC.body) && (this._currentframe > 2)) && (this._currentframe < 4)) { _root.health.nextFrame(); } if ((this.hitTest(_root.MC) && (_root.MC._currentframe < 3)) && (this._currentframe < 4)) { this.gotoAndStop(3); } if ((this.hitTest(_root.MC) && (_root.MC._currentframe > 2)) && (this.shoot._currentframe < 14)) { this.gotoAndStop(4); this.gotoAndStop(4); } if (this.die._currentframe > 1) { this.gotoAndStop(4); } if (this.die._currentframe > 9) { _root.marine.gotoAndStop(1); _root.marine.alien = false; _root.sgt.gotoAndStop(1); _root.sgt.alien = false; unloadMovie (this); } } onClipEvent (enterFrame) { if (Key.isDown(39)) { this._x = this._x - 15; } if (Key.isDown(37)) { this._x = this._x + 15; } } onClipEvent (load) { gravity = 10; scale = _xscale; walkSpeed = 2; maxjump = 6; } onClipEvent (enterFrame) { if (air == true) { _y = (_y + gravity); } if (!_root.bg.platforms.hitTest(_x, _y, true)) { air = true; } if (_root.bg.platforms.hitTest(_x, _y, true)) { _y = (_y - gravity); jumpcount = 0; air = false; } else { air = true; } }
Instance of Symbol 77 MovieClip in Frame 15
onClipEvent (enterFrame) { if (this.hitTest(_root.sgt) && (_root.sgt._currentframe < 3)) { _root.sgt.gotoAndStop(3); _root.sgt.alien = true; this.gotoAndStop(3); } if (this.hitTest(_root.sgt) && (_root.sgt._currentframe > 2)) { this.gotoAndStop(4); } if (this.hitTest(_root.marine) && (_root.marine._currentframe < 3)) { _root.marine.gotoAndStop(3); _root.marine.alien = true; this.gotoAndStop(3); } if (this.hitTest(_root.marine) && (_root.marine._currentframe > 2)) { this.gotoAndStop(4); } if ((this.hitTest(_root.MC.body) && (this._currentframe > 2)) && (this._currentframe < 4)) { _root.health.nextFrame(); } if ((this.hitTest(_root.MC) && (_root.MC._currentframe < 3)) && (this._currentframe < 4)) { this.gotoAndStop(3); } if (this.hitTest(_root.MC) && (_root.MC._currentframe > 2)) { this.gotoAndStop(4); } if (this.die._currentframe > 1) { this.gotoAndStop(4); } if (this.die._currentframe > 9) { _root.marine.gotoAndStop(1); _root.marine.alien = false; _root.sgt.gotoAndStop(1); _root.sgt.alien = false; unloadMovie (this); } } onClipEvent (enterFrame) { if (Key.isDown(39)) { this._x = this._x - 15; } if (Key.isDown(37)) { this._x = this._x + 15; } } onClipEvent (load) { gravity = 10; scale = _xscale; walkSpeed = 2; maxjump = 6; } onClipEvent (enterFrame) { if (air == true) { _y = (_y + gravity); } if (!_root.bg.platforms.hitTest(_x, _y, true)) { air = true; } if (_root.bg.platforms.hitTest(_x, _y, true)) { _y = (_y - gravity); jumpcount = 0; air = false; } else { air = true; } }
Instance of Symbol 433 MovieClip in Frame 15
onClipEvent (enterFrame) { if (((this._currentframe > 1) && (this._currentframe < 3)) && (_root.MC.body._x > this._x)) { this._xscale = scale; } if (((this._currentframe > 1) && (this._currentframe < 3)) && (_root.MC.body._x < this._x)) { this._xscale = -scale; } } onClipEvent (load) { gravity = 12; scale = _xscale; walkSpeed = 2; walk = 0; maxjump = 6; steady = 6; scale = _xscale; } onClipEvent (enterFrame) { if (air == true) { _y = (_y + gravity); } if (!_root.bg.platforms.hitTest(_x, _y, true)) { air = true; } if (_root.bg.platforms.hitTest(_x, _y, true)) { _y = (_y - gravity); jumpcount = 0; air = false; } else { air = true; } } onClipEvent (enterFrame) { if (Key.isDown(39)) { this._x = this._x - 15; } if (Key.isDown(37)) { this._x = this._x + 15; } if (this.hitTest(_root.MC) && (_root.MC._currentframe > 2)) { this.gotoAndStop(3); } if (this.hitTest(_root.MC) && (_root.MC._currentframe < 3)) { this.gotoAndStop(2); walk = 200; } if (this.die._currentframe > 9) { unloadMovie (this); } } onClipEvent (enterFrame) { if ((walk > 50) && (walk < 100)) { this._x = this._x + 7; this._xscale = scale; } if (walk < 50) { this._x = this._x - 7; this._xscale = -scale; } if (walk == 100) { walk = 0; } if ((steady = 6)) { walk = walk + 2; } if (walk > 100) { steady = 7; } }
Instance of Symbol 434 MovieClip in Frame 15
onClipEvent (enterFrame) { if (((this._currentframe > 1) && (this._currentframe < 3)) && (_root.MC.body._x > this._x)) { this._xscale = scale; } if (((this._currentframe > 1) && (this._currentframe < 3)) && (_root.MC.body._x < this._x)) { this._xscale = -scale; } } onClipEvent (load) { gravity = 12; scale = _xscale; walkSpeed = 2; walk = 0; maxjump = 6; steady = 6; scale = _xscale; } onClipEvent (enterFrame) { if (air == true) { _y = (_y + gravity); } if (!_root.bg.platforms.hitTest(_x, _y, true)) { air = true; } if (_root.bg.platforms.hitTest(_x, _y, true)) { _y = (_y - gravity); jumpcount = 0; air = false; } else { air = true; } } onClipEvent (enterFrame) { if (Key.isDown(39)) { this._x = this._x - 15; } if (Key.isDown(37)) { this._x = this._x + 15; } if (this.hitTest(_root.MC) && (_root.MC._currentframe > 2)) { this.gotoAndStop(3); } if (this.hitTest(_root.MC) && (_root.MC._currentframe < 3)) { this.gotoAndStop(2); walk = 200; } if (this.die._currentframe > 9) { unloadMovie (this); } } onClipEvent (enterFrame) { if ((walk > 50) && (walk < 100)) { this._x = this._x + 7; this._xscale = scale; } if (walk < 50) { this._x = this._x - 7; this._xscale = -scale; } if (walk == 100) { walk = 0; } if ((steady = 6)) { walk = walk + 2; } if (walk > 100) { steady = 7; } }
Instance of Symbol 434 MovieClip in Frame 15
onClipEvent (enterFrame) { if (((this._currentframe > 1) && (this._currentframe < 3)) && (_root.MC.body._x > this._x)) { this._xscale = scale; } if (((this._currentframe > 1) && (this._currentframe < 3)) && (_root.MC.body._x < this._x)) { this._xscale = -scale; } } onClipEvent (load) { gravity = 12; scale = _xscale; walkSpeed = 2; walk = 0; maxjump = 6; steady = 6; scale = _xscale; } onClipEvent (enterFrame) { if (air == true) { _y = (_y + gravity); } if (!_root.bg.platforms.hitTest(_x, _y, true)) { air = true; } if (_root.bg.platforms.hitTest(_x, _y, true)) { _y = (_y - gravity); jumpcount = 0; air = false; } else { air = true; } } onClipEvent (enterFrame) { if (Key.isDown(39)) { this._x = this._x - 15; } if (Key.isDown(37)) { this._x = this._x + 15; } if (this.hitTest(_root.MC) && (_root.MC._currentframe > 2)) { this.gotoAndStop(3); } if (this.hitTest(_root.MC) && (_root.MC._currentframe < 3)) { this.gotoAndStop(2); walk = 200; } if (this.die._currentframe > 9) { unloadMovie (this); } } onClipEvent (enterFrame) { if ((walk > 50) && (walk < 100)) { this._x = this._x + 7; this._xscale = scale; } if (walk < 50) { this._x = this._x - 7; this._xscale = -scale; } if (walk == 100) { walk = 0; } if ((steady = 6)) { walk = walk + 2; } if (walk > 100) { steady = 7; } }
Instance of Symbol 386 MovieClip "marine" in Frame 15
onClipEvent (enterFrame) { if (_root.alien == true) { this.gotoAndStop(3); } if ((_root.alien = false)) { this.gotoAndStop(1); } if (this.die._currentframe > 9) { unloadMovie (this); } if (Key.isDown(39) && (alien == false)) { this.gotoAndStop(2); this._x = this._x + 15; _xscale = scale; } if (Key.isDown(37)) { this.gotoAndStop(2); _x = (_x - 15); _xscale = (-scale); } if ((((!Key.isDown(37)) && (!Key.isDown(39))) && (alien == false)) && (recover == false)) { this.gotoAndStop(1); } if ((this._x < 184.6) && (alien == false)) { this._x = this._x + 13; recover = true; gotoAndStop (2); } if (this._x > 184.7) { recover = false; } } onClipEvent (enterFrame) { if (Key.isDown(39)) { this._x = this._x - 15; } if (Key.isDown(37)) { this._x = this._x + 15; } } onClipEvent (load) { gravity = 10; scale = _xscale; walkSpeed = 2; maxjump = 3; scale = _xscale; } onClipEvent (enterFrame) { if (air == true) { _y = (_y + gravity); } if (!_root.bg.platforms.hitTest(_x, _y, true)) { air = true; } if (_root.bg.platforms.hitTest(_x, _y, true)) { _y = (_y - gravity); jumpcount = 0; air = false; } else { air = true; } if (air == false) { jump = true; jumpcount = 0; jumpSpeed = 22; } if (Key.isDown(32) && (jump == true)) { _y = (_y - jumpSpeed); } if (Key.isDown(32)) { jumpcount = jumpcount + 1.5; } if ((jumpcount > maxjump) && (jumpSpeed > -2)) { jumpSpeed = jumpSpeed - 2; } }
Instance of Symbol 147 MovieClip "MC" in Frame 15
onClipEvent (load) { gravity = 10; scale = _xscale; walkSpeed = 2; maxjump = 4; } onClipEvent (enterFrame) { if (air == true) { _y = (_y + gravity); } if (!_root.bg.platforms.hitTest(_x, _y, true)) { air = true; } if (_root.bg.platforms.hitTest(_x, _y, true)) { _y = (_y - gravity); jumpcount = 0; air = false; } else { air = true; } if (air == false) { jump = true; jumpcount = 0; jumpSpeed = 22; } if (Key.isDown(32) && (jump == true)) { _y = (_y - jumpSpeed); } if (Key.isDown(32)) { jumpcount = jumpcount + 1; } if ((jumpcount > maxjump) && (jumpSpeed > -2)) { jumpSpeed = jumpSpeed - 2; } if (Key.isDown(90) && (rifle == true)) { this.gotoAndStop(3); } if (Key.isDown(90) && (shotgun == true)) { this.gotoAndStop(6); } if (Key.isDown(90) && (snipe == true)) { this.gotoAndStop(5); } if (Key.isDown(37)) { this.gotoAndStop(2); _xscale = (-scale); } if (Key.isDown(39)) { this.gotoAndStop(2); _xscale = scale; } if ((((((jumpcount < 1) && (!Key.isDown(39))) && (!Key.isDown(37))) && (!Key.isDown(17))) && (!Key.isDown(90))) && (!Key.isDown(32))) { this.gotoAndStop(1); } }
Instance of Symbol 403 MovieClip "sgt" in Frame 15
onClipEvent (enterFrame) { if (_root.alien == true) { this.gotoAndStop(3); } if ((_root.alien = false)) { this.gotoAndStop(1); } if (this.die._currentframe > 9) { unloadMovie (this); } if (Key.isDown(39) && (alien == false)) { this.gotoAndStop(2); this._x = this._x + 15; _xscale = scale; } if (Key.isDown(37)) { this.gotoAndStop(2); _x = (_x - 15); _xscale = (-scale); } if ((((!Key.isDown(37)) && (!Key.isDown(39))) && (alien == false)) && (recover == false)) { this.gotoAndStop(1); } if ((this._x < 93.5) && (alien == false)) { this._x = this._x + 11; recover = true; gotoAndStop (2); } if (this._x > 93.6) { recover = false; } } onClipEvent (enterFrame) { if (Key.isDown(39)) { this._x = this._x - 15; } if (Key.isDown(37)) { this._x = this._x + 15; } } onClipEvent (load) { gravity = 10; scale = _xscale; walkSpeed = 2; maxjump = 3; scale = _xscale; } onClipEvent (enterFrame) { if (air == true) { _y = (_y + gravity); } if (!_root.bg.platforms.hitTest(_x, _y, true)) { air = true; } if (_root.bg.platforms.hitTest(_x, _y, true)) { _y = (_y - gravity); jumpcount = 0; air = false; } else { air = true; } if (air == false) { jump = true; jumpcount = 0; jumpSpeed = 22; } if (Key.isDown(32) && (jump == true)) { _y = (_y - jumpSpeed); } if (Key.isDown(32)) { jumpcount = jumpcount + 1.5; } if ((jumpcount > maxjump) && (jumpSpeed > -2)) { jumpSpeed = jumpSpeed - 2; } }
Instance of Symbol 177 MovieClip in Frame 15
onClipEvent (enterFrame) { if (this.hitTest(_root.MC.body)) { _root.bg._y = _root.bg._y - 10; _root.death._y = _root.death._y - 10; _root.MC._y = _root.MC._y - 8; } }
Instance of Symbol 177 MovieClip in Frame 15
onClipEvent (enterFrame) { if (this.hitTest(_root.MC.body)) { _root.bg._y = _root.bg._y + 10; _root.death._y = _root.death._y + 10; } }
Instance of Symbol 210 MovieClip "health" in Frame 15
onClipEvent (enterFrame) { if (this._currentframe < 2) { heal = 0; } if (this._currentframe > 2) { heal = heal + 2; } if (heal > 45) { heal = 0; this.prevFrame(); } }
Frame 16
stop();
Frame 19
stop();
Frame 20
stop();
Instance of Symbol 451 MovieClip "bg" in Frame 20
onClipEvent (enterFrame) { if (Key.isDown(39)) { this._x = this._x - 15; } if (Key.isDown(37)) { this._x = this._x + 15; } }
Instance of Symbol 77 MovieClip in Frame 20
onClipEvent (enterFrame) { if ((this.hitTest(_root.sgt.body) && (this._currentframe > 2)) && (this._currentframe < 4)) { _root.health.nextFrame(); } if ((this.hitTest(_root.sgt) && (_root.sgt._currentframe < 3)) && (this._currentframe < 4)) { this.gotoAndStop(3); } if (this.hitTest(_root.sgt) && (_root.sgt._currentframe > 2)) { this.gotoAndStop(4); } if (this.die._currentframe > 1) { this.gotoAndStop(4); } if (this.die._currentframe > 9) { unloadMovie (this); } } onClipEvent (enterFrame) { if (Key.isDown(39)) { this._x = this._x - 15; } if (Key.isDown(37)) { this._x = this._x + 15; } } onClipEvent (load) { gravity = 10; scale = _xscale; walkSpeed = 2; maxjump = 6; } onClipEvent (enterFrame) { if (air == true) { _y = (_y + gravity); } if (!_root.bg.platforms.hitTest(_x, _y, true)) { air = true; } if (_root.bg.platforms.hitTest(_x, _y, true)) { _y = (_y - gravity); jumpcount = 0; air = false; } else { air = true; } }
Instance of Symbol 175 MovieClip in Frame 20
onClipEvent (enterFrame) { if ((this.hitTest(_root.sgt.body) && (this._currentframe > 2)) && (this._currentframe < 4)) { _root.health.nextFrame(); } if ((this.hitTest(_root.sgt) && (_root.sgt._currentframe < 3)) && (this._currentframe < 4)) { this.gotoAndStop(3); } if (this.hitTest(_root.sgt) && (_root.sgt._currentframe > 2)) { this.gotoAndStop(4); } if (this.die._currentframe > 1) { this.gotoAndStop(4); } if (this.die._currentframe > 9) { unloadMovie (this); } } onClipEvent (enterFrame) { if (Key.isDown(39)) { this._x = this._x - 15; } if (Key.isDown(37)) { this._x = this._x + 15; } } onClipEvent (load) { gravity = 10; scale = _xscale; walkSpeed = 2; maxjump = 6; } onClipEvent (enterFrame) { if (air == true) { _y = (_y + gravity); } if (!_root.bg.platforms.hitTest(_x, _y, true)) { air = true; } if (_root.bg.platforms.hitTest(_x, _y, true)) { _y = (_y - gravity); jumpcount = 0; air = false; } else { air = true; } }
Instance of Symbol 175 MovieClip in Frame 20
onClipEvent (enterFrame) { if ((this.hitTest(_root.sgt.body) && (this._currentframe > 2)) && (this._currentframe < 4)) { _root.health.nextFrame(); } if ((this.hitTest(_root.sgt) && (_root.sgt._currentframe < 3)) && (this._currentframe < 4)) { this.gotoAndStop(3); } if (this.hitTest(_root.sgt) && (_root.sgt._currentframe > 2)) { this.gotoAndStop(4); } if (this.die._currentframe > 1) { this.gotoAndStop(4); } if (this.die._currentframe > 9) { unloadMovie (this); } } onClipEvent (enterFrame) { if (Key.isDown(39)) { this._x = this._x - 15; } if (Key.isDown(37)) { this._x = this._x + 15; } } onClipEvent (load) { gravity = 10; scale = _xscale; walkSpeed = 2; maxjump = 6; } onClipEvent (enterFrame) { if (air == true) { _y = (_y + gravity); } if (!_root.bg.platforms.hitTest(_x, _y, true)) { air = true; } if (_root.bg.platforms.hitTest(_x, _y, true)) { _y = (_y - gravity); jumpcount = 0; air = false; } else { air = true; } }
Instance of Symbol 77 MovieClip in Frame 20
onClipEvent (enterFrame) { if ((this.hitTest(_root.sgt.body) && (this._currentframe > 2)) && (this._currentframe < 4)) { _root.health.nextFrame(); } if ((this.hitTest(_root.sgt) && (_root.sgt._currentframe < 3)) && (this._currentframe < 4)) { this.gotoAndStop(3); } if (this.hitTest(_root.sgt) && (_root.sgt._currentframe > 2)) { this.gotoAndStop(4); } if (this.die._currentframe > 1) { this.gotoAndStop(4); } if (this.die._currentframe > 9) { unloadMovie (this); } } onClipEvent (enterFrame) { if (Key.isDown(39)) { this._x = this._x - 15; } if (Key.isDown(37)) { this._x = this._x + 15; } } onClipEvent (load) { gravity = 10; scale = _xscale; walkSpeed = 2; maxjump = 6; } onClipEvent (enterFrame) { if (air == true) { _y = (_y + gravity); } if (!_root.bg.platforms.hitTest(_x, _y, true)) { air = true; } if (_root.bg.platforms.hitTest(_x, _y, true)) { _y = (_y - gravity); jumpcount = 0; air = false; } else { air = true; } }
Instance of Symbol 77 MovieClip in Frame 20
onClipEvent (enterFrame) { if ((this.hitTest(_root.sgt.body) && (this._currentframe > 2)) && (this._currentframe < 4)) { _root.health.nextFrame(); } if ((this.hitTest(_root.sgt) && (_root.sgt._currentframe < 3)) && (this._currentframe < 4)) { this.gotoAndStop(3); } if (this.hitTest(_root.sgt) && (_root.sgt._currentframe > 2)) { this.gotoAndStop(4); } if (this.die._currentframe > 1) { this.gotoAndStop(4); } if (this.die._currentframe > 9) { unloadMovie (this); } } onClipEvent (enterFrame) { if (Key.isDown(39)) { this._x = this._x - 15; } if (Key.isDown(37)) { this._x = this._x + 15; } } onClipEvent (load) { gravity = 10; scale = _xscale; walkSpeed = 2; maxjump = 6; } onClipEvent (enterFrame) { if (air == true) { _y = (_y + gravity); } if (!_root.bg.platforms.hitTest(_x, _y, true)) { air = true; } if (_root.bg.platforms.hitTest(_x, _y, true)) { _y = (_y - gravity); jumpcount = 0; air = false; } else { air = true; } }
Instance of Symbol 175 MovieClip in Frame 20
onClipEvent (enterFrame) { if ((this.hitTest(_root.sgt.body) && (this._currentframe > 2)) && (this._currentframe < 4)) { _root.health.nextFrame(); } if ((this.hitTest(_root.sgt) && (_root.sgt._currentframe < 3)) && (this._currentframe < 4)) { this.gotoAndStop(3); } if (this.hitTest(_root.sgt) && (_root.sgt._currentframe > 2)) { this.gotoAndStop(4); } if (this.die._currentframe > 1) { this.gotoAndStop(4); } if (this.die._currentframe > 9) { unloadMovie (this); } } onClipEvent (enterFrame) { if (Key.isDown(39)) { this._x = this._x - 15; } if (Key.isDown(37)) { this._x = this._x + 15; } } onClipEvent (load) { gravity = 10; scale = _xscale; walkSpeed = 2; maxjump = 6; } onClipEvent (enterFrame) { if (air == true) { _y = (_y + gravity); } if (!_root.bg.platforms.hitTest(_x, _y, true)) { air = true; } if (_root.bg.platforms.hitTest(_x, _y, true)) { _y = (_y - gravity); jumpcount = 0; air = false; } else { air = true; } }
Instance of Symbol 283 MovieClip in Frame 20
onClipEvent (load) { gravity = 12; scale = _xscale; walkSpeed = 2; walk = 0; maxjump = 6; scale = _xscale; } onClipEvent (enterFrame) { if (air == true) { _y = (_y + gravity); } if (!_root.bg.platforms.hitTest(_x, _y, true)) { air = true; } if (_root.bg.platforms.hitTest(_x, _y, true)) { _y = (_y - gravity); jumpcount = 0; air = false; } else { air = true; } } onClipEvent (enterFrame) { if (Key.isDown(39)) { this._x = this._x - 15; } if (this.hitTest(_root.sgt.body)) { _root.health.nextFrame(); } if (Key.isDown(37)) { this._x = this._x + 15; } if (this.hitTest(_root.sgt) && (_root.sgt._currentframe > 2)) { this.die.play(); } if (this.die._currentframe > 4) { unloadMovie (this); } } onClipEvent (enterFrame) { if (walk > 50) { this._x = this._x + 7; this._xscale = scale; } if (walk < 50) { this._x = this._x - 7; this._xscale = -scale; } if (walk > 100) { walk = 0; } if ((maxjump = 6)) { walk = walk + 2; } }
Instance of Symbol 305 MovieClip in Frame 20
onClipEvent (load) { gravity = 12; scale = _xscale; walkSpeed = 2; walk = 0; maxjump = 6; scale = _xscale; } onClipEvent (enterFrame) { if (air == true) { _y = (_y + gravity); } if (!_root.bg.platforms.hitTest(_x, _y, true)) { air = true; } if (_root.bg.platforms.hitTest(_x, _y, true)) { _y = (_y - gravity); jumpcount = 0; air = false; } else { air = true; } } onClipEvent (enterFrame) { if (Key.isDown(39)) { this._x = this._x - 15; } if (Key.isDown(37)) { this._x = this._x + 15; } if (this.hitTest(_root.sgt) && (_root.sgt._currentframe > 2)) { this.gotoAndStop(3); } if (this.hitTest(_root.sgt) && (_root.sgt._currentframe < 3)) { this.gotoAndStop(2); } if (this.die._currentframe > 5) { unloadMovie (this); } } onClipEvent (enterFrame) { if (walk > 50) { this._x = this._x + 7; this._xscale = scale; } if (walk < 50) { this._x = this._x - 7; this._xscale = -scale; } if (walk > 100) { walk = 0; } if ((maxjump = 6)) { walk = walk + 2; } }
Instance of Symbol 283 MovieClip in Frame 20
onClipEvent (load) { gravity = 12; scale = _xscale; walkSpeed = 2; walk = 0; maxjump = 6; scale = _xscale; } onClipEvent (enterFrame) { if (air == true) { _y = (_y + gravity); } if (!_root.bg.platforms.hitTest(_x, _y, true)) { air = true; } if (_root.bg.platforms.hitTest(_x, _y, true)) { _y = (_y - gravity); jumpcount = 0; air = false; } else { air = true; } } onClipEvent (enterFrame) { if (Key.isDown(39)) { this._x = this._x - 15; } if (this.hitTest(_root.sgt.body)) { _root.health.nextFrame(); } if (Key.isDown(37)) { this._x = this._x + 15; } if (this.hitTest(_root.sgt) && (_root.sgt._currentframe > 2)) { this.die.play(); } if (this.die._currentframe > 4) { unloadMovie (this); } } onClipEvent (enterFrame) { if (walk > 50) { this._x = this._x + 7; this._xscale = scale; } if (walk < 50) { this._x = this._x - 7; this._xscale = -scale; } if (walk > 100) { walk = 0; } if ((maxjump = 6)) { walk = walk + 2; } }
Instance of Symbol 283 MovieClip in Frame 20
onClipEvent (load) { gravity = 12; scale = _xscale; walkSpeed = 2; walk = 0; maxjump = 6; scale = _xscale; } onClipEvent (enterFrame) { if (air == true) { _y = (_y + gravity); } if (!_root.bg.platforms.hitTest(_x, _y, true)) { air = true; } if (_root.bg.platforms.hitTest(_x, _y, true)) { _y = (_y - gravity); jumpcount = 0; air = false; } else { air = true; } } onClipEvent (enterFrame) { if (Key.isDown(39)) { this._x = this._x - 15; } if (this.hitTest(_root.sgt.body)) { _root.health.nextFrame(); } if (Key.isDown(37)) { this._x = this._x + 15; } if (this.hitTest(_root.sgt) && (_root.sgt._currentframe > 2)) { this.die.play(); } if (this.die._currentframe > 4) { unloadMovie (this); } } onClipEvent (enterFrame) { if (walk > 50) { this._x = this._x + 7; this._xscale = scale; } if (walk < 50) { this._x = this._x - 7; this._xscale = -scale; } if (walk > 100) { walk = 0; } if ((maxjump = 6)) { walk = walk + 2; } }
Instance of Symbol 305 MovieClip in Frame 20
onClipEvent (load) { gravity = 12; scale = _xscale; walkSpeed = 2; walk = 0; maxjump = 6; scale = _xscale; } onClipEvent (enterFrame) { if (air == true) { _y = (_y + gravity); } if (!_root.bg.platforms.hitTest(_x, _y, true)) { air = true; } if (_root.bg.platforms.hitTest(_x, _y, true)) { _y = (_y - gravity); jumpcount = 0; air = false; } else { air = true; } } onClipEvent (enterFrame) { if (Key.isDown(39)) { this._x = this._x - 15; } if (Key.isDown(37)) { this._x = this._x + 15; } if (this.hitTest(_root.sgt) && (_root.sgt._currentframe > 2)) { this.gotoAndStop(3); } if (this.hitTest(_root.sgt) && (_root.sgt._currentframe < 3)) { this.gotoAndStop(2); } if (this.die._currentframe > 5) { unloadMovie (this); } } onClipEvent (enterFrame) { if (walk > 50) { this._x = this._x + 7; this._xscale = scale; } if (walk < 50) { this._x = this._x - 7; this._xscale = -scale; } if (walk > 100) { walk = 0; } if ((maxjump = 6)) { walk = walk + 2; } }
Instance of Symbol 283 MovieClip in Frame 20
onClipEvent (load) { gravity = 12; scale = _xscale; walkSpeed = 2; walk = 0; maxjump = 6; scale = _xscale; } onClipEvent (enterFrame) { if (air == true) { _y = (_y + gravity); } if (!_root.bg.platforms.hitTest(_x, _y, true)) { air = true; } if (_root.bg.platforms.hitTest(_x, _y, true)) { _y = (_y - gravity); jumpcount = 0; air = false; } else { air = true; } } onClipEvent (enterFrame) { if (Key.isDown(39)) { this._x = this._x - 15; } if (this.hitTest(_root.sgt.body)) { _root.health.nextFrame(); } if (Key.isDown(37)) { this._x = this._x + 15; } if (this.hitTest(_root.sgt) && (_root.sgt._currentframe > 2)) { this.die.play(); } if (this.die._currentframe > 4) { unloadMovie (this); } } onClipEvent (enterFrame) { if (walk > 50) { this._x = this._x + 7; this._xscale = scale; } if (walk < 50) { this._x = this._x - 7; this._xscale = -scale; } if (walk > 100) { walk = 0; } if ((maxjump = 6)) { walk = walk + 2; } }
Instance of Symbol 283 MovieClip in Frame 20
onClipEvent (load) { gravity = 12; scale = _xscale; walkSpeed = 2; walk = 0; maxjump = 6; scale = _xscale; } onClipEvent (enterFrame) { if (air == true) { _y = (_y + gravity); } if (!_root.bg.platforms.hitTest(_x, _y, true)) { air = true; } if (_root.bg.platforms.hitTest(_x, _y, true)) { _y = (_y - gravity); jumpcount = 0; air = false; } else { air = true; } } onClipEvent (enterFrame) { if (Key.isDown(39)) { this._x = this._x - 15; } if (this.hitTest(_root.sgt.body)) { _root.health.nextFrame(); } if (Key.isDown(37)) { this._x = this._x + 15; } if (this.hitTest(_root.sgt) && (_root.sgt._currentframe > 2)) { this.die.play(); } if (this.die._currentframe > 4) { unloadMovie (this); } } onClipEvent (enterFrame) { if (walk > 50) { this._x = this._x + 7; this._xscale = scale; } if (walk < 50) { this._x = this._x - 7; this._xscale = -scale; } if (walk > 100) { walk = 0; } if ((maxjump = 6)) { walk = walk + 2; } }
Instance of Symbol 283 MovieClip in Frame 20
onClipEvent (load) { gravity = 12; scale = _xscale; walkSpeed = 2; walk = 0; maxjump = 6; scale = _xscale; } onClipEvent (enterFrame) { if (air == true) { _y = (_y + gravity); } if (!_root.bg.platforms.hitTest(_x, _y, true)) { air = true; } if (_root.bg.platforms.hitTest(_x, _y, true)) { _y = (_y - gravity); jumpcount = 0; air = false; } else { air = true; } } onClipEvent (enterFrame) { if (Key.isDown(39)) { this._x = this._x - 15; } if (this.hitTest(_root.sgt.body)) { _root.health.nextFrame(); } if (Key.isDown(37)) { this._x = this._x + 15; } if (this.hitTest(_root.sgt) && (_root.sgt._currentframe > 2)) { this.die.play(); } if (this.die._currentframe > 4) { unloadMovie (this); } } onClipEvent (enterFrame) { if (walk > 50) { this._x = this._x + 7; this._xscale = scale; } if (walk < 50) { this._x = this._x - 7; this._xscale = -scale; } if (walk > 100) { walk = 0; } if ((maxjump = 6)) { walk = walk + 2; } }
Instance of Symbol 305 MovieClip in Frame 20
onClipEvent (load) { gravity = 12; scale = _xscale; walkSpeed = 2; walk = 0; maxjump = 6; scale = _xscale; } onClipEvent (enterFrame) { if (air == true) { _y = (_y + gravity); } if (!_root.bg.platforms.hitTest(_x, _y, true)) { air = true; } if (_root.bg.platforms.hitTest(_x, _y, true)) { _y = (_y - gravity); jumpcount = 0; air = false; } else { air = true; } } onClipEvent (enterFrame) { if (Key.isDown(39)) { this._x = this._x - 15; } if (Key.isDown(37)) { this._x = this._x + 15; } if (this.hitTest(_root.sgt) && (_root.sgt._currentframe > 2)) { this.gotoAndStop(3); } if (this.hitTest(_root.sgt) && (_root.sgt._currentframe < 3)) { this.gotoAndStop(2); } if (this.die._currentframe > 5) { unloadMovie (this); } } onClipEvent (enterFrame) { if (walk > 50) { this._x = this._x + 7; this._xscale = scale; } if (walk < 50) { this._x = this._x - 7; this._xscale = -scale; } if (walk > 100) { walk = 0; } if ((maxjump = 6)) { walk = walk + 2; } }
Instance of Symbol 305 MovieClip in Frame 20
onClipEvent (load) { gravity = 12; scale = _xscale; walkSpeed = 2; walk = 0; maxjump = 6; scale = _xscale; } onClipEvent (enterFrame) { if (air == true) { _y = (_y + gravity); } if (!_root.bg.platforms.hitTest(_x, _y, true)) { air = true; } if (_root.bg.platforms.hitTest(_x, _y, true)) { _y = (_y - gravity); jumpcount = 0; air = false; } else { air = true; } } onClipEvent (enterFrame) { if (Key.isDown(39)) { this._x = this._x - 15; } if (Key.isDown(37)) { this._x = this._x + 15; } if (this.hitTest(_root.sgt) && (_root.sgt._currentframe > 2)) { this.gotoAndStop(3); } if (this.hitTest(_root.sgt) && (_root.sgt._currentframe < 3)) { this.gotoAndStop(2); } if (this.die._currentframe > 5) { unloadMovie (this); } } onClipEvent (enterFrame) { if (walk > 50) { this._x = this._x + 7; this._xscale = scale; } if (walk < 50) { this._x = this._x - 7; this._xscale = -scale; } if (walk > 100) { walk = 0; } if ((maxjump = 6)) { walk = walk + 2; } }
Instance of Symbol 283 MovieClip in Frame 20
onClipEvent (load) { gravity = 12; scale = _xscale; walkSpeed = 2; walk = 0; maxjump = 6; scale = _xscale; } onClipEvent (enterFrame) { if (air == true) { _y = (_y + gravity); } if (!_root.bg.platforms.hitTest(_x, _y, true)) { air = true; } if (_root.bg.platforms.hitTest(_x, _y, true)) { _y = (_y - gravity); jumpcount = 0; air = false; } else { air = true; } } onClipEvent (enterFrame) { if (Key.isDown(39)) { this._x = this._x - 15; } if (this.hitTest(_root.sgt.body)) { _root.health.nextFrame(); } if (Key.isDown(37)) { this._x = this._x + 15; } if (this.hitTest(_root.sgt) && (_root.sgt._currentframe > 2)) { this.die.play(); } if (this.die._currentframe > 4) { unloadMovie (this); } } onClipEvent (enterFrame) { if (walk > 50) { this._x = this._x + 7; this._xscale = scale; } if (walk < 50) { this._x = this._x - 7; this._xscale = -scale; } if (walk > 100) { walk = 0; } if ((maxjump = 6)) { walk = walk + 2; } }
Instance of Symbol 283 MovieClip in Frame 20
onClipEvent (load) { gravity = 12; scale = _xscale; walkSpeed = 2; walk = 0; maxjump = 6; scale = _xscale; } onClipEvent (enterFrame) { if (air == true) { _y = (_y + gravity); } if (!_root.bg.platforms.hitTest(_x, _y, true)) { air = true; } if (_root.bg.platforms.hitTest(_x, _y, true)) { _y = (_y - gravity); jumpcount = 0; air = false; } else { air = true; } } onClipEvent (enterFrame) { if (Key.isDown(39)) { this._x = this._x - 15; } if (this.hitTest(_root.sgt.body)) { _root.health.nextFrame(); } if (Key.isDown(37)) { this._x = this._x + 15; } if (this.hitTest(_root.sgt) && (_root.sgt._currentframe > 2)) { this.die.play(); } if (this.die._currentframe > 4) { unloadMovie (this); } } onClipEvent (enterFrame) { if (walk > 50) { this._x = this._x + 7; this._xscale = scale; } if (walk < 50) { this._x = this._x - 7; this._xscale = -scale; } if (walk > 100) { walk = 0; } if ((maxjump = 6)) { walk = walk + 2; } }
Instance of Symbol 283 MovieClip in Frame 20
onClipEvent (load) { gravity = 12; scale = _xscale; walkSpeed = 2; walk = 0; maxjump = 6; scale = _xscale; } onClipEvent (enterFrame) { if (air == true) { _y = (_y + gravity); } if (!_root.bg.platforms.hitTest(_x, _y, true)) { air = true; } if (_root.bg.platforms.hitTest(_x, _y, true)) { _y = (_y - gravity); jumpcount = 0; air = false; } else { air = true; } } onClipEvent (enterFrame) { if (Key.isDown(39)) { this._x = this._x - 15; } if (this.hitTest(_root.sgt.body)) { _root.health.nextFrame(); } if (Key.isDown(37)) { this._x = this._x + 15; } if (this.hitTest(_root.sgt) && (_root.sgt._currentframe > 2)) { this.die.play(); } if (this.die._currentframe > 4) { unloadMovie (this); } } onClipEvent (enterFrame) { if (walk > 50) { this._x = this._x + 7; this._xscale = scale; } if (walk < 50) { this._x = this._x - 7; this._xscale = -scale; } if (walk > 100) { walk = 0; } if ((maxjump = 6)) { walk = walk + 2; } }
Instance of Symbol 305 MovieClip in Frame 20
onClipEvent (load) { gravity = 12; scale = _xscale; walkSpeed = 2; walk = 0; maxjump = 6; scale = _xscale; } onClipEvent (enterFrame) { if (air == true) { _y = (_y + gravity); } if (!_root.bg.platforms.hitTest(_x, _y, true)) { air = true; } if (_root.bg.platforms.hitTest(_x, _y, true)) { _y = (_y - gravity); jumpcount = 0; air = false; } else { air = true; } } onClipEvent (enterFrame) { if (Key.isDown(39)) { this._x = this._x - 15; } if (Key.isDown(37)) { this._x = this._x + 15; } if (this.hitTest(_root.sgt) && (_root.sgt._currentframe > 2)) { this.gotoAndStop(3); } if (this.hitTest(_root.sgt) && (_root.sgt._currentframe < 3)) { this.gotoAndStop(2); } if (this.die._currentframe > 5) { unloadMovie (this); } } onClipEvent (enterFrame) { if (walk > 50) { this._x = this._x + 7; this._xscale = scale; } if (walk < 50) { this._x = this._x - 7; this._xscale = -scale; } if (walk > 100) { walk = 0; } if ((maxjump = 6)) { walk = walk + 2; } }
Instance of Symbol 454 MovieClip "sgt" in Frame 20
onClipEvent (load) { gravity = 10; scale = _xscale; walkSpeed = 2; maxjump = 4; } onClipEvent (enterFrame) { if (air == true) { _y = (_y + gravity); } if (!_root.bg.platforms.hitTest(_x, _y, true)) { air = true; } if (_root.bg.platforms.hitTest(_x, _y, true)) { _y = (_y - gravity); jumpcount = 0; air = false; } else { air = true; } if (air == false) { jump = true; jumpcount = 0; jumpSpeed = 22; } if (Key.isDown(32) && (jump == true)) { _y = (_y - jumpSpeed); } if (Key.isDown(32)) { jumpcount = jumpcount + 1; } if ((jumpcount > maxjump) && (jumpSpeed > -2)) { jumpSpeed = jumpSpeed - 2; } if (Key.isDown(90)) { this.gotoAndStop(3); } if (Key.isDown(37)) { this.gotoAndStop(2); _xscale = (-scale); } if (Key.isDown(39)) { this.gotoAndStop(2); _xscale = scale; } if ((((((jumpcount < 1) && (!Key.isDown(39))) && (!Key.isDown(37))) && (!Key.isDown(17))) && (!Key.isDown(90))) && (!Key.isDown(32))) { this.gotoAndStop(1); } }
Instance of Symbol 177 MovieClip in Frame 20
onClipEvent (enterFrame) { if (this.hitTest(_root.sgt.body)) { _root.bg._y = _root.bg._y - 10; _root.death._y = _root.death._y - 10; _root.sgt._y = _root.sgt._y - 8; } }
Instance of Symbol 177 MovieClip in Frame 20
onClipEvent (enterFrame) { if (this.hitTest(_root.sgt.body)) { _root.bg._y = _root.bg._y + 10; _root.death._y = _root.death._y + 10; } }
Symbol 13 Button
on (press) { gotoAndStop (4); }
Symbol 18 Button
on (press) { gotoAndStop (2); }
Instance of Symbol 36 MovieClip in Symbol 37 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.MC.body) && (Key.isDown(13))) { _root.play(); } }
Instance of Symbol 41 MovieClip in Symbol 53 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.MC)) { _root.MC.rifle = true; unloadMovie (this); } }
Instance of Symbol 43 MovieClip in Symbol 53 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.MC)) { _root.MC.snipe = true; _root.MC.rifle = false; unloadMovie (this); } }
Instance of Symbol 50 MovieClip in Symbol 53 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.MC.body)) { _root.bg._x = _root.bg._x + 15; } }
Instance of Symbol 52 MovieClip "death" in Symbol 53 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.MC.body)) { _root.gotoAndStop(1); } if (this.hitTest(_root.arbiter.body)) { _root.gotoAndStop(1); } if (this.hitTest(_root.sgt.body)) { _root.gotoAndStop(1); } }
Symbol 77 MovieClip Frame 1
stop();
Symbol 108 MovieClip Frame 1
stop();
Symbol 175 MovieClip Frame 1
stop();
Symbol 179 MovieClip Frame 56
stop();
Symbol 210 MovieClip Frame 1
stop();
Symbol 210 MovieClip Frame 61
_root.gotoAndStop(1);
Instance of Symbol 36 MovieClip in Symbol 251 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.MC.body) && (Key.isDown(13))) { _root.nextFrame(); } }
Instance of Symbol 36 MovieClip in Symbol 251 MovieClip Frame 149
onClipEvent (enterFrame) { if (this.hitTest(_root.MC.body) && (Key.isDown(13))) { _root.nextFrame(); } }
Symbol 251 MovieClip Frame 466
_root.play();
Symbol 264 MovieClip Frame 1
stop();
Instance of Symbol 257 MovieClip in Symbol 264 MovieClip Frame 2
onClipEvent (enterFrame) { if (this.hitTest(_root.arbiter.body)) { _root.play(); } }
Instance of Symbol 264 MovieClip in Symbol 267 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.kills > 16) { this.gotoAndStop(2); } }
Instance of Symbol 52 MovieClip "death" in Symbol 267 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.MC.body)) { _root.gotoAndStop(1); } if (this.hitTest(_root.arbiter.body)) { _root.gotoAndStop(1); } if (this.hitTest(_root.sgt.body)) { _root.gotoAndStop(1); } }
Instance of Symbol 266 MovieClip in Symbol 267 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.MC.body)) { _root.gotoAndStop(1); } if (this.hitTest(_root.arbiter.body)) { _root.gotoAndStop(1); } if (this.hitTest(_root.sgt.body)) { _root.gotoAndStop(1); } }
Symbol 282 MovieClip Frame 1
stop();
Symbol 282 MovieClip Frame 2
_root.kills = _root.kills + 1;
Symbol 294 MovieClip Frame 9
_root.health.nextFrame();
Symbol 304 MovieClip Frame 1
_root.kills = _root.kills + 1;
Symbol 305 MovieClip Frame 1
stop();
Symbol 329 MovieClip Frame 66
stop();
Symbol 338 MovieClip Frame 316
_root.play();
Instance of Symbol 340 MovieClip in Symbol 350 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.MC.body)) { _root.bg._x = _root.bg._x - 15; } }
Instance of Symbol 41 MovieClip in Symbol 350 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.MC)) { _root.MC.rifle = true; _root.MC.shotgun = false; _root.MC.snipe = false; unloadMovie (this); } }
Instance of Symbol 347 MovieClip in Symbol 350 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.MC)) { _root.MC.shotgun = true; _root.MC.rifle = false; _root.MC.snipe = false; unloadMovie (this); } }
Instance of Symbol 349 MovieClip in Symbol 350 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.MC.body)) { _root.play(); } }
Instance of Symbol 52 MovieClip "death" in Symbol 350 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.MC.body)) { _root.gotoAndStop(1); } if (this.hitTest(_root.arbiter.body)) { _root.gotoAndStop(1); } if (this.hitTest(_root.sgt.body)) { _root.gotoAndStop(1); } }
Instance of Symbol 266 MovieClip in Symbol 350 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.MC.body)) { _root.gotoAndStop(1); } if (this.hitTest(_root.arbiter.body)) { _root.gotoAndStop(1); } if (this.hitTest(_root.sgt.body)) { _root.gotoAndStop(1); } }
Symbol 355 MovieClip Frame 1
stop();
Symbol 367 MovieClip Frame 1
stop();
Symbol 386 MovieClip Frame 1
stop();
Instance of Symbol 409 MovieClip in Symbol 410 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.warthog)) { _root.play(); } }
Symbol 422 MovieClip Frame 111
_root.play();
Symbol 427 MovieClip Frame 1
stop();
Instance of Symbol 426 MovieClip in Symbol 427 MovieClip Frame 95
onClipEvent (enterFrame) { if (this.hitTest(_root.MC.body)) { _root.play(); } }
Instance of Symbol 427 MovieClip in Symbol 429 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.MC.body)) { this.play(); } }
Instance of Symbol 41 MovieClip in Symbol 432 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.MC)) { _root.MC.rifle = true; unloadMovie (this); } }
Instance of Symbol 431 MovieClip "death" in Symbol 432 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.MC.body)) { _root.gotoAndStop(1); } if (this.hitTest(_root.arbiter.body)) { _root.gotoAndStop(1); } if (this.hitTest(_root.sgt.body)) { _root.gotoAndStop(1); } }
Symbol 433 MovieClip Frame 1
stop();
Symbol 434 MovieClip Frame 1
stop();
Symbol 441 MovieClip Frame 141
_root.play();
Symbol 446 MovieClip Frame 199
_root.play();
Instance of Symbol 52 MovieClip "death" in Symbol 451 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.MC.body)) { _root.gotoAndStop(1); } if (this.hitTest(_root.arbiter.body)) { _root.gotoAndStop(1); } if (this.hitTest(_root.sgt.body)) { _root.gotoAndStop(1); } }
Instance of Symbol 266 MovieClip in Symbol 451 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.MC.body)) { _root.gotoAndStop(1); } if (this.hitTest(_root.arbiter.body)) { _root.gotoAndStop(1); } if (this.hitTest(_root.sgt.body)) { _root.gotoAndStop(1); } }

Library Items

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

Instance Names

"bg"Frame 4Symbol 53 MovieClip
"MC"Frame 4Symbol 147 MovieClip
"health"Frame 4Symbol 210 MovieClip
"bg"Frame 6Symbol 267 MovieClip
"arbiter"Frame 6Symbol 324 MovieClip
"health"Frame 6Symbol 210 MovieClip
"bg"Frame 8Symbol 350 MovieClip
"marine"Frame 8Symbol 386 MovieClip
"MC"Frame 8Symbol 147 MovieClip
"sgt"Frame 8Symbol 403 MovieClip
"light"Frame 8Symbol 405 MovieClip
"health"Frame 8Symbol 210 MovieClip
"bg"Frame 9Symbol 411 MovieClip
"warthog"Frame 9Symbol 418 MovieClip
"bg"Frame 15Symbol 432 MovieClip
"marine"Frame 15Symbol 386 MovieClip
"MC"Frame 15Symbol 147 MovieClip
"sgt"Frame 15Symbol 403 MovieClip
"health"Frame 15Symbol 210 MovieClip
"bg"Frame 20Symbol 451 MovieClip
"sgt"Frame 20Symbol 454 MovieClip
"platforms"Symbol 53 MovieClip Frame 1Symbol 37 MovieClip
"death"Symbol 53 MovieClip Frame 1Symbol 52 MovieClip
"die"Symbol 77 MovieClip Frame 4Symbol 76 MovieClip
"left"Symbol 81 MovieClip Frame 1Symbol 80 MovieClip
"right"Symbol 81 MovieClip Frame 1Symbol 80 MovieClip
"up"Symbol 81 MovieClip Frame 1Symbol 80 MovieClip
"left"Symbol 83 MovieClip Frame 1Symbol 80 MovieClip
"right"Symbol 83 MovieClip Frame 1Symbol 80 MovieClip
"up"Symbol 83 MovieClip Frame 1Symbol 80 MovieClip
"shoot"Symbol 108 MovieClip Frame 3Symbol 98 MovieClip
"die"Symbol 108 MovieClip Frame 4Symbol 107 MovieClip
"body"Symbol 147 MovieClip Frame 1Symbol 112 MovieClip
"die"Symbol 175 MovieClip Frame 4Symbol 174 MovieClip
"platforms"Symbol 267 MovieClip Frame 1Symbol 255 MovieClip
"death"Symbol 267 MovieClip Frame 1Symbol 52 MovieClip
"die"Symbol 283 MovieClip Frame 1Symbol 282 MovieClip
"die"Symbol 305 MovieClip Frame 3Symbol 304 MovieClip
"body"Symbol 324 MovieClip Frame 1Symbol 310 MovieClip
"attack"Symbol 324 MovieClip Frame 3Symbol 323 MovieClip
"platforms"Symbol 350 MovieClip Frame 1Symbol 345 MovieClip
"death"Symbol 350 MovieClip Frame 1Symbol 52 MovieClip
"health"Symbol 367 MovieClip Frame 1Symbol 355 MovieClip
"die"Symbol 367 MovieClip Frame 4Symbol 366 MovieClip
"platforms"Symbol 411 MovieClip Frame 1Symbol 410 MovieClip
"platforms"Symbol 432 MovieClip Frame 1Symbol 429 MovieClip
"death"Symbol 432 MovieClip Frame 1Symbol 431 MovieClip
"die"Symbol 433 MovieClip Frame 3Symbol 174 MovieClip
"die"Symbol 434 MovieClip Frame 3Symbol 76 MovieClip
"platforms"Symbol 451 MovieClip Frame 1Symbol 450 MovieClip
"death"Symbol 451 MovieClip Frame 1Symbol 52 MovieClip
"body"Symbol 454 MovieClip Frame 1Symbol 453 MovieClip

Special Tags

FileAttributes (69)Timeline Frame 1Access local files only, Metadata not present, AS1/AS2.

Dynamic Text Variables

killsSymbol 325 EditableText"100"




http://swfchan.com/8/37567/info.shtml
Created: 14/5 -2019 03:13:18 Last modified: 14/5 -2019 03:13:18 Server time: 28/04 -2024 15:51:35