Frame 1
stopAllSounds();
_root.gCompleted = [0, 0, 0, 0, 0, 0, 0, 0];
_root._quality = "MEDIUM";
_root.modifier = 0;
stop();
Frame 2
_root.stopAllSounds();
_root.fightOrder = false;
Instance of Symbol 183 MovieClip in Frame 3
on (release) {
_root.nextFrame();
}
Instance of Symbol 188 MovieClip in Frame 3
onClipEvent (load) {
expand = 1;
sine = false;
amount = 5;
r = _root;
}
on (rollOver) {
sine = true;
}
on (rollOut) {
sine = false;
_xscale = 100;
_yscale = 100;
}
on (release) {
r.s_menu.start();
_xscale = 70;
_yscale = 70;
getURL ("mailto:cableshaft@omnipen.net?Subject=CC%20Fight%20Club%20One%20Feedback");
}
onClipEvent (enterFrame) {
if (sine) {
if (expand == 1) {
_xscale = (_xscale + amount);
_yscale = (_yscale + amount);
if (_xscale > 110) {
expand = -1;
}
} else {
_xscale = (_xscale - amount);
_yscale = (_yscale - amount);
if (_xscale < 90) {
expand = 1;
}
}
}
}
Instance of Symbol 190 MovieClip in Frame 3
onClipEvent (load) {
expand = 1;
sine = false;
amount = 5;
r = _root;
}
on (rollOver) {
sine = true;
}
on (rollOut) {
sine = false;
_xscale = 100;
_yscale = 100;
}
on (release) {
r.s_menu.start();
_xscale = 70;
_yscale = 70;
getURL ("mailto:p00pmonkey@hotmail.com?Subject=CC%20Fight%20Club%20One%20Feedback");
}
onClipEvent (enterFrame) {
if (sine) {
if (expand == 1) {
_xscale = (_xscale + amount);
_yscale = (_yscale + amount);
if (_xscale > 110) {
expand = -1;
}
} else {
_xscale = (_xscale - amount);
_yscale = (_yscale - amount);
if (_xscale < 90) {
expand = 1;
}
}
}
}
Instance of Symbol 207 MovieClip "qualityHi" in Frame 5
onClipEvent (load) {
if (_root._quality == "HIGH") {
_alpha = 100;
}
}
Instance of Symbol 207 MovieClip "qualityMed" in Frame 5
onClipEvent (load) {
if (_root._quality == "MEDIUM") {
_alpha = 100;
}
}
Instance of Symbol 207 MovieClip "qualityLow" in Frame 5
onClipEvent (load) {
if (_root._quality == "LOW") {
_alpha = 100;
}
}
Instance of Symbol 207 MovieClip "difHard" in Frame 5
onClipEvent (load) {
if (_root.modifier == -5) {
_alpha = 100;
}
}
Instance of Symbol 207 MovieClip "difAve" in Frame 5
onClipEvent (load) {
if (_root.modifier == 0) {
_alpha = 100;
}
}
Instance of Symbol 207 MovieClip "difEasy" in Frame 5
onClipEvent (load) {
if (_root.modifier == 5) {
_alpha = 100;
}
}
Frame 6
stopAllSounds();
Frame 13
trace(_root.gCompleted);
Frame 14
stop();
Instance of Symbol 521 MovieClip in Frame 14
onClipEvent (load) {
total = 0;
a = 0;
while (a < 8) {
if (_root.gCompleted[a]) {
total++;
}
a++;
}
if (total != 8) {
stop();
}
}
Frame 15
stop();
stop();
stop();
Frame 16
stop();
stop();
stop();
Frame 17
stop();
stop();
stop();
Frame 18
stop();
stop();
stop();
Frame 19
stop();
stop();
stop();
Frame 20
stop();
stop();
stop();
Frame 21
stop();
stop();
stop();
Frame 22
stop();
stop();
stop();
Frame 23
stop();
Frame 24
stopAllSounds();
musicMC.nextFrame();
if (!fightOrder) {
currentFight = 0;
fightOrder = new Array(9);
fightOrder[7] = lastman;
fightOrder[8] = 9;
fightTemp = [1, 2, 3, 4, 5, 6, 7, 8];
fightTemp.splice(lastman - 1, 1);
a = 0;
while (a < 7) {
len = fightTemp.length;
pickTemp = int(Math.random() * len);
fightOrder[a] = fightTemp[pickTemp];
fightTemp.splice(pickTemp, 1);
a++;
}
}
fightOrder[7] = lastman;
chosen2 = fightOrder[currentFight];
round = 1;
prefight = 70;
p1wins = 0;
p2wins = 0;
profile1.gotoAndStop(chosen1);
profile2.gotoAndStop(chosen2);
nextFrame();
Instance of Symbol 856 MovieClip in Frame 24
onClipEvent (enterFrame) {
this._x = random(800);
this._alpha = alpha(250);
}
Instance of Symbol 858 MovieClip in Frame 24
onClipEvent (enterFrame) {
this._x = random(800);
this._alpha = alpha(250);
}
Instance of Symbol 856 MovieClip in Frame 24
onClipEvent (enterFrame) {
this._x = random(800);
this._alpha = alpha(250);
}
Instance of Symbol 858 MovieClip in Frame 24
onClipEvent (enterFrame) {
this._x = random(800);
this._alpha = alpha(250);
}
Instance of Symbol 856 MovieClip in Frame 24
onClipEvent (enterFrame) {
this._x = random(800);
this._alpha = alpha(250);
}
Instance of Symbol 858 MovieClip in Frame 24
onClipEvent (enterFrame) {
this._x = random(800);
this._alpha = alpha(250);
}
Instance of Symbol 856 MovieClip in Frame 24
onClipEvent (enterFrame) {
this._x = random(800);
this._alpha = alpha(250);
}
Instance of Symbol 858 MovieClip in Frame 24
onClipEvent (enterFrame) {
this._x = random(800);
this._alpha = alpha(250);
}
Instance of Symbol 869 MovieClip "profile1" in Frame 24
onClipEvent (load) {
r = _root;
pr1x = 164.6;
pr2x = 663.2;
countdown = 60;
move1 = false;
move2 = false;
}
onClipEvent (enterFrame) {
countdown--;
r.profile1._x = r.profile1._x + 80;
if (r.profile1._x > pr1x) {
r.profile1._x = pr1x;
}
r.profile2._x = r.profile2._x - 80;
if (r.profile2._x < pr2x) {
r.profile2._x = pr2x;
}
if (countdown < 0) {
r.nextFrame();
}
}
Frame 26
stopAllSounds();
play();
Frame 27
stop();
function didIHit(player, hmc, hitCount) {
if (player == 1) {
cp = r.mainStage.p2;
rp = r.mainStage.p1;
} else {
cp = r.mainStage.p1;
rp = r.mainStage.p2;
}
ihit = false;
mc = cp.mc.anim.fr.hitbox;
q = {x:mc._x, y:mc._y};
mc.localToGlobal(q);
dealing = 1;
if (cp.canHit <= 0) {
if (hmc.hitTest(cp.mc.anim.fr.hitbox)) {
dealt = 0;
if (cp.mc.getDepth() > rp.mc.getDepth()) {
cp.mc.swapDepths(rp.mc);
}
if (cp.blocking) {
cp.wait = 3;
if (cp.facing == 1) {
cp.mc._x = cp.mc._x - 5;
} else {
cp.mc._x = cp.mc._x + 5;
}
cp.anim = "block";
cp.mc.anim.gotoAndStop("block");
cp.wait = 2;
dealt = (rp.move.damage / (16 - ((15 - cp.stamina) / 4))) - (_root.modifier / 2);
if (dealt <= 0) {
dealt = 0;
}
cp.canBeHit = false;
} else if ((cp.anim != "fall") && ((cp.anim != "hit") || (cp.locked > 0))) {
if (cp.sbcprotect > 0) {
cp.sbcprotect--;
cp.canHit = 3;
dealing = 0;
} else if (r.freeze && (cp.locked < 0)) {
cp.mc.anim.gotoAndStop("hit");
cp.anim = "hit";
cp.mc.anim.fr.stop();
cp.wait = cp.moves[0].frames;
cp.mc.ice.play();
cp.locked = 80;
} else if (r.freeze) {
} else if ((rp.airAttack || (cp.anim == "jump")) || (rp.move.extra)) {
cp.anim = "fall";
cp.jump = false;
cp.airAttack = false;
cp.sub = 0;
cp.mc.anim.gotoAndStop("fall");
cp.wait = cp.moves[1].frames;
if (!cp.arobot) {
cp.jumpVel = 36;
cp.moveX = 12;
}
} else {
cp.mc.anim.gotoAndStop("hit");
cp.anim = "hit";
cp.wait = cp.moves[0].frames;
}
dealt = (rp.move.damage - ((cp.pr * _root.modifier) / 2)) * dealing;
if (dealt < 0) {
dealt = 1;
}
}
if ((dealt > 0) && (!r.freeze)) {
cp.locked = 0;
cp.mc.lock.gotoAndStop(1);
cp.mc.ice.gotoAndStop(1);
}
if (((dealt > 0) && (cp.anim != "block")) && (!r.freeze)) {
if (cp.chameleon) {
cp.chameleon = false;
cp.mc.anim._alpha = 100;
}
smackCount++;
if (smackCount > 10) {
smackCount = 0;
}
path = _root.attachMovie("smacks", "sm" + smackCount, 6000 + smackCount);
path._x = q.x;
path._y = q.y;
bloody = Math.ceil(Math.random() * 5);
path["b" + bloody]._alpha = 100;
path.smacks.gotoAndStop(Math.ceil(Math.random() * 6));
path.smacks._rotation = Math.ceil(Math.random() * 45);
if (!cp.arobot) {
mc._x = q.x;
mc._y = q.y;
}
tt = Math.ceil(Math.random() * 3);
_root.sfxMC.gotoAndStop(((3 * cp.id) - 2) + tt);
}
cp.attacking = false;
cp.health = cp.health - dealt;
tempPath = r.mainStage.gui[("p" + cp.player) + "_hpbar"].mask;
dealtmove = (dealt / 100) * 266;
tempPath._x = tempPath._x - dealtmove;
if (cp.health <= 4) {
cp.dead = true;
r.victoryCount = 70;
r.winner = rp.player;
cp.mc.anim.gotoAndStop("fall");
}
}
r.freeze = false;
return(iHit);
}
}
r = _root;
smackCount = 0;
stopAllSounds();
FS_STOP = 0;
FS_SINE = 1;
FS_JITTER = 2;
FS_RANDOM = 3;
FS_BOUNCY = 5;
FS_DANCE = 4;
FS_SPIN = 6;
FS_SWAGGER = 7;
FS_SIDESTEP = 8;
FS_GHOST = 9;
FS_DEFAULT = 0;
r = _root;
titles = ["", "SINE", "JITTER", "WANDER", "DANCE", "BOUNCY", "SPIN", "SWAGGER", "QUAKE", "GHOST"];
FS_T_EXPLODE_IN = -5;
FS_T_LINE_IN = -4;
FS_T_RAN_TEXT = -3;
FS_T_LINE_OUT = 4;
FS_T_EXPLODE_OUT = 5;
FS_System = function (rows, cols, twidth, theight, anim, offset) {
this.rows = int(rows);
this.cols = int(cols);
this.twidth = int(twidth);
this.theight = int(theight);
this.anim = int(anim);
this.offset = int(offset);
this.messages = new Array();
this.messageCount = 0;
this.AddMessage = function (content, xpos, ypos, twidth, anim, offset, bkg) {
if (!twidth) {
twidth = this.twidth;
}
if (!anim) {
anim = this.anim;
}
if (!offset) {
offset = this.offset;
}
returnValue = new Message(FS, this.messageCount, content, xpos, ypos, twidth, anim, offset, bkg);
this.messages.push(returnValue);
trace(content);
return(returnValue);
};
this.DelMessage = function (id) {
this.messages[id].Delete(id);
delete this.messages[id];
};
r.createEmptyMovieClip("FS_Main", 9010);
this.mc = r.FS_Main;
this.Animate = function () {
a = 0;
while (a < this.messages.length) {
this.messages[a].Animate();
a++;
}
};
trace(this.offset);
};
FS = new FS_System(4, 20, 20, 20, 0, 1);
FS.init;
Message = function (parent, id, content, xpos, ypos, twidth, anim, offset, bkg) {
this.content = String(content).toUpperCase();
this.rows = FS.rows;
this.cols = FS.cols;
this.xpos = int(xpos);
this.ypos = int(ypos);
this.twidth = twidth;
this.theight = FS.theight;
this.anim = anim;
this.offset = offset;
this.letters = new array();
this.parent = parent;
this.id = id;
trace("Messageoffset" + this.offset);
this.Animate = function () {
b = 0;
while (b < this.letters.length) {
this.letters[b].Animate();
b++;
}
};
this.ShowMessage = function () {
this.mmc._alpha = 100;
};
this.HideMessage = function () {
this.mmc._alpha = 0;
};
this.RelMoveMessage = function (newX, newY) {
this.mmc._x = this.mmc._x + newX;
this.mmc._y = this.mmc._y + newY;
this.xpos = this.xpos + newX;
this.ypos = this.ypos + newY;
};
this.RelScaleMessage = function (newX, newY) {
this.mmc._xscale = this.mmc._xscale + newX;
this.mmc._yscale = this.mmc._yscale + newY;
};
this.RelAlphaMessage = function (newAlpha) {
this.mmc._alpha = this.mmc._alpha + newAlpha;
};
this.RelRotateMessage = function (newRot) {
this.mmc._rotation = this.mmc._rotation + newRot;
};
this.AbsMoveMessage = function (newX, newY) {
this.mmc._x = newX;
this.mmc._y = newY;
this.xpos = newX;
this.ypos = newX;
};
this.AbsScaleMessage = function (newX, newY) {
this.mmc._xscale = newX;
this.mmc._yscale = newY;
};
this.AbsAlphaMessage = function (newAlpha) {
this.mmc._alpha = newAlpha;
};
this.AbsRotateMessage = function (newRot) {
this.mmc._rotation = newRot;
};
this.SetMessage = function (newText) {
ntlen = newText.length;
diff = this.letters.length - ntlen;
a = 0;
while (a < diff) {
this.Typing(220);
a++;
}
a = 0;
while (a < ntlen) {
if (a < this.letters.length) {
tempy = this.GetFrame(newText.charCodeAt(a));
this.letters[a].SetLetter(tempy);
} else {
this.Typing(newText.charCodeAt(a));
}
a++;
}
};
this.Typing = function (inkey) {
if (inkey == 220) {
killit = this.letters.length - 1;
this.letters[killit].lmc.removeMovieClip();
delete this.letters[killit];
this.letters.splice(killit, 1);
} else {
character = this.GetFrame(inkey);
tid = this.letters.length;
trace([tid, this.offset]);
path = new FS_Letter(this, tid, character, this.xpos + (tid * this.twidth), this.ypos, this.anim, tid * this.offset);
this.letters.push(path);
}
};
this.SetAnimation = function (animnew) {
b = 0;
while (b < this.letters.length) {
path = this.letters[b];
path.anim = animnew;
path._rotation = 0;
path._alpha = 0;
path.lmc._x = path.xpos;
path.lmc._y = path.ypos;
path.lmc._rotation = 0;
path.lmc._alpha = 100;
path.lmc._xscale = 100;
path.init = false;
this.anim = animnew;
b++;
}
};
this.SetTransition = function (first, second, newText, time) {
this.newText = newText;
this.first = first;
this.second = second;
b = 0;
while (b < this.letters.length) {
path = this.letters[b];
path.trans = true;
path.transAnim1 = first;
path.transSecond = second;
path.transCur = first;
path.newLetter = this.GetFrame(newText.charCodeAt(b));
path.transition = 1;
path.transTime = time;
path.init2 = false;
path.sett = false;
b++;
}
};
this.GetFrame = function (charInt) {
if (!charInt) {
return(53);
}
if ((charInt >= 65) && (charInt <= 90)) {
return(charInt - 64);
}
if ((charInt >= 48) && (charInt <= 57)) {
return(charInt - 21);
}
return(53);
};
parent.mc.createEmptyMovieClip("M" + parent.messageCount, parent.messageCount + 50);
this.mmc = parent.mc["M" + parent.messageCount];
parent.messageCount++;
this.mmc.attachMovie(bkg, "bkg00", 0);
a = 0;
while (a < this.content.length) {
character = this.GetFrame(this.content.charCodeAt(a));
path = new FS_Letter(this, a, character, xpos + (a * twidth), ypos, anim, a * offset);
this.letters.push(path);
a++;
}
};
FS_Letter = function (parent, id, content, xpos, ypos, anim, seed, ml) {
this.id = id;
this.parent = parent;
this.letter = int(content);
this.follow = follow;
this.anim = anim;
this.seed = seed;
parent.mmc.createEmptyMovieClip("L" + id, id + 100);
this.lmc = parent.mmc["L" + id];
this.lmc.attachMovie("FS_F2", "l" + id, id + 1000);
this.lmc._x = xpos;
this.lmc._y = ypos;
this.xpos = xpos;
this.ypos = ypos;
this.lmc["l" + id].gotoAndStop(content);
this.time = seed;
this.tx = (xpos + int(Math.random() * 10)) - 5;
this.ty = (ypos + int(Math.random() * 10)) - 5;
this.transCur = 0;
this.messageLength = ml;
this.SetLetter = function (letter) {
this.lmc["l" + id].gotoAndStop(letter);
};
this.Animate = function () {
if (!this.trans) {
switch (this.anim) {
case 1 :
this.lmc._y = this.ypos + (4 * Math.sin(this.time));
break;
case 2 :
if (this.time % 2) {
this.lmc._x = this.xpos + int((Math.random() * 6) - 3);
this.lmc._y = this.ypos + int((Math.random() * 6) - 3);
}
break;
case 3 :
if ((this.lmc._x == this.tx) && (this.lmc._y == this.ty)) {
this.tx = (this.xpos + int(Math.random() * 10)) - 5;
this.ty = (this.ypos + int(Math.random() * 10)) - 5;
}
if (this.lmc._x < this.tx) {
this.lmc._x++;
} else if (this.lmc._x > this.tx) {
this.lmc._x--;
}
if (this.lmc._y < this.ty) {
this.lmc._y++;
} else if (this.lmc._y > this.ty) {
this.lmc._y--;
}
break;
case 4 :
if (this.time % 2) {
this.time2++;
}
this.lmc._x = this.xpos + (8 * Math.sin(this.time2));
this.lmc._y = this.ypos + Math.abs(8 * Math.sin(this.time2));
if (!this.dir) {
this.dir = 4;
}
this.rotMe = this.rotMe + (this.dir * 1);
if (this.rotMe >= 10) {
this.dir = -4;
} else if (this.rotMe <= -10) {
this.dir = 4;
}
this.lmc._rotation = this.rotMe;
break;
case 5 :
if (!this.init) {
this.init = true;
this.bounce = false;
}
if (!this.bounce) {
test = int(Math.random() * 100);
this.lmc._xscale = 100;
this.lmc._yscale = 100;
if (test < 5) {
this.bounce = true;
this.vy = -5;
this.lmc._xscale = 110;
this.lmc._yscale = 90;
}
} else if ((this.lmc._y + this.vy) <= this.ypos) {
this.lmc._y = this.lmc._y + this.vy;
this.lmc._xscale = 90;
this.lmc._yscale = 110;
this.vy++;
} else {
this.lmc._y = this.ypos;
this.bounce = false;
this.lmc._xscale = 110;
this.lmc._yscale = 90;
this.vy = 0;
}
break;
case 6 :
if (!this.change) {
this.change = -10;
}
this.lmc._xscale = this.lmc._xscale + this.change;
if (this.lmc._xscale < -90) {
this.change = 10;
} else if (this.lmc._xscale > 90) {
this.change = -10;
}
break;
case 7 :
this.lmc._rotation = (20 * Math.sin(this.time / 2)) + this.seed;
break;
case 8 :
this.lmc._x = this.xpos + (4 * Math.sin(this.time));
break;
case 9 :
if (!this.init) {
this.init = true;
this.ta = int(Math.random() * 80) + 20;
this.lmc._alpha = 90;
} else {
diff = this.ta - this.lmc._alpha;
if (Math.abs(diff) < 5) {
this.ta = int(Math.random() * 80) + 20;
} else if (diff > 0) {
this.lmc._alpha = this.lmc._alpha + 4;
} else {
this.lmc._alpha = this.lmc._alpha - 4;
}
}
}
} else {
switch (this.transCur) {
case 5 :
if (this.init2 && (this.vy < 50)) {
this.lmc._x = this.lmc._x + this.vx;
this.lmc._y = this.lmc._y + this.vy;
this.vy++;
} else if (!this.init2) {
this.init2 = true;
this.vy = (-1) * int(Math.random() * 15);
this.vx = int(Math.random() * 6) - 3;
} else {
this.lmc["l" + id].gotoAndStop(this.newLetter);
if (this.transition == 1) {
this.transCur = this.transSecond;
this.init2 = false;
this.transition = 2;
} else {
this.trans = false;
this.init2 = false;
}
}
break;
case -3 :
if (this.transTime > 0) {
if (!this.sett) {
this.lmc["l" + this.id].gotoAndStop(int(Math.random() * 40));
this.transTime--;
if (int(Math.random() * 100) > 65) {
this.sett = true;
this.lmc["l" + this.id].gotoAndStop(this.newLetter);
}
}
} else {
this.lmc["l" + this.id].gotoAndStop(this.newLetter);
if (this.transition == 1) {
this.transCur = this.transSecond;
this.init2 = false;
this.transition = 2;
this.lmc["l" + this.id].gotoAndStop(this.newLetter);
} else {
this.trans = false;
this.init2 = false;
this.lmc["l" + this.id].gotoAndStop(this.newLetter);
}
}
case -5 :
if (this.init2 && (this.transTime > 0)) {
this.lmc._x = this.lmc._x + this.vx;
this.lmc._y = this.lmc._y + this.vy;
this.transTime--;
} else if (!this.init2) {
this.vx = (-(this.lmc._x - this.xpos)) / this.transTime;
this.vy = (-(this.lmc._y - this.ypos)) / this.transTime;
this.init2 = true;
} else if (this.transition == 1) {
this.transition = 2;
this.init2 = false;
this.transCur = this.transSecond;
} else {
this.trans = false;
this.init2 = false;
}
}
}
this.time++;
};
};
stop();
Instance of Symbol 2065 MovieClip "mainStage" in Frame 27
onClipEvent (load) {
function Move(name, inputs, frames, damage, minR, maxR, extra, cost, response) {
this.name = name;
this.minR = minR;
this.maxR = maxR;
this.frames = frames;
this.inputs = inputs;
this.damage = damage;
this.extra = extra;
this.response = response;
if (!cost) {
this.cost = 1;
} else {
this.cost = cost;
}
}
function SpecialMoves(cpp) {
if (cpp.facing == -1) {
keyTrs[2] = "F";
keyTrs[3] = "B";
keyExc[2] = "B";
keyExc[3] = "F";
} else {
keyTrs[2] = "B";
keyTrs[3] = "F";
keyExc[2] = "F";
keyExc[3] = "B";
}
keyPressed = false;
a = 0;
while (a < cpp.keyIns.length) {
if (Key.isDown(cpp.keyIns[a])) {
if (!keyPressed) {
cpp.keyStack.push(keyTrs[a]);
keyPressed = true;
} else {
out = "+" + keyTrs[a];
cpp.keyStack[cpp.keyStack.length - 1] = cpp.keyStack[cpp.keyStack.length - 1] + out;
}
}
a++;
}
if (keyPressed) {
t = cpp.keyStack.length - 1;
if ((cpp.keyStack[t] == cpp.keyStack[t - 1]) && (cpp.lastPress)) {
cpp.keyStack.pop();
cpp.countClear--;
} else {
cpp.countClear = 4;
}
} else {
cpp.countClear--;
}
cpp.lastPress = keyPressed;
if (cpp.countClear <= 0) {
cpp.keyStack = new Array();
}
output = "";
len = cpp.keyStack.length;
a = 0;
while (a < len) {
output = output + cpp.keyStack[a];
if (a != (len - 1)) {
output = output + ",";
}
a++;
}
a = 0;
while (a < cpp.moves.length) {
if (output.indexOf(cpp.moves[a].inputs, 0) != -1) {
cpp.keyStack = new Array();
return(a);
}
a++;
}
return(-2);
}
function getResponse(cp, rp, action) {
if (action == "idle") {
return(cp.response.idle);
}
if (action == "back") {
return(cp.response.back);
}
if (action == "forward") {
return(cp.response.forward);
}
if (action == "jump") {
return(cp.response.jump);
}
if (action == "airAttack") {
return(cp.response.airAttack);
}
if (action == "hit") {
return(cp.response.hit);
}
if (action == "block") {
return(cp.response.block);
}
if (action == "fall") {
return(cp.response.fall);
}
if (action == "taunt") {
return(cp.response.taunt);
}
if (action == "recover") {
return(cp.response.recover);
}
if (action == "special") {
return(cp.response.special);
}
if (action == "punch") {
return(cp.response.punch);
}
if (action == "kick") {
return(cp.response.kick);
}
if (action == "unique1") {
return(cp.response.unique1);
}
if (action == "unique2") {
return(cp.response.unique2);
}
if (action == "unique3") {
return(cp.response.unique3);
}
if (action == "kdpunch") {
return(cp.response.kdpunch);
}
if (action == "kdkick") {
return(cp.response.kdkick);
}
if (action == "lowpunch") {
return(cp.response.lowpunch);
}
if (action == "lowkick") {
return(cp.response.lowkick);
}
}
function badResponse() {
action = int(Math.random() * 100);
if (action > 5) {
return("moveAndAttack");
}
if (action > 15) {
return("quickAttack");
}
if (action > 35) {
return("Retreat");
}
if (action > 80) {
return("moveAndAttack");
}
}
function doAI(cp, rp) {
if ((cp.anim != "fall") && (cp.anim != "hit")) {
if (!rp.chameleon) {
dist = Math.abs(cp.mc._x - rp.mc._x);
dist2 = cp.mc._x - rp.mc._x;
} else {
dist = Math.ceil(Math.random() * 700);
dist2 = dist;
}
move = -1;
cp.reactionTime--;
if (cp.reactionTime < 0) {
cp.reactionTime = (int(Math.random() * 20) - cp.stamina) + _root.modifier;
if (int(Math.Random() * 10) > 6) {
cp.reaction = getResponse(cp, rp, rp.anim);
} else {
cp.reaction = badResponse();
}
}
if (cp.reaction == "moveAndAttack") {
if (!cp.dmove) {
cp.choose = int((Math.random() * (cp.moves.length - 4)) + 4);
cp.dmove = cp.moves[cp.choose];
cp.moveCount = 0;
}
trace(cp.dmove.name);
cp.moveCount++;
if (cp.moveCount > 30) {
cp.moveCount = 0;
cp.reaction == "quickAttack";
} else {
if (dist > cp.dmove.maxR) {
if (dist2 > 0) {
return("left");
}
return("right");
}
if (dist < cp.dmove.minR) {
if (dist2 < 0) {
return("left");
}
return("right");
}
if (doMove(cp, cp.choose)) {
cp.dmove = false;
cp.choose = -1;
cp.doing = true;
cp.reaction = "Block";
} else {
cp.dmove = false;
if (cp.stamina < 5) {
cp.reaction = "notEnoughStamina";
} else {
cp.reaction = "quickAttack";
}
}
}
}
if (cp.reaction == "jumpAttack") {
return("jump");
}
if (cp.reaction == "quickAttack") {
choose = cp.moves.length;
quickframes = 1000;
quickest = 100;
a = 4;
while (a < choose) {
m = cp.moves[a];
if (((dist < m.maxR) && (dist > m.minR)) && (m.frames < quickframes)) {
quickest = a;
quickframes = m.frames;
}
a++;
}
if (quickframes == 1000) {
cp.reaction = "notInRange";
} else if (doMove(cp, quickest)) {
cp.reaction = "Block";
} else if (cp.stamina < 5) {
cp.reaction = "notEnoughStamina";
} else {
cp.reaction = "notInRange";
}
trace(quickframes);
}
if (cp.reaction == "Taunt") {
doMove(cp, 3);
cp.doing = true;
cp.reaction = "quickAttack";
}
if (cp.reaction == "notInRange") {
cp.reaction = "Block";
}
if ((cp.reaction == "Block") || (cp.reaction == "Retreat")) {
if (dist2 < 0) {
return("left");
}
return("right");
}
if (cp.reaction == "Wait") {
return("idle");
}
if (cp.reaction == "notEnoughStamina") {
if (!rp.attacking) {
doMove(cp, 3);
cp.doing = true;
cp.reaction = "moveAndAttack";
} else {
return("idle");
}
}
}
}
function doMove(cp, move) {
if ((move > -1) && (!cp.jump)) {
if ((cp.stamina - cp.moves[move].cost) >= 0) {
cp.move = cp.moves[move];
cp.anim = cp.move.name;
cp.wait = cp.move.frames;
cp.attacking = true;
a = 0;
while (a < cp.move.cost) {
r.mainstage.gui["nrgbar" + cp.player].nextFrame();
cp.stamina--;
a++;
}
cp.oog = 0;
return(true);
}
r.mainstage.gui["tauntFlash" + cp.player].play();
}
return(false);
}
function turn(cp, rp) {
if (cp.stamina > 15) {
cp.stamina = 15;
}
if (cp.stamina < 0) {
cp.stamina = 0;
}
r.mainstage.gui["nrgbar" + cp.player].gotoAndStop(16 - cp.stamina);
if (cp.mc._x > 285) {
cp.mc._x = 285;
} else if (cp.mc._x < -385) {
cp.mc._x = -385;
}
if (!((!cp.jump) && (rp.jump))) {
while (cp.mc.anim.fr.hitbox.hitTest(rp.mc.anim.fr.hitbox)) {
if ((cp.mc._x < -385) || (cp.mc._x > 285)) {
break;
}
if (cp.mc._x < rp.mc._x) {
cp.mc._x--;
} else {
cp.mc._x++;
}
}
}
if (cp.dead) {
if (cp.arobot) {
if (r[("p" + rp.player) + "wins"] == 1) {
cp.anim = "defeat2";
} else {
cp.anim = "defeat1";
}
} else {
cp.anim = "fall";
}
cp.ai = false;
} else if (rp.dead && (!cp.jump)) {
cp.anim = "victory";
} else if (cp.wait <= 0) {
cp.blocking = false;
if ((cp.anim == "lowpunch") || (cp.anim == "lowkick")) {
cp.mc.anim.gotoAndStop("crouch");
cp.mc.anim.fr.gotoAndStop("end");
}
cp.currentHit = -1;
cp.attacking = false;
if (!cp.jump) {
if (cp.mc._x < rp.mc._x) {
cp.facing = 1;
cp.mc._xscale = -70;
} else {
cp.facing = -1;
cp.mc._xscale = 70;
}
}
if (!cp.arobot) {
if (!cp.jump) {
if ((cp.pr && (Key.isDown(cp.keyIns[0]))) || (cp.ai && (action == "jump"))) {
cp.jump = true;
cp.jumpVel = cp.jumpHeight;
}
} else if ((cp.mc._y - cp.jumpVel) > -28.2) {
cp.mc._y = -28.2;
cp.jump = false;
cp.airAttack = false;
cp.sub = 0;
} else {
cp.mc._y = cp.mc._y - cp.jumpVel;
cp.jumpVel = cp.jumpVel - 16;
}
}
if (!cp.sub) {
if (((cp.pr && (Key.isDown(cp.keyIns[1]))) || (cp.ai && (action == "down"))) && (!cp.arobot)) {
cp.anim = "crouch";
} else if ((cp.pr && (Key.isDown(cp.keyIns[2]))) || (cp.ai && (action == "left"))) {
if (cp.jump) {
cp.sub = -1;
}
if (cp.facing == -1) {
cp.anim = "forward";
cp.mc._x = cp.mc._x - cp.forwardSpeed;
} else if (rp.attacking) {
cp.anim = "back";
cp.blocking = true;
cp.mc._x = cp.mc._x - cp.backSpeed;
} else {
cp.anim = "back";
cp.mc._x = cp.mc._x - cp.backSpeed;
}
} else if ((cp.pr && (Key.isDown(cp.keyIns[3]))) || (cp.ai && (action == "right"))) {
if (cp.jump) {
cp.sub = 1;
}
if (cp.facing == -1) {
if (rp.attacking) {
cp.anim = "back";
cp.blocking = true;
cp.mc._x = cp.mc._x + cp.backSpeed;
} else {
cp.anim = "back";
cp.mc._x = cp.mc._x + cp.backSpeed;
}
} else {
cp.mc._x = cp.mc._x + cp.forwardSpeed;
cp.anim = "forward";
}
} else if (cp.stamina < 3) {
cp.oog++;
if (cp.oog > 18) {
cp.oog = 0;
cp.stamina++;
}
cp.anim = "fatigue";
} else {
cp.oog++;
if (cp.oog > 18) {
cp.oog = 0;
cp.stamina++;
}
cp.anim = "idle";
}
}
if (cp.pr) {
i = SpecialMoves(cp);
doMove(cp, i);
}
if (cp.ai && (cp.wait <= 0)) {
action = doAI(cp, rp);
}
}
if (cp.sub) {
cp.mc._x = cp.mc._x + (cp.sub * cp.jumpLRSpeed);
}
if (cp.jump) {
if (cp.airAttack) {
cp.anim = "airAttack";
cp.airAttack = true;
cp.move.knockdown = true;
cp.attacking = true;
} else if (Key.isDown(cp.keyIns[4]) && (cp.stamina > 0)) {
cp.anim = "airAttack";
cp.airAttack = true;
cp.move.knockdown = true;
cp.attacking = true;
cp.stamina--;
} else {
cp.anim = "jump";
}
} else if (cp.anim == "fall") {
if ((cp.mc._y - cp.jumpVel) < -28.2) {
cp.mc._y = cp.mc._y - cp.jumpVel;
cp.jumpVel = cp.jumpVel - 9;
cp.mc._x = cp.mc._x + (cp.facing * (-cp.moveX));
} else {
cp.mc._y = -28.2;
cp.jumpVel = 0;
cp.moveX = 0;
}
if (!cp.dead) {
if ((cp.wait < 5) || ((cp.wait < 50) && ((cp.pr && (Key.isDown(cp.keyIns[0]))) || (cp.ai)))) {
cp.anim = "recover";
cp.wait = cp.moves[2].frames;
}
}
}
cp.mc.anim.gotoAndStop(cp.anim);
cp.wait--;
}
delete p1;
delete p2;
r = _root;
r.currentplayer = 1;
ARCHON = 1;
MUNGLAI = 4;
BIO = 2;
KNIGHT = 3;
RANDOM = 99;
DEFAULT = 0;
ORANGE = 5;
ARCTIC = 6;
BLACKMAGIC = 7;
STRAWBERRY = 8;
AROBOT = 9;
PUNCH = 1;
KICK = 2;
SPECIAL1 = 3;
COMBO1 = 4;
LOW = "Low";
MED = "Med";
HIGH = "High";
WAIT = 1;
RETALIATE = 2;
TAUNT = 3;
BLOCK = 4;
VIDEO = 1000;
Character = function (player, id) {
this.mc = r.mainStage[("p" + player) + "mc"];
this.mc.id = player;
this.player = player;
this.damage = 10;
this.stamina = 15;
this.jumpHeight = 80;
this.jumpLRSpeed = 20;
this.arobot = false;
this.response = new Object();
this.response.idle = "moveAndAttack";
this.response.forward = "quickAttack";
this.response.back = "Wait";
this.response.block = "quickAttack";
this.response.taunt = "moveAndAttack";
this.response.jump = "Wait";
this.response.hit = "quickAttack";
this.response.fall = "Taunt";
this.response.recover = "quickAttack";
this.response.special = "quickestAttack";
this.response.airAttack = "Block";
this.response.notInRange = "Block";
this.response.notEnoughStamina = "Wait";
this.response.punch = "quickAttack";
this.response.kick = "quickAttack";
this.response.unique1 = "Block";
this.response.unique2 = "Block";
this.response.unique3 = "Block";
this.response.kdpunch = "quickAttack";
this.response.kdkick = "quickAttack";
this.response.lowpunch = "Block";
this.response.lowkick = "Block";
if (id == ARCHON) {
this.id = id;
this.name = "Archon";
this.health = 100;
this.attack = 6;
this.defense = 8;
this.forwardSpeed = 16;
this.backSpeed = 16;
this.moves = new Array();
this.moves.push(new Move("hit", "X", 5, 0, 0));
this.moves.push(new Move("fall", "X", 70, 0, 0));
this.moves.push(new Move("recover", "X", 22, 0, 0));
this.moves.push(new Move("taunt", "B,F,B", 38, 0, 200, 800, false, -1));
this.moves.push(new Move("unique1", "B,F,P", 23, 0, 350, 600, false, 2));
this.moves.push(new Move("unique2", "B,D+P", 80, 5, 70, 500, false, 2));
this.moves.push(new Move("unique3", "B,B,K", 60, 13, 70, 700, true, 2));
this.moves.push(new Move("special", "F,D,B,P", 39, 6, 200, 500, false, 5));
this.moves.push(new Move("kdpunch", "B+P", 14, 10, 70, 210, true, 2));
this.moves.push(new Move("kdkick", "B+K", 14, 10, 70, 290, true, 2));
this.moves.push(new Move("lowpunch", "D+P", 7, 7, 60, 125, false, 1));
this.moves.push(new Move("lowkick", "D+K", 6, 7, 60, 150, false, 1));
this.moves.push(new Move("punch", "P", 8, 4, 70, 220, false, 1));
this.moves.push(new Move("kick", "K", 9, 4, 70, 300, false, 1));
} else if (id == BIO) {
this.id = id;
this.name = "Bio";
this.health = 100;
this.attack = 7;
this.defense = 5;
this.forwardSpeed = 12;
this.backSpeed = 8;
this.moves = new Array();
this.moves.push(new Move("hit", "X", 7, 0, 0));
this.moves.push(new Move("fall", "X", 70, 0, 0));
this.moves.push(new Move("recover", "X", 26, 0, 0));
this.moves.push(new Move("taunt", "B,F,B", 28, 0, 200, 800, false, -1));
this.moves.push(new Move("unique1", "F,B,P", 15, 0, 200, 800, true, 2));
this.moves.push(new Move("unique2", "B,B,K", 44, 6, 120, 500, false, 2));
this.moves.push(new Move("unique3", "B,B,F,K", 24, 4, 70, 500, true, 2));
this.moves.push(new Move("special", "B,B,F,F,P", 45, 10, 300, 600, false, 5));
this.moves.push(new Move("kdpunch", "B+P", 7, 10, 0, 300, true, 2));
this.moves.push(new Move("kdkick", "B+K", 7, 10, 0, 300, true, 2));
this.moves.push(new Move("lowpunch", "D+P", 7, 7, 60, 200, false, 1));
this.moves.push(new Move("lowkick", "D+K", 6, 7, 60, 200, false, 1));
this.moves.push(new Move("punch", "P", 11, 4, 80, 302, false, 1));
this.moves.push(new Move("kick", "K", 7, 4, 80, 157, false, 1));
} else if (id == KNIGHT) {
this.id = id;
this.name = "Knight";
this.health = 100;
this.attack = 5;
this.defense = 10;
this.forwardSpeed = 12;
this.backSpeed = 8;
this.moves = new Array();
this.moves.push(new Move("hit", "X", 3, 0, 0));
this.moves.push(new Move("fall", "X", 70, 0, 0));
this.moves.push(new Move("recover", "X", 23, 0, 0));
this.moves.push(new Move("taunt", "B,F,B", 49, 0, 200, false, -1));
this.moves.push(new Move("unique1", "D,D,K", 25, 10, 130, 250, true, 2));
this.moves.push(new Move("unique2", "B,F,P", 27, 5, 0, 1000, false, 2));
this.moves.push(new Move("unique3", "F,F,K", 36, 10, 0, 1000, true, 2));
this.moves.push(new Move("special", "F,D,B,P", 185, 30, 0, 300, false, 5));
this.moves.push(new Move("kdpunch", "B+P", 11, 10, 0, 300, true, 2));
this.moves.push(new Move("kdkick", "B+K", 31, 10, 0, 300, true, 2));
this.moves.push(new Move("lowpunch", "D+P", 7, 7, 0, 300, false, 1));
this.moves.push(new Move("lowkick", "D+K", 11, 7, 0, 300, false, 1));
this.moves.push(new Move("punch", "P", 11, 4, 0, 368, false, 1));
this.moves.push(new Move("kick", "K", 23, 4, 0, 296, false, 1));
} else if (id == MUNGLAI) {
this.id = id;
this.name = "Munglai";
this.health = 100;
this.attack = 4;
this.defense = 7;
this.forwardSpeed = 20;
this.backSpeed = 6;
this.moves = new Array();
this.moves.push(new Move("hit", "X", 3, 0, 0));
this.moves.push(new Move("fall", "X", 70, 0, 0));
this.moves.push(new Move("recover", "X", 16, 0, 0));
this.moves.push(new Move("taunt", "B,F,B", 21, 0, 0, 0, false, -1));
this.moves.push(new Move("unique1", "D,B,K", 21, 10, 130, 250, true, 2));
this.moves.push(new Move("unique2", "B,D,K", 18, 5, 180, 308, false, 2));
this.moves.push(new Move("special", "D,D,F,F,P", 40, 20, 100, 400, true, 5));
this.moves.push(new Move("unique3", "F,F,P", 37, 10, 230, 600, true, 2));
this.moves.push(new Move("kdpunch", "B+P", 8, 10, 80, 300, true, 2));
this.moves.push(new Move("kdkick", "B+K", 13, 10, 80, 300, true, 2));
this.moves.push(new Move("lowpunch", "D+P", 9, 7, 80, 300, false, 1));
this.moves.push(new Move("lowkick", "D+K", 7, 7, 80, 300, false, 1));
this.moves.push(new Move("Punch", "P", 5, 4, 80, 232, false, 1));
this.moves.push(new Move("Kick", "K", 10, 4, 80, 270, false, 1));
} else if (id == ORANGE) {
this.id = id;
this.name = "Orange";
this.health = 100;
this.attack = 7;
this.defense = 7;
this.forwardSpeed = 12;
this.backSpeed = 8;
this.moves = new Array();
this.moves.push(new Move("hit", "X", 3, 0, 0));
this.moves.push(new Move("fall", "X", 70, 0, 0));
this.moves.push(new Move("recover", "X", 38, 0, 0));
this.moves.push(new Move("taunt", "B,F,B", 34, 0, 0, 800, false, -1));
this.moves.push(new Move("unique1", "B,D,P", 14, 10, 70, 600, true, 2));
this.moves.push(new Move("unique2", "D,F,K", 10, 20, 70, 375, false, 2));
this.moves.push(new Move("unique3", "B,F,P", 34, 20, 350, 600, true, 2));
this.moves.push(new Move("special", "B,B,F,F,K", 82, 15, 70, 500, true, 5));
this.moves.push(new Move("kdpunch", "B+P", 13, 10, 70, 440, true, 2));
this.moves.push(new Move("kdkick", "B+K", 11, 10, 70, 276, true, 2));
this.moves.push(new Move("lowpunch", "D+P", 7, 8, 70, 415, false, 1));
this.moves.push(new Move("lowkick", "D+K", 8, 8, 70, 276, false, 1));
this.moves.push(new Move("Punch", "P", 10, 4, 70, 350, false, 1));
this.moves.push(new Move("Kick", "K", 8, 4, 70, 455, false, 1));
} else if (id == ARCTIC) {
this.id = id;
this.name = "Arctic";
this.health = 95;
this.attack = 7;
this.defense = 9;
this.forwardSpeed = 10;
this.backSpeed = 6;
this.moves = new Array();
this.moves.push(new Move("hit", "X", 6, 0, 0));
this.moves.push(new Move("fall", "X", 70, 0, 0));
this.moves.push(new Move("recover", "X", 20, 0, 0));
this.moves.push(new Move("taunt", "B,F,B", 55, 0, 0, 800, false, -1));
this.moves.push(new Move("unique1", "D,B,P", 46, 0.2, 70, 390, false, 2));
this.moves.push(new Move("unique2", "D,D,K", 30, 20, 70, 250, true, 2));
this.moves.push(new Move("unique3", "D,F,P", 50, 25, 70, 420, false, 2));
this.moves.push(new Move("special", "D,B,B,K", 43, 20, 200, 570, false, 5));
this.moves.push(new Move("kdpunch", "B+P", 14, 10, 70, 510, true, 2));
this.moves.push(new Move("kdkick", "B+K", 14, 10, 70, 320, true, 2));
this.moves.push(new Move("lowpunch", "D+P", 7, 8, 70, 270, false, 1));
this.moves.push(new Move("lowkick", "D+K", 10, 8, 70, 250, false, 1));
this.moves.push(new Move("Punch", "P", 9, 4, 70, 280, false, 1));
this.moves.push(new Move("Kick", "K", 8, 4, 70, 250, false, 1));
} else if (id == BLACKMAGIC) {
this.id = id;
this.name = "Blackmagic";
this.health = 100;
this.attack = 7;
this.defense = 5;
this.forwardSpeed = 12;
this.backSpeed = 10;
this.moves = new Array();
this.moves.push(new Move("hit", "X", 4, 0, 0));
this.moves.push(new Move("fall", "X", 70, 0, 0));
this.moves.push(new Move("recover", "X", 10, 0, 0));
this.moves.push(new Move("taunt", "B,F,B", 40, 0, 70, 1000, false, -1));
this.moves.push(new Move("unique1", "B,D,P", 31, 22, 240, 670, true, 2));
this.moves.push(new Move("unique2", "B,F,P", 56, 0, 150, 600, false, 2));
this.moves.push(new Move("unique3", "F,D,K", 29, 13, 70, 370, false, 2));
this.moves.push(new Move("special", "F,F,B,B,K", 80, 30, 70, 430, true, 5));
this.moves.push(new Move("kdpunch", "B+P", 51, 10, 70, 400, true, 2));
this.moves.push(new Move("kdkick", "B+K", 36, 10, 70, 200, true, 2));
this.moves.push(new Move("lowpunch", "D+P", 12, 8, 70, 160, false, 1));
this.moves.push(new Move("lowkick", "D+K", 12, 8, 70, 230, false, 1));
this.moves.push(new Move("Punch", "P", 12, 4, 70, 160, false, 1));
this.moves.push(new Move("Kick", "K", 12, 4, 70, 210, false, 1));
} else if (id == STRAWBERRY) {
this.id = id;
this.name = "Strawberry";
this.health = 100;
this.attack = 8;
this.defense = 5;
this.forwardSpeed = 12;
this.backSpeed = 8;
this.moves = new Array();
this.moves.push(new Move("hit", "X", 4, 0, 0));
this.moves.push(new Move("fall", "X", 70, 0, 0));
this.moves.push(new Move("recover", "X", 14, 0, 0));
this.moves.push(new Move("taunt", "B,F,B", 35, 0, 0, 0, false, -1));
this.moves.push(new Move("unique1", "B,D,P", 29, 0, 300, 800, false, 2));
this.moves.push(new Move("unique2", "F,F,K", 15, 5, 300, 600, true, 2));
this.moves.push(new Move("unique3", "D,B,P", 28, 10, 300, 550, false, 2));
this.moves.push(new Move("special", "B,D,F,P", 30, 6, 250, 470, false, 5));
this.moves.push(new Move("kdpunch", "B+P", 14, 10, 80, 280, true, 2));
this.moves.push(new Move("kdkick", "B+K", 16, 10, 80, 340, true, 2));
this.moves.push(new Move("lowpunch", "D+P", 9, 8, 80, 200, false, 1));
this.moves.push(new Move("lowkick", "D+K", 7, 8, 80, 230, false, 1));
this.moves.push(new Move("Punch", "P", 6, 4, 80, 210, false, 1));
this.moves.push(new Move("Kick", "K", 9, 4, 80, 235, false, 1));
} else if (id == AROBOT) {
this.id = id;
this.name = "Assessment Robot";
this.arobot = true;
this.health = 100;
this.attack = 8;
this.defense = 8;
this.forwardSpeed = 8;
this.backSpeed = 8;
this.moves = new Array();
this.moves.push(new Move("hit", "X", 9, 0, 0));
this.moves.push(new Move("fall", "X", 20, 0, 0));
this.moves.push(new Move("idle", "X", 0, 0, 0));
this.moves.push(new Move("idle", "X", 0, 0, 0, 0, false, -1));
this.moves.push(new Move("ball", "F+P", 33, 35, 80, 400, true, -1));
this.moves.push(new Move("beam", "B+K", 40, 25, 200, 600, true, -1));
this.moves.push(new Move("fistlaunch", "B+P", 27, 25, 200, 410, false, -1));
this.moves.push(new Move("punch1", "P", 27, 20, 80, 275, true, -1));
this.moves.push(new Move("punch2", "K", 43, 20, 80, 230, false, -1));
}
if (player == 1) {
this.keyIns = [38, 40, 37, 39, 78, 77];
}
if (player == 2) {
this.keyIns = [87, 83, 65, 68, 70, 71];
}
this.keyStack = new Array();
this.lastPress = false;
};
keyExc = ["D", "U", "F", "B", -1, -1];
keyTrs = ["U", "D", "F", "B", "P", "K"];
RIGHT = 1;
LEFT = -1;
playing1 = _root.chosen1;
playing2 = _root.chosen2;
r = _root;
r.mainStage.p1 = new Character(1, playing1);
r.mainStage.p1mc.gotoAndStop(p1.id);
r.mainStage.p2 = new Character(2, playing2);
r.mainstage.p2mc.gotoAndStop(p2.id);
r.profile1.gotoAndStop(playing1);
r.profile2.gotoAndStop(playing2);
p1.facing = 1;
p2.facing = -1;
p1.mc._xscale = -70;
p1.alive = true;
p2.alive = true;
p2.ai = true;
p2.pr = false;
p1.pr = true;
p1.ai = false;
if (r.round == 1) {
p1.mc.anim.gotoAndStop("entrance");
p2.mc.anim.gotoAndStop("entrance");
}
p1.wait = 70;
p2.wait = 70;
gui.p1winbar.gotoAndStop(r.p1wins + 1);
gui.p2winbar.gotoAndStop(r.p2wins + 1);
r.musicMC.gotoAndStop(p2.id + 1);
r.mainStage.gotoAndStop(p2.id);
}
onClipEvent (enterFrame) {
if (paused) {
} else {
if (r.prefight >= 0) {
if (r.prefight > 55) {
r.roundText._x = r.roundText._x + 100;
if (r.roundText._x > 416) {
r.roundText.rs.play();
r.roundText._x = 416;
}
} else if (r.prefight > 40) {
r.roundText._x = r.roundText._x + 100;
} else if (r.prefight > 25) {
r.fightText._x = r.fightText._x + 100;
if (r.fightText._x > 388) {
r.fightText.play();
r.fightText._x = 388;
}
} else if (r.prefight > 10) {
r.fightText._x = r.fightText._x + 100;
}
r.prefight--;
}
if (r.victoryCount >= 0) {
if (r.victoryCount == 70) {
r.round++;
if (r.winner == 1) {
r.p1wins++;
gui.p1winbar.nextFrame();
resultBar = 1;
r.resultText.gotoAndStop(resultBar);
} else {
r.p2wins++;
gui.p2winbar.nextFrame();
resultBar = 2;
r.resultText.gotoAndStop(resultBar);
}
}
if (r.victoryCount > 55) {
r.koText._x = r.koText._x + 100;
if (r.koText._x > 416) {
r.koText.play();
r.koText._x = 416;
}
} else if (r.victoryCount > 40) {
r.koText._x = r.koText._x + 100;
} else if (r.victoryCount > 25) {
r.resultText._x = r.resultText._x + 100;
if (r.resultText._x > 388) {
r.resultText.rs.play();
r.resultText._x = 388;
}
} else if (r.victoryCount > 10) {
r.resultText._x = r.resultText._x + 100;
}
if (r.victoryCount == 0) {
r.victoryCount = -5;
r.prefight = 70;
if (r.p1wins == 2) {
if (r.gameMode == 1) {
r.currentFight++;
if (r.currentFight == 8) {
r.gotoAndPlay("bosslink");
} else if (r.currentFight == 9) {
r.gCompleted[r.chosen1 - 1] = true;
r.currentFight = 0;
r.gotoAndPlay("ending");
} else {
r.gotoAndPlay("versus");
}
}
r.currentFight++;
} else if (r.p2wins == 2) {
if (r.gameMode == 1) {
r.nextFrame();
}
} else {
r.gotoAndPlay(r._currentframe - 1);
}
}
r.victoryCount--;
}
if ((p1.locked == 0) && (p1.anim != "fall")) {
p1.mc.anim.fr.play();
p1.mc.anim.fr.frp1.play();
p1.mc.anim.fr.frp2.play();
p1.mc.anim.fr.frp3.play();
p1.mc.anim.fr.frp4.play();
}
if ((p2.locked == 0) && (p2.anim != "fall")) {
p2.mc.anim.fr.play();
p2.mc.anim.fr.frp1.play();
p2.mc.anim.fr.frp2.play();
p2.mc.anim.fr.frp3.play();
p2.mc.anim.fr.frp4.play();
}
if (p1.locked <= 0) {
turn(p1, p2);
}
if (p2.locked <= 0) {
turn(p2, p1);
}
p1.locked--;
p2.locked--;
p1.canhit--;
p2.canhit--;
trace("p1 " + p1.health);
trace("p2 " + p2.health);
if (Key.isDown(80)) {
paused = true;
r.pauseMenu._alpha = 100;
p1.mc.anim.fr.stop();
p1.mc.anim.fr.frp1.stop();
p1.mc.anim.fr.frp2.stop();
p1.mc.anim.fr.frp3.stop();
p1.mc.anim.fr.frp4.stop();
p2.mc.anim.fr.stop();
p2.mc.anim.fr.frp1.stop();
p2.mc.anim.fr.frp2.stop();
p2.mc.anim.fr.frp3.stop();
p2.mc.anim.fr.frp4.stop();
}
}
}
Instance of Symbol 2140 MovieClip "sfxMC" in Frame 27
onClipEvent (enterFrame) {
this.gotoAndStop(1);
}
Frame 28
stop();
Instance of Symbol 2150 MovieClip "loserMC" in Frame 28
onClipEvent (load) {
gotoAndStop(_root.chosen1 +23);
}
Instance of Symbol 2152 MovieClip in Frame 28
onClipEvent (enterFrame) {
if (Key.isDown(32)) {
_root.gotoAndPlay("CharSelect");
}
}
Frame 29
stopAllSounds();
Frame 687
_root.gotoAndStop("versus");
Frame 688
stopAllSounds();
Frame 1376
_root.gotoAndStop(2);
Symbol 7 MovieClip Frame 1
stop();
Symbol 15 MovieClip Frame 8
removeMovieClip(_parent);
Symbol 22 MovieClip Frame 7
removeMovieClip(_parent);
Symbol 29 MovieClip Frame 7
removeMovieClip(_parent);
Symbol 38 MovieClip Frame 9
removeMovieClip(_parent);
Symbol 46 MovieClip Frame 8
removeMovieClip(_parent);
Symbol 148 MovieClip Frame 1
stop();
Symbol 151 Button
on (release) {
_root.gotoAndStop(2);
}
Symbol 152 MovieClip Frame 1
stop();
stop();
Instance of Symbol 148 MovieClip in Symbol 152 MovieClip Frame 1
onClipEvent (load) {
redbar._xscale = 0;
strawberry = false;
}
onClipEvent (enterFrame) {
b_loaded = _root.getBytesLoaded();
b_total = _root.getBytesTotal();
kb_total = Math.ceil(b_total / 1024);
percent = Math.round((b_loaded / b_total) * 100);
percentText.text = percent;
redbar._xscale = percent;
if (percent >= 100) {
_parent.gotoAndStop("loaded");
}
}
Symbol 162 MovieClip Frame 1
pictures = 8;
gotoAndStop(Math.ceil(Math.random() * pictures));
Symbol 167 Button
on (release) {
_root.nextFrame();
}
Symbol 175 Button
on (release) {
_root.gotoAndStop(5);
}
Symbol 180 Button
on (release) {
_root.gameMode = 1;
_root.gotoAndPlay("Charselect");
}
Symbol 204 Button
on (release) {
_root.prevFrame();
}
Symbol 208 Button
on (release) {
_root.gotoAndStop(3);
}
Symbol 215 Button
on (release) {
_root._quality = "HIGH";
_root.qualityHi._alpha = 100;
_root.qualityMed._alpha = 0;
_root.qualityLow._alpha = 0;
}
Symbol 216 Button
on (release) {
_root._quality = "MEDIUM";
_root.qualityHi._alpha = 0;
_root.qualityMed._alpha = 100;
_root.qualityLow._alpha = 0;
}
Symbol 217 Button
on (release) {
_root._quality = "LOW";
_root.qualityHi._alpha = 0;
_root.qualityMed._alpha = 0;
_root.qualityLow._alpha = 100;
}
Symbol 222 Button
on (release) {
_root.modifier = -5;
_root.difHard._alpha = 100;
_root.difAve._alpha = 0;
_root.difEasy._alpha = 0;
}
Symbol 223 Button
on (release) {
_root.modifier = 0;
_root.difHard._alpha = 0;
_root.difAve._alpha = 100;
_root.difEasy._alpha = 0;
}
Symbol 224 Button
on (release) {
_root.modifier = 5;
_root.difHard._alpha = 0;
_root.difAve._alpha = 0;
_root.difEasy._alpha = 100;
}
Symbol 243 MovieClip Frame 1
stop();
Symbol 254 MovieClip Frame 1
stop();
Instance of Symbol 243 MovieClip in Symbol 257 MovieClip Frame 1
onClipEvent (load) {
r = _root;
player = _parent._parent._parent.id;
if (player == 2) {
this.nextFrame();
}
}
Instance of Symbol 254 MovieClip in Symbol 257 MovieClip Frame 1
onClipEvent (load) {
r = _root;
player = _parent._parent._parent.id;
if (player) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
if (player == 2) {
this.nextFrame();
}
}
}
onClipEvent (enterFrame) {
if (player) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
}
}
Symbol 261 Button
on (release) {
gotoAndStop (21);
}
on (rollOver) {
if (_root.gCompleted[7]) {
_root.sbcComp._alpha = 100;
}
}
on (rollOut) {
_root.sbcComp._alpha = 0;
}
Symbol 271 Button
on (release) {
gotoAndStop (20);
}
on (rollOver) {
if (_root.gCompleted[3]) {
_root.munglaiComp._alpha = 100;
}
}
on (rollOut) {
_root.munglaiComp._alpha = 0;
}
Symbol 291 MovieClip Frame 1
stop();
Instance of Symbol 291 MovieClip in Symbol 305 MovieClip Frame 1
onClipEvent (load) {
r = _root;
player = _parent._parent._parent.id;
if (player) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
if (player == 2) {
nextFrame();
}
}
}
onClipEvent (enterFrame) {
if (player) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
}
}
Symbol 308 Button
on (release) {
gotoAndStop (22);
}
on (rollOver) {
if (_root.gCompleted[0]) {
_root.archonComp._alpha = 100;
}
}
on (rollOut) {
_root.archonComp._alpha = 0;
}
Symbol 330 Button
on (release) {
gotoAndStop (16);
}
on (rollOver) {
if (_root.gCompleted[6]) {
_root.bmComp._alpha = 100;
}
}
on (rollOut) {
_root.bmComp._alpha = 0;
}
Symbol 352 MovieClip Frame 1
stop();
Instance of Symbol 352 MovieClip in Symbol 368 MovieClip Frame 1
onClipEvent (load) {
r = _root;
player = _parent._parent._parent.id;
if (player) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
if (player == 2) {
this.nextframe();
}
}
}
onClipEvent (enterFrame) {
if (player) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
}
}
Symbol 371 Button
on (release) {
_root.gotoAndStop("orange");
}
on (rollOver) {
if (_root.gCompleted[4]) {
_root.orangeComp._alpha = 100;
}
}
on (rollOut) {
_root.orangeComp._alpha = 0;
}
Symbol 388 MovieClip Frame 1
stop();
Instance of Symbol 388 MovieClip in Symbol 395 MovieClip Frame 1
onClipEvent (load) {
r = _root;
player = _parent._parent._parent.id;
if (player) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
if (player == 2) {
this.nextFrame();
}
}
}
onClipEvent (enterFrame) {
if (player) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
}
}
Instance of Symbol 392 MovieClip in Symbol 395 MovieClip Frame 1
onClipEvent (load) {
r = _root;
player = _parent._parent._parent.id;
if (player) {
health = r.mainStage["p" + player].health;
if (health < 10) {
hurt5._alpha = 100;
}
}
}
onClipEvent (enterFrame) {
if (player) {
health = r.mainStage["p" + player].health;
if (health < 10) {
hurt5._alpha = 100;
}
}
}
Instance of Symbol 388 MovieClip in Symbol 396 MovieClip Frame 1
onClipEvent (load) {
r = _root;
player = _parent._parent._parent.id;
if (player) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
if (player == 2) {
this.nextFrame();
}
}
}
onClipEvent (enterFrame) {
if (player) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
}
}
Instance of Symbol 392 MovieClip in Symbol 396 MovieClip Frame 1
onClipEvent (load) {
r = _root;
player = _parent._parent._parent.id;
if (player) {
health = r.mainStage["p" + player].health;
if (health < 10) {
hurt5._alpha = 100;
}
}
}
onClipEvent (enterFrame) {
if (player) {
health = r.mainStage["p" + player].health;
if (health < 10) {
hurt5._alpha = 100;
}
}
}
Symbol 396 MovieClip Frame 24
stop();
Symbol 399 Button
on (release) {
gotoAndStop (15);
}
on (rollOver) {
if (_root.gCompleted[2]) {
_root.knightComp._alpha = 100;
}
}
on (rollOut) {
_root.knightComp._alpha = 0;
}
Symbol 411 MovieClip Frame 1
stop();
Instance of Symbol 411 MovieClip in Symbol 417 MovieClip Frame 1
onClipEvent (load) {
r = _root;
player = _parent._parent._parent.id;
if (player) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
if (player == 2) {
this.nextFrame();
}
}
}
onClipEvent (enterFrame) {
if (player) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
}
}
Symbol 430 MovieClip Frame 70
stop();
Symbol 433 Button
on (release) {
_root.gotoAndStop("arctic");
}
on (rollOver) {
if (_root.gCompleted[5]) {
_root.arcticComp._alpha = 100;
}
}
on (rollOut) {
_root.arcticComp._alpha = 0;
}
Symbol 475 Button
on (release) {
gotoAndStop (18);
}
on (rollOver) {
if (_root.gCompleted[1]) {
_root.bioComp._alpha = 100;
}
}
on (rollOut) {
_root.bioComp._alpha = 0;
}
Symbol 497 Button
on (release) {
prevFrame();
}
Symbol 498 Button
on (release) {
nextFrame();
}
Symbol 510 MovieClip Frame 1
stop();
Symbol 510 MovieClip Frame 2
stop();
Symbol 510 MovieClip Frame 3
stop();
Symbol 510 MovieClip Frame 4
stop();
Symbol 510 MovieClip Frame 5
stop();
Symbol 510 MovieClip Frame 6
stop();
Symbol 510 MovieClip Frame 7
stop();
Symbol 510 MovieClip Frame 8
stop();
Symbol 518 Button
on (release) {
gotoAndPlay (1);
}
Symbol 520 Button
on (release) {
_root.gotoAndStop("aroboty");
}
Symbol 521 MovieClip Frame 11
stop();
Symbol 533 Button
on (release) {
_root.gotoAndStop("mainBar");
}
Symbol 545 Button
on (release) {
_root.chosen1 = 3;
_root.lastman = 5;
_root.gotoAndStop("versus");
}
Symbol 547 MovieClip Frame 40
stop();
Instance of Symbol 388 MovieClip in Symbol 552 MovieClip Frame 1
onClipEvent (load) {
r = _root;
player = _parent._parent._parent.id;
if (player) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
if (player == 2) {
this.nextFrame();
}
}
}
onClipEvent (enterFrame) {
if (player) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
}
}
Instance of Symbol 392 MovieClip in Symbol 552 MovieClip Frame 1
onClipEvent (load) {
r = _root;
player = _parent._parent._parent.id;
if (player) {
health = r.mainStage["p" + player].health;
if (health < 10) {
hurt5._alpha = 100;
}
}
}
onClipEvent (enterFrame) {
if (player) {
health = r.mainStage["p" + player].health;
if (health < 10) {
hurt5._alpha = 100;
}
}
}
Symbol 552 MovieClip Frame 62
stop();
Symbol 553 Button
on (release) {
gotoAndPlay (15);
}
Symbol 563 Button
on (release) {
_root.chosen1 = 7;
_root.lastman = 1;
_root.gotoAndStop("versus");
}
Symbol 565 Button
on (release) {
_root.gotoAndStop(9);
}
Symbol 566 MovieClip Frame 40
stop();
Symbol 568 MovieClip Frame 15
stop();
Symbol 569 Button
on (release) {
gotoAndPlay (16);
}
Symbol 572 MovieClip Frame 40
stop();
Instance of Symbol 411 MovieClip in Symbol 574 MovieClip Frame 1
onClipEvent (load) {
r = _root;
player = _parent._parent._parent.id;
if (player) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
if (player == 2) {
this.nextFrame();
}
}
}
onClipEvent (enterFrame) {
if (player) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
}
}
Symbol 597 Button
on (release) {
_root.chosen1 = 6;
_root.lastman = 8;
_root.gotoAndStop("versus");
}
Symbol 601 MovieClip Frame 72
stop();
Symbol 602 Button
on (release) {
gotoAndPlay (17);
}
Symbol 612 Button
on (release) {
_root.chosen1 = 2;
_root.lastman = 4;
_root.gotoAndStop("versus");
}
Symbol 613 MovieClip Frame 40
stop();
Symbol 638 MovieClip Frame 39
stop();
Symbol 648 Button
on (release) {
_root.chosen1 = 5;
_root.lastman = 3;
_root.gotoAndStop("versus");
}
Symbol 649 MovieClip Frame 40
stop();
Instance of Symbol 352 MovieClip in Symbol 669 MovieClip Frame 1
onClipEvent (load) {
r = _root;
player = _parent._parent._parent.id;
if (player) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
if (player == 2) {
this.nextframe();
}
}
}
onClipEvent (enterFrame) {
if (player) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
}
}
Symbol 669 MovieClip Frame 54
stop();
Symbol 672 MovieClip Frame 40
stop();
Symbol 683 MovieClip Frame 13
stop();
Symbol 701 MovieClip Frame 1
stop();
Instance of Symbol 701 MovieClip in Symbol 704 MovieClip Frame 17
onClipEvent (load) {
r = _root;
player = _parent._parent._parent.id;
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
if (player == 2) {
this.nextFrame();
}
}
onClipEvent (enterFrame) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
}
Instance of Symbol 701 MovieClip in Symbol 704 MovieClip Frame 22
onClipEvent (load) {
r = _root;
player = _parent._parent._parent.id;
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
if (player == 2) {
this.nextFrame();
}
}
onClipEvent (enterFrame) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
}
Symbol 704 MovieClip Frame 42
stop();
Symbol 707 Button
on (release) {
gotoAndPlay (1);
}
Symbol 708 Button
on (release) {
gotoAndPlay (1);
}
Symbol 711 Button
on (release) {
gotoAndPlay (1);
}
Symbol 719 Button
on (release) {
_root.chosen1 = 4;
_root.lastman = 2;
_root.gotoAndStop("versus");
}
Symbol 720 MovieClip Frame 40
stop();
Symbol 730 Button
on (release) {
_root.chosen1 = 8;
_root.lastman = 6;
_root.gotoAndStop("versus");
}
Symbol 731 MovieClip Frame 40
stop();
Instance of Symbol 243 MovieClip in Symbol 732 MovieClip Frame 1
onClipEvent (load) {
r = _root;
player = _parent._parent._parent.id;
if (player == 2) {
this.nextFrame();
}
}
Instance of Symbol 254 MovieClip in Symbol 732 MovieClip Frame 1
onClipEvent (load) {
r = _root;
player = _parent._parent._parent.id;
if (player) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
if (player == 2) {
this.nextFrame();
}
}
}
onClipEvent (enterFrame) {
if (player) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
}
}
Symbol 732 MovieClip Frame 40
stop();
Symbol 735 MovieClip Frame 40
stop();
Instance of Symbol 291 MovieClip in Symbol 767 MovieClip Frame 1
onClipEvent (load) {
r = _root;
player = _parent._parent._parent.id;
if (player) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
if (player == 2) {
nextFrame();
}
}
}
onClipEvent (enterFrame) {
if (player) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
}
}
Symbol 767 MovieClip Frame 70
stop();
Symbol 769 Button
on (release) {
gotoAndPlay (1);
}
Symbol 771 Button
on (release) {
gotoAndPlay (1);
}
Symbol 772 Button
on (release) {
gotoAndPlay (1);
}
Symbol 784 Button
on (release) {
_root.chosen1 = 1;
_root.lastman = 7;
_root.gotoAndStop("versus");
}
Symbol 785 MovieClip Frame 40
stop();
Symbol 840 Button
on (release) {
gotoAndPlay (1);
}
Symbol 841 Button
on (release) {
_root.gotoAndStop("mainBar");
}
Symbol 842 MovieClip Frame 11
stop();
Symbol 845 Button
on (release) {
_root.chosen1 = 9;
_root.lastman = 8;
_root.gotoAndStop("versus");
}
Symbol 846 MovieClip Frame 74
stop();
Symbol 882 MovieClip Frame 1
stop();
Symbol 886 MovieClip Frame 1
stop();
Instance of Symbol 291 MovieClip in Symbol 894 MovieClip Frame 1
onClipEvent (load) {
r = _root;
player = _parent._parent._parent.id;
if (player) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
if (player == 2) {
nextFrame();
}
}
}
onClipEvent (enterFrame) {
if (player) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
}
}
Instance of Symbol 291 MovieClip in Symbol 897 MovieClip Frame 1
onClipEvent (load) {
r = _root;
player = _parent._parent._parent.id;
if (player) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
if (player == 2) {
nextFrame();
}
}
}
onClipEvent (enterFrame) {
if (player) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
}
}
Instance of Symbol 291 MovieClip in Symbol 903 MovieClip Frame 1
onClipEvent (load) {
r = _root;
player = _parent._parent._parent.id;
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
if (player == 2) {
nextFrame();
}
}
onClipEvent (enterFrame) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
}
Instance of Symbol 291 MovieClip in Symbol 905 MovieClip Frame 1
onClipEvent (load) {
r = _root;
player = _parent._parent._parent.id;
if (player) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
if (player == 2) {
nextFrame();
}
}
}
onClipEvent (enterFrame) {
if (player) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
}
}
Instance of Symbol 291 MovieClip in Symbol 909 MovieClip Frame 1
onClipEvent (load) {
r = _root;
player = _parent._parent._parent.id;
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
if (player == 2) {
nextFrame();
}
}
onClipEvent (enterFrame) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
}
Symbol 909 MovieClip Frame 5
stop();
Instance of Symbol 291 MovieClip in Symbol 910 MovieClip Frame 1
onClipEvent (load) {
r = _root;
player = _parent._parent._parent.id;
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
if (player == 2) {
nextFrame();
}
}
onClipEvent (enterFrame) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
}
Symbol 910 MovieClip Frame 4
stop();
Instance of Symbol 291 MovieClip in Symbol 919 MovieClip Frame 1
onClipEvent (load) {
r = _root;
player = _parent._parent._parent.id;
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
if (player == 2) {
nextFrame();
}
}
onClipEvent (enterFrame) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
}
Symbol 919 MovieClip Frame 11
player = _parent._parent.id;
_root.mainStage["p" + player].stamina = _root.mainStage["p" + player].stamina + 2;
Symbol 919 MovieClip Frame 19
player = _parent._parent.id;
_root.mainStage["p" + player].stamina = _root.mainStage["p" + player].stamina + 2;
Symbol 919 MovieClip Frame 27
player = _parent._parent.id;
_root.mainStage["p" + player].stamina = _root.mainStage["p" + player].stamina + 2;
Instance of Symbol 291 MovieClip in Symbol 926 MovieClip Frame 1
onClipEvent (load) {
r = _root;
player = _parent._parent._parent.id;
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
if (player == 2) {
nextFrame();
}
}
onClipEvent (enterFrame) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
}
Symbol 926 MovieClip Frame 9
stop();
Instance of Symbol 291 MovieClip in Symbol 927 MovieClip Frame 1
onClipEvent (load) {
r = _root;
player = _parent._parent._parent.id;
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
if (player == 2) {
nextFrame();
}
}
onClipEvent (enterFrame) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
}
Instance of Symbol 291 MovieClip in Symbol 930 MovieClip Frame 1
onClipEvent (load) {
r = _root;
player = _parent._parent._parent.id;
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
if (player == 2) {
nextFrame();
}
}
onClipEvent (enterFrame) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
}
Instance of Symbol 291 MovieClip in Symbol 930 MovieClip Frame 31
onClipEvent (load) {
r = _root;
player = _parent._parent._parent.id;
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
if (player == 2) {
nextFrame();
}
}
onClipEvent (enterFrame) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
}
Symbol 930 MovieClip Frame 70
stop();
Instance of Symbol 291 MovieClip in Symbol 935 MovieClip Frame 1
onClipEvent (load) {
r = _root;
player = _parent._parent._parent.id;
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
if (player == 2) {
nextFrame();
}
}
onClipEvent (enterFrame) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
}
Instance of Symbol 934 MovieClip in Symbol 935 MovieClip Frame 7
onClipEvent (load) {
player = _parent._parent._parent.id;
_root.didIHit(player, this);
}
Symbol 935 MovieClip Frame 9
stop();
Instance of Symbol 291 MovieClip in Symbol 939 MovieClip Frame 20
onClipEvent (load) {
r = _root;
player = _parent._parent._parent.id;
if (player) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
if (player == 2) {
nextFrame();
}
}
}
onClipEvent (enterFrame) {
if (player) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
}
}
Symbol 939 MovieClip Frame 45
_parent.gotoAndStop("idle");
Instance of Symbol 291 MovieClip in Symbol 940 MovieClip Frame 1
onClipEvent (load) {
r = _root;
player = _parent._parent._parent.id;
if (player) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
if (player == 2) {
nextFrame();
}
}
}
onClipEvent (enterFrame) {
if (player) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
}
}
Symbol 940 MovieClip Frame 5
stop();
Instance of Symbol 291 MovieClip in Symbol 941 MovieClip Frame 1
onClipEvent (load) {
r = _root;
player = _parent._parent._parent.id;
if (player) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
if (player == 2) {
nextFrame();
}
}
}
onClipEvent (enterFrame) {
if (player) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
}
}
Instance of Symbol 291 MovieClip in Symbol 943 MovieClip Frame 1
onClipEvent (load) {
r = _root;
player = _parent._parent._parent.id;
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
if (player == 2) {
nextFrame();
}
}
onClipEvent (enterFrame) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
}
Instance of Symbol 942 MovieClip in Symbol 943 MovieClip Frame 4
onClipEvent (load) {
player = _parent._parent._parent.id;
ted = _root.didIHit(player, this);
}
onClipEvent (enterFrame) {
ted = _root.didIHit(player, this);
}
Instance of Symbol 291 MovieClip in Symbol 950 MovieClip Frame 1
onClipEvent (load) {
r = _root;
player = _parent._parent._parent.id;
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
if (player == 2) {
nextFrame();
}
}
onClipEvent (enterFrame) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
}
Instance of Symbol 947 MovieClip in Symbol 950 MovieClip Frame 4
onClipEvent (load) {
player = _parent._parent._parent.id;
ted = _root.didIHit(player, this);
}
onClipEvent (enterFrame) {
ted = _root.didIHit(player, this);
}
Instance of Symbol 947 MovieClip in Symbol 950 MovieClip Frame 6
onClipEvent (load) {
player = _parent._parent._parent.id;
ted = _root.didIHit(player, this);
}
onClipEvent (enterFrame) {
ted = _root.didIHit(player, this);
}
Instance of Symbol 947 MovieClip in Symbol 950 MovieClip Frame 8
onClipEvent (load) {
player = _parent._parent._parent.id;
ted = _root.didIHit(player, this);
}
onClipEvent (enterFrame) {
ted = _root.didIHit(player, this);
}
Instance of Symbol 291 MovieClip in Symbol 954 MovieClip Frame 1
onClipEvent (load) {
r = _root;
player = _parent._parent._parent.id;
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
if (player == 2) {
nextFrame();
}
}
onClipEvent (enterFrame) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
}
Instance of Symbol 291 MovieClip in Symbol 954 MovieClip Frame 29
onClipEvent (load) {
r = _root;
player = _parent._parent._parent.id;
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
if (player == 2) {
nextFrame();
}
}
onClipEvent (enterFrame) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
}
Instance of Symbol 291 MovieClip in Symbol 954 MovieClip Frame 31
onClipEvent (load) {
r = _root;
player = _parent._parent._parent.id;
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
if (player == 2) {
nextFrame();
}
}
onClipEvent (enterFrame) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
}
Instance of Symbol 951 MovieClip in Symbol 954 MovieClip Frame 31
onClipEvent (load) {
player = _parent._parent._parent.id;
ted = _root.didIHit(player, this);
}
onClipEvent (enterFrame) {
ted = _root.didIHit(player, this);
}
Instance of Symbol 893 MovieClip in Symbol 954 MovieClip Frame 32
onClipEvent (load) {
player = _parent._parent._parent.id;
ted = _root.didIHit(player, this);
}
onClipEvent (enterFrame) {
ted = _root.didIHit(player, this);
}
Instance of Symbol 291 MovieClip in Symbol 954 MovieClip Frame 33
onClipEvent (load) {
r = _root;
player = _parent._parent._parent.id;
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
if (player == 2) {
nextFrame();
}
}
onClipEvent (enterFrame) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
}
Instance of Symbol 951 MovieClip in Symbol 954 MovieClip Frame 33
onClipEvent (load) {
player = _parent._parent._parent.id;
ted = _root.didIHit(player, this);
}
onClipEvent (enterFrame) {
ted = _root.didIHit(player, this);
}
Instance of Symbol 291 MovieClip in Symbol 962 MovieClip Frame 1
onClipEvent (load) {
r = _root;
player = _parent._parent._parent.id;
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
if (player == 2) {
nextFrame();
}
}
onClipEvent (enterFrame) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
}
Instance of Symbol 893 MovieClip "hitbox" in Symbol 962 MovieClip Frame 23
onClipEvent (load) {
player = _parent._parent._parent.id;
_root.mainStage["p" + player].chameleon = true;
trace(_parent._parent._name);
_parent._parent._alpha = 4;
}
Instance of Symbol 291 MovieClip in Symbol 967 MovieClip Frame 1
onClipEvent (load) {
r = _root;
player = _parent._parent._parent.id;
if (player) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
if (player == 2) {
nextFrame();
}
}
}
onClipEvent (enterFrame) {
if (player) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
}
}
Instance of Symbol 291 MovieClip in Symbol 967 MovieClip Frame 8
onClipEvent (load) {
r = _root;
player = _parent._parent._parent.id;
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
if (player == 2) {
nextFrame();
}
}
onClipEvent (enterFrame) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
}
Instance of Symbol 291 MovieClip in Symbol 968 MovieClip Frame 1
onClipEvent (load) {
r = _root;
player = _parent._parent._parent.id;
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
if (player == 2) {
nextFrame();
}
}
onClipEvent (enterFrame) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
}
Instance of Symbol 967 MovieClip "frp1" in Symbol 968 MovieClip Frame 27
onClipEvent (load) {
player = _parent._parent._parent.id;
pl = _root.mainstage["p" + player];
healTime = 6;
healCount = 0;
}
onClipEvent (enterFrame) {
if (pl.locked <= 0) {
healCount++;
if ((healCount % healTime) == 0) {
dealt = -1;
pl.health = pl.health - dealt;
if (p1.health > 100) {
p1.health = 100;
} else {
tempPath = _root.mainStage.gui[("p" + player) + "_hpbar"].mask;
dealtmove = (dealt / 100) * 266;
tempPath._x = tempPath._x - dealtmove;
}
}
}
}
Instance of Symbol 291 MovieClip in Symbol 968 MovieClip Frame 71
onClipEvent (load) {
r = _root;
player = _parent._parent._parent.id;
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
if (player == 2) {
nextFrame();
}
}
onClipEvent (enterFrame) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
}
Instance of Symbol 291 MovieClip in Symbol 982 MovieClip Frame 1
onClipEvent (load) {
r = _root;
player = _parent._parent._parent.id;
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
if (player == 2) {
nextFrame();
}
}
onClipEvent (enterFrame) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
}
Instance of Symbol 893 MovieClip in Symbol 982 MovieClip Frame 38
onClipEvent (load) {
player = _parent._parent._parent.id;
ted = _root.didIHit(player, this);
}
onClipEvent (enterFrame) {
ted = _root.didIHit(player, this);
}
Instance of Symbol 291 MovieClip in Symbol 986 MovieClip Frame 1
onClipEvent (load) {
r = _root;
player = _parent._parent._parent.id;
if (player) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
if (player == 2) {
nextFrame();
}
}
}
onClipEvent (enterFrame) {
if (player) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
}
}
Instance of Symbol 983 MovieClip in Symbol 986 MovieClip Frame 9
onClipEvent (load) {
player = _parent._parent._parent.id;
ted = _root.didIHit(player, this);
}
onClipEvent (enterFrame) {
ted = _root.didIHit(player, this);
}
Instance of Symbol 291 MovieClip in Symbol 994 MovieClip Frame 1
onClipEvent (load) {
r = _root;
player = _parent._parent._parent.id;
if (player) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
if (player == 2) {
nextFrame();
}
}
}
onClipEvent (enterFrame) {
if (player) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
}
}
Instance of Symbol 893 MovieClip in Symbol 994 MovieClip Frame 9
onClipEvent (load) {
player = _parent._parent._parent.id;
ted = _root.didIHit(player, this);
}
onClipEvent (enterFrame) {
ted = _root.didIHit(player, this);
}
Instance of Symbol 991 MovieClip in Symbol 994 MovieClip Frame 11
onClipEvent (load) {
player = _parent._parent._parent.id;
ted = _root.didIHit(player, this);
}
onClipEvent (enterFrame) {
ted = _root.didIHit(player, this);
}
Instance of Symbol 291 MovieClip in Symbol 999 MovieClip Frame 1
onClipEvent (load) {
r = _root;
player = _parent._parent._parent.id;
if (player) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
if (player == 2) {
nextFrame();
}
}
}
onClipEvent (enterFrame) {
if (player) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
}
}
Instance of Symbol 983 MovieClip in Symbol 999 MovieClip Frame 3
onClipEvent (load) {
player = _parent._parent._parent.id;
ted = _root.didIHit(player, this);
}
onClipEvent (enterFrame) {
ted = _root.didIHit(player, this);
}
Instance of Symbol 291 MovieClip in Symbol 1001 MovieClip Frame 1
onClipEvent (load) {
r = _root;
player = _parent._parent._parent.id;
if (player) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
if (player == 2) {
nextFrame();
}
}
}
onClipEvent (enterFrame) {
if (player) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
}
}
Instance of Symbol 1000 MovieClip in Symbol 1001 MovieClip Frame 3
onClipEvent (load) {
player = _parent._parent._parent.id;
ted = _root.didIHit(player, this);
}
onClipEvent (enterFrame) {
ted = _root.didIHit(player, this);
}
Symbol 1002 MovieClip Frame 1
stop();
Symbol 1005 MovieClip Frame 1
stop();
Symbol 1013 MovieClip Frame 1
stop();
Symbol 1025 MovieClip Frame 1
stop();
Symbol 1030 MovieClip Frame 1
stop();
Instance of Symbol 1025 MovieClip in Symbol 1034 MovieClip Frame 1
onClipEvent (load) {
r = _root;
player = _parent._parent._parent.id;
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
if (player == 2) {
this.nextFrame();
}
}
onClipEvent (enterFrame) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
}
Instance of Symbol 1030 MovieClip in Symbol 1034 MovieClip Frame 1
onClipEvent (load) {
r = _root;
player = _parent._parent._parent.id;
health = r.mainStage["p" + player].health;
if (health < 10) {
hurt5._alpha = 100;
}
if (player == 2) {
this.nextFrame();
}
}
onClipEvent (enterFrame) {
health = r.mainStage["p" + player].health;
if (health < 10) {
hurt5._alpha = 100;
}
}
Instance of Symbol 1025 MovieClip in Symbol 1035 MovieClip Frame 1
onClipEvent (load) {
r = _root;
player = _parent._parent._parent.id;
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
if (player == 2) {
this.nextFrame();
}
}
onClipEvent (enterFrame) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
}
Instance of Symbol 1030 MovieClip in Symbol 1035 MovieClip Frame 1
onClipEvent (load) {
r = _root;
player = _parent._parent._parent.id;
health = r.mainStage["p" + player].health;
if (health < 10) {
hurt5._alpha = 100;
}
if (player == 2) {
this.nextFrame();
}
}
onClipEvent (enterFrame) {
health = r.mainStage["p" + player].health;
if (health < 10) {
hurt5._alpha = 100;
}
}
Instance of Symbol 1025 MovieClip in Symbol 1036 MovieClip Frame 1
onClipEvent (load) {
r = _root;
player = _parent._parent._parent.id;
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
if (player == 2) {
this.nextFrame();
}
}
onClipEvent (enterFrame) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
}
Instance of Symbol 1030 MovieClip in Symbol 1036 MovieClip Frame 1
onClipEvent (load) {
r = _root;
player = _parent._parent._parent.id;
health = r.mainStage["p" + player].health;
if (health < 10) {
hurt5._alpha = 100;
}
if (player == 2) {
this.nextFrame();
}
}
onClipEvent (enterFrame) {
health = r.mainStage["p" + player].health;
if (health < 10) {
hurt5._alpha = 100;
}
}
Instance of Symbol 1025 MovieClip in Symbol 1037 MovieClip Frame 1
onClipEvent (load) {
r = _root;
player = _parent._parent._parent.id;
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
if (player == 2) {
this.nextFrame();
}
}
onClipEvent (enterFrame) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
}
Instance of Symbol 1030 MovieClip in Symbol 1037 MovieClip Frame 1
onClipEvent (load) {
r = _root;
player = _parent._parent._parent.id;
health = r.mainStage["p" + player].health;
if (health < 10) {
hurt5._alpha = 100;
}
if (player == 2) {
this.nextFrame();
}
}
onClipEvent (enterFrame) {
health = r.mainStage["p" + player].health;
if (health < 10) {
hurt5._alpha = 100;
}
}
Symbol 1037 MovieClip Frame 11
player = _parent._parent.id;
_root.mainStage["p" + player].stamina = _root.mainStage["p" + player].stamina + 1;
Symbol 1037 MovieClip Frame 21
player = _parent._parent.id;
_root.mainStage["p" + player].stamina = _root.mainStage["p" + player].stamina + 2;
Instance of Symbol 1025 MovieClip in Symbol 1038 MovieClip Frame 1
onClipEvent (load) {
r = _root;
player = _parent._parent._parent.id;
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
if (player == 2) {
this.nextFrame();
}
}
onClipEvent (enterFrame) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
}
Instance of Symbol 1030 MovieClip in Symbol 1038 MovieClip Frame 1
onClipEvent (load) {
r = _root;
player = _parent._parent._parent.id;
health = r.mainStage["p" + player].health;
if (health < 10) {
hurt5._alpha = 100;
}
if (player == 2) {
this.nextFrame();
}
}
onClipEvent (enterFrame) {
health = r.mainStage["p" + player].health;
if (health < 10) {
hurt5._alpha = 100;
}
}
Symbol 1038 MovieClip Frame 4
stop();
Instance of Symbol 1025 MovieClip in Symbol 1039 MovieClip Frame 1
onClipEvent (load) {
r = _root;
player = _parent._parent._parent.id;
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
if (player == 2) {
this.nextFrame();
}
}
onClipEvent (enterFrame) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
}
Instance of Symbol 1030 MovieClip in Symbol 1039 MovieClip Frame 1
onClipEvent (load) {
r = _root;
player = _parent._parent._parent.id;
health = r.mainStage["p" + player].health;
if (health < 10) {
hurt5._alpha = 100;
}
if (player == 2) {
this.nextFrame();
}
}
onClipEvent (enterFrame) {
health = r.mainStage["p" + player].health;
if (health < 10) {
hurt5._alpha = 100;
}
}
Symbol 1039 MovieClip Frame 10
stop();
Instance of Symbol 1025 MovieClip in Symbol 1040 MovieClip Frame 1
onClipEvent (load) {
r = _root;
player = _parent._parent._parent.id;
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
if (player == 2) {
this.nextFrame();
}
}
onClipEvent (enterFrame) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
}
Instance of Symbol 1030 MovieClip in Symbol 1040 MovieClip Frame 1
onClipEvent (load) {
r = _root;
player = _parent._parent._parent.id;
health = r.mainStage["p" + player].health;
if (health < 10) {
hurt5._alpha = 100;
}
if (player == 2) {
this.nextFrame();
}
}
onClipEvent (enterFrame) {
health = r.mainStage["p" + player].health;
if (health < 10) {
hurt5._alpha = 100;
}
}
Instance of Symbol 1025 MovieClip in Symbol 1041 MovieClip Frame 1
onClipEvent (load) {
r = _root;
player = _parent._parent._parent.id;
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
if (player == 2) {
this.nextFrame();
}
}
onClipEvent (enterFrame) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
}
Instance of Symbol 1030 MovieClip in Symbol 1041 MovieClip Frame 1
onClipEvent (load) {
r = _root;
player = _parent._parent._parent.id;
health = r.mainStage["p" + player].health;
if (health < 10) {
hurt5._alpha = 100;
}
if (player == 2) {
this.nextFrame();
}
}
onClipEvent (enterFrame) {
health = r.mainStage["p" + player].health;
if (health < 10) {
hurt5._alpha = 100;
}
}
Symbol 1041 MovieClip Frame 7
stop();
Instance of Symbol 1025 MovieClip in Symbol 1042 MovieClip Frame 1
onClipEvent (load) {
r = _root;
player = _parent._parent._parent.id;
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
if (player == 2) {
this.nextFrame();
}
}
onClipEvent (enterFrame) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
}
Instance of Symbol 1030 MovieClip in Symbol 1042 MovieClip Frame 1
onClipEvent (load) {
r = _root;
player = _parent._parent._parent.id;
health = r.mainStage["p" + player].health;
if (health < 10) {
hurt5._alpha = 100;
}
if (player == 2) {
this.nextFrame();
}
}
onClipEvent (enterFrame) {
health = r.mainStage["p" + player].health;
if (health < 10) {
hurt5._alpha = 100;
}
}
Instance of Symbol 1025 MovieClip in Symbol 1052 MovieClip Frame 1
onClipEvent (load) {
r = _root;
player = _parent._parent._parent.id;
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
if (player == 2) {
this.nextFrame();
}
}
onClipEvent (enterFrame) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
}
Instance of Symbol 1030 MovieClip in Symbol 1052 MovieClip Frame 1
onClipEvent (load) {
r = _root;
player = _parent._parent._parent.id;
health = r.mainStage["p" + player].health;
if (health < 10) {
hurt5._alpha = 100;
}
if (player == 2) {
this.nextFrame();
}
}
onClipEvent (enterFrame) {
health = r.mainStage["p" + player].health;
if (health < 10) {
hurt5._alpha = 100;
}
}
Symbol 1052 MovieClip Frame 24
stop();
Symbol 1073 MovieClip Frame 1
pictures = 6;
gotoAndStop(Math.ceil(Math.random() * pictures));
Instance of Symbol 1073 MovieClip in Symbol 1075 MovieClip Frame 1
onClipEvent (load) {
player = _parent._parent._parent.id;
ted = _root.didIHit(player, this);
}
onClipEvent (enterFrame) {
ted = _root.didIHit(player, this);
}
Instance of Symbol 1025 MovieClip in Symbol 1075 MovieClip Frame 1
onClipEvent (load) {
r = _root;
player = _parent._parent._parent.id;
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
if (player == 2) {
this.nextFrame();
}
}
onClipEvent (enterFrame) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
}
Instance of Symbol 1030 MovieClip in Symbol 1075 MovieClip Frame 1
onClipEvent (load) {
r = _root;
player = _parent._parent._parent.id;
health = r.mainStage["p" + player].health;
if (health < 10) {
hurt5._alpha = 100;
}
if (player == 2) {
this.nextFrame();
}
}
onClipEvent (enterFrame) {
health = r.mainStage["p" + player].health;
if (health < 10) {
hurt5._alpha = 100;
}
}
Symbol 1075 MovieClip Frame 8
stop();
Instance of Symbol 1025 MovieClip in Symbol 1077 MovieClip Frame 1
onClipEvent (load) {
r = _root;
player = _parent._parent._parent.id;
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
if (player == 2) {
this.nextFrame();
}
}
onClipEvent (enterFrame) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
}
Instance of Symbol 1030 MovieClip in Symbol 1077 MovieClip Frame 1
onClipEvent (load) {
r = _root;
player = _parent._parent._parent.id;
health = r.mainStage["p" + player].health;
if (health < 10) {
hurt5._alpha = 100;
}
if (player == 2) {
this.nextFrame();
}
}
onClipEvent (enterFrame) {
health = r.mainStage["p" + player].health;
if (health < 10) {
hurt5._alpha = 100;
}
}
Symbol 1077 MovieClip Frame 42
_parent.gotoAndStop("idle");
Instance of Symbol 1025 MovieClip in Symbol 1078 MovieClip Frame 1
onClipEvent (load) {
r = _root;
player = _parent._parent._parent.id;
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
if (player == 2) {
this.nextFrame();
}
}
onClipEvent (enterFrame) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
}
Instance of Symbol 1030 MovieClip in Symbol 1078 MovieClip Frame 1
onClipEvent (load) {
r = _root;
player = _parent._parent._parent.id;
health = r.mainStage["p" + player].health;
if (health < 10) {
hurt5._alpha = 100;
}
if (player == 2) {
this.nextFrame();
}
}
onClipEvent (enterFrame) {
health = r.mainStage["p" + player].health;
if (health < 10) {
hurt5._alpha = 100;
}
}
Symbol 1078 MovieClip Frame 5
stop();
Instance of Symbol 1025 MovieClip in Symbol 1079 MovieClip Frame 1
onClipEvent (load) {
r = _root;
player = _parent._parent._parent.id;
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
if (player == 2) {
this.nextFrame();
}
}
onClipEvent (enterFrame) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
}
Instance of Symbol 1030 MovieClip in Symbol 1079 MovieClip Frame 1
onClipEvent (load) {
r = _root;
player = _parent._parent._parent.id;
health = r.mainStage["p" + player].health;
if (health < 10) {
hurt5._alpha = 100;
}
if (player == 2) {
this.nextFrame();
}
}
onClipEvent (enterFrame) {
health = r.mainStage["p" + player].health;
if (health < 10) {
hurt5._alpha = 100;
}
}
Instance of Symbol 1025 MovieClip in Symbol 1082 MovieClip Frame 1
onClipEvent (load) {
r = _root;
player = _parent._parent._parent.id;
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
if (player == 2) {
this.nextFrame();
}
}
onClipEvent (enterFrame) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
}
Instance of Symbol 1030 MovieClip in Symbol 1082 MovieClip Frame 1
onClipEvent (load) {
r = _root;
player = _parent._parent._parent.id;
health = r.mainStage["p" + player].health;
if (health < 10) {
hurt5._alpha = 100;
}
if (player == 2) {
this.nextFrame();
}
}
onClipEvent (enterFrame) {
health = r.mainStage["p" + player].health;
if (health < 10) {
hurt5._alpha = 100;
}
}
Instance of Symbol 1080 MovieClip in Symbol 1082 MovieClip Frame 4
onClipEvent (load) {
player = _parent._parent._parent.id;
ted = _root.didIHit(player, this);
}
onClipEvent (enterFrame) {
ted = _root.didIHit(player, this);
}
Instance of Symbol 1025 MovieClip in Symbol 1086 MovieClip Frame 1
onClipEvent (load) {
r = _root;
player = _parent._parent._parent.id;
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
if (player == 2) {
this.nextFrame();
}
}
onClipEvent (enterFrame) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
}
Instance of Symbol 1030 MovieClip in Symbol 1086 MovieClip Frame 1
onClipEvent (load) {
r = _root;
player = _parent._parent._parent.id;
health = r.mainStage["p" + player].health;
if (health < 10) {
hurt5._alpha = 100;
}
if (player == 2) {
this.nextFrame();
}
}
onClipEvent (enterFrame) {
health = r.mainStage["p" + player].health;
if (health < 10) {
hurt5._alpha = 100;
}
}
Instance of Symbol 1080 MovieClip in Symbol 1086 MovieClip Frame 2
onClipEvent (load) {
player = _parent._parent._parent.id;
ted = _root.didIHit(player, this);
}
onClipEvent (enterFrame) {
ted = _root.didIHit(player, this);
}
Instance of Symbol 1085 MovieClip in Symbol 1086 MovieClip Frame 2
onClipEvent (load) {
player = _parent._parent._parent.id;
ted = _root.didIHit(player, this);
}
onClipEvent (enterFrame) {
ted = _root.didIHit(player, this);
}
Instance of Symbol 1089 MovieClip in Symbol 1090 MovieClip Frame 4
onClipEvent (load) {
player = _parent._parent._parent._parent.id;
ted = _root.didIHit(player, this, 2);
}
onClipEvent (enterFrame) {
ted = _root.didIHit(player, this, 2);
}
Instance of Symbol 1089 MovieClip in Symbol 1090 MovieClip Frame 8
onClipEvent (load) {
player = _parent._parent._parent._parent.id;
ted = _root.didIHit(player, this, 2);
}
onClipEvent (enterFrame) {
ted = _root.didIHit(player, this, 2);
}
Instance of Symbol 1089 MovieClip in Symbol 1090 MovieClip Frame 11
onClipEvent (load) {
player = _parent._parent._parent._parent.id;
ted = _root.didIHit(player, this);
}
onClipEvent (enterFrame) {
ted = _root.didIHit(player, this);
}
Instance of Symbol 1089 MovieClip in Symbol 1090 MovieClip Frame 15
onClipEvent (load) {
player = _parent._parent._parent._parent.id;
ted = _root.didIHit(player, this);
}
onClipEvent (enterFrame) {
ted = _root.didIHit(player, this);
}
Instance of Symbol 1089 MovieClip in Symbol 1090 MovieClip Frame 22
onClipEvent (load) {
player = _parent._parent._parent._parent.id;
ted = _root.didIHit(player, this);
}
onClipEvent (enterFrame) {
ted = _root.didIHit(player, this);
}
Instance of Symbol 1089 MovieClip in Symbol 1090 MovieClip Frame 26
onClipEvent (load) {
player = _parent._parent._parent._parent.id;
ted = _root.didIHit(player, this);
}
onClipEvent (enterFrame) {
ted = _root.didIHit(player, this);
}
Symbol 1120 MovieClip Frame 14
stop();
Symbol 1140 MovieClip Frame 20
stop();
Instance of Symbol 1126 MovieClip in Symbol 1153 MovieClip Frame 21
onClipEvent (load) {
player = _parent._parent._parent._parent.id;
ted = _root.didIHit(player, this);
}
onClipEvent (enterFrame) {
ted = _root.didIHit(player, this);
}
Instance of Symbol 1126 MovieClip in Symbol 1153 MovieClip Frame 26
onClipEvent (load) {
player = _parent._parent._parent._parent.id;
ted = _root.didIHit(player, this);
}
onClipEvent (enterFrame) {
ted = _root.didIHit(player, this);
}
Instance of Symbol 1126 MovieClip in Symbol 1153 MovieClip Frame 30
onClipEvent (load) {
player = _parent._parent._parent._parent.id;
ted = _root.didIHit(player, this);
}
onClipEvent (enterFrame) {
ted = _root.didIHit(player, this);
}
Instance of Symbol 1157 MovieClip in Symbol 1158 MovieClip Frame 8
onClipEvent (load) {
player = _parent._parent._parent._parent.id;
ted = _root.didIHit(player, this);
}
onClipEvent (enterFrame) {
ted = _root.didIHit(player, this);
}
Instance of Symbol 1157 MovieClip in Symbol 1158 MovieClip Frame 15
onClipEvent (load) {
player = _parent._parent._parent._parent.id;
ted = _root.didIHit(player, this);
}
onClipEvent (enterFrame) {
ted = _root.didIHit(player, this);
}
Instance of Symbol 1157 MovieClip in Symbol 1158 MovieClip Frame 19
onClipEvent (load) {
player = _parent._parent._parent._parent.id;
ted = _root.didIHit(player, this);
}
onClipEvent (enterFrame) {
ted = _root.didIHit(player, this);
}
Instance of Symbol 1157 MovieClip in Symbol 1158 MovieClip Frame 24
onClipEvent (load) {
player = _parent._parent._parent._parent.id;
ted = _root.didIHit(player, this);
}
onClipEvent (enterFrame) {
ted = _root.didIHit(player, this);
}
Instance of Symbol 1161 MovieClip in Symbol 1178 MovieClip Frame 14
onClipEvent (load) {
player = _parent._parent._parent._parent.id;
ted = _root.didIHit(player, this);
}
onClipEvent (enterFrame) {
ted = _root.didIHit(player, this);
}
Instance of Symbol 1163 MovieClip in Symbol 1178 MovieClip Frame 16
onClipEvent (load) {
player = _parent._parent._parent._parent.id;
ted = _root.didIHit(player, this);
}
onClipEvent (enterFrame) {
ted = _root.didIHit(player, this);
}
Instance of Symbol 1165 MovieClip in Symbol 1178 MovieClip Frame 17
onClipEvent (load) {
player = _parent._parent._parent._parent.id;
ted = _root.didIHit(player, this);
}
onClipEvent (enterFrame) {
ted = _root.didIHit(player, this);
}
Instance of Symbol 1167 MovieClip in Symbol 1178 MovieClip Frame 18
onClipEvent (load) {
player = _parent._parent._parent._parent.id;
ted = _root.didIHit(player, this);
}
onClipEvent (enterFrame) {
ted = _root.didIHit(player, this);
}
Instance of Symbol 1169 MovieClip in Symbol 1178 MovieClip Frame 20
onClipEvent (load) {
player = _parent._parent._parent._parent.id;
ted = _root.didIHit(player, this);
}
onClipEvent (enterFrame) {
ted = _root.didIHit(player, this);
}
Instance of Symbol 1171 MovieClip in Symbol 1178 MovieClip Frame 21
onClipEvent (load) {
player = _parent._parent._parent._parent.id;
ted = _root.didIHit(player, this);
}
onClipEvent (enterFrame) {
ted = _root.didIHit(player, this);
}
Instance of Symbol 1173 MovieClip in Symbol 1178 MovieClip Frame 22
onClipEvent (load) {
player = _parent._parent._parent._parent.id;
ted = _root.didIHit(player, this);
}
onClipEvent (enterFrame) {
ted = _root.didIHit(player, this);
}
Instance of Symbol 1175 MovieClip in Symbol 1178 MovieClip Frame 23
onClipEvent (load) {
player = _parent._parent._parent._parent.id;
ted = _root.didIHit(player, this);
}
onClipEvent (enterFrame) {
ted = _root.didIHit(player, this);
}
Instance of Symbol 1177 MovieClip in Symbol 1178 MovieClip Frame 25
onClipEvent (load) {
player = _parent._parent._parent._parent.id;
ted = _root.didIHit(player, this);
}
onClipEvent (enterFrame) {
ted = _root.didIHit(player, this);
}
Instance of Symbol 1025 MovieClip in Symbol 1179 MovieClip Frame 1
onClipEvent (load) {
r = _root;
player = _parent._parent._parent.id;
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
if (player == 2) {
this.nextFrame();
}
}
onClipEvent (enterFrame) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
}
Instance of Symbol 1030 MovieClip in Symbol 1179 MovieClip Frame 1
onClipEvent (load) {
r = _root;
player = _parent._parent._parent.id;
health = r.mainStage["p" + player].health;
if (health < 10) {
hurt5._alpha = 100;
}
if (player == 2) {
this.nextFrame();
}
}
onClipEvent (enterFrame) {
health = r.mainStage["p" + player].health;
if (health < 10) {
hurt5._alpha = 100;
}
}
Instance of Symbol 1025 MovieClip in Symbol 1183 MovieClip Frame 1
onClipEvent (load) {
r = _root;
player = _parent._parent._parent.id;
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
if (player == 2) {
this.nextFrame();
}
}
onClipEvent (enterFrame) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
}
Instance of Symbol 1030 MovieClip in Symbol 1183 MovieClip Frame 1
onClipEvent (load) {
r = _root;
player = _parent._parent._parent.id;
health = r.mainStage["p" + player].health;
if (health < 10) {
hurt5._alpha = 100;
}
if (player == 2) {
this.nextFrame();
}
}
onClipEvent (enterFrame) {
health = r.mainStage["p" + player].health;
if (health < 10) {
hurt5._alpha = 100;
}
}
Symbol 1183 MovieClip Frame 5
player = _parent._parent.id;
trace(player);
if (player == 1) {
player = 2;
} else {
player = 1;
}
path = _root.mainStage["p" + player];
path.locked = 40;
path.mc.anim.fr.stop();
path.mc.anim.fr.frp1.stop();
path.mc.anim.fr.frp2.stop();
path.mc.anim.fr.frp3.stop();
path.mc.anim.fr.frp4.stop();
path.mc.lock.play();
Instance of Symbol 1025 MovieClip in Symbol 1189 MovieClip Frame 1
onClipEvent (load) {
r = _root;
player = _parent._parent._parent.id;
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
if (player == 2) {
this.nextFrame();
}
}
onClipEvent (enterFrame) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
}
Instance of Symbol 1030 MovieClip in Symbol 1189 MovieClip Frame 1
onClipEvent (load) {
r = _root;
player = _parent._parent._parent.id;
health = r.mainStage["p" + player].health;
if (health < 10) {
hurt5._alpha = 100;
}
if (player == 2) {
this.nextFrame();
}
}
onClipEvent (enterFrame) {
health = r.mainStage["p" + player].health;
if (health < 10) {
hurt5._alpha = 100;
}
}
Instance of Symbol 1188 MovieClip in Symbol 1189 MovieClip Frame 26
onClipEvent (load) {
player = _parent._parent._parent.id;
ted = _root.didIHit(player, this);
}
onClipEvent (enterFrame) {
ted = _root.didIHit(player, this);
}
Symbol 1206 MovieClip Frame 1
pictures = 7;
gotoAndStop(Math.ceil(Math.random() * pictures));
Instance of Symbol 1025 MovieClip in Symbol 1211 MovieClip Frame 1
onClipEvent (load) {
r = _root;
player = _parent._parent._parent.id;
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
if (player == 2) {
this.nextFrame();
}
}
onClipEvent (enterFrame) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
}
Instance of Symbol 1030 MovieClip in Symbol 1211 MovieClip Frame 1
onClipEvent (load) {
r = _root;
player = _parent._parent._parent.id;
health = r.mainStage["p" + player].health;
if (health < 10) {
hurt5._alpha = 100;
}
if (player == 2) {
this.nextFrame();
}
}
onClipEvent (enterFrame) {
health = r.mainStage["p" + player].health;
if (health < 10) {
hurt5._alpha = 100;
}
}
Instance of Symbol 1206 MovieClip in Symbol 1211 MovieClip Frame 3
onClipEvent (load) {
player = _parent._parent._parent.id;
ted = _root.didIHit(player, this);
}
onClipEvent (enterFrame) {
ted = _root.didIHit(player, this);
}
Instance of Symbol 1025 MovieClip in Symbol 1211 MovieClip Frame 3
onClipEvent (load) {
r = _root;
player = _parent._parent._parent.id;
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
if (player == 2) {
this.nextFrame();
}
}
onClipEvent (enterFrame) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
}
Instance of Symbol 1030 MovieClip in Symbol 1211 MovieClip Frame 3
onClipEvent (load) {
r = _root;
player = _parent._parent._parent.id;
health = r.mainStage["p" + player].health;
if (health < 10) {
hurt5._alpha = 100;
}
if (player == 2) {
this.nextFrame();
}
}
onClipEvent (enterFrame) {
health = r.mainStage["p" + player].health;
if (health < 10) {
hurt5._alpha = 100;
}
}
Instance of Symbol 1206 MovieClip in Symbol 1211 MovieClip Frame 8
onClipEvent (load) {
player = _parent._parent._parent.id;
ted = _root.didIHit(player, this);
}
onClipEvent (enterFrame) {
ted = _root.didIHit(player, this);
}
Instance of Symbol 1206 MovieClip in Symbol 1211 MovieClip Frame 20
onClipEvent (load) {
player = _parent._parent._parent.id;
ted = _root.didIHit(player, this);
}
onClipEvent (enterFrame) {
ted = _root.didIHit(player, this);
}
Instance of Symbol 1206 MovieClip in Symbol 1211 MovieClip Frame 20
onClipEvent (load) {
player = _parent._parent._parent.id;
ted = _root.didIHit(player, this);
}
onClipEvent (enterFrame) {
ted = _root.didIHit(player, this);
}
Instance of Symbol 1025 MovieClip in Symbol 1212 MovieClip Frame 1
onClipEvent (load) {
r = _root;
player = _parent._parent._parent.id;
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
if (player == 2) {
this.nextFrame();
}
}
onClipEvent (enterFrame) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
}
Instance of Symbol 1030 MovieClip in Symbol 1212 MovieClip Frame 1
onClipEvent (load) {
r = _root;
player = _parent._parent._parent.id;
health = r.mainStage["p" + player].health;
if (health < 10) {
hurt5._alpha = 100;
}
if (player == 2) {
this.nextFrame();
}
}
onClipEvent (enterFrame) {
health = r.mainStage["p" + player].health;
if (health < 10) {
hurt5._alpha = 100;
}
}
Instance of Symbol 1206 MovieClip in Symbol 1212 MovieClip Frame 3
onClipEvent (load) {
player = _parent._parent._parent.id;
ted = _root.didIHit(player, this);
}
onClipEvent (enterFrame) {
ted = _root.didIHit(player, this);
}
Instance of Symbol 1025 MovieClip in Symbol 1213 MovieClip Frame 1
onClipEvent (load) {
r = _root;
player = _parent._parent._parent.id;
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
if (player == 2) {
this.nextFrame();
}
}
onClipEvent (enterFrame) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
}
Instance of Symbol 1030 MovieClip in Symbol 1213 MovieClip Frame 1
onClipEvent (load) {
r = _root;
player = _parent._parent._parent.id;
health = r.mainStage["p" + player].health;
if (health < 10) {
hurt5._alpha = 100;
}
if (player == 2) {
this.nextFrame();
}
}
onClipEvent (enterFrame) {
health = r.mainStage["p" + player].health;
if (health < 10) {
hurt5._alpha = 100;
}
}
Instance of Symbol 1206 MovieClip in Symbol 1213 MovieClip Frame 3
onClipEvent (load) {
player = _parent._parent._parent.id;
ted = _root.didIHit(player, this);
}
onClipEvent (enterFrame) {
ted = _root.didIHit(player, this);
}
Instance of Symbol 1025 MovieClip in Symbol 1214 MovieClip Frame 1
onClipEvent (load) {
r = _root;
player = _parent._parent._parent.id;
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
if (player == 2) {
this.nextFrame();
}
}
onClipEvent (enterFrame) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
}
Instance of Symbol 1030 MovieClip in Symbol 1214 MovieClip Frame 1
onClipEvent (load) {
r = _root;
player = _parent._parent._parent.id;
health = r.mainStage["p" + player].health;
if (health < 10) {
hurt5._alpha = 100;
}
if (player == 2) {
this.nextFrame();
}
}
onClipEvent (enterFrame) {
health = r.mainStage["p" + player].health;
if (health < 10) {
hurt5._alpha = 100;
}
}
Instance of Symbol 1080 MovieClip in Symbol 1214 MovieClip Frame 3
onClipEvent (load) {
player = _parent._parent._parent.id;
ted = _root.didIHit(player, this);
}
onClipEvent (enterFrame) {
ted = _root.didIHit(player, this);
}
Instance of Symbol 1025 MovieClip in Symbol 1215 MovieClip Frame 1
onClipEvent (load) {
r = _root;
player = _parent._parent._parent.id;
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
if (player == 2) {
this.nextFrame();
}
}
onClipEvent (enterFrame) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
}
Instance of Symbol 1030 MovieClip in Symbol 1215 MovieClip Frame 1
onClipEvent (load) {
r = _root;
player = _parent._parent._parent.id;
health = r.mainStage["p" + player].health;
if (health < 10) {
hurt5._alpha = 100;
}
if (player == 2) {
this.nextFrame();
}
}
onClipEvent (enterFrame) {
health = r.mainStage["p" + player].health;
if (health < 10) {
hurt5._alpha = 100;
}
}
Instance of Symbol 1080 MovieClip in Symbol 1215 MovieClip Frame 2
onClipEvent (load) {
player = _parent._parent._parent.id;
ted = _root.didIHit(player, this);
}
onClipEvent (enterFrame) {
ted = _root.didIHit(player, this);
}
Symbol 1216 MovieClip Frame 1
stop();
Instance of Symbol 388 MovieClip in Symbol 1217 MovieClip Frame 1
onClipEvent (load) {
r = _root;
player = _parent._parent._parent.id;
if (player) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
if (player == 2) {
this.nextFrame();
}
}
}
onClipEvent (enterFrame) {
if (player) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
}
}
Instance of Symbol 392 MovieClip in Symbol 1217 MovieClip Frame 1
onClipEvent (load) {
r = _root;
player = _parent._parent._parent.id;
if (player) {
health = r.mainStage["p" + player].health;
if (health < 10) {
hurt5._alpha = 100;
}
}
}
onClipEvent (enterFrame) {
if (player) {
health = r.mainStage["p" + player].health;
if (health < 10) {
hurt5._alpha = 100;
}
}
}
Instance of Symbol 388 MovieClip in Symbol 1218 MovieClip Frame 1
onClipEvent (load) {
r = _root;
player = _parent._parent._parent.id;
if (player) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
if (player == 2) {
this.nextFrame();
}
}
}
onClipEvent (enterFrame) {
if (player) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
}
}
Instance of Symbol 392 MovieClip in Symbol 1218 MovieClip Frame 1
onClipEvent (load) {
r = _root;
player = _parent._parent._parent.id;
if (player) {
health = r.mainStage["p" + player].health;
if (health < 10) {
hurt5._alpha = 100;
}
}
}
onClipEvent (enterFrame) {
if (player) {
health = r.mainStage["p" + player].health;
if (health < 10) {
hurt5._alpha = 100;
}
}
}
Instance of Symbol 388 MovieClip in Symbol 1219 MovieClip Frame 1
onClipEvent (load) {
r = _root;
player = _parent._parent._parent.id;
if (player) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
if (player == 2) {
this.nextFrame();
}
}
}
onClipEvent (enterFrame) {
if (player) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
}
}
Instance of Symbol 392 MovieClip in Symbol 1219 MovieClip Frame 1
onClipEvent (load) {
r = _root;
player = _parent._parent._parent.id;
if (player) {
health = r.mainStage["p" + player].health;
if (health < 10) {
hurt5._alpha = 100;
}
}
}
onClipEvent (enterFrame) {
if (player) {
health = r.mainStage["p" + player].health;
if (health < 10) {
hurt5._alpha = 100;
}
}
}
Instance of Symbol 388 MovieClip in Symbol 1226 MovieClip Frame 1
onClipEvent (load) {
r = _root;
player = _parent._parent._parent.id;
if (player) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
if (player == 2) {
this.nextFrame();
}
}
}
onClipEvent (enterFrame) {
if (player) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
}
}
Instance of Symbol 392 MovieClip in Symbol 1226 MovieClip Frame 1
onClipEvent (load) {
r = _root;
player = _parent._parent._parent.id;
if (player) {
health = r.mainStage["p" + player].health;
if (health < 10) {
hurt5._alpha = 100;
}
}
}
onClipEvent (enterFrame) {
if (player) {
health = r.mainStage["p" + player].health;
if (health < 10) {
hurt5._alpha = 100;
}
}
}
Instance of Symbol 388 MovieClip in Symbol 1226 MovieClip Frame 12
onClipEvent (load) {
r = _root;
player = _parent._parent._parent.id;
if (player) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
if (player == 2) {
this.nextFrame();
}
}
}
onClipEvent (enterFrame) {
if (player) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
}
}
Instance of Symbol 392 MovieClip in Symbol 1226 MovieClip Frame 12
onClipEvent (load) {
r = _root;
player = _parent._parent._parent.id;
if (player) {
health = r.mainStage["p" + player].health;
if (health < 10) {
hurt5._alpha = 100;
}
}
}
onClipEvent (enterFrame) {
if (player) {
health = r.mainStage["p" + player].health;
if (health < 10) {
hurt5._alpha = 100;
}
}
}
Symbol 1226 MovieClip Frame 21
player = _parent._parent.id;
_root.mainStage["p" + player].stamina = _root.mainStage["p" + player].stamina + 3;
Symbol 1226 MovieClip Frame 26
player = _parent._parent.id;
_root.mainStage["p" + player].stamina = _root.mainStage["p" + player].stamina + 3;
Instance of Symbol 388 MovieClip in Symbol 1226 MovieClip Frame 44
onClipEvent (load) {
r = _root;
player = _parent._parent._parent.id;
if (player) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
if (player == 2) {
this.nextFrame();
}
}
}
onClipEvent (enterFrame) {
if (player) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
}
}
Instance of Symbol 392 MovieClip in Symbol 1226 MovieClip Frame 44
onClipEvent (load) {
r = _root;
player = _parent._parent._parent.id;
if (player) {
health = r.mainStage["p" + player].health;
if (health < 10) {
hurt5._alpha = 100;
}
}
}
onClipEvent (enterFrame) {
if (player) {
health = r.mainStage["p" + player].health;
if (health < 10) {
hurt5._alpha = 100;
}
}
}
Instance of Symbol 388 MovieClip in Symbol 1227 MovieClip Frame 1
onClipEvent (load) {
r = _root;
player = _parent._parent._parent.id;
if (player) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
if (player == 2) {
this.nextFrame();
}
}
}
onClipEvent (enterFrame) {
if (player) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
}
}
Instance of Symbol 392 MovieClip in Symbol 1227 MovieClip Frame 1
onClipEvent (load) {
r = _root;
player = _parent._parent._parent.id;
if (player) {
health = r.mainStage["p" + player].health;
if (health < 10) {
hurt5._alpha = 100;
}
}
}
onClipEvent (enterFrame) {
if (player) {
health = r.mainStage["p" + player].health;
if (health < 10) {
hurt5._alpha = 100;
}
}
}
Symbol 1227 MovieClip Frame 9
stop();
Instance of Symbol 388 MovieClip in Symbol 1228 MovieClip Frame 1
onClipEvent (load) {
r = _root;
player = _parent._parent._parent.id;
if (player) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
if (player == 2) {
this.nextFrame();
}
}
}
onClipEvent (enterFrame) {
if (player) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
}
}
Instance of Symbol 392 MovieClip in Symbol 1228 MovieClip Frame 1
onClipEvent (load) {
r = _root;
player = _parent._parent._parent.id;
if (player) {
health = r.mainStage["p" + player].health;
if (health < 10) {
hurt5._alpha = 100;
}
}
}
onClipEvent (enterFrame) {
if (player) {
health = r.mainStage["p" + player].health;
if (health < 10) {
hurt5._alpha = 100;
}
}
}
Symbol 1228 MovieClip Frame 3
stop();
Instance of Symbol 388 MovieClip in Symbol 1229 MovieClip Frame 1
onClipEvent (load) {
r = _root;
player = _parent._parent._parent.id;
if (player) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
if (player == 2) {
this.nextFrame();
}
}
}
onClipEvent (enterFrame) {
if (player) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
}
}
Instance of Symbol 392 MovieClip in Symbol 1229 MovieClip Frame 1
onClipEvent (load) {
r = _root;
player = _parent._parent._parent.id;
if (player) {
health = r.mainStage["p" + player].health;
if (health < 10) {
hurt5._alpha = 100;
}
}
}
onClipEvent (enterFrame) {
if (player) {
health = r.mainStage["p" + player].health;
if (health < 10) {
hurt5._alpha = 100;
}
}
}
Symbol 1229 MovieClip Frame 19
stop();
Instance of Symbol 388 MovieClip in Symbol 1230 MovieClip Frame 1
onClipEvent (load) {
r = _root;
player = _parent._parent._parent.id;
if (player) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
if (player == 2) {
this.nextFrame();
}
}
}
onClipEvent (enterFrame) {
if (player) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
}
}
Instance of Symbol 392 MovieClip in Symbol 1230 MovieClip Frame 1
onClipEvent (load) {
r = _root;
player = _parent._parent._parent.id;
if (player) {
health = r.mainStage["p" + player].health;
if (health < 10) {
hurt5._alpha = 100;
}
}
}
onClipEvent (enterFrame) {
if (player) {
health = r.mainStage["p" + player].health;
if (health < 10) {
hurt5._alpha = 100;
}
}
}
Instance of Symbol 388 MovieClip in Symbol 1232 MovieClip Frame 1
onClipEvent (load) {
r = _root;
player = _parent._parent._parent.id;
if (player) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
if (player == 2) {
this.nextFrame();
}
}
}
onClipEvent (enterFrame) {
if (player) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
}
}
Instance of Symbol 392 MovieClip in Symbol 1232 MovieClip Frame 1
onClipEvent (load) {
r = _root;
player = _parent._parent._parent.id;
if (player) {
health = r.mainStage["p" + player].health;
if (health < 10) {
hurt5._alpha = 100;
}
}
}
onClipEvent (enterFrame) {
if (player) {
health = r.mainStage["p" + player].health;
if (health < 10) {
hurt5._alpha = 100;
}
}
}
Symbol 1232 MovieClip Frame 3
stop();
stop();
stop();
Instance of Symbol 388 MovieClip in Symbol 1244 MovieClip Frame 1
onClipEvent (load) {
r = _root;
player = _parent._parent._parent.id;
if (player) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
if (player == 2) {
this.nextFrame();
}
}
}
onClipEvent (enterFrame) {
if (player) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
}
}
Instance of Symbol 392 MovieClip in Symbol 1244 MovieClip Frame 1
onClipEvent (load) {
r = _root;
player = _parent._parent._parent.id;
if (player) {
health = r.mainStage["p" + player].health;
if (health < 10) {
hurt5._alpha = 100;
}
}
}
onClipEvent (enterFrame) {
if (player) {
health = r.mainStage["p" + player].health;
if (health < 10) {
hurt5._alpha = 100;
}
}
}
Symbol 1244 MovieClip Frame 51
gotoAndPlay (27);
Instance of Symbol 388 MovieClip in Symbol 1246 MovieClip Frame 1
onClipEvent (load) {
r = _root;
player = _parent._parent._parent.id;
if (player) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
if (player == 2) {
this.nextFrame();
}
}
}
onClipEvent (enterFrame) {
if (player) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
}
}
Instance of Symbol 392 MovieClip in Symbol 1246 MovieClip Frame 1
onClipEvent (load) {
r = _root;
player = _parent._parent._parent.id;
if (player) {
health = r.mainStage["p" + player].health;
if (health < 10) {
hurt5._alpha = 100;
}
}
}
onClipEvent (enterFrame) {
if (player) {
health = r.mainStage["p" + player].health;
if (health < 10) {
hurt5._alpha = 100;
}
}
}
Instance of Symbol 1245 MovieClip in Symbol 1246 MovieClip Frame 3
onClipEvent (load) {
player = _parent._parent._parent.id;
ted = _root.didIHit(player, this);
}
onClipEvent (enterFrame) {
ted = _root.didIHit(player, this);
}
Instance of Symbol 1245 MovieClip in Symbol 1246 MovieClip Frame 7
onClipEvent (load) {
player = _parent._parent._parent.id;
ted = _root.didIHit(player, this, 2);
}
onClipEvent (enterFrame) {
ted = _root.didIHit(player, this, 2);
}
Symbol 1246 MovieClip Frame 12
stop();
Instance of Symbol 388 MovieClip in Symbol 1247 MovieClip Frame 1
onClipEvent (load) {
r = _root;
player = _parent._parent._parent.id;
if (player) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
if (player == 2) {
this.nextFrame();
}
}
}
onClipEvent (enterFrame) {
if (player) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
}
}
Instance of Symbol 392 MovieClip in Symbol 1247 MovieClip Frame 1
onClipEvent (load) {
r = _root;
player = _parent._parent._parent.id;
if (player) {
health = r.mainStage["p" + player].health;
if (health < 10) {
hurt5._alpha = 100;
}
}
}
onClipEvent (enterFrame) {
if (player) {
health = r.mainStage["p" + player].health;
if (health < 10) {
hurt5._alpha = 100;
}
}
}
Instance of Symbol 388 MovieClip in Symbol 1248 MovieClip Frame 1
onClipEvent (load) {
r = _root;
player = _parent._parent._parent.id;
if (player) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
if (player == 2) {
this.nextFrame();
}
}
}
onClipEvent (enterFrame) {
if (player) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
}
}
Instance of Symbol 392 MovieClip in Symbol 1248 MovieClip Frame 1
onClipEvent (load) {
r = _root;
player = _parent._parent._parent.id;
if (player) {
health = r.mainStage["p" + player].health;
if (health < 10) {
hurt5._alpha = 100;
}
}
}
onClipEvent (enterFrame) {
if (player) {
health = r.mainStage["p" + player].health;
if (health < 10) {
hurt5._alpha = 100;
}
}
}
Symbol 1248 MovieClip Frame 5
stop();
stop();
Instance of Symbol 388 MovieClip in Symbol 1254 MovieClip Frame 1
onClipEvent (load) {
r = _root;
player = _parent._parent._parent.id;
if (player) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
if (player == 2) {
this.nextFrame();
}
}
}
onClipEvent (enterFrame) {
if (player) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
}
}
Instance of Symbol 392 MovieClip in Symbol 1254 MovieClip Frame 1
onClipEvent (load) {
r = _root;
player = _parent._parent._parent.id;
if (player) {
health = r.mainStage["p" + player].health;
if (health < 10) {
hurt5._alpha = 100;
}
}
}
onClipEvent (enterFrame) {
if (player) {
health = r.mainStage["p" + player].health;
if (health < 10) {
hurt5._alpha = 100;
}
}
}
Symbol 1254 MovieClip Frame 44
stop();
Instance of Symbol 388 MovieClip in Symbol 1255 MovieClip Frame 1
onClipEvent (load) {
r = _root;
player = _parent._parent._parent.id;
if (player) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
if (player == 2) {
this.nextFrame();
}
}
}
onClipEvent (enterFrame) {
if (player) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
}
}
Instance of Symbol 392 MovieClip in Symbol 1255 MovieClip Frame 1
onClipEvent (load) {
r = _root;
player = _parent._parent._parent.id;
if (player) {
health = r.mainStage["p" + player].health;
if (health < 10) {
hurt5._alpha = 100;
}
}
}
onClipEvent (enterFrame) {
if (player) {
health = r.mainStage["p" + player].health;
if (health < 10) {
hurt5._alpha = 100;
}
}
}
Instance of Symbol 1245 MovieClip in Symbol 1255 MovieClip Frame 6
onClipEvent (load) {
player = _parent._parent._parent.id;
_root.didIHit(player, this);
}
Instance of Symbol 388 MovieClip in Symbol 1257 MovieClip Frame 1
onClipEvent (load) {
r = _root;
player = _parent._parent._parent.id;
if (player) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
if (player == 2) {
this.nextFrame();
}
}
}
onClipEvent (enterFrame) {
if (player) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
}
}
Instance of Symbol 392 MovieClip in Symbol 1257 MovieClip Frame 1
onClipEvent (load) {
r = _root;
player = _parent._parent._parent.id;
if (player) {
health = r.mainStage["p" + player].health;
if (health < 10) {
hurt5._alpha = 100;
}
}
}
onClipEvent (enterFrame) {
if (player) {
health = r.mainStage["p" + player].health;
if (health < 10) {
hurt5._alpha = 100;
}
}
}
Instance of Symbol 1245 MovieClip in Symbol 1257 MovieClip Frame 14
onClipEvent (load) {
player = _parent._parent._parent.id;
_root.didIHit(player, this);
}
Instance of Symbol 388 MovieClip in Symbol 1278 MovieClip Frame 1
onClipEvent (load) {
r = _root;
player = _parent._parent._parent.id;
if (player) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
if (player == 2) {
this.nextFrame();
}
}
}
onClipEvent (enterFrame) {
if (player) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
}
}
Instance of Symbol 392 MovieClip in Symbol 1278 MovieClip Frame 1
onClipEvent (load) {
r = _root;
player = _parent._parent._parent.id;
if (player) {
health = r.mainStage["p" + player].health;
if (health < 10) {
hurt5._alpha = 100;
}
}
}
onClipEvent (enterFrame) {
if (player) {
health = r.mainStage["p" + player].health;
if (health < 10) {
hurt5._alpha = 100;
}
}
}
Instance of Symbol 388 MovieClip in Symbol 1278 MovieClip Frame 48
onClipEvent (load) {
r = _root;
player = _parent._parent._parent.id;
if (player) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
if (player == 2) {
this.nextFrame();
}
}
}
onClipEvent (enterFrame) {
if (player) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
}
}
Instance of Symbol 392 MovieClip in Symbol 1278 MovieClip Frame 48
onClipEvent (load) {
r = _root;
player = _parent._parent._parent.id;
if (player) {
health = r.mainStage["p" + player].health;
if (health < 10) {
hurt5._alpha = 100;
}
}
}
onClipEvent (enterFrame) {
if (player) {
health = r.mainStage["p" + player].health;
if (health < 10) {
hurt5._alpha = 100;
}
}
}
Instance of Symbol 1275 MovieClip in Symbol 1278 MovieClip Frame 112
onClipEvent (load) {
player = _parent._parent._parent.id;
ted = _root.didIHit(player, this);
}
onClipEvent (enterFrame) {
ted = _root.didIHit(player, this);
}
Instance of Symbol 388 MovieClip in Symbol 1278 MovieClip Frame 143
onClipEvent (load) {
r = _root;
player = _parent._parent._parent.id;
if (player) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
if (player == 2) {
this.nextFrame();
}
}
}
onClipEvent (enterFrame) {
if (player) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
}
}
Instance of Symbol 392 MovieClip in Symbol 1278 MovieClip Frame 143
onClipEvent (load) {
r = _root;
player = _parent._parent._parent.id;
if (player) {
health = r.mainStage["p" + player].health;
if (health < 10) {
hurt5._alpha = 100;
}
}
}
onClipEvent (enterFrame) {
if (player) {
health = r.mainStage["p" + player].health;
if (health < 10) {
hurt5._alpha = 100;
}
}
}
Instance of Symbol 388 MovieClip in Symbol 1280 MovieClip Frame 1
onClipEvent (load) {
r = _root;
player = _parent._parent._parent.id;
if (player) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
if (player == 2) {
this.nextFrame();
}
}
}
onClipEvent (enterFrame) {
if (player) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
}
}
Instance of Symbol 392 MovieClip in Symbol 1280 MovieClip Frame 1
onClipEvent (load) {
r = _root;
player = _parent._parent._parent.id;
if (player) {
health = r.mainStage["p" + player].health;
if (health < 10) {
hurt5._alpha = 100;
}
}
}
onClipEvent (enterFrame) {
if (player) {
health = r.mainStage["p" + player].health;
if (health < 10) {
hurt5._alpha = 100;
}
}
}
Instance of Symbol 1245 MovieClip in Symbol 1280 MovieClip Frame 14
onClipEvent (load) {
player = _parent._parent._parent.id;
ted = _root.didIHit(player, this);
}
Instance of Symbol 1245 MovieClip in Symbol 1280 MovieClip Frame 15
onClipEvent (load) {
player = _parent._parent._parent.id;
ted = _root.didIHit(player, this);
}
onClipEvent (enterFrame) {
ted = _root.didIHit(player, this);
}
Instance of Symbol 1245 MovieClip in Symbol 1280 MovieClip Frame 18
onClipEvent (load) {
player = _parent._parent._parent.id;
_root.didIHit(player, this);
}
Instance of Symbol 1245 MovieClip in Symbol 1280 MovieClip Frame 21
onClipEvent (load) {
player = _parent._parent._parent.id;
_root.didIHit(player, this);
}
Instance of Symbol 388 MovieClip in Symbol 1286 MovieClip Frame 1
onClipEvent (load) {
r = _root;
player = _parent._parent._parent.id;
if (player) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
if (player == 2) {
this.nextFrame();
}
}
}
onClipEvent (enterFrame) {
if (player) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
}
}
Instance of Symbol 392 MovieClip in Symbol 1286 MovieClip Frame 1
onClipEvent (load) {
r = _root;
player = _parent._parent._parent.id;
if (player) {
health = r.mainStage["p" + player].health;
if (health < 10) {
hurt5._alpha = 100;
}
}
}
onClipEvent (enterFrame) {
if (player) {
health = r.mainStage["p" + player].health;
if (health < 10) {
hurt5._alpha = 100;
}
}
}
Instance of Symbol 1283 MovieClip in Symbol 1286 MovieClip Frame 9
onClipEvent (load) {
player = _parent._parent._parent.id;
ted = _root.didIHit(player, this);
}
onClipEvent (enterFrame) {
ted = _root.didIHit(player, this);
}
Instance of Symbol 1283 MovieClip in Symbol 1286 MovieClip Frame 14
onClipEvent (load) {
player = _parent._parent._parent.id;
ted = _root.didIHit(player, this, 2);
}
onClipEvent (enterFrame) {
ted = _root.didIHit(player, this, 2);
}
Instance of Symbol 1283 MovieClip in Symbol 1286 MovieClip Frame 18
onClipEvent (load) {
player = _parent._parent._parent.id;
ted = _root.didIHit(player, this, 3);
}
onClipEvent (enterFrame) {
ted = _root.didIHit(player, this, 3);
}
Symbol 1294 MovieClip Frame 14
stop();
Instance of Symbol 388 MovieClip in Symbol 1295 MovieClip Frame 1
onClipEvent (load) {
r = _root;
player = _parent._parent._parent.id;
if (player) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
if (player == 2) {
this.nextFrame();
}
}
}
onClipEvent (enterFrame) {
if (player) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
}
}
Instance of Symbol 392 MovieClip in Symbol 1295 MovieClip Frame 1
onClipEvent (load) {
r = _root;
player = _parent._parent._parent.id;
if (player) {
health = r.mainStage["p" + player].health;
if (health < 10) {
hurt5._alpha = 100;
}
}
}
onClipEvent (enterFrame) {
if (player) {
health = r.mainStage["p" + player].health;
if (health < 10) {
hurt5._alpha = 100;
}
}
}
Instance of Symbol 1245 MovieClip in Symbol 1295 MovieClip Frame 1
onClipEvent (load) {
player = _parent._parent._parent._parent.id;
ted = _root.didIHit(player, this);
}
onClipEvent (enterFrame) {
ted = _root.didIHit(player, this);
}
Instance of Symbol 388 MovieClip in Symbol 1296 MovieClip Frame 1
onClipEvent (load) {
r = _root;
player = _parent._parent._parent.id;
if (player) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
if (player == 2) {
this.nextFrame();
}
}
}
onClipEvent (enterFrame) {
if (player) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
}
}
Instance of Symbol 392 MovieClip in Symbol 1296 MovieClip Frame 1
onClipEvent (load) {
r = _root;
player = _parent._parent._parent.id;
if (player) {
health = r.mainStage["p" + player].health;
if (health < 10) {
hurt5._alpha = 100;
}
}
}
onClipEvent (enterFrame) {
if (player) {
health = r.mainStage["p" + player].health;
if (health < 10) {
hurt5._alpha = 100;
}
}
}
Instance of Symbol 388 MovieClip in Symbol 1296 MovieClip Frame 31
onClipEvent (load) {
r = _root;
player = _parent._parent._parent.id;
if (player) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
if (player == 2) {
this.nextFrame();
}
}
}
onClipEvent (enterFrame) {
if (player) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
}
}
Instance of Symbol 392 MovieClip in Symbol 1296 MovieClip Frame 31
onClipEvent (load) {
r = _root;
player = _parent._parent._parent.id;
if (player) {
health = r.mainStage["p" + player].health;
if (health < 10) {
hurt5._alpha = 100;
}
}
}
onClipEvent (enterFrame) {
if (player) {
health = r.mainStage["p" + player].health;
if (health < 10) {
hurt5._alpha = 100;
}
}
}
Instance of Symbol 388 MovieClip in Symbol 1297 MovieClip Frame 1
onClipEvent (load) {
r = _root;
player = _parent._parent._parent.id;
if (player) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
if (player == 2) {
this.nextFrame();
}
}
}
onClipEvent (enterFrame) {
if (player) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
}
}
Instance of Symbol 392 MovieClip in Symbol 1297 MovieClip Frame 1
onClipEvent (load) {
r = _root;
player = _parent._parent._parent.id;
if (player) {
health = r.mainStage["p" + player].health;
if (health < 10) {
hurt5._alpha = 100;
}
}
}
onClipEvent (enterFrame) {
if (player) {
health = r.mainStage["p" + player].health;
if (health < 10) {
hurt5._alpha = 100;
}
}
}
Instance of Symbol 1245 MovieClip in Symbol 1297 MovieClip Frame 3
onClipEvent (load) {
player = _parent._parent._parent.id;
ted = _root.didIHit(player, this);
}
onClipEvent (enterFrame) {
ted = _root.didIHit(player, this);
}
Instance of Symbol 1245 MovieClip in Symbol 1297 MovieClip Frame 5
onClipEvent (load) {
player = _parent._parent._parent.id;
ted = _root.didIHit(player, this);
}
onClipEvent (enterFrame) {
ted = _root.didIHit(player, this);
}
Instance of Symbol 388 MovieClip in Symbol 1306 MovieClip Frame 1
onClipEvent (load) {
r = _root;
player = _parent._parent._parent.id;
if (player) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
if (player == 2) {
this.nextFrame();
}
}
}
onClipEvent (enterFrame) {
if (player) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
}
}
Instance of Symbol 392 MovieClip in Symbol 1306 MovieClip Frame 1
onClipEvent (load) {
r = _root;
player = _parent._parent._parent.id;
if (player) {
health = r.mainStage["p" + player].health;
if (health < 10) {
hurt5._alpha = 100;
}
}
}
onClipEvent (enterFrame) {
if (player) {
health = r.mainStage["p" + player].health;
if (health < 10) {
hurt5._alpha = 100;
}
}
}
Instance of Symbol 1245 MovieClip in Symbol 1306 MovieClip Frame 15
onClipEvent (load) {
player = _parent._parent._parent.id;
ted = _root.didIHit(player, this);
}
onClipEvent (enterFrame) {
ted = _root.didIHit(player, this);
}
Instance of Symbol 388 MovieClip in Symbol 1307 MovieClip Frame 1
onClipEvent (load) {
r = _root;
player = _parent._parent._parent.id;
if (player) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
if (player == 2) {
this.nextFrame();
}
}
}
onClipEvent (enterFrame) {
if (player) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
}
}
Instance of Symbol 392 MovieClip in Symbol 1307 MovieClip Frame 1
onClipEvent (load) {
r = _root;
player = _parent._parent._parent.id;
if (player) {
health = r.mainStage["p" + player].health;
if (health < 10) {
hurt5._alpha = 100;
}
}
}
onClipEvent (enterFrame) {
if (player) {
health = r.mainStage["p" + player].health;
if (health < 10) {
hurt5._alpha = 100;
}
}
}
Instance of Symbol 1245 MovieClip in Symbol 1307 MovieClip Frame 3
onClipEvent (load) {
player = _parent._parent._parent.id;
ted = _root.didIHit(player, this);
}
onClipEvent (enterFrame) {
ted = _root.didIHit(player, this);
}
Instance of Symbol 388 MovieClip in Symbol 1309 MovieClip Frame 1
onClipEvent (load) {
r = _root;
player = _parent._parent._parent.id;
if (player) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
if (player == 2) {
this.nextFrame();
}
}
}
onClipEvent (enterFrame) {
if (player) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
}
}
Instance of Symbol 392 MovieClip in Symbol 1309 MovieClip Frame 1
onClipEvent (load) {
r = _root;
player = _parent._parent._parent.id;
if (player) {
health = r.mainStage["p" + player].health;
if (health < 10) {
hurt5._alpha = 100;
}
}
}
onClipEvent (enterFrame) {
if (player) {
health = r.mainStage["p" + player].health;
if (health < 10) {
hurt5._alpha = 100;
}
}
}
Instance of Symbol 1308 MovieClip in Symbol 1309 MovieClip Frame 5
onClipEvent (load) {
player = _parent._parent._parent.id;
ted = _root.didIHit(player, this);
}
onClipEvent (enterFrame) {
ted = _root.didIHit(player, this);
}
Symbol 1310 MovieClip Frame 1
stop();
Instance of Symbol 701 MovieClip in Symbol 1316 MovieClip Frame 1
onClipEvent (load) {
r = _root;
player = _parent._parent._parent.id;
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
if (player == 2) {
this.nextFrame();
}
}
onClipEvent (enterFrame) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
}
Instance of Symbol 701 MovieClip in Symbol 1317 MovieClip Frame 1
onClipEvent (load) {
r = _root;
player = _parent._parent._parent.id;
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
if (player == 2) {
this.nextFrame();
}
}
onClipEvent (enterFrame) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
}
Instance of Symbol 701 MovieClip in Symbol 1318 MovieClip Frame 1
onClipEvent (load) {
r = _root;
player = _parent._parent._parent.id;
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
if (player == 2) {
this.nextFrame();
}
}
onClipEvent (enterFrame) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
}
Instance of Symbol 701 MovieClip in Symbol 1319 MovieClip Frame 1
onClipEvent (load) {
r = _root;
player = _parent._parent._parent.id;
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
if (player == 2) {
this.nextFrame();
}
}
onClipEvent (enterFrame) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
}
Symbol 1319 MovieClip Frame 10
player = _parent._parent.id;
_root.mainStage["p" + player].stamina = _root.mainStage["p" + player].stamina + 3;
Instance of Symbol 701 MovieClip in Symbol 1320 MovieClip Frame 1
onClipEvent (load) {
r = _root;
player = _parent._parent._parent.id;
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
if (player == 2) {
this.nextFrame();
}
}
onClipEvent (enterFrame) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
}
Symbol 1320 MovieClip Frame 3
stop();
Instance of Symbol 701 MovieClip in Symbol 1321 MovieClip Frame 1
onClipEvent (load) {
r = _root;
player = _parent._parent._parent.id;
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
if (player == 2) {
this.nextFrame();
}
}
onClipEvent (enterFrame) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
}
Symbol 1321 MovieClip Frame 14
stop();
Instance of Symbol 701 MovieClip in Symbol 1322 MovieClip Frame 1
onClipEvent (load) {
r = _root;
player = _parent._parent._parent.id;
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
if (player == 2) {
this.nextFrame();
}
}
onClipEvent (enterFrame) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
}
Instance of Symbol 701 MovieClip in Symbol 1323 MovieClip Frame 1
onClipEvent (load) {
r = _root;
player = _parent._parent._parent.id;
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
if (player == 2) {
this.nextFrame();
}
}
onClipEvent (enterFrame) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
}
Instance of Symbol 701 MovieClip in Symbol 1328 MovieClip Frame 1
onClipEvent (load) {
r = _root;
player = _parent._parent._parent.id;
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
if (player == 2) {
this.nextFrame();
}
}
onClipEvent (enterFrame) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
}
Symbol 1328 MovieClip Frame 46
stop();
Instance of Symbol 701 MovieClip in Symbol 1329 MovieClip Frame 1
onClipEvent (load) {
r = _root;
player = _parent._parent._parent.id;
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
if (player == 2) {
this.nextFrame();
}
}
onClipEvent (enterFrame) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
}
Instance of Symbol 701 MovieClip in Symbol 1334 MovieClip Frame 1
onClipEvent (load) {
r = _root;
player = _parent._parent._parent.id;
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
if (player == 2) {
this.nextFrame();
}
}
onClipEvent (enterFrame) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
}
Instance of Symbol 893 MovieClip in Symbol 1334 MovieClip Frame 6
onClipEvent (load) {
player = _parent._parent._parent.id;
ted = _root.didIHit(player, this);
}
onClipEvent (enterFrame) {
ted = _root.didIHit(player, this);
}
Instance of Symbol 1331 MovieClip in Symbol 1334 MovieClip Frame 9
onClipEvent (load) {
player = _parent._parent._parent.id;
_root.didIHit(player, this);
}
Symbol 1334 MovieClip Frame 11
stop();
Instance of Symbol 701 MovieClip in Symbol 1335 MovieClip Frame 1
onClipEvent (load) {
r = _root;
player = _parent._parent._parent.id;
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
if (player == 2) {
this.nextFrame();
}
}
onClipEvent (enterFrame) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
}
Symbol 1335 MovieClip Frame 6
stop();
Instance of Symbol 701 MovieClip in Symbol 1336 MovieClip Frame 1
onClipEvent (load) {
r = _root;
player = _parent._parent._parent.id;
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
if (player == 2) {
this.nextFrame();
}
}
onClipEvent (enterFrame) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
}
Instance of Symbol 701 MovieClip in Symbol 1337 MovieClip Frame 22
onClipEvent (load) {
r = _root;
player = _parent._parent._parent.id;
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
if (player == 2) {
this.nextFrame();
}
}
onClipEvent (enterFrame) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
}
Symbol 1337 MovieClip Frame 43
_parent.gotoAndStop("idle");
Instance of Symbol 701 MovieClip in Symbol 1340 MovieClip Frame 1
onClipEvent (load) {
r = _root;
player = _parent._parent._parent.id;
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
if (player == 2) {
this.nextFrame();
}
}
onClipEvent (enterFrame) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
}
Instance of Symbol 1338 MovieClip in Symbol 1340 MovieClip Frame 2
onClipEvent (load) {
player = _parent._parent._parent.id;
ted = _root.didIHit(player, this);
}
onClipEvent (enterFrame) {
ted = _root.didIHit(player, this);
}
Instance of Symbol 701 MovieClip in Symbol 1346 MovieClip Frame 1
onClipEvent (load) {
r = _root;
player = _parent._parent._parent.id;
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
if (player == 2) {
this.nextFrame();
}
}
onClipEvent (enterFrame) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
}
Instance of Symbol 1341 MovieClip in Symbol 1346 MovieClip Frame 4
onClipEvent (load) {
player = _parent._parent._parent.id;
_root.didIHit(player, this);
}
Instance of Symbol 1341 MovieClip in Symbol 1346 MovieClip Frame 5
onClipEvent (load) {
player = _parent._parent._parent.id;
ted = _root.didIHit(player, this);
}
onClipEvent (enterFrame) {
ted = _root.didIHit(player, this);
}
Instance of Symbol 701 MovieClip in Symbol 1352 MovieClip Frame 1
onClipEvent (load) {
r = _root;
player = _parent._parent._parent.id;
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
if (player == 2) {
this.nextFrame();
}
}
onClipEvent (enterFrame) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
}
Instance of Symbol 893 MovieClip "hitbox" in Symbol 1352 MovieClip Frame 1
onClipEvent (load) {
player = _parent._parent._parent.id;
if (player == 1) {
oplayer = 2;
} else {
oplayer = 1;
}
cp = _root.mainStage["p" + player];
rp = _root.mainStage["p" + oplayer];
if (cp.mc.getDepth() < rp.mc.getDepth()) {
cp.mc.swapDepths(rp.mc);
}
}
Instance of Symbol 1350 MovieClip in Symbol 1352 MovieClip Frame 17
onClipEvent (load) {
player = _parent._parent._parent.id;
_root.didIHit(player, this);
}
Instance of Symbol 1350 MovieClip in Symbol 1352 MovieClip Frame 19
onClipEvent (load) {
player = _parent._parent._parent.id;
ted = _root.didIHit(player, this);
}
onClipEvent (enterFrame) {
ted = _root.didIHit(player, this);
}
Instance of Symbol 701 MovieClip in Symbol 1354 MovieClip Frame 1
onClipEvent (load) {
r = _root;
player = _parent._parent._parent.id;
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
if (player == 2) {
this.nextFrame();
}
}
onClipEvent (enterFrame) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
}
Instance of Symbol 701 MovieClip in Symbol 1357 MovieClip Frame 1
onClipEvent (load) {
r = _root;
player = _parent._parent._parent.id;
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
if (player == 2) {
this.nextFrame();
}
}
onClipEvent (enterFrame) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
}
Instance of Symbol 1356 MovieClip in Symbol 1357 MovieClip Frame 11
onClipEvent (load) {
player = _parent._parent._parent.id;
ted = _root.didIHit(player, this);
}
onClipEvent (enterFrame) {
ted = _root.didIHit(player, this);
}
Symbol 1357 MovieClip Frame 19
path = _root.mainStage["p" + _parent._parent.id];
path.mc._x = path.mc._x + (path.facing * 242.9);
Symbol 1365 MovieClip Frame 1
gotoAndStop(_parent.weapon + 1);
Symbol 1371 MovieClip Frame 1
gotoAndStop(_parent.weapon + 1);
Symbol 1371 MovieClip Frame 2
stop();
Symbol 1371 MovieClip Frame 3
stop();
Symbol 1371 MovieClip Frame 4
stop();
Symbol 1371 MovieClip Frame 5
stop();
Instance of Symbol 701 MovieClip in Symbol 1372 MovieClip Frame 1
onClipEvent (load) {
r = _root;
player = _parent._parent._parent.id;
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
if (player == 2) {
this.nextFrame();
}
}
onClipEvent (enterFrame) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
}
Instance of Symbol 1359 MovieClip in Symbol 1372 MovieClip Frame 1
onClipEvent (load) {
_parent.weapon = Math.ceil(Math.random() * 4);
trace("p" + _parent.weapon);
}
Instance of Symbol 1371 MovieClip in Symbol 1372 MovieClip Frame 7
onClipEvent (load) {
player = _parent._parent._parent.id;
ted = _root.didIHit(player, this);
}
onClipEvent (enterFrame) {
ted = _root.didIHit(player, this);
}
Instance of Symbol 1371 MovieClip in Symbol 1372 MovieClip Frame 11
onClipEvent (load) {
player = _parent._parent._parent.id;
ted = _root.didIHit(player, this);
}
onClipEvent (enterFrame) {
ted = _root.didIHit(player, this);
}
Instance of Symbol 1371 MovieClip in Symbol 1372 MovieClip Frame 16
onClipEvent (load) {
player = _parent._parent._parent.id;
ted = _root.didIHit(player, this);
}
onClipEvent (enterFrame) {
ted = _root.didIHit(player, this);
}
Instance of Symbol 1365 MovieClip in Symbol 1372 MovieClip Frame 25
onClipEvent (load) {
player = _parent._parent._parent.id;
ted = _root.didIHit(player, this);
}
onClipEvent (enterFrame) {
ted = _root.didIHit(player, this);
}
Instance of Symbol 1371 MovieClip in Symbol 1372 MovieClip Frame 26
onClipEvent (load) {
player = _parent._parent._parent.id;
ted = _root.didIHit(player, this);
}
onClipEvent (enterFrame) {
ted = _root.didIHit(player, this);
}
Instance of Symbol 701 MovieClip in Symbol 1375 MovieClip Frame 1
onClipEvent (load) {
r = _root;
player = _parent._parent._parent.id;
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
if (player == 2) {
this.nextFrame();
}
}
onClipEvent (enterFrame) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
}
Instance of Symbol 1331 MovieClip in Symbol 1375 MovieClip Frame 4
onClipEvent (load) {
player = _parent._parent._parent.id;
ted = _root.didIHit(player, this);
}
onClipEvent (enterFrame) {
ted = _root.didIHit(player, this);
}
Instance of Symbol 701 MovieClip in Symbol 1377 MovieClip Frame 1
onClipEvent (load) {
r = _root;
player = _parent._parent._parent.id;
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
if (player == 2) {
this.nextFrame();
}
}
onClipEvent (enterFrame) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
}
Instance of Symbol 1376 MovieClip in Symbol 1377 MovieClip Frame 6
onClipEvent (load) {
player = _parent._parent._parent.id;
ted = _root.didIHit(player, this);
}
onClipEvent (enterFrame) {
ted = _root.didIHit(player, this);
}
Instance of Symbol 701 MovieClip in Symbol 1379 MovieClip Frame 1
onClipEvent (load) {
r = _root;
player = _parent._parent._parent.id;
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
if (player == 2) {
this.nextFrame();
}
}
onClipEvent (enterFrame) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
}
Instance of Symbol 1378 MovieClip in Symbol 1379 MovieClip Frame 5
onClipEvent (load) {
player = _parent._parent._parent.id;
ted = _root.didIHit(player, this);
}
onClipEvent (enterFrame) {
ted = _root.didIHit(player, this);
}
Instance of Symbol 701 MovieClip in Symbol 1380 MovieClip Frame 1
onClipEvent (load) {
r = _root;
player = _parent._parent._parent.id;
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
if (player == 2) {
this.nextFrame();
}
}
onClipEvent (enterFrame) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
}
Instance of Symbol 1376 MovieClip in Symbol 1380 MovieClip Frame 3
onClipEvent (load) {
player = _parent._parent._parent.id;
ted = _root.didIHit(player, this);
}
onClipEvent (enterFrame) {
ted = _root.didIHit(player, this);
}
Symbol 1381 MovieClip Frame 1
stop();
Instance of Symbol 352 MovieClip in Symbol 1394 MovieClip Frame 1
onClipEvent (load) {
r = _root;
player = _parent._parent._parent.id;
if (player) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
if (player == 2) {
this.nextframe();
}
}
}
onClipEvent (enterFrame) {
if (player) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
}
}
Instance of Symbol 352 MovieClip in Symbol 1395 MovieClip Frame 1
onClipEvent (load) {
r = _root;
player = _parent._parent._parent.id;
if (player) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
if (player == 2) {
this.nextframe();
}
}
}
onClipEvent (enterFrame) {
if (player) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
}
}
Instance of Symbol 352 MovieClip in Symbol 1396 MovieClip Frame 1
onClipEvent (load) {
r = _root;
player = _parent._parent._parent.id;
if (player) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
if (player == 2) {
this.nextframe();
}
}
}
onClipEvent (enterFrame) {
if (player) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
}
}
Instance of Symbol 352 MovieClip in Symbol 1399 MovieClip Frame 1
onClipEvent (load) {
r = _root;
player = _parent._parent._parent.id;
if (player) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
if (player == 2) {
this.nextframe();
}
}
}
onClipEvent (enterFrame) {
if (player) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
}
}
Symbol 1399 MovieClip Frame 11
player = _parent._parent.id;
_root.mainStage["p" + player].stamina = _root.mainStage["p" + player].stamina + 1;
Symbol 1399 MovieClip Frame 15
player = _parent._parent.id;
_root.mainStage["p" + player].stamina = _root.mainStage["p" + player].stamina + 1;
Symbol 1399 MovieClip Frame 20
player = _parent._parent.id;
_root.mainStage["p" + player].stamina = _root.mainStage["p" + player].stamina + 1;
Symbol 1399 MovieClip Frame 24
player = _parent._parent.id;
_root.mainStage["p" + player].stamina = _root.mainStage["p" + player].stamina + 1;
Instance of Symbol 352 MovieClip in Symbol 1400 MovieClip Frame 1
onClipEvent (load) {
r = _root;
player = _parent._parent._parent.id;
if (player) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
if (player == 2) {
this.nextframe();
}
}
}
onClipEvent (enterFrame) {
if (player) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
}
}
Instance of Symbol 352 MovieClip in Symbol 1400 MovieClip Frame 5
onClipEvent (load) {
r = _root;
player = _parent._parent._parent.id;
if (player) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
if (player == 2) {
this.nextframe();
}
}
}
onClipEvent (enterFrame) {
if (player) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
}
}
Symbol 1400 MovieClip Frame 16
stop();
Instance of Symbol 352 MovieClip in Symbol 1401 MovieClip Frame 1
onClipEvent (load) {
r = _root;
player = _parent._parent._parent.id;
if (player) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
if (player == 2) {
this.nextframe();
}
}
}
onClipEvent (enterFrame) {
if (player) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
}
}
Instance of Symbol 352 MovieClip in Symbol 1404 MovieClip Frame 1
onClipEvent (load) {
r = _root;
player = _parent._parent._parent.id;
if (player) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
if (player == 2) {
this.nextframe();
}
}
}
onClipEvent (enterFrame) {
if (player) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
}
}
Symbol 1404 MovieClip Frame 8
stop();
Instance of Symbol 352 MovieClip in Symbol 1407 MovieClip Frame 1
onClipEvent (load) {
r = _root;
player = _parent._parent._parent.id;
if (player) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
if (player == 2) {
this.nextframe();
}
}
}
onClipEvent (enterFrame) {
if (player) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
}
}
Instance of Symbol 352 MovieClip in Symbol 1408 MovieClip Frame 1
onClipEvent (load) {
r = _root;
player = _parent._parent._parent.id;
if (player) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
if (player == 2) {
this.nextframe();
}
}
}
onClipEvent (enterFrame) {
if (player) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
}
}
Instance of Symbol 352 MovieClip in Symbol 1411 MovieClip Frame 1
onClipEvent (load) {
r = _root;
player = _parent._parent._parent.id;
if (player) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
if (player == 2) {
this.nextframe();
}
}
}
onClipEvent (enterFrame) {
if (player) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
}
}
Symbol 1411 MovieClip Frame 44
stop();
Instance of Symbol 352 MovieClip in Symbol 1413 MovieClip Frame 1
onClipEvent (load) {
r = _root;
player = _parent._parent._parent.id;
if (player) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
if (player == 2) {
this.nextframe();
}
}
}
onClipEvent (enterFrame) {
if (player) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
}
}
Instance of Symbol 1412 MovieClip in Symbol 1413 MovieClip Frame 3
onClipEvent (load) {
player = _parent._parent._parent.id;
_root.didIHit(player, this);
}
Instance of Symbol 1412 MovieClip in Symbol 1413 MovieClip Frame 5
onClipEvent (load) {
player = _parent._parent._parent.id;
ted = _root.didIHit(player, this);
}
onClipEvent (enterFrame) {
ted = _root.didIHit(player, this);
}
Instance of Symbol 352 MovieClip in Symbol 1414 MovieClip Frame 1
onClipEvent (load) {
r = _root;
player = _parent._parent._parent.id;
if (player) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
if (player == 2) {
this.nextframe();
}
}
}
onClipEvent (enterFrame) {
if (player) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
}
}
Symbol 1414 MovieClip Frame 3
stop();
Instance of Symbol 352 MovieClip in Symbol 1415 MovieClip Frame 1
onClipEvent (load) {
r = _root;
player = _parent._parent._parent.id;
if (player) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
if (player == 2) {
this.nextframe();
}
}
}
onClipEvent (enterFrame) {
if (player) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
}
}
Instance of Symbol 352 MovieClip in Symbol 1426 MovieClip Frame 1
onClipEvent (load) {
r = _root;
player = _parent._parent._parent.id;
if (player) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
if (player == 2) {
this.nextframe();
}
}
}
onClipEvent (enterFrame) {
if (player) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
}
}
Symbol 1426 MovieClip Frame 38
_parent.gotoAndStop("idle");
Instance of Symbol 352 MovieClip in Symbol 1431 MovieClip Frame 1
onClipEvent (load) {
r = _root;
player = _parent._parent._parent.id;
if (player) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
if (player == 2) {
this.nextframe();
}
}
}
onClipEvent (enterFrame) {
if (player) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
}
}
Instance of Symbol 1412 MovieClip in Symbol 1431 MovieClip Frame 4
onClipEvent (load) {
player = _parent._parent._parent.id;
ted = _root.didIHit(player, this);
}
onClipEvent (enterFrame) {
ted = _root.didIHit(player, this);
}
Instance of Symbol 352 MovieClip in Symbol 1433 MovieClip Frame 1
onClipEvent (load) {
r = _root;
player = _parent._parent._parent.id;
if (player) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
if (player == 2) {
this.nextframe();
}
}
}
onClipEvent (enterFrame) {
if (player) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
}
}
Instance of Symbol 1412 MovieClip in Symbol 1433 MovieClip Frame 3
onClipEvent (load) {
player = _parent._parent._parent.id;
ted = _root.didIHit(player, this);
}
onClipEvent (enterFrame) {
ted = _root.didIHit(player, this);
}
Instance of Symbol 352 MovieClip in Symbol 1449 MovieClip Frame 1
onClipEvent (load) {
r = _root;
player = _parent._parent._parent.id;
if (player) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
if (player == 2) {
this.nextframe();
}
}
}
onClipEvent (enterFrame) {
if (player) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
}
}
Instance of Symbol 1439 MovieClip in Symbol 1449 MovieClip Frame 19
onClipEvent (load) {
player = _parent._parent._parent.id;
ted = _root.didIHit(player, this);
}
onClipEvent (enterFrame) {
ted = _root.didIHit(player, this);
}
Instance of Symbol 1439 MovieClip in Symbol 1449 MovieClip Frame 26
onClipEvent (load) {
player = _parent._parent._parent.id;
ted = _root.didIHit(player, this);
}
onClipEvent (enterFrame) {
ted = _root.didIHit(player, this);
}
Instance of Symbol 1439 MovieClip in Symbol 1449 MovieClip Frame 29
onClipEvent (load) {
player = _parent._parent._parent.id;
_root.didIHit(player, this);
}
Instance of Symbol 1439 MovieClip in Symbol 1449 MovieClip Frame 30
onClipEvent (load) {
player = _parent._parent._parent.id;
ted = _root.didIHit(player, this);
}
onClipEvent (enterFrame) {
ted = _root.didIHit(player, this);
}
Instance of Symbol 1439 MovieClip in Symbol 1449 MovieClip Frame 33
onClipEvent (load) {
player = _parent._parent._parent.id;
ted = _root.didIHit(player, this);
}
onClipEvent (enterFrame) {
ted = _root.didIHit(player, this);
}
Instance of Symbol 1412 MovieClip in Symbol 1449 MovieClip Frame 37
onClipEvent (load) {
player = _parent._parent._parent.id;
ted = _root.didIHit(player, this);
}
onClipEvent (enterFrame) {
ted = _root.didIHit(player, this);
}
Instance of Symbol 1412 MovieClip in Symbol 1449 MovieClip Frame 38
onClipEvent (load) {
player = _parent._parent._parent.id;
ted = _root.didIHit(player, this);
}
onClipEvent (enterFrame) {
ted = _root.didIHit(player, this);
}
Instance of Symbol 352 MovieClip in Symbol 1450 MovieClip Frame 1
onClipEvent (load) {
r = _root;
player = _parent._parent._parent.id;
if (player) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
if (player == 2) {
this.nextframe();
}
}
}
onClipEvent (enterFrame) {
if (player) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
}
}
Instance of Symbol 893 MovieClip "hitbox" in Symbol 1450 MovieClip Frame 7
onClipEvent (load) {
player = _parent._parent._parent.id;
if (player == 1) {
oplayer = 2;
} else {
oplayer = 1;
}
if (!_root.mainStage["p" + oplayer].jump) {
ted = _root.didIHit(player, this);
}
}
onClipEvent (enterFrame) {
if (!_root.mainStage["p" + oplayer].jump) {
ted = _root.didIHit(player, this);
}
}
Instance of Symbol 352 MovieClip in Symbol 1461 MovieClip Frame 1
onClipEvent (load) {
r = _root;
player = _parent._parent._parent.id;
if (player) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
if (player == 2) {
this.nextframe();
}
}
}
onClipEvent (enterFrame) {
if (player) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
}
}
Instance of Symbol 1453 MovieClip in Symbol 1461 MovieClip Frame 3
onClipEvent (load) {
player = _parent._parent._parent.id;
ted = _root.didIHit(player, this);
}
onClipEvent (enterFrame) {
ted = _root.didIHit(player, this);
}
Instance of Symbol 1455 MovieClip in Symbol 1461 MovieClip Frame 4
onClipEvent (load) {
player = _parent._parent._parent.id;
ted = _root.didIHit(player, this);
}
onClipEvent (enterFrame) {
ted = _root.didIHit(player, this);
}
Instance of Symbol 1457 MovieClip in Symbol 1461 MovieClip Frame 6
onClipEvent (load) {
player = _parent._parent._parent.id;
ted = _root.didIHit(player, this);
}
onClipEvent (enterFrame) {
ted = _root.didIHit(player, this);
}
Instance of Symbol 1459 MovieClip in Symbol 1461 MovieClip Frame 7
onClipEvent (load) {
player = _parent._parent._parent.id;
ted = _root.didIHit(player, this);
}
onClipEvent (enterFrame) {
ted = _root.didIHit(player, this);
}
Instance of Symbol 352 MovieClip in Symbol 1473 MovieClip Frame 1
onClipEvent (load) {
r = _root;
player = _parent._parent._parent.id;
if (player) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
if (player == 2) {
this.nextframe();
}
}
}
onClipEvent (enterFrame) {
if (player) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
}
}
Instance of Symbol 1470 MovieClip in Symbol 1473 MovieClip Frame 10
onClipEvent (load) {
player = _parent._parent._parent.id;
ted = _root.didIHit(player, this);
}
onClipEvent (enterFrame) {
ted = _root.didIHit(player, this);
}
Instance of Symbol 1412 MovieClip in Symbol 1473 MovieClip Frame 22
onClipEvent (load) {
player = _parent._parent._parent.id;
ted = _root.didIHit(player, this);
}
onClipEvent (enterFrame) {
ted = _root.didIHit(player, this);
}
Instance of Symbol 352 MovieClip in Symbol 1474 MovieClip Frame 1
onClipEvent (load) {
r = _root;
player = _parent._parent._parent.id;
if (player) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
if (player == 2) {
this.nextframe();
}
}
}
onClipEvent (enterFrame) {
if (player) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
}
}
Instance of Symbol 1412 MovieClip in Symbol 1474 MovieClip Frame 6
onClipEvent (load) {
player = _parent._parent._parent.id;
ted = _root.didIHit(player, this);
}
onClipEvent (enterFrame) {
ted = _root.didIHit(player, this);
}
Instance of Symbol 893 MovieClip in Symbol 1474 MovieClip Frame 6
onClipEvent (load) {
player = _parent._parent._parent.id;
ted = _root.didIHit(player, this);
}
onClipEvent (enterFrame) {
ted = _root.didIHit(player, this);
}
Instance of Symbol 352 MovieClip in Symbol 1476 MovieClip Frame 1
onClipEvent (load) {
r = _root;
player = _parent._parent._parent.id;
if (player) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
if (player == 2) {
this.nextframe();
}
}
}
onClipEvent (enterFrame) {
if (player) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
}
}
Instance of Symbol 1475 MovieClip in Symbol 1476 MovieClip Frame 4
onClipEvent (load) {
player = _parent._parent._parent.id;
ted = _root.didIHit(player, this);
}
onClipEvent (enterFrame) {
ted = _root.didIHit(player, this);
}
Instance of Symbol 352 MovieClip in Symbol 1477 MovieClip Frame 1
onClipEvent (load) {
r = _root;
player = _parent._parent._parent.id;
if (player) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
if (player == 2) {
this.nextframe();
}
}
}
onClipEvent (enterFrame) {
if (player) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
}
}
Instance of Symbol 1412 MovieClip in Symbol 1477 MovieClip Frame 3
onClipEvent (load) {
player = _parent._parent._parent.id;
ted = _root.didIHit(player, this);
}
onClipEvent (enterFrame) {
ted = _root.didIHit(player, this);
}
Instance of Symbol 352 MovieClip in Symbol 1478 MovieClip Frame 1
onClipEvent (load) {
r = _root;
player = _parent._parent._parent.id;
if (player) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
if (player == 2) {
this.nextframe();
}
}
}
onClipEvent (enterFrame) {
if (player) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
}
}
Instance of Symbol 1475 MovieClip in Symbol 1478 MovieClip Frame 4
onClipEvent (load) {
player = _parent._parent._parent.id;
ted = _root.didIHit(player, this);
}
onClipEvent (enterFrame) {
ted = _root.didIHit(player, this);
}
Symbol 1479 MovieClip Frame 1
stop();
Instance of Symbol 411 MovieClip in Symbol 1482 MovieClip Frame 1
onClipEvent (load) {
r = _root;
player = _parent._parent._parent.id;
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
if (player == 2) {
this.nextFrame();
}
}
onClipEvent (enterFrame) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
}
Instance of Symbol 411 MovieClip in Symbol 1483 MovieClip Frame 1
onClipEvent (load) {
r = _root;
player = _parent._parent._parent.id;
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
if (player == 2) {
this.nextFrame();
}
}
onClipEvent (enterFrame) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
}
Instance of Symbol 411 MovieClip in Symbol 1484 MovieClip Frame 1
onClipEvent (load) {
r = _root;
player = _parent._parent._parent.id;
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
if (player == 2) {
this.nextFrame();
}
}
onClipEvent (enterFrame) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
}
Instance of Symbol 411 MovieClip in Symbol 1522 MovieClip Frame 1
onClipEvent (load) {
r = _root;
player = _parent._parent._parent.id;
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
if (player == 2) {
this.nextFrame();
}
}
onClipEvent (enterFrame) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
}
Symbol 1522 MovieClip Frame 15
player = _parent._parent.id;
_root.mainStage["p" + player].stamina = _root.mainStage["p" + player].stamina + 1;
Symbol 1522 MovieClip Frame 21
player = _parent._parent.id;
_root.mainStage["p" + player].stamina = _root.mainStage["p" + player].stamina + 1;
Symbol 1522 MovieClip Frame 28
player = _parent._parent.id;
_root.mainStage["p" + player].stamina = _root.mainStage["p" + player].stamina + 1;
Symbol 1522 MovieClip Frame 34
player = _parent._parent.id;
_root.mainStage["p" + player].stamina = _root.mainStage["p" + player].stamina + 1;
Symbol 1522 MovieClip Frame 37
player = _parent._parent.id;
_root.mainStage["p" + player].stamina = _root.mainStage["p" + player].stamina + 1;
Symbol 1522 MovieClip Frame 40
player = _parent._parent.id;
_root.mainStage["p" + player].stamina = _root.mainStage["p" + player].stamina + 1;
Instance of Symbol 411 MovieClip in Symbol 1523 MovieClip Frame 1
onClipEvent (load) {
r = _root;
player = _parent._parent._parent.id;
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
if (player == 2) {
this.nextFrame();
}
}
onClipEvent (enterFrame) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
}
Symbol 1523 MovieClip Frame 6
stop();
Instance of Symbol 411 MovieClip in Symbol 1524 MovieClip Frame 1
onClipEvent (load) {
r = _root;
player = _parent._parent._parent.id;
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
if (player == 2) {
this.nextFrame();
}
}
onClipEvent (enterFrame) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
}
Symbol 1524 MovieClip Frame 7
stop();
Instance of Symbol 411 MovieClip in Symbol 1525 MovieClip Frame 1
onClipEvent (load) {
r = _root;
player = _parent._parent._parent.id;
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
if (player == 2) {
this.nextFrame();
}
}
onClipEvent (enterFrame) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
}
Instance of Symbol 411 MovieClip in Symbol 1526 MovieClip Frame 1
onClipEvent (load) {
r = _root;
player = _parent._parent._parent.id;
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
if (player == 2) {
this.nextFrame();
}
}
onClipEvent (enterFrame) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
}
Symbol 1526 MovieClip Frame 6
stop();
Instance of Symbol 411 MovieClip in Symbol 1529 MovieClip Frame 1
onClipEvent (load) {
r = _root;
player = _parent._parent._parent.id;
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
if (player == 2) {
this.nextFrame();
}
}
onClipEvent (enterFrame) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
}
Instance of Symbol 411 MovieClip in Symbol 1531 MovieClip Frame 1
onClipEvent (load) {
r = _root;
player = _parent._parent._parent.id;
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
if (player == 2) {
this.nextFrame();
}
}
onClipEvent (enterFrame) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
}
Instance of Symbol 411 MovieClip in Symbol 1531 MovieClip Frame 35
onClipEvent (load) {
r = _root;
player = _parent._parent._parent.id;
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
if (player == 2) {
this.nextFrame();
}
}
onClipEvent (enterFrame) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
}
Instance of Symbol 411 MovieClip in Symbol 1531 MovieClip Frame 37
onClipEvent (load) {
r = _root;
player = _parent._parent._parent.id;
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
if (player == 2) {
this.nextFrame();
}
}
onClipEvent (enterFrame) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
}
Symbol 1531 MovieClip Frame 96
stop();
Instance of Symbol 411 MovieClip in Symbol 1537 MovieClip Frame 1
onClipEvent (load) {
r = _root;
player = _parent._parent._parent.id;
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
if (player == 2) {
this.nextFrame();
}
}
onClipEvent (enterFrame) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
}
Instance of Symbol 1532 MovieClip in Symbol 1537 MovieClip Frame 1
onClipEvent (load) {
player = _parent._parent._parent.id;
_root.didIHit(player, this);
}
Instance of Symbol 1536 MovieClip in Symbol 1537 MovieClip Frame 3
onClipEvent (load) {
player = _parent._parent._parent.id;
_root.didIHit(player, this);
}
Symbol 1537 MovieClip Frame 7
stop();
Instance of Symbol 411 MovieClip in Symbol 1539 MovieClip Frame 1
onClipEvent (load) {
r = _root;
player = _parent._parent._parent.id;
if (player) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
if (player == 2) {
this.nextFrame();
}
}
}
onClipEvent (enterFrame) {
if (player) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
}
}
Symbol 1539 MovieClip Frame 5
stop();
Instance of Symbol 411 MovieClip in Symbol 1542 MovieClip Frame 1
onClipEvent (load) {
r = _root;
player = _parent._parent._parent.id;
if (player) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
if (player == 2) {
this.nextFrame();
}
}
}
onClipEvent (enterFrame) {
if (player) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
}
}
Instance of Symbol 411 MovieClip in Symbol 1553 MovieClip Frame 1
onClipEvent (load) {
r = _root;
player = _parent._parent._parent.id;
if (player) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
if (player == 2) {
this.nextFrame();
}
}
}
onClipEvent (enterFrame) {
if (player) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
}
}
Symbol 1553 MovieClip Frame 42
_parent.gotoAndStop("idle");
Instance of Symbol 411 MovieClip in Symbol 1555 MovieClip Frame 1
onClipEvent (load) {
r = _root;
player = _parent._parent._parent.id;
if (player) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
if (player == 2) {
this.nextFrame();
}
}
}
onClipEvent (enterFrame) {
if (player) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
}
}
Instance of Symbol 1554 MovieClip in Symbol 1555 MovieClip Frame 4
onClipEvent (load) {
player = _parent._parent._parent.id;
ted = _root.didIHit(player, this);
}
onClipEvent (enterFrame) {
ted = _root.didIHit(player, this);
}
Instance of Symbol 411 MovieClip in Symbol 1564 MovieClip Frame 1
onClipEvent (load) {
r = _root;
player = _parent._parent._parent.id;
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
if (player == 2) {
this.nextFrame();
}
}
onClipEvent (enterFrame) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
}
Instance of Symbol 1558 MovieClip in Symbol 1564 MovieClip Frame 3
onClipEvent (load) {
player = _parent._parent._parent.id;
ted = _root.didIHit(player, this);
}
onClipEvent (enterFrame) {
ted = _root.didIHit(player, this);
}
Instance of Symbol 1563 MovieClip in Symbol 1564 MovieClip Frame 4
onClipEvent (load) {
player = _parent._parent._parent.id;
ted = _root.didIHit(player, this);
}
onClipEvent (enterFrame) {
ted = _root.didIHit(player, this);
}
Instance of Symbol 411 MovieClip in Symbol 1573 MovieClip Frame 1
onClipEvent (load) {
r = _root;
player = _parent._parent._parent.id;
if (player) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
if (player == 2) {
this.nextFrame();
}
}
}
onClipEvent (enterFrame) {
if (player) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
}
}
Instance of Symbol 1568 MovieClip in Symbol 1573 MovieClip Frame 3
onClipEvent (load) {
player = _parent._parent._parent.id;
ted = _root.didIHit(player, this);
}
onClipEvent (enterFrame) {
ted = _root.didIHit(player, this);
}
Instance of Symbol 1568 MovieClip in Symbol 1573 MovieClip Frame 5
onClipEvent (load) {
player = _parent._parent._parent.id;
ted = _root.didIHit(player, this);
}
onClipEvent (enterFrame) {
ted = _root.didIHit(player, this);
}
Instance of Symbol 1568 MovieClip in Symbol 1573 MovieClip Frame 8
onClipEvent (load) {
player = _parent._parent._parent.id;
ted = _root.didIHit(player, this);
}
onClipEvent (enterFrame) {
ted = _root.didIHit(player, this);
}
Instance of Symbol 1568 MovieClip in Symbol 1573 MovieClip Frame 12
onClipEvent (load) {
player = _parent._parent._parent.id;
ted = _root.didIHit(player, this);
}
onClipEvent (enterFrame) {
ted = _root.didIHit(player, this);
}
Instance of Symbol 1568 MovieClip in Symbol 1573 MovieClip Frame 13
onClipEvent (load) {
player = _parent._parent._parent.id;
ted = _root.didIHit(player, this);
}
onClipEvent (enterFrame) {
ted = _root.didIHit(player, this);
}
Instance of Symbol 1571 MovieClip in Symbol 1573 MovieClip Frame 19
onClipEvent (load) {
player = _parent._parent._parent.id;
ted = _root.didIHit(player, this);
}
onClipEvent (enterFrame) {
ted = _root.didIHit(player, this);
}
Instance of Symbol 1568 MovieClip in Symbol 1573 MovieClip Frame 19
onClipEvent (load) {
player = _parent._parent._parent.id;
ted = _root.didIHit(player, this);
}
onClipEvent (enterFrame) {
ted = _root.didIHit(player, this);
}
Instance of Symbol 1568 MovieClip in Symbol 1573 MovieClip Frame 28
onClipEvent (load) {
player = _parent._parent._parent.id;
ted = _root.didIHit(player, this);
}
onClipEvent (enterFrame) {
ted = _root.didIHit(player, this);
}
Instance of Symbol 411 MovieClip in Symbol 1585 MovieClip Frame 1
onClipEvent (load) {
r = _root;
player = _parent._parent._parent.id;
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
}
onClipEvent (enterFrame) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
}
Instance of Symbol 893 MovieClip in Symbol 1585 MovieClip Frame 15
onClipEvent (load) {
player = _parent._parent._parent.id;
cp = _root.mainStage["p" + player];
_root.freeze = true;
if (!cp.jump) {
ted = _root.didIHit(player, this);
}
}
onClipEvent (enterFrame) {
_root.freeze = true;
if (!cp.jump) {
ted = _root.didIHit(player, this);
}
}
Instance of Symbol 411 MovieClip in Symbol 1589 MovieClip Frame 1
onClipEvent (load) {
r = _root;
player = _parent._parent._parent.id;
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
}
onClipEvent (enterFrame) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
}
Instance of Symbol 1587 MovieClip in Symbol 1589 MovieClip Frame 18
onClipEvent (load) {
player = _parent._parent._parent.id;
ted = _root.didIHit(player, this);
}
onClipEvent (enterFrame) {
ted = _root.didIHit(player, this);
}
Instance of Symbol 411 MovieClip in Symbol 1596 MovieClip Frame 1
onClipEvent (load) {
r = _root;
player = _parent._parent._parent.id;
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
if (player == 2) {
this.nextFrame();
}
}
onClipEvent (enterFrame) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
}
Instance of Symbol 1595 MovieClip in Symbol 1596 MovieClip Frame 34
onClipEvent (load) {
player = _parent._parent._parent.id;
ted = _root.didIHit(player, this);
}
onClipEvent (enterFrame) {
ted = _root.didIHit(player, this);
}
Instance of Symbol 411 MovieClip in Symbol 1598 MovieClip Frame 1
onClipEvent (load) {
r = _root;
player = _parent._parent._parent.id;
if (player) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
if (player == 2) {
this.nextFrame();
}
}
}
onClipEvent (enterFrame) {
if (player) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
}
}
Instance of Symbol 1597 MovieClip in Symbol 1598 MovieClip Frame 6
onClipEvent (load) {
player = _parent._parent._parent.id;
ted = _root.didIHit(player, this);
}
onClipEvent (enterFrame) {
ted = _root.didIHit(player, this);
}
Instance of Symbol 1571 MovieClip in Symbol 1598 MovieClip Frame 7
onClipEvent (load) {
player = _parent._parent._parent.id;
ted = _root.didIHit(player, this);
}
onClipEvent (enterFrame) {
ted = _root.didIHit(player, this);
}
Instance of Symbol 411 MovieClip in Symbol 1605 MovieClip Frame 1
onClipEvent (load) {
r = _root;
player = _parent._parent._parent.id;
if (player) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
if (player == 2) {
this.nextFrame();
}
}
}
onClipEvent (enterFrame) {
if (player) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
}
}
Instance of Symbol 1601 MovieClip in Symbol 1605 MovieClip Frame 6
onClipEvent (load) {
player = _parent._parent._parent.id;
ted = _root.didIHit(player, this);
}
onClipEvent (enterFrame) {
ted = _root.didIHit(player, this);
}
Instance of Symbol 1604 MovieClip in Symbol 1605 MovieClip Frame 7
onClipEvent (load) {
player = _parent._parent._parent.id;
ted = _root.didIHit(player, this);
}
onClipEvent (enterFrame) {
ted = _root.didIHit(player, this);
}
Instance of Symbol 411 MovieClip in Symbol 1606 MovieClip Frame 1
onClipEvent (load) {
r = _root;
player = _parent._parent._parent.id;
if (player) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
if (player == 2) {
this.nextFrame();
}
}
}
onClipEvent (enterFrame) {
if (player) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
}
}
Instance of Symbol 1554 MovieClip in Symbol 1606 MovieClip Frame 3
onClipEvent (load) {
player = _parent._parent._parent.id;
ted = _root.didIHit(player, this);
}
onClipEvent (enterFrame) {
ted = _root.didIHit(player, this);
}
Instance of Symbol 411 MovieClip in Symbol 1610 MovieClip Frame 1
onClipEvent (load) {
r = _root;
player = _parent._parent._parent.id;
if (player) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
if (player == 2) {
this.nextFrame();
}
}
}
onClipEvent (enterFrame) {
if (player) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
}
}
Instance of Symbol 893 MovieClip in Symbol 1610 MovieClip Frame 4
onClipEvent (load) {
player = _parent._parent._parent.id;
ted = _root.didIHit(player, this);
}
onClipEvent (enterFrame) {
ted = _root.didIHit(player, this);
}
Symbol 1611 MovieClip Frame 1
stop();
Symbol 1635 MovieClip Frame 8
player = _parent._parent.id;
_root.mainStage["p" + player].stamina = _root.mainStage["p" + player].stamina + 2;
Symbol 1635 MovieClip Frame 22
player = _parent._parent.id;
_root.mainStage["p" + player].stamina = _root.mainStage["p" + player].stamina + 2;
Symbol 1635 MovieClip Frame 34
player = _parent._parent.id;
_root.mainStage["p" + player].stamina = _root.mainStage["p" + player].stamina + 3;
Symbol 1639 MovieClip Frame 4
stop();
Symbol 1640 MovieClip Frame 14
stop();
Symbol 1642 MovieClip Frame 4
stop();
Symbol 1646 MovieClip Frame 10
stop();
Symbol 1649 MovieClip Frame 5
stop();
Instance of Symbol 1651 MovieClip in Symbol 1660 MovieClip Frame 4
onClipEvent (load) {
player = _parent._parent._parent.id;
ted = _root.didIHit(player, this);
}
onClipEvent (enterFrame) {
ted = _root.didIHit(player, this);
}
Instance of Symbol 1653 MovieClip in Symbol 1660 MovieClip Frame 5
onClipEvent (load) {
player = _parent._parent._parent.id;
ted = _root.didIHit(player, this);
}
onClipEvent (enterFrame) {
ted = _root.didIHit(player, this);
}
Instance of Symbol 1655 MovieClip in Symbol 1660 MovieClip Frame 6
onClipEvent (load) {
player = _parent._parent._parent.id;
ted = _root.didIHit(player, this);
}
onClipEvent (enterFrame) {
ted = _root.didIHit(player, this);
}
Instance of Symbol 1657 MovieClip in Symbol 1660 MovieClip Frame 7
onClipEvent (load) {
player = _parent._parent._parent.id;
ted = _root.didIHit(player, this);
}
onClipEvent (enterFrame) {
ted = _root.didIHit(player, this);
}
Instance of Symbol 1659 MovieClip in Symbol 1660 MovieClip Frame 8
onClipEvent (load) {
player = _parent._parent._parent.id;
ted = _root.didIHit(player, this);
}
onClipEvent (enterFrame) {
ted = _root.didIHit(player, this);
}
Instance of Symbol 1662 MovieClip in Symbol 1663 MovieClip Frame 4
onClipEvent (load) {
player = _parent._parent._parent.id;
_root.didIHit(player, this);
}
Instance of Symbol 1662 MovieClip in Symbol 1663 MovieClip Frame 5
onClipEvent (load) {
player = _parent._parent._parent.id;
ted = _root.didIHit(player, this);
}
onClipEvent (enterFrame) {
ted = _root.didIHit(player, this);
}
Instance of Symbol 1662 MovieClip in Symbol 1664 MovieClip Frame 4
onClipEvent (load) {
player = _parent._parent._parent.id;
ted = _root.didIHit(player, this);
}
onClipEvent (enterFrame) {
ted = _root.didIHit(player, this);
}
Instance of Symbol 1670 MovieClip in Symbol 1672 MovieClip Frame 24
onClipEvent (load) {
player = _parent._parent._parent.id;
ted = _root.didIHit(player, this);
}
onClipEvent (enterFrame) {
ted = _root.didIHit(player, this);
}
Instance of Symbol 1670 MovieClip in Symbol 1672 MovieClip Frame 27
onClipEvent (load) {
player = _parent._parent._parent.id;
ted = _root.didIHit(player, this);
}
onClipEvent (enterFrame) {
ted = _root.didIHit(player, this);
}
Instance of Symbol 893 MovieClip in Symbol 1679 MovieClip Frame 16
onClipEvent (load) {
player = _parent._parent._parent.id;
ted = _root.didIHit(player, this);
}
onClipEvent (enterFrame) {
ted = _root.didIHit(player, this);
}
Symbol 1681 MovieClip Frame 15
stop();
Symbol 1682 MovieClip Frame 15
stop();
Instance of Symbol 893 MovieClip "movement" in Symbol 1683 MovieClip Frame 16
onClipEvent (load) {
player = _parent._parent._parent.id;
cp = _root.mainStage["p" + player];
cp.chameleon = true;
}
onClipEvent (enterFrame) {
if (cp.pr) {
if (Key.isDown(cp.keyIns[2])) {
cp.mc._x = cp.mc._x - (cp.forwardSpeed - 4);
} else if (Key.isDown(cp.keyIns[3])) {
cp.mc._x = cp.mc._x + (cp.forwardSpeed + 4);
}
}
}
Instance of Symbol 893 MovieClip "movement" in Symbol 1683 MovieClip Frame 42
onClipEvent (load) {
player = _parent._parent._parent.id;
cp = _root.mainStage["p" + player];
cp.chameleon = false;
if (cp.ai) {
cp.mc._x = int(Math.random() * 500) - 385;
}
}
Symbol 1683 MovieClip Frame 56
stop();
Instance of Symbol 1685 MovieClip in Symbol 1687 MovieClip Frame 11
onClipEvent (load) {
player = _parent._parent._parent.id;
ted = _root.didIHit(player, this);
}
onClipEvent (enterFrame) {
ted = _root.didIHit(player, this);
}
Instance of Symbol 1685 MovieClip in Symbol 1687 MovieClip Frame 19
onClipEvent (load) {
player = _parent._parent._parent.id;
ted = _root.didIHit(player, this);
}
onClipEvent (enterFrame) {
ted = _root.didIHit(player, this);
}
Instance of Symbol 1685 MovieClip in Symbol 1687 MovieClip Frame 21
onClipEvent (load) {
player = _parent._parent._parent.id;
ted = _root.didIHit(player, this);
}
onClipEvent (enterFrame) {
ted = _root.didIHit(player, this);
}
Instance of Symbol 1689 MovieClip in Symbol 1690 MovieClip Frame 25
onClipEvent (load) {
player = _parent._parent._parent.id;
ted = _root.didIHit(player, this);
}
onClipEvent (enterFrame) {
ted = _root.didIHit(player, this);
}
Instance of Symbol 1691 MovieClip in Symbol 1692 MovieClip Frame 24
onClipEvent (load) {
player = _parent._parent._parent.id;
ted = _root.didIHit(player, this);
}
onClipEvent (enterFrame) {
ted = _root.didIHit(player, this);
}
Instance of Symbol 1662 MovieClip in Symbol 1693 MovieClip Frame 6
onClipEvent (load) {
player = _parent._parent._parent.id;
ted = _root.didIHit(player, this);
}
onClipEvent (enterFrame) {
ted = _root.didIHit(player, this);
}
Instance of Symbol 1662 MovieClip in Symbol 1694 MovieClip Frame 4
onClipEvent (load) {
player = _parent._parent._parent.id;
ted = _root.didIHit(player, this);
}
onClipEvent (enterFrame) {
ted = _root.didIHit(player, this);
}
Symbol 1695 MovieClip Frame 1
stop();
Instance of Symbol 243 MovieClip in Symbol 1696 MovieClip Frame 1
onClipEvent (load) {
r = _root;
player = _parent._parent._parent.id;
if (player == 2) {
this.nextFrame();
}
}
Instance of Symbol 254 MovieClip in Symbol 1696 MovieClip Frame 1
onClipEvent (load) {
r = _root;
player = _parent._parent._parent.id;
if (player) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
if (player == 2) {
this.nextFrame();
}
}
}
onClipEvent (enterFrame) {
if (player) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
}
}
Instance of Symbol 1698 MovieClip in Symbol 1699 MovieClip Frame 1
onClipEvent (load) {
player = _parent._parent._parent._parent._parent.id;
pl = _root.mainStage["p" + player];
}
onClipEvent (enterFrame) {
if (pl.facing == 1) {
_xscale = -100;
} else {
_xscale = 100;
}
}
Symbol 1700 MovieClip Frame 1
play();
Symbol 1701 MovieClip Frame 1
stop();
Instance of Symbol 1700 MovieClip in Symbol 1701 MovieClip Frame 2
onClipEvent (load) {
player = _parent._parent._parent.id;
trace("player" + player);
pl = _root.mainStage["p" + player];
pl.sbcprotect = 4;
}
onClipEvent (enterFrame) {
if (pl.sbcprotect < 4) {
bf1._alpha = 0;
}
if (pl.sbcprotect < 3) {
bf2._alpha = 0;
}
if (pl.sbcprotect < 2) {
bf3._alpha = 0;
}
if (pl.sbcprotect < 1) {
bf4._alpha = 0;
_parent.prevFrame();
}
}
Instance of Symbol 243 MovieClip in Symbol 1702 MovieClip Frame 1
onClipEvent (load) {
r = _root;
player = _parent._parent._parent.id;
if (player == 2) {
this.nextFrame();
}
}
Instance of Symbol 254 MovieClip in Symbol 1702 MovieClip Frame 1
onClipEvent (load) {
r = _root;
player = _parent._parent._parent.id;
if (player) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
if (player == 2) {
this.nextFrame();
}
}
}
onClipEvent (enterFrame) {
if (player) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
}
}
Instance of Symbol 243 MovieClip in Symbol 1703 MovieClip Frame 1
onClipEvent (load) {
r = _root;
player = _parent._parent._parent.id;
if (player == 2) {
this.nextFrame();
}
}
Instance of Symbol 254 MovieClip in Symbol 1703 MovieClip Frame 1
onClipEvent (load) {
r = _root;
player = _parent._parent._parent.id;
if (player) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
if (player == 2) {
this.nextFrame();
}
}
}
onClipEvent (enterFrame) {
if (player) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
}
}
Instance of Symbol 1698 MovieClip in Symbol 1704 MovieClip Frame 1
onClipEvent (load) {
player = _parent._parent._parent._parent._parent.id;
pl = _root.mainStage["p" + player];
}
onClipEvent (enterFrame) {
if (pl.facing == 1) {
_xscale = -100;
} else {
_xscale = 100;
}
}
Instance of Symbol 243 MovieClip in Symbol 1709 MovieClip Frame 1
onClipEvent (load) {
r = _root;
player = _parent._parent._parent.id;
if (player == 2) {
this.nextFrame();
}
}
Instance of Symbol 254 MovieClip in Symbol 1709 MovieClip Frame 1
onClipEvent (load) {
r = _root;
player = _parent._parent._parent.id;
if (player) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
if (player == 2) {
this.nextFrame();
}
}
}
onClipEvent (enterFrame) {
if (player) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
}
}
Symbol 1709 MovieClip Frame 10
player = _parent._parent.id;
_root.mainStage["p" + player].stamina = _root.mainStage["p" + player].stamina + 3;
Symbol 1709 MovieClip Frame 23
player = _parent._parent.id;
_root.mainStage["p" + player].stamina = _root.mainStage["p" + player].stamina + 1;
Symbol 1709 MovieClip Frame 25
player = _parent._parent.id;
_root.mainStage["p" + player].stamina = _root.mainStage["p" + player].stamina + 1;
Symbol 1709 MovieClip Frame 27
player = _parent._parent.id;
_root.mainStage["p" + player].stamina = _root.mainStage["p" + player].stamina + 1;
Instance of Symbol 243 MovieClip in Symbol 1710 MovieClip Frame 1
onClipEvent (load) {
r = _root;
player = _parent._parent._parent.id;
if (player == 2) {
this.nextFrame();
}
}
Instance of Symbol 254 MovieClip in Symbol 1710 MovieClip Frame 1
onClipEvent (load) {
r = _root;
player = _parent._parent._parent.id;
if (player) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
if (player == 2) {
this.nextFrame();
}
}
}
onClipEvent (enterFrame) {
if (player) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
}
}
Symbol 1710 MovieClip Frame 5
stop();
Instance of Symbol 243 MovieClip in Symbol 1711 MovieClip Frame 1
onClipEvent (load) {
r = _root;
player = _parent._parent._parent.id;
if (player == 2) {
this.nextFrame();
}
}
Instance of Symbol 254 MovieClip in Symbol 1711 MovieClip Frame 1
onClipEvent (load) {
r = _root;
player = _parent._parent._parent.id;
if (player) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
if (player == 2) {
this.nextFrame();
}
}
}
onClipEvent (enterFrame) {
if (player) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
}
}
Symbol 1711 MovieClip Frame 10
stop();
Instance of Symbol 243 MovieClip in Symbol 1712 MovieClip Frame 1
onClipEvent (load) {
r = _root;
player = _parent._parent._parent.id;
if (player == 2) {
this.nextFrame();
}
}
Instance of Symbol 254 MovieClip in Symbol 1712 MovieClip Frame 1
onClipEvent (load) {
r = _root;
player = _parent._parent._parent.id;
if (player) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
if (player == 2) {
this.nextFrame();
}
}
}
onClipEvent (enterFrame) {
if (player) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
}
}
Instance of Symbol 243 MovieClip in Symbol 1713 MovieClip Frame 1
onClipEvent (load) {
r = _root;
player = _parent._parent._parent.id;
if (player == 2) {
this.nextFrame();
}
}
Instance of Symbol 254 MovieClip in Symbol 1713 MovieClip Frame 1
onClipEvent (load) {
r = _root;
player = _parent._parent._parent.id;
if (player) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
if (player == 2) {
this.nextFrame();
}
}
}
onClipEvent (enterFrame) {
if (player) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
}
}
Instance of Symbol 243 MovieClip in Symbol 1714 MovieClip Frame 1
onClipEvent (load) {
r = _root;
player = _parent._parent._parent.id;
if (player == 2) {
this.nextFrame();
}
}
Instance of Symbol 254 MovieClip in Symbol 1714 MovieClip Frame 1
onClipEvent (load) {
r = _root;
player = _parent._parent._parent.id;
if (player) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
if (player == 2) {
this.nextFrame();
}
}
}
onClipEvent (enterFrame) {
if (player) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
}
}
Instance of Symbol 243 MovieClip in Symbol 1715 MovieClip Frame 1
onClipEvent (load) {
r = _root;
player = _parent._parent._parent.id;
if (player == 2) {
this.nextFrame();
}
}
Instance of Symbol 254 MovieClip in Symbol 1715 MovieClip Frame 1
onClipEvent (load) {
r = _root;
player = _parent._parent._parent.id;
if (player) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
if (player == 2) {
this.nextFrame();
}
}
}
onClipEvent (enterFrame) {
if (player) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
}
}
Symbol 1715 MovieClip Frame 16
stop();
Instance of Symbol 243 MovieClip in Symbol 1734 MovieClip Frame 1
onClipEvent (load) {
r = _root;
player = _parent._parent._parent.id;
if (player == 2) {
this.nextFrame();
}
}
Instance of Symbol 254 MovieClip in Symbol 1734 MovieClip Frame 1
onClipEvent (load) {
r = _root;
player = _parent._parent._parent.id;
if (player) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
if (player == 2) {
this.nextFrame();
}
}
}
onClipEvent (enterFrame) {
if (player) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
}
}
Symbol 1734 MovieClip Frame 39
_parent.gotoAndStop("idle");
Instance of Symbol 243 MovieClip in Symbol 1736 MovieClip Frame 1
onClipEvent (load) {
r = _root;
player = _parent._parent._parent.id;
if (player == 2) {
this.nextFrame();
}
}
Instance of Symbol 254 MovieClip in Symbol 1736 MovieClip Frame 1
onClipEvent (load) {
r = _root;
player = _parent._parent._parent.id;
if (player) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
if (player == 2) {
this.nextFrame();
}
}
}
onClipEvent (enterFrame) {
if (player) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
}
}
Instance of Symbol 1735 MovieClip in Symbol 1736 MovieClip Frame 5
onClipEvent (load) {
player = _parent._parent._parent.id;
_root.didIHit(player, this);
}
Symbol 1736 MovieClip Frame 12
stop();
Instance of Symbol 243 MovieClip in Symbol 1737 MovieClip Frame 1
onClipEvent (load) {
r = _root;
player = _parent._parent._parent.id;
if (player == 2) {
this.nextFrame();
}
}
Instance of Symbol 254 MovieClip in Symbol 1737 MovieClip Frame 1
onClipEvent (load) {
r = _root;
player = _parent._parent._parent.id;
if (player) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
if (player == 2) {
this.nextFrame();
}
}
}
onClipEvent (enterFrame) {
if (player) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
}
}
Symbol 1737 MovieClip Frame 5
stop();
Instance of Symbol 243 MovieClip in Symbol 1738 MovieClip Frame 1
onClipEvent (load) {
r = _root;
player = _parent._parent._parent.id;
if (player == 2) {
this.nextFrame();
}
}
Instance of Symbol 254 MovieClip in Symbol 1738 MovieClip Frame 1
onClipEvent (load) {
r = _root;
player = _parent._parent._parent.id;
if (player) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
if (player == 2) {
this.nextFrame();
}
}
}
onClipEvent (enterFrame) {
if (player) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
}
}
Instance of Symbol 243 MovieClip in Symbol 1740 MovieClip Frame 1
onClipEvent (load) {
r = _root;
player = _parent._parent._parent.id;
if (player == 2) {
this.nextFrame();
}
}
Instance of Symbol 254 MovieClip in Symbol 1740 MovieClip Frame 1
onClipEvent (load) {
r = _root;
player = _parent._parent._parent.id;
if (player) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
if (player == 2) {
this.nextFrame();
}
}
}
onClipEvent (enterFrame) {
if (player) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
}
}
Instance of Symbol 1739 MovieClip in Symbol 1740 MovieClip Frame 2
onClipEvent (load) {
player = _parent._parent._parent.id;
ted = _root.didIHit(player, this);
}
onClipEvent (enterFrame) {
ted = _root.didIHit(player, this);
}
Instance of Symbol 1739 MovieClip in Symbol 1740 MovieClip Frame 3
onClipEvent (load) {
player = _parent._parent._parent.id;
_root.didIHit(player, this);
}
Instance of Symbol 243 MovieClip in Symbol 1741 MovieClip Frame 1
onClipEvent (load) {
r = _root;
player = _parent._parent._parent.id;
if (player == 2) {
this.nextFrame();
}
}
Instance of Symbol 254 MovieClip in Symbol 1741 MovieClip Frame 1
onClipEvent (load) {
r = _root;
player = _parent._parent._parent.id;
if (player) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
if (player == 2) {
this.nextFrame();
}
}
}
onClipEvent (enterFrame) {
if (player) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
}
}
Instance of Symbol 1735 MovieClip in Symbol 1741 MovieClip Frame 3
onClipEvent (load) {
player = _parent._parent._parent.id;
_root.didIHit(player, this);
}
Instance of Symbol 243 MovieClip in Symbol 1743 MovieClip Frame 1
onClipEvent (load) {
r = _root;
player = _parent._parent._parent.id;
if (player == 2) {
this.nextFrame();
}
}
Instance of Symbol 254 MovieClip in Symbol 1743 MovieClip Frame 1
onClipEvent (load) {
r = _root;
player = _parent._parent._parent.id;
if (player) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
if (player == 2) {
this.nextFrame();
}
}
}
onClipEvent (enterFrame) {
if (player) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
}
}
Instance of Symbol 1742 MovieClip in Symbol 1743 MovieClip Frame 17
onClipEvent (load) {
player = _parent._parent._parent.id;
ted = _root.didIHit(player, this);
}
onClipEvent (enterFrame) {
ted = _root.didIHit(player, this);
}
Instance of Symbol 1742 MovieClip in Symbol 1743 MovieClip Frame 17
onClipEvent (load) {
player = _parent._parent._parent.id;
ted = _root.didIHit(player, this);
}
onClipEvent (enterFrame) {
ted = _root.didIHit(player, this);
}
Instance of Symbol 1742 MovieClip in Symbol 1743 MovieClip Frame 18
onClipEvent (load) {
player = _parent._parent._parent.id;
ted = _root.didIHit(player, this);
}
onClipEvent (enterFrame) {
ted = _root.didIHit(player, this);
}
Instance of Symbol 1742 MovieClip in Symbol 1743 MovieClip Frame 18
onClipEvent (load) {
player = _parent._parent._parent.id;
ted = _root.didIHit(player, this);
}
onClipEvent (enterFrame) {
ted = _root.didIHit(player, this);
}
Instance of Symbol 1742 MovieClip in Symbol 1743 MovieClip Frame 18
onClipEvent (load) {
player = _parent._parent._parent.id;
ted = _root.didIHit(player, this);
}
onClipEvent (enterFrame) {
ted = _root.didIHit(player, this);
}
Instance of Symbol 1742 MovieClip in Symbol 1743 MovieClip Frame 19
onClipEvent (load) {
player = _parent._parent._parent.id;
ted = _root.didIHit(player, this);
}
onClipEvent (enterFrame) {
ted = _root.didIHit(player, this);
}
Instance of Symbol 1742 MovieClip in Symbol 1743 MovieClip Frame 19
onClipEvent (load) {
player = _parent._parent._parent.id;
ted = _root.didIHit(player, this);
}
onClipEvent (enterFrame) {
ted = _root.didIHit(player, this);
}
Instance of Symbol 1742 MovieClip in Symbol 1743 MovieClip Frame 20
onClipEvent (load) {
player = _parent._parent._parent.id;
ted = _root.didIHit(player, this);
}
onClipEvent (enterFrame) {
ted = _root.didIHit(player, this);
}
Instance of Symbol 1742 MovieClip in Symbol 1743 MovieClip Frame 20
onClipEvent (load) {
player = _parent._parent._parent.id;
ted = _root.didIHit(player, this);
}
onClipEvent (enterFrame) {
ted = _root.didIHit(player, this);
}
Instance of Symbol 1742 MovieClip in Symbol 1743 MovieClip Frame 21
onClipEvent (load) {
player = _parent._parent._parent.id;
ted = _root.didIHit(player, this);
}
onClipEvent (enterFrame) {
ted = _root.didIHit(player, this);
}
Instance of Symbol 1742 MovieClip in Symbol 1743 MovieClip Frame 22
onClipEvent (load) {
player = _parent._parent._parent.id;
ted = _root.didIHit(player, this);
}
onClipEvent (enterFrame) {
ted = _root.didIHit(player, this);
}
Instance of Symbol 1742 MovieClip in Symbol 1743 MovieClip Frame 22
onClipEvent (load) {
player = _parent._parent._parent.id;
ted = _root.didIHit(player, this);
}
onClipEvent (enterFrame) {
ted = _root.didIHit(player, this);
}
Instance of Symbol 1742 MovieClip in Symbol 1743 MovieClip Frame 22
onClipEvent (load) {
player = _parent._parent._parent.id;
ted = _root.didIHit(player, this);
}
onClipEvent (enterFrame) {
ted = _root.didIHit(player, this);
}
Instance of Symbol 1742 MovieClip in Symbol 1743 MovieClip Frame 23
onClipEvent (load) {
player = _parent._parent._parent.id;
ted = _root.didIHit(player, this);
}
onClipEvent (enterFrame) {
ted = _root.didIHit(player, this);
}
Instance of Symbol 243 MovieClip in Symbol 1744 MovieClip Frame 1
onClipEvent (load) {
r = _root;
player = _parent._parent._parent.id;
if (player == 2) {
this.nextFrame();
}
}
Instance of Symbol 254 MovieClip in Symbol 1744 MovieClip Frame 1
onClipEvent (load) {
r = _root;
player = _parent._parent._parent.id;
if (player) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
if (player == 2) {
this.nextFrame();
}
}
}
onClipEvent (enterFrame) {
if (player) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
}
}
Symbol 1744 MovieClip Frame 26
_parent.sbcshield.nextFrame();
Instance of Symbol 243 MovieClip in Symbol 1758 MovieClip Frame 1
onClipEvent (load) {
r = _root;
player = _parent._parent._parent.id;
if (player == 2) {
this.nextFrame();
}
}
Instance of Symbol 254 MovieClip in Symbol 1758 MovieClip Frame 1
onClipEvent (load) {
r = _root;
player = _parent._parent._parent.id;
if (player) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
if (player == 2) {
this.nextFrame();
}
}
}
onClipEvent (enterFrame) {
if (player) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
}
}
Instance of Symbol 1735 MovieClip in Symbol 1758 MovieClip Frame 5
onClipEvent (load) {
player = _parent._parent._parent.id;
ted = _root.didIHit(player, this);
}
onClipEvent (enterFrame) {
ted = _root.didIHit(player, this);
}
Instance of Symbol 1753 MovieClip in Symbol 1758 MovieClip Frame 6
onClipEvent (load) {
player = _parent._parent._parent.id;
ted = _root.didIHit(player, this);
}
onClipEvent (enterFrame) {
ted = _root.didIHit(player, this);
}
Instance of Symbol 1735 MovieClip in Symbol 1758 MovieClip Frame 11
onClipEvent (load) {
player = _parent._parent._parent.id;
ted = _root.didIHit(player, this);
}
onClipEvent (enterFrame) {
ted = _root.didIHit(player, this);
}
Instance of Symbol 243 MovieClip in Symbol 1763 MovieClip Frame 1
onClipEvent (load) {
r = _root;
player = _parent._parent._parent.id;
if (player == 2) {
this.nextFrame();
}
}
Instance of Symbol 254 MovieClip in Symbol 1763 MovieClip Frame 1
onClipEvent (load) {
r = _root;
player = _parent._parent._parent.id;
if (player) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
if (player == 2) {
this.nextFrame();
}
}
}
onClipEvent (enterFrame) {
if (player) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
}
}
Instance of Symbol 1761 MovieClip in Symbol 1763 MovieClip Frame 21
onClipEvent (load) {
player = _parent._parent._parent.id;
ted = _root.didIHit(player, this);
}
onClipEvent (enterFrame) {
ted = _root.didIHit(player, this);
}
Instance of Symbol 1762 MovieClip in Symbol 1763 MovieClip Frame 22
onClipEvent (load) {
player = _parent._parent._parent.id;
ted = _root.didIHit(player, this);
}
onClipEvent (enterFrame) {
ted = _root.didIHit(player, this);
}
Instance of Symbol 243 MovieClip in Symbol 1764 MovieClip Frame 1
onClipEvent (load) {
r = _root;
player = _parent._parent._parent.id;
if (player == 2) {
this.nextFrame();
}
}
Instance of Symbol 254 MovieClip in Symbol 1764 MovieClip Frame 1
onClipEvent (load) {
r = _root;
player = _parent._parent._parent.id;
if (player) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
if (player == 2) {
this.nextFrame();
}
}
}
onClipEvent (enterFrame) {
if (player) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
}
}
Instance of Symbol 1739 MovieClip in Symbol 1764 MovieClip Frame 5
onClipEvent (load) {
player = _parent._parent._parent.id;
ted = _root.didIHit(player, this);
}
onClipEvent (enterFrame) {
ted = _root.didIHit(player, this);
}
Symbol 1768 MovieClip Frame 1
stop();
Instance of Symbol 243 MovieClip in Symbol 1770 MovieClip Frame 1
onClipEvent (load) {
r = _root;
player = _parent._parent._parent.id;
if (player == 2) {
this.nextFrame();
}
}
Instance of Symbol 254 MovieClip in Symbol 1770 MovieClip Frame 1
onClipEvent (load) {
r = _root;
player = _parent._parent._parent.id;
if (player) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
if (player == 2) {
this.nextFrame();
}
}
}
onClipEvent (enterFrame) {
if (player) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
}
}
Instance of Symbol 1768 MovieClip in Symbol 1770 MovieClip Frame 5
onClipEvent (load) {
r = _root;
player = _parent._parent._parent.id;
if (player == 2) {
this.nextFrame();
}
}
Instance of Symbol 1769 MovieClip in Symbol 1770 MovieClip Frame 7
onClipEvent (load) {
player = _parent._parent._parent.id;
ted = _root.didIHit(player, this);
}
onClipEvent (enterFrame) {
ted = _root.didIHit(player, this);
}
Instance of Symbol 243 MovieClip in Symbol 1770 MovieClip Frame 7
onClipEvent (load) {
r = _root;
player = _parent._parent._parent.id;
if (player == 2) {
this.nextFrame();
}
}
Instance of Symbol 243 MovieClip in Symbol 1771 MovieClip Frame 1
onClipEvent (load) {
r = _root;
player = _parent._parent._parent.id;
if (player == 2) {
this.nextFrame();
}
}
Instance of Symbol 254 MovieClip in Symbol 1771 MovieClip Frame 1
onClipEvent (load) {
r = _root;
player = _parent._parent._parent.id;
if (player) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
if (player == 2) {
this.nextFrame();
}
}
}
onClipEvent (enterFrame) {
if (player) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
}
}
Instance of Symbol 1739 MovieClip in Symbol 1771 MovieClip Frame 6
onClipEvent (load) {
player = _parent._parent._parent.id;
ted = _root.didIHit(player, this);
}
onClipEvent (enterFrame) {
ted = _root.didIHit(player, this);
}
Instance of Symbol 243 MovieClip in Symbol 1772 MovieClip Frame 1
onClipEvent (load) {
r = _root;
player = _parent._parent._parent.id;
if (player == 2) {
this.nextFrame();
}
}
Instance of Symbol 254 MovieClip in Symbol 1772 MovieClip Frame 1
onClipEvent (load) {
r = _root;
player = _parent._parent._parent.id;
if (player) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
if (player == 2) {
this.nextFrame();
}
}
}
onClipEvent (enterFrame) {
if (player) {
health = r.mainStage["p" + player].health;
if (health < 80) {
hurt1._alpha = 100;
}
if (health < 60) {
hurt2._alpha = 100;
}
if (health < 40) {
hurt3._alpha = 100;
}
if (health < 20) {
hurt4._alpha = 100;
}
}
}
Instance of Symbol 1769 MovieClip in Symbol 1772 MovieClip Frame 5
onClipEvent (load) {
player = _parent._parent._parent.id;
ted = _root.didIHit(player, this);
}
onClipEvent (enterFrame) {
ted = _root.didIHit(player, this);
}
Symbol 1773 MovieClip Frame 1
stop();
Instance of Symbol 1800 MovieClip in Symbol 1818 MovieClip Frame 12
onClipEvent (load) {
player = _parent._parent._parent.id;
ted = _root.didIHit(player, this);
}
onClipEvent (enterFrame) {
ted = _root.didIHit(player, this);
}
Instance of Symbol 1800 MovieClip in Symbol 1818 MovieClip Frame 15
onClipEvent (load) {
player = _parent._parent._parent.id;
ted = _root.didIHit(player, this);
}
Instance of Symbol 1822 MovieClip in Symbol 1825 MovieClip Frame 14
onClipEvent (load) {
player = _parent._parent._parent.id;
ted = _root.didIHit(player, this);
}
onClipEvent (enterFrame) {
ted = _root.didIHit(player, this);
}
Instance of Symbol 1822 MovieClip in Symbol 1829 MovieClip Frame 9
onClipEvent (load) {
player = _parent._parent._parent.id;
ted = _root.didIHit(player, this);
}
onClipEvent (enterFrame) {
ted = _root.didIHit(player, this);
}
Instance of Symbol 1835 MovieClip in Symbol 1860 MovieClip Frame 20
onClipEvent (load) {
player = _parent._parent._parent.id;
ted = _root.didIHit(player, this);
}
onClipEvent (enterFrame) {
ted = _root.didIHit(player, this);
}
Instance of Symbol 1837 MovieClip in Symbol 1860 MovieClip Frame 21
onClipEvent (load) {
player = _parent._parent._parent.id;
ted = _root.didIHit(player, this);
}
onClipEvent (enterFrame) {
ted = _root.didIHit(player, this);
}
Instance of Symbol 1840 MovieClip in Symbol 1860 MovieClip Frame 22
onClipEvent (load) {
player = _parent._parent._parent.id;
ted = _root.didIHit(player, this);
}
onClipEvent (enterFrame) {
ted = _root.didIHit(player, this);
}
Instance of Symbol 1842 MovieClip in Symbol 1860 MovieClip Frame 23
onClipEvent (load) {
player = _parent._parent._parent.id;
ted = _root.didIHit(player, this);
}
onClipEvent (enterFrame) {
ted = _root.didIHit(player, this);
}
Instance of Symbol 1844 MovieClip in Symbol 1860 MovieClip Frame 24
onClipEvent (load) {
player = _parent._parent._parent.id;
ted = _root.didIHit(player, this);
}
onClipEvent (enterFrame) {
ted = _root.didIHit(player, this);
}
Instance of Symbol 1847 MovieClip in Symbol 1860 MovieClip Frame 25
onClipEvent (load) {
player = _parent._parent._parent.id;
ted = _root.didIHit(player, this);
}
onClipEvent (enterFrame) {
ted = _root.didIHit(player, this);
}
Instance of Symbol 1849 MovieClip in Symbol 1860 MovieClip Frame 26
onClipEvent (load) {
player = _parent._parent._parent.id;
ted = _root.didIHit(player, this);
}
onClipEvent (enterFrame) {
ted = _root.didIHit(player, this);
}
Instance of Symbol 1851 MovieClip in Symbol 1860 MovieClip Frame 27
onClipEvent (load) {
player = _parent._parent._parent.id;
ted = _root.didIHit(player, this);
}
onClipEvent (enterFrame) {
ted = _root.didIHit(player, this);
}
Instance of Symbol 1853 MovieClip in Symbol 1860 MovieClip Frame 29
onClipEvent (load) {
player = _parent._parent._parent.id;
ted = _root.didIHit(player, this);
}
onClipEvent (enterFrame) {
ted = _root.didIHit(player, this);
}
Symbol 1863 MovieClip Frame 9
stop();
Instance of Symbol 1868 MovieClip in Symbol 1874 MovieClip Frame 15
onClipEvent (load) {
player = _parent._parent._parent.id;
ted = _root.didIHit(player, this);
}
onClipEvent (enterFrame) {
ted = _root.didIHit(player, this);
}
Symbol 1887 MovieClip Frame 29
_parent.gotoAndStop("idle");
Symbol 1893 MovieClip Frame 28
stop();
Symbol 1895 MovieClip Frame 7
stop();
Symbol 1921 MovieClip Frame 75
stop();
Symbol 1922 MovieClip Frame 1
stop();
Symbol 1923 MovieClip Frame 1
stop();
Symbol 1950 MovieClip Frame 1
stop();
Symbol 1950 MovieClip Frame 6
stop();
Symbol 1950 MovieClip Frame 7
stop();
Symbol 1950 MovieClip Frame 8
stop();
Symbol 1950 MovieClip Frame 9
stop();
Symbol 1950 MovieClip Frame 10
stop();
Symbol 1950 MovieClip Frame 11
stop();
Symbol 1950 MovieClip Frame 12
stop();
Symbol 1950 MovieClip Frame 13
stop();
Symbol 1950 MovieClip Frame 14
stop();
Symbol 1950 MovieClip Frame 15
stop();
Symbol 1950 MovieClip Frame 16
stop();
Symbol 1957 MovieClip Frame 1
stop();
Symbol 1957 MovieClip Frame 2
stop();
Symbol 1957 MovieClip Frame 3
stop();
Symbol 1965 MovieClip Frame 1
stop();
Symbol 1965 MovieClip Frame 2
stop();
Symbol 1965 MovieClip Frame 3
stop();
Symbol 1965 MovieClip Frame 4
stop();
Symbol 1965 MovieClip Frame 5
stop();
Symbol 1965 MovieClip Frame 6
stop();
Symbol 1965 MovieClip Frame 7
stop();
Symbol 1965 MovieClip Frame 8
stop();
Symbol 1965 MovieClip Frame 9
stop();
Symbol 1965 MovieClip Frame 10
stop();
Symbol 1965 MovieClip Frame 11
stop();
Symbol 1965 MovieClip Frame 12
stop();
Symbol 1965 MovieClip Frame 13
stop();
Symbol 1965 MovieClip Frame 14
stop();
Symbol 1965 MovieClip Frame 15
stop();
Symbol 1965 MovieClip Frame 16
stop();
Symbol 1965 MovieClip Frame 17
stop();
Symbol 1965 MovieClip Frame 18
stop();
Symbol 1965 MovieClip Frame 19
stop();
Symbol 1965 MovieClip Frame 20
stop();
Symbol 1965 MovieClip Frame 21
stop();
Symbol 1966 MovieClip Frame 1
stop();
Symbol 1966 MovieClip Frame 2
stop();
Symbol 1966 MovieClip Frame 3
stop();
Symbol 1967 MovieClip Frame 1
stop();
Symbol 1967 MovieClip Frame 2
stop();
Symbol 1967 MovieClip Frame 3
stop();
Symbol 1967 MovieClip Frame 4
stop();
Symbol 1967 MovieClip Frame 5
stop();
Symbol 1967 MovieClip Frame 6
stop();
Symbol 1967 MovieClip Frame 7
stop();
Symbol 1967 MovieClip Frame 8
stop();
Symbol 1967 MovieClip Frame 9
stop();
Symbol 1967 MovieClip Frame 10
stop();
Symbol 1967 MovieClip Frame 11
stop();
Symbol 1967 MovieClip Frame 12
stop();
Symbol 1967 MovieClip Frame 13
stop();
Symbol 1967 MovieClip Frame 14
stop();
Symbol 1967 MovieClip Frame 15
stop();
Symbol 1967 MovieClip Frame 16
stop();
Symbol 1967 MovieClip Frame 17
stop();
Symbol 1967 MovieClip Frame 18
stop();
Symbol 1967 MovieClip Frame 19
stop();
Symbol 1967 MovieClip Frame 20
stop();
Symbol 1967 MovieClip Frame 21
stop();
Symbol 1970 MovieClip Frame 1
stop();
Symbol 2007 MovieClip Frame 1
pictures = 4;
gotoAndStop(Math.ceil(Math.random() * pictures));
Symbol 2028 MovieClip Frame 1
pictures = 3;
gotoAndStop(Math.ceil(Math.random() * pictures));
Symbol 2040 MovieClip Frame 1
pictures = 7;
gotoAndStop(Math.ceil(Math.random() * pictures));
Symbol 2042 MovieClip Frame 1
stop();
Symbol 2065 MovieClip Frame 1
stop();
Symbol 2075 MovieClip Frame 1
stop();
Symbol 2079 MovieClip Frame 1
stop();
Instance of Symbol 2077 MovieClip "fightText" in Symbol 2079 MovieClip Frame 1
onClipEvent (load) {
r = _root;
r.roundText.gotoAndStop(r.round);
}
Symbol 2082 MovieClip Frame 1
stop();
Symbol 2085 MovieClip Frame 1
stop();
Symbol 2088 MovieClip Frame 1
stop();
Symbol 2089 MovieClip Frame 1
stop();
Symbol 2097 MovieClip Frame 1
stop();
Symbol 2101 MovieClip Frame 1
stop();
Symbol 2105 MovieClip Frame 1
stop();
Symbol 2109 MovieClip Frame 1
stop();
Symbol 2110 MovieClip Frame 1
stop();
Symbol 2115 Button
on (release) {
p1 = _root.mainStage.p1;
p2 = _root.mainStage.p2;
_root.mainstage.paused = false;
_root.pausemenu._alpha = 0;
p1.mc.anim.fr.play();
p1.mc.anim.fr.frp1.play();
p1.mc.anim.fr.frp2.play();
p1.mc.anim.fr.frp3.play();
p1.mc.anim.fr.frp4.play();
p2.mc.anim.fr.play();
p2.mc.anim.fr.frp1.play();
p2.mc.anim.fr.frp2.play();
p2.mc.anim.fr.frp3.play();
p2.mc.anim.fr.frp4.play();
}
Symbol 2119 Button
on (release) {
stopAllSounds();
_root.gotoAndStop(2);
}
Symbol 2140 MovieClip Frame 1
stop();
Symbol 2150 MovieClip Frame 1
gotoAndStop(_root.chosen1 + 1);
Symbol 2152 MovieClip Frame 1
stopAllSounds();
Symbol 2152 MovieClip Frame 45
_parent.loserMC._alpha = 90;
Symbol 2152 MovieClip Frame 71
_parent.loserMC._alpha = 70;
Symbol 2152 MovieClip Frame 116
_parent.loserMC._alpha = 50;
Symbol 2152 MovieClip Frame 170
_parent.loserMC._alpha = 40;
Symbol 2152 MovieClip Frame 193
_parent.loserMC._alpha = 30;
Symbol 2152 MovieClip Frame 215
_parent.loserMC._alpha = 20;
Symbol 2152 MovieClip Frame 239
_parent.loserMC._alpha = 10;
Symbol 2152 MovieClip Frame 256
_parent.loserMC._alpha = 0;
_root.fightOrder = false;
Symbol 2152 MovieClip Frame 313
_root.gotoAndStop(2);
Symbol 2163 MovieClip Frame 1
gotoAndStop(_root.lastman + 1);
Symbol 2173 MovieClip Frame 1
gotoAndStop(_root.chosen1 + 1);
Symbol 2182 MovieClip Frame 1
gotoAndStop(_root.chosen1 + 1);
Symbol 2192 MovieClip Frame 1
gotoAndStop(_root.chosen1 + 1);
Symbol 2201 MovieClip Frame 1
gotoAndStop(_root.chosen1 + 1);
Symbol 2222 MovieClip Frame 1
gotoAndStop(_root.chosen1 + 1);
Symbol 2235 MovieClip Frame 1
gotoAndStop(_root.chosen1 + 1);
Symbol 2244 MovieClip Frame 1
gotoAndStop(_root.chosen1 + 1);
Symbol 2254 MovieClip Frame 1
gotoAndStop(_root.chosen1 + 1);