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

swfchan turned sixteen years old today! (5may2024)

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

Land of The Dead.swf

This is the info page for
Flash #11261

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


Text
MOVIE.HK.PL

FREE GAMES AND STUFF

Land Of The Dead

New Amazing game by Jacob Dzwinel

Shoot a Zombies and use all your power which you have. If Zombie attack,
you can use Kick to make him dead.  Remember to look on your health.

Start Game

Start Game

Web Site

Web Site

A

S

D

W

SPACE

W - Go Up
S - Go Down
A - Go Left
D - Go Right

UP - Power 1
Down - Power 2

Space - Kick

GO

GO

Power1 :

Power2 :

1

1

speed1:

1

speed2:

2

speed3:

1

speed4:

2

speed5:

1

speed6:

2

speed7:

1

speed8:

2

1.4

reloading

Lifes :

1

1

1

1

2

1.7

1.9

1

2

1

2

1.4

1

1

1

1

2

1.7

1

1

2

1

2

1.4

1

1

1

1.1

1.2

1.3

1.4

1

2

1

2

1

1

1

1

1.1

1.2

1.3

1.4

1

2

1

2

1

1

1

1

1.1

2

1.3

1.4

1

2

1

2

2

1

1

1

1.1

1.2

1.3

1.4

1

2

1

2

1

1

1

1

1.1

1.2

1.3

1.4

1

2

1

2

1

1

1

1

P

1.1

1.2

1.3

1.4

1

2

1

2

1

1

1

1

1.1

1.2

1.3

1.4

1

2

1

2

1

1

1

1

+

1.1

1.2

1.3

1.4

1

2

1

2

1

1

1

1

P

Go to Exit Door and Download .fla of this
game. More about next Chapter of Land
of the dead on www.movie.hk.pl

congratulation

you kill all zombies in this build

ALL BY JACOB DZWINEL

MUSIC BY MICHAL GASIOR

WWW.MOVIE.HK.PL 2005

Download .FLA

Download .FLA

Play Again

Play Again

Web Site

Web Site

www.mrd.mikos.foxnet.pl/SOLDIER.zip

YOU DEAD

ActionScript [AS1/AS2]

