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

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

Zombie Hunter II.swf

This is the info page for
Flash #30642

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


Text
Zombie Hunter
Part II

Up - Walk forward
Left - Turn Left
Right - Turn Right
Down - Walk backward
Space - Shoot
Be careful, watch your health bar down in the
bottom right hand corner.  Also you can only shoot
fifteen times before having to take a small break to
reload.  The bullets you can use are unlimited, but
reloading sometimes can be a BEAST!  You also
have a red aiming device coming out of the front of
your gun, where this device ends, shows you
exactly how far you can shoot...  Good Luck.

Music - Resident Evil : Manson
and
Dickhead : Gunthur
www.gunthur.cjb.net
Game created by :
Nathan Sizemore

After escaping the Demon Barrier on my
last mission, I went home for some peace
and relaxation... ..

But those
bastards
followed me...

Lets get busy...

NO....   LETS GET BUSY-ER

HEALTH

AMMO

RELOADING

A CHURCH...  NOW IM
SAFE....

CONGRATULATIONS
But you must help him in the next game....
For the horror has just begun...

YOU DIED
The Zombies Are Feeding On Your Flesh

ActionScript [AS1/AS2]

Frame 2
stop();
Frame 3
stop();
Frame 4
stop();
Frame 5
play();
Frame 6
stop();
Frame 7
play();
Frame 8
play();
Frame 9
play();
Frame 10
stop();
Instance of Symbol 73 MovieClip "player" in Frame 10
onClipEvent (load) { speed = 5; spd = 10; w = c._width; h = c._height; G = 0; oldX = 0; oldY = 0; dir = 3; } onClipEvent (enterFrame) { if (Key.isDown(Key.UP) and (!shoot)) { gotoAndStop (2); speed = 5; walk = true; } else if (Key.isDown(Key.DOWN) and (!shoot)) { gotoAndStop (2); speed = -5; walk = true; } else { speed = 0; gotoAndStop (1); walk = false; } if (Key.isDown(Key.LEFT)) { _rotation = (_rotation - 15); turn = true; walk = true; } else if (Key.isDown(Key.RIGHT)) { _rotation = (_rotation + 15); turn = true; walk = true; } else { turn = false; walk = false; } speed = speed * 0.98; x = Math.sin(_rotation * (Math.PI/180)) * speed; y = (Math.cos(_rotation * (Math.PI/180)) * speed) * -1; if (!_root.move.hitTest(_x + x, _y + y, true)) { _x = (_x + x); _y = (_y + y); } else { speed = speed * -0.6; } if ((Key.isDown(Key.SPACE) and (!turn)) and (!walk)) { tellTarget ("_root.player") { gotoAndPlay (4); shoot = true; }; } else { shoot = false; } if (this.hitTest(_root.top)) { _y = (_y + 10); } if (this.hitTest(_root.bottom)) { _y = (_y - 10); } if (this.hitTest(_root.left)) { _x = (_x + 10); } if (this.hitTest(_root.right)) { _x = (_x - 10); } if (this.hitTest(_root.top1)) { _y = (_y + 10); } if (this.hitTest(_root.bottom1)) { _y = (_y - 10); } if (this.hitTest(_root.left1)) { _x = (_x + 10); } if (this.hitTest(_root.right1)) { _x = (_x - 10); } if (this.hitTest(_root.top1)) { _y = (_y + 10); } if (this.hitTest(_root.bottom1)) { _y = (_y - 10); } if (this.hitTest(_root.left2)) { _x = (_x + 10); } if (this.hitTest(_root.right2)) { _x = (_x - 10); } if (this.hitTest(_root.top2)) { _y = (_y + 10); } if (this.hitTest(_root.bottom2)) { _y = (_y - 10); } if (this.hitTest(_root.left3)) { _x = (_x + 10); } if (this.hitTest(_root.right3)) { _x = (_x - 10); } if (this.hitTest(_root.top3)) { _y = (_y + 10); } if (this.hitTest(_root.bottom3)) { _y = (_y - 10); } if (this.hitTest(_root.left3)) { _x = (_x + 10); } if (this.hitTest(_root.right3)) { _x = (_x - 10); } if (this.hitTest(_root.next)) { tellTarget ("_root") { nextFrame(); }; } }
Instance of Symbol 80 MovieClip "bullet" in Frame 10
onClipEvent (enterFrame) { if (Key.isDown(Key.UP) and (!shoot)) { speed = 5; walk = true; } else if (Key.isDown(Key.DOWN) and (!shoot)) { speed = -5; walk = true; } else { speed = 0; walk = false; } if (Key.isDown(Key.LEFT)) { _rotation = (_rotation - 15); turn = true; walk = true; } else if (Key.isDown(Key.RIGHT)) { _rotation = (_rotation + 15); turn = true; walk = true; } else { turn = false; walk = false; } this._x = this._x - ((this._x - _root.player._x) / 1); if (this._x < _root.player._x) { } this._y = this._y - ((this._y - _root.player._y) / 1); if (this._y < _root.player._y) { } if (this.hitTest(_root.top)) { tellTarget ("_root.bullet") { gotoAndStop (1); }; if (this.hitTest(_root.left)) { tellTarget ("_root.bullet") { gotoAndStop (1); }; } if (this.hitTest(_root.right)) { tellTarget ("_root.bullet") { gotoAndStop (1); }; } if (this.hitTest(_root.bottom)) { tellTarget ("_root.bullet") { gotoAndStop (1); }; } } }
Instance of Symbol 84 MovieClip "shoot" in Frame 10
onClipEvent (load) { gotoAndPlay (1); }
Instance of Symbol 105 MovieClip "enemy" in Frame 10
onClipEvent (enterFrame) { this._x = this._x - ((this._x - _root.player._x) / 100); if (this._x < _root.player._x) { this._xscale = -100; } else { this._xscale = 100; } this._y = this._y - ((this._y - _root.player._y) / 100); if (this._y < _root.player._y) { this._yscale = -100; } else { this._yscale = 100; } if (this.hitTest(_root.top)) { _y = (_y + 10); } if (this.hitTest(_root.bottom)) { _y = (_y - 10); } if (this.hitTest(_root.left)) { _x = (_x + 10); } if (this.hitTest(_root.right)) { _x = (_x - 10); } if (this.hitTest(_root.top1)) { _y = (_y + 10); } if (this.hitTest(_root.bottom1)) { _y = (_y - 10); } if (this.hitTest(_root.left1)) { _x = (_x + 10); } if (this.hitTest(_root.right1)) { _x = (_x - 10); } if (this.hitTest(_root.top1)) { _y = (_y + 10); } if (this.hitTest(_root.bottom1)) { _y = (_y - 10); } if (this.hitTest(_root.left2)) { _x = (_x + 10); } if (this.hitTest(_root.right2)) { _x = (_x - 10); } if (this.hitTest(_root.top2)) { _y = (_y + 10); } if (this.hitTest(_root.bottom2)) { _y = (_y - 10); } if (this.hitTest(_root.left3)) { _x = (_x + 10); } if (this.hitTest(_root.right3)) { _x = (_x - 10); } if (this.hitTest(_root.top3)) { _y = (_y + 10); } if (this.hitTest(_root.bottom3)) { _y = (_y - 10); } if (this.hitTest(_root.left3)) { _x = (_x + 10); } if (this.hitTest(_root.right3)) { _x = (_x - 10); } if (this.hitTest(_root.player)) { tellTarget ("_root.healthbar") { nextFrame(); }; } }
Instance of Symbol 105 MovieClip "enemy1" in Frame 10
onClipEvent (enterFrame) { this._x = this._x - ((this._x - _root.player._x) / 100); if (this._x < _root.player._x) { this._xscale = -100; } else { this._xscale = 100; } this._y = this._y - ((this._y - _root.player._y) / 100); if (this._y < _root.player._y) { this._yscale = -100; } else { this._yscale = 100; } if (this.hitTest(_root.top)) { _y = (_y + 10); } if (this.hitTest(_root.bottom)) { _y = (_y - 10); } if (this.hitTest(_root.left)) { _x = (_x + 10); } if (this.hitTest(_root.right)) { _x = (_x - 10); } if (this.hitTest(_root.top1)) { _y = (_y + 10); } if (this.hitTest(_root.bottom1)) { _y = (_y - 10); } if (this.hitTest(_root.left1)) { _x = (_x + 10); } if (this.hitTest(_root.right1)) { _x = (_x - 10); } if (this.hitTest(_root.top1)) { _y = (_y + 10); } if (this.hitTest(_root.bottom1)) { _y = (_y - 10); } if (this.hitTest(_root.left2)) { _x = (_x + 10); } if (this.hitTest(_root.right2)) { _x = (_x - 10); } if (this.hitTest(_root.top2)) { _y = (_y + 10); } if (this.hitTest(_root.bottom2)) { _y = (_y - 10); } if (this.hitTest(_root.left3)) { _x = (_x + 10); } if (this.hitTest(_root.right3)) { _x = (_x - 10); } if (this.hitTest(_root.top3)) { _y = (_y + 10); } if (this.hitTest(_root.bottom3)) { _y = (_y - 10); } if (this.hitTest(_root.left3)) { _x = (_x + 10); } if (this.hitTest(_root.right3)) { _x = (_x - 10); } if (this.hitTest(_root.player)) { tellTarget ("_root.healthbar") { nextFrame(); }; } }
Instance of Symbol 105 MovieClip "enemy3" in Frame 10
onClipEvent (enterFrame) { this._x = this._x - ((this._x - _root.player._x) / 100); if (this._x < _root.player._x) { this._xscale = -100; } else { this._xscale = 100; } this._y = this._y - ((this._y - _root.player._y) / 100); if (this._y < _root.player._y) { this._yscale = -100; } else { this._yscale = 100; } if (this.hitTest(_root.top)) { _y = (_y + 10); } if (this.hitTest(_root.bottom)) { _y = (_y - 10); } if (this.hitTest(_root.left)) { _x = (_x + 10); } if (this.hitTest(_root.right)) { _x = (_x - 10); } if (this.hitTest(_root.top1)) { _y = (_y + 10); } if (this.hitTest(_root.bottom1)) { _y = (_y - 10); } if (this.hitTest(_root.left1)) { _x = (_x + 10); } if (this.hitTest(_root.right1)) { _x = (_x - 10); } if (this.hitTest(_root.top1)) { _y = (_y + 10); } if (this.hitTest(_root.bottom1)) { _y = (_y - 10); } if (this.hitTest(_root.left2)) { _x = (_x + 10); } if (this.hitTest(_root.right2)) { _x = (_x - 10); } if (this.hitTest(_root.top2)) { _y = (_y + 10); } if (this.hitTest(_root.bottom2)) { _y = (_y - 10); } if (this.hitTest(_root.left3)) { _x = (_x + 10); } if (this.hitTest(_root.right3)) { _x = (_x - 10); } if (this.hitTest(_root.top3)) { _y = (_y + 10); } if (this.hitTest(_root.bottom3)) { _y = (_y - 10); } if (this.hitTest(_root.left3)) { _x = (_x + 10); } if (this.hitTest(_root.right3)) { _x = (_x - 10); } if (this.hitTest(_root.player)) { tellTarget ("_root.healthbar") { nextFrame(); }; } }
Instance of Symbol 105 MovieClip "enemy2" in Frame 10
onClipEvent (enterFrame) { this._x = this._x - ((this._x - _root.player._x) / 100); if (this._x < _root.player._x) { this._xscale = -100; } else { this._xscale = 100; } this._y = this._y - ((this._y - _root.player._y) / 100); if (this._y < _root.player._y) { this._yscale = -100; } else { this._yscale = 100; } if (this.hitTest(_root.top)) { _y = (_y + 10); } if (this.hitTest(_root.bottom)) { _y = (_y - 10); } if (this.hitTest(_root.left)) { _x = (_x + 10); } if (this.hitTest(_root.right)) { _x = (_x - 10); } if (this.hitTest(_root.top1)) { _y = (_y + 10); } if (this.hitTest(_root.bottom1)) { _y = (_y - 10); } if (this.hitTest(_root.left1)) { _x = (_x + 10); } if (this.hitTest(_root.right1)) { _x = (_x - 10); } if (this.hitTest(_root.top1)) { _y = (_y + 10); } if (this.hitTest(_root.bottom1)) { _y = (_y - 10); } if (this.hitTest(_root.left2)) { _x = (_x + 10); } if (this.hitTest(_root.right2)) { _x = (_x - 10); } if (this.hitTest(_root.top2)) { _y = (_y + 10); } if (this.hitTest(_root.bottom2)) { _y = (_y - 10); } if (this.hitTest(_root.left3)) { _x = (_x + 10); } if (this.hitTest(_root.right3)) { _x = (_x - 10); } if (this.hitTest(_root.top3)) { _y = (_y + 10); } if (this.hitTest(_root.bottom3)) { _y = (_y - 10); } if (this.hitTest(_root.left3)) { _x = (_x + 10); } if (this.hitTest(_root.right3)) { _x = (_x - 10); } if (this.hitTest(_root.player)) { tellTarget ("_root.healthbar") { nextFrame(); }; } }
Frame 11
play();
Frame 12
stop();
Instance of Symbol 73 MovieClip "player" in Frame 12
onClipEvent (load) { speed = 5; spd = 10; w = c._width; h = c._height; G = 0; oldX = 0; oldY = 0; dir = 3; } onClipEvent (enterFrame) { if (Key.isDown(Key.UP) and (!shoot)) { gotoAndStop (2); speed = 5; walk = true; } else if (Key.isDown(Key.DOWN) and (!shoot)) { gotoAndStop (2); speed = -5; walk = true; } else { speed = 0; gotoAndStop (1); walk = false; } if (Key.isDown(Key.LEFT)) { _rotation = (_rotation - 15); turn = true; walk = true; } else if (Key.isDown(Key.RIGHT)) { _rotation = (_rotation + 15); turn = true; walk = true; } else { turn = false; walk = false; } speed = speed * 0.98; x = Math.sin(_rotation * (Math.PI/180)) * speed; y = (Math.cos(_rotation * (Math.PI/180)) * speed) * -1; if (!_root.move.hitTest(_x + x, _y + y, true)) { _x = (_x + x); _y = (_y + y); } else { speed = speed * -0.6; } if ((Key.isDown(Key.SPACE) and (!turn)) and (!walk)) { tellTarget ("_root.player") { gotoAndPlay (4); shoot = true; }; } else { shoot = false; } if (this.hitTest(_root.top)) { _y = (_y + 10); } if (this.hitTest(_root.bottom)) { _y = (_y - 10); } if (this.hitTest(_root.left)) { _x = (_x + 10); } if (this.hitTest(_root.right)) { _x = (_x - 10); } if (this.hitTest(_root.top1)) { _y = (_y + 10); } if (this.hitTest(_root.bottom1)) { _y = (_y - 10); } if (this.hitTest(_root.left1)) { _x = (_x + 10); } if (this.hitTest(_root.right1)) { _x = (_x - 10); } if (this.hitTest(_root.top1)) { _y = (_y + 10); } if (this.hitTest(_root.bottom1)) { _y = (_y - 10); } if (this.hitTest(_root.left2)) { _x = (_x + 10); } if (this.hitTest(_root.right2)) { _x = (_x - 10); } if (this.hitTest(_root.top2)) { _y = (_y + 10); } if (this.hitTest(_root.bottom2)) { _y = (_y - 10); } if (this.hitTest(_root.left3)) { _x = (_x + 10); } if (this.hitTest(_root.right3)) { _x = (_x - 10); } if (this.hitTest(_root.top3)) { _y = (_y + 10); } if (this.hitTest(_root.bottom3)) { _y = (_y - 10); } if (this.hitTest(_root.left3)) { _x = (_x + 10); } if (this.hitTest(_root.right3)) { _x = (_x - 10); } if (this.hitTest(_root.next)) { tellTarget ("_root") { nextFrame(); }; } }
Instance of Symbol 80 MovieClip "bullet" in Frame 12
onClipEvent (enterFrame) { if (Key.isDown(Key.UP) and (!shoot)) { speed = 5; walk = true; } else if (Key.isDown(Key.DOWN) and (!shoot)) { speed = -5; walk = true; } else { speed = 0; walk = false; } if (Key.isDown(Key.LEFT)) { _rotation = (_rotation - 15); turn = true; walk = true; } else if (Key.isDown(Key.RIGHT)) { _rotation = (_rotation + 15); turn = true; walk = true; } else { turn = false; walk = false; } this._x = this._x - ((this._x - _root.player._x) / 1); if (this._x < _root.player._x) { } this._y = this._y - ((this._y - _root.player._y) / 1); if (this._y < _root.player._y) { } if (this.hitTest(_root.top)) { tellTarget ("_root.bullet") { gotoAndStop (1); }; if (this.hitTest(_root.left)) { tellTarget ("_root.bullet") { gotoAndStop (1); }; } if (this.hitTest(_root.right)) { tellTarget ("_root.bullet") { gotoAndStop (1); }; } if (this.hitTest(_root.bottom)) { tellTarget ("_root.bullet") { gotoAndStop (1); }; } } }
Instance of Symbol 105 MovieClip "enemy1" in Frame 12
onClipEvent (enterFrame) { this._x = this._x - ((this._x - _root.player._x) / 100); if (this._x < _root.player._x) { this._xscale = -100; } else { this._xscale = 100; } this._y = this._y - ((this._y - _root.player._y) / 100); if (this._y < _root.player._y) { this._yscale = -100; } else { this._yscale = 100; } if (this.hitTest(_root.top)) { _y = (_y + 10); } if (this.hitTest(_root.bottom)) { _y = (_y - 10); } if (this.hitTest(_root.left)) { _x = (_x + 10); } if (this.hitTest(_root.right)) { _x = (_x - 10); } if (this.hitTest(_root.top1)) { _y = (_y + 10); } if (this.hitTest(_root.bottom1)) { _y = (_y - 10); } if (this.hitTest(_root.left1)) { _x = (_x + 10); } if (this.hitTest(_root.right1)) { _x = (_x - 10); } if (this.hitTest(_root.top1)) { _y = (_y + 10); } if (this.hitTest(_root.bottom1)) { _y = (_y - 10); } if (this.hitTest(_root.left2)) { _x = (_x + 10); } if (this.hitTest(_root.right2)) { _x = (_x - 10); } if (this.hitTest(_root.top2)) { _y = (_y + 10); } if (this.hitTest(_root.bottom2)) { _y = (_y - 10); } if (this.hitTest(_root.left3)) { _x = (_x + 10); } if (this.hitTest(_root.right3)) { _x = (_x - 10); } if (this.hitTest(_root.top3)) { _y = (_y + 10); } if (this.hitTest(_root.bottom3)) { _y = (_y - 10); } if (this.hitTest(_root.left3)) { _x = (_x + 10); } if (this.hitTest(_root.right3)) { _x = (_x - 10); } if (this.hitTest(_root.player)) { tellTarget ("_root.healthbar") { nextFrame(); }; } }
Instance of Symbol 105 MovieClip "enemy2" in Frame 12
onClipEvent (enterFrame) { this._x = this._x - ((this._x - _root.player._x) / 100); if (this._x < _root.player._x) { this._xscale = -100; } else { this._xscale = 100; } this._y = this._y - ((this._y - _root.player._y) / 100); if (this._y < _root.player._y) { this._yscale = -100; } else { this._yscale = 100; } if (this.hitTest(_root.top)) { _y = (_y + 10); } if (this.hitTest(_root.bottom)) { _y = (_y - 10); } if (this.hitTest(_root.left)) { _x = (_x + 10); } if (this.hitTest(_root.right)) { _x = (_x - 10); } if (this.hitTest(_root.top1)) { _y = (_y + 10); } if (this.hitTest(_root.bottom1)) { _y = (_y - 10); } if (this.hitTest(_root.left1)) { _x = (_x + 10); } if (this.hitTest(_root.right1)) { _x = (_x - 10); } if (this.hitTest(_root.top1)) { _y = (_y + 10); } if (this.hitTest(_root.bottom1)) { _y = (_y - 10); } if (this.hitTest(_root.left2)) { _x = (_x + 10); } if (this.hitTest(_root.right2)) { _x = (_x - 10); } if (this.hitTest(_root.top2)) { _y = (_y + 10); } if (this.hitTest(_root.bottom2)) { _y = (_y - 10); } if (this.hitTest(_root.left3)) { _x = (_x + 10); } if (this.hitTest(_root.right3)) { _x = (_x - 10); } if (this.hitTest(_root.top3)) { _y = (_y + 10); } if (this.hitTest(_root.bottom3)) { _y = (_y - 10); } if (this.hitTest(_root.left3)) { _x = (_x + 10); } if (this.hitTest(_root.right3)) { _x = (_x - 10); } if (this.hitTest(_root.player)) { tellTarget ("_root.healthbar") { nextFrame(); }; } }
Frame 13
play();
Frame 14
stop();
Instance of Symbol 73 MovieClip "player" in Frame 14
onClipEvent (load) { speed = 5; spd = 10; w = c._width; h = c._height; G = 0; oldX = 0; oldY = 0; dir = 3; } onClipEvent (enterFrame) { if (Key.isDown(Key.UP) and (!shoot)) { gotoAndStop (2); speed = 5; walk = true; } else if (Key.isDown(Key.DOWN) and (!shoot)) { gotoAndStop (2); speed = -5; walk = true; } else { speed = 0; gotoAndStop (1); walk = false; } if (Key.isDown(Key.LEFT)) { _rotation = (_rotation - 15); turn = true; walk = true; } else if (Key.isDown(Key.RIGHT)) { _rotation = (_rotation + 15); turn = true; walk = true; } else { turn = false; walk = false; } speed = speed * 0.98; x = Math.sin(_rotation * (Math.PI/180)) * speed; y = (Math.cos(_rotation * (Math.PI/180)) * speed) * -1; if (!_root.move.hitTest(_x + x, _y + y, true)) { _x = (_x + x); _y = (_y + y); } else { speed = speed * -0.6; } if ((Key.isDown(Key.SPACE) and (!turn)) and (!walk)) { tellTarget ("_root.player") { gotoAndPlay (4); shoot = true; }; } else { shoot = false; } if (this.hitTest(_root.top)) { _y = (_y + 10); } if (this.hitTest(_root.bottom)) { _y = (_y - 10); } if (this.hitTest(_root.left)) { _x = (_x + 10); } if (this.hitTest(_root.right)) { _x = (_x - 10); } if (this.hitTest(_root.top1)) { _y = (_y + 10); } if (this.hitTest(_root.bottom1)) { _y = (_y - 10); } if (this.hitTest(_root.left1)) { _x = (_x + 10); } if (this.hitTest(_root.right1)) { _x = (_x - 10); } if (this.hitTest(_root.top1)) { _y = (_y + 10); } if (this.hitTest(_root.bottom1)) { _y = (_y - 10); } if (this.hitTest(_root.left2)) { _x = (_x + 10); } if (this.hitTest(_root.right2)) { _x = (_x - 10); } if (this.hitTest(_root.top2)) { _y = (_y + 10); } if (this.hitTest(_root.bottom2)) { _y = (_y - 10); } if (this.hitTest(_root.left3)) { _x = (_x + 10); } if (this.hitTest(_root.right3)) { _x = (_x - 10); } if (this.hitTest(_root.top3)) { _y = (_y + 10); } if (this.hitTest(_root.bottom3)) { _y = (_y - 10); } if (this.hitTest(_root.left3)) { _x = (_x + 10); } if (this.hitTest(_root.right3)) { _x = (_x - 10); } if (this.hitTest(_root.next)) { tellTarget ("_root") { nextFrame(); }; } }
Instance of Symbol 80 MovieClip "bullet" in Frame 14
onClipEvent (enterFrame) { if (Key.isDown(Key.UP) and (!shoot)) { speed = 5; walk = true; } else if (Key.isDown(Key.DOWN) and (!shoot)) { speed = -5; walk = true; } else { speed = 0; walk = false; } if (Key.isDown(Key.LEFT)) { _rotation = (_rotation - 15); turn = true; walk = true; } else if (Key.isDown(Key.RIGHT)) { _rotation = (_rotation + 15); turn = true; walk = true; } else { turn = false; walk = false; } this._x = this._x - ((this._x - _root.player._x) / 1); if (this._x < _root.player._x) { } this._y = this._y - ((this._y - _root.player._y) / 1); if (this._y < _root.player._y) { } if (this.hitTest(_root.top)) { tellTarget ("_root.bullet") { gotoAndStop (1); }; if (this.hitTest(_root.left)) { tellTarget ("_root.bullet") { gotoAndStop (1); }; } if (this.hitTest(_root.right)) { tellTarget ("_root.bullet") { gotoAndStop (1); }; } if (this.hitTest(_root.bottom)) { tellTarget ("_root.bullet") { gotoAndStop (1); }; } } }
Instance of Symbol 105 MovieClip "enemy" in Frame 14
onClipEvent (enterFrame) { this._x = this._x - ((this._x - _root.player._x) / 100); if (this._x < _root.player._x) { this._xscale = -100; } else { this._xscale = 100; } this._y = this._y - ((this._y - _root.player._y) / 100); if (this._y < _root.player._y) { this._yscale = -100; } else { this._yscale = 100; } if (this.hitTest(_root.top)) { _y = (_y + 10); } if (this.hitTest(_root.bottom)) { _y = (_y - 10); } if (this.hitTest(_root.left)) { _x = (_x + 10); } if (this.hitTest(_root.right)) { _x = (_x - 10); } if (this.hitTest(_root.top1)) { _y = (_y + 10); } if (this.hitTest(_root.bottom1)) { _y = (_y - 10); } if (this.hitTest(_root.left1)) { _x = (_x + 10); } if (this.hitTest(_root.right1)) { _x = (_x - 10); } if (this.hitTest(_root.top1)) { _y = (_y + 10); } if (this.hitTest(_root.bottom1)) { _y = (_y - 10); } if (this.hitTest(_root.left2)) { _x = (_x + 10); } if (this.hitTest(_root.right2)) { _x = (_x - 10); } if (this.hitTest(_root.top2)) { _y = (_y + 10); } if (this.hitTest(_root.bottom2)) { _y = (_y - 10); } if (this.hitTest(_root.left3)) { _x = (_x + 10); } if (this.hitTest(_root.right3)) { _x = (_x - 10); } if (this.hitTest(_root.top3)) { _y = (_y + 10); } if (this.hitTest(_root.bottom3)) { _y = (_y - 10); } if (this.hitTest(_root.left3)) { _x = (_x + 10); } if (this.hitTest(_root.right3)) { _x = (_x - 10); } if (this.hitTest(_root.player)) { tellTarget ("_root.healthbar") { nextFrame(); }; } }
Instance of Symbol 105 MovieClip "enemy1" in Frame 14
onClipEvent (enterFrame) { this._x = this._x - ((this._x - _root.player._x) / 100); if (this._x < _root.player._x) { this._xscale = -100; } else { this._xscale = 100; } this._y = this._y - ((this._y - _root.player._y) / 100); if (this._y < _root.player._y) { this._yscale = -100; } else { this._yscale = 100; } if (this.hitTest(_root.top)) { _y = (_y + 10); } if (this.hitTest(_root.bottom)) { _y = (_y - 10); } if (this.hitTest(_root.left)) { _x = (_x + 10); } if (this.hitTest(_root.right)) { _x = (_x - 10); } if (this.hitTest(_root.top1)) { _y = (_y + 10); } if (this.hitTest(_root.bottom1)) { _y = (_y - 10); } if (this.hitTest(_root.left1)) { _x = (_x + 10); } if (this.hitTest(_root.right1)) { _x = (_x - 10); } if (this.hitTest(_root.top1)) { _y = (_y + 10); } if (this.hitTest(_root.bottom1)) { _y = (_y - 10); } if (this.hitTest(_root.left2)) { _x = (_x + 10); } if (this.hitTest(_root.right2)) { _x = (_x - 10); } if (this.hitTest(_root.top2)) { _y = (_y + 10); } if (this.hitTest(_root.bottom2)) { _y = (_y - 10); } if (this.hitTest(_root.left3)) { _x = (_x + 10); } if (this.hitTest(_root.right3)) { _x = (_x - 10); } if (this.hitTest(_root.top3)) { _y = (_y + 10); } if (this.hitTest(_root.bottom3)) { _y = (_y - 10); } if (this.hitTest(_root.left3)) { _x = (_x + 10); } if (this.hitTest(_root.right3)) { _x = (_x - 10); } if (this.hitTest(_root.player)) { tellTarget ("_root.healthbar") { nextFrame(); }; } }
Instance of Symbol 105 MovieClip "enemy2" in Frame 14
onClipEvent (enterFrame) { this._x = this._x - ((this._x - _root.player._x) / 100); if (this._x < _root.player._x) { this._xscale = -100; } else { this._xscale = 100; } this._y = this._y - ((this._y - _root.player._y) / 100); if (this._y < _root.player._y) { this._yscale = -100; } else { this._yscale = 100; } if (this.hitTest(_root.top)) { _y = (_y + 10); } if (this.hitTest(_root.bottom)) { _y = (_y - 10); } if (this.hitTest(_root.left)) { _x = (_x + 10); } if (this.hitTest(_root.right)) { _x = (_x - 10); } if (this.hitTest(_root.top1)) { _y = (_y + 10); } if (this.hitTest(_root.bottom1)) { _y = (_y - 10); } if (this.hitTest(_root.left1)) { _x = (_x + 10); } if (this.hitTest(_root.right1)) { _x = (_x - 10); } if (this.hitTest(_root.top1)) { _y = (_y + 10); } if (this.hitTest(_root.bottom1)) { _y = (_y - 10); } if (this.hitTest(_root.left2)) { _x = (_x + 10); } if (this.hitTest(_root.right2)) { _x = (_x - 10); } if (this.hitTest(_root.top2)) { _y = (_y + 10); } if (this.hitTest(_root.bottom2)) { _y = (_y - 10); } if (this.hitTest(_root.left3)) { _x = (_x + 10); } if (this.hitTest(_root.right3)) { _x = (_x - 10); } if (this.hitTest(_root.top3)) { _y = (_y + 10); } if (this.hitTest(_root.bottom3)) { _y = (_y - 10); } if (this.hitTest(_root.left3)) { _x = (_x + 10); } if (this.hitTest(_root.right3)) { _x = (_x - 10); } if (this.hitTest(_root.player)) { tellTarget ("_root.healthbar") { nextFrame(); }; } }
Instance of Symbol 105 MovieClip "enemy3" in Frame 14
onClipEvent (enterFrame) { this._x = this._x - ((this._x - _root.player._x) / 100); if (this._x < _root.player._x) { this._xscale = -100; } else { this._xscale = 100; } this._y = this._y - ((this._y - _root.player._y) / 100); if (this._y < _root.player._y) { this._yscale = -100; } else { this._yscale = 100; } if (this.hitTest(_root.top)) { _y = (_y + 10); } if (this.hitTest(_root.bottom)) { _y = (_y - 10); } if (this.hitTest(_root.left)) { _x = (_x + 10); } if (this.hitTest(_root.right)) { _x = (_x - 10); } if (this.hitTest(_root.top1)) { _y = (_y + 10); } if (this.hitTest(_root.bottom1)) { _y = (_y - 10); } if (this.hitTest(_root.left1)) { _x = (_x + 10); } if (this.hitTest(_root.right1)) { _x = (_x - 10); } if (this.hitTest(_root.top1)) { _y = (_y + 10); } if (this.hitTest(_root.bottom1)) { _y = (_y - 10); } if (this.hitTest(_root.left2)) { _x = (_x + 10); } if (this.hitTest(_root.right2)) { _x = (_x - 10); } if (this.hitTest(_root.top2)) { _y = (_y + 10); } if (this.hitTest(_root.bottom2)) { _y = (_y - 10); } if (this.hitTest(_root.left3)) { _x = (_x + 10); } if (this.hitTest(_root.right3)) { _x = (_x - 10); } if (this.hitTest(_root.top3)) { _y = (_y + 10); } if (this.hitTest(_root.bottom3)) { _y = (_y - 10); } if (this.hitTest(_root.left3)) { _x = (_x + 10); } if (this.hitTest(_root.right3)) { _x = (_x - 10); } if (this.hitTest(_root.player)) { tellTarget ("_root.healthbar") { nextFrame(); }; } }
Instance of Symbol 105 MovieClip "enemy4" in Frame 14
onClipEvent (enterFrame) { this._x = this._x - ((this._x - _root.player._x) / 100); if (this._x < _root.player._x) { this._xscale = -100; } else { this._xscale = 100; } this._y = this._y - ((this._y - _root.player._y) / 100); if (this._y < _root.player._y) { this._yscale = -100; } else { this._yscale = 100; } if (this.hitTest(_root.top)) { _y = (_y + 10); } if (this.hitTest(_root.bottom)) { _y = (_y - 10); } if (this.hitTest(_root.left)) { _x = (_x + 10); } if (this.hitTest(_root.right)) { _x = (_x - 10); } if (this.hitTest(_root.top1)) { _y = (_y + 10); } if (this.hitTest(_root.bottom1)) { _y = (_y - 10); } if (this.hitTest(_root.left1)) { _x = (_x + 10); } if (this.hitTest(_root.right1)) { _x = (_x - 10); } if (this.hitTest(_root.top1)) { _y = (_y + 10); } if (this.hitTest(_root.bottom1)) { _y = (_y - 10); } if (this.hitTest(_root.left2)) { _x = (_x + 10); } if (this.hitTest(_root.right2)) { _x = (_x - 10); } if (this.hitTest(_root.top2)) { _y = (_y + 10); } if (this.hitTest(_root.bottom2)) { _y = (_y - 10); } if (this.hitTest(_root.left3)) { _x = (_x + 10); } if (this.hitTest(_root.right3)) { _x = (_x - 10); } if (this.hitTest(_root.top3)) { _y = (_y + 10); } if (this.hitTest(_root.bottom3)) { _y = (_y - 10); } if (this.hitTest(_root.left3)) { _x = (_x + 10); } if (this.hitTest(_root.right3)) { _x = (_x - 10); } if (this.hitTest(_root.player)) { tellTarget ("_root.healthbar") { nextFrame(); }; } }
Instance of Symbol 105 MovieClip "enemy5" in Frame 14
onClipEvent (enterFrame) { this._x = this._x - ((this._x - _root.player._x) / 100); if (this._x < _root.player._x) { this._xscale = -100; } else { this._xscale = 100; } this._y = this._y - ((this._y - _root.player._y) / 100); if (this._y < _root.player._y) { this._yscale = -100; } else { this._yscale = 100; } if (this.hitTest(_root.top)) { _y = (_y + 10); } if (this.hitTest(_root.bottom)) { _y = (_y - 10); } if (this.hitTest(_root.left)) { _x = (_x + 10); } if (this.hitTest(_root.right)) { _x = (_x - 10); } if (this.hitTest(_root.top1)) { _y = (_y + 10); } if (this.hitTest(_root.bottom1)) { _y = (_y - 10); } if (this.hitTest(_root.left1)) { _x = (_x + 10); } if (this.hitTest(_root.right1)) { _x = (_x - 10); } if (this.hitTest(_root.top1)) { _y = (_y + 10); } if (this.hitTest(_root.bottom1)) { _y = (_y - 10); } if (this.hitTest(_root.left2)) { _x = (_x + 10); } if (this.hitTest(_root.right2)) { _x = (_x - 10); } if (this.hitTest(_root.top2)) { _y = (_y + 10); } if (this.hitTest(_root.bottom2)) { _y = (_y - 10); } if (this.hitTest(_root.left3)) { _x = (_x + 10); } if (this.hitTest(_root.right3)) { _x = (_x - 10); } if (this.hitTest(_root.top3)) { _y = (_y + 10); } if (this.hitTest(_root.bottom3)) { _y = (_y - 10); } if (this.hitTest(_root.left3)) { _x = (_x + 10); } if (this.hitTest(_root.right3)) { _x = (_x - 10); } if (this.hitTest(_root.player)) { tellTarget ("_root.healthbar") { nextFrame(); }; } }
Instance of Symbol 105 MovieClip "enemy6" in Frame 14
onClipEvent (enterFrame) { this._x = this._x - ((this._x - _root.player._x) / 100); if (this._x < _root.player._x) { this._xscale = -100; } else { this._xscale = 100; } this._y = this._y - ((this._y - _root.player._y) / 100); if (this._y < _root.player._y) { this._yscale = -100; } else { this._yscale = 100; } if (this.hitTest(_root.top)) { _y = (_y + 10); } if (this.hitTest(_root.bottom)) { _y = (_y - 10); } if (this.hitTest(_root.left)) { _x = (_x + 10); } if (this.hitTest(_root.right)) { _x = (_x - 10); } if (this.hitTest(_root.top1)) { _y = (_y + 10); } if (this.hitTest(_root.bottom1)) { _y = (_y - 10); } if (this.hitTest(_root.left1)) { _x = (_x + 10); } if (this.hitTest(_root.right1)) { _x = (_x - 10); } if (this.hitTest(_root.top1)) { _y = (_y + 10); } if (this.hitTest(_root.bottom1)) { _y = (_y - 10); } if (this.hitTest(_root.left2)) { _x = (_x + 10); } if (this.hitTest(_root.right2)) { _x = (_x - 10); } if (this.hitTest(_root.top2)) { _y = (_y + 10); } if (this.hitTest(_root.bottom2)) { _y = (_y - 10); } if (this.hitTest(_root.left3)) { _x = (_x + 10); } if (this.hitTest(_root.right3)) { _x = (_x - 10); } if (this.hitTest(_root.top3)) { _y = (_y + 10); } if (this.hitTest(_root.bottom3)) { _y = (_y - 10); } if (this.hitTest(_root.left3)) { _x = (_x + 10); } if (this.hitTest(_root.right3)) { _x = (_x - 10); } if (this.hitTest(_root.player)) { tellTarget ("_root.healthbar") { nextFrame(); }; } }
Instance of Symbol 105 MovieClip "enemy7" in Frame 14
onClipEvent (enterFrame) { this._x = this._x - ((this._x - _root.player._x) / 100); if (this._x < _root.player._x) { this._xscale = -100; } else { this._xscale = 100; } this._y = this._y - ((this._y - _root.player._y) / 100); if (this._y < _root.player._y) { this._yscale = -100; } else { this._yscale = 100; } if (this.hitTest(_root.top)) { _y = (_y + 10); } if (this.hitTest(_root.bottom)) { _y = (_y - 10); } if (this.hitTest(_root.left)) { _x = (_x + 10); } if (this.hitTest(_root.right)) { _x = (_x - 10); } if (this.hitTest(_root.top1)) { _y = (_y + 10); } if (this.hitTest(_root.bottom1)) { _y = (_y - 10); } if (this.hitTest(_root.left1)) { _x = (_x + 10); } if (this.hitTest(_root.right1)) { _x = (_x - 10); } if (this.hitTest(_root.top1)) { _y = (_y + 10); } if (this.hitTest(_root.bottom1)) { _y = (_y - 10); } if (this.hitTest(_root.left2)) { _x = (_x + 10); } if (this.hitTest(_root.right2)) { _x = (_x - 10); } if (this.hitTest(_root.top2)) { _y = (_y + 10); } if (this.hitTest(_root.bottom2)) { _y = (_y - 10); } if (this.hitTest(_root.left3)) { _x = (_x + 10); } if (this.hitTest(_root.right3)) { _x = (_x - 10); } if (this.hitTest(_root.top3)) { _y = (_y + 10); } if (this.hitTest(_root.bottom3)) { _y = (_y - 10); } if (this.hitTest(_root.left3)) { _x = (_x + 10); } if (this.hitTest(_root.right3)) { _x = (_x - 10); } if (this.hitTest(_root.player)) { tellTarget ("_root.healthbar") { nextFrame(); }; } }
Frame 15
play();
Frame 16
stop();
Instance of Symbol 73 MovieClip "player" in Frame 16
onClipEvent (load) { speed = 5; spd = 10; w = c._width; h = c._height; G = 0; oldX = 0; oldY = 0; dir = 3; } onClipEvent (enterFrame) { if (Key.isDown(Key.UP) and (!shoot)) { gotoAndStop (2); speed = 5; walk = true; } else if (Key.isDown(Key.DOWN) and (!shoot)) { gotoAndStop (2); speed = -5; walk = true; } else { speed = 0; gotoAndStop (1); walk = false; } if (Key.isDown(Key.LEFT)) { _rotation = (_rotation - 15); turn = true; walk = true; } else if (Key.isDown(Key.RIGHT)) { _rotation = (_rotation + 15); turn = true; walk = true; } else { turn = false; walk = false; } speed = speed * 0.98; x = Math.sin(_rotation * (Math.PI/180)) * speed; y = (Math.cos(_rotation * (Math.PI/180)) * speed) * -1; if (!_root.move.hitTest(_x + x, _y + y, true)) { _x = (_x + x); _y = (_y + y); } else { speed = speed * -0.6; } if ((Key.isDown(Key.SPACE) and (!turn)) and (!walk)) { tellTarget ("_root.player") { gotoAndPlay (4); shoot = true; }; } else { shoot = false; } if (this.hitTest(_root.top)) { _y = (_y + 10); } if (this.hitTest(_root.bottom)) { _y = (_y - 10); } if (this.hitTest(_root.left)) { _x = (_x + 10); } if (this.hitTest(_root.right)) { _x = (_x - 10); } if (this.hitTest(_root.top1)) { _y = (_y + 10); } if (this.hitTest(_root.bottom1)) { _y = (_y - 10); } if (this.hitTest(_root.left1)) { _x = (_x + 10); } if (this.hitTest(_root.right1)) { _x = (_x - 10); } if (this.hitTest(_root.top1)) { _y = (_y + 10); } if (this.hitTest(_root.bottom1)) { _y = (_y - 10); } if (this.hitTest(_root.left2)) { _x = (_x + 10); } if (this.hitTest(_root.right2)) { _x = (_x - 10); } if (this.hitTest(_root.top2)) { _y = (_y + 10); } if (this.hitTest(_root.bottom2)) { _y = (_y - 10); } if (this.hitTest(_root.left3)) { _x = (_x + 10); } if (this.hitTest(_root.right3)) { _x = (_x - 10); } if (this.hitTest(_root.top3)) { _y = (_y + 10); } if (this.hitTest(_root.bottom3)) { _y = (_y - 10); } if (this.hitTest(_root.left3)) { _x = (_x + 10); } if (this.hitTest(_root.right3)) { _x = (_x - 10); } if (this.hitTest(_root.next)) { tellTarget ("_root") { nextFrame(); }; } }
Instance of Symbol 80 MovieClip "bullet" in Frame 16
onClipEvent (enterFrame) { if (Key.isDown(Key.UP) and (!shoot)) { speed = 5; walk = true; } else if (Key.isDown(Key.DOWN) and (!shoot)) { speed = -5; walk = true; } else { speed = 0; walk = false; } if (Key.isDown(Key.LEFT)) { _rotation = (_rotation - 15); turn = true; walk = true; } else if (Key.isDown(Key.RIGHT)) { _rotation = (_rotation + 15); turn = true; walk = true; } else { turn = false; walk = false; } this._x = this._x - ((this._x - _root.player._x) / 1); if (this._x < _root.player._x) { } this._y = this._y - ((this._y - _root.player._y) / 1); if (this._y < _root.player._y) { } if (this.hitTest(_root.top)) { tellTarget ("_root.bullet") { gotoAndStop (1); }; if (this.hitTest(_root.left)) { tellTarget ("_root.bullet") { gotoAndStop (1); }; } if (this.hitTest(_root.right)) { tellTarget ("_root.bullet") { gotoAndStop (1); }; } if (this.hitTest(_root.bottom)) { tellTarget ("_root.bullet") { gotoAndStop (1); }; } } }
Instance of Symbol 105 MovieClip "enemy" in Frame 16
onClipEvent (enterFrame) { this._x = this._x - ((this._x - _root.player._x) / 100); if (this._x < _root.player._x) { this._xscale = -100; } else { this._xscale = 100; } this._y = this._y - ((this._y - _root.player._y) / 100); if (this._y < _root.player._y) { this._yscale = -100; } else { this._yscale = 100; } if (this.hitTest(_root.top)) { _y = (_y + 10); } if (this.hitTest(_root.bottom)) { _y = (_y - 10); } if (this.hitTest(_root.left)) { _x = (_x + 10); } if (this.hitTest(_root.right)) { _x = (_x - 10); } if (this.hitTest(_root.top1)) { _y = (_y + 10); } if (this.hitTest(_root.bottom1)) { _y = (_y - 10); } if (this.hitTest(_root.left1)) { _x = (_x + 10); } if (this.hitTest(_root.right1)) { _x = (_x - 10); } if (this.hitTest(_root.top1)) { _y = (_y + 10); } if (this.hitTest(_root.bottom1)) { _y = (_y - 10); } if (this.hitTest(_root.left2)) { _x = (_x + 10); } if (this.hitTest(_root.right2)) { _x = (_x - 10); } if (this.hitTest(_root.top2)) { _y = (_y + 10); } if (this.hitTest(_root.bottom2)) { _y = (_y - 10); } if (this.hitTest(_root.left3)) { _x = (_x + 10); } if (this.hitTest(_root.right3)) { _x = (_x - 10); } if (this.hitTest(_root.top3)) { _y = (_y + 10); } if (this.hitTest(_root.bottom3)) { _y = (_y - 10); } if (this.hitTest(_root.left3)) { _x = (_x + 10); } if (this.hitTest(_root.right3)) { _x = (_x - 10); } if (this.hitTest(_root.player)) { tellTarget ("_root.healthbar") { nextFrame(); }; } }
Instance of Symbol 146 MovieClip "enemy1" in Frame 16
onClipEvent (enterFrame) { this._x = this._x - ((this._x - _root.player._x) / 50); if (this._x < _root.player._x) { this._xscale = -100; } else { this._xscale = 100; } this._y = this._y - ((this._y - _root.player._y) / 50); if (this._y < _root.player._y) { this._yscale = -100; } else { this._yscale = 100; } if (this.hitTest(_root.top)) { _y = (_y + 10); } if (this.hitTest(_root.bottom)) { _y = (_y - 10); } if (this.hitTest(_root.left)) { _x = (_x + 10); } if (this.hitTest(_root.right)) { _x = (_x - 10); } if (this.hitTest(_root.top1)) { _y = (_y + 10); } if (this.hitTest(_root.bottom1)) { _y = (_y - 10); } if (this.hitTest(_root.left1)) { _x = (_x + 10); } if (this.hitTest(_root.right1)) { _x = (_x - 10); } if (this.hitTest(_root.top1)) { _y = (_y + 10); } if (this.hitTest(_root.bottom1)) { _y = (_y - 10); } if (this.hitTest(_root.left2)) { _x = (_x + 10); } if (this.hitTest(_root.right2)) { _x = (_x - 10); } if (this.hitTest(_root.top2)) { _y = (_y + 10); } if (this.hitTest(_root.bottom2)) { _y = (_y - 10); } if (this.hitTest(_root.left3)) { _x = (_x + 10); } if (this.hitTest(_root.right3)) { _x = (_x - 10); } if (this.hitTest(_root.top3)) { _y = (_y + 10); } if (this.hitTest(_root.bottom3)) { _y = (_y - 10); } if (this.hitTest(_root.left3)) { _x = (_x + 10); } if (this.hitTest(_root.right3)) { _x = (_x - 10); } if (this.hitTest(_root.player)) { tellTarget ("_root.healthbar") { nextFrame(); }; } }
Instance of Symbol 105 MovieClip "enemy3" in Frame 16
onClipEvent (enterFrame) { this._x = this._x - ((this._x - _root.player._x) / 100); if (this._x < _root.player._x) { this._xscale = -100; } else { this._xscale = 100; } this._y = this._y - ((this._y - _root.player._y) / 100); if (this._y < _root.player._y) { this._yscale = -100; } else { this._yscale = 100; } if (this.hitTest(_root.top)) { _y = (_y + 10); } if (this.hitTest(_root.bottom)) { _y = (_y - 10); } if (this.hitTest(_root.left)) { _x = (_x + 10); } if (this.hitTest(_root.right)) { _x = (_x - 10); } if (this.hitTest(_root.top1)) { _y = (_y + 10); } if (this.hitTest(_root.bottom1)) { _y = (_y - 10); } if (this.hitTest(_root.left1)) { _x = (_x + 10); } if (this.hitTest(_root.right1)) { _x = (_x - 10); } if (this.hitTest(_root.top1)) { _y = (_y + 10); } if (this.hitTest(_root.bottom1)) { _y = (_y - 10); } if (this.hitTest(_root.left2)) { _x = (_x + 10); } if (this.hitTest(_root.right2)) { _x = (_x - 10); } if (this.hitTest(_root.top2)) { _y = (_y + 10); } if (this.hitTest(_root.bottom2)) { _y = (_y - 10); } if (this.hitTest(_root.left3)) { _x = (_x + 10); } if (this.hitTest(_root.right3)) { _x = (_x - 10); } if (this.hitTest(_root.top3)) { _y = (_y + 10); } if (this.hitTest(_root.bottom3)) { _y = (_y - 10); } if (this.hitTest(_root.left3)) { _x = (_x + 10); } if (this.hitTest(_root.right3)) { _x = (_x - 10); } if (this.hitTest(_root.player)) { tellTarget ("_root.healthbar") { nextFrame(); }; } }
Instance of Symbol 146 MovieClip "enemy2" in Frame 16
onClipEvent (enterFrame) { this._x = this._x - ((this._x - _root.player._x) / 50); if (this._x < _root.player._x) { this._xscale = -100; } else { this._xscale = 100; } this._y = this._y - ((this._y - _root.player._y) / 50); if (this._y < _root.player._y) { this._yscale = -100; } else { this._yscale = 100; } if (this.hitTest(_root.top)) { _y = (_y + 10); } if (this.hitTest(_root.bottom)) { _y = (_y - 10); } if (this.hitTest(_root.left)) { _x = (_x + 10); } if (this.hitTest(_root.right)) { _x = (_x - 10); } if (this.hitTest(_root.top1)) { _y = (_y + 10); } if (this.hitTest(_root.bottom1)) { _y = (_y - 10); } if (this.hitTest(_root.left1)) { _x = (_x + 10); } if (this.hitTest(_root.right1)) { _x = (_x - 10); } if (this.hitTest(_root.top1)) { _y = (_y + 10); } if (this.hitTest(_root.bottom1)) { _y = (_y - 10); } if (this.hitTest(_root.left2)) { _x = (_x + 10); } if (this.hitTest(_root.right2)) { _x = (_x - 10); } if (this.hitTest(_root.top2)) { _y = (_y + 10); } if (this.hitTest(_root.bottom2)) { _y = (_y - 10); } if (this.hitTest(_root.left3)) { _x = (_x + 10); } if (this.hitTest(_root.right3)) { _x = (_x - 10); } if (this.hitTest(_root.top3)) { _y = (_y + 10); } if (this.hitTest(_root.bottom3)) { _y = (_y - 10); } if (this.hitTest(_root.left3)) { _x = (_x + 10); } if (this.hitTest(_root.right3)) { _x = (_x - 10); } if (this.hitTest(_root.player)) { tellTarget ("_root.healthbar") { nextFrame(); }; } }
Frame 17
play();
Frame 18
stop();
Instance of Symbol 73 MovieClip "player" in Frame 18
onClipEvent (load) { speed = 5; spd = 10; w = c._width; h = c._height; G = 0; oldX = 0; oldY = 0; dir = 3; } onClipEvent (enterFrame) { if (Key.isDown(Key.UP) and (!shoot)) { gotoAndStop (2); speed = 5; walk = true; } else if (Key.isDown(Key.DOWN) and (!shoot)) { gotoAndStop (2); speed = -5; walk = true; } else { speed = 0; gotoAndStop (1); walk = false; } if (Key.isDown(Key.LEFT)) { _rotation = (_rotation - 15); turn = true; walk = true; } else if (Key.isDown(Key.RIGHT)) { _rotation = (_rotation + 15); turn = true; walk = true; } else { turn = false; walk = false; } speed = speed * 0.98; x = Math.sin(_rotation * (Math.PI/180)) * speed; y = (Math.cos(_rotation * (Math.PI/180)) * speed) * -1; if (!_root.move.hitTest(_x + x, _y + y, true)) { _x = (_x + x); _y = (_y + y); } else { speed = speed * -0.6; } if ((Key.isDown(Key.SPACE) and (!turn)) and (!walk)) { tellTarget ("_root.player") { gotoAndPlay (4); shoot = true; }; } else { shoot = false; } if (this.hitTest(_root.top)) { _y = (_y + 10); } if (this.hitTest(_root.bottom)) { _y = (_y - 10); } if (this.hitTest(_root.left)) { _x = (_x + 10); } if (this.hitTest(_root.right)) { _x = (_x - 10); } if (this.hitTest(_root.top1)) { _y = (_y + 10); } if (this.hitTest(_root.bottom1)) { _y = (_y - 10); } if (this.hitTest(_root.left1)) { _x = (_x + 10); } if (this.hitTest(_root.right1)) { _x = (_x - 10); } if (this.hitTest(_root.top1)) { _y = (_y + 10); } if (this.hitTest(_root.bottom1)) { _y = (_y - 10); } if (this.hitTest(_root.left2)) { _x = (_x + 10); } if (this.hitTest(_root.right2)) { _x = (_x - 10); } if (this.hitTest(_root.top2)) { _y = (_y + 10); } if (this.hitTest(_root.bottom2)) { _y = (_y - 10); } if (this.hitTest(_root.left3)) { _x = (_x + 10); } if (this.hitTest(_root.right3)) { _x = (_x - 10); } if (this.hitTest(_root.top3)) { _y = (_y + 10); } if (this.hitTest(_root.bottom3)) { _y = (_y - 10); } if (this.hitTest(_root.left3)) { _x = (_x + 10); } if (this.hitTest(_root.right3)) { _x = (_x - 10); } if (this.hitTest(_root.next)) { tellTarget ("_root") { nextFrame(); }; } }
Instance of Symbol 80 MovieClip "bullet" in Frame 18
onClipEvent (enterFrame) { if (Key.isDown(Key.UP) and (!shoot)) { speed = 5; walk = true; } else if (Key.isDown(Key.DOWN) and (!shoot)) { speed = -5; walk = true; } else { speed = 0; walk = false; } if (Key.isDown(Key.LEFT)) { _rotation = (_rotation - 15); turn = true; walk = true; } else if (Key.isDown(Key.RIGHT)) { _rotation = (_rotation + 15); turn = true; walk = true; } else { turn = false; walk = false; } this._x = this._x - ((this._x - _root.player._x) / 1); if (this._x < _root.player._x) { } this._y = this._y - ((this._y - _root.player._y) / 1); if (this._y < _root.player._y) { } if (this.hitTest(_root.top)) { tellTarget ("_root.bullet") { gotoAndStop (1); }; if (this.hitTest(_root.left)) { tellTarget ("_root.bullet") { gotoAndStop (1); }; } if (this.hitTest(_root.right)) { tellTarget ("_root.bullet") { gotoAndStop (1); }; } if (this.hitTest(_root.bottom)) { tellTarget ("_root.bullet") { gotoAndStop (1); }; } } }
Instance of Symbol 146 MovieClip "enemy" in Frame 18
onClipEvent (enterFrame) { this._x = this._x - ((this._x - _root.player._x) / 50); if (this._x < _root.player._x) { this._xscale = -100; } else { this._xscale = 100; } this._y = this._y - ((this._y - _root.player._y) / 50); if (this._y < _root.player._y) { this._yscale = -100; } else { this._yscale = 100; } if (this.hitTest(_root.top)) { _y = (_y + 10); } if (this.hitTest(_root.bottom)) { _y = (_y - 10); } if (this.hitTest(_root.left)) { _x = (_x + 10); } if (this.hitTest(_root.right)) { _x = (_x - 10); } if (this.hitTest(_root.top1)) { _y = (_y + 10); } if (this.hitTest(_root.bottom1)) { _y = (_y - 10); } if (this.hitTest(_root.left1)) { _x = (_x + 10); } if (this.hitTest(_root.right1)) { _x = (_x - 10); } if (this.hitTest(_root.top1)) { _y = (_y + 10); } if (this.hitTest(_root.bottom1)) { _y = (_y - 10); } if (this.hitTest(_root.left2)) { _x = (_x + 10); } if (this.hitTest(_root.right2)) { _x = (_x - 10); } if (this.hitTest(_root.top2)) { _y = (_y + 10); } if (this.hitTest(_root.bottom2)) { _y = (_y - 10); } if (this.hitTest(_root.left3)) { _x = (_x + 10); } if (this.hitTest(_root.right3)) { _x = (_x - 10); } if (this.hitTest(_root.top3)) { _y = (_y + 10); } if (this.hitTest(_root.bottom3)) { _y = (_y - 10); } if (this.hitTest(_root.left3)) { _x = (_x + 10); } if (this.hitTest(_root.right3)) { _x = (_x - 10); } if (this.hitTest(_root.player)) { tellTarget ("_root.healthbar") { nextFrame(); }; } }
Instance of Symbol 146 MovieClip "enemy1" in Frame 18
onClipEvent (enterFrame) { this._x = this._x - ((this._x - _root.player._x) / 50); if (this._x < _root.player._x) { this._xscale = -100; } else { this._xscale = 100; } this._y = this._y - ((this._y - _root.player._y) / 50); if (this._y < _root.player._y) { this._yscale = -100; } else { this._yscale = 100; } if (this.hitTest(_root.top)) { _y = (_y + 10); } if (this.hitTest(_root.bottom)) { _y = (_y - 10); } if (this.hitTest(_root.left)) { _x = (_x + 10); } if (this.hitTest(_root.right)) { _x = (_x - 10); } if (this.hitTest(_root.top1)) { _y = (_y + 10); } if (this.hitTest(_root.bottom1)) { _y = (_y - 10); } if (this.hitTest(_root.left1)) { _x = (_x + 10); } if (this.hitTest(_root.right1)) { _x = (_x - 10); } if (this.hitTest(_root.top1)) { _y = (_y + 10); } if (this.hitTest(_root.bottom1)) { _y = (_y - 10); } if (this.hitTest(_root.left2)) { _x = (_x + 10); } if (this.hitTest(_root.right2)) { _x = (_x - 10); } if (this.hitTest(_root.top2)) { _y = (_y + 10); } if (this.hitTest(_root.bottom2)) { _y = (_y - 10); } if (this.hitTest(_root.left3)) { _x = (_x + 10); } if (this.hitTest(_root.right3)) { _x = (_x - 10); } if (this.hitTest(_root.top3)) { _y = (_y + 10); } if (this.hitTest(_root.bottom3)) { _y = (_y - 10); } if (this.hitTest(_root.left3)) { _x = (_x + 10); } if (this.hitTest(_root.right3)) { _x = (_x - 10); } if (this.hitTest(_root.player)) { tellTarget ("_root.healthbar") { nextFrame(); }; } }
Instance of Symbol 146 MovieClip "enemy2" in Frame 18
onClipEvent (enterFrame) { this._x = this._x - ((this._x - _root.player._x) / 50); if (this._x < _root.player._x) { this._xscale = -100; } else { this._xscale = 100; } this._y = this._y - ((this._y - _root.player._y) / 50); if (this._y < _root.player._y) { this._yscale = -100; } else { this._yscale = 100; } if (this.hitTest(_root.top)) { _y = (_y + 10); } if (this.hitTest(_root.bottom)) { _y = (_y - 10); } if (this.hitTest(_root.left)) { _x = (_x + 10); } if (this.hitTest(_root.right)) { _x = (_x - 10); } if (this.hitTest(_root.top1)) { _y = (_y + 10); } if (this.hitTest(_root.bottom1)) { _y = (_y - 10); } if (this.hitTest(_root.left1)) { _x = (_x + 10); } if (this.hitTest(_root.right1)) { _x = (_x - 10); } if (this.hitTest(_root.top1)) { _y = (_y + 10); } if (this.hitTest(_root.bottom1)) { _y = (_y - 10); } if (this.hitTest(_root.left2)) { _x = (_x + 10); } if (this.hitTest(_root.right2)) { _x = (_x - 10); } if (this.hitTest(_root.top2)) { _y = (_y + 10); } if (this.hitTest(_root.bottom2)) { _y = (_y - 10); } if (this.hitTest(_root.left3)) { _x = (_x + 10); } if (this.hitTest(_root.right3)) { _x = (_x - 10); } if (this.hitTest(_root.top3)) { _y = (_y + 10); } if (this.hitTest(_root.bottom3)) { _y = (_y - 10); } if (this.hitTest(_root.left3)) { _x = (_x + 10); } if (this.hitTest(_root.right3)) { _x = (_x - 10); } if (this.hitTest(_root.player)) { tellTarget ("_root.healthbar") { nextFrame(); }; } }
Instance of Symbol 146 MovieClip "enemy3" in Frame 18
onClipEvent (enterFrame) { this._x = this._x - ((this._x - _root.player._x) / 50); if (this._x < _root.player._x) { this._xscale = -100; } else { this._xscale = 100; } this._y = this._y - ((this._y - _root.player._y) / 50); if (this._y < _root.player._y) { this._yscale = -100; } else { this._yscale = 100; } if (this.hitTest(_root.top)) { _y = (_y + 10); } if (this.hitTest(_root.bottom)) { _y = (_y - 10); } if (this.hitTest(_root.left)) { _x = (_x + 10); } if (this.hitTest(_root.right)) { _x = (_x - 10); } if (this.hitTest(_root.top1)) { _y = (_y + 10); } if (this.hitTest(_root.bottom1)) { _y = (_y - 10); } if (this.hitTest(_root.left1)) { _x = (_x + 10); } if (this.hitTest(_root.right1)) { _x = (_x - 10); } if (this.hitTest(_root.top1)) { _y = (_y + 10); } if (this.hitTest(_root.bottom1)) { _y = (_y - 10); } if (this.hitTest(_root.left2)) { _x = (_x + 10); } if (this.hitTest(_root.right2)) { _x = (_x - 10); } if (this.hitTest(_root.top2)) { _y = (_y + 10); } if (this.hitTest(_root.bottom2)) { _y = (_y - 10); } if (this.hitTest(_root.left3)) { _x = (_x + 10); } if (this.hitTest(_root.right3)) { _x = (_x - 10); } if (this.hitTest(_root.top3)) { _y = (_y + 10); } if (this.hitTest(_root.bottom3)) { _y = (_y - 10); } if (this.hitTest(_root.left3)) { _x = (_x + 10); } if (this.hitTest(_root.right3)) { _x = (_x - 10); } if (this.hitTest(_root.player)) { tellTarget ("_root.healthbar") { nextFrame(); }; } }
Frame 19
play();
Frame 20
stop();
Instance of Symbol 73 MovieClip "player" in Frame 20
onClipEvent (load) { speed = 5; spd = 10; w = c._width; h = c._height; G = 0; oldX = 0; oldY = 0; dir = 3; } onClipEvent (enterFrame) { if (Key.isDown(Key.UP) and (!shoot)) { gotoAndStop (2); speed = 5; walk = true; } else if (Key.isDown(Key.DOWN) and (!shoot)) { gotoAndStop (2); speed = -5; walk = true; } else { speed = 0; gotoAndStop (1); walk = false; } if (Key.isDown(Key.LEFT)) { _rotation = (_rotation - 15); turn = true; walk = true; } else if (Key.isDown(Key.RIGHT)) { _rotation = (_rotation + 15); turn = true; walk = true; } else { turn = false; walk = false; } speed = speed * 0.98; x = Math.sin(_rotation * (Math.PI/180)) * speed; y = (Math.cos(_rotation * (Math.PI/180)) * speed) * -1; if (!_root.move.hitTest(_x + x, _y + y, true)) { _x = (_x + x); _y = (_y + y); } else { speed = speed * -0.6; } if ((Key.isDown(Key.SPACE) and (!turn)) and (!walk)) { tellTarget ("_root.player") { gotoAndPlay (4); shoot = true; }; } else { shoot = false; } if (this.hitTest(_root.top)) { _y = (_y + 10); } if (this.hitTest(_root.bottom)) { _y = (_y - 10); } if (this.hitTest(_root.left)) { _x = (_x + 10); } if (this.hitTest(_root.right)) { _x = (_x - 10); } if (this.hitTest(_root.top1)) { _y = (_y + 10); } if (this.hitTest(_root.bottom1)) { _y = (_y - 10); } if (this.hitTest(_root.left1)) { _x = (_x + 10); } if (this.hitTest(_root.right1)) { _x = (_x - 10); } if (this.hitTest(_root.top1)) { _y = (_y + 10); } if (this.hitTest(_root.bottom1)) { _y = (_y - 10); } if (this.hitTest(_root.left2)) { _x = (_x + 10); } if (this.hitTest(_root.right2)) { _x = (_x - 10); } if (this.hitTest(_root.top2)) { _y = (_y + 10); } if (this.hitTest(_root.bottom2)) { _y = (_y - 10); } if (this.hitTest(_root.left3)) { _x = (_x + 10); } if (this.hitTest(_root.right3)) { _x = (_x - 10); } if (this.hitTest(_root.top3)) { _y = (_y + 10); } if (this.hitTest(_root.bottom3)) { _y = (_y - 10); } if (this.hitTest(_root.left3)) { _x = (_x + 10); } if (this.hitTest(_root.right3)) { _x = (_x - 10); } if (this.hitTest(_root.next)) { tellTarget ("_root") { nextFrame(); }; } }
Instance of Symbol 80 MovieClip "bullet" in Frame 20
onClipEvent (enterFrame) { if (Key.isDown(Key.UP) and (!shoot)) { speed = 5; walk = true; } else if (Key.isDown(Key.DOWN) and (!shoot)) { speed = -5; walk = true; } else { speed = 0; walk = false; } if (Key.isDown(Key.LEFT)) { _rotation = (_rotation - 15); turn = true; walk = true; } else if (Key.isDown(Key.RIGHT)) { _rotation = (_rotation + 15); turn = true; walk = true; } else { turn = false; walk = false; } this._x = this._x - ((this._x - _root.player._x) / 1); if (this._x < _root.player._x) { } this._y = this._y - ((this._y - _root.player._y) / 1); if (this._y < _root.player._y) { } if (this.hitTest(_root.top)) { tellTarget ("_root.bullet") { gotoAndStop (1); }; if (this.hitTest(_root.left)) { tellTarget ("_root.bullet") { gotoAndStop (1); }; } if (this.hitTest(_root.right)) { tellTarget ("_root.bullet") { gotoAndStop (1); }; } if (this.hitTest(_root.bottom)) { tellTarget ("_root.bullet") { gotoAndStop (1); }; } } }
Instance of Symbol 146 MovieClip "enemy" in Frame 20
onClipEvent (enterFrame) { this._x = this._x - ((this._x - _root.player._x) / 50); if (this._x < _root.player._x) { this._xscale = -100; } else { this._xscale = 100; } this._y = this._y - ((this._y - _root.player._y) / 50); if (this._y < _root.player._y) { this._yscale = -100; } else { this._yscale = 100; } if (this.hitTest(_root.top)) { _y = (_y + 10); } if (this.hitTest(_root.bottom)) { _y = (_y - 10); } if (this.hitTest(_root.left)) { _x = (_x + 10); } if (this.hitTest(_root.right)) { _x = (_x - 10); } if (this.hitTest(_root.top1)) { _y = (_y + 10); } if (this.hitTest(_root.bottom1)) { _y = (_y - 10); } if (this.hitTest(_root.left1)) { _x = (_x + 10); } if (this.hitTest(_root.right1)) { _x = (_x - 10); } if (this.hitTest(_root.top1)) { _y = (_y + 10); } if (this.hitTest(_root.bottom1)) { _y = (_y - 10); } if (this.hitTest(_root.left2)) { _x = (_x + 10); } if (this.hitTest(_root.right2)) { _x = (_x - 10); } if (this.hitTest(_root.top2)) { _y = (_y + 10); } if (this.hitTest(_root.bottom2)) { _y = (_y - 10); } if (this.hitTest(_root.left3)) { _x = (_x + 10); } if (this.hitTest(_root.right3)) { _x = (_x - 10); } if (this.hitTest(_root.top3)) { _y = (_y + 10); } if (this.hitTest(_root.bottom3)) { _y = (_y - 10); } if (this.hitTest(_root.left3)) { _x = (_x + 10); } if (this.hitTest(_root.right3)) { _x = (_x - 10); } if (this.hitTest(_root.player)) { tellTarget ("_root.healthbar") { nextFrame(); }; } }
Instance of Symbol 158 MovieClip "enemy2" in Frame 20
onClipEvent (enterFrame) { this._x = this._x - ((this._x - _root.player._x) / 50); if (this._x < _root.player._x) { this._xscale = -100; } else { this._xscale = 100; } this._y = this._y - ((this._y - _root.player._y) / 50); if (this._y < _root.player._y) { this._yscale = -100; } else { this._yscale = 100; } if (this.hitTest(_root.top)) { _y = (_y + 10); } if (this.hitTest(_root.bottom)) { _y = (_y - 10); } if (this.hitTest(_root.left)) { _x = (_x + 10); } if (this.hitTest(_root.right)) { _x = (_x - 10); } if (this.hitTest(_root.top1)) { _y = (_y + 10); } if (this.hitTest(_root.bottom1)) { _y = (_y - 10); } if (this.hitTest(_root.left1)) { _x = (_x + 10); } if (this.hitTest(_root.right1)) { _x = (_x - 10); } if (this.hitTest(_root.top1)) { _y = (_y + 10); } if (this.hitTest(_root.bottom1)) { _y = (_y - 10); } if (this.hitTest(_root.left2)) { _x = (_x + 10); } if (this.hitTest(_root.right2)) { _x = (_x - 10); } if (this.hitTest(_root.top2)) { _y = (_y + 10); } if (this.hitTest(_root.bottom2)) { _y = (_y - 10); } if (this.hitTest(_root.left3)) { _x = (_x + 10); } if (this.hitTest(_root.right3)) { _x = (_x - 10); } if (this.hitTest(_root.top3)) { _y = (_y + 10); } if (this.hitTest(_root.bottom3)) { _y = (_y - 10); } if (this.hitTest(_root.left3)) { _x = (_x + 10); } if (this.hitTest(_root.right3)) { _x = (_x - 10); } if (this.hitTest(_root.player)) { tellTarget ("_root.healthbar") { nextFrame(); }; } }
Frame 21
play();
Frame 22
stop();
Instance of Symbol 73 MovieClip "player" in Frame 22
onClipEvent (load) { speed = 5; spd = 10; w = c._width; h = c._height; G = 0; oldX = 0; oldY = 0; dir = 3; } onClipEvent (enterFrame) { if (Key.isDown(Key.UP) and (!shoot)) { gotoAndStop (2); speed = 5; walk = true; } else if (Key.isDown(Key.DOWN) and (!shoot)) { gotoAndStop (2); speed = -5; walk = true; } else { speed = 0; gotoAndStop (1); walk = false; } if (Key.isDown(Key.LEFT)) { _rotation = (_rotation - 15); turn = true; walk = true; } else if (Key.isDown(Key.RIGHT)) { _rotation = (_rotation + 15); turn = true; walk = true; } else { turn = false; walk = false; } speed = speed * 0.98; x = Math.sin(_rotation * (Math.PI/180)) * speed; y = (Math.cos(_rotation * (Math.PI/180)) * speed) * -1; if (!_root.move.hitTest(_x + x, _y + y, true)) { _x = (_x + x); _y = (_y + y); } else { speed = speed * -0.6; } if ((Key.isDown(Key.SPACE) and (!turn)) and (!walk)) { tellTarget ("_root.player") { gotoAndPlay (4); shoot = true; }; } else { shoot = false; } if (this.hitTest(_root.top)) { _y = (_y + 10); } if (this.hitTest(_root.bottom)) { _y = (_y - 10); } if (this.hitTest(_root.left)) { _x = (_x + 10); } if (this.hitTest(_root.right)) { _x = (_x - 10); } if (this.hitTest(_root.top1)) { _y = (_y + 10); } if (this.hitTest(_root.bottom1)) { _y = (_y - 10); } if (this.hitTest(_root.left1)) { _x = (_x + 10); } if (this.hitTest(_root.right1)) { _x = (_x - 10); } if (this.hitTest(_root.top1)) { _y = (_y + 10); } if (this.hitTest(_root.bottom1)) { _y = (_y - 10); } if (this.hitTest(_root.left2)) { _x = (_x + 10); } if (this.hitTest(_root.right2)) { _x = (_x - 10); } if (this.hitTest(_root.top2)) { _y = (_y + 10); } if (this.hitTest(_root.bottom2)) { _y = (_y - 10); } if (this.hitTest(_root.left3)) { _x = (_x + 10); } if (this.hitTest(_root.right3)) { _x = (_x - 10); } if (this.hitTest(_root.top3)) { _y = (_y + 10); } if (this.hitTest(_root.bottom3)) { _y = (_y - 10); } if (this.hitTest(_root.left3)) { _x = (_x + 10); } if (this.hitTest(_root.right3)) { _x = (_x - 10); } if (this.hitTest(_root.next)) { tellTarget ("_root") { nextFrame(); }; } }
Instance of Symbol 80 MovieClip "bullet" in Frame 22
onClipEvent (enterFrame) { if (Key.isDown(Key.UP) and (!shoot)) { speed = 5; walk = true; } else if (Key.isDown(Key.DOWN) and (!shoot)) { speed = -5; walk = true; } else { speed = 0; walk = false; } if (Key.isDown(Key.LEFT)) { _rotation = (_rotation - 15); turn = true; walk = true; } else if (Key.isDown(Key.RIGHT)) { _rotation = (_rotation + 15); turn = true; walk = true; } else { turn = false; walk = false; } this._x = this._x - ((this._x - _root.player._x) / 1); if (this._x < _root.player._x) { } this._y = this._y - ((this._y - _root.player._y) / 1); if (this._y < _root.player._y) { } if (this.hitTest(_root.top)) { tellTarget ("_root.bullet") { gotoAndStop (1); }; if (this.hitTest(_root.left)) { tellTarget ("_root.bullet") { gotoAndStop (1); }; } if (this.hitTest(_root.right)) { tellTarget ("_root.bullet") { gotoAndStop (1); }; } if (this.hitTest(_root.bottom)) { tellTarget ("_root.bullet") { gotoAndStop (1); }; } } }
Instance of Symbol 161 MovieClip "enemy2" in Frame 22
onClipEvent (enterFrame) { this._x = this._x - ((this._x - _root.player._x) / 50); if (this._x < _root.player._x) { this._xscale = -100; } else { this._xscale = 100; } this._y = this._y - ((this._y - _root.player._y) / 50); if (this._y < _root.player._y) { this._yscale = -100; } else { this._yscale = 100; } if (this.hitTest(_root.top)) { _y = (_y + 10); } if (this.hitTest(_root.bottom)) { _y = (_y - 10); } if (this.hitTest(_root.left)) { _x = (_x + 10); } if (this.hitTest(_root.right)) { _x = (_x - 10); } if (this.hitTest(_root.top1)) { _y = (_y + 10); } if (this.hitTest(_root.bottom1)) { _y = (_y - 10); } if (this.hitTest(_root.left1)) { _x = (_x + 10); } if (this.hitTest(_root.right1)) { _x = (_x - 10); } if (this.hitTest(_root.top1)) { _y = (_y + 10); } if (this.hitTest(_root.bottom1)) { _y = (_y - 10); } if (this.hitTest(_root.left2)) { _x = (_x + 10); } if (this.hitTest(_root.right2)) { _x = (_x - 10); } if (this.hitTest(_root.top2)) { _y = (_y + 10); } if (this.hitTest(_root.bottom2)) { _y = (_y - 10); } if (this.hitTest(_root.left3)) { _x = (_x + 10); } if (this.hitTest(_root.right3)) { _x = (_x - 10); } if (this.hitTest(_root.top3)) { _y = (_y + 10); } if (this.hitTest(_root.bottom3)) { _y = (_y - 10); } if (this.hitTest(_root.left3)) { _x = (_x + 10); } if (this.hitTest(_root.right3)) { _x = (_x - 10); } if (this.hitTest(_root.player)) { tellTarget ("_root.healthbar") { nextFrame(); }; } }
Instance of Symbol 161 MovieClip "enemy1" in Frame 22
onClipEvent (enterFrame) { this._x = this._x - ((this._x - _root.player._x) / 50); if (this._x < _root.player._x) { this._xscale = -100; } else { this._xscale = 100; } this._y = this._y - ((this._y - _root.player._y) / 50); if (this._y < _root.player._y) { this._yscale = -100; } else { this._yscale = 100; } if (this.hitTest(_root.top)) { _y = (_y + 10); } if (this.hitTest(_root.bottom)) { _y = (_y - 10); } if (this.hitTest(_root.left)) { _x = (_x + 10); } if (this.hitTest(_root.right)) { _x = (_x - 10); } if (this.hitTest(_root.top1)) { _y = (_y + 10); } if (this.hitTest(_root.bottom1)) { _y = (_y - 10); } if (this.hitTest(_root.left1)) { _x = (_x + 10); } if (this.hitTest(_root.right1)) { _x = (_x - 10); } if (this.hitTest(_root.top1)) { _y = (_y + 10); } if (this.hitTest(_root.bottom1)) { _y = (_y - 10); } if (this.hitTest(_root.left2)) { _x = (_x + 10); } if (this.hitTest(_root.right2)) { _x = (_x - 10); } if (this.hitTest(_root.top2)) { _y = (_y + 10); } if (this.hitTest(_root.bottom2)) { _y = (_y - 10); } if (this.hitTest(_root.left3)) { _x = (_x + 10); } if (this.hitTest(_root.right3)) { _x = (_x - 10); } if (this.hitTest(_root.top3)) { _y = (_y + 10); } if (this.hitTest(_root.bottom3)) { _y = (_y - 10); } if (this.hitTest(_root.left3)) { _x = (_x + 10); } if (this.hitTest(_root.right3)) { _x = (_x - 10); } if (this.hitTest(_root.player)) { tellTarget ("_root.healthbar") { nextFrame(); }; } }
Instance of Symbol 161 MovieClip "enemy" in Frame 22
onClipEvent (enterFrame) { this._x = this._x - ((this._x - _root.player._x) / 50); if (this._x < _root.player._x) { this._xscale = -100; } else { this._xscale = 100; } this._y = this._y - ((this._y - _root.player._y) / 50); if (this._y < _root.player._y) { this._yscale = -100; } else { this._yscale = 100; } if (this.hitTest(_root.top)) { _y = (_y + 10); } if (this.hitTest(_root.bottom)) { _y = (_y - 10); } if (this.hitTest(_root.left)) { _x = (_x + 10); } if (this.hitTest(_root.right)) { _x = (_x - 10); } if (this.hitTest(_root.top1)) { _y = (_y + 10); } if (this.hitTest(_root.bottom1)) { _y = (_y - 10); } if (this.hitTest(_root.left1)) { _x = (_x + 10); } if (this.hitTest(_root.right1)) { _x = (_x - 10); } if (this.hitTest(_root.top1)) { _y = (_y + 10); } if (this.hitTest(_root.bottom1)) { _y = (_y - 10); } if (this.hitTest(_root.left2)) { _x = (_x + 10); } if (this.hitTest(_root.right2)) { _x = (_x - 10); } if (this.hitTest(_root.top2)) { _y = (_y + 10); } if (this.hitTest(_root.bottom2)) { _y = (_y - 10); } if (this.hitTest(_root.left3)) { _x = (_x + 10); } if (this.hitTest(_root.right3)) { _x = (_x - 10); } if (this.hitTest(_root.top3)) { _y = (_y + 10); } if (this.hitTest(_root.bottom3)) { _y = (_y - 10); } if (this.hitTest(_root.left3)) { _x = (_x + 10); } if (this.hitTest(_root.right3)) { _x = (_x - 10); } if (this.hitTest(_root.player)) { tellTarget ("_root.healthbar") { nextFrame(); }; } }
Frame 23
play();
Frame 24
stop();
Instance of Symbol 73 MovieClip "player" in Frame 24
onClipEvent (load) { speed = 5; spd = 10; w = c._width; h = c._height; G = 0; oldX = 0; oldY = 0; dir = 3; } onClipEvent (enterFrame) { if (Key.isDown(Key.UP) and (!shoot)) { gotoAndStop (2); speed = 5; walk = true; } else if (Key.isDown(Key.DOWN) and (!shoot)) { gotoAndStop (2); speed = -5; walk = true; } else { speed = 0; gotoAndStop (1); walk = false; } if (Key.isDown(Key.LEFT)) { _rotation = (_rotation - 15); turn = true; walk = true; } else if (Key.isDown(Key.RIGHT)) { _rotation = (_rotation + 15); turn = true; walk = true; } else { turn = false; walk = false; } speed = speed * 0.98; x = Math.sin(_rotation * (Math.PI/180)) * speed; y = (Math.cos(_rotation * (Math.PI/180)) * speed) * -1; if (!_root.move.hitTest(_x + x, _y + y, true)) { _x = (_x + x); _y = (_y + y); } else { speed = speed * -0.6; } if ((Key.isDown(Key.SPACE) and (!turn)) and (!walk)) { tellTarget ("_root.player") { gotoAndPlay (4); shoot = true; }; } else { shoot = false; } if (this.hitTest(_root.top)) { _y = (_y + 10); } if (this.hitTest(_root.bottom)) { _y = (_y - 10); } if (this.hitTest(_root.left)) { _x = (_x + 10); } if (this.hitTest(_root.right)) { _x = (_x - 10); } if (this.hitTest(_root.top1)) { _y = (_y + 10); } if (this.hitTest(_root.bottom1)) { _y = (_y - 10); } if (this.hitTest(_root.left1)) { _x = (_x + 10); } if (this.hitTest(_root.right1)) { _x = (_x - 10); } if (this.hitTest(_root.top1)) { _y = (_y + 10); } if (this.hitTest(_root.bottom1)) { _y = (_y - 10); } if (this.hitTest(_root.left2)) { _x = (_x + 10); } if (this.hitTest(_root.right2)) { _x = (_x - 10); } if (this.hitTest(_root.top2)) { _y = (_y + 10); } if (this.hitTest(_root.bottom2)) { _y = (_y - 10); } if (this.hitTest(_root.left3)) { _x = (_x + 10); } if (this.hitTest(_root.right3)) { _x = (_x - 10); } if (this.hitTest(_root.top3)) { _y = (_y + 10); } if (this.hitTest(_root.bottom3)) { _y = (_y - 10); } if (this.hitTest(_root.left3)) { _x = (_x + 10); } if (this.hitTest(_root.right3)) { _x = (_x - 10); } if (this.hitTest(_root.next)) { tellTarget ("_root") { nextFrame(); }; } }
Instance of Symbol 80 MovieClip "bullet" in Frame 24
onClipEvent (enterFrame) { if (Key.isDown(Key.UP) and (!shoot)) { speed = 5; walk = true; } else if (Key.isDown(Key.DOWN) and (!shoot)) { speed = -5; walk = true; } else { speed = 0; walk = false; } if (Key.isDown(Key.LEFT)) { _rotation = (_rotation - 15); turn = true; walk = true; } else if (Key.isDown(Key.RIGHT)) { _rotation = (_rotation + 15); turn = true; walk = true; } else { turn = false; walk = false; } this._x = this._x - ((this._x - _root.player._x) / 1); if (this._x < _root.player._x) { } this._y = this._y - ((this._y - _root.player._y) / 1); if (this._y < _root.player._y) { } if (this.hitTest(_root.top)) { tellTarget ("_root.bullet") { gotoAndStop (1); }; if (this.hitTest(_root.left)) { tellTarget ("_root.bullet") { gotoAndStop (1); }; } if (this.hitTest(_root.right)) { tellTarget ("_root.bullet") { gotoAndStop (1); }; } if (this.hitTest(_root.bottom)) { tellTarget ("_root.bullet") { gotoAndStop (1); }; } } }
Instance of Symbol 161 MovieClip "enemy2" in Frame 24
onClipEvent (enterFrame) { this._x = this._x - ((this._x - _root.player._x) / 50); if (this._x < _root.player._x) { this._xscale = -100; } else { this._xscale = 100; } this._y = this._y - ((this._y - _root.player._y) / 50); if (this._y < _root.player._y) { this._yscale = -100; } else { this._yscale = 100; } if (this.hitTest(_root.top)) { _y = (_y + 10); } if (this.hitTest(_root.bottom)) { _y = (_y - 10); } if (this.hitTest(_root.left)) { _x = (_x + 10); } if (this.hitTest(_root.right)) { _x = (_x - 10); } if (this.hitTest(_root.top1)) { _y = (_y + 10); } if (this.hitTest(_root.bottom1)) { _y = (_y - 10); } if (this.hitTest(_root.left1)) { _x = (_x + 10); } if (this.hitTest(_root.right1)) { _x = (_x - 10); } if (this.hitTest(_root.top1)) { _y = (_y + 10); } if (this.hitTest(_root.bottom1)) { _y = (_y - 10); } if (this.hitTest(_root.left2)) { _x = (_x + 10); } if (this.hitTest(_root.right2)) { _x = (_x - 10); } if (this.hitTest(_root.top2)) { _y = (_y + 10); } if (this.hitTest(_root.bottom2)) { _y = (_y - 10); } if (this.hitTest(_root.left3)) { _x = (_x + 10); } if (this.hitTest(_root.right3)) { _x = (_x - 10); } if (this.hitTest(_root.top3)) { _y = (_y + 10); } if (this.hitTest(_root.bottom3)) { _y = (_y - 10); } if (this.hitTest(_root.left3)) { _x = (_x + 10); } if (this.hitTest(_root.right3)) { _x = (_x - 10); } if (this.hitTest(_root.player)) { tellTarget ("_root.healthbar") { nextFrame(); }; } }
Frame 25
play();
Frame 26
stop();
Instance of Symbol 73 MovieClip "player" in Frame 26
onClipEvent (load) { speed = 5; spd = 10; w = c._width; h = c._height; G = 0; oldX = 0; oldY = 0; dir = 3; } onClipEvent (enterFrame) { if (Key.isDown(Key.UP) and (!shoot)) { gotoAndStop (2); speed = 5; walk = true; } else if (Key.isDown(Key.DOWN) and (!shoot)) { gotoAndStop (2); speed = -5; walk = true; } else { speed = 0; gotoAndStop (1); walk = false; } if (Key.isDown(Key.LEFT)) { _rotation = (_rotation - 15); turn = true; walk = true; } else if (Key.isDown(Key.RIGHT)) { _rotation = (_rotation + 15); turn = true; walk = true; } else { turn = false; walk = false; } speed = speed * 0.98; x = Math.sin(_rotation * (Math.PI/180)) * speed; y = (Math.cos(_rotation * (Math.PI/180)) * speed) * -1; if (!_root.move.hitTest(_x + x, _y + y, true)) { _x = (_x + x); _y = (_y + y); } else { speed = speed * -0.6; } if ((Key.isDown(Key.SPACE) and (!turn)) and (!walk)) { tellTarget ("_root.player") { gotoAndPlay (4); shoot = true; }; } else { shoot = false; } if (this.hitTest(_root.top)) { _y = (_y + 10); } if (this.hitTest(_root.bottom)) { _y = (_y - 10); } if (this.hitTest(_root.left)) { _x = (_x + 10); } if (this.hitTest(_root.right)) { _x = (_x - 10); } if (this.hitTest(_root.top1)) { _y = (_y + 10); } if (this.hitTest(_root.bottom1)) { _y = (_y - 10); } if (this.hitTest(_root.left1)) { _x = (_x + 10); } if (this.hitTest(_root.right1)) { _x = (_x - 10); } if (this.hitTest(_root.top1)) { _y = (_y + 10); } if (this.hitTest(_root.bottom1)) { _y = (_y - 10); } if (this.hitTest(_root.left2)) { _x = (_x + 10); } if (this.hitTest(_root.right2)) { _x = (_x - 10); } if (this.hitTest(_root.top2)) { _y = (_y + 10); } if (this.hitTest(_root.bottom2)) { _y = (_y - 10); } if (this.hitTest(_root.left3)) { _x = (_x + 10); } if (this.hitTest(_root.right3)) { _x = (_x - 10); } if (this.hitTest(_root.top3)) { _y = (_y + 10); } if (this.hitTest(_root.bottom3)) { _y = (_y - 10); } if (this.hitTest(_root.left3)) { _x = (_x + 10); } if (this.hitTest(_root.right3)) { _x = (_x - 10); } if (this.hitTest(_root.next)) { tellTarget ("_root") { nextFrame(); }; } }
Instance of Symbol 80 MovieClip "bullet" in Frame 26
onClipEvent (enterFrame) { if (Key.isDown(Key.UP) and (!shoot)) { speed = 5; walk = true; } else if (Key.isDown(Key.DOWN) and (!shoot)) { speed = -5; walk = true; } else { speed = 0; walk = false; } if (Key.isDown(Key.LEFT)) { _rotation = (_rotation - 15); turn = true; walk = true; } else if (Key.isDown(Key.RIGHT)) { _rotation = (_rotation + 15); turn = true; walk = true; } else { turn = false; walk = false; } this._x = this._x - ((this._x - _root.player._x) / 1); if (this._x < _root.player._x) { } this._y = this._y - ((this._y - _root.player._y) / 1); if (this._y < _root.player._y) { } if (this.hitTest(_root.top)) { tellTarget ("_root.bullet") { gotoAndStop (1); }; if (this.hitTest(_root.left)) { tellTarget ("_root.bullet") { gotoAndStop (1); }; } if (this.hitTest(_root.right)) { tellTarget ("_root.bullet") { gotoAndStop (1); }; } if (this.hitTest(_root.bottom)) { tellTarget ("_root.bullet") { gotoAndStop (1); }; } } }
Instance of Symbol 161 MovieClip "enemy" in Frame 26
onClipEvent (enterFrame) { this._x = this._x - ((this._x - _root.player._x) / 50); if (this._x < _root.player._x) { this._xscale = -100; } else { this._xscale = 100; } this._y = this._y - ((this._y - _root.player._y) / 50); if (this._y < _root.player._y) { this._yscale = -100; } else { this._yscale = 100; } if (this.hitTest(_root.top)) { _y = (_y + 10); } if (this.hitTest(_root.bottom)) { _y = (_y - 10); } if (this.hitTest(_root.left)) { _x = (_x + 10); } if (this.hitTest(_root.right)) { _x = (_x - 10); } if (this.hitTest(_root.top1)) { _y = (_y + 10); } if (this.hitTest(_root.bottom1)) { _y = (_y - 10); } if (this.hitTest(_root.left1)) { _x = (_x + 10); } if (this.hitTest(_root.right1)) { _x = (_x - 10); } if (this.hitTest(_root.top1)) { _y = (_y + 10); } if (this.hitTest(_root.bottom1)) { _y = (_y - 10); } if (this.hitTest(_root.left2)) { _x = (_x + 10); } if (this.hitTest(_root.right2)) { _x = (_x - 10); } if (this.hitTest(_root.top2)) { _y = (_y + 10); } if (this.hitTest(_root.bottom2)) { _y = (_y - 10); } if (this.hitTest(_root.left3)) { _x = (_x + 10); } if (this.hitTest(_root.right3)) { _x = (_x - 10); } if (this.hitTest(_root.top3)) { _y = (_y + 10); } if (this.hitTest(_root.bottom3)) { _y = (_y - 10); } if (this.hitTest(_root.left3)) { _x = (_x + 10); } if (this.hitTest(_root.right3)) { _x = (_x - 10); } if (this.hitTest(_root.player)) { tellTarget ("_root.healthbar") { nextFrame(); }; } }
Instance of Symbol 161 MovieClip "enemy1" in Frame 26
onClipEvent (enterFrame) { this._x = this._x - ((this._x - _root.player._x) / 50); if (this._x < _root.player._x) { this._xscale = -100; } else { this._xscale = 100; } this._y = this._y - ((this._y - _root.player._y) / 50); if (this._y < _root.player._y) { this._yscale = -100; } else { this._yscale = 100; } if (this.hitTest(_root.top)) { _y = (_y + 10); } if (this.hitTest(_root.bottom)) { _y = (_y - 10); } if (this.hitTest(_root.left)) { _x = (_x + 10); } if (this.hitTest(_root.right)) { _x = (_x - 10); } if (this.hitTest(_root.top1)) { _y = (_y + 10); } if (this.hitTest(_root.bottom1)) { _y = (_y - 10); } if (this.hitTest(_root.left1)) { _x = (_x + 10); } if (this.hitTest(_root.right1)) { _x = (_x - 10); } if (this.hitTest(_root.top1)) { _y = (_y + 10); } if (this.hitTest(_root.bottom1)) { _y = (_y - 10); } if (this.hitTest(_root.left2)) { _x = (_x + 10); } if (this.hitTest(_root.right2)) { _x = (_x - 10); } if (this.hitTest(_root.top2)) { _y = (_y + 10); } if (this.hitTest(_root.bottom2)) { _y = (_y - 10); } if (this.hitTest(_root.left3)) { _x = (_x + 10); } if (this.hitTest(_root.right3)) { _x = (_x - 10); } if (this.hitTest(_root.top3)) { _y = (_y + 10); } if (this.hitTest(_root.bottom3)) { _y = (_y - 10); } if (this.hitTest(_root.left3)) { _x = (_x + 10); } if (this.hitTest(_root.right3)) { _x = (_x - 10); } if (this.hitTest(_root.player)) { tellTarget ("_root.healthbar") { nextFrame(); }; } }
Instance of Symbol 161 MovieClip "enemy2" in Frame 26
onClipEvent (enterFrame) { this._x = this._x - ((this._x - _root.player._x) / 50); if (this._x < _root.player._x) { this._xscale = -100; } else { this._xscale = 100; } this._y = this._y - ((this._y - _root.player._y) / 50); if (this._y < _root.player._y) { this._yscale = -100; } else { this._yscale = 100; } if (this.hitTest(_root.top)) { _y = (_y + 10); } if (this.hitTest(_root.bottom)) { _y = (_y - 10); } if (this.hitTest(_root.left)) { _x = (_x + 10); } if (this.hitTest(_root.right)) { _x = (_x - 10); } if (this.hitTest(_root.top1)) { _y = (_y + 10); } if (this.hitTest(_root.bottom1)) { _y = (_y - 10); } if (this.hitTest(_root.left1)) { _x = (_x + 10); } if (this.hitTest(_root.right1)) { _x = (_x - 10); } if (this.hitTest(_root.top1)) { _y = (_y + 10); } if (this.hitTest(_root.bottom1)) { _y = (_y - 10); } if (this.hitTest(_root.left2)) { _x = (_x + 10); } if (this.hitTest(_root.right2)) { _x = (_x - 10); } if (this.hitTest(_root.top2)) { _y = (_y + 10); } if (this.hitTest(_root.bottom2)) { _y = (_y - 10); } if (this.hitTest(_root.left3)) { _x = (_x + 10); } if (this.hitTest(_root.right3)) { _x = (_x - 10); } if (this.hitTest(_root.top3)) { _y = (_y + 10); } if (this.hitTest(_root.bottom3)) { _y = (_y - 10); } if (this.hitTest(_root.left3)) { _x = (_x + 10); } if (this.hitTest(_root.right3)) { _x = (_x - 10); } if (this.hitTest(_root.player)) { tellTarget ("_root.healthbar") { nextFrame(); }; } }
Instance of Symbol 161 MovieClip "enemy3" in Frame 26
onClipEvent (enterFrame) { this._x = this._x - ((this._x - _root.player._x) / 50); if (this._x < _root.player._x) { this._xscale = -100; } else { this._xscale = 100; } this._y = this._y - ((this._y - _root.player._y) / 50); if (this._y < _root.player._y) { this._yscale = -100; } else { this._yscale = 100; } if (this.hitTest(_root.top)) { _y = (_y + 10); } if (this.hitTest(_root.bottom)) { _y = (_y - 10); } if (this.hitTest(_root.left)) { _x = (_x + 10); } if (this.hitTest(_root.right)) { _x = (_x - 10); } if (this.hitTest(_root.top1)) { _y = (_y + 10); } if (this.hitTest(_root.bottom1)) { _y = (_y - 10); } if (this.hitTest(_root.left1)) { _x = (_x + 10); } if (this.hitTest(_root.right1)) { _x = (_x - 10); } if (this.hitTest(_root.top1)) { _y = (_y + 10); } if (this.hitTest(_root.bottom1)) { _y = (_y - 10); } if (this.hitTest(_root.left2)) { _x = (_x + 10); } if (this.hitTest(_root.right2)) { _x = (_x - 10); } if (this.hitTest(_root.top2)) { _y = (_y + 10); } if (this.hitTest(_root.bottom2)) { _y = (_y - 10); } if (this.hitTest(_root.left3)) { _x = (_x + 10); } if (this.hitTest(_root.right3)) { _x = (_x - 10); } if (this.hitTest(_root.top3)) { _y = (_y + 10); } if (this.hitTest(_root.bottom3)) { _y = (_y - 10); } if (this.hitTest(_root.left3)) { _x = (_x + 10); } if (this.hitTest(_root.right3)) { _x = (_x - 10); } if (this.hitTest(_root.player)) { tellTarget ("_root.healthbar") { nextFrame(); }; } }
Frame 27
play();
Frame 28
stop();
Instance of Symbol 73 MovieClip "player" in Frame 28
onClipEvent (load) { speed = 5; spd = 10; w = c._width; h = c._height; G = 0; oldX = 0; oldY = 0; dir = 3; } onClipEvent (enterFrame) { if (Key.isDown(Key.UP) and (!shoot)) { gotoAndStop (2); speed = 5; walk = true; } else if (Key.isDown(Key.DOWN) and (!shoot)) { gotoAndStop (2); speed = -5; walk = true; } else { speed = 0; gotoAndStop (1); walk = false; } if (Key.isDown(Key.LEFT)) { _rotation = (_rotation - 15); turn = true; walk = true; } else if (Key.isDown(Key.RIGHT)) { _rotation = (_rotation + 15); turn = true; walk = true; } else { turn = false; walk = false; } speed = speed * 0.98; x = Math.sin(_rotation * (Math.PI/180)) * speed; y = (Math.cos(_rotation * (Math.PI/180)) * speed) * -1; if (!_root.move.hitTest(_x + x, _y + y, true)) { _x = (_x + x); _y = (_y + y); } else { speed = speed * -0.6; } if ((Key.isDown(Key.SPACE) and (!turn)) and (!walk)) { tellTarget ("_root.player") { gotoAndPlay (4); shoot = true; }; } else { shoot = false; } if (this.hitTest(_root.top)) { _y = (_y + 10); } if (this.hitTest(_root.bottom)) { _y = (_y - 10); } if (this.hitTest(_root.left)) { _x = (_x + 10); } if (this.hitTest(_root.right)) { _x = (_x - 10); } if (this.hitTest(_root.top1)) { _y = (_y + 10); } if (this.hitTest(_root.bottom1)) { _y = (_y - 10); } if (this.hitTest(_root.left1)) { _x = (_x + 10); } if (this.hitTest(_root.right1)) { _x = (_x - 10); } if (this.hitTest(_root.top1)) { _y = (_y + 10); } if (this.hitTest(_root.bottom1)) { _y = (_y - 10); } if (this.hitTest(_root.left2)) { _x = (_x + 10); } if (this.hitTest(_root.right2)) { _x = (_x - 10); } if (this.hitTest(_root.top2)) { _y = (_y + 10); } if (this.hitTest(_root.bottom2)) { _y = (_y - 10); } if (this.hitTest(_root.left3)) { _x = (_x + 10); } if (this.hitTest(_root.right3)) { _x = (_x - 10); } if (this.hitTest(_root.top3)) { _y = (_y + 10); } if (this.hitTest(_root.bottom3)) { _y = (_y - 10); } if (this.hitTest(_root.left3)) { _x = (_x + 10); } if (this.hitTest(_root.right3)) { _x = (_x - 10); } if (this.hitTest(_root.next)) { tellTarget ("_root") { nextFrame(); }; } }
Instance of Symbol 80 MovieClip "bullet" in Frame 28
onClipEvent (enterFrame) { if (Key.isDown(Key.UP) and (!shoot)) { speed = 5; walk = true; } else if (Key.isDown(Key.DOWN) and (!shoot)) { speed = -5; walk = true; } else { speed = 0; walk = false; } if (Key.isDown(Key.LEFT)) { _rotation = (_rotation - 15); turn = true; walk = true; } else if (Key.isDown(Key.RIGHT)) { _rotation = (_rotation + 15); turn = true; walk = true; } else { turn = false; walk = false; } this._x = this._x - ((this._x - _root.player._x) / 1); if (this._x < _root.player._x) { } this._y = this._y - ((this._y - _root.player._y) / 1); if (this._y < _root.player._y) { } if (this.hitTest(_root.top)) { tellTarget ("_root.bullet") { gotoAndStop (1); }; if (this.hitTest(_root.left)) { tellTarget ("_root.bullet") { gotoAndStop (1); }; } if (this.hitTest(_root.right)) { tellTarget ("_root.bullet") { gotoAndStop (1); }; } if (this.hitTest(_root.bottom)) { tellTarget ("_root.bullet") { gotoAndStop (1); }; } } }
Instance of Symbol 161 MovieClip "enemy3" in Frame 28
onClipEvent (enterFrame) { this._x = this._x - ((this._x - _root.player._x) / 50); if (this._x < _root.player._x) { this._xscale = -100; } else { this._xscale = 100; } this._y = this._y - ((this._y - _root.player._y) / 50); if (this._y < _root.player._y) { this._yscale = -100; } else { this._yscale = 100; } if (this.hitTest(_root.top)) { _y = (_y + 10); } if (this.hitTest(_root.bottom)) { _y = (_y - 10); } if (this.hitTest(_root.left)) { _x = (_x + 10); } if (this.hitTest(_root.right)) { _x = (_x - 10); } if (this.hitTest(_root.top1)) { _y = (_y + 10); } if (this.hitTest(_root.bottom1)) { _y = (_y - 10); } if (this.hitTest(_root.left1)) { _x = (_x + 10); } if (this.hitTest(_root.right1)) { _x = (_x - 10); } if (this.hitTest(_root.top1)) { _y = (_y + 10); } if (this.hitTest(_root.bottom1)) { _y = (_y - 10); } if (this.hitTest(_root.left2)) { _x = (_x + 10); } if (this.hitTest(_root.right2)) { _x = (_x - 10); } if (this.hitTest(_root.top2)) { _y = (_y + 10); } if (this.hitTest(_root.bottom2)) { _y = (_y - 10); } if (this.hitTest(_root.left3)) { _x = (_x + 10); } if (this.hitTest(_root.right3)) { _x = (_x - 10); } if (this.hitTest(_root.top3)) { _y = (_y + 10); } if (this.hitTest(_root.bottom3)) { _y = (_y - 10); } if (this.hitTest(_root.left3)) { _x = (_x + 10); } if (this.hitTest(_root.right3)) { _x = (_x - 10); } if (this.hitTest(_root.player)) { tellTarget ("_root.healthbar") { nextFrame(); }; } }
Instance of Symbol 161 MovieClip "enemy" in Frame 28
onClipEvent (enterFrame) { this._x = this._x - ((this._x - _root.player._x) / 50); if (this._x < _root.player._x) { this._xscale = -100; } else { this._xscale = 100; } this._y = this._y - ((this._y - _root.player._y) / 50); if (this._y < _root.player._y) { this._yscale = -100; } else { this._yscale = 100; } if (this.hitTest(_root.top)) { _y = (_y + 10); } if (this.hitTest(_root.bottom)) { _y = (_y - 10); } if (this.hitTest(_root.left)) { _x = (_x + 10); } if (this.hitTest(_root.right)) { _x = (_x - 10); } if (this.hitTest(_root.top1)) { _y = (_y + 10); } if (this.hitTest(_root.bottom1)) { _y = (_y - 10); } if (this.hitTest(_root.left1)) { _x = (_x + 10); } if (this.hitTest(_root.right1)) { _x = (_x - 10); } if (this.hitTest(_root.top1)) { _y = (_y + 10); } if (this.hitTest(_root.bottom1)) { _y = (_y - 10); } if (this.hitTest(_root.left2)) { _x = (_x + 10); } if (this.hitTest(_root.right2)) { _x = (_x - 10); } if (this.hitTest(_root.top2)) { _y = (_y + 10); } if (this.hitTest(_root.bottom2)) { _y = (_y - 10); } if (this.hitTest(_root.left3)) { _x = (_x + 10); } if (this.hitTest(_root.right3)) { _x = (_x - 10); } if (this.hitTest(_root.top3)) { _y = (_y + 10); } if (this.hitTest(_root.bottom3)) { _y = (_y - 10); } if (this.hitTest(_root.left3)) { _x = (_x + 10); } if (this.hitTest(_root.right3)) { _x = (_x - 10); } if (this.hitTest(_root.player)) { tellTarget ("_root.healthbar") { nextFrame(); }; } }
Instance of Symbol 161 MovieClip "enemy2" in Frame 28
onClipEvent (enterFrame) { this._x = this._x - ((this._x - _root.player._x) / 50); if (this._x < _root.player._x) { this._xscale = -100; } else { this._xscale = 100; } this._y = this._y - ((this._y - _root.player._y) / 50); if (this._y < _root.player._y) { this._yscale = -100; } else { this._yscale = 100; } if (this.hitTest(_root.top)) { _y = (_y + 10); } if (this.hitTest(_root.bottom)) { _y = (_y - 10); } if (this.hitTest(_root.left)) { _x = (_x + 10); } if (this.hitTest(_root.right)) { _x = (_x - 10); } if (this.hitTest(_root.top1)) { _y = (_y + 10); } if (this.hitTest(_root.bottom1)) { _y = (_y - 10); } if (this.hitTest(_root.left1)) { _x = (_x + 10); } if (this.hitTest(_root.right1)) { _x = (_x - 10); } if (this.hitTest(_root.top1)) { _y = (_y + 10); } if (this.hitTest(_root.bottom1)) { _y = (_y - 10); } if (this.hitTest(_root.left2)) { _x = (_x + 10); } if (this.hitTest(_root.right2)) { _x = (_x - 10); } if (this.hitTest(_root.top2)) { _y = (_y + 10); } if (this.hitTest(_root.bottom2)) { _y = (_y - 10); } if (this.hitTest(_root.left3)) { _x = (_x + 10); } if (this.hitTest(_root.right3)) { _x = (_x - 10); } if (this.hitTest(_root.top3)) { _y = (_y + 10); } if (this.hitTest(_root.bottom3)) { _y = (_y - 10); } if (this.hitTest(_root.left3)) { _x = (_x + 10); } if (this.hitTest(_root.right3)) { _x = (_x - 10); } if (this.hitTest(_root.player)) { tellTarget ("_root.healthbar") { nextFrame(); }; } }
Instance of Symbol 161 MovieClip "enemy1" in Frame 28
onClipEvent (enterFrame) { this._x = this._x - ((this._x - _root.player._x) / 50); if (this._x < _root.player._x) { this._xscale = -100; } else { this._xscale = 100; } this._y = this._y - ((this._y - _root.player._y) / 50); if (this._y < _root.player._y) { this._yscale = -100; } else { this._yscale = 100; } if (this.hitTest(_root.top)) { _y = (_y + 10); } if (this.hitTest(_root.bottom)) { _y = (_y - 10); } if (this.hitTest(_root.left)) { _x = (_x + 10); } if (this.hitTest(_root.right)) { _x = (_x - 10); } if (this.hitTest(_root.top1)) { _y = (_y + 10); } if (this.hitTest(_root.bottom1)) { _y = (_y - 10); } if (this.hitTest(_root.left1)) { _x = (_x + 10); } if (this.hitTest(_root.right1)) { _x = (_x - 10); } if (this.hitTest(_root.top1)) { _y = (_y + 10); } if (this.hitTest(_root.bottom1)) { _y = (_y - 10); } if (this.hitTest(_root.left2)) { _x = (_x + 10); } if (this.hitTest(_root.right2)) { _x = (_x - 10); } if (this.hitTest(_root.top2)) { _y = (_y + 10); } if (this.hitTest(_root.bottom2)) { _y = (_y - 10); } if (this.hitTest(_root.left3)) { _x = (_x + 10); } if (this.hitTest(_root.right3)) { _x = (_x - 10); } if (this.hitTest(_root.top3)) { _y = (_y + 10); } if (this.hitTest(_root.bottom3)) { _y = (_y - 10); } if (this.hitTest(_root.left3)) { _x = (_x + 10); } if (this.hitTest(_root.right3)) { _x = (_x - 10); } if (this.hitTest(_root.player)) { tellTarget ("_root.healthbar") { nextFrame(); }; } }
Frame 29
play();
Frame 30
stop();
Instance of Symbol 73 MovieClip "player" in Frame 30
onClipEvent (load) { speed = 5; spd = 10; w = c._width; h = c._height; G = 0; oldX = 0; oldY = 0; dir = 3; } onClipEvent (enterFrame) { if (Key.isDown(Key.UP) and (!shoot)) { gotoAndStop (2); speed = 5; walk = true; } else if (Key.isDown(Key.DOWN) and (!shoot)) { gotoAndStop (2); speed = -5; walk = true; } else { speed = 0; gotoAndStop (1); walk = false; } if (Key.isDown(Key.LEFT)) { _rotation = (_rotation - 15); turn = true; walk = true; } else if (Key.isDown(Key.RIGHT)) { _rotation = (_rotation + 15); turn = true; walk = true; } else { turn = false; walk = false; } speed = speed * 0.98; x = Math.sin(_rotation * (Math.PI/180)) * speed; y = (Math.cos(_rotation * (Math.PI/180)) * speed) * -1; if (!_root.move.hitTest(_x + x, _y + y, true)) { _x = (_x + x); _y = (_y + y); } else { speed = speed * -0.6; } if ((Key.isDown(Key.SPACE) and (!turn)) and (!walk)) { tellTarget ("_root.player") { gotoAndPlay (4); shoot = true; }; } else { shoot = false; } if (this.hitTest(_root.top)) { _y = (_y + 10); } if (this.hitTest(_root.bottom)) { _y = (_y - 10); } if (this.hitTest(_root.left)) { _x = (_x + 10); } if (this.hitTest(_root.right)) { _x = (_x - 10); } if (this.hitTest(_root.top1)) { _y = (_y + 10); } if (this.hitTest(_root.bottom1)) { _y = (_y - 10); } if (this.hitTest(_root.left1)) { _x = (_x + 10); } if (this.hitTest(_root.right1)) { _x = (_x - 10); } if (this.hitTest(_root.top1)) { _y = (_y + 10); } if (this.hitTest(_root.bottom1)) { _y = (_y - 10); } if (this.hitTest(_root.left2)) { _x = (_x + 10); } if (this.hitTest(_root.right2)) { _x = (_x - 10); } if (this.hitTest(_root.top2)) { _y = (_y + 10); } if (this.hitTest(_root.bottom2)) { _y = (_y - 10); } if (this.hitTest(_root.left3)) { _x = (_x + 10); } if (this.hitTest(_root.right3)) { _x = (_x - 10); } if (this.hitTest(_root.top3)) { _y = (_y + 10); } if (this.hitTest(_root.bottom3)) { _y = (_y - 10); } if (this.hitTest(_root.left3)) { _x = (_x + 10); } if (this.hitTest(_root.right3)) { _x = (_x - 10); } if (this.hitTest(_root.next)) { tellTarget ("_root") { nextFrame(); }; } }
Instance of Symbol 80 MovieClip "bullet" in Frame 30
onClipEvent (enterFrame) { if (Key.isDown(Key.UP) and (!shoot)) { speed = 5; walk = true; } else if (Key.isDown(Key.DOWN) and (!shoot)) { speed = -5; walk = true; } else { speed = 0; walk = false; } if (Key.isDown(Key.LEFT)) { _rotation = (_rotation - 15); turn = true; walk = true; } else if (Key.isDown(Key.RIGHT)) { _rotation = (_rotation + 15); turn = true; walk = true; } else { turn = false; walk = false; } this._x = this._x - ((this._x - _root.player._x) / 1); if (this._x < _root.player._x) { } this._y = this._y - ((this._y - _root.player._y) / 1); if (this._y < _root.player._y) { } if (this.hitTest(_root.top)) { tellTarget ("_root.bullet") { gotoAndStop (1); }; if (this.hitTest(_root.left)) { tellTarget ("_root.bullet") { gotoAndStop (1); }; } if (this.hitTest(_root.right)) { tellTarget ("_root.bullet") { gotoAndStop (1); }; } if (this.hitTest(_root.bottom)) { tellTarget ("_root.bullet") { gotoAndStop (1); }; } } }
Frame 31
stop();
Frame 32
stop();
Symbol 15 Button
on (release) { _root.play(); }
Symbol 16 MovieClip Frame 1
_root.stop(); PercentLoaded = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100; if (PercentLoaded != 100) { setProperty(bar, _xscale , PercentLoaded); } else { gotoAndStop (3); }
Symbol 16 MovieClip Frame 2
gotoAndPlay (1);
Symbol 25 Button
on (release) { nextFrame(); }
Symbol 59 MovieClip Frame 1
stop();
Symbol 73 MovieClip Frame 1
stop();
Symbol 73 MovieClip Frame 2
stop();
Symbol 80 MovieClip Frame 1
stop();
Instance of Symbol 79 MovieClip in Symbol 80 MovieClip Frame 2
onClipEvent (load) { if (this.hitTest(_root.enemy.one)) { tellTarget ("_root.enemy") { nextFrame(); }; } if (this.hitTest(_root.enemy1.one)) { tellTarget ("_root.enemy1") { nextFrame(); }; } if (this.hitTest(_root.enemy2.one)) { tellTarget ("_root.enemy2") { nextFrame(); }; } if (this.hitTest(_root.enemy3.one)) { tellTarget ("_root.enemy3") { nextFrame(); }; } if (this.hitTest(_root.enemy4.one)) { tellTarget ("_root.enemy4") { nextFrame(); }; } if (this.hitTest(_root.enemy5.one)) { tellTarget ("_root.enemy5") { nextFrame(); }; } if (this.hitTest(_root.enemy6.one)) { tellTarget ("_root.enemy6") { nextFrame(); }; } if (this.hitTest(_root.enemy7.one)) { tellTarget ("_root.enemy7") { nextFrame(); }; } }
Instance of Symbol 79 MovieClip in Symbol 80 MovieClip Frame 2
onClipEvent (load) { if (this.hitTest(_root.enemy.one)) { tellTarget ("_root.enemy") { nextFrame(); }; } if (this.hitTest(_root.enemy1.one)) { tellTarget ("_root.enemy1") { nextFrame(); }; } if (this.hitTest(_root.enemy2.one)) { tellTarget ("_root.enemy2") { nextFrame(); }; } if (this.hitTest(_root.enemy3.one)) { tellTarget ("_root.enemy3") { nextFrame(); }; } if (this.hitTest(_root.enemy4.one)) { tellTarget ("_root.enemy4") { nextFrame(); }; } if (this.hitTest(_root.enemy5.one)) { tellTarget ("_root.enemy5") { nextFrame(); }; } if (this.hitTest(_root.enemy6.one)) { tellTarget ("_root.enemy6") { nextFrame(); }; } if (this.hitTest(_root.enemy7.one)) { tellTarget ("_root.enemy7") { nextFrame(); }; } }
Instance of Symbol 79 MovieClip in Symbol 80 MovieClip Frame 2
onClipEvent (load) { if (this.hitTest(_root.enemy.one)) { tellTarget ("_root.enemy") { nextFrame(); }; } if (this.hitTest(_root.enemy1.one)) { tellTarget ("_root.enemy1") { nextFrame(); }; } if (this.hitTest(_root.enemy2.one)) { tellTarget ("_root.enemy2") { nextFrame(); }; } if (this.hitTest(_root.enemy3.one)) { tellTarget ("_root.enemy3") { nextFrame(); }; } if (this.hitTest(_root.enemy4.one)) { tellTarget ("_root.enemy4") { nextFrame(); }; } if (this.hitTest(_root.enemy5.one)) { tellTarget ("_root.enemy5") { nextFrame(); }; } if (this.hitTest(_root.enemy6.one)) { tellTarget ("_root.enemy6") { nextFrame(); }; } if (this.hitTest(_root.enemy7.one)) { tellTarget ("_root.enemy7") { nextFrame(); }; } }
Instance of Symbol 79 MovieClip in Symbol 80 MovieClip Frame 2
onClipEvent (load) { if (this.hitTest(_root.enemy.one)) { tellTarget ("_root.enemy") { nextFrame(); }; } if (this.hitTest(_root.enemy1.one)) { tellTarget ("_root.enemy1") { nextFrame(); }; } if (this.hitTest(_root.enemy2.one)) { tellTarget ("_root.enemy2") { nextFrame(); }; } if (this.hitTest(_root.enemy3.one)) { tellTarget ("_root.enemy3") { nextFrame(); }; } if (this.hitTest(_root.enemy4.one)) { tellTarget ("_root.enemy4") { nextFrame(); }; } if (this.hitTest(_root.enemy5.one)) { tellTarget ("_root.enemy5") { nextFrame(); }; } if (this.hitTest(_root.enemy6.one)) { tellTarget ("_root.enemy6") { nextFrame(); }; } if (this.hitTest(_root.enemy7.one)) { tellTarget ("_root.enemy7") { nextFrame(); }; } }
Instance of Symbol 79 MovieClip in Symbol 80 MovieClip Frame 2
onClipEvent (load) { if (this.hitTest(_root.enemy.one)) { tellTarget ("_root.enemy") { nextFrame(); }; } if (this.hitTest(_root.enemy1.one)) { tellTarget ("_root.enemy1") { nextFrame(); }; } if (this.hitTest(_root.enemy2.one)) { tellTarget ("_root.enemy2") { nextFrame(); }; } if (this.hitTest(_root.enemy3.one)) { tellTarget ("_root.enemy3") { nextFrame(); }; } if (this.hitTest(_root.enemy4.one)) { tellTarget ("_root.enemy4") { nextFrame(); }; } if (this.hitTest(_root.enemy5.one)) { tellTarget ("_root.enemy5") { nextFrame(); }; } if (this.hitTest(_root.enemy6.one)) { tellTarget ("_root.enemy6") { nextFrame(); }; } if (this.hitTest(_root.enemy7.one)) { tellTarget ("_root.enemy7") { nextFrame(); }; } }
Instance of Symbol 79 MovieClip in Symbol 80 MovieClip Frame 2
onClipEvent (load) { if (this.hitTest(_root.enemy.one)) { tellTarget ("_root.enemy") { nextFrame(); }; } if (this.hitTest(_root.enemy1.one)) { tellTarget ("_root.enemy1") { nextFrame(); }; } if (this.hitTest(_root.enemy2.one)) { tellTarget ("_root.enemy2") { nextFrame(); }; } if (this.hitTest(_root.enemy3.one)) { tellTarget ("_root.enemy3") { nextFrame(); }; } if (this.hitTest(_root.enemy4.one)) { tellTarget ("_root.enemy4") { nextFrame(); }; } if (this.hitTest(_root.enemy5.one)) { tellTarget ("_root.enemy5") { nextFrame(); }; } if (this.hitTest(_root.enemy6.one)) { tellTarget ("_root.enemy6") { nextFrame(); }; } if (this.hitTest(_root.enemy7.one)) { tellTarget ("_root.enemy7") { nextFrame(); }; } }
Instance of Symbol 79 MovieClip in Symbol 80 MovieClip Frame 2
onClipEvent (load) { if (this.hitTest(_root.enemy.one)) { tellTarget ("_root.enemy") { nextFrame(); }; } if (this.hitTest(_root.enemy1.one)) { tellTarget ("_root.enemy1") { nextFrame(); }; } if (this.hitTest(_root.enemy2.one)) { tellTarget ("_root.enemy2") { nextFrame(); }; } if (this.hitTest(_root.enemy3.one)) { tellTarget ("_root.enemy3") { nextFrame(); }; } if (this.hitTest(_root.enemy4.one)) { tellTarget ("_root.enemy4") { nextFrame(); }; } if (this.hitTest(_root.enemy5.one)) { tellTarget ("_root.enemy5") { nextFrame(); }; } if (this.hitTest(_root.enemy6.one)) { tellTarget ("_root.enemy6") { nextFrame(); }; } if (this.hitTest(_root.enemy7.one)) { tellTarget ("_root.enemy7") { nextFrame(); }; } }
Instance of Symbol 79 MovieClip in Symbol 80 MovieClip Frame 2
onClipEvent (load) { if (this.hitTest(_root.enemy.one)) { tellTarget ("_root.enemy") { nextFrame(); }; } if (this.hitTest(_root.enemy1.one)) { tellTarget ("_root.enemy1") { nextFrame(); }; } if (this.hitTest(_root.enemy2.one)) { tellTarget ("_root.enemy2") { nextFrame(); }; } if (this.hitTest(_root.enemy3.one)) { tellTarget ("_root.enemy3") { nextFrame(); }; } if (this.hitTest(_root.enemy4.one)) { tellTarget ("_root.enemy4") { nextFrame(); }; } if (this.hitTest(_root.enemy5.one)) { tellTarget ("_root.enemy5") { nextFrame(); }; } if (this.hitTest(_root.enemy6.one)) { tellTarget ("_root.enemy6") { nextFrame(); }; } if (this.hitTest(_root.enemy7.one)) { tellTarget ("_root.enemy7") { nextFrame(); }; } }
Instance of Symbol 79 MovieClip in Symbol 80 MovieClip Frame 2
onClipEvent (load) { if (this.hitTest(_root.enemy.one)) { tellTarget ("_root.enemy") { nextFrame(); }; } if (this.hitTest(_root.enemy1.one)) { tellTarget ("_root.enemy1") { nextFrame(); }; } if (this.hitTest(_root.enemy2.one)) { tellTarget ("_root.enemy2") { nextFrame(); }; } if (this.hitTest(_root.enemy3.one)) { tellTarget ("_root.enemy3") { nextFrame(); }; } if (this.hitTest(_root.enemy4.one)) { tellTarget ("_root.enemy4") { nextFrame(); }; } if (this.hitTest(_root.enemy5.one)) { tellTarget ("_root.enemy5") { nextFrame(); }; } if (this.hitTest(_root.enemy6.one)) { tellTarget ("_root.enemy6") { nextFrame(); }; } if (this.hitTest(_root.enemy7.one)) { tellTarget ("_root.enemy7") { nextFrame(); }; } }
Instance of Symbol 79 MovieClip in Symbol 80 MovieClip Frame 2
onClipEvent (load) { if (this.hitTest(_root.enemy.one)) { tellTarget ("_root.enemy") { nextFrame(); }; } if (this.hitTest(_root.enemy1.one)) { tellTarget ("_root.enemy1") { nextFrame(); }; } if (this.hitTest(_root.enemy2.one)) { tellTarget ("_root.enemy2") { nextFrame(); }; } if (this.hitTest(_root.enemy3.one)) { tellTarget ("_root.enemy3") { nextFrame(); }; } if (this.hitTest(_root.enemy4.one)) { tellTarget ("_root.enemy4") { nextFrame(); }; } if (this.hitTest(_root.enemy5.one)) { tellTarget ("_root.enemy5") { nextFrame(); }; } if (this.hitTest(_root.enemy6.one)) { tellTarget ("_root.enemy6") { nextFrame(); }; } if (this.hitTest(_root.enemy7.one)) { tellTarget ("_root.enemy7") { nextFrame(); }; } }
Instance of Symbol 79 MovieClip in Symbol 80 MovieClip Frame 2
onClipEvent (load) { if (this.hitTest(_root.enemy.one)) { tellTarget ("_root.enemy") { nextFrame(); }; } if (this.hitTest(_root.enemy1.one)) { tellTarget ("_root.enemy1") { nextFrame(); }; } if (this.hitTest(_root.enemy2.one)) { tellTarget ("_root.enemy2") { nextFrame(); }; } if (this.hitTest(_root.enemy3.one)) { tellTarget ("_root.enemy3") { nextFrame(); }; } if (this.hitTest(_root.enemy4.one)) { tellTarget ("_root.enemy4") { nextFrame(); }; } if (this.hitTest(_root.enemy5.one)) { tellTarget ("_root.enemy5") { nextFrame(); }; } if (this.hitTest(_root.enemy6.one)) { tellTarget ("_root.enemy6") { nextFrame(); }; } if (this.hitTest(_root.enemy7.one)) { tellTarget ("_root.enemy7") { nextFrame(); }; } }
Instance of Symbol 79 MovieClip in Symbol 80 MovieClip Frame 2
onClipEvent (load) { if (this.hitTest(_root.enemy.one)) { tellTarget ("_root.enemy") { nextFrame(); }; } if (this.hitTest(_root.enemy1.one)) { tellTarget ("_root.enemy1") { nextFrame(); }; } if (this.hitTest(_root.enemy2.one)) { tellTarget ("_root.enemy2") { nextFrame(); }; } if (this.hitTest(_root.enemy3.one)) { tellTarget ("_root.enemy3") { nextFrame(); }; } if (this.hitTest(_root.enemy4.one)) { tellTarget ("_root.enemy4") { nextFrame(); }; } if (this.hitTest(_root.enemy5.one)) { tellTarget ("_root.enemy5") { nextFrame(); }; } if (this.hitTest(_root.enemy6.one)) { tellTarget ("_root.enemy6") { nextFrame(); }; } if (this.hitTest(_root.enemy7.one)) { tellTarget ("_root.enemy7") { nextFrame(); }; } }
Instance of Symbol 79 MovieClip in Symbol 80 MovieClip Frame 2
onClipEvent (load) { if (this.hitTest(_root.enemy.one)) { tellTarget ("_root.enemy") { nextFrame(); }; } if (this.hitTest(_root.enemy1.one)) { tellTarget ("_root.enemy1") { nextFrame(); }; } if (this.hitTest(_root.enemy2.one)) { tellTarget ("_root.enemy2") { nextFrame(); }; } if (this.hitTest(_root.enemy3.one)) { tellTarget ("_root.enemy3") { nextFrame(); }; } if (this.hitTest(_root.enemy4.one)) { tellTarget ("_root.enemy4") { nextFrame(); }; } if (this.hitTest(_root.enemy5.one)) { tellTarget ("_root.enemy5") { nextFrame(); }; } if (this.hitTest(_root.enemy6.one)) { tellTarget ("_root.enemy6") { nextFrame(); }; } if (this.hitTest(_root.enemy7.one)) { tellTarget ("_root.enemy7") { nextFrame(); }; } }
Instance of Symbol 79 MovieClip in Symbol 80 MovieClip Frame 2
onClipEvent (load) { if (this.hitTest(_root.enemy.one)) { tellTarget ("_root.enemy") { nextFrame(); }; } if (this.hitTest(_root.enemy1.one)) { tellTarget ("_root.enemy1") { nextFrame(); }; } if (this.hitTest(_root.enemy2.one)) { tellTarget ("_root.enemy2") { nextFrame(); }; } if (this.hitTest(_root.enemy3.one)) { tellTarget ("_root.enemy3") { nextFrame(); }; } if (this.hitTest(_root.enemy4.one)) { tellTarget ("_root.enemy4") { nextFrame(); }; } if (this.hitTest(_root.enemy5.one)) { tellTarget ("_root.enemy5") { nextFrame(); }; } if (this.hitTest(_root.enemy6.one)) { tellTarget ("_root.enemy6") { nextFrame(); }; } if (this.hitTest(_root.enemy7.one)) { tellTarget ("_root.enemy7") { nextFrame(); }; } }
Instance of Symbol 79 MovieClip in Symbol 80 MovieClip Frame 2
onClipEvent (load) { if (this.hitTest(_root.enemy.one)) { tellTarget ("_root.enemy") { nextFrame(); }; } if (this.hitTest(_root.enemy1.one)) { tellTarget ("_root.enemy1") { nextFrame(); }; } if (this.hitTest(_root.enemy2.one)) { tellTarget ("_root.enemy2") { nextFrame(); }; } if (this.hitTest(_root.enemy3.one)) { tellTarget ("_root.enemy3") { nextFrame(); }; } if (this.hitTest(_root.enemy4.one)) { tellTarget ("_root.enemy4") { nextFrame(); }; } if (this.hitTest(_root.enemy5.one)) { tellTarget ("_root.enemy5") { nextFrame(); }; } if (this.hitTest(_root.enemy6.one)) { tellTarget ("_root.enemy6") { nextFrame(); }; } if (this.hitTest(_root.enemy7.one)) { tellTarget ("_root.enemy7") { nextFrame(); }; } }
Instance of Symbol 79 MovieClip in Symbol 80 MovieClip Frame 2
onClipEvent (load) { if (this.hitTest(_root.enemy.one)) { tellTarget ("_root.enemy") { nextFrame(); }; } if (this.hitTest(_root.enemy1.one)) { tellTarget ("_root.enemy1") { nextFrame(); }; } if (this.hitTest(_root.enemy2.one)) { tellTarget ("_root.enemy2") { nextFrame(); }; } if (this.hitTest(_root.enemy3.one)) { tellTarget ("_root.enemy3") { nextFrame(); }; } if (this.hitTest(_root.enemy4.one)) { tellTarget ("_root.enemy4") { nextFrame(); }; } if (this.hitTest(_root.enemy5.one)) { tellTarget ("_root.enemy5") { nextFrame(); }; } if (this.hitTest(_root.enemy6.one)) { tellTarget ("_root.enemy6") { nextFrame(); }; } if (this.hitTest(_root.enemy7.one)) { tellTarget ("_root.enemy7") { nextFrame(); }; } }
Instance of Symbol 79 MovieClip in Symbol 80 MovieClip Frame 2
onClipEvent (load) { if (this.hitTest(_root.enemy.one)) { tellTarget ("_root.enemy") { nextFrame(); }; } if (this.hitTest(_root.enemy1.one)) { tellTarget ("_root.enemy1") { nextFrame(); }; } if (this.hitTest(_root.enemy2.one)) { tellTarget ("_root.enemy2") { nextFrame(); }; } if (this.hitTest(_root.enemy3.one)) { tellTarget ("_root.enemy3") { nextFrame(); }; } if (this.hitTest(_root.enemy4.one)) { tellTarget ("_root.enemy4") { nextFrame(); }; } if (this.hitTest(_root.enemy5.one)) { tellTarget ("_root.enemy5") { nextFrame(); }; } if (this.hitTest(_root.enemy6.one)) { tellTarget ("_root.enemy6") { nextFrame(); }; } if (this.hitTest(_root.enemy7.one)) { tellTarget ("_root.enemy7") { nextFrame(); }; } }
Instance of Symbol 79 MovieClip in Symbol 80 MovieClip Frame 2
onClipEvent (load) { if (this.hitTest(_root.enemy.one)) { tellTarget ("_root.enemy") { nextFrame(); }; } if (this.hitTest(_root.enemy1.one)) { tellTarget ("_root.enemy1") { nextFrame(); }; } if (this.hitTest(_root.enemy2.one)) { tellTarget ("_root.enemy2") { nextFrame(); }; } if (this.hitTest(_root.enemy3.one)) { tellTarget ("_root.enemy3") { nextFrame(); }; } if (this.hitTest(_root.enemy4.one)) { tellTarget ("_root.enemy4") { nextFrame(); }; } if (this.hitTest(_root.enemy5.one)) { tellTarget ("_root.enemy5") { nextFrame(); }; } if (this.hitTest(_root.enemy6.one)) { tellTarget ("_root.enemy6") { nextFrame(); }; } if (this.hitTest(_root.enemy7.one)) { tellTarget ("_root.enemy7") { nextFrame(); }; } }
Instance of Symbol 79 MovieClip in Symbol 80 MovieClip Frame 2
onClipEvent (load) { if (this.hitTest(_root.enemy.one)) { tellTarget ("_root.enemy") { nextFrame(); }; } if (this.hitTest(_root.enemy1.one)) { tellTarget ("_root.enemy1") { nextFrame(); }; } if (this.hitTest(_root.enemy2.one)) { tellTarget ("_root.enemy2") { nextFrame(); }; } if (this.hitTest(_root.enemy3.one)) { tellTarget ("_root.enemy3") { nextFrame(); }; } if (this.hitTest(_root.enemy4.one)) { tellTarget ("_root.enemy4") { nextFrame(); }; } if (this.hitTest(_root.enemy5.one)) { tellTarget ("_root.enemy5") { nextFrame(); }; } if (this.hitTest(_root.enemy6.one)) { tellTarget ("_root.enemy6") { nextFrame(); }; } if (this.hitTest(_root.enemy7.one)) { tellTarget ("_root.enemy7") { nextFrame(); }; } }
Instance of Symbol 79 MovieClip in Symbol 80 MovieClip Frame 2
onClipEvent (load) { if (this.hitTest(_root.enemy.one)) { tellTarget ("_root.enemy") { nextFrame(); }; } if (this.hitTest(_root.enemy1.one)) { tellTarget ("_root.enemy1") { nextFrame(); }; } if (this.hitTest(_root.enemy2.one)) { tellTarget ("_root.enemy2") { nextFrame(); }; } if (this.hitTest(_root.enemy3.one)) { tellTarget ("_root.enemy3") { nextFrame(); }; } if (this.hitTest(_root.enemy4.one)) { tellTarget ("_root.enemy4") { nextFrame(); }; } if (this.hitTest(_root.enemy5.one)) { tellTarget ("_root.enemy5") { nextFrame(); }; } if (this.hitTest(_root.enemy6.one)) { tellTarget ("_root.enemy6") { nextFrame(); }; } if (this.hitTest(_root.enemy7.one)) { tellTarget ("_root.enemy7") { nextFrame(); }; } }
Instance of Symbol 79 MovieClip in Symbol 80 MovieClip Frame 2
onClipEvent (load) { if (this.hitTest(_root.enemy.one)) { tellTarget ("_root.enemy") { nextFrame(); }; } if (this.hitTest(_root.enemy1.one)) { tellTarget ("_root.enemy1") { nextFrame(); }; } if (this.hitTest(_root.enemy2.one)) { tellTarget ("_root.enemy2") { nextFrame(); }; } if (this.hitTest(_root.enemy3.one)) { tellTarget ("_root.enemy3") { nextFrame(); }; } if (this.hitTest(_root.enemy4.one)) { tellTarget ("_root.enemy4") { nextFrame(); }; } if (this.hitTest(_root.enemy5.one)) { tellTarget ("_root.enemy5") { nextFrame(); }; } if (this.hitTest(_root.enemy6.one)) { tellTarget ("_root.enemy6") { nextFrame(); }; } if (this.hitTest(_root.enemy7.one)) { tellTarget ("_root.enemy7") { nextFrame(); }; } }
Instance of Symbol 79 MovieClip in Symbol 80 MovieClip Frame 2
onClipEvent (load) { if (this.hitTest(_root.enemy.one)) { tellTarget ("_root.enemy") { nextFrame(); }; } if (this.hitTest(_root.enemy1.one)) { tellTarget ("_root.enemy1") { nextFrame(); }; } if (this.hitTest(_root.enemy2.one)) { tellTarget ("_root.enemy2") { nextFrame(); }; } if (this.hitTest(_root.enemy3.one)) { tellTarget ("_root.enemy3") { nextFrame(); }; } if (this.hitTest(_root.enemy4.one)) { tellTarget ("_root.enemy4") { nextFrame(); }; } if (this.hitTest(_root.enemy5.one)) { tellTarget ("_root.enemy5") { nextFrame(); }; } if (this.hitTest(_root.enemy6.one)) { tellTarget ("_root.enemy6") { nextFrame(); }; } if (this.hitTest(_root.enemy7.one)) { tellTarget ("_root.enemy7") { nextFrame(); }; } }
Instance of Symbol 79 MovieClip in Symbol 80 MovieClip Frame 2
onClipEvent (load) { if (this.hitTest(_root.enemy.one)) { tellTarget ("_root.enemy") { nextFrame(); }; } if (this.hitTest(_root.enemy1.one)) { tellTarget ("_root.enemy1") { nextFrame(); }; } if (this.hitTest(_root.enemy2.one)) { tellTarget ("_root.enemy2") { nextFrame(); }; } if (this.hitTest(_root.enemy3.one)) { tellTarget ("_root.enemy3") { nextFrame(); }; } if (this.hitTest(_root.enemy4.one)) { tellTarget ("_root.enemy4") { nextFrame(); }; } if (this.hitTest(_root.enemy5.one)) { tellTarget ("_root.enemy5") { nextFrame(); }; } if (this.hitTest(_root.enemy6.one)) { tellTarget ("_root.enemy6") { nextFrame(); }; } if (this.hitTest(_root.enemy7.one)) { tellTarget ("_root.enemy7") { nextFrame(); }; } }
Instance of Symbol 79 MovieClip in Symbol 80 MovieClip Frame 2
onClipEvent (load) { if (this.hitTest(_root.enemy.one)) { tellTarget ("_root.enemy") { nextFrame(); }; } if (this.hitTest(_root.enemy1.one)) { tellTarget ("_root.enemy1") { nextFrame(); }; } if (this.hitTest(_root.enemy2.one)) { tellTarget ("_root.enemy2") { nextFrame(); }; } if (this.hitTest(_root.enemy3.one)) { tellTarget ("_root.enemy3") { nextFrame(); }; } if (this.hitTest(_root.enemy4.one)) { tellTarget ("_root.enemy4") { nextFrame(); }; } if (this.hitTest(_root.enemy5.one)) { tellTarget ("_root.enemy5") { nextFrame(); }; } if (this.hitTest(_root.enemy6.one)) { tellTarget ("_root.enemy6") { nextFrame(); }; } if (this.hitTest(_root.enemy7.one)) { tellTarget ("_root.enemy7") { nextFrame(); }; } }
Symbol 83 Button
on (release, keyPress "<Space>") { tellTarget ("_root.bullet") { gotoAndPlay (2); tellTarget ("/shoot") { gotoAndPlay (2); tellTarget ("_root.player.fire") { gotoAndPlay (2); tellTarget ("_root.ammo") { nextFrame(); }; }; }; }; }
Symbol 84 MovieClip Frame 1
stop();
Symbol 84 MovieClip Frame 5
gotoAndStop (1);
Symbol 84 MovieClip Frame 6
stop();
Symbol 105 MovieClip Frame 1
stop();
Symbol 105 MovieClip Frame 2
play();
Symbol 105 MovieClip Frame 3
stop();
Symbol 105 MovieClip Frame 4
play();
Symbol 105 MovieClip Frame 5
stop();
Symbol 105 MovieClip Frame 6
play();
Symbol 105 MovieClip Frame 7
stop();
Symbol 105 MovieClip Frame 8
play();
Symbol 105 MovieClip Frame 9
play();
Symbol 105 MovieClip Frame 10
play();
Symbol 105 MovieClip Frame 11
play();
Symbol 105 MovieClip Frame 12
play();
Symbol 105 MovieClip Frame 13
play();
Symbol 105 MovieClip Frame 14
play();
Symbol 105 MovieClip Frame 15
stop();
Symbol 110 MovieClip Frame 1
stop();
Symbol 110 MovieClip Frame 501
tellTarget ("_root") { gotoAndStop (32); };
Symbol 120 MovieClip Frame 1
stop();
Symbol 120 MovieClip Frame 15
play(); tellTarget ("_root.shoot") { gotoAndStop (6); };
Symbol 120 MovieClip Frame 16
play();
Symbol 120 MovieClip Frame 17
play();
Symbol 120 MovieClip Frame 18
play();
Symbol 120 MovieClip Frame 19
play();
Symbol 120 MovieClip Frame 20
play();
Symbol 120 MovieClip Frame 21
play();
Symbol 120 MovieClip Frame 22
play();
Symbol 120 MovieClip Frame 23
play();
Symbol 120 MovieClip Frame 24
play();
Symbol 120 MovieClip Frame 25
play();
Symbol 120 MovieClip Frame 26
play();
Symbol 120 MovieClip Frame 27
play();
Symbol 120 MovieClip Frame 28
play();
Symbol 120 MovieClip Frame 29
play();
Symbol 120 MovieClip Frame 30
play();
Symbol 120 MovieClip Frame 31
play();
Symbol 120 MovieClip Frame 32
play();
Symbol 120 MovieClip Frame 33
play();
Symbol 120 MovieClip Frame 34
play();
Symbol 120 MovieClip Frame 35
play();
Symbol 120 MovieClip Frame 36
play();
Symbol 120 MovieClip Frame 37
play();
Symbol 120 MovieClip Frame 38
play();
Symbol 120 MovieClip Frame 39
play();
Symbol 120 MovieClip Frame 40
play();
Symbol 120 MovieClip Frame 41
play();
Symbol 120 MovieClip Frame 42
play();
Symbol 120 MovieClip Frame 43
play();
Symbol 120 MovieClip Frame 44
play();
Symbol 120 MovieClip Frame 45
play();
Symbol 120 MovieClip Frame 46
play();
Symbol 120 MovieClip Frame 47
play();
Symbol 120 MovieClip Frame 48
play();
Symbol 120 MovieClip Frame 49
play();
Symbol 120 MovieClip Frame 50
play();
Symbol 120 MovieClip Frame 51
play();
Symbol 120 MovieClip Frame 52
play();
Symbol 120 MovieClip Frame 53
play();
Symbol 120 MovieClip Frame 54
play();
Symbol 120 MovieClip Frame 55
play();
Symbol 120 MovieClip Frame 56
play();
Symbol 120 MovieClip Frame 57
play();
Symbol 120 MovieClip Frame 58
play();
Symbol 120 MovieClip Frame 59
play();
Symbol 120 MovieClip Frame 60
play();
Symbol 120 MovieClip Frame 61
play();
Symbol 120 MovieClip Frame 62
play();
Symbol 120 MovieClip Frame 63
play();
Symbol 120 MovieClip Frame 64
play();
Symbol 120 MovieClip Frame 65
play();
Symbol 120 MovieClip Frame 66
play();
Symbol 120 MovieClip Frame 67
play();
Symbol 120 MovieClip Frame 68
play();
Symbol 120 MovieClip Frame 69
play();
Symbol 120 MovieClip Frame 70
play();
Symbol 120 MovieClip Frame 71
play();
Symbol 120 MovieClip Frame 72
play();
Symbol 120 MovieClip Frame 73
play();
Symbol 120 MovieClip Frame 74
play();
Symbol 120 MovieClip Frame 75
play();
Symbol 120 MovieClip Frame 76
play();
Symbol 120 MovieClip Frame 77
play();
Symbol 120 MovieClip Frame 78
play();
Symbol 120 MovieClip Frame 79
play(); tellTarget ("_root.shoot") { gotoAndStop (1); };
Symbol 120 MovieClip Frame 80
gotoAndStop (1);
Symbol 146 MovieClip Frame 1
stop(); stop();
Symbol 146 MovieClip Frame 2
play();
Symbol 146 MovieClip Frame 3
stop();
Symbol 146 MovieClip Frame 4
play();
Symbol 146 MovieClip Frame 5
stop();
Symbol 146 MovieClip Frame 6
play();
Symbol 146 MovieClip Frame 7
stop();
Symbol 146 MovieClip Frame 8
play();
Symbol 146 MovieClip Frame 9
stop();
Symbol 146 MovieClip Frame 10
play();
Symbol 146 MovieClip Frame 11
stop();
Symbol 146 MovieClip Frame 12
play();
Symbol 146 MovieClip Frame 13
stop();
Symbol 146 MovieClip Frame 14
play();
Symbol 146 MovieClip Frame 15
stop();
Symbol 146 MovieClip Frame 16
play();
Symbol 146 MovieClip Frame 17
stop();
Symbol 146 MovieClip Frame 18
play();
Symbol 146 MovieClip Frame 19
stop();
Symbol 146 MovieClip Frame 20
play();
Symbol 146 MovieClip Frame 21
stop();
Symbol 146 MovieClip Frame 22
play();
Symbol 146 MovieClip Frame 23
stop();
Symbol 146 MovieClip Frame 24
play();
Symbol 146 MovieClip Frame 25
stop();
Symbol 146 MovieClip Frame 26
play();
Symbol 146 MovieClip Frame 27
stop();
Symbol 146 MovieClip Frame 28
play();
Symbol 146 MovieClip Frame 29
stop();
Symbol 146 MovieClip Frame 30
play();
Symbol 146 MovieClip Frame 46
stop();
Symbol 158 MovieClip Frame 1
stop();
Symbol 158 MovieClip Frame 2
play();
Symbol 158 MovieClip Frame 3
stop();
Symbol 158 MovieClip Frame 4
play();
Symbol 158 MovieClip Frame 5
stop();
Symbol 158 MovieClip Frame 6
play();
Symbol 158 MovieClip Frame 7
stop();
Symbol 158 MovieClip Frame 8
play();
Symbol 158 MovieClip Frame 9
stop();
Symbol 158 MovieClip Frame 10
play();
Symbol 158 MovieClip Frame 11
stop();
Symbol 158 MovieClip Frame 12
play();
Symbol 158 MovieClip Frame 13
stop();
Symbol 158 MovieClip Frame 14
play();
Symbol 158 MovieClip Frame 15
stop();
Symbol 158 MovieClip Frame 16
play();
Symbol 158 MovieClip Frame 17
stop();
Symbol 158 MovieClip Frame 18
play();
Symbol 158 MovieClip Frame 19
stop();
Symbol 158 MovieClip Frame 20
play();
Symbol 158 MovieClip Frame 21
stop();
Symbol 158 MovieClip Frame 22
play();
Symbol 158 MovieClip Frame 23
stop();
Symbol 158 MovieClip Frame 24
play();
Symbol 158 MovieClip Frame 25
stop();
Symbol 158 MovieClip Frame 26
play();
Symbol 158 MovieClip Frame 27
stop();
Symbol 158 MovieClip Frame 28
play();
Symbol 158 MovieClip Frame 29
stop();
Symbol 158 MovieClip Frame 30
play();
Symbol 158 MovieClip Frame 31
stop();
Symbol 158 MovieClip Frame 32
play();
Symbol 158 MovieClip Frame 33
stop();
Symbol 158 MovieClip Frame 34
play();
Symbol 158 MovieClip Frame 35
stop();
Symbol 158 MovieClip Frame 36
play();
Symbol 158 MovieClip Frame 37
stop();
Symbol 158 MovieClip Frame 38
play();
Symbol 158 MovieClip Frame 39
stop();
Symbol 158 MovieClip Frame 40
play();
Symbol 158 MovieClip Frame 41
play();
Symbol 158 MovieClip Frame 42
play();
Symbol 158 MovieClip Frame 43
stop();
Symbol 161 MovieClip Frame 1
stop();
Symbol 161 MovieClip Frame 2
play();
Symbol 161 MovieClip Frame 3
stop();
Symbol 161 MovieClip Frame 4
play();
Symbol 161 MovieClip Frame 5
stop();
Symbol 161 MovieClip Frame 6
play();
Symbol 161 MovieClip Frame 7
stop();
Symbol 161 MovieClip Frame 8
play();
Symbol 161 MovieClip Frame 9
stop();
Symbol 161 MovieClip Frame 10
play();
Symbol 161 MovieClip Frame 11
stop();
Symbol 161 MovieClip Frame 12
play();
Symbol 161 MovieClip Frame 13
stop();
Symbol 161 MovieClip Frame 14
play();
Symbol 161 MovieClip Frame 15
stop();
Symbol 161 MovieClip Frame 16
play();
Symbol 161 MovieClip Frame 17
stop();
Symbol 161 MovieClip Frame 18
play();
Symbol 161 MovieClip Frame 19
stop();
Symbol 161 MovieClip Frame 20
play();
Symbol 161 MovieClip Frame 21
stop();
Symbol 161 MovieClip Frame 22
play();
Symbol 161 MovieClip Frame 23
stop();
Symbol 161 MovieClip Frame 24
play();
Symbol 161 MovieClip Frame 25
stop();
Symbol 161 MovieClip Frame 26
play();
Symbol 161 MovieClip Frame 27
stop();
Symbol 161 MovieClip Frame 28
play();
Symbol 161 MovieClip Frame 29
stop();
Symbol 161 MovieClip Frame 30
play();
Symbol 161 MovieClip Frame 31
stop();
Symbol 161 MovieClip Frame 32
play();
Symbol 161 MovieClip Frame 33
stop();
Symbol 161 MovieClip Frame 34
play();
Symbol 161 MovieClip Frame 35
stop();
Symbol 161 MovieClip Frame 36
play();
Symbol 161 MovieClip Frame 37
stop();
Symbol 161 MovieClip Frame 38
play();
Symbol 161 MovieClip Frame 39
stop();
Symbol 161 MovieClip Frame 40
play();
Symbol 161 MovieClip Frame 41
play();
Symbol 161 MovieClip Frame 42
play();
Symbol 161 MovieClip Frame 43
stop();
Symbol 189 MovieClip Frame 66
stop();
Symbol 193 Button
on (release) { gotoAndStop (10); }

