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

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

War Pong.swf

This is the info page for
Flash #67510

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


Text
Loading

Loading.

Loading..

Loading...

Loading...

Three Men Wise

Interactive

Instructions

single Player

Credits

War Pong

War Pong

Multi Player

Instructions

Instructions

Player 1

Player 2

Up

Down

Rocket

Rifle

W

S

C

V

Up

Num1

Num2

Down

Rocket

Rifle

Each team starts with 25 soldiers, 20 rifle rounds, 4
rockets and 2 smoke grenades .
The aim is to take out all the soldiers in the opposing
team without losing all of yours. You can do this by
shooting them, hitting them with the ball or making the
ball hit their back wall.

Back

Next

Grenade

B

Grenade

Num3

Re-inforcements

30 more bullets

8 More Rockets

10 extra soldiers

4 more smoke
grenades

Extra Ball

Extra Gun

Rations:
move faster

Pick up crates to resupply your team

Rations

Coding:

Graphics:

Music:

Clark Lavery

Bloodbound

Gore Addiction

Lashmush:-

www.Threemenwise.com

credits

Credits

Code obj

Code obj

=

0

0

3

2

1

FIGHT

Sound

0

0

0

0

Red Wins!

Replay?

Red Wins!

Blue Wins!

Blue Wins!

0

0

ActionScript [AS1/AS2]