Frame 230
power1 = 2; power2 = 1; lifes = 200;
Instance of Symbol 38 MovieClip "mouse" in Frame 230
onClipEvent (load) { Mouse.hide(); } onClipEvent (mouseMove) { _x = _root._xmouse; _y = _root._ymouse; updateafterevent(); }
Frame 232
power1 = 2; power2 = 1; lifes = 200; stop();
Instance of Symbol 38 MovieClip "mouse" in Frame 232
onClipEvent (load) { Mouse.hide(); } onClipEvent (mouseMove) { _x = _root._xmouse; _y = _root._ymouse; updateafterevent(); }
Instance of Symbol 38 MovieClip "mouse" in Frame 234
onClipEvent (load) { Mouse.hide(); } onClipEvent (mouseMove) { _x = _root._xmouse; _y = _root._ymouse; updateafterevent(); }
Frame 333
stop(); power1 = 2; power2 = 1; lifes = 200;
Frame 334
if (next.hitTest(_root.guy.guy1)) { _root.gotoAndPlay("mission2"); } if (_root.lifes < 1) { _root.gotoAndPlay("dead"); } x_diff = _root.arrow._x - _root.guy._x; y_diff = _root.arrow._y - _root.guy._y; radian = Math.atan2(y_diff, x_diff); degree = (radian * 180) / Math.PI; degree = Math.round(degree); setProperty("_root.arrow", _rotation , degree); setProperty("_root.arrow", _x , _root.arrow._x - (t * Math.cos(radian))); setProperty("_root.arrow", _y , _root.arrow._y - (t * Math.sin(radian))); setProperty("_root.fader", _rotation , degree); setProperty("_root.fader", _x , _root.arrow._x - (t * Math.cos(radian))); setProperty("_root.fader", _y , _root.arrow._y - (t * Math.sin(radian))); a_x = Math.round(_root.arrow._x); a_y = Math.round(_root.arrow._y); c_x = Math.round(_root.collision_clip._x); c_y = Math.round(_root.collision_clip._y); if ((a_x < (c_x + boundary)) and (a_x > (c_x - boundary))) { if ((a_y < (c_y + boundary)) and (a_y > (c_y - boundary))) { gotoAndStop ("youLose"); } } x_diff = _root.arrow1._x - _root.guy._x; y_diff = _root.arrow1._y - _root.guy._y; radian = Math.atan2(y_diff, x_diff); degree = (radian * 180) / Math.PI; degree = Math.round(degree); setProperty("_root.arrow1", _rotation , degree); setProperty("_root.arrow1", _x , _root.arrow1._x - (t2 * Math.cos(radian))); setProperty("_root.arrow1", _y , _root.arrow1._y - (t2 * Math.sin(radian))); a_x = Math.round(_root.arrow1._x); a_y = Math.round(_root.arrow1._y); c_x = Math.round(_root.collision_clip._x); c_y = Math.round(_root.collision_clip._y); if ((a_x < (c_x + boundary)) and (a_x > (c_x - boundary))) { if ((a_y < (c_y + boundary)) and (a_y > (c_y - boundary))) { gotoAndStop ("youLose"); } } x_diff = _root.arrow2._x - _root.guy._x; y_diff = _root.arrow2._y - _root.guy._y; radian = Math.atan2(y_diff, x_diff); degree = (radian * 180) / Math.PI; degree = Math.round(degree); setProperty("_root.arrow2", _rotation , degree); setProperty("_root.arrow2", _x , _root.arrow2._x - (t3 * Math.cos(radian))); setProperty("_root.arrow2", _y , _root.arrow2._y - (t3 * Math.sin(radian))); a_x = Math.round(_root.arrow2._x); a_y = Math.round(_root.arrow2._y); c_x = Math.round(_root.collision_clip._x); c_y = Math.round(_root.collision_clip._y); if ((a_x < (c_x + boundary)) and (a_x > (c_x - boundary))) { if ((a_y < (c_y + boundary)) and (a_y > (c_y - boundary))) { gotoAndStop ("youLose"); } } x_diff = _root.arrow3._x - _root.guy._x; y_diff = _root.arrow3._y - _root.guy._y; radian = Math.atan2(y_diff, x_diff); degree = (radian * 180) / Math.PI; degree = Math.round(degree); setProperty("_root.arrow3", _rotation , degree); setProperty("_root.arrow3", _x , _root.arrow3._x - (t4 * Math.cos(radian))); setProperty("_root.arrow3", _y , _root.arrow3._y - (t4 * Math.sin(radian))); a_x = Math.round(_root.arrow3._x); a_y = Math.round(_root.arrow3._y); c_x = Math.round(_root.collision_clip._x); c_y = Math.round(_root.collision_clip._y); if ((a_x < (c_x + boundary)) and (a_x > (c_x - boundary))) { if ((a_y < (c_y + boundary)) and (a_y > (c_y - boundary))) { gotoAndStop ("youLose"); } } x_diff = _root.arrow4._x - _root.guy._x; y_diff = _root.arrow4._y - _root.guy._y; radian = Math.atan2(y_diff, x_diff); degree = (radian * 180) / Math.PI; degree = Math.round(degree); setProperty("_root.arrow4", _rotation , degree); setProperty("_root.arrow4", _x , _root.arrow4._x - (t5 * Math.cos(radian))); setProperty("_root.arrow4", _y , _root.arrow4._y - (t5 * Math.sin(radian))); a_x = Math.round(_root.arrow4._x); a_y = Math.round(_root.arrow4._y); c_x = Math.round(_root.collision_clip._x); c_y = Math.round(_root.collision_clip._y); if ((a_x < (c_x + boundary)) and (a_x > (c_x - boundary))) { if ((a_y < (c_y + boundary)) and (a_y > (c_y - boundary))) { gotoAndStop ("youLose"); } } x_diff = _root.arrow5._x - _root.guy._x; y_diff = _root.arrow5._y - _root.guy._y; radian = Math.atan2(y_diff, x_diff); degree = (radian * 180) / Math.PI; degree = Math.round(degree); setProperty("_root.arrow5", _rotation , degree); setProperty("_root.arrow5", _x , _root.arrow5._x - (t6 * Math.cos(radian))); setProperty("_root.arrow5", _y , _root.arrow5._y - (t6 * Math.sin(radian))); a_x = Math.round(_root.arrow5._x); a_y = Math.round(_root.arrow5._y); c_x = Math.round(_root.collision_clip._x); c_y = Math.round(_root.collision_clip._y); if ((a_x < (c_x + boundary)) and (a_x > (c_x - boundary))) { if ((a_y < (c_y + boundary)) and (a_y > (c_y - boundary))) { gotoAndStop ("youLose"); } } function Bullet() { this.speed = 15; } _global.bullet_depth = 100; addBullet = function (x, y, rot) { _root.attachMovie("bullet", "bullet_" + _global.bullet_depth, _global.bullet_depth, {_x:x, _y:y, _rotation:rot}); _global.bullet_depth++; }; degToRad = function (deg) { rad = (Math.PI * deg) / 180; return(rad); }; radToDeg = function (rad) { deg = (rad * 180) / Math.PI; return(deg); }; Bullet.prototype = new MovieClip(); Bullet.prototype.onEnterFrame = function () { var _local3 = degToRad(this._rotation); this._x = this._x + (this.speed * Math.cos(_local3)); this._y = this._y + (this.speed * Math.sin(_local3)); if (((((this._x < 0) || (this._x > 550)) || (this._y < 0)) || (this._y > 400)) || (_root.walls.hitTest(this._x, this._y, true))) { this.removeMovieClip(); } }; Object.registerClass("bullet", Bullet);
Instance of Symbol 111 MovieClip "guy" in Frame 334
onClipEvent (load) { moveSpeed = 1.5; } onClipEvent (enterFrame) { if (Key.isDown(68)) { this._x = this._x + moveSpeed; } else if (Key.isDown(65)) { this._x = this._x - moveSpeed; } if (Key.isDown(83)) { this._y = this._y + moveSpeed; } else if (Key.isDown(87)) { this._y = this._y - moveSpeed; } this._rotation = _root.radToDeg(Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x)); } onClipEvent (mouseDown) { if (_root.reloading == 0) { tellTarget ("_root.guy") { gotoAndPlay (1); tellTarget ("_root.ammo") { nextFrame(); }; }; } }
Instance of Symbol 113 MovieClip in Frame 334
onClipEvent (enterFrame) { if (this.hitTest(_root.guy.guy1)) { _root.left = false; _root.guy._x = _root.guy._x + 1.5; } }
Instance of Symbol 113 MovieClip in Frame 334
onClipEvent (enterFrame) { if (this.hitTest(_root.guy.guy1)) { _root.right = false; _root.guy._x = _root.guy._x - 1.5; } }
Instance of Symbol 113 MovieClip in Frame 334
onClipEvent (enterFrame) { if (this.hitTest(_root.guy.guy1)) { _root.up = false; _root.guy._y = _root.guy._y + 1.5; } }
Instance of Symbol 113 MovieClip in Frame 334
onClipEvent (enterFrame) { if (this.hitTest(_root.guy.guy1)) { _root.down = false; _root.guy._y = _root.guy._y - 1.5; } }
Instance of Symbol 119 MovieClip "arrow1" in Frame 334
onClipEvent (enterFrame) { if (this.hitTest(_root.guy.shot)) { tellTarget ("_root.arrow1") { nextFrame(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.guy.guy1)) { if (_root.lifes > 0) { _root.lifes = _root.lifes - 1; } } } onClipEvent (enterFrame) { if (this.hitTest(_root.guy.power1)) { tellTarget ("_root.arrow1") { nextFrame(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.guy.power2)) { tellTarget ("_root.arrow1") { nextFrame(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.guy.knife)) { tellTarget ("_root.arrow1") { nextFrame(); }; } }
Instance of Symbol 119 MovieClip "arrow2" in Frame 334
onClipEvent (enterFrame) { if (this.hitTest(_root.guy.shot)) { tellTarget ("_root.arrow2") { nextFrame(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.guy.guy1)) { if (_root.lifes > 0) { _root.lifes = _root.lifes - 1; } } } onClipEvent (enterFrame) { if (this.hitTest(_root.guy.power1)) { tellTarget ("_root.arrow2") { nextFrame(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.guy.power2)) { tellTarget ("_root.arrow2") { nextFrame(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.guy.knife)) { tellTarget ("_root.arrow2") { nextFrame(); }; } }
Instance of Symbol 119 MovieClip "arrow" in Frame 334
onClipEvent (enterFrame) { if (this.hitTest(_root.guy.shot)) { tellTarget ("_root.arrow") { nextFrame(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.guy.guy1)) { if (_root.lifes > 0) { _root.lifes = _root.lifes - 1; } } } onClipEvent (enterFrame) { if (this.hitTest(_root.guy.power1)) { tellTarget ("_root.arrow") { nextFrame(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.guy.power2)) { tellTarget ("_root.arrow") { nextFrame(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.guy.knife)) { tellTarget ("_root.arrow") { nextFrame(); }; } }
Instance of Symbol 38 MovieClip "mouse" in Frame 334
onClipEvent (load) { Mouse.hide(); } onClipEvent (mouseMove) { _x = _root._xmouse; _y = _root._ymouse; updateafterevent(); }
Frame 335
gotoAndPlay (334);
Frame 336
if (next.hitTest(_root.guy.guy1)) { _root.gotoAndPlay("mission3"); } if (_root.lifes < 1) { _root.gotoAndPlay("dead"); } x_diff = _root.arrow._x - _root.guy._x; y_diff = _root.arrow._y - _root.guy._y; radian = Math.atan2(y_diff, x_diff); degree = (radian * 180) / Math.PI; degree = Math.round(degree); setProperty("_root.arrow", _rotation , degree); setProperty("_root.arrow", _x , _root.arrow._x - (t * Math.cos(radian))); setProperty("_root.arrow", _y , _root.arrow._y - (t * Math.sin(radian))); setProperty("_root.fader", _rotation , degree); setProperty("_root.fader", _x , _root.arrow._x - (t * Math.cos(radian))); setProperty("_root.fader", _y , _root.arrow._y - (t * Math.sin(radian))); a_x = Math.round(_root.arrow._x); a_y = Math.round(_root.arrow._y); c_x = Math.round(_root.collision_clip._x); c_y = Math.round(_root.collision_clip._y); if ((a_x < (c_x + boundary)) and (a_x > (c_x - boundary))) { if ((a_y < (c_y + boundary)) and (a_y > (c_y - boundary))) { gotoAndStop ("youLose"); } } x_diff = _root.arrow1._x - _root.guy._x; y_diff = _root.arrow1._y - _root.guy._y; radian = Math.atan2(y_diff, x_diff); degree = (radian * 180) / Math.PI; degree = Math.round(degree); setProperty("_root.arrow1", _rotation , degree); setProperty("_root.arrow1", _x , _root.arrow1._x - (t2 * Math.cos(radian))); setProperty("_root.arrow1", _y , _root.arrow1._y - (t2 * Math.sin(radian))); a_x = Math.round(_root.arrow1._x); a_y = Math.round(_root.arrow1._y); c_x = Math.round(_root.collision_clip._x); c_y = Math.round(_root.collision_clip._y); if ((a_x < (c_x + boundary)) and (a_x > (c_x - boundary))) { if ((a_y < (c_y + boundary)) and (a_y > (c_y - boundary))) { gotoAndStop ("youLose"); } } x_diff = _root.arrow2._x - _root.guy._x; y_diff = _root.arrow2._y - _root.guy._y; radian = Math.atan2(y_diff, x_diff); degree = (radian * 180) / Math.PI; degree = Math.round(degree); setProperty("_root.arrow2", _rotation , degree); setProperty("_root.arrow2", _x , _root.arrow2._x - (t3 * Math.cos(radian))); setProperty("_root.arrow2", _y , _root.arrow2._y - (t3 * Math.sin(radian))); a_x = Math.round(_root.arrow2._x); a_y = Math.round(_root.arrow2._y); c_x = Math.round(_root.collision_clip._x); c_y = Math.round(_root.collision_clip._y); if ((a_x < (c_x + boundary)) and (a_x > (c_x - boundary))) { if ((a_y < (c_y + boundary)) and (a_y > (c_y - boundary))) { gotoAndStop ("youLose"); } } x_diff = _root.arrow3._x - _root.guy._x; y_diff = _root.arrow3._y - _root.guy._y; radian = Math.atan2(y_diff, x_diff); degree = (radian * 180) / Math.PI; degree = Math.round(degree); setProperty("_root.arrow3", _rotation , degree); setProperty("_root.arrow3", _x , _root.arrow3._x - (t4 * Math.cos(radian))); setProperty("_root.arrow3", _y , _root.arrow3._y - (t4 * Math.sin(radian))); a_x = Math.round(_root.arrow3._x); a_y = Math.round(_root.arrow3._y); c_x = Math.round(_root.collision_clip._x); c_y = Math.round(_root.collision_clip._y); if ((a_x < (c_x + boundary)) and (a_x > (c_x - boundary))) { if ((a_y < (c_y + boundary)) and (a_y > (c_y - boundary))) { gotoAndStop ("youLose"); } } x_diff = _root.arrow4._x - _root.guy._x; y_diff = _root.arrow4._y - _root.guy._y; radian = Math.atan2(y_diff, x_diff); degree = (radian * 180) / Math.PI; degree = Math.round(degree); setProperty("_root.arrow4", _rotation , degree); setProperty("_root.arrow4", _x , _root.arrow4._x - (t5 * Math.cos(radian))); setProperty("_root.arrow4", _y , _root.arrow4._y - (t5 * Math.sin(radian))); a_x = Math.round(_root.arrow4._x); a_y = Math.round(_root.arrow4._y); c_x = Math.round(_root.collision_clip._x); c_y = Math.round(_root.collision_clip._y); if ((a_x < (c_x + boundary)) and (a_x > (c_x - boundary))) { if ((a_y < (c_y + boundary)) and (a_y > (c_y - boundary))) { gotoAndStop ("youLose"); } } x_diff = _root.arrow5._x - _root.guy._x; y_diff = _root.arrow5._y - _root.guy._y; radian = Math.atan2(y_diff, x_diff); degree = (radian * 180) / Math.PI; degree = Math.round(degree); setProperty("_root.arrow5", _rotation , degree); setProperty("_root.arrow5", _x , _root.arrow5._x - (t6 * Math.cos(radian))); setProperty("_root.arrow5", _y , _root.arrow5._y - (t6 * Math.sin(radian))); a_x = Math.round(_root.arrow5._x); a_y = Math.round(_root.arrow5._y); c_x = Math.round(_root.collision_clip._x); c_y = Math.round(_root.collision_clip._y); if ((a_x < (c_x + boundary)) and (a_x > (c_x - boundary))) { if ((a_y < (c_y + boundary)) and (a_y > (c_y - boundary))) { gotoAndStop ("youLose"); } } function Bullet() { this.speed = 15; } _global.bullet_depth = 100; addBullet = function (x, y, rot) { _root.attachMovie("bullet", "bullet_" + _global.bullet_depth, _global.bullet_depth, {_x:x, _y:y, _rotation:rot}); _global.bullet_depth++; }; degToRad = function (deg) { rad = (Math.PI * deg) / 180; return(rad); }; radToDeg = function (rad) { deg = (rad * 180) / Math.PI; return(deg); }; Bullet.prototype = new MovieClip(); Bullet.prototype.onEnterFrame = function () { var _local3 = degToRad(this._rotation); this._x = this._x + (this.speed * Math.cos(_local3)); this._y = this._y + (this.speed * Math.sin(_local3)); if (((((this._x < 0) || (this._x > 550)) || (this._y < 0)) || (this._y > 400)) || (_root.walls.hitTest(this._x, this._y, true))) { this.removeMovieClip(); } }; Object.registerClass("bullet", Bullet);
Instance of Symbol 111 MovieClip "guy" in Frame 336
onClipEvent (load) { moveSpeed = 1.5; } onClipEvent (enterFrame) { if (Key.isDown(68)) { this._x = this._x + moveSpeed; } else if (Key.isDown(65)) { this._x = this._x - moveSpeed; } if (Key.isDown(83)) { this._y = this._y + moveSpeed; } else if (Key.isDown(87)) { this._y = this._y - moveSpeed; } this._rotation = _root.radToDeg(Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x)); } onClipEvent (mouseDown) { if (_root.reloading == 0) { tellTarget ("_root.guy") { gotoAndPlay (1); tellTarget ("_root.ammo") { nextFrame(); }; }; } }
Instance of Symbol 113 MovieClip in Frame 336
onClipEvent (enterFrame) { if (this.hitTest(_root.guy.guy1)) { _root.left = false; _root.guy._x = _root.guy._x + 1.5; } }
Instance of Symbol 113 MovieClip in Frame 336
onClipEvent (enterFrame) { if (this.hitTest(_root.guy.guy1)) { _root.right = false; _root.guy._x = _root.guy._x - 1.5; } }
Instance of Symbol 113 MovieClip in Frame 336
onClipEvent (enterFrame) { if (this.hitTest(_root.guy.guy1)) { _root.up = false; _root.guy._y = _root.guy._y + 1.5; } }
Instance of Symbol 113 MovieClip in Frame 336
onClipEvent (enterFrame) { if (this.hitTest(_root.guy.guy1)) { _root.down = false; _root.guy._y = _root.guy._y - 1.5; } }
Instance of Symbol 119 MovieClip "arrow1" in Frame 336
onClipEvent (enterFrame) { if (this.hitTest(_root.guy.shot)) { tellTarget ("_root.arrow1") { nextFrame(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.guy.guy1)) { if (_root.lifes > 0) { _root.lifes = _root.lifes - 1; } } } onClipEvent (enterFrame) { if (this.hitTest(_root.guy.power1)) { tellTarget ("_root.arrow1") { nextFrame(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.guy.power2)) { tellTarget ("_root.arrow1") { nextFrame(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.guy.knife)) { tellTarget ("_root.arrow1") { nextFrame(); }; } }
Instance of Symbol 119 MovieClip "arrow2" in Frame 336
onClipEvent (enterFrame) { if (this.hitTest(_root.guy.shot)) { tellTarget ("_root.arrow2") { nextFrame(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.guy.guy1)) { if (_root.lifes > 0) { _root.lifes = _root.lifes - 1; } } } onClipEvent (enterFrame) { if (this.hitTest(_root.guy.power1)) { tellTarget ("_root.arrow2") { nextFrame(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.guy.power2)) { tellTarget ("_root.arrow2") { nextFrame(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.guy.knife)) { tellTarget ("_root.arrow2") { nextFrame(); }; } }
Instance of Symbol 119 MovieClip "arrow" in Frame 336
onClipEvent (enterFrame) { if (this.hitTest(_root.guy.shot)) { tellTarget ("_root.arrow") { nextFrame(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.guy.guy1)) { if (_root.lifes > 0) { _root.lifes = _root.lifes - 1; } } } onClipEvent (enterFrame) { if (this.hitTest(_root.guy.power1)) { tellTarget ("_root.arrow") { nextFrame(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.guy.power2)) { tellTarget ("_root.arrow") { nextFrame(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.guy.knife)) { tellTarget ("_root.arrow") { nextFrame(); }; } }
Instance of Symbol 119 MovieClip "arrow3" in Frame 336
onClipEvent (enterFrame) { if (this.hitTest(_root.guy.shot)) { tellTarget ("_root.arrow3") { nextFrame(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.guy.guy1)) { if (_root.lifes > 0) { _root.lifes = _root.lifes - 1; } } } onClipEvent (enterFrame) { if (this.hitTest(_root.guy.power1)) { tellTarget ("_root.arrow3") { nextFrame(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.guy.power2)) { tellTarget ("_root.arrow3") { nextFrame(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.guy.knife)) { tellTarget ("_root.arrow3") { nextFrame(); }; } }
Instance of Symbol 119 MovieClip "arrow4" in Frame 336
onClipEvent (enterFrame) { if (this.hitTest(_root.guy.shot)) { tellTarget ("_root.arrow4") { nextFrame(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.guy.guy1)) { if (_root.lifes > 0) { _root.lifes = _root.lifes - 1; } } } onClipEvent (enterFrame) { if (this.hitTest(_root.guy.power1)) { tellTarget ("_root.arrow4") { nextFrame(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.guy.power2)) { tellTarget ("_root.arrow4") { nextFrame(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.guy.knife)) { tellTarget ("_root.arrow4") { nextFrame(); }; } }
Instance of Symbol 38 MovieClip "mouse" in Frame 336
onClipEvent (load) { Mouse.hide(); } onClipEvent (mouseMove) { _x = _root._xmouse; _y = _root._ymouse; updateafterevent(); }
Frame 337
gotoAndPlay (336);
Frame 338
if (next.hitTest(_root.guy.guy1)) { _root.gotoAndPlay("mission4"); } if (_root.lifes < 1) { _root.gotoAndPlay("dead"); } x_diff = _root.arrow._x - _root.guy._x; y_diff = _root.arrow._y - _root.guy._y; radian = Math.atan2(y_diff, x_diff); degree = (radian * 180) / Math.PI; degree = Math.round(degree); setProperty("_root.arrow", _rotation , degree); setProperty("_root.arrow", _x , _root.arrow._x - (t * Math.cos(radian))); setProperty("_root.arrow", _y , _root.arrow._y - (t * Math.sin(radian))); setProperty("_root.fader", _rotation , degree); setProperty("_root.fader", _x , _root.arrow._x - (t * Math.cos(radian))); setProperty("_root.fader", _y , _root.arrow._y - (t * Math.sin(radian))); a_x = Math.round(_root.arrow._x); a_y = Math.round(_root.arrow._y); c_x = Math.round(_root.collision_clip._x); c_y = Math.round(_root.collision_clip._y); if ((a_x < (c_x + boundary)) and (a_x > (c_x - boundary))) { if ((a_y < (c_y + boundary)) and (a_y > (c_y - boundary))) { gotoAndStop ("youLose"); } } x_diff = _root.arrow1._x - _root.guy._x; y_diff = _root.arrow1._y - _root.guy._y; radian = Math.atan2(y_diff, x_diff); degree = (radian * 180) / Math.PI; degree = Math.round(degree); setProperty("_root.arrow1", _rotation , degree); setProperty("_root.arrow1", _x , _root.arrow1._x - (t2 * Math.cos(radian))); setProperty("_root.arrow1", _y , _root.arrow1._y - (t2 * Math.sin(radian))); a_x = Math.round(_root.arrow1._x); a_y = Math.round(_root.arrow1._y); c_x = Math.round(_root.collision_clip._x); c_y = Math.round(_root.collision_clip._y); if ((a_x < (c_x + boundary)) and (a_x > (c_x - boundary))) { if ((a_y < (c_y + boundary)) and (a_y > (c_y - boundary))) { gotoAndStop ("youLose"); } } x_diff = _root.arrow2._x - _root.guy._x; y_diff = _root.arrow2._y - _root.guy._y; radian = Math.atan2(y_diff, x_diff); degree = (radian * 180) / Math.PI; degree = Math.round(degree); setProperty("_root.arrow2", _rotation , degree); setProperty("_root.arrow2", _x , _root.arrow2._x - (t3 * Math.cos(radian))); setProperty("_root.arrow2", _y , _root.arrow2._y - (t3 * Math.sin(radian))); a_x = Math.round(_root.arrow2._x); a_y = Math.round(_root.arrow2._y); c_x = Math.round(_root.collision_clip._x); c_y = Math.round(_root.collision_clip._y); if ((a_x < (c_x + boundary)) and (a_x > (c_x - boundary))) { if ((a_y < (c_y + boundary)) and (a_y > (c_y - boundary))) { gotoAndStop ("youLose"); } } x_diff = _root.arrow3._x - _root.guy._x; y_diff = _root.arrow3._y - _root.guy._y; radian = Math.atan2(y_diff, x_diff); degree = (radian * 180) / Math.PI; degree = Math.round(degree); setProperty("_root.arrow3", _rotation , degree); setProperty("_root.arrow3", _x , _root.arrow3._x - (t4 * Math.cos(radian))); setProperty("_root.arrow3", _y , _root.arrow3._y - (t4 * Math.sin(radian))); a_x = Math.round(_root.arrow3._x); a_y = Math.round(_root.arrow3._y); c_x = Math.round(_root.collision_clip._x); c_y = Math.round(_root.collision_clip._y); if ((a_x < (c_x + boundary)) and (a_x > (c_x - boundary))) { if ((a_y < (c_y + boundary)) and (a_y > (c_y - boundary))) { gotoAndStop ("youLose"); } } x_diff = _root.arrow4._x - _root.guy._x; y_diff = _root.arrow4._y - _root.guy._y; radian = Math.atan2(y_diff, x_diff); degree = (radian * 180) / Math.PI; degree = Math.round(degree); setProperty("_root.arrow4", _rotation , degree); setProperty("_root.arrow4", _x , _root.arrow4._x - (t5 * Math.cos(radian))); setProperty("_root.arrow4", _y , _root.arrow4._y - (t5 * Math.sin(radian))); a_x = Math.round(_root.arrow4._x); a_y = Math.round(_root.arrow4._y); c_x = Math.round(_root.collision_clip._x); c_y = Math.round(_root.collision_clip._y); if ((a_x < (c_x + boundary)) and (a_x > (c_x - boundary))) { if ((a_y < (c_y + boundary)) and (a_y > (c_y - boundary))) { gotoAndStop ("youLose"); } } x_diff = _root.arrow5._x - _root.guy._x; y_diff = _root.arrow5._y - _root.guy._y; radian = Math.atan2(y_diff, x_diff); degree = (radian * 180) / Math.PI; degree = Math.round(degree); setProperty("_root.arrow5", _rotation , degree); setProperty("_root.arrow5", _x , _root.arrow5._x - (t6 * Math.cos(radian))); setProperty("_root.arrow5", _y , _root.arrow5._y - (t6 * Math.sin(radian))); a_x = Math.round(_root.arrow5._x); a_y = Math.round(_root.arrow5._y); c_x = Math.round(_root.collision_clip._x); c_y = Math.round(_root.collision_clip._y); if ((a_x < (c_x + boundary)) and (a_x > (c_x - boundary))) { if ((a_y < (c_y + boundary)) and (a_y > (c_y - boundary))) { gotoAndStop ("youLose"); } } function Bullet() { this.speed = 15; } _global.bullet_depth = 100; addBullet = function (x, y, rot) { _root.attachMovie("bullet", "bullet_" + _global.bullet_depth, _global.bullet_depth, {_x:x, _y:y, _rotation:rot}); _global.bullet_depth++; }; degToRad = function (deg) { rad = (Math.PI * deg) / 180; return(rad); }; radToDeg = function (rad) { deg = (rad * 180) / Math.PI; return(deg); }; Bullet.prototype = new MovieClip(); Bullet.prototype.onEnterFrame = function () { var _local3 = degToRad(this._rotation); this._x = this._x + (this.speed * Math.cos(_local3)); this._y = this._y + (this.speed * Math.sin(_local3)); if (((((this._x < 0) || (this._x > 550)) || (this._y < 0)) || (this._y > 400)) || (_root.walls.hitTest(this._x, this._y, true))) { this.removeMovieClip(); } }; Object.registerClass("bullet", Bullet);
Instance of Symbol 111 MovieClip "guy" in Frame 338
onClipEvent (load) { moveSpeed = 1.5; } onClipEvent (enterFrame) { if (Key.isDown(68)) { this._x = this._x + moveSpeed; } else if (Key.isDown(65)) { this._x = this._x - moveSpeed; } if (Key.isDown(83)) { this._y = this._y + moveSpeed; } else if (Key.isDown(87)) { this._y = this._y - moveSpeed; } this._rotation = _root.radToDeg(Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x)); } onClipEvent (mouseDown) { if (_root.reloading == 0) { tellTarget ("_root.guy") { gotoAndPlay (1); tellTarget ("_root.ammo") { nextFrame(); }; }; } }
Instance of Symbol 113 MovieClip in Frame 338
onClipEvent (enterFrame) { if (this.hitTest(_root.guy.guy1)) { _root.left = false; _root.guy._x = _root.guy._x + 1.5; } }
Instance of Symbol 113 MovieClip in Frame 338
onClipEvent (enterFrame) { if (this.hitTest(_root.guy.guy1)) { _root.right = false; _root.guy._x = _root.guy._x - 1.5; } }
Instance of Symbol 113 MovieClip in Frame 338
onClipEvent (enterFrame) { if (this.hitTest(_root.guy.guy1)) { _root.up = false; _root.guy._y = _root.guy._y + 1.5; } }
Instance of Symbol 113 MovieClip in Frame 338
onClipEvent (enterFrame) { if (this.hitTest(_root.guy.guy1)) { _root.down = false; _root.guy._y = _root.guy._y - 1.5; } }
Instance of Symbol 119 MovieClip "arrow1" in Frame 338
onClipEvent (enterFrame) { if (this.hitTest(_root.guy.shot)) { tellTarget ("_root.arrow1") { nextFrame(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.guy.guy1)) { if (_root.lifes > 0) { _root.lifes = _root.lifes - 1; } } } onClipEvent (enterFrame) { if (this.hitTest(_root.guy.power1)) { tellTarget ("_root.arrow1") { nextFrame(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.guy.power2)) { tellTarget ("_root.arrow1") { nextFrame(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.guy.knife)) { tellTarget ("_root.arrow1") { nextFrame(); }; } }
Instance of Symbol 119 MovieClip "arrow2" in Frame 338
onClipEvent (enterFrame) { if (this.hitTest(_root.guy.shot)) { tellTarget ("_root.arrow2") { nextFrame(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.guy.guy1)) { if (_root.lifes > 0) { _root.lifes = _root.lifes - 1; } } } onClipEvent (enterFrame) { if (this.hitTest(_root.guy.power1)) { tellTarget ("_root.arrow2") { nextFrame(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.guy.power2)) { tellTarget ("_root.arrow2") { nextFrame(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.guy.knife)) { tellTarget ("_root.arrow2") { nextFrame(); }; } }
Instance of Symbol 119 MovieClip "arrow" in Frame 338
onClipEvent (enterFrame) { if (this.hitTest(_root.guy.shot)) { tellTarget ("_root.arrow") { nextFrame(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.guy.guy1)) { if (_root.lifes > 0) { _root.lifes = _root.lifes - 1; } } } onClipEvent (enterFrame) { if (this.hitTest(_root.guy.power1)) { tellTarget ("_root.arrow") { nextFrame(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.guy.power2)) { tellTarget ("_root.arrow") { nextFrame(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.guy.knife)) { tellTarget ("_root.arrow") { nextFrame(); }; } }
Instance of Symbol 119 MovieClip "arrow4" in Frame 338
onClipEvent (enterFrame) { if (this.hitTest(_root.guy.shot)) { tellTarget ("_root.arrow4") { nextFrame(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.guy.guy1)) { if (_root.lifes > 0) { _root.lifes = _root.lifes - 1; } } } onClipEvent (enterFrame) { if (this.hitTest(_root.guy.power1)) { tellTarget ("_root.arrow4") { nextFrame(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.guy.power2)) { tellTarget ("_root.arrow4") { nextFrame(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.guy.knife)) { tellTarget ("_root.arrow4") { nextFrame(); }; } }
Instance of Symbol 119 MovieClip "arrow3" in Frame 338
onClipEvent (enterFrame) { if (this.hitTest(_root.guy.shot)) { tellTarget ("_root.arrow3") { nextFrame(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.guy.guy1)) { if (_root.lifes > 0) { _root.lifes = _root.lifes - 1; } } } onClipEvent (enterFrame) { if (this.hitTest(_root.guy.power1)) { tellTarget ("_root.arrow3") { nextFrame(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.guy.power2)) { tellTarget ("_root.arrow3") { nextFrame(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.guy.knife)) { tellTarget ("_root.arrow3") { nextFrame(); }; } }
Instance of Symbol 38 MovieClip "mouse" in Frame 338
onClipEvent (load) { Mouse.hide(); } onClipEvent (mouseMove) { _x = _root._xmouse; _y = _root._ymouse; updateafterevent(); }
Frame 339
gotoAndPlay (338);
Frame 340
if (next.hitTest(_root.guy.guy1)) { _root.gotoAndPlay("mission5"); } if (_root.lifes < 1) { _root.gotoAndPlay("dead"); } x_diff = _root.arrow._x - _root.guy._x; y_diff = _root.arrow._y - _root.guy._y; radian = Math.atan2(y_diff, x_diff); degree = (radian * 180) / Math.PI; degree = Math.round(degree); setProperty("_root.arrow", _rotation , degree); setProperty("_root.arrow", _x , _root.arrow._x - (t * Math.cos(radian))); setProperty("_root.arrow", _y , _root.arrow._y - (t * Math.sin(radian))); setProperty("_root.fader", _rotation , degree); setProperty("_root.fader", _x , _root.arrow._x - (t * Math.cos(radian))); setProperty("_root.fader", _y , _root.arrow._y - (t * Math.sin(radian))); a_x = Math.round(_root.arrow._x); a_y = Math.round(_root.arrow._y); c_x = Math.round(_root.collision_clip._x); c_y = Math.round(_root.collision_clip._y); if ((a_x < (c_x + boundary)) and (a_x > (c_x - boundary))) { if ((a_y < (c_y + boundary)) and (a_y > (c_y - boundary))) { gotoAndStop ("youLose"); } } x_diff = _root.arrow1._x - _root.guy._x; y_diff = _root.arrow1._y - _root.guy._y; radian = Math.atan2(y_diff, x_diff); degree = (radian * 180) / Math.PI; degree = Math.round(degree); setProperty("_root.arrow1", _rotation , degree); setProperty("_root.arrow1", _x , _root.arrow1._x - (t2 * Math.cos(radian))); setProperty("_root.arrow1", _y , _root.arrow1._y - (t2 * Math.sin(radian))); a_x = Math.round(_root.arrow1._x); a_y = Math.round(_root.arrow1._y); c_x = Math.round(_root.collision_clip._x); c_y = Math.round(_root.collision_clip._y); if ((a_x < (c_x + boundary)) and (a_x > (c_x - boundary))) { if ((a_y < (c_y + boundary)) and (a_y > (c_y - boundary))) { gotoAndStop ("youLose"); } } x_diff = _root.arrow2._x - _root.guy._x; y_diff = _root.arrow2._y - _root.guy._y; radian = Math.atan2(y_diff, x_diff); degree = (radian * 180) / Math.PI; degree = Math.round(degree); setProperty("_root.arrow2", _rotation , degree); setProperty("_root.arrow2", _x , _root.arrow2._x - (t3 * Math.cos(radian))); setProperty("_root.arrow2", _y , _root.arrow2._y - (t3 * Math.sin(radian))); a_x = Math.round(_root.arrow2._x); a_y = Math.round(_root.arrow2._y); c_x = Math.round(_root.collision_clip._x); c_y = Math.round(_root.collision_clip._y); if ((a_x < (c_x + boundary)) and (a_x > (c_x - boundary))) { if ((a_y < (c_y + boundary)) and (a_y > (c_y - boundary))) { gotoAndStop ("youLose"); } } x_diff = _root.arrow3._x - _root.guy._x; y_diff = _root.arrow3._y - _root.guy._y; radian = Math.atan2(y_diff, x_diff); degree = (radian * 180) / Math.PI; degree = Math.round(degree); setProperty("_root.arrow3", _rotation , degree); setProperty("_root.arrow3", _x , _root.arrow3._x - (t4 * Math.cos(radian))); setProperty("_root.arrow3", _y , _root.arrow3._y - (t4 * Math.sin(radian))); a_x = Math.round(_root.arrow3._x); a_y = Math.round(_root.arrow3._y); c_x = Math.round(_root.collision_clip._x); c_y = Math.round(_root.collision_clip._y); if ((a_x < (c_x + boundary)) and (a_x > (c_x - boundary))) { if ((a_y < (c_y + boundary)) and (a_y > (c_y - boundary))) { gotoAndStop ("youLose"); } } x_diff = _root.arrow4._x - _root.guy._x; y_diff = _root.arrow4._y - _root.guy._y; radian = Math.atan2(y_diff, x_diff); degree = (radian * 180) / Math.PI; degree = Math.round(degree); setProperty("_root.arrow4", _rotation , degree); setProperty("_root.arrow4", _x , _root.arrow4._x - (t5 * Math.cos(radian))); setProperty("_root.arrow4", _y , _root.arrow4._y - (t5 * Math.sin(radian))); a_x = Math.round(_root.arrow4._x); a_y = Math.round(_root.arrow4._y); c_x = Math.round(_root.collision_clip._x); c_y = Math.round(_root.collision_clip._y); if ((a_x < (c_x + boundary)) and (a_x > (c_x - boundary))) { if ((a_y < (c_y + boundary)) and (a_y > (c_y - boundary))) { gotoAndStop ("youLose"); } } x_diff = _root.arrow5._x - _root.guy._x; y_diff = _root.arrow5._y - _root.guy._y; radian = Math.atan2(y_diff, x_diff); degree = (radian * 180) / Math.PI; degree = Math.round(degree); setProperty("_root.arrow5", _rotation , degree); setProperty("_root.arrow5", _x , _root.arrow5._x - (t6 * Math.cos(radian))); setProperty("_root.arrow5", _y , _root.arrow5._y - (t6 * Math.sin(radian))); a_x = Math.round(_root.arrow5._x); a_y = Math.round(_root.arrow5._y); c_x = Math.round(_root.collision_clip._x); c_y = Math.round(_root.collision_clip._y); if ((a_x < (c_x + boundary)) and (a_x > (c_x - boundary))) { if ((a_y < (c_y + boundary)) and (a_y > (c_y - boundary))) { gotoAndStop ("youLose"); } } function Bullet() { this.speed = 15; } _global.bullet_depth = 100; addBullet = function (x, y, rot) { _root.attachMovie("bullet", "bullet_" + _global.bullet_depth, _global.bullet_depth, {_x:x, _y:y, _rotation:rot}); _global.bullet_depth++; }; degToRad = function (deg) { rad = (Math.PI * deg) / 180; return(rad); }; radToDeg = function (rad) { deg = (rad * 180) / Math.PI; return(deg); }; Bullet.prototype = new MovieClip(); Bullet.prototype.onEnterFrame = function () { var _local3 = degToRad(this._rotation); this._x = this._x + (this.speed * Math.cos(_local3)); this._y = this._y + (this.speed * Math.sin(_local3)); if (((((this._x < 0) || (this._x > 550)) || (this._y < 0)) || (this._y > 400)) || (_root.walls.hitTest(this._x, this._y, true))) { this.removeMovieClip(); } }; Object.registerClass("bullet", Bullet);
Instance of Symbol 111 MovieClip "guy" in Frame 340
onClipEvent (load) { moveSpeed = 1.5; } onClipEvent (enterFrame) { if (Key.isDown(68)) { this._x = this._x + moveSpeed; } else if (Key.isDown(65)) { this._x = this._x - moveSpeed; } if (Key.isDown(83)) { this._y = this._y + moveSpeed; } else if (Key.isDown(87)) { this._y = this._y - moveSpeed; } this._rotation = _root.radToDeg(Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x)); } onClipEvent (mouseDown) { if (_root.reloading == 0) { tellTarget ("_root.guy") { gotoAndPlay (1); tellTarget ("_root.ammo") { nextFrame(); }; }; } }
Instance of Symbol 113 MovieClip in Frame 340
onClipEvent (enterFrame) { if (this.hitTest(_root.guy.guy1)) { _root.left = false; _root.guy._x = _root.guy._x + 1.5; } }
Instance of Symbol 113 MovieClip in Frame 340
onClipEvent (enterFrame) { if (this.hitTest(_root.guy.guy1)) { _root.right = false; _root.guy._x = _root.guy._x - 1.5; } }
Instance of Symbol 113 MovieClip in Frame 340
onClipEvent (enterFrame) { if (this.hitTest(_root.guy.guy1)) { _root.up = false; _root.guy._y = _root.guy._y + 1.5; } }
Instance of Symbol 113 MovieClip in Frame 340
onClipEvent (enterFrame) { if (this.hitTest(_root.guy.guy1)) { _root.down = false; _root.guy._y = _root.guy._y - 1.5; } }
Instance of Symbol 119 MovieClip "arrow1" in Frame 340
onClipEvent (enterFrame) { if (this.hitTest(_root.guy.shot)) { tellTarget ("_root.arrow1") { nextFrame(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.guy.guy1)) { if (_root.lifes > 0) { _root.lifes = _root.lifes - 1; } } } onClipEvent (enterFrame) { if (this.hitTest(_root.guy.power1)) { tellTarget ("_root.arrow1") { nextFrame(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.guy.power2)) { tellTarget ("_root.arrow1") { nextFrame(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.guy.knife)) { tellTarget ("_root.arrow1") { nextFrame(); }; } }
Instance of Symbol 119 MovieClip "arrow2" in Frame 340
onClipEvent (enterFrame) { if (this.hitTest(_root.guy.shot)) { tellTarget ("_root.arrow2") { nextFrame(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.guy.guy1)) { if (_root.lifes > 0) { _root.lifes = _root.lifes - 1; } } } onClipEvent (enterFrame) { if (this.hitTest(_root.guy.power1)) { tellTarget ("_root.arrow2") { nextFrame(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.guy.power2)) { tellTarget ("_root.arrow2") { nextFrame(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.guy.knife)) { tellTarget ("_root.arrow2") { nextFrame(); }; } }
Instance of Symbol 119 MovieClip "arrow" in Frame 340
onClipEvent (enterFrame) { if (this.hitTest(_root.guy.shot)) { tellTarget ("_root.arrow") { nextFrame(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.guy.guy1)) { if (_root.lifes > 0) { _root.lifes = _root.lifes - 1; } } } onClipEvent (enterFrame) { if (this.hitTest(_root.guy.power1)) { tellTarget ("_root.arrow") { nextFrame(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.guy.power2)) { tellTarget ("_root.arrow") { nextFrame(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.guy.knife)) { tellTarget ("_root.arrow") { nextFrame(); }; } }
Instance of Symbol 119 MovieClip "arrow3" in Frame 340
onClipEvent (enterFrame) { if (this.hitTest(_root.guy.shot)) { tellTarget ("_root.arrow3") { nextFrame(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.guy.guy1)) { if (_root.lifes > 0) { _root.lifes = _root.lifes - 1; } } } onClipEvent (enterFrame) { if (this.hitTest(_root.guy.power1)) { tellTarget ("_root.arrow3") { nextFrame(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.guy.power2)) { tellTarget ("_root.arrow3") { nextFrame(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.guy.knife)) { tellTarget ("_root.arrow3") { nextFrame(); }; } }
Instance of Symbol 119 MovieClip "arrow4" in Frame 340
onClipEvent (enterFrame) { if (this.hitTest(_root.guy.shot)) { tellTarget ("_root.arrow4") { nextFrame(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.guy.guy1)) { if (_root.lifes > 0) { _root.lifes = _root.lifes - 1; } } } onClipEvent (enterFrame) { if (this.hitTest(_root.guy.power1)) { tellTarget ("_root.arrow4") { nextFrame(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.guy.power2)) { tellTarget ("_root.arrow4") { nextFrame(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.guy.knife)) { tellTarget ("_root.arrow4") { nextFrame(); }; } }
Instance of Symbol 119 MovieClip "arrow5" in Frame 340
onClipEvent (enterFrame) { if (this.hitTest(_root.guy.shot)) { tellTarget ("_root.arrow5") { nextFrame(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.guy.guy1)) { if (_root.lifes > 0) { _root.lifes = _root.lifes - 1; } } } onClipEvent (enterFrame) { if (this.hitTest(_root.guy.power1)) { tellTarget ("_root.arrow5") { nextFrame(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.guy.power2)) { tellTarget ("_root.arrow5") { nextFrame(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.guy.knife)) { tellTarget ("_root.arrow5") { nextFrame(); }; } }
Instance of Symbol 38 MovieClip "mouse" in Frame 340
onClipEvent (load) { Mouse.hide(); } onClipEvent (mouseMove) { _x = _root._xmouse; _y = _root._ymouse; updateafterevent(); }
Frame 341
gotoAndPlay (340);
Frame 342
if (next.hitTest(_root.guy.guy1)) { _root.gotoAndPlay("mission6"); } if (_root.lifes < 1) { _root.gotoAndPlay("dead"); } x_diff = _root.arrow._x - _root.guy._x; y_diff = _root.arrow._y - _root.guy._y; radian = Math.atan2(y_diff, x_diff); degree = (radian * 180) / Math.PI; degree = Math.round(degree); setProperty("_root.arrow", _rotation , degree); setProperty("_root.arrow", _x , _root.arrow._x - (t * Math.cos(radian))); setProperty("_root.arrow", _y , _root.arrow._y - (t * Math.sin(radian))); setProperty("_root.fader", _rotation , degree); setProperty("_root.fader", _x , _root.arrow._x - (t * Math.cos(radian))); setProperty("_root.fader", _y , _root.arrow._y - (t * Math.sin(radian))); a_x = Math.round(_root.arrow._x); a_y = Math.round(_root.arrow._y); c_x = Math.round(_root.collision_clip._x); c_y = Math.round(_root.collision_clip._y); if ((a_x < (c_x + boundary)) and (a_x > (c_x - boundary))) { if ((a_y < (c_y + boundary)) and (a_y > (c_y - boundary))) { gotoAndStop ("youLose"); } } x_diff = _root.arrow1._x - _root.guy._x; y_diff = _root.arrow1._y - _root.guy._y; radian = Math.atan2(y_diff, x_diff); degree = (radian * 180) / Math.PI; degree = Math.round(degree); setProperty("_root.arrow1", _rotation , degree); setProperty("_root.arrow1", _x , _root.arrow1._x - (t2 * Math.cos(radian))); setProperty("_root.arrow1", _y , _root.arrow1._y - (t2 * Math.sin(radian))); a_x = Math.round(_root.arrow1._x); a_y = Math.round(_root.arrow1._y); c_x = Math.round(_root.collision_clip._x); c_y = Math.round(_root.collision_clip._y); if ((a_x < (c_x + boundary)) and (a_x > (c_x - boundary))) { if ((a_y < (c_y + boundary)) and (a_y > (c_y - boundary))) { gotoAndStop ("youLose"); } } x_diff = _root.arrow2._x - _root.guy._x; y_diff = _root.arrow2._y - _root.guy._y; radian = Math.atan2(y_diff, x_diff); degree = (radian * 180) / Math.PI; degree = Math.round(degree); setProperty("_root.arrow2", _rotation , degree); setProperty("_root.arrow2", _x , _root.arrow2._x - (t3 * Math.cos(radian))); setProperty("_root.arrow2", _y , _root.arrow2._y - (t3 * Math.sin(radian))); a_x = Math.round(_root.arrow2._x); a_y = Math.round(_root.arrow2._y); c_x = Math.round(_root.collision_clip._x); c_y = Math.round(_root.collision_clip._y); if ((a_x < (c_x + boundary)) and (a_x > (c_x - boundary))) { if ((a_y < (c_y + boundary)) and (a_y > (c_y - boundary))) { gotoAndStop ("youLose"); } } x_diff = _root.arrow3._x - _root.guy._x; y_diff = _root.arrow3._y - _root.guy._y; radian = Math.atan2(y_diff, x_diff); degree = (radian * 180) / Math.PI; degree = Math.round(degree); setProperty("_root.arrow3", _rotation , degree); setProperty("_root.arrow3", _x , _root.arrow3._x - (t4 * Math.cos(radian))); setProperty("_root.arrow3", _y , _root.arrow3._y - (t4 * Math.sin(radian))); a_x = Math.round(_root.arrow3._x); a_y = Math.round(_root.arrow3._y); c_x = Math.round(_root.collision_clip._x); c_y = Math.round(_root.collision_clip._y); if ((a_x < (c_x + boundary)) and (a_x > (c_x - boundary))) { if ((a_y < (c_y + boundary)) and (a_y > (c_y - boundary))) { gotoAndStop ("youLose"); } } x_diff = _root.arrow4._x - _root.guy._x; y_diff = _root.arrow4._y - _root.guy._y; radian = Math.atan2(y_diff, x_diff); degree = (radian * 180) / Math.PI; degree = Math.round(degree); setProperty("_root.arrow4", _rotation , degree); setProperty("_root.arrow4", _x , _root.arrow4._x - (t5 * Math.cos(radian))); setProperty("_root.arrow4", _y , _root.arrow4._y - (t5 * Math.sin(radian))); a_x = Math.round(_root.arrow4._x); a_y = Math.round(_root.arrow4._y); c_x = Math.round(_root.collision_clip._x); c_y = Math.round(_root.collision_clip._y); if ((a_x < (c_x + boundary)) and (a_x > (c_x - boundary))) { if ((a_y < (c_y + boundary)) and (a_y > (c_y - boundary))) { gotoAndStop ("youLose"); } } x_diff = _root.arrow5._x - _root.guy._x; y_diff = _root.arrow5._y - _root.guy._y; radian = Math.atan2(y_diff, x_diff); degree = (radian * 180) / Math.PI; degree = Math.round(degree); setProperty("_root.arrow5", _rotation , degree); setProperty("_root.arrow5", _x , _root.arrow5._x - (t6 * Math.cos(radian))); setProperty("_root.arrow5", _y , _root.arrow5._y - (t6 * Math.sin(radian))); a_x = Math.round(_root.arrow5._x); a_y = Math.round(_root.arrow5._y); c_x = Math.round(_root.collision_clip._x); c_y = Math.round(_root.collision_clip._y); if ((a_x < (c_x + boundary)) and (a_x > (c_x - boundary))) { if ((a_y < (c_y + boundary)) and (a_y > (c_y - boundary))) { gotoAndStop ("youLose"); } } function Bullet() { this.speed = 15; } _global.bullet_depth = 100; addBullet = function (x, y, rot) { _root.attachMovie("bullet", "bullet_" + _global.bullet_depth, _global.bullet_depth, {_x:x, _y:y, _rotation:rot}); _global.bullet_depth++; }; degToRad = function (deg) { rad = (Math.PI * deg) / 180; return(rad); }; radToDeg = function (rad) { deg = (rad * 180) / Math.PI; return(deg); }; Bullet.prototype = new MovieClip(); Bullet.prototype.onEnterFrame = function () { var _local3 = degToRad(this._rotation); this._x = this._x + (this.speed * Math.cos(_local3)); this._y = this._y + (this.speed * Math.sin(_local3)); if (((((this._x < 0) || (this._x > 550)) || (this._y < 0)) || (this._y > 400)) || (_root.walls.hitTest(this._x, this._y, true))) { this.removeMovieClip(); } }; Object.registerClass("bullet", Bullet);
Instance of Symbol 111 MovieClip "guy" in Frame 342
onClipEvent (load) { moveSpeed = 1.5; } onClipEvent (enterFrame) { if (Key.isDown(68)) { this._x = this._x + moveSpeed; } else if (Key.isDown(65)) { this._x = this._x - moveSpeed; } if (Key.isDown(83)) { this._y = this._y + moveSpeed; } else if (Key.isDown(87)) { this._y = this._y - moveSpeed; } this._rotation = _root.radToDeg(Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x)); } onClipEvent (mouseDown) { if (_root.reloading == 0) { tellTarget ("_root.guy") { gotoAndPlay (1); tellTarget ("_root.ammo") { nextFrame(); }; }; } }
Instance of Symbol 113 MovieClip in Frame 342
onClipEvent (enterFrame) { if (this.hitTest(_root.guy.guy1)) { _root.left = false; _root.guy._x = _root.guy._x + 1.5; } }
Instance of Symbol 113 MovieClip in Frame 342
onClipEvent (enterFrame) { if (this.hitTest(_root.guy.guy1)) { _root.right = false; _root.guy._x = _root.guy._x - 1.5; } }
Instance of Symbol 113 MovieClip in Frame 342
onClipEvent (enterFrame) { if (this.hitTest(_root.guy.guy1)) { _root.up = false; _root.guy._y = _root.guy._y + 1.5; } }
Instance of Symbol 113 MovieClip in Frame 342
onClipEvent (enterFrame) { if (this.hitTest(_root.guy.guy1)) { _root.down = false; _root.guy._y = _root.guy._y - 1.5; } }
Instance of Symbol 119 MovieClip "arrow1" in Frame 342
onClipEvent (enterFrame) { if (this.hitTest(_root.guy.shot)) { tellTarget ("_root.arrow1") { nextFrame(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.guy.guy1)) { if (_root.lifes > 0) { _root.lifes = _root.lifes - 1; } } } onClipEvent (enterFrame) { if (this.hitTest(_root.guy.power1)) { tellTarget ("_root.arrow1") { nextFrame(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.guy.power2)) { tellTarget ("_root.arrow1") { nextFrame(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.guy.knife)) { tellTarget ("_root.arrow1") { nextFrame(); }; } }
Instance of Symbol 119 MovieClip "arrow2" in Frame 342
onClipEvent (enterFrame) { if (this.hitTest(_root.guy.shot)) { tellTarget ("_root.arrow2") { nextFrame(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.guy.guy1)) { if (_root.lifes > 0) { _root.lifes = _root.lifes - 1; } } } onClipEvent (enterFrame) { if (this.hitTest(_root.guy.power1)) { tellTarget ("_root.arrow2") { nextFrame(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.guy.power2)) { tellTarget ("_root.arrow2") { nextFrame(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.guy.knife)) { tellTarget ("_root.arrow2") { nextFrame(); }; } }
Instance of Symbol 119 MovieClip "arrow" in Frame 342
onClipEvent (enterFrame) { if (this.hitTest(_root.guy.shot)) { tellTarget ("_root.arrow") { nextFrame(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.guy.guy1)) { if (_root.lifes > 0) { _root.lifes = _root.lifes - 1; } } } onClipEvent (enterFrame) { if (this.hitTest(_root.guy.power1)) { tellTarget ("_root.arrow") { nextFrame(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.guy.power2)) { tellTarget ("_root.arrow") { nextFrame(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.guy.knife)) { tellTarget ("_root.arrow") { nextFrame(); }; } }
Instance of Symbol 119 MovieClip "arrow3" in Frame 342
onClipEvent (enterFrame) { if (this.hitTest(_root.guy.shot)) { tellTarget ("_root.arrow3") { nextFrame(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.guy.guy1)) { if (_root.lifes > 0) { _root.lifes = _root.lifes - 1; } } } onClipEvent (enterFrame) { if (this.hitTest(_root.guy.power1)) { tellTarget ("_root.arrow3") { nextFrame(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.guy.power2)) { tellTarget ("_root.arrow3") { nextFrame(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.guy.knife)) { tellTarget ("_root.arrow3") { nextFrame(); }; } }
Instance of Symbol 119 MovieClip "arrow5" in Frame 342
onClipEvent (enterFrame) { if (this.hitTest(_root.guy.shot)) { tellTarget ("_root.arrow5") { nextFrame(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.guy.guy1)) { if (_root.lifes > 0) { _root.lifes = _root.lifes - 1; } } } onClipEvent (enterFrame) { if (this.hitTest(_root.guy.power1)) { tellTarget ("_root.arrow5") { nextFrame(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.guy.power2)) { tellTarget ("_root.arrow5") { nextFrame(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.guy.knife)) { tellTarget ("_root.arrow5") { nextFrame(); }; } }
Instance of Symbol 119 MovieClip "arrow4" in Frame 342
onClipEvent (enterFrame) { if (this.hitTest(_root.guy.shot)) { tellTarget ("_root.arrow4") { nextFrame(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.guy.guy1)) { if (_root.lifes > 0) { _root.lifes = _root.lifes - 1; } } } onClipEvent (enterFrame) { if (this.hitTest(_root.guy.power1)) { tellTarget ("_root.arrow4") { nextFrame(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.guy.power2)) { tellTarget ("_root.arrow4") { nextFrame(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.guy.knife)) { tellTarget ("_root.arrow4") { nextFrame(); }; } }
Instance of Symbol 38 MovieClip "mouse" in Frame 342
onClipEvent (load) { Mouse.hide(); } onClipEvent (mouseMove) { _x = _root._xmouse; _y = _root._ymouse; updateafterevent(); }
Frame 343
gotoAndPlay (342);
Frame 344
if (next.hitTest(_root.guy.guy1)) { _root.gotoAndPlay("mission7"); } if (_root.lifes < 1) { _root.gotoAndPlay("dead"); } x_diff = _root.arrow._x - _root.guy._x; y_diff = _root.arrow._y - _root.guy._y; radian = Math.atan2(y_diff, x_diff); degree = (radian * 180) / Math.PI; degree = Math.round(degree); setProperty("_root.arrow", _rotation , degree); setProperty("_root.arrow", _x , _root.arrow._x - (t * Math.cos(radian))); setProperty("_root.arrow", _y , _root.arrow._y - (t * Math.sin(radian))); setProperty("_root.fader", _rotation , degree); setProperty("_root.fader", _x , _root.arrow._x - (t * Math.cos(radian))); setProperty("_root.fader", _y , _root.arrow._y - (t * Math.sin(radian))); a_x = Math.round(_root.arrow._x); a_y = Math.round(_root.arrow._y); c_x = Math.round(_root.collision_clip._x); c_y = Math.round(_root.collision_clip._y); if ((a_x < (c_x + boundary)) and (a_x > (c_x - boundary))) { if ((a_y < (c_y + boundary)) and (a_y > (c_y - boundary))) { gotoAndStop ("youLose"); } } x_diff = _root.arrow1._x - _root.guy._x; y_diff = _root.arrow1._y - _root.guy._y; radian = Math.atan2(y_diff, x_diff); degree = (radian * 180) / Math.PI; degree = Math.round(degree); setProperty("_root.arrow1", _rotation , degree); setProperty("_root.arrow1", _x , _root.arrow1._x - (t2 * Math.cos(radian))); setProperty("_root.arrow1", _y , _root.arrow1._y - (t2 * Math.sin(radian))); a_x = Math.round(_root.arrow1._x); a_y = Math.round(_root.arrow1._y); c_x = Math.round(_root.collision_clip._x); c_y = Math.round(_root.collision_clip._y); if ((a_x < (c_x + boundary)) and (a_x > (c_x - boundary))) { if ((a_y < (c_y + boundary)) and (a_y > (c_y - boundary))) { gotoAndStop ("youLose"); } } x_diff = _root.arrow2._x - _root.guy._x; y_diff = _root.arrow2._y - _root.guy._y; radian = Math.atan2(y_diff, x_diff); degree = (radian * 180) / Math.PI; degree = Math.round(degree); setProperty("_root.arrow2", _rotation , degree); setProperty("_root.arrow2", _x , _root.arrow2._x - (t3 * Math.cos(radian))); setProperty("_root.arrow2", _y , _root.arrow2._y - (t3 * Math.sin(radian))); a_x = Math.round(_root.arrow2._x); a_y = Math.round(_root.arrow2._y); c_x = Math.round(_root.collision_clip._x); c_y = Math.round(_root.collision_clip._y); if ((a_x < (c_x + boundary)) and (a_x > (c_x - boundary))) { if ((a_y < (c_y + boundary)) and (a_y > (c_y - boundary))) { gotoAndStop ("youLose"); } } x_diff = _root.arrow3._x - _root.guy._x; y_diff = _root.arrow3._y - _root.guy._y; radian = Math.atan2(y_diff, x_diff); degree = (radian * 180) / Math.PI; degree = Math.round(degree); setProperty("_root.arrow3", _rotation , degree); setProperty("_root.arrow3", _x , _root.arrow3._x - (t4 * Math.cos(radian))); setProperty("_root.arrow3", _y , _root.arrow3._y - (t4 * Math.sin(radian))); a_x = Math.round(_root.arrow3._x); a_y = Math.round(_root.arrow3._y); c_x = Math.round(_root.collision_clip._x); c_y = Math.round(_root.collision_clip._y); if ((a_x < (c_x + boundary)) and (a_x > (c_x - boundary))) { if ((a_y < (c_y + boundary)) and (a_y > (c_y - boundary))) { gotoAndStop ("youLose"); } } x_diff = _root.arrow4._x - _root.guy._x; y_diff = _root.arrow4._y - _root.guy._y; radian = Math.atan2(y_diff, x_diff); degree = (radian * 180) / Math.PI; degree = Math.round(degree); setProperty("_root.arrow4", _rotation , degree); setProperty("_root.arrow4", _x , _root.arrow4._x - (t5 * Math.cos(radian))); setProperty("_root.arrow4", _y , _root.arrow4._y - (t5 * Math.sin(radian))); a_x = Math.round(_root.arrow4._x); a_y = Math.round(_root.arrow4._y); c_x = Math.round(_root.collision_clip._x); c_y = Math.round(_root.collision_clip._y); if ((a_x < (c_x + boundary)) and (a_x > (c_x - boundary))) { if ((a_y < (c_y + boundary)) and (a_y > (c_y - boundary))) { gotoAndStop ("youLose"); } } x_diff = _root.arrow5._x - _root.guy._x; y_diff = _root.arrow5._y - _root.guy._y; radian = Math.atan2(y_diff, x_diff); degree = (radian * 180) / Math.PI; degree = Math.round(degree); setProperty("_root.arrow5", _rotation , degree); setProperty("_root.arrow5", _x , _root.arrow5._x - (t6 * Math.cos(radian))); setProperty("_root.arrow5", _y , _root.arrow5._y - (t6 * Math.sin(radian))); a_x = Math.round(_root.arrow5._x); a_y = Math.round(_root.arrow5._y); c_x = Math.round(_root.collision_clip._x); c_y = Math.round(_root.collision_clip._y); if ((a_x < (c_x + boundary)) and (a_x > (c_x - boundary))) { if ((a_y < (c_y + boundary)) and (a_y > (c_y - boundary))) { gotoAndStop ("youLose"); } } function Bullet() { this.speed = 15; } _global.bullet_depth = 100; addBullet = function (x, y, rot) { _root.attachMovie("bullet", "bullet_" + _global.bullet_depth, _global.bullet_depth, {_x:x, _y:y, _rotation:rot}); _global.bullet_depth++; }; degToRad = function (deg) { rad = (Math.PI * deg) / 180; return(rad); }; radToDeg = function (rad) { deg = (rad * 180) / Math.PI; return(deg); }; Bullet.prototype = new MovieClip(); Bullet.prototype.onEnterFrame = function () { var _local3 = degToRad(this._rotation); this._x = this._x + (this.speed * Math.cos(_local3)); this._y = this._y + (this.speed * Math.sin(_local3)); if (((((this._x < 0) || (this._x > 550)) || (this._y < 0)) || (this._y > 400)) || (_root.walls.hitTest(this._x, this._y, true))) { this.removeMovieClip(); } }; Object.registerClass("bullet", Bullet);
Instance of Symbol 111 MovieClip "guy" in Frame 344
onClipEvent (load) { moveSpeed = 1.5; } onClipEvent (enterFrame) { if (Key.isDown(68)) { this._x = this._x + moveSpeed; } else if (Key.isDown(65)) { this._x = this._x - moveSpeed; } if (Key.isDown(83)) { this._y = this._y + moveSpeed; } else if (Key.isDown(87)) { this._y = this._y - moveSpeed; } this._rotation = _root.radToDeg(Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x)); } onClipEvent (mouseDown) { if (_root.reloading == 0) { tellTarget ("_root.guy") { gotoAndPlay (1); tellTarget ("_root.ammo") { nextFrame(); }; }; } }
Instance of Symbol 113 MovieClip in Frame 344
onClipEvent (enterFrame) { if (this.hitTest(_root.guy.guy1)) { _root.left = false; _root.guy._x = _root.guy._x + 1.5; } }
Instance of Symbol 113 MovieClip in Frame 344
onClipEvent (enterFrame) { if (this.hitTest(_root.guy.guy1)) { _root.right = false; _root.guy._x = _root.guy._x - 1.5; } }
Instance of Symbol 113 MovieClip in Frame 344
onClipEvent (enterFrame) { if (this.hitTest(_root.guy.guy1)) { _root.up = false; _root.guy._y = _root.guy._y + 1.5; } }
Instance of Symbol 113 MovieClip in Frame 344
onClipEvent (enterFrame) { if (this.hitTest(_root.guy.guy1)) { _root.down = false; _root.guy._y = _root.guy._y - 1.5; } }
Instance of Symbol 119 MovieClip "arrow1" in Frame 344
onClipEvent (enterFrame) { if (this.hitTest(_root.guy.shot)) { tellTarget ("_root.arrow1") { nextFrame(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.guy.guy1)) { if (_root.lifes > 0) { _root.lifes = _root.lifes - 1; } } } onClipEvent (enterFrame) { if (this.hitTest(_root.guy.power1)) { tellTarget ("_root.arrow1") { nextFrame(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.guy.power2)) { tellTarget ("_root.arrow1") { nextFrame(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.guy.knife)) { tellTarget ("_root.arrow1") { nextFrame(); }; } }
Instance of Symbol 119 MovieClip "arrow2" in Frame 344
onClipEvent (enterFrame) { if (this.hitTest(_root.guy.shot)) { tellTarget ("_root.arrow2") { nextFrame(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.guy.guy1)) { if (_root.lifes > 0) { _root.lifes = _root.lifes - 1; } } } onClipEvent (enterFrame) { if (this.hitTest(_root.guy.power1)) { tellTarget ("_root.arrow2") { nextFrame(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.guy.power2)) { tellTarget ("_root.arrow2") { nextFrame(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.guy.knife)) { tellTarget ("_root.arrow2") { nextFrame(); }; } }
Instance of Symbol 119 MovieClip "arrow" in Frame 344
onClipEvent (enterFrame) { if (this.hitTest(_root.guy.shot)) { tellTarget ("_root.arrow") { nextFrame(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.guy.guy1)) { if (_root.lifes > 0) { _root.lifes = _root.lifes - 1; } } } onClipEvent (enterFrame) { if (this.hitTest(_root.guy.power1)) { tellTarget ("_root.arrow") { nextFrame(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.guy.power2)) { tellTarget ("_root.arrow") { nextFrame(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.guy.knife)) { tellTarget ("_root.arrow") { nextFrame(); }; } }
Instance of Symbol 119 MovieClip "arrow5" in Frame 344
onClipEvent (enterFrame) { if (this.hitTest(_root.guy.shot)) { tellTarget ("_root.arrow5") { nextFrame(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.guy.guy1)) { if (_root.lifes > 0) { _root.lifes = _root.lifes - 1; } } } onClipEvent (enterFrame) { if (this.hitTest(_root.guy.power1)) { tellTarget ("_root.arrow5") { nextFrame(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.guy.power2)) { tellTarget ("_root.arrow5") { nextFrame(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.guy.knife)) { tellTarget ("_root.arrow5") { nextFrame(); }; } }
Instance of Symbol 38 MovieClip "mouse" in Frame 344
onClipEvent (load) { Mouse.hide(); } onClipEvent (mouseMove) { _x = _root._xmouse; _y = _root._ymouse; updateafterevent(); }
Frame 345
gotoAndPlay (344);
Frame 346
if (next.hitTest(_root.guy.guy1)) { _root.gotoAndPlay("mission8"); } if (_root.lifes < 1) { _root.gotoAndPlay("dead"); } x_diff = _root.arrow._x - _root.guy._x; y_diff = _root.arrow._y - _root.guy._y; radian = Math.atan2(y_diff, x_diff); degree = (radian * 180) / Math.PI; degree = Math.round(degree); setProperty("_root.arrow", _rotation , degree); setProperty("_root.arrow", _x , _root.arrow._x - (t * Math.cos(radian))); setProperty("_root.arrow", _y , _root.arrow._y - (t * Math.sin(radian))); setProperty("_root.fader", _rotation , degree); setProperty("_root.fader", _x , _root.arrow._x - (t * Math.cos(radian))); setProperty("_root.fader", _y , _root.arrow._y - (t * Math.sin(radian))); a_x = Math.round(_root.arrow._x); a_y = Math.round(_root.arrow._y); c_x = Math.round(_root.collision_clip._x); c_y = Math.round(_root.collision_clip._y); if ((a_x < (c_x + boundary)) and (a_x > (c_x - boundary))) { if ((a_y < (c_y + boundary)) and (a_y > (c_y - boundary))) { gotoAndStop ("youLose"); } } x_diff = _root.arrow1._x - _root.guy._x; y_diff = _root.arrow1._y - _root.guy._y; radian = Math.atan2(y_diff, x_diff); degree = (radian * 180) / Math.PI; degree = Math.round(degree); setProperty("_root.arrow1", _rotation , degree); setProperty("_root.arrow1", _x , _root.arrow1._x - (t2 * Math.cos(radian))); setProperty("_root.arrow1", _y , _root.arrow1._y - (t2 * Math.sin(radian))); a_x = Math.round(_root.arrow1._x); a_y = Math.round(_root.arrow1._y); c_x = Math.round(_root.collision_clip._x); c_y = Math.round(_root.collision_clip._y); if ((a_x < (c_x + boundary)) and (a_x > (c_x - boundary))) { if ((a_y < (c_y + boundary)) and (a_y > (c_y - boundary))) { gotoAndStop ("youLose"); } } x_diff = _root.arrow2._x - _root.guy._x; y_diff = _root.arrow2._y - _root.guy._y; radian = Math.atan2(y_diff, x_diff); degree = (radian * 180) / Math.PI; degree = Math.round(degree); setProperty("_root.arrow2", _rotation , degree); setProperty("_root.arrow2", _x , _root.arrow2._x - (t3 * Math.cos(radian))); setProperty("_root.arrow2", _y , _root.arrow2._y - (t3 * Math.sin(radian))); a_x = Math.round(_root.arrow2._x); a_y = Math.round(_root.arrow2._y); c_x = Math.round(_root.collision_clip._x); c_y = Math.round(_root.collision_clip._y); if ((a_x < (c_x + boundary)) and (a_x > (c_x - boundary))) { if ((a_y < (c_y + boundary)) and (a_y > (c_y - boundary))) { gotoAndStop ("youLose"); } } x_diff = _root.arrow3._x - _root.guy._x; y_diff = _root.arrow3._y - _root.guy._y; radian = Math.atan2(y_diff, x_diff); degree = (radian * 180) / Math.PI; degree = Math.round(degree); setProperty("_root.arrow3", _rotation , degree); setProperty("_root.arrow3", _x , _root.arrow3._x - (t4 * Math.cos(radian))); setProperty("_root.arrow3", _y , _root.arrow3._y - (t4 * Math.sin(radian))); a_x = Math.round(_root.arrow3._x); a_y = Math.round(_root.arrow3._y); c_x = Math.round(_root.collision_clip._x); c_y = Math.round(_root.collision_clip._y); if ((a_x < (c_x + boundary)) and (a_x > (c_x - boundary))) { if ((a_y < (c_y + boundary)) and (a_y > (c_y - boundary))) { gotoAndStop ("youLose"); } } x_diff = _root.arrow4._x - _root.guy._x; y_diff = _root.arrow4._y - _root.guy._y; radian = Math.atan2(y_diff, x_diff); degree = (radian * 180) / Math.PI; degree = Math.round(degree); setProperty("_root.arrow4", _rotation , degree); setProperty("_root.arrow4", _x , _root.arrow4._x - (t5 * Math.cos(radian))); setProperty("_root.arrow4", _y , _root.arrow4._y - (t5 * Math.sin(radian))); a_x = Math.round(_root.arrow4._x); a_y = Math.round(_root.arrow4._y); c_x = Math.round(_root.collision_clip._x); c_y = Math.round(_root.collision_clip._y); if ((a_x < (c_x + boundary)) and (a_x > (c_x - boundary))) { if ((a_y < (c_y + boundary)) and (a_y > (c_y - boundary))) { gotoAndStop ("youLose"); } } x_diff = _root.arrow5._x - _root.guy._x; y_diff = _root.arrow5._y - _root.guy._y; radian = Math.atan2(y_diff, x_diff); degree = (radian * 180) / Math.PI; degree = Math.round(degree); setProperty("_root.arrow5", _rotation , degree); setProperty("_root.arrow5", _x , _root.arrow5._x - (t6 * Math.cos(radian))); setProperty("_root.arrow5", _y , _root.arrow5._y - (t6 * Math.sin(radian))); a_x = Math.round(_root.arrow5._x); a_y = Math.round(_root.arrow5._y); c_x = Math.round(_root.collision_clip._x); c_y = Math.round(_root.collision_clip._y); if ((a_x < (c_x + boundary)) and (a_x > (c_x - boundary))) { if ((a_y < (c_y + boundary)) and (a_y > (c_y - boundary))) { gotoAndStop ("youLose"); } } function Bullet() { this.speed = 15; } _global.bullet_depth = 100; addBullet = function (x, y, rot) { _root.attachMovie("bullet", "bullet_" + _global.bullet_depth, _global.bullet_depth, {_x:x, _y:y, _rotation:rot}); _global.bullet_depth++; }; degToRad = function (deg) { rad = (Math.PI * deg) / 180; return(rad); }; radToDeg = function (rad) { deg = (rad * 180) / Math.PI; return(deg); }; Bullet.prototype = new MovieClip(); Bullet.prototype.onEnterFrame = function () { var _local3 = degToRad(this._rotation); this._x = this._x + (this.speed * Math.cos(_local3)); this._y = this._y + (this.speed * Math.sin(_local3)); if (((((this._x < 0) || (this._x > 550)) || (this._y < 0)) || (this._y > 400)) || (_root.walls.hitTest(this._x, this._y, true))) { this.removeMovieClip(); } }; Object.registerClass("bullet", Bullet);
Instance of Symbol 111 MovieClip "guy" in Frame 346
onClipEvent (load) { moveSpeed = 1.5; } onClipEvent (enterFrame) { if (Key.isDown(68)) { this._x = this._x + moveSpeed; } else if (Key.isDown(65)) { this._x = this._x - moveSpeed; } if (Key.isDown(83)) { this._y = this._y + moveSpeed; } else if (Key.isDown(87)) { this._y = this._y - moveSpeed; } this._rotation = _root.radToDeg(Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x)); } onClipEvent (mouseDown) { if (_root.reloading == 0) { tellTarget ("_root.guy") { gotoAndPlay (1); tellTarget ("_root.ammo") { nextFrame(); }; }; } }
Instance of Symbol 113 MovieClip in Frame 346
onClipEvent (enterFrame) { if (this.hitTest(_root.guy.guy1)) { _root.left = false; _root.guy._x = _root.guy._x + 1.5; } }
Instance of Symbol 113 MovieClip in Frame 346
onClipEvent (enterFrame) { if (this.hitTest(_root.guy.guy1)) { _root.right = false; _root.guy._x = _root.guy._x - 1.5; } }
Instance of Symbol 113 MovieClip in Frame 346
onClipEvent (enterFrame) { if (this.hitTest(_root.guy.guy1)) { _root.up = false; _root.guy._y = _root.guy._y + 1.5; } }
Instance of Symbol 113 MovieClip in Frame 346
onClipEvent (enterFrame) { if (this.hitTest(_root.guy.guy1)) { _root.down = false; _root.guy._y = _root.guy._y - 1.5; } }
Instance of Symbol 119 MovieClip "arrow1" in Frame 346
onClipEvent (enterFrame) { if (this.hitTest(_root.guy.shot)) { tellTarget ("_root.arrow1") { nextFrame(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.guy.guy1)) { if (_root.lifes > 0) { _root.lifes = _root.lifes - 1; } } } onClipEvent (enterFrame) { if (this.hitTest(_root.guy.power1)) { tellTarget ("_root.arrow1") { nextFrame(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.guy.power2)) { tellTarget ("_root.arrow1") { nextFrame(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.guy.knife)) { tellTarget ("_root.arrow1") { nextFrame(); }; } }
Instance of Symbol 119 MovieClip "arrow2" in Frame 346
onClipEvent (enterFrame) { if (this.hitTest(_root.guy.shot)) { tellTarget ("_root.arrow2") { nextFrame(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.guy.guy1)) { if (_root.lifes > 0) { _root.lifes = _root.lifes - 1; } } } onClipEvent (enterFrame) { if (this.hitTest(_root.guy.power1)) { tellTarget ("_root.arrow2") { nextFrame(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.guy.power2)) { tellTarget ("_root.arrow2") { nextFrame(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.guy.knife)) { tellTarget ("_root.arrow2") { nextFrame(); }; } }
Instance of Symbol 119 MovieClip "arrow3" in Frame 346
onClipEvent (enterFrame) { if (this.hitTest(_root.guy.shot)) { tellTarget ("_root.arrow3") { nextFrame(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.guy.guy1)) { if (_root.lifes > 0) { _root.lifes = _root.lifes - 1; } } } onClipEvent (enterFrame) { if (this.hitTest(_root.guy.power1)) { tellTarget ("_root.arrow3") { nextFrame(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.guy.power2)) { tellTarget ("_root.arrow3") { nextFrame(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.guy.knife)) { tellTarget ("_root.arrow3") { nextFrame(); }; } }
Instance of Symbol 119 MovieClip "arrow5" in Frame 346
onClipEvent (enterFrame) { if (this.hitTest(_root.guy.shot)) { tellTarget ("_root.arrow5") { nextFrame(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.guy.guy1)) { if (_root.lifes > 0) { _root.lifes = _root.lifes - 1; } } } onClipEvent (enterFrame) { if (this.hitTest(_root.guy.power1)) { tellTarget ("_root.arrow5") { nextFrame(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.guy.power2)) { tellTarget ("_root.arrow5") { nextFrame(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.guy.knife)) { tellTarget ("_root.arrow5") { nextFrame(); }; } }
Instance of Symbol 119 MovieClip "arrow4" in Frame 346
onClipEvent (enterFrame) { if (this.hitTest(_root.guy.shot)) { tellTarget ("_root.arrow4") { nextFrame(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.guy.guy1)) { if (_root.lifes > 0) { _root.lifes = _root.lifes - 1; } } } onClipEvent (enterFrame) { if (this.hitTest(_root.guy.power1)) { tellTarget ("_root.arrow4") { nextFrame(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.guy.power2)) { tellTarget ("_root.arrow4") { nextFrame(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.guy.knife)) { tellTarget ("_root.arrow4") { nextFrame(); }; } }
Instance of Symbol 119 MovieClip "arrow" in Frame 346
onClipEvent (enterFrame) { if (this.hitTest(_root.guy.shot)) { tellTarget ("_root.arrow") { nextFrame(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.guy.guy1)) { if (_root.lifes > 0) { _root.lifes = _root.lifes - 1; } } } onClipEvent (enterFrame) { if (this.hitTest(_root.guy.power1)) { tellTarget ("_root.arrow") { nextFrame(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.guy.power2)) { tellTarget ("_root.arrow") { nextFrame(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.guy.knife)) { tellTarget ("_root.arrow") { nextFrame(); }; } }
Instance of Symbol 38 MovieClip "mouse" in Frame 346
onClipEvent (load) { Mouse.hide(); } onClipEvent (mouseMove) { _x = _root._xmouse; _y = _root._ymouse; updateafterevent(); }
Frame 347
gotoAndPlay (346);
Frame 348
if (next.hitTest(_root.guy.guy1)) { _root.gotoAndPlay("mission9"); } if (_root.lifes < 1) { _root.gotoAndPlay("dead"); } x_diff = _root.arrow._x - _root.guy._x; y_diff = _root.arrow._y - _root.guy._y; radian = Math.atan2(y_diff, x_diff); degree = (radian * 180) / Math.PI; degree = Math.round(degree); setProperty("_root.arrow", _rotation , degree); setProperty("_root.arrow", _x , _root.arrow._x - (t * Math.cos(radian))); setProperty("_root.arrow", _y , _root.arrow._y - (t * Math.sin(radian))); setProperty("_root.fader", _rotation , degree); setProperty("_root.fader", _x , _root.arrow._x - (t * Math.cos(radian))); setProperty("_root.fader", _y , _root.arrow._y - (t * Math.sin(radian))); a_x = Math.round(_root.arrow._x); a_y = Math.round(_root.arrow._y); c_x = Math.round(_root.collision_clip._x); c_y = Math.round(_root.collision_clip._y); if ((a_x < (c_x + boundary)) and (a_x > (c_x - boundary))) { if ((a_y < (c_y + boundary)) and (a_y > (c_y - boundary))) { gotoAndStop ("youLose"); } } x_diff = _root.arrow1._x - _root.guy._x; y_diff = _root.arrow1._y - _root.guy._y; radian = Math.atan2(y_diff, x_diff); degree = (radian * 180) / Math.PI; degree = Math.round(degree); setProperty("_root.arrow1", _rotation , degree); setProperty("_root.arrow1", _x , _root.arrow1._x - (t2 * Math.cos(radian))); setProperty("_root.arrow1", _y , _root.arrow1._y - (t2 * Math.sin(radian))); a_x = Math.round(_root.arrow1._x); a_y = Math.round(_root.arrow1._y); c_x = Math.round(_root.collision_clip._x); c_y = Math.round(_root.collision_clip._y); if ((a_x < (c_x + boundary)) and (a_x > (c_x - boundary))) { if ((a_y < (c_y + boundary)) and (a_y > (c_y - boundary))) { gotoAndStop ("youLose"); } } x_diff = _root.arrow2._x - _root.guy._x; y_diff = _root.arrow2._y - _root.guy._y; radian = Math.atan2(y_diff, x_diff); degree = (radian * 180) / Math.PI; degree = Math.round(degree); setProperty("_root.arrow2", _rotation , degree); setProperty("_root.arrow2", _x , _root.arrow2._x - (t3 * Math.cos(radian))); setProperty("_root.arrow2", _y , _root.arrow2._y - (t3 * Math.sin(radian))); a_x = Math.round(_root.arrow2._x); a_y = Math.round(_root.arrow2._y); c_x = Math.round(_root.collision_clip._x); c_y = Math.round(_root.collision_clip._y); if ((a_x < (c_x + boundary)) and (a_x > (c_x - boundary))) { if ((a_y < (c_y + boundary)) and (a_y > (c_y - boundary))) { gotoAndStop ("youLose"); } } x_diff = _root.arrow3._x - _root.guy._x; y_diff = _root.arrow3._y - _root.guy._y; radian = Math.atan2(y_diff, x_diff); degree = (radian * 180) / Math.PI; degree = Math.round(degree); setProperty("_root.arrow3", _rotation , degree); setProperty("_root.arrow3", _x , _root.arrow3._x - (t4 * Math.cos(radian))); setProperty("_root.arrow3", _y , _root.arrow3._y - (t4 * Math.sin(radian))); a_x = Math.round(_root.arrow3._x); a_y = Math.round(_root.arrow3._y); c_x = Math.round(_root.collision_clip._x); c_y = Math.round(_root.collision_clip._y); if ((a_x < (c_x + boundary)) and (a_x > (c_x - boundary))) { if ((a_y < (c_y + boundary)) and (a_y > (c_y - boundary))) { gotoAndStop ("youLose"); } } x_diff = _root.arrow4._x - _root.guy._x; y_diff = _root.arrow4._y - _root.guy._y; radian = Math.atan2(y_diff, x_diff); degree = (radian * 180) / Math.PI; degree = Math.round(degree); setProperty("_root.arrow4", _rotation , degree); setProperty("_root.arrow4", _x , _root.arrow4._x - (t5 * Math.cos(radian))); setProperty("_root.arrow4", _y , _root.arrow4._y - (t5 * Math.sin(radian))); a_x = Math.round(_root.arrow4._x); a_y = Math.round(_root.arrow4._y); c_x = Math.round(_root.collision_clip._x); c_y = Math.round(_root.collision_clip._y); if ((a_x < (c_x + boundary)) and (a_x > (c_x - boundary))) { if ((a_y < (c_y + boundary)) and (a_y > (c_y - boundary))) { gotoAndStop ("youLose"); } } x_diff = _root.arrow5._x - _root.guy._x; y_diff = _root.arrow5._y - _root.guy._y; radian = Math.atan2(y_diff, x_diff); degree = (radian * 180) / Math.PI; degree = Math.round(degree); setProperty("_root.arrow5", _rotation , degree); setProperty("_root.arrow5", _x , _root.arrow5._x - (t6 * Math.cos(radian))); setProperty("_root.arrow5", _y , _root.arrow5._y - (t6 * Math.sin(radian))); a_x = Math.round(_root.arrow5._x); a_y = Math.round(_root.arrow5._y); c_x = Math.round(_root.collision_clip._x); c_y = Math.round(_root.collision_clip._y); if ((a_x < (c_x + boundary)) and (a_x > (c_x - boundary))) { if ((a_y < (c_y + boundary)) and (a_y > (c_y - boundary))) { gotoAndStop ("youLose"); } } function Bullet() { this.speed = 15; } _global.bullet_depth = 100; addBullet = function (x, y, rot) { _root.attachMovie("bullet", "bullet_" + _global.bullet_depth, _global.bullet_depth, {_x:x, _y:y, _rotation:rot}); _global.bullet_depth++; }; degToRad = function (deg) { rad = (Math.PI * deg) / 180; return(rad); }; radToDeg = function (rad) { deg = (rad * 180) / Math.PI; return(deg); }; Bullet.prototype = new MovieClip(); Bullet.prototype.onEnterFrame = function () { var _local3 = degToRad(this._rotation); this._x = this._x + (this.speed * Math.cos(_local3)); this._y = this._y + (this.speed * Math.sin(_local3)); if (((((this._x < 0) || (this._x > 550)) || (this._y < 0)) || (this._y > 400)) || (_root.walls.hitTest(this._x, this._y, true))) { this.removeMovieClip(); } }; Object.registerClass("bullet", Bullet);
Instance of Symbol 111 MovieClip "guy" in Frame 348
onClipEvent (load) { moveSpeed = 1.5; } onClipEvent (enterFrame) { if (Key.isDown(68)) { this._x = this._x + moveSpeed; } else if (Key.isDown(65)) { this._x = this._x - moveSpeed; } if (Key.isDown(83)) { this._y = this._y + moveSpeed; } else if (Key.isDown(87)) { this._y = this._y - moveSpeed; } this._rotation = _root.radToDeg(Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x)); } onClipEvent (mouseDown) { if (_root.reloading == 0) { tellTarget ("_root.guy") { gotoAndPlay (1); tellTarget ("_root.ammo") { nextFrame(); }; }; } }
Instance of Symbol 113 MovieClip in Frame 348
onClipEvent (enterFrame) { if (this.hitTest(_root.guy.guy1)) { _root.left = false; _root.guy._x = _root.guy._x + 1.5; } }
Instance of Symbol 113 MovieClip in Frame 348
onClipEvent (enterFrame) { if (this.hitTest(_root.guy.guy1)) { _root.right = false; _root.guy._x = _root.guy._x - 1.5; } }
Instance of Symbol 113 MovieClip in Frame 348
onClipEvent (enterFrame) { if (this.hitTest(_root.guy.guy1)) { _root.up = false; _root.guy._y = _root.guy._y + 1.5; } }
Instance of Symbol 113 MovieClip in Frame 348
onClipEvent (enterFrame) { if (this.hitTest(_root.guy.guy1)) { _root.down = false; _root.guy._y = _root.guy._y - 1.5; } }
Instance of Symbol 119 MovieClip "arrow1" in Frame 348
onClipEvent (enterFrame) { if (this.hitTest(_root.guy.shot)) { tellTarget ("_root.arrow1") { nextFrame(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.guy.guy1)) { if (_root.lifes > 0) { _root.lifes = _root.lifes - 1; } } } onClipEvent (enterFrame) { if (this.hitTest(_root.guy.power1)) { tellTarget ("_root.arrow1") { nextFrame(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.guy.power2)) { tellTarget ("_root.arrow1") { nextFrame(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.guy.knife)) { tellTarget ("_root.arrow1") { nextFrame(); }; } }
Instance of Symbol 119 MovieClip "arrow2" in Frame 348
onClipEvent (enterFrame) { if (this.hitTest(_root.guy.shot)) { tellTarget ("_root.arrow2") { nextFrame(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.guy.guy1)) { if (_root.lifes > 0) { _root.lifes = _root.lifes - 1; } } } onClipEvent (enterFrame) { if (this.hitTest(_root.guy.power1)) { tellTarget ("_root.arrow2") { nextFrame(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.guy.power2)) { tellTarget ("_root.arrow2") { nextFrame(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.guy.knife)) { tellTarget ("_root.arrow2") { nextFrame(); }; } }
Instance of Symbol 119 MovieClip "arrow3" in Frame 348
onClipEvent (enterFrame) { if (this.hitTest(_root.guy.shot)) { tellTarget ("_root.arrow3") { nextFrame(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.guy.guy1)) { if (_root.lifes > 0) { _root.lifes = _root.lifes - 1; } } } onClipEvent (enterFrame) { if (this.hitTest(_root.guy.power1)) { tellTarget ("_root.arrow3") { nextFrame(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.guy.power2)) { tellTarget ("_root.arrow3") { nextFrame(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.guy.knife)) { tellTarget ("_root.arrow3") { nextFrame(); }; } }
Instance of Symbol 119 MovieClip "arrow5" in Frame 348
onClipEvent (enterFrame) { if (this.hitTest(_root.guy.shot)) { tellTarget ("_root.arrow5") { nextFrame(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.guy.guy1)) { if (_root.lifes > 0) { _root.lifes = _root.lifes - 1; } } } onClipEvent (enterFrame) { if (this.hitTest(_root.guy.power1)) { tellTarget ("_root.arrow5") { nextFrame(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.guy.power2)) { tellTarget ("_root.arrow5") { nextFrame(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.guy.knife)) { tellTarget ("_root.arrow5") { nextFrame(); }; } }
Instance of Symbol 119 MovieClip "arrow4" in Frame 348
onClipEvent (enterFrame) { if (this.hitTest(_root.guy.shot)) { tellTarget ("_root.arrow4") { nextFrame(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.guy.guy1)) { if (_root.lifes > 0) { _root.lifes = _root.lifes - 1; } } } onClipEvent (enterFrame) { if (this.hitTest(_root.guy.power1)) { tellTarget ("_root.arrow4") { nextFrame(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.guy.power2)) { tellTarget ("_root.arrow4") { nextFrame(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.guy.knife)) { tellTarget ("_root.arrow4") { nextFrame(); }; } }
Instance of Symbol 119 MovieClip "arrow" in Frame 348
onClipEvent (enterFrame) { if (this.hitTest(_root.guy.shot)) { tellTarget ("_root.arrow") { nextFrame(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.guy.guy1)) { if (_root.lifes > 0) { _root.lifes = _root.lifes - 1; } } } onClipEvent (enterFrame) { if (this.hitTest(_root.guy.power1)) { tellTarget ("_root.arrow") { nextFrame(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.guy.power2)) { tellTarget ("_root.arrow") { nextFrame(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.guy.knife)) { tellTarget ("_root.arrow") { nextFrame(); }; } }
Instance of Symbol 38 MovieClip "mouse" in Frame 348
onClipEvent (load) { Mouse.hide(); } onClipEvent (mouseMove) { _x = _root._xmouse; _y = _root._ymouse; updateafterevent(); }
Instance of Symbol 245 MovieClip "powers1" in Frame 348
onClipEvent (enterFrame) { if (this.hitTest(_root.guy.guy1)) { _root.power2 = _root.power2 + 1; } } onClipEvent (enterFrame) { if (this.hitTest(_root.guy.guy1)) { tellTarget ("_root.powers1") { nextFrame(); }; } }
Frame 349
gotoAndPlay (348);
Frame 350
if (next.hitTest(_root.guy.guy1)) { _root.gotoAndPlay("mission10"); } if (_root.lifes < 1) { _root.gotoAndPlay("dead"); } x_diff = _root.arrow._x - _root.guy._x; y_diff = _root.arrow._y - _root.guy._y; radian = Math.atan2(y_diff, x_diff); degree = (radian * 180) / Math.PI; degree = Math.round(degree); setProperty("_root.arrow", _rotation , degree); setProperty("_root.arrow", _x , _root.arrow._x - (t * Math.cos(radian))); setProperty("_root.arrow", _y , _root.arrow._y - (t * Math.sin(radian))); setProperty("_root.fader", _rotation , degree); setProperty("_root.fader", _x , _root.arrow._x - (t * Math.cos(radian))); setProperty("_root.fader", _y , _root.arrow._y - (t * Math.sin(radian))); a_x = Math.round(_root.arrow._x); a_y = Math.round(_root.arrow._y); c_x = Math.round(_root.collision_clip._x); c_y = Math.round(_root.collision_clip._y); if ((a_x < (c_x + boundary)) and (a_x > (c_x - boundary))) { if ((a_y < (c_y + boundary)) and (a_y > (c_y - boundary))) { gotoAndStop ("youLose"); } } x_diff = _root.arrow1._x - _root.guy._x; y_diff = _root.arrow1._y - _root.guy._y; radian = Math.atan2(y_diff, x_diff); degree = (radian * 180) / Math.PI; degree = Math.round(degree); setProperty("_root.arrow1", _rotation , degree); setProperty("_root.arrow1", _x , _root.arrow1._x - (t2 * Math.cos(radian))); setProperty("_root.arrow1", _y , _root.arrow1._y - (t2 * Math.sin(radian))); a_x = Math.round(_root.arrow1._x); a_y = Math.round(_root.arrow1._y); c_x = Math.round(_root.collision_clip._x); c_y = Math.round(_root.collision_clip._y); if ((a_x < (c_x + boundary)) and (a_x > (c_x - boundary))) { if ((a_y < (c_y + boundary)) and (a_y > (c_y - boundary))) { gotoAndStop ("youLose"); } } x_diff = _root.arrow2._x - _root.guy._x; y_diff = _root.arrow2._y - _root.guy._y; radian = Math.atan2(y_diff, x_diff); degree = (radian * 180) / Math.PI; degree = Math.round(degree); setProperty("_root.arrow2", _rotation , degree); setProperty("_root.arrow2", _x , _root.arrow2._x - (t3 * Math.cos(radian))); setProperty("_root.arrow2", _y , _root.arrow2._y - (t3 * Math.sin(radian))); a_x = Math.round(_root.arrow2._x); a_y = Math.round(_root.arrow2._y); c_x = Math.round(_root.collision_clip._x); c_y = Math.round(_root.collision_clip._y); if ((a_x < (c_x + boundary)) and (a_x > (c_x - boundary))) { if ((a_y < (c_y + boundary)) and (a_y > (c_y - boundary))) { gotoAndStop ("youLose"); } } x_diff = _root.arrow3._x - _root.guy._x; y_diff = _root.arrow3._y - _root.guy._y; radian = Math.atan2(y_diff, x_diff); degree = (radian * 180) / Math.PI; degree = Math.round(degree); setProperty("_root.arrow3", _rotation , degree); setProperty("_root.arrow3", _x , _root.arrow3._x - (t4 * Math.cos(radian))); setProperty("_root.arrow3", _y , _root.arrow3._y - (t4 * Math.sin(radian))); a_x = Math.round(_root.arrow3._x); a_y = Math.round(_root.arrow3._y); c_x = Math.round(_root.collision_clip._x); c_y = Math.round(_root.collision_clip._y); if ((a_x < (c_x + boundary)) and (a_x > (c_x - boundary))) { if ((a_y < (c_y + boundary)) and (a_y > (c_y - boundary))) { gotoAndStop ("youLose"); } } x_diff = _root.arrow4._x - _root.guy._x; y_diff = _root.arrow4._y - _root.guy._y; radian = Math.atan2(y_diff, x_diff); degree = (radian * 180) / Math.PI; degree = Math.round(degree); setProperty("_root.arrow4", _rotation , degree); setProperty("_root.arrow4", _x , _root.arrow4._x - (t5 * Math.cos(radian))); setProperty("_root.arrow4", _y , _root.arrow4._y - (t5 * Math.sin(radian))); a_x = Math.round(_root.arrow4._x); a_y = Math.round(_root.arrow4._y); c_x = Math.round(_root.collision_clip._x); c_y = Math.round(_root.collision_clip._y); if ((a_x < (c_x + boundary)) and (a_x > (c_x - boundary))) { if ((a_y < (c_y + boundary)) and (a_y > (c_y - boundary))) { gotoAndStop ("youLose"); } } x_diff = _root.arrow5._x - _root.guy._x; y_diff = _root.arrow5._y - _root.guy._y; radian = Math.atan2(y_diff, x_diff); degree = (radian * 180) / Math.PI; degree = Math.round(degree); setProperty("_root.arrow5", _rotation , degree); setProperty("_root.arrow5", _x , _root.arrow5._x - (t6 * Math.cos(radian))); setProperty("_root.arrow5", _y , _root.arrow5._y - (t6 * Math.sin(radian))); a_x = Math.round(_root.arrow5._x); a_y = Math.round(_root.arrow5._y); c_x = Math.round(_root.collision_clip._x); c_y = Math.round(_root.collision_clip._y); if ((a_x < (c_x + boundary)) and (a_x > (c_x - boundary))) { if ((a_y < (c_y + boundary)) and (a_y > (c_y - boundary))) { gotoAndStop ("youLose"); } } function Bullet() { this.speed = 15; } _global.bullet_depth = 100; addBullet = function (x, y, rot) { _root.attachMovie("bullet", "bullet_" + _global.bullet_depth, _global.bullet_depth, {_x:x, _y:y, _rotation:rot}); _global.bullet_depth++; }; degToRad = function (deg) { rad = (Math.PI * deg) / 180; return(rad); }; radToDeg = function (rad) { deg = (rad * 180) / Math.PI; return(deg); }; Bullet.prototype = new MovieClip(); Bullet.prototype.onEnterFrame = function () { var _local3 = degToRad(this._rotation); this._x = this._x + (this.speed * Math.cos(_local3)); this._y = this._y + (this.speed * Math.sin(_local3)); if (((((this._x < 0) || (this._x > 550)) || (this._y < 0)) || (this._y > 400)) || (_root.walls.hitTest(this._x, this._y, true))) { this.removeMovieClip(); } }; Object.registerClass("bullet", Bullet);
Instance of Symbol 111 MovieClip "guy" in Frame 350
onClipEvent (load) { moveSpeed = 1.5; } onClipEvent (enterFrame) { if (Key.isDown(68)) { this._x = this._x + moveSpeed; } else if (Key.isDown(65)) { this._x = this._x - moveSpeed; } if (Key.isDown(83)) { this._y = this._y + moveSpeed; } else if (Key.isDown(87)) { this._y = this._y - moveSpeed; } this._rotation = _root.radToDeg(Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x)); } onClipEvent (mouseDown) { if (_root.reloading == 0) { tellTarget ("_root.guy") { gotoAndPlay (1); tellTarget ("_root.ammo") { nextFrame(); }; }; } }
Instance of Symbol 113 MovieClip in Frame 350
onClipEvent (enterFrame) { if (this.hitTest(_root.guy.guy1)) { _root.left = false; _root.guy._x = _root.guy._x + 1.5; } }
Instance of Symbol 113 MovieClip in Frame 350
onClipEvent (enterFrame) { if (this.hitTest(_root.guy.guy1)) { _root.right = false; _root.guy._x = _root.guy._x - 1.5; } }
Instance of Symbol 113 MovieClip in Frame 350
onClipEvent (enterFrame) { if (this.hitTest(_root.guy.guy1)) { _root.up = false; _root.guy._y = _root.guy._y + 1.5; } }
Instance of Symbol 113 MovieClip in Frame 350
onClipEvent (enterFrame) { if (this.hitTest(_root.guy.guy1)) { _root.down = false; _root.guy._y = _root.guy._y - 1.5; } }
Instance of Symbol 119 MovieClip "arrow1" in Frame 350
onClipEvent (enterFrame) { if (this.hitTest(_root.guy.shot)) { tellTarget ("_root.arrow1") { nextFrame(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.guy.guy1)) { if (_root.lifes > 0) { _root.lifes = _root.lifes - 1; } } } onClipEvent (enterFrame) { if (this.hitTest(_root.guy.power1)) { tellTarget ("_root.arrow1") { nextFrame(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.guy.power2)) { tellTarget ("_root.arrow1") { nextFrame(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.guy.knife)) { tellTarget ("_root.arrow1") { nextFrame(); }; } }
Instance of Symbol 119 MovieClip "arrow2" in Frame 350
onClipEvent (enterFrame) { if (this.hitTest(_root.guy.shot)) { tellTarget ("_root.arrow2") { nextFrame(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.guy.guy1)) { if (_root.lifes > 0) { _root.lifes = _root.lifes - 1; } } } onClipEvent (enterFrame) { if (this.hitTest(_root.guy.power1)) { tellTarget ("_root.arrow2") { nextFrame(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.guy.power2)) { tellTarget ("_root.arrow2") { nextFrame(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.guy.knife)) { tellTarget ("_root.arrow2") { nextFrame(); }; } }
Instance of Symbol 119 MovieClip "arrow3" in Frame 350
onClipEvent (enterFrame) { if (this.hitTest(_root.guy.shot)) { tellTarget ("_root.arrow3") { nextFrame(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.guy.guy1)) { if (_root.lifes > 0) { _root.lifes = _root.lifes - 1; } } } onClipEvent (enterFrame) { if (this.hitTest(_root.guy.power1)) { tellTarget ("_root.arrow3") { nextFrame(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.guy.power2)) { tellTarget ("_root.arrow3") { nextFrame(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.guy.knife)) { tellTarget ("_root.arrow3") { nextFrame(); }; } }
Instance of Symbol 119 MovieClip "arrow5" in Frame 350
onClipEvent (enterFrame) { if (this.hitTest(_root.guy.shot)) { tellTarget ("_root.arrow5") { nextFrame(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.guy.guy1)) { if (_root.lifes > 0) { _root.lifes = _root.lifes - 1; } } } onClipEvent (enterFrame) { if (this.hitTest(_root.guy.power1)) { tellTarget ("_root.arrow5") { nextFrame(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.guy.power2)) { tellTarget ("_root.arrow5") { nextFrame(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.guy.knife)) { tellTarget ("_root.arrow5") { nextFrame(); }; } }
Instance of Symbol 119 MovieClip "arrow4" in Frame 350
onClipEvent (enterFrame) { if (this.hitTest(_root.guy.shot)) { tellTarget ("_root.arrow4") { nextFrame(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.guy.guy1)) { if (_root.lifes > 0) { _root.lifes = _root.lifes - 1; } } } onClipEvent (enterFrame) { if (this.hitTest(_root.guy.power1)) { tellTarget ("_root.arrow4") { nextFrame(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.guy.power2)) { tellTarget ("_root.arrow4") { nextFrame(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.guy.knife)) { tellTarget ("_root.arrow4") { nextFrame(); }; } }
Instance of Symbol 119 MovieClip "arrow" in Frame 350
onClipEvent (enterFrame) { if (this.hitTest(_root.guy.shot)) { tellTarget ("_root.arrow") { nextFrame(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.guy.guy1)) { if (_root.lifes > 0) { _root.lifes = _root.lifes - 1; } } } onClipEvent (enterFrame) { if (this.hitTest(_root.guy.power1)) { tellTarget ("_root.arrow") { nextFrame(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.guy.power2)) { tellTarget ("_root.arrow") { nextFrame(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.guy.knife)) { tellTarget ("_root.arrow") { nextFrame(); }; } }
Instance of Symbol 38 MovieClip "mouse" in Frame 350
onClipEvent (load) { Mouse.hide(); } onClipEvent (mouseMove) { _x = _root._xmouse; _y = _root._ymouse; updateafterevent(); }
Frame 351
gotoAndPlay (350);
Frame 352
if (next.hitTest(_root.guy.guy1)) { _root.gotoAndPlay("mission11"); } if (_root.lifes < 1) { _root.gotoAndPlay("dead"); } x_diff = _root.arrow._x - _root.guy._x; y_diff = _root.arrow._y - _root.guy._y; radian = Math.atan2(y_diff, x_diff); degree = (radian * 180) / Math.PI; degree = Math.round(degree); setProperty("_root.arrow", _rotation , degree); setProperty("_root.arrow", _x , _root.arrow._x - (t * Math.cos(radian))); setProperty("_root.arrow", _y , _root.arrow._y - (t * Math.sin(radian))); setProperty("_root.fader", _rotation , degree); setProperty("_root.fader", _x , _root.arrow._x - (t * Math.cos(radian))); setProperty("_root.fader", _y , _root.arrow._y - (t * Math.sin(radian))); a_x = Math.round(_root.arrow._x); a_y = Math.round(_root.arrow._y); c_x = Math.round(_root.collision_clip._x); c_y = Math.round(_root.collision_clip._y); if ((a_x < (c_x + boundary)) and (a_x > (c_x - boundary))) { if ((a_y < (c_y + boundary)) and (a_y > (c_y - boundary))) { gotoAndStop ("youLose"); } } x_diff = _root.arrow1._x - _root.guy._x; y_diff = _root.arrow1._y - _root.guy._y; radian = Math.atan2(y_diff, x_diff); degree = (radian * 180) / Math.PI; degree = Math.round(degree); setProperty("_root.arrow1", _rotation , degree); setProperty("_root.arrow1", _x , _root.arrow1._x - (t2 * Math.cos(radian))); setProperty("_root.arrow1", _y , _root.arrow1._y - (t2 * Math.sin(radian))); a_x = Math.round(_root.arrow1._x); a_y = Math.round(_root.arrow1._y); c_x = Math.round(_root.collision_clip._x); c_y = Math.round(_root.collision_clip._y); if ((a_x < (c_x + boundary)) and (a_x > (c_x - boundary))) { if ((a_y < (c_y + boundary)) and (a_y > (c_y - boundary))) { gotoAndStop ("youLose"); } } x_diff = _root.arrow2._x - _root.guy._x; y_diff = _root.arrow2._y - _root.guy._y; radian = Math.atan2(y_diff, x_diff); degree = (radian * 180) / Math.PI; degree = Math.round(degree); setProperty("_root.arrow2", _rotation , degree); setProperty("_root.arrow2", _x , _root.arrow2._x - (t3 * Math.cos(radian))); setProperty("_root.arrow2", _y , _root.arrow2._y - (t3 * Math.sin(radian))); a_x = Math.round(_root.arrow2._x); a_y = Math.round(_root.arrow2._y); c_x = Math.round(_root.collision_clip._x); c_y = Math.round(_root.collision_clip._y); if ((a_x < (c_x + boundary)) and (a_x > (c_x - boundary))) { if ((a_y < (c_y + boundary)) and (a_y > (c_y - boundary))) { gotoAndStop ("youLose"); } } x_diff = _root.arrow3._x - _root.guy._x; y_diff = _root.arrow3._y - _root.guy._y; radian = Math.atan2(y_diff, x_diff); degree = (radian * 180) / Math.PI; degree = Math.round(degree); setProperty("_root.arrow3", _rotation , degree); setProperty("_root.arrow3", _x , _root.arrow3._x - (t4 * Math.cos(radian))); setProperty("_root.arrow3", _y , _root.arrow3._y - (t4 * Math.sin(radian))); a_x = Math.round(_root.arrow3._x); a_y = Math.round(_root.arrow3._y); c_x = Math.round(_root.collision_clip._x); c_y = Math.round(_root.collision_clip._y); if ((a_x < (c_x + boundary)) and (a_x > (c_x - boundary))) { if ((a_y < (c_y + boundary)) and (a_y > (c_y - boundary))) { gotoAndStop ("youLose"); } } x_diff = _root.arrow4._x - _root.guy._x; y_diff = _root.arrow4._y - _root.guy._y; radian = Math.atan2(y_diff, x_diff); degree = (radian * 180) / Math.PI; degree = Math.round(degree); setProperty("_root.arrow4", _rotation , degree); setProperty("_root.arrow4", _x , _root.arrow4._x - (t5 * Math.cos(radian))); setProperty("_root.arrow4", _y , _root.arrow4._y - (t5 * Math.sin(radian))); a_x = Math.round(_root.arrow4._x); a_y = Math.round(_root.arrow4._y); c_x = Math.round(_root.collision_clip._x); c_y = Math.round(_root.collision_clip._y); if ((a_x < (c_x + boundary)) and (a_x > (c_x - boundary))) { if ((a_y < (c_y + boundary)) and (a_y > (c_y - boundary))) { gotoAndStop ("youLose"); } } x_diff = _root.arrow5._x - _root.guy._x; y_diff = _root.arrow5._y - _root.guy._y; radian = Math.atan2(y_diff, x_diff); degree = (radian * 180) / Math.PI; degree = Math.round(degree); setProperty("_root.arrow5", _rotation , degree); setProperty("_root.arrow5", _x , _root.arrow5._x - (t6 * Math.cos(radian))); setProperty("_root.arrow5", _y , _root.arrow5._y - (t6 * Math.sin(radian))); a_x = Math.round(_root.arrow5._x); a_y = Math.round(_root.arrow5._y); c_x = Math.round(_root.collision_clip._x); c_y = Math.round(_root.collision_clip._y); if ((a_x < (c_x + boundary)) and (a_x > (c_x - boundary))) { if ((a_y < (c_y + boundary)) and (a_y > (c_y - boundary))) { gotoAndStop ("youLose"); } } function Bullet() { this.speed = 15; } _global.bullet_depth = 100; addBullet = function (x, y, rot) { _root.attachMovie("bullet", "bullet_" + _global.bullet_depth, _global.bullet_depth, {_x:x, _y:y, _rotation:rot}); _global.bullet_depth++; }; degToRad = function (deg) { rad = (Math.PI * deg) / 180; return(rad); }; radToDeg = function (rad) { deg = (rad * 180) / Math.PI; return(deg); }; Bullet.prototype = new MovieClip(); Bullet.prototype.onEnterFrame = function () { var _local3 = degToRad(this._rotation); this._x = this._x + (this.speed * Math.cos(_local3)); this._y = this._y + (this.speed * Math.sin(_local3)); if (((((this._x < 0) || (this._x > 550)) || (this._y < 0)) || (this._y > 400)) || (_root.walls.hitTest(this._x, this._y, true))) { this.removeMovieClip(); } }; Object.registerClass("bullet", Bullet);
Instance of Symbol 111 MovieClip "guy" in Frame 352
onClipEvent (load) { moveSpeed = 1.5; } onClipEvent (enterFrame) { if (Key.isDown(68)) { this._x = this._x + moveSpeed; } else if (Key.isDown(65)) { this._x = this._x - moveSpeed; } if (Key.isDown(83)) { this._y = this._y + moveSpeed; } else if (Key.isDown(87)) { this._y = this._y - moveSpeed; } this._rotation = _root.radToDeg(Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x)); } onClipEvent (mouseDown) { if (_root.reloading == 0) { tellTarget ("_root.guy") { gotoAndPlay (1); tellTarget ("_root.ammo") { nextFrame(); }; }; } }
Instance of Symbol 113 MovieClip in Frame 352
onClipEvent (enterFrame) { if (this.hitTest(_root.guy.guy1)) { _root.left = false; _root.guy._x = _root.guy._x + 1.5; } }
Instance of Symbol 113 MovieClip in Frame 352
onClipEvent (enterFrame) { if (this.hitTest(_root.guy.guy1)) { _root.right = false; _root.guy._x = _root.guy._x - 1.5; } }
Instance of Symbol 113 MovieClip in Frame 352
onClipEvent (enterFrame) { if (this.hitTest(_root.guy.guy1)) { _root.up = false; _root.guy._y = _root.guy._y + 1.5; } }
Instance of Symbol 113 MovieClip in Frame 352
onClipEvent (enterFrame) { if (this.hitTest(_root.guy.guy1)) { _root.down = false; _root.guy._y = _root.guy._y - 1.5; } }
Instance of Symbol 119 MovieClip "arrow4" in Frame 352
onClipEvent (enterFrame) { if (this.hitTest(_root.guy.shot)) { tellTarget ("_root.arrow4") { nextFrame(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.guy.guy1)) { if (_root.lifes > 0) { _root.lifes = _root.lifes - 1; } } } onClipEvent (enterFrame) { if (this.hitTest(_root.guy.power1)) { tellTarget ("_root.arrow4") { nextFrame(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.guy.power2)) { tellTarget ("_root.arrow4") { nextFrame(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.guy.knife)) { tellTarget ("_root.arrow4") { nextFrame(); }; } }
Instance of Symbol 119 MovieClip "arrow3" in Frame 352
onClipEvent (enterFrame) { if (this.hitTest(_root.guy.shot)) { tellTarget ("_root.arrow3") { nextFrame(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.guy.guy1)) { if (_root.lifes > 0) { _root.lifes = _root.lifes - 1; } } } onClipEvent (enterFrame) { if (this.hitTest(_root.guy.power1)) { tellTarget ("_root.arrow3") { nextFrame(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.guy.power2)) { tellTarget ("_root.arrow3") { nextFrame(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.guy.knife)) { tellTarget ("_root.arrow3") { nextFrame(); }; } }
Instance of Symbol 119 MovieClip "arrow2" in Frame 352
onClipEvent (enterFrame) { if (this.hitTest(_root.guy.shot)) { tellTarget ("_root.arrow2") { nextFrame(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.guy.guy1)) { if (_root.lifes > 0) { _root.lifes = _root.lifes - 1; } } } onClipEvent (enterFrame) { if (this.hitTest(_root.guy.power1)) { tellTarget ("_root.arrow2") { nextFrame(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.guy.power2)) { tellTarget ("_root.arrow2") { nextFrame(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.guy.knife)) { tellTarget ("_root.arrow2") { nextFrame(); }; } }
Instance of Symbol 119 MovieClip "arrow1" in Frame 352
onClipEvent (enterFrame) { if (this.hitTest(_root.guy.shot)) { tellTarget ("_root.arrow1") { nextFrame(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.guy.guy1)) { if (_root.lifes > 0) { _root.lifes = _root.lifes - 1; } } } onClipEvent (enterFrame) { if (this.hitTest(_root.guy.power1)) { tellTarget ("_root.arrow1") { nextFrame(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.guy.power2)) { tellTarget ("_root.arrow1") { nextFrame(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.guy.knife)) { tellTarget ("_root.arrow1") { nextFrame(); }; } }
Instance of Symbol 276 MovieClip "apteczka" in Frame 352
onClipEvent (enterFrame) { if (this.hitTest(_root.guy.guy1)) { _root.lifes = _root.lifes + 50; } } onClipEvent (enterFrame) { if (this.hitTest(_root.guy.guy1)) { tellTarget ("_root.apteczka") { nextFrame(); }; } }
Instance of Symbol 38 MovieClip "mouse" in Frame 352
onClipEvent (load) { Mouse.hide(); } onClipEvent (mouseMove) { _x = _root._xmouse; _y = _root._ymouse; updateafterevent(); }
Frame 353
gotoAndPlay (352);
Frame 354
if (next.hitTest(_root.guy.guy1)) { _root.gotoAndPlay("mission12"); } if (_root.lifes < 1) { _root.gotoAndPlay("dead"); } x_diff = _root.arrow._x - _root.guy._x; y_diff = _root.arrow._y - _root.guy._y; radian = Math.atan2(y_diff, x_diff); degree = (radian * 180) / Math.PI; degree = Math.round(degree); setProperty("_root.arrow", _rotation , degree); setProperty("_root.arrow", _x , _root.arrow._x - (t * Math.cos(radian))); setProperty("_root.arrow", _y , _root.arrow._y - (t * Math.sin(radian))); setProperty("_root.fader", _rotation , degree); setProperty("_root.fader", _x , _root.arrow._x - (t * Math.cos(radian))); setProperty("_root.fader", _y , _root.arrow._y - (t * Math.sin(radian))); a_x = Math.round(_root.arrow._x); a_y = Math.round(_root.arrow._y); c_x = Math.round(_root.collision_clip._x); c_y = Math.round(_root.collision_clip._y); if ((a_x < (c_x + boundary)) and (a_x > (c_x - boundary))) { if ((a_y < (c_y + boundary)) and (a_y > (c_y - boundary))) { gotoAndStop ("youLose"); } } x_diff = _root.arrow1._x - _root.guy._x; y_diff = _root.arrow1._y - _root.guy._y; radian = Math.atan2(y_diff, x_diff); degree = (radian * 180) / Math.PI; degree = Math.round(degree); setProperty("_root.arrow1", _rotation , degree); setProperty("_root.arrow1", _x , _root.arrow1._x - (t2 * Math.cos(radian))); setProperty("_root.arrow1", _y , _root.arrow1._y - (t2 * Math.sin(radian))); a_x = Math.round(_root.arrow1._x); a_y = Math.round(_root.arrow1._y); c_x = Math.round(_root.collision_clip._x); c_y = Math.round(_root.collision_clip._y); if ((a_x < (c_x + boundary)) and (a_x > (c_x - boundary))) { if ((a_y < (c_y + boundary)) and (a_y > (c_y - boundary))) { gotoAndStop ("youLose"); } } x_diff = _root.arrow2._x - _root.guy._x; y_diff = _root.arrow2._y - _root.guy._y; radian = Math.atan2(y_diff, x_diff); degree = (radian * 180) / Math.PI; degree = Math.round(degree); setProperty("_root.arrow2", _rotation , degree); setProperty("_root.arrow2", _x , _root.arrow2._x - (t3 * Math.cos(radian))); setProperty("_root.arrow2", _y , _root.arrow2._y - (t3 * Math.sin(radian))); a_x = Math.round(_root.arrow2._x); a_y = Math.round(_root.arrow2._y); c_x = Math.round(_root.collision_clip._x); c_y = Math.round(_root.collision_clip._y); if ((a_x < (c_x + boundary)) and (a_x > (c_x - boundary))) { if ((a_y < (c_y + boundary)) and (a_y > (c_y - boundary))) { gotoAndStop ("youLose"); } } x_diff = _root.arrow3._x - _root.guy._x; y_diff = _root.arrow3._y - _root.guy._y; radian = Math.atan2(y_diff, x_diff); degree = (radian * 180) / Math.PI; degree = Math.round(degree); setProperty("_root.arrow3", _rotation , degree); setProperty("_root.arrow3", _x , _root.arrow3._x - (t4 * Math.cos(radian))); setProperty("_root.arrow3", _y , _root.arrow3._y - (t4 * Math.sin(radian))); a_x = Math.round(_root.arrow3._x); a_y = Math.round(_root.arrow3._y); c_x = Math.round(_root.collision_clip._x); c_y = Math.round(_root.collision_clip._y); if ((a_x < (c_x + boundary)) and (a_x > (c_x - boundary))) { if ((a_y < (c_y + boundary)) and (a_y > (c_y - boundary))) { gotoAndStop ("youLose"); } } x_diff = _root.arrow4._x - _root.guy._x; y_diff = _root.arrow4._y - _root.guy._y; radian = Math.atan2(y_diff, x_diff); degree = (radian * 180) / Math.PI; degree = Math.round(degree); setProperty("_root.arrow4", _rotation , degree); setProperty("_root.arrow4", _x , _root.arrow4._x - (t5 * Math.cos(radian))); setProperty("_root.arrow4", _y , _root.arrow4._y - (t5 * Math.sin(radian))); a_x = Math.round(_root.arrow4._x); a_y = Math.round(_root.arrow4._y); c_x = Math.round(_root.collision_clip._x); c_y = Math.round(_root.collision_clip._y); if ((a_x < (c_x + boundary)) and (a_x > (c_x - boundary))) { if ((a_y < (c_y + boundary)) and (a_y > (c_y - boundary))) { gotoAndStop ("youLose"); } } x_diff = _root.arrow5._x - _root.guy._x; y_diff = _root.arrow5._y - _root.guy._y; radian = Math.atan2(y_diff, x_diff); degree = (radian * 180) / Math.PI; degree = Math.round(degree); setProperty("_root.arrow5", _rotation , degree); setProperty("_root.arrow5", _x , _root.arrow5._x - (t6 * Math.cos(radian))); setProperty("_root.arrow5", _y , _root.arrow5._y - (t6 * Math.sin(radian))); a_x = Math.round(_root.arrow5._x); a_y = Math.round(_root.arrow5._y); c_x = Math.round(_root.collision_clip._x); c_y = Math.round(_root.collision_clip._y); if ((a_x < (c_x + boundary)) and (a_x > (c_x - boundary))) { if ((a_y < (c_y + boundary)) and (a_y > (c_y - boundary))) { gotoAndStop ("youLose"); } } function Bullet() { this.speed = 15; } _global.bullet_depth = 100; addBullet = function (x, y, rot) { _root.attachMovie("bullet", "bullet_" + _global.bullet_depth, _global.bullet_depth, {_x:x, _y:y, _rotation:rot}); _global.bullet_depth++; }; degToRad = function (deg) { rad = (Math.PI * deg) / 180; return(rad); }; radToDeg = function (rad) { deg = (rad * 180) / Math.PI; return(deg); }; Bullet.prototype = new MovieClip(); Bullet.prototype.onEnterFrame = function () { var _local3 = degToRad(this._rotation); this._x = this._x + (this.speed * Math.cos(_local3)); this._y = this._y + (this.speed * Math.sin(_local3)); if (((((this._x < 0) || (this._x > 550)) || (this._y < 0)) || (this._y > 400)) || (_root.walls.hitTest(this._x, this._y, true))) { this.removeMovieClip(); } }; Object.registerClass("bullet", Bullet);
Instance of Symbol 111 MovieClip "guy" in Frame 354
onClipEvent (load) { moveSpeed = 1.5; } onClipEvent (enterFrame) { if (Key.isDown(68)) { this._x = this._x + moveSpeed; } else if (Key.isDown(65)) { this._x = this._x - moveSpeed; } if (Key.isDown(83)) { this._y = this._y + moveSpeed; } else if (Key.isDown(87)) { this._y = this._y - moveSpeed; } this._rotation = _root.radToDeg(Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x)); } onClipEvent (mouseDown) { if (_root.reloading == 0) { tellTarget ("_root.guy") { gotoAndPlay (1); tellTarget ("_root.ammo") { nextFrame(); }; }; } }
Instance of Symbol 113 MovieClip in Frame 354
onClipEvent (enterFrame) { if (this.hitTest(_root.guy.guy1)) { _root.left = false; _root.guy._x = _root.guy._x + 1.5; } }
Instance of Symbol 113 MovieClip in Frame 354
onClipEvent (enterFrame) { if (this.hitTest(_root.guy.guy1)) { _root.right = false; _root.guy._x = _root.guy._x - 1.5; } }
Instance of Symbol 113 MovieClip in Frame 354
onClipEvent (enterFrame) { if (this.hitTest(_root.guy.guy1)) { _root.up = false; _root.guy._y = _root.guy._y + 1.5; } }
Instance of Symbol 113 MovieClip in Frame 354
onClipEvent (enterFrame) { if (this.hitTest(_root.guy.guy1)) { _root.down = false; _root.guy._y = _root.guy._y - 1.5; } }
Instance of Symbol 119 MovieClip "arrow1" in Frame 354
onClipEvent (enterFrame) { if (this.hitTest(_root.guy.shot)) { tellTarget ("_root.arrow1") { nextFrame(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.guy.guy1)) { if (_root.lifes > 0) { _root.lifes = _root.lifes - 1; } } } onClipEvent (enterFrame) { if (this.hitTest(_root.guy.power1)) { tellTarget ("_root.arrow1") { nextFrame(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.guy.power2)) { tellTarget ("_root.arrow1") { nextFrame(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.guy.knife)) { tellTarget ("_root.arrow1") { nextFrame(); }; } }
Instance of Symbol 119 MovieClip "arrow4" in Frame 354
onClipEvent (enterFrame) { if (this.hitTest(_root.guy.shot)) { tellTarget ("_root.arrow4") { nextFrame(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.guy.guy1)) { if (_root.lifes > 0) { _root.lifes = _root.lifes - 1; } } } onClipEvent (enterFrame) { if (this.hitTest(_root.guy.power1)) { tellTarget ("_root.arrow4") { nextFrame(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.guy.power2)) { tellTarget ("_root.arrow4") { nextFrame(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.guy.knife)) { tellTarget ("_root.arrow4") { nextFrame(); }; } }
Instance of Symbol 119 MovieClip "arrow5" in Frame 354
onClipEvent (enterFrame) { if (this.hitTest(_root.guy.shot)) { tellTarget ("_root.arrow5") { nextFrame(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.guy.guy1)) { if (_root.lifes > 0) { _root.lifes = _root.lifes - 1; } } } onClipEvent (enterFrame) { if (this.hitTest(_root.guy.power1)) { tellTarget ("_root.arrow5") { nextFrame(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.guy.power2)) { tellTarget ("_root.arrow5") { nextFrame(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.guy.knife)) { tellTarget ("_root.arrow5") { nextFrame(); }; } }
Instance of Symbol 291 MovieClip "powers2" in Frame 354
onClipEvent (enterFrame) { if (this.hitTest(_root.guy.guy1)) { _root.power1 = _root.power1 + 1; } } onClipEvent (enterFrame) { if (this.hitTest(_root.guy.guy1)) { tellTarget ("_root.powers2") { nextFrame(); }; } }
Instance of Symbol 119 MovieClip "arrow" in Frame 354
onClipEvent (enterFrame) { if (this.hitTest(_root.guy.shot)) { tellTarget ("_root.arrow") { nextFrame(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.guy.guy1)) { if (_root.lifes > 0) { _root.lifes = _root.lifes - 1; } } } onClipEvent (enterFrame) { if (this.hitTest(_root.guy.power1)) { tellTarget ("_root.arrow") { nextFrame(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.guy.power2)) { tellTarget ("_root.arrow") { nextFrame(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.guy.knife)) { tellTarget ("_root.arrow") { nextFrame(); }; } }
Instance of Symbol 119 MovieClip "arrow3" in Frame 354
onClipEvent (enterFrame) { if (this.hitTest(_root.guy.shot)) { tellTarget ("_root.arrow3") { nextFrame(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.guy.guy1)) { if (_root.lifes > 0) { _root.lifes = _root.lifes - 1; } } } onClipEvent (enterFrame) { if (this.hitTest(_root.guy.power1)) { tellTarget ("_root.arrow3") { nextFrame(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.guy.power2)) { tellTarget ("_root.arrow3") { nextFrame(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.guy.knife)) { tellTarget ("_root.arrow3") { nextFrame(); }; } }
Instance of Symbol 119 MovieClip "arrow2" in Frame 354
onClipEvent (enterFrame) { if (this.hitTest(_root.guy.shot)) { tellTarget ("_root.arrow2") { nextFrame(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.guy.guy1)) { if (_root.lifes > 0) { _root.lifes = _root.lifes - 1; } } } onClipEvent (enterFrame) { if (this.hitTest(_root.guy.power1)) { tellTarget ("_root.arrow2") { nextFrame(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.guy.power2)) { tellTarget ("_root.arrow2") { nextFrame(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.guy.knife)) { tellTarget ("_root.arrow2") { nextFrame(); }; } }
Instance of Symbol 38 MovieClip "mouse" in Frame 354
onClipEvent (load) { Mouse.hide(); } onClipEvent (mouseMove) { _x = _root._xmouse; _y = _root._ymouse; updateafterevent(); }
Frame 355
gotoAndPlay (354);
Frame 356
if (next.hitTest(_root.guy.guy1)) { _root.gotoAndPlay("CREDIT"); } if (_root.lifes < 1) { _root.gotoAndPlay("dead"); } x_diff = _root.arrow._x - _root.guy._x; y_diff = _root.arrow._y - _root.guy._y; radian = Math.atan2(y_diff, x_diff); degree = (radian * 180) / Math.PI; degree = Math.round(degree); setProperty("_root.arrow", _rotation , degree); setProperty("_root.arrow", _x , _root.arrow._x - (t * Math.cos(radian))); setProperty("_root.arrow", _y , _root.arrow._y - (t * Math.sin(radian))); setProperty("_root.fader", _rotation , degree); setProperty("_root.fader", _x , _root.arrow._x - (t * Math.cos(radian))); setProperty("_root.fader", _y , _root.arrow._y - (t * Math.sin(radian))); a_x = Math.round(_root.arrow._x); a_y = Math.round(_root.arrow._y); c_x = Math.round(_root.collision_clip._x); c_y = Math.round(_root.collision_clip._y); if ((a_x < (c_x + boundary)) and (a_x > (c_x - boundary))) { if ((a_y < (c_y + boundary)) and (a_y > (c_y - boundary))) { gotoAndStop ("youLose"); } } x_diff = _root.arrow1._x - _root.guy._x; y_diff = _root.arrow1._y - _root.guy._y; radian = Math.atan2(y_diff, x_diff); degree = (radian * 180) / Math.PI; degree = Math.round(degree); setProperty("_root.arrow1", _rotation , degree); setProperty("_root.arrow1", _x , _root.arrow1._x - (t2 * Math.cos(radian))); setProperty("_root.arrow1", _y , _root.arrow1._y - (t2 * Math.sin(radian))); a_x = Math.round(_root.arrow1._x); a_y = Math.round(_root.arrow1._y); c_x = Math.round(_root.collision_clip._x); c_y = Math.round(_root.collision_clip._y); if ((a_x < (c_x + boundary)) and (a_x > (c_x - boundary))) { if ((a_y < (c_y + boundary)) and (a_y > (c_y - boundary))) { gotoAndStop ("youLose"); } } x_diff = _root.arrow2._x - _root.guy._x; y_diff = _root.arrow2._y - _root.guy._y; radian = Math.atan2(y_diff, x_diff); degree = (radian * 180) / Math.PI; degree = Math.round(degree); setProperty("_root.arrow2", _rotation , degree); setProperty("_root.arrow2", _x , _root.arrow2._x - (t3 * Math.cos(radian))); setProperty("_root.arrow2", _y , _root.arrow2._y - (t3 * Math.sin(radian))); a_x = Math.round(_root.arrow2._x); a_y = Math.round(_root.arrow2._y); c_x = Math.round(_root.collision_clip._x); c_y = Math.round(_root.collision_clip._y); if ((a_x < (c_x + boundary)) and (a_x > (c_x - boundary))) { if ((a_y < (c_y + boundary)) and (a_y > (c_y - boundary))) { gotoAndStop ("youLose"); } } x_diff = _root.arrow3._x - _root.guy._x; y_diff = _root.arrow3._y - _root.guy._y; radian = Math.atan2(y_diff, x_diff); degree = (radian * 180) / Math.PI; degree = Math.round(degree); setProperty("_root.arrow3", _rotation , degree); setProperty("_root.arrow3", _x , _root.arrow3._x - (t4 * Math.cos(radian))); setProperty("_root.arrow3", _y , _root.arrow3._y - (t4 * Math.sin(radian))); a_x = Math.round(_root.arrow3._x); a_y = Math.round(_root.arrow3._y); c_x = Math.round(_root.collision_clip._x); c_y = Math.round(_root.collision_clip._y); if ((a_x < (c_x + boundary)) and (a_x > (c_x - boundary))) { if ((a_y < (c_y + boundary)) and (a_y > (c_y - boundary))) { gotoAndStop ("youLose"); } } x_diff = _root.arrow4._x - _root.guy._x; y_diff = _root.arrow4._y - _root.guy._y; radian = Math.atan2(y_diff, x_diff); degree = (radian * 180) / Math.PI; degree = Math.round(degree); setProperty("_root.arrow4", _rotation , degree); setProperty("_root.arrow4", _x , _root.arrow4._x - (t5 * Math.cos(radian))); setProperty("_root.arrow4", _y , _root.arrow4._y - (t5 * Math.sin(radian))); a_x = Math.round(_root.arrow4._x); a_y = Math.round(_root.arrow4._y); c_x = Math.round(_root.collision_clip._x); c_y = Math.round(_root.collision_clip._y); if ((a_x < (c_x + boundary)) and (a_x > (c_x - boundary))) { if ((a_y < (c_y + boundary)) and (a_y > (c_y - boundary))) { gotoAndStop ("youLose"); } } x_diff = _root.arrow5._x - _root.guy._x; y_diff = _root.arrow5._y - _root.guy._y; radian = Math.atan2(y_diff, x_diff); degree = (radian * 180) / Math.PI; degree = Math.round(degree); setProperty("_root.arrow5", _rotation , degree); setProperty("_root.arrow5", _x , _root.arrow5._x - (t6 * Math.cos(radian))); setProperty("_root.arrow5", _y , _root.arrow5._y - (t6 * Math.sin(radian))); a_x = Math.round(_root.arrow5._x); a_y = Math.round(_root.arrow5._y); c_x = Math.round(_root.collision_clip._x); c_y = Math.round(_root.collision_clip._y); if ((a_x < (c_x + boundary)) and (a_x > (c_x - boundary))) { if ((a_y < (c_y + boundary)) and (a_y > (c_y - boundary))) { gotoAndStop ("youLose"); } } function Bullet() { this.speed = 15; } _global.bullet_depth = 100; addBullet = function (x, y, rot) { _root.attachMovie("bullet", "bullet_" + _global.bullet_depth, _global.bullet_depth, {_x:x, _y:y, _rotation:rot}); _global.bullet_depth++; }; degToRad = function (deg) { rad = (Math.PI * deg) / 180; return(rad); }; radToDeg = function (rad) { deg = (rad * 180) / Math.PI; return(deg); }; Bullet.prototype = new MovieClip(); Bullet.prototype.onEnterFrame = function () { var _local3 = degToRad(this._rotation); this._x = this._x + (this.speed * Math.cos(_local3)); this._y = this._y + (this.speed * Math.sin(_local3)); if (((((this._x < 0) || (this._x > 550)) || (this._y < 0)) || (this._y > 400)) || (_root.walls.hitTest(this._x, this._y, true))) { this.removeMovieClip(); } }; Object.registerClass("bullet", Bullet);
Instance of Symbol 111 MovieClip "guy" in Frame 356
onClipEvent (load) { moveSpeed = 1.5; } onClipEvent (enterFrame) { if (Key.isDown(68)) { this._x = this._x + moveSpeed; } else if (Key.isDown(65)) { this._x = this._x - moveSpeed; } if (Key.isDown(83)) { this._y = this._y + moveSpeed; } else if (Key.isDown(87)) { this._y = this._y - moveSpeed; } this._rotation = _root.radToDeg(Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x)); } onClipEvent (mouseDown) { if (_root.reloading == 0) { tellTarget ("_root.guy") { gotoAndPlay (1); tellTarget ("_root.ammo") { nextFrame(); }; }; } }
Instance of Symbol 113 MovieClip in Frame 356
onClipEvent (enterFrame) { if (this.hitTest(_root.guy.guy1)) { _root.left = false; _root.guy._x = _root.guy._x + 1.5; } }
Instance of Symbol 113 MovieClip in Frame 356
onClipEvent (enterFrame) { if (this.hitTest(_root.guy.guy1)) { _root.right = false; _root.guy._x = _root.guy._x - 1.5; } }
Instance of Symbol 113 MovieClip in Frame 356
onClipEvent (enterFrame) { if (this.hitTest(_root.guy.guy1)) { _root.up = false; _root.guy._y = _root.guy._y + 1.5; } }
Instance of Symbol 113 MovieClip in Frame 356
onClipEvent (enterFrame) { if (this.hitTest(_root.guy.guy1)) { _root.down = false; _root.guy._y = _root.guy._y - 1.5; } }
Instance of Symbol 38 MovieClip "mouse" in Frame 356
onClipEvent (load) { Mouse.hide(); } onClipEvent (mouseMove) { _x = _root._xmouse; _y = _root._ymouse; updateafterevent(); }
Frame 357
gotoAndPlay (356);
Frame 358
stop();
Instance of Symbol 38 MovieClip "mouse" in Frame 358
onClipEvent (load) { Mouse.hide(); } onClipEvent (mouseMove) { _x = _root._xmouse; _y = _root._ymouse; updateafterevent(); }
Frame 359
stop();
Instance of Symbol 38 MovieClip "mouse" in Frame 359
onClipEvent (load) { Mouse.hide(); } onClipEvent (mouseMove) { _x = _root._xmouse; _y = _root._ymouse; updateafterevent(); }
Symbol 10 MovieClip [Browning_1921] Frame 1
stop();
Symbol 10 MovieClip [Browning_1921] Frame 4
gotoAndStop (1);
Symbol 14 MovieClip Frame 1
stop();
Instance of Symbol 14 MovieClip "a" in Symbol 15 MovieClip [enemyshot] Frame 1
onClipEvent (load) { speed = 4; damage = 5; if (frame > 1) { gotoAndStop(frame); } } onClipEvent (enterFrame) { if (_root.endgame >= 1) { removeMovieClip(_parent); } if (_root.pause <= 0) { if (frame == 2) { speed = 6; damage = 10; } else if (frame == 3) { speed = 8; damage = 25; } shotxv = speed * Math.sin((Math.PI/180) * angle); shotyv = (-speed) * Math.cos((Math.PI/180) * angle); _parent._x = _parent._x + shotxv; _parent._y = _parent._y + shotyv; if ((((_parent._x <= 0) or (_parent._y >= 2100)) or (_parent._x >= 260)) or (_parent._y <= -50)) { removeMovieClip(_parent); } if (_root.guy.hitTest(_parent._x, _parent._y, true) or hitTest(_root.guy._x, _root.guy._y, true)) { _root.guy.hp = _root.guy.hp - damage; removeMovieClip(_parent); } } }
Instance of Symbol 17 MovieClip "a" in Symbol 18 MovieClip [shot] Frame 1
onClipEvent (load) { speed = 8; damage = 1; } onClipEvent (enterFrame) { if (_root.endgame >= 1) { removeMovieClip(_parent); } if (_root.pause <= 0) { shotxv = speed * Math.sin((Math.PI/180) * angle); shotyv = (-speed) * Math.cos((Math.PI/180) * angle); _parent._x = _parent._x + shotxv; _parent._y = _parent._y + shotyv; if ((((_parent._x <= 0) or (_parent._y >= 160)) or (_parent._x >= 210)) or (_parent._y <= -10)) { removeMovieClip(_parent); } if (_root.enemy1.hitTest(_parent._x, _parent._y, true)) { _root.enemy1.a.hp = _root.enemy1.a.hp - damage; removeMovieClip(_parent); } if (_root.enemy2.hitTest(_parent._x, _parent._y, true)) { _root.enemy2.a.hp = _root.enemy2.a.hp - damage; removeMovieClip(_parent); } if (_root.enemy3.hitTest(_parent._x, _parent._y, true)) { _root.enemy3.a.hp = _root.enemy3.a.hp - damage; removeMovieClip(_parent); } if (_root.enemy4.hitTest(_parent._x, _parent._y, true)) { _root.enemy4.a.hp = _root.enemy4.a.hp - damage; removeMovieClip(_parent); } if (_root.enemy5.hitTest(_parent._x, _parent._y, true)) { _root.enemy5.a.hp = _root.enemy5.a.hp - damage; removeMovieClip(_parent); } if (_root.enemy6.hitTest(_parent._x, _parent._y, true)) { _root.enemy6.a.hp = _root.enemy6.a.hp - damage; removeMovieClip(_parent); } if (_root.enemy7.hitTest(_parent._x, _parent._y, true)) { _root.enemy7.a.hp = _root.enemy7.a.hp - damage; removeMovieClip(_parent); } if (_root.enemy8.hitTest(_parent._x, _parent._y, true)) { _root.enemy8.a.hp = _root.enemy8.a.hp - damage; removeMovieClip(_parent); } if (_root.enemy9.hitTest(_parent._x, _parent._y, true)) { _root.enemy9.a.hp = _root.enemy9.a.hp - damage; removeMovieClip(_parent); } if (_root.enemy10.hitTest(_parent._x, _parent._y, true)) { _root.enemy10.a.hp = _root.enemy10.a.hp - damage; removeMovieClip(_parent); } if (_root.enemy11.hitTest(_parent._x, _parent._y, true)) { _root.enemy11.a.hp = _root.enemy11.a.hp - damage; removeMovieClip(_parent); } if (_root.enemy12.hitTest(_parent._x, _parent._y, true)) { _root.enemy12.a.hp = _root.enemy12.a.hp - damage; removeMovieClip(_parent); } if (_root.enemy13.hitTest(_parent._x, _parent._y, true)) { _root.enemy13.a.hp = _root.enemy13.a.hp - damage; removeMovieClip(_parent); } if (_root.enemy14.hitTest(_parent._x, _parent._y, true)) { _root.enemy14.a.hp = _root.enemy14.a.hp - damage; removeMovieClip(_parent); } if (_root.enemy15.hitTest(_parent._x, _parent._y, true)) { _root.enemy15.a.hp = _root.enemy15.a.hp - damage; removeMovieClip(_parent); } if (_root.enemy16.hitTest(_parent._x, _parent._y, true)) { _root.enemy16.a.hp = _root.enemy16.a.hp - damage; removeMovieClip(_parent); } if (_root.enemy17.hitTest(_parent._x, _parent._y, true)) { _root.enemy17.a.hp = _root.enemy17.a.hp - damage; removeMovieClip(_parent); } if (_root.enemy18.hitTest(_parent._x, _parent._y, true)) { _root.enemy18.a.hp = _root.enemy18.a.hp - damage; removeMovieClip(_parent); } if (_root.enemy19.hitTest(_parent._x, _parent._y, true)) { _root.enemy19.a.hp = _root.enemy19.a.hp - damage; removeMovieClip(_parent); } if (_root.enemy20.hitTest(_parent._x, _parent._y, true)) { _root.enemy20.a.hp = _root.enemy20.a.hp - damage; removeMovieClip(_parent); } if (_root.bee1.hitTest(_parent._x, _parent._y, true)) { _root.bee1.a.hp = _root.bee1.a.hp - damage; removeMovieClip(_parent); } if (_root.bee2.hitTest(_parent._x, _parent._y, true)) { _root.bee2.a.hp = _root.bee2.a.hp - damage; removeMovieClip(_parent); } if (_root.bee3.hitTest(_parent._x, _parent._y, true)) { _root.bee3.a.hp = _root.bee3.a.hp - damage; removeMovieClip(_parent); } if (_root.bee4.hitTest(_parent._x, _parent._y, true)) { _root.bee4.a.hp = _root.bee4.a.hp - damage; removeMovieClip(_parent); } if (_root.bee5.hitTest(_parent._x, _parent._y, true)) { _root.bee5.a.hp = _root.bee5.a.hp - damage; removeMovieClip(_parent); } if (_root.bee6.hitTest(_parent._x, _parent._y, true)) { _root.bee6.a.hp = _root.bee6.a.hp - damage; removeMovieClip(_parent); } if (_root.bee7.hitTest(_parent._x, _parent._y, true)) { _root.bee7.a.hp = _root.bee7.a.hp - damage; removeMovieClip(_parent); } if (_root.bee8.hitTest(_parent._x, _parent._y, true)) { _root.bee8.a.hp = _root.bee8.a.hp - damage; removeMovieClip(_parent); } if (_root.bee9.hitTest(_parent._x, _parent._y, true)) { _root.bee9.a.hp = _root.bee9.a.hp - damage; removeMovieClip(_parent); } if (_root.bee10.hitTest(_parent._x, _parent._y, true)) { _root.bee10.a.hp = _root.bee10.a.hp - damage; removeMovieClip(_parent); } if (_root.boss1.hitTest(_parent._x, _parent._y, true)) { _root.boss1.a.hp = _root.boss1.a.hp - damage; removeMovieClip(_parent); } if (_root.bossm1.hitTest(_parent)) { _root.bossm1.a.hp = _root.bossm1.a.hp - damage; removeMovieClip(_parent); } if (_root.bossm2.hitTest(_parent)) { _root.bossm2.a.hp = _root.bossm2.a.hp - damage; removeMovieClip(_parent); } if (_root.bossm3.hitTest(_parent)) { _root.bossm3.a.hp = _root.bossm3.a.hp - damage; removeMovieClip(_parent); } if (_root.bossm4.hitTest(_parent)) { _root.bossm4.a.hp = _root.bossm4.a.hp - damage; removeMovieClip(_parent); } if (_root.bossm5.hitTest(_parent)) { _root.bossm5.a.hp = _root.bossm5.a.hp - damage; removeMovieClip(_parent); } if (_root.bossm6.hitTest(_parent)) { _root.bossm6.a.hp = _root.bossm6.a.hp - damage; removeMovieClip(_parent); } if (_root.bossm7.hitTest(_parent)) { _root.bossm7.a.hp = _root.bossm7.a.hp - damage; removeMovieClip(_parent); } if (_root.bossm8.hitTest(_parent)) { _root.bossm8.a.hp = _root.bossm8.a.hp - damage; removeMovieClip(_parent); } if (_root.bossm9.hitTest(_parent)) { _root.bossm9.a.hp = _root.bossm9.a.hp - damage; removeMovieClip(_parent); } } }
Symbol 34 MovieClip Frame 1
_root.stop(); PercentLoaded = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100; if (PercentLoaded != 100) { setProperty(bar, _xscale , PercentLoaded); } else { gotoAndStop ("loaded"); }
Symbol 34 MovieClip Frame 2
gotoAndPlay (1);
Symbol 34 MovieClip Frame 3
_root.play();
Symbol 38 MovieClip Frame 1
stop();
Symbol 43 Button
on (press) { gotoAndPlay (234); }
Symbol 47 Button
on (release) { getURL ("http://movie.hk.pl", "_blank"); }
Symbol 55 MovieClip Frame 1
stop();
Symbol 55 MovieClip Frame 10
gotoAndStop (1);
Symbol 93 Button
on (press) { gotoAndPlay (335); }
Symbol 106 MovieClip Frame 1
stop();
Symbol 106 MovieClip Frame 50
gotoAndStop (1);
Symbol 108 MovieClip Frame 1
stop();
Symbol 108 MovieClip Frame 50
gotoAndStop (1);
Symbol 111 MovieClip Frame 1
stop();
Symbol 111 MovieClip Frame 2
Instance of Symbol 110 MovieClip "shot" in Symbol 111 MovieClip Frame 2
/* no clip actions */
Symbol 111 MovieClip Frame 3
Symbol 111 MovieClip Frame 4
gotoAndStop (1);
Symbol 119 MovieClip Frame 1
stop();
Symbol 119 MovieClip Frame 2
stop();
Symbol 119 MovieClip Frame 3
stop();
Symbol 119 MovieClip Frame 4
stop();
Symbol 119 MovieClip Frame 5
stop();
Symbol 119 MovieClip Frame 6
stop();
Symbol 119 MovieClip Frame 7
stop();
Symbol 119 MovieClip Frame 8
stop();
Symbol 119 MovieClip Frame 9
stop();
Symbol 142 MovieClip Frame 1
stop(); _root.reloading = 0;
Symbol 142 MovieClip Frame 2
stop();
Symbol 142 MovieClip Frame 3
stop();
Symbol 142 MovieClip Frame 4
stop();
Symbol 142 MovieClip Frame 5
stop();
Symbol 142 MovieClip Frame 6
stop();
Symbol 142 MovieClip Frame 7
stop();
Symbol 142 MovieClip Frame 8
stop();
Symbol 142 MovieClip Frame 9
stop();
Symbol 142 MovieClip Frame 10
stop();
Symbol 142 MovieClip Frame 11
stop();
Symbol 142 MovieClip Frame 12
stop();
Symbol 142 MovieClip Frame 13
stop();
Symbol 142 MovieClip Frame 14
stop();
Symbol 142 MovieClip Frame 15
stop();
Symbol 142 MovieClip Frame 16
stop();
Symbol 142 MovieClip Frame 17
stop();
Symbol 142 MovieClip Frame 18
stop();
Symbol 142 MovieClip Frame 19
stop();
Symbol 142 MovieClip Frame 20
_root.reloading = 1; play();
Symbol 142 MovieClip Frame 85
gotoAndPlay (1);
Symbol 144 Button
on (keyPress "<Down>") { if (_root.power1 > 0) { _root.power1 = _root.power1 - 1; tellTarget ("_root.guy.power1") { gotoAndPlay (2); }; } } on (keyPress "<Up>") { if (_root.power2 > 0) { _root.power2 = _root.power2 - 1; tellTarget ("_root.guy.power2") { gotoAndPlay (2); }; } } on (keyPress "<Space>") { tellTarget ("_root.guy.knife") { gotoAndPlay (2); }; }
Symbol 162 Button
on (keyPress "<Down>") { if (_root.power1 > 0) { _root.power1 = _root.power1 - 1; tellTarget ("_root.guy.power1") { gotoAndPlay (2); }; } } on (keyPress "<Up>") { if (_root.power2 > 0) { _root.power2 = _root.power2 - 1; tellTarget ("_root.guy.power2") { gotoAndPlay (2); }; } } on (keyPress "<Space>") { tellTarget ("_root.guy.knife") { gotoAndPlay (2); }; }
Symbol 176 Button
on (keyPress "<Down>") { if (_root.power1 > 0) { _root.power1 = _root.power1 - 1; tellTarget ("_root.guy.power1") { gotoAndPlay (2); }; } } on (keyPress "<Up>") { if (_root.power2 > 0) { _root.power2 = _root.power2 - 1; tellTarget ("_root.guy.power2") { gotoAndPlay (2); }; } } on (keyPress "<Space>") { tellTarget ("_root.guy.knife") { gotoAndPlay (2); }; }
Symbol 189 Button
on (keyPress "<Down>") { if (_root.power1 > 0) { _root.power1 = _root.power1 - 1; tellTarget ("_root.guy.power1") { gotoAndPlay (2); }; } } on (keyPress "<Up>") { if (_root.power2 > 0) { _root.power2 = _root.power2 - 1; tellTarget ("_root.guy.power2") { gotoAndPlay (2); }; } } on (keyPress "<Space>") { tellTarget ("_root.guy.knife") { gotoAndPlay (2); }; }
Symbol 202 Button
on (keyPress "<Down>") { if (_root.power1 > 0) { _root.power1 = _root.power1 - 1; tellTarget ("_root.guy.power1") { gotoAndPlay (2); }; } } on (keyPress "<Up>") { if (_root.power2 > 0) { _root.power2 = _root.power2 - 1; tellTarget ("_root.guy.power2") { gotoAndPlay (2); }; } } on (keyPress "<Space>") { tellTarget ("_root.guy.knife") { gotoAndPlay (2); }; }
Symbol 215 Button
on (keyPress "<Down>") { if (_root.power1 > 0) { _root.power1 = _root.power1 - 1; tellTarget ("_root.guy.power1") { gotoAndPlay (2); }; } } on (keyPress "<Up>") { if (_root.power2 > 0) { _root.power2 = _root.power2 - 1; tellTarget ("_root.guy.power2") { gotoAndPlay (2); }; } } on (keyPress "<Space>") { tellTarget ("_root.guy.knife") { gotoAndPlay (2); }; }
Symbol 228 Button
on (keyPress "<Down>") { if (_root.power1 > 0) { _root.power1 = _root.power1 - 1; tellTarget ("_root.guy.power1") { gotoAndPlay (2); }; } } on (keyPress "<Up>") { if (_root.power2 > 0) { _root.power2 = _root.power2 - 1; tellTarget ("_root.guy.power2") { gotoAndPlay (2); }; } } on (keyPress "<Space>") { tellTarget ("_root.guy.knife") { gotoAndPlay (2); }; }
Symbol 241 Button
on (keyPress "<Down>") { if (_root.power1 > 0) { _root.power1 = _root.power1 - 1; tellTarget ("_root.guy.power1") { gotoAndPlay (2); }; } } on (keyPress "<Up>") { if (_root.power2 > 0) { _root.power2 = _root.power2 - 1; tellTarget ("_root.guy.power2") { gotoAndPlay (2); }; } } on (keyPress "<Space>") { tellTarget ("_root.guy.knife") { gotoAndPlay (2); }; }
Symbol 245 MovieClip Frame 1
stop();
Symbol 245 MovieClip Frame 2
stop();
Symbol 259 Button
on (keyPress "<Down>") { if (_root.power1 > 0) { _root.power1 = _root.power1 - 1; tellTarget ("_root.guy.power1") { gotoAndPlay (2); }; } } on (keyPress "<Up>") { if (_root.power2 > 0) { _root.power2 = _root.power2 - 1; tellTarget ("_root.guy.power2") { gotoAndPlay (2); }; } } on (keyPress "<Space>") { tellTarget ("_root.guy.knife") { gotoAndPlay (2); }; }
Symbol 272 Button
on (keyPress "<Down>") { if (_root.power1 > 0) { _root.power1 = _root.power1 - 1; tellTarget ("_root.guy.power1") { gotoAndPlay (2); }; } } on (keyPress "<Up>") { if (_root.power2 > 0) { _root.power2 = _root.power2 - 1; tellTarget ("_root.guy.power2") { gotoAndPlay (2); }; } } on (keyPress "<Space>") { tellTarget ("_root.guy.knife") { gotoAndPlay (2); }; }
Symbol 276 MovieClip Frame 1
stop();
Symbol 276 MovieClip Frame 2
stop();
Symbol 288 Button
on (keyPress "<Down>") { if (_root.power1 > 0) { _root.power1 = _root.power1 - 1; tellTarget ("_root.guy.power1") { gotoAndPlay (2); }; } } on (keyPress "<Up>") { if (_root.power2 > 0) { _root.power2 = _root.power2 - 1; tellTarget ("_root.guy.power2") { gotoAndPlay (2); }; } } on (keyPress "<Space>") { tellTarget ("_root.guy.knife") { gotoAndPlay (2); }; }
Symbol 291 MovieClip Frame 1
stop();
Symbol 291 MovieClip Frame 2
stop();
Symbol 293 Button
on (keyPress "<Down>") { if (_root.power1 > 0) { _root.power1 = _root.power1 - 1; tellTarget ("_root.guy.power1") { gotoAndPlay (2); }; } } on (keyPress "<Up>") { if (_root.power2 > 0) { _root.power2 = _root.power2 - 1; tellTarget ("_root.guy.power2") { gotoAndPlay (2); }; } } on (keyPress "<Space>") { tellTarget ("_root.guy.knife") { gotoAndPlay (2); }; }
Symbol 302 Button
on (release) { getURL ("http://mrd.mikos.foxnet.pl/SOLDIER.zip", "_blank"); }
Symbol 306 Button
on (press) { gotoAndPlay (234); }
Symbol 310 Button
on (release) { getURL ("http://movie.hk.pl", "_blank"); }

Library Items

Symbol 1 Sound [GunDark]Used by:111
Symbol 2 GraphicUsed by:3
Symbol 3 MovieClipUses:2Used by:10
Symbol 4 GraphicUsed by:7
Symbol 5 SoundUsed by:7
Symbol 6 GraphicUsed by:7
Symbol 7 MovieClipUses:4 5 6Used by:10 111
Symbol 8 GraphicUsed by:9
Symbol 9 MovieClipUses:8Used by:10
Symbol 10 MovieClip [Browning_1921]Uses:3 7 9
Symbol 11 GraphicUsed by:14
Symbol 12 GraphicUsed by:14
Symbol 13 GraphicUsed by:14
Symbol 14 MovieClipUses:11 12 13Used by:15
Symbol 15 MovieClip [enemyshot]Uses:14
Symbol 16 GraphicUsed by:17
Symbol 17 MovieClipUses:16Used by:18
Symbol 18 MovieClip [shot]Uses:17
Symbol 19 GraphicUsed by:20
Symbol 20 MovieClip [bullet]Uses:19
Symbol 21 FontUsed by:22 26 140 312
Symbol 22 TextUses:21Used by:Timeline
Symbol 23 GraphicUsed by:Timeline
Symbol 24 GraphicUsed by:Timeline
Symbol 25 GraphicUsed by:Timeline
Symbol 26 TextUses:21Used by:Timeline
Symbol 27 FontUsed by:28 30 39 40 41 44 45 90 91 292 294 295 296 297 298 299 300 303 304 307 308
Symbol 28 TextUses:27Used by:29  Timeline
Symbol 29 MovieClipUses:28Used by:Timeline
Symbol 30 TextUses:27Used by:Timeline
Symbol 31 GraphicUsed by:32
Symbol 32 MovieClipUses:31Used by:34
Symbol 33 GraphicUsed by:34
Symbol 34 MovieClipUses:32 33Used by:Timeline
Symbol 35 BitmapUsed by:36
Symbol 36 GraphicUses:35Used by:Timeline
Symbol 37 GraphicUsed by:38
Symbol 38 MovieClipUses:37Used by:Timeline
Symbol 39 TextUses:27Used by:Timeline
Symbol 40 TextUses:27Used by:43
Symbol 41 TextUses:27Used by:43
Symbol 42 GraphicUsed by:43
Symbol 43 ButtonUses:40 41 42Used by:Timeline
Symbol 44 TextUses:27Used by:47
Symbol 45 TextUses:27Used by:47
Symbol 46 GraphicUsed by:47
Symbol 47 ButtonUses:44 45 46Used by:Timeline
Symbol 48 BitmapUsed by:49 72 94
Symbol 49 GraphicUses:48Used by:Timeline
Symbol 50 GraphicUsed by:Timeline
Symbol 51 SoundUsed by:Timeline
Symbol 52 GraphicUsed by:Timeline
Symbol 53 GraphicUsed by:55
Symbol 54 GraphicUsed by:55
Symbol 55 MovieClipUses:53 54Used by:111  Timeline
Symbol 56 GraphicUsed by:57
Symbol 57 MovieClipUses:56Used by:71 111
Symbol 58 GraphicUsed by:59
Symbol 59 MovieClipUses:58Used by:71 111 119
Symbol 60 GraphicUsed by:61
Symbol 61 MovieClipUses:60Used by:71 111 119
Symbol 62 GraphicUsed by:63
Symbol 63 MovieClipUses:62Used by:71 111
Symbol 64 GraphicUsed by:65
Symbol 65 MovieClipUses:64Used by:66 111
Symbol 66 MovieClipUses:65Used by:71
Symbol 67 GraphicUsed by:68
Symbol 68 MovieClipUses:67Used by:71 111 119
Symbol 69 GraphicUsed by:70
Symbol 70 MovieClipUses:69Used by:71 111
Symbol 71 MovieClipUses:57 59 61 63 66 68 70Used by:111  Timeline
Symbol 72 GraphicUses:48Used by:Timeline
Symbol 73 FontUsed by:74 80 82 84 86 87 88 89
Symbol 74 TextUses:73Used by:Timeline
Symbol 75 GraphicUsed by:78
Symbol 76 GraphicUsed by:78
Symbol 77 GraphicUsed by:78
Symbol 78 ButtonUses:75 76 77Used by:Timeline
Symbol 79 GraphicUsed by:Timeline
Symbol 80 TextUses:73Used by:Timeline
Symbol 81 GraphicUsed by:Timeline
Symbol 82 TextUses:73Used by:Timeline
Symbol 83 GraphicUsed by:Timeline
Symbol 84 TextUses:73Used by:Timeline
Symbol 85 GraphicUsed by:Timeline
Symbol 86 TextUses:73Used by:Timeline
Symbol 87 TextUses:73Used by:Timeline
Symbol 88 TextUses:73Used by:Timeline
Symbol 89 TextUses:73Used by:Timeline
Symbol 90 TextUses:27Used by:93
Symbol 91 TextUses:27Used by:93
Symbol 92 GraphicUsed by:93
Symbol 93 ButtonUses:90 91 92Used by:Timeline
Symbol 94 GraphicUses:48Used by:Timeline
Symbol 95 GraphicUsed by:96
Symbol 96 MovieClipUses:95Used by:97
Symbol 97 MovieClipUses:96Used by:Timeline
Symbol 98 FontUsed by:99 100 101 102 145 146 147 148 160 161 163 174 175 177 187 188 190 200 201 203 213 214 216 226 227 229 239 240 242 244 257 258 260 270 271 273 275 286 287 289 290 311
Symbol 99 TextUses:98Used by:Timeline
Symbol 100 TextUses:98Used by:Timeline
Symbol 101 EditableTextUses:98Used by:Timeline
Symbol 102 EditableTextUses:98Used by:Timeline
Symbol 103 GraphicUsed by:104
Symbol 104 MovieClipUses:103Used by:111
Symbol 105 GraphicUsed by:106
Symbol 106 MovieClipUses:105Used by:111
Symbol 107 GraphicUsed by:108
Symbol 108 MovieClipUses:107Used by:111
Symbol 109 GraphicUsed by:110
Symbol 110 MovieClipUses:109Used by:111
Symbol 111 MovieClipUses:104 55 106 108 71 57 59 65 61 63 68 70 7 110 1Used by:Timeline
Symbol 112 GraphicUsed by:113
Symbol 113 MovieClipUses:112Used by:Timeline
Symbol 114 GraphicUsed by:119
Symbol 115 GraphicUsed by:119
Symbol 116 GraphicUsed by:119
Symbol 117 GraphicUsed by:119
Symbol 118 GraphicUsed by:119
Symbol 119 MovieClipUses:59 61 68 114 115 116 117 118Used by:Timeline
Symbol 120 FontUsed by:121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 151 152 153 154 155 156 157 158 159 165 166 167 168 169 170 171 172 173 178 179 180 181 182 183 184 185 186 191 192 193 194 195 196 197 198 199 204 205 206 207 208 209 210 211 212 217 218 219 220 221 222 223 224 225 230 231 232 233 234 235 236 237 238 248 249 250 251 252 253 254 255 256 261 262 263 264 265 266 267 268 269 277 278 279 280 281 282 283 284 285
Symbol 121 TextUses:120Used by:Timeline
Symbol 122 EditableTextUses:120Used by:Timeline
Symbol 123 TextUses:120Used by:Timeline
Symbol 124 EditableTextUses:120Used by:Timeline
Symbol 125 TextUses:120Used by:Timeline
Symbol 126 EditableTextUses:120Used by:Timeline
Symbol 127 TextUses:120Used by:Timeline
Symbol 128 EditableTextUses:120Used by:Timeline
Symbol 129 TextUses:120Used by:Timeline
Symbol 130 EditableTextUses:120Used by:Timeline
Symbol 131 TextUses:120Used by:Timeline
Symbol 132 EditableTextUses:120Used by:Timeline
Symbol 133 TextUses:120Used by:Timeline
Symbol 134 EditableTextUses:120Used by:Timeline
Symbol 135 TextUses:120Used by:Timeline
Symbol 136 EditableTextUses:120Used by:Timeline
Symbol 137 EditableTextUses:120Used by:Timeline
Symbol 138 TextUsed by:Timeline
Symbol 139 GraphicUsed by:142
Symbol 140 TextUses:21Used by:142
Symbol 141 SoundUsed by:142
Symbol 142 MovieClipUses:139 140 141Used by:Timeline
Symbol 143 GraphicUsed by:144 162 176 189 202 215 228 241 259 272 288 293
Symbol 144 ButtonUses:143Used by:Timeline
Symbol 145 TextUses:98Used by:Timeline
Symbol 146 EditableTextUses:98Used by:Timeline
Symbol 147 EditableTextUses:98Used by:Timeline
Symbol 148 EditableTextUses:98Used by:Timeline
Symbol 149 BitmapUsed by:150 164
Symbol 150 GraphicUses:149Used by:Timeline
Symbol 151 EditableTextUses:120Used by:Timeline
Symbol 152 EditableTextUses:120Used by:Timeline
Symbol 153 EditableTextUses:120Used by:Timeline
Symbol 154 EditableTextUses:120Used by:Timeline
Symbol 155 EditableTextUses:120Used by:Timeline
Symbol 156 EditableTextUses:120Used by:Timeline
Symbol 157 EditableTextUses:120Used by:Timeline
Symbol 158 EditableTextUses:120Used by:Timeline
Symbol 159 EditableTextUses:120Used by:Timeline
Symbol 160 EditableTextUses:98Used by:Timeline
Symbol 161 EditableTextUses:98Used by:Timeline
Symbol 162 ButtonUses:143Used by:Timeline
Symbol 163 EditableTextUses:98Used by:Timeline
Symbol 164 GraphicUses:149Used by:Timeline
Symbol 165 EditableTextUses:120Used by:Timeline
Symbol 166 EditableTextUses:120Used by:Timeline
Symbol 167 EditableTextUses:120Used by:Timeline
Symbol 168 EditableTextUses:120Used by:Timeline
Symbol 169 EditableTextUses:120Used by:Timeline
Symbol 170 EditableTextUses:120Used by:Timeline
Symbol 171 EditableTextUses:120Used by:Timeline
Symbol 172 EditableTextUses:120Used by:Timeline
Symbol 173 EditableTextUses:120Used by:Timeline
Symbol 174 EditableTextUses:98Used by:Timeline
Symbol 175 EditableTextUses:98Used by:Timeline
Symbol 176 ButtonUses:143Used by:Timeline
Symbol 177 EditableTextUses:98Used by:Timeline
Symbol 178 EditableTextUses:120Used by:Timeline
Symbol 179 EditableTextUses:120Used by:Timeline
Symbol 180 EditableTextUses:120Used by:Timeline
Symbol 181 EditableTextUses:120Used by:Timeline
Symbol 182 EditableTextUses:120Used by:Timeline
Symbol 183 EditableTextUses:120Used by:Timeline
Symbol 184 EditableTextUses:120Used by:Timeline
Symbol 185 EditableTextUses:120Used by:Timeline
Symbol 186 EditableTextUses:120Used by:Timeline
Symbol 187 EditableTextUses:98Used by:Timeline
Symbol 188 EditableTextUses:98Used by:Timeline
Symbol 189 ButtonUses:143Used by:Timeline
Symbol 190 EditableTextUses:98Used by:Timeline
Symbol 191 EditableTextUses:120Used by:Timeline
Symbol 192 EditableTextUses:120Used by:Timeline
Symbol 193 EditableTextUses:120Used by:Timeline
Symbol 194 EditableTextUses:120Used by:Timeline
Symbol 195 EditableTextUses:120Used by:Timeline
Symbol 196 EditableTextUses:120Used by:Timeline
Symbol 197 EditableTextUses:120Used by:Timeline
Symbol 198 EditableTextUses:120Used by:Timeline
Symbol 199 EditableTextUses:120Used by:Timeline
Symbol 200 EditableTextUses:98Used by:Timeline
Symbol 201 EditableTextUses:98Used by:Timeline
Symbol 202 ButtonUses:143Used by:Timeline
Symbol 203 EditableTextUses:98Used by:Timeline
Symbol 204 EditableTextUses:120Used by:Timeline
Symbol 205 EditableTextUses:120Used by:Timeline
Symbol 206 EditableTextUses:120Used by:Timeline
Symbol 207 EditableTextUses:120Used by:Timeline
Symbol 208 EditableTextUses:120Used by:Timeline
Symbol 209 EditableTextUses:120Used by:Timeline
Symbol 210 EditableTextUses:120Used by:Timeline
Symbol 211 EditableTextUses:120Used by:Timeline
Symbol 212 EditableTextUses:120Used by:Timeline
Symbol 213 EditableTextUses:98Used by:Timeline
Symbol 214 EditableTextUses:98Used by:Timeline
Symbol 215 ButtonUses:143Used by:Timeline
Symbol 216 EditableTextUses:98Used by:Timeline
Symbol 217 EditableTextUses:120Used by:Timeline
Symbol 218 EditableTextUses:120Used by:Timeline
Symbol 219 EditableTextUses:120Used by:Timeline
Symbol 220 EditableTextUses:120Used by:Timeline
Symbol 221 EditableTextUses:120Used by:Timeline
Symbol 222 EditableTextUses:120Used by:Timeline
Symbol 223 EditableTextUses:120Used by:Timeline
Symbol 224 EditableTextUses:120Used by:Timeline
Symbol 225 EditableTextUses:120Used by:Timeline
Symbol 226 EditableTextUses:98Used by:Timeline
Symbol 227 EditableTextUses:98Used by:Timeline
Symbol 228 ButtonUses:143Used by:Timeline
Symbol 229 EditableTextUses:98Used by:Timeline
Symbol 230 EditableTextUses:120Used by:Timeline
Symbol 231 EditableTextUses:120Used by:Timeline
Symbol 232 EditableTextUses:120Used by:Timeline
Symbol 233 EditableTextUses:120Used by:Timeline
Symbol 234 EditableTextUses:120Used by:Timeline
Symbol 235 EditableTextUses:120Used by:Timeline
Symbol 236 EditableTextUses:120Used by:Timeline
Symbol 237 EditableTextUses:120Used by:Timeline
Symbol 238 EditableTextUses:120Used by:Timeline
Symbol 239 EditableTextUses:98Used by:Timeline
Symbol 240 EditableTextUses:98Used by:Timeline
Symbol 241 ButtonUses:143Used by:Timeline
Symbol 242 EditableTextUses:98Used by:Timeline
Symbol 243 GraphicUsed by:245 291
Symbol 244 TextUses:98Used by:245
Symbol 245 MovieClipUses:243 244Used by:Timeline
Symbol 246 BitmapUsed by:247
Symbol 247 GraphicUses:246Used by:Timeline
Symbol 248 EditableTextUses:120Used by:Timeline
Symbol 249 EditableTextUses:120Used by:Timeline
Symbol 250 EditableTextUses:120Used by:Timeline
Symbol 251 EditableTextUses:120Used by:Timeline
Symbol 252 EditableTextUses:120Used by:Timeline
Symbol 253 EditableTextUses:120Used by:Timeline
Symbol 254 EditableTextUses:120Used by:Timeline
Symbol 255 EditableTextUses:120Used by:Timeline
Symbol 256 EditableTextUses:120Used by:Timeline
Symbol 257 EditableTextUses:98Used by:Timeline
Symbol 258 EditableTextUses:98Used by:Timeline
Symbol 259 ButtonUses:143Used by:Timeline
Symbol 260 EditableTextUses:98Used by:Timeline
Symbol 261 EditableTextUses:120Used by:Timeline
Symbol 262 EditableTextUses:120Used by:Timeline
Symbol 263 EditableTextUses:120Used by:Timeline
Symbol 264 EditableTextUses:120Used by:Timeline
Symbol 265 EditableTextUses:120Used by:Timeline
Symbol 266 EditableTextUses:120Used by:Timeline
Symbol 267 EditableTextUses:120Used by:Timeline
Symbol 268 EditableTextUses:120Used by:Timeline
Symbol 269 EditableTextUses:120Used by:Timeline
Symbol 270 EditableTextUses:98Used by:Timeline
Symbol 271 EditableTextUses:98Used by:Timeline
Symbol 272 ButtonUses:143Used by:Timeline
Symbol 273 EditableTextUses:98Used by:Timeline
Symbol 274 GraphicUsed by:276
Symbol 275 TextUses:98Used by:276
Symbol 276 MovieClipUses:274 275Used by:Timeline
Symbol 277 EditableTextUses:120Used by:Timeline
Symbol 278 EditableTextUses:120Used by:Timeline
Symbol 279 EditableTextUses:120Used by:Timeline
Symbol 280 EditableTextUses:120Used by:Timeline
Symbol 281 EditableTextUses:120Used by:Timeline
Symbol 282 EditableTextUses:120Used by:Timeline
Symbol 283 EditableTextUses:120Used by:Timeline
Symbol 284 EditableTextUses:120Used by:Timeline
Symbol 285 EditableTextUses:120Used by:Timeline
Symbol 286 EditableTextUses:98Used by:Timeline
Symbol 287 EditableTextUses:98Used by:Timeline
Symbol 288 ButtonUses:143Used by:Timeline
Symbol 289 EditableTextUses:98Used by:Timeline
Symbol 290 TextUses:98Used by:291
Symbol 291 MovieClipUses:243 290Used by:Timeline
Symbol 292 TextUses:27Used by:Timeline
Symbol 293 ButtonUses:143Used by:Timeline
Symbol 294 TextUses:27Used by:Timeline
Symbol 295 TextUses:27Used by:Timeline
Symbol 296 TextUses:27Used by:Timeline
Symbol 297 TextUses:27Used by:Timeline
Symbol 298 TextUses:27Used by:Timeline
Symbol 299 TextUses:27Used by:302
Symbol 300 TextUses:27Used by:302
Symbol 301 GraphicUsed by:302
Symbol 302 ButtonUses:299 300 301Used by:Timeline
Symbol 303 TextUses:27Used by:306
Symbol 304 TextUses:27Used by:306
Symbol 305 GraphicUsed by:306
Symbol 306 ButtonUses:303 304 305Used by:Timeline
Symbol 307 TextUses:27Used by:310
Symbol 308 TextUses:27Used by:310
Symbol 309 GraphicUsed by:310
Symbol 310 ButtonUses:307 308 309Used by:Timeline
Symbol 311 EditableTextUses:98Used by:Timeline
Symbol 312 TextUses:21Used by:Timeline

Instance Names

"mouse"Frame 230Symbol 38 MovieClip
"mouse"Frame 232Symbol 38 MovieClip
"mouse"Frame 234Symbol 38 MovieClip
"knife"Frame 289Symbol 55 MovieClip
"next"Frame 334Symbol 97 MovieClip
"power1"Frame 334Symbol 101 EditableText
"power2"Frame 334Symbol 102 EditableText
"guy"Frame 334Symbol 111 MovieClip
"arrow1"Frame 334Symbol 119 MovieClip
"arrow2"Frame 334Symbol 119 MovieClip
"arrow"Frame 334Symbol 119 MovieClip
"mouse"Frame 334Symbol 38 MovieClip
"ammo"Frame 334Symbol 142 MovieClip
"lifes"Frame 334Symbol 146 EditableText
"power1"Frame 335Symbol 147 EditableText
"power2"Frame 335Symbol 148 EditableText
"guy"Frame 336Symbol 111 MovieClip
"arrow1"Frame 336Symbol 119 MovieClip
"arrow2"Frame 336Symbol 119 MovieClip
"arrow"Frame 336Symbol 119 MovieClip
"arrow3"Frame 336Symbol 119 MovieClip
"arrow4"Frame 336Symbol 119 MovieClip
"next"Frame 336Symbol 97 MovieClip
"power1"Frame 336Symbol 160 EditableText
"power2"Frame 336Symbol 161 EditableText
"lifes"Frame 336Symbol 163 EditableText
"mouse"Frame 336Symbol 38 MovieClip
"ammo"Frame 336Symbol 142 MovieClip
"next"Frame 338Symbol 97 MovieClip
"guy"Frame 338Symbol 111 MovieClip
"arrow1"Frame 338Symbol 119 MovieClip
"arrow2"Frame 338Symbol 119 MovieClip
"arrow"Frame 338Symbol 119 MovieClip
"arrow4"Frame 338Symbol 119 MovieClip
"arrow3"Frame 338Symbol 119 MovieClip
"power1"Frame 338Symbol 174 EditableText
"power2"Frame 338Symbol 175 EditableText
"lifes"Frame 338Symbol 177 EditableText
"mouse"Frame 338Symbol 38 MovieClip
"ammo"Frame 338Symbol 142 MovieClip
"next"Frame 340Symbol 97 MovieClip
"guy"Frame 340Symbol 111 MovieClip
"arrow1"Frame 340Symbol 119 MovieClip
"arrow2"Frame 340Symbol 119 MovieClip
"arrow"Frame 340Symbol 119 MovieClip
"arrow3"Frame 340Symbol 119 MovieClip
"arrow4"Frame 340Symbol 119 MovieClip
"arrow5"Frame 340Symbol 119 MovieClip
"power1"Frame 340Symbol 187 EditableText
"power2"Frame 340Symbol 188 EditableText
"lifes"Frame 340Symbol 190 EditableText
"mouse"Frame 340Symbol 38 MovieClip
"ammo"Frame 340Symbol 142 MovieClip
"next"Frame 342Symbol 97 MovieClip
"guy"Frame 342Symbol 111 MovieClip
"arrow1"Frame 342Symbol 119 MovieClip
"arrow2"Frame 342Symbol 119 MovieClip
"arrow"Frame 342Symbol 119 MovieClip
"arrow3"Frame 342Symbol 119 MovieClip
"arrow5"Frame 342Symbol 119 MovieClip
"power1"Frame 342Symbol 200 EditableText
"power2"Frame 342Symbol 201 EditableText
"arrow4"Frame 342Symbol 119 MovieClip
"lifes"Frame 342Symbol 203 EditableText
"mouse"Frame 342Symbol 38 MovieClip
"ammo"Frame 342Symbol 142 MovieClip
"next"Frame 344Symbol 97 MovieClip
"guy"Frame 344Symbol 111 MovieClip
"arrow1"Frame 344Symbol 119 MovieClip
"arrow2"Frame 344Symbol 119 MovieClip
"arrow"Frame 344Symbol 119 MovieClip
"arrow5"Frame 344Symbol 119 MovieClip
"power1"Frame 344Symbol 213 EditableText
"power2"Frame 344Symbol 214 EditableText
"lifes"Frame 344Symbol 216 EditableText
"mouse"Frame 344Symbol 38 MovieClip
"ammo"Frame 344Symbol 142 MovieClip
"next"Frame 346Symbol 97 MovieClip
"guy"Frame 346Symbol 111 MovieClip
"arrow1"Frame 346Symbol 119 MovieClip
"arrow2"Frame 346Symbol 119 MovieClip
"arrow3"Frame 346Symbol 119 MovieClip
"arrow5"Frame 346Symbol 119 MovieClip
"power1"Frame 346Symbol 226 EditableText
"power2"Frame 346Symbol 227 EditableText
"arrow4"Frame 346Symbol 119 MovieClip
"lifes"Frame 346Symbol 229 EditableText
"arrow"Frame 346Symbol 119 MovieClip
"mouse"Frame 346Symbol 38 MovieClip
"ammo"Frame 346Symbol 142 MovieClip
"next"Frame 348Symbol 97 MovieClip
"guy"Frame 348Symbol 111 MovieClip
"arrow1"Frame 348Symbol 119 MovieClip
"arrow2"Frame 348Symbol 119 MovieClip
"arrow3"Frame 348Symbol 119 MovieClip
"arrow5"Frame 348Symbol 119 MovieClip
"power1"Frame 348Symbol 239 EditableText
"power2"Frame 348Symbol 240 EditableText
"lifes"Frame 348Symbol 242 EditableText
"arrow4"Frame 348Symbol 119 MovieClip
"arrow"Frame 348Symbol 119 MovieClip
"mouse"Frame 348Symbol 38 MovieClip
"ammo"Frame 348Symbol 142 MovieClip
"powers1"Frame 348Symbol 245 MovieClip
"next"Frame 350Symbol 97 MovieClip
"guy"Frame 350Symbol 111 MovieClip
"arrow1"Frame 350Symbol 119 MovieClip
"arrow2"Frame 350Symbol 119 MovieClip
"arrow3"Frame 350Symbol 119 MovieClip
"arrow5"Frame 350Symbol 119 MovieClip
"power1"Frame 350Symbol 257 EditableText
"power2"Frame 350Symbol 258 EditableText
"lifes"Frame 350Symbol 260 EditableText
"arrow4"Frame 350Symbol 119 MovieClip
"arrow"Frame 350Symbol 119 MovieClip
"mouse"Frame 350Symbol 38 MovieClip
"ammo"Frame 350Symbol 142 MovieClip
"next"Frame 352Symbol 97 MovieClip
"guy"Frame 352Symbol 111 MovieClip
"power1"Frame 352Symbol 270 EditableText
"power2"Frame 352Symbol 271 EditableText
"lifes"Frame 352Symbol 273 EditableText
"arrow4"Frame 352Symbol 119 MovieClip
"arrow3"Frame 352Symbol 119 MovieClip
"arrow2"Frame 352Symbol 119 MovieClip
"arrow1"Frame 352Symbol 119 MovieClip
"apteczka"Frame 352Symbol 276 MovieClip
"mouse"Frame 352Symbol 38 MovieClip
"ammo"Frame 352Symbol 142 MovieClip
"next"Frame 354Symbol 97 MovieClip
"guy"Frame 354Symbol 111 MovieClip
"power1"Frame 354Symbol 286 EditableText
"power2"Frame 354Symbol 287 EditableText
"lifes"Frame 354Symbol 289 EditableText
"arrow1"Frame 354Symbol 119 MovieClip
"arrow4"Frame 354Symbol 119 MovieClip
"arrow5"Frame 354Symbol 119 MovieClip
"powers2"Frame 354Symbol 291 MovieClip
"arrow"Frame 354Symbol 119 MovieClip
"arrow3"Frame 354Symbol 119 MovieClip
"arrow2"Frame 354Symbol 119 MovieClip
"mouse"Frame 354Symbol 38 MovieClip
"ammo"Frame 354Symbol 142 MovieClip
"guy"Frame 356Symbol 111 MovieClip
"mouse"Frame 356Symbol 38 MovieClip
"next"Frame 356Symbol 97 MovieClip
"mouse"Frame 358Symbol 38 MovieClip
"mouse"Frame 359Symbol 38 MovieClip
"hit"Symbol 10 MovieClip [Browning_1921] Frame 2Symbol 9 MovieClip
"a"Symbol 15 MovieClip [enemyshot] Frame 1Symbol 14 MovieClip
"a"Symbol 18 MovieClip [shot] Frame 1Symbol 17 MovieClip
"bar"Symbol 34 MovieClip Frame 1Symbol 32 MovieClip
"gun"Symbol 71 MovieClip Frame 1Symbol 66 MovieClip
"guy1"Symbol 111 MovieClip Frame 1Symbol 104 MovieClip
"knife"Symbol 111 MovieClip Frame 1Symbol 55 MovieClip
"power1"Symbol 111 MovieClip Frame 1Symbol 106 MovieClip
"power2"Symbol 111 MovieClip Frame 1Symbol 108 MovieClip
"shot"Symbol 111 MovieClip Frame 2Symbol 110 MovieClip

Special Tags

ExportAssets (56)Timeline Frame 1Symbol 1 as "GunDark"
ExportAssets (56)Timeline Frame 1Symbol 10 as "Browning_1921"
ExportAssets (56)Timeline Frame 1Symbol 15 as "enemyshot"
ExportAssets (56)Timeline Frame 1Symbol 18 as "shot"
ExportAssets (56)Timeline Frame 1Symbol 20 as "bullet"
ExportAssets (56)Timeline Frame 334Symbol 1 as "GunDark"

Labels

"mission2"Frame 336
"mission3"Frame 338
"mission4"Frame 340
"mission5"Frame 342
"mission6"Frame 344
"mission7"Frame 346
"mission8"Frame 348
"mission9"Frame 350
"mission10"Frame 352
"mission11"Frame 354
"mission12"Frame 356
"CREDIT"Frame 358
"dead"Frame 359
"loaded"Symbol 34 MovieClip Frame 3

Dynamic Text Variables

power1Symbol 101 EditableText"1"
power2Symbol 102 EditableText"1"
t2Symbol 122 EditableText"1"
t3Symbol 124 EditableText"2"
t4Symbol 126 EditableText"1"
t5Symbol 128 EditableText"2"
t6Symbol 130 EditableText"1"
t7Symbol 132 EditableText"2"
t8Symbol 134 EditableText"1"
t9Symbol 136 EditableText"2"
tSymbol 137 EditableText"1.4"
lifesSymbol 146 EditableText"1"
power1Symbol 147 EditableText"1"
power2Symbol 148 EditableText"1"
t2Symbol 151 EditableText"1"
t3Symbol 152 EditableText"2"
t4Symbol 153 EditableText"1.7"
t5Symbol 154 EditableText"1.9"
t6Symbol 155 EditableText"1"
t7Symbol 156 EditableText"2"
t8Symbol 157 EditableText"1"
t9Symbol 158 EditableText"2"
tSymbol 159 EditableText"1.4"
lifesSymbol 160 EditableText"1"
lifesSymbol 161 EditableText"1"
lifesSymbol 163 EditableText"1"
t2Symbol 165 EditableText"1"
t3Symbol 166 EditableText"2"
t4Symbol 167 EditableText"1.7"
t5Symbol 168 EditableText"1"
t6Symbol 169 EditableText"1"
t7Symbol 170 EditableText"2"
t8Symbol 171 EditableText"1"
t9Symbol 172 EditableText"2"
tSymbol 173 EditableText"1.4"
power1Symbol 174 EditableText"1"
power2Symbol 175 EditableText"1"
lifesSymbol 177 EditableText"1"
t2Symbol 178 EditableText"1.1"
t3Symbol 179 EditableText"1.2"
t4Symbol 180 EditableText"1.3"
t5Symbol 181 EditableText"1.4"
t6Symbol 182 EditableText"1"
t7Symbol 183 EditableText"2"
t8Symbol 184 EditableText"1"
t9Symbol 185 EditableText"2"
tSymbol 186 EditableText"1"
power1Symbol 187 EditableText"1"
power2Symbol 188 EditableText"1"
lifesSymbol 190 EditableText"1"
t2Symbol 191 EditableText"1.1"
t3Symbol 192 EditableText"1.2"
t4Symbol 193 EditableText"1.3"
t5Symbol 194 EditableText"1.4"
t6Symbol 195 EditableText"1"
t7Symbol 196 EditableText"2"
t8Symbol 197 EditableText"1"
t9Symbol 198 EditableText"2"
tSymbol 199 EditableText"1"
power1Symbol 200 EditableText"1"
power2Symbol 201 EditableText"1"
lifesSymbol 203 EditableText"1"
t2Symbol 204 EditableText"1.1"
t3Symbol 205 EditableText"2"
t4Symbol 206 EditableText"1.3"
t5Symbol 207 EditableText"1.4"
t6Symbol 208 EditableText"1"
t7Symbol 209 EditableText"2"
t8Symbol 210 EditableText"1"
t9Symbol 211 EditableText"2"
tSymbol 212 EditableText"2"
power1Symbol 213 EditableText"1"
power2Symbol 214 EditableText"1"
lifesSymbol 216 EditableText"1"
t2Symbol 217 EditableText"1.1"
t3Symbol 218 EditableText"1.2"
t4Symbol 219 EditableText"1.3"
t5Symbol 220 EditableText"1.4"
t6Symbol 221 EditableText"1"
t7Symbol 222 EditableText"2"
t8Symbol 223 EditableText"1"
t9Symbol 224 EditableText"2"
tSymbol 225 EditableText"1"
power1Symbol 226 EditableText"1"
power2Symbol 227 EditableText"1"
lifesSymbol 229 EditableText"1"
t2Symbol 230 EditableText"1.1"
t3Symbol 231 EditableText"1.2"
t4Symbol 232 EditableText"1.3"
t5Symbol 233 EditableText"1.4"
t6Symbol 234 EditableText"1"
t7Symbol 235 EditableText"2"
t8Symbol 236 EditableText"1"
t9Symbol 237 EditableText"2"
tSymbol 238 EditableText"1"
power1Symbol 239 EditableText"1"
power2Symbol 240 EditableText"1"
lifesSymbol 242 EditableText"1"
t2Symbol 248 EditableText"1.1"
t3Symbol 249 EditableText"1.2"
t4Symbol 250 EditableText"1.3"
t5Symbol 251 EditableText"1.4"
t6Symbol 252 EditableText"1"
t7Symbol 253 EditableText"2"
t8Symbol 254 EditableText"1"
t9Symbol 255 EditableText"2"
tSymbol 256 EditableText"1"
power1Symbol 257 EditableText"1"
power2Symbol 258 EditableText"1"
lifesSymbol 260 EditableText"1"
t2Symbol 261 EditableText"1.1"
t3Symbol 262 EditableText"1.2"
t4Symbol 263 EditableText"1.3"
t5Symbol 264 EditableText"1.4"
t6Symbol 265 EditableText"1"
t7Symbol 266 EditableText"2"
t8Symbol 267 EditableText"1"
t9Symbol 268 EditableText"2"
tSymbol 269 EditableText"1"
power1Symbol 270 EditableText"1"
power2Symbol 271 EditableText"1"
lifesSymbol 273 EditableText"1"
t2Symbol 277 EditableText"1.1"
t3Symbol 278 EditableText"1.2"
t4Symbol 279 EditableText"1.3"
t5Symbol 280 EditableText"1.4"
t6Symbol 281 EditableText"1"
t7Symbol 282 EditableText"2"
t8Symbol 283 EditableText"1"
t9Symbol 284 EditableText"2"
tSymbol 285 EditableText"1"
power1Symbol 286 EditableText"1"
power2Symbol 287 EditableText"1"
lifesSymbol 289 EditableText"1"




http://swfchan.com/3/11261/info.shtml
Created: 7/6 -2019 12:13:16 Last modified: 7/6 -2019 12:13:16 Server time: 06/05 -2024 02:16:41