Library Items

Symbol 1 GraphicUsed by:2
Symbol 2 MovieClip [bull]Uses:1
Symbol 3 GraphicUsed by:Timeline
Symbol 4 FontUsed by:5 17 18 23 28 30 33 108 115 116 186 188 191
Symbol 5 TextUses:4Used by:Timeline
Symbol 6 GraphicUsed by:7
Symbol 7 MovieClipUses:6Used by:16
Symbol 8 GraphicUsed by:16
Symbol 9 BitmapUsed by:10
Symbol 10 GraphicUses:9Used by:16
Symbol 11 GraphicUsed by:15
Symbol 12 GraphicUsed by:15
Symbol 13 GraphicUsed by:15
Symbol 14 GraphicUsed by:15
Symbol 15 ButtonUses:11 12 13 14Used by:16
Symbol 16 MovieClipUses:7 8 10 15Used by:Timeline
Symbol 17 TextUses:4Used by:Timeline
Symbol 18 TextUses:4Used by:Timeline
Symbol 19 GraphicUsed by:Timeline
Symbol 20 GraphicUsed by:21
Symbol 21 MovieClipUses:20Used by:Timeline
Symbol 22 GraphicUsed by:Timeline
Symbol 23 TextUses:4Used by:Timeline
Symbol 24 GraphicUsed by:25
Symbol 25 ButtonUses:24Used by:Timeline
Symbol 26 SoundUsed by:Timeline
Symbol 27 GraphicUsed by:Timeline
Symbol 28 TextUses:4Used by:Timeline
Symbol 29 GraphicUsed by:Timeline
Symbol 30 TextUses:4Used by:Timeline
Symbol 31 SoundUsed by:80  Timeline
Symbol 32 GraphicUsed by:Timeline
Symbol 33 TextUses:4Used by:Timeline
Symbol 34 GraphicUsed by:35
Symbol 35 MovieClipUses:34Used by:Timeline
Symbol 36 BitmapUsed by:37 125 173 177
Symbol 37 GraphicUses:36Used by:Timeline
Symbol 38 GraphicUsed by:39 40
Symbol 39 MovieClipUses:38Used by:40
Symbol 40 MovieClipUses:38 39Used by:44
Symbol 41 GraphicUsed by:42
Symbol 42 MovieClipUses:41Used by:43
Symbol 43 MovieClipUses:42Used by:44
Symbol 44 MovieClipUses:40 43Used by:Timeline
Symbol 45 GraphicUsed by:46
Symbol 46 MovieClipUses:45Used by:Timeline
Symbol 47 GraphicUsed by:48
Symbol 48 MovieClipUses:47Used by:51 72
Symbol 49 GraphicUsed by:50
Symbol 50 MovieClipUses:49Used by:51 72
Symbol 51 MovieClipUses:48 50Used by:57 69
Symbol 52 GraphicUsed by:53
Symbol 53 MovieClipUses:52Used by:56 72
Symbol 54 GraphicUsed by:55
Symbol 55 MovieClipUses:54Used by:56 72
Symbol 56 MovieClipUses:53 55Used by:57 69
Symbol 57 MovieClipUses:51 56Used by:73
Symbol 58 GraphicUsed by:59
Symbol 59 MovieClipUses:58Used by:73
Symbol 60 GraphicUsed by:69
Symbol 61 GraphicUsed by:69
Symbol 62 GraphicUsed by:69
Symbol 63 GraphicUsed by:69
Symbol 64 GraphicUsed by:69
Symbol 65 GraphicUsed by:69
Symbol 66 GraphicUsed by:69
Symbol 67 GraphicUsed by:69
Symbol 68 GraphicUsed by:69
Symbol 69 MovieClipUses:60 51 56 61 62 63 64 65 66 67 68Used by:73
Symbol 70 GraphicUsed by:72
Symbol 71 GraphicUsed by:72
Symbol 72 MovieClipUses:70 48 50 53 55 71Used by:73
Symbol 73 MovieClipUses:57 59 69 72Used by:Timeline
Symbol 74 GraphicUsed by:75 83
Symbol 75 MovieClipUses:74Used by:80
Symbol 76 GraphicUsed by:77
Symbol 77 MovieClipUses:76Used by:80
Symbol 78 GraphicUsed by:79
Symbol 79 MovieClipUses:78Used by:80
Symbol 80 MovieClipUses:75 77 79 31Used by:Timeline
Symbol 81 GraphicUsed by:82
Symbol 82 MovieClipUses:81Used by:Timeline
Symbol 83 ButtonUses:74Used by:84
Symbol 84 MovieClipUses:83Used by:Timeline
Symbol 85 GraphicUsed by:86
Symbol 86 MovieClipUses:85Used by:Timeline
Symbol 87 GraphicUsed by:88
Symbol 88 MovieClipUses:87Used by:94 105 146
Symbol 89 GraphicUsed by:90
Symbol 90 MovieClipUses:89Used by:94 105
Symbol 91 GraphicUsed by:94
Symbol 92 GraphicUsed by:93
Symbol 93 MovieClipUses:92Used by:94 105
Symbol 94 MovieClipUses:88 90 91 93Used by:105
Symbol 95 GraphicUsed by:96 140
Symbol 96 MovieClipUses:95Used by:105
Symbol 97 GraphicUsed by:105
Symbol 98 GraphicUsed by:105
Symbol 99 GraphicUsed by:105
Symbol 100 GraphicUsed by:105
Symbol 101 GraphicUsed by:105
Symbol 102 GraphicUsed by:105
Symbol 103 GraphicUsed by:104
Symbol 104 MovieClipUses:103Used by:105
Symbol 105 MovieClipUses:94 96 97 98 99 88 90 93 100 101 102 104Used by:Timeline
Symbol 106 GraphicUsed by:110
Symbol 107 GraphicUsed by:110
Symbol 108 TextUses:4Used by:110
Symbol 109 GraphicUsed by:110
Symbol 110 MovieClipUses:106 107 108 109Used by:Timeline
Symbol 111 GraphicUsed by:120
Symbol 112 GraphicUsed by:113
Symbol 113 MovieClipUses:112Used by:120
Symbol 114 GraphicUsed by:120
Symbol 115 TextUses:4Used by:120
Symbol 116 TextUses:4Used by:120
Symbol 117 GraphicUsed by:120
Symbol 118 SoundUsed by:120
Symbol 119 SoundUsed by:120
Symbol 120 MovieClipUses:111 113 114 115 116 117 118 119Used by:Timeline
Symbol 121 GraphicUsed by:122
Symbol 122 MovieClipUses:121Used by:Timeline
Symbol 123 SoundUsed by:Timeline
Symbol 124 GraphicUsed by:Timeline
Symbol 125 GraphicUses:36Used by:Timeline
Symbol 126 GraphicUsed by:131
Symbol 127 GraphicUsed by:128
Symbol 128 MovieClipUses:127Used by:131
Symbol 129 GraphicUsed by:130
Symbol 130 MovieClipUses:129Used by:131
Symbol 131 MovieClipUses:126 128 130Used by:Timeline
Symbol 132 GraphicUsed by:133
Symbol 133 MovieClipUses:132Used by:Timeline
Symbol 134 GraphicUsed by:Timeline
Symbol 135 GraphicUsed by:136
Symbol 136 MovieClipUses:135Used by:Timeline
Symbol 137 GraphicUsed by:138
Symbol 138 MovieClipUses:137Used by:Timeline
Symbol 139 GraphicUsed by:146
Symbol 140 MovieClipUses:95Used by:146 158 161
Symbol 141 GraphicUsed by:146
Symbol 142 GraphicUsed by:146
Symbol 143 GraphicUsed by:146
Symbol 144 GraphicUsed by:145
Symbol 145 MovieClipUses:144Used by:146
Symbol 146 MovieClipUses:88 139 140 141 142 143 145Used by:Timeline
Symbol 147 GraphicUsed by:Timeline
Symbol 148 GraphicUsed by:149
Symbol 149 MovieClipUses:148Used by:Timeline
Symbol 150 GraphicUsed by:151
Symbol 151 MovieClipUses:150Used by:Timeline
Symbol 152 GraphicUsed by:Timeline
Symbol 153 GraphicUsed by:154
Symbol 154 MovieClipUses:153Used by:157 158 161
Symbol 155 GraphicUsed by:156
Symbol 156 MovieClipUses:155Used by:157 158 161
Symbol 157 MovieClipUses:154 156Used by:158 161
Symbol 158 MovieClipUses:154 156 140 157Used by:Timeline
Symbol 159 GraphicUsed by:160
Symbol 160 MovieClipUses:159Used by:Timeline
Symbol 161 MovieClipUses:154 156 140 157Used by:Timeline
Symbol 162 GraphicUsed by:Timeline
Symbol 163 GraphicUsed by:164
Symbol 164 MovieClipUses:163Used by:Timeline
Symbol 165 GraphicUsed by:Timeline
Symbol 166 BitmapUsed by:168
Symbol 167 BitmapUsed by:168
Symbol 168 GraphicUses:166 167Used by:Timeline
Symbol 169 GraphicUsed by:Timeline
Symbol 170 BitmapUsed by:171
Symbol 171 GraphicUses:170Used by:Timeline
Symbol 172 BitmapUsed by:173 174
Symbol 173 GraphicUses:172 36Used by:Timeline
Symbol 174 GraphicUses:172Used by:175
Symbol 175 MovieClipUses:174Used by:Timeline
Symbol 176 GraphicUsed by:Timeline
Symbol 177 GraphicUses:36Used by:Timeline
Symbol 178 GraphicUsed by:179
Symbol 179 MovieClipUses:178Used by:Timeline
Symbol 180 GraphicUsed by:Timeline
Symbol 181 GraphicUsed by:Timeline
Symbol 182 GraphicUsed by:189
Symbol 183 GraphicUsed by:184
Symbol 184 MovieClipUses:183Used by:189
Symbol 185 GraphicUsed by:189
Symbol 186 TextUses:4Used by:189
Symbol 187 GraphicUsed by:189
Symbol 188 TextUses:4Used by:189
Symbol 189 MovieClipUses:182 184 185 186 187 188Used by:Timeline
Symbol 190 GraphicUsed by:Timeline
Symbol 191 TextUses:4Used by:Timeline
Symbol 192 GraphicUsed by:193
Symbol 193 ButtonUses:192Used by:Timeline
Symbol 194 SoundUsed by:Timeline