Frame 1
myMenu = new ContextMenu(); myMenu.hideBuiltInItems(); _root.menu = myMenu;
Frame 4
stop();
Frame 5
stop();
Frame 6
stop();
Frame 10
stop();
Instance of Symbol 158 MovieClip "Bpad1" in Frame 10
onClipEvent (load) { speed = 4; lives = 1; life = 100; } onClipEvent (enterFrame) { if (life <= 0) { life = 100; lives = lives + 1; _root.Dblue1.Active = true; } if (Key.isDown(87) && (!Key.isDown(83))) { _y = (_y - speed); } if (Key.isDown(83) && (!Key.isDown(87))) { _y = (_y + speed); } if (lives > 6) { lives = 6; } if (lives < 1) { lives = 1; } if (lives == 1) { gotoAndStop (1); } if (lives == 2) { gotoAndStop (2); } if (lives == 3) { gotoAndStop (3); } if (lives == 4) { gotoAndStop (4); } if (lives == 5) { gotoAndStop (5); } if (lives == 6) { gotoAndStop (6); } }
Instance of Symbol 158 MovieClip "Bpad4" in Frame 10
onClipEvent (load) { speed = 4; lives = 1; life = 100; } onClipEvent (enterFrame) { if (life <= 0) { life = 100; lives = lives + 1; _root.Dblue4.Active = true; } if (Key.isDown(87) && (!Key.isDown(83))) { _y = (_y - speed); } if (Key.isDown(83) && (!Key.isDown(87))) { _y = (_y + speed); } if (lives > 6) { lives = 6; } if (lives < 1) { lives = 1; } if (lives == 1) { gotoAndStop (1); } if (lives == 2) { gotoAndStop (2); } if (lives == 3) { gotoAndStop (3); } if (lives == 4) { gotoAndStop (4); } if (lives == 5) { gotoAndStop (5); } if (lives == 6) { gotoAndStop (6); } }
Instance of Symbol 158 MovieClip "Bpad5" in Frame 10
onClipEvent (load) { speed = 4; lives = 1; life = 100; } onClipEvent (enterFrame) { if (life <= 0) { life = 100; lives = lives + 1; _root.Dblue5.Active = true; } if (Key.isDown(87) && (!Key.isDown(83))) { _y = (_y - speed); } if (Key.isDown(83) && (!Key.isDown(87))) { _y = (_y + speed); } if (lives > 6) { lives = 6; } if (lives < 1) { lives = 1; } if (lives == 1) { gotoAndStop (1); } if (lives == 2) { gotoAndStop (2); } if (lives == 3) { gotoAndStop (3); } if (lives == 4) { gotoAndStop (4); } if (lives == 5) { gotoAndStop (5); } if (lives == 6) { gotoAndStop (6); } }
Instance of Symbol 158 MovieClip "Bpad3" in Frame 10
onClipEvent (load) { speed = 4; lives = 1; life = 100; } onClipEvent (enterFrame) { if (life <= 0) { life = 100; lives = lives + 1; _root.Dblue3.Active = true; } if (Key.isDown(87) && (!Key.isDown(83))) { _y = (_y - speed); } if (Key.isDown(83) && (!Key.isDown(87))) { _y = (_y + speed); } if (lives > 6) { lives = 6; } if (lives < 1) { lives = 1; } if (lives == 1) { gotoAndStop (1); } if (lives == 2) { gotoAndStop (2); } if (lives == 3) { gotoAndStop (3); } if (lives == 4) { gotoAndStop (4); } if (lives == 5) { gotoAndStop (5); } if (lives == 6) { gotoAndStop (6); } }
Instance of Symbol 158 MovieClip "Bpad2" in Frame 10
onClipEvent (load) { speed = 4; lives = 1; life = 100; } onClipEvent (enterFrame) { if (life <= 0) { life = 100; lives = lives + 1; _root.Dblue2.Active = true; } if (Key.isDown(87) && (!Key.isDown(83))) { _y = (_y - speed); } if (Key.isDown(83) && (!Key.isDown(87))) { _y = (_y + speed); } if (lives > 6) { lives = 6; } if (lives < 1) { lives = 1; } if (lives == 1) { gotoAndStop (1); } if (lives == 2) { gotoAndStop (2); } if (lives == 3) { gotoAndStop (3); } if (lives == 4) { gotoAndStop (4); } if (lives == 5) { gotoAndStop (5); } if (lives == 6) { gotoAndStop (6); } }
Instance of Symbol 152 MovieClip "Rpad1" in Frame 10
onClipEvent (load) { speed = 4; lives = 1; life = 100; } onClipEvent (enterFrame) { if (life <= 0) { lives = lives + 1; _root.Dred1.Active = true; life = 100; } if (Key.isDown(38) && (!Key.isDown(40))) { _y = (_y - speed); } if (Key.isDown(40) && (!Key.isDown(38))) { _y = (_y + speed); } if (lives > 6) { lives = 6; } if (lives < 1) { lives = 1; } if (lives == 1) { gotoAndStop (1); } if (lives == 2) { gotoAndStop (2); } if (lives == 3) { gotoAndStop (3); } if (lives == 4) { gotoAndStop (4); } if (lives == 5) { gotoAndStop (5); } if (lives == 6) { gotoAndStop (6); } }
Instance of Symbol 152 MovieClip "Rpad2" in Frame 10
onClipEvent (load) { speed = 4; lives = 1; life = 100; } onClipEvent (enterFrame) { if (life <= 0) { life = 100; lives = lives + 1; _root.Dred2.Active = true; } if (Key.isDown(38) && (!Key.isDown(40))) { _y = (_y - speed); } if (Key.isDown(40) && (!Key.isDown(38))) { _y = (_y + speed); } if (lives > 6) { lives = 6; } if (lives < 1) { lives = 1; } if (lives == 1) { gotoAndStop (1); } if (lives == 2) { gotoAndStop (2); } if (lives == 3) { gotoAndStop (3); } if (lives == 4) { gotoAndStop (4); } if (lives == 5) { gotoAndStop (5); } if (lives == 6) { gotoAndStop (6); } }
Instance of Symbol 152 MovieClip "Rpad3" in Frame 10
onClipEvent (load) { speed = 4; lives = 1; life = 100; } onClipEvent (enterFrame) { if (life <= 0) { life = 100; lives = lives + 1; _root.Dred3.Active = true; } if (Key.isDown(38) && (!Key.isDown(40))) { _y = (_y - speed); } if (Key.isDown(40) && (!Key.isDown(38))) { _y = (_y + speed); } if (lives > 6) { lives = 6; } if (lives < 1) { lives = 1; } if (lives == 1) { gotoAndStop (1); } if (lives == 2) { gotoAndStop (2); } if (lives == 3) { gotoAndStop (3); } if (lives == 4) { gotoAndStop (4); } if (lives == 5) { gotoAndStop (5); } if (lives == 6) { gotoAndStop (6); } }
Instance of Symbol 152 MovieClip "Rpad4" in Frame 10
onClipEvent (load) { speed = 4; lives = 1; life = 100; } onClipEvent (enterFrame) { if (life <= 0) { life = 100; lives = lives + 1; _root.Dred4.Active = true; } if (Key.isDown(38) && (!Key.isDown(40))) { _y = (_y - speed); } if (Key.isDown(40) && (!Key.isDown(38))) { _y = (_y + speed); } if (lives > 6) { lives = 6; } if (lives < 1) { lives = 1; } if (lives == 1) { gotoAndStop (1); } if (lives == 2) { gotoAndStop (2); } if (lives == 3) { gotoAndStop (3); } if (lives == 4) { gotoAndStop (4); } if (lives == 5) { gotoAndStop (5); } if (lives == 6) { gotoAndStop (6); } }
Instance of Symbol 152 MovieClip "Rpad5" in Frame 10
onClipEvent (load) { speed = 4; lives = 1; life = 100; } onClipEvent (enterFrame) { if (life <= 0) { life = 100; lives = lives + 1; _root.Dred5.Active = true; } if (Key.isDown(38) && (!Key.isDown(40))) { _y = (_y - speed); } if (Key.isDown(40) && (!Key.isDown(38))) { _y = (_y + speed); } if (lives > 6) { lives = 6; } if (lives < 1) { lives = 1; } if (lives == 1) { gotoAndStop (1); } if (lives == 2) { gotoAndStop (2); } if (lives == 3) { gotoAndStop (3); } if (lives == 4) { gotoAndStop (4); } if (lives == 5) { gotoAndStop (5); } if (lives == 6) { gotoAndStop (6); } }
Instance of Symbol 201 MovieClip "Crates" in Frame 10
onClipEvent (load) { timer = 165; countdown = new Sound(); countdown.attachSound("countdown"); begin = true; } onClipEvent (enterFrame) { timer = timer - 1; _root.Rpad1.speed = 0; _root.Rpad2.speed = 0; _root.Rpad3.speed = 0; _root.Rpad4.speed = 0; _root.Rpad5.speed = 0; _root.Rpad6.speed = 0; _root.Rpad7.speed = 0; _root.Bpad1.speed = 0; _root.Bpad2.speed = 0; _root.Bpad3.speed = 0; _root.Bpad4.speed = 0; _root.Bpad5.speed = 0; _root.Bpad6.speed = 0; _root.Bpad7.speed = 0; if (timer == 0) { _root.gotoAndPlay(11); } if (begin == true) { countdown.start(); begin = false; } }
Frame 11
stop();
Instance of Symbol 223 MovieClip "Ball" in Frame 11
onClipEvent (load) { xspeed = 4; yspeed = 4; colour = 1; active = false; } onClipEvent (enterFrame) { if (active == true) { _y = (_y + yspeed); _x = (_x + xspeed); if (colour == 3) { gotoAndStop (3); } if (colour == 2) { gotoAndStop (2); } if (colour == 1) { gotoAndStop (1); } if (_y > 400) { _y = 392.5; yspeed = yspeed - (yspeed * 2); } if (_y < 0) { _y = 7.5; yspeed = yspeed + (yspeed * -2); } } if (_x < 0) { _root.BlueWave.active = true; xspeed = xspeed + (xspeed * -2); _root.Bpad1.lives = _root.Bpad1.lives + 1; _root.Bpad2.lives = _root.Bpad2.lives + 1; _root.Bpad3.lives = _root.Bpad3.lives + 1; _root.Bpad4.lives = _root.Bpad4.lives + 1; _root.Bpad5.lives = _root.Bpad5.lives + 1; if (_root.Bpad6.active == true) { _root.Bpad6.lives = _root.Bpad6.lives + 1; _root.Bpad7.lives = _root.Bpad7.lives + 1; } colour = 1; if (_root.Bpad1.lives < 6) { _root.Dblue1.Active = true; } if (_root.Bpad2.lives < 6) { _root.Dblue2.Active = true; } if (_root.Bpad3.lives < 6) { _root.Dblue3.Active = true; } if (_root.Bpad4.lives < 6) { _root.Dblue4.Active = true; } if (_root.Bpad5.lives < 6) { _root.Dblue5.Active = true; } if (_root.Bpad6.active == true) { if (_root.Bpad6.lives < 6) { _root.Dblue6.Active = true; } if (_root.Bpad7.lives < 6) { _root.Dblue7.Active = true; } } } if (_x > 550) { _root.RedWave.active = true; xspeed = xspeed - (xspeed * 2); _root.Rpad1.lives = _root.Rpad1.lives + 1; _root.Rpad2.lives = _root.Rpad2.lives + 1; _root.Rpad3.lives = _root.Rpad3.lives + 1; _root.Rpad4.lives = _root.Rpad4.lives + 1; _root.Rpad5.lives = _root.Rpad5.lives + 1; if (_root.Rpad6.active == true) { _root.Rpad6.lives = _root.Rpad6.lives + 1; _root.Rpad7.lives = _root.Rpad7.lives + 1; } colour = 1; if (_root.Rpad1.lives < 6) { _root.DRed1.Active = true; } if (_root.Rpad2.lives < 6) { _root.Dred2.Active = true; } if (_root.Rpad3.lives < 6) { _root.Dred3.Active = true; } if (_root.Rpad4.lives < 6) { _root.Dred4.Active = true; } if (_root.Rpad5.lives < 6) { _root.Dred5.Active = true; } if (_root.Rpad6.active == true) { if (_root.Rpad6.lives < 6) { _root.Dred6.Active = true; } if (_root.Rpad7.lives < 6) { _root.Dred7.Active = true; } } } if (this.hitTest(_root.Rpad1) == 1) { if (colour == 3) { _root.Rpad1.lives = _root.Rpad1.lives + 1; xspeed = -6; yspeed = -3; colour = 2; _root.DRed1.Active = true; } else { xspeed = -6; yspeed = -3; colour = 2; } } if (this.hitTest(_root.Rpad2) == 1) { if (colour == 3) { _root.Rpad2.lives = _root.Rpad2.lives + 1; xspeed = -5; yspeed = -4; colour = 2; _root.Dred2.Active = true; } else { xspeed = -5; yspeed = -4; colour = 2; } } if (this.hitTest(_root.Rpad3) == 1) { if (colour == 3) { _root.Rpad3.lives = _root.Rpad3.lives + 1; xspeed = -4; yspeed = yspeed; colour = 2; _root.Dred3.Active = true; } else { xspeed = -4; yspeed = yspeed; colour = 2; } } if (this.hitTest(_root.Rpad4) == 1) { if (colour == 3) { _root.Rpad4.lives = _root.Rpad4.lives + 1; xspeed = -5; yspeed = 4; colour = 2; _root.Dred4.Active = true; } else { xspeed = -5; yspeed = 4; colour = 2; } } if (this.hitTest(_root.Rpad5) == 1) { if (colour == 3) { _root.Rpad5.lives = _root.Rpad5.lives + 1; xspeed = -6; yspeed = 3; colour = 2; _root.Dred5.Active = true; } else { xspeed = -6; yspeed = 3; colour = 2; } } if (this.hitTest(_root.Rpad6) == 1) { if (colour == 3) { _root.Rpad6.lives = _root.Rpad6.lives + 1; xspeed = -7; yspeed = -2.5; colour = 2; _root.Dred6.Active = true; } else { xspeed = -7; yspeed = -2.5; colour = 2; } } if (this.hitTest(_root.Rpad7) == 1) { if (colour == 3) { _root.Rpad7.lives = _root.Rpad7.lives + 1; xspeed = -7; yspeed = 2.5; colour = 2; _root.Dred7.Active = true; } else { xspeed = -7; yspeed = 2.5; colour = 2; } } if (this.hitTest(_root.Bpad1) == 1) { if (colour == 2) { _root.Bpad1.lives = _root.Bpad1.lives + 1; xspeed = 6; yspeed = -3; colour = 3; _root.Dblue1.Active = true; } else { xspeed = 6; yspeed = -3; colour = 3; } } if (this.hitTest(_root.Bpad2) == 1) { if (colour == 2) { _root.Bpad2.lives = _root.Bpad2.lives + 1; xspeed = 5; yspeed = -4; colour = 3; _root.Dblue2.Active = true; } else { xspeed = 5; yspeed = -4; colour = 3; } } if (this.hitTest(_root.Bpad3) == 1) { if (colour == 2) { _root.Bpad3.lives = _root.Bpad3.lives + 1; xspeed = 4; yspeed = yspeed; colour = 3; _root.Dblue3.Active = true; } else { xspeed = 4; yspeed = yspeed; colour = 3; } } if (this.hitTest(_root.Bpad4) == 1) { if (colour == 2) { _root.Bpad4.lives = _root.Bpad4.lives + 1; xspeed = 5; yspeed = 4; colour = 3; _root.Dblue4.Active = true; } else { xspeed = 5; yspeed = 4; colour = 3; } } if (this.hitTest(_root.Bpad5) == 1) { if (colour == 2) { _root.Bpad5.lives = _root.Bpad5.lives + 1; xspeed = 6; yspeed = 3; colour = 3; _root.Dblue5.Active = true; } else { xspeed = 6; yspeed = 3; colour = 3; } } if (this.hitTest(_root.Bpad6) == 1) { if (colour == 2) { _root.Bpad6.lives = _root.Bpad6.lives + 1; xspeed = 7; yspeed = -2.5; colour = 3; _root.Dblue6.Active = true; } else { xspeed = 7; yspeed = -2.5; colour = 3; } } if (this.hitTest(_root.Bpad7) == 1) { if (colour == 2) { _root.Bpad7.lives = _root.Bpad7.lives + 1; xspeed = 7; yspeed = 2.5; colour = 3; _root.Dblue7.Active = true; } else { xspeed = 7; yspeed = 2.5; colour = 3; } } }
Instance of Symbol 230 MovieClip "Dred3" in Frame 11
onClipEvent (load) { Active = false; _alpha = 0; } onClipEvent (enterFrame) { if (Active == true) { _y = _root.Rpad3._y; _x = _root.Rpad3._x; gotoAndPlay (1); _alpha = 100; timer = 20; Active = false; } }
Instance of Symbol 230 MovieClip "Dred4" in Frame 11
onClipEvent (load) { Active = false; _alpha = 0; } onClipEvent (enterFrame) { if (Active == true) { _y = _root.Rpad4._y; _x = _root.Rpad4._x; gotoAndPlay (1); _alpha = 100; timer = 20; Active = false; } }
Instance of Symbol 230 MovieClip "Dred2" in Frame 11
onClipEvent (load) { Active = false; _alpha = 0; } onClipEvent (enterFrame) { if (Active == true) { _y = _root.Rpad2._y; _x = _root.Rpad2._x; gotoAndPlay (1); _alpha = 100; timer = 20; Active = false; } }
Instance of Symbol 230 MovieClip "Dred5" in Frame 11
onClipEvent (load) { Active = false; _alpha = 0; } onClipEvent (enterFrame) { if (Active == true) { _y = _root.Rpad5._y; _x = _root.Rpad5._x; gotoAndPlay (1); _alpha = 100; timer = 20; Active = false; } }
Instance of Symbol 230 MovieClip "Dred1" in Frame 11
onClipEvent (load) { Active = false; _alpha = 0; } onClipEvent (enterFrame) { if (Active == true) { _y = _root.Rpad1._y; _x = _root.Rpad1._x; gotoAndPlay (1); _alpha = 100; timer = 20; Active = false; } }
Instance of Symbol 236 MovieClip "Dblue3" in Frame 11
onClipEvent (load) { Active = false; _alpha = 0; } onClipEvent (enterFrame) { if (Active == true) { _y = _root.Bpad3._y; _x = _root.Bpad3._x; gotoAndPlay (1); _alpha = 100; Active = false; } }
Instance of Symbol 236 MovieClip "Dblue1" in Frame 11
onClipEvent (load) { Active = false; _alpha = 0; } onClipEvent (enterFrame) { if (Active == true) { _y = _root.Bpad1._y; _x = _root.Bpad1._x; gotoAndPlay (1); _alpha = 100; Active = false; } }
Instance of Symbol 236 MovieClip "Dblue4" in Frame 11
onClipEvent (load) { Active = false; _alpha = 0; } onClipEvent (enterFrame) { if (Active == true) { _y = _root.Bpad4._y; _x = _root.Bpad4._x; gotoAndPlay (1); _alpha = 100; Active = false; } }
Instance of Symbol 236 MovieClip "Dblue2" in Frame 11
onClipEvent (load) { Active = false; _alpha = 0; } onClipEvent (enterFrame) { if (Active == true) { _y = _root.Bpad2._y; _x = _root.Bpad2._x; gotoAndPlay (1); _alpha = 100; Active = false; } }
Instance of Symbol 236 MovieClip "Dblue5" in Frame 11
onClipEvent (load) { Active = false; _alpha = 0; } onClipEvent (enterFrame) { if (Active == true) { _y = _root.Bpad5._y; _x = _root.Bpad5._x; gotoAndPlay (1); _alpha = 100; Active = false; } }
Instance of Symbol 117 MovieClip "RRocket" in Frame 11
onClipEvent (load) { speed = 7; ammo = 4; count = 1; active = false; } onClipEvent (enterFrame) { if (ammo > 0) { if (Key.isDown(98) && (_x < 0)) { _y = _root.Rpad3._y; _x = (_root.Rpad3._x + 4); gotoAndPlay (2); ammo = ammo - 1; _alpha = 100; active = true; } } _x = (_x - speed); if (active == true) { if (this.hitTest(_root.Bpad1) == 1) { _root.Rexplosion.duplicateMovieClip("Rexplosion" + count, count, _root.Rexplosion); _root.Bpad1.life = _root.Bpad1.life + 110; _root.Bpad2.life = _root.Bpad2.life + 51; count = count + 1; _alpha = 0; active = false; } if (this.hitTest(_root.Bpad2) == 1) { _root.Rexplosion.duplicateMovieClip("Rexplosion" + count, count, _root.Rexplosion); _root.Bpad2.life = _root.Bpad2.life - 110; _root.Bpad1.life = _root.Bpad1.life - 51; _root.Bpad3.life = _root.Bpad3.life - 51; _alpha = 0; count = count + 1; active = false; } if (this.hitTest(_root.Bpad3) == 1) { _root.Rexplosion.duplicateMovieClip("Rexplosion" + count, count, _root.Rexplosion); _root.Bpad3.life = _root.Bpad3.life - 110; _root.Bpad2.life = _root.Bpad2.life - 51; _root.Bpad4.life = _root.Bpad4.life - 51; _alpha = 0; count = count + 1; active = false; } if (this.hitTest(_root.Bpad4) == 1) { _root.Rexplosion.duplicateMovieClip("Rexplosion" + count, count, _root.Rexplosion); _root.Bpad4.life = _root.Bpad4.life - 110; _root.Bpad3.life = _root.Bpad3.life - 51; _root.Bpad5.life = _root.Bpad5.life - 51; _alpha = 0; count = count + 1; active = false; } if (this.hitTest(_root.Bpad5) == 1) { _root.Rexplosion.duplicateMovieClip("Rexplosion" + count, count, _root.Rexplosion); _root.Bpad5.life = _root.Bpad5.life - 110; _root.Bpad4.life = _root.Bpad4.life - 51; _alpha = 0; count = count + 1; active = false; } if (this.hitTest(_root.Bpad6) == 1) { _root.Rexplosion.duplicateMovieClip("Rexplosion" + count, count, _root.Rexplosion); _root.Bpad6.life = _root.Bpad6.life - 110; _root.Bpad1.life = _root.Bpad1.life - 51; _alpha = 0; count = count + 1; active = false; } if (this.hitTest(_root.Bpad7) == 1) { _root.Rexplosion.duplicateMovieClip("Rexplosion" + count, count, _root.Rexplosion); _root.Bpad7.life = _root.Bpad7.life - 110; _root.Bpad5.life = _root.Bpad5.life - 51; _alpha = 0; count = count + 1; active = false; } } }
Instance of Symbol 117 MovieClip "BRocket" in Frame 11
onClipEvent (load) { speed = 7; ammo = 4; count = 1; active = false; } onClipEvent (enterFrame) { if (ammo > 0) { if (Key.isDown(86) && (_x > 550)) { _y = _root.Bpad3._y; _x = (_root.Bpad3._x + 4); gotoAndPlay (2); ammo = ammo - 1; _alpha = 100; active = true; } } _x = (_x + speed); if (active == true) { if (this.hitTest(_root.Rpad1) == 1) { _root.Bexplosion.duplicateMovieClip("Bexplosion" + count, count, _root.Bexplosion); _root.Rpad1.life = _root.Rpad1.life - 110; _root.Rpad2.life = _root.Rpad2.life - 51; _root.Rpad6.life = _root.Rpad6.life - 51; _alpha = 0; count = count + 1; active = false; } if (this.hitTest(_root.Rpad2) == 1) { _root.Bexplosion.duplicateMovieClip("Bexplosion" + count, count, _root.Bexplosion); _root.Rpad2.life = _root.Rpad2.life - 110; _root.Rpad1.life = _root.Rpad1.life - 51; _root.Rpad3.life = _root.Rpad3.life - 51; _alpha = 0; count = count + 1; active = false; } if (this.hitTest(_root.Rpad3) == 1) { _root.Bexplosion.duplicateMovieClip("Bexplosion" + count, count, _root.Bexplosion); _root.Rpad3.life = _root.Rpad3.life - 110; _root.Rpad2.life = _root.Rpad2.life - 51; _root.Rpad4.life = _root.Rpad4.life - 51; _alpha = 0; count = count + 1; active = false; } if (this.hitTest(_root.Rpad4) == 1) { _root.Bexplosion.duplicateMovieClip("Bexplosion" + count, count, _root.Bexplosion); _root.Rpad4.life = _root.Rpad4.life - 110; _root.Rpad3.life = _root.Rpad3.life - 51; _root.Rpad5.life = _root.Rpad5.life - 51; _alpha = 0; count = count + 1; active = false; } if (this.hitTest(_root.Rpad5) == 1) { _root.Bexplosion.duplicateMovieClip("Bexplosion" + count, count, _root.Bexplosion); _root.Rpad5.life = _root.Rpad5.life - 110; _root.Rpad4.life = _root.Rpad4.life - 51; _root.Rpad7.life = _root.Rpad7.life - 51; _alpha = 0; count = count + 1; active = false; } if (this.hitTest(_root.Rpad6) == 1) { _root.Bexplosion.duplicateMovieClip("Bexplosion" + count, count, _root.Bexplosion); _root.Rpad6.life = 110; _root.Rpad1.life = _root.Rpad1.life - 51; _alpha = 0; count = count + 1; active = false; } if (this.hitTest(_root.Rpad7) == 1) { _root.Bexplosion.duplicateMovieClip("Bexplosion" + count, count, _root.Bexplosion); _root.Rpad7.life = _root.Rpad7.life - 110; _root.Rpad5.life = _root.Rpad5.life - 51; _alpha = 0; count = count + 1; active = false; } } }
Instance of Symbol 201 MovieClip "Lives" in Frame 11
onClipEvent (load) { BValue = 0; RValue = 0; Blives = 0; Rlives = 0; } onClipEvent (enterFrame) { BValue = (((((_root.Bpad1.lives + _root.Bpad2.lives) + _root.Bpad3.lives) + _root.Bpad4.lives) + _root.Bpad5.lives) + _root.Bpad6.lives) + _root.Bpad7.lives; RValue = (((((_root.Rpad1.lives + _root.Rpad2.lives) + _root.Rpad3.lives) + _root.Rpad4.lives) + _root.Rpad5.lives) + _root.Rpad6.lives) + _root.Rpad7.lives; Blives = 42 - BValue; Rlives = 42 - RValue; if (Blives <= 0) { _root.Bpad1.lives = 1; _root.Bpad2.lives = 1; _root.Bpad3.lives = 1; _root.Bpad4.lives = 1; _root.Bpad5.lives = 1; _root.Rpad1.lives = 1; _root.Rpad2.lives = 1; _root.Rpad3.lives = 1; _root.Rpad4.lives = 1; _root.Rpad5.lives = 1; _root.Sounds.Bloodbound.stop(); _root.gotoAndPlay(13); } if (Rlives <= 0) { _root.Bpad1.lives = 1; _root.Bpad2.lives = 1; _root.Bpad3.lives = 1; _root.Bpad4.lives = 1; _root.Bpad5.lives = 1; _root.Rpad1.lives = 1; _root.Rpad2.lives = 1; _root.Rpad3.lives = 1; _root.Rpad4.lives = 1; _root.Rpad5.lives = 1; _root.Sounds.Bloodbound.stop(); _root.gotoAndStop(14); } }
Instance of Symbol 223 MovieClip "Ball2" in Frame 11
onClipEvent (load) { xspeed = 4; yspeed = 4; colour = 1; } onClipEvent (enterFrame) { _y = (_y + yspeed); _x = (_x + xspeed); if (colour == 3) { gotoAndStop (3); } if (colour == 2) { gotoAndStop (2); } if (colour == 1) { gotoAndStop (1); } if (_y > 400) { _y = 392.5; yspeed = yspeed - (yspeed * 2); } if (_y < 0) { _y = 7.5; yspeed = yspeed + (yspeed * -2); } if (_x < 0) { _root.BlueWave.active = true; xspeed = xspeed + (xspeed * -2); _root.Bpad1.lives = _root.Bpad1.lives + 1; _root.Bpad2.lives = _root.Bpad2.lives + 1; _root.Bpad3.lives = _root.Bpad3.lives + 1; _root.Bpad4.lives = _root.Bpad4.lives + 1; _root.Bpad5.lives = _root.Bpad5.lives + 1; if (_root.Bpad6.active == true) { _root.Bpad6.lives = _root.Bpad6.lives + 1; _root.Bpad7.lives = _root.Bpad7.lives + 1; } colour = 1; if (_root.Bpad1.lives < 6) { _root.Dblue1.Active = true; } if (_root.Bpad2.lives < 6) { _root.Dblue2.Active = true; } if (_root.Bpad3.lives < 6) { _root.Dblue3.Active = true; } if (_root.Bpad4.lives < 6) { _root.Dblue4.Active = true; } if (_root.Bpad5.lives < 6) { _root.Dblue5.Active = true; } if (_root.Bpad6.active == true) { if (_root.Bpad6.lives < 6) { _root.Dblue6.Active = true; } if (_root.Bpad7.lives < 6) { _root.Dblue7.Active = true; } } } if (_x > 550) { _root.RedWave.active = true; xspeed = xspeed - (xspeed * 2); _root.Rpad1.lives = _root.Rpad1.lives + 1; _root.Rpad2.lives = _root.Rpad2.lives + 1; _root.Rpad3.lives = _root.Rpad3.lives + 1; _root.Rpad4.lives = _root.Rpad4.lives + 1; _root.Rpad5.lives = _root.Rpad5.lives + 1; if (_root.Rpad6.active == true) { _root.Rpad6.lives = _root.Rpad6.lives + 1; _root.Rpad7.lives = _root.Rpad7.lives + 1; } colour = 1; if (_root.Rpad1.lives < 6) { _root.DRed1.Active = true; } if (_root.Rpad2.lives < 6) { _root.Dred2.Active = true; } if (_root.Rpad3.lives < 6) { _root.Dred3.Active = true; } if (_root.Rpad4.lives < 6) { _root.Dred4.Active = true; } if (_root.Rpad5.lives < 6) { _root.Dred5.Active = true; } if (_root.Rpad6.active == true) { if (_root.Rpad6.lives < 6) { _root.Dred6.Active = true; } if (_root.Rpad7.lives < 6) { _root.Dred7.Active = true; } } } if (this.hitTest(_root.Bpad3) == 1) { if (colour == 2) { _root.Bpad3.lives = _root.Bpad3.lives + 1; xspeed = 4; yspeed = yspeed; colour = 3; _root.Dblue3.Active = true; } else { xspeed = 4; yspeed = yspeed; colour = 3; } } if (this.hitTest(_root.Bpad2) == 1) { if (colour == 2) { _root.Bpad2.lives = _root.Bpad2.lives + 1; xspeed = 3.5; yspeed = -5; colour = 3; _root.Dblue2.Active = true; } else { xspeed = 3.5; yspeed = -5; colour = 3; } } if (this.hitTest(_root.Bpad4) == 1) { if (colour == 2) { _root.Bpad4.lives = _root.Bpad4.lives + 1; xspeed = 3.5; yspeed = 5; colour = 3; _root.Dblue4.Active = true; } else { xspeed = 3.5; yspeed = 5; colour = 3; } } if (this.hitTest(_root.Bpad1) == 1) { if (colour == 2) { _root.Bpad1.lives = _root.Bpad1.lives + 1; xspeed = 3; yspeed = -6; colour = 3; _root.Dblue1.Active = true; } else { xspeed = 3; yspeed = -6; colour = 3; } } if (this.hitTest(_root.Bpad5) == 1) { if (colour == 2) { _root.Bpad5.lives = _root.Bpad5.lives + 1; xspeed = 3; yspeed = 6; colour = 3; _root.Dblue5.Active = true; } else { xspeed = 3; yspeed = 6; colour = 3; } } if (this.hitTest(_root.Bpad6) == 1) { if (colour == 2) { _root.Bpad6.lives = _root.Bpad6.lives + 1; xspeed = 2.5; yspeed = -7; colour = 3; _root.Dblue6.Active = true; } else { xspeed = 2.5; yspeed = -7; colour = 3; } } if (this.hitTest(_root.Bpad7) == 1) { if (colour == 2) { _root.Bpad7.lives = _root.Bpad7.lives + 1; xspeed = 2.5; yspeed = 7; colour = 3; _root.Dblue7.Active = true; } else { xspeed = 2.5; yspeed = 7; colour = 3; } } if (this.hitTest(_root.Rpad3) == 1) { if (colour == 3) { _root.Rpad3.lives = _root.Rpad3.lives + 1; xspeed = -4; yspeed = 4; colour = 2; _root.Dred3.Active = true; } else { xspeed = -4; yspeed = 4; colour = 2; } } if (this.hitTest(_root.Rpad2) == 1) { if (colour == 3) { _root.Rpad2.lives = _root.Rpad2.lives + 1; xspeed = -3.5; yspeed = -5; colour = 2; _root.Dred2.Active = true; } else { xspeed = -3.5; yspeed = -5; colour = 2; } } if (this.hitTest(_root.Rpad4) == 1) { if (colour == 3) { _root.Rpad4.lives = _root.Rpad4.lives + 1; xspeed = -3.5; yspeed = 5; colour = 2; _root.Dred4.Active = true; } else { xspeed = -3.5; yspeed = 5; colour = 2; } } if (this.hitTest(_root.Rpad1) == 1) { if (colour == 3) { _root.Rpad1.lives = _root.Rpad1.lives + 1; xspeed = -3; yspeed = -6; colour = 2; _root.Dred1.Active = true; } else { xspeed = -3; yspeed = -6; colour = 2; } } if (this.hitTest(_root.Rpad5) == 1) { if (colour == 3) { _root.Rpad5.lives = _root.Rpad5.lives + 1; xspeed = -3; yspeed = 6; colour = 2; _root.Dred5.Active = true; } else { xspeed = -3; yspeed = 6; colour = 2; } } if (this.hitTest(_root.Rpad6) == 1) { if (colour == 3) { _root.Rpad6.lives = _root.Rpad6.lives + 1; xspeed = -2.5; yspeed = -7; colour = 2; _root.Dred6.Active = true; } else { xspeed = -2.5; yspeed = -7; colour = 2; } } if (this.hitTest(_root.Rpad7) == 1) { if (colour == 3) { _root.Rpad7.lives = _root.Rpad7.lives + 1; xspeed = -2.5; yspeed = 7; colour = 2; _root.Dred7.Active = true; } else { xspeed = -2.5; yspeed = 7; colour = 2; } } if (this.hitTest(_root.Rpad12) == 1) { if (colour == 3) { _root.Rpad12.lives = _root.Rpad12.lives + 1; xspeed = -xspeed; yspeed = yspeed; colour = 2; } else { xspeed = -xspeed; yspeed = yspeed; colour = 2; } } if (this.hitTest(_root.Rpad22) == 1) { if (colour == 3) { _root.Rpad22.lives = _root.Rpad22.lives + 1; xspeed = -3.5; yspeed = -5; colour = 2; } else { xspeed = -3.5; yspeed = -5; colour = 2; } } if (this.hitTest(_root.Rpad32) == 1) { if (colour == 3) { _root.Rpad32.lives = _root.Rpad32.lives + 1; xspeed = -3.5; yspeed = 5; colour = 2; } else { xspeed = -3.5; yspeed = 5; colour = 2; } } if (this.hitTest(_root.Rpad42) == 1) { if (colour == 3) { _root.Rpad42.lives = _root.Rpad42.lives + 1; xspeed = -3; yspeed = -6; colour = 2; } else { xspeed = -3; yspeed = -6; colour = 2; } } if (this.hitTest(_root.Rpad52) == 1) { if (colour == 3) { _root.Rpad52.lives = _root.Rpad52.lives + 1; xspeed = -3; yspeed = 6; colour = 2; } else { xspeed = -3; yspeed = 6; colour = 2; } } }
Instance of Symbol 119 MovieClip "RGrenade" in Frame 11
onClipEvent (load) { speed = 1; ammo = 2; count = 1; active = false; thrown = false; woob = false; count = 1; timer = 0; } onClipEvent (enterFrame) { if (ammo > 0) { if ((Key.isDown(99) && (thrown == false)) && (active == false)) { ammo = ammo - 1; _alpha = 100; thrown = true; woob = true; } } if (woob == true) { _x = _root.Rpad3._x; _y = _root.Rpad3._y; woob = false; } if (thrown == true) { _x = (_x - speed); if (_x > 301.5) { speed = speed + 0.2; _rotation = (_rotation + 10); _height = (_height + 0.3); _width = (_width + 0.3); } if ((_x < 301.5) && (_x > 120)) { speed = speed - 0.2; _rotation = (_rotation + 10); _height = (_height - 0.3); _width = (_width - 0.3); } if (_x < 120) { thrown = false; active = true; } } if (active == true) { _root.RSmoke.duplicateMovieClip("RSmoke" + count, count, _root.RSmoke); count = count + 1; timer = timer + 1; } if (timer == 200) { active = false; timer = 0; _x = 999; } }
Instance of Symbol 111 MovieClip "BGrenade" in Frame 11
onClipEvent (load) { speed = 1; ammo = 2; count = 1; active = false; thrown = false; woob = false; count = 1; timer = 0; } onClipEvent (enterFrame) { if (ammo > 0) { if ((Key.isDown(66) && (thrown == false)) && (active == false)) { ammo = ammo - 1; _alpha = 100; thrown = true; woob = true; } } if (woob == true) { _x = _root.Bpad3._x; _y = _root.Bpad3._y; woob = false; } if (thrown == true) { _x = (_x + speed); if (_x < 247) { speed = speed + 0.2; _rotation = (_rotation + 10); _height = (_height + 0.3); _width = (_width + 0.3); } if ((_x > 247) && (_x < 430)) { speed = speed - 0.2; _rotation = (_rotation + 10); _height = (_height - 0.3); _width = (_width - 0.3); } if (_x > 430) { thrown = false; active = true; } } if (active == true) { _root.BSmoke.duplicateMovieClip("BSmoke" + count, count, _root.BSmoke); count = count + 1; timer = timer + 1; } if (timer == 200) { active = false; timer = 0; _x = -666; } }
Instance of Symbol 242 MovieClip "RSmoke" in Frame 11
onClipEvent (load) { _xscale = 1; _yscale = 1; _rotation = 0; _x = _root.RGrenade._x; _y = (_root.RGrenade._y - 2); spin = Math.round((Math.random() * 16) - 8); gotoAndStop(Math.round((Math.random() * 4) + 1)); _alpha = 100; xspeed = (Math.random() * 6) - 3; yspeed = (Math.random() * 6) - 3; active = true; } onClipEvent (enterFrame) { if (active) { _xscale = (_xscale + 2); _yscale = (_yscale + 2); _y = (_y + yspeed); _x = (_x + xspeed); _rotation = (_rotation + spin); if (_height > 50) { _alpha = (_alpha - 4); } if (_alpha < 0) { this.removeMovieClip(); active = false; } } }
Instance of Symbol 248 MovieClip "BSmoke" in Frame 11
onClipEvent (load) { _xscale = 1; _yscale = 1; _rotation = 0; _x = _root.BGrenade._x; _y = (_root.BGrenade._y - 2); spin = Math.round((Math.random() * 16) - 8); gotoAndStop(Math.round((Math.random() * 4) + 1)); _alpha = 100; xspeed = (Math.random() * 6) - 3; yspeed = (Math.random() * 6) - 3; active = true; } onClipEvent (enterFrame) { if (active) { _xscale = (_xscale + 2); _yscale = (_yscale + 2); _y = (_y + yspeed); _x = (_x + xspeed); _rotation = (_rotation + spin); if (_height > 50) { _alpha = (_alpha - 4); } if (_alpha < 0) { this.removeMovieClip(); active = false; } } }
Instance of Symbol 201 MovieClip "Sounds" in Frame 11
onClipEvent (load) { Bloodbound = new Sound(); Bloodbound.attachSound("Bloodbound"); begin = true; } onClipEvent (enterFrame) { if (begin == true) { Bloodbound.start(); begin = false; } }
Instance of Symbol 230 MovieClip "Dred6" in Frame 11
onClipEvent (load) { Active = false; } onClipEvent (enterFrame) { if (Active == true) { _y = _root.Rpad6._y; _x = _root.Rpad6._x; gotoAndPlay (1); timer = 20; Active = false; } }
Instance of Symbol 230 MovieClip "Dred7" in Frame 11
onClipEvent (load) { Active = false; _alpha = 0; } onClipEvent (enterFrame) { if (Active == true) { _y = _root.Rpad7._y; _x = _root.Rpad7._x; gotoAndPlay (1); _alpha = 100; timer = 20; Active = false; } }
Instance of Symbol 236 MovieClip "Dblue7" in Frame 11
onClipEvent (load) { Active = false; _alpha = 0; } onClipEvent (enterFrame) { if (Active == true) { _y = _root.Bpad7._y; _x = _root.Bpad7._x; gotoAndPlay (1); _alpha = 100; Active = false; } }
Instance of Symbol 236 MovieClip "Dblue6" in Frame 11
onClipEvent (load) { Active = false; _alpha = 0; } onClipEvent (enterFrame) { if (Active == true) { _y = _root.Bpad6._y; _x = _root.Bpad6._x; gotoAndPlay (1); _alpha = 100; Active = false; } }
Instance of Symbol 152 MovieClip "Rpad6" in Frame 11
onClipEvent (load) { speed = 4; lives = 6; active = false; pos = false; life = 100; } onClipEvent (enterFrame) { if (life <= 0) { life = 100; lives = lives + 1; _root.Dred6.Active = true; } if (active == true) { if (pos == false) { life = 100; lives = 1; if ((_root.Rpad1._y - 20) > _y) { _y = (_y + 4); } if ((_root.Rpad1._y - 20) < _y) { _y = (_y - 4); } if ((_y < (_root.Rpad1._y - 10)) && (_y > (_root.Rpad1._y - 25))) { _y = (_root.Rpad1._y - 20); pos = true; } if (_x > 493.4) { _x = (_x - 5); } } else { if (_x > 493.4) { _x = (_x - 5); } if (Key.isDown(38) && (!Key.isDown(40))) { _y = (_y - speed); } if (Key.isDown(40) && (!Key.isDown(38))) { _y = (_y + speed); } if (lives > 6) { lives = 6; } if (lives < 1) { lives = 1; } if (lives == 1) { gotoAndStop (1); } if (lives == 2) { gotoAndStop (2); } if (lives == 3) { gotoAndStop (3); } if (lives == 4) { gotoAndStop (4); } if (lives == 5) { gotoAndStop (5); } if (lives == 6) { gotoAndStop (6); } } } }
Instance of Symbol 152 MovieClip "Rpad7" in Frame 11
onClipEvent (load) { speed = 4; lives = 6; active = false; pos = false; life = 100; } onClipEvent (enterFrame) { if (life <= 0) { life = 100; lives = lives + 1; _root.Dred7.Active = true; } if (active == true) { if (pos == false) { lives = 1; life = 100; if ((_root.Rpad5._y + 20) > _y) { _y = (_y + 4); } if ((_root.Rpad5._y + 20) < _y) { _y = (_y - 4); } if ((_y > (_root.Rpad5._y + 15)) && (_y < (_root.Rpad5._y + 25))) { _y = (_root.Rpad5._y + 20); pos = true; } if (_x > 493.4) { _x = (_x - 5); } } else { if (_x > 493.4) { _x = (_x - 5); } if (Key.isDown(38) && (!Key.isDown(40))) { _y = (_y - speed); } if (Key.isDown(40) && (!Key.isDown(38))) { _y = (_y + speed); } if (lives > 6) { lives = 6; } if (lives < 1) { lives = 1; } if (lives == 1) { gotoAndStop (1); } if (lives == 2) { gotoAndStop (2); } if (lives == 3) { gotoAndStop (3); } if (lives == 4) { gotoAndStop (4); } if (lives == 5) { gotoAndStop (5); } if (lives == 6) { gotoAndStop (6); } } } }
Instance of Symbol 158 MovieClip "Bpad7" in Frame 11
onClipEvent (load) { speed = 4; lives = 6; active = false; pos = false; life = 100; } onClipEvent (enterFrame) { if (life <= 0) { life = 100; lives = lives + 1; _root.Dblue7.Active = true; } if (active == true) { if (pos == false) { life = 100; lives = 1; if ((_root.Bpad5._y + 20) > _y) { _y = (_y + 4); } if ((_root.Bpad5._y + 20) < _y) { _y = (_y - 4); } if ((_y > (_root.Bpad5._y + 15)) && (_y < (_root.Bpad5._y + 25))) { _y = (_root.Bpad5._y + 20); pos = true; } if (_x < 51.5) { _x = (_x + 5); } } else { if (_x < 51.5) { _x = (_x + 5); } if (Key.isDown(87) && (!Key.isDown(83))) { _y = (_y - speed); } if (Key.isDown(83) && (!Key.isDown(87))) { _y = (_y + speed); } if (lives > 6) { lives = 6; } if (lives < 1) { lives = 1; } if (lives == 1) { gotoAndStop (1); } if (lives == 2) { gotoAndStop (2); } if (lives == 3) { gotoAndStop (3); } if (lives == 4) { gotoAndStop (4); } if (lives == 5) { gotoAndStop (5); } if (lives == 6) { gotoAndStop (6); } } } }
Instance of Symbol 158 MovieClip "Bpad6" in Frame 11
onClipEvent (load) { speed = 4; lives = 6; active = false; pos = false; life = 100; } onClipEvent (enterFrame) { if (life <= 0) { life = 100; lives = lives + 1; _root.Dblue6.Active = true; } if (active == true) { if (pos == false) { life = 100; lives = 1; if ((_root.Bpad1._y - 20) > _y) { _y = (_y + 4); } if ((_root.Bpad1._y - 20) < _y) { _y = (_y - 4); } if ((_y < (_root.Bpad1._y - 12)) && (_y > (_root.Bpad1._y - 21))) { _y = (_root.Bpad1._y - 20); pos = true; } if (_x < 51.5) { _x = (_x + 5); } } else { if (_x < 51.5) { _x = (_x + 5); } if (Key.isDown(87) && (!Key.isDown(83))) { _y = (_y - speed); } if (Key.isDown(83) && (!Key.isDown(87))) { _y = (_y + speed); } if (lives > 6) { lives = 6; } if (lives < 1) { lives = 1; } if (lives == 1) { gotoAndStop (1); } if (lives == 2) { gotoAndStop (2); } if (lives == 3) { gotoAndStop (3); } if (lives == 4) { gotoAndStop (4); } if (lives == 5) { gotoAndStop (5); } if (lives == 6) { gotoAndStop (6); } } } }
Instance of Symbol 257 MovieClip "Bexplosion" in Frame 11
onClipEvent (load) { _xscale = 1; _yscale = 1; _rotation = 0; _x = _root.BRocket._x; _y = (_root.BRocket._y - 2); spin = Math.round((Math.random() * 16) - 8); gotoAndStop(Math.round((Math.random() * 4) + 1)); _alpha = 100; active = true; } onClipEvent (enterFrame) { if (active) { _xscale = (_xscale + 2); _yscale = (_yscale + 2); _y = (_y + 0.5); _x = (_x + 0.25); _rotation = (_rotation + spin); if (_height > 50) { _alpha = (_alpha - 10); } if (_alpha < 0) { this.removeMovieClip(); active = false; } } }
Instance of Symbol 257 MovieClip "Rexplosion" in Frame 11
onClipEvent (load) { _xscale = 1; _yscale = 1; _rotation = 0; _x = (_root.RRocket._x - 5); _y = _root.RRocket._y; spin = Math.round((Math.random() * 16) - 8); gotoAndStop(random(4) + 1); _alpha = 100; active = true; } onClipEvent (enterFrame) { if (active) { _xscale = (_xscale + 2); _yscale = (_yscale + 2); _y = (_y + 0.5); _x = (_x + 0.25); _rotation = (_rotation + spin); if (_height > 50) { _alpha = (_alpha - 10); } if (_alpha < 0) { this.removeMovieClip(); active = false; } } }
Instance of Symbol 113 MovieClip "BBullet" in Frame 11
onClipEvent (load) { speed = 20; ammo = 20; active = false; _alpha = 0; } onClipEvent (enterFrame) { if (active == false) { if (ammo > 0) { if ((Key.isDown(67) && (_x > 550)) && (_alpha <= 0)) { _alpha = 100; _y = _root.Bpad3._y; _x = (_root.Bpad3._x + 4); gotoAndPlay (2); ammo = ammo - 1; } } if (_x > 550) { _alpha = 0; } _x = (_x + speed); if (_alpha >= 90) { if (this.hitTest(_root.Rpad1) == 1) { _root.Rpad1.life = _root.Rpad1.life - 51; _alpha = 0; } if (this.hitTest(_root.Rpad2) == 1) { _root.Rpad2.life = _root.Rpad2.life - 51; _alpha = 0; } if (this.hitTest(_root.Rpad3) == 1) { _root.Rpad3.life = _root.Rpad3.life - 51; _alpha = 0; } if (this.hitTest(_root.Rpad4) == 1) { _root.Rpad4.life = _root.Rpad4.life - 51; _alpha = 0; } if (this.hitTest(_root.Rpad5) == 1) { _root.Rpad5.life = _root.Rpad5.life - 51; _alpha = 0; } if (this.hitTest(_root.Rpad6) == 1) { _root.Rpad6.life = _root.Rpad6.life - 51; _alpha = 0; } if (this.hitTest(_root.Rpad7) == 1) { _root.Rpad7.life = _root.Rpad7.life - 51; _alpha = 0; } } } else if (active == true) { if (ammo > 0) { if ((Key.isDown(67) && (_x > 550)) && (_alpha <= 0)) { _y = _root.Bpad4._y; _x = (_root.Bpad4._x + 4); gotoAndPlay (2); ammo = ammo - 1; _alpha = 100; } } if (_x > 550) { _alpha = 0; } _x = (_x + speed); if (_alpha >= 90) { if (this.hitTest(_root.Rpad1) == 1) { _root.Rpad1.life = _root.Rpad1.life - 51; _alpha = 0; } if (this.hitTest(_root.Rpad2) == 1) { _root.Rpad2.life = _root.Rpad2.life - 51; _alpha = 0; } if (this.hitTest(_root.Rpad3) == 1) { _root.Rpad3.life = _root.Rpad3.life - 51; _alpha = 0; } if (this.hitTest(_root.Rpad4) == 1) { _root.Rpad4.life = _root.Rpad4.life - 51; _alpha = 0; } if (this.hitTest(_root.Rpad5) == 1) { _root.Rpad5.life = _root.Rpad5.life - 51; _alpha = 0; } if (this.hitTest(_root.Rpad6) == 1) { _root.Rpad6.life = _root.Rpad6.life - 51; _alpha = 0; } if (this.hitTest(_root.Rpad7) == 1) { _root.Rpad7.life = _root.Rpad7.life - 51; _alpha = 0; } } } }
Instance of Symbol 113 MovieClip "BBullet2" in Frame 11
onClipEvent (load) { speed = 20; active = false; _alpha = 0; } onClipEvent (enterFrame) { if (active == true) { if (_root.BBullet.ammo > 0) { if ((Key.isDown(67) && (_x > 550)) && (_alpha <= 0)) { _y = _root.Bpad2._y; _x = (_root.Bpad2._x + 4); gotoAndPlay (2); _root.BBullet.ammo = _root.BBullet.ammo - 1; _alpha = 100; } } if (_x > 550) { _alpha = 0; } _x = (_x + speed); if (_alpha >= 90) { if (this.hitTest(_root.Rpad1) == 1) { _root.Rpad1.life = _root.Rpad1.life - 51; _alpha = 0; } if (this.hitTest(_root.Rpad2) == 1) { _root.Rpad2.life = _root.Rpad2.life - 51; _alpha = 0; } if (this.hitTest(_root.Rpad3) == 1) { _root.Rpad3.life = _root.Rpad3.life - 51; _alpha = 0; } if (this.hitTest(_root.Rpad4) == 1) { _root.Rpad4.life = _root.Rpad4.life - 51; _alpha = 0; } if (this.hitTest(_root.Rpad5) == 1) { _root.Rpad5.life = _root.Rpad5.life - 51; _alpha = 0; } if (this.hitTest(_root.Rpad6) == 1) { _root.Rpad6.life = _root.Rpad6.life - 51; _alpha = 0; } if (this.hitTest(_root.Rpad7) == 1) { _root.Rpad7.life = _root.Rpad7.life - 51; _alpha = 0; } } } }
Instance of Symbol 113 MovieClip "RBullet" in Frame 11
onClipEvent (load) { speed = 20; ammo = 20; active = false; _alpha = 0; } onClipEvent (enterFrame) { if (active == false) { if (ammo > 0) { if ((Key.isDown(97) && (_x < 0)) && (_alpha <= 0)) { _y = _root.Rpad3._y; _x = (_root.Rpad3._x + 4); gotoAndPlay (2); ammo = ammo - 1; _alpha = 100; } } if (_x < 0) { _alpha = 0; } _x = (_x - speed); if (_alpha >= 90) { if (this.hitTest(_root.Bpad1) == 1) { _root.Bpad1.life = _root.Bpad1.life - 51; _alpha = 0; } if (this.hitTest(_root.Bpad2) == 1) { _root.Bpad2.life = _root.Bpad2.life - 51; _alpha = 0; } if (this.hitTest(_root.Bpad3) == 1) { _root.Bpad3.life = _root.Bpad3.life - 51; _alpha = 0; } if (this.hitTest(_root.Bpad4) == 1) { _root.Bpad4.life = _root.Bpad4.life - 51; _alpha = 0; } if (this.hitTest(_root.Bpad5) == 1) { _root.Bpad5.life = _root.Bpad5.life - 51; _alpha = 0; } if (this.hitTest(_root.Bpad6) == 1) { _root.Bpad6.life = _root.Bpad6.life - 51; _alpha = 0; } if (this.hitTest(_root.Bpad7) == 1) { _root.Bpad7.life = _root.Bpad7.life - 51; _alpha = 0; } } } else if (active == true) { if (ammo > 0) { if ((Key.isDown(97) && (_x < 0)) && (_alpha <= 0)) { _y = _root.Rpad4._y; _x = (_root.Rpad4._x + 4); gotoAndPlay (2); ammo = ammo - 1; _alpha = 100; } } _x = (_x - speed); if (_x < 0) { _alpha = 0; } if (_alpha >= 90) { if (this.hitTest(_root.Bpad1) == 1) { _root.Bpad1.life = _root.Bpad1.life - 51; _alpha = 0; } if (this.hitTest(_root.Bpad2) == 1) { _root.Bpad2.life = _root.Bpad2.life - 51; _alpha = 0; } if (this.hitTest(_root.Bpad3) == 1) { _root.Bpad3.life = _root.Bpad3.life - 51; _alpha = 0; } if (this.hitTest(_root.Bpad4) == 1) { _root.Bpad4.life = _root.Bpad4.life - 51; _alpha = 0; } if (this.hitTest(_root.Bpad5) == 1) { _root.Bpad5.life = _root.Bpad5.life - 51; _alpha = 0; } if (this.hitTest(_root.Bpad6) == 1) { _root.Bpad6.life = _root.Bpad6.life - 51; _alpha = 0; } if (this.hitTest(_root.Bpad7) == 1) { _root.Bpad7.life = _root.Bpad7.life - 51; _alpha = 0; } } } }
Instance of Symbol 113 MovieClip "RBullet2" in Frame 11
onClipEvent (load) { speed = 20; active = false; _alpha = 0; } onClipEvent (enterFrame) { if (active == true) { if (_root.RBullet.ammo > 0) { if ((Key.isDown(97) && (_x < 0)) && (_alpha <= 0)) { _y = _root.Rpad2._y; _x = (_root.Rpad2._x + 4); gotoAndPlay (2); _root.RBullet.ammo = _root.RBullet.ammo - 1; _alpha = 100; } } if (_x < 0) { _alpha = 0; } _x = (_x - speed); if (_alpha >= 90) { if (this.hitTest(_root.Bpad1) == 1) { _root.Bpad1.life = _root.Bpad1.life - 51; _alpha = 0; } if (this.hitTest(_root.Bpad2) == 1) { _root.Bpad2.life = _root.Bpad2.life - 51; _alpha = 0; } if (this.hitTest(_root.Bpad3) == 1) { _root.Bpad3.life = _root.Bpad3.life - 51; _alpha = 0; } if (this.hitTest(_root.Bpad4) == 1) { _root.Bpad4.life = _root.Bpad4.life - 51; _alpha = 0; } if (this.hitTest(_root.Bpad5) == 1) { _root.Bpad5.life = _root.Bpad5.life - 51; _alpha = 0; } if (this.hitTest(_root.Bpad6) == 1) { _root.Bpad6.life = _root.Bpad6.life - 51; _alpha = 0; } if (this.hitTest(_root.Bpad7) == 1) { _root.Bpad7.life = _root.Bpad7.life - 51; _alpha = 0; } } } }
Instance of Symbol 201 MovieClip "Crates" in Frame 11
onClipEvent (load) { number = 11; timer = 300; balls = false; Rsupply = 0; Bsupply = 0; } onClipEvent (enterFrame) { timer = timer - 1; if (timer == 0) { number = random(8); if ((number == 7) && (balls == true)) { number = random(7); } timer = 300; } if (number == 8) { balls = true; } Rsupply = Rsupply - 1; Bsupply = Bsupply - 1; if (Rsupply < 0) { Rsupply = 0; } if (Bsupply < 0) { Bsupply = 0; } _root.Rpad1.speed = (Rsupply * 0.01) + 4; _root.Rpad2.speed = (Rsupply * 0.01) + 4; _root.Rpad3.speed = (Rsupply * 0.01) + 4; _root.Rpad4.speed = (Rsupply * 0.01) + 4; _root.Rpad5.speed = (Rsupply * 0.01) + 4; _root.Rpad6.speed = (Rsupply * 0.01) + 4; _root.Rpad7.speed = (Rsupply * 0.01) + 4; _root.Bpad1.speed = (Bsupply * 0.01) + 4; _root.Bpad2.speed = (Bsupply * 0.01) + 4; _root.Bpad3.speed = (Bsupply * 0.01) + 4; _root.Bpad4.speed = (Bsupply * 0.01) + 4; _root.Bpad5.speed = (Bsupply * 0.01) + 4; _root.Bpad6.speed = (Bsupply * 0.01) + 4; _root.Bpad7.speed = (Bsupply * 0.01) + 4; }
Instance of Symbol 166 MovieClip in Frame 11
onClipEvent (load) { timer = 300; pickup = 65; active = false; } onClipEvent (enterFrame) { timer = timer - 1; pickup = pickup - 1; if (timer <= 0) { if ((_root.Crates.number == 5) && (active == false)) { _x = ((Math.random() * 300) + 130); _y = ((Math.random() * 300) + 50); gotoAndPlay (1); timer = 300; pickup = 65; active = true; } } if (this.hitTest(_root.Ball) == 1) { if (pickup <= 0) { if (_root.Ball.colour == 2) { _root.RRocket.ammo = _root.RRocket.ammo + 8; _x = 900; active = false; _root.RedArrow.active = true; } if (_root.Ball.colour == 3) { _root.BRocket.ammo = _root.BRocket.ammo + 8; _x = 900; active = false; _root.BlueArrow.active = true; } } } if (this.hitTest(_root.Ball2) == 1) { if (pickup <= 0) { if (_root.Ball2.colour == 2) { _root.RRocket.ammo = _root.RRocket.ammo + 8; _x = 900; active = false; _root.RedArrow.active = true; } if (_root.Ball2.colour == 3) { _root.BRocket.ammo = _root.BRocket.ammo + 8; _x = 900; active = false; _root.BlueArrow.active = true; } } } }
Instance of Symbol 160 MovieClip in Frame 11
onClipEvent (load) { timer = 300; pickup = 65; active = false; } onClipEvent (enterFrame) { timer = timer - 1; pickup = pickup - 1; if (timer <= 0) { if ((_root.Crates.number == 1) && (active == false)) { _x = ((Math.random() * 300) + 130); _y = ((Math.random() * 300) + 50); gotoAndPlay (1); timer = 300; pickup = 65; active = true; } } if (this.hitTest(_root.Ball) == 1) { if (pickup <= 0) { if (_root.Ball.colour == 2) { active = false; _x = 900; _root.Rpad6.active = true; _root.Rpad7.active = true; _root.RedArrow.active = true; } if (_root.Ball.colour == 3) { active = false; _x = 900; _root.Bpad6.active = true; _root.Bpad7.active = true; _root.BlueArrow.active = true; } } } if (this.hitTest(_root.Ball2) == 1) { if (pickup <= 0) { if (_root.Ball2.colour == 2) { active = false; _x = 900; _root.Rpad6.active = true; _root.Rpad7.active = true; _root.RedArrow.active = true; } if (_root.Ball2.colour == 3) { active = false; _x = 900; _root.Bpad6.active = true; _root.Bpad7.active = true; _root.BlueArrow.active = true; } } } }
Instance of Symbol 170 MovieClip in Frame 11
onClipEvent (load) { timer = 300; pickup = 65; active = false; } onClipEvent (enterFrame) { timer = timer - 1; pickup = pickup - 1; if (timer <= 0) { if ((_root.Crates.number == 3) && (active == false)) { _x = ((Math.random() * 300) + 130); _y = ((Math.random() * 300) + 50); gotoAndPlay (1); timer = 300; pickup = 65; active = true; } } if (this.hitTest(_root.Ball) == 1) { if (pickup <= 0) { if (_root.Ball.colour == 2) { _root.RBullet.ammo = _root.RBullet.ammo + 30; _x = 900; active = false; _root.RedArrow.active = true; } if (_root.Ball.colour == 3) { _root.BBullet.ammo = _root.BBullet.ammo + 30; _x = 900; active = false; _root.BlueArrow.active = true; } } } if (this.hitTest(_root.Ball2) == 1) { if (pickup <= 0) { if (_root.Ball2.colour == 2) { _root.RBullet.ammo = _root.RBullet.ammo + 30; _x = 900; active = false; _root.RedArrow.active = true; } if (_root.Ball2.colour == 3) { _root.BBullet.ammo = _root.BBullet.ammo + 30; _x = 900; active = false; _root.BlueArrow.active = true; } } } }
Instance of Symbol 168 MovieClip in Frame 11
onClipEvent (load) { timer = 300; pickup = 65; active = false; } onClipEvent (enterFrame) { timer = timer - 1; pickup = pickup - 1; if (timer <= 0) { if ((_root.Crates.number == 2) && (active == false)) { _x = ((Math.random() * 300) + 130); _y = ((Math.random() * 300) + 50); gotoAndPlay (1); timer = 300; pickup = 65; active = true; } } if (this.hitTest(_root.Ball) == 1) { if (pickup < 0) { if (_root.Ball.colour == 2) { _root.Rpad1.lives = _root.Rpad1.lives - 1; _root.Rpad2.lives = _root.Rpad2.lives - 1; _root.Rpad3.lives = _root.Rpad3.lives - 1; _root.Rpad4.lives = _root.Rpad4.lives - 1; _root.Rpad5.lives = _root.Rpad5.lives - 1; _root.Rpad6.lives = _root.Rpad6.lives - 1; _root.Rpad7.lives = _root.Rpad7.lives - 1; _x = 900; active = false; _root.RedArrow.active = true; } if (_root.Ball.colour == 3) { _root.Bpad1.lives = _root.Bpad1.lives - 1; _root.Bpad2.lives = _root.Bpad2.lives - 1; _root.Bpad3.lives = _root.Bpad3.lives - 1; _root.Bpad4.lives = _root.Bpad4.lives - 1; _root.Bpad5.lives = _root.Bpad5.lives - 1; _root.Bpad6.lives = _root.Bpad6.lives - 1; _root.Bpad7.lives = _root.Bpad7.lives - 1; _x = 900; active = false; _root.BlueArrow.active = true; } } } if (this.hitTest(_root.Ball2) == 1) { if (pickup < 0) { if (_root.Ball2.colour == 2) { _root.Rpad1.lives = _root.Rpad1.lives - 1; _root.Rpad2.lives = _root.Rpad2.lives - 1; _root.Rpad3.lives = _root.Rpad3.lives - 1; _root.Rpad4.lives = _root.Rpad4.lives - 1; _root.Rpad5.lives = _root.Rpad5.lives - 1; _x = 900; active = false; _root.RedArrow.active = true; } if (_root.Ball2.colour == 3) { _root.Bpad1.lives = _root.Bpad1.lives - 1; _root.Bpad2.lives = _root.Bpad2.lives - 1; _root.Bpad3.lives = _root.Bpad3.lives - 1; _root.Bpad4.lives = _root.Bpad4.lives - 1; _root.Bpad5.lives = _root.Bpad5.lives - 1; _x = 900; active = false; _root.BlueArrow.active = true; } } } }
Instance of Symbol 164 MovieClip in Frame 11
onClipEvent (load) { timer = 300; pickup = 65; active = false; } onClipEvent (enterFrame) { timer = timer - 1; pickup = pickup - 1; if (timer <= 0) { if ((_root.Crates.number == 7) && (active == false)) { _x = ((Math.random() * 300) + 130); _y = ((Math.random() * 300) + 50); gotoAndPlay (1); timer = 300; pickup = 65; active = true; } } if (this.hitTest(_root.Ball2) == 1) { if (pickup <= 0) { _root.Ball.active = true; _x = 6575; _y = 7965; active = false; } } if (this.hitTest(_root.Ball) == 1) { if (pickup <= 0) { _x = 6575; _y = 7965; active = false; } } }
Instance of Symbol 146 MovieClip in Frame 11
onClipEvent (load) { timer = 300; pickup = 65; active = false; } onClipEvent (enterFrame) { timer = timer - 1; pickup = pickup - 1; if (timer <= 0) { if ((_root.Crates.number == 6) && (active == false)) { _x = ((Math.random() * 300) + 130); _y = ((Math.random() * 300) + 50); gotoAndPlay (1); timer = 300; pickup = 65; active = true; } } if (this.hitTest(_root.Ball) == 1) { if (pickup <= 0) { if (_root.Ball.colour == 2) { _root.RGrenade.ammo = _root.RGrenade.ammo + 4; _x = 900; active = false; _root.RedArrow.active = true; } if (_root.Ball.colour == 3) { _root.BGrenade.ammo = _root.BGrenade.ammo + 4; _x = 900; active = false; _root.BlueArrow.active = true; } } } if (this.hitTest(_root.Ball2) == 1) { if (pickup <= 0) { if (_root.Ball2.colour == 2) { _root.RGrenade.ammo = _root.RGrenade.ammo + 4; _x = 900; active = false; _root.RedArrow.active = true; } if (_root.Ball2.colour == 3) { _root.BGrenade.ammo = _root.BGrenade.ammo + 4; _x = 900; active = false; _root.BlueArrow.active = true; } } } }
Instance of Symbol 177 MovieClip in Frame 11
onClipEvent (load) { timer = 300; pickup = 65; active = false; } onClipEvent (enterFrame) { timer = timer - 1; pickup = pickup - 1; if (timer <= 0) { if ((_root.Crates.number == 4) && (active == false)) { _x = ((Math.random() * 300) + 130); _y = ((Math.random() * 300) + 50); gotoAndPlay (1); timer = 300; pickup = 65; active = true; } } if (this.hitTest(_root.Ball) == 1) { if (pickup <= 0) { if (_root.Ball.colour == 2) { if (_root.RBullet.active == false) { _root.RBullet.ammo = _root.RBullet.ammo * 2; } else { _root.RBullet.ammo = _root.RBullet.ammo + 20; } active = false; _x = 900; _root.RBullet.active = true; _root.RBullet2.active = true; _root.RedArrow.active = true; } if (_root.Ball.colour == 3) { if (_root.BBullet.active == false) { _root.BBullet.ammo = _root.BBullet.ammo * 2; } else { _root.BBullet.ammo = _root.BBullet.ammo + 20; } active = false; _x = 900; _root.BBullet.active = true; _root.BBullet2.active = true; _root.BlueArrow.active = true; } } } if (this.hitTest(_root.Ball2) == 1) { if (pickup <= 0) { if (_root.Ball2.colour == 2) { if (_root.RBullet.active == false) { _root.RBullet.ammo = _root.RBullet.ammo * 2; } else { _root.RBullet.ammo = _root.RBullet.ammo + 20; } active = false; _x = 900; _root.RBullet.active = true; _root.RBullet2.active = true; _root.RedArrow.active = true; } if (_root.Ball2.colour == 3) { if (_root.BBullet.active == false) { _root.BBullet.ammo = _root.BBullet.ammo * 2; } else { _root.BBullet.ammo = _root.BBullet.ammo + 20; } active = false; _x = 900; _root.BBullet.active = true; _root.BBullet2.active = true; _root.BlueArrow.active = true; } } } }
Instance of Symbol 180 MovieClip in Frame 11
onClipEvent (load) { timer = 300; pickup = 65; active = false; } onClipEvent (enterFrame) { timer = timer - 1; pickup = pickup - 1; if (timer <= 0) { if ((_root.Crates.number == 0) && (active == false)) { _x = ((Math.random() * 300) + 130); _y = ((Math.random() * 300) + 50); gotoAndPlay (1); timer = 300; pickup = 65; active = true; } } if (this.hitTest(_root.Ball) == 1) { if (pickup <= 0) { if (_root.Ball.colour == 2) { active = false; _x = 900; _root.Crates.Rsupply = 500; _root.RedArrow.active = true; } if (_root.Ball.colour == 3) { active = false; _x = 900; _root.Crates.Bsupply = 500; _root.BlueArrow.active = true; } } } if (this.hitTest(_root.Ball2) == 1) { if (pickup <= 0) { if (_root.Ball2.colour == 2) { active = false; _x = 900; _root.Crates.Rsupply = 500; _root.RedArrow.active = true; } if (_root.Ball2.colour == 3) { active = false; _x = 900; _root.Crates.Bsupply = 500; _root.BlueArrow.active = true; } } } }
Instance of Symbol 268 MovieClip "BlueArrow" in Frame 11
onClipEvent (load) { active = false; _alpha = 0; _x = 500; _y = 185; _width = 50; _height = 30; timer = 0; } onClipEvent (enterFrame) { if (active == true) { timer = timer + 2; _width = (timer * 4); _height = (timer * 4); _x = (_x - 15); _alpha = (50 - (timer / 4)); if (timer == 150) { active = false; _width = 50; _height = 30; timer = 0; _x = 500; _y = 185; _alpha = 0; } } }
Instance of Symbol 270 MovieClip "RedArrow" in Frame 11
onClipEvent (load) { active = false; _alpha = 0; _x = 0; _y = 185; _width = 50; _height = 30; timer = 0; } onClipEvent (enterFrame) { if (active == true) { timer = timer + 2; _width = (timer * 4); _height = (timer * 4); _x = (_x + 15); _alpha = (50 - (timer / 4)); if (timer == 150) { active = false; _width = 50; _height = 30; timer = 0; _x = 0; _y = 185; _alpha = 0; } } }
Instance of Symbol 272 MovieClip "RedWave" in Frame 11
onClipEvent (load) { active = false; _alpha = 0; } onClipEvent (enterFrame) { if (_alpha <= 0) { _alpha = 0; } if (active == true) { _alpha = (_alpha + 10); if (_alpha >= 100) { active = false; } } else { _alpha = (_alpha - 10); } }
Instance of Symbol 274 MovieClip "BlueWave" in Frame 11
onClipEvent (load) { active = false; _alpha = 0; } onClipEvent (enterFrame) { if (_alpha <= 0) { _alpha = 0; } if (active == true) { _alpha = (_alpha + 10); if (_alpha >= 100) { active = false; } } else { _alpha = (_alpha - 10); } }
Instance of Symbol 158 MovieClip "Bpad5" in Frame 12
onClipEvent (load) { speed = 4; lives = 1; life = 100; } onClipEvent (enterFrame) { if (life <= 0) { lives = lives + 1; _root.Dblue5.Active = true; life = 100; } if (Key.isDown(87) && (!Key.isDown(83))) { _y = (_y - speed); } if (Key.isDown(83) && (!Key.isDown(87))) { _y = (_y + speed); } if (lives > 6) { lives = 6; } if (lives < 1) { lives = 1; } if (lives == 1) { gotoAndStop (1); } if (lives == 2) { gotoAndStop (2); } if (lives == 3) { gotoAndStop (3); } if (lives == 4) { gotoAndStop (4); } if (lives == 5) { gotoAndStop (5); } if (lives == 6) { gotoAndStop (6); } }
Instance of Symbol 152 MovieClip "Rpad1" in Frame 12
onClipEvent (load) { speed = 4; lives = 1; life = 100; } onClipEvent (enterFrame) { if (life <= 0) { lives = lives + 1; _root.Dred1.Active = true; life = 100; } if (lives > 6) { lives = 6; } if (lives < 1) { lives = 1; } if (lives == 1) { gotoAndStop (1); } if (lives == 2) { gotoAndStop (2); } if (lives == 3) { gotoAndStop (3); } if (lives == 4) { gotoAndStop (4); } if (lives == 5) { gotoAndStop (5); } if (lives == 6) { gotoAndStop (6); } }
Instance of Symbol 152 MovieClip "Rpad2" in Frame 12
onClipEvent (load) { speed = 4; lives = 1; life = 100; } onClipEvent (enterFrame) { if (life <= 0) { life = 100; lives = lives + 1; _root.Dred2.Active = true; } if (lives > 6) { lives = 6; } if (lives < 1) { lives = 1; } if (lives == 1) { gotoAndStop (1); } if (lives == 2) { gotoAndStop (2); } if (lives == 3) { gotoAndStop (3); } if (lives == 4) { gotoAndStop (4); } if (lives == 5) { gotoAndStop (5); } if (lives == 6) { gotoAndStop (6); } }
Instance of Symbol 152 MovieClip "Rpad3" in Frame 12
onClipEvent (load) { speed = 4; lives = 1; life = 100; } onClipEvent (enterFrame) { if (life <= 0) { life = 100; lives = lives + 1; _root.Dred3.Active = true; } if (lives > 6) { lives = 6; } if (lives < 1) { lives = 1; } if (lives == 1) { gotoAndStop (1); } if (lives == 2) { gotoAndStop (2); } if (lives == 3) { gotoAndStop (3); } if (lives == 4) { gotoAndStop (4); } if (lives == 5) { gotoAndStop (5); } if (lives == 6) { gotoAndStop (6); } }
Instance of Symbol 152 MovieClip "Rpad4" in Frame 12
onClipEvent (load) { speed = 4; lives = 1; life = 100; } onClipEvent (enterFrame) { if (life <= 0) { life = 100; lives = lives + 1; _root.Dred4.Active = true; } if (lives > 6) { lives = 6; } if (lives < 1) { lives = 1; } if (lives == 1) { gotoAndStop (1); } if (lives == 2) { gotoAndStop (2); } if (lives == 3) { gotoAndStop (3); } if (lives == 4) { gotoAndStop (4); } if (lives == 5) { gotoAndStop (5); } if (lives == 6) { gotoAndStop (6); } }
Instance of Symbol 152 MovieClip "Rpad5" in Frame 12
onClipEvent (load) { speed = 4; lives = 1; life = 100; } onClipEvent (enterFrame) { if (life <= 0) { life = 100; lives = lives + 1; _root.Dred5.Active = true; } if (lives > 6) { lives = 6; } if (lives < 1) { lives = 1; } if (lives == 1) { gotoAndStop (1); } if (lives == 2) { gotoAndStop (2); } if (lives == 3) { gotoAndStop (3); } if (lives == 4) { gotoAndStop (4); } if (lives == 5) { gotoAndStop (5); } if (lives == 6) { gotoAndStop (6); } }
Instance of Symbol 117 MovieClip "RRocket" in Frame 12
onClipEvent (load) { speed = 7; ammo = 4; count = 1; active = false; shot = false; } onClipEvent (enterFrame) { if (ammo > 0) { if ((shot == true) && (_x < 0)) { _y = _root.Rpad3._y; _x = (_root.Rpad3._x + 4); gotoAndPlay (2); ammo = ammo - 1; _alpha = 100; active = true; shot = false; } } _x = (_x - speed); if (active == true) { if (this.hitTest(_root.Bpad1) == 1) { _root.Rexplosion.duplicateMovieClip("Rexplosion" + count, count, _root.Rexplosion); _root.Bpad1.life = _root.Bpad1.life - 110; _root.Bpad2.life = _root.Bpad2.life - 51; count = count + 1; _alpha = 0; active = false; } if (this.hitTest(_root.Bpad2) == 1) { _root.Rexplosion.duplicateMovieClip("Rexplosion" + count, count, _root.Rexplosion); _root.Bpad2.life = _root.Bpad2.life - 110; _root.Bpad1.life = _root.Bpad1.life - 51; _root.Bpad3.life = _root.Bpad3.life - 51; _alpha = 0; count = count + 1; active = false; } if (this.hitTest(_root.Bpad3) == 1) { _root.Rexplosion.duplicateMovieClip("Rexplosion" + count, count, _root.Rexplosion); _root.Bpad3.life = _root.Bpad3.life - 110; _root.Bpad2.life = _root.Bpad2.life - 51; _root.Bpad4.life = _root.Bpad4.life - 51; _alpha = 0; count = count + 1; active = false; } if (this.hitTest(_root.Bpad4) == 1) { _root.Rexplosion.duplicateMovieClip("Rexplosion" + count, count, _root.Rexplosion); _root.Bpad4.life = _root.Bpad4.life - 110; _root.Bpad3.life = _root.Bpad3.life - 51; _root.Bpad5.life = _root.Bpad5.life - 51; _alpha = 0; count = count + 1; active = false; } if (this.hitTest(_root.Bpad5) == 1) { _root.Rexplosion.duplicateMovieClip("Rexplosion" + count, count, _root.Rexplosion); _root.Bpad5.life = _root.Bpad5.life - 110; _root.Bpad4.life = _root.Bpad4.life - 51; _alpha = 0; count = count + 1; active = false; } if (this.hitTest(_root.Bpad6) == 1) { _root.Rexplosion.duplicateMovieClip("Rexplosion" + count, count, _root.Rexplosion); _root.Bpad6.life = _root.Bpad6.life - 110; _root.Bpad1.life = _root.Bpad1.life - 51; _alpha = 0; count = count + 1; active = false; } if (this.hitTest(_root.Bpad7) == 1) { _root.Rexplosion.duplicateMovieClip("Rexplosion" + count, count, _root.Rexplosion); _root.Bpad7.life = _root.Bpad7.life - 110; _root.Bpad5.life = _root.Bpad5.life - 51; _alpha = 0; count = count + 1; active = false; } } }
Instance of Symbol 201 MovieClip "Lives" in Frame 12
onClipEvent (load) { BValue = 0; RValue = 0; Blives = 0; Rlives = 0; } onClipEvent (enterFrame) { BValue = (((((_root.Bpad1.lives + _root.Bpad2.lives) + _root.Bpad3.lives) + _root.Bpad4.lives) + _root.Bpad5.lives) + _root.Bpad6.lives) + _root.Bpad7.lives; RValue = (((((_root.Rpad1.lives + _root.Rpad2.lives) + _root.Rpad3.lives) + _root.Rpad4.lives) + _root.Rpad5.lives) + _root.Rpad6.lives) + _root.Rpad7.lives; Blives = 42 - BValue; Rlives = 42 - RValue; if (Blives <= 0) { _root.Bpad1.lives = 1; _root.Bpad2.lives = 1; _root.Bpad3.lives = 1; _root.Bpad4.lives = 1; _root.Bpad5.lives = 1; _root.Rpad1.lives = 1; _root.Rpad2.lives = 1; _root.Rpad3.lives = 1; _root.Rpad4.lives = 1; _root.Rpad5.lives = 1; _root.Sounds.Gore.stop(); _root.gotoAndPlay(13); } if (Rlives <= 0) { _root.Bpad1.lives = 1; _root.Bpad2.lives = 1; _root.Bpad3.lives = 1; _root.Bpad4.lives = 1; _root.Bpad5.lives = 1; _root.Rpad1.lives = 1; _root.Rpad2.lives = 1; _root.Rpad3.lives = 1; _root.Rpad4.lives = 1; _root.Rpad5.lives = 1; _root.Sounds.Gore.stop(); _root.gotoAndStop(14); } }
Instance of Symbol 223 MovieClip "Ball2" in Frame 12
onClipEvent (load) { xspeed = 4; yspeed = 4; colour = 1; } onClipEvent (enterFrame) { _y = (_y + yspeed); _x = (_x + xspeed); if (colour == 3) { gotoAndStop (3); } if (colour == 2) { gotoAndStop (2); } if (colour == 1) { gotoAndStop (1); } if (_y > 400) { _y = 392.5; yspeed = yspeed - (yspeed * 2); } if (_y < 0) { _y = 7.5; yspeed = yspeed + (yspeed * -2); } if (_x < 0) { _root.BlueWave.active = true; xspeed = xspeed + (xspeed * -2); _root.Bpad1.lives = _root.Bpad1.lives + 1; _root.Bpad2.lives = _root.Bpad2.lives + 1; _root.Bpad3.lives = _root.Bpad3.lives + 1; _root.Bpad4.lives = _root.Bpad4.lives + 1; _root.Bpad5.lives = _root.Bpad5.lives + 1; if (_root.Bpad6.active == true) { _root.Bpad6.lives = _root.Bpad6.lives + 1; _root.Bpad7.lives = _root.Bpad7.lives + 1; } colour = 1; if (_root.Bpad1.lives < 6) { _root.Dblue1.Active = true; } if (_root.Bpad2.lives < 6) { _root.Dblue2.Active = true; } if (_root.Bpad3.lives < 6) { _root.Dblue3.Active = true; } if (_root.Bpad4.lives < 6) { _root.Dblue4.Active = true; } if (_root.Bpad5.lives < 6) { _root.Dblue5.Active = true; } if (_root.Bpad6.active == true) { if (_root.Bpad6.lives < 6) { _root.Dblue6.Active = true; } if (_root.Bpad7.lives < 6) { _root.Dblue7.Active = true; } } } if (_x > 550) { _root.RedWave.active = true; xspeed = xspeed - (xspeed * 2); _root.Rpad1.lives = _root.Rpad1.lives + 1; _root.Rpad2.lives = _root.Rpad2.lives + 1; _root.Rpad3.lives = _root.Rpad3.lives + 1; _root.Rpad4.lives = _root.Rpad4.lives + 1; _root.Rpad5.lives = _root.Rpad5.lives + 1; if (_root.Rpad6.active == true) { _root.Rpad6.lives = _root.Rpad6.lives + 1; _root.Rpad7.lives = _root.Rpad7.lives + 1; } colour = 1; if (_root.Rpad1.lives < 6) { _root.DRed1.Active = true; } if (_root.Rpad2.lives < 6) { _root.Dred2.Active = true; } if (_root.Rpad3.lives < 6) { _root.Dred3.Active = true; } if (_root.Rpad4.lives < 6) { _root.Dred4.Active = true; } if (_root.Rpad5.lives < 6) { _root.Dred5.Active = true; } if (_root.Rpad6.active == true) { if (_root.Rpad6.lives < 6) { _root.Dred6.Active = true; } if (_root.Rpad7.lives < 6) { _root.Dred7.Active = true; } } } if (this.hitTest(_root.Bpad3) == 1) { if (colour == 2) { _root.Bpad3.lives = _root.Bpad3.lives + 1; xspeed = 4; yspeed = yspeed; colour = 3; _root.Dblue3.Active = true; } else { xspeed = 4; yspeed = yspeed; colour = 3; } } if (this.hitTest(_root.Bpad2) == 1) { if (colour == 2) { _root.Bpad2.lives = _root.Bpad2.lives + 1; xspeed = 3.5; yspeed = -5; colour = 3; _root.Dblue2.Active = true; } else { xspeed = 3.5; yspeed = -5; colour = 3; } } if (this.hitTest(_root.Bpad4) == 1) { if (colour == 2) { _root.Bpad4.lives = _root.Bpad4.lives + 1; xspeed = 3.5; yspeed = 5; colour = 3; _root.Dblue4.Active = true; } else { xspeed = 3.5; yspeed = 5; colour = 3; } } if (this.hitTest(_root.Bpad1) == 1) { if (colour == 2) { _root.Bpad1.lives = _root.Bpad1.lives + 1; xspeed = 3; yspeed = -6; colour = 3; _root.Dblue1.Active = true; } else { xspeed = 3; yspeed = -6; colour = 3; } } if (this.hitTest(_root.Bpad5) == 1) { if (colour == 2) { _root.Bpad5.lives = _root.Bpad5.lives + 1; xspeed = 3; yspeed = 6; colour = 3; _root.Dblue5.Active = true; } else { xspeed = 3; yspeed = 6; colour = 3; } } if (this.hitTest(_root.Bpad6) == 1) { if (colour == 2) { _root.Bpad6.lives = _root.Bpad6.lives + 1; xspeed = 2.5; yspeed = -7; colour = 3; _root.Dblue6.Active = true; } else { xspeed = 2.5; yspeed = -7; colour = 3; } } if (this.hitTest(_root.Bpad7) == 1) { if (colour == 2) { _root.Bpad7.lives = _root.Bpad7.lives + 1; xspeed = 2.5; yspeed = 7; colour = 3; _root.Dblue7.Active = true; } else { xspeed = 2.5; yspeed = 7; colour = 3; } } if (this.hitTest(_root.Rpad3) == 1) { if (colour == 3) { _root.Rpad3.lives = _root.Rpad3.lives + 1; xspeed = -4; yspeed = 4; colour = 2; _root.Dred3.Active = true; } else { xspeed = -4; yspeed = 4; colour = 2; } } if (this.hitTest(_root.Rpad2) == 1) { if (colour == 3) { _root.Rpad2.lives = _root.Rpad2.lives + 1; xspeed = -3.5; yspeed = -5; colour = 2; _root.Dred2.Active = true; } else { xspeed = -3.5; yspeed = -5; colour = 2; } } if (this.hitTest(_root.Rpad4) == 1) { if (colour == 3) { _root.Rpad4.lives = _root.Rpad4.lives + 1; xspeed = -3.5; yspeed = 5; colour = 2; _root.Dred4.Active = true; } else { xspeed = -3.5; yspeed = 5; colour = 2; } } if (this.hitTest(_root.Rpad1) == 1) { if (colour == 3) { _root.Rpad1.lives = _root.Rpad1.lives + 1; xspeed = -3; yspeed = -6; colour = 2; _root.Dred1.Active = true; } else { xspeed = -3; yspeed = -6; colour = 2; } } if (this.hitTest(_root.Rpad5) == 1) { if (colour == 3) { _root.Rpad5.lives = _root.Rpad5.lives + 1; xspeed = -3; yspeed = 6; colour = 2; _root.Dred5.Active = true; } else { xspeed = -3; yspeed = 6; colour = 2; } } if (this.hitTest(_root.Rpad6) == 1) { if (colour == 3) { _root.Rpad6.lives = _root.Rpad6.lives + 1; xspeed = -2.5; yspeed = -7; colour = 2; _root.Dred6.Active = true; } else { xspeed = -2.5; yspeed = -7; colour = 2; } } if (this.hitTest(_root.Rpad7) == 1) { if (colour == 3) { _root.Rpad7.lives = _root.Rpad7.lives + 1; xspeed = -2.5; yspeed = 7; colour = 2; _root.Dred7.Active = true; } else { xspeed = -2.5; yspeed = 7; colour = 2; } } if (this.hitTest(_root.Rpad12) == 1) { if (colour == 3) { _root.Rpad12.lives = _root.Rpad12.lives + 1; xspeed = -xspeed; yspeed = yspeed; colour = 2; } else { xspeed = -xspeed; yspeed = yspeed; colour = 2; } } if (this.hitTest(_root.Rpad22) == 1) { if (colour == 3) { _root.Rpad22.lives = _root.Rpad22.lives + 1; xspeed = -3.5; yspeed = -5; colour = 2; } else { xspeed = -3.5; yspeed = -5; colour = 2; } } if (this.hitTest(_root.Rpad32) == 1) { if (colour == 3) { _root.Rpad32.lives = _root.Rpad32.lives + 1; xspeed = -3.5; yspeed = 5; colour = 2; } else { xspeed = -3.5; yspeed = 5; colour = 2; } } if (this.hitTest(_root.Rpad42) == 1) { if (colour == 3) { _root.Rpad42.lives = _root.Rpad42.lives + 1; xspeed = -3; yspeed = -6; colour = 2; } else { xspeed = -3; yspeed = -6; colour = 2; } } if (this.hitTest(_root.Rpad52) == 1) { if (colour == 3) { _root.Rpad52.lives = _root.Rpad52.lives + 1; xspeed = -3; yspeed = 6; colour = 2; } else { xspeed = -3; yspeed = 6; colour = 2; } } }
Instance of Symbol 113 MovieClip "RBullet" in Frame 12
onClipEvent (load) { speed = 20; ammo = 20; active = false; shot = false; _alpha = 0; } onClipEvent (enterFrame) { if (active == false) { if (ammo > 0) { if (((shot == true) && (_x < 0)) && (_alpha <= 0)) { _y = _root.Rpad3._y; _x = (_root.Rpad3._x + 4); gotoAndPlay (2); ammo = ammo - 1; _alpha = 100; shot = false; } } if (_x < 0) { _alpha = 0; } _x = (_x - speed); if (_alpha >= 90) { if (this.hitTest(_root.Bpad1) == 1) { _root.Bpad1.life = _root.Bpad1.life - 51; _alpha = 0; } if (this.hitTest(_root.Bpad2) == 1) { _root.Bpad2.life = _root.Bpad2.life - 51; _alpha = 0; } if (this.hitTest(_root.Bpad3) == 1) { _root.Bpad3.life = _root.Bpad3.life - 51; _alpha = 0; } if (this.hitTest(_root.Bpad4) == 1) { _root.Bpad4.life = _root.Bpad4.life - 51; _alpha = 0; } if (this.hitTest(_root.Bpad5) == 1) { _root.Bpad5.life = _root.Bpad5.life - 51; _alpha = 0; } if (this.hitTest(_root.Bpad6) == 1) { _root.Bpad6.life = _root.Bpad6.life - 51; _alpha = 0; } if (this.hitTest(_root.Bpad7) == 1) { _root.Bpad7.life = _root.Bpad7.life - 51; _alpha = 0; } } } else if (active == true) { if (ammo > 0) { if (((shot == true) && (_x < 0)) && (_alpha <= 0)) { _y = _root.Rpad4._y; _x = (_root.Rpad4._x + 4); gotoAndPlay (2); ammo = ammo - 1; _alpha = 100; shot = false; } } _x = (_x - speed); if (_x < 0) { _alpha = 0; } if (_alpha >= 90) { if (this.hitTest(_root.Bpad1) == 1) { _root.Bpad1.life = _root.Bpad1.life - 51; _alpha = 0; } if (this.hitTest(_root.Bpad2) == 1) { _root.Bpad2.life = _root.Bpad2.life - 51; _alpha = 0; } if (this.hitTest(_root.Bpad3) == 1) { _root.Bpad3.life = _root.Bpad3.life - 51; _alpha = 0; } if (this.hitTest(_root.Bpad4) == 1) { _root.Bpad4.life = _root.Bpad4.life - 51; _alpha = 0; } if (this.hitTest(_root.Bpad5) == 1) { _root.Bpad5.life = _root.Bpad5.life - 51; _alpha = 0; } if (this.hitTest(_root.Bpad6) == 1) { _root.Bpad6.life = _root.Bpad6.life - 51; _alpha = 0; } if (this.hitTest(_root.Bpad7) == 1) { _root.Bpad7.life = _root.Bpad7.life - 51; _alpha = 0; } } } }
Instance of Symbol 119 MovieClip "RGrenade" in Frame 12
onClipEvent (load) { speed = 1; ammo = 2; count = 1; active = false; thrown = false; woob = false; count = 1; timer = 0; shot = false; } onClipEvent (enterFrame) { if (ammo > 0) { if (((shot == true) && (thrown == false)) && (active == false)) { ammo = ammo - 1; _alpha = 100; thrown = true; woob = true; shot = false; } } if (woob == true) { _x = _root.Rpad3._x; _y = _root.Rpad3._y; woob = false; } if (thrown == true) { _x = (_x - speed); if (_x > 301.5) { speed = speed + 0.2; _rotation = (_rotation + 10); _height = (_height + 0.3); _width = (_width + 0.3); } if ((_x < 301.5) && (_x > 120)) { speed = speed - 0.2; _rotation = (_rotation + 10); _height = (_height - 0.3); _width = (_width - 0.3); } if (_x < 120) { thrown = false; active = true; } } if (active == true) { _root.RSmoke.duplicateMovieClip("RSmoke" + count, count, _root.RSmoke); count = count + 1; timer = timer + 1; } if (timer == 200) { active = false; timer = 0; _x = 999; } }
Instance of Symbol 242 MovieClip "RSmoke" in Frame 12
onClipEvent (load) { _xscale = 1; _yscale = 1; _rotation = 0; _x = _root.RGrenade._x; _y = (_root.RGrenade._y - 2); spin = Math.round((Math.random() * 16) - 8); gotoAndStop(Math.round((Math.random() * 4) + 1)); _alpha = 100; xspeed = (Math.random() * 6) - 3; yspeed = (Math.random() * 6) - 3; active = true; } onClipEvent (enterFrame) { if (active) { _xscale = (_xscale + 2); _yscale = (_yscale + 2); _y = (_y + yspeed); _x = (_x + xspeed); _rotation = (_rotation + spin); if (_height > 50) { _alpha = (_alpha - 4); } if (_alpha < 0) { this.removeMovieClip(); active = false; } } }
Instance of Symbol 248 MovieClip "BSmoke" in Frame 12
onClipEvent (load) { _xscale = 1; _yscale = 1; _rotation = 0; _x = _root.BGrenade._x; _y = (_root.BGrenade._y - 2); spin = Math.round((Math.random() * 16) - 8); gotoAndStop(Math.round((Math.random() * 4) + 1)); _alpha = 100; xspeed = (Math.random() * 6) - 3; yspeed = (Math.random() * 6) - 3; active = true; } onClipEvent (enterFrame) { if (active) { _xscale = (_xscale + 2); _yscale = (_yscale + 2); _y = (_y + yspeed); _x = (_x + xspeed); _rotation = (_rotation + spin); if (_height > 50) { _alpha = (_alpha - 4); } if (_alpha < 0) { this.removeMovieClip(); active = false; } } }
Instance of Symbol 113 MovieClip "RBullet2" in Frame 12
onClipEvent (load) { speed = 20; active = false; shot = false; _alpha = 0; } onClipEvent (enterFrame) { if (active == true) { if (_root.RBullet.ammo > 0) { if (((shot == true) && (_x < 0)) && (_alpha <= 0)) { _y = _root.Rpad2._y; _x = (_root.Rpad2._x + 4); gotoAndPlay (2); _root.RBullet.ammo = _root.RBullet.ammo - 1; _alpha = 100; shot = false; } } if (_x < 0) { _alpha = 0; } _x = (_x - speed); if (_alpha >= 90) { if (this.hitTest(_root.Bpad1) == 1) { _root.Bpad1.life = _root.Bpad1.life - 51; _alpha = 0; } if (this.hitTest(_root.Bpad2) == 1) { _root.Bpad2.life = _root.Bpad2.life - 51; _alpha = 0; } if (this.hitTest(_root.Bpad3) == 1) { _root.Bpad3.life = _root.Bpad3.life - 51; _alpha = 0; } if (this.hitTest(_root.Bpad4) == 1) { _root.Bpad4.life = _root.Bpad4.life - 51; _alpha = 0; } if (this.hitTest(_root.Bpad5) == 1) { _root.Bpad5.life = _root.Bpad5.life - 51; _alpha = 0; } if (this.hitTest(_root.Bpad6) == 1) { _root.Bpad6.life = _root.Bpad6.life - 51; _alpha = 0; } if (this.hitTest(_root.Bpad7) == 1) { _root.Bpad7.life = _root.Bpad7.life - 51; _alpha = 0; } } } }
Instance of Symbol 201 MovieClip "Sounds" in Frame 12
onClipEvent (load) { Gore = new Sound(); Gore.attachSound("Gore"); begin = true; } onClipEvent (enterFrame) { if (begin == true) { Gore.start(); begin = false; } }
Instance of Symbol 230 MovieClip "Dred6" in Frame 12
onClipEvent (load) { Active = false; } onClipEvent (enterFrame) { if (Active == true) { _y = _root.Rpad6._y; _x = _root.Rpad6._x; gotoAndPlay (1); timer = 20; Active = false; } }
Instance of Symbol 230 MovieClip "Dred7" in Frame 12
onClipEvent (load) { Active = false; _alpha = 0; } onClipEvent (enterFrame) { if (Active == true) { _y = _root.Rpad7._y; _x = _root.Rpad7._x; gotoAndPlay (1); _alpha = 100; timer = 20; Active = false; } }
Instance of Symbol 236 MovieClip "Dblue7" in Frame 12
onClipEvent (load) { Active = false; _alpha = 0; } onClipEvent (enterFrame) { if (Active == true) { _y = _root.Bpad7._y; _x = _root.Bpad7._x; gotoAndPlay (1); _alpha = 100; Active = false; } }
Instance of Symbol 236 MovieClip "Dblue6" in Frame 12
onClipEvent (load) { Active = false; _alpha = 0; } onClipEvent (enterFrame) { if (Active == true) { _y = _root.Bpad6._y; _x = _root.Bpad6._x; gotoAndPlay (1); _alpha = 100; Active = false; } }
Instance of Symbol 152 MovieClip "Rpad6" in Frame 12
onClipEvent (load) { speed = 4; lives = 6; active = false; pos = false; life = 100; } onClipEvent (enterFrame) { if (life <= 0) { life = 100; lives = lives + 1; _root.Dred6.Active = true; } if (active == true) { if (pos == false) { life = 100; lives = 1; if ((_root.Rpad1._y - 20) > _y) { _y = (_y + 4); } if ((_root.Rpad1._y - 20) < _y) { _y = (_y - 4); } if ((_y < (_root.Rpad1._y - 10)) && (_y > (_root.Rpad1._y - 25))) { _y = (_root.Rpad1._y - 20); pos = true; } if (_x > 493.4) { _x = (_x - 5); } } else { if (_x > 493.4) { _x = (_x - 5); } if (lives > 6) { lives = 6; } if (lives < 1) { lives = 1; } if (lives == 1) { gotoAndStop (1); } if (lives == 2) { gotoAndStop (2); } if (lives == 3) { gotoAndStop (3); } if (lives == 4) { gotoAndStop (4); } if (lives == 5) { gotoAndStop (5); } if (lives == 6) { gotoAndStop (6); } } } }
Instance of Symbol 152 MovieClip "Rpad7" in Frame 12
onClipEvent (load) { speed = 4; lives = 6; active = false; pos = false; life = 100; } onClipEvent (enterFrame) { if (life <= 0) { life = 100; lives = lives + 1; _root.Dred7.Active = true; } if (active == true) { if (pos == false) { lives = 1; life = 100; if ((_root.Rpad5._y + 20) > _y) { _y = (_y + 4); } if ((_root.Rpad5._y + 20) < _y) { _y = (_y - 4); } if ((_y > (_root.Rpad5._y + 15)) && (_y < (_root.Rpad5._y + 25))) { _y = (_root.Rpad5._y + 20); pos = true; } if (_x > 493.4) { _x = (_x - 5); } } else { if (_x > 493.4) { _x = (_x - 5); } if (lives > 6) { lives = 6; } if (lives < 1) { lives = 1; } if (lives == 1) { gotoAndStop (1); } if (lives == 2) { gotoAndStop (2); } if (lives == 3) { gotoAndStop (3); } if (lives == 4) { gotoAndStop (4); } if (lives == 5) { gotoAndStop (5); } if (lives == 6) { gotoAndStop (6); } } } }
Instance of Symbol 158 MovieClip "Bpad7" in Frame 12
onClipEvent (load) { speed = 4; lives = 6; active = false; pos = false; life = 100; } onClipEvent (enterFrame) { if (life <= 0) { life = 100; lives = lives + 1; _root.Dblue7.Active = true; } if (active == true) { if (pos == false) { life = 100; lives = 1; if ((_root.Bpad5._y + 20) > _y) { _y = (_y + 4); } if ((_root.Bpad5._y + 20) < _y) { _y = (_y - 4); } if ((_y > (_root.Bpad5._y + 15)) && (_y < (_root.Bpad5._y + 25))) { _y = (_root.Bpad5._y + 20); pos = true; } if (_x < 51.5) { _x = (_x + 5); } } else { if (_x < 51.5) { _x = (_x + 5); } if (Key.isDown(87) && (!Key.isDown(83))) { _y = (_y - speed); } if (Key.isDown(83) && (!Key.isDown(87))) { _y = (_y + speed); } if (lives > 6) { lives = 6; } if (lives < 1) { lives = 1; } if (lives == 1) { gotoAndStop (1); } if (lives == 2) { gotoAndStop (2); } if (lives == 3) { gotoAndStop (3); } if (lives == 4) { gotoAndStop (4); } if (lives == 5) { gotoAndStop (5); } if (lives == 6) { gotoAndStop (6); } } } }
Instance of Symbol 158 MovieClip "Bpad6" in Frame 12
onClipEvent (load) { speed = 4; lives = 6; active = false; pos = false; life = 100; } onClipEvent (enterFrame) { if (life <= 0) { life = 100; lives = lives + 1; _root.Dblue6.Active = true; } if (active == true) { if (pos == false) { life = 100; lives = 1; if ((_root.Bpad1._y - 20) > _y) { _y = (_y + 4); } if ((_root.Bpad1._y - 20) < _y) { _y = (_y - 4); } if ((_y < (_root.Bpad1._y - 12)) && (_y > (_root.Bpad1._y - 21))) { _y = (_root.Bpad1._y - 20); pos = true; } if (_x < 51.5) { _x = (_x + 5); } } else { if (_x < 51.5) { _x = (_x + 5); } if (Key.isDown(87) && (!Key.isDown(83))) { _y = (_y - speed); } if (Key.isDown(83) && (!Key.isDown(87))) { _y = (_y + speed); } if (lives > 6) { lives = 6; } if (lives < 1) { lives = 1; } if (lives == 1) { gotoAndStop (1); } if (lives == 2) { gotoAndStop (2); } if (lives == 3) { gotoAndStop (3); } if (lives == 4) { gotoAndStop (4); } if (lives == 5) { gotoAndStop (5); } if (lives == 6) { gotoAndStop (6); } } } }
Instance of Symbol 257 MovieClip "Bexplosion" in Frame 12
onClipEvent (load) { _xscale = 1; _yscale = 1; _rotation = 0; _x = _root.BRocket._x; _y = (_root.BRocket._y - 2); spin = Math.round((Math.random() * 16) - 8); gotoAndStop(Math.round((Math.random() * 4) + 1)); _alpha = 100; active = true; } onClipEvent (enterFrame) { if (active) { _xscale = (_xscale + 2); _yscale = (_yscale + 2); _y = (_y + 0.5); _x = (_x + 0.25); _rotation = (_rotation + spin); if (_height > 50) { _alpha = (_alpha - 10); } if (_alpha < 0) { this.removeMovieClip(); active = false; } } }
Instance of Symbol 257 MovieClip "Rexplosion" in Frame 12
onClipEvent (load) { _xscale = 1; _yscale = 1; _rotation = 0; _x = (_root.RRocket._x - 5); _y = _root.RRocket._y; spin = Math.round((Math.random() * 16) - 8); gotoAndStop(random(4) + 1); _alpha = 100; active = true; } onClipEvent (enterFrame) { if (active) { _xscale = (_xscale + 2); _yscale = (_yscale + 2); _y = (_y + 0.5); _x = (_x + 0.25); _rotation = (_rotation + spin); if (_height > 50) { _alpha = (_alpha - 10); } if (_alpha < 0) { this.removeMovieClip(); active = false; } } }
Instance of Symbol 201 MovieClip "AI" in Frame 12
onClipEvent (load) { speed = 4; timer = 200; timer2 = 350; } onClipEvent (enterFrame) { timer = timer - 1; timer2 = timer2 - 1; if (_root.Ball2._x > _root.Ball._x) { if (_root.Ball2._y < _root.Rpad3._y) { _root.Rpad1._y = _root.Rpad1._y - speed; _root.Rpad2._y = _root.Rpad2._y - speed; _root.Rpad3._y = _root.Rpad3._y - speed; _root.Rpad4._y = _root.Rpad4._y - speed; _root.Rpad5._y = _root.Rpad5._y - speed; if (_root.Rpad6.active) { _root.Rpad6._y = _root.Rpad6._y - speed; _root.Rpad7._y = _root.Rpad7._y - speed; } } if (_root.Ball2._y > _root.Rpad3._y) { _root.Rpad1._y = _root.Rpad1._y + speed; _root.Rpad2._y = _root.Rpad2._y + speed; _root.Rpad3._y = _root.Rpad3._y + speed; _root.Rpad4._y = _root.Rpad4._y + speed; _root.Rpad5._y = _root.Rpad5._y + speed; if (_root.Rpad6.active) { _root.Rpad6._y = _root.Rpad6._y + speed; _root.Rpad7._y = _root.Rpad7._y + speed; } } } if (_root.Ball._x > _root.Ball2._x) { if (_root.Ball._y < _root.Rpad3._y) { _root.Rpad1._y = _root.Rpad1._y - speed; _root.Rpad2._y = _root.Rpad2._y - speed; _root.Rpad3._y = _root.Rpad3._y - speed; _root.Rpad4._y = _root.Rpad4._y - speed; _root.Rpad5._y = _root.Rpad5._y - speed; if (_root.Rpad6.active) { _root.Rpad6._y = _root.Rpad6._y - speed; _root.Rpad7._y = _root.Rpad7._y - speed; } } if (_root.Ball._y > _root.Rpad3._y) { _root.Rpad1._y = _root.Rpad1._y + speed; _root.Rpad2._y = _root.Rpad2._y + speed; _root.Rpad3._y = _root.Rpad3._y + speed; _root.Rpad4._y = _root.Rpad4._y + speed; _root.Rpad5._y = _root.Rpad5._y + speed; if (_root.Rpad6.active) { _root.Rpad6._y = _root.Rpad6._y + speed; _root.Rpad7._y = _root.Rpad7._y + speed; } } } if (((_root.Bpad5._y > _root.Rpad3._y) && (_root.Rpad3._y > _root.Bpad1._y)) && (timer <= 0)) { _root.RBullet.shot = true; _root.RBullet2.shot = true; } else { _root.RBullet.shot = false; _root.RBullet2.shot = false; } if (((_root.Bpad4._y > _root.Rpad3._y) && (_root.Rpad3._y > _root.Bpad2._y)) && (timer2 <= 0)) { _root.RRocket.shot = true; } else { _root.RRocket.shot = false; } if ((((_root.Ball2.xspeed < 0) && ((_root.Ball2._y + 50) > _root.Rpad3._y)) && ((_root.Ball2._y - 50) < _root.Rpad3._y)) && (timer <= 0)) { _root.RGrenade.shot = true; } else { _root.RGrenade.shot = false; } }
Instance of Symbol 201 MovieClip "Crates" in Frame 12
onClipEvent (load) { number = 11; timer = 300; balls = false; Rsupply = 0; Bsupply = 0; } onClipEvent (enterFrame) { timer = timer - 1; if (timer == 0) { timer = 300; number = random(8); } if ((number == 7) && (balls == true)) { number = random(7); } if (number == 4) { balls = true; } Rsupply = Rsupply - 1; Bsupply = Bsupply - 1; if (Rsupply < 0) { Rsupply = 0; } if (Bsupply < 0) { Bsupply = 0; } _root.AI.speed = (Rsupply * 0.01) + 4; _root.Bpad1.speed = (Bsupply * 0.01) + 4; _root.Bpad2.speed = (Bsupply * 0.01) + 4; _root.Bpad3.speed = (Bsupply * 0.01) + 4; _root.Bpad4.speed = (Bsupply * 0.01) + 4; _root.Bpad5.speed = (Bsupply * 0.01) + 4; _root.Bpad6.speed = (Bsupply * 0.01) + 4; _root.Bpad7.speed = (Bsupply * 0.01) + 4; }
Instance of Symbol 170 MovieClip in Frame 12
onClipEvent (load) { timer = 300; pickup = 65; active = false; } onClipEvent (enterFrame) { timer = timer - 1; pickup = pickup - 1; if (timer <= 0) { if ((_root.Crates.number == 3) && (active == false)) { _x = ((Math.random() * 300) + 130); _y = ((Math.random() * 300) + 50); gotoAndPlay (1); timer = 300; pickup = 65; active = true; } } if (this.hitTest(_root.Ball) == 1) { if (pickup <= 0) { if (_root.Ball.colour == 2) { _x = 900; active = false; _root.RedArrow.active = true; if (_root.RBullet2.active == true) { _root.RBullet.ammo = _root.RBullet.ammo + 60; } else { _root.RBullet.ammo = _root.RBullet.ammo + 30; } } if (_root.Ball.colour == 3) { _root.BBullet.ammo = _root.BBullet.ammo + 30; _x = 900; active = false; _root.BlueArrow.active = true; if (_root.BBullet2.active == true) { _root.BBullet.ammo = _root.BBullet.ammo + 60; } else { _root.BBullet.ammo = _root.BBullet.ammo + 30; } } } } if (this.hitTest(_root.Ball2) == 1) { if (pickup <= 0) { if (_root.Ball2.colour == 2) { _x = 900; active = false; _root.RedArrow.active = true; if (_root.RBullet2.active == true) { _root.RBullet.ammo = _root.RBullet.ammo + 60; } else { _root.RBullet.ammo = _root.RBullet.ammo + 30; } } if (_root.Ball2.colour == 3) { _root.BBullet.ammo = _root.BBullet.ammo + 30; _x = 900; active = false; _root.BlueArrow.active = true; if (_root.BBullet2.active == true) { _root.BBullet.ammo = _root.BBullet.ammo + 60; } else { _root.BBullet.ammo = _root.BBullet.ammo + 30; } } } } }
Instance of Symbol 180 MovieClip in Frame 12
onClipEvent (load) { timer = 300; pickup = 65; active = false; } onClipEvent (enterFrame) { timer = timer - 1; pickup = pickup - 1; if (timer <= 0) { if ((_root.Crates.number == 0) && (active == false)) { _x = ((Math.random() * 300) + 130); _y = ((Math.random() * 300) + 50); gotoAndPlay (1); timer = 300; pickup = 65; active = true; } } if (this.hitTest(_root.Ball) == 1) { if (pickup <= 0) { if (_root.Ball.colour == 2) { active = false; _x = 900; _root.Crates.Rsupply = 500; _root.RedArrow.active = true; } if (_root.Ball.colour == 3) { active = false; _x = 900; _root.Crates.Bsupply = 500; _root.BlueArrow.active = true; } } } if (this.hitTest(_root.Ball2) == 1) { if (pickup <= 0) { if (_root.Ball2.colour == 2) { active = false; _x = 900; _root.Crates.Rsupply = 500; _root.RedArrow.active = true; } if (_root.Ball2.colour == 3) { active = false; _x = 900; _root.Crates.Bsupply = 500; _root.BlueArrow.active = true; } } } }
Instance of Symbol 268 MovieClip "BlueArrow" in Frame 12
onClipEvent (load) { active = false; _alpha = 0; _x = 500; _y = 185; _width = 50; _height = 30; timer = 0; } onClipEvent (enterFrame) { if (active == true) { timer = timer + 2; _width = (timer * 4); _height = (timer * 4); _x = (_x - 15); _alpha = (50 - (timer / 4)); if (timer == 150) { active = false; _width = 50; _height = 30; timer = 0; _x = 500; _y = 185; _alpha = 0; } } }
Instance of Symbol 270 MovieClip "RedArrow" in Frame 12
onClipEvent (load) { active = false; _alpha = 0; _x = 0; _y = 185; _width = 50; _height = 30; timer = 0; } onClipEvent (enterFrame) { if (active == true) { timer = timer + 2; _width = (timer * 4); _height = (timer * 4); _x = (_x + 15); _alpha = (50 - (timer / 4)); if (timer == 150) { active = false; _width = 50; _height = 30; timer = 0; _x = 0; _y = 185; _alpha = 0; } } }
Instance of Symbol 272 MovieClip "RedWave" in Frame 12
onClipEvent (load) { active = false; _alpha = 0; } onClipEvent (enterFrame) { if (_alpha <= 0) { _alpha = 0; } if (active == true) { _alpha = (_alpha + 10); if (_alpha >= 100) { active = false; } } else { _alpha = (_alpha - 10); } }
Instance of Symbol 274 MovieClip "BlueWave" in Frame 12
onClipEvent (load) { active = false; _alpha = 0; } onClipEvent (enterFrame) { if (_alpha <= 0) { _alpha = 0; } if (active == true) { _alpha = (_alpha + 10); if (_alpha >= 100) { active = false; } } else { _alpha = (_alpha - 10); } }
Instance of Symbol 177 MovieClip in Frame 12
onClipEvent (load) { timer = 300; pickup = 65; active = false; } onClipEvent (enterFrame) { timer = timer - 1; pickup = pickup - 1; if (timer <= 0) { if ((_root.Crates.number == 4) && (active == false)) { _x = ((Math.random() * 300) + 130); _y = ((Math.random() * 300) + 50); gotoAndPlay (1); timer = 300; pickup = 65; active = true; } } if (this.hitTest(_root.Ball) == 1) { if (pickup <= 0) { if (_root.Ball.colour == 2) { if (_root.RBullet.active == false) { _root.RBullet.ammo = _root.RBullet.ammo * 2; } else { _root.RBullet.ammo = _root.RBullet.ammo + 20; } _x = 900; _root.RBullet.active = true; _root.RBullet2.active = true; _root.RedArrow.active = true; active = false; } if (_root.Ball.colour == 3) { if (_root.BBullet.active == false) { _root.BBullet.ammo = _root.BBullet.ammo * 2; } else { _root.BBullet.ammo = _root.BBullet.ammo + 20; } active = false; _x = 900; _root.BBullet.active = true; _root.BBullet2.active = true; _root.BlueArrow.active = true; } } } if (this.hitTest(_root.Ball2) == 1) { if (pickup <= 0) { if (_root.Ball2.colour == 2) { if (_root.RBullet.active == false) { _root.RBullet.ammo = _root.RBullet.ammo * 2; } else { _root.RBullet.ammo = _root.RBullet.ammo + 20; } active = false; _x = 900; _root.RBullet.active = true; _root.RBullet2.active = true; _root.RedArrow.active = true; } if (_root.Ball2.colour == 3) { if (_root.BBullet.active == false) { _root.BBullet.ammo = _root.BBullet.ammo * 2; } else { _root.BBullet.ammo = _root.BBullet.ammo + 20; } active = false; _x = 900; _root.BBullet.active = true; _root.BBullet2.active = true; _root.BlueArrow.active = true; } } } }
Frame 13
stop();
Instance of Symbol 113 MovieClip in Frame 13
onClipEvent (load) { timer = 0; _x = 441.6; _y = 284.9; } onClipEvent (enterFrame) { timer = timer + 1; if (timer == 18) { _x = 417.6; _y = 266.9; _root.sounds.rifle.start(); timer = 0; } _x = (_x + 14.32); _y = (_y + 8.7); if (_x > 525) { _x = 999; } }
Instance of Symbol 201 MovieClip "sounds" in Frame 13
onClipEvent (load) { timer = 1; rifle = new Sound(); rifle.attachSound("rifle"); fight = new Sound(); fight.attachSound("fight"); } onClipEvent (enterFrame) { timer = timer - 1; if (timer == 0) { fight.start(); timer = 47; } }
Frame 14
stop();
Instance of Symbol 319 MovieClip in Frame 14
onClipEvent (load) { something = true; } onClipEvent (enterFrame) { if (something == true) { gotoAndPlay (18); something = false; } }
Instance of Symbol 201 MovieClip "sounds" in Frame 14
onClipEvent (load) { timer = 1; cheer = new Sound(); cheer.attachSound("cheer"); } onClipEvent (enterFrame) { timer = timer - 1; if (timer == 0) { cheer.start(); timer = 110; } }
Frame 15
stop();
Instance of Symbol 201 MovieClip "Crates" in Frame 15
onClipEvent (load) { timer = 165; countdown = new Sound(); countdown.attachSound("countdown"); begin = true; } onClipEvent (enterFrame) { timer = timer - 1; if (timer == 0) { _root.gotoAndStop(12); } if (begin == true) { countdown.start(); begin = false; } }
Symbol 11 Button
on (release) { getURL ("http://www.maxgames.com", "_blank"); }
Symbol 14 MovieClip Frame 60
stop();
Symbol 28 MovieClip Frame 14
stop();
Symbol 29 MovieClip [thing] Frame 240
this.removeMovieClip();
Symbol 41 MovieClip Frame 2
_root.stop(); PercentLoaded = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100; if (PercentLoaded != 100) { setProperty(bar, _xscale , PercentLoaded); } else { _root.play(); }
Symbol 41 MovieClip Frame 3
gotoAndPlay (2);
Symbol 55 MovieClip Frame 1
_root.stop();
Symbol 55 MovieClip Frame 80
_root.play();
Symbol 62 Button
on (release) { _root.gotoAndStop(5); }
Symbol 66 Button
on (release) { _root.gotoAndStop(15); }
Symbol 67 MovieClip Frame 1
stop();
Symbol 71 Button
on (release) { _root.gotoAndStop(8); }
Symbol 77 Button
on (release) { _root.gotoAndStop(10); }
Symbol 102 Button
on (release) { gotoAndStop (4); }
Symbol 105 Button
on (release) { gotoAndStop (6); }
Symbol 113 MovieClip Frame 1
stop();
Symbol 117 MovieClip Frame 1
stop();
Symbol 127 Button
on (release) { gotoAndStop (4); }
Symbol 146 MovieClip Frame 65
stop();
Symbol 152 MovieClip Frame 1
stop();
Symbol 152 MovieClip Frame 2
stop();
Symbol 152 MovieClip Frame 3
stop();
Symbol 152 MovieClip Frame 4
stop();
Symbol 152 MovieClip Frame 5
stop();
Symbol 152 MovieClip Frame 6
stop();
Symbol 158 MovieClip Frame 1
stop();
Symbol 158 MovieClip Frame 2
stop();
Symbol 158 MovieClip Frame 3
stop();
Symbol 158 MovieClip Frame 4
stop();
Symbol 158 MovieClip Frame 5
stop();
Symbol 158 MovieClip Frame 6
stop();
Symbol 160 MovieClip Frame 65
stop();
Symbol 161 Button
on (release) { gotoAndStop (5); }
Symbol 164 MovieClip Frame 65
stop();
Symbol 166 MovieClip Frame 65
stop();
Symbol 168 MovieClip Frame 65
stop();
Symbol 170 MovieClip Frame 65
stop();
Instance of Symbol 175 MovieClip in Symbol 177 MovieClip Frame 40
onClipEvent (load) { stop(); }
Instance of Symbol 175 MovieClip in Symbol 177 MovieClip Frame 40
onClipEvent (load) { stop(); }
Symbol 177 MovieClip Frame 65
stop();
Symbol 180 MovieClip Frame 65
stop();
Symbol 190 Button
on (release) { getURL ("http://lashmush.newgrounds.com/", "_blank"); }
Symbol 193 Button
on (release) { getURL ("http://www.threemenwise.com/", "_blank"); }
Symbol 201 MovieClip Frame 1
stop();
Symbol 223 MovieClip Frame 1
stop();
Symbol 230 MovieClip Frame 20
stop();
Symbol 236 MovieClip Frame 20
stop();
Symbol 251 MovieClip Frame 1
stop();
Symbol 300 Button
on (release) { _root.gotoAndStop(4); }
Symbol 348 Button
on (release) { gotoAndStop (4); }

