Frame 1
function cloudflash() {
getURL ("http://www.cloudflash.net", "_blank");
}
stop();
Danny1 = new ContextMenuItem("Visit Cloudflash", cloudflash);
Danny2 = new ContextMenuItem("Made by Danny Poloskei", cloudflash);
Poloskei = new ContextMenu();
Poloskei.hideBuiltInItems();
Poloskei.customItems.push(Danny1, Danny2);
Poloskei.builtInItems.play = false;
Poloskei.builtInItems.zoom = true;
Poloskei.builtInItems.quality = true;
Poloskei.builtInItems.forward_back = false;
Poloskei.builtInItems.rewind = true;
Poloskei.builtInItems.print = true;
Poloskei.builtInItems.save = true;
_root.menu = Poloskei;
Instance of Symbol 18 MovieClip in Frame 1
onClipEvent (enterFrame) {
_root.stop();
mctotal = _root.getBytesTotal();
mcloaded = _root.getBytesLoaded();
percent = Math.round((mcloaded / mctotal) * 100);
load = percent + "%";
this.loadbar._xscale = percent;
if (percent == 100) {
this.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
_parent.loaded = _parent.getBytesLoaded();
_parent.total = _parent.getBytesTotal();
}
Frame 2
stop();
Frame 3
stop();
Frame 4
stop();
stopAllSounds();
Frame 6
stop();
Frame 9
stop();
Frame 14
stop();
Frame 19
stop();
Frame 24
stop();
Frame 29
stop();
Frame 34
stop();
Frame 39
stop();
Frame 40
stop();
Frame 41
stop();
Frame 42
stop();
Frame 43
stop();
Frame 45
stop();
Frame 46
stop();
Frame 47
stop();
Frame 48
stop();
Frame 49
stop();
Frame 51
stop();
Frame 52
stop();
Frame 53
stop();
Frame 54
stop();
Frame 55
stop();
Frame 57
stop();
Frame 58
stop();
Frame 59
stop();
Frame 60
stop();
Frame 61
stop();
Frame 63
stop();
Frame 64
stop();
Frame 65
stop();
Frame 66
stop();
Frame 67
stop();
Frame 69
stop();
Frame 70
stop();
Frame 71
stop();
Frame 72
stop();
Frame 73
stop();
Frame 75
stop();
_root.p1health = 100;
_root.p2health = 100;
Instance of Symbol 419 MovieClip "boundleft" in Frame 75
onClipEvent (enterFrame) {
_root.boundleft;
if (hitTest(_root.p1)) {
_root.p1._x = _root.p1._x + 15;
}
_root.boundleft;
if (hitTest(_root.p2)) {
_root.p2._x = _root.p2._x + 15;
}
}
Instance of Symbol 419 MovieClip in Frame 75
onClipEvent (enterFrame) {
_root.boundright;
if (hitTest(_root.p1)) {
_root.p1._x = _root.p1._x - 15;
}
_root.boundright;
if (hitTest(_root.p2)) {
_root.p2._x = _root.p2._x - 15;
}
}
Instance of Symbol 513 MovieClip "p2" in Frame 75
onClipEvent (enterFrame) {
if (Key.isDown(37)) {
this.gotoAndStop(2);
_xscale = 100;
_x = (_x - 15);
}
if (Key.isDown(39)) {
this.gotoAndStop(2);
_xscale = -100;
_x = (_x + 15);
}
if (Key.isDown(38) and (!jumping)) {
this.gotoAndStop(3);
vel_y = 12;
jumping = true;
}
if (jumping) {
vel_y = vel_y - 1;
if (vel_y <= -11) {
vel_y = -11;
jumping = false;
}
this._y = this._y - vel_y;
}
if (Key.isDown(37) && (Key.isDown(38))) {
this.gotoAndStop(3);
}
if (Key.isDown(39) && (Key.isDown(38))) {
this.gotoAndStop(3);
}
if (((((((((!Key.isDown(37)) and (!Key.isDown(39))) and (!Key.isDown(38))) and (!Key.isDown(97))) and (!Key.isDown(98))) and (!Key.isDown(99))) and (!Key.isDown(100))) and (!Key.isDown(101))) and (!Key.isDown(102))) {
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(97)) {
this.gotoAndStop(4);
}
if (Key.isDown(98)) {
this.gotoAndStop(5);
}
if (Key.isDown(100)) {
this.gotoAndStop(7);
}
if (Key.isDown(101)) {
this.gotoAndStop(8);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(99)) {
this.gotoAndStop(6);
}
if (Key.isDown(102)) {
this.gotoAndStop(9);
}
if (Key.isDown(40)) {
this.gotoAndStop(1);
}
}
Instance of Symbol 629 MovieClip "p1" in Frame 75
onClipEvent (enterFrame) {
if (Key.isDown(65)) {
this.gotoAndStop(2);
_xscale = -100;
_x = (_x - 15);
}
if (Key.isDown(68)) {
this.gotoAndStop(2);
_xscale = 100;
_x = (_x + 15);
}
if (Key.isDown(87) and (!jumping)) {
this.gotoAndStop(3);
vel_y = 12;
jumping = true;
}
if (jumping) {
vel_y = vel_y - 1;
if (vel_y <= -11) {
vel_y = -11;
jumping = false;
}
this._y = this._y - vel_y;
}
if (Key.isDown(65) && (Key.isDown(87))) {
this.gotoAndStop(3);
}
if (Key.isDown(68) && (Key.isDown(87))) {
this.gotoAndStop(3);
}
if (((((((((!Key.isDown(65)) and (!Key.isDown(68))) and (!Key.isDown(87))) and (!Key.isDown(70))) and (!Key.isDown(71))) and (!Key.isDown(72))) and (!Key.isDown(82))) and (!Key.isDown(84))) and (!Key.isDown(89))) {
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(70)) {
this.gotoAndStop(4);
}
if (Key.isDown(71)) {
this.gotoAndStop(5);
}
if (Key.isDown(82)) {
this.gotoAndStop(7);
}
if (Key.isDown(84)) {
this.gotoAndStop(8);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(72)) {
this.gotoAndStop(6);
}
if (Key.isDown(89)) {
this.gotoAndStop(9);
}
if (Key.isDown(83)) {
this.gotoAndStop(1);
}
}
Instance of Symbol 634 MovieClip in Frame 75
onClipEvent (enterFrame) {
if (_root.p1health <= 100) {
this.gotoAndStop(1);
}
if (_root.p1health <= 97) {
this.gotoAndStop(2);
}
if (_root.p1health <= 94) {
this.gotoAndStop(3);
}
if (_root.p1health <= 90) {
this.gotoAndStop(4);
}
if (_root.p1health <= 87) {
this.gotoAndStop(5);
}
if (_root.p1health <= 84) {
this.gotoAndStop(6);
}
if (_root.p1health <= 80) {
this.gotoAndStop(7);
}
if (_root.p1health <= 77) {
this.gotoAndStop(8);
}
if (_root.p1health <= 74) {
this.gotoAndStop(9);
}
if (_root.p1health <= 70) {
this.gotoAndStop(10);
}
if (_root.p1health <= 67) {
this.gotoAndStop(11);
}
if (_root.p1health <= 64) {
this.gotoAndStop(12);
}
if (_root.p1health <= 60) {
this.gotoAndStop(13);
}
if (_root.p1health <= 57) {
this.gotoAndStop(14);
}
if (_root.p1health <= 54) {
this.gotoAndStop(15);
}
if (_root.p1health <= 50) {
this.gotoAndStop(16);
}
if (_root.p1health <= 47) {
this.gotoAndStop(17);
}
if (_root.p1health <= 44) {
this.gotoAndStop(18);
}
if (_root.p1health <= 40) {
this.gotoAndStop(19);
}
if (_root.p1health <= 37) {
this.gotoAndStop(20);
}
if (_root.p1health <= 34) {
this.gotoAndStop(21);
}
if (_root.p1health <= 30) {
this.gotoAndStop(22);
}
if (_root.p1health <= 27) {
this.gotoAndStop(23);
}
if (_root.p1health <= 24) {
this.gotoAndStop(24);
}
if (_root.p1health <= 20) {
this.gotoAndStop(25);
}
if (_root.p1health <= 17) {
this.gotoAndStop(26);
}
if (_root.p1health <= 14) {
this.gotoAndStop(27);
}
if (_root.p1health <= 11) {
this.gotoAndStop(28);
}
if (_root.p1health <= 8) {
this.gotoAndStop(29);
}
if (_root.p1health <= 6) {
this.gotoAndStop(30);
}
if (_root.p1health <= 3) {
this.gotoAndStop(31);
}
if (_root.p1health <= 1) {
this.gotoAndStop(32);
}
if (_root.p1health <= 0) {
this.gotoAndStop(33);
_root.p2wins.play();
_root.p1health = 100;
_root.p2health = 100;
}
if (_root.p1health >= 101) {
_root.p1health = 100;
}
}
Instance of Symbol 634 MovieClip in Frame 75
onClipEvent (enterFrame) {
if (_root.p2health <= 100) {
this.gotoAndStop(1);
}
if (_root.p2health <= 97) {
this.gotoAndStop(2);
}
if (_root.p2health <= 94) {
this.gotoAndStop(3);
}
if (_root.p2health <= 90) {
this.gotoAndStop(4);
}
if (_root.p2health <= 87) {
this.gotoAndStop(5);
}
if (_root.p2health <= 84) {
this.gotoAndStop(6);
}
if (_root.p2health <= 80) {
this.gotoAndStop(7);
}
if (_root.p2health <= 77) {
this.gotoAndStop(8);
}
if (_root.p2health <= 74) {
this.gotoAndStop(9);
}
if (_root.p2health <= 70) {
this.gotoAndStop(10);
}
if (_root.p2health <= 67) {
this.gotoAndStop(11);
}
if (_root.p2health <= 64) {
this.gotoAndStop(12);
}
if (_root.p2health <= 60) {
this.gotoAndStop(13);
}
if (_root.p2health <= 57) {
this.gotoAndStop(14);
}
if (_root.p2health <= 54) {
this.gotoAndStop(15);
}
if (_root.p2health <= 50) {
this.gotoAndStop(16);
}
if (_root.p2health <= 47) {
this.gotoAndStop(17);
}
if (_root.p2health <= 44) {
this.gotoAndStop(18);
}
if (_root.p2health <= 40) {
this.gotoAndStop(19);
}
if (_root.p2health <= 37) {
this.gotoAndStop(20);
}
if (_root.p2health <= 34) {
this.gotoAndStop(21);
}
if (_root.p2health <= 30) {
this.gotoAndStop(22);
}
if (_root.p2health <= 27) {
this.gotoAndStop(23);
}
if (_root.p2health <= 24) {
this.gotoAndStop(24);
}
if (_root.p2health <= 20) {
this.gotoAndStop(25);
}
if (_root.p2health <= 17) {
this.gotoAndStop(26);
}
if (_root.p2health <= 14) {
this.gotoAndStop(27);
}
if (_root.p2health <= 11) {
this.gotoAndStop(28);
}
if (_root.p2health <= 8) {
this.gotoAndStop(29);
}
if (_root.p2health <= 6) {
this.gotoAndStop(30);
}
if (_root.p2health <= 3) {
this.gotoAndStop(31);
}
if (_root.p2health <= 1) {
this.gotoAndStop(32);
}
if (_root.p2health <= 0) {
this.gotoAndStop(33);
_root.p1wins.play();
_root.p1health = 100;
_root.p2health = 100;
}
if (_root.p2health >= 101) {
_root.p2health = 100;
}
}
Instance of Symbol 647 MovieClip "p1wins" in Frame 75
onClipEvent (enterFrame) {
if (_root.p1win >= 2) {
_root.onevictory.gotoAndStop(2);
}
}
Instance of Symbol 648 MovieClip "p2wins" in Frame 75
onClipEvent (enterFrame) {
if (_root.p2win >= 2) {
_root.twovictory.gotoAndStop(2);
}
}
Frame 76
stop();
_root.p1health = 100;
_root.p2health = 100;
Frame 77
stop();
_root.p1health = 100;
_root.p2health = 100;
_root.boxhp = 10;
Frame 78
stop();
_root.p1health = 100;
_root.p2health = 100;
Frame 80
stop();
_root.p1health = 100;
_root.p2health = 100;
Instance of Symbol 419 MovieClip "boundleft" in Frame 80
onClipEvent (enterFrame) {
_root.boundleft;
if (hitTest(_root.p1)) {
_root.p1._x = _root.p1._x + 15;
}
_root.boundleft;
if (hitTest(_root.p2)) {
_root.p2._x = _root.p2._x + 15;
}
}
Instance of Symbol 419 MovieClip in Frame 80
onClipEvent (enterFrame) {
_root.boundright;
if (hitTest(_root.p1)) {
_root.p1._x = _root.p1._x - 15;
}
_root.boundright;
if (hitTest(_root.p2)) {
_root.p2._x = _root.p2._x - 15;
}
}
Instance of Symbol 629 MovieClip "p1" in Frame 80
onClipEvent (enterFrame) {
if (Key.isDown(65)) {
this.gotoAndStop(2);
_xscale = -100;
_x = (_x - 15);
}
if (Key.isDown(68)) {
this.gotoAndStop(2);
_xscale = 100;
_x = (_x + 15);
}
if (Key.isDown(87) and (!jumping)) {
this.gotoAndStop(3);
vel_y = 12;
jumping = true;
}
if (jumping) {
vel_y = vel_y - 1;
if (vel_y <= -11) {
vel_y = -11;
jumping = false;
}
this._y = this._y - vel_y;
}
if (Key.isDown(65) && (Key.isDown(87))) {
this.gotoAndStop(3);
}
if (Key.isDown(68) && (Key.isDown(87))) {
this.gotoAndStop(3);
}
if (((((((((!Key.isDown(65)) and (!Key.isDown(68))) and (!Key.isDown(87))) and (!Key.isDown(70))) and (!Key.isDown(71))) and (!Key.isDown(72))) and (!Key.isDown(82))) and (!Key.isDown(84))) and (!Key.isDown(89))) {
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(70)) {
this.gotoAndStop(4);
}
if (Key.isDown(71)) {
this.gotoAndStop(5);
}
if (Key.isDown(82)) {
this.gotoAndStop(7);
}
if (Key.isDown(84)) {
this.gotoAndStop(8);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(72)) {
this.gotoAndStop(6);
}
if (Key.isDown(89)) {
this.gotoAndStop(9);
}
if (Key.isDown(83)) {
this.gotoAndStop(1);
}
}
Instance of Symbol 819 MovieClip "p2" in Frame 80
onClipEvent (enterFrame) {
if (Key.isDown(37)) {
this.gotoAndStop(2);
_xscale = 100;
_x = (_x - 15);
}
if (Key.isDown(39)) {
this.gotoAndStop(2);
_xscale = -100;
_x = (_x + 15);
}
if (Key.isDown(38) and (!jumping)) {
this.gotoAndStop(3);
vel_y = 12;
jumping = true;
}
if (jumping) {
vel_y = vel_y - 1;
if (vel_y <= -11) {
vel_y = -11;
jumping = false;
}
this._y = this._y - vel_y;
}
if (Key.isDown(37) && (Key.isDown(38))) {
this.gotoAndStop(3);
}
if (Key.isDown(39) && (Key.isDown(38))) {
this.gotoAndStop(3);
}
if (((((((((!Key.isDown(37)) and (!Key.isDown(39))) and (!Key.isDown(38))) and (!Key.isDown(97))) and (!Key.isDown(98))) and (!Key.isDown(99))) and (!Key.isDown(100))) and (!Key.isDown(101))) and (!Key.isDown(102))) {
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(97)) {
this.gotoAndStop(4);
}
if (Key.isDown(98)) {
this.gotoAndStop(5);
}
if (Key.isDown(100)) {
this.gotoAndStop(7);
}
if (Key.isDown(101)) {
this.gotoAndStop(8);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(99)) {
this.gotoAndStop(6);
}
if (Key.isDown(102)) {
this.gotoAndStop(9);
}
if (Key.isDown(40)) {
this.gotoAndStop(1);
}
}
Instance of Symbol 634 MovieClip in Frame 80
onClipEvent (enterFrame) {
if (_root.p1health <= 100) {
this.gotoAndStop(1);
}
if (_root.p1health <= 97) {
this.gotoAndStop(2);
}
if (_root.p1health <= 94) {
this.gotoAndStop(3);
}
if (_root.p1health <= 90) {
this.gotoAndStop(4);
}
if (_root.p1health <= 87) {
this.gotoAndStop(5);
}
if (_root.p1health <= 84) {
this.gotoAndStop(6);
}
if (_root.p1health <= 80) {
this.gotoAndStop(7);
}
if (_root.p1health <= 77) {
this.gotoAndStop(8);
}
if (_root.p1health <= 74) {
this.gotoAndStop(9);
}
if (_root.p1health <= 70) {
this.gotoAndStop(10);
}
if (_root.p1health <= 67) {
this.gotoAndStop(11);
}
if (_root.p1health <= 64) {
this.gotoAndStop(12);
}
if (_root.p1health <= 60) {
this.gotoAndStop(13);
}
if (_root.p1health <= 57) {
this.gotoAndStop(14);
}
if (_root.p1health <= 54) {
this.gotoAndStop(15);
}
if (_root.p1health <= 50) {
this.gotoAndStop(16);
}
if (_root.p1health <= 47) {
this.gotoAndStop(17);
}
if (_root.p1health <= 44) {
this.gotoAndStop(18);
}
if (_root.p1health <= 40) {
this.gotoAndStop(19);
}
if (_root.p1health <= 37) {
this.gotoAndStop(20);
}
if (_root.p1health <= 34) {
this.gotoAndStop(21);
}
if (_root.p1health <= 30) {
this.gotoAndStop(22);
}
if (_root.p1health <= 27) {
this.gotoAndStop(23);
}
if (_root.p1health <= 24) {
this.gotoAndStop(24);
}
if (_root.p1health <= 20) {
this.gotoAndStop(25);
}
if (_root.p1health <= 17) {
this.gotoAndStop(26);
}
if (_root.p1health <= 14) {
this.gotoAndStop(27);
}
if (_root.p1health <= 11) {
this.gotoAndStop(28);
}
if (_root.p1health <= 8) {
this.gotoAndStop(29);
}
if (_root.p1health <= 6) {
this.gotoAndStop(30);
}
if (_root.p1health <= 3) {
this.gotoAndStop(31);
}
if (_root.p1health <= 1) {
this.gotoAndStop(32);
}
if (_root.p1health <= 0) {
this.gotoAndStop(33);
_root.p2wins.play();
_root.p1health = 100;
_root.p2health = 100;
}
if (_root.p1health >= 101) {
_root.p1health = 100;
}
}
Instance of Symbol 634 MovieClip in Frame 80
onClipEvent (enterFrame) {
if (_root.p2health <= 100) {
this.gotoAndStop(1);
}
if (_root.p2health <= 97) {
this.gotoAndStop(2);
}
if (_root.p2health <= 94) {
this.gotoAndStop(3);
}
if (_root.p2health <= 90) {
this.gotoAndStop(4);
}
if (_root.p2health <= 87) {
this.gotoAndStop(5);
}
if (_root.p2health <= 84) {
this.gotoAndStop(6);
}
if (_root.p2health <= 80) {
this.gotoAndStop(7);
}
if (_root.p2health <= 77) {
this.gotoAndStop(8);
}
if (_root.p2health <= 74) {
this.gotoAndStop(9);
}
if (_root.p2health <= 70) {
this.gotoAndStop(10);
}
if (_root.p2health <= 67) {
this.gotoAndStop(11);
}
if (_root.p2health <= 64) {
this.gotoAndStop(12);
}
if (_root.p2health <= 60) {
this.gotoAndStop(13);
}
if (_root.p2health <= 57) {
this.gotoAndStop(14);
}
if (_root.p2health <= 54) {
this.gotoAndStop(15);
}
if (_root.p2health <= 50) {
this.gotoAndStop(16);
}
if (_root.p2health <= 47) {
this.gotoAndStop(17);
}
if (_root.p2health <= 44) {
this.gotoAndStop(18);
}
if (_root.p2health <= 40) {
this.gotoAndStop(19);
}
if (_root.p2health <= 37) {
this.gotoAndStop(20);
}
if (_root.p2health <= 34) {
this.gotoAndStop(21);
}
if (_root.p2health <= 30) {
this.gotoAndStop(22);
}
if (_root.p2health <= 27) {
this.gotoAndStop(23);
}
if (_root.p2health <= 24) {
this.gotoAndStop(24);
}
if (_root.p2health <= 20) {
this.gotoAndStop(25);
}
if (_root.p2health <= 17) {
this.gotoAndStop(26);
}
if (_root.p2health <= 14) {
this.gotoAndStop(27);
}
if (_root.p2health <= 11) {
this.gotoAndStop(28);
}
if (_root.p2health <= 8) {
this.gotoAndStop(29);
}
if (_root.p2health <= 6) {
this.gotoAndStop(30);
}
if (_root.p2health <= 3) {
this.gotoAndStop(31);
}
if (_root.p2health <= 1) {
this.gotoAndStop(32);
}
if (_root.p2health <= 0) {
this.gotoAndStop(33);
_root.p1wins.play();
_root.p1health = 100;
_root.p2health = 100;
}
if (_root.p2health >= 101) {
_root.p2health = 100;
}
}
Instance of Symbol 647 MovieClip "p1wins" in Frame 80
onClipEvent (enterFrame) {
if (_root.p1win >= 2) {
_root.onevictory.gotoAndStop(2);
}
}
Instance of Symbol 648 MovieClip "p2wins" in Frame 80
onClipEvent (enterFrame) {
if (_root.p2win >= 2) {
_root.twovictory.gotoAndStop(2);
}
}
Frame 81
stop();
_root.p1health = 100;
_root.p2health = 100;
Frame 82
stop();
_root.p1health = 100;
_root.p2health = 100;
_root.boxhp = 10;
Frame 83
stop();
_root.p1health = 100;
_root.p2health = 100;
Frame 85
stop();
_root.p1health = 100;
_root.p2health = 100;
Instance of Symbol 419 MovieClip "boundleft" in Frame 85
onClipEvent (enterFrame) {
_root.boundleft;
if (hitTest(_root.p1)) {
_root.p1._x = _root.p1._x + 15;
}
_root.boundleft;
if (hitTest(_root.p2)) {
_root.p2._x = _root.p2._x + 15;
}
}
Instance of Symbol 419 MovieClip in Frame 85
onClipEvent (enterFrame) {
_root.boundright;
if (hitTest(_root.p1)) {
_root.p1._x = _root.p1._x - 15;
}
_root.boundright;
if (hitTest(_root.p2)) {
_root.p2._x = _root.p2._x - 15;
}
}
Instance of Symbol 629 MovieClip "p1" in Frame 85
onClipEvent (enterFrame) {
if (Key.isDown(65)) {
this.gotoAndStop(2);
_xscale = -100;
_x = (_x - 15);
}
if (Key.isDown(68)) {
this.gotoAndStop(2);
_xscale = 100;
_x = (_x + 15);
}
if (Key.isDown(87) and (!jumping)) {
this.gotoAndStop(3);
vel_y = 12;
jumping = true;
}
if (jumping) {
vel_y = vel_y - 1;
if (vel_y <= -11) {
vel_y = -11;
jumping = false;
}
this._y = this._y - vel_y;
}
if (Key.isDown(65) && (Key.isDown(87))) {
this.gotoAndStop(3);
}
if (Key.isDown(68) && (Key.isDown(87))) {
this.gotoAndStop(3);
}
if (((((((((!Key.isDown(65)) and (!Key.isDown(68))) and (!Key.isDown(87))) and (!Key.isDown(70))) and (!Key.isDown(71))) and (!Key.isDown(72))) and (!Key.isDown(82))) and (!Key.isDown(84))) and (!Key.isDown(89))) {
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(70)) {
this.gotoAndStop(4);
}
if (Key.isDown(71)) {
this.gotoAndStop(5);
}
if (Key.isDown(82)) {
this.gotoAndStop(7);
}
if (Key.isDown(84)) {
this.gotoAndStop(8);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(72)) {
this.gotoAndStop(6);
}
if (Key.isDown(89)) {
this.gotoAndStop(9);
}
if (Key.isDown(83)) {
this.gotoAndStop(1);
}
}
Instance of Symbol 926 MovieClip "p2" in Frame 85
onClipEvent (enterFrame) {
if (Key.isDown(37)) {
this.gotoAndStop(2);
_xscale = 100;
_x = (_x - 15);
}
if (Key.isDown(39)) {
this.gotoAndStop(2);
_xscale = -100;
_x = (_x + 15);
}
if (Key.isDown(38) and (!jumping)) {
this.gotoAndStop(3);
vel_y = 12;
jumping = true;
}
if (jumping) {
vel_y = vel_y - 1;
if (vel_y <= -11) {
vel_y = -11;
jumping = false;
}
this._y = this._y - vel_y;
}
if (Key.isDown(37) && (Key.isDown(38))) {
this.gotoAndStop(3);
}
if (Key.isDown(39) && (Key.isDown(38))) {
this.gotoAndStop(3);
}
if (((((((((!Key.isDown(37)) and (!Key.isDown(39))) and (!Key.isDown(38))) and (!Key.isDown(97))) and (!Key.isDown(98))) and (!Key.isDown(99))) and (!Key.isDown(100))) and (!Key.isDown(101))) and (!Key.isDown(102))) {
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(97)) {
this.gotoAndStop(4);
}
if (Key.isDown(98)) {
this.gotoAndStop(5);
}
if (Key.isDown(100)) {
this.gotoAndStop(7);
}
if (Key.isDown(101)) {
this.gotoAndStop(8);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(99)) {
this.gotoAndStop(6);
}
if (Key.isDown(102)) {
this.gotoAndStop(9);
}
if (Key.isDown(40)) {
this.gotoAndStop(1);
}
}
Instance of Symbol 634 MovieClip in Frame 85
onClipEvent (enterFrame) {
if (_root.p1health <= 100) {
this.gotoAndStop(1);
}
if (_root.p1health <= 97) {
this.gotoAndStop(2);
}
if (_root.p1health <= 94) {
this.gotoAndStop(3);
}
if (_root.p1health <= 90) {
this.gotoAndStop(4);
}
if (_root.p1health <= 87) {
this.gotoAndStop(5);
}
if (_root.p1health <= 84) {
this.gotoAndStop(6);
}
if (_root.p1health <= 80) {
this.gotoAndStop(7);
}
if (_root.p1health <= 77) {
this.gotoAndStop(8);
}
if (_root.p1health <= 74) {
this.gotoAndStop(9);
}
if (_root.p1health <= 70) {
this.gotoAndStop(10);
}
if (_root.p1health <= 67) {
this.gotoAndStop(11);
}
if (_root.p1health <= 64) {
this.gotoAndStop(12);
}
if (_root.p1health <= 60) {
this.gotoAndStop(13);
}
if (_root.p1health <= 57) {
this.gotoAndStop(14);
}
if (_root.p1health <= 54) {
this.gotoAndStop(15);
}
if (_root.p1health <= 50) {
this.gotoAndStop(16);
}
if (_root.p1health <= 47) {
this.gotoAndStop(17);
}
if (_root.p1health <= 44) {
this.gotoAndStop(18);
}
if (_root.p1health <= 40) {
this.gotoAndStop(19);
}
if (_root.p1health <= 37) {
this.gotoAndStop(20);
}
if (_root.p1health <= 34) {
this.gotoAndStop(21);
}
if (_root.p1health <= 30) {
this.gotoAndStop(22);
}
if (_root.p1health <= 27) {
this.gotoAndStop(23);
}
if (_root.p1health <= 24) {
this.gotoAndStop(24);
}
if (_root.p1health <= 20) {
this.gotoAndStop(25);
}
if (_root.p1health <= 17) {
this.gotoAndStop(26);
}
if (_root.p1health <= 14) {
this.gotoAndStop(27);
}
if (_root.p1health <= 11) {
this.gotoAndStop(28);
}
if (_root.p1health <= 8) {
this.gotoAndStop(29);
}
if (_root.p1health <= 6) {
this.gotoAndStop(30);
}
if (_root.p1health <= 3) {
this.gotoAndStop(31);
}
if (_root.p1health <= 1) {
this.gotoAndStop(32);
}
if (_root.p1health <= 0) {
this.gotoAndStop(33);
_root.p2wins.play();
_root.p1health = 100;
_root.p2health = 100;
}
if (_root.p1health >= 101) {
_root.p1health = 100;
}
}
Instance of Symbol 634 MovieClip in Frame 85
onClipEvent (enterFrame) {
if (_root.p2health <= 100) {
this.gotoAndStop(1);
}
if (_root.p2health <= 97) {
this.gotoAndStop(2);
}
if (_root.p2health <= 94) {
this.gotoAndStop(3);
}
if (_root.p2health <= 90) {
this.gotoAndStop(4);
}
if (_root.p2health <= 87) {
this.gotoAndStop(5);
}
if (_root.p2health <= 84) {
this.gotoAndStop(6);
}
if (_root.p2health <= 80) {
this.gotoAndStop(7);
}
if (_root.p2health <= 77) {
this.gotoAndStop(8);
}
if (_root.p2health <= 74) {
this.gotoAndStop(9);
}
if (_root.p2health <= 70) {
this.gotoAndStop(10);
}
if (_root.p2health <= 67) {
this.gotoAndStop(11);
}
if (_root.p2health <= 64) {
this.gotoAndStop(12);
}
if (_root.p2health <= 60) {
this.gotoAndStop(13);
}
if (_root.p2health <= 57) {
this.gotoAndStop(14);
}
if (_root.p2health <= 54) {
this.gotoAndStop(15);
}
if (_root.p2health <= 50) {
this.gotoAndStop(16);
}
if (_root.p2health <= 47) {
this.gotoAndStop(17);
}
if (_root.p2health <= 44) {
this.gotoAndStop(18);
}
if (_root.p2health <= 40) {
this.gotoAndStop(19);
}
if (_root.p2health <= 37) {
this.gotoAndStop(20);
}
if (_root.p2health <= 34) {
this.gotoAndStop(21);
}
if (_root.p2health <= 30) {
this.gotoAndStop(22);
}
if (_root.p2health <= 27) {
this.gotoAndStop(23);
}
if (_root.p2health <= 24) {
this.gotoAndStop(24);
}
if (_root.p2health <= 20) {
this.gotoAndStop(25);
}
if (_root.p2health <= 17) {
this.gotoAndStop(26);
}
if (_root.p2health <= 14) {
this.gotoAndStop(27);
}
if (_root.p2health <= 11) {
this.gotoAndStop(28);
}
if (_root.p2health <= 8) {
this.gotoAndStop(29);
}
if (_root.p2health <= 6) {
this.gotoAndStop(30);
}
if (_root.p2health <= 3) {
this.gotoAndStop(31);
}
if (_root.p2health <= 1) {
this.gotoAndStop(32);
}
if (_root.p2health <= 0) {
this.gotoAndStop(33);
_root.p1wins.play();
_root.p1health = 100;
_root.p2health = 100;
}
if (_root.p2health >= 101) {
_root.p2health = 100;
}
}
Instance of Symbol 647 MovieClip "p1wins" in Frame 85
onClipEvent (enterFrame) {
if (_root.p1win >= 2) {
_root.onevictory.gotoAndStop(2);
}
}
Instance of Symbol 648 MovieClip "p2wins" in Frame 85
onClipEvent (enterFrame) {
if (_root.p2win >= 2) {
_root.twovictory.gotoAndStop(2);
}
}
Frame 86
stop();
_root.p1health = 100;
_root.p2health = 100;
Frame 87
stop();
_root.p1health = 100;
_root.p2health = 100;
_root.boxhp = 10;
Frame 88
stop();
_root.p1health = 100;
_root.p2health = 100;
Frame 90
stop();
_root.p1health = 100;
_root.p2health = 100;
Instance of Symbol 419 MovieClip "boundleft" in Frame 90
onClipEvent (enterFrame) {
_root.boundleft;
if (hitTest(_root.p1)) {
_root.p1._x = _root.p1._x + 15;
}
_root.boundleft;
if (hitTest(_root.p2)) {
_root.p2._x = _root.p2._x + 15;
}
}
Instance of Symbol 419 MovieClip in Frame 90
onClipEvent (enterFrame) {
_root.boundright;
if (hitTest(_root.p1)) {
_root.p1._x = _root.p1._x - 15;
}
_root.boundright;
if (hitTest(_root.p2)) {
_root.p2._x = _root.p2._x - 15;
}
}
Instance of Symbol 629 MovieClip "p1" in Frame 90
onClipEvent (enterFrame) {
if (Key.isDown(65)) {
this.gotoAndStop(2);
_xscale = -100;
_x = (_x - 15);
}
if (Key.isDown(68)) {
this.gotoAndStop(2);
_xscale = 100;
_x = (_x + 15);
}
if (Key.isDown(87) and (!jumping)) {
this.gotoAndStop(3);
vel_y = 12;
jumping = true;
}
if (jumping) {
vel_y = vel_y - 1;
if (vel_y <= -11) {
vel_y = -11;
jumping = false;
}
this._y = this._y - vel_y;
}
if (Key.isDown(65) && (Key.isDown(87))) {
this.gotoAndStop(3);
}
if (Key.isDown(68) && (Key.isDown(87))) {
this.gotoAndStop(3);
}
if (((((((((!Key.isDown(65)) and (!Key.isDown(68))) and (!Key.isDown(87))) and (!Key.isDown(70))) and (!Key.isDown(71))) and (!Key.isDown(72))) and (!Key.isDown(82))) and (!Key.isDown(84))) and (!Key.isDown(89))) {
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(70)) {
this.gotoAndStop(4);
}
if (Key.isDown(71)) {
this.gotoAndStop(5);
}
if (Key.isDown(82)) {
this.gotoAndStop(7);
}
if (Key.isDown(84)) {
this.gotoAndStop(8);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(72)) {
this.gotoAndStop(6);
}
if (Key.isDown(89)) {
this.gotoAndStop(9);
}
if (Key.isDown(83)) {
this.gotoAndStop(1);
}
}
Instance of Symbol 1020 MovieClip "p2" in Frame 90
onClipEvent (enterFrame) {
if (Key.isDown(37)) {
this.gotoAndStop(2);
_xscale = 100;
_x = (_x - 15);
}
if (Key.isDown(39)) {
this.gotoAndStop(2);
_xscale = -100;
_x = (_x + 15);
}
if (Key.isDown(38) and (!jumping)) {
this.gotoAndStop(3);
vel_y = 12;
jumping = true;
}
if (jumping) {
vel_y = vel_y - 1;
if (vel_y <= -11) {
vel_y = -11;
jumping = false;
}
this._y = this._y - vel_y;
}
if (Key.isDown(37) && (Key.isDown(38))) {
this.gotoAndStop(3);
}
if (Key.isDown(39) && (Key.isDown(38))) {
this.gotoAndStop(3);
}
if (((((((((!Key.isDown(37)) and (!Key.isDown(39))) and (!Key.isDown(38))) and (!Key.isDown(97))) and (!Key.isDown(98))) and (!Key.isDown(99))) and (!Key.isDown(100))) and (!Key.isDown(101))) and (!Key.isDown(102))) {
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(97)) {
this.gotoAndStop(4);
}
if (Key.isDown(98)) {
this.gotoAndStop(5);
}
if (Key.isDown(100)) {
this.gotoAndStop(7);
}
if (Key.isDown(101)) {
this.gotoAndStop(8);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(99)) {
this.gotoAndStop(6);
}
if (Key.isDown(102)) {
this.gotoAndStop(9);
}
if (Key.isDown(40)) {
this.gotoAndStop(1);
}
}
Instance of Symbol 634 MovieClip in Frame 90
onClipEvent (enterFrame) {
if (_root.p1health <= 100) {
this.gotoAndStop(1);
}
if (_root.p1health <= 97) {
this.gotoAndStop(2);
}
if (_root.p1health <= 94) {
this.gotoAndStop(3);
}
if (_root.p1health <= 90) {
this.gotoAndStop(4);
}
if (_root.p1health <= 87) {
this.gotoAndStop(5);
}
if (_root.p1health <= 84) {
this.gotoAndStop(6);
}
if (_root.p1health <= 80) {
this.gotoAndStop(7);
}
if (_root.p1health <= 77) {
this.gotoAndStop(8);
}
if (_root.p1health <= 74) {
this.gotoAndStop(9);
}
if (_root.p1health <= 70) {
this.gotoAndStop(10);
}
if (_root.p1health <= 67) {
this.gotoAndStop(11);
}
if (_root.p1health <= 64) {
this.gotoAndStop(12);
}
if (_root.p1health <= 60) {
this.gotoAndStop(13);
}
if (_root.p1health <= 57) {
this.gotoAndStop(14);
}
if (_root.p1health <= 54) {
this.gotoAndStop(15);
}
if (_root.p1health <= 50) {
this.gotoAndStop(16);
}
if (_root.p1health <= 47) {
this.gotoAndStop(17);
}
if (_root.p1health <= 44) {
this.gotoAndStop(18);
}
if (_root.p1health <= 40) {
this.gotoAndStop(19);
}
if (_root.p1health <= 37) {
this.gotoAndStop(20);
}
if (_root.p1health <= 34) {
this.gotoAndStop(21);
}
if (_root.p1health <= 30) {
this.gotoAndStop(22);
}
if (_root.p1health <= 27) {
this.gotoAndStop(23);
}
if (_root.p1health <= 24) {
this.gotoAndStop(24);
}
if (_root.p1health <= 20) {
this.gotoAndStop(25);
}
if (_root.p1health <= 17) {
this.gotoAndStop(26);
}
if (_root.p1health <= 14) {
this.gotoAndStop(27);
}
if (_root.p1health <= 11) {
this.gotoAndStop(28);
}
if (_root.p1health <= 8) {
this.gotoAndStop(29);
}
if (_root.p1health <= 6) {
this.gotoAndStop(30);
}
if (_root.p1health <= 3) {
this.gotoAndStop(31);
}
if (_root.p1health <= 1) {
this.gotoAndStop(32);
}
if (_root.p1health <= 0) {
this.gotoAndStop(33);
_root.p2wins.play();
_root.p1health = 100;
_root.p2health = 100;
}
if (_root.p1health >= 101) {
_root.p1health = 100;
}
}
Instance of Symbol 634 MovieClip in Frame 90
onClipEvent (enterFrame) {
if (_root.p2health <= 100) {
this.gotoAndStop(1);
}
if (_root.p2health <= 97) {
this.gotoAndStop(2);
}
if (_root.p2health <= 94) {
this.gotoAndStop(3);
}
if (_root.p2health <= 90) {
this.gotoAndStop(4);
}
if (_root.p2health <= 87) {
this.gotoAndStop(5);
}
if (_root.p2health <= 84) {
this.gotoAndStop(6);
}
if (_root.p2health <= 80) {
this.gotoAndStop(7);
}
if (_root.p2health <= 77) {
this.gotoAndStop(8);
}
if (_root.p2health <= 74) {
this.gotoAndStop(9);
}
if (_root.p2health <= 70) {
this.gotoAndStop(10);
}
if (_root.p2health <= 67) {
this.gotoAndStop(11);
}
if (_root.p2health <= 64) {
this.gotoAndStop(12);
}
if (_root.p2health <= 60) {
this.gotoAndStop(13);
}
if (_root.p2health <= 57) {
this.gotoAndStop(14);
}
if (_root.p2health <= 54) {
this.gotoAndStop(15);
}
if (_root.p2health <= 50) {
this.gotoAndStop(16);
}
if (_root.p2health <= 47) {
this.gotoAndStop(17);
}
if (_root.p2health <= 44) {
this.gotoAndStop(18);
}
if (_root.p2health <= 40) {
this.gotoAndStop(19);
}
if (_root.p2health <= 37) {
this.gotoAndStop(20);
}
if (_root.p2health <= 34) {
this.gotoAndStop(21);
}
if (_root.p2health <= 30) {
this.gotoAndStop(22);
}
if (_root.p2health <= 27) {
this.gotoAndStop(23);
}
if (_root.p2health <= 24) {
this.gotoAndStop(24);
}
if (_root.p2health <= 20) {
this.gotoAndStop(25);
}
if (_root.p2health <= 17) {
this.gotoAndStop(26);
}
if (_root.p2health <= 14) {
this.gotoAndStop(27);
}
if (_root.p2health <= 11) {
this.gotoAndStop(28);
}
if (_root.p2health <= 8) {
this.gotoAndStop(29);
}
if (_root.p2health <= 6) {
this.gotoAndStop(30);
}
if (_root.p2health <= 3) {
this.gotoAndStop(31);
}
if (_root.p2health <= 1) {
this.gotoAndStop(32);
}
if (_root.p2health <= 0) {
this.gotoAndStop(33);
_root.p1wins.play();
_root.p1health = 100;
_root.p2health = 100;
}
if (_root.p2health >= 101) {
_root.p2health = 100;
}
}
Instance of Symbol 647 MovieClip "p1wins" in Frame 90
onClipEvent (enterFrame) {
if (_root.p1win >= 2) {
_root.onevictory.gotoAndStop(2);
}
}
Instance of Symbol 648 MovieClip "p2wins" in Frame 90
onClipEvent (enterFrame) {
if (_root.p2win >= 2) {
_root.twovictory.gotoAndStop(2);
}
}
Frame 91
stop();
_root.p1health = 100;
_root.p2health = 100;
Frame 92
stop();
_root.p1health = 100;
_root.p2health = 100;
_root.boxhp = 10;
Frame 93
stop();
_root.p1health = 100;
_root.p2health = 100;
Frame 95
stop();
_root.p1health = 100;
_root.p2health = 100;
Instance of Symbol 419 MovieClip "boundleft" in Frame 95
onClipEvent (enterFrame) {
_root.boundleft;
if (hitTest(_root.p1)) {
_root.p1._x = _root.p1._x + 15;
}
_root.boundleft;
if (hitTest(_root.p2)) {
_root.p2._x = _root.p2._x + 15;
}
}
Instance of Symbol 419 MovieClip in Frame 95
onClipEvent (enterFrame) {
_root.boundright;
if (hitTest(_root.p1)) {
_root.p1._x = _root.p1._x - 15;
}
_root.boundright;
if (hitTest(_root.p2)) {
_root.p2._x = _root.p2._x - 15;
}
}
Instance of Symbol 629 MovieClip "p1" in Frame 95
onClipEvent (enterFrame) {
if (Key.isDown(65)) {
this.gotoAndStop(2);
_xscale = -100;
_x = (_x - 15);
}
if (Key.isDown(68)) {
this.gotoAndStop(2);
_xscale = 100;
_x = (_x + 15);
}
if (Key.isDown(87) and (!jumping)) {
this.gotoAndStop(3);
vel_y = 12;
jumping = true;
}
if (jumping) {
vel_y = vel_y - 1;
if (vel_y <= -11) {
vel_y = -11;
jumping = false;
}
this._y = this._y - vel_y;
}
if (Key.isDown(65) && (Key.isDown(87))) {
this.gotoAndStop(3);
}
if (Key.isDown(68) && (Key.isDown(87))) {
this.gotoAndStop(3);
}
if (((((((((!Key.isDown(65)) and (!Key.isDown(68))) and (!Key.isDown(87))) and (!Key.isDown(70))) and (!Key.isDown(71))) and (!Key.isDown(72))) and (!Key.isDown(82))) and (!Key.isDown(84))) and (!Key.isDown(89))) {
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(70)) {
this.gotoAndStop(4);
}
if (Key.isDown(71)) {
this.gotoAndStop(5);
}
if (Key.isDown(82)) {
this.gotoAndStop(7);
}
if (Key.isDown(84)) {
this.gotoAndStop(8);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(72)) {
this.gotoAndStop(6);
}
if (Key.isDown(89)) {
this.gotoAndStop(9);
}
if (Key.isDown(83)) {
this.gotoAndStop(1);
}
}
Instance of Symbol 1127 MovieClip "p2" in Frame 95
onClipEvent (enterFrame) {
if (Key.isDown(37)) {
this.gotoAndStop(2);
_xscale = 100;
_x = (_x - 15);
}
if (Key.isDown(39)) {
this.gotoAndStop(2);
_xscale = -100;
_x = (_x + 15);
}
if (Key.isDown(38) and (!jumping)) {
this.gotoAndStop(3);
vel_y = 12;
jumping = true;
}
if (jumping) {
vel_y = vel_y - 1;
if (vel_y <= -11) {
vel_y = -11;
jumping = false;
}
this._y = this._y - vel_y;
}
if (Key.isDown(37) && (Key.isDown(38))) {
this.gotoAndStop(3);
}
if (Key.isDown(39) && (Key.isDown(38))) {
this.gotoAndStop(3);
}
if (((((((((!Key.isDown(37)) and (!Key.isDown(39))) and (!Key.isDown(38))) and (!Key.isDown(97))) and (!Key.isDown(98))) and (!Key.isDown(99))) and (!Key.isDown(100))) and (!Key.isDown(101))) and (!Key.isDown(102))) {
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(97)) {
this.gotoAndStop(4);
}
if (Key.isDown(98)) {
this.gotoAndStop(5);
}
if (Key.isDown(100)) {
this.gotoAndStop(7);
}
if (Key.isDown(101)) {
this.gotoAndStop(8);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(99)) {
this.gotoAndStop(6);
}
if (Key.isDown(102)) {
this.gotoAndStop(9);
}
if (Key.isDown(40)) {
this.gotoAndStop(1);
}
}
Instance of Symbol 634 MovieClip in Frame 95
onClipEvent (enterFrame) {
if (_root.p1health <= 100) {
this.gotoAndStop(1);
}
if (_root.p1health <= 97) {
this.gotoAndStop(2);
}
if (_root.p1health <= 94) {
this.gotoAndStop(3);
}
if (_root.p1health <= 90) {
this.gotoAndStop(4);
}
if (_root.p1health <= 87) {
this.gotoAndStop(5);
}
if (_root.p1health <= 84) {
this.gotoAndStop(6);
}
if (_root.p1health <= 80) {
this.gotoAndStop(7);
}
if (_root.p1health <= 77) {
this.gotoAndStop(8);
}
if (_root.p1health <= 74) {
this.gotoAndStop(9);
}
if (_root.p1health <= 70) {
this.gotoAndStop(10);
}
if (_root.p1health <= 67) {
this.gotoAndStop(11);
}
if (_root.p1health <= 64) {
this.gotoAndStop(12);
}
if (_root.p1health <= 60) {
this.gotoAndStop(13);
}
if (_root.p1health <= 57) {
this.gotoAndStop(14);
}
if (_root.p1health <= 54) {
this.gotoAndStop(15);
}
if (_root.p1health <= 50) {
this.gotoAndStop(16);
}
if (_root.p1health <= 47) {
this.gotoAndStop(17);
}
if (_root.p1health <= 44) {
this.gotoAndStop(18);
}
if (_root.p1health <= 40) {
this.gotoAndStop(19);
}
if (_root.p1health <= 37) {
this.gotoAndStop(20);
}
if (_root.p1health <= 34) {
this.gotoAndStop(21);
}
if (_root.p1health <= 30) {
this.gotoAndStop(22);
}
if (_root.p1health <= 27) {
this.gotoAndStop(23);
}
if (_root.p1health <= 24) {
this.gotoAndStop(24);
}
if (_root.p1health <= 20) {
this.gotoAndStop(25);
}
if (_root.p1health <= 17) {
this.gotoAndStop(26);
}
if (_root.p1health <= 14) {
this.gotoAndStop(27);
}
if (_root.p1health <= 11) {
this.gotoAndStop(28);
}
if (_root.p1health <= 8) {
this.gotoAndStop(29);
}
if (_root.p1health <= 6) {
this.gotoAndStop(30);
}
if (_root.p1health <= 3) {
this.gotoAndStop(31);
}
if (_root.p1health <= 1) {
this.gotoAndStop(32);
}
if (_root.p1health <= 0) {
this.gotoAndStop(33);
_root.p2wins.play();
_root.p1health = 100;
_root.p2health = 100;
}
if (_root.p1health >= 101) {
_root.p1health = 100;
}
}
Instance of Symbol 634 MovieClip in Frame 95
onClipEvent (enterFrame) {
if (_root.p2health <= 100) {
this.gotoAndStop(1);
}
if (_root.p2health <= 97) {
this.gotoAndStop(2);
}
if (_root.p2health <= 94) {
this.gotoAndStop(3);
}
if (_root.p2health <= 90) {
this.gotoAndStop(4);
}
if (_root.p2health <= 87) {
this.gotoAndStop(5);
}
if (_root.p2health <= 84) {
this.gotoAndStop(6);
}
if (_root.p2health <= 80) {
this.gotoAndStop(7);
}
if (_root.p2health <= 77) {
this.gotoAndStop(8);
}
if (_root.p2health <= 74) {
this.gotoAndStop(9);
}
if (_root.p2health <= 70) {
this.gotoAndStop(10);
}
if (_root.p2health <= 67) {
this.gotoAndStop(11);
}
if (_root.p2health <= 64) {
this.gotoAndStop(12);
}
if (_root.p2health <= 60) {
this.gotoAndStop(13);
}
if (_root.p2health <= 57) {
this.gotoAndStop(14);
}
if (_root.p2health <= 54) {
this.gotoAndStop(15);
}
if (_root.p2health <= 50) {
this.gotoAndStop(16);
}
if (_root.p2health <= 47) {
this.gotoAndStop(17);
}
if (_root.p2health <= 44) {
this.gotoAndStop(18);
}
if (_root.p2health <= 40) {
this.gotoAndStop(19);
}
if (_root.p2health <= 37) {
this.gotoAndStop(20);
}
if (_root.p2health <= 34) {
this.gotoAndStop(21);
}
if (_root.p2health <= 30) {
this.gotoAndStop(22);
}
if (_root.p2health <= 27) {
this.gotoAndStop(23);
}
if (_root.p2health <= 24) {
this.gotoAndStop(24);
}
if (_root.p2health <= 20) {
this.gotoAndStop(25);
}
if (_root.p2health <= 17) {
this.gotoAndStop(26);
}
if (_root.p2health <= 14) {
this.gotoAndStop(27);
}
if (_root.p2health <= 11) {
this.gotoAndStop(28);
}
if (_root.p2health <= 8) {
this.gotoAndStop(29);
}
if (_root.p2health <= 6) {
this.gotoAndStop(30);
}
if (_root.p2health <= 3) {
this.gotoAndStop(31);
}
if (_root.p2health <= 1) {
this.gotoAndStop(32);
}
if (_root.p2health <= 0) {
this.gotoAndStop(33);
_root.p1wins.play();
_root.p1health = 100;
_root.p2health = 100;
}
if (_root.p2health >= 101) {
_root.p2health = 100;
}
}
Instance of Symbol 647 MovieClip "p1wins" in Frame 95
onClipEvent (enterFrame) {
if (_root.p1win >= 2) {
_root.onevictory.gotoAndStop(2);
}
}
Instance of Symbol 648 MovieClip "p2wins" in Frame 95
onClipEvent (enterFrame) {
if (_root.p2win >= 2) {
_root.twovictory.gotoAndStop(2);
}
}
Frame 96
stop();
_root.p1health = 100;
_root.p2health = 100;
Frame 97
stop();
_root.p1health = 100;
_root.p2health = 100;
_root.boxhp = 10;
Frame 98
stop();
_root.p1health = 100;
_root.p2health = 100;
Frame 101
stop();
_root.p1health = 100;
_root.p2health = 100;
Instance of Symbol 419 MovieClip "boundleft" in Frame 101
onClipEvent (enterFrame) {
_root.boundleft;
if (hitTest(_root.p1)) {
_root.p1._x = _root.p1._x + 15;
}
_root.boundleft;
if (hitTest(_root.p2)) {
_root.p2._x = _root.p2._x + 15;
}
}
Instance of Symbol 419 MovieClip in Frame 101
onClipEvent (enterFrame) {
_root.boundright;
if (hitTest(_root.p1)) {
_root.p1._x = _root.p1._x - 15;
}
_root.boundright;
if (hitTest(_root.p2)) {
_root.p2._x = _root.p2._x - 15;
}
}
Instance of Symbol 1156 MovieClip "p2" in Frame 101
onClipEvent (enterFrame) {
if (Key.isDown(37)) {
this.gotoAndStop(2);
_xscale = 100;
_x = (_x - 15);
}
if (Key.isDown(39)) {
this.gotoAndStop(2);
_xscale = -100;
_x = (_x + 15);
}
if (Key.isDown(38) and (!jumping)) {
this.gotoAndStop(3);
vel_y = 12;
jumping = true;
}
if (jumping) {
vel_y = vel_y - 1;
if (vel_y <= -11) {
vel_y = -11;
jumping = false;
}
this._y = this._y - vel_y;
}
if (Key.isDown(37) && (Key.isDown(38))) {
this.gotoAndStop(3);
}
if (Key.isDown(39) && (Key.isDown(38))) {
this.gotoAndStop(3);
}
if (((((((((!Key.isDown(37)) and (!Key.isDown(39))) and (!Key.isDown(38))) and (!Key.isDown(97))) and (!Key.isDown(98))) and (!Key.isDown(99))) and (!Key.isDown(100))) and (!Key.isDown(101))) and (!Key.isDown(102))) {
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(97)) {
this.gotoAndStop(4);
}
if (Key.isDown(98)) {
this.gotoAndStop(5);
}
if (Key.isDown(100)) {
this.gotoAndStop(7);
}
if (Key.isDown(101)) {
this.gotoAndStop(8);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(99)) {
this.gotoAndStop(6);
}
if (Key.isDown(102)) {
this.gotoAndStop(9);
}
if (Key.isDown(40)) {
this.gotoAndStop(1);
}
}
Instance of Symbol 1164 MovieClip "p1" in Frame 101
onClipEvent (enterFrame) {
if (Key.isDown(65)) {
this.gotoAndStop(2);
_xscale = -100;
_x = (_x - 15);
}
if (Key.isDown(68)) {
this.gotoAndStop(2);
_xscale = 100;
_x = (_x + 15);
}
if (Key.isDown(87) and (!jumping)) {
this.gotoAndStop(3);
vel_y = 12;
jumping = true;
}
if (jumping) {
vel_y = vel_y - 1;
if (vel_y <= -11) {
vel_y = -11;
jumping = false;
}
this._y = this._y - vel_y;
}
if (Key.isDown(65) && (Key.isDown(87))) {
this.gotoAndStop(3);
}
if (Key.isDown(68) && (Key.isDown(87))) {
this.gotoAndStop(3);
}
if (((((((((!Key.isDown(65)) and (!Key.isDown(68))) and (!Key.isDown(87))) and (!Key.isDown(70))) and (!Key.isDown(71))) and (!Key.isDown(72))) and (!Key.isDown(82))) and (!Key.isDown(84))) and (!Key.isDown(89))) {
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(70)) {
this.gotoAndStop(4);
}
if (Key.isDown(71)) {
this.gotoAndStop(5);
}
if (Key.isDown(82)) {
this.gotoAndStop(7);
}
if (Key.isDown(84)) {
this.gotoAndStop(8);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(72)) {
this.gotoAndStop(6);
}
if (Key.isDown(89)) {
this.gotoAndStop(9);
}
if (Key.isDown(83)) {
this.gotoAndStop(1);
}
}
Instance of Symbol 634 MovieClip in Frame 101
onClipEvent (enterFrame) {
if (_root.p1health <= 100) {
this.gotoAndStop(1);
}
if (_root.p1health <= 97) {
this.gotoAndStop(2);
}
if (_root.p1health <= 94) {
this.gotoAndStop(3);
}
if (_root.p1health <= 90) {
this.gotoAndStop(4);
}
if (_root.p1health <= 87) {
this.gotoAndStop(5);
}
if (_root.p1health <= 84) {
this.gotoAndStop(6);
}
if (_root.p1health <= 80) {
this.gotoAndStop(7);
}
if (_root.p1health <= 77) {
this.gotoAndStop(8);
}
if (_root.p1health <= 74) {
this.gotoAndStop(9);
}
if (_root.p1health <= 70) {
this.gotoAndStop(10);
}
if (_root.p1health <= 67) {
this.gotoAndStop(11);
}
if (_root.p1health <= 64) {
this.gotoAndStop(12);
}
if (_root.p1health <= 60) {
this.gotoAndStop(13);
}
if (_root.p1health <= 57) {
this.gotoAndStop(14);
}
if (_root.p1health <= 54) {
this.gotoAndStop(15);
}
if (_root.p1health <= 50) {
this.gotoAndStop(16);
}
if (_root.p1health <= 47) {
this.gotoAndStop(17);
}
if (_root.p1health <= 44) {
this.gotoAndStop(18);
}
if (_root.p1health <= 40) {
this.gotoAndStop(19);
}
if (_root.p1health <= 37) {
this.gotoAndStop(20);
}
if (_root.p1health <= 34) {
this.gotoAndStop(21);
}
if (_root.p1health <= 30) {
this.gotoAndStop(22);
}
if (_root.p1health <= 27) {
this.gotoAndStop(23);
}
if (_root.p1health <= 24) {
this.gotoAndStop(24);
}
if (_root.p1health <= 20) {
this.gotoAndStop(25);
}
if (_root.p1health <= 17) {
this.gotoAndStop(26);
}
if (_root.p1health <= 14) {
this.gotoAndStop(27);
}
if (_root.p1health <= 11) {
this.gotoAndStop(28);
}
if (_root.p1health <= 8) {
this.gotoAndStop(29);
}
if (_root.p1health <= 6) {
this.gotoAndStop(30);
}
if (_root.p1health <= 3) {
this.gotoAndStop(31);
}
if (_root.p1health <= 1) {
this.gotoAndStop(32);
}
if (_root.p1health <= 0) {
this.gotoAndStop(33);
_root.p2wins.play();
_root.p1health = 100;
_root.p2health = 100;
}
if (_root.p1health >= 101) {
_root.p1health = 100;
}
}
Instance of Symbol 634 MovieClip in Frame 101
onClipEvent (enterFrame) {
if (_root.p2health <= 100) {
this.gotoAndStop(1);
}
if (_root.p2health <= 97) {
this.gotoAndStop(2);
}
if (_root.p2health <= 94) {
this.gotoAndStop(3);
}
if (_root.p2health <= 90) {
this.gotoAndStop(4);
}
if (_root.p2health <= 87) {
this.gotoAndStop(5);
}
if (_root.p2health <= 84) {
this.gotoAndStop(6);
}
if (_root.p2health <= 80) {
this.gotoAndStop(7);
}
if (_root.p2health <= 77) {
this.gotoAndStop(8);
}
if (_root.p2health <= 74) {
this.gotoAndStop(9);
}
if (_root.p2health <= 70) {
this.gotoAndStop(10);
}
if (_root.p2health <= 67) {
this.gotoAndStop(11);
}
if (_root.p2health <= 64) {
this.gotoAndStop(12);
}
if (_root.p2health <= 60) {
this.gotoAndStop(13);
}
if (_root.p2health <= 57) {
this.gotoAndStop(14);
}
if (_root.p2health <= 54) {
this.gotoAndStop(15);
}
if (_root.p2health <= 50) {
this.gotoAndStop(16);
}
if (_root.p2health <= 47) {
this.gotoAndStop(17);
}
if (_root.p2health <= 44) {
this.gotoAndStop(18);
}
if (_root.p2health <= 40) {
this.gotoAndStop(19);
}
if (_root.p2health <= 37) {
this.gotoAndStop(20);
}
if (_root.p2health <= 34) {
this.gotoAndStop(21);
}
if (_root.p2health <= 30) {
this.gotoAndStop(22);
}
if (_root.p2health <= 27) {
this.gotoAndStop(23);
}
if (_root.p2health <= 24) {
this.gotoAndStop(24);
}
if (_root.p2health <= 20) {
this.gotoAndStop(25);
}
if (_root.p2health <= 17) {
this.gotoAndStop(26);
}
if (_root.p2health <= 14) {
this.gotoAndStop(27);
}
if (_root.p2health <= 11) {
this.gotoAndStop(28);
}
if (_root.p2health <= 8) {
this.gotoAndStop(29);
}
if (_root.p2health <= 6) {
this.gotoAndStop(30);
}
if (_root.p2health <= 3) {
this.gotoAndStop(31);
}
if (_root.p2health <= 1) {
this.gotoAndStop(32);
}
if (_root.p2health <= 0) {
this.gotoAndStop(33);
_root.p1wins.play();
_root.p1health = 100;
_root.p2health = 100;
}
if (_root.p2health >= 101) {
_root.p2health = 100;
}
}
Instance of Symbol 647 MovieClip "p1wins" in Frame 101
onClipEvent (enterFrame) {
if (_root.p1win >= 2) {
_root.onevictory.gotoAndStop(2);
}
}
Instance of Symbol 648 MovieClip "p2wins" in Frame 101
onClipEvent (enterFrame) {
if (_root.p2win >= 2) {
_root.twovictory.gotoAndStop(2);
}
}
Frame 102
stop();
_root.p1health = 100;
_root.p2health = 100;
Frame 103
stop();
_root.p1health = 100;
_root.p2health = 100;
_root.boxhp = 10;
Frame 104
stop();
_root.p1health = 100;
_root.p2health = 100;
Frame 106
stop();
_root.p1health = 100;
_root.p2health = 100;
Instance of Symbol 419 MovieClip "boundleft" in Frame 106
onClipEvent (enterFrame) {
_root.boundleft;
if (hitTest(_root.p1)) {
_root.p1._x = _root.p1._x + 15;
}
_root.boundleft;
if (hitTest(_root.p2)) {
_root.p2._x = _root.p2._x + 15;
}
}
Instance of Symbol 419 MovieClip in Frame 106
onClipEvent (enterFrame) {
_root.boundright;
if (hitTest(_root.p1)) {
_root.p1._x = _root.p1._x - 15;
}
_root.boundright;
if (hitTest(_root.p2)) {
_root.p2._x = _root.p2._x - 15;
}
}
Instance of Symbol 819 MovieClip "p2" in Frame 106
onClipEvent (enterFrame) {
if (Key.isDown(37)) {
this.gotoAndStop(2);
_xscale = 100;
_x = (_x - 15);
}
if (Key.isDown(39)) {
this.gotoAndStop(2);
_xscale = -100;
_x = (_x + 15);
}
if (Key.isDown(38) and (!jumping)) {
this.gotoAndStop(3);
vel_y = 12;
jumping = true;
}
if (jumping) {
vel_y = vel_y - 1;
if (vel_y <= -11) {
vel_y = -11;
jumping = false;
}
this._y = this._y - vel_y;
}
if (Key.isDown(37) && (Key.isDown(38))) {
this.gotoAndStop(3);
}
if (Key.isDown(39) && (Key.isDown(38))) {
this.gotoAndStop(3);
}
if (((((((((!Key.isDown(37)) and (!Key.isDown(39))) and (!Key.isDown(38))) and (!Key.isDown(97))) and (!Key.isDown(98))) and (!Key.isDown(99))) and (!Key.isDown(100))) and (!Key.isDown(101))) and (!Key.isDown(102))) {
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(97)) {
this.gotoAndStop(4);
}
if (Key.isDown(98)) {
this.gotoAndStop(5);
}
if (Key.isDown(100)) {
this.gotoAndStop(7);
}
if (Key.isDown(101)) {
this.gotoAndStop(8);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(99)) {
this.gotoAndStop(6);
}
if (Key.isDown(102)) {
this.gotoAndStop(9);
}
if (Key.isDown(40)) {
this.gotoAndStop(1);
}
}
Instance of Symbol 1164 MovieClip "p1" in Frame 106
onClipEvent (enterFrame) {
if (Key.isDown(65)) {
this.gotoAndStop(2);
_xscale = -100;
_x = (_x - 15);
}
if (Key.isDown(68)) {
this.gotoAndStop(2);
_xscale = 100;
_x = (_x + 15);
}
if (Key.isDown(87) and (!jumping)) {
this.gotoAndStop(3);
vel_y = 12;
jumping = true;
}
if (jumping) {
vel_y = vel_y - 1;
if (vel_y <= -11) {
vel_y = -11;
jumping = false;
}
this._y = this._y - vel_y;
}
if (Key.isDown(65) && (Key.isDown(87))) {
this.gotoAndStop(3);
}
if (Key.isDown(68) && (Key.isDown(87))) {
this.gotoAndStop(3);
}
if (((((((((!Key.isDown(65)) and (!Key.isDown(68))) and (!Key.isDown(87))) and (!Key.isDown(70))) and (!Key.isDown(71))) and (!Key.isDown(72))) and (!Key.isDown(82))) and (!Key.isDown(84))) and (!Key.isDown(89))) {
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(70)) {
this.gotoAndStop(4);
}
if (Key.isDown(71)) {
this.gotoAndStop(5);
}
if (Key.isDown(82)) {
this.gotoAndStop(7);
}
if (Key.isDown(84)) {
this.gotoAndStop(8);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(72)) {
this.gotoAndStop(6);
}
if (Key.isDown(89)) {
this.gotoAndStop(9);
}
if (Key.isDown(83)) {
this.gotoAndStop(1);
}
}
Instance of Symbol 634 MovieClip in Frame 106
onClipEvent (enterFrame) {
if (_root.p1health <= 100) {
this.gotoAndStop(1);
}
if (_root.p1health <= 97) {
this.gotoAndStop(2);
}
if (_root.p1health <= 94) {
this.gotoAndStop(3);
}
if (_root.p1health <= 90) {
this.gotoAndStop(4);
}
if (_root.p1health <= 87) {
this.gotoAndStop(5);
}
if (_root.p1health <= 84) {
this.gotoAndStop(6);
}
if (_root.p1health <= 80) {
this.gotoAndStop(7);
}
if (_root.p1health <= 77) {
this.gotoAndStop(8);
}
if (_root.p1health <= 74) {
this.gotoAndStop(9);
}
if (_root.p1health <= 70) {
this.gotoAndStop(10);
}
if (_root.p1health <= 67) {
this.gotoAndStop(11);
}
if (_root.p1health <= 64) {
this.gotoAndStop(12);
}
if (_root.p1health <= 60) {
this.gotoAndStop(13);
}
if (_root.p1health <= 57) {
this.gotoAndStop(14);
}
if (_root.p1health <= 54) {
this.gotoAndStop(15);
}
if (_root.p1health <= 50) {
this.gotoAndStop(16);
}
if (_root.p1health <= 47) {
this.gotoAndStop(17);
}
if (_root.p1health <= 44) {
this.gotoAndStop(18);
}
if (_root.p1health <= 40) {
this.gotoAndStop(19);
}
if (_root.p1health <= 37) {
this.gotoAndStop(20);
}
if (_root.p1health <= 34) {
this.gotoAndStop(21);
}
if (_root.p1health <= 30) {
this.gotoAndStop(22);
}
if (_root.p1health <= 27) {
this.gotoAndStop(23);
}
if (_root.p1health <= 24) {
this.gotoAndStop(24);
}
if (_root.p1health <= 20) {
this.gotoAndStop(25);
}
if (_root.p1health <= 17) {
this.gotoAndStop(26);
}
if (_root.p1health <= 14) {
this.gotoAndStop(27);
}
if (_root.p1health <= 11) {
this.gotoAndStop(28);
}
if (_root.p1health <= 8) {
this.gotoAndStop(29);
}
if (_root.p1health <= 6) {
this.gotoAndStop(30);
}
if (_root.p1health <= 3) {
this.gotoAndStop(31);
}
if (_root.p1health <= 1) {
this.gotoAndStop(32);
}
if (_root.p1health <= 0) {
this.gotoAndStop(33);
_root.p2wins.play();
_root.p1health = 100;
_root.p2health = 100;
}
if (_root.p1health >= 101) {
_root.p1health = 100;
}
}
Instance of Symbol 634 MovieClip in Frame 106
onClipEvent (enterFrame) {
if (_root.p2health <= 100) {
this.gotoAndStop(1);
}
if (_root.p2health <= 97) {
this.gotoAndStop(2);
}
if (_root.p2health <= 94) {
this.gotoAndStop(3);
}
if (_root.p2health <= 90) {
this.gotoAndStop(4);
}
if (_root.p2health <= 87) {
this.gotoAndStop(5);
}
if (_root.p2health <= 84) {
this.gotoAndStop(6);
}
if (_root.p2health <= 80) {
this.gotoAndStop(7);
}
if (_root.p2health <= 77) {
this.gotoAndStop(8);
}
if (_root.p2health <= 74) {
this.gotoAndStop(9);
}
if (_root.p2health <= 70) {
this.gotoAndStop(10);
}
if (_root.p2health <= 67) {
this.gotoAndStop(11);
}
if (_root.p2health <= 64) {
this.gotoAndStop(12);
}
if (_root.p2health <= 60) {
this.gotoAndStop(13);
}
if (_root.p2health <= 57) {
this.gotoAndStop(14);
}
if (_root.p2health <= 54) {
this.gotoAndStop(15);
}
if (_root.p2health <= 50) {
this.gotoAndStop(16);
}
if (_root.p2health <= 47) {
this.gotoAndStop(17);
}
if (_root.p2health <= 44) {
this.gotoAndStop(18);
}
if (_root.p2health <= 40) {
this.gotoAndStop(19);
}
if (_root.p2health <= 37) {
this.gotoAndStop(20);
}
if (_root.p2health <= 34) {
this.gotoAndStop(21);
}
if (_root.p2health <= 30) {
this.gotoAndStop(22);
}
if (_root.p2health <= 27) {
this.gotoAndStop(23);
}
if (_root.p2health <= 24) {
this.gotoAndStop(24);
}
if (_root.p2health <= 20) {
this.gotoAndStop(25);
}
if (_root.p2health <= 17) {
this.gotoAndStop(26);
}
if (_root.p2health <= 14) {
this.gotoAndStop(27);
}
if (_root.p2health <= 11) {
this.gotoAndStop(28);
}
if (_root.p2health <= 8) {
this.gotoAndStop(29);
}
if (_root.p2health <= 6) {
this.gotoAndStop(30);
}
if (_root.p2health <= 3) {
this.gotoAndStop(31);
}
if (_root.p2health <= 1) {
this.gotoAndStop(32);
}
if (_root.p2health <= 0) {
this.gotoAndStop(33);
_root.p1wins.play();
_root.p1health = 100;
_root.p2health = 100;
}
if (_root.p2health >= 101) {
_root.p2health = 100;
}
}
Instance of Symbol 647 MovieClip "p1wins" in Frame 106
onClipEvent (enterFrame) {
if (_root.p1win >= 2) {
_root.onevictory.gotoAndStop(2);
}
}
Instance of Symbol 648 MovieClip "p2wins" in Frame 106
onClipEvent (enterFrame) {
if (_root.p2win >= 2) {
_root.twovictory.gotoAndStop(2);
}
}
Frame 107
stop();
_root.p1health = 100;
_root.p2health = 100;
Frame 108
stop();
_root.p1health = 100;
_root.p2health = 100;
_root.boxhp = 10;
Frame 109
stop();
_root.p1health = 100;
_root.p2health = 100;
Frame 111
stop();
_root.p1health = 100;
_root.p2health = 100;
Instance of Symbol 419 MovieClip "boundleft" in Frame 111
onClipEvent (enterFrame) {
_root.boundleft;
if (hitTest(_root.p1)) {
_root.p1._x = _root.p1._x + 15;
}
_root.boundleft;
if (hitTest(_root.p2)) {
_root.p2._x = _root.p2._x + 15;
}
}
Instance of Symbol 419 MovieClip in Frame 111
onClipEvent (enterFrame) {
_root.boundright;
if (hitTest(_root.p1)) {
_root.p1._x = _root.p1._x - 15;
}
_root.boundright;
if (hitTest(_root.p2)) {
_root.p2._x = _root.p2._x - 15;
}
}
Instance of Symbol 1164 MovieClip "p1" in Frame 111
onClipEvent (enterFrame) {
if (Key.isDown(65)) {
this.gotoAndStop(2);
_xscale = -100;
_x = (_x - 15);
}
if (Key.isDown(68)) {
this.gotoAndStop(2);
_xscale = 100;
_x = (_x + 15);
}
if (Key.isDown(87) and (!jumping)) {
this.gotoAndStop(3);
vel_y = 12;
jumping = true;
}
if (jumping) {
vel_y = vel_y - 1;
if (vel_y <= -11) {
vel_y = -11;
jumping = false;
}
this._y = this._y - vel_y;
}
if (Key.isDown(65) && (Key.isDown(87))) {
this.gotoAndStop(3);
}
if (Key.isDown(68) && (Key.isDown(87))) {
this.gotoAndStop(3);
}
if (((((((((!Key.isDown(65)) and (!Key.isDown(68))) and (!Key.isDown(87))) and (!Key.isDown(70))) and (!Key.isDown(71))) and (!Key.isDown(72))) and (!Key.isDown(82))) and (!Key.isDown(84))) and (!Key.isDown(89))) {
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(70)) {
this.gotoAndStop(4);
}
if (Key.isDown(71)) {
this.gotoAndStop(5);
}
if (Key.isDown(82)) {
this.gotoAndStop(7);
}
if (Key.isDown(84)) {
this.gotoAndStop(8);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(72)) {
this.gotoAndStop(6);
}
if (Key.isDown(89)) {
this.gotoAndStop(9);
}
if (Key.isDown(83)) {
this.gotoAndStop(1);
}
}
Instance of Symbol 926 MovieClip "p2" in Frame 111
onClipEvent (enterFrame) {
if (Key.isDown(37)) {
this.gotoAndStop(2);
_xscale = 100;
_x = (_x - 15);
}
if (Key.isDown(39)) {
this.gotoAndStop(2);
_xscale = -100;
_x = (_x + 15);
}
if (Key.isDown(38) and (!jumping)) {
this.gotoAndStop(3);
vel_y = 12;
jumping = true;
}
if (jumping) {
vel_y = vel_y - 1;
if (vel_y <= -11) {
vel_y = -11;
jumping = false;
}
this._y = this._y - vel_y;
}
if (Key.isDown(37) && (Key.isDown(38))) {
this.gotoAndStop(3);
}
if (Key.isDown(39) && (Key.isDown(38))) {
this.gotoAndStop(3);
}
if (((((((((!Key.isDown(37)) and (!Key.isDown(39))) and (!Key.isDown(38))) and (!Key.isDown(97))) and (!Key.isDown(98))) and (!Key.isDown(99))) and (!Key.isDown(100))) and (!Key.isDown(101))) and (!Key.isDown(102))) {
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(97)) {
this.gotoAndStop(4);
}
if (Key.isDown(98)) {
this.gotoAndStop(5);
}
if (Key.isDown(100)) {
this.gotoAndStop(7);
}
if (Key.isDown(101)) {
this.gotoAndStop(8);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(99)) {
this.gotoAndStop(6);
}
if (Key.isDown(102)) {
this.gotoAndStop(9);
}
if (Key.isDown(40)) {
this.gotoAndStop(1);
}
}
Instance of Symbol 634 MovieClip in Frame 111
onClipEvent (enterFrame) {
if (_root.p1health <= 100) {
this.gotoAndStop(1);
}
if (_root.p1health <= 97) {
this.gotoAndStop(2);
}
if (_root.p1health <= 94) {
this.gotoAndStop(3);
}
if (_root.p1health <= 90) {
this.gotoAndStop(4);
}
if (_root.p1health <= 87) {
this.gotoAndStop(5);
}
if (_root.p1health <= 84) {
this.gotoAndStop(6);
}
if (_root.p1health <= 80) {
this.gotoAndStop(7);
}
if (_root.p1health <= 77) {
this.gotoAndStop(8);
}
if (_root.p1health <= 74) {
this.gotoAndStop(9);
}
if (_root.p1health <= 70) {
this.gotoAndStop(10);
}
if (_root.p1health <= 67) {
this.gotoAndStop(11);
}
if (_root.p1health <= 64) {
this.gotoAndStop(12);
}
if (_root.p1health <= 60) {
this.gotoAndStop(13);
}
if (_root.p1health <= 57) {
this.gotoAndStop(14);
}
if (_root.p1health <= 54) {
this.gotoAndStop(15);
}
if (_root.p1health <= 50) {
this.gotoAndStop(16);
}
if (_root.p1health <= 47) {
this.gotoAndStop(17);
}
if (_root.p1health <= 44) {
this.gotoAndStop(18);
}
if (_root.p1health <= 40) {
this.gotoAndStop(19);
}
if (_root.p1health <= 37) {
this.gotoAndStop(20);
}
if (_root.p1health <= 34) {
this.gotoAndStop(21);
}
if (_root.p1health <= 30) {
this.gotoAndStop(22);
}
if (_root.p1health <= 27) {
this.gotoAndStop(23);
}
if (_root.p1health <= 24) {
this.gotoAndStop(24);
}
if (_root.p1health <= 20) {
this.gotoAndStop(25);
}
if (_root.p1health <= 17) {
this.gotoAndStop(26);
}
if (_root.p1health <= 14) {
this.gotoAndStop(27);
}
if (_root.p1health <= 11) {
this.gotoAndStop(28);
}
if (_root.p1health <= 8) {
this.gotoAndStop(29);
}
if (_root.p1health <= 6) {
this.gotoAndStop(30);
}
if (_root.p1health <= 3) {
this.gotoAndStop(31);
}
if (_root.p1health <= 1) {
this.gotoAndStop(32);
}
if (_root.p1health <= 0) {
this.gotoAndStop(33);
_root.p2wins.play();
_root.p1health = 100;
_root.p2health = 100;
}
if (_root.p1health >= 101) {
_root.p1health = 100;
}
}
Instance of Symbol 634 MovieClip in Frame 111
onClipEvent (enterFrame) {
if (_root.p2health <= 100) {
this.gotoAndStop(1);
}
if (_root.p2health <= 97) {
this.gotoAndStop(2);
}
if (_root.p2health <= 94) {
this.gotoAndStop(3);
}
if (_root.p2health <= 90) {
this.gotoAndStop(4);
}
if (_root.p2health <= 87) {
this.gotoAndStop(5);
}
if (_root.p2health <= 84) {
this.gotoAndStop(6);
}
if (_root.p2health <= 80) {
this.gotoAndStop(7);
}
if (_root.p2health <= 77) {
this.gotoAndStop(8);
}
if (_root.p2health <= 74) {
this.gotoAndStop(9);
}
if (_root.p2health <= 70) {
this.gotoAndStop(10);
}
if (_root.p2health <= 67) {
this.gotoAndStop(11);
}
if (_root.p2health <= 64) {
this.gotoAndStop(12);
}
if (_root.p2health <= 60) {
this.gotoAndStop(13);
}
if (_root.p2health <= 57) {
this.gotoAndStop(14);
}
if (_root.p2health <= 54) {
this.gotoAndStop(15);
}
if (_root.p2health <= 50) {
this.gotoAndStop(16);
}
if (_root.p2health <= 47) {
this.gotoAndStop(17);
}
if (_root.p2health <= 44) {
this.gotoAndStop(18);
}
if (_root.p2health <= 40) {
this.gotoAndStop(19);
}
if (_root.p2health <= 37) {
this.gotoAndStop(20);
}
if (_root.p2health <= 34) {
this.gotoAndStop(21);
}
if (_root.p2health <= 30) {
this.gotoAndStop(22);
}
if (_root.p2health <= 27) {
this.gotoAndStop(23);
}
if (_root.p2health <= 24) {
this.gotoAndStop(24);
}
if (_root.p2health <= 20) {
this.gotoAndStop(25);
}
if (_root.p2health <= 17) {
this.gotoAndStop(26);
}
if (_root.p2health <= 14) {
this.gotoAndStop(27);
}
if (_root.p2health <= 11) {
this.gotoAndStop(28);
}
if (_root.p2health <= 8) {
this.gotoAndStop(29);
}
if (_root.p2health <= 6) {
this.gotoAndStop(30);
}
if (_root.p2health <= 3) {
this.gotoAndStop(31);
}
if (_root.p2health <= 1) {
this.gotoAndStop(32);
}
if (_root.p2health <= 0) {
this.gotoAndStop(33);
_root.p1wins.play();
_root.p1health = 100;
_root.p2health = 100;
}
if (_root.p2health >= 101) {
_root.p2health = 100;
}
}
Instance of Symbol 647 MovieClip "p1wins" in Frame 111
onClipEvent (enterFrame) {
if (_root.p1win >= 2) {
_root.onevictory.gotoAndStop(2);
}
}
Instance of Symbol 648 MovieClip "p2wins" in Frame 111
onClipEvent (enterFrame) {
if (_root.p2win >= 2) {
_root.twovictory.gotoAndStop(2);
}
}
Frame 112
stop();
_root.p1health = 100;
_root.p2health = 100;
Frame 113
stop();
_root.p1health = 100;
_root.p2health = 100;
_root.boxhp = 10;
Frame 114
stop();
_root.p1health = 100;
_root.p2health = 100;
Frame 116
stop();
_root.p1health = 100;
_root.p2health = 100;
Instance of Symbol 419 MovieClip "boundleft" in Frame 116
onClipEvent (enterFrame) {
_root.boundleft;
if (hitTest(_root.p1)) {
_root.p1._x = _root.p1._x + 15;
}
_root.boundleft;
if (hitTest(_root.p2)) {
_root.p2._x = _root.p2._x + 15;
}
}
Instance of Symbol 419 MovieClip in Frame 116
onClipEvent (enterFrame) {
_root.boundright;
if (hitTest(_root.p1)) {
_root.p1._x = _root.p1._x - 15;
}
_root.boundright;
if (hitTest(_root.p2)) {
_root.p2._x = _root.p2._x - 15;
}
}
Instance of Symbol 1164 MovieClip "p1" in Frame 116
onClipEvent (enterFrame) {
if (Key.isDown(65)) {
this.gotoAndStop(2);
_xscale = -100;
_x = (_x - 15);
}
if (Key.isDown(68)) {
this.gotoAndStop(2);
_xscale = 100;
_x = (_x + 15);
}
if (Key.isDown(87) and (!jumping)) {
this.gotoAndStop(3);
vel_y = 12;
jumping = true;
}
if (jumping) {
vel_y = vel_y - 1;
if (vel_y <= -11) {
vel_y = -11;
jumping = false;
}
this._y = this._y - vel_y;
}
if (Key.isDown(65) && (Key.isDown(87))) {
this.gotoAndStop(3);
}
if (Key.isDown(68) && (Key.isDown(87))) {
this.gotoAndStop(3);
}
if (((((((((!Key.isDown(65)) and (!Key.isDown(68))) and (!Key.isDown(87))) and (!Key.isDown(70))) and (!Key.isDown(71))) and (!Key.isDown(72))) and (!Key.isDown(82))) and (!Key.isDown(84))) and (!Key.isDown(89))) {
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(70)) {
this.gotoAndStop(4);
}
if (Key.isDown(71)) {
this.gotoAndStop(5);
}
if (Key.isDown(82)) {
this.gotoAndStop(7);
}
if (Key.isDown(84)) {
this.gotoAndStop(8);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(72)) {
this.gotoAndStop(6);
}
if (Key.isDown(89)) {
this.gotoAndStop(9);
}
if (Key.isDown(83)) {
this.gotoAndStop(1);
}
}
Instance of Symbol 1020 MovieClip "p2" in Frame 116
onClipEvent (enterFrame) {
if (Key.isDown(37)) {
this.gotoAndStop(2);
_xscale = 100;
_x = (_x - 15);
}
if (Key.isDown(39)) {
this.gotoAndStop(2);
_xscale = -100;
_x = (_x + 15);
}
if (Key.isDown(38) and (!jumping)) {
this.gotoAndStop(3);
vel_y = 12;
jumping = true;
}
if (jumping) {
vel_y = vel_y - 1;
if (vel_y <= -11) {
vel_y = -11;
jumping = false;
}
this._y = this._y - vel_y;
}
if (Key.isDown(37) && (Key.isDown(38))) {
this.gotoAndStop(3);
}
if (Key.isDown(39) && (Key.isDown(38))) {
this.gotoAndStop(3);
}
if (((((((((!Key.isDown(37)) and (!Key.isDown(39))) and (!Key.isDown(38))) and (!Key.isDown(97))) and (!Key.isDown(98))) and (!Key.isDown(99))) and (!Key.isDown(100))) and (!Key.isDown(101))) and (!Key.isDown(102))) {
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(97)) {
this.gotoAndStop(4);
}
if (Key.isDown(98)) {
this.gotoAndStop(5);
}
if (Key.isDown(100)) {
this.gotoAndStop(7);
}
if (Key.isDown(101)) {
this.gotoAndStop(8);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(99)) {
this.gotoAndStop(6);
}
if (Key.isDown(102)) {
this.gotoAndStop(9);
}
if (Key.isDown(40)) {
this.gotoAndStop(1);
}
}
Instance of Symbol 634 MovieClip in Frame 116
onClipEvent (enterFrame) {
if (_root.p1health <= 100) {
this.gotoAndStop(1);
}
if (_root.p1health <= 97) {
this.gotoAndStop(2);
}
if (_root.p1health <= 94) {
this.gotoAndStop(3);
}
if (_root.p1health <= 90) {
this.gotoAndStop(4);
}
if (_root.p1health <= 87) {
this.gotoAndStop(5);
}
if (_root.p1health <= 84) {
this.gotoAndStop(6);
}
if (_root.p1health <= 80) {
this.gotoAndStop(7);
}
if (_root.p1health <= 77) {
this.gotoAndStop(8);
}
if (_root.p1health <= 74) {
this.gotoAndStop(9);
}
if (_root.p1health <= 70) {
this.gotoAndStop(10);
}
if (_root.p1health <= 67) {
this.gotoAndStop(11);
}
if (_root.p1health <= 64) {
this.gotoAndStop(12);
}
if (_root.p1health <= 60) {
this.gotoAndStop(13);
}
if (_root.p1health <= 57) {
this.gotoAndStop(14);
}
if (_root.p1health <= 54) {
this.gotoAndStop(15);
}
if (_root.p1health <= 50) {
this.gotoAndStop(16);
}
if (_root.p1health <= 47) {
this.gotoAndStop(17);
}
if (_root.p1health <= 44) {
this.gotoAndStop(18);
}
if (_root.p1health <= 40) {
this.gotoAndStop(19);
}
if (_root.p1health <= 37) {
this.gotoAndStop(20);
}
if (_root.p1health <= 34) {
this.gotoAndStop(21);
}
if (_root.p1health <= 30) {
this.gotoAndStop(22);
}
if (_root.p1health <= 27) {
this.gotoAndStop(23);
}
if (_root.p1health <= 24) {
this.gotoAndStop(24);
}
if (_root.p1health <= 20) {
this.gotoAndStop(25);
}
if (_root.p1health <= 17) {
this.gotoAndStop(26);
}
if (_root.p1health <= 14) {
this.gotoAndStop(27);
}
if (_root.p1health <= 11) {
this.gotoAndStop(28);
}
if (_root.p1health <= 8) {
this.gotoAndStop(29);
}
if (_root.p1health <= 6) {
this.gotoAndStop(30);
}
if (_root.p1health <= 3) {
this.gotoAndStop(31);
}
if (_root.p1health <= 1) {
this.gotoAndStop(32);
}
if (_root.p1health <= 0) {
this.gotoAndStop(33);
_root.p2wins.play();
_root.p1health = 100;
_root.p2health = 100;
}
if (_root.p1health >= 101) {
_root.p1health = 100;
}
}
Instance of Symbol 634 MovieClip in Frame 116
onClipEvent (enterFrame) {
if (_root.p2health <= 100) {
this.gotoAndStop(1);
}
if (_root.p2health <= 97) {
this.gotoAndStop(2);
}
if (_root.p2health <= 94) {
this.gotoAndStop(3);
}
if (_root.p2health <= 90) {
this.gotoAndStop(4);
}
if (_root.p2health <= 87) {
this.gotoAndStop(5);
}
if (_root.p2health <= 84) {
this.gotoAndStop(6);
}
if (_root.p2health <= 80) {
this.gotoAndStop(7);
}
if (_root.p2health <= 77) {
this.gotoAndStop(8);
}
if (_root.p2health <= 74) {
this.gotoAndStop(9);
}
if (_root.p2health <= 70) {
this.gotoAndStop(10);
}
if (_root.p2health <= 67) {
this.gotoAndStop(11);
}
if (_root.p2health <= 64) {
this.gotoAndStop(12);
}
if (_root.p2health <= 60) {
this.gotoAndStop(13);
}
if (_root.p2health <= 57) {
this.gotoAndStop(14);
}
if (_root.p2health <= 54) {
this.gotoAndStop(15);
}
if (_root.p2health <= 50) {
this.gotoAndStop(16);
}
if (_root.p2health <= 47) {
this.gotoAndStop(17);
}
if (_root.p2health <= 44) {
this.gotoAndStop(18);
}
if (_root.p2health <= 40) {
this.gotoAndStop(19);
}
if (_root.p2health <= 37) {
this.gotoAndStop(20);
}
if (_root.p2health <= 34) {
this.gotoAndStop(21);
}
if (_root.p2health <= 30) {
this.gotoAndStop(22);
}
if (_root.p2health <= 27) {
this.gotoAndStop(23);
}
if (_root.p2health <= 24) {
this.gotoAndStop(24);
}
if (_root.p2health <= 20) {
this.gotoAndStop(25);
}
if (_root.p2health <= 17) {
this.gotoAndStop(26);
}
if (_root.p2health <= 14) {
this.gotoAndStop(27);
}
if (_root.p2health <= 11) {
this.gotoAndStop(28);
}
if (_root.p2health <= 8) {
this.gotoAndStop(29);
}
if (_root.p2health <= 6) {
this.gotoAndStop(30);
}
if (_root.p2health <= 3) {
this.gotoAndStop(31);
}
if (_root.p2health <= 1) {
this.gotoAndStop(32);
}
if (_root.p2health <= 0) {
this.gotoAndStop(33);
_root.p1wins.play();
_root.p1health = 100;
_root.p2health = 100;
}
if (_root.p2health >= 101) {
_root.p2health = 100;
}
}
Instance of Symbol 647 MovieClip "p1wins" in Frame 116
onClipEvent (enterFrame) {
if (_root.p1win >= 2) {
_root.onevictory.gotoAndStop(2);
}
}
Instance of Symbol 648 MovieClip "p2wins" in Frame 116
onClipEvent (enterFrame) {
if (_root.p2win >= 2) {
_root.twovictory.gotoAndStop(2);
}
}
Frame 117
stop();
_root.p1health = 100;
_root.p2health = 100;
Frame 118
stop();
_root.p1health = 100;
_root.p2health = 100;
_root.boxhp = 10;
Frame 119
stop();
_root.p1health = 100;
_root.p2health = 100;
Frame 121
stop();
_root.p1health = 100;
_root.p2health = 100;
Instance of Symbol 419 MovieClip "boundleft" in Frame 121
onClipEvent (enterFrame) {
_root.boundleft;
if (hitTest(_root.p1)) {
_root.p1._x = _root.p1._x + 15;
}
_root.boundleft;
if (hitTest(_root.p2)) {
_root.p2._x = _root.p2._x + 15;
}
}
Instance of Symbol 419 MovieClip in Frame 121
onClipEvent (enterFrame) {
_root.boundright;
if (hitTest(_root.p1)) {
_root.p1._x = _root.p1._x - 15;
}
_root.boundright;
if (hitTest(_root.p2)) {
_root.p2._x = _root.p2._x - 15;
}
}
Instance of Symbol 1164 MovieClip "p1" in Frame 121
onClipEvent (enterFrame) {
if (Key.isDown(65)) {
this.gotoAndStop(2);
_xscale = -100;
_x = (_x - 15);
}
if (Key.isDown(68)) {
this.gotoAndStop(2);
_xscale = 100;
_x = (_x + 15);
}
if (Key.isDown(87) and (!jumping)) {
this.gotoAndStop(3);
vel_y = 12;
jumping = true;
}
if (jumping) {
vel_y = vel_y - 1;
if (vel_y <= -11) {
vel_y = -11;
jumping = false;
}
this._y = this._y - vel_y;
}
if (Key.isDown(65) && (Key.isDown(87))) {
this.gotoAndStop(3);
}
if (Key.isDown(68) && (Key.isDown(87))) {
this.gotoAndStop(3);
}
if (((((((((!Key.isDown(65)) and (!Key.isDown(68))) and (!Key.isDown(87))) and (!Key.isDown(70))) and (!Key.isDown(71))) and (!Key.isDown(72))) and (!Key.isDown(82))) and (!Key.isDown(84))) and (!Key.isDown(89))) {
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(70)) {
this.gotoAndStop(4);
}
if (Key.isDown(71)) {
this.gotoAndStop(5);
}
if (Key.isDown(82)) {
this.gotoAndStop(7);
}
if (Key.isDown(84)) {
this.gotoAndStop(8);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(72)) {
this.gotoAndStop(6);
}
if (Key.isDown(89)) {
this.gotoAndStop(9);
}
if (Key.isDown(83)) {
this.gotoAndStop(1);
}
}
Instance of Symbol 1127 MovieClip "p2" in Frame 121
onClipEvent (enterFrame) {
if (Key.isDown(37)) {
this.gotoAndStop(2);
_xscale = 100;
_x = (_x - 15);
}
if (Key.isDown(39)) {
this.gotoAndStop(2);
_xscale = -100;
_x = (_x + 15);
}
if (Key.isDown(38) and (!jumping)) {
this.gotoAndStop(3);
vel_y = 12;
jumping = true;
}
if (jumping) {
vel_y = vel_y - 1;
if (vel_y <= -11) {
vel_y = -11;
jumping = false;
}
this._y = this._y - vel_y;
}
if (Key.isDown(37) && (Key.isDown(38))) {
this.gotoAndStop(3);
}
if (Key.isDown(39) && (Key.isDown(38))) {
this.gotoAndStop(3);
}
if (((((((((!Key.isDown(37)) and (!Key.isDown(39))) and (!Key.isDown(38))) and (!Key.isDown(97))) and (!Key.isDown(98))) and (!Key.isDown(99))) and (!Key.isDown(100))) and (!Key.isDown(101))) and (!Key.isDown(102))) {
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(97)) {
this.gotoAndStop(4);
}
if (Key.isDown(98)) {
this.gotoAndStop(5);
}
if (Key.isDown(100)) {
this.gotoAndStop(7);
}
if (Key.isDown(101)) {
this.gotoAndStop(8);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(99)) {
this.gotoAndStop(6);
}
if (Key.isDown(102)) {
this.gotoAndStop(9);
}
if (Key.isDown(40)) {
this.gotoAndStop(1);
}
}
Instance of Symbol 634 MovieClip in Frame 121
onClipEvent (enterFrame) {
if (_root.p1health <= 100) {
this.gotoAndStop(1);
}
if (_root.p1health <= 97) {
this.gotoAndStop(2);
}
if (_root.p1health <= 94) {
this.gotoAndStop(3);
}
if (_root.p1health <= 90) {
this.gotoAndStop(4);
}
if (_root.p1health <= 87) {
this.gotoAndStop(5);
}
if (_root.p1health <= 84) {
this.gotoAndStop(6);
}
if (_root.p1health <= 80) {
this.gotoAndStop(7);
}
if (_root.p1health <= 77) {
this.gotoAndStop(8);
}
if (_root.p1health <= 74) {
this.gotoAndStop(9);
}
if (_root.p1health <= 70) {
this.gotoAndStop(10);
}
if (_root.p1health <= 67) {
this.gotoAndStop(11);
}
if (_root.p1health <= 64) {
this.gotoAndStop(12);
}
if (_root.p1health <= 60) {
this.gotoAndStop(13);
}
if (_root.p1health <= 57) {
this.gotoAndStop(14);
}
if (_root.p1health <= 54) {
this.gotoAndStop(15);
}
if (_root.p1health <= 50) {
this.gotoAndStop(16);
}
if (_root.p1health <= 47) {
this.gotoAndStop(17);
}
if (_root.p1health <= 44) {
this.gotoAndStop(18);
}
if (_root.p1health <= 40) {
this.gotoAndStop(19);
}
if (_root.p1health <= 37) {
this.gotoAndStop(20);
}
if (_root.p1health <= 34) {
this.gotoAndStop(21);
}
if (_root.p1health <= 30) {
this.gotoAndStop(22);
}
if (_root.p1health <= 27) {
this.gotoAndStop(23);
}
if (_root.p1health <= 24) {
this.gotoAndStop(24);
}
if (_root.p1health <= 20) {
this.gotoAndStop(25);
}
if (_root.p1health <= 17) {
this.gotoAndStop(26);
}
if (_root.p1health <= 14) {
this.gotoAndStop(27);
}
if (_root.p1health <= 11) {
this.gotoAndStop(28);
}
if (_root.p1health <= 8) {
this.gotoAndStop(29);
}
if (_root.p1health <= 6) {
this.gotoAndStop(30);
}
if (_root.p1health <= 3) {
this.gotoAndStop(31);
}
if (_root.p1health <= 1) {
this.gotoAndStop(32);
}
if (_root.p1health <= 0) {
this.gotoAndStop(33);
_root.p2wins.play();
_root.p1health = 100;
_root.p2health = 100;
}
if (_root.p1health >= 101) {
_root.p1health = 100;
}
}
Instance of Symbol 634 MovieClip in Frame 121
onClipEvent (enterFrame) {
if (_root.p2health <= 100) {
this.gotoAndStop(1);
}
if (_root.p2health <= 97) {
this.gotoAndStop(2);
}
if (_root.p2health <= 94) {
this.gotoAndStop(3);
}
if (_root.p2health <= 90) {
this.gotoAndStop(4);
}
if (_root.p2health <= 87) {
this.gotoAndStop(5);
}
if (_root.p2health <= 84) {
this.gotoAndStop(6);
}
if (_root.p2health <= 80) {
this.gotoAndStop(7);
}
if (_root.p2health <= 77) {
this.gotoAndStop(8);
}
if (_root.p2health <= 74) {
this.gotoAndStop(9);
}
if (_root.p2health <= 70) {
this.gotoAndStop(10);
}
if (_root.p2health <= 67) {
this.gotoAndStop(11);
}
if (_root.p2health <= 64) {
this.gotoAndStop(12);
}
if (_root.p2health <= 60) {
this.gotoAndStop(13);
}
if (_root.p2health <= 57) {
this.gotoAndStop(14);
}
if (_root.p2health <= 54) {
this.gotoAndStop(15);
}
if (_root.p2health <= 50) {
this.gotoAndStop(16);
}
if (_root.p2health <= 47) {
this.gotoAndStop(17);
}
if (_root.p2health <= 44) {
this.gotoAndStop(18);
}
if (_root.p2health <= 40) {
this.gotoAndStop(19);
}
if (_root.p2health <= 37) {
this.gotoAndStop(20);
}
if (_root.p2health <= 34) {
this.gotoAndStop(21);
}
if (_root.p2health <= 30) {
this.gotoAndStop(22);
}
if (_root.p2health <= 27) {
this.gotoAndStop(23);
}
if (_root.p2health <= 24) {
this.gotoAndStop(24);
}
if (_root.p2health <= 20) {
this.gotoAndStop(25);
}
if (_root.p2health <= 17) {
this.gotoAndStop(26);
}
if (_root.p2health <= 14) {
this.gotoAndStop(27);
}
if (_root.p2health <= 11) {
this.gotoAndStop(28);
}
if (_root.p2health <= 8) {
this.gotoAndStop(29);
}
if (_root.p2health <= 6) {
this.gotoAndStop(30);
}
if (_root.p2health <= 3) {
this.gotoAndStop(31);
}
if (_root.p2health <= 1) {
this.gotoAndStop(32);
}
if (_root.p2health <= 0) {
this.gotoAndStop(33);
_root.p1wins.play();
_root.p1health = 100;
_root.p2health = 100;
}
if (_root.p2health >= 101) {
_root.p2health = 100;
}
}
Instance of Symbol 647 MovieClip "p1wins" in Frame 121
onClipEvent (enterFrame) {
if (_root.p1win >= 2) {
_root.onevictory.gotoAndStop(2);
}
}
Instance of Symbol 648 MovieClip "p2wins" in Frame 121
onClipEvent (enterFrame) {
if (_root.p2win >= 2) {
_root.twovictory.gotoAndStop(2);
}
}
Frame 122
stop();
_root.p1health = 100;
_root.p2health = 100;
Frame 123
stop();
_root.p1health = 100;
_root.p2health = 100;
_root.boxhp = 10;
Frame 124
stop();
_root.p1health = 100;
_root.p2health = 100;
Frame 127
stop();
_root.p1health = 100;
_root.p2health = 100;
Instance of Symbol 419 MovieClip "boundleft" in Frame 127
onClipEvent (enterFrame) {
_root.boundleft;
if (hitTest(_root.p1)) {
_root.p1._x = _root.p1._x + 15;
}
_root.boundleft;
if (hitTest(_root.p2)) {
_root.p2._x = _root.p2._x + 15;
}
}
Instance of Symbol 419 MovieClip in Frame 127
onClipEvent (enterFrame) {
_root.boundright;
if (hitTest(_root.p1)) {
_root.p1._x = _root.p1._x - 15;
}
_root.boundright;
if (hitTest(_root.p2)) {
_root.p2._x = _root.p2._x - 15;
}
}
Instance of Symbol 1268 MovieClip "p1" in Frame 127
onClipEvent (enterFrame) {
if (Key.isDown(65)) {
this.gotoAndStop(2);
_xscale = -100;
_x = (_x - 15);
}
if (Key.isDown(68)) {
this.gotoAndStop(2);
_xscale = 100;
_x = (_x + 15);
}
if (Key.isDown(87) and (!jumping)) {
this.gotoAndStop(3);
vel_y = 12;
jumping = true;
}
if (jumping) {
vel_y = vel_y - 1;
if (vel_y <= -11) {
vel_y = -11;
jumping = false;
}
this._y = this._y - vel_y;
}
if (Key.isDown(65) && (Key.isDown(87))) {
this.gotoAndStop(3);
}
if (Key.isDown(68) && (Key.isDown(87))) {
this.gotoAndStop(3);
}
if (((((((((!Key.isDown(65)) and (!Key.isDown(68))) and (!Key.isDown(87))) and (!Key.isDown(70))) and (!Key.isDown(71))) and (!Key.isDown(72))) and (!Key.isDown(82))) and (!Key.isDown(84))) and (!Key.isDown(89))) {
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(70)) {
this.gotoAndStop(4);
}
if (Key.isDown(71)) {
this.gotoAndStop(5);
}
if (Key.isDown(82)) {
this.gotoAndStop(7);
}
if (Key.isDown(84)) {
this.gotoAndStop(8);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(72)) {
this.gotoAndStop(6);
}
if (Key.isDown(89)) {
this.gotoAndStop(9);
}
if (Key.isDown(83)) {
this.gotoAndStop(1);
}
}
Instance of Symbol 1156 MovieClip "p2" in Frame 127
onClipEvent (enterFrame) {
if (Key.isDown(37)) {
this.gotoAndStop(2);
_xscale = 100;
_x = (_x - 15);
}
if (Key.isDown(39)) {
this.gotoAndStop(2);
_xscale = -100;
_x = (_x + 15);
}
if (Key.isDown(38) and (!jumping)) {
this.gotoAndStop(3);
vel_y = 12;
jumping = true;
}
if (jumping) {
vel_y = vel_y - 1;
if (vel_y <= -11) {
vel_y = -11;
jumping = false;
}
this._y = this._y - vel_y;
}
if (Key.isDown(37) && (Key.isDown(38))) {
this.gotoAndStop(3);
}
if (Key.isDown(39) && (Key.isDown(38))) {
this.gotoAndStop(3);
}
if (((((((((!Key.isDown(37)) and (!Key.isDown(39))) and (!Key.isDown(38))) and (!Key.isDown(97))) and (!Key.isDown(98))) and (!Key.isDown(99))) and (!Key.isDown(100))) and (!Key.isDown(101))) and (!Key.isDown(102))) {
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(97)) {
this.gotoAndStop(4);
}
if (Key.isDown(98)) {
this.gotoAndStop(5);
}
if (Key.isDown(100)) {
this.gotoAndStop(7);
}
if (Key.isDown(101)) {
this.gotoAndStop(8);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(99)) {
this.gotoAndStop(6);
}
if (Key.isDown(102)) {
this.gotoAndStop(9);
}
if (Key.isDown(40)) {
this.gotoAndStop(1);
}
}
Instance of Symbol 634 MovieClip in Frame 127
onClipEvent (enterFrame) {
if (_root.p1health <= 100) {
this.gotoAndStop(1);
}
if (_root.p1health <= 97) {
this.gotoAndStop(2);
}
if (_root.p1health <= 94) {
this.gotoAndStop(3);
}
if (_root.p1health <= 90) {
this.gotoAndStop(4);
}
if (_root.p1health <= 87) {
this.gotoAndStop(5);
}
if (_root.p1health <= 84) {
this.gotoAndStop(6);
}
if (_root.p1health <= 80) {
this.gotoAndStop(7);
}
if (_root.p1health <= 77) {
this.gotoAndStop(8);
}
if (_root.p1health <= 74) {
this.gotoAndStop(9);
}
if (_root.p1health <= 70) {
this.gotoAndStop(10);
}
if (_root.p1health <= 67) {
this.gotoAndStop(11);
}
if (_root.p1health <= 64) {
this.gotoAndStop(12);
}
if (_root.p1health <= 60) {
this.gotoAndStop(13);
}
if (_root.p1health <= 57) {
this.gotoAndStop(14);
}
if (_root.p1health <= 54) {
this.gotoAndStop(15);
}
if (_root.p1health <= 50) {
this.gotoAndStop(16);
}
if (_root.p1health <= 47) {
this.gotoAndStop(17);
}
if (_root.p1health <= 44) {
this.gotoAndStop(18);
}
if (_root.p1health <= 40) {
this.gotoAndStop(19);
}
if (_root.p1health <= 37) {
this.gotoAndStop(20);
}
if (_root.p1health <= 34) {
this.gotoAndStop(21);
}
if (_root.p1health <= 30) {
this.gotoAndStop(22);
}
if (_root.p1health <= 27) {
this.gotoAndStop(23);
}
if (_root.p1health <= 24) {
this.gotoAndStop(24);
}
if (_root.p1health <= 20) {
this.gotoAndStop(25);
}
if (_root.p1health <= 17) {
this.gotoAndStop(26);
}
if (_root.p1health <= 14) {
this.gotoAndStop(27);
}
if (_root.p1health <= 11) {
this.gotoAndStop(28);
}
if (_root.p1health <= 8) {
this.gotoAndStop(29);
}
if (_root.p1health <= 6) {
this.gotoAndStop(30);
}
if (_root.p1health <= 3) {
this.gotoAndStop(31);
}
if (_root.p1health <= 1) {
this.gotoAndStop(32);
}
if (_root.p1health <= 0) {
this.gotoAndStop(33);
_root.p2wins.play();
_root.p1health = 100;
_root.p2health = 100;
}
if (_root.p1health >= 101) {
_root.p1health = 100;
}
}
Instance of Symbol 634 MovieClip in Frame 127
onClipEvent (enterFrame) {
if (_root.p2health <= 100) {
this.gotoAndStop(1);
}
if (_root.p2health <= 97) {
this.gotoAndStop(2);
}
if (_root.p2health <= 94) {
this.gotoAndStop(3);
}
if (_root.p2health <= 90) {
this.gotoAndStop(4);
}
if (_root.p2health <= 87) {
this.gotoAndStop(5);
}
if (_root.p2health <= 84) {
this.gotoAndStop(6);
}
if (_root.p2health <= 80) {
this.gotoAndStop(7);
}
if (_root.p2health <= 77) {
this.gotoAndStop(8);
}
if (_root.p2health <= 74) {
this.gotoAndStop(9);
}
if (_root.p2health <= 70) {
this.gotoAndStop(10);
}
if (_root.p2health <= 67) {
this.gotoAndStop(11);
}
if (_root.p2health <= 64) {
this.gotoAndStop(12);
}
if (_root.p2health <= 60) {
this.gotoAndStop(13);
}
if (_root.p2health <= 57) {
this.gotoAndStop(14);
}
if (_root.p2health <= 54) {
this.gotoAndStop(15);
}
if (_root.p2health <= 50) {
this.gotoAndStop(16);
}
if (_root.p2health <= 47) {
this.gotoAndStop(17);
}
if (_root.p2health <= 44) {
this.gotoAndStop(18);
}
if (_root.p2health <= 40) {
this.gotoAndStop(19);
}
if (_root.p2health <= 37) {
this.gotoAndStop(20);
}
if (_root.p2health <= 34) {
this.gotoAndStop(21);
}
if (_root.p2health <= 30) {
this.gotoAndStop(22);
}
if (_root.p2health <= 27) {
this.gotoAndStop(23);
}
if (_root.p2health <= 24) {
this.gotoAndStop(24);
}
if (_root.p2health <= 20) {
this.gotoAndStop(25);
}
if (_root.p2health <= 17) {
this.gotoAndStop(26);
}
if (_root.p2health <= 14) {
this.gotoAndStop(27);
}
if (_root.p2health <= 11) {
this.gotoAndStop(28);
}
if (_root.p2health <= 8) {
this.gotoAndStop(29);
}
if (_root.p2health <= 6) {
this.gotoAndStop(30);
}
if (_root.p2health <= 3) {
this.gotoAndStop(31);
}
if (_root.p2health <= 1) {
this.gotoAndStop(32);
}
if (_root.p2health <= 0) {
this.gotoAndStop(33);
_root.p1wins.play();
_root.p1health = 100;
_root.p2health = 100;
}
if (_root.p2health >= 101) {
_root.p2health = 100;
}
}
Instance of Symbol 647 MovieClip "p1wins" in Frame 127
onClipEvent (enterFrame) {
if (_root.p1win >= 2) {
_root.onevictory.gotoAndStop(2);
}
}
Instance of Symbol 648 MovieClip "p2wins" in Frame 127
onClipEvent (enterFrame) {
if (_root.p2win >= 2) {
_root.twovictory.gotoAndStop(2);
}
}
Frame 128
stop();
_root.p1health = 100;
_root.p2health = 100;
Frame 129
stop();
_root.p1health = 100;
_root.p2health = 100;
_root.boxhp = 10;
Frame 130
stop();
_root.p1health = 100;
_root.p2health = 100;
Frame 132
stop();
_root.p1health = 100;
_root.p2health = 100;
Instance of Symbol 419 MovieClip "boundleft" in Frame 132
onClipEvent (enterFrame) {
_root.boundleft;
if (hitTest(_root.p1)) {
_root.p1._x = _root.p1._x + 15;
}
_root.boundleft;
if (hitTest(_root.p2)) {
_root.p2._x = _root.p2._x + 15;
}
}
Instance of Symbol 419 MovieClip in Frame 132
onClipEvent (enterFrame) {
_root.boundright;
if (hitTest(_root.p1)) {
_root.p1._x = _root.p1._x - 15;
}
_root.boundright;
if (hitTest(_root.p2)) {
_root.p2._x = _root.p2._x - 15;
}
}
Instance of Symbol 513 MovieClip "p2" in Frame 132
onClipEvent (enterFrame) {
if (Key.isDown(37)) {
this.gotoAndStop(2);
_xscale = 100;
_x = (_x - 15);
}
if (Key.isDown(39)) {
this.gotoAndStop(2);
_xscale = -100;
_x = (_x + 15);
}
if (Key.isDown(38) and (!jumping)) {
this.gotoAndStop(3);
vel_y = 12;
jumping = true;
}
if (jumping) {
vel_y = vel_y - 1;
if (vel_y <= -11) {
vel_y = -11;
jumping = false;
}
this._y = this._y - vel_y;
}
if (Key.isDown(37) && (Key.isDown(38))) {
this.gotoAndStop(3);
}
if (Key.isDown(39) && (Key.isDown(38))) {
this.gotoAndStop(3);
}
if (((((((((!Key.isDown(37)) and (!Key.isDown(39))) and (!Key.isDown(38))) and (!Key.isDown(97))) and (!Key.isDown(98))) and (!Key.isDown(99))) and (!Key.isDown(100))) and (!Key.isDown(101))) and (!Key.isDown(102))) {
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(97)) {
this.gotoAndStop(4);
}
if (Key.isDown(98)) {
this.gotoAndStop(5);
}
if (Key.isDown(100)) {
this.gotoAndStop(7);
}
if (Key.isDown(101)) {
this.gotoAndStop(8);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(99)) {
this.gotoAndStop(6);
}
if (Key.isDown(102)) {
this.gotoAndStop(9);
}
if (Key.isDown(40)) {
this.gotoAndStop(1);
}
}
Instance of Symbol 1268 MovieClip "p1" in Frame 132
onClipEvent (enterFrame) {
if (Key.isDown(65)) {
this.gotoAndStop(2);
_xscale = -100;
_x = (_x - 15);
}
if (Key.isDown(68)) {
this.gotoAndStop(2);
_xscale = 100;
_x = (_x + 15);
}
if (Key.isDown(87) and (!jumping)) {
this.gotoAndStop(3);
vel_y = 12;
jumping = true;
}
if (jumping) {
vel_y = vel_y - 1;
if (vel_y <= -11) {
vel_y = -11;
jumping = false;
}
this._y = this._y - vel_y;
}
if (Key.isDown(65) && (Key.isDown(87))) {
this.gotoAndStop(3);
}
if (Key.isDown(68) && (Key.isDown(87))) {
this.gotoAndStop(3);
}
if (((((((((!Key.isDown(65)) and (!Key.isDown(68))) and (!Key.isDown(87))) and (!Key.isDown(70))) and (!Key.isDown(71))) and (!Key.isDown(72))) and (!Key.isDown(82))) and (!Key.isDown(84))) and (!Key.isDown(89))) {
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(70)) {
this.gotoAndStop(4);
}
if (Key.isDown(71)) {
this.gotoAndStop(5);
}
if (Key.isDown(82)) {
this.gotoAndStop(7);
}
if (Key.isDown(84)) {
this.gotoAndStop(8);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(72)) {
this.gotoAndStop(6);
}
if (Key.isDown(89)) {
this.gotoAndStop(9);
}
if (Key.isDown(83)) {
this.gotoAndStop(1);
}
}
Instance of Symbol 634 MovieClip in Frame 132
onClipEvent (enterFrame) {
if (_root.p1health <= 100) {
this.gotoAndStop(1);
}
if (_root.p1health <= 97) {
this.gotoAndStop(2);
}
if (_root.p1health <= 94) {
this.gotoAndStop(3);
}
if (_root.p1health <= 90) {
this.gotoAndStop(4);
}
if (_root.p1health <= 87) {
this.gotoAndStop(5);
}
if (_root.p1health <= 84) {
this.gotoAndStop(6);
}
if (_root.p1health <= 80) {
this.gotoAndStop(7);
}
if (_root.p1health <= 77) {
this.gotoAndStop(8);
}
if (_root.p1health <= 74) {
this.gotoAndStop(9);
}
if (_root.p1health <= 70) {
this.gotoAndStop(10);
}
if (_root.p1health <= 67) {
this.gotoAndStop(11);
}
if (_root.p1health <= 64) {
this.gotoAndStop(12);
}
if (_root.p1health <= 60) {
this.gotoAndStop(13);
}
if (_root.p1health <= 57) {
this.gotoAndStop(14);
}
if (_root.p1health <= 54) {
this.gotoAndStop(15);
}
if (_root.p1health <= 50) {
this.gotoAndStop(16);
}
if (_root.p1health <= 47) {
this.gotoAndStop(17);
}
if (_root.p1health <= 44) {
this.gotoAndStop(18);
}
if (_root.p1health <= 40) {
this.gotoAndStop(19);
}
if (_root.p1health <= 37) {
this.gotoAndStop(20);
}
if (_root.p1health <= 34) {
this.gotoAndStop(21);
}
if (_root.p1health <= 30) {
this.gotoAndStop(22);
}
if (_root.p1health <= 27) {
this.gotoAndStop(23);
}
if (_root.p1health <= 24) {
this.gotoAndStop(24);
}
if (_root.p1health <= 20) {
this.gotoAndStop(25);
}
if (_root.p1health <= 17) {
this.gotoAndStop(26);
}
if (_root.p1health <= 14) {
this.gotoAndStop(27);
}
if (_root.p1health <= 11) {
this.gotoAndStop(28);
}
if (_root.p1health <= 8) {
this.gotoAndStop(29);
}
if (_root.p1health <= 6) {
this.gotoAndStop(30);
}
if (_root.p1health <= 3) {
this.gotoAndStop(31);
}
if (_root.p1health <= 1) {
this.gotoAndStop(32);
}
if (_root.p1health <= 0) {
this.gotoAndStop(33);
_root.p2wins.play();
_root.p1health = 100;
_root.p2health = 100;
}
if (_root.p1health >= 101) {
_root.p1health = 100;
}
}
Instance of Symbol 634 MovieClip in Frame 132
onClipEvent (enterFrame) {
if (_root.p2health <= 100) {
this.gotoAndStop(1);
}
if (_root.p2health <= 97) {
this.gotoAndStop(2);
}
if (_root.p2health <= 94) {
this.gotoAndStop(3);
}
if (_root.p2health <= 90) {
this.gotoAndStop(4);
}
if (_root.p2health <= 87) {
this.gotoAndStop(5);
}
if (_root.p2health <= 84) {
this.gotoAndStop(6);
}
if (_root.p2health <= 80) {
this.gotoAndStop(7);
}
if (_root.p2health <= 77) {
this.gotoAndStop(8);
}
if (_root.p2health <= 74) {
this.gotoAndStop(9);
}
if (_root.p2health <= 70) {
this.gotoAndStop(10);
}
if (_root.p2health <= 67) {
this.gotoAndStop(11);
}
if (_root.p2health <= 64) {
this.gotoAndStop(12);
}
if (_root.p2health <= 60) {
this.gotoAndStop(13);
}
if (_root.p2health <= 57) {
this.gotoAndStop(14);
}
if (_root.p2health <= 54) {
this.gotoAndStop(15);
}
if (_root.p2health <= 50) {
this.gotoAndStop(16);
}
if (_root.p2health <= 47) {
this.gotoAndStop(17);
}
if (_root.p2health <= 44) {
this.gotoAndStop(18);
}
if (_root.p2health <= 40) {
this.gotoAndStop(19);
}
if (_root.p2health <= 37) {
this.gotoAndStop(20);
}
if (_root.p2health <= 34) {
this.gotoAndStop(21);
}
if (_root.p2health <= 30) {
this.gotoAndStop(22);
}
if (_root.p2health <= 27) {
this.gotoAndStop(23);
}
if (_root.p2health <= 24) {
this.gotoAndStop(24);
}
if (_root.p2health <= 20) {
this.gotoAndStop(25);
}
if (_root.p2health <= 17) {
this.gotoAndStop(26);
}
if (_root.p2health <= 14) {
this.gotoAndStop(27);
}
if (_root.p2health <= 11) {
this.gotoAndStop(28);
}
if (_root.p2health <= 8) {
this.gotoAndStop(29);
}
if (_root.p2health <= 6) {
this.gotoAndStop(30);
}
if (_root.p2health <= 3) {
this.gotoAndStop(31);
}
if (_root.p2health <= 1) {
this.gotoAndStop(32);
}
if (_root.p2health <= 0) {
this.gotoAndStop(33);
_root.p1wins.play();
_root.p1health = 100;
_root.p2health = 100;
}
if (_root.p2health >= 101) {
_root.p2health = 100;
}
}
Instance of Symbol 647 MovieClip "p1wins" in Frame 132
onClipEvent (enterFrame) {
if (_root.p1win >= 2) {
_root.onevictory.gotoAndStop(2);
}
}
Instance of Symbol 648 MovieClip "p2wins" in Frame 132
onClipEvent (enterFrame) {
if (_root.p2win >= 2) {
_root.twovictory.gotoAndStop(2);
}
}
Frame 133
stop();
_root.p1health = 100;
_root.p2health = 100;
Frame 134
stop();
_root.p1health = 100;
_root.p2health = 100;
_root.boxhp = 10;
Frame 135
stop();
_root.p1health = 100;
_root.p2health = 100;
Frame 137
stop();
_root.p1health = 100;
_root.p2health = 100;
Instance of Symbol 419 MovieClip "boundleft" in Frame 137
onClipEvent (enterFrame) {
_root.boundleft;
if (hitTest(_root.p1)) {
_root.p1._x = _root.p1._x + 15;
}
_root.boundleft;
if (hitTest(_root.p2)) {
_root.p2._x = _root.p2._x + 15;
}
}
Instance of Symbol 419 MovieClip in Frame 137
onClipEvent (enterFrame) {
_root.boundright;
if (hitTest(_root.p1)) {
_root.p1._x = _root.p1._x - 15;
}
_root.boundright;
if (hitTest(_root.p2)) {
_root.p2._x = _root.p2._x - 15;
}
}
Instance of Symbol 1268 MovieClip "p1" in Frame 137
onClipEvent (enterFrame) {
if (Key.isDown(65)) {
this.gotoAndStop(2);
_xscale = -100;
_x = (_x - 15);
}
if (Key.isDown(68)) {
this.gotoAndStop(2);
_xscale = 100;
_x = (_x + 15);
}
if (Key.isDown(87) and (!jumping)) {
this.gotoAndStop(3);
vel_y = 12;
jumping = true;
}
if (jumping) {
vel_y = vel_y - 1;
if (vel_y <= -11) {
vel_y = -11;
jumping = false;
}
this._y = this._y - vel_y;
}
if (Key.isDown(65) && (Key.isDown(87))) {
this.gotoAndStop(3);
}
if (Key.isDown(68) && (Key.isDown(87))) {
this.gotoAndStop(3);
}
if (((((((((!Key.isDown(65)) and (!Key.isDown(68))) and (!Key.isDown(87))) and (!Key.isDown(70))) and (!Key.isDown(71))) and (!Key.isDown(72))) and (!Key.isDown(82))) and (!Key.isDown(84))) and (!Key.isDown(89))) {
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(70)) {
this.gotoAndStop(4);
}
if (Key.isDown(71)) {
this.gotoAndStop(5);
}
if (Key.isDown(82)) {
this.gotoAndStop(7);
}
if (Key.isDown(84)) {
this.gotoAndStop(8);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(72)) {
this.gotoAndStop(6);
}
if (Key.isDown(89)) {
this.gotoAndStop(9);
}
if (Key.isDown(83)) {
this.gotoAndStop(1);
}
}
Instance of Symbol 926 MovieClip "p2" in Frame 137
onClipEvent (enterFrame) {
if (Key.isDown(37)) {
this.gotoAndStop(2);
_xscale = 100;
_x = (_x - 15);
}
if (Key.isDown(39)) {
this.gotoAndStop(2);
_xscale = -100;
_x = (_x + 15);
}
if (Key.isDown(38) and (!jumping)) {
this.gotoAndStop(3);
vel_y = 12;
jumping = true;
}
if (jumping) {
vel_y = vel_y - 1;
if (vel_y <= -11) {
vel_y = -11;
jumping = false;
}
this._y = this._y - vel_y;
}
if (Key.isDown(37) && (Key.isDown(38))) {
this.gotoAndStop(3);
}
if (Key.isDown(39) && (Key.isDown(38))) {
this.gotoAndStop(3);
}
if (((((((((!Key.isDown(37)) and (!Key.isDown(39))) and (!Key.isDown(38))) and (!Key.isDown(97))) and (!Key.isDown(98))) and (!Key.isDown(99))) and (!Key.isDown(100))) and (!Key.isDown(101))) and (!Key.isDown(102))) {
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(97)) {
this.gotoAndStop(4);
}
if (Key.isDown(98)) {
this.gotoAndStop(5);
}
if (Key.isDown(100)) {
this.gotoAndStop(7);
}
if (Key.isDown(101)) {
this.gotoAndStop(8);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(99)) {
this.gotoAndStop(6);
}
if (Key.isDown(102)) {
this.gotoAndStop(9);
}
if (Key.isDown(40)) {
this.gotoAndStop(1);
}
}
Instance of Symbol 634 MovieClip in Frame 137
onClipEvent (enterFrame) {
if (_root.p1health <= 100) {
this.gotoAndStop(1);
}
if (_root.p1health <= 97) {
this.gotoAndStop(2);
}
if (_root.p1health <= 94) {
this.gotoAndStop(3);
}
if (_root.p1health <= 90) {
this.gotoAndStop(4);
}
if (_root.p1health <= 87) {
this.gotoAndStop(5);
}
if (_root.p1health <= 84) {
this.gotoAndStop(6);
}
if (_root.p1health <= 80) {
this.gotoAndStop(7);
}
if (_root.p1health <= 77) {
this.gotoAndStop(8);
}
if (_root.p1health <= 74) {
this.gotoAndStop(9);
}
if (_root.p1health <= 70) {
this.gotoAndStop(10);
}
if (_root.p1health <= 67) {
this.gotoAndStop(11);
}
if (_root.p1health <= 64) {
this.gotoAndStop(12);
}
if (_root.p1health <= 60) {
this.gotoAndStop(13);
}
if (_root.p1health <= 57) {
this.gotoAndStop(14);
}
if (_root.p1health <= 54) {
this.gotoAndStop(15);
}
if (_root.p1health <= 50) {
this.gotoAndStop(16);
}
if (_root.p1health <= 47) {
this.gotoAndStop(17);
}
if (_root.p1health <= 44) {
this.gotoAndStop(18);
}
if (_root.p1health <= 40) {
this.gotoAndStop(19);
}
if (_root.p1health <= 37) {
this.gotoAndStop(20);
}
if (_root.p1health <= 34) {
this.gotoAndStop(21);
}
if (_root.p1health <= 30) {
this.gotoAndStop(22);
}
if (_root.p1health <= 27) {
this.gotoAndStop(23);
}
if (_root.p1health <= 24) {
this.gotoAndStop(24);
}
if (_root.p1health <= 20) {
this.gotoAndStop(25);
}
if (_root.p1health <= 17) {
this.gotoAndStop(26);
}
if (_root.p1health <= 14) {
this.gotoAndStop(27);
}
if (_root.p1health <= 11) {
this.gotoAndStop(28);
}
if (_root.p1health <= 8) {
this.gotoAndStop(29);
}
if (_root.p1health <= 6) {
this.gotoAndStop(30);
}
if (_root.p1health <= 3) {
this.gotoAndStop(31);
}
if (_root.p1health <= 1) {
this.gotoAndStop(32);
}
if (_root.p1health <= 0) {
this.gotoAndStop(33);
_root.p2wins.play();
_root.p1health = 100;
_root.p2health = 100;
}
if (_root.p1health >= 101) {
_root.p1health = 100;
}
}
Instance of Symbol 634 MovieClip in Frame 137
onClipEvent (enterFrame) {
if (_root.p2health <= 100) {
this.gotoAndStop(1);
}
if (_root.p2health <= 97) {
this.gotoAndStop(2);
}
if (_root.p2health <= 94) {
this.gotoAndStop(3);
}
if (_root.p2health <= 90) {
this.gotoAndStop(4);
}
if (_root.p2health <= 87) {
this.gotoAndStop(5);
}
if (_root.p2health <= 84) {
this.gotoAndStop(6);
}
if (_root.p2health <= 80) {
this.gotoAndStop(7);
}
if (_root.p2health <= 77) {
this.gotoAndStop(8);
}
if (_root.p2health <= 74) {
this.gotoAndStop(9);
}
if (_root.p2health <= 70) {
this.gotoAndStop(10);
}
if (_root.p2health <= 67) {
this.gotoAndStop(11);
}
if (_root.p2health <= 64) {
this.gotoAndStop(12);
}
if (_root.p2health <= 60) {
this.gotoAndStop(13);
}
if (_root.p2health <= 57) {
this.gotoAndStop(14);
}
if (_root.p2health <= 54) {
this.gotoAndStop(15);
}
if (_root.p2health <= 50) {
this.gotoAndStop(16);
}
if (_root.p2health <= 47) {
this.gotoAndStop(17);
}
if (_root.p2health <= 44) {
this.gotoAndStop(18);
}
if (_root.p2health <= 40) {
this.gotoAndStop(19);
}
if (_root.p2health <= 37) {
this.gotoAndStop(20);
}
if (_root.p2health <= 34) {
this.gotoAndStop(21);
}
if (_root.p2health <= 30) {
this.gotoAndStop(22);
}
if (_root.p2health <= 27) {
this.gotoAndStop(23);
}
if (_root.p2health <= 24) {
this.gotoAndStop(24);
}
if (_root.p2health <= 20) {
this.gotoAndStop(25);
}
if (_root.p2health <= 17) {
this.gotoAndStop(26);
}
if (_root.p2health <= 14) {
this.gotoAndStop(27);
}
if (_root.p2health <= 11) {
this.gotoAndStop(28);
}
if (_root.p2health <= 8) {
this.gotoAndStop(29);
}
if (_root.p2health <= 6) {
this.gotoAndStop(30);
}
if (_root.p2health <= 3) {
this.gotoAndStop(31);
}
if (_root.p2health <= 1) {
this.gotoAndStop(32);
}
if (_root.p2health <= 0) {
this.gotoAndStop(33);
_root.p1wins.play();
_root.p1health = 100;
_root.p2health = 100;
}
if (_root.p2health >= 101) {
_root.p2health = 100;
}
}
Instance of Symbol 647 MovieClip "p1wins" in Frame 137
onClipEvent (enterFrame) {
if (_root.p1win >= 2) {
_root.onevictory.gotoAndStop(2);
}
}
Instance of Symbol 648 MovieClip "p2wins" in Frame 137
onClipEvent (enterFrame) {
if (_root.p2win >= 2) {
_root.twovictory.gotoAndStop(2);
}
}
Frame 138
stop();
_root.p1health = 100;
_root.p2health = 100;
Frame 139
stop();
_root.p1health = 100;
_root.p2health = 100;
_root.boxhp = 10;
Frame 140
stop();
_root.p1health = 100;
_root.p2health = 100;
Frame 142
stop();
_root.p1health = 100;
_root.p2health = 100;
Instance of Symbol 419 MovieClip "boundleft" in Frame 142
onClipEvent (enterFrame) {
_root.boundleft;
if (hitTest(_root.p1)) {
_root.p1._x = _root.p1._x + 15;
}
_root.boundleft;
if (hitTest(_root.p2)) {
_root.p2._x = _root.p2._x + 15;
}
}
Instance of Symbol 419 MovieClip in Frame 142
onClipEvent (enterFrame) {
_root.boundright;
if (hitTest(_root.p1)) {
_root.p1._x = _root.p1._x - 15;
}
_root.boundright;
if (hitTest(_root.p2)) {
_root.p2._x = _root.p2._x - 15;
}
}
Instance of Symbol 1268 MovieClip "p1" in Frame 142
onClipEvent (enterFrame) {
if (Key.isDown(65)) {
this.gotoAndStop(2);
_xscale = -100;
_x = (_x - 15);
}
if (Key.isDown(68)) {
this.gotoAndStop(2);
_xscale = 100;
_x = (_x + 15);
}
if (Key.isDown(87) and (!jumping)) {
this.gotoAndStop(3);
vel_y = 12;
jumping = true;
}
if (jumping) {
vel_y = vel_y - 1;
if (vel_y <= -11) {
vel_y = -11;
jumping = false;
}
this._y = this._y - vel_y;
}
if (Key.isDown(65) && (Key.isDown(87))) {
this.gotoAndStop(3);
}
if (Key.isDown(68) && (Key.isDown(87))) {
this.gotoAndStop(3);
}
if (((((((((!Key.isDown(65)) and (!Key.isDown(68))) and (!Key.isDown(87))) and (!Key.isDown(70))) and (!Key.isDown(71))) and (!Key.isDown(72))) and (!Key.isDown(82))) and (!Key.isDown(84))) and (!Key.isDown(89))) {
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(70)) {
this.gotoAndStop(4);
}
if (Key.isDown(71)) {
this.gotoAndStop(5);
}
if (Key.isDown(82)) {
this.gotoAndStop(7);
}
if (Key.isDown(84)) {
this.gotoAndStop(8);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(72)) {
this.gotoAndStop(6);
}
if (Key.isDown(89)) {
this.gotoAndStop(9);
}
if (Key.isDown(83)) {
this.gotoAndStop(1);
}
}
Instance of Symbol 1020 MovieClip "p2" in Frame 142
onClipEvent (enterFrame) {
if (Key.isDown(37)) {
this.gotoAndStop(2);
_xscale = 100;
_x = (_x - 15);
}
if (Key.isDown(39)) {
this.gotoAndStop(2);
_xscale = -100;
_x = (_x + 15);
}
if (Key.isDown(38) and (!jumping)) {
this.gotoAndStop(3);
vel_y = 12;
jumping = true;
}
if (jumping) {
vel_y = vel_y - 1;
if (vel_y <= -11) {
vel_y = -11;
jumping = false;
}
this._y = this._y - vel_y;
}
if (Key.isDown(37) && (Key.isDown(38))) {
this.gotoAndStop(3);
}
if (Key.isDown(39) && (Key.isDown(38))) {
this.gotoAndStop(3);
}
if (((((((((!Key.isDown(37)) and (!Key.isDown(39))) and (!Key.isDown(38))) and (!Key.isDown(97))) and (!Key.isDown(98))) and (!Key.isDown(99))) and (!Key.isDown(100))) and (!Key.isDown(101))) and (!Key.isDown(102))) {
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(97)) {
this.gotoAndStop(4);
}
if (Key.isDown(98)) {
this.gotoAndStop(5);
}
if (Key.isDown(100)) {
this.gotoAndStop(7);
}
if (Key.isDown(101)) {
this.gotoAndStop(8);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(99)) {
this.gotoAndStop(6);
}
if (Key.isDown(102)) {
this.gotoAndStop(9);
}
if (Key.isDown(40)) {
this.gotoAndStop(1);
}
}
Instance of Symbol 634 MovieClip in Frame 142
onClipEvent (enterFrame) {
if (_root.p1health <= 100) {
this.gotoAndStop(1);
}
if (_root.p1health <= 97) {
this.gotoAndStop(2);
}
if (_root.p1health <= 94) {
this.gotoAndStop(3);
}
if (_root.p1health <= 90) {
this.gotoAndStop(4);
}
if (_root.p1health <= 87) {
this.gotoAndStop(5);
}
if (_root.p1health <= 84) {
this.gotoAndStop(6);
}
if (_root.p1health <= 80) {
this.gotoAndStop(7);
}
if (_root.p1health <= 77) {
this.gotoAndStop(8);
}
if (_root.p1health <= 74) {
this.gotoAndStop(9);
}
if (_root.p1health <= 70) {
this.gotoAndStop(10);
}
if (_root.p1health <= 67) {
this.gotoAndStop(11);
}
if (_root.p1health <= 64) {
this.gotoAndStop(12);
}
if (_root.p1health <= 60) {
this.gotoAndStop(13);
}
if (_root.p1health <= 57) {
this.gotoAndStop(14);
}
if (_root.p1health <= 54) {
this.gotoAndStop(15);
}
if (_root.p1health <= 50) {
this.gotoAndStop(16);
}
if (_root.p1health <= 47) {
this.gotoAndStop(17);
}
if (_root.p1health <= 44) {
this.gotoAndStop(18);
}
if (_root.p1health <= 40) {
this.gotoAndStop(19);
}
if (_root.p1health <= 37) {
this.gotoAndStop(20);
}
if (_root.p1health <= 34) {
this.gotoAndStop(21);
}
if (_root.p1health <= 30) {
this.gotoAndStop(22);
}
if (_root.p1health <= 27) {
this.gotoAndStop(23);
}
if (_root.p1health <= 24) {
this.gotoAndStop(24);
}
if (_root.p1health <= 20) {
this.gotoAndStop(25);
}
if (_root.p1health <= 17) {
this.gotoAndStop(26);
}
if (_root.p1health <= 14) {
this.gotoAndStop(27);
}
if (_root.p1health <= 11) {
this.gotoAndStop(28);
}
if (_root.p1health <= 8) {
this.gotoAndStop(29);
}
if (_root.p1health <= 6) {
this.gotoAndStop(30);
}
if (_root.p1health <= 3) {
this.gotoAndStop(31);
}
if (_root.p1health <= 1) {
this.gotoAndStop(32);
}
if (_root.p1health <= 0) {
this.gotoAndStop(33);
_root.p2wins.play();
_root.p1health = 100;
_root.p2health = 100;
}
if (_root.p1health >= 101) {
_root.p1health = 100;
}
}
Instance of Symbol 634 MovieClip in Frame 142
onClipEvent (enterFrame) {
if (_root.p2health <= 100) {
this.gotoAndStop(1);
}
if (_root.p2health <= 97) {
this.gotoAndStop(2);
}
if (_root.p2health <= 94) {
this.gotoAndStop(3);
}
if (_root.p2health <= 90) {
this.gotoAndStop(4);
}
if (_root.p2health <= 87) {
this.gotoAndStop(5);
}
if (_root.p2health <= 84) {
this.gotoAndStop(6);
}
if (_root.p2health <= 80) {
this.gotoAndStop(7);
}
if (_root.p2health <= 77) {
this.gotoAndStop(8);
}
if (_root.p2health <= 74) {
this.gotoAndStop(9);
}
if (_root.p2health <= 70) {
this.gotoAndStop(10);
}
if (_root.p2health <= 67) {
this.gotoAndStop(11);
}
if (_root.p2health <= 64) {
this.gotoAndStop(12);
}
if (_root.p2health <= 60) {
this.gotoAndStop(13);
}
if (_root.p2health <= 57) {
this.gotoAndStop(14);
}
if (_root.p2health <= 54) {
this.gotoAndStop(15);
}
if (_root.p2health <= 50) {
this.gotoAndStop(16);
}
if (_root.p2health <= 47) {
this.gotoAndStop(17);
}
if (_root.p2health <= 44) {
this.gotoAndStop(18);
}
if (_root.p2health <= 40) {
this.gotoAndStop(19);
}
if (_root.p2health <= 37) {
this.gotoAndStop(20);
}
if (_root.p2health <= 34) {
this.gotoAndStop(21);
}
if (_root.p2health <= 30) {
this.gotoAndStop(22);
}
if (_root.p2health <= 27) {
this.gotoAndStop(23);
}
if (_root.p2health <= 24) {
this.gotoAndStop(24);
}
if (_root.p2health <= 20) {
this.gotoAndStop(25);
}
if (_root.p2health <= 17) {
this.gotoAndStop(26);
}
if (_root.p2health <= 14) {
this.gotoAndStop(27);
}
if (_root.p2health <= 11) {
this.gotoAndStop(28);
}
if (_root.p2health <= 8) {
this.gotoAndStop(29);
}
if (_root.p2health <= 6) {
this.gotoAndStop(30);
}
if (_root.p2health <= 3) {
this.gotoAndStop(31);
}
if (_root.p2health <= 1) {
this.gotoAndStop(32);
}
if (_root.p2health <= 0) {
this.gotoAndStop(33);
_root.p1wins.play();
_root.p1health = 100;
_root.p2health = 100;
}
if (_root.p2health >= 101) {
_root.p2health = 100;
}
}
Instance of Symbol 647 MovieClip "p1wins" in Frame 142
onClipEvent (enterFrame) {
if (_root.p1win >= 2) {
_root.onevictory.gotoAndStop(2);
}
}
Instance of Symbol 648 MovieClip "p2wins" in Frame 142
onClipEvent (enterFrame) {
if (_root.p2win >= 2) {
_root.twovictory.gotoAndStop(2);
}
}
Frame 143
stop();
_root.p1health = 100;
_root.p2health = 100;
Frame 144
stop();
_root.p1health = 100;
_root.p2health = 100;
_root.boxhp = 10;
Frame 145
stop();
_root.p1health = 100;
_root.p2health = 100;
Frame 147
stop();
_root.p1health = 100;
_root.p2health = 100;
Instance of Symbol 419 MovieClip "boundleft" in Frame 147
onClipEvent (enterFrame) {
_root.boundleft;
if (hitTest(_root.p1)) {
_root.p1._x = _root.p1._x + 15;
}
_root.boundleft;
if (hitTest(_root.p2)) {
_root.p2._x = _root.p2._x + 15;
}
}
Instance of Symbol 419 MovieClip in Frame 147
onClipEvent (enterFrame) {
_root.boundright;
if (hitTest(_root.p1)) {
_root.p1._x = _root.p1._x - 15;
}
_root.boundright;
if (hitTest(_root.p2)) {
_root.p2._x = _root.p2._x - 15;
}
}
Instance of Symbol 1268 MovieClip "p1" in Frame 147
onClipEvent (enterFrame) {
if (Key.isDown(65)) {
this.gotoAndStop(2);
_xscale = -100;
_x = (_x - 15);
}
if (Key.isDown(68)) {
this.gotoAndStop(2);
_xscale = 100;
_x = (_x + 15);
}
if (Key.isDown(87) and (!jumping)) {
this.gotoAndStop(3);
vel_y = 12;
jumping = true;
}
if (jumping) {
vel_y = vel_y - 1;
if (vel_y <= -11) {
vel_y = -11;
jumping = false;
}
this._y = this._y - vel_y;
}
if (Key.isDown(65) && (Key.isDown(87))) {
this.gotoAndStop(3);
}
if (Key.isDown(68) && (Key.isDown(87))) {
this.gotoAndStop(3);
}
if (((((((((!Key.isDown(65)) and (!Key.isDown(68))) and (!Key.isDown(87))) and (!Key.isDown(70))) and (!Key.isDown(71))) and (!Key.isDown(72))) and (!Key.isDown(82))) and (!Key.isDown(84))) and (!Key.isDown(89))) {
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(70)) {
this.gotoAndStop(4);
}
if (Key.isDown(71)) {
this.gotoAndStop(5);
}
if (Key.isDown(82)) {
this.gotoAndStop(7);
}
if (Key.isDown(84)) {
this.gotoAndStop(8);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(72)) {
this.gotoAndStop(6);
}
if (Key.isDown(89)) {
this.gotoAndStop(9);
}
if (Key.isDown(83)) {
this.gotoAndStop(1);
}
}
Instance of Symbol 1127 MovieClip "p2" in Frame 147
onClipEvent (enterFrame) {
if (Key.isDown(37)) {
this.gotoAndStop(2);
_xscale = 100;
_x = (_x - 15);
}
if (Key.isDown(39)) {
this.gotoAndStop(2);
_xscale = -100;
_x = (_x + 15);
}
if (Key.isDown(38) and (!jumping)) {
this.gotoAndStop(3);
vel_y = 12;
jumping = true;
}
if (jumping) {
vel_y = vel_y - 1;
if (vel_y <= -11) {
vel_y = -11;
jumping = false;
}
this._y = this._y - vel_y;
}
if (Key.isDown(37) && (Key.isDown(38))) {
this.gotoAndStop(3);
}
if (Key.isDown(39) && (Key.isDown(38))) {
this.gotoAndStop(3);
}
if (((((((((!Key.isDown(37)) and (!Key.isDown(39))) and (!Key.isDown(38))) and (!Key.isDown(97))) and (!Key.isDown(98))) and (!Key.isDown(99))) and (!Key.isDown(100))) and (!Key.isDown(101))) and (!Key.isDown(102))) {
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(97)) {
this.gotoAndStop(4);
}
if (Key.isDown(98)) {
this.gotoAndStop(5);
}
if (Key.isDown(100)) {
this.gotoAndStop(7);
}
if (Key.isDown(101)) {
this.gotoAndStop(8);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(99)) {
this.gotoAndStop(6);
}
if (Key.isDown(102)) {
this.gotoAndStop(9);
}
if (Key.isDown(40)) {
this.gotoAndStop(1);
}
}
Instance of Symbol 634 MovieClip in Frame 147
onClipEvent (enterFrame) {
if (_root.p1health <= 100) {
this.gotoAndStop(1);
}
if (_root.p1health <= 97) {
this.gotoAndStop(2);
}
if (_root.p1health <= 94) {
this.gotoAndStop(3);
}
if (_root.p1health <= 90) {
this.gotoAndStop(4);
}
if (_root.p1health <= 87) {
this.gotoAndStop(5);
}
if (_root.p1health <= 84) {
this.gotoAndStop(6);
}
if (_root.p1health <= 80) {
this.gotoAndStop(7);
}
if (_root.p1health <= 77) {
this.gotoAndStop(8);
}
if (_root.p1health <= 74) {
this.gotoAndStop(9);
}
if (_root.p1health <= 70) {
this.gotoAndStop(10);
}
if (_root.p1health <= 67) {
this.gotoAndStop(11);
}
if (_root.p1health <= 64) {
this.gotoAndStop(12);
}
if (_root.p1health <= 60) {
this.gotoAndStop(13);
}
if (_root.p1health <= 57) {
this.gotoAndStop(14);
}
if (_root.p1health <= 54) {
this.gotoAndStop(15);
}
if (_root.p1health <= 50) {
this.gotoAndStop(16);
}
if (_root.p1health <= 47) {
this.gotoAndStop(17);
}
if (_root.p1health <= 44) {
this.gotoAndStop(18);
}
if (_root.p1health <= 40) {
this.gotoAndStop(19);
}
if (_root.p1health <= 37) {
this.gotoAndStop(20);
}
if (_root.p1health <= 34) {
this.gotoAndStop(21);
}
if (_root.p1health <= 30) {
this.gotoAndStop(22);
}
if (_root.p1health <= 27) {
this.gotoAndStop(23);
}
if (_root.p1health <= 24) {
this.gotoAndStop(24);
}
if (_root.p1health <= 20) {
this.gotoAndStop(25);
}
if (_root.p1health <= 17) {
this.gotoAndStop(26);
}
if (_root.p1health <= 14) {
this.gotoAndStop(27);
}
if (_root.p1health <= 11) {
this.gotoAndStop(28);
}
if (_root.p1health <= 8) {
this.gotoAndStop(29);
}
if (_root.p1health <= 6) {
this.gotoAndStop(30);
}
if (_root.p1health <= 3) {
this.gotoAndStop(31);
}
if (_root.p1health <= 1) {
this.gotoAndStop(32);
}
if (_root.p1health <= 0) {
this.gotoAndStop(33);
_root.p2wins.play();
_root.p1health = 100;
_root.p2health = 100;
}
if (_root.p1health >= 101) {
_root.p1health = 100;
}
}
Instance of Symbol 634 MovieClip in Frame 147
onClipEvent (enterFrame) {
if (_root.p2health <= 100) {
this.gotoAndStop(1);
}
if (_root.p2health <= 97) {
this.gotoAndStop(2);
}
if (_root.p2health <= 94) {
this.gotoAndStop(3);
}
if (_root.p2health <= 90) {
this.gotoAndStop(4);
}
if (_root.p2health <= 87) {
this.gotoAndStop(5);
}
if (_root.p2health <= 84) {
this.gotoAndStop(6);
}
if (_root.p2health <= 80) {
this.gotoAndStop(7);
}
if (_root.p2health <= 77) {
this.gotoAndStop(8);
}
if (_root.p2health <= 74) {
this.gotoAndStop(9);
}
if (_root.p2health <= 70) {
this.gotoAndStop(10);
}
if (_root.p2health <= 67) {
this.gotoAndStop(11);
}
if (_root.p2health <= 64) {
this.gotoAndStop(12);
}
if (_root.p2health <= 60) {
this.gotoAndStop(13);
}
if (_root.p2health <= 57) {
this.gotoAndStop(14);
}
if (_root.p2health <= 54) {
this.gotoAndStop(15);
}
if (_root.p2health <= 50) {
this.gotoAndStop(16);
}
if (_root.p2health <= 47) {
this.gotoAndStop(17);
}
if (_root.p2health <= 44) {
this.gotoAndStop(18);
}
if (_root.p2health <= 40) {
this.gotoAndStop(19);
}
if (_root.p2health <= 37) {
this.gotoAndStop(20);
}
if (_root.p2health <= 34) {
this.gotoAndStop(21);
}
if (_root.p2health <= 30) {
this.gotoAndStop(22);
}
if (_root.p2health <= 27) {
this.gotoAndStop(23);
}
if (_root.p2health <= 24) {
this.gotoAndStop(24);
}
if (_root.p2health <= 20) {
this.gotoAndStop(25);
}
if (_root.p2health <= 17) {
this.gotoAndStop(26);
}
if (_root.p2health <= 14) {
this.gotoAndStop(27);
}
if (_root.p2health <= 11) {
this.gotoAndStop(28);
}
if (_root.p2health <= 8) {
this.gotoAndStop(29);
}
if (_root.p2health <= 6) {
this.gotoAndStop(30);
}
if (_root.p2health <= 3) {
this.gotoAndStop(31);
}
if (_root.p2health <= 1) {
this.gotoAndStop(32);
}
if (_root.p2health <= 0) {
this.gotoAndStop(33);
_root.p1wins.play();
_root.p1health = 100;
_root.p2health = 100;
}
if (_root.p2health >= 101) {
_root.p2health = 100;
}
}
Instance of Symbol 647 MovieClip "p1wins" in Frame 147
onClipEvent (enterFrame) {
if (_root.p1win >= 2) {
_root.onevictory.gotoAndStop(2);
}
}
Instance of Symbol 648 MovieClip "p2wins" in Frame 147
onClipEvent (enterFrame) {
if (_root.p2win >= 2) {
_root.twovictory.gotoAndStop(2);
}
}
Frame 148
stop();
_root.p1health = 100;
_root.p2health = 100;
Frame 149
stop();
_root.p1health = 100;
_root.p2health = 100;
_root.boxhp = 10;
Frame 150
stop();
_root.p1health = 100;
_root.p2health = 100;
Frame 153
stop();
_root.p1health = 100;
_root.p2health = 100;
Instance of Symbol 419 MovieClip "boundleft" in Frame 153
onClipEvent (enterFrame) {
_root.boundleft;
if (hitTest(_root.p1)) {
_root.p1._x = _root.p1._x + 15;
}
_root.boundleft;
if (hitTest(_root.p2)) {
_root.p2._x = _root.p2._x + 15;
}
}
Instance of Symbol 419 MovieClip in Frame 153
onClipEvent (enterFrame) {
_root.boundright;
if (hitTest(_root.p1)) {
_root.p1._x = _root.p1._x - 15;
}
_root.boundright;
if (hitTest(_root.p2)) {
_root.p2._x = _root.p2._x - 15;
}
}
Instance of Symbol 1356 MovieClip "p1" in Frame 153
onClipEvent (enterFrame) {
if (Key.isDown(65)) {
this.gotoAndStop(2);
_xscale = -100;
_x = (_x - 15);
}
if (Key.isDown(68)) {
this.gotoAndStop(2);
_xscale = 100;
_x = (_x + 15);
}
if (Key.isDown(87) and (!jumping)) {
this.gotoAndStop(3);
vel_y = 12;
jumping = true;
}
if (jumping) {
vel_y = vel_y - 1;
if (vel_y <= -11) {
vel_y = -11;
jumping = false;
}
this._y = this._y - vel_y;
}
if (Key.isDown(65) && (Key.isDown(87))) {
this.gotoAndStop(3);
}
if (Key.isDown(68) && (Key.isDown(87))) {
this.gotoAndStop(3);
}
if (((((((((!Key.isDown(65)) and (!Key.isDown(68))) and (!Key.isDown(87))) and (!Key.isDown(70))) and (!Key.isDown(71))) and (!Key.isDown(72))) and (!Key.isDown(82))) and (!Key.isDown(84))) and (!Key.isDown(89))) {
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(70)) {
this.gotoAndStop(4);
}
if (Key.isDown(71)) {
this.gotoAndStop(5);
}
if (Key.isDown(82)) {
this.gotoAndStop(7);
}
if (Key.isDown(84)) {
this.gotoAndStop(8);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(72)) {
this.gotoAndStop(6);
}
if (Key.isDown(89)) {
this.gotoAndStop(9);
}
if (Key.isDown(83)) {
this.gotoAndStop(1);
}
}
Instance of Symbol 1156 MovieClip "p2" in Frame 153
onClipEvent (enterFrame) {
if (Key.isDown(37)) {
this.gotoAndStop(2);
_xscale = 100;
_x = (_x - 15);
}
if (Key.isDown(39)) {
this.gotoAndStop(2);
_xscale = -100;
_x = (_x + 15);
}
if (Key.isDown(38) and (!jumping)) {
this.gotoAndStop(3);
vel_y = 12;
jumping = true;
}
if (jumping) {
vel_y = vel_y - 1;
if (vel_y <= -11) {
vel_y = -11;
jumping = false;
}
this._y = this._y - vel_y;
}
if (Key.isDown(37) && (Key.isDown(38))) {
this.gotoAndStop(3);
}
if (Key.isDown(39) && (Key.isDown(38))) {
this.gotoAndStop(3);
}
if (((((((((!Key.isDown(37)) and (!Key.isDown(39))) and (!Key.isDown(38))) and (!Key.isDown(97))) and (!Key.isDown(98))) and (!Key.isDown(99))) and (!Key.isDown(100))) and (!Key.isDown(101))) and (!Key.isDown(102))) {
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(97)) {
this.gotoAndStop(4);
}
if (Key.isDown(98)) {
this.gotoAndStop(5);
}
if (Key.isDown(100)) {
this.gotoAndStop(7);
}
if (Key.isDown(101)) {
this.gotoAndStop(8);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(99)) {
this.gotoAndStop(6);
}
if (Key.isDown(102)) {
this.gotoAndStop(9);
}
if (Key.isDown(40)) {
this.gotoAndStop(1);
}
}
Instance of Symbol 634 MovieClip in Frame 153
onClipEvent (enterFrame) {
if (_root.p1health <= 100) {
this.gotoAndStop(1);
}
if (_root.p1health <= 97) {
this.gotoAndStop(2);
}
if (_root.p1health <= 94) {
this.gotoAndStop(3);
}
if (_root.p1health <= 90) {
this.gotoAndStop(4);
}
if (_root.p1health <= 87) {
this.gotoAndStop(5);
}
if (_root.p1health <= 84) {
this.gotoAndStop(6);
}
if (_root.p1health <= 80) {
this.gotoAndStop(7);
}
if (_root.p1health <= 77) {
this.gotoAndStop(8);
}
if (_root.p1health <= 74) {
this.gotoAndStop(9);
}
if (_root.p1health <= 70) {
this.gotoAndStop(10);
}
if (_root.p1health <= 67) {
this.gotoAndStop(11);
}
if (_root.p1health <= 64) {
this.gotoAndStop(12);
}
if (_root.p1health <= 60) {
this.gotoAndStop(13);
}
if (_root.p1health <= 57) {
this.gotoAndStop(14);
}
if (_root.p1health <= 54) {
this.gotoAndStop(15);
}
if (_root.p1health <= 50) {
this.gotoAndStop(16);
}
if (_root.p1health <= 47) {
this.gotoAndStop(17);
}
if (_root.p1health <= 44) {
this.gotoAndStop(18);
}
if (_root.p1health <= 40) {
this.gotoAndStop(19);
}
if (_root.p1health <= 37) {
this.gotoAndStop(20);
}
if (_root.p1health <= 34) {
this.gotoAndStop(21);
}
if (_root.p1health <= 30) {
this.gotoAndStop(22);
}
if (_root.p1health <= 27) {
this.gotoAndStop(23);
}
if (_root.p1health <= 24) {
this.gotoAndStop(24);
}
if (_root.p1health <= 20) {
this.gotoAndStop(25);
}
if (_root.p1health <= 17) {
this.gotoAndStop(26);
}
if (_root.p1health <= 14) {
this.gotoAndStop(27);
}
if (_root.p1health <= 11) {
this.gotoAndStop(28);
}
if (_root.p1health <= 8) {
this.gotoAndStop(29);
}
if (_root.p1health <= 6) {
this.gotoAndStop(30);
}
if (_root.p1health <= 3) {
this.gotoAndStop(31);
}
if (_root.p1health <= 1) {
this.gotoAndStop(32);
}
if (_root.p1health <= 0) {
this.gotoAndStop(33);
_root.p2wins.play();
_root.p1health = 100;
_root.p2health = 100;
}
if (_root.p1health >= 101) {
_root.p1health = 100;
}
}
Instance of Symbol 634 MovieClip in Frame 153
onClipEvent (enterFrame) {
if (_root.p2health <= 100) {
this.gotoAndStop(1);
}
if (_root.p2health <= 97) {
this.gotoAndStop(2);
}
if (_root.p2health <= 94) {
this.gotoAndStop(3);
}
if (_root.p2health <= 90) {
this.gotoAndStop(4);
}
if (_root.p2health <= 87) {
this.gotoAndStop(5);
}
if (_root.p2health <= 84) {
this.gotoAndStop(6);
}
if (_root.p2health <= 80) {
this.gotoAndStop(7);
}
if (_root.p2health <= 77) {
this.gotoAndStop(8);
}
if (_root.p2health <= 74) {
this.gotoAndStop(9);
}
if (_root.p2health <= 70) {
this.gotoAndStop(10);
}
if (_root.p2health <= 67) {
this.gotoAndStop(11);
}
if (_root.p2health <= 64) {
this.gotoAndStop(12);
}
if (_root.p2health <= 60) {
this.gotoAndStop(13);
}
if (_root.p2health <= 57) {
this.gotoAndStop(14);
}
if (_root.p2health <= 54) {
this.gotoAndStop(15);
}
if (_root.p2health <= 50) {
this.gotoAndStop(16);
}
if (_root.p2health <= 47) {
this.gotoAndStop(17);
}
if (_root.p2health <= 44) {
this.gotoAndStop(18);
}
if (_root.p2health <= 40) {
this.gotoAndStop(19);
}
if (_root.p2health <= 37) {
this.gotoAndStop(20);
}
if (_root.p2health <= 34) {
this.gotoAndStop(21);
}
if (_root.p2health <= 30) {
this.gotoAndStop(22);
}
if (_root.p2health <= 27) {
this.gotoAndStop(23);
}
if (_root.p2health <= 24) {
this.gotoAndStop(24);
}
if (_root.p2health <= 20) {
this.gotoAndStop(25);
}
if (_root.p2health <= 17) {
this.gotoAndStop(26);
}
if (_root.p2health <= 14) {
this.gotoAndStop(27);
}
if (_root.p2health <= 11) {
this.gotoAndStop(28);
}
if (_root.p2health <= 8) {
this.gotoAndStop(29);
}
if (_root.p2health <= 6) {
this.gotoAndStop(30);
}
if (_root.p2health <= 3) {
this.gotoAndStop(31);
}
if (_root.p2health <= 1) {
this.gotoAndStop(32);
}
if (_root.p2health <= 0) {
this.gotoAndStop(33);
_root.p1wins.play();
_root.p1health = 100;
_root.p2health = 100;
}
if (_root.p2health >= 101) {
_root.p2health = 100;
}
}
Instance of Symbol 647 MovieClip "p1wins" in Frame 153
onClipEvent (enterFrame) {
if (_root.p1win >= 2) {
_root.onevictory.gotoAndStop(2);
}
}
Instance of Symbol 648 MovieClip "p2wins" in Frame 153
onClipEvent (enterFrame) {
if (_root.p2win >= 2) {
_root.twovictory.gotoAndStop(2);
}
}
Frame 154
stop();
_root.p1health = 100;
_root.p2health = 100;
Frame 155
stop();
_root.p1health = 100;
_root.p2health = 100;
_root.boxhp = 10;
Frame 156
stop();
_root.p1health = 100;
_root.p2health = 100;
Frame 158
stop();
_root.p1health = 100;
_root.p2health = 100;
Instance of Symbol 419 MovieClip "boundleft" in Frame 158
onClipEvent (enterFrame) {
_root.boundleft;
if (hitTest(_root.p1)) {
_root.p1._x = _root.p1._x + 15;
}
_root.boundleft;
if (hitTest(_root.p2)) {
_root.p2._x = _root.p2._x + 15;
}
}
Instance of Symbol 419 MovieClip in Frame 158
onClipEvent (enterFrame) {
_root.boundright;
if (hitTest(_root.p1)) {
_root.p1._x = _root.p1._x - 15;
}
_root.boundright;
if (hitTest(_root.p2)) {
_root.p2._x = _root.p2._x - 15;
}
}
Instance of Symbol 1356 MovieClip "p1" in Frame 158
onClipEvent (enterFrame) {
if (Key.isDown(65)) {
this.gotoAndStop(2);
_xscale = -100;
_x = (_x - 15);
}
if (Key.isDown(68)) {
this.gotoAndStop(2);
_xscale = 100;
_x = (_x + 15);
}
if (Key.isDown(87) and (!jumping)) {
this.gotoAndStop(3);
vel_y = 12;
jumping = true;
}
if (jumping) {
vel_y = vel_y - 1;
if (vel_y <= -11) {
vel_y = -11;
jumping = false;
}
this._y = this._y - vel_y;
}
if (Key.isDown(65) && (Key.isDown(87))) {
this.gotoAndStop(3);
}
if (Key.isDown(68) && (Key.isDown(87))) {
this.gotoAndStop(3);
}
if (((((((((!Key.isDown(65)) and (!Key.isDown(68))) and (!Key.isDown(87))) and (!Key.isDown(70))) and (!Key.isDown(71))) and (!Key.isDown(72))) and (!Key.isDown(82))) and (!Key.isDown(84))) and (!Key.isDown(89))) {
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(70)) {
this.gotoAndStop(4);
}
if (Key.isDown(71)) {
this.gotoAndStop(5);
}
if (Key.isDown(82)) {
this.gotoAndStop(7);
}
if (Key.isDown(84)) {
this.gotoAndStop(8);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(72)) {
this.gotoAndStop(6);
}
if (Key.isDown(89)) {
this.gotoAndStop(9);
}
if (Key.isDown(83)) {
this.gotoAndStop(1);
}
}
Instance of Symbol 513 MovieClip "p2" in Frame 158
onClipEvent (enterFrame) {
if (Key.isDown(37)) {
this.gotoAndStop(2);
_xscale = 100;
_x = (_x - 15);
}
if (Key.isDown(39)) {
this.gotoAndStop(2);
_xscale = -100;
_x = (_x + 15);
}
if (Key.isDown(38) and (!jumping)) {
this.gotoAndStop(3);
vel_y = 12;
jumping = true;
}
if (jumping) {
vel_y = vel_y - 1;
if (vel_y <= -11) {
vel_y = -11;
jumping = false;
}
this._y = this._y - vel_y;
}
if (Key.isDown(37) && (Key.isDown(38))) {
this.gotoAndStop(3);
}
if (Key.isDown(39) && (Key.isDown(38))) {
this.gotoAndStop(3);
}
if (((((((((!Key.isDown(37)) and (!Key.isDown(39))) and (!Key.isDown(38))) and (!Key.isDown(97))) and (!Key.isDown(98))) and (!Key.isDown(99))) and (!Key.isDown(100))) and (!Key.isDown(101))) and (!Key.isDown(102))) {
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(97)) {
this.gotoAndStop(4);
}
if (Key.isDown(98)) {
this.gotoAndStop(5);
}
if (Key.isDown(100)) {
this.gotoAndStop(7);
}
if (Key.isDown(101)) {
this.gotoAndStop(8);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(99)) {
this.gotoAndStop(6);
}
if (Key.isDown(102)) {
this.gotoAndStop(9);
}
if (Key.isDown(40)) {
this.gotoAndStop(1);
}
}
Instance of Symbol 634 MovieClip in Frame 158
onClipEvent (enterFrame) {
if (_root.p1health <= 100) {
this.gotoAndStop(1);
}
if (_root.p1health <= 97) {
this.gotoAndStop(2);
}
if (_root.p1health <= 94) {
this.gotoAndStop(3);
}
if (_root.p1health <= 90) {
this.gotoAndStop(4);
}
if (_root.p1health <= 87) {
this.gotoAndStop(5);
}
if (_root.p1health <= 84) {
this.gotoAndStop(6);
}
if (_root.p1health <= 80) {
this.gotoAndStop(7);
}
if (_root.p1health <= 77) {
this.gotoAndStop(8);
}
if (_root.p1health <= 74) {
this.gotoAndStop(9);
}
if (_root.p1health <= 70) {
this.gotoAndStop(10);
}
if (_root.p1health <= 67) {
this.gotoAndStop(11);
}
if (_root.p1health <= 64) {
this.gotoAndStop(12);
}
if (_root.p1health <= 60) {
this.gotoAndStop(13);
}
if (_root.p1health <= 57) {
this.gotoAndStop(14);
}
if (_root.p1health <= 54) {
this.gotoAndStop(15);
}
if (_root.p1health <= 50) {
this.gotoAndStop(16);
}
if (_root.p1health <= 47) {
this.gotoAndStop(17);
}
if (_root.p1health <= 44) {
this.gotoAndStop(18);
}
if (_root.p1health <= 40) {
this.gotoAndStop(19);
}
if (_root.p1health <= 37) {
this.gotoAndStop(20);
}
if (_root.p1health <= 34) {
this.gotoAndStop(21);
}
if (_root.p1health <= 30) {
this.gotoAndStop(22);
}
if (_root.p1health <= 27) {
this.gotoAndStop(23);
}
if (_root.p1health <= 24) {
this.gotoAndStop(24);
}
if (_root.p1health <= 20) {
this.gotoAndStop(25);
}
if (_root.p1health <= 17) {
this.gotoAndStop(26);
}
if (_root.p1health <= 14) {
this.gotoAndStop(27);
}
if (_root.p1health <= 11) {
this.gotoAndStop(28);
}
if (_root.p1health <= 8) {
this.gotoAndStop(29);
}
if (_root.p1health <= 6) {
this.gotoAndStop(30);
}
if (_root.p1health <= 3) {
this.gotoAndStop(31);
}
if (_root.p1health <= 1) {
this.gotoAndStop(32);
}
if (_root.p1health <= 0) {
this.gotoAndStop(33);
_root.p2wins.play();
_root.p1health = 100;
_root.p2health = 100;
}
if (_root.p1health >= 101) {
_root.p1health = 100;
}
}
Instance of Symbol 634 MovieClip in Frame 158
onClipEvent (enterFrame) {
if (_root.p2health <= 100) {
this.gotoAndStop(1);
}
if (_root.p2health <= 97) {
this.gotoAndStop(2);
}
if (_root.p2health <= 94) {
this.gotoAndStop(3);
}
if (_root.p2health <= 90) {
this.gotoAndStop(4);
}
if (_root.p2health <= 87) {
this.gotoAndStop(5);
}
if (_root.p2health <= 84) {
this.gotoAndStop(6);
}
if (_root.p2health <= 80) {
this.gotoAndStop(7);
}
if (_root.p2health <= 77) {
this.gotoAndStop(8);
}
if (_root.p2health <= 74) {
this.gotoAndStop(9);
}
if (_root.p2health <= 70) {
this.gotoAndStop(10);
}
if (_root.p2health <= 67) {
this.gotoAndStop(11);
}
if (_root.p2health <= 64) {
this.gotoAndStop(12);
}
if (_root.p2health <= 60) {
this.gotoAndStop(13);
}
if (_root.p2health <= 57) {
this.gotoAndStop(14);
}
if (_root.p2health <= 54) {
this.gotoAndStop(15);
}
if (_root.p2health <= 50) {
this.gotoAndStop(16);
}
if (_root.p2health <= 47) {
this.gotoAndStop(17);
}
if (_root.p2health <= 44) {
this.gotoAndStop(18);
}
if (_root.p2health <= 40) {
this.gotoAndStop(19);
}
if (_root.p2health <= 37) {
this.gotoAndStop(20);
}
if (_root.p2health <= 34) {
this.gotoAndStop(21);
}
if (_root.p2health <= 30) {
this.gotoAndStop(22);
}
if (_root.p2health <= 27) {
this.gotoAndStop(23);
}
if (_root.p2health <= 24) {
this.gotoAndStop(24);
}
if (_root.p2health <= 20) {
this.gotoAndStop(25);
}
if (_root.p2health <= 17) {
this.gotoAndStop(26);
}
if (_root.p2health <= 14) {
this.gotoAndStop(27);
}
if (_root.p2health <= 11) {
this.gotoAndStop(28);
}
if (_root.p2health <= 8) {
this.gotoAndStop(29);
}
if (_root.p2health <= 6) {
this.gotoAndStop(30);
}
if (_root.p2health <= 3) {
this.gotoAndStop(31);
}
if (_root.p2health <= 1) {
this.gotoAndStop(32);
}
if (_root.p2health <= 0) {
this.gotoAndStop(33);
_root.p1wins.play();
_root.p1health = 100;
_root.p2health = 100;
}
if (_root.p2health >= 101) {
_root.p2health = 100;
}
}
Instance of Symbol 647 MovieClip "p1wins" in Frame 158
onClipEvent (enterFrame) {
if (_root.p1win >= 2) {
_root.onevictory.gotoAndStop(2);
}
}
Instance of Symbol 648 MovieClip "p2wins" in Frame 158
onClipEvent (enterFrame) {
if (_root.p2win >= 2) {
_root.twovictory.gotoAndStop(2);
}
}
Frame 159
stop();
_root.p1health = 100;
_root.p2health = 100;
Frame 160
stop();
_root.p1health = 100;
_root.p2health = 100;
_root.boxhp = 10;
Frame 161
stop();
_root.p1health = 100;
_root.p2health = 100;
Frame 163
stop();
_root.p1health = 100;
_root.p2health = 100;
Instance of Symbol 419 MovieClip "boundleft" in Frame 163
onClipEvent (enterFrame) {
_root.boundleft;
if (hitTest(_root.p1)) {
_root.p1._x = _root.p1._x + 15;
}
_root.boundleft;
if (hitTest(_root.p2)) {
_root.p2._x = _root.p2._x + 15;
}
}
Instance of Symbol 419 MovieClip in Frame 163
onClipEvent (enterFrame) {
_root.boundright;
if (hitTest(_root.p1)) {
_root.p1._x = _root.p1._x - 15;
}
_root.boundright;
if (hitTest(_root.p2)) {
_root.p2._x = _root.p2._x - 15;
}
}
Instance of Symbol 819 MovieClip "p2" in Frame 163
onClipEvent (enterFrame) {
if (Key.isDown(37)) {
this.gotoAndStop(2);
_xscale = 100;
_x = (_x - 15);
}
if (Key.isDown(39)) {
this.gotoAndStop(2);
_xscale = -100;
_x = (_x + 15);
}
if (Key.isDown(38) and (!jumping)) {
this.gotoAndStop(3);
vel_y = 12;
jumping = true;
}
if (jumping) {
vel_y = vel_y - 1;
if (vel_y <= -11) {
vel_y = -11;
jumping = false;
}
this._y = this._y - vel_y;
}
if (Key.isDown(37) && (Key.isDown(38))) {
this.gotoAndStop(3);
}
if (Key.isDown(39) && (Key.isDown(38))) {
this.gotoAndStop(3);
}
if (((((((((!Key.isDown(37)) and (!Key.isDown(39))) and (!Key.isDown(38))) and (!Key.isDown(97))) and (!Key.isDown(98))) and (!Key.isDown(99))) and (!Key.isDown(100))) and (!Key.isDown(101))) and (!Key.isDown(102))) {
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(97)) {
this.gotoAndStop(4);
}
if (Key.isDown(98)) {
this.gotoAndStop(5);
}
if (Key.isDown(100)) {
this.gotoAndStop(7);
}
if (Key.isDown(101)) {
this.gotoAndStop(8);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(99)) {
this.gotoAndStop(6);
}
if (Key.isDown(102)) {
this.gotoAndStop(9);
}
if (Key.isDown(40)) {
this.gotoAndStop(1);
}
}
Instance of Symbol 1356 MovieClip "p1" in Frame 163
onClipEvent (enterFrame) {
if (Key.isDown(65)) {
this.gotoAndStop(2);
_xscale = -100;
_x = (_x - 15);
}
if (Key.isDown(68)) {
this.gotoAndStop(2);
_xscale = 100;
_x = (_x + 15);
}
if (Key.isDown(87) and (!jumping)) {
this.gotoAndStop(3);
vel_y = 12;
jumping = true;
}
if (jumping) {
vel_y = vel_y - 1;
if (vel_y <= -11) {
vel_y = -11;
jumping = false;
}
this._y = this._y - vel_y;
}
if (Key.isDown(65) && (Key.isDown(87))) {
this.gotoAndStop(3);
}
if (Key.isDown(68) && (Key.isDown(87))) {
this.gotoAndStop(3);
}
if (((((((((!Key.isDown(65)) and (!Key.isDown(68))) and (!Key.isDown(87))) and (!Key.isDown(70))) and (!Key.isDown(71))) and (!Key.isDown(72))) and (!Key.isDown(82))) and (!Key.isDown(84))) and (!Key.isDown(89))) {
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(70)) {
this.gotoAndStop(4);
}
if (Key.isDown(71)) {
this.gotoAndStop(5);
}
if (Key.isDown(82)) {
this.gotoAndStop(7);
}
if (Key.isDown(84)) {
this.gotoAndStop(8);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(72)) {
this.gotoAndStop(6);
}
if (Key.isDown(89)) {
this.gotoAndStop(9);
}
if (Key.isDown(83)) {
this.gotoAndStop(1);
}
}
Instance of Symbol 634 MovieClip in Frame 163
onClipEvent (enterFrame) {
if (_root.p1health <= 100) {
this.gotoAndStop(1);
}
if (_root.p1health <= 97) {
this.gotoAndStop(2);
}
if (_root.p1health <= 94) {
this.gotoAndStop(3);
}
if (_root.p1health <= 90) {
this.gotoAndStop(4);
}
if (_root.p1health <= 87) {
this.gotoAndStop(5);
}
if (_root.p1health <= 84) {
this.gotoAndStop(6);
}
if (_root.p1health <= 80) {
this.gotoAndStop(7);
}
if (_root.p1health <= 77) {
this.gotoAndStop(8);
}
if (_root.p1health <= 74) {
this.gotoAndStop(9);
}
if (_root.p1health <= 70) {
this.gotoAndStop(10);
}
if (_root.p1health <= 67) {
this.gotoAndStop(11);
}
if (_root.p1health <= 64) {
this.gotoAndStop(12);
}
if (_root.p1health <= 60) {
this.gotoAndStop(13);
}
if (_root.p1health <= 57) {
this.gotoAndStop(14);
}
if (_root.p1health <= 54) {
this.gotoAndStop(15);
}
if (_root.p1health <= 50) {
this.gotoAndStop(16);
}
if (_root.p1health <= 47) {
this.gotoAndStop(17);
}
if (_root.p1health <= 44) {
this.gotoAndStop(18);
}
if (_root.p1health <= 40) {
this.gotoAndStop(19);
}
if (_root.p1health <= 37) {
this.gotoAndStop(20);
}
if (_root.p1health <= 34) {
this.gotoAndStop(21);
}
if (_root.p1health <= 30) {
this.gotoAndStop(22);
}
if (_root.p1health <= 27) {
this.gotoAndStop(23);
}
if (_root.p1health <= 24) {
this.gotoAndStop(24);
}
if (_root.p1health <= 20) {
this.gotoAndStop(25);
}
if (_root.p1health <= 17) {
this.gotoAndStop(26);
}
if (_root.p1health <= 14) {
this.gotoAndStop(27);
}
if (_root.p1health <= 11) {
this.gotoAndStop(28);
}
if (_root.p1health <= 8) {
this.gotoAndStop(29);
}
if (_root.p1health <= 6) {
this.gotoAndStop(30);
}
if (_root.p1health <= 3) {
this.gotoAndStop(31);
}
if (_root.p1health <= 1) {
this.gotoAndStop(32);
}
if (_root.p1health <= 0) {
this.gotoAndStop(33);
_root.p2wins.play();
_root.p1health = 100;
_root.p2health = 100;
}
if (_root.p1health >= 101) {
_root.p1health = 100;
}
}
Instance of Symbol 634 MovieClip in Frame 163
onClipEvent (enterFrame) {
if (_root.p2health <= 100) {
this.gotoAndStop(1);
}
if (_root.p2health <= 97) {
this.gotoAndStop(2);
}
if (_root.p2health <= 94) {
this.gotoAndStop(3);
}
if (_root.p2health <= 90) {
this.gotoAndStop(4);
}
if (_root.p2health <= 87) {
this.gotoAndStop(5);
}
if (_root.p2health <= 84) {
this.gotoAndStop(6);
}
if (_root.p2health <= 80) {
this.gotoAndStop(7);
}
if (_root.p2health <= 77) {
this.gotoAndStop(8);
}
if (_root.p2health <= 74) {
this.gotoAndStop(9);
}
if (_root.p2health <= 70) {
this.gotoAndStop(10);
}
if (_root.p2health <= 67) {
this.gotoAndStop(11);
}
if (_root.p2health <= 64) {
this.gotoAndStop(12);
}
if (_root.p2health <= 60) {
this.gotoAndStop(13);
}
if (_root.p2health <= 57) {
this.gotoAndStop(14);
}
if (_root.p2health <= 54) {
this.gotoAndStop(15);
}
if (_root.p2health <= 50) {
this.gotoAndStop(16);
}
if (_root.p2health <= 47) {
this.gotoAndStop(17);
}
if (_root.p2health <= 44) {
this.gotoAndStop(18);
}
if (_root.p2health <= 40) {
this.gotoAndStop(19);
}
if (_root.p2health <= 37) {
this.gotoAndStop(20);
}
if (_root.p2health <= 34) {
this.gotoAndStop(21);
}
if (_root.p2health <= 30) {
this.gotoAndStop(22);
}
if (_root.p2health <= 27) {
this.gotoAndStop(23);
}
if (_root.p2health <= 24) {
this.gotoAndStop(24);
}
if (_root.p2health <= 20) {
this.gotoAndStop(25);
}
if (_root.p2health <= 17) {
this.gotoAndStop(26);
}
if (_root.p2health <= 14) {
this.gotoAndStop(27);
}
if (_root.p2health <= 11) {
this.gotoAndStop(28);
}
if (_root.p2health <= 8) {
this.gotoAndStop(29);
}
if (_root.p2health <= 6) {
this.gotoAndStop(30);
}
if (_root.p2health <= 3) {
this.gotoAndStop(31);
}
if (_root.p2health <= 1) {
this.gotoAndStop(32);
}
if (_root.p2health <= 0) {
this.gotoAndStop(33);
_root.p1wins.play();
_root.p1health = 100;
_root.p2health = 100;
}
if (_root.p2health >= 101) {
_root.p2health = 100;
}
}
Instance of Symbol 647 MovieClip "p1wins" in Frame 163
onClipEvent (enterFrame) {
if (_root.p1win >= 2) {
_root.onevictory.gotoAndStop(2);
}
}
Instance of Symbol 648 MovieClip "p2wins" in Frame 163
onClipEvent (enterFrame) {
if (_root.p2win >= 2) {
_root.twovictory.gotoAndStop(2);
}
}
Frame 164
stop();
_root.p1health = 100;
_root.p2health = 100;
Frame 165
stop();
_root.p1health = 100;
_root.p2health = 100;
_root.boxhp = 10;
Frame 166
stop();
_root.p1health = 100;
_root.p2health = 100;
Frame 168
stop();
_root.p1health = 100;
_root.p2health = 100;
Instance of Symbol 419 MovieClip "boundleft" in Frame 168
onClipEvent (enterFrame) {
_root.boundleft;
if (hitTest(_root.p1)) {
_root.p1._x = _root.p1._x + 15;
}
_root.boundleft;
if (hitTest(_root.p2)) {
_root.p2._x = _root.p2._x + 15;
}
}
Instance of Symbol 419 MovieClip in Frame 168
onClipEvent (enterFrame) {
_root.boundright;
if (hitTest(_root.p1)) {
_root.p1._x = _root.p1._x - 15;
}
_root.boundright;
if (hitTest(_root.p2)) {
_root.p2._x = _root.p2._x - 15;
}
}
Instance of Symbol 1356 MovieClip "p1" in Frame 168
onClipEvent (enterFrame) {
if (Key.isDown(65)) {
this.gotoAndStop(2);
_xscale = -100;
_x = (_x - 15);
}
if (Key.isDown(68)) {
this.gotoAndStop(2);
_xscale = 100;
_x = (_x + 15);
}
if (Key.isDown(87) and (!jumping)) {
this.gotoAndStop(3);
vel_y = 12;
jumping = true;
}
if (jumping) {
vel_y = vel_y - 1;
if (vel_y <= -11) {
vel_y = -11;
jumping = false;
}
this._y = this._y - vel_y;
}
if (Key.isDown(65) && (Key.isDown(87))) {
this.gotoAndStop(3);
}
if (Key.isDown(68) && (Key.isDown(87))) {
this.gotoAndStop(3);
}
if (((((((((!Key.isDown(65)) and (!Key.isDown(68))) and (!Key.isDown(87))) and (!Key.isDown(70))) and (!Key.isDown(71))) and (!Key.isDown(72))) and (!Key.isDown(82))) and (!Key.isDown(84))) and (!Key.isDown(89))) {
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(70)) {
this.gotoAndStop(4);
}
if (Key.isDown(71)) {
this.gotoAndStop(5);
}
if (Key.isDown(82)) {
this.gotoAndStop(7);
}
if (Key.isDown(84)) {
this.gotoAndStop(8);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(72)) {
this.gotoAndStop(6);
}
if (Key.isDown(89)) {
this.gotoAndStop(9);
}
if (Key.isDown(83)) {
this.gotoAndStop(1);
}
}
Instance of Symbol 1020 MovieClip "p2" in Frame 168
onClipEvent (enterFrame) {
if (Key.isDown(37)) {
this.gotoAndStop(2);
_xscale = 100;
_x = (_x - 15);
}
if (Key.isDown(39)) {
this.gotoAndStop(2);
_xscale = -100;
_x = (_x + 15);
}
if (Key.isDown(38) and (!jumping)) {
this.gotoAndStop(3);
vel_y = 12;
jumping = true;
}
if (jumping) {
vel_y = vel_y - 1;
if (vel_y <= -11) {
vel_y = -11;
jumping = false;
}
this._y = this._y - vel_y;
}
if (Key.isDown(37) && (Key.isDown(38))) {
this.gotoAndStop(3);
}
if (Key.isDown(39) && (Key.isDown(38))) {
this.gotoAndStop(3);
}
if (((((((((!Key.isDown(37)) and (!Key.isDown(39))) and (!Key.isDown(38))) and (!Key.isDown(97))) and (!Key.isDown(98))) and (!Key.isDown(99))) and (!Key.isDown(100))) and (!Key.isDown(101))) and (!Key.isDown(102))) {
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(97)) {
this.gotoAndStop(4);
}
if (Key.isDown(98)) {
this.gotoAndStop(5);
}
if (Key.isDown(100)) {
this.gotoAndStop(7);
}
if (Key.isDown(101)) {
this.gotoAndStop(8);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(99)) {
this.gotoAndStop(6);
}
if (Key.isDown(102)) {
this.gotoAndStop(9);
}
if (Key.isDown(40)) {
this.gotoAndStop(1);
}
}
Instance of Symbol 634 MovieClip in Frame 168
onClipEvent (enterFrame) {
if (_root.p1health <= 100) {
this.gotoAndStop(1);
}
if (_root.p1health <= 97) {
this.gotoAndStop(2);
}
if (_root.p1health <= 94) {
this.gotoAndStop(3);
}
if (_root.p1health <= 90) {
this.gotoAndStop(4);
}
if (_root.p1health <= 87) {
this.gotoAndStop(5);
}
if (_root.p1health <= 84) {
this.gotoAndStop(6);
}
if (_root.p1health <= 80) {
this.gotoAndStop(7);
}
if (_root.p1health <= 77) {
this.gotoAndStop(8);
}
if (_root.p1health <= 74) {
this.gotoAndStop(9);
}
if (_root.p1health <= 70) {
this.gotoAndStop(10);
}
if (_root.p1health <= 67) {
this.gotoAndStop(11);
}
if (_root.p1health <= 64) {
this.gotoAndStop(12);
}
if (_root.p1health <= 60) {
this.gotoAndStop(13);
}
if (_root.p1health <= 57) {
this.gotoAndStop(14);
}
if (_root.p1health <= 54) {
this.gotoAndStop(15);
}
if (_root.p1health <= 50) {
this.gotoAndStop(16);
}
if (_root.p1health <= 47) {
this.gotoAndStop(17);
}
if (_root.p1health <= 44) {
this.gotoAndStop(18);
}
if (_root.p1health <= 40) {
this.gotoAndStop(19);
}
if (_root.p1health <= 37) {
this.gotoAndStop(20);
}
if (_root.p1health <= 34) {
this.gotoAndStop(21);
}
if (_root.p1health <= 30) {
this.gotoAndStop(22);
}
if (_root.p1health <= 27) {
this.gotoAndStop(23);
}
if (_root.p1health <= 24) {
this.gotoAndStop(24);
}
if (_root.p1health <= 20) {
this.gotoAndStop(25);
}
if (_root.p1health <= 17) {
this.gotoAndStop(26);
}
if (_root.p1health <= 14) {
this.gotoAndStop(27);
}
if (_root.p1health <= 11) {
this.gotoAndStop(28);
}
if (_root.p1health <= 8) {
this.gotoAndStop(29);
}
if (_root.p1health <= 6) {
this.gotoAndStop(30);
}
if (_root.p1health <= 3) {
this.gotoAndStop(31);
}
if (_root.p1health <= 1) {
this.gotoAndStop(32);
}
if (_root.p1health <= 0) {
this.gotoAndStop(33);
_root.p2wins.play();
_root.p1health = 100;
_root.p2health = 100;
}
if (_root.p1health >= 101) {
_root.p1health = 100;
}
}
Instance of Symbol 634 MovieClip in Frame 168
onClipEvent (enterFrame) {
if (_root.p2health <= 100) {
this.gotoAndStop(1);
}
if (_root.p2health <= 97) {
this.gotoAndStop(2);
}
if (_root.p2health <= 94) {
this.gotoAndStop(3);
}
if (_root.p2health <= 90) {
this.gotoAndStop(4);
}
if (_root.p2health <= 87) {
this.gotoAndStop(5);
}
if (_root.p2health <= 84) {
this.gotoAndStop(6);
}
if (_root.p2health <= 80) {
this.gotoAndStop(7);
}
if (_root.p2health <= 77) {
this.gotoAndStop(8);
}
if (_root.p2health <= 74) {
this.gotoAndStop(9);
}
if (_root.p2health <= 70) {
this.gotoAndStop(10);
}
if (_root.p2health <= 67) {
this.gotoAndStop(11);
}
if (_root.p2health <= 64) {
this.gotoAndStop(12);
}
if (_root.p2health <= 60) {
this.gotoAndStop(13);
}
if (_root.p2health <= 57) {
this.gotoAndStop(14);
}
if (_root.p2health <= 54) {
this.gotoAndStop(15);
}
if (_root.p2health <= 50) {
this.gotoAndStop(16);
}
if (_root.p2health <= 47) {
this.gotoAndStop(17);
}
if (_root.p2health <= 44) {
this.gotoAndStop(18);
}
if (_root.p2health <= 40) {
this.gotoAndStop(19);
}
if (_root.p2health <= 37) {
this.gotoAndStop(20);
}
if (_root.p2health <= 34) {
this.gotoAndStop(21);
}
if (_root.p2health <= 30) {
this.gotoAndStop(22);
}
if (_root.p2health <= 27) {
this.gotoAndStop(23);
}
if (_root.p2health <= 24) {
this.gotoAndStop(24);
}
if (_root.p2health <= 20) {
this.gotoAndStop(25);
}
if (_root.p2health <= 17) {
this.gotoAndStop(26);
}
if (_root.p2health <= 14) {
this.gotoAndStop(27);
}
if (_root.p2health <= 11) {
this.gotoAndStop(28);
}
if (_root.p2health <= 8) {
this.gotoAndStop(29);
}
if (_root.p2health <= 6) {
this.gotoAndStop(30);
}
if (_root.p2health <= 3) {
this.gotoAndStop(31);
}
if (_root.p2health <= 1) {
this.gotoAndStop(32);
}
if (_root.p2health <= 0) {
this.gotoAndStop(33);
_root.p1wins.play();
_root.p1health = 100;
_root.p2health = 100;
}
if (_root.p2health >= 101) {
_root.p2health = 100;
}
}
Instance of Symbol 647 MovieClip "p1wins" in Frame 168
onClipEvent (enterFrame) {
if (_root.p1win >= 2) {
_root.onevictory.gotoAndStop(2);
}
}
Instance of Symbol 648 MovieClip "p2wins" in Frame 168
onClipEvent (enterFrame) {
if (_root.p2win >= 2) {
_root.twovictory.gotoAndStop(2);
}
}
Frame 169
stop();
_root.p1health = 100;
_root.p2health = 100;
Frame 170
stop();
_root.p1health = 100;
_root.p2health = 100;
_root.boxhp = 10;
Frame 171
stop();
_root.p1health = 100;
_root.p2health = 100;
Frame 173
stop();
_root.p1health = 100;
_root.p2health = 100;
Instance of Symbol 419 MovieClip "boundleft" in Frame 173
onClipEvent (enterFrame) {
_root.boundleft;
if (hitTest(_root.p1)) {
_root.p1._x = _root.p1._x + 15;
}
_root.boundleft;
if (hitTest(_root.p2)) {
_root.p2._x = _root.p2._x + 15;
}
}
Instance of Symbol 419 MovieClip in Frame 173
onClipEvent (enterFrame) {
_root.boundright;
if (hitTest(_root.p1)) {
_root.p1._x = _root.p1._x - 15;
}
_root.boundright;
if (hitTest(_root.p2)) {
_root.p2._x = _root.p2._x - 15;
}
}
Instance of Symbol 1356 MovieClip "p1" in Frame 173
onClipEvent (enterFrame) {
if (Key.isDown(65)) {
this.gotoAndStop(2);
_xscale = -100;
_x = (_x - 15);
}
if (Key.isDown(68)) {
this.gotoAndStop(2);
_xscale = 100;
_x = (_x + 15);
}
if (Key.isDown(87) and (!jumping)) {
this.gotoAndStop(3);
vel_y = 12;
jumping = true;
}
if (jumping) {
vel_y = vel_y - 1;
if (vel_y <= -11) {
vel_y = -11;
jumping = false;
}
this._y = this._y - vel_y;
}
if (Key.isDown(65) && (Key.isDown(87))) {
this.gotoAndStop(3);
}
if (Key.isDown(68) && (Key.isDown(87))) {
this.gotoAndStop(3);
}
if (((((((((!Key.isDown(65)) and (!Key.isDown(68))) and (!Key.isDown(87))) and (!Key.isDown(70))) and (!Key.isDown(71))) and (!Key.isDown(72))) and (!Key.isDown(82))) and (!Key.isDown(84))) and (!Key.isDown(89))) {
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(70)) {
this.gotoAndStop(4);
}
if (Key.isDown(71)) {
this.gotoAndStop(5);
}
if (Key.isDown(82)) {
this.gotoAndStop(7);
}
if (Key.isDown(84)) {
this.gotoAndStop(8);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(72)) {
this.gotoAndStop(6);
}
if (Key.isDown(89)) {
this.gotoAndStop(9);
}
if (Key.isDown(83)) {
this.gotoAndStop(1);
}
}
Instance of Symbol 1127 MovieClip "p2" in Frame 173
onClipEvent (enterFrame) {
if (Key.isDown(37)) {
this.gotoAndStop(2);
_xscale = 100;
_x = (_x - 15);
}
if (Key.isDown(39)) {
this.gotoAndStop(2);
_xscale = -100;
_x = (_x + 15);
}
if (Key.isDown(38) and (!jumping)) {
this.gotoAndStop(3);
vel_y = 12;
jumping = true;
}
if (jumping) {
vel_y = vel_y - 1;
if (vel_y <= -11) {
vel_y = -11;
jumping = false;
}
this._y = this._y - vel_y;
}
if (Key.isDown(37) && (Key.isDown(38))) {
this.gotoAndStop(3);
}
if (Key.isDown(39) && (Key.isDown(38))) {
this.gotoAndStop(3);
}
if (((((((((!Key.isDown(37)) and (!Key.isDown(39))) and (!Key.isDown(38))) and (!Key.isDown(97))) and (!Key.isDown(98))) and (!Key.isDown(99))) and (!Key.isDown(100))) and (!Key.isDown(101))) and (!Key.isDown(102))) {
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(97)) {
this.gotoAndStop(4);
}
if (Key.isDown(98)) {
this.gotoAndStop(5);
}
if (Key.isDown(100)) {
this.gotoAndStop(7);
}
if (Key.isDown(101)) {
this.gotoAndStop(8);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(99)) {
this.gotoAndStop(6);
}
if (Key.isDown(102)) {
this.gotoAndStop(9);
}
if (Key.isDown(40)) {
this.gotoAndStop(1);
}
}
Instance of Symbol 634 MovieClip in Frame 173
onClipEvent (enterFrame) {
if (_root.p1health <= 100) {
this.gotoAndStop(1);
}
if (_root.p1health <= 97) {
this.gotoAndStop(2);
}
if (_root.p1health <= 94) {
this.gotoAndStop(3);
}
if (_root.p1health <= 90) {
this.gotoAndStop(4);
}
if (_root.p1health <= 87) {
this.gotoAndStop(5);
}
if (_root.p1health <= 84) {
this.gotoAndStop(6);
}
if (_root.p1health <= 80) {
this.gotoAndStop(7);
}
if (_root.p1health <= 77) {
this.gotoAndStop(8);
}
if (_root.p1health <= 74) {
this.gotoAndStop(9);
}
if (_root.p1health <= 70) {
this.gotoAndStop(10);
}
if (_root.p1health <= 67) {
this.gotoAndStop(11);
}
if (_root.p1health <= 64) {
this.gotoAndStop(12);
}
if (_root.p1health <= 60) {
this.gotoAndStop(13);
}
if (_root.p1health <= 57) {
this.gotoAndStop(14);
}
if (_root.p1health <= 54) {
this.gotoAndStop(15);
}
if (_root.p1health <= 50) {
this.gotoAndStop(16);
}
if (_root.p1health <= 47) {
this.gotoAndStop(17);
}
if (_root.p1health <= 44) {
this.gotoAndStop(18);
}
if (_root.p1health <= 40) {
this.gotoAndStop(19);
}
if (_root.p1health <= 37) {
this.gotoAndStop(20);
}
if (_root.p1health <= 34) {
this.gotoAndStop(21);
}
if (_root.p1health <= 30) {
this.gotoAndStop(22);
}
if (_root.p1health <= 27) {
this.gotoAndStop(23);
}
if (_root.p1health <= 24) {
this.gotoAndStop(24);
}
if (_root.p1health <= 20) {
this.gotoAndStop(25);
}
if (_root.p1health <= 17) {
this.gotoAndStop(26);
}
if (_root.p1health <= 14) {
this.gotoAndStop(27);
}
if (_root.p1health <= 11) {
this.gotoAndStop(28);
}
if (_root.p1health <= 8) {
this.gotoAndStop(29);
}
if (_root.p1health <= 6) {
this.gotoAndStop(30);
}
if (_root.p1health <= 3) {
this.gotoAndStop(31);
}
if (_root.p1health <= 1) {
this.gotoAndStop(32);
}
if (_root.p1health <= 0) {
this.gotoAndStop(33);
_root.p2wins.play();
_root.p1health = 100;
_root.p2health = 100;
}
if (_root.p1health >= 101) {
_root.p1health = 100;
}
}
Instance of Symbol 634 MovieClip in Frame 173
onClipEvent (enterFrame) {
if (_root.p2health <= 100) {
this.gotoAndStop(1);
}
if (_root.p2health <= 97) {
this.gotoAndStop(2);
}
if (_root.p2health <= 94) {
this.gotoAndStop(3);
}
if (_root.p2health <= 90) {
this.gotoAndStop(4);
}
if (_root.p2health <= 87) {
this.gotoAndStop(5);
}
if (_root.p2health <= 84) {
this.gotoAndStop(6);
}
if (_root.p2health <= 80) {
this.gotoAndStop(7);
}
if (_root.p2health <= 77) {
this.gotoAndStop(8);
}
if (_root.p2health <= 74) {
this.gotoAndStop(9);
}
if (_root.p2health <= 70) {
this.gotoAndStop(10);
}
if (_root.p2health <= 67) {
this.gotoAndStop(11);
}
if (_root.p2health <= 64) {
this.gotoAndStop(12);
}
if (_root.p2health <= 60) {
this.gotoAndStop(13);
}
if (_root.p2health <= 57) {
this.gotoAndStop(14);
}
if (_root.p2health <= 54) {
this.gotoAndStop(15);
}
if (_root.p2health <= 50) {
this.gotoAndStop(16);
}
if (_root.p2health <= 47) {
this.gotoAndStop(17);
}
if (_root.p2health <= 44) {
this.gotoAndStop(18);
}
if (_root.p2health <= 40) {
this.gotoAndStop(19);
}
if (_root.p2health <= 37) {
this.gotoAndStop(20);
}
if (_root.p2health <= 34) {
this.gotoAndStop(21);
}
if (_root.p2health <= 30) {
this.gotoAndStop(22);
}
if (_root.p2health <= 27) {
this.gotoAndStop(23);
}
if (_root.p2health <= 24) {
this.gotoAndStop(24);
}
if (_root.p2health <= 20) {
this.gotoAndStop(25);
}
if (_root.p2health <= 17) {
this.gotoAndStop(26);
}
if (_root.p2health <= 14) {
this.gotoAndStop(27);
}
if (_root.p2health <= 11) {
this.gotoAndStop(28);
}
if (_root.p2health <= 8) {
this.gotoAndStop(29);
}
if (_root.p2health <= 6) {
this.gotoAndStop(30);
}
if (_root.p2health <= 3) {
this.gotoAndStop(31);
}
if (_root.p2health <= 1) {
this.gotoAndStop(32);
}
if (_root.p2health <= 0) {
this.gotoAndStop(33);
_root.p1wins.play();
_root.p1health = 100;
_root.p2health = 100;
}
if (_root.p2health >= 101) {
_root.p2health = 100;
}
}
Instance of Symbol 647 MovieClip "p1wins" in Frame 173
onClipEvent (enterFrame) {
if (_root.p1win >= 2) {
_root.onevictory.gotoAndStop(2);
}
}
Instance of Symbol 648 MovieClip "p2wins" in Frame 173
onClipEvent (enterFrame) {
if (_root.p2win >= 2) {
_root.twovictory.gotoAndStop(2);
}
}
Frame 174
stop();
_root.p1health = 100;
_root.p2health = 100;
Frame 175
stop();
_root.p1health = 100;
_root.p2health = 100;
_root.boxhp = 10;
Frame 176
stop();
_root.p1health = 100;
_root.p2health = 100;
Frame 179
stop();
_root.p1health = 100;
_root.p2health = 100;
Instance of Symbol 419 MovieClip "boundleft" in Frame 179
onClipEvent (enterFrame) {
_root.boundleft;
if (hitTest(_root.p1)) {
_root.p1._x = _root.p1._x + 15;
}
_root.boundleft;
if (hitTest(_root.p2)) {
_root.p2._x = _root.p2._x + 15;
}
}
Instance of Symbol 419 MovieClip in Frame 179
onClipEvent (enterFrame) {
_root.boundright;
if (hitTest(_root.p1)) {
_root.p1._x = _root.p1._x - 15;
}
_root.boundright;
if (hitTest(_root.p2)) {
_root.p2._x = _root.p2._x - 15;
}
}
Instance of Symbol 1442 MovieClip "p1" in Frame 179
onClipEvent (enterFrame) {
if (Key.isDown(65)) {
this.gotoAndStop(2);
_xscale = -100;
_x = (_x - 15);
}
if (Key.isDown(68)) {
this.gotoAndStop(2);
_xscale = 100;
_x = (_x + 15);
}
if (Key.isDown(87) and (!jumping)) {
this.gotoAndStop(3);
vel_y = 12;
jumping = true;
}
if (jumping) {
vel_y = vel_y - 1;
if (vel_y <= -11) {
vel_y = -11;
jumping = false;
}
this._y = this._y - vel_y;
}
if (Key.isDown(65) && (Key.isDown(87))) {
this.gotoAndStop(3);
}
if (Key.isDown(68) && (Key.isDown(87))) {
this.gotoAndStop(3);
}
if (((((((((!Key.isDown(65)) and (!Key.isDown(68))) and (!Key.isDown(87))) and (!Key.isDown(70))) and (!Key.isDown(71))) and (!Key.isDown(72))) and (!Key.isDown(82))) and (!Key.isDown(84))) and (!Key.isDown(89))) {
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(70)) {
this.gotoAndStop(4);
}
if (Key.isDown(71)) {
this.gotoAndStop(5);
}
if (Key.isDown(82)) {
this.gotoAndStop(7);
}
if (Key.isDown(84)) {
this.gotoAndStop(8);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(72)) {
this.gotoAndStop(6);
}
if (Key.isDown(89)) {
this.gotoAndStop(9);
}
if (Key.isDown(83)) {
this.gotoAndStop(1);
}
}
Instance of Symbol 1156 MovieClip "p2" in Frame 179
onClipEvent (enterFrame) {
if (Key.isDown(37)) {
this.gotoAndStop(2);
_xscale = 100;
_x = (_x - 15);
}
if (Key.isDown(39)) {
this.gotoAndStop(2);
_xscale = -100;
_x = (_x + 15);
}
if (Key.isDown(38) and (!jumping)) {
this.gotoAndStop(3);
vel_y = 12;
jumping = true;
}
if (jumping) {
vel_y = vel_y - 1;
if (vel_y <= -11) {
vel_y = -11;
jumping = false;
}
this._y = this._y - vel_y;
}
if (Key.isDown(37) && (Key.isDown(38))) {
this.gotoAndStop(3);
}
if (Key.isDown(39) && (Key.isDown(38))) {
this.gotoAndStop(3);
}
if (((((((((!Key.isDown(37)) and (!Key.isDown(39))) and (!Key.isDown(38))) and (!Key.isDown(97))) and (!Key.isDown(98))) and (!Key.isDown(99))) and (!Key.isDown(100))) and (!Key.isDown(101))) and (!Key.isDown(102))) {
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(97)) {
this.gotoAndStop(4);
}
if (Key.isDown(98)) {
this.gotoAndStop(5);
}
if (Key.isDown(100)) {
this.gotoAndStop(7);
}
if (Key.isDown(101)) {
this.gotoAndStop(8);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(99)) {
this.gotoAndStop(6);
}
if (Key.isDown(102)) {
this.gotoAndStop(9);
}
if (Key.isDown(40)) {
this.gotoAndStop(1);
}
}
Instance of Symbol 634 MovieClip in Frame 179
onClipEvent (enterFrame) {
if (_root.p1health <= 100) {
this.gotoAndStop(1);
}
if (_root.p1health <= 97) {
this.gotoAndStop(2);
}
if (_root.p1health <= 94) {
this.gotoAndStop(3);
}
if (_root.p1health <= 90) {
this.gotoAndStop(4);
}
if (_root.p1health <= 87) {
this.gotoAndStop(5);
}
if (_root.p1health <= 84) {
this.gotoAndStop(6);
}
if (_root.p1health <= 80) {
this.gotoAndStop(7);
}
if (_root.p1health <= 77) {
this.gotoAndStop(8);
}
if (_root.p1health <= 74) {
this.gotoAndStop(9);
}
if (_root.p1health <= 70) {
this.gotoAndStop(10);
}
if (_root.p1health <= 67) {
this.gotoAndStop(11);
}
if (_root.p1health <= 64) {
this.gotoAndStop(12);
}
if (_root.p1health <= 60) {
this.gotoAndStop(13);
}
if (_root.p1health <= 57) {
this.gotoAndStop(14);
}
if (_root.p1health <= 54) {
this.gotoAndStop(15);
}
if (_root.p1health <= 50) {
this.gotoAndStop(16);
}
if (_root.p1health <= 47) {
this.gotoAndStop(17);
}
if (_root.p1health <= 44) {
this.gotoAndStop(18);
}
if (_root.p1health <= 40) {
this.gotoAndStop(19);
}
if (_root.p1health <= 37) {
this.gotoAndStop(20);
}
if (_root.p1health <= 34) {
this.gotoAndStop(21);
}
if (_root.p1health <= 30) {
this.gotoAndStop(22);
}
if (_root.p1health <= 27) {
this.gotoAndStop(23);
}
if (_root.p1health <= 24) {
this.gotoAndStop(24);
}
if (_root.p1health <= 20) {
this.gotoAndStop(25);
}
if (_root.p1health <= 17) {
this.gotoAndStop(26);
}
if (_root.p1health <= 14) {
this.gotoAndStop(27);
}
if (_root.p1health <= 11) {
this.gotoAndStop(28);
}
if (_root.p1health <= 8) {
this.gotoAndStop(29);
}
if (_root.p1health <= 6) {
this.gotoAndStop(30);
}
if (_root.p1health <= 3) {
this.gotoAndStop(31);
}
if (_root.p1health <= 1) {
this.gotoAndStop(32);
}
if (_root.p1health <= 0) {
this.gotoAndStop(33);
_root.p2wins.play();
_root.p1health = 100;
_root.p2health = 100;
}
if (_root.p1health >= 101) {
_root.p1health = 100;
}
}
Instance of Symbol 634 MovieClip in Frame 179
onClipEvent (enterFrame) {
if (_root.p2health <= 100) {
this.gotoAndStop(1);
}
if (_root.p2health <= 97) {
this.gotoAndStop(2);
}
if (_root.p2health <= 94) {
this.gotoAndStop(3);
}
if (_root.p2health <= 90) {
this.gotoAndStop(4);
}
if (_root.p2health <= 87) {
this.gotoAndStop(5);
}
if (_root.p2health <= 84) {
this.gotoAndStop(6);
}
if (_root.p2health <= 80) {
this.gotoAndStop(7);
}
if (_root.p2health <= 77) {
this.gotoAndStop(8);
}
if (_root.p2health <= 74) {
this.gotoAndStop(9);
}
if (_root.p2health <= 70) {
this.gotoAndStop(10);
}
if (_root.p2health <= 67) {
this.gotoAndStop(11);
}
if (_root.p2health <= 64) {
this.gotoAndStop(12);
}
if (_root.p2health <= 60) {
this.gotoAndStop(13);
}
if (_root.p2health <= 57) {
this.gotoAndStop(14);
}
if (_root.p2health <= 54) {
this.gotoAndStop(15);
}
if (_root.p2health <= 50) {
this.gotoAndStop(16);
}
if (_root.p2health <= 47) {
this.gotoAndStop(17);
}
if (_root.p2health <= 44) {
this.gotoAndStop(18);
}
if (_root.p2health <= 40) {
this.gotoAndStop(19);
}
if (_root.p2health <= 37) {
this.gotoAndStop(20);
}
if (_root.p2health <= 34) {
this.gotoAndStop(21);
}
if (_root.p2health <= 30) {
this.gotoAndStop(22);
}
if (_root.p2health <= 27) {
this.gotoAndStop(23);
}
if (_root.p2health <= 24) {
this.gotoAndStop(24);
}
if (_root.p2health <= 20) {
this.gotoAndStop(25);
}
if (_root.p2health <= 17) {
this.gotoAndStop(26);
}
if (_root.p2health <= 14) {
this.gotoAndStop(27);
}
if (_root.p2health <= 11) {
this.gotoAndStop(28);
}
if (_root.p2health <= 8) {
this.gotoAndStop(29);
}
if (_root.p2health <= 6) {
this.gotoAndStop(30);
}
if (_root.p2health <= 3) {
this.gotoAndStop(31);
}
if (_root.p2health <= 1) {
this.gotoAndStop(32);
}
if (_root.p2health <= 0) {
this.gotoAndStop(33);
_root.p1wins.play();
_root.p1health = 100;
_root.p2health = 100;
}
if (_root.p2health >= 101) {
_root.p2health = 100;
}
}
Instance of Symbol 647 MovieClip "p1wins" in Frame 179
onClipEvent (enterFrame) {
if (_root.p1win >= 2) {
_root.onevictory.gotoAndStop(2);
}
}
Instance of Symbol 648 MovieClip "p2wins" in Frame 179
onClipEvent (enterFrame) {
if (_root.p2win >= 2) {
_root.twovictory.gotoAndStop(2);
}
}
Frame 180
stop();
_root.p1health = 100;
_root.p2health = 100;
Frame 181
stop();
_root.p1health = 100;
_root.p2health = 100;
_root.boxhp = 10;
Frame 182
stop();
_root.p1health = 100;
_root.p2health = 100;
Frame 184
stop();
_root.p1health = 100;
_root.p2health = 100;
Instance of Symbol 419 MovieClip "boundleft" in Frame 184
onClipEvent (enterFrame) {
_root.boundleft;
if (hitTest(_root.p1)) {
_root.p1._x = _root.p1._x + 15;
}
_root.boundleft;
if (hitTest(_root.p2)) {
_root.p2._x = _root.p2._x + 15;
}
}
Instance of Symbol 419 MovieClip in Frame 184
onClipEvent (enterFrame) {
_root.boundright;
if (hitTest(_root.p1)) {
_root.p1._x = _root.p1._x - 15;
}
_root.boundright;
if (hitTest(_root.p2)) {
_root.p2._x = _root.p2._x - 15;
}
}
Instance of Symbol 513 MovieClip "p2" in Frame 184
onClipEvent (enterFrame) {
if (Key.isDown(37)) {
this.gotoAndStop(2);
_xscale = 100;
_x = (_x - 15);
}
if (Key.isDown(39)) {
this.gotoAndStop(2);
_xscale = -100;
_x = (_x + 15);
}
if (Key.isDown(38) and (!jumping)) {
this.gotoAndStop(3);
vel_y = 12;
jumping = true;
}
if (jumping) {
vel_y = vel_y - 1;
if (vel_y <= -11) {
vel_y = -11;
jumping = false;
}
this._y = this._y - vel_y;
}
if (Key.isDown(37) && (Key.isDown(38))) {
this.gotoAndStop(3);
}
if (Key.isDown(39) && (Key.isDown(38))) {
this.gotoAndStop(3);
}
if (((((((((!Key.isDown(37)) and (!Key.isDown(39))) and (!Key.isDown(38))) and (!Key.isDown(97))) and (!Key.isDown(98))) and (!Key.isDown(99))) and (!Key.isDown(100))) and (!Key.isDown(101))) and (!Key.isDown(102))) {
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(97)) {
this.gotoAndStop(4);
}
if (Key.isDown(98)) {
this.gotoAndStop(5);
}
if (Key.isDown(100)) {
this.gotoAndStop(7);
}
if (Key.isDown(101)) {
this.gotoAndStop(8);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(99)) {
this.gotoAndStop(6);
}
if (Key.isDown(102)) {
this.gotoAndStop(9);
}
if (Key.isDown(40)) {
this.gotoAndStop(1);
}
}
Instance of Symbol 1442 MovieClip "p1" in Frame 184
onClipEvent (enterFrame) {
if (Key.isDown(65)) {
this.gotoAndStop(2);
_xscale = -100;
_x = (_x - 15);
}
if (Key.isDown(68)) {
this.gotoAndStop(2);
_xscale = 100;
_x = (_x + 15);
}
if (Key.isDown(87) and (!jumping)) {
this.gotoAndStop(3);
vel_y = 12;
jumping = true;
}
if (jumping) {
vel_y = vel_y - 1;
if (vel_y <= -11) {
vel_y = -11;
jumping = false;
}
this._y = this._y - vel_y;
}
if (Key.isDown(65) && (Key.isDown(87))) {
this.gotoAndStop(3);
}
if (Key.isDown(68) && (Key.isDown(87))) {
this.gotoAndStop(3);
}
if (((((((((!Key.isDown(65)) and (!Key.isDown(68))) and (!Key.isDown(87))) and (!Key.isDown(70))) and (!Key.isDown(71))) and (!Key.isDown(72))) and (!Key.isDown(82))) and (!Key.isDown(84))) and (!Key.isDown(89))) {
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(70)) {
this.gotoAndStop(4);
}
if (Key.isDown(71)) {
this.gotoAndStop(5);
}
if (Key.isDown(82)) {
this.gotoAndStop(7);
}
if (Key.isDown(84)) {
this.gotoAndStop(8);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(72)) {
this.gotoAndStop(6);
}
if (Key.isDown(89)) {
this.gotoAndStop(9);
}
if (Key.isDown(83)) {
this.gotoAndStop(1);
}
}
Instance of Symbol 634 MovieClip in Frame 184
onClipEvent (enterFrame) {
if (_root.p1health <= 100) {
this.gotoAndStop(1);
}
if (_root.p1health <= 97) {
this.gotoAndStop(2);
}
if (_root.p1health <= 94) {
this.gotoAndStop(3);
}
if (_root.p1health <= 90) {
this.gotoAndStop(4);
}
if (_root.p1health <= 87) {
this.gotoAndStop(5);
}
if (_root.p1health <= 84) {
this.gotoAndStop(6);
}
if (_root.p1health <= 80) {
this.gotoAndStop(7);
}
if (_root.p1health <= 77) {
this.gotoAndStop(8);
}
if (_root.p1health <= 74) {
this.gotoAndStop(9);
}
if (_root.p1health <= 70) {
this.gotoAndStop(10);
}
if (_root.p1health <= 67) {
this.gotoAndStop(11);
}
if (_root.p1health <= 64) {
this.gotoAndStop(12);
}
if (_root.p1health <= 60) {
this.gotoAndStop(13);
}
if (_root.p1health <= 57) {
this.gotoAndStop(14);
}
if (_root.p1health <= 54) {
this.gotoAndStop(15);
}
if (_root.p1health <= 50) {
this.gotoAndStop(16);
}
if (_root.p1health <= 47) {
this.gotoAndStop(17);
}
if (_root.p1health <= 44) {
this.gotoAndStop(18);
}
if (_root.p1health <= 40) {
this.gotoAndStop(19);
}
if (_root.p1health <= 37) {
this.gotoAndStop(20);
}
if (_root.p1health <= 34) {
this.gotoAndStop(21);
}
if (_root.p1health <= 30) {
this.gotoAndStop(22);
}
if (_root.p1health <= 27) {
this.gotoAndStop(23);
}
if (_root.p1health <= 24) {
this.gotoAndStop(24);
}
if (_root.p1health <= 20) {
this.gotoAndStop(25);
}
if (_root.p1health <= 17) {
this.gotoAndStop(26);
}
if (_root.p1health <= 14) {
this.gotoAndStop(27);
}
if (_root.p1health <= 11) {
this.gotoAndStop(28);
}
if (_root.p1health <= 8) {
this.gotoAndStop(29);
}
if (_root.p1health <= 6) {
this.gotoAndStop(30);
}
if (_root.p1health <= 3) {
this.gotoAndStop(31);
}
if (_root.p1health <= 1) {
this.gotoAndStop(32);
}
if (_root.p1health <= 0) {
this.gotoAndStop(33);
_root.p2wins.play();
_root.p1health = 100;
_root.p2health = 100;
}
if (_root.p1health >= 101) {
_root.p1health = 100;
}
}
Instance of Symbol 634 MovieClip in Frame 184
onClipEvent (enterFrame) {
if (_root.p2health <= 100) {
this.gotoAndStop(1);
}
if (_root.p2health <= 97) {
this.gotoAndStop(2);
}
if (_root.p2health <= 94) {
this.gotoAndStop(3);
}
if (_root.p2health <= 90) {
this.gotoAndStop(4);
}
if (_root.p2health <= 87) {
this.gotoAndStop(5);
}
if (_root.p2health <= 84) {
this.gotoAndStop(6);
}
if (_root.p2health <= 80) {
this.gotoAndStop(7);
}
if (_root.p2health <= 77) {
this.gotoAndStop(8);
}
if (_root.p2health <= 74) {
this.gotoAndStop(9);
}
if (_root.p2health <= 70) {
this.gotoAndStop(10);
}
if (_root.p2health <= 67) {
this.gotoAndStop(11);
}
if (_root.p2health <= 64) {
this.gotoAndStop(12);
}
if (_root.p2health <= 60) {
this.gotoAndStop(13);
}
if (_root.p2health <= 57) {
this.gotoAndStop(14);
}
if (_root.p2health <= 54) {
this.gotoAndStop(15);
}
if (_root.p2health <= 50) {
this.gotoAndStop(16);
}
if (_root.p2health <= 47) {
this.gotoAndStop(17);
}
if (_root.p2health <= 44) {
this.gotoAndStop(18);
}
if (_root.p2health <= 40) {
this.gotoAndStop(19);
}
if (_root.p2health <= 37) {
this.gotoAndStop(20);
}
if (_root.p2health <= 34) {
this.gotoAndStop(21);
}
if (_root.p2health <= 30) {
this.gotoAndStop(22);
}
if (_root.p2health <= 27) {
this.gotoAndStop(23);
}
if (_root.p2health <= 24) {
this.gotoAndStop(24);
}
if (_root.p2health <= 20) {
this.gotoAndStop(25);
}
if (_root.p2health <= 17) {
this.gotoAndStop(26);
}
if (_root.p2health <= 14) {
this.gotoAndStop(27);
}
if (_root.p2health <= 11) {
this.gotoAndStop(28);
}
if (_root.p2health <= 8) {
this.gotoAndStop(29);
}
if (_root.p2health <= 6) {
this.gotoAndStop(30);
}
if (_root.p2health <= 3) {
this.gotoAndStop(31);
}
if (_root.p2health <= 1) {
this.gotoAndStop(32);
}
if (_root.p2health <= 0) {
this.gotoAndStop(33);
_root.p1wins.play();
_root.p1health = 100;
_root.p2health = 100;
}
if (_root.p2health >= 101) {
_root.p2health = 100;
}
}
Instance of Symbol 647 MovieClip "p1wins" in Frame 184
onClipEvent (enterFrame) {
if (_root.p1win >= 2) {
_root.onevictory.gotoAndStop(2);
}
}
Instance of Symbol 648 MovieClip "p2wins" in Frame 184
onClipEvent (enterFrame) {
if (_root.p2win >= 2) {
_root.twovictory.gotoAndStop(2);
}
}
Frame 185
stop();
_root.p1health = 100;
_root.p2health = 100;
Frame 186
stop();
_root.p1health = 100;
_root.p2health = 100;
_root.boxhp = 10;
Frame 187
stop();
_root.p1health = 100;
_root.p2health = 100;
Frame 189
stop();
_root.p1health = 100;
_root.p2health = 100;
Instance of Symbol 419 MovieClip "boundleft" in Frame 189
onClipEvent (enterFrame) {
_root.boundleft;
if (hitTest(_root.p1)) {
_root.p1._x = _root.p1._x + 15;
}
_root.boundleft;
if (hitTest(_root.p2)) {
_root.p2._x = _root.p2._x + 15;
}
}
Instance of Symbol 419 MovieClip in Frame 189
onClipEvent (enterFrame) {
_root.boundright;
if (hitTest(_root.p1)) {
_root.p1._x = _root.p1._x - 15;
}
_root.boundright;
if (hitTest(_root.p2)) {
_root.p2._x = _root.p2._x - 15;
}
}
Instance of Symbol 1442 MovieClip "p1" in Frame 189
onClipEvent (enterFrame) {
if (Key.isDown(65)) {
this.gotoAndStop(2);
_xscale = -100;
_x = (_x - 15);
}
if (Key.isDown(68)) {
this.gotoAndStop(2);
_xscale = 100;
_x = (_x + 15);
}
if (Key.isDown(87) and (!jumping)) {
this.gotoAndStop(3);
vel_y = 12;
jumping = true;
}
if (jumping) {
vel_y = vel_y - 1;
if (vel_y <= -11) {
vel_y = -11;
jumping = false;
}
this._y = this._y - vel_y;
}
if (Key.isDown(65) && (Key.isDown(87))) {
this.gotoAndStop(3);
}
if (Key.isDown(68) && (Key.isDown(87))) {
this.gotoAndStop(3);
}
if (((((((((!Key.isDown(65)) and (!Key.isDown(68))) and (!Key.isDown(87))) and (!Key.isDown(70))) and (!Key.isDown(71))) and (!Key.isDown(72))) and (!Key.isDown(82))) and (!Key.isDown(84))) and (!Key.isDown(89))) {
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(70)) {
this.gotoAndStop(4);
}
if (Key.isDown(71)) {
this.gotoAndStop(5);
}
if (Key.isDown(82)) {
this.gotoAndStop(7);
}
if (Key.isDown(84)) {
this.gotoAndStop(8);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(72)) {
this.gotoAndStop(6);
}
if (Key.isDown(89)) {
this.gotoAndStop(9);
}
if (Key.isDown(83)) {
this.gotoAndStop(1);
}
}
Instance of Symbol 819 MovieClip "p2" in Frame 189
onClipEvent (enterFrame) {
if (Key.isDown(37)) {
this.gotoAndStop(2);
_xscale = 100;
_x = (_x - 15);
}
if (Key.isDown(39)) {
this.gotoAndStop(2);
_xscale = -100;
_x = (_x + 15);
}
if (Key.isDown(38) and (!jumping)) {
this.gotoAndStop(3);
vel_y = 12;
jumping = true;
}
if (jumping) {
vel_y = vel_y - 1;
if (vel_y <= -11) {
vel_y = -11;
jumping = false;
}
this._y = this._y - vel_y;
}
if (Key.isDown(37) && (Key.isDown(38))) {
this.gotoAndStop(3);
}
if (Key.isDown(39) && (Key.isDown(38))) {
this.gotoAndStop(3);
}
if (((((((((!Key.isDown(37)) and (!Key.isDown(39))) and (!Key.isDown(38))) and (!Key.isDown(97))) and (!Key.isDown(98))) and (!Key.isDown(99))) and (!Key.isDown(100))) and (!Key.isDown(101))) and (!Key.isDown(102))) {
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(97)) {
this.gotoAndStop(4);
}
if (Key.isDown(98)) {
this.gotoAndStop(5);
}
if (Key.isDown(100)) {
this.gotoAndStop(7);
}
if (Key.isDown(101)) {
this.gotoAndStop(8);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(99)) {
this.gotoAndStop(6);
}
if (Key.isDown(102)) {
this.gotoAndStop(9);
}
if (Key.isDown(40)) {
this.gotoAndStop(1);
}
}
Instance of Symbol 634 MovieClip in Frame 189
onClipEvent (enterFrame) {
if (_root.p1health <= 100) {
this.gotoAndStop(1);
}
if (_root.p1health <= 97) {
this.gotoAndStop(2);
}
if (_root.p1health <= 94) {
this.gotoAndStop(3);
}
if (_root.p1health <= 90) {
this.gotoAndStop(4);
}
if (_root.p1health <= 87) {
this.gotoAndStop(5);
}
if (_root.p1health <= 84) {
this.gotoAndStop(6);
}
if (_root.p1health <= 80) {
this.gotoAndStop(7);
}
if (_root.p1health <= 77) {
this.gotoAndStop(8);
}
if (_root.p1health <= 74) {
this.gotoAndStop(9);
}
if (_root.p1health <= 70) {
this.gotoAndStop(10);
}
if (_root.p1health <= 67) {
this.gotoAndStop(11);
}
if (_root.p1health <= 64) {
this.gotoAndStop(12);
}
if (_root.p1health <= 60) {
this.gotoAndStop(13);
}
if (_root.p1health <= 57) {
this.gotoAndStop(14);
}
if (_root.p1health <= 54) {
this.gotoAndStop(15);
}
if (_root.p1health <= 50) {
this.gotoAndStop(16);
}
if (_root.p1health <= 47) {
this.gotoAndStop(17);
}
if (_root.p1health <= 44) {
this.gotoAndStop(18);
}
if (_root.p1health <= 40) {
this.gotoAndStop(19);
}
if (_root.p1health <= 37) {
this.gotoAndStop(20);
}
if (_root.p1health <= 34) {
this.gotoAndStop(21);
}
if (_root.p1health <= 30) {
this.gotoAndStop(22);
}
if (_root.p1health <= 27) {
this.gotoAndStop(23);
}
if (_root.p1health <= 24) {
this.gotoAndStop(24);
}
if (_root.p1health <= 20) {
this.gotoAndStop(25);
}
if (_root.p1health <= 17) {
this.gotoAndStop(26);
}
if (_root.p1health <= 14) {
this.gotoAndStop(27);
}
if (_root.p1health <= 11) {
this.gotoAndStop(28);
}
if (_root.p1health <= 8) {
this.gotoAndStop(29);
}
if (_root.p1health <= 6) {
this.gotoAndStop(30);
}
if (_root.p1health <= 3) {
this.gotoAndStop(31);
}
if (_root.p1health <= 1) {
this.gotoAndStop(32);
}
if (_root.p1health <= 0) {
this.gotoAndStop(33);
_root.p2wins.play();
_root.p1health = 100;
_root.p2health = 100;
}
if (_root.p1health >= 101) {
_root.p1health = 100;
}
}
Instance of Symbol 634 MovieClip in Frame 189
onClipEvent (enterFrame) {
if (_root.p2health <= 100) {
this.gotoAndStop(1);
}
if (_root.p2health <= 97) {
this.gotoAndStop(2);
}
if (_root.p2health <= 94) {
this.gotoAndStop(3);
}
if (_root.p2health <= 90) {
this.gotoAndStop(4);
}
if (_root.p2health <= 87) {
this.gotoAndStop(5);
}
if (_root.p2health <= 84) {
this.gotoAndStop(6);
}
if (_root.p2health <= 80) {
this.gotoAndStop(7);
}
if (_root.p2health <= 77) {
this.gotoAndStop(8);
}
if (_root.p2health <= 74) {
this.gotoAndStop(9);
}
if (_root.p2health <= 70) {
this.gotoAndStop(10);
}
if (_root.p2health <= 67) {
this.gotoAndStop(11);
}
if (_root.p2health <= 64) {
this.gotoAndStop(12);
}
if (_root.p2health <= 60) {
this.gotoAndStop(13);
}
if (_root.p2health <= 57) {
this.gotoAndStop(14);
}
if (_root.p2health <= 54) {
this.gotoAndStop(15);
}
if (_root.p2health <= 50) {
this.gotoAndStop(16);
}
if (_root.p2health <= 47) {
this.gotoAndStop(17);
}
if (_root.p2health <= 44) {
this.gotoAndStop(18);
}
if (_root.p2health <= 40) {
this.gotoAndStop(19);
}
if (_root.p2health <= 37) {
this.gotoAndStop(20);
}
if (_root.p2health <= 34) {
this.gotoAndStop(21);
}
if (_root.p2health <= 30) {
this.gotoAndStop(22);
}
if (_root.p2health <= 27) {
this.gotoAndStop(23);
}
if (_root.p2health <= 24) {
this.gotoAndStop(24);
}
if (_root.p2health <= 20) {
this.gotoAndStop(25);
}
if (_root.p2health <= 17) {
this.gotoAndStop(26);
}
if (_root.p2health <= 14) {
this.gotoAndStop(27);
}
if (_root.p2health <= 11) {
this.gotoAndStop(28);
}
if (_root.p2health <= 8) {
this.gotoAndStop(29);
}
if (_root.p2health <= 6) {
this.gotoAndStop(30);
}
if (_root.p2health <= 3) {
this.gotoAndStop(31);
}
if (_root.p2health <= 1) {
this.gotoAndStop(32);
}
if (_root.p2health <= 0) {
this.gotoAndStop(33);
_root.p1wins.play();
_root.p1health = 100;
_root.p2health = 100;
}
if (_root.p2health >= 101) {
_root.p2health = 100;
}
}
Instance of Symbol 647 MovieClip "p1wins" in Frame 189
onClipEvent (enterFrame) {
if (_root.p1win >= 2) {
_root.onevictory.gotoAndStop(2);
}
}
Instance of Symbol 648 MovieClip "p2wins" in Frame 189
onClipEvent (enterFrame) {
if (_root.p2win >= 2) {
_root.twovictory.gotoAndStop(2);
}
}
Frame 190
stop();
_root.p1health = 100;
_root.p2health = 100;
Frame 191
stop();
_root.p1health = 100;
_root.p2health = 100;
_root.boxhp = 10;
Frame 192
stop();
_root.p1health = 100;
_root.p2health = 100;
Frame 194
stop();
_root.p1health = 100;
_root.p2health = 100;
Instance of Symbol 419 MovieClip "boundleft" in Frame 194
onClipEvent (enterFrame) {
_root.boundleft;
if (hitTest(_root.p1)) {
_root.p1._x = _root.p1._x + 15;
}
_root.boundleft;
if (hitTest(_root.p2)) {
_root.p2._x = _root.p2._x + 15;
}
}
Instance of Symbol 419 MovieClip in Frame 194
onClipEvent (enterFrame) {
_root.boundright;
if (hitTest(_root.p1)) {
_root.p1._x = _root.p1._x - 15;
}
_root.boundright;
if (hitTest(_root.p2)) {
_root.p2._x = _root.p2._x - 15;
}
}
Instance of Symbol 1442 MovieClip "p1" in Frame 194
onClipEvent (enterFrame) {
if (Key.isDown(65)) {
this.gotoAndStop(2);
_xscale = -100;
_x = (_x - 15);
}
if (Key.isDown(68)) {
this.gotoAndStop(2);
_xscale = 100;
_x = (_x + 15);
}
if (Key.isDown(87) and (!jumping)) {
this.gotoAndStop(3);
vel_y = 12;
jumping = true;
}
if (jumping) {
vel_y = vel_y - 1;
if (vel_y <= -11) {
vel_y = -11;
jumping = false;
}
this._y = this._y - vel_y;
}
if (Key.isDown(65) && (Key.isDown(87))) {
this.gotoAndStop(3);
}
if (Key.isDown(68) && (Key.isDown(87))) {
this.gotoAndStop(3);
}
if (((((((((!Key.isDown(65)) and (!Key.isDown(68))) and (!Key.isDown(87))) and (!Key.isDown(70))) and (!Key.isDown(71))) and (!Key.isDown(72))) and (!Key.isDown(82))) and (!Key.isDown(84))) and (!Key.isDown(89))) {
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(70)) {
this.gotoAndStop(4);
}
if (Key.isDown(71)) {
this.gotoAndStop(5);
}
if (Key.isDown(82)) {
this.gotoAndStop(7);
}
if (Key.isDown(84)) {
this.gotoAndStop(8);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(72)) {
this.gotoAndStop(6);
}
if (Key.isDown(89)) {
this.gotoAndStop(9);
}
if (Key.isDown(83)) {
this.gotoAndStop(1);
}
}
Instance of Symbol 926 MovieClip "p2" in Frame 194
onClipEvent (enterFrame) {
if (Key.isDown(37)) {
this.gotoAndStop(2);
_xscale = 100;
_x = (_x - 15);
}
if (Key.isDown(39)) {
this.gotoAndStop(2);
_xscale = -100;
_x = (_x + 15);
}
if (Key.isDown(38) and (!jumping)) {
this.gotoAndStop(3);
vel_y = 12;
jumping = true;
}
if (jumping) {
vel_y = vel_y - 1;
if (vel_y <= -11) {
vel_y = -11;
jumping = false;
}
this._y = this._y - vel_y;
}
if (Key.isDown(37) && (Key.isDown(38))) {
this.gotoAndStop(3);
}
if (Key.isDown(39) && (Key.isDown(38))) {
this.gotoAndStop(3);
}
if (((((((((!Key.isDown(37)) and (!Key.isDown(39))) and (!Key.isDown(38))) and (!Key.isDown(97))) and (!Key.isDown(98))) and (!Key.isDown(99))) and (!Key.isDown(100))) and (!Key.isDown(101))) and (!Key.isDown(102))) {
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(97)) {
this.gotoAndStop(4);
}
if (Key.isDown(98)) {
this.gotoAndStop(5);
}
if (Key.isDown(100)) {
this.gotoAndStop(7);
}
if (Key.isDown(101)) {
this.gotoAndStop(8);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(99)) {
this.gotoAndStop(6);
}
if (Key.isDown(102)) {
this.gotoAndStop(9);
}
if (Key.isDown(40)) {
this.gotoAndStop(1);
}
}
Instance of Symbol 634 MovieClip in Frame 194
onClipEvent (enterFrame) {
if (_root.p1health <= 100) {
this.gotoAndStop(1);
}
if (_root.p1health <= 97) {
this.gotoAndStop(2);
}
if (_root.p1health <= 94) {
this.gotoAndStop(3);
}
if (_root.p1health <= 90) {
this.gotoAndStop(4);
}
if (_root.p1health <= 87) {
this.gotoAndStop(5);
}
if (_root.p1health <= 84) {
this.gotoAndStop(6);
}
if (_root.p1health <= 80) {
this.gotoAndStop(7);
}
if (_root.p1health <= 77) {
this.gotoAndStop(8);
}
if (_root.p1health <= 74) {
this.gotoAndStop(9);
}
if (_root.p1health <= 70) {
this.gotoAndStop(10);
}
if (_root.p1health <= 67) {
this.gotoAndStop(11);
}
if (_root.p1health <= 64) {
this.gotoAndStop(12);
}
if (_root.p1health <= 60) {
this.gotoAndStop(13);
}
if (_root.p1health <= 57) {
this.gotoAndStop(14);
}
if (_root.p1health <= 54) {
this.gotoAndStop(15);
}
if (_root.p1health <= 50) {
this.gotoAndStop(16);
}
if (_root.p1health <= 47) {
this.gotoAndStop(17);
}
if (_root.p1health <= 44) {
this.gotoAndStop(18);
}
if (_root.p1health <= 40) {
this.gotoAndStop(19);
}
if (_root.p1health <= 37) {
this.gotoAndStop(20);
}
if (_root.p1health <= 34) {
this.gotoAndStop(21);
}
if (_root.p1health <= 30) {
this.gotoAndStop(22);
}
if (_root.p1health <= 27) {
this.gotoAndStop(23);
}
if (_root.p1health <= 24) {
this.gotoAndStop(24);
}
if (_root.p1health <= 20) {
this.gotoAndStop(25);
}
if (_root.p1health <= 17) {
this.gotoAndStop(26);
}
if (_root.p1health <= 14) {
this.gotoAndStop(27);
}
if (_root.p1health <= 11) {
this.gotoAndStop(28);
}
if (_root.p1health <= 8) {
this.gotoAndStop(29);
}
if (_root.p1health <= 6) {
this.gotoAndStop(30);
}
if (_root.p1health <= 3) {
this.gotoAndStop(31);
}
if (_root.p1health <= 1) {
this.gotoAndStop(32);
}
if (_root.p1health <= 0) {
this.gotoAndStop(33);
_root.p2wins.play();
_root.p1health = 100;
_root.p2health = 100;
}
if (_root.p1health >= 101) {
_root.p1health = 100;
}
}
Instance of Symbol 634 MovieClip in Frame 194
onClipEvent (enterFrame) {
if (_root.p2health <= 100) {
this.gotoAndStop(1);
}
if (_root.p2health <= 97) {
this.gotoAndStop(2);
}
if (_root.p2health <= 94) {
this.gotoAndStop(3);
}
if (_root.p2health <= 90) {
this.gotoAndStop(4);
}
if (_root.p2health <= 87) {
this.gotoAndStop(5);
}
if (_root.p2health <= 84) {
this.gotoAndStop(6);
}
if (_root.p2health <= 80) {
this.gotoAndStop(7);
}
if (_root.p2health <= 77) {
this.gotoAndStop(8);
}
if (_root.p2health <= 74) {
this.gotoAndStop(9);
}
if (_root.p2health <= 70) {
this.gotoAndStop(10);
}
if (_root.p2health <= 67) {
this.gotoAndStop(11);
}
if (_root.p2health <= 64) {
this.gotoAndStop(12);
}
if (_root.p2health <= 60) {
this.gotoAndStop(13);
}
if (_root.p2health <= 57) {
this.gotoAndStop(14);
}
if (_root.p2health <= 54) {
this.gotoAndStop(15);
}
if (_root.p2health <= 50) {
this.gotoAndStop(16);
}
if (_root.p2health <= 47) {
this.gotoAndStop(17);
}
if (_root.p2health <= 44) {
this.gotoAndStop(18);
}
if (_root.p2health <= 40) {
this.gotoAndStop(19);
}
if (_root.p2health <= 37) {
this.gotoAndStop(20);
}
if (_root.p2health <= 34) {
this.gotoAndStop(21);
}
if (_root.p2health <= 30) {
this.gotoAndStop(22);
}
if (_root.p2health <= 27) {
this.gotoAndStop(23);
}
if (_root.p2health <= 24) {
this.gotoAndStop(24);
}
if (_root.p2health <= 20) {
this.gotoAndStop(25);
}
if (_root.p2health <= 17) {
this.gotoAndStop(26);
}
if (_root.p2health <= 14) {
this.gotoAndStop(27);
}
if (_root.p2health <= 11) {
this.gotoAndStop(28);
}
if (_root.p2health <= 8) {
this.gotoAndStop(29);
}
if (_root.p2health <= 6) {
this.gotoAndStop(30);
}
if (_root.p2health <= 3) {
this.gotoAndStop(31);
}
if (_root.p2health <= 1) {
this.gotoAndStop(32);
}
if (_root.p2health <= 0) {
this.gotoAndStop(33);
_root.p1wins.play();
_root.p1health = 100;
_root.p2health = 100;
}
if (_root.p2health >= 101) {
_root.p2health = 100;
}
}
Instance of Symbol 647 MovieClip "p1wins" in Frame 194
onClipEvent (enterFrame) {
if (_root.p1win >= 2) {
_root.onevictory.gotoAndStop(2);
}
}
Instance of Symbol 648 MovieClip "p2wins" in Frame 194
onClipEvent (enterFrame) {
if (_root.p2win >= 2) {
_root.twovictory.gotoAndStop(2);
}
}
Frame 195
stop();
_root.p1health = 100;
_root.p2health = 100;
Frame 196
stop();
_root.p1health = 100;
_root.p2health = 100;
_root.boxhp = 10;
Frame 197
stop();
_root.p1health = 100;
_root.p2health = 100;
Frame 199
stop();
_root.p1health = 100;
_root.p2health = 100;
Instance of Symbol 419 MovieClip "boundleft" in Frame 199
onClipEvent (enterFrame) {
_root.boundleft;
if (hitTest(_root.p1)) {
_root.p1._x = _root.p1._x + 15;
}
_root.boundleft;
if (hitTest(_root.p2)) {
_root.p2._x = _root.p2._x + 15;
}
}
Instance of Symbol 419 MovieClip in Frame 199
onClipEvent (enterFrame) {
_root.boundright;
if (hitTest(_root.p1)) {
_root.p1._x = _root.p1._x - 15;
}
_root.boundright;
if (hitTest(_root.p2)) {
_root.p2._x = _root.p2._x - 15;
}
}
Instance of Symbol 1442 MovieClip "p1" in Frame 199
onClipEvent (enterFrame) {
if (Key.isDown(65)) {
this.gotoAndStop(2);
_xscale = -100;
_x = (_x - 15);
}
if (Key.isDown(68)) {
this.gotoAndStop(2);
_xscale = 100;
_x = (_x + 15);
}
if (Key.isDown(87) and (!jumping)) {
this.gotoAndStop(3);
vel_y = 12;
jumping = true;
}
if (jumping) {
vel_y = vel_y - 1;
if (vel_y <= -11) {
vel_y = -11;
jumping = false;
}
this._y = this._y - vel_y;
}
if (Key.isDown(65) && (Key.isDown(87))) {
this.gotoAndStop(3);
}
if (Key.isDown(68) && (Key.isDown(87))) {
this.gotoAndStop(3);
}
if (((((((((!Key.isDown(65)) and (!Key.isDown(68))) and (!Key.isDown(87))) and (!Key.isDown(70))) and (!Key.isDown(71))) and (!Key.isDown(72))) and (!Key.isDown(82))) and (!Key.isDown(84))) and (!Key.isDown(89))) {
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(70)) {
this.gotoAndStop(4);
}
if (Key.isDown(71)) {
this.gotoAndStop(5);
}
if (Key.isDown(82)) {
this.gotoAndStop(7);
}
if (Key.isDown(84)) {
this.gotoAndStop(8);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(72)) {
this.gotoAndStop(6);
}
if (Key.isDown(89)) {
this.gotoAndStop(9);
}
if (Key.isDown(83)) {
this.gotoAndStop(1);
}
}
Instance of Symbol 1127 MovieClip "p2" in Frame 199
onClipEvent (enterFrame) {
if (Key.isDown(37)) {
this.gotoAndStop(2);
_xscale = 100;
_x = (_x - 15);
}
if (Key.isDown(39)) {
this.gotoAndStop(2);
_xscale = -100;
_x = (_x + 15);
}
if (Key.isDown(38) and (!jumping)) {
this.gotoAndStop(3);
vel_y = 12;
jumping = true;
}
if (jumping) {
vel_y = vel_y - 1;
if (vel_y <= -11) {
vel_y = -11;
jumping = false;
}
this._y = this._y - vel_y;
}
if (Key.isDown(37) && (Key.isDown(38))) {
this.gotoAndStop(3);
}
if (Key.isDown(39) && (Key.isDown(38))) {
this.gotoAndStop(3);
}
if (((((((((!Key.isDown(37)) and (!Key.isDown(39))) and (!Key.isDown(38))) and (!Key.isDown(97))) and (!Key.isDown(98))) and (!Key.isDown(99))) and (!Key.isDown(100))) and (!Key.isDown(101))) and (!Key.isDown(102))) {
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(97)) {
this.gotoAndStop(4);
}
if (Key.isDown(98)) {
this.gotoAndStop(5);
}
if (Key.isDown(100)) {
this.gotoAndStop(7);
}
if (Key.isDown(101)) {
this.gotoAndStop(8);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(99)) {
this.gotoAndStop(6);
}
if (Key.isDown(102)) {
this.gotoAndStop(9);
}
if (Key.isDown(40)) {
this.gotoAndStop(1);
}
}
Instance of Symbol 634 MovieClip in Frame 199
onClipEvent (enterFrame) {
if (_root.p1health <= 100) {
this.gotoAndStop(1);
}
if (_root.p1health <= 97) {
this.gotoAndStop(2);
}
if (_root.p1health <= 94) {
this.gotoAndStop(3);
}
if (_root.p1health <= 90) {
this.gotoAndStop(4);
}
if (_root.p1health <= 87) {
this.gotoAndStop(5);
}
if (_root.p1health <= 84) {
this.gotoAndStop(6);
}
if (_root.p1health <= 80) {
this.gotoAndStop(7);
}
if (_root.p1health <= 77) {
this.gotoAndStop(8);
}
if (_root.p1health <= 74) {
this.gotoAndStop(9);
}
if (_root.p1health <= 70) {
this.gotoAndStop(10);
}
if (_root.p1health <= 67) {
this.gotoAndStop(11);
}
if (_root.p1health <= 64) {
this.gotoAndStop(12);
}
if (_root.p1health <= 60) {
this.gotoAndStop(13);
}
if (_root.p1health <= 57) {
this.gotoAndStop(14);
}
if (_root.p1health <= 54) {
this.gotoAndStop(15);
}
if (_root.p1health <= 50) {
this.gotoAndStop(16);
}
if (_root.p1health <= 47) {
this.gotoAndStop(17);
}
if (_root.p1health <= 44) {
this.gotoAndStop(18);
}
if (_root.p1health <= 40) {
this.gotoAndStop(19);
}
if (_root.p1health <= 37) {
this.gotoAndStop(20);
}
if (_root.p1health <= 34) {
this.gotoAndStop(21);
}
if (_root.p1health <= 30) {
this.gotoAndStop(22);
}
if (_root.p1health <= 27) {
this.gotoAndStop(23);
}
if (_root.p1health <= 24) {
this.gotoAndStop(24);
}
if (_root.p1health <= 20) {
this.gotoAndStop(25);
}
if (_root.p1health <= 17) {
this.gotoAndStop(26);
}
if (_root.p1health <= 14) {
this.gotoAndStop(27);
}
if (_root.p1health <= 11) {
this.gotoAndStop(28);
}
if (_root.p1health <= 8) {
this.gotoAndStop(29);
}
if (_root.p1health <= 6) {
this.gotoAndStop(30);
}
if (_root.p1health <= 3) {
this.gotoAndStop(31);
}
if (_root.p1health <= 1) {
this.gotoAndStop(32);
}
if (_root.p1health <= 0) {
this.gotoAndStop(33);
_root.p2wins.play();
_root.p1health = 100;
_root.p2health = 100;
}
if (_root.p1health >= 101) {
_root.p1health = 100;
}
}
Instance of Symbol 634 MovieClip in Frame 199
onClipEvent (enterFrame) {
if (_root.p2health <= 100) {
this.gotoAndStop(1);
}
if (_root.p2health <= 97) {
this.gotoAndStop(2);
}
if (_root.p2health <= 94) {
this.gotoAndStop(3);
}
if (_root.p2health <= 90) {
this.gotoAndStop(4);
}
if (_root.p2health <= 87) {
this.gotoAndStop(5);
}
if (_root.p2health <= 84) {
this.gotoAndStop(6);
}
if (_root.p2health <= 80) {
this.gotoAndStop(7);
}
if (_root.p2health <= 77) {
this.gotoAndStop(8);
}
if (_root.p2health <= 74) {
this.gotoAndStop(9);
}
if (_root.p2health <= 70) {
this.gotoAndStop(10);
}
if (_root.p2health <= 67) {
this.gotoAndStop(11);
}
if (_root.p2health <= 64) {
this.gotoAndStop(12);
}
if (_root.p2health <= 60) {
this.gotoAndStop(13);
}
if (_root.p2health <= 57) {
this.gotoAndStop(14);
}
if (_root.p2health <= 54) {
this.gotoAndStop(15);
}
if (_root.p2health <= 50) {
this.gotoAndStop(16);
}
if (_root.p2health <= 47) {
this.gotoAndStop(17);
}
if (_root.p2health <= 44) {
this.gotoAndStop(18);
}
if (_root.p2health <= 40) {
this.gotoAndStop(19);
}
if (_root.p2health <= 37) {
this.gotoAndStop(20);
}
if (_root.p2health <= 34) {
this.gotoAndStop(21);
}
if (_root.p2health <= 30) {
this.gotoAndStop(22);
}
if (_root.p2health <= 27) {
this.gotoAndStop(23);
}
if (_root.p2health <= 24) {
this.gotoAndStop(24);
}
if (_root.p2health <= 20) {
this.gotoAndStop(25);
}
if (_root.p2health <= 17) {
this.gotoAndStop(26);
}
if (_root.p2health <= 14) {
this.gotoAndStop(27);
}
if (_root.p2health <= 11) {
this.gotoAndStop(28);
}
if (_root.p2health <= 8) {
this.gotoAndStop(29);
}
if (_root.p2health <= 6) {
this.gotoAndStop(30);
}
if (_root.p2health <= 3) {
this.gotoAndStop(31);
}
if (_root.p2health <= 1) {
this.gotoAndStop(32);
}
if (_root.p2health <= 0) {
this.gotoAndStop(33);
_root.p1wins.play();
_root.p1health = 100;
_root.p2health = 100;
}
if (_root.p2health >= 101) {
_root.p2health = 100;
}
}
Instance of Symbol 647 MovieClip "p1wins" in Frame 199
onClipEvent (enterFrame) {
if (_root.p1win >= 2) {
_root.onevictory.gotoAndStop(2);
}
}
Instance of Symbol 648 MovieClip "p2wins" in Frame 199
onClipEvent (enterFrame) {
if (_root.p2win >= 2) {
_root.twovictory.gotoAndStop(2);
}
}
Frame 200
stop();
_root.p1health = 100;
_root.p2health = 100;
Frame 201
stop();
_root.p1health = 100;
_root.p2health = 100;
_root.boxhp = 10;
Frame 202
stop();
_root.p1health = 100;
_root.p2health = 100;
Frame 205
stop();
_root.p1health = 100;
_root.p2health = 100;
Instance of Symbol 419 MovieClip "boundleft" in Frame 205
onClipEvent (enterFrame) {
_root.boundleft;
if (hitTest(_root.p1)) {
_root.p1._x = _root.p1._x + 15;
}
_root.boundleft;
if (hitTest(_root.p2)) {
_root.p2._x = _root.p2._x + 15;
}
}
Instance of Symbol 419 MovieClip in Frame 205
onClipEvent (enterFrame) {
_root.boundright;
if (hitTest(_root.p1)) {
_root.p1._x = _root.p1._x - 15;
}
_root.boundright;
if (hitTest(_root.p2)) {
_root.p2._x = _root.p2._x - 15;
}
}
Instance of Symbol 1156 MovieClip "p2" in Frame 205
onClipEvent (enterFrame) {
if (Key.isDown(37)) {
this.gotoAndStop(2);
_xscale = 100;
_x = (_x - 15);
}
if (Key.isDown(39)) {
this.gotoAndStop(2);
_xscale = -100;
_x = (_x + 15);
}
if (Key.isDown(38) and (!jumping)) {
this.gotoAndStop(3);
vel_y = 12;
jumping = true;
}
if (jumping) {
vel_y = vel_y - 1;
if (vel_y <= -11) {
vel_y = -11;
jumping = false;
}
this._y = this._y - vel_y;
}
if (Key.isDown(37) && (Key.isDown(38))) {
this.gotoAndStop(3);
}
if (Key.isDown(39) && (Key.isDown(38))) {
this.gotoAndStop(3);
}
if (((((((((!Key.isDown(37)) and (!Key.isDown(39))) and (!Key.isDown(38))) and (!Key.isDown(97))) and (!Key.isDown(98))) and (!Key.isDown(99))) and (!Key.isDown(100))) and (!Key.isDown(101))) and (!Key.isDown(102))) {
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(97)) {
this.gotoAndStop(4);
}
if (Key.isDown(98)) {
this.gotoAndStop(5);
}
if (Key.isDown(100)) {
this.gotoAndStop(7);
}
if (Key.isDown(101)) {
this.gotoAndStop(8);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(99)) {
this.gotoAndStop(6);
}
if (Key.isDown(102)) {
this.gotoAndStop(9);
}
if (Key.isDown(40)) {
this.gotoAndStop(1);
}
}
Instance of Symbol 1532 MovieClip "p1" in Frame 205
onClipEvent (enterFrame) {
if (Key.isDown(65)) {
this.gotoAndStop(2);
_xscale = -100;
_x = (_x - 15);
}
if (Key.isDown(68)) {
this.gotoAndStop(2);
_xscale = 100;
_x = (_x + 15);
}
if (Key.isDown(87) and (!jumping)) {
this.gotoAndStop(3);
vel_y = 12;
jumping = true;
}
if (jumping) {
vel_y = vel_y - 1;
if (vel_y <= -11) {
vel_y = -11;
jumping = false;
}
this._y = this._y - vel_y;
}
if (Key.isDown(65) && (Key.isDown(87))) {
this.gotoAndStop(3);
}
if (Key.isDown(68) && (Key.isDown(87))) {
this.gotoAndStop(3);
}
if (((((((((!Key.isDown(65)) and (!Key.isDown(68))) and (!Key.isDown(87))) and (!Key.isDown(70))) and (!Key.isDown(71))) and (!Key.isDown(72))) and (!Key.isDown(82))) and (!Key.isDown(84))) and (!Key.isDown(89))) {
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(70)) {
this.gotoAndStop(4);
}
if (Key.isDown(71)) {
this.gotoAndStop(5);
}
if (Key.isDown(82)) {
this.gotoAndStop(7);
}
if (Key.isDown(84)) {
this.gotoAndStop(8);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(72)) {
this.gotoAndStop(6);
}
if (Key.isDown(89)) {
this.gotoAndStop(9);
}
if (Key.isDown(83)) {
this.gotoAndStop(1);
}
}
Instance of Symbol 634 MovieClip in Frame 205
onClipEvent (enterFrame) {
if (_root.p1health <= 100) {
this.gotoAndStop(1);
}
if (_root.p1health <= 97) {
this.gotoAndStop(2);
}
if (_root.p1health <= 94) {
this.gotoAndStop(3);
}
if (_root.p1health <= 90) {
this.gotoAndStop(4);
}
if (_root.p1health <= 87) {
this.gotoAndStop(5);
}
if (_root.p1health <= 84) {
this.gotoAndStop(6);
}
if (_root.p1health <= 80) {
this.gotoAndStop(7);
}
if (_root.p1health <= 77) {
this.gotoAndStop(8);
}
if (_root.p1health <= 74) {
this.gotoAndStop(9);
}
if (_root.p1health <= 70) {
this.gotoAndStop(10);
}
if (_root.p1health <= 67) {
this.gotoAndStop(11);
}
if (_root.p1health <= 64) {
this.gotoAndStop(12);
}
if (_root.p1health <= 60) {
this.gotoAndStop(13);
}
if (_root.p1health <= 57) {
this.gotoAndStop(14);
}
if (_root.p1health <= 54) {
this.gotoAndStop(15);
}
if (_root.p1health <= 50) {
this.gotoAndStop(16);
}
if (_root.p1health <= 47) {
this.gotoAndStop(17);
}
if (_root.p1health <= 44) {
this.gotoAndStop(18);
}
if (_root.p1health <= 40) {
this.gotoAndStop(19);
}
if (_root.p1health <= 37) {
this.gotoAndStop(20);
}
if (_root.p1health <= 34) {
this.gotoAndStop(21);
}
if (_root.p1health <= 30) {
this.gotoAndStop(22);
}
if (_root.p1health <= 27) {
this.gotoAndStop(23);
}
if (_root.p1health <= 24) {
this.gotoAndStop(24);
}
if (_root.p1health <= 20) {
this.gotoAndStop(25);
}
if (_root.p1health <= 17) {
this.gotoAndStop(26);
}
if (_root.p1health <= 14) {
this.gotoAndStop(27);
}
if (_root.p1health <= 11) {
this.gotoAndStop(28);
}
if (_root.p1health <= 8) {
this.gotoAndStop(29);
}
if (_root.p1health <= 6) {
this.gotoAndStop(30);
}
if (_root.p1health <= 3) {
this.gotoAndStop(31);
}
if (_root.p1health <= 1) {
this.gotoAndStop(32);
}
if (_root.p1health <= 0) {
this.gotoAndStop(33);
_root.p2wins.play();
_root.p1health = 100;
_root.p2health = 100;
}
if (_root.p1health >= 101) {
_root.p1health = 100;
}
}
Instance of Symbol 634 MovieClip in Frame 205
onClipEvent (enterFrame) {
if (_root.p2health <= 100) {
this.gotoAndStop(1);
}
if (_root.p2health <= 97) {
this.gotoAndStop(2);
}
if (_root.p2health <= 94) {
this.gotoAndStop(3);
}
if (_root.p2health <= 90) {
this.gotoAndStop(4);
}
if (_root.p2health <= 87) {
this.gotoAndStop(5);
}
if (_root.p2health <= 84) {
this.gotoAndStop(6);
}
if (_root.p2health <= 80) {
this.gotoAndStop(7);
}
if (_root.p2health <= 77) {
this.gotoAndStop(8);
}
if (_root.p2health <= 74) {
this.gotoAndStop(9);
}
if (_root.p2health <= 70) {
this.gotoAndStop(10);
}
if (_root.p2health <= 67) {
this.gotoAndStop(11);
}
if (_root.p2health <= 64) {
this.gotoAndStop(12);
}
if (_root.p2health <= 60) {
this.gotoAndStop(13);
}
if (_root.p2health <= 57) {
this.gotoAndStop(14);
}
if (_root.p2health <= 54) {
this.gotoAndStop(15);
}
if (_root.p2health <= 50) {
this.gotoAndStop(16);
}
if (_root.p2health <= 47) {
this.gotoAndStop(17);
}
if (_root.p2health <= 44) {
this.gotoAndStop(18);
}
if (_root.p2health <= 40) {
this.gotoAndStop(19);
}
if (_root.p2health <= 37) {
this.gotoAndStop(20);
}
if (_root.p2health <= 34) {
this.gotoAndStop(21);
}
if (_root.p2health <= 30) {
this.gotoAndStop(22);
}
if (_root.p2health <= 27) {
this.gotoAndStop(23);
}
if (_root.p2health <= 24) {
this.gotoAndStop(24);
}
if (_root.p2health <= 20) {
this.gotoAndStop(25);
}
if (_root.p2health <= 17) {
this.gotoAndStop(26);
}
if (_root.p2health <= 14) {
this.gotoAndStop(27);
}
if (_root.p2health <= 11) {
this.gotoAndStop(28);
}
if (_root.p2health <= 8) {
this.gotoAndStop(29);
}
if (_root.p2health <= 6) {
this.gotoAndStop(30);
}
if (_root.p2health <= 3) {
this.gotoAndStop(31);
}
if (_root.p2health <= 1) {
this.gotoAndStop(32);
}
if (_root.p2health <= 0) {
this.gotoAndStop(33);
_root.p1wins.play();
_root.p1health = 100;
_root.p2health = 100;
}
if (_root.p2health >= 101) {
_root.p2health = 100;
}
}
Instance of Symbol 647 MovieClip "p1wins" in Frame 205
onClipEvent (enterFrame) {
if (_root.p1win >= 2) {
_root.onevictory.gotoAndStop(2);
}
}
Instance of Symbol 648 MovieClip "p2wins" in Frame 205
onClipEvent (enterFrame) {
if (_root.p2win >= 2) {
_root.twovictory.gotoAndStop(2);
}
}
Frame 206
stop();
_root.p1health = 100;
_root.p2health = 100;
Frame 207
stop();
_root.p1health = 100;
_root.p2health = 100;
_root.boxhp = 10;
Frame 208
stop();
_root.p1health = 100;
_root.p2health = 100;
Frame 210
stop();
_root.p1health = 100;
_root.p2health = 100;
Instance of Symbol 419 MovieClip "boundleft" in Frame 210
onClipEvent (enterFrame) {
_root.boundleft;
if (hitTest(_root.p1)) {
_root.p1._x = _root.p1._x + 15;
}
_root.boundleft;
if (hitTest(_root.p2)) {
_root.p2._x = _root.p2._x + 15;
}
}
Instance of Symbol 419 MovieClip in Frame 210
onClipEvent (enterFrame) {
_root.boundright;
if (hitTest(_root.p1)) {
_root.p1._x = _root.p1._x - 15;
}
_root.boundright;
if (hitTest(_root.p2)) {
_root.p2._x = _root.p2._x - 15;
}
}
Instance of Symbol 1532 MovieClip "p1" in Frame 210
onClipEvent (enterFrame) {
if (Key.isDown(65)) {
this.gotoAndStop(2);
_xscale = -100;
_x = (_x - 15);
}
if (Key.isDown(68)) {
this.gotoAndStop(2);
_xscale = 100;
_x = (_x + 15);
}
if (Key.isDown(87) and (!jumping)) {
this.gotoAndStop(3);
vel_y = 12;
jumping = true;
}
if (jumping) {
vel_y = vel_y - 1;
if (vel_y <= -11) {
vel_y = -11;
jumping = false;
}
this._y = this._y - vel_y;
}
if (Key.isDown(65) && (Key.isDown(87))) {
this.gotoAndStop(3);
}
if (Key.isDown(68) && (Key.isDown(87))) {
this.gotoAndStop(3);
}
if (((((((((!Key.isDown(65)) and (!Key.isDown(68))) and (!Key.isDown(87))) and (!Key.isDown(70))) and (!Key.isDown(71))) and (!Key.isDown(72))) and (!Key.isDown(82))) and (!Key.isDown(84))) and (!Key.isDown(89))) {
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(70)) {
this.gotoAndStop(4);
}
if (Key.isDown(71)) {
this.gotoAndStop(5);
}
if (Key.isDown(82)) {
this.gotoAndStop(7);
}
if (Key.isDown(84)) {
this.gotoAndStop(8);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(72)) {
this.gotoAndStop(6);
}
if (Key.isDown(89)) {
this.gotoAndStop(9);
}
if (Key.isDown(83)) {
this.gotoAndStop(1);
}
}
Instance of Symbol 513 MovieClip "p2" in Frame 210
onClipEvent (enterFrame) {
if (Key.isDown(37)) {
this.gotoAndStop(2);
_xscale = 100;
_x = (_x - 15);
}
if (Key.isDown(39)) {
this.gotoAndStop(2);
_xscale = -100;
_x = (_x + 15);
}
if (Key.isDown(38) and (!jumping)) {
this.gotoAndStop(3);
vel_y = 12;
jumping = true;
}
if (jumping) {
vel_y = vel_y - 1;
if (vel_y <= -11) {
vel_y = -11;
jumping = false;
}
this._y = this._y - vel_y;
}
if (Key.isDown(37) && (Key.isDown(38))) {
this.gotoAndStop(3);
}
if (Key.isDown(39) && (Key.isDown(38))) {
this.gotoAndStop(3);
}
if (((((((((!Key.isDown(37)) and (!Key.isDown(39))) and (!Key.isDown(38))) and (!Key.isDown(97))) and (!Key.isDown(98))) and (!Key.isDown(99))) and (!Key.isDown(100))) and (!Key.isDown(101))) and (!Key.isDown(102))) {
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(97)) {
this.gotoAndStop(4);
}
if (Key.isDown(98)) {
this.gotoAndStop(5);
}
if (Key.isDown(100)) {
this.gotoAndStop(7);
}
if (Key.isDown(101)) {
this.gotoAndStop(8);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(99)) {
this.gotoAndStop(6);
}
if (Key.isDown(102)) {
this.gotoAndStop(9);
}
if (Key.isDown(40)) {
this.gotoAndStop(1);
}
}
Instance of Symbol 634 MovieClip in Frame 210
onClipEvent (enterFrame) {
if (_root.p1health <= 100) {
this.gotoAndStop(1);
}
if (_root.p1health <= 97) {
this.gotoAndStop(2);
}
if (_root.p1health <= 94) {
this.gotoAndStop(3);
}
if (_root.p1health <= 90) {
this.gotoAndStop(4);
}
if (_root.p1health <= 87) {
this.gotoAndStop(5);
}
if (_root.p1health <= 84) {
this.gotoAndStop(6);
}
if (_root.p1health <= 80) {
this.gotoAndStop(7);
}
if (_root.p1health <= 77) {
this.gotoAndStop(8);
}
if (_root.p1health <= 74) {
this.gotoAndStop(9);
}
if (_root.p1health <= 70) {
this.gotoAndStop(10);
}
if (_root.p1health <= 67) {
this.gotoAndStop(11);
}
if (_root.p1health <= 64) {
this.gotoAndStop(12);
}
if (_root.p1health <= 60) {
this.gotoAndStop(13);
}
if (_root.p1health <= 57) {
this.gotoAndStop(14);
}
if (_root.p1health <= 54) {
this.gotoAndStop(15);
}
if (_root.p1health <= 50) {
this.gotoAndStop(16);
}
if (_root.p1health <= 47) {
this.gotoAndStop(17);
}
if (_root.p1health <= 44) {
this.gotoAndStop(18);
}
if (_root.p1health <= 40) {
this.gotoAndStop(19);
}
if (_root.p1health <= 37) {
this.gotoAndStop(20);
}
if (_root.p1health <= 34) {
this.gotoAndStop(21);
}
if (_root.p1health <= 30) {
this.gotoAndStop(22);
}
if (_root.p1health <= 27) {
this.gotoAndStop(23);
}
if (_root.p1health <= 24) {
this.gotoAndStop(24);
}
if (_root.p1health <= 20) {
this.gotoAndStop(25);
}
if (_root.p1health <= 17) {
this.gotoAndStop(26);
}
if (_root.p1health <= 14) {
this.gotoAndStop(27);
}
if (_root.p1health <= 11) {
this.gotoAndStop(28);
}
if (_root.p1health <= 8) {
this.gotoAndStop(29);
}
if (_root.p1health <= 6) {
this.gotoAndStop(30);
}
if (_root.p1health <= 3) {
this.gotoAndStop(31);
}
if (_root.p1health <= 1) {
this.gotoAndStop(32);
}
if (_root.p1health <= 0) {
this.gotoAndStop(33);
_root.p2wins.play();
_root.p1health = 100;
_root.p2health = 100;
}
if (_root.p1health >= 101) {
_root.p1health = 100;
}
}
Instance of Symbol 634 MovieClip in Frame 210
onClipEvent (enterFrame) {
if (_root.p2health <= 100) {
this.gotoAndStop(1);
}
if (_root.p2health <= 97) {
this.gotoAndStop(2);
}
if (_root.p2health <= 94) {
this.gotoAndStop(3);
}
if (_root.p2health <= 90) {
this.gotoAndStop(4);
}
if (_root.p2health <= 87) {
this.gotoAndStop(5);
}
if (_root.p2health <= 84) {
this.gotoAndStop(6);
}
if (_root.p2health <= 80) {
this.gotoAndStop(7);
}
if (_root.p2health <= 77) {
this.gotoAndStop(8);
}
if (_root.p2health <= 74) {
this.gotoAndStop(9);
}
if (_root.p2health <= 70) {
this.gotoAndStop(10);
}
if (_root.p2health <= 67) {
this.gotoAndStop(11);
}
if (_root.p2health <= 64) {
this.gotoAndStop(12);
}
if (_root.p2health <= 60) {
this.gotoAndStop(13);
}
if (_root.p2health <= 57) {
this.gotoAndStop(14);
}
if (_root.p2health <= 54) {
this.gotoAndStop(15);
}
if (_root.p2health <= 50) {
this.gotoAndStop(16);
}
if (_root.p2health <= 47) {
this.gotoAndStop(17);
}
if (_root.p2health <= 44) {
this.gotoAndStop(18);
}
if (_root.p2health <= 40) {
this.gotoAndStop(19);
}
if (_root.p2health <= 37) {
this.gotoAndStop(20);
}
if (_root.p2health <= 34) {
this.gotoAndStop(21);
}
if (_root.p2health <= 30) {
this.gotoAndStop(22);
}
if (_root.p2health <= 27) {
this.gotoAndStop(23);
}
if (_root.p2health <= 24) {
this.gotoAndStop(24);
}
if (_root.p2health <= 20) {
this.gotoAndStop(25);
}
if (_root.p2health <= 17) {
this.gotoAndStop(26);
}
if (_root.p2health <= 14) {
this.gotoAndStop(27);
}
if (_root.p2health <= 11) {
this.gotoAndStop(28);
}
if (_root.p2health <= 8) {
this.gotoAndStop(29);
}
if (_root.p2health <= 6) {
this.gotoAndStop(30);
}
if (_root.p2health <= 3) {
this.gotoAndStop(31);
}
if (_root.p2health <= 1) {
this.gotoAndStop(32);
}
if (_root.p2health <= 0) {
this.gotoAndStop(33);
_root.p1wins.play();
_root.p1health = 100;
_root.p2health = 100;
}
if (_root.p2health >= 101) {
_root.p2health = 100;
}
}
Instance of Symbol 647 MovieClip "p1wins" in Frame 210
onClipEvent (enterFrame) {
if (_root.p1win >= 2) {
_root.onevictory.gotoAndStop(2);
}
}
Instance of Symbol 648 MovieClip "p2wins" in Frame 210
onClipEvent (enterFrame) {
if (_root.p2win >= 2) {
_root.twovictory.gotoAndStop(2);
}
}
Frame 211
stop();
_root.p1health = 100;
_root.p2health = 100;
Frame 212
stop();
_root.p1health = 100;
_root.p2health = 100;
_root.boxhp = 10;
Frame 213
stop();
_root.p1health = 100;
_root.p2health = 100;
Frame 215
stop();
_root.p1health = 100;
_root.p2health = 100;
Instance of Symbol 419 MovieClip "boundleft" in Frame 215
onClipEvent (enterFrame) {
_root.boundleft;
if (hitTest(_root.p1)) {
_root.p1._x = _root.p1._x + 15;
}
_root.boundleft;
if (hitTest(_root.p2)) {
_root.p2._x = _root.p2._x + 15;
}
}
Instance of Symbol 419 MovieClip in Frame 215
onClipEvent (enterFrame) {
_root.boundright;
if (hitTest(_root.p1)) {
_root.p1._x = _root.p1._x - 15;
}
_root.boundright;
if (hitTest(_root.p2)) {
_root.p2._x = _root.p2._x - 15;
}
}
Instance of Symbol 1532 MovieClip "p1" in Frame 215
onClipEvent (enterFrame) {
if (Key.isDown(65)) {
this.gotoAndStop(2);
_xscale = -100;
_x = (_x - 15);
}
if (Key.isDown(68)) {
this.gotoAndStop(2);
_xscale = 100;
_x = (_x + 15);
}
if (Key.isDown(87) and (!jumping)) {
this.gotoAndStop(3);
vel_y = 12;
jumping = true;
}
if (jumping) {
vel_y = vel_y - 1;
if (vel_y <= -11) {
vel_y = -11;
jumping = false;
}
this._y = this._y - vel_y;
}
if (Key.isDown(65) && (Key.isDown(87))) {
this.gotoAndStop(3);
}
if (Key.isDown(68) && (Key.isDown(87))) {
this.gotoAndStop(3);
}
if (((((((((!Key.isDown(65)) and (!Key.isDown(68))) and (!Key.isDown(87))) and (!Key.isDown(70))) and (!Key.isDown(71))) and (!Key.isDown(72))) and (!Key.isDown(82))) and (!Key.isDown(84))) and (!Key.isDown(89))) {
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(70)) {
this.gotoAndStop(4);
}
if (Key.isDown(71)) {
this.gotoAndStop(5);
}
if (Key.isDown(82)) {
this.gotoAndStop(7);
}
if (Key.isDown(84)) {
this.gotoAndStop(8);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(72)) {
this.gotoAndStop(6);
}
if (Key.isDown(89)) {
this.gotoAndStop(9);
}
if (Key.isDown(83)) {
this.gotoAndStop(1);
}
}
Instance of Symbol 819 MovieClip "p2" in Frame 215
onClipEvent (enterFrame) {
if (Key.isDown(37)) {
this.gotoAndStop(2);
_xscale = 100;
_x = (_x - 15);
}
if (Key.isDown(39)) {
this.gotoAndStop(2);
_xscale = -100;
_x = (_x + 15);
}
if (Key.isDown(38) and (!jumping)) {
this.gotoAndStop(3);
vel_y = 12;
jumping = true;
}
if (jumping) {
vel_y = vel_y - 1;
if (vel_y <= -11) {
vel_y = -11;
jumping = false;
}
this._y = this._y - vel_y;
}
if (Key.isDown(37) && (Key.isDown(38))) {
this.gotoAndStop(3);
}
if (Key.isDown(39) && (Key.isDown(38))) {
this.gotoAndStop(3);
}
if (((((((((!Key.isDown(37)) and (!Key.isDown(39))) and (!Key.isDown(38))) and (!Key.isDown(97))) and (!Key.isDown(98))) and (!Key.isDown(99))) and (!Key.isDown(100))) and (!Key.isDown(101))) and (!Key.isDown(102))) {
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(97)) {
this.gotoAndStop(4);
}
if (Key.isDown(98)) {
this.gotoAndStop(5);
}
if (Key.isDown(100)) {
this.gotoAndStop(7);
}
if (Key.isDown(101)) {
this.gotoAndStop(8);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(99)) {
this.gotoAndStop(6);
}
if (Key.isDown(102)) {
this.gotoAndStop(9);
}
if (Key.isDown(40)) {
this.gotoAndStop(1);
}
}
Instance of Symbol 634 MovieClip in Frame 215
onClipEvent (enterFrame) {
if (_root.p1health <= 100) {
this.gotoAndStop(1);
}
if (_root.p1health <= 97) {
this.gotoAndStop(2);
}
if (_root.p1health <= 94) {
this.gotoAndStop(3);
}
if (_root.p1health <= 90) {
this.gotoAndStop(4);
}
if (_root.p1health <= 87) {
this.gotoAndStop(5);
}
if (_root.p1health <= 84) {
this.gotoAndStop(6);
}
if (_root.p1health <= 80) {
this.gotoAndStop(7);
}
if (_root.p1health <= 77) {
this.gotoAndStop(8);
}
if (_root.p1health <= 74) {
this.gotoAndStop(9);
}
if (_root.p1health <= 70) {
this.gotoAndStop(10);
}
if (_root.p1health <= 67) {
this.gotoAndStop(11);
}
if (_root.p1health <= 64) {
this.gotoAndStop(12);
}
if (_root.p1health <= 60) {
this.gotoAndStop(13);
}
if (_root.p1health <= 57) {
this.gotoAndStop(14);
}
if (_root.p1health <= 54) {
this.gotoAndStop(15);
}
if (_root.p1health <= 50) {
this.gotoAndStop(16);
}
if (_root.p1health <= 47) {
this.gotoAndStop(17);
}
if (_root.p1health <= 44) {
this.gotoAndStop(18);
}
if (_root.p1health <= 40) {
this.gotoAndStop(19);
}
if (_root.p1health <= 37) {
this.gotoAndStop(20);
}
if (_root.p1health <= 34) {
this.gotoAndStop(21);
}
if (_root.p1health <= 30) {
this.gotoAndStop(22);
}
if (_root.p1health <= 27) {
this.gotoAndStop(23);
}
if (_root.p1health <= 24) {
this.gotoAndStop(24);
}
if (_root.p1health <= 20) {
this.gotoAndStop(25);
}
if (_root.p1health <= 17) {
this.gotoAndStop(26);
}
if (_root.p1health <= 14) {
this.gotoAndStop(27);
}
if (_root.p1health <= 11) {
this.gotoAndStop(28);
}
if (_root.p1health <= 8) {
this.gotoAndStop(29);
}
if (_root.p1health <= 6) {
this.gotoAndStop(30);
}
if (_root.p1health <= 3) {
this.gotoAndStop(31);
}
if (_root.p1health <= 1) {
this.gotoAndStop(32);
}
if (_root.p1health <= 0) {
this.gotoAndStop(33);
_root.p2wins.play();
_root.p1health = 100;
_root.p2health = 100;
}
if (_root.p1health >= 101) {
_root.p1health = 100;
}
}
Instance of Symbol 634 MovieClip in Frame 215
onClipEvent (enterFrame) {
if (_root.p2health <= 100) {
this.gotoAndStop(1);
}
if (_root.p2health <= 97) {
this.gotoAndStop(2);
}
if (_root.p2health <= 94) {
this.gotoAndStop(3);
}
if (_root.p2health <= 90) {
this.gotoAndStop(4);
}
if (_root.p2health <= 87) {
this.gotoAndStop(5);
}
if (_root.p2health <= 84) {
this.gotoAndStop(6);
}
if (_root.p2health <= 80) {
this.gotoAndStop(7);
}
if (_root.p2health <= 77) {
this.gotoAndStop(8);
}
if (_root.p2health <= 74) {
this.gotoAndStop(9);
}
if (_root.p2health <= 70) {
this.gotoAndStop(10);
}
if (_root.p2health <= 67) {
this.gotoAndStop(11);
}
if (_root.p2health <= 64) {
this.gotoAndStop(12);
}
if (_root.p2health <= 60) {
this.gotoAndStop(13);
}
if (_root.p2health <= 57) {
this.gotoAndStop(14);
}
if (_root.p2health <= 54) {
this.gotoAndStop(15);
}
if (_root.p2health <= 50) {
this.gotoAndStop(16);
}
if (_root.p2health <= 47) {
this.gotoAndStop(17);
}
if (_root.p2health <= 44) {
this.gotoAndStop(18);
}
if (_root.p2health <= 40) {
this.gotoAndStop(19);
}
if (_root.p2health <= 37) {
this.gotoAndStop(20);
}
if (_root.p2health <= 34) {
this.gotoAndStop(21);
}
if (_root.p2health <= 30) {
this.gotoAndStop(22);
}
if (_root.p2health <= 27) {
this.gotoAndStop(23);
}
if (_root.p2health <= 24) {
this.gotoAndStop(24);
}
if (_root.p2health <= 20) {
this.gotoAndStop(25);
}
if (_root.p2health <= 17) {
this.gotoAndStop(26);
}
if (_root.p2health <= 14) {
this.gotoAndStop(27);
}
if (_root.p2health <= 11) {
this.gotoAndStop(28);
}
if (_root.p2health <= 8) {
this.gotoAndStop(29);
}
if (_root.p2health <= 6) {
this.gotoAndStop(30);
}
if (_root.p2health <= 3) {
this.gotoAndStop(31);
}
if (_root.p2health <= 1) {
this.gotoAndStop(32);
}
if (_root.p2health <= 0) {
this.gotoAndStop(33);
_root.p1wins.play();
_root.p1health = 100;
_root.p2health = 100;
}
if (_root.p2health >= 101) {
_root.p2health = 100;
}
}
Instance of Symbol 647 MovieClip "p1wins" in Frame 215
onClipEvent (enterFrame) {
if (_root.p1win >= 2) {
_root.onevictory.gotoAndStop(2);
}
}
Instance of Symbol 648 MovieClip "p2wins" in Frame 215
onClipEvent (enterFrame) {
if (_root.p2win >= 2) {
_root.twovictory.gotoAndStop(2);
}
}
Frame 216
stop();
_root.p1health = 100;
_root.p2health = 100;
Frame 217
stop();
_root.p1health = 100;
_root.p2health = 100;
_root.boxhp = 10;
Frame 218
stop();
_root.p1health = 100;
_root.p2health = 100;
Frame 220
stop();
_root.p1health = 100;
_root.p2health = 100;
Instance of Symbol 419 MovieClip "boundleft" in Frame 220
onClipEvent (enterFrame) {
_root.boundleft;
if (hitTest(_root.p1)) {
_root.p1._x = _root.p1._x + 15;
}
_root.boundleft;
if (hitTest(_root.p2)) {
_root.p2._x = _root.p2._x + 15;
}
}
Instance of Symbol 419 MovieClip in Frame 220
onClipEvent (enterFrame) {
_root.boundright;
if (hitTest(_root.p1)) {
_root.p1._x = _root.p1._x - 15;
}
_root.boundright;
if (hitTest(_root.p2)) {
_root.p2._x = _root.p2._x - 15;
}
}
Instance of Symbol 1532 MovieClip "p1" in Frame 220
onClipEvent (enterFrame) {
if (Key.isDown(65)) {
this.gotoAndStop(2);
_xscale = -100;
_x = (_x - 15);
}
if (Key.isDown(68)) {
this.gotoAndStop(2);
_xscale = 100;
_x = (_x + 15);
}
if (Key.isDown(87) and (!jumping)) {
this.gotoAndStop(3);
vel_y = 12;
jumping = true;
}
if (jumping) {
vel_y = vel_y - 1;
if (vel_y <= -11) {
vel_y = -11;
jumping = false;
}
this._y = this._y - vel_y;
}
if (Key.isDown(65) && (Key.isDown(87))) {
this.gotoAndStop(3);
}
if (Key.isDown(68) && (Key.isDown(87))) {
this.gotoAndStop(3);
}
if (((((((((!Key.isDown(65)) and (!Key.isDown(68))) and (!Key.isDown(87))) and (!Key.isDown(70))) and (!Key.isDown(71))) and (!Key.isDown(72))) and (!Key.isDown(82))) and (!Key.isDown(84))) and (!Key.isDown(89))) {
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(70)) {
this.gotoAndStop(4);
}
if (Key.isDown(71)) {
this.gotoAndStop(5);
}
if (Key.isDown(82)) {
this.gotoAndStop(7);
}
if (Key.isDown(84)) {
this.gotoAndStop(8);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(72)) {
this.gotoAndStop(6);
}
if (Key.isDown(89)) {
this.gotoAndStop(9);
}
if (Key.isDown(83)) {
this.gotoAndStop(1);
}
}
Instance of Symbol 926 MovieClip "p2" in Frame 220
onClipEvent (enterFrame) {
if (Key.isDown(37)) {
this.gotoAndStop(2);
_xscale = 100;
_x = (_x - 15);
}
if (Key.isDown(39)) {
this.gotoAndStop(2);
_xscale = -100;
_x = (_x + 15);
}
if (Key.isDown(38) and (!jumping)) {
this.gotoAndStop(3);
vel_y = 12;
jumping = true;
}
if (jumping) {
vel_y = vel_y - 1;
if (vel_y <= -11) {
vel_y = -11;
jumping = false;
}
this._y = this._y - vel_y;
}
if (Key.isDown(37) && (Key.isDown(38))) {
this.gotoAndStop(3);
}
if (Key.isDown(39) && (Key.isDown(38))) {
this.gotoAndStop(3);
}
if (((((((((!Key.isDown(37)) and (!Key.isDown(39))) and (!Key.isDown(38))) and (!Key.isDown(97))) and (!Key.isDown(98))) and (!Key.isDown(99))) and (!Key.isDown(100))) and (!Key.isDown(101))) and (!Key.isDown(102))) {
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(97)) {
this.gotoAndStop(4);
}
if (Key.isDown(98)) {
this.gotoAndStop(5);
}
if (Key.isDown(100)) {
this.gotoAndStop(7);
}
if (Key.isDown(101)) {
this.gotoAndStop(8);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(99)) {
this.gotoAndStop(6);
}
if (Key.isDown(102)) {
this.gotoAndStop(9);
}
if (Key.isDown(40)) {
this.gotoAndStop(1);
}
}
Instance of Symbol 634 MovieClip in Frame 220
onClipEvent (enterFrame) {
if (_root.p1health <= 100) {
this.gotoAndStop(1);
}
if (_root.p1health <= 97) {
this.gotoAndStop(2);
}
if (_root.p1health <= 94) {
this.gotoAndStop(3);
}
if (_root.p1health <= 90) {
this.gotoAndStop(4);
}
if (_root.p1health <= 87) {
this.gotoAndStop(5);
}
if (_root.p1health <= 84) {
this.gotoAndStop(6);
}
if (_root.p1health <= 80) {
this.gotoAndStop(7);
}
if (_root.p1health <= 77) {
this.gotoAndStop(8);
}
if (_root.p1health <= 74) {
this.gotoAndStop(9);
}
if (_root.p1health <= 70) {
this.gotoAndStop(10);
}
if (_root.p1health <= 67) {
this.gotoAndStop(11);
}
if (_root.p1health <= 64) {
this.gotoAndStop(12);
}
if (_root.p1health <= 60) {
this.gotoAndStop(13);
}
if (_root.p1health <= 57) {
this.gotoAndStop(14);
}
if (_root.p1health <= 54) {
this.gotoAndStop(15);
}
if (_root.p1health <= 50) {
this.gotoAndStop(16);
}
if (_root.p1health <= 47) {
this.gotoAndStop(17);
}
if (_root.p1health <= 44) {
this.gotoAndStop(18);
}
if (_root.p1health <= 40) {
this.gotoAndStop(19);
}
if (_root.p1health <= 37) {
this.gotoAndStop(20);
}
if (_root.p1health <= 34) {
this.gotoAndStop(21);
}
if (_root.p1health <= 30) {
this.gotoAndStop(22);
}
if (_root.p1health <= 27) {
this.gotoAndStop(23);
}
if (_root.p1health <= 24) {
this.gotoAndStop(24);
}
if (_root.p1health <= 20) {
this.gotoAndStop(25);
}
if (_root.p1health <= 17) {
this.gotoAndStop(26);
}
if (_root.p1health <= 14) {
this.gotoAndStop(27);
}
if (_root.p1health <= 11) {
this.gotoAndStop(28);
}
if (_root.p1health <= 8) {
this.gotoAndStop(29);
}
if (_root.p1health <= 6) {
this.gotoAndStop(30);
}
if (_root.p1health <= 3) {
this.gotoAndStop(31);
}
if (_root.p1health <= 1) {
this.gotoAndStop(32);
}
if (_root.p1health <= 0) {
this.gotoAndStop(33);
_root.p2wins.play();
_root.p1health = 100;
_root.p2health = 100;
}
if (_root.p1health >= 101) {
_root.p1health = 100;
}
}
Instance of Symbol 634 MovieClip in Frame 220
onClipEvent (enterFrame) {
if (_root.p2health <= 100) {
this.gotoAndStop(1);
}
if (_root.p2health <= 97) {
this.gotoAndStop(2);
}
if (_root.p2health <= 94) {
this.gotoAndStop(3);
}
if (_root.p2health <= 90) {
this.gotoAndStop(4);
}
if (_root.p2health <= 87) {
this.gotoAndStop(5);
}
if (_root.p2health <= 84) {
this.gotoAndStop(6);
}
if (_root.p2health <= 80) {
this.gotoAndStop(7);
}
if (_root.p2health <= 77) {
this.gotoAndStop(8);
}
if (_root.p2health <= 74) {
this.gotoAndStop(9);
}
if (_root.p2health <= 70) {
this.gotoAndStop(10);
}
if (_root.p2health <= 67) {
this.gotoAndStop(11);
}
if (_root.p2health <= 64) {
this.gotoAndStop(12);
}
if (_root.p2health <= 60) {
this.gotoAndStop(13);
}
if (_root.p2health <= 57) {
this.gotoAndStop(14);
}
if (_root.p2health <= 54) {
this.gotoAndStop(15);
}
if (_root.p2health <= 50) {
this.gotoAndStop(16);
}
if (_root.p2health <= 47) {
this.gotoAndStop(17);
}
if (_root.p2health <= 44) {
this.gotoAndStop(18);
}
if (_root.p2health <= 40) {
this.gotoAndStop(19);
}
if (_root.p2health <= 37) {
this.gotoAndStop(20);
}
if (_root.p2health <= 34) {
this.gotoAndStop(21);
}
if (_root.p2health <= 30) {
this.gotoAndStop(22);
}
if (_root.p2health <= 27) {
this.gotoAndStop(23);
}
if (_root.p2health <= 24) {
this.gotoAndStop(24);
}
if (_root.p2health <= 20) {
this.gotoAndStop(25);
}
if (_root.p2health <= 17) {
this.gotoAndStop(26);
}
if (_root.p2health <= 14) {
this.gotoAndStop(27);
}
if (_root.p2health <= 11) {
this.gotoAndStop(28);
}
if (_root.p2health <= 8) {
this.gotoAndStop(29);
}
if (_root.p2health <= 6) {
this.gotoAndStop(30);
}
if (_root.p2health <= 3) {
this.gotoAndStop(31);
}
if (_root.p2health <= 1) {
this.gotoAndStop(32);
}
if (_root.p2health <= 0) {
this.gotoAndStop(33);
_root.p1wins.play();
_root.p1health = 100;
_root.p2health = 100;
}
if (_root.p2health >= 101) {
_root.p2health = 100;
}
}
Instance of Symbol 647 MovieClip "p1wins" in Frame 220
onClipEvent (enterFrame) {
if (_root.p1win >= 2) {
_root.onevictory.gotoAndStop(2);
}
}
Instance of Symbol 648 MovieClip "p2wins" in Frame 220
onClipEvent (enterFrame) {
if (_root.p2win >= 2) {
_root.twovictory.gotoAndStop(2);
}
}
Frame 221
stop();
_root.p1health = 100;
_root.p2health = 100;
Frame 222
stop();
_root.p1health = 100;
_root.p2health = 100;
_root.boxhp = 10;
Frame 223
stop();
_root.p1health = 100;
_root.p2health = 100;
Frame 225
stop();
_root.p1health = 100;
_root.p2health = 100;
Instance of Symbol 419 MovieClip "boundleft" in Frame 225
onClipEvent (enterFrame) {
_root.boundleft;
if (hitTest(_root.p1)) {
_root.p1._x = _root.p1._x + 15;
}
_root.boundleft;
if (hitTest(_root.p2)) {
_root.p2._x = _root.p2._x + 15;
}
}
Instance of Symbol 419 MovieClip in Frame 225
onClipEvent (enterFrame) {
_root.boundright;
if (hitTest(_root.p1)) {
_root.p1._x = _root.p1._x - 15;
}
_root.boundright;
if (hitTest(_root.p2)) {
_root.p2._x = _root.p2._x - 15;
}
}
Instance of Symbol 1532 MovieClip "p1" in Frame 225
onClipEvent (enterFrame) {
if (Key.isDown(65)) {
this.gotoAndStop(2);
_xscale = -100;
_x = (_x - 15);
}
if (Key.isDown(68)) {
this.gotoAndStop(2);
_xscale = 100;
_x = (_x + 15);
}
if (Key.isDown(87) and (!jumping)) {
this.gotoAndStop(3);
vel_y = 12;
jumping = true;
}
if (jumping) {
vel_y = vel_y - 1;
if (vel_y <= -11) {
vel_y = -11;
jumping = false;
}
this._y = this._y - vel_y;
}
if (Key.isDown(65) && (Key.isDown(87))) {
this.gotoAndStop(3);
}
if (Key.isDown(68) && (Key.isDown(87))) {
this.gotoAndStop(3);
}
if (((((((((!Key.isDown(65)) and (!Key.isDown(68))) and (!Key.isDown(87))) and (!Key.isDown(70))) and (!Key.isDown(71))) and (!Key.isDown(72))) and (!Key.isDown(82))) and (!Key.isDown(84))) and (!Key.isDown(89))) {
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(70)) {
this.gotoAndStop(4);
}
if (Key.isDown(71)) {
this.gotoAndStop(5);
}
if (Key.isDown(82)) {
this.gotoAndStop(7);
}
if (Key.isDown(84)) {
this.gotoAndStop(8);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(72)) {
this.gotoAndStop(6);
}
if (Key.isDown(89)) {
this.gotoAndStop(9);
}
if (Key.isDown(83)) {
this.gotoAndStop(1);
}
}
Instance of Symbol 1020 MovieClip "p2" in Frame 225
onClipEvent (enterFrame) {
if (Key.isDown(37)) {
this.gotoAndStop(2);
_xscale = 100;
_x = (_x - 15);
}
if (Key.isDown(39)) {
this.gotoAndStop(2);
_xscale = -100;
_x = (_x + 15);
}
if (Key.isDown(38) and (!jumping)) {
this.gotoAndStop(3);
vel_y = 12;
jumping = true;
}
if (jumping) {
vel_y = vel_y - 1;
if (vel_y <= -11) {
vel_y = -11;
jumping = false;
}
this._y = this._y - vel_y;
}
if (Key.isDown(37) && (Key.isDown(38))) {
this.gotoAndStop(3);
}
if (Key.isDown(39) && (Key.isDown(38))) {
this.gotoAndStop(3);
}
if (((((((((!Key.isDown(37)) and (!Key.isDown(39))) and (!Key.isDown(38))) and (!Key.isDown(97))) and (!Key.isDown(98))) and (!Key.isDown(99))) and (!Key.isDown(100))) and (!Key.isDown(101))) and (!Key.isDown(102))) {
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(97)) {
this.gotoAndStop(4);
}
if (Key.isDown(98)) {
this.gotoAndStop(5);
}
if (Key.isDown(100)) {
this.gotoAndStop(7);
}
if (Key.isDown(101)) {
this.gotoAndStop(8);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(99)) {
this.gotoAndStop(6);
}
if (Key.isDown(102)) {
this.gotoAndStop(9);
}
if (Key.isDown(40)) {
this.gotoAndStop(1);
}
}
Instance of Symbol 634 MovieClip in Frame 225
onClipEvent (enterFrame) {
if (_root.p1health <= 100) {
this.gotoAndStop(1);
}
if (_root.p1health <= 97) {
this.gotoAndStop(2);
}
if (_root.p1health <= 94) {
this.gotoAndStop(3);
}
if (_root.p1health <= 90) {
this.gotoAndStop(4);
}
if (_root.p1health <= 87) {
this.gotoAndStop(5);
}
if (_root.p1health <= 84) {
this.gotoAndStop(6);
}
if (_root.p1health <= 80) {
this.gotoAndStop(7);
}
if (_root.p1health <= 77) {
this.gotoAndStop(8);
}
if (_root.p1health <= 74) {
this.gotoAndStop(9);
}
if (_root.p1health <= 70) {
this.gotoAndStop(10);
}
if (_root.p1health <= 67) {
this.gotoAndStop(11);
}
if (_root.p1health <= 64) {
this.gotoAndStop(12);
}
if (_root.p1health <= 60) {
this.gotoAndStop(13);
}
if (_root.p1health <= 57) {
this.gotoAndStop(14);
}
if (_root.p1health <= 54) {
this.gotoAndStop(15);
}
if (_root.p1health <= 50) {
this.gotoAndStop(16);
}
if (_root.p1health <= 47) {
this.gotoAndStop(17);
}
if (_root.p1health <= 44) {
this.gotoAndStop(18);
}
if (_root.p1health <= 40) {
this.gotoAndStop(19);
}
if (_root.p1health <= 37) {
this.gotoAndStop(20);
}
if (_root.p1health <= 34) {
this.gotoAndStop(21);
}
if (_root.p1health <= 30) {
this.gotoAndStop(22);
}
if (_root.p1health <= 27) {
this.gotoAndStop(23);
}
if (_root.p1health <= 24) {
this.gotoAndStop(24);
}
if (_root.p1health <= 20) {
this.gotoAndStop(25);
}
if (_root.p1health <= 17) {
this.gotoAndStop(26);
}
if (_root.p1health <= 14) {
this.gotoAndStop(27);
}
if (_root.p1health <= 11) {
this.gotoAndStop(28);
}
if (_root.p1health <= 8) {
this.gotoAndStop(29);
}
if (_root.p1health <= 6) {
this.gotoAndStop(30);
}
if (_root.p1health <= 3) {
this.gotoAndStop(31);
}
if (_root.p1health <= 1) {
this.gotoAndStop(32);
}
if (_root.p1health <= 0) {
this.gotoAndStop(33);
_root.p2wins.play();
_root.p1health = 100;
_root.p2health = 100;
}
if (_root.p1health >= 101) {
_root.p1health = 100;
}
}
Instance of Symbol 634 MovieClip in Frame 225
onClipEvent (enterFrame) {
if (_root.p2health <= 100) {
this.gotoAndStop(1);
}
if (_root.p2health <= 97) {
this.gotoAndStop(2);
}
if (_root.p2health <= 94) {
this.gotoAndStop(3);
}
if (_root.p2health <= 90) {
this.gotoAndStop(4);
}
if (_root.p2health <= 87) {
this.gotoAndStop(5);
}
if (_root.p2health <= 84) {
this.gotoAndStop(6);
}
if (_root.p2health <= 80) {
this.gotoAndStop(7);
}
if (_root.p2health <= 77) {
this.gotoAndStop(8);
}
if (_root.p2health <= 74) {
this.gotoAndStop(9);
}
if (_root.p2health <= 70) {
this.gotoAndStop(10);
}
if (_root.p2health <= 67) {
this.gotoAndStop(11);
}
if (_root.p2health <= 64) {
this.gotoAndStop(12);
}
if (_root.p2health <= 60) {
this.gotoAndStop(13);
}
if (_root.p2health <= 57) {
this.gotoAndStop(14);
}
if (_root.p2health <= 54) {
this.gotoAndStop(15);
}
if (_root.p2health <= 50) {
this.gotoAndStop(16);
}
if (_root.p2health <= 47) {
this.gotoAndStop(17);
}
if (_root.p2health <= 44) {
this.gotoAndStop(18);
}
if (_root.p2health <= 40) {
this.gotoAndStop(19);
}
if (_root.p2health <= 37) {
this.gotoAndStop(20);
}
if (_root.p2health <= 34) {
this.gotoAndStop(21);
}
if (_root.p2health <= 30) {
this.gotoAndStop(22);
}
if (_root.p2health <= 27) {
this.gotoAndStop(23);
}
if (_root.p2health <= 24) {
this.gotoAndStop(24);
}
if (_root.p2health <= 20) {
this.gotoAndStop(25);
}
if (_root.p2health <= 17) {
this.gotoAndStop(26);
}
if (_root.p2health <= 14) {
this.gotoAndStop(27);
}
if (_root.p2health <= 11) {
this.gotoAndStop(28);
}
if (_root.p2health <= 8) {
this.gotoAndStop(29);
}
if (_root.p2health <= 6) {
this.gotoAndStop(30);
}
if (_root.p2health <= 3) {
this.gotoAndStop(31);
}
if (_root.p2health <= 1) {
this.gotoAndStop(32);
}
if (_root.p2health <= 0) {
this.gotoAndStop(33);
_root.p1wins.play();
_root.p1health = 100;
_root.p2health = 100;
}
if (_root.p2health >= 101) {
_root.p2health = 100;
}
}
Instance of Symbol 647 MovieClip "p1wins" in Frame 225
onClipEvent (enterFrame) {
if (_root.p1win >= 2) {
_root.onevictory.gotoAndStop(2);
}
}
Instance of Symbol 648 MovieClip "p2wins" in Frame 225
onClipEvent (enterFrame) {
if (_root.p2win >= 2) {
_root.twovictory.gotoAndStop(2);
}
}
Frame 226
stop();
_root.p1health = 100;
_root.p2health = 100;
Frame 227
stop();
_root.p1health = 100;
_root.p2health = 100;
_root.boxhp = 10;
Frame 228
stop();
_root.p1health = 100;
_root.p2health = 100;
Symbol 10 Button
on (release) {
getURL ("http://www.cloudflash.net", "_blank");
}
Symbol 17 Button
on (release) {
_root.gotoAndStop(6);
}
Symbol 18 MovieClip Frame 1
stop();
Symbol 18 MovieClip Frame 2
stop();
Symbol 25 Button
on (release) {
gotoAndStop (3);
}
Symbol 27 Button
on (release) {
gotoAndStop (4);
}
Symbol 30 Button
on (release) {
gotoAndStop (2);
}
Symbol 32 Button
on (release) {
gotoAndStop (3);
}
Symbol 66 MovieClip Frame 1
stop();
Symbol 66 MovieClip Frame 2
stop();
Symbol 66 MovieClip Frame 3
stop();
Symbol 69 Button
on (release) {
gotoAndStop (2);
}
Symbol 76 Button
on (release) {
gotoAndStop (9);
}
Symbol 79 Button
on (release) {
gotoAndStop (14);
}
Symbol 82 Button
on (release) {
gotoAndStop (19);
}
Symbol 85 Button
on (release) {
gotoAndStop (24);
}
Symbol 88 Button
on (release) {
gotoAndStop (29);
}
Symbol 91 Button
on (release) {
gotoAndStop (34);
}
Symbol 140 MovieClip Frame 142
_root.gotoAndStop(2);
Symbol 143 Button
on (release) {
gotoAndStop (39);
}
Symbol 144 Button
on (release) {
gotoAndStop (40);
}
Symbol 145 Button
on (release) {
gotoAndStop (41);
}
Symbol 146 Button
on (release) {
gotoAndStop (42);
}
Symbol 147 Button
on (release) {
gotoAndStop (43);
}
Symbol 151 Button
on (release) {
gotoAndStop (45);
}
Symbol 153 Button
on (release) {
gotoAndStop (46);
}
Symbol 154 Button
on (release) {
gotoAndStop (47);
}
Symbol 155 Button
on (release) {
gotoAndStop (48);
}
Symbol 156 Button
on (release) {
gotoAndStop (49);
}
Symbol 158 Button
on (release) {
gotoAndStop (51);
}
Symbol 159 Button
on (release) {
gotoAndStop (52);
}
Symbol 161 Button
on (release) {
gotoAndStop (53);
}
Symbol 162 Button
on (release) {
gotoAndStop (54);
}
Symbol 163 Button
on (release) {
gotoAndStop (55);
}
Symbol 166 Button
on (release) {
gotoAndStop (57);
}
Symbol 167 Button
on (release) {
gotoAndStop (58);
}
Symbol 168 Button
on (release) {
gotoAndStop (59);
}
Symbol 170 Button
on (release) {
gotoAndStop (60);
}
Symbol 171 Button
on (release) {
gotoAndStop (61);
}
Symbol 174 Button
on (release) {
gotoAndStop (63);
}
Symbol 175 Button
on (release) {
gotoAndStop (64);
}
Symbol 176 Button
on (release) {
gotoAndStop (65);
}
Symbol 177 Button
on (release) {
gotoAndStop (66);
}
Symbol 179 Button
on (release) {
gotoAndStop (67);
}
Symbol 181 Button
on (release) {
gotoAndStop (69);
}
Symbol 182 Button
on (release) {
gotoAndStop (70);
}
Symbol 183 Button
on (release) {
gotoAndStop (71);
}
Symbol 184 Button
on (release) {
gotoAndStop (72);
}
Symbol 185 Button
on (release) {
gotoAndStop (73);
}
Symbol 193 Button
on (release) {
gotoAndStop (75);
}
Symbol 197 Button
on (release) {
gotoAndStop (76);
}
Symbol 201 Button
on (release) {
gotoAndStop (77);
}
Symbol 205 Button
on (release) {
gotoAndStop (78);
}
Symbol 207 Button
on (release) {
gotoAndStop (80);
}
Symbol 208 Button
on (release) {
gotoAndStop (81);
}
Symbol 209 Button
on (release) {
gotoAndStop (82);
}
Symbol 210 Button
on (release) {
gotoAndStop (83);
}
Symbol 212 Button
on (release) {
gotoAndStop (85);
}
Symbol 213 Button
on (release) {
gotoAndStop (86);
}
Symbol 214 Button
on (release) {
gotoAndStop (87);
}
Symbol 215 Button
on (release) {
gotoAndStop (88);
}
Symbol 218 Button
on (release) {
gotoAndStop (90);
}
Symbol 219 Button
on (release) {
gotoAndStop (91);
}
Symbol 220 Button
on (release) {
gotoAndStop (92);
}
Symbol 221 Button
on (release) {
gotoAndStop (93);
}
Symbol 223 Button
on (release) {
gotoAndStop (95);
}
Symbol 224 Button
on (release) {
gotoAndStop (96);
}
Symbol 225 Button
on (release) {
gotoAndStop (97);
}
Symbol 226 Button
on (release) {
gotoAndStop (98);
}
Symbol 229 Button
on (release) {
gotoAndStop (101);
}
Symbol 230 Button
on (release) {
gotoAndStop (102);
}
Symbol 231 Button
on (release) {
gotoAndStop (103);
}
Symbol 232 Button
on (release) {
gotoAndStop (104);
}
Symbol 234 Button
on (release) {
gotoAndStop (106);
}
Symbol 235 Button
on (release) {
gotoAndStop (107);
}
Symbol 236 Button
on (release) {
gotoAndStop (108);
}
Symbol 237 Button
on (release) {
gotoAndStop (109);
}
Symbol 239 Button
on (release) {
gotoAndStop (111);
}
Symbol 240 Button
on (release) {
gotoAndStop (112);
}
Symbol 241 Button
on (release) {
gotoAndStop (113);
}
Symbol 242 Button
on (release) {
gotoAndStop (114);
}
Symbol 245 Button
on (release) {
gotoAndStop (116);
}
Symbol 246 Button
on (release) {
gotoAndStop (117);
}
Symbol 247 Button
on (release) {
gotoAndStop (118);
}
Symbol 248 Button
on (release) {
gotoAndStop (119);
}
Symbol 250 Button
on (release) {
gotoAndStop (121);
}
Symbol 251 Button
on (release) {
gotoAndStop (122);
}
Symbol 252 Button
on (release) {
gotoAndStop (123);
}
Symbol 253 Button
on (release) {
gotoAndStop (124);
}
Symbol 255 Button
on (release) {
gotoAndStop (127);
}
Symbol 256 Button
on (release) {
gotoAndStop (128);
}
Symbol 257 Button
on (release) {
gotoAndStop (129);
}
Symbol 258 Button
on (release) {
gotoAndStop (130);
}
Symbol 260 Button
on (release) {
gotoAndStop (132);
}
Symbol 261 Button
on (release) {
gotoAndStop (133);
}
Symbol 262 Button
on (release) {
gotoAndStop (134);
}
Symbol 263 Button
on (release) {
gotoAndStop (135);
}
Symbol 265 Button
on (release) {
gotoAndStop (137);
}
Symbol 266 Button
on (release) {
gotoAndStop (138);
}
Symbol 267 Button
on (release) {
gotoAndStop (139);
}
Symbol 268 Button
on (release) {
gotoAndStop (140);
}
Symbol 270 Button
on (release) {
gotoAndStop (142);
}
Symbol 271 Button
on (release) {
gotoAndStop (143);
}
Symbol 272 Button
on (release) {
gotoAndStop (144);
}
Symbol 273 Button
on (release) {
gotoAndStop (145);
}
Symbol 274 Button
on (release) {
gotoAndStop (147);
}
Symbol 275 Button
on (release) {
gotoAndStop (148);
}
Symbol 276 Button
on (release) {
gotoAndStop (149);
}
Symbol 277 Button
on (release) {
gotoAndStop (150);
}
Symbol 279 Button
on (release) {
gotoAndStop (153);
}
Symbol 280 Button
on (release) {
gotoAndStop (154);
}
Symbol 281 Button
on (release) {
gotoAndStop (155);
}
Symbol 282 Button
on (release) {
gotoAndStop (156);
}
Symbol 285 Button
on (release) {
gotoAndStop (158);
}
Symbol 286 Button
on (release) {
gotoAndStop (159);
}
Symbol 287 Button
on (release) {
gotoAndStop (160);
}
Symbol 288 Button
on (release) {
gotoAndStop (161);
}
Symbol 290 Button
on (release) {
gotoAndStop (163);
}
Symbol 291 Button
on (release) {
gotoAndStop (164);
}
Symbol 292 Button
on (release) {
gotoAndStop (165);
}
Symbol 293 Button
on (release) {
gotoAndStop (166);
}
Symbol 296 Button
on (release) {
gotoAndStop (168);
}
Symbol 297 Button
on (release) {
gotoAndStop (169);
}
Symbol 298 Button
on (release) {
gotoAndStop (170);
}
Symbol 299 Button
on (release) {
gotoAndStop (171);
}
Symbol 301 Button
on (release) {
gotoAndStop (173);
}
Symbol 302 Button
on (release) {
gotoAndStop (174);
}
Symbol 303 Button
on (release) {
gotoAndStop (175);
}
Symbol 304 Button
on (release) {
gotoAndStop (176);
}
Symbol 306 Button
on (release) {
gotoAndStop (179);
}
Symbol 307 Button
on (release) {
gotoAndStop (180);
}
Symbol 308 Button
on (release) {
gotoAndStop (181);
}
Symbol 309 Button
on (release) {
gotoAndStop (182);
}
Symbol 312 Button
on (release) {
gotoAndStop (184);
}
Symbol 313 Button
on (release) {
gotoAndStop (185);
}
Symbol 314 Button
on (release) {
gotoAndStop (186);
}
Symbol 315 Button
on (release) {
gotoAndStop (187);
}
Symbol 317 Button
on (release) {
gotoAndStop (189);
}
Symbol 318 Button
on (release) {
gotoAndStop (190);
}
Symbol 319 Button
on (release) {
gotoAndStop (191);
}
Symbol 320 Button
on (release) {
gotoAndStop (192);
}
Symbol 323 Button
on (release) {
gotoAndStop (194);
}
Symbol 324 Button
on (release) {
gotoAndStop (195);
}
Symbol 325 Button
on (release) {
gotoAndStop (196);
}
Symbol 326 Button
on (release) {
gotoAndStop (197);
}
Symbol 328 Button
on (release) {
gotoAndStop (199);
}
Symbol 329 Button
on (release) {
gotoAndStop (200);
}
Symbol 330 Button
on (release) {
gotoAndStop (201);
}
Symbol 331 Button
on (release) {
gotoAndStop (202);
}
Symbol 333 Button
on (release) {
gotoAndStop (205);
}
Symbol 334 Button
on (release) {
gotoAndStop (206);
}
Symbol 335 Button
on (release) {
gotoAndStop (207);
}
Symbol 336 Button
on (release) {
gotoAndStop (208);
}
Symbol 338 Button
on (release) {
gotoAndStop (210);
}
Symbol 339 Button
on (release) {
gotoAndStop (211);
}
Symbol 340 Button
on (release) {
gotoAndStop (212);
}
Symbol 341 Button
on (release) {
gotoAndStop (213);
}
Symbol 342 Button
on (release) {
gotoAndStop (215);
}
Symbol 343 Button
on (release) {
gotoAndStop (216);
}
Symbol 344 Button
on (release) {
gotoAndStop (217);
}
Symbol 345 Button
on (release) {
gotoAndStop (218);
}
Symbol 347 Button
on (release) {
gotoAndStop (220);
}
Symbol 348 Button
on (release) {
gotoAndStop (221);
}
Symbol 349 Button
on (release) {
gotoAndStop (222);
}
Symbol 350 Button
on (release) {
gotoAndStop (223);
}
Symbol 351 Button
on (release) {
gotoAndStop (225);
}
Symbol 352 Button
on (release) {
gotoAndStop (226);
}
Symbol 353 Button
on (release) {
gotoAndStop (227);
}
Symbol 354 Button
on (release) {
gotoAndStop (228);
}
Instance of Symbol 441 MovieClip "punch2" in Symbol 443 MovieClip Frame 3
onClipEvent (enterFrame) {
_root.punch2;
if (hitTest(_root.p1)) {
_root.p1health = _root.p1health - 3;
}
}
Instance of Symbol 454 MovieClip "kick2" in Symbol 459 MovieClip Frame 5
onClipEvent (enterFrame) {
_root.kick2;
if (hitTest(_root.p1)) {
_root.p1health = _root.p1health - 3;
}
}
Instance of Symbol 478 MovieClip "fire" in Symbol 480 MovieClip Frame 12
onClipEvent (enterFrame) {
_root.fire;
if (hitTest(_root.p1)) {
_root.p1health = _root.p1health - 8;
}
}
Instance of Symbol 487 MovieClip "pq1" in Symbol 488 MovieClip Frame 3
onClipEvent (enterFrame) {
_root.pq1;
if (hitTest(_root.p1)) {
_root.p1health = _root.p1health - 1;
}
}
Instance of Symbol 495 MovieClip "pk1" in Symbol 496 MovieClip Frame 3
onClipEvent (enterFrame) {
_root.pk1;
if (hitTest(_root.p1)) {
_root.p1health = _root.p1health - 2;
}
}
Instance of Symbol 511 MovieClip "sl" in Symbol 512 MovieClip Frame 26
onClipEvent (enterFrame) {
_root.sl;
if (hitTest(_root.p1)) {
_root.p1health = _root.p1health - 7;
}
}
Symbol 513 MovieClip Frame 1
stop();
Symbol 513 MovieClip Frame 2
stop();
Symbol 513 MovieClip Frame 3
stop();
Symbol 513 MovieClip Frame 4
stop();
Symbol 513 MovieClip Frame 5
stop();
Symbol 513 MovieClip Frame 6
stop();
Symbol 513 MovieClip Frame 7
stop();
Symbol 513 MovieClip Frame 8
stop();
Symbol 513 MovieClip Frame 9
stop();
Instance of Symbol 535 MovieClip "punch1" in Symbol 536 MovieClip Frame 4
onClipEvent (enterFrame) {
_root.punch1;
if (hitTest(_root.p2)) {
_root.p2health = _root.p2health - 3;
}
}
Instance of Symbol 545 MovieClip in Symbol 547 MovieClip Frame 4
onClipEvent (enterFrame) {
_root.kick1;
if (hitTest(_root.p2)) {
_root.p2health = _root.p2health - 5;
}
}
Instance of Symbol 556 MovieClip "knife1" in Symbol 560 MovieClip Frame 7
onClipEvent (enterFrame) {
_root.knife1;
if (hitTest(_root.p2)) {
_root.p2health = _root.p2health - 6;
}
}
Instance of Symbol 566 MovieClip "qp1" in Symbol 568 MovieClip Frame 2
onClipEvent (enterFrame) {
_root.qp1;
if (hitTest(_root.p2)) {
_root.p2health = _root.p2health - 1;
}
}
Instance of Symbol 575 MovieClip "qk1" in Symbol 577 MovieClip Frame 3
onClipEvent (enterFrame) {
_root.qk1;
if (hitTest(_root.p2)) {
_root.p2health = _root.p2health - 2;
}
}
Instance of Symbol 593 MovieClip "ky1" in Symbol 628 MovieClip Frame 30
onClipEvent (enterFrame) {
_root.ky1;
if (hitTest(_root.p2)) {
_root.p2health = _root.p2health - 7;
}
}
Instance of Symbol 596 MovieClip "ky2" in Symbol 628 MovieClip Frame 32
onClipEvent (enterFrame) {
_root.ky2;
if (hitTest(_root.p2)) {
_root.p2health = _root.p2health - 7;
}
}
Instance of Symbol 601 MovieClip "py" in Symbol 628 MovieClip Frame 36
onClipEvent (enterFrame) {
_root.py;
if (hitTest(_root.p2)) {
_root.p2health = _root.p2health - 5;
}
}
Instance of Symbol 601 MovieClip "py" in Symbol 628 MovieClip Frame 39
onClipEvent (enterFrame) {
_root.py;
if (hitTest(_root.p2)) {
_root.p2health = _root.p2health - 5;
}
}
Instance of Symbol 601 MovieClip "py" in Symbol 628 MovieClip Frame 42
onClipEvent (enterFrame) {
_root.py;
if (hitTest(_root.p2)) {
_root.p2health = _root.p2health - 5;
}
}
Instance of Symbol 601 MovieClip "py" in Symbol 628 MovieClip Frame 45
onClipEvent (enterFrame) {
_root.py;
if (hitTest(_root.p2)) {
_root.p2health = _root.p2health - 5;
}
}
Instance of Symbol 627 MovieClip "wo" in Symbol 628 MovieClip Frame 68
onClipEvent (enterFrame) {
_root.wo;
if (hitTest(_root.p2)) {
_root.p2health = _root.p2health - 2;
}
_root.wo;
if (hitTest(_root.p1)) {
_root.p1health = _root.p1health - 1;
}
}
Instance of Symbol 627 MovieClip "wo" in Symbol 628 MovieClip Frame 74
onClipEvent (enterFrame) {
_root.wo;
if (hitTest(_root.p2)) {
_root.p2health = _root.p2health - 4;
}
_root.wo;
if (hitTest(_root.p1)) {
_root.p1health = _root.p1health - 2;
}
}
Instance of Symbol 627 MovieClip "wo" in Symbol 628 MovieClip Frame 78
onClipEvent (enterFrame) {
_root.wo;
if (hitTest(_root.p2)) {
_root.p2health = _root.p2health - 6;
}
_root.wo;
if (hitTest(_root.p1)) {
_root.p1health = _root.p1health - 3;
}
}
Symbol 629 MovieClip Frame 1
stop();
Symbol 629 MovieClip Frame 2
stop();
Symbol 629 MovieClip Frame 3
stop();
Symbol 629 MovieClip Frame 4
stop();
Symbol 629 MovieClip Frame 5
stop();
Symbol 629 MovieClip Frame 6
stop();
Symbol 629 MovieClip Frame 7
stop();
Symbol 629 MovieClip Frame 8
stop();
Symbol 629 MovieClip Frame 9
stop();
Symbol 634 MovieClip Frame 1
stop();
Symbol 634 MovieClip Frame 2
stop();
Symbol 634 MovieClip Frame 3
stop();
Symbol 634 MovieClip Frame 4
stop();
Symbol 634 MovieClip Frame 5
stop();
Symbol 634 MovieClip Frame 6
stop();
Symbol 634 MovieClip Frame 7
stop();
Symbol 634 MovieClip Frame 8
stop();
Symbol 634 MovieClip Frame 9
stop();
Symbol 634 MovieClip Frame 10
stop();
Symbol 634 MovieClip Frame 11
stop();
Symbol 634 MovieClip Frame 12
stop();
Symbol 634 MovieClip Frame 13
stop();
Symbol 634 MovieClip Frame 14
stop();
Symbol 634 MovieClip Frame 15
stop();
Symbol 634 MovieClip Frame 16
stop();
Symbol 634 MovieClip Frame 17
stop();
Symbol 634 MovieClip Frame 18
stop();
Symbol 634 MovieClip Frame 19
stop();
Symbol 634 MovieClip Frame 20
stop();
Symbol 634 MovieClip Frame 21
stop();
Symbol 634 MovieClip Frame 22
stop();
Symbol 634 MovieClip Frame 23
stop();
Symbol 634 MovieClip Frame 24
stop();
Symbol 634 MovieClip Frame 25
stop();
Symbol 634 MovieClip Frame 26
stop();
Symbol 634 MovieClip Frame 27
stop();
Symbol 634 MovieClip Frame 28
stop();
Symbol 634 MovieClip Frame 29
stop();
Symbol 634 MovieClip Frame 30
stop();
Symbol 634 MovieClip Frame 31
stop();
Symbol 634 MovieClip Frame 32
stop();
Symbol 634 MovieClip Frame 33
stop();
Symbol 642 MovieClip Frame 10
stop();
Symbol 645 MovieClip Frame 10
stop();
Symbol 647 MovieClip Frame 1
stop();
_root.p1win = 0;
Symbol 647 MovieClip Frame 2
stop();
_root.p1win = 1;
Symbol 647 MovieClip Frame 3
stop();
_root.p1win = 2;
Symbol 648 MovieClip Frame 1
stop();
_root.p2win = 0;
Symbol 648 MovieClip Frame 2
stop();
_root.p2win = 1;
Symbol 648 MovieClip Frame 3
stop();
_root.p2win = 2;
Symbol 659 Button
on (release) {
_root.gotoAndStop("Startup");
}
Symbol 660 MovieClip Frame 1
stop();
Symbol 660 MovieClip Frame 2
stop();
Symbol 663 MovieClip Frame 1
stop();
Symbol 663 MovieClip Frame 2
stop();
Symbol 668 Button
on (press) {
gotoAndStop (2);
}
Symbol 670 Button
on (press) {
gotoAndStop (1);
stopAllSounds();
}
Symbol 672 MovieClip Frame 1
stop();
stopAllSounds();
Symbol 672 MovieClip Frame 2
stop();
Symbol 674 Button
on (release) {
gotoAndStop (2);
}
Symbol 692 Button
on (press) {
gotoAndStop (2);
}
Symbol 693 Button
on (press) {
gotoAndStop (1);
stopAllSounds();
}
Symbol 695 MovieClip Frame 1
stop();
stopAllSounds();
Symbol 695 MovieClip Frame 2
stop();
Symbol 701 Button
on (press) {
gotoAndStop (2);
}
Symbol 702 Button
on (press) {
gotoAndStop (1);
stopAllSounds();
}
Symbol 704 MovieClip Frame 1
stop();
stopAllSounds();
Symbol 704 MovieClip Frame 2
stop();
Instance of Symbol 717 MovieClip "fc" in Symbol 718 MovieClip Frame 20
onClipEvent (enterFrame) {
_root.fc;
if (hitTest(_root.p2)) {
_root.p2health = _root.p2health - 5;
}
_root.fc;
if (hitTest(_root.p1)) {
_root.p1health = _root.p1health - 5;
}
}
Instance of Symbol 717 MovieClip "fc" in Symbol 718 MovieClip Frame 100
onClipEvent (enterFrame) {
_root.fc;
if (hitTest(_root.p2)) {
_root.p2health = _root.p2health - 5;
}
_root.fc;
if (hitTest(_root.p1)) {
_root.p1health = _root.p1health - 5;
}
}
Instance of Symbol 717 MovieClip "fc" in Symbol 718 MovieClip Frame 193
onClipEvent (enterFrame) {
_root.fc;
if (hitTest(_root.p2)) {
_root.p2health = _root.p2health - 5;
}
_root.fc;
if (hitTest(_root.p1)) {
_root.p1health = _root.p1health - 5;
}
}
Instance of Symbol 717 MovieClip "fc" in Symbol 718 MovieClip Frame 270
onClipEvent (enterFrame) {
_root.fc;
if (hitTest(_root.p2)) {
_root.p2health = _root.p2health - 5;
}
_root.fc;
if (hitTest(_root.p1)) {
_root.p1health = _root.p1health - 5;
}
}
Symbol 724 Button
on (press) {
gotoAndStop (2);
}
Symbol 725 Button
on (press) {
gotoAndStop (1);
stopAllSounds();
}
Symbol 727 MovieClip Frame 1
stop();
stopAllSounds();
Symbol 727 MovieClip Frame 2
stop();
Instance of Symbol 744 MovieClip in Symbol 745 MovieClip Frame 3
onClipEvent (enterFrame) {
if (hitTest(_root.p1)) {
_root.p1health = _root.p1health - 2;
}
}
Instance of Symbol 750 MovieClip in Symbol 751 MovieClip Frame 3
onClipEvent (enterFrame) {
if (hitTest(_root.p1)) {
_root.p1health = _root.p1health - 3;
}
}
Instance of Symbol 780 MovieClip in Symbol 784 MovieClip Frame 36
onClipEvent (enterFrame) {
if (hitTest(_root.p1)) {
_root.p1health = _root.p1health - 3;
}
}
Instance of Symbol 789 MovieClip in Symbol 791 MovieClip Frame 3
onClipEvent (enterFrame) {
if (hitTest(_root.p1)) {
_root.p1health = _root.p1health - 1;
}
}
Instance of Symbol 796 MovieClip in Symbol 797 MovieClip Frame 3
onClipEvent (enterFrame) {
if (hitTest(_root.p1)) {
_root.p1health = _root.p1health - 1;
}
}
Instance of Symbol 816 MovieClip in Symbol 818 MovieClip Frame 25
onClipEvent (enterFrame) {
if (hitTest(_root.p1)) {
_root.p1health = _root.p1health - 7;
}
}
Symbol 819 MovieClip Frame 1
stop();
Symbol 819 MovieClip Frame 2
stop();
Symbol 819 MovieClip Frame 3
stop();
Symbol 819 MovieClip Frame 4
stop();
Symbol 819 MovieClip Frame 5
stop();
Symbol 819 MovieClip Frame 6
stop();
Symbol 819 MovieClip Frame 7
stop();
Symbol 819 MovieClip Frame 8
stop();
Symbol 819 MovieClip Frame 9
stop();
Symbol 826 MovieClip Frame 1
stop();
Symbol 826 MovieClip Frame 2
stop();
Instance of Symbol 858 MovieClip in Symbol 863 MovieClip Frame 4
onClipEvent (enterFrame) {
if (hitTest(_root.p1)) {
_root.p1health = _root.p1health - 4;
}
}
Instance of Symbol 869 MovieClip in Symbol 875 MovieClip Frame 4
onClipEvent (enterFrame) {
if (hitTest(_root.p1)) {
_root.p1health = _root.p1health - 2;
}
}
Instance of Symbol 889 MovieClip in Symbol 894 MovieClip Frame 17
onClipEvent (enterFrame) {
if (hitTest(_root.p1)) {
_root.p1health = _root.p1health - 5;
}
}
Instance of Symbol 899 MovieClip in Symbol 901 MovieClip Frame 3
onClipEvent (enterFrame) {
if (hitTest(_root.p1)) {
_root.p1health = _root.p1health - 1;
}
}
Instance of Symbol 906 MovieClip in Symbol 908 MovieClip Frame 3
onClipEvent (enterFrame) {
if (hitTest(_root.p1)) {
_root.p1health = _root.p1health - 3;
}
}
Instance of Symbol 921 MovieClip in Symbol 925 MovieClip Frame 16
onClipEvent (enterFrame) {
if (hitTest(_root.p1)) {
_root.p1health = _root.p1health - 5;
}
}
Symbol 926 MovieClip Frame 1
stop();
Symbol 926 MovieClip Frame 2
stop();
Symbol 926 MovieClip Frame 3
stop();
Symbol 926 MovieClip Frame 4
stop();
Symbol 926 MovieClip Frame 5
stop();
Symbol 926 MovieClip Frame 6
stop();
Symbol 926 MovieClip Frame 7
stop();
Symbol 926 MovieClip Frame 8
stop();
Symbol 926 MovieClip Frame 9
stop();
Symbol 933 MovieClip Frame 1
stop();
Symbol 933 MovieClip Frame 2
stop();
Instance of Symbol 959 MovieClip in Symbol 961 MovieClip Frame 3
onClipEvent (enterFrame) {
if (hitTest(_root.p1)) {
_root.p1health = _root.p1health - 3;
}
}
Instance of Symbol 969 MovieClip in Symbol 971 MovieClip Frame 4
onClipEvent (enterFrame) {
if (hitTest(_root.p1)) {
_root.p1health = _root.p1health - 3;
}
}
Instance of Symbol 985 MovieClip in Symbol 990 MovieClip Frame 18
onClipEvent (enterFrame) {
if (hitTest(_root.p1)) {
_root.p1health = _root.p1health - 3;
}
}
Instance of Symbol 994 MovieClip in Symbol 996 MovieClip Frame 2
onClipEvent (enterFrame) {
if (hitTest(_root.p1)) {
_root.p1health = _root.p1health - 2;
}
}
Instance of Symbol 994 MovieClip in Symbol 996 MovieClip Frame 5
onClipEvent (enterFrame) {
if (hitTest(_root.p1)) {
_root.p1health = _root.p1health - 2;
}
}
Instance of Symbol 1004 MovieClip in Symbol 1006 MovieClip Frame 3
onClipEvent (enterFrame) {
if (hitTest(_root.p1)) {
_root.p1health = _root.p1health - 1;
}
}
Instance of Symbol 1017 MovieClip in Symbol 1019 MovieClip Frame 14
onClipEvent (enterFrame) {
if (hitTest(_root.p1)) {
_root.p1health = _root.p1health + 1;
}
if (hitTest(_root.p2)) {
_root.p2health = _root.p2health + 1;
}
}
Symbol 1020 MovieClip Frame 1
stop();
Symbol 1020 MovieClip Frame 2
stop();
Symbol 1020 MovieClip Frame 3
stop();
Symbol 1020 MovieClip Frame 4
stop();
Symbol 1020 MovieClip Frame 5
stop();
Symbol 1020 MovieClip Frame 6
stop();
Symbol 1020 MovieClip Frame 7
stop();
Symbol 1020 MovieClip Frame 8
stop();
Symbol 1020 MovieClip Frame 9
stop();
Symbol 1027 MovieClip Frame 1
stop();
Symbol 1027 MovieClip Frame 2
stop();
Instance of Symbol 1059 MovieClip in Symbol 1061 MovieClip Frame 3
onClipEvent (enterFrame) {
if (hitTest(_root.p1)) {
_root.p1health = _root.p1health - 3;
}
}
Instance of Symbol 1069 MovieClip in Symbol 1071 MovieClip Frame 3
onClipEvent (enterFrame) {
if (hitTest(_root.p1)) {
_root.p1health = _root.p1health - 4;
}
}
Instance of Symbol 1088 MovieClip in Symbol 1089 MovieClip Frame 15
onClipEvent (enterFrame) {
if (hitTest(_root.p1)) {
_root.p1health = _root.p1health - 3;
}
}
Instance of Symbol 1094 MovieClip in Symbol 1095 MovieClip Frame 3
onClipEvent (enterFrame) {
if (hitTest(_root.p1)) {
_root.p1health = _root.p1health - 1;
}
}
Instance of Symbol 1100 MovieClip in Symbol 1101 MovieClip Frame 3
onClipEvent (enterFrame) {
if (hitTest(_root.p1)) {
_root.p1health = _root.p1health - 2;
}
}
Instance of Symbol 1125 MovieClip in Symbol 1126 MovieClip Frame 22
onClipEvent (enterFrame) {
if (hitTest(_root.p1)) {
_root.p1health = _root.p1health - 3;
}
}
Symbol 1127 MovieClip Frame 1
stop();
Symbol 1127 MovieClip Frame 2
stop();
Symbol 1127 MovieClip Frame 3
stop();
Symbol 1127 MovieClip Frame 4
stop();
Symbol 1127 MovieClip Frame 5
stop();
Symbol 1127 MovieClip Frame 6
stop();
Symbol 1127 MovieClip Frame 7
stop();
Symbol 1127 MovieClip Frame 8
stop();
Symbol 1127 MovieClip Frame 9
stop();
Symbol 1134 MovieClip Frame 1
stop();
Symbol 1134 MovieClip Frame 2
stop();
Instance of Symbol 535 MovieClip "punch1" in Symbol 1147 MovieClip Frame 4
onClipEvent (enterFrame) {
if (hitTest(_root.p1)) {
_root.p1health = _root.p1health - 3;
}
}
Instance of Symbol 545 MovieClip in Symbol 1148 MovieClip Frame 4
onClipEvent (enterFrame) {
if (hitTest(_root.p1)) {
_root.p1health = _root.p1health - 5;
}
}
Instance of Symbol 556 MovieClip "knife1" in Symbol 1150 MovieClip Frame 7
onClipEvent (enterFrame) {
if (hitTest(_root.p1)) {
_root.p1health = _root.p1health - 6;
}
}
Instance of Symbol 566 MovieClip "qp1" in Symbol 1151 MovieClip Frame 2
onClipEvent (enterFrame) {
if (hitTest(_root.p1)) {
_root.p1health = _root.p1health - 1;
}
}
Instance of Symbol 575 MovieClip in Symbol 1152 MovieClip Frame 3
onClipEvent (enterFrame) {
if (hitTest(_root.p1)) {
_root.p1health = _root.p1health - 2;
}
}
Instance of Symbol 593 MovieClip in Symbol 1155 MovieClip Frame 30
onClipEvent (enterFrame) {
if (hitTest(_root.p1)) {
_root.p1health = _root.p1health - 7;
}
}
Instance of Symbol 596 MovieClip in Symbol 1155 MovieClip Frame 32
onClipEvent (enterFrame) {
if (hitTest(_root.p1)) {
_root.p1health = _root.p1health - 7;
}
}
Instance of Symbol 601 MovieClip in Symbol 1155 MovieClip Frame 36
onClipEvent (enterFrame) {
if (hitTest(_root.p1)) {
_root.p1health = _root.p1health - 5;
}
}
Instance of Symbol 601 MovieClip in Symbol 1155 MovieClip Frame 39
onClipEvent (enterFrame) {
if (hitTest(_root.p1)) {
_root.p1health = _root.p1health - 5;
}
}
Instance of Symbol 601 MovieClip in Symbol 1155 MovieClip Frame 42
onClipEvent (enterFrame) {
if (hitTest(_root.p1)) {
_root.p1health = _root.p1health - 5;
}
}
Instance of Symbol 601 MovieClip in Symbol 1155 MovieClip Frame 45
onClipEvent (enterFrame) {
if (hitTest(_root.p1)) {
_root.p1health = _root.p1health - 5;
}
}
Instance of Symbol 627 MovieClip in Symbol 1155 MovieClip Frame 68
onClipEvent (enterFrame) {
if (hitTest(_root.p1)) {
_root.p1health = _root.p1health - 2;
}
_root.wo;
if (hitTest(_root.p1)) {
_root.p1health = _root.p1health - 1;
}
}
Instance of Symbol 627 MovieClip in Symbol 1155 MovieClip Frame 74
onClipEvent (enterFrame) {
if (hitTest(_root.p1)) {
_root.p1health = _root.p1health - 4;
}
_root.wo;
if (hitTest(_root.p1)) {
_root.p1health = _root.p1health - 2;
}
}
Instance of Symbol 627 MovieClip in Symbol 1155 MovieClip Frame 78
onClipEvent (enterFrame) {
if (hitTest(_root.p1)) {
_root.p1health = _root.p1health - 6;
}
_root.wo;
if (hitTest(_root.p1)) {
_root.p1health = _root.p1health - 3;
}
}
Symbol 1156 MovieClip Frame 1
stop();
Symbol 1156 MovieClip Frame 2
stop();
Symbol 1156 MovieClip Frame 3
stop();
Symbol 1156 MovieClip Frame 4
stop();
Symbol 1156 MovieClip Frame 5
stop();
Symbol 1156 MovieClip Frame 6
stop();
Symbol 1156 MovieClip Frame 7
stop();
Symbol 1156 MovieClip Frame 8
stop();
Symbol 1156 MovieClip Frame 9
stop();
Instance of Symbol 441 MovieClip "punch2" in Symbol 1157 MovieClip Frame 3
onClipEvent (enterFrame) {
if (hitTest(_root.p2)) {
_root.p2health = _root.p2health - 3;
}
}
Instance of Symbol 454 MovieClip "kick2" in Symbol 1158 MovieClip Frame 5
onClipEvent (enterFrame) {
if (hitTest(_root.p2)) {
_root.p2health = _root.p2health - 3;
}
}
Instance of Symbol 478 MovieClip "fire" in Symbol 1160 MovieClip Frame 12
onClipEvent (enterFrame) {
if (hitTest(_root.p2)) {
_root.p2health = _root.p2health - 8;
}
}
Instance of Symbol 487 MovieClip "pq1" in Symbol 1161 MovieClip Frame 3
onClipEvent (enterFrame) {
if (hitTest(_root.p2)) {
_root.p2health = _root.p2health - 1;
}
}
Instance of Symbol 495 MovieClip "pk1" in Symbol 1162 MovieClip Frame 3
onClipEvent (enterFrame) {
if (hitTest(_root.p2)) {
_root.p2health = _root.p2health - 2;
}
}
Instance of Symbol 511 MovieClip "sl" in Symbol 1163 MovieClip Frame 26
onClipEvent (enterFrame) {
if (hitTest(_root.p2)) {
_root.p2health = _root.p2health - 7;
}
}
Instance of Symbol 511 MovieClip "sl" in Symbol 1163 MovieClip Frame 38
onClipEvent (enterFrame) {
if (hitTest(_root.p2)) {
_root.p2health = _root.p2health - 7;
}
}
Symbol 1164 MovieClip Frame 1
stop();
Symbol 1164 MovieClip Frame 2
stop();
Symbol 1164 MovieClip Frame 3
stop();
Symbol 1164 MovieClip Frame 4
stop();
Symbol 1164 MovieClip Frame 5
stop();
Symbol 1164 MovieClip Frame 6
stop();
Symbol 1164 MovieClip Frame 7
stop();
Symbol 1164 MovieClip Frame 8
stop();
Symbol 1164 MovieClip Frame 9
stop();
Instance of Symbol 744 MovieClip in Symbol 1245 MovieClip Frame 3
onClipEvent (enterFrame) {
if (hitTest(_root.p2)) {
_root.p2health = _root.p2health - 2;
}
}
Instance of Symbol 750 MovieClip in Symbol 1246 MovieClip Frame 3
onClipEvent (enterFrame) {
if (hitTest(_root.p2)) {
_root.p2health = _root.p2health - 3;
}
}
Instance of Symbol 780 MovieClip in Symbol 1262 MovieClip Frame 36
onClipEvent (enterFrame) {
if (hitTest(_root.p2)) {
_root.p2health = _root.p2health - 3;
}
}
Instance of Symbol 789 MovieClip in Symbol 1265 MovieClip Frame 3
onClipEvent (enterFrame) {
if (hitTest(_root.p2)) {
_root.p2health = _root.p2health - 1;
}
}
Instance of Symbol 796 MovieClip in Symbol 1266 MovieClip Frame 3
onClipEvent (enterFrame) {
if (hitTest(_root.p2)) {
_root.p2health = _root.p2health - 1;
}
}
Instance of Symbol 816 MovieClip in Symbol 1267 MovieClip Frame 25
onClipEvent (enterFrame) {
if (hitTest(_root.p2)) {
_root.p2health = _root.p2health - 7;
}
}
Symbol 1268 MovieClip Frame 1
stop();
Symbol 1268 MovieClip Frame 2
stop();
Symbol 1268 MovieClip Frame 3
stop();
Symbol 1268 MovieClip Frame 4
stop();
Symbol 1268 MovieClip Frame 5
stop();
Symbol 1268 MovieClip Frame 6
stop();
Symbol 1268 MovieClip Frame 7
stop();
Symbol 1268 MovieClip Frame 8
stop();
Symbol 1268 MovieClip Frame 9
stop();
Instance of Symbol 858 MovieClip in Symbol 1349 MovieClip Frame 4
onClipEvent (enterFrame) {
if (hitTest(_root.p2)) {
_root.p2health = _root.p2health - 4;
}
}
Instance of Symbol 869 MovieClip in Symbol 1350 MovieClip Frame 4
onClipEvent (enterFrame) {
if (hitTest(_root.p2)) {
_root.p2health = _root.p2health - 2;
}
}
Instance of Symbol 889 MovieClip in Symbol 1351 MovieClip Frame 17
onClipEvent (enterFrame) {
if (hitTest(_root.p2)) {
_root.p2health = _root.p2health - 5;
}
}
Instance of Symbol 899 MovieClip in Symbol 1352 MovieClip Frame 3
onClipEvent (enterFrame) {
if (hitTest(_root.p2)) {
_root.p2health = _root.p2health - 1;
}
}
Instance of Symbol 906 MovieClip in Symbol 1353 MovieClip Frame 3
onClipEvent (enterFrame) {
if (hitTest(_root.p2)) {
_root.p2health = _root.p2health - 3;
}
}
Instance of Symbol 921 MovieClip in Symbol 1355 MovieClip Frame 16
onClipEvent (enterFrame) {
if (hitTest(_root.p2)) {
_root.p2health = _root.p2health - 5;
}
}
Symbol 1356 MovieClip Frame 1
stop();
Symbol 1356 MovieClip Frame 2
stop();
Symbol 1356 MovieClip Frame 3
stop();
Symbol 1356 MovieClip Frame 4
stop();
Symbol 1356 MovieClip Frame 5
stop();
Symbol 1356 MovieClip Frame 6
stop();
Symbol 1356 MovieClip Frame 7
stop();
Symbol 1356 MovieClip Frame 8
stop();
Symbol 1356 MovieClip Frame 9
stop();
Instance of Symbol 959 MovieClip in Symbol 1437 MovieClip Frame 3
onClipEvent (enterFrame) {
if (hitTest(_root.p2)) {
_root.p2health = _root.p2health - 3;
}
}
Instance of Symbol 969 MovieClip in Symbol 1438 MovieClip Frame 4
onClipEvent (enterFrame) {
if (hitTest(_root.p2)) {
_root.p2health = _root.p2health - 3;
}
}
Instance of Symbol 985 MovieClip in Symbol 1439 MovieClip Frame 18
onClipEvent (enterFrame) {
if (hitTest(_root.p2)) {
_root.p2health = _root.p2health - 3;
}
}
Instance of Symbol 994 MovieClip in Symbol 1440 MovieClip Frame 2
onClipEvent (enterFrame) {
if (hitTest(_root.p2)) {
_root.p2health = _root.p2health - 2;
}
}
Instance of Symbol 994 MovieClip in Symbol 1440 MovieClip Frame 5
onClipEvent (enterFrame) {
if (hitTest(_root.p2)) {
_root.p2health = _root.p2health - 2;
}
}
Instance of Symbol 1004 MovieClip in Symbol 1441 MovieClip Frame 3
onClipEvent (enterFrame) {
if (hitTest(_root.p2)) {
_root.p2health = _root.p2health - 1;
}
}
Symbol 1442 MovieClip Frame 1
stop();
Symbol 1442 MovieClip Frame 2
stop();
Symbol 1442 MovieClip Frame 3
stop();
Symbol 1442 MovieClip Frame 4
stop();
Symbol 1442 MovieClip Frame 5
stop();
Symbol 1442 MovieClip Frame 6
stop();
Symbol 1442 MovieClip Frame 7
stop();
Symbol 1442 MovieClip Frame 8
stop();
Symbol 1442 MovieClip Frame 9
stop();
Instance of Symbol 1059 MovieClip in Symbol 1523 MovieClip Frame 3
onClipEvent (enterFrame) {
if (hitTest(_root.p2)) {
_root.p2health = _root.p2health - 3;
}
}
Instance of Symbol 1069 MovieClip in Symbol 1524 MovieClip Frame 3
onClipEvent (enterFrame) {
if (hitTest(_root.p2)) {
_root.p2health = _root.p2health - 4;
}
}
Instance of Symbol 1088 MovieClip in Symbol 1528 MovieClip Frame 15
onClipEvent (enterFrame) {
if (hitTest(_root.p2)) {
_root.p2health = _root.p2health - 3;
}
}
Instance of Symbol 1094 MovieClip in Symbol 1529 MovieClip Frame 3
onClipEvent (enterFrame) {
if (hitTest(_root.p2)) {
_root.p2health = _root.p2health - 1;
}
}
Instance of Symbol 1100 MovieClip in Symbol 1530 MovieClip Frame 3
onClipEvent (enterFrame) {
if (hitTest(_root.p2)) {
_root.p2health = _root.p2health - 2;
}
}
Instance of Symbol 1125 MovieClip in Symbol 1531 MovieClip Frame 22
onClipEvent (enterFrame) {
if (hitTest(_root.p2)) {
_root.p2health = _root.p2health - 3;
}
}
Symbol 1532 MovieClip Frame 1
stop();
Symbol 1532 MovieClip Frame 2
stop();
Symbol 1532 MovieClip Frame 3
stop();
Symbol 1532 MovieClip Frame 4
stop();
Symbol 1532 MovieClip Frame 5
stop();
Symbol 1532 MovieClip Frame 6
stop();
Symbol 1532 MovieClip Frame 7
stop();
Symbol 1532 MovieClip Frame 8
stop();
Symbol 1532 MovieClip Frame 9
stop();