Instance Names

"top"Frame 10Symbol 35 MovieClip
"left"Frame 10Symbol 35 MovieClip
"bottom"Frame 10Symbol 35 MovieClip
"right"Frame 10Symbol 35 MovieClip
"left1"Frame 10Symbol 35 MovieClip
"right1"Frame 10Symbol 35 MovieClip
"left3"Frame 10Symbol 35 MovieClip
"player"Frame 10Symbol 73 MovieClip
"bullet"Frame 10Symbol 80 MovieClip
"next"Frame 10Symbol 82 MovieClip
"shoot"Frame 10Symbol 84 MovieClip
"enemy"Frame 10Symbol 105 MovieClip
"enemy1"Frame 10Symbol 105 MovieClip
"enemy3"Frame 10Symbol 105 MovieClip
"enemy2"Frame 10Symbol 105 MovieClip
"healthbar"Frame 10Symbol 110 MovieClip
"ammo"Frame 10Symbol 120 MovieClip
"top"Frame 12Symbol 35 MovieClip
"left"Frame 12Symbol 35 MovieClip
"bottom"Frame 12Symbol 35 MovieClip
"right"Frame 12Symbol 35 MovieClip
"right1"Frame 12Symbol 35 MovieClip
"bottom1"Frame 12Symbol 35 MovieClip
"left1"Frame 12Symbol 35 MovieClip
"player"Frame 12Symbol 73 MovieClip
"bullet"Frame 12Symbol 80 MovieClip
"next"Frame 12Symbol 82 MovieClip
"enemy1"Frame 12Symbol 105 MovieClip
"enemy2"Frame 12Symbol 105 MovieClip
"top"Frame 14Symbol 35 MovieClip
"left"Frame 14Symbol 35 MovieClip
"bottom"Frame 14Symbol 35 MovieClip
"right"Frame 14Symbol 35 MovieClip
"left1"Frame 14Symbol 35 MovieClip
"right1"Frame 14Symbol 35 MovieClip
"top1"Frame 14Symbol 35 MovieClip
"bottom1"Frame 14Symbol 35 MovieClip
"left2"Frame 14Symbol 35 MovieClip
"right2"Frame 14Symbol 35 MovieClip
"top2"Frame 14Symbol 35 MovieClip
"bottom2"Frame 14Symbol 35 MovieClip
"left3"Frame 14Symbol 35 MovieClip
"right3"Frame 14Symbol 35 MovieClip
"top3"Frame 14Symbol 35 MovieClip
"bottom3"Frame 14Symbol 35 MovieClip
"player"Frame 14Symbol 73 MovieClip
"bullet"Frame 14Symbol 80 MovieClip
"next"Frame 14Symbol 82 MovieClip
"enemy"Frame 14Symbol 105 MovieClip
"enemy1"Frame 14Symbol 105 MovieClip
"enemy2"Frame 14Symbol 105 MovieClip
"enemy3"Frame 14Symbol 105 MovieClip
"enemy4"Frame 14Symbol 105 MovieClip
"enemy5"Frame 14Symbol 105 MovieClip
"enemy6"Frame 14Symbol 105 MovieClip
"enemy7"Frame 14Symbol 105 MovieClip
"top"Frame 16Symbol 35 MovieClip
"left"Frame 16Symbol 35 MovieClip
"bottom"Frame 16Symbol 35 MovieClip
"right"Frame 16Symbol 35 MovieClip
"top2"Frame 16Symbol 35 MovieClip
"player"Frame 16Symbol 73 MovieClip
"bullet"Frame 16Symbol 80 MovieClip
"next"Frame 16Symbol 82 MovieClip
"enemy"Frame 16Symbol 105 MovieClip
"enemy1"Frame 16Symbol 146 MovieClip
"enemy3"Frame 16Symbol 105 MovieClip
"enemy2"Frame 16Symbol 146 MovieClip
"top"Frame 18Symbol 35 MovieClip
"left"Frame 18Symbol 35 MovieClip
"bottom"Frame 18Symbol 35 MovieClip
"right"Frame 18Symbol 35 MovieClip
"top2"Frame 18Symbol 35 MovieClip
"player"Frame 18Symbol 73 MovieClip
"bullet"Frame 18Symbol 80 MovieClip
"next"Frame 18Symbol 82 MovieClip
"enemy"Frame 18Symbol 146 MovieClip
"enemy1"Frame 18Symbol 146 MovieClip
"enemy2"Frame 18Symbol 146 MovieClip
"enemy3"Frame 18Symbol 146 MovieClip
"top"Frame 20Symbol 35 MovieClip
"left"Frame 20Symbol 35 MovieClip
"bottom"Frame 20Symbol 35 MovieClip
"right"Frame 20Symbol 35 MovieClip
"top1"Frame 20Symbol 35 MovieClip
"player"Frame 20Symbol 73 MovieClip
"bullet"Frame 20Symbol 80 MovieClip
"next"Frame 20Symbol 82 MovieClip
"enemy"Frame 20Symbol 146 MovieClip
"enemy2"Frame 20Symbol 158 MovieClip
"top"Frame 22Symbol 35 MovieClip
"left"Frame 22Symbol 35 MovieClip
"bottom"Frame 22Symbol 35 MovieClip
"right"Frame 22Symbol 35 MovieClip
"top1"Frame 22Symbol 35 MovieClip
"left1"Frame 22Symbol 35 MovieClip
"top2"Frame 22Symbol 35 MovieClip
"player"Frame 22Symbol 73 MovieClip
"bullet"Frame 22Symbol 80 MovieClip
"next"Frame 22Symbol 82 MovieClip
"enemy2"Frame 22Symbol 161 MovieClip
"enemy1"Frame 22Symbol 161 MovieClip
"enemy"Frame 22Symbol 161 MovieClip
"top"Frame 24Symbol 35 MovieClip
"left"Frame 24Symbol 35 MovieClip
"bottom"Frame 24Symbol 35 MovieClip
"right"Frame 24Symbol 35 MovieClip
"left1"Frame 24Symbol 35 MovieClip
"player"Frame 24Symbol 73 MovieClip
"bullet"Frame 24Symbol 80 MovieClip
"next"Frame 24Symbol 82 MovieClip
"enemy2"Frame 24Symbol 161 MovieClip
"top"Frame 26Symbol 35 MovieClip
"left"Frame 26Symbol 35 MovieClip
"bottom"Frame 26Symbol 35 MovieClip
"right"Frame 26Symbol 35 MovieClip
"left1"Frame 26Symbol 35 MovieClip
"bottom2"Frame 26Symbol 35 MovieClip
"top2"Frame 26Symbol 35 MovieClip
"left2"Frame 26Symbol 35 MovieClip
"right2"Frame 26Symbol 35 MovieClip
"top2"Frame 26Symbol 35 MovieClip
"top1"Frame 26Symbol 35 MovieClip
"left1"Frame 26Symbol 35 MovieClip
"left2"Frame 26Symbol 35 MovieClip
"player"Frame 26Symbol 73 MovieClip
"bullet"Frame 26Symbol 80 MovieClip
"next"Frame 26Symbol 82 MovieClip
"enemy"Frame 26Symbol 161 MovieClip
"enemy1"Frame 26Symbol 161 MovieClip
"enemy2"Frame 26Symbol 161 MovieClip
"enemy3"Frame 26Symbol 161 MovieClip
"top"Frame 28Symbol 35 MovieClip
"bottom"Frame 28Symbol 35 MovieClip
"right"Frame 28Symbol 35 MovieClip
"left1"Frame 28Symbol 35 MovieClip
"top1"Frame 28Symbol 35 MovieClip
"player"Frame 28Symbol 73 MovieClip
"bullet"Frame 28Symbol 80 MovieClip
"next"Frame 28Symbol 82 MovieClip
"enemy3"Frame 28Symbol 161 MovieClip
"enemy"Frame 28Symbol 161 MovieClip
"enemy2"Frame 28Symbol 161 MovieClip
"enemy1"Frame 28Symbol 161 MovieClip
"bottom"Frame 30Symbol 35 MovieClip
"right"Frame 30Symbol 35 MovieClip
"left1"Frame 30Symbol 35 MovieClip
"top1"Frame 30Symbol 35 MovieClip
"top2"Frame 30Symbol 35 MovieClip
"player"Frame 30Symbol 73 MovieClip
"bullet"Frame 30Symbol 80 MovieClip
"next"Frame 30Symbol 82 MovieClip
"bar"Symbol 16 MovieClip Frame 1Symbol 7 MovieClip
"fire"Symbol 73 MovieClip Frame 1Symbol 59 MovieClip
"1"Symbol 105 MovieClip Frame 1Symbol 94 MovieClip
"one"Symbol 105 MovieClip Frame 1Symbol 96 MovieClip
"1"Symbol 105 MovieClip Frame 8Symbol 94 MovieClip
"one"Symbol 146 MovieClip Frame 1Symbol 140 MovieClip
"one"Symbol 158 MovieClip Frame 1Symbol 140 MovieClip
"one"Symbol 161 MovieClip Frame 1Symbol 140 MovieClip

Special Tags

ExportAssets (56)Timeline Frame 1Symbol 2 as "bull"

Labels

"loaded"Symbol 16 MovieClip Frame 3




http://swfchan.com/7/30642/info.shtml
Created: 19/5 -2019 06:44:45 Last modified: 19/5 -2019 06:44:45 Server time: 29/04 -2024 09:25:35