Frame 2
stopAllSounds();
_root.removeMovieClips = true;
stop();
_root.SecTime = 0;
_root.RSec = 0;
_root.CrapTimeMin = 0;
_root.createEmptyMovieClip("movFrameRate", 100);
_root.framelimit = 40;
_root.movFrameRate.onEnterFrame = function () {
this.t = getTimer();
this.frameRate = Math.round(1000 / (this.t - this.o));
if (_root.Game != "set") {
if (_root.Game != "Pause") {
this.timer = this.timer + 1;
_root.SecTime = _root.SecTime + 1;
if (_root.SecTime >= 40) {
_root.RSec = _root.RSec + 1;
_root.SecTime = 0;
}
if (_root.RSec >= 60) {
_root.CrapTimeMin = _root.CrapTimeMin + 1;
_root.RSec = 0;
}
}
}
if (this.frameRate >= _root.framelimit) {
this.frameRate = _root.framelimit;
}
if (this.timer >= 10) {
_root.framer.text = this.frameRate;
_root.Hud.framer.text = this.frameRate;
this.timer = 0;
}
_root.Hud.CrapTimeSec.text = _root.RSec;
_root.Hud.CrapTimeMin.text = _root.CrapTimeMin;
this.o = this.t;
};
numb = 0;
Cpu1 = 0;
Cpu2 = 0;
Cpu3 = 0;
timernumb = 0;
PName = "You";
PName2 = "RedBox";
PName3 = "SpiningBox";
PName4 = "CrazyHead";
ResetScore = 0;
CountKill = 0;
UpdateScore = false;
var recArray = new Array();
recArray.push({name:PName, zip:numb, zip2:0});
recArray.push({name:PName2, zip:Cpu1, zip2:0});
recArray.push({name:PName3, zip:Cpu2, zip2:0});
recArray.push({name:PName4, zip:Cpu3, zip2:0});
recArray.sortOn(["zip", "zip2"]);
displayArray(recArray);
var i = 0;
while (i < recArray.length) {
trace(recArray[i].name + " Added");
i++;
}
onEnterFrame = function () {
function itemHandler1(obj, item) {
}
_quality = "LOW";
var _local3 = new ContextMenu();
_local3.hideBuiltInItems();
item1 = new ContextMenuItem("Made By ongokiller50 HAHA U CANT CHEAT", itemHandler1);
item2 = new ContextMenuItem("Quality is low", itemHandler1);
_local3.customItems.push(item1);
_local3.customItems.push(item2);
_root.menu = _local3;
_root.Focus._x = _root.Cam._x;
_root.Focus._y = _root.Cam._y;
_root.Focus._xscale = _root.Cam._xscale;
_root.Focus._yscale = _root.Cam._yscale;
_root.Hud._x = _root.Cam._x;
_root.Hud._y = _root.Cam._y;
_root.Hud._xscale = _root.Cam._xscale;
_root.Hud._yscale = _root.Cam._yscale;
_root.SB._x = _root.Cam._x;
_root.SB._y = _root.Cam._y;
_root.SB._xscale = _root.Cam._xscale;
_root.SB._yscale = _root.Cam._yscale;
if (_root.Hud.Kills > CountKill) {
CountKill = CountKill + 1;
timernumb = 10;
}
if ((_root.SB.S01.text == PName) && (_root.Hud.Placein._currentframe != 1)) {
_root.Hud.Placein.gotoAndStop(1);
}
if ((_root.SB.S02.text == PName) && (_root.Hud.Placein._currentframe != 2)) {
_root.Hud.Placein.gotoAndStop(2);
}
if ((_root.SB.S03.text == PName) && (_root.Hud.Placein._currentframe != 3)) {
_root.Hud.Placein.gotoAndStop(3);
}
if ((_root.SB.S04.text == PName) && (_root.Hud.Placein._currentframe != 4)) {
_root.Hud.Placein.gotoAndStop(4);
}
if ((_root.SB.S05.text == PName) && (_root.Hud.Placein._currentframe != 5)) {
_root.Hud.Placein.gotoAndStop(5);
}
if ((_root.SB.S06.text == PName) && (_root.Hud.Placein._currentframe != 6)) {
_root.Hud.Placein.gotoAndStop(6);
}
if (UpdateScore) {
if (ResetScore == 1) {
playerN1.zip = 0;
playerN1.zip2 = 0;
playerN2.zip = 0;
playerN2.zip2 = 0;
playerN3.zip = 0;
playerN3.zip2 = 0;
playerN4.zip = 0;
playerN4.zip2 = 0;
playerN5.zip = 0;
playerN5.zip2 = 0;
playerN6.zip = 0;
playerN6.zip2 = 0;
ResetScore = 0;
}
if (ResetScore == 2) {
delete recArray;
}
if (timernumb == 10) {
numb = numb + 1;
Mykills = Mykills + 1;
if (playerN1.name == PName) {
if (playerN1.zip2 <= 8) {
playerN1.zip2 = playerN1.zip2 + 1;
} else {
playerN1.zip = playerN1.zip + 1;
playerN1.zip2 = 0;
}
}
if (playerN2.name == PName) {
if (playerN2.zip2 <= 8) {
playerN2.zip2 = playerN2.zip2 + 1;
} else {
playerN2.zip = playerN2.zip + 1;
playerN2.zip2 = 0;
}
}
if (playerN3.name == PName) {
if (playerN3.zip2 <= 8) {
playerN3.zip2 = playerN3.zip2 + 1;
} else {
playerN3.zip = playerN3.zip + 1;
playerN3.zip2 = 0;
}
}
if (playerN4.name == PName) {
if (playerN4.zip2 <= 8) {
playerN4.zip2 = playerN4.zip2 + 1;
} else {
playerN4.zip = playerN4.zip + 1;
playerN4.zip2 = 0;
}
}
if (playerN5.name == PName) {
if (playerN5.zip2 <= 8) {
playerN5.zip2 = playerN5.zip2 + 1;
} else {
playerN5.zip = playerN5.zip + 1;
playerN5.zip2 = 0;
}
}
if (playerN6.name == PName) {
if (playerN6.zip2 <= 8) {
playerN6.zip2 = playerN6.zip2 + 1;
} else {
playerN6.zip = playerN6.zip + 1;
playerN6.zip2 = 0;
}
}
timernumb = 0;
}
if (timernumb == 11) {
Cpu1 = Cpu1 + 1;
if (playerN1.name == PName2) {
if (playerN1.zip2 <= 8) {
playerN1.zip2 = playerN1.zip2 + 1;
} else {
playerN1.zip = playerN1.zip + 1;
playerN1.zip2 = 0;
}
}
if (playerN2.name == PName2) {
if (playerN2.zip2 <= 8) {
playerN2.zip2 = playerN2.zip2 + 1;
} else {
playerN2.zip = playerN2.zip + 1;
playerN2.zip2 = 0;
}
}
if (playerN3.name == PName2) {
if (playerN3.zip2 <= 8) {
playerN3.zip2 = playerN3.zip2 + 1;
} else {
playerN3.zip = playerN3.zip + 1;
playerN3.zip2 = 0;
}
}
if (playerN4.name == PName2) {
if (playerN4.zip2 <= 8) {
playerN4.zip2 = playerN4.zip2 + 1;
} else {
playerN4.zip = playerN4.zip + 1;
playerN4.zip2 = 0;
}
}
if (playerN5.name == PName2) {
if (playerN5.zip2 <= 8) {
playerN5.zip2 = playerN5.zip2 + 1;
} else {
playerN5.zip = playerN5.zip + 1;
playerN5.zip2 = 0;
}
}
if (playerN6.name == PName2) {
if (playerN6.zip2 <= 8) {
playerN6.zip2 = playerN6.zip2 + 1;
} else {
playerN6.zip = playerN6.zip + 1;
playerN6.zip2 = 0;
}
}
timernumb = 0;
}
if (timernumb == 12) {
Cpu2 = Cpu2 + 1;
if (playerN1.name == PName3) {
if (playerN1.zip2 <= 8) {
playerN1.zip2 = playerN1.zip2 + 1;
} else {
playerN1.zip = playerN1.zip + 1;
playerN1.zip2 = 0;
}
}
if (playerN2.name == PName3) {
if (playerN2.zip2 <= 8) {
playerN2.zip2 = playerN2.zip2 + 1;
} else {
playerN2.zip = playerN2.zip + 1;
playerN2.zip2 = 0;
}
}
if (playerN3.name == PName3) {
if (playerN3.zip2 <= 8) {
playerN3.zip2 = playerN3.zip2 + 1;
} else {
playerN3.zip = playerN3.zip + 1;
playerN3.zip2 = 0;
}
}
if (playerN4.name == PName3) {
if (playerN4.zip2 <= 8) {
playerN4.zip2 = playerN4.zip2 + 1;
} else {
playerN4.zip = playerN4.zip + 1;
playerN4.zip2 = 0;
}
}
if (playerN5.name == PName3) {
if (playerN5.zip2 <= 8) {
playerN5.zip2 = playerN5.zip2 + 1;
} else {
playerN5.zip = playerN5.zip + 1;
playerN5.zip2 = 0;
}
}
if (playerN6.name == PName3) {
if (playerN6.zip2 <= 8) {
playerN6.zip2 = playerN6.zip2 + 1;
} else {
playerN6.zip = playerN6.zip + 1;
playerN6.zip2 = 0;
}
}
timernumb = 0;
}
if (timernumb == 13) {
Cpu3 = Cpu3 + 1;
if (playerN1.name == PName4) {
if (playerN1.zip2 <= 8) {
playerN1.zip2 = playerN1.zip2 + 1;
} else {
playerN1.zip = playerN1.zip + 1;
playerN1.zip2 = 0;
}
}
if (playerN2.name == PName4) {
if (playerN2.zip2 <= 8) {
playerN2.zip2 = playerN2.zip2 + 1;
} else {
playerN2.zip = playerN2.zip + 1;
playerN2.zip2 = 0;
}
}
if (playerN3.name == PName4) {
if (playerN3.zip2 <= 8) {
playerN3.zip2 = playerN3.zip2 + 1;
} else {
playerN3.zip = playerN3.zip + 1;
playerN3.zip2 = 0;
}
}
if (playerN4.name == PName4) {
if (playerN4.zip2 <= 8) {
playerN4.zip2 = playerN4.zip2 + 1;
} else {
playerN4.zip = playerN4.zip + 1;
playerN4.zip2 = 0;
}
}
if (playerN5.name == PName4) {
if (playerN5.zip2 <= 8) {
playerN5.zip2 = playerN5.zip2 + 1;
} else {
playerN5.zip = playerN5.zip + 1;
playerN5.zip2 = 0;
}
}
if (playerN6.name == PName4) {
if (playerN6.zip2 <= 8) {
playerN6.zip2 = playerN6.zip2 + 1;
} else {
playerN6.zip = playerN6.zip + 1;
playerN6.zip2 = 0;
}
}
timernumb = 0;
}
if (timernumb == 14) {
Cpu4 = Cpu4 + 1;
if (playerN1.name == PName5) {
if (playerN1.zip2 <= 8) {
playerN1.zip2 = playerN1.zip2 + 1;
} else {
playerN1.zip = playerN1.zip + 1;
playerN1.zip2 = 0;
}
}
if (playerN2.name == PName5) {
if (playerN2.zip2 <= 8) {
playerN2.zip2 = playerN2.zip2 + 1;
} else {
playerN2.zip = playerN2.zip + 1;
playerN2.zip2 = 0;
}
}
if (playerN3.name == PName5) {
if (playerN3.zip2 <= 8) {
playerN3.zip2 = playerN3.zip2 + 1;
} else {
playerN3.zip = playerN3.zip + 1;
playerN3.zip2 = 0;
}
}
if (playerN4.name == PName5) {
if (playerN4.zip2 <= 8) {
playerN4.zip2 = playerN4.zip2 + 1;
} else {
playerN4.zip = playerN4.zip + 1;
playerN4.zip2 = 0;
}
}
if (playerN5.name == PName5) {
if (playerN5.zip2 <= 8) {
playerN5.zip2 = playerN5.zip2 + 1;
} else {
playerN5.zip = playerN5.zip + 1;
playerN5.zip2 = 0;
}
}
if (playerN6.name == PName5) {
if (playerN6.zip2 <= 8) {
playerN6.zip2 = playerN6.zip2 + 1;
} else {
playerN6.zip = playerN6.zip + 1;
playerN6.zip2 = 0;
}
}
timernumb = 0;
}
if (timernumb == 15) {
Cpu5 = Cpu5 + 1;
if (playerN1.name == PName6) {
if (playerN1.zip2 <= 8) {
playerN1.zip2 = playerN1.zip2 + 1;
} else {
playerN1.zip = playerN1.zip + 1;
playerN1.zip2 = 0;
}
}
if (playerN2.name == PName6) {
if (playerN2.zip2 <= 8) {
playerN2.zip2 = playerN2.zip2 + 1;
} else {
playerN2.zip = playerN2.zip + 1;
playerN2.zip2 = 0;
}
}
if (playerN3.name == PName6) {
if (playerN3.zip2 <= 8) {
playerN3.zip2 = playerN3.zip2 + 1;
} else {
playerN3.zip = playerN3.zip + 1;
playerN3.zip2 = 0;
}
}
if (playerN4.name == PName6) {
if (playerN4.zip2 <= 8) {
playerN4.zip2 = playerN4.zip2 + 1;
} else {
playerN4.zip = playerN4.zip + 1;
playerN4.zip2 = 0;
}
}
if (playerN5.name == PName6) {
if (playerN5.zip2 <= 8) {
playerN5.zip2 = playerN5.zip2 + 1;
} else {
playerN5.zip = playerN5.zip + 1;
playerN5.zip2 = 0;
}
}
if (playerN6.name == PName6) {
if (playerN6.zip2 <= 8) {
playerN6.zip2 = playerN6.zip2 + 1;
} else {
playerN6.zip = playerN6.zip + 1;
playerN6.zip2 = 0;
}
}
timernumb = 0;
}
var _local2 = 0;
while (_local2 < recArray.length) {
recArray.sortOn(["zip", "zip2"]);
playerN1 = recArray[_local2];
playerN2 = recArray[_local2 - 1];
playerN3 = recArray[_local2 - 2];
playerN4 = recArray[_local2 - 3];
playerN5 = recArray[_local2 - 4];
playerN6 = recArray[_local2 - 5];
_root.SB.S01.text = recArray[_local2].name;
_root.SB.S02.text = recArray[_local2 - 1].name;
_root.SB.S03.text = recArray[_local2 - 2].name;
_root.SB.S04.text = recArray[_local2 - 3].name;
_root.SB.S05.text = recArray[_local2 - 4].name;
_root.SB.S06.text = recArray[_local2 - 5].name;
_root.SB.Sk01.text = recArray[_local2].zip;
_root.SB.Skk01.text = recArray[_local2].zip2;
_root.SB.Sk02.text = recArray[_local2 - 1].zip;
_root.SB.Skk02.text = recArray[_local2 - 1].zip2;
_root.SB.Sk03.text = recArray[_local2 - 2].zip;
_root.SB.Skk03.text = recArray[_local2 - 2].zip2;
_root.SB.Sk04.text = recArray[_local2 - 3].zip;
_root.SB.Skk04.text = recArray[_local2 - 3].zip2;
_root.SB.Sk05.text = recArray[_local2 - 4].zip;
_root.SB.Skk05.text = recArray[_local2 - 4].zip2;
_root.SB.Sk06.text = recArray[_local2 - 5].zip;
_root.SB.Skk06.text = recArray[_local2 - 5].zip2;
_local2++;
}
UpdateScore = false;
}
};
Frame 3
_root.removeMovieClips = true;
stop();
HP1 = new Sound();
HP1.attachSound("hardpunch1");
HP2 = new Sound();
HP2.attachSound("hardpunch2");
HP3 = new Sound();
HP3.attachSound("hardpunch3");
Twack1 = new Sound();
Twack1.attachSound("Twack1");
Twack2 = new Sound();
Twack2.attachSound("Twack2");
BB = new Sound();
BB.attachSound("Breakbone");
HandSlap1 = new Sound();
HandSlap1.attachSound("HandSlap1");
Instance of Symbol 279 MovieClip in Frame 3
onClipEvent (load) {
if (_root.Dif == "N") {
gotoAndStop (1);
} else {
gotoAndStop (2);
}
}
onClipEvent (enterFrame) {
if (_root.Dif == "N") {
gotoAndStop (1);
} else {
gotoAndStop (2);
}
}
Frame 4
_root.removeMovieClips = true;
stop();
ResetScore = 2;
Instance of Symbol 338 MovieClip in Frame 4
onClipEvent (load) {
if (_root.Check03 && (_root.Check04)) {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
}
onClipEvent (enterFrame) {
if (_root.Check03 && (_root.Check04)) {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
}
Instance of Symbol 341 MovieClip in Frame 4
onClipEvent (load) {
if (_root.Check01 == true) {
gotoAndStop (1);
} else {
gotoAndStop (2);
}
}
onClipEvent (enterFrame) {
if (_root.Check01 == true) {
gotoAndStop (1);
} else {
gotoAndStop (2);
}
}
Instance of Symbol 341 MovieClip in Frame 4
onClipEvent (load) {
if (_root.Check02 == true) {
gotoAndStop (1);
} else {
gotoAndStop (2);
}
}
onClipEvent (enterFrame) {
if (_root.Check02 == true) {
gotoAndStop (1);
} else {
gotoAndStop (2);
}
}
Instance of Symbol 341 MovieClip in Frame 4
onClipEvent (load) {
if (_root.Check03 == true) {
gotoAndStop (1);
} else {
gotoAndStop (2);
}
}
onClipEvent (enterFrame) {
if (_root.Check03 == true) {
gotoAndStop (1);
} else {
gotoAndStop (2);
}
}
Instance of Symbol 341 MovieClip in Frame 4
onClipEvent (load) {
if (_root.Check04 == true) {
gotoAndStop (1);
} else {
gotoAndStop (2);
}
}
onClipEvent (enterFrame) {
if (_root.Check04 == true) {
gotoAndStop (1);
} else {
gotoAndStop (2);
}
}
Instance of Symbol 341 MovieClip in Frame 4
onClipEvent (load) {
if (_root.Check05 == true) {
gotoAndStop (1);
} else {
gotoAndStop (2);
}
}
onClipEvent (enterFrame) {
if (_root.Check05 == true) {
gotoAndStop (1);
} else {
gotoAndStop (2);
}
}
Frame 5
_root.removeMovieClips = false;
_root.Place = 1;
_root.SecTime = 0;
_root.RSec = 0;
_root.CrapTimeMin = 0;
_root.Ending = false;
_quality = "LOW";
myMasterSoundObject = new Sound();
myMasterSoundObject.setVolume(100);
MaxKills = 6;
HowMany = 4;
_root.Game = "Pause";
GoRetry = 1;
stop();
var McPlayer = new Array();
var McT = new Array();
HP1 = new Sound();
HP1.attachSound("hardpunch1");
HP2 = new Sound();
HP2.attachSound("hardpunch2");
HP3 = new Sound();
HP3.attachSound("hardpunch3");
Twack1 = new Sound();
Twack1.attachSound("Twack1");
Twack2 = new Sound();
Twack2.attachSound("Twack2");
BB = new Sound();
BB.attachSound("Breakbone");
ResetScore = 0;
HowMany = 4;
numb = 0;
Cpu1 = 0;
Cpu2 = 0;
Cpu3 = 0;
timernumb = 0;
_root.UpdateScore = true;
PName = "You";
PName2 = "RedBox";
PName3 = "SpiningBox";
PName4 = "CrazyHead";
ResetScore = 0;
CountKill = 0;
_root.won = 0;
var recArray = new Array();
recArray.push({name:PName, zip:numb, zip2:0});
recArray.push({name:PName2, zip:Cpu1, zip2:0});
recArray.push({name:PName3, zip:Cpu2, zip2:0});
recArray.push({name:PName4, zip:Cpu3, zip2:0});
recArray.sortOn(["zip", "zip2"]);
displayArray(recArray);
Instance of Symbol 990 MovieClip "EEE2" in Frame 5
onClipEvent (load) {
RenewHp = 100;
Namer = _root.attachMovie("Names", "Name" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
Namer._x = this._x;
Namer._y = this._y;
Namer.PlayerName.text = "BlueBox";
Team = _name;
DrawMove = "Timeit";
bgSound = new Sound(this);
bgSound.start(0, 99);
bgSound = new Sound(this);
bgSound.attachSound("AndyHunter");
Cut01 = new Sound(this);
Cut01.attachSound("Cut01");
Cut02 = new Sound(this);
Cut02.attachSound("Cut02");
Cut03 = new Sound(this);
Cut03.attachSound("Cut03");
Cut04 = new Sound(this);
Cut04.attachSound("Cut04");
HP1 = new Sound(this);
HP1.attachSound("hardpunch1");
HP2 = new Sound(this);
HP2.attachSound("hardpunch2");
HP3 = new Sound(this);
HP3.attachSound("hardpunch3");
Twack1 = new Sound(this);
Twack1.attachSound("Twack1");
Twack2 = new Sound(this);
Twack2.attachSound("Twack2");
BB = new Sound(this);
BB.attachSound("Breakbone");
HandSlap1 = new Sound(this);
HandSlap1.attachSound("HandSlap1");
SoundDis = _root.attachMovie("SoundDistance", "SoundDistance" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
SoundDis._x = this._x;
SoundDis._y = this._y;
SoundDis._xscale = 200;
SoundDis._yscale = 200;
SoundDis._visible = 0;
distancePlayer = 100;
HP = 100;
DistanceClose = 50;
MoveIn = 0;
Hold = false;
CanHit = false;
GrabbedBy = false;
RespawnHP = 100;
SpawnWhere = 0;
SpawnLimit = 4;
Special = 100;
if (_root.Dif == "N") {
Mode = "Normal";
} else {
Mode = "Normal";
}
NoobPoint = 0;
DieAni = 1;
Bot = true;
xspeed = 0;
yspeed = 0;
gravity = 0.8;
friction = 0.7;
onground = false;
Xscale = _xscale;
_xscale = Xscale;
fight = false;
Hurt = false;
flying = false;
RightWall = false;
LeftWall = false;
delay = 0;
power = 2.5;
MainGravity = 0.5;
JumpPower = 10;
_root.McPlayer.push(this);
Freeze = 0;
timmer = 0;
Finished = 1;
RScale = this.Skin._xscale;
Bounds = false;
respawn = 0;
respawnLimit = 250;
Targget = _root.player;
Tagget = Targget;
Kills = 0;
Team = this;
FindWay = 0;
_root.Cpu2 = Kills;
}
onClipEvent (enterFrame) {
if (ComboMove == 5) {
if (Mode == "Normal") {
if (RandomCombo == 1) {
if (TaggedX != 0) {
this._x = TaggedMC._x;
this._y = TaggedMC._y;
this.friction = TaggedMC.friction;
this.xspeed = TaggedMC.xspeed;
this.yspeed = TaggedMC.yspeed;
}
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack8");
fight = true;
ComboMove = 0;
}
if (RandomCombo == 2) {
if (TaggedX != 0) {
this._x = TaggedMC._x;
this._y = TaggedMC._y;
this.friction = TaggedMC.friction;
this.xspeed = TaggedMC.xspeed;
this.yspeed = TaggedMC.yspeed;
}
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack9");
fight = true;
ComboMove = 0;
}
}
}
if (ComboMove == 6) {
if (Mode == "Normal") {
if (RandomCombo == 1) {
if (TaggedX != 0) {
this._x = TaggedMC._x;
this._y = TaggedMC._y;
}
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack6");
fight = true;
ComboMove = 100;
}
if (RandomCombo == 2) {
if (TaggedX != 0) {
this._x = TaggedMC._x;
this._y = TaggedMC._y;
}
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack16");
fight = true;
ComboMove = 100;
}
}
}
if (_root.player.Kills > 1) {
NoobPoint = 30;
}
if (_root.player.Kills >= 2) {
if (ComboMove == 10) {
if (Mode == "Normal") {
if (RandomCombo == 1) {
if (TaggedX != 0) {
this._x = TaggedMC._x;
this._y = TaggedMC._y;
}
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack10");
fight = true;
ComboMove = 0;
}
if (RandomCombo == 2) {
if (TaggedX != 0) {
this._x = TaggedMC._x;
this._y = TaggedMC._y;
}
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack10");
fight = true;
ComboMove = 0;
}
}
}
if (ComboMove == 8) {
if (Mode == "Normal") {
if (RandomCombo == 1) {
if (TaggedX != 0) {
this._x = TaggedMC._x;
this._y = TaggedMC._y;
this.friction = TaggedMC.friction;
this.xspeed = TaggedMC.xspeed;
this.yspeed = TaggedMC.yspeed;
}
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack9");
fight = true;
ComboMove = 0;
}
if (RandomCombo == 2) {
if (TaggedX != 0) {
this._x = TaggedMC._x;
this._y = TaggedMC._y;
this.friction = TaggedMC.friction;
this.xspeed = TaggedMC.xspeed;
this.yspeed = TaggedMC.yspeed;
}
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack9");
fight = true;
ComboMove = 0;
}
}
}
}
if (Kills > _root.Cpu2) {
_root.UpdateScore = true;
_root.timernumb = 11;
_root.Cpu2 = Kills - 1;
}
var i = 0;
while (i < _root.McPlayer.length) {
temporaryMc = _root.McPlayer[i];
if (temporaryMc._name != this._name) {
if (temporaryMc.HP >= 1E-10) {
if (Lala.hitTest(temporaryMc._x, temporaryMc._y, true)) {
Yplayer = temporaryMc;
NewTargget = Yplayer;
Targget = Yplayer;
Tagget = Yplayer.hitbox;
}
}
}
i++;
}
}
Instance of Symbol 997 MovieClip "Boom2" in Frame 5
onClipEvent (load) {
}
onClipEvent (enterFrame) {
var i = 0;
while (i < _root.McPlayer.length) {
temporaryMc = _root.McPlayer[i];
if (temporaryMc._name != this._name) {
if (_currentframe == 1) {
if (temporaryMc.hitbox.hitTest(this)) {
Hitter = temporaryMc;
if (Hitter.xspeed >= 20) {
if (Hitter._x <= this._x) {
if (Hitter.flying) {
Hitter.xspeed = -25;
Hitter.yspeed = -7;
Hitter._xscale = -Xscale;
Hitter.HP = Hitter.HP - 12;
Hitter.Freeze = -15;
play();
_root.Boom1.play();
}
}
}
}
if (temporaryMc.hitbox.hitTest(this)) {
Hitter = temporaryMc;
if (Hitter.xspeed <= -20) {
if (Hitter._x >= this._x) {
if (Hitter.flying) {
Hitter.xspeed = 25;
Hitter.yspeed = -7;
Hitter._xscale = Xscale;
Hitter.HP = Hitter.HP - 12;
Hitter.Freeze = -15;
play();
_root.Boom1.play();
}
}
}
}
}
}
i++;
}
}
Instance of Symbol 997 MovieClip "Boom1" in Frame 5
onClipEvent (load) {
}
onClipEvent (enterFrame) {
var i = 0;
while (i < _root.McPlayer.length) {
temporaryMc = _root.McPlayer[i];
if (temporaryMc._name != this._name) {
if (_currentframe == 1) {
if (temporaryMc.hitbox.hitTest(this)) {
Hitter = temporaryMc;
if (Hitter.xspeed >= 20) {
if (Hitter._x <= this._x) {
if (Hitter.flying) {
Hitter.xspeed = -25;
Hitter.yspeed = -7;
Hitter._xscale = -Xscale;
Hitter.HP = Hitter.HP - 20;
play();
_root.Boom2.play();
}
}
}
}
if (temporaryMc.hitbox.hitTest(this)) {
Hitter = temporaryMc;
if (Hitter.xspeed <= -20) {
if (Hitter._x >= this._x) {
if (Hitter.flying) {
Hitter.xspeed = 25;
Hitter.yspeed = -7;
Hitter._xscale = Xscale;
Hitter.HP = Hitter.HP - 20;
play();
_root.Boom2.play();
}
}
}
}
}
}
i++;
}
}
Instance of Symbol 1001 MovieClip in Frame 5
onClipEvent (load) {
jumper = 20;
}
onClipEvent (enterFrame) {
var i = 0;
while (i < _root.McPlayer.length) {
temporaryMc = _root.McPlayer[i];
if (temporaryMc._name != this._name) {
if (this.Box.hitTest(temporaryMc._x, temporaryMc._y, true)) {
Hitter = temporaryMc;
if (((Key.isDown(Hitter.UpKey) and Key.isDown(Hitter.JumpKey)) && (!Hitter.Hurt)) && (!Hitter.fight)) {
Hitter.yspeed = -jumper;
}
}
}
i++;
}
}
Instance of Symbol 990 MovieClip "E2" in Frame 5
onClipEvent (load) {
RenewHp = 100;
Namer = _root.attachMovie("Names", "Name" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
Namer._x = this._x;
Namer._y = this._y;
Namer.PlayerName.text = "BlueBox";
Team = _name;
DrawMove = "Timeit";
bgSound = new Sound(this);
bgSound.start(0, 99);
bgSound = new Sound(this);
bgSound.attachSound("AndyHunter");
Cut01 = new Sound(this);
Cut01.attachSound("Cut01");
Cut02 = new Sound(this);
Cut02.attachSound("Cut02");
Cut03 = new Sound(this);
Cut03.attachSound("Cut03");
Cut04 = new Sound(this);
Cut04.attachSound("Cut04");
HP1 = new Sound(this);
HP1.attachSound("hardpunch1");
HP2 = new Sound(this);
HP2.attachSound("hardpunch2");
HP3 = new Sound(this);
HP3.attachSound("hardpunch3");
Twack1 = new Sound(this);
Twack1.attachSound("Twack1");
Twack2 = new Sound(this);
Twack2.attachSound("Twack2");
BB = new Sound(this);
BB.attachSound("Breakbone");
HandSlap1 = new Sound(this);
HandSlap1.attachSound("HandSlap1");
SoundDis = _root.attachMovie("SoundDistance", "SoundDistance" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
SoundDis._x = this._x;
SoundDis._y = this._y;
SoundDis._xscale = 200;
SoundDis._yscale = 200;
SoundDis._visible = 0;
distancePlayer = 100;
HP = 100;
DistanceClose = 50;
MoveIn = 0;
Hold = false;
CanHit = false;
GrabbedBy = false;
RespawnHP = 100;
SpawnWhere = 0;
SpawnLimit = 4;
Special = 100;
if (_root.Dif == "N") {
Mode = "Normal";
} else {
Mode = "Follow";
}
NoobPoint = 0;
DieAni = 1;
Bot = true;
xspeed = 0;
yspeed = 0;
gravity = 0.8;
friction = 0.7;
onground = false;
Xscale = _xscale;
_xscale = Xscale;
fight = false;
Hurt = false;
flying = false;
RightWall = false;
LeftWall = false;
delay = 0;
power = 2.5;
MainGravity = 0.5;
JumpPower = 10;
_root.McPlayer.push(this);
Freeze = 0;
timmer = 0;
Finished = 1;
RScale = this.Skin._xscale;
Bounds = false;
respawn = 0;
respawnLimit = 250;
Targget = _root.player;
Tagget = Targget;
Kills = 0;
Team = this;
FindWay = 0;
_root.Cpu1 = Kills;
}
onClipEvent (enterFrame) {
if (ComboMove == 5) {
if (Mode == "Normal") {
if (RandomCombo == 1) {
if (TaggedX != 0) {
this._x = TaggedMC._x;
this._y = TaggedMC._y;
this.friction = TaggedMC.friction;
this.xspeed = TaggedMC.xspeed;
this.yspeed = TaggedMC.yspeed;
}
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack8");
fight = true;
ComboMove = 0;
}
if (RandomCombo == 2) {
if (TaggedX != 0) {
this._x = TaggedMC._x;
this._y = TaggedMC._y;
this.friction = TaggedMC.friction;
this.xspeed = TaggedMC.xspeed;
this.yspeed = TaggedMC.yspeed;
}
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack9");
fight = true;
ComboMove = 0;
}
}
}
if (ComboMove == 6) {
if (Mode == "Normal") {
if (RandomCombo == 1) {
if (TaggedX != 0) {
this._x = TaggedMC._x;
this._y = TaggedMC._y;
}
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack6");
fight = true;
ComboMove = 100;
}
if (RandomCombo == 2) {
if (TaggedX != 0) {
this._x = TaggedMC._x;
this._y = TaggedMC._y;
}
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack16");
fight = true;
ComboMove = 100;
}
}
}
if (_root.player.Kills > 1) {
NoobPoint = 30;
}
if (_root.player.Kills >= 2) {
if (ComboMove == 10) {
if (Mode == "Normal") {
if (RandomCombo == 1) {
if (TaggedX != 0) {
this._x = TaggedMC._x;
this._y = TaggedMC._y;
}
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack10");
fight = true;
ComboMove = 0;
}
if (RandomCombo == 2) {
if (TaggedX != 0) {
this._x = TaggedMC._x;
this._y = TaggedMC._y;
}
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack10");
fight = true;
ComboMove = 0;
}
}
}
if (ComboMove == 8) {
if (Mode == "Normal") {
if (RandomCombo == 1) {
if (TaggedX != 0) {
this._x = TaggedMC._x;
this._y = TaggedMC._y;
this.friction = TaggedMC.friction;
this.xspeed = TaggedMC.xspeed;
this.yspeed = TaggedMC.yspeed;
}
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack9");
fight = true;
ComboMove = 0;
}
if (RandomCombo == 2) {
if (TaggedX != 0) {
this._x = TaggedMC._x;
this._y = TaggedMC._y;
this.friction = TaggedMC.friction;
this.xspeed = TaggedMC.xspeed;
this.yspeed = TaggedMC.yspeed;
}
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack9");
fight = true;
ComboMove = 0;
}
}
}
}
if (Kills > _root.Cpu1) {
_root.UpdateScore = true;
_root.timernumb = 11;
_root.Cpu1 = Kills - 1;
}
var i = 0;
while (i < _root.McPlayer.length) {
temporaryMc = _root.McPlayer[i];
if (temporaryMc._name != this._name) {
if (temporaryMc.HP >= 1E-10) {
if (Lala.hitTest(temporaryMc._x, temporaryMc._y, true)) {
Yplayer = temporaryMc;
NewTargget = Yplayer;
Targget = Yplayer;
Tagget = Yplayer.hitbox;
}
}
}
i++;
}
}
Instance of Symbol 990 MovieClip "EEE1" in Frame 5
onClipEvent (load) {
Team = _name;
Namer = _root.attachMovie("Names", "Name" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
Namer._x = this._x;
Namer._y = this._y;
Namer.PlayerName.text = "HoboJack";
bgSound = new Sound(this);
bgSound.start(0, 99);
bgSound = new Sound(this);
bgSound.attachSound("AndyHunter");
HP1 = new Sound(this);
HP1.attachSound("hardpunch1");
HP2 = new Sound(this);
HP2.attachSound("hardpunch2");
HP3 = new Sound(this);
HP3.attachSound("hardpunch3");
Twack1 = new Sound(this);
Twack1.attachSound("Twack1");
Twack2 = new Sound(this);
Twack2.attachSound("Twack2");
BB = new Sound(this);
BB.attachSound("Breakbone");
HandSlap1 = new Sound(this);
HandSlap1.attachSound("HandSlap1");
SoundDis = _root.attachMovie("SoundDistance", "SoundDistance" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
SoundDis._x = this._x;
SoundDis._y = this._y;
SoundDis._xscale = 200;
SoundDis._yscale = 200;
SoundDis._visible = 0;
distancePlayer = 100;
HP = 100;
RenewHp = HP;
RespawnHP = 100;
SpawnWhere = 0;
SpawnLimit = 4;
Special = 0;
Mode = "Normal";
StandAdd = 0;
NoobPoint = 0;
DieAni = 1;
Bot = true;
xspeed = 0;
yspeed = 0;
gravity = 0.8;
friction = 0.7;
onground = false;
Xscale = _xscale;
_xscale = Xscale;
fight = false;
Hurt = false;
flying = false;
RightWall = false;
LeftWall = false;
delay = 0;
power = 2.5;
MainGravity = 0.5;
JumpPower = 10;
_root.McPlayer.push(this);
Freeze = 0;
timmer = 0;
Finished = 1;
RScale = this.Skin._xscale;
Bounds = false;
respawn = 0;
respawnLimit = 250;
Targget = _root.player;
Tagget = Targget;
Kills = 0;
Team = this;
FindWay = 0;
}
onClipEvent (enterFrame) {
if (Kills > _root.Cpu3) {
_root.UpdateScore = true;
_root.timernumb = 11;
_root.Cpu3 = Kills - 1;
}
var i = 0;
while (i < _root.McPlayer.length) {
temporaryMc = _root.McPlayer[i];
if (temporaryMc._name != this._name) {
if (temporaryMc.HP >= 0.001) {
if (Lala.hitTest(temporaryMc._x, temporaryMc._y, true)) {
Yplayer = temporaryMc;
NewTargget = Yplayer;
Targget = Yplayer;
Tagget = Yplayer.hitbox;
}
}
}
i++;
}
}
Instance of Symbol 990 MovieClip in Frame 5
onClipEvent (load) {
this._x = _root.PlayerStart._x;
this._y = _root.PlayerStart._y - 30;
_root.Cam._x = this._x;
_root.Cam._y = this._y;
Hold = false;
GrabbedBy = false;
GrabMove = false;
_root.HP = HP;
HP = 100;
RenewHp = HP;
DieAni = 1;
RespawnHP = 100;
respawn = 0;
respawnLimit = 250;
Bot = false;
xspeed = 0;
yspeed = 0;
gravity = 0.8;
friction = 0.7;
onground = false;
Xscale = _xscale;
fight = false;
Hurt = false;
SpawnWhere = 0;
SpawnLimit = 4;
power = 2.5;
MainGravity = 0.5;
JumpPower = 10;
RightKey = 39;
LeftKey = 37;
JumpKey = 32;
DownKey = 40;
UpKey = 38;
PunchKey = 65;
BlockKey = 68;
SpecialKey = 83;
Attackpress = false;
onair = false;
RightWall = false;
LeftWall = false;
delay = 0;
NewTargget = 0;
TaggedX = 0;
TaggedY = 0;
TaggedMC = 0;
Freeze = 0;
timmer = 0;
this.Skin._alpha = 0;
Kills = 0;
if (_root.playerChar == 1) {
_root.Cam.Follow = this;
_name = "player";
_root.McPlayer.push(this);
bgSound = new Sound(this);
bgSound.attachSound("AndyHunter");
HP1 = new Sound(this);
HP1.attachSound("hardpunch1");
HP2 = new Sound(this);
HP2.attachSound("hardpunch2");
HP3 = new Sound(this);
HP3.attachSound("hardpunch3");
Twack1 = new Sound(this);
Twack1.attachSound("Twack1");
Twack2 = new Sound(this);
Twack2.attachSound("Twack2");
BB = new Sound(this);
BB.attachSound("Breakbone");
HandSlap1 = new Sound(this);
HandSlap1.attachSound("HandSlap1");
Team = _name;
} else {
delete this.onEnterFrame;
delete this.MovieClip;
this.unloadMovie();
}
Mykills = Kills;
}
onClipEvent (enterFrame) {
if (_root.playerChar == 1) {
if (Kills > (_root.MaxKills - 1)) {
_root.Check02 = true;
if (_root.Dif == "N") {
_root.pos = SharedObject.getLocal("game");
_root.pos.data.Check02 = _root.Check02;
} else {
_root.pos = SharedObject.getLocal("game");
_root.pos.data.Check02 = _root.Check02;
_root.pos2 = SharedObject.getLocal("HardMode");
_root.pos2.data.Check02 = _root.Check02;
}
}
_root.Cam.Follow = this;
_root.HP = HP;
_root.Hud.Kills = Kills;
_root.Hud.MaxKills = _root.MaxKills;
this.Skin._alpha = 0;
var i = 0;
while (i < _root.McPlayer.length) {
temporaryMc = _root.McPlayer[i];
if (temporaryMc._name != this._name) {
if (temporaryMc.HP >= 0.001) {
if (Lala.hitTest(temporaryMc._x, temporaryMc._y, true)) {
Yplayer = temporaryMc;
NewTargget = Yplayer;
}
_root.Aimer._x = Yplayer._x;
_root.Aimer._y = Yplayer._y;
}
if (Yplayer.HP <= 0) {
_root.Aimer._x = this._x;
_root.Aimer._y = this._y;
}
}
i++;
}
}
}
Instance of Symbol 1293 MovieClip in Frame 5
onClipEvent (load) {
this._x = _root.PlayerStart._x;
this._y = _root.PlayerStart._y - 30;
_root.Cam._x = this._x;
_root.Cam._y = this._y;
SoundDis = _root.attachMovie("SoundDistance", "SoundDistance" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
SoundDis._x = this._x;
SoundDis._y = this._y;
SoundDis._xscale = 200;
SoundDis._yscale = 200;
SoundDis._visible = 0;
distancePlayer = 100;
Hold = false;
GrabbedBy = false;
GrabMove = false;
_root.HP = HP;
HP = 100;
DieAni = 1;
RespawnHP = 100;
respawn = 0;
respawnLimit = 250;
Bot = false;
xspeed = 0;
yspeed = 0;
gravity = 0.8;
friction = 0.7;
onground = false;
Xscale = _xscale;
fight = false;
Hurt = false;
SpawnWhere = 0;
SpawnLimit = 1;
power = 3.5;
MainGravity = 0.5;
JumpPower = 12;
RightKey = 39;
LeftKey = 37;
JumpKey = 32;
DownKey = 40;
UpKey = 38;
PunchKey = 65;
BlockKey = 68;
SpecialKey = 83;
Attackpress = false;
onair = false;
RightWall = false;
LeftWall = false;
delay = 0;
NewTargget = 0;
TaggedX = 0;
TaggedY = 0;
TaggedMC = 0;
Freeze = 0;
timmer = 0;
this.Skin._alpha = 0;
Kills = 0;
if (_root.playerChar == 3) {
_root.Cam.Follow = this;
_name = "player";
_root.McPlayer.push(this);
bgSound = new Sound(this);
bgSound.attachSound("AndyHunter");
Cut01 = new Sound(this);
Cut01.attachSound("Cut01");
Cut02 = new Sound(this);
Cut02.attachSound("Cut02");
Cut03 = new Sound(this);
Cut03.attachSound("Cut03");
Cut04 = new Sound(this);
Cut04.attachSound("Cut04");
HP1 = new Sound(this);
HP1.attachSound("hardpunch1");
HP2 = new Sound(this);
HP2.attachSound("hardpunch2");
HP3 = new Sound(this);
HP3.attachSound("hardpunch3");
Twack1 = new Sound(this);
Twack1.attachSound("Twack1");
Twack2 = new Sound(this);
Twack2.attachSound("Twack2");
BB = new Sound(this);
BB.attachSound("Breakbone");
HandSlap1 = new Sound(this);
HandSlap1.attachSound("HandSlap1");
Team = _name;
} else {
delete this.onEnterFrame;
delete this.Combos;
delete this.Morehits;
delete this.MovieClip;
this.unloadMovie();
}
Mykills = Kills;
}
onClipEvent (enterFrame) {
if (_root.playerChar == 3) {
if (Kills > Mykills) {
_root.UpdateScore = true;
_root.timernumb = 10;
_root.Mykills = _root.Mykills + 1;
Mykills = Mykills + 1;
}
if (Kills > (_root.MaxKills - 1)) {
_root.Check02 = true;
if (_root.Dif == "N") {
_root.pos = SharedObject.getLocal("game");
_root.pos.data.Check02 = _root.Check02;
} else {
_root.pos = SharedObject.getLocal("game");
_root.pos.data.Check02 = _root.Check02;
_root.pos2 = SharedObject.getLocal("HardMode");
_root.pos2.data.Check02 = _root.Check02;
}
}
if (ComboMove == 503) {
if (Key.isDown(PunchKey) and Key.isDown(UpKey)) {
if (TaggedX != 0) {
this._x = TaggedMC._x;
this._y = TaggedMC._y;
}
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack14");
fight = true;
ComboMove = 0;
}
if (Key.isDown(PunchKey) and (!Key.isDown(UpKey))) {
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack500");
fight = true;
ComboMove = 0;
}
}
if (ComboMove == 502) {
if (Key.isDown(PunchKey) and ((!Key.isDown(UpKey)) and (!Key.isDown(DownKey)))) {
if (TaggedX != 0) {
this._x = TaggedMC._x;
this._y = TaggedMC._y;
}
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack502");
fight = true;
yspeed = 0;
ComboMove = 0;
}
if (Key.isDown(PunchKey) and ((!Key.isDown(UpKey)) and Key.isDown(DownKey))) {
if (TaggedX != 0) {
this._x = TaggedMC._x;
this._y = TaggedMC._y;
}
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack6");
fight = true;
yspeed = 0;
ComboMove = 0;
}
}
if (ComboMove == 501) {
if (Key.isDown(PunchKey) and Key.isDown(UpKey)) {
if (TaggedX != 0) {
this._x = TaggedMC._x;
this._y = TaggedMC._y;
}
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack14");
fight = true;
ComboMove = 0;
}
if (Key.isDown(PunchKey) and Key.isDown(RightKey)) {
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack7");
fight = true;
ComboMove = 0;
}
if (Key.isDown(PunchKey) and Key.isDown(LeftKey)) {
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack7");
fight = true;
ComboMove = 0;
}
}
if (ComboMove == 500) {
if (Key.isDown(PunchKey) && (onground)) {
if (TaggedX != 0) {
this._x = TaggedMC._x;
this._y = TaggedMC._y;
}
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack500");
fight = true;
ComboMove = 0;
}
}
if (ComboMove == 6) {
if (Key.isDown(RightKey)) {
if (Key.isDown(PunchKey) && (onground)) {
if (TaggedX != 0) {
this._x = TaggedMC._x;
this._y = TaggedMC._y;
}
gotoAndStop ("Attack");
Man.gotoAndPlay("Poke");
fight = true;
ComboMove = 0;
}
}
if (Key.isDown(LeftKey)) {
if (Key.isDown(PunchKey) && (onground)) {
if (TaggedX != 0) {
this._x = TaggedMC._x;
this._y = TaggedMC._y;
}
gotoAndStop ("Attack");
Man.gotoAndPlay("Poke");
fight = true;
ComboMove = 0;
}
}
}
_root.HP = HP;
_root.Hud.Kills = Kills;
_root.numb2 = _root.numb2 + 1;
_root.Hud.MaxKills = _root.MaxKills;
this.Skin._alpha = 0;
var i = 0;
while (i < _root.McPlayer.length) {
temporaryMc = _root.McPlayer[i];
if (temporaryMc._name != this._name) {
if (temporaryMc.HP >= 0.001) {
if (Lala.hitTest(temporaryMc._x, temporaryMc._y, true)) {
Yplayer = temporaryMc;
NewTargget = Yplayer;
}
if (HP >= 0.0001) {
_root.Aimer._x = Yplayer._x;
_root.Aimer._y = Yplayer._y;
}
}
if (Yplayer.HP <= 0) {
_root.Aimer._x = this._x;
_root.Aimer._y = this._y;
}
}
i++;
}
}
}
Instance of Symbol 1808 MovieClip in Frame 5
onClipEvent (load) {
this._x = _root.PlayerStart._x;
this._y = _root.PlayerStart._y - 30;
_root.Cam._x = this._x;
_root.Cam._y = this._y;
Hold = false;
GrabbedBy = false;
GrabMove = false;
_root.HP = HP;
HP = 100;
RenewHp = HP;
DieAni = 1;
RespawnHP = 100;
respawn = 0;
respawnLimit = 250;
Bot = false;
xspeed = 0;
yspeed = 0;
gravity = 0.8;
friction = 0.7;
onground = false;
Xscale = _xscale;
fight = false;
Hurt = false;
SpawnWhere = 0;
SpawnLimit = 4;
power = 2.5;
MainGravity = 0.5;
JumpPower = 10;
RightKey = 39;
LeftKey = 37;
JumpKey = 32;
DownKey = 40;
UpKey = 38;
PunchKey = 65;
BlockKey = 68;
SpecialKey = 83;
Attackpress = false;
onair = false;
RightWall = false;
LeftWall = false;
delay = 0;
NewTargget = 0;
TaggedX = 0;
TaggedY = 0;
TaggedMC = 0;
Freeze = 0;
timmer = 0;
this.Skin._alpha = 0;
Kills = 0;
if (_root.playerChar == 2) {
_root.Cam.Follow = this;
_name = "player";
_root.McPlayer.push(this);
bgSound = new Sound(this);
bgSound.attachSound("AndyHunter");
HP1 = new Sound(this);
HP1.attachSound("hardpunch1");
HP2 = new Sound(this);
HP2.attachSound("hardpunch2");
HP3 = new Sound(this);
HP3.attachSound("hardpunch3");
Twack1 = new Sound(this);
Twack1.attachSound("Twack1");
Twack2 = new Sound(this);
Twack2.attachSound("Twack2");
BB = new Sound(this);
BB.attachSound("Breakbone");
HandSlap1 = new Sound(this);
HandSlap1.attachSound("HandSlap1");
Team = _name;
} else {
delete this.onEnterFrame;
delete this.MovieClip;
this.unloadMovie();
}
Mykills = Kills;
}
onClipEvent (enterFrame) {
if (_root.playerChar == 2) {
if (Kills > (_root.MaxKills - 1)) {
_root.Check02 = true;
if (_root.Dif == "N") {
_root.pos = SharedObject.getLocal("game");
_root.pos.data.Check02 = _root.Check02;
} else {
_root.pos = SharedObject.getLocal("game");
_root.pos.data.Check02 = _root.Check02;
_root.pos2 = SharedObject.getLocal("HardMode");
_root.pos2.data.Check02 = _root.Check02;
}
}
_root.Cam.Follow = this;
if (ComboMove == 6) {
if (Key.isDown(RightKey)) {
if (Key.isDown(PunchKey) && (onground)) {
if (TaggedX != 0) {
this._x = TaggedMC._x;
this._y = TaggedMC._y;
}
gotoAndStop ("Attack");
Man.gotoAndPlay("Poke");
fight = true;
ComboMove = 0;
}
}
if (Key.isDown(LeftKey)) {
if (Key.isDown(PunchKey) && (onground)) {
if (TaggedX != 0) {
this._x = TaggedMC._x;
this._y = TaggedMC._y;
}
gotoAndStop ("Attack");
Man.gotoAndPlay("Poke");
fight = true;
ComboMove = 0;
}
}
}
_root.HP = HP;
_root.Hud.Kills = Kills;
_root.Hud.MaxKills = _root.MaxKills;
this.Skin._alpha = 0;
var i = 0;
while (i < _root.McPlayer.length) {
temporaryMc = _root.McPlayer[i];
if (temporaryMc._name != this._name) {
if (temporaryMc.HP >= 0.001) {
if (Lala.hitTest(temporaryMc._x, temporaryMc._y, true)) {
Yplayer = temporaryMc;
NewTargget = Yplayer;
}
_root.Aimer._x = Yplayer._x;
_root.Aimer._y = Yplayer._y;
}
if (Yplayer.HP <= 0) {
_root.Aimer._x = this._x;
_root.Aimer._y = this._y;
}
}
i++;
}
}
}
Instance of Symbol 1810 MovieClip "S1" in Frame 5
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 1810 MovieClip "S2" in Frame 5
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 1810 MovieClip "S3" in Frame 5
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 1810 MovieClip "S4" in Frame 5
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 1810 MovieClip "PlayerStart" in Frame 5
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 1812 MovieClip "ground" in Frame 5
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 1827 MovieClip "Aimer" in Frame 5
onClipEvent (load) {
_root.McT.push(this);
}
onClipEvent (enterFrame) {
}
Instance of Symbol 2064 MovieClip "SB" in Frame 5
onClipEvent (load) {
_alpha = 0;
started = 1;
if (_root.HowMany == 2) {
gotoAndStop (1);
}
if (_root.HowMany == 3) {
gotoAndStop (2);
}
if (_root.HowMany == 4) {
gotoAndStop (3);
}
if (_root.HowMany == 5) {
gotoAndStop (4);
}
if (_root.HowMany == 6) {
gotoAndStop (5);
}
if (_root.HowMany == 7) {
gotoAndStop (6);
}
}
onClipEvent (enterFrame) {
if (_root.HowMany == 2) {
gotoAndStop (1);
}
if (_root.HowMany == 3) {
gotoAndStop (2);
}
if (_root.HowMany == 4) {
gotoAndStop (3);
}
if (_root.HowMany == 5) {
gotoAndStop (4);
}
if (_root.HowMany == 6) {
gotoAndStop (5);
}
if (_root.HowMany == 7) {
gotoAndStop (6);
}
if (_alpha == 0) {
_visible = false;
} else {
_visible = true;
}
if (started == 1) {
if (this._alpha >= 1) {
_alpha = (_alpha - 1);
}
}
if (Key.isDown(112)) {
started = 0;
if (this._alpha <= 99) {
_alpha = (_alpha + 30);
} else {
_alpha = 100;
}
} else if (started == 0) {
if (this._alpha >= 1) {
_alpha = (_alpha - 30);
} else {
_alpha = 0;
}
}
}
Instance of Symbol 127 MovieClip [camFrame] "Cam" in Frame 5
onClipEvent (load) {
Xscale = _xscale;
Yscale = _yscale;
Targget = _root.Aimer;
Follow = 0;
Distance = 300;
Zoomer = 0;
}
Instance of Symbol 2066 MovieClip "DeathBar" in Frame 5
onClipEvent (load) {
_visible = false;
}
Frame 6
_root.removeMovieClips = false;
stopAllSounds();
ResetScore = 2;
Frame 7
_root.removeMovieClips = true;
_root.Place = 1;
Frame 18
if (_root.GoRetry == 1) {
_root.gotoAndStop("1st4Way");
}
if (_root.GoRetry == 2) {
_root.gotoAndStop("BattleStage");
}
if (_root.GoRetry == 3) {
_root.gotoAndStop("BattleStage2");
}
if (_root.GoRetry == 4) {
_root.gotoAndStop("LO");
}
if (_root.GoRetry == 5) {
_root.gotoAndStop("BattleSlopy");
}
if (_root.GoRetry == 6) {
_root.gotoAndStop("BattleStage11");
}
if (_root.GoRetry == 7) {
_root.gotoAndStop("BattleSlopy");
}
if (_root.GoRetry == 8) {
_root.gotoAndStop("BattleStageS1");
}
if (_root.GoRetry == 9) {
_root.gotoAndStop("BattleStage11");
}
Frame 19
_root.removeMovieClips = false;
_root.TeamSpawn = false;
_root.Place = 1;
_root.SecTime = 0;
_root.RSec = 0;
_root.CrapTimeMin = 0;
_root.Ending = false;
_quality = "LOW";
myMasterSoundObject = new Sound();
myMasterSoundObject.setVolume(100);
if (_root.Dif == "N") {
MaxKills = 3;
} else {
MaxKills = 6;
}
_root.Game = "Pause";
GoRetry = _root._currentframe;
stop();
var McPlayer = new Array();
var McT = new Array();
ResetScore = 0;
HowMany = 2;
numb = 0;
Cpu1 = 0;
Cpu2 = 0;
Cpu3 = 0;
timernumb = 0;
_root.UpdateScore = true;
PName = "You";
PName2 = "BlueBox";
ResetScore = 0;
CountKill = 0;
_root.won = 0;
var recArray = new Array();
recArray.push({name:PName, zip:numb, zip2:0});
recArray.push({name:PName2, zip:Cpu1, zip2:0});
recArray.sortOn(["zip", "zip2"]);
displayArray(recArray);
Instance of Symbol 990 MovieClip "E2" in Frame 19
onClipEvent (load) {
RenewHp = 100;
Namer = _root.attachMovie("Names", "Name" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
Namer._x = this._x;
Namer._y = this._y;
Namer.PlayerName.text = "BlueBox";
Team = _name;
DrawMove = "Timeit";
bgSound = new Sound(this);
bgSound.start(0, 99);
bgSound = new Sound(this);
bgSound.attachSound("AndyHunter");
Cut01 = new Sound(this);
Cut01.attachSound("Cut01");
Cut02 = new Sound(this);
Cut02.attachSound("Cut02");
Cut03 = new Sound(this);
Cut03.attachSound("Cut03");
Cut04 = new Sound(this);
Cut04.attachSound("Cut04");
HP1 = new Sound(this);
HP1.attachSound("hardpunch1");
HP2 = new Sound(this);
HP2.attachSound("hardpunch2");
HP3 = new Sound(this);
HP3.attachSound("hardpunch3");
Twack1 = new Sound(this);
Twack1.attachSound("Twack1");
Twack2 = new Sound(this);
Twack2.attachSound("Twack2");
BB = new Sound(this);
BB.attachSound("Breakbone");
HandSlap1 = new Sound(this);
HandSlap1.attachSound("HandSlap1");
SoundDis = _root.attachMovie("SoundDistance", "SoundDistance" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
SoundDis._x = this._x;
SoundDis._y = this._y;
SoundDis._xscale = 200;
SoundDis._yscale = 200;
SoundDis._visible = 0;
distancePlayer = 100;
HP = 100;
DistanceClose = 50;
MoveIn = 0;
Hold = false;
CanHit = false;
GrabbedBy = false;
RespawnHP = 100;
SpawnWhere = 0;
SpawnLimit = 4;
Special = 100;
if (_root.Dif == "N") {
Mode = "Normal";
} else {
Mode = "Follow";
}
NoobPoint = 0;
DieAni = 1;
Bot = true;
xspeed = 0;
yspeed = 0;
gravity = 0.8;
friction = 0.7;
onground = false;
Xscale = _xscale;
_xscale = Xscale;
fight = false;
Hurt = false;
flying = false;
RightWall = false;
LeftWall = false;
delay = 0;
power = 2.5;
MainGravity = 0.5;
JumpPower = 10;
_root.McPlayer.push(this);
Freeze = 0;
timmer = 0;
Finished = 1;
RScale = this.Skin._xscale;
Bounds = false;
respawn = 0;
respawnLimit = 250;
Targget = _root.player;
Tagget = Targget;
Kills = 0;
Team = this;
FindWay = 0;
_root.Cpu1 = Kills;
}
onClipEvent (enterFrame) {
if (ComboMove == 5) {
if (Mode == "Normal") {
if (RandomCombo == 1) {
if (TaggedX != 0) {
this._x = TaggedMC._x;
this._y = TaggedMC._y;
this.friction = TaggedMC.friction;
this.xspeed = TaggedMC.xspeed;
this.yspeed = TaggedMC.yspeed;
}
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack8");
fight = true;
ComboMove = 0;
}
if (RandomCombo == 2) {
if (TaggedX != 0) {
this._x = TaggedMC._x;
this._y = TaggedMC._y;
this.friction = TaggedMC.friction;
this.xspeed = TaggedMC.xspeed;
this.yspeed = TaggedMC.yspeed;
}
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack9");
fight = true;
ComboMove = 0;
}
}
}
if (ComboMove == 6) {
if (Mode == "Normal") {
if (RandomCombo == 1) {
if (TaggedX != 0) {
this._x = TaggedMC._x;
this._y = TaggedMC._y;
}
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack6");
fight = true;
ComboMove = 100;
}
if (RandomCombo == 2) {
if (TaggedX != 0) {
this._x = TaggedMC._x;
this._y = TaggedMC._y;
}
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack16");
fight = true;
ComboMove = 100;
}
}
}
if (_root.player.Kills > 1) {
NoobPoint = 30;
}
if (_root.player.Kills >= 2) {
if (ComboMove == 10) {
if (Mode == "Normal") {
if (RandomCombo == 1) {
if (TaggedX != 0) {
this._x = TaggedMC._x;
this._y = TaggedMC._y;
}
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack10");
fight = true;
ComboMove = 0;
}
if (RandomCombo == 2) {
if (TaggedX != 0) {
this._x = TaggedMC._x;
this._y = TaggedMC._y;
}
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack10");
fight = true;
ComboMove = 0;
}
}
}
if (ComboMove == 8) {
if (Mode == "Normal") {
if (RandomCombo == 1) {
if (TaggedX != 0) {
this._x = TaggedMC._x;
this._y = TaggedMC._y;
this.friction = TaggedMC.friction;
this.xspeed = TaggedMC.xspeed;
this.yspeed = TaggedMC.yspeed;
}
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack9");
fight = true;
ComboMove = 0;
}
if (RandomCombo == 2) {
if (TaggedX != 0) {
this._x = TaggedMC._x;
this._y = TaggedMC._y;
this.friction = TaggedMC.friction;
this.xspeed = TaggedMC.xspeed;
this.yspeed = TaggedMC.yspeed;
}
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack9");
fight = true;
ComboMove = 0;
}
}
}
}
if (Kills > _root.Cpu1) {
_root.UpdateScore = true;
_root.timernumb = 11;
_root.Cpu1 = Kills - 1;
}
var i = 0;
while (i < _root.McPlayer.length) {
temporaryMc = _root.McPlayer[i];
if (temporaryMc._name != this._name) {
if (temporaryMc.HP >= 1E-10) {
if (Lala.hitTest(temporaryMc._x, temporaryMc._y, true)) {
Yplayer = temporaryMc;
NewTargget = Yplayer;
Targget = Yplayer;
Tagget = Yplayer.hitbox;
}
}
}
i++;
}
}
Instance of Symbol 990 MovieClip in Frame 19
onClipEvent (load) {
this._x = _root.PlayerStart._x;
this._y = _root.PlayerStart._y - 30;
_root.Cam._x = this._x;
_root.Cam._y = this._y;
RenewHp = 100;
Team = _name;
Hold = false;
GrabbedBy = false;
GrabMove = false;
_root.HP = HP;
HP = 100;
DieAni = 1;
RespawnHP = 100;
respawn = 0;
respawnLimit = 250;
Bot = false;
xspeed = 0;
yspeed = 0;
gravity = 0.8;
friction = 0.7;
onground = false;
Xscale = _xscale;
fight = false;
Hurt = false;
SpawnWhere = 0;
SpawnLimit = 4;
power = 2.5;
MainGravity = 0.5;
JumpPower = 10;
RightKey = 39;
LeftKey = 37;
JumpKey = 32;
DownKey = 40;
UpKey = 38;
PunchKey = 65;
BlockKey = 68;
SpecialKey = 83;
Attackpress = false;
onair = false;
RightWall = false;
LeftWall = false;
delay = 0;
NewTargget = 0;
TaggedX = 0;
TaggedY = 0;
TaggedMC = 0;
Freeze = 0;
timmer = 0;
this.Skin._alpha = 0;
Kills = 0;
if (_root.playerChar == 1) {
_root.Cam.Follow = this;
_name = "player";
_root.McPlayer.push(this);
bgSound = new Sound(this);
bgSound.attachSound("AndyHunter");
Cut01 = new Sound(this);
Cut01.attachSound("Cut01");
Cut02 = new Sound(this);
Cut02.attachSound("Cut02");
Cut03 = new Sound(this);
Cut03.attachSound("Cut03");
Cut04 = new Sound(this);
Cut04.attachSound("Cut04");
HP1 = new Sound(this);
HP1.attachSound("hardpunch1");
HP2 = new Sound(this);
HP2.attachSound("hardpunch2");
HP3 = new Sound(this);
HP3.attachSound("hardpunch3");
Twack1 = new Sound(this);
Twack1.attachSound("Twack1");
Twack2 = new Sound(this);
Twack2.attachSound("Twack2");
BB = new Sound(this);
BB.attachSound("Breakbone");
HandSlap1 = new Sound(this);
HandSlap1.attachSound("HandSlap1");
Mykills = Kills;
} else {
delete this.onEnterFrame;
delete this.MovieClip;
this.unloadMovie();
}
}
onClipEvent (enterFrame) {
if (_root.playerChar == 1) {
if (Kills > (_root.MaxKills - 1)) {
_root.Check03 = true;
if (_root.Dif == "N") {
_root.pos = SharedObject.getLocal("game");
_root.pos.data.Check03 = _root.Check03;
} else {
_root.pos2 = SharedObject.getLocal("HardMode");
_root.pos2.data.Check03 = _root.Check03;
}
}
_root.HP = HP;
_root.Hud.Kills = Kills;
_root.Hud.MaxKills = _root.MaxKills;
this.Skin._alpha = 0;
var i = 0;
while (i < _root.McPlayer.length) {
temporaryMc = _root.McPlayer[i];
if (temporaryMc._name != this._name) {
if (temporaryMc.HP >= 0.001) {
if (Lala.hitTest(temporaryMc._x, temporaryMc._y, true)) {
Yplayer = temporaryMc;
NewTargget = Yplayer;
}
_root.Aimer._x = Yplayer._x;
_root.Aimer._y = Yplayer._y;
}
if (Yplayer.HP <= 0) {
_root.Aimer._x = this._x;
_root.Aimer._y = this._y;
}
}
i++;
}
}
}
Instance of Symbol 1808 MovieClip in Frame 19
onClipEvent (load) {
this._x = _root.PlayerStart._x;
this._y = _root.PlayerStart._y - 30;
_root.Cam._x = this._x;
_root.Cam._y = this._y;
RenewHp = 100;
Hold = false;
GrabbedBy = false;
GrabMove = false;
_root.HP = HP;
HP = 100;
DieAni = 1;
RespawnHP = 100;
respawn = 0;
respawnLimit = 250;
Bot = false;
xspeed = 0;
yspeed = 0;
gravity = 0.8;
friction = 0.7;
onground = false;
Xscale = _xscale;
fight = false;
Hurt = false;
SpawnWhere = 0;
SpawnLimit = 4;
power = 2.5;
MainGravity = 0.5;
JumpPower = 10;
RightKey = 39;
LeftKey = 37;
JumpKey = 32;
DownKey = 40;
UpKey = 38;
PunchKey = 65;
BlockKey = 68;
SpecialKey = 83;
Attackpress = false;
onair = false;
RightWall = false;
LeftWall = false;
delay = 0;
NewTargget = 0;
TaggedX = 0;
TaggedY = 0;
TaggedMC = 0;
Freeze = 0;
timmer = 0;
this.Skin._alpha = 0;
Kills = 0;
if (_root.playerChar == 2) {
_root.Cam.Follow = this;
_name = "player";
_root.McPlayer.push(this);
bgSound = new Sound(this);
bgSound.attachSound("AndyHunter");
Cut01 = new Sound(this);
Cut01.attachSound("Cut01");
Cut02 = new Sound(this);
Cut02.attachSound("Cut02");
Cut03 = new Sound(this);
Cut03.attachSound("Cut03");
Cut04 = new Sound(this);
Cut04.attachSound("Cut04");
HP1 = new Sound(this);
HP1.attachSound("hardpunch1");
HP2 = new Sound(this);
HP2.attachSound("hardpunch2");
HP3 = new Sound(this);
HP3.attachSound("hardpunch3");
Twack1 = new Sound(this);
Twack1.attachSound("Twack1");
Twack2 = new Sound(this);
Twack2.attachSound("Twack2");
BB = new Sound(this);
BB.attachSound("Breakbone");
HandSlap1 = new Sound(this);
HandSlap1.attachSound("HandSlap1");
_root.CountKill = _root.Hud.Kills;
Mykills = Kills;
Team = _name;
} else {
delete this.onEnterFrame;
delete this.MovieClip;
this.unloadMovie();
}
}
onClipEvent (enterFrame) {
if (_root.playerChar == 2) {
if (Kills > (_root.MaxKills - 1)) {
_root.Check03 = true;
if (_root.Dif == "N") {
_root.pos = SharedObject.getLocal("game");
_root.pos.data.Check03 = _root.Check03;
} else {
_root.pos = SharedObject.getLocal("game");
_root.pos.data.Check03 = _root.Check03;
_root.pos2 = SharedObject.getLocal("HardMode");
_root.pos2.data.Check03 = _root.Check03;
}
}
if (ComboMove == 6) {
if (Key.isDown(RightKey)) {
if (Key.isDown(PunchKey) && (onground)) {
if (TaggedX != 0) {
this._x = TaggedMC._x;
this._y = TaggedMC._y;
}
gotoAndStop ("Attack");
Man.gotoAndPlay("Poke");
fight = true;
ComboMove = 0;
}
}
if (Key.isDown(LeftKey)) {
if (Key.isDown(PunchKey) && (onground)) {
if (TaggedX != 0) {
this._x = TaggedMC._x;
this._y = TaggedMC._y;
}
gotoAndStop ("Attack");
Man.gotoAndPlay("Poke");
fight = true;
ComboMove = 0;
}
}
}
_root.HP = HP;
_root.Hud.Kills = Kills;
_root.Hud.MaxKills = _root.MaxKills;
this.Skin._alpha = 0;
var i = 0;
while (i < _root.McPlayer.length) {
temporaryMc = _root.McPlayer[i];
if (temporaryMc._name != this._name) {
if (temporaryMc.HP >= 0.001) {
if (Lala.hitTest(temporaryMc._x, temporaryMc._y, true)) {
Yplayer = temporaryMc;
NewTargget = Yplayer;
}
_root.Aimer._x = Yplayer._x;
_root.Aimer._y = Yplayer._y;
}
if (Yplayer.HP <= 0) {
_root.Aimer._x = this._x;
_root.Aimer._y = this._y;
}
}
i++;
}
}
}
Instance of Symbol 1293 MovieClip in Frame 19
onClipEvent (load) {
this._x = _root.PlayerStart._x;
this._y = _root.PlayerStart._y - 30;
_root.Cam._x = this._x;
_root.Cam._y = this._y;
Team = _name;
RenewHp = 100;
SoundDis = _root.attachMovie("SoundDistance", "SoundDistance" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
SoundDis._x = this._x;
SoundDis._y = this._y;
SoundDis._xscale = 200;
SoundDis._yscale = 200;
SoundDis._visible = 0;
distancePlayer = 100;
Hold = false;
GrabbedBy = false;
GrabMove = false;
_root.HP = HP;
HP = 100;
DieAni = 1;
RespawnHP = 100;
respawn = 0;
respawnLimit = 250;
Bot = false;
xspeed = 0;
yspeed = 0;
gravity = 0.8;
friction = 0.7;
onground = false;
Xscale = _xscale;
fight = false;
Hurt = false;
SpawnWhere = 0;
SpawnLimit = 1;
power = 3.5;
MainGravity = 0.5;
JumpPower = 12;
RightKey = 39;
LeftKey = 37;
JumpKey = 32;
DownKey = 40;
UpKey = 38;
PunchKey = 65;
BlockKey = 68;
SpecialKey = 83;
Attackpress = false;
onair = false;
RightWall = false;
LeftWall = false;
delay = 0;
NewTargget = 0;
TaggedX = 0;
TaggedY = 0;
TaggedMC = 0;
Freeze = 0;
timmer = 0;
this.Skin._alpha = 0;
Kills = 0;
if (_root.playerChar == 3) {
_root.Cam.Follow = this;
_name = "player";
_root.McPlayer.push(this);
bgSound = new Sound(this);
bgSound.attachSound("AndyHunter");
Cut01 = new Sound(this);
Cut01.attachSound("Cut01");
Cut02 = new Sound(this);
Cut02.attachSound("Cut02");
Cut03 = new Sound(this);
Cut03.attachSound("Cut03");
Cut04 = new Sound(this);
Cut04.attachSound("Cut04");
HP1 = new Sound(this);
HP1.attachSound("hardpunch1");
HP2 = new Sound(this);
HP2.attachSound("hardpunch2");
HP3 = new Sound(this);
HP3.attachSound("hardpunch3");
Twack1 = new Sound(this);
Twack1.attachSound("Twack1");
Twack2 = new Sound(this);
Twack2.attachSound("Twack2");
BB = new Sound(this);
BB.attachSound("Breakbone");
HandSlap1 = new Sound(this);
HandSlap1.attachSound("HandSlap1");
} else {
delete this.onEnterFrame;
delete this.MovieClip;
this.unloadMovie();
}
}
onClipEvent (enterFrame) {
if (_root.playerChar == 3) {
if (Kills > Mykills) {
_root.timernumb = 10;
_root.Mykills = _root.Mykills + 1;
Mykills = Mykills + 1;
}
if (Kills > (_root.MaxKills - 1)) {
_root.Check03 = true;
if (_root.Dif == "N") {
_root.pos = SharedObject.getLocal("game");
_root.pos.data.Check03 = _root.Check03;
} else {
_root.pos = SharedObject.getLocal("game");
_root.pos.data.Check03 = _root.Check03;
_root.pos2 = SharedObject.getLocal("HardMode");
_root.pos2.data.Check03 = _root.Check03;
}
}
_root.HP = HP;
_root.Hud.Kills = Kills;
_root.Hud.MaxKills = _root.MaxKills;
this.Skin._alpha = 0;
var i = 0;
while (i < _root.McPlayer.length) {
temporaryMc = _root.McPlayer[i];
if (temporaryMc._name != this._name) {
if (temporaryMc.HP >= 1E-10) {
if (Lala.hitTest(temporaryMc._x, temporaryMc._y, true)) {
Yplayer = temporaryMc;
NewTargget = Yplayer;
}
if (HP >= 0.0001) {
_root.Aimer._x = Yplayer._x;
_root.Aimer._y = Yplayer._y;
}
}
if (Yplayer.HP <= 0) {
_root.Aimer._x = this._x;
_root.Aimer._y = this._y;
}
}
i++;
}
}
}
Instance of Symbol 1810 MovieClip "PlayerStart" in Frame 19
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 1810 MovieClip "S1" in Frame 19
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 1810 MovieClip "S2" in Frame 19
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 1810 MovieClip "S3" in Frame 19
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 1810 MovieClip "S4" in Frame 19
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 2070 MovieClip "ground" in Frame 19
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 2072 MovieClip "GroundSlop" in Frame 19
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 1827 MovieClip "Aimer" in Frame 19
onClipEvent (load) {
_root.McT.push(this);
}
onClipEvent (enterFrame) {
}
Instance of Symbol 2064 MovieClip "SB" in Frame 19
onClipEvent (load) {
_alpha = 0;
started = 1;
if (_root.HowMany == 2) {
gotoAndStop (1);
}
if (_root.HowMany == 3) {
gotoAndStop (2);
}
if (_root.HowMany == 4) {
gotoAndStop (3);
}
if (_root.HowMany == 5) {
gotoAndStop (4);
}
if (_root.HowMany == 6) {
gotoAndStop (5);
}
if (_root.HowMany == 7) {
gotoAndStop (6);
}
}
onClipEvent (enterFrame) {
if (_root.HowMany == 2) {
gotoAndStop (1);
}
if (_root.HowMany == 3) {
gotoAndStop (2);
}
if (_root.HowMany == 4) {
gotoAndStop (3);
}
if (_root.HowMany == 5) {
gotoAndStop (4);
}
if (_root.HowMany == 6) {
gotoAndStop (5);
}
if (_root.HowMany == 7) {
gotoAndStop (6);
}
if (_alpha == 0) {
_visible = false;
} else {
_visible = true;
}
if (started == 1) {
if (this._alpha >= 1) {
_alpha = (_alpha - 1);
}
}
if (Key.isDown(112)) {
started = 0;
if (this._alpha <= 99) {
_alpha = (_alpha + 30);
} else {
_alpha = 100;
}
} else if (started == 0) {
if (this._alpha >= 1) {
_alpha = (_alpha - 30);
} else {
_alpha = 0;
}
}
}
Frame 20
_root.removeMovieClips = false;
_root.TeamSpawn = false;
_root.Place = 1;
_root.SecTime = 0;
_root.RSec = 0;
_root.CrapTimeMin = 0;
_root.Ending = false;
_quality = "LOW";
myMasterSoundObject = new Sound();
myMasterSoundObject.setVolume(100);
if (_root.Dif == "N") {
MaxKills = 15;
} else {
MaxKills = 20;
}
_root.Game = "Pause";
GoRetry = _root._currentframe;
stop();
var McPlayer = new Array();
var McT = new Array();
ResetScore = 0;
HowMany = 6;
numb = 0;
Cpu1 = 0;
Cpu2 = 0;
Cpu3 = 0;
Cpu4 = 0;
Cpu5 = 0;
timernumb = 0;
_root.UpdateScore = true;
PName = "You";
PName2 = "HandJob";
PName3 = "TonyTheCock";
PName4 = "SwordUpURAss";
PName5 = "BackPack";
PName6 = "Pinko";
ResetScore = 0;
CountKill = 0;
_root.won = 0;
var recArray = new Array();
recArray.push({name:PName, zip:numb, zip2:0});
recArray.push({name:PName2, zip:Cpu1, zip2:0});
recArray.push({name:PName3, zip:Cpu2, zip2:0});
recArray.push({name:PName4, zip:Cpu3, zip2:0});
recArray.push({name:PName5, zip:Cpu4, zip2:0});
recArray.push({name:PName6, zip:Cpu5, zip2:0});
recArray.sortOn(["zip", "zip2"]);
displayArray(recArray);
Instance of Symbol 990 MovieClip in Frame 20
onClipEvent (load) {
this._x = _root.PlayerStart._x;
this._y = _root.PlayerStart._y - 30;
_root.Cam._x = this._x;
_root.Cam._y = this._y;
Hold = false;
GrabbedBy = false;
GrabMove = false;
_root.HP = HP;
HP = 100;
DieAni = 1;
RespawnHP = 100;
respawn = 0;
respawnLimit = 250;
Bot = false;
xspeed = 0;
yspeed = 0;
gravity = 0.8;
friction = 0.7;
onground = false;
Xscale = _xscale;
fight = false;
Hurt = false;
SpawnWhere = 0;
SpawnLimit = 4;
power = 2.5;
MainGravity = 0.5;
JumpPower = 10;
RightKey = 39;
LeftKey = 37;
JumpKey = 32;
DownKey = 40;
UpKey = 38;
PunchKey = 65;
BlockKey = 68;
SpecialKey = 83;
Attackpress = false;
onair = false;
RightWall = false;
LeftWall = false;
delay = 0;
NewTargget = 0;
TaggedX = 0;
TaggedY = 0;
TaggedMC = 0;
Freeze = 0;
timmer = 0;
this.Skin._alpha = 0;
Kills = 0;
if (_root.playerChar == 1) {
_root.Cam.Follow = this;
_name = "player";
_root.McPlayer.push(this);
bgSound = new Sound(this);
bgSound.attachSound("AndyHunter");
HP1 = new Sound(this);
HP1.attachSound("hardpunch1");
HP2 = new Sound(this);
HP2.attachSound("hardpunch2");
HP3 = new Sound(this);
HP3.attachSound("hardpunch3");
Twack1 = new Sound(this);
Twack1.attachSound("Twack1");
Twack2 = new Sound(this);
Twack2.attachSound("Twack2");
BB = new Sound(this);
BB.attachSound("Breakbone");
HandSlap1 = new Sound(this);
HandSlap1.attachSound("HandSlap1");
Mykills = Kills;
Team = _name;
RenewHp = 100;
} else {
delete this.onEnterFrame;
delete this.MovieClip;
this.unloadMovie();
}
}
onClipEvent (enterFrame) {
if (_root.playerChar == 1) {
if (Kills > (_root.MaxKills - 1)) {
_root.Check04 = true;
if (_root.Dif == "N") {
_root.pos = SharedObject.getLocal("game");
_root.pos.data.Check04 = _root.Check04;
} else {
_root.pos = SharedObject.getLocal("game");
_root.pos.data.Check04 = _root.Check04;
_root.pos2 = SharedObject.getLocal("HardMode");
_root.pos2.data.Check04 = _root.Check04;
}
}
_root.HP = HP;
_root.Hud.Kills = Kills;
_root.Hud.MaxKills = _root.MaxKills;
this.Skin._alpha = 0;
var i = 0;
while (i < _root.McPlayer.length) {
temporaryMc = _root.McPlayer[i];
if (temporaryMc._name != this._name) {
if (temporaryMc.HP >= 0.001) {
if (Lala.hitTest(temporaryMc._x, temporaryMc._y, true)) {
Yplayer = temporaryMc;
NewTargget = Yplayer;
}
_root.Aimer._x = Yplayer._x;
_root.Aimer._y = Yplayer._y;
}
if (Yplayer.HP <= 0) {
_root.Aimer._x = this._x;
_root.Aimer._y = this._y;
}
}
i++;
}
}
}
Instance of Symbol 1808 MovieClip in Frame 20
onClipEvent (load) {
this._x = _root.PlayerStart._x;
this._y = _root.PlayerStart._y - 30;
_root.Cam._x = this._x;
_root.Cam._y = this._y;
Hold = false;
GrabbedBy = false;
GrabMove = false;
_root.HP = HP;
HP = 100;
DieAni = 1;
RespawnHP = 100;
respawn = 0;
respawnLimit = 250;
Bot = false;
xspeed = 0;
yspeed = 0;
gravity = 0.8;
friction = 0.7;
onground = false;
Xscale = _xscale;
fight = false;
Hurt = false;
SpawnWhere = 0;
SpawnLimit = 4;
power = 2.5;
MainGravity = 0.5;
JumpPower = 10;
RightKey = 39;
LeftKey = 37;
JumpKey = 32;
DownKey = 40;
UpKey = 38;
PunchKey = 65;
BlockKey = 68;
SpecialKey = 83;
Attackpress = false;
onair = false;
RightWall = false;
LeftWall = false;
delay = 0;
NewTargget = 0;
TaggedX = 0;
TaggedY = 0;
TaggedMC = 0;
Freeze = 0;
timmer = 0;
this.Skin._alpha = 0;
Kills = 0;
if (_root.playerChar == 2) {
_root.Cam.Follow = this;
_name = "player";
_root.McPlayer.push(this);
bgSound = new Sound(this);
bgSound.attachSound("AndyHunter");
HP1 = new Sound(this);
HP1.attachSound("hardpunch1");
HP2 = new Sound(this);
HP2.attachSound("hardpunch2");
HP3 = new Sound(this);
HP3.attachSound("hardpunch3");
Twack1 = new Sound(this);
Twack1.attachSound("Twack1");
Twack2 = new Sound(this);
Twack2.attachSound("Twack2");
BB = new Sound(this);
BB.attachSound("Breakbone");
HandSlap1 = new Sound(this);
HandSlap1.attachSound("HandSlap1");
Mykills = Kills;
_root.Mykills = Kills;
Team = _name;
RenewHp = 100;
} else {
delete this.onEnterFrame;
delete this.MovieClip;
this.unloadMovie();
}
}
onClipEvent (enterFrame) {
if (_root.playerChar == 2) {
if (Kills > (_root.MaxKills - 1)) {
_root.Check04 = true;
if (_root.Dif == "N") {
_root.pos = SharedObject.getLocal("game");
_root.pos.data.Check04 = _root.Check04;
} else {
_root.pos = SharedObject.getLocal("game");
_root.pos.data.Check04 = _root.Check04;
_root.pos2 = SharedObject.getLocal("HardMode");
_root.pos2.data.Check04 = _root.Check04;
}
}
if (ComboMove == 6) {
if (Key.isDown(RightKey)) {
if (Key.isDown(PunchKey) && (onground)) {
if (TaggedX != 0) {
this._x = TaggedMC._x;
this._y = TaggedMC._y;
}
gotoAndStop ("Attack");
Man.gotoAndPlay("Poke");
fight = true;
ComboMove = 0;
}
}
if (Key.isDown(LeftKey)) {
if (Key.isDown(PunchKey) && (onground)) {
if (TaggedX != 0) {
this._x = TaggedMC._x;
this._y = TaggedMC._y;
}
gotoAndStop ("Attack");
Man.gotoAndPlay("Poke");
fight = true;
ComboMove = 0;
}
}
}
_root.HP = HP;
_root.Hud.Kills = Kills;
_root.Hud.MaxKills = _root.MaxKills;
this.Skin._alpha = 0;
var i = 0;
while (i < _root.McPlayer.length) {
temporaryMc = _root.McPlayer[i];
if (temporaryMc._name != this._name) {
if (temporaryMc.HP >= 0.001) {
if (Lala.hitTest(temporaryMc._x, temporaryMc._y, true)) {
Yplayer = temporaryMc;
NewTargget = Yplayer;
}
_root.Aimer._x = Yplayer._x;
_root.Aimer._y = Yplayer._y;
}
if (Yplayer.HP <= 0) {
_root.Aimer._x = this._x;
_root.Aimer._y = this._y;
}
}
i++;
}
}
}
Instance of Symbol 1808 MovieClip "S1" in Frame 20
onClipEvent (load) {
Team = _name;
RenewHp = 100;
bgSound = new Sound(this);
bgSound.start(0, 99);
bgSound = new Sound(this);
bgSound.attachSound("AndyHunter");
HP1 = new Sound(this);
HP1.attachSound("hardpunch1");
HP2 = new Sound(this);
HP2.attachSound("hardpunch2");
HP3 = new Sound(this);
HP3.attachSound("hardpunch3");
Twack1 = new Sound(this);
Twack1.attachSound("Twack1");
Twack2 = new Sound(this);
Twack2.attachSound("Twack2");
BB = new Sound(this);
BB.attachSound("Breakbone");
HandSlap1 = new Sound(this);
HandSlap1.attachSound("HandSlap1");
SoundDis = _root.attachMovie("SoundDistance", "SoundDistance" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
SoundDis._x = this._x;
SoundDis._y = this._y;
SoundDis._xscale = 200;
SoundDis._yscale = 200;
SoundDis._visible = 0;
Namer = _root.attachMovie("Names", "Name" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
Namer._x = this._x;
Namer._y = this._y;
Namer.PlayerName.text = _root.PName2;
distancePlayer = 100;
DistanceClose = 50;
MoveIn = 0;
Hold = false;
CanHit = false;
GrabbedBy = false;
HP = 100;
RespawnHP = 100;
SpawnWhere = 0;
SpawnLimit = 4;
Special = 100;
if (_root.Dif == "N") {
Mode = "Normal";
} else {
Mode = "Follow";
}
NoobPoint = 0;
DieAni = 1;
Bot = true;
xspeed = 0;
yspeed = 0;
gravity = 0.8;
friction = 0.7;
onground = false;
Xscale = _xscale;
_xscale = Xscale;
fight = false;
Hurt = false;
flying = false;
RightWall = false;
LeftWall = false;
delay = 0;
power = 2.5;
MainGravity = 0.5;
JumpPower = 10;
_root.McPlayer.push(this);
Freeze = 0;
timmer = 0;
Finished = 1;
RScale = this.Skin._xscale;
Bounds = false;
respawn = 0;
respawnLimit = 250;
Targget = _root.player;
Tagget = Targget;
Kills = 0;
Kills = 0;
Team = this;
FindWay = 0;
}
onClipEvent (enterFrame) {
if (Kills > _root.Cpu1) {
_root.UpdateScore = true;
_root.timernumb = 11;
_root.Cpu1 = Kills - 1;
}
var i = 0;
while (i < _root.McPlayer.length) {
temporaryMc = _root.McPlayer[i];
if (temporaryMc._name != this._name) {
if (temporaryMc.HP >= 0.001) {
if (Lala.hitTest(temporaryMc._x, temporaryMc._y, true)) {
Yplayer = temporaryMc;
NewTargget = Yplayer;
Targget = Yplayer;
Tagget = Yplayer.hitbox;
}
}
}
i++;
}
}
Instance of Symbol 1293 MovieClip in Frame 20
onClipEvent (load) {
this._x = _root.PlayerStart._x;
this._y = _root.PlayerStart._y - 30;
_root.Cam._x = this._x;
_root.Cam._y = this._y;
SoundDis = _root.attachMovie("SoundDistance", "SoundDistance" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
SoundDis._x = this._x;
SoundDis._y = this._y;
SoundDis._xscale = 200;
SoundDis._yscale = 200;
SoundDis._visible = 0;
distancePlayer = 100;
Hold = false;
GrabbedBy = false;
GrabMove = false;
_root.HP = HP;
HP = 100;
DieAni = 1;
RespawnHP = 100;
respawn = 0;
respawnLimit = 250;
Bot = false;
xspeed = 0;
yspeed = 0;
gravity = 0.8;
friction = 0.7;
onground = false;
Xscale = _xscale;
fight = false;
Hurt = false;
SpawnWhere = 0;
SpawnLimit = 1;
power = 3.5;
MainGravity = 0.5;
JumpPower = 12;
RightKey = 39;
LeftKey = 37;
JumpKey = 32;
DownKey = 40;
UpKey = 38;
PunchKey = 65;
BlockKey = 68;
SpecialKey = 83;
Attackpress = false;
onair = false;
RightWall = false;
LeftWall = false;
delay = 0;
NewTargget = 0;
TaggedX = 0;
TaggedY = 0;
TaggedMC = 0;
Freeze = 0;
timmer = 0;
this.Skin._alpha = 0;
Kills = 0;
if (_root.playerChar == 3) {
_root.Cam.Follow = this;
_name = "player";
_root.McPlayer.push(this);
bgSound = new Sound(this);
bgSound.attachSound("AndyHunter");
Cut01 = new Sound(this);
Cut01.attachSound("Cut01");
Cut02 = new Sound(this);
Cut02.attachSound("Cut02");
Cut03 = new Sound(this);
Cut03.attachSound("Cut03");
Cut04 = new Sound(this);
Cut04.attachSound("Cut04");
HP1 = new Sound(this);
HP1.attachSound("hardpunch1");
HP2 = new Sound(this);
HP2.attachSound("hardpunch2");
HP3 = new Sound(this);
HP3.attachSound("hardpunch3");
Twack1 = new Sound(this);
Twack1.attachSound("Twack1");
Twack2 = new Sound(this);
Twack2.attachSound("Twack2");
BB = new Sound(this);
BB.attachSound("Breakbone");
HandSlap1 = new Sound(this);
HandSlap1.attachSound("HandSlap1");
Mykills = Kills;
Team = _name;
RenewHp = 100;
} else {
delete this.onEnterFrame;
delete this.MovieClip;
this.unloadMovie();
}
}
onClipEvent (enterFrame) {
if (_root.playerChar == 3) {
_name = "player";
if (Kills > (_root.MaxKills - 1)) {
_root.Check04 = true;
if (_root.Dif == "N") {
_root.pos = SharedObject.getLocal("game");
_root.pos.data.Check04 = _root.Check04;
} else {
_root.pos = SharedObject.getLocal("game");
_root.pos.data.Check04 = _root.Check04;
_root.pos2 = SharedObject.getLocal("HardMode");
_root.pos2.data.Check04 = _root.Check04;
}
}
_root.HP = HP;
_root.Hud.Kills = Kills;
_root.Hud.MaxKills = _root.MaxKills;
this.Skin._alpha = 0;
var i = 0;
while (i < _root.McPlayer.length) {
temporaryMc = _root.McPlayer[i];
if (temporaryMc._name != this._name) {
if (temporaryMc.HP >= 1E-10) {
if (Lala.hitTest(temporaryMc._x, temporaryMc._y, true)) {
Yplayer = temporaryMc;
NewTargget = Yplayer;
}
if (HP >= 0.0001) {
_root.Aimer._x = Yplayer._x;
_root.Aimer._y = Yplayer._y;
}
}
if (Yplayer.HP <= 0) {
_root.Aimer._x = this._x;
_root.Aimer._y = this._y;
}
}
i++;
}
}
}
Instance of Symbol 1808 MovieClip "S2" in Frame 20
onClipEvent (load) {
Team = _name;
RenewHp = 100;
bgSound = new Sound(this);
bgSound.start(0, 99);
bgSound = new Sound(this);
bgSound.attachSound("AndyHunter");
HP1 = new Sound(this);
HP1.attachSound("hardpunch1");
HP2 = new Sound(this);
HP2.attachSound("hardpunch2");
HP3 = new Sound(this);
HP3.attachSound("hardpunch3");
Twack1 = new Sound(this);
Twack1.attachSound("Twack1");
Twack2 = new Sound(this);
Twack2.attachSound("Twack2");
BB = new Sound(this);
BB.attachSound("Breakbone");
HandSlap1 = new Sound(this);
HandSlap1.attachSound("HandSlap1");
SoundDis = _root.attachMovie("SoundDistance", "SoundDistance" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
SoundDis._x = this._x;
SoundDis._y = this._y;
SoundDis._xscale = 200;
SoundDis._yscale = 200;
SoundDis._visible = 0;
Namer = _root.attachMovie("Names", "Name" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
Namer._x = this._x;
Namer._y = this._y;
Namer.PlayerName.text = _root.PName3;
distancePlayer = 100;
DistanceClose = 50;
MoveIn = 0;
Hold = false;
CanHit = false;
GrabbedBy = false;
HP = 100;
RespawnHP = 100;
SpawnWhere = 0;
SpawnLimit = 4;
Special = 100;
if (_root.Dif == "N") {
Mode = "Follow";
} else {
Mode = "Follow";
}
NoobPoint = 0;
DieAni = 1;
Bot = true;
xspeed = 0;
yspeed = 0;
gravity = 0.8;
friction = 0.7;
onground = false;
Xscale = _xscale;
_xscale = Xscale;
fight = false;
Hurt = false;
flying = false;
RightWall = false;
LeftWall = false;
delay = 0;
power = 2.5;
MainGravity = 0.5;
JumpPower = 10;
_root.McPlayer.push(this);
Freeze = 0;
timmer = 0;
Finished = 1;
RScale = this.Skin._xscale;
Bounds = false;
respawn = 0;
respawnLimit = 250;
Targget = _root.player;
Tagget = Targget;
Kills = 0;
Kills = 0;
Team = this;
FindWay = 0;
}
onClipEvent (enterFrame) {
Targget = _root.player;
Tagget = Targget;
if (Kills > _root.Cpu2) {
_root.UpdateScore = true;
_root.timernumb = 12;
_root.Cpu2 = Kills - 1;
}
var i = 0;
while (i < _root.McPlayer.length) {
temporaryMc = _root.McPlayer[i];
if (temporaryMc._name != this._name) {
if (temporaryMc.HP >= 0.001) {
if (Lala.hitTest(temporaryMc._x, temporaryMc._y, true)) {
Yplayer = temporaryMc;
NewTargget = Yplayer;
Targget = Yplayer;
Tagget = Yplayer.hitbox;
}
}
}
i++;
}
}
Instance of Symbol 1293 MovieClip "E1" in Frame 20
onClipEvent (load) {
Team = _name;
RenewHp = 100;
bgSound = new Sound(this);
bgSound.start(0, 99);
bgSound = new Sound(this);
bgSound.attachSound("AndyHunter");
HP1 = new Sound(this);
HP1.attachSound("hardpunch1");
HP2 = new Sound(this);
HP2.attachSound("hardpunch2");
HP3 = new Sound(this);
HP3.attachSound("hardpunch3");
Twack1 = new Sound(this);
Twack1.attachSound("Twack1");
Twack2 = new Sound(this);
Twack2.attachSound("Twack2");
BB = new Sound(this);
BB.attachSound("Breakbone");
HandSlap1 = new Sound(this);
HandSlap1.attachSound("HandSlap1");
SoundDis = _root.attachMovie("SoundDistance", "SoundDistance" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
SoundDis._x = this._x;
SoundDis._y = this._y;
SoundDis._xscale = 200;
SoundDis._yscale = 200;
SoundDis._visible = 0;
Namer = _root.attachMovie("Names", "Name" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
Namer._x = this._x;
Namer._y = this._y;
Namer.PlayerName.text = _root.PName4;
distancePlayer = 100;
DistanceClose = 50;
MoveIn = 0;
Hold = false;
CanHit = false;
GrabbedBy = false;
HP = 100;
RespawnHP = 100;
SpawnWhere = 0;
SpawnLimit = 4;
Special = 100;
if (_root.Dif == "N") {
Mode = "Normal";
} else {
Mode = "Follow";
}
NoobPoint = 0;
DieAni = 1;
Bot = true;
xspeed = 0;
yspeed = 0;
gravity = 0.8;
friction = 0.7;
onground = false;
Xscale = _xscale;
_xscale = Xscale;
fight = false;
Hurt = false;
flying = false;
RightWall = false;
LeftWall = false;
delay = 0;
power = 2.5;
MainGravity = 0.5;
JumpPower = 10;
_root.McPlayer.push(this);
Freeze = 0;
timmer = 0;
Finished = 1;
RScale = this.Skin._xscale;
Bounds = false;
respawn = 0;
respawnLimit = 250;
Targget = _root.player;
Tagget = Targget;
Kills = 0;
Kills = 0;
Team = this;
FindWay = 0;
}
onClipEvent (enterFrame) {
if (Kills > _root.Cpu3) {
_root.UpdateScore = true;
_root.timernumb = 13;
_root.Cpu3 = Kills - 1;
}
var i = 0;
while (i < _root.McPlayer.length) {
temporaryMc = _root.McPlayer[i];
if (temporaryMc._name != this._name) {
if (temporaryMc.HP >= 1E-12) {
if (Lala.hitTest(temporaryMc._x, temporaryMc._y, true)) {
Yplayer = temporaryMc;
NewTargget = Yplayer;
Targget = Yplayer;
Tagget = Yplayer.hitbox;
}
}
}
i++;
}
}
Instance of Symbol 990 MovieClip "E6" in Frame 20
onClipEvent (load) {
RenewHp = 100;
Team = _name;
bgSound = new Sound(this);
bgSound.start(0, 99);
bgSound = new Sound(this);
bgSound.attachSound("AndyHunter");
HP1 = new Sound(this);
HP1.attachSound("hardpunch1");
HP2 = new Sound(this);
HP2.attachSound("hardpunch2");
HP3 = new Sound(this);
HP3.attachSound("hardpunch3");
Twack1 = new Sound(this);
Twack1.attachSound("Twack1");
Twack2 = new Sound(this);
Twack2.attachSound("Twack2");
BB = new Sound(this);
BB.attachSound("Breakbone");
HandSlap1 = new Sound(this);
HandSlap1.attachSound("HandSlap1");
SoundDis = _root.attachMovie("SoundDistance", "SoundDistance" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
SoundDis._x = this._x;
SoundDis._y = this._y;
SoundDis._xscale = 200;
SoundDis._yscale = 200;
SoundDis._visible = 0;
Namer = _root.attachMovie("Names", "Name" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
Namer._x = this._x;
Namer._y = this._y;
Namer.PlayerName.text = _root.PName5;
distancePlayer = 100;
DistanceClose = 50;
MoveIn = 0;
Hold = false;
CanHit = false;
GrabbedBy = false;
HP = 100;
RespawnHP = 100;
SpawnWhere = 0;
SpawnLimit = 4;
Special = 100;
if (_root.Dif == "N") {
Mode = "Normal";
} else {
Mode = "Follow";
}
NoobPoint = 0;
DieAni = 1;
Bot = true;
xspeed = 0;
yspeed = 0;
gravity = 0.8;
friction = 0.7;
onground = false;
Xscale = _xscale;
_xscale = Xscale;
fight = false;
Hurt = false;
flying = false;
RightWall = false;
LeftWall = false;
delay = 0;
power = 2.5;
MainGravity = 0.5;
JumpPower = 10;
_root.McPlayer.push(this);
Freeze = 0;
timmer = 0;
Finished = 1;
RScale = this.Skin._xscale;
Bounds = false;
respawn = 0;
respawnLimit = 250;
Targget = _root.player;
Tagget = Targget;
Kills = 0;
Kills = 0;
Team = this;
FindWay = 0;
}
onClipEvent (enterFrame) {
if (Kills > _root.Cpu4) {
_root.UpdateScore = true;
_root.timernumb = 14;
_root.Cpu4 = Kills - 1;
}
var i = 0;
while (i < _root.McPlayer.length) {
temporaryMc = _root.McPlayer[i];
if (temporaryMc._name != this._name) {
if (temporaryMc.HP >= 1E-12) {
if (Lala.hitTest(temporaryMc._x, temporaryMc._y, true)) {
Yplayer = temporaryMc;
NewTargget = Yplayer;
Targget = Yplayer;
Tagget = Yplayer.hitbox;
}
}
}
i++;
}
}
Instance of Symbol 990 MovieClip "E7" in Frame 20
onClipEvent (load) {
RenewHp = 100;
Team = _name;
bgSound = new Sound(this);
bgSound.start(0, 99);
bgSound = new Sound(this);
bgSound.attachSound("AndyHunter");
HP1 = new Sound(this);
HP1.attachSound("hardpunch1");
HP2 = new Sound(this);
HP2.attachSound("hardpunch2");
HP3 = new Sound(this);
HP3.attachSound("hardpunch3");
Twack1 = new Sound(this);
Twack1.attachSound("Twack1");
Twack2 = new Sound(this);
Twack2.attachSound("Twack2");
BB = new Sound(this);
BB.attachSound("Breakbone");
HandSlap1 = new Sound(this);
HandSlap1.attachSound("HandSlap1");
SoundDis = _root.attachMovie("SoundDistance", "SoundDistance" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
SoundDis._x = this._x;
SoundDis._y = this._y;
SoundDis._xscale = 200;
SoundDis._yscale = 200;
SoundDis._visible = 0;
Namer = _root.attachMovie("Names", "Name" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
Namer._x = this._x;
Namer._y = this._y;
Namer.PlayerName.text = _root.PName6;
distancePlayer = 100;
DistanceClose = 50;
MoveIn = 0;
Hold = false;
CanHit = false;
GrabbedBy = false;
HP = 100;
RespawnHP = 100;
SpawnWhere = 0;
SpawnLimit = 4;
Special = 100;
if (_root.Dif == "N") {
Mode = "Normal";
} else {
Mode = "Follow";
}
NoobPoint = 0;
DieAni = 1;
Bot = true;
xspeed = 0;
yspeed = 0;
gravity = 0.8;
friction = 0.7;
onground = false;
Xscale = _xscale;
_xscale = Xscale;
fight = false;
Hurt = false;
flying = false;
RightWall = false;
LeftWall = false;
delay = 0;
power = 2.5;
MainGravity = 0.5;
JumpPower = 10;
_root.McPlayer.push(this);
Freeze = 0;
timmer = 0;
Finished = 1;
RScale = this.Skin._xscale;
Bounds = false;
respawn = 0;
respawnLimit = 250;
Targget = _root.player;
Tagget = Targget;
Kills = 0;
Kills = 0;
Team = this;
FindWay = 0;
}
onClipEvent (enterFrame) {
if (Kills > _root.Cpu5) {
_root.UpdateScore = true;
_root.timernumb = 15;
_root.Cpu5 = Kills - 1;
}
var i = 0;
while (i < _root.McPlayer.length) {
temporaryMc = _root.McPlayer[i];
if (temporaryMc._name != this._name) {
if (temporaryMc.HP >= 1E-12) {
if (Lala.hitTest(temporaryMc._x, temporaryMc._y, true)) {
Yplayer = temporaryMc;
NewTargget = Yplayer;
Targget = Yplayer;
Tagget = Yplayer.hitbox;
}
}
}
i++;
}
}
Instance of Symbol 1810 MovieClip "S3" in Frame 20
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 1810 MovieClip "S2" in Frame 20
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 1810 MovieClip "S4" in Frame 20
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 1810 MovieClip "PlayerStart" in Frame 20
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 2079 MovieClip "ground" in Frame 20
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 2081 MovieClip in Frame 20
onClipEvent (load) {
if (this.hitTest(_root.Cam._x, _root.Cam._y, true)) {
_root.Texture.gotoAndStop(4);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.Cam._x, _root.Cam._y, true)) {
_root.Texture.gotoAndStop(4);
}
}
Instance of Symbol 2081 MovieClip in Frame 20
onClipEvent (load) {
if (this.hitTest(_root.Cam._x, _root.Cam._y, true)) {
_root.Texture.gotoAndStop(3);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.Cam._x, _root.Cam._y, true)) {
_root.Texture.gotoAndStop(3);
}
}
Frame 21
_root.removeMovieClips = false;
_root.TeamSpawn = false;
_root.Place = 1;
_root.SecTime = 0;
_root.RSec = 0;
_root.CrapTimeMin = 0;
_root.Ending = false;
_quality = "LOW";
myMasterSoundObject = new Sound();
myMasterSoundObject.setVolume(100);
MaxKills = 999;
_root.Game = "Pause";
GoRetry = 4;
stop();
var McPlayer = new Array();
var McT = new Array();
HP1 = new Sound();
HP1.attachSound("hardpunch1");
HP2 = new Sound();
HP2.attachSound("hardpunch2");
HP3 = new Sound();
HP3.attachSound("hardpunch3");
Twack1 = new Sound();
Twack1.attachSound("Twack1");
Twack2 = new Sound();
Twack2.attachSound("Twack2");
BB = new Sound();
BB.attachSound("Breakbone");
Check01 = true;
if (_root.Dif == "N") {
_root.pos = SharedObject.getLocal("game");
_root.pos.data.Check01 = _root.Check01;
} else {
_root.pos = SharedObject.getLocal("game");
_root.pos.data.Check01 = _root.Check01;
_root.pos2 = SharedObject.getLocal("HardMode");
_root.pos2.data.Check01 = _root.Check01;
}
Instance of Symbol 990 MovieClip in Frame 21
onClipEvent (load) {
RenewHp = 100;
this._x = _root.PlayerStart._x;
this._y = _root.PlayerStart._y - 30;
_root.Cam._x = this._x;
_root.Cam._y = this._y;
maxCheck = 0.07;
xsteps = xspeed * maxCheck;
ysteps = yspeed * maxCheck;
bgSound = new Sound(this);
bgSound.attachSound("AndyHunter");
HP1 = new Sound(this);
HP1.attachSound("hardpunch1");
HP2 = new Sound(this);
HP2.attachSound("hardpunch2");
HP3 = new Sound(this);
HP3.attachSound("hardpunch3");
Twack1 = new Sound(this);
Twack1.attachSound("Twack1");
Twack2 = new Sound(this);
Twack2.attachSound("Twack2");
BB = new Sound(this);
BB.attachSound("Breakbone");
HandSlap1 = new Sound(this);
HandSlap1.attachSound("HandSlap1");
SoundDis = _root.attachMovie("SoundDistance", "SoundDistance" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
SoundDis._x = this._x;
SoundDis._y = this._y;
SoundDis._xscale = 200;
SoundDis._yscale = 200;
SoundDis._visible = 0;
distancePlayer = 100;
Hold = false;
GrabbedBy = false;
GrabMove = false;
_root.HP = HP;
HP = 100;
DieAni = 1;
RespawnHP = 100;
respawn = 0;
respawnLimit = 250;
Bot = false;
xspeed = 0;
yspeed = 0;
gravity = 0.8;
friction = 0.7;
onground = false;
Xscale = _xscale;
fight = false;
Hurt = false;
SpawnWhere = 0;
SpawnLimit = 1;
power = 2.5;
MainGravity = 0.5;
JumpPower = 10;
RightKey = 39;
LeftKey = 37;
JumpKey = 32;
DownKey = 40;
UpKey = 38;
PunchKey = 65;
BlockKey = 68;
SpecialKey = 83;
Attackpress = false;
onair = false;
RightWall = false;
LeftWall = false;
delay = 0;
NewTargget = 0;
TaggedX = 0;
TaggedY = 0;
TaggedMC = 0;
Freeze = 0;
timmer = 0;
this.Skin._alpha = 0;
Kills = 0;
if (_root.playerChar == 1) {
_root.Cam.Follow = this;
_name = "player";
_root.McPlayer.push(this);
bgSound = new Sound(this);
bgSound.attachSound("AndyHunter");
HP1 = new Sound(this);
HP1.attachSound("hardpunch1");
HP2 = new Sound(this);
HP2.attachSound("hardpunch2");
HP3 = new Sound(this);
HP3.attachSound("hardpunch3");
Twack1 = new Sound(this);
Twack1.attachSound("Twack1");
Twack2 = new Sound(this);
Twack2.attachSound("Twack2");
BB = new Sound(this);
BB.attachSound("Breakbone");
HandSlap1 = new Sound(this);
HandSlap1.attachSound("HandSlap1");
} else {
delete this.onEnterFrame;
delete this.MovieClip;
this.unloadMovie();
}
}
onClipEvent (enterFrame) {
if (_root.playerChar == 1) {
_root.Special = _root.Special + 5;
_root.HP = HP;
_root.Hud.Kills = Kills;
_root.Hud.MaxKills = _root.MaxKills;
this.Skin._alpha = 0;
var i = 0;
while (i < _root.McPlayer.length) {
temporaryMc = _root.McPlayer[i];
if (temporaryMc._name != this._name) {
if (temporaryMc.HP >= 0.001) {
if (Lala.hitTest(temporaryMc._x, temporaryMc._y, true)) {
Yplayer = temporaryMc;
NewTargget = Yplayer;
}
_root.Aimer._x = Yplayer._x;
_root.Aimer._y = Yplayer._y;
}
if (Yplayer.HP <= 0) {
_root.Aimer._x = this._x;
_root.Aimer._y = this._y;
}
}
i++;
}
}
}
Instance of Symbol 1808 MovieClip in Frame 21
onClipEvent (load) {
this._x = _root.PlayerStart._x;
this._y = _root.PlayerStart._y - 30;
_root.Cam._x = this._x;
_root.Cam._y = this._y;
SoundDis = _root.attachMovie("SoundDistance", "SoundDistance" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
SoundDis._x = this._x;
SoundDis._y = this._y;
SoundDis._xscale = 200;
SoundDis._yscale = 200;
SoundDis._visible = 0;
distancePlayer = 100;
Hold = false;
GrabbedBy = false;
GrabMove = false;
_root.HP = HP;
HP = 100;
DieAni = 1;
RespawnHP = 100;
respawn = 0;
respawnLimit = 250;
Bot = false;
xspeed = 0;
yspeed = 0;
gravity = 0.8;
friction = 0.7;
onground = false;
Xscale = _xscale;
fight = false;
Hurt = false;
SpawnWhere = 0;
SpawnLimit = 1;
power = 2.5;
MainGravity = 0.5;
JumpPower = 10;
RightKey = 39;
LeftKey = 37;
JumpKey = 32;
DownKey = 40;
UpKey = 38;
PunchKey = 65;
BlockKey = 68;
SpecialKey = 83;
Attackpress = false;
onair = false;
RightWall = false;
LeftWall = false;
delay = 0;
NewTargget = 0;
TaggedX = 0;
TaggedY = 0;
TaggedMC = 0;
Freeze = 0;
timmer = 0;
this.Skin._alpha = 0;
Kills = 0;
if (_root.playerChar == 2) {
_root.Cam.Follow = this;
_name = "player";
_root.McPlayer.push(this);
bgSound = new Sound(this);
bgSound.attachSound("AndyHunter");
HP1 = new Sound(this);
HP1.attachSound("hardpunch1");
HP2 = new Sound(this);
HP2.attachSound("hardpunch2");
HP3 = new Sound(this);
HP3.attachSound("hardpunch3");
Twack1 = new Sound(this);
Twack1.attachSound("Twack1");
Twack2 = new Sound(this);
Twack2.attachSound("Twack2");
BB = new Sound(this);
BB.attachSound("Breakbone");
HandSlap1 = new Sound(this);
HandSlap1.attachSound("HandSlap1");
} else {
delete this.onEnterFrame;
delete this.MovieClip;
this.unloadMovie();
}
}
onClipEvent (enterFrame) {
if (_root.playerChar == 2) {
_root.Special = _root.Special + 5;
if (ComboMove == 6) {
if (Key.isDown(RightKey)) {
if (Key.isDown(PunchKey) && (onground)) {
if (TaggedX != 0) {
this._x = TaggedMC._x;
this._y = TaggedMC._y;
}
gotoAndStop ("Attack");
Man.gotoAndPlay("Poke");
fight = true;
ComboMove = 0;
}
}
if (Key.isDown(LeftKey)) {
if (Key.isDown(PunchKey) && (onground)) {
if (TaggedX != 0) {
this._x = TaggedMC._x;
this._y = TaggedMC._y;
}
gotoAndStop ("Attack");
Man.gotoAndPlay("Poke");
fight = true;
ComboMove = 0;
}
}
}
_root.HP = HP;
_root.Hud.Kills = Kills;
_root.Hud.MaxKills = _root.MaxKills;
this.Skin._alpha = 0;
var i = 0;
while (i < _root.McPlayer.length) {
temporaryMc = _root.McPlayer[i];
if (temporaryMc._name != this._name) {
if (temporaryMc.HP >= 0.001) {
if (Lala.hitTest(temporaryMc._x, temporaryMc._y, true)) {
Yplayer = temporaryMc;
NewTargget = Yplayer;
}
if (HP >= 0.0001) {
_root.Aimer._x = Yplayer._x;
_root.Aimer._y = Yplayer._y;
}
}
if (Yplayer.HP <= 0) {
_root.Aimer._x = this._x;
_root.Aimer._y = this._y;
}
}
i++;
}
}
}
Instance of Symbol 1293 MovieClip in Frame 21
onClipEvent (load) {
this._x = _root.PlayerStart._x;
this._y = _root.PlayerStart._y - 30;
_root.Cam._x = this._x;
_root.Cam._y = this._y;
SoundDis = _root.attachMovie("SoundDistance", "SoundDistance" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
SoundDis._x = this._x;
SoundDis._y = this._y;
SoundDis._xscale = 200;
SoundDis._yscale = 200;
SoundDis._visible = 0;
distancePlayer = 100;
Hold = false;
GrabbedBy = false;
GrabMove = false;
_root.HP = HP;
HP = 100;
DieAni = 1;
RespawnHP = 100;
respawn = 0;
respawnLimit = 250;
Bot = false;
xspeed = 0;
yspeed = 0;
gravity = 0.8;
friction = 0.7;
onground = false;
Xscale = _xscale;
fight = false;
Hurt = false;
SpawnWhere = 0;
SpawnLimit = 1;
power = 3.5;
MainGravity = 0.5;
JumpPower = 12;
RightKey = 39;
LeftKey = 37;
JumpKey = 32;
DownKey = 40;
UpKey = 38;
PunchKey = 65;
BlockKey = 68;
SpecialKey = 83;
Attackpress = false;
onair = false;
RightWall = false;
LeftWall = false;
delay = 0;
NewTargget = 0;
TaggedX = 0;
TaggedY = 0;
TaggedMC = 0;
Freeze = 0;
timmer = 0;
this.Skin._alpha = 0;
Kills = 0;
if (_root.playerChar == 3) {
_root.Cam.Follow = this;
_name = "player";
_root.McPlayer.push(this);
bgSound = new Sound(this);
bgSound.attachSound("AndyHunter");
Cut01 = new Sound(this);
Cut01.attachSound("Cut01");
Cut02 = new Sound(this);
Cut02.attachSound("Cut02");
Cut03 = new Sound(this);
Cut03.attachSound("Cut03");
Cut04 = new Sound(this);
Cut04.attachSound("Cut04");
HP1 = new Sound(this);
HP1.attachSound("hardpunch1");
HP2 = new Sound(this);
HP2.attachSound("hardpunch2");
HP3 = new Sound(this);
HP3.attachSound("hardpunch3");
Twack1 = new Sound(this);
Twack1.attachSound("Twack1");
Twack2 = new Sound(this);
Twack2.attachSound("Twack2");
BB = new Sound(this);
BB.attachSound("Breakbone");
HandSlap1 = new Sound(this);
HandSlap1.attachSound("HandSlap1");
} else {
delete this.onEnterFrame;
delete this.MovieClip;
this.unloadMovie();
}
}
onClipEvent (enterFrame) {
if (_root.playerChar == 3) {
_root.Special = _root.Special + 5;
if (ComboMove == 503) {
if (Key.isDown(PunchKey) and Key.isDown(UpKey)) {
if (TaggedX != 0) {
this._x = TaggedMC._x;
this._y = TaggedMC._y;
}
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack14");
fight = true;
ComboMove = 0;
}
if (Key.isDown(PunchKey) and (!Key.isDown(UpKey))) {
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack500");
fight = true;
ComboMove = 0;
}
}
if (ComboMove == 502) {
if (Key.isDown(PunchKey) and ((!Key.isDown(UpKey)) and (!Key.isDown(DownKey)))) {
if (TaggedX != 0) {
this._x = TaggedMC._x;
this._y = TaggedMC._y;
}
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack502");
fight = true;
yspeed = 0;
ComboMove = 0;
}
if (Key.isDown(PunchKey) and ((!Key.isDown(UpKey)) and Key.isDown(DownKey))) {
if (TaggedX != 0) {
this._x = TaggedMC._x;
this._y = TaggedMC._y;
}
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack6");
fight = true;
yspeed = 0;
ComboMove = 0;
}
}
if (ComboMove == 501) {
if (Key.isDown(PunchKey) and Key.isDown(UpKey)) {
if (TaggedX != 0) {
this._x = TaggedMC._x;
this._y = TaggedMC._y;
}
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack14");
fight = true;
ComboMove = 0;
}
if (Key.isDown(PunchKey) and Key.isDown(RightKey)) {
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack7");
fight = true;
ComboMove = 0;
}
if (Key.isDown(PunchKey) and Key.isDown(LeftKey)) {
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack7");
fight = true;
ComboMove = 0;
}
}
if (ComboMove == 500) {
if (Key.isDown(PunchKey) && (onground)) {
if (TaggedX != 0) {
this._x = TaggedMC._x;
this._y = TaggedMC._y;
}
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack500");
fight = true;
ComboMove = 0;
}
}
if (ComboMove == 6) {
if (Key.isDown(RightKey)) {
if (Key.isDown(PunchKey) && (onground)) {
if (TaggedX != 0) {
this._x = TaggedMC._x;
this._y = TaggedMC._y;
}
gotoAndStop ("Attack");
Man.gotoAndPlay("Poke");
fight = true;
ComboMove = 0;
}
}
if (Key.isDown(LeftKey)) {
if (Key.isDown(PunchKey) && (onground)) {
if (TaggedX != 0) {
this._x = TaggedMC._x;
this._y = TaggedMC._y;
}
gotoAndStop ("Attack");
Man.gotoAndPlay("Poke");
fight = true;
ComboMove = 0;
}
}
}
_root.HP = HP;
_root.Hud.Kills = Kills;
_root.Hud.MaxKills = _root.MaxKills;
this.Skin._alpha = 0;
var i = 0;
while (i < _root.McPlayer.length) {
temporaryMc = _root.McPlayer[i];
if (temporaryMc._name != this._name) {
if (temporaryMc.HP >= 0.001) {
if (Lala.hitTest(temporaryMc._x, temporaryMc._y, true)) {
Yplayer = temporaryMc;
NewTargget = Yplayer;
}
if (HP >= 0.0001) {
_root.Aimer._x = Yplayer._x;
_root.Aimer._y = Yplayer._y;
}
}
if (Yplayer.HP <= 0) {
_root.Aimer._x = this._x;
_root.Aimer._y = this._y;
}
}
i++;
}
}
}
Instance of Symbol 990 MovieClip "E1" in Frame 21
onClipEvent (load) {
Namer = _root.attachMovie("Names", "Name" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
Namer._x = this._x;
Namer._y = this._y;
Namer.PlayerName.text = "Bitch";
maxCheck = 0.07;
RenewHp = 100;
xsteps = xspeed * maxCheck;
ysteps = yspeed * maxCheck;
Cut01 = new Sound(this);
Cut01.attachSound("Cut01");
Cut02 = new Sound(this);
Cut02.attachSound("Cut02");
Cut03 = new Sound(this);
Cut03.attachSound("Cut03");
Cut04 = new Sound(this);
Cut04.attachSound("Cut04");
bgSound = new Sound(this);
bgSound.attachSound("AndyHunter");
HP1 = new Sound(this);
HP1.attachSound("hardpunch1");
HP2 = new Sound(this);
HP2.attachSound("hardpunch2");
HP3 = new Sound(this);
HP3.attachSound("hardpunch3");
Twack1 = new Sound(this);
Twack1.attachSound("Twack1");
Twack2 = new Sound(this);
Twack2.attachSound("Twack2");
BB = new Sound(this);
BB.attachSound("Breakbone");
HandSlap1 = new Sound(this);
HandSlap1.attachSound("HandSlap1");
SoundDis = _root.attachMovie("SoundDistance", "SoundDistance" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
SoundDis._x = this._x;
SoundDis._y = this._y;
SoundDis._xscale = 200;
SoundDis._yscale = 200;
SoundDis._visible = 0;
distancePlayer = 100;
HP = 100;
RespawnHP = 100;
SpawnWhere = 0;
SpawnLimit = 1;
Special = 0;
Mode = "Dummy";
NoobPoint = 0;
DieAni = 1;
Bot = true;
xspeed = 0;
yspeed = 0;
gravity = 0.8;
friction = 0.7;
onground = false;
Xscale = _xscale;
_xscale = Xscale;
fight = false;
Hurt = false;
flying = false;
RightWall = false;
LeftWall = false;
delay = 0;
power = 2.5;
MainGravity = 0.5;
JumpPower = 10;
_root.McPlayer.push(this);
Freeze = 0;
timmer = 0;
Finished = 1;
RScale = this.Skin._xscale;
Bounds = false;
respawn = 0;
respawnLimit = 250;
Targget = _root.player;
Tagget = Targget;
Kills = 0;
Team = _name;
}
onClipEvent (enterFrame) {
if (HP <= 99) {
HP = HP + 3;
}
Special = 0;
var i = 0;
while (i < _root.McPlayer.length) {
temporaryMc = _root.McPlayer[i];
if (temporaryMc._name != this._name) {
this.bgSound.setVolume(this.distancePlayer);
if (temporaryMc.HP >= 0.001) {
if (Lala.hitTest(temporaryMc._x, temporaryMc._y, true)) {
Yplayer = temporaryMc;
NewTargget = Yplayer;
Targget = Yplayer;
Tagget = Yplayer.hitbox;
}
}
}
i++;
}
}
Instance of Symbol 2081 MovieClip in Frame 21
onClipEvent (load) {
if (this.hitTest(_root.Cam._x, _root.Cam._y, true)) {
_root.Texture.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.Cam._x, _root.Cam._y, true)) {
_root.Texture.gotoAndStop(2);
}
}
Instance of Symbol 2081 MovieClip in Frame 21
onClipEvent (load) {
if (this.hitTest(_root.Cam._x, _root.Cam._y, true)) {
_root.Texture.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.Cam._x, _root.Cam._y, true)) {
_root.Texture.gotoAndStop(1);
}
}
Frame 22
_root.removeMovieClips = false;
_root.TeamSpawn = false;
_root.Place = 1;
_root.SecTime = 0;
_root.RSec = 0;
_root.CrapTimeMin = 0;
_root.Ending = false;
_quality = "LOW";
myMasterSoundObject = new Sound();
myMasterSoundObject.setVolume(100);
if (_root.Dif == "N") {
MaxKills = 20;
} else {
MaxKills = 30;
}
_root.Game = "Pause";
GoRetry = _root._currentframe;
stop();
GoRetry = 7;
var McPlayer = new Array();
var McT = new Array();
_root.RedTeam = 0;
_root.BlueTeam = 0;
ResetScore = 0;
HowMany = 2;
numb = 0;
Cpu1 = 0;
Cpu2 = 0;
Cpu3 = 0;
timernumb = 0;
_root.UpdateScore = true;
PName = "---RedTeam---";
PName2 = "---BlueTeam---";
ResetScore = 0;
CountKill = 0;
_root.won = 0;
var recArray = new Array();
recArray.push({name:PName, zip:numb, zip2:0});
recArray.push({name:PName2, zip:Cpu1, zip2:0});
recArray.sortOn(["zip", "zip2"]);
displayArray(recArray);
Instance of Symbol 990 MovieClip in Frame 22
onClipEvent (load) {
this._x = _root.PlayerStart._x;
this._y = _root.PlayerStart._y - 30;
_root.Cam._x = this._x;
_root.Cam._y = this._y;
Hold = false;
GrabbedBy = false;
GrabMove = false;
_root.HP = HP;
HP = 100;
DieAni = 1;
RespawnHP = 100;
respawn = 0;
respawnLimit = 250;
Bot = false;
xspeed = 0;
yspeed = 0;
gravity = 0.8;
friction = 0.7;
onground = false;
Xscale = _xscale;
fight = false;
Hurt = false;
SpawnWhere = 0;
SpawnLimit = 4;
power = 2.5;
MainGravity = 0.5;
JumpPower = 10;
RightKey = 39;
LeftKey = 37;
JumpKey = 32;
DownKey = 40;
UpKey = 38;
PunchKey = 65;
BlockKey = 68;
SpecialKey = 83;
Attackpress = false;
onair = false;
RightWall = false;
LeftWall = false;
delay = 0;
NewTargget = 0;
TaggedX = 0;
TaggedY = 0;
TaggedMC = 0;
Freeze = 0;
timmer = 0;
this.Skin._alpha = 0;
Kills = 0;
if (_root.playerChar == 2) {
delete this.onEnterFrame;
delete this.MovieClip;
this.unloadMovie();
}
if (_root.playerChar == 1) {
_root.Cam.Follow = this;
_name = "player";
_root.McPlayer.push(this);
bgSound = new Sound(this);
bgSound.attachSound("AndyHunter");
HP1 = new Sound(this);
HP1.attachSound("hardpunch1");
HP2 = new Sound(this);
HP2.attachSound("hardpunch2");
HP3 = new Sound(this);
HP3.attachSound("hardpunch3");
Twack1 = new Sound(this);
Twack1.attachSound("Twack1");
Twack2 = new Sound(this);
Twack2.attachSound("Twack2");
BB = new Sound(this);
BB.attachSound("Breakbone");
HandSlap1 = new Sound(this);
HandSlap1.attachSound("HandSlap1");
}
Team = "Red";
}
onClipEvent (enterFrame) {
if (_root.playerChar == 1) {
if ((Kills + _root.S1.Kills) > (_root.MaxKills - 1)) {
_root.Check03 = true;
if (_root.Dif == "N") {
_root.pos = SharedObject.getLocal("game");
_root.pos.data.Check03 = _root.Check03;
} else {
_root.pos = SharedObject.getLocal("game");
_root.pos.data.Check03 = _root.Check03;
_root.pos2 = SharedObject.getLocal("HardMode");
_root.pos2.data.Check03 = _root.Check03;
}
}
if (ComboMove == 6) {
if (Key.isDown(RightKey)) {
if (Key.isDown(PunchKey) && (onground)) {
if (TaggedX != 0) {
this._x = TaggedMC._x;
this._y = TaggedMC._y;
}
gotoAndStop ("Attack");
Man.gotoAndPlay("Poke");
fight = true;
ComboMove = 0;
}
}
if (Key.isDown(LeftKey)) {
if (Key.isDown(PunchKey) && (onground)) {
if (TaggedX != 0) {
this._x = TaggedMC._x;
this._y = TaggedMC._y;
}
gotoAndStop ("Attack");
Man.gotoAndPlay("Poke");
fight = true;
ComboMove = 0;
}
}
}
_root.HP = HP;
_root.Hud.Kills = _root.RedTeam;
_root.Hud.MaxKills = _root.MaxKills;
this.Skin._alpha = 0;
if (NewTargget.Team == this.Team) {
Targget = 0;
Tagget = 0;
}
var i = 0;
while (i < _root.McPlayer.length) {
temporaryMc = _root.McPlayer[i];
if ((temporaryMc._name != this._name) && (temporaryMc.Team != this.Team)) {
if (temporaryMc.HP >= 0.001) {
if (Lala.hitTest(temporaryMc._x, temporaryMc._y, true)) {
Yplayer = temporaryMc;
NewTargget = Yplayer;
}
_root.Aimer._x = Yplayer._x;
_root.Aimer._y = Yplayer._y;
}
if (Yplayer.HP <= 0) {
_root.Aimer._x = this._x;
_root.Aimer._y = this._y;
}
}
i++;
}
}
}
Instance of Symbol 1808 MovieClip in Frame 22
onClipEvent (load) {
this._x = _root.PlayerStart._x;
this._y = _root.PlayerStart._y - 30;
_root.Cam._x = this._x;
_root.Cam._y = this._y;
RenewHp = 100;
Hold = false;
GrabbedBy = false;
GrabMove = false;
_root.HP = HP;
HP = 100;
DieAni = 1;
RespawnHP = 100;
respawn = 0;
respawnLimit = 250;
Bot = false;
xspeed = 0;
yspeed = 0;
gravity = 0.8;
friction = 0.7;
onground = false;
Xscale = _xscale;
fight = false;
Hurt = false;
SpawnWhere = 0;
SpawnLimit = 4;
power = 2.5;
MainGravity = 0.5;
JumpPower = 10;
RightKey = 39;
LeftKey = 37;
JumpKey = 32;
DownKey = 40;
UpKey = 38;
PunchKey = 65;
BlockKey = 68;
SpecialKey = 83;
Attackpress = false;
onair = false;
RightWall = false;
LeftWall = false;
delay = 0;
NewTargget = 0;
TaggedX = 0;
TaggedY = 0;
TaggedMC = 0;
Freeze = 0;
timmer = 0;
this.Skin._alpha = 0;
Kills = 0;
_root.Hud.Placein.Col.gotoAndStop(2);
if (_root.playerChar == 1) {
delete this.onEnterFrame;
delete this.MovieClip;
this.unloadMovie();
}
if (_root.playerChar == 2) {
_root.Cam.Follow = this;
_name = "player";
_root.McPlayer.push(this);
bgSound = new Sound(this);
bgSound.attachSound("AndyHunter");
HP1 = new Sound(this);
HP1.attachSound("hardpunch1");
HP2 = new Sound(this);
HP2.attachSound("hardpunch2");
HP3 = new Sound(this);
HP3.attachSound("hardpunch3");
Twack1 = new Sound(this);
Twack1.attachSound("Twack1");
Twack2 = new Sound(this);
Twack2.attachSound("Twack2");
BB = new Sound(this);
BB.attachSound("Breakbone");
HandSlap1 = new Sound(this);
HandSlap1.attachSound("HandSlap1");
}
Team = "Red";
}
onClipEvent (enterFrame) {
if (_root.playerChar == 2) {
if (_root.RedTeam < _root.Mykills) {
_root.timernumb = 10;
_root.UpdateScore = true;
}
if (_root.RedTeam > (_root.MaxKills - 1)) {
_root.Check05 = true;
if (_root.Dif == "N") {
_root.pos = SharedObject.getLocal("game");
_root.pos.data.Check05 = _root.Check05;
} else {
_root.pos = SharedObject.getLocal("game");
_root.pos.data.Check05 = _root.Check05;
_root.pos2 = SharedObject.getLocal("HardMode");
_root.pos2.data.Check05 = _root.Check05;
}
}
if (ComboMove == 6) {
if (Key.isDown(RightKey)) {
if (Key.isDown(PunchKey) && (onground)) {
if (TaggedX != 0) {
this._x = TaggedMC._x;
this._y = TaggedMC._y;
}
gotoAndStop ("Attack");
Man.gotoAndPlay("Poke");
fight = true;
ComboMove = 0;
}
}
if (Key.isDown(LeftKey)) {
if (Key.isDown(PunchKey) && (onground)) {
if (TaggedX != 0) {
this._x = TaggedMC._x;
this._y = TaggedMC._y;
}
gotoAndStop ("Attack");
Man.gotoAndPlay("Poke");
fight = true;
ComboMove = 0;
}
}
}
_root.HP = HP;
_root.Hud.Kills = _root.RedTeam;
Kills = _root.RedTeam;
_root.Hud.MaxKills = _root.MaxKills;
this.Skin._alpha = 0;
if (NewTargget.Team == this.Team) {
Targget = 0;
Tagget = 0;
}
var i = 0;
while (i < _root.McPlayer.length) {
temporaryMc = _root.McPlayer[i];
if ((temporaryMc._name != this._name) && (temporaryMc.Team != this.Team)) {
if (temporaryMc.HP >= 0.001) {
if (Lala.hitTest(temporaryMc._x, temporaryMc._y, true)) {
Yplayer = temporaryMc;
NewTargget = Yplayer;
}
_root.Aimer._x = Yplayer._x;
_root.Aimer._y = Yplayer._y;
}
if (Yplayer.HP <= 0) {
_root.Aimer._x = this._x;
_root.Aimer._y = this._y;
}
}
i++;
}
}
}
Instance of Symbol 990 MovieClip "Rice1" in Frame 22
onClipEvent (load) {
Namer = _root.attachMovie("Names", "Name" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
Namer._x = this._x;
Namer._y = this._y;
Namer.PlayerName.text = "Rice";
RenewHp = 100;
FindWay = 0;
bgSound = new Sound(this);
bgSound.start(0, 99);
bgSound = new Sound(this);
bgSound.attachSound("AndyHunter");
HP1 = new Sound(this);
HP1.attachSound("hardpunch1");
HP2 = new Sound(this);
HP2.attachSound("hardpunch2");
HP3 = new Sound(this);
HP3.attachSound("hardpunch3");
Twack1 = new Sound(this);
Twack1.attachSound("Twack1");
Twack2 = new Sound(this);
Twack2.attachSound("Twack2");
BB = new Sound(this);
BB.attachSound("Breakbone");
HandSlap1 = new Sound(this);
HandSlap1.attachSound("HandSlap1");
SoundDis = _root.attachMovie("SoundDistance", "SoundDistance" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
SoundDis._x = this._x;
SoundDis._y = this._y;
SoundDis._xscale = 200;
SoundDis._yscale = 200;
SoundDis._visible = 0;
distancePlayer = 100;
HP = 100;
RespawnHP = 100;
SpawnWhere = 0;
SpawnLimit = 4;
Special = 0;
if (_root.Dif == "N") {
Mode = "Normal";
} else {
Mode = "Follow";
}
StandAdd = 0;
NoobPoint = 0;
DieAni = 1;
Bot = true;
xspeed = 0;
yspeed = 0;
gravity = 0.8;
friction = 0.7;
onground = false;
Xscale = _xscale;
_xscale = Xscale;
fight = false;
Hurt = false;
flying = false;
RightWall = false;
LeftWall = false;
delay = 0;
power = 2.5;
MainGravity = 0.5;
JumpPower = 10;
_root.McPlayer.push(this);
Freeze = 0;
timmer = 0;
Finished = 1;
RScale = this.Skin._xscale;
Bounds = false;
respawn = 0;
respawnLimit = 250;
Targget = _root.player;
Tagget = Targget;
Kills = 0;
Team = "Blue";
}
onClipEvent (enterFrame) {
if (Targget.Team == this.Team) {
Targget = 0;
Tagget = 0;
}
var i = 0;
while (i < _root.McPlayer.length) {
temporaryMc = _root.McPlayer[i];
if (temporaryMc._name != this._name) {
if ((temporaryMc.HP >= 0.001) && (temporaryMc.Team != this.Team)) {
if (Lala.hitTest(temporaryMc._x, temporaryMc._y, true)) {
Yplayer = temporaryMc;
NewTargget = Yplayer;
Targget = Yplayer;
Tagget = Yplayer.hitbox;
}
}
}
i++;
}
}
Instance of Symbol 1808 MovieClip "S1" in Frame 22
onClipEvent (load) {
Namer = _root.attachMovie("Names", "Name" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
Namer._x = this._x;
Namer._y = this._y;
Namer.PlayerName.text = "Balls";
RenewHp = 100;
bgSound = new Sound(this);
bgSound.start(0, 99);
bgSound = new Sound(this);
bgSound.attachSound("AndyHunter");
HP1 = new Sound(this);
HP1.attachSound("hardpunch1");
HP2 = new Sound(this);
HP2.attachSound("hardpunch2");
HP3 = new Sound(this);
HP3.attachSound("hardpunch3");
Twack1 = new Sound(this);
Twack1.attachSound("Twack1");
Twack2 = new Sound(this);
Twack2.attachSound("Twack2");
BB = new Sound(this);
BB.attachSound("Breakbone");
HandSlap1 = new Sound(this);
HandSlap1.attachSound("HandSlap1");
SoundDis = _root.attachMovie("SoundDistance", "SoundDistance" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
SoundDis._x = this._x;
SoundDis._y = this._y;
SoundDis._xscale = 200;
SoundDis._yscale = 200;
SoundDis._visible = 0;
distancePlayer = 100;
HP = 100;
RespawnHP = 100;
SpawnWhere = 0;
SpawnLimit = 4;
Special = 0;
if (_root.Dif == "N") {
Mode = "Follow";
} else {
Mode = "Follow";
}
StandAdd = 0;
NoobPoint = 0;
DieAni = 1;
Bot = true;
xspeed = 0;
yspeed = 0;
gravity = 0.8;
friction = 0.7;
onground = false;
Xscale = _xscale;
_xscale = Xscale;
fight = false;
Hurt = false;
flying = false;
RightWall = false;
LeftWall = false;
delay = 0;
power = 2.5;
MainGravity = 0.5;
JumpPower = 10;
_root.McPlayer.push(this);
Freeze = 0;
timmer = 0;
Finished = 1;
RScale = this.Skin._xscale;
Bounds = false;
respawn = 0;
respawnLimit = 250;
Targget = _root.Rice1;
Tagget = Targget;
Kills = 0;
Team = "Red";
FindWay = 0;
}
onClipEvent (enterFrame) {
if (Targget.Team == this.Team) {
Targget = 0;
Tagget = 0;
}
var i = 0;
while (i < _root.McPlayer.length) {
temporaryMc = _root.McPlayer[i];
if (temporaryMc._name != this._name) {
if ((temporaryMc.HP >= 0.001) && (temporaryMc.Team != this.Team)) {
if (Lala.hitTest(temporaryMc._x, temporaryMc._y, true)) {
Yplayer = temporaryMc;
NewTargget = Yplayer;
Targget = Yplayer;
Tagget = Yplayer.hitbox;
}
}
}
i++;
}
}
Instance of Symbol 990 MovieClip "Rice2" in Frame 22
onClipEvent (load) {
Namer = _root.attachMovie("Names", "Name" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
Namer._x = this._x;
Namer._y = this._y;
Namer.PlayerName.text = "Beens";
RenewHp = 100;
FindWay = 0;
bgSound = new Sound(this);
bgSound.start(0, 99);
bgSound = new Sound(this);
bgSound.attachSound("AndyHunter");
HP1 = new Sound(this);
HP1.attachSound("hardpunch1");
HP2 = new Sound(this);
HP2.attachSound("hardpunch2");
HP3 = new Sound(this);
HP3.attachSound("hardpunch3");
Twack1 = new Sound(this);
Twack1.attachSound("Twack1");
Twack2 = new Sound(this);
Twack2.attachSound("Twack2");
BB = new Sound(this);
BB.attachSound("Breakbone");
HandSlap1 = new Sound(this);
HandSlap1.attachSound("HandSlap1");
SoundDis = _root.attachMovie("SoundDistance", "SoundDistance" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
SoundDis._x = this._x;
SoundDis._y = this._y;
SoundDis._xscale = 200;
SoundDis._yscale = 200;
SoundDis._visible = 0;
distancePlayer = 100;
HP = 100;
RespawnHP = 100;
SpawnWhere = 0;
SpawnLimit = 4;
Special = 0;
if (_root.Dif == "N") {
Mode = "Follow";
} else {
Mode = "Follow";
}
StandAdd = 0;
NoobPoint = 0;
DieAni = 1;
Bot = true;
xspeed = 0;
yspeed = 0;
gravity = 0.8;
friction = 0.7;
onground = false;
Xscale = _xscale;
_xscale = Xscale;
fight = false;
Hurt = false;
flying = false;
RightWall = false;
LeftWall = false;
delay = 0;
power = 2.5;
MainGravity = 0.5;
JumpPower = 10;
_root.McPlayer.push(this);
Freeze = 0;
timmer = 0;
Finished = 1;
RScale = this.Skin._xscale;
Bounds = false;
respawn = 0;
respawnLimit = 250;
Targget = _root.S1;
Tagget = Targget;
Kills = 0;
Team = "Blue";
}
onClipEvent (enterFrame) {
if (Targget.Team == this.Team) {
Targget = 0;
Tagget = 0;
}
Kills = _root.BlueTeam;
var i = 0;
while (i < _root.McPlayer.length) {
temporaryMc = _root.McPlayer[i];
if (temporaryMc._name != this._name) {
if ((temporaryMc.HP >= 0.001) && (temporaryMc.Team != this.Team)) {
if (Lala.hitTest(temporaryMc._x, temporaryMc._y, true)) {
Yplayer = temporaryMc;
NewTargget = Yplayer;
Targget = Yplayer;
Tagget = Yplayer.hitbox;
}
}
}
i++;
}
}
Instance of Symbol 990 MovieClip "Rice3" in Frame 22
onClipEvent (load) {
Namer = _root.attachMovie("Names", "Name" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
Namer._x = this._x;
Namer._y = this._y;
Namer.PlayerName.text = "chicken";
RenewHp = 100;
FindWay = 0;
bgSound = new Sound(this);
bgSound.start(0, 99);
bgSound = new Sound(this);
bgSound.attachSound("AndyHunter");
HP1 = new Sound(this);
HP1.attachSound("hardpunch1");
HP2 = new Sound(this);
HP2.attachSound("hardpunch2");
HP3 = new Sound(this);
HP3.attachSound("hardpunch3");
Twack1 = new Sound(this);
Twack1.attachSound("Twack1");
Twack2 = new Sound(this);
Twack2.attachSound("Twack2");
BB = new Sound(this);
BB.attachSound("Breakbone");
HandSlap1 = new Sound(this);
HandSlap1.attachSound("HandSlap1");
SoundDis = _root.attachMovie("SoundDistance", "SoundDistance" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
SoundDis._x = this._x;
SoundDis._y = this._y;
SoundDis._xscale = 200;
SoundDis._yscale = 200;
SoundDis._visible = 0;
distancePlayer = 100;
HP = 100;
RespawnHP = 100;
SpawnWhere = 0;
SpawnLimit = 4;
Special = 0;
if (_root.Dif == "N") {
Mode = "Follow";
} else {
Mode = "Follow";
}
StandAdd = 0;
NoobPoint = 0;
DieAni = 1;
Bot = true;
xspeed = 0;
yspeed = 0;
gravity = 0.8;
friction = 0.7;
onground = false;
Xscale = _xscale;
_xscale = Xscale;
fight = false;
Hurt = false;
flying = false;
RightWall = false;
LeftWall = false;
delay = 0;
power = 2.5;
MainGravity = 0.5;
JumpPower = 10;
_root.McPlayer.push(this);
Freeze = 0;
timmer = 0;
Finished = 1;
RScale = this.Skin._xscale;
Bounds = false;
respawn = 0;
respawnLimit = 250;
Targget = _root.S1;
Tagget = Targget;
Kills = 0;
Team = "Blue";
}
onClipEvent (enterFrame) {
if (Targget.Team == this.Team) {
Targget = 0;
Tagget = 0;
}
Kills = _root.BlueTeam;
var i = 0;
while (i < _root.McPlayer.length) {
temporaryMc = _root.McPlayer[i];
if (temporaryMc._name != this._name) {
if ((temporaryMc.HP >= 0.001) && (temporaryMc.Team != this.Team)) {
if (Lala.hitTest(temporaryMc._x, temporaryMc._y, true)) {
Yplayer = temporaryMc;
NewTargget = Yplayer;
Targget = Yplayer;
Tagget = Yplayer.hitbox;
}
}
}
i++;
}
}
Instance of Symbol 1808 MovieClip "S2" in Frame 22
onClipEvent (load) {
Namer = _root.attachMovie("Names", "Name" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
Namer._x = this._x;
Namer._y = this._y;
Namer.PlayerName.text = "DarkColorSlapper";
RenewHp = 100;
bgSound = new Sound(this);
bgSound.start(0, 99);
bgSound = new Sound(this);
bgSound.attachSound("AndyHunter");
HP1 = new Sound(this);
HP1.attachSound("hardpunch1");
HP2 = new Sound(this);
HP2.attachSound("hardpunch2");
HP3 = new Sound(this);
HP3.attachSound("hardpunch3");
Twack1 = new Sound(this);
Twack1.attachSound("Twack1");
Twack2 = new Sound(this);
Twack2.attachSound("Twack2");
BB = new Sound(this);
BB.attachSound("Breakbone");
HandSlap1 = new Sound(this);
HandSlap1.attachSound("HandSlap1");
SoundDis = _root.attachMovie("SoundDistance", "SoundDistance" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
SoundDis._x = this._x;
SoundDis._y = this._y;
SoundDis._xscale = 200;
SoundDis._yscale = 200;
SoundDis._visible = 0;
distancePlayer = 100;
HP = 100;
RespawnHP = 100;
SpawnWhere = 0;
SpawnLimit = 4;
Special = 0;
if (_root.Dif == "N") {
Mode = "Follow";
} else {
Mode = "Follow";
}
StandAdd = 0;
NoobPoint = 0;
DieAni = 1;
Bot = true;
xspeed = 0;
yspeed = 0;
gravity = 0.8;
friction = 0.7;
onground = false;
Xscale = _xscale;
_xscale = Xscale;
fight = false;
Hurt = false;
flying = false;
RightWall = false;
LeftWall = false;
delay = 0;
power = 2.5;
MainGravity = 0.5;
JumpPower = 10;
_root.McPlayer.push(this);
Freeze = 0;
timmer = 0;
Finished = 1;
RScale = this.Skin._xscale;
Bounds = false;
respawn = 0;
respawnLimit = 250;
Targget = _root.Rice1;
Tagget = Targget;
Kills = 0;
Team = "Red";
FindWay = 0;
}
onClipEvent (enterFrame) {
if (Targget.Team == this.Team) {
Targget = 0;
Tagget = 0;
}
var i = 0;
while (i < _root.McPlayer.length) {
temporaryMc = _root.McPlayer[i];
if (temporaryMc._name != this._name) {
if ((temporaryMc.HP >= 0.001) && (temporaryMc.Team != this.Team)) {
if (Lala.hitTest(temporaryMc._x, temporaryMc._y, true)) {
Yplayer = temporaryMc;
NewTargget = Yplayer;
Targget = Yplayer;
Tagget = Yplayer.hitbox;
}
}
}
i++;
}
}
Instance of Symbol 1810 MovieClip "S2" in Frame 22
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 1810 MovieClip "S3" in Frame 22
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 1810 MovieClip "S4" in Frame 22
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 2086 MovieClip "ground" in Frame 22
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 2088 MovieClip "GroundSlop" in Frame 22
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 2081 MovieClip "Topfight" in Frame 22
onClipEvent (load) {
}
onClipEvent (enterFrame) {
}
Instance of Symbol 2081 MovieClip "MoveMent01" in Frame 22
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
}
Instance of Symbol 2081 MovieClip "MoveMent02" in Frame 22
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
}
Instance of Symbol 2081 MovieClip "MoveMent03" in Frame 22
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
}
Instance of Symbol 2081 MovieClip "MoveMent05" in Frame 22
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
}
Instance of Symbol 997 MovieClip "Boom2" in Frame 22
onClipEvent (load) {
}
onClipEvent (enterFrame) {
var i = 0;
while (i < _root.McPlayer.length) {
temporaryMc = _root.McPlayer[i];
if (temporaryMc._name != this._name) {
if (_currentframe == 1) {
if (temporaryMc.hitbox.hitTest(this)) {
Hitter = temporaryMc;
if (Hitter.xspeed >= 20) {
if (Hitter._x <= this._x) {
if (Hitter.flying) {
Hitter.xspeed = -25;
Hitter.yspeed = -7;
Hitter._xscale = -Xscale;
Hitter.HP = Hitter.HP - 12;
Hitter.Freeze = -15;
play();
_root.Boom1.play();
}
}
}
}
if (temporaryMc.hitbox.hitTest(this)) {
Hitter = temporaryMc;
if (Hitter.xspeed <= -20) {
if (Hitter._x >= this._x) {
if (Hitter.flying) {
Hitter.xspeed = 25;
Hitter.yspeed = -7;
Hitter._xscale = Xscale;
Hitter.HP = Hitter.HP - 12;
Hitter.Freeze = -15;
play();
_root.Boom1.play();
}
}
}
}
}
}
i++;
}
}
Instance of Symbol 997 MovieClip "Boom3" in Frame 22
onClipEvent (load) {
}
onClipEvent (enterFrame) {
var i = 0;
while (i < _root.McPlayer.length) {
temporaryMc = _root.McPlayer[i];
if (temporaryMc._name != this._name) {
if (_currentframe == 1) {
if (temporaryMc.hitbox.hitTest(this)) {
Hitter = temporaryMc;
if (Hitter.xspeed >= 20) {
if (Hitter._x <= this._x) {
if (Hitter.flying) {
Hitter.xspeed = -25;
Hitter.yspeed = -7;
Hitter._xscale = -Xscale;
Hitter.HP = Hitter.HP - 12;
Hitter.Freeze = -15;
play();
_root.Boom4.play();
}
}
}
}
if (temporaryMc.hitbox.hitTest(this)) {
Hitter = temporaryMc;
if (Hitter.xspeed <= -20) {
if (Hitter._x >= this._x) {
if (Hitter.flying) {
Hitter.xspeed = 25;
Hitter.yspeed = -7;
Hitter._xscale = Xscale;
Hitter.HP = Hitter.HP - 12;
Hitter.Freeze = -15;
play();
_root.Boom4.play();
}
}
}
}
}
}
i++;
}
}
Instance of Symbol 997 MovieClip "Boom4" in Frame 22
onClipEvent (load) {
}
onClipEvent (enterFrame) {
var i = 0;
while (i < _root.McPlayer.length) {
temporaryMc = _root.McPlayer[i];
if (temporaryMc._name != this._name) {
if (_currentframe == 1) {
if (temporaryMc.hitbox.hitTest(this)) {
Hitter = temporaryMc;
if (Hitter.xspeed >= 20) {
if (Hitter._x <= this._x) {
if (Hitter.flying) {
Hitter.xspeed = -25;
Hitter.yspeed = -7;
Hitter._xscale = -Xscale;
Hitter.HP = Hitter.HP - 20;
play();
_root.Boom3.play();
}
}
}
}
if (temporaryMc.hitbox.hitTest(this)) {
Hitter = temporaryMc;
if (Hitter.xspeed <= -20) {
if (Hitter._x >= this._x) {
if (Hitter.flying) {
Hitter.xspeed = 25;
Hitter.yspeed = -7;
Hitter._xscale = Xscale;
Hitter.HP = Hitter.HP - 20;
play();
_root.Boom3.play();
}
}
}
}
}
}
i++;
}
}
Instance of Symbol 997 MovieClip "Boom1" in Frame 22
onClipEvent (load) {
}
onClipEvent (enterFrame) {
var i = 0;
while (i < _root.McPlayer.length) {
temporaryMc = _root.McPlayer[i];
if (temporaryMc._name != this._name) {
if (_currentframe == 1) {
if (temporaryMc.hitbox.hitTest(this)) {
Hitter = temporaryMc;
if (Hitter.xspeed >= 20) {
if (Hitter._x <= this._x) {
if (Hitter.flying) {
Hitter.xspeed = -25;
Hitter.yspeed = -7;
Hitter._xscale = -Xscale;
Hitter.HP = Hitter.HP - 20;
play();
_root.Boom2.play();
}
}
}
}
if (temporaryMc.hitbox.hitTest(this)) {
Hitter = temporaryMc;
if (Hitter.xspeed <= -20) {
if (Hitter._x >= this._x) {
if (Hitter.flying) {
Hitter.xspeed = 25;
Hitter.yspeed = -7;
Hitter._xscale = Xscale;
Hitter.HP = Hitter.HP - 20;
play();
_root.Boom2.play();
}
}
}
}
}
}
i++;
}
}
Frame 23
_root.removeMovieClips = false;
_root.TeamSpawn = false;
_root.Place = 1;
_root.SecTime = 0;
_root.RSec = 0;
_root.CrapTimeMin = 0;
_root.Ending = false;
_quality = "LOW";
myMasterSoundObject = new Sound();
myMasterSoundObject.setVolume(100);
if (_root.Dif == "N") {
MaxKills = 20;
} else {
MaxKills = 30;
}
_root.Game = "Pause";
GoRetry = _root._currentframe;
stop();
GoRetry = 5;
var McPlayer = new Array();
var McT = new Array();
_root.RedTeam = 0;
_root.BlueTeam = 0;
Instance of Symbol 990 MovieClip in Frame 23
onClipEvent (load) {
Hold = false;
GrabbedBy = false;
GrabMove = false;
_root.HP = HP;
HP = 100;
DieAni = 1;
RespawnHP = 100;
respawn = 0;
respawnLimit = 250;
Bot = false;
xspeed = 0;
yspeed = 0;
gravity = 0.8;
friction = 0.7;
onground = false;
Xscale = _xscale;
fight = false;
Hurt = false;
SpawnWhere = 0;
SpawnLimit = 4;
power = 2.5;
MainGravity = 0.5;
JumpPower = 10;
RightKey = 39;
LeftKey = 37;
JumpKey = 32;
DownKey = 40;
UpKey = 38;
PunchKey = 65;
BlockKey = 68;
SpecialKey = 83;
Attackpress = false;
onair = false;
RightWall = false;
LeftWall = false;
delay = 0;
NewTargget = 0;
TaggedX = 0;
TaggedY = 0;
TaggedMC = 0;
Freeze = 0;
timmer = 0;
this.Skin._alpha = 0;
Kills = 0;
if (_root.playerChar == 2) {
delete this.onEnterFrame;
delete this.MovieClip;
this.unloadMovie();
}
if (_root.playerChar == 1) {
_root.Cam.Follow = this;
_name = "player";
_root.McPlayer.push(this);
bgSound = new Sound(this);
bgSound.attachSound("AndyHunter");
HP1 = new Sound(this);
HP1.attachSound("hardpunch1");
HP2 = new Sound(this);
HP2.attachSound("hardpunch2");
HP3 = new Sound(this);
HP3.attachSound("hardpunch3");
Twack1 = new Sound(this);
Twack1.attachSound("Twack1");
Twack2 = new Sound(this);
Twack2.attachSound("Twack2");
BB = new Sound(this);
BB.attachSound("Breakbone");
HandSlap1 = new Sound(this);
HandSlap1.attachSound("HandSlap1");
}
Team = "Red";
}
onClipEvent (enterFrame) {
if (_root.playerChar == 1) {
if ((Kills + _root.S1.Kills) > (_root.MaxKills - 1)) {
_root.Check03 = true;
if (_root.Dif == "N") {
_root.pos = SharedObject.getLocal("game");
_root.pos.data.Check03 = _root.Check03;
} else {
_root.pos = SharedObject.getLocal("game");
_root.pos.data.Check03 = _root.Check03;
_root.pos2 = SharedObject.getLocal("HardMode");
_root.pos2.data.Check03 = _root.Check03;
}
}
if (ComboMove == 6) {
if (Key.isDown(RightKey)) {
if (Key.isDown(PunchKey) && (onground)) {
if (TaggedX != 0) {
this._x = TaggedMC._x;
this._y = TaggedMC._y;
}
gotoAndStop ("Attack");
Man.gotoAndPlay("Poke");
fight = true;
ComboMove = 0;
}
}
if (Key.isDown(LeftKey)) {
if (Key.isDown(PunchKey) && (onground)) {
if (TaggedX != 0) {
this._x = TaggedMC._x;
this._y = TaggedMC._y;
}
gotoAndStop ("Attack");
Man.gotoAndPlay("Poke");
fight = true;
ComboMove = 0;
}
}
}
_root.HP = HP;
_root.Hud.Kills = _root.RedTeam;
_root.Hud.MaxKills = _root.MaxKills;
this.Skin._alpha = 0;
if (NewTargget.Team == this.Team) {
Targget = 0;
Tagget = 0;
}
var i = 0;
while (i < _root.McPlayer.length) {
temporaryMc = _root.McPlayer[i];
if ((temporaryMc._name != this._name) && (temporaryMc.Team != this.Team)) {
if (temporaryMc.HP >= 0.001) {
if (Lala.hitTest(temporaryMc._x, temporaryMc._y, true)) {
Yplayer = temporaryMc;
NewTargget = Yplayer;
}
_root.Aimer._x = Yplayer._x;
_root.Aimer._y = Yplayer._y;
}
if (Yplayer.HP <= 0) {
_root.Aimer._x = this._x;
_root.Aimer._y = this._y;
}
}
i++;
}
}
}
Instance of Symbol 1808 MovieClip in Frame 23
onClipEvent (load) {
Hold = false;
GrabbedBy = false;
GrabMove = false;
_root.HP = HP;
HP = 100;
DieAni = 1;
RespawnHP = 100;
respawn = 0;
respawnLimit = 250;
Bot = false;
xspeed = 0;
yspeed = 0;
gravity = 0.8;
friction = 0.7;
onground = false;
Xscale = _xscale;
fight = false;
Hurt = false;
SpawnWhere = 0;
SpawnLimit = 4;
power = 2.5;
MainGravity = 0.5;
JumpPower = 10;
RightKey = 39;
LeftKey = 37;
JumpKey = 32;
DownKey = 40;
UpKey = 38;
PunchKey = 65;
BlockKey = 68;
SpecialKey = 83;
Attackpress = false;
onair = false;
RightWall = false;
LeftWall = false;
delay = 0;
NewTargget = 0;
TaggedX = 0;
TaggedY = 0;
TaggedMC = 0;
Freeze = 0;
timmer = 0;
this.Skin._alpha = 0;
Kills = 0;
if (_root.playerChar == 1) {
delete this.onEnterFrame;
delete this.MovieClip;
this.unloadMovie();
}
if (_root.playerChar == 2) {
_root.Cam.Follow = this;
_name = "player";
_root.McPlayer.push(this);
bgSound = new Sound(this);
bgSound.attachSound("AndyHunter");
HP1 = new Sound(this);
HP1.attachSound("hardpunch1");
HP2 = new Sound(this);
HP2.attachSound("hardpunch2");
HP3 = new Sound(this);
HP3.attachSound("hardpunch3");
Twack1 = new Sound(this);
Twack1.attachSound("Twack1");
Twack2 = new Sound(this);
Twack2.attachSound("Twack2");
BB = new Sound(this);
BB.attachSound("Breakbone");
HandSlap1 = new Sound(this);
HandSlap1.attachSound("HandSlap1");
}
Team = "Red";
}
onClipEvent (enterFrame) {
if (_root.playerChar == 2) {
if (_root.RedTeam > (_root.MaxKills - 1)) {
_root.Check05 = true;
if (_root.Dif == "N") {
_root.pos = SharedObject.getLocal("game");
_root.pos.data.Check05 = _root.Check05;
} else {
_root.pos = SharedObject.getLocal("game");
_root.pos.data.Check05 = _root.Check05;
_root.pos2 = SharedObject.getLocal("HardMode");
_root.pos2.data.Check05 = _root.Check05;
}
}
if (ComboMove == 6) {
if (Key.isDown(RightKey)) {
if (Key.isDown(PunchKey) && (onground)) {
if (TaggedX != 0) {
this._x = TaggedMC._x;
this._y = TaggedMC._y;
}
gotoAndStop ("Attack");
Man.gotoAndPlay("Poke");
fight = true;
ComboMove = 0;
}
}
if (Key.isDown(LeftKey)) {
if (Key.isDown(PunchKey) && (onground)) {
if (TaggedX != 0) {
this._x = TaggedMC._x;
this._y = TaggedMC._y;
}
gotoAndStop ("Attack");
Man.gotoAndPlay("Poke");
fight = true;
ComboMove = 0;
}
}
}
_root.HP = HP;
_root.Hud.Kills = _root.RedTeam;
Kills = _root.RedTeam;
_root.Hud.MaxKills = _root.MaxKills;
this.Skin._alpha = 0;
if (NewTargget.Team == this.Team) {
Targget = 0;
Tagget = 0;
}
var i = 0;
while (i < _root.McPlayer.length) {
temporaryMc = _root.McPlayer[i];
if ((temporaryMc._name != this._name) && (temporaryMc.Team != this.Team)) {
if (temporaryMc.HP >= 0.001) {
if (Lala.hitTest(temporaryMc._x, temporaryMc._y, true)) {
Yplayer = temporaryMc;
NewTargget = Yplayer;
}
_root.Aimer._x = Yplayer._x;
_root.Aimer._y = Yplayer._y;
}
if (Yplayer.HP <= 0) {
_root.Aimer._x = this._x;
_root.Aimer._y = this._y;
}
}
i++;
}
}
}
Instance of Symbol 990 MovieClip "Rice1" in Frame 23
onClipEvent (load) {
FindWay = 0;
bgSound = new Sound(this);
bgSound.start(0, 99);
bgSound = new Sound(this);
bgSound.attachSound("AndyHunter");
HP1 = new Sound(this);
HP1.attachSound("hardpunch1");
HP2 = new Sound(this);
HP2.attachSound("hardpunch2");
HP3 = new Sound(this);
HP3.attachSound("hardpunch3");
Twack1 = new Sound(this);
Twack1.attachSound("Twack1");
Twack2 = new Sound(this);
Twack2.attachSound("Twack2");
BB = new Sound(this);
BB.attachSound("Breakbone");
HandSlap1 = new Sound(this);
HandSlap1.attachSound("HandSlap1");
SoundDis = _root.attachMovie("SoundDistance", "SoundDistance" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
SoundDis._x = this._x;
SoundDis._y = this._y;
SoundDis._xscale = 200;
SoundDis._yscale = 200;
SoundDis._visible = 0;
distancePlayer = 100;
HP = 100;
RespawnHP = 100;
SpawnWhere = 0;
SpawnLimit = 4;
Special = 0;
if (_root.Dif == "N") {
Mode = "Normal";
} else {
Mode = "Follow";
}
StandAdd = 0;
NoobPoint = 0;
DieAni = 1;
Bot = true;
xspeed = 0;
yspeed = 0;
gravity = 0.8;
friction = 0.7;
onground = false;
Xscale = _xscale;
_xscale = Xscale;
fight = false;
Hurt = false;
flying = false;
RightWall = false;
LeftWall = false;
delay = 0;
power = 2.5;
MainGravity = 0.5;
JumpPower = 10;
_root.McPlayer.push(this);
Freeze = 0;
timmer = 0;
Finished = 1;
RScale = this.Skin._xscale;
Bounds = false;
respawn = 0;
respawnLimit = 250;
Targget = _root.player;
Tagget = Targget;
Kills = 0;
Team = "Blue";
}
onClipEvent (enterFrame) {
if (Targget.Team == this.Team) {
Targget = 0;
Tagget = 0;
}
var i = 0;
while (i < _root.McPlayer.length) {
temporaryMc = _root.McPlayer[i];
if (temporaryMc._name != this._name) {
if ((temporaryMc.HP >= 0.001) && (temporaryMc.Team != this.Team)) {
if (Lala.hitTest(temporaryMc._x, temporaryMc._y, true)) {
Yplayer = temporaryMc;
NewTargget = Yplayer;
Targget = Yplayer;
Tagget = Yplayer.hitbox;
}
}
}
i++;
}
}
Instance of Symbol 990 MovieClip "Rice3" in Frame 23
onClipEvent (load) {
FindWay = 0;
bgSound = new Sound(this);
bgSound.start(0, 99);
bgSound = new Sound(this);
bgSound.attachSound("AndyHunter");
HP1 = new Sound(this);
HP1.attachSound("hardpunch1");
HP2 = new Sound(this);
HP2.attachSound("hardpunch2");
HP3 = new Sound(this);
HP3.attachSound("hardpunch3");
Twack1 = new Sound(this);
Twack1.attachSound("Twack1");
Twack2 = new Sound(this);
Twack2.attachSound("Twack2");
BB = new Sound(this);
BB.attachSound("Breakbone");
HandSlap1 = new Sound(this);
HandSlap1.attachSound("HandSlap1");
SoundDis = _root.attachMovie("SoundDistance", "SoundDistance" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
SoundDis._x = this._x;
SoundDis._y = this._y;
SoundDis._xscale = 200;
SoundDis._yscale = 200;
SoundDis._visible = 0;
distancePlayer = 100;
HP = 100;
RespawnHP = 100;
SpawnWhere = 0;
SpawnLimit = 4;
Special = 0;
if (_root.Dif == "N") {
Mode = "Normal";
} else {
Mode = "Follow";
}
StandAdd = 0;
NoobPoint = 0;
DieAni = 1;
Bot = true;
xspeed = 0;
yspeed = 0;
gravity = 0.8;
friction = 0.7;
onground = false;
Xscale = _xscale;
_xscale = Xscale;
fight = false;
Hurt = false;
flying = false;
RightWall = false;
LeftWall = false;
delay = 0;
power = 2.5;
MainGravity = 0.5;
JumpPower = 10;
_root.McPlayer.push(this);
Freeze = 0;
timmer = 0;
Finished = 1;
RScale = this.Skin._xscale;
Bounds = false;
respawn = 0;
respawnLimit = 250;
Targget = _root.S1;
Tagget = Targget;
Kills = 0;
Team = "Blue";
}
onClipEvent (enterFrame) {
if (Targget.Team == this.Team) {
Targget = 0;
Tagget = 0;
}
Kills = _root.BlueTeam;
var i = 0;
while (i < _root.McPlayer.length) {
temporaryMc = _root.McPlayer[i];
if (temporaryMc._name != this._name) {
if ((temporaryMc.HP >= 0.001) && (temporaryMc.Team != this.Team)) {
if (Lala.hitTest(temporaryMc._x, temporaryMc._y, true)) {
Yplayer = temporaryMc;
NewTargget = Yplayer;
Targget = Yplayer;
Tagget = Yplayer.hitbox;
}
}
}
i++;
}
}
Instance of Symbol 1808 MovieClip "S2" in Frame 23
onClipEvent (load) {
bgSound = new Sound(this);
bgSound.start(0, 99);
bgSound = new Sound(this);
bgSound.attachSound("AndyHunter");
HP1 = new Sound(this);
HP1.attachSound("hardpunch1");
HP2 = new Sound(this);
HP2.attachSound("hardpunch2");
HP3 = new Sound(this);
HP3.attachSound("hardpunch3");
Twack1 = new Sound(this);
Twack1.attachSound("Twack1");
Twack2 = new Sound(this);
Twack2.attachSound("Twack2");
BB = new Sound(this);
BB.attachSound("Breakbone");
HandSlap1 = new Sound(this);
HandSlap1.attachSound("HandSlap1");
SoundDis = _root.attachMovie("SoundDistance", "SoundDistance" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
SoundDis._x = this._x;
SoundDis._y = this._y;
SoundDis._xscale = 200;
SoundDis._yscale = 200;
SoundDis._visible = 0;
distancePlayer = 100;
HP = 100;
RespawnHP = 100;
SpawnWhere = 0;
SpawnLimit = 4;
Special = 0;
if (_root.Dif == "N") {
Mode = "Normal";
} else {
Mode = "Follow";
}
StandAdd = 0;
NoobPoint = 0;
DieAni = 1;
Bot = true;
xspeed = 0;
yspeed = 0;
gravity = 0.8;
friction = 0.7;
onground = false;
Xscale = _xscale;
_xscale = Xscale;
fight = false;
Hurt = false;
flying = false;
RightWall = false;
LeftWall = false;
delay = 0;
power = 2.5;
MainGravity = 0.5;
JumpPower = 10;
_root.McPlayer.push(this);
Freeze = 0;
timmer = 0;
Finished = 1;
RScale = this.Skin._xscale;
Bounds = false;
respawn = 0;
respawnLimit = 250;
Targget = _root.Rice2;
Tagget = Targget;
Kills = 0;
Team = "Red";
FindWay = 0;
}
onClipEvent (enterFrame) {
if (Targget.Team == this.Team) {
Targget = 0;
Tagget = 0;
}
var i = 0;
while (i < _root.McPlayer.length) {
temporaryMc = _root.McPlayer[i];
if (temporaryMc._name != this._name) {
if ((temporaryMc.HP >= 0.001) && (temporaryMc.Team != this.Team)) {
if (Lala.hitTest(temporaryMc._x, temporaryMc._y, true)) {
Yplayer = temporaryMc;
NewTargget = Yplayer;
Targget = Yplayer;
Tagget = Yplayer.hitbox;
}
}
}
i++;
}
}
Frame 24
_root.removeMovieClips = false;
_root.TeamSpawn = false;
_root.Place = 1;
_root.SecTime = 0;
_root.RSec = 0;
_root.CrapTimeMin = 0;
_root.Ending = false;
_quality = "LOW";
myMasterSoundObject = new Sound();
myMasterSoundObject.setVolume(100);
if (_root.Dif == "N") {
MaxKills = 20;
} else {
MaxKills = 30;
}
_root.Game = "Pause";
GoRetry = _root._currentframe;
stop();
GoRetry = 5;
var McPlayer = new Array();
var McT = new Array();
Instance of Symbol 1808 MovieClip "S1" in Frame 24
onClipEvent (load) {
Namer = _root.attachMovie("Names", "Name" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
Namer._x = this._x;
Namer._y = this._y;
Namer.PlayerName.text = "SesameStreet";
RenewHp = 100;
bgSound = new Sound(this);
bgSound.start(0, 99);
bgSound = new Sound(this);
bgSound.attachSound("AndyHunter");
HP1 = new Sound(this);
HP1.attachSound("hardpunch1");
HP2 = new Sound(this);
HP2.attachSound("hardpunch2");
HP3 = new Sound(this);
HP3.attachSound("hardpunch3");
Twack1 = new Sound(this);
Twack1.attachSound("Twack1");
Twack2 = new Sound(this);
Twack2.attachSound("Twack2");
BB = new Sound(this);
BB.attachSound("Breakbone");
HandSlap1 = new Sound(this);
HandSlap1.attachSound("HandSlap1");
SoundDis = _root.attachMovie("SoundDistance", "SoundDistance" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
SoundDis._x = this._x;
SoundDis._y = this._y;
SoundDis._xscale = 200;
SoundDis._yscale = 200;
SoundDis._visible = 0;
distancePlayer = 100;
HP = 100;
RespawnHP = 100;
SpawnWhere = 0;
SpawnLimit = 4;
Special = 0;
if (_root.Dif == "N") {
Mode = "Normal";
} else {
Mode = "Follow";
}
StandAdd = 0;
NoobPoint = 0;
DieAni = 1;
Bot = true;
xspeed = 0;
yspeed = 0;
gravity = 0.8;
friction = 0.7;
onground = false;
Xscale = _xscale;
_xscale = Xscale;
fight = false;
Hurt = false;
flying = false;
RightWall = false;
LeftWall = false;
delay = 0;
power = 2.5;
MainGravity = 0.5;
JumpPower = 10;
_root.McPlayer.push(this);
Freeze = 0;
timmer = 0;
Finished = 1;
RScale = this.Skin._xscale;
Bounds = false;
respawn = 0;
respawnLimit = 250;
Targget = _root.player1;
Tagget = Targget;
Kills = 0;
Team = this;
FindWay = 0;
}
onClipEvent (enterFrame) {
if (Targget.Team == this.Team) {
Targget = 0;
Tagget = 0;
}
var i = 0;
while (i < _root.McPlayer.length) {
temporaryMc = _root.McPlayer[i];
if (temporaryMc._name != this._name) {
if ((temporaryMc.HP >= 0.001) && (temporaryMc.Team != this.Team)) {
if (Lala.hitTest(temporaryMc._x, temporaryMc._y, true)) {
Yplayer = temporaryMc;
NewTargget = Yplayer;
Targget = Yplayer;
Tagget = Yplayer.hitbox;
}
}
}
i++;
}
}
Instance of Symbol 990 MovieClip in Frame 24
onClipEvent (load) {
this._x = _root.PlayerStart._x;
this._y = _root.PlayerStart._y - 30;
_root.Cam._x = this._x;
_root.Cam._y = this._y;
RenewHp = 100;
Hold = false;
GrabbedBy = false;
GrabMove = false;
_root.HP = HP;
HP = 100;
DieAni = 1;
RespawnHP = 100;
respawn = 0;
respawnLimit = 250;
Bot = false;
xspeed = 0;
yspeed = 0;
gravity = 0.8;
friction = 0.7;
onground = false;
Xscale = _xscale;
fight = false;
Hurt = false;
SpawnWhere = 0;
SpawnLimit = 4;
power = 2.5;
MainGravity = 0.5;
JumpPower = 10;
RightKey = 39;
LeftKey = 37;
JumpKey = 32;
DownKey = 40;
UpKey = 38;
PunchKey = 65;
BlockKey = 68;
SpecialKey = 83;
Attackpress = false;
onair = false;
RightWall = false;
LeftWall = false;
delay = 0;
NewTargget = 0;
TaggedX = 0;
TaggedY = 0;
TaggedMC = 0;
Freeze = 0;
timmer = 0;
this.Skin._alpha = 0;
Kills = 0;
if (_root.playerChar == 1) {
_root.Cam.Follow = this;
_name = "player";
_root.McPlayer.push(this);
bgSound = new Sound(this);
bgSound.attachSound("AndyHunter");
HP1 = new Sound(this);
HP1.attachSound("hardpunch1");
HP2 = new Sound(this);
HP2.attachSound("hardpunch2");
HP3 = new Sound(this);
HP3.attachSound("hardpunch3");
Twack1 = new Sound(this);
Twack1.attachSound("Twack1");
Twack2 = new Sound(this);
Twack2.attachSound("Twack2");
BB = new Sound(this);
BB.attachSound("Breakbone");
HandSlap1 = new Sound(this);
HandSlap1.attachSound("HandSlap1");
} else {
delete this.onEnterFrame;
delete this.MovieClip;
this.unloadMovie();
}
}
onClipEvent (enterFrame) {
if (_root.playerChar == 1) {
if (Kills > (_root.MaxKills - 1)) {
_root.Check06 = true;
if (_root.Dif == "N") {
_root.pos = SharedObject.getLocal("game");
_root.pos.data.Check06 = _root.Check06;
} else {
_root.pos = SharedObject.getLocal("game");
_root.pos.data.Check06 = _root.Check06;
_root.pos2 = SharedObject.getLocal("HardMode");
_root.pos2.data.Check06 = _root.Check06;
}
}
_root.Cam.Follow = this;
_root.HP = HP;
_root.Hud.Kills = Kills;
_root.Hud.MaxKills = _root.MaxKills;
this.Skin._alpha = 0;
var i = 0;
while (i < _root.McPlayer.length) {
temporaryMc = _root.McPlayer[i];
if (temporaryMc._name != this._name) {
if (temporaryMc.HP >= 0.001) {
if (Lala.hitTest(temporaryMc._x, temporaryMc._y, true)) {
Yplayer = temporaryMc;
NewTargget = Yplayer;
}
_root.Aimer._x = Yplayer._x;
_root.Aimer._y = Yplayer._y;
}
if (Yplayer.HP <= 0) {
_root.Aimer._x = this._x;
_root.Aimer._y = this._y;
}
}
i++;
}
}
}
Instance of Symbol 1808 MovieClip in Frame 24
onClipEvent (load) {
this._x = _root.PlayerStart._x;
this._y = _root.PlayerStart._y - 30;
_root.Cam._x = this._x;
_root.Cam._y = this._y;
RenewHp = 100;
Hold = false;
GrabbedBy = false;
GrabMove = false;
_root.HP = HP;
HP = 100;
DieAni = 1;
RespawnHP = 100;
respawn = 0;
respawnLimit = 250;
Bot = false;
xspeed = 0;
yspeed = 0;
gravity = 0.8;
friction = 0.7;
onground = false;
Xscale = _xscale;
fight = false;
Hurt = false;
SpawnWhere = 0;
SpawnLimit = 4;
power = 2.5;
MainGravity = 0.5;
JumpPower = 10;
RightKey = 39;
LeftKey = 37;
JumpKey = 32;
DownKey = 40;
UpKey = 38;
PunchKey = 65;
BlockKey = 68;
SpecialKey = 83;
Attackpress = false;
onair = false;
RightWall = false;
LeftWall = false;
delay = 0;
NewTargget = 0;
TaggedX = 0;
TaggedY = 0;
TaggedMC = 0;
Freeze = 0;
timmer = 0;
this.Skin._alpha = 0;
Kills = 0;
if (_root.playerChar == 2) {
_root.Cam.Follow = this;
_name = "player";
_root.McPlayer.push(this);
bgSound = new Sound(this);
bgSound.attachSound("AndyHunter");
HP1 = new Sound(this);
HP1.attachSound("hardpunch1");
HP2 = new Sound(this);
HP2.attachSound("hardpunch2");
HP3 = new Sound(this);
HP3.attachSound("hardpunch3");
Twack1 = new Sound(this);
Twack1.attachSound("Twack1");
Twack2 = new Sound(this);
Twack2.attachSound("Twack2");
BB = new Sound(this);
BB.attachSound("Breakbone");
HandSlap1 = new Sound(this);
HandSlap1.attachSound("HandSlap1");
} else {
delete this.onEnterFrame;
delete this.MovieClip;
this.unloadMovie();
}
}
onClipEvent (enterFrame) {
if (_root.playerChar == 2) {
if (Kills > (_root.MaxKills - 1)) {
_root.Check06 = true;
if (_root.Dif == "N") {
_root.pos = SharedObject.getLocal("game");
_root.pos.data.Check06 = _root.Check06;
} else {
_root.pos = SharedObject.getLocal("game");
_root.pos.data.Check06 = _root.Check06;
_root.pos2 = SharedObject.getLocal("HardMode");
_root.pos2.data.Check06 = _root.Check06;
}
}
_root.Cam.Follow = this;
if (ComboMove == 6) {
if (Key.isDown(RightKey)) {
if (Key.isDown(PunchKey) && (onground)) {
if (TaggedX != 0) {
this._x = TaggedMC._x;
this._y = TaggedMC._y;
}
gotoAndStop ("Attack");
Man.gotoAndPlay("Poke");
fight = true;
ComboMove = 0;
}
}
if (Key.isDown(LeftKey)) {
if (Key.isDown(PunchKey) && (onground)) {
if (TaggedX != 0) {
this._x = TaggedMC._x;
this._y = TaggedMC._y;
}
gotoAndStop ("Attack");
Man.gotoAndPlay("Poke");
fight = true;
ComboMove = 0;
}
}
}
_root.HP = HP;
_root.Hud.Kills = Kills;
_root.Hud.MaxKills = _root.MaxKills;
this.Skin._alpha = 0;
var i = 0;
while (i < _root.McPlayer.length) {
temporaryMc = _root.McPlayer[i];
if (temporaryMc._name != this._name) {
if (temporaryMc.HP >= 0.001) {
if (Lala.hitTest(temporaryMc._x, temporaryMc._y, true)) {
Yplayer = temporaryMc;
NewTargget = Yplayer;
}
_root.Aimer._x = Yplayer._x;
_root.Aimer._y = Yplayer._y;
}
if (Yplayer.HP <= 0) {
_root.Aimer._x = this._x;
_root.Aimer._y = this._y;
}
}
i++;
}
}
}
Instance of Symbol 1293 MovieClip in Frame 24
onClipEvent (load) {
this._x = _root.PlayerStart._x;
this._y = _root.PlayerStart._y - 30;
_root.Cam._x = this._x;
_root.Cam._y = this._y;
RenewHp = 100;
SoundDis = _root.attachMovie("SoundDistance", "SoundDistance" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
SoundDis._x = this._x;
SoundDis._y = this._y;
SoundDis._xscale = 200;
SoundDis._yscale = 200;
SoundDis._visible = 0;
distancePlayer = 100;
Hold = false;
GrabbedBy = false;
GrabMove = false;
_root.HP = HP;
HP = 100;
DieAni = 1;
RespawnHP = 100;
respawn = 0;
respawnLimit = 250;
Bot = false;
xspeed = 0;
yspeed = 0;
gravity = 0.8;
friction = 0.7;
onground = false;
Xscale = _xscale;
fight = false;
Hurt = false;
SpawnWhere = 0;
SpawnLimit = 1;
power = 3.5;
MainGravity = 0.5;
JumpPower = 12;
RightKey = 39;
LeftKey = 37;
JumpKey = 32;
DownKey = 40;
UpKey = 38;
PunchKey = 65;
BlockKey = 68;
SpecialKey = 83;
Attackpress = false;
onair = false;
RightWall = false;
LeftWall = false;
delay = 0;
NewTargget = 0;
TaggedX = 0;
TaggedY = 0;
TaggedMC = 0;
Freeze = 0;
timmer = 0;
this.Skin._alpha = 0;
Kills = 0;
if (_root.playerChar == 3) {
_root.Cam.Follow = this;
_name = "player";
_root.McPlayer.push(this);
bgSound = new Sound(this);
bgSound.attachSound("AndyHunter");
Cut01 = new Sound(this);
Cut01.attachSound("Cut01");
Cut02 = new Sound(this);
Cut02.attachSound("Cut02");
Cut03 = new Sound(this);
Cut03.attachSound("Cut03");
Cut04 = new Sound(this);
Cut04.attachSound("Cut04");
HP1 = new Sound(this);
HP1.attachSound("hardpunch1");
HP2 = new Sound(this);
HP2.attachSound("hardpunch2");
HP3 = new Sound(this);
HP3.attachSound("hardpunch3");
Twack1 = new Sound(this);
Twack1.attachSound("Twack1");
Twack2 = new Sound(this);
Twack2.attachSound("Twack2");
BB = new Sound(this);
BB.attachSound("Breakbone");
HandSlap1 = new Sound(this);
HandSlap1.attachSound("HandSlap1");
} else {
delete this.onEnterFrame;
delete this.MovieClip;
this.unloadMovie();
}
Team = this;
}
onClipEvent (enterFrame) {
if (_root.playerChar == 3) {
_name = "player";
if (Kills > (_root.MaxKills - 1)) {
_root.Check06 = true;
if (_root.Dif == "N") {
_root.pos = SharedObject.getLocal("game");
_root.pos.data.Check06 = _root.Check06;
} else {
_root.pos = SharedObject.getLocal("game");
_root.pos.data.Check06 = _root.Check06;
_root.pos2 = SharedObject.getLocal("HardMode");
_root.pos2.data.Check06 = _root.Check06;
}
}
_root.HP = HP;
_root.Hud.Kills = Kills;
_root.Hud.MaxKills = _root.MaxKills;
this.Skin._alpha = 0;
var i = 0;
while (i < _root.McPlayer.length) {
temporaryMc = _root.McPlayer[i];
if (temporaryMc._name != this._name) {
if (temporaryMc.HP >= 1E-10) {
if (Lala.hitTest(temporaryMc._x, temporaryMc._y, true)) {
Yplayer = temporaryMc;
NewTargget = Yplayer;
}
if (HP >= 0.0001) {
_root.Aimer._x = Yplayer._x;
_root.Aimer._y = Yplayer._y;
}
}
if (Yplayer.HP <= 0) {
_root.Aimer._x = this._x;
_root.Aimer._y = this._y;
}
}
i++;
}
}
}
Instance of Symbol 1808 MovieClip "S6" in Frame 24
onClipEvent (load) {
Namer = _root.attachMovie("Names", "Name" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
Namer._x = this._x;
Namer._y = this._y;
Namer.PlayerName.text = "OneBall";
RenewHp = 100;
bgSound = new Sound(this);
bgSound.start(0, 99);
bgSound = new Sound(this);
bgSound.attachSound("AndyHunter");
HP1 = new Sound(this);
HP1.attachSound("hardpunch1");
HP2 = new Sound(this);
HP2.attachSound("hardpunch2");
HP3 = new Sound(this);
HP3.attachSound("hardpunch3");
Twack1 = new Sound(this);
Twack1.attachSound("Twack1");
Twack2 = new Sound(this);
Twack2.attachSound("Twack2");
BB = new Sound(this);
BB.attachSound("Breakbone");
HandSlap1 = new Sound(this);
HandSlap1.attachSound("HandSlap1");
SoundDis = _root.attachMovie("SoundDistance", "SoundDistance" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
SoundDis._x = this._x;
SoundDis._y = this._y;
SoundDis._xscale = 200;
SoundDis._yscale = 200;
SoundDis._visible = 0;
distancePlayer = 100;
HP = 100;
RespawnHP = 100;
SpawnWhere = 0;
SpawnLimit = 4;
Special = 0;
if (_root.Dif == "N") {
Mode = "Normal";
} else {
Mode = "Follow";
}
StandAdd = 0;
NoobPoint = 0;
DieAni = 1;
Bot = true;
xspeed = 0;
yspeed = 0;
gravity = 0.8;
friction = 0.7;
onground = false;
Xscale = _xscale;
_xscale = Xscale;
fight = false;
Hurt = false;
flying = false;
RightWall = false;
LeftWall = false;
delay = 0;
power = 2.5;
MainGravity = 0.5;
JumpPower = 10;
_root.McPlayer.push(this);
Freeze = 0;
timmer = 0;
Finished = 1;
RScale = this.Skin._xscale;
Bounds = false;
respawn = 0;
respawnLimit = 250;
Targget = _root.player1;
Tagget = Targget;
Kills = 0;
Team = this;
FindWay = 0;
}
onClipEvent (enterFrame) {
if (Targget.Team == this.Team) {
Targget = 0;
Tagget = 0;
}
var i = 0;
while (i < _root.McPlayer.length) {
temporaryMc = _root.McPlayer[i];
if (temporaryMc._name != this._name) {
if ((temporaryMc.HP >= 0.001) && (temporaryMc.Team != this.Team)) {
if (Lala.hitTest(temporaryMc._x, temporaryMc._y, true)) {
Yplayer = temporaryMc;
NewTargget = Yplayer;
Targget = Yplayer;
Tagget = Yplayer.hitbox;
}
}
}
i++;
}
}
Instance of Symbol 1293 MovieClip "EC1" in Frame 24
onClipEvent (load) {
Namer = _root.attachMovie("Names", "Name" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
Namer._x = this._x;
Namer._y = this._y;
Namer.PlayerName.text = "Stupid";
RenewHp = 100;
bgSound = new Sound(this);
bgSound.start(0, 99);
bgSound = new Sound(this);
bgSound.attachSound("AndyHunter");
HP1 = new Sound(this);
HP1.attachSound("hardpunch1");
HP2 = new Sound(this);
HP2.attachSound("hardpunch2");
HP3 = new Sound(this);
HP3.attachSound("hardpunch3");
Twack1 = new Sound(this);
Twack1.attachSound("Twack1");
Twack2 = new Sound(this);
Twack2.attachSound("Twack2");
BB = new Sound(this);
BB.attachSound("Breakbone");
HandSlap1 = new Sound(this);
HandSlap1.attachSound("HandSlap1");
SoundDis = _root.attachMovie("SoundDistance", "SoundDistance" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
SoundDis._x = this._x;
SoundDis._y = this._y;
SoundDis._xscale = 200;
SoundDis._yscale = 200;
SoundDis._visible = 0;
distancePlayer = 100;
HP = 100;
RespawnHP = 100;
SpawnWhere = 0;
SpawnLimit = 4;
Special = 0;
if (_root.Dif == "N") {
Mode = "Normal";
} else {
Mode = "Follow";
}
StandAdd = 0;
NoobPoint = 0;
DieAni = 1;
Bot = true;
xspeed = 0;
yspeed = 0;
gravity = 0.8;
friction = 0.7;
onground = false;
Xscale = _xscale;
_xscale = Xscale;
fight = false;
Hurt = false;
flying = false;
RightWall = false;
LeftWall = false;
delay = 0;
power = 2.5;
MainGravity = 0.5;
JumpPower = 10;
_root.McPlayer.push(this);
Freeze = 0;
timmer = 0;
Finished = 1;
RScale = this.Skin._xscale;
Bounds = false;
respawn = 0;
respawnLimit = 250;
Targget = _root.player1;
Tagget = Targget;
Kills = 0;
Team = this;
FindWay = 0;
}
onClipEvent (enterFrame) {
if (Targget.Team == this.Team) {
Targget = 0;
Tagget = 0;
}
var i = 0;
while (i < _root.McPlayer.length) {
temporaryMc = _root.McPlayer[i];
if (temporaryMc._name != this._name) {
if ((temporaryMc.HP >= 0.001) && (temporaryMc.Team != this.Team)) {
if (Lala.hitTest(temporaryMc._x, temporaryMc._y, true)) {
Yplayer = temporaryMc;
NewTargget = Yplayer;
Targget = Yplayer;
Tagget = Yplayer.hitbox;
}
}
}
i++;
}
}
Instance of Symbol 1293 MovieClip "EC2" in Frame 24
onClipEvent (load) {
Namer = _root.attachMovie("Names", "Name" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
Namer._x = this._x;
Namer._y = this._y;
Namer.PlayerName.text = "Gesus";
RenewHp = 100;
bgSound = new Sound(this);
bgSound.start(0, 99);
bgSound = new Sound(this);
bgSound.attachSound("AndyHunter");
HP1 = new Sound(this);
HP1.attachSound("hardpunch1");
HP2 = new Sound(this);
HP2.attachSound("hardpunch2");
HP3 = new Sound(this);
HP3.attachSound("hardpunch3");
Twack1 = new Sound(this);
Twack1.attachSound("Twack1");
Twack2 = new Sound(this);
Twack2.attachSound("Twack2");
BB = new Sound(this);
BB.attachSound("Breakbone");
HandSlap1 = new Sound(this);
HandSlap1.attachSound("HandSlap1");
SoundDis = _root.attachMovie("SoundDistance", "SoundDistance" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
SoundDis._x = this._x;
SoundDis._y = this._y;
SoundDis._xscale = 200;
SoundDis._yscale = 200;
SoundDis._visible = 0;
distancePlayer = 100;
HP = 100;
RespawnHP = 100;
SpawnWhere = 0;
SpawnLimit = 4;
Special = 0;
if (_root.Dif == "N") {
Mode = "Normal";
} else {
Mode = "Follow";
}
StandAdd = 0;
NoobPoint = 0;
DieAni = 1;
Bot = true;
xspeed = 0;
yspeed = 0;
gravity = 0.8;
friction = 0.7;
onground = false;
Xscale = _xscale;
_xscale = Xscale;
fight = false;
Hurt = false;
flying = false;
RightWall = false;
LeftWall = false;
delay = 0;
power = 2.5;
MainGravity = 0.5;
JumpPower = 10;
_root.McPlayer.push(this);
Freeze = 0;
timmer = 0;
Finished = 1;
RScale = this.Skin._xscale;
Bounds = false;
respawn = 0;
respawnLimit = 250;
Targget = _root.player1;
Tagget = Targget;
Kills = 0;
Team = this;
FindWay = 0;
}
onClipEvent (enterFrame) {
if (Targget.Team == this.Team) {
Targget = 0;
Tagget = 0;
}
var i = 0;
while (i < _root.McPlayer.length) {
temporaryMc = _root.McPlayer[i];
if (temporaryMc._name != this._name) {
if ((temporaryMc.HP >= 0.001) && (temporaryMc.Team != this.Team)) {
if (Lala.hitTest(temporaryMc._x, temporaryMc._y, true)) {
Yplayer = temporaryMc;
NewTargget = Yplayer;
Targget = Yplayer;
Tagget = Yplayer.hitbox;
}
}
}
i++;
}
}
Instance of Symbol 990 MovieClip "E3" in Frame 24
onClipEvent (load) {
Namer = _root.attachMovie("Names", "Name" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
Namer._x = this._x;
Namer._y = this._y;
Namer.PlayerName.text = "DickSwett";
RenewHp = 100;
bgSound = new Sound(this);
bgSound.start(0, 99);
bgSound = new Sound(this);
bgSound.attachSound("AndyHunter");
HP1 = new Sound(this);
HP1.attachSound("hardpunch1");
HP2 = new Sound(this);
HP2.attachSound("hardpunch2");
HP3 = new Sound(this);
HP3.attachSound("hardpunch3");
Twack1 = new Sound(this);
Twack1.attachSound("Twack1");
Twack2 = new Sound(this);
Twack2.attachSound("Twack2");
BB = new Sound(this);
BB.attachSound("Breakbone");
HandSlap1 = new Sound(this);
HandSlap1.attachSound("HandSlap1");
SoundDis = _root.attachMovie("SoundDistance", "SoundDistance" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
SoundDis._x = this._x;
SoundDis._y = this._y;
SoundDis._xscale = 200;
SoundDis._yscale = 200;
SoundDis._visible = 0;
distancePlayer = 100;
HP = 100;
RespawnHP = 100;
SpawnWhere = 0;
SpawnLimit = 4;
Special = 0;
if (_root.Dif == "N") {
Mode = "Normal";
} else {
Mode = "Follow";
}
StandAdd = 0;
NoobPoint = 0;
DieAni = 1;
Bot = true;
xspeed = 0;
yspeed = 0;
gravity = 0.8;
friction = 0.7;
onground = false;
Xscale = _xscale;
_xscale = Xscale;
fight = false;
Hurt = false;
flying = false;
RightWall = false;
LeftWall = false;
delay = 0;
power = 2.5;
MainGravity = 0.5;
JumpPower = 10;
_root.McPlayer.push(this);
Freeze = 0;
timmer = 0;
Finished = 1;
RScale = this.Skin._xscale;
Bounds = false;
respawn = 0;
respawnLimit = 250;
Targget = _root.player1;
Tagget = Targget;
Kills = 0;
Team = this;
FindWay = 0;
}
onClipEvent (enterFrame) {
if (Targget.Team == this.Team) {
Targget = 0;
Tagget = 0;
}
var i = 0;
while (i < _root.McPlayer.length) {
temporaryMc = _root.McPlayer[i];
if (temporaryMc._name != this._name) {
if ((temporaryMc.HP >= 0.001) && (temporaryMc.Team != this.Team)) {
if (Lala.hitTest(temporaryMc._x, temporaryMc._y, true)) {
Yplayer = temporaryMc;
NewTargget = Yplayer;
Targget = Yplayer;
Tagget = Yplayer.hitbox;
}
}
}
i++;
}
}
Instance of Symbol 2102 MovieClip "ground" in Frame 24
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 997 MovieClip in Frame 24
onClipEvent (load) {
}
onClipEvent (enterFrame) {
var i = 0;
while (i < _root.McPlayer.length) {
temporaryMc = _root.McPlayer[i];
if (temporaryMc._name != this._name) {
if (_currentframe == 1) {
if (temporaryMc.hitbox.hitTest(this)) {
Hitter = temporaryMc;
if (Hitter.xspeed >= 20) {
if (Hitter._x <= this._x) {
if (Hitter.flying) {
Hitter.xspeed = -25;
Hitter.yspeed = -7;
Hitter._xscale = -Xscale;
Hitter.HP = Hitter.HP - 20;
play();
}
}
}
}
if (temporaryMc.hitbox.hitTest(this)) {
Hitter = temporaryMc;
if (Hitter.xspeed <= -20) {
if (Hitter._x >= this._x) {
if (Hitter.flying) {
Hitter.xspeed = 25;
Hitter.yspeed = -7;
Hitter._xscale = Xscale;
Hitter.HP = Hitter.HP - 20;
play();
}
}
}
}
}
}
i++;
}
}
Instance of Symbol 997 MovieClip in Frame 24
onClipEvent (load) {
}
onClipEvent (enterFrame) {
var i = 0;
while (i < _root.McPlayer.length) {
temporaryMc = _root.McPlayer[i];
if (temporaryMc._name != this._name) {
if (_currentframe == 1) {
if (temporaryMc.hitbox.hitTest(this)) {
Hitter = temporaryMc;
if (Hitter.xspeed >= 20) {
if (Hitter._x <= this._x) {
if (Hitter.flying) {
Hitter.xspeed = -25;
Hitter.yspeed = -7;
Hitter._xscale = -Xscale;
Hitter.HP = Hitter.HP - 20;
play();
}
}
}
}
if (temporaryMc.hitbox.hitTest(this)) {
Hitter = temporaryMc;
if (Hitter.xspeed <= -20) {
if (Hitter._x >= this._x) {
if (Hitter.flying) {
Hitter.xspeed = 25;
Hitter.yspeed = -7;
Hitter._xscale = Xscale;
Hitter.HP = Hitter.HP - 20;
play();
}
}
}
}
}
}
i++;
}
}
Instance of Symbol 997 MovieClip in Frame 24
onClipEvent (load) {
}
onClipEvent (enterFrame) {
var i = 0;
while (i < _root.McPlayer.length) {
temporaryMc = _root.McPlayer[i];
if (temporaryMc._name != this._name) {
if (_currentframe == 1) {
if (temporaryMc.hitbox.hitTest(this)) {
Hitter = temporaryMc;
if (Hitter.xspeed >= 20) {
if (Hitter._x <= this._x) {
if (Hitter.flying) {
Hitter.xspeed = -25;
Hitter.yspeed = -7;
Hitter._xscale = -Xscale;
Hitter.HP = Hitter.HP - 20;
play();
}
}
}
}
if (temporaryMc.hitbox.hitTest(this)) {
Hitter = temporaryMc;
if (Hitter.xspeed <= -20) {
if (Hitter._x >= this._x) {
if (Hitter.flying) {
Hitter.xspeed = 25;
Hitter.yspeed = -7;
Hitter._xscale = Xscale;
Hitter.HP = Hitter.HP - 20;
play();
}
}
}
}
}
}
i++;
}
}
Frame 25
_root.removeMovieClips = false;
_root.TeamSpawn = false;
_root.Place = 1;
_root.RoundOver = 0;
_root.SecTime = 0;
_root.RSec = 0;
_root.CrapTimeMin = 0;
_root.Ending = false;
_quality = "LOW";
myMasterSoundObject = new Sound();
myMasterSoundObject.setVolume(100);
if (_root.Dif == "N") {
MaxKills = 3;
} else {
MaxKills = 4;
}
_root.Game = "Pause";
GoRetry = 9;
stop();
var McPlayer = new Array();
var McT = new Array();
Instance of Symbol 990 MovieClip in Frame 25
onClipEvent (load) {
this._x = _root.PlayerStart._x;
this._y = _root.PlayerStart._y - 30;
_root.Cam._x = this._x;
_root.Cam._y = this._y;
RenewHp = 100;
Hold = false;
GrabbedBy = false;
GrabMove = false;
_root.HP = HP;
HP = 100;
DieAni = 1;
RespawnHP = 100;
respawn = 0;
respawnLimit = 250;
Bot = false;
xspeed = 0;
yspeed = 0;
gravity = 0.8;
friction = 0.7;
onground = false;
Xscale = _xscale;
fight = false;
Hurt = false;
SpawnWhere = 0;
SpawnLimit = 4;
power = 2.5;
MainGravity = 0.5;
JumpPower = 10;
RightKey = 39;
LeftKey = 37;
JumpKey = 32;
DownKey = 40;
UpKey = 38;
PunchKey = 65;
BlockKey = 68;
SpecialKey = 83;
Attackpress = false;
onair = false;
RightWall = false;
LeftWall = false;
delay = 0;
NewTargget = 0;
TaggedX = 0;
TaggedY = 0;
TaggedMC = 0;
Freeze = 0;
timmer = 0;
this.Skin._alpha = 0;
Kills = 0;
if (_root.playerChar == 1) {
_root.Cam.Follow = this;
_name = "player";
_root.McPlayer.push(this);
bgSound = new Sound(this);
bgSound.attachSound("AndyHunter");
HP1 = new Sound(this);
HP1.attachSound("hardpunch1");
HP2 = new Sound(this);
HP2.attachSound("hardpunch2");
HP3 = new Sound(this);
HP3.attachSound("hardpunch3");
Twack1 = new Sound(this);
Twack1.attachSound("Twack1");
Twack2 = new Sound(this);
Twack2.attachSound("Twack2");
BB = new Sound(this);
BB.attachSound("Breakbone");
HandSlap1 = new Sound(this);
HandSlap1.attachSound("HandSlap1");
} else {
delete this.onEnterFrame;
delete this.MovieClip;
this.unloadMovie();
}
}
onClipEvent (enterFrame) {
if (_root.playerChar == 1) {
if (Kills > (_root.MaxKills - 1)) {
_root.Check07 = true;
if (_root.Dif == "N") {
_root.pos = SharedObject.getLocal("game");
_root.pos.data.Check07 = _root.Check07;
} else {
_root.pos = SharedObject.getLocal("game");
_root.pos.data.Check07 = _root.Check07;
_root.pos2 = SharedObject.getLocal("HardMode");
_root.pos2.data.Check07 = _root.Check07;
}
}
_root.HP = HP;
_root.Hud.Kills = Kills;
_root.Hud.MaxKills = _root.MaxKills;
this.Skin._alpha = 0;
var i = 0;
while (i < _root.McPlayer.length) {
temporaryMc = _root.McPlayer[i];
if (temporaryMc._name != this._name) {
if (temporaryMc.HP >= 0.001) {
if (Lala.hitTest(temporaryMc._x, temporaryMc._y, true)) {
Yplayer = temporaryMc;
NewTargget = Yplayer;
}
_root.Aimer._x = Yplayer._x;
_root.Aimer._y = Yplayer._y;
}
if (Yplayer.HP <= 0) {
_root.Aimer._x = this._x;
_root.Aimer._y = this._y;
}
}
i++;
}
}
}
Instance of Symbol 990 MovieClip "E5" in Frame 25
onClipEvent (load) {
Namer = _root.attachMovie("Names", "Name" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
Namer._x = this._x;
Namer._y = this._y;
Namer.PlayerName.text = "BlackChicken";
RenewHp = 100;
Team = _name;
DrawMove = "Timeit";
bgSound = new Sound(this);
bgSound.start(0, 99);
bgSound = new Sound(this);
bgSound.attachSound("AndyHunter");
HP1 = new Sound(this);
HP1.attachSound("hardpunch1");
HP2 = new Sound(this);
HP2.attachSound("hardpunch2");
HP3 = new Sound(this);
HP3.attachSound("hardpunch3");
Twack1 = new Sound(this);
Twack1.attachSound("Twack1");
Twack2 = new Sound(this);
Twack2.attachSound("Twack2");
BB = new Sound(this);
BB.attachSound("Breakbone");
HandSlap1 = new Sound(this);
HandSlap1.attachSound("HandSlap1");
SoundDis = _root.attachMovie("SoundDistance", "SoundDistance" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
SoundDis._x = this._x;
SoundDis._y = this._y;
SoundDis._xscale = 200;
SoundDis._yscale = 200;
SoundDis._visible = 0;
distancePlayer = 100;
HP = 100;
DistanceClose = 50;
MoveIn = 0;
Hold = false;
CanHit = false;
GrabbedBy = false;
HP = 100;
RespawnHP = 100;
SpawnWhere = 0;
SpawnLimit = 4;
Special = 100;
if (_root.Dif == "N") {
Mode = "Follow";
} else {
Mode = "Monster";
}
NoobPoint = 0;
DieAni = 1;
Bot = true;
xspeed = 0;
yspeed = 0;
gravity = 0.8;
friction = 0.7;
onground = false;
Xscale = _xscale;
_xscale = Xscale;
fight = false;
Hurt = false;
flying = false;
RightWall = false;
LeftWall = false;
delay = 0;
power = 2.5;
MainGravity = 0.5;
JumpPower = 10;
_root.McPlayer.push(this);
Freeze = 0;
timmer = 0;
Finished = 1;
RScale = this.Skin._xscale;
Bounds = false;
respawn = 0;
respawnLimit = 250;
Targget = _root.player;
Tagget = Targget;
Kills = 0;
Team = this;
FindWay = 0;
}
onClipEvent (enterFrame) {
var i = 0;
while (i < _root.McPlayer.length) {
temporaryMc = _root.McPlayer[i];
if (temporaryMc._name != this._name) {
if (temporaryMc.HP >= 0.001) {
if (Lala.hitTest(temporaryMc._x, temporaryMc._y, true)) {
Yplayer = temporaryMc;
NewTargget = Yplayer;
Targget = Yplayer;
Tagget = Yplayer.hitbox;
}
}
}
i++;
}
}
Instance of Symbol 1808 MovieClip in Frame 25
onClipEvent (load) {
this._x = _root.PlayerStart._x;
this._y = _root.PlayerStart._y - 30;
_root.Cam._x = this._x;
_root.Cam._y = this._y;
RenewHp = 100;
Hold = false;
GrabbedBy = false;
GrabMove = false;
_root.HP = HP;
HP = 100;
DieAni = 1;
RespawnHP = 100;
respawn = 0;
respawnLimit = 250;
Bot = false;
xspeed = 0;
yspeed = 0;
gravity = 0.8;
friction = 0.7;
onground = false;
Xscale = _xscale;
fight = false;
Hurt = false;
SpawnWhere = 0;
SpawnLimit = 4;
power = 2.5;
MainGravity = 0.5;
JumpPower = 10;
RightKey = 39;
LeftKey = 37;
JumpKey = 32;
DownKey = 40;
UpKey = 38;
PunchKey = 65;
BlockKey = 68;
SpecialKey = 83;
Attackpress = false;
onair = false;
RightWall = false;
LeftWall = false;
delay = 0;
NewTargget = 0;
TaggedX = 0;
TaggedY = 0;
TaggedMC = 0;
Freeze = 0;
timmer = 0;
this.Skin._alpha = 0;
Kills = 0;
if (_root.playerChar == 2) {
_root.Cam.Follow = this;
_name = "player";
_root.McPlayer.push(this);
bgSound = new Sound(this);
bgSound.attachSound("AndyHunter");
HP1 = new Sound(this);
HP1.attachSound("hardpunch1");
HP2 = new Sound(this);
HP2.attachSound("hardpunch2");
HP3 = new Sound(this);
HP3.attachSound("hardpunch3");
Twack1 = new Sound(this);
Twack1.attachSound("Twack1");
Twack2 = new Sound(this);
Twack2.attachSound("Twack2");
BB = new Sound(this);
BB.attachSound("Breakbone");
HandSlap1 = new Sound(this);
HandSlap1.attachSound("HandSlap1");
} else {
delete this.onEnterFrame;
delete this.MovieClip;
this.unloadMovie();
}
}
onClipEvent (enterFrame) {
if (_root.playerChar == 2) {
if (Kills > (_root.MaxKills - 1)) {
_root.Check07 = true;
if (_root.Dif == "N") {
_root.pos = SharedObject.getLocal("game");
_root.pos.data.Check07 = _root.Check07;
} else {
_root.pos = SharedObject.getLocal("game");
_root.pos.data.Check07 = _root.Check07;
_root.pos2 = SharedObject.getLocal("HardMode");
_root.pos2.data.Check07 = _root.Check07;
}
}
if (ComboMove == 6) {
if (Key.isDown(RightKey)) {
if (Key.isDown(PunchKey) && (onground)) {
if (TaggedX != 0) {
this._x = TaggedMC._x;
this._y = TaggedMC._y;
}
gotoAndStop ("Attack");
Man.gotoAndPlay("Poke");
fight = true;
ComboMove = 0;
}
}
if (Key.isDown(LeftKey)) {
if (Key.isDown(PunchKey) && (onground)) {
if (TaggedX != 0) {
this._x = TaggedMC._x;
this._y = TaggedMC._y;
}
gotoAndStop ("Attack");
Man.gotoAndPlay("Poke");
fight = true;
ComboMove = 0;
}
}
}
_root.HP = HP;
_root.Hud.Kills = Kills;
_root.Hud.MaxKills = _root.MaxKills;
this.Skin._alpha = 0;
var i = 0;
while (i < _root.McPlayer.length) {
temporaryMc = _root.McPlayer[i];
if (temporaryMc._name != this._name) {
if (temporaryMc.HP >= 0.001) {
if (Lala.hitTest(temporaryMc._x, temporaryMc._y, true)) {
Yplayer = temporaryMc;
NewTargget = Yplayer;
}
_root.Aimer._x = Yplayer._x;
_root.Aimer._y = Yplayer._y;
}
if (Yplayer.HP <= 0) {
_root.Aimer._x = this._x;
_root.Aimer._y = this._y;
}
}
i++;
}
}
}
Instance of Symbol 1293 MovieClip in Frame 25
onClipEvent (load) {
this._x = _root.PlayerStart._x;
this._y = _root.PlayerStart._y - 30;
_root.Cam._x = this._x;
_root.Cam._y = this._y;
RenewHp = 100;
SoundDis = _root.attachMovie("SoundDistance", "SoundDistance" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
SoundDis._x = this._x;
SoundDis._y = this._y;
SoundDis._xscale = 200;
SoundDis._yscale = 200;
SoundDis._visible = 0;
distancePlayer = 100;
Hold = false;
GrabbedBy = false;
GrabMove = false;
_root.HP = HP;
HP = 100;
DieAni = 1;
RespawnHP = 100;
respawn = 0;
respawnLimit = 250;
Bot = false;
xspeed = 0;
yspeed = 0;
gravity = 0.8;
friction = 0.7;
onground = false;
Xscale = _xscale;
fight = false;
Hurt = false;
SpawnWhere = 0;
SpawnLimit = 1;
power = 3.5;
MainGravity = 0.5;
JumpPower = 12;
RightKey = 39;
LeftKey = 37;
JumpKey = 32;
DownKey = 40;
UpKey = 38;
PunchKey = 65;
BlockKey = 68;
SpecialKey = 83;
Attackpress = false;
onair = false;
RightWall = false;
LeftWall = false;
delay = 0;
NewTargget = 0;
TaggedX = 0;
TaggedY = 0;
TaggedMC = 0;
Freeze = 0;
timmer = 0;
this.Skin._alpha = 0;
Kills = 0;
if (_root.playerChar == 3) {
_root.Cam.Follow = this;
_name = "player";
_root.McPlayer.push(this);
bgSound = new Sound(this);
bgSound.attachSound("AndyHunter");
Cut01 = new Sound(this);
Cut01.attachSound("Cut01");
Cut02 = new Sound(this);
Cut02.attachSound("Cut02");
Cut03 = new Sound(this);
Cut03.attachSound("Cut03");
Cut04 = new Sound(this);
Cut04.attachSound("Cut04");
HP1 = new Sound(this);
HP1.attachSound("hardpunch1");
HP2 = new Sound(this);
HP2.attachSound("hardpunch2");
HP3 = new Sound(this);
HP3.attachSound("hardpunch3");
Twack1 = new Sound(this);
Twack1.attachSound("Twack1");
Twack2 = new Sound(this);
Twack2.attachSound("Twack2");
BB = new Sound(this);
BB.attachSound("Breakbone");
HandSlap1 = new Sound(this);
HandSlap1.attachSound("HandSlap1");
} else {
delete this.onEnterFrame;
delete this.MovieClip;
this.unloadMovie();
}
}
onClipEvent (enterFrame) {
if (_root.playerChar == 3) {
if (Kills > (_root.MaxKills - 1)) {
_root.Check07 = true;
if (_root.Dif == "N") {
_root.pos = SharedObject.getLocal("game");
_root.pos.data.Check07 = _root.Check07;
} else {
_root.pos = SharedObject.getLocal("game");
_root.pos.data.Check07 = _root.Check07;
_root.pos2 = SharedObject.getLocal("HardMode");
_root.pos2.data.Check07 = _root.Check07;
}
}
if (ComboMove == 503) {
if (Key.isDown(PunchKey) and Key.isDown(UpKey)) {
if (TaggedX != 0) {
this._x = TaggedMC._x;
this._y = TaggedMC._y;
}
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack14");
fight = true;
ComboMove = 0;
}
if (Key.isDown(PunchKey) and (!Key.isDown(UpKey))) {
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack500");
fight = true;
ComboMove = 0;
}
}
if (ComboMove == 502) {
if (Key.isDown(PunchKey) and ((!Key.isDown(UpKey)) and (!Key.isDown(DownKey)))) {
if (TaggedX != 0) {
this._x = TaggedMC._x;
this._y = TaggedMC._y;
}
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack502");
fight = true;
yspeed = 0;
ComboMove = 0;
}
if (Key.isDown(PunchKey) and ((!Key.isDown(UpKey)) and Key.isDown(DownKey))) {
if (TaggedX != 0) {
this._x = TaggedMC._x;
this._y = TaggedMC._y;
}
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack6");
fight = true;
yspeed = 0;
ComboMove = 0;
}
}
if (ComboMove == 501) {
if (Key.isDown(PunchKey) and Key.isDown(UpKey)) {
if (TaggedX != 0) {
this._x = TaggedMC._x;
this._y = TaggedMC._y;
}
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack14");
fight = true;
ComboMove = 0;
}
if (Key.isDown(PunchKey) and Key.isDown(RightKey)) {
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack7");
fight = true;
ComboMove = 0;
}
if (Key.isDown(PunchKey) and Key.isDown(LeftKey)) {
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack7");
fight = true;
ComboMove = 0;
}
}
if (ComboMove == 500) {
if (Key.isDown(PunchKey) && (onground)) {
if (TaggedX != 0) {
this._x = TaggedMC._x;
this._y = TaggedMC._y;
}
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack500");
fight = true;
ComboMove = 0;
}
}
if (ComboMove == 6) {
if (Key.isDown(RightKey)) {
if (Key.isDown(PunchKey) && (onground)) {
if (TaggedX != 0) {
this._x = TaggedMC._x;
this._y = TaggedMC._y;
}
gotoAndStop ("Attack");
Man.gotoAndPlay("Poke");
fight = true;
ComboMove = 0;
}
}
if (Key.isDown(LeftKey)) {
if (Key.isDown(PunchKey) && (onground)) {
if (TaggedX != 0) {
this._x = TaggedMC._x;
this._y = TaggedMC._y;
}
gotoAndStop ("Attack");
Man.gotoAndPlay("Poke");
fight = true;
ComboMove = 0;
}
}
}
_root.HP = HP;
_root.Hud.Kills = Kills;
_root.Hud.MaxKills = _root.MaxKills;
this.Skin._alpha = 0;
var i = 0;
while (i < _root.McPlayer.length) {
temporaryMc = _root.McPlayer[i];
if (temporaryMc._name != this._name) {
if (temporaryMc.HP >= 0.001) {
if (Lala.hitTest(temporaryMc._x, temporaryMc._y, true)) {
Yplayer = temporaryMc;
NewTargget = Yplayer;
}
if (HP >= 0.0001) {
_root.Aimer._x = Yplayer._x;
_root.Aimer._y = Yplayer._y;
}
}
if (Yplayer.HP <= 0) {
_root.Aimer._x = this._x;
_root.Aimer._y = this._y;
}
}
i++;
}
}
}
Instance of Symbol 2070 MovieClip "ground" in Frame 25
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 2072 MovieClip "GroundSlop" in Frame 25
onClipEvent (load) {
_visible = false;
}
Frame 26
_root.removeMovieClips = false;
_root.TeamSpawn = false;
_root.Place = 1;
_root.RoundOver = 0;
_root.SecTime = 0;
_root.RSec = 0;
_root.CrapTimeMin = 0;
_root.Ending = false;
_quality = "LOW";
myMasterSoundObject = new Sound();
myMasterSoundObject.setVolume(100);
if (_root.Dif == "N") {
MaxKills = 15;
} else {
MaxKills = 25;
}
_root.Game = "Pause";
GoRetry = _root._currentframe;
stop();
GoRetry = 7;
var McPlayer = new Array();
var McT = new Array();
_root.RedTeam = 0;
_root.BlueTeam = 0;
ResetScore = 0;
HowMany = 2;
numb = 0;
Cpu1 = 0;
Cpu2 = 0;
Cpu3 = 0;
timernumb = 0;
_root.UpdateScore = true;
PName = "---RedTeam---";
PName2 = "---BlueTeam---";
ResetScore = 0;
CountKill = 0;
_root.won = 0;
var recArray = new Array();
recArray.push({name:PName, zip:numb, zip2:0});
recArray.push({name:PName2, zip:Cpu1, zip2:0});
recArray.sortOn(["zip", "zip2"]);
displayArray(recArray);
Instance of Symbol 990 MovieClip in Frame 26
onClipEvent (load) {
this._x = _root.PlayerStart._x;
this._y = _root.PlayerStart._y - 30;
_root.Cam._x = this._x;
_root.Cam._y = this._y;
RenewHp = 100;
Hold = false;
GrabbedBy = false;
GrabMove = false;
_root.HP = HP;
HP = 100;
DieAni = 1;
RespawnHP = 100;
respawn = 0;
respawnLimit = 250;
Bot = false;
xspeed = 0;
yspeed = 0;
gravity = 0.8;
friction = 0.7;
onground = false;
Xscale = _xscale;
fight = false;
Hurt = false;
SpawnWhere = 0;
SpawnLimit = 4;
power = 2.5;
MainGravity = 0.5;
JumpPower = 10;
RightKey = 39;
LeftKey = 37;
JumpKey = 32;
DownKey = 40;
UpKey = 38;
PunchKey = 65;
BlockKey = 68;
SpecialKey = 83;
Attackpress = false;
onair = false;
RightWall = false;
LeftWall = false;
delay = 0;
NewTargget = 0;
TaggedX = 0;
TaggedY = 0;
TaggedMC = 0;
Freeze = 0;
timmer = 0;
this.Skin._alpha = 0;
Kills = 0;
if (_root.playerChar == 1) {
_root.Cam.Follow = this;
_name = "player";
_root.McPlayer.push(this);
bgSound = new Sound(this);
bgSound.attachSound("AndyHunter");
HP1 = new Sound(this);
HP1.attachSound("hardpunch1");
HP2 = new Sound(this);
HP2.attachSound("hardpunch2");
HP3 = new Sound(this);
HP3.attachSound("hardpunch3");
Twack1 = new Sound(this);
Twack1.attachSound("Twack1");
Twack2 = new Sound(this);
Twack2.attachSound("Twack2");
BB = new Sound(this);
BB.attachSound("Breakbone");
HandSlap1 = new Sound(this);
HandSlap1.attachSound("HandSlap1");
Team = "Red";
} else {
delete this.onEnterFrame;
delete this.MovieClip;
this.unloadMovie();
}
}
onClipEvent (enterFrame) {
if (_root.playerChar == 1) {
if (_root.RedTeam > (_root.MaxKills - 1)) {
_root.Check08 = true;
if (_root.Dif == "N") {
_root.pos = SharedObject.getLocal("game");
_root.pos.data.Check08 = _root.Check08;
} else {
_root.pos = SharedObject.getLocal("game");
_root.pos.data.Check08 = _root.Check08;
_root.pos2 = SharedObject.getLocal("HardMode");
_root.pos2.data.Check08 = _root.Check08;
}
}
_root.HP = HP;
_root.Hud.Kills = Kills;
_root.Hud.MaxKills = _root.MaxKills;
this.Skin._alpha = 0;
var i = 0;
while (i < _root.McPlayer.length) {
temporaryMc = _root.McPlayer[i];
if (temporaryMc._name != this._name) {
if (temporaryMc.HP >= 0.001) {
if (Lala.hitTest(temporaryMc._x, temporaryMc._y, true)) {
Yplayer = temporaryMc;
NewTargget = Yplayer;
}
_root.Aimer._x = Yplayer._x;
_root.Aimer._y = Yplayer._y;
}
if (Yplayer.HP <= 0) {
_root.Aimer._x = this._x;
_root.Aimer._y = this._y;
}
}
i++;
}
}
}
Instance of Symbol 990 MovieClip "E5" in Frame 26
onClipEvent (load) {
Namer = _root.attachMovie("Names", "Name" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
Namer._x = this._x;
Namer._y = this._y;
Namer.PlayerName.text = "JackNDick";
RenewHp = 100;
Team = _name;
DrawMove = "Timeit";
bgSound = new Sound(this);
bgSound.start(0, 99);
bgSound = new Sound(this);
bgSound.attachSound("AndyHunter");
HP1 = new Sound(this);
HP1.attachSound("hardpunch1");
HP2 = new Sound(this);
HP2.attachSound("hardpunch2");
HP3 = new Sound(this);
HP3.attachSound("hardpunch3");
Twack1 = new Sound(this);
Twack1.attachSound("Twack1");
Twack2 = new Sound(this);
Twack2.attachSound("Twack2");
BB = new Sound(this);
BB.attachSound("Breakbone");
HandSlap1 = new Sound(this);
HandSlap1.attachSound("HandSlap1");
SoundDis = _root.attachMovie("SoundDistance", "SoundDistance" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
SoundDis._x = this._x;
SoundDis._y = this._y;
SoundDis._xscale = 200;
SoundDis._yscale = 200;
SoundDis._visible = 0;
distancePlayer = 100;
HP = 100;
DistanceClose = 50;
MoveIn = 0;
Hold = false;
CanHit = false;
GrabbedBy = false;
HP = 100;
RespawnHP = 100;
SpawnWhere = 0;
SpawnLimit = 4;
Special = 100;
if (_root.Dif == "N") {
Mode = "Follow";
} else {
Mode = "Monster";
}
NoobPoint = 0;
DieAni = 1;
Bot = true;
xspeed = 0;
yspeed = 0;
gravity = 0.8;
friction = 0.7;
onground = false;
Xscale = _xscale;
_xscale = (-Xscale);
fight = false;
Hurt = false;
flying = false;
RightWall = false;
LeftWall = false;
delay = 0;
power = 2.5;
MainGravity = 0.5;
JumpPower = 10;
_root.McPlayer.push(this);
Freeze = 0;
timmer = 0;
Finished = 1;
RScale = this.Skin._xscale;
Bounds = false;
respawn = 0;
respawnLimit = 250;
Targget = _root.player;
Tagget = Targget;
Kills = 0;
Team = "Blue";
FindWay = 0;
}
onClipEvent (enterFrame) {
if (Targget.Team == this.Team) {
Targget = 0;
Tagget = 0;
}
var i = 0;
while (i < _root.McPlayer.length) {
temporaryMc = _root.McPlayer[i];
if (temporaryMc._name != this._name) {
if (temporaryMc.HP >= 0.001) {
if ((temporaryMc.HP >= 0.001) && (temporaryMc.Team != this.Team)) {
if (Lala.hitTest(temporaryMc._x, temporaryMc._y, true)) {
Yplayer = temporaryMc;
NewTargget = Yplayer;
Targget = Yplayer;
Tagget = Yplayer.hitbox;
}
}
}
}
i++;
}
}
Instance of Symbol 1293 MovieClip in Frame 26
onClipEvent (load) {
this._x = _root.PlayerStart._x;
this._y = _root.PlayerStart._y - 30;
_root.Cam._x = this._x;
_root.Cam._y = this._y;
RenewHp = 100;
SoundDis = _root.attachMovie("SoundDistance", "SoundDistance" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
SoundDis._x = this._x;
SoundDis._y = this._y;
SoundDis._xscale = 200;
SoundDis._yscale = 200;
SoundDis._visible = 0;
distancePlayer = 100;
Hold = false;
GrabbedBy = false;
GrabMove = false;
_root.HP = HP;
HP = 100;
DieAni = 1;
RespawnHP = 100;
respawn = 0;
respawnLimit = 250;
Bot = false;
xspeed = 0;
yspeed = 0;
gravity = 0.8;
friction = 0.7;
onground = false;
Xscale = _xscale;
fight = false;
Hurt = false;
SpawnWhere = 0;
SpawnLimit = 1;
power = 3.5;
MainGravity = 0.5;
JumpPower = 12;
RightKey = 39;
LeftKey = 37;
JumpKey = 32;
DownKey = 40;
UpKey = 38;
PunchKey = 65;
BlockKey = 68;
SpecialKey = 83;
Attackpress = false;
onair = false;
RightWall = false;
LeftWall = false;
delay = 0;
NewTargget = 0;
TaggedX = 0;
TaggedY = 0;
TaggedMC = 0;
Freeze = 0;
timmer = 0;
this.Skin._alpha = 0;
Kills = 0;
if (_root.playerChar == 3) {
_root.Cam.Follow = this;
_name = "player";
_root.McPlayer.push(this);
bgSound = new Sound(this);
bgSound.attachSound("AndyHunter");
Cut01 = new Sound(this);
Cut01.attachSound("Cut01");
Cut02 = new Sound(this);
Cut02.attachSound("Cut02");
Cut03 = new Sound(this);
Cut03.attachSound("Cut03");
Cut04 = new Sound(this);
Cut04.attachSound("Cut04");
HP1 = new Sound(this);
HP1.attachSound("hardpunch1");
HP2 = new Sound(this);
HP2.attachSound("hardpunch2");
HP3 = new Sound(this);
HP3.attachSound("hardpunch3");
Twack1 = new Sound(this);
Twack1.attachSound("Twack1");
Twack2 = new Sound(this);
Twack2.attachSound("Twack2");
BB = new Sound(this);
BB.attachSound("Breakbone");
HandSlap1 = new Sound(this);
HandSlap1.attachSound("HandSlap1");
Team = "Red";
} else {
delete this.onEnterFrame;
delete this.MovieClip;
this.unloadMovie();
}
}
onClipEvent (enterFrame) {
if (_root.playerChar == 3) {
if (_root.RedTeam > (_root.MaxKills - 1)) {
_root.Check08 = true;
if (_root.Dif == "N") {
_root.pos = SharedObject.getLocal("game");
_root.pos.data.Check08 = _root.Check08;
} else {
_root.pos = SharedObject.getLocal("game");
_root.pos.data.Check08 = _root.Check08;
_root.pos2 = SharedObject.getLocal("HardMode");
_root.pos2.data.Check08 = _root.Check08;
}
}
if (ComboMove == 503) {
if (Key.isDown(PunchKey) and Key.isDown(UpKey)) {
if (TaggedX != 0) {
this._x = TaggedMC._x;
this._y = TaggedMC._y;
}
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack14");
fight = true;
ComboMove = 0;
}
if (Key.isDown(PunchKey) and (!Key.isDown(UpKey))) {
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack500");
fight = true;
ComboMove = 0;
}
}
if (ComboMove == 502) {
if (Key.isDown(PunchKey) and ((!Key.isDown(UpKey)) and (!Key.isDown(DownKey)))) {
if (TaggedX != 0) {
this._x = TaggedMC._x;
this._y = TaggedMC._y;
}
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack502");
fight = true;
yspeed = 0;
ComboMove = 0;
}
if (Key.isDown(PunchKey) and ((!Key.isDown(UpKey)) and Key.isDown(DownKey))) {
if (TaggedX != 0) {
this._x = TaggedMC._x;
this._y = TaggedMC._y;
}
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack6");
fight = true;
yspeed = 0;
ComboMove = 0;
}
}
if (ComboMove == 501) {
if (Key.isDown(PunchKey) and Key.isDown(UpKey)) {
if (TaggedX != 0) {
this._x = TaggedMC._x;
this._y = TaggedMC._y;
}
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack14");
fight = true;
ComboMove = 0;
}
if (Key.isDown(PunchKey) and Key.isDown(RightKey)) {
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack7");
fight = true;
ComboMove = 0;
}
if (Key.isDown(PunchKey) and Key.isDown(LeftKey)) {
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack7");
fight = true;
ComboMove = 0;
}
}
if (ComboMove == 500) {
if (Key.isDown(PunchKey) && (onground)) {
if (TaggedX != 0) {
this._x = TaggedMC._x;
this._y = TaggedMC._y;
}
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack500");
fight = true;
ComboMove = 0;
}
}
if (ComboMove == 6) {
if (Key.isDown(RightKey)) {
if (Key.isDown(PunchKey) && (onground)) {
if (TaggedX != 0) {
this._x = TaggedMC._x;
this._y = TaggedMC._y;
}
gotoAndStop ("Attack");
Man.gotoAndPlay("Poke");
fight = true;
ComboMove = 0;
}
}
if (Key.isDown(LeftKey)) {
if (Key.isDown(PunchKey) && (onground)) {
if (TaggedX != 0) {
this._x = TaggedMC._x;
this._y = TaggedMC._y;
}
gotoAndStop ("Attack");
Man.gotoAndPlay("Poke");
fight = true;
ComboMove = 0;
}
}
}
_root.HP = HP;
_root.Hud.Kills = Kills;
_root.Hud.MaxKills = _root.MaxKills;
this.Skin._alpha = 0;
var i = 0;
while (i < _root.McPlayer.length) {
temporaryMc = _root.McPlayer[i];
if (temporaryMc._name != this._name) {
if (temporaryMc.HP >= 0.001) {
if (Lala.hitTest(temporaryMc._x, temporaryMc._y, true)) {
Yplayer = temporaryMc;
NewTargget = Yplayer;
}
if (HP >= 0.0001) {
_root.Aimer._x = Yplayer._x;
_root.Aimer._y = Yplayer._y;
}
}
if (Yplayer.HP <= 0) {
_root.Aimer._x = this._x;
_root.Aimer._y = this._y;
}
}
i++;
}
}
}
Instance of Symbol 990 MovieClip "E6" in Frame 26
onClipEvent (load) {
Namer = _root.attachMovie("Names", "Name" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
Namer._x = this._x;
Namer._y = this._y;
Namer.PlayerName.text = "OldDirtyBasterd";
RenewHp = 100;
FindWay = 0;
bgSound = new Sound(this);
bgSound.start(0, 99);
bgSound = new Sound(this);
bgSound.attachSound("AndyHunter");
HP1 = new Sound(this);
HP1.attachSound("hardpunch1");
HP2 = new Sound(this);
HP2.attachSound("hardpunch2");
HP3 = new Sound(this);
HP3.attachSound("hardpunch3");
Twack1 = new Sound(this);
Twack1.attachSound("Twack1");
Twack2 = new Sound(this);
Twack2.attachSound("Twack2");
BB = new Sound(this);
BB.attachSound("Breakbone");
HandSlap1 = new Sound(this);
HandSlap1.attachSound("HandSlap1");
SoundDis = _root.attachMovie("SoundDistance", "SoundDistance" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
SoundDis._x = this._x;
SoundDis._y = this._y;
SoundDis._xscale = 200;
SoundDis._yscale = 200;
SoundDis._visible = 0;
distancePlayer = 100;
HP = 100;
RespawnHP = 100;
SpawnWhere = 0;
SpawnLimit = 4;
Special = 0;
if (_root.Dif == "N") {
Mode = "Normal";
} else {
Mode = "Follow";
}
StandAdd = 0;
NoobPoint = 0;
DieAni = 1;
Bot = true;
xspeed = 0;
yspeed = 0;
gravity = 0.8;
friction = 0.7;
onground = false;
Xscale = _xscale;
_xscale = (-Xscale);
fight = false;
Hurt = false;
flying = false;
RightWall = false;
LeftWall = false;
delay = 0;
power = 2.5;
MainGravity = 0.5;
JumpPower = 10;
_root.McPlayer.push(this);
Freeze = 0;
timmer = 0;
Finished = 1;
RScale = this.Skin._xscale;
Bounds = false;
respawn = 0;
respawnLimit = 250;
Targget = _root.player;
Tagget = Targget;
Kills = 0;
Team = "Blue";
}
onClipEvent (enterFrame) {
if (Targget.Team == this.Team) {
Targget = 0;
Tagget = 0;
}
var i = 0;
while (i < _root.McPlayer.length) {
temporaryMc = _root.McPlayer[i];
if (temporaryMc._name != this._name) {
if ((temporaryMc.HP >= 0.001) && (temporaryMc.Team != this.Team)) {
if (Lala.hitTest(temporaryMc._x, temporaryMc._y, true)) {
Yplayer = temporaryMc;
NewTargget = Yplayer;
Targget = Yplayer;
Tagget = Yplayer.hitbox;
}
}
}
i++;
}
}
Instance of Symbol 1808 MovieClip in Frame 26
onClipEvent (load) {
this._x = _root.PlayerStart._x;
this._y = _root.PlayerStart._y - 30;
_root.Cam._x = this._x;
_root.Cam._y = this._y;
Hold = false;
GrabbedBy = false;
GrabMove = false;
_root.HP = HP;
HP = 100;
DieAni = 1;
RespawnHP = 100;
respawn = 0;
respawnLimit = 250;
Bot = false;
xspeed = 0;
yspeed = 0;
gravity = 0.8;
friction = 0.7;
onground = false;
Xscale = _xscale;
fight = false;
Hurt = false;
SpawnWhere = 0;
SpawnLimit = 4;
power = 2.5;
MainGravity = 0.5;
JumpPower = 10;
RightKey = 39;
LeftKey = 37;
JumpKey = 32;
DownKey = 40;
UpKey = 38;
PunchKey = 65;
BlockKey = 68;
SpecialKey = 83;
Attackpress = false;
onair = false;
RightWall = false;
LeftWall = false;
delay = 0;
NewTargget = 0;
TaggedX = 0;
TaggedY = 0;
TaggedMC = 0;
Freeze = 0;
timmer = 0;
this.Skin._alpha = 0;
Kills = 0;
if (_root.playerChar == 2) {
_root.Cam.Follow = this;
_name = "player";
_root.McPlayer.push(this);
bgSound = new Sound(this);
bgSound.attachSound("AndyHunter");
HP1 = new Sound(this);
HP1.attachSound("hardpunch1");
HP2 = new Sound(this);
HP2.attachSound("hardpunch2");
HP3 = new Sound(this);
HP3.attachSound("hardpunch3");
Twack1 = new Sound(this);
Twack1.attachSound("Twack1");
Twack2 = new Sound(this);
Twack2.attachSound("Twack2");
BB = new Sound(this);
BB.attachSound("Breakbone");
HandSlap1 = new Sound(this);
HandSlap1.attachSound("HandSlap1");
} else {
delete this.onEnterFrame;
delete this.MovieClip;
this.unloadMovie();
}
Team = "Red";
}
onClipEvent (enterFrame) {
if (_root.playerChar == 2) {
if (_root.RedTeam > (_root.MaxKills - 1)) {
_root.Check08 = true;
if (_root.Dif == "N") {
_root.pos = SharedObject.getLocal("game");
_root.pos.data.Check08 = _root.Check08;
} else {
_root.pos = SharedObject.getLocal("game");
_root.pos.data.Check08 = _root.Check08;
_root.pos2 = SharedObject.getLocal("HardMode");
_root.pos2.data.Check08 = _root.Check08;
}
}
if (ComboMove == 6) {
if (Key.isDown(RightKey)) {
if (Key.isDown(PunchKey) && (onground)) {
if (TaggedX != 0) {
this._x = TaggedMC._x;
this._y = TaggedMC._y;
}
gotoAndStop ("Attack");
Man.gotoAndPlay("Poke");
fight = true;
ComboMove = 0;
}
}
if (Key.isDown(LeftKey)) {
if (Key.isDown(PunchKey) && (onground)) {
if (TaggedX != 0) {
this._x = TaggedMC._x;
this._y = TaggedMC._y;
}
gotoAndStop ("Attack");
Man.gotoAndPlay("Poke");
fight = true;
ComboMove = 0;
}
}
}
_root.HP = HP;
_root.Hud.Kills = _root.RedTeam;
Kills = _root.RedTeam;
_root.Hud.MaxKills = _root.MaxKills;
this.Skin._alpha = 0;
if (NewTargget.Team == this.Team) {
Targget = 0;
Tagget = 0;
}
var i = 0;
while (i < _root.McPlayer.length) {
temporaryMc = _root.McPlayer[i];
if ((temporaryMc._name != this._name) && (temporaryMc.Team != this.Team)) {
if (temporaryMc.HP >= 0.001) {
if (Lala.hitTest(temporaryMc._x, temporaryMc._y, true)) {
Yplayer = temporaryMc;
NewTargget = Yplayer;
}
_root.Aimer._x = Yplayer._x;
_root.Aimer._y = Yplayer._y;
}
if (Yplayer.HP <= 0) {
_root.Aimer._x = this._x;
_root.Aimer._y = this._y;
}
}
i++;
}
}
}
Instance of Symbol 1808 MovieClip "S1" in Frame 26
onClipEvent (load) {
Namer = _root.attachMovie("Names", "Name" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
Namer._x = this._x;
Namer._y = this._y;
Namer.PlayerName.text = "DirtyToilet";
RenewHp = 100;
bgSound = new Sound(this);
bgSound.start(0, 99);
bgSound = new Sound(this);
bgSound.attachSound("AndyHunter");
HP1 = new Sound(this);
HP1.attachSound("hardpunch1");
HP2 = new Sound(this);
HP2.attachSound("hardpunch2");
HP3 = new Sound(this);
HP3.attachSound("hardpunch3");
Twack1 = new Sound(this);
Twack1.attachSound("Twack1");
Twack2 = new Sound(this);
Twack2.attachSound("Twack2");
BB = new Sound(this);
BB.attachSound("Breakbone");
HandSlap1 = new Sound(this);
HandSlap1.attachSound("HandSlap1");
SoundDis = _root.attachMovie("SoundDistance", "SoundDistance" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
SoundDis._x = this._x;
SoundDis._y = this._y;
SoundDis._xscale = 200;
SoundDis._yscale = 200;
SoundDis._visible = 0;
distancePlayer = 100;
HP = 100;
RespawnHP = 100;
SpawnWhere = 0;
SpawnLimit = 4;
Special = 0;
if (_root.Dif == "N") {
Mode = "Follow";
} else {
Mode = "Follow";
}
StandAdd = 0;
NoobPoint = 0;
DieAni = 1;
Bot = true;
xspeed = 0;
yspeed = 0;
gravity = 0.8;
friction = 0.7;
onground = false;
Xscale = _xscale;
_xscale = Xscale;
fight = false;
Hurt = false;
flying = false;
RightWall = false;
LeftWall = false;
delay = 0;
power = 2.5;
MainGravity = 0.5;
JumpPower = 10;
_root.McPlayer.push(this);
Freeze = 0;
timmer = 0;
Finished = 1;
RScale = this.Skin._xscale;
Bounds = false;
respawn = 0;
respawnLimit = 250;
Targget = _root.Rice1;
Tagget = Targget;
Kills = 0;
Team = "Red";
FindWay = 0;
}
onClipEvent (enterFrame) {
if (Targget.Team == this.Team) {
Targget = 0;
Tagget = 0;
}
var i = 0;
while (i < _root.McPlayer.length) {
temporaryMc = _root.McPlayer[i];
if (temporaryMc._name != this._name) {
if ((temporaryMc.HP >= 0.001) && (temporaryMc.Team != this.Team)) {
if (Lala.hitTest(temporaryMc._x, temporaryMc._y, true)) {
Yplayer = temporaryMc;
NewTargget = Yplayer;
Targget = Yplayer;
Tagget = Yplayer.hitbox;
}
}
}
i++;
}
}
Frame 27
_root.removeMovieClips = false;
_root.TeamSpawn = false;
_root.Place = 1;
_root.RoundOver = 0;
_root.SecTime = 0;
_root.RSec = 0;
_root.CrapTimeMin = 0;
_root.Ending = false;
Instance of Symbol 990 MovieClip "E7" in Frame 27
onClipEvent (load) {
FindWay = 0;
RenewHp = 100;
bgSound = new Sound(this);
bgSound.start(0, 99);
bgSound = new Sound(this);
bgSound.attachSound("AndyHunter");
HP1 = new Sound(this);
HP1.attachSound("hardpunch1");
HP2 = new Sound(this);
HP2.attachSound("hardpunch2");
HP3 = new Sound(this);
HP3.attachSound("hardpunch3");
Twack1 = new Sound(this);
Twack1.attachSound("Twack1");
Twack2 = new Sound(this);
Twack2.attachSound("Twack2");
BB = new Sound(this);
BB.attachSound("Breakbone");
HandSlap1 = new Sound(this);
HandSlap1.attachSound("HandSlap1");
SoundDis = _root.attachMovie("SoundDistance", "SoundDistance" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
SoundDis._x = this._x;
SoundDis._y = this._y;
SoundDis._xscale = 200;
SoundDis._yscale = 200;
SoundDis._visible = 0;
distancePlayer = 100;
HP = 100;
RespawnHP = 100;
SpawnWhere = 0;
SpawnLimit = 4;
Special = 0;
if (_root.Dif == "N") {
Mode = "Normal";
} else {
Mode = "Follow";
}
StandAdd = 0;
NoobPoint = 0;
DieAni = 1;
Bot = true;
xspeed = 0;
yspeed = 0;
gravity = 0.8;
friction = 0.7;
onground = false;
Xscale = _xscale;
_xscale = Xscale;
fight = false;
Hurt = false;
flying = false;
RightWall = false;
LeftWall = false;
delay = 0;
power = 2.5;
MainGravity = 0.5;
JumpPower = 10;
_root.McPlayer.push(this);
Freeze = 0;
timmer = 0;
Finished = 1;
RScale = this.Skin._xscale;
Bounds = false;
respawn = 0;
respawnLimit = 250;
Targget = _root.S1;
Tagget = Targget;
Kills = 0;
Team = _name;
}
onClipEvent (enterFrame) {
if (Targget.Team == this.Team) {
Targget = 0;
Tagget = 0;
}
Kills = _root.BlueTeam;
var i = 0;
while (i < _root.McPlayer.length) {
temporaryMc = _root.McPlayer[i];
if (temporaryMc._name != this._name) {
if ((temporaryMc.HP >= 0.001) && (temporaryMc.Team != this.Team)) {
if (Lala.hitTest(temporaryMc._x, temporaryMc._y, true)) {
Yplayer = temporaryMc;
NewTargget = Yplayer;
Targget = Yplayer;
Tagget = Yplayer.hitbox;
}
}
}
i++;
}
}
Instance of Symbol 1808 MovieClip "S1" in Frame 27
onClipEvent (load) {
RenewHp = 100;
bgSound = new Sound(this);
bgSound.start(0, 99);
bgSound = new Sound(this);
bgSound.attachSound("AndyHunter");
HP1 = new Sound(this);
HP1.attachSound("hardpunch1");
HP2 = new Sound(this);
HP2.attachSound("hardpunch2");
HP3 = new Sound(this);
HP3.attachSound("hardpunch3");
Twack1 = new Sound(this);
Twack1.attachSound("Twack1");
Twack2 = new Sound(this);
Twack2.attachSound("Twack2");
BB = new Sound(this);
BB.attachSound("Breakbone");
HandSlap1 = new Sound(this);
HandSlap1.attachSound("HandSlap1");
SoundDis = _root.attachMovie("SoundDistance", "SoundDistance" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
SoundDis._x = this._x;
SoundDis._y = this._y;
SoundDis._xscale = 200;
SoundDis._yscale = 200;
SoundDis._visible = 0;
distancePlayer = 100;
HP = 100;
RespawnHP = 100;
SpawnWhere = 0;
SpawnLimit = 4;
Special = 0;
if (_root.Dif == "N") {
Mode = "Normal";
} else {
Mode = "Follow";
}
StandAdd = 0;
NoobPoint = 0;
DieAni = 1;
Bot = true;
xspeed = 0;
yspeed = 0;
gravity = 0.8;
friction = 0.7;
onground = false;
Xscale = _xscale;
_xscale = Xscale;
fight = false;
Hurt = false;
flying = false;
RightWall = false;
LeftWall = false;
delay = 0;
power = 2.5;
MainGravity = 0.5;
JumpPower = 10;
_root.McPlayer.push(this);
Freeze = 0;
timmer = 0;
Finished = 1;
RScale = this.Skin._xscale;
Bounds = false;
respawn = 0;
respawnLimit = 250;
Targget = _root.player1;
Tagget = Targget;
Kills = 0;
Team = this;
FindWay = 0;
}
onClipEvent (enterFrame) {
if (Targget.Team == this.Team) {
Targget = 0;
Tagget = 0;
}
var i = 0;
while (i < _root.McPlayer.length) {
temporaryMc = _root.McPlayer[i];
if (temporaryMc._name != this._name) {
if ((temporaryMc.HP >= 0.001) && (temporaryMc.Team != this.Team)) {
if (Lala.hitTest(temporaryMc._x, temporaryMc._y, true)) {
Yplayer = temporaryMc;
NewTargget = Yplayer;
Targget = Yplayer;
Tagget = Yplayer.hitbox;
}
}
}
i++;
}
}
Instance of Symbol 990 MovieClip in Frame 27
onClipEvent (load) {
this._x = _root.PlayerStart._x;
this._y = _root.PlayerStart._y - 30;
_root.Cam._x = this._x;
_root.Cam._y = this._y;
RenewHp = 100;
Hold = false;
GrabbedBy = false;
GrabMove = false;
_root.HP = HP;
HP = 100;
DieAni = 1;
RespawnHP = 100;
respawn = 0;
respawnLimit = 250;
Bot = false;
xspeed = 0;
yspeed = 0;
gravity = 0.8;
friction = 0.7;
onground = false;
Xscale = _xscale;
fight = false;
Hurt = false;
SpawnWhere = 0;
SpawnLimit = 4;
power = 2.5;
MainGravity = 0.5;
JumpPower = 10;
RightKey = 39;
LeftKey = 37;
JumpKey = 32;
DownKey = 40;
UpKey = 38;
PunchKey = 65;
BlockKey = 68;
SpecialKey = 83;
Attackpress = false;
onair = false;
RightWall = false;
LeftWall = false;
delay = 0;
NewTargget = 0;
TaggedX = 0;
TaggedY = 0;
TaggedMC = 0;
Freeze = 0;
timmer = 0;
this.Skin._alpha = 0;
Kills = 0;
if (_root.playerChar == 2) {
delete this.onEnterFrame;
delete this.MovieClip;
this.unloadMovie();
}
if (_root.playerChar == 1) {
_root.Cam.Follow = this;
_name = "player";
_root.McPlayer.push(this);
bgSound = new Sound(this);
bgSound.attachSound("AndyHunter");
HP1 = new Sound(this);
HP1.attachSound("hardpunch1");
HP2 = new Sound(this);
HP2.attachSound("hardpunch2");
HP3 = new Sound(this);
HP3.attachSound("hardpunch3");
Twack1 = new Sound(this);
Twack1.attachSound("Twack1");
Twack2 = new Sound(this);
Twack2.attachSound("Twack2");
BB = new Sound(this);
BB.attachSound("Breakbone");
HandSlap1 = new Sound(this);
HandSlap1.attachSound("HandSlap1");
}
}
onClipEvent (enterFrame) {
if (_root.playerChar == 1) {
if (Kills > (_root.MaxKills - 1)) {
_root.Check02 = true;
if (_root.Dif == "N") {
_root.pos = SharedObject.getLocal("game");
_root.pos.data.Check02 = _root.Check02;
} else {
_root.pos = SharedObject.getLocal("game");
_root.pos.data.Check02 = _root.Check02;
_root.pos2 = SharedObject.getLocal("HardMode");
_root.pos2.data.Check02 = _root.Check02;
}
}
_root.Cam.Follow = this;
_root.HP = HP;
_root.Hud.Kills = Kills;
_root.Hud.MaxKills = _root.MaxKills;
this.Skin._alpha = 0;
var i = 0;
while (i < _root.McPlayer.length) {
temporaryMc = _root.McPlayer[i];
if (temporaryMc._name != this._name) {
if (temporaryMc.HP >= 0.001) {
if (Lala.hitTest(temporaryMc._x, temporaryMc._y, true)) {
Yplayer = temporaryMc;
NewTargget = Yplayer;
}
_root.Aimer._x = Yplayer._x;
_root.Aimer._y = Yplayer._y;
}
if (Yplayer.HP <= 0) {
_root.Aimer._x = this._x;
_root.Aimer._y = this._y;
}
}
i++;
}
}
}
Instance of Symbol 1808 MovieClip in Frame 27
onClipEvent (load) {
this._x = _root.PlayerStart._x;
this._y = _root.PlayerStart._y - 30;
_root.Cam._x = this._x;
_root.Cam._y = this._y;
RenewHp = 100;
Hold = false;
GrabbedBy = false;
GrabMove = false;
_root.HP = HP;
HP = 100;
DieAni = 1;
RespawnHP = 100;
respawn = 0;
respawnLimit = 250;
Bot = false;
xspeed = 0;
yspeed = 0;
gravity = 0.8;
friction = 0.7;
onground = false;
Xscale = _xscale;
fight = false;
Hurt = false;
SpawnWhere = 0;
SpawnLimit = 4;
power = 2.5;
MainGravity = 0.5;
JumpPower = 10;
RightKey = 39;
LeftKey = 37;
JumpKey = 32;
DownKey = 40;
UpKey = 38;
PunchKey = 65;
BlockKey = 68;
SpecialKey = 83;
Attackpress = false;
onair = false;
RightWall = false;
LeftWall = false;
delay = 0;
NewTargget = 0;
TaggedX = 0;
TaggedY = 0;
TaggedMC = 0;
Freeze = 0;
timmer = 0;
this.Skin._alpha = 0;
Kills = 0;
if (_root.playerChar == 1) {
delete this.onEnterFrame;
delete this.MovieClip;
this.unloadMovie();
}
if (_root.playerChar == 2) {
_root.Cam.Follow = this;
_name = "player";
_root.McPlayer.push(this);
bgSound = new Sound(this);
bgSound.attachSound("AndyHunter");
HP1 = new Sound(this);
HP1.attachSound("hardpunch1");
HP2 = new Sound(this);
HP2.attachSound("hardpunch2");
HP3 = new Sound(this);
HP3.attachSound("hardpunch3");
Twack1 = new Sound(this);
Twack1.attachSound("Twack1");
Twack2 = new Sound(this);
Twack2.attachSound("Twack2");
BB = new Sound(this);
BB.attachSound("Breakbone");
HandSlap1 = new Sound(this);
HandSlap1.attachSound("HandSlap1");
}
}
onClipEvent (enterFrame) {
if (_root.playerChar == 2) {
if (Kills > (_root.MaxKills - 1)) {
_root.Check02 = true;
if (_root.Dif == "N") {
_root.pos = SharedObject.getLocal("game");
_root.pos.data.Check02 = _root.Check02;
} else {
_root.pos = SharedObject.getLocal("game");
_root.pos.data.Check02 = _root.Check02;
_root.pos2 = SharedObject.getLocal("HardMode");
_root.pos2.data.Check02 = _root.Check02;
}
}
_root.Cam.Follow = this;
if (ComboMove == 6) {
if (Key.isDown(RightKey)) {
if (Key.isDown(PunchKey) && (onground)) {
if (TaggedX != 0) {
this._x = TaggedMC._x;
this._y = TaggedMC._y;
}
gotoAndStop ("Attack");
Man.gotoAndPlay("Poke");
fight = true;
ComboMove = 0;
}
}
if (Key.isDown(LeftKey)) {
if (Key.isDown(PunchKey) && (onground)) {
if (TaggedX != 0) {
this._x = TaggedMC._x;
this._y = TaggedMC._y;
}
gotoAndStop ("Attack");
Man.gotoAndPlay("Poke");
fight = true;
ComboMove = 0;
}
}
}
_root.HP = HP;
_root.Hud.Kills = Kills;
_root.Hud.MaxKills = _root.MaxKills;
this.Skin._alpha = 0;
var i = 0;
while (i < _root.McPlayer.length) {
temporaryMc = _root.McPlayer[i];
if (temporaryMc._name != this._name) {
if (temporaryMc.HP >= 0.001) {
if (Lala.hitTest(temporaryMc._x, temporaryMc._y, true)) {
Yplayer = temporaryMc;
NewTargget = Yplayer;
}
_root.Aimer._x = Yplayer._x;
_root.Aimer._y = Yplayer._y;
}
if (Yplayer.HP <= 0) {
_root.Aimer._x = this._x;
_root.Aimer._y = this._y;
}
}
i++;
}
}
}
Instance of Symbol 990 MovieClip "E6" in Frame 27
onClipEvent (load) {
FindWay = 0;
RenewHp = 100;
bgSound = new Sound(this);
bgSound.start(0, 99);
bgSound = new Sound(this);
bgSound.attachSound("AndyHunter");
HP1 = new Sound(this);
HP1.attachSound("hardpunch1");
HP2 = new Sound(this);
HP2.attachSound("hardpunch2");
HP3 = new Sound(this);
HP3.attachSound("hardpunch3");
Twack1 = new Sound(this);
Twack1.attachSound("Twack1");
Twack2 = new Sound(this);
Twack2.attachSound("Twack2");
BB = new Sound(this);
BB.attachSound("Breakbone");
HandSlap1 = new Sound(this);
HandSlap1.attachSound("HandSlap1");
SoundDis = _root.attachMovie("SoundDistance", "SoundDistance" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
SoundDis._x = this._x;
SoundDis._y = this._y;
SoundDis._xscale = 200;
SoundDis._yscale = 200;
SoundDis._visible = 0;
distancePlayer = 100;
HP = 100;
RespawnHP = 100;
SpawnWhere = 0;
SpawnLimit = 4;
Special = 0;
if (_root.Dif == "N") {
Mode = "Normal";
} else {
Mode = "Follow";
}
StandAdd = 0;
NoobPoint = 0;
DieAni = 1;
Bot = true;
xspeed = 0;
yspeed = 0;
gravity = 0.8;
friction = 0.7;
onground = false;
Xscale = _xscale;
_xscale = Xscale;
fight = false;
Hurt = false;
flying = false;
RightWall = false;
LeftWall = false;
delay = 0;
power = 2.5;
MainGravity = 0.5;
JumpPower = 10;
_root.McPlayer.push(this);
Freeze = 0;
timmer = 0;
Finished = 1;
RScale = this.Skin._xscale;
Bounds = false;
respawn = 0;
respawnLimit = 250;
Targget = _root.S1;
Tagget = Targget;
Kills = 0;
Team = _name;
}
onClipEvent (enterFrame) {
if (Targget.Team == this.Team) {
Targget = 0;
Tagget = 0;
}
Kills = _root.BlueTeam;
var i = 0;
while (i < _root.McPlayer.length) {
temporaryMc = _root.McPlayer[i];
if (temporaryMc._name != this._name) {
if ((temporaryMc.HP >= 0.001) && (temporaryMc.Team != this.Team)) {
if (Lala.hitTest(temporaryMc._x, temporaryMc._y, true)) {
Yplayer = temporaryMc;
NewTargget = Yplayer;
Targget = Yplayer;
Tagget = Yplayer.hitbox;
}
}
}
i++;
}
}
Instance of Symbol 990 MovieClip "E4" in Frame 27
onClipEvent (load) {
FindWay = 0;
RenewHp = 100;
bgSound = new Sound(this);
bgSound.start(0, 99);
bgSound = new Sound(this);
bgSound.attachSound("AndyHunter");
HP1 = new Sound(this);
HP1.attachSound("hardpunch1");
HP2 = new Sound(this);
HP2.attachSound("hardpunch2");
HP3 = new Sound(this);
HP3.attachSound("hardpunch3");
Twack1 = new Sound(this);
Twack1.attachSound("Twack1");
Twack2 = new Sound(this);
Twack2.attachSound("Twack2");
BB = new Sound(this);
BB.attachSound("Breakbone");
HandSlap1 = new Sound(this);
HandSlap1.attachSound("HandSlap1");
SoundDis = _root.attachMovie("SoundDistance", "SoundDistance" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
SoundDis._x = this._x;
SoundDis._y = this._y;
SoundDis._xscale = 200;
SoundDis._yscale = 200;
SoundDis._visible = 0;
distancePlayer = 100;
HP = 100;
RespawnHP = 100;
SpawnWhere = 0;
SpawnLimit = 4;
Special = 0;
if (_root.Dif == "N") {
Mode = "Normal";
} else {
Mode = "Follow";
}
StandAdd = 0;
NoobPoint = 0;
DieAni = 1;
Bot = true;
xspeed = 0;
yspeed = 0;
gravity = 0.8;
friction = 0.7;
onground = false;
Xscale = _xscale;
_xscale = Xscale;
fight = false;
Hurt = false;
flying = false;
RightWall = false;
LeftWall = false;
delay = 0;
power = 2.5;
MainGravity = 0.5;
JumpPower = 10;
_root.McPlayer.push(this);
Freeze = 0;
timmer = 0;
Finished = 1;
RScale = this.Skin._xscale;
Bounds = false;
respawn = 0;
respawnLimit = 250;
Targget = _root.S1;
Tagget = Targget;
Kills = 0;
Team = _name;
}
onClipEvent (enterFrame) {
if (Targget.Team == this.Team) {
Targget = 0;
Tagget = 0;
}
Kills = _root.BlueTeam;
var i = 0;
while (i < _root.McPlayer.length) {
temporaryMc = _root.McPlayer[i];
if (temporaryMc._name != this._name) {
if ((temporaryMc.HP >= 0.001) && (temporaryMc.Team != this.Team)) {
if (Lala.hitTest(temporaryMc._x, temporaryMc._y, true)) {
Yplayer = temporaryMc;
NewTargget = Yplayer;
Targget = Yplayer;
Tagget = Yplayer.hitbox;
}
}
}
i++;
}
}
Instance of Symbol 1808 MovieClip "S2" in Frame 27
onClipEvent (load) {
RenewHp = 100;
bgSound = new Sound(this);
bgSound.start(0, 99);
bgSound = new Sound(this);
bgSound.attachSound("AndyHunter");
HP1 = new Sound(this);
HP1.attachSound("hardpunch1");
HP2 = new Sound(this);
HP2.attachSound("hardpunch2");
HP3 = new Sound(this);
HP3.attachSound("hardpunch3");
Twack1 = new Sound(this);
Twack1.attachSound("Twack1");
Twack2 = new Sound(this);
Twack2.attachSound("Twack2");
BB = new Sound(this);
BB.attachSound("Breakbone");
HandSlap1 = new Sound(this);
HandSlap1.attachSound("HandSlap1");
SoundDis = _root.attachMovie("SoundDistance", "SoundDistance" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
SoundDis._x = this._x;
SoundDis._y = this._y;
SoundDis._xscale = 200;
SoundDis._yscale = 200;
SoundDis._visible = 0;
distancePlayer = 100;
HP = 100;
RespawnHP = 100;
SpawnWhere = 0;
SpawnLimit = 4;
Special = 0;
if (_root.Dif == "N") {
Mode = "Normal";
} else {
Mode = "Follow";
}
StandAdd = 0;
NoobPoint = 0;
DieAni = 1;
Bot = true;
xspeed = 0;
yspeed = 0;
gravity = 0.8;
friction = 0.7;
onground = false;
Xscale = _xscale;
_xscale = Xscale;
fight = false;
Hurt = false;
flying = false;
RightWall = false;
LeftWall = false;
delay = 0;
power = 2.5;
MainGravity = 0.5;
JumpPower = 10;
_root.McPlayer.push(this);
Freeze = 0;
timmer = 0;
Finished = 1;
RScale = this.Skin._xscale;
Bounds = false;
respawn = 0;
respawnLimit = 250;
Targget = _root.player1;
Tagget = Targget;
Kills = 0;
Team = this;
FindWay = 0;
}
onClipEvent (enterFrame) {
if (Targget.Team == this.Team) {
Targget = 0;
Tagget = 0;
}
var i = 0;
while (i < _root.McPlayer.length) {
temporaryMc = _root.McPlayer[i];
if (temporaryMc._name != this._name) {
if ((temporaryMc.HP >= 0.001) && (temporaryMc.Team != this.Team)) {
if (Lala.hitTest(temporaryMc._x, temporaryMc._y, true)) {
Yplayer = temporaryMc;
NewTargget = Yplayer;
Targget = Yplayer;
Tagget = Yplayer.hitbox;
}
}
}
i++;
}
}
Instance of Symbol 1808 MovieClip "S5" in Frame 27
onClipEvent (load) {
RenewHp = 100;
bgSound = new Sound(this);
bgSound.start(0, 99);
bgSound = new Sound(this);
bgSound.attachSound("AndyHunter");
HP1 = new Sound(this);
HP1.attachSound("hardpunch1");
HP2 = new Sound(this);
HP2.attachSound("hardpunch2");
HP3 = new Sound(this);
HP3.attachSound("hardpunch3");
Twack1 = new Sound(this);
Twack1.attachSound("Twack1");
Twack2 = new Sound(this);
Twack2.attachSound("Twack2");
BB = new Sound(this);
BB.attachSound("Breakbone");
HandSlap1 = new Sound(this);
HandSlap1.attachSound("HandSlap1");
SoundDis = _root.attachMovie("SoundDistance", "SoundDistance" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
SoundDis._x = this._x;
SoundDis._y = this._y;
SoundDis._xscale = 200;
SoundDis._yscale = 200;
SoundDis._visible = 0;
distancePlayer = 100;
HP = 100;
RespawnHP = 100;
SpawnWhere = 0;
SpawnLimit = 4;
Special = 0;
if (_root.Dif == "N") {
Mode = "Normal";
} else {
Mode = "Follow";
}
StandAdd = 0;
NoobPoint = 0;
DieAni = 1;
Bot = true;
xspeed = 0;
yspeed = 0;
gravity = 0.8;
friction = 0.7;
onground = false;
Xscale = _xscale;
_xscale = Xscale;
fight = false;
Hurt = false;
flying = false;
RightWall = false;
LeftWall = false;
delay = 0;
power = 2.5;
MainGravity = 0.5;
JumpPower = 10;
_root.McPlayer.push(this);
Freeze = 0;
timmer = 0;
Finished = 1;
RScale = this.Skin._xscale;
Bounds = false;
respawn = 0;
respawnLimit = 250;
Targget = _root.player1;
Tagget = Targget;
Kills = 0;
Team = this;
FindWay = 0;
}
onClipEvent (enterFrame) {
if (Targget.Team == this.Team) {
Targget = 0;
Tagget = 0;
}
var i = 0;
while (i < _root.McPlayer.length) {
temporaryMc = _root.McPlayer[i];
if (temporaryMc._name != this._name) {
if ((temporaryMc.HP >= 0.001) && (temporaryMc.Team != this.Team)) {
if (Lala.hitTest(temporaryMc._x, temporaryMc._y, true)) {
Yplayer = temporaryMc;
NewTargget = Yplayer;
Targget = Yplayer;
Tagget = Yplayer.hitbox;
}
}
}
i++;
}
}
Instance of Symbol 1808 MovieClip "S4" in Frame 27
onClipEvent (load) {
RenewHp = 100;
bgSound = new Sound(this);
bgSound.start(0, 99);
bgSound = new Sound(this);
bgSound.attachSound("AndyHunter");
HP1 = new Sound(this);
HP1.attachSound("hardpunch1");
HP2 = new Sound(this);
HP2.attachSound("hardpunch2");
HP3 = new Sound(this);
HP3.attachSound("hardpunch3");
Twack1 = new Sound(this);
Twack1.attachSound("Twack1");
Twack2 = new Sound(this);
Twack2.attachSound("Twack2");
BB = new Sound(this);
BB.attachSound("Breakbone");
HandSlap1 = new Sound(this);
HandSlap1.attachSound("HandSlap1");
SoundDis = _root.attachMovie("SoundDistance", "SoundDistance" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
SoundDis._x = this._x;
SoundDis._y = this._y;
SoundDis._xscale = 200;
SoundDis._yscale = 200;
SoundDis._visible = 0;
distancePlayer = 100;
HP = 100;
RespawnHP = 100;
SpawnWhere = 0;
SpawnLimit = 4;
Special = 0;
if (_root.Dif == "N") {
Mode = "Normal";
} else {
Mode = "Follow";
}
StandAdd = 0;
NoobPoint = 0;
DieAni = 1;
Bot = true;
xspeed = 0;
yspeed = 0;
gravity = 0.8;
friction = 0.7;
onground = false;
Xscale = _xscale;
_xscale = Xscale;
fight = false;
Hurt = false;
flying = false;
RightWall = false;
LeftWall = false;
delay = 0;
power = 2.5;
MainGravity = 0.5;
JumpPower = 10;
_root.McPlayer.push(this);
Freeze = 0;
timmer = 0;
Finished = 1;
RScale = this.Skin._xscale;
Bounds = false;
respawn = 0;
respawnLimit = 250;
Targget = _root.player1;
Tagget = Targget;
Kills = 0;
Team = this;
FindWay = 0;
}
onClipEvent (enterFrame) {
if (Targget.Team == this.Team) {
Targget = 0;
Tagget = 0;
}
var i = 0;
while (i < _root.McPlayer.length) {
temporaryMc = _root.McPlayer[i];
if (temporaryMc._name != this._name) {
if ((temporaryMc.HP >= 0.001) && (temporaryMc.Team != this.Team)) {
if (Lala.hitTest(temporaryMc._x, temporaryMc._y, true)) {
Yplayer = temporaryMc;
NewTargget = Yplayer;
Targget = Yplayer;
Tagget = Yplayer.hitbox;
}
}
}
i++;
}
}
Instance of Symbol 2102 MovieClip "ground" in Frame 27
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 997 MovieClip "Boom2" in Frame 27
onClipEvent (load) {
}
onClipEvent (enterFrame) {
var i = 0;
while (i < _root.McPlayer.length) {
temporaryMc = _root.McPlayer[i];
if (temporaryMc._name != this._name) {
if (_currentframe == 1) {
if (temporaryMc.hitbox.hitTest(this)) {
Hitter = temporaryMc;
if (Hitter.xspeed >= 20) {
if (Hitter._x <= this._x) {
if (Hitter.flying) {
Hitter.xspeed = -25;
Hitter.yspeed = -7;
Hitter._xscale = -Xscale;
Hitter.HP = Hitter.HP - 12;
Hitter.Freeze = -15;
play();
_root.Boom1.play();
}
}
}
}
if (temporaryMc.hitbox.hitTest(this)) {
Hitter = temporaryMc;
if (Hitter.xspeed <= -20) {
if (Hitter._x >= this._x) {
if (Hitter.flying) {
Hitter.xspeed = 25;
Hitter.yspeed = -7;
Hitter._xscale = Xscale;
Hitter.HP = Hitter.HP - 12;
Hitter.Freeze = -15;
play();
_root.Boom1.play();
}
}
}
}
}
}
i++;
}
}
Instance of Symbol 997 MovieClip "Boom3" in Frame 27
onClipEvent (load) {
}
onClipEvent (enterFrame) {
var i = 0;
while (i < _root.McPlayer.length) {
temporaryMc = _root.McPlayer[i];
if (temporaryMc._name != this._name) {
if (_currentframe == 1) {
if (temporaryMc.hitbox.hitTest(this)) {
Hitter = temporaryMc;
if (Hitter.xspeed >= 20) {
if (Hitter._x <= this._x) {
if (Hitter.flying) {
Hitter.xspeed = -25;
Hitter.yspeed = -7;
Hitter._xscale = -Xscale;
Hitter.HP = Hitter.HP - 12;
Hitter.Freeze = -15;
play();
_root.Boom4.play();
}
}
}
}
if (temporaryMc.hitbox.hitTest(this)) {
Hitter = temporaryMc;
if (Hitter.xspeed <= -20) {
if (Hitter._x >= this._x) {
if (Hitter.flying) {
Hitter.xspeed = 25;
Hitter.yspeed = -7;
Hitter._xscale = Xscale;
Hitter.HP = Hitter.HP - 12;
Hitter.Freeze = -15;
play();
_root.Boom4.play();
}
}
}
}
}
}
i++;
}
}
Instance of Symbol 997 MovieClip "Boom4" in Frame 27
onClipEvent (load) {
}
onClipEvent (enterFrame) {
var i = 0;
while (i < _root.McPlayer.length) {
temporaryMc = _root.McPlayer[i];
if (temporaryMc._name != this._name) {
if (_currentframe == 1) {
if (temporaryMc.hitbox.hitTest(this)) {
Hitter = temporaryMc;
if (Hitter.xspeed >= 20) {
if (Hitter._x <= this._x) {
if (Hitter.flying) {
Hitter.xspeed = -25;
Hitter.yspeed = -7;
Hitter._xscale = -Xscale;
Hitter.HP = Hitter.HP - 20;
play();
_root.Boom3.play();
}
}
}
}
if (temporaryMc.hitbox.hitTest(this)) {
Hitter = temporaryMc;
if (Hitter.xspeed <= -20) {
if (Hitter._x >= this._x) {
if (Hitter.flying) {
Hitter.xspeed = 25;
Hitter.yspeed = -7;
Hitter._xscale = Xscale;
Hitter.HP = Hitter.HP - 20;
play();
_root.Boom3.play();
}
}
}
}
}
}
i++;
}
}
Instance of Symbol 997 MovieClip in Frame 27
onClipEvent (load) {
}
onClipEvent (enterFrame) {
var i = 0;
while (i < _root.McPlayer.length) {
temporaryMc = _root.McPlayer[i];
if (temporaryMc._name != this._name) {
if (_currentframe == 1) {
if (temporaryMc.hitbox.hitTest(this)) {
Hitter = temporaryMc;
if (Hitter.xspeed >= 20) {
if (Hitter._x <= this._x) {
if (Hitter.flying) {
Hitter.xspeed = -25;
Hitter.yspeed = -7;
Hitter._xscale = -Xscale;
Hitter.HP = Hitter.HP - 20;
play();
}
}
}
}
if (temporaryMc.hitbox.hitTest(this)) {
Hitter = temporaryMc;
if (Hitter.xspeed <= -20) {
if (Hitter._x >= this._x) {
if (Hitter.flying) {
Hitter.xspeed = 25;
Hitter.yspeed = -7;
Hitter._xscale = Xscale;
Hitter.HP = Hitter.HP - 20;
play();
}
}
}
}
}
}
i++;
}
}
Instance of Symbol 997 MovieClip in Frame 27
onClipEvent (load) {
}
onClipEvent (enterFrame) {
var i = 0;
while (i < _root.McPlayer.length) {
temporaryMc = _root.McPlayer[i];
if (temporaryMc._name != this._name) {
if (_currentframe == 1) {
if (temporaryMc.hitbox.hitTest(this)) {
Hitter = temporaryMc;
if (Hitter.xspeed >= 20) {
if (Hitter._x <= this._x) {
if (Hitter.flying) {
Hitter.xspeed = -25;
Hitter.yspeed = -7;
Hitter._xscale = -Xscale;
Hitter.HP = Hitter.HP - 20;
play();
}
}
}
}
if (temporaryMc.hitbox.hitTest(this)) {
Hitter = temporaryMc;
if (Hitter.xspeed <= -20) {
if (Hitter._x >= this._x) {
if (Hitter.flying) {
Hitter.xspeed = 25;
Hitter.yspeed = -7;
Hitter._xscale = Xscale;
Hitter.HP = Hitter.HP - 20;
play();
}
}
}
}
}
}
i++;
}
}
Instance of Symbol 997 MovieClip in Frame 27
onClipEvent (load) {
}
onClipEvent (enterFrame) {
var i = 0;
while (i < _root.McPlayer.length) {
temporaryMc = _root.McPlayer[i];
if (temporaryMc._name != this._name) {
if (_currentframe == 1) {
if (temporaryMc.hitbox.hitTest(this)) {
Hitter = temporaryMc;
if (Hitter.xspeed >= 20) {
if (Hitter._x <= this._x) {
if (Hitter.flying) {
Hitter.xspeed = -25;
Hitter.yspeed = -7;
Hitter._xscale = -Xscale;
Hitter.HP = Hitter.HP - 20;
play();
}
}
}
}
if (temporaryMc.hitbox.hitTest(this)) {
Hitter = temporaryMc;
if (Hitter.xspeed <= -20) {
if (Hitter._x >= this._x) {
if (Hitter.flying) {
Hitter.xspeed = 25;
Hitter.yspeed = -7;
Hitter._xscale = Xscale;
Hitter.HP = Hitter.HP - 20;
play();
}
}
}
}
}
}
i++;
}
}
Instance of Symbol 997 MovieClip "Boom1" in Frame 27
onClipEvent (load) {
}
onClipEvent (enterFrame) {
var i = 0;
while (i < _root.McPlayer.length) {
temporaryMc = _root.McPlayer[i];
if (temporaryMc._name != this._name) {
if (_currentframe == 1) {
if (temporaryMc.hitbox.hitTest(this)) {
Hitter = temporaryMc;
if (Hitter.xspeed >= 20) {
if (Hitter._x <= this._x) {
if (Hitter.flying) {
Hitter.xspeed = -25;
Hitter.yspeed = -7;
Hitter._xscale = -Xscale;
Hitter.HP = Hitter.HP - 20;
play();
_root.Boom2.play();
}
}
}
}
if (temporaryMc.hitbox.hitTest(this)) {
Hitter = temporaryMc;
if (Hitter.xspeed <= -20) {
if (Hitter._x >= this._x) {
if (Hitter.flying) {
Hitter.xspeed = 25;
Hitter.yspeed = -7;
Hitter._xscale = Xscale;
Hitter.HP = Hitter.HP - 20;
play();
_root.Boom2.play();
}
}
}
}
}
}
i++;
}
}
Frame 28
_root.removeMovieClips = false;
_root.TeamSpawn = false;
_root.Place = 1;
_root.RoundOver = 0;
_root.SecTime = 0;
_root.RSec = 0;
_root.CrapTimeMin = 0;
_root.Ending = false;
_quality = "LOW";
myMasterSoundObject = new Sound();
myMasterSoundObject.setVolume(100);
if (_root.Dif == "N") {
MaxKills = 25;
} else {
MaxKills = 25;
}
_root.Game = "Pause";
GoRetry = _root._currentframe;
stop();
var McPlayer = new Array();
var McT = new Array();
ResetScore = 0;
HowMany = 6;
numb = 0;
Cpu1 = 0;
Cpu2 = 0;
Cpu3 = 0;
Cpu4 = 0;
Cpu5 = 0;
timernumb = 0;
_root.UpdateScore = true;
PName = "You";
PName2 = "HandJob";
PName3 = "TonyTheCock";
PName4 = "SwordUpURAss";
PName5 = "BackPack";
PName6 = "Pinko";
ResetScore = 0;
CountKill = 0;
_root.won = 0;
var recArray = new Array();
recArray.push({name:PName, zip:numb, zip2:0});
recArray.push({name:PName2, zip:Cpu1, zip2:0});
recArray.push({name:PName3, zip:Cpu2, zip2:0});
recArray.push({name:PName4, zip:Cpu3, zip2:0});
recArray.push({name:PName5, zip:Cpu4, zip2:0});
recArray.push({name:PName6, zip:Cpu5, zip2:0});
recArray.sortOn(["zip", "zip2"]);
displayArray(recArray);
Instance of Symbol 2110 MovieClip "ground" in Frame 28
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 990 MovieClip in Frame 28
onClipEvent (load) {
this._x = _root.PlayerStart._x;
this._y = _root.PlayerStart._y - 30;
_root.Cam._x = this._x;
_root.Cam._y = this._y;
RenewHp = 100;
Team = _name;
Hold = false;
GrabbedBy = false;
GrabMove = false;
_root.HP = HP;
HP = 1;
DieAni = 1;
RespawnHP = 1;
respawn = 0;
respawnLimit = 40;
Bot = false;
xspeed = 0;
yspeed = 0;
gravity = 0.8;
friction = 0.7;
onground = false;
Xscale = _xscale;
fight = false;
Hurt = false;
SpawnWhere = 0;
SpawnLimit = 4;
power = 2.5;
MainGravity = 0.5;
JumpPower = 10;
RightKey = 39;
LeftKey = 37;
JumpKey = 32;
DownKey = 40;
UpKey = 38;
PunchKey = 65;
BlockKey = 68;
SpecialKey = 83;
Attackpress = false;
onair = false;
RightWall = false;
LeftWall = false;
delay = 0;
NewTargget = 0;
TaggedX = 0;
TaggedY = 0;
TaggedMC = 0;
Freeze = 0;
timmer = 0;
this.Skin._alpha = 0;
Kills = 0;
if (_root.playerChar == 1) {
_root.Cam.Follow = this;
_name = "player";
_root.McPlayer.push(this);
bgSound = new Sound(this);
bgSound.attachSound("AndyHunter");
Cut01 = new Sound(this);
Cut01.attachSound("Cut01");
Cut02 = new Sound(this);
Cut02.attachSound("Cut02");
Cut03 = new Sound(this);
Cut03.attachSound("Cut03");
Cut04 = new Sound(this);
Cut04.attachSound("Cut04");
HP1 = new Sound(this);
HP1.attachSound("hardpunch1");
HP2 = new Sound(this);
HP2.attachSound("hardpunch2");
HP3 = new Sound(this);
HP3.attachSound("hardpunch3");
Twack1 = new Sound(this);
Twack1.attachSound("Twack1");
Twack2 = new Sound(this);
Twack2.attachSound("Twack2");
BB = new Sound(this);
BB.attachSound("Breakbone");
HandSlap1 = new Sound(this);
HandSlap1.attachSound("HandSlap1");
Mykills = Kills;
} else {
delete this.onEnterFrame;
delete this.MovieClip;
this.unloadMovie();
}
}
onClipEvent (enterFrame) {
if (_root.playerChar == 1) {
if (Kills > (_root.MaxKills - 1)) {
_root.Check09 = true;
if (_root.Dif == "N") {
_root.pos = SharedObject.getLocal("game");
_root.pos.data.Check09 = _root.Check09;
} else {
_root.pos = SharedObject.getLocal("game");
_root.pos.data.Check09 = _root.Check09;
_root.pos2 = SharedObject.getLocal("HardMode");
_root.pos2.data.Check09 = _root.Check09;
}
}
_root.HP = HP;
_root.Hud.Kills = Kills;
_root.Hud.MaxKills = _root.MaxKills;
this.Skin._alpha = 0;
var i = 0;
while (i < _root.McPlayer.length) {
temporaryMc = _root.McPlayer[i];
if (temporaryMc._name != this._name) {
if (temporaryMc.HP >= 0.001) {
if (Lala.hitTest(temporaryMc._x, temporaryMc._y, true)) {
Yplayer = temporaryMc;
NewTargget = Yplayer;
}
_root.Aimer._x = Yplayer._x;
_root.Aimer._y = Yplayer._y;
}
if (Yplayer.HP <= 0) {
_root.Aimer._x = this._x;
_root.Aimer._y = this._y;
}
}
i++;
}
}
}
Instance of Symbol 1808 MovieClip in Frame 28
onClipEvent (load) {
this._x = _root.PlayerStart._x;
this._y = _root.PlayerStart._y - 30;
_root.Cam._x = this._x;
_root.Cam._y = this._y;
RenewHp = 100;
Hold = false;
GrabbedBy = false;
GrabMove = false;
_root.HP = HP;
HP = 1;
DieAni = 1;
RespawnHP = 1;
respawn = 0;
respawnLimit = 40;
Bot = false;
xspeed = 0;
yspeed = 0;
gravity = 0.8;
friction = 0.7;
onground = false;
Xscale = _xscale;
fight = false;
Hurt = false;
SpawnWhere = 0;
SpawnLimit = 4;
power = 2.5;
MainGravity = 0.5;
JumpPower = 10;
RightKey = 39;
LeftKey = 37;
JumpKey = 32;
DownKey = 40;
UpKey = 38;
PunchKey = 65;
BlockKey = 68;
SpecialKey = 83;
Attackpress = false;
onair = false;
RightWall = false;
LeftWall = false;
delay = 0;
NewTargget = 0;
TaggedX = 0;
TaggedY = 0;
TaggedMC = 0;
Freeze = 0;
timmer = 0;
this.Skin._alpha = 0;
Kills = 0;
if (_root.playerChar == 2) {
_root.Cam.Follow = this;
_name = "player";
_root.McPlayer.push(this);
bgSound = new Sound(this);
bgSound.attachSound("AndyHunter");
Cut01 = new Sound(this);
Cut01.attachSound("Cut01");
Cut02 = new Sound(this);
Cut02.attachSound("Cut02");
Cut03 = new Sound(this);
Cut03.attachSound("Cut03");
Cut04 = new Sound(this);
Cut04.attachSound("Cut04");
HP1 = new Sound(this);
HP1.attachSound("hardpunch1");
HP2 = new Sound(this);
HP2.attachSound("hardpunch2");
HP3 = new Sound(this);
HP3.attachSound("hardpunch3");
Twack1 = new Sound(this);
Twack1.attachSound("Twack1");
Twack2 = new Sound(this);
Twack2.attachSound("Twack2");
BB = new Sound(this);
BB.attachSound("Breakbone");
HandSlap1 = new Sound(this);
HandSlap1.attachSound("HandSlap1");
_root.CountKill = _root.Hud.Kills;
Mykills = Kills;
Team = _name;
} else {
delete this.onEnterFrame;
delete this.MovieClip;
this.unloadMovie();
}
}
onClipEvent (enterFrame) {
if (_root.playerChar == 2) {
if (Kills > (_root.MaxKills - 1)) {
_root.Check09 = true;
if (_root.Dif == "N") {
_root.pos = SharedObject.getLocal("game");
_root.pos.data.Check09 = _root.Check09;
} else {
_root.pos = SharedObject.getLocal("game");
_root.pos.data.Check09 = _root.Check09;
_root.pos2 = SharedObject.getLocal("HardMode");
_root.pos2.data.Check09 = _root.Check09;
}
}
if (ComboMove == 6) {
if (Key.isDown(RightKey)) {
if (Key.isDown(PunchKey) && (onground)) {
if (TaggedX != 0) {
this._x = TaggedMC._x;
this._y = TaggedMC._y;
}
gotoAndStop ("Attack");
Man.gotoAndPlay("Poke");
fight = true;
ComboMove = 0;
}
}
if (Key.isDown(LeftKey)) {
if (Key.isDown(PunchKey) && (onground)) {
if (TaggedX != 0) {
this._x = TaggedMC._x;
this._y = TaggedMC._y;
}
gotoAndStop ("Attack");
Man.gotoAndPlay("Poke");
fight = true;
ComboMove = 0;
}
}
}
_root.HP = HP;
_root.Hud.Kills = Kills;
_root.Hud.MaxKills = _root.MaxKills;
this.Skin._alpha = 0;
var i = 0;
while (i < _root.McPlayer.length) {
temporaryMc = _root.McPlayer[i];
if (temporaryMc._name != this._name) {
if (temporaryMc.HP >= 1E-12) {
if (Lala.hitTest(temporaryMc._x, temporaryMc._y, true)) {
Yplayer = temporaryMc;
NewTargget = Yplayer;
}
_root.Aimer._x = Yplayer._x;
_root.Aimer._y = Yplayer._y;
}
if (Yplayer.HP <= 0) {
_root.Aimer._x = this._x;
_root.Aimer._y = this._y;
}
}
i++;
}
}
}
Instance of Symbol 1293 MovieClip in Frame 28
onClipEvent (load) {
this._x = _root.PlayerStart._x;
this._y = _root.PlayerStart._y - 30;
_root.Cam._x = this._x;
_root.Cam._y = this._y;
Team = _name;
RenewHp = 100;
SoundDis = _root.attachMovie("SoundDistance", "SoundDistance" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
SoundDis._x = this._x;
SoundDis._y = this._y;
SoundDis._xscale = 200;
SoundDis._yscale = 200;
SoundDis._visible = 0;
distancePlayer = 100;
Hold = false;
GrabbedBy = false;
GrabMove = false;
_root.HP = HP;
HP = 1;
DieAni = 1;
RespawnHP = 1;
respawn = 0;
respawnLimit = 40;
Bot = false;
xspeed = 0;
yspeed = 0;
gravity = 0.8;
friction = 0.7;
onground = false;
Xscale = _xscale;
fight = false;
Hurt = false;
SpawnWhere = 0;
SpawnLimit = 1;
power = 3.5;
MainGravity = 0.5;
JumpPower = 12;
RightKey = 39;
LeftKey = 37;
JumpKey = 32;
DownKey = 40;
UpKey = 38;
PunchKey = 65;
BlockKey = 68;
SpecialKey = 83;
Attackpress = false;
onair = false;
RightWall = false;
LeftWall = false;
delay = 0;
NewTargget = 0;
TaggedX = 0;
TaggedY = 0;
TaggedMC = 0;
Freeze = 0;
timmer = 0;
this.Skin._alpha = 0;
Kills = 0;
if (_root.playerChar == 3) {
_root.Cam.Follow = this;
_name = "player";
_root.McPlayer.push(this);
bgSound = new Sound(this);
bgSound.attachSound("AndyHunter");
Cut01 = new Sound(this);
Cut01.attachSound("Cut01");
Cut02 = new Sound(this);
Cut02.attachSound("Cut02");
Cut03 = new Sound(this);
Cut03.attachSound("Cut03");
Cut04 = new Sound(this);
Cut04.attachSound("Cut04");
HP1 = new Sound(this);
HP1.attachSound("hardpunch1");
HP2 = new Sound(this);
HP2.attachSound("hardpunch2");
HP3 = new Sound(this);
HP3.attachSound("hardpunch3");
Twack1 = new Sound(this);
Twack1.attachSound("Twack1");
Twack2 = new Sound(this);
Twack2.attachSound("Twack2");
BB = new Sound(this);
BB.attachSound("Breakbone");
HandSlap1 = new Sound(this);
HandSlap1.attachSound("HandSlap1");
} else {
delete this.onEnterFrame;
delete this.MovieClip;
this.unloadMovie();
}
}
onClipEvent (enterFrame) {
if (_root.playerChar == 3) {
if (Kills > Mykills) {
_root.timernumb = 10;
_root.Mykills = _root.Mykills + 1;
Mykills = Mykills + 1;
}
if (Kills > (_root.MaxKills - 1)) {
_root.Check09 = true;
if (_root.Dif == "N") {
_root.pos = SharedObject.getLocal("game");
_root.pos.data.Check09 = _root.Check09;
} else {
_root.pos = SharedObject.getLocal("game");
_root.pos.data.Check09 = _root.Check09;
_root.pos2 = SharedObject.getLocal("HardMode");
_root.pos2.data.Check09 = _root.Check09;
}
}
_root.HP = HP;
_root.Hud.Kills = Kills;
_root.Hud.MaxKills = _root.MaxKills;
this.Skin._alpha = 0;
var i = 0;
while (i < _root.McPlayer.length) {
temporaryMc = _root.McPlayer[i];
if (temporaryMc._name != this._name) {
if (temporaryMc.HP >= 1E-10) {
if (Lala.hitTest(temporaryMc._x, temporaryMc._y, true)) {
Yplayer = temporaryMc;
NewTargget = Yplayer;
}
if (HP >= 0.0001) {
_root.Aimer._x = Yplayer._x;
_root.Aimer._y = Yplayer._y;
}
}
if (Yplayer.HP <= 0) {
_root.Aimer._x = this._x;
_root.Aimer._y = this._y;
}
}
i++;
}
}
}
Instance of Symbol 990 MovieClip "EEE1" in Frame 28
onClipEvent (load) {
Namer = _root.attachMovie("Names", "Name" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
Namer._x = this._x;
Namer._y = this._y;
Namer.PlayerName.text = "BlackChicken";
RenewHp = 1;
Team = _name;
DrawMove = "Timeit";
bgSound = new Sound(this);
bgSound.start(0, 99);
bgSound = new Sound(this);
bgSound.attachSound("AndyHunter");
HP1 = new Sound(this);
HP1.attachSound("hardpunch1");
HP2 = new Sound(this);
HP2.attachSound("hardpunch2");
HP3 = new Sound(this);
HP3.attachSound("hardpunch3");
Twack1 = new Sound(this);
Twack1.attachSound("Twack1");
Twack2 = new Sound(this);
Twack2.attachSound("Twack2");
BB = new Sound(this);
BB.attachSound("Breakbone");
HandSlap1 = new Sound(this);
HandSlap1.attachSound("HandSlap1");
SoundDis = _root.attachMovie("SoundDistance", "SoundDistance" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
SoundDis._x = this._x;
SoundDis._y = this._y;
SoundDis._xscale = 200;
SoundDis._yscale = 200;
SoundDis._visible = 0;
distancePlayer = 100;
HP = 1;
DistanceClose = 50;
MoveIn = 0;
Hold = false;
CanHit = false;
GrabbedBy = false;
HP = 1;
RespawnHP = 1;
SpawnWhere = 0;
SpawnLimit = 4;
Special = 100;
if (_root.Dif == "N") {
Mode = "Follow";
} else {
Mode = "Monster";
}
NoobPoint = 0;
DieAni = 1;
Bot = true;
xspeed = 0;
yspeed = 0;
gravity = 0.8;
friction = 0.7;
onground = false;
Xscale = _xscale;
_xscale = Xscale;
fight = false;
Hurt = false;
flying = false;
RightWall = false;
LeftWall = false;
delay = 0;
power = 2.5;
MainGravity = 0.5;
JumpPower = 10;
_root.McPlayer.push(this);
Freeze = 0;
timmer = 0;
Finished = 1;
RScale = this.Skin._xscale;
Bounds = false;
respawn = 0;
respawnLimit = 40;
Targget = _root.player;
Tagget = Targget;
Kills = 0;
Team = this;
FindWay = 0;
}
onClipEvent (enterFrame) {
var i = 0;
while (i < _root.McPlayer.length) {
temporaryMc = _root.McPlayer[i];
if (temporaryMc._name != this._name) {
if (temporaryMc.HP >= 0.001) {
if (Lala.hitTest(temporaryMc._x, temporaryMc._y, true)) {
Yplayer = temporaryMc;
NewTargget = Yplayer;
Targget = Yplayer;
Tagget = Yplayer.hitbox;
}
}
}
i++;
}
}
Instance of Symbol 1808 MovieClip "ss2" in Frame 28
onClipEvent (load) {
Namer = _root.attachMovie("Names", "Name" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
Namer._x = this._x;
Namer._y = this._y;
Namer.PlayerName.text = "Mario";
RenewHp = 1;
FindWay = 0;
bgSound = new Sound(this);
bgSound.start(0, 99);
bgSound = new Sound(this);
bgSound.attachSound("AndyHunter");
HP1 = new Sound(this);
HP1.attachSound("hardpunch1");
HP2 = new Sound(this);
HP2.attachSound("hardpunch2");
HP3 = new Sound(this);
HP3.attachSound("hardpunch3");
Twack1 = new Sound(this);
Twack1.attachSound("Twack1");
Twack2 = new Sound(this);
Twack2.attachSound("Twack2");
BB = new Sound(this);
BB.attachSound("Breakbone");
HandSlap1 = new Sound(this);
HandSlap1.attachSound("HandSlap1");
SoundDis = _root.attachMovie("SoundDistance", "SoundDistance" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
SoundDis._x = this._x;
SoundDis._y = this._y;
SoundDis._xscale = 200;
SoundDis._yscale = 200;
SoundDis._visible = 0;
distancePlayer = 100;
HP = 1;
RespawnHP = 1;
SpawnWhere = 0;
SpawnLimit = 3;
Special = 0;
if (_root.Dif == "N") {
Mode = "Normal";
} else {
Mode = "Follow";
}
StandAdd = 0;
NoobPoint = 0;
DieAni = 1;
Bot = true;
xspeed = 0;
yspeed = 0;
gravity = 0.8;
friction = 0.7;
onground = false;
Xscale = _xscale;
_xscale = Xscale;
fight = false;
Hurt = false;
flying = false;
RightWall = false;
LeftWall = false;
delay = 0;
power = 2.5;
MainGravity = 0.5;
JumpPower = 10;
_root.McPlayer.push(this);
Freeze = 0;
timmer = 0;
Finished = 1;
RScale = this.Skin._xscale;
Bounds = false;
respawn = 0;
respawnLimit = 40;
Targget = _root.player;
Tagget = Targget;
Kills = 0;
Team = _name;
}
onClipEvent (enterFrame) {
if (Targget.Team == this.Team) {
Targget = 0;
Tagget = 0;
}
var i = 0;
while (i < _root.McPlayer.length) {
temporaryMc = _root.McPlayer[i];
if (temporaryMc._name != this._name) {
if ((temporaryMc.HP >= 0.001) && (temporaryMc.Team != this.Team)) {
if (Lala.hitTest(temporaryMc._x, temporaryMc._y, true)) {
Yplayer = temporaryMc;
NewTargget = Yplayer;
Targget = Yplayer;
Tagget = Yplayer.hitbox;
}
}
}
i++;
}
}
Instance of Symbol 1810 MovieClip "S5" in Frame 28
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 2112 MovieClip "HitSp" in Frame 28
onClipEvent (load) {
_visible = false;
}
Frame 29
_root.TeamSpawn = false;
_root.Place = 1;
_root.RoundOver = 0;
_root.SecTime = 0;
_root.RSec = 0;
_root.CrapTimeMin = 0;
_root.Ending = false;
_quality = "LOW";
myMasterSoundObject = new Sound();
myMasterSoundObject.setVolume(100);
if (_root.Dif == "N") {
MaxKills = 50;
} else {
MaxKills = 75;
}
_root.Game = "Pause";
GoRetry = _root._currentframe;
stop();
var McPlayer = new Array();
var McT = new Array();
ResetScore = 0;
HowMany = 6;
numb = 0;
Cpu1 = 0;
Cpu2 = 0;
Cpu3 = 0;
Cpu4 = 0;
Cpu5 = 0;
timernumb = 0;
_root.UpdateScore = true;
PName = "You";
PName2 = "HandJob";
PName3 = "TonyTheCock";
PName4 = "SwordUpURAss";
PName5 = "BackPack";
PName6 = "Pinko";
ResetScore = 0;
CountKill = 0;
_root.won = 0;
var recArray = new Array();
recArray.push({name:PName, zip:numb, zip2:0});
recArray.push({name:PName2, zip:Cpu1, zip2:0});
recArray.push({name:PName3, zip:Cpu2, zip2:0});
recArray.push({name:PName4, zip:Cpu3, zip2:0});
recArray.push({name:PName5, zip:Cpu4, zip2:0});
recArray.push({name:PName6, zip:Cpu5, zip2:0});
recArray.sortOn(["zip", "zip2"]);
displayArray(recArray);
Instance of Symbol 990 MovieClip in Frame 29
onClipEvent (load) {
this._x = _root.PlayerStart._x;
this._y = _root.PlayerStart._y - 30;
_root.Cam._x = this._x;
_root.Cam._y = this._y;
RenewHp = 100;
Team = _name;
Hold = false;
GrabbedBy = false;
GrabMove = false;
_root.HP = HP;
HP = 100;
DieAni = 1;
RespawnHP = 100;
respawn = 0;
respawnLimit = 250;
Bot = false;
xspeed = 0;
yspeed = 0;
gravity = 0.8;
friction = 0.7;
onground = false;
Xscale = _xscale;
fight = false;
Hurt = false;
SpawnWhere = 0;
SpawnLimit = 4;
power = 2.5;
MainGravity = 0.5;
JumpPower = 10;
RightKey = 39;
LeftKey = 37;
JumpKey = 32;
DownKey = 40;
UpKey = 38;
PunchKey = 65;
BlockKey = 68;
SpecialKey = 83;
Attackpress = false;
onair = false;
RightWall = false;
LeftWall = false;
delay = 0;
NewTargget = 0;
TaggedX = 0;
TaggedY = 0;
TaggedMC = 0;
Freeze = 0;
timmer = 0;
this.Skin._alpha = 0;
Kills = 0;
if (_root.playerChar == 1) {
_root.Cam.Follow = this;
_name = "player";
_root.McPlayer.push(this);
bgSound = new Sound(this);
bgSound.attachSound("AndyHunter");
Cut01 = new Sound(this);
Cut01.attachSound("Cut01");
Cut02 = new Sound(this);
Cut02.attachSound("Cut02");
Cut03 = new Sound(this);
Cut03.attachSound("Cut03");
Cut04 = new Sound(this);
Cut04.attachSound("Cut04");
HP1 = new Sound(this);
HP1.attachSound("hardpunch1");
HP2 = new Sound(this);
HP2.attachSound("hardpunch2");
HP3 = new Sound(this);
HP3.attachSound("hardpunch3");
Twack1 = new Sound(this);
Twack1.attachSound("Twack1");
Twack2 = new Sound(this);
Twack2.attachSound("Twack2");
BB = new Sound(this);
BB.attachSound("Breakbone");
HandSlap1 = new Sound(this);
HandSlap1.attachSound("HandSlap1");
Mykills = Kills;
} else {
delete this.onEnterFrame;
delete this.MovieClip;
this.unloadMovie();
}
}
onClipEvent (enterFrame) {
if (_root.playerChar == 1) {
if (Kills > (_root.MaxKills - 1)) {
_root.Check10 = true;
if (_root.Dif == "N") {
_root.pos = SharedObject.getLocal("game");
_root.pos.data.Check10 = _root.Check10;
} else {
_root.pos2 = SharedObject.getLocal("HardMode");
_root.pos2.data.Check10 = _root.Check10;
}
}
_root.HP = HP;
_root.Hud.Kills = Kills;
_root.Hud.MaxKills = _root.MaxKills;
this.Skin._alpha = 0;
var i = 0;
while (i < _root.McPlayer.length) {
temporaryMc = _root.McPlayer[i];
if (temporaryMc._name != this._name) {
if (temporaryMc.HP >= 0.001) {
if (Lala.hitTest(temporaryMc._x, temporaryMc._y, true)) {
Yplayer = temporaryMc;
NewTargget = Yplayer;
}
_root.Aimer._x = Yplayer._x;
_root.Aimer._y = Yplayer._y;
}
if (Yplayer.HP <= 0) {
_root.Aimer._x = this._x;
_root.Aimer._y = this._y;
}
}
i++;
}
}
}
Instance of Symbol 1808 MovieClip in Frame 29
onClipEvent (load) {
this._x = _root.PlayerStart._x;
this._y = _root.PlayerStart._y - 30;
_root.Cam._x = this._x;
_root.Cam._y = this._y;
RenewHp = 100;
Hold = false;
GrabbedBy = false;
GrabMove = false;
_root.HP = HP;
HP = 100;
DieAni = 1;
RespawnHP = 100;
respawn = 0;
respawnLimit = 250;
Bot = false;
xspeed = 0;
yspeed = 0;
gravity = 0.8;
friction = 0.7;
onground = false;
Xscale = _xscale;
fight = false;
Hurt = false;
SpawnWhere = 0;
SpawnLimit = 4;
power = 2.5;
MainGravity = 0.5;
JumpPower = 10;
RightKey = 39;
LeftKey = 37;
JumpKey = 32;
DownKey = 40;
UpKey = 38;
PunchKey = 65;
BlockKey = 68;
SpecialKey = 83;
Attackpress = false;
onair = false;
RightWall = false;
LeftWall = false;
delay = 0;
NewTargget = 0;
TaggedX = 0;
TaggedY = 0;
TaggedMC = 0;
Freeze = 0;
timmer = 0;
this.Skin._alpha = 0;
Kills = 0;
if (_root.playerChar == 2) {
_root.Cam.Follow = this;
_name = "player";
_root.McPlayer.push(this);
bgSound = new Sound(this);
bgSound.attachSound("AndyHunter");
Cut01 = new Sound(this);
Cut01.attachSound("Cut01");
Cut02 = new Sound(this);
Cut02.attachSound("Cut02");
Cut03 = new Sound(this);
Cut03.attachSound("Cut03");
Cut04 = new Sound(this);
Cut04.attachSound("Cut04");
HP1 = new Sound(this);
HP1.attachSound("hardpunch1");
HP2 = new Sound(this);
HP2.attachSound("hardpunch2");
HP3 = new Sound(this);
HP3.attachSound("hardpunch3");
Twack1 = new Sound(this);
Twack1.attachSound("Twack1");
Twack2 = new Sound(this);
Twack2.attachSound("Twack2");
BB = new Sound(this);
BB.attachSound("Breakbone");
HandSlap1 = new Sound(this);
HandSlap1.attachSound("HandSlap1");
_root.CountKill = _root.Hud.Kills;
Mykills = Kills;
Team = _name;
} else {
delete this.onEnterFrame;
delete this.MovieClip;
this.unloadMovie();
}
}
onClipEvent (enterFrame) {
if (_root.playerChar == 2) {
if (Kills > (_root.MaxKills - 1)) {
_root.Check10 = true;
if (_root.Dif == "N") {
_root.pos = SharedObject.getLocal("game");
_root.pos.data.Check10 = _root.Check10;
} else {
_root.pos = SharedObject.getLocal("game");
_root.pos.data.Check10 = _root.Check10;
_root.pos2 = SharedObject.getLocal("HardMode");
_root.pos2.data.Check10 = _root.Check10;
}
}
if (ComboMove == 6) {
if (Key.isDown(RightKey)) {
if (Key.isDown(PunchKey) && (onground)) {
if (TaggedX != 0) {
this._x = TaggedMC._x;
this._y = TaggedMC._y;
}
gotoAndStop ("Attack");
Man.gotoAndPlay("Poke");
fight = true;
ComboMove = 0;
}
}
if (Key.isDown(LeftKey)) {
if (Key.isDown(PunchKey) && (onground)) {
if (TaggedX != 0) {
this._x = TaggedMC._x;
this._y = TaggedMC._y;
}
gotoAndStop ("Attack");
Man.gotoAndPlay("Poke");
fight = true;
ComboMove = 0;
}
}
}
_root.HP = HP;
_root.Hud.Kills = Kills;
_root.Hud.MaxKills = _root.MaxKills;
this.Skin._alpha = 0;
var i = 0;
while (i < _root.McPlayer.length) {
temporaryMc = _root.McPlayer[i];
if (temporaryMc._name != this._name) {
if (temporaryMc.HP >= 1E-12) {
if (Lala.hitTest(temporaryMc._x, temporaryMc._y, true)) {
Yplayer = temporaryMc;
NewTargget = Yplayer;
}
_root.Aimer._x = Yplayer._x;
_root.Aimer._y = Yplayer._y;
}
if (Yplayer.HP <= 0) {
_root.Aimer._x = this._x;
_root.Aimer._y = this._y;
}
}
i++;
}
}
}
Instance of Symbol 1293 MovieClip in Frame 29
onClipEvent (load) {
this._x = _root.PlayerStart._x;
this._y = _root.PlayerStart._y - 30;
_root.Cam._x = this._x;
_root.Cam._y = this._y;
Team = _name;
RenewHp = 100;
SoundDis = _root.attachMovie("SoundDistance", "SoundDistance" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
SoundDis._x = this._x;
SoundDis._y = this._y;
SoundDis._xscale = 200;
SoundDis._yscale = 200;
SoundDis._visible = 0;
distancePlayer = 100;
Hold = false;
GrabbedBy = false;
GrabMove = false;
_root.HP = HP;
HP = 100;
DieAni = 1;
RespawnHP = 100;
respawn = 0;
respawnLimit = 250;
Bot = false;
xspeed = 0;
yspeed = 0;
gravity = 0.8;
friction = 0.7;
onground = false;
Xscale = _xscale;
fight = false;
Hurt = false;
SpawnWhere = 0;
SpawnLimit = 1;
power = 3.5;
MainGravity = 0.5;
JumpPower = 12;
RightKey = 39;
LeftKey = 37;
JumpKey = 32;
DownKey = 40;
UpKey = 38;
PunchKey = 65;
BlockKey = 68;
SpecialKey = 83;
Attackpress = false;
onair = false;
RightWall = false;
LeftWall = false;
delay = 0;
NewTargget = 0;
TaggedX = 0;
TaggedY = 0;
TaggedMC = 0;
Freeze = 0;
timmer = 0;
this.Skin._alpha = 0;
Kills = 0;
if (_root.playerChar == 3) {
_root.Cam.Follow = this;
_name = "player";
_root.McPlayer.push(this);
bgSound = new Sound(this);
bgSound.attachSound("AndyHunter");
Cut01 = new Sound(this);
Cut01.attachSound("Cut01");
Cut02 = new Sound(this);
Cut02.attachSound("Cut02");
Cut03 = new Sound(this);
Cut03.attachSound("Cut03");
Cut04 = new Sound(this);
Cut04.attachSound("Cut04");
HP1 = new Sound(this);
HP1.attachSound("hardpunch1");
HP2 = new Sound(this);
HP2.attachSound("hardpunch2");
HP3 = new Sound(this);
HP3.attachSound("hardpunch3");
Twack1 = new Sound(this);
Twack1.attachSound("Twack1");
Twack2 = new Sound(this);
Twack2.attachSound("Twack2");
BB = new Sound(this);
BB.attachSound("Breakbone");
HandSlap1 = new Sound(this);
HandSlap1.attachSound("HandSlap1");
} else {
delete this.onEnterFrame;
delete this.MovieClip;
this.unloadMovie();
}
}
onClipEvent (enterFrame) {
if (_root.playerChar == 3) {
if (Kills > Mykills) {
_root.timernumb = 10;
_root.Mykills = _root.Mykills + 1;
Mykills = Mykills + 1;
}
if (Kills > (_root.MaxKills - 1)) {
_root.Check10 = true;
if (_root.Dif == "N") {
_root.pos = SharedObject.getLocal("game");
_root.pos.data.Check10 = _root.Check10;
} else {
_root.pos = SharedObject.getLocal("game");
_root.pos.data.Check10 = _root.Check10;
_root.pos2 = SharedObject.getLocal("HardMode");
_root.pos2.data.Check10 = _root.Check10;
}
}
_root.HP = HP;
_root.Hud.Kills = Kills;
_root.Hud.MaxKills = _root.MaxKills;
this.Skin._alpha = 0;
var i = 0;
while (i < _root.McPlayer.length) {
temporaryMc = _root.McPlayer[i];
if (temporaryMc._name != this._name) {
if (temporaryMc.HP >= 1E-10) {
if (Lala.hitTest(temporaryMc._x, temporaryMc._y, true)) {
Yplayer = temporaryMc;
NewTargget = Yplayer;
}
if (HP >= 0.0001) {
_root.Aimer._x = Yplayer._x;
_root.Aimer._y = Yplayer._y;
}
}
if (Yplayer.HP <= 0) {
_root.Aimer._x = this._x;
_root.Aimer._y = this._y;
}
}
i++;
}
}
}
Instance of Symbol 990 MovieClip "Rice2" in Frame 29
onClipEvent (load) {
Namer = _root.attachMovie("Names", "Name" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
Namer._x = this._x;
Namer._y = this._y;
Namer.PlayerName.text = "ATable";
RenewHp = 1;
FindWay = 0;
bgSound = new Sound(this);
bgSound.start(0, 99);
bgSound = new Sound(this);
bgSound.attachSound("AndyHunter");
HP1 = new Sound(this);
HP1.attachSound("hardpunch1");
HP2 = new Sound(this);
HP2.attachSound("hardpunch2");
HP3 = new Sound(this);
HP3.attachSound("hardpunch3");
Twack1 = new Sound(this);
Twack1.attachSound("Twack1");
Twack2 = new Sound(this);
Twack2.attachSound("Twack2");
BB = new Sound(this);
BB.attachSound("Breakbone");
HandSlap1 = new Sound(this);
HandSlap1.attachSound("HandSlap1");
SoundDis = _root.attachMovie("SoundDistance", "SoundDistance" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
SoundDis._x = this._x;
SoundDis._y = this._y;
SoundDis._xscale = 200;
SoundDis._yscale = 200;
SoundDis._visible = 0;
distancePlayer = 100;
HP = 1;
RespawnHP = 1;
SpawnWhere = 0;
SpawnLimit = 3;
Special = 0;
if (_root.Dif == "N") {
Mode = "Normal";
} else {
Mode = "Follow";
}
StandAdd = 0;
NoobPoint = 0;
DieAni = 1;
Bot = true;
xspeed = 0;
yspeed = 0;
gravity = 0.8;
friction = 0.7;
onground = false;
Xscale = _xscale;
_xscale = Xscale;
fight = false;
Hurt = false;
flying = false;
RightWall = false;
LeftWall = false;
delay = 0;
power = 2.5;
MainGravity = 0.5;
JumpPower = 10;
_root.McPlayer.push(this);
Freeze = 0;
timmer = 0;
Finished = 1;
this.Skin.Bar._xscale = HP;
RScale = this.Skin._xscale;
Bounds = false;
respawn = 0;
respawnLimit = 40;
Targget = _root.S1;
Tagget = Targget;
Kills = 0;
Team = "Blue";
}
onClipEvent (enterFrame) {
if (Targget.Team == this.Team) {
Targget = 0;
Tagget = 0;
}
Kills = _root.BlueTeam;
var i = 0;
while (i < _root.McPlayer.length) {
temporaryMc = _root.McPlayer[i];
if (temporaryMc._name != this._name) {
if ((temporaryMc.HP >= 0.001) && (temporaryMc.Team != this.Team)) {
if (Lala.hitTest(temporaryMc._x, temporaryMc._y, true)) {
Yplayer = temporaryMc;
NewTargget = Yplayer;
Targget = Yplayer;
Tagget = Yplayer.hitbox;
}
}
}
i++;
}
}
Instance of Symbol 1808 MovieClip "ss1" in Frame 29
onClipEvent (load) {
Namer = _root.attachMovie("Names", "Name" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
Namer._x = this._x;
Namer._y = this._y;
Namer.PlayerName.text = "A_Bed_Matrix";
RenewHp = 1;
FindWay = 0;
bgSound = new Sound(this);
bgSound.start(0, 99);
bgSound = new Sound(this);
bgSound.attachSound("AndyHunter");
HP1 = new Sound(this);
HP1.attachSound("hardpunch1");
HP2 = new Sound(this);
HP2.attachSound("hardpunch2");
HP3 = new Sound(this);
HP3.attachSound("hardpunch3");
Twack1 = new Sound(this);
Twack1.attachSound("Twack1");
Twack2 = new Sound(this);
Twack2.attachSound("Twack2");
BB = new Sound(this);
BB.attachSound("Breakbone");
HandSlap1 = new Sound(this);
HandSlap1.attachSound("HandSlap1");
SoundDis = _root.attachMovie("SoundDistance", "SoundDistance" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
SoundDis._x = this._x;
SoundDis._y = this._y;
SoundDis._xscale = 200;
SoundDis._yscale = 200;
SoundDis._visible = 0;
distancePlayer = 100;
HP = 1;
RespawnHP = 1;
SpawnWhere = 0;
SpawnLimit = 3;
Special = 0;
if (_root.Dif == "N") {
Mode = "Normal";
} else {
Mode = "Follow";
}
StandAdd = 0;
NoobPoint = 0;
DieAni = 1;
Bot = true;
xspeed = 0;
yspeed = 0;
gravity = 0.8;
friction = 0.7;
onground = false;
Xscale = _xscale;
_xscale = Xscale;
fight = false;
Hurt = false;
flying = false;
RightWall = false;
LeftWall = false;
delay = 0;
power = 2.5;
MainGravity = 0.5;
JumpPower = 10;
_root.McPlayer.push(this);
Freeze = 0;
timmer = 0;
Finished = 1;
RScale = this.Skin._xscale;
Bounds = false;
this.Skin.Bar._xscale = HP;
respawn = 0;
respawnLimit = 40;
Targget = _root.player;
Tagget = Targget;
Kills = 0;
Team = "Blue";
}
onClipEvent (enterFrame) {
if (Targget.Team == this.Team) {
Targget = 0;
Tagget = 0;
}
var i = 0;
while (i < _root.McPlayer.length) {
temporaryMc = _root.McPlayer[i];
if (temporaryMc._name != this._name) {
if ((temporaryMc.HP >= 0.001) && (temporaryMc.Team != this.Team)) {
if (Lala.hitTest(temporaryMc._x, temporaryMc._y, true)) {
Yplayer = temporaryMc;
NewTargget = Yplayer;
Targget = Yplayer;
Tagget = Yplayer.hitbox;
}
}
}
i++;
}
}
Instance of Symbol 1808 MovieClip "ss2" in Frame 29
onClipEvent (load) {
Namer = _root.attachMovie("Names", "Name" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
Namer._x = this._x;
Namer._y = this._y;
Namer.PlayerName.text = "Mario";
RenewHp = 1;
FindWay = 0;
bgSound = new Sound(this);
bgSound.start(0, 99);
bgSound = new Sound(this);
bgSound.attachSound("AndyHunter");
HP1 = new Sound(this);
HP1.attachSound("hardpunch1");
HP2 = new Sound(this);
HP2.attachSound("hardpunch2");
HP3 = new Sound(this);
HP3.attachSound("hardpunch3");
Twack1 = new Sound(this);
Twack1.attachSound("Twack1");
Twack2 = new Sound(this);
Twack2.attachSound("Twack2");
BB = new Sound(this);
BB.attachSound("Breakbone");
HandSlap1 = new Sound(this);
HandSlap1.attachSound("HandSlap1");
SoundDis = _root.attachMovie("SoundDistance", "SoundDistance" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
SoundDis._x = this._x;
SoundDis._y = this._y;
SoundDis._xscale = 200;
SoundDis._yscale = 200;
SoundDis._visible = 0;
distancePlayer = 100;
HP = 1;
RespawnHP = 1;
SpawnWhere = 0;
SpawnLimit = 3;
Special = 0;
if (_root.Dif == "N") {
Mode = "Normal";
} else {
Mode = "Follow";
}
StandAdd = 0;
NoobPoint = 0;
DieAni = 1;
Bot = true;
xspeed = 0;
yspeed = 0;
gravity = 0.8;
friction = 0.7;
onground = false;
Xscale = _xscale;
_xscale = Xscale;
fight = false;
Hurt = false;
flying = false;
RightWall = false;
LeftWall = false;
delay = 0;
power = 2.5;
MainGravity = 0.5;
this.Skin.Bar._xscale = HP;
JumpPower = 10;
_root.McPlayer.push(this);
Freeze = 0;
timmer = 0;
Finished = 1;
RScale = this.Skin._xscale;
Bounds = false;
respawn = 0;
respawnLimit = 40;
Targget = _root.player;
Tagget = Targget;
Kills = 0;
Team = "Blue";
}
onClipEvent (enterFrame) {
if (Targget.Team == this.Team) {
Targget = 0;
Tagget = 0;
}
var i = 0;
while (i < _root.McPlayer.length) {
temporaryMc = _root.McPlayer[i];
if (temporaryMc._name != this._name) {
if ((temporaryMc.HP >= 0.001) && (temporaryMc.Team != this.Team)) {
if (Lala.hitTest(temporaryMc._x, temporaryMc._y, true)) {
Yplayer = temporaryMc;
NewTargget = Yplayer;
Targget = Yplayer;
Tagget = Yplayer.hitbox;
}
}
}
i++;
}
}
Instance of Symbol 990 MovieClip "Rice3" in Frame 29
onClipEvent (load) {
Namer = _root.attachMovie("Names", "Name" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
Namer._x = this._x;
Namer._y = this._y;
Namer.PlayerName.text = "OneDirtyKid";
RenewHp = 1;
FindWay = 0;
bgSound = new Sound(this);
bgSound.start(0, 99);
bgSound = new Sound(this);
bgSound.attachSound("AndyHunter");
HP1 = new Sound(this);
HP1.attachSound("hardpunch1");
HP2 = new Sound(this);
HP2.attachSound("hardpunch2");
HP3 = new Sound(this);
HP3.attachSound("hardpunch3");
Twack1 = new Sound(this);
Twack1.attachSound("Twack1");
Twack2 = new Sound(this);
Twack2.attachSound("Twack2");
BB = new Sound(this);
BB.attachSound("Breakbone");
HandSlap1 = new Sound(this);
HandSlap1.attachSound("HandSlap1");
SoundDis = _root.attachMovie("SoundDistance", "SoundDistance" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
SoundDis._x = this._x;
SoundDis._y = this._y;
SoundDis._xscale = 200;
SoundDis._yscale = 200;
SoundDis._visible = 0;
distancePlayer = 100;
HP = 1;
RespawnHP = 1;
SpawnWhere = 0;
SpawnLimit = 3;
Special = 0;
if (_root.Dif == "N") {
Mode = "Normal";
} else {
Mode = "Follow";
}
StandAdd = 0;
NoobPoint = 0;
DieAni = 1;
Bot = true;
xspeed = 0;
yspeed = 0;
gravity = 0.8;
friction = 0.7;
onground = false;
Xscale = _xscale;
_xscale = Xscale;
fight = false;
Hurt = false;
flying = false;
RightWall = false;
LeftWall = false;
delay = 0;
power = 2.5;
MainGravity = 0.5;
JumpPower = 10;
_root.McPlayer.push(this);
this.Skin.Bar._xscale = HP;
Freeze = 0;
timmer = 0;
Finished = 1;
RScale = this.Skin._xscale;
Bounds = false;
respawn = 0;
respawnLimit = 40;
Targget = _root.S1;
Tagget = Targget;
Kills = 0;
Team = "Blue";
}
onClipEvent (enterFrame) {
if (Targget.Team == this.Team) {
Targget = 0;
Tagget = 0;
}
Kills = _root.BlueTeam;
var i = 0;
while (i < _root.McPlayer.length) {
temporaryMc = _root.McPlayer[i];
if (temporaryMc._name != this._name) {
if ((temporaryMc.HP >= 0.001) && (temporaryMc.Team != this.Team)) {
if (Lala.hitTest(temporaryMc._x, temporaryMc._y, true)) {
Yplayer = temporaryMc;
NewTargget = Yplayer;
Targget = Yplayer;
Tagget = Yplayer.hitbox;
}
}
}
i++;
}
}
Frame 30
_root.removeMovieClips = false;
_root.TeamSpawn = true;
_root.RoundOver = 0;
_root.SecTime = 0;
_root.RSec = 0;
_root.CrapTimeMin = 0;
_root.Ending = false;
if (_root.Place == 2) {
_root.Hud.TTO.gotoAndPlay("PlayGame");
}
if (_root.Place != 2) {
_quality = "LOW";
myMasterSoundObject = new Sound();
myMasterSoundObject.setVolume(100);
if (_root.Dif == "N") {
MaxKills = 3;
} else {
MaxKills = 3;
}
_root.Game = "Pause";
GoRetry = _root._currentframe;
stop();
GoRetry = 7;
var McPlayer = new Array();
var McT = new Array();
_root.RedTeam = 0;
_root.BlueTeam = 0;
_root.ModeIn = "Attacking";
_root.MyRounds = 0;
_root.MyRounds1 = 0;
ResetScore = 0;
HowMany = 2;
numb = 0;
Cpu1 = 0;
Cpu2 = 0;
Cpu3 = 0;
timernumb = 0;
_root.UpdateScore = true;
PName = "---RedTeamRounds---";
PName2 = "---BlueTeamRounds---";
ResetScore = 0;
CountKill = 0;
_root.won = 0;
var recArray = new Array();
recArray.push({name:PName, zip:numb, zip2:0});
recArray.push({name:PName2, zip:Cpu1, zip2:0});
recArray.sortOn(["zip", "zip2"]);
displayArray(recArray);
}
_root.Place = 1;
Instance of Symbol 2066 MovieClip "OnBase01" in Frame 30
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 2066 MovieClip "OnBase02" in Frame 30
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 2066 MovieClip "OnBase03" in Frame 30
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 2066 MovieClip "OutSideBase01" in Frame 30
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 2066 MovieClip "OutSideBase02" in Frame 30
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 2066 MovieClip "OutSideBaseUp01" in Frame 30
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 2066 MovieClip "OutSideBaseUp02" in Frame 30
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 2066 MovieClip "OnBase05" in Frame 30
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 2066 MovieClip "OnBase06" in Frame 30
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 2066 MovieClip "OutSideBaseUp03" in Frame 30
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 2066 MovieClip "OutSideBaseUp04" in Frame 30
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 2066 MovieClip "OnBase07" in Frame 30
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 2066 MovieClip "OnBase09" in Frame 30
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 2066 MovieClip "OnBase08" in Frame 30
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 2096 MovieClip "CACA2" in Frame 30
onClipEvent (load) {
HP = 10;
}
Instance of Symbol 2134 MovieClip "ShieldShit" in Frame 30
onClipEvent (load) {
SoundDis = _root.attachMovie("SoundDistance", "SoundDistance" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
SoundDis._x = this._x;
SoundDis._y = this._y;
SoundDis._xscale = 200;
SoundDis._yscale = 200;
SoundDis._visible = 0;
bgSound = new Sound(this);
bgSound.start(0, 99);
HP = 100;
Skin2.Bar._xscale = HP;
Skin.Bar._xscale = HP;
Once = 1;
Namer = _name;
Hitagain = 1;
TurnOn = 0;
xscale = _xscale;
yscale = _yscale;
HitDone = 2;
this.Skin.TeamMate._alpha = 0;
this.Skin2.TeamMate._alpha = 0;
}
onClipEvent (enterFrame) {
this.Skin.TeamMate._alpha = 0;
this.Skin2.TeamMate._alpha = 0;
if (HP <= 100) {
Skin.Bar._xscale = HP;
Skin2.Bar._xscale = 0;
} else {
Skin.Bar._xscale = 100;
Skin2.Bar._xscale = HP - 100;
}
if (HP <= 0) {
HP = 0;
if (Once == 1) {
if ((TurnOn == 0) && (HitDone == 1)) {
_root.MyRounds = _root.MyRounds + 1;
_root.RoundOver = 1;
_root.Game = "set";
}
gotoAndPlay ("dead");
_name = "DistoryedBlue01";
Once = 0;
}
if ((Hitagain == 1) && (TurnOn == 1)) {
_xscale = (xscale + 50);
_scale = yscale + 50;
this._x = _root.nextHit._x;
this._y = _root.nextHit._y;
HP = 200;
gotoAndStop (1);
Hitagain = 0;
TurnOn = 0;
HitDone = 1;
}
} else {
_name = Namer;
Once = 1;
}
this.bgSound.setVolume(this.distancePlayer);
this.SoundDis._visible = 0;
this.SoundDis._x = this._x;
this.SoundDis._y = this._y;
if (_root.player.hitTest(SoundDis.Hard)) {
this.distancePlayer = 100;
} else if (_root.player.hitTest(SoundDis.Mid)) {
this.distancePlayer = 80;
} else if (_root.player.hitTest(SoundDis.Mid2)) {
this.distancePlayer = 60;
} else if (_root.player.hitTest(SoundDis.Mid3)) {
this.distancePlayer = 40;
} else if (_root.player.hitTest(SoundDis.Mid4)) {
this.distancePlayer = 20;
} else if (_root.player.hitTest(SoundDis.Mid5)) {
this.distancePlayer = 10;
} else {
this.distancePlayer = 0;
}
}
Instance of Symbol 1810 MovieClip "BlueSpawn01" in Frame 30
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 1810 MovieClip "nextHit" in Frame 30
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 1810 MovieClip "BlueSpawn02" in Frame 30
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 1810 MovieClip "BlueSpawn03" in Frame 30
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 1810 MovieClip "BlueSpawn04" in Frame 30
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 1810 MovieClip "RedSpawn01" in Frame 30
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 1810 MovieClip "RedSpawn02" in Frame 30
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 1810 MovieClip "RedSpawn03" in Frame 30
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 1810 MovieClip "RedSpawn04" in Frame 30
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 2137 MovieClip "ground" in Frame 30
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 2139 MovieClip "GroundSlop" in Frame 30
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 1827 MovieClip "Aimer" in Frame 30
onClipEvent (load) {
_root.McT.push(this);
}
onClipEvent (enterFrame) {
}
Instance of Symbol 990 MovieClip in Frame 30
onClipEvent (load) {
this._x = _root.PlayerStart._x;
this._y = _root.PlayerStart._y - 30;
_root.Cam._x = this._x;
_root.Cam._y = this._y;
RenewHp = 100;
Hold = false;
GrabbedBy = false;
GrabMove = false;
_root.HP = HP;
HP = 100;
DieAni = 1;
RespawnHP = 100;
respawn = 0;
respawnLimit = 250;
Bot = false;
xspeed = 0;
yspeed = 0;
gravity = 0.8;
friction = 0.7;
onground = false;
Xscale = _xscale;
fight = false;
Hurt = false;
SpawnWhere = 0;
SpawnLimit = 4;
power = 2.5;
MainGravity = 0.5;
JumpPower = 10;
RightKey = 39;
LeftKey = 37;
JumpKey = 32;
DownKey = 40;
UpKey = 38;
PunchKey = 65;
BlockKey = 68;
SpecialKey = 83;
Attackpress = false;
onair = false;
RightWall = false;
LeftWall = false;
delay = 0;
NewTargget = 0;
TaggedX = 0;
TaggedY = 0;
TaggedMC = 0;
Freeze = 0;
timmer = 0;
this.Skin._alpha = 0;
Kills = 0;
if (_root.playerChar == 1) {
_root.Cam.Follow = this;
_name = "player";
_root.McPlayer.push(this);
bgSound = new Sound(this);
bgSound.attachSound("AndyHunter");
HP1 = new Sound(this);
HP1.attachSound("hardpunch1");
HP2 = new Sound(this);
HP2.attachSound("hardpunch2");
HP3 = new Sound(this);
HP3.attachSound("hardpunch3");
Twack1 = new Sound(this);
Twack1.attachSound("Twack1");
Twack2 = new Sound(this);
Twack2.attachSound("Twack2");
BB = new Sound(this);
BB.attachSound("Breakbone");
HandSlap1 = new Sound(this);
HandSlap1.attachSound("HandSlap1");
} else {
delete this.onEnterFrame;
delete this.MovieClip;
this.unloadMovie();
}
Team = "Red";
}
onClipEvent (enterFrame) {
if (_root.playerChar == 1) {
if (Kills > (_root.MaxKills - 1)) {
_root.Check11 = true;
if (_root.Dif == "N") {
_root.pos = SharedObject.getLocal("game");
_root.pos.data.Check11 = _root.Check11;
} else {
_root.pos = SharedObject.getLocal("game");
_root.pos.data.Check11 = _root.Check11;
_root.pos2 = SharedObject.getLocal("HardMode");
_root.pos2.data.Check11 = _root.Check11;
}
}
_root.Cam.Follow = this;
_root.HP = HP;
_root.Hud.Kills = Kills;
_root.Hud.MaxKills = _root.MaxKills;
this.Skin._alpha = 0;
var i = 0;
while (i < _root.McPlayer.length) {
temporaryMc = _root.McPlayer[i];
if (temporaryMc._name != this._name) {
if (temporaryMc.HP >= 0.001) {
if (Lala.hitTest(temporaryMc._x, temporaryMc._y, true)) {
Yplayer = temporaryMc;
NewTargget = Yplayer;
}
_root.Aimer._x = Yplayer._x;
_root.Aimer._y = Yplayer._y;
}
if (Yplayer.HP <= 0) {
_root.Aimer._x = this._x;
_root.Aimer._y = this._y;
}
}
i++;
}
}
}
Instance of Symbol 1808 MovieClip in Frame 30
onClipEvent (load) {
this._x = _root.PlayerStart._x;
this._y = _root.PlayerStart._y - 30;
_root.Cam._x = this._x;
_root.Cam._y = this._y;
Recovery = 0;
Hold = false;
GrabbedBy = false;
GrabMove = false;
_root.HP = HP;
HP = 100;
DieAni = 1;
RespawnHP = 100;
respawn = 0;
respawnLimit = 250;
Bot = false;
xspeed = 0;
yspeed = 0;
gravity = 0.8;
friction = 0.7;
onground = false;
Xscale = _xscale;
fight = false;
Hurt = false;
SpawnWhere = 0;
SpawnLimit = 4;
power = 2.5;
MainGravity = 0.5;
JumpPower = 10;
RightKey = 39;
LeftKey = 37;
JumpKey = 32;
DownKey = 40;
UpKey = 38;
PunchKey = 65;
BlockKey = 68;
SpecialKey = 83;
Attackpress = false;
onair = false;
RightWall = false;
LeftWall = false;
delay = 0;
NewTargget = 0;
TaggedX = 0;
TaggedY = 0;
TaggedMC = 0;
Freeze = 0;
timmer = 0;
this.Skin._alpha = 0;
Kills = 0;
if (_root.playerChar == 2) {
_root.Cam.Follow = this;
_name = "player";
_root.McPlayer.push(this);
bgSound = new Sound(this);
bgSound.attachSound("AndyHunter");
HP1 = new Sound(this);
HP1.attachSound("hardpunch1");
HP2 = new Sound(this);
HP2.attachSound("hardpunch2");
HP3 = new Sound(this);
HP3.attachSound("hardpunch3");
Twack1 = new Sound(this);
Twack1.attachSound("Twack1");
Twack2 = new Sound(this);
Twack2.attachSound("Twack2");
BB = new Sound(this);
BB.attachSound("Breakbone");
HandSlap1 = new Sound(this);
HandSlap1.attachSound("HandSlap1");
} else {
delete this.onEnterFrame;
delete this.MovieClip;
this.unloadMovie();
}
Team = "Red";
}
onClipEvent (enterFrame) {
if (_root.playerChar == 2) {
_root.RedTeam = _root.MyRounds;
if (_root.RedTeam > (_root.MaxKills - 1)) {
_root.Check11 = true;
if (_root.Dif == "N") {
_root.pos = SharedObject.getLocal("game");
_root.pos.data.Check11 = _root.Check11;
} else {
_root.pos = SharedObject.getLocal("game");
_root.pos.data.Check11 = _root.Check11;
_root.pos2 = SharedObject.getLocal("HardMode");
_root.pos2.data.Check11 = _root.Check11;
}
}
if (ComboMove == 6) {
if (Key.isDown(RightKey)) {
if (Key.isDown(PunchKey) && (onground)) {
if (TaggedX != 0) {
this._x = TaggedMC._x;
this._y = TaggedMC._y;
}
gotoAndStop ("Attack");
Man.gotoAndPlay("Poke");
fight = true;
ComboMove = 0;
}
}
if (Key.isDown(LeftKey)) {
if (Key.isDown(PunchKey) && (onground)) {
if (TaggedX != 0) {
this._x = TaggedMC._x;
this._y = TaggedMC._y;
}
gotoAndStop ("Attack");
Man.gotoAndPlay("Poke");
fight = true;
ComboMove = 0;
}
}
}
_root.HP = HP;
_root.Hud.Kills = _root.RedTeam;
Kills = _root.RedTeam;
_root.Hud.MaxKills = _root.MaxKills;
this.Skin._alpha = 0;
if (NewTargget.Team == this.Team) {
Targget = 0;
Tagget = 0;
}
var i = 0;
while (i < _root.McPlayer.length) {
temporaryMc = _root.McPlayer[i];
if ((temporaryMc._name != this._name) && (temporaryMc.Team != this.Team)) {
if (temporaryMc.HP >= 0.001) {
if (Lala.hitTest(temporaryMc._x, temporaryMc._y, true)) {
Yplayer = temporaryMc;
NewTargget = Yplayer;
}
_root.Aimer._x = Yplayer._x;
_root.Aimer._y = Yplayer._y;
}
if (Yplayer.HP <= 0) {
_root.Aimer._x = this._x;
_root.Aimer._y = this._y;
}
}
i++;
}
}
}
Instance of Symbol 1808 MovieClip "BS1" in Frame 30
onClipEvent (load) {
Namer = _root.attachMovie("Names", "Name" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
Namer._x = this._x;
Namer._y = this._y;
Namer.PlayerName.text = "CockBlocker";
FindWay = 0;
bgSound = new Sound(this);
bgSound.start(0, 99);
bgSound = new Sound(this);
bgSound.attachSound("AndyHunter");
HP1 = new Sound(this);
HP1.attachSound("hardpunch1");
HP2 = new Sound(this);
HP2.attachSound("hardpunch2");
HP3 = new Sound(this);
HP3.attachSound("hardpunch3");
Twack1 = new Sound(this);
Twack1.attachSound("Twack1");
Twack2 = new Sound(this);
Twack2.attachSound("Twack2");
BB = new Sound(this);
BB.attachSound("Breakbone");
HandSlap1 = new Sound(this);
HandSlap1.attachSound("HandSlap1");
SoundDis = _root.attachMovie("SoundDistance", "SoundDistance" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
SoundDis._x = this._x;
SoundDis._y = this._y;
SoundDis._xscale = 200;
SoundDis._yscale = 200;
SoundDis._visible = 0;
distancePlayer = 100;
HP = 100;
RespawnHP = 100;
SpawnWhere = 0;
SpawnLimit = 4;
if (_root.Dif == "N") {
Mode = "Defend";
Special = 0;
} else {
Mode = "Defend";
Special = 100;
}
StandAdd = 0;
NoobPoint = 0;
DieAni = 1;
Bot = true;
xspeed = 0;
yspeed = 0;
gravity = 0.8;
friction = 0.7;
onground = false;
Xscale = _xscale;
_xscale = Xscale;
fight = false;
Hurt = false;
flying = false;
RightWall = false;
LeftWall = false;
delay = 0;
power = 2.5;
MainGravity = 0.5;
JumpPower = 10;
_root.McPlayer.push(this);
Freeze = 0;
timmer = 0;
Finished = 1;
RScale = this.Skin._xscale;
Bounds = false;
respawn = 0;
respawnLimit = 250;
Targget = _root.player;
Tagget = Targget;
Kills = 0;
Team = "Blue";
}
onClipEvent (enterFrame) {
Kills = _root.MyRounds1;
if (Targget.Team == this.Team) {
Targget = 0;
Tagget = 0;
}
var i = 0;
while (i < _root.McPlayer.length) {
temporaryMc = _root.McPlayer[i];
if (temporaryMc._name != this._name) {
if ((temporaryMc.HP >= 0.001) && (temporaryMc.Team != this.Team)) {
if (Lala.hitTest(temporaryMc._x, temporaryMc._y, true)) {
Yplayer = temporaryMc;
NewTargget = Yplayer;
Targget = Yplayer;
Tagget = Yplayer.hitbox;
if (_root.ShieldShit._currentframe == 1) {
attackhim = Targget;
}
}
}
}
i++;
}
}
Instance of Symbol 1808 MovieClip "BS2" in Frame 30
onClipEvent (load) {
Namer = _root.attachMovie("Names", "Name" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
Namer._x = this._x;
Namer._y = this._y;
Namer.PlayerName.text = "DontLetUBreath";
FindWay = 0;
bgSound = new Sound(this);
bgSound.start(0, 99);
bgSound = new Sound(this);
bgSound.attachSound("AndyHunter");
HP1 = new Sound(this);
HP1.attachSound("hardpunch1");
HP2 = new Sound(this);
HP2.attachSound("hardpunch2");
HP3 = new Sound(this);
HP3.attachSound("hardpunch3");
Twack1 = new Sound(this);
Twack1.attachSound("Twack1");
Twack2 = new Sound(this);
Twack2.attachSound("Twack2");
BB = new Sound(this);
BB.attachSound("Breakbone");
HandSlap1 = new Sound(this);
HandSlap1.attachSound("HandSlap1");
SoundDis = _root.attachMovie("SoundDistance", "SoundDistance" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
SoundDis._x = this._x;
SoundDis._y = this._y;
SoundDis._xscale = 200;
SoundDis._yscale = 200;
SoundDis._visible = 0;
distancePlayer = 100;
HP = 100;
RespawnHP = 100;
SpawnWhere = 0;
SpawnLimit = 4;
if (_root.Dif == "N") {
Mode = "Defend";
Special = 0;
} else {
Mode = "Defend";
Special = 100;
}
StandAdd = 0;
NoobPoint = 0;
DieAni = 1;
Bot = true;
xspeed = 0;
yspeed = 0;
gravity = 0.8;
friction = 0.7;
onground = false;
Xscale = _xscale;
_xscale = Xscale;
fight = false;
Hurt = false;
flying = false;
RightWall = false;
LeftWall = false;
delay = 0;
power = 2.5;
MainGravity = 0.5;
JumpPower = 10;
_root.McPlayer.push(this);
Freeze = 0;
timmer = 0;
Finished = 1;
RScale = this.Skin._xscale;
Bounds = false;
respawn = 0;
respawnLimit = 250;
Targget = _root.player;
Tagget = Targget;
Kills = 0;
Team = "Blue";
}
onClipEvent (enterFrame) {
Kills = _root.MyRounds1;
if (Targget.Team == this.Team) {
Targget = 0;
Tagget = 0;
}
var i = 0;
while (i < _root.McPlayer.length) {
temporaryMc = _root.McPlayer[i];
if (temporaryMc._name != this._name) {
if ((temporaryMc.HP >= 0.001) && (temporaryMc.Team != this.Team)) {
if (Lala.hitTest(temporaryMc._x, temporaryMc._y, true)) {
Yplayer = temporaryMc;
NewTargget = Yplayer;
Targget = Yplayer;
Tagget = Yplayer.hitbox;
if (_root.ShieldShit._currentframe == 1) {
attackhim = Targget;
}
}
}
}
i++;
}
}
Instance of Symbol 1808 MovieClip "BS3" in Frame 30
onClipEvent (load) {
Namer = _root.attachMovie("Names", "Name" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
Namer._x = this._x;
Namer._y = this._y;
Namer.PlayerName.text = "STAY_DOWN";
FindWay = 0;
bgSound = new Sound(this);
bgSound.start(0, 99);
bgSound = new Sound(this);
bgSound.attachSound("AndyHunter");
HP1 = new Sound(this);
HP1.attachSound("hardpunch1");
HP2 = new Sound(this);
HP2.attachSound("hardpunch2");
HP3 = new Sound(this);
HP3.attachSound("hardpunch3");
Twack1 = new Sound(this);
Twack1.attachSound("Twack1");
Twack2 = new Sound(this);
Twack2.attachSound("Twack2");
BB = new Sound(this);
BB.attachSound("Breakbone");
HandSlap1 = new Sound(this);
HandSlap1.attachSound("HandSlap1");
SoundDis = _root.attachMovie("SoundDistance", "SoundDistance" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
SoundDis._x = this._x;
SoundDis._y = this._y;
SoundDis._xscale = 200;
SoundDis._yscale = 200;
SoundDis._visible = 0;
distancePlayer = 100;
HP = 100;
RespawnHP = 100;
SpawnWhere = 0;
SpawnLimit = 4;
if (_root.Dif == "N") {
Mode = "Defend";
Special = 0;
} else {
Mode = "Defend";
Special = 100;
}
StandAdd = 0;
NoobPoint = 0;
DieAni = 1;
Bot = true;
xspeed = 0;
yspeed = 0;
gravity = 0.8;
friction = 0.7;
onground = false;
Xscale = _xscale;
_xscale = Xscale;
fight = false;
Hurt = false;
flying = false;
RightWall = false;
LeftWall = false;
delay = 0;
power = 2.5;
MainGravity = 0.5;
JumpPower = 10;
_root.McPlayer.push(this);
Freeze = 0;
timmer = 0;
Finished = 1;
RScale = this.Skin._xscale;
Bounds = false;
respawn = 0;
respawnLimit = 250;
Targget = _root.player;
Tagget = Targget;
Kills = 0;
Team = "Blue";
}
onClipEvent (enterFrame) {
Kills = _root.MyRounds1;
if (Targget.Team == this.Team) {
Targget = 0;
Tagget = 0;
}
var i = 0;
while (i < _root.McPlayer.length) {
temporaryMc = _root.McPlayer[i];
if (temporaryMc._name != this._name) {
if ((temporaryMc.HP >= 0.001) && (temporaryMc.Team != this.Team)) {
if (Lala.hitTest(temporaryMc._x, temporaryMc._y, true)) {
Yplayer = temporaryMc;
NewTargget = Yplayer;
Targget = Yplayer;
Tagget = Yplayer.hitbox;
if (_root.ShieldShit._currentframe == 1) {
attackhim = Targget;
}
}
}
}
i++;
}
}
Instance of Symbol 1293 MovieClip in Frame 30
onClipEvent (load) {
this._x = _root.PlayerStart._x;
this._y = _root.PlayerStart._y - 30;
_root.Cam._x = this._x;
_root.Cam._y = this._y;
Team = _name;
RenewHp = 100;
SoundDis = _root.attachMovie("SoundDistance", "SoundDistance" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
SoundDis._x = this._x;
SoundDis._y = this._y;
SoundDis._xscale = 200;
SoundDis._yscale = 200;
SoundDis._visible = 0;
distancePlayer = 100;
Hold = false;
GrabbedBy = false;
GrabMove = false;
_root.HP = HP;
HP = 1;
DieAni = 1;
RespawnHP = 1;
respawn = 0;
respawnLimit = 40;
Bot = false;
xspeed = 0;
yspeed = 0;
gravity = 0.8;
friction = 0.7;
onground = false;
Xscale = _xscale;
fight = false;
Hurt = false;
SpawnWhere = 0;
SpawnLimit = 1;
power = 3.5;
MainGravity = 0.5;
JumpPower = 12;
RightKey = 39;
LeftKey = 37;
JumpKey = 32;
DownKey = 40;
UpKey = 38;
PunchKey = 65;
BlockKey = 68;
SpecialKey = 83;
Attackpress = false;
onair = false;
RightWall = false;
LeftWall = false;
delay = 0;
NewTargget = 0;
TaggedX = 0;
TaggedY = 0;
TaggedMC = 0;
Freeze = 0;
timmer = 0;
this.Skin._alpha = 0;
Kills = 0;
if (_root.playerChar == 3) {
_root.Cam.Follow = this;
_name = "player";
_root.McPlayer.push(this);
bgSound = new Sound(this);
bgSound.attachSound("AndyHunter");
Cut01 = new Sound(this);
Cut01.attachSound("Cut01");
Cut02 = new Sound(this);
Cut02.attachSound("Cut02");
Cut03 = new Sound(this);
Cut03.attachSound("Cut03");
Cut04 = new Sound(this);
Cut04.attachSound("Cut04");
HP1 = new Sound(this);
HP1.attachSound("hardpunch1");
HP2 = new Sound(this);
HP2.attachSound("hardpunch2");
HP3 = new Sound(this);
HP3.attachSound("hardpunch3");
Twack1 = new Sound(this);
Twack1.attachSound("Twack1");
Twack2 = new Sound(this);
Twack2.attachSound("Twack2");
BB = new Sound(this);
BB.attachSound("Breakbone");
HandSlap1 = new Sound(this);
HandSlap1.attachSound("HandSlap1");
} else {
delete this.onEnterFrame;
delete this.MovieClip;
this.unloadMovie();
}
Team = "Red";
}
onClipEvent (enterFrame) {
if (_root.playerChar == 3) {
_root.RedTeam = _root.MyRounds;
if (_root.RedTeam > (_root.MaxKills - 1)) {
_root.Check11 = true;
if (_root.Dif == "N") {
_root.pos = SharedObject.getLocal("game");
_root.pos.data.Check11 = _root.Check11;
} else {
_root.pos = SharedObject.getLocal("game");
_root.pos.data.Check11 = _root.Check11;
_root.pos2 = SharedObject.getLocal("HardMode");
_root.pos2.data.Check11 = _root.Check11;
}
}
_root.HP = HP;
_root.Hud.Kills = _root.RedTeam;
Kills = _root.RedTeam;
_root.Hud.MaxKills = _root.MaxKills;
this.Skin._alpha = 0;
var i = 0;
while (i < _root.McPlayer.length) {
temporaryMc = _root.McPlayer[i];
if (temporaryMc._name != this._name) {
if (temporaryMc.HP >= 1E-10) {
if (Lala.hitTest(temporaryMc._x, temporaryMc._y, true)) {
Yplayer = temporaryMc;
NewTargget = Yplayer;
}
if (HP >= 0.0001) {
_root.Aimer._x = Yplayer._x;
_root.Aimer._y = Yplayer._y;
}
}
if (Yplayer.HP <= 0) {
_root.Aimer._x = this._x;
_root.Aimer._y = this._y;
}
}
i++;
}
}
}
Instance of Symbol 1808 MovieClip "SS2" in Frame 30
onClipEvent (load) {
Namer = _root.attachMovie("Names", "Name" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
Namer._x = this._x;
Namer._y = this._y;
Namer.PlayerName.text = "HeavyBooks";
FindWay = 0;
bgSound = new Sound(this);
bgSound.start(0, 99);
bgSound = new Sound(this);
bgSound.attachSound("AndyHunter");
HP1 = new Sound(this);
HP1.attachSound("hardpunch1");
HP2 = new Sound(this);
HP2.attachSound("hardpunch2");
HP3 = new Sound(this);
HP3.attachSound("hardpunch3");
Twack1 = new Sound(this);
Twack1.attachSound("Twack1");
Twack2 = new Sound(this);
Twack2.attachSound("Twack2");
BB = new Sound(this);
BB.attachSound("Breakbone");
HandSlap1 = new Sound(this);
HandSlap1.attachSound("HandSlap1");
SoundDis = _root.attachMovie("SoundDistance", "SoundDistance" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
SoundDis._x = this._x;
SoundDis._y = this._y;
SoundDis._xscale = 200;
SoundDis._yscale = 200;
SoundDis._visible = 0;
distancePlayer = 100;
HP = 100;
RespawnHP = 100;
SpawnWhere = 0;
SpawnLimit = 4;
Special = 100;
if (_root.Dif == "N") {
Mode = "Attacker";
} else {
Mode = "Attacker";
}
StandAdd = 0;
NoobPoint = 0;
DieAni = 1;
Bot = true;
xspeed = 0;
yspeed = 0;
gravity = 0.8;
friction = 0.7;
onground = false;
Xscale = _xscale;
_xscale = Xscale;
fight = false;
Hurt = false;
flying = false;
RightWall = false;
LeftWall = false;
delay = 0;
power = 2.5;
MainGravity = 0.5;
JumpPower = 11;
_root.McPlayer.push(this);
Freeze = 0;
timmer = 0;
Finished = 1;
RScale = this.Skin._xscale;
Bounds = false;
respawn = 0;
respawnLimit = 250;
Targget = _root.ShieldShit;
Tagget = Targget;
Kills = 0;
Team = "Red";
}
onClipEvent (enterFrame) {
Kills = _root.player.Kills;
if (Targget.Team == this.Team) {
Targget = 0;
Tagget = 0;
}
var i = 0;
while (i < _root.McPlayer.length) {
temporaryMc = _root.McPlayer[i];
if (temporaryMc._name != this._name) {
if ((temporaryMc.HP >= 0.001) && (temporaryMc.Team != this.Team)) {
if (Lala.hitTest(temporaryMc._x, temporaryMc._y, true)) {
Yplayer = temporaryMc;
NewTargget = Yplayer;
Targget = Yplayer;
Tagget = Yplayer.hitbox;
if (_root.ShieldShit._currentframe == 1) {
attackhim = Targget;
}
}
}
}
i++;
}
}
Frame 32
_root.removeMovieClips = false;
_root.TeamSpawn = true;
_root.Place = 2;
_root.SecTime = 0;
_root.RSec = 0;
_root.CrapTimeMin = 0;
_root.Ending = false;
_root.Hud.TTO.gotoAndPlay("PlayGame");
Instance of Symbol 2066 MovieClip "OnBase01" in Frame 32
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 2066 MovieClip "OnBase02" in Frame 32
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 2066 MovieClip "OnBase03" in Frame 32
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 2066 MovieClip "OutSideBase01" in Frame 32
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 2066 MovieClip "OutSideBase02" in Frame 32
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 2066 MovieClip "OutSideBaseUp01" in Frame 32
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 2066 MovieClip "OutSideBaseUp02" in Frame 32
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 2066 MovieClip "OnBase05" in Frame 32
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 2066 MovieClip "OnBase06" in Frame 32
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 2066 MovieClip "OutSideBaseUp03" in Frame 32
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 2066 MovieClip "OutSideBaseUp04" in Frame 32
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 2066 MovieClip "OnBase07" in Frame 32
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 2066 MovieClip "OnBase09" in Frame 32
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 2066 MovieClip "OnBase08" in Frame 32
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 2096 MovieClip "CACA2" in Frame 32
onClipEvent (load) {
HP = 10;
}
Instance of Symbol 2134 MovieClip "ShieldShit" in Frame 32
onClipEvent (load) {
SoundDis = _root.attachMovie("SoundDistance", "SoundDistance" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
SoundDis._x = this._x;
SoundDis._y = this._y;
SoundDis._xscale = 200;
SoundDis._yscale = 200;
SoundDis._visible = 0;
bgSound = new Sound(this);
bgSound.start(0, 99);
HP = 100;
Skin2.Bar._xscale = HP;
Skin.Bar._xscale = HP;
Once = 1;
Namer = _name;
Hitagain = 1;
TurnOn = 0;
xscale = _xscale;
yscale = _yscale;
HitDone = 2;
this.Skin.TeamMate._alpha = 0;
this.Skin2.TeamMate._alpha = 0;
}
onClipEvent (enterFrame) {
this.Skin.TeamMate._alpha = 0;
this.Skin2.TeamMate._alpha = 0;
if (HP <= 100) {
Skin.Bar._xscale = HP;
Skin2.Bar._xscale = 0;
} else {
Skin.Bar._xscale = 100;
Skin2.Bar._xscale = HP - 100;
}
if (HP <= 0) {
HP = 0;
if (Once == 1) {
if ((TurnOn == 0) && (HitDone == 1)) {
_root.MyRounds1 = _root.MyRounds1 + 1;
_root.RoundOver = 2;
_root.Game = "set";
}
gotoAndPlay ("dead");
_name = "DistoryedBlue01";
Once = 0;
}
if ((Hitagain == 1) && (TurnOn == 1)) {
_xscale = (xscale + 50);
_scale = yscale + 50;
this._x = _root.nextHit._x;
this._y = _root.nextHit._y;
HP = 200;
gotoAndStop (1);
Hitagain = 0;
TurnOn = 0;
HitDone = 1;
}
} else {
_name = Namer;
Once = 1;
}
this.bgSound.setVolume(this.distancePlayer);
this.SoundDis._visible = 0;
this.SoundDis._x = this._x;
this.SoundDis._y = this._y;
if (_root.player.hitTest(SoundDis.Hard)) {
this.distancePlayer = 100;
} else if (_root.player.hitTest(SoundDis.Mid)) {
this.distancePlayer = 80;
} else if (_root.player.hitTest(SoundDis.Mid2)) {
this.distancePlayer = 60;
} else if (_root.player.hitTest(SoundDis.Mid3)) {
this.distancePlayer = 40;
} else if (_root.player.hitTest(SoundDis.Mid4)) {
this.distancePlayer = 20;
} else if (_root.player.hitTest(SoundDis.Mid5)) {
this.distancePlayer = 10;
} else {
this.distancePlayer = 0;
}
}
Instance of Symbol 1810 MovieClip "S1" in Frame 32
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 1810 MovieClip "S2" in Frame 32
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 1810 MovieClip "RedSpawn" in Frame 32
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 1810 MovieClip "PlayerStart" in Frame 32
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 1810 MovieClip "RedSpawn01" in Frame 32
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 1810 MovieClip "nextHit" in Frame 32
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 1810 MovieClip "RedSpawn02" in Frame 32
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 1810 MovieClip "RedSpawn03" in Frame 32
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 1810 MovieClip "BlueSpawn04" in Frame 32
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 1810 MovieClip "BlueSpawn01" in Frame 32
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 1810 MovieClip "BlueSpawn02" in Frame 32
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 1810 MovieClip "BlueSpawn03" in Frame 32
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 1810 MovieClip "BlueSpawn04" in Frame 32
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 2137 MovieClip "ground" in Frame 32
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 2139 MovieClip "GroundSlop" in Frame 32
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 1827 MovieClip "Aimer" in Frame 32
onClipEvent (load) {
_root.McT.push(this);
}
onClipEvent (enterFrame) {
}
Instance of Symbol 990 MovieClip in Frame 32
onClipEvent (load) {
this._x = _root.PlayerStart._x;
this._y = _root.PlayerStart._y - 30;
_root.Cam._x = this._x;
_root.Cam._y = this._y;
RenewHp = 100;
Hold = false;
GrabbedBy = false;
GrabMove = false;
_root.HP = HP;
HP = 100;
DieAni = 1;
RespawnHP = 100;
respawn = 0;
respawnLimit = 250;
Bot = false;
xspeed = 0;
yspeed = 0;
gravity = 0.8;
friction = 0.7;
onground = false;
Xscale = _xscale;
fight = false;
Hurt = false;
SpawnWhere = 0;
SpawnLimit = 4;
power = 2.5;
MainGravity = 0.5;
JumpPower = 10;
RightKey = 39;
LeftKey = 37;
JumpKey = 32;
DownKey = 40;
UpKey = 38;
PunchKey = 65;
BlockKey = 68;
SpecialKey = 83;
Attackpress = false;
onair = false;
RightWall = false;
LeftWall = false;
delay = 0;
NewTargget = 0;
TaggedX = 0;
TaggedY = 0;
TaggedMC = 0;
Freeze = 0;
timmer = 0;
this.Skin._alpha = 0;
Kills = 0;
if (_root.playerChar == 1) {
_root.Cam.Follow = this;
_name = "player";
_root.McPlayer.push(this);
bgSound = new Sound(this);
bgSound.attachSound("AndyHunter");
HP1 = new Sound(this);
HP1.attachSound("hardpunch1");
HP2 = new Sound(this);
HP2.attachSound("hardpunch2");
HP3 = new Sound(this);
HP3.attachSound("hardpunch3");
Twack1 = new Sound(this);
Twack1.attachSound("Twack1");
Twack2 = new Sound(this);
Twack2.attachSound("Twack2");
BB = new Sound(this);
BB.attachSound("Breakbone");
HandSlap1 = new Sound(this);
HandSlap1.attachSound("HandSlap1");
} else {
delete this.onEnterFrame;
delete this.MovieClip;
this.unloadMovie();
}
Team = "Blue";
}
onClipEvent (enterFrame) {
if (_root.playerChar == 1) {
if (Kills > (_root.MaxKills - 1)) {
_root.Check11 = true;
if (_root.Dif == "N") {
_root.pos = SharedObject.getLocal("game");
_root.pos.data.Check11 = _root.Check11;
} else {
_root.pos = SharedObject.getLocal("game");
_root.pos.data.Check11 = _root.Check11;
_root.pos2 = SharedObject.getLocal("HardMode");
_root.pos2.data.Check11 = _root.Check11;
}
}
_root.Cam.Follow = this;
_root.HP = HP;
_root.Hud.Kills = Kills;
_root.Hud.MaxKills = _root.MaxKills;
this.Skin._alpha = 0;
var i = 0;
while (i < _root.McPlayer.length) {
temporaryMc = _root.McPlayer[i];
if (temporaryMc._name != this._name) {
if (temporaryMc.HP >= 0.001) {
if (Lala.hitTest(temporaryMc._x, temporaryMc._y, true)) {
Yplayer = temporaryMc;
NewTargget = Yplayer;
}
_root.Aimer._x = Yplayer._x;
_root.Aimer._y = Yplayer._y;
}
if (Yplayer.HP <= 0) {
_root.Aimer._x = this._x;
_root.Aimer._y = this._y;
}
}
i++;
}
}
}
Instance of Symbol 1808 MovieClip in Frame 32
onClipEvent (load) {
this._x = _root.PlayerStart._x;
this._y = _root.PlayerStart._y - 30;
_root.Cam._x = this._x;
_root.Cam._y = this._y;
Recovery = 0;
Hold = false;
GrabbedBy = false;
GrabMove = false;
_root.HP = HP;
HP = 100;
DieAni = 1;
RespawnHP = 100;
respawn = 0;
respawnLimit = 250;
Bot = false;
xspeed = 0;
yspeed = 0;
gravity = 0.8;
friction = 0.7;
onground = false;
Xscale = _xscale;
fight = false;
Hurt = false;
SpawnWhere = 0;
SpawnLimit = 4;
power = 2.5;
MainGravity = 0.5;
JumpPower = 10;
RightKey = 39;
LeftKey = 37;
JumpKey = 32;
DownKey = 40;
UpKey = 38;
PunchKey = 65;
BlockKey = 68;
SpecialKey = 83;
Attackpress = false;
onair = false;
RightWall = false;
LeftWall = false;
delay = 0;
NewTargget = 0;
TaggedX = 0;
TaggedY = 0;
TaggedMC = 0;
Freeze = 0;
timmer = 0;
this.Skin._alpha = 0;
Kills = 0;
if (_root.playerChar == 2) {
_root.Cam.Follow = this;
_name = "player";
_root.McPlayer.push(this);
bgSound = new Sound(this);
bgSound.attachSound("AndyHunter");
HP1 = new Sound(this);
HP1.attachSound("hardpunch1");
HP2 = new Sound(this);
HP2.attachSound("hardpunch2");
HP3 = new Sound(this);
HP3.attachSound("hardpunch3");
Twack1 = new Sound(this);
Twack1.attachSound("Twack1");
Twack2 = new Sound(this);
Twack2.attachSound("Twack2");
BB = new Sound(this);
BB.attachSound("Breakbone");
HandSlap1 = new Sound(this);
HandSlap1.attachSound("HandSlap1");
} else {
delete this.onEnterFrame;
delete this.MovieClip;
this.unloadMovie();
}
Team = "Blue";
}
onClipEvent (enterFrame) {
if (_root.playerChar == 2) {
_root.RedTeam = _root.MyRounds;
if (Kills > (_root.MaxKills - 1)) {
_root.Check11 = true;
if (_root.Dif == "N") {
_root.pos = SharedObject.getLocal("game");
_root.pos.data.Check11 = _root.Check11;
} else {
_root.pos = SharedObject.getLocal("game");
_root.pos.data.Check11 = _root.Check11;
_root.pos2 = SharedObject.getLocal("HardMode");
_root.pos2.data.Check11 = _root.Check11;
}
}
if (ComboMove == 6) {
if (Key.isDown(RightKey)) {
if (Key.isDown(PunchKey) && (onground)) {
if (TaggedX != 0) {
this._x = TaggedMC._x;
this._y = TaggedMC._y;
}
gotoAndStop ("Attack");
Man.gotoAndPlay("Poke");
fight = true;
ComboMove = 0;
}
}
if (Key.isDown(LeftKey)) {
if (Key.isDown(PunchKey) && (onground)) {
if (TaggedX != 0) {
this._x = TaggedMC._x;
this._y = TaggedMC._y;
}
gotoAndStop ("Attack");
Man.gotoAndPlay("Poke");
fight = true;
ComboMove = 0;
}
}
}
_root.HP = HP;
_root.Hud.Kills = _root.RedTeam;
Kills = _root.RedTeam;
_root.Hud.MaxKills = _root.MaxKills;
this.Skin._alpha = 0;
if (NewTargget.Team == this.Team) {
Targget = 0;
Tagget = 0;
}
var i = 0;
while (i < _root.McPlayer.length) {
temporaryMc = _root.McPlayer[i];
if ((temporaryMc._name != this._name) && (temporaryMc.Team != this.Team)) {
if (temporaryMc.HP >= 0.001) {
if (Lala.hitTest(temporaryMc._x, temporaryMc._y, true)) {
Yplayer = temporaryMc;
NewTargget = Yplayer;
}
_root.Aimer._x = Yplayer._x;
_root.Aimer._y = Yplayer._y;
}
if (Yplayer.HP <= 0) {
_root.Aimer._x = this._x;
_root.Aimer._y = this._y;
}
}
i++;
}
}
}
Instance of Symbol 1808 MovieClip "BS1" in Frame 32
onClipEvent (load) {
Namer = _root.attachMovie("Names", "Name" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
Namer._x = this._x;
Namer._y = this._y;
Namer.PlayerName.text = "CockBlocker";
FindWay = 0;
bgSound = new Sound(this);
bgSound.start(0, 99);
bgSound = new Sound(this);
bgSound.attachSound("AndyHunter");
HP1 = new Sound(this);
HP1.attachSound("hardpunch1");
HP2 = new Sound(this);
HP2.attachSound("hardpunch2");
HP3 = new Sound(this);
HP3.attachSound("hardpunch3");
Twack1 = new Sound(this);
Twack1.attachSound("Twack1");
Twack2 = new Sound(this);
Twack2.attachSound("Twack2");
BB = new Sound(this);
BB.attachSound("Breakbone");
HandSlap1 = new Sound(this);
HandSlap1.attachSound("HandSlap1");
SoundDis = _root.attachMovie("SoundDistance", "SoundDistance" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
SoundDis._x = this._x;
SoundDis._y = this._y;
SoundDis._xscale = 200;
SoundDis._yscale = 200;
SoundDis._visible = 0;
distancePlayer = 100;
HP = 100;
RespawnHP = 100;
SpawnWhere = 0;
SpawnLimit = 4;
if (_root.Dif == "N") {
Mode = "Defend";
Special = 0;
} else {
Mode = "Defend";
Special = 100;
}
StandAdd = 0;
NoobPoint = 0;
DieAni = 1;
Bot = true;
xspeed = 0;
yspeed = 0;
gravity = 0.8;
friction = 0.7;
onground = false;
Xscale = _xscale;
_xscale = Xscale;
fight = false;
Hurt = false;
flying = false;
RightWall = false;
LeftWall = false;
delay = 0;
power = 2.5;
MainGravity = 0.5;
JumpPower = 10;
_root.McPlayer.push(this);
Freeze = 0;
timmer = 0;
Finished = 1;
RScale = this.Skin._xscale;
Bounds = false;
respawn = 0;
respawnLimit = 250;
Targget = _root.player;
Tagget = Targget;
Kills = 0;
Team = "Red";
}
onClipEvent (enterFrame) {
Kills = _root.MyRounds1;
if (Targget.Team == this.Team) {
Targget = 0;
Tagget = 0;
}
var i = 0;
while (i < _root.McPlayer.length) {
temporaryMc = _root.McPlayer[i];
if (temporaryMc._name != this._name) {
if ((temporaryMc.HP >= 0.001) && (temporaryMc.Team != this.Team)) {
if (Lala.hitTest(temporaryMc._x, temporaryMc._y, true)) {
Yplayer = temporaryMc;
NewTargget = Yplayer;
Targget = Yplayer;
Tagget = Yplayer.hitbox;
if (_root.ShieldShit._currentframe == 1) {
attackhim = Targget;
}
}
}
}
i++;
}
}
Instance of Symbol 1808 MovieClip "BS2" in Frame 32
onClipEvent (load) {
Namer = _root.attachMovie("Names", "Name" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
Namer._x = this._x;
Namer._y = this._y;
Namer.PlayerName.text = "STAY_DOWN";
FindWay = 0;
bgSound = new Sound(this);
bgSound.start(0, 99);
bgSound = new Sound(this);
bgSound.attachSound("AndyHunter");
HP1 = new Sound(this);
HP1.attachSound("hardpunch1");
HP2 = new Sound(this);
HP2.attachSound("hardpunch2");
HP3 = new Sound(this);
HP3.attachSound("hardpunch3");
Twack1 = new Sound(this);
Twack1.attachSound("Twack1");
Twack2 = new Sound(this);
Twack2.attachSound("Twack2");
BB = new Sound(this);
BB.attachSound("Breakbone");
HandSlap1 = new Sound(this);
HandSlap1.attachSound("HandSlap1");
SoundDis = _root.attachMovie("SoundDistance", "SoundDistance" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
SoundDis._x = this._x;
SoundDis._y = this._y;
SoundDis._xscale = 200;
SoundDis._yscale = 200;
SoundDis._visible = 0;
distancePlayer = 100;
HP = 100;
RespawnHP = 100;
SpawnWhere = 0;
SpawnLimit = 4;
if (_root.Dif == "N") {
Mode = "Attacker";
Special = 0;
} else {
Mode = "Monster";
Special = 100;
}
StandAdd = 0;
NoobPoint = 0;
DieAni = 1;
Bot = true;
xspeed = 0;
yspeed = 0;
gravity = 0.8;
friction = 0.7;
onground = false;
Xscale = _xscale;
_xscale = Xscale;
fight = false;
Hurt = false;
flying = false;
RightWall = false;
LeftWall = false;
delay = 0;
power = 2.5;
MainGravity = 0.5;
JumpPower = 10;
_root.McPlayer.push(this);
Freeze = 0;
timmer = 0;
Finished = 1;
RScale = this.Skin._xscale;
Bounds = false;
respawn = 0;
respawnLimit = 250;
Targget = _root.player;
Tagget = Targget;
Kills = 0;
Team = "Red";
}
onClipEvent (enterFrame) {
Kills = _root.MyRounds1;
if (Targget.Team == this.Team) {
Targget = 0;
Tagget = 0;
}
var i = 0;
while (i < _root.McPlayer.length) {
temporaryMc = _root.McPlayer[i];
if (temporaryMc._name != this._name) {
if ((temporaryMc.HP >= 0.001) && (temporaryMc.Team != this.Team)) {
if (Lala.hitTest(temporaryMc._x, temporaryMc._y, true)) {
Yplayer = temporaryMc;
NewTargget = Yplayer;
Targget = Yplayer;
Tagget = Yplayer.hitbox;
if (_root.ShieldShit._currentframe == 1) {
attackhim = Targget;
}
}
}
}
i++;
}
}
Instance of Symbol 1808 MovieClip "BS3" in Frame 32
onClipEvent (load) {
FindWay = 0;
bgSound = new Sound(this);
bgSound.start(0, 99);
bgSound = new Sound(this);
bgSound.attachSound("AndyHunter");
HP1 = new Sound(this);
HP1.attachSound("hardpunch1");
HP2 = new Sound(this);
HP2.attachSound("hardpunch2");
HP3 = new Sound(this);
HP3.attachSound("hardpunch3");
Twack1 = new Sound(this);
Twack1.attachSound("Twack1");
Twack2 = new Sound(this);
Twack2.attachSound("Twack2");
BB = new Sound(this);
BB.attachSound("Breakbone");
HandSlap1 = new Sound(this);
HandSlap1.attachSound("HandSlap1");
SoundDis = _root.attachMovie("SoundDistance", "SoundDistance" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
SoundDis._x = this._x;
SoundDis._y = this._y;
SoundDis._xscale = 200;
SoundDis._yscale = 200;
SoundDis._visible = 0;
distancePlayer = 100;
HP = 100;
RespawnHP = 100;
SpawnWhere = 0;
SpawnLimit = 4;
if (_root.Dif == "N") {
Mode = "Defend";
Special = 0;
} else {
Mode = "Defend";
Special = 100;
}
StandAdd = 0;
NoobPoint = 0;
DieAni = 1;
Bot = true;
xspeed = 0;
yspeed = 0;
gravity = 0.8;
friction = 0.7;
onground = false;
Xscale = _xscale;
_xscale = Xscale;
fight = false;
Hurt = false;
flying = false;
RightWall = false;
LeftWall = false;
delay = 0;
power = 2.5;
MainGravity = 0.5;
JumpPower = 10;
_root.McPlayer.push(this);
Freeze = 0;
timmer = 0;
Finished = 1;
RScale = this.Skin._xscale;
Bounds = false;
respawn = 0;
respawnLimit = 250;
Targget = _root.BS1;
Tagget = Targget;
Kills = 0;
Team = "Blue";
}
onClipEvent (enterFrame) {
Kills = _root.MyRounds1;
if (Targget.Team == this.Team) {
Targget = 0;
Tagget = 0;
}
var i = 0;
while (i < _root.McPlayer.length) {
temporaryMc = _root.McPlayer[i];
if (temporaryMc._name != this._name) {
if ((temporaryMc.HP >= 0.001) && (temporaryMc.Team != this.Team)) {
if (Lala.hitTest(temporaryMc._x, temporaryMc._y, true)) {
Yplayer = temporaryMc;
NewTargget = Yplayer;
Targget = Yplayer;
Tagget = Yplayer.hitbox;
if (_root.ShieldShit._currentframe == 1) {
attackhim = Targget;
}
}
}
}
i++;
}
}
Instance of Symbol 1293 MovieClip in Frame 32
onClipEvent (load) {
this._x = _root.PlayerStart._x;
this._y = _root.PlayerStart._y - 30;
_root.Cam._x = this._x;
_root.Cam._y = this._y;
Team = _name;
RenewHp = 100;
SoundDis = _root.attachMovie("SoundDistance", "SoundDistance" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
SoundDis._x = this._x;
SoundDis._y = this._y;
SoundDis._xscale = 200;
SoundDis._yscale = 200;
SoundDis._visible = 0;
distancePlayer = 100;
Hold = false;
GrabbedBy = false;
GrabMove = false;
_root.HP = HP;
HP = 1;
DieAni = 1;
RespawnHP = 1;
respawn = 0;
respawnLimit = 40;
Bot = false;
xspeed = 0;
yspeed = 0;
gravity = 0.8;
friction = 0.7;
onground = false;
Xscale = _xscale;
fight = false;
Hurt = false;
SpawnWhere = 0;
SpawnLimit = 1;
power = 3.5;
MainGravity = 0.5;
JumpPower = 12;
RightKey = 39;
LeftKey = 37;
JumpKey = 32;
DownKey = 40;
UpKey = 38;
PunchKey = 65;
BlockKey = 68;
SpecialKey = 83;
Attackpress = false;
onair = false;
RightWall = false;
LeftWall = false;
delay = 0;
NewTargget = 0;
TaggedX = 0;
TaggedY = 0;
TaggedMC = 0;
Freeze = 0;
timmer = 0;
this.Skin._alpha = 0;
Kills = 0;
if (_root.playerChar == 3) {
_root.Cam.Follow = this;
_name = "player";
_root.McPlayer.push(this);
bgSound = new Sound(this);
bgSound.attachSound("AndyHunter");
Cut01 = new Sound(this);
Cut01.attachSound("Cut01");
Cut02 = new Sound(this);
Cut02.attachSound("Cut02");
Cut03 = new Sound(this);
Cut03.attachSound("Cut03");
Cut04 = new Sound(this);
Cut04.attachSound("Cut04");
HP1 = new Sound(this);
HP1.attachSound("hardpunch1");
HP2 = new Sound(this);
HP2.attachSound("hardpunch2");
HP3 = new Sound(this);
HP3.attachSound("hardpunch3");
Twack1 = new Sound(this);
Twack1.attachSound("Twack1");
Twack2 = new Sound(this);
Twack2.attachSound("Twack2");
BB = new Sound(this);
BB.attachSound("Breakbone");
HandSlap1 = new Sound(this);
HandSlap1.attachSound("HandSlap1");
} else {
delete this.onEnterFrame;
delete this.MovieClip;
this.unloadMovie();
}
Team = "Red";
}
onClipEvent (enterFrame) {
if (_root.playerChar == 3) {
_root.RedTeam = _root.MyRounds;
if (_root.RedTeam > (_root.MaxKills - 1)) {
_root.Check11 = true;
if (_root.Dif == "N") {
_root.pos = SharedObject.getLocal("game");
_root.pos.data.Check11 = _root.Check11;
} else {
_root.pos = SharedObject.getLocal("game");
_root.pos.data.Check11 = _root.Check11;
_root.pos2 = SharedObject.getLocal("HardMode");
_root.pos2.data.Check11 = _root.Check11;
}
}
_root.HP = HP;
_root.Hud.Kills = _root.RedTeam;
Kills = _root.RedTeam;
_root.Hud.MaxKills = _root.MaxKills;
this.Skin._alpha = 0;
var i = 0;
while (i < _root.McPlayer.length) {
temporaryMc = _root.McPlayer[i];
if (temporaryMc._name != this._name) {
if (temporaryMc.HP >= 1E-10) {
if (Lala.hitTest(temporaryMc._x, temporaryMc._y, true)) {
Yplayer = temporaryMc;
NewTargget = Yplayer;
}
if (HP >= 0.0001) {
_root.Aimer._x = Yplayer._x;
_root.Aimer._y = Yplayer._y;
}
}
if (Yplayer.HP <= 0) {
_root.Aimer._x = this._x;
_root.Aimer._y = this._y;
}
}
i++;
}
}
}
Instance of Symbol 1808 MovieClip "SS2" in Frame 32
onClipEvent (load) {
Namer = _root.attachMovie("Names", "Name" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
Namer._x = this._x;
Namer._y = this._y;
Namer.PlayerName.text = "DontLetUBreath";
FindWay = 0;
bgSound = new Sound(this);
bgSound.start(0, 99);
bgSound = new Sound(this);
bgSound.attachSound("AndyHunter");
HP1 = new Sound(this);
HP1.attachSound("hardpunch1");
HP2 = new Sound(this);
HP2.attachSound("hardpunch2");
HP3 = new Sound(this);
HP3.attachSound("hardpunch3");
Twack1 = new Sound(this);
Twack1.attachSound("Twack1");
Twack2 = new Sound(this);
Twack2.attachSound("Twack2");
BB = new Sound(this);
BB.attachSound("Breakbone");
HandSlap1 = new Sound(this);
HandSlap1.attachSound("HandSlap1");
SoundDis = _root.attachMovie("SoundDistance", "SoundDistance" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
SoundDis._x = this._x;
SoundDis._y = this._y;
SoundDis._xscale = 200;
SoundDis._yscale = 200;
SoundDis._visible = 0;
distancePlayer = 100;
HP = 100;
RespawnHP = 100;
SpawnWhere = 0;
SpawnLimit = 4;
if (_root.Dif == "N") {
Mode = "Attacker";
Special = 0;
} else {
Mode = "Attacker";
Special = 100;
}
StandAdd = 0;
NoobPoint = 0;
DieAni = 1;
Bot = true;
xspeed = 0;
yspeed = 0;
gravity = 0.8;
friction = 0.7;
onground = false;
Xscale = _xscale;
_xscale = Xscale;
fight = false;
Hurt = false;
flying = false;
RightWall = false;
LeftWall = false;
delay = 0;
power = 2.5;
MainGravity = 0.5;
JumpPower = 10;
_root.McPlayer.push(this);
Freeze = 0;
timmer = 0;
Finished = 1;
RScale = this.Skin._xscale;
Bounds = false;
respawn = 0;
respawnLimit = 250;
Targget = _root.player;
Tagget = Targget;
Kills = 0;
Team = "Red";
}
onClipEvent (enterFrame) {
Kills = _root.MyRounds1;
if (Targget.Team == this.Team) {
Targget = 0;
Tagget = 0;
}
var i = 0;
while (i < _root.McPlayer.length) {
temporaryMc = _root.McPlayer[i];
if (temporaryMc._name != this._name) {
if ((temporaryMc.HP >= 0.001) && (temporaryMc.Team != this.Team)) {
if (Lala.hitTest(temporaryMc._x, temporaryMc._y, true)) {
Yplayer = temporaryMc;
NewTargget = Yplayer;
Targget = Yplayer;
Tagget = Yplayer.hitbox;
if (_root.ShieldShit._currentframe == 1) {
attackhim = Targget;
}
}
}
}
i++;
}
}
Instance of Symbol 2064 MovieClip "SB" in Frame 32
onClipEvent (load) {
_alpha = 0;
started = 1;
if (_root.HowMany == 2) {
gotoAndStop (1);
}
if (_root.HowMany == 3) {
gotoAndStop (2);
}
if (_root.HowMany == 4) {
gotoAndStop (3);
}
if (_root.HowMany == 5) {
gotoAndStop (4);
}
if (_root.HowMany == 6) {
gotoAndStop (5);
}
if (_root.HowMany == 7) {
gotoAndStop (6);
}
}
onClipEvent (enterFrame) {
if (_root.HowMany == 2) {
gotoAndStop (1);
}
if (_root.HowMany == 3) {
gotoAndStop (2);
}
if (_root.HowMany == 4) {
gotoAndStop (3);
}
if (_root.HowMany == 5) {
gotoAndStop (4);
}
if (_root.HowMany == 6) {
gotoAndStop (5);
}
if (_root.HowMany == 7) {
gotoAndStop (6);
}
if (_alpha == 0) {
_visible = false;
} else {
_visible = true;
}
if (started == 1) {
if (this._alpha >= 1) {
_alpha = (_alpha - 1);
}
}
if (Key.isDown(112)) {
started = 0;
if (this._alpha <= 99) {
_alpha = (_alpha + 30);
} else {
_alpha = 100;
}
} else if (started == 0) {
if (this._alpha >= 1) {
_alpha = (_alpha - 30);
} else {
_alpha = 0;
}
}
}
Instance of Symbol 127 MovieClip [camFrame] "Cam" in Frame 32
onClipEvent (load) {
Xscale = _xscale;
Yscale = _yscale;
Targget = _root.Aimer;
Follow = 0;
Distance = 300;
Zoomer = 0;
}
onClipEvent (enterFrame) {
while ((this._x - (_width / 2)) < _root.lScroll._x) {
_x = (_x+1);
_x = (_x+1);
}
while ((this._x + (_width / 2)) > _root.rScroll._x) {
_x = (_x-1);
_x = (_x-1);
}
while ((this._y + (_height / 2)) > _root.dScroll._y) {
_y = (_y-1);
_y = (_y-1);
}
while ((this._y - (_height / 2)) < _root.tScroll._y) {
_y = (_y+1);
_y = (_y+1);
}
if (Zoomer == 2) {
_xscale = Xscale;
_yscale = Xscale;
Zoomer = 0;
}
if (Zoomer == 5) {
moveSpeed = (this._x = this._x + ((Follow._x - _x) / 1));
this._y = this._y + ((Follow._y - _y) / 1);
_xscale = 30;
_yscale = 30;
}
if (Zoomer == 6) {
if (Follow._xscale >= 1) {
moveSpeed = (this._x = (this._x + ((Follow._x - _x) / 2)) + 100);
}
if (Follow._xscale <= -1) {
moveSpeed = (this._x = (this._x + ((Follow._x - _x) / 2)) - 100);
}
this._y = this._y + ((Follow._y - _y) / 1);
_xscale = Xscale;
_yscale = Xscale;
}
if ((Zoomer != 5) && (Zoomer != 6)) {
if ((((Targget._x <= (Follow._x + Distance)) && (Targget._x >= (Follow._x - Distance))) && (Targget._y >= (Follow._y - Distance))) && (Targget._y <= (Follow._y + Distance))) {
temporaryMc = _root.McPlayer[i];
moveSpeed = (this._x = this._x + ((Targget._x - _x) / 6));
this._y = this._y + ((Targget._y - _y) / 6);
Targget._alpha = 100;
Targget.play();
if (Zoomer == 0) {
moveSpeed = (this._x = this._x + ((Follow._x - _x) / 5));
this._y = this._y + (((Follow._y - _y) / 5) - 2);
}
if (Zoomer == 1) {
moveSpeed = (this._x = this._x + ((Follow._x - _x) / 2));
this._y = this._y + (((Follow._y - _y) / 2) - 2);
}
_root.Focus.play();
if (Zoomer == 0) {
if (_xscale >= Xscale) {
_xscale = (_xscale - 5);
_yscale = (_yscale - 5);
}
if (_xscale <= (Xscale - 1)) {
_xscale = Xscale;
_yscale = Xscale;
}
}
if (Zoomer == 1) {
if (_xscale >= 30) {
_xscale = 30;
_yscale = 30;
}
}
if (Zoomer == 2) {
_xscale = Xscale;
_yscale = Xscale;
Zoomer = 0;
}
Distance = 400;
} else {
Distance = 350;
Targget._alpha = 0;
Targget.gotoAndStop(1);
_root.Focus.gotoAndStop(1);
moveSpeed = (this._x = this._x + ((Follow._x - _x) / 2));
if (Follow.onground) {
this._y = this._y + (((Follow._y - _y) / 2) - 40);
if (_xscale >= Xscale) {
_xscale = (_xscale - 5);
_yscale = (_yscale - 5);
}
} else {
this._y = this._y + ((Follow._y - _y) / 2);
if (_xscale <= 100) {
_xscale = (_xscale + 5);
_yscale = (_yscale + 5);
}
}
}
}
}
Instance of Symbol 2066 MovieClip "DeathBar" in Frame 32
onClipEvent (load) {
_visible = false;
}
Frame 33
_root.removeMovieClips = false;
_root.SecTime = 0;
_root.RSec = 0;
_root.CrapTimeMin = 0;
_root.Ending = false;
stop();
Instance of Symbol 338 MovieClip in Frame 33
onClipEvent (load) {
if (_root.Check07) {
gotoAndStop (7);
} else {
gotoAndStop (1);
}
}
onClipEvent (enterFrame) {
if (_root.Check07) {
gotoAndStop (7);
} else {
gotoAndStop (1);
}
}
Instance of Symbol 338 MovieClip in Frame 33
onClipEvent (load) {
if (_root.Check07) {
gotoAndStop (6);
} else {
gotoAndStop (1);
}
}
onClipEvent (enterFrame) {
if (_root.Check07) {
gotoAndStop (6);
} else {
gotoAndStop (1);
}
}
Instance of Symbol 338 MovieClip in Frame 33
onClipEvent (load) {
if (_root.Check07) {
gotoAndStop (5);
} else {
gotoAndStop (1);
}
}
onClipEvent (enterFrame) {
if (_root.Check07) {
gotoAndStop (5);
} else {
gotoAndStop (1);
}
}
Instance of Symbol 338 MovieClip in Frame 33
onClipEvent (load) {
if (_root.Check03 && (_root.Check04)) {
gotoAndStop (4);
} else {
gotoAndStop (1);
}
}
onClipEvent (enterFrame) {
if (_root.Check03 && (_root.Check04)) {
gotoAndStop (4);
} else {
gotoAndStop (1);
}
}
Instance of Symbol 338 MovieClip in Frame 33
onClipEvent (load) {
if (_root.Check03 && (_root.Check04)) {
gotoAndStop (3);
} else {
gotoAndStop (1);
}
}
onClipEvent (enterFrame) {
if (_root.Check03 && (_root.Check04)) {
gotoAndStop (3);
} else {
gotoAndStop (1);
}
}
Instance of Symbol 341 MovieClip in Frame 33
onClipEvent (load) {
if (_root.Check07 == true) {
gotoAndStop (1);
} else {
gotoAndStop (2);
}
}
onClipEvent (enterFrame) {
if (_root.Check07 == true) {
gotoAndStop (1);
} else {
gotoAndStop (2);
}
}
Instance of Symbol 341 MovieClip in Frame 33
onClipEvent (load) {
if (_root.Check06 == true) {
gotoAndStop (1);
} else {
gotoAndStop (2);
}
}
onClipEvent (enterFrame) {
if (_root.Check06 == true) {
gotoAndStop (1);
} else {
gotoAndStop (2);
}
}
Instance of Symbol 341 MovieClip in Frame 33
onClipEvent (load) {
if (_root.Check08 == true) {
gotoAndStop (1);
} else {
gotoAndStop (2);
}
}
onClipEvent (enterFrame) {
if (_root.Check08 == true) {
gotoAndStop (1);
} else {
gotoAndStop (2);
}
}
Instance of Symbol 341 MovieClip in Frame 33
onClipEvent (load) {
if (_root.Check09 == true) {
gotoAndStop (1);
} else {
gotoAndStop (2);
}
}
onClipEvent (enterFrame) {
if (_root.Check09 == true) {
gotoAndStop (1);
} else {
gotoAndStop (2);
}
}
Instance of Symbol 341 MovieClip in Frame 33
onClipEvent (load) {
if (_root.Check10 == true) {
gotoAndStop (1);
} else {
gotoAndStop (2);
}
}
onClipEvent (enterFrame) {
if (_root.Check10 == true) {
gotoAndStop (1);
} else {
gotoAndStop (2);
}
}
Instance of Symbol 279 MovieClip in Frame 33
onClipEvent (load) {
if (_root.Dif == "N") {
gotoAndStop (1);
} else {
gotoAndStop (2);
}
}
onClipEvent (enterFrame) {
if (_root.Dif == "N") {
gotoAndStop (1);
} else {
gotoAndStop (2);
}
}
Frame 34
_root.removeMovieClips = false;
_root.SecTime = 0;
_root.RSec = 0;
_root.CrapTimeMin = 0;
_root.Ending = false;
Instance of Symbol 338 MovieClip in Frame 34
onClipEvent (load) {
if (((((((((((_root.Check02 && (_root.Check03)) && (_root.Check04)) && (_root.Check05)) && (_root.Check06)) && (_root.Check07)) && (_root.Check08)) && (_root.Check09)) && (_root.Check10)) && (_root.Check12)) && (_root.Check13)) && (_root.Check14)) {
gotoAndStop (26);
} else {
gotoAndStop (1);
}
}
onClipEvent (enterFrame) {
if (((((((((((_root.Check02 && (_root.Check03)) && (_root.Check04)) && (_root.Check05)) && (_root.Check06)) && (_root.Check07)) && (_root.Check08)) && (_root.Check09)) && (_root.Check10)) && (_root.Check12)) && (_root.Check13)) && (_root.Check14)) {
gotoAndStop (26);
} else {
gotoAndStop (1);
}
}
Instance of Symbol 338 MovieClip in Frame 34
onClipEvent (load) {
if (_root.Check13) {
gotoAndStop (11);
} else {
gotoAndStop (1);
}
}
onClipEvent (enterFrame) {
if (_root.Check13) {
gotoAndStop (11);
} else {
gotoAndStop (1);
}
}
Instance of Symbol 338 MovieClip in Frame 34
onClipEvent (load) {
if (_root.Check12) {
gotoAndStop (10);
} else {
gotoAndStop (1);
}
}
onClipEvent (enterFrame) {
if (_root.Check12) {
gotoAndStop (10);
} else {
gotoAndStop (1);
}
}
Instance of Symbol 338 MovieClip in Frame 34
onClipEvent (load) {
if (_root.Check11) {
gotoAndStop (9);
} else {
gotoAndStop (1);
}
}
onClipEvent (enterFrame) {
if (_root.Check11) {
gotoAndStop (9);
} else {
gotoAndStop (1);
}
}
Instance of Symbol 338 MovieClip in Frame 34
onClipEvent (load) {
if (_root.Check03 && (_root.Check04)) {
gotoAndStop (8);
} else {
gotoAndStop (1);
}
}
onClipEvent (enterFrame) {
if (_root.Check03 && (_root.Check04)) {
gotoAndStop (8);
} else {
gotoAndStop (1);
}
}
Instance of Symbol 341 MovieClip in Frame 34
onClipEvent (load) {
if (_root.Check11 == true) {
gotoAndStop (1);
} else {
gotoAndStop (2);
}
}
onClipEvent (enterFrame) {
if (_root.Check11 == true) {
gotoAndStop (1);
} else {
gotoAndStop (2);
}
}
Instance of Symbol 341 MovieClip in Frame 34
onClipEvent (load) {
if (_root.Check12 == true) {
gotoAndStop (1);
} else {
gotoAndStop (2);
}
}
onClipEvent (enterFrame) {
if (_root.Check12 == true) {
gotoAndStop (1);
} else {
gotoAndStop (2);
}
}
Instance of Symbol 341 MovieClip in Frame 34
onClipEvent (load) {
if (_root.Check13 == true) {
gotoAndStop (1);
} else {
gotoAndStop (2);
}
}
onClipEvent (enterFrame) {
if (_root.Check13 == true) {
gotoAndStop (1);
} else {
gotoAndStop (2);
}
}
Instance of Symbol 341 MovieClip in Frame 34
onClipEvent (load) {
if (_root.Check14 == true) {
gotoAndStop (1);
} else {
gotoAndStop (2);
}
}
onClipEvent (enterFrame) {
if (_root.Check14 == true) {
gotoAndStop (1);
} else {
gotoAndStop (2);
}
}
Instance of Symbol 341 MovieClip in Frame 34
onClipEvent (load) {
if (_root.Check15 == true) {
gotoAndStop (1);
} else {
gotoAndStop (2);
}
}
onClipEvent (enterFrame) {
if (_root.Check15 == true) {
gotoAndStop (1);
} else {
gotoAndStop (2);
}
}
Frame 35
_root.removeMovieClips = false;
_root.TeamSpawn = false;
_root.Place = 1;
_root.RoundOver = 0;
_root.SecTime = 0;
_root.RSec = 0;
_root.CrapTimeMin = 0;
_root.Ending = false;
_quality = "LOW";
myMasterSoundObject = new Sound();
myMasterSoundObject.setVolume(100);
MaxKills = "LIVE";
HowMany = 4;
_root.Game = "Pause";
GoRetry = 1;
stop();
var McPlayer = new Array();
var McT = new Array();
HP1 = new Sound();
HP1.attachSound("hardpunch1");
HP2 = new Sound();
HP2.attachSound("hardpunch2");
HP3 = new Sound();
HP3.attachSound("hardpunch3");
Twack1 = new Sound();
Twack1.attachSound("Twack1");
Twack2 = new Sound();
Twack2.attachSound("Twack2");
BB = new Sound();
BB.attachSound("Breakbone");
ResetScore = 0;
HowMany = 4;
numb = 0;
Cpu1 = 0;
Cpu2 = 0;
Cpu3 = 0;
timernumb = 0;
_root.UpdateScore = true;
PName = "You";
PName2 = "RedBox";
PName3 = "SpiningBox";
PName4 = "CrazyHead";
ResetScore = 0;
CountKill = 0;
_root.won = 0;
var recArray = new Array();
recArray.push({name:PName, zip:numb, zip2:0});
recArray.push({name:PName2, zip:Cpu1, zip2:0});
recArray.push({name:PName3, zip:Cpu2, zip2:0});
recArray.push({name:PName4, zip:Cpu3, zip2:0});
recArray.sortOn(["zip", "zip2"]);
displayArray(recArray);
Instance of Symbol 1808 MovieClip in Frame 35
onClipEvent (load) {
this._x = _root.PlayerStart._x;
this._y = _root.PlayerStart._y - 30;
_root.Cam._x = this._x;
_root.Cam._y = this._y;
Hold = false;
GrabbedBy = false;
GrabMove = false;
_root.HP = HP;
HP = 100;
DieAni = 1;
RespawnHP = 100;
respawn = 0;
respawnLimit = 250;
Bot = false;
xspeed = 0;
yspeed = 0;
gravity = 0.8;
friction = 0.7;
onground = false;
Xscale = _xscale;
fight = false;
Hurt = false;
SpawnWhere = 0;
SpawnLimit = 4;
power = 2.5;
MainGravity = 0.5;
JumpPower = 10;
RightKey = 39;
LeftKey = 37;
JumpKey = 32;
DownKey = 40;
UpKey = 38;
PunchKey = 65;
BlockKey = 68;
SpecialKey = 83;
Attackpress = false;
onair = false;
RightWall = false;
LeftWall = false;
delay = 0;
NewTargget = 0;
TaggedX = 0;
TaggedY = 0;
TaggedMC = 0;
Freeze = 0;
timmer = 0;
this.Skin._alpha = 0;
Kills = 0;
if (_root.playerChar == 2) {
_root.Cam.Follow = this;
_name = "player";
_root.McPlayer.push(this);
bgSound = new Sound(this);
bgSound.attachSound("AndyHunter");
HP1 = new Sound(this);
HP1.attachSound("hardpunch1");
HP2 = new Sound(this);
HP2.attachSound("hardpunch2");
HP3 = new Sound(this);
HP3.attachSound("hardpunch3");
Twack1 = new Sound(this);
Twack1.attachSound("Twack1");
Twack2 = new Sound(this);
Twack2.attachSound("Twack2");
BB = new Sound(this);
BB.attachSound("Breakbone");
HandSlap1 = new Sound(this);
HandSlap1.attachSound("HandSlap1");
Mykills = Kills;
_root.Mykills = Kills;
Team = _name;
RenewHp = 100;
} else {
delete this.onEnterFrame;
delete this.MovieClip;
this.unloadMovie();
}
Lifes = 2;
Lose_once = 1;
}
onClipEvent (enterFrame) {
if (_root.playerChar == 2) {
if (HP <= 0) {
if (Lifes <= 0) {
respawn = 0;
_root.Game = "UrDead";
if (_name == "player") {
_root.won = false;
}
Lifes = 0;
}
if (Lose_once == 1) {
Lifes = Lifes - 1;
Lose_once = 0;
}
HP = 0;
} else {
Lose_once = 1;
if (((!_root.this1) && (!_root.this2)) && (!_root.this3)) {
_root.Game = "set";
if (_name == "player") {
_root.won = true;
_root.Check12 = true;
if (_root.Dif == "N") {
_root.pos = SharedObject.getLocal("game");
_root.pos.data.Check12 = _root.Check12;
} else {
_root.pos = SharedObject.getLocal("game");
_root.pos.data.Check12 = _root.Check12;
_root.pos2 = SharedObject.getLocal("HardMode");
_root.pos2.data.Check12 = _root.Check12;
}
}
Kills = _root.MaxKills;
} else {
Kills = Lifes;
}
}
if (Kills > (_root.MaxKills - 1)) {
_root.Check12 = true;
if (_root.Dif == "N") {
_root.pos = SharedObject.getLocal("game");
_root.pos.data.Check12 = _root.Check12;
} else {
_root.pos = SharedObject.getLocal("game");
_root.pos.data.Check12 = _root.Check12;
_root.pos2 = SharedObject.getLocal("HardMode");
_root.pos2.data.Check12 = _root.Check12;
}
}
if (ComboMove == 6) {
if (Key.isDown(RightKey)) {
if (Key.isDown(PunchKey) && (onground)) {
if (TaggedX != 0) {
this._x = TaggedMC._x;
this._y = TaggedMC._y;
}
gotoAndStop ("Attack");
Man.gotoAndPlay("Poke");
fight = true;
ComboMove = 0;
}
}
if (Key.isDown(LeftKey)) {
if (Key.isDown(PunchKey) && (onground)) {
if (TaggedX != 0) {
this._x = TaggedMC._x;
this._y = TaggedMC._y;
}
gotoAndStop ("Attack");
Man.gotoAndPlay("Poke");
fight = true;
ComboMove = 0;
}
}
}
_root.HP = HP;
_root.Hud.Kills = Kills;
_root.Hud.MaxKills = _root.MaxKills;
this.Skin._alpha = 0;
var i = 0;
while (i < _root.McPlayer.length) {
temporaryMc = _root.McPlayer[i];
if (temporaryMc._name != this._name) {
if (temporaryMc.HP >= 0.001) {
if (Lala.hitTest(temporaryMc._x, temporaryMc._y, true)) {
Yplayer = temporaryMc;
NewTargget = Yplayer;
}
_root.Aimer._x = Yplayer._x;
_root.Aimer._y = Yplayer._y;
}
if (Yplayer.HP <= 0) {
_root.Aimer._x = this._x;
_root.Aimer._y = this._y;
}
}
i++;
}
}
}
Instance of Symbol 990 MovieClip in Frame 35
onClipEvent (load) {
this._x = _root.PlayerStart._x;
this._y = _root.PlayerStart._y - 30;
_root.Cam._x = this._x;
_root.Cam._y = this._y;
Hold = false;
GrabbedBy = false;
GrabMove = false;
_root.HP = HP;
HP = 100;
DieAni = 1;
RespawnHP = 100;
respawn = 0;
respawnLimit = 250;
Bot = false;
xspeed = 0;
yspeed = 0;
gravity = 0.8;
friction = 0.7;
onground = false;
Xscale = _xscale;
fight = false;
Hurt = false;
SpawnWhere = 0;
SpawnLimit = 4;
power = 2.5;
MainGravity = 0.5;
JumpPower = 10;
RightKey = 39;
LeftKey = 37;
JumpKey = 32;
DownKey = 40;
UpKey = 38;
PunchKey = 65;
BlockKey = 68;
SpecialKey = 83;
Attackpress = false;
onair = false;
RightWall = false;
LeftWall = false;
delay = 0;
NewTargget = 0;
TaggedX = 0;
TaggedY = 0;
TaggedMC = 0;
Freeze = 0;
timmer = 0;
this.Skin._alpha = 0;
Kills = 0;
if (_root.playerChar == 1) {
_root.Cam.Follow = this;
_name = "player";
_root.McPlayer.push(this);
bgSound = new Sound(this);
bgSound.attachSound("AndyHunter");
HP1 = new Sound(this);
HP1.attachSound("hardpunch1");
HP2 = new Sound(this);
HP2.attachSound("hardpunch2");
HP3 = new Sound(this);
HP3.attachSound("hardpunch3");
Twack1 = new Sound(this);
Twack1.attachSound("Twack1");
Twack2 = new Sound(this);
Twack2.attachSound("Twack2");
BB = new Sound(this);
BB.attachSound("Breakbone");
HandSlap1 = new Sound(this);
HandSlap1.attachSound("HandSlap1");
Mykills = Kills;
Team = _name;
RenewHp = 100;
} else {
delete this.onEnterFrame;
delete this.MovieClip;
this.unloadMovie();
}
Lifes = 2;
Lose_once = 1;
}
onClipEvent (enterFrame) {
if (_root.playerChar == 1) {
if (HP <= 0) {
if (Lifes <= 0) {
respawn = 0;
_root.Game = "UrDead";
if (_name == "player") {
_root.won = false;
}
Lifes = 0;
}
if (Lose_once == 1) {
Lifes = Lifes - 1;
Lose_once = 0;
}
HP = 0;
} else {
Lose_once = 1;
if (((!_root.this1) && (!_root.this2)) && (!_root.this3)) {
_root.Game = "set";
if (_name == "player") {
_root.won = true;
_root.Check12 = true;
if (_root.Dif == "N") {
_root.pos = SharedObject.getLocal("game");
_root.pos.data.Check12 = _root.Check12;
} else {
_root.pos = SharedObject.getLocal("game");
_root.pos.data.Check12 = _root.Check12;
_root.pos2 = SharedObject.getLocal("HardMode");
_root.pos2.data.Check12 = _root.Check12;
}
}
Kills = _root.MaxKills;
} else {
Kills = Lifes;
}
}
_root.HP = HP;
_root.Hud.Kills = Kills;
_root.Hud.MaxKills = _root.MaxKills;
this.Skin._alpha = 0;
var i = 0;
while (i < _root.McPlayer.length) {
temporaryMc = _root.McPlayer[i];
if (temporaryMc._name != this._name) {
if (temporaryMc.HP >= 0.001) {
if (Lala.hitTest(temporaryMc._x, temporaryMc._y, true)) {
Yplayer = temporaryMc;
NewTargget = Yplayer;
}
_root.Aimer._x = Yplayer._x;
_root.Aimer._y = Yplayer._y;
}
if (Yplayer.HP <= 0) {
_root.Aimer._x = this._x;
_root.Aimer._y = this._y;
}
}
i++;
}
}
}
Instance of Symbol 1293 MovieClip in Frame 35
onClipEvent (load) {
this._x = _root.PlayerStart._x;
this._y = _root.PlayerStart._y - 30;
_root.Cam._x = this._x;
_root.Cam._y = this._y;
SoundDis = _root.attachMovie("SoundDistance", "SoundDistance" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
SoundDis._x = this._x;
SoundDis._y = this._y;
SoundDis._xscale = 200;
SoundDis._yscale = 200;
SoundDis._visible = 0;
distancePlayer = 100;
Hold = false;
GrabbedBy = false;
GrabMove = false;
_root.HP = HP;
HP = 100;
DieAni = 1;
RespawnHP = 100;
respawn = 0;
respawnLimit = 250;
Bot = false;
xspeed = 0;
yspeed = 0;
gravity = 0.8;
friction = 0.7;
onground = false;
Xscale = _xscale;
fight = false;
Hurt = false;
SpawnWhere = 0;
SpawnLimit = 1;
power = 3.5;
MainGravity = 0.5;
JumpPower = 12;
RightKey = 39;
LeftKey = 37;
JumpKey = 32;
DownKey = 40;
UpKey = 38;
PunchKey = 65;
BlockKey = 68;
SpecialKey = 83;
Attackpress = false;
onair = false;
RightWall = false;
LeftWall = false;
delay = 0;
NewTargget = 0;
TaggedX = 0;
TaggedY = 0;
TaggedMC = 0;
Freeze = 0;
timmer = 0;
this.Skin._alpha = 0;
Kills = 0;
if (_root.playerChar == 3) {
_root.Cam.Follow = this;
_name = "player";
_root.McPlayer.push(this);
bgSound = new Sound(this);
bgSound.attachSound("AndyHunter");
Cut01 = new Sound(this);
Cut01.attachSound("Cut01");
Cut02 = new Sound(this);
Cut02.attachSound("Cut02");
Cut03 = new Sound(this);
Cut03.attachSound("Cut03");
Cut04 = new Sound(this);
Cut04.attachSound("Cut04");
HP1 = new Sound(this);
HP1.attachSound("hardpunch1");
HP2 = new Sound(this);
HP2.attachSound("hardpunch2");
HP3 = new Sound(this);
HP3.attachSound("hardpunch3");
Twack1 = new Sound(this);
Twack1.attachSound("Twack1");
Twack2 = new Sound(this);
Twack2.attachSound("Twack2");
BB = new Sound(this);
BB.attachSound("Breakbone");
HandSlap1 = new Sound(this);
HandSlap1.attachSound("HandSlap1");
Mykills = Kills;
Team = _name;
RenewHp = 100;
} else {
delete this.onEnterFrame;
delete this.MovieClip;
this.unloadMovie();
}
Lifes = 2;
Lose_once = 1;
}
onClipEvent (enterFrame) {
if (_root.playerChar == 3) {
if (HP <= 0) {
if (Lifes <= 0) {
respawn = 0;
_root.Game = "UrDead";
if (_name == "player") {
_root.won = false;
}
Lifes = 0;
}
if (Lose_once == 1) {
Lifes = Lifes - 1;
Lose_once = 0;
}
HP = 0;
} else {
Lose_once = 1;
if (((!_root.this1) && (!_root.this2)) && (!_root.this3)) {
_root.Game = "set";
if (_name == "player") {
_root.won = true;
_root.Check12 = true;
if (_root.Dif == "N") {
_root.pos = SharedObject.getLocal("game");
_root.pos.data.Check12 = _root.Check12;
} else {
_root.pos = SharedObject.getLocal("game");
_root.pos.data.Check12 = _root.Check12;
_root.pos2 = SharedObject.getLocal("HardMode");
_root.pos2.data.Check12 = _root.Check12;
}
}
Kills = _root.MaxKills;
} else {
Kills = Lifes;
}
}
_root.HP = HP;
_root.Hud.Kills = Kills;
_root.Hud.MaxKills = _root.MaxKills;
this.Skin._alpha = 0;
var i = 0;
while (i < _root.McPlayer.length) {
temporaryMc = _root.McPlayer[i];
if (temporaryMc._name != this._name) {
if (temporaryMc.HP >= 1E-10) {
if (Lala.hitTest(temporaryMc._x, temporaryMc._y, true)) {
Yplayer = temporaryMc;
NewTargget = Yplayer;
}
if (HP >= 0.0001) {
_root.Aimer._x = Yplayer._x;
_root.Aimer._y = Yplayer._y;
}
}
if (Yplayer.HP <= 0) {
_root.Aimer._x = this._x;
_root.Aimer._y = this._y;
}
}
i++;
}
}
}
Instance of Symbol 1810 MovieClip "PlayerStart" in Frame 35
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 1808 MovieClip "BS1" in Frame 35
onClipEvent (load) {
Namer = _root.attachMovie("Names", "Name" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
Namer._x = this._x;
Namer._y = this._y;
Namer.PlayerName.text = "DontLetUBreath";
FindWay = 0;
bgSound = new Sound(this);
bgSound.start(0, 99);
bgSound = new Sound(this);
bgSound.attachSound("AndyHunter");
HP1 = new Sound(this);
HP1.attachSound("hardpunch1");
HP2 = new Sound(this);
HP2.attachSound("hardpunch2");
HP3 = new Sound(this);
HP3.attachSound("hardpunch3");
Twack1 = new Sound(this);
Twack1.attachSound("Twack1");
Twack2 = new Sound(this);
Twack2.attachSound("Twack2");
BB = new Sound(this);
BB.attachSound("Breakbone");
HandSlap1 = new Sound(this);
HandSlap1.attachSound("HandSlap1");
SoundDis = _root.attachMovie("SoundDistance", "SoundDistance" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
SoundDis._x = this._x;
SoundDis._y = this._y;
SoundDis._xscale = 200;
SoundDis._yscale = 200;
SoundDis._visible = 0;
distancePlayer = 100;
HP = 100;
RespawnHP = 100;
SpawnWhere = 0;
SpawnLimit = 4;
if (_root.Dif == "N") {
Mode = "Follow";
Special = 0;
} else {
Mode = "Follow";
Special = 100;
}
StandAdd = 0;
NoobPoint = 0;
DieAni = 1;
Bot = true;
xspeed = 0;
yspeed = 0;
gravity = 0.8;
friction = 0.7;
onground = false;
Xscale = _xscale;
_xscale = Xscale;
fight = false;
Hurt = false;
flying = false;
RightWall = false;
LeftWall = false;
delay = 0;
power = 2.5;
MainGravity = 0.5;
JumpPower = 10;
_root.McPlayer.push(this);
Freeze = 0;
timmer = 0;
Finished = 1;
RScale = this.Skin._xscale;
Bounds = false;
respawn = 0;
respawnLimit = 250;
Targget = _root.player;
Tagget = Targget;
Kills = 0;
Team = _name;
_root.this2 = true;
Lifes = 3;
Lose_once = 1;
}
onClipEvent (enterFrame) {
if (HP <= 0) {
if (Lifes <= 0) {
_root.this2 = false;
Lifes = 0;
respawn = 0;
}
if (Lose_once == 1) {
Lifes = Lifes - 1;
Lose_once = 0;
}
} else {
Lose_once = 1;
}
var i = 0;
while (i < _root.McPlayer.length) {
temporaryMc = _root.McPlayer[i];
if (temporaryMc._name != this._name) {
if ((temporaryMc.HP >= 0.001) && (temporaryMc.Team != this.Team)) {
if (Lala.hitTest(temporaryMc._x, temporaryMc._y, true)) {
Yplayer = temporaryMc;
NewTargget = Yplayer;
Targget = Yplayer;
Tagget = Yplayer.hitbox;
if (_root.ShieldShit._currentframe == 1) {
attackhim = Targget;
}
}
}
}
i++;
}
}
Instance of Symbol 1293 MovieClip "EC1" in Frame 35
onClipEvent (load) {
Namer = _root.attachMovie("Names", "Name" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
Namer._x = this._x;
Namer._y = this._y;
Namer.PlayerName.text = "Dick_Pubes";
RenewHp = 100;
bgSound = new Sound(this);
bgSound.start(0, 99);
bgSound = new Sound(this);
bgSound.attachSound("AndyHunter");
HP1 = new Sound(this);
HP1.attachSound("hardpunch1");
HP2 = new Sound(this);
HP2.attachSound("hardpunch2");
HP3 = new Sound(this);
HP3.attachSound("hardpunch3");
Twack1 = new Sound(this);
Twack1.attachSound("Twack1");
Twack2 = new Sound(this);
Twack2.attachSound("Twack2");
BB = new Sound(this);
BB.attachSound("Breakbone");
HandSlap1 = new Sound(this);
HandSlap1.attachSound("HandSlap1");
SoundDis = _root.attachMovie("SoundDistance", "SoundDistance" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
SoundDis._x = this._x;
SoundDis._y = this._y;
SoundDis._xscale = 200;
SoundDis._yscale = 200;
SoundDis._visible = 0;
distancePlayer = 100;
HP = 100;
RespawnHP = 100;
SpawnWhere = 0;
SpawnLimit = 4;
Special = 0;
if (_root.Dif == "N") {
Mode = "Follow";
} else {
Mode = "Follow";
}
StandAdd = 0;
NoobPoint = 0;
DieAni = 1;
Bot = true;
xspeed = 0;
yspeed = 0;
gravity = 0.8;
friction = 0.7;
onground = false;
Xscale = _xscale;
_xscale = Xscale;
fight = false;
Hurt = false;
flying = false;
RightWall = false;
LeftWall = false;
delay = 0;
power = 2.5;
MainGravity = 0.5;
JumpPower = 10;
_root.McPlayer.push(this);
Freeze = 0;
timmer = 0;
Finished = 1;
RScale = this.Skin._xscale;
Bounds = false;
respawn = 0;
respawnLimit = 250;
Targget = _root.BS1;
Tagget = Targget;
Kills = 0;
Team = "GayTeam";
FindWay = 0;
_root.this1 = true;
Lifes = 3;
Lose_once = 1;
}
onClipEvent (enterFrame) {
if (HP <= 0) {
if (Lifes <= 0) {
_root.this1 = false;
respawn = 0;
Lifes = 0;
}
if (Lose_once == 1) {
Lifes = Lifes - 1;
Lose_once = 0;
}
} else {
Lose_once = 1;
}
if (Targget.Team == this.Team) {
Targget = 0;
Tagget = 0;
}
var i = 0;
while (i < _root.McPlayer.length) {
temporaryMc = _root.McPlayer[i];
if (temporaryMc._name != this._name) {
if ((temporaryMc.HP >= 0.001) && (temporaryMc.Team != this.Team)) {
if (Lala.hitTest(temporaryMc._x, temporaryMc._y, true)) {
Yplayer = temporaryMc;
NewTargget = Yplayer;
Targget = Yplayer;
Tagget = Yplayer.hitbox;
}
}
}
i++;
}
}
Instance of Symbol 1293 MovieClip "EC2" in Frame 35
onClipEvent (load) {
Namer = _root.attachMovie("Names", "Name" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
Namer._x = this._x;
Namer._y = this._y;
Namer.PlayerName.text = "Tanpon";
RenewHp = 100;
bgSound = new Sound(this);
bgSound.start(0, 99);
bgSound = new Sound(this);
bgSound.attachSound("AndyHunter");
HP1 = new Sound(this);
HP1.attachSound("hardpunch1");
HP2 = new Sound(this);
HP2.attachSound("hardpunch2");
HP3 = new Sound(this);
HP3.attachSound("hardpunch3");
Twack1 = new Sound(this);
Twack1.attachSound("Twack1");
Twack2 = new Sound(this);
Twack2.attachSound("Twack2");
BB = new Sound(this);
BB.attachSound("Breakbone");
HandSlap1 = new Sound(this);
HandSlap1.attachSound("HandSlap1");
SoundDis = _root.attachMovie("SoundDistance", "SoundDistance" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
SoundDis._x = this._x;
SoundDis._y = this._y;
SoundDis._xscale = 200;
SoundDis._yscale = 200;
SoundDis._visible = 0;
distancePlayer = 100;
HP = 100;
RespawnHP = 100;
SpawnWhere = 0;
SpawnLimit = 4;
Special = 0;
if (_root.Dif == "N") {
Mode = "Follow";
} else {
Mode = "Follow";
}
StandAdd = 0;
NoobPoint = 0;
DieAni = 1;
Bot = true;
xspeed = 0;
yspeed = 0;
gravity = 0.8;
friction = 0.7;
onground = false;
Xscale = _xscale;
_xscale = Xscale;
fight = false;
Hurt = false;
flying = false;
RightWall = false;
LeftWall = false;
delay = 0;
power = 2.5;
MainGravity = 0.5;
JumpPower = 10;
_root.McPlayer.push(this);
Freeze = 0;
timmer = 0;
Finished = 1;
RScale = this.Skin._xscale;
Bounds = false;
respawn = 0;
respawnLimit = 250;
Targget = _root.BS1;
Tagget = Targget;
Kills = 0;
Team = "Blue";
FindWay = 0;
_root.this3 = true;
Lifes = 3;
Lose_once = 1;
}
onClipEvent (enterFrame) {
if (HP <= 0) {
if (Lifes <= 0) {
_root.this3 = false;
Lifes = 0;
respawn = 0;
}
if (Lose_once == 1) {
Lifes = Lifes - 1;
Lose_once = 0;
}
} else {
Lose_once = 1;
}
Targget = _root.player;
Tagget = Targget;
if (Targget.Team == this.Team) {
Targget = 0;
Tagget = 0;
}
var i = 0;
while (i < _root.McPlayer.length) {
temporaryMc = _root.McPlayer[i];
if (temporaryMc._name != this._name) {
if ((temporaryMc.HP >= 0.001) && (temporaryMc.Team != this.Team)) {
if (Lala.hitTest(temporaryMc._x, temporaryMc._y, true)) {
Yplayer = temporaryMc;
NewTargget = Yplayer;
Targget = Yplayer;
Tagget = Yplayer.hitbox;
}
}
}
i++;
}
}
Instance of Symbol 1810 MovieClip "S1" in Frame 35
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 1810 MovieClip "S2" in Frame 35
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 1810 MovieClip "S3" in Frame 35
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 1810 MovieClip "S4" in Frame 35
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 1810 MovieClip "S5" in Frame 35
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 1810 MovieClip "S0" in Frame 35
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 2157 MovieClip "ground" in Frame 35
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 2159 MovieClip "GroundSlop" in Frame 35
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 2064 MovieClip "SB" in Frame 35
onClipEvent (load) {
_alpha = 0;
started = 1;
if (_root.HowMany == 2) {
gotoAndStop (1);
}
if (_root.HowMany == 3) {
gotoAndStop (2);
}
if (_root.HowMany == 4) {
gotoAndStop (3);
}
if (_root.HowMany == 5) {
gotoAndStop (4);
}
if (_root.HowMany == 6) {
gotoAndStop (5);
}
if (_root.HowMany == 7) {
gotoAndStop (6);
}
}
onClipEvent (enterFrame) {
if (_root.HowMany == 2) {
gotoAndStop (1);
}
if (_root.HowMany == 3) {
gotoAndStop (2);
}
if (_root.HowMany == 4) {
gotoAndStop (3);
}
if (_root.HowMany == 5) {
gotoAndStop (4);
}
if (_root.HowMany == 6) {
gotoAndStop (5);
}
if (_root.HowMany == 7) {
gotoAndStop (6);
}
if (_alpha == 0) {
_visible = false;
} else {
_visible = true;
}
if (started == 1) {
if (this._alpha >= 1) {
_alpha = (_alpha - 1);
}
}
if (Key.isDown(112)) {
started = 0;
if (this._alpha <= 99) {
_alpha = (_alpha + 30);
} else {
_alpha = 100;
}
} else if (started == 0) {
if (this._alpha >= 1) {
_alpha = (_alpha - 30);
} else {
_alpha = 0;
}
}
}
Instance of Symbol 127 MovieClip [camFrame] "Cam" in Frame 35
onClipEvent (load) {
Xscale = _xscale;
Yscale = _yscale;
Targget = _root.Aimer;
Follow = 0;
Distance = 300;
Zoomer = 0;
}
Instance of Symbol 2161 MovieClip "HitSp" in Frame 35
onClipEvent (load) {
_visible = false;
}
Frame 36
_root.removeMovieClips = false;
_root.TeamSpawn = false;
_root.Place = 1;
_root.RoundOver = 0;
_root.SecTime = 0;
_root.RSec = 0;
_root.CrapTimeMin = 0;
_root.Ending = false;
_quality = "LOW";
myMasterSoundObject = new Sound();
myMasterSoundObject.setVolume(100);
MaxKills = "LIVE";
HowMany = 2;
_root.Game = "Pause";
GoRetry = 1;
stop();
var McPlayer = new Array();
var McT = new Array();
HP1 = new Sound();
HP1.attachSound("hardpunch1");
HP2 = new Sound();
HP2.attachSound("hardpunch2");
HP3 = new Sound();
HP3.attachSound("hardpunch3");
Twack1 = new Sound();
Twack1.attachSound("Twack1");
Twack2 = new Sound();
Twack2.attachSound("Twack2");
BB = new Sound();
BB.attachSound("Breakbone");
ResetScore = 0;
HowMany = 4;
numb = 0;
Cpu1 = 0;
Cpu2 = 0;
Cpu3 = 0;
timernumb = 0;
_root.UpdateScore = true;
PName = "You";
PName2 = "Ownage";
PName3 = "Death";
ResetScore = 0;
CountKill = 0;
_root.won = 0;
var recArray = new Array();
recArray.push({name:PName, zip:numb, zip2:0});
recArray.push({name:PName2, zip:Cpu1, zip2:0});
recArray.push({name:PName3, zip:Cpu2, zip2:0});
recArray.sortOn(["zip", "zip2"]);
displayArray(recArray);
Instance of Symbol 1810 MovieClip "PlayerStart" in Frame 36
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 1293 MovieClip "EC2" in Frame 36
onClipEvent (load) {
Namer = _root.attachMovie("Names", "Name" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
Namer._x = this._x;
Namer._y = this._y;
Namer.PlayerName.text = "Ownage";
RenewHp = 100;
bgSound = new Sound(this);
bgSound.start(0, 99);
bgSound = new Sound(this);
bgSound.attachSound("AndyHunter");
HP1 = new Sound(this);
HP1.attachSound("hardpunch1");
HP2 = new Sound(this);
HP2.attachSound("hardpunch2");
HP3 = new Sound(this);
HP3.attachSound("hardpunch3");
Twack1 = new Sound(this);
Twack1.attachSound("Twack1");
Twack2 = new Sound(this);
Twack2.attachSound("Twack2");
BB = new Sound(this);
BB.attachSound("Breakbone");
HandSlap1 = new Sound(this);
HandSlap1.attachSound("HandSlap1");
SoundDis = _root.attachMovie("SoundDistance", "SoundDistance" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
SoundDis._x = this._x;
SoundDis._y = this._y;
SoundDis._xscale = 200;
SoundDis._yscale = 200;
SoundDis._visible = 0;
distancePlayer = 100;
HP = 100;
RespawnHP = 100;
SpawnWhere = 0;
SpawnLimit = 4;
Special = 0;
if (_root.Dif == "N") {
Mode = "Follow";
} else {
Mode = "Follow";
}
StandAdd = 0;
NoobPoint = 0;
DieAni = 1;
Bot = true;
xspeed = 0;
yspeed = 0;
gravity = 0.8;
friction = 0.7;
onground = false;
Xscale = _xscale;
_xscale = Xscale;
fight = false;
Hurt = false;
flying = false;
RightWall = false;
LeftWall = false;
delay = 0;
power = 2.5;
MainGravity = 0.5;
JumpPower = 10;
_root.McPlayer.push(this);
Freeze = 0;
timmer = 0;
Finished = 1;
RScale = this.Skin._xscale;
Bounds = false;
respawn = 0;
respawnLimit = 250;
Targget = _root.BS1;
Tagget = Targget;
Kills = 0;
Team = _name;
FindWay = 0;
_root.this3 = true;
Lifes = 9000000 /* 0x895440 */;
Lose_once = 1;
_root.Cpu1 = Kills;
}
onClipEvent (enterFrame) {
Targget = _root.player;
Tagget = Targget;
if ((((RightWall && (Bot)) && (HP <= 100)) && (flying)) && (HP >= 0)) {
xspeed = 0;
yspeed = 0;
_xscale = (-Xscale);
gotoAndStop ("Hurt");
Man.gotoAndPlay("JumpOff");
flying = false;
}
if ((((LeftWall && (Bot)) && (HP <= 100)) && (flying)) && (HP >= 0)) {
xspeed = 0;
yspeed = 0;
_xscale = Xscale;
gotoAndStop ("Hurt");
Man.gotoAndPlay("JumpOff");
flying = false;
}
if (Kills > _root.Cpu1) {
_root.UpdateScore = true;
_root.timernumb = 11;
_root.Cpu1 = Kills - 1;
}
if (HP <= 0) {
if (Lifes <= 0) {
_root.this3 = false;
Lifes = 0;
respawn = 0;
}
if (Lose_once == 1) {
Lifes = Lifes - 1;
Lose_once = 0;
}
} else {
Lose_once = 1;
}
Targget = _root.player;
Tagget = Targget;
if (Targget.Team == this.Team) {
Targget = 0;
Tagget = 0;
}
var i = 0;
while (i < _root.McPlayer.length) {
temporaryMc = _root.McPlayer[i];
if (temporaryMc._name != this._name) {
if ((temporaryMc.HP >= 0.001) && (temporaryMc.Team != this.Team)) {
if (Lala.hitTest(temporaryMc._x, temporaryMc._y, true)) {
Yplayer = temporaryMc;
NewTargget = Yplayer;
Targget = Yplayer;
Tagget = Yplayer.hitbox;
}
}
}
i++;
}
}
Instance of Symbol 990 MovieClip in Frame 36
onClipEvent (load) {
this._x = _root.PlayerStart._x;
this._y = _root.PlayerStart._y - 30;
_root.Cam._x = this._x;
_root.Cam._y = this._y;
Hold = false;
GrabbedBy = false;
GrabMove = false;
_root.HP = HP;
HP = 100;
RenewHp = HP;
DieAni = 1;
RespawnHP = 100;
respawn = 0;
respawnLimit = 250;
Bot = false;
xspeed = 0;
yspeed = 0;
gravity = 0.8;
friction = 0.7;
onground = false;
Xscale = _xscale;
fight = false;
Hurt = false;
SpawnWhere = 0;
SpawnLimit = 4;
power = 2.5;
MainGravity = 0.5;
JumpPower = 10;
RightKey = 39;
LeftKey = 37;
JumpKey = 32;
DownKey = 40;
UpKey = 38;
PunchKey = 65;
BlockKey = 68;
SpecialKey = 83;
Attackpress = false;
onair = false;
RightWall = false;
LeftWall = false;
delay = 0;
NewTargget = 0;
TaggedX = 0;
TaggedY = 0;
TaggedMC = 0;
Freeze = 0;
timmer = 0;
this.Skin._alpha = 0;
Kills = 0;
if (_root.playerChar == 1) {
_root.Cam.Follow = this;
_name = "player";
_root.McPlayer.push(this);
bgSound = new Sound(this);
bgSound.attachSound("AndyHunter");
HP1 = new Sound(this);
HP1.attachSound("hardpunch1");
HP2 = new Sound(this);
HP2.attachSound("hardpunch2");
HP3 = new Sound(this);
HP3.attachSound("hardpunch3");
Twack1 = new Sound(this);
Twack1.attachSound("Twack1");
Twack2 = new Sound(this);
Twack2.attachSound("Twack2");
BB = new Sound(this);
BB.attachSound("Breakbone");
HandSlap1 = new Sound(this);
HandSlap1.attachSound("HandSlap1");
Team = _name;
} else {
delete this.onEnterFrame;
delete this.MovieClip;
this.unloadMovie();
}
Mykills = Kills;
Lifes = 9000000 /* 0x895440 */;
Lose_once = 1;
}
onClipEvent (enterFrame) {
if (_root.playerChar == 1) {
if (Kills > (_root.MaxKills - 1)) {
_root.Check02 = true;
if (_root.Dif == "N") {
_root.pos = SharedObject.getLocal("game");
_root.pos.data.Check02 = _root.Check02;
} else {
_root.pos = SharedObject.getLocal("game");
_root.pos.data.Check02 = _root.Check02;
_root.pos2 = SharedObject.getLocal("HardMode");
_root.pos2.data.Check02 = _root.Check02;
}
}
_root.Cam.Follow = this;
_root.HP = HP;
_root.Hud.Kills = Kills;
_root.Hud.MaxKills = _root.MaxKills;
this.Skin._alpha = 0;
var i = 0;
while (i < _root.McPlayer.length) {
temporaryMc = _root.McPlayer[i];
if (temporaryMc._name != this._name) {
if (temporaryMc.HP >= 0.001) {
if (Lala.hitTest(temporaryMc._x, temporaryMc._y, true)) {
Yplayer = temporaryMc;
NewTargget = Yplayer;
}
_root.Aimer._x = Yplayer._x;
_root.Aimer._y = Yplayer._y;
}
if (Yplayer.HP <= 0) {
_root.Aimer._x = this._x;
_root.Aimer._y = this._y;
}
}
i++;
}
}
}
Instance of Symbol 1293 MovieClip in Frame 36
onClipEvent (load) {
this._x = _root.PlayerStart._x;
this._y = _root.PlayerStart._y - 30;
_root.Cam._x = this._x;
_root.Cam._y = this._y;
SoundDis = _root.attachMovie("SoundDistance", "SoundDistance" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
SoundDis._x = this._x;
SoundDis._y = this._y;
SoundDis._xscale = 200;
SoundDis._yscale = 200;
SoundDis._visible = 0;
distancePlayer = 100;
Hold = false;
GrabbedBy = false;
GrabMove = false;
_root.HP = HP;
HP = 100;
DieAni = 1;
RespawnHP = 100;
respawn = 0;
respawnLimit = 250;
Bot = false;
xspeed = 0;
yspeed = 0;
gravity = 0.8;
friction = 0.7;
onground = false;
Xscale = _xscale;
fight = false;
Hurt = false;
SpawnWhere = 0;
SpawnLimit = 1;
power = 3.5;
MainGravity = 0.5;
JumpPower = 12;
RightKey = 39;
LeftKey = 37;
JumpKey = 32;
DownKey = 40;
UpKey = 38;
PunchKey = 65;
BlockKey = 68;
SpecialKey = 83;
Attackpress = false;
onair = false;
RightWall = false;
LeftWall = false;
delay = 0;
NewTargget = 0;
TaggedX = 0;
TaggedY = 0;
TaggedMC = 0;
Freeze = 0;
timmer = 0;
this.Skin._alpha = 0;
Kills = 0;
if (_root.playerChar == 3) {
_root.Cam.Follow = this;
_name = "player";
_root.McPlayer.push(this);
bgSound = new Sound(this);
bgSound.attachSound("AndyHunter");
Cut01 = new Sound(this);
Cut01.attachSound("Cut01");
Cut02 = new Sound(this);
Cut02.attachSound("Cut02");
Cut03 = new Sound(this);
Cut03.attachSound("Cut03");
Cut04 = new Sound(this);
Cut04.attachSound("Cut04");
HP1 = new Sound(this);
HP1.attachSound("hardpunch1");
HP2 = new Sound(this);
HP2.attachSound("hardpunch2");
HP3 = new Sound(this);
HP3.attachSound("hardpunch3");
Twack1 = new Sound(this);
Twack1.attachSound("Twack1");
Twack2 = new Sound(this);
Twack2.attachSound("Twack2");
BB = new Sound(this);
BB.attachSound("Breakbone");
HandSlap1 = new Sound(this);
HandSlap1.attachSound("HandSlap1");
Team = _name;
} else {
delete this.onEnterFrame;
delete this.Combos;
delete this.Morehits;
delete this.MovieClip;
this.unloadMovie();
}
Mykills = Kills;
}
onClipEvent (enterFrame) {
if (_root.playerChar == 3) {
if (Kills > Mykills) {
_root.UpdateScore = true;
_root.timernumb = 10;
_root.Mykills = _root.Mykills + 1;
Mykills = Mykills + 1;
}
if (Kills > (_root.MaxKills - 1)) {
_root.Check02 = true;
if (_root.Dif == "N") {
_root.pos = SharedObject.getLocal("game");
_root.pos.data.Check02 = _root.Check02;
} else {
_root.pos = SharedObject.getLocal("game");
_root.pos.data.Check02 = _root.Check02;
_root.pos2 = SharedObject.getLocal("HardMode");
_root.pos2.data.Check02 = _root.Check02;
}
}
if (ComboMove == 503) {
if (Key.isDown(PunchKey) and Key.isDown(UpKey)) {
if (TaggedX != 0) {
this._x = TaggedMC._x;
this._y = TaggedMC._y;
}
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack14");
fight = true;
ComboMove = 0;
}
if (Key.isDown(PunchKey) and (!Key.isDown(UpKey))) {
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack500");
fight = true;
ComboMove = 0;
}
}
if (ComboMove == 502) {
if (Key.isDown(PunchKey) and ((!Key.isDown(UpKey)) and (!Key.isDown(DownKey)))) {
if (TaggedX != 0) {
this._x = TaggedMC._x;
this._y = TaggedMC._y;
}
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack502");
fight = true;
yspeed = 0;
ComboMove = 0;
}
if (Key.isDown(PunchKey) and ((!Key.isDown(UpKey)) and Key.isDown(DownKey))) {
if (TaggedX != 0) {
this._x = TaggedMC._x;
this._y = TaggedMC._y;
}
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack6");
fight = true;
yspeed = 0;
ComboMove = 0;
}
}
if (ComboMove == 501) {
if (Key.isDown(PunchKey) and Key.isDown(UpKey)) {
if (TaggedX != 0) {
this._x = TaggedMC._x;
this._y = TaggedMC._y;
}
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack14");
fight = true;
ComboMove = 0;
}
if (Key.isDown(PunchKey) and Key.isDown(RightKey)) {
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack7");
fight = true;
ComboMove = 0;
}
if (Key.isDown(PunchKey) and Key.isDown(LeftKey)) {
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack7");
fight = true;
ComboMove = 0;
}
}
if (ComboMove == 500) {
if (Key.isDown(PunchKey) && (onground)) {
if (TaggedX != 0) {
this._x = TaggedMC._x;
this._y = TaggedMC._y;
}
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack500");
fight = true;
ComboMove = 0;
}
}
if (ComboMove == 6) {
if (Key.isDown(RightKey)) {
if (Key.isDown(PunchKey) && (onground)) {
if (TaggedX != 0) {
this._x = TaggedMC._x;
this._y = TaggedMC._y;
}
gotoAndStop ("Attack");
Man.gotoAndPlay("Poke");
fight = true;
ComboMove = 0;
}
}
if (Key.isDown(LeftKey)) {
if (Key.isDown(PunchKey) && (onground)) {
if (TaggedX != 0) {
this._x = TaggedMC._x;
this._y = TaggedMC._y;
}
gotoAndStop ("Attack");
Man.gotoAndPlay("Poke");
fight = true;
ComboMove = 0;
}
}
}
_root.HP = HP;
_root.Hud.Kills = Kills;
_root.numb2 = _root.numb2 + 1;
_root.Hud.MaxKills = _root.MaxKills;
this.Skin._alpha = 0;
var i = 0;
while (i < _root.McPlayer.length) {
temporaryMc = _root.McPlayer[i];
if (temporaryMc._name != this._name) {
if (temporaryMc.HP >= 0.001) {
if (Lala.hitTest(temporaryMc._x, temporaryMc._y, true)) {
Yplayer = temporaryMc;
NewTargget = Yplayer;
}
if (HP >= 0.0001) {
_root.Aimer._x = Yplayer._x;
_root.Aimer._y = Yplayer._y;
}
}
if (Yplayer.HP <= 0) {
_root.Aimer._x = this._x;
_root.Aimer._y = this._y;
}
}
i++;
}
}
}
Instance of Symbol 1808 MovieClip in Frame 36
onClipEvent (load) {
this._x = _root.PlayerStart._x;
this._y = _root.PlayerStart._y - 30;
_root.Cam._x = this._x;
_root.Cam._y = this._y;
Hold = false;
GrabbedBy = false;
GrabMove = false;
_root.HP = HP;
HP = 100;
RenewHp = HP;
DieAni = 1;
RespawnHP = 100;
respawn = 0;
respawnLimit = 250;
Bot = false;
xspeed = 0;
yspeed = 0;
gravity = 0.8;
friction = 0.7;
onground = false;
Xscale = _xscale;
fight = false;
Hurt = false;
SpawnWhere = 0;
SpawnLimit = 4;
power = 2.5;
MainGravity = 0.5;
JumpPower = 10;
RightKey = 39;
LeftKey = 37;
JumpKey = 32;
DownKey = 40;
UpKey = 38;
PunchKey = 65;
BlockKey = 68;
SpecialKey = 83;
Attackpress = false;
onair = false;
RightWall = false;
LeftWall = false;
delay = 0;
NewTargget = 0;
TaggedX = 0;
TaggedY = 0;
TaggedMC = 0;
Freeze = 0;
timmer = 0;
this.Skin._alpha = 0;
Kills = 0;
if (_root.playerChar == 2) {
_root.Cam.Follow = this;
_name = "player";
_root.McPlayer.push(this);
bgSound = new Sound(this);
bgSound.attachSound("AndyHunter");
HP1 = new Sound(this);
HP1.attachSound("hardpunch1");
HP2 = new Sound(this);
HP2.attachSound("hardpunch2");
HP3 = new Sound(this);
HP3.attachSound("hardpunch3");
Twack1 = new Sound(this);
Twack1.attachSound("Twack1");
Twack2 = new Sound(this);
Twack2.attachSound("Twack2");
BB = new Sound(this);
BB.attachSound("Breakbone");
HandSlap1 = new Sound(this);
HandSlap1.attachSound("HandSlap1");
Team = _name;
} else {
delete this.onEnterFrame;
delete this.MovieClip;
this.unloadMovie();
}
Mykills = Kills;
}
onClipEvent (enterFrame) {
if (_root.playerChar == 2) {
if (Kills > (_root.MaxKills - 1)) {
_root.Check02 = true;
if (_root.Dif == "N") {
_root.pos = SharedObject.getLocal("game");
_root.pos.data.Check02 = _root.Check02;
} else {
_root.pos = SharedObject.getLocal("game");
_root.pos.data.Check02 = _root.Check02;
_root.pos2 = SharedObject.getLocal("HardMode");
_root.pos2.data.Check02 = _root.Check02;
}
}
_root.Cam.Follow = this;
if (ComboMove == 6) {
if (Key.isDown(RightKey)) {
if (Key.isDown(PunchKey) && (onground)) {
if (TaggedX != 0) {
this._x = TaggedMC._x;
this._y = TaggedMC._y;
}
gotoAndStop ("Attack");
Man.gotoAndPlay("Poke");
fight = true;
ComboMove = 0;
}
}
if (Key.isDown(LeftKey)) {
if (Key.isDown(PunchKey) && (onground)) {
if (TaggedX != 0) {
this._x = TaggedMC._x;
this._y = TaggedMC._y;
}
gotoAndStop ("Attack");
Man.gotoAndPlay("Poke");
fight = true;
ComboMove = 0;
}
}
}
_root.HP = HP;
_root.Hud.Kills = Kills;
_root.Hud.MaxKills = _root.MaxKills;
this.Skin._alpha = 0;
var i = 0;
while (i < _root.McPlayer.length) {
temporaryMc = _root.McPlayer[i];
if (temporaryMc._name != this._name) {
if (temporaryMc.HP >= 0.001) {
if (Lala.hitTest(temporaryMc._x, temporaryMc._y, true)) {
Yplayer = temporaryMc;
NewTargget = Yplayer;
}
_root.Aimer._x = Yplayer._x;
_root.Aimer._y = Yplayer._y;
}
if (Yplayer.HP <= 0) {
_root.Aimer._x = this._x;
_root.Aimer._y = this._y;
}
}
i++;
}
}
}
Instance of Symbol 1293 MovieClip "EC1" in Frame 36
onClipEvent (load) {
Namer = _root.attachMovie("Names", "Name" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
Namer._x = this._x;
Namer._y = this._y;
Namer.PlayerName.text = "Death";
RenewHp = 100;
bgSound = new Sound(this);
bgSound.start(0, 99);
bgSound = new Sound(this);
bgSound.attachSound("AndyHunter");
HP1 = new Sound(this);
HP1.attachSound("hardpunch1");
HP2 = new Sound(this);
HP2.attachSound("hardpunch2");
HP3 = new Sound(this);
HP3.attachSound("hardpunch3");
Twack1 = new Sound(this);
Twack1.attachSound("Twack1");
Twack2 = new Sound(this);
Twack2.attachSound("Twack2");
BB = new Sound(this);
BB.attachSound("Breakbone");
HandSlap1 = new Sound(this);
HandSlap1.attachSound("HandSlap1");
SoundDis = _root.attachMovie("SoundDistance", "SoundDistance" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
SoundDis._x = this._x;
SoundDis._y = this._y;
SoundDis._xscale = 200;
SoundDis._yscale = 200;
SoundDis._visible = 0;
distancePlayer = 100;
HP = 100;
RespawnHP = 100;
SpawnWhere = 0;
SpawnLimit = 4;
Special = 0;
if (_root.Dif == "N") {
Mode = "Follow";
} else {
Mode = "Follow";
}
StandAdd = 0;
NoobPoint = 0;
DieAni = 1;
Bot = true;
xspeed = 0;
yspeed = 0;
gravity = 0.8;
friction = 0.7;
onground = false;
Xscale = _xscale;
_xscale = Xscale;
fight = false;
Hurt = false;
flying = false;
RightWall = false;
LeftWall = false;
delay = 0;
power = 2.5;
MainGravity = 0.5;
JumpPower = 10;
_root.McPlayer.push(this);
Freeze = 0;
timmer = 0;
Finished = 1;
RScale = this.Skin._xscale;
Bounds = false;
respawn = 0;
respawnLimit = 250;
Targget = _root.BS1;
Tagget = Targget;
Kills = 0;
Team = _name;
FindWay = 0;
_root.this3 = true;
Lifes = 9000000 /* 0x895440 */;
Lose_once = 1;
_root.Cpu2 = Kills;
}
onClipEvent (enterFrame) {
if ((((RightWall && (Bot)) && (HP <= 100)) && (flying)) && (HP >= 0)) {
xspeed = 0;
yspeed = 0;
_xscale = (-Xscale);
gotoAndStop ("Hurt");
Man.gotoAndPlay("JumpOff");
flying = false;
}
if ((((LeftWall && (Bot)) && (HP <= 100)) && (flying)) && (HP >= 0)) {
xspeed = 0;
yspeed = 0;
_xscale = Xscale;
gotoAndStop ("Hurt");
Man.gotoAndPlay("JumpOff");
flying = false;
}
if (Kills > _root.Cpu2) {
_root.UpdateScore = true;
_root.timernumb = 12;
_root.Cpu2 = Kills - 1;
}
if (HP <= 0) {
if (Lifes <= 0) {
_root.this3 = false;
Lifes = 0;
respawn = 0;
}
if (Lose_once == 1) {
Lifes = Lifes - 1;
Lose_once = 0;
}
} else {
Lose_once = 1;
}
Targget = _root.player;
Tagget = Targget;
if (Targget.Team == this.Team) {
Targget = 0;
Tagget = 0;
}
var i = 0;
while (i < _root.McPlayer.length) {
temporaryMc = _root.McPlayer[i];
if (temporaryMc._name != this._name) {
if ((temporaryMc.HP >= 0.001) && (temporaryMc.Team != this.Team)) {
if (Lala.hitTest(temporaryMc._x, temporaryMc._y, true)) {
Yplayer = temporaryMc;
NewTargget = Yplayer;
Targget = Yplayer;
Tagget = Yplayer.hitbox;
}
}
}
i++;
}
}
Instance of Symbol 2165 MovieClip "ground" in Frame 36
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 1978 MovieClip "Hud" in Frame 36
onClipEvent (load) {
this.gotoAndStop(2);
sec = 0;
min = 5;
_root.Hud.CrapTimeSec2.text = sec;
_root.Hud.CrapTimeMin2.text = min;
}
onClipEvent (enterFrame) {
if (_root.CrapTimeMin >= min) {
_root.Game = "set";
if (_root.player.Kills > (_root.EC2.Kills - 1)) {
_root.won = true;
_root.Check13 = true;
if (_root.Dif == "N") {
_root.pos = SharedObject.getLocal("game");
_root.pos.data.Check13 = _root.Check13;
} else {
_root.pos = SharedObject.getLocal("game");
_root.pos.data.Check13 = _root.Check13;
_root.pos2 = SharedObject.getLocal("HardMode");
_root.pos2.data.Check13 = _root.Check13;
}
} else {
_root.won = false;
}
}
}
Frame 37
_root.removeMovieClips = false;
_root.TeamSpawn = false;
_root.Place = 1;
_root.RoundOver = 0;
_root.SecTime = 0;
_root.RSec = 0;
_root.CrapTimeMin = 0;
_root.Ending = true;
_quality = "LOW";
myMasterSoundObject = new Sound();
myMasterSoundObject.setVolume(100);
MaxKills = "LIVE";
HowMany = 2;
_root.Game = "Pause";
GoRetry = 1;
stop();
var McPlayer = new Array();
var McT = new Array();
HP1 = new Sound();
HP1.attachSound("hardpunch1");
HP2 = new Sound();
HP2.attachSound("hardpunch2");
HP3 = new Sound();
HP3.attachSound("hardpunch3");
Twack1 = new Sound();
Twack1.attachSound("Twack1");
Twack2 = new Sound();
Twack2.attachSound("Twack2");
BB = new Sound();
BB.attachSound("Breakbone");
ResetScore = 0;
HowMany = 4;
numb = 0;
Cpu1 = 0;
Cpu2 = 0;
Cpu3 = 0;
timernumb = 0;
_root.UpdateScore = true;
PName = "You";
PName2 = "Ownage";
PName3 = "Death";
ResetScore = 0;
CountKill = 0;
_root.won = 0;
var recArray = new Array();
recArray.push({name:PName, zip:numb, zip2:0});
recArray.push({name:PName2, zip:Cpu1, zip2:0});
recArray.push({name:PName3, zip:Cpu2, zip2:0});
recArray.sortOn(["zip", "zip2"]);
displayArray(recArray);
Instance of Symbol 1810 MovieClip "PlayerStart" in Frame 37
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 1293 MovieClip "EC2" in Frame 37
onClipEvent (load) {
Namer = _root.attachMovie("Names", "Name" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
Namer._x = this._x;
Namer._y = this._y;
Namer.PlayerName.text = "Ownage";
RenewHp = 100;
bgSound = new Sound(this);
bgSound.start(0, 99);
bgSound = new Sound(this);
bgSound.attachSound("AndyHunter");
HP1 = new Sound(this);
HP1.attachSound("hardpunch1");
HP2 = new Sound(this);
HP2.attachSound("hardpunch2");
HP3 = new Sound(this);
HP3.attachSound("hardpunch3");
Twack1 = new Sound(this);
Twack1.attachSound("Twack1");
Twack2 = new Sound(this);
Twack2.attachSound("Twack2");
BB = new Sound(this);
BB.attachSound("Breakbone");
HandSlap1 = new Sound(this);
HandSlap1.attachSound("HandSlap1");
SoundDis = _root.attachMovie("SoundDistance", "SoundDistance" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
SoundDis._x = this._x;
SoundDis._y = this._y;
SoundDis._xscale = 200;
SoundDis._yscale = 200;
SoundDis._visible = 0;
distancePlayer = 100;
HP = 100;
RespawnHP = 100;
SpawnWhere = 0;
SpawnLimit = 4;
Special = 0;
if (_root.Dif == "N") {
Mode = "Follow";
} else {
Mode = "Follow";
}
StandAdd = 0;
NoobPoint = 0;
DieAni = 1;
Bot = true;
xspeed = 0;
yspeed = 0;
gravity = 0.8;
friction = 0.7;
onground = false;
Xscale = _xscale;
_xscale = Xscale;
fight = false;
Hurt = false;
flying = false;
RightWall = false;
LeftWall = false;
delay = 0;
power = 2.5;
MainGravity = 0.5;
JumpPower = 10;
_root.McPlayer.push(this);
Freeze = 0;
timmer = 0;
Finished = 1;
RScale = this.Skin._xscale;
Bounds = false;
respawn = 0;
respawnLimit = 250;
Targget = _root.BS1;
Tagget = Targget;
Kills = 0;
Team = _name;
FindWay = 0;
_root.this3 = true;
Lifes = 9000000 /* 0x895440 */;
Lose_once = 1;
_root.Cpu1 = Kills;
}
onClipEvent (enterFrame) {
if (Kills > _root.Cpu1) {
_root.UpdateScore = true;
_root.timernumb = 11;
_root.Cpu1 = Kills - 1;
}
Targget = _root.player;
Tagget = Targget;
if ((((RightWall && (Bot)) && (HP <= 100)) && (flying)) && (HP >= 0)) {
xspeed = 0;
yspeed = 0;
_xscale = (-Xscale);
gotoAndStop ("Hurt");
Man.gotoAndPlay("JumpOff");
flying = false;
}
if ((((LeftWall && (Bot)) && (HP <= 100)) && (flying)) && (HP >= 0)) {
xspeed = 0;
yspeed = 0;
_xscale = Xscale;
gotoAndStop ("Hurt");
Man.gotoAndPlay("JumpOff");
flying = false;
}
if (HP <= 0) {
if (Lifes <= 0) {
_root.this3 = false;
Lifes = 0;
respawn = 0;
}
if (Lose_once == 1) {
Lifes = Lifes - 1;
Lose_once = 0;
}
} else {
Lose_once = 1;
}
Targget = _root.player;
Tagget = Targget;
if (Targget.Team == this.Team) {
Targget = 0;
Tagget = 0;
}
var i = 0;
while (i < _root.McPlayer.length) {
temporaryMc = _root.McPlayer[i];
if (temporaryMc._name != this._name) {
if ((temporaryMc.HP >= 0.001) && (temporaryMc.Team != this.Team)) {
if (Lala.hitTest(temporaryMc._x, temporaryMc._y, true)) {
Yplayer = temporaryMc;
NewTargget = Yplayer;
Targget = Yplayer;
Tagget = Yplayer.hitbox;
}
}
}
i++;
}
}
Instance of Symbol 990 MovieClip in Frame 37
onClipEvent (load) {
this._x = _root.PlayerStart._x;
this._y = _root.PlayerStart._y - 30;
_root.Cam._x = this._x;
_root.Cam._y = this._y;
Hold = false;
GrabbedBy = false;
GrabMove = false;
_root.HP = HP;
HP = 100;
RenewHp = HP;
DieAni = 1;
RespawnHP = 100;
respawn = 0;
respawnLimit = 250;
Bot = false;
xspeed = 0;
yspeed = 0;
gravity = 0.8;
friction = 0.7;
onground = false;
Xscale = _xscale;
fight = false;
Hurt = false;
SpawnWhere = 0;
SpawnLimit = 4;
power = 2.5;
MainGravity = 0.5;
JumpPower = 10;
RightKey = 39;
LeftKey = 37;
JumpKey = 32;
DownKey = 40;
UpKey = 38;
PunchKey = 65;
BlockKey = 68;
SpecialKey = 83;
Attackpress = false;
onair = false;
RightWall = false;
LeftWall = false;
delay = 0;
NewTargget = 0;
TaggedX = 0;
TaggedY = 0;
TaggedMC = 0;
Freeze = 0;
timmer = 0;
this.Skin._alpha = 0;
Kills = 0;
if (_root.playerChar == 1) {
_root.Cam.Follow = this;
_name = "player";
_root.McPlayer.push(this);
bgSound = new Sound(this);
bgSound.attachSound("AndyHunter");
HP1 = new Sound(this);
HP1.attachSound("hardpunch1");
HP2 = new Sound(this);
HP2.attachSound("hardpunch2");
HP3 = new Sound(this);
HP3.attachSound("hardpunch3");
Twack1 = new Sound(this);
Twack1.attachSound("Twack1");
Twack2 = new Sound(this);
Twack2.attachSound("Twack2");
BB = new Sound(this);
BB.attachSound("Breakbone");
HandSlap1 = new Sound(this);
HandSlap1.attachSound("HandSlap1");
Team = _name;
} else {
delete this.onEnterFrame;
delete this.MovieClip;
this.unloadMovie();
}
Mykills = Kills;
Lifes = 9000000 /* 0x895440 */;
Lose_once = 1;
}
onClipEvent (enterFrame) {
if (_root.playerChar == 1) {
if (Kills > (_root.MaxKills - 1)) {
_root.Check02 = true;
if (_root.Dif == "N") {
_root.pos = SharedObject.getLocal("game");
_root.pos.data.Check02 = _root.Check02;
} else {
_root.pos = SharedObject.getLocal("game");
_root.pos.data.Check02 = _root.Check02;
_root.pos2 = SharedObject.getLocal("HardMode");
_root.pos2.data.Check02 = _root.Check02;
}
}
_root.Cam.Follow = this;
_root.HP = HP;
_root.Hud.Kills = Kills;
_root.Hud.MaxKills = _root.MaxKills;
this.Skin._alpha = 0;
var i = 0;
while (i < _root.McPlayer.length) {
temporaryMc = _root.McPlayer[i];
if (temporaryMc._name != this._name) {
if (temporaryMc.HP >= 0.001) {
if (Lala.hitTest(temporaryMc._x, temporaryMc._y, true)) {
Yplayer = temporaryMc;
NewTargget = Yplayer;
}
_root.Aimer._x = Yplayer._x;
_root.Aimer._y = Yplayer._y;
}
if (Yplayer.HP <= 0) {
_root.Aimer._x = this._x;
_root.Aimer._y = this._y;
}
}
i++;
}
}
}
Instance of Symbol 1293 MovieClip in Frame 37
onClipEvent (load) {
this._x = _root.PlayerStart._x;
this._y = _root.PlayerStart._y - 30;
_root.Cam._x = this._x;
_root.Cam._y = this._y;
SoundDis = _root.attachMovie("SoundDistance", "SoundDistance" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
SoundDis._x = this._x;
SoundDis._y = this._y;
SoundDis._xscale = 200;
SoundDis._yscale = 200;
SoundDis._visible = 0;
distancePlayer = 100;
Hold = false;
GrabbedBy = false;
GrabMove = false;
_root.HP = HP;
HP = 100;
DieAni = 1;
RespawnHP = 100;
respawn = 0;
respawnLimit = 250;
Bot = false;
xspeed = 0;
yspeed = 0;
gravity = 0.8;
friction = 0.7;
onground = false;
Xscale = _xscale;
fight = false;
Hurt = false;
SpawnWhere = 0;
SpawnLimit = 1;
power = 3.5;
MainGravity = 0.5;
JumpPower = 12;
RightKey = 39;
LeftKey = 37;
JumpKey = 32;
DownKey = 40;
UpKey = 38;
PunchKey = 65;
BlockKey = 68;
SpecialKey = 83;
Attackpress = false;
onair = false;
RightWall = false;
LeftWall = false;
delay = 0;
NewTargget = 0;
TaggedX = 0;
TaggedY = 0;
TaggedMC = 0;
Freeze = 0;
timmer = 0;
this.Skin._alpha = 0;
Kills = 0;
if (_root.playerChar == 3) {
_root.Cam.Follow = this;
_name = "player";
_root.McPlayer.push(this);
bgSound = new Sound(this);
bgSound.attachSound("AndyHunter");
Cut01 = new Sound(this);
Cut01.attachSound("Cut01");
Cut02 = new Sound(this);
Cut02.attachSound("Cut02");
Cut03 = new Sound(this);
Cut03.attachSound("Cut03");
Cut04 = new Sound(this);
Cut04.attachSound("Cut04");
HP1 = new Sound(this);
HP1.attachSound("hardpunch1");
HP2 = new Sound(this);
HP2.attachSound("hardpunch2");
HP3 = new Sound(this);
HP3.attachSound("hardpunch3");
Twack1 = new Sound(this);
Twack1.attachSound("Twack1");
Twack2 = new Sound(this);
Twack2.attachSound("Twack2");
BB = new Sound(this);
BB.attachSound("Breakbone");
HandSlap1 = new Sound(this);
HandSlap1.attachSound("HandSlap1");
Team = _name;
} else {
delete this.onEnterFrame;
delete this.Combos;
delete this.Morehits;
delete this.MovieClip;
this.unloadMovie();
}
Mykills = Kills;
}
onClipEvent (enterFrame) {
if (_root.playerChar == 3) {
if (Kills > Mykills) {
_root.UpdateScore = true;
_root.timernumb = 10;
_root.Mykills = _root.Mykills + 1;
Mykills = Mykills + 1;
}
if (Kills > (_root.MaxKills - 1)) {
_root.Check02 = true;
if (_root.Dif == "N") {
_root.pos = SharedObject.getLocal("game");
_root.pos.data.Check02 = _root.Check02;
} else {
_root.pos = SharedObject.getLocal("game");
_root.pos.data.Check02 = _root.Check02;
_root.pos2 = SharedObject.getLocal("HardMode");
_root.pos2.data.Check02 = _root.Check02;
}
}
if (ComboMove == 503) {
if (Key.isDown(PunchKey) and Key.isDown(UpKey)) {
if (TaggedX != 0) {
this._x = TaggedMC._x;
this._y = TaggedMC._y;
}
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack14");
fight = true;
ComboMove = 0;
}
if (Key.isDown(PunchKey) and (!Key.isDown(UpKey))) {
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack500");
fight = true;
ComboMove = 0;
}
}
if (ComboMove == 502) {
if (Key.isDown(PunchKey) and ((!Key.isDown(UpKey)) and (!Key.isDown(DownKey)))) {
if (TaggedX != 0) {
this._x = TaggedMC._x;
this._y = TaggedMC._y;
}
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack502");
fight = true;
yspeed = 0;
ComboMove = 0;
}
if (Key.isDown(PunchKey) and ((!Key.isDown(UpKey)) and Key.isDown(DownKey))) {
if (TaggedX != 0) {
this._x = TaggedMC._x;
this._y = TaggedMC._y;
}
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack6");
fight = true;
yspeed = 0;
ComboMove = 0;
}
}
if (ComboMove == 501) {
if (Key.isDown(PunchKey) and Key.isDown(UpKey)) {
if (TaggedX != 0) {
this._x = TaggedMC._x;
this._y = TaggedMC._y;
}
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack14");
fight = true;
ComboMove = 0;
}
if (Key.isDown(PunchKey) and Key.isDown(RightKey)) {
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack7");
fight = true;
ComboMove = 0;
}
if (Key.isDown(PunchKey) and Key.isDown(LeftKey)) {
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack7");
fight = true;
ComboMove = 0;
}
}
if (ComboMove == 500) {
if (Key.isDown(PunchKey) && (onground)) {
if (TaggedX != 0) {
this._x = TaggedMC._x;
this._y = TaggedMC._y;
}
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack500");
fight = true;
ComboMove = 0;
}
}
if (ComboMove == 6) {
if (Key.isDown(RightKey)) {
if (Key.isDown(PunchKey) && (onground)) {
if (TaggedX != 0) {
this._x = TaggedMC._x;
this._y = TaggedMC._y;
}
gotoAndStop ("Attack");
Man.gotoAndPlay("Poke");
fight = true;
ComboMove = 0;
}
}
if (Key.isDown(LeftKey)) {
if (Key.isDown(PunchKey) && (onground)) {
if (TaggedX != 0) {
this._x = TaggedMC._x;
this._y = TaggedMC._y;
}
gotoAndStop ("Attack");
Man.gotoAndPlay("Poke");
fight = true;
ComboMove = 0;
}
}
}
_root.HP = HP;
_root.Hud.Kills = Kills;
_root.numb2 = _root.numb2 + 1;
_root.Hud.MaxKills = _root.MaxKills;
this.Skin._alpha = 0;
var i = 0;
while (i < _root.McPlayer.length) {
temporaryMc = _root.McPlayer[i];
if (temporaryMc._name != this._name) {
if (temporaryMc.HP >= 0.001) {
if (Lala.hitTest(temporaryMc._x, temporaryMc._y, true)) {
Yplayer = temporaryMc;
NewTargget = Yplayer;
}
if (HP >= 0.0001) {
_root.Aimer._x = Yplayer._x;
_root.Aimer._y = Yplayer._y;
}
}
if (Yplayer.HP <= 0) {
_root.Aimer._x = this._x;
_root.Aimer._y = this._y;
}
}
i++;
}
}
}
Instance of Symbol 1808 MovieClip in Frame 37
onClipEvent (load) {
this._x = _root.PlayerStart._x;
this._y = _root.PlayerStart._y - 30;
_root.Cam._x = this._x;
_root.Cam._y = this._y;
Hold = false;
GrabbedBy = false;
GrabMove = false;
_root.HP = HP;
HP = 100;
RenewHp = HP;
DieAni = 1;
RespawnHP = 100;
respawn = 0;
respawnLimit = 250;
Bot = false;
xspeed = 0;
yspeed = 0;
gravity = 0.8;
friction = 0.7;
onground = false;
Xscale = _xscale;
fight = false;
Hurt = false;
SpawnWhere = 0;
SpawnLimit = 4;
power = 2.5;
MainGravity = 0.5;
JumpPower = 10;
RightKey = 39;
LeftKey = 37;
JumpKey = 32;
DownKey = 40;
UpKey = 38;
PunchKey = 65;
BlockKey = 68;
SpecialKey = 83;
Attackpress = false;
onair = false;
RightWall = false;
LeftWall = false;
delay = 0;
NewTargget = 0;
TaggedX = 0;
TaggedY = 0;
TaggedMC = 0;
Freeze = 0;
timmer = 0;
this.Skin._alpha = 0;
Kills = 0;
if (_root.playerChar == 2) {
_root.Cam.Follow = this;
_name = "player";
_root.McPlayer.push(this);
bgSound = new Sound(this);
bgSound.attachSound("AndyHunter");
HP1 = new Sound(this);
HP1.attachSound("hardpunch1");
HP2 = new Sound(this);
HP2.attachSound("hardpunch2");
HP3 = new Sound(this);
HP3.attachSound("hardpunch3");
Twack1 = new Sound(this);
Twack1.attachSound("Twack1");
Twack2 = new Sound(this);
Twack2.attachSound("Twack2");
BB = new Sound(this);
BB.attachSound("Breakbone");
HandSlap1 = new Sound(this);
HandSlap1.attachSound("HandSlap1");
Team = _name;
} else {
delete this.onEnterFrame;
delete this.MovieClip;
this.unloadMovie();
}
Mykills = Kills;
}
onClipEvent (enterFrame) {
if (_root.playerChar == 2) {
if (Kills > (_root.MaxKills - 1)) {
_root.Check02 = true;
if (_root.Dif == "N") {
_root.pos = SharedObject.getLocal("game");
_root.pos.data.Check02 = _root.Check02;
} else {
_root.pos = SharedObject.getLocal("game");
_root.pos.data.Check02 = _root.Check02;
_root.pos2 = SharedObject.getLocal("HardMode");
_root.pos2.data.Check02 = _root.Check02;
}
}
_root.Cam.Follow = this;
if (ComboMove == 6) {
if (Key.isDown(RightKey)) {
if (Key.isDown(PunchKey) && (onground)) {
if (TaggedX != 0) {
this._x = TaggedMC._x;
this._y = TaggedMC._y;
}
gotoAndStop ("Attack");
Man.gotoAndPlay("Poke");
fight = true;
ComboMove = 0;
}
}
if (Key.isDown(LeftKey)) {
if (Key.isDown(PunchKey) && (onground)) {
if (TaggedX != 0) {
this._x = TaggedMC._x;
this._y = TaggedMC._y;
}
gotoAndStop ("Attack");
Man.gotoAndPlay("Poke");
fight = true;
ComboMove = 0;
}
}
}
_root.HP = HP;
_root.Hud.Kills = Kills;
_root.Hud.MaxKills = _root.MaxKills;
this.Skin._alpha = 0;
var i = 0;
while (i < _root.McPlayer.length) {
temporaryMc = _root.McPlayer[i];
if (temporaryMc._name != this._name) {
if (temporaryMc.HP >= 0.001) {
if (Lala.hitTest(temporaryMc._x, temporaryMc._y, true)) {
Yplayer = temporaryMc;
NewTargget = Yplayer;
}
_root.Aimer._x = Yplayer._x;
_root.Aimer._y = Yplayer._y;
}
if (Yplayer.HP <= 0) {
_root.Aimer._x = this._x;
_root.Aimer._y = this._y;
}
}
i++;
}
}
}
Instance of Symbol 1293 MovieClip "EC1" in Frame 37
onClipEvent (load) {
Namer = _root.attachMovie("Names", "Name" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
Namer._x = this._x;
Namer._y = this._y;
Namer.PlayerName.text = "Death";
RenewHp = 100;
bgSound = new Sound(this);
bgSound.start(0, 99);
bgSound = new Sound(this);
bgSound.attachSound("AndyHunter");
HP1 = new Sound(this);
HP1.attachSound("hardpunch1");
HP2 = new Sound(this);
HP2.attachSound("hardpunch2");
HP3 = new Sound(this);
HP3.attachSound("hardpunch3");
Twack1 = new Sound(this);
Twack1.attachSound("Twack1");
Twack2 = new Sound(this);
Twack2.attachSound("Twack2");
BB = new Sound(this);
BB.attachSound("Breakbone");
HandSlap1 = new Sound(this);
HandSlap1.attachSound("HandSlap1");
SoundDis = _root.attachMovie("SoundDistance", "SoundDistance" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
SoundDis._x = this._x;
SoundDis._y = this._y;
SoundDis._xscale = 200;
SoundDis._yscale = 200;
SoundDis._visible = 0;
distancePlayer = 100;
HP = 100;
RespawnHP = 100;
SpawnWhere = 0;
SpawnLimit = 4;
Special = 0;
if (_root.Dif == "N") {
Mode = "Follow";
} else {
Mode = "Follow";
}
StandAdd = 0;
NoobPoint = 0;
DieAni = 1;
Bot = true;
xspeed = 0;
yspeed = 0;
gravity = 0.8;
friction = 0.7;
onground = false;
Xscale = _xscale;
_xscale = Xscale;
fight = false;
Hurt = false;
flying = false;
RightWall = false;
LeftWall = false;
delay = 0;
power = 2.5;
MainGravity = 0.5;
JumpPower = 10;
_root.McPlayer.push(this);
Freeze = 0;
timmer = 0;
Finished = 1;
RScale = this.Skin._xscale;
Bounds = false;
respawn = 0;
respawnLimit = 250;
Targget = _root.BS1;
Tagget = Targget;
Kills = 0;
Team = _name;
FindWay = 0;
_root.this3 = true;
Lifes = 9000000 /* 0x895440 */;
Lose_once = 1;
_root.Cpu2 = Kills;
}
onClipEvent (enterFrame) {
if ((((RightWall && (Bot)) && (HP <= 100)) && (flying)) && (HP >= 0)) {
xspeed = 0;
yspeed = 0;
_xscale = (-Xscale);
gotoAndStop ("Hurt");
Man.gotoAndPlay("JumpOff");
flying = false;
}
if ((((LeftWall && (Bot)) && (HP <= 100)) && (flying)) && (HP >= 0)) {
xspeed = 0;
yspeed = 0;
_xscale = Xscale;
gotoAndStop ("Hurt");
Man.gotoAndPlay("JumpOff");
flying = false;
}
if (Kills > _root.Cpu2) {
_root.UpdateScore = true;
_root.timernumb = 12;
_root.Cpu2 = Kills - 1;
}
if (HP <= 0) {
if (Lifes <= 0) {
_root.this3 = false;
Lifes = 0;
respawn = 0;
}
if (Lose_once == 1) {
Lifes = Lifes - 1;
Lose_once = 0;
}
} else {
Lose_once = 1;
}
Targget = _root.player;
Tagget = Targget;
if (Targget.Team == this.Team) {
Targget = 0;
Tagget = 0;
}
var i = 0;
while (i < _root.McPlayer.length) {
temporaryMc = _root.McPlayer[i];
if (temporaryMc._name != this._name) {
if ((temporaryMc.HP >= 0.001) && (temporaryMc.Team != this.Team)) {
if (Lala.hitTest(temporaryMc._x, temporaryMc._y, true)) {
Yplayer = temporaryMc;
NewTargget = Yplayer;
Targget = Yplayer;
Tagget = Yplayer.hitbox;
}
}
}
i++;
}
}
Instance of Symbol 990 MovieClip "EC3" in Frame 37
onClipEvent (load) {
Namer = _root.attachMovie("Names", "Name" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
Namer._x = this._x;
Namer._y = this._y;
Namer.PlayerName.text = "BlackChicken";
RenewHp = 100;
Team = _name;
DrawMove = "Timeit";
bgSound = new Sound(this);
bgSound.start(0, 99);
bgSound = new Sound(this);
bgSound.attachSound("AndyHunter");
HP1 = new Sound(this);
HP1.attachSound("hardpunch1");
HP2 = new Sound(this);
HP2.attachSound("hardpunch2");
HP3 = new Sound(this);
HP3.attachSound("hardpunch3");
Twack1 = new Sound(this);
Twack1.attachSound("Twack1");
Twack2 = new Sound(this);
Twack2.attachSound("Twack2");
BB = new Sound(this);
BB.attachSound("Breakbone");
HandSlap1 = new Sound(this);
HandSlap1.attachSound("HandSlap1");
SoundDis = _root.attachMovie("SoundDistance", "SoundDistance" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
SoundDis._x = this._x;
SoundDis._y = this._y;
SoundDis._xscale = 200;
SoundDis._yscale = 200;
SoundDis._visible = 0;
distancePlayer = 100;
HP = 100;
DistanceClose = 50;
MoveIn = 0;
Hold = false;
CanHit = false;
GrabbedBy = false;
HP = 100;
RespawnHP = 100;
SpawnWhere = 0;
SpawnLimit = 4;
Special = 100;
if (_root.Dif == "N") {
Mode = "Follow";
} else {
Mode = "Monster";
}
NoobPoint = 0;
DieAni = 1;
Bot = true;
xspeed = 0;
yspeed = 0;
gravity = 0.8;
friction = 0.7;
onground = false;
Xscale = _xscale;
_xscale = Xscale;
fight = false;
Hurt = false;
flying = false;
RightWall = false;
LeftWall = false;
delay = 0;
power = 2.5;
MainGravity = 0.5;
JumpPower = 10;
_root.McPlayer.push(this);
Freeze = 0;
timmer = 0;
Finished = 1;
RScale = this.Skin._xscale;
Bounds = false;
respawn = 0;
respawnLimit = 250;
Targget = _root.player;
Tagget = Targget;
Kills = 0;
Team = this;
FindWay = 0;
}
onClipEvent (enterFrame) {
var i = 0;
while (i < _root.McPlayer.length) {
temporaryMc = _root.McPlayer[i];
if (temporaryMc._name != this._name) {
if (temporaryMc.HP >= 0.001) {
if (Lala.hitTest(temporaryMc._x, temporaryMc._y, true)) {
Yplayer = temporaryMc;
NewTargget = Yplayer;
Targget = Yplayer;
Tagget = Yplayer.hitbox;
}
}
}
i++;
}
}
Instance of Symbol 1978 MovieClip "Hud" in Frame 37
onClipEvent (load) {
this.gotoAndStop(2);
sec = 0;
min = 5;
_root.Hud.CrapTimeSec2.text = sec;
_root.Hud.CrapTimeMin2.text = min;
}
onClipEvent (enterFrame) {
if (_root.CrapTimeMin >= min) {
_root.Game = "set";
if (_root.player.Kills > (_root.EC2.Kills - 1)) {
_root.won = true;
_root.Check14 = true;
if (_root.Dif == "N") {
_root.pos = SharedObject.getLocal("game");
_root.pos.data.Check14 = _root.Check14;
} else {
_root.pos = SharedObject.getLocal("game");
_root.pos.data.Check14 = _root.Check14;
_root.pos2 = SharedObject.getLocal("HardMode");
_root.pos2.data.Check14 = _root.Check14;
}
} else {
_root.won = false;
}
}
}
Frame 38
_root.removeMovieClips = false;
_root.TeamSpawn = false;
_root.Place = 1;
_root.RoundOver = 0;
_root.SecTime = 0;
_root.RSec = 0;
_root.CrapTimeMin = 0;
_root.Ending = true;
_quality = "LOW";
myMasterSoundObject = new Sound();
myMasterSoundObject.setVolume(100);
MaxKills = "LIVE";
HowMany = 2;
_root.Game = "Pause";
GoRetry = 1;
stop();
var McPlayer = new Array();
var McT = new Array();
HP1 = new Sound();
HP1.attachSound("hardpunch1");
HP2 = new Sound();
HP2.attachSound("hardpunch2");
HP3 = new Sound();
HP3.attachSound("hardpunch3");
Twack1 = new Sound();
Twack1.attachSound("Twack1");
Twack2 = new Sound();
Twack2.attachSound("Twack2");
BB = new Sound();
BB.attachSound("Breakbone");
ResetScore = 0;
HowMany = 2;
numb = 0;
Cpu1 = 0;
Cpu2 = 0;
Cpu3 = 0;
timernumb = 0;
_root.UpdateScore = true;
PName = "You";
PName2 = "DennesTejada";
ResetScore = 0;
CountKill = 0;
_root.won = 0;
var recArray = new Array();
recArray.push({name:PName, zip:numb, zip2:0});
recArray.push({name:PName2, zip:Cpu1, zip2:0});
recArray.sortOn(["zip", "zip2"]);
displayArray(recArray);
Instance of Symbol 1810 MovieClip "PlayerStart" in Frame 38
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 990 MovieClip in Frame 38
onClipEvent (load) {
this._x = _root.PlayerStart._x;
this._y = _root.PlayerStart._y - 30;
_root.Cam._x = this._x;
_root.Cam._y = this._y;
Hold = false;
GrabbedBy = false;
GrabMove = false;
_root.HP = HP;
HP = 100;
RenewHp = HP;
DieAni = 1;
RespawnHP = 100;
respawn = 0;
respawnLimit = 250;
Bot = false;
xspeed = 0;
yspeed = 0;
gravity = 0.8;
friction = 0.7;
onground = false;
Xscale = _xscale;
fight = false;
Hurt = false;
SpawnWhere = 0;
SpawnLimit = 4;
power = 2.5;
MainGravity = 0.5;
JumpPower = 10;
RightKey = 39;
LeftKey = 37;
JumpKey = 32;
DownKey = 40;
UpKey = 38;
PunchKey = 65;
BlockKey = 68;
SpecialKey = 83;
Attackpress = false;
onair = false;
RightWall = false;
LeftWall = false;
delay = 0;
NewTargget = 0;
TaggedX = 0;
TaggedY = 0;
TaggedMC = 0;
Freeze = 0;
timmer = 0;
this.Skin._alpha = 0;
Kills = 0;
if (_root.playerChar == 1) {
_root.Cam.Follow = this;
_name = "player";
_root.McPlayer.push(this);
bgSound = new Sound(this);
bgSound.attachSound("AndyHunter");
HP1 = new Sound(this);
HP1.attachSound("hardpunch1");
HP2 = new Sound(this);
HP2.attachSound("hardpunch2");
HP3 = new Sound(this);
HP3.attachSound("hardpunch3");
Twack1 = new Sound(this);
Twack1.attachSound("Twack1");
Twack2 = new Sound(this);
Twack2.attachSound("Twack2");
BB = new Sound(this);
BB.attachSound("Breakbone");
HandSlap1 = new Sound(this);
HandSlap1.attachSound("HandSlap1");
Team = _name;
} else {
delete this.onEnterFrame;
delete this.MovieClip;
this.unloadMovie();
}
Mykills = Kills;
Lifes = 9000000 /* 0x895440 */;
Lose_once = 1;
}
onClipEvent (enterFrame) {
if (_root.playerChar == 1) {
if (Kills > (_root.MaxKills - 1)) {
_root.Check02 = true;
if (_root.Dif == "N") {
_root.pos = SharedObject.getLocal("game");
_root.pos.data.Check02 = _root.Check02;
} else {
_root.pos = SharedObject.getLocal("game");
_root.pos.data.Check02 = _root.Check02;
_root.pos2 = SharedObject.getLocal("HardMode");
_root.pos2.data.Check02 = _root.Check02;
}
}
_root.Cam.Follow = this;
_root.HP = HP;
_root.Hud.Kills = Kills;
_root.Hud.MaxKills = _root.MaxKills;
this.Skin._alpha = 0;
var i = 0;
while (i < _root.McPlayer.length) {
temporaryMc = _root.McPlayer[i];
if (temporaryMc._name != this._name) {
if (temporaryMc.HP >= 0.001) {
if (Lala.hitTest(temporaryMc._x, temporaryMc._y, true)) {
Yplayer = temporaryMc;
NewTargget = Yplayer;
}
_root.Aimer._x = Yplayer._x;
_root.Aimer._y = Yplayer._y;
}
if (Yplayer.HP <= 0) {
_root.Aimer._x = this._x;
_root.Aimer._y = this._y;
}
}
i++;
}
}
}
Instance of Symbol 1293 MovieClip in Frame 38
onClipEvent (load) {
this._x = _root.PlayerStart._x;
this._y = _root.PlayerStart._y - 30;
_root.Cam._x = this._x;
_root.Cam._y = this._y;
SoundDis = _root.attachMovie("SoundDistance", "SoundDistance" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
SoundDis._x = this._x;
SoundDis._y = this._y;
SoundDis._xscale = 200;
SoundDis._yscale = 200;
SoundDis._visible = 0;
distancePlayer = 100;
Hold = false;
GrabbedBy = false;
GrabMove = false;
_root.HP = HP;
HP = 100;
DieAni = 1;
RespawnHP = 100;
respawn = 0;
respawnLimit = 250;
Bot = false;
xspeed = 0;
yspeed = 0;
gravity = 0.8;
friction = 0.7;
onground = false;
Xscale = _xscale;
fight = false;
Hurt = false;
SpawnWhere = 0;
SpawnLimit = 1;
power = 3.5;
MainGravity = 0.5;
JumpPower = 12;
RightKey = 39;
LeftKey = 37;
JumpKey = 32;
DownKey = 40;
UpKey = 38;
PunchKey = 65;
BlockKey = 68;
SpecialKey = 83;
Attackpress = false;
onair = false;
RightWall = false;
LeftWall = false;
delay = 0;
NewTargget = 0;
TaggedX = 0;
TaggedY = 0;
TaggedMC = 0;
Freeze = 0;
timmer = 0;
this.Skin._alpha = 0;
Kills = 0;
if (_root.playerChar == 3) {
_root.Cam.Follow = this;
_name = "player";
_root.McPlayer.push(this);
bgSound = new Sound(this);
bgSound.attachSound("AndyHunter");
Cut01 = new Sound(this);
Cut01.attachSound("Cut01");
Cut02 = new Sound(this);
Cut02.attachSound("Cut02");
Cut03 = new Sound(this);
Cut03.attachSound("Cut03");
Cut04 = new Sound(this);
Cut04.attachSound("Cut04");
HP1 = new Sound(this);
HP1.attachSound("hardpunch1");
HP2 = new Sound(this);
HP2.attachSound("hardpunch2");
HP3 = new Sound(this);
HP3.attachSound("hardpunch3");
Twack1 = new Sound(this);
Twack1.attachSound("Twack1");
Twack2 = new Sound(this);
Twack2.attachSound("Twack2");
BB = new Sound(this);
BB.attachSound("Breakbone");
HandSlap1 = new Sound(this);
HandSlap1.attachSound("HandSlap1");
Team = _name;
} else {
delete this.onEnterFrame;
delete this.Combos;
delete this.Morehits;
delete this.MovieClip;
this.unloadMovie();
}
Mykills = Kills;
}
onClipEvent (enterFrame) {
if (_root.playerChar == 3) {
if (Kills > Mykills) {
_root.UpdateScore = true;
_root.timernumb = 10;
_root.Mykills = _root.Mykills + 1;
Mykills = Mykills + 1;
}
if (Kills > (_root.MaxKills - 1)) {
_root.Check02 = true;
if (_root.Dif == "N") {
_root.pos = SharedObject.getLocal("game");
_root.pos.data.Check02 = _root.Check02;
} else {
_root.pos = SharedObject.getLocal("game");
_root.pos.data.Check02 = _root.Check02;
_root.pos2 = SharedObject.getLocal("HardMode");
_root.pos2.data.Check02 = _root.Check02;
}
}
if (ComboMove == 503) {
if (Key.isDown(PunchKey) and Key.isDown(UpKey)) {
if (TaggedX != 0) {
this._x = TaggedMC._x;
this._y = TaggedMC._y;
}
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack14");
fight = true;
ComboMove = 0;
}
if (Key.isDown(PunchKey) and (!Key.isDown(UpKey))) {
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack500");
fight = true;
ComboMove = 0;
}
}
if (ComboMove == 502) {
if (Key.isDown(PunchKey) and ((!Key.isDown(UpKey)) and (!Key.isDown(DownKey)))) {
if (TaggedX != 0) {
this._x = TaggedMC._x;
this._y = TaggedMC._y;
}
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack502");
fight = true;
yspeed = 0;
ComboMove = 0;
}
if (Key.isDown(PunchKey) and ((!Key.isDown(UpKey)) and Key.isDown(DownKey))) {
if (TaggedX != 0) {
this._x = TaggedMC._x;
this._y = TaggedMC._y;
}
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack6");
fight = true;
yspeed = 0;
ComboMove = 0;
}
}
if (ComboMove == 501) {
if (Key.isDown(PunchKey) and Key.isDown(UpKey)) {
if (TaggedX != 0) {
this._x = TaggedMC._x;
this._y = TaggedMC._y;
}
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack14");
fight = true;
ComboMove = 0;
}
if (Key.isDown(PunchKey) and Key.isDown(RightKey)) {
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack7");
fight = true;
ComboMove = 0;
}
if (Key.isDown(PunchKey) and Key.isDown(LeftKey)) {
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack7");
fight = true;
ComboMove = 0;
}
}
if (ComboMove == 500) {
if (Key.isDown(PunchKey) && (onground)) {
if (TaggedX != 0) {
this._x = TaggedMC._x;
this._y = TaggedMC._y;
}
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack500");
fight = true;
ComboMove = 0;
}
}
if (ComboMove == 6) {
if (Key.isDown(RightKey)) {
if (Key.isDown(PunchKey) && (onground)) {
if (TaggedX != 0) {
this._x = TaggedMC._x;
this._y = TaggedMC._y;
}
gotoAndStop ("Attack");
Man.gotoAndPlay("Poke");
fight = true;
ComboMove = 0;
}
}
if (Key.isDown(LeftKey)) {
if (Key.isDown(PunchKey) && (onground)) {
if (TaggedX != 0) {
this._x = TaggedMC._x;
this._y = TaggedMC._y;
}
gotoAndStop ("Attack");
Man.gotoAndPlay("Poke");
fight = true;
ComboMove = 0;
}
}
}
_root.HP = HP;
_root.Hud.Kills = Kills;
_root.numb2 = _root.numb2 + 1;
_root.Hud.MaxKills = _root.MaxKills;
this.Skin._alpha = 0;
var i = 0;
while (i < _root.McPlayer.length) {
temporaryMc = _root.McPlayer[i];
if (temporaryMc._name != this._name) {
if (temporaryMc.HP >= 0.001) {
if (Lala.hitTest(temporaryMc._x, temporaryMc._y, true)) {
Yplayer = temporaryMc;
NewTargget = Yplayer;
}
if (HP >= 0.0001) {
_root.Aimer._x = Yplayer._x;
_root.Aimer._y = Yplayer._y;
}
}
if (Yplayer.HP <= 0) {
_root.Aimer._x = this._x;
_root.Aimer._y = this._y;
}
}
i++;
}
}
}
Instance of Symbol 1808 MovieClip in Frame 38
onClipEvent (load) {
this._x = _root.PlayerStart._x;
this._y = _root.PlayerStart._y - 30;
_root.Cam._x = this._x;
_root.Cam._y = this._y;
Hold = false;
GrabbedBy = false;
GrabMove = false;
_root.HP = HP;
HP = 100;
RenewHp = HP;
DieAni = 1;
RespawnHP = 100;
respawn = 0;
respawnLimit = 250;
Bot = false;
xspeed = 0;
yspeed = 0;
gravity = 0.8;
friction = 0.7;
onground = false;
Xscale = _xscale;
fight = false;
Hurt = false;
SpawnWhere = 0;
SpawnLimit = 4;
power = 2.5;
MainGravity = 0.5;
JumpPower = 10;
RightKey = 39;
LeftKey = 37;
JumpKey = 32;
DownKey = 40;
UpKey = 38;
PunchKey = 65;
BlockKey = 68;
SpecialKey = 83;
Attackpress = false;
onair = false;
RightWall = false;
LeftWall = false;
delay = 0;
NewTargget = 0;
TaggedX = 0;
TaggedY = 0;
TaggedMC = 0;
Freeze = 0;
timmer = 0;
this.Skin._alpha = 0;
Kills = 0;
if (_root.playerChar == 2) {
_root.Cam.Follow = this;
_name = "player";
_root.McPlayer.push(this);
bgSound = new Sound(this);
bgSound.attachSound("AndyHunter");
HP1 = new Sound(this);
HP1.attachSound("hardpunch1");
HP2 = new Sound(this);
HP2.attachSound("hardpunch2");
HP3 = new Sound(this);
HP3.attachSound("hardpunch3");
Twack1 = new Sound(this);
Twack1.attachSound("Twack1");
Twack2 = new Sound(this);
Twack2.attachSound("Twack2");
BB = new Sound(this);
BB.attachSound("Breakbone");
HandSlap1 = new Sound(this);
HandSlap1.attachSound("HandSlap1");
Team = _name;
} else {
delete this.onEnterFrame;
delete this.MovieClip;
this.unloadMovie();
}
Mykills = Kills;
}
onClipEvent (enterFrame) {
if (_root.playerChar == 2) {
if (Kills > (_root.MaxKills - 1)) {
_root.Check02 = true;
if (_root.Dif == "N") {
_root.pos = SharedObject.getLocal("game");
_root.pos.data.Check02 = _root.Check02;
} else {
_root.pos = SharedObject.getLocal("game");
_root.pos.data.Check02 = _root.Check02;
_root.pos2 = SharedObject.getLocal("HardMode");
_root.pos2.data.Check02 = _root.Check02;
}
}
_root.Cam.Follow = this;
if (ComboMove == 6) {
if (Key.isDown(RightKey)) {
if (Key.isDown(PunchKey) && (onground)) {
if (TaggedX != 0) {
this._x = TaggedMC._x;
this._y = TaggedMC._y;
}
gotoAndStop ("Attack");
Man.gotoAndPlay("Poke");
fight = true;
ComboMove = 0;
}
}
if (Key.isDown(LeftKey)) {
if (Key.isDown(PunchKey) && (onground)) {
if (TaggedX != 0) {
this._x = TaggedMC._x;
this._y = TaggedMC._y;
}
gotoAndStop ("Attack");
Man.gotoAndPlay("Poke");
fight = true;
ComboMove = 0;
}
}
}
_root.HP = HP;
_root.Hud.Kills = Kills;
_root.Hud.MaxKills = _root.MaxKills;
this.Skin._alpha = 0;
var i = 0;
while (i < _root.McPlayer.length) {
temporaryMc = _root.McPlayer[i];
if (temporaryMc._name != this._name) {
if (temporaryMc.HP >= 0.001) {
if (Lala.hitTest(temporaryMc._x, temporaryMc._y, true)) {
Yplayer = temporaryMc;
NewTargget = Yplayer;
}
_root.Aimer._x = Yplayer._x;
_root.Aimer._y = Yplayer._y;
}
if (Yplayer.HP <= 0) {
_root.Aimer._x = this._x;
_root.Aimer._y = this._y;
}
}
i++;
}
}
}
Instance of Symbol 1808 MovieClip "ss2" in Frame 38
onClipEvent (load) {
Namer = _root.attachMovie("Names", "Name" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
Namer._x = this._x;
Namer._y = this._y;
Namer.PlayerName.text = "DennesTejada";
RenewHp = 100;
FindWay = 0;
bgSound = new Sound(this);
bgSound.start(0, 99);
bgSound = new Sound(this);
bgSound.attachSound("AndyHunter");
HP1 = new Sound(this);
HP1.attachSound("hardpunch1");
HP2 = new Sound(this);
HP2.attachSound("hardpunch2");
HP3 = new Sound(this);
HP3.attachSound("hardpunch3");
Twack1 = new Sound(this);
Twack1.attachSound("Twack1");
Twack2 = new Sound(this);
Twack2.attachSound("Twack2");
BB = new Sound(this);
BB.attachSound("Breakbone");
HandSlap1 = new Sound(this);
HandSlap1.attachSound("HandSlap1");
SoundDis = _root.attachMovie("SoundDistance", "SoundDistance" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
SoundDis._x = this._x;
SoundDis._y = this._y;
SoundDis._xscale = 200;
SoundDis._yscale = 200;
SoundDis._visible = 0;
distancePlayer = 100;
HP = 100;
RespawnHP = 100;
SpawnWhere = 0;
SpawnLimit = 250;
Special = 0;
if (_root.Dif == "N") {
Mode = "Follow";
} else {
Mode = "Dennes";
}
StandAdd = 0;
NoobPoint = 0;
DieAni = 1;
Bot = true;
xspeed = 0;
yspeed = 0;
gravity = 0.8;
friction = 0.7;
onground = false;
Xscale = _xscale;
_xscale = Xscale;
fight = false;
Hurt = false;
flying = false;
RightWall = false;
LeftWall = false;
delay = 0;
power = 2.5;
MainGravity = 0.5;
this.Skin.Bar._xscale = HP;
JumpPower = 10;
_root.McPlayer.push(this);
Freeze = 0;
timmer = 0;
Finished = 1;
RScale = this.Skin._xscale;
Bounds = false;
respawn = 0;
respawnLimit = 150;
Targget = _root.player;
Tagget = Targget;
Team = _name;
Kills = 0;
_root.Cpu1 = Kills;
}
onClipEvent (enterFrame) {
if (Kills > _root.Cpu1) {
_root.UpdateScore = true;
_root.timernumb = 11;
_root.Cpu1 = Kills - 1;
}
if (_root.Game != "set") {
if (_root.Game != "Pause") {
Special = Special + 0.1;
}
}
if (Targget.Team == this.Team) {
Targget = 0;
Tagget = 0;
}
Targget = _root.player;
Tagget = Targget;
var i = 0;
while (i < _root.McPlayer.length) {
temporaryMc = _root.McPlayer[i];
if (temporaryMc._name != this._name) {
if ((temporaryMc.HP >= 0.001) && (temporaryMc.Team != this.Team)) {
if (Lala.hitTest(temporaryMc._x, temporaryMc._y, true)) {
Yplayer = temporaryMc;
NewTargget = Yplayer;
Targget = Yplayer;
Tagget = Yplayer.hitbox;
}
}
}
i++;
}
}
Instance of Symbol 1978 MovieClip "Hud" in Frame 38
onClipEvent (load) {
this.gotoAndStop(2);
sec = 0;
min = 5;
_root.Hud.CrapTimeSec2.text = sec;
_root.Hud.CrapTimeMin2.text = min;
}
onClipEvent (enterFrame) {
if (_root.CrapTimeMin >= min) {
_root.Game = "set";
if (_root.player.Kills > (_root.ss2.Kills - 1)) {
_root.won = true;
_root.Check15 = true;
if (_root.Dif == "N") {
_root.pos = SharedObject.getLocal("game");
_root.pos.data.Check15 = _root.Check15;
} else {
_root.pos = SharedObject.getLocal("game");
_root.pos.data.Check15 = _root.Check15;
_root.pos2 = SharedObject.getLocal("HardMode");
_root.pos2.data.Check15 = _root.Check15;
}
} else {
_root.won = false;
}
}
}
Symbol 43 MovieClip [TeleportEFFECT] Frame 1
onEnterFrame = function () {
if (_root.PauseGame) {
stop();
} else {
play();
}
};
Symbol 43 MovieClip [TeleportEFFECT] Frame 11
this.removeMovieClip();
stop();
Symbol 54 MovieClip [HitS] Frame 1
onEnterFrame = function () {
if (this.hitTest(_root.Cam)) {
this._visible = true;
alpha = 100;
} else {
this._visible = false;
alpha = 0;
}
if (_root.Game != "set") {
play();
} else {
stop();
}
};
Symbol 54 MovieClip [HitS] Frame 10
removeMovieClip(this);
Symbol 54 MovieClip [HitS] Frame 11
removeMovieClip(this);
gotoAndPlay ("here");
Symbol 88 MovieClip [Defeated] Frame 91
removeMovieClip(this);
Symbol 88 MovieClip [Defeated] Frame 92
gotoAndPlay ("stopit");
Symbol 113 MovieClip [Dust] Frame 13
removeMovieClip(this);
Symbol 122 MovieClip [Hit6] Frame 1
onEnterFrame = function () {
if (this.hitTest(_root.Cam)) {
this._visible = true;
alpha = 100;
} else {
this._visible = false;
alpha = 0;
}
};
Symbol 122 MovieClip [Hit6] Frame 10
removeMovieClip(this);
Symbol 122 MovieClip [Hit6] Frame 11
removeMovieClip(this);
gotoAndPlay ("here");
Symbol 125 MovieClip [Names] Frame 1
this.onEnterFrame = function () {
if (_root.removeMovieClips == true) {
removeMovieClip(this);
}
};
Symbol 127 MovieClip [camFrame] Frame 1
function camControl() {
if ((_root.Game == "set") or (_root.Game == "UrDead")) {
if (Key.isDown(39)) {
this._x = this._x + 25;
}
if (Key.isDown(37)) {
this._x = this._x - 25;
}
if (Key.isDown(38)) {
this._y = this._y - 25;
}
if (Key.isDown(40)) {
this._y = this._y + 25;
}
if (Key.isDown(PunchKey) && (this._xscale < 200)) {
this._xscale = this._xscale + 5;
this._yscale = this._yscale + 5;
}
if (Key.isDown(SpecialKey) && (this._xscale > 30)) {
this._xscale = this._xscale - 5;
this._yscale = this._yscale - 5;
}
}
while ((this._x - (_width / 2)) < _root.lScroll._x) {
_x = (_x+1);
_x = (_x+1);
}
while ((this._x + (_width / 2)) > _root.rScroll._x) {
_x = (_x-1);
_x = (_x-1);
}
while ((this._y + (_height / 2)) > _root.dScroll._y) {
_y = (_y-1);
_y = (_y-1);
}
while ((this._y - (_height / 2)) < _root.tScroll._y) {
_y = (_y+1);
_y = (_y+1);
}
if (((_root.Game != "set") or (_root.Game != "UrDead")) or (_root.Game != "Pause")) {
if (Zoomer == 2) {
_xscale = Xscale;
_yscale = Xscale;
Zoomer = 0;
}
if (Zoomer == 5) {
moveSpeed = (this._x = this._x + ((Follow._x - _x) / 1));
this._y = this._y + ((Follow._y - _y) / 1);
_xscale = 30;
_yscale = 30;
}
if (Zoomer == 6) {
if (Follow._xscale >= 1) {
moveSpeed = (this._x = (this._x + ((Follow._x - _x) / 2)) + 100);
}
if (Follow._xscale <= -1) {
moveSpeed = (this._x = (this._x + ((Follow._x - _x) / 2)) - 100);
}
this._y = this._y + ((Follow._y - _y) / 1);
_xscale = Xscale;
_yscale = Xscale;
}
if ((Zoomer != 5) && (Zoomer != 6)) {
if ((((Targget._x <= (Follow._x + Distance)) && (Targget._x >= (Follow._x - Distance))) && (Targget._y >= (Follow._y - Distance))) && (Targget._y <= (Follow._y + Distance))) {
temporaryMc = _root.McPlayer[i];
moveSpeed = (this._x = this._x + ((Targget._x - _x) / 6));
this._y = this._y + ((Targget._y - _y) / 6);
Targget._alpha = 100;
Targget.play();
if (Zoomer == 0) {
moveSpeed = (this._x = this._x + ((Follow._x - _x) / 5));
this._y = this._y + (((Follow._y - _y) / 5) - 2);
}
if (Zoomer == 1) {
moveSpeed = (this._x = this._x + ((Follow._x - _x) / 2));
this._y = this._y + (((Follow._y - _y) / 2) - 2);
}
_root.Focus.play();
if (Zoomer == 0) {
if (_xscale >= Xscale) {
_xscale = (_xscale - 5);
_yscale = (_yscale - 5);
}
if (_xscale <= (Xscale - 1)) {
_xscale = Xscale;
_yscale = Xscale;
}
}
if (Zoomer == 1) {
if (_xscale >= 30) {
_xscale = 30;
_yscale = 30;
}
}
if (Zoomer == 2) {
_xscale = Xscale;
_yscale = Xscale;
Zoomer = 0;
}
Distance = 400;
} else {
Distance = 350;
Targget._alpha = 0;
Targget.gotoAndStop(1);
_root.Focus.gotoAndStop(1);
moveSpeed = (this._x = this._x + ((Follow._x - _x) / 2));
if (Follow.onground) {
this._y = this._y + (((Follow._y - _y) / 2) - 40);
if (_xscale >= Xscale) {
_xscale = (_xscale - 5);
_yscale = (_yscale - 5);
}
} else {
this._y = this._y + ((Follow._y - _y) / 2);
if (_xscale <= 100) {
_xscale = (_xscale + 5);
_yscale = (_yscale + 5);
}
}
}
}
}
parentColor.setTransform(camColor.getTransform());
var _local5 = sX / this._width;
var _local4 = sY / this._height;
_parent._x = cX - (this._x * _local5);
_parent._y = cY - (this._y * _local4);
_parent._xscale = 100 * _local5;
_parent._yscale = 100 * _local4;
if (this.shake < 0) {
this.shake = 0;
} else {
this._x = this._x - (this.shake * this.shakeDir);
this._y = this._y - (this.shake * this.shakeDir);
this.shakeDir = this.shakeDir * -1;
this.shake = this.shake * this.shakeFric;
}
}
function resetStage() {
var _local2 = {ra:100, rb:0, ga:100, gb:0, ba:100, bb:0, aa:100, ab:0};
parentColor.setTransform(_local2);
_parent._xscale = 100;
_parent._yscale = 100;
_parent._x = 0;
_parent._y = 0;
}
RightKey = 39;
LeftKey = 37;
JumpKey = 32;
DownKey = 40;
UpKey = 38;
PunchKey = 65;
BlockKey = 68;
SpecialKey = 83;
shake = 0;
shakeFric = 0.7;
shakeDir = 10;
this._visible = false;
var oldMode = Stage.scaleMode;
Stage.scaleMode = "exactFit";
var cX = (Stage.width / 2);
var cY = (Stage.height / 2);
var sX = Stage.width;
var sY = Stage.height;
Stage.scaleMode = oldMode;
var camColor = new Color(this);
var parentColor = new Color(_parent);
this.onEnterFrame = camControl;
camControl();
this.onUnload = resetStage;
Symbol 137 Button
on (release) {
getURL ("http://www.newgrounds.com", "_blank");
}
Symbol 143 MovieClip Frame 1
function timerHandler() {
if (!loadingComplete) {
var _local4 = _root.getBytesLoaded() / _root.getBytesTotal();
bar._yscale = 100 * _local4;
if (_local4 == 1) {
loadingComplete = true;
if (AUTO_PLAY) {
startMovie();
} else {
gotoAndStop ("loaded");
}
return(undefined);
}
}
dt = getTimer() - time;
time = time + dt;
frameAccum = frameAccum + dt;
var _local3 = 0;
while ((frameAccum >= FRAME_TIME) && (_local3 < MAX_FRAME_SKIP)) {
advanceFrame(tankLogo, true, true);
advanceFrame(loadingText, false, true);
advanceFrame(barGfx, false, true);
if (loadingComplete) {
advanceFrame(this, false, false);
}
(frameAccum = frameAccum - FRAME_TIME);
_local3++;
}
updateAfterEvent();
}
function advanceFrame(clip, recurse, loop) {
if (!clip) {
return(undefined);
}
clip.stop();
if (clip._currentframe == clip._totalframes) {
if (loop) {
clip.gotoAndStop(1);
}
} else {
clip.nextFrame();
}
if (recurse) {
for (childName in clip) {
if (typeof(clip[childName]) == "movieclip") {
advanceFrame(clip[childName], recurse, loop);
}
}
}
}
function startMovie() {
clearInterval(intervalId);
_root.play();
}
_root.stop();
stop();
var FRAME_TIME = 33.3333333333333;
var AUTO_PLAY = false;
var MAX_FRAME_SKIP = 5;
var loadingComplete;
var intervalId;
var time;
var frameAccum;
loadingComplete = false;
intervalId = setInterval(this, "timerHandler", FRAME_TIME / 2);
frameAccum = 0;
time = getTimer();
timerHandler();
Symbol 143 MovieClip Frame 72
startMovie();
Symbol 148 MovieClip Frame 4
stop();
Symbol 149 Button
on (release) {
_root.pos = SharedObject.getLocal("game");
_root.Check01 = _root.pos.data.Check01;
_root.Check02 = _root.pos.data.Check02;
_root.Check03 = _root.pos.data.Check03;
_root.Check04 = _root.pos.data.Check04;
_root.Check05 = _root.pos.data.Check05;
_root.Check06 = _root.pos.data.Check06;
_root.Check07 = _root.pos.data.Check07;
_root.Check08 = _root.pos.data.Check08;
_root.Check09 = _root.pos.data.Check09;
_root.Check10 = _root.pos.data.Check10;
_root.Check11 = _root.pos.data.Check11;
_root.Check12 = _root.pos.data.Check12;
_root.Check13 = _root.pos.data.Check13;
_root.Check14 = _root.pos.data.Check14;
_root.Check15 = _root.pos.data.Check15;
_root.Dif = "N";
_root.gotoAndStop("Charactor");
}
Symbol 152 Button
on (release) {
_root.pos2 = SharedObject.getLocal("HardMode");
_root.Check01 = _root.pos2.data.Check01;
_root.Check02 = _root.pos2.data.Check02;
_root.Check03 = _root.pos2.data.Check03;
_root.Check04 = _root.pos2.data.Check04;
_root.Check05 = _root.pos2.data.Check05;
_root.Check06 = _root.pos2.data.Check06;
_root.Check07 = _root.pos2.data.Check07;
_root.Check08 = _root.pos2.data.Check08;
_root.Check09 = _root.pos2.data.Check09;
_root.Check10 = _root.pos2.data.Check10;
_root.Check11 = _root.pos2.data.Check11;
_root.Check12 = _root.pos2.data.Check12;
_root.Check13 = _root.pos2.data.Check13;
_root.Check14 = _root.pos2.data.Check14;
_root.Check15 = _root.pos2.data.Check15;
_root.Dif = "H";
_root.gotoAndStop("Charactor");
}
Symbol 166 Button
on (release) {
_root.playerChar = 1;
_root.gotoAndStop("BattleMenu");
}
Symbol 167 Button
on (release) {
_root.playerChar = 2;
_root.gotoAndStop("BattleMenu");
}
Symbol 168 Button
on (release) {
_root.playerChar = 3;
_root.gotoAndStop("BattleMenu");
}
Symbol 180 MovieClip Frame 1
stop();
Symbol 206 MovieClip Frame 1
stop();
Instance of Symbol 206 MovieClip in Symbol 207 MovieClip Frame 1
onClipEvent (load) {
if (_parent._parent._parent._name == "S1") {
gotoAndStop (2);
}
if (_parent._parent._parent._name == "S2") {
gotoAndStop (3);
}
if (_parent._parent._parent._name == "S3") {
gotoAndStop (4);
}
if (_parent._parent._parent._name == "S4") {
gotoAndStop (6);
}
if (_parent._parent._parent._name == "S5") {
gotoAndStop (6);
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent._name == "S1") {
gotoAndStop (2);
}
if (_parent._parent._parent._name == "S2") {
gotoAndStop (3);
}
if (_parent._parent._parent._name == "S3") {
gotoAndStop (4);
}
if (_parent._parent._parent._name == "S4") {
gotoAndStop (6);
}
if (_parent._parent._parent._name == "S5") {
gotoAndStop (6);
}
}
Symbol 245 MovieClip Frame 1
stop();
Instance of Symbol 245 MovieClip in Symbol 246 MovieClip Frame 1
onClipEvent (load) {
if (_parent._parent._parent._name == "E1") {
gotoAndStop (5);
}
if (_parent._parent._parent._name == "E2") {
gotoAndStop (3);
}
if (_parent._parent._parent._name == "E3") {
gotoAndStop (4);
}
if (_parent._parent._parent._name == "E4") {
gotoAndStop (6);
}
if (_parent._parent._parent._name == "E5") {
gotoAndStop (6);
}
if (_parent._parent._parent._name == "E6") {
gotoAndStop (7);
}
if (_parent._parent._parent._name == "EEE1") {
gotoAndStop (8);
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent._name == "E1") {
gotoAndStop (5);
}
if (_parent._parent._parent._name == "E2") {
gotoAndStop (3);
}
if (_parent._parent._parent._name == "E3") {
gotoAndStop (4);
}
if (_parent._parent._parent._name == "E4") {
gotoAndStop (6);
}
if (_parent._parent._parent._name == "E5") {
gotoAndStop (6);
}
if (_parent._parent._parent._name == "E6") {
gotoAndStop (7);
}
if (_parent._parent._parent._name == "EEE1") {
gotoAndStop (8);
}
}
Symbol 275 Button
on (release) {
_root.gotoAndStop("Mode");
}
Symbol 279 MovieClip Frame 1
stop();
Symbol 288 MovieClip Frame 6
stop();
Symbol 291 Button
on (release) {
stopAllSounds();
_root.gotoAndStop("1st4Way");
}
on (rollOver) {
_root.Dis = "Fight against these 3 opponent to see if you can fight.";
}
on (rollOut) {
_root.Dis = "";
}
Symbol 292 Button
on (release) {
stopAllSounds();
_root.gotoAndStop("BattleStage");
}
on (rollOver) {
_root.Dis = "Blue Box vs you! see who wins.(Hard to defeat in Hard Mode)";
}
on (rollOut) {
_root.Dis = "";
}
Symbol 293 Button
on (release) {
stopAllSounds();
_root.gotoAndStop("LO");
}
on (rollOver) {
_root.Dis = "Learn how to play the game.";
}
on (rollOut) {
_root.Dis = "";
}
Symbol 294 Button
on (release) {
stopAllSounds();
_root.gotoAndStop("BattleStageS1");
}
on (rollOver) {
_root.Dis = "Duke it in(fight) with these challenging competitors.";
}
on (rollOut) {
_root.Dis = "";
}
Symbol 298 Button
on (release) {
stopAllSounds();
_root.playerChar = 2;
_root.gotoAndStop("BattleSlopy");
}
on (rollOver) {
_root.Dis = "You, and your slapping team will Vs the inverted homerun's team(-automatic change to Slaptastic-) 3v3!";
}
on (rollOut) {
_root.Dis = "";
}
Symbol 301 Button
on (release) {
stopAllSounds();
_root.gotoAndStop("BigBattle");
}
on (rollOver) {
_root.Dis = "Duke it in(fight) with these challengey competitors. (Big deathmatch)";
}
on (rollOut) {
_root.Dis = "";
}
Symbol 305 Button
on (release) {
stopAllSounds();
_root.gotoAndStop("BattleStage11");
}
on (rollOver) {
_root.Dis = "Duke it in(fight) with this challengey competitor.";
}
on (rollOut) {
_root.Dis = "";
}
Symbol 309 Button
on (release) {
stopAllSounds();
_root.gotoAndStop("2v2BattleStagee");
}
on (rollOver) {
_root.Dis = "Duke it in(fight) with this challengey competitor.";
}
on (rollOut) {
_root.Dis = "";
}
Symbol 313 Button
on (release) {
stopAllSounds();
_root.gotoAndStop("RVB");
}
on (rollOver) {
_root.Dis = "Duke it in(fight) with this challengey competitor.";
}
on (rollOut) {
_root.Dis = "";
}
Symbol 317 Button
on (release) {
stopAllSounds();
_root.gotoAndStop("RVB2");
}
on (rollOver) {
_root.Dis = "Duke it in(fight) with this challengey competitor.";
}
on (rollOut) {
_root.Dis = "";
}
Symbol 321 Button
on (release) {
stopAllSounds();
_root.gotoAndStop("AttnDef");
}
on (rollOver) {
_root.Dis = "Duke it in(fight) with this challengey competitor.";
}
on (rollOut) {
_root.Dis = "";
}
Symbol 325 Button
on (release) {
stopAllSounds();
_root.gotoAndStop("Elmination");
}
on (rollOver) {
_root.Dis = "Duke it in(fight) with this challengey competitor.";
}
on (rollOut) {
_root.Dis = "";
}
Symbol 329 Button
on (release) {
stopAllSounds();
_root.gotoAndStop("BoxMap");
}
on (rollOver) {
_root.Dis.text = "Duke it in(fight) with this challengey competitor.";
}
on (rollOut) {
_root.Dis = "";
}
Symbol 333 Button
on (release) {
stopAllSounds();
_root.gotoAndStop("BoxMap2");
}
on (rollOver) {
_root.Dis.text = "Duke it in(fight) with this challengey competitor.";
}
on (rollOut) {
_root.Dis = "";
}
Symbol 336 Button
on (release) {
stopAllSounds();
_root.gotoAndStop("FinalFIGHT1");
}
on (rollOver) {
_root.Dis = "FIGHT THE COMPUTER ME IN MY GAME!.";
}
on (rollOut) {
_root.Dis = "";
}
Symbol 338 MovieClip Frame 1
stop();
Symbol 341 MovieClip Frame 1
stop();
Symbol 341 MovieClip Frame 2
stop();
Symbol 343 Button
on (release) {
_root.gotoAndStop("Charactor");
}
Symbol 345 Button
on (release) {
_root.gotoAndStop("Mission2");
}
Symbol 354 MovieClip Frame 1
stop();
Symbol 356 MovieClip Frame 2
stop();
Symbol 365 MovieClip Frame 9
gotoAndPlay (1);
Symbol 365 MovieClip Frame 10
stop();
Symbol 408 MovieClip Frame 2
_parent.hitbox.gotoAndStop(3);
Symbol 408 MovieClip Frame 8
gotoAndStop ("duck");
Symbol 416 MovieClip Frame 4
if ((!Key.isDown(_parent.JumpKey)) && (_parent.onground)) {
_parent.yspeed = (-_parent.JumpPower) / 2;
_parent.onground = false;
_parent.gotoAndStop("Jump");
}
Symbol 416 MovieClip Frame 5
if (_parent.onground) {
_parent.yspeed = -_parent.JumpPower;
_parent.onground = false;
}
_parent.gotoAndStop("Jump");
Symbol 439 MovieClip Frame 8
stop();
Symbol 439 MovieClip Frame 9
gotoAndStop ("Stopit01");
Symbol 566 MovieClip Frame 1
onEnterFrame = function () {
Move = random(3) + 1;
if (_parent.HP >= 0.001) {
if (((_currentframe >= 39) && (_currentframe <= 74)) && (_parent.onground)) {
if (_parent.Bot) {
if (_parent.Targget._x > (_parent._x + 200)) {
if (_parent._xscale >= 1) {
if (Move == 1) {
gotoAndPlay ("RollBack");
}
if (Move == 2) {
gotoAndPlay ("Upp");
}
if (Move == 3) {
gotoAndPlay ("Rollfront");
}
}
}
if (_parent.Targget._x < (_parent._x + 200)) {
if (_parent.Targget._x > _parent._x) {
if (_root.ground.hitTest(_parent._x - 300, _parent._y, true)) {
if (_parent._xscale >= 1) {
if (Move == 1) {
gotoAndPlay ("RollBack");
}
if (Move == 2) {
gotoAndPlay ("Upp");
}
if (Move == 3) {
gotoAndPlay ("Rollfront");
}
}
}
if (!_root.ground.hitTest(_parent._x - 300, _parent._y, true)) {
if (_parent._xscale >= 1) {
if (Move == 1) {
gotoAndPlay ("RollBack");
}
if (Move == 2) {
gotoAndPlay ("Upp");
}
if (Move == 3) {
gotoAndPlay ("Rollfront");
}
}
}
}
}
if (_parent.Targget._x < (_parent._x - 200)) {
if (_parent._xscale >= 1) {
if (Move == 1) {
gotoAndPlay ("RollBack");
}
if (Move == 2) {
gotoAndPlay ("Upp");
}
if (Move == 3) {
gotoAndPlay ("Rollfront");
}
}
}
if ((_parent.Targget._x > _parent._x) && (_parent.Targget._x < (_parent._x - 200))) {
if (_parent._xscale >= 1) {
if (Move == 1) {
gotoAndPlay ("RollBack");
}
if (Move == 2) {
gotoAndPlay ("Upp");
}
if (Move == 3) {
gotoAndPlay ("Rollfront");
}
}
}
if (_parent.Targget._x < (_parent._x - 200)) {
if (_parent.Targget.xspeed >= 0) {
if (_parent._xscale <= -1) {
gotoAndPlay ("Rollfront");
}
}
if (_parent.Targget.xspeed <= -5) {
if (_parent._xscale <= -1) {
gotoAndPlay ("RollBack");
}
}
}
if (_parent.Targget._x > (_parent._x + 200)) {
if (_parent._xscale <= -1) {
if (Move == 1) {
gotoAndPlay ("RollBack");
}
if (Move == 2) {
gotoAndPlay ("Upp");
}
if (Move == 3) {
gotoAndPlay ("Rollfront");
}
}
}
}
if (_parent._xscale >= 1) {
if (Key.isDown(_parent.RightKey)) {
gotoAndPlay ("Rollfront");
}
if (Key.isDown(_parent.LeftKey)) {
gotoAndPlay ("RollBack");
}
}
if (_parent._xscale <= -1) {
if (Key.isDown(_parent.LeftKey)) {
gotoAndPlay ("Rollfront");
}
if (Key.isDown(_parent.RightKey)) {
gotoAndPlay ("RollBack");
}
}
}
if ((_currentframe >= 107) && (_currentframe <= 123)) {
if (_parent._xscale >= 1) {
_parent.xspeed = 12;
}
if (_parent._xscale <= -1) {
_parent.xspeed = -12;
}
} else if ((_currentframe >= 157) && (_currentframe <= 173)) {
if (_parent._xscale >= 1) {
_parent.xspeed = 12;
}
if (_parent._xscale <= -1) {
_parent.xspeed = -12;
}
} else if ((_currentframe >= 124) && (_currentframe <= 140)) {
if (_parent._xscale >= 1) {
_parent.xspeed = -12;
}
if (_parent._xscale <= -1) {
_parent.xspeed = 12;
}
} else if ((_currentframe >= 181) && (_currentframe <= 197)) {
if (_parent._xscale >= 1) {
_parent.xspeed = -12;
}
if (_parent._xscale <= -1) {
_parent.xspeed = 12;
}
}
}
};
Symbol 566 MovieClip Frame 2
_parent.friction = 0.7;
_parent.flying = false;
_parent.Bounds = false;
if (_parent._name == "player") {
_root.Hud.HurtScreen._alpha = 100;
}
Symbol 566 MovieClip Frame 7
if ((_parent._name == "player") && (_root.Dif != "H")) {
gotoAndPlay ("skip01");
}
Symbol 566 MovieClip Frame 13
_parent.gotoAndStop(1);
Symbol 566 MovieClip Frame 14
_parent.flying = false;
Symbol 566 MovieClip Frame 15
_parent.friction = 0.7;
_parent.Bounds = false;
if (_parent._name == "player") {
_root.Hud.HurtScreen._alpha = 100;
}
Symbol 566 MovieClip Frame 25
_parent.gotoAndStop(1);
Symbol 566 MovieClip Frame 26
if (_parent._name == "player") {
_root.Hud.HurtScreen._alpha = 100;
}
Symbol 566 MovieClip Frame 32
stop();
Symbol 566 MovieClip Frame 33
gotoAndStop ("stopit01");
Symbol 566 MovieClip Frame 39
_parent.Bounds = false;
_root.BotReadP1 = "ground";
Symbol 566 MovieClip Frame 43
_parent.friction = 0.7;
Symbol 566 MovieClip Frame 58
if (_parent.HP <= 0) {
stop();
}
Symbol 566 MovieClip Frame 59
if (_parent.HP <= 0) {
gotoAndStop ("Dead");
}
Symbol 566 MovieClip Frame 81
_parent.gotoAndStop(1);
Symbol 566 MovieClip Frame 88
gotoAndPlay ("Land01");
Symbol 566 MovieClip Frame 101
_parent.flying = true;
Symbol 566 MovieClip Frame 102
gotoAndStop ("walled");
Symbol 566 MovieClip Frame 107
_parent.hitbox.gotoAndStop(2);
_parent.CanHit = true;
Symbol 566 MovieClip Frame 123
_parent.gotoAndStop(1);
Symbol 566 MovieClip Frame 124
_parent.hitbox.gotoAndStop(2);
_parent.CanHit = true;
Symbol 566 MovieClip Frame 140
_parent.gotoAndStop(1);
Symbol 566 MovieClip Frame 141
_parent.yspeed = 0;
_parent.hitbox.gotoAndStop(2);
_parent.friction = 0.9;
_parent.CanHit = true;
Symbol 566 MovieClip Frame 142
_parent.yspeed = 0;
Symbol 566 MovieClip Frame 143
_parent.yspeed = -10;
if (_parent._xscale >= 1) {
_parent.xspeed = 30;
}
if (_parent._xscale <= -1) {
_parent.xspeed = -30;
}
Symbol 566 MovieClip Frame 156
_parent.gotoAndStop(1);
Symbol 566 MovieClip Frame 157
_parent.hitbox.gotoAndStop(2);
_parent.CanHit = true;
Symbol 566 MovieClip Frame 180
_parent.gotoAndStop(1);
Symbol 566 MovieClip Frame 181
_parent.hitbox.gotoAndStop(2);
_parent.CanHit = true;
Symbol 566 MovieClip Frame 190
_parent.gravity = 0.8;
_parent.yspeed = -10;
Symbol 566 MovieClip Frame 196
_parent.yspeed = 10;
Symbol 566 MovieClip Frame 203
_parent.gotoAndStop(1);
Symbol 578 MovieClip Frame 1
if (this.hitTest(_root.ShieldShit)) {
_root.CACA.HP = _root.CACA.HP - 1;
}
Symbol 578 MovieClip Frame 2
stop();
Symbol 633 MovieClip Frame 1
stop();
Instance of Symbol 633 MovieClip in Symbol 634 MovieClip Frame 1
onClipEvent (load) {
if (_parent._parent._parent._name == "EEE1") {
gotoAndStop (3);
}
if (_parent._parent._parent._name == "EEE2") {
gotoAndStop (2);
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent._name == "EEE1") {
gotoAndStop (3);
}
if (_parent._parent._parent._name == "EEE2") {
gotoAndStop (2);
}
}
Symbol 989 MovieClip Frame 1
onEnterFrame = function () {
sounder = random(2) + 1;
if ((_parent.HP >= 0.001) && (!_parent.Bot)) {
Blasty._yscale = SizeBlast;
if ((_currentframe >= 520) && (_currentframe <= 611)) {
if (Key.isDown(_parent.SpecialKey)) {
} else {
gotoAndPlay ("Blast");
}
}
if ((_currentframe >= 661) && (_currentframe <= 665)) {
_parent.hitbox.gotoAndStop(2);
if (_parent._xscale >= 1) {
_parent.xspeed = 30;
}
if (_parent._xscale <= -1) {
_parent.xspeed = -30;
}
} else {
_parent.hitbox.gotoAndStop(1);
}
if (_currentframe == 666) {
_parent.xspeed = 0;
}
if ((_currentframe >= 827) && (_currentframe <= 849)) {
if (_parent.TaggedX != 0) {
_parent._x = _parent.TaggedMC._x;
_parent._y = _parent.TaggedMC._y;
}
}
if ((_currentframe >= 738) && (_currentframe <= 771)) {
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x - 20;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x + 20;
_parent._y = _parent.TaggedMC._y;
}
}
}
}
};
Symbol 989 MovieClip Frame 2
_parent.BotRead = "Slap01";
Instance of Symbol 578 MovieClip "hit1" in Symbol 989 MovieClip Frame 6
onClipEvent (load) {
_visible = false;
if (this.hitTest(_root.CACA2)) {
_root.CACA2.HP = _root.CACA2.HP - 10;
}
if (this.hitTest(_root.CACA)) {
_root.CACA.HP = _root.CACA.HP - 10;
}
if (this.hitTest(_root.ShieldShit) && (_parent._parent.Team == "Red")) {
_root.ShieldShit.HP = _root.ShieldShit.HP - 0.5;
_root.ShieldShit.gotoAndPlay(2);
}
}
onClipEvent (enterFrame) {
_visible = false;
if (this.hitTest(_root.CACA2)) {
_root.CACA2.HP = _root.CACA2.HP - 10;
}
if (this.hitTest(_root.CACA)) {
_root.CACA.HP = _root.CACA.HP - 10;
}
if (this.hitTest(_root.ShieldShit) && (_parent._parent.Team == "Red")) {
_root.ShieldShit.HP = _root.ShieldShit.HP - 0.5;
_root.ShieldShit.gotoAndPlay(2);
}
}
Symbol 989 MovieClip Frame 7
_parent.ComboMove = 1;
Symbol 989 MovieClip Frame 20
_parent.gotoAndStop(1);
Instance of Symbol 578 MovieClip "hit2" in Symbol 989 MovieClip Frame 26
onClipEvent (load) {
_visible = false;
if (this.hitTest(_root.CACA2)) {
_root.CACA2.HP = _root.CACA2.HP - 10;
}
if (this.hitTest(_root.CACA)) {
_root.CACA.HP = _root.CACA.HP - 10;
}
if (this.hitTest(_root.ShieldShit) && (_parent._parent.Team == "Red")) {
_root.ShieldShit.HP = _root.ShieldShit.HP - 0.5;
_root.ShieldShit.gotoAndPlay(2);
}
}
onClipEvent (enterFrame) {
_visible = false;
if (this.hitTest(_root.CACA2)) {
_root.CACA2.HP = _root.CACA2.HP - 10;
}
if (this.hitTest(_root.CACA)) {
_root.CACA.HP = _root.CACA.HP - 10;
}
if (this.hitTest(_root.ShieldShit) && (_parent._parent.Team == "Red")) {
_root.ShieldShit.HP = _root.ShieldShit.HP - 0.5;
_root.ShieldShit.gotoAndPlay(2);
}
}
Symbol 989 MovieClip Frame 27
_parent.ComboMove = 2;
Symbol 989 MovieClip Frame 40
_parent.gotoAndStop(1);
Symbol 989 MovieClip Frame 45
if (_parent._xscale >= 1) {
_parent.xspeed = 10;
}
if (_parent._xscale <= -1) {
_parent.xspeed = -10;
}
Instance of Symbol 578 MovieClip "hit3" in Symbol 989 MovieClip Frame 46
onClipEvent (load) {
_visible = false;
if (this.hitTest(_root.CACA2)) {
_root.CACA2.HP = _root.CACA2.HP - 10;
}
if (this.hitTest(_root.CACA)) {
_root.CACA.HP = _root.CACA.HP - 10;
}
if (this.hitTest(_root.ShieldShit) && (_parent._parent.Team == "Red")) {
_root.ShieldShit.HP = _root.ShieldShit.HP - 0.5;
_root.ShieldShit.gotoAndPlay(2);
}
}
onClipEvent (enterFrame) {
_visible = false;
if (this.hitTest(_root.CACA2)) {
_root.CACA2.HP = _root.CACA2.HP - 10;
}
if (this.hitTest(_root.CACA)) {
_root.CACA.HP = _root.CACA.HP - 10;
}
if (this.hitTest(_root.ShieldShit) && (_parent._parent.Team == "Red")) {
_root.ShieldShit.HP = _root.ShieldShit.HP - 0.5;
_root.ShieldShit.gotoAndPlay(2);
}
}
Symbol 989 MovieClip Frame 49
_parent.ComboMove = 3;
Symbol 989 MovieClip Frame 59
_parent.ComboMove = 4;
Symbol 989 MovieClip Frame 66
_parent.gotoAndStop(1);
Symbol 989 MovieClip Frame 72
if (_parent._xscale >= 1) {
_parent.xspeed = 10;
}
if (_parent._xscale <= -1) {
_parent.xspeed = -10;
}
Instance of Symbol 578 MovieClip "hit4" in Symbol 989 MovieClip Frame 74
onClipEvent (load) {
_visible = false;
if (this.hitTest(_root.CACA2)) {
_root.CACA2.HP = _root.CACA2.HP - 10;
}
if (this.hitTest(_root.CACA)) {
_root.CACA.HP = _root.CACA.HP - 10;
}
if (this.hitTest(_root.ShieldShit) && (_parent._parent.Team == "Red")) {
_root.ShieldShit.HP = _root.ShieldShit.HP - 0.5;
_root.ShieldShit.gotoAndPlay(2);
}
}
onClipEvent (enterFrame) {
_visible = false;
if (this.hitTest(_root.CACA2)) {
_root.CACA2.HP = _root.CACA2.HP - 10;
}
if (this.hitTest(_root.CACA)) {
_root.CACA.HP = _root.CACA.HP - 10;
}
if (this.hitTest(_root.ShieldShit) && (_parent._parent.Team == "Red")) {
_root.ShieldShit.HP = _root.ShieldShit.HP - 0.5;
_root.ShieldShit.gotoAndPlay(2);
}
}
Symbol 989 MovieClip Frame 75
_parent.ComboMove = 5;
Symbol 989 MovieClip Frame 100
_parent.gotoAndStop(1);
Symbol 989 MovieClip Frame 101
_parent.BotRead = "Slap01";
Die01 = new Sound();
Die01.attachSound("MMDie3");
Die01.start(0, 1);
Instance of Symbol 578 MovieClip "hit5" in Symbol 989 MovieClip Frame 106
onClipEvent (load) {
_visible = false;
if (this.hitTest(_root.CACA2)) {
_root.CACA2.HP = _root.CACA2.HP - 10;
}
if (this.hitTest(_root.CACA)) {
_root.CACA.HP = _root.CACA.HP - 10;
}
if (this.hitTest(_root.ShieldShit) && (_parent._parent.Team == "Red")) {
_root.ShieldShit.HP = _root.ShieldShit.HP - 0.5;
_root.ShieldShit.gotoAndPlay(2);
}
}
onClipEvent (enterFrame) {
_visible = false;
if (this.hitTest(_root.CACA2)) {
_root.CACA2.HP = _root.CACA2.HP - 10;
}
if (this.hitTest(_root.CACA)) {
_root.CACA.HP = _root.CACA.HP - 10;
}
if (this.hitTest(_root.ShieldShit) && (_parent._parent.Team == "Red")) {
_root.ShieldShit.HP = _root.ShieldShit.HP - 0.5;
_root.ShieldShit.gotoAndPlay(2);
}
}
Symbol 989 MovieClip Frame 110
_parent.ComboMove = 6;
Symbol 989 MovieClip Frame 117
if (Key.isDown(_parent.RightKey)) {
_parent.gotoAndStop(1);
}
if (Key.isDown(_parent.LeftKey)) {
_parent.gotoAndStop(1);
}
Symbol 989 MovieClip Frame 140
_parent.gotoAndStop(1);
Symbol 989 MovieClip Frame 141
_parent.BotRead = "Slap01";
if (!_parent.onground) {
_parent.onair = true;
}
Symbol 989 MovieClip Frame 144
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x - 20;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x + 20;
_parent._y = _parent.TaggedMC._y;
}
}
Symbol 989 MovieClip Frame 145
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x - 20;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x + 20;
_parent._y = _parent.TaggedMC._y;
}
}
Symbol 989 MovieClip Frame 146
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x - 20;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x + 20;
_parent._y = _parent.TaggedMC._y;
}
}
Instance of Symbol 578 MovieClip "hit6" in Symbol 989 MovieClip Frame 146
onClipEvent (load) {
_visible = false;
if (this.hitTest(_root.CACA2)) {
_root.CACA2.HP = _root.CACA2.HP - 10;
}
if (this.hitTest(_root.CACA)) {
_root.CACA.HP = _root.CACA.HP - 10;
}
if (this.hitTest(_root.ShieldShit) && (_parent._parent.Team == "Red")) {
_root.ShieldShit.HP = _root.ShieldShit.HP - 0.5;
_root.ShieldShit.gotoAndPlay(2);
}
}
onClipEvent (enterFrame) {
_visible = false;
if (this.hitTest(_root.CACA2)) {
_root.CACA2.HP = _root.CACA2.HP - 10;
}
if (this.hitTest(_root.CACA)) {
_root.CACA.HP = _root.CACA.HP - 10;
}
if (this.hitTest(_root.ShieldShit) && (_parent._parent.Team == "Red")) {
_root.ShieldShit.HP = _root.ShieldShit.HP - 0.5;
_root.ShieldShit.gotoAndPlay(2);
}
}
Symbol 989 MovieClip Frame 147
_parent.ComboMove = 7;
Symbol 989 MovieClip Frame 159
_parent.gotoAndStop(1);
Symbol 989 MovieClip Frame 160
_parent.BotRead = "Slap01";
Symbol 989 MovieClip Frame 161
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x - 20;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x + 20;
_parent._y = _parent.TaggedMC._y;
}
}
Symbol 989 MovieClip Frame 162
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x - 20;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x + 20;
_parent._y = _parent.TaggedMC._y;
}
}
Symbol 989 MovieClip Frame 163
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x - 20;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x + 20;
_parent._y = _parent.TaggedMC._y;
}
}
Symbol 989 MovieClip Frame 164
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x - 20;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x + 20;
_parent._y = _parent.TaggedMC._y;
}
}
Symbol 989 MovieClip Frame 165
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x - 20;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x + 20;
_parent._y = _parent.TaggedMC._y;
}
}
Symbol 989 MovieClip Frame 166
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x - 20;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x + 20;
_parent._y = _parent.TaggedMC._y;
}
}
Symbol 989 MovieClip Frame 167
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x - 20;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x + 20;
_parent._y = _parent.TaggedMC._y;
}
}
Instance of Symbol 578 MovieClip "hit7" in Symbol 989 MovieClip Frame 167
onClipEvent (load) {
_visible = false;
if (this.hitTest(_root.CACA2)) {
_root.CACA2.HP = _root.CACA2.HP - 10;
}
if (this.hitTest(_root.CACA)) {
_root.CACA.HP = _root.CACA.HP - 10;
}
if (this.hitTest(_root.ShieldShit) && (_parent._parent.Team == "Red")) {
_root.ShieldShit.HP = _root.ShieldShit.HP - 0.5;
_root.ShieldShit.gotoAndPlay(2);
}
}
onClipEvent (enterFrame) {
_visible = false;
if (this.hitTest(_root.CACA2)) {
_root.CACA2.HP = _root.CACA2.HP - 10;
}
if (this.hitTest(_root.CACA)) {
_root.CACA.HP = _root.CACA.HP - 10;
}
if (this.hitTest(_root.ShieldShit) && (_parent._parent.Team == "Red")) {
_root.ShieldShit.HP = _root.ShieldShit.HP - 0.5;
_root.ShieldShit.gotoAndPlay(2);
}
}
Symbol 989 MovieClip Frame 172
_parent.ComboMove = 12;
Symbol 989 MovieClip Frame 191
_parent.gotoAndStop(1);
Instance of Symbol 578 MovieClip "hit3" in Symbol 989 MovieClip Frame 195
onClipEvent (load) {
_visible = false;
if (this.hitTest(_root.CACA2)) {
_root.CACA2.HP = _root.CACA2.HP - 10;
}
if (this.hitTest(_root.CACA)) {
_root.CACA.HP = _root.CACA.HP - 10;
}
if (this.hitTest(_root.ShieldShit) && (_parent._parent.Team == "Red")) {
_root.ShieldShit.HP = _root.ShieldShit.HP - 0.5;
_root.ShieldShit.gotoAndPlay(2);
}
}
onClipEvent (enterFrame) {
_visible = false;
if (this.hitTest(_root.CACA2)) {
_root.CACA2.HP = _root.CACA2.HP - 10;
}
if (this.hitTest(_root.CACA)) {
_root.CACA.HP = _root.CACA.HP - 10;
}
if (this.hitTest(_root.ShieldShit) && (_parent._parent.Team == "Red")) {
_root.ShieldShit.HP = _root.ShieldShit.HP - 0.5;
_root.ShieldShit.gotoAndPlay(2);
}
}
Symbol 989 MovieClip Frame 199
_parent.ComboMove = 8;
Symbol 989 MovieClip Frame 217
_parent.gotoAndStop(1);
Instance of Symbol 578 MovieClip "hit9" in Symbol 989 MovieClip Frame 225
onClipEvent (load) {
_visible = false;
if (this.hitTest(_root.CACA2)) {
_root.CACA2.HP = _root.CACA2.HP - 10;
}
if (this.hitTest(_root.CACA)) {
_root.CACA.HP = _root.CACA.HP - 10;
}
if (this.hitTest(_root.ShieldShit) && (_parent._parent.Team == "Red")) {
_root.ShieldShit.HP = _root.ShieldShit.HP - 0.5;
_root.ShieldShit.gotoAndPlay(2);
}
}
onClipEvent (enterFrame) {
_visible = false;
if (this.hitTest(_root.CACA2)) {
_root.CACA2.HP = _root.CACA2.HP - 10;
}
if (this.hitTest(_root.CACA)) {
_root.CACA.HP = _root.CACA.HP - 10;
}
if (this.hitTest(_root.ShieldShit) && (_parent._parent.Team == "Red")) {
_root.ShieldShit.HP = _root.ShieldShit.HP - 0.5;
_root.ShieldShit.gotoAndPlay(2);
}
}
Symbol 989 MovieClip Frame 230
_parent.ComboMove = 10;
Symbol 989 MovieClip Frame 241
_parent.gotoAndStop(1);
Symbol 989 MovieClip Frame 242
if ((_parent._xscale >= 1) && (!_parent.RightWall)) {
_parent.xspeed = 50;
}
if ((_parent._xscale >= 1) && (_parent.RightWall)) {
_parent.xspeed = 0;
}
if ((_parent._xscale <= -1) && (!_parent.LeftWall)) {
_parent.xspeed = -50;
}
if ((_parent._xscale <= -1) && (_parent.LeftWall)) {
_parent.xspeed = 0;
}
Instance of Symbol 706 MovieClip "HitCommAnd" in Symbol 989 MovieClip Frame 242
onClipEvent (load) {
_visible = false;
}
Symbol 989 MovieClip Frame 243
if ((_parent._xscale >= 1) && (!_parent.RightWall)) {
_parent.xspeed = 50;
}
if ((_parent._xscale >= 1) && (_parent.RightWall)) {
_parent.xspeed = 0;
}
if ((_parent._xscale <= -1) && (!_parent.LeftWall)) {
_parent.xspeed = -50;
}
if ((_parent._xscale <= -1) && (_parent.LeftWall)) {
_parent.xspeed = 0;
}
Symbol 989 MovieClip Frame 244
if ((_parent._xscale >= 1) && (!_parent.RightWall)) {
_parent.xspeed = 50;
}
if ((_parent._xscale >= 1) && (_parent.RightWall)) {
_parent.xspeed = 0;
}
if ((_parent._xscale <= -1) && (!_parent.LeftWall)) {
_parent.xspeed = -50;
}
if ((_parent._xscale <= -1) && (_parent.LeftWall)) {
_parent.xspeed = 0;
}
Symbol 989 MovieClip Frame 245
if ((_parent._xscale >= 1) && (!_parent.RightWall)) {
_parent.xspeed = 50;
}
if ((_parent._xscale >= 1) && (_parent.RightWall)) {
_parent.xspeed = 0;
}
if ((_parent._xscale <= -1) && (!_parent.LeftWall)) {
_parent.xspeed = -50;
}
if ((_parent._xscale <= -1) && (_parent.LeftWall)) {
_parent.xspeed = 0;
}
Symbol 989 MovieClip Frame 246
if ((_parent._xscale >= 1) && (!_parent.RightWall)) {
_parent.xspeed = 50;
}
if ((_parent._xscale >= 1) && (_parent.RightWall)) {
_parent.xspeed = 0;
}
if ((_parent._xscale <= -1) && (!_parent.LeftWall)) {
_parent.xspeed = -50;
}
if ((_parent._xscale <= -1) && (_parent.LeftWall)) {
_parent.xspeed = 0;
}
Symbol 989 MovieClip Frame 247
if ((_parent._xscale >= 1) && (!_parent.RightWall)) {
_parent.xspeed = 50;
}
if ((_parent._xscale >= 1) && (_parent.RightWall)) {
_parent.xspeed = 0;
}
if ((_parent._xscale <= -1) && (!_parent.LeftWall)) {
_parent.xspeed = -50;
}
if ((_parent._xscale <= -1) && (_parent.LeftWall)) {
_parent.xspeed = 0;
}
Symbol 989 MovieClip Frame 248
if ((_parent._xscale >= 1) && (!_parent.RightWall)) {
_parent.xspeed = 50;
}
if ((_parent._xscale >= 1) && (_parent.RightWall)) {
_parent.xspeed = 0;
}
if ((_parent._xscale <= -1) && (!_parent.LeftWall)) {
_parent.xspeed = -50;
}
if ((_parent._xscale <= -1) && (_parent.LeftWall)) {
_parent.xspeed = 0;
}
Symbol 989 MovieClip Frame 249
if ((_parent._xscale >= 1) && (!_parent.RightWall)) {
_parent.xspeed = 50;
}
if ((_parent._xscale >= 1) && (_parent.RightWall)) {
_parent.xspeed = 0;
}
if ((_parent._xscale <= -1) && (!_parent.LeftWall)) {
_parent.xspeed = -50;
}
if ((_parent._xscale <= -1) && (_parent.LeftWall)) {
_parent.xspeed = 0;
}
Symbol 989 MovieClip Frame 250
if ((_parent._xscale >= 1) && (!_parent.RightWall)) {
_parent.xspeed = 50;
}
if ((_parent._xscale >= 1) && (_parent.RightWall)) {
_parent.xspeed = 0;
}
if ((_parent._xscale <= -1) && (!_parent.LeftWall)) {
_parent.xspeed = -50;
}
if ((_parent._xscale <= -1) && (_parent.LeftWall)) {
_parent.xspeed = 0;
}
Symbol 989 MovieClip Frame 251
if ((_parent._xscale >= 1) && (!_parent.RightWall)) {
_parent.xspeed = 50;
}
if ((_parent._xscale >= 1) && (_parent.RightWall)) {
_parent.xspeed = 0;
}
if ((_parent._xscale <= -1) && (!_parent.LeftWall)) {
_parent.xspeed = -50;
}
if ((_parent._xscale <= -1) && (_parent.LeftWall)) {
_parent.xspeed = 0;
}
Symbol 989 MovieClip Frame 252
if ((_parent._xscale >= 1) && (!_parent.RightWall)) {
_parent.xspeed = 50;
}
if ((_parent._xscale >= 1) && (_parent.RightWall)) {
_parent.xspeed = 0;
}
if ((_parent._xscale <= -1) && (!_parent.LeftWall)) {
_parent.xspeed = -50;
}
if ((_parent._xscale <= -1) && (_parent.LeftWall)) {
_parent.xspeed = 0;
}
Symbol 989 MovieClip Frame 253
if ((_parent._xscale >= 1) && (!_parent.RightWall)) {
_parent.xspeed = 50;
}
if ((_parent._xscale >= 1) && (_parent.RightWall)) {
_parent.xspeed = 0;
}
if ((_parent._xscale <= -1) && (!_parent.LeftWall)) {
_parent.xspeed = -50;
}
if ((_parent._xscale <= -1) && (_parent.LeftWall)) {
_parent.xspeed = 0;
}
Symbol 989 MovieClip Frame 254
if ((_parent._xscale >= 1) && (!_parent.RightWall)) {
_parent.xspeed = 50;
}
if ((_parent._xscale >= 1) && (_parent.RightWall)) {
_parent.xspeed = 0;
}
if ((_parent._xscale <= -1) && (!_parent.LeftWall)) {
_parent.xspeed = -50;
}
if ((_parent._xscale <= -1) && (_parent.LeftWall)) {
_parent.xspeed = 0;
}
Symbol 989 MovieClip Frame 255
if ((_parent._xscale >= 1) && (!_parent.RightWall)) {
_parent.xspeed = 50;
}
if ((_parent._xscale >= 1) && (_parent.RightWall)) {
_parent.xspeed = 0;
}
if ((_parent._xscale <= -1) && (!_parent.LeftWall)) {
_parent.xspeed = -50;
}
if ((_parent._xscale <= -1) && (_parent.LeftWall)) {
_parent.xspeed = 0;
}
Symbol 989 MovieClip Frame 256
if ((_parent._xscale >= 1) && (!_parent.RightWall)) {
_parent.xspeed = 50;
}
if ((_parent._xscale >= 1) && (_parent.RightWall)) {
_parent.xspeed = 0;
}
if ((_parent._xscale <= -1) && (!_parent.LeftWall)) {
_parent.xspeed = -50;
}
if ((_parent._xscale <= -1) && (_parent.LeftWall)) {
_parent.xspeed = 0;
}
Symbol 989 MovieClip Frame 257
if ((_parent._xscale >= 1) && (!_parent.RightWall)) {
_parent.xspeed = 50;
}
if ((_parent._xscale >= 1) && (_parent.RightWall)) {
_parent.xspeed = 0;
}
if ((_parent._xscale <= -1) && (!_parent.LeftWall)) {
_parent.xspeed = -50;
}
if ((_parent._xscale <= -1) && (_parent.LeftWall)) {
_parent.xspeed = 0;
}
Symbol 989 MovieClip Frame 258
if ((_parent._xscale >= 1) && (Key.isDown(_parent.RightKey))) {
gotoAndPlay ("Attack11");
_parent.xspeed = 0;
}
if ((_parent._xscale <= -1) && (Key.isDown(_parent.LeftKey))) {
gotoAndPlay ("Attack11");
_parent.xspeed = 0;
}
if (!Key.isDown(_parent.LeftKey)) {
if (!Key.isDown(_parent.RightKey)) {
_parent.gotoAndStop(1);
}
}
Symbol 989 MovieClip Frame 259
_parent.BotRead = "Slap01";
Instance of Symbol 578 MovieClip "hit10" in Symbol 989 MovieClip Frame 270
onClipEvent (load) {
_visible = false;
if (this.hitTest(_root.CACA2)) {
_root.CACA2.HP = _root.CACA2.HP - 10;
}
if (this.hitTest(_root.CACA)) {
_root.CACA.HP = _root.CACA.HP - 10;
}
if (this.hitTest(_root.ShieldShit) && (_parent._parent.Team == "Red")) {
_root.ShieldShit.HP = _root.ShieldShit.HP - 0.5;
_root.ShieldShit.gotoAndPlay(2);
}
}
onClipEvent (enterFrame) {
_visible = false;
if (this.hitTest(_root.CACA2)) {
_root.CACA2.HP = _root.CACA2.HP - 10;
}
if (this.hitTest(_root.CACA)) {
_root.CACA.HP = _root.CACA.HP - 10;
}
if (this.hitTest(_root.ShieldShit) && (_parent._parent.Team == "Red")) {
_root.ShieldShit.HP = _root.ShieldShit.HP - 0.5;
_root.ShieldShit.gotoAndPlay(2);
}
}
Instance of Symbol 578 MovieClip "hit10" in Symbol 989 MovieClip Frame 273
onClipEvent (load) {
_visible = false;
if (this.hitTest(_root.CACA2)) {
_root.CACA2.HP = _root.CACA2.HP - 10;
}
if (this.hitTest(_root.CACA)) {
_root.CACA.HP = _root.CACA.HP - 10;
}
if (this.hitTest(_root.ShieldShit) && (_parent._parent.Team == "Red")) {
_root.ShieldShit.HP = _root.ShieldShit.HP - 0.5;
_root.ShieldShit.gotoAndPlay(2);
}
}
onClipEvent (enterFrame) {
_visible = false;
if (this.hitTest(_root.CACA2)) {
_root.CACA2.HP = _root.CACA2.HP - 10;
}
if (this.hitTest(_root.CACA)) {
_root.CACA.HP = _root.CACA.HP - 10;
}
if (this.hitTest(_root.ShieldShit) && (_parent._parent.Team == "Red")) {
_root.ShieldShit.HP = _root.ShieldShit.HP - 0.5;
_root.ShieldShit.gotoAndPlay(2);
}
}
Instance of Symbol 578 MovieClip "hit10" in Symbol 989 MovieClip Frame 276
onClipEvent (load) {
_visible = false;
if (this.hitTest(_root.CACA2)) {
_root.CACA2.HP = _root.CACA2.HP - 10;
}
if (this.hitTest(_root.CACA)) {
_root.CACA.HP = _root.CACA.HP - 10;
}
if (this.hitTest(_root.ShieldShit) && (_parent._parent.Team == "Red")) {
_root.ShieldShit.HP = _root.ShieldShit.HP - 0.5;
_root.ShieldShit.gotoAndPlay(2);
}
}
onClipEvent (enterFrame) {
_visible = false;
if (this.hitTest(_root.CACA2)) {
_root.CACA2.HP = _root.CACA2.HP - 10;
}
if (this.hitTest(_root.CACA)) {
_root.CACA.HP = _root.CACA.HP - 10;
}
if (this.hitTest(_root.ShieldShit) && (_parent._parent.Team == "Red")) {
_root.ShieldShit.HP = _root.ShieldShit.HP - 0.5;
_root.ShieldShit.gotoAndPlay(2);
}
}
Instance of Symbol 578 MovieClip "hit10" in Symbol 989 MovieClip Frame 279
onClipEvent (load) {
_visible = false;
if (this.hitTest(_root.CACA2)) {
_root.CACA2.HP = _root.CACA2.HP - 10;
}
if (this.hitTest(_root.CACA)) {
_root.CACA.HP = _root.CACA.HP - 10;
}
if (this.hitTest(_root.ShieldShit) && (_parent._parent.Team == "Red")) {
_root.ShieldShit.HP = _root.ShieldShit.HP - 0.5;
_root.ShieldShit.gotoAndPlay(2);
}
}
onClipEvent (enterFrame) {
_visible = false;
if (this.hitTest(_root.CACA2)) {
_root.CACA2.HP = _root.CACA2.HP - 10;
}
if (this.hitTest(_root.CACA)) {
_root.CACA.HP = _root.CACA.HP - 10;
}
if (this.hitTest(_root.ShieldShit) && (_parent._parent.Team == "Red")) {
_root.ShieldShit.HP = _root.ShieldShit.HP - 0.5;
_root.ShieldShit.gotoAndPlay(2);
}
}
Instance of Symbol 578 MovieClip "hit10" in Symbol 989 MovieClip Frame 283
onClipEvent (load) {
_visible = false;
if (this.hitTest(_root.CACA2)) {
_root.CACA2.HP = _root.CACA2.HP - 10;
}
if (this.hitTest(_root.CACA)) {
_root.CACA.HP = _root.CACA.HP - 10;
}
if (this.hitTest(_root.ShieldShit) && (_parent._parent.Team == "Red")) {
_root.ShieldShit.HP = _root.ShieldShit.HP - 0.5;
_root.ShieldShit.gotoAndPlay(2);
}
}
onClipEvent (enterFrame) {
_visible = false;
if (this.hitTest(_root.CACA2)) {
_root.CACA2.HP = _root.CACA2.HP - 10;
}
if (this.hitTest(_root.CACA)) {
_root.CACA.HP = _root.CACA.HP - 10;
}
if (this.hitTest(_root.ShieldShit) && (_parent._parent.Team == "Red")) {
_root.ShieldShit.HP = _root.ShieldShit.HP - 0.5;
_root.ShieldShit.gotoAndPlay(2);
}
}
Instance of Symbol 578 MovieClip "hit10" in Symbol 989 MovieClip Frame 286
onClipEvent (load) {
_visible = false;
if (this.hitTest(_root.CACA2)) {
_root.CACA2.HP = _root.CACA2.HP - 10;
}
if (this.hitTest(_root.CACA)) {
_root.CACA.HP = _root.CACA.HP - 10;
}
if (this.hitTest(_root.ShieldShit) && (_parent._parent.Team == "Red")) {
_root.ShieldShit.HP = _root.ShieldShit.HP - 0.5;
_root.ShieldShit.gotoAndPlay(2);
}
}
onClipEvent (enterFrame) {
_visible = false;
if (this.hitTest(_root.CACA2)) {
_root.CACA2.HP = _root.CACA2.HP - 10;
}
if (this.hitTest(_root.CACA)) {
_root.CACA.HP = _root.CACA.HP - 10;
}
if (this.hitTest(_root.ShieldShit) && (_parent._parent.Team == "Red")) {
_root.ShieldShit.HP = _root.ShieldShit.HP - 0.5;
_root.ShieldShit.gotoAndPlay(2);
}
}
Instance of Symbol 578 MovieClip "hit10" in Symbol 989 MovieClip Frame 288
onClipEvent (load) {
_visible = false;
if (this.hitTest(_root.CACA2)) {
_root.CACA2.HP = _root.CACA2.HP - 10;
}
if (this.hitTest(_root.CACA)) {
_root.CACA.HP = _root.CACA.HP - 10;
}
if (this.hitTest(_root.ShieldShit) && (_parent._parent.Team == "Red")) {
_root.ShieldShit.HP = _root.ShieldShit.HP - 0.5;
_root.ShieldShit.gotoAndPlay(2);
}
}
onClipEvent (enterFrame) {
_visible = false;
if (this.hitTest(_root.CACA2)) {
_root.CACA2.HP = _root.CACA2.HP - 10;
}
if (this.hitTest(_root.CACA)) {
_root.CACA.HP = _root.CACA.HP - 10;
}
if (this.hitTest(_root.ShieldShit) && (_parent._parent.Team == "Red")) {
_root.ShieldShit.HP = _root.ShieldShit.HP - 0.5;
_root.ShieldShit.gotoAndPlay(2);
}
}
Symbol 989 MovieClip Frame 294
if (Key.isDown(_parent.JumpKey)) {
_parent.gotoAndStop(1);
}
Symbol 989 MovieClip Frame 295
if (Key.isDown(_parent.JumpKey)) {
_parent.gotoAndStop(1);
}
Symbol 989 MovieClip Frame 296
if (Key.isDown(_parent.JumpKey)) {
_parent.gotoAndStop(1);
}
Symbol 989 MovieClip Frame 297
if (Key.isDown(_parent.JumpKey)) {
_parent.gotoAndStop(1);
}
Symbol 989 MovieClip Frame 298
if (Key.isDown(_parent.JumpKey)) {
_parent.gotoAndStop(1);
}
Symbol 989 MovieClip Frame 299
if (Key.isDown(_parent.JumpKey)) {
_parent.gotoAndStop(1);
}
Symbol 989 MovieClip Frame 300
if (Key.isDown(_parent.JumpKey)) {
_parent.gotoAndStop(1);
}
Symbol 989 MovieClip Frame 301
if (Key.isDown(_parent.JumpKey)) {
_parent.gotoAndStop(1);
}
Symbol 989 MovieClip Frame 302
if (Key.isDown(_parent.JumpKey)) {
_parent.gotoAndStop(1);
}
Symbol 989 MovieClip Frame 303
if (Key.isDown(_parent.JumpKey)) {
_parent.gotoAndStop(1);
}
Symbol 989 MovieClip Frame 304
if (Key.isDown(_parent.JumpKey)) {
_parent.gotoAndStop(1);
}
Symbol 989 MovieClip Frame 305
if (Key.isDown(_parent.JumpKey)) {
_parent.gotoAndStop(1);
}
Symbol 989 MovieClip Frame 306
if (Key.isDown(_parent.JumpKey)) {
_parent.gotoAndStop(1);
}
Symbol 989 MovieClip Frame 307
if (Key.isDown(_parent.JumpKey)) {
_parent.gotoAndStop(1);
}
Symbol 989 MovieClip Frame 308
if (Key.isDown(_parent.JumpKey)) {
_parent.gotoAndStop(1);
}
Symbol 989 MovieClip Frame 309
_parent.gotoAndStop(1);
Symbol 989 MovieClip Frame 310
_parent.BotRead = "Slap01";
if (!_parent.onground) {
_parent.onair = true;
}
Instance of Symbol 578 MovieClip "hit10" in Symbol 989 MovieClip Frame 310
onClipEvent (load) {
_visible = false;
if (this.hitTest(_root.CACA2)) {
_root.CACA2.HP = _root.CACA2.HP - 10;
}
if (this.hitTest(_root.CACA)) {
_root.CACA.HP = _root.CACA.HP - 10;
}
if (this.hitTest(_root.ShieldShit) && (_parent._parent.Team == "Red")) {
_root.ShieldShit.HP = _root.ShieldShit.HP - 0.5;
_root.ShieldShit.gotoAndPlay(2);
}
}
onClipEvent (enterFrame) {
_visible = false;
if (this.hitTest(_root.CACA2)) {
_root.CACA2.HP = _root.CACA2.HP - 10;
}
if (this.hitTest(_root.CACA)) {
_root.CACA.HP = _root.CACA.HP - 10;
}
if (this.hitTest(_root.ShieldShit) && (_parent._parent.Team == "Red")) {
_root.ShieldShit.HP = _root.ShieldShit.HP - 0.5;
_root.ShieldShit.gotoAndPlay(2);
}
}
Instance of Symbol 578 MovieClip "hit11" in Symbol 989 MovieClip Frame 313
onClipEvent (load) {
_visible = false;
if (this.hitTest(_root.CACA2)) {
_root.CACA2.HP = _root.CACA2.HP - 10;
}
if (this.hitTest(_root.CACA)) {
_root.CACA.HP = _root.CACA.HP - 10;
}
if (this.hitTest(_root.ShieldShit) && (_parent._parent.Team == "Red")) {
_root.ShieldShit.HP = _root.ShieldShit.HP - 0.5;
_root.ShieldShit.gotoAndPlay(2);
}
}
onClipEvent (enterFrame) {
_visible = false;
if (this.hitTest(_root.CACA2)) {
_root.CACA2.HP = _root.CACA2.HP - 10;
}
if (this.hitTest(_root.CACA)) {
_root.CACA.HP = _root.CACA.HP - 10;
}
if (this.hitTest(_root.ShieldShit) && (_parent._parent.Team == "Red")) {
_root.ShieldShit.HP = _root.ShieldShit.HP - 0.5;
_root.ShieldShit.gotoAndPlay(2);
}
}
Instance of Symbol 578 MovieClip "hit10" in Symbol 989 MovieClip Frame 315
onClipEvent (load) {
_visible = false;
if (this.hitTest(_root.CACA2)) {
_root.CACA2.HP = _root.CACA2.HP - 10;
}
if (this.hitTest(_root.CACA)) {
_root.CACA.HP = _root.CACA.HP - 10;
}
if (this.hitTest(_root.ShieldShit) && (_parent._parent.Team == "Red")) {
_root.ShieldShit.HP = _root.ShieldShit.HP - 0.5;
_root.ShieldShit.gotoAndPlay(2);
}
}
onClipEvent (enterFrame) {
_visible = false;
if (this.hitTest(_root.CACA2)) {
_root.CACA2.HP = _root.CACA2.HP - 10;
}
if (this.hitTest(_root.CACA)) {
_root.CACA.HP = _root.CACA.HP - 10;
}
if (this.hitTest(_root.ShieldShit) && (_parent._parent.Team == "Red")) {
_root.ShieldShit.HP = _root.ShieldShit.HP - 0.5;
_root.ShieldShit.gotoAndPlay(2);
}
}
Instance of Symbol 578 MovieClip "hit11" in Symbol 989 MovieClip Frame 319
onClipEvent (load) {
_visible = false;
if (this.hitTest(_root.CACA2)) {
_root.CACA2.HP = _root.CACA2.HP - 10;
}
if (this.hitTest(_root.CACA)) {
_root.CACA.HP = _root.CACA.HP - 10;
}
if (this.hitTest(_root.ShieldShit) && (_parent._parent.Team == "Red")) {
_root.ShieldShit.HP = _root.ShieldShit.HP - 0.5;
_root.ShieldShit.gotoAndPlay(2);
}
}
onClipEvent (enterFrame) {
_visible = false;
if (this.hitTest(_root.CACA2)) {
_root.CACA2.HP = _root.CACA2.HP - 10;
}
if (this.hitTest(_root.CACA)) {
_root.CACA.HP = _root.CACA.HP - 10;
}
if (this.hitTest(_root.ShieldShit) && (_parent._parent.Team == "Red")) {
_root.ShieldShit.HP = _root.ShieldShit.HP - 0.5;
_root.ShieldShit.gotoAndPlay(2);
}
}
Instance of Symbol 578 MovieClip "hit10" in Symbol 989 MovieClip Frame 322
onClipEvent (load) {
_visible = false;
if (this.hitTest(_root.CACA2)) {
_root.CACA2.HP = _root.CACA2.HP - 10;
}
if (this.hitTest(_root.CACA)) {
_root.CACA.HP = _root.CACA.HP - 10;
}
if (this.hitTest(_root.ShieldShit) && (_parent._parent.Team == "Red")) {
_root.ShieldShit.HP = _root.ShieldShit.HP - 0.5;
_root.ShieldShit.gotoAndPlay(2);
}
}
onClipEvent (enterFrame) {
_visible = false;
if (this.hitTest(_root.CACA2)) {
_root.CACA2.HP = _root.CACA2.HP - 10;
}
if (this.hitTest(_root.CACA)) {
_root.CACA.HP = _root.CACA.HP - 10;
}
if (this.hitTest(_root.ShieldShit) && (_parent._parent.Team == "Red")) {
_root.ShieldShit.HP = _root.ShieldShit.HP - 0.5;
_root.ShieldShit.gotoAndPlay(2);
}
}
Instance of Symbol 578 MovieClip "hit11" in Symbol 989 MovieClip Frame 326
onClipEvent (load) {
_visible = false;
if (this.hitTest(_root.CACA2)) {
_root.CACA2.HP = _root.CACA2.HP - 10;
}
if (this.hitTest(_root.CACA)) {
_root.CACA.HP = _root.CACA.HP - 10;
}
if (this.hitTest(_root.ShieldShit) && (_parent._parent.Team == "Red")) {
_root.ShieldShit.HP = _root.ShieldShit.HP - 0.5;
_root.ShieldShit.gotoAndPlay(2);
}
}
onClipEvent (enterFrame) {
_visible = false;
if (this.hitTest(_root.CACA2)) {
_root.CACA2.HP = _root.CACA2.HP - 10;
}
if (this.hitTest(_root.CACA)) {
_root.CACA.HP = _root.CACA.HP - 10;
}
if (this.hitTest(_root.ShieldShit) && (_parent._parent.Team == "Red")) {
_root.ShieldShit.HP = _root.ShieldShit.HP - 0.5;
_root.ShieldShit.gotoAndPlay(2);
}
}
Symbol 989 MovieClip Frame 333
_parent.gotoAndStop(1);
Symbol 989 MovieClip Frame 334
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x - 20;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x + 20;
_parent._y = _parent.TaggedMC._y;
}
}
Symbol 989 MovieClip Frame 335
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x - 20;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x + 20;
_parent._y = _parent.TaggedMC._y;
}
}
Symbol 989 MovieClip Frame 336
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x - 20;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x + 20;
_parent._y = _parent.TaggedMC._y;
}
}
Instance of Symbol 578 MovieClip "hit12" in Symbol 989 MovieClip Frame 336
onClipEvent (load) {
_visible = false;
if (this.hitTest(_root.CACA2)) {
_root.CACA2.HP = _root.CACA2.HP - 10;
}
if (this.hitTest(_root.CACA)) {
_root.CACA.HP = _root.CACA.HP - 10;
}
if (this.hitTest(_root.ShieldShit) && (_parent._parent.Team == "Red")) {
_root.ShieldShit.HP = _root.ShieldShit.HP - 0.1;
_root.ShieldShit.gotoAndPlay(2);
}
}
onClipEvent (enterFrame) {
_visible = false;
if (this.hitTest(_root.CACA2)) {
_root.CACA2.HP = _root.CACA2.HP - 10;
}
if (this.hitTest(_root.CACA)) {
_root.CACA.HP = _root.CACA.HP - 10;
}
if (this.hitTest(_root.ShieldShit) && (_parent._parent.Team == "Red")) {
_root.ShieldShit.HP = _root.ShieldShit.HP - 0.1;
_root.ShieldShit.gotoAndPlay(2);
}
}
Symbol 989 MovieClip Frame 337
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x - 20;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x + 20;
_parent._y = _parent.TaggedMC._y;
}
}
Symbol 989 MovieClip Frame 338
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x - 20;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x + 20;
_parent._y = _parent.TaggedMC._y;
}
}
Symbol 989 MovieClip Frame 339
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x - 20;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x + 20;
_parent._y = _parent.TaggedMC._y;
}
}
Symbol 989 MovieClip Frame 340
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x - 20;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x + 20;
_parent._y = _parent.TaggedMC._y;
}
}
Instance of Symbol 578 MovieClip "hit12" in Symbol 989 MovieClip Frame 340
onClipEvent (load) {
_visible = false;
if (this.hitTest(_root.CACA2)) {
_root.CACA2.HP = _root.CACA2.HP - 10;
}
if (this.hitTest(_root.CACA)) {
_root.CACA.HP = _root.CACA.HP - 10;
}
if (this.hitTest(_root.ShieldShit) && (_parent._parent.Team == "Red")) {
_root.ShieldShit.HP = _root.ShieldShit.HP - 0.1;
_root.ShieldShit.gotoAndPlay(2);
}
}
onClipEvent (enterFrame) {
_visible = false;
if (this.hitTest(_root.CACA2)) {
_root.CACA2.HP = _root.CACA2.HP - 10;
}
if (this.hitTest(_root.CACA)) {
_root.CACA.HP = _root.CACA.HP - 10;
}
if (this.hitTest(_root.ShieldShit) && (_parent._parent.Team == "Red")) {
_root.ShieldShit.HP = _root.ShieldShit.HP - 0.1;
_root.ShieldShit.gotoAndPlay(2);
}
}
Symbol 989 MovieClip Frame 341
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x - 20;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x + 20;
_parent._y = _parent.TaggedMC._y;
}
}
Symbol 989 MovieClip Frame 342
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x - 20;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x + 20;
_parent._y = _parent.TaggedMC._y;
}
}
Symbol 989 MovieClip Frame 343
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x - 20;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x + 20;
_parent._y = _parent.TaggedMC._y;
}
}
Symbol 989 MovieClip Frame 344
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x - 20;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x + 20;
_parent._y = _parent.TaggedMC._y;
}
}
Instance of Symbol 578 MovieClip "hit12" in Symbol 989 MovieClip Frame 344
onClipEvent (load) {
_visible = false;
if (this.hitTest(_root.CACA2)) {
_root.CACA2.HP = _root.CACA2.HP - 10;
}
if (this.hitTest(_root.CACA)) {
_root.CACA.HP = _root.CACA.HP - 10;
}
if (this.hitTest(_root.ShieldShit) && (_parent._parent.Team == "Red")) {
_root.ShieldShit.HP = _root.ShieldShit.HP - 0.1;
_root.ShieldShit.gotoAndPlay(2);
}
}
onClipEvent (enterFrame) {
_visible = false;
if (this.hitTest(_root.CACA2)) {
_root.CACA2.HP = _root.CACA2.HP - 10;
}
if (this.hitTest(_root.CACA)) {
_root.CACA.HP = _root.CACA.HP - 10;
}
if (this.hitTest(_root.ShieldShit) && (_parent._parent.Team == "Red")) {
_root.ShieldShit.HP = _root.ShieldShit.HP - 0.1;
_root.ShieldShit.gotoAndPlay(2);
}
}
Symbol 989 MovieClip Frame 345
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x - 20;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x + 20;
_parent._y = _parent.TaggedMC._y;
}
}
Symbol 989 MovieClip Frame 346
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x - 20;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x + 20;
_parent._y = _parent.TaggedMC._y;
}
}
Symbol 989 MovieClip Frame 347
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x - 20;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x + 20;
_parent._y = _parent.TaggedMC._y;
}
}
Symbol 989 MovieClip Frame 348
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x - 20;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x + 20;
_parent._y = _parent.TaggedMC._y;
}
}
Instance of Symbol 578 MovieClip "hit12" in Symbol 989 MovieClip Frame 348
onClipEvent (load) {
_visible = false;
if (this.hitTest(_root.CACA2)) {
_root.CACA2.HP = _root.CACA2.HP - 10;
}
if (this.hitTest(_root.CACA)) {
_root.CACA.HP = _root.CACA.HP - 10;
}
if (this.hitTest(_root.ShieldShit) && (_parent._parent.Team == "Red")) {
_root.ShieldShit.HP = _root.ShieldShit.HP - 0.1;
_root.ShieldShit.gotoAndPlay(2);
}
}
onClipEvent (enterFrame) {
_visible = false;
if (this.hitTest(_root.CACA2)) {
_root.CACA2.HP = _root.CACA2.HP - 10;
}
if (this.hitTest(_root.CACA)) {
_root.CACA.HP = _root.CACA.HP - 10;
}
if (this.hitTest(_root.ShieldShit) && (_parent._parent.Team == "Red")) {
_root.ShieldShit.HP = _root.ShieldShit.HP - 0.1;
_root.ShieldShit.gotoAndPlay(2);
}
}
Symbol 989 MovieClip Frame 349
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x - 20;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x + 20;
_parent._y = _parent.TaggedMC._y;
}
}
Symbol 989 MovieClip Frame 350
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x - 20;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x + 20;
_parent._y = _parent.TaggedMC._y;
}
}
Symbol 989 MovieClip Frame 351
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x - 20;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x + 20;
_parent._y = _parent.TaggedMC._y;
}
}
Symbol 989 MovieClip Frame 352
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x - 20;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x + 20;
_parent._y = _parent.TaggedMC._y;
}
}
Symbol 989 MovieClip Frame 353
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x - 20;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x + 20;
_parent._y = _parent.TaggedMC._y;
}
}
Instance of Symbol 578 MovieClip "hit12" in Symbol 989 MovieClip Frame 353
onClipEvent (load) {
_visible = false;
if (this.hitTest(_root.CACA2)) {
_root.CACA2.HP = _root.CACA2.HP - 10;
}
if (this.hitTest(_root.CACA)) {
_root.CACA.HP = _root.CACA.HP - 10;
}
if (this.hitTest(_root.ShieldShit) && (_parent._parent.Team == "Red")) {
_root.ShieldShit.HP = _root.ShieldShit.HP - 0.1;
_root.ShieldShit.gotoAndPlay(2);
}
}
onClipEvent (enterFrame) {
_visible = false;
if (this.hitTest(_root.CACA2)) {
_root.CACA2.HP = _root.CACA2.HP - 10;
}
if (this.hitTest(_root.CACA)) {
_root.CACA.HP = _root.CACA.HP - 10;
}
if (this.hitTest(_root.ShieldShit) && (_parent._parent.Team == "Red")) {
_root.ShieldShit.HP = _root.ShieldShit.HP - 0.1;
_root.ShieldShit.gotoAndPlay(2);
}
}
Symbol 989 MovieClip Frame 354
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x - 20;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x + 20;
_parent._y = _parent.TaggedMC._y;
}
}
Symbol 989 MovieClip Frame 355
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x - 20;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x + 20;
_parent._y = _parent.TaggedMC._y;
}
}
Symbol 989 MovieClip Frame 356
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x - 20;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x + 20;
_parent._y = _parent.TaggedMC._y;
}
}
Symbol 989 MovieClip Frame 357
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x - 20;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x + 20;
_parent._y = _parent.TaggedMC._y;
}
}
Instance of Symbol 578 MovieClip "hit12" in Symbol 989 MovieClip Frame 357
onClipEvent (load) {
_visible = false;
if (this.hitTest(_root.CACA2)) {
_root.CACA2.HP = _root.CACA2.HP - 10;
}
if (this.hitTest(_root.CACA)) {
_root.CACA.HP = _root.CACA.HP - 10;
}
if (this.hitTest(_root.ShieldShit) && (_parent._parent.Team == "Red")) {
_root.ShieldShit.HP = _root.ShieldShit.HP - 0.1;
_root.ShieldShit.gotoAndPlay(2);
}
}
onClipEvent (enterFrame) {
_visible = false;
if (this.hitTest(_root.CACA2)) {
_root.CACA2.HP = _root.CACA2.HP - 10;
}
if (this.hitTest(_root.CACA)) {
_root.CACA.HP = _root.CACA.HP - 10;
}
if (this.hitTest(_root.ShieldShit) && (_parent._parent.Team == "Red")) {
_root.ShieldShit.HP = _root.ShieldShit.HP - 0.1;
_root.ShieldShit.gotoAndPlay(2);
}
}
Symbol 989 MovieClip Frame 358
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x - 20;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x + 20;
_parent._y = _parent.TaggedMC._y;
}
}
Symbol 989 MovieClip Frame 359
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x - 20;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x + 20;
_parent._y = _parent.TaggedMC._y;
}
}
Symbol 989 MovieClip Frame 360
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x - 20;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x + 20;
_parent._y = _parent.TaggedMC._y;
}
}
Symbol 989 MovieClip Frame 361
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x - 20;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x + 20;
_parent._y = _parent.TaggedMC._y;
}
}
Instance of Symbol 578 MovieClip "hit12" in Symbol 989 MovieClip Frame 361
onClipEvent (load) {
_visible = false;
if (this.hitTest(_root.CACA2)) {
_root.CACA2.HP = _root.CACA2.HP - 10;
}
if (this.hitTest(_root.CACA)) {
_root.CACA.HP = _root.CACA.HP - 10;
}
if (this.hitTest(_root.ShieldShit) && (_parent._parent.Team == "Red")) {
_root.ShieldShit.HP = _root.ShieldShit.HP - 0.1;
_root.ShieldShit.gotoAndPlay(2);
}
}
onClipEvent (enterFrame) {
_visible = false;
if (this.hitTest(_root.CACA2)) {
_root.CACA2.HP = _root.CACA2.HP - 10;
}
if (this.hitTest(_root.CACA)) {
_root.CACA.HP = _root.CACA.HP - 10;
}
if (this.hitTest(_root.ShieldShit) && (_parent._parent.Team == "Red")) {
_root.ShieldShit.HP = _root.ShieldShit.HP - 0.1;
_root.ShieldShit.gotoAndPlay(2);
}
}
Symbol 989 MovieClip Frame 362
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x - 20;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x + 20;
_parent._y = _parent.TaggedMC._y;
}
}
Symbol 989 MovieClip Frame 363
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x - 20;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x + 20;
_parent._y = _parent.TaggedMC._y;
}
}
Symbol 989 MovieClip Frame 364
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x - 20;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x + 20;
_parent._y = _parent.TaggedMC._y;
}
}
Symbol 989 MovieClip Frame 365
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x - 20;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x + 20;
_parent._y = _parent.TaggedMC._y;
}
}
Instance of Symbol 578 MovieClip "hit12" in Symbol 989 MovieClip Frame 365
onClipEvent (load) {
_visible = false;
if (this.hitTest(_root.CACA2)) {
_root.CACA2.HP = _root.CACA2.HP - 10;
}
if (this.hitTest(_root.CACA)) {
_root.CACA.HP = _root.CACA.HP - 10;
}
if (this.hitTest(_root.ShieldShit) && (_parent._parent.Team == "Red")) {
_root.ShieldShit.HP = _root.ShieldShit.HP - 0.1;
_root.ShieldShit.gotoAndPlay(2);
}
}
onClipEvent (enterFrame) {
_visible = false;
if (this.hitTest(_root.CACA2)) {
_root.CACA2.HP = _root.CACA2.HP - 10;
}
if (this.hitTest(_root.CACA)) {
_root.CACA.HP = _root.CACA.HP - 10;
}
if (this.hitTest(_root.ShieldShit) && (_parent._parent.Team == "Red")) {
_root.ShieldShit.HP = _root.ShieldShit.HP - 0.1;
_root.ShieldShit.gotoAndPlay(2);
}
}
Symbol 989 MovieClip Frame 366
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x - 20;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x + 20;
_parent._y = _parent.TaggedMC._y;
}
}
Symbol 989 MovieClip Frame 367
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x - 20;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x + 20;
_parent._y = _parent.TaggedMC._y;
}
}
Symbol 989 MovieClip Frame 368
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x - 20;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x + 20;
_parent._y = _parent.TaggedMC._y;
}
}
Symbol 989 MovieClip Frame 369
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x - 20;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x + 20;
_parent._y = _parent.TaggedMC._y;
}
}
Symbol 989 MovieClip Frame 370
_root.Cam.Zoomer = 2;
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x - 20;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x + 20;
_parent._y = _parent.TaggedMC._y;
}
}
Symbol 989 MovieClip Frame 371
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x - 20;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x + 20;
_parent._y = _parent.TaggedMC._y;
}
}
Symbol 989 MovieClip Frame 372
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x - 20;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x + 20;
_parent._y = _parent.TaggedMC._y;
}
}
Instance of Symbol 578 MovieClip "hit9" in Symbol 989 MovieClip Frame 372
onClipEvent (load) {
_visible = false;
if (this.hitTest(_root.CACA2)) {
_root.CACA2.HP = _root.CACA2.HP - 10;
}
if (this.hitTest(_root.CACA)) {
_root.CACA.HP = _root.CACA.HP - 10;
}
if (this.hitTest(_root.ShieldShit) && (_parent._parent.Team == "Red")) {
_root.ShieldShit.HP = _root.ShieldShit.HP - 0.1;
_root.ShieldShit.gotoAndPlay(2);
}
}
onClipEvent (enterFrame) {
_visible = false;
if (this.hitTest(_root.CACA2)) {
_root.CACA2.HP = _root.CACA2.HP - 10;
}
if (this.hitTest(_root.CACA)) {
_root.CACA.HP = _root.CACA.HP - 10;
}
if (this.hitTest(_root.ShieldShit) && (_parent._parent.Team == "Red")) {
_root.ShieldShit.HP = _root.ShieldShit.HP - 0.1;
_root.ShieldShit.gotoAndPlay(2);
}
}
Symbol 989 MovieClip Frame 373
if (_parent.TaggedX != 0) {
if ((_parent._xscale >= 1) && (!_parent.RightWall)) {
_parent.xspeed = _parent.TaggedMC.xspeed + 20;
}
if ((_parent._xscale <= -1) && (!_parent.LeftWall)) {
_parent.xspeed = _parent.TaggedMC.xspeed - 20;
}
_parent.friction = _parent.TaggedMC.friction;
}
Symbol 989 MovieClip Frame 378
RE = _root.attachMovie("Dust", "Dust" + _root.getNext0HighestDepth(), _root.getNextHighestDepth());
RE._x = _parent._x;
RE._y = _parent._y + 40;
scale = RE._xscale;
if (_parent._xscale <= -1) {
RE._xscale = -scale;
}
if (_parent._xscale >= 1) {
RE._xscale = scale;
}
Symbol 989 MovieClip Frame 383
_parent.friction = 0.7;
Symbol 989 MovieClip Frame 386
if (_parent.Bot) {
_parent.ComboMove = 300;
}
Symbol 989 MovieClip Frame 387
_root.Cam.Zoomer = 0;
_parent.friction = 0.6;
if (_parent.TaggedX == 0) {
_parent.xspeed = 0;
}
_parent.gotoAndStop(1);
Instance of Symbol 578 MovieClip "hit13" in Symbol 989 MovieClip Frame 395
onClipEvent (load) {
_visible = false;
if (this.hitTest(_root.CACA2)) {
_root.CACA2.HP = _root.CACA2.HP - 10;
}
if (this.hitTest(_root.CACA)) {
_root.CACA.HP = _root.CACA.HP - 10;
}
if (this.hitTest(_root.ShieldShit) && (_parent._parent.Team == "Red")) {
_root.ShieldShit.HP = _root.ShieldShit.HP - 0.1;
_root.ShieldShit.gotoAndPlay(2);
}
}
onClipEvent (enterFrame) {
_visible = false;
if (this.hitTest(_root.CACA2)) {
_root.CACA2.HP = _root.CACA2.HP - 10;
}
if (this.hitTest(_root.CACA)) {
_root.CACA.HP = _root.CACA.HP - 10;
}
if (this.hitTest(_root.ShieldShit) && (_parent._parent.Team == "Red")) {
_root.ShieldShit.HP = _root.ShieldShit.HP - 0.1;
_root.ShieldShit.gotoAndPlay(2);
}
}
Instance of Symbol 578 MovieClip "hit13" in Symbol 989 MovieClip Frame 397
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 578 MovieClip "hit13" in Symbol 989 MovieClip Frame 400
onClipEvent (load) {
_visible = false;
}
Symbol 989 MovieClip Frame 407
_parent.ComboMove = 6;
Symbol 989 MovieClip Frame 410
_root.Cam.Zoomer = 0;
_parent.gotoAndStop(1);
Instance of Symbol 578 MovieClip "hit7" in Symbol 989 MovieClip Frame 416
onClipEvent (load) {
_visible = false;
if (this.hitTest(_root.CACA2)) {
_root.CACA2.HP = _root.CACA2.HP - 10;
}
if (this.hitTest(_root.CACA)) {
_root.CACA.HP = _root.CACA.HP - 10;
}
if (this.hitTest(_root.ShieldShit) && (_parent._parent.Team == "Red")) {
_root.ShieldShit.HP = _root.ShieldShit.HP - 0.1;
_root.ShieldShit.gotoAndPlay(2);
}
}
onClipEvent (enterFrame) {
_visible = false;
if (this.hitTest(_root.CACA2)) {
_root.CACA2.HP = _root.CACA2.HP - 10;
}
if (this.hitTest(_root.CACA)) {
_root.CACA.HP = _root.CACA.HP - 10;
}
if (this.hitTest(_root.ShieldShit) && (_parent._parent.Team == "Red")) {
_root.ShieldShit.HP = _root.ShieldShit.HP - 0.1;
_root.ShieldShit.gotoAndPlay(2);
}
}
Symbol 989 MovieClip Frame 433
_parent.gotoAndStop(1);
Symbol 989 MovieClip Frame 434
_parent.BotRead = "Slap02";
if (!_parent.onground) {
_parent.onair = true;
}
Instance of Symbol 578 MovieClip "hit13" in Symbol 989 MovieClip Frame 438
onClipEvent (load) {
_visible = false;
if (this.hitTest(_root.CACA2)) {
_root.CACA2.HP = _root.CACA2.HP - 10;
}
if (this.hitTest(_root.CACA)) {
_root.CACA.HP = _root.CACA.HP - 10;
}
if (this.hitTest(_root.ShieldShit) && (_parent._parent.Team == "Red")) {
_root.ShieldShit.HP = _root.ShieldShit.HP - 0.1;
_root.ShieldShit.gotoAndPlay(2);
}
}
onClipEvent (enterFrame) {
_visible = false;
if (this.hitTest(_root.CACA2)) {
_root.CACA2.HP = _root.CACA2.HP - 10;
}
if (this.hitTest(_root.CACA)) {
_root.CACA.HP = _root.CACA.HP - 10;
}
if (this.hitTest(_root.ShieldShit) && (_parent._parent.Team == "Red")) {
_root.ShieldShit.HP = _root.ShieldShit.HP - 0.1;
_root.ShieldShit.gotoAndPlay(2);
}
}
Instance of Symbol 578 MovieClip "hit13" in Symbol 989 MovieClip Frame 440
onClipEvent (load) {
_visible = false;
}
Symbol 989 MovieClip Frame 442
_parent.ComboMove = 14;
Symbol 989 MovieClip Frame 463
_parent.gotoAndStop(1);
Symbol 989 MovieClip Frame 464
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x - 20;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x + 20;
_parent._y = _parent.TaggedMC._y;
}
}
Symbol 989 MovieClip Frame 465
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x - 20;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x + 20;
_parent._y = _parent.TaggedMC._y;
}
}
Symbol 989 MovieClip Frame 466
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x - 20;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x + 20;
_parent._y = _parent.TaggedMC._y;
}
}
Symbol 989 MovieClip Frame 467
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x - 20;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x + 20;
_parent._y = _parent.TaggedMC._y;
}
}
Symbol 989 MovieClip Frame 468
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x - 20;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x + 20;
_parent._y = _parent.TaggedMC._y;
}
}
Symbol 989 MovieClip Frame 469
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x - 20;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x + 20;
_parent._y = _parent.TaggedMC._y;
}
}
Instance of Symbol 578 MovieClip "hit9" in Symbol 989 MovieClip Frame 469
onClipEvent (load) {
_visible = false;
if (this.hitTest(_root.CACA2)) {
_root.CACA2.HP = _root.CACA2.HP - 10;
}
if (this.hitTest(_root.CACA)) {
_root.CACA.HP = _root.CACA.HP - 10;
}
if (this.hitTest(_root.ShieldShit) && (_parent._parent.Team == "Red")) {
_root.ShieldShit.HP = _root.ShieldShit.HP - 0.1;
_root.ShieldShit.gotoAndPlay(2);
}
}
onClipEvent (enterFrame) {
_visible = false;
if (this.hitTest(_root.CACA2)) {
_root.CACA2.HP = _root.CACA2.HP - 10;
}
if (this.hitTest(_root.CACA)) {
_root.CACA.HP = _root.CACA.HP - 10;
}
if (this.hitTest(_root.ShieldShit) && (_parent._parent.Team == "Red")) {
_root.ShieldShit.HP = _root.ShieldShit.HP - 0.1;
_root.ShieldShit.gotoAndPlay(2);
}
}
Symbol 989 MovieClip Frame 470
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x - 20;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x + 20;
_parent._y = _parent.TaggedMC._y;
}
}
_parent.ComboMove = 15;
Symbol 989 MovieClip Frame 471
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x - 20;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x + 20;
_parent._y = _parent.TaggedMC._y;
}
}
Symbol 989 MovieClip Frame 487
_parent.gotoAndStop(1);
Symbol 989 MovieClip Frame 489
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x - 20;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x + 20;
_parent._y = _parent.TaggedMC._y;
}
}
Symbol 989 MovieClip Frame 490
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x - 20;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x + 20;
_parent._y = _parent.TaggedMC._y;
}
}
Symbol 989 MovieClip Frame 491
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x - 20;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x + 20;
_parent._y = _parent.TaggedMC._y;
}
}
Symbol 989 MovieClip Frame 492
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x - 20;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x + 20;
_parent._y = _parent.TaggedMC._y;
}
}
Symbol 989 MovieClip Frame 493
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x - 20;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x + 20;
_parent._y = _parent.TaggedMC._y;
}
}
Symbol 989 MovieClip Frame 494
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x - 20;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x + 20;
_parent._y = _parent.TaggedMC._y;
}
}
Instance of Symbol 578 MovieClip "hit9" in Symbol 989 MovieClip Frame 494
onClipEvent (load) {
_visible = false;
if (this.hitTest(_root.CACA2)) {
_root.CACA2.HP = _root.CACA2.HP - 10;
}
if (this.hitTest(_root.CACA)) {
_root.CACA.HP = _root.CACA.HP - 10;
}
if (this.hitTest(_root.ShieldShit) && (_parent._parent.Team == "Red")) {
_root.ShieldShit.HP = _root.ShieldShit.HP - 0.1;
_root.ShieldShit.gotoAndPlay(2);
}
}
onClipEvent (enterFrame) {
_visible = false;
if (this.hitTest(_root.CACA2)) {
_root.CACA2.HP = _root.CACA2.HP - 10;
}
if (this.hitTest(_root.CACA)) {
_root.CACA.HP = _root.CACA.HP - 10;
}
if (this.hitTest(_root.ShieldShit) && (_parent._parent.Team == "Red")) {
_root.ShieldShit.HP = _root.ShieldShit.HP - 0.1;
_root.ShieldShit.gotoAndPlay(2);
}
}
Symbol 989 MovieClip Frame 495
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x - 20;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x + 20;
_parent._y = _parent.TaggedMC._y;
}
}
Symbol 989 MovieClip Frame 496
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x - 20;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x + 20;
_parent._y = _parent.TaggedMC._y;
}
}
Symbol 989 MovieClip Frame 510
_parent.yspeed = 0;
Symbol 989 MovieClip Frame 511
_parent.gotoAndStop(1);
Symbol 989 MovieClip Frame 512
if (_parent._name == "player") {
_root.Cam.Zoomer = 5;
}
SizeBlast = 200;
Symbol 989 MovieClip Frame 523
if (_parent.Bot) {
gotoAndPlay ("Blast");
}
Symbol 989 MovieClip Frame 529
if (_parent._name == "player") {
_root.Cam.Zoomer = 2;
}
SizeBlast = 300;
Symbol 989 MovieClip Frame 550
SizeBlast = 400;
Symbol 989 MovieClip Frame 570
SizeBlast = 500;
Symbol 989 MovieClip Frame 604
SizeBlast = 600;
Symbol 989 MovieClip Frame 611
SizeBlast = 900;
Symbol 989 MovieClip Frame 612
if (_parent._name == "player") {
_root.Cam.Zoomer = 6;
_root.Special = 0;
} else {
_parent.Special = 0;
}
if (_parent._xscale >= 1) {
_parent.xspeed = -25;
}
if (_parent._xscale <= -1) {
_parent.xspeed = 25;
}
_parent.BotRead = "IncomingSpecial2";
_root.Cam.shake = 4;
if (_parent.Bot) {
if (_parent._x < _parent.Targget._x) {
_parent._xscale = _parent.Xscale;
}
if (_parent._x > _parent.Targget._x) {
_parent._xscale = -_parent.Xscale;
}
}
if (Key.isDown(_parent.RightKey)) {
_parent._xscale = _parent.Xscale;
}
if (Key.isDown(_parent.LeftKey)) {
_parent._xscale = -_parent.Xscale;
}
Symbol 989 MovieClip Frame 613
_root.Cam.shake = 4;
Instance of Symbol 886 MovieClip "Blasty" in Symbol 989 MovieClip Frame 613
onClipEvent (load) {
if ((_root.Game != "set") && (_root.Game != "Pause")) {
play();
} else {
stop();
}
}
onClipEvent (enterFrame) {
if ((_root.Game != "set") && (_root.Game != "Pause")) {
play();
} else {
stop();
}
}
Instance of Symbol 578 MovieClip "Blast" in Symbol 989 MovieClip Frame 613
onClipEvent (load) {
_visible = false;
stop();
if (this.hitTest(_root.CACA2)) {
_root.CACA2.HP = _root.CACA2.HP - 10;
}
if (this.hitTest(_root.CACA)) {
_root.CACA.HP = _root.CACA.HP - 10;
}
if (this.hitTest(_root.ShieldShit) && (_parent._parent.Team == "Red")) {
_root.ShieldShit.HP = _root.ShieldShit.HP - 1;
_root.ShieldShit.gotoAndPlay(2);
}
}
onClipEvent (enterFrame) {
_visible = false;
stop();
if (this.hitTest(_root.CACA2)) {
_root.CACA2.HP = _root.CACA2.HP - 10;
}
if (this.hitTest(_root.CACA)) {
_root.CACA.HP = _root.CACA.HP - 10;
}
if (this.hitTest(_root.ShieldShit) && (_parent._parent.Team == "Red")) {
_root.ShieldShit.HP = _root.ShieldShit.HP - 1;
_root.ShieldShit.gotoAndPlay(2);
}
}
Symbol 989 MovieClip Frame 614
_root.Cam.shake = 4;
Symbol 989 MovieClip Frame 615
_root.Cam.shake = 4;
Symbol 989 MovieClip Frame 616
_root.Cam.shake = 4;
Symbol 989 MovieClip Frame 617
_root.Cam.shake = 4;
Symbol 989 MovieClip Frame 618
_root.Cam.shake = 4;
Symbol 989 MovieClip Frame 619
_root.Cam.shake = 4;
Symbol 989 MovieClip Frame 620
_root.Cam.shake = 4;
Symbol 989 MovieClip Frame 621
_root.Cam.shake = 4;
Symbol 989 MovieClip Frame 622
_root.Cam.shake = 4;
Symbol 989 MovieClip Frame 623
_root.Cam.shake = 4;
Symbol 989 MovieClip Frame 624
_root.Cam.shake = 4;
Symbol 989 MovieClip Frame 625
_root.Cam.shake = 4;
Symbol 989 MovieClip Frame 626
_root.Cam.shake = 4;
Symbol 989 MovieClip Frame 627
_root.Cam.shake = 4;
Symbol 989 MovieClip Frame 628
_root.Cam.shake = 4;
Symbol 989 MovieClip Frame 629
_root.Cam.shake = 4;
Symbol 989 MovieClip Frame 630
_root.Cam.shake = 4;
Symbol 989 MovieClip Frame 631
_root.Cam.shake = 4;
Symbol 989 MovieClip Frame 632
_root.Cam.shake = 4;
Symbol 989 MovieClip Frame 633
_root.Cam.shake = 4;
Symbol 989 MovieClip Frame 634
_root.Cam.shake = 4;
Symbol 989 MovieClip Frame 635
_root.Cam.shake = 4;
Symbol 989 MovieClip Frame 653
_parent.gotoAndStop(1);
if (_parent._name == "player") {
_root.Cam.Zoomer = 2;
}
Symbol 989 MovieClip Frame 661
RE = _root.attachMovie("Dust", "Dust" + _root.getNext0HighestDepth(), _root.getNextHighestDepth());
RE._x = _parent._x;
RE._y = _parent._y + 40;
scale = RE._xscale;
if (_parent._xscale <= -1) {
RE._xscale = -scale;
}
if (_parent._xscale >= 1) {
RE._xscale = scale;
}
Symbol 989 MovieClip Frame 674
_parent.gotoAndStop(1);
Instance of Symbol 578 MovieClip "hit14" in Symbol 989 MovieClip Frame 694
onClipEvent (load) {
_visible = false;
if (this.hitTest(_root.CACA2)) {
_root.CACA2.HP = _root.CACA2.HP - 10;
}
if (this.hitTest(_root.CACA)) {
_root.CACA.HP = _root.CACA.HP - 10;
}
if (this.hitTest(_root.ShieldShit) && (_parent._parent.Team == "Red")) {
_root.ShieldShit.HP = _root.ShieldShit.HP - 0.5;
_root.ShieldShit.gotoAndPlay(2);
}
}
onClipEvent (enterFrame) {
_visible = false;
if (this.hitTest(_root.CACA2)) {
_root.CACA2.HP = _root.CACA2.HP - 10;
}
if (this.hitTest(_root.CACA)) {
_root.CACA.HP = _root.CACA.HP - 10;
}
if (this.hitTest(_root.ShieldShit) && (_parent._parent.Team == "Red")) {
_root.ShieldShit.HP = _root.ShieldShit.HP - 0.5;
_root.ShieldShit.gotoAndPlay(2);
}
}
Symbol 989 MovieClip Frame 695
_parent.ComboMove = 16;
Symbol 989 MovieClip Frame 715
_parent.gotoAndStop(1);
Symbol 989 MovieClip Frame 719
if (_parent._xscale >= 1) {
_parent.xspeed = 10;
}
if (_parent._xscale <= -1) {
_parent.xspeed = -10;
}
Instance of Symbol 578 MovieClip "hit9" in Symbol 989 MovieClip Frame 721
onClipEvent (load) {
_visible = false;
if (this.hitTest(_root.CACA2)) {
_root.CACA2.HP = _root.CACA2.HP - 10;
}
if (this.hitTest(_root.CACA)) {
_root.CACA.HP = _root.CACA.HP - 10;
}
if (this.hitTest(_root.ShieldShit) && (_parent._parent.Team == "Red")) {
_root.ShieldShit.HP = _root.ShieldShit.HP - 0.5;
_root.ShieldShit.gotoAndPlay(2);
}
}
onClipEvent (enterFrame) {
_visible = false;
if (this.hitTest(_root.CACA2)) {
_root.CACA2.HP = _root.CACA2.HP - 10;
}
if (this.hitTest(_root.CACA)) {
_root.CACA.HP = _root.CACA.HP - 10;
}
if (this.hitTest(_root.ShieldShit) && (_parent._parent.Team == "Red")) {
_root.ShieldShit.HP = _root.ShieldShit.HP - 0.5;
_root.ShieldShit.gotoAndPlay(2);
}
}
Symbol 989 MovieClip Frame 726
_parent.ComboMove = 17;
Symbol 989 MovieClip Frame 737
_parent.gotoAndStop(1);
Instance of Symbol 578 MovieClip "hit12" in Symbol 989 MovieClip Frame 743
onClipEvent (load) {
_visible = false;
if (this.hitTest(_root.CACA2)) {
_root.CACA2.HP = _root.CACA2.HP - 10;
}
if (this.hitTest(_root.CACA)) {
_root.CACA.HP = _root.CACA.HP - 10;
}
if (this.hitTest(_root.ShieldShit) && (_parent._parent.Team == "Red")) {
_root.ShieldShit.HP = _root.ShieldShit.HP - 0.5;
_root.ShieldShit.gotoAndPlay(2);
}
}
onClipEvent (enterFrame) {
_visible = false;
if (this.hitTest(_root.CACA2)) {
_root.CACA2.HP = _root.CACA2.HP - 10;
}
if (this.hitTest(_root.CACA)) {
_root.CACA.HP = _root.CACA.HP - 10;
}
if (this.hitTest(_root.ShieldShit) && (_parent._parent.Team == "Red")) {
_root.ShieldShit.HP = _root.ShieldShit.HP - 0.5;
_root.ShieldShit.gotoAndPlay(2);
}
}
Instance of Symbol 578 MovieClip "hit12" in Symbol 989 MovieClip Frame 747
onClipEvent (load) {
_visible = false;
if (this.hitTest(_root.CACA2)) {
_root.CACA2.HP = _root.CACA2.HP - 10;
}
if (this.hitTest(_root.CACA)) {
_root.CACA.HP = _root.CACA.HP - 10;
}
if (this.hitTest(_root.ShieldShit) && (_parent._parent.Team == "Red")) {
_root.ShieldShit.HP = _root.ShieldShit.HP - 0.5;
_root.ShieldShit.gotoAndPlay(2);
}
}
onClipEvent (enterFrame) {
_visible = false;
if (this.hitTest(_root.CACA2)) {
_root.CACA2.HP = _root.CACA2.HP - 10;
}
if (this.hitTest(_root.CACA)) {
_root.CACA.HP = _root.CACA.HP - 10;
}
if (this.hitTest(_root.ShieldShit) && (_parent._parent.Team == "Red")) {
_root.ShieldShit.HP = _root.ShieldShit.HP - 0.5;
_root.ShieldShit.gotoAndPlay(2);
}
}
Instance of Symbol 578 MovieClip "hit12" in Symbol 989 MovieClip Frame 751
onClipEvent (load) {
_visible = false;
if (this.hitTest(_root.CACA2)) {
_root.CACA2.HP = _root.CACA2.HP - 10;
}
if (this.hitTest(_root.CACA)) {
_root.CACA.HP = _root.CACA.HP - 10;
}
if (this.hitTest(_root.ShieldShit) && (_parent._parent.Team == "Red")) {
_root.ShieldShit.HP = _root.ShieldShit.HP - 0.5;
_root.ShieldShit.gotoAndPlay(2);
}
}
onClipEvent (enterFrame) {
_visible = false;
if (this.hitTest(_root.CACA2)) {
_root.CACA2.HP = _root.CACA2.HP - 10;
}
if (this.hitTest(_root.CACA)) {
_root.CACA.HP = _root.CACA.HP - 10;
}
if (this.hitTest(_root.ShieldShit) && (_parent._parent.Team == "Red")) {
_root.ShieldShit.HP = _root.ShieldShit.HP - 0.5;
_root.ShieldShit.gotoAndPlay(2);
}
}
Instance of Symbol 578 MovieClip "hit12" in Symbol 989 MovieClip Frame 754
onClipEvent (load) {
_visible = false;
if (this.hitTest(_root.CACA2)) {
_root.CACA2.HP = _root.CACA2.HP - 10;
}
if (this.hitTest(_root.CACA)) {
_root.CACA.HP = _root.CACA.HP - 10;
}
if (this.hitTest(_root.ShieldShit) && (_parent._parent.Team == "Red")) {
_root.ShieldShit.HP = _root.ShieldShit.HP - 0.5;
_root.ShieldShit.gotoAndPlay(2);
}
}
onClipEvent (enterFrame) {
_visible = false;
if (this.hitTest(_root.CACA2)) {
_root.CACA2.HP = _root.CACA2.HP - 10;
}
if (this.hitTest(_root.CACA)) {
_root.CACA.HP = _root.CACA.HP - 10;
}
if (this.hitTest(_root.ShieldShit) && (_parent._parent.Team == "Red")) {
_root.ShieldShit.HP = _root.ShieldShit.HP - 0.5;
_root.ShieldShit.gotoAndPlay(2);
}
}
Instance of Symbol 578 MovieClip "hit12" in Symbol 989 MovieClip Frame 758
onClipEvent (load) {
_visible = false;
if (this.hitTest(_root.CACA2)) {
_root.CACA2.HP = _root.CACA2.HP - 10;
}
if (this.hitTest(_root.CACA)) {
_root.CACA.HP = _root.CACA.HP - 10;
}
if (this.hitTest(_root.ShieldShit) && (_parent._parent.Team == "Red")) {
_root.ShieldShit.HP = _root.ShieldShit.HP - 0.5;
_root.ShieldShit.gotoAndPlay(2);
}
}
onClipEvent (enterFrame) {
_visible = false;
if (this.hitTest(_root.CACA2)) {
_root.CACA2.HP = _root.CACA2.HP - 10;
}
if (this.hitTest(_root.CACA)) {
_root.CACA.HP = _root.CACA.HP - 10;
}
if (this.hitTest(_root.ShieldShit) && (_parent._parent.Team == "Red")) {
_root.ShieldShit.HP = _root.ShieldShit.HP - 0.5;
_root.ShieldShit.gotoAndPlay(2);
}
}
Instance of Symbol 578 MovieClip "hit12" in Symbol 989 MovieClip Frame 762
onClipEvent (load) {
_visible = false;
if (this.hitTest(_root.CACA2)) {
_root.CACA2.HP = _root.CACA2.HP - 10;
}
if (this.hitTest(_root.CACA)) {
_root.CACA.HP = _root.CACA.HP - 10;
}
if (this.hitTest(_root.ShieldShit) && (_parent._parent.Team == "Red")) {
_root.ShieldShit.HP = _root.ShieldShit.HP - 0.5;
_root.ShieldShit.gotoAndPlay(2);
}
}
onClipEvent (enterFrame) {
_visible = false;
if (this.hitTest(_root.CACA2)) {
_root.CACA2.HP = _root.CACA2.HP - 10;
}
if (this.hitTest(_root.CACA)) {
_root.CACA.HP = _root.CACA.HP - 10;
}
if (this.hitTest(_root.ShieldShit) && (_parent._parent.Team == "Red")) {
_root.ShieldShit.HP = _root.ShieldShit.HP - 0.5;
_root.ShieldShit.gotoAndPlay(2);
}
}
Symbol 989 MovieClip Frame 766
_root.Cam.Zoomer = 2;
Instance of Symbol 578 MovieClip "hit9" in Symbol 989 MovieClip Frame 770
onClipEvent (load) {
_visible = false;
if (this.hitTest(_root.CACA2)) {
_root.CACA2.HP = _root.CACA2.HP - 10;
}
if (this.hitTest(_root.CACA)) {
_root.CACA.HP = _root.CACA.HP - 10;
}
if (this.hitTest(_root.ShieldShit) && (_parent._parent.Team == "Red")) {
_root.ShieldShit.HP = _root.ShieldShit.HP - 0.5;
_root.ShieldShit.gotoAndPlay(2);
}
}
onClipEvent (enterFrame) {
_visible = false;
if (this.hitTest(_root.CACA2)) {
_root.CACA2.HP = _root.CACA2.HP - 10;
}
if (this.hitTest(_root.CACA)) {
_root.CACA.HP = _root.CACA.HP - 10;
}
if (this.hitTest(_root.ShieldShit) && (_parent._parent.Team == "Red")) {
_root.ShieldShit.HP = _root.ShieldShit.HP - 0.5;
_root.ShieldShit.gotoAndPlay(2);
}
}
Symbol 989 MovieClip Frame 776
_parent.ComboMove = 18;
Symbol 989 MovieClip Frame 779
_parent.gotoAndStop(1);
Symbol 989 MovieClip Frame 793
_parent.gotoAndStop(1);
Instance of Symbol 578 MovieClip "GRAB" in Symbol 989 MovieClip Frame 802
onClipEvent (load) {
_visible = false;
}
Symbol 989 MovieClip Frame 819
_parent.gotoAndStop(1);
Symbol 989 MovieClip Frame 820
_parent.GrabMove = true;
Symbol 989 MovieClip Frame 822
gotoAndStop ("grabbed");
Instance of Symbol 578 MovieClip "hit12" in Symbol 989 MovieClip Frame 828
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 578 MovieClip "hit12" in Symbol 989 MovieClip Frame 832
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 578 MovieClip "hit12" in Symbol 989 MovieClip Frame 835
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 578 MovieClip "hit11" in Symbol 989 MovieClip Frame 841
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 578 MovieClip "hit12" in Symbol 989 MovieClip Frame 844
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 578 MovieClip "hit12" in Symbol 989 MovieClip Frame 847
onClipEvent (load) {
_visible = false;
}
Symbol 989 MovieClip Frame 860
_parent.gotoAndStop(1);
Symbol 990 MovieClip Frame 1
function resetN() {
removeMovieClip(namer);
}
stop();
Cut01 = new Sound(this);
Cut01.attachSound("Cut01");
Cut02 = new Sound(this);
Cut02.attachSound("Cut02");
Cut03 = new Sound(this);
Cut03.attachSound("Cut03");
Cut04 = new Sound(this);
Cut04.attachSound("Cut04");
Morehits = function () {
if ((_name == "player") && (_root.Hud.HurtScreen._alpha >= 1)) {
_root.Hud.HurtScreen._alpha = _root.Hud.HurtScreen._alpha - 10;
}
if (this._name != "player") {
power = 2.5;
if (this.Team == _root.player.Team) {
this.Skin.TeamMate._alpha = 100;
if (_xscale >= 1) {
this.Skin.TeamMate._xscale = -400;
} else {
this.Skin.TeamMate._xscale = -400;
}
} else {
this.Skin.TeamMate._alpha = 0;
}
}
if (this.HP >= 0) {
if (_root.DeathBar.hitTest(this._x, this._y, true)) {
HP = 0;
}
}
if (this.HP >= 0) {
if (_root.HitSp.hitTest(this._x, this._y, true)) {
this.HP = 0;
xspeed = 0;
yspeed = 0;
}
if (_root.HitSp2.hitTest(this._x, this._y, true)) {
this.HP = 0;
xspeed = 0;
yspeed = 0;
}
} else {
if (_root.HitSp.hitTest(this._x, this._y, true)) {
xspeed = 0;
yspeed = 0;
}
if (_root.HitSp2.hitTest(this._x, this._y, true)) {
xspeed = 0;
yspeed = 0;
}
}
if (_root.Game == "set") {
Man.stop();
}
if (_root.Game == "Pause") {
Man.stop();
this.HP = RenewHp;
_xscale = reNewHp;
}
if (_root.Game == "fix") {
gotoAndStop(FBug1);
Man.gotoAndPlay(FBug2);
}
if (_root.Game != "set") {
if (_root.Game != "Pause") {
if (this._name == "player") {
if (_root.Special >= 100) {
if (this.Powercharge._visible == false) {
this.Powercharge._alpha = 100;
this.Powercharge._visible = true;
}
} else if (this.Powercharge._visible == true) {
this.Powercharge._alpha = 0;
this.Powercharge._visible = false;
}
}
var _local3 = 0;
while (_local3 < _root.McPlayer.length) {
temporaryMc = _root.McPlayer[_local3];
if (onground) {
_rotation = 0;
}
if ((temporaryMc._name != this._name) && (temporaryMc.Team != this.Team)) {
if (this.HP >= 1E-5) {
if (timmer >= 0) {
if (temporaryMc.Man.SlapHard07.hitTest(this.hitbox)) {
friction = 0.95;
Hitter = temporaryMc;
if (Hitter._name == "player") {
_root.Hud.Combo.ResetTimer = 0;
_root.Hud.Combo.Hit = _root.Hud.Combo.Hit + 1;
_root.Special = _root.Special + 1;
} else {
Special = Special + 1;
}
RE = _root.attachMovie("HitS", "HitS" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
RE._y = Hitter._y - 20;
RE._xscale = 40;
RE._yscale = 40;
HP2.start(0, 1);
Twack2.start(0, 1);
yspeed = -15;
if (Hitter.hitbox.hitTest(_root.Cam)) {
_root.Cam.shake = 1;
}
if (Hitter.Freeze >= 0) {
Hitter.Freeze = 0;
timmer = Hitter.Freeze;
Freeze = Hitter.Freeze;
Hitter.Man.stop();
}
Hitter.TaggedX = Hitter._x;
Hitter.TaggedY = Hitter._y;
Hitter.TaggedMC = this;
HP = HP - 4;
if (Hitter._xscale >= 1) {
if (!LeftWall) {
xspeed = Hitter.xspeed - 40;
}
RE._x = Hitter._x + 50;
_xscale = Xscale;
}
if (Hitter._xscale <= -1) {
if (!RightWall) {
xspeed = Hitter.xspeed + 40;
}
RE._x = Hitter._x - 50;
_xscale = (-Xscale);
}
Hurt = true;
onground = false;
flying = true;
gravity = 0.4;
gotoAndStop ("Hurt");
Man.gotoAndPlay("FlyAway");
DieAni = 1;
}
if (temporaryMc.Man.Fly10.hitTest(this.hitbox)) {
Bounds = true;
friction = 0.95;
Hitter = temporaryMc;
if (Hitter._name == "player") {
_root.Hud.Combo.ResetTimer = 0;
_root.Hud.Combo.Hit = _root.Hud.Combo.Hit + 1;
_root.Special = _root.Special + 1;
} else {
Special = Special + 1;
}
RE = _root.attachMovie("HitS", "HitS" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
RE._y = Hitter._y - 20;
RE._xscale = 40;
RE._yscale = 40;
Cut03.start(0, 1);
yspeed = -10;
if (Hitter.hitbox.hitTest(_root.Cam)) {
_root.Cam.shake = 5;
}
if (Hitter.Freeze >= 0) {
Hitter.Freeze = -3;
timmer = Hitter.Freeze;
Freeze = Hitter.Freeze;
Hitter.Man.stop();
}
Hitter.TaggedX = Hitter._x;
Hitter.TaggedY = Hitter._y;
Hitter.TaggedMC = this;
HP = HP - 3;
if (Hitter._xscale >= 1) {
if (!RightWall) {
xspeed = Hitter.xspeed + 45;
} else {
xspeed = -20;
}
RE._x = Hitter._x + 50;
_xscale = (-Xscale);
}
if (Hitter._xscale <= -1) {
if (!LeftWall) {
xspeed = Hitter.xspeed - 45;
} else {
xspeed = 20;
}
RE._x = Hitter._x - 50;
_xscale = Xscale;
}
Hurt = true;
onground = false;
flying = true;
gravity = 0.7;
gotoAndStop ("Hurt");
Man.gotoAndPlay("FlyAway");
DieAni = 1;
}
if (temporaryMc.Man.DownHitSlap01.hitTest(this.hitbox)) {
friction = 0.95;
Hitter = temporaryMc;
if (Hitter._name == "player") {
_root.Hud.Combo.ResetTimer = 0;
_root.Hud.Combo.Hit = _root.Hud.Combo.Hit + 1;
_root.Special = _root.Special + 1;
} else {
Special = Special + 1;
}
RE = _root.attachMovie("HitS", "HitS" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
RE._y = Hitter._y - 20;
RE._xscale = 40;
RE._yscale = 40;
Twack2.start(0, 1);
HP1.start(0, 1);
BB.start(0, 1);
yspeed = 20;
if (Hitter.hitbox.hitTest(_root.Cam)) {
_root.Cam.shake = 5;
}
if (Hitter.Freeze >= 0) {
Hitter.Freeze = -3;
timmer = Hitter.Freeze;
Freeze = Hitter.Freeze;
Hitter.Man.stop();
}
HP = HP - 2;
Hitter.TaggedX = Hitter._x;
Hitter.TaggedY = Hitter._y;
Hitter.TaggedMC = this;
xspeed = 0;
if (Hitter._xscale >= 1) {
if (!RightWall) {
xspeed = 0;
}
RE._x = Hitter._x + 50;
_xscale = (-Xscale);
}
if (Hitter._xscale <= -1) {
if (!LeftWall) {
}
RE._x = Hitter._x - 50;
_xscale = Xscale;
}
Hurt = true;
onground = false;
flying = true;
gravity = 0.4;
Bounds = true;
gotoAndStop ("Hurt");
Man.gotoAndPlay("FlyAway");
DieAni = 1;
}
if (temporaryMc.Man.GoUp01.hitTest(this.hitbox)) {
Hitter = temporaryMc;
if (Hitter._name == "player") {
_root.Hud.Combo.ResetTimer = 0;
_root.Hud.Combo.Hit = _root.Hud.Combo.Hit + 1;
_root.Special = _root.Special + 0.5;
} else {
Special = Special + 0.5;
}
if (Hitter.hitbox.hitTest(_root.Cam)) {
_root.Cam.shake = 1;
}
Bounds = true;
RE._yscale = 20;
HP = HP - 0.5;
Hitter.TaggedX = Hitter._x;
Hitter.TaggedY = Hitter._y;
Hitter.TaggedMC = this;
yspeed = -20;
xspeed = 0;
if (Hitter._xscale >= 1) {
RE._xscale = 20;
_xscale = (-Xscale);
_rotation = 90;
}
if (Hitter._xscale <= -1) {
RE._xscale = -20;
_xscale = Xscale;
_rotation = -90;
}
Hurt = true;
gotoAndStop ("Hurt");
Man.gotoAndPlay(1);
DieAni = 1;
}
if (temporaryMc.Man.HitCut01.hitTest(this.hitbox)) {
Hitter = temporaryMc;
if (Hitter._name == "player") {
_root.Hud.Combo.ResetTimer = 0;
_root.Hud.Combo.Hit = _root.Hud.Combo.Hit + 1;
_root.Special = _root.Special + 0.5;
} else {
Special = Special + 0.5;
}
RE = _root.attachMovie("Hit6", "Hit6" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
RE._y = this._y - 30;
RE._x = this._x;
RE._yscale = 20;
if (Hitter.Freeze >= 0) {
Hitter.Freeze = 0;
timmer = Hitter.Freeze;
Freeze = Hitter.Freeze;
Hitter.Man.stop();
}
HP = HP - 1;
Hitter.TaggedX = Hitter._x;
Hitter.TaggedY = Hitter._y;
Hitter.TaggedMC = this;
Cut01.start(0, 1);
if (Hitter._xscale >= 1) {
RE._xscale = 20;
_xscale = (-Xscale);
}
if (Hitter._xscale <= -1) {
RE._xscale = -20;
_xscale = Xscale;
}
Hurt = true;
gotoAndStop ("Hurt");
Man.gotoAndPlay(1);
DieAni = 1;
}
if (temporaryMc.Man.HitCut02.hitTest(this.hitbox)) {
Hitter = temporaryMc;
if (Hitter._name == "player") {
_root.Hud.Combo.ResetTimer = 0;
_root.Hud.Combo.Hit = _root.Hud.Combo.Hit + 1;
_root.Special = _root.Special + 0.5;
} else {
Special = Special + 0.5;
}
RE = _root.attachMovie("Hit6", "Hit6" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
RE._y = this._y - 30;
RE._x = this._x;
RE._yscale = 20;
if (Hitter.Freeze >= 0) {
Hitter.Freeze = 0;
timmer = Hitter.Freeze;
Freeze = Hitter.Freeze;
Hitter.Man.stop();
}
HP = HP - 1;
Hitter.TaggedX = Hitter._x;
Hitter.TaggedY = Hitter._y;
Hitter.TaggedMC = this;
Cut02.start(0, 1);
if (Hitter._xscale >= 1) {
RE._xscale = 20;
_xscale = (-Xscale);
}
if (Hitter._xscale <= -1) {
RE._xscale = -20;
_xscale = Xscale;
}
Hurt = true;
gotoAndStop ("Hurt");
Man.gotoAndPlay(1);
DieAni = 1;
}
if (temporaryMc.Man.Cut1.hitTest(this.hitbox)) {
Hitter = temporaryMc;
if (Hitter._name == "player") {
_root.Hud.Combo.ResetTimer = 0;
_root.Hud.Combo.Hit = _root.Hud.Combo.Hit + 1;
_root.Special = _root.Special + 0.5;
} else {
Special = Special + 0.5;
}
RE = _root.attachMovie("Hit6", "Hit6" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
RE._y = this._y;
RE._x = this._x;
RE._yscale = 20;
if (Hitter.Freeze >= 0) {
Hitter.Freeze = -3;
timmer = Hitter.Freeze;
Freeze = Hitter.Freeze;
Hitter.Man.stop();
}
HP = HP - 1;
Hitter.TaggedX = Hitter._x;
Hitter.TaggedY = Hitter._y;
Hitter.TaggedMC = this;
Cut01.start(0, 1);
if (Hitter._xscale >= 1) {
RE._xscale = 20;
_xscale = (-Xscale);
}
if (Hitter._xscale <= -1) {
RE._xscale = -20;
_xscale = Xscale;
}
Hurt = true;
gotoAndStop ("Hurt");
Man.gotoAndPlay(1);
DieAni = 1;
}
if (temporaryMc.Man.Cut2.hitTest(this.hitbox)) {
Hitter = temporaryMc;
if (Hitter._name == "player") {
_root.Hud.Combo.ResetTimer = 0;
_root.Hud.Combo.Hit = _root.Hud.Combo.Hit + 1;
_root.Special = _root.Special + 0.5;
} else {
Special = Special + 0.5;
}
RE = _root.attachMovie("Hit6", "Hit6" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
RE._y = this._y;
RE._x = this._x;
RE._yscale = 20;
if (Hitter.Freeze >= 0) {
Hitter.Freeze = -3;
timmer = Hitter.Freeze;
Freeze = Hitter.Freeze;
Hitter.Man.stop();
}
HP = HP - 1;
Hitter.TaggedX = Hitter._x;
Hitter.TaggedY = Hitter._y;
Hitter.TaggedMC = this;
Cut02.start(0, 1);
if (Hitter._xscale >= 1) {
RE._xscale = 20;
_xscale = (-Xscale);
}
if (Hitter._xscale <= -1) {
RE._xscale = -20;
_xscale = Xscale;
}
Hurt = true;
gotoAndStop ("Hurt");
Man.gotoAndPlay(1);
DieAni = 1;
}
if (temporaryMc.Man.Cut3.hitTest(this.hitbox)) {
Hitter = temporaryMc;
if (Hitter._name == "player") {
_root.Hud.Combo.ResetTimer = 0;
_root.Hud.Combo.Hit = _root.Hud.Combo.Hit + 1;
_root.Special = _root.Special + 0.5;
} else {
Special = Special + 0.5;
}
RE = _root.attachMovie("Hit6", "Hit6" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
RE._y = this._y;
RE._x = this._x;
RE._xscale = 20;
RE._yscale = 20;
if (Hitter.Freeze >= 0) {
Hitter.Freeze = -3;
timmer = Hitter.Freeze;
Freeze = Hitter.Freeze;
Hitter.Man.stop();
}
HP = HP - 1;
Hitter.TaggedX = Hitter._x;
Hitter.TaggedY = Hitter._y;
Hitter.TaggedMC = this;
Cut03.start(0, 1);
if (Hitter._xscale >= 1) {
RE._xscale = 20;
_xscale = (-Xscale);
}
if (Hitter._xscale <= -1) {
RE._xscale = -20;
_xscale = Xscale;
}
Hurt = true;
gotoAndStop ("Hurt");
Man.gotoAndPlay(1);
DieAni = 1;
}
if (temporaryMc.Man.Cut4.hitTest(this.hitbox)) {
Hitter = temporaryMc;
if (Hitter._name == "player") {
_root.Hud.Combo.ResetTimer = 0;
_root.Hud.Combo.Hit = _root.Hud.Combo.Hit + 1;
_root.Special = _root.Special + 0.5;
} else {
Special = Special + 0.5;
}
RE = _root.attachMovie("Hit6", "Hit6" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
RE._y = this._y;
RE._x = this._x;
RE._yscale = 20;
if (Hitter.Freeze >= 0) {
Hitter.Freeze = -3;
timmer = Hitter.Freeze;
Freeze = Hitter.Freeze;
Hitter.Man.stop();
}
HP = HP - 1;
Hitter.TaggedX = Hitter._x;
Hitter.TaggedY = Hitter._y;
Hitter.TaggedMC = this;
Cut04.start(0, 1);
if (Hitter._xscale >= 1) {
RE._xscale = 20;
_xscale = (-Xscale);
}
if (Hitter._xscale <= -1) {
RE._xscale = -20;
_xscale = Xscale;
}
Hurt = true;
gotoAndStop ("Hurt");
Man.gotoAndPlay(1);
DieAni = 1;
}
if (temporaryMc.Man.Cut6.hitTest(this.hitbox)) {
Hitter = temporaryMc;
friction = 0.99;
gravity = 0.1;
if (Hitter._name == "player") {
_root.Hud.Combo.ResetTimer = 0;
_root.Hud.Combo.Hit = _root.Hud.Combo.Hit + 1;
_root.Special = _root.Special + 0.5;
} else {
Special = Special + 0.5;
}
RE = _root.attachMovie("Hit6", "Hit6" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
RE._y = this._y;
RE._x = this._x;
RE._yscale = 20;
if (Hitter.Freeze >= 0) {
Hitter.Freeze = 0;
timmer = Hitter.Freeze;
Freeze = Hitter.Freeze;
Hitter.Man.stop();
}
HP = HP - 0.3;
Hitter.TaggedX = Hitter._x;
Hitter.TaggedY = Hitter._y;
Hitter.TaggedMC = this;
Cut04.start(0, 1);
if (Hitter._xscale >= 1) {
RE._xscale = 20;
_xscale = (-Xscale);
xspeed = -30;
}
if (Hitter._xscale <= -1) {
RE._xscale = -20;
_xscale = Xscale;
xspeed = 30;
}
Hurt = true;
gotoAndStop ("Hurt");
Man.gotoAndPlay(1);
DieAni = 1;
}
if (temporaryMc.Man.Cut7.hitTest(this.hitbox)) {
Hitter = temporaryMc;
friction = 0.99;
if (Hitter._name == "player") {
_root.Hud.Combo.ResetTimer = 0;
_root.Hud.Combo.Hit = _root.Hud.Combo.Hit + 1;
_root.Special = _root.Special + 0.5;
} else {
Special = Special + 0.5;
}
RE = _root.attachMovie("Hit6", "Hit6" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
RE._y = this._y;
RE._x = this._x;
RE._yscale = 20;
if (Hitter.Freeze >= 0) {
Hitter.Freeze = -3;
timmer = Hitter.Freeze;
Freeze = Hitter.Freeze;
Hitter.Man.stop();
}
HP = HP - 1;
Hitter.TaggedX = Hitter._x;
Hitter.TaggedY = Hitter._y;
Hitter.TaggedMC = this;
Cut02.start(0, 1);
yspeed = -7;
if (Hitter._xscale >= 1) {
RE._xscale = 20;
_xscale = (-Xscale);
xspeed = -5;
}
if (Hitter._xscale <= -1) {
RE._xscale = -20;
_xscale = Xscale;
xspeed = 5;
}
Hurt = true;
gotoAndStop ("Hurt");
Man.gotoAndPlay("Hurt2");
DieAni = 1;
}
if (temporaryMc.Man.Cut8.hitTest(this.hitbox)) {
Hitter = temporaryMc;
friction = 0.99;
if (Hitter._name == "player") {
_root.Hud.Combo.ResetTimer = 0;
_root.Hud.Combo.Hit = _root.Hud.Combo.Hit + 1;
_root.Special = _root.Special + 0.5;
} else {
Special = Special + 0.5;
}
RE = _root.attachMovie("Hit6", "Hit6" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
RE._y = this._y;
RE._x = this._x;
RE._yscale = 20;
if (Hitter.Freeze >= 0) {
Hitter.Freeze = -3;
timmer = Hitter.Freeze;
Freeze = Hitter.Freeze;
Hitter.Man.stop();
}
HP = HP - 1;
Hitter.TaggedX = Hitter._x;
Hitter.TaggedY = Hitter._y;
do {
do {
// swfAction0x02 // Unknown action
}
}
}
if (temporaryMc.Man.Cut9.hitTest(this.hitbox)) {
Hitter = temporaryMc;
if (Hitter._name == "player") {
_root.Hud.Combo.ResetTimer = 0;
_root.Hud.Combo.Hit = _root.Hud.Combo.Hit + 1;
_root.Special = _root.Special + 0.5;
} else {
Special = Special + 0.5;
}
RE = _root.attachMovie("Hit6", "Hit6" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
RE._y = this._y;
RE._x = this._x;
RE._yscale = 20;
if (Hitter.Freeze >= 0) {
Hitter.Freeze = -3;
timmer = Hitter.Freeze;
Freeze = Hitter.Freeze;
Hitter.Man.stop();
}
HP = HP - 1;
Hitter.TaggedX = Hitter._x;
Hitter.TaggedY = Hitter._y;
Hitter.TaggedMC = this;
Cut01.start(0, 1);
yspeed = -1;
xspeed = 0;
if (Hitter._xscale >= 1) {
RE._xscale = 20;
_xscale = (-Xscale);
}
if (Hitter._xscale <= -1) {
RE._xscale = -20;
_xscale = Xscale;
}
Hurt = true;
gotoAndStop ("Hurt");
Man.gotoAndPlay(1);
DieAni = 1;
}
if (temporaryMc.Man.Cut10.hitTest(this.hitbox)) {
Bounds = true;
friction = 0.95;
Hitter = temporaryMc;
if (Hitter._name == "player") {
_root.Hud.Combo.ResetTimer = 0;
_root.Hud.Combo.Hit = _root.Hud.Combo.Hit + 1;
_root.Special = _root.Special + 1;
} else {
Special = Special + 1;
}
RE = _root.attachMovie("HitS", "HitS" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
RE._y = Hitter._y - 20;
RE._xscale = 40;
RE._yscale = 40;
Cut03.start(0, 1);
yspeed = -10;
if (Hitter.hitbox.hitTest(_root.Cam)) {
_root.Cam.shake = 5;
}
if (Hitter.Freeze >= 0) {
Hitter.Freeze = -3;
timmer = Hitter.Freeze;
Freeze = Hitter.Freeze;
Hitter.Man.stop();
}
Hitter.TaggedX = Hitter._x;
Hitter.TaggedY = Hitter._y;
Hitter.TaggedMC = this;
HP = HP - 3;
if (Hitter._xscale >= 1) {
if (!RightWall) {
xspeed = Hitter.xspeed + 45;
} else {
xspeed = -20;
}
RE._x = Hitter._x + 50;
_xscale = (-Xscale);
}
if (Hitter._xscale <= -1) {
if (!LeftWall) {
xspeed = Hitter.xspeed - 45;
} else {
xspeed = 20;
}
RE._x = Hitter._x - 50;
_xscale = Xscale;
}
Hurt = true;
onground = false;
flying = true;
gravity = 0.7;
gotoAndStop ("Hurt");
Man.gotoAndPlay("FlyAway");
DieAni = 1;
}
if (temporaryMc.Man.QuickCut01.hitTest(this.hitbox)) {
Bounds = true;
friction = 0.95;
Hitter = temporaryMc;
if (Hitter._name == "player") {
_root.Hud.Combo.ResetTimer = 0;
_root.Hud.Combo.Hit = _root.Hud.Combo.Hit + 1;
_root.Special = _root.Special + 1;
} else {
Special = Special + 1;
}
RE = _root.attachMovie("HitS", "HitS" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
RE._y = Hitter._y - 20;
RE._xscale = 40;
RE._yscale = 40;
Cut01.start(0, 1);
yspeed = 0;
if (Hitter.hitbox.hitTest(_root.Cam)) {
_root.Cam.shake = 1;
}
if (Hitter.Freeze >= 0) {
Hitter.Freeze = -3;
timmer = Hitter.Freeze;
Freeze = Hitter.Freeze;
Hitter.Man.stop();
}
Hitter.TaggedX = Hitter._x;
Hitter.TaggedY = Hitter._y;
Hitter.TaggedMC = this;
HP = HP - 0.5;
if (Hitter._xscale >= 1) {
if (!RightWall) {
xspeed = 0;
} else {
xspeed = 0;
}
RE._x = Hitter._x + 50;
_xscale = (-Xscale);
}
if (Hitter._xscale <= -1) {
if (!LeftWall) {
xspeed = 0;
} else {
xspeed = 0;
}
RE._x = Hitter._x - 50;
_xscale = Xscale;
}
Hurt = true;
onground = false;
flying = false;
gravity = 0.7;
gotoAndStop ("Hurt");
Man.gotoAndPlay(1);
DieAni = 1;
}
if (temporaryMc.Man.QuickCut02.hitTest(this.hitbox)) {
Bounds = true;
friction = 0.95;
Hitter = temporaryMc;
if (Hitter._name == "player") {
_root.Hud.Combo.ResetTimer = 0;
_root.Hud.Combo.Hit = _root.Hud.Combo.Hit + 1;
_root.Special = _root.Special + 1;
} else {
Special = Special + 1;
}
RE = _root.attachMovie("HitS", "HitS" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
RE._y = Hitter._y - 20;
RE._xscale = 40;
RE._yscale = 40;
Cut02.start(0, 1);
yspeed = 0;
if (Hitter.hitbox.hitTest(_root.Cam)) {
_root.Cam.shake = 1;
}
if (Hitter.Freeze >= 0) {
Hitter.Freeze = -3;
timmer = Hitter.Freeze;
Freeze = Hitter.Freeze;
Hitter.Man.stop();
}
Hitter.TaggedX = Hitter._x;
Hitter.TaggedY = Hitter._y;
Hitter.TaggedMC = this;
HP = HP - 0.5;
if (Hitter._xscale >= 1) {
if (!RightWall) {
xspeed = 0;
} else {
xspeed = 0;
}
RE._x = Hitter._x + 50;
_xscale = (-Xscale);
}
if (Hitter._xscale <= -1) {
if (!LeftWall) {
xspeed = 0;
} else {
xspeed = 0;
}
RE._x = Hitter._x - 50;
_xscale = Xscale;
}
Hurt = true;
onground = false;
flying = false;
gravity = 0.7;
gotoAndStop ("Hurt");
Man.gotoAndPlay(1);
DieAni = 1;
}
if (temporaryMc.Man.Cut13.hitTest(this.hitbox)) {
Bounds = false;
friction = 0.95;
Hitter = temporaryMc;
if (Hitter._name == "player") {
_root.Hud.Combo.ResetTimer = 0;
_root.Hud.Combo.Hit = _root.Hud.Combo.Hit + 1;
_root.Special = _root.Special + 1;
} else {
Special = Special + 1;
}
RE = _root.attachMovie("HitS", "HitS" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
RE._y = Hitter._y - 20;
RE._xscale = 40;
RE._yscale = 40;
Cut03.start(0, 1);
yspeed = 1;
if (Hitter.hitbox.hitTest(_root.Cam)) {
_root.Cam.shake = 1;
}
if (Hitter.Freeze >= 0) {
Hitter.Freeze = -3;
timmer = Hitter.Freeze;
Freeze = Hitter.Freeze;
Hitter.Man.stop();
}
Hitter.TaggedX = Hitter._x;
Hitter.TaggedY = Hitter._y;
Hitter.TaggedMC = this;
HP = HP - 2;
if (Hitter._xscale >= 1) {
if (!RightWall) {
xspeed = 0;
} else {
xspeed = 0;
}
RE._x = Hitter._x + 50;
_xscale = (-Xscale);
}
if (Hitter._xscale <= -1) {
if (!LeftWall) {
xspeed = 0;
} else {
xspeed = 0;
}
RE._x = Hitter._x - 50;
_xscale = Xscale;
}
Hurt = true;
flying = true;
gravity = 0.7;
gotoAndStop ("Hurt");
if (!onground) {
Man.gotoAndPlay("FlyAway");
} else {
Man.gotoAndPlay(1);
}
DieAni = 1;
}
if (temporaryMc.Man.Cutdown.hitTest(this.hitbox)) {
Bounds = true;
friction = 0.95;
Hitter = temporaryMc;
if (Hitter._name == "player") {
_root.Hud.Combo.ResetTimer = 0;
_root.Hud.Combo.Hit = _root.Hud.Combo.Hit + 1;
_root.Special = _root.Special + 1;
} else {
Special = Special + 1;
}
RE = _root.attachMovie("HitS", "HitS" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
RE._y = Hitter._y - 20;
RE._xscale = 40;
RE._yscale = 40;
Cut03.start(0, 1);
yspeed = 30;
if (Hitter.hitbox.hitTest(_root.Cam)) {
_root.Cam.shake = 1;
}
if (Hitter.Freeze >= 0) {
Hitter.Freeze = -3;
timmer = Hitter.Freeze;
Freeze = Hitter.Freeze;
Hitter.Man.stop();
}
Hitter.TaggedX = Hitter._x;
Hitter.TaggedY = Hitter._y;
Hitter.TaggedMC = this;
HP = HP - 2;
if (Hitter._xscale >= 1) {
if (!RightWall) {
xspeed = 10;
} else {
xspeed = 0;
}
RE._x = Hitter._x + 50;
_xscale = (-Xscale);
}
if (Hitter._xscale <= -1) {
if (!LeftWall) {
xspeed = -10;
} else {
xspeed = 0;
}
RE._x = Hitter._x - 50;
_xscale = Xscale;
}
Hurt = true;
onground = false;
flying = true;
gravity = 0.7;
gotoAndStop ("Hurt");
Man.gotoAndPlay("FlyAway");
DieAni = 1;
}
}
}
}
_local3++;
}
}
}
};
namer = function () {
Namer._x = this._x;
Namer._y = this._y;
this.onUnload = resetN;
};
onEnterFrame = function () {
Morehits();
namer();
} while (_root.Game == "set");
} while (_root.Game == "Pause");
FBug1 = _currentframe;
FBug2 = Man._currentframe;
RenewHp = this.HP;
reNewHp = _xscale;
if (_root.Cam.hitTest(this)) {
this._visible = true;
} else {
this._visible = false;
}
if (this._name != "player") {
this.bgSound.setVolume(this.distancePlayer);
this.SoundDis._visible = 0;
this.SoundDis._x = this._x;
this.SoundDis._y = this._y;
if (_root.player.hitTest(SoundDis.Hard)) {
this.distancePlayer = 100;
} else if (_root.player.hitTest(SoundDis.Mid)) {
this.distancePlayer = 80;
} else if (_root.player.hitTest(SoundDis.Mid2)) {
this.distancePlayer = 60;
} else if (_root.player.hitTest(SoundDis.Mid3)) {
this.distancePlayer = 40;
} else if (_root.player.hitTest(SoundDis.Mid4)) {
this.distancePlayer = 20;
} else if (_root.player.hitTest(SoundDis.Mid5)) {
this.distancePlayer = 10;
} else {
this.distancePlayer = 0;
}
}
if (this._name == "player") {
if (this.HP <= 1E-10) {
_root.Aimer._x = Hitter._x;
_root.Aimer._y = Hitter._y;
_root.Cam.Follow = Hitter;
}
if (this.HP >= 0.0001) {
_root.Cam.Follow = this;
}
this.bgSound.setVolume(100);
distancePlayer = 100;
this.SoundDis._visible = 0;
this.SoundDis._x = this._x;
this.SoundDis._y = this._y;
}
if (Hold) {
this._x = GrabbedBy._x;
this._y = GrabbedBy._y;
}
if (Kills > (_root.MaxKills - 1)) {
Kills = _root.MaxKills;
_root.Game = "set";
if (_name == "player") {
_root.won = true;
} else {
_root.won = false;
}
}
this.Skin.Bar._xscale = HP;
SpawnWhere = random(SpawnLimit) + 1;
if ((DieAni == 1) && (HP <= 0)) {
gotoAndStop ("Hurt");
Man.gotoAndPlay("dead01");
DieAni = 0;
}
if ((yspeed >= 200) && (HP >= 0.0001)) {
HP = 0;
}
if (this._name != "player") {
if (Special >= 100) {
if (this.HP <= 1E-10) {
if (this.hitTest(_root.Cam)) {
this.Powercharge._alpha = 100;
} else {
this.Powercharge._alpha = 0;
}
}
} else {
this.Powercharge._alpha = 0;
}
if (Special <= 0) {
Special = 0;
}
Special = Special + 0.04;
if (Special >= 100) {
Special = 100;
}
}
if (this.HP <= 1E-10) {
if (this._name != "player") {
this.Skin._alpha = 0;
}
if (Finished == 1) {
Def = _root.attachMovie("Defeated", "Defeat" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
Def._y = this._y;
Def._x = this._x;
Finished = 0;
this.Hitter.Kills = this.Hitter.Kills + 1;
if (this._name != "player") {
_root.Hud.Combo.ResetTimer = 0;
_root.Hud.Combo.Hit = 0;
}
if (Hitter.Team == "Red") {
_root.RedTeam = _root.RedTeam + 1;
_root.UpdateScore = true;
_root.timernumb = 10;
_root.Mykills = _root.Mykills + 1;
}
if (Hitter.Team == "Blue") {
_root.BlueTeam = _root.BlueTeam + 1;
_root.UpdateScore = true;
_root.timernumb = 11;
_root.Cpu1 = Kills - 1;
}
}
Def._y = this._y;
Def._x = this._x;
Hurt = true;
HP = 0;
} else {
this._alpha = 100;
if (this._name != "player") {
Skin._alpha = 100;
}
Finished = 1;
}
if (respawn >= respawnLimit) {
xspeed = 0;
yspeed = 0;
if (SpawnWhere == 1) {
this._x = _root.S1._x;
this._y = _root.S1._y - 40;
}
if (SpawnWhere == 2) {
this._x = _root.S2._x;
this._y = _root.S2._y - 40;
}
if (SpawnWhere == 3) {
this._x = _root.S3._x;
this._y = _root.S3._y - 40;
}
if (SpawnWhere == 4) {
this._x = _root.S4._x;
this._y = _root.S4._y - 40;
}
gotoAndStop (1);
HP = RespawnHP;
respawn = 0;
}
if (respawn >= (respawnLimit / 2)) {
_alpha = (_alpha - 1);
}
if (this.HP <= 1E-10) {
respawn = respawn + 1;
}
if (_xscale <= -1) {
this.Skin._xscale = RScale;
}
if (_xscale >= 1) {
this.Skin._xscale = -RScale;
}
if (Freeze >= 0) {
Man.play();
_x = (_x + xspeed);
_y = (_y + yspeed);
xspeed = xspeed * friction;
yspeed = yspeed + gravity;
if (((RightWall && (Bot)) && (HP <= 50)) && (flying)) {
xspeed = 0;
yspeed = 0;
_xscale = (-Xscale);
gotoAndStop ("Hurt");
Man.gotoAndPlay("JumpOff");
flying = false;
}
if (((LeftWall && (Bot)) && (HP <= 50)) && (flying)) {
xspeed = 0;
yspeed = 0;
_xscale = Xscale;
gotoAndStop ("Hurt");
Man.gotoAndPlay("JumpOff");
flying = false;
}
if (_root.ground.hitTest(this._x + 68, this._y, true)) {
if (((Bounds && (flying)) && (xspeed >= 2)) && (!onground)) {
if (!Key.isDown(BlockKey)) {
Man.gotoAndPlay("Wall");
flying = false;
}
}
RightWall = true;
} else {
RightWall = false;
}
if (_root.ground.hitTest(this._x - 68, this._y, true)) {
if (((Bounds && (flying)) && (xspeed <= -2)) && (!onground)) {
if (!Key.isDown(BlockKey)) {
Man.gotoAndPlay("Wall");
flying = false;
}
}
LeftWall = true;
} else {
LeftWall = false;
}
if (_root.ground.hitTest(this._x, this._y + 33, true) or _root.GroundSlop.hitTest(this._x, this._y + 33, true)) {
gravity = 0;
onground = true;
} else {
onground = false;
if (!Hurt) {
gravity = MainGravity;
}
}
if ((xspeed <= 35) && (xspeed >= -35)) {
if (xspeed <= 30) {
while (_root.ground.hitTest(this._x, this._y + 30, true) or _root.GroundSlop.hitTest(this._x, this._y + 30, true)) {
if (_root.GroundSlop.hitTest(this._x, this._y + 30, true)) {
yspeed = 30;
} else {
yspeed = 0;
}
_y = (_y-1);
}
while (_root.ground.hitTest(this._x, this._y - 30, true)) {
yspeed = 0;
_y = (_y+1);
}
}
if ((xspeed > 30) && (xspeed <= 60)) {
while (_root.ground.hitTest(this._x - 40, this._y + 30, true) or _root.GroundSlop.hitTest(this._x - 40, this._y + 30, true)) {
if (_root.GroundSlop.hitTest(this._x - 40, this._y + 30, true)) {
yspeed = 30;
} else {
yspeed = 0;
}
_y = (_y-1);
}
while (_root.ground.hitTest(this._x - 40, this._y - 30, true)) {
yspeed = 0;
_y = (_y+1);
}
}
if (xspeed > 60) {
while (_root.ground.hitTest(this._x - 60, this._y + 30, true) or _root.GroundSlop.hitTest(this._x - 60, this._y + 30, true)) {
if (_root.GroundSlop.hitTest(this._x - 60, this._y + 30, true)) {
yspeed = 30;
} else {
yspeed = 0;
}
_y = (_y-1);
}
while (_root.ground.hitTest(this._x - 60, this._y - 30, true)) {
yspeed = 0;
_y = (_y+1);
}
}
}
if (xspeed >= 40) {
if (yspeed <= 60) {
while (_root.ground.hitTest(this._x - 40, this._y + 30, true) or _root.GroundSlop.hitTest(this._x - 40, this._y + 30, true)) {
if (_root.GroundSlop.hitTest(this._x - 40, this._y + 30, true)) {
yspeed = 30;
} else {
yspeed = 0;
}
_y = (_y-1);
}
while (_root.ground.hitTest(this._x - 40, this._y + 30, true)) {
yspeed = 0;
_y = (_y-1);
}
}
}
if (xspeed >= 50) {
if (yspeed <= 60) {
while (_root.ground.hitTest(this._x - 60, this._y + 30, true) or _root.GroundSlop.hitTest(this._x - 60, this._y + 30, true)) {
if (_root.GroundSlop.hitTest(this._x - 60, this._y + 30, true)) {
yspeed = 30;
} else {
yspeed = 0;
}
_y = (_y-1);
}
while (_root.ground.hitTest(this._x - 60, this._y + 30, true)) {
yspeed = 0;
_y = (_y-1);
}
}
}
if (xspeed <= -40) {
if (yspeed <= 60) {
while (_root.ground.hitTest(this._x + 40, this._y + 30, true) or _root.GroundSlop.hitTest(this._x + 40, this._y + 30, true)) {
if (_root.GroundSlop.hitTest(this._x + 40, this._y + 30, true)) {
yspeed = 30;
} else {
yspeed = 0;
}
_y = (_y-1);
}
while (_root.ground.hitTest(this._x + 40, this._y + 30, true)) {
yspeed = 0;
_y = (_y-1);
}
}
}
if (xspeed <= -50) {
if (yspeed <= 60) {
while (_root.ground.hitTest(this._x + 60, this._y + 30, true) or _root.GroundSlop.hitTest(this._x + 60, this._y + 30, true)) {
if (_root.GroundSlop.hitTest(this._x + 60, this._y + 30, true)) {
yspeed = 30;
} else {
yspeed = 0;
}
_y = (_y-1);
}
while (_root.ground.hitTest(this._x + 60, this._y + 30, true)) {
yspeed = 0;
_y = (_y-1);
}
}
}
if ((yspeed <= 49) && (yspeed >= -49)) {
if (xspeed <= 30) {
while (_root.ground.hitTest(this._x + 40, this._y, true)) {
if (!Bounds) {
xspeed = 0;
} else {
xspeed = -20;
}
_x = (_x-1);
}
while (_root.ground.hitTest(this._x - 40, this._y, true)) {
if (!Bounds) {
xspeed = 0;
} else {
xspeed = 20;
}
_x = (_x+1);
}
}
if ((xspeed > 30) && (xspeed < 60)) {
while (_root.ground.hitTest(this._x + 40, this._y, true)) {
if (!Bounds) {
xspeed = 0;
} else {
xspeed = -20;
}
_x = (_x-1);
}
while (_root.ground.hitTest(this._x + 40, this._y, true)) {
if (!Bounds) {
xspeed = 0;
} else {
xspeed = 20;
}
_x = (_x+1);
}
}
if (xspeed >= 60) {
while (_root.ground.hitTest(this._x + 40, this._y, true)) {
if (!Bounds) {
xspeed = 0;
} else {
xspeed = -20;
}
_x = (_x-1);
}
while (_root.ground.hitTest(this._x - 120, this._y, true)) {
if (!Bounds) {
xspeed = 0;
} else {
xspeed = 20;
}
_x = (_x+1);
}
}
if ((xspeed < -30) && (xspeed > -60)) {
while (_root.ground.hitTest(this._x - 40, this._y, true)) {
if (!Bounds) {
xspeed = 0;
} else {
xspeed = -20;
}
_x = (_x+1);
}
while (_root.ground.hitTest(this._x - 40, this._y, true)) {
if (!Bounds) {
xspeed = 0;
} else {
xspeed = 20;
}
_x = (_x+1);
}
}
if (xspeed >= 60) {
while (_root.ground.hitTest(this._x + 40, this._y, true)) {
if (!Bounds) {
xspeed = 0;
} else {
xspeed = -20;
}
_x = (_x-1);
}
while (_root.ground.hitTest(this._x - 120, this._y, true)) {
if (!Bounds) {
xspeed = 0;
} else {
xspeed = 20;
}
_x = (_x+1);
}
}
}
if (yspeed >= 50) {
while (_root.ground.hitTest(this._x + 40, this._y - 40, true)) {
if (!Bounds) {
xspeed = 0;
} else {
xspeed = -20;
}
_x = (_x-1);
}
while (_root.ground.hitTest(this._x - 40, this._y - 40, true)) {
if (!Bounds) {
xspeed = 0;
} else {
xspeed = 20;
}
_x = (_x+1);
}
}
if (yspeed <= -50) {
while (_root.ground.hitTest(this._x + 40, this._y + 40, true)) {
if (!Bounds) {
xspeed = 0;
} else {
xspeed = -20;
}
_x = (_x-1);
}
while (_root.ground.hitTest(this._x - 30, this._y + 40, true)) {
if (!Bounds) {
xspeed = 0;
} else {
xspeed = 20;
}
_x = (_x+1);
}
}
}
if (!Hurt) {
if (Key.isDown(DownKey) and (Key.isDown(BlockKey) && (!onground))) {
if (yspeed <= 29) {
yspeed = 30;
}
}
}
if (((fight && (!Hurt)) && (Bot)) && (Targget.HP >= 0.0001)) {
if (ComboMove == 1) {
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack2");
fight = true;
ComboMove = 0;
}
if (ComboMove == 2) {
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack3");
fight = true;
ComboMove = 0;
}
if (ComboMove == 3) {
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack4");
fight = true;
ComboMove = 0;
}
if (ComboMove == 6) {
if ((Mode == "Follow") or (Mode == "Monster")) {
if (RandomCombo == 1) {
if (TaggedX != 0) {
this._x = TaggedMC._x;
this._y = TaggedMC._y;
}
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack6");
fight = true;
ComboMove = 100;
}
if (RandomCombo == 2) {
if (TaggedX != 0) {
this._x = TaggedMC._x;
this._y = TaggedMC._y;
}
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack16");
fight = true;
ComboMove = 100;
}
}
}
if (ComboMove == 7) {
if ((Mode == "Follow") or (Mode == "Monster")) {
if (TaggedX != 0) {
this._x = TaggedMC._x;
this._y = TaggedMC._y;
}
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack7");
fight = true;
ComboMove = 100;
}
}
RandomCombo = random(2) + 1;
if (ComboMove == 12) {
if ((Mode == "Follow") or (Mode == "Monster")) {
if (RandomCombo == 1) {
if (TaggedX != 0) {
this._x = TaggedMC._x;
this._y = TaggedMC._y;
TaggedMC.yspeed = 30;
yspeed = TaggedMC.yspeed;
TaggedMC.xspeed = 0;
}
gotoAndStop ("Attack");
NoobPoint = 0;
Man.gotoAndPlay("Attack11");
fight = true;
ComboMove = 0;
}
}
if (RandomCombo == 2) {
if (TaggedX != 0) {
this._x = TaggedMC._x;
this._y = TaggedMC._y;
TaggedMC.yspeed = 30;
yspeed = TaggedMC.yspeed;
TaggedMC.xspeed = 0;
}
gotoAndStop ("Attack");
NoobPoint = 0;
Man.gotoAndPlay("Attack20");
fight = true;
ComboMove = 0;
}
}
if (ComboMove == 10) {
gotoAndStop ("Attack");
NoobPoint = 0;
Man.gotoAndPlay("Attack13");
fight = true;
ComboMove = 100;
}
if (ComboMove == 15) {
gotoAndStop ("Attack");
NoobPoint = 0;
Man.gotoAndPlay("Attack17");
fight = true;
ComboMove = 0;
}
if (ComboMove == 17) {
if (TaggedX != 0) {
TaggedMC.yspeed = 30;
this._x = TaggedMC._x;
this._y = TaggedMC._y;
gotoAndStop ("Attack");
NoobPoint = 0;
Man.gotoAndPlay("Attack13");
fight = true;
ComboMove = 0;
}
}
if ((ComboMove == 300) && (Special >= 100)) {
gotoAndStop ("Attack");
Man.gotoAndPlay("Charging");
NoobPoint = 0;
fight = true;
ComboMove = 0;
}
if ((ComboMove == 300) && (Special <= 99)) {
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack14");
NoobPoint = 0;
fight = true;
ComboMove = 0;
}
if (ComboMove == 14) {
if ((Mode == "Follow") or (Mode == "Monster")) {
if (TaggedX != 0) {
TaggedMC.yspeed = 30;
yspeed = TaggedMC.yspeed;
xspeed = TaggedMC.xspeed;
this._x = TaggedMC._x;
this._y = TaggedMC._y;
}
if (RandomCombo == 1) {
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack6");
NoobPoint = 0;
fight = true;
ComboMove = 0;
}
if (RandomCombo == 2) {
yspeed = -JumpPower;
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack12");
NoobPoint = 0;
fight = true;
ComboMove = 0;
}
}
}
}
if (((!fight) && (!Hurt)) && (Bot)) {
if (Mode == "Normal") {
DistanceClose = 60;
RandomCombo = random(2) + 1;
MoveIn = 0;
if (Targget._x >= (_x + DistanceClose)) {
xspeed = xspeed + power;
NoobPoint = 50;
if (onground) {
_xscale = Xscale;
gotoAndStop ("run");
}
if (!onground) {
gotoAndStop ("Jump");
}
} else if (Targget._x <= (_x - DistanceClose)) {
xspeed = xspeed - power;
NoobPoint = 50;
if (onground) {
_xscale = (-Xscale);
gotoAndStop ("run");
}
if (!onground) {
gotoAndStop ("Jump");
}
} else {
MoveIn = MoveIn + 1;
if (onground) {
gotoAndStop ("stand");
}
if (!onground) {
gotoAndStop ("Jump");
}
}
if (((_root.BotReadP1 != "ground") && (_root.BotReadP1 != "attack")) && (NoobPoint <= 40)) {
if (Targget.hitbox.hitTest(this._x + 80, this._y, true) or (Targget.hitbox.hitTest(this._x + 40, this._y, true) or (Targget.hitbox.hitTest(this._x + 10, this._y, true) or Targget.hitbox.hitTest(this._x - 60, this._y, true)))) {
if (RandomCombo == 1) {
_xscale = Xscale;
gotoAndStop ("Attack");
Man.gotoAndPlay(1);
NoobPoint = 150;
fight = true;
}
if (RandomCombo == 2) {
_xscale = Xscale;
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack5");
NoobPoint = 150;
fight = true;
}
}
if (Targget.hitbox.hitTest(this._x - 80, this._y, true) or (Targget.hitbox.hitTest(this._x - 40, this._y, true) or (Targget.hitbox.hitTest(this._x - 10, this._y, true) or Targget.hitbox.hitTest(this._x - 60, this._y, true)))) {
_xscale = (-Xscale);
gotoAndStop ("Attack");
Man.gotoAndPlay(1);
NoobPoint = 150;
fight = true;
}
}
if ((((_root.BotReadP1 != "ground") && (_root.BotReadP1 != "attack")) && (NoobPoint <= 90)) && (NoobPoint <= 41)) {
if (Targget.hitbox.hitTest(this._x + 150, this._y, true) or (Targget.hitbox.hitTest(this._x + 80, this._y, true) or Targget.hitbox.hitTest(this._x + 50, this._y, true))) {
_xscale = Xscale;
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack14");
fight = true;
}
if (Targget.hitbox.hitTest(this._x - 150, this._y, true) or (Targget.hitbox.hitTest(this._x - 80, this._y, true) or Targget.hitbox.hitTest(this._x - 50, this._y, true))) {
_xscale = (-Xscale);
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack14");
fight = true;
}
}
if ((((_root.BotReadP1 != "ground") && (_root.BotReadP1 != "attack")) && (_root.BotReadP1 == "run")) && (NoobPoint <= 40)) {
if (Targget.hitbox.hitTest(this._x + 200, this._y, true) or (Targget.hitbox.hitTest(this._x + 150, this._y, true) or Targget.hitbox.hitTest(this._x + 90, this._y, true))) {
_xscale = (-Xscale);
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack14");
NoobPoint = 250;
fight = true;
}
if (Targget.hitbox.hitTest(this._x - 200, this._y, true) or (Targget.hitbox.hitTest(this._x - 150, this._y, true) or Targget.hitbox.hitTest(this._x - 90, this._y, true))) {
_xscale = Xscale;
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack14");
NoobPoint = 250;
fight = true;
}
}
if ((((_root.BotReadP1 != "ground") && (_root.BotReadP1 != "attack")) && (_root.BotReadP1 == "stand")) && (NoobPoint <= 40)) {
if (Targget.hitbox.hitTest(this._x + 200, this._y, true) or (Targget.hitbox.hitTest(this._x + 150, this._y, true) or Targget.hitbox.hitTest(this._x + 90, this._y, true))) {
_xscale = Xscale;
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack9");
NoobPoint = 10;
fight = true;
}
if (Targget.hitbox.hitTest(this._x - 200, this._y, true) or (Targget.hitbox.hitTest(this._x - 150, this._y, true) or Targget.hitbox.hitTest(this._x - 90, this._y, true))) {
_xscale = (-Xscale);
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack9");
NoobPoint = 75;
fight = true;
}
}
}
}
if ((!_root.player.Hurt) && (NoobPoint >= 0)) {
NoobPoint = NoobPoint - 1;
}
if (fight && (!Hurt)) {
if (GrabMove) {
if (Key.isDown(RightKey)) {
xspeed = xspeed + power;
} else if (Key.isDown(LeftKey)) {
xspeed = xspeed - power;
}
}
}
if ((!fight) && (!Hurt)) {
if (Bot) {
if (Mode == "Monster") {
CloseN = 50;
if (MoveIn <= 10) {
DistanceClose = 100;
} else {
DistanceClose = 50;
}
if (MoveIn >= 50) {
MoveIn = 0;
}
if (((Targget.BotRead == "IncomingMove") && (_currentframe == 2)) && (onground)) {
gotoAndStop ("stand");
}
if ((((((FindWay == 0) && (_currentframe != 5)) && (DrawMove != "AirMove")) && (DrawMove != "Duck")) && (Targget.BotRead != "IncomingMove")) && (Targget.BotRead != "IncomingSpecial2")) {
if (Targget._x >= (_x + DistanceClose)) {
xspeed = xspeed + power;
if (onground) {
_xscale = Xscale;
gotoAndStop ("run");
}
if (!onground) {
gotoAndStop ("Jump");
}
} else if (Targget._x <= (_x - DistanceClose)) {
xspeed = xspeed - power;
if (onground) {
_xscale = (-Xscale);
gotoAndStop ("run");
}
if (!onground) {
gotoAndStop ("Jump");
}
} else {
MoveIn = MoveIn + 1;
if (onground) {
gotoAndStop ("stand");
}
if (!onground) {
gotoAndStop ("Jump");
}
}
}
if (_root.Topfight.hitTest(Targget._x, Targget._y, true)) {
if (Targget.hitTest(this._x, this._y - 270, true) && (onground)) {
if (((FindWay != 1) && (FindWay != 2)) && (FindWay != 3)) {
FindWay = 1;
}
} else if (_root.MoveMent03.hitTest(this._x, this._y, true)) {
if (FindWay != 5) {
FindWay = 4;
}
}
}
if (FindWay == 1) {
if (_root.MoveMent01._x >= (_x + 50)) {
xspeed = xspeed + power;
_xscale = Xscale;
gotoAndStop ("run");
} else if (_root.MoveMent01._x <= (_x - 50)) {
xspeed = xspeed - power;
_xscale = (-Xscale);
gotoAndStop ("run");
} else {
FindWay = 2;
gotoAndStop ("stand");
}
if (!_root.Topfight.hitTest(Targget._x, Targget._y, true)) {
FindWay = 0;
}
}
if (FindWay == 2) {
if (onground) {
gotoAndStop ("StartJump");
FindWay = 3;
}
if (!_root.Topfight.hitTest(Targget._x, Targget._y, true)) {
FindWay = 0;
}
}
if (FindWay == 4) {
if (onground) {
gotoAndStop ("StartJump");
FindWay = 5;
}
if (!_root.Topfight.hitTest(Targget._x, Targget._y, true)) {
FindWay = 0;
}
}
if (FindWay == 3) {
if (!_root.Topfight.hitTest(Targget._x, Targget._y, true)) {
FindWay = 0;
}
if (_root.MoveMent02.hitTest(this._x, this._y, true)) {
FindWay = 0;
}
if (_root.MoveMent01.hitTest(this._x, this._y, true)) {
FindWay = 2;
}
if (((!onground) && (yspeed >= 1)) && (JumpTimes >= 1)) {
yspeed = -JumpPower;
gotoAndStop ("Jump");
Man.gotoAndPlay(1);
JumpTimes = JumpTimes - 1;
}
if (_currentframe != 5) {
if (_root.MoveMent02._x >= (_x + 50)) {
xspeed = xspeed + power;
_xscale = Xscale;
if (onground) {
gotoAndStop ("run");
}
if (!onground) {
gotoAndStop ("Jump");
}
} else if (_root.MoveMent02._x <= (_x - 50)) {
xspeed = xspeed - power;
_xscale = (-Xscale);
if (onground) {
gotoAndStop ("run");
}
if (!onground) {
gotoAndStop ("Jump");
}
} else {
FindWay = 0;
if (onground) {
gotoAndStop ("stand");
}
if (!onground) {
gotoAndStop ("Jump");
}
}
}
}
if (FindWay == 5) {
if (!_root.Topfight.hitTest(Targget._x, Targget._y, true)) {
FindWay = 0;
}
if (_root.MoveMent05.hitTest(this._x, this._y, true)) {
FindWay = 0;
}
xspeed = xspeed + power;
if (((!onground) && (yspeed >= 1)) && (JumpTimes >= 1)) {
yspeed = -JumpPower;
gotoAndStop ("Jump");
Man.gotoAndPlay(1);
JumpTimes = JumpTimes - 1;
}
}
if ((FindWay == 7) && (_currentframe != 9)) {
if (!_root.Topfight.hitTest(Targget._x, Targget._y, true)) {
FindWay = 0;
}
if (onground) {
gotoAndStop ("StartJump");
FindWay = 0;
}
}
if ((DrawMove == "Duck") && (onground)) {
gotoAndStop ("Duck");
if ((Targget._currentframe == 1) or (Targget._currentframe == 2)) {
DrawMove = "Fuckhimup";
}
if (Key.isDown(Targget.JumpKey) && (Targget.pressJump)) {
DrawMove = "Fuckhimup";
}
}
if (DrawMove == "Fuckhimup") {
if (Targget.BotRead == "IncomingSpecial") {
if ((((Targget._x <= this._x) && (Targget._x >= (this._x - 420))) && (Targget._y >= (this._y - 120))) && (Targget._y <= (this._y + 120))) {
gotoAndStop ("Hurt");
Man.gotoAndPlay("RollBack2");
NoobPoint = 0;
DrawMove = "Timeit";
fight = true;
}
if ((((Targget._x >= this._x) && (Targget._x <= (this._x + 420))) && (Targget._y >= (this._y - 120))) && (Targget._y <= (this._y + 120))) {
gotoAndStop ("Hurt");
Man.gotoAndPlay("RollBack2");
NoobPoint = 0;
DrawMove = "Timeit";
fight = true;
}
}
if (Targget.BotRead == "IncomingSpecial2") {
if ((((Targget._x <= this._x) && (Targget._x >= (this._x - 420))) && (Targget._y >= (this._y - 120))) && (Targget._y <= (this._y + 120))) {
gotoAndStop ("Duck");
}
if ((((Targget._x >= this._x) && (Targget._x <= (this._x + 420))) && (Targget._y >= (this._y - 120))) && (Targget._y <= (this._y + 120))) {
gotoAndStop ("Duck");
}
}
if ((((Targget._x <= this._x) && (Targget._x >= (this._x - 120))) && (Targget._y >= (this._y - 120))) && (Targget._y <= (this._y + 120))) {
if (((Key.isDown(Targget.RightKey) && (!Targget.onground)) && (Targget.yspeed <= -1)) && (Targget._xscale >= 1)) {
DrawMove = "Duck";
}
if (((Key.isDown(Targget.UpKey) && (!Targget.onground)) && (Targget.yspeed <= -1)) && (Targget._xscale >= 1)) {
FindWay = 7;
}
if ((Key.isDown(Targget.LeftKey) && (!Targget.onground)) && (Targget._xscale >= 1)) {
DrawMove = "AirMove";
}
}
if ((((Targget._x >= this._x) && (Targget._x <= (this._x + 120))) && (Targget._y >= (this._y - 120))) && (Targget._y <= (this._y + 120))) {
if (((Key.isDown(Targget.LeftKey) && (!Targget.onground)) && (Targget.yspeed <= -1)) && (Targget._xscale <= -1)) {
DrawMove = "Duck";
}
if (((Key.isDown(Targget.UpKey) && (!Targget.onground)) && (Targget.yspeed <= -1)) && (Targget._xscale <= -1)) {
FindWay = 7;
}
if (((Key.isDown(Targget.RightKey) && (!Targget.onground)) && (Targget.yspeed <= -1)) && (Targget._xscale <= -1)) {
DrawMove = "AirMove";
}
}
if (Targget.hitbox.hitTest(this._x + 300, this._y, true)) {
if (Special >= 100) {
_xscale = Xscale;
gotoAndStop ("Attack");
Man.gotoAndPlay("Charging");
NoobPoint = 0;
fight = true;
ComboMove = 0;
}
}
if (Targget.hitbox.hitTest(this._x - 300, this._y, true)) {
if (Special >= 100) {
_xscale = (-Xscale);
gotoAndStop ("Attack");
Man.gotoAndPlay("Charging");
NoobPoint = 0;
fight = true;
ComboMove = 0;
}
}
if (Targget.hitbox.hitTest(this._x - 100, this._y, true) or (Targget.hitbox.hitTest(this._x - 50, this._y, true) or (Targget.hitbox.hitTest(this._x - 30, this._y, true) or (Targget.hitbox.hitTest(this._x - 10, this._y, true) or (Targget.hitbox.hitTest(this._x - 40, this._y, true) or Targget.hitbox.hitTest(this._x - 70, this._y, true)))))) {
if (Thinkmove == 1) {
_xscale = (-Xscale);
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack19");
NoobPoint = 0;
fight = true;
}
if (Thinkmove == 2) {
_xscale = (-Xscale);
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack19");
DrawMove = "Timeit";
NoobPoint = 0;
fight = true;
}
}
if (Targget.hitbox.hitTest(this._x + 100, this._y, true) or (Targget.hitbox.hitTest(this._x + 50, this._y, true) or (Targget.hitbox.hitTest(this._x + 30, this._y, true) or (Targget.hitbox.hitTest(this._x + 10, this._y, true) or (Targget.hitbox.hitTest(this._x + 40, this._y, true) or Targget.hitbox.hitTest(this._x + 70, this._y, true)))))) {
if (Thinkmove == 1) {
_xscale = Xscale;
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack19");
NoobPoint = 0;
fight = true;
}
if (Thinkmove == 2) {
_xscale = Xscale;
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack19");
DrawMove = "Timeit";
NoobPoint = 0;
fight = true;
}
}
if (Targget.hitbox.hitTest(this._x - 100, this._y - 80, true) or (Targget.hitbox.hitTest(this._x - 50, this._y - 80, true) or (Targget.hitbox.hitTest(this._x - 30, this._y - 80, true) or Targget.hitbox.hitTest(this._x - 10, this._y - 80, true)))) {
_xscale = Xscale;
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack21");
NoobPoint = 0;
fight = true;
}
if (Targget.hitbox.hitTest(this._x + 100, this._y - 80, true) or (Targget.hitbox.hitTest(this._x + 50, this._y - 80, true) or (Targget.hitbox.hitTest(this._x + 30, this._y - 80, true) or Targget.hitbox.hitTest(this._x + 10, this._y - 80, true)))) {
_xscale = Xscale;
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack21");
NoobPoint = 0;
fight = true;
}
if (Targget.hitbox.hitTest(this._x, this._y - 100, true)) {
_xscale = Xscale;
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack21");
NoobPoint = 0;
fight = true;
}
}
if (DrawMove == "AirMove") {
if (onground) {
gotoAndStop ("StartJump");
FindWay = 0;
}
if (Targget._currentframe == 6) {
DrawMove = "Fuckhimup";
}
if (Targget.BotRead == "OuchLand") {
DrawMove = "Fuckhimup";
}
if ((Targget._x <= this._x) && (Targget.BotRead != "OuchLand")) {
if (((Targget._x >= (this._x - 120)) && (Targget._y >= (this._y - 120))) && (Targget._y <= (this._y + 120))) {
if (!onground) {
_xscale = (-Xscale);
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack6");
fight = true;
}
}
}
if (Targget._x >= this._x) {
if (((Targget._x <= (this._x + 120)) && (Targget._y >= (this._y - 120))) && (Targget._y <= (this._y + 120))) {
if (!onground) {
_xscale = Xscale;
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack6");
fight = true;
}
}
}
}
if (DrawMove == "Timeit") {
if (Targget.hitbox.hitTest(this._x + 100, this._y, true) or (Targget.hitbox.hitTest(this._x + 50, this._y, true) or (Targget.hitbox.hitTest(this._x + 30, this._y, true) or (Targget.hitbox.hitTest(this._x + 10, this._y, true) or (Targget.hitbox.hitTest(this._x + 40, this._y, true) or Targget.hitbox.hitTest(this._x + 70, this._y, true)))))) {
if (Targget.BotRead == "stand") {
DrawMove = "Fuckhimup";
}
if (Targget.BotRead == "Slap01") {
if (Thinkmove == 1) {
_xscale = (-Xscale);
gotoAndStop ("Hurt");
Man.gotoAndPlay("RollBack2");
NoobPoint = 0;
FindWay = 7;
DrawMove = "AirMove";
fight = true;
}
if (Thinkmove == 2) {
_xscale = (-Xscale);
gotoAndStop ("Hurt");
Man.gotoAndPlay("Rollfront2");
NoobPoint = 0;
fight = true;
}
if (Thinkmove == 3) {
gotoAndStop ("StartJump");
FindWay = 0;
}
}
if (Targget.BotRead == "Slap02") {
if (Thinkmove == 1) {
gotoAndStop ("Hurt");
Man.gotoAndPlay("RollBack2");
NoobPoint = 0;
FindWay = 7;
DrawMove = "Fuckhimup";
fight = true;
}
if (Thinkmove == 2) {
gotoAndStop ("Hurt");
Man.gotoAndPlay("Rollfront2");
NoobPoint = 0;
DrawMove = "Fuckhimup";
fight = true;
}
if (Thinkmove == 3) {
gotoAndStop ("StartJump");
DrawMove = "Fuckhimup";
FindWay = 0;
}
}
}
if (Targget.hitbox.hitTest(this._x - 100, this._y, true) or (Targget.hitbox.hitTest(this._x - 50, this._y, true) or (Targget.hitbox.hitTest(this._x - 30, this._y, true) or (Targget.hitbox.hitTest(this._x - 10, this._y, true) or (Targget.hitbox.hitTest(this._x - 40, this._y, true) or Targget.hitbox.hitTest(this._x - 70, this._y, true)))))) {
if (Targget.BotRead == "stand") {
DrawMove = "Fuckhimup";
}
if (Targget.BotRead == "Slap01") {
if (Thinkmove == 1) {
_xscale = (-Xscale);
gotoAndStop ("Hurt");
Man.gotoAndPlay("RollBack2");
NoobPoint = 0;
FindWay = 7;
fight = true;
}
if (Thinkmove == 2) {
_xscale = (-Xscale);
gotoAndStop ("Hurt");
Man.gotoAndPlay("Rollfront2");
NoobPoint = 0;
fight = true;
}
if (Thinkmove == 3) {
gotoAndStop ("StartJump");
FindWay = 0;
}
}
}
if (Targget.BotRead == "Slap02") {
if (Thinkmove == 1) {
gotoAndStop ("Hurt");
Man.gotoAndPlay("RollBack2");
NoobPoint = 0;
FindWay = 7;
DrawMove = "Fuckhimup";
fight = true;
}
if (Thinkmove == 2) {
gotoAndStop ("Hurt");
Man.gotoAndPlay("Rollfront2");
NoobPoint = 0;
DrawMove = "Fuckhimup";
fight = true;
}
if (Thinkmove == 3) {
gotoAndStop ("StartJump");
DrawMove = "Fuckhimup";
FindWay = 0;
}
}
}
Thinkmove = random(3) + 1;
}
if (Mode == "Follow") {
CloseN = 50;
if (MoveIn <= 10) {
DistanceClose = 100;
} else {
DistanceClose = 50;
}
if (MoveIn >= 50) {
MoveIn = 0;
}
if (FindWay == 0) {
if (Targget._x >= (_x + DistanceClose)) {
xspeed = xspeed + power;
if (onground) {
_xscale = Xscale;
gotoAndStop ("run");
}
if (!onground) {
gotoAndStop ("Jump");
}
} else if (Targget._x <= (_x - DistanceClose)) {
xspeed = xspeed - power;
if (onground) {
_xscale = (-Xscale);
gotoAndStop ("run");
}
if (!onground) {
gotoAndStop ("Jump");
}
} else {
MoveIn = MoveIn + 1;
if (onground) {
gotoAndStop ("stand");
}
if (!onground) {
gotoAndStop ("Jump");
}
}
}
if (_root.Topfight.hitTest(Targget._x, Targget._y, true)) {
if (Targget.hitTest(this._x, this._y - 270, true) && (onground)) {
if (((FindWay != 1) && (FindWay != 2)) && (FindWay != 3)) {
FindWay = 1;
}
} else if (_root.MoveMent03.hitTest(this._x, this._y, true)) {
if (FindWay != 5) {
FindWay = 4;
}
}
}
if (FindWay == 1) {
if (_root.MoveMent01._x >= (_x + 50)) {
xspeed = xspeed + power;
_xscale = Xscale;
gotoAndStop ("run");
} else if (_root.MoveMent01._x <= (_x - 50)) {
xspeed = xspeed - power;
_xscale = (-Xscale);
gotoAndStop ("run");
} else {
FindWay = 2;
gotoAndStop ("stand");
}
}
if (FindWay == 2) {
if (onground) {
gotoAndStop ("StartJump");
FindWay = 3;
}
}
if (FindWay == 4) {
if (onground) {
gotoAndStop ("StartJump");
FindWay = 5;
}
}
if (FindWay == 3) {
if (_root.MoveMent02.hitTest(this._x, this._y, true)) {
FindWay = 0;
}
if (_root.MoveMent01.hitTest(this._x, this._y, true)) {
FindWay = 2;
}
if (((!onground) && (yspeed >= 1)) && (JumpTimes >= 1)) {
yspeed = -JumpPower;
gotoAndStop ("Jump");
Man.gotoAndPlay(1);
JumpTimes = JumpTimes - 1;
}
if (_currentframe != 5) {
if (_root.MoveMent02._x >= (_x + 50)) {
xspeed = xspeed + power;
_xscale = Xscale;
if (onground) {
gotoAndStop ("run");
}
if (!onground) {
gotoAndStop ("Jump");
}
} else if (_root.MoveMent02._x <= (_x - 50)) {
xspeed = xspeed - power;
_xscale = (-Xscale);
if (onground) {
gotoAndStop ("run");
}
if (!onground) {
gotoAndStop ("Jump");
}
} else {
FindWay = 0;
if (onground) {
gotoAndStop ("stand");
}
if (!onground) {
gotoAndStop ("Jump");
}
}
}
}
if (FindWay == 5) {
if (_root.MoveMent05.hitTest(this._x, this._y, true)) {
FindWay = 0;
}
xspeed = xspeed + power;
if (((!onground) && (yspeed >= 1)) && (JumpTimes >= 1)) {
yspeed = -JumpPower;
gotoAndStop ("Jump");
Man.gotoAndPlay(1);
JumpTimes = JumpTimes - 1;
}
}
if (Targget.HP >= 0.0001) {
Thinkmove = random(2) + 1;
if (Targget.hitbox.hitTest(this._x + 300, this._y, true)) {
if (Special >= 100) {
_xscale = Xscale;
gotoAndStop ("Attack");
Man.gotoAndPlay("Charging");
NoobPoint = 0;
fight = true;
ComboMove = 0;
}
}
if (Targget.hitbox.hitTest(this._x - 300, this._y, true)) {
if (Special >= 100) {
_xscale = (-Xscale);
gotoAndStop ("Attack");
Man.gotoAndPlay("Charging");
NoobPoint = 0;
fight = true;
ComboMove = 0;
}
}
if (Targget.hitbox.hitTest(this._x - 100, this._y, true) or (Targget.hitbox.hitTest(this._x - 50, this._y, true) or (Targget.hitbox.hitTest(this._x - 30, this._y, true) or (Targget.hitbox.hitTest(this._x - 10, this._y, true) or (Targget.hitbox.hitTest(this._x - 40, this._y, true) or Targget.hitbox.hitTest(this._x - 70, this._y, true)))))) {
if (Thinkmove == 1) {
_xscale = (-Xscale);
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack5");
NoobPoint = 0;
fight = true;
}
if (Thinkmove == 2) {
_xscale = (-Xscale);
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack19");
NoobPoint = 0;
fight = true;
}
}
if (Targget.hitbox.hitTest(this._x + 100, this._y, true) or (Targget.hitbox.hitTest(this._x + 50, this._y, true) or (Targget.hitbox.hitTest(this._x + 30, this._y, true) or (Targget.hitbox.hitTest(this._x + 10, this._y, true) or (Targget.hitbox.hitTest(this._x + 40, this._y, true) or Targget.hitbox.hitTest(this._x + 70, this._y, true)))))) {
if (Thinkmove == 1) {
_xscale = Xscale;
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack5");
NoobPoint = 0;
fight = true;
}
if (Thinkmove == 2) {
_xscale = Xscale;
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack19");
NoobPoint = 0;
fight = true;
}
}
if (Targget.hitbox.hitTest(this._x - 100, this._y - 80, true) or (Targget.hitbox.hitTest(this._x - 50, this._y - 80, true) or (Targget.hitbox.hitTest(this._x - 30, this._y - 80, true) or Targget.hitbox.hitTest(this._x - 10, this._y - 80, true)))) {
_xscale = Xscale;
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack21");
NoobPoint = 0;
fight = true;
}
if (Targget.hitbox.hitTest(this._x + 100, this._y - 80, true) or (Targget.hitbox.hitTest(this._x + 50, this._y - 80, true) or (Targget.hitbox.hitTest(this._x + 30, this._y - 80, true) or Targget.hitbox.hitTest(this._x + 10, this._y - 80, true)))) {
_xscale = Xscale;
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack21");
NoobPoint = 0;
fight = true;
}
if (Targget.hitbox.hitTest(this._x, this._y - 100, true)) {
_xscale = Xscale;
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack21");
NoobPoint = 0;
fight = true;
}
}
}
}
if (!Bot) {
if (Key.isDown(RightKey)) {
if (!Key.isDown(BlockKey)) {
if (_currentframe != 5) {
xspeed = xspeed + power;
if (!onground) {
gotoAndStop ("Jump");
}
if (onground) {
if (!Key.isDown(BlockKey)) {
_xscale = Xscale;
}
gotoAndStop ("run");
}
}
}
} else if (Key.isDown(LeftKey)) {
if (!Key.isDown(BlockKey)) {
if (_currentframe != 5) {
xspeed = xspeed - power;
if (!onground) {
gotoAndStop ("Jump");
}
if (onground) {
_xscale = (-Xscale);
gotoAndStop ("run");
}
}
}
} else {
if (!onground) {
gotoAndStop ("Jump");
}
if ((_currentframe != 5) && (onground)) {
gotoAndStop ("stand");
}
}
if (Key.isDown(JumpKey) && (onground)) {
gotoAndStop ("StartJump");
}
if (((Key.isDown(JumpKey) && (!onground)) && (pressJump)) && (JumpTimes >= 1)) {
yspeed = -JumpPower;
Man.gotoAndPlay(1);
JumpTimes = JumpTimes - 1;
}
}
if (onground) {
JumpTimes = 2;
}
if (Key.isDown(JumpKey)) {
pressJump = false;
} else {
pressJump = true;
}
if (onground) {
if (Key.isDown(BlockKey)) {
if (Key.isDown(RightKey)) {
if (_xscale >= 1) {
gotoAndStop ("Hurt");
Man.gotoAndPlay("Rollfront2");
fight = true;
}
if (_xscale <= -1) {
gotoAndStop ("Hurt");
Man.gotoAndPlay("RollBack2");
fight = true;
}
}
if (Key.isDown(LeftKey)) {
if (_xscale <= -1) {
gotoAndStop ("Hurt");
Man.gotoAndPlay("Rollfront2");
fight = true;
}
if (_xscale >= 1) {
gotoAndStop ("Hurt");
Man.gotoAndPlay("RollBack2");
fight = true;
}
}
}
}
if (Key.isDown(GrabKey)) {
gotoAndStop ("Attack");
Man.gotoAndPlay("GrabPlayer");
fight = true;
}
if (Key.isDown(SpecialKey)) {
if (_root.Special >= 100) {
if (_currentframe != 5) {
gotoAndStop ("Attack");
Man.gotoAndPlay("Charging");
fight = true;
}
}
}
if (Key.isDown(RightKey)) {
if (Key.isDown(PunchKey)) {
if (Attackpress == true) {
if (onground) {
if (_currentframe != 5) {
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack7");
fight = true;
}
} else {
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack12");
fight = true;
}
}
}
}
if (Key.isDown(LeftKey)) {
if (Key.isDown(PunchKey)) {
if (Attackpress == true) {
if (onground) {
if (_currentframe != 5) {
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack7");
fight = true;
}
} else {
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack12");
fight = true;
}
}
}
}
if (Key.isDown(UpKey)) {
if (Key.isDown(PunchKey)) {
if (Attackpress == true) {
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack14");
fight = true;
}
}
}
if (Key.isDown(DownKey)) {
if (Key.isDown(PunchKey)) {
if (Attackpress == true) {
if (onground) {
if (_currentframe != 5) {
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack18");
fight = true;
}
}
}
if (!onground) {
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack12");
fight = true;
}
}
}
if (!Key.isDown(RightKey)) {
if (!Key.isDown(LeftKey)) {
if (!Key.isDown(UpKey)) {
if (!Key.isDown(DownKey)) {
if (Key.isDown(PunchKey)) {
if (Attackpress == true) {
if (onground) {
if (_currentframe != 5) {
gotoAndStop ("Attack");
Man.gotoAndPlay(1);
fight = true;
}
} else {
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack12");
fight = true;
}
}
}
}
}
}
}
}
if (fight && (!Hurt)) {
if (!onground) {
if (Key.isDown(RightKey)) {
xspeed = xspeed + (power / 2);
} else if (Key.isDown(LeftKey)) {
xspeed = xspeed - (power / 2);
}
}
if (ComboMove == 1) {
if (Key.isDown(UpKey)) {
if (Key.isDown(PunchKey) && (onground)) {
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack14");
fight = true;
ComboMove = 0;
}
}
if (!Key.isDown(UpKey)) {
if (Key.isDown(PunchKey) && (onground)) {
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack2");
fight = true;
ComboMove = 0;
}
}
}
if (ComboMove == 2) {
if (Key.isDown(UpKey)) {
if (Key.isDown(PunchKey) && (onground)) {
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack14");
fight = true;
ComboMove = 0;
}
}
if (!Key.isDown(UpKey)) {
if (Key.isDown(PunchKey) && (onground)) {
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack3");
fight = true;
ComboMove = 0;
}
}
}
if (ComboMove == 3) {
if (Key.isDown(UpKey)) {
if (Key.isDown(PunchKey) && (onground)) {
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack14");
fight = true;
ComboMove = 0;
}
}
if (!Key.isDown(UpKey)) {
if (Key.isDown(DownKey)) {
if (Key.isDown(PunchKey) && (onground)) {
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack4");
fight = true;
ComboMove = 0;
}
}
}
if (!Key.isDown(DownKey)) {
if (Key.isDown(PunchKey) && (onground)) {
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack8");
fight = true;
ComboMove = 0;
}
}
}
if (ComboMove == 4) {
if (Key.isDown(UpKey)) {
if (Key.isDown(PunchKey) && (onground)) {
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack14");
fight = true;
ComboMove = 0;
}
}
if (!Key.isDown(UpKey)) {
if (Key.isDown(PunchKey) && (onground)) {
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack4");
fight = true;
ComboMove = 0;
}
}
}
if (ComboMove == 5) {
if (Key.isDown(UpKey)) {
if (Key.isDown(PunchKey) && (onground)) {
if (TaggedX != 0) {
this._x = TaggedMC._x;
this._y = TaggedMC._y;
}
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack14");
fight = true;
ComboMove = 0;
}
}
if (!Key.isDown(UpKey)) {
if (Key.isDown(PunchKey) && (onground)) {
if (TaggedX != 0) {
this._x = TaggedMC._x;
this._y = TaggedMC._y;
}
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack5");
fight = true;
ComboMove = 0;
}
}
}
if (ComboMove == 6) {
if (Key.isDown(UpKey)) {
if (Key.isDown(PunchKey) && (onground)) {
if (TaggedX != 0) {
this._x = TaggedMC._x;
this._y = TaggedMC._y;
}
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack14");
fight = true;
ComboMove = 0;
}
}
if (!Key.isDown(UpKey)) {
if (!Key.isDown(RightKey)) {
if (!Key.isDown(LeftKey)) {
if ((Key.isDown(PunchKey) and Key.isDown(DownKey)) && (onground)) {
if (TaggedX != 0) {
this._x = TaggedMC._x;
this._y = TaggedMC._y;
}
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack6");
fight = true;
ComboMove = 0;
}
}
}
}
}
if (ComboMove == 7) {
if (Key.isDown(UpKey)) {
if (Key.isDown(PunchKey) && (onground)) {
if (TaggedX != 0) {
this._x = TaggedMC._x;
this._y = TaggedMC._y;
}
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack14");
fight = true;
ComboMove = 0;
}
}
if (!Key.isDown(UpKey)) {
if (_xscale >= 1) {
if (Key.isDown(RightKey)) {
if (Key.isDown(PunchKey)) {
if (TaggedX != 0) {
this._x = TaggedMC._x;
this._y = TaggedMC._y;
xspeed = 20;
yspeed = 30;
}
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack11");
fight = true;
ComboMove = 0;
}
}
}
if (_xscale <= -1) {
if (Key.isDown(LeftKey)) {
if (Key.isDown(PunchKey)) {
if (TaggedX != 0) {
this._x = TaggedMC._x;
this._y = TaggedMC._y;
xspeed = -20;
yspeed = 30;
}
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack11");
fight = true;
ComboMove = 0;
}
}
}
if (!Key.isDown(RightKey)) {
if (!Key.isDown(LeftKey)) {
if (Key.isDown(PunchKey)) {
if (TaggedX != 0) {
this._x = TaggedMC._x;
this._y = TaggedMC._y;
}
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack7");
fight = true;
ComboMove = 0;
}
}
}
}
}
if (ComboMove == 8) {
if (Key.isDown(UpKey)) {
if (Key.isDown(PunchKey) && (onground)) {
if (TaggedX != 0) {
this._x = TaggedMC._x;
this._y = TaggedMC._y;
}
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack14");
fight = true;
ComboMove = 0;
}
}
if (!Key.isDown(UpKey)) {
if (Key.isDown(PunchKey)) {
if (TaggedX != 0) {
this._x = TaggedMC._x;
this._y = TaggedMC._y;
}
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack9");
fight = true;
ComboMove = 0;
}
}
}
if (ComboMove == 10) {
if (Key.isDown(UpKey)) {
if (Key.isDown(PunchKey) && (onground)) {
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack14");
fight = true;
ComboMove = 0;
}
}
if (!Key.isDown(UpKey)) {
if (Key.isDown(PunchKey)) {
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack10");
fight = true;
ComboMove = 0;
}
}
}
if (ComboMove == 12) {
if (Key.isDown(UpKey)) {
if (Key.isDown(PunchKey) && (onground)) {
if (TaggedX != 0) {
this._x = TaggedMC._x;
this._y = TaggedMC._y;
xspeed = TaggedMC.xspeed;
yspeed = TaggedMC.yspeed;
}
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack14");
fight = true;
ComboMove = 0;
}
}
if (!Key.isDown(UpKey)) {
if (Key.isDown(RightKey)) {
if (Key.isDown(PunchKey)) {
if (TaggedMC.Bounds == false) {
if (TaggedX != 0) {
TaggedMC.yspeed = 30;
this._x = TaggedMC._x;
this._y = TaggedMC._y;
}
}
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack15");
fight = true;
ComboMove = 0;
}
}
if (Key.isDown(LeftKey)) {
if (Key.isDown(PunchKey)) {
if (TaggedMC.Bounds == false) {
if (TaggedX != 0) {
TaggedMC.yspeed = 30;
this._x = TaggedMC._x;
this._y = TaggedMC._y;
}
}
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack15");
fight = true;
ComboMove = 0;
}
}
if (Key.isDown(DownKey)) {
if (Key.isDown(PunchKey)) {
if (TaggedX != 0) {
TaggedMC.yspeed = 30;
this._x = TaggedMC._x;
this._y = TaggedMC._y;
}
gotoAndStop ("Attack");
Man.gotoAndPlay("FlashCombo");
fight = true;
ComboMove = 0;
}
}
if (!Key.isDown(RightKey)) {
if (!Key.isDown(LeftKey)) {
if (!Key.isDown(DownKey)) {
if (Key.isDown(PunchKey)) {
if (TaggedX != 0) {
TaggedMC.yspeed = 30;
this._x = TaggedMC._x;
this._y = TaggedMC._y;
}
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack13");
fight = true;
ComboMove = 0;
}
}
}
}
}
}
if (ComboMove == 14) {
if (TaggedX != 0) {
if (Key.isDown(PunchKey)) {
this._x = TaggedMC._x;
this._y = TaggedMC._y;
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack16");
fight = true;
ComboMove = 0;
}
}
}
if (ComboMove == 15) {
if (TaggedX != 0) {
if (Key.isDown(PunchKey)) {
this._x = TaggedMC._x;
this._y = TaggedMC._y;
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack17");
fight = true;
ComboMove = 0;
}
}
}
if (ComboMove == 16) {
if (Key.isDown(PunchKey)) {
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack19");
fight = true;
ComboMove = 0;
}
}
if (ComboMove == 17) {
if (Key.isDown(PunchKey)) {
if (TaggedX != 0) {
TaggedMC.yspeed = 30;
this._x = TaggedMC._x;
this._y = TaggedMC._y;
}
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack20");
fight = true;
ComboMove = 0;
}
}
if (ComboMove == 18) {
if (Key.isDown(UpKey)) {
if (Key.isDown(PunchKey)) {
if (TaggedX != 0) {
TaggedMC.xspeed = 0;
yspeed = 30;
this._x = TaggedMC._x;
this._y = TaggedMC._y;
}
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack21");
fight = true;
ComboMove = 0;
}
}
}
}
if (Freeze >= 0) {
if (Key.isDown(PunchKey)) {
Attackpress = false;
} else {
Attackpress = true;
}
if (onair && (onground)) {
gotoAndStop (1);
onair = false;
}
if ((Hurt && (flying)) && (onground)) {
gotoAndStop ("Hurt");
Man.gotoAndPlay("LandH");
if (Bounds == true) {
if (xspeed == 0) {
yspeed = -10;
}
if (_xscale >= 1) {
xspeed = 30;
}
if (_xscale <= -1) {
xspeed = 30;
}
} else {
flying = false;
}
}
if (HP >= 0.001) {
if (((Hurt && (flying)) && (RightWall)) && (!onground)) {
if (Key.isDown(BlockKey)) {
xspeed = 0;
yspeed = 0;
_xscale = (-Xscale);
gotoAndStop ("Hurt");
Man.gotoAndPlay("JumpOff");
flying = false;
}
}
if (((Hurt && (flying)) && (LeftWall)) && (!onground)) {
if (Key.isDown(BlockKey)) {
xspeed = 0;
yspeed = 0;
_xscale = Xscale;
gotoAndStop ("Hurt");
Man.gotoAndPlay("JumpOff");
flying = false;
}
}
}
}
if (this.HP <= 1E-10) {
Hurt = true;
}
if (_currentframe == 1) {
CanHit = false;
hitbox.gotoAndStop(1);
if ((DieAni == 0) && (this.HP <= 0.0001)) {
DieAni = 1;
}
onair = false;
TaggedX = 0;
TaggedY = 0;
friction = 0.7;
fight = false;
Hurt = false;
ComboMove = 0;
if (_name == "player") {
_root.Cam.Zoomer = 0;
_root.BotReadP1 = "stand";
}
_rotation = 0;
}
if (_currentframe == 2) {
CanHit = false;
if ((DieAni == 0) && (this.HP <= 0)) {
DieAni = 1;
}
onair = false;
TaggedX = 0;
TaggedY = 0;
friction = 0.7;
fight = false;
Hurt = false;
ComboMove = 0;
if (_name == "player") {
_root.Cam.Zoomer = 0;
_root.BotReadP1 = "run";
}
_rotation = 0;
}
if (_currentframe == 5) {
CanHit = false;
_rotation = 0;
}
if (_currentframe == 6) {
CanHit = false;
onair = false;
_rotation = 0;
}
if (_currentframe == 9) {
Hurt = true;
fight = false;
ComboMove = 0;
if (_name == "player") {
_root.Cam.Zoomer = 2;
}
}
if (_currentframe == 10) {
CanHit = false;
fight = true;
}
if (timmer <= 0) {
timmer = timmer + 1;
}
if (delay <= 1) {
delay = delay + 1;
}
var _local3 = 0;
while (_local3 < _root.McPlayer.length) {
temporaryMc = _root.McPlayer[_local3];
if ((temporaryMc._name != this._name) && (temporaryMc.Team != this.Team)) {
if (this.HP >= 0.001) {
if (timmer >= 0) {
if (temporaryMc.Man.MegaHandHit.hitTest(this.hitbox)) {
Hitter = temporaryMc;
if (Hitter._name == "player") {
_root.Hud.Combo.ResetTimer = 0;
_root.Hud.Combo.Hit = _root.Hud.Combo.Hit + 1;
_root.Special = _root.Special + 0.5;
if (Hitter.hitbox.hitTest(_root.Cam)) {
_root.Cam.shake = 3;
}
} else {
Special = Special + 0.5;
}
RE = _root.attachMovie("HitS", "HitS" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
RE._y = Hitter._y - 20;
RE._xscale = 40;
RE._yscale = 40;
if (Hitter.Freeze >= 0) {
Hitter.Freeze = 0;
timmer = Hitter.Freeze;
Freeze = Hitter.Freeze;
Hitter.Man.stop();
DieAni = 1;
}
HP = HP - 80;
Hitter.TaggedX = Hitter._x;
Hitter.TaggedY = Hitter._y;
Hitter.TaggedMC = this;
HandSlap1.start(0, 1);
if (Hitter._xscale >= 1) {
RE._x = Hitter._x + 70;
_xscale = (-Xscale);
}
if (Hitter._xscale <= -1) {
RE._x = Hitter._x - 70;
_xscale = Xscale;
}
Hurt = true;
gotoAndStop ("Hurt");
Man.gotoAndPlay(1);
}
if (temporaryMc.Man.Slap01.hitTest(this.hitbox)) {
Hitter = temporaryMc;
if (Hitter._name == "player") {
_root.Hud.Combo.ResetTimer = 0;
_root.Hud.Combo.Hit = _root.Hud.Combo.Hit + 1;
_root.Special = _root.Special + 0.5;
if (Hitter.hitbox.hitTest(_root.Cam)) {
_root.Cam.shake = 3;
}
} else {
Special = Special + 0.5;
}
RE = _root.attachMovie("HitS", "HitS" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
RE._y = Hitter._y - 20;
RE._xscale = 40;
RE._yscale = 40;
if (Hitter.Freeze >= 0) {
Hitter.Freeze = 0;
timmer = Hitter.Freeze;
Freeze = Hitter.Freeze;
Hitter.Man.stop();
DieAni = 1;
}
HP = HP - 3;
Hitter.TaggedX = Hitter._x;
Hitter.TaggedY = Hitter._y;
Hitter.TaggedMC = this;
HandSlap1.start(0, 1);
if (Hitter._xscale >= 1) {
RE._x = Hitter._x + 70;
_xscale = (-Xscale);
}
if (Hitter._xscale <= -1) {
RE._x = Hitter._x - 70;
_xscale = Xscale;
}
Hurt = true;
gotoAndStop ("Hurt");
Man.gotoAndPlay(1);
}
if (temporaryMc.Man.Slap02.hitTest(this.hitbox)) {
Hitter = temporaryMc;
if (Hitter._name == "player") {
_root.Hud.Combo.ResetTimer = 0;
_root.Hud.Combo.Hit = _root.Hud.Combo.Hit + 1;
_root.Special = _root.Special + 0.5;
if (Hitter.hitbox.hitTest(_root.Cam)) {
_root.Cam.shake = 3;
}
} else {
Special = Special + 0.5;
}
RE = _root.attachMovie("HitS", "HitS" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
RE._y = Hitter._y - 20;
RE._xscale = 40;
RE._yscale = 40;
if (Hitter.Freeze >= 0) {
Hitter.Freeze = 0;
timmer = Hitter.Freeze;
Freeze = Hitter.Freeze;
Hitter.Man.stop();
DieAni = 1;
}
HP = HP - 3;
Hitter.TaggedX = Hitter._x;
Hitter.TaggedY = Hitter._y;
Hitter.TaggedMC = this;
HandSlap1.start(0, 1);
if (Hitter._xscale >= 1) {
RE._x = Hitter._x + 70;
_xscale = (-Xscale);
}
if (Hitter._xscale <= -1) {
RE._x = Hitter._x - 70;
_xscale = Xscale;
}
Hurt = true;
gotoAndStop ("Hurt");
Man.gotoAndPlay(1);
}
if (temporaryMc.Man.Slap03.hitTest(this.hitbox)) {
Hitter = temporaryMc;
gravity = 0.8;
friction = 0.8;
if (Hitter._name == "player") {
_root.Hud.Combo.ResetTimer = 0;
_root.Hud.Combo.Hit = _root.Hud.Combo.Hit + 1;
_root.Special = _root.Special + 0.5;
if (Hitter.hitbox.hitTest(_root.Cam)) {
_root.Cam.shake = 3;
}
} else {
Special = Special + 0.5;
}
RE = _root.attachMovie("HitS", "HitS" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
RE._y = Hitter._y - 20;
RE._xscale = 40;
RE._yscale = 40;
if (Hitter.Freeze >= 0) {
Hitter.Freeze = 0;
timmer = Hitter.Freeze;
Freeze = Hitter.Freeze;
Hitter.Man.stop();
DieAni = 1;
}
Hitter.TaggedX = Hitter._x;
Hitter.TaggedY = Hitter._y;
Hitter.TaggedMC = this;
HP = HP - 3;
HandSlap1.start(0, 1);
yspeed = 0;
if (Hitter._xscale >= 1) {
xspeed = 10;
RE._x = Hitter._x + 70;
_xscale = (-Xscale);
}
if (Hitter._xscale <= -1) {
xspeed = -10;
RE._x = Hitter._x - 70;
_xscale = Xscale;
}
Hurt = true;
gotoAndStop ("Hurt");
Man.gotoAndPlay(1);
}
if (temporaryMc.Man.Slap04.hitTest(this.hitbox)) {
Hitter = temporaryMc;
if (Hitter._name == "player") {
_root.Hud.Combo.ResetTimer = 0;
_root.Hud.Combo.Hit = _root.Hud.Combo.Hit + 1;
_root.Special = _root.Special + 0.5;
if (Hitter.hitbox.hitTest(_root.Cam)) {
_root.Cam.shake = 5;
}
} else {
Special = Special + 0.5;
}
friction = 0.99;
RE = _root.attachMovie("HitS", "HitS" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
RE._y = Hitter._y - 20;
RE._xscale = 10;
RE._yscale = 10;
if (Hitter.Freeze >= 0) {
Hitter.Freeze = 0;
timmer = Hitter.Freeze;
Freeze = Hitter.Freeze;
Hitter.Man.stop();
DieAni = 1;
}
Hitter.xspeed = xspeed;
Hitter.TaggedX = Hitter._x;
Hitter.TaggedY = Hitter._y;
Hitter.TaggedMC = this;
HP = HP - 3;
HP3.start(0, 1);
Twack1.start(0, 1);
yspeed = -15;
if (Hitter._xscale >= 1) {
RE._x = Hitter._x + 50;
xspeed = 40;
_xscale = (-Xscale);
}
if (Hitter._xscale <= -1) {
RE._x = Hitter._x - 50;
xspeed = -40;
_xscale = Xscale;
}
Hurt = true;
onground = false;
flying = true;
gravity = 0.4;
gotoAndStop ("Hurt");
Man.gotoAndPlay("FlyAway");
}
if (temporaryMc.Man.SlapHard01.hitTest(this.hitbox)) {
friction = 0.95;
Hitter = temporaryMc;
if (Hitter._name == "player") {
_root.Hud.Combo.ResetTimer = 0;
_root.Hud.Combo.Hit = _root.Hud.Combo.Hit + 1;
_root.Special = _root.Special + 1;
} else {
Special = Special + 1;
}
RE = _root.attachMovie("HitS", "HitS" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
RE._y = Hitter._y - 20;
RE._xscale = 40;
RE._yscale = 40;
HP2.start(0, 1);
yspeed = -8;
if (Hitter.hitbox.hitTest(_root.Cam)) {
_root.Cam.shake = 5;
}
if (Hitter.Freeze >= 0) {
Hitter.Freeze = -6;
timmer = Hitter.Freeze;
Freeze = Hitter.Freeze;
Hitter.Man.stop();
}
Hitter.TaggedX = Hitter._x;
Hitter.TaggedY = Hitter._y;
Hitter.TaggedMC = this;
HP = HP - 4;
if (Hitter._xscale >= 1) {
if (!RightWall) {
xspeed = Hitter.xspeed + 40;
}
RE._x = Hitter._x + 50;
_xscale = (-Xscale);
}
if (Hitter._xscale <= -1) {
if (!LeftWall) {
xspeed = Hitter.xspeed - 40;
}
RE._x = Hitter._x - 50;
_xscale = Xscale;
}
Hurt = true;
onground = false;
flying = true;
gravity = 0.4;
gotoAndStop ("Hurt");
Man.gotoAndPlay("FlyAway");
DieAni = 1;
}
if (temporaryMc.Man.SlapHard02.hitTest(this.hitbox)) {
friction = 0.95;
Hitter = temporaryMc;
if (Hitter._name == "player") {
_root.Hud.Combo.ResetTimer = 0;
_root.Hud.Combo.Hit = _root.Hud.Combo.Hit + 1;
_root.Special = _root.Special + 1;
} else {
Special = Special + 1;
}
RE = _root.attachMovie("HitS", "HitS" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
RE._y = Hitter._y - 50;
RE._xscale = 40;
RE._yscale = 40;
HandSlap1.start(0, 1);
Twack1.start(0, 1);
yspeed = -20;
if (Hitter.hitbox.hitTest(_root.Cam)) {
_root.Cam.shake = 5;
}
if (Hitter.Freeze >= 0) {
Hitter.Freeze = -3;
timmer = Hitter.Freeze;
Freeze = Hitter.Freeze;
Hitter.Man.stop();
}
Hitter.TaggedX = Hitter._x;
Hitter.TaggedY = Hitter._y;
Hitter.TaggedMC = this;
HP = HP - 4;
if (Hitter._xscale >= 1) {
xspeed = 0;
RE._x = Hitter._x;
_xscale = (-Xscale);
}
if (Hitter._xscale <= -1) {
xspeed = 0;
RE._x = Hitter._x;
_xscale = Xscale;
}
Hurt = true;
onground = false;
flying = true;
gravity = 0.4;
gotoAndStop ("Hurt");
Man.gotoAndPlay("FlyAway");
DieAni = 1;
}
if (temporaryMc.Man.FastSlap.hitTest(this.hitbox)) {
Hitter = temporaryMc;
if (Hitter._name == "player") {
_root.Hud.Combo.ResetTimer = 0;
_root.Hud.Combo.Hit = _root.Hud.Combo.Hit + 1;
_root.Special = _root.Special + 0.5;
if (Hitter.hitbox.hitTest(_root.Cam)) {
_root.Cam.shake = 0.5;
}
_root.Cam.Zoomer = 1;
} else {
Special = Special + 0.5;
}
friction = 0.99;
RE = _root.attachMovie("HitS", "HitS" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
RE._y = Hitter._y - 20;
RE._xscale = 10;
RE._yscale = 10;
if (Hitter.Freeze >= 0) {
Hitter.Freeze = 0;
timmer = Hitter.Freeze;
Freeze = Hitter.Freeze;
Hitter.Man.stop();
}
Hitter.xspeed = xspeed;
HP = HP - 0.5;
HandSlap1.start(0, 1);
if (Hitter._xscale >= 1) {
RE._x = Hitter._x + 50;
xspeed = 3;
_xscale = (-Xscale);
}
if (Hitter._xscale <= -1) {
RE._x = Hitter._x - 50;
xspeed = -3;
_xscale = Xscale;
}
Hurt = true;
gotoAndStop ("Hurt");
Man.gotoAndPlay(1);
DieAni = 1;
}
if (temporaryMc.Man.HoldThere.hitTest(this.hitbox)) {
Hitter = temporaryMc;
friction = 0.65;
gravity = 0.5;
if (Hitter._name == "player") {
_root.Hud.Combo.ResetTimer = 0;
_root.Hud.Combo.Hit = _root.Hud.Combo.Hit + 1;
}
RE = _root.attachMovie("HitS", "HitS" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
RE._y = this._y;
RE._x = this._x;
RE._yscale = 20;
if (Hitter._x > this._x) {
RE._xscale = 20;
_xscale = (-Xscale);
this._x = Hitter._x + 50;
}
if (Hitter._xscale <= -1) {
RE._xscale = -20;
_xscale = Xscale;
this._x = Hitter._x - 50;
}
Hurt = true;
gotoAndStop ("Hurt");
Man.gotoAndPlay(1);
DieAni = 1;
}
if (temporaryMc.Man.PwnCombo.hitTest(this.hitbox)) {
Hitter = temporaryMc;
friction = 0.65;
gravity = 0.5;
if (Hitter._name == "player") {
_root.Hud.Combo.ResetTimer = 0;
_root.Hud.Combo.Hit = _root.Hud.Combo.Hit + 1;
_root.Special = _root.Special + 0.5;
} else {
Special = Special + 0.5;
}
RE = _root.attachMovie("HitS", "HitS" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
RE._y = this._y;
RE._x = this._x;
RE._yscale = 20;
if (Hitter.Freeze >= 0) {
Hitter.Freeze = 0;
timmer = Hitter.Freeze;
Freeze = Hitter.Freeze;
Hitter.Man.stop();
}
HP = HP - 10;
Hitter.TaggedX = Hitter._x;
Hitter.TaggedY = Hitter._y;
Hitter.TaggedMC = this;
HP2.start(0, 1);
if (Hitter._xscale >= 1) {
RE._xscale = 20;
_xscale = (-Xscale);
xspeed = 0;
}
if (Hitter._xscale <= -1) {
RE._xscale = -20;
_xscale = Xscale;
xspeed = 0;
}
Hurt = true;
gotoAndStop ("Hurt");
Man.gotoAndPlay(1);
DieAni = 1;
}
if (temporaryMc.Man.Cut5.hitTest(this.hitbox)) {
Hitter = temporaryMc;
friction = 0.99;
gravity = 0.3;
if (Hitter._name == "player") {
_root.Hud.Combo.ResetTimer = 0;
_root.Hud.Combo.Hit = _root.Hud.Combo.Hit + 1;
_root.Special = _root.Special + 0.5;
} else {
Special = Special + 0.5;
}
RE = _root.attachMovie("Hit6", "Hit6" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
RE._y = this._y;
RE._x = this._x;
RE._yscale = 20;
if (Hitter.Freeze >= 0) {
Hitter.Freeze = 0;
timmer = Hitter.Freeze;
Freeze = Hitter.Freeze;
Hitter.Man.stop();
}
HP = HP - 1;
Hitter.TaggedX = Hitter._x;
Hitter.TaggedY = Hitter._y;
Hitter.TaggedMC = this;
Cut04.start(0, 1);
if (Hitter._xscale >= 1) {
RE._xscale = 20;
_xscale = (-Xscale);
xspeed = 23;
}
if (Hitter._xscale <= -1) {
RE._xscale = -20;
_xscale = Xscale;
xspeed = -23;
}
Hurt = true;
gotoAndStop ("Hurt");
Man.gotoAndPlay(1);
DieAni = 1;
}
if (temporaryMc.Man.hit1.hitTest(this.hitbox)) {
Hitter = temporaryMc;
if (Hitter._name == "player") {
_root.Hud.Combo.ResetTimer = 0;
_root.Hud.Combo.Hit = _root.Hud.Combo.Hit + 1;
_root.Special = _root.Special + 0.5;
} else {
Special = Special + 0.5;
}
RE = _root.attachMovie("HitS", "HitS" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
RE._y = Hitter._y - 20;
RE._xscale = 20;
RE._yscale = 20;
if (Hitter.Freeze >= 0) {
Hitter.Freeze = -3;
timmer = Hitter.Freeze;
Freeze = Hitter.Freeze;
Hitter.Man.stop();
}
HP = HP - 1;
HP3.start(0, 1);
if (Hitter._xscale >= 1) {
RE._x = Hitter._x + 50;
_xscale = (-Xscale);
}
if (Hitter._xscale <= -1) {
RE._x = Hitter._x - 50;
_xscale = Xscale;
}
Hurt = true;
gotoAndStop ("Hurt");
Man.gotoAndPlay(1);
DieAni = 1;
}
if (temporaryMc.Man.hit2.hitTest(this.hitbox)) {
Hitter = temporaryMc;
if (Hitter._name == "player") {
_root.Hud.Combo.ResetTimer = 0;
_root.Hud.Combo.Hit = _root.Hud.Combo.Hit + 1;
_root.Special = _root.Special + 0.5;
} else {
Special = Special + 0.5;
}
RE = _root.attachMovie("HitS", "HitS" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
RE._y = Hitter._y - 20;
RE._xscale = 20;
RE._yscale = 20;
HP1.start(0, 1);
if (Hitter.Freeze >= 0) {
Hitter.Freeze = -3;
timmer = Hitter.Freeze;
Freeze = Hitter.Freeze;
Hitter.Man.stop();
}
HP = HP - 1;
if (Hitter._xscale >= 1) {
RE._x = Hitter._x + 50;
_xscale = (-Xscale);
}
if (Hitter._xscale <= -1) {
RE._x = Hitter._x - 50;
_xscale = Xscale;
}
Hurt = true;
gotoAndStop ("Hurt");
Man.gotoAndPlay(1);
DieAni = 1;
}
if (temporaryMc.Man.hit3.hitTest(this.hitbox)) {
Hitter = temporaryMc;
if (Hitter._name == "player") {
_root.Hud.Combo.ResetTimer = 0;
_root.Hud.Combo.Hit = _root.Hud.Combo.Hit + 1;
_root.Special = _root.Special + 0.5;
} else {
Special = Special + 0.5;
}
RE = _root.attachMovie("HitS", "HitS" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
RE._y = Hitter._y;
RE._xscale = 20;
RE._yscale = 20;
HP2.start(0, 1);
if (Hitter.Freeze >= 0) {
Hitter.Freeze = -3;
timmer = Hitter.Freeze;
Freeze = Hitter.Freeze;
Hitter.Man.stop();
}
HP = HP - 1;
if (Hitter._xscale >= 1) {
xspeed = Hitter.xspeed + 5;
RE._x = Hitter._x + 50;
_xscale = (-Xscale);
}
if (Hitter._xscale <= -1) {
xspeed = Hitter.xspeed - 5;
RE._x = Hitter._x - 50;
_xscale = Xscale;
}
Hurt = true;
gotoAndStop ("Hurt");
Man.gotoAndPlay("Hurt2");
DieAni = 1;
}
if (temporaryMc.Man.hit4.hitTest(this.hitbox)) {
friction = 0.95;
Hitter = temporaryMc;
if (Hitter._name == "player") {
_root.Hud.Combo.ResetTimer = 0;
_root.Hud.Combo.Hit = _root.Hud.Combo.Hit + 1;
_root.Special = _root.Special + 1;
} else {
Special = Special + 1;
}
RE = _root.attachMovie("HitS", "HitS" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
RE._y = Hitter._y - 20;
RE._xscale = 40;
RE._yscale = 40;
HP2.start(0, 1);
yspeed = -5;
if (Hitter.hitbox.hitTest(_root.Cam)) {
_root.Cam.shake = 5;
}
if (Hitter.Freeze >= 0) {
Hitter.Freeze = -3;
timmer = Hitter.Freeze;
Freeze = Hitter.Freeze;
Hitter.Man.stop();
}
Hitter.TaggedX = Hitter._x;
Hitter.TaggedY = Hitter._y;
Hitter.TaggedMC = this;
HP = HP - 2;
if (Hitter._xscale >= 1) {
if (!RightWall) {
xspeed = Hitter.xspeed + 20;
}
RE._x = Hitter._x + 50;
_xscale = (-Xscale);
}
if (Hitter._xscale <= -1) {
if (!LeftWall) {
xspeed = Hitter.xspeed - 20;
}
RE._x = Hitter._x - 50;
_xscale = Xscale;
}
Hurt = true;
onground = false;
flying = true;
gravity = 0.4;
gotoAndStop ("Hurt");
Man.gotoAndPlay("FlyAway");
DieAni = 1;
}
if (temporaryMc.Man.hit5.hitTest(this.hitbox)) {
friction = 0.95;
Hitter = temporaryMc;
if (Hitter._name == "player") {
_root.Hud.Combo.ResetTimer = 0;
_root.Hud.Combo.Hit = _root.Hud.Combo.Hit + 1;
_root.Special = _root.Special + 1;
} else {
Special = Special + 1;
}
RE = _root.attachMovie("HitS", "HitS" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
RE._y = Hitter._y - 20;
RE._xscale = 40;
RE._yscale = 40;
Twack1.start(0, 1);
HP1.start(0, 1);
BB.start(0, 1);
yspeed = -15;
if (Hitter.hitbox.hitTest(_root.Cam)) {
_root.Cam.shake = 5;
}
if (Hitter.Freeze >= 0) {
Hitter.Freeze = -3;
timmer = Hitter.Freeze;
Freeze = Hitter.Freeze;
Hitter.Man.stop();
}
HP = HP - 2;
Hitter.TaggedX = Hitter._x;
Hitter.TaggedY = Hitter._y;
Hitter.TaggedMC = this;
if (Hitter._xscale >= 1) {
if (!RightWall) {
xspeed = Hitter.xspeed + 15;
}
RE._x = Hitter._x + 50;
_xscale = (-Xscale);
}
if (Hitter._xscale <= -1) {
if (!LeftWall) {
xspeed = Hitter.xspeed - 15;
}
RE._x = Hitter._x - 50;
_xscale = Xscale;
}
Hurt = true;
onground = false;
flying = true;
gravity = 0.4;
gotoAndStop ("Hurt");
Man.gotoAndPlay("FlyAway");
DieAni = 1;
}
if (temporaryMc.Man.hit6.hitTest(this.hitbox)) {
friction = 0.95;
Hitter = temporaryMc;
if (Hitter._name == "player") {
_root.Hud.Combo.ResetTimer = 0;
_root.Hud.Combo.Hit = _root.Hud.Combo.Hit + 1;
_root.Special = _root.Special + 1;
} else {
Special = Special + 1;
}
RE = _root.attachMovie("HitS", "HitS" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
RE._y = Hitter._y - 20;
RE._xscale = 40;
RE._yscale = 40;
Twack2.start(0, 1);
HP1.start(0, 1);
BB.start(0, 1);
yspeed = 20;
if (Hitter.hitbox.hitTest(_root.Cam)) {
_root.Cam.shake = 5;
}
if (Hitter.Freeze >= 0) {
Hitter.Freeze = -3;
timmer = Hitter.Freeze;
Freeze = Hitter.Freeze;
Hitter.Man.stop();
}
HP = HP - 2;
Hitter.TaggedX = Hitter._x;
Hitter.TaggedY = Hitter._y;
Hitter.TaggedMC = this;
if (Hitter._xscale >= 1) {
if (!RightWall) {
xspeed = Hitter.xspeed + 15;
}
RE._x = Hitter._x + 50;
_xscale = (-Xscale);
}
if (Hitter._xscale <= -1) {
if (!LeftWall) {
xspeed = Hitter.xspeed - 15;
}
RE._x = Hitter._x - 50;
_xscale = Xscale;
}
Hurt = true;
onground = false;
flying = true;
gravity = 0.4;
gotoAndStop ("Hurt");
Man.gotoAndPlay("FlyAway");
DieAni = 1;
}
if (temporaryMc.Man.hit7.hitTest(this.hitbox)) {
Bounds = true;
friction = 0.95;
Hitter = temporaryMc;
if (Hitter._name == "player") {
_root.Hud.Combo.ResetTimer = 0;
_root.Hud.Combo.Hit = _root.Hud.Combo.Hit + 1;
_root.Special = _root.Special + 1;
} else {
Special = Special + 1;
}
RE = _root.attachMovie("HitS", "HitS" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
RE._y = Hitter._y - 20;
RE._xscale = 40;
RE._yscale = 40;
Twack1.start(0, 1);
HP1.start(0, 1);
BB.start(0, 1);
yspeed = -10;
if (Hitter.hitbox.hitTest(_root.Cam)) {
_root.Cam.shake = 5;
}
if (Hitter.Freeze >= 0) {
Hitter.Freeze = -3;
timmer = Hitter.Freeze;
Freeze = Hitter.Freeze;
Hitter.Man.stop();
}
Hitter.TaggedX = Hitter._x;
Hitter.TaggedY = Hitter._y;
Hitter.TaggedMC = this;
HP = HP - 3;
if (Hitter._xscale >= 1) {
if (!RightWall) {
xspeed = Hitter.xspeed + 45;
} else {
xspeed = -20;
}
RE._x = Hitter._x + 50;
_xscale = (-Xscale);
}
if (Hitter._xscale <= -1) {
if (!LeftWall) {
xspeed = Hitter.xspeed - 45;
} else {
xspeed = 20;
}
RE._x = Hitter._x - 50;
_xscale = Xscale;
}
Hurt = true;
onground = false;
flying = true;
gravity = 0.7;
gotoAndStop ("Hurt");
Man.gotoAndPlay("FlyAway");
DieAni = 1;
}
if (temporaryMc.Man.hit9.hitTest(this.hitbox)) {
friction = 0.95;
Hitter = temporaryMc;
if (Hitter._name == "player") {
_root.Hud.Combo.ResetTimer = 0;
_root.Hud.Combo.Hit = _root.Hud.Combo.Hit + 1;
_root.Special = _root.Special + 1;
} else {
Special = Special + 1;
}
RE = _root.attachMovie("HitS", "HitS" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
RE._y = Hitter._y - 20;
RE._xscale = 40;
RE._yscale = 40;
Twack2.start(0, 1);
HP1.start(0, 1);
BB.start(0, 1);
yspeed = -10;
if (Hitter.hitbox.hitTest(_root.Cam)) {
_root.Cam.shake = 5;
}
if (Hitter.Freeze >= 0) {
Hitter.Freeze = -3;
timmer = Hitter.Freeze;
Freeze = Hitter.Freeze;
Hitter.Man.stop();
}
Hitter.TaggedX = Hitter._x;
Hitter.TaggedY = Hitter._y;
Hitter.TaggedMC = this;
HP = HP - 3;
if (Hitter._xscale >= 1) {
if (!RightWall) {
xspeed = Hitter.xspeed + 35;
}
RE._x = Hitter._x + 50;
_xscale = (-Xscale);
}
if (Hitter._xscale <= -1) {
if (!LeftWall) {
xspeed = Hitter.xspeed - 35;
}
RE._x = Hitter._x - 50;
_xscale = Xscale;
}
Hurt = true;
onground = false;
flying = true;
gravity = 0.8;
gotoAndStop ("Hurt");
Man.gotoAndPlay("FlyAway");
DieAni = 1;
}
if (temporaryMc.Man.hit10.hitTest(this.hitbox)) {
friction = 0.95;
Hitter = temporaryMc;
if (Hitter._name == "player") {
_root.Hud.Combo.ResetTimer = 0;
_root.Hud.Combo.Hit = _root.Hud.Combo.Hit + 1;
_root.Special = _root.Special + 1;
} else {
Special = Special + 1;
}
RE = _root.attachMovie("HitS", "HitS" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
RE._y = this._y;
RE._x = this._x;
RE._xscale = 20;
RE._yscale = 20;
Twack2.start(0, 1);
HP1.start(0, 1);
BB.start(0, 1);
yspeed = -5;
if (Hitter.hitbox.hitTest(_root.Cam)) {
_root.Cam.shake = 5;
}
HP = HP - 2;
if (Hitter.Freeze >= 0) {
Hitter.Freeze = 0;
timmer = Hitter.Freeze;
Freeze = Hitter.Freeze;
Hitter.Man.stop();
}
Hitter.TaggedX = Hitter._x;
Hitter.TaggedY = Hitter._y;
Hitter.TaggedMC = this;
if (Hitter._xscale >= 1) {
xspeed = 0;
_xscale = (-Xscale);
}
if (Hitter._xscale <= -1) {
xspeed = 0;
_xscale = Xscale;
}
Hurt = true;
onground = false;
flying = true;
_y = (_y - 3);
gravity = 0.3;
gotoAndStop ("Hurt");
Man.gotoAndPlay("FlyAway");
DieAni = 1;
}
if (temporaryMc.Man.hit11.hitTest(this.hitbox)) {
Hitter = temporaryMc;
if (Hitter._name == "player") {
_root.Hud.Combo.ResetTimer = 0;
_root.Hud.Combo.Hit = _root.Hud.Combo.Hit + 1;
_root.Special = _root.Special + 1;
} else {
Special = Special + 1;
}
RE = _root.attachMovie("HitS", "HitS" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
RE._y = this._y;
RE._x = this._x;
RE._xscale = 20;
RE._yscale = 20;
Twack1.start(0, 1);
HP1.start(0, 1);
BB.start(0, 1);
if (!onground) {
yspeed = 8;
gravity = 0.3;
friction = 0.95;
} else {
friction = 0.95;
yspeed = -10;
gravity = 0.3;
}
if (Hitter.hitbox.hitTest(_root.Cam)) {
_root.Cam.shake = 5;
}
HP = HP - 3;
if (Hitter.Freeze >= 0) {
Hitter.Freeze = -3;
timmer = Hitter.Freeze;
Freeze = Hitter.Freeze;
Hitter.Man.stop();
}
Hitter.TaggedX = Hitter._x;
Hitter.TaggedY = Hitter._y;
Hitter.TaggedMC = this;
if (Hitter._xscale >= 1) {
if (onground) {
xspeed = 10;
}
_xscale = (-Xscale);
}
if (Hitter._xscale <= -1) {
if (onground) {
xspeed = -10;
}
_xscale = Xscale;
}
Hurt = true;
onground = false;
flying = true;
_y = (_y - 3);
gotoAndStop ("Hurt");
Man.gotoAndPlay("FlyAway");
DieAni = 1;
}
if (temporaryMc.Man.hit12.hitTest(this.hitbox)) {
Hitter = temporaryMc;
if (Hitter._name == "player") {
_root.Hud.Combo.ResetTimer = 0;
_root.Hud.Combo.Hit = _root.Hud.Combo.Hit + 1;
_root.Special = _root.Special + 0.5;
_root.Cam.Zoomer = 1;
} else {
Special = Special + 0.5;
}
if (Hitter.hitbox.hitTest(_root.Cam)) {
_root.Cam.shake = 0.5;
}
friction = 0.99;
RE = _root.attachMovie("HitS", "HitS" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
RE._y = Hitter._y - 20;
RE._xscale = 10;
RE._yscale = 10;
if (Hitter.Freeze >= 0) {
Hitter.Freeze = 0;
timmer = Hitter.Freeze;
Freeze = Hitter.Freeze;
Hitter.Man.stop();
}
Hitter.xspeed = xspeed;
HP = HP - 0.5;
HP3.start(0, 1);
if (Hitter._xscale >= 1) {
RE._x = Hitter._x + 50;
xspeed = 20;
_xscale = (-Xscale);
}
if (Hitter._xscale <= -1) {
RE._x = Hitter._x - 50;
xspeed = -20;
_xscale = Xscale;
}
Hurt = true;
gotoAndStop ("Hurt");
Man.gotoAndPlay(1);
DieAni = 1;
}
if (delay >= 0) {
if (temporaryMc.Man.UpSlap.hitTest(this.hitbox)) {
friction = 0.95;
Hitter = temporaryMc;
gravity = 0.4;
if (Hitter._name == "player") {
_root.Hud.Combo.ResetTimer = 0;
_root.Hud.Combo.Hit = _root.Hud.Combo.Hit + 1;
_root.Special = _root.Special + 1;
} else {
Special = Special + 1;
}
RE = _root.attachMovie("HitS", "HitS" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
RE._y = this._y;
RE._x = this._x;
RE._xscale = 20;
RE._yscale = 20;
Twack2.start(0, 1);
yspeed = -8;
if (Hitter.hitbox.hitTest(_root.Cam)) {
_root.Cam.shake = 0;
}
if (Hitter.Freeze >= 0) {
Hitter.Freeze = 0;
timmer = Hitter.Freeze;
Freeze = Hitter.Freeze;
Hitter.Man.stop();
}
Hitter.TaggedX = Hitter._x;
Hitter.TaggedY = Hitter._y;
Hitter.TaggedMC = this;
if (onground) {
yspeed = -8;
}
HP = HP - 1;
if (Hitter._xscale >= 1) {
xspeed = -7;
_xscale = (-Xscale);
}
if (Hitter._xscale <= -1) {
xspeed = 7;
_xscale = Xscale;
}
Hurt = true;
onground = false;
flying = true;
delay = -10;
gotoAndStop ("Hurt");
Man.gotoAndPlay("FlyAway");
DieAni = 1;
}
if (temporaryMc.Man.hit13.hitTest(this.hitbox)) {
friction = 0.99;
Hitter = temporaryMc;
if (Hitter._name == "player") {
_root.Hud.Combo.ResetTimer = 0;
_root.Hud.Combo.Hit = _root.Hud.Combo.Hit + 1;
_root.Special = _root.Special + 0.5;
} else {
Special = Special + 0.5;
}
RE = _root.attachMovie("HitS", "HitS" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
RE._y = this._y;
RE._x = this._x;
RE._xscale = 20;
RE._yscale = 20;
if (Hitter.hitbox.hitTest(_root.Cam)) {
_root.Cam.shake = 1;
}
if (Hitter.Freeze >= 0) {
Hitter.Freeze = -3;
timmer = Hitter.Freeze;
Freeze = Hitter.Freeze;
Hitter.Man.stop();
}
delay = -10;
Hitter.xspeed = xspeed;
Hitter.TaggedX = Hitter._x;
Hitter.TaggedY = Hitter._y;
Hitter.TaggedMC = this;
Twack2.start(0, 1);
BB.start(0, 1);
yspeed = -20;
HP = HP - 2;
if (Hitter._x >= this._x) {
xspeed = -20;
_xscale = (-Xscale);
}
if (Hitter._x <= this._x) {
xspeed = 20;
_xscale = Xscale;
}
gravity = 0.6;
Hurt = true;
flying = true;
gotoAndStop ("Hurt");
Man.gotoAndPlay("FlyAway");
DieAni = 1;
}
if (temporaryMc.Man.Blast.hitTest(this.hitbox)) {
friction = 0.6;
Hitter = temporaryMc;
if (Hitter._name == "player") {
_root.Hud.Combo.ResetTimer = 0;
_root.Hud.Combo.Hit = _root.Hud.Combo.Hit + 1;
}
RE = _root.attachMovie("HitS", "HitS" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
RE._y = this._y;
RE._x = this._x;
RE._xscale = 20;
RE._yscale = 20;
if (Hitter.hitbox.hitTest(_root.Cam)) {
_root.Cam.shake = _root.Cam.shake + 1;
}
delay = -3;
Hitter.xspeed = xspeed;
Hitter.TaggedX = Hitter._x;
Hitter.TaggedY = Hitter._y;
Hitter.TaggedMC = this;
yspeed = 0;
HP = HP - 8;
if (Hitter._x >= this._x) {
xspeed = -10;
_xscale = Xscale;
}
if (Hitter._x <= this._x) {
xspeed = 10;
_xscale = (-Xscale);
}
gravity = 0.6;
Hurt = true;
flying = true;
gotoAndStop ("Hurt");
Man.gotoAndPlay(1);
DieAni = 1;
}
}
if (temporaryMc.Man.hit14.hitTest(this.hitbox)) {
friction = 0.99;
Hitter = temporaryMc;
if (Hitter._name == "player") {
_root.Hud.Combo.ResetTimer = 0;
_root.Hud.Combo.Hit = _root.Hud.Combo.Hit + 1;
_root.Special = _root.Special + 0.5;
} else {
Special = Special + 0.5;
}
RE = _root.attachMovie("HitS", "HitS" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
RE._y = this._y + 40;
RE._x = this._x;
RE._xscale = 20;
RE._yscale = 20;
if (Hitter.hitbox.hitTest(_root.Cam)) {
_root.Cam.shake = 1;
}
if (Hitter.Freeze >= 0) {
Hitter.Freeze = 0;
timmer = Hitter.Freeze;
Freeze = Hitter.Freeze;
Hitter.Man.stop();
}
delay = -10;
Hitter.xspeed = xspeed;
Hitter.TaggedX = Hitter._x;
Hitter.TaggedY = Hitter._y;
Hitter.TaggedMC = this;
Twack1.start(0, 1);
yspeed = -7;
HP = HP - 2;
if (Hitter._x >= this._x) {
xspeed = -2;
_xscale = Xscale;
}
if (Hitter._x <= this._x) {
xspeed = 2;
_xscale = (-Xscale);
}
gravity = 0.6;
Hurt = true;
flying = true;
gotoAndStop ("Hurt");
Man.gotoAndPlay("FlyAway");
DieAni = 1;
}
if (temporaryMc.Man.GRAB.hitTest(this.hitbox)) {
friction = 0.5;
Hitter = temporaryMc;
if (Hitter.Freeze >= 0) {
Hitter.Freeze = 0;
timmer = Hitter.Freeze;
Freeze = Hitter.Freeze;
}
Hitter.Man.gotoAndStop("grabbed");
Hitter.xspeed = xspeed;
Hitter.TaggedX = Hitter._x;
Hitter.TaggedY = Hitter._y;
Hitter.TaggedMC = this;
this._visible = false;
Hold = true;
GrabbedBy = this;
Hitter.GrabMove = true;
if (Hitter._xscale >= 1) {
xspeed = 0;
this._x = Hitter._x + 50;
_xscale = Xscale;
}
if (Hitter._xscale <= -1) {
xspeed = 0;
this._x = Hitter._x - 50;
_xscale = (-Xscale);
}
gravity = 0.6;
Hurt = true;
flying = true;
gotoAndStop ("Hurt");
Man.gotoAndPlay("FlyAway");
DieAni = 1;
}
if (temporaryMc.Man.HitCommAnd.hitTest(this.hitbox)) {
friction = 0.95;
Hitter = temporaryMc;
Hitter.TaggedX = Hitter._x;
Hitter.TaggedY = Hitter._y;
if (Hitter.TaggedMC == this) {
if (Hitter._xscale >= 1) {
if (Key.isDown(Hitter.RightKey)) {
Hitter.gotoAndStop("Attack");
Hitter.Man.gotoAndPlay("Attack11");
Hitter.xspeed = this.xspeed;
}
}
if (Hitter._xscale <= -1) {
if (Key.isDown(Hitter.LeftKey)) {
Hitter.gotoAndStop("Attack");
Hitter.Man.gotoAndPlay("Attack11");
Hitter.xspeed = this.xspeed;
}
}
if (!Key.isDown(Hitter.DownKey)) {
if (!Key.isDown(Hitter.UpKey)) {
if (!Key.isDown(Hitter.LeftKey)) {
if (!Key.isDown(Hitter.RightKey)) {
Hitter.gotoAndStop("Attack");
Hitter.Man.gotoAndPlay("Attack9");
}
}
}
if (Key.isDown(Hitter.UpKey)) {
Hitter.gotoAndStop("Attack");
Hitter.Man.gotoAndPlay("Attack5");
}
} else {
Hitter.gotoAndStop(1);
xspeed = 0;
if (Hitter._xscale >= 1) {
Hitter._x = this._x;
}
if (Hitter._xscale <= -1) {
Hitter._x = this._x;
}
}
}
Hitter.xspeed = 0;
Hitter.yspeed = 0;
}
}
}
}
_local3++;
}
if (Freeze <= -1) {
Freeze = Freeze + 1;
Man.stop();
}
};
BotRead = "stand";
Instance of Symbol 354 MovieClip "hitbox2" in Symbol 990 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 354 MovieClip "hitbox" in Symbol 990 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 356 MovieClip "Lala" in Symbol 990 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 365 MovieClip "Powercharge" in Symbol 990 MovieClip Frame 1
onClipEvent (load) {
if (_root.Game != "set") {
play();
} else {
stop();
}
}
onClipEvent (enterFrame) {
if (_root.Game != "set") {
play();
} else {
stop();
}
}
Symbol 997 MovieClip Frame 1
stop();
Symbol 997 MovieClip Frame 2
_root.Cam.shake = 10;
Instance of Symbol 1000 MovieClip "Box" in Symbol 1001 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Symbol 1038 MovieClip Frame 2
_parent.hitbox.gotoAndStop(3);
Symbol 1038 MovieClip Frame 8
gotoAndStop ("duck");
Symbol 1046 MovieClip Frame 4
if ((!Key.isDown(_parent.JumpKey)) && (_parent.onground)) {
_parent.yspeed = (-_parent.JumpPower) / 2;
_parent.onground = false;
_parent.gotoAndStop("Jump");
}
Symbol 1046 MovieClip Frame 5
if (_parent.onground) {
_parent.yspeed = -_parent.JumpPower;
_parent.onground = false;
}
_parent.gotoAndStop("Jump");
Symbol 1048 MovieClip Frame 14
gotoAndPlay ("againMan");
Symbol 1292 MovieClip Frame 5
_parent.BotRead = "Slap01";
Instance of Symbol 578 MovieClip "Cut1" in Symbol 1292 MovieClip Frame 10
onClipEvent (load) {
_visible = false;
if (this.hitTest(_root.CACA2)) {
_root.CACA2.HP = _root.CACA2.HP - 10;
}
if (this.hitTest(_root.CACA)) {
_root.CACA.HP = _root.CACA.HP - 10;
}
if (this.hitTest(_root.ShieldShit) && (_parent._parent.Team == "Red")) {
_root.ShieldShit.HP = _root.ShieldShit.HP - 0.5;
_root.ShieldShit.gotoAndPlay(2);
}
}
onClipEvent (enterFrame) {
_visible = false;
if (this.hitTest(_root.CACA2)) {
_root.CACA2.HP = _root.CACA2.HP - 10;
}
if (this.hitTest(_root.CACA)) {
_root.CACA.HP = _root.CACA.HP - 10;
}
if (this.hitTest(_root.ShieldShit) && (_parent._parent.Team == "Red")) {
_root.ShieldShit.HP = _root.ShieldShit.HP - 0.5;
_root.ShieldShit.gotoAndPlay(2);
}
}
Symbol 1292 MovieClip Frame 12
_parent.ComboMove = 1;
Symbol 1292 MovieClip Frame 22
_parent.gotoAndStop(1);
Symbol 1292 MovieClip Frame 23
if (Key.isDown(_parent.RightKey)) {
_parent._xscale = _parent.Xscale;
}
if (Key.isDown(_parent.LeftKey)) {
_parent._xscale = -_parent.Xscale;
}
_parent.BotRead = "Slap01";
Instance of Symbol 578 MovieClip "Cut2" in Symbol 1292 MovieClip Frame 26
onClipEvent (load) {
_visible = false;
if (this.hitTest(_root.CACA2)) {
_root.CACA2.HP = _root.CACA2.HP - 10;
}
if (this.hitTest(_root.CACA)) {
_root.CACA.HP = _root.CACA.HP - 10;
}
if (this.hitTest(_root.ShieldShit) && (_parent._parent.Team == "Red")) {
_root.ShieldShit.HP = _root.ShieldShit.HP - 0.5;
_root.ShieldShit.gotoAndPlay(2);
}
}
onClipEvent (enterFrame) {
_visible = false;
if (this.hitTest(_root.CACA2)) {
_root.CACA2.HP = _root.CACA2.HP - 10;
}
if (this.hitTest(_root.CACA)) {
_root.CACA.HP = _root.CACA.HP - 10;
}
if (this.hitTest(_root.ShieldShit) && (_parent._parent.Team == "Red")) {
_root.ShieldShit.HP = _root.ShieldShit.HP - 0.5;
_root.ShieldShit.gotoAndPlay(2);
}
}
Symbol 1292 MovieClip Frame 28
_parent.ComboMove = 2;
Symbol 1292 MovieClip Frame 38
_parent.gotoAndStop(1);
Symbol 1292 MovieClip Frame 39
if (Key.isDown(_parent.RightKey)) {
_parent._xscale = _parent.Xscale;
}
if (Key.isDown(_parent.LeftKey)) {
_parent._xscale = -_parent.Xscale;
}
Instance of Symbol 578 MovieClip "Cut3" in Symbol 1292 MovieClip Frame 41
onClipEvent (load) {
_visible = false;
if (this.hitTest(_root.CACA2)) {
_root.CACA2.HP = _root.CACA2.HP - 10;
}
if (this.hitTest(_root.CACA)) {
_root.CACA.HP = _root.CACA.HP - 10;
}
if (this.hitTest(_root.ShieldShit) && (_parent._parent.Team == "Red")) {
_root.ShieldShit.HP = _root.ShieldShit.HP - 0.5;
_root.ShieldShit.gotoAndPlay(2);
}
}
onClipEvent (enterFrame) {
_visible = false;
if (this.hitTest(_root.CACA2)) {
_root.CACA2.HP = _root.CACA2.HP - 10;
}
if (this.hitTest(_root.CACA)) {
_root.CACA.HP = _root.CACA.HP - 10;
}
if (this.hitTest(_root.ShieldShit) && (_parent._parent.Team == "Red")) {
_root.ShieldShit.HP = _root.ShieldShit.HP - 0.5;
_root.ShieldShit.gotoAndPlay(2);
}
}
Symbol 1292 MovieClip Frame 44
_parent.ComboMove = 3;
Symbol 1292 MovieClip Frame 61
_parent.gotoAndStop(1);
Symbol 1292 MovieClip Frame 62
if (Key.isDown(_parent.RightKey)) {
_parent._xscale = _parent.Xscale;
}
if (Key.isDown(_parent.LeftKey)) {
_parent._xscale = -_parent.Xscale;
}
Instance of Symbol 578 MovieClip "Cut4" in Symbol 1292 MovieClip Frame 64
onClipEvent (load) {
_visible = false;
if (this.hitTest(_root.CACA2)) {
_root.CACA2.HP = _root.CACA2.HP - 10;
}
if (this.hitTest(_root.CACA)) {
_root.CACA.HP = _root.CACA.HP - 10;
}
if (this.hitTest(_root.ShieldShit) && (_parent._parent.Team == "Red")) {
_root.ShieldShit.HP = _root.ShieldShit.HP - 0.5;
_root.ShieldShit.gotoAndPlay(2);
}
}
onClipEvent (enterFrame) {
_visible = false;
if (this.hitTest(_root.CACA2)) {
_root.CACA2.HP = _root.CACA2.HP - 10;
}
if (this.hitTest(_root.CACA)) {
_root.CACA.HP = _root.CACA.HP - 10;
}
if (this.hitTest(_root.ShieldShit) && (_parent._parent.Team == "Red")) {
_root.ShieldShit.HP = _root.ShieldShit.HP - 0.5;
_root.ShieldShit.gotoAndPlay(2);
}
}
Symbol 1292 MovieClip Frame 68
_parent.ComboMove = 500;
Symbol 1292 MovieClip Frame 86
_parent.gotoAndStop(1);
Symbol 1292 MovieClip Frame 87
if (Key.isDown(_parent.RightKey)) {
_parent._xscale = _parent.Xscale;
}
if (Key.isDown(_parent.LeftKey)) {
_parent._xscale = -_parent.Xscale;
}
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x - 20;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x + 20;
_parent._y = _parent.TaggedMC._y;
}
}
Symbol 1292 MovieClip Frame 94
if (_parent._xscale >= 1) {
_parent.xspeed = 10;
}
if (_parent._xscale <= -1) {
_parent.xspeed = -10;
}
Symbol 1292 MovieClip Frame 95
_parent.ComboMove = 5;
Instance of Symbol 578 MovieClip "hit4" in Symbol 1292 MovieClip Frame 95
onClipEvent (load) {
_visible = false;
if (this.hitTest(_root.CACA2)) {
_root.CACA2.HP = _root.CACA2.HP - 10;
}
if (this.hitTest(_root.CACA)) {
_root.CACA.HP = _root.CACA.HP - 10;
}
if (this.hitTest(_root.ShieldShit) && (_parent._parent.Team == "Red")) {
_root.ShieldShit.HP = _root.ShieldShit.HP - 0.5;
_root.ShieldShit.gotoAndPlay(2);
}
}
onClipEvent (enterFrame) {
_visible = false;
if (this.hitTest(_root.CACA2)) {
_root.CACA2.HP = _root.CACA2.HP - 10;
}
if (this.hitTest(_root.CACA)) {
_root.CACA.HP = _root.CACA.HP - 10;
}
if (this.hitTest(_root.ShieldShit) && (_parent._parent.Team == "Red")) {
_root.ShieldShit.HP = _root.ShieldShit.HP - 0.5;
_root.ShieldShit.gotoAndPlay(2);
}
}
Symbol 1292 MovieClip Frame 100
_parent.ComboMove = 10;
Symbol 1292 MovieClip Frame 120
_parent.gotoAndStop(1);
Symbol 1292 MovieClip Frame 121
_parent.BotRead = "Slap01";
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x + 20;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x - 20;
_parent._y = _parent.TaggedMC._y;
}
}
Symbol 1292 MovieClip Frame 122
if (_parent.TaggedX != 0) {
_parent._y = _parent.TaggedMC._y;
}
Symbol 1292 MovieClip Frame 123
if (_parent.TaggedX != 0) {
_parent._y = _parent.TaggedMC._y;
}
Symbol 1292 MovieClip Frame 124
if (_parent.TaggedX != 0) {
_parent._y = _parent.TaggedMC._y;
}
Instance of Symbol 578 MovieClip "Cut5" in Symbol 1292 MovieClip Frame 124
onClipEvent (load) {
_visible = false;
if (this.hitTest(_root.CACA2)) {
_root.CACA2.HP = _root.CACA2.HP - 10;
}
if (this.hitTest(_root.CACA)) {
_root.CACA.HP = _root.CACA.HP - 10;
}
if (this.hitTest(_root.ShieldShit) && (_parent._parent.Team == "Red")) {
_root.ShieldShit.HP = _root.ShieldShit.HP - 0.5;
_root.ShieldShit.gotoAndPlay(2);
}
}
onClipEvent (enterFrame) {
_visible = false;
if (this.hitTest(_root.CACA2)) {
_root.CACA2.HP = _root.CACA2.HP - 10;
}
if (this.hitTest(_root.CACA)) {
_root.CACA.HP = _root.CACA.HP - 10;
}
if (this.hitTest(_root.ShieldShit) && (_parent._parent.Team == "Red")) {
_root.ShieldShit.HP = _root.ShieldShit.HP - 0.5;
_root.ShieldShit.gotoAndPlay(2);
}
}
Instance of Symbol 578 MovieClip "Cut5" in Symbol 1292 MovieClip Frame 126
onClipEvent (load) {
_visible = false;
if (this.hitTest(_root.CACA2)) {
_root.CACA2.HP = _root.CACA2.HP - 10;
}
if (this.hitTest(_root.CACA)) {
_root.CACA.HP = _root.CACA.HP - 10;
}
if (this.hitTest(_root.ShieldShit) && (_parent._parent.Team == "Red")) {
_root.ShieldShit.HP = _root.ShieldShit.HP - 0.5;
_root.ShieldShit.gotoAndPlay(2);
}
}
onClipEvent (enterFrame) {
_visible = false;
if (this.hitTest(_root.CACA2)) {
_root.CACA2.HP = _root.CACA2.HP - 10;
}
if (this.hitTest(_root.CACA)) {
_root.CACA.HP = _root.CACA.HP - 10;
}
if (this.hitTest(_root.ShieldShit) && (_parent._parent.Team == "Red")) {
_root.ShieldShit.HP = _root.ShieldShit.HP - 0.5;
_root.ShieldShit.gotoAndPlay(2);
}
}
Instance of Symbol 578 MovieClip "Cut5" in Symbol 1292 MovieClip Frame 128
onClipEvent (load) {
_visible = false;
if (this.hitTest(_root.CACA2)) {
_root.CACA2.HP = _root.CACA2.HP - 10;
}
if (this.hitTest(_root.CACA)) {
_root.CACA.HP = _root.CACA.HP - 10;
}
if (this.hitTest(_root.ShieldShit) && (_parent._parent.Team == "Red")) {
_root.ShieldShit.HP = _root.ShieldShit.HP - 0.5;
_root.ShieldShit.gotoAndPlay(2);
}
}
onClipEvent (enterFrame) {
_visible = false;
if (this.hitTest(_root.CACA2)) {
_root.CACA2.HP = _root.CACA2.HP - 10;
}
if (this.hitTest(_root.CACA)) {
_root.CACA.HP = _root.CACA.HP - 10;
}
if (this.hitTest(_root.ShieldShit) && (_parent._parent.Team == "Red")) {
_root.ShieldShit.HP = _root.ShieldShit.HP - 0.5;
_root.ShieldShit.gotoAndPlay(2);
}
}
Instance of Symbol 578 MovieClip "Cut5" in Symbol 1292 MovieClip Frame 130
onClipEvent (load) {
_visible = false;
if (this.hitTest(_root.CACA2)) {
_root.CACA2.HP = _root.CACA2.HP - 10;
}
if (this.hitTest(_root.CACA)) {
_root.CACA.HP = _root.CACA.HP - 10;
}
if (this.hitTest(_root.ShieldShit) && (_parent._parent.Team == "Red")) {
_root.ShieldShit.HP = _root.ShieldShit.HP - 0.5;
_root.ShieldShit.gotoAndPlay(2);
}
}
onClipEvent (enterFrame) {
_visible = false;
if (this.hitTest(_root.CACA2)) {
_root.CACA2.HP = _root.CACA2.HP - 10;
}
if (this.hitTest(_root.CACA)) {
_root.CACA.HP = _root.CACA.HP - 10;
}
if (this.hitTest(_root.ShieldShit) && (_parent._parent.Team == "Red")) {
_root.ShieldShit.HP = _root.ShieldShit.HP - 0.5;
_root.ShieldShit.gotoAndPlay(2);
}
}
Instance of Symbol 578 MovieClip "Cut5" in Symbol 1292 MovieClip Frame 132
onClipEvent (load) {
_visible = false;
if (this.hitTest(_root.CACA2)) {
_root.CACA2.HP = _root.CACA2.HP - 10;
}
if (this.hitTest(_root.CACA)) {
_root.CACA.HP = _root.CACA.HP - 10;
}
if (this.hitTest(_root.ShieldShit) && (_parent._parent.Team == "Red")) {
_root.ShieldShit.HP = _root.ShieldShit.HP - 0.5;
_root.ShieldShit.gotoAndPlay(2);
}
}
onClipEvent (enterFrame) {
_visible = false;
if (this.hitTest(_root.CACA2)) {
_root.CACA2.HP = _root.CACA2.HP - 10;
}
if (this.hitTest(_root.CACA)) {
_root.CACA.HP = _root.CACA.HP - 10;
}
if (this.hitTest(_root.ShieldShit) && (_parent._parent.Team == "Red")) {
_root.ShieldShit.HP = _root.ShieldShit.HP - 0.5;
_root.ShieldShit.gotoAndPlay(2);
}
}
Instance of Symbol 578 MovieClip "Cut5" in Symbol 1292 MovieClip Frame 134
onClipEvent (load) {
_visible = false;
if (this.hitTest(_root.CACA2)) {
_root.CACA2.HP = _root.CACA2.HP - 10;
}
if (this.hitTest(_root.CACA)) {
_root.CACA.HP = _root.CACA.HP - 10;
}
if (this.hitTest(_root.ShieldShit) && (_parent._parent.Team == "Red")) {
_root.ShieldShit.HP = _root.ShieldShit.HP - 0.5;
_root.ShieldShit.gotoAndPlay(2);
}
}
onClipEvent (enterFrame) {
_visible = false;
if (this.hitTest(_root.CACA2)) {
_root.CACA2.HP = _root.CACA2.HP - 10;
}
if (this.hitTest(_root.CACA)) {
_root.CACA.HP = _root.CACA.HP - 10;
}
if (this.hitTest(_root.ShieldShit) && (_parent._parent.Team == "Red")) {
_root.ShieldShit.HP = _root.ShieldShit.HP - 0.5;
_root.ShieldShit.gotoAndPlay(2);
}
}
Instance of Symbol 578 MovieClip "Cut5" in Symbol 1292 MovieClip Frame 136
onClipEvent (load) {
_visible = false;
if (this.hitTest(_root.CACA2)) {
_root.CACA2.HP = _root.CACA2.HP - 10;
}
if (this.hitTest(_root.CACA)) {
_root.CACA.HP = _root.CACA.HP - 10;
}
if (this.hitTest(_root.ShieldShit) && (_parent._parent.Team == "Red")) {
_root.ShieldShit.HP = _root.ShieldShit.HP - 0.5;
_root.ShieldShit.gotoAndPlay(2);
}
}
onClipEvent (enterFrame) {
_visible = false;
if (this.hitTest(_root.CACA2)) {
_root.CACA2.HP = _root.CACA2.HP - 10;
}
if (this.hitTest(_root.CACA)) {
_root.CACA.HP = _root.CACA.HP - 10;
}
if (this.hitTest(_root.ShieldShit) && (_parent._parent.Team == "Red")) {
_root.ShieldShit.HP = _root.ShieldShit.HP - 0.5;
_root.ShieldShit.gotoAndPlay(2);
}
}
Instance of Symbol 578 MovieClip "Cut5" in Symbol 1292 MovieClip Frame 138
onClipEvent (load) {
_visible = false;
if (this.hitTest(_root.CACA2)) {
_root.CACA2.HP = _root.CACA2.HP - 10;
}
if (this.hitTest(_root.CACA)) {
_root.CACA.HP = _root.CACA.HP - 10;
}
if (this.hitTest(_root.ShieldShit) && (_parent._parent.Team == "Red")) {
_root.ShieldShit.HP = _root.ShieldShit.HP - 0.5;
_root.ShieldShit.gotoAndPlay(2);
}
}
onClipEvent (enterFrame) {
_visible = false;
if (this.hitTest(_root.CACA2)) {
_root.CACA2.HP = _root.CACA2.HP - 10;
}
if (this.hitTest(_root.CACA)) {
_root.CACA.HP = _root.CACA.HP - 10;
}
if (this.hitTest(_root.ShieldShit) && (_parent._parent.Team == "Red")) {
_root.ShieldShit.HP = _root.ShieldShit.HP - 0.5;
_root.ShieldShit.gotoAndPlay(2);
}
}
Symbol 1292 MovieClip Frame 140
_parent.ComboMove = 501;
Instance of Symbol 578 MovieClip "Cut6" in Symbol 1292 MovieClip Frame 140
onClipEvent (load) {
_visible = false;
if (this.hitTest(_root.CACA2)) {
_root.CACA2.HP = _root.CACA2.HP - 10;
}
if (this.hitTest(_root.CACA)) {
_root.CACA.HP = _root.CACA.HP - 10;
}
if (this.hitTest(_root.ShieldShit) && (_parent._parent.Team == "Red")) {
_root.ShieldShit.HP = _root.ShieldShit.HP - 0.5;
_root.ShieldShit.gotoAndPlay(2);
}
}
onClipEvent (enterFrame) {
_visible = false;
if (this.hitTest(_root.CACA2)) {
_root.CACA2.HP = _root.CACA2.HP - 10;
}
if (this.hitTest(_root.CACA)) {
_root.CACA.HP = _root.CACA.HP - 10;
}
if (this.hitTest(_root.ShieldShit) && (_parent._parent.Team == "Red")) {
_root.ShieldShit.HP = _root.ShieldShit.HP - 0.5;
_root.ShieldShit.gotoAndPlay(2);
}
}
Instance of Symbol 578 MovieClip "Cut6" in Symbol 1292 MovieClip Frame 142
onClipEvent (load) {
_visible = false;
if (this.hitTest(_root.CACA2)) {
_root.CACA2.HP = _root.CACA2.HP - 10;
}
if (this.hitTest(_root.CACA)) {
_root.CACA.HP = _root.CACA.HP - 10;
}
if (this.hitTest(_root.ShieldShit) && (_parent._parent.Team == "Red")) {
_root.ShieldShit.HP = _root.ShieldShit.HP - 0.5;
_root.ShieldShit.gotoAndPlay(2);
}
}
onClipEvent (enterFrame) {
_visible = false;
if (this.hitTest(_root.CACA2)) {
_root.CACA2.HP = _root.CACA2.HP - 10;
}
if (this.hitTest(_root.CACA)) {
_root.CACA.HP = _root.CACA.HP - 10;
}
if (this.hitTest(_root.ShieldShit) && (_parent._parent.Team == "Red")) {
_root.ShieldShit.HP = _root.ShieldShit.HP - 0.5;
_root.ShieldShit.gotoAndPlay(2);
}
}
Instance of Symbol 578 MovieClip "Cut6" in Symbol 1292 MovieClip Frame 144
onClipEvent (load) {
_visible = false;
if (this.hitTest(_root.CACA2)) {
_root.CACA2.HP = _root.CACA2.HP - 10;
}
if (this.hitTest(_root.CACA)) {
_root.CACA.HP = _root.CACA.HP - 10;
}
if (this.hitTest(_root.ShieldShit) && (_parent._parent.Team == "Red")) {
_root.ShieldShit.HP = _root.ShieldShit.HP - 0.5;
_root.ShieldShit.gotoAndPlay(2);
}
}
onClipEvent (enterFrame) {
_visible = false;
if (this.hitTest(_root.CACA2)) {
_root.CACA2.HP = _root.CACA2.HP - 10;
}
if (this.hitTest(_root.CACA)) {
_root.CACA.HP = _root.CACA.HP - 10;
}
if (this.hitTest(_root.ShieldShit) && (_parent._parent.Team == "Red")) {
_root.ShieldShit.HP = _root.ShieldShit.HP - 0.5;
_root.ShieldShit.gotoAndPlay(2);
}
}
Instance of Symbol 578 MovieClip "Cut6" in Symbol 1292 MovieClip Frame 146
onClipEvent (load) {
_visible = false;
if (this.hitTest(_root.CACA2)) {
_root.CACA2.HP = _root.CACA2.HP - 10;
}
if (this.hitTest(_root.CACA)) {
_root.CACA.HP = _root.CACA.HP - 10;
}
if (this.hitTest(_root.ShieldShit) && (_parent._parent.Team == "Red")) {
_root.ShieldShit.HP = _root.ShieldShit.HP - 0.5;
_root.ShieldShit.gotoAndPlay(2);
}
}
onClipEvent (enterFrame) {
_visible = false;
if (this.hitTest(_root.CACA2)) {
_root.CACA2.HP = _root.CACA2.HP - 10;
}
if (this.hitTest(_root.CACA)) {
_root.CACA.HP = _root.CACA.HP - 10;
}
if (this.hitTest(_root.ShieldShit) && (_parent._parent.Team == "Red")) {
_root.ShieldShit.HP = _root.ShieldShit.HP - 0.5;
_root.ShieldShit.gotoAndPlay(2);
}
}
Instance of Symbol 706 MovieClip "HitCommAnd" in Symbol 1292 MovieClip Frame 147
onClipEvent (load) {
_visible = false;
}
Symbol 1292 MovieClip Frame 156
_parent.gotoAndStop(1);
Symbol 1292 MovieClip Frame 157
_parent.BotRead = "Slap01";
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x + 20;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x - 20;
_parent._y = _parent.TaggedMC._y;
}
}
Symbol 1292 MovieClip Frame 158
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x + 20;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x - 20;
_parent._y = _parent.TaggedMC._y;
}
}
Symbol 1292 MovieClip Frame 159
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x + 20;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x - 20;
_parent._y = _parent.TaggedMC._y;
}
}
Instance of Symbol 578 MovieClip "Cut7" in Symbol 1292 MovieClip Frame 159
onClipEvent (load) {
_visible = false;
if (this.hitTest(_root.CACA2)) {
_root.CACA2.HP = _root.CACA2.HP - 10;
}
if (this.hitTest(_root.CACA)) {
_root.CACA.HP = _root.CACA.HP - 10;
}
if (this.hitTest(_root.ShieldShit) && (_parent._parent.Team == "Red")) {
_root.ShieldShit.HP = _root.ShieldShit.HP - 0.5;
_root.ShieldShit.gotoAndPlay(2);
}
}
onClipEvent (enterFrame) {
_visible = false;
if (this.hitTest(_root.CACA2)) {
_root.CACA2.HP = _root.CACA2.HP - 10;
}
if (this.hitTest(_root.CACA)) {
_root.CACA.HP = _root.CACA.HP - 10;
}
if (this.hitTest(_root.ShieldShit) && (_parent._parent.Team == "Red")) {
_root.ShieldShit.HP = _root.ShieldShit.HP - 0.5;
_root.ShieldShit.gotoAndPlay(2);
}
}
Symbol 1292 MovieClip Frame 160
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x + 20;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x - 20;
_parent._y = _parent.TaggedMC._y;
}
}
Symbol 1292 MovieClip Frame 161
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x + 20;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x - 20;
_parent._y = _parent.TaggedMC._y;
}
}
Symbol 1292 MovieClip Frame 162
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x + 20;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x - 20;
_parent._y = _parent.TaggedMC._y;
}
}
Instance of Symbol 578 MovieClip "Cut7" in Symbol 1292 MovieClip Frame 162
onClipEvent (load) {
_visible = false;
}
Symbol 1292 MovieClip Frame 163
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x + 20;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x - 20;
_parent._y = _parent.TaggedMC._y;
}
}
Symbol 1292 MovieClip Frame 164
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x + 20;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x - 20;
_parent._y = _parent.TaggedMC._y;
}
}
Symbol 1292 MovieClip Frame 165
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x + 20;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x - 20;
_parent._y = _parent.TaggedMC._y;
}
}
Instance of Symbol 578 MovieClip "Cut8" in Symbol 1292 MovieClip Frame 165
onClipEvent (load) {
_visible = false;
if (this.hitTest(_root.CACA2)) {
_root.CACA2.HP = _root.CACA2.HP - 10;
}
if (this.hitTest(_root.CACA)) {
_root.CACA.HP = _root.CACA.HP - 10;
}
if (this.hitTest(_root.ShieldShit) && (_parent._parent.Team == "Red")) {
_root.ShieldShit.HP = _root.ShieldShit.HP - 0.5;
_root.ShieldShit.gotoAndPlay(2);
}
}
onClipEvent (enterFrame) {
_visible = false;
if (this.hitTest(_root.CACA2)) {
_root.CACA2.HP = _root.CACA2.HP - 10;
}
if (this.hitTest(_root.CACA)) {
_root.CACA.HP = _root.CACA.HP - 10;
}
if (this.hitTest(_root.ShieldShit) && (_parent._parent.Team == "Red")) {
_root.ShieldShit.HP = _root.ShieldShit.HP - 0.5;
_root.ShieldShit.gotoAndPlay(2);
}
}
Instance of Symbol 578 MovieClip "Cut8" in Symbol 1292 MovieClip Frame 166
onClipEvent (load) {
_visible = false;
}
Symbol 1292 MovieClip Frame 169
_parent.ComboMove = 502;
Symbol 1292 MovieClip Frame 186
_parent.gotoAndStop(1);
Symbol 1292 MovieClip Frame 187
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x + 20;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x - 20;
_parent._y = _parent.TaggedMC._y;
}
}
Symbol 1292 MovieClip Frame 188
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x + 20;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x - 20;
_parent._y = _parent.TaggedMC._y;
}
}
Instance of Symbol 578 MovieClip "Cut9" in Symbol 1292 MovieClip Frame 188
onClipEvent (load) {
_visible = false;
if (this.hitTest(_root.CACA2)) {
_root.CACA2.HP = _root.CACA2.HP - 10;
}
if (this.hitTest(_root.CACA)) {
_root.CACA.HP = _root.CACA.HP - 10;
}
if (this.hitTest(_root.ShieldShit) && (_parent._parent.Team == "Red")) {
_root.ShieldShit.HP = _root.ShieldShit.HP - 0.5;
_root.ShieldShit.gotoAndPlay(2);
}
}
onClipEvent (enterFrame) {
_visible = false;
if (this.hitTest(_root.CACA2)) {
_root.CACA2.HP = _root.CACA2.HP - 10;
}
if (this.hitTest(_root.CACA)) {
_root.CACA.HP = _root.CACA.HP - 10;
}
if (this.hitTest(_root.ShieldShit) && (_parent._parent.Team == "Red")) {
_root.ShieldShit.HP = _root.ShieldShit.HP - 0.5;
_root.ShieldShit.gotoAndPlay(2);
}
}
Symbol 1292 MovieClip Frame 189
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x + 20;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x - 20;
_parent._y = _parent.TaggedMC._y;
}
}
Symbol 1292 MovieClip Frame 190
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x + 20;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x - 20;
_parent._y = _parent.TaggedMC._y;
}
}
Instance of Symbol 578 MovieClip "Cut9" in Symbol 1292 MovieClip Frame 190
onClipEvent (load) {
_visible = false;
if (this.hitTest(_root.CACA2)) {
_root.CACA2.HP = _root.CACA2.HP - 10;
}
if (this.hitTest(_root.CACA)) {
_root.CACA.HP = _root.CACA.HP - 10;
}
if (this.hitTest(_root.ShieldShit) && (_parent._parent.Team == "Red")) {
_root.ShieldShit.HP = _root.ShieldShit.HP - 0.5;
_root.ShieldShit.gotoAndPlay(2);
}
}
onClipEvent (enterFrame) {
_visible = false;
if (this.hitTest(_root.CACA2)) {
_root.CACA2.HP = _root.CACA2.HP - 10;
}
if (this.hitTest(_root.CACA)) {
_root.CACA.HP = _root.CACA.HP - 10;
}
if (this.hitTest(_root.ShieldShit) && (_parent._parent.Team == "Red")) {
_root.ShieldShit.HP = _root.ShieldShit.HP - 0.5;
_root.ShieldShit.gotoAndPlay(2);
}
}
Symbol 1292 MovieClip Frame 191
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x + 20;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x - 20;
_parent._y = _parent.TaggedMC._y;
}
}
Symbol 1292 MovieClip Frame 192
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x + 20;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x - 20;
_parent._y = _parent.TaggedMC._y;
}
}
Symbol 1292 MovieClip Frame 193
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x + 20;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x - 20;
_parent._y = _parent.TaggedMC._y;
}
}
Instance of Symbol 578 MovieClip "Cut9" in Symbol 1292 MovieClip Frame 193
onClipEvent (load) {
_visible = false;
if (this.hitTest(_root.CACA2)) {
_root.CACA2.HP = _root.CACA2.HP - 10;
}
if (this.hitTest(_root.CACA)) {
_root.CACA.HP = _root.CACA.HP - 10;
}
if (this.hitTest(_root.ShieldShit) && (_parent._parent.Team == "Red")) {
_root.ShieldShit.HP = _root.ShieldShit.HP - 0.5;
_root.ShieldShit.gotoAndPlay(2);
}
}
onClipEvent (enterFrame) {
_visible = false;
if (this.hitTest(_root.CACA2)) {
_root.CACA2.HP = _root.CACA2.HP - 10;
}
if (this.hitTest(_root.CACA)) {
_root.CACA.HP = _root.CACA.HP - 10;
}
if (this.hitTest(_root.ShieldShit) && (_parent._parent.Team == "Red")) {
_root.ShieldShit.HP = _root.ShieldShit.HP - 0.5;
_root.ShieldShit.gotoAndPlay(2);
}
}
Symbol 1292 MovieClip Frame 194
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x + 20;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x - 20;
_parent._y = _parent.TaggedMC._y;
}
}
Symbol 1292 MovieClip Frame 195
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x + 20;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x - 20;
_parent._y = _parent.TaggedMC._y;
}
}
Instance of Symbol 578 MovieClip "Cut9" in Symbol 1292 MovieClip Frame 195
onClipEvent (load) {
_visible = false;
if (this.hitTest(_root.CACA2)) {
_root.CACA2.HP = _root.CACA2.HP - 10;
}
if (this.hitTest(_root.CACA)) {
_root.CACA.HP = _root.CACA.HP - 10;
}
if (this.hitTest(_root.ShieldShit) && (_parent._parent.Team == "Red")) {
_root.ShieldShit.HP = _root.ShieldShit.HP - 0.5;
_root.ShieldShit.gotoAndPlay(2);
}
}
onClipEvent (enterFrame) {
_visible = false;
if (this.hitTest(_root.CACA2)) {
_root.CACA2.HP = _root.CACA2.HP - 10;
}
if (this.hitTest(_root.CACA)) {
_root.CACA.HP = _root.CACA.HP - 10;
}
if (this.hitTest(_root.ShieldShit) && (_parent._parent.Team == "Red")) {
_root.ShieldShit.HP = _root.ShieldShit.HP - 0.5;
_root.ShieldShit.gotoAndPlay(2);
}
}
Symbol 1292 MovieClip Frame 196
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x + 20;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x - 20;
_parent._y = _parent.TaggedMC._y;
}
}
Instance of Symbol 578 MovieClip "Cut9" in Symbol 1292 MovieClip Frame 196
onClipEvent (load) {
_visible = false;
}
Symbol 1292 MovieClip Frame 197
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x + 20;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x - 20;
_parent._y = _parent.TaggedMC._y;
}
}
Symbol 1292 MovieClip Frame 198
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x + 20;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x - 20;
_parent._y = _parent.TaggedMC._y;
}
}
Symbol 1292 MovieClip Frame 199
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x + 20;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x - 20;
_parent._y = _parent.TaggedMC._y;
}
}
Symbol 1292 MovieClip Frame 200
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x + 20;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x - 20;
_parent._y = _parent.TaggedMC._y;
}
}
Instance of Symbol 578 MovieClip "Cut5" in Symbol 1292 MovieClip Frame 200
onClipEvent (load) {
_visible = false;
if (this.hitTest(_root.CACA2)) {
_root.CACA2.HP = _root.CACA2.HP - 10;
}
if (this.hitTest(_root.CACA)) {
_root.CACA.HP = _root.CACA.HP - 10;
}
if (this.hitTest(_root.ShieldShit) && (_parent._parent.Team == "Red")) {
_root.ShieldShit.HP = _root.ShieldShit.HP - 0.5;
_root.ShieldShit.gotoAndPlay(2);
}
}
onClipEvent (enterFrame) {
_visible = false;
if (this.hitTest(_root.CACA2)) {
_root.CACA2.HP = _root.CACA2.HP - 10;
}
if (this.hitTest(_root.CACA)) {
_root.CACA.HP = _root.CACA.HP - 10;
}
if (this.hitTest(_root.ShieldShit) && (_parent._parent.Team == "Red")) {
_root.ShieldShit.HP = _root.ShieldShit.HP - 0.5;
_root.ShieldShit.gotoAndPlay(2);
}
}
Symbol 1292 MovieClip Frame 201
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x + 20;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x - 20;
_parent._y = _parent.TaggedMC._y;
}
}
Symbol 1292 MovieClip Frame 202
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x + 20;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x - 20;
_parent._y = _parent.TaggedMC._y;
}
}
Symbol 1292 MovieClip Frame 203
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x + 20;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x - 20;
_parent._y = _parent.TaggedMC._y;
}
}
Instance of Symbol 578 MovieClip "Cut9" in Symbol 1292 MovieClip Frame 203
onClipEvent (load) {
_visible = false;
if (this.hitTest(_root.CACA2)) {
_root.CACA2.HP = _root.CACA2.HP - 10;
}
if (this.hitTest(_root.CACA)) {
_root.CACA.HP = _root.CACA.HP - 10;
}
if (this.hitTest(_root.ShieldShit) && (_parent._parent.Team == "Red")) {
_root.ShieldShit.HP = _root.ShieldShit.HP - 0.5;
_root.ShieldShit.gotoAndPlay(2);
}
}
onClipEvent (enterFrame) {
_visible = false;
if (this.hitTest(_root.CACA2)) {
_root.CACA2.HP = _root.CACA2.HP - 10;
}
if (this.hitTest(_root.CACA)) {
_root.CACA.HP = _root.CACA.HP - 10;
}
if (this.hitTest(_root.ShieldShit) && (_parent._parent.Team == "Red")) {
_root.ShieldShit.HP = _root.ShieldShit.HP - 0.5;
_root.ShieldShit.gotoAndPlay(2);
}
}
Symbol 1292 MovieClip Frame 204
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x + 20;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x - 20;
_parent._y = _parent.TaggedMC._y;
}
}
Symbol 1292 MovieClip Frame 205
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x + 20;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x - 20;
_parent._y = _parent.TaggedMC._y;
}
}
Symbol 1292 MovieClip Frame 206
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x + 20;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x - 20;
_parent._y = _parent.TaggedMC._y;
}
}
Instance of Symbol 578 MovieClip "Cut9" in Symbol 1292 MovieClip Frame 206
onClipEvent (load) {
_visible = false;
if (this.hitTest(_root.CACA2)) {
_root.CACA2.HP = _root.CACA2.HP - 10;
}
if (this.hitTest(_root.CACA)) {
_root.CACA.HP = _root.CACA.HP - 10;
}
if (this.hitTest(_root.ShieldShit) && (_parent._parent.Team == "Red")) {
_root.ShieldShit.HP = _root.ShieldShit.HP - 0.5;
_root.ShieldShit.gotoAndPlay(2);
}
}
onClipEvent (enterFrame) {
_visible = false;
if (this.hitTest(_root.CACA2)) {
_root.CACA2.HP = _root.CACA2.HP - 10;
}
if (this.hitTest(_root.CACA)) {
_root.CACA.HP = _root.CACA.HP - 10;
}
if (this.hitTest(_root.ShieldShit) && (_parent._parent.Team == "Red")) {
_root.ShieldShit.HP = _root.ShieldShit.HP - 0.5;
_root.ShieldShit.gotoAndPlay(2);
}
}
Symbol 1292 MovieClip Frame 207
_parent.ComboMove = 1001;
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x + 20;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x - 20;
_parent._y = _parent.TaggedMC._y;
}
}
Symbol 1292 MovieClip Frame 208
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x + 20;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x - 20;
_parent._y = _parent.TaggedMC._y;
}
}
Symbol 1292 MovieClip Frame 209
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x + 20;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x - 20;
_parent._y = _parent.TaggedMC._y;
}
}
Symbol 1292 MovieClip Frame 219
_parent.BotRead = "Slap01";
_parent.gotoAndStop(1);
Symbol 1292 MovieClip Frame 223
if (_parent._xscale >= 1) {
_parent.xspeed = 80;
}
if (_parent._xscale <= -1) {
_parent.xspeed = -80;
}
Symbol 1292 MovieClip Frame 224
if (_parent._xscale >= 1) {
_parent.xspeed = 30;
}
if (_parent._xscale <= -1) {
_parent.xspeed = -30;
}
Instance of Symbol 578 MovieClip "Cut10" in Symbol 1292 MovieClip Frame 224
onClipEvent (load) {
_visible = false;
}
Symbol 1292 MovieClip Frame 225
_parent.xspeed = 0;
Symbol 1292 MovieClip Frame 231
_parent.ComboMove = 12;
Symbol 1292 MovieClip Frame 238
_parent.gotoAndStop(1);
Symbol 1292 MovieClip Frame 239
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x + 20;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x - 20;
_parent._y = _parent.TaggedMC._y;
}
}
Symbol 1292 MovieClip Frame 240
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x + 20;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x - 20;
_parent._y = _parent.TaggedMC._y;
}
}
Symbol 1292 MovieClip Frame 241
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x + 20;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x - 20;
_parent._y = _parent.TaggedMC._y;
}
}
Symbol 1292 MovieClip Frame 242
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x + 20;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x - 20;
_parent._y = _parent.TaggedMC._y;
}
}
Instance of Symbol 578 MovieClip "Cut10" in Symbol 1292 MovieClip Frame 242
onClipEvent (load) {
_visible = false;
}
Symbol 1292 MovieClip Frame 243
_parent.ComboMove = 503;
Symbol 1292 MovieClip Frame 250
_parent.gotoAndStop(1);
Symbol 1292 MovieClip Frame 251
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x - 20;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x + 20;
_parent._y = _parent.TaggedMC._y;
}
}
Symbol 1292 MovieClip Frame 252
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x - 20;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x + 20;
_parent._y = _parent.TaggedMC._y;
}
}
Instance of Symbol 578 MovieClip "QuickCut01" in Symbol 1292 MovieClip Frame 252
onClipEvent (load) {
_visible = false;
if (this.hitTest(_root.CACA2)) {
_root.CACA2.HP = _root.CACA2.HP - 10;
}
if (this.hitTest(_root.CACA)) {
_root.CACA.HP = _root.CACA.HP - 10;
}
if (this.hitTest(_root.ShieldShit) && (_parent._parent.Team == "Red")) {
_root.ShieldShit.HP = _root.ShieldShit.HP - 0.5;
_root.ShieldShit.gotoAndPlay(2);
}
}
onClipEvent (enterFrame) {
_visible = false;
if (this.hitTest(_root.CACA2)) {
_root.CACA2.HP = _root.CACA2.HP - 10;
}
if (this.hitTest(_root.CACA)) {
_root.CACA.HP = _root.CACA.HP - 10;
}
if (this.hitTest(_root.ShieldShit) && (_parent._parent.Team == "Red")) {
_root.ShieldShit.HP = _root.ShieldShit.HP - 0.5;
_root.ShieldShit.gotoAndPlay(2);
}
}
Symbol 1292 MovieClip Frame 253
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x - 20;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x + 20;
_parent._y = _parent.TaggedMC._y;
}
}
Symbol 1292 MovieClip Frame 254
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x - 20;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x + 20;
_parent._y = _parent.TaggedMC._y;
}
}
Symbol 1292 MovieClip Frame 255
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x - 20;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x + 20;
_parent._y = _parent.TaggedMC._y;
}
}
Instance of Symbol 578 MovieClip "QuickCut02" in Symbol 1292 MovieClip Frame 255
onClipEvent (load) {
_visible = false;
if (this.hitTest(_root.CACA2)) {
_root.CACA2.HP = _root.CACA2.HP - 10;
}
if (this.hitTest(_root.CACA)) {
_root.CACA.HP = _root.CACA.HP - 10;
}
if (this.hitTest(_root.ShieldShit) && (_parent._parent.Team == "Red")) {
_root.ShieldShit.HP = _root.ShieldShit.HP - 0.5;
_root.ShieldShit.gotoAndPlay(2);
}
}
onClipEvent (enterFrame) {
_visible = false;
if (this.hitTest(_root.CACA2)) {
_root.CACA2.HP = _root.CACA2.HP - 10;
}
if (this.hitTest(_root.CACA)) {
_root.CACA.HP = _root.CACA.HP - 10;
}
if (this.hitTest(_root.ShieldShit) && (_parent._parent.Team == "Red")) {
_root.ShieldShit.HP = _root.ShieldShit.HP - 0.5;
_root.ShieldShit.gotoAndPlay(2);
}
}
Symbol 1292 MovieClip Frame 256
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x - 20;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x + 20;
_parent._y = _parent.TaggedMC._y;
}
}
Symbol 1292 MovieClip Frame 257
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x - 20;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x + 20;
_parent._y = _parent.TaggedMC._y;
}
}
Instance of Symbol 578 MovieClip "QuickCut01" in Symbol 1292 MovieClip Frame 257
onClipEvent (load) {
_visible = false;
if (this.hitTest(_root.CACA2)) {
_root.CACA2.HP = _root.CACA2.HP - 10;
}
if (this.hitTest(_root.CACA)) {
_root.CACA.HP = _root.CACA.HP - 10;
}
if (this.hitTest(_root.ShieldShit) && (_parent._parent.Team == "Red")) {
_root.ShieldShit.HP = _root.ShieldShit.HP - 0.5;
_root.ShieldShit.gotoAndPlay(2);
}
}
onClipEvent (enterFrame) {
_visible = false;
if (this.hitTest(_root.CACA2)) {
_root.CACA2.HP = _root.CACA2.HP - 10;
}
if (this.hitTest(_root.CACA)) {
_root.CACA.HP = _root.CACA.HP - 10;
}
if (this.hitTest(_root.ShieldShit) && (_parent._parent.Team == "Red")) {
_root.ShieldShit.HP = _root.ShieldShit.HP - 0.5;
_root.ShieldShit.gotoAndPlay(2);
}
}
Symbol 1292 MovieClip Frame 258
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x - 20;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x + 20;
_parent._y = _parent.TaggedMC._y;
}
}
Symbol 1292 MovieClip Frame 259
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x - 20;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x + 20;
_parent._y = _parent.TaggedMC._y;
}
}
Symbol 1292 MovieClip Frame 260
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x - 20;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x + 20;
_parent._y = _parent.TaggedMC._y;
}
}
Instance of Symbol 578 MovieClip "QuickCut02" in Symbol 1292 MovieClip Frame 260
onClipEvent (load) {
_visible = false;
if (this.hitTest(_root.CACA2)) {
_root.CACA2.HP = _root.CACA2.HP - 10;
}
if (this.hitTest(_root.CACA)) {
_root.CACA.HP = _root.CACA.HP - 10;
}
if (this.hitTest(_root.ShieldShit) && (_parent._parent.Team == "Red")) {
_root.ShieldShit.HP = _root.ShieldShit.HP - 0.5;
_root.ShieldShit.gotoAndPlay(2);
}
}
onClipEvent (enterFrame) {
_visible = false;
if (this.hitTest(_root.CACA2)) {
_root.CACA2.HP = _root.CACA2.HP - 10;
}
if (this.hitTest(_root.CACA)) {
_root.CACA.HP = _root.CACA.HP - 10;
}
if (this.hitTest(_root.ShieldShit) && (_parent._parent.Team == "Red")) {
_root.ShieldShit.HP = _root.ShieldShit.HP - 0.5;
_root.ShieldShit.gotoAndPlay(2);
}
}
Symbol 1292 MovieClip Frame 261
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x - 20;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x + 20;
_parent._y = _parent.TaggedMC._y;
}
}
Symbol 1292 MovieClip Frame 262
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x - 20;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x + 20;
_parent._y = _parent.TaggedMC._y;
}
}
Instance of Symbol 578 MovieClip "QuickCut01" in Symbol 1292 MovieClip Frame 262
onClipEvent (load) {
_visible = false;
if (this.hitTest(_root.CACA2)) {
_root.CACA2.HP = _root.CACA2.HP - 10;
}
if (this.hitTest(_root.CACA)) {
_root.CACA.HP = _root.CACA.HP - 10;
}
if (this.hitTest(_root.ShieldShit) && (_parent._parent.Team == "Red")) {
_root.ShieldShit.HP = _root.ShieldShit.HP - 0.5;
_root.ShieldShit.gotoAndPlay(2);
}
}
onClipEvent (enterFrame) {
_visible = false;
if (this.hitTest(_root.CACA2)) {
_root.CACA2.HP = _root.CACA2.HP - 10;
}
if (this.hitTest(_root.CACA)) {
_root.CACA.HP = _root.CACA.HP - 10;
}
if (this.hitTest(_root.ShieldShit) && (_parent._parent.Team == "Red")) {
_root.ShieldShit.HP = _root.ShieldShit.HP - 0.5;
_root.ShieldShit.gotoAndPlay(2);
}
}
Symbol 1292 MovieClip Frame 263
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x - 20;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x + 20;
_parent._y = _parent.TaggedMC._y;
}
}
Symbol 1292 MovieClip Frame 264
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x - 20;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x + 20;
_parent._y = _parent.TaggedMC._y;
}
}
Symbol 1292 MovieClip Frame 265
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x - 20;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x + 20;
_parent._y = _parent.TaggedMC._y;
}
}
Instance of Symbol 578 MovieClip "QuickCut02" in Symbol 1292 MovieClip Frame 265
onClipEvent (load) {
_visible = false;
if (this.hitTest(_root.CACA2)) {
_root.CACA2.HP = _root.CACA2.HP - 10;
}
if (this.hitTest(_root.CACA)) {
_root.CACA.HP = _root.CACA.HP - 10;
}
if (this.hitTest(_root.ShieldShit) && (_parent._parent.Team == "Red")) {
_root.ShieldShit.HP = _root.ShieldShit.HP - 0.5;
_root.ShieldShit.gotoAndPlay(2);
}
}
onClipEvent (enterFrame) {
_visible = false;
if (this.hitTest(_root.CACA2)) {
_root.CACA2.HP = _root.CACA2.HP - 10;
}
if (this.hitTest(_root.CACA)) {
_root.CACA.HP = _root.CACA.HP - 10;
}
if (this.hitTest(_root.ShieldShit) && (_parent._parent.Team == "Red")) {
_root.ShieldShit.HP = _root.ShieldShit.HP - 0.5;
_root.ShieldShit.gotoAndPlay(2);
}
}
Symbol 1292 MovieClip Frame 266
_parent.ComboMove = 503;
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x - 20;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x + 20;
_parent._y = _parent.TaggedMC._y;
}
}
Symbol 1292 MovieClip Frame 279
_parent.gotoAndStop(1);
Symbol 1292 MovieClip Frame 282
_parent.BotRead = "Slap02";
if (Key.isDown(_parent.DownKey)) {
gotoAndPlay ("Attack6");
}
Instance of Symbol 578 MovieClip "Cut13" in Symbol 1292 MovieClip Frame 284
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 578 MovieClip "Cut13" in Symbol 1292 MovieClip Frame 290
onClipEvent (load) {
_visible = false;
if (this.hitTest(_root.CACA2)) {
_root.CACA2.HP = _root.CACA2.HP - 10;
}
if (this.hitTest(_root.CACA)) {
_root.CACA.HP = _root.CACA.HP - 10;
}
if (this.hitTest(_root.ShieldShit) && (_parent._parent.Team == "Red")) {
_root.ShieldShit.HP = _root.ShieldShit.HP - 0.5;
_root.ShieldShit.gotoAndPlay(2);
}
}
onClipEvent (enterFrame) {
_visible = false;
if (this.hitTest(_root.CACA2)) {
_root.CACA2.HP = _root.CACA2.HP - 10;
}
if (this.hitTest(_root.CACA)) {
_root.CACA.HP = _root.CACA.HP - 10;
}
if (this.hitTest(_root.ShieldShit) && (_parent._parent.Team == "Red")) {
_root.ShieldShit.HP = _root.ShieldShit.HP - 0.5;
_root.ShieldShit.gotoAndPlay(2);
}
}
Instance of Symbol 578 MovieClip "Cut13" in Symbol 1292 MovieClip Frame 295
onClipEvent (load) {
_visible = false;
if (this.hitTest(_root.CACA2)) {
_root.CACA2.HP = _root.CACA2.HP - 10;
}
if (this.hitTest(_root.CACA)) {
_root.CACA.HP = _root.CACA.HP - 10;
}
if (this.hitTest(_root.ShieldShit) && (_parent._parent.Team == "Red")) {
_root.ShieldShit.HP = _root.ShieldShit.HP - 0.5;
_root.ShieldShit.gotoAndPlay(2);
}
}
onClipEvent (enterFrame) {
_visible = false;
if (this.hitTest(_root.CACA2)) {
_root.CACA2.HP = _root.CACA2.HP - 10;
}
if (this.hitTest(_root.CACA)) {
_root.CACA.HP = _root.CACA.HP - 10;
}
if (this.hitTest(_root.ShieldShit) && (_parent._parent.Team == "Red")) {
_root.ShieldShit.HP = _root.ShieldShit.HP - 0.5;
_root.ShieldShit.gotoAndPlay(2);
}
}
Symbol 1292 MovieClip Frame 299
gotoAndStop ("DOWNATTACKK");
Symbol 1292 MovieClip Frame 300
if (!_parent.onground) {
_parent.onair = true;
}
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x - 20;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x + 20;
_parent._y = _parent.TaggedMC._y;
}
}
Symbol 1292 MovieClip Frame 301
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x - 20;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x + 20;
_parent._y = _parent.TaggedMC._y;
}
}
if (!_parent.onground) {
_parent.onair = true;
}
Symbol 1292 MovieClip Frame 302
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x - 20;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x + 20;
_parent._y = _parent.TaggedMC._y;
}
}
_parent.BotRead = "IncomingMove";
Symbol 1292 MovieClip Frame 307
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x - 20;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x + 20;
_parent._y = _parent.TaggedMC._y;
}
}
Instance of Symbol 578 MovieClip "Cutdown" in Symbol 1292 MovieClip Frame 307
onClipEvent (load) {
_visible = false;
if (this.hitTest(_root.CACA2)) {
_root.CACA2.HP = _root.CACA2.HP - 10;
}
if (this.hitTest(_root.CACA)) {
_root.CACA.HP = _root.CACA.HP - 10;
}
if (this.hitTest(_root.ShieldShit) && (_parent._parent.Team == "Red")) {
_root.ShieldShit.HP = _root.ShieldShit.HP - 0.5;
_root.ShieldShit.gotoAndPlay(2);
}
}
onClipEvent (enterFrame) {
_visible = false;
if (this.hitTest(_root.CACA2)) {
_root.CACA2.HP = _root.CACA2.HP - 10;
}
if (this.hitTest(_root.CACA)) {
_root.CACA.HP = _root.CACA.HP - 10;
}
if (this.hitTest(_root.ShieldShit) && (_parent._parent.Team == "Red")) {
_root.ShieldShit.HP = _root.ShieldShit.HP - 0.5;
_root.ShieldShit.gotoAndPlay(2);
}
}
Symbol 1292 MovieClip Frame 308
_parent.ComboMove = 7;
Symbol 1292 MovieClip Frame 319
_parent.gotoAndStop(1);
Instance of Symbol 578 MovieClip "Cut1" in Symbol 1292 MovieClip Frame 326
onClipEvent (load) {
_visible = false;
if (this.hitTest(_root.CACA2)) {
_root.CACA2.HP = _root.CACA2.HP - 10;
}
if (this.hitTest(_root.CACA)) {
_root.CACA.HP = _root.CACA.HP - 10;
}
if (this.hitTest(_root.ShieldShit) && (_parent._parent.Team == "Red")) {
_root.ShieldShit.HP = _root.ShieldShit.HP - 0.5;
_root.ShieldShit.gotoAndPlay(2);
}
}
onClipEvent (enterFrame) {
_visible = false;
if (this.hitTest(_root.CACA2)) {
_root.CACA2.HP = _root.CACA2.HP - 10;
}
if (this.hitTest(_root.CACA)) {
_root.CACA.HP = _root.CACA.HP - 10;
}
if (this.hitTest(_root.ShieldShit) && (_parent._parent.Team == "Red")) {
_root.ShieldShit.HP = _root.ShieldShit.HP - 0.5;
_root.ShieldShit.gotoAndPlay(2);
}
}
Instance of Symbol 578 MovieClip "Cut2" in Symbol 1292 MovieClip Frame 329
onClipEvent (load) {
_visible = false;
if (this.hitTest(_root.CACA2)) {
_root.CACA2.HP = _root.CACA2.HP - 10;
}
if (this.hitTest(_root.CACA)) {
_root.CACA.HP = _root.CACA.HP - 10;
}
if (this.hitTest(_root.ShieldShit) && (_parent._parent.Team == "Red")) {
_root.ShieldShit.HP = _root.ShieldShit.HP - 0.5;
_root.ShieldShit.gotoAndPlay(2);
}
}
onClipEvent (enterFrame) {
_visible = false;
if (this.hitTest(_root.CACA2)) {
_root.CACA2.HP = _root.CACA2.HP - 10;
}
if (this.hitTest(_root.CACA)) {
_root.CACA.HP = _root.CACA.HP - 10;
}
if (this.hitTest(_root.ShieldShit) && (_parent._parent.Team == "Red")) {
_root.ShieldShit.HP = _root.ShieldShit.HP - 0.5;
_root.ShieldShit.gotoAndPlay(2);
}
}
Instance of Symbol 578 MovieClip "Cut10" in Symbol 1292 MovieClip Frame 330
onClipEvent (load) {
_visible = false;
}
Symbol 1292 MovieClip Frame 332
_parent.ComboMove = 16;
Symbol 1292 MovieClip Frame 347
_parent.gotoAndStop(1);
Symbol 1292 MovieClip Frame 349
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x - 20;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x + 20;
_parent._y = _parent.TaggedMC._y;
}
}
Symbol 1292 MovieClip Frame 350
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x - 20;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x + 20;
_parent._y = _parent.TaggedMC._y;
}
}
Symbol 1292 MovieClip Frame 351
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x - 20;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x + 20;
_parent._y = _parent.TaggedMC._y;
}
}
if (_parent._xscale >= 1) {
_parent.xspeed = 10;
}
if (_parent._xscale <= -1) {
_parent.xspeed = -10;
}
Symbol 1292 MovieClip Frame 352
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x - 20;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x + 20;
_parent._y = _parent.TaggedMC._y;
}
}
Symbol 1292 MovieClip Frame 353
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x - 20;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x + 20;
_parent._y = _parent.TaggedMC._y;
}
}
Instance of Symbol 578 MovieClip "hit9" in Symbol 1292 MovieClip Frame 353
onClipEvent (load) {
_visible = false;
if (this.hitTest(_root.CACA2)) {
_root.CACA2.HP = _root.CACA2.HP - 10;
}
if (this.hitTest(_root.CACA)) {
_root.CACA.HP = _root.CACA.HP - 10;
}
if (this.hitTest(_root.ShieldShit) && (_parent._parent.Team == "Red")) {
_root.ShieldShit.HP = _root.ShieldShit.HP - 0.5;
_root.ShieldShit.gotoAndPlay(2);
}
}
onClipEvent (enterFrame) {
_visible = false;
if (this.hitTest(_root.CACA2)) {
_root.CACA2.HP = _root.CACA2.HP - 10;
}
if (this.hitTest(_root.CACA)) {
_root.CACA.HP = _root.CACA.HP - 10;
}
if (this.hitTest(_root.ShieldShit) && (_parent._parent.Team == "Red")) {
_root.ShieldShit.HP = _root.ShieldShit.HP - 0.5;
_root.ShieldShit.gotoAndPlay(2);
}
}
Symbol 1292 MovieClip Frame 355
_parent.ComboMove = 17;
Symbol 1292 MovieClip Frame 366
_parent.gotoAndStop(1);
Symbol 1292 MovieClip Frame 367
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x - 50;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x + 50;
_parent._y = _parent.TaggedMC._y;
}
}
Symbol 1292 MovieClip Frame 368
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x - 50;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x + 50;
_parent._y = _parent.TaggedMC._y;
}
}
Symbol 1292 MovieClip Frame 369
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x - 50;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x + 50;
_parent._y = _parent.TaggedMC._y;
}
}
Instance of Symbol 578 MovieClip "HitCut01" in Symbol 1292 MovieClip Frame 369
onClipEvent (load) {
_visible = false;
if (this.hitTest(_root.CACA2)) {
_root.CACA2.HP = _root.CACA2.HP - 10;
}
if (this.hitTest(_root.CACA)) {
_root.CACA.HP = _root.CACA.HP - 10;
}
if (this.hitTest(_root.ShieldShit) && (_parent._parent.Team == "Red")) {
_root.ShieldShit.HP = _root.ShieldShit.HP - 0.5;
_root.ShieldShit.gotoAndPlay(2);
}
}
onClipEvent (enterFrame) {
_visible = false;
if (this.hitTest(_root.CACA2)) {
_root.CACA2.HP = _root.CACA2.HP - 10;
}
if (this.hitTest(_root.CACA)) {
_root.CACA.HP = _root.CACA.HP - 10;
}
if (this.hitTest(_root.ShieldShit) && (_parent._parent.Team == "Red")) {
_root.ShieldShit.HP = _root.ShieldShit.HP - 0.5;
_root.ShieldShit.gotoAndPlay(2);
}
}
Symbol 1292 MovieClip Frame 370
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x - 50;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x + 50;
_parent._y = _parent.TaggedMC._y;
}
}
Symbol 1292 MovieClip Frame 371
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x - 50;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x + 50;
_parent._y = _parent.TaggedMC._y;
}
}
Symbol 1292 MovieClip Frame 372
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x - 50;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x + 50;
_parent._y = _parent.TaggedMC._y;
}
}
Symbol 1292 MovieClip Frame 373
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x - 50;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x + 50;
_parent._y = _parent.TaggedMC._y;
}
}
Instance of Symbol 578 MovieClip "HitCut02" in Symbol 1292 MovieClip Frame 373
onClipEvent (load) {
_visible = false;
if (this.hitTest(_root.CACA2)) {
_root.CACA2.HP = _root.CACA2.HP - 10;
}
if (this.hitTest(_root.CACA)) {
_root.CACA.HP = _root.CACA.HP - 10;
}
if (this.hitTest(_root.ShieldShit) && (_parent._parent.Team == "Red")) {
_root.ShieldShit.HP = _root.ShieldShit.HP - 0.5;
_root.ShieldShit.gotoAndPlay(2);
}
}
onClipEvent (enterFrame) {
_visible = false;
if (this.hitTest(_root.CACA2)) {
_root.CACA2.HP = _root.CACA2.HP - 10;
}
if (this.hitTest(_root.CACA)) {
_root.CACA.HP = _root.CACA.HP - 10;
}
if (this.hitTest(_root.ShieldShit) && (_parent._parent.Team == "Red")) {
_root.ShieldShit.HP = _root.ShieldShit.HP - 0.5;
_root.ShieldShit.gotoAndPlay(2);
}
}
Symbol 1292 MovieClip Frame 374
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x - 50;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x + 50;
_parent._y = _parent.TaggedMC._y;
}
}
Symbol 1292 MovieClip Frame 375
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x - 50;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x + 50;
_parent._y = _parent.TaggedMC._y;
}
}
Symbol 1292 MovieClip Frame 376
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x - 50;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x + 50;
_parent._y = _parent.TaggedMC._y;
}
}
Symbol 1292 MovieClip Frame 377
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x - 50;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x + 50;
_parent._y = _parent.TaggedMC._y;
}
}
Instance of Symbol 578 MovieClip "HitCut01" in Symbol 1292 MovieClip Frame 377
onClipEvent (load) {
_visible = false;
}
Symbol 1292 MovieClip Frame 378
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x - 50;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x + 50;
_parent._y = _parent.TaggedMC._y;
}
}
Symbol 1292 MovieClip Frame 379
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x - 50;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x + 50;
_parent._y = _parent.TaggedMC._y;
}
}
Symbol 1292 MovieClip Frame 380
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x - 50;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x + 50;
_parent._y = _parent.TaggedMC._y;
}
}
Symbol 1292 MovieClip Frame 381
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x - 50;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x + 50;
_parent._y = _parent.TaggedMC._y;
}
}
Instance of Symbol 578 MovieClip "HitCut02" in Symbol 1292 MovieClip Frame 381
onClipEvent (load) {
_visible = false;
}
Symbol 1292 MovieClip Frame 382
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x - 50;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x + 50;
_parent._y = _parent.TaggedMC._y;
}
}
Symbol 1292 MovieClip Frame 383
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x - 50;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x + 50;
_parent._y = _parent.TaggedMC._y;
}
}
Symbol 1292 MovieClip Frame 384
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x - 50;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x + 50;
_parent._y = _parent.TaggedMC._y;
}
}
Symbol 1292 MovieClip Frame 385
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x - 50;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x + 50;
_parent._y = _parent.TaggedMC._y;
}
}
Instance of Symbol 578 MovieClip "HitCut01" in Symbol 1292 MovieClip Frame 385
onClipEvent (load) {
_visible = false;
}
Symbol 1292 MovieClip Frame 386
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x - 50;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x + 50;
_parent._y = _parent.TaggedMC._y;
}
}
Symbol 1292 MovieClip Frame 387
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x - 50;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x + 50;
_parent._y = _parent.TaggedMC._y;
}
}
Symbol 1292 MovieClip Frame 388
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x - 50;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x + 50;
_parent._y = _parent.TaggedMC._y;
}
}
Symbol 1292 MovieClip Frame 389
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x - 50;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x + 50;
_parent._y = _parent.TaggedMC._y;
}
}
Instance of Symbol 578 MovieClip "HitCut02" in Symbol 1292 MovieClip Frame 389
onClipEvent (load) {
_visible = false;
}
Symbol 1292 MovieClip Frame 390
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x - 50;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x + 50;
_parent._y = _parent.TaggedMC._y;
}
}
Symbol 1292 MovieClip Frame 391
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x - 50;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x + 50;
_parent._y = _parent.TaggedMC._y;
}
}
Symbol 1292 MovieClip Frame 392
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x - 50;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x + 50;
_parent._y = _parent.TaggedMC._y;
}
}
Symbol 1292 MovieClip Frame 393
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x - 50;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x + 50;
_parent._y = _parent.TaggedMC._y;
}
}
Instance of Symbol 578 MovieClip "HitCut01" in Symbol 1292 MovieClip Frame 393
onClipEvent (load) {
_visible = false;
}
Symbol 1292 MovieClip Frame 394
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x - 50;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x + 50;
_parent._y = _parent.TaggedMC._y;
}
}
Symbol 1292 MovieClip Frame 395
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x - 50;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x + 50;
_parent._y = _parent.TaggedMC._y;
}
}
Symbol 1292 MovieClip Frame 396
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x - 50;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x + 50;
_parent._y = _parent.TaggedMC._y;
}
}
Symbol 1292 MovieClip Frame 397
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x - 50;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x + 50;
_parent._y = _parent.TaggedMC._y;
}
}
Instance of Symbol 578 MovieClip "HitCut02" in Symbol 1292 MovieClip Frame 397
onClipEvent (load) {
_visible = false;
}
Symbol 1292 MovieClip Frame 398
_parent.ComboMove = 503;
Symbol 1292 MovieClip Frame 408
_parent.gotoAndStop(1);
Symbol 1292 MovieClip Frame 409
_parent.hitbox.gotoAndStop(2);
_parent.BotRead = "IncomingSpecial2";
Symbol 1292 MovieClip Frame 425
if (Key.isDown(_parent.RightKey)) {
_parent._xscale = _parent.Xscale;
}
if (Key.isDown(_parent.LeftKey)) {
_parent._xscale = -_parent.Xscale;
}
Symbol 1292 MovieClip Frame 426
if (_parent.RightWall && (_parent._xscale >= 1)) {
_parent.xspeed = -40;
}
if (_parent.LeftWall && (_parent._xscale <= -1)) {
_parent.xspeed = 40;
}
Instance of Symbol 578 MovieClip "Cut6" in Symbol 1292 MovieClip Frame 426
onClipEvent (load) {
_visible = false;
stop();
}
Symbol 1292 MovieClip Frame 427
if (_parent.RightWall && (_parent._xscale >= 1)) {
_parent.xspeed = -40;
}
if (_parent.LeftWall && (_parent._xscale <= -1)) {
_parent.xspeed = 40;
}
Symbol 1292 MovieClip Frame 428
_parent.xspeed = 0;
Instance of Symbol 578 MovieClip "HoldThere" in Symbol 1292 MovieClip Frame 428
onClipEvent (load) {
_visible = false;
}
Symbol 1292 MovieClip Frame 429
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x - 70;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x + 70;
_parent._y = _parent.TaggedMC._y;
}
}
Symbol 1292 MovieClip Frame 430
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x - 70;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x + 70;
_parent._y = _parent.TaggedMC._y;
}
}
if (_parent._name == "player") {
_root.Cam.Zoomer = 6;
_root.Special = 0;
} else {
_parent.Special = 0;
}
_root.Cam.shake = _root.Cam.shake + 4;
if (_parent.Bot) {
if (_parent._x < _parent.Targget._x) {
_parent._xscale = _parent.Xscale;
}
if (_parent._x > _parent.Targget._x) {
_parent._xscale = -_parent.Xscale;
}
}
Instance of Symbol 578 MovieClip "PwnCombo" in Symbol 1292 MovieClip Frame 430
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 578 MovieClip "HoldThere" in Symbol 1292 MovieClip Frame 430
onClipEvent (load) {
_visible = false;
}
Symbol 1292 MovieClip Frame 431
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x - 70;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x + 70;
_parent._y = _parent.TaggedMC._y;
}
}
Symbol 1292 MovieClip Frame 432
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x - 70;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x + 70;
_parent._y = _parent.TaggedMC._y;
}
}
Instance of Symbol 578 MovieClip "Cut6" in Symbol 1292 MovieClip Frame 432
onClipEvent (load) {
_visible = false;
stop();
}
Instance of Symbol 578 MovieClip "PwnCombo" in Symbol 1292 MovieClip Frame 432
onClipEvent (load) {
_visible = false;
}
Symbol 1292 MovieClip Frame 433
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x - 70;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x + 70;
_parent._y = _parent.TaggedMC._y;
}
}
Instance of Symbol 578 MovieClip "Cut6" in Symbol 1292 MovieClip Frame 433
onClipEvent (load) {
_visible = false;
if (this.hitTest(_root.CACA2)) {
_root.CACA2.HP = _root.CACA2.HP - 10;
}
if (this.hitTest(_root.CACA)) {
_root.CACA.HP = _root.CACA.HP - 10;
}
if (this.hitTest(_root.ShieldShit) && (_parent._parent.Team == "Red")) {
_root.ShieldShit.HP = _root.ShieldShit.HP - 0.5;
_root.ShieldShit.gotoAndPlay(2);
}
}
onClipEvent (enterFrame) {
_visible = false;
if (this.hitTest(_root.CACA2)) {
_root.CACA2.HP = _root.CACA2.HP - 10;
}
if (this.hitTest(_root.CACA)) {
_root.CACA.HP = _root.CACA.HP - 10;
}
if (this.hitTest(_root.ShieldShit) && (_parent._parent.Team == "Red")) {
_root.ShieldShit.HP = _root.ShieldShit.HP - 0.5;
_root.ShieldShit.gotoAndPlay(2);
}
}
Symbol 1292 MovieClip Frame 434
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x - 70;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x + 70;
_parent._y = _parent.TaggedMC._y;
}
}
Symbol 1292 MovieClip Frame 435
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x - 70;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x + 70;
_parent._y = _parent.TaggedMC._y;
}
}
Symbol 1292 MovieClip Frame 436
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x - 70;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x + 70;
_parent._y = _parent.TaggedMC._y;
}
}
Instance of Symbol 578 MovieClip "pwnCombo" in Symbol 1292 MovieClip Frame 436
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 578 MovieClip "PwnCombo" in Symbol 1292 MovieClip Frame 436
onClipEvent (load) {
_visible = false;
if (this.hitTest(_root.CACA2)) {
_root.CACA2.HP = _root.CACA2.HP - 10;
}
if (this.hitTest(_root.CACA)) {
_root.CACA.HP = _root.CACA.HP - 10;
}
if (this.hitTest(_root.ShieldShit) && (_parent._parent.Team == "Red")) {
_root.ShieldShit.HP = _root.ShieldShit.HP - 10;
_root.ShieldShit.gotoAndPlay(2);
}
}
onClipEvent (enterFrame) {
_visible = false;
if (this.hitTest(_root.CACA2)) {
_root.CACA2.HP = _root.CACA2.HP - 10;
}
if (this.hitTest(_root.CACA)) {
_root.CACA.HP = _root.CACA.HP - 10;
}
if (this.hitTest(_root.ShieldShit) && (_parent._parent.Team == "Red")) {
_root.ShieldShit.HP = _root.ShieldShit.HP - 10;
_root.ShieldShit.gotoAndPlay(2);
}
}
Symbol 1292 MovieClip Frame 437
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x - 70;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x + 70;
_parent._y = _parent.TaggedMC._y;
}
}
Symbol 1292 MovieClip Frame 438
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x - 70;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x + 70;
_parent._y = _parent.TaggedMC._y;
}
}
Symbol 1292 MovieClip Frame 439
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x - 70;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x + 70;
_parent._y = _parent.TaggedMC._y;
}
}
Instance of Symbol 578 MovieClip "PwnCombo" in Symbol 1292 MovieClip Frame 439
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 578 MovieClip "HoldThere" in Symbol 1292 MovieClip Frame 439
onClipEvent (load) {
_visible = false;
}
Symbol 1292 MovieClip Frame 440
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x - 70;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x + 70;
_parent._y = _parent.TaggedMC._y;
}
}
Instance of Symbol 578 MovieClip "HoldThere" in Symbol 1292 MovieClip Frame 440
onClipEvent (load) {
_visible = false;
stop();
}
Symbol 1292 MovieClip Frame 441
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x - 70;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x + 70;
_parent._y = _parent.TaggedMC._y;
}
}
Instance of Symbol 578 MovieClip "pwnCombo" in Symbol 1292 MovieClip Frame 441
onClipEvent (load) {
_visible = false;
}
Symbol 1292 MovieClip Frame 442
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x - 70;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x + 70;
_parent._y = _parent.TaggedMC._y;
}
}
Symbol 1292 MovieClip Frame 443
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x - 70;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x + 70;
_parent._y = _parent.TaggedMC._y;
}
}
Symbol 1292 MovieClip Frame 444
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x - 70;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x + 70;
_parent._y = _parent.TaggedMC._y;
}
}
Instance of Symbol 578 MovieClip "PwnCombo" in Symbol 1292 MovieClip Frame 444
onClipEvent (load) {
_visible = false;
if (this.hitTest(_root.CACA2)) {
_root.CACA2.HP = _root.CACA2.HP - 10;
}
if (this.hitTest(_root.CACA)) {
_root.CACA.HP = _root.CACA.HP - 10;
}
if (this.hitTest(_root.ShieldShit) && (_parent._parent.Team == "Red")) {
_root.ShieldShit.HP = _root.ShieldShit.HP - 10;
_root.ShieldShit.gotoAndPlay(2);
}
}
onClipEvent (enterFrame) {
_visible = false;
if (this.hitTest(_root.CACA2)) {
_root.CACA2.HP = _root.CACA2.HP - 10;
}
if (this.hitTest(_root.CACA)) {
_root.CACA.HP = _root.CACA.HP - 10;
}
if (this.hitTest(_root.ShieldShit) && (_parent._parent.Team == "Red")) {
_root.ShieldShit.HP = _root.ShieldShit.HP - 10;
_root.ShieldShit.gotoAndPlay(2);
}
}
Instance of Symbol 578 MovieClip "pwnCombo" in Symbol 1292 MovieClip Frame 446
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 578 MovieClip "PwnCombo" in Symbol 1292 MovieClip Frame 447
onClipEvent (load) {
_visible = false;
if (this.hitTest(_root.CACA2)) {
_root.CACA2.HP = _root.CACA2.HP - 10;
}
if (this.hitTest(_root.CACA)) {
_root.CACA.HP = _root.CACA.HP - 10;
}
if (this.hitTest(_root.ShieldShit) && (_parent._parent.Team == "Red")) {
_root.ShieldShit.HP = _root.ShieldShit.HP - 10;
_root.ShieldShit.gotoAndPlay(2);
}
}
onClipEvent (enterFrame) {
_visible = false;
if (this.hitTest(_root.CACA2)) {
_root.CACA2.HP = _root.CACA2.HP - 10;
}
if (this.hitTest(_root.CACA)) {
_root.CACA.HP = _root.CACA.HP - 10;
}
if (this.hitTest(_root.ShieldShit) && (_parent._parent.Team == "Red")) {
_root.ShieldShit.HP = _root.ShieldShit.HP - 10;
_root.ShieldShit.gotoAndPlay(2);
}
}
Instance of Symbol 578 MovieClip "PwnCombo" in Symbol 1292 MovieClip Frame 450
onClipEvent (load) {
_visible = false;
if (this.hitTest(_root.CACA2)) {
_root.CACA2.HP = _root.CACA2.HP - 10;
}
if (this.hitTest(_root.CACA)) {
_root.CACA.HP = _root.CACA.HP - 10;
}
if (this.hitTest(_root.ShieldShit) && (_parent._parent.Team == "Red")) {
_root.ShieldShit.HP = _root.ShieldShit.HP - 10;
_root.ShieldShit.gotoAndPlay(2);
}
}
onClipEvent (enterFrame) {
_visible = false;
if (this.hitTest(_root.CACA2)) {
_root.CACA2.HP = _root.CACA2.HP - 10;
}
if (this.hitTest(_root.CACA)) {
_root.CACA.HP = _root.CACA.HP - 10;
}
if (this.hitTest(_root.ShieldShit) && (_parent._parent.Team == "Red")) {
_root.ShieldShit.HP = _root.ShieldShit.HP - 10;
_root.ShieldShit.gotoAndPlay(2);
}
}
Instance of Symbol 578 MovieClip "PwnCombo" in Symbol 1292 MovieClip Frame 456
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 578 MovieClip "PwnCombo" in Symbol 1292 MovieClip Frame 460
onClipEvent (load) {
_visible = false;
if (this.hitTest(_root.CACA2)) {
_root.CACA2.HP = _root.CACA2.HP - 10;
}
if (this.hitTest(_root.CACA)) {
_root.CACA.HP = _root.CACA.HP - 10;
}
if (this.hitTest(_root.ShieldShit) && (_parent._parent.Team == "Red")) {
_root.ShieldShit.HP = _root.ShieldShit.HP - 10;
_root.ShieldShit.gotoAndPlay(2);
}
}
onClipEvent (enterFrame) {
_visible = false;
if (this.hitTest(_root.CACA2)) {
_root.CACA2.HP = _root.CACA2.HP - 10;
}
if (this.hitTest(_root.CACA)) {
_root.CACA.HP = _root.CACA.HP - 10;
}
if (this.hitTest(_root.ShieldShit) && (_parent._parent.Team == "Red")) {
_root.ShieldShit.HP = _root.ShieldShit.HP - 10;
_root.ShieldShit.gotoAndPlay(2);
}
}
Instance of Symbol 578 MovieClip "Cut10" in Symbol 1292 MovieClip Frame 461
onClipEvent (load) {
_visible = false;
}
Symbol 1292 MovieClip Frame 463
_parent.gotoAndStop(1);
Instance of Symbol 578 MovieClip "Cutdown" in Symbol 1292 MovieClip Frame 468
onClipEvent (load) {
_visible = false;
}
Symbol 1292 MovieClip Frame 469
if (!_parent.onground) {
_parent.yspeed = 80;
} else {
gotoAndPlay ("DoneDOWNATTACKK");
}
Symbol 1292 MovieClip Frame 470
if (!_parent.onground) {
_parent.yspeed = 80;
gotoAndPlay ("againAttackk");
} else {
gotoAndPlay ("DoneDOWNATTACKK");
}
Instance of Symbol 578 MovieClip "Fly10" in Symbol 1292 MovieClip Frame 471
onClipEvent (load) {
_visible = false;
if (this.hitTest(_root.CACA2)) {
_root.CACA2.HP = _root.CACA2.HP - 10;
}
if (this.hitTest(_root.CACA)) {
_root.CACA.HP = _root.CACA.HP - 10;
}
if (this.hitTest(_root.ShieldShit) && (_parent._parent.Team == "Red")) {
_root.ShieldShit.HP = _root.ShieldShit.HP - 10;
_root.ShieldShit.gotoAndPlay(2);
}
}
onClipEvent (enterFrame) {
_visible = false;
if (this.hitTest(_root.CACA2)) {
_root.CACA2.HP = _root.CACA2.HP - 10;
}
if (this.hitTest(_root.CACA)) {
_root.CACA.HP = _root.CACA.HP - 10;
}
if (this.hitTest(_root.ShieldShit) && (_parent._parent.Team == "Red")) {
_root.ShieldShit.HP = _root.ShieldShit.HP - 10;
_root.ShieldShit.gotoAndPlay(2);
}
}
Symbol 1292 MovieClip Frame 490
_parent.gotoAndStop(1);
Symbol 1292 MovieClip Frame 491
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x;
_parent._y = _parent.TaggedMC._y;
}
}
Symbol 1292 MovieClip Frame 492
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x;
_parent._y = _parent.TaggedMC._y;
}
}
Symbol 1292 MovieClip Frame 493
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x;
_parent._y = _parent.TaggedMC._y;
}
}
Symbol 1292 MovieClip Frame 494
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x;
_parent._y = _parent.TaggedMC._y;
}
}
Instance of Symbol 578 MovieClip "Cut9" in Symbol 1292 MovieClip Frame 494
onClipEvent (load) {
_visible = false;
}
Symbol 1292 MovieClip Frame 495
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x;
_parent._y = _parent.TaggedMC._y;
}
}
Symbol 1292 MovieClip Frame 496
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x;
_parent._y = _parent.TaggedMC._y;
}
}
Symbol 1292 MovieClip Frame 497
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x;
_parent._y = _parent.TaggedMC._y;
}
}
Symbol 1292 MovieClip Frame 498
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x;
_parent._y = _parent.TaggedMC._y;
}
}
Symbol 1292 MovieClip Frame 499
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x;
_parent._y = _parent.TaggedMC._y;
}
}
Symbol 1292 MovieClip Frame 500
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x;
_parent._y = _parent.TaggedMC._y;
}
}
Instance of Symbol 578 MovieClip "Cut9" in Symbol 1292 MovieClip Frame 500
onClipEvent (load) {
_visible = false;
}
Symbol 1292 MovieClip Frame 501
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x;
_parent._y = _parent.TaggedMC._y;
}
}
Symbol 1292 MovieClip Frame 502
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x;
_parent._y = _parent.TaggedMC._y;
}
}
Symbol 1292 MovieClip Frame 503
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x;
_parent._y = _parent.TaggedMC._y;
}
}
Symbol 1292 MovieClip Frame 504
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x;
_parent._y = _parent.TaggedMC._y;
}
}
Instance of Symbol 578 MovieClip "Cut9" in Symbol 1292 MovieClip Frame 504
onClipEvent (load) {
_visible = false;
}
Symbol 1292 MovieClip Frame 505
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x;
_parent._y = _parent.TaggedMC._y;
}
}
Instance of Symbol 578 MovieClip "Cut8" in Symbol 1292 MovieClip Frame 505
onClipEvent (load) {
_visible = false;
}
Symbol 1292 MovieClip Frame 506
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x;
_parent._y = _parent.TaggedMC._y;
}
}
Symbol 1292 MovieClip Frame 517
_parent.gotoAndStop(1);
Symbol 1293 MovieClip Frame 1
stop();
Combos = function () {
if ((!fight) && (!Hurt)) {
if (Bot) {
if (Mode == "Monster") {
CloseN = 50;
if (MoveIn <= 10) {
DistanceClose = 100;
} else {
DistanceClose = 50;
}
if (MoveIn >= 50) {
MoveIn = 0;
}
if (((Targget.BotRead == "IncomingMove") && (_currentframe == 2)) && (onground)) {
gotoAndStop ("stand");
}
if ((((((FindWay == 0) && (_currentframe != 5)) && (DrawMove != "AirMove")) && (DrawMove != "Duck")) && (Targget.BotRead != "IncomingMove")) && (Targget.BotRead != "IncomingSpecial2")) {
if (Targget._x >= (_x + DistanceClose)) {
xspeed = xspeed + power;
if (onground) {
_xscale = Xscale;
gotoAndStop ("run");
}
if (!onground) {
gotoAndStop ("Jump");
}
} else if (Targget._x <= (_x - DistanceClose)) {
xspeed = xspeed - power;
if (onground) {
_xscale = (-Xscale);
gotoAndStop ("run");
}
if (!onground) {
gotoAndStop ("Jump");
}
} else {
MoveIn = MoveIn + 1;
if (onground) {
gotoAndStop ("stand");
}
if (!onground) {
gotoAndStop ("Jump");
}
}
}
if (_root.Topfight.hitTest(Targget._x, Targget._y, true)) {
if (Targget.hitTest(this._x, this._y - 270, true) && (onground)) {
if (((FindWay != 1) && (FindWay != 2)) && (FindWay != 3)) {
FindWay = 1;
}
} else if (_root.MoveMent03.hitTest(this._x, this._y, true)) {
if (FindWay != 5) {
FindWay = 4;
}
}
}
if (FindWay == 1) {
if (_root.MoveMent01._x >= (_x + 50)) {
xspeed = xspeed + power;
_xscale = Xscale;
gotoAndStop ("run");
} else if (_root.MoveMent01._x <= (_x - 50)) {
xspeed = xspeed - power;
_xscale = (-Xscale);
gotoAndStop ("run");
} else {
FindWay = 2;
gotoAndStop ("stand");
}
if (!_root.Topfight.hitTest(Targget._x, Targget._y, true)) {
FindWay = 0;
}
}
if (FindWay == 2) {
if (onground) {
gotoAndStop ("StartJump");
FindWay = 3;
}
if (!_root.Topfight.hitTest(Targget._x, Targget._y, true)) {
FindWay = 0;
}
}
if (FindWay == 4) {
if (onground) {
gotoAndStop ("StartJump");
FindWay = 5;
}
if (!_root.Topfight.hitTest(Targget._x, Targget._y, true)) {
FindWay = 0;
}
}
if (FindWay == 3) {
if (!_root.Topfight.hitTest(Targget._x, Targget._y, true)) {
FindWay = 0;
}
if (_root.MoveMent02.hitTest(this._x, this._y, true)) {
FindWay = 0;
}
if (_root.MoveMent01.hitTest(this._x, this._y, true)) {
FindWay = 2;
}
if (((!onground) && (yspeed >= 1)) && (JumpTimes >= 1)) {
yspeed = -JumpPower;
gotoAndStop ("Jump");
Man.gotoAndPlay(1);
JumpTimes = JumpTimes - 1;
}
if (_currentframe != 5) {
if (_root.MoveMent02._x >= (_x + 50)) {
xspeed = xspeed + power;
_xscale = Xscale;
if (onground) {
gotoAndStop ("run");
}
if (!onground) {
gotoAndStop ("Jump");
}
} else if (_root.MoveMent02._x <= (_x - 50)) {
xspeed = xspeed - power;
_xscale = (-Xscale);
if (onground) {
gotoAndStop ("run");
}
if (!onground) {
gotoAndStop ("Jump");
}
} else {
FindWay = 0;
if (onground) {
gotoAndStop ("stand");
}
if (!onground) {
gotoAndStop ("Jump");
}
}
}
}
if (FindWay == 5) {
if (!_root.Topfight.hitTest(Targget._x, Targget._y, true)) {
FindWay = 0;
}
if (_root.MoveMent05.hitTest(this._x, this._y, true)) {
FindWay = 0;
}
xspeed = xspeed + power;
if (((!onground) && (yspeed >= 1)) && (JumpTimes >= 1)) {
yspeed = -JumpPower;
gotoAndStop ("Jump");
Man.gotoAndPlay(1);
JumpTimes = JumpTimes - 1;
}
}
if ((FindWay == 7) && (_currentframe != 9)) {
if (!_root.Topfight.hitTest(Targget._x, Targget._y, true)) {
FindWay = 0;
}
if (onground) {
gotoAndStop ("StartJump");
FindWay = 0;
}
}
if ((DrawMove == "Duck") && (onground)) {
gotoAndStop ("Duck");
if ((Targget._currentframe == 1) or (Targget._currentframe == 2)) {
DrawMove = "Fuckhimup";
}
if (Key.isDown(Targget.JumpKey) && (Targget.pressJump)) {
DrawMove = "Fuckhimup";
}
}
if (DrawMove == "Fuckhimup") {
if (Targget.BotRead == "IncomingSpecial") {
if ((((Targget._x <= this._x) && (Targget._x >= (this._x - 420))) && (Targget._y >= (this._y - 120))) && (Targget._y <= (this._y + 120))) {
gotoAndStop ("Hurt");
Man.gotoAndPlay("RollBack2");
NoobPoint = 0;
DrawMove = "Timeit";
fight = true;
}
if ((((Targget._x >= this._x) && (Targget._x <= (this._x + 420))) && (Targget._y >= (this._y - 120))) && (Targget._y <= (this._y + 120))) {
gotoAndStop ("Hurt");
Man.gotoAndPlay("RollBack2");
NoobPoint = 0;
DrawMove = "Timeit";
fight = true;
}
}
if (Targget.BotRead == "IncomingSpecial2") {
if ((((Targget._x <= this._x) && (Targget._x >= (this._x - 420))) && (Targget._y >= (this._y - 120))) && (Targget._y <= (this._y + 120))) {
gotoAndStop ("Duck");
}
if ((((Targget._x >= this._x) && (Targget._x <= (this._x + 420))) && (Targget._y >= (this._y - 120))) && (Targget._y <= (this._y + 120))) {
gotoAndStop ("Duck");
}
}
if ((((Targget._x <= this._x) && (Targget._x >= (this._x - 120))) && (Targget._y >= (this._y - 120))) && (Targget._y <= (this._y + 120))) {
if (((Key.isDown(Targget.RightKey) && (!Targget.onground)) && (Targget.yspeed <= -1)) && (Targget._xscale >= 1)) {
DrawMove = "Duck";
}
if (((Key.isDown(Targget.UpKey) && (!Targget.onground)) && (Targget.yspeed <= -1)) && (Targget._xscale >= 1)) {
FindWay = 7;
}
if ((Key.isDown(Targget.LeftKey) && (!Targget.onground)) && (Targget._xscale >= 1)) {
DrawMove = "AirMove";
}
}
if ((((Targget._x >= this._x) && (Targget._x <= (this._x + 120))) && (Targget._y >= (this._y - 120))) && (Targget._y <= (this._y + 120))) {
if (((Key.isDown(Targget.LeftKey) && (!Targget.onground)) && (Targget.yspeed <= -1)) && (Targget._xscale <= -1)) {
DrawMove = "Duck";
}
if (((Key.isDown(Targget.UpKey) && (!Targget.onground)) && (Targget.yspeed <= -1)) && (Targget._xscale <= -1)) {
FindWay = 7;
}
if (((Key.isDown(Targget.RightKey) && (!Targget.onground)) && (Targget.yspeed <= -1)) && (Targget._xscale <= -1)) {
DrawMove = "AirMove";
}
}
if (Targget.hitbox.hitTest(this._x + 300, this._y, true)) {
if (Special >= 100) {
_xscale = Xscale;
gotoAndStop ("Attack");
Man.gotoAndPlay("Charging");
NoobPoint = 0;
fight = true;
ComboMove = 0;
}
}
if (Targget.hitbox.hitTest(this._x - 300, this._y, true)) {
if (Special >= 100) {
_xscale = (-Xscale);
gotoAndStop ("Attack");
Man.gotoAndPlay("Charging");
NoobPoint = 0;
fight = true;
ComboMove = 0;
}
}
if (Targget.hitbox.hitTest(this._x - 100, this._y, true) or (Targget.hitbox.hitTest(this._x - 50, this._y, true) or (Targget.hitbox.hitTest(this._x - 30, this._y, true) or (Targget.hitbox.hitTest(this._x - 10, this._y, true) or (Targget.hitbox.hitTest(this._x - 40, this._y, true) or Targget.hitbox.hitTest(this._x - 70, this._y, true)))))) {
if (Thinkmove == 1) {
_xscale = (-Xscale);
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack19");
NoobPoint = 0;
fight = true;
}
if (Thinkmove == 2) {
_xscale = (-Xscale);
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack19");
DrawMove = "Timeit";
NoobPoint = 0;
fight = true;
}
}
if (Targget.hitbox.hitTest(this._x + 100, this._y, true) or (Targget.hitbox.hitTest(this._x + 50, this._y, true) or (Targget.hitbox.hitTest(this._x + 30, this._y, true) or (Targget.hitbox.hitTest(this._x + 10, this._y, true) or (Targget.hitbox.hitTest(this._x + 40, this._y, true) or Targget.hitbox.hitTest(this._x + 70, this._y, true)))))) {
if (Thinkmove == 1) {
_xscale = Xscale;
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack19");
NoobPoint = 0;
fight = true;
}
if (Thinkmove == 2) {
_xscale = Xscale;
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack19");
DrawMove = "Timeit";
NoobPoint = 0;
fight = true;
}
}
if (Targget.hitbox.hitTest(this._x - 100, this._y - 80, true) or (Targget.hitbox.hitTest(this._x - 50, this._y - 80, true) or (Targget.hitbox.hitTest(this._x - 30, this._y - 80, true) or Targget.hitbox.hitTest(this._x - 10, this._y - 80, true)))) {
_xscale = Xscale;
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack21");
NoobPoint = 0;
fight = true;
}
if (Targget.hitbox.hitTest(this._x + 100, this._y - 80, true) or (Targget.hitbox.hitTest(this._x + 50, this._y - 80, true) or (Targget.hitbox.hitTest(this._x + 30, this._y - 80, true) or Targget.hitbox.hitTest(this._x + 10, this._y - 80, true)))) {
_xscale = Xscale;
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack21");
NoobPoint = 0;
fight = true;
}
if (Targget.hitbox.hitTest(this._x, this._y - 100, true)) {
_xscale = Xscale;
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack21");
NoobPoint = 0;
fight = true;
}
}
if (DrawMove == "AirMove") {
if (onground) {
gotoAndStop ("StartJump");
FindWay = 0;
}
if (Targget._currentframe == 6) {
DrawMove = "Fuckhimup";
}
if (Targget.BotRead == "OuchLand") {
DrawMove = "Fuckhimup";
}
if ((Targget._x <= this._x) && (Targget.BotRead != "OuchLand")) {
if (((Targget._x >= (this._x - 120)) && (Targget._y >= (this._y - 120))) && (Targget._y <= (this._y + 120))) {
if (!onground) {
_xscale = (-Xscale);
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack6");
fight = true;
}
}
}
if (Targget._x >= this._x) {
if (((Targget._x <= (this._x + 120)) && (Targget._y >= (this._y - 120))) && (Targget._y <= (this._y + 120))) {
if (!onground) {
_xscale = Xscale;
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack6");
fight = true;
}
}
}
}
if (DrawMove == "Timeit") {
if (Targget.hitbox.hitTest(this._x + 100, this._y, true) or (Targget.hitbox.hitTest(this._x + 50, this._y, true) or (Targget.hitbox.hitTest(this._x + 30, this._y, true) or (Targget.hitbox.hitTest(this._x + 10, this._y, true) or (Targget.hitbox.hitTest(this._x + 40, this._y, true) or Targget.hitbox.hitTest(this._x + 70, this._y, true)))))) {
if (Targget.BotRead == "stand") {
DrawMove = "Fuckhimup";
}
if (Targget.BotRead == "Slap01") {
if (Thinkmove == 1) {
_xscale = (-Xscale);
gotoAndStop ("Hurt");
Man.gotoAndPlay("RollBack2");
NoobPoint = 0;
FindWay = 7;
DrawMove = "AirMove";
fight = true;
}
if (Thinkmove == 2) {
_xscale = (-Xscale);
gotoAndStop ("Hurt");
Man.gotoAndPlay("Rollfront2");
NoobPoint = 0;
fight = true;
}
if (Thinkmove == 3) {
gotoAndStop ("StartJump");
FindWay = 0;
}
}
if (Targget.BotRead == "Slap02") {
if (Thinkmove == 1) {
gotoAndStop ("Hurt");
Man.gotoAndPlay("RollBack2");
NoobPoint = 0;
FindWay = 7;
DrawMove = "Fuckhimup";
fight = true;
}
if (Thinkmove == 2) {
gotoAndStop ("Hurt");
Man.gotoAndPlay("Rollfront2");
NoobPoint = 0;
DrawMove = "Fuckhimup";
fight = true;
}
if (Thinkmove == 3) {
gotoAndStop ("StartJump");
DrawMove = "Fuckhimup";
FindWay = 0;
}
}
}
if (Targget.hitbox.hitTest(this._x - 100, this._y, true) or (Targget.hitbox.hitTest(this._x - 50, this._y, true) or (Targget.hitbox.hitTest(this._x - 30, this._y, true) or (Targget.hitbox.hitTest(this._x - 10, this._y, true) or (Targget.hitbox.hitTest(this._x - 40, this._y, true) or Targget.hitbox.hitTest(this._x - 70, this._y, true)))))) {
if (Targget.BotRead == "stand") {
DrawMove = "Fuckhimup";
}
if (Targget.BotRead == "Slap01") {
if (Thinkmove == 1) {
_xscale = (-Xscale);
gotoAndStop ("Hurt");
Man.gotoAndPlay("RollBack2");
NoobPoint = 0;
FindWay = 7;
fight = true;
}
if (Thinkmove == 2) {
_xscale = (-Xscale);
gotoAndStop ("Hurt");
Man.gotoAndPlay("Rollfront2");
NoobPoint = 0;
fight = true;
}
if (Thinkmove == 3) {
gotoAndStop ("StartJump");
FindWay = 0;
}
}
}
if (Targget.BotRead == "Slap02") {
if (Thinkmove == 1) {
gotoAndStop ("Hurt");
Man.gotoAndPlay("RollBack2");
NoobPoint = 0;
FindWay = 7;
DrawMove = "Fuckhimup";
fight = true;
}
if (Thinkmove == 2) {
gotoAndStop ("Hurt");
Man.gotoAndPlay("Rollfront2");
NoobPoint = 0;
DrawMove = "Fuckhimup";
fight = true;
}
if (Thinkmove == 3) {
gotoAndStop ("StartJump");
DrawMove = "Fuckhimup";
FindWay = 0;
}
}
}
Thinkmove = random(3) + 1;
}
}
}
if (this.HP >= 0) {
if (_root.DeathBar.hitTest(this._x, this._y, true)) {
HP = 0;
}
}
if (((fight && (!Hurt)) && (Bot)) && (Targget.HP >= 0.0001)) {
if (ComboMove == 501) {
if (TaggedX != 0) {
TeleportEFFECT = _root.attachMovie("TeleportEFFECT", "TeleportEFFECT" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
TeleportEFFECT._x = this._x;
TeleportEFFECT._y = this._y;
TeleportEFFECT._xscale = 200;
TeleportEFFECT._yscale = 200;
this._x = TaggedMC._x;
this._y = TaggedMC._y;
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack14");
ComboMove = 0;
}
}
}
if (this.HP >= 0) {
if (_root.HitSp.hitTest(this._x, this._y, true)) {
this.HP = 0;
xspeed = 0;
yspeed = 0;
}
if (_root.HitSp2.hitTest(this._x, this._y, true)) {
this.HP = 0;
xspeed = 0;
yspeed = 0;
}
} else {
if (_root.HitSp.hitTest(this._x, this._y, true)) {
xspeed = 0;
yspeed = 0;
}
if (_root.HitSp2.hitTest(this._x, this._y, true)) {
xspeed = 0;
yspeed = 0;
}
}
if (ComboMove == 1001) {
if (Key.isDown(PunchKey) and (!Key.isDown(UpKey))) {
gotoAndStop ("Attack");
Man.gotoAndPlay("DOWNATTACKK");
fight = true;
ComboMove = 0;
}
}
if (ComboMove == 503) {
if (Key.isDown(PunchKey) and Key.isDown(UpKey)) {
if (TaggedX != 0) {
TeleportEFFECT = _root.attachMovie("TeleportEFFECT", "TeleportEFFECT" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
TeleportEFFECT._x = this._x;
TeleportEFFECT._y = this._y;
TeleportEFFECT._xscale = 200;
TeleportEFFECT._yscale = 200;
this._x = TaggedMC._x;
this._y = TaggedMC._y;
}
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack14");
fight = true;
ComboMove = 0;
}
if (Key.isDown(PunchKey) and (!Key.isDown(UpKey))) {
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack500");
fight = true;
ComboMove = 0;
}
}
if (ComboMove == 502) {
if (Key.isDown(PunchKey) and ((!Key.isDown(UpKey)) and (!Key.isDown(DownKey)))) {
if (TaggedX != 0) {
TeleportEFFECT = _root.attachMovie("TeleportEFFECT", "TeleportEFFECT" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
TeleportEFFECT._x = this._x;
TeleportEFFECT._y = this._y;
TeleportEFFECT._xscale = 200;
TeleportEFFECT._yscale = 200;
this._x = TaggedMC._x;
this._y = TaggedMC._y;
}
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack502");
fight = true;
yspeed = 0;
ComboMove = 0;
}
if (Key.isDown(PunchKey) and ((!Key.isDown(UpKey)) and Key.isDown(DownKey))) {
if (TaggedX != 0) {
TeleportEFFECT = _root.attachMovie("TeleportEFFECT", "TeleportEFFECT" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
TeleportEFFECT._x = this._x;
TeleportEFFECT._y = this._y;
TeleportEFFECT._xscale = 200;
TeleportEFFECT._yscale = 200;
this._x = TaggedMC._x;
this._y = TaggedMC._y;
}
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack6");
fight = true;
yspeed = 0;
ComboMove = 0;
}
if (Key.isDown(PunchKey) and (Key.isDown(UpKey) and (!Key.isDown(DownKey)))) {
if (TaggedX != 0) {
TeleportEFFECT = _root.attachMovie("TeleportEFFECT", "TeleportEFFECT" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
TeleportEFFECT._x = this._x;
TeleportEFFECT._y = this._y;
TeleportEFFECT._xscale = 200;
TeleportEFFECT._yscale = 200;
this._x = TaggedMC._x;
this._y = TaggedMC._y;
}
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack11");
fight = true;
yspeed = 0;
ComboMove = 0;
}
}
if (ComboMove == 501) {
if (Key.isDown(PunchKey)) {
if (TaggedX != 0) {
TeleportEFFECT = _root.attachMovie("TeleportEFFECT", "TeleportEFFECT" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
TeleportEFFECT._x = this._x;
TeleportEFFECT._y = this._y;
TeleportEFFECT._xscale = 200;
TeleportEFFECT._yscale = 200;
this._x = TaggedMC._x;
this._y = TaggedMC._y;
}
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack14");
fight = true;
ComboMove = 0;
}
}
if (ComboMove == 500) {
if (Key.isDown(PunchKey) && (onground)) {
if (TaggedX != 0) {
TeleportEFFECT = _root.attachMovie("TeleportEFFECT", "TeleportEFFECT" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
TeleportEFFECT._x = this._x;
TeleportEFFECT._y = this._y;
TeleportEFFECT._xscale = 200;
TeleportEFFECT._yscale = 200;
this._x = TaggedMC._x;
this._y = TaggedMC._y;
}
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack500");
fight = true;
ComboMove = 0;
}
}
if (ComboMove == 6) {
if (Key.isDown(RightKey)) {
if (Key.isDown(PunchKey) && (onground)) {
if (TaggedX != 0) {
TeleportEFFECT = _root.attachMovie("TeleportEFFECT", "TeleportEFFECT" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
TeleportEFFECT._x = this._x;
TeleportEFFECT._y = this._y;
TeleportEFFECT._xscale = 200;
TeleportEFFECT._yscale = 200;
this._x = TaggedMC._x;
this._y = TaggedMC._y;
}
gotoAndStop ("Attack");
Man.gotoAndPlay("Poke");
fight = true;
ComboMove = 0;
}
}
if (Key.isDown(LeftKey)) {
if (Key.isDown(PunchKey) && (onground)) {
if (TaggedX != 0) {
TeleportEFFECT = _root.attachMovie("TeleportEFFECT", "TeleportEFFECT" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
TeleportEFFECT._x = this._x;
TeleportEFFECT._y = this._y;
TeleportEFFECT._xscale = 200;
TeleportEFFECT._yscale = 200;
this._x = TaggedMC._x;
this._y = TaggedMC._y;
}
gotoAndStop ("Attack");
Man.gotoAndPlay("Poke");
fight = true;
ComboMove = 0;
}
}
}
};
stop();
Cut01 = new Sound(this);
Cut01.attachSound("Cut01");
Cut02 = new Sound(this);
Cut02.attachSound("Cut02");
Cut03 = new Sound(this);
Cut03.attachSound("Cut03");
Cut04 = new Sound(this);
Cut04.attachSound("Cut04");
MoreHITS2 = function () {
if (_root.Game != "set") {
if (_root.Game != "Pause") {
var _local3 = 0;
while (_local3 < _root.McPlayer.length) {
temporaryMc = _root.McPlayer[_local3];
if ((temporaryMc._name != this._name) && (temporaryMc.Team != this.Team)) {
if (this.HP >= 1E-5) {
if (timmer >= 0) {
if (temporaryMc.Man.GoUp01.hitTest(this.hitbox) && (temporaryMc.Man.GoUp01 != null)) {
Hitter = temporaryMc;
if (Hitter._name == "player") {
_root.Hud.Combo.ResetTimer = 0;
_root.Hud.Combo.Hit = _root.Hud.Combo.Hit + 1;
_root.Special = _root.Special + 0.5;
} else {
Special = Special + 0.5;
}
if (Hitter.hitbox.hitTest(_root.Cam)) {
_root.Cam.shake = 1;
}
Bounds = true;
RE._yscale = 20;
HP = HP - 0.5;
Hitter.TaggedX = Hitter._x;
Hitter.TaggedY = Hitter._y;
Hitter.TaggedMC = this;
yspeed = -20;
xspeed = 0;
if (Hitter._xscale >= 1) {
RE._xscale = 20;
_xscale = (-Xscale);
_rotation = 90;
}
if (Hitter._xscale <= -1) {
RE._xscale = -20;
_xscale = Xscale;
_rotation = -90;
}
Hurt = true;
gotoAndStop ("Hurt");
Man.gotoAndPlay(1);
DieAni = 1;
}
if (temporaryMc.Man.DownHitSlap01.hitTest(this.hitbox) && (temporaryMc.Man.DownHitSlap01 != null)) {
friction = 0.95;
Hitter = temporaryMc;
if (Hitter._name == "player") {
_root.Hud.Combo.ResetTimer = 0;
_root.Hud.Combo.Hit = _root.Hud.Combo.Hit + 1;
_root.Special = _root.Special + 1;
} else {
Special = Special + 1;
}
RE = _root.attachMovie("HitS", "HitS" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
RE._y = Hitter._y - 20;
RE._xscale = 40;
RE._yscale = 40;
Twack2.start(0, 1);
HP1.start(0, 1);
BB.start(0, 1);
yspeed = 20;
if (Hitter.hitbox.hitTest(_root.Cam)) {
_root.Cam.shake = 5;
}
if (Hitter.Freeze >= 0) {
Hitter.Freeze = -3;
timmer = Hitter.Freeze;
Freeze = Hitter.Freeze;
Hitter.Man.stop();
}
HP = HP - 2;
Hitter.TaggedX = Hitter._x;
Hitter.TaggedY = Hitter._y;
Hitter.TaggedMC = this;
xspeed = 0;
if (Hitter._xscale >= 1) {
if (!RightWall) {
xspeed = 0;
}
RE._x = Hitter._x + 50;
_xscale = (-Xscale);
}
if (Hitter._xscale <= -1) {
if (!LeftWall) {
}
RE._x = Hitter._x - 50;
_xscale = Xscale;
}
Hurt = true;
onground = false;
flying = true;
gravity = 0.4;
Bounds = true;
gotoAndStop ("Hurt");
Man.gotoAndPlay("FlyAway");
DieAni = 1;
}
}
}
}
_local3++;
}
}
}
};
Morehits = function () {
this.Cut01.setVolume(this.distancePlayer - 50);
this.Cut02.setVolume(this.distancePlayer - 50);
this.Cut03.setVolume(this.distancePlayer - 50);
this.Cut04.setVolume(this.distancePlayer - 50);
if (this._name != "player") {
if (this.Team == _root.player.Team) {
this.Skin.TeamMate._alpha = 100;
if (_xscale >= 1) {
this.Skin.TeamMate._xscale = -400;
} else {
this.Skin.TeamMate._xscale = -400;
}
} else {
this.Skin.TeamMate._alpha = 0;
}
}
if (this.HP > 100) {
this.HP = 100;
}
if (this.HP < 0) {
this.HP = 0;
}
if (_root.Game != "set") {
if (_root.Game != "Pause") {
Namer._x = this._x;
Namer._y = this._y;
var _local3 = 0;
while (_local3 < _root.McPlayer.length) {
temporaryMc = _root.McPlayer[_local3];
if ((temporaryMc._name != this._name) && (temporaryMc.Team != this.Team)) {
if (this.HP >= 1E-5) {
if (timmer >= 0) {
if (temporaryMc.Man.HoldThere.hitTest(this.hitbox)) {
Hitter = temporaryMc;
friction = 0.65;
gravity = 0.5;
if (Hitter._name == "player") {
_root.Hud.Combo.ResetTimer = 0;
_root.Hud.Combo.Hit = _root.Hud.Combo.Hit + 1;
}
(_root.getNextHighestDepth());// not popped
("HitS" + _root.getNextHighestDepth());// not popped
do {
do {
do {
stop();
// swfAction0x03 // Unknown action
}
}
}
}
if (temporaryMc.Man.HitCut01.hitTest(this.hitbox)) {
Hitter = temporaryMc;
if (Hitter._name == "player") {
_root.Hud.Combo.ResetTimer = 0;
_root.Hud.Combo.Hit = _root.Hud.Combo.Hit + 1;
_root.Special = _root.Special + 0.5;
} else {
Special = Special + 0.5;
}
RE = _root.attachMovie("Hit6", "Hit6" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
RE._y = this._y - 30;
RE._x = this._x;
RE._yscale = 20;
if (Hitter.Freeze >= 0) {
Hitter.Freeze = 0;
timmer = Hitter.Freeze;
Freeze = Hitter.Freeze;
Hitter.Man.stop();
}
HP = HP - 1;
Hitter.TaggedX = Hitter._x;
Hitter.TaggedY = Hitter._y;
Hitter.TaggedMC = this;
Cut01.start(0, 1);
if (Hitter._xscale >= 1) {
RE._xscale = 20;
_xscale = (-Xscale);
}
if (Hitter._xscale <= -1) {
RE._xscale = -20;
_xscale = Xscale;
}
Hurt = true;
gotoAndStop ("Hurt");
Man.gotoAndPlay(1);
DieAni = 1;
}
if (temporaryMc.Man.HitCut02.hitTest(this.hitbox)) {
Hitter = temporaryMc;
if (Hitter._name == "player") {
_root.Hud.Combo.ResetTimer = 0;
_root.Hud.Combo.Hit = _root.Hud.Combo.Hit + 1;
_root.Special = _root.Special + 0.5;
} else {
Special = Special + 0.5;
}
RE = _root.attachMovie("Hit6", "Hit6" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
RE._y = this._y - 30;
RE._x = this._x;
RE._yscale = 20;
if (Hitter.Freeze >= 0) {
Hitter.Freeze = 0;
timmer = Hitter.Freeze;
Freeze = Hitter.Freeze;
Hitter.Man.stop();
}
HP = HP - 1;
Hitter.TaggedX = Hitter._x;
Hitter.TaggedY = Hitter._y;
Hitter.TaggedMC = this;
Cut02.start(0, 1);
if (Hitter._xscale >= 1) {
RE._xscale = 20;
_xscale = (-Xscale);
}
if (Hitter._xscale <= -1) {
RE._xscale = -20;
_xscale = Xscale;
}
Hurt = true;
gotoAndStop ("Hurt");
Man.gotoAndPlay(1);
DieAni = 1;
}
if (temporaryMc.Man.PwnCombo.hitTest(this.hitbox)) {
Hitter = temporaryMc;
friction = 0.65;
gravity = 0.5;
if (Hitter._name == "player") {
_root.Hud.Combo.ResetTimer = 0;
_root.Hud.Combo.Hit = _root.Hud.Combo.Hit + 1;
_root.Special = _root.Special + 0.5;
} else {
Special = Special + 0.5;
}
RE = _root.attachMovie("HitS", "HitS" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
RE._y = this._y;
RE._x = this._x;
RE._yscale = 20;
if (Hitter.Freeze >= 0) {
Hitter.Freeze = 0;
timmer = Hitter.Freeze;
Freeze = Hitter.Freeze;
Hitter.Man.stop();
}
HP = HP - 10;
Hitter.TaggedX = Hitter._x;
Hitter.TaggedY = Hitter._y;
Hitter.TaggedMC = this;
HP2.start(0, 1);
if (Hitter._xscale >= 1) {
RE._xscale = 20;
_xscale = (-Xscale);
xspeed = 0;
}
if (Hitter._xscale <= -1) {
RE._xscale = -20;
_xscale = Xscale;
xspeed = 0;
}
Hurt = true;
gotoAndStop ("Hurt");
Man.gotoAndPlay(1);
DieAni = 1;
}
if (temporaryMc.Man.Cut1.hitTest(this.hitbox)) {
Hitter = temporaryMc;
if (Hitter._name == "player") {
_root.Hud.Combo.ResetTimer = 0;
_root.Hud.Combo.Hit = _root.Hud.Combo.Hit + 1;
_root.Special = _root.Special + 0.5;
} else {
Special = Special + 0.5;
}
RE = _root.attachMovie("Hit6", "Hit6" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
RE._y = this._y;
RE._x = this._x;
RE._yscale = 20;
if (Hitter.Freeze >= 0) {
Hitter.Freeze = -3;
timmer = Hitter.Freeze;
Freeze = Hitter.Freeze;
Hitter.Man.stop();
}
HP = HP - 1;
Hitter.TaggedX = Hitter._x;
Hitter.TaggedY = Hitter._y;
Hitter.TaggedMC = this;
Cut01.start(0, 1);
if (Hitter._xscale >= 1) {
RE._xscale = 20;
_xscale = (-Xscale);
}
if (Hitter._xscale <= -1) {
RE._xscale = -20;
_xscale = Xscale;
}
Hurt = true;
gotoAndStop ("Hurt");
Man.gotoAndPlay(1);
DieAni = 1;
}
if (temporaryMc.Man.Cut2.hitTest(this.hitbox)) {
Hitter = temporaryMc;
if (Hitter._name == "player") {
_root.Hud.Combo.ResetTimer = 0;
_root.Hud.Combo.Hit = _root.Hud.Combo.Hit + 1;
_root.Special = _root.Special + 0.5;
} else {
Special = Special + 0.5;
}
RE = _root.attachMovie("Hit6", "Hit6" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
RE._y = this._y;
RE._x = this._x;
RE._yscale = 20;
if (Hitter.Freeze >= 0) {
Hitter.Freeze = -3;
timmer = Hitter.Freeze;
Freeze = Hitter.Freeze;
Hitter.Man.stop();
}
HP = HP - 1;
Hitter.TaggedX = Hitter._x;
Hitter.TaggedY = Hitter._y;
Hitter.TaggedMC = this;
Cut02.start(0, 1);
if (Hitter._xscale >= 1) {
RE._xscale = 20;
_xscale = (-Xscale);
}
if (Hitter._xscale <= -1) {
RE._xscale = -20;
_xscale = Xscale;
}
Hurt = true;
gotoAndStop ("Hurt");
Man.gotoAndPlay(1);
DieAni = 1;
}
if (temporaryMc.Man.Cut3.hitTest(this.hitbox)) {
Hitter = temporaryMc;
if (Hitter._name == "player") {
_root.Hud.Combo.ResetTimer = 0;
_root.Hud.Combo.Hit = _root.Hud.Combo.Hit + 1;
_root.Special = _root.Special + 0.5;
} else {
Special = Special + 0.5;
}
RE = _root.attachMovie("Hit6", "Hit6" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
RE._y = this._y;
RE._x = this._x;
RE._xscale = 20;
RE._yscale = 20;
if (Hitter.Freeze >= 0) {
Hitter.Freeze = -3;
timmer = Hitter.Freeze;
Freeze = Hitter.Freeze;
Hitter.Man.stop();
}
HP = HP - 1;
Hitter.TaggedX = Hitter._x;
Hitter.TaggedY = Hitter._y;
Hitter.TaggedMC = this;
Cut03.start(0, 1);
if (Hitter._xscale >= 1) {
RE._xscale = 20;
_xscale = (-Xscale);
}
if (Hitter._xscale <= -1) {
RE._xscale = -20;
_xscale = Xscale;
}
Hurt = true;
gotoAndStop ("Hurt");
Man.gotoAndPlay(1);
DieAni = 1;
}
if (temporaryMc.Man.Cut4.hitTest(this.hitbox)) {
Hitter = temporaryMc;
if (Hitter._name == "player") {
_root.Hud.Combo.ResetTimer = 0;
_root.Hud.Combo.Hit = _root.Hud.Combo.Hit + 1;
_root.Special = _root.Special + 0.5;
} else {
Special = Special + 0.5;
}
RE = _root.attachMovie("Hit6", "Hit6" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
RE._y = this._y;
RE._x = this._x;
RE._yscale = 20;
if (Hitter.Freeze >= 0) {
Hitter.Freeze = -3;
timmer = Hitter.Freeze;
Freeze = Hitter.Freeze;
Hitter.Man.stop();
}
HP = HP - 1;
Hitter.TaggedX = Hitter._x;
Hitter.TaggedY = Hitter._y;
Hitter.TaggedMC = this;
Cut04.start(0, 1);
if (Hitter._xscale >= 1) {
RE._xscale = 20;
_xscale = (-Xscale);
}
if (Hitter._xscale <= -1) {
RE._xscale = -20;
_xscale = Xscale;
}
Hurt = true;
gotoAndStop ("Hurt");
Man.gotoAndPlay(1);
DieAni = 1;
}
if (temporaryMc.Man.Cut5.hitTest(this.hitbox)) {
Hitter = temporaryMc;
friction = 0.99;
gravity = 0.1;
if (Hitter._name == "player") {
_root.Hud.Combo.ResetTimer = 0;
_root.Hud.Combo.Hit = _root.Hud.Combo.Hit + 1;
_root.Special = _root.Special + 0.5;
} else {
Special = Special + 0.5;
}
RE = _root.attachMovie("Hit6", "Hit6" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
RE._y = this._y;
RE._x = this._x;
RE._yscale = 20;
if (Hitter.Freeze >= 0) {
Hitter.Freeze = 0;
timmer = Hitter.Freeze;
Freeze = Hitter.Freeze;
Hitter.Man.stop();
}
HP = HP - 0.5;
Hitter.TaggedX = Hitter._x;
Hitter.TaggedY = Hitter._y;
Hitter.TaggedMC = this;
Cut04.start(0, 1);
if (Hitter._xscale >= 1) {
RE._xscale = 20;
_xscale = (-Xscale);
xspeed = 20;
}
if (Hitter._xscale <= -1) {
RE._xscale = -20;
_xscale = Xscale;
xspeed = -20;
}
Hurt = true;
gotoAndStop ("Hurt");
Man.gotoAndPlay(1);
DieAni = 1;
}
if (temporaryMc.Man.Cut6.hitTest(this.hitbox)) {
Hitter = temporaryMc;
friction = 0.99;
gravity = 0.1;
if (Hitter._name == "player") {
_root.Hud.Combo.ResetTimer = 0;
_root.Hud.Combo.Hit = _root.Hud.Combo.Hit + 1;
_root.Special = _root.Special + 0.5;
} else {
Special = Special + 0.5;
}
RE = _root.attachMovie("Hit6", "Hit6" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
RE._y = this._y;
RE._x = this._x;
RE._yscale = 20;
if (Hitter.Freeze >= 0) {
Hitter.Freeze = 0;
timmer = Hitter.Freeze;
Freeze = Hitter.Freeze;
Hitter.Man.stop();
}
HP = HP - 0.5;
Hitter.TaggedX = Hitter._x;
Hitter.TaggedY = Hitter._y;
Hitter.TaggedMC = this;
Cut04.start(0, 1);
if (Hitter._xscale >= 1) {
RE._xscale = 20;
_xscale = (-Xscale);
xspeed = -30;
}
if (Hitter._xscale <= -1) {
RE._xscale = -20;
_xscale = Xscale;
xspeed = 30;
}
Hurt = true;
gotoAndStop ("Hurt");
Man.gotoAndPlay(1);
DieAni = 1;
}
if (temporaryMc.Man.Cut7.hitTest(this.hitbox)) {
Hitter = temporaryMc;
friction = 0.99;
if (Hitter._name == "player") {
_root.Hud.Combo.ResetTimer = 0;
_root.Hud.Combo.Hit = _root.Hud.Combo.Hit + 1;
_root.Special = _root.Special + 0.5;
} else {
Special = Special + 0.5;
}
RE = _root.attachMovie("Hit6", "Hit6" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
RE._y = this._y;
RE._x = this._x;
RE._yscale = 20;
if (Hitter.Freeze >= 0) {
Hitter.Freeze = -3;
timmer = Hitter.Freeze;
Freeze = Hitter.Freeze;
Hitter.Man.stop();
}
HP = HP - 1;
Hitter.TaggedX = Hitter._x;
Hitter.TaggedY = Hitter._y;
Hitter.TaggedMC = this;
Cut02.start(0, 1);
yspeed = -7;
if (Hitter._xscale >= 1) {
RE._xscale = 20;
_xscale = (-Xscale);
xspeed = -5;
}
if (Hitter._xscale <= -1) {
RE._xscale = -20;
_xscale = Xscale;
xspeed = 5;
}
Hurt = true;
gotoAndStop ("Hurt");
Man.gotoAndPlay("Hurt2");
DieAni = 1;
}
if (temporaryMc.Man.Cut8.hitTest(this.hitbox)) {
Hitter = temporaryMc;
friction = 0.99;
if (Hitter._name == "player") {
_root.Hud.Combo.ResetTimer = 0;
_root.Hud.Combo.Hit = _root.Hud.Combo.Hit + 1;
_root.Special = _root.Special + 0.5;
} else {
Special = Special + 0.5;
}
RE = _root.attachMovie("Hit6", "Hit6" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
RE._y = this._y;
RE._x = this._x;
RE._yscale = 20;
if (Hitter.Freeze >= 0) {
Hitter.Freeze = -3;
timmer = Hitter.Freeze;
Freeze = Hitter.Freeze;
Hitter.Man.stop();
}
HP = HP - 1;
Hitter.TaggedX = Hitter._x;
Hitter.TaggedY = Hitter._y;
Hitter.TaggedMC = this;
Cut01.start(0, 1);
yspeed = -30;
if (Hitter._xscale >= 1) {
RE._xscale = 20;
_xscale = (-Xscale);
xspeed = 0;
}
if (Hitter._xscale <= -1) {
RE._xscale = -20;
_xscale = Xscale;
xspeed = 0;
}
Hurt = true;
gotoAndStop ("Hurt");
Man.gotoAndPlay("Hurt2");
DieAni = 1;
}
if (temporaryMc.Man.Cut9.hitTest(this.hitbox)) {
Hitter = temporaryMc;
if (Hitter._name == "player") {
_root.Hud.Combo.ResetTimer = 0;
_root.Hud.Combo.Hit = _root.Hud.Combo.Hit + 1;
_root.Special = _root.Special + 0.5;
} else {
Special = Special + 0.5;
}
RE = _root.attachMovie("Hit6", "Hit6" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
RE._y = this._y;
RE._x = this._x;
RE._yscale = 20;
if (Hitter.Freeze >= 0) {
Hitter.Freeze = -3;
timmer = Hitter.Freeze;
Freeze = Hitter.Freeze;
Hitter.Man.stop();
}
HP = HP - 1;
Hitter.TaggedX = Hitter._x;
Hitter.TaggedY = Hitter._y;
Hitter.TaggedMC = this;
Cut01.start(0, 1);
yspeed = -1;
xspeed = 0;
if (Hitter._xscale >= 1) {
RE._xscale = 20;
_xscale = (-Xscale);
}
if (Hitter._xscale <= -1) {
RE._xscale = -20;
_xscale = Xscale;
}
Hurt = true;
gotoAndStop ("Hurt");
Man.gotoAndPlay(1);
DieAni = 1;
}
if (temporaryMc.Man.Cut10.hitTest(this.hitbox)) {
Bounds = true;
friction = 0.95;
Hitter = temporaryMc;
if (Hitter._name == "player") {
_root.Hud.Combo.ResetTimer = 0;
_root.Hud.Combo.Hit = _root.Hud.Combo.Hit + 1;
_root.Special = _root.Special + 1;
} else {
Special = Special + 1;
}
RE = _root.attachMovie("HitS", "HitS" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
RE._y = Hitter._y - 20;
RE._xscale = 40;
RE._yscale = 40;
Cut03.start(0, 1);
yspeed = -10;
if (Hitter.hitbox.hitTest(_root.Cam)) {
_root.Cam.shake = 5;
}
if (Hitter.Freeze >= 0) {
Hitter.Freeze = -3;
timmer = Hitter.Freeze;
Freeze = Hitter.Freeze;
Hitter.Man.stop();
}
Hitter.TaggedX = Hitter._x;
Hitter.TaggedY = Hitter._y;
Hitter.TaggedMC = this;
HP = HP - 3;
if (Hitter._xscale >= 1) {
if (!RightWall) {
xspeed = Hitter.xspeed + 45;
} else {
xspeed = -20;
}
RE._x = Hitter._x + 50;
_xscale = (-Xscale);
}
if (Hitter._xscale <= -1) {
if (!LeftWall) {
xspeed = Hitter.xspeed - 45;
} else {
xspeed = 20;
}
RE._x = Hitter._x - 50;
_xscale = Xscale;
}
Hurt = true;
onground = false;
flying = true;
gravity = 0.7;
gotoAndStop ("Hurt");
Man.gotoAndPlay("FlyAway");
DieAni = 1;
}
if (temporaryMc.Man.QuickCut01.hitTest(this.hitbox)) {
Bounds = true;
friction = 0.95;
Hitter = temporaryMc;
if (Hitter._name == "player") {
_root.Hud.Combo.ResetTimer = 0;
_root.Hud.Combo.Hit = _root.Hud.Combo.Hit + 1;
_root.Special = _root.Special + 1;
} else {
Special = Special + 1;
}
RE = _root.attachMovie("HitS", "HitS" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
RE._y = Hitter._y - 20;
RE._xscale = 40;
RE._yscale = 40;
Cut01.start(0, 1);
yspeed = 0;
if (Hitter.hitbox.hitTest(_root.Cam)) {
_root.Cam.shake = 1;
}
if (Hitter.Freeze >= 0) {
Hitter.Freeze = -3;
timmer = Hitter.Freeze;
Freeze = Hitter.Freeze;
Hitter.Man.stop();
}
Hitter.TaggedX = Hitter._x;
Hitter.TaggedY = Hitter._y;
Hitter.TaggedMC = this;
HP = HP - 0.5;
if (Hitter._xscale >= 1) {
if (!RightWall) {
xspeed = 0;
} else {
xspeed = 0;
}
RE._x = Hitter._x + 50;
_xscale = (-Xscale);
}
if (Hitter._xscale <= -1) {
if (!LeftWall) {
xspeed = 0;
} else {
xspeed = 0;
}
RE._x = Hitter._x - 50;
_xscale = Xscale;
}
Hurt = true;
onground = false;
flying = false;
gravity = 0.7;
gotoAndStop ("Hurt");
Man.gotoAndPlay(1);
DieAni = 1;
}
if (temporaryMc.Man.QuickCut02.hitTest(this.hitbox)) {
Bounds = true;
friction = 0.95;
Hitter = temporaryMc;
if (Hitter._name == "player") {
_root.Hud.Combo.ResetTimer = 0;
_root.Hud.Combo.Hit = _root.Hud.Combo.Hit + 1;
_root.Special = _root.Special + 1;
} else {
Special = Special + 1;
}
RE = _root.attachMovie("HitS", "HitS" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
RE._y = Hitter._y - 20;
RE._xscale = 40;
RE._yscale = 40;
Cut02.start(0, 1);
yspeed = 0;
if (Hitter.hitbox.hitTest(_root.Cam)) {
_root.Cam.shake = 1;
}
if (Hitter.Freeze >= 0) {
Hitter.Freeze = -3;
timmer = Hitter.Freeze;
Freeze = Hitter.Freeze;
Hitter.Man.stop();
}
Hitter.TaggedX = Hitter._x;
Hitter.TaggedY = Hitter._y;
Hitter.TaggedMC = this;
HP = HP - 0.5;
if (Hitter._xscale >= 1) {
if (!RightWall) {
xspeed = 0;
} else {
xspeed = 0;
}
RE._x = Hitter._x + 50;
_xscale = (-Xscale);
}
if (Hitter._xscale <= -1) {
if (!LeftWall) {
xspeed = 0;
} else {
xspeed = 0;
}
RE._x = Hitter._x - 50;
_xscale = Xscale;
}
Hurt = true;
onground = false;
flying = false;
gravity = 0.7;
gotoAndStop ("Hurt");
Man.gotoAndPlay(1);
DieAni = 1;
}
if (temporaryMc.Man.Cut13.hitTest(this.hitbox)) {
Bounds = false;
friction = 0.95;
Hitter = temporaryMc;
if (Hitter._name == "player") {
_root.Hud.Combo.ResetTimer = 0;
_root.Hud.Combo.Hit = _root.Hud.Combo.Hit + 1;
_root.Special = _root.Special + 1;
} else {
Special = Special + 1;
}
RE = _root.attachMovie("HitS", "HitS" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
RE._y = Hitter._y - 20;
RE._xscale = 40;
RE._yscale = 40;
Cut03.start(0, 1);
yspeed = 1;
if (Hitter.hitbox.hitTest(_root.Cam)) {
_root.Cam.shake = 1;
}
if (Hitter.Freeze >= 0) {
Hitter.Freeze = -3;
timmer = Hitter.Freeze;
Freeze = Hitter.Freeze;
Hitter.Man.stop();
}
Hitter.TaggedX = Hitter._x;
Hitter.TaggedY = Hitter._y;
Hitter.TaggedMC = this;
HP = HP - 2;
if (Hitter._xscale >= 1) {
if (!RightWall) {
xspeed = 0;
} else {
xspeed = 0;
}
RE._x = Hitter._x + 50;
_xscale = (-Xscale);
}
if (Hitter._xscale <= -1) {
if (!LeftWall) {
xspeed = 0;
} else {
xspeed = 0;
}
RE._x = Hitter._x - 50;
_xscale = Xscale;
}
Hurt = true;
flying = true;
gravity = 0.7;
gotoAndStop ("Hurt");
if (!onground) {
Man.gotoAndPlay("FlyAway");
} else {
Man.gotoAndPlay(1);
}
DieAni = 1;
}
if (temporaryMc.Man.Cutdown.hitTest(this.hitbox)) {
Bounds = true;
friction = 0.95;
Hitter = temporaryMc;
if (Hitter._name == "player") {
_root.Hud.Combo.ResetTimer = 0;
_root.Hud.Combo.Hit = _root.Hud.Combo.Hit + 1;
_root.Special = _root.Special + 1;
} else {
Special = Special + 1;
}
RE = _root.attachMovie("HitS", "HitS" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
RE._y = Hitter._y - 20;
RE._xscale = 40;
RE._yscale = 40;
Cut03.start(0, 1);
yspeed = 30;
if (Hitter.hitbox.hitTest(_root.Cam)) {
_root.Cam.shake = 1;
}
if (Hitter.Freeze >= 0) {
Hitter.Freeze = -3;
timmer = Hitter.Freeze;
Freeze = Hitter.Freeze;
Hitter.Man.stop();
}
Hitter.TaggedX = Hitter._x;
Hitter.TaggedY = Hitter._y;
Hitter.TaggedMC = this;
HP = HP - 2;
if (Hitter._xscale >= 1) {
if (!RightWall) {
xspeed = 10;
} else {
xspeed = 0;
}
RE._x = Hitter._x + 50;
_xscale = (-Xscale);
}
if (Hitter._xscale <= -1) {
if (!LeftWall) {
xspeed = -10;
} else {
xspeed = 0;
}
RE._x = Hitter._x - 50;
_xscale = Xscale;
}
Hurt = true;
onground = false;
flying = true;
gravity = 0.7;
gotoAndStop ("Hurt");
Man.gotoAndPlay("FlyAway");
DieAni = 1;
}
}
}
}
_local3++;
}
}
}
};
onEnterFrame = function () {
if (_root.Game == "set") {
Man.stop();
}
if (_root.Game == "Pause") {
Man.stop();
}
if (_root.Game == "fix") {
gotoAndStop(FBug1);
Man.gotoAndPlay(FBug2);
}
} while (_root.Game == "set");
} while (_root.Game == "Pause");
FBug1 = _currentframe;
FBug2 = Man._currentframe;
Morehits();
MoreHITS2();
Combos();
if (_root.Cam.hitTest(this)) {
this._visible = true;
this._alpha = 100;
// unexpected jump
}
this._visible = false;
this._alpha = 0;
if (this._name != "player") {
this.bgSound.setVolume(this.distancePlayer);
this.SoundDis._visible = 0;
this.SoundDis._x = this._x;
this.SoundDis._y = this._y;
if (_root.player.hitTest(SoundDis.Hard)) {
this.distancePlayer = 100;
// unexpected jump
}
if (_root.player.hitTest(SoundDis.Mid)) {
this.distancePlayer = 80;
// unexpected jump
}
if (_root.player.hitTest(SoundDis.Mid2)) {
this.distancePlayer = 60;
// unexpected jump
}
if (_root.player.hitTest(SoundDis.Mid3)) {
this.distancePlayer = 40;
// unexpected jump
}
if (_root.player.hitTest(SoundDis.Mid4)) {
this.distancePlayer = 20;
// unexpected jump
}
if (_root.player.hitTest(SoundDis.Mid5)) {
this.distancePlayer = 10;
// unexpected jump
}
this.distancePlayer = 0;
}
if (this._name == "player") {
if (Kills > Mykills) {
if (Team == _name) {
_root.UpdateScore = true;
_root.timernumb = 10;
_root.Mykills = _root.Mykills + 1;
}
_root.killsWDieing = _root.killsWDieing + 1;
_root.DoubleKill = 1;
_root.Killed = _root.Killed + 1;
Mykills = Mykills + 1;
}
if (this.HP <= 0) {
_root.Aimer._x = Hitter._x;
_root.Aimer._y = Hitter._y;
_root.Cam.Follow = Hitter;
_root.killsWDieing = 0;
_root.DoubleKill = 0;
_root.Killed = 0;
}
if (this.HP >= 0.0001) {
_root.Cam.Follow = this;
}
this.bgSound.setVolume(100);
distancePlayer = 100;
this.SoundDis._visible = 0;
this.SoundDis._x = this._x;
this.SoundDis._y = this._y;
}
if (Hold) {
this._x = GrabbedBy._x;
this._y = GrabbedBy._y;
}
if (Kills > (_root.MaxKills - 1)) {
Kills = _root.MaxKills;
_root.Game = "set";
if (_name == "player") {
_root.won = true;
// unexpected jump
}
_root.won = false;
}
if (_root.Game == "set") {
Man.stop();
}
} while (_root.Game == "set");
this.Skin.Bar._xscale = HP;
SpawnWhere = random(SpawnLimit) + 1;
if ((DieAni == 1) && (HP <= 0)) {
gotoAndStop ("Hurt");
Man.gotoAndPlay("dead01");
DieAni = 0;
}
if ((yspeed >= 200) && (HP >= 0.0001)) {
HP = 0;
}
if (this._name == "player") {
if (_root.Special >= 100) {
this.Powercharge._alpha = 100;
this.Powercharge._visible = true;
} else {
this.Powercharge._alpha = 0;
this.Powercharge._visible = false;
this.Powercharge.gotoAndStop(10);
}
}
if (this._name != "player") {
if (Special >= 100) {
if (this.hitTest(_root.Cam)) {
this.Powercharge._alpha = 100;
} else {
this.Powercharge._alpha = 0;
}
} else {
this.Powercharge._alpha = 0;
}
if (Special <= 0) {
Special = 0;
}
Special = Special + 0.04;
if (Special >= 100) {
Special = 100;
}
}
if (HP <= 0) {
if (this._name != "player") {
this.Skin._alpha = 0;
}
if (Finished == 1) {
Def = _root.attachMovie("Defeated", "Defeat" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
Def._y = this._y;
Def._x = this._x;
Finished = 0;
this.Hitter.Kills = this.Hitter.Kills + 1;
if (this._name != "player") {
_root.Hud.Combo.ResetTimer = 0;
_root.Hud.Combo.Hit = 0;
}
if (Hitter.Team == "Red") {
_root.RedTeam = _root.RedTeam + 1;
_root.UpdateScore = true;
_root.timernumb = 10;
_root.Mykills = _root.Mykills + 1;
}
if (Hitter.Team == "Blue") {
_root.BlueTeam = _root.BlueTeam + 1;
_root.UpdateScore = true;
_root.timernumb = 11;
_root.Cpu1 = _root.Cpu1 + 1;
}
}
Def._y = this._y;
Def._x = this._x;
Hurt = true;
HP = 0;
} else {
this._alpha = 100;
if (this._name != "player") {
Skin._alpha = 100;
}
Finished = 1;
}
if (respawn >= respawnLimit) {
xspeed = 0;
yspeed = 0;
if (SpawnWhere == 0) {
this._x = _root.S0._x;
this._y = _root.S0._y - 40;
}
if (SpawnWhere == 1) {
this._x = _root.S1._x;
this._y = _root.S1._y - 40;
}
if (SpawnWhere == 2) {
this._x = _root.S2._x;
this._y = _root.S2._y - 40;
}
if (SpawnWhere == 3) {
this._x = _root.S3._x;
this._y = _root.S3._y - 40;
}
if (SpawnWhere == 4) {
this._x = _root.S4._x;
this._y = _root.S4._y - 40;
}
if (SpawnWhere == 5) {
this._x = _root.S5._x;
this._y = _root.S5._y - 40;
}
gotoAndStop (1);
HP = RespawnHP;
respawn = 0;
}
if (respawn >= (respawnLimit / 2)) {
_alpha = (_alpha - 1);
}
if (HP <= 0) {
respawn = respawn + 1;
}
if (_xscale <= -1) {
this.Skin._xscale = RScale;
}
if (_xscale >= 1) {
this.Skin._xscale = -RScale;
}
if (Freeze >= 0) {
Man.play();
_x = (_x + xspeed);
_y = (_y + yspeed);
xspeed = xspeed * friction;
yspeed = yspeed + gravity;
if ((((RightWall && (Bot)) && (HP <= 50)) && (flying)) && (HP >= 0)) {
xspeed = 0;
yspeed = 0;
_xscale = (-Xscale);
gotoAndStop ("Hurt");
Man.gotoAndPlay("JumpOff");
flying = false;
}
if ((((LeftWall && (Bot)) && (HP <= 50)) && (flying)) && (HP >= 0)) {
xspeed = 0;
yspeed = 0;
_xscale = Xscale;
gotoAndStop ("Hurt");
Man.gotoAndPlay("JumpOff");
flying = false;
}
if (_root.ground.hitTest(this._x + 68, this._y, true)) {
if (((Bounds && (flying)) && (xspeed >= 2)) && (!onground)) {
if (!Key.isDown(BlockKey)) {
Man.gotoAndPlay("Wall");
flying = false;
}
}
RightWall = true;
_rotation = 0;
} else {
RightWall = false;
}
if (_root.ground.hitTest(this._x - 68, this._y, true)) {
if (((Bounds && (flying)) && (xspeed <= -2)) && (!onground)) {
if (!Key.isDown(BlockKey)) {
Man.gotoAndPlay("Wall");
flying = false;
}
}
LeftWall = true;
_rotation = 0;
} else {
LeftWall = false;
}
if (_root.ground.hitTest(this._x, this._y + 33, true) or _root.GroundSlop.hitTest(this._x, this._y + 33, true)) {
gravity = 0;
onground = true;
_rotation = 0;
} else {
onground = false;
if (!Hurt) {
gravity = MainGravity;
}
}
if ((xspeed <= 35) && (xspeed >= -35)) {
while (_root.ground.hitTest(this._x, this._y + 30, true) or _root.GroundSlop.hitTest(this._x, this._y + 30, true)) {
if (_root.GroundSlop.hitTest(this._x, this._y + 30, true)) {
yspeed = 30;
} else {
yspeed = 0;
}
_y = (_y-1);
}
while (_root.ground.hitTest(this._x, this._y - 30, true)) {
yspeed = 0;
_y = (_y+1);
}
}
if (xspeed >= 40) {
if (yspeed <= 60) {
while (_root.ground.hitTest(this._x - 40, this._y + 30, true) or _root.GroundSlop.hitTest(this._x - 40, this._y + 30, true)) {
if (_root.GroundSlop.hitTest(this._x - 40, this._y + 30, true)) {
yspeed = 30;
} else {
yspeed = 0;
}
_y = (_y-1);
}
while (_root.ground.hitTest(this._x - 40, this._y + 30, true)) {
yspeed = 0;
_y = (_y-1);
}
}
}
if (xspeed >= 50) {
if (yspeed <= 60) {
while (_root.ground.hitTest(this._x - 60, this._y + 30, true) or _root.GroundSlop.hitTest(this._x - 60, this._y + 30, true)) {
if (_root.GroundSlop.hitTest(this._x - 60, this._y + 30, true)) {
yspeed = 30;
} else {
yspeed = 0;
}
_y = (_y-1);
}
while (_root.ground.hitTest(this._x - 60, this._y + 30, true)) {
yspeed = 0;
_y = (_y-1);
}
}
}
if (xspeed <= -40) {
if (yspeed <= 60) {
while (_root.ground.hitTest(this._x + 40, this._y + 30, true) or _root.GroundSlop.hitTest(this._x + 40, this._y + 30, true)) {
if (_root.GroundSlop.hitTest(this._x + 40, this._y + 30, true)) {
yspeed = 30;
} else {
yspeed = 0;
}
_y = (_y-1);
}
while (_root.ground.hitTest(this._x + 40, this._y + 30, true)) {
yspeed = 0;
_y = (_y-1);
}
}
}
if (xspeed <= -50) {
if (yspeed <= 60) {
while (_root.ground.hitTest(this._x + 60, this._y + 30, true) or _root.GroundSlop.hitTest(this._x + 60, this._y + 30, true)) {
if (_root.GroundSlop.hitTest(this._x + 60, this._y + 30, true)) {
yspeed = 30;
} else {
yspeed = 0;
}
_y = (_y-1);
}
while (_root.ground.hitTest(this._x + 60, this._y + 30, true)) {
yspeed = 0;
_y = (_y-1);
}
}
}
if ((yspeed <= 49) && (yspeed >= -49)) {
while (_root.ground.hitTest(this._x + 40, this._y, true)) {
if (!Bounds) {
xspeed = 0;
} else {
xspeed = -20;
}
_x = (_x-1);
}
while (_root.ground.hitTest(this._x - 40, this._y, true)) {
if (!Bounds) {
xspeed = 0;
} else {
xspeed = 20;
}
_x = (_x+1);
}
}
if (yspeed >= 50) {
while (_root.ground.hitTest(this._x + 40, this._y - 40, true)) {
if (!Bounds) {
xspeed = 0;
} else {
xspeed = -20;
}
_x = (_x-1);
}
while (_root.ground.hitTest(this._x - 40, this._y - 40, true)) {
if (!Bounds) {
xspeed = 0;
} else {
xspeed = 20;
}
_x = (_x+1);
}
}
if (yspeed <= -50) {
while (_root.ground.hitTest(this._x + 40, this._y + 40, true)) {
if (!Bounds) {
xspeed = 0;
} else {
xspeed = -20;
}
_x = (_x-1);
}
while (_root.ground.hitTest(this._x - 30, this._y + 40, true)) {
if (!Bounds) {
xspeed = 0;
} else {
xspeed = 20;
}
_x = (_x+1);
}
}
}
if (!Hurt) {
if (Key.isDown(DownKey) and (Key.isDown(BlockKey) && (!onground))) {
if (yspeed <= 29) {
yspeed = 30;
}
}
}
if (((fight && (!Hurt)) && (Bot)) && (Targget.HP >= 0.0001)) {
if (ComboMove == 500) {
if (TaggedX != 0) {
TeleportEFFECT = _root.attachMovie("TeleportEFFECT", "TeleportEFFECT" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
TeleportEFFECT._x = this._x;
TeleportEFFECT._y = this._y;
TeleportEFFECT._xscale = 200;
TeleportEFFECT._yscale = 200;
this._x = TaggedMC._x;
this._y = TaggedMC._y;
if (RandomCombo == 1) {
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack500");
}
if (RandomCombo == 2) {
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack10");
}
ComboMove = 0;
}
}
if (ComboMove == 502) {
if (TaggedX != 0) {
TeleportEFFECT = _root.attachMovie("TeleportEFFECT", "TeleportEFFECT" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
TeleportEFFECT._x = this._x;
TeleportEFFECT._y = this._y;
TeleportEFFECT._xscale = 200;
TeleportEFFECT._yscale = 200;
this._x = TaggedMC._x;
this._y = TaggedMC._y;
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack502");
ComboMove = 0;
}
}
if (ComboMove == 503) {
if (TaggedX != 0) {
TeleportEFFECT = _root.attachMovie("TeleportEFFECT", "TeleportEFFECT" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
TeleportEFFECT._x = this._x;
TeleportEFFECT._y = this._y;
TeleportEFFECT._xscale = 200;
TeleportEFFECT._yscale = 200;
this._x = TaggedMC._x;
this._y = TaggedMC._y;
if (RandomCombo == 1) {
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack14");
}
if (RandomCombo == 2) {
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack10");
}
ComboMove = 0;
}
}
if (ComboMove == 1) {
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack2");
fight = true;
ComboMove = 0;
}
if (ComboMove == 2) {
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack3");
fight = true;
ComboMove = 0;
}
if (ComboMove == 3) {
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack4");
fight = true;
ComboMove = 0;
}
if (ComboMove == 6) {
if (Mode == "Follow") {
if (RandomCombo == 1) {
if (TaggedX != 0) {
this._x = TaggedMC._x;
this._y = TaggedMC._y;
}
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack6");
fight = true;
ComboMove = 100;
}
if (RandomCombo == 2) {
if (TaggedX != 0) {
this._x = TaggedMC._x;
this._y = TaggedMC._y;
}
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack16");
fight = true;
ComboMove = 100;
}
}
}
if (ComboMove == 7) {
if (Mode == "Follow") {
if (TaggedX != 0) {
this._x = TaggedMC._x;
this._y = TaggedMC._y;
}
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack7");
fight = true;
ComboMove = 100;
}
}
RandomCombo = random(2) + 1;
if (ComboMove == 12) {
if (Mode == "Follow") {
if (RandomCombo == 1) {
if (TaggedX != 0) {
this._x = TaggedMC._x;
this._y = TaggedMC._y;
TaggedMC.yspeed = 30;
yspeed = TaggedMC.yspeed;
TaggedMC.xspeed = 0;
}
gotoAndStop ("Attack");
NoobPoint = 0;
Man.gotoAndPlay("Attack11");
fight = true;
ComboMove = 0;
}
}
if (RandomCombo == 2) {
if (TaggedX != 0) {
this._x = TaggedMC._x;
this._y = TaggedMC._y;
TaggedMC.yspeed = 30;
yspeed = TaggedMC.yspeed;
TaggedMC.xspeed = 0;
}
gotoAndStop ("Attack");
NoobPoint = 0;
Man.gotoAndPlay("Attack20");
fight = true;
ComboMove = 0;
}
}
if (ComboMove == 10) {
gotoAndStop ("Attack");
NoobPoint = 0;
Man.gotoAndPlay("Attack13");
fight = true;
ComboMove = 100;
}
if (ComboMove == 15) {
gotoAndStop ("Attack");
NoobPoint = 0;
Man.gotoAndPlay("Attack17");
fight = true;
ComboMove = 0;
}
if (ComboMove == 17) {
if (TaggedX != 0) {
TaggedMC.yspeed = 30;
this._x = TaggedMC._x;
this._y = TaggedMC._y;
gotoAndStop ("Attack");
NoobPoint = 0;
Man.gotoAndPlay("Attack13");
fight = true;
ComboMove = 0;
}
}
if ((ComboMove == 300) && (Special >= 100)) {
gotoAndStop ("Attack");
Man.gotoAndPlay("Charging");
NoobPoint = 0;
fight = true;
ComboMove = 0;
}
if ((ComboMove == 300) && (Special <= 99)) {
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack14");
NoobPoint = 0;
fight = true;
ComboMove = 0;
}
if (ComboMove == 14) {
if (Mode == "Follow") {
if (TaggedX != 0) {
TaggedMC.yspeed = 30;
yspeed = TaggedMC.yspeed;
xspeed = TaggedMC.xspeed;
this._x = TaggedMC._x;
this._y = TaggedMC._y;
}
if (RandomCombo == 1) {
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack6");
NoobPoint = 0;
fight = true;
ComboMove = 0;
}
if (RandomCombo == 2) {
yspeed = -JumpPower;
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack12");
NoobPoint = 0;
fight = true;
ComboMove = 0;
}
}
}
}
if (((!fight) && (!Hurt)) && (Bot)) {
if (Mode == "Normal") {
if (((_root.BotReadP1 != "ground") && (_root.BotReadP1 != "attack")) && (NoobPoint <= 40)) {
if (Targget.hitbox.hitTest(this._x + 80, this._y, true) or (Targget.hitbox.hitTest(this._x + 40, this._y, true) or (Targget.hitbox.hitTest(this._x + 10, this._y, true) or Targget.hitbox.hitTest(this._x - 60, this._y, true)))) {
_xscale = Xscale;
gotoAndStop ("Attack");
Man.gotoAndPlay(1);
NoobPoint = 150;
fight = true;
}
if (Targget.hitbox.hitTest(this._x - 80, this._y, true) or (Targget.hitbox.hitTest(this._x - 40, this._y, true) or (Targget.hitbox.hitTest(this._x - 10, this._y, true) or Targget.hitbox.hitTest(this._x - 60, this._y, true)))) {
_xscale = (-Xscale);
gotoAndStop ("Attack");
Man.gotoAndPlay(1);
NoobPoint = 150;
fight = true;
}
}
if ((((_root.BotReadP1 != "ground") && (_root.BotReadP1 != "attack")) && (NoobPoint <= 90)) && (NoobPoint >= 41)) {
if (Targget.hitbox.hitTest(this._x + 150, this._y, true) or (Targget.hitbox.hitTest(this._x + 80, this._y, true) or Targget.hitbox.hitTest(this._x + 50, this._y, true))) {
_xscale = Xscale;
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack14");
fight = true;
}
if (Targget.hitbox.hitTest(this._x - 150, this._y, true) or (Targget.hitbox.hitTest(this._x - 80, this._y, true) or Targget.hitbox.hitTest(this._x - 50, this._y, true))) {
_xscale = (-Xscale);
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack14");
fight = true;
}
}
if (((((_root.BotReadP1 != "ground") && (_root.BotReadP1 != "attack")) && (_root.BotReadP1 == "run")) && (NoobPoint <= 150)) && (NoobPoint >= 91)) {
if (Targget.hitbox.hitTest(this._x + 200, this._y, true) or (Targget.hitbox.hitTest(this._x + 150, this._y, true) or Targget.hitbox.hitTest(this._x + 90, this._y, true))) {
_xscale = (-Xscale);
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack14");
NoobPoint = 250;
fight = true;
}
if (Targget.hitbox.hitTest(this._x - 200, this._y, true) or (Targget.hitbox.hitTest(this._x - 150, this._y, true) or Targget.hitbox.hitTest(this._x - 90, this._y, true))) {
_xscale = Xscale;
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack14");
NoobPoint = 250;
fight = true;
}
}
if (((((_root.BotReadP1 != "ground") && (_root.BotReadP1 != "attack")) && (_root.BotReadP1 == "stand")) && (NoobPoint <= 150)) && (NoobPoint >= 91)) {
if (Targget.hitbox.hitTest(this._x + 200, this._y, true) or (Targget.hitbox.hitTest(this._x + 150, this._y, true) or Targget.hitbox.hitTest(this._x + 90, this._y, true))) {
_xscale = Xscale;
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack9");
NoobPoint = 10;
fight = true;
}
if (Targget.hitbox.hitTest(this._x - 200, this._y, true) or (Targget.hitbox.hitTest(this._x - 150, this._y, true) or Targget.hitbox.hitTest(this._x - 90, this._y, true))) {
_xscale = (-Xscale);
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack9");
NoobPoint = 75;
fight = true;
}
}
}
}
if ((!_root.player.Hurt) && (NoobPoint >= 0)) {
NoobPoint = NoobPoint - 1;
}
if (fight && (!Hurt)) {
if (GrabMove) {
if (Key.isDown(RightKey)) {
xspeed = xspeed + power;
} else if (Key.isDown(LeftKey)) {
xspeed = xspeed - power;
}
}
}
if ((!fight) && (!Hurt)) {
if (Bot) {
if (Mode == "Follow") {
CloseN = 50;
if (MoveIn <= 10) {
DistanceClose = 100;
} else {
DistanceClose = 50;
}
if (MoveIn >= 50) {
MoveIn = 0;
}
if (FindWay == 0) {
if (Targget._x >= (_x + DistanceClose)) {
xspeed = xspeed + power;
_xscale = Xscale;
gotoAndStop ("run");
} else if (Targget._x <= (_x - DistanceClose)) {
xspeed = xspeed - power;
_xscale = (-Xscale);
gotoAndStop ("run");
} else {
MoveIn = MoveIn + 1;
gotoAndStop ("stand");
}
}
if (_root.Topfight.hitTest(Targget._x, Targget._y, true)) {
if (Targget.hitTest(this._x, this._y - 270, true) && (onground)) {
if (((FindWay != 1) && (FindWay != 2)) && (FindWay != 3)) {
FindWay = 1;
}
} else if (_root.MoveMent03.hitTest(this._x, this._y, true)) {
if (FindWay != 5) {
FindWay = 4;
}
}
}
if (FindWay == 1) {
if (_root.MoveMent01._x >= (_x + 50)) {
xspeed = xspeed + power;
_xscale = Xscale;
gotoAndStop ("run");
} else if (_root.MoveMent01._x <= (_x - 50)) {
xspeed = xspeed - power;
_xscale = (-Xscale);
gotoAndStop ("run");
} else {
FindWay = 2;
gotoAndStop ("stand");
}
}
if (FindWay == 2) {
if (onground) {
gotoAndStop ("StartJump");
FindWay = 3;
}
}
if (FindWay == 4) {
if (onground) {
gotoAndStop ("StartJump");
FindWay = 5;
}
}
if (FindWay == 3) {
if (_root.MoveMent02.hitTest(this._x, this._y, true)) {
FindWay = 0;
}
if (_root.MoveMent01.hitTest(this._x, this._y, true)) {
FindWay = 2;
}
if (((!onground) && (yspeed >= 1)) && (JumpTimes >= 1)) {
yspeed = -JumpPower;
gotoAndStop ("Jump");
Man.gotoAndPlay(1);
JumpTimes = JumpTimes - 1;
}
if (_currentframe != 5) {
if (_root.MoveMent02._x >= (_x + 50)) {
xspeed = xspeed + power;
_xscale = Xscale;
if (onground) {
gotoAndStop ("run");
}
if (!onground) {
gotoAndStop ("Jump");
}
} else if (_root.MoveMent02._x <= (_x - 50)) {
xspeed = xspeed - power;
_xscale = (-Xscale);
if (onground) {
gotoAndStop ("run");
}
if (!onground) {
gotoAndStop ("Jump");
}
} else {
FindWay = 0;
if (onground) {
gotoAndStop ("stand");
}
if (!onground) {
gotoAndStop ("Jump");
}
}
}
}
if (FindWay == 5) {
if (_root.MoveMent05.hitTest(this._x, this._y, true)) {
FindWay = 0;
}
xspeed = xspeed + power;
if (((!onground) && (yspeed >= 1)) && (JumpTimes >= 1)) {
yspeed = -JumpPower;
gotoAndStop ("Jump");
Man.gotoAndPlay(1);
JumpTimes = JumpTimes - 1;
}
}
if (Targget.HP >= 0.0001) {
Thinkmove = random(2) + 1;
if (Targget.hitbox.hitTest(this._x + 300, this._y, true)) {
if (Special >= 100) {
_xscale = Xscale;
gotoAndStop ("Attack");
Man.gotoAndPlay("Charging");
NoobPoint = 0;
fight = true;
ComboMove = 0;
}
}
if (Targget.hitbox.hitTest(this._x - 300, this._y, true)) {
if (Special >= 100) {
_xscale = (-Xscale);
gotoAndStop ("Attack");
Man.gotoAndPlay("Charging");
NoobPoint = 0;
fight = true;
ComboMove = 0;
}
}
if (Targget.hitbox.hitTest(this._x - 100, this._y, true) or (Targget.hitbox.hitTest(this._x - 50, this._y, true) or (Targget.hitbox.hitTest(this._x - 30, this._y, true) or (Targget.hitbox.hitTest(this._x - 10, this._y, true) or (Targget.hitbox.hitTest(this._x - 40, this._y, true) or Targget.hitbox.hitTest(this._x - 70, this._y, true)))))) {
if (Thinkmove == 1) {
_xscale = (-Xscale);
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack5");
NoobPoint = 0;
fight = true;
}
if (Thinkmove == 2) {
_xscale = (-Xscale);
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack19");
NoobPoint = 0;
fight = true;
}
}
if (Targget.hitbox.hitTest(this._x + 100, this._y, true) or (Targget.hitbox.hitTest(this._x + 50, this._y, true) or (Targget.hitbox.hitTest(this._x + 30, this._y, true) or (Targget.hitbox.hitTest(this._x + 10, this._y, true) or (Targget.hitbox.hitTest(this._x + 40, this._y, true) or Targget.hitbox.hitTest(this._x + 70, this._y, true)))))) {
if (Thinkmove == 1) {
_xscale = Xscale;
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack5");
NoobPoint = 0;
fight = true;
}
if (Thinkmove == 2) {
_xscale = Xscale;
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack19");
NoobPoint = 0;
fight = true;
}
}
if (Targget.hitbox.hitTest(this._x - 100, this._y - 80, true) or (Targget.hitbox.hitTest(this._x - 50, this._y - 80, true) or (Targget.hitbox.hitTest(this._x - 30, this._y - 80, true) or Targget.hitbox.hitTest(this._x - 10, this._y - 80, true)))) {
_xscale = Xscale;
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack21");
NoobPoint = 0;
fight = true;
}
if (Targget.hitbox.hitTest(this._x + 100, this._y - 80, true) or (Targget.hitbox.hitTest(this._x + 50, this._y - 80, true) or (Targget.hitbox.hitTest(this._x + 30, this._y - 80, true) or Targget.hitbox.hitTest(this._x + 10, this._y - 80, true)))) {
_xscale = Xscale;
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack21");
NoobPoint = 0;
fight = true;
}
if (Targget.hitbox.hitTest(this._x, this._y - 100, true)) {
_xscale = Xscale;
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack21");
NoobPoint = 0;
fight = true;
}
}
}
if (Mode == "Normal") {
CloseN = 100;
Distance = 500;
if (Tagget._x >= (_x + 300)) {
MoveIn = true;
} else if (Tagget._x <= (_x - 300)) {
MoveIn = true;
}
if (MoveIn == true) {
if (Tagget._x >= (_x + 70)) {
MoveIn = true;
xspeed = xspeed + power;
_xscale = Xscale;
gotoAndStop ("run");
} else if (Tagget._x <= (_x - 70)) {
MoveIn = true;
xspeed = xspeed - power;
_xscale = (-Xscale);
gotoAndStop ("run");
} else {
MoveIn = false;
gotoAndStop ("stand");
}
}
if (MoveIn == false) {
if (Tagget._x >= (_x + CloseN)) {
if ((_currentframe != 5) && (onground)) {
if ((!Tagget.fight) && (Tagget._xscale <= -1)) {
if (NoobPoint <= 150) {
xspeed = xspeed + (power / 2);
_xscale = Xscale;
gotoAndStop ("run");
}
}
if ((!_root.player.fight) && (Tagget._xscale >= 1)) {
gotoAndStop ("stand");
}
if (_root.player.fight) {
if (NoobPoint <= 150) {
xspeed = xspeed - 1;
_xscale = (-Xscale);
gotoAndStop ("run");
}
}
}
} else if (Tagget._x <= (_x - 100)) {
if ((_currentframe != 5) && (onground)) {
xspeed = xspeed - (power / 2);
_xscale = Xscale;
gotoAndStop ("run");
}
} else if ((_currentframe != 5) && (onground)) {
gotoAndStop ("stand");
}
}
}
}
if (!Bot) {
if (Key.isDown(RightKey)) {
if (!Key.isDown(BlockKey)) {
if (_currentframe != 5) {
xspeed = xspeed + power;
if (!onground) {
gotoAndStop ("Jump");
}
if (onground) {
if (!Key.isDown(BlockKey)) {
_xscale = Xscale;
}
gotoAndStop ("run");
}
}
}
} else if (Key.isDown(DownKey) && (onground)) {
if (_currentframe != 5) {
gotoAndStop ("Duck");
}
} else if (Key.isDown(LeftKey)) {
if (!Key.isDown(BlockKey)) {
if (_currentframe != 5) {
xspeed = xspeed - power;
if (!onground) {
gotoAndStop ("Jump");
}
if (onground) {
_xscale = (-Xscale);
gotoAndStop ("run");
}
}
}
} else {
if (!onground) {
gotoAndStop ("Jump");
}
if ((_currentframe != 5) && (onground)) {
gotoAndStop ("stand");
}
}
if (Key.isDown(JumpKey) && (onground)) {
gotoAndStop ("StartJump");
}
if (((Key.isDown(JumpKey) && (!onground)) && (pressJump)) && (JumpTimes >= 1)) {
yspeed = -JumpPower;
Man.gotoAndPlay(1);
JumpTimes = JumpTimes - 1;
}
}
if (onground) {
JumpTimes = 2;
}
if (Key.isDown(JumpKey)) {
pressJump = false;
} else {
pressJump = true;
}
if (onground) {
if (Key.isDown(BlockKey)) {
if (Key.isDown(RightKey)) {
if (_xscale >= 1) {
gotoAndStop ("Hurt");
Man.gotoAndPlay("Rollfront2");
fight = true;
}
if (_xscale <= -1) {
gotoAndStop ("Hurt");
Man.gotoAndPlay("RollBack2");
fight = true;
}
}
if (Key.isDown(LeftKey)) {
if (_xscale <= -1) {
gotoAndStop ("Hurt");
Man.gotoAndPlay("Rollfront2");
fight = true;
}
if (_xscale >= 1) {
gotoAndStop ("Hurt");
Man.gotoAndPlay("RollBack2");
fight = true;
}
}
}
}
if (Key.isDown(GrabKey)) {
gotoAndStop ("Attack");
Man.gotoAndPlay("GrabPlayer");
fight = true;
}
if (Key.isDown(SpecialKey)) {
if (_root.Special >= 100) {
if (_currentframe != 5) {
gotoAndStop ("Attack");
Man.gotoAndPlay("Charging");
fight = true;
}
}
}
if (Key.isDown(RightKey)) {
if (Key.isDown(PunchKey)) {
if (Attackpress == true) {
if (onground) {
if (_currentframe != 5) {
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack7");
fight = true;
}
} else {
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack12");
fight = true;
}
}
}
}
if (Key.isDown(LeftKey)) {
if (Key.isDown(PunchKey)) {
if (Attackpress == true) {
if (onground) {
if (_currentframe != 5) {
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack7");
fight = true;
}
} else {
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack12");
fight = true;
}
}
}
}
if (Key.isDown(UpKey)) {
if (Key.isDown(PunchKey)) {
if (Attackpress == true) {
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack14");
fight = true;
}
}
}
if (Key.isDown(DownKey)) {
if (Key.isDown(PunchKey)) {
if (Attackpress == true) {
if (onground) {
if (_currentframe != 5) {
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack18");
fight = true;
}
}
}
if (!onground) {
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack12");
fight = true;
}
}
}
if (!Key.isDown(RightKey)) {
if (!Key.isDown(LeftKey)) {
if (!Key.isDown(UpKey)) {
if (!Key.isDown(DownKey)) {
if (Key.isDown(PunchKey)) {
if (Attackpress == true) {
if (onground) {
if (_currentframe != 5) {
gotoAndStop ("Attack");
Man.gotoAndPlay(1);
fight = true;
}
} else {
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack12");
fight = true;
}
}
}
}
}
}
}
}
if (fight && (!Hurt)) {
if (!onground) {
if (Key.isDown(RightKey)) {
xspeed = xspeed + (power / 2);
} else if (Key.isDown(LeftKey)) {
xspeed = xspeed - (power / 2);
}
}
if (ComboMove == 1) {
if (Key.isDown(UpKey)) {
if (Key.isDown(PunchKey) && (onground)) {
if (Attackpress == true) {
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack14");
fight = true;
ComboMove = 0;
}
}
}
if (!Key.isDown(UpKey)) {
if (Key.isDown(PunchKey) && (onground)) {
if (Attackpress == true) {
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack2");
fight = true;
ComboMove = 0;
}
}
}
}
if (ComboMove == 2) {
if (Key.isDown(UpKey)) {
if (Key.isDown(PunchKey) && (onground)) {
if (Attackpress == true) {
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack14");
fight = true;
ComboMove = 0;
}
}
}
if (!Key.isDown(UpKey)) {
if (Key.isDown(PunchKey) && (onground)) {
if (Attackpress == true) {
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack3");
fight = true;
ComboMove = 0;
}
}
}
}
if (ComboMove == 3) {
if (Key.isDown(UpKey)) {
if (Key.isDown(PunchKey) && (onground)) {
if (Attackpress == true) {
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack14");
fight = true;
ComboMove = 0;
}
}
}
if (!Key.isDown(UpKey)) {
if (Key.isDown(DownKey)) {
if (Key.isDown(PunchKey) && (onground)) {
if (Attackpress == true) {
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack4");
fight = true;
ComboMove = 0;
}
}
}
}
if (!Key.isDown(DownKey)) {
if (Key.isDown(PunchKey) && (onground)) {
if (Attackpress == true) {
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack8");
fight = true;
ComboMove = 0;
}
}
}
}
if (ComboMove == 4) {
if (Key.isDown(UpKey)) {
if (Key.isDown(PunchKey) && (onground)) {
if (Attackpress == true) {
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack14");
fight = true;
ComboMove = 0;
}
}
}
if (!Key.isDown(UpKey)) {
if (Key.isDown(PunchKey) && (onground)) {
if (Attackpress == true) {
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack4");
fight = true;
ComboMove = 0;
}
}
}
}
if (ComboMove == 5) {
if (Key.isDown(UpKey)) {
if (Key.isDown(PunchKey) && (onground)) {
if (Attackpress == true) {
if (TaggedX != 0) {
TeleportEFFECT = _root.attachMovie("TeleportEFFECT", "TeleportEFFECT" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
TeleportEFFECT._x = this._x;
TeleportEFFECT._y = this._y;
TeleportEFFECT._xscale = 200;
TeleportEFFECT._yscale = 200;
this._x = this._x;
this._y = this._y;
this._x = TaggedMC._x;
this._y = TaggedMC._y;
}
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack14");
fight = true;
ComboMove = 0;
}
}
}
if (!Key.isDown(UpKey)) {
if (Key.isDown(PunchKey) && (onground)) {
if (Attackpress == true) {
if (TaggedX != 0) {
TeleportEFFECT = _root.attachMovie("TeleportEFFECT", "TeleportEFFECT" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
TeleportEFFECT._x = this._x;
TeleportEFFECT._y = this._y;
TeleportEFFECT._xscale = 200;
TeleportEFFECT._yscale = 200;
this._x = TaggedMC._x;
this._y = TaggedMC._y;
}
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack5");
fight = true;
ComboMove = 0;
}
}
}
}
if (ComboMove == 6) {
if (Key.isDown(UpKey)) {
if (Key.isDown(PunchKey) && (onground)) {
if (Attackpress == true) {
if (TaggedX != 0) {
TeleportEFFECT = _root.attachMovie("TeleportEFFECT", "TeleportEFFECT" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
TeleportEFFECT._x = this._x;
TeleportEFFECT._y = this._y;
TeleportEFFECT._xscale = 200;
TeleportEFFECT._yscale = 200;
this._x = TaggedMC._x;
this._y = TaggedMC._y;
}
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack14");
fight = true;
ComboMove = 0;
}
}
}
if (!Key.isDown(UpKey)) {
if (!Key.isDown(RightKey)) {
if (!Key.isDown(LeftKey)) {
if ((Key.isDown(PunchKey) and Key.isDown(DownKey)) && (onground)) {
if (Attackpress == true) {
if (TaggedX != 0) {
TeleportEFFECT = _root.attachMovie("TeleportEFFECT", "TeleportEFFECT" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
TeleportEFFECT._x = this._x;
TeleportEFFECT._y = this._y;
TeleportEFFECT._xscale = 200;
TeleportEFFECT._yscale = 200;
this._x = TaggedMC._x;
this._y = TaggedMC._y;
}
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack6");
fight = true;
ComboMove = 0;
}
}
}
}
}
}
if (ComboMove == 7) {
if (Key.isDown(UpKey)) {
if (Key.isDown(PunchKey) && (onground)) {
if (Attackpress == true) {
if (TaggedX != 0) {
TeleportEFFECT = _root.attachMovie("TeleportEFFECT", "TeleportEFFECT" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
TeleportEFFECT._x = this._x;
TeleportEFFECT._y = this._y;
TeleportEFFECT._xscale = 200;
TeleportEFFECT._yscale = 200;
this._x = TaggedMC._x;
this._y = TaggedMC._y;
}
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack14");
fight = true;
ComboMove = 0;
}
}
}
if (!Key.isDown(UpKey)) {
if (_xscale >= 1) {
if (Key.isDown(RightKey)) {
if (Key.isDown(PunchKey)) {
if (Attackpress == true) {
if (TaggedX != 0) {
TeleportEFFECT = _root.attachMovie("TeleportEFFECT", "TeleportEFFECT" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
TeleportEFFECT._x = this._x;
TeleportEFFECT._y = this._y;
TeleportEFFECT._xscale = 200;
TeleportEFFECT._yscale = 200;
this._x = TaggedMC._x;
this._y = TaggedMC._y;
xspeed = 20;
yspeed = 30;
}
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack11");
fight = true;
ComboMove = 0;
}
}
}
}
if (_xscale <= -1) {
if (Key.isDown(LeftKey)) {
if (Key.isDown(PunchKey)) {
if (Attackpress == true) {
if (TaggedX != 0) {
TeleportEFFECT = _root.attachMovie("TeleportEFFECT", "TeleportEFFECT" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
TeleportEFFECT._x = this._x;
TeleportEFFECT._y = this._y;
TeleportEFFECT._xscale = 200;
TeleportEFFECT._yscale = 200;
this._x = TaggedMC._x;
this._y = TaggedMC._y;
xspeed = -20;
yspeed = 30;
}
}
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack11");
fight = true;
ComboMove = 0;
}
}
}
if (!Key.isDown(RightKey)) {
if (!Key.isDown(LeftKey)) {
if (Key.isDown(PunchKey)) {
if (Attackpress == true) {
if (TaggedX != 0) {
TeleportEFFECT = _root.attachMovie("TeleportEFFECT", "TeleportEFFECT" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
TeleportEFFECT._x = this._x;
TeleportEFFECT._y = this._y;
TeleportEFFECT._xscale = 200;
TeleportEFFECT._yscale = 200;
this._x = TaggedMC._x;
this._y = TaggedMC._y;
}
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack7");
fight = true;
ComboMove = 0;
}
}
}
}
}
}
if (ComboMove == 8) {
if (Key.isDown(UpKey)) {
if (Key.isDown(PunchKey) && (onground)) {
if (Attackpress == true) {
if (TaggedX != 0) {
TeleportEFFECT = _root.attachMovie("TeleportEFFECT", "TeleportEFFECT" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
TeleportEFFECT._x = this._x;
TeleportEFFECT._y = this._y;
TeleportEFFECT._xscale = 200;
TeleportEFFECT._yscale = 200;
this._x = TaggedMC._x;
this._y = TaggedMC._y;
}
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack14");
fight = true;
ComboMove = 0;
}
}
}
if (!Key.isDown(UpKey)) {
if (Key.isDown(PunchKey)) {
if (Attackpress == true) {
if (TaggedX != 0) {
TeleportEFFECT = _root.attachMovie("TeleportEFFECT", "TeleportEFFECT" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
TeleportEFFECT._x = this._x;
TeleportEFFECT._y = this._y;
TeleportEFFECT._xscale = 200;
TeleportEFFECT._yscale = 200;
this._x = TaggedMC._x;
this._y = TaggedMC._y;
}
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack9");
fight = true;
ComboMove = 0;
}
}
}
}
if (ComboMove == 10) {
if (Key.isDown(UpKey)) {
if (Key.isDown(PunchKey) && (onground)) {
if (Attackpress == true) {
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack14");
fight = true;
ComboMove = 0;
}
}
}
if (!Key.isDown(UpKey)) {
if (Key.isDown(PunchKey)) {
if (Attackpress == true) {
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack10");
fight = true;
ComboMove = 0;
}
}
}
}
if (ComboMove == 12) {
if (Key.isDown(UpKey)) {
if (Key.isDown(PunchKey) && (onground)) {
if (Attackpress == true) {
if (TaggedX != 0) {
TeleportEFFECT = _root.attachMovie("TeleportEFFECT", "TeleportEFFECT" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
TeleportEFFECT._x = this._x;
TeleportEFFECT._y = this._y;
TeleportEFFECT._xscale = 200;
TeleportEFFECT._yscale = 200;
this._x = TaggedMC._x;
this._y = TaggedMC._y;
xspeed = TaggedMC.xspeed;
yspeed = TaggedMC.yspeed;
}
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack14");
fight = true;
ComboMove = 0;
}
}
}
if (!Key.isDown(UpKey)) {
if (Key.isDown(RightKey)) {
if (Key.isDown(PunchKey)) {
if (Attackpress == true) {
if (TaggedMC.Bounds == false) {
if (TaggedX != 0) {
TeleportEFFECT = _root.attachMovie("TeleportEFFECT", "TeleportEFFECT" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
TeleportEFFECT._x = this._x;
TeleportEFFECT._y = this._y;
TeleportEFFECT._xscale = 200;
TeleportEFFECT._yscale = 200;
TaggedMC.yspeed = 30;
this._x = TaggedMC._x;
this._y = TaggedMC._y;
}
}
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack15");
fight = true;
ComboMove = 0;
}
}
}
if (Key.isDown(LeftKey)) {
if (Key.isDown(PunchKey)) {
if (Attackpress == true) {
if (TaggedMC.Bounds == false) {
if (TaggedX != 0) {
TeleportEFFECT = _root.attachMovie("TeleportEFFECT", "TeleportEFFECT" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
TeleportEFFECT._x = this._x;
TeleportEFFECT._y = this._y;
TeleportEFFECT._xscale = 200;
TeleportEFFECT._yscale = 200;
TaggedMC.yspeed = 30;
this._x = TaggedMC._x;
this._y = TaggedMC._y;
}
}
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack15");
fight = true;
ComboMove = 0;
}
}
}
if (Key.isDown(DownKey)) {
if (Key.isDown(PunchKey)) {
if (Attackpress == true) {
if (TaggedX != 0) {
TeleportEFFECT = _root.attachMovie("TeleportEFFECT", "TeleportEFFECT" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
TeleportEFFECT._x = this._x;
TeleportEFFECT._y = this._y;
TeleportEFFECT._xscale = 200;
TeleportEFFECT._yscale = 200;
TaggedMC.yspeed = 30;
this._x = TaggedMC._x;
this._y = TaggedMC._y;
}
gotoAndStop ("Attack");
Man.gotoAndPlay("FlashCombo");
fight = true;
ComboMove = 0;
}
}
}
if (!Key.isDown(RightKey)) {
if (!Key.isDown(LeftKey)) {
if (!Key.isDown(DownKey)) {
if (Key.isDown(PunchKey)) {
if (Attackpress == true) {
if (TaggedX != 0) {
TeleportEFFECT = _root.attachMovie("TeleportEFFECT", "TeleportEFFECT" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
TeleportEFFECT._x = this._x;
TeleportEFFECT._y = this._y;
TeleportEFFECT._xscale = 200;
TeleportEFFECT._yscale = 200;
TaggedMC.yspeed = 30;
this._x = TaggedMC._x;
this._y = TaggedMC._y;
}
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack13");
fight = true;
ComboMove = 0;
}
}
}
}
}
}
}
if (ComboMove == 14) {
if (TaggedX != 0) {
if (Key.isDown(PunchKey)) {
if (Attackpress == true) {
TeleportEFFECT = _root.attachMovie("TeleportEFFECT", "TeleportEFFECT" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
TeleportEFFECT._x = this._x;
TeleportEFFECT._y = this._y;
TeleportEFFECT._xscale = 200;
TeleportEFFECT._yscale = 200;
this._x = TaggedMC._x;
this._y = TaggedMC._y;
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack16");
fight = true;
ComboMove = 0;
}
}
}
}
if (ComboMove == 15) {
if (TaggedX != 0) {
if (Key.isDown(PunchKey)) {
if (Attackpress == true) {
TeleportEFFECT = _root.attachMovie("TeleportEFFECT", "TeleportEFFECT" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
TeleportEFFECT._x = this._x;
TeleportEFFECT._y = this._y;
TeleportEFFECT._xscale = 200;
TeleportEFFECT._yscale = 200;
this._x = TaggedMC._x;
this._y = TaggedMC._y;
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack17");
fight = true;
ComboMove = 0;
}
}
}
}
if (ComboMove == 16) {
if (Key.isDown(PunchKey)) {
if (Attackpress == true) {
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack19");
fight = true;
ComboMove = 0;
}
}
}
if (ComboMove == 17) {
if (Key.isDown(PunchKey)) {
if (Attackpress == true) {
if (TaggedX != 0) {
TeleportEFFECT = _root.attachMovie("TeleportEFFECT", "TeleportEFFECT" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
TeleportEFFECT._x = this._x;
TeleportEFFECT._y = this._y;
TeleportEFFECT._xscale = 200;
TeleportEFFECT._yscale = 200;
TaggedMC.yspeed = 30;
this._x = TaggedMC._x;
this._y = TaggedMC._y;
}
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack20");
fight = true;
ComboMove = 0;
}
}
}
if (ComboMove == 18) {
if (Key.isDown(UpKey)) {
if (Key.isDown(PunchKey)) {
if (Attackpress == true) {
if (TaggedX != 0) {
TeleportEFFECT = _root.attachMovie("TeleportEFFECT", "TeleportEFFECT" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
TeleportEFFECT._x = this._x;
TeleportEFFECT._y = this._y;
TeleportEFFECT._xscale = 200;
TeleportEFFECT._yscale = 200;
TaggedMC.xspeed = 0;
yspeed = 30;
this._x = TaggedMC._x;
this._y = TaggedMC._y;
}
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack21");
fight = true;
ComboMove = 0;
}
}
}
}
}
if (Freeze >= 0) {
if (Key.isDown(PunchKey)) {
Attackpress = false;
} else {
Attackpress = true;
}
if (onair && (onground)) {
gotoAndStop (1);
onair = false;
}
if ((Hurt && (flying)) && (onground)) {
gotoAndStop ("Hurt");
Man.gotoAndPlay("LandH");
flying = false;
}
if (HP >= 0.001) {
if (((Hurt && (flying)) && (RightWall)) && (!onground)) {
if (Key.isDown(BlockKey)) {
xspeed = 0;
yspeed = 0;
_xscale = (-Xscale);
gotoAndStop ("Hurt");
Man.gotoAndPlay("JumpOff");
flying = false;
}
}
if (((Hurt && (flying)) && (LeftWall)) && (!onground)) {
if (Key.isDown(BlockKey)) {
xspeed = 0;
yspeed = 0;
_xscale = Xscale;
gotoAndStop ("Hurt");
Man.gotoAndPlay("JumpOff");
flying = false;
}
}
}
}
if (HP <= 0) {
Hurt = true;
}
if (_currentframe == 1) {
CanHit = false;
hitbox.gotoAndStop(1);
if ((DieAni == 0) && (this.HP <= 0.0001)) {
DieAni = 1;
}
onair = false;
TaggedX = 0;
TaggedY = 0;
friction = 0.7;
fight = false;
Hurt = false;
ComboMove = 0;
if (_name == "player") {
_root.Cam.Zoomer = 0;
_root.BotReadP1 = "stand";
}
}
if ((_name == "player") && (_root.Hud.HurtScreen._alpha >= 1)) {
_root.Hud.HurtScreen._alpha = _root.Hud.HurtScreen._alpha - 10;
}
if (_currentframe == 2) {
CanHit = false;
if ((DieAni == 0) && (this.HP <= 0)) {
DieAni = 1;
}
onair = false;
TaggedX = 0;
TaggedY = 0;
friction = 0.7;
fight = false;
Hurt = false;
ComboMove = 0;
if (_name == "player") {
_root.Cam.Zoomer = 0;
_root.BotReadP1 = "run";
}
}
if (_currentframe == 5) {
CanHit = false;
}
if (_currentframe == 6) {
CanHit = false;
onair = false;
}
if (_currentframe == 9) {
Hurt = true;
fight = false;
ComboMove = 0;
if (_name == "player") {
_root.Cam.Zoomer = 2;
}
}
if (_currentframe == 10) {
CanHit = false;
fight = true;
}
if (timmer <= 0) {
timmer = timmer + 1;
}
if (delay <= 1) {
delay = delay + 1;
}
var _local3 = 0;
while (_local3 < _root.McPlayer.length) {
temporaryMc = _root.McPlayer[_local3];
if ((temporaryMc._name != this._name) && (temporaryMc.Team != this.Team)) {
if (this.HP >= 0.001) {
if (timmer >= 0) {
if (temporaryMc.Man.MegaHandHit.hitTest(this.hitbox)) {
Hitter = temporaryMc;
if (Hitter._name == "player") {
_root.Hud.Combo.ResetTimer = 0;
_root.Hud.Combo.Hit = _root.Hud.Combo.Hit + 1;
_root.Special = _root.Special + 0.5;
if (Hitter.hitbox.hitTest(_root.Cam)) {
_root.Cam.shake = 3;
}
} else {
Special = Special + 0.5;
}
RE = _root.attachMovie("HitS", "HitS" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
RE._y = Hitter._y - 20;
RE._xscale = 40;
RE._yscale = 40;
if (Hitter.Freeze >= 0) {
Hitter.Freeze = 0;
timmer = Hitter.Freeze;
Freeze = Hitter.Freeze;
Hitter.Man.stop();
DieAni = 1;
}
HP = HP - 80;
Hitter.TaggedX = Hitter._x;
Hitter.TaggedY = Hitter._y;
Hitter.TaggedMC = this;
HandSlap1.start(0, 1);
if (Hitter._xscale >= 1) {
RE._x = Hitter._x + 70;
_xscale = (-Xscale);
}
if (Hitter._xscale <= -1) {
RE._x = Hitter._x - 70;
_xscale = Xscale;
}
Hurt = true;
gotoAndStop ("Hurt");
Man.gotoAndPlay(1);
}
if (temporaryMc.Man.Slap01.hitTest(this.hitbox)) {
Hitter = temporaryMc;
if (Hitter._name == "player") {
_root.Hud.Combo.ResetTimer = 0;
_root.Hud.Combo.Hit = _root.Hud.Combo.Hit + 1;
_root.Special = _root.Special + 0.5;
if (Hitter.hitbox.hitTest(_root.Cam)) {
_root.Cam.shake = 3;
}
} else {
Special = Special + 0.5;
}
RE = _root.attachMovie("HitS", "HitS" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
RE._y = Hitter._y - 20;
RE._xscale = 40;
RE._yscale = 40;
if (Hitter.Freeze >= 0) {
Hitter.Freeze = 0;
timmer = Hitter.Freeze;
Freeze = Hitter.Freeze;
Hitter.Man.stop();
DieAni = 1;
}
HP = HP - 3;
Hitter.TaggedX = Hitter._x;
Hitter.TaggedY = Hitter._y;
Hitter.TaggedMC = this;
HandSlap1.start(0, 1);
if (Hitter._xscale >= 1) {
RE._x = Hitter._x + 70;
_xscale = (-Xscale);
}
if (Hitter._xscale <= -1) {
RE._x = Hitter._x - 70;
_xscale = Xscale;
}
Hurt = true;
gotoAndStop ("Hurt");
Man.gotoAndPlay(1);
}
if (temporaryMc.Man.Slap02.hitTest(this.hitbox)) {
Hitter = temporaryMc;
if (Hitter._name == "player") {
_root.Hud.Combo.ResetTimer = 0;
_root.Hud.Combo.Hit = _root.Hud.Combo.Hit + 1;
_root.Special = _root.Special + 0.5;
if (Hitter.hitbox.hitTest(_root.Cam)) {
_root.Cam.shake = 3;
}
} else {
Special = Special + 0.5;
}
RE = _root.attachMovie("HitS", "HitS" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
RE._y = Hitter._y - 20;
RE._xscale = 40;
RE._yscale = 40;
if (Hitter.Freeze >= 0) {
Hitter.Freeze = 0;
timmer = Hitter.Freeze;
Freeze = Hitter.Freeze;
Hitter.Man.stop();
DieAni = 1;
}
HP = HP - 3;
Hitter.TaggedX = Hitter._x;
Hitter.TaggedY = Hitter._y;
Hitter.TaggedMC = this;
HandSlap1.start(0, 1);
if (Hitter._xscale >= 1) {
RE._x = Hitter._x + 70;
_xscale = (-Xscale);
}
if (Hitter._xscale <= -1) {
RE._x = Hitter._x - 70;
_xscale = Xscale;
}
Hurt = true;
gotoAndStop ("Hurt");
Man.gotoAndPlay(1);
}
if (temporaryMc.Man.Slap03.hitTest(this.hitbox)) {
Hitter = temporaryMc;
gravity = 0.8;
friction = 0.8;
if (Hitter._name == "player") {
_root.Hud.Combo.ResetTimer = 0;
_root.Hud.Combo.Hit = _root.Hud.Combo.Hit + 1;
_root.Special = _root.Special + 0.5;
if (Hitter.hitbox.hitTest(_root.Cam)) {
_root.Cam.shake = 3;
}
} else {
Special = Special + 0.5;
}
RE = _root.attachMovie("HitS", "HitS" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
RE._y = Hitter._y - 20;
RE._xscale = 40;
RE._yscale = 40;
if (Hitter.Freeze >= 0) {
Hitter.Freeze = 0;
timmer = Hitter.Freeze;
Freeze = Hitter.Freeze;
Hitter.Man.stop();
DieAni = 1;
}
Hitter.TaggedX = Hitter._x;
Hitter.TaggedY = Hitter._y;
Hitter.TaggedMC = this;
HP = HP - 3;
HandSlap1.start(0, 1);
yspeed = 0;
if (Hitter._xscale >= 1) {
xspeed = 10;
RE._x = Hitter._x + 70;
_xscale = (-Xscale);
}
if (Hitter._xscale <= -1) {
xspeed = -10;
RE._x = Hitter._x - 70;
_xscale = Xscale;
}
Hurt = true;
gotoAndStop ("Hurt");
Man.gotoAndPlay(1);
}
if (temporaryMc.Man.Slap04.hitTest(this.hitbox)) {
Hitter = temporaryMc;
if (Hitter._name == "player") {
_root.Hud.Combo.ResetTimer = 0;
_root.Hud.Combo.Hit = _root.Hud.Combo.Hit + 1;
_root.Special = _root.Special + 0.5;
if (Hitter.hitbox.hitTest(_root.Cam)) {
_root.Cam.shake = 5;
}
} else {
Special = Special + 0.5;
}
friction = 0.99;
RE = _root.attachMovie("HitS", "HitS" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
RE._y = Hitter._y - 20;
RE._xscale = 10;
RE._yscale = 10;
if (Hitter.Freeze >= 0) {
Hitter.Freeze = 0;
timmer = Hitter.Freeze;
Freeze = Hitter.Freeze;
Hitter.Man.stop();
DieAni = 1;
}
Hitter.xspeed = xspeed;
Hitter.TaggedX = Hitter._x;
Hitter.TaggedY = Hitter._y;
Hitter.TaggedMC = this;
HP = HP - 3;
HP3.start(0, 1);
Twack1.start(0, 1);
yspeed = -15;
if (Hitter._xscale >= 1) {
RE._x = Hitter._x + 50;
xspeed = 40;
_xscale = (-Xscale);
}
if (Hitter._xscale <= -1) {
RE._x = Hitter._x - 50;
xspeed = -40;
_xscale = Xscale;
}
Hurt = true;
onground = false;
flying = true;
gravity = 0.4;
gotoAndStop ("Hurt");
Man.gotoAndPlay("FlyAway");
}
if (temporaryMc.Man.SlapHard01.hitTest(this.hitbox)) {
friction = 0.95;
Hitter = temporaryMc;
if (Hitter._name == "player") {
_root.Hud.Combo.ResetTimer = 0;
_root.Hud.Combo.Hit = _root.Hud.Combo.Hit + 1;
_root.Special = _root.Special + 1;
} else {
Special = Special + 1;
}
RE = _root.attachMovie("HitS", "HitS" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
RE._y = Hitter._y - 20;
RE._xscale = 40;
RE._yscale = 40;
HP2.start(0, 1);
yspeed = -8;
if (Hitter.hitbox.hitTest(_root.Cam)) {
_root.Cam.shake = 5;
}
if (Hitter.Freeze >= 0) {
Hitter.Freeze = -6;
timmer = Hitter.Freeze;
Freeze = Hitter.Freeze;
Hitter.Man.stop();
}
Hitter.TaggedX = Hitter._x;
Hitter.TaggedY = Hitter._y;
Hitter.TaggedMC = this;
HP = HP - 4;
if (Hitter._xscale >= 1) {
if (!RightWall) {
xspeed = Hitter.xspeed + 40;
}
RE._x = Hitter._x + 50;
_xscale = (-Xscale);
}
if (Hitter._xscale <= -1) {
if (!LeftWall) {
xspeed = Hitter.xspeed - 40;
}
RE._x = Hitter._x - 50;
_xscale = Xscale;
}
Hurt = true;
onground = false;
flying = true;
gravity = 0.4;
gotoAndStop ("Hurt");
Man.gotoAndPlay("FlyAway");
DieAni = 1;
}
if (temporaryMc.Man.SlapHard02.hitTest(this.hitbox)) {
friction = 0.95;
Hitter = temporaryMc;
if (Hitter._name == "player") {
_root.Hud.Combo.ResetTimer = 0;
_root.Hud.Combo.Hit = _root.Hud.Combo.Hit + 1;
_root.Special = _root.Special + 1;
} else {
Special = Special + 1;
}
RE = _root.attachMovie("HitS", "HitS" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
RE._y = Hitter._y - 50;
RE._xscale = 40;
RE._yscale = 40;
HandSlap1.start(0, 1);
Twack1.start(0, 1);
yspeed = -20;
if (Hitter.hitbox.hitTest(_root.Cam)) {
_root.Cam.shake = 5;
}
if (Hitter.Freeze >= 0) {
Hitter.Freeze = -3;
timmer = Hitter.Freeze;
Freeze = Hitter.Freeze;
Hitter.Man.stop();
}
Hitter.TaggedX = Hitter._x;
Hitter.TaggedY = Hitter._y;
Hitter.TaggedMC = this;
HP = HP - 4;
if (Hitter._xscale >= 1) {
xspeed = 0;
RE._x = Hitter._x;
_xscale = (-Xscale);
}
if (Hitter._xscale <= -1) {
xspeed = 0;
RE._x = Hitter._x;
_xscale = Xscale;
}
Hurt = true;
onground = false;
flying = true;
gravity = 0.4;
gotoAndStop ("Hurt");
Man.gotoAndPlay("FlyAway");
DieAni = 1;
}
if (temporaryMc.Man.FastSlap.hitTest(this.hitbox)) {
Hitter = temporaryMc;
if (Hitter._name == "player") {
_root.Hud.Combo.ResetTimer = 0;
_root.Hud.Combo.Hit = _root.Hud.Combo.Hit + 1;
_root.Special = _root.Special + 0.5;
if (Hitter.hitbox.hitTest(_root.Cam)) {
_root.Cam.shake = 0.5;
}
_root.Cam.Zoomer = 1;
} else {
Special = Special + 0.5;
}
friction = 0.99;
RE = _root.attachMovie("HitS", "HitS" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
RE._y = Hitter._y - 20;
RE._xscale = 10;
RE._yscale = 10;
if (Hitter.Freeze >= 0) {
Hitter.Freeze = 0;
timmer = Hitter.Freeze;
Freeze = Hitter.Freeze;
Hitter.Man.stop();
}
Hitter.xspeed = xspeed;
HP = HP - 0.5;
HandSlap1.start(0, 1);
if (Hitter._xscale >= 1) {
RE._x = Hitter._x + 50;
xspeed = 3;
_xscale = (-Xscale);
}
if (Hitter._xscale <= -1) {
RE._x = Hitter._x - 50;
xspeed = -3;
_xscale = Xscale;
}
Hurt = true;
gotoAndStop ("Hurt");
Man.gotoAndPlay(1);
DieAni = 1;
}
if (temporaryMc.Man.hit1.hitTest(this.hitbox)) {
Hitter = temporaryMc;
if (Hitter._name == "player") {
_root.Hud.Combo.ResetTimer = 0;
_root.Hud.Combo.Hit = _root.Hud.Combo.Hit + 1;
_root.Special = _root.Special + 0.5;
} else {
Special = Special + 0.5;
}
RE = _root.attachMovie("HitS", "HitS" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
RE._y = Hitter._y - 20;
RE._xscale = 20;
RE._yscale = 20;
if (Hitter.Freeze >= 0) {
Hitter.Freeze = -3;
timmer = Hitter.Freeze;
Freeze = Hitter.Freeze;
Hitter.Man.stop();
}
HP = HP - 1;
HP3.start(0, 1);
if (Hitter._xscale >= 1) {
RE._x = Hitter._x + 50;
_xscale = (-Xscale);
}
if (Hitter._xscale <= -1) {
RE._x = Hitter._x - 50;
_xscale = Xscale;
}
Hurt = true;
gotoAndStop ("Hurt");
Man.gotoAndPlay(1);
DieAni = 1;
}
if (temporaryMc.Man.hit2.hitTest(this.hitbox)) {
Hitter = temporaryMc;
if (Hitter._name == "player") {
_root.Hud.Combo.ResetTimer = 0;
_root.Hud.Combo.Hit = _root.Hud.Combo.Hit + 1;
_root.Special = _root.Special + 0.5;
} else {
Special = Special + 0.5;
}
RE = _root.attachMovie("HitS", "HitS" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
RE._y = Hitter._y - 20;
RE._xscale = 20;
RE._yscale = 20;
HP1.start(0, 1);
if (Hitter.Freeze >= 0) {
Hitter.Freeze = -3;
timmer = Hitter.Freeze;
Freeze = Hitter.Freeze;
Hitter.Man.stop();
}
HP = HP - 1;
if (Hitter._xscale >= 1) {
RE._x = Hitter._x + 50;
_xscale = (-Xscale);
}
if (Hitter._xscale <= -1) {
RE._x = Hitter._x - 50;
_xscale = Xscale;
}
Hurt = true;
gotoAndStop ("Hurt");
Man.gotoAndPlay(1);
DieAni = 1;
}
if (temporaryMc.Man.hit3.hitTest(this.hitbox)) {
Hitter = temporaryMc;
if (Hitter._name == "player") {
_root.Hud.Combo.ResetTimer = 0;
_root.Hud.Combo.Hit = _root.Hud.Combo.Hit + 1;
_root.Special = _root.Special + 0.5;
} else {
Special = Special + 0.5;
}
RE = _root.attachMovie("HitS", "HitS" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
RE._y = Hitter._y;
RE._xscale = 20;
RE._yscale = 20;
HP2.start(0, 1);
if (Hitter.Freeze >= 0) {
Hitter.Freeze = -3;
timmer = Hitter.Freeze;
Freeze = Hitter.Freeze;
Hitter.Man.stop();
}
HP = HP - 1;
if (Hitter._xscale >= 1) {
xspeed = Hitter.xspeed + 5;
RE._x = Hitter._x + 50;
_xscale = (-Xscale);
}
if (Hitter._xscale <= -1) {
xspeed = Hitter.xspeed - 5;
RE._x = Hitter._x - 50;
_xscale = Xscale;
}
Hurt = true;
gotoAndStop ("Hurt");
Man.gotoAndPlay("Hurt2");
DieAni = 1;
}
if (temporaryMc.Man.hit4.hitTest(this.hitbox)) {
friction = 0.95;
Hitter = temporaryMc;
if (Hitter._name == "player") {
_root.Hud.Combo.ResetTimer = 0;
_root.Hud.Combo.Hit = _root.Hud.Combo.Hit + 1;
_root.Special = _root.Special + 1;
} else {
Special = Special + 1;
}
RE = _root.attachMovie("HitS", "HitS" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
RE._y = Hitter._y - 20;
RE._xscale = 40;
RE._yscale = 40;
HP2.start(0, 1);
yspeed = -5;
if (Hitter.hitbox.hitTest(_root.Cam)) {
_root.Cam.shake = 5;
}
if (Hitter.Freeze >= 0) {
Hitter.Freeze = -3;
timmer = Hitter.Freeze;
Freeze = Hitter.Freeze;
Hitter.Man.stop();
}
Hitter.TaggedX = Hitter._x;
Hitter.TaggedY = Hitter._y;
Hitter.TaggedMC = this;
HP = HP - 2;
if (Hitter._xscale >= 1) {
if (!RightWall) {
xspeed = Hitter.xspeed + 20;
}
RE._x = Hitter._x + 50;
_xscale = (-Xscale);
}
if (Hitter._xscale <= -1) {
if (!LeftWall) {
xspeed = Hitter.xspeed - 20;
}
RE._x = Hitter._x - 50;
_xscale = Xscale;
}
Hurt = true;
onground = false;
flying = true;
gravity = 0.4;
gotoAndStop ("Hurt");
Man.gotoAndPlay("FlyAway");
DieAni = 1;
}
if (temporaryMc.Man.hit5.hitTest(this.hitbox)) {
friction = 0.95;
Hitter = temporaryMc;
if (Hitter._name == "player") {
_root.Hud.Combo.ResetTimer = 0;
_root.Hud.Combo.Hit = _root.Hud.Combo.Hit + 1;
_root.Special = _root.Special + 1;
} else {
Special = Special + 1;
}
RE = _root.attachMovie("HitS", "HitS" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
RE._y = Hitter._y - 20;
RE._xscale = 40;
RE._yscale = 40;
Twack1.start(0, 1);
HP1.start(0, 1);
BB.start(0, 1);
yspeed = -15;
if (Hitter.hitbox.hitTest(_root.Cam)) {
_root.Cam.shake = 5;
}
if (Hitter.Freeze >= 0) {
Hitter.Freeze = -3;
timmer = Hitter.Freeze;
Freeze = Hitter.Freeze;
Hitter.Man.stop();
}
HP = HP - 2;
Hitter.TaggedX = Hitter._x;
Hitter.TaggedY = Hitter._y;
Hitter.TaggedMC = this;
if (Hitter._xscale >= 1) {
if (!RightWall) {
xspeed = Hitter.xspeed + 15;
}
RE._x = Hitter._x + 50;
_xscale = (-Xscale);
}
if (Hitter._xscale <= -1) {
if (!LeftWall) {
xspeed = Hitter.xspeed - 15;
}
RE._x = Hitter._x - 50;
_xscale = Xscale;
}
Hurt = true;
onground = false;
flying = true;
gravity = 0.4;
gotoAndStop ("Hurt");
Man.gotoAndPlay("FlyAway");
DieAni = 1;
}
if (temporaryMc.Man.hit6.hitTest(this.hitbox)) {
friction = 0.95;
Hitter = temporaryMc;
if (Hitter._name == "player") {
_root.Hud.Combo.ResetTimer = 0;
_root.Hud.Combo.Hit = _root.Hud.Combo.Hit + 1;
_root.Special = _root.Special + 1;
} else {
Special = Special + 1;
}
RE = _root.attachMovie("HitS", "HitS" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
RE._y = Hitter._y - 20;
RE._xscale = 40;
RE._yscale = 40;
Twack2.start(0, 1);
HP1.start(0, 1);
BB.start(0, 1);
yspeed = 20;
if (Hitter.hitbox.hitTest(_root.Cam)) {
_root.Cam.shake = 5;
}
if (Hitter.Freeze >= 0) {
Hitter.Freeze = -3;
timmer = Hitter.Freeze;
Freeze = Hitter.Freeze;
Hitter.Man.stop();
}
HP = HP - 2;
Hitter.TaggedX = Hitter._x;
Hitter.TaggedY = Hitter._y;
Hitter.TaggedMC = this;
if (Hitter._xscale >= 1) {
if (!RightWall) {
xspeed = Hitter.xspeed + 15;
}
RE._x = Hitter._x + 50;
_xscale = (-Xscale);
}
if (Hitter._xscale <= -1) {
if (!LeftWall) {
xspeed = Hitter.xspeed - 15;
}
RE._x = Hitter._x - 50;
_xscale = Xscale;
}
Hurt = true;
onground = false;
flying = true;
gravity = 0.4;
gotoAndStop ("Hurt");
Man.gotoAndPlay("FlyAway");
DieAni = 1;
}
if (temporaryMc.Man.hit7.hitTest(this.hitbox)) {
Bounds = true;
friction = 0.95;
Hitter = temporaryMc;
if (Hitter._name == "player") {
_root.Hud.Combo.ResetTimer = 0;
_root.Hud.Combo.Hit = _root.Hud.Combo.Hit + 1;
_root.Special = _root.Special + 1;
} else {
Special = Special + 1;
}
RE = _root.attachMovie("HitS", "HitS" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
RE._y = Hitter._y - 20;
RE._xscale = 40;
RE._yscale = 40;
Twack1.start(0, 1);
HP1.start(0, 1);
BB.start(0, 1);
yspeed = -10;
if (Hitter.hitbox.hitTest(_root.Cam)) {
_root.Cam.shake = 5;
}
if (Hitter.Freeze >= 0) {
Hitter.Freeze = -3;
timmer = Hitter.Freeze;
Freeze = Hitter.Freeze;
Hitter.Man.stop();
}
Hitter.TaggedX = Hitter._x;
Hitter.TaggedY = Hitter._y;
Hitter.TaggedMC = this;
HP = HP - 3;
if (Hitter._xscale >= 1) {
if (!RightWall) {
xspeed = Hitter.xspeed + 45;
} else {
xspeed = -20;
}
RE._x = Hitter._x + 50;
_xscale = (-Xscale);
}
if (Hitter._xscale <= -1) {
if (!LeftWall) {
xspeed = Hitter.xspeed - 45;
} else {
xspeed = 20;
}
RE._x = Hitter._x - 50;
_xscale = Xscale;
}
Hurt = true;
onground = false;
flying = true;
gravity = 0.7;
gotoAndStop ("Hurt");
Man.gotoAndPlay("FlyAway");
DieAni = 1;
}
if (temporaryMc.Man.hit9.hitTest(this.hitbox)) {
friction = 0.95;
Hitter = temporaryMc;
if (Hitter._name == "player") {
_root.Hud.Combo.ResetTimer = 0;
_root.Hud.Combo.Hit = _root.Hud.Combo.Hit + 1;
_root.Special = _root.Special + 1;
} else {
Special = Special + 1;
}
RE = _root.attachMovie("HitS", "HitS" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
RE._y = Hitter._y - 20;
RE._xscale = 40;
RE._yscale = 40;
Twack2.start(0, 1);
HP1.start(0, 1);
BB.start(0, 1);
yspeed = -10;
if (Hitter.hitbox.hitTest(_root.Cam)) {
_root.Cam.shake = 5;
}
if (Hitter.Freeze >= 0) {
Hitter.Freeze = -3;
timmer = Hitter.Freeze;
Freeze = Hitter.Freeze;
Hitter.Man.stop();
}
Hitter.TaggedX = Hitter._x;
Hitter.TaggedY = Hitter._y;
Hitter.TaggedMC = this;
HP = HP - 3;
if (Hitter._xscale >= 1) {
if (!RightWall) {
xspeed = Hitter.xspeed + 35;
}
RE._x = Hitter._x + 50;
_xscale = (-Xscale);
}
if (Hitter._xscale <= -1) {
if (!LeftWall) {
xspeed = Hitter.xspeed - 35;
}
RE._x = Hitter._x - 50;
_xscale = Xscale;
}
Hurt = true;
onground = false;
flying = true;
gravity = 0.8;
gotoAndStop ("Hurt");
Man.gotoAndPlay("FlyAway");
DieAni = 1;
}
if (temporaryMc.Man.hit10.hitTest(this.hitbox)) {
friction = 0.95;
Hitter = temporaryMc;
if (Hitter._name == "player") {
_root.Hud.Combo.ResetTimer = 0;
_root.Hud.Combo.Hit = _root.Hud.Combo.Hit + 1;
_root.Special = _root.Special + 1;
} else {
Special = Special + 1;
}
RE = _root.attachMovie("HitS", "HitS" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
RE._y = this._y;
RE._x = this._x;
RE._xscale = 20;
RE._yscale = 20;
Twack2.start(0, 1);
HP1.start(0, 1);
BB.start(0, 1);
yspeed = -5;
if (Hitter.hitbox.hitTest(_root.Cam)) {
_root.Cam.shake = 5;
}
HP = HP - 2;
if (Hitter.Freeze >= 0) {
Hitter.Freeze = 0;
timmer = Hitter.Freeze;
Freeze = Hitter.Freeze;
Hitter.Man.stop();
}
Hitter.TaggedX = Hitter._x;
Hitter.TaggedY = Hitter._y;
Hitter.TaggedMC = this;
if (Hitter._xscale >= 1) {
xspeed = 0;
_xscale = (-Xscale);
}
if (Hitter._xscale <= -1) {
xspeed = 0;
_xscale = Xscale;
}
Hurt = true;
onground = false;
flying = true;
_y = (_y - 3);
gravity = 0.3;
gotoAndStop ("Hurt");
Man.gotoAndPlay("FlyAway");
DieAni = 1;
}
if (temporaryMc.Man.hit11.hitTest(this.hitbox)) {
Hitter = temporaryMc;
if (Hitter._name == "player") {
_root.Hud.Combo.ResetTimer = 0;
_root.Hud.Combo.Hit = _root.Hud.Combo.Hit + 1;
_root.Special = _root.Special + 1;
} else {
Special = Special + 1;
}
RE = _root.attachMovie("HitS", "HitS" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
RE._y = this._y;
RE._x = this._x;
RE._xscale = 20;
RE._yscale = 20;
Twack1.start(0, 1);
HP1.start(0, 1);
BB.start(0, 1);
if (!onground) {
yspeed = 8;
gravity = 0.3;
friction = 0.95;
} else {
friction = 0.95;
yspeed = -10;
gravity = 0.3;
}
if (Hitter.hitbox.hitTest(_root.Cam)) {
_root.Cam.shake = 5;
}
HP = HP - 3;
if (Hitter.Freeze >= 0) {
Hitter.Freeze = -3;
timmer = Hitter.Freeze;
Freeze = Hitter.Freeze;
Hitter.Man.stop();
}
Hitter.TaggedX = Hitter._x;
Hitter.TaggedY = Hitter._y;
Hitter.TaggedMC = this;
if (Hitter._xscale >= 1) {
if (onground) {
xspeed = 10;
}
_xscale = (-Xscale);
}
if (Hitter._xscale <= -1) {
if (onground) {
xspeed = -10;
}
_xscale = Xscale;
}
Hurt = true;
onground = false;
flying = true;
_y = (_y - 3);
gotoAndStop ("Hurt");
Man.gotoAndPlay("FlyAway");
DieAni = 1;
}
if (temporaryMc.Man.hit12.hitTest(this.hitbox)) {
Hitter = temporaryMc;
if (Hitter._name == "player") {
_root.Hud.Combo.ResetTimer = 0;
_root.Hud.Combo.Hit = _root.Hud.Combo.Hit + 1;
_root.Special = _root.Special + 0.5;
_root.Cam.Zoomer = 1;
} else {
Special = Special + 0.5;
}
if (Hitter.hitbox.hitTest(_root.Cam)) {
_root.Cam.shake = 0.5;
}
friction = 0.99;
RE = _root.attachMovie("HitS", "HitS" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
RE._y = Hitter._y - 20;
RE._xscale = 10;
RE._yscale = 10;
if (Hitter.Freeze >= 0) {
Hitter.Freeze = 0;
timmer = Hitter.Freeze;
Freeze = Hitter.Freeze;
Hitter.Man.stop();
}
Hitter.xspeed = xspeed;
HP = HP - 0.5;
HP3.start(0, 1);
if (Hitter._xscale >= 1) {
RE._x = Hitter._x + 50;
xspeed = 20;
_xscale = (-Xscale);
}
if (Hitter._xscale <= -1) {
RE._x = Hitter._x - 50;
xspeed = -20;
_xscale = Xscale;
}
Hurt = true;
gotoAndStop ("Hurt");
Man.gotoAndPlay(1);
DieAni = 1;
}
if (delay >= 0) {
if (temporaryMc.Man.UpSlap.hitTest(this.hitbox)) {
friction = 0.95;
Hitter = temporaryMc;
gravity = 0.4;
if (Hitter._name == "player") {
_root.Hud.Combo.ResetTimer = 0;
_root.Hud.Combo.Hit = _root.Hud.Combo.Hit + 1;
_root.Special = _root.Special + 1;
} else {
Special = Special + 1;
}
RE = _root.attachMovie("HitS", "HitS" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
RE._y = this._y;
RE._x = this._x;
RE._xscale = 20;
RE._yscale = 20;
Twack2.start(0, 1);
yspeed = -8;
if (Hitter.hitbox.hitTest(_root.Cam)) {
_root.Cam.shake = 0;
}
if (Hitter.Freeze >= 0) {
Hitter.Freeze = 0;
timmer = Hitter.Freeze;
Freeze = Hitter.Freeze;
Hitter.Man.stop();
}
Hitter.TaggedX = Hitter._x;
Hitter.TaggedY = Hitter._y;
Hitter.TaggedMC = this;
if (onground) {
yspeed = -8;
}
HP = HP - 1;
if (Hitter._xscale >= 1) {
xspeed = -7;
_xscale = (-Xscale);
}
if (Hitter._xscale <= -1) {
xspeed = 7;
_xscale = Xscale;
}
Hurt = true;
onground = false;
flying = true;
delay = -10;
gotoAndStop ("Hurt");
Man.gotoAndPlay("FlyAway");
DieAni = 1;
}
if (temporaryMc.Man.hit13.hitTest(this.hitbox)) {
friction = 0.99;
Hitter = temporaryMc;
if (Hitter._name == "player") {
_root.Hud.Combo.ResetTimer = 0;
_root.Hud.Combo.Hit = _root.Hud.Combo.Hit + 1;
_root.Special = _root.Special + 0.5;
} else {
Special = Special + 0.5;
}
RE = _root.attachMovie("HitS", "HitS" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
RE._y = this._y;
RE._x = this._x;
RE._xscale = 20;
RE._yscale = 20;
if (Hitter.hitbox.hitTest(_root.Cam)) {
_root.Cam.shake = 1;
}
if (Hitter.Freeze >= 0) {
Hitter.Freeze = -3;
timmer = Hitter.Freeze;
Freeze = Hitter.Freeze;
Hitter.Man.stop();
}
delay = -10;
Hitter.xspeed = xspeed;
Hitter.TaggedX = Hitter._x;
Hitter.TaggedY = Hitter._y;
Hitter.TaggedMC = this;
Twack2.start(0, 1);
BB.start(0, 1);
yspeed = -20;
HP = HP - 2;
if (Hitter._x >= this._x) {
xspeed = -20;
_xscale = (-Xscale);
}
if (Hitter._x <= this._x) {
xspeed = 20;
_xscale = Xscale;
}
gravity = 0.6;
Hurt = true;
flying = true;
gotoAndStop ("Hurt");
Man.gotoAndPlay("FlyAway");
DieAni = 1;
}
if (temporaryMc.Man.Blast.hitTest(this.hitbox)) {
friction = 0.6;
Hitter = temporaryMc;
if (Hitter._name == "player") {
_root.Hud.Combo.ResetTimer = 0;
_root.Hud.Combo.Hit = _root.Hud.Combo.Hit + 1;
}
RE = _root.attachMovie("HitS", "HitS" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
RE._y = this._y;
RE._x = this._x;
RE._xscale = 20;
RE._yscale = 20;
if (Hitter.hitbox.hitTest(_root.Cam)) {
_root.Cam.shake = _root.Cam.shake + 1;
}
delay = -3;
Hitter.xspeed = xspeed;
Hitter.TaggedX = Hitter._x;
Hitter.TaggedY = Hitter._y;
Hitter.TaggedMC = this;
yspeed = 0;
HP = HP - 8;
if (Hitter._x >= this._x) {
xspeed = -10;
_xscale = Xscale;
}
if (Hitter._x <= this._x) {
xspeed = 10;
_xscale = (-Xscale);
}
gravity = 0.6;
Hurt = true;
flying = true;
gotoAndStop ("Hurt");
Man.gotoAndPlay(1);
DieAni = 1;
}
}
if (temporaryMc.Man.hit14.hitTest(this.hitbox)) {
friction = 0.99;
Hitter = temporaryMc;
if (Hitter._name == "player") {
_root.Hud.Combo.ResetTimer = 0;
_root.Hud.Combo.Hit = _root.Hud.Combo.Hit + 1;
_root.Special = _root.Special + 0.5;
} else {
Special = Special + 0.5;
}
RE = _root.attachMovie("HitS", "HitS" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
RE._y = this._y + 40;
RE._x = this._x;
RE._xscale = 20;
RE._yscale = 20;
if (Hitter.hitbox.hitTest(_root.Cam)) {
_root.Cam.shake = 1;
}
if (Hitter.Freeze >= 0) {
Hitter.Freeze = 0;
timmer = Hitter.Freeze;
Freeze = Hitter.Freeze;
Hitter.Man.stop();
}
delay = -10;
Hitter.xspeed = xspeed;
Hitter.TaggedX = Hitter._x;
Hitter.TaggedY = Hitter._y;
Hitter.TaggedMC = this;
Twack1.start(0, 1);
yspeed = -7;
HP = HP - 2;
if (Hitter._x >= this._x) {
xspeed = -2;
_xscale = Xscale;
}
if (Hitter._x <= this._x) {
xspeed = 2;
_xscale = (-Xscale);
}
gravity = 0.6;
Hurt = true;
flying = true;
gotoAndStop ("Hurt");
Man.gotoAndPlay("FlyAway");
DieAni = 1;
}
if (temporaryMc.Man.GRAB.hitTest(this.hitbox)) {
friction = 0.5;
Hitter = temporaryMc;
if (Hitter.Freeze >= 0) {
Hitter.Freeze = 0;
timmer = Hitter.Freeze;
Freeze = Hitter.Freeze;
}
Hitter.Man.gotoAndStop("grabbed");
Hitter.xspeed = xspeed;
Hitter.TaggedX = Hitter._x;
Hitter.TaggedY = Hitter._y;
Hitter.TaggedMC = this;
this._visible = false;
Hold = true;
GrabbedBy = this;
Hitter.GrabMove = true;
if (Hitter._xscale >= 1) {
xspeed = 0;
this._x = Hitter._x + 50;
_xscale = Xscale;
}
if (Hitter._xscale <= -1) {
xspeed = 0;
this._x = Hitter._x - 50;
_xscale = (-Xscale);
}
gravity = 0.6;
Hurt = true;
flying = true;
gotoAndStop ("Hurt");
Man.gotoAndPlay("FlyAway");
DieAni = 1;
}
if (temporaryMc.Man.HitCommAnd.hitTest(this.hitbox)) {
friction = 0.95;
Hitter = temporaryMc;
Hitter.TaggedX = Hitter._x;
Hitter.TaggedY = Hitter._y;
if (Hitter.TaggedMC == this) {
if (Hitter._xscale >= 1) {
if (Key.isDown(Hitter.RightKey)) {
Hitter.gotoAndStop("Attack");
Hitter.Man.gotoAndPlay("Attack11");
Hitter.xspeed = this.xspeed;
}
}
if (Hitter._xscale <= -1) {
if (Key.isDown(Hitter.LeftKey)) {
Hitter.gotoAndStop("Attack");
Hitter.Man.gotoAndPlay("Attack11");
Hitter.xspeed = this.xspeed;
}
}
if (!Key.isDown(Hitter.DownKey)) {
if (!Key.isDown(Hitter.UpKey)) {
if (!Key.isDown(Hitter.LeftKey)) {
if (!Key.isDown(Hitter.RightKey)) {
Hitter.gotoAndStop("Attack");
Hitter.Man.gotoAndPlay("Attack9");
}
}
}
if (Key.isDown(Hitter.UpKey)) {
Hitter.gotoAndStop("Attack");
Hitter.Man.gotoAndPlay("Attack5");
}
} else {
Hitter.gotoAndStop(1);
xspeed = 0;
if (Hitter._xscale >= 1) {
Hitter._x = this._x;
}
if (Hitter._xscale <= -1) {
Hitter._x = this._x;
}
}
}
Hitter.xspeed = 0;
Hitter.yspeed = 0;
}
}
}
}
_local3++;
}
if (Freeze <= -1) {
Freeze = Freeze + 1;
Man.stop();
}
};
BotRead = "stand";
Instance of Symbol 354 MovieClip "hitbox" in Symbol 1293 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 354 MovieClip "hitbox2" in Symbol 1293 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 356 MovieClip "Lala" in Symbol 1293 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 365 MovieClip "Powercharge" in Symbol 1293 MovieClip Frame 1
onClipEvent (load) {
if (_root.Game != "set") {
play();
} else {
stop();
}
}
onClipEvent (enterFrame) {
if (_root.Game != "set") {
play();
} else {
stop();
}
}
Symbol 1331 MovieClip Frame 2
_parent.hitbox.gotoAndStop(3);
Symbol 1331 MovieClip Frame 8
gotoAndStop ("duck");
Symbol 1338 MovieClip Frame 4
if (!_parent.Bot) {
if ((!Key.isDown(_parent.JumpKey)) && (_parent.onground)) {
_parent.yspeed = (-_parent.JumpPower) / 2;
_parent.onground = false;
_parent.gotoAndStop("Jump");
}
}
Symbol 1338 MovieClip Frame 5
if (_parent.onground) {
_parent.yspeed = -_parent.JumpPower;
_parent.onground = false;
}
_parent.gotoAndStop("Jump");
Symbol 1361 MovieClip Frame 8
stop();
Symbol 1361 MovieClip Frame 9
gotoAndStop ("Stopit01");
Symbol 1490 MovieClip Frame 1
onEnterFrame = function () {
Move = random(3) + 1;
if (_parent.HP >= 0.001) {
if (((_currentframe >= 39) && (_currentframe <= 74)) && (_parent.onground)) {
if (_parent.Bot) {
if (_parent.Targget._x > (_parent._x + 200)) {
if (_parent._xscale >= 1) {
if (Move == 1) {
gotoAndPlay ("RollBack");
}
if (Move == 2) {
gotoAndPlay ("Upp");
}
if (Move == 3) {
gotoAndPlay ("Rollfront");
}
}
}
if (_parent.Targget._x < (_parent._x + 200)) {
if (_parent.Targget._x > _parent._x) {
if (_root.ground.hitTest(_parent._x - 300, _parent._y, true)) {
if (_parent._xscale >= 1) {
if (Move == 1) {
gotoAndPlay ("RollBack");
}
if (Move == 2) {
gotoAndPlay ("Upp");
}
if (Move == 3) {
gotoAndPlay ("Rollfront");
}
}
}
if (!_root.ground.hitTest(_parent._x - 300, _parent._y, true)) {
if (_parent._xscale >= 1) {
if (Move == 1) {
gotoAndPlay ("RollBack");
}
if (Move == 2) {
gotoAndPlay ("Upp");
}
if (Move == 3) {
gotoAndPlay ("Rollfront");
}
}
}
}
}
if (_parent.Targget._x < (_parent._x - 200)) {
if (_parent._xscale >= 1) {
if (Move == 1) {
gotoAndPlay ("RollBack");
}
if (Move == 2) {
gotoAndPlay ("Upp");
}
if (Move == 3) {
gotoAndPlay ("Rollfront");
}
}
}
if ((_parent.Targget._x > _parent._x) && (_parent.Targget._x < (_parent._x - 200))) {
if (_parent._xscale >= 1) {
if (Move == 1) {
gotoAndPlay ("RollBack");
}
if (Move == 2) {
gotoAndPlay ("Upp");
}
if (Move == 3) {
gotoAndPlay ("Rollfront");
}
}
}
if (_parent.Targget._x < (_parent._x - 200)) {
if (_parent.Targget.xspeed >= 0) {
if (_parent._xscale <= -1) {
gotoAndPlay ("Rollfront");
}
}
if (_parent.Targget.xspeed <= -5) {
if (_parent._xscale <= -1) {
gotoAndPlay ("RollBack");
}
}
}
if (_parent.Targget._x > (_parent._x + 200)) {
if (_parent._xscale <= -1) {
if (Move == 1) {
gotoAndPlay ("RollBack");
}
if (Move == 2) {
gotoAndPlay ("Upp");
}
if (Move == 3) {
gotoAndPlay ("Rollfront");
}
}
}
}
if (_parent._xscale >= 1) {
if (Key.isDown(_parent.RightKey)) {
gotoAndPlay ("Rollfront");
}
if (Key.isDown(_parent.LeftKey)) {
gotoAndPlay ("RollBack");
}
}
if (_parent._xscale <= -1) {
if (Key.isDown(_parent.LeftKey)) {
gotoAndPlay ("Rollfront");
}
if (Key.isDown(_parent.RightKey)) {
gotoAndPlay ("RollBack");
}
}
}
if ((_currentframe >= 107) && (_currentframe <= 123)) {
if (_parent._xscale >= 1) {
_parent.xspeed = 12;
}
if (_parent._xscale <= -1) {
_parent.xspeed = -12;
}
} else if ((_currentframe >= 157) && (_currentframe <= 173)) {
if (_parent._xscale >= 1) {
_parent.xspeed = 12;
}
if (_parent._xscale <= -1) {
_parent.xspeed = -12;
}
} else if ((_currentframe >= 124) && (_currentframe <= 140)) {
if (_parent._xscale >= 1) {
_parent.xspeed = -12;
}
if (_parent._xscale <= -1) {
_parent.xspeed = 12;
}
} else if ((_currentframe >= 181) && (_currentframe <= 197)) {
if (_parent._xscale >= 1) {
_parent.xspeed = -12;
}
if (_parent._xscale <= -1) {
_parent.xspeed = 12;
}
}
}
};
Symbol 1490 MovieClip Frame 2
_parent.friction = 0.7;
_parent.flying = false;
_parent.Bounds = false;
_parent.hitbox.gotoAndStop(1);
if (_parent._name == "player") {
_root.Hud.HurtScreen._alpha = 100;
}
Symbol 1490 MovieClip Frame 7
if ((_parent._name == "player") && (_root.Dif != "H")) {
gotoAndPlay ("skip01");
}
Symbol 1490 MovieClip Frame 13
_parent.gotoAndStop(1);
Symbol 1490 MovieClip Frame 14
_parent.hitbox.gotoAndStop(1);
if (_parent._name == "player") {
_root.Hud.HurtScreen._alpha = 100;
}
_parent.flying = false;
Symbol 1490 MovieClip Frame 15
_parent.friction = 0.7;
_parent.Bounds = false;
Symbol 1490 MovieClip Frame 25
_parent.gotoAndStop(1);
Symbol 1490 MovieClip Frame 26
_parent.hitbox.gotoAndStop(1);
_parent.Recovery = 30;
if (_parent._name == "player") {
_root.Hud.HurtScreen._alpha = 100;
}
Symbol 1490 MovieClip Frame 27
_parent.hitbox.gotoAndStop(1);
Symbol 1490 MovieClip Frame 32
stop();
_parent.hitbox.gotoAndStop(1);
Symbol 1490 MovieClip Frame 33
gotoAndStop ("stopit01");
Symbol 1490 MovieClip Frame 39
_parent.Bounds = false;
_parent.hitbox.gotoAndStop(1);
_root.BotReadP1 = "ground";
_parent.BotRead = "OuchLand";
Symbol 1490 MovieClip Frame 43
_parent.friction = 0.7;
Symbol 1490 MovieClip Frame 58
if (_parent.HP <= 0) {
stop();
}
Symbol 1490 MovieClip Frame 59
if (_parent.HP <= 0) {
gotoAndStop ("Dead");
}
Symbol 1490 MovieClip Frame 81
_parent.gotoAndStop(1);
Symbol 1490 MovieClip Frame 88
gotoAndPlay ("Land01");
Symbol 1490 MovieClip Frame 101
_parent.flying = true;
Symbol 1490 MovieClip Frame 102
gotoAndStop ("walled");
Symbol 1490 MovieClip Frame 107
_parent.hitbox.gotoAndStop(2);
Symbol 1490 MovieClip Frame 123
_parent.gotoAndStop(1);
Symbol 1490 MovieClip Frame 124
_parent.hitbox.gotoAndStop(2);
Symbol 1490 MovieClip Frame 140
_parent.gotoAndStop(1);
Symbol 1490 MovieClip Frame 141
_parent.yspeed = 0;
_parent.hitbox.gotoAndStop(2);
_parent.friction = 0.9;
Symbol 1490 MovieClip Frame 142
_parent.yspeed = 0;
Symbol 1490 MovieClip Frame 143
_parent.yspeed = -10;
if (_parent._xscale >= 1) {
_parent.xspeed = 30;
}
if (_parent._xscale <= -1) {
_parent.xspeed = -30;
}
Symbol 1490 MovieClip Frame 156
_parent.gotoAndStop(1);
Symbol 1490 MovieClip Frame 157
_parent.hitbox.gotoAndStop(2);
_parent.CanHit = true;
Symbol 1490 MovieClip Frame 180
_parent.gotoAndStop(1);
Symbol 1490 MovieClip Frame 181
_parent.hitbox.gotoAndStop(2);
_parent.CanHit = true;
Symbol 1490 MovieClip Frame 190
_parent.gravity = 0.8;
_parent.yspeed = -10;
Symbol 1490 MovieClip Frame 196
_parent.yspeed = 10;
Symbol 1490 MovieClip Frame 203
_parent.gotoAndStop(1);
Symbol 1807 MovieClip Frame 2
_parent.hitbox.gotoAndStop(1);
_parent.BotRead = "Slap01";
MoveONCE = 2;
Instance of Symbol 578 MovieClip "Slap01" in Symbol 1807 MovieClip Frame 9
onClipEvent (load) {
_visible = false;
if (this.hitTest(_root.CACA2)) {
_root.CACA2.HP = _root.CACA2.HP - 10;
}
if (this.hitTest(_root.CACA)) {
_root.CACA.HP = _root.CACA.HP - 10;
}
if (this.hitTest(_root.ShieldShit) && (_parent._parent.Team == "Red")) {
_root.ShieldShit.HP = _root.ShieldShit.HP - 0.5;
_root.ShieldShit.gotoAndPlay(2);
}
}
onClipEvent (enterFrame) {
_visible = false;
if (this.hitTest(_root.CACA2)) {
_root.CACA2.HP = _root.CACA2.HP - 10;
}
if (this.hitTest(_root.CACA)) {
_root.CACA.HP = _root.CACA.HP - 10;
}
if (this.hitTest(_root.ShieldShit) && (_parent._parent.Team == "Red")) {
_root.ShieldShit.HP = _root.ShieldShit.HP - 0.5;
_root.ShieldShit.gotoAndPlay(2);
}
}
Symbol 1807 MovieClip Frame 13
_parent.ComboMove = 1;
Symbol 1807 MovieClip Frame 21
_parent.gotoAndStop(1);
Instance of Symbol 578 MovieClip "Slap02" in Symbol 1807 MovieClip Frame 27
onClipEvent (load) {
_visible = false;
if (this.hitTest(_root.CACA2)) {
_root.CACA2.HP = _root.CACA2.HP - 10;
}
if (this.hitTest(_root.CACA)) {
_root.CACA.HP = _root.CACA.HP - 10;
}
if (this.hitTest(_root.ShieldShit) && (_parent._parent.Team == "Red")) {
_root.ShieldShit.HP = _root.ShieldShit.HP - 0.5;
_root.ShieldShit.gotoAndPlay(2);
}
}
onClipEvent (enterFrame) {
_visible = false;
if (this.hitTest(_root.CACA2)) {
_root.CACA2.HP = _root.CACA2.HP - 10;
}
if (this.hitTest(_root.CACA)) {
_root.CACA.HP = _root.CACA.HP - 10;
}
if (this.hitTest(_root.ShieldShit) && (_parent._parent.Team == "Red")) {
_root.ShieldShit.HP = _root.ShieldShit.HP - 0.5;
_root.ShieldShit.gotoAndPlay(2);
}
}
Symbol 1807 MovieClip Frame 30
_parent.ComboMove = 2;
Symbol 1807 MovieClip Frame 39
_parent.gotoAndStop(1);
Instance of Symbol 578 MovieClip "Slap03" in Symbol 1807 MovieClip Frame 43
onClipEvent (load) {
_visible = false;
if (this.hitTest(_root.CACA2)) {
_root.CACA2.HP = _root.CACA2.HP - 10;
}
if (this.hitTest(_root.CACA)) {
_root.CACA.HP = _root.CACA.HP - 10;
}
if (this.hitTest(_root.ShieldShit) && (_parent._parent.Team == "Red")) {
_root.ShieldShit.HP = _root.ShieldShit.HP - 0.5;
_root.ShieldShit.gotoAndPlay(2);
}
}
onClipEvent (enterFrame) {
_visible = false;
if (this.hitTest(_root.CACA2)) {
_root.CACA2.HP = _root.CACA2.HP - 10;
}
if (this.hitTest(_root.CACA)) {
_root.CACA.HP = _root.CACA.HP - 10;
}
if (this.hitTest(_root.ShieldShit) && (_parent._parent.Team == "Red")) {
_root.ShieldShit.HP = _root.ShieldShit.HP - 0.5;
_root.ShieldShit.gotoAndPlay(2);
}
}
Symbol 1807 MovieClip Frame 45
_parent.ComboMove = 3;
Symbol 1807 MovieClip Frame 55
_parent.gotoAndStop(1);
Symbol 1807 MovieClip Frame 61
_root.Cam.shake = 2;
Instance of Symbol 578 MovieClip "Slap04" in Symbol 1807 MovieClip Frame 61
onClipEvent (load) {
_visible = false;
if (this.hitTest(_root.CACA2)) {
_root.CACA2.HP = _root.CACA2.HP - 10;
}
if (this.hitTest(_root.CACA)) {
_root.CACA.HP = _root.CACA.HP - 10;
}
if (this.hitTest(_root.ShieldShit) && (_parent._parent.Team == "Red")) {
_root.ShieldShit.HP = _root.ShieldShit.HP - 1;
_root.ShieldShit.gotoAndPlay(2);
}
}
onClipEvent (enterFrame) {
_visible = false;
if (this.hitTest(_root.CACA2)) {
_root.CACA2.HP = _root.CACA2.HP - 10;
}
if (this.hitTest(_root.CACA)) {
_root.CACA.HP = _root.CACA.HP - 10;
}
if (this.hitTest(_root.ShieldShit) && (_parent._parent.Team == "Red")) {
_root.ShieldShit.HP = _root.ShieldShit.HP - 1;
_root.ShieldShit.gotoAndPlay(2);
}
}
Symbol 1807 MovieClip Frame 69
_parent.ComboMove = 6;
Symbol 1807 MovieClip Frame 71
_parent.gotoAndStop(1);
Symbol 1807 MovieClip Frame 72
_parent.hitbox.gotoAndStop(1);
_root.Cam.Zoomer = 2;
_parent.BotRead = "Slap01";
Instance of Symbol 578 MovieClip "SlapHard01" in Symbol 1807 MovieClip Frame 77
onClipEvent (load) {
_visible = false;
if (this.hitTest(_root.CACA2)) {
_root.CACA2.HP = _root.CACA2.HP - 10;
}
if (this.hitTest(_root.CACA)) {
_root.CACA.HP = _root.CACA.HP - 10;
}
if (this.hitTest(_root.ShieldShit) && (_parent._parent.Team == "Red")) {
_root.ShieldShit.HP = _root.ShieldShit.HP - 1;
_root.ShieldShit.gotoAndPlay(2);
}
}
onClipEvent (enterFrame) {
_visible = false;
if (this.hitTest(_root.CACA2)) {
_root.CACA2.HP = _root.CACA2.HP - 10;
}
if (this.hitTest(_root.CACA)) {
_root.CACA.HP = _root.CACA.HP - 10;
}
if (this.hitTest(_root.ShieldShit) && (_parent._parent.Team == "Red")) {
_root.ShieldShit.HP = _root.ShieldShit.HP - 1;
_root.ShieldShit.gotoAndPlay(2);
}
}
Symbol 1807 MovieClip Frame 78
_parent.ComboMove = 12;
Symbol 1807 MovieClip Frame 88
_parent.gotoAndStop(1);
Symbol 1807 MovieClip Frame 89
_parent.BotRead = "FastSlap";
_parent.onair = false;
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x - 20;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x + 20;
_parent._y = _parent.TaggedMC._y;
}
}
Symbol 1807 MovieClip Frame 90
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x - 20;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x + 20;
_parent._y = _parent.TaggedMC._y;
}
}
Instance of Symbol 578 MovieClip "FastSlap" in Symbol 1807 MovieClip Frame 90
onClipEvent (load) {
_visible = false;
if (this.hitTest(_root.CACA2)) {
_root.CACA2.HP = _root.CACA2.HP - 10;
}
if (this.hitTest(_root.CACA)) {
_root.CACA.HP = _root.CACA.HP - 10;
}
if (this.hitTest(_root.ShieldShit) && (_parent._parent.Team == "Red")) {
_root.ShieldShit.HP = _root.ShieldShit.HP - 0.2;
_root.ShieldShit.gotoAndPlay(2);
}
}
onClipEvent (enterFrame) {
_visible = false;
if (this.hitTest(_root.CACA2)) {
_root.CACA2.HP = _root.CACA2.HP - 10;
}
if (this.hitTest(_root.CACA)) {
_root.CACA.HP = _root.CACA.HP - 10;
}
if (this.hitTest(_root.ShieldShit) && (_parent._parent.Team == "Red")) {
_root.ShieldShit.HP = _root.ShieldShit.HP - 0.2;
_root.ShieldShit.gotoAndPlay(2);
}
}
Symbol 1807 MovieClip Frame 91
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x - 20;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x + 20;
_parent._y = _parent.TaggedMC._y;
}
}
Symbol 1807 MovieClip Frame 92
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x - 20;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x + 20;
_parent._y = _parent.TaggedMC._y;
}
}
Symbol 1807 MovieClip Frame 93
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x - 20;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x + 20;
_parent._y = _parent.TaggedMC._y;
}
}
Instance of Symbol 578 MovieClip "FastSlap" in Symbol 1807 MovieClip Frame 93
onClipEvent (load) {
_visible = false;
if (this.hitTest(_root.CACA2)) {
_root.CACA2.HP = _root.CACA2.HP - 10;
}
if (this.hitTest(_root.CACA)) {
_root.CACA.HP = _root.CACA.HP - 10;
}
if (this.hitTest(_root.ShieldShit) && (_parent._parent.Team == "Red")) {
_root.ShieldShit.HP = _root.ShieldShit.HP - 0.2;
_root.ShieldShit.gotoAndPlay(2);
}
}
onClipEvent (enterFrame) {
_visible = false;
if (this.hitTest(_root.CACA2)) {
_root.CACA2.HP = _root.CACA2.HP - 10;
}
if (this.hitTest(_root.CACA)) {
_root.CACA.HP = _root.CACA.HP - 10;
}
if (this.hitTest(_root.ShieldShit) && (_parent._parent.Team == "Red")) {
_root.ShieldShit.HP = _root.ShieldShit.HP - 0.2;
_root.ShieldShit.gotoAndPlay(2);
}
}
Symbol 1807 MovieClip Frame 94
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x - 20;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x + 20;
_parent._y = _parent.TaggedMC._y;
}
}
Symbol 1807 MovieClip Frame 95
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x - 20;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x + 20;
_parent._y = _parent.TaggedMC._y;
}
}
Symbol 1807 MovieClip Frame 96
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x - 20;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x + 20;
_parent._y = _parent.TaggedMC._y;
}
}
Symbol 1807 MovieClip Frame 97
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x - 20;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x + 20;
_parent._y = _parent.TaggedMC._y;
}
}
Instance of Symbol 578 MovieClip "FastSlap" in Symbol 1807 MovieClip Frame 97
onClipEvent (load) {
_visible = false;
if (this.hitTest(_root.CACA2)) {
_root.CACA2.HP = _root.CACA2.HP - 10;
}
if (this.hitTest(_root.CACA)) {
_root.CACA.HP = _root.CACA.HP - 10;
}
if (this.hitTest(_root.ShieldShit) && (_parent._parent.Team == "Red")) {
_root.ShieldShit.HP = _root.ShieldShit.HP - 0.2;
_root.ShieldShit.gotoAndPlay(2);
}
}
onClipEvent (enterFrame) {
_visible = false;
if (this.hitTest(_root.CACA2)) {
_root.CACA2.HP = _root.CACA2.HP - 10;
}
if (this.hitTest(_root.CACA)) {
_root.CACA.HP = _root.CACA.HP - 10;
}
if (this.hitTest(_root.ShieldShit) && (_parent._parent.Team == "Red")) {
_root.ShieldShit.HP = _root.ShieldShit.HP - 0.2;
_root.ShieldShit.gotoAndPlay(2);
}
}
Symbol 1807 MovieClip Frame 98
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x - 20;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x + 20;
_parent._y = _parent.TaggedMC._y;
}
}
Symbol 1807 MovieClip Frame 99
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x - 20;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x + 20;
_parent._y = _parent.TaggedMC._y;
}
}
Symbol 1807 MovieClip Frame 100
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x - 20;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x + 20;
_parent._y = _parent.TaggedMC._y;
}
}
Symbol 1807 MovieClip Frame 101
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x - 20;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x + 20;
_parent._y = _parent.TaggedMC._y;
}
}
Instance of Symbol 578 MovieClip "FastSlap" in Symbol 1807 MovieClip Frame 101
onClipEvent (load) {
_visible = false;
if (this.hitTest(_root.CACA2)) {
_root.CACA2.HP = _root.CACA2.HP - 10;
}
if (this.hitTest(_root.CACA)) {
_root.CACA.HP = _root.CACA.HP - 10;
}
if (this.hitTest(_root.ShieldShit) && (_parent._parent.Team == "Red")) {
_root.ShieldShit.HP = _root.ShieldShit.HP - 0.2;
_root.ShieldShit.gotoAndPlay(2);
}
}
onClipEvent (enterFrame) {
_visible = false;
if (this.hitTest(_root.CACA2)) {
_root.CACA2.HP = _root.CACA2.HP - 10;
}
if (this.hitTest(_root.CACA)) {
_root.CACA.HP = _root.CACA.HP - 10;
}
if (this.hitTest(_root.ShieldShit) && (_parent._parent.Team == "Red")) {
_root.ShieldShit.HP = _root.ShieldShit.HP - 0.2;
_root.ShieldShit.gotoAndPlay(2);
}
}
Symbol 1807 MovieClip Frame 102
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x - 20;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x + 20;
_parent._y = _parent.TaggedMC._y;
}
}
Symbol 1807 MovieClip Frame 103
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x - 20;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x + 20;
_parent._y = _parent.TaggedMC._y;
}
}
Symbol 1807 MovieClip Frame 104
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x - 20;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x + 20;
_parent._y = _parent.TaggedMC._y;
}
}
Symbol 1807 MovieClip Frame 105
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x - 20;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x + 20;
_parent._y = _parent.TaggedMC._y;
}
}
Instance of Symbol 578 MovieClip "FastSlap" in Symbol 1807 MovieClip Frame 105
onClipEvent (load) {
_visible = false;
if (this.hitTest(_root.CACA2)) {
_root.CACA2.HP = _root.CACA2.HP - 10;
}
if (this.hitTest(_root.CACA)) {
_root.CACA.HP = _root.CACA.HP - 10;
}
if (this.hitTest(_root.ShieldShit) && (_parent._parent.Team == "Red")) {
_root.ShieldShit.HP = _root.ShieldShit.HP - 0.2;
_root.ShieldShit.gotoAndPlay(2);
}
}
onClipEvent (enterFrame) {
_visible = false;
if (this.hitTest(_root.CACA2)) {
_root.CACA2.HP = _root.CACA2.HP - 10;
}
if (this.hitTest(_root.CACA)) {
_root.CACA.HP = _root.CACA.HP - 10;
}
if (this.hitTest(_root.ShieldShit) && (_parent._parent.Team == "Red")) {
_root.ShieldShit.HP = _root.ShieldShit.HP - 0.2;
_root.ShieldShit.gotoAndPlay(2);
}
}
Symbol 1807 MovieClip Frame 106
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x - 20;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x + 20;
_parent._y = _parent.TaggedMC._y;
}
}
Symbol 1807 MovieClip Frame 107
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x - 20;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x + 20;
_parent._y = _parent.TaggedMC._y;
}
}
Symbol 1807 MovieClip Frame 108
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x - 20;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x + 20;
_parent._y = _parent.TaggedMC._y;
}
}
Symbol 1807 MovieClip Frame 109
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x - 20;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x + 20;
_parent._y = _parent.TaggedMC._y;
}
}
Instance of Symbol 578 MovieClip "FastSlap" in Symbol 1807 MovieClip Frame 109
onClipEvent (load) {
_visible = false;
if (this.hitTest(_root.CACA2)) {
_root.CACA2.HP = _root.CACA2.HP - 10;
}
if (this.hitTest(_root.CACA)) {
_root.CACA.HP = _root.CACA.HP - 10;
}
if (this.hitTest(_root.ShieldShit) && (_parent._parent.Team == "Red")) {
_root.ShieldShit.HP = _root.ShieldShit.HP - 0.2;
_root.ShieldShit.gotoAndPlay(2);
}
}
onClipEvent (enterFrame) {
_visible = false;
if (this.hitTest(_root.CACA2)) {
_root.CACA2.HP = _root.CACA2.HP - 10;
}
if (this.hitTest(_root.CACA)) {
_root.CACA.HP = _root.CACA.HP - 10;
}
if (this.hitTest(_root.ShieldShit) && (_parent._parent.Team == "Red")) {
_root.ShieldShit.HP = _root.ShieldShit.HP - 0.2;
_root.ShieldShit.gotoAndPlay(2);
}
}
Symbol 1807 MovieClip Frame 110
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x - 20;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x + 20;
_parent._y = _parent.TaggedMC._y;
}
}
Symbol 1807 MovieClip Frame 111
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x - 20;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x + 20;
_parent._y = _parent.TaggedMC._y;
}
}
Symbol 1807 MovieClip Frame 112
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x - 20;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x + 20;
_parent._y = _parent.TaggedMC._y;
}
}
Instance of Symbol 578 MovieClip "FastSlap" in Symbol 1807 MovieClip Frame 112
onClipEvent (load) {
_visible = false;
if (this.hitTest(_root.CACA2)) {
_root.CACA2.HP = _root.CACA2.HP - 10;
}
if (this.hitTest(_root.CACA)) {
_root.CACA.HP = _root.CACA.HP - 10;
}
if (this.hitTest(_root.ShieldShit) && (_parent._parent.Team == "Red")) {
_root.ShieldShit.HP = _root.ShieldShit.HP - 0.2;
_root.ShieldShit.gotoAndPlay(2);
}
}
onClipEvent (enterFrame) {
_visible = false;
if (this.hitTest(_root.CACA2)) {
_root.CACA2.HP = _root.CACA2.HP - 10;
}
if (this.hitTest(_root.CACA)) {
_root.CACA.HP = _root.CACA.HP - 10;
}
if (this.hitTest(_root.ShieldShit) && (_parent._parent.Team == "Red")) {
_root.ShieldShit.HP = _root.ShieldShit.HP - 0.2;
_root.ShieldShit.gotoAndPlay(2);
}
}
Symbol 1807 MovieClip Frame 113
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x - 20;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x + 20;
_parent._y = _parent.TaggedMC._y;
}
}
Symbol 1807 MovieClip Frame 114
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x - 20;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x + 20;
_parent._y = _parent.TaggedMC._y;
}
}
Instance of Symbol 578 MovieClip "FastSlap" in Symbol 1807 MovieClip Frame 114
onClipEvent (load) {
_visible = false;
if (this.hitTest(_root.CACA2)) {
_root.CACA2.HP = _root.CACA2.HP - 10;
}
if (this.hitTest(_root.CACA)) {
_root.CACA.HP = _root.CACA.HP - 10;
}
if (this.hitTest(_root.ShieldShit) && (_parent._parent.Team == "Red")) {
_root.ShieldShit.HP = _root.ShieldShit.HP - 0.2;
_root.ShieldShit.gotoAndPlay(2);
}
}
onClipEvent (enterFrame) {
_visible = false;
if (this.hitTest(_root.CACA2)) {
_root.CACA2.HP = _root.CACA2.HP - 10;
}
if (this.hitTest(_root.CACA)) {
_root.CACA.HP = _root.CACA.HP - 10;
}
if (this.hitTest(_root.ShieldShit) && (_parent._parent.Team == "Red")) {
_root.ShieldShit.HP = _root.ShieldShit.HP - 0.2;
_root.ShieldShit.gotoAndPlay(2);
}
}
Symbol 1807 MovieClip Frame 115
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x - 20;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x + 20;
_parent._y = _parent.TaggedMC._y;
}
}
Symbol 1807 MovieClip Frame 116
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x - 20;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x + 20;
_parent._y = _parent.TaggedMC._y;
}
}
Instance of Symbol 578 MovieClip "FastSlap" in Symbol 1807 MovieClip Frame 116
onClipEvent (load) {
_visible = false;
if (this.hitTest(_root.CACA2)) {
_root.CACA2.HP = _root.CACA2.HP - 10;
}
if (this.hitTest(_root.CACA)) {
_root.CACA.HP = _root.CACA.HP - 10;
}
if (this.hitTest(_root.ShieldShit) && (_parent._parent.Team == "Red")) {
_root.ShieldShit.HP = _root.ShieldShit.HP - 0.2;
_root.ShieldShit.gotoAndPlay(2);
}
}
onClipEvent (enterFrame) {
_visible = false;
if (this.hitTest(_root.CACA2)) {
_root.CACA2.HP = _root.CACA2.HP - 10;
}
if (this.hitTest(_root.CACA)) {
_root.CACA.HP = _root.CACA.HP - 10;
}
if (this.hitTest(_root.ShieldShit) && (_parent._parent.Team == "Red")) {
_root.ShieldShit.HP = _root.ShieldShit.HP - 0.2;
_root.ShieldShit.gotoAndPlay(2);
}
}
Symbol 1807 MovieClip Frame 117
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x - 20;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x + 20;
_parent._y = _parent.TaggedMC._y;
}
}
Symbol 1807 MovieClip Frame 118
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x - 20;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x + 20;
_parent._y = _parent.TaggedMC._y;
}
}
Instance of Symbol 578 MovieClip "FastSlap" in Symbol 1807 MovieClip Frame 118
onClipEvent (load) {
_visible = false;
if (this.hitTest(_root.CACA2)) {
_root.CACA2.HP = _root.CACA2.HP - 10;
}
if (this.hitTest(_root.CACA)) {
_root.CACA.HP = _root.CACA.HP - 10;
}
if (this.hitTest(_root.ShieldShit) && (_parent._parent.Team == "Red")) {
_root.ShieldShit.HP = _root.ShieldShit.HP - 0.2;
_root.ShieldShit.gotoAndPlay(2);
}
}
onClipEvent (enterFrame) {
_visible = false;
if (this.hitTest(_root.CACA2)) {
_root.CACA2.HP = _root.CACA2.HP - 10;
}
if (this.hitTest(_root.CACA)) {
_root.CACA.HP = _root.CACA.HP - 10;
}
if (this.hitTest(_root.ShieldShit) && (_parent._parent.Team == "Red")) {
_root.ShieldShit.HP = _root.ShieldShit.HP - 0.2;
_root.ShieldShit.gotoAndPlay(2);
}
}
Symbol 1807 MovieClip Frame 119
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x - 20;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x + 20;
_parent._y = _parent.TaggedMC._y;
}
}
Symbol 1807 MovieClip Frame 120
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x - 20;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x + 20;
_parent._y = _parent.TaggedMC._y;
}
}
Symbol 1807 MovieClip Frame 121
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x - 20;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x + 20;
_parent._y = _parent.TaggedMC._y;
}
}
Instance of Symbol 578 MovieClip "FastSlap" in Symbol 1807 MovieClip Frame 121
onClipEvent (load) {
_visible = false;
if (this.hitTest(_root.CACA2)) {
_root.CACA2.HP = _root.CACA2.HP - 10;
}
if (this.hitTest(_root.CACA)) {
_root.CACA.HP = _root.CACA.HP - 10;
}
if (this.hitTest(_root.ShieldShit) && (_parent._parent.Team == "Red")) {
_root.ShieldShit.HP = _root.ShieldShit.HP - 0.2;
_root.ShieldShit.gotoAndPlay(2);
}
}
onClipEvent (enterFrame) {
_visible = false;
if (this.hitTest(_root.CACA2)) {
_root.CACA2.HP = _root.CACA2.HP - 10;
}
if (this.hitTest(_root.CACA)) {
_root.CACA.HP = _root.CACA.HP - 10;
}
if (this.hitTest(_root.ShieldShit) && (_parent._parent.Team == "Red")) {
_root.ShieldShit.HP = _root.ShieldShit.HP - 0.2;
_root.ShieldShit.gotoAndPlay(2);
}
}
Symbol 1807 MovieClip Frame 122
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x - 20;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x + 20;
_parent._y = _parent.TaggedMC._y;
}
}
Symbol 1807 MovieClip Frame 123
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x - 20;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x + 20;
_parent._y = _parent.TaggedMC._y;
}
}
Symbol 1807 MovieClip Frame 124
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x - 20;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x + 20;
_parent._y = _parent.TaggedMC._y;
}
}
Symbol 1807 MovieClip Frame 125
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x - 20;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x + 20;
_parent._y = _parent.TaggedMC._y;
}
}
Symbol 1807 MovieClip Frame 126
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x - 20;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x + 20;
_parent._y = _parent.TaggedMC._y;
}
}
Instance of Symbol 578 MovieClip "hit9" in Symbol 1807 MovieClip Frame 126
onClipEvent (load) {
_visible = false;
if (this.hitTest(_root.CACA2)) {
_root.CACA2.HP = _root.CACA2.HP - 10;
}
if (this.hitTest(_root.CACA)) {
_root.CACA.HP = _root.CACA.HP - 10;
}
if (this.hitTest(_root.ShieldShit) && (_parent._parent.Team == "Red")) {
_root.ShieldShit.HP = _root.ShieldShit.HP - 0.2;
_root.ShieldShit.gotoAndPlay(2);
}
}
onClipEvent (enterFrame) {
_visible = false;
if (this.hitTest(_root.CACA2)) {
_root.CACA2.HP = _root.CACA2.HP - 10;
}
if (this.hitTest(_root.CACA)) {
_root.CACA.HP = _root.CACA.HP - 10;
}
if (this.hitTest(_root.ShieldShit) && (_parent._parent.Team == "Red")) {
_root.ShieldShit.HP = _root.ShieldShit.HP - 0.2;
_root.ShieldShit.gotoAndPlay(2);
}
}
Symbol 1807 MovieClip Frame 127
_parent.ComboMove = 10;
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x - 20;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x + 20;
_parent._y = _parent.TaggedMC._y;
}
}
Symbol 1807 MovieClip Frame 128
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x - 20;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x + 20;
_parent._y = _parent.TaggedMC._y;
}
}
Symbol 1807 MovieClip Frame 129
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x - 20;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x + 20;
_parent._y = _parent.TaggedMC._y;
}
}
Symbol 1807 MovieClip Frame 130
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x - 20;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x + 20;
_parent._y = _parent.TaggedMC._y;
}
}
Symbol 1807 MovieClip Frame 131
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x - 20;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x + 20;
_parent._y = _parent.TaggedMC._y;
}
}
Symbol 1807 MovieClip Frame 132
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x - 20;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x + 20;
_parent._y = _parent.TaggedMC._y;
}
}
Symbol 1807 MovieClip Frame 133
if (_parent.TaggedX != 0) {
_parent.friction = 0.9;
if (_parent._xscale >= 1) {
_parent.xspeed = _parent.TaggedMC.xspeed + 20;
_parent._x = _parent.TaggedMC._x - 20;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent.xspeed = _parent.TaggedMC.xspeed - 20;
_parent._x = _parent.TaggedMC._x + 20;
_parent._y = _parent.TaggedMC._y;
}
}
Symbol 1807 MovieClip Frame 134
_parent.gotoAndStop(1);
Symbol 1807 MovieClip Frame 142
_root.Cam.shake = 4;
Instance of Symbol 578 MovieClip "SlapHard01" in Symbol 1807 MovieClip Frame 142
onClipEvent (load) {
_visible = false;
if (this.hitTest(_root.CACA2)) {
_root.CACA2.HP = _root.CACA2.HP - 10;
}
if (this.hitTest(_root.CACA)) {
_root.CACA.HP = _root.CACA.HP - 10;
}
if (this.hitTest(_root.ShieldShit) && (_parent._parent.Team == "Red")) {
_root.ShieldShit.HP = _root.ShieldShit.HP - 1;
_root.ShieldShit.gotoAndPlay(2);
}
}
onClipEvent (enterFrame) {
_visible = false;
if (this.hitTest(_root.CACA2)) {
_root.CACA2.HP = _root.CACA2.HP - 10;
}
if (this.hitTest(_root.CACA)) {
_root.CACA.HP = _root.CACA.HP - 10;
}
if (this.hitTest(_root.ShieldShit) && (_parent._parent.Team == "Red")) {
_root.ShieldShit.HP = _root.ShieldShit.HP - 1;
_root.ShieldShit.gotoAndPlay(2);
}
}
Symbol 1807 MovieClip Frame 143
_parent.ComboMove = 6;
Symbol 1807 MovieClip Frame 156
_parent.gotoAndStop(1);
Symbol 1807 MovieClip Frame 157
_parent.hitbox.gotoAndStop(1);
_parent.BotRead = "Slap01";
_root.Cam.Zoomer = 2;
Instance of Symbol 578 MovieClip "UpSlap" in Symbol 1807 MovieClip Frame 159
onClipEvent (load) {
_visible = false;
if (this.hitTest(_root.CACA2)) {
_root.CACA2.HP = _root.CACA2.HP - 10;
}
if (this.hitTest(_root.CACA)) {
_root.CACA.HP = _root.CACA.HP - 10;
}
if (this.hitTest(_root.ShieldShit) && (_parent._parent.Team == "Red")) {
_root.ShieldShit.HP = _root.ShieldShit.HP - 1;
_root.ShieldShit.gotoAndPlay(2);
}
}
onClipEvent (enterFrame) {
_visible = false;
if (this.hitTest(_root.CACA2)) {
_root.CACA2.HP = _root.CACA2.HP - 10;
}
if (this.hitTest(_root.CACA)) {
_root.CACA.HP = _root.CACA.HP - 10;
}
if (this.hitTest(_root.ShieldShit) && (_parent._parent.Team == "Red")) {
_root.ShieldShit.HP = _root.ShieldShit.HP - 1;
_root.ShieldShit.gotoAndPlay(2);
}
}
Instance of Symbol 578 MovieClip "UpSlap" in Symbol 1807 MovieClip Frame 161
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 578 MovieClip "UpSlap" in Symbol 1807 MovieClip Frame 163
onClipEvent (load) {
_visible = false;
}
Symbol 1807 MovieClip Frame 167
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x - 20;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x + 20;
_parent._y = _parent.TaggedMC._y;
}
}
_root.Cam.shake = 2;
Instance of Symbol 578 MovieClip "SlapHard02" in Symbol 1807 MovieClip Frame 167
onClipEvent (load) {
_visible = false;
if (this.hitTest(_root.CACA2)) {
_root.CACA2.HP = _root.CACA2.HP - 10;
}
if (this.hitTest(_root.CACA)) {
_root.CACA.HP = _root.CACA.HP - 10;
}
if (this.hitTest(_root.ShieldShit) && (_parent._parent.Team == "Red")) {
_root.ShieldShit.HP = _root.ShieldShit.HP - 1;
_root.ShieldShit.gotoAndPlay(2);
}
}
onClipEvent (enterFrame) {
_visible = false;
if (this.hitTest(_root.CACA2)) {
_root.CACA2.HP = _root.CACA2.HP - 10;
}
if (this.hitTest(_root.CACA)) {
_root.CACA.HP = _root.CACA.HP - 10;
}
if (this.hitTest(_root.ShieldShit) && (_parent._parent.Team == "Red")) {
_root.ShieldShit.HP = _root.ShieldShit.HP - 1;
_root.ShieldShit.gotoAndPlay(2);
}
}
Symbol 1807 MovieClip Frame 173
_parent.ComboMove = 14;
Symbol 1807 MovieClip Frame 188
_parent.gotoAndStop(1);
Symbol 1807 MovieClip Frame 189
_parent.BotRead = "Slap02";
_root.Cam.Zoomer = 2;
if (!_parent.onground) {
_parent.onair = true;
}
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x - 20;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x + 20;
_parent._y = _parent.TaggedMC._y;
}
}
Symbol 1807 MovieClip Frame 190
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x - 20;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x + 20;
_parent._y = _parent.TaggedMC._y;
}
}
if (!_parent.onground) {
_parent.onair = true;
}
Symbol 1807 MovieClip Frame 191
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x - 20;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x + 20;
_parent._y = _parent.TaggedMC._y;
}
}
_parent.BotRead = "IncomingMove";
Symbol 1807 MovieClip Frame 195
if (!_parent.onground) {
_parent.onair = true;
}
Symbol 1807 MovieClip Frame 196
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x - 20;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x + 20;
_parent._y = _parent.TaggedMC._y;
}
}
Instance of Symbol 578 MovieClip "hit6" in Symbol 1807 MovieClip Frame 196
onClipEvent (load) {
_visible = false;
if (this.hitTest(_root.CACA2)) {
_root.CACA2.HP = _root.CACA2.HP - 10;
}
if (this.hitTest(_root.CACA)) {
_root.CACA.HP = _root.CACA.HP - 10;
}
if (this.hitTest(_root.ShieldShit) && (_parent._parent.Team == "Red")) {
_root.ShieldShit.HP = _root.ShieldShit.HP - 1;
_root.ShieldShit.gotoAndPlay(2);
}
}
onClipEvent (enterFrame) {
_visible = false;
if (this.hitTest(_root.CACA2)) {
_root.CACA2.HP = _root.CACA2.HP - 10;
}
if (this.hitTest(_root.CACA)) {
_root.CACA.HP = _root.CACA.HP - 10;
}
if (this.hitTest(_root.ShieldShit) && (_parent._parent.Team == "Red")) {
_root.ShieldShit.HP = _root.ShieldShit.HP - 1;
_root.ShieldShit.gotoAndPlay(2);
}
}
Symbol 1807 MovieClip Frame 198
_parent.ComboMove = 7;
Symbol 1807 MovieClip Frame 238
_parent.gotoAndStop(1);
Instance of Symbol 578 MovieClip "SlapHard01" in Symbol 1807 MovieClip Frame 246
onClipEvent (load) {
_visible = false;
if (this.hitTest(_root.CACA2)) {
_root.CACA2.HP = _root.CACA2.HP - 10;
}
if (this.hitTest(_root.CACA)) {
_root.CACA.HP = _root.CACA.HP - 10;
}
if (this.hitTest(_root.ShieldShit) && (_parent._parent.Team == "Red")) {
_root.ShieldShit.HP = _root.ShieldShit.HP - 1;
_root.ShieldShit.gotoAndPlay(2);
}
}
onClipEvent (enterFrame) {
_visible = false;
if (this.hitTest(_root.CACA2)) {
_root.CACA2.HP = _root.CACA2.HP - 10;
}
if (this.hitTest(_root.CACA)) {
_root.CACA.HP = _root.CACA.HP - 10;
}
if (this.hitTest(_root.ShieldShit) && (_parent._parent.Team == "Red")) {
_root.ShieldShit.HP = _root.ShieldShit.HP - 1;
_root.ShieldShit.gotoAndPlay(2);
}
}
Symbol 1807 MovieClip Frame 247
if (_parent.Bot) {
_parent.ComboMove = 12;
}
Symbol 1807 MovieClip Frame 259
_parent.gotoAndStop(1);
Symbol 1807 MovieClip Frame 260
if (Key.isDown(_parent.DownKey)) {
gotoAndPlay ("Attack6");
}
if (((_parent.Bot && (_parent.Mode == "Dennes")) && (_parent.RandomCombo == 2)) && (MoveONCE >= 1)) {
MoveONCE = MoveONCE - 1;
gotoAndPlay ("Attack6");
}
Symbol 1807 MovieClip Frame 261
if (!_parent.onground) {
_parent.onair = true;
}
Symbol 1807 MovieClip Frame 265
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x - 30;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x + 30;
_parent._y = _parent.TaggedMC._y;
}
}
if (!_parent.onground) {
_parent.yspeed = -1;
}
Instance of Symbol 578 MovieClip "hit9" in Symbol 1807 MovieClip Frame 265
onClipEvent (load) {
_visible = false;
if (this.hitTest(_root.CACA2)) {
_root.CACA2.HP = _root.CACA2.HP - 10;
}
if (this.hitTest(_root.CACA)) {
_root.CACA.HP = _root.CACA.HP - 10;
}
if (this.hitTest(_root.ShieldShit) && (_parent._parent.Team == "Red")) {
_root.ShieldShit.HP = _root.ShieldShit.HP - 1;
_root.ShieldShit.gotoAndPlay(2);
}
}
onClipEvent (enterFrame) {
_visible = false;
if (this.hitTest(_root.CACA2)) {
_root.CACA2.HP = _root.CACA2.HP - 10;
}
if (this.hitTest(_root.CACA)) {
_root.CACA.HP = _root.CACA.HP - 10;
}
if (this.hitTest(_root.ShieldShit) && (_parent._parent.Team == "Red")) {
_root.ShieldShit.HP = _root.ShieldShit.HP - 1;
_root.ShieldShit.gotoAndPlay(2);
}
}
Symbol 1807 MovieClip Frame 279
_parent.gotoAndStop(1);
Symbol 1807 MovieClip Frame 280
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x - 20;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x + 20;
_parent._y = _parent.TaggedMC._y;
}
}
Symbol 1807 MovieClip Frame 281
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x - 20;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x + 20;
_parent._y = _parent.TaggedMC._y;
}
}
Symbol 1807 MovieClip Frame 282
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x - 20;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x + 20;
_parent._y = _parent.TaggedMC._y;
}
}
Symbol 1807 MovieClip Frame 283
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x - 20;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x + 20;
_parent._y = _parent.TaggedMC._y;
}
}
Instance of Symbol 578 MovieClip "FastSlap" in Symbol 1807 MovieClip Frame 283
onClipEvent (load) {
_visible = false;
if (this.hitTest(_root.CACA2)) {
_root.CACA2.HP = _root.CACA2.HP - 10;
}
if (this.hitTest(_root.CACA)) {
_root.CACA.HP = _root.CACA.HP - 10;
}
if (this.hitTest(_root.ShieldShit) && (_parent._parent.Team == "Red")) {
_root.ShieldShit.HP = _root.ShieldShit.HP - 0.5;
_root.ShieldShit.gotoAndPlay(2);
}
}
onClipEvent (enterFrame) {
_visible = false;
if (this.hitTest(_root.CACA2)) {
_root.CACA2.HP = _root.CACA2.HP - 10;
}
if (this.hitTest(_root.CACA)) {
_root.CACA.HP = _root.CACA.HP - 10;
}
if (this.hitTest(_root.ShieldShit) && (_parent._parent.Team == "Red")) {
_root.ShieldShit.HP = _root.ShieldShit.HP - 0.5;
_root.ShieldShit.gotoAndPlay(2);
}
}
Symbol 1807 MovieClip Frame 284
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x - 20;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x + 20;
_parent._y = _parent.TaggedMC._y;
}
}
Symbol 1807 MovieClip Frame 285
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x - 20;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x + 20;
_parent._y = _parent.TaggedMC._y;
}
}
Symbol 1807 MovieClip Frame 286
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x - 20;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x + 20;
_parent._y = _parent.TaggedMC._y;
}
}
Symbol 1807 MovieClip Frame 287
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x - 20;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x + 20;
_parent._y = _parent.TaggedMC._y;
}
}
Symbol 1807 MovieClip Frame 288
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x - 20;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x + 20;
_parent._y = _parent.TaggedMC._y;
}
}
Instance of Symbol 578 MovieClip "FastSlap" in Symbol 1807 MovieClip Frame 288
onClipEvent (load) {
_visible = false;
if (this.hitTest(_root.CACA2)) {
_root.CACA2.HP = _root.CACA2.HP - 10;
}
if (this.hitTest(_root.CACA)) {
_root.CACA.HP = _root.CACA.HP - 10;
}
if (this.hitTest(_root.ShieldShit) && (_parent._parent.Team == "Red")) {
_root.ShieldShit.HP = _root.ShieldShit.HP - 0.5;
_root.ShieldShit.gotoAndPlay(2);
}
}
onClipEvent (enterFrame) {
_visible = false;
if (this.hitTest(_root.CACA2)) {
_root.CACA2.HP = _root.CACA2.HP - 10;
}
if (this.hitTest(_root.CACA)) {
_root.CACA.HP = _root.CACA.HP - 10;
}
if (this.hitTest(_root.ShieldShit) && (_parent._parent.Team == "Red")) {
_root.ShieldShit.HP = _root.ShieldShit.HP - 0.5;
_root.ShieldShit.gotoAndPlay(2);
}
}
Symbol 1807 MovieClip Frame 289
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x - 20;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x + 20;
_parent._y = _parent.TaggedMC._y;
}
}
Symbol 1807 MovieClip Frame 290
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x - 20;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x + 20;
_parent._y = _parent.TaggedMC._y;
}
}
Symbol 1807 MovieClip Frame 291
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x - 20;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x + 20;
_parent._y = _parent.TaggedMC._y;
}
}
Symbol 1807 MovieClip Frame 292
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x - 20;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x + 20;
_parent._y = _parent.TaggedMC._y;
}
}
Symbol 1807 MovieClip Frame 293
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x - 20;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x + 20;
_parent._y = _parent.TaggedMC._y;
}
}
Symbol 1807 MovieClip Frame 294
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x - 20;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x + 20;
_parent._y = _parent.TaggedMC._y;
}
}
Instance of Symbol 578 MovieClip "FastSlap" in Symbol 1807 MovieClip Frame 294
onClipEvent (load) {
_visible = false;
if (this.hitTest(_root.CACA2)) {
_root.CACA2.HP = _root.CACA2.HP - 10;
}
if (this.hitTest(_root.CACA)) {
_root.CACA.HP = _root.CACA.HP - 10;
}
if (this.hitTest(_root.ShieldShit) && (_parent._parent.Team == "Red")) {
_root.ShieldShit.HP = _root.ShieldShit.HP - 0.5;
_root.ShieldShit.gotoAndPlay(2);
}
}
onClipEvent (enterFrame) {
_visible = false;
if (this.hitTest(_root.CACA2)) {
_root.CACA2.HP = _root.CACA2.HP - 10;
}
if (this.hitTest(_root.CACA)) {
_root.CACA.HP = _root.CACA.HP - 10;
}
if (this.hitTest(_root.ShieldShit) && (_parent._parent.Team == "Red")) {
_root.ShieldShit.HP = _root.ShieldShit.HP - 0.5;
_root.ShieldShit.gotoAndPlay(2);
}
}
Symbol 1807 MovieClip Frame 295
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x - 20;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x + 20;
_parent._y = _parent.TaggedMC._y;
}
}
Symbol 1807 MovieClip Frame 296
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x - 20;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x + 20;
_parent._y = _parent.TaggedMC._y;
}
}
Symbol 1807 MovieClip Frame 297
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x - 20;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x + 20;
_parent._y = _parent.TaggedMC._y;
}
}
Symbol 1807 MovieClip Frame 298
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x - 20;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x + 20;
_parent._y = _parent.TaggedMC._y;
}
}
Symbol 1807 MovieClip Frame 299
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x - 20;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x + 20;
_parent._y = _parent.TaggedMC._y;
}
}
Instance of Symbol 578 MovieClip "FastSlap" in Symbol 1807 MovieClip Frame 299
onClipEvent (load) {
_visible = false;
if (this.hitTest(_root.CACA2)) {
_root.CACA2.HP = _root.CACA2.HP - 10;
}
if (this.hitTest(_root.CACA)) {
_root.CACA.HP = _root.CACA.HP - 10;
}
if (this.hitTest(_root.ShieldShit) && (_parent._parent.Team == "Red")) {
_root.ShieldShit.HP = _root.ShieldShit.HP - 0.5;
_root.ShieldShit.gotoAndPlay(2);
}
}
onClipEvent (enterFrame) {
_visible = false;
if (this.hitTest(_root.CACA2)) {
_root.CACA2.HP = _root.CACA2.HP - 10;
}
if (this.hitTest(_root.CACA)) {
_root.CACA.HP = _root.CACA.HP - 10;
}
if (this.hitTest(_root.ShieldShit) && (_parent._parent.Team == "Red")) {
_root.ShieldShit.HP = _root.ShieldShit.HP - 0.5;
_root.ShieldShit.gotoAndPlay(2);
}
}
Symbol 1807 MovieClip Frame 300
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x - 20;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x + 20;
_parent._y = _parent.TaggedMC._y;
}
}
Symbol 1807 MovieClip Frame 301
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x - 20;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x + 20;
_parent._y = _parent.TaggedMC._y;
}
}
Symbol 1807 MovieClip Frame 302
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x - 20;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x + 20;
_parent._y = _parent.TaggedMC._y;
}
}
_parent.ComboMove = 10;
Symbol 1807 MovieClip Frame 303
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x - 20;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x + 20;
_parent._y = _parent.TaggedMC._y;
}
}
Symbol 1807 MovieClip Frame 304
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x - 20;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x + 20;
_parent._y = _parent.TaggedMC._y;
}
}
Symbol 1807 MovieClip Frame 305
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x - 20;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x + 20;
_parent._y = _parent.TaggedMC._y;
}
}
Symbol 1807 MovieClip Frame 306
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x - 20;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x + 20;
_parent._y = _parent.TaggedMC._y;
}
}
Symbol 1807 MovieClip Frame 307
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x - 20;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x + 20;
_parent._y = _parent.TaggedMC._y;
}
}
Symbol 1807 MovieClip Frame 308
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x - 20;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x + 20;
_parent._y = _parent.TaggedMC._y;
}
}
Symbol 1807 MovieClip Frame 310
_parent.gotoAndStop(1);
Symbol 1807 MovieClip Frame 311
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x - 20;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x + 20;
_parent._y = _parent.TaggedMC._y;
}
}
if (Key.isDown(_parent.DownKey)) {
gotoAndPlay ("Attack6");
}
Symbol 1807 MovieClip Frame 312
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x - 20;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x + 20;
_parent._y = _parent.TaggedMC._y;
}
}
Symbol 1807 MovieClip Frame 313
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x - 20;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x + 20;
_parent._y = _parent.TaggedMC._y;
}
}
Symbol 1807 MovieClip Frame 314
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x - 20;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x + 20;
_parent._y = _parent.TaggedMC._y;
}
}
Symbol 1807 MovieClip Frame 315
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x - 20;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x + 20;
_parent._y = _parent.TaggedMC._y;
}
}
Symbol 1807 MovieClip Frame 316
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x;
_parent._y = _parent.TaggedMC._y;
}
}
Instance of Symbol 578 MovieClip "hit6" in Symbol 1807 MovieClip Frame 316
onClipEvent (load) {
_visible = false;
if (this.hitTest(_root.CACA2)) {
_root.CACA2.HP = _root.CACA2.HP - 10;
}
if (this.hitTest(_root.CACA)) {
_root.CACA.HP = _root.CACA.HP - 10;
}
if (this.hitTest(_root.ShieldShit) && (_parent._parent.Team == "Red")) {
_root.ShieldShit.HP = _root.ShieldShit.HP - 1;
_root.ShieldShit.gotoAndPlay(2);
}
}
onClipEvent (enterFrame) {
_visible = false;
if (this.hitTest(_root.CACA2)) {
_root.CACA2.HP = _root.CACA2.HP - 10;
}
if (this.hitTest(_root.CACA)) {
_root.CACA.HP = _root.CACA.HP - 10;
}
if (this.hitTest(_root.ShieldShit) && (_parent._parent.Team == "Red")) {
_root.ShieldShit.HP = _root.ShieldShit.HP - 1;
_root.ShieldShit.gotoAndPlay(2);
}
}
Symbol 1807 MovieClip Frame 322
_parent.ComboMove = 15;
Symbol 1807 MovieClip Frame 330
_parent.gotoAndStop(1);
Symbol 1807 MovieClip Frame 331
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x - 20;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x + 20;
_parent._y = _parent.TaggedMC._y;
}
}
if (Key.isDown(_parent.DownKey)) {
gotoAndPlay ("Attack6");
}
Symbol 1807 MovieClip Frame 332
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x - 20;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x + 20;
_parent._y = _parent.TaggedMC._y;
}
}
Symbol 1807 MovieClip Frame 333
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x - 20;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x + 20;
_parent._y = _parent.TaggedMC._y;
}
}
Symbol 1807 MovieClip Frame 334
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x - 20;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x + 20;
_parent._y = _parent.TaggedMC._y;
}
}
Symbol 1807 MovieClip Frame 335
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x - 20;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x + 20;
_parent._y = _parent.TaggedMC._y;
}
}
Symbol 1807 MovieClip Frame 336
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x - 20;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x + 20;
_parent._y = _parent.TaggedMC._y;
}
}
Instance of Symbol 578 MovieClip "SlapHard02" in Symbol 1807 MovieClip Frame 336
onClipEvent (load) {
_visible = false;
if (this.hitTest(_root.CACA2)) {
_root.CACA2.HP = _root.CACA2.HP - 10;
}
if (this.hitTest(_root.CACA)) {
_root.CACA.HP = _root.CACA.HP - 10;
}
if (this.hitTest(_root.ShieldShit) && (_parent._parent.Team == "Red")) {
_root.ShieldShit.HP = _root.ShieldShit.HP - 0.5;
_root.ShieldShit.gotoAndPlay(2);
}
}
onClipEvent (enterFrame) {
_visible = false;
if (this.hitTest(_root.CACA2)) {
_root.CACA2.HP = _root.CACA2.HP - 10;
}
if (this.hitTest(_root.CACA)) {
_root.CACA.HP = _root.CACA.HP - 10;
}
if (this.hitTest(_root.ShieldShit) && (_parent._parent.Team == "Red")) {
_root.ShieldShit.HP = _root.ShieldShit.HP - 0.5;
_root.ShieldShit.gotoAndPlay(2);
}
}
Symbol 1807 MovieClip Frame 343
gotoAndPlay ("Attack12");
Symbol 1807 MovieClip Frame 350
_parent.gotoAndStop(1);
Symbol 1807 MovieClip Frame 351
_parent.hitbox.gotoAndStop(1);
Symbol 1807 MovieClip Frame 358
_parent.BotRead = "IncomingSpecial";
Symbol 1807 MovieClip Frame 362
if (_parent._name == "player") {
_root.Cam.Zoomer = 6;
_root.Special = 0;
} else {
_parent.Special = 0;
}
_root.Cam.shake = _root.Cam.shake + 4;
if (_parent.Bot) {
if ((!_root.ShieldShit.hitTest(_parent._x - 130, _parent._y, true)) or (!_root.ShieldShit.hitTest(_parent._x + 130, _parent._y, true))) {
if (_parent._x < _parent.Targget._x) {
_parent._xscale = _parent.Xscale;
}
if (_parent._x > _parent.Targget._x) {
_parent._xscale = -_parent.Xscale;
}
}
}
if (Key.isDown(_parent.RightKey)) {
_parent._xscale = _parent.Xscale;
}
if (Key.isDown(_parent.LeftKey)) {
_parent._xscale = -_parent.Xscale;
}
Instance of Symbol 578 MovieClip "MegaHandHit" in Symbol 1807 MovieClip Frame 362
onClipEvent (load) {
_visible = false;
if (this.hitTest(_root.CACA2)) {
_root.CACA2.HP = _root.CACA2.HP - 200;
}
if (this.hitTest(_root.CACA)) {
_root.CACA.HP = _root.CACA.HP - 200;
}
if (this.hitTest(_root.ShieldShit) && (_parent._parent.Team == "Red")) {
_root.ShieldShit.HP = _root.ShieldShit.HP - 30;
_root.ShieldShit.gotoAndPlay(2);
}
}
onClipEvent (enterFrame) {
_visible = false;
if (this.hitTest(_root.CACA2)) {
_root.CACA2.HP = _root.CACA2.HP - 200;
}
if (this.hitTest(_root.CACA)) {
_root.CACA.HP = _root.CACA.HP - 200;
}
if (this.hitTest(_root.ShieldShit) && (_parent._parent.Team == "Red")) {
_root.ShieldShit.HP = _root.ShieldShit.HP - 30;
_root.ShieldShit.gotoAndPlay(2);
}
}
Symbol 1807 MovieClip Frame 383
_parent.gotoAndStop(1);
Symbol 1807 MovieClip Frame 384
_parent.hitbox.gotoAndStop(1);
Symbol 1807 MovieClip Frame 390
_root.Cam.shake = 5;
Instance of Symbol 578 MovieClip "SlapHard01" in Symbol 1807 MovieClip Frame 390
onClipEvent (load) {
_visible = false;
if (this.hitTest(_root.CACA2)) {
_root.CACA2.HP = _root.CACA2.HP - 10;
}
if (this.hitTest(_root.CACA)) {
_root.CACA.HP = _root.CACA.HP - 10;
}
if (this.hitTest(_root.ShieldShit) && (_parent._parent.Team == "Red")) {
_root.ShieldShit.HP = _root.ShieldShit.HP - 0.5;
_root.ShieldShit.gotoAndPlay(2);
}
}
onClipEvent (enterFrame) {
_visible = false;
if (this.hitTest(_root.CACA2)) {
_root.CACA2.HP = _root.CACA2.HP - 10;
}
if (this.hitTest(_root.CACA)) {
_root.CACA.HP = _root.CACA.HP - 10;
}
if (this.hitTest(_root.ShieldShit) && (_parent._parent.Team == "Red")) {
_root.ShieldShit.HP = _root.ShieldShit.HP - 0.5;
_root.ShieldShit.gotoAndPlay(2);
}
}
Symbol 1807 MovieClip Frame 391
_parent.ComboMove = 16;
_parent.ComboMove = 16;
Symbol 1807 MovieClip Frame 411
_parent.gotoAndStop(1);
Symbol 1807 MovieClip Frame 412
if (_parent.TaggedX == 0) {
_parent.yspeed = -50;
}
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x;
_parent._y = _parent.TaggedMC._y;
}
}
Symbol 1807 MovieClip Frame 413
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x;
_parent._y = _parent.TaggedMC._y;
}
}
Symbol 1807 MovieClip Frame 414
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x;
_parent._y = _parent.TaggedMC._y;
}
}
Symbol 1807 MovieClip Frame 415
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x;
_parent._y = _parent.TaggedMC._y;
}
}
Symbol 1807 MovieClip Frame 416
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x;
_parent._y = _parent.TaggedMC._y;
}
}
Symbol 1807 MovieClip Frame 417
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x;
_parent._y = _parent.TaggedMC._y;
}
}
Symbol 1807 MovieClip Frame 418
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x;
_parent._y = _parent.TaggedMC._y;
}
}
Instance of Symbol 365 MovieClip "Powercharge" in Symbol 1807 MovieClip Frame 418
onClipEvent (load) {
if (_root.Game != "set") {
play();
} else {
stop();
}
}
onClipEvent (enterFrame) {
if (_root.Game != "set") {
play();
} else {
stop();
}
}
Instance of Symbol 365 MovieClip "Powercharge" in Symbol 1807 MovieClip Frame 418
onClipEvent (load) {
if (_root.Game != "set") {
play();
} else {
stop();
}
}
onClipEvent (enterFrame) {
if (_root.Game != "set") {
play();
} else {
stop();
}
}
Instance of Symbol 578 MovieClip "GoUp01" in Symbol 1807 MovieClip Frame 418
onClipEvent (load) {
_visible = false;
stop();
if (this.hitTest(_root.CACA2)) {
_root.CACA2.HP = _root.CACA2.HP - 10;
}
if (this.hitTest(_root.CACA)) {
_root.CACA.HP = _root.CACA.HP - 10;
}
if (this.hitTest(_root.ShieldShit) && (_parent._parent.Team == "Red")) {
_root.ShieldShit.HP = _root.ShieldShit.HP - 0.1;
_root.ShieldShit.gotoAndPlay(2);
}
}
onClipEvent (enterFrame) {
_visible = false;
stop();
if (this.hitTest(_root.CACA2)) {
_root.CACA2.HP = _root.CACA2.HP - 10;
}
if (this.hitTest(_root.CACA)) {
_root.CACA.HP = _root.CACA.HP - 10;
}
if (this.hitTest(_root.ShieldShit) && (_parent._parent.Team == "Red")) {
_root.ShieldShit.HP = _root.ShieldShit.HP - 0.1;
_root.ShieldShit.gotoAndPlay(2);
}
}
Symbol 1807 MovieClip Frame 419
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x;
_parent._y = _parent.TaggedMC._y;
}
}
Symbol 1807 MovieClip Frame 420
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x;
_parent._y = _parent.TaggedMC._y;
}
}
Symbol 1807 MovieClip Frame 421
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x;
_parent._y = _parent.TaggedMC._y;
}
}
Symbol 1807 MovieClip Frame 422
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x;
_parent._y = _parent.TaggedMC._y;
}
}
Symbol 1807 MovieClip Frame 423
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x;
_parent._y = _parent.TaggedMC._y;
}
}
Symbol 1807 MovieClip Frame 424
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x;
_parent._y = _parent.TaggedMC._y;
}
}
Symbol 1807 MovieClip Frame 425
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x;
_parent._y = _parent.TaggedMC._y;
}
}
Symbol 1807 MovieClip Frame 426
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x;
_parent._y = _parent.TaggedMC._y;
}
}
Symbol 1807 MovieClip Frame 427
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x;
_parent._y = _parent.TaggedMC._y;
}
}
Symbol 1807 MovieClip Frame 428
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x;
_parent._y = _parent.TaggedMC._y;
}
}
Symbol 1807 MovieClip Frame 429
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x;
_parent._y = _parent.TaggedMC._y;
}
}
Symbol 1807 MovieClip Frame 430
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x;
_parent._y = _parent.TaggedMC._y;
}
}
Symbol 1807 MovieClip Frame 431
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x;
_parent._y = _parent.TaggedMC._y;
}
}
Symbol 1807 MovieClip Frame 432
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x;
_parent._y = _parent.TaggedMC._y;
}
}
Symbol 1807 MovieClip Frame 433
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x;
_parent._y = _parent.TaggedMC._y;
}
}
Symbol 1807 MovieClip Frame 434
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x;
_parent._y = _parent.TaggedMC._y;
}
}
Symbol 1807 MovieClip Frame 435
if (_parent.TaggedX == 0) {
_parent.yspeed = 0;
}
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x;
_parent._y = _parent.TaggedMC._y;
}
}
Symbol 1807 MovieClip Frame 436
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x;
_parent._y = _parent.TaggedMC._y;
}
}
Symbol 1807 MovieClip Frame 437
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x;
_parent._y = _parent.TaggedMC._y;
}
}
Symbol 1807 MovieClip Frame 438
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x;
_parent._y = _parent.TaggedMC._y;
}
}
Symbol 1807 MovieClip Frame 439
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x;
_parent._y = _parent.TaggedMC._y;
}
}
Symbol 1807 MovieClip Frame 440
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x;
_parent._y = _parent.TaggedMC._y;
}
}
Symbol 1807 MovieClip Frame 441
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x;
_parent._y = _parent.TaggedMC._y;
}
}
Symbol 1807 MovieClip Frame 442
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x;
_parent._y = _parent.TaggedMC._y;
}
}
Symbol 1807 MovieClip Frame 443
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x;
_parent._y = _parent.TaggedMC._y;
}
}
Instance of Symbol 578 MovieClip "DownHitSlap01" in Symbol 1807 MovieClip Frame 443
onClipEvent (load) {
_visible = false;
if (this.hitTest(_root.CACA2)) {
_root.CACA2.HP = _root.CACA2.HP - 10;
}
if (this.hitTest(_root.CACA)) {
_root.CACA.HP = _root.CACA.HP - 10;
}
if (this.hitTest(_root.ShieldShit) && (_parent._parent.Team == "Red")) {
_root.ShieldShit.HP = _root.ShieldShit.HP - 0.1;
_root.ShieldShit.gotoAndPlay(2);
}
}
onClipEvent (enterFrame) {
_visible = false;
if (this.hitTest(_root.CACA2)) {
_root.CACA2.HP = _root.CACA2.HP - 10;
}
if (this.hitTest(_root.CACA)) {
_root.CACA.HP = _root.CACA.HP - 10;
}
if (this.hitTest(_root.ShieldShit) && (_parent._parent.Team == "Red")) {
_root.ShieldShit.HP = _root.ShieldShit.HP - 0.1;
_root.ShieldShit.gotoAndPlay(2);
}
}
Symbol 1807 MovieClip Frame 444
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x;
_parent._y = _parent.TaggedMC._y;
}
}
_parent.ComboMove = 500;
_parent.onair = true;
Symbol 1807 MovieClip Frame 445
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x;
_parent._y = _parent.TaggedMC._y;
}
}
Symbol 1807 MovieClip Frame 446
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x;
_parent._y = _parent.TaggedMC._y;
}
}
Symbol 1807 MovieClip Frame 447
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x;
_parent._y = _parent.TaggedMC._y;
}
}
Symbol 1807 MovieClip Frame 448
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x;
_parent._y = _parent.TaggedMC._y;
}
}
Symbol 1807 MovieClip Frame 449
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x;
_parent._y = _parent.TaggedMC._y;
}
}
Symbol 1807 MovieClip Frame 450
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x;
_parent._y = _parent.TaggedMC._y;
}
}
Symbol 1807 MovieClip Frame 451
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x;
_parent._y = _parent.TaggedMC._y;
}
}
Symbol 1807 MovieClip Frame 452
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x;
_parent._y = _parent.TaggedMC._y;
}
}
Symbol 1807 MovieClip Frame 453
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x;
_parent._y = _parent.TaggedMC._y;
}
}
Symbol 1807 MovieClip Frame 454
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x;
_parent._y = _parent.TaggedMC._y;
}
}
Symbol 1807 MovieClip Frame 455
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x;
_parent._y = _parent.TaggedMC._y;
}
}
Symbol 1807 MovieClip Frame 456
if (_parent.TaggedX != 0) {
_parent.yspeed = -1;
}
Symbol 1807 MovieClip Frame 457
if (_parent.TaggedX != 0) {
_parent.yspeed = -1;
}
Symbol 1807 MovieClip Frame 458
if (_parent.TaggedX != 0) {
_parent.yspeed = -1;
}
Symbol 1807 MovieClip Frame 459
if (_parent.TaggedX != 0) {
_parent.yspeed = -1;
}
Symbol 1807 MovieClip Frame 460
if (_parent.TaggedX != 0) {
_parent.yspeed = -1;
}
Symbol 1807 MovieClip Frame 461
if (_parent.TaggedX != 0) {
_parent.yspeed = -1;
}
Symbol 1807 MovieClip Frame 462
if (_parent.TaggedX != 0) {
_parent.yspeed = -1;
}
Symbol 1807 MovieClip Frame 463
if (_parent.TaggedX != 0) {
_parent.yspeed = -1;
}
Symbol 1807 MovieClip Frame 464
if (_parent.TaggedX != 0) {
_parent.yspeed = -1;
}
Symbol 1807 MovieClip Frame 465
if (_parent.TaggedX != 0) {
_parent.yspeed = -1;
}
Symbol 1807 MovieClip Frame 466
if (_parent.TaggedX != 0) {
_parent.yspeed = -1;
}
Symbol 1807 MovieClip Frame 467
if (_parent.TaggedX != 0) {
_parent.yspeed = -1;
}
Symbol 1807 MovieClip Frame 468
if (_parent.TaggedX != 0) {
_parent.yspeed = -1;
}
Symbol 1807 MovieClip Frame 469
if (_parent.TaggedX != 0) {
_parent.yspeed = -1;
}
Symbol 1807 MovieClip Frame 470
if (_parent.TaggedX != 0) {
_parent.yspeed = -1;
}
Symbol 1807 MovieClip Frame 471
if (_parent.TaggedX != 0) {
_parent.yspeed = -1;
}
Symbol 1807 MovieClip Frame 472
if (_parent.TaggedX != 0) {
_parent.yspeed = -1;
}
Symbol 1807 MovieClip Frame 473
if (_parent.TaggedX != 0) {
_parent.yspeed = -1;
}
Symbol 1807 MovieClip Frame 474
if (_parent.TaggedX != 0) {
_parent.yspeed = -1;
}
Symbol 1807 MovieClip Frame 475
if (_parent.TaggedX != 0) {
_parent.yspeed = -1;
}
Symbol 1807 MovieClip Frame 476
if (_parent.TaggedX != 0) {
_parent.yspeed = -1;
}
Symbol 1807 MovieClip Frame 477
if (_parent.TaggedX != 0) {
_parent.yspeed = -1;
}
Symbol 1807 MovieClip Frame 478
if (_parent.TaggedX != 0) {
_parent.yspeed = -1;
}
Symbol 1807 MovieClip Frame 479
if (_parent.TaggedX != 0) {
_parent.yspeed = -1;
}
Symbol 1807 MovieClip Frame 480
if (_parent.TaggedX != 0) {
_parent.yspeed = -1;
}
Symbol 1807 MovieClip Frame 481
if (_parent.TaggedX != 0) {
_parent.yspeed = -1;
}
Symbol 1807 MovieClip Frame 482
if (_parent.TaggedX != 0) {
_parent.yspeed = -1;
}
Symbol 1807 MovieClip Frame 483
if (_parent.TaggedX != 0) {
_parent.yspeed = -1;
}
Symbol 1807 MovieClip Frame 484
if (_parent.TaggedX != 0) {
_parent.yspeed = -1;
}
Symbol 1807 MovieClip Frame 485
if (_parent.TaggedX != 0) {
_parent.yspeed = -1;
}
Symbol 1807 MovieClip Frame 486
if (_parent.TaggedX != 0) {
_parent.yspeed = -1;
}
Symbol 1807 MovieClip Frame 487
if (_parent.TaggedX != 0) {
_parent.yspeed = -1;
}
Symbol 1807 MovieClip Frame 488
_parent.gotoAndStop(1);
Symbol 1807 MovieClip Frame 489
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x;
_parent._y = _parent.TaggedMC._y;
}
}
if (!_parent.onground) {
_parent.onair = true;
}
Symbol 1807 MovieClip Frame 490
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x;
_parent._y = _parent.TaggedMC._y;
}
}
Symbol 1807 MovieClip Frame 491
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x;
_parent._y = _parent.TaggedMC._y;
}
}
Symbol 1807 MovieClip Frame 492
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x;
_parent._y = _parent.TaggedMC._y;
}
}
Symbol 1807 MovieClip Frame 493
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x;
_parent._y = _parent.TaggedMC._y;
}
}
Symbol 1807 MovieClip Frame 494
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x;
_parent._y = _parent.TaggedMC._y;
}
}
Symbol 1807 MovieClip Frame 495
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x;
_parent._y = _parent.TaggedMC._y;
}
}
Symbol 1807 MovieClip Frame 496
if (_parent.TaggedX != 0) {
if (_parent._xscale >= 1) {
_parent._x = _parent.TaggedMC._x;
_parent._y = _parent.TaggedMC._y;
}
if (_parent._xscale <= -1) {
_parent._x = _parent.TaggedMC._x;
_parent._y = _parent.TaggedMC._y;
}
}
Instance of Symbol 578 MovieClip "DownHitSlap01" in Symbol 1807 MovieClip Frame 496
onClipEvent (load) {
_visible = false;
if (this.hitTest(_root.CACA2)) {
_root.CACA2.HP = _root.CACA2.HP - 10;
}
if (this.hitTest(_root.CACA)) {
_root.CACA.HP = _root.CACA.HP - 10;
}
if (this.hitTest(_root.ShieldShit) && (_parent._parent.Team == "Red")) {
_root.ShieldShit.HP = _root.ShieldShit.HP - 0.1;
_root.ShieldShit.gotoAndPlay(2);
}
}
onClipEvent (enterFrame) {
_visible = false;
if (this.hitTest(_root.CACA2)) {
_root.CACA2.HP = _root.CACA2.HP - 10;
}
if (this.hitTest(_root.CACA)) {
_root.CACA.HP = _root.CACA.HP - 10;
}
if (this.hitTest(_root.ShieldShit) && (_parent._parent.Team == "Red")) {
_root.ShieldShit.HP = _root.ShieldShit.HP - 0.1;
_root.ShieldShit.gotoAndPlay(2);
}
}
Symbol 1807 MovieClip Frame 497
_parent.yspeed = 30;
Symbol 1807 MovieClip Frame 524
_parent.gotoAndStop(1);
Symbol 1807 MovieClip Frame 525
if (_parent.TaggedX != 0) {
_parent._x = _parent.TaggedMC._x;
_parent._y = _parent.TaggedMC._y;
}
Symbol 1807 MovieClip Frame 526
if (_parent.TaggedX != 0) {
_parent._x = _parent.TaggedMC._x;
_parent._y = _parent.TaggedMC._y;
}
Symbol 1807 MovieClip Frame 527
if (_parent.TaggedX != 0) {
_parent._x = _parent.TaggedMC._x;
_parent._y = _parent.TaggedMC._y;
}
Symbol 1807 MovieClip Frame 528
if (_parent.TaggedX != 0) {
_parent._x = _parent.TaggedMC._x;
_parent._y = _parent.TaggedMC._y;
}
Instance of Symbol 578 MovieClip "SlapHard07" in Symbol 1807 MovieClip Frame 528
onClipEvent (load) {
_visible = false;
if (this.hitTest(_root.CACA2)) {
_root.CACA2.HP = _root.CACA2.HP - 10;
}
if (this.hitTest(_root.CACA)) {
_root.CACA.HP = _root.CACA.HP - 10;
}
if (this.hitTest(_root.ShieldShit) && (_parent._parent.Team == "Red")) {
_root.ShieldShit.HP = _root.ShieldShit.HP - 1;
_root.ShieldShit.gotoAndPlay(2);
}
}
onClipEvent (enterFrame) {
_visible = false;
if (this.hitTest(_root.CACA2)) {
_root.CACA2.HP = _root.CACA2.HP - 10;
}
if (this.hitTest(_root.CACA)) {
_root.CACA.HP = _root.CACA.HP - 10;
}
if (this.hitTest(_root.ShieldShit) && (_parent._parent.Team == "Red")) {
_root.ShieldShit.HP = _root.ShieldShit.HP - 1;
_root.ShieldShit.gotoAndPlay(2);
}
}
Symbol 1807 MovieClip Frame 553
_parent.gotoAndStop(1);
Symbol 1808 MovieClip Frame 1
stop();
Cut01 = new Sound(this);
Cut01.attachSound("Cut01");
Cut02 = new Sound(this);
Cut02.attachSound("Cut02");
Cut03 = new Sound(this);
Cut03.attachSound("Cut03");
Cut04 = new Sound(this);
Cut04.attachSound("Cut04");
MoreHITS2 = function () {
if (_root.Game != "set") {
if (_root.Game != "Pause") {
if ((((fight && (!Hurt)) && (Bot)) && (Targget.HP >= 0.0001)) && (Mode == "Dennes")) {
if (((ComboMove == 1) && (Targget._currentframe != 1)) && (Targget._currentframe != 2)) {
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack2");
fight = true;
ComboMove = 0;
}
if (((ComboMove == 2) && (Targget._currentframe != 1)) && (Targget._currentframe != 2)) {
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack3");
fight = true;
ComboMove = 0;
}
if (((ComboMove == 3) && (Targget._currentframe != 1)) && (Targget._currentframe != 2)) {
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack14");
fight = true;
ComboMove = 0;
}
if (((ComboMove == 7) && (Targget._currentframe != 1)) && (Targget._currentframe != 2)) {
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack13");
fight = true;
ComboMove = 0;
}
if (((ComboMove == 10) && (Targget._currentframe != 1)) && (Targget._currentframe != 2)) {
if (TaggedX != 0) {
TeleportEFFECT = _root.attachMovie("TeleportEFFECT", "TeleportEFFECT" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
TeleportEFFECT._x = this._x;
TeleportEFFECT._y = this._y;
TeleportEFFECT._xscale = 200;
TeleportEFFECT._yscale = 200;
this._x = TaggedMC._x;
this._y = TaggedMC._y;
if (Special <= 99) {
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack14");
}
if (Special >= 100) {
gotoAndStop ("Attack");
Man.gotoAndPlay("Charging");
}
NoobPoint = 0;
fight = true;
ComboMove = 0;
fight = true;
ComboMove = 0;
}
}
if (((ComboMove == 12) && (Targget._currentframe != 1)) && (Targget._currentframe != 2)) {
if (TaggedX != 0) {
TeleportEFFECT = _root.attachMovie("TeleportEFFECT", "TeleportEFFECT" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
TeleportEFFECT._x = this._x;
TeleportEFFECT._y = this._y;
TeleportEFFECT._xscale = 200;
TeleportEFFECT._yscale = 200;
this._x = TaggedMC._x;
this._y = TaggedMC._y;
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack13");
fight = true;
ComboMove = 0;
}
}
if (((ComboMove == 14) && (Targget._currentframe != 1)) && (Targget._currentframe != 2)) {
if (TaggedX != 0) {
TeleportEFFECT = _root.attachMovie("TeleportEFFECT", "TeleportEFFECT" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
TeleportEFFECT._x = this._x;
TeleportEFFECT._y = this._y;
TeleportEFFECT._xscale = 200;
TeleportEFFECT._yscale = 200;
this._x = TaggedMC._x;
this._y = TaggedMC._y;
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack16");
fight = true;
ComboMove = 0;
}
}
if (((ComboMove == 15) && (Targget._currentframe != 1)) && (Targget._currentframe != 2)) {
if (TaggedX != 0) {
TeleportEFFECT = _root.attachMovie("TeleportEFFECT", "TeleportEFFECT" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
TeleportEFFECT._x = this._x;
TeleportEFFECT._y = this._y;
TeleportEFFECT._xscale = 200;
TeleportEFFECT._yscale = 200;
this._x = TaggedMC._x;
this._y = TaggedMC._y;
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack17");
fight = true;
ComboMove = 0;
}
}
}
if ((!fight) && (!Hurt)) {
if (Bot) {
if (Mode == "Dennes") {
RandomCombo = random(2) + 1;
if (Targget.HP >= 1E-16) {
if (Targget.hitbox.hitTest(this._x, this._y - 150, true)) {
_xscale = Xscale;
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack14");
fight = true;
}
if (Targget.hitbox.hitTest(this._x + 80, this._y, true) or (Targget.hitbox.hitTest(this._x + 40, this._y, true) or (Targget.hitbox.hitTest(this._x + 10, this._y, true) or Targget.hitbox.hitTest(this._x - 60, this._y, true)))) {
_xscale = Xscale;
gotoAndStop ("Attack");
if (Targget.xspeed >= -6) {
Man.gotoAndPlay(1);
}
if (Targget.xspeed <= -6) {
Man.gotoAndPlay("Attack7");
}
fight = true;
}
if (Targget.hitbox.hitTest(this._x - 80, this._y, true) or (Targget.hitbox.hitTest(this._x - 40, this._y, true) or (Targget.hitbox.hitTest(this._x - 10, this._y, true) or Targget.hitbox.hitTest(this._x - 60, this._y, true)))) {
_xscale = (-Xscale);
gotoAndStop ("Attack");
if (Targget.xspeed <= 6) {
Man.gotoAndPlay(1);
}
if (Targget.xspeed >= 6) {
Man.gotoAndPlay("Attack7");
}
fight = true;
}
}
DistanceClose = 70;
if ((!fight) && (!Hurt)) {
if (Targget._x >= (_x + DistanceClose)) {
xspeed = xspeed + power;
if (!onground) {
gotoAndStop ("Jump");
}
if (onground) {
_xscale = Xscale;
gotoAndStop ("run");
}
} else if (Targget._x <= (_x - DistanceClose)) {
xspeed = xspeed - power;
if (!onground) {
gotoAndStop ("Jump");
}
if (onground) {
_xscale = (-Xscale);
gotoAndStop ("run");
}
} else {
if (!onground) {
gotoAndStop ("Jump");
}
if (onground) {
gotoAndStop ("stand");
}
}
}
}
}
}
var _local3 = 0;
while (_local3 < _root.McPlayer.length) {
temporaryMc = _root.McPlayer[_local3];
if ((temporaryMc._name != this._name) && (temporaryMc.Team != this.Team)) {
if (this.HP >= 1E-5) {
if (timmer >= 0) {
if (temporaryMc.Man.GoUp01.hitTest(this.hitbox) && (temporaryMc.Man.GoUp01 != null)) {
Hitter = temporaryMc;
if (Hitter._name == "player") {
_root.Hud.Combo.ResetTimer = 0;
_root.Hud.Combo.Hit = _root.Hud.Combo.Hit + 1;
_root.Special = _root.Special + 0.5;
} else {
Special = Special + 0.5;
}
if (Hitter.hitbox.hitTest(_root.Cam)) {
_root.Cam.shake = 1;
}
Bounds = true;
RE._yscale = 20;
HP = HP - 0.5;
Hitter.TaggedX = Hitter._x;
Hitter.TaggedY = Hitter._y;
Hitter.TaggedMC = this;
yspeed = -20;
xspeed = 0;
if (Hitter._xscale >= 1) {
RE._xscale = 20;
_xscale = (-Xscale);
_rotation = 90;
}
if (Hitter._xscale <= -1) {
RE._xscale = -20;
_xscale = Xscale;
_rotation = -90;
}
Hurt = true;
gotoAndStop ("Hurt");
Man.gotoAndPlay(1);
DieAni = 1;
}
if (temporaryMc.Man.DownHitSlap01.hitTest(this.hitbox) && (temporaryMc.Man.DownHitSlap01 != null)) {
friction = 0.95;
Hitter = temporaryMc;
if (Hitter._name == "player") {
_root.Hud.Combo.ResetTimer = 0;
_root.Hud.Combo.Hit = _root.Hud.Combo.Hit + 1;
_root.Special = _root.Special + 1;
} else {
Special = Special + 1;
}
RE = _root.attachMovie("HitS", "HitS" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
RE._y = Hitter._y - 20;
RE._xscale = 40;
RE._yscale = 40;
Twack2.start(0, 1);
HP1.start(0, 1);
BB.start(0, 1);
yspeed = 20;
if (Hitter.hitbox.hitTest(_root.Cam)) {
_root.Cam.shake = 5;
}
if (Hitter.Freeze >= 0) {
Hitter.Freeze = -3;
timmer = Hitter.Freeze;
Freeze = Hitter.Freeze;
Hitter.Man.stop();
}
HP = HP - 2;
Hitter.TaggedX = Hitter._x;
Hitter.TaggedY = Hitter._y;
Hitter.TaggedMC = this;
xspeed = 0;
if (Hitter._xscale >= 1) {
if (!RightWall) {
xspeed = 0;
}
RE._x = Hitter._x + 50;
_xscale = (-Xscale);
}
if (Hitter._xscale <= -1) {
if (!LeftWall) {
}
RE._x = Hitter._x - 50;
_xscale = Xscale;
}
Hurt = true;
onground = false;
flying = true;
gravity = 0.4;
Bounds = true;
gotoAndStop ("Hurt");
Man.gotoAndPlay("FlyAway");
DieAni = 1;
}
}
}
}
_local3++;
}
}
}
};
Morehits = function () {
if (HP >= 0.5) {
} else {
HP = 0;
}
this.Cut01.setVolume(this.distancePlayer - 50);
this.Cut02.setVolume(this.distancePlayer - 50);
this.Cut03.setVolume(this.distancePlayer - 50);
this.Cut04.setVolume(this.distancePlayer - 50);
if (this._name != "player") {
if (this.Team == _root.player.Team) {
this.Skin.TeamMate._alpha = 100;
if (_xscale >= 1) {
this.Skin.TeamMate._xscale = -400;
} else {
this.Skin.TeamMate._xscale = -400;
}
} else {
this.Skin.TeamMate._alpha = 0;
}
}
if (this.HP >= 0) {
if (_root.DeathBar.hitTest(this._x, this._y, true)) {
HP = 0;
}
}
if ((((fight && (!Hurt)) && (Bot)) && (Targget.HP >= 0.0001)) && (Mode == "Defend")) {
if (ComboMove == 1) {
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack2");
fight = true;
ComboMove = 0;
}
if (ComboMove == 2) {
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack3");
fight = true;
ComboMove = 0;
}
if (ComboMove == 3) {
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack8");
fight = true;
ComboMove = 0;
}
if (ComboMove == 6) {
if ((TaggedX != 0) && (TaggedMC.xspeed == 0)) {
TeleportEFFECT = _root.attachMovie("TeleportEFFECT", "TeleportEFFECT" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
TeleportEFFECT._x = this._x;
TeleportEFFECT._y = this._y;
TeleportEFFECT._xscale = 200;
TeleportEFFECT._yscale = 200;
this._x = TaggedMC._x;
this._y = TaggedMC._y;
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack7");
fight = true;
ComboMove = 0;
} else if (TaggedX != 0) {
TeleportEFFECT = _root.attachMovie("TeleportEFFECT", "TeleportEFFECT" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
TeleportEFFECT._x = this._x;
TeleportEFFECT._y = this._y;
TeleportEFFECT._xscale = 200;
TeleportEFFECT._yscale = 200;
this._x = TaggedMC._x;
this._y = TaggedMC._y;
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack14");
fight = true;
ComboMove = 0;
}
}
if (ComboMove == 7) {
if (TaggedX != 0) {
TeleportEFFECT = _root.attachMovie("TeleportEFFECT", "TeleportEFFECT" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
TeleportEFFECT._x = this._x;
TeleportEFFECT._y = this._y;
TeleportEFFECT._xscale = 200;
TeleportEFFECT._yscale = 200;
this._x = TaggedMC._x;
this.xspeed = TaggedMC.xspeed;
this.yspeed = TaggedMC.yspeed;
this._y = TaggedMC._y;
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack11");
fight = true;
ComboMove = 0;
}
}
if (ComboMove == 10) {
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack19");
fight = true;
ComboMove = 0;
}
RandomCombo = random(2) + 1;
if (ComboMove == 14) {
if ((TaggedX != 0) && (RandomCombo == 1)) {
TeleportEFFECT = _root.attachMovie("TeleportEFFECT", "TeleportEFFECT" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
TeleportEFFECT._x = this._x;
TeleportEFFECT._y = this._y;
TeleportEFFECT._xscale = 200;
TeleportEFFECT._yscale = 200;
this._x = TaggedMC._x;
this._y = TaggedMC._y;
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack16");
fight = true;
ComboMove = 0;
}
if ((TaggedX != 0) && (RandomCombo == 2)) {
TeleportEFFECT = _root.attachMovie("TeleportEFFECT", "TeleportEFFECT" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
TeleportEFFECT._x = this._x;
TeleportEFFECT._y = this._y;
TeleportEFFECT._xscale = 200;
TeleportEFFECT._yscale = 200;
this._x = TaggedMC._x;
this._y = TaggedMC._y;
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack6");
fight = true;
ComboMove = 0;
}
}
if (ComboMove == 15) {
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack17");
fight = true;
ComboMove = 0;
}
if (ComboMove == 12) {
if (TaggedX != 0) {
TeleportEFFECT = _root.attachMovie("TeleportEFFECT", "TeleportEFFECT" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
TeleportEFFECT._x = this._x;
TeleportEFFECT._y = this._y;
TeleportEFFECT._xscale = 200;
TeleportEFFECT._yscale = 200;
this._x = TaggedMC._x;
this._y = TaggedMC._y;
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack13");
fight = true;
ComboMove = 0;
}
}
}
if (ComboMove == 500) {
if (Key.isDown(PunchKey)) {
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack501");
fight = true;
ComboMove = 0;
}
}
if (this.HP > 100) {
this.HP = 100;
}
if (this.HP < 0) {
this.HP = 0;
}
if (this.HP >= 0) {
if (_root.HitSp.hitTest(this._x, this._y, true)) {
this.HP = 0;
xspeed = 0;
yspeed = 0;
}
if (_root.HitSp2.hitTest(this._x, this._y, true)) {
this.HP = 0;
xspeed = 0;
yspeed = 0;
}
} else {
if (_root.HitSp.hitTest(this._x, this._y, true)) {
xspeed = 0;
yspeed = 0;
}
if (_root.HitSp2.hitTest(this._x, this._y, true)) {
xspeed = 0;
yspeed = 0;
}
}
if (_root.Game != "set") {
if (_root.Game != "Pause") {
if (this.HP >= 0.0001) {
if ((Hurt && (flying)) && (Recovery >= 0)) {
Recovery = Recovery - 1;
}
if ((Hurt && (flying)) && (Recovery <= 0)) {
gotoAndStop ("Jump");
Recovery = 0;
Hurt = false;
flying = false;
}
}
Namer._x = this._x;
Namer._y = this._y;
if (ComboMove == 12) {
if (Mode == "Attacker") {
if (TaggedX != 0) {
this._x = TaggedMC._x;
this._y = TaggedMC._y;
TaggedMC.yspeed = 30;
yspeed = TaggedMC.yspeed;
TaggedMC.xspeed = 0;
}
gotoAndStop ("Attack");
NoobPoint = 0;
Man.gotoAndPlay("Attack13");
fight = true;
ComboMove = 0;
}
}
if (((!fight) && (!Hurt)) && (Bot)) {
if (Mode == "Attacker") {
if (_root.ShieldShit.hitTest(_root.OnBase03)) {
if (_root.CACA2.hitTest(this._x + 70, this._y, true)) {
_xscale = Xscale;
gotoAndStop ("Attack");
Man.gotoAndPlay(1);
fight = true;
}
if (_root.CACA2.hitTest(this._x - 70, this._y, true)) {
_xscale = (-Xscale);
gotoAndStop ("Attack");
Man.gotoAndPlay(1);
fight = true;
}
if (((_root.OutSideBase01.hitTest(this._x, this._y, true) && (!fight)) && (!Hurt)) && (_currentframe != 5)) {
xspeed = xspeed + power;
_xscale = Xscale;
gotoAndStop ("run");
}
if ((!_root.ground.hitTest(this._x + 50, this._y + 35, true)) && (onground)) {
gotoAndStop ("StartJump");
}
if (((_root.OnBase08.hitTest(this._x, this._y, true) && (!fight)) && (!Hurt)) && (_currentframe != 5)) {
xspeed = xspeed + power;
_xscale = Xscale;
gotoAndStop ("run");
if ((!_root.ground.hitTest(this._x + 50, this._y + 35, true)) && (onground)) {
gotoAndStop ("StartJump");
}
}
if ((((_root.OnBase09.hitTest(this._x, this._y, true) && (!fight)) && (!Hurt)) && (onground)) && (_currentframe != 5)) {
xspeed = xspeed - power;
_xscale = Xscale;
gotoAndStop ("run");
}
if (((_root.OnBase02.hitTest(this._x, this._y, true) && (!fight)) && (!Hurt)) && (_currentframe != 5)) {
xspeed = xspeed + power;
_xscale = Xscale;
gotoAndStop ("run");
}
if ((((_root.OutSideBase01.hitTest(this._x, this._y, true) && (!fight)) && (!Hurt)) && (onground)) && (_currentframe != 5)) {
xspeed = xspeed + power;
_xscale = Xscale;
gotoAndStop ("run");
}
if (((_root.OutSideBase02.hitTest(this._x, this._y, true) && (!fight)) && (!Hurt)) && (_currentframe != 5)) {
xspeed = xspeed + power;
_xscale = Xscale;
gotoAndStop ("run");
}
if ((((_root.OutSideBaseUp01.hitTest(this._x, this._y, true) && (!fight)) && (!Hurt)) && (onground)) && (_currentframe != 5)) {
gotoAndStop ("StartJump");
}
if (_root.ShieldShit.hitTest(this._x - 50, this._y, true)) {
_xscale = (-Xscale);
if (Special <= 99) {
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack7");
} else {
gotoAndStop ("Attack");
Man.gotoAndPlay("Charging");
}
fight = true;
}
if (_root.ShieldShit.hitTest(this._x + 50, this._y, true)) {
_xscale = Xscale;
if (Special <= 99) {
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack7");
} else {
gotoAndStop ("Attack");
Man.gotoAndPlay("Charging");
}
fight = true;
}
if (((_root.OnBase05.hitTest(this._x, this._y, true) && (!fight)) && (!Hurt)) && (_currentframe != 5)) {
xspeed = xspeed + power;
_xscale = Xscale;
gotoAndStop ("run");
}
if ((((_root.OnBase06.hitTest(this._x, this._y, true) && (!fight)) && (!Hurt)) && (_currentframe != 5)) && (!onground)) {
xspeed = xspeed + power;
}
if ((((_root.OnBase07.hitTest(this._x, this._y, true) && (!fight)) && (!Hurt)) && (_currentframe != 5)) && (!onground)) {
xspeed = xspeed - power;
}
if ((((_root.OnBase07.hitTest(this._x, this._y, true) && (!fight)) && (!Hurt)) && (_currentframe != 5)) && (onground)) {
xspeed = xspeed - power;
_xscale = (-Xscale);
gotoAndStop ("run");
}
if (((_root.OutSideBaseUp02.hitTest(this._x, this._y, true) && (!fight)) && (!Hurt)) && (onground)) {
gotoAndStop ("StartJump");
}
if (((_root.OutSideBaseUp03.hitTest(this._x, this._y, true) && (!fight)) && (!Hurt)) && (onground)) {
gotoAndStop ("StartJump");
}
if (((_root.OutSideBaseUp02.hitTest(this._x, this._y, true) && (!fight)) && (!Hurt)) && (!onground)) {
if (((!onground) && (yspeed >= 1)) && (JumpTimes >= 1)) {
yspeed = -JumpPower;
gotoAndStop ("Jump");
Man.gotoAndPlay(1);
JumpTimes = JumpTimes - 1;
}
}
if ((_root.OutSideBaseUp04.hitTest(this._x, this._y, true) && (!fight)) && (!Hurt)) {
if (((!onground) && (yspeed >= 1)) && (JumpTimes >= 1)) {
yspeed = -JumpPower;
gotoAndStop ("Jump");
Man.gotoAndPlay(1);
JumpTimes = JumpTimes - 1;
}
}
}
if (_root.ShieldShit.hitTest(_root.OnBase01)) {
if (_root.ShieldShit.hitTest(this._x - 70, this._y, true)) {
_xscale = (-Xscale);
if (Special <= 99) {
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack7");
} else {
gotoAndStop ("Attack");
Man.gotoAndPlay("Charging");
}
fight = true;
}
if (_root.ShieldShit.hitTest(this._x + 70, this._y, true)) {
_xscale = Xscale;
if (Special <= 99) {
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack7");
} else {
gotoAndStop ("Attack");
Man.gotoAndPlay("Charging");
}
fight = true;
}
if (_root.CACA2.hitTest(this._x + 70, this._y, true)) {
_xscale = Xscale;
gotoAndStop ("Attack");
Man.gotoAndPlay(1);
fight = true;
}
if (((_root.OutSideBase01.hitTest(this._x, this._y, true) && (!fight)) && (!Hurt)) && (_currentframe != 5)) {
xspeed = xspeed + power;
_xscale = Xscale;
gotoAndStop ("run");
}
if (((_root.OutSideBase02.hitTest(this._x, this._y, true) && (!fight)) && (!Hurt)) && (_currentframe != 5)) {
xspeed = xspeed + power;
_xscale = Xscale;
gotoAndStop ("run");
}
if (((_root.OnBase02.hitTest(this._x, this._y, true) && (!fight)) && (!Hurt)) && (_currentframe != 5)) {
xspeed = xspeed + power;
_xscale = Xscale;
gotoAndStop ("run");
}
if (((_root.OnBase01.hitTest(this._x, this._y, true) && (!fight)) && (!Hurt)) && (_currentframe != 5)) {
xspeed = xspeed - power;
_xscale = (-Xscale);
gotoAndStop ("run");
}
if (((_root.OutSideBaseUp01.hitTest(this._x, this._y, true) && (!fight)) && (!Hurt)) && (onground)) {
gotoAndStop ("StartJump");
}
}
}
}
if ((((Mode == "Defend") && (!fight)) && (!Hurt)) && (Bot)) {
if (_root.ShieldShit._currentframe > 2) {
attackhim = _root.ShieldShit;
}
DistanceClose = 70;
if (attackhim != _root.ShieldShit) {
if (_root.ShieldShit.hitTest(_root.OnBase01)) {
if (_root.CACA2.hitTest(this._x + 70, this._y, true)) {
_xscale = Xscale;
gotoAndStop ("Attack");
Man.gotoAndPlay(1);
fight = true;
}
if (_root.CACA2.hitTest(this._x - 70, this._y, true)) {
_xscale = (-Xscale);
gotoAndStop ("Attack");
Man.gotoAndPlay(1);
fight = true;
}
if ((((_root.OutSideBase01.hitTest(this._x, this._y, true) && (!fight)) && (!Hurt)) && (onground)) && (_currentframe != 5)) {
xspeed = xspeed + power;
_xscale = Xscale;
gotoAndStop ("run");
}
if (_root.OnBase03.hitTest(this._x, this._y, true) and _root.OnBase03.hitTest(attackhim._x, attackhim._y, true)) {
if ((_currentframe != 5) && (!fight)) {
if (attackhim._x >= (_x + DistanceClose)) {
xspeed = xspeed + power;
_xscale = Xscale;
gotoAndStop ("run");
} else if (attackhim._x <= (_x - DistanceClose)) {
xspeed = xspeed - power;
_xscale = (-Xscale);
gotoAndStop ("run");
} else {
gotoAndStop ("stand");
if (Targget.NewTargget == this) {
attackhim = Targget;
}
}
}
}
}
}
if (_root.ShieldShit.hitTest(_root.OnBase01)) {
if (_root.OnBase03.hitTest(this._x, this._y, true) and _root.OnBase01.hitTest(attackhim._x, attackhim._y, true)) {
xspeed = xspeed + power;
_xscale = Xscale;
gotoAndStop ("run");
}
if (_root.OnBase02.hitTest(this._x, this._y, true) and _root.OnBase01.hitTest(attackhim._x, attackhim._y, true)) {
xspeed = xspeed + power;
_xscale = Xscale;
gotoAndStop ("run");
}
if (_root.OnBase01.hitTest(this._x, this._y, true) and _root.OnBase01.hitTest(attackhim._x, attackhim._y, true)) {
if ((_currentframe != 5) && (!fight)) {
if (attackhim._x >= (_x + DistanceClose)) {
xspeed = xspeed + power;
_xscale = Xscale;
gotoAndStop ("run");
} else if (attackhim._x <= (_x - DistanceClose)) {
xspeed = xspeed - power;
_xscale = (-Xscale);
gotoAndStop ("run");
} else {
gotoAndStop ("stand");
if (Targget.NewTargget == this) {
attackhim = Targget;
}
}
}
}
}
}
if (attackhim == _root.ShieldShit) {
if (_root.ShieldShit.hitTest(_root.OnBase01)) {
if (((_root.OnBase03.hitTest(this._x, this._y, true) && (!fight)) && (!Hurt)) && (_currentframe != 5)) {
xspeed = xspeed + power;
_xscale = Xscale;
gotoAndStop ("run");
}
if (((_root.OnBase01.hitTest(this._x, this._y, true) && (!fight)) && (!Hurt)) && (_currentframe != 5)) {
xspeed = xspeed - power;
_xscale = (-Xscale);
gotoAndStop ("run");
}
if (((_root.OnBase02.hitTest(this._x, this._y, true) && (!fight)) && (!Hurt)) && (_currentframe != 5)) {
xspeed = xspeed + power;
_xscale = Xscale;
gotoAndStop ("run");
}
}
if (_root.ShieldShit.hitTest(_root.OnBase03)) {
if (_root.CACA2.hitTest(this._x + 70, this._y, true)) {
_xscale = Xscale;
gotoAndStop ("Attack");
Man.gotoAndPlay(1);
fight = true;
}
if (_root.CACA2.hitTest(this._x - 70, this._y, true)) {
_xscale = (-Xscale);
gotoAndStop ("Attack");
Man.gotoAndPlay(1);
fight = true;
}
if (((_root.OnBase08.hitTest(this._x, this._y, true) && (!fight)) && (!Hurt)) && (_currentframe != 5)) {
xspeed = xspeed + power;
_xscale = Xscale;
gotoAndStop ("run");
if ((!_root.ground.hitTest(this._x + 50, this._y + 35, true)) && (onground)) {
gotoAndStop ("StartJump");
}
}
if ((((_root.OutSideBase01.hitTest(this._x, this._y, true) && (!fight)) && (!Hurt)) && (onground)) && (_currentframe != 5)) {
xspeed = xspeed + power;
_xscale = Xscale;
gotoAndStop ("run");
}
if (((_root.OutSideBase02.hitTest(this._x, this._y, true) && (!fight)) && (!Hurt)) && (_currentframe != 5)) {
xspeed = xspeed + power;
_xscale = Xscale;
gotoAndStop ("run");
}
if ((((_root.OutSideBaseUp01.hitTest(this._x, this._y, true) && (!fight)) && (!Hurt)) && (onground)) && (_currentframe != 5)) {
gotoAndStop ("StartJump");
}
if (((_root.OnBase02.hitTest(this._x, this._y, true) && (!fight)) && (!Hurt)) && (_currentframe != 5)) {
xspeed = xspeed + power;
_xscale = Xscale;
gotoAndStop ("run");
}
if (((_root.OnBase05.hitTest(this._x, this._y, true) && (!fight)) && (!Hurt)) && (_currentframe != 5)) {
xspeed = xspeed + power;
_xscale = Xscale;
gotoAndStop ("run");
}
if ((((_root.OnBase09.hitTest(this._x, this._y, true) && (!fight)) && (!Hurt)) && (onground)) && (_currentframe != 5)) {
xspeed = xspeed - power;
_xscale = (-Xscale);
gotoAndStop ("run");
}
if (((_root.OutSideBaseUp02.hitTest(this._x, this._y, true) && (!fight)) && (!Hurt)) && (onground)) {
gotoAndStop ("StartJump");
}
if (((_root.OutSideBaseUp02.hitTest(this._x, this._y, true) && (!fight)) && (!Hurt)) && (!onground)) {
if (((!onground) && (yspeed >= 1)) && (JumpTimes >= 1)) {
yspeed = -JumpPower;
gotoAndStop ("Jump");
Man.gotoAndPlay(1);
JumpTimes = JumpTimes - 1;
}
}
if ((((_root.OnBase06.hitTest(this._x, this._y, true) && (!fight)) && (!Hurt)) && (!onground)) && (_currentframe != 5)) {
xspeed = xspeed + power;
_xscale = Xscale;
gotoAndStop ("run");
}
if (((_root.OutSideBaseUp03.hitTest(this._x, this._y, true) && (!fight)) && (!Hurt)) && (onground)) {
gotoAndStop ("StartJump");
}
if (((_root.OutSideBaseUp04.hitTest(this._x, this._y, true) && (!fight)) && (!Hurt)) && (onground)) {
gotoAndStop ("StartJump");
}
if (((_root.OutSideBaseUp04.hitTest(this._x, this._y, true) && (!fight)) && (!Hurt)) && (!onground)) {
if (((!onground) && (yspeed >= 1)) && (JumpTimes >= 1)) {
yspeed = -JumpPower;
gotoAndStop ("Jump");
Man.gotoAndPlay(1);
JumpTimes = JumpTimes - 1;
}
}
if (((_root.OnBase07.hitTest(this._x, this._y, true) && (!fight)) && (!Hurt)) && (_currentframe != 5)) {
xspeed = xspeed - power;
_xscale = (-Xscale);
gotoAndStop ("run");
}
if (_root.ShieldShit.hitTest(_root.OnBase01)) {
if (((_root.OutSideBaseUp03.hitTest(this._x, this._y, true) && (!fight)) && (!Hurt)) && (_currentframe != 5)) {
xspeed = xspeed - power;
_xscale = (-Xscale);
gotoAndStop ("run");
}
if (_root.CACA.hitTest(this._x + 50, this._y, true) && (!fight)) {
_xscale = Xscale;
gotoAndStop ("Attack");
Man.gotoAndPlay(1);
fight = true;
}
if (_root.CACA.hitTest(this._x - 50, this._y, true) && (!fight)) {
_xscale = (-Xscale);
gotoAndStop ("Attack");
Man.gotoAndPlay(1);
fight = true;
}
if (_root.OnBase03.hitTest(this._x, this._y, true) && (!fight)) {
xspeed = xspeed + power;
_xscale = Xscale;
gotoAndStop ("run");
}
if (_root.OnBase02.hitTest(this._x, this._y, true) && (!fight)) {
xspeed = xspeed + power;
_xscale = Xscale;
gotoAndStop ("run");
}
if (_root.OnBase01.hitTest(this._x, this._y, true) && (!fight)) {
if (attackhim._x >= (_x + DistanceClose)) {
xspeed = xspeed + power;
_xscale = Xscale;
gotoAndStop ("run");
} else if (attackhim._x <= (_x - DistanceClose)) {
xspeed = xspeed - power;
_xscale = (-Xscale);
gotoAndStop ("run");
} else {
gotoAndStop ("stand");
_xscale = Xscale;
if (Targget.NewTargget == this) {
attackhim = Targget;
}
}
}
}
}
}
if ((_currentframe == 6) && (onground)) {
gotoAndStop (1);
}
if (((((attackhim != _root.ShieldShit) && (!fight)) && (!Hurt)) && (Bot)) && (Mode == "Defend")) {
if (_currentframe != 5) {
if ((((_root.OutSideBaseUp01.hitTest(this._x, this._y, true) && (!fight)) && (!Hurt)) && (onground)) && (_currentframe != 5)) {
gotoAndStop ("StartJump");
}
if (_root.CACA.hitTest(this._x + 50, this._y, true) && (!fight)) {
_xscale = Xscale;
gotoAndStop ("Attack");
Man.gotoAndPlay(1);
fight = true;
}
if (_root.CACA.hitTest(this._x - 50, this._y, true) && (!fight)) {
_xscale = (-Xscale);
gotoAndStop ("Attack");
Man.gotoAndPlay(1);
fight = true;
}
if (Targget._x >= (_x + DistanceClose)) {
if (xspeed >= (xspeed + power)) {
xspeed = xspeed - power;
}
xspeed = xspeed + power;
_xscale = Xscale;
gotoAndStop ("run");
} else if (Targget._x <= (_x - DistanceClose)) {
if (xspeed <= (xspeed - power)) {
xspeed = xspeed + power;
}
xspeed = xspeed - power;
_xscale = (-Xscale);
gotoAndStop ("run");
} else {
gotoAndStop ("stand");
_xscale = Xscale;
if (Targget.NewTargget == this) {
attackhim = Targget;
}
}
}
if (Targget.hitbox.hitTest(this._x, this._y - 200, true) or (Targget.hitbox.hitTest(this._x - 50, this._y - 200, true) or Targget.hitbox.hitTest(this._x + 50, this._y - 200, true))) {
if (onground) {
this.gotoAndStop("StartJump");
}
}
if (Targget.hitbox.hitTest(this._x, this._y - 100, true) or ((Targget.hitbox.hitTest(this._x - 50, this._y - 100, true) or Targget.hitbox.hitTest(this._x + 50, this._y - 100, true)) && (!onground))) {
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack14");
fight = true;
}
if (Targget.hitbox.hitTest(this._x + 10, this._y, true)) {
_xscale = Xscale;
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack14");
fight = true;
}
if (Targget.hitbox.hitTest(this._x + 70, this._y, true) or Targget.hitbox.hitTest(this._x + 50, this._y, true)) {
_xscale = Xscale;
gotoAndStop ("Attack");
Man.gotoAndPlay(1);
fight = true;
}
if (Targget.hitbox.hitTest(this._x - 70, this._y, true) or Targget.hitbox.hitTest(this._x - 50, this._y, true)) {
_xscale = (-Xscale);
gotoAndStop ("Attack");
Man.gotoAndPlay(1);
fight = true;
}
if (Targget.hitbox.hitTest(this._x - 10, this._y, true)) {
_xscale = Xscale;
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack14");
fight = true;
}
if (Targget.BotRead == "Slap01") {
if (Targget.hitbox.hitTest(this._x + 300, this._y, true)) {
if (Special >= 100) {
_xscale = Xscale;
gotoAndStop ("Attack");
Man.gotoAndPlay("Charging");
NoobPoint = 0;
fight = true;
ComboMove = 0;
}
}
if (Targget.hitbox.hitTest(this._x - 300, this._y, true)) {
if (Special >= 100) {
_xscale = (-Xscale);
gotoAndStop ("Attack");
Man.gotoAndPlay("Charging");
NoobPoint = 0;
fight = true;
ComboMove = 0;
}
}
}
if (Targget.BotRead == "FastSlap") {
if ((Targget.hitbox._x > this._x) && (Targget.hitbox._x < (this._x + 300))) {
if (Special >= 100) {
_xscale = Xscale;
gotoAndStop ("Attack");
Man.gotoAndPlay("Charging");
NoobPoint = 0;
fight = true;
ComboMove = 0;
}
}
if ((Targget.hitbox._x < this._x) && (Targget.hitbox._x > (this._x - 300))) {
if (Special >= 100) {
_xscale = (-Xscale);
gotoAndStop ("Attack");
Man.gotoAndPlay("Charging");
NoobPoint = 0;
fight = true;
ComboMove = 0;
}
}
}
}
var _local3 = 0;
while (_local3 < _root.McPlayer.length) {
temporaryMc = _root.McPlayer[_local3];
if ((temporaryMc._name != this._name) && (temporaryMc.Team != this.Team)) {
if (this.HP >= 1E-5) {
if (timmer >= 0) {
if (temporaryMc.Man.GoUp01.hitTest(this.hitbox) && (temporaryMc.Man.GoUp01 != null)) {
Hitter = temporaryMc;
if (Hitter._name == "player") {
_root.Hud.Combo.ResetTimer = 0;
_root.Hud.Combo.Hit = _root.Hud.Combo.Hit + 1;
_root.Special = _root.Special + 0.5;
} else {
Special = Special + 0.5;
}
if (Hitter.hitbox.hitTest(_root.Cam)) {
_root.Cam.shake = 1;
}
Bounds = true;
RE._yscale = 20;
HP = HP - 0.5;
Hitter.TaggedX = Hitter._x;
Hitter.TaggedY = Hitter._y;
Hitter.TaggedMC = this;
yspeed = -20;
xspeed = 0;
if (Hitter._xscale >= 1) {
RE._xscale = 20;
_xscale = (-Xscale);
_rotation = 90;
}
if (Hitter._xscale <= -1) {
RE._xscale = -20;
_xscale = Xscale;
_rotation = -90;
}
Hurt = true;
gotoAndStop ("Hurt");
Man.gotoAndPlay(1);
DieAni = 1;
}
if (temporaryMc.Man.DownHitSlap01.hitTest(this.hitbox) && (temporaryMc.Man.DownHitSlap01 != null)) {
friction = 0.95;
Hitter = temporaryMc;
if (Hitter._name == "player") {
_root.Hud.Combo.ResetTimer = 0;
_root.Hud.Combo.Hit = _root.Hud.Combo.Hit + 1;
_root.Special = _root.Special + 1;
} else {
Special = Special + 1;
}
RE = _root.attachMovie("HitS", "HitS" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
RE._y = Hitter._y - 20;
RE._xscale = 40;
RE._yscale = 40;
Twack2.start(0, 1);
HP1.start(0, 1);
BB.start(0, 1);
yspeed = 20;
if (Hitter.hitbox.hitTest(_root.Cam)) {
_root.Cam.shake = 5;
}
if (Hitter.Freeze >= 0) {
Hitter.Freeze = -3;
timmer = Hitter.Freeze;
Freeze = Hitter.Freeze;
Hitter.Man.stop();
}
HP = HP - 2;
Hitter.TaggedX = Hitter._x;
Hitter.TaggedY = Hitter._y;
Hitter.TaggedMC = this;
xspeed = 0;
if (Hitter._xscale >= 1) {
if (!RightWall) {
xspeed = 0;
}
RE._x = Hitter._x + 50;
_xscale = (-Xscale);
}
if (Hitter._xscale <= -1) {
if (!LeftWall) {
}
RE._x = Hitter._x - 50;
_xscale = Xscale;
}
Hurt = true;
onground = false;
flying = true;
gravity = 0.4;
Bounds = true;
gotoAndStop ("Hurt");
Man.gotoAndPlay("FlyAway");
DieAni = 1;
}
if (temporaryMc.Man.SlapHard07.hitTest(this.hitbox)) {
friction = 0.95;
Hitter = temporaryMc;
if (Hitter._name == "player") {
_root.Hud.Combo.ResetTimer = 0;
_root.Hud.Combo.Hit = _root.Hud.Combo.Hit + 1;
_root.Special = _root.Special + 1;
} else {
Special = Special + 1;
}
RE = _root.attachMovie("HitS", "HitS" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
RE._y = Hitter._y - 20;
RE._xscale = 40;
RE._yscale = 40;
HP2.start(0, 1);
Twack2.start(0, 1);
yspeed = -15;
if (Hitter.hitbox.hitTest(_root.Cam)) {
_root.Cam.shake = 1;
}
if (Hitter.Freeze >= 0) {
Hitter.Freeze = 0;
timmer = Hitter.Freeze;
Freeze = Hitter.Freeze;
Hitter.Man.stop();
}
Hitter.TaggedX = Hitter._x;
Hitter.TaggedY = Hitter._y;
Hitter.TaggedMC = this;
HP = HP - 4;
if (Hitter._xscale >= 1) {
if (!LeftWall) {
xspeed = Hitter.xspeed - 40;
}
RE._x = Hitter._x + 50;
_xscale = Xscale;
}
if (Hitter._xscale <= -1) {
if (!RightWall) {
xspeed = Hitter.xspeed + 40;
}
RE._x = Hitter._x - 50;
_xscale = (-Xscale);
}
Hurt = true;
onground = false;
flying = true;
gravity = 0.4;
gotoAndStop ("Hurt");
Man.gotoAndPlay("FlyAway");
DieAni = 1;
}
if (temporaryMc.Man.HoldThere.hitTest(this.hitbox)) {
Hitter = temporaryMc;
friction = 0.65;
gravity = 0.5;
if (Hitter._name == "player") {
_root.Hud.Combo.ResetTimer = 0;
_root.Hud.Combo.Hit = _root.Hud.Combo.Hit + 1;
}
RE = _root.attachMovie("HitS", "HitS" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
RE._y = this._y;
RE._x = this._x;
RE._yscale = 20;
if (Hitter._x > this._x) {
RE._xscale = 20;
_xscale = (-Xscale);
this._x = Hitter._x + 50;
}
if (Hitter._xscale <= -1) {
RE._xscale = -20;
_xscale = Xscale;
this._x = Hitter._x - 50;
}
Hurt = true;
gotoAndStop ("Hurt");
Man.gotoAndPlay(1);
DieAni = 1;
}
if (temporaryMc.Man.HitCut01.hitTest(this.hitbox)) {
Hitter = temporaryMc;
if (Hitter._name == "player") {
_root.Hud.Combo.ResetTimer = 0;
_root.Hud.Combo.Hit = _root.Hud.Combo.Hit + 1;
_root.Special = _root.Special + 0.5;
} else {
Special = Special + 0.5;
}
RE = _root.attachMovie("Hit6", "Hit6" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
RE._y = this._y - 30;
RE._x = this._x;
RE._yscale = 20;
if (Hitter.Freeze >= 0) {
Hitter.Freeze = 0;
timmer = Hitter.Freeze;
Freeze = Hitter.Freeze;
Hitter.Man.stop();
}
HP = HP - 1;
Hitter.TaggedX = Hitter._x;
Hitter.TaggedY = Hitter._y;
Hitter.TaggedMC = this;
Cut01.start(0, 1);
if (Hitter._xscale >= 1) {
RE._xscale = 20;
_xscale = (-Xscale);
}
if (Hitter._xscale <= -1) {
RE._xscale = -20;
_xscale = Xscale;
}
Hurt = true;
gotoAndStop ("Hurt");
Man.gotoAndPlay(1);
DieAni = 1;
}
if (temporaryMc.Man.HitCut02.hitTest(this.hitbox)) {
Hitter = temporaryMc;
if (Hitter._name == "player") {
_root.Hud.Combo.ResetTimer = 0;
_root.Hud.Combo.Hit = _root.Hud.Combo.Hit + 1;
_root.Special = _root.Special + 0.5;
} else {
Special = Special + 0.5;
}
RE = _root.attachMovie("Hit6", "Hit6" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
RE._y = this._y - 30;
RE._x = this._x;
RE._yscale = 20;
if (Hitter.Freeze >= 0) {
Hitter.Freeze = 0;
timmer = Hitter.Freeze;
Freeze = Hitter.Freeze;
Hitter.Man.stop();
}
HP = HP - 1;
Hitter.TaggedX = Hitter._x;
Hitter.TaggedY = Hitter._y;
Hitter.TaggedMC = this;
Cut02.start(0, 1);
if (Hitter._xscale >= 1) {
RE._xscale = 20;
_xscale = (-Xscale);
}
if (Hitter._xscale <= -1) {
RE._xscale = -20;
_xscale = Xscale;
}
Hurt = true;
gotoAndStop ("Hurt");
Man.gotoAndPlay(1);
DieAni = 1;
}
if (temporaryMc.Man.PwnCombo.hitTest(this.hitbox)) {
Hitter = temporaryMc;
friction = 0.65;
gravity = 0.5;
if (Hitter._name == "player") {
_root.Hud.Combo.ResetTimer = 0;
_root.Hud.Combo.Hit = _root.Hud.Combo.Hit + 1;
_root.Special = _root.Special + 0.5;
} else {
Special = Special + 0.5;
}
RE = _root.attachMovie("HitS", "HitS" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
RE._y = this._y;
RE._x = this._x;
RE._yscale = 20;
if (Hitter.Freeze >= 0) {
Hitter.Freeze = 0;
timmer = Hitter.Freeze;
Freeze = Hitter.Freeze;
Hitter.Man.stop();
}
HP = HP - 10;
Hitter.TaggedX = Hitter._x;
Hitter.TaggedY = Hitter._y;
Hitter.TaggedMC = this;
HP2.start(0, 1);
if (Hitter._xscale >= 1) {
RE._xscale = 20;
_xscale = (-Xscale);
xspeed = 0;
}
if (Hitter._xscale <= -1) {
RE._xscale = -20;
_xscale = Xscale;
xspeed = 0;
}
Hurt = true;
gotoAndStop ("Hurt");
Man.gotoAndPlay(1);
DieAni = 1;
}
if (temporaryMc.Man.Cut1.hitTest(this.hitbox)) {
Hitter = temporaryMc;
if (Hitter._name == "player") {
_root.Hud.Combo.ResetTimer = 0;
_root.Hud.Combo.Hit = _root.Hud.Combo.Hit + 1;
_root.Special = _root.Special + 0.5;
} else {
Special = Special + 0.5;
}
RE = _root.attachMovie("Hit6", "Hit6" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
RE._y = this._y;
RE._x = this._x;
RE._yscale = 20;
if (Hitter.Freeze >= 0) {
Hitter.Freeze = -3;
timmer = Hitter.Freeze;
Freeze = Hitter.Freeze;
Hitter.Man.stop();
}
HP = HP - 1;
Hitter.TaggedX = Hitter._x;
Hitter.TaggedY = Hitter._y;
Hitter.TaggedMC = this;
Cut01.start(0, 1);
if (Hitter._xscale >= 1) {
RE._xscale = 20;
_xscale = (-Xscale);
}
if (Hitter._xscale <= -1) {
RE._xscale = -20;
_xscale = Xscale;
}
Hurt = true;
gotoAndStop ("Hurt");
Man.gotoAndPlay(1);
DieAni = 1;
}
if (temporaryMc.Man.Cut2.hitTest(this.hitbox)) {
Hitter = temporaryMc;
if (Hitter._name == "player") {
_root.Hud.Combo.ResetTimer = 0;
_root.Hud.Combo.Hit = _root.Hud.Combo.Hit + 1;
_root.Special = _root.Special + 0.5;
} else {
Special = Special + 0.5;
}
RE = _root.attachMovie("Hit6", "Hit6" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
RE._y = this._y;
RE._x = this._x;
RE._yscale = 20;
if (Hitter.Freeze >= 0) {
Hitter.Freeze = -3;
timmer = Hitter.Freeze;
Freeze = Hitter.Freeze;
Hitter.Man.stop();
}
HP = HP - 1;
Hitter.TaggedX = Hitter._x;
Hitter.TaggedY = Hitter._y;
Hitter.TaggedMC = this;
Cut02.start(0, 1);
if (Hitter._xscale >= 1) {
RE._xscale = 20;
_xscale = (-Xscale);
}
if (Hitter._xscale <= -1) {
RE._xscale = -20;
_xscale = Xscale;
}
Hurt = true;
gotoAndStop ("Hurt");
Man.gotoAndPlay(1);
DieAni = 1;
}
if (temporaryMc.Man.Cut3.hitTest(this.hitbox)) {
Hitter = temporaryMc;
if (Hitter._name == "player") {
_root.Hud.Combo.ResetTimer = 0;
_root.Hud.Combo.Hit = _root.Hud.Combo.Hit + 1;
_root.Special = _root.Special + 0.5;
} else {
Special = Special + 0.5;
}
RE = _root.attachMovie("Hit6", "Hit6" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
RE._y = this._y;
RE._x = this._x;
RE._xscale = 20;
RE._yscale = 20;
if (Hitter.Freeze >= 0) {
Hitter.Freeze = -3;
timmer = Hitter.Freeze;
Freeze = Hitter.Freeze;
Hitter.Man.stop();
}
HP = HP - 1;
Hitter.TaggedX = Hitter._x;
Hitter.TaggedY = Hitter._y;
Hitter.TaggedMC = this;
Cut03.start(0, 1);
if (Hitter._xscale >= 1) {
RE._xscale = 20;
_xscale = (-Xscale);
}
if (Hitter._xscale <= -1) {
RE._xscale = -20;
_xscale = Xscale;
}
Hurt = true;
gotoAndStop ("Hurt");
Man.gotoAndPlay(1);
DieAni = 1;
}
if (temporaryMc.Man.Cut4.hitTest(this.hitbox)) {
Hitter = temporaryMc;
if (Hitter._name == "player") {
_root.Hud.Combo.ResetTimer = 0;
_root.Hud.Combo.Hit = _root.Hud.Combo.Hit + 1;
_root.Special = _root.Special + 0.5;
} else {
Special = Special + 0.5;
}
RE = _root.attachMovie("Hit6", "Hit6" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
RE._y = this._y;
RE._x = this._x;
RE._yscale = 20;
if (Hitter.Freeze >= 0) {
Hitter.Freeze = -3;
timmer = Hitter.Freeze;
Freeze = Hitter.Freeze;
Hitter.Man.stop();
}
HP = HP - 1;
Hitter.TaggedX = Hitter._x;
Hitter.TaggedY = Hitter._y;
Hitter.TaggedMC = this;
Cut04.start(0, 1);
if (Hitter._xscale >= 1) {
RE._xscale = 20;
_xscale = (-Xscale);
}
if (Hitter._xscale <= -1) {
RE._xscale = -20;
_xscale = Xscale;
}
Hurt = true;
gotoAndStop ("Hurt");
Man.gotoAndPlay(1);
DieAni = 1;
}
if (temporaryMc.Man.Cut5.hitTest(this.hitbox)) {
Hitter = temporaryMc;
friction = 0.99;
gravity = 0.1;
if (Hitter._name == "player") {
_root.Hud.Combo.ResetTimer = 0;
_root.Hud.Combo.Hit = _root.Hud.Combo.Hit + 1;
_root.Special = _root.Special + 0.5;
} else {
Special = Special + 0.5;
}
RE = _root.attachMovie("Hit6", "Hit6" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
RE._y = this._y;
RE._x = this._x;
RE._yscale = 20;
if (Hitter.Freeze >= 0) {
Hitter.Freeze = 0;
timmer = Hitter.Freeze;
Freeze = Hitter.Freeze;
Hitter.Man.stop();
}
HP = HP - 0.3;
Hitter.TaggedX = Hitter._x;
Hitter.TaggedY = Hitter._y;
Hitter.TaggedMC = this;
Cut04.start(0, 1);
if (Hitter._xscale >= 1) {
RE._xscale = 20;
_xscale = (-Xscale);
xspeed = 20;
}
if (Hitter._xscale <= -1) {
RE._xscale = -20;
_xscale = Xscale;
xspeed = -20;
}
Hurt = true;
gotoAndStop ("Hurt");
Man.gotoAndPlay(1);
DieAni = 1;
}
if (temporaryMc.Man.Cut6.hitTest(this.hitbox)) {
Hitter = temporaryMc;
friction = 0.99;
gravity = 0.1;
if (Hitter._name == "player") {
_root.Hud.Combo.ResetTimer = 0;
_root.Hud.Combo.Hit = _root.Hud.Combo.Hit + 1;
_root.Special = _root.Special + 0.5;
} else {
Special = Special + 0.5;
}
RE = _root.attachMovie("Hit6", "Hit6" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
RE._y = this._y;
RE._x = this._x;
RE._yscale = 20;
if (Hitter.Freeze >= 0) {
Hitter.Freeze = 0;
timmer = Hitter.Freeze;
Freeze = Hitter.Freeze;
Hitter.Man.stop();
}
HP = HP - 0.3;
Hitter.TaggedX = Hitter._x;
Hitter.TaggedY = Hitter._y;
Hitter.TaggedMC = this;
Cut04.start(0, 1);
if (Hitter._xscale >= 1) {
RE._xscale = 20;
_xscale = (-Xscale);
xspeed = -30;
}
if (Hitter._xscale <= -1) {
RE._xscale = -20;
_xscale = Xscale;
xspeed = 30;
}
Hurt = true;
gotoAndStop ("Hurt");
Man.gotoAndPlay(1);
DieAni = 1;
}
if (temporaryMc.Man.Cut7.hitTest(this.hitbox)) {
Hitter = temporaryMc;
friction = 0.99;
if (Hitter._name == "player") {
_root.Hud.Combo.ResetTimer = 0;
_root.Hud.Combo.Hit = _root.Hud.Combo.Hit + 1;
_root.Special = _root.Special + 0.5;
} else {
Special = Special + 0.5;
}
RE = _root.attachMovie("Hit6", "Hit6" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
RE._y = this._y;
RE._x = this._x;
RE._yscale = 20;
if (Hitter.Freeze >= 0) {
Hitter.Freeze = -3;
timmer = Hitter.Freeze;
Freeze = Hitter.Freeze;
Hitter.Man.stop();
}
HP = HP - 1;
Hitter.TaggedX = Hitter._x;
Hitter.TaggedY = Hitter._y;
Hitter.TaggedMC = this;
Cut02.start(0, 1);
yspeed = -7;
if (Hitter._xscale >= 1) {
RE._xscale = 20;
_xscale = (-Xscale);
xspeed = -5;
}
if (Hitter._xscale <= -1) {
RE._xscale = -20;
_xscale = Xscale;
xspeed = 5;
}
Hurt = true;
gotoAndStop ("Hurt");
Man.gotoAndPlay("Hurt2");
DieAni = 1;
}
if (temporaryMc.Man.Cut8.hitTest(this.hitbox)) {
Hitter = temporaryMc;
friction = 0.99;
if (Hitter._name == "player") {
_root.Hud.Combo.ResetTimer = 0;
_root.Hud.Combo.Hit = _root.Hud.Combo.Hit + 1;
_root.Special = _root.Special + 0.5;
} else {
Special = Special + 0.5;
}
RE = _root.attachMovie("Hit6", "Hit6" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
RE._y = this._y;
RE._x = this._x;
RE._yscale = 20;
if (Hitter.Freeze >= 0) {
Hitter.Freeze = -3;
timmer = Hitter.Freeze;
Freeze = Hitter.Freeze;
Hitter.Man.stop();
}
HP = HP - 1;
Hitter.TaggedX = Hitter._x;
Hitter.TaggedY = Hitter._y;
Hitter.TaggedMC = this;
Cut01.start(0, 1);
yspeed = -30;
if (Hitter._xscale >= 1) {
RE._xscale = 20;
_xscale = (-Xscale);
xspeed = 0;
}
if (Hitter._xscale <= -1) {
RE._xscale = -20;
_xscale = Xscale;
xspeed = 0;
}
Hurt = true;
gotoAndStop ("Hurt");
Man.gotoAndPlay("Hurt2");
DieAni = 1;
}
if (temporaryMc.Man.Cut9.hitTest(this.hitbox)) {
Hitter = temporaryMc;
if (Hitter._name == "player") {
_root.Hud.Combo.ResetTimer = 0;
_root.Hud.Combo.Hit = _root.Hud.Combo.Hit + 1;
_root.Special = _root.Special + 0.5;
} else {
Special = Special + 0.5;
}
RE = _root.attachMovie("Hit6", "Hit6" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
RE._y = this._y;
RE._x = this._x;
RE._yscale = 20;
if (Hitter.Freeze >= 0) {
Hitter.Freeze = -3;
timmer = Hitter.Freeze;
Freeze = Hitter.Freeze;
Hitter.Man.stop();
}
HP = HP - 1;
Hitter.TaggedX = Hitter._x;
Hitter.TaggedY = Hitter._y;
Hitter.TaggedMC = this;
Cut01.start(0, 1);
yspeed = -1;
xspeed = 0;
if (Hitter._xscale >= 1) {
RE._xscale = 20;
_xscale = (-Xscale);
}
if (Hitter._xscale <= -1) {
RE._xscale = -20;
_xscale = Xscale;
}
Hurt = true;
gotoAndStop ("Hurt");
Man.gotoAndPlay(1);
DieAni = 1;
}
if (temporaryMc.Man.Cut10.hitTest(this.hitbox)) {
Bounds = true;
friction = 0.95;
Hitter = temporaryMc;
if (Hitter._name == "player") {
_root.Hud.Combo.ResetTimer = 0;
_root.Hud.Combo.Hit = _root.Hud.Combo.Hit + 1;
_root.Special = _root.Special + 1;
} else {
Special = Special + 1;
}
RE = _root.attachMovie("HitS", "HitS" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
RE._y = Hitter._y - 20;
RE._xscale = 40;
RE._yscale = 40;
Cut03.start(0, 1);
yspeed = -10;
if (Hitter.hitbox.hitTest(_root.Cam)) {
_root.Cam.shake = 5;
}
if (Hitter.Freeze >= 0) {
Hitter.Freeze = -3;
timmer = Hitter.Freeze;
Freeze = Hitter.Freeze;
Hitter.Man.stop();
}
Hitter.TaggedX = Hitter._x;
Hitter.TaggedY = Hitter._y;
Hitter.TaggedMC = this;
HP = HP - 3;
if (Hitter._xscale >= 1) {
if (!RightWall) {
xspeed = Hitter.xspeed + 45;
} else {
xspeed = -20;
}
RE._x = Hitter._x + 50;
_xscale = (-Xscale);
}
if (Hitter._xscale <= -1) {
if (!LeftWall) {
xspeed = Hitter.xspeed - 45;
} else {
xspeed = 20;
}
RE._x = Hitter._x - 50;
_xscale = Xscale;
}
Hurt = true;
onground = false;
flying = true;
gravity = 0.7;
gotoAndStop ("Hurt");
Man.gotoAndPlay("FlyAway");
DieAni = 1;
}
(this.hitbox);// not popped
}
}
}
_local3++;
}
}
}
};
Attackkk = function () {
if (_root.Game != "set") {
if (_root.Game != "Pause") {
if ((!fight) && (!Hurt)) {
if (Bot) {
if (Mode == "Monster") {
CloseN = 50;
if (MoveIn <= 10) {
DistanceClose = 100;
} else {
DistanceClose = 50;
}
if (MoveIn >= 50) {
MoveIn = 0;
}
if (((Targget.BotRead == "IncomingMove") && (_currentframe == 2)) && (onground)) {
gotoAndStop ("stand");
}
if ((((((FindWay == 0) && (_currentframe != 5)) && (DrawMove != "AirMove")) && (DrawMove != "Duck")) && (Targget.BotRead != "IncomingMove")) && (Targget.BotRead != "IncomingSpecial2")) {
if (Targget._x >= (_x + DistanceClose)) {
xspeed = xspeed + power;
if (onground) {
_xscale = Xscale;
gotoAndStop ("run");
}
if (!onground) {
gotoAndStop ("Jump");
}
} else if (Targget._x <= (_x - DistanceClose)) {
xspeed = xspeed - power;
if (onground) {
_xscale = (-Xscale);
gotoAndStop ("run");
}
if (!onground) {
gotoAndStop ("Jump");
}
} else {
MoveIn = MoveIn + 1;
if (onground) {
gotoAndStop ("stand");
}
if (!onground) {
gotoAndStop ("Jump");
}
}
}
if (_root.Topfight.hitTest(Targget._x, Targget._y, true)) {
if (Targget.hitTest(this._x, this._y - 270, true) && (onground)) {
if (((FindWay != 1) && (FindWay != 2)) && (FindWay != 3)) {
FindWay = 1;
}
} else if (_root.MoveMent03.hitTest(this._x, this._y, true)) {
if (FindWay != 5) {
FindWay = 4;
}
}
}
if ((FindWay == 1) && (_currentframe != 5)) {
if (_root.MoveMent01._x >= (_x + 50)) {
xspeed = xspeed + power;
_xscale = Xscale;
gotoAndStop ("run");
} else if (_root.MoveMent01._x <= (_x - 50)) {
xspeed = xspeed - power;
_xscale = (-Xscale);
gotoAndStop ("run");
} else {
FindWay = 2;
gotoAndStop ("stand");
}
if (!_root.Topfight.hitTest(Targget._x, Targget._y, true)) {
FindWay = 0;
}
}
if (FindWay == 2) {
if (onground) {
gotoAndStop ("StartJump");
FindWay = 3;
}
if (!_root.Topfight.hitTest(Targget._x, Targget._y, true)) {
FindWay = 0;
}
}
if (FindWay == 4) {
if (onground) {
gotoAndStop ("StartJump");
FindWay = 5;
}
if (!_root.Topfight.hitTest(Targget._x, Targget._y, true)) {
FindWay = 0;
}
}
if (FindWay == 3) {
if (!_root.Topfight.hitTest(Targget._x, Targget._y, true)) {
FindWay = 0;
}
if (_root.MoveMent02.hitTest(this._x, this._y, true)) {
FindWay = 0;
}
if (_root.MoveMent01.hitTest(this._x, this._y, true)) {
FindWay = 2;
}
if (((!onground) && (yspeed >= 1)) && (JumpTimes >= 1)) {
yspeed = -JumpPower;
gotoAndStop ("Jump");
Man.gotoAndPlay(1);
JumpTimes = JumpTimes - 1;
}
if (_currentframe != 5) {
if (_root.MoveMent02._x >= (_x + 50)) {
xspeed = xspeed + power;
_xscale = Xscale;
if (onground) {
gotoAndStop ("run");
}
if (!onground) {
gotoAndStop ("Jump");
}
} else if (_root.MoveMent02._x <= (_x - 50)) {
xspeed = xspeed - power;
_xscale = (-Xscale);
if (onground) {
gotoAndStop ("run");
}
if (!onground) {
gotoAndStop ("Jump");
}
} else {
FindWay = 0;
if (onground) {
gotoAndStop ("stand");
}
if (!onground) {
gotoAndStop ("Jump");
}
}
}
}
if (FindWay == 5) {
if (!_root.Topfight.hitTest(Targget._x, Targget._y, true)) {
FindWay = 0;
}
if (_root.MoveMent05.hitTest(this._x, this._y, true)) {
FindWay = 0;
}
xspeed = xspeed + power;
if (((!onground) && (yspeed >= 1)) && (JumpTimes >= 1)) {
yspeed = -JumpPower;
gotoAndStop ("Jump");
Man.gotoAndPlay(1);
JumpTimes = JumpTimes - 1;
}
}
if ((FindWay == 7) && (_currentframe != 9)) {
if (!_root.Topfight.hitTest(Targget._x, Targget._y, true)) {
FindWay = 0;
}
if (onground) {
gotoAndStop ("StartJump");
FindWay = 0;
}
}
if ((DrawMove == "Duck") && (onground)) {
gotoAndStop ("Duck");
if ((Targget._currentframe == 1) or (Targget._currentframe == 2)) {
DrawMove = "Fuckhimup";
}
if (Key.isDown(Targget.JumpKey) && (Targget.pressJump)) {
DrawMove = "Fuckhimup";
}
}
if (DrawMove == "Fuckhimup") {
if (Targget.BotRead == "IncomingSpecial") {
if ((((Targget._x <= this._x) && (Targget._x >= (this._x - 420))) && (Targget._y >= (this._y - 120))) && (Targget._y <= (this._y + 120))) {
gotoAndStop ("Hurt");
Man.gotoAndPlay("RollBack2");
NoobPoint = 0;
DrawMove = "Timeit";
fight = true;
}
if ((((Targget._x >= this._x) && (Targget._x <= (this._x + 420))) && (Targget._y >= (this._y - 120))) && (Targget._y <= (this._y + 120))) {
gotoAndStop ("Hurt");
Man.gotoAndPlay("RollBack2");
NoobPoint = 0;
DrawMove = "Timeit";
fight = true;
}
}
if (Targget.BotRead == "IncomingSpecial2") {
if ((((Targget._x <= this._x) && (Targget._x >= (this._x - 420))) && (Targget._y >= (this._y - 120))) && (Targget._y <= (this._y + 120))) {
gotoAndStop ("Duck");
}
if ((((Targget._x >= this._x) && (Targget._x <= (this._x + 420))) && (Targget._y >= (this._y - 120))) && (Targget._y <= (this._y + 120))) {
gotoAndStop ("Duck");
}
}
if ((((Targget._x <= this._x) && (Targget._x >= (this._x - 120))) && (Targget._y >= (this._y - 120))) && (Targget._y <= (this._y + 120))) {
if (((Key.isDown(Targget.RightKey) && (!Targget.onground)) && (Targget.yspeed <= -1)) && (Targget._xscale >= 1)) {
DrawMove = "Duck";
}
if (((Key.isDown(Targget.UpKey) && (!Targget.onground)) && (Targget.yspeed <= -1)) && (Targget._xscale >= 1)) {
FindWay = 7;
}
if ((Key.isDown(Targget.LeftKey) && (!Targget.onground)) && (Targget._xscale >= 1)) {
DrawMove = "AirMove";
}
}
if ((((Targget._x >= this._x) && (Targget._x <= (this._x + 120))) && (Targget._y >= (this._y - 120))) && (Targget._y <= (this._y + 120))) {
if (((Key.isDown(Targget.LeftKey) && (!Targget.onground)) && (Targget.yspeed <= -1)) && (Targget._xscale <= -1)) {
DrawMove = "Duck";
}
if (((Key.isDown(Targget.UpKey) && (!Targget.onground)) && (Targget.yspeed <= -1)) && (Targget._xscale <= -1)) {
FindWay = 7;
}
if (((Key.isDown(Targget.RightKey) && (!Targget.onground)) && (Targget.yspeed <= -1)) && (Targget._xscale <= -1)) {
DrawMove = "AirMove";
}
}
if (Targget.hitbox.hitTest(this._x + 300, this._y, true)) {
if (Special >= 100) {
_xscale = Xscale;
gotoAndStop ("Attack");
Man.gotoAndPlay("Charging");
NoobPoint = 0;
fight = true;
ComboMove = 0;
}
}
if (Targget.hitbox.hitTest(this._x - 300, this._y, true)) {
if (Special >= 100) {
_xscale = (-Xscale);
gotoAndStop ("Attack");
Man.gotoAndPlay("Charging");
NoobPoint = 0;
fight = true;
ComboMove = 0;
}
}
if (Targget.hitbox.hitTest(this._x - 100, this._y, true) or (Targget.hitbox.hitTest(this._x - 50, this._y, true) or (Targget.hitbox.hitTest(this._x - 30, this._y, true) or (Targget.hitbox.hitTest(this._x - 10, this._y, true) or (Targget.hitbox.hitTest(this._x - 40, this._y, true) or Targget.hitbox.hitTest(this._x - 70, this._y, true)))))) {
if (Thinkmove == 1) {
_xscale = (-Xscale);
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack19");
NoobPoint = 0;
fight = true;
}
if (Thinkmove == 2) {
_xscale = (-Xscale);
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack19");
DrawMove = "Timeit";
NoobPoint = 0;
fight = true;
}
}
if (Targget.hitbox.hitTest(this._x + 100, this._y, true) or (Targget.hitbox.hitTest(this._x + 50, this._y, true) or (Targget.hitbox.hitTest(this._x + 30, this._y, true) or (Targget.hitbox.hitTest(this._x + 10, this._y, true) or (Targget.hitbox.hitTest(this._x + 40, this._y, true) or Targget.hitbox.hitTest(this._x + 70, this._y, true)))))) {
if (Thinkmove == 1) {
_xscale = Xscale;
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack19");
NoobPoint = 0;
fight = true;
}
if (Thinkmove == 2) {
_xscale = Xscale;
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack19");
DrawMove = "Timeit";
NoobPoint = 0;
fight = true;
}
}
if (Targget.hitbox.hitTest(this._x - 100, this._y - 80, true) or (Targget.hitbox.hitTest(this._x - 50, this._y - 80, true) or (Targget.hitbox.hitTest(this._x - 30, this._y - 80, true) or Targget.hitbox.hitTest(this._x - 10, this._y - 80, true)))) {
_xscale = Xscale;
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack21");
NoobPoint = 0;
fight = true;
}
if (Targget.hitbox.hitTest(this._x + 100, this._y - 80, true) or (Targget.hitbox.hitTest(this._x + 50, this._y - 80, true) or (Targget.hitbox.hitTest(this._x + 30, this._y - 80, true) or Targget.hitbox.hitTest(this._x + 10, this._y - 80, true)))) {
_xscale = Xscale;
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack21");
NoobPoint = 0;
fight = true;
}
if (Targget.hitbox.hitTest(this._x, this._y - 100, true)) {
_xscale = Xscale;
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack21");
NoobPoint = 0;
fight = true;
}
}
if (DrawMove == "AirMove") {
if (onground) {
gotoAndStop ("StartJump");
FindWay = 0;
}
if (Targget._currentframe == 6) {
DrawMove = "Fuckhimup";
}
if (Targget.BotRead == "OuchLand") {
DrawMove = "Fuckhimup";
}
if ((Targget._x <= this._x) && (Targget.BotRead != "OuchLand")) {
if (((Targget._x >= (this._x - 120)) && (Targget._y >= (this._y - 120))) && (Targget._y <= (this._y + 120))) {
if (!onground) {
_xscale = (-Xscale);
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack6");
fight = true;
}
}
}
if (Targget._x >= this._x) {
if (((Targget._x <= (this._x + 120)) && (Targget._y >= (this._y - 120))) && (Targget._y <= (this._y + 120))) {
if (!onground) {
_xscale = Xscale;
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack6");
fight = true;
}
}
}
}
if (DrawMove == "Timeit") {
if (Targget.hitbox.hitTest(this._x + 100, this._y, true) or (Targget.hitbox.hitTest(this._x + 50, this._y, true) or (Targget.hitbox.hitTest(this._x + 30, this._y, true) or (Targget.hitbox.hitTest(this._x + 10, this._y, true) or (Targget.hitbox.hitTest(this._x + 40, this._y, true) or Targget.hitbox.hitTest(this._x + 70, this._y, true)))))) {
if (Targget.BotRead == "stand") {
DrawMove = "Fuckhimup";
}
if (Targget.BotRead == "Slap01") {
if (Thinkmove == 1) {
_xscale = (-Xscale);
gotoAndStop ("Hurt");
Man.gotoAndPlay("RollBack2");
NoobPoint = 0;
FindWay = 7;
DrawMove = "AirMove";
fight = true;
}
if (Thinkmove == 2) {
_xscale = (-Xscale);
gotoAndStop ("Hurt");
Man.gotoAndPlay("Rollfront2");
NoobPoint = 0;
fight = true;
}
if (Thinkmove == 3) {
gotoAndStop ("StartJump");
FindWay = 0;
}
}
if (Targget.BotRead == "Slap02") {
if (Thinkmove == 1) {
gotoAndStop ("Hurt");
Man.gotoAndPlay("RollBack2");
NoobPoint = 0;
FindWay = 7;
DrawMove = "Fuckhimup";
fight = true;
}
if (Thinkmove == 2) {
gotoAndStop ("Hurt");
Man.gotoAndPlay("Rollfront2");
NoobPoint = 0;
DrawMove = "Fuckhimup";
fight = true;
}
if (Thinkmove == 3) {
gotoAndStop ("StartJump");
DrawMove = "Fuckhimup";
FindWay = 0;
}
}
}
if (Targget.hitbox.hitTest(this._x - 100, this._y, true) or (Targget.hitbox.hitTest(this._x - 50, this._y, true) or (Targget.hitbox.hitTest(this._x - 30, this._y, true) or (Targget.hitbox.hitTest(this._x - 10, this._y, true) or (Targget.hitbox.hitTest(this._x - 40, this._y, true) or Targget.hitbox.hitTest(this._x - 70, this._y, true)))))) {
if (Targget.BotRead == "stand") {
DrawMove = "Fuckhimup";
}
if (Targget.BotRead == "Slap01") {
if (Thinkmove == 1) {
_xscale = (-Xscale);
gotoAndStop ("Hurt");
Man.gotoAndPlay("RollBack2");
NoobPoint = 0;
FindWay = 7;
fight = true;
}
if (Thinkmove == 2) {
_xscale = (-Xscale);
gotoAndStop ("Hurt");
Man.gotoAndPlay("Rollfront2");
NoobPoint = 0;
fight = true;
}
if (Thinkmove == 3) {
gotoAndStop ("StartJump");
FindWay = 0;
}
}
}
if (Targget.BotRead == "Slap02") {
if (Thinkmove == 1) {
gotoAndStop ("Hurt");
Man.gotoAndPlay("RollBack2");
NoobPoint = 0;
FindWay = 7;
DrawMove = "Fuckhimup";
fight = true;
}
if (Thinkmove == 2) {
gotoAndStop ("Hurt");
Man.gotoAndPlay("Rollfront2");
NoobPoint = 0;
DrawMove = "Fuckhimup";
fight = true;
}
if (Thinkmove == 3) {
gotoAndStop ("StartJump");
DrawMove = "Fuckhimup";
FindWay = 0;
}
}
}
}
}
}
}
}
};
onEnterFrame = function () {
if (_root.Game == "set") {
Man.stop();
_visible = true;
_alpha = 100;
}
if (_root.Game == "Pause") {
Man.stop();
}
if (_root.Game == "fix") {
gotoAndStop(FBug1);
Man.gotoAndPlay(FBug2);
}
if (_root.Game != "set") {
if (_root.Game != "Pause") {
FBug1 = _currentframe;
FBug2 = Man._currentframe;
Morehits();
MoreHITS2();
Attackkk();
if (_root.Cam.hitTest(this)) {
this._visible = true;
this._alpha = 100;
} else {
this._visible = false;
this._alpha = 0;
}
if (this._name != "player") {
this.bgSound.setVolume(this.distancePlayer);
this.SoundDis._visible = 0;
this.SoundDis._x = this._x;
this.SoundDis._y = this._y;
if (_root.player.hitTest(SoundDis.Hard)) {
this.distancePlayer = 100;
} else if (_root.player.hitTest(SoundDis.Mid)) {
this.distancePlayer = 80;
} else if (_root.player.hitTest(SoundDis.Mid2)) {
this.distancePlayer = 60;
} else if (_root.player.hitTest(SoundDis.Mid3)) {
this.distancePlayer = 40;
} else if (_root.player.hitTest(SoundDis.Mid4)) {
this.distancePlayer = 20;
} else if (_root.player.hitTest(SoundDis.Mid5)) {
this.distancePlayer = 10;
} else {
this.distancePlayer = 0;
}
}
if (this._name == "player") {
this.Skin.TeamMate._alpha = 0;
if (Kills > Mykills) {
if (Team == _name) {
_root.UpdateScore = true;
_root.timernumb = 10;
Mykills = Mykills + 1;
}
_root.killsWDieing = _root.killsWDieing + 1;
_root.DoubleKill = 1;
_root.Killed = _root.Killed + 1;
}
if (this.HP <= 0) {
_root.Aimer._x = Hitter._x;
_root.Aimer._y = Hitter._y;
_root.Cam.Follow = Hitter;
_root.killsWDieing = 0;
_root.DoubleKill = 0;
_root.Killed = 0;
}
if (this.HP >= 0.0001) {
_root.Cam.Follow = this;
}
this.bgSound.setVolume(100);
distancePlayer = 100;
this.SoundDis._visible = 0;
this.SoundDis._x = this._x;
this.SoundDis._y = this._y;
}
if (Hold) {
this._x = GrabbedBy._x;
this._y = GrabbedBy._y;
}
if (Kills > (_root.MaxKills - 1)) {
Kills = _root.MaxKills;
_root.Game = "set";
if (_name == "player") {
_root.won = true;
} else {
_root.won = false;
}
}
if (_root.Game == "set") {
Man.stop();
}
if (_root.Game != "set") {
this.Skin.Bar._xscale = HP;
SpawnWhere = random(SpawnLimit) + 1;
if ((DieAni == 1) && (HP <= 0)) {
gotoAndStop ("Hurt");
Man.gotoAndPlay("dead01");
DieAni = 0;
}
if ((yspeed >= 200) && (HP >= 0.0001)) {
HP = 0;
}
if (this._name == "player") {
if (_root.Special >= 100) {
this.Powercharge._alpha = 100;
this.Powercharge._visible = true;
} else {
this.Powercharge._alpha = 0;
this.Powercharge._visible = false;
this.Powercharge.gotoAndStop(10);
}
}
if (this._name != "player") {
if (Special >= 100) {
if (this.hitTest(_root.Cam)) {
this.Powercharge._alpha = 100;
} else {
this.Powercharge._alpha = 0;
}
} else {
this.Powercharge._alpha = 0;
}
if (Special <= 0) {
Special = 0;
}
Special = Special + 0.04;
if (Special >= 100) {
Special = 100;
}
}
if (HP <= 0) {
if (this._name != "player") {
this.Skin._alpha = 0;
}
if (Finished == 1) {
Def = _root.attachMovie("Defeated", "Defeat" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
Def._y = this._y;
Def._x = this._x;
Finished = 0;
this.Hitter.Kills = this.Hitter.Kills + 1;
if (this._name != "player") {
_root.Hud.Combo.ResetTimer = 0;
_root.Hud.Combo.Hit = 0;
}
if (Hitter.Team == "Red") {
_root.RedTeam = _root.RedTeam + 1;
_root.UpdateScore = true;
_root.timernumb = 10;
_root.Mykills = _root.Mykills + 1;
}
if (Hitter.Team == "Blue") {
_root.BlueTeam = _root.BlueTeam + 1;
_root.UpdateScore = true;
_root.timernumb = 11;
_root.Cpu1 = _root.Cpu1 + 1;
}
}
Def._y = this._y;
Def._x = this._x;
Hurt = true;
HP = 0;
} else {
this._alpha = 100;
if (this._name != "player") {
Skin._alpha = 100;
}
Finished = 1;
}
if (respawn >= respawnLimit) {
xspeed = 0;
yspeed = 0;
if (SpawnWhere == 1) {
this._x = _root.S1._x;
this._y = _root.S1._y - 40;
}
if (SpawnWhere == 2) {
this._x = _root.S2._x;
this._y = _root.S2._y - 40;
}
if (SpawnWhere == 3) {
this._x = _root.S3._x;
this._y = _root.S3._y - 40;
}
if (SpawnWhere == 4) {
this._x = _root.S4._x;
this._y = _root.S4._y - 40;
}
if (((_root.TeamSpawn == true) && (Team == "Blue")) && (SpawnWhere == 1)) {
this._x = _root.BlueSpawn01._x;
this._y = _root.BlueSpawn01._y - 30;
}
if (((_root.TeamSpawn == true) && (Team == "Blue")) && (SpawnWhere == 2)) {
this._x = _root.BlueSpawn02._x;
this._y = _root.BlueSpawn02._y - 30;
}
if (((_root.TeamSpawn == true) && (Team == "Blue")) && (SpawnWhere == 3)) {
this._x = _root.BlueSpawn03._x;
this._y = _root.BlueSpawn03._y - 30;
}
if (((_root.TeamSpawn == true) && (Team == "Blue")) && (SpawnWhere == 4)) {
this._x = _root.BlueSpawn04._x;
this._y = _root.BlueSpawn04._y - 30;
}
if (((_root.TeamSpawn == true) && (Team == "Red")) && (SpawnWhere == 1)) {
this._x = _root.RedSpawn01._x;
this._y = _root.RedSpawn01._y - 30;
}
if (((_root.TeamSpawn == true) && (Team == "Red")) && (SpawnWhere == 2)) {
this._x = _root.RedSpawn02._x;
this._y = _root.RedSpawn02._y - 30;
}
if (((_root.TeamSpawn == true) && (Team == "Red")) && (SpawnWhere == 3)) {
this._x = _root.RedSpawn03._x;
this._y = _root.RedSpawn03._y - 30;
}
if (((_root.TeamSpawn == true) && (Team == "Red")) && (SpawnWhere == 4)) {
this._x = _root.RedSpawn04._x;
this._y = _root.RedSpawn04._y - 30;
}
gotoAndStop (1);
HP = RespawnHP;
respawn = 0;
}
if (respawn >= (respawnLimit / 2)) {
_alpha = (_alpha - 1);
}
if (HP <= 0) {
respawn = respawn + 1;
}
if (_xscale <= -1) {
this.Skin._xscale = RScale;
}
if (_xscale >= 1) {
this.Skin._xscale = -RScale;
}
if (Freeze >= 0) {
Man.play();
_x = (_x + xspeed);
_y = (_y + yspeed);
xspeed = xspeed * friction;
yspeed = yspeed + gravity;
if (((RightWall && (Bot)) && (HP <= 50)) && (flying)) {
xspeed = 0;
yspeed = 0;
_xscale = (-Xscale);
gotoAndStop ("Hurt");
Man.gotoAndPlay("JumpOff");
flying = false;
}
if (((LeftWall && (Bot)) && (HP <= 50)) && (flying)) {
xspeed = 0;
yspeed = 0;
_xscale = Xscale;
gotoAndStop ("Hurt");
Man.gotoAndPlay("JumpOff");
flying = false;
}
if (_root.ground.hitTest(this._x + 68, this._y, true)) {
if (((Bounds && (flying)) && (xspeed >= 2)) && (!onground)) {
if (!Key.isDown(BlockKey)) {
Man.gotoAndPlay("Wall");
flying = false;
}
}
_rotation = 0;
RightWall = true;
} else {
RightWall = false;
}
if (_root.ground.hitTest(this._x - 68, this._y, true)) {
if (((Bounds && (flying)) && (xspeed <= -2)) && (!onground)) {
if (!Key.isDown(BlockKey)) {
Man.gotoAndPlay("Wall");
flying = false;
}
}
_rotation = 0;
LeftWall = true;
} else {
LeftWall = false;
}
if (_root.ground.hitTest(this._x, this._y + 33, true) or _root.GroundSlop.hitTest(this._x, this._y + 33, true)) {
gravity = 0;
onground = true;
_rotation = 0;
} else {
onground = false;
if (!Hurt) {
gravity = MainGravity;
}
}
if ((xspeed <= 35) && (xspeed >= -35)) {
while (_root.ground.hitTest(this._x, this._y + 30, true) or _root.GroundSlop.hitTest(this._x, this._y + 30, true)) {
if (_root.GroundSlop.hitTest(this._x, this._y + 30, true)) {
yspeed = 30;
} else {
yspeed = 0;
}
_y = (_y-1);
}
while (_root.ground.hitTest(this._x, this._y - 30, true)) {
yspeed = 0;
_y = (_y+1);
}
}
if (xspeed >= 40) {
if (yspeed <= 60) {
while (_root.ground.hitTest(this._x - 40, this._y + 30, true) or _root.GroundSlop.hitTest(this._x - 40, this._y + 30, true)) {
if (_root.GroundSlop.hitTest(this._x - 40, this._y + 30, true)) {
yspeed = 30;
} else {
yspeed = 0;
}
_y = (_y-1);
}
while (_root.ground.hitTest(this._x - 40, this._y + 30, true)) {
yspeed = 0;
_y = (_y-1);
}
}
}
if (xspeed >= 50) {
if (yspeed <= 60) {
while (_root.ground.hitTest(this._x - 60, this._y + 30, true) or _root.GroundSlop.hitTest(this._x - 60, this._y + 30, true)) {
if (_root.GroundSlop.hitTest(this._x - 60, this._y + 30, true)) {
yspeed = 30;
} else {
yspeed = 0;
}
_y = (_y-1);
}
while (_root.ground.hitTest(this._x - 60, this._y + 30, true)) {
yspeed = 0;
_y = (_y-1);
}
}
}
if (xspeed <= -40) {
if (yspeed <= 60) {
while (_root.ground.hitTest(this._x + 40, this._y + 30, true) or _root.GroundSlop.hitTest(this._x + 40, this._y + 30, true)) {
if (_root.GroundSlop.hitTest(this._x + 40, this._y + 30, true)) {
yspeed = 30;
} else {
yspeed = 0;
}
_y = (_y-1);
}
while (_root.ground.hitTest(this._x + 40, this._y + 30, true)) {
yspeed = 0;
_y = (_y-1);
}
}
}
if (xspeed <= -50) {
if (yspeed <= 60) {
while (_root.ground.hitTest(this._x + 60, this._y + 30, true) or _root.GroundSlop.hitTest(this._x + 60, this._y + 30, true)) {
if (_root.GroundSlop.hitTest(this._x + 60, this._y + 30, true)) {
yspeed = 30;
} else {
yspeed = 0;
}
_y = (_y-1);
}
while (_root.ground.hitTest(this._x + 60, this._y + 30, true)) {
yspeed = 0;
_y = (_y-1);
}
}
}
if (Team != "Blue") {
while (_root.BlueTeamWall.hitTest(this._x + 40, this._y, true)) {
_x = (_x-1);
xspeed = 0;
}
while (_root.BlueTeamWall.hitTest(this._x - 40, this._y, true)) {
_x = (_x+1);
xspeed = 0;
}
if (yspeed >= 0) {
while (_root.BlueTeamWall.hitTest(this._x, this._y + 30, true)) {
yspeed = 0;
_y = (_y-1);
}
}
if (yspeed <= 0) {
while (_root.BlueTeamWall.hitTest(this._x, this._y - 30, true)) {
yspeed = 0;
_y = (_y+1);
}
}
}
if (Team != "Red") {
while (_root.RedTeamWall.hitTest(this._x + 40, this._y, true)) {
_x = (_x-1);
xspeed = 0;
}
while (_root.RedTeamWall.hitTest(this._x - 40, this._y, true)) {
_x = (_x+1);
xspeed = 0;
}
if (yspeed >= 0) {
while (_root.RedTeamWall.hitTest(this._x, this._y + 30, true)) {
yspeed = 0;
_y = (_y-1);
}
}
if (yspeed <= 0) {
while (_root.RedTeamWall.hitTest(this._x, this._y - 30, true)) {
yspeed = 0;
_y = (_y+1);
}
}
}
if ((yspeed <= 49) && (yspeed >= -49)) {
while (_root.ground.hitTest(this._x + 40, this._y, true)) {
if (!Bounds) {
xspeed = 0;
} else {
xspeed = -20;
}
_x = (_x-1);
}
while (_root.ground.hitTest(this._x - 40, this._y, true)) {
if (!Bounds) {
xspeed = 0;
} else {
xspeed = 20;
}
_x = (_x+1);
}
}
if (yspeed >= 50) {
while (_root.ground.hitTest(this._x + 40, this._y - 40, true)) {
if (!Bounds) {
xspeed = 0;
} else {
xspeed = -20;
}
_x = (_x-1);
}
while (_root.ground.hitTest(this._x - 40, this._y - 40, true)) {
if (!Bounds) {
xspeed = 0;
} else {
xspeed = 20;
}
_x = (_x+1);
}
}
if (yspeed <= -50) {
while (_root.ground.hitTest(this._x + 40, this._y + 40, true)) {
if (!Bounds) {
xspeed = 0;
} else {
xspeed = -20;
}
_x = (_x-1);
}
while (_root.ground.hitTest(this._x - 30, this._y + 40, true)) {
if (!Bounds) {
xspeed = 0;
} else {
xspeed = 20;
}
_x = (_x+1);
}
}
}
if (!Hurt) {
if (Key.isDown(DownKey) and (Key.isDown(BlockKey) && (!onground))) {
if (yspeed <= 29) {
yspeed = 30;
}
}
}
if (((((fight && (!Hurt)) && (Bot)) && (Targget.HP >= 0.0001)) && (Mode != "Defend")) && (Mode != "Dennes")) {
if (ComboMove == 1) {
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack2");
fight = true;
ComboMove = 0;
}
if (ComboMove == 2) {
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack3");
fight = true;
ComboMove = 0;
}
if (ComboMove == 3) {
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack4");
fight = true;
ComboMove = 0;
}
if (ComboMove == 6) {
if (Mode == "Follow") {
if (RandomCombo == 1) {
if (TaggedX != 0) {
this._x = TaggedMC._x;
this._y = TaggedMC._y;
}
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack6");
fight = true;
ComboMove = 100;
}
if (RandomCombo == 2) {
if (TaggedX != 0) {
this._x = TaggedMC._x;
this._y = TaggedMC._y;
}
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack16");
fight = true;
ComboMove = 100;
}
}
}
if (ComboMove == 7) {
if (Mode == "Follow") {
if (TaggedX != 0) {
this._x = TaggedMC._x;
this._y = TaggedMC._y;
}
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack7");
fight = true;
ComboMove = 100;
}
}
RandomCombo = random(2) + 1;
if (ComboMove == 12) {
if (Mode == "Follow") {
if (RandomCombo == 1) {
if (TaggedX != 0) {
this._x = TaggedMC._x;
this._y = TaggedMC._y;
TaggedMC.yspeed = 30;
yspeed = TaggedMC.yspeed;
TaggedMC.xspeed = 0;
}
gotoAndStop ("Attack");
NoobPoint = 0;
Man.gotoAndPlay("Attack11");
fight = true;
ComboMove = 0;
}
}
if (RandomCombo == 2) {
if (TaggedX != 0) {
this._x = TaggedMC._x;
this._y = TaggedMC._y;
TaggedMC.yspeed = 30;
yspeed = TaggedMC.yspeed;
TaggedMC.xspeed = 0;
}
gotoAndStop ("Attack");
NoobPoint = 0;
Man.gotoAndPlay("Attack20");
fight = true;
ComboMove = 0;
}
}
if ((ComboMove == 10) && (Mode != "Attacker")) {
if (Special >= 100) {
gotoAndStop ("Attack");
Man.gotoAndPlay("Charging");
} else {
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack13");
}
fight = true;
ComboMove = 0;
}
if (ComboMove == 15) {
gotoAndStop ("Attack");
NoobPoint = 0;
Man.gotoAndPlay("Attack17");
fight = true;
ComboMove = 0;
}
if (ComboMove == 17) {
if (TaggedX != 0) {
TaggedMC.yspeed = 30;
this._x = TaggedMC._x;
this._y = TaggedMC._y;
gotoAndStop ("Attack");
NoobPoint = 0;
Man.gotoAndPlay("Attack13");
fight = true;
ComboMove = 0;
}
}
if ((ComboMove == 300) && (Special >= 100)) {
gotoAndStop ("Attack");
Man.gotoAndPlay("Charging");
NoobPoint = 0;
fight = true;
ComboMove = 0;
}
if ((ComboMove == 300) && (Special <= 99)) {
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack14");
NoobPoint = 0;
fight = true;
ComboMove = 0;
}
if (ComboMove == 14) {
if (Mode == "Follow") {
if (TaggedX != 0) {
TaggedMC.yspeed = 30;
yspeed = TaggedMC.yspeed;
xspeed = TaggedMC.xspeed;
this._x = TaggedMC._x;
this._y = TaggedMC._y;
}
if (RandomCombo == 1) {
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack6");
NoobPoint = 0;
fight = true;
ComboMove = 0;
}
if (RandomCombo == 2) {
yspeed = -JumpPower;
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack12");
NoobPoint = 0;
fight = true;
ComboMove = 0;
}
}
}
}
if (((!fight) && (!Hurt)) && (Bot)) {
if (Mode == "Normal") {
if (((_root.BotReadP1 != "ground") && (_root.BotReadP1 != "attack")) && (NoobPoint <= 40)) {
if (Targget.hitbox.hitTest(this._x + 80, this._y, true) or (Targget.hitbox.hitTest(this._x + 40, this._y, true) or (Targget.hitbox.hitTest(this._x + 10, this._y, true) or Targget.hitbox.hitTest(this._x - 60, this._y, true)))) {
_xscale = Xscale;
gotoAndStop ("Attack");
Man.gotoAndPlay(1);
NoobPoint = 150;
fight = true;
}
if (Targget.hitbox.hitTest(this._x - 80, this._y, true) or (Targget.hitbox.hitTest(this._x - 40, this._y, true) or (Targget.hitbox.hitTest(this._x - 10, this._y, true) or Targget.hitbox.hitTest(this._x - 60, this._y, true)))) {
_xscale = (-Xscale);
gotoAndStop ("Attack");
Man.gotoAndPlay(1);
NoobPoint = 150;
fight = true;
}
}
if ((((_root.BotReadP1 != "ground") && (_root.BotReadP1 != "attack")) && (NoobPoint <= 90)) && (NoobPoint >= 41)) {
if (Targget.hitbox.hitTest(this._x + 150, this._y, true) or (Targget.hitbox.hitTest(this._x + 80, this._y, true) or Targget.hitbox.hitTest(this._x + 50, this._y, true))) {
_xscale = Xscale;
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack14");
fight = true;
}
if (Targget.hitbox.hitTest(this._x - 150, this._y, true) or (Targget.hitbox.hitTest(this._x - 80, this._y, true) or Targget.hitbox.hitTest(this._x - 50, this._y, true))) {
_xscale = (-Xscale);
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack14");
fight = true;
}
}
if (((((_root.BotReadP1 != "ground") && (_root.BotReadP1 != "attack")) && (_root.BotReadP1 == "run")) && (NoobPoint <= 150)) && (NoobPoint >= 91)) {
if (Targget.hitbox.hitTest(this._x + 200, this._y, true) or (Targget.hitbox.hitTest(this._x + 150, this._y, true) or Targget.hitbox.hitTest(this._x + 90, this._y, true))) {
_xscale = (-Xscale);
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack14");
NoobPoint = 250;
fight = true;
}
if (Targget.hitbox.hitTest(this._x - 200, this._y, true) or (Targget.hitbox.hitTest(this._x - 150, this._y, true) or Targget.hitbox.hitTest(this._x - 90, this._y, true))) {
_xscale = Xscale;
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack14");
NoobPoint = 250;
fight = true;
}
}
if (((((_root.BotReadP1 != "ground") && (_root.BotReadP1 != "attack")) && (_root.BotReadP1 == "stand")) && (NoobPoint <= 150)) && (NoobPoint >= 91)) {
if (Targget.hitbox.hitTest(this._x + 200, this._y, true) or (Targget.hitbox.hitTest(this._x + 150, this._y, true) or Targget.hitbox.hitTest(this._x + 90, this._y, true))) {
_xscale = Xscale;
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack9");
NoobPoint = 10;
fight = true;
}
if (Targget.hitbox.hitTest(this._x - 200, this._y, true) or (Targget.hitbox.hitTest(this._x - 150, this._y, true) or Targget.hitbox.hitTest(this._x - 90, this._y, true))) {
_xscale = (-Xscale);
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack9");
NoobPoint = 75;
fight = true;
}
}
}
}
if ((!_root.player.Hurt) && (NoobPoint >= 0)) {
NoobPoint = NoobPoint - 1;
}
if (fight && (!Hurt)) {
if (GrabMove) {
if (Key.isDown(RightKey)) {
xspeed = xspeed + power;
} else if (Key.isDown(LeftKey)) {
xspeed = xspeed - power;
}
}
}
if ((!fight) && (!Hurt)) {
if (Bot) {
if (Mode == "Follow") {
CloseN = 50;
if (MoveIn <= 10) {
DistanceClose = 100;
} else {
DistanceClose = 50;
}
if (MoveIn >= 50) {
MoveIn = 0;
}
if (FindWay == 0) {
if (Targget._x >= (_x + DistanceClose)) {
xspeed = xspeed + power;
_xscale = Xscale;
gotoAndStop ("run");
} else if (Targget._x <= (_x - DistanceClose)) {
xspeed = xspeed - power;
_xscale = (-Xscale);
gotoAndStop ("run");
} else {
MoveIn = MoveIn + 1;
gotoAndStop ("stand");
}
}
if (_root.Topfight.hitTest(Targget._x, Targget._y, true)) {
if (Targget.hitTest(this._x, this._y - 270, true) && (onground)) {
if (((FindWay != 1) && (FindWay != 2)) && (FindWay != 3)) {
FindWay = 1;
}
} else if (_root.MoveMent03.hitTest(this._x, this._y, true)) {
if (FindWay != 5) {
FindWay = 4;
}
}
}
if (FindWay == 1) {
if (_root.MoveMent01._x >= (_x + 50)) {
xspeed = xspeed + power;
_xscale = Xscale;
gotoAndStop ("run");
} else if (_root.MoveMent01._x <= (_x - 50)) {
xspeed = xspeed - power;
_xscale = (-Xscale);
gotoAndStop ("run");
} else {
FindWay = 2;
gotoAndStop ("stand");
}
}
if (FindWay == 2) {
if (onground) {
gotoAndStop ("StartJump");
FindWay = 3;
}
}
if (FindWay == 4) {
if (onground) {
gotoAndStop ("StartJump");
FindWay = 5;
}
}
if (FindWay == 3) {
if (_root.MoveMent02.hitTest(this._x, this._y, true)) {
FindWay = 0;
}
if (_root.MoveMent01.hitTest(this._x, this._y, true)) {
FindWay = 2;
}
if (((!onground) && (yspeed >= 1)) && (JumpTimes >= 1)) {
yspeed = -JumpPower;
gotoAndStop ("Jump");
Man.gotoAndPlay(1);
JumpTimes = JumpTimes - 1;
}
if (_currentframe != 5) {
if (_root.MoveMent02._x >= (_x + 50)) {
xspeed = xspeed + power;
_xscale = Xscale;
if (onground) {
gotoAndStop ("run");
}
if (!onground) {
gotoAndStop ("Jump");
}
} else if (_root.MoveMent02._x <= (_x - 50)) {
xspeed = xspeed - power;
_xscale = (-Xscale);
if (onground) {
gotoAndStop ("run");
}
if (!onground) {
gotoAndStop ("Jump");
}
} else {
FindWay = 0;
if (onground) {
gotoAndStop ("stand");
}
if (!onground) {
gotoAndStop ("Jump");
}
}
}
}
if (FindWay == 5) {
if (_root.MoveMent05.hitTest(this._x, this._y, true)) {
FindWay = 0;
}
xspeed = xspeed + power;
if (((!onground) && (yspeed >= 1)) && (JumpTimes >= 1)) {
yspeed = -JumpPower;
gotoAndStop ("Jump");
Man.gotoAndPlay(1);
JumpTimes = JumpTimes - 1;
}
}
if (Targget.HP >= 0.0001) {
Thinkmove = random(2) + 1;
if (Targget.hitbox.hitTest(this._x + 300, this._y, true)) {
if (Special >= 100) {
_xscale = Xscale;
gotoAndStop ("Attack");
Man.gotoAndPlay("Charging");
NoobPoint = 0;
fight = true;
ComboMove = 0;
}
}
if (Targget.hitbox.hitTest(this._x - 300, this._y, true)) {
if (Special >= 100) {
_xscale = (-Xscale);
gotoAndStop ("Attack");
Man.gotoAndPlay("Charging");
NoobPoint = 0;
fight = true;
ComboMove = 0;
}
}
if (Targget.hitbox.hitTest(this._x - 100, this._y, true) or (Targget.hitbox.hitTest(this._x - 50, this._y, true) or (Targget.hitbox.hitTest(this._x - 30, this._y, true) or (Targget.hitbox.hitTest(this._x - 10, this._y, true) or (Targget.hitbox.hitTest(this._x - 40, this._y, true) or Targget.hitbox.hitTest(this._x - 70, this._y, true)))))) {
if (Thinkmove == 1) {
_xscale = (-Xscale);
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack5");
NoobPoint = 0;
fight = true;
}
if (Thinkmove == 2) {
_xscale = (-Xscale);
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack19");
NoobPoint = 0;
fight = true;
}
}
if (Targget.hitbox.hitTest(this._x + 100, this._y, true) or (Targget.hitbox.hitTest(this._x + 50, this._y, true) or (Targget.hitbox.hitTest(this._x + 30, this._y, true) or (Targget.hitbox.hitTest(this._x + 10, this._y, true) or (Targget.hitbox.hitTest(this._x + 40, this._y, true) or Targget.hitbox.hitTest(this._x + 70, this._y, true)))))) {
if (Thinkmove == 1) {
_xscale = Xscale;
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack5");
NoobPoint = 0;
fight = true;
}
if (Thinkmove == 2) {
_xscale = Xscale;
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack19");
NoobPoint = 0;
fight = true;
}
}
if (Targget.hitbox.hitTest(this._x - 100, this._y - 80, true) or (Targget.hitbox.hitTest(this._x - 50, this._y - 80, true) or (Targget.hitbox.hitTest(this._x - 30, this._y - 80, true) or Targget.hitbox.hitTest(this._x - 10, this._y - 80, true)))) {
_xscale = Xscale;
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack21");
NoobPoint = 0;
fight = true;
}
if (Targget.hitbox.hitTest(this._x + 100, this._y - 80, true) or (Targget.hitbox.hitTest(this._x + 50, this._y - 80, true) or (Targget.hitbox.hitTest(this._x + 30, this._y - 80, true) or Targget.hitbox.hitTest(this._x + 10, this._y - 80, true)))) {
_xscale = Xscale;
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack21");
NoobPoint = 0;
fight = true;
}
if (Targget.hitbox.hitTest(this._x, this._y - 100, true)) {
_xscale = Xscale;
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack21");
NoobPoint = 0;
fight = true;
}
}
}
if (Mode == "Normal") {
CloseN = 100;
Distance = 500;
if (Tagget._x >= (_x + 300)) {
MoveIn = true;
} else if (Tagget._x <= (_x - 300)) {
MoveIn = true;
}
if (MoveIn == true) {
if (Tagget._x >= (_x + 70)) {
MoveIn = true;
xspeed = xspeed + power;
_xscale = Xscale;
gotoAndStop ("run");
} else if (Tagget._x <= (_x - 70)) {
MoveIn = true;
xspeed = xspeed - power;
_xscale = (-Xscale);
gotoAndStop ("run");
} else {
MoveIn = false;
gotoAndStop ("stand");
}
}
if (MoveIn == false) {
if (Tagget._x >= (_x + CloseN)) {
if ((_currentframe != 5) && onground) {
if ((!Tagget.fight) && (Tagget._xscale <= -1)) {
if (NoobPoint <= 150) {
xspeed = xspeed + (power / 2);
_xscale = Xscale;
gotoAndStop ("run");
}
}
if ((!_root.player.fight) && (Tagget._xscale >= 1)) {
gotoAndStop ("stand");
}
if (_root.player.fight) {
if (NoobPoint <= 150) {
xspeed = xspeed - 1;
_xscale = (-Xscale);
gotoAndStop ("run");
}
}
}
} else if (Tagget._x <= (_x - 100)) {
if ((_currentframe != 5) && onground) {
xspeed = xspeed - (power / 2);
_xscale = Xscale;
gotoAndStop ("run");
}
} else if ((_currentframe != 5) && onground) {
gotoAndStop ("stand");
}
}
}
}
if (!Bot) {
if (Key.isDown(RightKey)) {
if (!Key.isDown(BlockKey)) {
if (_currentframe != 5) {
xspeed = xspeed + power;
if (!onground) {
gotoAndStop ("Jump");
}
if (onground) {
if (!Key.isDown(BlockKey)) {
_xscale = Xscale;
}
gotoAndStop ("run");
}
}
}
} else if (Key.isDown(DownKey) && (onground)) {
if (_currentframe != 5) {
gotoAndStop ("Duck");
}
} else if (Key.isDown(LeftKey)) {
if (!Key.isDown(BlockKey)) {
if (_currentframe != 5) {
xspeed = xspeed - power;
if (!onground) {
gotoAndStop ("Jump");
}
if (onground) {
_xscale = (-Xscale);
gotoAndStop ("run");
}
}
}
} else {
if (!onground) {
gotoAndStop ("Jump");
}
if ((_currentframe != 5) && onground) {
gotoAndStop ("stand");
}
}
if (Key.isDown(JumpKey) && (onground)) {
gotoAndStop ("StartJump");
}
if (((Key.isDown(JumpKey) && (!onground)) && (pressJump)) && (JumpTimes >= 1)) {
yspeed = -JumpPower;
Man.gotoAndPlay(1);
JumpTimes = JumpTimes - 1;
}
}
if (onground) {
JumpTimes = 2;
}
if (Key.isDown(JumpKey)) {
pressJump = false;
} else {
pressJump = true;
}
if (onground) {
if (Key.isDown(BlockKey)) {
if (Key.isDown(RightKey)) {
if (_xscale >= 1) {
gotoAndStop ("Hurt");
Man.gotoAndPlay("Rollfront2");
fight = true;
}
if (_xscale <= -1) {
gotoAndStop ("Hurt");
Man.gotoAndPlay("RollBack2");
fight = true;
}
}
if (Key.isDown(LeftKey)) {
if (_xscale <= -1) {
gotoAndStop ("Hurt");
Man.gotoAndPlay("Rollfront2");
fight = true;
}
if (_xscale >= 1) {
gotoAndStop ("Hurt");
Man.gotoAndPlay("RollBack2");
fight = true;
}
}
}
}
if (Key.isDown(GrabKey)) {
gotoAndStop ("Attack");
Man.gotoAndPlay("GrabPlayer");
fight = true;
}
if (Key.isDown(SpecialKey)) {
if (_root.Special >= 100) {
if (_currentframe != 5) {
gotoAndStop ("Attack");
Man.gotoAndPlay("Charging");
fight = true;
}
}
}
if (Key.isDown(RightKey)) {
if (Key.isDown(PunchKey)) {
if (Attackpress == true) {
if (onground) {
if (_currentframe != 5) {
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack7");
fight = true;
}
} else {
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack12");
fight = true;
}
}
}
}
if (Key.isDown(LeftKey)) {
if (Key.isDown(PunchKey)) {
if (Attackpress == true) {
if (onground) {
if (_currentframe != 5) {
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack7");
fight = true;
}
} else {
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack12");
fight = true;
}
}
}
}
if (Key.isDown(UpKey)) {
if (Key.isDown(PunchKey)) {
if (Attackpress == true) {
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack14");
fight = true;
}
}
}
if (Key.isDown(DownKey)) {
if (Key.isDown(PunchKey)) {
if (Attackpress == true) {
if (onground) {
if (_currentframe != 5) {
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack18");
fight = true;
}
}
}
if (!onground) {
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack12");
fight = true;
}
}
}
if (!Key.isDown(RightKey)) {
if (!Key.isDown(LeftKey)) {
if (!Key.isDown(UpKey)) {
if (!Key.isDown(DownKey)) {
if (Key.isDown(PunchKey)) {
if (Attackpress == true) {
if (onground) {
if (_currentframe != 5) {
gotoAndStop ("Attack");
Man.gotoAndPlay(1);
fight = true;
}
} else {
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack12");
fight = true;
}
}
}
}
}
}
}
}
if (fight && (!Hurt)) {
if (!onground) {
if (Key.isDown(RightKey)) {
xspeed = xspeed + (power / 2);
} else if (Key.isDown(LeftKey)) {
xspeed = xspeed - (power / 2);
}
}
if (ComboMove == 1) {
if (Key.isDown(UpKey)) {
if (Key.isDown(PunchKey) && (onground)) {
if (Attackpress == true) {
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack14");
fight = true;
ComboMove = 0;
}
}
}
if (!Key.isDown(UpKey)) {
if (Key.isDown(PunchKey) && (onground)) {
if (Attackpress == true) {
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack2");
fight = true;
ComboMove = 0;
}
}
}
}
if (ComboMove == 2) {
if (Key.isDown(UpKey)) {
if (Key.isDown(PunchKey) && (onground)) {
if (Attackpress == true) {
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack14");
fight = true;
ComboMove = 0;
}
}
}
if (!Key.isDown(UpKey)) {
if (Key.isDown(PunchKey) && (onground)) {
if (Attackpress == true) {
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack3");
fight = true;
ComboMove = 0;
}
}
}
}
if (ComboMove == 3) {
if (Key.isDown(UpKey)) {
if (Key.isDown(PunchKey) && (onground)) {
if (Attackpress == true) {
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack14");
fight = true;
ComboMove = 0;
}
}
}
if (!Key.isDown(UpKey)) {
if (Key.isDown(DownKey)) {
if (Key.isDown(PunchKey) && (onground)) {
if (Attackpress == true) {
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack4");
fight = true;
ComboMove = 0;
}
}
}
}
if (!Key.isDown(DownKey)) {
if (Key.isDown(PunchKey) && (onground)) {
if (Attackpress == true) {
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack8");
fight = true;
ComboMove = 0;
}
}
}
}
if (ComboMove == 4) {
if (Key.isDown(UpKey)) {
if (Key.isDown(PunchKey) && (onground)) {
if (Attackpress == true) {
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack14");
fight = true;
ComboMove = 0;
}
}
}
if (!Key.isDown(UpKey)) {
if (Key.isDown(PunchKey) && (onground)) {
if (Attackpress == true) {
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack4");
fight = true;
ComboMove = 0;
}
}
}
}
if (ComboMove == 5) {
if (Key.isDown(UpKey)) {
if (Key.isDown(PunchKey) && (onground)) {
if (Attackpress == true) {
if (TaggedX != 0) {
TeleportEFFECT = _root.attachMovie("TeleportEFFECT", "TeleportEFFECT" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
TeleportEFFECT._x = this._x;
TeleportEFFECT._y = this._y;
TeleportEFFECT._xscale = 200;
TeleportEFFECT._yscale = 200;
this._x = this._x;
this._y = this._y;
this._x = TaggedMC._x;
this._y = TaggedMC._y;
}
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack14");
fight = true;
ComboMove = 0;
}
}
}
if (!Key.isDown(UpKey)) {
if (Key.isDown(PunchKey) && (onground)) {
if (Attackpress == true) {
if (TaggedX != 0) {
TeleportEFFECT = _root.attachMovie("TeleportEFFECT", "TeleportEFFECT" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
TeleportEFFECT._x = this._x;
TeleportEFFECT._y = this._y;
TeleportEFFECT._xscale = 200;
TeleportEFFECT._yscale = 200;
this._x = TaggedMC._x;
this._y = TaggedMC._y;
}
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack5");
fight = true;
ComboMove = 0;
}
}
}
}
if (ComboMove == 6) {
if (Key.isDown(UpKey)) {
if (Key.isDown(PunchKey) && (onground)) {
if (Attackpress == true) {
if (TaggedX != 0) {
TeleportEFFECT = _root.attachMovie("TeleportEFFECT", "TeleportEFFECT" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
TeleportEFFECT._x = this._x;
TeleportEFFECT._y = this._y;
TeleportEFFECT._xscale = 200;
TeleportEFFECT._yscale = 200;
this._x = TaggedMC._x;
this._y = TaggedMC._y;
}
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack14");
fight = true;
ComboMove = 0;
}
}
}
if (!Key.isDown(UpKey)) {
if (!Key.isDown(RightKey)) {
if (!Key.isDown(LeftKey)) {
if ((Key.isDown(PunchKey) and Key.isDown(DownKey)) && onground) {
if (Attackpress == true) {
if (TaggedX != 0) {
TeleportEFFECT = _root.attachMovie("TeleportEFFECT", "TeleportEFFECT" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
TeleportEFFECT._x = this._x;
TeleportEFFECT._y = this._y;
TeleportEFFECT._xscale = 200;
TeleportEFFECT._yscale = 200;
this._x = TaggedMC._x;
this._y = TaggedMC._y;
}
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack6");
fight = true;
ComboMove = 0;
}
}
}
}
}
}
if (ComboMove == 7) {
if (Key.isDown(UpKey)) {
if (Key.isDown(PunchKey) && (onground)) {
if (Attackpress == true) {
if (TaggedX != 0) {
TeleportEFFECT = _root.attachMovie("TeleportEFFECT", "TeleportEFFECT" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
TeleportEFFECT._x = this._x;
TeleportEFFECT._y = this._y;
TeleportEFFECT._xscale = 200;
TeleportEFFECT._yscale = 200;
this._x = TaggedMC._x;
this._y = TaggedMC._y;
}
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack14");
fight = true;
ComboMove = 0;
}
}
}
if (!Key.isDown(UpKey)) {
if (_xscale >= 1) {
if (Key.isDown(RightKey)) {
if (Key.isDown(PunchKey)) {
if (Attackpress == true) {
if (TaggedX != 0) {
TeleportEFFECT = _root.attachMovie("TeleportEFFECT", "TeleportEFFECT" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
TeleportEFFECT._x = this._x;
TeleportEFFECT._y = this._y;
TeleportEFFECT._xscale = 200;
TeleportEFFECT._yscale = 200;
this._x = TaggedMC._x;
this._y = TaggedMC._y;
xspeed = 20;
yspeed = 30;
}
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack11");
fight = true;
ComboMove = 0;
}
}
}
}
if (_xscale <= -1) {
if (Key.isDown(LeftKey)) {
if (Key.isDown(PunchKey)) {
if (Attackpress == true) {
if (TaggedX != 0) {
TeleportEFFECT = _root.attachMovie("TeleportEFFECT", "TeleportEFFECT" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
TeleportEFFECT._x = this._x;
TeleportEFFECT._y = this._y;
TeleportEFFECT._xscale = 200;
TeleportEFFECT._yscale = 200;
this._x = TaggedMC._x;
this._y = TaggedMC._y;
xspeed = -20;
yspeed = 30;
}
}
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack11");
fight = true;
ComboMove = 0;
}
}
}
if (!Key.isDown(RightKey)) {
if (!Key.isDown(LeftKey)) {
if (Key.isDown(PunchKey)) {
if (Attackpress == true) {
if (TaggedX != 0) {
TeleportEFFECT = _root.attachMovie("TeleportEFFECT", "TeleportEFFECT" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
TeleportEFFECT._x = this._x;
TeleportEFFECT._y = this._y;
TeleportEFFECT._xscale = 200;
TeleportEFFECT._yscale = 200;
this._x = TaggedMC._x;
this._y = TaggedMC._y;
}
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack7");
fight = true;
ComboMove = 0;
}
}
}
}
}
}
if (ComboMove == 8) {
if (Key.isDown(UpKey)) {
if (Key.isDown(PunchKey) && (onground)) {
if (Attackpress == true) {
if (TaggedX != 0) {
TeleportEFFECT = _root.attachMovie("TeleportEFFECT", "TeleportEFFECT" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
TeleportEFFECT._x = this._x;
TeleportEFFECT._y = this._y;
TeleportEFFECT._xscale = 200;
TeleportEFFECT._yscale = 200;
this._x = TaggedMC._x;
this._y = TaggedMC._y;
}
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack14");
fight = true;
ComboMove = 0;
}
}
}
if (!Key.isDown(UpKey)) {
if (Key.isDown(PunchKey)) {
if (Attackpress == true) {
if (TaggedX != 0) {
TeleportEFFECT = _root.attachMovie("TeleportEFFECT", "TeleportEFFECT" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
TeleportEFFECT._x = this._x;
TeleportEFFECT._y = this._y;
TeleportEFFECT._xscale = 200;
TeleportEFFECT._yscale = 200;
this._x = TaggedMC._x;
this._y = TaggedMC._y;
}
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack9");
fight = true;
ComboMove = 0;
}
}
}
}
if (ComboMove == 10) {
if (Key.isDown(UpKey)) {
if (Key.isDown(PunchKey) && (onground)) {
if (Attackpress == true) {
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack14");
fight = true;
ComboMove = 0;
}
}
}
if (!Key.isDown(UpKey)) {
if (Key.isDown(PunchKey)) {
if (Attackpress == true) {
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack10");
fight = true;
ComboMove = 0;
}
}
}
}
if (ComboMove == 12) {
if (Key.isDown(UpKey)) {
if (Key.isDown(PunchKey) && (onground)) {
if (Attackpress == true) {
if (TaggedX != 0) {
TeleportEFFECT = _root.attachMovie("TeleportEFFECT", "TeleportEFFECT" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
TeleportEFFECT._x = this._x;
TeleportEFFECT._y = this._y;
TeleportEFFECT._xscale = 200;
TeleportEFFECT._yscale = 200;
this._x = TaggedMC._x;
this._y = TaggedMC._y;
xspeed = TaggedMC.xspeed;
yspeed = TaggedMC.yspeed;
}
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack14");
fight = true;
ComboMove = 0;
}
}
}
if (!Key.isDown(UpKey)) {
if (Key.isDown(RightKey)) {
if (Key.isDown(PunchKey)) {
if (Attackpress == true) {
if (TaggedMC.Bounds == false) {
if (TaggedX != 0) {
TeleportEFFECT = _root.attachMovie("TeleportEFFECT", "TeleportEFFECT" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
TeleportEFFECT._x = this._x;
TeleportEFFECT._y = this._y;
TeleportEFFECT._xscale = 200;
TeleportEFFECT._yscale = 200;
this._x = TaggedMC._x;
this._y = TaggedMC._y;
}
}
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack15");
fight = true;
ComboMove = 0;
}
}
}
if (Key.isDown(LeftKey)) {
if (Key.isDown(PunchKey)) {
if (Attackpress == true) {
if (TaggedMC.Bounds == false) {
if (TaggedX != 0) {
TeleportEFFECT = _root.attachMovie("TeleportEFFECT", "TeleportEFFECT" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
TeleportEFFECT._x = this._x;
TeleportEFFECT._y = this._y;
TeleportEFFECT._xscale = 200;
TeleportEFFECT._yscale = 200;
this._x = TaggedMC._x;
this._y = TaggedMC._y;
}
}
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack15");
fight = true;
ComboMove = 0;
}
}
}
if (Key.isDown(DownKey)) {
if (Key.isDown(PunchKey)) {
if (Attackpress == true) {
if (TaggedX != 0) {
TeleportEFFECT = _root.attachMovie("TeleportEFFECT", "TeleportEFFECT" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
TeleportEFFECT._x = this._x;
TeleportEFFECT._y = this._y;
TeleportEFFECT._xscale = 200;
TeleportEFFECT._yscale = 200;
TaggedMC.yspeed = 30;
this._x = TaggedMC._x;
this._y = TaggedMC._y;
}
gotoAndStop ("Attack");
Man.gotoAndPlay("FlashCombo");
fight = true;
ComboMove = 0;
}
}
}
if (!Key.isDown(RightKey)) {
if (!Key.isDown(LeftKey)) {
if (!Key.isDown(DownKey)) {
if (Key.isDown(PunchKey)) {
if (Attackpress == true) {
if (TaggedX != 0) {
TeleportEFFECT = _root.attachMovie("TeleportEFFECT", "TeleportEFFECT" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
TeleportEFFECT._x = this._x;
TeleportEFFECT._y = this._y;
TeleportEFFECT._xscale = 200;
TeleportEFFECT._yscale = 200;
TaggedMC.yspeed = 30;
this._x = TaggedMC._x;
this._y = TaggedMC._y;
}
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack13");
fight = true;
ComboMove = 0;
}
}
}
}
}
}
}
if (ComboMove == 14) {
if (TaggedX != 0) {
if (Key.isDown(PunchKey)) {
if (Attackpress == true) {
TeleportEFFECT = _root.attachMovie("TeleportEFFECT", "TeleportEFFECT" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
TeleportEFFECT._x = this._x;
TeleportEFFECT._y = this._y;
TeleportEFFECT._xscale = 200;
TeleportEFFECT._yscale = 200;
this._x = TaggedMC._x;
this._y = TaggedMC._y;
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack16");
fight = true;
ComboMove = 0;
}
}
}
}
if (ComboMove == 15) {
if (TaggedX != 0) {
if (Key.isDown(PunchKey)) {
if (Attackpress == true) {
TeleportEFFECT = _root.attachMovie("TeleportEFFECT", "TeleportEFFECT" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
TeleportEFFECT._x = this._x;
TeleportEFFECT._y = this._y;
TeleportEFFECT._xscale = 200;
TeleportEFFECT._yscale = 200;
this._x = TaggedMC._x;
this._y = TaggedMC._y;
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack17");
fight = true;
ComboMove = 0;
}
}
}
}
if (ComboMove == 16) {
if (Key.isDown(PunchKey)) {
if (Attackpress == true) {
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack19");
fight = true;
ComboMove = 0;
}
}
}
if (ComboMove == 17) {
if (Key.isDown(PunchKey)) {
if (Attackpress == true) {
if (TaggedX != 0) {
TeleportEFFECT = _root.attachMovie("TeleportEFFECT", "TeleportEFFECT" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
TeleportEFFECT._x = this._x;
TeleportEFFECT._y = this._y;
TeleportEFFECT._xscale = 200;
TeleportEFFECT._yscale = 200;
TaggedMC.yspeed = 30;
this._x = TaggedMC._x;
this._y = TaggedMC._y;
}
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack20");
fight = true;
ComboMove = 0;
}
}
}
if (ComboMove == 18) {
if (Key.isDown(UpKey)) {
if (Key.isDown(PunchKey)) {
if (Attackpress == true) {
if (TaggedX != 0) {
TeleportEFFECT = _root.attachMovie("TeleportEFFECT", "TeleportEFFECT" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
TeleportEFFECT._x = this._x;
TeleportEFFECT._y = this._y;
TeleportEFFECT._xscale = 200;
TeleportEFFECT._yscale = 200;
TaggedMC.xspeed = 0;
yspeed = 30;
this._x = TaggedMC._x;
this._y = TaggedMC._y;
}
gotoAndStop ("Attack");
Man.gotoAndPlay("Attack21");
fight = true;
ComboMove = 0;
}
}
}
}
}
if (Freeze >= 0) {
if (Key.isDown(PunchKey)) {
Attackpress = false;
} else {
Attackpress = true;
}
if (onair && (onground)) {
gotoAndStop (1);
onair = false;
}
if ((Hurt && (flying)) && (onground)) {
gotoAndStop ("Hurt");
Man.gotoAndPlay("LandH");
flying = false;
}
if (HP >= 0.001) {
if (((Hurt && (flying)) && (RightWall)) && (!onground)) {
if (Key.isDown(BlockKey)) {
xspeed = 0;
yspeed = 0;
_xscale = (-Xscale);
gotoAndStop ("Hurt");
Man.gotoAndPlay("JumpOff");
flying = false;
}
}
if (((Hurt && (flying)) && (LeftWall)) && (!onground)) {
if (Key.isDown(BlockKey)) {
xspeed = 0;
yspeed = 0;
_xscale = Xscale;
gotoAndStop ("Hurt");
Man.gotoAndPlay("JumpOff");
flying = false;
}
}
}
}
if (HP <= 0) {
Hurt = true;
}
if (_currentframe == 1) {
flying = false;
CanHit = false;
hitbox.gotoAndStop(1);
if ((DieAni == 0) && (this.HP <= 0.0001)) {
DieAni = 1;
}
onair = false;
TaggedX = 0;
TaggedY = 0;
friction = 0.7;
fight = false;
Hurt = false;
ComboMove = 0;
if (_name == "player") {
_root.Cam.Zoomer = 0;
_root.BotReadP1 = "stand";
}
}
if ((_name == "player") && (_root.Hud.HurtScreen._alpha >= 1)) {
_root.Hud.HurtScreen._alpha = _root.Hud.HurtScreen._alpha - 10;
}
if (_currentframe == 2) {
CanHit = false;
if ((DieAni == 0) && (this.HP <= 0)) {
DieAni = 1;
}
onair = false;
TaggedX = 0;
TaggedY = 0;
friction = 0.7;
fight = false;
Hurt = false;
ComboMove = 0;
if (_name == "player") {
_root.Cam.Zoomer = 0;
_root.BotReadP1 = "run";
}
}
if (_currentframe == 5) {
CanHit = false;
flying = false;
}
if (_currentframe == 6) {
CanHit = false;
flying = false;
onair = false;
friction = 0.7;
}
if (_currentframe == 9) {
Hurt = true;
fight = false;
ComboMove = 0;
if (_name == "player") {
_root.Cam.Zoomer = 2;
}
}
if (_currentframe == 10) {
CanHit = false;
fight = true;
}
if (timmer <= 0) {
timmer = timmer + 1;
}
if (delay <= 1) {
delay = delay + 1;
}
var _local3 = 0;
while (_local3 < _root.McPlayer.length) {
temporaryMc = _root.McPlayer[_local3];
if ((temporaryMc._name != this._name) && (temporaryMc.Team != this.Team)) {
if (this.HP >= 0.001) {
if (timmer >= 0) {
if (temporaryMc.Man.MegaHandHit.hitTest(this.hitbox)) {
Hitter = temporaryMc;
if (Hitter._name == "player") {
_root.Hud.Combo.ResetTimer = 0;
_root.Hud.Combo.Hit = _root.Hud.Combo.Hit + 1;
_root.Special = _root.Special + 0.5;
if (Hitter.hitbox.hitTest(_root.Cam)) {
_root.Cam.shake = 3;
}
} else {
Special = Special + 0.5;
}
RE = _root.attachMovie("HitS", "HitS" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
RE._y = Hitter._y - 20;
RE._xscale = 40;
RE._yscale = 40;
if (Hitter.Freeze >= 0) {
Hitter.Freeze = 0;
timmer = Hitter.Freeze;
Freeze = Hitter.Freeze;
Hitter.Man.stop();
DieAni = 1;
}
HP = HP - 80;
Hitter.TaggedX = Hitter._x;
Hitter.TaggedY = Hitter._y;
Hitter.TaggedMC = this;
HandSlap1.start(0, 1);
if (Hitter._xscale >= 1) {
RE._x = Hitter._x + 70;
_xscale = (-Xscale);
}
if (Hitter._xscale <= -1) {
RE._x = Hitter._x - 70;
_xscale = Xscale;
}
Hurt = true;
gotoAndStop ("Hurt");
Man.gotoAndPlay(1);
}
if (temporaryMc.Man.Slap01.hitTest(this.hitbox)) {
Hitter = temporaryMc;
if (Hitter._name == "player") {
_root.Hud.Combo.ResetTimer = 0;
_root.Hud.Combo.Hit = _root.Hud.Combo.Hit + 1;
_root.Special = _root.Special + 0.5;
if (Hitter.hitbox.hitTest(_root.Cam)) {
_root.Cam.shake = 3;
}
} else {
Special = Special + 0.5;
}
RE = _root.attachMovie("HitS", "HitS" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
RE._y = Hitter._y - 20;
RE._xscale = 40;
RE._yscale = 40;
if (Hitter.Freeze >= 0) {
Hitter.Freeze = 0;
timmer = Hitter.Freeze;
Freeze = Hitter.Freeze;
Hitter.Man.stop();
DieAni = 1;
}
HP = HP - 3;
Hitter.TaggedX = Hitter._x;
Hitter.TaggedY = Hitter._y;
Hitter.TaggedMC = this;
HandSlap1.start(0, 1);
if (Hitter._xscale >= 1) {
RE._x = Hitter._x + 70;
_xscale = (-Xscale);
}
if (Hitter._xscale <= -1) {
RE._x = Hitter._x - 70;
_xscale = Xscale;
}
Hurt = true;
gotoAndStop ("Hurt");
Man.gotoAndPlay(1);
}
if (temporaryMc.Man.Slap02.hitTest(this.hitbox)) {
Hitter = temporaryMc;
if (Hitter._name == "player") {
_root.Hud.Combo.ResetTimer = 0;
_root.Hud.Combo.Hit = _root.Hud.Combo.Hit + 1;
_root.Special = _root.Special + 0.5;
if (Hitter.hitbox.hitTest(_root.Cam)) {
_root.Cam.shake = 3;
}
} else {
Special = Special + 0.5;
}
RE = _root.attachMovie("HitS", "HitS" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
RE._y = Hitter._y - 20;
RE._xscale = 40;
RE._yscale = 40;
if (Hitter.Freeze >= 0) {
Hitter.Freeze = 0;
timmer = Hitter.Freeze;
Freeze = Hitter.Freeze;
Hitter.Man.stop();
DieAni = 1;
}
HP = HP - 3;
Hitter.TaggedX = Hitter._x;
Hitter.TaggedY = Hitter._y;
Hitter.TaggedMC = this;
HandSlap1.start(0, 1);
if (Hitter._xscale >= 1) {
RE._x = Hitter._x + 70;
_xscale = (-Xscale);
}
if (Hitter._xscale <= -1) {
RE._x = Hitter._x - 70;
_xscale = Xscale;
}
Hurt = true;
gotoAndStop ("Hurt");
Man.gotoAndPlay(1);
}
if (temporaryMc.Man.Slap03.hitTest(this.hitbox)) {
Hitter = temporaryMc;
gravity = 0.8;
friction = 0.8;
if (Hitter._name == "player") {
_root.Hud.Combo.ResetTimer = 0;
_root.Hud.Combo.Hit = _root.Hud.Combo.Hit + 1;
_root.Special = _root.Special + 0.5;
if (Hitter.hitbox.hitTest(_root.Cam)) {
_root.Cam.shake = 3;
}
} else {
Special = Special + 0.5;
}
RE = _root.attachMovie("HitS", "HitS" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
RE._y = Hitter._y - 20;
RE._xscale = 40;
RE._yscale = 40;
if (Hitter.Freeze >= 0) {
Hitter.Freeze = 0;
timmer = Hitter.Freeze;
Freeze = Hitter.Freeze;
Hitter.Man.stop();
DieAni = 1;
}
Hitter.TaggedX = Hitter._x;
Hitter.TaggedY = Hitter._y;
Hitter.TaggedMC = this;
HP = HP - 3;
HandSlap1.start(0, 1);
yspeed = 0;
if (Hitter._xscale >= 1) {
xspeed = 10;
RE._x = Hitter._x + 70;
_xscale = (-Xscale);
}
if (Hitter._xscale <= -1) {
xspeed = -10;
RE._x = Hitter._x - 70;
_xscale = Xscale;
}
Hurt = true;
gotoAndStop ("Hurt");
Man.gotoAndPlay(1);
}
if (temporaryMc.Man.Slap04.hitTest(this.hitbox)) {
Hitter = temporaryMc;
if (Hitter._name == "player") {
_root.Hud.Combo.ResetTimer = 0;
_root.Hud.Combo.Hit = _root.Hud.Combo.Hit + 1;
_root.Special = _root.Special + 0.5;
if (Hitter.hitbox.hitTest(_root.Cam)) {
_root.Cam.shake = 5;
}
} else {
Special = Special + 0.5;
}
friction = 0.99;
RE = _root.attachMovie("HitS", "HitS" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
RE._y = Hitter._y - 20;
RE._xscale = 10;
RE._yscale = 10;
if (Hitter.Freeze >= 0) {
Hitter.Freeze = 0;
timmer = Hitter.Freeze;
Freeze = Hitter.Freeze;
Hitter.Man.stop();
DieAni = 1;
}
Hitter.xspeed = xspeed;
Hitter.TaggedX = Hitter._x;
Hitter.TaggedY = Hitter._y;
Hitter.TaggedMC = this;
HP = HP - 3;
HP3.start(0, 1);
Twack1.start(0, 1);
yspeed = -15;
if (Hitter._xscale >= 1) {
RE._x = Hitter._x + 50;
xspeed = 40;
_xscale = (-Xscale);
}
if (Hitter._xscale <= -1) {
RE._x = Hitter._x - 50;
xspeed = -40;
_xscale = Xscale;
}
Hurt = true;
onground = false;
flying = true;
gravity = 0.4;
gotoAndStop ("Hurt");
Man.gotoAndPlay("FlyAway");
}
if (temporaryMc.Man.SlapHard01.hitTest(this.hitbox)) {
friction = 0.95;
Hitter = temporaryMc;
if (Hitter._name == "player") {
_root.Hud.Combo.ResetTimer = 0;
_root.Hud.Combo.Hit = _root.Hud.Combo.Hit + 1;
_root.Special = _root.Special + 1;
} else {
Special = Special + 1;
}
RE = _root.attachMovie("HitS", "HitS" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
RE._y = Hitter._y - 20;
RE._xscale = 40;
RE._yscale = 40;
HP2.start(0, 1);
yspeed = -8;
if (Hitter.hitbox.hitTest(_root.Cam)) {
_root.Cam.shake = 5;
}
if (Hitter.Freeze >= 0) {
Hitter.Freeze = -6;
timmer = Hitter.Freeze;
Freeze = Hitter.Freeze;
Hitter.Man.stop();
}
Hitter.TaggedX = Hitter._x;
Hitter.TaggedY = Hitter._y;
Hitter.TaggedMC = this;
HP = HP - 4;
if (Hitter._xscale >= 1) {
if (!RightWall) {
xspeed = Hitter.xspeed + 40;
}
RE._x = Hitter._x + 50;
_xscale = (-Xscale);
}
if (Hitter._xscale <= -1) {
if (!LeftWall) {
xspeed = Hitter.xspeed - 40;
}
RE._x = Hitter._x - 50;
_xscale = Xscale;
}
Hurt = true;
onground = false;
flying = true;
gravity = 0.4;
gotoAndStop ("Hurt");
Man.gotoAndPlay("FlyAway");
DieAni = 1;
}
if (temporaryMc.Man.SlapHard02.hitTest(this.hitbox)) {
friction = 0.95;
Hitter = temporaryMc;
if (Hitter._name == "player") {
_root.Hud.Combo.ResetTimer = 0;
_root.Hud.Combo.Hit = _root.Hud.Combo.Hit + 1;
_root.Special = _root.Special + 1;
} else {
Special = Special + 1;
}
RE = _root.attachMovie("HitS", "HitS" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
RE._y = Hitter._y - 50;
RE._xscale = 40;
RE._yscale = 40;
HandSlap1.start(0, 1);
Twack1.start(0, 1);
yspeed = -20;
if (Hitter.hitbox.hitTest(_root.Cam)) {
_root.Cam.shake = 5;
}
if (Hitter.Freeze >= 0) {
Hitter.Freeze = -3;
timmer = Hitter.Freeze;
Freeze = Hitter.Freeze;
Hitter.Man.stop();
}
Hitter.TaggedX = Hitter._x;
Hitter.TaggedY = Hitter._y;
Hitter.TaggedMC = this;
HP = HP - 4;
if (Hitter._xscale >= 1) {
xspeed = 0;
RE._x = Hitter._x;
_xscale = (-Xscale);
}
if (Hitter._xscale <= -1) {
xspeed = 0;
RE._x = Hitter._x;
_xscale = Xscale;
}
Hurt = true;
onground = false;
flying = true;
gravity = 0.4;
gotoAndStop ("Hurt");
Man.gotoAndPlay("FlyAway");
DieAni = 1;
}
if (temporaryMc.Man.FastSlap.hitTest(this.hitbox)) {
Hitter = temporaryMc;
if (Hitter._name == "player") {
_root.Hud.Combo.ResetTimer = 0;
_root.Hud.Combo.Hit = _root.Hud.Combo.Hit + 1;
_root.Special = _root.Special + 0.5;
if (Hitter.hitbox.hitTest(_root.Cam)) {
_root.Cam.shake = 0.5;
}
_root.Cam.Zoomer = 1;
} else {
Special = Special + 0.5;
}
friction = 0.99;
RE = _root.attachMovie("HitS", "HitS" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
RE._y = Hitter._y - 20;
RE._xscale = 10;
RE._yscale = 10;
if (Hitter.Freeze >= 0) {
Hitter.Freeze = 0;
timmer = Hitter.Freeze;
Freeze = Hitter.Freeze;
Hitter.Man.stop();
}
Hitter.xspeed = xspeed;
HP = HP - 0.5;
HandSlap1.start(0, 1);
if (Hitter._xscale >= 1) {
RE._x = Hitter._x + 50;
xspeed = 3;
_xscale = (-Xscale);
}
if (Hitter._xscale <= -1) {
RE._x = Hitter._x - 50;
xspeed = -3;
_xscale = Xscale;
}
Hurt = true;
gotoAndStop ("Hurt");
Man.gotoAndPlay(1);
DieAni = 1;
}
if (temporaryMc.Man.hit1.hitTest(this.hitbox)) {
Hitter = temporaryMc;
if (Hitter._name == "player") {
_root.Hud.Combo.ResetTimer = 0;
_root.Hud.Combo.Hit = _root.Hud.Combo.Hit + 1;
_root.Special = _root.Special + 0.5;
} else {
Special = Special + 0.5;
}
RE = _root.attachMovie("HitS", "HitS" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
RE._y = Hitter._y - 20;
RE._xscale = 20;
RE._yscale = 20;
if (Hitter.Freeze >= 0) {
Hitter.Freeze = -3;
timmer = Hitter.Freeze;
Freeze = Hitter.Freeze;
Hitter.Man.stop();
}
HP = HP - 1;
HP3.start(0, 1);
if (Hitter._xscale >= 1) {
RE._x = Hitter._x + 50;
_xscale = (-Xscale);
}
if (Hitter._xscale <= -1) {
RE._x = Hitter._x - 50;
_xscale = Xscale;
}
Hurt = true;
gotoAndStop ("Hurt");
Man.gotoAndPlay(1);
DieAni = 1;
}
if (temporaryMc.Man.hit2.hitTest(this.hitbox)) {
Hitter = temporaryMc;
if (Hitter._name == "player") {
_root.Hud.Combo.ResetTimer = 0;
_root.Hud.Combo.Hit = _root.Hud.Combo.Hit + 1;
_root.Special = _root.Special + 0.5;
} else {
Special = Special + 0.5;
}
RE = _root.attachMovie("HitS", "HitS" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
RE._y = Hitter._y - 20;
RE._xscale = 20;
RE._yscale = 20;
HP1.start(0, 1);
if (Hitter.Freeze >= 0) {
Hitter.Freeze = -3;
timmer = Hitter.Freeze;
Freeze = Hitter.Freeze;
Hitter.Man.stop();
}
HP = HP - 1;
if (Hitter._xscale >= 1) {
RE._x = Hitter._x + 50;
_xscale = (-Xscale);
}
if (Hitter._xscale <= -1) {
RE._x = Hitter._x - 50;
_xscale = Xscale;
}
Hurt = true;
gotoAndStop ("Hurt");
Man.gotoAndPlay(1);
DieAni = 1;
}
if (temporaryMc.Man.hit3.hitTest(this.hitbox)) {
Hitter = temporaryMc;
if (Hitter._name == "player") {
_root.Hud.Combo.ResetTimer = 0;
_root.Hud.Combo.Hit = _root.Hud.Combo.Hit + 1;
_root.Special = _root.Special + 0.5;
} else {
Special = Special + 0.5;
}
RE = _root.attachMovie("HitS", "HitS" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
RE._y = Hitter._y;
RE._xscale = 20;
RE._yscale = 20;
HP2.start(0, 1);
if (Hitter.Freeze >= 0) {
Hitter.Freeze = -3;
timmer = Hitter.Freeze;
Freeze = Hitter.Freeze;
Hitter.Man.stop();
}
HP = HP - 1;
if (Hitter._xscale >= 1) {
xspeed = Hitter.xspeed + 5;
RE._x = Hitter._x + 50;
_xscale = (-Xscale);
}
if (Hitter._xscale <= -1) {
xspeed = Hitter.xspeed - 5;
RE._x = Hitter._x - 50;
_xscale = Xscale;
}
Hurt = true;
gotoAndStop ("Hurt");
Man.gotoAndPlay("Hurt2");
DieAni = 1;
}
if (temporaryMc.Man.hit4.hitTest(this.hitbox)) {
friction = 0.95;
Hitter = temporaryMc;
if (Hitter._name == "player") {
_root.Hud.Combo.ResetTimer = 0;
_root.Hud.Combo.Hit = _root.Hud.Combo.Hit + 1;
_root.Special = _root.Special + 1;
} else {
Special = Special + 1;
}
RE = _root.attachMovie("HitS", "HitS" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
RE._y = Hitter._y - 20;
RE._xscale = 40;
RE._yscale = 40;
HP2.start(0, 1);
yspeed = -5;
if (Hitter.hitbox.hitTest(_root.Cam)) {
_root.Cam.shake = 5;
}
if (Hitter.Freeze >= 0) {
Hitter.Freeze = -3;
timmer = Hitter.Freeze;
Freeze = Hitter.Freeze;
Hitter.Man.stop();
}
Hitter.TaggedX = Hitter._x;
Hitter.TaggedY = Hitter._y;
Hitter.TaggedMC = this;
HP = HP - 2;
if (Hitter._xscale >= 1) {
if (!RightWall) {
xspeed = Hitter.xspeed + 20;
}
RE._x = Hitter._x + 50;
_xscale = (-Xscale);
}
if (Hitter._xscale <= -1) {
if (!LeftWall) {
xspeed = Hitter.xspeed - 20;
}
RE._x = Hitter._x - 50;
_xscale = Xscale;
}
Hurt = true;
onground = false;
flying = true;
gravity = 0.4;
gotoAndStop ("Hurt");
Man.gotoAndPlay("FlyAway");
DieAni = 1;
}
if (temporaryMc.Man.hit5.hitTest(this.hitbox)) {
friction = 0.95;
Hitter = temporaryMc;
if (Hitter._name == "player") {
_root.Hud.Combo.ResetTimer = 0;
_root.Hud.Combo.Hit = _root.Hud.Combo.Hit + 1;
_root.Special = _root.Special + 1;
} else {
Special = Special + 1;
}
RE = _root.attachMovie("HitS", "HitS" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
RE._y = Hitter._y - 20;
RE._xscale = 40;
RE._yscale = 40;
Twack1.start(0, 1);
HP1.start(0, 1);
BB.start(0, 1);
yspeed = -15;
if (Hitter.hitbox.hitTest(_root.Cam)) {
_root.Cam.shake = 5;
}
if (Hitter.Freeze >= 0) {
Hitter.Freeze = -3;
timmer = Hitter.Freeze;
Freeze = Hitter.Freeze;
Hitter.Man.stop();
}
HP = HP - 2;
Hitter.TaggedX = Hitter._x;
Hitter.TaggedY = Hitter._y;
Hitter.TaggedMC = this;
if (Hitter._xscale >= 1) {
if (!RightWall) {
xspeed = Hitter.xspeed + 15;
}
RE._x = Hitter._x + 50;
_xscale = (-Xscale);
}
if (Hitter._xscale <= -1) {
if (!LeftWall) {
xspeed = Hitter.xspeed - 15;
}
RE._x = Hitter._x - 50;
_xscale = Xscale;
}
Hurt = true;
onground = false;
flying = true;
gravity = 0.4;
gotoAndStop ("Hurt");
Man.gotoAndPlay("FlyAway");
DieAni = 1;
}
if (temporaryMc.Man.hit6.hitTest(this.hitbox)) {
friction = 0.95;
Hitter = temporaryMc;
if (Hitter._name == "player") {
_root.Hud.Combo.ResetTimer = 0;
_root.Hud.Combo.Hit = _root.Hud.Combo.Hit + 1;
_root.Special = _root.Special + 1;
} else {
Special = Special + 1;
}
RE = _root.attachMovie("HitS", "HitS" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
RE._y = Hitter._y - 20;
RE._xscale = 40;
RE._yscale = 40;
Twack2.start(0, 1);
HP1.start(0, 1);
BB.start(0, 1);
yspeed = 20;
if (Hitter.hitbox.hitTest(_root.Cam)) {
_root.Cam.shake = 5;
}
if (Hitter.Freeze >= 0) {
Hitter.Freeze = -3;
timmer = Hitter.Freeze;
Freeze = Hitter.Freeze;
Hitter.Man.stop();
}
HP = HP - 2;
Hitter.TaggedX = Hitter._x;
Hitter.TaggedY = Hitter._y;
Hitter.TaggedMC = this;
if (Hitter._xscale >= 1) {
if (!RightWall) {
xspeed = Hitter.xspeed + 15;
}
RE._x = Hitter._x + 50;
_xscale = (-Xscale);
}
if (Hitter._xscale <= -1) {
if (!LeftWall) {
xspeed = Hitter.xspeed - 15;
}
RE._x = Hitter._x - 50;
_xscale = Xscale;
}
Hurt = true;
onground = false;
flying = true;
gravity = 0.4;
gotoAndStop ("Hurt");
Man.gotoAndPlay("FlyAway");
DieAni = 1;
}
if (temporaryMc.Man.hit7.hitTest(this.hitbox)) {
Bounds = true;
friction = 0.95;
Hitter = temporaryMc;
if (Hitter._name == "player") {
_root.Hud.Combo.ResetTimer = 0;
_root.Hud.Combo.Hit = _root.Hud.Combo.Hit + 1;
_root.Special = _root.Special + 1;
} else {
Special = Special + 1;
}
RE = _root.attachMovie("HitS", "HitS" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
RE._y = Hitter._y - 20;
RE._xscale = 40;
RE._yscale = 40;
Twack1.start(0, 1);
HP1.start(0, 1);
BB.start(0, 1);
yspeed = -10;
if (Hitter.hitbox.hitTest(_root.Cam)) {
_root.Cam.shake = 5;
}
if (Hitter.Freeze >= 0) {
Hitter.Freeze = -3;
timmer = Hitter.Freeze;
Freeze = Hitter.Freeze;
Hitter.Man.stop();
}
Hitter.TaggedX = Hitter._x;
Hitter.TaggedY = Hitter._y;
Hitter.TaggedMC = this;
HP = HP - 3;
if (Hitter._xscale >= 1) {
if (!RightWall) {
xspeed = Hitter.xspeed + 45;
} else {
xspeed = -20;
}
RE._x = Hitter._x + 50;
_xscale = (-Xscale);
}
if (Hitter._xscale <= -1) {
if (!LeftWall) {
xspeed = Hitter.xspeed - 45;
} else {
xspeed = 20;
}
RE._x = Hitter._x - 50;
_xscale = Xscale;
}
Hurt = true;
onground = false;
flying = true;
gravity = 0.7;
gotoAndStop ("Hurt");
Man.gotoAndPlay("FlyAway");
DieAni = 1;
}
if (temporaryMc.Man.hit9.hitTest(this.hitbox)) {
friction = 0.95;
Hitter = temporaryMc;
if (Hitter._name == "player") {
_root.Hud.Combo.ResetTimer = 0;
_root.Hud.Combo.Hit = _root.Hud.Combo.Hit + 1;
_root.Special = _root.Special + 1;
} else {
Special = Special + 1;
}
RE = _root.attachMovie("HitS", "HitS" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
RE._y = Hitter._y - 20;
RE._xscale = 40;
RE._yscale = 40;
Twack2.start(0, 1);
HP1.start(0, 1);
BB.start(0, 1);
yspeed = -10;
if (Hitter.hitbox.hitTest(_root.Cam)) {
_root.Cam.shake = 5;
}
if (Hitter.Freeze >= 0) {
Hitter.Freeze = -3;
timmer = Hitter.Freeze;
Freeze = Hitter.Freeze;
Hitter.Man.stop();
}
Hitter.TaggedX = Hitter._x;
Hitter.TaggedY = Hitter._y;
Hitter.TaggedMC = this;
HP = HP - 3;
if (Hitter._xscale >= 1) {
if (!RightWall) {
xspeed = Hitter.xspeed + 35;
}
RE._x = Hitter._x + 50;
_xscale = (-Xscale);
}
if (Hitter._xscale <= -1) {
if (!LeftWall) {
xspeed = Hitter.xspeed - 35;
}
RE._x = Hitter._x - 50;
_xscale = Xscale;
}
Hurt = true;
onground = false;
flying = true;
gravity = 0.8;
gotoAndStop ("Hurt");
Man.gotoAndPlay("FlyAway");
DieAni = 1;
}
if (temporaryMc.Man.hit10.hitTest(this.hitbox)) {
friction = 0.95;
Hitter = temporaryMc;
if (Hitter._name == "player") {
_root.Hud.Combo.ResetTimer = 0;
_root.Hud.Combo.Hit = _root.Hud.Combo.Hit + 1;
_root.Special = _root.Special + 1;
} else {
Special = Special + 1;
}
RE = _root.attachMovie("HitS", "HitS" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
RE._y = this._y;
RE._x = this._x;
RE._xscale = 20;
RE._yscale = 20;
Twack2.start(0, 1);
HP1.start(0, 1);
BB.start(0, 1);
yspeed = -5;
if (Hitter.hitbox.hitTest(_root.Cam)) {
_root.Cam.shake = 5;
}
HP = HP - 2;
if (Hitter.Freeze >= 0) {
Hitter.Freeze = 0;
timmer = Hitter.Freeze;
Freeze = Hitter.Freeze;
Hitter.Man.stop();
}
Hitter.TaggedX = Hitter._x;
Hitter.TaggedY = Hitter._y;
Hitter.TaggedMC = this;
if (Hitter._xscale >= 1) {
xspeed = 0;
_xscale = (-Xscale);
}
if (Hitter._xscale <= -1) {
xspeed = 0;
_xscale = Xscale;
}
Hurt = true;
onground = false;
flying = true;
_y = (_y - 3);
gravity = 0.3;
gotoAndStop ("Hurt");
Man.gotoAndPlay("FlyAway");
DieAni = 1;
}
if (temporaryMc.Man.hit11.hitTest(this.hitbox)) {
Hitter = temporaryMc;
if (Hitter._name == "player") {
_root.Hud.Combo.ResetTimer = 0;
_root.Hud.Combo.Hit = _root.Hud.Combo.Hit + 1;
_root.Special = _root.Special + 1;
} else {
Special = Special + 1;
}
RE = _root.attachMovie("HitS", "HitS" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
RE._y = this._y;
RE._x = this._x;
RE._xscale = 20;
RE._yscale = 20;
Twack1.start(0, 1);
HP1.start(0, 1);
BB.start(0, 1);
if (!onground) {
yspeed = 8;
gravity = 0.3;
friction = 0.95;
} else {
friction = 0.95;
yspeed = -10;
gravity = 0.3;
}
if (Hitter.hitbox.hitTest(_root.Cam)) {
_root.Cam.shake = 5;
}
HP = HP - 3;
if (Hitter.Freeze >= 0) {
Hitter.Freeze = -3;
timmer = Hitter.Freeze;
Freeze = Hitter.Freeze;
Hitter.Man.stop();
}
Hitter.TaggedX = Hitter._x;
Hitter.TaggedY = Hitter._y;
Hitter.TaggedMC = this;
if (Hitter._xscale >= 1) {
if (onground) {
xspeed = 10;
}
_xscale = (-Xscale);
}
if (Hitter._xscale <= -1) {
if (onground) {
xspeed = -10;
}
_xscale = Xscale;
}
Hurt = true;
onground = false;
flying = true;
_y = (_y - 3);
gotoAndStop ("Hurt");
Man.gotoAndPlay("FlyAway");
DieAni = 1;
}
if (temporaryMc.Man.hit12.hitTest(this.hitbox)) {
Hitter = temporaryMc;
if (Hitter._name == "player") {
_root.Hud.Combo.ResetTimer = 0;
_root.Hud.Combo.Hit = _root.Hud.Combo.Hit + 1;
_root.Special = _root.Special + 0.5;
_root.Cam.Zoomer = 1;
} else {
Special = Special + 0.5;
}
if (Hitter.hitbox.hitTest(_root.Cam)) {
_root.Cam.shake = 0.5;
}
friction = 0.99;
RE = _root.attachMovie("HitS", "HitS" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
RE._y = Hitter._y - 20;
RE._xscale = 10;
RE._yscale = 10;
if (Hitter.Freeze >= 0) {
Hitter.Freeze = 0;
timmer = Hitter.Freeze;
Freeze = Hitter.Freeze;
Hitter.Man.stop();
}
Hitter.xspeed = xspeed;
HP = HP - 0.5;
HP3.start(0, 1);
if (Hitter._xscale >= 1) {
RE._x = Hitter._x + 50;
xspeed = 20;
_xscale = (-Xscale);
}
if (Hitter._xscale <= -1) {
RE._x = Hitter._x - 50;
xspeed = -20;
_xscale = Xscale;
}
Hurt = true;
gotoAndStop ("Hurt");
Man.gotoAndPlay(1);
DieAni = 1;
}
if (delay >= 0) {
if (temporaryMc.Man.UpSlap.hitTest(this.hitbox)) {
friction = 0.95;
Hitter = temporaryMc;
gravity = 0.4;
if (Hitter._name == "player") {
_root.Hud.Combo.ResetTimer = 0;
_root.Hud.Combo.Hit = _root.Hud.Combo.Hit + 1;
_root.Special = _root.Special + 1;
} else {
Special = Special + 1;
}
RE = _root.attachMovie("HitS", "HitS" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
RE._y = this._y;
RE._x = this._x;
RE._xscale = 20;
RE._yscale = 20;
Twack2.start(0, 1);
yspeed = -8;
if (Hitter.hitbox.hitTest(_root.Cam)) {
_root.Cam.shake = 0;
}
if (Hitter.Freeze >= 0) {
Hitter.Freeze = 0;
timmer = Hitter.Freeze;
Freeze = Hitter.Freeze;
Hitter.Man.stop();
}
Hitter.TaggedX = Hitter._x;
Hitter.TaggedY = Hitter._y;
Hitter.TaggedMC = this;
if (onground) {
yspeed = -8;
}
HP = HP - 1;
if (Hitter._xscale >= 1) {
xspeed = -7;
_xscale = (-Xscale);
}
if (Hitter._xscale <= -1) {
xspeed = 7;
_xscale = Xscale;
}
Hurt = true;
onground = false;
flying = true;
delay = -10;
gotoAndStop ("Hurt");
Man.gotoAndPlay("FlyAway");
DieAni = 1;
}
if (temporaryMc.Man.hit13.hitTest(this.hitbox)) {
friction = 0.99;
Hitter = temporaryMc;
if (Hitter._name == "player") {
_root.Hud.Combo.ResetTimer = 0;
_root.Hud.Combo.Hit = _root.Hud.Combo.Hit + 1;
_root.Special = _root.Special + 0.5;
} else {
Special = Special + 0.5;
}
RE = _root.attachMovie("HitS", "HitS" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
RE._y = this._y;
RE._x = this._x;
RE._xscale = 20;
RE._yscale = 20;
if (Hitter.hitbox.hitTest(_root.Cam)) {
_root.Cam.shake = 1;
}
if (Hitter.Freeze >= 0) {
Hitter.Freeze = -3;
timmer = Hitter.Freeze;
Freeze = Hitter.Freeze;
Hitter.Man.stop();
}
delay = -10;
Hitter.xspeed = xspeed;
Hitter.TaggedX = Hitter._x;
Hitter.TaggedY = Hitter._y;
Hitter.TaggedMC = this;
Twack2.start(0, 1);
BB.start(0, 1);
yspeed = -20;
HP = HP - 2;
if (Hitter._x >= this._x) {
xspeed = -20;
_xscale = (-Xscale);
}
if (Hitter._x <= this._x) {
xspeed = 20;
_xscale = Xscale;
}
gravity = 0.6;
Hurt = true;
flying = true;
gotoAndStop ("Hurt");
Man.gotoAndPlay("FlyAway");
DieAni = 1;
}
if (temporaryMc.Man.Blast.hitTest(this.hitbox)) {
friction = 0.6;
Hitter = temporaryMc;
if (Hitter._name == "player") {
_root.Hud.Combo.ResetTimer = 0;
_root.Hud.Combo.Hit = _root.Hud.Combo.Hit + 1;
}
RE = _root.attachMovie("HitS", "HitS" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
RE._y = this._y;
RE._x = this._x;
RE._xscale = 20;
RE._yscale = 20;
if (Hitter.hitbox.hitTest(_root.Cam)) {
_root.Cam.shake = _root.Cam.shake + 1;
}
delay = -3;
Hitter.xspeed = xspeed;
Hitter.TaggedX = Hitter._x;
Hitter.TaggedY = Hitter._y;
Hitter.TaggedMC = this;
yspeed = 0;
HP = HP - 8;
if (Hitter._x >= this._x) {
xspeed = -10;
_xscale = Xscale;
}
if (Hitter._x <= this._x) {
xspeed = 10;
_xscale = (-Xscale);
}
gravity = 0.6;
Hurt = true;
flying = true;
gotoAndStop ("Hurt");
Man.gotoAndPlay(1);
DieAni = 1;
}
}
if (temporaryMc.Man.hit14.hitTest(this.hitbox)) {
friction = 0.99;
Hitter = temporaryMc;
if (Hitter._name == "player") {
_root.Hud.Combo.ResetTimer = 0;
_root.Hud.Combo.Hit = _root.Hud.Combo.Hit + 1;
_root.Special = _root.Special + 0.5;
} else {
Special = Special + 0.5;
}
RE = _root.attachMovie("HitS", "HitS" + _root.getNextHighestDepth(), _root.getNextHighestDepth());
RE._y = this._y + 40;
RE._x = this._x;
RE._xscale = 20;
RE._yscale = 20;
if (Hitter.hitbox.hitTest(_root.Cam)) {
_root.Cam.shake = 1;
}
if (Hitter.Freeze >= 0) {
Hitter.Freeze = 0;
timmer = Hitter.Freeze;
Freeze = Hitter.Freeze;
Hitter.Man.stop();
}
delay = -10;
Hitter.xspeed = xspeed;
Hitter.TaggedX = Hitter._x;
Hitter.TaggedY = Hitter._y;
Hitter.TaggedMC = this;
Twack1.start(0, 1);
yspeed = -7;
HP = HP - 2;
if (Hitter._x >= this._x) {
xspeed = -2;
_xscale = Xscale;
}
if (Hitter._x <= this._x) {
xspeed = 2;
_xscale = (-Xscale);
}
gravity = 0.6;
Hurt = true;
flying = true;
gotoAndStop ("Hurt");
Man.gotoAndPlay("FlyAway");
DieAni = 1;
}
if (temporaryMc.Man.GRAB.hitTest(this.hitbox)) {
friction = 0.5;
Hitter = temporaryMc;
if (Hitter.Freeze >= 0) {
Hitter.Freeze = 0;
timmer = Hitter.Freeze;
Freeze = Hitter.Freeze;
}
Hitter.Man.gotoAndStop("grabbed");
Hitter.xspeed = xspeed;
Hitter.TaggedX = Hitter._x;
Hitter.TaggedY = Hitter._y;
Hitter.TaggedMC = this;
this._visible = false;
Hold = true;
GrabbedBy = this;
Hitter.GrabMove = true;
if (Hitter._xscale >= 1) {
xspeed = 0;
this._x = Hitter._x + 50;
_xscale = Xscale;
}
if (Hitter._xscale <= -1) {
xspeed = 0;
this._x = Hitter._x - 50;
_xscale = (-Xscale);
}
gravity = 0.6;
Hurt = true;
flying = true;
gotoAndStop ("Hurt");
Man.gotoAndPlay("FlyAway");
DieAni = 1;
}
if (temporaryMc.Man.HitCommAnd.hitTest(this.hitbox)) {
friction = 0.95;
Hitter = temporaryMc;
Hitter.TaggedX = Hitter._x;
Hitter.TaggedY = Hitter._y;
if (Hitter.TaggedMC == this) {
if (Hitter._xscale >= 1) {
if (Key.isDown(Hitter.RightKey)) {
Hitter.gotoAndStop("Attack");
Hitter.Man.gotoAndPlay("Attack11");
Hitter.xspeed = this.xspeed;
}
}
if (Hitter._xscale <= -1) {
if (Key.isDown(Hitter.LeftKey)) {
Hitter.gotoAndStop("Attack");
Hitter.Man.gotoAndPlay("Attack11");
Hitter.xspeed = this.xspeed;
}
}
if (!Key.isDown(Hitter.DownKey)) {
if (!Key.isDown(Hitter.UpKey)) {
if (!Key.isDown(Hitter.LeftKey)) {
if (!Key.isDown(Hitter.RightKey)) {
Hitter.gotoAndStop("Attack");
Hitter.Man.gotoAndPlay("Attack9");
}
}
}
if (Key.isDown(Hitter.UpKey)) {
Hitter.gotoAndStop("Attack");
Hitter.Man.gotoAndPlay("Attack5");
}
} else {
Hitter.gotoAndStop(1);
xspeed = 0;
if (Hitter._xscale >= 1) {
Hitter._x = this._x;
}
if (Hitter._xscale <= -1) {
Hitter._x = this._x;
}
}
}
Hitter.xspeed = 0;
Hitter.yspeed = 0;
}
}
}
}
_local3++;
}
if (Freeze <= -1) {
Freeze = Freeze + 1;
Man.stop();
}
? , "onEnterFrame");
}
}
}
};
BotRead = "stand";
_parent.hitbox.gotoAndStop(1);
Instance of Symbol 354 MovieClip "hitbox" in Symbol 1808 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 356 MovieClip "Lala" in Symbol 1808 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 365 MovieClip "Powercharge" in Symbol 1808 MovieClip Frame 1
onClipEvent (load) {
if (_root.Game != "set") {
play();
} else {
stop();
}
}
onClipEvent (enterFrame) {
if (_root.Game != "set") {
play();
} else {
stop();
}
}
Symbol 1808 MovieClip Frame 2
_parent.hitbox.gotoAndStop(1);
Symbol 1808 MovieClip Frame 5
_parent.hitbox.gotoAndStop(1);
Symbol 1808 MovieClip Frame 6
_parent.hitbox.gotoAndStop(1);
Symbol 1815 MovieClip Frame 1
stop();
onEnterFrame = function () {
if (this._alpha <= 100) {
this.timmer = this.timmer + 1;
}
if (this.timmer >= 1350) {
this._alpha = 100;
this.timmer = 0;
}
if (this._alpha == 100) {
var _local3 = 0;
while (_local3 < _root.McPlayer.length) {
temporaryMc = _root.McPlayer[_local3];
if (temporaryMc.hitbox.hitTest(this)) {
this.hitter = temporaryMc;
if (hitter.HP < 100) {
hitter.HP = hitter.HP + 1;
this._alpha = 20;
}
if (hitter.HP == 100) {
play();
}
}
_local3++;
}
}
};
Symbol 1824 MovieClip Frame 1
stop();
onEnterFrame = function () {
if (this._alpha <= 100) {
this.timmer = this.timmer + 1;
}
if (this.timmer >= 1350) {
this._alpha = 100;
this.timmer = 0;
}
if (this._alpha == 100) {
var _local3 = 0;
while (_local3 < _root.McPlayer.length) {
temporaryMc = _root.McPlayer[_local3];
if (temporaryMc.hitbox.hitTest(this)) {
this.hitter = temporaryMc;
if (((hitter.HP < 100) && (!this.hitter.Hurt)) && (hitter.HP > 0)) {
hitter.HP = hitter.HP + 25;
this._alpha = 20;
}
if (hitter.HP == 100) {
play();
}
}
_local3++;
}
}
};
Symbol 1827 MovieClip Frame 60
stop();
Symbol 1827 MovieClip Frame 61
gotoAndStop ("here");
Symbol 1829 MovieClip Frame 5
stop();
Symbol 1829 MovieClip Frame 6
gotoAndStop ("here");
Symbol 1831 MovieClip Frame 1
stop();
Symbol 1842 MovieClip Frame 1
_root.Match = false;
Symbol 1842 MovieClip Frame 121
_root.Game = "start";
_root.Match = true;
Symbol 1842 MovieClip Frame 145
if ((_root.TeamSpawn == true) && (_root.ModeIn == "Attacking")) {
_root.Hud.Ano.gotoAndPlay("Attacking");
}
Symbol 1842 MovieClip Frame 156
stop();
Symbol 1860 MovieClip Frame 1
stop();
Symbol 1867 MovieClip Frame 1
stop();
Symbol 1899 MovieClip Frame 1
stop();
Symbol 1899 MovieClip Frame 60
gotoAndStop (1);
Symbol 1899 MovieClip Frame 107
gotoAndStop (1);
Symbol 1899 MovieClip Frame 145
gotoAndStop (1);
Symbol 1899 MovieClip Frame 204
gotoAndStop (1);
Symbol 1899 MovieClip Frame 255
gotoAndStop (1);
Symbol 1899 MovieClip Frame 309
gotoAndStop (1);
Symbol 1899 MovieClip Frame 394
gotoAndStop (1);
Symbol 1899 MovieClip Frame 454
gotoAndStop (1);
Symbol 1899 MovieClip Frame 519
gotoAndStop (1);
Symbol 1899 MovieClip Frame 581
gotoAndStop (1);
Symbol 1899 MovieClip Frame 631
gotoAndStop (1);
Symbol 1899 MovieClip Frame 677
gotoAndStop (1);
Symbol 1899 MovieClip Frame 746
gotoAndStop (1);
Symbol 1899 MovieClip Frame 815
gotoAndStop (1);
Symbol 1899 MovieClip Frame 899
gotoAndStop (1);
Symbol 1906 Button
on (press) {
_root.Game = "start";
_quality = _parent.Qu;
_parent.gotoAndStop(1);
}
Symbol 1907 Button
on (press) {
if (_root.playerChar == 1) {
gotoAndStop ("combo03");
}
if (_root.playerChar == 2) {
gotoAndStop ("combo02");
}
if (_root.playerChar == 3) {
gotoAndStop ("combo01");
}
}
Symbol 1908 Button
on (press) {
gotoAndStop ("serious");
}
Symbol 1909 Button
on (press) {
gotoAndStop ("seriousQ");
}
Symbol 1914 Button
on (press) {
gotoAndStop (1);
}
Symbol 1918 Button
on (press) {
_root.gotoAndPlay("retry");
}
Symbol 1919 Button
on (press) {
gotoAndStop ("mainMenuStart");
}
Symbol 1922 Button
on (press) {
stopAllSounds();
_root.gotoAndPlay("BattleMenu");
}
Symbol 1924 MovieClip Frame 1
stop();
Symbol 1924 MovieClip Frame 2
stop();
Symbol 1925 MovieClip Frame 1
stop();
Symbol 1925 MovieClip Frame 3
stop();
Symbol 1931 Button
on (release) {
stopAllSounds();
_root.gotoAndStop("BattleMenu");
}
Symbol 1932 Button
on (release) {
_root.gotoAndPlay("retry");
}
Symbol 1966 MovieClip Frame 1310
stop();
Symbol 1968 MovieClip Frame 1
stop();
Symbol 1968 MovieClip Frame 2
if (_root.Ending) {
gotoAndPlay ("ENDDING");
}
Symbol 1968 MovieClip Frame 84
stop();
Symbol 1968 MovieClip Frame 198
stop();
Symbol 1968 MovieClip Frame 201
play();
Symbol 1968 MovieClip Frame 327
gotoAndStop (1);
Symbol 1968 MovieClip Frame 520
_root.removeMovieClips = true;
if (_root.Place == 1) {
_root.gotoAndStop("AttnDef2");
}
if (_root.Place == 2) {
_root.gotoAndStop("AttnDef");
}
Symbol 1968 MovieClip Frame 597
gotoAndPlay ("NA");
Symbol 1968 MovieClip Frame 680
gotoAndPlay ("NA");
Symbol 1968 MovieClip Frame 783
stopAllSounds();
Symbol 1968 MovieClip Frame 784
stop();
Symbol 1978 MovieClip Frame 1
stop();
Instance of Symbol 1831 MovieClip "InvertScreen" in Symbol 1978 MovieClip Frame 1
onClipEvent (load) {
}
onClipEvent (enterFrame) {
if (_root.HP <= 0) {
if (_visible == false) {
_alpha = 100;
_visible = true;
gotoAndStop (1);
}
if (_alpha <= 100) {
_visible = true;
_alpha = (_alpha - 0.5);
}
} else if (_alpha >= 0.01) {
_alpha = 0;
gotoAndStop (2);
_visible = false;
}
}
Instance of Symbol 1845 MovieClip in Symbol 1978 MovieClip Frame 1
onClipEvent (load) {
_root.HP = 100;
}
onClipEvent (enterFrame) {
if (_root.Game != "set") {
this._xscale = _root.HP;
if (_root.HP <= 0) {
_root.HP = 0;
}
if (_root.HP >= 100) {
_root.HP = 100;
}
}
}
Instance of Symbol 1851 MovieClip "Combo" in Symbol 1978 MovieClip Frame 1
onClipEvent (load) {
Hit = 0;
ResetTimer = 0;
this.Hits.text = Hit;
}
onClipEvent (enterFrame) {
if ((_root.Game != "set") or (_root.Game != "Pause")) {
this.Hits.text = Hit;
ResetTimer = ResetTimer + 1;
if (Hit >= 2) {
_visible = true;
} else {
_visible = false;
}
bar._xscale = ResetTimer;
if (ResetTimer >= 100) {
Hit = 0;
ResetTimer = 0;
}
}
}
Instance of Symbol 1853 MovieClip in Symbol 1978 MovieClip Frame 1
onClipEvent (load) {
_root.Special = 0;
}
onClipEvent (enterFrame) {
if (_root.Game != "set") {
this._xscale = _root.Special;
if (_root.Special <= 0) {
_root.Special = 0;
}
_root.Special = _root.Special + 0.04;
if (_root.Special >= 100) {
_root.Special = 100;
}
}
}
Instance of Symbol 1899 MovieClip "Ano" in Symbol 1978 MovieClip Frame 1
onClipEvent (load) {
_root.HeadShot = 0;
spree = 1;
nothingoneit = false;
_root.killsWDieing = 0;
_root.DoubleKill = 0;
_root.Killed = 0;
_root.DoubleKill = 0;
HeadHunterN = 0;
KillingA = 1;
}
onClipEvent (enterFrame) {
if (nothingoneit == false) {
if (_root.HeadShot >= 1) {
gotoAndPlay ("headshot");
HeadHunterN = HeadHunterN + 1;
_root.HeadShot = _root.HeadShot - 1;
}
}
if (nothingoneit == false) {
if (HeadHunterN >= 15) {
nothingoneit = true;
gotoAndPlay ("HeadHunter");
_root.HeadShot = 0;
HeadHunterN = 0;
}
}
if (_root.DoubleKill >= 1) {
if ((_root.Killed >= 2) && (KillingA == 1)) {
gotoAndPlay ("DK");
KillingA = 2;
}
if ((_root.Killed >= 3) && (KillingA == 2)) {
gotoAndPlay ("TripleKill");
KillingA = 3;
}
if ((_root.Killed >= 4) && (KillingA == 3)) {
gotoAndPlay ("MultiKill");
KillingA = 4;
}
if ((_root.Killed >= 5) && (KillingA == 4)) {
gotoAndPlay ("UltraKill");
KillingA = 5;
}
if ((_root.Killed >= 6) && (KillingA == 5)) {
gotoAndPlay ("MK");
KillingA = 6;
}
if ((_root.Killed >= 7) && (KillingA == 6)) {
gotoAndPlay ("unstopableKill");
KillingA = 7;
}
if ((_root.Killed >= 8) && (KillingA == 7)) {
gotoAndPlay ("MKill");
KillingA = 8;
}
if ((_root.Killed >= 9) && (KillingA == 8)) {
gotoAndPlay ("UR");
KillingA = 10;
}
if ((_root.Killed >= 10) && (_root.Killed == KillingA)) {
gotoAndPlay ("MKill");
KillingA = _root.Killed + 1;
}
if (_root.Hud.ResetTimer <= 0) {
_root.DoubleKill = _root.DoubleKill + 1;
}
}
if ((_root.DoubleKill >= 250) && (_root.Hud.ResetTimer <= 0)) {
KillingA = 1;
_root.Killed = 0;
_root.DoubleKill = 0;
}
if (_currentframe == 1) {
nothingoneit = false;
if ((_root.killsWDieing >= 3) && (spree == 1)) {
gotoAndPlay ("KS");
nothingoneit = true;
spree = 2;
}
if ((_root.killsWDieing >= 6) && (spree == 2)) {
gotoAndPlay ("Domina");
nothingoneit = true;
spree = 3;
}
if ((_root.killsWDieing >= 12) && (spree == 3)) {
gotoAndPlay ("RamgPage");
nothingoneit = true;
spree = 4;
}
if ((_root.killsWDieing >= 15) && (spree == 4)) {
gotoAndPlay ("godlike");
nothingoneit = true;
spree = 5;
}
if ((_root.killsWDieing >= 18) && (spree == 5)) {
gotoAndPlay ("RR");
nothingoneit = true;
spree = 6;
}
if ((_root.killsWDieing >= 21) && (spree == 6)) {
gotoAndPlay ("MK");
nothingoneit = true;
spree = 7;
}
if ((_root.killsWDieing >= 24) && (spree == 7)) {
gotoAndPlay ("RR");
nothingoneit = true;
spree = 8;
}
}
}
Instance of Symbol 1903 MovieClip "HurtScreen" in Symbol 1978 MovieClip Frame 1
onClipEvent (load) {
this._alpha = 0;
}
Instance of Symbol 1925 MovieClip in Symbol 1978 MovieClip Frame 1
onClipEvent (load) {
Pause = 80;
Pause2 = 27;
Qu = _quality;
_root.Game = "Pause";
_root.Match = false;
}
onClipEvent (enterFrame) {
if ((_root.Game != "set") && (_root.Match == true)) {
if (_currentframe == 1) {
if (_root.Game == "fix") {
_root.Game = "start";
}
}
if (Key.isDown(Pause) or Key.isDown(Pause2)) {
if ((pressit == true) && (_currentframe == 1)) {
gotoAndPlay (2);
_root.Game = "Pause";
Qu = _quality;
}
if ((pressit == true) && (_currentframe == 3)) {
gotoAndPlay (4);
_root.Game = "fix";
_quality = Qu;
}
pressit = false;
} else {
pressit = true;
}
if ((pressit == true) && (_currentframe == 3)) {
_quality = Qu;
}
}
}
Instance of Symbol 1968 MovieClip "Ano" in Symbol 1978 MovieClip Frame 1
onClipEvent (load) {
Once = 1;
if (_root.Game == "set") {
if ((Once == 1) && (_root.won == true)) {
gotoAndPlay (1);
_alpha = 100;
Once = 0;
}
} else {
stop();
Once = 1;
_alpha = 0;
}
witchOne = 0;
}
onClipEvent (enterFrame) {
if ((_root.Game == "set") or (_root.Game == "UrDead")) {
if ((((Once == 1) && (_root.won == true)) && (!_root.TeamSpawn)) && (_root.Ending == false)) {
gotoAndPlay (1);
_visible = true;
_alpha = 100;
Once = 0;
}
if ((((Once == 1) && (_root.won == true)) && (!_root.TeamSpawn)) && (_root.Ending == true)) {
gotoAndPlay ("ENDWON");
_visible = true;
_alpha = 100;
Once = 0;
}
if (((Once == 1) && (_root.won == false)) && (!_root.TeamSpawn)) {
gotoAndPlay ("Lose");
_visible = true;
_alpha = 100;
Once = 0;
}
if (((((Once == 1) && (_root.RoundOver == 1)) && (_root.TeamSpawn)) && (_root.MyRounds < _root.MaxKills)) && (_root.MyRounds1 < _root.MaxKills)) {
gotoAndPlay ("RedW");
_visible = true;
_alpha = 100;
Once = 0;
}
if ((((Once == 1) && (_root.RoundOver == 1)) && (_root.TeamSpawn)) && (_root.MyRounds >= _root.MaxKills)) {
gotoAndPlay (1);
_visible = true;
_alpha = 100;
Once = 0;
}
if ((((Once == 1) && (_root.RoundOver == 2)) && (_root.TeamSpawn)) && (_root.MyRounds < _root.MaxKills)) {
gotoAndPlay ("BlueW");
_visible = true;
_alpha = 100;
Once = 0;
}
if ((((Once == 1) && (_root.RoundOver == 2)) && (_root.TeamSpawn)) && (_root.MyRounds1 >= _root.MaxKills)) {
gotoAndPlay ("Lose");
_visible = true;
_alpha = 100;
Once = 0;
}
} else {
if (_currentframe == 1) {
stop();
Once = 1;
_alpha = 0;
_visible = false;
}
if (_currentframe >= 201) {
_alpha = 100;
_visible = true;
}
if ((_alpha >= 0.0001) && ((!_currentframe) >= 201)) {
stop();
Once = 1;
_alpha = 0;
_visible = false;
}
}
}
Instance of Symbol 1968 MovieClip "Ano" in Symbol 1978 MovieClip Frame 2
onClipEvent (load) {
Once = 1;
if (_root.Game == "set") {
if ((Once == 1) && (_root.won == true)) {
gotoAndPlay (1);
_alpha = 100;
Once = 0;
}
} else {
stop();
Once = 1;
_alpha = 0;
}
witchOne = 0;
}
onClipEvent (enterFrame) {
sec = sec + 1;
if ((_root.Game == "set") or (_root.Game == "UrDead")) {
if (((Once == 1) && (_root.won == true)) && (!_root.TeamSpawn)) {
gotoAndPlay (1);
_visible = true;
_alpha = 100;
Once = 0;
}
if (((Once == 1) && (_root.won == false)) && (!_root.TeamSpawn)) {
gotoAndPlay ("Lose");
_visible = true;
_alpha = 100;
Once = 0;
}
if (((((Once == 1) && (_root.RoundOver == 1)) && (_root.TeamSpawn)) && (_root.MyRounds < _root.MaxKills)) && (_root.MyRounds1 < _root.MaxKills)) {
gotoAndPlay ("RedW");
_visible = true;
_alpha = 100;
Once = 0;
}
if ((((Once == 1) && (_root.RoundOver == 1)) && (_root.TeamSpawn)) && (_root.MyRounds >= _root.MaxKills)) {
gotoAndPlay (1);
_visible = true;
_alpha = 100;
Once = 0;
}
if ((((Once == 1) && (_root.RoundOver == 2)) && (_root.TeamSpawn)) && (_root.MyRounds < _root.MaxKills)) {
gotoAndPlay ("BlueW");
_visible = true;
_alpha = 100;
Once = 0;
}
if ((((Once == 1) && (_root.RoundOver == 2)) && (_root.TeamSpawn)) && (_root.MyRounds1 >= _root.MaxKills)) {
gotoAndPlay ("Lose");
_visible = true;
_alpha = 100;
Once = 0;
}
} else {
if (_currentframe == 1) {
stop();
Once = 1;
_alpha = 0;
_visible = false;
}
if (_currentframe >= 201) {
_alpha = 100;
_visible = true;
}
if ((_alpha >= 0.0001) && ((!_currentframe) >= 201)) {
stop();
Once = 1;
_alpha = 0;
_visible = false;
}
}
}
Instance of Symbol 1925 MovieClip in Symbol 1978 MovieClip Frame 2
onClipEvent (load) {
Pause = 80;
Pause2 = 27;
Qu = _quality;
_root.Game = "Pause";
_root.Match = false;
}
onClipEvent (enterFrame) {
if ((_root.Game != "set") && (_root.Match == true)) {
if (_currentframe == 1) {
if (_root.Game == "fix") {
_root.Game = "start";
}
}
if (Key.isDown(Pause) or Key.isDown(Pause2)) {
if ((pressit == true) && (_currentframe == 1)) {
gotoAndPlay (2);
_root.Game = "Pause";
Qu = _quality;
}
if ((pressit == true) && (_currentframe == 3)) {
gotoAndPlay (4);
_root.Game = "fix";
_quality = Qu;
}
pressit = false;
} else {
pressit = true;
}
if ((pressit == true) && (_currentframe == 3)) {
_quality = Qu;
}
}
}
Symbol 2070 MovieClip Frame 1
stop();
Symbol 2077 MovieClip Frame 1
stop();
Symbol 2077 MovieClip Frame 3
stop();
Symbol 2096 MovieClip Frame 1
stop();
onEnterFrame = function () {
if (this._currentframe == 1) {
if (this.HP <= 0) {
play();
}
} else {
this.HP = 10;
}
var _local3 = 0;
while (_local3 < _root.McPlayer.length) {
temporaryMc = _root.McPlayer[_local3];
if (temporaryMc._name != this._name) {
if (this._currentframe == 1) {
if ((Hitter.xspeed < 10) && (Hitter.xspeed > -10)) {
while (this.hitTest(temporaryMc._x + 30, temporaryMc._y, true)) {
temporaryMc._x--;
}
while (this.hitTest(temporaryMc._x - 30, temporaryMc._y, true)) {
temporaryMc._x++;
}
}
if (temporaryMc.hitbox.hitTest(this)) {
Hitter = temporaryMc;
if (Hitter.xspeed >= 10) {
if (Hitter._x <= this._x) {
if (Hitter.flying) {
Hitter._xscale = -Xscale;
Hitter.HP = Hitter.HP - 20;
play();
}
}
}
}
if (temporaryMc.hitbox.hitTest(this)) {
Hitter = temporaryMc;
if (Hitter.xspeed <= -10) {
if (Hitter._x >= this._x) {
if (Hitter.flying) {
Hitter._xscale = Xscale;
Hitter.HP = Hitter.HP - 20;
play();
}
}
}
}
}
}
_local3++;
}
};
Symbol 2096 MovieClip Frame 2
_root.Cam.shake = 10;
Symbol 2134 MovieClip Frame 1
stop();
Symbol 2134 MovieClip Frame 2
if (this.hitTest(_root.Cam)) {
_root.Cam.shake = 2;
}
play();
Symbol 2134 MovieClip Frame 3
play();
Symbol 2134 MovieClip Frame 4
play();
Symbol 2134 MovieClip Frame 11
gotoAndStop (1);
Symbol 2134 MovieClip Frame 12
_root.Cam.shake = 10;
Symbol 2134 MovieClip Frame 19
TurnOn = 1;
Symbol 2134 MovieClip Frame 20
stop();
Symbol 2146 Button
on (release) {
_root.gotoAndStop("BattleMenu");
}
Symbol 2147 Button
on (release) {
_root.gotoAndStop("Mission3");
}