Library Items

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

Instance Names

"Instructions"Frame 4Symbol 63 MovieClip
"Play"Frame 4Symbol 67 MovieClip
"Creds"Frame 4Symbol 72 MovieClip
"Bpad1"Frame 10Symbol 158 MovieClip
"Bpad4"Frame 10Symbol 158 MovieClip
"Bpad5"Frame 10Symbol 158 MovieClip
"Bpad3"Frame 10Symbol 158 MovieClip
"Bpad2"Frame 10Symbol 158 MovieClip
"Rpad1"Frame 10Symbol 152 MovieClip
"Rpad2"Frame 10Symbol 152 MovieClip
"Rpad3"Frame 10Symbol 152 MovieClip
"Rpad4"Frame 10Symbol 152 MovieClip
"Rpad5"Frame 10Symbol 152 MovieClip
"Crates"Frame 10Symbol 201 MovieClip
"Ball"Frame 11Symbol 223 MovieClip
"Dred3"Frame 11Symbol 230 MovieClip
"Dred4"Frame 11Symbol 230 MovieClip
"Dred2"Frame 11Symbol 230 MovieClip
"Dred5"Frame 11Symbol 230 MovieClip
"Dred1"Frame 11Symbol 230 MovieClip
"Dblue3"Frame 11Symbol 236 MovieClip
"Dblue1"Frame 11Symbol 236 MovieClip
"Dblue4"Frame 11Symbol 236 MovieClip
"Dblue2"Frame 11Symbol 236 MovieClip
"Dblue5"Frame 11Symbol 236 MovieClip
"RRocket"Frame 11Symbol 117 MovieClip
"BRocket"Frame 11Symbol 117 MovieClip
"Lives"Frame 11Symbol 201 MovieClip
"Ball2"Frame 11Symbol 223 MovieClip
"RGrenade"Frame 11Symbol 119 MovieClip
"BGrenade"Frame 11Symbol 111 MovieClip
"RSmoke"Frame 11Symbol 242 MovieClip
"BSmoke"Frame 11Symbol 248 MovieClip
"Sounds"Frame 11Symbol 201 MovieClip
"Dred6"Frame 11Symbol 230 MovieClip
"Dred7"Frame 11Symbol 230 MovieClip
"Dblue7"Frame 11Symbol 236 MovieClip
"Dblue6"Frame 11Symbol 236 MovieClip
"Rpad6"Frame 11Symbol 152 MovieClip
"Rpad7"Frame 11Symbol 152 MovieClip
"Bpad7"Frame 11Symbol 158 MovieClip
"Bpad6"Frame 11Symbol 158 MovieClip
"Bexplosion"Frame 11Symbol 257 MovieClip
"Rexplosion"Frame 11Symbol 257 MovieClip
"BBullet"Frame 11Symbol 113 MovieClip
"BBullet2"Frame 11Symbol 113 MovieClip
"RBullet"Frame 11Symbol 113 MovieClip
"RBullet2"Frame 11Symbol 113 MovieClip
"Crates"Frame 11Symbol 201 MovieClip
"BlueArrow"Frame 11Symbol 268 MovieClip
"RedArrow"Frame 11Symbol 270 MovieClip
"RedWave"Frame 11Symbol 272 MovieClip
"BlueWave"Frame 11Symbol 274 MovieClip
"Bpad5"Frame 12Symbol 158 MovieClip
"Rpad1"Frame 12Symbol 152 MovieClip
"Rpad2"Frame 12Symbol 152 MovieClip
"Rpad3"Frame 12Symbol 152 MovieClip
"Rpad4"Frame 12Symbol 152 MovieClip
"Rpad5"Frame 12Symbol 152 MovieClip
"RRocket"Frame 12Symbol 117 MovieClip
"Lives"Frame 12Symbol 201 MovieClip
"Ball2"Frame 12Symbol 223 MovieClip
"RBullet"Frame 12Symbol 113 MovieClip
"RGrenade"Frame 12Symbol 119 MovieClip
"RSmoke"Frame 12Symbol 242 MovieClip
"BSmoke"Frame 12Symbol 248 MovieClip
"RBullet2"Frame 12Symbol 113 MovieClip
"Sounds"Frame 12Symbol 201 MovieClip
"Dred6"Frame 12Symbol 230 MovieClip
"Dred7"Frame 12Symbol 230 MovieClip
"Dblue7"Frame 12Symbol 236 MovieClip
"Dblue6"Frame 12Symbol 236 MovieClip
"Rpad6"Frame 12Symbol 152 MovieClip
"Rpad7"Frame 12Symbol 152 MovieClip
"Bpad7"Frame 12Symbol 158 MovieClip
"Bpad6"Frame 12Symbol 158 MovieClip
"Bexplosion"Frame 12Symbol 257 MovieClip
"Rexplosion"Frame 12Symbol 257 MovieClip
"AI"Frame 12Symbol 201 MovieClip
"Crates"Frame 12Symbol 201 MovieClip
"BlueArrow"Frame 12Symbol 268 MovieClip
"RedArrow"Frame 12Symbol 270 MovieClip
"RedWave"Frame 12Symbol 272 MovieClip
"BlueWave"Frame 12Symbol 274 MovieClip
"sounds"Frame 13Symbol 201 MovieClip
"sounds"Frame 14Symbol 201 MovieClip
"Bpad1"Frame 15Symbol 158 MovieClip
"Bpad4"Frame 15Symbol 158 MovieClip
"Bpad5"Frame 15Symbol 158 MovieClip
"Bpad3"Frame 15Symbol 158 MovieClip
"Bpad2"Frame 15Symbol 158 MovieClip
"Rpad1"Frame 15Symbol 152 MovieClip
"Rpad2"Frame 15Symbol 152 MovieClip
"Rpad3"Frame 15Symbol 152 MovieClip
"Rpad4"Frame 15Symbol 152 MovieClip
"Rpad5"Frame 15Symbol 152 MovieClip
"Crates"Frame 15Symbol 201 MovieClip
"bar"Symbol 41 MovieClip Frame 2Symbol 32 MovieClip

Special Tags

FileAttributes (69)Timeline Frame 1Access local files only, Metadata not present, AS1/AS2.
ExportAssets (56)Timeline Frame 1Symbol 1 as "fight"
ExportAssets (56)Timeline Frame 1Symbol 2 as "cheer"
ExportAssets (56)Timeline Frame 1Symbol 3 as "Bloodbound"
ExportAssets (56)Timeline Frame 1Symbol 4 as "countdown"
ExportAssets (56)Timeline Frame 1Symbol 5 as "Gore"
ExportAssets (56)Timeline Frame 1Symbol 6 as "rifle"
ExportAssets (56)Timeline Frame 1Symbol 29 as "thing"

Dynamic Text Variables

_root.RRocket.ammoSymbol 202 EditableText""
_root.BRocket.ammoSymbol 205 EditableText""
_root.BBullet.ammoSymbol 206 EditableText""
_root.RBullet.ammoSymbol 207 EditableText""
_root.Lives.BlivesSymbol 208 EditableText"0"
_root.Lives.RlivesSymbol 209 EditableText"0"
_root.BGrenade.ammoSymbol 210 EditableText""
_root.RGrenade.ammoSymbol 211 EditableText""
_root.RRocket.ammoSymbol 259 EditableText""
_root.BRocket.ammoSymbol 260 EditableText""
_root.BBullet.ammoSymbol 261 EditableText""
_root.RBullet.ammoSymbol 262 EditableText""
_root.Lives.BlivesSymbol 263 EditableText"0"
_root.Lives.RlivesSymbol 264 EditableText"0"
_root.BGrenade.ammoSymbol 265 EditableText""
_root.RGrenade.ammoSymbol 266 EditableText""
_root.RRocket.ammoSymbol 275 EditableText""
_root.BRocket.ammoSymbol 276 EditableText""
_root.BBullet.ammoSymbol 277 EditableText""
_root.RBullet.ammoSymbol 278 EditableText""
_root.Lives.BlivesSymbol 279 EditableText"0"
_root.Lives.RlivesSymbol 280 EditableText"0"
_root.BGrenade.ammoSymbol 281 EditableText""
_root.RGrenade.ammoSymbol 282 EditableText""
_root.RRocket.ammoSymbol 350 EditableText""
_root.BRocket.ammoSymbol 351 EditableText""
_root.BBullet.ammoSymbol 352 EditableText""
_root.RBullet.ammoSymbol 353 EditableText""
_root.Lives.BlivesSymbol 354 EditableText"0"
_root.Lives.RlivesSymbol 355 EditableText"0"
_root.BGrenade.ammoSymbol 356 EditableText""
_root.RGrenade.ammoSymbol 357 EditableText""




http://swfchan.com/14/67510/info.shtml
Created: 11/4 -2019 12:32:42 Last modified: 11/4 -2019 12:32:42 Server time: 16/05 -2024 23:27:03