Frame 1
function doSomething() {
}
function ToggleWindAdjust() {
if (_root.windadjustturn == false) {
_root.windadjustturn = true;
} else {
_root.windadjustturn = false;
}
}
function ToggleSpeedCounts() {
if (_root.speedcounts == false) {
_root.speedcounts = true;
} else {
_root.speedcounts = false;
}
}
function ToggleCPUQuickThrow() {
if (_root.curcontrol != "CPU") {
if (_root.cpuquickthrow == false) {
_root.cpuquickthrow = true;
} else {
_root.cpuquickthrow = false;
}
}
if (_root.curcontrol == "CPU") {
_root.sndbtndenied01.start();
}
}
function TogglePhysicalThrow() {
if (_root.curcontrol != "Human") {
if (_root.physicalthrow == true) {
_root.physicalthrow = false;
return(undefined);
}
_root.physicalthrow = true;
return(undefined);
}
if (((_root.physicalthrow == true) and (_root.curaction == "Arc")) and (_root.curcontrol == "Human")) {
_root.ptturnedoff = true;
_root.physicalthrow = false;
return(undefined);
}
_root.sndbtndenied01.start();
if (((_root.physicalthrow == false) and (_root.curaction == "Arc")) and (_root.curcontrol == "Human")) {
_root.physicalthrow = true;
return(undefined);
}
_root.sndbtndenied01.start();
}
function DisableMusic() {
if (_root.musicon == true) {
_root.musicon = false;
stopAllSounds();
} else {
_root.musicon = true;
stopAllSounds();
if (_root.inagame != true) {
_root.sndmeasyassoup.start(0, 10000);
_root.sndmeasyassoup.setVolume(75);
} else {
stopAllSounds();
_root.randsong = random(9);
if (_root.randsong <= 1) {
_root.sndmfrenzy.start(0, 10000);
_root.sndmfrenzy.setVolume(75);
}
if (_root.randsong == 2) {
_root.sndmgroove.start(0, 10000);
_root.sndmgroove.setVolume(75);
}
if (_root.randsong == 3) {
_root.sndmlovelost.start(0, 10000);
_root.sndmlovelost.setVolume(75);
}
if (_root.randsong == 4) {
_root.sndmendofmyworld.start(0, 10000);
_root.sndmendofmyworld.setVolume(75);
}
if (_root.randsong == 5) {
_root.sndmasiankillerrobots.start(0, 10000);
_root.sndmasiankillerrobots.setVolume(75);
}
if (_root.randsong == 6) {
_root.sndmcontroversy.start(0, 10000);
_root.sndmcontroversy.setVolume(75);
}
if (_root.randsong == 7) {
_root.sndmadrenalin.start(0, 10000);
_root.sndmadrenalin.setVolume(75);
}
if (_root.randsong >= 8) {
_root.sndmfrenzy.start(0, 10000);
_root.sndmfrenzy.setVolume(75);
}
}
}
}
function ThrowGuides() {
if (_root.throwguide == false) {
_root.throwguide = true;
} else {
_root.throwguide = false;
}
}
function ForfeitGame() {
if (_root.inagame == true) {
if ((_root.inmultiplayer == false) and (_root.inpractice == false)) {
_root.tgames = _root.tgames + 1;
_root.tlost = _root.tlost + 1;
} else {
_root.inmultiplayer = false;
}
if (_root.rankedinprogress == true) {
_root.trgames = _root.trgames + 1;
_root.trlost = _root.trlost + 1;
_root.rankedinprogress = false;
}
if (_root.intournament == true) {
_root.ttournaments = _root.ttournaments + 1;
_root.intournament = false;
}
_root.inagame = false;
gotoAndStop (147);
} else {
_root.sndbtndenied01.start();
return(undefined);
}
}
function BestQual() {
_root.qualitysetting = "BEST";
_quality = _root.qualitysetting;
}
function HighQual() {
_root.qualitysetting = "HIGH";
_quality = _root.qualitysetting;
}
function MedQual() {
_root.qualitysetting = "MEDIUM";
_quality = _root.qualitysetting;
}
function LowQual() {
_root.qualitysetting = "LOW";
_quality = _root.qualitysetting;
}
MENU = new ContextMenu();
MENU.hideBuiltInItems();
var Functioned = new ContextMenuItem("Behgs: The Game", doSomething);
var MBestQual = new ContextMenuItem("Best Quality", _root.BestQual);
var MHighQual = new ContextMenuItem("High Quality", _root.HighQual);
var MMedQual = new ContextMenuItem("Medium Quality", _root.MedQual);
var MLowQual = new ContextMenuItem("Low Quality", _root.LowQual);
var MThrowGuides = new ContextMenuItem("Toggle Throw Guides", _root.ThrowGuides);
var MForfeitGame = new ContextMenuItem("Forfeit Game", _root.ForfeitGame);
var MDisableMusic = new ContextMenuItem("Toggle Music", _root.DisableMusic);
var MTogglePhysical = new ContextMenuItem("Toggle Physical Throw", _root.TogglePhysicalThrow);
var MToggleCPUQuickThrow = new ContextMenuItem("Toggle CPU Quick Throw", _root.ToggleCPUQuickThrow);
var MToggleSpeedCounts = new ContextMenuItem("Toggle Physical Speed", _root.ToggleSpeedCounts);
var MToggleWindAdjust = new ContextMenuItem("Toggle Wind Adjust", _root.ToggleWindAdjust);
MBestQual.separatorBefore = true;
MThrowGuides.separatorBefore = true;
MForfeitGame.separatorBefore = true;
MENU.customItems.push(Functioned);
MENU.customItems.push(MBestQual);
MENU.customItems.push(MHighQual);
MENU.customItems.push(MMedQual);
MENU.customItems.push(MLowQual);
MENU.customItems.push(MThrowGuides);
MENU.customItems.push(MTogglePhysical);
MENU.customItems.push(MToggleSpeedCounts);
MENU.customItems.push(MToggleCPUQuickThrow);
MENU.customItems.push(MToggleWindAdjust);
MENU.customItems.push(MDisableMusic);
MENU.customItems.push(MForfeitGame);
_root.menu = MENU;
totalBytes = Math.round(getBytesTotal() / 1024);
loadedBytes = Math.round(getBytesLoaded() / 1024);
percentDone = Math.round((loadedBytes / totalBytes) * 100);
_root.loadingbar.gotoAndStop(percentDone);
if (_root._framesloaded >= _root._totalframes) {
gotoAndStop ("start");
}
Frame 4
stopAllSounds();
gotoAndPlay (1);
Frame 5
stop();
Frame 6
_quality = "HIGH";
_root.musicon = true;
_root.custom01name = "Custom01";
_root.custom01hair = 10;
_root.custom01eyes = 9;
_root.custom01nose = 3;
_root.custom01lips = 4;
_root.custom01ears = 2;
_root.custom01logo = 1;
_root.custom01upbody_r = 140;
_root.custom01upbody_g = 140;
_root.custom01upbody_b = 140;
_root.custom01upbody_per = 50;
_root.custom01lowbody_r = 140;
_root.custom01lowbody_g = 140;
_root.custom01lowbody_b = 140;
_root.custom01lowbody_per = 50;
_root.custom01bag_r = 140;
_root.custom01bag_g = 140;
_root.custom01bag_b = 140;
_root.custom01bag_per = 50;
_root.custom02name = "Custom02";
_root.custom02hair = 4;
_root.custom02eyes = 3;
_root.custom02nose = 2;
_root.custom02lips = 4;
_root.custom02ears = 2;
_root.custom02logo = 1;
_root.custom02upbody_r = 140;
_root.custom02upbody_g = 140;
_root.custom02upbody_b = 140;
_root.custom02upbody_per = 50;
_root.custom02lowbody_r = 140;
_root.custom02lowbody_g = 140;
_root.custom02lowbody_b = 140;
_root.custom02lowbody_per = 50;
_root.custom02bag_r = 140;
_root.custom02bag_g = 140;
_root.custom02bag_b = 140;
_root.custom02bag_per = 50;
_root.redint = 0;
_root.greenint = 0;
_root.blueint = 0;
_root.boughthair = 0;
_root.boughteyes = 0;
_root.boughtnose = 0;
_root.boughtears = 0;
_root.boughtlips = 0;
_root.boughtlogo = 0;
_root.tmoney = 0;
_root.tgames = 0;
_root.twon = 0;
_root.tlost = 0;
_root.wonlostr = int((_root.twon / _root.tgames) * 100) / 100;
_root.trgames = 0;
_root.trwon = 0;
_root.trlost = 0;
_root.rwonlostr = int((_root.trwon / _root.trgames) * 100) / 100;
_root.ttournaments = 0;
_root.trounds = 0;
_root.culthrows = 0;
_root.culpoints = 0;
_root.culholes = 0;
_root.throwguide = true;
_root.rankedinprogress = false;
_root.inmultiplayer = false;
_root.intournament = false;
_root.inpractice = false;
_root.physicalthrow = true;
_root.cpuquickthrow = true;
_root.speedcounts = false;
_root.windadjustturn = false;
_root.powerupson = true;
_root.goldcup = 0;
_root.silvercup = 0;
_root.bronzecup = 0;
_root.goldmug = 0;
_root.silvermug = 0;
_root.bronzemug = 0;
_root.goldorb = 0;
_root.silverorb = 0;
_root.bronzeorb = 0;
_root.diamond = 0;
_root.fish = 0;
_root.flower = 0;
_root.grill = 0;
_root.hole = 0;
_root.money = 0;
_root.oldman = 0;
_root.star = 0;
_root.steak = 0;
_root.yingyang = 0;
_root.brain = 0;
Color.prototype.setTint = function (r, g, b, amount) {
var _local2 = new Object();
_local2.ra = (_local2.ga = (_local2.ba = 100 - amount));
var _local3 = amount / 100;
_local2.rb = r * _local3;
_local2.gb = g * _local3;
_local2.bb = b * _local3;
this.setTransform(_local2);
};
so = SharedObject.getLocal("savebehgs");
if (so.data.custom01name == null) {
return(undefined);
}
_root.custom01name = so.data.custom01name;
_root.custom01hair = so.data.custom01hair;
_root.custom01eyes = so.data.custom01eyes;
_root.custom01nose = so.data.custom01nose;
_root.custom01lips = so.data.custom01lips;
_root.custom01ears = so.data.custom01ears;
_root.custom01logo = so.data.custom01logo;
_root.custom01upbody_r = so.data.custom01upbody_r;
_root.custom01upbody_g = so.data.custom01upbody_g;
_root.custom01upbody_b = so.data.custom01upbody_b;
_root.custom01upbody_per = so.data.custom01upbody_per;
_root.custom01lowbody_r = so.data.custom01lowbody_r;
_root.custom01lowbody_g = so.data.custom01lowbody_g;
_root.custom01lowbody_b = so.data.custom01lowbody_b;
_root.custom01lowbody_per = so.data.custom01lowbody_per;
_root.custom01bag_r = so.data.custom01bag_r;
_root.custom01bag_g = so.data.custom01bag_g;
_root.custom01bag_b = so.data.custom01bag_b;
_root.custom01bag_per = so.data.custom01bag_per;
_root.custom02name = so.data.custom02name;
_root.custom02hair = so.data.custom02hair;
_root.custom02eyes = so.data.custom02eyes;
_root.custom02nose = so.data.custom02nose;
_root.custom02lips = so.data.custom02lips;
_root.custom02ears = so.data.custom02ears;
_root.custom02logo = so.data.custom02logo;
_root.custom02upbody_r = so.data.custom02upbody_r;
_root.custom02upbody_g = so.data.custom02upbody_g;
_root.custom02upbody_b = so.data.custom02upbody_b;
_root.custom02upbody_per = so.data.custom02upbody_per;
_root.custom02lowbody_r = so.data.custom02lowbody_r;
_root.custom02lowbody_g = so.data.custom02lowbody_g;
_root.custom02lowbody_b = so.data.custom02lowbody_b;
_root.custom02lowbody_per = so.data.custom02lowbody_per;
_root.custom02bag_r = so.data.custom02bag_r;
_root.custom02bag_g = so.data.custom02bag_g;
_root.custom02bag_b = so.data.custom02bag_b;
_root.custom02bag_per = so.data.custom02bag_per;
_root.boughthair = so.data.boughthair;
_root.boughteyes = so.data.boughteyes;
_root.boughtnose = so.data.boughtnose;
_root.boughtears = so.data.boughtears;
_root.boughtlips = so.data.boughtlips;
_root.boughtlogo = so.data.boughtlogo;
_root.tmoney = so.data.tmoney;
_root.tgames = so.data.tgames;
_root.twon = so.data.twon;
_root.tlost = so.data.tlost;
_root.wonlostr = so.data.wonlostr;
_root.trgames = so.data.trgames;
_root.trwon = so.data.trwon;
_root.trlost = so.data.trlost;
_root.rwonlostr = so.data.rwonlostr;
_root.ttournaments = so.data.ttournaments;
_root.trounds = so.data.trounds;
_root.culthrows = so.data.culthrows;
_root.culpoints = so.data.culpoints;
_root.culholes = so.data.culholes;
_root.throwguide = so.data.throwguide;
_root.rankedinprogress = so.data.rankedinprogress;
_root.qualitysetting = so.data.qualitysetting;
_root.goldcup = so.data.goldcup;
_root.silvercup = so.data.silvercup;
_root.bronzecup = so.data.bronzecup;
_root.goldmug = so.data.goldmug;
_root.silvermug = so.data.silvermug;
_root.bronzemug = so.data.bronzemug;
_root.goldorb = so.data.goldorb;
_root.silverorb = so.data.silverorb;
_root.bronzeorb = so.data.bronzeorb;
_root.diamond = so.data.diamond;
_root.fish = so.data.fish;
_root.flower = so.data.flower;
_root.grill = so.data.grill;
_root.hole = so.data.hole;
_root.money = so.data.money;
_root.oldman = so.data.oldman;
_root.star = so.data.star;
_root.steak = so.data.steak;
_root.yingyang = so.data.yingyang;
_root.brain = so.data.brain;
_root.physicalthrow = so.data.physicalthrow;
_root.cpuquickthrow = so.data.cpuquickthrow;
_root.speedcounts = so.data.speedcounts;
_root.windadjustturn = so.data.windadjustturn;
_root.powerupson = so.data.powerupson;
if (_root.rankedinprogress == true) {
_root.trgames = _root.trgames + 1;
_root.trlost = _root.trlost + 1;
_root.rankedinprogress = false;
}
_quality = _root.qualitysetting;
Frame 147
function UpdateCustomColors() {
if (_root.curcustom == 1) {
_root.custom01name = _root.curcustomname;
if ((((((((_root.custom01name == "Brandon") or (_root.custom01name == "Andy")) or (_root.custom01name == "Baby Kriegs")) or (_root.custom01name == "Tyler")) or (_root.custom01name == "Doug")) or (_root.custom01name == "Sergey")) or (_root.custom01name == "Sharp")) or (_root.custom01name == _root.custom02name)) {
_root.custom01name = "Invalid01";
}
_root.curcustomname = _root.custom01name;
if (_root.curcolor == "Shirt") {
_root.custom01upbody_r = (_root.redint * 2) + 4;
_root.custom01upbody_g = (_root.greenint * 2) + 4;
_root.custom01upbody_b = (_root.blueint * 2) + 4;
_root.custom01upbody_per = _root.intenint + 2;
_root.showupbody_r = _root.custom01upbody_r;
_root.showupbody_g = _root.custom01upbody_g;
_root.showupbody_b = _root.custom01upbody_b;
_root.showupbody_per = _root.custom01upbody_per;
}
if (_root.curcolor == "Pants") {
_root.custom01lowbody_r = (_root.redint * 2) + 4;
_root.custom01lowbody_g = (_root.greenint * 2) + 4;
_root.custom01lowbody_b = (_root.blueint * 2) + 4;
_root.custom01lowbody_per = _root.intenint + 2;
_root.showlowbody_r = _root.custom01lowbody_r;
_root.showlowbody_g = _root.custom01lowbody_g;
_root.showlowbody_b = _root.custom01lowbody_b;
_root.showlowbody_per = _root.custom01lowbody_per;
}
if (_root.curcolor == "Bag") {
_root.custom01bag_r = (_root.redint * 2) + 4;
_root.custom01bag_g = (_root.greenint * 2) + 4;
_root.custom01bag_b = (_root.blueint * 2) + 4;
_root.custom01bag_per = _root.intenint + 2;
_root.showbag_r = _root.custom01bag_r;
_root.showbag_g = _root.custom01bag_g;
_root.showbag_b = _root.custom01bag_b;
_root.showbag_per = _root.custom01bag_per;
}
}
if (_root.curcustom == 2) {
_root.custom02name = _root.curcustomname;
if ((((((((_root.custom02name == "Brandon") or (_root.custom02name == "Andy")) or (_root.custom02name == "Baby Kriegs")) or (_root.custom02name == "Tyler")) or (_root.custom02name == "Doug")) or (_root.custom02name == "Sergey")) or (_root.custom02name == "Sharp")) or (_root.custom02name == _root.custom01name)) {
_root.custom02name = "Invalid02";
}
_root.curcustomname = _root.custom02name;
if (_root.curcolor == "Shirt") {
_root.custom02upbody_r = (_root.redint * 2) + 4;
_root.custom02upbody_g = (_root.greenint * 2) + 4;
_root.custom02upbody_b = (_root.blueint * 2) + 4;
_root.custom02upbody_per = _root.intenint + 2;
_root.showupbody_r = _root.custom02upbody_r;
_root.showupbody_g = _root.custom02upbody_g;
_root.showupbody_b = _root.custom02upbody_b;
_root.showupbody_per = _root.custom02upbody_per;
}
if (_root.curcolor == "Pants") {
_root.custom02lowbody_r = (_root.redint * 2) + 4;
_root.custom02lowbody_g = (_root.greenint * 2) + 4;
_root.custom02lowbody_b = (_root.blueint * 2) + 4;
_root.custom02lowbody_per = _root.intenint + 2;
_root.showlowbody_r = _root.custom02lowbody_r;
_root.showlowbody_g = _root.custom02lowbody_g;
_root.showlowbody_b = _root.custom02lowbody_b;
_root.showlowbody_per = _root.custom02lowbody_per;
}
if (_root.curcolor == "Bag") {
_root.custom02bag_r = (_root.redint * 2) + 4;
_root.custom02bag_g = (_root.greenint * 2) + 4;
_root.custom02bag_b = (_root.blueint * 2) + 4;
_root.custom02bag_per = _root.intenint + 2;
_root.showbag_r = _root.custom02bag_r;
_root.showbag_g = _root.custom02bag_g;
_root.showbag_b = _root.custom02bag_b;
_root.showbag_per = _root.custom02bag_per;
}
}
_root.showtorsoColor = new Color(_root.customcharacter.custommenu.customactor.torso.clothes);
_root.showrightarmColor = new Color(_root.customcharacter.custommenu.customactor.rightarm.clothes);
_root.showleftarmColor = new Color(_root.customcharacter.custommenu.customactor.leftarm.clothes);
_root.showrightlegColor = new Color(_root.customcharacter.custommenu.customactor.legs.rightleg.clothes);
_root.showleftlegColor = new Color(_root.customcharacter.custommenu.customactor.legs.leftleg.clothes);
_root.bagColor = new Color(_root.customcharacter.custommenu.customactor.bag.clothes);
_root.showtorsoColor.setTint(_root.showupbody_r, _root.showupbody_g, _root.showupbody_b, _root.showupbody_per);
_root.showrightarmColor.setTint(_root.showupbody_r, _root.showupbody_g, _root.showupbody_b, _root.showupbody_per);
_root.showleftarmColor.setTint(_root.showupbody_r, _root.showupbody_g, _root.showupbody_b, _root.showupbody_per);
_root.showrightlegColor.setTint(_root.showlowbody_r, _root.showlowbody_g, _root.showlowbody_b, _root.showlowbody_per);
_root.showleftlegColor.setTint(_root.showlowbody_r, _root.showlowbody_g, _root.showlowbody_b, _root.showlowbody_per);
_root.bagColor.setTint(_root.showbag_r, _root.showbag_g, _root.showbag_b, _root.showbag_per);
}
function SaveData() {
so = SharedObject.getLocal("savebehgs");
so.clear();
so.data.custom01name = _root.custom01name;
so.data.custom01hair = _root.custom01hair;
so.data.custom01eyes = _root.custom01eyes;
so.data.custom01nose = _root.custom01nose;
so.data.custom01lips = _root.custom01lips;
so.data.custom01ears = _root.custom01ears;
so.data.custom01logo = _root.custom01logo;
so.data.custom01upbody_r = _root.custom01upbody_r;
so.data.custom01upbody_g = _root.custom01upbody_g;
so.data.custom01upbody_b = _root.custom01upbody_b;
so.data.custom01upbody_per = _root.custom01upbody_per;
so.data.custom01lowbody_r = _root.custom01lowbody_r;
so.data.custom01lowbody_g = _root.custom01lowbody_g;
so.data.custom01lowbody_b = _root.custom01lowbody_b;
so.data.custom01lowbody_per = _root.custom01lowbody_per;
so.data.custom01bag_r = _root.custom01bag_r;
so.data.custom01bag_g = _root.custom01bag_g;
so.data.custom01bag_b = _root.custom01bag_b;
so.data.custom01bag_per = _root.custom01bag_per;
so.data.custom02name = _root.custom02name;
so.data.custom02hair = _root.custom02hair;
so.data.custom02eyes = _root.custom02eyes;
so.data.custom02nose = _root.custom02nose;
so.data.custom02lips = _root.custom02lips;
so.data.custom02ears = _root.custom02ears;
so.data.custom02logo = _root.custom02logo;
so.data.custom02upbody_r = _root.custom02upbody_r;
so.data.custom02upbody_g = _root.custom02upbody_g;
so.data.custom02upbody_b = _root.custom02upbody_b;
so.data.custom02upbody_per = _root.custom02upbody_per;
so.data.custom02lowbody_r = _root.custom02lowbody_r;
so.data.custom02lowbody_g = _root.custom02lowbody_g;
so.data.custom02lowbody_b = _root.custom02lowbody_b;
so.data.custom02lowbody_per = _root.custom02lowbody_per;
so.data.custom02bag_r = _root.custom02bag_r;
so.data.custom02bag_g = _root.custom02bag_g;
so.data.custom02bag_b = _root.custom02bag_b;
so.data.custom02bag_per = _root.custom02bag_per;
so.data.boughthair = _root.boughthair;
so.data.boughteyes = _root.boughteyes;
so.data.boughtnose = _root.boughtnose;
so.data.boughtears = _root.boughtears;
so.data.boughtlips = _root.boughtlips;
so.data.boughtlogo = _root.boughtlogo;
so.data.tmoney = _root.tmoney;
so.data.tgames = _root.tgames;
so.data.twon = _root.twon;
so.data.tlost = _root.tlost;
so.data.wonlostr = _root.wonlostr;
so.data.trgames = _root.trgames;
so.data.trwon = _root.trwon;
so.data.trlost = _root.trlost;
so.data.rwonlostr = _root.rwonlostr;
so.data.ttournaments = _root.ttournaments;
so.data.trounds = _root.trounds;
so.data.culthrows = _root.culthrows;
so.data.culpoints = _root.culpoints;
so.data.culholes = _root.culholes;
so.data.throwguide = _root.throwguide;
so.data.rankedinprogress = _root.rankedinprogress;
so.data.qualitysetting = _root.qualitysetting;
so.data.goldcup = _root.goldcup;
so.data.silvercup = _root.silvercup;
so.data.bronzecup = _root.bronzecup;
so.data.goldmug = _root.goldmug;
so.data.silvermug = _root.silvermug;
so.data.bronzemug = _root.bronzemug;
so.data.goldorb = _root.goldorb;
so.data.silverorb = _root.silverorb;
so.data.bronzeorb = _root.bronzeorb;
so.data.diamond = _root.diamond;
so.data.fish = _root.fish;
so.data.flower = _root.flower;
so.data.grill = _root.grill;
so.data.hole = _root.hole;
so.data.money = _root.money;
so.data.oldman = _root.oldman;
so.data.star = _root.star;
so.data.steak = _root.steak;
so.data.yingyang = _root.yingyang;
so.data.brain = _root.brain;
so.data.physicalthrow = _root.physicalthrow;
so.data.cpuquickthrow = _root.cpuquickthrow;
so.data.speedcounts = _root.speedcounts;
so.data.windadjustturn = _root.windadjustturn;
so.data.powerupson = _root.powerupson;
so.flush();
}
_root.difficultyname = "Medium";
_root.mapname = "None Selected";
_root.weathername = "None Selected";
_root.tplayers = 2;
_root.humanplayers = 2;
_root.computerplayers = 0;
_root.pointstowin = 4;
_root.difficulty = 75;
_root.winpoints = 4;
_root.startgame = false;
_root.menuout = "None";
_root.inagame = false;
_root.inmultiplayer = false;
_root.inpractice = false;
_root.rankedinprogress = false;
_root.intournament = false;
_root.p1name = "";
_root.p2name = "";
_root.p3name = "";
_root.p4name = "";
_root.curcolor = "Shirt";
_root.curcustom = 1;
_root.curcustomname = _root.custom01name;
_root.showhair = _root.custom01hair;
_root.showeyes = _root.custom01eyes;
_root.shownose = _root.custom01nose;
_root.showlips = _root.custom01lips;
_root.showears = _root.custom01ears;
_root.showlogo = _root.custom01logo;
_root.earsprice = (_root.boughtears * 15) + 50;
_root.logoprice = (_root.boughtlogo * 15) + 50;
_root.hairprice = (_root.boughthair * 15) + 50;
_root.lipsprice = (_root.boughtlips * 15) + 50;
_root.eyesprice = (_root.boughteyes * 15) + 50;
_root.noseprice = (_root.boughtnose * 15) + 50;
if (_root.tlost <= 0) {
_root.wonlostr = int((_root.twon / 1) * 100) / 100;
_root.rwonlostr = int((_root.trwon / 1) * 100) / 100;
} else {
_root.wonlostr = int((_root.twon / _root.tlost) * 100) / 100;
_root.rwonlostr = int((_root.trwon / _root.tlost) * 100) / 100;
}
_root.redint = (_root.custom01upbody_r / 2) - 2;
_root.greenint = (_root.custom01upbody_g / 2) - 2;
_root.blueint = (_root.custom01upbody_b / 2) - 2;
_root.intenint = _root.custom01upbody_per - 2;
_root.customcharacter.custommenu.redslider.redbar._x = _root.redint;
_root.customcharacter.custommenu.greenslider.greenbar._x = _root.greenint;
_root.customcharacter.custommenu.blueslider.bluebar._x = _root.blueint;
_root.customcharacter.custommenu.intenslider.intenbar._x = _root.intenint;
sndwhish01 = new Sound();
sndwhish01.attachSound("Snd Whish 01");
sndclunk01 = new Sound();
sndclunk01.attachSound("Snd Clunk 01");
sndgroundhit01 = new Sound();
sndgroundhit01.attachSound("Snd Ground Hit 01");
sndslam01 = new Sound();
sndslam01.attachSound("Snd Slam 01");
sndbtnover01 = new Sound();
sndbtnover01.attachSound("Snd Btn Over 01");
sndbtndenied01 = new Sound();
sndbtndenied01.attachSound("Snd Btn Denied 01");
sndbtnselect01 = new Sound();
sndbtnselect01.attachSound("Snd Btn Select 01");
sndmeasyassoup = new Sound();
sndmeasyassoup.attachSound("Snd M Easy as soup loop_Cosmonaut");
sndmfunkafrenia = new Sound();
sndmfunkafrenia.attachSound("Snd M Funkafrenia_Squeeby");
sndmgroove = new Sound();
sndmgroove.attachSound("Snd M Groove!_Pinkasaurus");
sndmlovelost = new Sound();
sndmlovelost.attachSound("Snd M LoveLostLoop_Realmguys");
sndmendofmyworld = new Sound();
sndmendofmyworld.attachSound("Snd M Psybot - End of my world_Psybot");
sndmadrenalin = new Sound();
sndmadrenalin.attachSound("Snd M Adrenalin Rush v2_d3structiv3");
sndmasiankillerrobots = new Sound();
sndmasiankillerrobots.attachSound("Snd M Controversy_davo989");
sndmfrenzy = new Sound();
sndmfrenzy.attachSound("Snd M Frenzy - (loop)_DJ_Keen");
sndmcontroversy = new Sound();
sndmcontroversy.attachSound("Snd M Asian Killer Robots (Loop)_Gxp");
sndwhoosh01 = new Sound();
sndwhoosh01.attachSound("Snd Whoosh 01");
sndpowerup01 = new Sound();
sndpowerup01.attachSound("Snd Powerup 01");
sndpolishpop01 = new Sound();
sndpolishpop01.attachSound("Snd Polish Pop 01");
sndpong01 = new Sound();
sndpong01.attachSound("Snd Pong 01");
stop();
if (_root.musicon == true) {
stopAllSounds();
_root.sndmeasyassoup.start(0, 10000);
_root.sndmeasyassoup.setVolume(75);
}
_root.SaveData();
Instance of Symbol 1125 MovieClip in Frame 147
onClipEvent (enterFrame) {
if (_root.startgame == true) {
_parent.gotoAndStop("char");
}
}
Frame 148
function Player1LoadLeft() {
_root.curturnname = _root.p1name;
_root.showhair = _root.p1hair;
_root.showeyes = _root.p1eyes;
_root.shownose = _root.p1nose;
_root.showears = _root.p1ears;
_root.showhair = _root.p1hair;
_root.showlips = _root.p1lips;
_root.showlogo = _root.p1logo;
_root.showupbody_r = _root.p1upbody_r;
_root.showupbody_g = _root.p1upbody_g;
_root.showupbody_b = _root.p1upbody_b;
_root.showupbody_per = _root.p1upbody_per;
_root.showlowbody_r = _root.p1lowbody_r;
_root.showlowbody_g = _root.p1lowbody_g;
_root.showlowbody_b = _root.p1lowbody_b;
_root.showlowbody_per = _root.p1lowbody_per;
_root.showbag_r = _root.p1bag_r;
_root.showbag_g = _root.p1bag_g;
_root.showbag_b = _root.p1bag_b;
_root.showbag_per = _root.p1bag_per;
_root.showtorsoColor = new Color(_root.actorleft.torso.clothes);
_root.showrightarmColor = new Color(_root.actorleft.rightarm.clothes);
_root.showleftarmColor = new Color(_root.actorleft.leftarm.clothes);
_root.showrightlegColor = new Color(_root.actorleft.legs.rightleg.clothes);
_root.showleftlegColor = new Color(_root.actorleft.legs.leftleg.clothes);
_root.bagColor = new Color(_root.actorleft.bag.clothes);
_root.showtorsoColor.setTint(_root.showupbody_r, _root.showupbody_g, _root.showupbody_b, _root.showupbody_per);
_root.showrightarmColor.setTint(_root.showupbody_r, _root.showupbody_g, _root.showupbody_b, _root.showupbody_per);
_root.showleftarmColor.setTint(_root.showupbody_r, _root.showupbody_g, _root.showupbody_b, _root.showupbody_per);
_root.showrightlegColor.setTint(_root.showlowbody_r, _root.showlowbody_g, _root.showlowbody_b, _root.showlowbody_per);
_root.showleftlegColor.setTint(_root.showlowbody_r, _root.showlowbody_g, _root.showlowbody_b, _root.showlowbody_per);
_root.bagColor.setTint(_root.showbag_r, _root.showbag_g, _root.showbag_b, _root.showbag_per);
_root.curcontrol = _root.p1control;
}
function Player1LoadRight() {
_root.curturnname = _root.p1name;
_root.showhair = _root.p1hair;
_root.showeyes = _root.p1eyes;
_root.shownose = _root.p1nose;
_root.showears = _root.p1ears;
_root.showhair = _root.p1hair;
_root.showlips = _root.p1lips;
_root.showlogo = _root.p1logo;
_root.showupbody_r = _root.p1upbody_r;
_root.showupbody_g = _root.p1upbody_g;
_root.showupbody_b = _root.p1upbody_b;
_root.showupbody_per = _root.p1upbody_per;
_root.showlowbody_r = _root.p1lowbody_r;
_root.showlowbody_g = _root.p1lowbody_g;
_root.showlowbody_b = _root.p1lowbody_b;
_root.showlowbody_per = _root.p1lowbody_per;
_root.showbag_r = _root.p1bag_r;
_root.showbag_g = _root.p1bag_g;
_root.showbag_b = _root.p1bag_b;
_root.showbag_per = _root.p1bag_per;
_root.showtorsoColor = new Color(_root.actorright.torso.clothes);
_root.showrightarmColor = new Color(_root.actorright.rightarm.clothes);
_root.showleftarmColor = new Color(_root.actorright.leftarm.clothes);
_root.showrightlegColor = new Color(_root.actorright.legs.rightleg.clothes);
_root.showleftlegColor = new Color(_root.actorright.legs.leftleg.clothes);
_root.bagColor = new Color(_root.actorright.bag.clothes);
_root.showtorsoColor.setTint(_root.showupbody_r, _root.showupbody_g, _root.showupbody_b, _root.showupbody_per);
_root.showrightarmColor.setTint(_root.showupbody_r, _root.showupbody_g, _root.showupbody_b, _root.showupbody_per);
_root.showleftarmColor.setTint(_root.showupbody_r, _root.showupbody_g, _root.showupbody_b, _root.showupbody_per);
_root.showrightlegColor.setTint(_root.showlowbody_r, _root.showlowbody_g, _root.showlowbody_b, _root.showlowbody_per);
_root.showleftlegColor.setTint(_root.showlowbody_r, _root.showlowbody_g, _root.showlowbody_b, _root.showlowbody_per);
_root.bagColor.setTint(_root.showbag_r, _root.showbag_g, _root.showbag_b, _root.showbag_per);
_root.curcontrol = _root.p1control;
}
function Player2LoadLeft() {
_root.curturnname = _root.p2name;
_root.showhair = _root.p2hair;
_root.showeyes = _root.p2eyes;
_root.shownose = _root.p2nose;
_root.showears = _root.p2ears;
_root.showhair = _root.p2hair;
_root.showlips = _root.p2lips;
_root.showlogo = _root.p2logo;
_root.showupbody_r = _root.p2upbody_r;
_root.showupbody_g = _root.p2upbody_g;
_root.showupbody_b = _root.p2upbody_b;
_root.showupbody_per = _root.p2upbody_per;
_root.showlowbody_r = _root.p2lowbody_r;
_root.showlowbody_g = _root.p2lowbody_g;
_root.showlowbody_b = _root.p2lowbody_b;
_root.showlowbody_per = _root.p2lowbody_per;
_root.showbag_r = _root.p2bag_r;
_root.showbag_g = _root.p2bag_g;
_root.showbag_b = _root.p2bag_b;
_root.showbag_per = _root.p2bag_per;
_root.showtorsoColor = new Color(_root.actorleft.torso.clothes);
_root.showrightarmColor = new Color(_root.actorleft.rightarm.clothes);
_root.showleftarmColor = new Color(_root.actorleft.leftarm.clothes);
_root.showrightlegColor = new Color(_root.actorleft.legs.rightleg.clothes);
_root.showleftlegColor = new Color(_root.actorleft.legs.leftleg.clothes);
_root.bagColor = new Color(_root.actorleft.bag.clothes);
_root.showtorsoColor.setTint(_root.showupbody_r, _root.showupbody_g, _root.showupbody_b, _root.showupbody_per);
_root.showrightarmColor.setTint(_root.showupbody_r, _root.showupbody_g, _root.showupbody_b, _root.showupbody_per);
_root.showleftarmColor.setTint(_root.showupbody_r, _root.showupbody_g, _root.showupbody_b, _root.showupbody_per);
_root.showrightlegColor.setTint(_root.showlowbody_r, _root.showlowbody_g, _root.showlowbody_b, _root.showlowbody_per);
_root.showleftlegColor.setTint(_root.showlowbody_r, _root.showlowbody_g, _root.showlowbody_b, _root.showlowbody_per);
_root.bagColor.setTint(_root.showbag_r, _root.showbag_g, _root.showbag_b, _root.showbag_per);
_root.curcontrol = _root.p2control;
}
function Player2LoadRight() {
_root.curturnname = _root.p2name;
_root.showhair = _root.p2hair;
_root.showeyes = _root.p2eyes;
_root.shownose = _root.p2nose;
_root.showears = _root.p2ears;
_root.showhair = _root.p2hair;
_root.showlips = _root.p2lips;
_root.showlogo = _root.p2logo;
_root.showupbody_r = _root.p2upbody_r;
_root.showupbody_g = _root.p2upbody_g;
_root.showupbody_b = _root.p2upbody_b;
_root.showupbody_per = _root.p2upbody_per;
_root.showlowbody_r = _root.p2lowbody_r;
_root.showlowbody_g = _root.p2lowbody_g;
_root.showlowbody_b = _root.p2lowbody_b;
_root.showlowbody_per = _root.p2lowbody_per;
_root.showbag_r = _root.p2bag_r;
_root.showbag_g = _root.p2bag_g;
_root.showbag_b = _root.p2bag_b;
_root.showbag_per = _root.p2bag_per;
_root.showtorsoColor = new Color(_root.actorright.torso.clothes);
_root.showrightarmColor = new Color(_root.actorright.rightarm.clothes);
_root.showleftarmColor = new Color(_root.actorright.leftarm.clothes);
_root.showrightlegColor = new Color(_root.actorright.legs.rightleg.clothes);
_root.showleftlegColor = new Color(_root.actorright.legs.leftleg.clothes);
_root.bagColor = new Color(_root.actorright.bag.clothes);
_root.showtorsoColor.setTint(_root.showupbody_r, _root.showupbody_g, _root.showupbody_b, _root.showupbody_per);
_root.showrightarmColor.setTint(_root.showupbody_r, _root.showupbody_g, _root.showupbody_b, _root.showupbody_per);
_root.showleftarmColor.setTint(_root.showupbody_r, _root.showupbody_g, _root.showupbody_b, _root.showupbody_per);
_root.showrightlegColor.setTint(_root.showlowbody_r, _root.showlowbody_g, _root.showlowbody_b, _root.showlowbody_per);
_root.showleftlegColor.setTint(_root.showlowbody_r, _root.showlowbody_g, _root.showlowbody_b, _root.showlowbody_per);
_root.bagColor.setTint(_root.showbag_r, _root.showbag_g, _root.showbag_b, _root.showbag_per);
_root.curcontrol = _root.p2control;
}
function Player3LoadLeft() {
_root.curturnname = _root.p3name;
_root.showhair = _root.p3hair;
_root.showeyes = _root.p3eyes;
_root.shownose = _root.p3nose;
_root.showears = _root.p3ears;
_root.showhair = _root.p3hair;
_root.showlips = _root.p3lips;
_root.showlogo = _root.p3logo;
_root.showupbody_r = _root.p3upbody_r;
_root.showupbody_g = _root.p3upbody_g;
_root.showupbody_b = _root.p3upbody_b;
_root.showupbody_per = _root.p3upbody_per;
_root.showlowbody_r = _root.p3lowbody_r;
_root.showlowbody_g = _root.p3lowbody_g;
_root.showlowbody_b = _root.p3lowbody_b;
_root.showlowbody_per = _root.p3lowbody_per;
_root.showbag_r = _root.p3bag_r;
_root.showbag_g = _root.p3bag_g;
_root.showbag_b = _root.p3bag_b;
_root.showbag_per = _root.p3bag_per;
_root.showtorsoColor = new Color(_root.actorleft.torso.clothes);
_root.showrightarmColor = new Color(_root.actorleft.rightarm.clothes);
_root.showleftarmColor = new Color(_root.actorleft.leftarm.clothes);
_root.showrightlegColor = new Color(_root.actorleft.legs.rightleg.clothes);
_root.showleftlegColor = new Color(_root.actorleft.legs.leftleg.clothes);
_root.bagColor = new Color(_root.actorleft.bag.clothes);
_root.showtorsoColor.setTint(_root.showupbody_r, _root.showupbody_g, _root.showupbody_b, _root.showupbody_per);
_root.showrightarmColor.setTint(_root.showupbody_r, _root.showupbody_g, _root.showupbody_b, _root.showupbody_per);
_root.showleftarmColor.setTint(_root.showupbody_r, _root.showupbody_g, _root.showupbody_b, _root.showupbody_per);
_root.showrightlegColor.setTint(_root.showlowbody_r, _root.showlowbody_g, _root.showlowbody_b, _root.showlowbody_per);
_root.showleftlegColor.setTint(_root.showlowbody_r, _root.showlowbody_g, _root.showlowbody_b, _root.showlowbody_per);
_root.bagColor.setTint(_root.showbag_r, _root.showbag_g, _root.showbag_b, _root.showbag_per);
_root.curcontrol = _root.p3control;
}
function Player3LoadRight() {
_root.curturnname = _root.p3name;
_root.showhair = _root.p3hair;
_root.showeyes = _root.p3eyes;
_root.shownose = _root.p3nose;
_root.showears = _root.p3ears;
_root.showhair = _root.p3hair;
_root.showlips = _root.p3lips;
_root.showlogo = _root.p3logo;
_root.showupbody_r = _root.p3upbody_r;
_root.showupbody_g = _root.p3upbody_g;
_root.showupbody_b = _root.p3upbody_b;
_root.showupbody_per = _root.p3upbody_per;
_root.showlowbody_r = _root.p3lowbody_r;
_root.showlowbody_g = _root.p3lowbody_g;
_root.showlowbody_b = _root.p3lowbody_b;
_root.showlowbody_per = _root.p3lowbody_per;
_root.showbag_r = _root.p3bag_r;
_root.showbag_g = _root.p3bag_g;
_root.showbag_b = _root.p3bag_b;
_root.showbag_per = _root.p3bag_per;
_root.showtorsoColor = new Color(_root.actorright.torso.clothes);
_root.showrightarmColor = new Color(_root.actorright.rightarm.clothes);
_root.showleftarmColor = new Color(_root.actorright.leftarm.clothes);
_root.showrightlegColor = new Color(_root.actorright.legs.rightleg.clothes);
_root.showleftlegColor = new Color(_root.actorright.legs.leftleg.clothes);
_root.bagColor = new Color(_root.actorright.bag.clothes);
_root.showtorsoColor.setTint(_root.showupbody_r, _root.showupbody_g, _root.showupbody_b, _root.showupbody_per);
_root.showrightarmColor.setTint(_root.showupbody_r, _root.showupbody_g, _root.showupbody_b, _root.showupbody_per);
_root.showleftarmColor.setTint(_root.showupbody_r, _root.showupbody_g, _root.showupbody_b, _root.showupbody_per);
_root.showrightlegColor.setTint(_root.showlowbody_r, _root.showlowbody_g, _root.showlowbody_b, _root.showlowbody_per);
_root.showleftlegColor.setTint(_root.showlowbody_r, _root.showlowbody_g, _root.showlowbody_b, _root.showlowbody_per);
_root.bagColor.setTint(_root.showbag_r, _root.showbag_g, _root.showbag_b, _root.showbag_per);
_root.curcontrol = _root.p3control;
}
function Player4LoadLeft() {
_root.curturnname = _root.p4name;
_root.showhair = _root.p4hair;
_root.showeyes = _root.p4eyes;
_root.shownose = _root.p4nose;
_root.showears = _root.p4ears;
_root.showhair = _root.p4hair;
_root.showlips = _root.p4lips;
_root.showlogo = _root.p4logo;
_root.showupbody_r = _root.p4upbody_r;
_root.showupbody_g = _root.p4upbody_g;
_root.showupbody_b = _root.p4upbody_b;
_root.showupbody_per = _root.p4upbody_per;
_root.showlowbody_r = _root.p4lowbody_r;
_root.showlowbody_g = _root.p4lowbody_g;
_root.showlowbody_b = _root.p4lowbody_b;
_root.showlowbody_per = _root.p4lowbody_per;
_root.showbag_r = _root.p4bag_r;
_root.showbag_g = _root.p4bag_g;
_root.showbag_b = _root.p4bag_b;
_root.showbag_per = _root.p4bag_per;
_root.showtorsoColor = new Color(_root.actorleft.torso.clothes);
_root.showrightarmColor = new Color(_root.actorleft.rightarm.clothes);
_root.showleftarmColor = new Color(_root.actorleft.leftarm.clothes);
_root.showrightlegColor = new Color(_root.actorleft.legs.rightleg.clothes);
_root.showleftlegColor = new Color(_root.actorleft.legs.leftleg.clothes);
_root.bagColor = new Color(_root.actorleft.bag.clothes);
_root.showtorsoColor.setTint(_root.showupbody_r, _root.showupbody_g, _root.showupbody_b, _root.showupbody_per);
_root.showrightarmColor.setTint(_root.showupbody_r, _root.showupbody_g, _root.showupbody_b, _root.showupbody_per);
_root.showleftarmColor.setTint(_root.showupbody_r, _root.showupbody_g, _root.showupbody_b, _root.showupbody_per);
_root.showrightlegColor.setTint(_root.showlowbody_r, _root.showlowbody_g, _root.showlowbody_b, _root.showlowbody_per);
_root.showleftlegColor.setTint(_root.showlowbody_r, _root.showlowbody_g, _root.showlowbody_b, _root.showlowbody_per);
_root.bagColor.setTint(_root.showbag_r, _root.showbag_g, _root.showbag_b, _root.showbag_per);
_root.curcontrol = _root.p4control;
}
function Player4LoadRight() {
_root.curturnname = _root.p4name;
_root.showhair = _root.p4hair;
_root.showeyes = _root.p4eyes;
_root.shownose = _root.p4nose;
_root.showears = _root.p4ears;
_root.showhair = _root.p4hair;
_root.showlips = _root.p4lips;
_root.showlogo = _root.p4logo;
_root.showupbody_r = _root.p4upbody_r;
_root.showupbody_g = _root.p4upbody_g;
_root.showupbody_b = _root.p4upbody_b;
_root.showupbody_per = _root.p4upbody_per;
_root.showlowbody_r = _root.p4lowbody_r;
_root.showlowbody_g = _root.p4lowbody_g;
_root.showlowbody_b = _root.p4lowbody_b;
_root.showlowbody_per = _root.p4lowbody_per;
_root.showbag_r = _root.p4bag_r;
_root.showbag_g = _root.p4bag_g;
_root.showbag_b = _root.p4bag_b;
_root.showbag_per = _root.p4bag_per;
_root.showtorsoColor = new Color(_root.actorright.torso.clothes);
_root.showrightarmColor = new Color(_root.actorright.rightarm.clothes);
_root.showleftarmColor = new Color(_root.actorright.leftarm.clothes);
_root.showrightlegColor = new Color(_root.actorright.legs.rightleg.clothes);
_root.showleftlegColor = new Color(_root.actorright.legs.leftleg.clothes);
_root.bagColor = new Color(_root.actorright.bag.clothes);
_root.showtorsoColor.setTint(_root.showupbody_r, _root.showupbody_g, _root.showupbody_b, _root.showupbody_per);
_root.showrightarmColor.setTint(_root.showupbody_r, _root.showupbody_g, _root.showupbody_b, _root.showupbody_per);
_root.showleftarmColor.setTint(_root.showupbody_r, _root.showupbody_g, _root.showupbody_b, _root.showupbody_per);
_root.showrightlegColor.setTint(_root.showlowbody_r, _root.showlowbody_g, _root.showlowbody_b, _root.showlowbody_per);
_root.showleftlegColor.setTint(_root.showlowbody_r, _root.showlowbody_g, _root.showlowbody_b, _root.showlowbody_per);
_root.bagColor.setTint(_root.showbag_r, _root.showbag_g, _root.showbag_b, _root.showbag_per);
_root.curcontrol = _root.p4control;
}
function PlayerChoosen() {
if (_root.curpick == "P1") {
_root.p1name = _root.showname;
_root.p1hair = _root.showhair;
_root.p1eyes = _root.showeyes;
_root.p1nose = _root.shownose;
_root.p1ears = _root.showears;
_root.p1lips = _root.showlips;
_root.p1logo = _root.showlogo;
_root.p1upbody_r = _root.showupbody_r;
_root.p1upbody_g = _root.showupbody_g;
_root.p1upbody_b = _root.showupbody_b;
_root.p1upbody_per = _root.showupbody_per;
_root.p1lowbody_r = _root.showlowbody_r;
_root.p1lowbody_g = _root.showlowbody_g;
_root.p1lowbody_b = _root.showlowbody_b;
_root.p1lowbody_per = _root.showlowbody_per;
_root.p1bag_r = _root.showbag_r;
_root.p1bag_g = _root.showbag_g;
_root.p1bag_b = _root.showbag_b;
_root.p1bag_per = _root.showbag_per;
_root.p1control = "Human";
_root.p1throws = 0;
}
if (_root.curpick == "P2") {
_root.p2name = _root.showname;
_root.p2hair = _root.showhair;
_root.p2eyes = _root.showeyes;
_root.p2nose = _root.shownose;
_root.p2ears = _root.showears;
_root.p2lips = _root.showlips;
_root.p2logo = _root.showlogo;
_root.p2upbody_r = _root.showupbody_r;
_root.p2upbody_g = _root.showupbody_g;
_root.p2upbody_b = _root.showupbody_b;
_root.p2upbody_per = _root.showupbody_per;
_root.p2lowbody_r = _root.showlowbody_r;
_root.p2lowbody_g = _root.showlowbody_g;
_root.p2lowbody_b = _root.showlowbody_b;
_root.p2lowbody_per = _root.showlowbody_per;
_root.p2bag_r = _root.showbag_r;
_root.p2bag_g = _root.showbag_g;
_root.p2bag_b = _root.showbag_b;
_root.p2bag_per = _root.showbag_per;
_root.p2control = "Human";
_root.p2throws = 0;
}
if (_root.curpick == "P3") {
_root.p3name = _root.showname;
_root.p3hair = _root.showhair;
_root.p3eyes = _root.showeyes;
_root.p3nose = _root.shownose;
_root.p3ears = _root.showears;
_root.p3lips = _root.showlips;
_root.p3logo = _root.showlogo;
_root.p3upbody_r = _root.showupbody_r;
_root.p3upbody_g = _root.showupbody_g;
_root.p3upbody_b = _root.showupbody_b;
_root.p3upbody_per = _root.showupbody_per;
_root.p3lowbody_r = _root.showlowbody_r;
_root.p3lowbody_g = _root.showlowbody_g;
_root.p3lowbody_b = _root.showlowbody_b;
_root.p3lowbody_per = _root.showlowbody_per;
_root.p3bag_r = _root.showbag_r;
_root.p3bag_g = _root.showbag_g;
_root.p3bag_b = _root.showbag_b;
_root.p3bag_per = _root.showbag_per;
_root.p3control = "Human";
_root.p3throws = 0;
}
if (_root.curpick == "P4") {
_root.p4name = _root.showname;
_root.p4hair = _root.showhair;
_root.p4eyes = _root.showeyes;
_root.p4nose = _root.shownose;
_root.p4ears = _root.showears;
_root.p4lips = _root.showlips;
_root.p4logo = _root.showlogo;
_root.p4upbody_r = _root.showupbody_r;
_root.p4upbody_g = _root.showupbody_g;
_root.p4upbody_b = _root.showupbody_b;
_root.p4upbody_per = _root.showupbody_per;
_root.p4lowbody_r = _root.showlowbody_r;
_root.p4lowbody_g = _root.showlowbody_g;
_root.p4lowbody_b = _root.showlowbody_b;
_root.p4lowbody_per = _root.showlowbody_per;
_root.p4bag_r = _root.showbag_r;
_root.p4bag_g = _root.showbag_g;
_root.p4bag_b = _root.showbag_b;
_root.p4bag_per = _root.showbag_per;
_root.p4control = "Human";
_root.p4throws = 0;
}
}
function GenerateCPUPlayers() {
if (_root.tplayers == 0) {
_root.p1name = "CPU";
_root.p1hair = random(11 + _root.boughthair);
_root.p1eyes = random(11 + _root.boughteyes);
_root.p1nose = random(8 + _root.boughtnose);
_root.p1ears = random(6 + _root.boughtears);
_root.p1lips = random(13 + _root.boughtlips);
_root.p1logo = 1;
_root.p1upbody_r = random(255);
_root.p1upbody_g = random(255);
_root.p1upbody_b = random(255);
_root.p1upbody_per = random(100);
_root.p1lowbody_r = random(255);
_root.p1lowbody_g = random(255);
_root.p1lowbody_b = random(255);
_root.p1lowbody_per = random(100);
_root.p1bag_r = random(255);
_root.p1bag_g = random(255);
_root.p1bag_b = random(255);
_root.p1bag_per = random(100);
_root.p1control = "CPU";
}
if (_root.tplayers <= 1) {
_root.p2name = "CPU";
_root.p2hair = random(11 + _root.boughthair);
_root.p2eyes = random(11 + _root.boughteyes);
_root.p2nose = random(8 + _root.boughtnose);
_root.p2ears = random(6 + _root.boughtears);
_root.p2lips = random(13 + _root.boughtlips);
_root.p2logo = 1;
_root.p2upbody_r = random(255);
_root.p2upbody_g = random(255);
_root.p2upbody_b = random(255);
_root.p2upbody_per = random(100);
_root.p2lowbody_r = random(255);
_root.p2lowbody_g = random(255);
_root.p2lowbody_b = random(255);
_root.p2lowbody_per = random(100);
_root.p2bag_r = random(255);
_root.p2bag_g = random(255);
_root.p2bag_b = random(255);
_root.p2bag_per = random(100);
_root.p2control = "CPU";
}
if (_root.tplayers <= 2) {
_root.p3name = "CPU";
_root.p3hair = random(11 + _root.boughthair);
_root.p3eyes = random(11 + _root.boughteyes);
_root.p3nose = random(8 + _root.boughtnose);
_root.p3ears = random(6 + _root.boughtears);
_root.p3lips = random(13 + _root.boughtlips);
_root.p3logo = 1;
_root.p3upbody_r = random(255);
_root.p3upbody_g = random(255);
_root.p3upbody_b = random(255);
_root.p3upbody_per = random(100);
_root.p3lowbody_r = random(255);
_root.p3lowbody_g = random(255);
_root.p3lowbody_b = random(255);
_root.p3lowbody_per = random(100);
_root.p3bag_r = random(255);
_root.p3bag_g = random(255);
_root.p3bag_b = random(255);
_root.p3bag_per = random(100);
_root.p3control = "CPU";
}
if (_root.tplayers <= 3) {
_root.p4name = "CPU";
_root.p4hair = random(11 + _root.boughthair);
_root.p4eyes = random(11 + _root.boughteyes);
_root.p4nose = random(8 + _root.boughtnose);
_root.p4ears = random(6 + _root.boughtears);
_root.p4lips = random(13 + _root.boughtlips);
_root.p4logo = 1;
_root.p4upbody_r = random(255);
_root.p4upbody_g = random(255);
_root.p4upbody_b = random(255);
_root.p4upbody_per = random(100);
_root.p4lowbody_r = random(255);
_root.p4lowbody_g = random(255);
_root.p4lowbody_b = random(255);
_root.p4lowbody_per = random(100);
_root.p4bag_r = random(255);
_root.p4bag_g = random(255);
_root.p4bag_b = random(255);
_root.p4bag_per = random(100);
_root.p4control = "CPU";
}
}
function DetermineThrownBag() {
if (_root.curturn == "P1") {
if (_root.curside == "Left") {
if (_root.p1throws == 0) {
_root.curaction = "None";
if (_root.bagthrownpos == "Center") {
_root.bag13cena._x = 67.3;
_root.bag13cena._y = 124.3;
_root.baginair = "bag13cena";
}
if (_root.bagthrownpos == "Left 01") {
_root.bag13left01a._x = 67.3;
_root.bag13left01a._y = 124.3;
_root.baginair = "bag13left01a";
}
if (_root.bagthrownpos == "Left 02") {
_root.bag13left02a._x = 67.3;
_root.bag13left02a._y = 124.3;
_root.baginair = "bag13left02a";
}
if (_root.bagthrownpos == "Left 03") {
_root.bag13left03a._x = 67.3;
_root.bag13left03a._y = 124.3;
_root.baginair = "bag13left03a";
}
if (_root.bagthrownpos == "Left 04") {
_root.bag13left04a._x = 67.3;
_root.bag13left04a._y = 124.3;
_root.baginair = "bag13left04a";
}
if (_root.bagthrownpos == "Right 01") {
_root.bag13right01a._x = 67.3;
_root.bag13right01a._y = 124.3;
_root.baginair = "bag13right01a";
}
if (_root.bagthrownpos == "Right 02") {
_root.bag13right02a._x = 67.3;
_root.bag13right02a._y = 124.3;
_root.baginair = "bag13right02a";
}
if (_root.bagthrownpos == "Right 03") {
_root.bag13right03a._x = 67.3;
_root.bag13right03a._y = 124.3;
_root.baginair = "bag13right03a";
}
if (_root.bagthrownpos == "Right 04") {
_root.bag13right04a._x = 67.3;
_root.bag13right04a._y = 124.3;
_root.baginair = "bag13right04a";
}
if (_root.bagthrownpos == "Left Miss") {
_root.bag13backa._x = 67.3;
_root.bag13backa._y = 124.3;
_root.baginair = "bag13backa";
}
if (_root.bagthrownpos == "Right Miss") {
_root.bag13forea._x = 67.3;
_root.bag13forea._y = 124.3;
_root.baginair = "bag13forea";
}
return(undefined);
}
if (_root.p1throws == 1) {
_root.curaction = "None";
if (_root.bagthrownpos == "Center") {
_root.bag13cenb._x = 67.3;
_root.bag13cenb._y = 124.3;
_root.baginair = "bag13cenb";
}
if (_root.bagthrownpos == "Left 01") {
_root.bag13left01b._x = 67.3;
_root.bag13left01b._y = 124.3;
_root.baginair = "bag13left01b";
}
if (_root.bagthrownpos == "Left 02") {
_root.bag13left02b._x = 67.3;
_root.bag13left02b._y = 124.3;
_root.baginair = "bag13left02b";
}
if (_root.bagthrownpos == "Left 03") {
_root.bag13left03b._x = 67.3;
_root.bag13left03b._y = 124.3;
_root.baginair = "bag13left03b";
}
if (_root.bagthrownpos == "Left 04") {
_root.bag13left04b._x = 67.3;
_root.bag13left04b._y = 124.3;
_root.baginair = "bag13left04b";
}
if (_root.bagthrownpos == "Right 01") {
_root.bag13right01b._x = 67.3;
_root.bag13right01b._y = 124.3;
_root.baginair = "bag13right01b";
}
if (_root.bagthrownpos == "Right 02") {
_root.bag13right02b._x = 67.3;
_root.bag13right02b._y = 124.3;
_root.baginair = "bag13right02b";
}
if (_root.bagthrownpos == "Right 03") {
_root.bag13right03b._x = 67.3;
_root.bag13right03b._y = 124.3;
_root.baginair = "bag13right03b";
}
if (_root.bagthrownpos == "Right 04") {
_root.bag13right04b._x = 67.3;
_root.bag13right04b._y = 124.3;
_root.baginair = "bag13right04b";
}
if (_root.bagthrownpos == "Left Miss") {
_root.bag13backb._x = 67.3;
_root.bag13backb._y = 124.3;
_root.baginair = "bag13backb";
}
if (_root.bagthrownpos == "Right Miss") {
_root.bag13foreb._x = 67.3;
_root.bag13foreb._y = 124.3;
_root.baginair = "bag13foreb";
}
return(undefined);
}
if (_root.p1throws == 2) {
_root.curaction = "None";
if (_root.bagthrownpos == "Center") {
_root.bag13cenc._x = 67.3;
_root.bag13cenc._y = 124.3;
_root.baginair = "bag13cenc";
}
if (_root.bagthrownpos == "Left 01") {
_root.bag13left01c._x = 67.3;
_root.bag13left01c._y = 124.3;
_root.baginair = "bag13left01c";
}
if (_root.bagthrownpos == "Left 02") {
_root.bag13left02c._x = 67.3;
_root.bag13left02c._y = 124.3;
_root.baginair = "bag13left02c";
}
if (_root.bagthrownpos == "Left 03") {
_root.bag13left03c._x = 67.3;
_root.bag13left03c._y = 124.3;
_root.baginair = "bag13left03c";
}
if (_root.bagthrownpos == "Left 04") {
_root.bag13left04c._x = 67.3;
_root.bag13left04c._y = 124.3;
_root.baginair = "bag13left04c";
}
if (_root.bagthrownpos == "Right 01") {
_root.bag13right01c._x = 67.3;
_root.bag13right01c._y = 124.3;
_root.baginair = "bag13right01c";
}
if (_root.bagthrownpos == "Right 02") {
_root.bag13right02c._x = 67.3;
_root.bag13right02c._y = 124.3;
_root.baginair = "bag13right02c";
}
if (_root.bagthrownpos == "Right 03") {
_root.bag13right03c._x = 67.3;
_root.bag13right03c._y = 124.3;
_root.baginair = "bag13right03c";
}
if (_root.bagthrownpos == "Right 04") {
_root.bag13right04c._x = 67.3;
_root.bag13right04c._y = 124.3;
_root.baginair = "bag13right04c";
}
if (_root.bagthrownpos == "Left Miss") {
_root.bag13backc._x = 67.3;
_root.bag13backc._y = 124.3;
_root.baginair = "bag13backc";
}
if (_root.bagthrownpos == "Right Miss") {
_root.bag13forec._x = 67.3;
_root.bag13forec._y = 124.3;
_root.baginair = "bag13forec";
}
return(undefined);
}
if (_root.p1throws == 3) {
_root.curaction = "None";
if (_root.bagthrownpos == "Center") {
_root.bag13cend._x = 67.3;
_root.bag13cend._y = 124.3;
_root.baginair = "bag13cend";
}
if (_root.bagthrownpos == "Left 01") {
_root.bag13left01d._x = 67.3;
_root.bag13left01d._y = 124.3;
_root.baginair = "bag13left01d";
}
if (_root.bagthrownpos == "Left 02") {
_root.bag13left02d._x = 67.3;
_root.bag13left02d._y = 124.3;
_root.baginair = "bag13left02d";
}
if (_root.bagthrownpos == "Left 03") {
_root.bag13left03d._x = 67.3;
_root.bag13left03d._y = 124.3;
_root.baginair = "bag13left03d";
}
if (_root.bagthrownpos == "Left 04") {
_root.bag13left04d._x = 67.3;
_root.bag13left04d._y = 124.3;
_root.baginair = "bag13left04d";
}
if (_root.bagthrownpos == "Right 01") {
_root.bag13right01d._x = 67.3;
_root.bag13right01d._y = 124.3;
_root.baginair = "bag13right01d";
}
if (_root.bagthrownpos == "Right 02") {
_root.bag13right02d._x = 67.3;
_root.bag13right02d._y = 124.3;
_root.baginair = "bag13right02d";
}
if (_root.bagthrownpos == "Right 03") {
_root.bag13right03d._x = 67.3;
_root.bag13right03d._y = 124.3;
_root.baginair = "bag13right03d";
}
if (_root.bagthrownpos == "Right 04") {
_root.bag13right04d._x = 67.3;
_root.bag13right04d._y = 124.3;
_root.baginair = "bag13right04d";
}
if (_root.bagthrownpos == "Left Miss") {
_root.bag13backd._x = 67.3;
_root.bag13backd._y = 124.3;
_root.baginair = "bag13backd";
}
if (_root.bagthrownpos == "Right Miss") {
_root.bag13fored._x = 67.3;
_root.bag13fored._y = 124.3;
_root.baginair = "bag13fored";
}
return(undefined);
}
}
if (_root.curside == "Right") {
if (_root.p1throws == 0) {
_root.curaction = "None";
if (_root.bagthrownpos == "Center") {
_root.bag13cena._x = 457.3;
_root.bag13cena._y = 124.3;
_root.baginair = "bag13cena";
}
if (_root.bagthrownpos == "Left 01") {
_root.bag13left01a._x = 457.3;
_root.bag13left01a._y = 124.3;
_root.baginair = "bag13left01a";
}
if (_root.bagthrownpos == "Left 02") {
_root.bag13left02a._x = 457.3;
_root.bag13left02a._y = 124.3;
_root.baginair = "bag13left02a";
}
if (_root.bagthrownpos == "Left 03") {
_root.bag13left03a._x = 457.3;
_root.bag13left03a._y = 124.3;
_root.baginair = "bag13left03a";
}
if (_root.bagthrownpos == "Left 04") {
_root.bag13left04a._x = 457.3;
_root.bag13left04a._y = 124.3;
_root.baginair = "bag13left04a";
}
if (_root.bagthrownpos == "Right 01") {
_root.bag13right01a._x = 457.3;
_root.bag13right01a._y = 124.3;
_root.baginair = "bag13right01a";
}
if (_root.bagthrownpos == "Right 02") {
_root.bag13right02a._x = 457.3;
_root.bag13right02a._y = 124.3;
_root.baginair = "bag13right02a";
}
if (_root.bagthrownpos == "Right 03") {
_root.bag13right03a._x = 457.3;
_root.bag13right03a._y = 124.3;
_root.baginair = "bag13right03a";
}
if (_root.bagthrownpos == "Right 04") {
_root.bag13right04a._x = 457.3;
_root.bag13right04a._y = 124.3;
_root.baginair = "bag13right04a";
}
if (_root.bagthrownpos == "Left Miss") {
_root.bag13backa._x = 457.3;
_root.bag13backa._y = 124.3;
_root.baginair = "bag13backa";
}
if (_root.bagthrownpos == "Right Miss") {
_root.bag13forea._x = 457.3;
_root.bag13forea._y = 124.3;
_root.baginair = "bag13forea";
}
return(undefined);
}
if (_root.p1throws == 1) {
_root.curaction = "None";
if (_root.bagthrownpos == "Center") {
_root.bag13cenb._x = 457.3;
_root.bag13cenb._y = 124.3;
_root.baginair = "bag13cenb";
}
if (_root.bagthrownpos == "Left 01") {
_root.bag13left01b._x = 457.3;
_root.bag13left01b._y = 124.3;
_root.baginair = "bag13left01b";
}
if (_root.bagthrownpos == "Left 02") {
_root.bag13left02b._x = 457.3;
_root.bag13left02b._y = 124.3;
_root.baginair = "bag13left02b";
}
if (_root.bagthrownpos == "Left 03") {
_root.bag13left03b._x = 457.3;
_root.bag13left03b._y = 124.3;
_root.baginair = "bag13left03b";
}
if (_root.bagthrownpos == "Left 04") {
_root.bag13left04b._x = 457.3;
_root.bag13left04b._y = 124.3;
_root.baginair = "bag13left04b";
}
if (_root.bagthrownpos == "Right 01") {
_root.bag13right01b._x = 457.3;
_root.bag13right01b._y = 124.3;
_root.baginair = "bag13right01b";
}
if (_root.bagthrownpos == "Right 02") {
_root.bag13right02b._x = 457.3;
_root.bag13right02b._y = 124.3;
_root.baginair = "bag13right02b";
}
if (_root.bagthrownpos == "Right 03") {
_root.bag13right03b._x = 457.3;
_root.bag13right03b._y = 124.3;
_root.baginair = "bag13right03b";
}
if (_root.bagthrownpos == "Right 04") {
_root.bag13right04b._x = 457.3;
_root.bag13right04b._y = 124.3;
_root.baginair = "bag13right04b";
}
if (_root.bagthrownpos == "Left Miss") {
_root.bag13backb._x = 457.3;
_root.bag13backb._y = 124.3;
_root.baginair = "bag13backb";
}
if (_root.bagthrownpos == "Right Miss") {
_root.bag13foreb._x = 457.3;
_root.bag13foreb._y = 124.3;
_root.baginair = "bag13foreb";
}
return(undefined);
}
if (_root.p1throws == 2) {
_root.curaction = "None";
if (_root.bagthrownpos == "Center") {
_root.bag13cenc._x = 457.3;
_root.bag13cenc._y = 124.3;
_root.baginair = "bag13cenc";
}
if (_root.bagthrownpos == "Left 01") {
_root.bag13left01c._x = 457.3;
_root.bag13left01c._y = 124.3;
_root.baginair = "bag13left01c";
}
if (_root.bagthrownpos == "Left 02") {
_root.bag13left02c._x = 457.3;
_root.bag13left02c._y = 124.3;
_root.baginair = "bag13left02c";
}
if (_root.bagthrownpos == "Left 03") {
_root.bag13left03c._x = 457.3;
_root.bag13left03c._y = 124.3;
_root.baginair = "bag13left03c";
}
if (_root.bagthrownpos == "Left 04") {
_root.bag13left04c._x = 457.3;
_root.bag13left04c._y = 124.3;
_root.baginair = "bag13left04c";
}
if (_root.bagthrownpos == "Right 01") {
_root.bag13right01c._x = 457.3;
_root.bag13right01c._y = 124.3;
_root.baginair = "bag13right01c";
}
if (_root.bagthrownpos == "Right 02") {
_root.bag13right02c._x = 457.3;
_root.bag13right02c._y = 124.3;
_root.baginair = "bag13right02c";
}
if (_root.bagthrownpos == "Right 03") {
_root.bag13right03c._x = 457.3;
_root.bag13right03c._y = 124.3;
_root.baginair = "bag13right03c";
}
if (_root.bagthrownpos == "Right 04") {
_root.bag13right04c._x = 457.3;
_root.bag13right04c._y = 124.3;
_root.baginair = "bag13right04c";
}
if (_root.bagthrownpos == "Left Miss") {
_root.bag13backc._x = 457.3;
_root.bag13backc._y = 124.3;
_root.baginair = "bag13backc";
}
if (_root.bagthrownpos == "Right Miss") {
_root.bag13forec._x = 457.3;
_root.bag13forec._y = 124.3;
_root.baginair = "bag13forec";
}
return(undefined);
}
if (_root.p1throws == 3) {
_root.curaction = "None";
if (_root.bagthrownpos == "Center") {
_root.bag13cend._x = 457.3;
_root.bag13cend._y = 124.3;
_root.baginair = "bag13cend";
}
if (_root.bagthrownpos == "Left 01") {
_root.bag13left01d._x = 457.3;
_root.bag13left01d._y = 124.3;
_root.baginair = "bag13left01d";
}
if (_root.bagthrownpos == "Left 02") {
_root.bag13left02d._x = 457.3;
_root.bag13left02d._y = 124.3;
_root.baginair = "bag13left02d";
}
if (_root.bagthrownpos == "Left 03") {
_root.bag13left03d._x = 457.3;
_root.bag13left03d._y = 124.3;
_root.baginair = "bag13left03d";
}
if (_root.bagthrownpos == "Left 04") {
_root.bag13left04d._x = 457.3;
_root.bag13left04d._y = 124.3;
_root.baginair = "bag13left04d";
}
if (_root.bagthrownpos == "Right 01") {
_root.bag13right01d._x = 457.3;
_root.bag13right01d._y = 124.3;
_root.baginair = "bag13right01d";
}
if (_root.bagthrownpos == "Right 02") {
_root.bag13right02d._x = 457.3;
_root.bag13right02d._y = 124.3;
_root.baginair = "bag13right02d";
}
if (_root.bagthrownpos == "Right 03") {
_root.bag13right03d._x = 457.3;
_root.bag13right03d._y = 124.3;
_root.baginair = "bag13right03d";
}
if (_root.bagthrownpos == "Right 04") {
_root.bag13right04d._x = 457.3;
_root.bag13right04d._y = 124.3;
_root.baginair = "bag13right04d";
}
if (_root.bagthrownpos == "Left Miss") {
_root.bag13backd._x = 457.3;
_root.bag13backd._y = 124.3;
_root.baginair = "bag13backd";
}
if (_root.bagthrownpos == "Right Miss") {
_root.bag13fored._x = 457.3;
_root.bag13fored._y = 124.3;
_root.baginair = "bag13fored";
}
return(undefined);
}
}
}
if (_root.curturn == "P2") {
if (_root.curside == "Left") {
if (_root.p2throws == 0) {
_root.curaction = "None";
if (_root.bagthrownpos == "Center") {
_root.bag24cena._x = 67.3;
_root.bag24cena._y = 124.3;
_root.baginair = "bag24cena";
}
if (_root.bagthrownpos == "Left 01") {
_root.bag24left01a._x = 67.3;
_root.bag24left01a._y = 124.3;
_root.baginair = "bag24left01a";
}
if (_root.bagthrownpos == "Left 02") {
_root.bag24left02a._x = 67.3;
_root.bag24left02a._y = 124.3;
_root.baginair = "bag24left02a";
}
if (_root.bagthrownpos == "Left 03") {
_root.bag24left03a._x = 67.3;
_root.bag24left03a._y = 124.3;
_root.baginair = "bag24left03a";
}
if (_root.bagthrownpos == "Left 04") {
_root.bag24left04a._x = 67.3;
_root.bag24left04a._y = 124.3;
_root.baginair = "bag24left04a";
}
if (_root.bagthrownpos == "Right 01") {
_root.bag24right01a._x = 67.3;
_root.bag24right01a._y = 124.3;
_root.baginair = "bag24right01a";
}
if (_root.bagthrownpos == "Right 02") {
_root.bag24right02a._x = 67.3;
_root.bag24right02a._y = 124.3;
_root.baginair = "bag24right02a";
}
if (_root.bagthrownpos == "Right 03") {
_root.bag24right03a._x = 67.3;
_root.bag24right03a._y = 124.3;
_root.baginair = "bag24right03a";
}
if (_root.bagthrownpos == "Right 04") {
_root.bag24right04a._x = 67.3;
_root.bag24right04a._y = 124.3;
_root.baginair = "bag24right04a";
}
if (_root.bagthrownpos == "Left Miss") {
_root.bag24backa._x = 67.3;
_root.bag24backa._y = 124.3;
_root.baginair = "bag24backa";
}
if (_root.bagthrownpos == "Right Miss") {
_root.bag24forea._x = 67.3;
_root.bag24forea._y = 124.3;
_root.baginair = "bag24forea";
}
return(undefined);
}
if (_root.p2throws == 1) {
_root.curaction = "None";
if (_root.bagthrownpos == "Center") {
_root.bag24cenb._x = 67.3;
_root.bag24cenb._y = 124.3;
_root.baginair = "bag24cenb";
}
if (_root.bagthrownpos == "Left 01") {
_root.bag24left01b._x = 67.3;
_root.bag24left01b._y = 124.3;
_root.baginair = "bag24left01b";
}
if (_root.bagthrownpos == "Left 02") {
_root.bag24left02b._x = 67.3;
_root.bag24left02b._y = 124.3;
_root.baginair = "bag24left02b";
}
if (_root.bagthrownpos == "Left 03") {
_root.bag24left03b._x = 67.3;
_root.bag24left03b._y = 124.3;
_root.baginair = "bag24left03b";
}
if (_root.bagthrownpos == "Left 04") {
_root.bag24left04b._x = 67.3;
_root.bag24left04b._y = 124.3;
_root.baginair = "bag24left04b";
}
if (_root.bagthrownpos == "Right 01") {
_root.bag24right01b._x = 67.3;
_root.bag24right01b._y = 124.3;
_root.baginair = "bag24right01b";
}
if (_root.bagthrownpos == "Right 02") {
_root.bag24right02b._x = 67.3;
_root.bag24right02b._y = 124.3;
_root.baginair = "bag24right02b";
}
if (_root.bagthrownpos == "Right 03") {
_root.bag24right03b._x = 67.3;
_root.bag24right03b._y = 124.3;
_root.baginair = "bag24right03b";
}
if (_root.bagthrownpos == "Right 04") {
_root.bag24right04b._x = 67.3;
_root.bag24right04b._y = 124.3;
_root.baginair = "bag24right04b";
}
if (_root.bagthrownpos == "Left Miss") {
_root.bag24backb._x = 67.3;
_root.bag24backb._y = 124.3;
_root.baginair = "bag24backb";
}
if (_root.bagthrownpos == "Right Miss") {
_root.bag24foreb._x = 67.3;
_root.bag24foreb._y = 124.3;
_root.baginair = "bag24foreb";
}
return(undefined);
}
if (_root.p2throws == 2) {
_root.curaction = "None";
if (_root.bagthrownpos == "Center") {
_root.bag24cenc._x = 67.3;
_root.bag24cenc._y = 124.3;
_root.baginair = "bag24cenc";
}
if (_root.bagthrownpos == "Left 01") {
_root.bag24left01c._x = 67.3;
_root.bag24left01c._y = 124.3;
_root.baginair = "bag24left01c";
}
if (_root.bagthrownpos == "Left 02") {
_root.bag24left02c._x = 67.3;
_root.bag24left02c._y = 124.3;
_root.baginair = "bag24left02c";
}
if (_root.bagthrownpos == "Left 03") {
_root.bag24left03c._x = 67.3;
_root.bag24left03c._y = 124.3;
_root.baginair = "bag24left03c";
}
if (_root.bagthrownpos == "Left 04") {
_root.bag24left04c._x = 67.3;
_root.bag24left04c._y = 124.3;
_root.baginair = "bag24left04c";
}
if (_root.bagthrownpos == "Right 01") {
_root.bag24right01c._x = 67.3;
_root.bag24right01c._y = 124.3;
_root.baginair = "bag24right01c";
}
if (_root.bagthrownpos == "Right 02") {
_root.bag24right02c._x = 67.3;
_root.bag24right02c._y = 124.3;
_root.baginair = "bag24right02c";
}
if (_root.bagthrownpos == "Right 03") {
_root.bag24right03c._x = 67.3;
_root.bag24right03c._y = 124.3;
_root.baginair = "bag24right03c";
}
if (_root.bagthrownpos == "Right 04") {
_root.bag24right04c._x = 67.3;
_root.bag24right04c._y = 124.3;
_root.baginair = "bag24right04c";
}
if (_root.bagthrownpos == "Left Miss") {
_root.bag24backc._x = 67.3;
_root.bag24backc._y = 124.3;
_root.baginair = "bag24backc";
}
if (_root.bagthrownpos == "Right Miss") {
_root.bag24forec._x = 67.3;
_root.bag24forec._y = 124.3;
_root.baginair = "bag24forec";
}
return(undefined);
}
if (_root.p2throws == 3) {
_root.curaction = "None";
if (_root.bagthrownpos == "Center") {
_root.bag24cend._x = 67.3;
_root.bag24cend._y = 124.3;
_root.baginair = "bag24cend";
}
if (_root.bagthrownpos == "Left 01") {
_root.bag24left01d._x = 67.3;
_root.bag24left01d._y = 124.3;
_root.baginair = "bag24left01d";
}
if (_root.bagthrownpos == "Left 02") {
_root.bag24left02d._x = 67.3;
_root.bag24left02d._y = 124.3;
_root.baginair = "bag24left02d";
}
if (_root.bagthrownpos == "Left 03") {
_root.bag24left03d._x = 67.3;
_root.bag24left03d._y = 124.3;
_root.baginair = "bag24left03d";
}
if (_root.bagthrownpos == "Left 04") {
_root.bag24left04d._x = 67.3;
_root.bag24left04d._y = 124.3;
_root.baginair = "bag24left04d";
}
if (_root.bagthrownpos == "Right 01") {
_root.bag24right01d._x = 67.3;
_root.bag24right01d._y = 124.3;
_root.baginair = "bag24right01d";
}
if (_root.bagthrownpos == "Right 02") {
_root.bag24right02d._x = 67.3;
_root.bag24right02d._y = 124.3;
_root.baginair = "bag24right02d";
}
if (_root.bagthrownpos == "Right 03") {
_root.bag24right03d._x = 67.3;
_root.bag24right03d._y = 124.3;
_root.baginair = "bag24right03d";
}
if (_root.bagthrownpos == "Right 04") {
_root.bag24right04d._x = 67.3;
_root.bag24right04d._y = 124.3;
_root.baginair = "bag24right04d";
}
if (_root.bagthrownpos == "Left Miss") {
_root.bag24backd._x = 67.3;
_root.bag24backd._y = 124.3;
_root.baginair = "bag24backd";
}
if (_root.bagthrownpos == "Right Miss") {
_root.bag24fored._x = 67.3;
_root.bag24fored._y = 124.3;
_root.baginair = "bag24fored";
}
return(undefined);
}
}
if (_root.curside == "Right") {
if (_root.p2throws == 0) {
_root.curaction = "None";
if (_root.bagthrownpos == "Center") {
_root.bag24cena._x = 457.3;
_root.bag24cena._y = 124.3;
_root.baginair = "bag24cena";
}
if (_root.bagthrownpos == "Left 01") {
_root.bag24left01a._x = 457.3;
_root.bag24left01a._y = 124.3;
_root.baginair = "bag24left01a";
}
if (_root.bagthrownpos == "Left 02") {
_root.bag24left02a._x = 457.3;
_root.bag24left02a._y = 124.3;
_root.baginair = "bag24left02a";
}
if (_root.bagthrownpos == "Left 03") {
_root.bag24left03a._x = 457.3;
_root.bag24left03a._y = 124.3;
_root.baginair = "bag24left03a";
}
if (_root.bagthrownpos == "Left 04") {
_root.bag24left04a._x = 457.3;
_root.bag24left04a._y = 124.3;
_root.baginair = "bag24left04a";
}
if (_root.bagthrownpos == "Right 01") {
_root.bag24right01a._x = 457.3;
_root.bag24right01a._y = 124.3;
_root.baginair = "bag24right01a";
}
if (_root.bagthrownpos == "Right 02") {
_root.bag24right02a._x = 457.3;
_root.bag24right02a._y = 124.3;
_root.baginair = "bag24right02a";
}
if (_root.bagthrownpos == "Right 03") {
_root.bag24right03a._x = 457.3;
_root.bag24right03a._y = 124.3;
_root.baginair = "bag24right03a";
}
if (_root.bagthrownpos == "Right 04") {
_root.bag24right04a._x = 457.3;
_root.bag24right04a._y = 124.3;
_root.baginair = "bag24right04a";
}
if (_root.bagthrownpos == "Left Miss") {
_root.bag24backa._x = 457.3;
_root.bag24backa._y = 124.3;
_root.baginair = "bag24backa";
}
if (_root.bagthrownpos == "Right Miss") {
_root.bag24forea._x = 457.3;
_root.bag24forea._y = 124.3;
_root.baginair = "bag24forea";
}
return(undefined);
}
if (_root.p2throws == 1) {
_root.curaction = "None";
if (_root.bagthrownpos == "Center") {
_root.bag24cenb._x = 457.3;
_root.bag24cenb._y = 124.3;
_root.baginair = "bag24cenb";
}
if (_root.bagthrownpos == "Left 01") {
_root.bag24left01b._x = 457.3;
_root.bag24left01b._y = 124.3;
_root.baginair = "bag24left01b";
}
if (_root.bagthrownpos == "Left 02") {
_root.bag24left02b._x = 457.3;
_root.bag24left02b._y = 124.3;
_root.baginair = "bag24left02b";
}
if (_root.bagthrownpos == "Left 03") {
_root.bag24left03b._x = 457.3;
_root.bag24left03b._y = 124.3;
_root.baginair = "bag24left03b";
}
if (_root.bagthrownpos == "Left 04") {
_root.bag24left04b._x = 457.3;
_root.bag24left04b._y = 124.3;
_root.baginair = "bag24left04b";
}
if (_root.bagthrownpos == "Right 01") {
_root.bag24right01b._x = 457.3;
_root.bag24right01b._y = 124.3;
_root.baginair = "bag24right01b";
}
if (_root.bagthrownpos == "Right 02") {
_root.bag24right02b._x = 457.3;
_root.bag24right02b._y = 124.3;
_root.baginair = "bag24right02b";
}
if (_root.bagthrownpos == "Right 03") {
_root.bag24right03b._x = 457.3;
_root.bag24right03b._y = 124.3;
_root.baginair = "bag24right03b";
}
if (_root.bagthrownpos == "Right 04") {
_root.bag24right04b._x = 457.3;
_root.bag24right04b._y = 124.3;
_root.baginair = "bag24right04b";
}
if (_root.bagthrownpos == "Left Miss") {
_root.bag24backb._x = 457.3;
_root.bag24backb._y = 124.3;
_root.baginair = "bag24backb";
}
if (_root.bagthrownpos == "Right Miss") {
_root.bag24foreb._x = 457.3;
_root.bag24foreb._y = 124.3;
_root.baginair = "bag24foreb";
}
return(undefined);
}
if (_root.p2throws == 2) {
_root.curaction = "None";
if (_root.bagthrownpos == "Center") {
_root.bag24cenc._x = 457.3;
_root.bag24cenc._y = 124.3;
_root.baginair = "bag24cenc";
}
if (_root.bagthrownpos == "Left 01") {
_root.bag24left01c._x = 457.3;
_root.bag24left01c._y = 124.3;
_root.baginair = "bag24left01c";
}
if (_root.bagthrownpos == "Left 02") {
_root.bag24left02c._x = 457.3;
_root.bag24left02c._y = 124.3;
_root.baginair = "bag24left02c";
}
if (_root.bagthrownpos == "Left 03") {
_root.bag24left03c._x = 457.3;
_root.bag24left03c._y = 124.3;
_root.baginair = "bag24left03c";
}
if (_root.bagthrownpos == "Left 04") {
_root.bag24left04c._x = 457.3;
_root.bag24left04c._y = 124.3;
_root.baginair = "bag24left04c";
}
if (_root.bagthrownpos == "Right 01") {
_root.bag24right01c._x = 457.3;
_root.bag24right01c._y = 124.3;
_root.baginair = "bag24right01c";
}
if (_root.bagthrownpos == "Right 02") {
_root.bag24right02c._x = 457.3;
_root.bag24right02c._y = 124.3;
_root.baginair = "bag24right02c";
}
if (_root.bagthrownpos == "Right 03") {
_root.bag24right03c._x = 457.3;
_root.bag24right03c._y = 124.3;
_root.baginair = "bag24right03c";
}
if (_root.bagthrownpos == "Right 04") {
_root.bag24right04c._x = 457.3;
_root.bag24right04c._y = 124.3;
_root.baginair = "bag24right04c";
}
if (_root.bagthrownpos == "Left Miss") {
_root.bag24backc._x = 457.3;
_root.bag24backc._y = 124.3;
_root.baginair = "bag24backc";
}
if (_root.bagthrownpos == "Right Miss") {
_root.bag24forec._x = 457.3;
_root.bag24forec._y = 124.3;
_root.baginair = "bag24forec";
}
return(undefined);
}
if (_root.p2throws == 3) {
_root.curaction = "None";
if (_root.bagthrownpos == "Center") {
_root.bag24cend._x = 457.3;
_root.bag24cend._y = 124.3;
_root.baginair = "bag24cend";
}
if (_root.bagthrownpos == "Left 01") {
_root.bag24left01d._x = 457.3;
_root.bag24left01d._y = 124.3;
_root.baginair = "bag24left01d";
}
if (_root.bagthrownpos == "Left 02") {
_root.bag24left02d._x = 457.3;
_root.bag24left02d._y = 124.3;
_root.baginair = "bag24left02d";
}
if (_root.bagthrownpos == "Left 03") {
_root.bag24left03d._x = 457.3;
_root.bag24left03d._y = 124.3;
_root.baginair = "bag24left03d";
}
if (_root.bagthrownpos == "Left 04") {
_root.bag24left04d._x = 457.3;
_root.bag24left04d._y = 124.3;
_root.baginair = "bag24left04d";
}
if (_root.bagthrownpos == "Right 01") {
_root.bag24right01d._x = 457.3;
_root.bag24right01d._y = 124.3;
_root.baginair = "bag24right01d";
}
if (_root.bagthrownpos == "Right 02") {
_root.bag24right02d._x = 457.3;
_root.bag24right02d._y = 124.3;
_root.baginair = "bag24right02d";
}
if (_root.bagthrownpos == "Right 03") {
_root.bag24right03d._x = 457.3;
_root.bag24right03d._y = 124.3;
_root.baginair = "bag24right03d";
}
if (_root.bagthrownpos == "Right 04") {
_root.bag24right04d._x = 457.3;
_root.bag24right04d._y = 124.3;
_root.baginair = "bag24right04d";
}
if (_root.bagthrownpos == "Left Miss") {
_root.bag24backd._x = 457.3;
_root.bag24backd._y = 124.3;
_root.baginair = "bag24backd";
}
if (_root.bagthrownpos == "Right Miss") {
_root.bag24fored._x = 457.3;
_root.bag24fored._y = 124.3;
_root.baginair = "bag24fored";
}
return(undefined);
}
}
}
if (_root.curturn == "P3") {
if (_root.curside == "Left") {
if (_root.p3throws == 0) {
_root.curaction = "None";
if (_root.bagthrownpos == "Center") {
_root.bag13cena._x = 67.3;
_root.bag13cena._y = 124.3;
_root.baginair = "bag13cena";
}
if (_root.bagthrownpos == "Left 01") {
_root.bag13left01a._x = 67.3;
_root.bag13left01a._y = 124.3;
_root.baginair = "bag13left01a";
}
if (_root.bagthrownpos == "Left 02") {
_root.bag13left02a._x = 67.3;
_root.bag13left02a._y = 124.3;
_root.baginair = "bag13left02a";
}
if (_root.bagthrownpos == "Left 03") {
_root.bag13left03a._x = 67.3;
_root.bag13left03a._y = 124.3;
_root.baginair = "bag13left03a";
}
if (_root.bagthrownpos == "Left 04") {
_root.bag13left04a._x = 67.3;
_root.bag13left04a._y = 124.3;
_root.baginair = "bag13left04a";
}
if (_root.bagthrownpos == "Right 01") {
_root.bag13right01a._x = 67.3;
_root.bag13right01a._y = 124.3;
_root.baginair = "bag13right01a";
}
if (_root.bagthrownpos == "Right 02") {
_root.bag13right02a._x = 67.3;
_root.bag13right02a._y = 124.3;
_root.baginair = "bag13right02a";
}
if (_root.bagthrownpos == "Right 03") {
_root.bag13right03a._x = 67.3;
_root.bag13right03a._y = 124.3;
_root.baginair = "bag13right03a";
}
if (_root.bagthrownpos == "Right 04") {
_root.bag13right04a._x = 67.3;
_root.bag13right04a._y = 124.3;
_root.baginair = "bag13right04a";
}
if (_root.bagthrownpos == "Left Miss") {
_root.bag13backa._x = 67.3;
_root.bag13backa._y = 124.3;
_root.baginair = "bag13backa";
}
if (_root.bagthrownpos == "Right Miss") {
_root.bag13forea._x = 67.3;
_root.bag13forea._y = 124.3;
_root.baginair = "bag13forea";
}
return(undefined);
}
if (_root.p3throws == 1) {
_root.curaction = "None";
if (_root.bagthrownpos == "Center") {
_root.bag13cenb._x = 67.3;
_root.bag13cenb._y = 124.3;
_root.baginair = "bag13cenb";
}
if (_root.bagthrownpos == "Left 01") {
_root.bag13left01b._x = 67.3;
_root.bag13left01b._y = 124.3;
_root.baginair = "bag13left01b";
}
if (_root.bagthrownpos == "Left 02") {
_root.bag13left02b._x = 67.3;
_root.bag13left02b._y = 124.3;
_root.baginair = "bag13left02b";
}
if (_root.bagthrownpos == "Left 03") {
_root.bag13left03b._x = 67.3;
_root.bag13left03b._y = 124.3;
_root.baginair = "bag13left03b";
}
if (_root.bagthrownpos == "Left 04") {
_root.bag13left04b._x = 67.3;
_root.bag13left04b._y = 124.3;
_root.baginair = "bag13left04b";
}
if (_root.bagthrownpos == "Right 01") {
_root.bag13right01b._x = 67.3;
_root.bag13right01b._y = 124.3;
_root.baginair = "bag13right01b";
}
if (_root.bagthrownpos == "Right 02") {
_root.bag13right02b._x = 67.3;
_root.bag13right02b._y = 124.3;
_root.baginair = "bag13right02b";
}
if (_root.bagthrownpos == "Right 03") {
_root.bag13right03b._x = 67.3;
_root.bag13right03b._y = 124.3;
_root.baginair = "bag13right03b";
}
if (_root.bagthrownpos == "Right 04") {
_root.bag13right04b._x = 67.3;
_root.bag13right04b._y = 124.3;
_root.baginair = "bag13right04b";
}
if (_root.bagthrownpos == "Left Miss") {
_root.bag13backb._x = 67.3;
_root.bag13backb._y = 124.3;
_root.baginair = "bag13backb";
}
if (_root.bagthrownpos == "Right Miss") {
_root.bag13foreb._x = 67.3;
_root.bag13foreb._y = 124.3;
_root.baginair = "bag13foreb";
}
return(undefined);
}
if (_root.p3throws == 2) {
_root.curaction = "None";
if (_root.bagthrownpos == "Center") {
_root.bag13cenc._x = 67.3;
_root.bag13cenc._y = 124.3;
_root.baginair = "bag13cenc";
}
if (_root.bagthrownpos == "Left 01") {
_root.bag13left01c._x = 67.3;
_root.bag13left01c._y = 124.3;
_root.baginair = "bag13left01c";
}
if (_root.bagthrownpos == "Left 02") {
_root.bag13left02c._x = 67.3;
_root.bag13left02c._y = 124.3;
_root.baginair = "bag13left02c";
}
if (_root.bagthrownpos == "Left 03") {
_root.bag13left03c._x = 67.3;
_root.bag13left03c._y = 124.3;
_root.baginair = "bag13left03c";
}
if (_root.bagthrownpos == "Left 04") {
_root.bag13left04c._x = 67.3;
_root.bag13left04c._y = 124.3;
_root.baginair = "bag13left04c";
}
if (_root.bagthrownpos == "Right 01") {
_root.bag13right01c._x = 67.3;
_root.bag13right01c._y = 124.3;
_root.baginair = "bag13right01c";
}
if (_root.bagthrownpos == "Right 02") {
_root.bag13right02c._x = 67.3;
_root.bag13right02c._y = 124.3;
_root.baginair = "bag13right02c";
}
if (_root.bagthrownpos == "Right 03") {
_root.bag13right03c._x = 67.3;
_root.bag13right03c._y = 124.3;
_root.baginair = "bag13right03c";
}
if (_root.bagthrownpos == "Right 04") {
_root.bag13right04c._x = 67.3;
_root.bag13right04c._y = 124.3;
_root.baginair = "bag13right04c";
}
if (_root.bagthrownpos == "Left Miss") {
_root.bag13backc._x = 67.3;
_root.bag13backc._y = 124.3;
_root.baginair = "bag13backc";
}
if (_root.bagthrownpos == "Right Miss") {
_root.bag13forec._x = 67.3;
_root.bag13forec._y = 124.3;
_root.baginair = "bag13forec";
}
return(undefined);
}
if (_root.p3throws == 3) {
_root.curaction = "None";
if (_root.bagthrownpos == "Center") {
_root.bag13cend._x = 67.3;
_root.bag13cend._y = 124.3;
_root.baginair = "bag13cend";
}
if (_root.bagthrownpos == "Left 01") {
_root.bag13left01d._x = 67.3;
_root.bag13left01d._y = 124.3;
_root.baginair = "bag13left01d";
}
if (_root.bagthrownpos == "Left 02") {
_root.bag13left02d._x = 67.3;
_root.bag13left02d._y = 124.3;
_root.baginair = "bag13left02d";
}
if (_root.bagthrownpos == "Left 03") {
_root.bag13left03d._x = 67.3;
_root.bag13left03d._y = 124.3;
_root.baginair = "bag13left03d";
}
if (_root.bagthrownpos == "Left 04") {
_root.bag13left04d._x = 67.3;
_root.bag13left04d._y = 124.3;
_root.baginair = "bag13left04d";
}
if (_root.bagthrownpos == "Right 01") {
_root.bag13right01d._x = 67.3;
_root.bag13right01d._y = 124.3;
_root.baginair = "bag13right01d";
}
if (_root.bagthrownpos == "Right 02") {
_root.bag13right02d._x = 67.3;
_root.bag13right02d._y = 124.3;
_root.baginair = "bag13right02d";
}
if (_root.bagthrownpos == "Right 03") {
_root.bag13right03d._x = 67.3;
_root.bag13right03d._y = 124.3;
_root.baginair = "bag13right03d";
}
if (_root.bagthrownpos == "Right 04") {
_root.bag13right04d._x = 67.3;
_root.bag13right04d._y = 124.3;
_root.baginair = "bag13right04d";
}
if (_root.bagthrownpos == "Left Miss") {
_root.bag13backd._x = 67.3;
_root.bag13backd._y = 124.3;
_root.baginair = "bag13backd";
}
if (_root.bagthrownpos == "Right Miss") {
_root.bag13fored._x = 67.3;
_root.bag13fored._y = 124.3;
_root.baginair = "bag13fored";
}
return(undefined);
}
}
if (_root.curside == "Right") {
if (_root.p3throws == 0) {
_root.curaction = "None";
if (_root.bagthrownpos == "Center") {
_root.bag13cena._x = 457.3;
_root.bag13cena._y = 124.3;
_root.baginair = "bag13cena";
}
if (_root.bagthrownpos == "Left 01") {
_root.bag13left01a._x = 457.3;
_root.bag13left01a._y = 124.3;
_root.baginair = "bag13left01a";
}
if (_root.bagthrownpos == "Left 02") {
_root.bag13left02a._x = 457.3;
_root.bag13left02a._y = 124.3;
_root.baginair = "bag13left02a";
}
if (_root.bagthrownpos == "Left 03") {
_root.bag13left03a._x = 457.3;
_root.bag13left03a._y = 124.3;
_root.baginair = "bag13left03a";
}
if (_root.bagthrownpos == "Left 04") {
_root.bag13left04a._x = 457.3;
_root.bag13left04a._y = 124.3;
_root.baginair = "bag13left04a";
}
if (_root.bagthrownpos == "Right 01") {
_root.bag13right01a._x = 457.3;
_root.bag13right01a._y = 124.3;
_root.baginair = "bag13right01a";
}
if (_root.bagthrownpos == "Right 02") {
_root.bag13right02a._x = 457.3;
_root.bag13right02a._y = 124.3;
_root.baginair = "bag13right02a";
}
if (_root.bagthrownpos == "Right 03") {
_root.bag13right03a._x = 457.3;
_root.bag13right03a._y = 124.3;
_root.baginair = "bag13right03a";
}
if (_root.bagthrownpos == "Right 04") {
_root.bag13right04a._x = 457.3;
_root.bag13right04a._y = 124.3;
_root.baginair = "bag13right04a";
}
if (_root.bagthrownpos == "Left Miss") {
_root.bag13backa._x = 457.3;
_root.bag13backa._y = 124.3;
_root.baginair = "bag13backa";
}
if (_root.bagthrownpos == "Right Miss") {
_root.bag13forea._x = 457.3;
_root.bag13forea._y = 124.3;
_root.baginair = "bag13forea";
}
return(undefined);
}
if (_root.p3throws == 1) {
_root.curaction = "None";
if (_root.bagthrownpos == "Center") {
_root.bag13cenb._x = 457.3;
_root.bag13cenb._y = 124.3;
_root.baginair = "bag13cenb";
}
if (_root.bagthrownpos == "Left 01") {
_root.bag13left01b._x = 457.3;
_root.bag13left01b._y = 124.3;
_root.baginair = "bag13left01b";
}
if (_root.bagthrownpos == "Left 02") {
_root.bag13left02b._x = 457.3;
_root.bag13left02b._y = 124.3;
_root.baginair = "bag13left02b";
}
if (_root.bagthrownpos == "Left 03") {
_root.bag13left03b._x = 457.3;
_root.bag13left03b._y = 124.3;
_root.baginair = "bag13left03b";
}
if (_root.bagthrownpos == "Left 04") {
_root.bag13left04b._x = 457.3;
_root.bag13left04b._y = 124.3;
_root.baginair = "bag13left04b";
}
if (_root.bagthrownpos == "Right 01") {
_root.bag13right01b._x = 457.3;
_root.bag13right01b._y = 124.3;
_root.baginair = "bag13right01b";
}
if (_root.bagthrownpos == "Right 02") {
_root.bag13right02b._x = 457.3;
_root.bag13right02b._y = 124.3;
_root.baginair = "bag13right02b";
}
if (_root.bagthrownpos == "Right 03") {
_root.bag13right03b._x = 457.3;
_root.bag13right03b._y = 124.3;
_root.baginair = "bag13right03b";
}
if (_root.bagthrownpos == "Right 04") {
_root.bag13right04b._x = 457.3;
_root.bag13right04b._y = 124.3;
_root.baginair = "bag13right04b";
}
if (_root.bagthrownpos == "Left Miss") {
_root.bag13backb._x = 457.3;
_root.bag13backb._y = 124.3;
_root.baginair = "bag13backb";
}
if (_root.bagthrownpos == "Right Miss") {
_root.bag13foreb._x = 457.3;
_root.bag13foreb._y = 124.3;
_root.baginair = "bag13foreb";
}
return(undefined);
}
if (_root.p3throws == 2) {
_root.curaction = "None";
if (_root.bagthrownpos == "Center") {
_root.bag13cenc._x = 457.3;
_root.bag13cenc._y = 124.3;
_root.baginair = "bag13cenc";
}
if (_root.bagthrownpos == "Left 01") {
_root.bag13left01c._x = 457.3;
_root.bag13left01c._y = 124.3;
_root.baginair = "bag13left01c";
}
if (_root.bagthrownpos == "Left 02") {
_root.bag13left02c._x = 457.3;
_root.bag13left02c._y = 124.3;
_root.baginair = "bag13left02c";
}
if (_root.bagthrownpos == "Left 03") {
_root.bag13left03c._x = 457.3;
_root.bag13left03c._y = 124.3;
_root.baginair = "bag13left03c";
}
if (_root.bagthrownpos == "Left 04") {
_root.bag13left04c._x = 457.3;
_root.bag13left04c._y = 124.3;
_root.baginair = "bag13left04c";
}
if (_root.bagthrownpos == "Right 01") {
_root.bag13right01c._x = 457.3;
_root.bag13right01c._y = 124.3;
_root.baginair = "bag13right01c";
}
if (_root.bagthrownpos == "Right 02") {
_root.bag13right02c._x = 457.3;
_root.bag13right02c._y = 124.3;
_root.baginair = "bag13right02c";
}
if (_root.bagthrownpos == "Right 03") {
_root.bag13right03c._x = 457.3;
_root.bag13right03c._y = 124.3;
_root.baginair = "bag13right03c";
}
if (_root.bagthrownpos == "Right 04") {
_root.bag13right04c._x = 457.3;
_root.bag13right04c._y = 124.3;
_root.baginair = "bag13right04c";
}
if (_root.bagthrownpos == "Left Miss") {
_root.bag13backc._x = 457.3;
_root.bag13backc._y = 124.3;
_root.baginair = "bag13backc";
}
if (_root.bagthrownpos == "Right Miss") {
_root.bag13forec._x = 457.3;
_root.bag13forec._y = 124.3;
_root.baginair = "bag13forec";
}
return(undefined);
}
if (_root.p3throws == 3) {
_root.curaction = "None";
if (_root.bagthrownpos == "Center") {
_root.bag13cend._x = 457.3;
_root.bag13cend._y = 124.3;
_root.baginair = "bag13cend";
}
if (_root.bagthrownpos == "Left 01") {
_root.bag13left01d._x = 457.3;
_root.bag13left01d._y = 124.3;
_root.baginair = "bag13left01d";
}
if (_root.bagthrownpos == "Left 02") {
_root.bag13left02d._x = 457.3;
_root.bag13left02d._y = 124.3;
_root.baginair = "bag13left02d";
}
if (_root.bagthrownpos == "Left 03") {
_root.bag13left03d._x = 457.3;
_root.bag13left03d._y = 124.3;
_root.baginair = "bag13left03d";
}
if (_root.bagthrownpos == "Left 04") {
_root.bag13left04d._x = 457.3;
_root.bag13left04d._y = 124.3;
_root.baginair = "bag13left04d";
}
if (_root.bagthrownpos == "Right 01") {
_root.bag13right01d._x = 457.3;
_root.bag13right01d._y = 124.3;
_root.baginair = "bag13right01d";
}
if (_root.bagthrownpos == "Right 02") {
_root.bag13right02d._x = 457.3;
_root.bag13right02d._y = 124.3;
_root.baginair = "bag13right02d";
}
if (_root.bagthrownpos == "Right 03") {
_root.bag13right03d._x = 457.3;
_root.bag13right03d._y = 124.3;
_root.baginair = "bag13right03d";
}
if (_root.bagthrownpos == "Right 04") {
_root.bag13right04d._x = 457.3;
_root.bag13right04d._y = 124.3;
_root.baginair = "bag13right04d";
}
if (_root.bagthrownpos == "Left Miss") {
_root.bag13backd._x = 457.3;
_root.bag13backd._y = 124.3;
_root.baginair = "bag13backd";
}
if (_root.bagthrownpos == "Right Miss") {
_root.bag13fored._x = 457.3;
_root.bag13fored._y = 124.3;
_root.baginair = "bag13fored";
}
return(undefined);
}
}
}
if (_root.curturn == "P4") {
if (_root.curside == "Left") {
if (_root.p4throws == 0) {
_root.curaction = "None";
if (_root.bagthrownpos == "Center") {
_root.bag24cena._x = 67.3;
_root.bag24cena._y = 124.3;
_root.baginair = "bag24cena";
}
if (_root.bagthrownpos == "Left 01") {
_root.bag24left01a._x = 67.3;
_root.bag24left01a._y = 124.3;
_root.baginair = "bag24left01a";
}
if (_root.bagthrownpos == "Left 02") {
_root.bag24left02a._x = 67.3;
_root.bag24left02a._y = 124.3;
_root.baginair = "bag24left02a";
}
if (_root.bagthrownpos == "Left 03") {
_root.bag24left03a._x = 67.3;
_root.bag24left03a._y = 124.3;
_root.baginair = "bag24left03a";
}
if (_root.bagthrownpos == "Left 04") {
_root.bag24left04a._x = 67.3;
_root.bag24left04a._y = 124.3;
_root.baginair = "bag24left04a";
}
if (_root.bagthrownpos == "Right 01") {
_root.bag24right01a._x = 67.3;
_root.bag24right01a._y = 124.3;
_root.baginair = "bag24right01a";
}
if (_root.bagthrownpos == "Right 02") {
_root.bag24right02a._x = 67.3;
_root.bag24right02a._y = 124.3;
_root.baginair = "bag24right02a";
}
if (_root.bagthrownpos == "Right 03") {
_root.bag24right03a._x = 67.3;
_root.bag24right03a._y = 124.3;
_root.baginair = "bag24right03a";
}
if (_root.bagthrownpos == "Right 04") {
_root.bag24right04a._x = 67.3;
_root.bag24right04a._y = 124.3;
_root.baginair = "bag24right04a";
}
if (_root.bagthrownpos == "Left Miss") {
_root.bag24backa._x = 67.3;
_root.bag24backa._y = 124.3;
_root.baginair = "bag24backa";
}
if (_root.bagthrownpos == "Right Miss") {
_root.bag24forea._x = 67.3;
_root.bag24forea._y = 124.3;
_root.baginair = "bag24forea";
}
return(undefined);
}
if (_root.p4throws == 1) {
_root.curaction = "None";
if (_root.bagthrownpos == "Center") {
_root.bag24cenb._x = 67.3;
_root.bag24cenb._y = 124.3;
_root.baginair = "bag24cenb";
}
if (_root.bagthrownpos == "Left 01") {
_root.bag24left01b._x = 67.3;
_root.bag24left01b._y = 124.3;
_root.baginair = "bag24left01b";
}
if (_root.bagthrownpos == "Left 02") {
_root.bag24left02b._x = 67.3;
_root.bag24left02b._y = 124.3;
_root.baginair = "bag24left02b";
}
if (_root.bagthrownpos == "Left 03") {
_root.bag24left03b._x = 67.3;
_root.bag24left03b._y = 124.3;
_root.baginair = "bag24left03b";
}
if (_root.bagthrownpos == "Left 04") {
_root.bag24left04b._x = 67.3;
_root.bag24left04b._y = 124.3;
_root.baginair = "bag24left04b";
}
if (_root.bagthrownpos == "Right 01") {
_root.bag24right01b._x = 67.3;
_root.bag24right01b._y = 124.3;
_root.baginair = "bag24right01b";
}
if (_root.bagthrownpos == "Right 02") {
_root.bag24right02b._x = 67.3;
_root.bag24right02b._y = 124.3;
_root.baginair = "bag24right02b";
}
if (_root.bagthrownpos == "Right 03") {
_root.bag24right03b._x = 67.3;
_root.bag24right03b._y = 124.3;
_root.baginair = "bag24right03b";
}
if (_root.bagthrownpos == "Right 04") {
_root.bag24right04b._x = 67.3;
_root.bag24right04b._y = 124.3;
_root.baginair = "bag24right04b";
}
if (_root.bagthrownpos == "Left Miss") {
_root.bag24backb._x = 67.3;
_root.bag24backb._y = 124.3;
_root.baginair = "bag24backb";
}
if (_root.bagthrownpos == "Right Miss") {
_root.bag24foreb._x = 67.3;
_root.bag24foreb._y = 124.3;
_root.baginair = "bag24foreb";
}
return(undefined);
}
if (_root.p4throws == 2) {
_root.curaction = "None";
if (_root.bagthrownpos == "Center") {
_root.bag24cenc._x = 67.3;
_root.bag24cenc._y = 124.3;
_root.baginair = "bag24cenc";
}
if (_root.bagthrownpos == "Left 01") {
_root.bag24left01c._x = 67.3;
_root.bag24left01c._y = 124.3;
_root.baginair = "bag24left01c";
}
if (_root.bagthrownpos == "Left 02") {
_root.bag24left02c._x = 67.3;
_root.bag24left02c._y = 124.3;
_root.baginair = "bag24left02c";
}
if (_root.bagthrownpos == "Left 03") {
_root.bag24left03c._x = 67.3;
_root.bag24left03c._y = 124.3;
_root.baginair = "bag24left03c";
}
if (_root.bagthrownpos == "Left 04") {
_root.bag24left04c._x = 67.3;
_root.bag24left04c._y = 124.3;
_root.baginair = "bag24left04c";
}
if (_root.bagthrownpos == "Right 01") {
_root.bag24right01c._x = 67.3;
_root.bag24right01c._y = 124.3;
_root.baginair = "bag24right01c";
}
if (_root.bagthrownpos == "Right 02") {
_root.bag24right02c._x = 67.3;
_root.bag24right02c._y = 124.3;
_root.baginair = "bag24right02c";
}
if (_root.bagthrownpos == "Right 03") {
_root.bag24right03c._x = 67.3;
_root.bag24right03c._y = 124.3;
_root.baginair = "bag24right03c";
}
if (_root.bagthrownpos == "Right 04") {
_root.bag24right04c._x = 67.3;
_root.bag24right04c._y = 124.3;
_root.baginair = "bag24right04c";
}
if (_root.bagthrownpos == "Left Miss") {
_root.bag24backc._x = 67.3;
_root.bag24backc._y = 124.3;
_root.baginair = "bag24backc";
}
if (_root.bagthrownpos == "Right Miss") {
_root.bag24forec._x = 67.3;
_root.bag24forec._y = 124.3;
_root.baginair = "bag24forec";
}
return(undefined);
}
if (_root.p4throws == 3) {
_root.curaction = "None";
if (_root.bagthrownpos == "Center") {
_root.bag24cend._x = 67.3;
_root.bag24cend._y = 124.3;
_root.baginair = "bag24cend";
}
if (_root.bagthrownpos == "Left 01") {
_root.bag24left01d._x = 67.3;
_root.bag24left01d._y = 124.3;
_root.baginair = "bag24left01d";
}
if (_root.bagthrownpos == "Left 02") {
_root.bag24left02d._x = 67.3;
_root.bag24left02d._y = 124.3;
_root.baginair = "bag24left02d";
}
if (_root.bagthrownpos == "Left 03") {
_root.bag24left03d._x = 67.3;
_root.bag24left03d._y = 124.3;
_root.baginair = "bag24left03d";
}
if (_root.bagthrownpos == "Left 04") {
_root.bag24left04d._x = 67.3;
_root.bag24left04d._y = 124.3;
_root.baginair = "bag24left04d";
}
if (_root.bagthrownpos == "Right 01") {
_root.bag24right01d._x = 67.3;
_root.bag24right01d._y = 124.3;
_root.baginair = "bag24right01d";
}
if (_root.bagthrownpos == "Right 02") {
_root.bag24right02d._x = 67.3;
_root.bag24right02d._y = 124.3;
_root.baginair = "bag24right02d";
}
if (_root.bagthrownpos == "Right 03") {
_root.bag24right03d._x = 67.3;
_root.bag24right03d._y = 124.3;
_root.baginair = "bag24right03d";
}
if (_root.bagthrownpos == "Right 04") {
_root.bag24right04d._x = 67.3;
_root.bag24right04d._y = 124.3;
_root.baginair = "bag24right04d";
}
if (_root.bagthrownpos == "Left Miss") {
_root.bag24backd._x = 67.3;
_root.bag24backd._y = 124.3;
_root.baginair = "bag24backd";
}
if (_root.bagthrownpos == "Right Miss") {
_root.bag24fored._x = 67.3;
_root.bag24fored._y = 124.3;
_root.baginair = "bag24fored";
}
return(undefined);
}
}
if (_root.curside == "Right") {
if (_root.p4throws == 0) {
_root.curaction = "None";
if (_root.bagthrownpos == "Center") {
_root.bag24cena._x = 457.3;
_root.bag24cena._y = 124.3;
_root.baginair = "bag24cena";
}
if (_root.bagthrownpos == "Left 01") {
_root.bag24left01a._x = 457.3;
_root.bag24left01a._y = 124.3;
_root.baginair = "bag24left01a";
}
if (_root.bagthrownpos == "Left 02") {
_root.bag24left02a._x = 457.3;
_root.bag24left02a._y = 124.3;
_root.baginair = "bag24left02a";
}
if (_root.bagthrownpos == "Left 03") {
_root.bag24left03a._x = 457.3;
_root.bag24left03a._y = 124.3;
_root.baginair = "bag24left03a";
}
if (_root.bagthrownpos == "Left 04") {
_root.bag24left04a._x = 457.3;
_root.bag24left04a._y = 124.3;
_root.baginair = "bag24left04a";
}
if (_root.bagthrownpos == "Right 01") {
_root.bag24right01a._x = 457.3;
_root.bag24right01a._y = 124.3;
_root.baginair = "bag24right01a";
}
if (_root.bagthrownpos == "Right 02") {
_root.bag24right02a._x = 457.3;
_root.bag24right02a._y = 124.3;
_root.baginair = "bag24right02a";
}
if (_root.bagthrownpos == "Right 03") {
_root.bag24right03a._x = 457.3;
_root.bag24right03a._y = 124.3;
_root.baginair = "bag24right03a";
}
if (_root.bagthrownpos == "Right 04") {
_root.bag24right04a._x = 457.3;
_root.bag24right04a._y = 124.3;
_root.baginair = "bag24right04a";
}
if (_root.bagthrownpos == "Left Miss") {
_root.bag24backa._x = 457.3;
_root.bag24backa._y = 124.3;
_root.baginair = "bag24backa";
}
if (_root.bagthrownpos == "Right Miss") {
_root.bag24forea._x = 457.3;
_root.bag24forea._y = 124.3;
_root.baginair = "bag24forea";
}
return(undefined);
}
if (_root.p4throws == 1) {
_root.curaction = "None";
if (_root.bagthrownpos == "Center") {
_root.bag24cenb._x = 457.3;
_root.bag24cenb._y = 124.3;
_root.baginair = "bag24cenb";
}
if (_root.bagthrownpos == "Left 01") {
_root.bag24left01b._x = 457.3;
_root.bag24left01b._y = 124.3;
_root.baginair = "bag24left01b";
}
if (_root.bagthrownpos == "Left 02") {
_root.bag24left02b._x = 457.3;
_root.bag24left02b._y = 124.3;
_root.baginair = "bag24left02b";
}
if (_root.bagthrownpos == "Left 03") {
_root.bag24left03b._x = 457.3;
_root.bag24left03b._y = 124.3;
_root.baginair = "bag24left03b";
}
if (_root.bagthrownpos == "Left 04") {
_root.bag24left04b._x = 457.3;
_root.bag24left04b._y = 124.3;
_root.baginair = "bag24left04b";
}
if (_root.bagthrownpos == "Right 01") {
_root.bag24right01b._x = 457.3;
_root.bag24right01b._y = 124.3;
_root.baginair = "bag24right01b";
}
if (_root.bagthrownpos == "Right 02") {
_root.bag24right02b._x = 457.3;
_root.bag24right02b._y = 124.3;
_root.baginair = "bag24right02b";
}
if (_root.bagthrownpos == "Right 03") {
_root.bag24right03b._x = 457.3;
_root.bag24right03b._y = 124.3;
_root.baginair = "bag24right03b";
}
if (_root.bagthrownpos == "Right 04") {
_root.bag24right04b._x = 457.3;
_root.bag24right04b._y = 124.3;
_root.baginair = "bag24right04b";
}
if (_root.bagthrownpos == "Left Miss") {
_root.bag24backb._x = 457.3;
_root.bag24backb._y = 124.3;
_root.baginair = "bag24backb";
}
if (_root.bagthrownpos == "Right Miss") {
_root.bag24foreb._x = 457.3;
_root.bag24foreb._y = 124.3;
_root.baginair = "bag24foreb";
}
return(undefined);
}
if (_root.p4throws == 2) {
_root.curaction = "None";
if (_root.bagthrownpos == "Center") {
_root.bag24cenc._x = 457.3;
_root.bag24cenc._y = 124.3;
_root.baginair = "bag24cenc";
}
if (_root.bagthrownpos == "Left 01") {
_root.bag24left01c._x = 457.3;
_root.bag24left01c._y = 124.3;
_root.baginair = "bag24left01c";
}
if (_root.bagthrownpos == "Left 02") {
_root.bag24left02c._x = 457.3;
_root.bag24left02c._y = 124.3;
_root.baginair = "bag24left02c";
}
if (_root.bagthrownpos == "Left 03") {
_root.bag24left03c._x = 457.3;
_root.bag24left03c._y = 124.3;
_root.baginair = "bag24left03c";
}
if (_root.bagthrownpos == "Left 04") {
_root.bag24left04c._x = 457.3;
_root.bag24left04c._y = 124.3;
_root.baginair = "bag24left04c";
}
if (_root.bagthrownpos == "Right 01") {
_root.bag24right01c._x = 457.3;
_root.bag24right01c._y = 124.3;
_root.baginair = "bag24right01c";
}
if (_root.bagthrownpos == "Right 02") {
_root.bag24right02c._x = 457.3;
_root.bag24right02c._y = 124.3;
_root.baginair = "bag24right02c";
}
if (_root.bagthrownpos == "Right 03") {
_root.bag24right03c._x = 457.3;
_root.bag24right03c._y = 124.3;
_root.baginair = "bag24right03c";
}
if (_root.bagthrownpos == "Right 04") {
_root.bag24right04c._x = 457.3;
_root.bag24right04c._y = 124.3;
_root.baginair = "bag24right04c";
}
if (_root.bagthrownpos == "Left Miss") {
_root.bag24backc._x = 457.3;
_root.bag24backc._y = 124.3;
_root.baginair = "bag24backc";
}
if (_root.bagthrownpos == "Right Miss") {
_root.bag24forec._x = 457.3;
_root.bag24forec._y = 124.3;
_root.baginair = "bag24forec";
}
return(undefined);
}
if (_root.p4throws == 3) {
_root.curaction = "None";
if (_root.bagthrownpos == "Center") {
_root.bag24cend._x = 457.3;
_root.bag24cend._y = 124.3;
_root.baginair = "bag24cend";
}
if (_root.bagthrownpos == "Left 01") {
_root.bag24left01d._x = 457.3;
_root.bag24left01d._y = 124.3;
_root.baginair = "bag24left01d";
}
if (_root.bagthrownpos == "Left 02") {
_root.bag24left02d._x = 457.3;
_root.bag24left02d._y = 124.3;
_root.baginair = "bag24left02d";
}
if (_root.bagthrownpos == "Left 03") {
_root.bag24left03d._x = 457.3;
_root.bag24left03d._y = 124.3;
_root.baginair = "bag24left03d";
}
if (_root.bagthrownpos == "Left 04") {
_root.bag24left04d._x = 457.3;
_root.bag24left04d._y = 124.3;
_root.baginair = "bag24left04d";
}
if (_root.bagthrownpos == "Right 01") {
_root.bag24right01d._x = 457.3;
_root.bag24right01d._y = 124.3;
_root.baginair = "bag24right01d";
}
if (_root.bagthrownpos == "Right 02") {
_root.bag24right02d._x = 457.3;
_root.bag24right02d._y = 124.3;
_root.baginair = "bag24right02d";
}
if (_root.bagthrownpos == "Right 03") {
_root.bag24right03d._x = 457.3;
_root.bag24right03d._y = 124.3;
_root.baginair = "bag24right03d";
}
if (_root.bagthrownpos == "Right 04") {
_root.bag24right04d._x = 457.3;
_root.bag24right04d._y = 124.3;
_root.baginair = "bag24right04d";
}
if (_root.bagthrownpos == "Left Miss") {
_root.bag24backd._x = 457.3;
_root.bag24backd._y = 124.3;
_root.baginair = "bag24backd";
}
if (_root.bagthrownpos == "Right Miss") {
_root.bag24fored._x = 457.3;
_root.bag24fored._y = 124.3;
_root.baginair = "bag24fored";
}
return(undefined);
}
}
}
}
function TrajectoryFormula() {
_root.bagt = _root.bagt + 1;
if (_root.arcpos <= 10) {
_root.throwarc = 1.8;
}
if ((_root.arcpos >= 11) and (_root.arcpos <= 20)) {
_root.throwarc = 2;
}
if ((_root.arcpos >= 21) and (_root.arcpos <= 30)) {
_root.throwarc = 2.25;
}
if ((_root.arcpos >= 31) and (_root.arcpos <= 40)) {
_root.throwarc = 2.45;
}
if ((_root.arcpos >= 41) and (_root.arcpos <= 50)) {
_root.throwarc = 2.5;
}
if ((_root.arcpos >= 51) and (_root.arcpos <= 60)) {
_root.throwarc = 2.65;
}
if ((_root.arcpos >= 61) and (_root.arcpos <= 70)) {
_root.throwarc = 2.85;
}
if ((_root.arcpos >= 71) and (_root.arcpos <= 80)) {
_root.throwarc = 3.1;
}
if (_root.arcpos >= 81) {
_root.throwarc = 3.5;
}
_root.bagxadd01 = _root.powpos / _root.throwarc;
if ((_root.winddir == "Left") and (_root.curside == "Left")) {
_root.bagxadd01 = _root.bagxadd01 - (_root.windpow / 6.25);
}
if ((_root.winddir == "Right") and (_root.curside == "Left")) {
_root.bagxadd01 = _root.bagxadd01 + (_root.windpow / 6.25);
}
if ((_root.winddir == "Left") and (_root.curside == "Right")) {
_root.bagxadd01 = _root.bagxadd01 + (_root.windpow / 6.25);
}
if ((_root.winddir == "Right") and (_root.curside == "Right")) {
_root.bagxadd01 = _root.bagxadd01 - (_root.windpow / 6.25);
}
if ((_root.powpos <= 20) and (_root.arcpos >= 75)) {
_root.bagysub01 = _root.powpos / 7;
_root.bagyadd01 = 40 * (_root.bagt / 15);
return(undefined);
}
if (((_root.curside == "Left") and (_root.winddir == "Left")) and (_root.powpos <= 35)) {
_root.bagysub01 = _root.powpos / 7;
_root.bagyadd01 = 40 * (_root.bagt / 15);
return(undefined);
}
if (((_root.curside == "Right") and (_root.winddir == "Right")) and (_root.powpos <= 35)) {
_root.bagysub01 = _root.powpos / 7;
_root.bagyadd01 = 40 * (_root.bagt / 15);
return(undefined);
}
if ((((_root.curside == "Left") and (_root.winddir == "Right")) and (_root.powpos <= 25)) and (_root.windpow >= 70)) {
_root.bagysub01 = _root.powpos / 1.25;
_root.bagyadd01 = (_root.powpos / 2) * (_root.bagt / 8.25);
return(undefined);
}
if ((((_root.curside == "Right") and (_root.winddir == "Left")) and (_root.powpos <= 25)) and (_root.windpow >= 70)) {
_root.bagysub01 = _root.powpos / 1.25;
_root.bagyadd01 = (_root.powpos / 2) * (_root.bagt / 8.25);
return(undefined);
}
if (((_root.curside == "Left") and (_root.winddir == "Right")) and (_root.powpos <= 20)) {
_root.bagysub01 = _root.powpos / 1.25;
_root.bagyadd01 = 40 * (_root.bagt / 15);
return(undefined);
}
if (((_root.curside == "Right") and (_root.winddir == "Left")) and (_root.powpos <= 20)) {
_root.bagysub01 = _root.powpos / 1.25;
_root.bagyadd01 = 40 * (_root.bagt / 15);
return(undefined);
}
_root.bagysub01 = _root.powpos / 3;
_root.bagyadd01 = (_root.powpos / 2) * (_root.bagt / 15);
}
function WindChange() {
_root.windranddir = random(2);
_root.windpow = random(_root.difficulty / 4);
_root.windpow = Math.round(_root.windpow);
if (_root.windranddir == 1) {
_root.winddir = "Left";
_root.windgauge.leftgauge.gotoAndStop(Math.round(_root.windpow / 2));
_root.windgauge.rightgauge.gotoAndStop(1);
} else {
_root.winddir = "Right";
_root.windgauge.leftgauge.gotoAndStop(1);
_root.windgauge.rightgauge.gotoAndStop(Math.round(_root.windpow / 2));
}
}
function WindAdjust() {
_root.randmoreless = random(2);
if (_root.winddir == "Left") {
if (_root.randmoreless == 0) {
_root.windpow = _root.windpow - (_root.windpow / (random(3) + 3));
} else {
_root.windpow = _root.windpow + (_root.windpow / (random(3) + 3));
}
_root.windgauge.leftgauge.gotoAndStop(_root.windpow);
_root.windgauge.rightgauge.gotoAndStop(1);
}
if (_root.winddir == "Right") {
if (_root.randmoreless == 1) {
_root.windpow = _root.windpow - (_root.windpow / (random(3) + 3));
} else {
_root.windpow = _root.windpow + (_root.windpow / (random(3) + 3));
}
_root.windgauge.leftgauge.gotoAndStop(1);
_root.windgauge.rightgauge.gotoAndStop(_root.windpow);
}
if (_root.windpow <= 0) {
_root.windpow = 10;
}
if (_root.windpow >= 40) {
_root.windpow = 35;
}
_root.windpow = Math.round(_root.windpow);
if (_root.winddir == "Left") {
_root.windgauge.leftgauge.gotoAndStop(_root.windpow);
_root.windgauge.rightgauge.gotoAndStop(1);
}
if (_root.winddir == "Right") {
_root.windgauge.leftgauge.gotoAndStop(1);
_root.windgauge.rightgauge.gotoAndStop(_root.windpow);
}
}
function ChangeCurrentPlayer() {
if ((_root.gametype == "1 Human v 1 CPU") and (_root.curturn == "P1")) {
_root.curturn = "P2";
return(undefined);
}
if (((_root.gametype == "1 Human v 1 CPU") and (_root.curturn == "P2")) and (_root.p2throws <= 3)) {
_root.curturn = "P1";
return(undefined);
}
if (((_root.gametype == "1 Human v 1 CPU") and (_root.curturn == "P2")) and (_root.p2throws >= 4)) {
_root.curturn = "P1";
if (_root.curside == "Left") {
_root.walking = false;
_root.refsweep.gotoAndPlay(2);
_root.CalculateScores();
_root.curside = "Right";
} else {
_root.walking = false;
_root.refsweep.gotoAndPlay(2);
_root.CalculateScores();
_root.curside = "Left";
}
return(undefined);
}
if ((_root.gametype == "1 Human v 1 Human") and (_root.curturn == "P1")) {
_root.curturn = "P2";
return(undefined);
}
if (((_root.gametype == "1 Human v 1 Human") and (_root.curturn == "P2")) and (_root.p2throws <= 3)) {
_root.curturn = "P1";
return(undefined);
}
if (((_root.gametype == "1 Human v 1 Human") and (_root.curturn == "P2")) and (_root.p2throws <= 4)) {
_root.curturn = "P1";
if (_root.curside == "Left") {
_root.walking = false;
_root.refsweep.gotoAndPlay(2);
_root.CalculateScores();
_root.curside = "Right";
} else {
_root.walking = false;
_root.refsweep.gotoAndPlay(2);
_root.CalculateScores();
_root.curside = "Left";
}
return(undefined);
}
if ((_root.gametype == "2 Human v 2 CPU") and (_root.curturn == "P1")) {
_root.curturn = "P2";
return(undefined);
}
if (((_root.gametype == "2 Human v 2 CPU") and (_root.curturn == "P2")) and (_root.p2throws <= 3)) {
_root.curturn = "P1";
return(undefined);
}
if (((_root.gametype == "2 Human v 2 CPU") and (_root.curturn == "P2")) and (_root.p2throws >= 4)) {
_root.curturn = "P3";
if (_root.curside == "Left") {
_root.walking = false;
_root.refsweep.gotoAndPlay(2);
_root.CalculateScores();
_root.curside = "Right";
} else {
_root.walking = false;
_root.refsweep.gotoAndPlay(2);
_root.CalculateScores();
_root.curside = "Left";
}
return(undefined);
}
if ((_root.gametype == "2 Human v 2 CPU") and (_root.curturn == "P3")) {
_root.curturn = "P4";
return(undefined);
}
if (((_root.gametype == "2 Human v 2 CPU") and (_root.curturn == "P4")) and (_root.p4throws <= 3)) {
_root.curturn = "P3";
return(undefined);
}
if (((_root.gametype == "2 Human v 2 CPU") and (_root.curturn == "P4")) and (_root.p4throws >= 4)) {
_root.curturn = "P1";
if (_root.curside == "Left") {
_root.walking = false;
_root.refsweep.gotoAndPlay(2);
_root.CalculateScores();
_root.curside = "Right";
} else {
_root.walking = false;
_root.refsweep.gotoAndPlay(2);
_root.CalculateScores();
_root.curside = "Left";
}
return(undefined);
}
if ((_root.gametype == "1 Human 1 CPU v 2 CPU") and (_root.curturn == "P1")) {
_root.curturn = "P2";
return(undefined);
}
if (((_root.gametype == "1 Human 1 CPU v 2 CPU") and (_root.curturn == "P2")) and (_root.p2throws <= 3)) {
_root.curturn = "P1";
return(undefined);
}
if (((_root.gametype == "1 Human 1 CPU v 2 CPU") and (_root.curturn == "P2")) and (_root.p2throws >= 4)) {
_root.curturn = "P3";
if (_root.curside == "Left") {
_root.walking = false;
_root.refsweep.gotoAndPlay(2);
_root.CalculateScores();
_root.curside = "Right";
} else {
_root.walking = false;
_root.refsweep.gotoAndPlay(2);
_root.CalculateScores();
_root.curside = "Left";
}
return(undefined);
}
if ((_root.gametype == "1 Human 1 CPU v 2 CPU") and (_root.curturn == "P3")) {
_root.curturn = "P4";
return(undefined);
}
if (((_root.gametype == "1 Human 1 CPU v 2 CPU") and (_root.curturn == "P4")) and (_root.p4throws <= 3)) {
_root.curturn = "P3";
return(undefined);
}
if (((_root.gametype == "1 Human 1 CPU v 2 CPU") and (_root.curturn == "P4")) and (_root.p4throws >= 4)) {
_root.curturn = "P1";
if (_root.curside == "Left") {
_root.walking = false;
_root.refsweep.gotoAndPlay(2);
_root.CalculateScores();
_root.curside = "Right";
} else {
_root.walking = false;
_root.refsweep.gotoAndPlay(2);
_root.CalculateScores();
_root.curside = "Left";
}
return(undefined);
}
if ((_root.gametype == "2 Human v 1 Human 1 CPU") and (_root.curturn == "P1")) {
_root.curturn = "P2";
return(undefined);
}
if (((_root.gametype == "2 Human v 1 Human 1 CPU") and (_root.curturn == "P2")) and (_root.p2throws <= 3)) {
_root.curturn = "P1";
return(undefined);
}
if (((_root.gametype == "2 Human v 1 Human 1 CPU") and (_root.curturn == "P2")) and (_root.p2throws >= 4)) {
_root.curturn = "P3";
if (_root.curside == "Left") {
_root.walking = false;
_root.refsweep.gotoAndPlay(2);
_root.CalculateScores();
_root.curside = "Right";
} else {
_root.walking = false;
_root.refsweep.gotoAndPlay(2);
_root.CalculateScores();
_root.curside = "Left";
}
return(undefined);
}
if ((_root.gametype == "2 Human v 1 Human 1 CPU") and (_root.curturn == "P3")) {
_root.curturn = "P4";
return(undefined);
}
if (((_root.gametype == "2 Human v 1 Human 1 CPU") and (_root.curturn == "P4")) and (_root.p4throws <= 3)) {
_root.curturn = "P3";
return(undefined);
}
if (((_root.gametype == "2 Human v 1 Human 1 CPU") and (_root.curturn == "P4")) and (_root.p4throws >= 4)) {
_root.curturn = "P1";
if (_root.curside == "Left") {
_root.walking = false;
_root.refsweep.gotoAndPlay(2);
_root.CalculateScores();
_root.curside = "Right";
} else {
_root.walking = false;
_root.refsweep.gotoAndPlay(2);
_root.CalculateScores();
_root.curside = "Left";
}
return(undefined);
}
if ((_root.gametype == "2 Human v 2 Human") and (_root.curturn == "P1")) {
_root.curturn = "P2";
return(undefined);
}
if (((_root.gametype == "2 Human v 2 Human") and (_root.curturn == "P2")) and (_root.p2throws <= 3)) {
_root.curturn = "P1";
return(undefined);
}
if (((_root.gametype == "2 Human v 2 Human") and (_root.curturn == "P2")) and (_root.p2throws >= 4)) {
_root.curturn = "P3";
if (_root.curside == "Left") {
_root.walking = false;
_root.refsweep.gotoAndPlay(2);
_root.CalculateScores();
_root.curside = "Right";
} else {
_root.walking = false;
_root.refsweep.gotoAndPlay(2);
_root.CalculateScores();
_root.curside = "Left";
}
return(undefined);
}
if ((_root.gametype == "2 Human v 2 Human") and (_root.curturn == "P3")) {
_root.curturn = "P4";
return(undefined);
}
if (((_root.gametype == "2 Human v 2 Human") and (_root.curturn == "P4")) and (_root.p4throws <= 3)) {
_root.curturn = "P3";
return(undefined);
}
if (((_root.gametype == "2 Human v 2 Human") and (_root.curturn == "P4")) and (_root.p4throws >= 4)) {
_root.curturn = "P1";
if (_root.curside == "Left") {
_root.walking = false;
_root.refsweep.gotoAndPlay(2);
_root.CalculateScores();
_root.curside = "Right";
} else {
_root.walking = false;
_root.refsweep.gotoAndPlay(2);
_root.CalculateScores();
_root.curside = "Left";
}
return(undefined);
}
}
function BagsLeftDisplay() {
if ((_root.curturn == "P1") and (_root.p1throws == 0)) {
_root.d13bagsthrown.gotoAndStop(1);
}
if ((_root.curturn == "P1") and (_root.p1throws == 1)) {
_root.d13bagsthrown.gotoAndStop(2);
}
if ((_root.curturn == "P1") and (_root.p1throws == 2)) {
_root.d13bagsthrown.gotoAndStop(3);
}
if ((_root.curturn == "P1") and (_root.p1throws == 3)) {
_root.d13bagsthrown.gotoAndStop(4);
}
if ((_root.curturn == "P1") and (_root.p1throws == 4)) {
_root.d13bagsthrown.gotoAndStop(5);
}
if ((_root.curturn == "P3") and (_root.p3throws == 0)) {
_root.d13bagsthrown.gotoAndStop(1);
}
if ((_root.curturn == "P3") and (_root.p3throws == 1)) {
_root.d13bagsthrown.gotoAndStop(2);
}
if ((_root.curturn == "P3") and (_root.p3throws == 2)) {
_root.d13bagsthrown.gotoAndStop(3);
}
if ((_root.curturn == "P3") and (_root.p3throws == 3)) {
_root.d13bagsthrown.gotoAndStop(4);
}
if ((_root.curturn == "P3") and (_root.p3throws == 4)) {
_root.d13bagsthrown.gotoAndStop(5);
}
if ((_root.curturn == "P2") and (_root.p2throws == 0)) {
_root.d24bagsthrown.gotoAndStop(1);
}
if ((_root.curturn == "P2") and (_root.p2throws == 1)) {
_root.d24bagsthrown.gotoAndStop(2);
}
if ((_root.curturn == "P2") and (_root.p2throws == 2)) {
_root.d24bagsthrown.gotoAndStop(3);
}
if ((_root.curturn == "P2") and (_root.p2throws == 3)) {
_root.d24bagsthrown.gotoAndStop(4);
}
if ((_root.curturn == "P2") and (_root.p2throws == 4)) {
_root.d24bagsthrown.gotoAndStop(5);
}
if ((_root.curturn == "P4") and (_root.p4throws == 0)) {
_root.d24bagsthrown.gotoAndStop(1);
}
if ((_root.curturn == "P4") and (_root.p4throws == 1)) {
_root.d24bagsthrown.gotoAndStop(2);
}
if ((_root.curturn == "P4") and (_root.p4throws == 2)) {
_root.d24bagsthrown.gotoAndStop(3);
}
if ((_root.curturn == "P4") and (_root.p4throws == 3)) {
_root.d24bagsthrown.gotoAndStop(4);
}
if ((_root.curturn == "P4") and (_root.p4throws == 4)) {
_root.d24bagsthrown.gotoAndStop(5);
}
}
function CalculateScores() {
if (_root.team01rpoints >= (_root.team02rpoints + 1)) {
_root.team01points = _root.team01points + (_root.team01rpoints - _root.team02rpoints);
}
if (_root.team02rpoints >= (_root.team01rpoints + 1)) {
_root.team02points = _root.team02points + (_root.team02rpoints - _root.team01rpoints);
}
_root.team01rpoints = 0;
_root.team02rpoints = 0;
_root.team01sb.gotoAndStop(_root.team01points + 1);
_root.team02sb.gotoAndStop(_root.team02points + 1);
if (_root.team01points == _root.winpoints) {
_root.teamwin = "Team 01";
gotoAndStop (151);
}
if (_root.team02points == _root.winpoints) {
_root.teamwin = "Team 02";
gotoAndStop (151);
}
if (_root.team01points >= (_root.winpoints + 1)) {
_root.team01points = Math.round(_root.winpoints / 2) + 1;
_root.team01sb.gotoAndStop(_root.team01points + 1);
_root.bustmove.gotoAndPlay(2);
}
if (_root.team02points >= (_root.winpoints + 1)) {
_root.team02points = Math.round(_root.winpoints / 2) + 1;
_root.team02sb.gotoAndStop(_root.team02points + 1);
_root.bustmove.gotoAndPlay(2);
}
}
function ResetRound() {
if ((_root.curturn == "P1") or (_root.curturn == "P2")) {
_root.p1throws = 0;
_root.p2throws = 0;
}
if ((_root.curturn == "P3") or (_root.curturn == "P4")) {
_root.p3throws = 0;
_root.p4throws = 0;
}
_root.d13bagsthrown.gotoAndStop(1);
_root.d24bagsthrown.gotoAndStop(1);
_root.bag13cena.gotoAndStop(1);
_root.bag13cena._x = -750;
_root.bag13cena._y = -750;
_root.bag13cenb.gotoAndStop(1);
_root.bag13cenb._x = -750;
_root.bag13cenb._y = -750;
_root.bag13cenc.gotoAndStop(1);
_root.bag13cenc._x = -750;
_root.bag13cenc._y = -750;
_root.bag13cend.gotoAndStop(1);
_root.bag13cend._x = -750;
_root.bag13cend._y = -750;
_root.bag24cena.gotoAndStop(1);
_root.bag24cena._x = -750;
_root.bag24cena._y = -750;
_root.bag24cenb.gotoAndStop(1);
_root.bag24cenb._x = -750;
_root.bag24cenb._y = -750;
_root.bag24cenc.gotoAndStop(1);
_root.bag24cenc._x = -750;
_root.bag24cenc._y = -750;
_root.bag24cend.gotoAndStop(1);
_root.bag24cend._x = -750;
_root.bag24cend._y = -750;
}
function UpdateColor() {
if (_root.curside == "Left") {
_root.showtorsoColor = new Color(_root.actorleft.torso.clothes);
_root.showrightarmColor = new Color(_root.actorleft.rightarm.clothes);
_root.showleftarmColor = new Color(_root.actorleft.leftarm.clothes);
_root.showrightlegColor = new Color(_root.actorleft.legs.rightleg.clothes);
_root.showleftlegColor = new Color(_root.actorleft.legs.leftleg.clothes);
_root.bagColor = new Color(_root.actorleft.bag.clothes);
_root.showtorsoColor.setTint(_root.showupbody_r, _root.showupbody_g, _root.showupbody_b, _root.showupbody_per);
_root.showrightarmColor.setTint(_root.showupbody_r, _root.showupbody_g, _root.showupbody_b, _root.showupbody_per);
_root.showleftarmColor.setTint(_root.showupbody_r, _root.showupbody_g, _root.showupbody_b, _root.showupbody_per);
_root.showrightlegColor.setTint(_root.showlowbody_r, _root.showlowbody_g, _root.showlowbody_b, _root.showlowbody_per);
_root.showleftlegColor.setTint(_root.showlowbody_r, _root.showlowbody_g, _root.showlowbody_b, _root.showlowbody_per);
_root.bagColor.setTint(_root.showbag_r, _root.showbag_g, _root.showbag_b, _root.showbag_per);
} else {
_root.showtorsoColor = new Color(_root.actorright.torso.clothes);
_root.showrightarmColor = new Color(_root.actorright.rightarm.clothes);
_root.showleftarmColor = new Color(_root.actorright.leftarm.clothes);
_root.showrightlegColor = new Color(_root.actorright.legs.rightleg.clothes);
_root.showleftlegColor = new Color(_root.actorright.legs.leftleg.clothes);
_root.bagColor = new Color(_root.actorright.bag.clothes);
_root.showtorsoColor.setTint(_root.showupbody_r, _root.showupbody_g, _root.showupbody_b, _root.showupbody_per);
_root.showrightarmColor.setTint(_root.showupbody_r, _root.showupbody_g, _root.showupbody_b, _root.showupbody_per);
_root.showleftarmColor.setTint(_root.showupbody_r, _root.showupbody_g, _root.showupbody_b, _root.showupbody_per);
_root.showrightlegColor.setTint(_root.showlowbody_r, _root.showlowbody_g, _root.showlowbody_b, _root.showlowbody_per);
_root.showleftlegColor.setTint(_root.showlowbody_r, _root.showlowbody_g, _root.showlowbody_b, _root.showlowbody_per);
_root.bagColor.setTint(_root.showbag_r, _root.showbag_g, _root.showbag_b, _root.showbag_per);
}
}
_root.moveactorshowing = false;
_root.showname = "";
_root.showselect = "Select player one.";
_root.curpick = "P1";
stop();
Instance of Symbol 1223 MovieClip in Frame 148
on (rollOver) {
_root.showname = "Brandon";
_root.showhair = 6;
_root.showeyes = 9;
_root.shownose = 8;
_root.showears = 3;
_root.showlips = 4;
_root.showlogo = 2;
_root.showupbody_r = 137;
_root.showupbody_g = 85;
_root.showupbody_b = 61;
_root.showupbody_per = 75;
_root.showlowbody_r = 0;
_root.showlowbody_g = 102;
_root.showlowbody_b = 255;
_root.showlowbody_per = 25;
_root.showbag_r = 255;
_root.showbag_g = 0;
_root.showbag_b = 100;
_root.showbag_per = 75;
_root.showtorsoColor = new Color(_root.moveactor.completeactor.torso.clothes);
_root.showrightarmColor = new Color(_root.moveactor.completeactor.rightarm.clothes);
_root.showleftarmColor = new Color(_root.moveactor.completeactor.leftarm.clothes);
_root.showrightlegColor = new Color(_root.moveactor.completeactor.legs.rightleg.clothes);
_root.showleftlegColor = new Color(_root.moveactor.completeactor.legs.leftleg.clothes);
_root.bagColor = new Color(_root.moveactor.completeactor.bag.clothes);
_root.showtorsoColor.setTint(_root.showupbody_r, _root.showupbody_g, _root.showupbody_b, _root.showupbody_per);
_root.showrightarmColor.setTint(_root.showupbody_r, _root.showupbody_g, _root.showupbody_b, _root.showupbody_per);
_root.showleftarmColor.setTint(_root.showupbody_r, _root.showupbody_g, _root.showupbody_b, _root.showupbody_per);
_root.showrightlegColor.setTint(_root.showlowbody_r, _root.showlowbody_g, _root.showlowbody_b, _root.showlowbody_per);
_root.showleftlegColor.setTint(_root.showlowbody_r, _root.showlowbody_g, _root.showlowbody_b, _root.showlowbody_per);
_root.bagColor.setTint(_root.showbag_r, _root.showbag_g, _root.showbag_b, _root.showbag_per);
if (_root.moveactorshowing != true) {
_root.moveactor.gotoAndPlay(2);
} else {
_root.moveactor.gotoAndStop(5);
}
}
on (rollOut) {
_root.moveactor.gotoAndPlay(6);
_root.showname = "";
}
on (release) {
if (_root.showselect == "Start the game.") {
_root.sndbtndenied01.start();
return(undefined);
}
if ((((_root.p1name == "Brandon") or (_root.p2name == "Brandon")) or (_root.p3name == "Brandon")) or (_root.p4name == "Brandon")) {
_root.sndbtndenied01.start();
return(undefined);
}
_root.sndbtnselect01.start();
_root.PlayerChoosen();
if ((_root.curpick == "P1") and (_root.tplayers == 1)) {
_root.brandonface._x = 298.3;
_root.brandonface._y = 129.8;
_root.showselect = "Start the game.";
return(undefined);
}
if ((_root.curpick == "P1") and (_root.tplayers == 2)) {
_root.brandonface._x = 246.3;
_root.brandonface._y = 129.8;
_root.curpick = "P2";
_root.showselect = "Select player two.";
return(undefined);
}
if ((_root.curpick == "P1") and (_root.tplayers == 4)) {
_root.brandonface._x = 263.3;
_root.brandonface._y = 90.8;
_root.curpick = "P2";
_root.showselect = "Select player two.";
return(undefined);
}
if ((_root.curpick == "P2") and (_root.tplayers == 2)) {
_root.brandonface._x = 357.3;
_root.brandonface._y = 129.8;
_root.showselect = "Start the game.";
return(undefined);
}
if ((_root.curpick == "P2") and (_root.tplayers == 4)) {
_root.brandonface._x = 338.3;
_root.brandonface._y = 90.8;
_root.curpick = "P3";
_root.showselect = "Select player three.";
return(undefined);
}
if ((_root.curpick == "P3") and (_root.tplayers == 4)) {
_root.brandonface._x = 263.3;
_root.brandonface._y = 169.8;
_root.curpick = "P4";
_root.showselect = "Select player four.";
return(undefined);
}
if ((_root.curpick == "P4") and (_root.tplayers == 4)) {
_root.brandonface._x = 338.3;
_root.brandonface._y = 169.8;
_root.showselect = "Start the game.";
return(undefined);
}
}
Instance of Symbol 1226 MovieClip in Frame 148
on (rollOver) {
_root.showname = "Andy";
_root.showhair = 3;
_root.showeyes = 7;
_root.shownose = 2;
_root.showears = 5;
_root.showlips = 11;
_root.showlogo = 3;
_root.showupbody_r = 71;
_root.showupbody_g = 71;
_root.showupbody_b = 61;
_root.showupbody_per = 80;
_root.showlowbody_r = 0;
_root.showlowbody_g = 102;
_root.showlowbody_b = 255;
_root.showlowbody_per = 25;
_root.showbag_r = 20;
_root.showbag_g = 180;
_root.showbag_b = 30;
_root.showbag_per = 75;
_root.showtorsoColor = new Color(_root.moveactor.completeactor.torso.clothes);
_root.showrightarmColor = new Color(_root.moveactor.completeactor.rightarm.clothes);
_root.showleftarmColor = new Color(_root.moveactor.completeactor.leftarm.clothes);
_root.showrightlegColor = new Color(_root.moveactor.completeactor.legs.rightleg.clothes);
_root.showleftlegColor = new Color(_root.moveactor.completeactor.legs.leftleg.clothes);
_root.bagColor = new Color(_root.moveactor.completeactor.bag.clothes);
_root.showtorsoColor.setTint(_root.showupbody_r, _root.showupbody_g, _root.showupbody_b, _root.showupbody_per);
_root.showrightarmColor.setTint(_root.showupbody_r, _root.showupbody_g, _root.showupbody_b, _root.showupbody_per);
_root.showleftarmColor.setTint(_root.showupbody_r, _root.showupbody_g, _root.showupbody_b, _root.showupbody_per);
_root.showrightlegColor.setTint(_root.showlowbody_r, _root.showlowbody_g, _root.showlowbody_b, _root.showlowbody_per);
_root.showleftlegColor.setTint(_root.showlowbody_r, _root.showlowbody_g, _root.showlowbody_b, _root.showlowbody_per);
_root.bagColor.setTint(_root.showbag_r, _root.showbag_g, _root.showbag_b, _root.showbag_per);
if (_root.moveactorshowing != true) {
_root.moveactor.gotoAndPlay(2);
} else {
_root.moveactor.gotoAndStop(5);
}
}
on (rollOut) {
_root.moveactor.gotoAndPlay(6);
_root.showname = "";
}
on (release) {
if (_root.showselect == "Start the game.") {
_root.sndbtndenied01.start();
return(undefined);
}
if ((((_root.p1name == "Andy") or (_root.p2name == "Andy")) or (_root.p3name == "Andy")) or (_root.p4name == "Andy")) {
_root.sndbtndenied01.start();
return(undefined);
}
_root.sndbtnselect01.start();
_root.PlayerChoosen();
if ((_root.curpick == "P1") and (_root.tplayers == 1)) {
_root.andyface._x = 298.3;
_root.andyface._y = 129.8;
_root.showselect = "Start the game.";
return(undefined);
}
if ((_root.curpick == "P1") and (_root.tplayers == 2)) {
_root.andyface._x = 246.3;
_root.andyface._y = 129.8;
_root.curpick = "P2";
_root.showselect = "Select player two.";
return(undefined);
}
if ((_root.curpick == "P1") and (_root.tplayers == 4)) {
_root.andyface._x = 263.3;
_root.andyface._y = 90.8;
_root.curpick = "P2";
_root.showselect = "Select player two.";
return(undefined);
}
if ((_root.curpick == "P2") and (_root.tplayers == 2)) {
_root.andyface._x = 357.3;
_root.andyface._y = 129.8;
_root.showselect = "Start the game.";
return(undefined);
}
if ((_root.curpick == "P2") and (_root.tplayers == 4)) {
_root.andyface._x = 338.3;
_root.andyface._y = 90.8;
_root.curpick = "P3";
_root.showselect = "Select player three.";
return(undefined);
}
if ((_root.curpick == "P3") and (_root.tplayers == 4)) {
_root.andyface._x = 263.3;
_root.andyface._y = 169.8;
_root.curpick = "P4";
_root.showselect = "Select player four.";
return(undefined);
}
if ((_root.curpick == "P4") and (_root.tplayers == 4)) {
_root.andyface._x = 338.3;
_root.andyface._y = 169.8;
_root.showselect = "Start the game.";
return(undefined);
}
}
Instance of Symbol 1228 MovieClip in Frame 148
on (rollOver) {
_root.showname = "Baby Kriegs";
_root.showhair = 5;
_root.showeyes = 21;
_root.shownose = 1;
_root.showears = 4;
_root.showlips = 16;
_root.showlogo = 4;
_root.showupbody_r = 255;
_root.showupbody_g = 255;
_root.showupbody_b = 255;
_root.showupbody_per = 65;
_root.showlowbody_r = 190;
_root.showlowbody_g = 172;
_root.showlowbody_b = 148;
_root.showlowbody_per = 75;
_root.showbag_r = 80;
_root.showbag_g = 120;
_root.showbag_b = 255;
_root.showbag_per = 75;
_root.showtorsoColor = new Color(_root.moveactor.completeactor.torso.clothes);
_root.showrightarmColor = new Color(_root.moveactor.completeactor.rightarm.clothes);
_root.showleftarmColor = new Color(_root.moveactor.completeactor.leftarm.clothes);
_root.showrightlegColor = new Color(_root.moveactor.completeactor.legs.rightleg.clothes);
_root.showleftlegColor = new Color(_root.moveactor.completeactor.legs.leftleg.clothes);
_root.bagColor = new Color(_root.moveactor.completeactor.bag.clothes);
_root.showtorsoColor.setTint(_root.showupbody_r, _root.showupbody_g, _root.showupbody_b, _root.showupbody_per);
_root.showrightarmColor.setTint(_root.showupbody_r, _root.showupbody_g, _root.showupbody_b, _root.showupbody_per);
_root.showleftarmColor.setTint(_root.showupbody_r, _root.showupbody_g, _root.showupbody_b, _root.showupbody_per);
_root.showrightlegColor.setTint(_root.showlowbody_r, _root.showlowbody_g, _root.showlowbody_b, _root.showlowbody_per);
_root.showleftlegColor.setTint(_root.showlowbody_r, _root.showlowbody_g, _root.showlowbody_b, _root.showlowbody_per);
_root.bagColor.setTint(_root.showbag_r, _root.showbag_g, _root.showbag_b, _root.showbag_per);
if (_root.moveactorshowing != true) {
_root.moveactor.gotoAndPlay(2);
} else {
_root.moveactor.gotoAndStop(5);
}
}
on (rollOut) {
_root.moveactor.gotoAndPlay(6);
_root.showname = "";
}
on (release) {
if (_root.showselect == "Start the game.") {
_root.sndbtndenied01.start();
return(undefined);
}
if ((((_root.p1name == "Baby Kriegs") or (_root.p2name == "Baby Kriegs")) or (_root.p3name == "Baby Kriegs")) or (_root.p4name == "Baby Kriegs")) {
_root.sndbtndenied01.start();
return(undefined);
}
_root.sndbtnselect01.start();
_root.PlayerChoosen();
if ((_root.curpick == "P1") and (_root.tplayers == 1)) {
_root.alexface._x = 298.3;
_root.alexface._y = 129.8;
_root.showselect = "Start the game.";
return(undefined);
}
if ((_root.curpick == "P1") and (_root.tplayers == 2)) {
_root.alexface._x = 246.3;
_root.alexface._y = 129.8;
_root.curpick = "P2";
_root.showselect = "Select player two.";
return(undefined);
}
if ((_root.curpick == "P1") and (_root.tplayers == 4)) {
_root.alexface._x = 263.3;
_root.alexface._y = 90.8;
_root.curpick = "P2";
_root.showselect = "Select player two.";
return(undefined);
}
if ((_root.curpick == "P2") and (_root.tplayers == 2)) {
_root.alexface._x = 357.3;
_root.alexface._y = 129.8;
_root.showselect = "Start the game.";
return(undefined);
}
if ((_root.curpick == "P2") and (_root.tplayers == 4)) {
_root.alexface._x = 338.3;
_root.alexface._y = 90.8;
_root.curpick = "P3";
_root.showselect = "Select player three.";
return(undefined);
}
if ((_root.curpick == "P3") and (_root.tplayers == 4)) {
_root.alexface._x = 263.3;
_root.alexface._y = 169.8;
_root.curpick = "P4";
_root.showselect = "Select player four.";
return(undefined);
}
if ((_root.curpick == "P4") and (_root.tplayers == 4)) {
_root.alexface._x = 338.3;
_root.alexface._y = 169.8;
_root.showselect = "Start the game.";
return(undefined);
}
}
Instance of Symbol 1230 MovieClip in Frame 148
on (rollOver) {
_root.showname = "Tyler";
_root.showhair = 4;
_root.showeyes = 11;
_root.shownose = 7;
_root.showears = 2;
_root.showlips = 13;
_root.showlogo = 5;
_root.showupbody_r = 90;
_root.showupbody_g = 110;
_root.showupbody_b = 0;
_root.showupbody_per = 50;
_root.showlowbody_r = 0;
_root.showlowbody_g = 102;
_root.showlowbody_b = 255;
_root.showlowbody_per = 45;
_root.showbag_r = 255;
_root.showbag_g = 0;
_root.showbag_b = 0;
_root.showbag_per = 75;
_root.showtorsoColor = new Color(_root.moveactor.completeactor.torso.clothes);
_root.showrightarmColor = new Color(_root.moveactor.completeactor.rightarm.clothes);
_root.showleftarmColor = new Color(_root.moveactor.completeactor.leftarm.clothes);
_root.showrightlegColor = new Color(_root.moveactor.completeactor.legs.rightleg.clothes);
_root.showleftlegColor = new Color(_root.moveactor.completeactor.legs.leftleg.clothes);
_root.bagColor = new Color(_root.moveactor.completeactor.bag.clothes);
_root.showtorsoColor.setTint(_root.showupbody_r, _root.showupbody_g, _root.showupbody_b, _root.showupbody_per);
_root.showrightarmColor.setTint(_root.showupbody_r, _root.showupbody_g, _root.showupbody_b, _root.showupbody_per);
_root.showleftarmColor.setTint(_root.showupbody_r, _root.showupbody_g, _root.showupbody_b, _root.showupbody_per);
_root.showrightlegColor.setTint(_root.showlowbody_r, _root.showlowbody_g, _root.showlowbody_b, _root.showlowbody_per);
_root.showleftlegColor.setTint(_root.showlowbody_r, _root.showlowbody_g, _root.showlowbody_b, _root.showlowbody_per);
_root.bagColor.setTint(_root.showbag_r, _root.showbag_g, _root.showbag_b, _root.showbag_per);
if (_root.moveactorshowing != true) {
_root.moveactor.gotoAndPlay(2);
} else {
_root.moveactor.gotoAndStop(5);
}
}
on (rollOut) {
_root.moveactor.gotoAndPlay(6);
_root.showname = "";
}
on (release) {
if (_root.showselect == "Start the game.") {
_root.sndbtndenied01.start();
return(undefined);
}
if ((((_root.p1name == "Tyler") or (_root.p2name == "Tyler")) or (_root.p3name == "Tyler")) or (_root.p4name == "Tyler")) {
_root.sndbtndenied01.start();
return(undefined);
}
_root.sndbtnselect01.start();
_root.PlayerChoosen();
if ((_root.curpick == "P1") and (_root.tplayers == 1)) {
_root.tylerface._x = 298.3;
_root.tylerface._y = 129.8;
_root.showselect = "Start the game.";
return(undefined);
}
if ((_root.curpick == "P1") and (_root.tplayers == 2)) {
_root.tylerface._x = 246.3;
_root.tylerface._y = 129.8;
_root.curpick = "P2";
_root.showselect = "Select player two.";
return(undefined);
}
if ((_root.curpick == "P1") and (_root.tplayers == 4)) {
_root.tylerface._x = 263.3;
_root.tylerface._y = 90.8;
_root.curpick = "P2";
_root.showselect = "Select player two.";
return(undefined);
}
if ((_root.curpick == "P2") and (_root.tplayers == 2)) {
_root.tylerface._x = 357.3;
_root.tylerface._y = 129.8;
_root.showselect = "Start the game.";
return(undefined);
}
if ((_root.curpick == "P2") and (_root.tplayers == 4)) {
_root.tylerface._x = 338.3;
_root.tylerface._y = 90.8;
_root.curpick = "P3";
_root.showselect = "Select player three.";
return(undefined);
}
if ((_root.curpick == "P3") and (_root.tplayers == 4)) {
_root.tylerface._x = 263.3;
_root.tylerface._y = 169.8;
_root.curpick = "P4";
_root.showselect = "Select player four.";
return(undefined);
}
if ((_root.curpick == "P4") and (_root.tplayers == 4)) {
_root.tylerface._x = 338.3;
_root.tylerface._y = 169.8;
_root.showselect = "Start the game.";
return(undefined);
}
}
Instance of Symbol 1232 MovieClip in Frame 148
on (rollOver) {
_root.showname = "Doug";
_root.showhair = 2;
_root.showeyes = 2;
_root.shownose = 4;
_root.showears = 3;
_root.showlips = 17;
_root.showlogo = 6;
_root.showupbody_r = 255;
_root.showupbody_g = 20;
_root.showupbody_b = 30;
_root.showupbody_per = 50;
_root.showlowbody_r = 102;
_root.showlowbody_g = 102;
_root.showlowbody_b = 102;
_root.showlowbody_per = 45;
_root.showbag_r = 20;
_root.showbag_g = 200;
_root.showbag_b = 180;
_root.showbag_per = 75;
_root.showtorsoColor = new Color(_root.moveactor.completeactor.torso.clothes);
_root.showrightarmColor = new Color(_root.moveactor.completeactor.rightarm.clothes);
_root.showleftarmColor = new Color(_root.moveactor.completeactor.leftarm.clothes);
_root.showrightlegColor = new Color(_root.moveactor.completeactor.legs.rightleg.clothes);
_root.showleftlegColor = new Color(_root.moveactor.completeactor.legs.leftleg.clothes);
_root.bagColor = new Color(_root.moveactor.completeactor.bag.clothes);
_root.showtorsoColor.setTint(_root.showupbody_r, _root.showupbody_g, _root.showupbody_b, _root.showupbody_per);
_root.showrightarmColor.setTint(_root.showupbody_r, _root.showupbody_g, _root.showupbody_b, _root.showupbody_per);
_root.showleftarmColor.setTint(_root.showupbody_r, _root.showupbody_g, _root.showupbody_b, _root.showupbody_per);
_root.showrightlegColor.setTint(_root.showlowbody_r, _root.showlowbody_g, _root.showlowbody_b, _root.showlowbody_per);
_root.showleftlegColor.setTint(_root.showlowbody_r, _root.showlowbody_g, _root.showlowbody_b, _root.showlowbody_per);
_root.bagColor.setTint(_root.showbag_r, _root.showbag_g, _root.showbag_b, _root.showbag_per);
if (_root.moveactorshowing != true) {
_root.moveactor.gotoAndPlay(2);
} else {
_root.moveactor.gotoAndStop(5);
}
}
on (rollOut) {
_root.moveactor.gotoAndPlay(6);
_root.showname = "";
}
on (release) {
if (_root.showselect == "Start the game.") {
_root.sndbtndenied01.start();
return(undefined);
}
if ((((_root.p1name == "Doug") or (_root.p2name == "Doug")) or (_root.p3name == "Doug")) or (_root.p4name == "Doug")) {
_root.sndbtndenied01.start();
return(undefined);
}
_root.sndbtnselect01.start();
_root.PlayerChoosen();
if ((_root.curpick == "P1") and (_root.tplayers == 1)) {
_root.dougface._x = 298.3;
_root.dougface._y = 129.8;
_root.showselect = "Start the game.";
return(undefined);
}
if ((_root.curpick == "P1") and (_root.tplayers == 2)) {
_root.dougface._x = 246.3;
_root.dougface._y = 129.8;
_root.curpick = "P2";
_root.showselect = "Select player two.";
return(undefined);
}
if ((_root.curpick == "P1") and (_root.tplayers == 4)) {
_root.dougface._x = 263.3;
_root.dougface._y = 90.8;
_root.curpick = "P2";
_root.showselect = "Select player two.";
return(undefined);
}
if ((_root.curpick == "P2") and (_root.tplayers == 2)) {
_root.dougface._x = 357.3;
_root.dougface._y = 129.8;
_root.showselect = "Start the game.";
return(undefined);
}
if ((_root.curpick == "P2") and (_root.tplayers == 4)) {
_root.dougface._x = 338.3;
_root.dougface._y = 90.8;
_root.curpick = "P3";
_root.showselect = "Select player three.";
return(undefined);
}
if ((_root.curpick == "P3") and (_root.tplayers == 4)) {
_root.dougface._x = 263.3;
_root.dougface._y = 169.8;
_root.curpick = "P4";
_root.showselect = "Select player four.";
return(undefined);
}
if ((_root.curpick == "P4") and (_root.tplayers == 4)) {
_root.dougface._x = 338.3;
_root.dougface._y = 169.8;
_root.showselect = "Start the game.";
return(undefined);
}
}
Instance of Symbol 1234 MovieClip in Frame 148
on (rollOver) {
_root.showname = "Sergey";
_root.showhair = 7;
_root.showeyes = 6;
_root.shownose = 6;
_root.showears = 4;
_root.showlips = 14;
_root.showlogo = 7;
_root.showupbody_r = 0;
_root.showupbody_g = 0;
_root.showupbody_b = 0;
_root.showupbody_per = 60;
_root.showlowbody_r = 20;
_root.showlowbody_g = 102;
_root.showlowbody_b = 102;
_root.showlowbody_per = 65;
_root.showbag_r = 255;
_root.showbag_g = 20;
_root.showbag_b = 255;
_root.showbag_per = 75;
_root.showtorsoColor = new Color(_root.moveactor.completeactor.torso.clothes);
_root.showrightarmColor = new Color(_root.moveactor.completeactor.rightarm.clothes);
_root.showleftarmColor = new Color(_root.moveactor.completeactor.leftarm.clothes);
_root.showrightlegColor = new Color(_root.moveactor.completeactor.legs.rightleg.clothes);
_root.showleftlegColor = new Color(_root.moveactor.completeactor.legs.leftleg.clothes);
_root.bagColor = new Color(_root.moveactor.completeactor.bag.clothes);
_root.showtorsoColor.setTint(_root.showupbody_r, _root.showupbody_g, _root.showupbody_b, _root.showupbody_per);
_root.showrightarmColor.setTint(_root.showupbody_r, _root.showupbody_g, _root.showupbody_b, _root.showupbody_per);
_root.showleftarmColor.setTint(_root.showupbody_r, _root.showupbody_g, _root.showupbody_b, _root.showupbody_per);
_root.showrightlegColor.setTint(_root.showlowbody_r, _root.showlowbody_g, _root.showlowbody_b, _root.showlowbody_per);
_root.showleftlegColor.setTint(_root.showlowbody_r, _root.showlowbody_g, _root.showlowbody_b, _root.showlowbody_per);
_root.bagColor.setTint(_root.showbag_r, _root.showbag_g, _root.showbag_b, _root.showbag_per);
if (_root.moveactorshowing != true) {
_root.moveactor.gotoAndPlay(2);
} else {
_root.moveactor.gotoAndStop(5);
}
}
on (rollOut) {
_root.moveactor.gotoAndPlay(6);
_root.showname = "";
}
on (release) {
if (_root.showselect == "Start the game.") {
_root.sndbtndenied01.start();
return(undefined);
}
if ((((_root.p1name == "Sergey") or (_root.p2name == "Sergey")) or (_root.p3name == "Sergey")) or (_root.p4name == "Sergey")) {
_root.sndbtndenied01.start();
return(undefined);
}
_root.sndbtnselect01.start();
_root.PlayerChoosen();
if ((_root.curpick == "P1") and (_root.tplayers == 1)) {
_root.sergeyface._x = 298.3;
_root.sergeyface._y = 129.8;
_root.showselect = "Start the game.";
return(undefined);
}
if ((_root.curpick == "P1") and (_root.tplayers == 2)) {
_root.sergeyface._x = 246.3;
_root.sergeyface._y = 129.8;
_root.curpick = "P2";
_root.showselect = "Select player two.";
return(undefined);
}
if ((_root.curpick == "P1") and (_root.tplayers == 4)) {
_root.sergeyface._x = 263.3;
_root.sergeyface._y = 90.8;
_root.curpick = "P2";
_root.showselect = "Select player two.";
return(undefined);
}
if ((_root.curpick == "P2") and (_root.tplayers == 2)) {
_root.sergeyface._x = 357.3;
_root.sergeyface._y = 129.8;
_root.showselect = "Start the game.";
return(undefined);
}
if ((_root.curpick == "P2") and (_root.tplayers == 4)) {
_root.sergeyface._x = 338.3;
_root.sergeyface._y = 90.8;
_root.curpick = "P3";
_root.showselect = "Select player three.";
return(undefined);
}
if ((_root.curpick == "P3") and (_root.tplayers == 4)) {
_root.sergeyface._x = 263.3;
_root.sergeyface._y = 169.8;
_root.curpick = "P4";
_root.showselect = "Select player four.";
return(undefined);
}
if ((_root.curpick == "P4") and (_root.tplayers == 4)) {
_root.sergeyface._x = 338.3;
_root.sergeyface._y = 169.8;
_root.showselect = "Start the game.";
return(undefined);
}
}
Instance of Symbol 1236 MovieClip in Frame 148
on (rollOver) {
_root.showname = "Sharp";
_root.showhair = 25;
_root.showeyes = 14;
_root.shownose = 3;
_root.showears = 5;
_root.showlips = 18;
_root.showlogo = 8;
_root.showupbody_r = 0;
_root.showupbody_g = 0;
_root.showupbody_b = 0;
_root.showupbody_per = 80;
_root.showlowbody_r = 0;
_root.showlowbody_g = 102;
_root.showlowbody_b = 190;
_root.showlowbody_per = 25;
_root.showbag_r = 102;
_root.showbag_g = 20;
_root.showbag_b = 60;
_root.showbag_per = 75;
_root.showtorsoColor = new Color(_root.moveactor.completeactor.torso.clothes);
_root.showrightarmColor = new Color(_root.moveactor.completeactor.rightarm.clothes);
_root.showleftarmColor = new Color(_root.moveactor.completeactor.leftarm.clothes);
_root.showrightlegColor = new Color(_root.moveactor.completeactor.legs.rightleg.clothes);
_root.showleftlegColor = new Color(_root.moveactor.completeactor.legs.leftleg.clothes);
_root.bagColor = new Color(_root.moveactor.completeactor.bag.clothes);
_root.showtorsoColor.setTint(_root.showupbody_r, _root.showupbody_g, _root.showupbody_b, _root.showupbody_per);
_root.showrightarmColor.setTint(_root.showupbody_r, _root.showupbody_g, _root.showupbody_b, _root.showupbody_per);
_root.showleftarmColor.setTint(_root.showupbody_r, _root.showupbody_g, _root.showupbody_b, _root.showupbody_per);
_root.showrightlegColor.setTint(_root.showlowbody_r, _root.showlowbody_g, _root.showlowbody_b, _root.showlowbody_per);
_root.showleftlegColor.setTint(_root.showlowbody_r, _root.showlowbody_g, _root.showlowbody_b, _root.showlowbody_per);
_root.bagColor.setTint(_root.showbag_r, _root.showbag_g, _root.showbag_b, _root.showbag_per);
if (_root.moveactorshowing != true) {
_root.moveactor.gotoAndPlay(2);
} else {
_root.moveactor.gotoAndStop(5);
}
}
on (rollOut) {
_root.moveactor.gotoAndPlay(6);
_root.showname = "";
}
on (release) {
if (_root.showselect == "Start the game.") {
_root.sndbtndenied01.start();
return(undefined);
}
if ((((_root.p1name == "Sharp") or (_root.p2name == "Sharp")) or (_root.p3name == "Sharp")) or (_root.p4name == "Sharp")) {
_root.sndbtndenied01.start();
return(undefined);
}
_root.sndbtnselect01.start();
_root.PlayerChoosen();
if ((_root.curpick == "P1") and (_root.tplayers == 1)) {
_root.sharpface._x = 298.3;
_root.sharpface._y = 129.8;
_root.showselect = "Start the game.";
return(undefined);
}
if ((_root.curpick == "P1") and (_root.tplayers == 2)) {
_root.sharpface._x = 246.3;
_root.sharpface._y = 129.8;
_root.curpick = "P2";
_root.showselect = "Select player two.";
return(undefined);
}
if ((_root.curpick == "P1") and (_root.tplayers == 4)) {
_root.sharpface._x = 263.3;
_root.sharpface._y = 90.8;
_root.curpick = "P2";
_root.showselect = "Select player two.";
return(undefined);
}
if ((_root.curpick == "P2") and (_root.tplayers == 2)) {
_root.sharpface._x = 357.3;
_root.sharpface._y = 129.8;
_root.showselect = "Start the game.";
return(undefined);
}
if ((_root.curpick == "P2") and (_root.tplayers == 4)) {
_root.sharpface._x = 338.3;
_root.sharpface._y = 90.8;
_root.curpick = "P3";
_root.showselect = "Select player three.";
return(undefined);
}
if ((_root.curpick == "P3") and (_root.tplayers == 4)) {
_root.sharpface._x = 263.3;
_root.sharpface._y = 169.8;
_root.curpick = "P4";
_root.showselect = "Select player four.";
return(undefined);
}
if ((_root.curpick == "P4") and (_root.tplayers == 4)) {
_root.sharpface._x = 338.3;
_root.sharpface._y = 169.8;
_root.showselect = "Start the game.";
return(undefined);
}
}
Instance of Symbol 1238 MovieClip in Frame 148
on (rollOver) {
_root.showname = _root.custom01name;
_root.showhair = _root.custom01hair;
_root.showeyes = _root.custom01eyes;
_root.shownose = _root.custom01nose;
_root.showears = _root.custom01ears;
_root.showlips = _root.custom01lips;
_root.showlogo = _root.custom01logo;
_root.showupbody_r = _root.custom01upbody_r;
_root.showupbody_g = _root.custom01upbody_g;
_root.showupbody_b = _root.custom01upbody_b;
_root.showupbody_per = _root.custom01upbody_per;
_root.showlowbody_r = _root.custom01lowbody_r;
_root.showlowbody_g = _root.custom01lowbody_g;
_root.showlowbody_b = _root.custom01lowbody_b;
_root.showlowbody_per = _root.custom01lowbody_per;
_root.showbag_r = _root.custom01bag_r;
_root.showbag_g = _root.custom01bag_g;
_root.showbag_b = _root.custom01bag_b;
_root.showbag_per = _root.custom01bag_per;
_root.showtorsoColor = new Color(_root.moveactor.completeactor.torso.clothes);
_root.showrightarmColor = new Color(_root.moveactor.completeactor.rightarm.clothes);
_root.showleftarmColor = new Color(_root.moveactor.completeactor.leftarm.clothes);
_root.showrightlegColor = new Color(_root.moveactor.completeactor.legs.rightleg.clothes);
_root.showleftlegColor = new Color(_root.moveactor.completeactor.legs.leftleg.clothes);
_root.bagColor = new Color(_root.moveactor.completeactor.bag.clothes);
_root.showtorsoColor.setTint(_root.showupbody_r, _root.showupbody_g, _root.showupbody_b, _root.showupbody_per);
_root.showrightarmColor.setTint(_root.showupbody_r, _root.showupbody_g, _root.showupbody_b, _root.showupbody_per);
_root.showleftarmColor.setTint(_root.showupbody_r, _root.showupbody_g, _root.showupbody_b, _root.showupbody_per);
_root.showrightlegColor.setTint(_root.showlowbody_r, _root.showlowbody_g, _root.showlowbody_b, _root.showlowbody_per);
_root.showleftlegColor.setTint(_root.showlowbody_r, _root.showlowbody_g, _root.showlowbody_b, _root.showlowbody_per);
_root.bagColor.setTint(_root.showbag_r, _root.showbag_g, _root.showbag_b, _root.showbag_per);
if (_root.moveactorshowing != true) {
_root.moveactor.gotoAndPlay(2);
} else {
_root.moveactor.gotoAndStop(5);
}
}
on (rollOut) {
_root.moveactor.gotoAndPlay(6);
_root.showname = "";
}
on (release) {
if (_root.showselect == "Start the game.") {
_root.sndbtndenied01.start();
return(undefined);
}
if ((((_root.p1name == _root.custom01name) or (_root.p2name == _root.custom01name)) or (_root.p3name == _root.custom01name)) or (_root.p4name == _root.custom01name)) {
_root.sndbtndenied01.start();
return(undefined);
}
_root.sndbtnselect01.start();
_root.PlayerChoosen();
if ((_root.curpick == "P1") and (_root.tplayers == 1)) {
_root.custom01face._x = 298.3;
_root.custom01face._y = 129.8;
_root.showselect = "Start the game.";
return(undefined);
}
if ((_root.curpick == "P1") and (_root.tplayers == 2)) {
_root.custom01face._x = 246.3;
_root.custom01face._y = 129.8;
_root.curpick = "P2";
_root.showselect = "Select player two.";
return(undefined);
}
if ((_root.curpick == "P1") and (_root.tplayers == 4)) {
_root.custom01face._x = 263.3;
_root.custom01face._y = 90.8;
_root.curpick = "P2";
_root.showselect = "Select player two.";
return(undefined);
}
if ((_root.curpick == "P2") and (_root.tplayers == 2)) {
_root.custom01face._x = 357.3;
_root.custom01face._y = 129.8;
_root.showselect = "Start the game.";
return(undefined);
}
if ((_root.curpick == "P2") and (_root.tplayers == 4)) {
_root.custom01face._x = 338.3;
_root.custom01face._y = 90.8;
_root.curpick = "P3";
_root.showselect = "Select player three.";
return(undefined);
}
if ((_root.curpick == "P3") and (_root.tplayers == 4)) {
_root.custom01face._x = 263.3;
_root.custom01face._y = 169.8;
_root.curpick = "P4";
_root.showselect = "Select player four.";
return(undefined);
}
if ((_root.curpick == "P4") and (_root.tplayers == 4)) {
_root.custom01face._x = 338.3;
_root.custom01face._y = 169.8;
_root.showselect = "Start the game.";
return(undefined);
}
}
Instance of Symbol 1240 MovieClip in Frame 148
on (rollOver) {
_root.showname = _root.custom02name;
_root.showhair = _root.custom02hair;
_root.showeyes = _root.custom02eyes;
_root.shownose = _root.custom02nose;
_root.showears = _root.custom02ears;
_root.showlips = _root.custom02lips;
_root.showlogo = _root.custom02logo;
_root.showupbody_r = _root.custom02upbody_r;
_root.showupbody_g = _root.custom02upbody_g;
_root.showupbody_b = _root.custom02upbody_b;
_root.showupbody_per = _root.custom02upbody_per;
_root.showlowbody_r = _root.custom02lowbody_r;
_root.showlowbody_g = _root.custom02lowbody_g;
_root.showlowbody_b = _root.custom02lowbody_b;
_root.showlowbody_per = _root.custom02lowbody_per;
_root.showbag_r = _root.custom02bag_r;
_root.showbag_g = _root.custom02bag_g;
_root.showbag_b = _root.custom02bag_b;
_root.showbag_per = _root.custom02bag_per;
_root.showtorsoColor = new Color(_root.moveactor.completeactor.torso.clothes);
_root.showrightarmColor = new Color(_root.moveactor.completeactor.rightarm.clothes);
_root.showleftarmColor = new Color(_root.moveactor.completeactor.leftarm.clothes);
_root.showrightlegColor = new Color(_root.moveactor.completeactor.legs.rightleg.clothes);
_root.showleftlegColor = new Color(_root.moveactor.completeactor.legs.leftleg.clothes);
_root.bagColor = new Color(_root.moveactor.completeactor.bag.clothes);
_root.showtorsoColor.setTint(_root.showupbody_r, _root.showupbody_g, _root.showupbody_b, _root.showupbody_per);
_root.showrightarmColor.setTint(_root.showupbody_r, _root.showupbody_g, _root.showupbody_b, _root.showupbody_per);
_root.showleftarmColor.setTint(_root.showupbody_r, _root.showupbody_g, _root.showupbody_b, _root.showupbody_per);
_root.showrightlegColor.setTint(_root.showlowbody_r, _root.showlowbody_g, _root.showlowbody_b, _root.showlowbody_per);
_root.showleftlegColor.setTint(_root.showlowbody_r, _root.showlowbody_g, _root.showlowbody_b, _root.showlowbody_per);
_root.bagColor.setTint(_root.showbag_r, _root.showbag_g, _root.showbag_b, _root.showbag_per);
if (_root.moveactorshowing != true) {
_root.moveactor.gotoAndPlay(2);
} else {
_root.moveactor.gotoAndStop(5);
}
}
on (rollOut) {
_root.moveactor.gotoAndPlay(6);
_root.showname = "";
}
on (release) {
if (_root.showselect == "Start the game.") {
_root.sndbtndenied01.start();
return(undefined);
}
if ((((_root.p1name == _root.custom02name) or (_root.p2name == _root.custom02name)) or (_root.p3name == _root.custom02name)) or (_root.p4name == _root.custom02name)) {
_root.sndbtndenied01.start();
return(undefined);
}
_root.sndbtnselect01.start();
_root.PlayerChoosen();
if ((_root.curpick == "P1") and (_root.tplayers == 1)) {
_root.custom02face._x = 298.3;
_root.custom02face._y = 129.8;
_root.showselect = "Start the game.";
return(undefined);
}
if ((_root.curpick == "P1") and (_root.tplayers == 2)) {
_root.custom02face._x = 246.3;
_root.custom02face._y = 129.8;
_root.curpick = "P2";
_root.showselect = "Select player two.";
return(undefined);
}
if ((_root.curpick == "P1") and (_root.tplayers == 4)) {
_root.custom02face._x = 263.3;
_root.custom02face._y = 90.8;
_root.curpick = "P2";
_root.showselect = "Select player two.";
return(undefined);
}
if ((_root.curpick == "P2") and (_root.tplayers == 2)) {
_root.custom02face._x = 357.3;
_root.custom02face._y = 129.8;
_root.showselect = "Start the game.";
return(undefined);
}
if ((_root.curpick == "P2") and (_root.tplayers == 4)) {
_root.custom02face._x = 338.3;
_root.custom02face._y = 90.8;
_root.curpick = "P3";
_root.showselect = "Select player three.";
return(undefined);
}
if ((_root.curpick == "P3") and (_root.tplayers == 4)) {
_root.custom02face._x = 263.3;
_root.custom02face._y = 169.8;
_root.curpick = "P4";
_root.showselect = "Select player four.";
return(undefined);
}
if ((_root.curpick == "P4") and (_root.tplayers == 4)) {
_root.custom02face._x = 338.3;
_root.custom02face._y = 169.8;
_root.showselect = "Start the game.";
return(undefined);
}
}
Frame 149
stop();
if (_root.tournamentpos == 1) {
return(undefined);
}
if ((_root.tournamentpos == 2) and (_root.twonlast == true)) {
_root.difficulty = tdifficulty + 10;
_root.playericon._x = 99.1;
_root.playericon._y = 68.3;
_root.randcompmove = random(10);
if (_root.randcompmove >= 5) {
_root.greenicon._x = 360.4;
_root.greenicon._y = 71;
} else {
_root.orangeicon._x = 360.4;
_root.orangeicon._y = 71;
}
if (_root.difficulty >= 100) {
_root.difficulty = 100;
}
}
if ((_root.tournamentpos == -1) and (_root.twonlast == false)) {
_root.difficulty = tdifficulty - 5;
_root.blueicon._x = 99.1;
_root.blueicon._y = 68.3;
_root.randcompmove = random(10);
if (_root.randcompmove >= 5) {
_root.greenicon._x = 360.4;
_root.greenicon._y = 71;
} else {
_root.orangeicon._x = 360.4;
_root.orangeicon._y = 71;
}
if (_root.difficulty <= 50) {
_root.difficulty = 50;
}
}
Frame 150
function RandomizePowerup() {
_root.hitpow = false;
_root.randpowerup = random(100);
if (_root.randpowerup <= 5) {
_root.powerups.gotoAndStop(1);
_root.powname = "3 For All";
_root.powduration = "Round";
_root.poweruppos = 1;
}
if ((_root.randpowerup >= 6) and (_root.randpowerup <= 25)) {
_root.powerups.gotoAndStop(2);
_root.powname = "Kill Opponent's Throw";
_root.powduration = "One Turn";
_root.poweruppos = 2;
}
if ((_root.randpowerup >= 26) and (_root.randpowerup <= 45)) {
_root.powerups.gotoAndStop(3);
_root.powname = "Opponent Half Power";
_root.powduration = "One Turn";
_root.poweruppos = 3;
}
if ((_root.randpowerup >= 46) and (_root.randpowerup <= 55)) {
_root.powerups.gotoAndStop(4);
_root.powname = "Opponent Wild Throw";
_root.powduration = "One Turn";
_root.poweruppos = 4;
}
if ((_root.randpowerup >= 56) and (_root.randpowerup <= 65)) {
_root.powerups.gotoAndStop(5);
_root.powname = "1 For Hole";
_root.powduration = "Round";
_root.poweruppos = 5;
}
if ((_root.randpowerup >= 66) and (_root.randpowerup <= 75)) {
_root.powerups.gotoAndStop(6);
_root.powname = "Steal 3 Points";
_root.powduration = "Instant";
_root.poweruppos = 6;
}
if ((_root.randpowerup >= 76) and (_root.randpowerup <= 85)) {
_root.powerups.gotoAndStop(7);
_root.powname = "Steal 1 Point";
_root.powduration = "Instant";
_root.poweruppos = 7;
}
if ((_root.randpowerup >= 86) and (_root.randpowerup <= 90)) {
_root.powerups.gotoAndStop(8);
_root.powname = "Reverse Scores";
_root.powduration = "Instant";
_root.poweruppos = 8;
}
if ((_root.randpowerup >= 91) and (_root.randpowerup <= 93)) {
_root.powerups.gotoAndStop(9);
_root.powname = "Opponent Loses All Points";
_root.powduration = "Instant";
_root.poweruppos = 9;
}
if ((_root.randpowerup >= 94) and (_root.randpowerup <= 100)) {
_root.powerups.gotoAndStop(10);
_root.powname = "Opponent Loses A Turn";
_root.powduration = "One Turn";
_root.poweruppos = 10;
}
_root.powerups._y = 45 + random(90);
_root.powerups._x = 90 + random(310);
}
_root.WindChange();
if (_root.winddir == "Left") {
_root.leftwind.gotoAndPlay(2);
} else {
_root.rightwind.gotoAndPlay(2);
}
_root.loadedside = false;
_root.lastdepth = 0;
_root.inagame = true;
_root.pttimethrowing = 0;
stop();
_root.powviewout = false;
_root.ingametut = false;
if (_root.difficulty <= 54) {
_root.showdifficulty = "Very Easy";
}
if ((_root.difficulty >= 55) and (_root.difficulty <= 59)) {
_root.showdifficulty = "Easier";
}
if ((_root.difficulty >= 60) and (_root.difficulty <= 64)) {
_root.showdifficulty = "Easy";
}
if ((_root.difficulty >= 65) and (_root.difficulty <= 74)) {
_root.showdifficulty = "Above Easy";
}
if ((_root.difficulty >= 75) and (_root.difficulty <= 84)) {
_root.showdifficulty = "Medium";
}
if ((_root.difficulty >= 85) and (_root.difficulty <= 89)) {
_root.showdifficulty = "Below Hard";
}
if ((_root.difficulty >= 90) and (_root.difficulty <= 94)) {
_root.showdifficulty = "Hard";
}
if ((_root.difficulty >= 95) and (_root.difficulty <= 99)) {
_root.showdifficulty = "Harder";
}
if (_root.difficulty >= 100) {
_root.showdifficulty = "Very Hard";
}
this.createEmptyMovieClip("dottodot", 1);
dottodot.lineStyle(2, 16711680, 100);
dottodot.moveTo(dot01._x, dot01._y);
dottodot.lineTo(dot02._x, dot02._y);
dottodot.onEnterFrame = function () {
dottodot.clear();
dottodot.lineStyle(2, 16711680, 100);
dottodot.moveTo(dot01._x, dot01._y);
dottodot.lineTo(dot02._x, dot02._y);
};
if (_root.musicon == true) {
stopAllSounds();
_root.randsong = random(9);
if (_root.randsong <= 1) {
_root.sndmfrenzy.start(0, 10000);
_root.sndmfrenzy.setVolume(75);
}
if (_root.randsong == 2) {
_root.sndmgroove.start(0, 10000);
_root.sndmgroove.setVolume(75);
}
if (_root.randsong == 3) {
_root.sndmlovelost.start(0, 10000);
_root.sndmlovelost.setVolume(75);
}
if (_root.randsong == 4) {
_root.sndmendofmyworld.start(0, 10000);
_root.sndmendofmyworld.setVolume(75);
}
if (_root.randsong == 5) {
_root.sndmasiankillerrobots.start(0, 10000);
_root.sndmasiankillerrobots.setVolume(75);
}
if (_root.randsong == 6) {
_root.sndmcontroversy.start(0, 10000);
_root.sndmcontroversy.setVolume(75);
}
if (_root.randsong == 7) {
_root.sndmadrenalin.start(0, 10000);
_root.sndmadrenalin.setVolume(75);
}
if (_root.randsong >= 8) {
_root.sndmfrenzy.start(0, 10000);
_root.sndmfrenzy.setVolume(75);
}
} else {
stopAllSounds();
}
if (_root.powerupson == true) {
_root.RandomizePowerup();
}
Instance of Symbol 960 MovieClip "backg01" in Frame 150
onClipEvent (load) {
if (_root.map == "Andy's House") {
this.gotoAndStop(1);
_root.backg02.gotoAndStop(1);
_root.backg03.gotoAndStop(1);
_root.sky.gotoAndStop(1);
}
if (_root.map == "Main Street") {
this.gotoAndStop(2);
_root.backg02.gotoAndStop(2);
_root.backg03.gotoAndStop(2);
_root.sky.gotoAndStop(1);
}
if (_root.map == "Tyler's House") {
this.gotoAndStop(3);
_root.backg02.gotoAndStop(3);
_root.backg03.gotoAndStop(3);
_root.sky.gotoAndStop(1);
}
if (_root.map == "Sharp's House") {
this.gotoAndStop(4);
_root.backg02.gotoAndStop(4);
_root.backg03.gotoAndStop(4);
_root.sky.gotoAndStop(1);
}
if (_root.map == "Stream") {
this.gotoAndStop(5);
_root.backg02.gotoAndStop(5);
_root.backg03.gotoAndStop(5);
_root.sky.gotoAndStop(2);
}
if (_root.map == "BBQ Park") {
this.gotoAndStop(6);
_root.backg02.gotoAndStop(6);
_root.backg03.gotoAndStop(6);
_root.sky.gotoAndStop(2);
}
if (_root.map == "Pirate Ship") {
this.gotoAndStop(7);
_root.backg02.gotoAndStop(7);
_root.backg03.gotoAndStop(7);
_root.sky.gotoAndStop(1);
}
if (_root.map == "Castle") {
this.gotoAndStop(8);
_root.backg02.gotoAndStop(8);
_root.backg03.gotoAndStop(8);
_root.sky.gotoAndStop(2);
}
if (_root.map == "High Wire") {
this.gotoAndStop(9);
_root.backg02.gotoAndStop(9);
_root.backg03.gotoAndStop(9);
_root.sky.gotoAndStop(2);
}
}
Instance of Symbol 77 MovieClip in Frame 150
onClipEvent (enterFrame) {
if (_root.curside == "Left") {
if (this.hitTest(_root.bag13left01a)) {
_root.bag13left01a._y = _root.bag13left01a._y - 10;
}
if (this.hitTest(_root.bag13left01b)) {
_root.bag13left01b._y = _root.bag13left01b._y - 10;
}
if (this.hitTest(_root.bag13left01c)) {
_root.bag13left01c._y = _root.bag13left01c._y - 10;
}
if (this.hitTest(_root.bag13left01d)) {
_root.bag13left01d._y = _root.bag13left01d._y - 10;
}
if (this.hitTest(_root.bag13left02a)) {
_root.bag13left02a._y = _root.bag13left02a._y - 10;
}
if (this.hitTest(_root.bag13left02b)) {
_root.bag13left02b._y = _root.bag13left02b._y - 10;
}
if (this.hitTest(_root.bag13left02c)) {
_root.bag13left02c._y = _root.bag13left02c._y - 10;
}
if (this.hitTest(_root.bag13left02d)) {
_root.bag13left02d._y = _root.bag13left02d._y - 10;
}
if (this.hitTest(_root.bag13left03a)) {
_root.bag13left03a._y = _root.bag13left03a._y - 10;
}
if (this.hitTest(_root.bag13left03b)) {
_root.bag13left03b._y = _root.bag13left03b._y - 10;
}
if (this.hitTest(_root.bag13left03c)) {
_root.bag13left03c._y = _root.bag13left03c._y - 10;
}
if (this.hitTest(_root.bag13left03d)) {
_root.bag13left03d._y = _root.bag13left03d._y - 10;
}
if (this.hitTest(_root.bag13left04a)) {
_root.bag13left04a._y = _root.bag13left04a._y - 10;
}
if (this.hitTest(_root.bag13left04b)) {
_root.bag13left04b._y = _root.bag13left04b._y - 10;
}
if (this.hitTest(_root.bag13left04c)) {
_root.bag13left04c._y = _root.bag13left04c._y - 10;
}
if (this.hitTest(_root.bag13left04d)) {
_root.bag13left04d._y = _root.bag13left04d._y - 10;
}
if (this.hitTest(_root.bag13cena)) {
_root.bag13cena._y = _root.bag13cena._y - 10;
}
if (this.hitTest(_root.bag13cenb)) {
_root.bag13cenb._y = _root.bag13cenb._y - 10;
}
if (this.hitTest(_root.bag13cenc)) {
_root.bag13cenc._y = _root.bag13cenc._y - 10;
}
if (this.hitTest(_root.bag13cend)) {
_root.bag13cend._y = _root.bag13cend._y - 10;
}
if (this.hitTest(_root.bag13right01a)) {
_root.bag13right01a._y = _root.bag13right01a._y - 10;
}
if (this.hitTest(_root.bag13right01b)) {
_root.bag13right01b._y = _root.bag13right01b._y - 10;
}
if (this.hitTest(_root.bag13right01c)) {
_root.bag13right01c._y = _root.bag13right01c._y - 10;
}
if (this.hitTest(_root.bag13right01d)) {
_root.bag13right01d._y = _root.bag13right01d._y - 10;
}
if (this.hitTest(_root.bag13right02a)) {
_root.bag13right02a._y = _root.bag13right02a._y - 10;
}
if (this.hitTest(_root.bag13right02b)) {
_root.bag13right02b._y = _root.bag13right02b._y - 10;
}
if (this.hitTest(_root.bag13right02c)) {
_root.bag13right02c._y = _root.bag13right02c._y - 10;
}
if (this.hitTest(_root.bag13right02d)) {
_root.bag13right02d._y = _root.bag13right02d._y - 10;
}
if (this.hitTest(_root.bag13right03a)) {
_root.bag13right03a._y = _root.bag13right03a._y - 10;
}
if (this.hitTest(_root.bag13right03b)) {
_root.bag13right03b._y = _root.bag13right03b._y - 10;
}
if (this.hitTest(_root.bag13right03c)) {
_root.bag13right03c._y = _root.bag13right03c._y - 10;
}
if (this.hitTest(_root.bag13right03d)) {
_root.bag13right03d._y = _root.bag13right03d._y - 10;
}
if (this.hitTest(_root.bag13right04a)) {
_root.bag13right04a._y = _root.bag13right04a._y - 10;
}
if (this.hitTest(_root.bag13right04b)) {
_root.bag13right04b._y = _root.bag13right04b._y - 10;
}
if (this.hitTest(_root.bag13right04c)) {
_root.bag13right04c._y = _root.bag13right04c._y - 10;
}
if (this.hitTest(_root.bag13right04d)) {
_root.bag13right04d._y = _root.bag13right04d._y - 10;
}
if (this.hitTest(_root.bag24left01a)) {
_root.bag24left01a._y = _root.bag24left01a._y - 10;
}
if (this.hitTest(_root.bag24left01b)) {
_root.bag24left01b._y = _root.bag24left01b._y - 10;
}
if (this.hitTest(_root.bag24left01c)) {
_root.bag24left01c._y = _root.bag24left01c._y - 10;
}
if (this.hitTest(_root.bag24left01d)) {
_root.bag24left01d._y = _root.bag24left01d._y - 10;
}
if (this.hitTest(_root.bag24left02a)) {
_root.bag24left02a._y = _root.bag24left02a._y - 10;
}
if (this.hitTest(_root.bag24left02b)) {
_root.bag24left02b._y = _root.bag24left02b._y - 10;
}
if (this.hitTest(_root.bag24left02c)) {
_root.bag24left02c._y = _root.bag24left02c._y - 10;
}
if (this.hitTest(_root.bag24left02d)) {
_root.bag24left02d._y = _root.bag24left02d._y - 10;
}
if (this.hitTest(_root.bag24left03a)) {
_root.bag24left03a._y = _root.bag24left03a._y - 10;
}
if (this.hitTest(_root.bag24left03b)) {
_root.bag24left03b._y = _root.bag24left03b._y - 10;
}
if (this.hitTest(_root.bag24left03c)) {
_root.bag24left03c._y = _root.bag24left03c._y - 10;
}
if (this.hitTest(_root.bag24left03d)) {
_root.bag24left03d._y = _root.bag24left03d._y - 10;
}
if (this.hitTest(_root.bag24left04a)) {
_root.bag24left04a._y = _root.bag24left04a._y - 10;
}
if (this.hitTest(_root.bag24left04b)) {
_root.bag24left04b._y = _root.bag24left04b._y - 10;
}
if (this.hitTest(_root.bag24left04c)) {
_root.bag24left04c._y = _root.bag24left04c._y - 10;
}
if (this.hitTest(_root.bag24left04d)) {
_root.bag24left04d._y = _root.bag24left04d._y - 10;
}
if (this.hitTest(_root.bag24cena)) {
_root.bag24cena._y = _root.bag24cena._y - 10;
}
if (this.hitTest(_root.bag24cenb)) {
_root.bag24cenb._y = _root.bag24cenb._y - 10;
}
if (this.hitTest(_root.bag24cenc)) {
_root.bag24cenc._y = _root.bag24cenc._y - 10;
}
if (this.hitTest(_root.bag24cend)) {
_root.bag24cend._y = _root.bag24cend._y - 10;
}
if (this.hitTest(_root.bag24right01a)) {
_root.bag24right01a._y = _root.bag24right01a._y - 10;
}
if (this.hitTest(_root.bag24right01b)) {
_root.bag24right01b._y = _root.bag24right01b._y - 10;
}
if (this.hitTest(_root.bag24right01c)) {
_root.bag24right01c._y = _root.bag24right01c._y - 10;
}
if (this.hitTest(_root.bag24right01d)) {
_root.bag24right01d._y = _root.bag24right01d._y - 10;
}
if (this.hitTest(_root.bag24right02a)) {
_root.bag24right02a._y = _root.bag24right02a._y - 10;
}
if (this.hitTest(_root.bag24right02b)) {
_root.bag24right02b._y = _root.bag24right02b._y - 10;
}
if (this.hitTest(_root.bag24right02c)) {
_root.bag24right02c._y = _root.bag24right02c._y - 10;
}
if (this.hitTest(_root.bag24right02d)) {
_root.bag24right02d._y = _root.bag24right02d._y - 10;
}
if (this.hitTest(_root.bag24right03a)) {
_root.bag24right03a._y = _root.bag24right03a._y - 10;
}
if (this.hitTest(_root.bag24right03b)) {
_root.bag24right03b._y = _root.bag24right03b._y - 10;
}
if (this.hitTest(_root.bag24right03c)) {
_root.bag24right03c._y = _root.bag24right03c._y - 10;
}
if (this.hitTest(_root.bag24right03d)) {
_root.bag24right03d._y = _root.bag24right03d._y - 10;
}
if (this.hitTest(_root.bag24right04a)) {
_root.bag24right04a._y = _root.bag24right04a._y - 10;
}
if (this.hitTest(_root.bag24right04b)) {
_root.bag24right04b._y = _root.bag24right04b._y - 10;
}
if (this.hitTest(_root.bag24right04c)) {
_root.bag24right04c._y = _root.bag24right04c._y - 10;
}
if (this.hitTest(_root.bag24right04d)) {
_root.bag24right04d._y = _root.bag24right04d._y - 10;
}
}
}
Instance of Symbol 77 MovieClip in Frame 150
onClipEvent (enterFrame) {
if (_root.curside == "Right") {
if (this.hitTest(_root.bag13left01a)) {
_root.bag13left01a._y = _root.bag13left01a._y - 10;
}
if (this.hitTest(_root.bag13left01b)) {
_root.bag13left01b._y = _root.bag13left01b._y - 10;
}
if (this.hitTest(_root.bag13left01c)) {
_root.bag13left01c._y = _root.bag13left01c._y - 10;
}
if (this.hitTest(_root.bag13left01d)) {
_root.bag13left01d._y = _root.bag13left01d._y - 10;
}
if (this.hitTest(_root.bag13left02a)) {
_root.bag13left02a._y = _root.bag13left02a._y - 10;
}
if (this.hitTest(_root.bag13left02b)) {
_root.bag13left02b._y = _root.bag13left02b._y - 10;
}
if (this.hitTest(_root.bag13left02c)) {
_root.bag13left02c._y = _root.bag13left02c._y - 10;
}
if (this.hitTest(_root.bag13left02d)) {
_root.bag13left02d._y = _root.bag13left02d._y - 10;
}
if (this.hitTest(_root.bag13left03a)) {
_root.bag13left03a._y = _root.bag13left03a._y - 10;
}
if (this.hitTest(_root.bag13left03b)) {
_root.bag13left03b._y = _root.bag13left03b._y - 10;
}
if (this.hitTest(_root.bag13left03c)) {
_root.bag13left03c._y = _root.bag13left03c._y - 10;
}
if (this.hitTest(_root.bag13left03d)) {
_root.bag13left03d._y = _root.bag13left03d._y - 10;
}
if (this.hitTest(_root.bag13left04a)) {
_root.bag13left04a._y = _root.bag13left04a._y - 10;
}
if (this.hitTest(_root.bag13left04b)) {
_root.bag13left04b._y = _root.bag13left04b._y - 10;
}
if (this.hitTest(_root.bag13left04c)) {
_root.bag13left04c._y = _root.bag13left04c._y - 10;
}
if (this.hitTest(_root.bag13left04d)) {
_root.bag13left04d._y = _root.bag13left04d._y - 10;
}
if (this.hitTest(_root.bag13cena)) {
_root.bag13cena._y = _root.bag13cena._y - 10;
}
if (this.hitTest(_root.bag13cenb)) {
_root.bag13cenb._y = _root.bag13cenb._y - 10;
}
if (this.hitTest(_root.bag13cenc)) {
_root.bag13cenc._y = _root.bag13cenc._y - 10;
}
if (this.hitTest(_root.bag13cend)) {
_root.bag13cend._y = _root.bag13cend._y - 10;
}
if (this.hitTest(_root.bag13right01a)) {
_root.bag13right01a._y = _root.bag13right01a._y - 10;
}
if (this.hitTest(_root.bag13right01b)) {
_root.bag13right01b._y = _root.bag13right01b._y - 10;
}
if (this.hitTest(_root.bag13right01c)) {
_root.bag13right01c._y = _root.bag13right01c._y - 10;
}
if (this.hitTest(_root.bag13right01d)) {
_root.bag13right01d._y = _root.bag13right01d._y - 10;
}
if (this.hitTest(_root.bag13right02a)) {
_root.bag13right02a._y = _root.bag13right02a._y - 10;
}
if (this.hitTest(_root.bag13right02b)) {
_root.bag13right02b._y = _root.bag13right02b._y - 10;
}
if (this.hitTest(_root.bag13right02c)) {
_root.bag13right02c._y = _root.bag13right02c._y - 10;
}
if (this.hitTest(_root.bag13right02d)) {
_root.bag13right02d._y = _root.bag13right02d._y - 10;
}
if (this.hitTest(_root.bag13right03a)) {
_root.bag13right03a._y = _root.bag13right03a._y - 10;
}
if (this.hitTest(_root.bag13right03b)) {
_root.bag13right03b._y = _root.bag13right03b._y - 10;
}
if (this.hitTest(_root.bag13right03c)) {
_root.bag13right03c._y = _root.bag13right03c._y - 10;
}
if (this.hitTest(_root.bag13right03d)) {
_root.bag13right03d._y = _root.bag13right03d._y - 10;
}
if (this.hitTest(_root.bag13right04a)) {
_root.bag13right04a._y = _root.bag13right04a._y - 10;
}
if (this.hitTest(_root.bag13right04b)) {
_root.bag13right04b._y = _root.bag13right04b._y - 10;
}
if (this.hitTest(_root.bag13right04c)) {
_root.bag13right04c._y = _root.bag13right04c._y - 10;
}
if (this.hitTest(_root.bag13right04d)) {
_root.bag13right04d._y = _root.bag13right04d._y - 10;
}
if (this.hitTest(_root.bag24left01a)) {
_root.bag24left01a._y = _root.bag24left01a._y - 10;
}
if (this.hitTest(_root.bag24left01b)) {
_root.bag24left01b._y = _root.bag24left01b._y - 10;
}
if (this.hitTest(_root.bag24left01c)) {
_root.bag24left01c._y = _root.bag24left01c._y - 10;
}
if (this.hitTest(_root.bag24left01d)) {
_root.bag24left01d._y = _root.bag24left01d._y - 10;
}
if (this.hitTest(_root.bag24left02a)) {
_root.bag24left02a._y = _root.bag24left02a._y - 10;
}
if (this.hitTest(_root.bag24left02b)) {
_root.bag24left02b._y = _root.bag24left02b._y - 10;
}
if (this.hitTest(_root.bag24left02c)) {
_root.bag24left02c._y = _root.bag24left02c._y - 10;
}
if (this.hitTest(_root.bag24left02d)) {
_root.bag24left02d._y = _root.bag24left02d._y - 10;
}
if (this.hitTest(_root.bag24left03a)) {
_root.bag24left03a._y = _root.bag24left03a._y - 10;
}
if (this.hitTest(_root.bag24left03b)) {
_root.bag24left03b._y = _root.bag24left03b._y - 10;
}
if (this.hitTest(_root.bag24left03c)) {
_root.bag24left03c._y = _root.bag24left03c._y - 10;
}
if (this.hitTest(_root.bag24left03d)) {
_root.bag24left03d._y = _root.bag24left03d._y - 10;
}
if (this.hitTest(_root.bag24left04a)) {
_root.bag24left04a._y = _root.bag24left04a._y - 10;
}
if (this.hitTest(_root.bag24left04b)) {
_root.bag24left04b._y = _root.bag24left04b._y - 10;
}
if (this.hitTest(_root.bag24left04c)) {
_root.bag24left04c._y = _root.bag24left04c._y - 10;
}
if (this.hitTest(_root.bag24left04d)) {
_root.bag24left04d._y = _root.bag24left04d._y - 10;
}
if (this.hitTest(_root.bag24cena)) {
_root.bag24cena._y = _root.bag24cena._y - 10;
}
if (this.hitTest(_root.bag24cenb)) {
_root.bag24cenb._y = _root.bag24cenb._y - 10;
}
if (this.hitTest(_root.bag24cenc)) {
_root.bag24cenc._y = _root.bag24cenc._y - 10;
}
if (this.hitTest(_root.bag24cend)) {
_root.bag24cend._y = _root.bag24cend._y - 10;
}
if (this.hitTest(_root.bag24right01a)) {
_root.bag24right01a._y = _root.bag24right01a._y - 10;
}
if (this.hitTest(_root.bag24right01b)) {
_root.bag24right01b._y = _root.bag24right01b._y - 10;
}
if (this.hitTest(_root.bag24right01c)) {
_root.bag24right01c._y = _root.bag24right01c._y - 10;
}
if (this.hitTest(_root.bag24right01d)) {
_root.bag24right01d._y = _root.bag24right01d._y - 10;
}
if (this.hitTest(_root.bag24right02a)) {
_root.bag24right02a._y = _root.bag24right02a._y - 10;
}
if (this.hitTest(_root.bag24right02b)) {
_root.bag24right02b._y = _root.bag24right02b._y - 10;
}
if (this.hitTest(_root.bag24right02c)) {
_root.bag24right02c._y = _root.bag24right02c._y - 10;
}
if (this.hitTest(_root.bag24right02d)) {
_root.bag24right02d._y = _root.bag24right02d._y - 10;
}
if (this.hitTest(_root.bag24right03a)) {
_root.bag24right03a._y = _root.bag24right03a._y - 10;
}
if (this.hitTest(_root.bag24right03b)) {
_root.bag24right03b._y = _root.bag24right03b._y - 10;
}
if (this.hitTest(_root.bag24right03c)) {
_root.bag24right03c._y = _root.bag24right03c._y - 10;
}
if (this.hitTest(_root.bag24right03d)) {
_root.bag24right03d._y = _root.bag24right03d._y - 10;
}
if (this.hitTest(_root.bag24right04a)) {
_root.bag24right04a._y = _root.bag24right04a._y - 10;
}
if (this.hitTest(_root.bag24right04b)) {
_root.bag24right04b._y = _root.bag24right04b._y - 10;
}
if (this.hitTest(_root.bag24right04c)) {
_root.bag24right04c._y = _root.bag24right04c._y - 10;
}
if (this.hitTest(_root.bag24right04d)) {
_root.bag24right04d._y = _root.bag24right04d._y - 10;
}
}
}
Instance of Symbol 1125 MovieClip in Frame 150
onClipEvent (enterFrame) {
if (_root.curside == "Right") {
if (this.hitTest(_root.bag13left01a)) {
_root.bag13left01a._y = _root.bag13left01a._y - 10;
}
if (this.hitTest(_root.bag13left01b)) {
_root.bag13left01b._y = _root.bag13left01b._y - 10;
}
if (this.hitTest(_root.bag13left01c)) {
_root.bag13left01c._y = _root.bag13left01c._y - 10;
}
if (this.hitTest(_root.bag13left01d)) {
_root.bag13left01d._y = _root.bag13left01d._y - 10;
}
if (this.hitTest(_root.bag13left02a)) {
_root.bag13left02a._y = _root.bag13left02a._y - 10;
}
if (this.hitTest(_root.bag13left02b)) {
_root.bag13left02b._y = _root.bag13left02b._y - 10;
}
if (this.hitTest(_root.bag13left02c)) {
_root.bag13left02c._y = _root.bag13left02c._y - 10;
}
if (this.hitTest(_root.bag13left02d)) {
_root.bag13left02d._y = _root.bag13left02d._y - 10;
}
if (this.hitTest(_root.bag13left03a)) {
_root.bag13left03a._y = _root.bag13left03a._y - 10;
}
if (this.hitTest(_root.bag13left03b)) {
_root.bag13left03b._y = _root.bag13left03b._y - 10;
}
if (this.hitTest(_root.bag13left03c)) {
_root.bag13left03c._y = _root.bag13left03c._y - 10;
}
if (this.hitTest(_root.bag13left03d)) {
_root.bag13left03d._y = _root.bag13left03d._y - 10;
}
if (this.hitTest(_root.bag13left04a)) {
_root.bag13left04a._y = _root.bag13left04a._y - 10;
}
if (this.hitTest(_root.bag13left04b)) {
_root.bag13left04b._y = _root.bag13left04b._y - 10;
}
if (this.hitTest(_root.bag13left04c)) {
_root.bag13left04c._y = _root.bag13left04c._y - 10;
}
if (this.hitTest(_root.bag13left04d)) {
_root.bag13left04d._y = _root.bag13left04d._y - 10;
}
if (this.hitTest(_root.bag13cena)) {
_root.bag13cena._y = _root.bag13cena._y - 10;
}
if (this.hitTest(_root.bag13cenb)) {
_root.bag13cenb._y = _root.bag13cenb._y - 10;
}
if (this.hitTest(_root.bag13cenc)) {
_root.bag13cenc._y = _root.bag13cenc._y - 10;
}
if (this.hitTest(_root.bag13cend)) {
_root.bag13cend._y = _root.bag13cend._y - 10;
}
if (this.hitTest(_root.bag13right01a)) {
_root.bag13right01a._y = _root.bag13right01a._y - 10;
}
if (this.hitTest(_root.bag13right01b)) {
_root.bag13right01b._y = _root.bag13right01b._y - 10;
}
if (this.hitTest(_root.bag13right01c)) {
_root.bag13right01c._y = _root.bag13right01c._y - 10;
}
if (this.hitTest(_root.bag13right01d)) {
_root.bag13right01d._y = _root.bag13right01d._y - 10;
}
if (this.hitTest(_root.bag13right02a)) {
_root.bag13right02a._y = _root.bag13right02a._y - 10;
}
if (this.hitTest(_root.bag13right02b)) {
_root.bag13right02b._y = _root.bag13right02b._y - 10;
}
if (this.hitTest(_root.bag13right02c)) {
_root.bag13right02c._y = _root.bag13right02c._y - 10;
}
if (this.hitTest(_root.bag13right02d)) {
_root.bag13right02d._y = _root.bag13right02d._y - 10;
}
if (this.hitTest(_root.bag13right03a)) {
_root.bag13right03a._y = _root.bag13right03a._y - 10;
}
if (this.hitTest(_root.bag13right03b)) {
_root.bag13right03b._y = _root.bag13right03b._y - 10;
}
if (this.hitTest(_root.bag13right03c)) {
_root.bag13right03c._y = _root.bag13right03c._y - 10;
}
if (this.hitTest(_root.bag13right03d)) {
_root.bag13right03d._y = _root.bag13right03d._y - 10;
}
if (this.hitTest(_root.bag13right04a)) {
_root.bag13right04a._y = _root.bag13right04a._y - 10;
}
if (this.hitTest(_root.bag13right04b)) {
_root.bag13right04b._y = _root.bag13right04b._y - 10;
}
if (this.hitTest(_root.bag13right04c)) {
_root.bag13right04c._y = _root.bag13right04c._y - 10;
}
if (this.hitTest(_root.bag13right04d)) {
_root.bag13right04d._y = _root.bag13right04d._y - 10;
}
if (this.hitTest(_root.bag24left01a)) {
_root.bag24left01a._y = _root.bag24left01a._y - 10;
}
if (this.hitTest(_root.bag24left01b)) {
_root.bag24left01b._y = _root.bag24left01b._y - 10;
}
if (this.hitTest(_root.bag24left01c)) {
_root.bag24left01c._y = _root.bag24left01c._y - 10;
}
if (this.hitTest(_root.bag24left01d)) {
_root.bag24left01d._y = _root.bag24left01d._y - 10;
}
if (this.hitTest(_root.bag24left02a)) {
_root.bag24left02a._y = _root.bag24left02a._y - 10;
}
if (this.hitTest(_root.bag24left02b)) {
_root.bag24left02b._y = _root.bag24left02b._y - 10;
}
if (this.hitTest(_root.bag24left02c)) {
_root.bag24left02c._y = _root.bag24left02c._y - 10;
}
if (this.hitTest(_root.bag24left02d)) {
_root.bag24left02d._y = _root.bag24left02d._y - 10;
}
if (this.hitTest(_root.bag24left03a)) {
_root.bag24left03a._y = _root.bag24left03a._y - 10;
}
if (this.hitTest(_root.bag24left03b)) {
_root.bag24left03b._y = _root.bag24left03b._y - 10;
}
if (this.hitTest(_root.bag24left03c)) {
_root.bag24left03c._y = _root.bag24left03c._y - 10;
}
if (this.hitTest(_root.bag24left03d)) {
_root.bag24left03d._y = _root.bag24left03d._y - 10;
}
if (this.hitTest(_root.bag24left04a)) {
_root.bag24left04a._y = _root.bag24left04a._y - 10;
}
if (this.hitTest(_root.bag24left04b)) {
_root.bag24left04b._y = _root.bag24left04b._y - 10;
}
if (this.hitTest(_root.bag24left04c)) {
_root.bag24left04c._y = _root.bag24left04c._y - 10;
}
if (this.hitTest(_root.bag24left04d)) {
_root.bag24left04d._y = _root.bag24left04d._y - 10;
}
if (this.hitTest(_root.bag24cena)) {
_root.bag24cena._y = _root.bag24cena._y - 10;
}
if (this.hitTest(_root.bag24cenb)) {
_root.bag24cenb._y = _root.bag24cenb._y - 10;
}
if (this.hitTest(_root.bag24cenc)) {
_root.bag24cenc._y = _root.bag24cenc._y - 10;
}
if (this.hitTest(_root.bag24cend)) {
_root.bag24cend._y = _root.bag24cend._y - 10;
}
if (this.hitTest(_root.bag24right01a)) {
_root.bag24right01a._y = _root.bag24right01a._y - 10;
}
if (this.hitTest(_root.bag24right01b)) {
_root.bag24right01b._y = _root.bag24right01b._y - 10;
}
if (this.hitTest(_root.bag24right01c)) {
_root.bag24right01c._y = _root.bag24right01c._y - 10;
}
if (this.hitTest(_root.bag24right01d)) {
_root.bag24right01d._y = _root.bag24right01d._y - 10;
}
if (this.hitTest(_root.bag24right02a)) {
_root.bag24right02a._y = _root.bag24right02a._y - 10;
}
if (this.hitTest(_root.bag24right02b)) {
_root.bag24right02b._y = _root.bag24right02b._y - 10;
}
if (this.hitTest(_root.bag24right02c)) {
_root.bag24right02c._y = _root.bag24right02c._y - 10;
}
if (this.hitTest(_root.bag24right02d)) {
_root.bag24right02d._y = _root.bag24right02d._y - 10;
}
if (this.hitTest(_root.bag24right03a)) {
_root.bag24right03a._y = _root.bag24right03a._y - 10;
}
if (this.hitTest(_root.bag24right03b)) {
_root.bag24right03b._y = _root.bag24right03b._y - 10;
}
if (this.hitTest(_root.bag24right03c)) {
_root.bag24right03c._y = _root.bag24right03c._y - 10;
}
if (this.hitTest(_root.bag24right03d)) {
_root.bag24right03d._y = _root.bag24right03d._y - 10;
}
if (this.hitTest(_root.bag24right04a)) {
_root.bag24right04a._y = _root.bag24right04a._y - 10;
}
if (this.hitTest(_root.bag24right04b)) {
_root.bag24right04b._y = _root.bag24right04b._y - 10;
}
if (this.hitTest(_root.bag24right04c)) {
_root.bag24right04c._y = _root.bag24right04c._y - 10;
}
if (this.hitTest(_root.bag24right04d)) {
_root.bag24right04d._y = _root.bag24right04d._y - 10;
}
}
}
Instance of Symbol 1125 MovieClip in Frame 150
onClipEvent (enterFrame) {
if (_root.curside == "Right") {
if (this.hitTest(_root.bag13left01a)) {
_root.bag13left01a._y = _root.bag13left01a._y - 10;
}
if (this.hitTest(_root.bag13left01b)) {
_root.bag13left01b._y = _root.bag13left01b._y - 10;
}
if (this.hitTest(_root.bag13left01c)) {
_root.bag13left01c._y = _root.bag13left01c._y - 10;
}
if (this.hitTest(_root.bag13left01d)) {
_root.bag13left01d._y = _root.bag13left01d._y - 10;
}
if (this.hitTest(_root.bag13left02a)) {
_root.bag13left02a._y = _root.bag13left02a._y - 10;
}
if (this.hitTest(_root.bag13left02b)) {
_root.bag13left02b._y = _root.bag13left02b._y - 10;
}
if (this.hitTest(_root.bag13left02c)) {
_root.bag13left02c._y = _root.bag13left02c._y - 10;
}
if (this.hitTest(_root.bag13left02d)) {
_root.bag13left02d._y = _root.bag13left02d._y - 10;
}
if (this.hitTest(_root.bag13left03a)) {
_root.bag13left03a._y = _root.bag13left03a._y - 10;
}
if (this.hitTest(_root.bag13left03b)) {
_root.bag13left03b._y = _root.bag13left03b._y - 10;
}
if (this.hitTest(_root.bag13left03c)) {
_root.bag13left03c._y = _root.bag13left03c._y - 10;
}
if (this.hitTest(_root.bag13left03d)) {
_root.bag13left03d._y = _root.bag13left03d._y - 10;
}
if (this.hitTest(_root.bag13left04a)) {
_root.bag13left04a._y = _root.bag13left04a._y - 10;
}
if (this.hitTest(_root.bag13left04b)) {
_root.bag13left04b._y = _root.bag13left04b._y - 10;
}
if (this.hitTest(_root.bag13left04c)) {
_root.bag13left04c._y = _root.bag13left04c._y - 10;
}
if (this.hitTest(_root.bag13left04d)) {
_root.bag13left04d._y = _root.bag13left04d._y - 10;
}
if (this.hitTest(_root.bag13cena)) {
_root.bag13cena._y = _root.bag13cena._y - 10;
}
if (this.hitTest(_root.bag13cenb)) {
_root.bag13cenb._y = _root.bag13cenb._y - 10;
}
if (this.hitTest(_root.bag13cenc)) {
_root.bag13cenc._y = _root.bag13cenc._y - 10;
}
if (this.hitTest(_root.bag13cend)) {
_root.bag13cend._y = _root.bag13cend._y - 10;
}
if (this.hitTest(_root.bag13right01a)) {
_root.bag13right01a._y = _root.bag13right01a._y - 10;
}
if (this.hitTest(_root.bag13right01b)) {
_root.bag13right01b._y = _root.bag13right01b._y - 10;
}
if (this.hitTest(_root.bag13right01c)) {
_root.bag13right01c._y = _root.bag13right01c._y - 10;
}
if (this.hitTest(_root.bag13right01d)) {
_root.bag13right01d._y = _root.bag13right01d._y - 10;
}
if (this.hitTest(_root.bag13right02a)) {
_root.bag13right02a._y = _root.bag13right02a._y - 10;
}
if (this.hitTest(_root.bag13right02b)) {
_root.bag13right02b._y = _root.bag13right02b._y - 10;
}
if (this.hitTest(_root.bag13right02c)) {
_root.bag13right02c._y = _root.bag13right02c._y - 10;
}
if (this.hitTest(_root.bag13right02d)) {
_root.bag13right02d._y = _root.bag13right02d._y - 10;
}
if (this.hitTest(_root.bag13right03a)) {
_root.bag13right03a._y = _root.bag13right03a._y - 10;
}
if (this.hitTest(_root.bag13right03b)) {
_root.bag13right03b._y = _root.bag13right03b._y - 10;
}
if (this.hitTest(_root.bag13right03c)) {
_root.bag13right03c._y = _root.bag13right03c._y - 10;
}
if (this.hitTest(_root.bag13right03d)) {
_root.bag13right03d._y = _root.bag13right03d._y - 10;
}
if (this.hitTest(_root.bag13right04a)) {
_root.bag13right04a._y = _root.bag13right04a._y - 10;
}
if (this.hitTest(_root.bag13right04b)) {
_root.bag13right04b._y = _root.bag13right04b._y - 10;
}
if (this.hitTest(_root.bag13right04c)) {
_root.bag13right04c._y = _root.bag13right04c._y - 10;
}
if (this.hitTest(_root.bag13right04d)) {
_root.bag13right04d._y = _root.bag13right04d._y - 10;
}
if (this.hitTest(_root.bag24left01a)) {
_root.bag24left01a._y = _root.bag24left01a._y - 10;
}
if (this.hitTest(_root.bag24left01b)) {
_root.bag24left01b._y = _root.bag24left01b._y - 10;
}
if (this.hitTest(_root.bag24left01c)) {
_root.bag24left01c._y = _root.bag24left01c._y - 10;
}
if (this.hitTest(_root.bag24left01d)) {
_root.bag24left01d._y = _root.bag24left01d._y - 10;
}
if (this.hitTest(_root.bag24left02a)) {
_root.bag24left02a._y = _root.bag24left02a._y - 10;
}
if (this.hitTest(_root.bag24left02b)) {
_root.bag24left02b._y = _root.bag24left02b._y - 10;
}
if (this.hitTest(_root.bag24left02c)) {
_root.bag24left02c._y = _root.bag24left02c._y - 10;
}
if (this.hitTest(_root.bag24left02d)) {
_root.bag24left02d._y = _root.bag24left02d._y - 10;
}
if (this.hitTest(_root.bag24left03a)) {
_root.bag24left03a._y = _root.bag24left03a._y - 10;
}
if (this.hitTest(_root.bag24left03b)) {
_root.bag24left03b._y = _root.bag24left03b._y - 10;
}
if (this.hitTest(_root.bag24left03c)) {
_root.bag24left03c._y = _root.bag24left03c._y - 10;
}
if (this.hitTest(_root.bag24left03d)) {
_root.bag24left03d._y = _root.bag24left03d._y - 10;
}
if (this.hitTest(_root.bag24left04a)) {
_root.bag24left04a._y = _root.bag24left04a._y - 10;
}
if (this.hitTest(_root.bag24left04b)) {
_root.bag24left04b._y = _root.bag24left04b._y - 10;
}
if (this.hitTest(_root.bag24left04c)) {
_root.bag24left04c._y = _root.bag24left04c._y - 10;
}
if (this.hitTest(_root.bag24left04d)) {
_root.bag24left04d._y = _root.bag24left04d._y - 10;
}
if (this.hitTest(_root.bag24cena)) {
_root.bag24cena._y = _root.bag24cena._y - 10;
}
if (this.hitTest(_root.bag24cenb)) {
_root.bag24cenb._y = _root.bag24cenb._y - 10;
}
if (this.hitTest(_root.bag24cenc)) {
_root.bag24cenc._y = _root.bag24cenc._y - 10;
}
if (this.hitTest(_root.bag24cend)) {
_root.bag24cend._y = _root.bag24cend._y - 10;
}
if (this.hitTest(_root.bag24right01a)) {
_root.bag24right01a._y = _root.bag24right01a._y - 10;
}
if (this.hitTest(_root.bag24right01b)) {
_root.bag24right01b._y = _root.bag24right01b._y - 10;
}
if (this.hitTest(_root.bag24right01c)) {
_root.bag24right01c._y = _root.bag24right01c._y - 10;
}
if (this.hitTest(_root.bag24right01d)) {
_root.bag24right01d._y = _root.bag24right01d._y - 10;
}
if (this.hitTest(_root.bag24right02a)) {
_root.bag24right02a._y = _root.bag24right02a._y - 10;
}
if (this.hitTest(_root.bag24right02b)) {
_root.bag24right02b._y = _root.bag24right02b._y - 10;
}
if (this.hitTest(_root.bag24right02c)) {
_root.bag24right02c._y = _root.bag24right02c._y - 10;
}
if (this.hitTest(_root.bag24right02d)) {
_root.bag24right02d._y = _root.bag24right02d._y - 10;
}
if (this.hitTest(_root.bag24right03a)) {
_root.bag24right03a._y = _root.bag24right03a._y - 10;
}
if (this.hitTest(_root.bag24right03b)) {
_root.bag24right03b._y = _root.bag24right03b._y - 10;
}
if (this.hitTest(_root.bag24right03c)) {
_root.bag24right03c._y = _root.bag24right03c._y - 10;
}
if (this.hitTest(_root.bag24right03d)) {
_root.bag24right03d._y = _root.bag24right03d._y - 10;
}
if (this.hitTest(_root.bag24right04a)) {
_root.bag24right04a._y = _root.bag24right04a._y - 10;
}
if (this.hitTest(_root.bag24right04b)) {
_root.bag24right04b._y = _root.bag24right04b._y - 10;
}
if (this.hitTest(_root.bag24right04c)) {
_root.bag24right04c._y = _root.bag24right04c._y - 10;
}
if (this.hitTest(_root.bag24right04d)) {
_root.bag24right04d._y = _root.bag24right04d._y - 10;
}
}
}
Instance of Symbol 84 MovieClip "bag13left01a" in Frame 150
onClipEvent (enterFrame) {
if ((_root.curturn == "P1") and (_root.p1throws <= 3)) {
_root.p1bagColor = new Color(this.clothes);
_root.p1bagColor.setTint(_root.p1bag_r, _root.p1bag_g, _root.p1bag_b, _root.p1bag_per);
}
if ((_root.curturn == "P3") and (_root.p3throws <= 3)) {
_root.p3bagColor = new Color(this.clothes);
_root.p3bagColor.setTint(_root.p3bag_r, _root.p3bag_g, _root.p3bag_b, _root.p3bag_per);
}
if (_root.baginair == "bag13left01a") {
_root.TrajectoryFormula();
this._rotation = this._rotation + random(20);
if (_root.curside == "Left") {
this._x = this._x + _root.bagxadd01;
this._y = this._y - _root.bagysub01;
this._y = this._y + _root.bagyadd01;
} else {
this._x = this._x - _root.bagxadd01;
this._y = this._y - _root.bagysub01;
this._y = this._y + _root.bagyadd01;
}
}
if (this.cbag.hitTest(_root.lboxbackc)) {
this._x = this._x - (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.rboxbackc)) {
this._x = this._x + (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.backg01.cground) and (_root.baginair == "bag13left01a")) {
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (_root.curside == "Left") {
if (this.cbag.hitTest(_root.rbox.boxcleft01) and (_root.baginair == "bag13left01a")) {
if ((_root.curturn == "P1") or (_root.curturn == "P3")) {
_root.team01rpoints = _root.team01rpoints + 1;
_root.showhit01.gotoAndPlay(2);
} else {
_root.team02rpoints = _root.team02rpoints + 1;
_root.showhit.gotoAndPlay(2);
}
if (_root.trackstats == true) {
_root.culpoints = _root.culpoints + 1;
}
_root.sndclunk01.start();
_root.turndone = true;
_root.baginair = "None";
}
} else if (this.cbag.hitTest(_root.lbox.boxcleft01) and (_root.baginair == "bag13left01a")) {
if ((_root.curturn == "P1") or (_root.curturn == "P3")) {
_root.team01rpoints = _root.team01rpoints + 1;
_root.showhit01.gotoAndPlay(2);
} else {
_root.team02rpoints = _root.team02rpoints + 1;
_root.showhit.gotoAndPlay(2);
}
if (_root.trackstats == true) {
_root.culpoints = _root.culpoints + 1;
}
_root.sndclunk01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.rwallc)) {
this._x = this._x - (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.lwallc)) {
this._x = this._x + (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
}
Instance of Symbol 84 MovieClip "bag13left02a" in Frame 150
onClipEvent (enterFrame) {
if ((_root.curturn == "P1") and (_root.p1throws <= 3)) {
_root.p1bagColor = new Color(this.clothes);
_root.p1bagColor.setTint(_root.p1bag_r, _root.p1bag_g, _root.p1bag_b, _root.p1bag_per);
}
if ((_root.curturn == "P3") and (_root.p3throws <= 3)) {
_root.p3bagColor = new Color(this.clothes);
_root.p3bagColor.setTint(_root.p3bag_r, _root.p3bag_g, _root.p3bag_b, _root.p3bag_per);
}
if (_root.baginair == "bag13left02a") {
_root.TrajectoryFormula();
this._rotation = this._rotation + random(20);
if (_root.curside == "Left") {
this._x = this._x + _root.bagxadd01;
this._y = this._y - _root.bagysub01;
this._y = this._y + _root.bagyadd01;
} else {
this._x = this._x - _root.bagxadd01;
this._y = this._y - _root.bagysub01;
this._y = this._y + _root.bagyadd01;
}
}
if (this.cbag.hitTest(_root.lboxbackc)) {
this._x = this._x - (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.rboxbackc)) {
this._x = this._x + (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.backg01.cground) and (_root.baginair == "bag13left02a")) {
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (_root.curside == "Left") {
if (this.cbag.hitTest(_root.rbox.boxcleft02) and (_root.baginair == "bag13left02a")) {
if ((_root.curturn == "P1") or (_root.curturn == "P3")) {
_root.team01rpoints = _root.team01rpoints + 1;
_root.showhit01.gotoAndPlay(2);
} else {
_root.team02rpoints = _root.team02rpoints + 1;
_root.showhit.gotoAndPlay(2);
}
if (_root.trackstats == true) {
_root.culpoints = _root.culpoints + 1;
}
_root.sndclunk01.start();
_root.turndone = true;
_root.baginair = "None";
}
} else if (this.cbag.hitTest(_root.lbox.boxcleft02) and (_root.baginair == "bag13left02a")) {
if ((_root.curturn == "P1") or (_root.curturn == "P3")) {
_root.team01rpoints = _root.team01rpoints + 1;
_root.showhit01.gotoAndPlay(2);
} else {
_root.team02rpoints = _root.team02rpoints + 1;
_root.showhit.gotoAndPlay(2);
}
if (_root.trackstats == true) {
_root.culpoints = _root.culpoints + 1;
}
_root.sndclunk01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.rwallc)) {
this._x = this._x - (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.lwallc)) {
this._x = this._x + (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
}
Instance of Symbol 84 MovieClip "bag13left03a" in Frame 150
onClipEvent (enterFrame) {
if ((_root.curturn == "P1") and (_root.p1throws <= 3)) {
_root.p1bagColor = new Color(this.clothes);
_root.p1bagColor.setTint(_root.p1bag_r, _root.p1bag_g, _root.p1bag_b, _root.p1bag_per);
}
if ((_root.curturn == "P3") and (_root.p3throws <= 3)) {
_root.p3bagColor = new Color(this.clothes);
_root.p3bagColor.setTint(_root.p3bag_r, _root.p3bag_g, _root.p3bag_b, _root.p3bag_per);
}
if (_root.baginair == "bag13left03a") {
_root.TrajectoryFormula();
this._rotation = this._rotation + random(20);
if (_root.curside == "Left") {
this._x = this._x + _root.bagxadd01;
this._y = this._y - _root.bagysub01;
this._y = this._y + _root.bagyadd01;
} else {
this._x = this._x - _root.bagxadd01;
this._y = this._y - _root.bagysub01;
this._y = this._y + _root.bagyadd01;
}
}
if (this.cbag.hitTest(_root.lboxbackc)) {
this._x = this._x - (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.rboxbackc)) {
this._x = this._x + (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.backg01.cground) and (_root.baginair == "bag13left03a")) {
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (_root.curside == "Left") {
if (this.cbag.hitTest(_root.rbox.boxcleft03) and (_root.baginair == "bag13left03a")) {
if ((_root.curturn == "P1") or (_root.curturn == "P3")) {
_root.team01rpoints = _root.team01rpoints + 1;
_root.showhit01.gotoAndPlay(2);
} else {
_root.team02rpoints = _root.team02rpoints + 1;
_root.showhit02.gotoAndPlay(2);
}
if (_root.trackstats == true) {
_root.culpoints = _root.culpoints + 1;
}
_root.sndclunk01.start();
_root.turndone = true;
_root.baginair = "None";
}
} else if (this.cbag.hitTest(_root.lbox.boxcleft03) and (_root.baginair == "bag13left03a")) {
if ((_root.curturn == "P1") or (_root.curturn == "P3")) {
_root.team01rpoints = _root.team01rpoints + 1;
_root.showhit01.gotoAndPlay(2);
} else {
_root.team02rpoints = _root.team02rpoints + 1;
_root.showhit02.gotoAndPlay(2);
}
if (_root.trackstats == true) {
_root.culpoints = _root.culpoints + 1;
}
_root.sndclunk01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.rwallc)) {
this._x = this._x - (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.lwallc)) {
this._x = this._x + (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
}
Instance of Symbol 84 MovieClip "bag13left04a" in Frame 150
onClipEvent (enterFrame) {
if ((_root.curturn == "P1") and (_root.p1throws <= 3)) {
_root.p1bagColor = new Color(this.clothes);
_root.p1bagColor.setTint(_root.p1bag_r, _root.p1bag_g, _root.p1bag_b, _root.p1bag_per);
}
if ((_root.curturn == "P3") and (_root.p3throws <= 3)) {
_root.p3bagColor = new Color(this.clothes);
_root.p3bagColor.setTint(_root.p3bag_r, _root.p3bag_g, _root.p3bag_b, _root.p3bag_per);
}
if (_root.baginair == "bag13left04a") {
_root.TrajectoryFormula();
this._rotation = this._rotation + random(20);
if (_root.curside == "Left") {
this._x = this._x + _root.bagxadd01;
this._y = this._y - _root.bagysub01;
this._y = this._y + _root.bagyadd01;
} else {
this._x = this._x - _root.bagxadd01;
this._y = this._y - _root.bagysub01;
this._y = this._y + _root.bagyadd01;
}
}
if (this.cbag.hitTest(_root.lboxbackc)) {
this._x = this._x - (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.rboxbackc)) {
this._x = this._x + (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.backg01.cground) and (_root.baginair == "bag13left04a")) {
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (_root.curside == "Left") {
if (this.cbag.hitTest(_root.rbox.boxcleft04) and (_root.baginair == "bag13left04a")) {
if ((_root.curturn == "P1") or (_root.curturn == "P3")) {
_root.team01rpoints = _root.team01rpoints + 1;
_root.showhit01.gotoAndPlay(2);
} else {
_root.team02rpoints = _root.team02rpoints + 1;
_root.showhit02.gotoAndPlay(2);
}
if (_root.trackstats == true) {
_root.culpoints = _root.culpoints + 1;
}
_root.sndclunk01.start();
_root.turndone = true;
_root.baginair = "None";
}
} else if (this.cbag.hitTest(_root.lbox.boxcleft04) and (_root.baginair == "bag13left04a")) {
if ((_root.curturn == "P1") or (_root.curturn == "P3")) {
_root.team01rpoints = _root.team01rpoints + 1;
_root.showhit01.gotoAndPlay(2);
} else {
_root.team02rpoints = _root.team02rpoints + 1;
_root.showhit02.gotoAndPlay(2);
}
if (_root.trackstats == true) {
_root.culpoints = _root.culpoints + 1;
}
_root.sndclunk01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.rwallc)) {
this._x = this._x - (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.lwallc)) {
this._x = this._x + (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
}
Instance of Symbol 84 MovieClip "bag13cena" in Frame 150
onClipEvent (enterFrame) {
if ((_root.curturn == "P1") and (_root.p1throws <= 3)) {
_root.p1bagColor = new Color(this.clothes);
_root.p1bagColor.setTint(_root.p1bag_r, _root.p1bag_g, _root.p1bag_b, _root.p1bag_per);
}
if ((_root.curturn == "P3") and (_root.p3throws <= 3)) {
_root.p3bagColor = new Color(this.clothes);
_root.p3bagColor.setTint(_root.p3bag_r, _root.p3bag_g, _root.p3bag_b, _root.p3bag_per);
}
if (_root.baginair == "bag13cena") {
_root.TrajectoryFormula();
this._rotation = this._rotation + random(20);
if (_root.curside == "Left") {
this._x = this._x + _root.bagxadd01;
this._y = this._y - _root.bagysub01;
this._y = this._y + _root.bagyadd01;
} else {
this._x = this._x - _root.bagxadd01;
this._y = this._y - _root.bagysub01;
this._y = this._y + _root.bagyadd01;
}
}
if (this.cbag.hitTest(_root.lboxbackc)) {
this._x = this._x - (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.rboxbackc)) {
this._x = this._x + (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.backg01.cground) and (_root.baginair == "bag13cena")) {
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (_root.curside == "Left") {
if (this.cbag.hitTest(_root.rbox.boxccenterhole) and (_root.baginair == "bag13cena")) {
if ((_root.curturn == "P1") or (_root.curturn == "P3")) {
_root.team01rpoints = _root.team01rpoints + 3;
_root.showhole01.gotoAndPlay(2);
} else {
_root.team02rpoints = _root.team02rpoints + 3;
_root.showhole02.gotoAndPlay(2);
}
if (_root.trackstats == true) {
_root.culpoints = _root.culpoints + 3;
_root.culholes = _root.culholes + 1;
}
_root.sndslam01.start();
_root.turndone = true;
_root.baginair = "None";
this.gotoAndStop(2);
}
if (this.cbag.hitTest(_root.rbox.boxccenter) and (_root.baginair == "bag13cena")) {
if ((_root.curturn == "P1") or (_root.curturn == "P3")) {
_root.team01rpoints = _root.team01rpoints + 1;
_root.showhit01.gotoAndPlay(2);
} else {
_root.team02rpoints = _root.team02rpoints + 1;
_root.showhit02.gotoAndPlay(2);
}
if (_root.trackstats == true) {
_root.culpoints = _root.culpoints + 1;
}
_root.sndclunk01.start();
_root.turndone = true;
_root.baginair = "None";
}
} else {
if (this.cbag.hitTest(_root.lbox.boxccenterhole) and (_root.baginair == "bag13cena")) {
if ((_root.curturn == "P1") or (_root.curturn == "P3")) {
_root.team01rpoints = _root.team01rpoints + 3;
_root.showhole01.gotoAndPlay(2);
} else {
_root.team02rpoints = _root.team02rpoints + 3;
_root.showhole02.gotoAndPlay(2);
}
if (_root.trackstats == true) {
_root.culpoints = _root.culpoints + 3;
_root.culholes = _root.culholes + 1;
}
_root.sndslam01.start();
_root.baginair = "None";
_root.turndone = true;
this.gotoAndStop(2);
}
if (this.cbag.hitTest(_root.lbox.boxccenter) and (_root.baginair == "bag13cena")) {
if ((_root.curturn == "P1") or (_root.curturn == "P3")) {
_root.team01rpoints = _root.team01rpoints + 1;
_root.showhit01.gotoAndPlay(2);
} else {
_root.team02rpoints = _root.team02rpoints + 1;
_root.showhit02.gotoAndPlay(2);
}
if (_root.trackstats == true) {
_root.culpoints = _root.culpoints + 1;
}
_root.sndclunk01.start();
_root.turndone = true;
_root.baginair = "None";
}
}
if (this.cbag.hitTest(_root.rwallc)) {
this._x = this._x - (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.lwallc)) {
this._x = this._x + (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
}
Instance of Symbol 84 MovieClip "bag13right04a" in Frame 150
onClipEvent (enterFrame) {
if ((_root.curturn == "P1") and (_root.p1throws <= 3)) {
_root.p1bagColor = new Color(this.clothes);
_root.p1bagColor.setTint(_root.p1bag_r, _root.p1bag_g, _root.p1bag_b, _root.p1bag_per);
}
if ((_root.curturn == "P3") and (_root.p3throws <= 3)) {
_root.p3bagColor = new Color(this.clothes);
_root.p3bagColor.setTint(_root.p3bag_r, _root.p3bag_g, _root.p3bag_b, _root.p3bag_per);
}
if (_root.baginair == "bag13right04a") {
_root.TrajectoryFormula();
this._rotation = this._rotation + random(20);
if (_root.curside == "Left") {
this._x = this._x + _root.bagxadd01;
this._y = this._y - _root.bagysub01;
this._y = this._y + _root.bagyadd01;
} else {
this._x = this._x - _root.bagxadd01;
this._y = this._y - _root.bagysub01;
this._y = this._y + _root.bagyadd01;
}
}
if (this.cbag.hitTest(_root.lboxbackc)) {
this._x = this._x - (_root.bagxadd01 + 5);
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.rboxbackc)) {
this._x = this._x + (_root.bagxadd01 + 5);
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.backg01.cground) and (_root.baginair == "bag13right04a")) {
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (_root.curside == "Left") {
if (this.cbag.hitTest(_root.rbox.boxcright04) and (_root.baginair == "bag13right04a")) {
if ((_root.curturn == "P1") or (_root.curturn == "P3")) {
_root.team01rpoints = _root.team01rpoints + 1;
_root.showhit01.gotoAndPlay(2);
} else {
_root.team02rpoints = _root.team02rpoints + 1;
_root.showhit02.gotoAndPlay(2);
}
if (_root.trackstats == true) {
_root.culpoints = _root.culpoints + 1;
}
_root.turndone = true;
_root.sndclunk01.start();
_root.baginair = "None";
}
} else if (this.cbag.hitTest(_root.lbox.boxcright04) and (_root.baginair == "bag13right04a")) {
if ((_root.curturn == "P1") or (_root.curturn == "P3")) {
_root.team01rpoints = _root.team01rpoints + 1;
_root.showhit01.gotoAndPlay(2);
} else {
_root.team02rpoints = _root.team02rpoints + 1;
_root.showhit02.gotoAndPlay(2);
}
if (_root.trackstats == true) {
_root.culpoints = _root.culpoints + 1;
}
_root.sndclunk01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.rwallc)) {
this._x = this._x - (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.lwallc)) {
this._x = this._x + (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
}
Instance of Symbol 84 MovieClip "bag13right03a" in Frame 150
onClipEvent (enterFrame) {
if ((_root.curturn == "P1") and (_root.p1throws <= 3)) {
_root.p1bagColor = new Color(this.clothes);
_root.p1bagColor.setTint(_root.p1bag_r, _root.p1bag_g, _root.p1bag_b, _root.p1bag_per);
}
if ((_root.curturn == "P3") and (_root.p3throws <= 3)) {
_root.p3bagColor = new Color(this.clothes);
_root.p3bagColor.setTint(_root.p3bag_r, _root.p3bag_g, _root.p3bag_b, _root.p3bag_per);
}
if (_root.baginair == "bag13right03a") {
_root.TrajectoryFormula();
this._rotation = this._rotation + random(20);
if (_root.curside == "Left") {
this._x = this._x + _root.bagxadd01;
this._y = this._y - _root.bagysub01;
this._y = this._y + _root.bagyadd01;
} else {
this._x = this._x - _root.bagxadd01;
this._y = this._y - _root.bagysub01;
this._y = this._y + _root.bagyadd01;
}
}
if (this.cbag.hitTest(_root.lboxbackc)) {
this._x = this._x - (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.rboxbackc)) {
this._x = this._x + (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.backg01.cground) and (_root.baginair == "bag13right03a")) {
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (_root.curside == "Left") {
if (this.cbag.hitTest(_root.rbox.boxcright03) and (_root.baginair == "bag13right03a")) {
if ((_root.curturn == "P1") or (_root.curturn == "P3")) {
_root.team01rpoints = _root.team01rpoints + 1;
_root.showhit01.gotoAndPlay(2);
} else {
_root.team02rpoints = _root.team02rpoints + 1;
_root.showhit02.gotoAndPlay(2);
}
if (_root.trackstats == true) {
_root.culpoints = _root.culpoints + 1;
}
_root.sndclunk01.start();
_root.turndone = true;
_root.baginair = "None";
}
} else if (this.cbag.hitTest(_root.lbox.boxcright03) and (_root.baginair == "bag13right03a")) {
if ((_root.curturn == "P1") or (_root.curturn == "P3")) {
_root.team01rpoints = _root.team01rpoints + 1;
_root.showhit01.gotoAndPlay(2);
} else {
_root.team02rpoints = _root.team02rpoints + 1;
_root.showhit02.gotoAndPlay(2);
}
if (_root.trackstats == true) {
_root.culpoints = _root.culpoints + 1;
}
_root.sndclunk01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.rwallc)) {
this._x = this._x - (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.lwallc)) {
this._x = this._x + (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
}
Instance of Symbol 84 MovieClip "bag13right02a" in Frame 150
onClipEvent (enterFrame) {
if ((_root.curturn == "P1") and (_root.p1throws <= 3)) {
_root.p1bagColor = new Color(this.clothes);
_root.p1bagColor.setTint(_root.p1bag_r, _root.p1bag_g, _root.p1bag_b, _root.p1bag_per);
}
if ((_root.curturn == "P3") and (_root.p3throws <= 3)) {
_root.p3bagColor = new Color(this.clothes);
_root.p3bagColor.setTint(_root.p3bag_r, _root.p3bag_g, _root.p3bag_b, _root.p3bag_per);
}
if (_root.baginair == "bag13right02a") {
_root.TrajectoryFormula();
this._rotation = this._rotation + random(20);
if (_root.curside == "Left") {
this._x = this._x + _root.bagxadd01;
this._y = this._y - _root.bagysub01;
this._y = this._y + _root.bagyadd01;
} else {
this._x = this._x - _root.bagxadd01;
this._y = this._y - _root.bagysub01;
this._y = this._y + _root.bagyadd01;
}
}
if (this.cbag.hitTest(_root.lboxbackc)) {
this._x = this._x - (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.rboxbackc)) {
this._x = this._x + (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.backg01.cground) and (_root.baginair == "bag13right02a")) {
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (_root.curside == "Left") {
if (this.cbag.hitTest(_root.rbox.boxcright02) and (_root.baginair == "bag13right02a")) {
if ((_root.curturn == "P1") or (_root.curturn == "P3")) {
_root.team01rpoints = _root.team01rpoints + 1;
_root.showhit01.gotoAndPlay(2);
} else {
_root.team02rpoints = _root.team02rpoints + 1;
_root.showhit02.gotoAndPlay(2);
}
if (_root.trackstats == true) {
_root.culpoints = _root.culpoints + 1;
}
_root.sndclunk01.start();
_root.turndone = true;
_root.baginair = "None";
}
} else if (this.cbag.hitTest(_root.lbox.boxcright02) and (_root.baginair == "bag13right02a")) {
if ((_root.curturn == "P1") or (_root.curturn == "P3")) {
_root.team01rpoints = _root.team01rpoints + 1;
_root.showhit01.gotoAndPlay(2);
} else {
_root.team02rpoints = _root.team02rpoints + 1;
_root.showhit02.gotoAndPlay(2);
}
if (_root.trackstats == true) {
_root.culpoints = _root.culpoints + 1;
}
_root.sndclunk01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.rwallc)) {
this._x = this._x - (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.lwallc)) {
this._x = this._x + (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
}
Instance of Symbol 84 MovieClip "bag13right01a" in Frame 150
onClipEvent (enterFrame) {
if ((_root.curturn == "P1") and (_root.p1throws <= 3)) {
_root.p1bagColor = new Color(this.clothes);
_root.p1bagColor.setTint(_root.p1bag_r, _root.p1bag_g, _root.p1bag_b, _root.p1bag_per);
}
if ((_root.curturn == "P3") and (_root.p3throws <= 3)) {
_root.p3bagColor = new Color(this.clothes);
_root.p3bagColor.setTint(_root.p3bag_r, _root.p3bag_g, _root.p3bag_b, _root.p3bag_per);
}
if (_root.baginair == "bag13right01a") {
_root.TrajectoryFormula();
this._rotation = this._rotation + random(20);
if (_root.curside == "Left") {
this._x = this._x + _root.bagxadd01;
this._y = this._y - _root.bagysub01;
this._y = this._y + _root.bagyadd01;
} else {
this._x = this._x - _root.bagxadd01;
this._y = this._y - _root.bagysub01;
this._y = this._y + _root.bagyadd01;
}
}
if (this.cbag.hitTest(_root.lboxbackc)) {
this._x = this._x - (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.rboxbackc)) {
this._x = this._x + (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.backg01.cground) and (_root.baginair == "bag13right01a")) {
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (_root.curside == "Left") {
if (this.cbag.hitTest(_root.rbox.boxcright01) and (_root.baginair == "bag13right01a")) {
if ((_root.curturn == "P1") or (_root.curturn == "P3")) {
_root.team01rpoints = _root.team01rpoints + 1;
_root.showhit01.gotoAndPlay(2);
} else {
_root.team02rpoints = _root.team02rpoints + 1;
_root.showhit02.gotoAndPlay(2);
}
if (_root.trackstats == true) {
_root.culpoints = _root.culpoints + 1;
}
_root.sndclunk01.start();
_root.turndone = true;
_root.baginair = "None";
}
} else if (this.cbag.hitTest(_root.lbox.boxcright01) and (_root.baginair == "bag13right01a")) {
if ((_root.curturn == "P1") or (_root.curturn == "P3")) {
_root.team01rpoints = _root.team01rpoints + 1;
_root.showhit01.gotoAndPlay(2);
} else {
_root.team02rpoints = _root.team02rpoints + 1;
_root.showhit02.gotoAndPlay(2);
}
if (_root.trackstats == true) {
_root.culpoints = _root.culpoints + 1;
}
_root.sndclunk01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.rwallc)) {
this._x = this._x - (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.lwallc)) {
this._x = this._x + (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
}
Instance of Symbol 84 MovieClip "bag13backa" in Frame 150
onClipEvent (enterFrame) {
if ((_root.curturn == "P1") and (_root.p1throws <= 3)) {
_root.p1bagColor = new Color(this.clothes);
_root.p1bagColor.setTint(_root.p1bag_r, _root.p1bag_g, _root.p1bag_b, _root.p1bag_per);
}
if ((_root.curturn == "P3") and (_root.p3throws <= 3)) {
_root.p3bagColor = new Color(this.clothes);
_root.p3bagColor.setTint(_root.p3bag_r, _root.p3bag_g, _root.p3bag_b, _root.p3bag_per);
}
if (_root.baginair == "bag13backa") {
_root.TrajectoryFormula();
this._rotation = this._rotation + random(20);
if (_root.curside == "Left") {
this._x = this._x + _root.bagxadd01;
this._y = this._y - _root.bagysub01;
this._y = this._y + _root.bagyadd01;
} else {
this._x = this._x - _root.bagxadd01;
this._y = this._y - _root.bagysub01;
this._y = this._y + _root.bagyadd01;
}
}
if (this.cbag.hitTest(_root.lboxbackc)) {
this._x = this._x - (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.rboxbackc)) {
this._x = this._x + (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.backg01.cground) and (_root.baginair == "bag13backa")) {
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.rwallc)) {
this._x = this._x - (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.lwallc)) {
this._x = this._x + (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
}
Instance of Symbol 84 MovieClip "bag13forea" in Frame 150
onClipEvent (enterFrame) {
if ((_root.curturn == "P1") and (_root.p1throws <= 3)) {
_root.p1bagColor = new Color(this.clothes);
_root.p1bagColor.setTint(_root.p1bag_r, _root.p1bag_g, _root.p1bag_b, _root.p1bag_per);
}
if ((_root.curturn == "P3") and (_root.p3throws <= 3)) {
_root.p3bagColor = new Color(this.clothes);
_root.p3bagColor.setTint(_root.p3bag_r, _root.p3bag_g, _root.p3bag_b, _root.p3bag_per);
}
if (_root.baginair == "bag13forea") {
_root.TrajectoryFormula();
this._rotation = this._rotation + random(20);
if (_root.curside == "Left") {
this._x = this._x + _root.bagxadd01;
this._y = this._y - _root.bagysub01;
this._y = this._y + _root.bagyadd01;
} else {
this._x = this._x - _root.bagxadd01;
this._y = this._y - _root.bagysub01;
this._y = this._y + _root.bagyadd01;
}
}
if (this.cbag.hitTest(_root.lboxbackc)) {
this._x = this._x - (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.rboxbackc)) {
this._x = this._x + (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.backg01.cground) and (_root.baginair == "bag13forea")) {
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.rwallc)) {
this._x = this._x - (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.lwallc)) {
this._x = this._x + (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
}
Instance of Symbol 84 MovieClip "bag24backa" in Frame 150
onClipEvent (enterFrame) {
if (_root.curturn == "P2") {
_root.p1bagColor = new Color(this.clothes);
_root.p1bagColor.setTint(_root.p2bag_r, _root.p2bag_g, _root.p2bag_b, _root.p2bag_per);
}
if (_root.curturn == "P4") {
_root.p3bagColor = new Color(this.clothes);
_root.p3bagColor.setTint(_root.p4bag_r, _root.p4bag_g, _root.p4bag_b, _root.p4bag_per);
}
if (_root.baginair == "bag24backa") {
_root.TrajectoryFormula();
this._rotation = this._rotation + random(20);
if (_root.curside == "Left") {
this._x = this._x + _root.bagxadd01;
this._y = this._y - _root.bagysub01;
this._y = this._y + _root.bagyadd01;
} else {
this._x = this._x - _root.bagxadd01;
this._y = this._y - _root.bagysub01;
this._y = this._y + _root.bagyadd01;
}
}
if (this.cbag.hitTest(_root.lboxbackc)) {
this._x = this._x - (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.rboxbackc)) {
this._x = this._x + (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.backg01.cground) and (_root.baginair == "bag24backa")) {
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.rwallc)) {
this._x = this._x - (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.lwallc)) {
this._x = this._x + (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
}
Instance of Symbol 84 MovieClip "bag24left01a" in Frame 150
onClipEvent (enterFrame) {
if (_root.curturn == "P2") {
_root.p1bagColor = new Color(this.clothes);
_root.p1bagColor.setTint(_root.p2bag_r, _root.p2bag_g, _root.p2bag_b, _root.p2bag_per);
}
if (_root.curturn == "P4") {
_root.p3bagColor = new Color(this.clothes);
_root.p3bagColor.setTint(_root.p4bag_r, _root.p4bag_g, _root.p4bag_b, _root.p4bag_per);
}
if (_root.baginair == "bag24left01a") {
_root.TrajectoryFormula();
this._rotation = this._rotation + random(20);
if (_root.curside == "Left") {
this._x = this._x + _root.bagxadd01;
this._y = this._y - _root.bagysub01;
this._y = this._y + _root.bagyadd01;
} else {
this._x = this._x - _root.bagxadd01;
this._y = this._y - _root.bagysub01;
this._y = this._y + _root.bagyadd01;
}
}
if (this.cbag.hitTest(_root.lboxbackc)) {
this._x = this._x - (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.rboxbackc)) {
this._x = this._x + (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.backg01.cground) and (_root.baginair == "bag24left01a")) {
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (_root.curside == "Left") {
if (this.cbag.hitTest(_root.rbox.boxcleft01) and (_root.baginair == "bag24left01a")) {
if ((_root.curturn == "P2") or (_root.curturn == "P4")) {
_root.team02rpoints = _root.team02rpoints + 1;
_root.showhit02.gotoAndPlay(2);
} else {
_root.team01rpoints = _root.team01rpoints + 1;
_root.showhit01.gotoAndPlay(2);
}
_root.sndclunk01.start();
_root.turndone = true;
_root.baginair = "None";
}
} else if (this.cbag.hitTest(_root.lbox.boxcleft01) and (_root.baginair == "bag24left01a")) {
if ((_root.curturn == "P2") or (_root.curturn == "P4")) {
_root.team02rpoints = _root.team02rpoints + 1;
_root.showhit02.gotoAndPlay(2);
} else {
_root.team01rpoints = _root.team01rpoints + 1;
_root.showhit01.gotoAndPlay(2);
}
_root.sndclunk01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.rwallc)) {
this._x = this._x - (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.lwallc)) {
this._x = this._x + (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
}
Instance of Symbol 84 MovieClip "bag24left02a" in Frame 150
onClipEvent (enterFrame) {
if (_root.curturn == "P2") {
_root.p1bagColor = new Color(this.clothes);
_root.p1bagColor.setTint(_root.p2bag_r, _root.p2bag_g, _root.p2bag_b, _root.p2bag_per);
}
if (_root.curturn == "P4") {
_root.p3bagColor = new Color(this.clothes);
_root.p3bagColor.setTint(_root.p4bag_r, _root.p4bag_g, _root.p4bag_b, _root.p4bag_per);
}
if (_root.baginair == "bag24left02a") {
_root.TrajectoryFormula();
this._rotation = this._rotation + random(20);
if (_root.curside == "Left") {
this._x = this._x + _root.bagxadd01;
this._y = this._y - _root.bagysub01;
this._y = this._y + _root.bagyadd01;
} else {
this._x = this._x - _root.bagxadd01;
this._y = this._y - _root.bagysub01;
this._y = this._y + _root.bagyadd01;
}
}
if (this.cbag.hitTest(_root.lboxbackc)) {
this._x = this._x - (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.rboxbackc)) {
this._x = this._x + (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.backg01.cground) and (_root.baginair == "bag24left02a")) {
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (_root.curside == "Left") {
if (this.cbag.hitTest(_root.rbox.boxcleft01) and (_root.baginair == "bag24left02a")) {
if ((_root.curturn == "P2") or (_root.curturn == "P4")) {
_root.team02rpoints = _root.team02rpoints + 1;
_root.showhit02.gotoAndPlay(2);
} else {
_root.team01rpoints = _root.team01rpoints + 1;
_root.showhit01.gotoAndPlay(2);
}
_root.sndclunk01.start();
_root.turndone = true;
_root.baginair = "None";
}
} else if (this.cbag.hitTest(_root.lbox.boxcleft01) and (_root.baginair == "bag24left02a")) {
if ((_root.curturn == "P2") or (_root.curturn == "P4")) {
_root.team02rpoints = _root.team02rpoints + 1;
_root.showhit02.gotoAndPlay(2);
} else {
_root.team01rpoints = _root.team01rpoints + 1;
_root.showhit01.gotoAndPlay(2);
}
_root.sndclunk01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.rwallc)) {
this._x = this._x - (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.lwallc)) {
this._x = this._x + (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
}
Instance of Symbol 84 MovieClip "bag24left03a" in Frame 150
onClipEvent (enterFrame) {
if (_root.curturn == "P2") {
_root.p1bagColor = new Color(this.clothes);
_root.p1bagColor.setTint(_root.p2bag_r, _root.p2bag_g, _root.p2bag_b, _root.p2bag_per);
}
if (_root.curturn == "P4") {
_root.p3bagColor = new Color(this.clothes);
_root.p3bagColor.setTint(_root.p4bag_r, _root.p4bag_g, _root.p4bag_b, _root.p4bag_per);
}
if (_root.baginair == "bag24left03a") {
_root.TrajectoryFormula();
this._rotation = this._rotation + random(20);
if (_root.curside == "Left") {
this._x = this._x + _root.bagxadd01;
this._y = this._y - _root.bagysub01;
this._y = this._y + _root.bagyadd01;
} else {
this._x = this._x - _root.bagxadd01;
this._y = this._y - _root.bagysub01;
this._y = this._y + _root.bagyadd01;
}
}
if (this.cbag.hitTest(_root.lboxbackc)) {
this._x = this._x - (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.rboxbackc)) {
this._x = this._x + (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.backg01.cground) and (_root.baginair == "bag24left03a")) {
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (_root.curside == "Left") {
if (this.cbag.hitTest(_root.rbox.boxcleft01) and (_root.baginair == "bag24left03a")) {
if ((_root.curturn == "P2") or (_root.curturn == "P4")) {
_root.team02rpoints = _root.team02rpoints + 1;
_root.showhit02.gotoAndPlay(2);
} else {
_root.team01rpoints = _root.team01rpoints + 1;
_root.showhit01.gotoAndPlay(2);
}
_root.sndclunk01.start();
_root.turndone = true;
_root.baginair = "None";
}
} else if (this.cbag.hitTest(_root.lbox.boxcleft01) and (_root.baginair == "bag24left03a")) {
if ((_root.curturn == "P2") or (_root.curturn == "P4")) {
_root.team02rpoints = _root.team02rpoints + 1;
_root.showhit02.gotoAndPlay(2);
} else {
_root.team01rpoints = _root.team01rpoints + 1;
_root.showhit01.gotoAndPlay(2);
}
_root.sndclunk01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.rwallc)) {
this._x = this._x - (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.lwallc)) {
this._x = this._x + (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
}
Instance of Symbol 84 MovieClip "bag24left04a" in Frame 150
onClipEvent (enterFrame) {
if (_root.curturn == "P2") {
_root.p1bagColor = new Color(this.clothes);
_root.p1bagColor.setTint(_root.p2bag_r, _root.p2bag_g, _root.p2bag_b, _root.p2bag_per);
}
if (_root.curturn == "P4") {
_root.p3bagColor = new Color(this.clothes);
_root.p3bagColor.setTint(_root.p4bag_r, _root.p4bag_g, _root.p4bag_b, _root.p4bag_per);
}
if (_root.baginair == "bag24left04a") {
_root.TrajectoryFormula();
this._rotation = this._rotation + random(20);
if (_root.curside == "Left") {
this._x = this._x + _root.bagxadd01;
this._y = this._y - _root.bagysub01;
this._y = this._y + _root.bagyadd01;
} else {
this._x = this._x - _root.bagxadd01;
this._y = this._y - _root.bagysub01;
this._y = this._y + _root.bagyadd01;
}
}
if (this.cbag.hitTest(_root.lboxbackc)) {
this._x = this._x - (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.rboxbackc)) {
this._x = this._x + (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.backg01.cground) and (_root.baginair == "bag24left04a")) {
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (_root.curside == "Left") {
if (this.cbag.hitTest(_root.rbox.boxcleft01) and (_root.baginair == "bag24left04a")) {
if ((_root.curturn == "P2") or (_root.curturn == "P4")) {
_root.team02rpoints = _root.team02rpoints + 1;
_root.showhit02.gotoAndPlay(2);
} else {
_root.team01rpoints = _root.team01rpoints + 1;
_root.showhit01.gotoAndPlay(2);
}
_root.sndclunk01.start();
_root.turndone = true;
_root.baginair = "None";
}
} else if (this.cbag.hitTest(_root.lbox.boxcleft01) and (_root.baginair == "bag24left04a")) {
if ((_root.curturn == "P2") or (_root.curturn == "P4")) {
_root.team02rpoints = _root.team02rpoints + 1;
_root.showhit02.gotoAndPlay(2);
} else {
_root.team01rpoints = _root.team01rpoints + 1;
_root.showhit01.gotoAndPlay(2);
}
_root.sndclunk01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.rwallc)) {
this._x = this._x - (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.lwallc)) {
this._x = this._x + (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
}
Instance of Symbol 84 MovieClip "bag24cena" in Frame 150
onClipEvent (enterFrame) {
if (_root.curturn == "P2") {
_root.p1bagColor = new Color(this.clothes);
_root.p1bagColor.setTint(_root.p2bag_r, _root.p2bag_g, _root.p2bag_b, _root.p2bag_per);
}
if (_root.curturn == "P4") {
_root.p3bagColor = new Color(this.clothes);
_root.p3bagColor.setTint(_root.p4bag_r, _root.p4bag_g, _root.p4bag_b, _root.p4bag_per);
}
if (_root.baginair == "bag24cena") {
_root.TrajectoryFormula();
this._rotation = this._rotation + random(20);
if (_root.curside == "Left") {
this._x = this._x + _root.bagxadd01;
this._y = this._y - _root.bagysub01;
this._y = this._y + _root.bagyadd01;
} else {
this._x = this._x - _root.bagxadd01;
this._y = this._y - _root.bagysub01;
this._y = this._y + _root.bagyadd01;
}
}
if (this.cbag.hitTest(_root.lboxbackc)) {
this._x = this._x - (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.rboxbackc)) {
this._x = this._x + (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.backg01.cground) and (_root.baginair == "bag24cena")) {
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (_root.curside == "Left") {
if (this.cbag.hitTest(_root.rbox.boxccenterhole) and (_root.baginair == "bag24cena")) {
if ((_root.curturn == "P2") or (_root.curturn == "P4")) {
_root.team02rpoints = _root.team02rpoints + 3;
_root.showhole02.gotoAndPlay(2);
} else {
_root.team01rpoints = _root.team01rpoints + 3;
_root.showhole01.gotoAndPlay(2);
}
_root.sndslam01.start();
_root.turndone = true;
_root.baginair = "None";
this.gotoAndStop(2);
}
if (this.cbag.hitTest(_root.rbox.boxccenter) and (_root.baginair == "bag24cena")) {
if ((_root.curturn == "P2") or (_root.curturn == "P4")) {
_root.team02rpoints = _root.team02rpoints + 1;
_root.showhit02.gotoAndPlay(2);
} else {
_root.team01rpoints = _root.team01rpoints + 1;
_root.showhit01.gotoAndPlay(2);
}
_root.sndclunk01.start();
_root.turndone = true;
_root.baginair = "None";
}
} else {
if (this.cbag.hitTest(_root.lbox.boxccenterhole) and (_root.baginair == "bag24cena")) {
if ((_root.curturn == "P2") or (_root.curturn == "P4")) {
_root.team02rpoints = _root.team02rpoints + 3;
_root.showhole02.gotoAndPlay(2);
} else {
_root.team01rpoints = _root.team01rpoints + 3;
_root.showhole01.gotoAndPlay(2);
}
_root.sndslam01.start();
_root.baginair = "None";
_root.turndone = true;
this.gotoAndStop(2);
}
if (this.cbag.hitTest(_root.lbox.boxccenter) and (_root.baginair == "bag24cena")) {
if ((_root.curturn == "P2") or (_root.curturn == "P4")) {
_root.team02rpoints = _root.team02rpoints + 1;
_root.showhit02.gotoAndPlay(2);
} else {
_root.team01rpoints = _root.team01rpoints + 1;
_root.showhit01.gotoAndPlay(2);
}
_root.sndclunk01.start();
_root.turndone = true;
_root.baginair = "None";
}
}
if (this.cbag.hitTest(_root.rwallc)) {
this._x = this._x - (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.lwallc)) {
this._x = this._x + (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
}
Instance of Symbol 84 MovieClip "bag24right04a" in Frame 150
onClipEvent (enterFrame) {
if (_root.curturn == "P2") {
_root.p1bagColor = new Color(this.clothes);
_root.p1bagColor.setTint(_root.p2bag_r, _root.p2bag_g, _root.p2bag_b, _root.p2bag_per);
}
if (_root.curturn == "P4") {
_root.p3bagColor = new Color(this.clothes);
_root.p3bagColor.setTint(_root.p4bag_r, _root.p4bag_g, _root.p4bag_b, _root.p4bag_per);
}
if (_root.baginair == "bag24right04a") {
_root.TrajectoryFormula();
this._rotation = this._rotation + random(20);
if (_root.curside == "Left") {
this._x = this._x + _root.bagxadd01;
this._y = this._y - _root.bagysub01;
this._y = this._y + _root.bagyadd01;
} else {
this._x = this._x - _root.bagxadd01;
this._y = this._y - _root.bagysub01;
this._y = this._y + _root.bagyadd01;
}
}
if (this.cbag.hitTest(_root.lboxbackc)) {
this._x = this._x - (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.rboxbackc)) {
this._x = this._x + (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.backg01.cground) and (_root.baginair == "bag24right04a")) {
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (_root.curside == "Left") {
if (this.cbag.hitTest(_root.rbox.boxcleft01) and (_root.baginair == "bag24right04a")) {
if ((_root.curturn == "P2") or (_root.curturn == "P4")) {
_root.team02rpoints = _root.team02rpoints + 1;
_root.showhit02.gotoAndPlay(2);
} else {
_root.team01rpoints = _root.team01rpoints + 1;
_root.showhit01.gotoAndPlay(2);
}
_root.sndclunk01.start();
_root.turndone = true;
_root.baginair = "None";
}
} else if (this.cbag.hitTest(_root.lbox.boxcleft01) and (_root.baginair == "bag24right04a")) {
if ((_root.curturn == "P2") or (_root.curturn == "P4")) {
_root.team02rpoints = _root.team02rpoints + 1;
_root.showhit02.gotoAndPlay(2);
} else {
_root.team01rpoints = _root.team01rpoints + 1;
_root.showhit01.gotoAndPlay(2);
}
_root.sndclunk01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.rwallc)) {
this._x = this._x - (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.lwallc)) {
this._x = this._x + (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
}
Instance of Symbol 84 MovieClip "bag24right03a" in Frame 150
onClipEvent (enterFrame) {
if (_root.curturn == "P2") {
_root.p1bagColor = new Color(this.clothes);
_root.p1bagColor.setTint(_root.p2bag_r, _root.p2bag_g, _root.p2bag_b, _root.p2bag_per);
}
if (_root.curturn == "P4") {
_root.p3bagColor = new Color(this.clothes);
_root.p3bagColor.setTint(_root.p4bag_r, _root.p4bag_g, _root.p4bag_b, _root.p4bag_per);
}
if (_root.baginair == "bag24right03a") {
_root.TrajectoryFormula();
this._rotation = this._rotation + random(20);
if (_root.curside == "Left") {
this._x = this._x + _root.bagxadd01;
this._y = this._y - _root.bagysub01;
this._y = this._y + _root.bagyadd01;
} else {
this._x = this._x - _root.bagxadd01;
this._y = this._y - _root.bagysub01;
this._y = this._y + _root.bagyadd01;
}
}
if (this.cbag.hitTest(_root.lboxbackc)) {
this._x = this._x - (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.rboxbackc)) {
this._x = this._x + (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.backg01.cground) and (_root.baginair == "bag24right03a")) {
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (_root.curside == "Left") {
if (this.cbag.hitTest(_root.rbox.boxcleft01) and (_root.baginair == "bag24right03a")) {
if ((_root.curturn == "P2") or (_root.curturn == "P4")) {
_root.team02rpoints = _root.team02rpoints + 1;
_root.showhit02.gotoAndPlay(2);
} else {
_root.team01rpoints = _root.team01rpoints + 1;
_root.showhit01.gotoAndPlay(2);
}
_root.sndclunk01.start();
_root.turndone = true;
_root.baginair = "None";
}
} else if (this.cbag.hitTest(_root.lbox.boxcleft01) and (_root.baginair == "bag24right03a")) {
if ((_root.curturn == "P2") or (_root.curturn == "P4")) {
_root.team02rpoints = _root.team02rpoints + 1;
_root.showhit02.gotoAndPlay(2);
} else {
_root.team01rpoints = _root.team01rpoints + 1;
_root.showhit01.gotoAndPlay(2);
}
_root.sndclunk01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.rwallc)) {
this._x = this._x - (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.lwallc)) {
this._x = this._x + (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
}
Instance of Symbol 84 MovieClip "bag24right02a" in Frame 150
onClipEvent (enterFrame) {
if (_root.curturn == "P2") {
_root.p1bagColor = new Color(this.clothes);
_root.p1bagColor.setTint(_root.p2bag_r, _root.p2bag_g, _root.p2bag_b, _root.p2bag_per);
}
if (_root.curturn == "P4") {
_root.p3bagColor = new Color(this.clothes);
_root.p3bagColor.setTint(_root.p4bag_r, _root.p4bag_g, _root.p4bag_b, _root.p4bag_per);
}
if (_root.baginair == "bag24right02a") {
_root.TrajectoryFormula();
this._rotation = this._rotation + random(20);
if (_root.curside == "Left") {
this._x = this._x + _root.bagxadd01;
this._y = this._y - _root.bagysub01;
this._y = this._y + _root.bagyadd01;
} else {
this._x = this._x - _root.bagxadd01;
this._y = this._y - _root.bagysub01;
this._y = this._y + _root.bagyadd01;
}
}
if (this.cbag.hitTest(_root.lboxbackc)) {
this._x = this._x - (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.rboxbackc)) {
this._x = this._x + (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.backg01.cground) and (_root.baginair == "bag24right02a")) {
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (_root.curside == "Left") {
if (this.cbag.hitTest(_root.rbox.boxcleft01) and (_root.baginair == "bag24right02a")) {
if ((_root.curturn == "P2") or (_root.curturn == "P4")) {
_root.team02rpoints = _root.team02rpoints + 1;
_root.showhit02.gotoAndPlay(2);
} else {
_root.team01rpoints = _root.team01rpoints + 1;
_root.showhit01.gotoAndPlay(2);
}
_root.sndclunk01.start();
_root.turndone = true;
_root.baginair = "None";
}
} else if (this.cbag.hitTest(_root.lbox.boxcleft01) and (_root.baginair == "bag24right02a")) {
if ((_root.curturn == "P2") or (_root.curturn == "P4")) {
_root.team02rpoints = _root.team02rpoints + 1;
_root.showhit02.gotoAndPlay(2);
} else {
_root.team01rpoints = _root.team01rpoints + 1;
_root.showhit01.gotoAndPlay(2);
}
_root.sndclunk01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.rwallc)) {
this._x = this._x - (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.lwallc)) {
this._x = this._x + (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
}
Instance of Symbol 84 MovieClip "bag24right01a" in Frame 150
onClipEvent (enterFrame) {
if (_root.curturn == "P2") {
_root.p1bagColor = new Color(this.clothes);
_root.p1bagColor.setTint(_root.p2bag_r, _root.p2bag_g, _root.p2bag_b, _root.p2bag_per);
}
if (_root.curturn == "P4") {
_root.p3bagColor = new Color(this.clothes);
_root.p3bagColor.setTint(_root.p4bag_r, _root.p4bag_g, _root.p4bag_b, _root.p4bag_per);
}
if (_root.baginair == "bag24right01a") {
_root.TrajectoryFormula();
this._rotation = this._rotation + random(20);
if (_root.curside == "Left") {
this._x = this._x + _root.bagxadd01;
this._y = this._y - _root.bagysub01;
this._y = this._y + _root.bagyadd01;
} else {
this._x = this._x - _root.bagxadd01;
this._y = this._y - _root.bagysub01;
this._y = this._y + _root.bagyadd01;
}
}
if (this.cbag.hitTest(_root.lboxbackc)) {
this._x = this._x - (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.rboxbackc)) {
this._x = this._x + (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.backg01.cground) and (_root.baginair == "bag24right01a")) {
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (_root.curside == "Left") {
if (this.cbag.hitTest(_root.rbox.boxcleft01) and (_root.baginair == "bag24right01a")) {
if ((_root.curturn == "P2") or (_root.curturn == "P4")) {
_root.team02rpoints = _root.team02rpoints + 1;
_root.showhit02.gotoAndPlay(2);
} else {
_root.team01rpoints = _root.team01rpoints + 1;
_root.showhit01.gotoAndPlay(2);
}
_root.sndclunk01.start();
_root.turndone = true;
_root.baginair = "None";
}
} else if (this.cbag.hitTest(_root.lbox.boxcleft01) and (_root.baginair == "bag24right01a")) {
if ((_root.curturn == "P2") or (_root.curturn == "P4")) {
_root.team02rpoints = _root.team02rpoints + 1;
_root.showhit02.gotoAndPlay(2);
} else {
_root.team01rpoints = _root.team01rpoints + 1;
_root.showhit01.gotoAndPlay(2);
}
_root.sndclunk01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.rwallc)) {
this._x = this._x - (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.lwallc)) {
this._x = this._x + (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
}
Instance of Symbol 84 MovieClip "bag24forea" in Frame 150
onClipEvent (enterFrame) {
if (_root.curturn == "P2") {
_root.p1bagColor = new Color(this.clothes);
_root.p1bagColor.setTint(_root.p2bag_r, _root.p2bag_g, _root.p2bag_b, _root.p2bag_per);
}
if (_root.curturn == "P4") {
_root.p3bagColor = new Color(this.clothes);
_root.p3bagColor.setTint(_root.p4bag_r, _root.p4bag_g, _root.p4bag_b, _root.p4bag_per);
}
if (_root.baginair == "bag24forea") {
_root.TrajectoryFormula();
this._rotation = this._rotation + random(20);
if (_root.curside == "Left") {
this._x = this._x + _root.bagxadd01;
this._y = this._y - _root.bagysub01;
this._y = this._y + _root.bagyadd01;
} else {
this._x = this._x - _root.bagxadd01;
this._y = this._y - _root.bagysub01;
this._y = this._y + _root.bagyadd01;
}
}
if (this.cbag.hitTest(_root.lboxbackc)) {
this._x = this._x - (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.rboxbackc)) {
this._x = this._x + (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.backg01.cground) and (_root.baginair == "bag24forea")) {
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.rwallc)) {
this._x = this._x - (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.lwallc)) {
this._x = this._x + (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
}
Instance of Symbol 84 MovieClip "bag13left01b" in Frame 150
onClipEvent (enterFrame) {
if ((_root.curturn == "P1") and (_root.p1throws <= 3)) {
_root.p1bagColor = new Color(this.clothes);
_root.p1bagColor.setTint(_root.p1bag_r, _root.p1bag_g, _root.p1bag_b, _root.p1bag_per);
}
if ((_root.curturn == "P3") and (_root.p3throws <= 3)) {
_root.p3bagColor = new Color(this.clothes);
_root.p3bagColor.setTint(_root.p3bag_r, _root.p3bag_g, _root.p3bag_b, _root.p3bag_per);
}
if (_root.baginair == "bag13left01b") {
_root.TrajectoryFormula();
this._rotation = this._rotation + random(20);
if (_root.curside == "Left") {
this._x = this._x + _root.bagxadd01;
this._y = this._y - _root.bagysub01;
this._y = this._y + _root.bagyadd01;
} else {
this._x = this._x - _root.bagxadd01;
this._y = this._y - _root.bagysub01;
this._y = this._y + _root.bagyadd01;
}
}
if (this.cbag.hitTest(_root.lboxbackc)) {
this._x = this._x - (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.rboxbackc)) {
this._x = this._x + (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.backg01.cground) and (_root.baginair == "bag13left01b")) {
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (_root.curside == "Left") {
if (this.cbag.hitTest(_root.rbox.boxcleft01) and (_root.baginair == "bag13left01b")) {
if ((_root.curturn == "P1") or (_root.curturn == "P3")) {
_root.team01rpoints = _root.team01rpoints + 1;
_root.showhit01.gotoAndPlay(2);
} else {
_root.team02rpoints = _root.team02rpoints + 1;
_root.showhit.gotoAndPlay(2);
}
if (_root.trackstats == true) {
_root.culpoints = _root.culpoints + 1;
}
_root.sndclunk01.start();
_root.turndone = true;
_root.baginair = "None";
}
} else if (this.cbag.hitTest(_root.lbox.boxcleft01) and (_root.baginair == "bag13left01b")) {
if ((_root.curturn == "P1") or (_root.curturn == "P3")) {
_root.team01rpoints = _root.team01rpoints + 1;
_root.showhit01.gotoAndPlay(2);
} else {
_root.team02rpoints = _root.team02rpoints + 1;
_root.showhit.gotoAndPlay(2);
}
if (_root.trackstats == true) {
_root.culpoints = _root.culpoints + 1;
}
_root.sndclunk01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.rwallc)) {
this._x = this._x - (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.lwallc)) {
this._x = this._x + (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
}
Instance of Symbol 84 MovieClip "bag13left02b" in Frame 150
onClipEvent (enterFrame) {
if ((_root.curturn == "P1") and (_root.p1throws <= 3)) {
_root.p1bagColor = new Color(this.clothes);
_root.p1bagColor.setTint(_root.p1bag_r, _root.p1bag_g, _root.p1bag_b, _root.p1bag_per);
}
if ((_root.curturn == "P3") and (_root.p3throws <= 3)) {
_root.p3bagColor = new Color(this.clothes);
_root.p3bagColor.setTint(_root.p3bag_r, _root.p3bag_g, _root.p3bag_b, _root.p3bag_per);
}
if (_root.baginair == "bag13left02b") {
_root.TrajectoryFormula();
this._rotation = this._rotation + random(20);
if (_root.curside == "Left") {
this._x = this._x + _root.bagxadd01;
this._y = this._y - _root.bagysub01;
this._y = this._y + _root.bagyadd01;
} else {
this._x = this._x - _root.bagxadd01;
this._y = this._y - _root.bagysub01;
this._y = this._y + _root.bagyadd01;
}
}
if (this.cbag.hitTest(_root.lboxbackc)) {
this._x = this._x - (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.rboxbackc)) {
this._x = this._x + (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.backg01.cground) and (_root.baginair == "bag13left02b")) {
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (_root.curside == "Left") {
if (this.cbag.hitTest(_root.rbox.boxcleft02) and (_root.baginair == "bag13left02b")) {
if ((_root.curturn == "P1") or (_root.curturn == "P3")) {
_root.team01rpoints = _root.team01rpoints + 1;
_root.showhit01.gotoAndPlay(2);
} else {
_root.team02rpoints = _root.team02rpoints + 1;
_root.showhit.gotoAndPlay(2);
}
if (_root.trackstats == true) {
_root.culpoints = _root.culpoints + 1;
}
_root.sndclunk01.start();
_root.turndone = true;
_root.baginair = "None";
}
} else if (this.cbag.hitTest(_root.lbox.boxcleft02) and (_root.baginair == "bag13left02b")) {
if ((_root.curturn == "P1") or (_root.curturn == "P3")) {
_root.team01rpoints = _root.team01rpoints + 1;
_root.showhit01.gotoAndPlay(2);
} else {
_root.team02rpoints = _root.team02rpoints + 1;
_root.showhit.gotoAndPlay(2);
}
if (_root.trackstats == true) {
_root.culpoints = _root.culpoints + 1;
}
_root.sndclunk01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.rwallc)) {
this._x = this._x - (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.lwallc)) {
this._x = this._x + (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
}
Instance of Symbol 84 MovieClip "bag13left03b" in Frame 150
onClipEvent (enterFrame) {
if ((_root.curturn == "P1") and (_root.p1throws <= 3)) {
_root.p1bagColor = new Color(this.clothes);
_root.p1bagColor.setTint(_root.p1bag_r, _root.p1bag_g, _root.p1bag_b, _root.p1bag_per);
}
if ((_root.curturn == "P3") and (_root.p3throws <= 3)) {
_root.p3bagColor = new Color(this.clothes);
_root.p3bagColor.setTint(_root.p3bag_r, _root.p3bag_g, _root.p3bag_b, _root.p3bag_per);
}
if (_root.baginair == "bag13left03b") {
_root.TrajectoryFormula();
this._rotation = this._rotation + random(20);
if (_root.curside == "Left") {
this._x = this._x + _root.bagxadd01;
this._y = this._y - _root.bagysub01;
this._y = this._y + _root.bagyadd01;
} else {
this._x = this._x - _root.bagxadd01;
this._y = this._y - _root.bagysub01;
this._y = this._y + _root.bagyadd01;
}
}
if (this.cbag.hitTest(_root.lboxbackc)) {
this._x = this._x - (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.rboxbackc)) {
this._x = this._x + (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.backg01.cground) and (_root.baginair == "bag13left03b")) {
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (_root.curside == "Left") {
if (this.cbag.hitTest(_root.rbox.boxcleft03) and (_root.baginair == "bag13left03b")) {
if ((_root.curturn == "P1") or (_root.curturn == "P3")) {
_root.team01rpoints = _root.team01rpoints + 1;
_root.showhit01.gotoAndPlay(2);
} else {
_root.team02rpoints = _root.team02rpoints + 1;
_root.showhit02.gotoAndPlay(2);
}
if (_root.trackstats == true) {
_root.culpoints = _root.culpoints + 1;
}
_root.sndclunk01.start();
_root.turndone = true;
_root.baginair = "None";
}
} else if (this.cbag.hitTest(_root.lbox.boxcleft03) and (_root.baginair == "bag13left03b")) {
if ((_root.curturn == "P1") or (_root.curturn == "P3")) {
_root.team01rpoints = _root.team01rpoints + 1;
_root.showhit01.gotoAndPlay(2);
} else {
_root.team02rpoints = _root.team02rpoints + 1;
_root.showhit02.gotoAndPlay(2);
}
if (_root.trackstats == true) {
_root.culpoints = _root.culpoints + 1;
}
_root.sndclunk01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.rwallc)) {
this._x = this._x - (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.lwallc)) {
this._x = this._x + (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
}
Instance of Symbol 84 MovieClip "bag13left04b" in Frame 150
onClipEvent (enterFrame) {
if ((_root.curturn == "P1") and (_root.p1throws <= 3)) {
_root.p1bagColor = new Color(this.clothes);
_root.p1bagColor.setTint(_root.p1bag_r, _root.p1bag_g, _root.p1bag_b, _root.p1bag_per);
}
if ((_root.curturn == "P3") and (_root.p3throws <= 3)) {
_root.p3bagColor = new Color(this.clothes);
_root.p3bagColor.setTint(_root.p3bag_r, _root.p3bag_g, _root.p3bag_b, _root.p3bag_per);
}
if (_root.baginair == "bag13left04b") {
_root.TrajectoryFormula();
this._rotation = this._rotation + random(20);
if (_root.curside == "Left") {
this._x = this._x + _root.bagxadd01;
this._y = this._y - _root.bagysub01;
this._y = this._y + _root.bagyadd01;
} else {
this._x = this._x - _root.bagxadd01;
this._y = this._y - _root.bagysub01;
this._y = this._y + _root.bagyadd01;
}
}
if (this.cbag.hitTest(_root.lboxbackc)) {
this._x = this._x - (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.rboxbackc)) {
this._x = this._x + (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.backg01.cground) and (_root.baginair == "bag13left04b")) {
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (_root.curside == "Left") {
if (this.cbag.hitTest(_root.rbox.boxcleft04) and (_root.baginair == "bag13left04b")) {
if ((_root.curturn == "P1") or (_root.curturn == "P3")) {
_root.team01rpoints = _root.team01rpoints + 1;
_root.showhit01.gotoAndPlay(2);
} else {
_root.team02rpoints = _root.team02rpoints + 1;
_root.showhit02.gotoAndPlay(2);
}
if (_root.trackstats == true) {
_root.culpoints = _root.culpoints + 1;
}
_root.sndclunk01.start();
_root.turndone = true;
_root.baginair = "None";
}
} else if (this.cbag.hitTest(_root.lbox.boxcleft04) and (_root.baginair == "bag13left04b")) {
if ((_root.curturn == "P1") or (_root.curturn == "P3")) {
_root.team01rpoints = _root.team01rpoints + 1;
_root.showhit01.gotoAndPlay(2);
} else {
_root.team02rpoints = _root.team02rpoints + 1;
_root.showhit02.gotoAndPlay(2);
}
if (_root.trackstats == true) {
_root.culpoints = _root.culpoints + 1;
}
_root.sndclunk01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.rwallc)) {
this._x = this._x - (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.lwallc)) {
this._x = this._x + (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
}
Instance of Symbol 84 MovieClip "bag13cenb" in Frame 150
onClipEvent (enterFrame) {
if ((_root.curturn == "P1") and (_root.p1throws <= 3)) {
_root.p1bagColor = new Color(this.clothes);
_root.p1bagColor.setTint(_root.p1bag_r, _root.p1bag_g, _root.p1bag_b, _root.p1bag_per);
}
if ((_root.curturn == "P3") and (_root.p3throws <= 3)) {
_root.p3bagColor = new Color(this.clothes);
_root.p3bagColor.setTint(_root.p3bag_r, _root.p3bag_g, _root.p3bag_b, _root.p3bag_per);
}
if (_root.baginair == "bag13cenb") {
_root.TrajectoryFormula();
this._rotation = this._rotation + random(20);
if (_root.curside == "Left") {
this._x = this._x + _root.bagxadd01;
this._y = this._y - _root.bagysub01;
this._y = this._y + _root.bagyadd01;
} else {
this._x = this._x - _root.bagxadd01;
this._y = this._y - _root.bagysub01;
this._y = this._y + _root.bagyadd01;
}
}
if (this.cbag.hitTest(_root.lboxbackc)) {
this._x = this._x - (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.rboxbackc)) {
this._x = this._x + (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.backg01.cground) and (_root.baginair == "bag13cenb")) {
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (_root.curside == "Left") {
if (this.cbag.hitTest(_root.rbox.boxccenterhole) and (_root.baginair == "bag13cenb")) {
if ((_root.curturn == "P1") or (_root.curturn == "P3")) {
_root.team01rpoints = _root.team01rpoints + 3;
_root.showhole01.gotoAndPlay(2);
} else {
_root.team02rpoints = _root.team02rpoints + 3;
_root.showhole02.gotoAndPlay(2);
}
if (_root.trackstats == true) {
_root.culpoints = _root.culpoints + 3;
_root.culholes = _root.culholes + 1;
}
_root.sndslam01.start();
_root.turndone = true;
_root.baginair = "None";
this.gotoAndStop(2);
}
if (this.cbag.hitTest(_root.rbox.boxccenter) and (_root.baginair == "bag13cenb")) {
if ((_root.curturn == "P1") or (_root.curturn == "P3")) {
_root.team01rpoints = _root.team01rpoints + 1;
_root.showhit01.gotoAndPlay(2);
} else {
_root.team02rpoints = _root.team02rpoints + 1;
_root.showhit02.gotoAndPlay(2);
}
if (_root.trackstats == true) {
_root.culpoints = _root.culpoints + 1;
}
_root.sndclunk01.start();
_root.turndone = true;
_root.baginair = "None";
}
} else {
if (this.cbag.hitTest(_root.lbox.boxccenterhole) and (_root.baginair == "bag13cenb")) {
if ((_root.curturn == "P1") or (_root.curturn == "P3")) {
_root.team01rpoints = _root.team01rpoints + 3;
_root.showhole01.gotoAndPlay(2);
} else {
_root.team02rpoints = _root.team02rpoints + 3;
_root.showhole02.gotoAndPlay(2);
}
if (_root.trackstats == true) {
_root.culpoints = _root.culpoints + 3;
_root.culholes = _root.culholes + 1;
}
_root.sndslam01.start();
_root.baginair = "None";
_root.turndone = true;
this.gotoAndStop(2);
}
if (this.cbag.hitTest(_root.lbox.boxccenter) and (_root.baginair == "bag13cenb")) {
if ((_root.curturn == "P1") or (_root.curturn == "P3")) {
_root.team01rpoints = _root.team01rpoints + 1;
_root.showhit01.gotoAndPlay(2);
} else {
_root.team02rpoints = _root.team02rpoints + 1;
_root.showhit02.gotoAndPlay(2);
}
if (_root.trackstats == true) {
_root.culpoints = _root.culpoints + 1;
}
_root.sndclunk01.start();
_root.turndone = true;
_root.baginair = "None";
}
}
if (this.cbag.hitTest(_root.rwallc)) {
this._x = this._x - (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.lwallc)) {
this._x = this._x + (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
}
Instance of Symbol 84 MovieClip "bag13right04b" in Frame 150
onClipEvent (enterFrame) {
if ((_root.curturn == "P1") and (_root.p1throws <= 3)) {
_root.p1bagColor = new Color(this.clothes);
_root.p1bagColor.setTint(_root.p1bag_r, _root.p1bag_g, _root.p1bag_b, _root.p1bag_per);
}
if ((_root.curturn == "P3") and (_root.p3throws <= 3)) {
_root.p3bagColor = new Color(this.clothes);
_root.p3bagColor.setTint(_root.p3bag_r, _root.p3bag_g, _root.p3bag_b, _root.p3bag_per);
}
if (_root.baginair == "bag13right04b") {
_root.TrajectoryFormula();
this._rotation = this._rotation + random(20);
if (_root.curside == "Left") {
this._x = this._x + _root.bagxadd01;
this._y = this._y - _root.bagysub01;
this._y = this._y + _root.bagyadd01;
} else {
this._x = this._x - _root.bagxadd01;
this._y = this._y - _root.bagysub01;
this._y = this._y + _root.bagyadd01;
}
}
if (this.cbag.hitTest(_root.lboxbackc)) {
this._x = this._x - (_root.bagxadd01 + 5);
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.rboxbackc)) {
this._x = this._x + (_root.bagxadd01 + 5);
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.backg01.cground) and (_root.baginair == "bag13right04b")) {
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (_root.curside == "Left") {
if (this.cbag.hitTest(_root.rbox.boxcright04) and (_root.baginair == "bag13right04b")) {
if ((_root.curturn == "P1") or (_root.curturn == "P3")) {
_root.team01rpoints = _root.team01rpoints + 1;
_root.showhit01.gotoAndPlay(2);
} else {
_root.team02rpoints = _root.team02rpoints + 1;
_root.showhit02.gotoAndPlay(2);
}
if (_root.trackstats == true) {
_root.culpoints = _root.culpoints + 1;
}
_root.turndone = true;
_root.sndclunk01.start();
_root.baginair = "None";
}
} else if (this.cbag.hitTest(_root.lbox.boxcright04) and (_root.baginair == "bag13right04b")) {
if ((_root.curturn == "P1") or (_root.curturn == "P3")) {
_root.team01rpoints = _root.team01rpoints + 1;
_root.showhit01.gotoAndPlay(2);
} else {
_root.team02rpoints = _root.team02rpoints + 1;
_root.showhit02.gotoAndPlay(2);
}
if (_root.trackstats == true) {
_root.culpoints = _root.culpoints + 1;
}
_root.sndclunk01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.rwallc)) {
this._x = this._x - (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.lwallc)) {
this._x = this._x + (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
}
Instance of Symbol 84 MovieClip "bag13right03b" in Frame 150
onClipEvent (enterFrame) {
if ((_root.curturn == "P1") and (_root.p1throws <= 3)) {
_root.p1bagColor = new Color(this.clothes);
_root.p1bagColor.setTint(_root.p1bag_r, _root.p1bag_g, _root.p1bag_b, _root.p1bag_per);
}
if ((_root.curturn == "P3") and (_root.p3throws <= 3)) {
_root.p3bagColor = new Color(this.clothes);
_root.p3bagColor.setTint(_root.p3bag_r, _root.p3bag_g, _root.p3bag_b, _root.p3bag_per);
}
if (_root.baginair == "bag13right03b") {
_root.TrajectoryFormula();
this._rotation = this._rotation + random(20);
if (_root.curside == "Left") {
this._x = this._x + _root.bagxadd01;
this._y = this._y - _root.bagysub01;
this._y = this._y + _root.bagyadd01;
} else {
this._x = this._x - _root.bagxadd01;
this._y = this._y - _root.bagysub01;
this._y = this._y + _root.bagyadd01;
}
}
if (this.cbag.hitTest(_root.lboxbackc)) {
this._x = this._x - (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.rboxbackc)) {
this._x = this._x + (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.backg01.cground) and (_root.baginair == "bag13right03b")) {
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (_root.curside == "Left") {
if (this.cbag.hitTest(_root.rbox.boxcright03) and (_root.baginair == "bag13right03b")) {
if ((_root.curturn == "P1") or (_root.curturn == "P3")) {
_root.team01rpoints = _root.team01rpoints + 1;
_root.showhit01.gotoAndPlay(2);
} else {
_root.team02rpoints = _root.team02rpoints + 1;
_root.showhit02.gotoAndPlay(2);
}
if (_root.trackstats == true) {
_root.culpoints = _root.culpoints + 1;
}
_root.sndclunk01.start();
_root.turndone = true;
_root.baginair = "None";
}
} else if (this.cbag.hitTest(_root.lbox.boxcright03) and (_root.baginair == "bag13right03b")) {
if ((_root.curturn == "P1") or (_root.curturn == "P3")) {
_root.team01rpoints = _root.team01rpoints + 1;
_root.showhit01.gotoAndPlay(2);
} else {
_root.team02rpoints = _root.team02rpoints + 1;
_root.showhit02.gotoAndPlay(2);
}
if (_root.trackstats == true) {
_root.culpoints = _root.culpoints + 1;
}
_root.sndclunk01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.rwallc)) {
this._x = this._x - (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.lwallc)) {
this._x = this._x + (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
}
Instance of Symbol 84 MovieClip "bag13right02b" in Frame 150
onClipEvent (enterFrame) {
if ((_root.curturn == "P1") and (_root.p1throws <= 3)) {
_root.p1bagColor = new Color(this.clothes);
_root.p1bagColor.setTint(_root.p1bag_r, _root.p1bag_g, _root.p1bag_b, _root.p1bag_per);
}
if ((_root.curturn == "P3") and (_root.p3throws <= 3)) {
_root.p3bagColor = new Color(this.clothes);
_root.p3bagColor.setTint(_root.p3bag_r, _root.p3bag_g, _root.p3bag_b, _root.p3bag_per);
}
if (_root.baginair == "bag13right02b") {
_root.TrajectoryFormula();
this._rotation = this._rotation + random(20);
if (_root.curside == "Left") {
this._x = this._x + _root.bagxadd01;
this._y = this._y - _root.bagysub01;
this._y = this._y + _root.bagyadd01;
} else {
this._x = this._x - _root.bagxadd01;
this._y = this._y - _root.bagysub01;
this._y = this._y + _root.bagyadd01;
}
}
if (this.cbag.hitTest(_root.lboxbackc)) {
this._x = this._x - (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.rboxbackc)) {
this._x = this._x + (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.backg01.cground) and (_root.baginair == "bag13right02b")) {
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (_root.curside == "Left") {
if (this.cbag.hitTest(_root.rbox.boxcright02) and (_root.baginair == "bag13right02b")) {
if ((_root.curturn == "P1") or (_root.curturn == "P3")) {
_root.team01rpoints = _root.team01rpoints + 1;
_root.showhit01.gotoAndPlay(2);
} else {
_root.team02rpoints = _root.team02rpoints + 1;
_root.showhit02.gotoAndPlay(2);
}
if (_root.trackstats == true) {
_root.culpoints = _root.culpoints + 1;
}
_root.sndclunk01.start();
_root.turndone = true;
_root.baginair = "None";
}
} else if (this.cbag.hitTest(_root.lbox.boxcright02) and (_root.baginair == "bag13right02b")) {
if ((_root.curturn == "P1") or (_root.curturn == "P3")) {
_root.team01rpoints = _root.team01rpoints + 1;
_root.showhit01.gotoAndPlay(2);
} else {
_root.team02rpoints = _root.team02rpoints + 1;
_root.showhit02.gotoAndPlay(2);
}
if (_root.trackstats == true) {
_root.culpoints = _root.culpoints + 1;
}
_root.sndclunk01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.rwallc)) {
this._x = this._x - (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.lwallc)) {
this._x = this._x + (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
}
Instance of Symbol 84 MovieClip "bag13right01b" in Frame 150
onClipEvent (enterFrame) {
if ((_root.curturn == "P1") and (_root.p1throws <= 3)) {
_root.p1bagColor = new Color(this.clothes);
_root.p1bagColor.setTint(_root.p1bag_r, _root.p1bag_g, _root.p1bag_b, _root.p1bag_per);
}
if ((_root.curturn == "P3") and (_root.p3throws <= 3)) {
_root.p3bagColor = new Color(this.clothes);
_root.p3bagColor.setTint(_root.p3bag_r, _root.p3bag_g, _root.p3bag_b, _root.p3bag_per);
}
if (_root.baginair == "bag13right01b") {
_root.TrajectoryFormula();
this._rotation = this._rotation + random(20);
if (_root.curside == "Left") {
this._x = this._x + _root.bagxadd01;
this._y = this._y - _root.bagysub01;
this._y = this._y + _root.bagyadd01;
} else {
this._x = this._x - _root.bagxadd01;
this._y = this._y - _root.bagysub01;
this._y = this._y + _root.bagyadd01;
}
}
if (this.cbag.hitTest(_root.lboxbackc)) {
this._x = this._x - (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.rboxbackc)) {
this._x = this._x + (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.backg01.cground) and (_root.baginair == "bag13right01b")) {
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (_root.curside == "Left") {
if (this.cbag.hitTest(_root.rbox.boxcright01) and (_root.baginair == "bag13right01b")) {
if ((_root.curturn == "P1") or (_root.curturn == "P3")) {
_root.team01rpoints = _root.team01rpoints + 1;
_root.showhit01.gotoAndPlay(2);
} else {
_root.team02rpoints = _root.team02rpoints + 1;
_root.showhit02.gotoAndPlay(2);
}
if (_root.trackstats == true) {
_root.culpoints = _root.culpoints + 1;
}
_root.sndclunk01.start();
_root.turndone = true;
_root.baginair = "None";
}
} else if (this.cbag.hitTest(_root.lbox.boxcright01) and (_root.baginair == "bag13right01b")) {
if ((_root.curturn == "P1") or (_root.curturn == "P3")) {
_root.team01rpoints = _root.team01rpoints + 1;
_root.showhit01.gotoAndPlay(2);
} else {
_root.team02rpoints = _root.team02rpoints + 1;
_root.showhit02.gotoAndPlay(2);
}
if (_root.trackstats == true) {
_root.culpoints = _root.culpoints + 1;
}
_root.sndclunk01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.rwallc)) {
this._x = this._x - (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.lwallc)) {
this._x = this._x + (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
}
Instance of Symbol 84 MovieClip "bag13backb" in Frame 150
onClipEvent (enterFrame) {
if ((_root.curturn == "P1") and (_root.p1throws <= 3)) {
_root.p1bagColor = new Color(this.clothes);
_root.p1bagColor.setTint(_root.p1bag_r, _root.p1bag_g, _root.p1bag_b, _root.p1bag_per);
}
if ((_root.curturn == "P3") and (_root.p3throws <= 3)) {
_root.p3bagColor = new Color(this.clothes);
_root.p3bagColor.setTint(_root.p3bag_r, _root.p3bag_g, _root.p3bag_b, _root.p3bag_per);
}
if (_root.baginair == "bag13backb") {
_root.TrajectoryFormula();
this._rotation = this._rotation + random(20);
if (_root.curside == "Left") {
this._x = this._x + _root.bagxadd01;
this._y = this._y - _root.bagysub01;
this._y = this._y + _root.bagyadd01;
} else {
this._x = this._x - _root.bagxadd01;
this._y = this._y - _root.bagysub01;
this._y = this._y + _root.bagyadd01;
}
}
if (this.cbag.hitTest(_root.lboxbackc)) {
this._x = this._x - (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.rboxbackc)) {
this._x = this._x + (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.backg01.cground) and (_root.baginair == "bag13backb")) {
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.rwallc)) {
this._x = this._x - (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.lwallc)) {
this._x = this._x + (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
}
Instance of Symbol 84 MovieClip "bag13foreb" in Frame 150
onClipEvent (enterFrame) {
if ((_root.curturn == "P1") and (_root.p1throws <= 3)) {
_root.p1bagColor = new Color(this.clothes);
_root.p1bagColor.setTint(_root.p1bag_r, _root.p1bag_g, _root.p1bag_b, _root.p1bag_per);
}
if ((_root.curturn == "P3") and (_root.p3throws <= 3)) {
_root.p3bagColor = new Color(this.clothes);
_root.p3bagColor.setTint(_root.p3bag_r, _root.p3bag_g, _root.p3bag_b, _root.p3bag_per);
}
if (_root.baginair == "bag13foreb") {
_root.TrajectoryFormula();
this._rotation = this._rotation + random(20);
if (_root.curside == "Left") {
this._x = this._x + _root.bagxadd01;
this._y = this._y - _root.bagysub01;
this._y = this._y + _root.bagyadd01;
} else {
this._x = this._x - _root.bagxadd01;
this._y = this._y - _root.bagysub01;
this._y = this._y + _root.bagyadd01;
}
}
if (this.cbag.hitTest(_root.lboxbackc)) {
this._x = this._x - (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.rboxbackc)) {
this._x = this._x + (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.backg01.cground) and (_root.baginair == "bag13foreb")) {
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.rwallc)) {
this._x = this._x - (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.lwallc)) {
this._x = this._x + (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
}
Instance of Symbol 84 MovieClip "bag24backb" in Frame 150
onClipEvent (enterFrame) {
if (_root.curturn == "P2") {
_root.p1bagColor = new Color(this.clothes);
_root.p1bagColor.setTint(_root.p2bag_r, _root.p2bag_g, _root.p2bag_b, _root.p2bag_per);
}
if (_root.curturn == "P4") {
_root.p3bagColor = new Color(this.clothes);
_root.p3bagColor.setTint(_root.p4bag_r, _root.p4bag_g, _root.p4bag_b, _root.p4bag_per);
}
if (_root.baginair == "bag24backb") {
_root.TrajectoryFormula();
this._rotation = this._rotation + random(20);
if (_root.curside == "Left") {
this._x = this._x + _root.bagxadd01;
this._y = this._y - _root.bagysub01;
this._y = this._y + _root.bagyadd01;
} else {
this._x = this._x - _root.bagxadd01;
this._y = this._y - _root.bagysub01;
this._y = this._y + _root.bagyadd01;
}
}
if (this.cbag.hitTest(_root.lboxbackc)) {
this._x = this._x - (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.rboxbackc)) {
this._x = this._x + (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.backg01.cground) and (_root.baginair == "bag24backb")) {
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.rwallc)) {
this._x = this._x - (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.lwallc)) {
this._x = this._x + (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
}
Instance of Symbol 84 MovieClip "bag24left01b" in Frame 150
onClipEvent (enterFrame) {
if (_root.curturn == "P2") {
_root.p1bagColor = new Color(this.clothes);
_root.p1bagColor.setTint(_root.p2bag_r, _root.p2bag_g, _root.p2bag_b, _root.p2bag_per);
}
if (_root.curturn == "P4") {
_root.p3bagColor = new Color(this.clothes);
_root.p3bagColor.setTint(_root.p4bag_r, _root.p4bag_g, _root.p4bag_b, _root.p4bag_per);
}
if (_root.baginair == "bag24left01b") {
_root.TrajectoryFormula();
this._rotation = this._rotation + random(20);
if (_root.curside == "Left") {
this._x = this._x + _root.bagxadd01;
this._y = this._y - _root.bagysub01;
this._y = this._y + _root.bagyadd01;
} else {
this._x = this._x - _root.bagxadd01;
this._y = this._y - _root.bagysub01;
this._y = this._y + _root.bagyadd01;
}
}
if (this.cbag.hitTest(_root.lboxbackc)) {
this._x = this._x - (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.rboxbackc)) {
this._x = this._x + (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.backg01.cground) and (_root.baginair == "bag24left01b")) {
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (_root.curside == "Left") {
if (this.cbag.hitTest(_root.rbox.boxcleft01) and (_root.baginair == "bag24left01b")) {
if ((_root.curturn == "P2") or (_root.curturn == "P4")) {
_root.team02rpoints = _root.team02rpoints + 1;
_root.showhit02.gotoAndPlay(2);
} else {
_root.team01rpoints = _root.team01rpoints + 1;
_root.showhit01.gotoAndPlay(2);
}
_root.sndclunk01.start();
_root.turndone = true;
_root.baginair = "None";
}
} else if (this.cbag.hitTest(_root.lbox.boxcleft01) and (_root.baginair == "bag24left01b")) {
if ((_root.curturn == "P2") or (_root.curturn == "P4")) {
_root.team02rpoints = _root.team02rpoints + 1;
_root.showhit02.gotoAndPlay(2);
} else {
_root.team01rpoints = _root.team01rpoints + 1;
_root.showhit01.gotoAndPlay(2);
}
_root.sndclunk01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.rwallc)) {
this._x = this._x - (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.lwallc)) {
this._x = this._x + (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
}
Instance of Symbol 84 MovieClip "bag24left02b" in Frame 150
onClipEvent (enterFrame) {
if (_root.curturn == "P2") {
_root.p1bagColor = new Color(this.clothes);
_root.p1bagColor.setTint(_root.p2bag_r, _root.p2bag_g, _root.p2bag_b, _root.p2bag_per);
}
if (_root.curturn == "P4") {
_root.p3bagColor = new Color(this.clothes);
_root.p3bagColor.setTint(_root.p4bag_r, _root.p4bag_g, _root.p4bag_b, _root.p4bag_per);
}
if (_root.baginair == "bag24left02b") {
_root.TrajectoryFormula();
this._rotation = this._rotation + random(20);
if (_root.curside == "Left") {
this._x = this._x + _root.bagxadd01;
this._y = this._y - _root.bagysub01;
this._y = this._y + _root.bagyadd01;
} else {
this._x = this._x - _root.bagxadd01;
this._y = this._y - _root.bagysub01;
this._y = this._y + _root.bagyadd01;
}
}
if (this.cbag.hitTest(_root.lboxbackc)) {
this._x = this._x - (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.rboxbackc)) {
this._x = this._x + (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.backg01.cground) and (_root.baginair == "bag24left02b")) {
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (_root.curside == "Left") {
if (this.cbag.hitTest(_root.rbox.boxcleft01) and (_root.baginair == "bag24left02b")) {
if ((_root.curturn == "P2") or (_root.curturn == "P4")) {
_root.team02rpoints = _root.team02rpoints + 1;
_root.showhit02.gotoAndPlay(2);
} else {
_root.team01rpoints = _root.team01rpoints + 1;
_root.showhit01.gotoAndPlay(2);
}
_root.sndclunk01.start();
_root.turndone = true;
_root.baginair = "None";
}
} else if (this.cbag.hitTest(_root.lbox.boxcleft01) and (_root.baginair == "bag24left02b")) {
if ((_root.curturn == "P2") or (_root.curturn == "P4")) {
_root.team02rpoints = _root.team02rpoints + 1;
_root.showhit02.gotoAndPlay(2);
} else {
_root.team01rpoints = _root.team01rpoints + 1;
_root.showhit01.gotoAndPlay(2);
}
_root.sndclunk01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.rwallc)) {
this._x = this._x - (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.lwallc)) {
this._x = this._x + (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
}
Instance of Symbol 84 MovieClip "bag24left03b" in Frame 150
onClipEvent (enterFrame) {
if (_root.curturn == "P2") {
_root.p1bagColor = new Color(this.clothes);
_root.p1bagColor.setTint(_root.p2bag_r, _root.p2bag_g, _root.p2bag_b, _root.p2bag_per);
}
if (_root.curturn == "P4") {
_root.p3bagColor = new Color(this.clothes);
_root.p3bagColor.setTint(_root.p4bag_r, _root.p4bag_g, _root.p4bag_b, _root.p4bag_per);
}
if (_root.baginair == "bag24left03b") {
_root.TrajectoryFormula();
this._rotation = this._rotation + random(20);
if (_root.curside == "Left") {
this._x = this._x + _root.bagxadd01;
this._y = this._y - _root.bagysub01;
this._y = this._y + _root.bagyadd01;
} else {
this._x = this._x - _root.bagxadd01;
this._y = this._y - _root.bagysub01;
this._y = this._y + _root.bagyadd01;
}
}
if (this.cbag.hitTest(_root.lboxbackc)) {
this._x = this._x - (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.rboxbackc)) {
this._x = this._x + (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.backg01.cground) and (_root.baginair == "bag24left03b")) {
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (_root.curside == "Left") {
if (this.cbag.hitTest(_root.rbox.boxcleft01) and (_root.baginair == "bag24left03b")) {
if ((_root.curturn == "P2") or (_root.curturn == "P4")) {
_root.team02rpoints = _root.team02rpoints + 1;
_root.showhit02.gotoAndPlay(2);
} else {
_root.team01rpoints = _root.team01rpoints + 1;
_root.showhit01.gotoAndPlay(2);
}
_root.sndclunk01.start();
_root.turndone = true;
_root.baginair = "None";
}
} else if (this.cbag.hitTest(_root.lbox.boxcleft01) and (_root.baginair == "bag24left03b")) {
if ((_root.curturn == "P2") or (_root.curturn == "P4")) {
_root.team02rpoints = _root.team02rpoints + 1;
_root.showhit02.gotoAndPlay(2);
} else {
_root.team01rpoints = _root.team01rpoints + 1;
_root.showhit01.gotoAndPlay(2);
}
_root.sndclunk01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.rwallc)) {
this._x = this._x - (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.lwallc)) {
this._x = this._x + (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
}
Instance of Symbol 84 MovieClip "bag24left04b" in Frame 150
onClipEvent (enterFrame) {
if (_root.curturn == "P2") {
_root.p1bagColor = new Color(this.clothes);
_root.p1bagColor.setTint(_root.p2bag_r, _root.p2bag_g, _root.p2bag_b, _root.p2bag_per);
}
if (_root.curturn == "P4") {
_root.p3bagColor = new Color(this.clothes);
_root.p3bagColor.setTint(_root.p4bag_r, _root.p4bag_g, _root.p4bag_b, _root.p4bag_per);
}
if (_root.baginair == "bag24left04b") {
_root.TrajectoryFormula();
this._rotation = this._rotation + random(20);
if (_root.curside == "Left") {
this._x = this._x + _root.bagxadd01;
this._y = this._y - _root.bagysub01;
this._y = this._y + _root.bagyadd01;
} else {
this._x = this._x - _root.bagxadd01;
this._y = this._y - _root.bagysub01;
this._y = this._y + _root.bagyadd01;
}
}
if (this.cbag.hitTest(_root.lboxbackc)) {
this._x = this._x - (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.rboxbackc)) {
this._x = this._x + (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.backg01.cground) and (_root.baginair == "bag24left04b")) {
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (_root.curside == "Left") {
if (this.cbag.hitTest(_root.rbox.boxcleft01) and (_root.baginair == "bag24left04b")) {
if ((_root.curturn == "P2") or (_root.curturn == "P4")) {
_root.team02rpoints = _root.team02rpoints + 1;
_root.showhit02.gotoAndPlay(2);
} else {
_root.team01rpoints = _root.team01rpoints + 1;
_root.showhit01.gotoAndPlay(2);
}
_root.sndclunk01.start();
_root.turndone = true;
_root.baginair = "None";
}
} else if (this.cbag.hitTest(_root.lbox.boxcleft01) and (_root.baginair == "bag24left04b")) {
if ((_root.curturn == "P2") or (_root.curturn == "P4")) {
_root.team02rpoints = _root.team02rpoints + 1;
_root.showhit02.gotoAndPlay(2);
} else {
_root.team01rpoints = _root.team01rpoints + 1;
_root.showhit01.gotoAndPlay(2);
}
_root.sndclunk01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.rwallc)) {
this._x = this._x - (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.lwallc)) {
this._x = this._x + (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
}
Instance of Symbol 84 MovieClip "bag24cenb" in Frame 150
onClipEvent (enterFrame) {
if (_root.curturn == "P2") {
_root.p1bagColor = new Color(this.clothes);
_root.p1bagColor.setTint(_root.p2bag_r, _root.p2bag_g, _root.p2bag_b, _root.p2bag_per);
}
if (_root.curturn == "P4") {
_root.p3bagColor = new Color(this.clothes);
_root.p3bagColor.setTint(_root.p4bag_r, _root.p4bag_g, _root.p4bag_b, _root.p4bag_per);
}
if (_root.baginair == "bag24cenb") {
_root.TrajectoryFormula();
this._rotation = this._rotation + random(20);
if (_root.curside == "Left") {
this._x = this._x + _root.bagxadd01;
this._y = this._y - _root.bagysub01;
this._y = this._y + _root.bagyadd01;
} else {
this._x = this._x - _root.bagxadd01;
this._y = this._y - _root.bagysub01;
this._y = this._y + _root.bagyadd01;
}
}
if (this.cbag.hitTest(_root.lboxbackc)) {
this._x = this._x - (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.rboxbackc)) {
this._x = this._x + (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.backg01.cground) and (_root.baginair == "bag24cenb")) {
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (_root.curside == "Left") {
if (this.cbag.hitTest(_root.rbox.boxccenterhole) and (_root.baginair == "bag24cenb")) {
if ((_root.curturn == "P2") or (_root.curturn == "P4")) {
_root.team02rpoints = _root.team02rpoints + 3;
_root.showhole02.gotoAndPlay(2);
} else {
_root.team01rpoints = _root.team01rpoints + 3;
_root.showhole01.gotoAndPlay(2);
}
_root.sndslam01.start();
_root.turndone = true;
_root.baginair = "None";
this.gotoAndStop(2);
}
if (this.cbag.hitTest(_root.rbox.boxccenter) and (_root.baginair == "bag24cenb")) {
if ((_root.curturn == "P2") or (_root.curturn == "P4")) {
_root.team02rpoints = _root.team02rpoints + 1;
_root.showhit02.gotoAndPlay(2);
} else {
_root.team01rpoints = _root.team01rpoints + 1;
_root.showhit01.gotoAndPlay(2);
}
_root.sndclunk01.start();
_root.turndone = true;
_root.baginair = "None";
}
} else {
if (this.cbag.hitTest(_root.lbox.boxccenterhole) and (_root.baginair == "bag24cenb")) {
if ((_root.curturn == "P2") or (_root.curturn == "P4")) {
_root.team02rpoints = _root.team02rpoints + 3;
_root.showhole02.gotoAndPlay(2);
} else {
_root.team01rpoints = _root.team01rpoints + 3;
_root.showhole01.gotoAndPlay(2);
}
_root.sndslam01.start();
_root.baginair = "None";
_root.turndone = true;
this.gotoAndStop(2);
}
if (this.cbag.hitTest(_root.lbox.boxccenter) and (_root.baginair == "bag24cenb")) {
if ((_root.curturn == "P2") or (_root.curturn == "P4")) {
_root.team02rpoints = _root.team02rpoints + 1;
_root.showhit02.gotoAndPlay(2);
} else {
_root.team01rpoints = _root.team01rpoints + 1;
_root.showhit01.gotoAndPlay(2);
}
_root.sndclunk01.start();
_root.turndone = true;
_root.baginair = "None";
}
}
if (this.cbag.hitTest(_root.rwallc)) {
this._x = this._x - (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.lwallc)) {
this._x = this._x + (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
}
Instance of Symbol 84 MovieClip "bag24right04b" in Frame 150
onClipEvent (enterFrame) {
if (_root.curturn == "P2") {
_root.p1bagColor = new Color(this.clothes);
_root.p1bagColor.setTint(_root.p2bag_r, _root.p2bag_g, _root.p2bag_b, _root.p2bag_per);
}
if (_root.curturn == "P4") {
_root.p3bagColor = new Color(this.clothes);
_root.p3bagColor.setTint(_root.p4bag_r, _root.p4bag_g, _root.p4bag_b, _root.p4bag_per);
}
if (_root.baginair == "bag24right04b") {
_root.TrajectoryFormula();
this._rotation = this._rotation + random(20);
if (_root.curside == "Left") {
this._x = this._x + _root.bagxadd01;
this._y = this._y - _root.bagysub01;
this._y = this._y + _root.bagyadd01;
} else {
this._x = this._x - _root.bagxadd01;
this._y = this._y - _root.bagysub01;
this._y = this._y + _root.bagyadd01;
}
}
if (this.cbag.hitTest(_root.lboxbackc)) {
this._x = this._x - (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.rboxbackc)) {
this._x = this._x + (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.backg01.cground) and (_root.baginair == "bag24right04b")) {
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (_root.curside == "Left") {
if (this.cbag.hitTest(_root.rbox.boxcleft01) and (_root.baginair == "bag24right04b")) {
if ((_root.curturn == "P2") or (_root.curturn == "P4")) {
_root.team02rpoints = _root.team02rpoints + 1;
_root.showhit02.gotoAndPlay(2);
} else {
_root.team01rpoints = _root.team01rpoints + 1;
_root.showhit01.gotoAndPlay(2);
}
_root.sndclunk01.start();
_root.turndone = true;
_root.baginair = "None";
}
} else if (this.cbag.hitTest(_root.lbox.boxcleft01) and (_root.baginair == "bag24right04b")) {
if ((_root.curturn == "P2") or (_root.curturn == "P4")) {
_root.team02rpoints = _root.team02rpoints + 1;
_root.showhit02.gotoAndPlay(2);
} else {
_root.team01rpoints = _root.team01rpoints + 1;
_root.showhit01.gotoAndPlay(2);
}
_root.sndclunk01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.rwallc)) {
this._x = this._x - (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.lwallc)) {
this._x = this._x + (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
}
Instance of Symbol 84 MovieClip "bag24right03b" in Frame 150
onClipEvent (enterFrame) {
if (_root.curturn == "P2") {
_root.p1bagColor = new Color(this.clothes);
_root.p1bagColor.setTint(_root.p2bag_r, _root.p2bag_g, _root.p2bag_b, _root.p2bag_per);
}
if (_root.curturn == "P4") {
_root.p3bagColor = new Color(this.clothes);
_root.p3bagColor.setTint(_root.p4bag_r, _root.p4bag_g, _root.p4bag_b, _root.p4bag_per);
}
if (_root.baginair == "bag24right03b") {
_root.TrajectoryFormula();
this._rotation = this._rotation + random(20);
if (_root.curside == "Left") {
this._x = this._x + _root.bagxadd01;
this._y = this._y - _root.bagysub01;
this._y = this._y + _root.bagyadd01;
} else {
this._x = this._x - _root.bagxadd01;
this._y = this._y - _root.bagysub01;
this._y = this._y + _root.bagyadd01;
}
}
if (this.cbag.hitTest(_root.lboxbackc)) {
this._x = this._x - (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.rboxbackc)) {
this._x = this._x + (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.backg01.cground) and (_root.baginair == "bag24right03b")) {
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (_root.curside == "Left") {
if (this.cbag.hitTest(_root.rbox.boxcleft01) and (_root.baginair == "bag24right03b")) {
if ((_root.curturn == "P2") or (_root.curturn == "P4")) {
_root.team02rpoints = _root.team02rpoints + 1;
_root.showhit02.gotoAndPlay(2);
} else {
_root.team01rpoints = _root.team01rpoints + 1;
_root.showhit01.gotoAndPlay(2);
}
_root.sndclunk01.start();
_root.turndone = true;
_root.baginair = "None";
}
} else if (this.cbag.hitTest(_root.lbox.boxcleft01) and (_root.baginair == "bag24right03b")) {
if ((_root.curturn == "P2") or (_root.curturn == "P4")) {
_root.team02rpoints = _root.team02rpoints + 1;
_root.showhit02.gotoAndPlay(2);
} else {
_root.team01rpoints = _root.team01rpoints + 1;
_root.showhit01.gotoAndPlay(2);
}
_root.sndclunk01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.rwallc)) {
this._x = this._x - (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.lwallc)) {
this._x = this._x + (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
}
Instance of Symbol 84 MovieClip "bag24right02b" in Frame 150
onClipEvent (enterFrame) {
if (_root.curturn == "P2") {
_root.p1bagColor = new Color(this.clothes);
_root.p1bagColor.setTint(_root.p2bag_r, _root.p2bag_g, _root.p2bag_b, _root.p2bag_per);
}
if (_root.curturn == "P4") {
_root.p3bagColor = new Color(this.clothes);
_root.p3bagColor.setTint(_root.p4bag_r, _root.p4bag_g, _root.p4bag_b, _root.p4bag_per);
}
if (_root.baginair == "bag24right02b") {
_root.TrajectoryFormula();
this._rotation = this._rotation + random(20);
if (_root.curside == "Left") {
this._x = this._x + _root.bagxadd01;
this._y = this._y - _root.bagysub01;
this._y = this._y + _root.bagyadd01;
} else {
this._x = this._x - _root.bagxadd01;
this._y = this._y - _root.bagysub01;
this._y = this._y + _root.bagyadd01;
}
}
if (this.cbag.hitTest(_root.lboxbackc)) {
this._x = this._x - (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.rboxbackc)) {
this._x = this._x + (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.backg01.cground) and (_root.baginair == "bag24right02b")) {
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (_root.curside == "Left") {
if (this.cbag.hitTest(_root.rbox.boxcleft01) and (_root.baginair == "bag24right02b")) {
if ((_root.curturn == "P2") or (_root.curturn == "P4")) {
_root.team02rpoints = _root.team02rpoints + 1;
_root.showhit02.gotoAndPlay(2);
} else {
_root.team01rpoints = _root.team01rpoints + 1;
_root.showhit01.gotoAndPlay(2);
}
_root.sndclunk01.start();
_root.turndone = true;
_root.baginair = "None";
}
} else if (this.cbag.hitTest(_root.lbox.boxcleft01) and (_root.baginair == "bag24right02b")) {
if ((_root.curturn == "P2") or (_root.curturn == "P4")) {
_root.team02rpoints = _root.team02rpoints + 1;
_root.showhit02.gotoAndPlay(2);
} else {
_root.team01rpoints = _root.team01rpoints + 1;
_root.showhit01.gotoAndPlay(2);
}
_root.sndclunk01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.rwallc)) {
this._x = this._x - (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.lwallc)) {
this._x = this._x + (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
}
Instance of Symbol 84 MovieClip "bag24right01b" in Frame 150
onClipEvent (enterFrame) {
if (_root.curturn == "P2") {
_root.p1bagColor = new Color(this.clothes);
_root.p1bagColor.setTint(_root.p2bag_r, _root.p2bag_g, _root.p2bag_b, _root.p2bag_per);
}
if (_root.curturn == "P4") {
_root.p3bagColor = new Color(this.clothes);
_root.p3bagColor.setTint(_root.p4bag_r, _root.p4bag_g, _root.p4bag_b, _root.p4bag_per);
}
if (_root.baginair == "bag24right01b") {
_root.TrajectoryFormula();
this._rotation = this._rotation + random(20);
if (_root.curside == "Left") {
this._x = this._x + _root.bagxadd01;
this._y = this._y - _root.bagysub01;
this._y = this._y + _root.bagyadd01;
} else {
this._x = this._x - _root.bagxadd01;
this._y = this._y - _root.bagysub01;
this._y = this._y + _root.bagyadd01;
}
}
if (this.cbag.hitTest(_root.lboxbackc)) {
this._x = this._x - (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.rboxbackc)) {
this._x = this._x + (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.backg01.cground) and (_root.baginair == "bag24right01b")) {
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (_root.curside == "Left") {
if (this.cbag.hitTest(_root.rbox.boxcleft01) and (_root.baginair == "bag24right01b")) {
if ((_root.curturn == "P2") or (_root.curturn == "P4")) {
_root.team02rpoints = _root.team02rpoints + 1;
_root.showhit02.gotoAndPlay(2);
} else {
_root.team01rpoints = _root.team01rpoints + 1;
_root.showhit01.gotoAndPlay(2);
}
_root.sndclunk01.start();
_root.turndone = true;
_root.baginair = "None";
}
} else if (this.cbag.hitTest(_root.lbox.boxcleft01) and (_root.baginair == "bag24right01b")) {
if ((_root.curturn == "P2") or (_root.curturn == "P4")) {
_root.team02rpoints = _root.team02rpoints + 1;
_root.showhit02.gotoAndPlay(2);
} else {
_root.team01rpoints = _root.team01rpoints + 1;
_root.showhit01.gotoAndPlay(2);
}
_root.sndclunk01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.rwallc)) {
this._x = this._x - (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.lwallc)) {
this._x = this._x + (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
}
Instance of Symbol 84 MovieClip "bag24foreb" in Frame 150
onClipEvent (enterFrame) {
if (_root.curturn == "P2") {
_root.p1bagColor = new Color(this.clothes);
_root.p1bagColor.setTint(_root.p2bag_r, _root.p2bag_g, _root.p2bag_b, _root.p2bag_per);
}
if (_root.curturn == "P4") {
_root.p3bagColor = new Color(this.clothes);
_root.p3bagColor.setTint(_root.p4bag_r, _root.p4bag_g, _root.p4bag_b, _root.p4bag_per);
}
if (_root.baginair == "bag24foreb") {
_root.TrajectoryFormula();
this._rotation = this._rotation + random(20);
if (_root.curside == "Left") {
this._x = this._x + _root.bagxadd01;
this._y = this._y - _root.bagysub01;
this._y = this._y + _root.bagyadd01;
} else {
this._x = this._x - _root.bagxadd01;
this._y = this._y - _root.bagysub01;
this._y = this._y + _root.bagyadd01;
}
}
if (this.cbag.hitTest(_root.lboxbackc)) {
this._x = this._x - (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.rboxbackc)) {
this._x = this._x + (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.backg01.cground) and (_root.baginair == "bag24foreb")) {
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.rwallc)) {
this._x = this._x - (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.lwallc)) {
this._x = this._x + (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
}
Instance of Symbol 84 MovieClip "bag13left01c" in Frame 150
onClipEvent (enterFrame) {
if ((_root.curturn == "P1") and (_root.p1throws <= 3)) {
_root.p1bagColor = new Color(this.clothes);
_root.p1bagColor.setTint(_root.p1bag_r, _root.p1bag_g, _root.p1bag_b, _root.p1bag_per);
}
if ((_root.curturn == "P3") and (_root.p3throws <= 3)) {
_root.p3bagColor = new Color(this.clothes);
_root.p3bagColor.setTint(_root.p3bag_r, _root.p3bag_g, _root.p3bag_b, _root.p3bag_per);
}
if (_root.baginair == "bag13left01c") {
_root.TrajectoryFormula();
this._rotation = this._rotation + random(20);
if (_root.curside == "Left") {
this._x = this._x + _root.bagxadd01;
this._y = this._y - _root.bagysub01;
this._y = this._y + _root.bagyadd01;
} else {
this._x = this._x - _root.bagxadd01;
this._y = this._y - _root.bagysub01;
this._y = this._y + _root.bagyadd01;
}
}
if (this.cbag.hitTest(_root.lboxbackc)) {
this._x = this._x - (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.rboxbackc)) {
this._x = this._x + (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.backg01.cground) and (_root.baginair == "bag13left01c")) {
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (_root.curside == "Left") {
if (this.cbag.hitTest(_root.rbox.boxcleft01) and (_root.baginair == "bag13left01c")) {
if ((_root.curturn == "P1") or (_root.curturn == "P3")) {
_root.team01rpoints = _root.team01rpoints + 1;
_root.showhit01.gotoAndPlay(2);
} else {
_root.team02rpoints = _root.team02rpoints + 1;
_root.showhit.gotoAndPlay(2);
}
if (_root.trackstats == true) {
_root.culpoints = _root.culpoints + 1;
}
_root.sndclunk01.start();
_root.turndone = true;
_root.baginair = "None";
}
} else if (this.cbag.hitTest(_root.lbox.boxcleft01) and (_root.baginair == "bag13left01c")) {
if ((_root.curturn == "P1") or (_root.curturn == "P3")) {
_root.team01rpoints = _root.team01rpoints + 1;
_root.showhit01.gotoAndPlay(2);
} else {
_root.team02rpoints = _root.team02rpoints + 1;
_root.showhit.gotoAndPlay(2);
}
if (_root.trackstats == true) {
_root.culpoints = _root.culpoints + 1;
}
_root.sndclunk01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.rwallc)) {
this._x = this._x - (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.lwallc)) {
this._x = this._x + (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
}
Instance of Symbol 84 MovieClip "bag13left02c" in Frame 150
onClipEvent (enterFrame) {
if ((_root.curturn == "P1") and (_root.p1throws <= 3)) {
_root.p1bagColor = new Color(this.clothes);
_root.p1bagColor.setTint(_root.p1bag_r, _root.p1bag_g, _root.p1bag_b, _root.p1bag_per);
}
if ((_root.curturn == "P3") and (_root.p3throws <= 3)) {
_root.p3bagColor = new Color(this.clothes);
_root.p3bagColor.setTint(_root.p3bag_r, _root.p3bag_g, _root.p3bag_b, _root.p3bag_per);
}
if (_root.baginair == "bag13left02c") {
_root.TrajectoryFormula();
this._rotation = this._rotation + random(20);
if (_root.curside == "Left") {
this._x = this._x + _root.bagxadd01;
this._y = this._y - _root.bagysub01;
this._y = this._y + _root.bagyadd01;
} else {
this._x = this._x - _root.bagxadd01;
this._y = this._y - _root.bagysub01;
this._y = this._y + _root.bagyadd01;
}
}
if (this.cbag.hitTest(_root.lboxbackc)) {
this._x = this._x - (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.rboxbackc)) {
this._x = this._x + (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.backg01.cground) and (_root.baginair == "bag13left02c")) {
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (_root.curside == "Left") {
if (this.cbag.hitTest(_root.rbox.boxcleft02) and (_root.baginair == "bag13left02c")) {
if ((_root.curturn == "P1") or (_root.curturn == "P3")) {
_root.team01rpoints = _root.team01rpoints + 1;
_root.showhit01.gotoAndPlay(2);
} else {
_root.team02rpoints = _root.team02rpoints + 1;
_root.showhit.gotoAndPlay(2);
}
if (_root.trackstats == true) {
_root.culpoints = _root.culpoints + 1;
}
_root.sndclunk01.start();
_root.turndone = true;
_root.baginair = "None";
}
} else if (this.cbag.hitTest(_root.lbox.boxcleft02) and (_root.baginair == "bag13left02c")) {
if ((_root.curturn == "P1") or (_root.curturn == "P3")) {
_root.team01rpoints = _root.team01rpoints + 1;
_root.showhit01.gotoAndPlay(2);
} else {
_root.team02rpoints = _root.team02rpoints + 1;
_root.showhit.gotoAndPlay(2);
}
if (_root.trackstats == true) {
_root.culpoints = _root.culpoints + 1;
}
_root.sndclunk01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.rwallc)) {
this._x = this._x - (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.lwallc)) {
this._x = this._x + (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
}
Instance of Symbol 84 MovieClip "bag13left03c" in Frame 150
onClipEvent (enterFrame) {
if ((_root.curturn == "P1") and (_root.p1throws <= 3)) {
_root.p1bagColor = new Color(this.clothes);
_root.p1bagColor.setTint(_root.p1bag_r, _root.p1bag_g, _root.p1bag_b, _root.p1bag_per);
}
if ((_root.curturn == "P3") and (_root.p3throws <= 3)) {
_root.p3bagColor = new Color(this.clothes);
_root.p3bagColor.setTint(_root.p3bag_r, _root.p3bag_g, _root.p3bag_b, _root.p3bag_per);
}
if (_root.baginair == "bag13left03c") {
_root.TrajectoryFormula();
this._rotation = this._rotation + random(20);
if (_root.curside == "Left") {
this._x = this._x + _root.bagxadd01;
this._y = this._y - _root.bagysub01;
this._y = this._y + _root.bagyadd01;
} else {
this._x = this._x - _root.bagxadd01;
this._y = this._y - _root.bagysub01;
this._y = this._y + _root.bagyadd01;
}
}
if (this.cbag.hitTest(_root.lboxbackc)) {
this._x = this._x - (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.rboxbackc)) {
this._x = this._x + (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.backg01.cground) and (_root.baginair == "bag13left03c")) {
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (_root.curside == "Left") {
if (this.cbag.hitTest(_root.rbox.boxcleft03) and (_root.baginair == "bag13left03c")) {
if ((_root.curturn == "P1") or (_root.curturn == "P3")) {
_root.team01rpoints = _root.team01rpoints + 1;
_root.showhit01.gotoAndPlay(2);
} else {
_root.team02rpoints = _root.team02rpoints + 1;
_root.showhit02.gotoAndPlay(2);
}
if (_root.trackstats == true) {
_root.culpoints = _root.culpoints + 1;
}
_root.sndclunk01.start();
_root.turndone = true;
_root.baginair = "None";
}
} else if (this.cbag.hitTest(_root.lbox.boxcleft03) and (_root.baginair == "bag13left03c")) {
if ((_root.curturn == "P1") or (_root.curturn == "P3")) {
_root.team01rpoints = _root.team01rpoints + 1;
_root.showhit01.gotoAndPlay(2);
} else {
_root.team02rpoints = _root.team02rpoints + 1;
_root.showhit02.gotoAndPlay(2);
}
if (_root.trackstats == true) {
_root.culpoints = _root.culpoints + 1;
}
_root.sndclunk01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.rwallc)) {
this._x = this._x - (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.lwallc)) {
this._x = this._x + (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
}
Instance of Symbol 84 MovieClip "bag13left04c" in Frame 150
onClipEvent (enterFrame) {
if ((_root.curturn == "P1") and (_root.p1throws <= 3)) {
_root.p1bagColor = new Color(this.clothes);
_root.p1bagColor.setTint(_root.p1bag_r, _root.p1bag_g, _root.p1bag_b, _root.p1bag_per);
}
if ((_root.curturn == "P3") and (_root.p3throws <= 3)) {
_root.p3bagColor = new Color(this.clothes);
_root.p3bagColor.setTint(_root.p3bag_r, _root.p3bag_g, _root.p3bag_b, _root.p3bag_per);
}
if (_root.baginair == "bag13left04c") {
_root.TrajectoryFormula();
this._rotation = this._rotation + random(20);
if (_root.curside == "Left") {
this._x = this._x + _root.bagxadd01;
this._y = this._y - _root.bagysub01;
this._y = this._y + _root.bagyadd01;
} else {
this._x = this._x - _root.bagxadd01;
this._y = this._y - _root.bagysub01;
this._y = this._y + _root.bagyadd01;
}
}
if (this.cbag.hitTest(_root.lboxbackc)) {
this._x = this._x - (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.rboxbackc)) {
this._x = this._x + (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.backg01.cground) and (_root.baginair == "bag13left04c")) {
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (_root.curside == "Left") {
if (this.cbag.hitTest(_root.rbox.boxcleft04) and (_root.baginair == "bag13left04c")) {
if ((_root.curturn == "P1") or (_root.curturn == "P3")) {
_root.team01rpoints = _root.team01rpoints + 1;
_root.showhit01.gotoAndPlay(2);
} else {
_root.team02rpoints = _root.team02rpoints + 1;
_root.showhit02.gotoAndPlay(2);
}
if (_root.trackstats == true) {
_root.culpoints = _root.culpoints + 1;
}
_root.sndclunk01.start();
_root.turndone = true;
_root.baginair = "None";
}
} else if (this.cbag.hitTest(_root.lbox.boxcleft04) and (_root.baginair == "bag13left04c")) {
if ((_root.curturn == "P1") or (_root.curturn == "P3")) {
_root.team01rpoints = _root.team01rpoints + 1;
_root.showhit01.gotoAndPlay(2);
} else {
_root.team02rpoints = _root.team02rpoints + 1;
_root.showhit02.gotoAndPlay(2);
}
if (_root.trackstats == true) {
_root.culpoints = _root.culpoints + 1;
}
_root.sndclunk01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.rwallc)) {
this._x = this._x - (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.lwallc)) {
this._x = this._x + (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
}
Instance of Symbol 84 MovieClip "bag13cenc" in Frame 150
onClipEvent (enterFrame) {
if ((_root.curturn == "P1") and (_root.p1throws <= 3)) {
_root.p1bagColor = new Color(this.clothes);
_root.p1bagColor.setTint(_root.p1bag_r, _root.p1bag_g, _root.p1bag_b, _root.p1bag_per);
}
if ((_root.curturn == "P3") and (_root.p3throws <= 3)) {
_root.p3bagColor = new Color(this.clothes);
_root.p3bagColor.setTint(_root.p3bag_r, _root.p3bag_g, _root.p3bag_b, _root.p3bag_per);
}
if (_root.baginair == "bag13cenc") {
_root.TrajectoryFormula();
this._rotation = this._rotation + random(20);
if (_root.curside == "Left") {
this._x = this._x + _root.bagxadd01;
this._y = this._y - _root.bagysub01;
this._y = this._y + _root.bagyadd01;
} else {
this._x = this._x - _root.bagxadd01;
this._y = this._y - _root.bagysub01;
this._y = this._y + _root.bagyadd01;
}
}
if (this.cbag.hitTest(_root.lboxbackc)) {
this._x = this._x - (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.rboxbackc)) {
this._x = this._x + (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.backg01.cground) and (_root.baginair == "bag13cenc")) {
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (_root.curside == "Left") {
if (this.cbag.hitTest(_root.rbox.boxccenterhole) and (_root.baginair == "bag13cenc")) {
if ((_root.curturn == "P1") or (_root.curturn == "P3")) {
_root.team01rpoints = _root.team01rpoints + 3;
_root.showhole01.gotoAndPlay(2);
} else {
_root.team02rpoints = _root.team02rpoints + 3;
_root.showhole02.gotoAndPlay(2);
}
if (_root.trackstats == true) {
_root.culpoints = _root.culpoints + 3;
_root.culholes = _root.culholes + 1;
}
_root.sndslam01.start();
_root.turndone = true;
_root.baginair = "None";
this.gotoAndStop(2);
}
if (this.cbag.hitTest(_root.rbox.boxccenter) and (_root.baginair == "bag13cenc")) {
if ((_root.curturn == "P1") or (_root.curturn == "P3")) {
_root.team01rpoints = _root.team01rpoints + 1;
_root.showhit01.gotoAndPlay(2);
} else {
_root.team02rpoints = _root.team02rpoints + 1;
_root.showhit02.gotoAndPlay(2);
}
if (_root.trackstats == true) {
_root.culpoints = _root.culpoints + 1;
}
_root.sndclunk01.start();
_root.turndone = true;
_root.baginair = "None";
}
} else {
if (this.cbag.hitTest(_root.lbox.boxccenterhole) and (_root.baginair == "bag13cenc")) {
if ((_root.curturn == "P1") or (_root.curturn == "P3")) {
_root.team01rpoints = _root.team01rpoints + 3;
_root.showhole01.gotoAndPlay(2);
} else {
_root.team02rpoints = _root.team02rpoints + 3;
_root.showhole02.gotoAndPlay(2);
}
if (_root.trackstats == true) {
_root.culpoints = _root.culpoints + 3;
_root.culholes = _root.culholes + 1;
}
_root.sndslam01.start();
_root.baginair = "None";
_root.turndone = true;
this.gotoAndStop(2);
}
if (this.cbag.hitTest(_root.lbox.boxccenter) and (_root.baginair == "bag13cenc")) {
if ((_root.curturn == "P1") or (_root.curturn == "P3")) {
_root.team01rpoints = _root.team01rpoints + 1;
_root.showhit01.gotoAndPlay(2);
} else {
_root.team02rpoints = _root.team02rpoints + 1;
_root.showhit02.gotoAndPlay(2);
}
if (_root.trackstats == true) {
_root.culpoints = _root.culpoints + 1;
}
_root.sndclunk01.start();
_root.turndone = true;
_root.baginair = "None";
}
}
if (this.cbag.hitTest(_root.rwallc)) {
this._x = this._x - (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.lwallc)) {
this._x = this._x + (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
}
Instance of Symbol 84 MovieClip "bag13right04c" in Frame 150
onClipEvent (enterFrame) {
if ((_root.curturn == "P1") and (_root.p1throws <= 3)) {
_root.p1bagColor = new Color(this.clothes);
_root.p1bagColor.setTint(_root.p1bag_r, _root.p1bag_g, _root.p1bag_b, _root.p1bag_per);
}
if ((_root.curturn == "P3") and (_root.p3throws <= 3)) {
_root.p3bagColor = new Color(this.clothes);
_root.p3bagColor.setTint(_root.p3bag_r, _root.p3bag_g, _root.p3bag_b, _root.p3bag_per);
}
if (_root.baginair == "bag13right04c") {
_root.TrajectoryFormula();
this._rotation = this._rotation + random(20);
if (_root.curside == "Left") {
this._x = this._x + _root.bagxadd01;
this._y = this._y - _root.bagysub01;
this._y = this._y + _root.bagyadd01;
} else {
this._x = this._x - _root.bagxadd01;
this._y = this._y - _root.bagysub01;
this._y = this._y + _root.bagyadd01;
}
}
if (this.cbag.hitTest(_root.lboxbackc)) {
this._x = this._x - (_root.bagxadd01 + 5);
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.rboxbackc)) {
this._x = this._x + (_root.bagxadd01 + 5);
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.backg01.cground) and (_root.baginair == "bag13right04c")) {
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (_root.curside == "Left") {
if (this.cbag.hitTest(_root.rbox.boxcright04) and (_root.baginair == "bag13right04c")) {
if ((_root.curturn == "P1") or (_root.curturn == "P3")) {
_root.team01rpoints = _root.team01rpoints + 1;
_root.showhit01.gotoAndPlay(2);
} else {
_root.team02rpoints = _root.team02rpoints + 1;
_root.showhit02.gotoAndPlay(2);
}
if (_root.trackstats == true) {
_root.culpoints = _root.culpoints + 1;
}
_root.turndone = true;
_root.sndclunk01.start();
_root.baginair = "None";
}
} else if (this.cbag.hitTest(_root.lbox.boxcright04) and (_root.baginair == "bag13right04c")) {
if ((_root.curturn == "P1") or (_root.curturn == "P3")) {
_root.team01rpoints = _root.team01rpoints + 1;
_root.showhit01.gotoAndPlay(2);
} else {
_root.team02rpoints = _root.team02rpoints + 1;
_root.showhit02.gotoAndPlay(2);
}
if (_root.trackstats == true) {
_root.culpoints = _root.culpoints + 1;
}
_root.sndclunk01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.rwallc)) {
this._x = this._x - (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.lwallc)) {
this._x = this._x + (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
}
Instance of Symbol 84 MovieClip "bag13right03c" in Frame 150
onClipEvent (enterFrame) {
if ((_root.curturn == "P1") and (_root.p1throws <= 3)) {
_root.p1bagColor = new Color(this.clothes);
_root.p1bagColor.setTint(_root.p1bag_r, _root.p1bag_g, _root.p1bag_b, _root.p1bag_per);
}
if ((_root.curturn == "P3") and (_root.p3throws <= 3)) {
_root.p3bagColor = new Color(this.clothes);
_root.p3bagColor.setTint(_root.p3bag_r, _root.p3bag_g, _root.p3bag_b, _root.p3bag_per);
}
if (_root.baginair == "bag13right03c") {
_root.TrajectoryFormula();
this._rotation = this._rotation + random(20);
if (_root.curside == "Left") {
this._x = this._x + _root.bagxadd01;
this._y = this._y - _root.bagysub01;
this._y = this._y + _root.bagyadd01;
} else {
this._x = this._x - _root.bagxadd01;
this._y = this._y - _root.bagysub01;
this._y = this._y + _root.bagyadd01;
}
}
if (this.cbag.hitTest(_root.lboxbackc)) {
this._x = this._x - (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.rboxbackc)) {
this._x = this._x + (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.backg01.cground) and (_root.baginair == "bag13right03c")) {
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (_root.curside == "Left") {
if (this.cbag.hitTest(_root.rbox.boxcright03) and (_root.baginair == "bag13right03c")) {
if ((_root.curturn == "P1") or (_root.curturn == "P3")) {
_root.team01rpoints = _root.team01rpoints + 1;
_root.showhit01.gotoAndPlay(2);
} else {
_root.team02rpoints = _root.team02rpoints + 1;
_root.showhit02.gotoAndPlay(2);
}
if (_root.trackstats == true) {
_root.culpoints = _root.culpoints + 1;
}
_root.sndclunk01.start();
_root.turndone = true;
_root.baginair = "None";
}
} else if (this.cbag.hitTest(_root.lbox.boxcright03) and (_root.baginair == "bag13right03c")) {
if ((_root.curturn == "P1") or (_root.curturn == "P3")) {
_root.team01rpoints = _root.team01rpoints + 1;
_root.showhit01.gotoAndPlay(2);
} else {
_root.team02rpoints = _root.team02rpoints + 1;
_root.showhit02.gotoAndPlay(2);
}
if (_root.trackstats == true) {
_root.culpoints = _root.culpoints + 1;
}
_root.sndclunk01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.rwallc)) {
this._x = this._x - (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.lwallc)) {
this._x = this._x + (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
}
Instance of Symbol 84 MovieClip "bag13right02c" in Frame 150
onClipEvent (enterFrame) {
if ((_root.curturn == "P1") and (_root.p1throws <= 3)) {
_root.p1bagColor = new Color(this.clothes);
_root.p1bagColor.setTint(_root.p1bag_r, _root.p1bag_g, _root.p1bag_b, _root.p1bag_per);
}
if ((_root.curturn == "P3") and (_root.p3throws <= 3)) {
_root.p3bagColor = new Color(this.clothes);
_root.p3bagColor.setTint(_root.p3bag_r, _root.p3bag_g, _root.p3bag_b, _root.p3bag_per);
}
if (_root.baginair == "bag13right02c") {
_root.TrajectoryFormula();
this._rotation = this._rotation + random(20);
if (_root.curside == "Left") {
this._x = this._x + _root.bagxadd01;
this._y = this._y - _root.bagysub01;
this._y = this._y + _root.bagyadd01;
} else {
this._x = this._x - _root.bagxadd01;
this._y = this._y - _root.bagysub01;
this._y = this._y + _root.bagyadd01;
}
}
if (this.cbag.hitTest(_root.lboxbackc)) {
this._x = this._x - (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.rboxbackc)) {
this._x = this._x + (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.backg01.cground) and (_root.baginair == "bag13right02c")) {
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (_root.curside == "Left") {
if (this.cbag.hitTest(_root.rbox.boxcright02) and (_root.baginair == "bag13right02c")) {
if ((_root.curturn == "P1") or (_root.curturn == "P3")) {
_root.team01rpoints = _root.team01rpoints + 1;
_root.showhit01.gotoAndPlay(2);
} else {
_root.team02rpoints = _root.team02rpoints + 1;
_root.showhit02.gotoAndPlay(2);
}
if (_root.trackstats == true) {
_root.culpoints = _root.culpoints + 1;
}
_root.sndclunk01.start();
_root.turndone = true;
_root.baginair = "None";
}
} else if (this.cbag.hitTest(_root.lbox.boxcright02) and (_root.baginair == "bag13right02c")) {
if ((_root.curturn == "P1") or (_root.curturn == "P3")) {
_root.team01rpoints = _root.team01rpoints + 1;
_root.showhit01.gotoAndPlay(2);
} else {
_root.team02rpoints = _root.team02rpoints + 1;
_root.showhit02.gotoAndPlay(2);
}
if (_root.trackstats == true) {
_root.culpoints = _root.culpoints + 1;
}
_root.sndclunk01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.rwallc)) {
this._x = this._x - (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.lwallc)) {
this._x = this._x + (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
}
Instance of Symbol 84 MovieClip "bag13right01c" in Frame 150
onClipEvent (enterFrame) {
if ((_root.curturn == "P1") and (_root.p1throws <= 3)) {
_root.p1bagColor = new Color(this.clothes);
_root.p1bagColor.setTint(_root.p1bag_r, _root.p1bag_g, _root.p1bag_b, _root.p1bag_per);
}
if ((_root.curturn == "P3") and (_root.p3throws <= 3)) {
_root.p3bagColor = new Color(this.clothes);
_root.p3bagColor.setTint(_root.p3bag_r, _root.p3bag_g, _root.p3bag_b, _root.p3bag_per);
}
if (_root.baginair == "bag13right01c") {
_root.TrajectoryFormula();
this._rotation = this._rotation + random(20);
if (_root.curside == "Left") {
this._x = this._x + _root.bagxadd01;
this._y = this._y - _root.bagysub01;
this._y = this._y + _root.bagyadd01;
} else {
this._x = this._x - _root.bagxadd01;
this._y = this._y - _root.bagysub01;
this._y = this._y + _root.bagyadd01;
}
}
if (this.cbag.hitTest(_root.lboxbackc)) {
this._x = this._x - (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.rboxbackc)) {
this._x = this._x + (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.backg01.cground) and (_root.baginair == "bag13right01c")) {
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (_root.curside == "Left") {
if (this.cbag.hitTest(_root.rbox.boxcright01) and (_root.baginair == "bag13right01c")) {
if ((_root.curturn == "P1") or (_root.curturn == "P3")) {
_root.team01rpoints = _root.team01rpoints + 1;
_root.showhit01.gotoAndPlay(2);
} else {
_root.team02rpoints = _root.team02rpoints + 1;
_root.showhit02.gotoAndPlay(2);
}
if (_root.trackstats == true) {
_root.culpoints = _root.culpoints + 1;
}
_root.sndclunk01.start();
_root.turndone = true;
_root.baginair = "None";
}
} else if (this.cbag.hitTest(_root.lbox.boxcright01) and (_root.baginair == "bag13right01c")) {
if ((_root.curturn == "P1") or (_root.curturn == "P3")) {
_root.team01rpoints = _root.team01rpoints + 1;
_root.showhit01.gotoAndPlay(2);
} else {
_root.team02rpoints = _root.team02rpoints + 1;
_root.showhit02.gotoAndPlay(2);
}
if (_root.trackstats == true) {
_root.culpoints = _root.culpoints + 1;
}
_root.sndclunk01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.rwallc)) {
this._x = this._x - (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.lwallc)) {
this._x = this._x + (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
}
Instance of Symbol 84 MovieClip "bag13backc" in Frame 150
onClipEvent (enterFrame) {
if ((_root.curturn == "P1") and (_root.p1throws <= 3)) {
_root.p1bagColor = new Color(this.clothes);
_root.p1bagColor.setTint(_root.p1bag_r, _root.p1bag_g, _root.p1bag_b, _root.p1bag_per);
}
if ((_root.curturn == "P3") and (_root.p3throws <= 3)) {
_root.p3bagColor = new Color(this.clothes);
_root.p3bagColor.setTint(_root.p3bag_r, _root.p3bag_g, _root.p3bag_b, _root.p3bag_per);
}
if (_root.baginair == "bag13backc") {
_root.TrajectoryFormula();
this._rotation = this._rotation + random(20);
if (_root.curside == "Left") {
this._x = this._x + _root.bagxadd01;
this._y = this._y - _root.bagysub01;
this._y = this._y + _root.bagyadd01;
} else {
this._x = this._x - _root.bagxadd01;
this._y = this._y - _root.bagysub01;
this._y = this._y + _root.bagyadd01;
}
}
if (this.cbag.hitTest(_root.lboxbackc)) {
this._x = this._x - (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.rboxbackc)) {
this._x = this._x + (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.backg01.cground) and (_root.baginair == "bag13backc")) {
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.rwallc)) {
this._x = this._x - (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.lwallc)) {
this._x = this._x + (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
}
Instance of Symbol 84 MovieClip "bag13forec" in Frame 150
onClipEvent (enterFrame) {
if ((_root.curturn == "P1") and (_root.p1throws <= 3)) {
_root.p1bagColor = new Color(this.clothes);
_root.p1bagColor.setTint(_root.p1bag_r, _root.p1bag_g, _root.p1bag_b, _root.p1bag_per);
}
if ((_root.curturn == "P3") and (_root.p3throws <= 3)) {
_root.p3bagColor = new Color(this.clothes);
_root.p3bagColor.setTint(_root.p3bag_r, _root.p3bag_g, _root.p3bag_b, _root.p3bag_per);
}
if (_root.baginair == "bag13forec") {
_root.TrajectoryFormula();
this._rotation = this._rotation + random(20);
if (_root.curside == "Left") {
this._x = this._x + _root.bagxadd01;
this._y = this._y - _root.bagysub01;
this._y = this._y + _root.bagyadd01;
} else {
this._x = this._x - _root.bagxadd01;
this._y = this._y - _root.bagysub01;
this._y = this._y + _root.bagyadd01;
}
}
if (this.cbag.hitTest(_root.lboxbackc)) {
this._x = this._x - (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.rboxbackc)) {
this._x = this._x + (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.backg01.cground) and (_root.baginair == "bag13forec")) {
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.rwallc)) {
this._x = this._x - (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.lwallc)) {
this._x = this._x + (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
}
Instance of Symbol 84 MovieClip "bag24backc" in Frame 150
onClipEvent (enterFrame) {
if (_root.curturn == "P2") {
_root.p1bagColor = new Color(this.clothes);
_root.p1bagColor.setTint(_root.p2bag_r, _root.p2bag_g, _root.p2bag_b, _root.p2bag_per);
}
if (_root.curturn == "P4") {
_root.p3bagColor = new Color(this.clothes);
_root.p3bagColor.setTint(_root.p4bag_r, _root.p4bag_g, _root.p4bag_b, _root.p4bag_per);
}
if (_root.baginair == "bag24backc") {
_root.TrajectoryFormula();
this._rotation = this._rotation + random(20);
if (_root.curside == "Left") {
this._x = this._x + _root.bagxadd01;
this._y = this._y - _root.bagysub01;
this._y = this._y + _root.bagyadd01;
} else {
this._x = this._x - _root.bagxadd01;
this._y = this._y - _root.bagysub01;
this._y = this._y + _root.bagyadd01;
}
}
if (this.cbag.hitTest(_root.lboxbackc)) {
this._x = this._x - (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.rboxbackc)) {
this._x = this._x + (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.backg01.cground) and (_root.baginair == "bag24backc")) {
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.rwallc)) {
this._x = this._x - (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.lwallc)) {
this._x = this._x + (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
}
Instance of Symbol 84 MovieClip "bag24left01c" in Frame 150
onClipEvent (enterFrame) {
if (_root.curturn == "P2") {
_root.p1bagColor = new Color(this.clothes);
_root.p1bagColor.setTint(_root.p2bag_r, _root.p2bag_g, _root.p2bag_b, _root.p2bag_per);
}
if (_root.curturn == "P4") {
_root.p3bagColor = new Color(this.clothes);
_root.p3bagColor.setTint(_root.p4bag_r, _root.p4bag_g, _root.p4bag_b, _root.p4bag_per);
}
if (_root.baginair == "bag24left01c") {
_root.TrajectoryFormula();
this._rotation = this._rotation + random(20);
if (_root.curside == "Left") {
this._x = this._x + _root.bagxadd01;
this._y = this._y - _root.bagysub01;
this._y = this._y + _root.bagyadd01;
} else {
this._x = this._x - _root.bagxadd01;
this._y = this._y - _root.bagysub01;
this._y = this._y + _root.bagyadd01;
}
}
if (this.cbag.hitTest(_root.lboxbackc)) {
this._x = this._x - (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.rboxbackc)) {
this._x = this._x + (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.backg01.cground) and (_root.baginair == "bag24left01c")) {
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (_root.curside == "Left") {
if (this.cbag.hitTest(_root.rbox.boxcleft01) and (_root.baginair == "bag24left01c")) {
if ((_root.curturn == "P2") or (_root.curturn == "P4")) {
_root.team02rpoints = _root.team02rpoints + 1;
_root.showhit02.gotoAndPlay(2);
} else {
_root.team01rpoints = _root.team01rpoints + 1;
_root.showhit01.gotoAndPlay(2);
}
_root.sndclunk01.start();
_root.turndone = true;
_root.baginair = "None";
}
} else if (this.cbag.hitTest(_root.lbox.boxcleft01) and (_root.baginair == "bag24left01c")) {
if ((_root.curturn == "P2") or (_root.curturn == "P4")) {
_root.team02rpoints = _root.team02rpoints + 1;
_root.showhit02.gotoAndPlay(2);
} else {
_root.team01rpoints = _root.team01rpoints + 1;
_root.showhit01.gotoAndPlay(2);
}
_root.sndclunk01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.rwallc)) {
this._x = this._x - (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.lwallc)) {
this._x = this._x + (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
}
Instance of Symbol 84 MovieClip "bag24left02c" in Frame 150
onClipEvent (enterFrame) {
if (_root.curturn == "P2") {
_root.p1bagColor = new Color(this.clothes);
_root.p1bagColor.setTint(_root.p2bag_r, _root.p2bag_g, _root.p2bag_b, _root.p2bag_per);
}
if (_root.curturn == "P4") {
_root.p3bagColor = new Color(this.clothes);
_root.p3bagColor.setTint(_root.p4bag_r, _root.p4bag_g, _root.p4bag_b, _root.p4bag_per);
}
if (_root.baginair == "bag24left02c") {
_root.TrajectoryFormula();
this._rotation = this._rotation + random(20);
if (_root.curside == "Left") {
this._x = this._x + _root.bagxadd01;
this._y = this._y - _root.bagysub01;
this._y = this._y + _root.bagyadd01;
} else {
this._x = this._x - _root.bagxadd01;
this._y = this._y - _root.bagysub01;
this._y = this._y + _root.bagyadd01;
}
}
if (this.cbag.hitTest(_root.lboxbackc)) {
this._x = this._x - (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.rboxbackc)) {
this._x = this._x + (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.backg01.cground) and (_root.baginair == "bag24left02c")) {
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (_root.curside == "Left") {
if (this.cbag.hitTest(_root.rbox.boxcleft01) and (_root.baginair == "bag24left02c")) {
if ((_root.curturn == "P2") or (_root.curturn == "P4")) {
_root.team02rpoints = _root.team02rpoints + 1;
_root.showhit02.gotoAndPlay(2);
} else {
_root.team01rpoints = _root.team01rpoints + 1;
_root.showhit01.gotoAndPlay(2);
}
_root.sndclunk01.start();
_root.turndone = true;
_root.baginair = "None";
}
} else if (this.cbag.hitTest(_root.lbox.boxcleft01) and (_root.baginair == "bag24left02c")) {
if ((_root.curturn == "P2") or (_root.curturn == "P4")) {
_root.team02rpoints = _root.team02rpoints + 1;
_root.showhit02.gotoAndPlay(2);
} else {
_root.team01rpoints = _root.team01rpoints + 1;
_root.showhit01.gotoAndPlay(2);
}
_root.sndclunk01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.rwallc)) {
this._x = this._x - (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.lwallc)) {
this._x = this._x + (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
}
Instance of Symbol 84 MovieClip "bag24left03c" in Frame 150
onClipEvent (enterFrame) {
if (_root.curturn == "P2") {
_root.p1bagColor = new Color(this.clothes);
_root.p1bagColor.setTint(_root.p2bag_r, _root.p2bag_g, _root.p2bag_b, _root.p2bag_per);
}
if (_root.curturn == "P4") {
_root.p3bagColor = new Color(this.clothes);
_root.p3bagColor.setTint(_root.p4bag_r, _root.p4bag_g, _root.p4bag_b, _root.p4bag_per);
}
if (_root.baginair == "bag24left03c") {
_root.TrajectoryFormula();
this._rotation = this._rotation + random(20);
if (_root.curside == "Left") {
this._x = this._x + _root.bagxadd01;
this._y = this._y - _root.bagysub01;
this._y = this._y + _root.bagyadd01;
} else {
this._x = this._x - _root.bagxadd01;
this._y = this._y - _root.bagysub01;
this._y = this._y + _root.bagyadd01;
}
}
if (this.cbag.hitTest(_root.lboxbackc)) {
this._x = this._x - (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.rboxbackc)) {
this._x = this._x + (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.backg01.cground) and (_root.baginair == "bag24left03c")) {
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (_root.curside == "Left") {
if (this.cbag.hitTest(_root.rbox.boxcleft01) and (_root.baginair == "bag24left03c")) {
if ((_root.curturn == "P2") or (_root.curturn == "P4")) {
_root.team02rpoints = _root.team02rpoints + 1;
_root.showhit02.gotoAndPlay(2);
} else {
_root.team01rpoints = _root.team01rpoints + 1;
_root.showhit01.gotoAndPlay(2);
}
_root.sndclunk01.start();
_root.turndone = true;
_root.baginair = "None";
}
} else if (this.cbag.hitTest(_root.lbox.boxcleft01) and (_root.baginair == "bag24left03c")) {
if ((_root.curturn == "P2") or (_root.curturn == "P4")) {
_root.team02rpoints = _root.team02rpoints + 1;
_root.showhit02.gotoAndPlay(2);
} else {
_root.team01rpoints = _root.team01rpoints + 1;
_root.showhit01.gotoAndPlay(2);
}
_root.sndclunk01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.rwallc)) {
this._x = this._x - (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.lwallc)) {
this._x = this._x + (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
}
Instance of Symbol 84 MovieClip "bag24left04c" in Frame 150
onClipEvent (enterFrame) {
if (_root.curturn == "P2") {
_root.p1bagColor = new Color(this.clothes);
_root.p1bagColor.setTint(_root.p2bag_r, _root.p2bag_g, _root.p2bag_b, _root.p2bag_per);
}
if (_root.curturn == "P4") {
_root.p3bagColor = new Color(this.clothes);
_root.p3bagColor.setTint(_root.p4bag_r, _root.p4bag_g, _root.p4bag_b, _root.p4bag_per);
}
if (_root.baginair == "bag24left04c") {
_root.TrajectoryFormula();
this._rotation = this._rotation + random(20);
if (_root.curside == "Left") {
this._x = this._x + _root.bagxadd01;
this._y = this._y - _root.bagysub01;
this._y = this._y + _root.bagyadd01;
} else {
this._x = this._x - _root.bagxadd01;
this._y = this._y - _root.bagysub01;
this._y = this._y + _root.bagyadd01;
}
}
if (this.cbag.hitTest(_root.lboxbackc)) {
this._x = this._x - (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.rboxbackc)) {
this._x = this._x + (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.backg01.cground) and (_root.baginair == "bag24left04c")) {
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (_root.curside == "Left") {
if (this.cbag.hitTest(_root.rbox.boxcleft01) and (_root.baginair == "bag24left04c")) {
if ((_root.curturn == "P2") or (_root.curturn == "P4")) {
_root.team02rpoints = _root.team02rpoints + 1;
_root.showhit02.gotoAndPlay(2);
} else {
_root.team01rpoints = _root.team01rpoints + 1;
_root.showhit01.gotoAndPlay(2);
}
_root.sndclunk01.start();
_root.turndone = true;
_root.baginair = "None";
}
} else if (this.cbag.hitTest(_root.lbox.boxcleft01) and (_root.baginair == "bag24left04c")) {
if ((_root.curturn == "P2") or (_root.curturn == "P4")) {
_root.team02rpoints = _root.team02rpoints + 1;
_root.showhit02.gotoAndPlay(2);
} else {
_root.team01rpoints = _root.team01rpoints + 1;
_root.showhit01.gotoAndPlay(2);
}
_root.sndclunk01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.rwallc)) {
this._x = this._x - (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.lwallc)) {
this._x = this._x + (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
}
Instance of Symbol 84 MovieClip "bag24cenc" in Frame 150
onClipEvent (enterFrame) {
if (_root.curturn == "P2") {
_root.p1bagColor = new Color(this.clothes);
_root.p1bagColor.setTint(_root.p2bag_r, _root.p2bag_g, _root.p2bag_b, _root.p2bag_per);
}
if (_root.curturn == "P4") {
_root.p3bagColor = new Color(this.clothes);
_root.p3bagColor.setTint(_root.p4bag_r, _root.p4bag_g, _root.p4bag_b, _root.p4bag_per);
}
if (_root.baginair == "bag24cenc") {
_root.TrajectoryFormula();
this._rotation = this._rotation + random(20);
if (_root.curside == "Left") {
this._x = this._x + _root.bagxadd01;
this._y = this._y - _root.bagysub01;
this._y = this._y + _root.bagyadd01;
} else {
this._x = this._x - _root.bagxadd01;
this._y = this._y - _root.bagysub01;
this._y = this._y + _root.bagyadd01;
}
}
if (this.cbag.hitTest(_root.lboxbackc)) {
this._x = this._x - (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.rboxbackc)) {
this._x = this._x + (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.backg01.cground) and (_root.baginair == "bag24cenc")) {
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (_root.curside == "Left") {
if (this.cbag.hitTest(_root.rbox.boxccenterhole) and (_root.baginair == "bag24cenc")) {
if ((_root.curturn == "P2") or (_root.curturn == "P4")) {
_root.team02rpoints = _root.team02rpoints + 3;
_root.showhole02.gotoAndPlay(2);
} else {
_root.team01rpoints = _root.team01rpoints + 3;
_root.showhole01.gotoAndPlay(2);
}
_root.sndslam01.start();
_root.turndone = true;
_root.baginair = "None";
this.gotoAndStop(2);
}
if (this.cbag.hitTest(_root.rbox.boxccenter) and (_root.baginair == "bag24cenc")) {
if ((_root.curturn == "P2") or (_root.curturn == "P4")) {
_root.team02rpoints = _root.team02rpoints + 1;
_root.showhit02.gotoAndPlay(2);
} else {
_root.team01rpoints = _root.team01rpoints + 1;
_root.showhit01.gotoAndPlay(2);
}
_root.sndclunk01.start();
_root.turndone = true;
_root.baginair = "None";
}
} else {
if (this.cbag.hitTest(_root.lbox.boxccenterhole) and (_root.baginair == "bag24cenc")) {
if ((_root.curturn == "P2") or (_root.curturn == "P4")) {
_root.team02rpoints = _root.team02rpoints + 3;
_root.showhole02.gotoAndPlay(2);
} else {
_root.team01rpoints = _root.team01rpoints + 3;
_root.showhole01.gotoAndPlay(2);
}
_root.sndslam01.start();
_root.baginair = "None";
_root.turndone = true;
this.gotoAndStop(2);
}
if (this.cbag.hitTest(_root.lbox.boxccenter) and (_root.baginair == "bag24cenc")) {
if ((_root.curturn == "P2") or (_root.curturn == "P4")) {
_root.team02rpoints = _root.team02rpoints + 1;
_root.showhit02.gotoAndPlay(2);
} else {
_root.team01rpoints = _root.team01rpoints + 1;
_root.showhit01.gotoAndPlay(2);
}
_root.sndclunk01.start();
_root.turndone = true;
_root.baginair = "None";
}
}
if (this.cbag.hitTest(_root.rwallc)) {
this._x = this._x - (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.lwallc)) {
this._x = this._x + (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
}
Instance of Symbol 84 MovieClip "bag24right04c" in Frame 150
onClipEvent (enterFrame) {
if (_root.curturn == "P2") {
_root.p1bagColor = new Color(this.clothes);
_root.p1bagColor.setTint(_root.p2bag_r, _root.p2bag_g, _root.p2bag_b, _root.p2bag_per);
}
if (_root.curturn == "P4") {
_root.p3bagColor = new Color(this.clothes);
_root.p3bagColor.setTint(_root.p4bag_r, _root.p4bag_g, _root.p4bag_b, _root.p4bag_per);
}
if (_root.baginair == "bag24right04c") {
_root.TrajectoryFormula();
this._rotation = this._rotation + random(20);
if (_root.curside == "Left") {
this._x = this._x + _root.bagxadd01;
this._y = this._y - _root.bagysub01;
this._y = this._y + _root.bagyadd01;
} else {
this._x = this._x - _root.bagxadd01;
this._y = this._y - _root.bagysub01;
this._y = this._y + _root.bagyadd01;
}
}
if (this.cbag.hitTest(_root.lboxbackc)) {
this._x = this._x - (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.rboxbackc)) {
this._x = this._x + (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.backg01.cground) and (_root.baginair == "bag24right04c")) {
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (_root.curside == "Left") {
if (this.cbag.hitTest(_root.rbox.boxcleft01) and (_root.baginair == "bag24right04c")) {
if ((_root.curturn == "P2") or (_root.curturn == "P4")) {
_root.team02rpoints = _root.team02rpoints + 1;
_root.showhit02.gotoAndPlay(2);
} else {
_root.team01rpoints = _root.team01rpoints + 1;
_root.showhit01.gotoAndPlay(2);
}
_root.sndclunk01.start();
_root.turndone = true;
_root.baginair = "None";
}
} else if (this.cbag.hitTest(_root.lbox.boxcleft01) and (_root.baginair == "bag24right04c")) {
if ((_root.curturn == "P2") or (_root.curturn == "P4")) {
_root.team02rpoints = _root.team02rpoints + 1;
_root.showhit02.gotoAndPlay(2);
} else {
_root.team01rpoints = _root.team01rpoints + 1;
_root.showhit01.gotoAndPlay(2);
}
_root.sndclunk01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.rwallc)) {
this._x = this._x - (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.lwallc)) {
this._x = this._x + (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
}
Instance of Symbol 84 MovieClip "bag24right03c" in Frame 150
onClipEvent (enterFrame) {
if (_root.curturn == "P2") {
_root.p1bagColor = new Color(this.clothes);
_root.p1bagColor.setTint(_root.p2bag_r, _root.p2bag_g, _root.p2bag_b, _root.p2bag_per);
}
if (_root.curturn == "P4") {
_root.p3bagColor = new Color(this.clothes);
_root.p3bagColor.setTint(_root.p4bag_r, _root.p4bag_g, _root.p4bag_b, _root.p4bag_per);
}
if (_root.baginair == "bag24right03c") {
_root.TrajectoryFormula();
this._rotation = this._rotation + random(20);
if (_root.curside == "Left") {
this._x = this._x + _root.bagxadd01;
this._y = this._y - _root.bagysub01;
this._y = this._y + _root.bagyadd01;
} else {
this._x = this._x - _root.bagxadd01;
this._y = this._y - _root.bagysub01;
this._y = this._y + _root.bagyadd01;
}
}
if (this.cbag.hitTest(_root.lboxbackc)) {
this._x = this._x - (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.rboxbackc)) {
this._x = this._x + (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.backg01.cground) and (_root.baginair == "bag24right03c")) {
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (_root.curside == "Left") {
if (this.cbag.hitTest(_root.rbox.boxcleft01) and (_root.baginair == "bag24right03c")) {
if ((_root.curturn == "P2") or (_root.curturn == "P4")) {
_root.team02rpoints = _root.team02rpoints + 1;
_root.showhit02.gotoAndPlay(2);
} else {
_root.team01rpoints = _root.team01rpoints + 1;
_root.showhit01.gotoAndPlay(2);
}
_root.sndclunk01.start();
_root.turndone = true;
_root.baginair = "None";
}
} else if (this.cbag.hitTest(_root.lbox.boxcleft01) and (_root.baginair == "bag24right03c")) {
if ((_root.curturn == "P2") or (_root.curturn == "P4")) {
_root.team02rpoints = _root.team02rpoints + 1;
_root.showhit02.gotoAndPlay(2);
} else {
_root.team01rpoints = _root.team01rpoints + 1;
_root.showhit01.gotoAndPlay(2);
}
_root.sndclunk01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.rwallc)) {
this._x = this._x - (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.lwallc)) {
this._x = this._x + (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
}
Instance of Symbol 84 MovieClip "bag24right02c" in Frame 150
onClipEvent (enterFrame) {
if (_root.curturn == "P2") {
_root.p1bagColor = new Color(this.clothes);
_root.p1bagColor.setTint(_root.p2bag_r, _root.p2bag_g, _root.p2bag_b, _root.p2bag_per);
}
if (_root.curturn == "P4") {
_root.p3bagColor = new Color(this.clothes);
_root.p3bagColor.setTint(_root.p4bag_r, _root.p4bag_g, _root.p4bag_b, _root.p4bag_per);
}
if (_root.baginair == "bag24right02c") {
_root.TrajectoryFormula();
this._rotation = this._rotation + random(20);
if (_root.curside == "Left") {
this._x = this._x + _root.bagxadd01;
this._y = this._y - _root.bagysub01;
this._y = this._y + _root.bagyadd01;
} else {
this._x = this._x - _root.bagxadd01;
this._y = this._y - _root.bagysub01;
this._y = this._y + _root.bagyadd01;
}
}
if (this.cbag.hitTest(_root.lboxbackc)) {
this._x = this._x - (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.rboxbackc)) {
this._x = this._x + (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.backg01.cground) and (_root.baginair == "bag24right02c")) {
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (_root.curside == "Left") {
if (this.cbag.hitTest(_root.rbox.boxcleft01) and (_root.baginair == "bag24right02c")) {
if ((_root.curturn == "P2") or (_root.curturn == "P4")) {
_root.team02rpoints = _root.team02rpoints + 1;
_root.showhit02.gotoAndPlay(2);
} else {
_root.team01rpoints = _root.team01rpoints + 1;
_root.showhit01.gotoAndPlay(2);
}
_root.sndclunk01.start();
_root.turndone = true;
_root.baginair = "None";
}
} else if (this.cbag.hitTest(_root.lbox.boxcleft01) and (_root.baginair == "bag24right02c")) {
if ((_root.curturn == "P2") or (_root.curturn == "P4")) {
_root.team02rpoints = _root.team02rpoints + 1;
_root.showhit02.gotoAndPlay(2);
} else {
_root.team01rpoints = _root.team01rpoints + 1;
_root.showhit01.gotoAndPlay(2);
}
_root.sndclunk01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.rwallc)) {
this._x = this._x - (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.lwallc)) {
this._x = this._x + (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
}
Instance of Symbol 84 MovieClip "bag24right01c" in Frame 150
onClipEvent (enterFrame) {
if (_root.curturn == "P2") {
_root.p1bagColor = new Color(this.clothes);
_root.p1bagColor.setTint(_root.p2bag_r, _root.p2bag_g, _root.p2bag_b, _root.p2bag_per);
}
if (_root.curturn == "P4") {
_root.p3bagColor = new Color(this.clothes);
_root.p3bagColor.setTint(_root.p4bag_r, _root.p4bag_g, _root.p4bag_b, _root.p4bag_per);
}
if (_root.baginair == "bag24right01c") {
_root.TrajectoryFormula();
this._rotation = this._rotation + random(20);
if (_root.curside == "Left") {
this._x = this._x + _root.bagxadd01;
this._y = this._y - _root.bagysub01;
this._y = this._y + _root.bagyadd01;
} else {
this._x = this._x - _root.bagxadd01;
this._y = this._y - _root.bagysub01;
this._y = this._y + _root.bagyadd01;
}
}
if (this.cbag.hitTest(_root.lboxbackc)) {
this._x = this._x - (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.rboxbackc)) {
this._x = this._x + (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.backg01.cground) and (_root.baginair == "bag24right01c")) {
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (_root.curside == "Left") {
if (this.cbag.hitTest(_root.rbox.boxcleft01) and (_root.baginair == "bag24right01c")) {
if ((_root.curturn == "P2") or (_root.curturn == "P4")) {
_root.team02rpoints = _root.team02rpoints + 1;
_root.showhit02.gotoAndPlay(2);
} else {
_root.team01rpoints = _root.team01rpoints + 1;
_root.showhit01.gotoAndPlay(2);
}
_root.sndclunk01.start();
_root.turndone = true;
_root.baginair = "None";
}
} else if (this.cbag.hitTest(_root.lbox.boxcleft01) and (_root.baginair == "bag24right01c")) {
if ((_root.curturn == "P2") or (_root.curturn == "P4")) {
_root.team02rpoints = _root.team02rpoints + 1;
_root.showhit02.gotoAndPlay(2);
} else {
_root.team01rpoints = _root.team01rpoints + 1;
_root.showhit01.gotoAndPlay(2);
}
_root.sndclunk01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.rwallc)) {
this._x = this._x - (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.lwallc)) {
this._x = this._x + (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
}
Instance of Symbol 84 MovieClip "bag24forec" in Frame 150
onClipEvent (enterFrame) {
if (_root.curturn == "P2") {
_root.p1bagColor = new Color(this.clothes);
_root.p1bagColor.setTint(_root.p2bag_r, _root.p2bag_g, _root.p2bag_b, _root.p2bag_per);
}
if (_root.curturn == "P4") {
_root.p3bagColor = new Color(this.clothes);
_root.p3bagColor.setTint(_root.p4bag_r, _root.p4bag_g, _root.p4bag_b, _root.p4bag_per);
}
if (_root.baginair == "bag24forec") {
_root.TrajectoryFormula();
this._rotation = this._rotation + random(20);
if (_root.curside == "Left") {
this._x = this._x + _root.bagxadd01;
this._y = this._y - _root.bagysub01;
this._y = this._y + _root.bagyadd01;
} else {
this._x = this._x - _root.bagxadd01;
this._y = this._y - _root.bagysub01;
this._y = this._y + _root.bagyadd01;
}
}
if (this.cbag.hitTest(_root.lboxbackc)) {
this._x = this._x - (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.rboxbackc)) {
this._x = this._x + (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.backg01.cground) and (_root.baginair == "bag24forec")) {
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.rwallc)) {
this._x = this._x - (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.lwallc)) {
this._x = this._x + (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
}
Instance of Symbol 84 MovieClip "bag13left01d" in Frame 150
onClipEvent (enterFrame) {
if ((_root.curturn == "P1") and (_root.p1throws <= 3)) {
_root.p1bagColor = new Color(this.clothes);
_root.p1bagColor.setTint(_root.p1bag_r, _root.p1bag_g, _root.p1bag_b, _root.p1bag_per);
}
if ((_root.curturn == "P3") and (_root.p3throws <= 3)) {
_root.p3bagColor = new Color(this.clothes);
_root.p3bagColor.setTint(_root.p3bag_r, _root.p3bag_g, _root.p3bag_b, _root.p3bag_per);
}
if (_root.baginair == "bag13left01d") {
_root.TrajectoryFormula();
this._rotation = this._rotation + random(20);
if (_root.curside == "Left") {
this._x = this._x + _root.bagxadd01;
this._y = this._y - _root.bagysub01;
this._y = this._y + _root.bagyadd01;
} else {
this._x = this._x - _root.bagxadd01;
this._y = this._y - _root.bagysub01;
this._y = this._y + _root.bagyadd01;
}
}
if (this.cbag.hitTest(_root.lboxbackc)) {
this._x = this._x - (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.rboxbackc)) {
this._x = this._x + (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.backg01.cground) and (_root.baginair == "bag13left01d")) {
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (_root.curside == "Left") {
if (this.cbag.hitTest(_root.rbox.boxcleft01) and (_root.baginair == "bag13left01d")) {
if ((_root.curturn == "P1") or (_root.curturn == "P3")) {
_root.team01rpoints = _root.team01rpoints + 1;
_root.showhit01.gotoAndPlay(2);
} else {
_root.team02rpoints = _root.team02rpoints + 1;
_root.showhit.gotoAndPlay(2);
}
if (_root.trackstats == true) {
_root.culpoints = _root.culpoints + 1;
}
_root.sndclunk01.start();
_root.turndone = true;
_root.baginair = "None";
}
} else if (this.cbag.hitTest(_root.lbox.boxcleft01) and (_root.baginair == "bag13left01d")) {
if ((_root.curturn == "P1") or (_root.curturn == "P3")) {
_root.team01rpoints = _root.team01rpoints + 1;
_root.showhit01.gotoAndPlay(2);
} else {
_root.team02rpoints = _root.team02rpoints + 1;
_root.showhit.gotoAndPlay(2);
}
if (_root.trackstats == true) {
_root.culpoints = _root.culpoints + 1;
}
_root.sndclunk01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.rwallc)) {
this._x = this._x - (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.lwallc)) {
this._x = this._x + (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
}
Instance of Symbol 84 MovieClip "bag13left02d" in Frame 150
onClipEvent (enterFrame) {
if ((_root.curturn == "P1") and (_root.p1throws <= 3)) {
_root.p1bagColor = new Color(this.clothes);
_root.p1bagColor.setTint(_root.p1bag_r, _root.p1bag_g, _root.p1bag_b, _root.p1bag_per);
}
if ((_root.curturn == "P3") and (_root.p3throws <= 3)) {
_root.p3bagColor = new Color(this.clothes);
_root.p3bagColor.setTint(_root.p3bag_r, _root.p3bag_g, _root.p3bag_b, _root.p3bag_per);
}
if (_root.baginair == "bag13left02d") {
_root.TrajectoryFormula();
this._rotation = this._rotation + random(20);
if (_root.curside == "Left") {
this._x = this._x + _root.bagxadd01;
this._y = this._y - _root.bagysub01;
this._y = this._y + _root.bagyadd01;
} else {
this._x = this._x - _root.bagxadd01;
this._y = this._y - _root.bagysub01;
this._y = this._y + _root.bagyadd01;
}
}
if (this.cbag.hitTest(_root.lboxbackc)) {
this._x = this._x - (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.rboxbackc)) {
this._x = this._x + (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.backg01.cground) and (_root.baginair == "bag13left02d")) {
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (_root.curside == "Left") {
if (this.cbag.hitTest(_root.rbox.boxcleft02) and (_root.baginair == "bag13left02d")) {
if ((_root.curturn == "P1") or (_root.curturn == "P3")) {
_root.team01rpoints = _root.team01rpoints + 1;
_root.showhit01.gotoAndPlay(2);
} else {
_root.team02rpoints = _root.team02rpoints + 1;
_root.showhit.gotoAndPlay(2);
}
if (_root.trackstats == true) {
_root.culpoints = _root.culpoints + 1;
}
_root.sndclunk01.start();
_root.turndone = true;
_root.baginair = "None";
}
} else if (this.cbag.hitTest(_root.lbox.boxcleft02) and (_root.baginair == "bag13left02d")) {
if ((_root.curturn == "P1") or (_root.curturn == "P3")) {
_root.team01rpoints = _root.team01rpoints + 1;
_root.showhit01.gotoAndPlay(2);
} else {
_root.team02rpoints = _root.team02rpoints + 1;
_root.showhit.gotoAndPlay(2);
}
if (_root.trackstats == true) {
_root.culpoints = _root.culpoints + 1;
}
_root.sndclunk01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.rwallc)) {
this._x = this._x - (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.lwallc)) {
this._x = this._x + (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
}
Instance of Symbol 84 MovieClip "bag13left03d" in Frame 150
onClipEvent (enterFrame) {
if ((_root.curturn == "P1") and (_root.p1throws <= 3)) {
_root.p1bagColor = new Color(this.clothes);
_root.p1bagColor.setTint(_root.p1bag_r, _root.p1bag_g, _root.p1bag_b, _root.p1bag_per);
}
if ((_root.curturn == "P3") and (_root.p3throws <= 3)) {
_root.p3bagColor = new Color(this.clothes);
_root.p3bagColor.setTint(_root.p3bag_r, _root.p3bag_g, _root.p3bag_b, _root.p3bag_per);
}
if (_root.baginair == "bag13left03d") {
_root.TrajectoryFormula();
this._rotation = this._rotation + random(20);
if (_root.curside == "Left") {
this._x = this._x + _root.bagxadd01;
this._y = this._y - _root.bagysub01;
this._y = this._y + _root.bagyadd01;
} else {
this._x = this._x - _root.bagxadd01;
this._y = this._y - _root.bagysub01;
this._y = this._y + _root.bagyadd01;
}
}
if (this.cbag.hitTest(_root.lboxbackc)) {
this._x = this._x - (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.rboxbackc)) {
this._x = this._x + (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.backg01.cground) and (_root.baginair == "bag13left03d")) {
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (_root.curside == "Left") {
if (this.cbag.hitTest(_root.rbox.boxcleft03) and (_root.baginair == "bag13left03d")) {
if ((_root.curturn == "P1") or (_root.curturn == "P3")) {
_root.team01rpoints = _root.team01rpoints + 1;
_root.showhit01.gotoAndPlay(2);
} else {
_root.team02rpoints = _root.team02rpoints + 1;
_root.showhit02.gotoAndPlay(2);
}
if (_root.trackstats == true) {
_root.culpoints = _root.culpoints + 1;
}
_root.sndclunk01.start();
_root.turndone = true;
_root.baginair = "None";
}
} else if (this.cbag.hitTest(_root.lbox.boxcleft03) and (_root.baginair == "bag13left03d")) {
if ((_root.curturn == "P1") or (_root.curturn == "P3")) {
_root.team01rpoints = _root.team01rpoints + 1;
_root.showhit01.gotoAndPlay(2);
} else {
_root.team02rpoints = _root.team02rpoints + 1;
_root.showhit02.gotoAndPlay(2);
}
if (_root.trackstats == true) {
_root.culpoints = _root.culpoints + 1;
}
_root.sndclunk01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.rwallc)) {
this._x = this._x - (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.lwallc)) {
this._x = this._x + (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
}
Instance of Symbol 84 MovieClip "bag13left04d" in Frame 150
onClipEvent (enterFrame) {
if ((_root.curturn == "P1") and (_root.p1throws <= 3)) {
_root.p1bagColor = new Color(this.clothes);
_root.p1bagColor.setTint(_root.p1bag_r, _root.p1bag_g, _root.p1bag_b, _root.p1bag_per);
}
if ((_root.curturn == "P3") and (_root.p3throws <= 3)) {
_root.p3bagColor = new Color(this.clothes);
_root.p3bagColor.setTint(_root.p3bag_r, _root.p3bag_g, _root.p3bag_b, _root.p3bag_per);
}
if (_root.baginair == "bag13left04d") {
_root.TrajectoryFormula();
this._rotation = this._rotation + random(20);
if (_root.curside == "Left") {
this._x = this._x + _root.bagxadd01;
this._y = this._y - _root.bagysub01;
this._y = this._y + _root.bagyadd01;
} else {
this._x = this._x - _root.bagxadd01;
this._y = this._y - _root.bagysub01;
this._y = this._y + _root.bagyadd01;
}
}
if (this.cbag.hitTest(_root.lboxbackc)) {
this._x = this._x - (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.rboxbackc)) {
this._x = this._x + (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.backg01.cground) and (_root.baginair == "bag13left04d")) {
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (_root.curside == "Left") {
if (this.cbag.hitTest(_root.rbox.boxcleft04) and (_root.baginair == "bag13left04d")) {
if ((_root.curturn == "P1") or (_root.curturn == "P3")) {
_root.team01rpoints = _root.team01rpoints + 1;
_root.showhit01.gotoAndPlay(2);
} else {
_root.team02rpoints = _root.team02rpoints + 1;
_root.showhit02.gotoAndPlay(2);
}
if (_root.trackstats == true) {
_root.culpoints = _root.culpoints + 1;
}
_root.sndclunk01.start();
_root.turndone = true;
_root.baginair = "None";
}
} else if (this.cbag.hitTest(_root.lbox.boxcleft04) and (_root.baginair == "bag13left04d")) {
if ((_root.curturn == "P1") or (_root.curturn == "P3")) {
_root.team01rpoints = _root.team01rpoints + 1;
_root.showhit01.gotoAndPlay(2);
} else {
_root.team02rpoints = _root.team02rpoints + 1;
_root.showhit02.gotoAndPlay(2);
}
if (_root.trackstats == true) {
_root.culpoints = _root.culpoints + 1;
}
_root.sndclunk01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.rwallc)) {
this._x = this._x - (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.lwallc)) {
this._x = this._x + (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
}
Instance of Symbol 84 MovieClip "bag13cend" in Frame 150
onClipEvent (enterFrame) {
if ((_root.curturn == "P1") and (_root.p1throws <= 3)) {
_root.p1bagColor = new Color(this.clothes);
_root.p1bagColor.setTint(_root.p1bag_r, _root.p1bag_g, _root.p1bag_b, _root.p1bag_per);
}
if ((_root.curturn == "P3") and (_root.p3throws <= 3)) {
_root.p3bagColor = new Color(this.clothes);
_root.p3bagColor.setTint(_root.p3bag_r, _root.p3bag_g, _root.p3bag_b, _root.p3bag_per);
}
if (_root.baginair == "bag13cend") {
_root.TrajectoryFormula();
this._rotation = this._rotation + random(20);
if (_root.curside == "Left") {
this._x = this._x + _root.bagxadd01;
this._y = this._y - _root.bagysub01;
this._y = this._y + _root.bagyadd01;
} else {
this._x = this._x - _root.bagxadd01;
this._y = this._y - _root.bagysub01;
this._y = this._y + _root.bagyadd01;
}
}
if (this.cbag.hitTest(_root.lboxbackc)) {
this._x = this._x - (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.rboxbackc)) {
this._x = this._x + (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.backg01.cground) and (_root.baginair == "bag13cend")) {
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (_root.curside == "Left") {
if (this.cbag.hitTest(_root.rbox.boxccenterhole) and (_root.baginair == "bag13cend")) {
if ((_root.curturn == "P1") or (_root.curturn == "P3")) {
_root.team01rpoints = _root.team01rpoints + 3;
_root.showhole01.gotoAndPlay(2);
} else {
_root.team02rpoints = _root.team02rpoints + 3;
_root.showhole02.gotoAndPlay(2);
}
if (_root.trackstats == true) {
_root.culpoints = _root.culpoints + 3;
_root.culholes = _root.culholes + 1;
}
_root.sndslam01.start();
_root.turndone = true;
_root.baginair = "None";
this.gotoAndStop(2);
}
if (this.cbag.hitTest(_root.rbox.boxccenter) and (_root.baginair == "bag13cend")) {
if ((_root.curturn == "P1") or (_root.curturn == "P3")) {
_root.team01rpoints = _root.team01rpoints + 1;
_root.showhit01.gotoAndPlay(2);
} else {
_root.team02rpoints = _root.team02rpoints + 1;
_root.showhit02.gotoAndPlay(2);
}
if (_root.trackstats == true) {
_root.culpoints = _root.culpoints + 1;
}
_root.sndclunk01.start();
_root.turndone = true;
_root.baginair = "None";
}
} else {
if (this.cbag.hitTest(_root.lbox.boxccenterhole) and (_root.baginair == "bag13cend")) {
if ((_root.curturn == "P1") or (_root.curturn == "P3")) {
_root.team01rpoints = _root.team01rpoints + 3;
_root.showhole01.gotoAndPlay(2);
} else {
_root.team02rpoints = _root.team02rpoints + 3;
_root.showhole02.gotoAndPlay(2);
}
if (_root.trackstats == true) {
_root.culpoints = _root.culpoints + 3;
_root.culholes = _root.culholes + 1;
}
_root.sndslam01.start();
_root.baginair = "None";
_root.turndone = true;
this.gotoAndStop(2);
}
if (this.cbag.hitTest(_root.lbox.boxccenter) and (_root.baginair == "bag13cend")) {
if ((_root.curturn == "P1") or (_root.curturn == "P3")) {
_root.team01rpoints = _root.team01rpoints + 1;
_root.showhit01.gotoAndPlay(2);
} else {
_root.team02rpoints = _root.team02rpoints + 1;
_root.showhit02.gotoAndPlay(2);
}
if (_root.trackstats == true) {
_root.culpoints = _root.culpoints + 1;
}
_root.sndclunk01.start();
_root.turndone = true;
_root.baginair = "None";
}
}
if (this.cbag.hitTest(_root.rwallc)) {
this._x = this._x - (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.lwallc)) {
this._x = this._x + (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
}
Instance of Symbol 84 MovieClip "bag13right04d" in Frame 150
onClipEvent (enterFrame) {
if ((_root.curturn == "P1") and (_root.p1throws <= 3)) {
_root.p1bagColor = new Color(this.clothes);
_root.p1bagColor.setTint(_root.p1bag_r, _root.p1bag_g, _root.p1bag_b, _root.p1bag_per);
}
if ((_root.curturn == "P3") and (_root.p3throws <= 3)) {
_root.p3bagColor = new Color(this.clothes);
_root.p3bagColor.setTint(_root.p3bag_r, _root.p3bag_g, _root.p3bag_b, _root.p3bag_per);
}
if (_root.baginair == "bag13right04d") {
_root.TrajectoryFormula();
this._rotation = this._rotation + random(20);
if (_root.curside == "Left") {
this._x = this._x + _root.bagxadd01;
this._y = this._y - _root.bagysub01;
this._y = this._y + _root.bagyadd01;
} else {
this._x = this._x - _root.bagxadd01;
this._y = this._y - _root.bagysub01;
this._y = this._y + _root.bagyadd01;
}
}
if (this.cbag.hitTest(_root.lboxbackc)) {
this._x = this._x - (_root.bagxadd01 + 5);
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.rboxbackc)) {
this._x = this._x + (_root.bagxadd01 + 5);
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.backg01.cground) and (_root.baginair == "bag13right04d")) {
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (_root.curside == "Left") {
if (this.cbag.hitTest(_root.rbox.boxcright04) and (_root.baginair == "bag13right04d")) {
if ((_root.curturn == "P1") or (_root.curturn == "P3")) {
_root.team01rpoints = _root.team01rpoints + 1;
_root.showhit01.gotoAndPlay(2);
} else {
_root.team02rpoints = _root.team02rpoints + 1;
_root.showhit02.gotoAndPlay(2);
}
if (_root.trackstats == true) {
_root.culpoints = _root.culpoints + 1;
}
_root.turndone = true;
_root.sndclunk01.start();
_root.baginair = "None";
}
} else if (this.cbag.hitTest(_root.lbox.boxcright04) and (_root.baginair == "bag13right04d")) {
if ((_root.curturn == "P1") or (_root.curturn == "P3")) {
_root.team01rpoints = _root.team01rpoints + 1;
_root.showhit01.gotoAndPlay(2);
} else {
_root.team02rpoints = _root.team02rpoints + 1;
_root.showhit02.gotoAndPlay(2);
}
if (_root.trackstats == true) {
_root.culpoints = _root.culpoints + 1;
}
_root.sndclunk01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.rwallc)) {
this._x = this._x - (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.lwallc)) {
this._x = this._x + (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
}
Instance of Symbol 84 MovieClip "bag13right03d" in Frame 150
onClipEvent (enterFrame) {
if ((_root.curturn == "P1") and (_root.p1throws <= 3)) {
_root.p1bagColor = new Color(this.clothes);
_root.p1bagColor.setTint(_root.p1bag_r, _root.p1bag_g, _root.p1bag_b, _root.p1bag_per);
}
if ((_root.curturn == "P3") and (_root.p3throws <= 3)) {
_root.p3bagColor = new Color(this.clothes);
_root.p3bagColor.setTint(_root.p3bag_r, _root.p3bag_g, _root.p3bag_b, _root.p3bag_per);
}
if (_root.baginair == "bag13right03d") {
_root.TrajectoryFormula();
this._rotation = this._rotation + random(20);
if (_root.curside == "Left") {
this._x = this._x + _root.bagxadd01;
this._y = this._y - _root.bagysub01;
this._y = this._y + _root.bagyadd01;
} else {
this._x = this._x - _root.bagxadd01;
this._y = this._y - _root.bagysub01;
this._y = this._y + _root.bagyadd01;
}
}
if (this.cbag.hitTest(_root.lboxbackc)) {
this._x = this._x - (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.rboxbackc)) {
this._x = this._x + (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.backg01.cground) and (_root.baginair == "bag13right03d")) {
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (_root.curside == "Left") {
if (this.cbag.hitTest(_root.rbox.boxcright03) and (_root.baginair == "bag13right03d")) {
if ((_root.curturn == "P1") or (_root.curturn == "P3")) {
_root.team01rpoints = _root.team01rpoints + 1;
_root.showhit01.gotoAndPlay(2);
} else {
_root.team02rpoints = _root.team02rpoints + 1;
_root.showhit02.gotoAndPlay(2);
}
if (_root.trackstats == true) {
_root.culpoints = _root.culpoints + 1;
}
_root.sndclunk01.start();
_root.turndone = true;
_root.baginair = "None";
}
} else if (this.cbag.hitTest(_root.lbox.boxcright03) and (_root.baginair == "bag13right03d")) {
if ((_root.curturn == "P1") or (_root.curturn == "P3")) {
_root.team01rpoints = _root.team01rpoints + 1;
_root.showhit01.gotoAndPlay(2);
} else {
_root.team02rpoints = _root.team02rpoints + 1;
_root.showhit02.gotoAndPlay(2);
}
if (_root.trackstats == true) {
_root.culpoints = _root.culpoints + 1;
}
_root.sndclunk01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.rwallc)) {
this._x = this._x - (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.lwallc)) {
this._x = this._x + (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
}
Instance of Symbol 84 MovieClip "bag13right02d" in Frame 150
onClipEvent (enterFrame) {
if ((_root.curturn == "P1") and (_root.p1throws <= 3)) {
_root.p1bagColor = new Color(this.clothes);
_root.p1bagColor.setTint(_root.p1bag_r, _root.p1bag_g, _root.p1bag_b, _root.p1bag_per);
}
if ((_root.curturn == "P3") and (_root.p3throws <= 3)) {
_root.p3bagColor = new Color(this.clothes);
_root.p3bagColor.setTint(_root.p3bag_r, _root.p3bag_g, _root.p3bag_b, _root.p3bag_per);
}
if (_root.baginair == "bag13right02d") {
_root.TrajectoryFormula();
this._rotation = this._rotation + random(20);
if (_root.curside == "Left") {
this._x = this._x + _root.bagxadd01;
this._y = this._y - _root.bagysub01;
this._y = this._y + _root.bagyadd01;
} else {
this._x = this._x - _root.bagxadd01;
this._y = this._y - _root.bagysub01;
this._y = this._y + _root.bagyadd01;
}
}
if (this.cbag.hitTest(_root.lboxbackc)) {
this._x = this._x - (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.rboxbackc)) {
this._x = this._x + (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.backg01.cground) and (_root.baginair == "bag13right02d")) {
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (_root.curside == "Left") {
if (this.cbag.hitTest(_root.rbox.boxcright02) and (_root.baginair == "bag13right02d")) {
if ((_root.curturn == "P1") or (_root.curturn == "P3")) {
_root.team01rpoints = _root.team01rpoints + 1;
_root.showhit01.gotoAndPlay(2);
} else {
_root.team02rpoints = _root.team02rpoints + 1;
_root.showhit02.gotoAndPlay(2);
}
if (_root.trackstats == true) {
_root.culpoints = _root.culpoints + 1;
}
_root.sndclunk01.start();
_root.turndone = true;
_root.baginair = "None";
}
} else if (this.cbag.hitTest(_root.lbox.boxcright02) and (_root.baginair == "bag13right02d")) {
if ((_root.curturn == "P1") or (_root.curturn == "P3")) {
_root.team01rpoints = _root.team01rpoints + 1;
_root.showhit01.gotoAndPlay(2);
} else {
_root.team02rpoints = _root.team02rpoints + 1;
_root.showhit02.gotoAndPlay(2);
}
if (_root.trackstats == true) {
_root.culpoints = _root.culpoints + 1;
}
_root.sndclunk01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.rwallc)) {
this._x = this._x - (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.lwallc)) {
this._x = this._x + (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
}
Instance of Symbol 84 MovieClip "bag13right01d" in Frame 150
onClipEvent (enterFrame) {
if ((_root.curturn == "P1") and (_root.p1throws <= 3)) {
_root.p1bagColor = new Color(this.clothes);
_root.p1bagColor.setTint(_root.p1bag_r, _root.p1bag_g, _root.p1bag_b, _root.p1bag_per);
}
if ((_root.curturn == "P3") and (_root.p3throws <= 3)) {
_root.p3bagColor = new Color(this.clothes);
_root.p3bagColor.setTint(_root.p3bag_r, _root.p3bag_g, _root.p3bag_b, _root.p3bag_per);
}
if (_root.baginair == "bag13right01d") {
_root.TrajectoryFormula();
this._rotation = this._rotation + random(20);
if (_root.curside == "Left") {
this._x = this._x + _root.bagxadd01;
this._y = this._y - _root.bagysub01;
this._y = this._y + _root.bagyadd01;
} else {
this._x = this._x - _root.bagxadd01;
this._y = this._y - _root.bagysub01;
this._y = this._y + _root.bagyadd01;
}
}
if (this.cbag.hitTest(_root.lboxbackc)) {
this._x = this._x - (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.rboxbackc)) {
this._x = this._x + (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.backg01.cground) and (_root.baginair == "bag13right01d")) {
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (_root.curside == "Left") {
if (this.cbag.hitTest(_root.rbox.boxcright01) and (_root.baginair == "bag13right01d")) {
if ((_root.curturn == "P1") or (_root.curturn == "P3")) {
_root.team01rpoints = _root.team01rpoints + 1;
_root.showhit01.gotoAndPlay(2);
} else {
_root.team02rpoints = _root.team02rpoints + 1;
_root.showhit02.gotoAndPlay(2);
}
if (_root.trackstats == true) {
_root.culpoints = _root.culpoints + 1;
}
_root.sndclunk01.start();
_root.turndone = true;
_root.baginair = "None";
}
} else if (this.cbag.hitTest(_root.lbox.boxcright01) and (_root.baginair == "bag13right01d")) {
if ((_root.curturn == "P1") or (_root.curturn == "P3")) {
_root.team01rpoints = _root.team01rpoints + 1;
_root.showhit01.gotoAndPlay(2);
} else {
_root.team02rpoints = _root.team02rpoints + 1;
_root.showhit02.gotoAndPlay(2);
}
if (_root.trackstats == true) {
_root.culpoints = _root.culpoints + 1;
}
_root.sndclunk01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.rwallc)) {
this._x = this._x - (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.lwallc)) {
this._x = this._x + (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
}
Instance of Symbol 84 MovieClip "bag13backd" in Frame 150
onClipEvent (enterFrame) {
if ((_root.curturn == "P1") and (_root.p1throws <= 3)) {
_root.p1bagColor = new Color(this.clothes);
_root.p1bagColor.setTint(_root.p1bag_r, _root.p1bag_g, _root.p1bag_b, _root.p1bag_per);
}
if ((_root.curturn == "P3") and (_root.p3throws <= 3)) {
_root.p3bagColor = new Color(this.clothes);
_root.p3bagColor.setTint(_root.p3bag_r, _root.p3bag_g, _root.p3bag_b, _root.p3bag_per);
}
if (_root.baginair == "bag13backd") {
_root.TrajectoryFormula();
this._rotation = this._rotation + random(20);
if (_root.curside == "Left") {
this._x = this._x + _root.bagxadd01;
this._y = this._y - _root.bagysub01;
this._y = this._y + _root.bagyadd01;
} else {
this._x = this._x - _root.bagxadd01;
this._y = this._y - _root.bagysub01;
this._y = this._y + _root.bagyadd01;
}
}
if (this.cbag.hitTest(_root.lboxbackc)) {
this._x = this._x - (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.rboxbackc)) {
this._x = this._x + (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.backg01.cground) and (_root.baginair == "bag13backd")) {
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.rwallc)) {
this._x = this._x - (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.lwallc)) {
this._x = this._x + (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
}
Instance of Symbol 84 MovieClip "bag13fored" in Frame 150
onClipEvent (enterFrame) {
if ((_root.curturn == "P1") and (_root.p1throws <= 3)) {
_root.p1bagColor = new Color(this.clothes);
_root.p1bagColor.setTint(_root.p1bag_r, _root.p1bag_g, _root.p1bag_b, _root.p1bag_per);
}
if ((_root.curturn == "P3") and (_root.p3throws <= 3)) {
_root.p3bagColor = new Color(this.clothes);
_root.p3bagColor.setTint(_root.p3bag_r, _root.p3bag_g, _root.p3bag_b, _root.p3bag_per);
}
if (_root.baginair == "bag13fored") {
_root.TrajectoryFormula();
this._rotation = this._rotation + random(20);
if (_root.curside == "Left") {
this._x = this._x + _root.bagxadd01;
this._y = this._y - _root.bagysub01;
this._y = this._y + _root.bagyadd01;
} else {
this._x = this._x - _root.bagxadd01;
this._y = this._y - _root.bagysub01;
this._y = this._y + _root.bagyadd01;
}
}
if (this.cbag.hitTest(_root.lboxbackc)) {
this._x = this._x - (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.rboxbackc)) {
this._x = this._x + (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.backg01.cground) and (_root.baginair == "bag13fored")) {
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.rwallc)) {
this._x = this._x - (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.lwallc)) {
this._x = this._x + (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
}
Instance of Symbol 84 MovieClip "bag24backd" in Frame 150
onClipEvent (enterFrame) {
if (_root.curturn == "P2") {
_root.p1bagColor = new Color(this.clothes);
_root.p1bagColor.setTint(_root.p2bag_r, _root.p2bag_g, _root.p2bag_b, _root.p2bag_per);
}
if (_root.curturn == "P4") {
_root.p3bagColor = new Color(this.clothes);
_root.p3bagColor.setTint(_root.p4bag_r, _root.p4bag_g, _root.p4bag_b, _root.p4bag_per);
}
if (_root.baginair == "bag24backd") {
_root.TrajectoryFormula();
this._rotation = this._rotation + random(20);
if (_root.curside == "Left") {
this._x = this._x + _root.bagxadd01;
this._y = this._y - _root.bagysub01;
this._y = this._y + _root.bagyadd01;
} else {
this._x = this._x - _root.bagxadd01;
this._y = this._y - _root.bagysub01;
this._y = this._y + _root.bagyadd01;
}
}
if (this.cbag.hitTest(_root.lboxbackc)) {
this._x = this._x - (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.rboxbackc)) {
this._x = this._x + (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.backg01.cground) and (_root.baginair == "bag24backd")) {
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.rwallc)) {
this._x = this._x - (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.lwallc)) {
this._x = this._x + (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
}
Instance of Symbol 84 MovieClip "bag24left01d" in Frame 150
onClipEvent (enterFrame) {
if (_root.curturn == "P2") {
_root.p1bagColor = new Color(this.clothes);
_root.p1bagColor.setTint(_root.p2bag_r, _root.p2bag_g, _root.p2bag_b, _root.p2bag_per);
}
if (_root.curturn == "P4") {
_root.p3bagColor = new Color(this.clothes);
_root.p3bagColor.setTint(_root.p4bag_r, _root.p4bag_g, _root.p4bag_b, _root.p4bag_per);
}
if (_root.baginair == "bag24left01d") {
_root.TrajectoryFormula();
this._rotation = this._rotation + random(20);
if (_root.curside == "Left") {
this._x = this._x + _root.bagxadd01;
this._y = this._y - _root.bagysub01;
this._y = this._y + _root.bagyadd01;
} else {
this._x = this._x - _root.bagxadd01;
this._y = this._y - _root.bagysub01;
this._y = this._y + _root.bagyadd01;
}
}
if (this.cbag.hitTest(_root.lboxbackc)) {
this._x = this._x - (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.rboxbackc)) {
this._x = this._x + (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.backg01.cground) and (_root.baginair == "bag24left01d")) {
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (_root.curside == "Left") {
if (this.cbag.hitTest(_root.rbox.boxcleft01) and (_root.baginair == "bag24left01d")) {
if ((_root.curturn == "P2") or (_root.curturn == "P4")) {
_root.team02rpoints = _root.team02rpoints + 1;
_root.showhit02.gotoAndPlay(2);
} else {
_root.team01rpoints = _root.team01rpoints + 1;
_root.showhit01.gotoAndPlay(2);
}
_root.sndclunk01.start();
_root.turndone = true;
_root.baginair = "None";
}
} else if (this.cbag.hitTest(_root.lbox.boxcleft01) and (_root.baginair == "bag24left01d")) {
if ((_root.curturn == "P2") or (_root.curturn == "P4")) {
_root.team02rpoints = _root.team02rpoints + 1;
_root.showhit02.gotoAndPlay(2);
} else {
_root.team01rpoints = _root.team01rpoints + 1;
_root.showhit01.gotoAndPlay(2);
}
_root.sndclunk01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.rwallc)) {
this._x = this._x - (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.lwallc)) {
this._x = this._x + (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
}
Instance of Symbol 84 MovieClip "bag24left02d" in Frame 150
onClipEvent (enterFrame) {
if (_root.curturn == "P2") {
_root.p1bagColor = new Color(this.clothes);
_root.p1bagColor.setTint(_root.p2bag_r, _root.p2bag_g, _root.p2bag_b, _root.p2bag_per);
}
if (_root.curturn == "P4") {
_root.p3bagColor = new Color(this.clothes);
_root.p3bagColor.setTint(_root.p4bag_r, _root.p4bag_g, _root.p4bag_b, _root.p4bag_per);
}
if (_root.baginair == "bag24left02d") {
_root.TrajectoryFormula();
this._rotation = this._rotation + random(20);
if (_root.curside == "Left") {
this._x = this._x + _root.bagxadd01;
this._y = this._y - _root.bagysub01;
this._y = this._y + _root.bagyadd01;
} else {
this._x = this._x - _root.bagxadd01;
this._y = this._y - _root.bagysub01;
this._y = this._y + _root.bagyadd01;
}
}
if (this.cbag.hitTest(_root.lboxbackc)) {
this._x = this._x - (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.rboxbackc)) {
this._x = this._x + (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.backg01.cground) and (_root.baginair == "bag24left02d")) {
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (_root.curside == "Left") {
if (this.cbag.hitTest(_root.rbox.boxcleft01) and (_root.baginair == "bag24left02d")) {
if ((_root.curturn == "P2") or (_root.curturn == "P4")) {
_root.team02rpoints = _root.team02rpoints + 1;
_root.showhit02.gotoAndPlay(2);
} else {
_root.team01rpoints = _root.team01rpoints + 1;
_root.showhit01.gotoAndPlay(2);
}
_root.sndclunk01.start();
_root.turndone = true;
_root.baginair = "None";
}
} else if (this.cbag.hitTest(_root.lbox.boxcleft01) and (_root.baginair == "bag24left02d")) {
if ((_root.curturn == "P2") or (_root.curturn == "P4")) {
_root.team02rpoints = _root.team02rpoints + 1;
_root.showhit02.gotoAndPlay(2);
} else {
_root.team01rpoints = _root.team01rpoints + 1;
_root.showhit01.gotoAndPlay(2);
}
_root.sndclunk01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.rwallc)) {
this._x = this._x - (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.lwallc)) {
this._x = this._x + (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
}
Instance of Symbol 84 MovieClip "bag24left03d" in Frame 150
onClipEvent (enterFrame) {
if (_root.curturn == "P2") {
_root.p1bagColor = new Color(this.clothes);
_root.p1bagColor.setTint(_root.p2bag_r, _root.p2bag_g, _root.p2bag_b, _root.p2bag_per);
}
if (_root.curturn == "P4") {
_root.p3bagColor = new Color(this.clothes);
_root.p3bagColor.setTint(_root.p4bag_r, _root.p4bag_g, _root.p4bag_b, _root.p4bag_per);
}
if (_root.baginair == "bag24left03d") {
_root.TrajectoryFormula();
this._rotation = this._rotation + random(20);
if (_root.curside == "Left") {
this._x = this._x + _root.bagxadd01;
this._y = this._y - _root.bagysub01;
this._y = this._y + _root.bagyadd01;
} else {
this._x = this._x - _root.bagxadd01;
this._y = this._y - _root.bagysub01;
this._y = this._y + _root.bagyadd01;
}
}
if (this.cbag.hitTest(_root.lboxbackc)) {
this._x = this._x - (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.rboxbackc)) {
this._x = this._x + (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.backg01.cground) and (_root.baginair == "bag24left03d")) {
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (_root.curside == "Left") {
if (this.cbag.hitTest(_root.rbox.boxcleft01) and (_root.baginair == "bag24left03d")) {
if ((_root.curturn == "P2") or (_root.curturn == "P4")) {
_root.team02rpoints = _root.team02rpoints + 1;
_root.showhit02.gotoAndPlay(2);
} else {
_root.team01rpoints = _root.team01rpoints + 1;
_root.showhit01.gotoAndPlay(2);
}
_root.sndclunk01.start();
_root.turndone = true;
_root.baginair = "None";
}
} else if (this.cbag.hitTest(_root.lbox.boxcleft01) and (_root.baginair == "bag24left03d")) {
if ((_root.curturn == "P2") or (_root.curturn == "P4")) {
_root.team02rpoints = _root.team02rpoints + 1;
_root.showhit02.gotoAndPlay(2);
} else {
_root.team01rpoints = _root.team01rpoints + 1;
_root.showhit01.gotoAndPlay(2);
}
_root.sndclunk01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.rwallc)) {
this._x = this._x - (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.lwallc)) {
this._x = this._x + (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
}
Instance of Symbol 84 MovieClip "bag24left04d" in Frame 150
onClipEvent (enterFrame) {
if (_root.curturn == "P2") {
_root.p1bagColor = new Color(this.clothes);
_root.p1bagColor.setTint(_root.p2bag_r, _root.p2bag_g, _root.p2bag_b, _root.p2bag_per);
}
if (_root.curturn == "P4") {
_root.p3bagColor = new Color(this.clothes);
_root.p3bagColor.setTint(_root.p4bag_r, _root.p4bag_g, _root.p4bag_b, _root.p4bag_per);
}
if (_root.baginair == "bag24left04d") {
_root.TrajectoryFormula();
this._rotation = this._rotation + random(20);
if (_root.curside == "Left") {
this._x = this._x + _root.bagxadd01;
this._y = this._y - _root.bagysub01;
this._y = this._y + _root.bagyadd01;
} else {
this._x = this._x - _root.bagxadd01;
this._y = this._y - _root.bagysub01;
this._y = this._y + _root.bagyadd01;
}
}
if (this.cbag.hitTest(_root.lboxbackc)) {
this._x = this._x - (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.rboxbackc)) {
this._x = this._x + (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.backg01.cground) and (_root.baginair == "bag24left04d")) {
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (_root.curside == "Left") {
if (this.cbag.hitTest(_root.rbox.boxcleft01) and (_root.baginair == "bag24left04d")) {
if ((_root.curturn == "P2") or (_root.curturn == "P4")) {
_root.team02rpoints = _root.team02rpoints + 1;
_root.showhit02.gotoAndPlay(2);
} else {
_root.team01rpoints = _root.team01rpoints + 1;
_root.showhit01.gotoAndPlay(2);
}
_root.sndclunk01.start();
_root.turndone = true;
_root.baginair = "None";
}
} else if (this.cbag.hitTest(_root.lbox.boxcleft01) and (_root.baginair == "bag24left04d")) {
if ((_root.curturn == "P2") or (_root.curturn == "P4")) {
_root.team02rpoints = _root.team02rpoints + 1;
_root.showhit02.gotoAndPlay(2);
} else {
_root.team01rpoints = _root.team01rpoints + 1;
_root.showhit01.gotoAndPlay(2);
}
_root.sndclunk01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.rwallc)) {
this._x = this._x - (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.lwallc)) {
this._x = this._x + (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
}
Instance of Symbol 84 MovieClip "bag24cend" in Frame 150
onClipEvent (enterFrame) {
if (_root.curturn == "P2") {
_root.p1bagColor = new Color(this.clothes);
_root.p1bagColor.setTint(_root.p2bag_r, _root.p2bag_g, _root.p2bag_b, _root.p2bag_per);
}
if (_root.curturn == "P4") {
_root.p3bagColor = new Color(this.clothes);
_root.p3bagColor.setTint(_root.p4bag_r, _root.p4bag_g, _root.p4bag_b, _root.p4bag_per);
}
if (_root.baginair == "bag24cend") {
_root.TrajectoryFormula();
this._rotation = this._rotation + random(20);
if (_root.curside == "Left") {
this._x = this._x + _root.bagxadd01;
this._y = this._y - _root.bagysub01;
this._y = this._y + _root.bagyadd01;
} else {
this._x = this._x - _root.bagxadd01;
this._y = this._y - _root.bagysub01;
this._y = this._y + _root.bagyadd01;
}
}
if (this.cbag.hitTest(_root.lboxbackc)) {
this._x = this._x - (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.rboxbackc)) {
this._x = this._x + (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.backg01.cground) and (_root.baginair == "bag24cend")) {
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (_root.curside == "Left") {
if (this.cbag.hitTest(_root.rbox.boxccenterhole) and (_root.baginair == "bag24cend")) {
if ((_root.curturn == "P2") or (_root.curturn == "P4")) {
_root.team02rpoints = _root.team02rpoints + 3;
_root.showhole02.gotoAndPlay(2);
} else {
_root.team01rpoints = _root.team01rpoints + 3;
_root.showhole01.gotoAndPlay(2);
}
_root.sndslam01.start();
_root.turndone = true;
_root.baginair = "None";
this.gotoAndStop(2);
}
if (this.cbag.hitTest(_root.rbox.boxccenter) and (_root.baginair == "bag24cend")) {
if ((_root.curturn == "P2") or (_root.curturn == "P4")) {
_root.team02rpoints = _root.team02rpoints + 1;
_root.showhit02.gotoAndPlay(2);
} else {
_root.team01rpoints = _root.team01rpoints + 1;
_root.showhit01.gotoAndPlay(2);
}
_root.sndclunk01.start();
_root.turndone = true;
_root.baginair = "None";
}
} else {
if (this.cbag.hitTest(_root.lbox.boxccenterhole) and (_root.baginair == "bag24cend")) {
if ((_root.curturn == "P2") or (_root.curturn == "P4")) {
_root.team02rpoints = _root.team02rpoints + 3;
_root.showhole02.gotoAndPlay(2);
} else {
_root.team01rpoints = _root.team01rpoints + 3;
_root.showhole01.gotoAndPlay(2);
}
_root.sndslam01.start();
_root.baginair = "None";
_root.turndone = true;
this.gotoAndStop(2);
}
if (this.cbag.hitTest(_root.lbox.boxccenter) and (_root.baginair == "bag24cend")) {
if ((_root.curturn == "P2") or (_root.curturn == "P4")) {
_root.team02rpoints = _root.team02rpoints + 1;
_root.showhit02.gotoAndPlay(2);
} else {
_root.team01rpoints = _root.team01rpoints + 1;
_root.showhit01.gotoAndPlay(2);
}
_root.sndclunk01.start();
_root.turndone = true;
_root.baginair = "None";
}
}
if (this.cbag.hitTest(_root.rwallc)) {
this._x = this._x - (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.lwallc)) {
this._x = this._x + (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
}
Instance of Symbol 84 MovieClip "bag24right04d" in Frame 150
onClipEvent (enterFrame) {
if (_root.curturn == "P2") {
_root.p1bagColor = new Color(this.clothes);
_root.p1bagColor.setTint(_root.p2bag_r, _root.p2bag_g, _root.p2bag_b, _root.p2bag_per);
}
if (_root.curturn == "P4") {
_root.p3bagColor = new Color(this.clothes);
_root.p3bagColor.setTint(_root.p4bag_r, _root.p4bag_g, _root.p4bag_b, _root.p4bag_per);
}
if (_root.baginair == "bag24right04d") {
_root.TrajectoryFormula();
this._rotation = this._rotation + random(20);
if (_root.curside == "Left") {
this._x = this._x + _root.bagxadd01;
this._y = this._y - _root.bagysub01;
this._y = this._y + _root.bagyadd01;
} else {
this._x = this._x - _root.bagxadd01;
this._y = this._y - _root.bagysub01;
this._y = this._y + _root.bagyadd01;
}
}
if (this.cbag.hitTest(_root.lboxbackc)) {
this._x = this._x - (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.rboxbackc)) {
this._x = this._x + (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.backg01.cground) and (_root.baginair == "bag24right04d")) {
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (_root.curside == "Left") {
if (this.cbag.hitTest(_root.rbox.boxcleft01) and (_root.baginair == "bag24right04d")) {
if ((_root.curturn == "P2") or (_root.curturn == "P4")) {
_root.team02rpoints = _root.team02rpoints + 1;
_root.showhit02.gotoAndPlay(2);
} else {
_root.team01rpoints = _root.team01rpoints + 1;
_root.showhit01.gotoAndPlay(2);
}
_root.sndclunk01.start();
_root.turndone = true;
_root.baginair = "None";
}
} else if (this.cbag.hitTest(_root.lbox.boxcleft01) and (_root.baginair == "bag24right04d")) {
if ((_root.curturn == "P2") or (_root.curturn == "P4")) {
_root.team02rpoints = _root.team02rpoints + 1;
_root.showhit02.gotoAndPlay(2);
} else {
_root.team01rpoints = _root.team01rpoints + 1;
_root.showhit01.gotoAndPlay(2);
}
_root.sndclunk01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.rwallc)) {
this._x = this._x - (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.lwallc)) {
this._x = this._x + (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
}
Instance of Symbol 84 MovieClip "bag24right03d" in Frame 150
onClipEvent (enterFrame) {
if (_root.curturn == "P2") {
_root.p1bagColor = new Color(this.clothes);
_root.p1bagColor.setTint(_root.p2bag_r, _root.p2bag_g, _root.p2bag_b, _root.p2bag_per);
}
if (_root.curturn == "P4") {
_root.p3bagColor = new Color(this.clothes);
_root.p3bagColor.setTint(_root.p4bag_r, _root.p4bag_g, _root.p4bag_b, _root.p4bag_per);
}
if (_root.baginair == "bag24right03d") {
_root.TrajectoryFormula();
this._rotation = this._rotation + random(20);
if (_root.curside == "Left") {
this._x = this._x + _root.bagxadd01;
this._y = this._y - _root.bagysub01;
this._y = this._y + _root.bagyadd01;
} else {
this._x = this._x - _root.bagxadd01;
this._y = this._y - _root.bagysub01;
this._y = this._y + _root.bagyadd01;
}
}
if (this.cbag.hitTest(_root.lboxbackc)) {
this._x = this._x - (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.rboxbackc)) {
this._x = this._x + (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.backg01.cground) and (_root.baginair == "bag24right03d")) {
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (_root.curside == "Left") {
if (this.cbag.hitTest(_root.rbox.boxcleft01) and (_root.baginair == "bag24right03d")) {
if ((_root.curturn == "P2") or (_root.curturn == "P4")) {
_root.team02rpoints = _root.team02rpoints + 1;
_root.showhit02.gotoAndPlay(2);
} else {
_root.team01rpoints = _root.team01rpoints + 1;
_root.showhit01.gotoAndPlay(2);
}
_root.sndclunk01.start();
_root.turndone = true;
_root.baginair = "None";
}
} else if (this.cbag.hitTest(_root.lbox.boxcleft01) and (_root.baginair == "bag24right03d")) {
if ((_root.curturn == "P2") or (_root.curturn == "P4")) {
_root.team02rpoints = _root.team02rpoints + 1;
_root.showhit02.gotoAndPlay(2);
} else {
_root.team01rpoints = _root.team01rpoints + 1;
_root.showhit01.gotoAndPlay(2);
}
_root.sndclunk01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.rwallc)) {
this._x = this._x - (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.lwallc)) {
this._x = this._x + (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
}
Instance of Symbol 84 MovieClip "bag24right02d" in Frame 150
onClipEvent (enterFrame) {
if (_root.curturn == "P2") {
_root.p1bagColor = new Color(this.clothes);
_root.p1bagColor.setTint(_root.p2bag_r, _root.p2bag_g, _root.p2bag_b, _root.p2bag_per);
}
if (_root.curturn == "P4") {
_root.p3bagColor = new Color(this.clothes);
_root.p3bagColor.setTint(_root.p4bag_r, _root.p4bag_g, _root.p4bag_b, _root.p4bag_per);
}
if (_root.baginair == "bag24right02d") {
_root.TrajectoryFormula();
this._rotation = this._rotation + random(20);
if (_root.curside == "Left") {
this._x = this._x + _root.bagxadd01;
this._y = this._y - _root.bagysub01;
this._y = this._y + _root.bagyadd01;
} else {
this._x = this._x - _root.bagxadd01;
this._y = this._y - _root.bagysub01;
this._y = this._y + _root.bagyadd01;
}
}
if (this.cbag.hitTest(_root.lboxbackc)) {
this._x = this._x - (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.rboxbackc)) {
this._x = this._x + (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.backg01.cground) and (_root.baginair == "bag24right02d")) {
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (_root.curside == "Left") {
if (this.cbag.hitTest(_root.rbox.boxcleft01) and (_root.baginair == "bag24right02d")) {
if ((_root.curturn == "P2") or (_root.curturn == "P4")) {
_root.team02rpoints = _root.team02rpoints + 1;
_root.showhit02.gotoAndPlay(2);
} else {
_root.team01rpoints = _root.team01rpoints + 1;
_root.showhit01.gotoAndPlay(2);
}
_root.sndclunk01.start();
_root.turndone = true;
_root.baginair = "None";
}
} else if (this.cbag.hitTest(_root.lbox.boxcleft01) and (_root.baginair == "bag24right02d")) {
if ((_root.curturn == "P2") or (_root.curturn == "P4")) {
_root.team02rpoints = _root.team02rpoints + 1;
_root.showhit02.gotoAndPlay(2);
} else {
_root.team01rpoints = _root.team01rpoints + 1;
_root.showhit01.gotoAndPlay(2);
}
_root.sndclunk01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.rwallc)) {
this._x = this._x - (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.lwallc)) {
this._x = this._x + (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
}
Instance of Symbol 84 MovieClip "bag24right01d" in Frame 150
onClipEvent (enterFrame) {
if (_root.curturn == "P2") {
_root.p1bagColor = new Color(this.clothes);
_root.p1bagColor.setTint(_root.p2bag_r, _root.p2bag_g, _root.p2bag_b, _root.p2bag_per);
}
if (_root.curturn == "P4") {
_root.p3bagColor = new Color(this.clothes);
_root.p3bagColor.setTint(_root.p4bag_r, _root.p4bag_g, _root.p4bag_b, _root.p4bag_per);
}
if (_root.baginair == "bag24right01d") {
_root.TrajectoryFormula();
this._rotation = this._rotation + random(20);
if (_root.curside == "Left") {
this._x = this._x + _root.bagxadd01;
this._y = this._y - _root.bagysub01;
this._y = this._y + _root.bagyadd01;
} else {
this._x = this._x - _root.bagxadd01;
this._y = this._y - _root.bagysub01;
this._y = this._y + _root.bagyadd01;
}
}
if (this.cbag.hitTest(_root.lboxbackc)) {
this._x = this._x - (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.rboxbackc)) {
this._x = this._x + (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.backg01.cground) and (_root.baginair == "bag24right01d")) {
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (_root.curside == "Left") {
if (this.cbag.hitTest(_root.rbox.boxcleft01) and (_root.baginair == "bag24right01d")) {
if ((_root.curturn == "P2") or (_root.curturn == "P4")) {
_root.team02rpoints = _root.team02rpoints + 1;
_root.showhit02.gotoAndPlay(2);
} else {
_root.team01rpoints = _root.team01rpoints + 1;
_root.showhit01.gotoAndPlay(2);
}
_root.sndclunk01.start();
_root.turndone = true;
_root.baginair = "None";
}
} else if (this.cbag.hitTest(_root.lbox.boxcleft01) and (_root.baginair == "bag24right01d")) {
if ((_root.curturn == "P2") or (_root.curturn == "P4")) {
_root.team02rpoints = _root.team02rpoints + 1;
_root.showhit02.gotoAndPlay(2);
} else {
_root.team01rpoints = _root.team01rpoints + 1;
_root.showhit01.gotoAndPlay(2);
}
_root.sndclunk01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.rwallc)) {
this._x = this._x - (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.lwallc)) {
this._x = this._x + (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
}
Instance of Symbol 84 MovieClip "bag24fored" in Frame 150
onClipEvent (enterFrame) {
if (_root.curturn == "P2") {
_root.p1bagColor = new Color(this.clothes);
_root.p1bagColor.setTint(_root.p2bag_r, _root.p2bag_g, _root.p2bag_b, _root.p2bag_per);
}
if (_root.curturn == "P4") {
_root.p3bagColor = new Color(this.clothes);
_root.p3bagColor.setTint(_root.p4bag_r, _root.p4bag_g, _root.p4bag_b, _root.p4bag_per);
}
if (_root.baginair == "bag24fored") {
_root.TrajectoryFormula();
this._rotation = this._rotation + random(20);
if (_root.curside == "Left") {
this._x = this._x + _root.bagxadd01;
this._y = this._y - _root.bagysub01;
this._y = this._y + _root.bagyadd01;
} else {
this._x = this._x - _root.bagxadd01;
this._y = this._y - _root.bagysub01;
this._y = this._y + _root.bagyadd01;
}
}
if (this.cbag.hitTest(_root.lboxbackc)) {
this._x = this._x - (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.rboxbackc)) {
this._x = this._x + (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.backg01.cground) and (_root.baginair == "bag24fored")) {
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.rwallc)) {
this._x = this._x - (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
if (this.cbag.hitTest(_root.lwallc)) {
this._x = this._x + (_root.bagxadd01 + 5);
_root.sndgroundhit01.start();
_root.turndone = true;
_root.baginair = "None";
}
}
Instance of Symbol 1280 MovieClip "actorleft" in Frame 150
onClipEvent (enterFrame) {
if (((_root.walking == true) and (_root.curwalking == false)) and (_root.curside == "Left")) {
this.legs.gotoAndPlay(2);
this.gotoAndStop(1);
_root.curwalking = true;
}
if (((this._x >= 13.4) and (_root.walking == true)) and (_root.turndone == false)) {
this.gotoAndStop(1);
_root.walking = false;
_root.curwalking = false;
_root.offscreen = false;
_root.leftbubble.gotoAndPlay(2);
_root.curaction = "Arc";
_root.arcpos = 0;
_root.rightleftpos = 0;
_root.powpos = 0;
_root.bagt = 0;
_root.pressready = true;
this.legs.gotoAndStop(1);
}
if ((((this._x <= -76.7) and (_root.walking == true)) and (_root.turndone == true)) and (_root.curside == "Left")) {
this.gotoAndStop(1);
_root.turndone = false;
_root.walking = false;
_root.curwalking = false;
_root.offscreen = true;
_root.arcpos = 0;
_root.rightleftpos = 0;
_root.powpos = 0;
_root.bagt = 0;
_root.bagthrown = false;
if ((_root.powerupson == true) and (_root.hitpow == true)) {
if (_root.powduration == "Instant") {
_root.powview.gotoAndPlay(11);
_root.hitpow = false;
}
}
if (_root.windadjustturn == true) {
_root.WindAdjust();
}
if (_root.curturn == "P1") {
_root.p1throws = _root.p1throws + 1;
}
if (_root.curturn == "P2") {
_root.p2throws = _root.p2throws + 1;
}
if (_root.curturn == "P3") {
_root.p3throws = _root.p3throws + 1;
}
if (_root.curturn == "P4") {
_root.p4throws = _root.p4throws + 1;
}
_root.BagsLeftDisplay();
this.legs.gotoAndStop(1);
_root.ChangeCurrentPlayer();
if ((_root.powerupson == true) and (_root.hitpow == true)) {
if (_root.powduration == "One Turn") {
if (_root.powowner == _root.curturn) {
_root.powview.gotoAndPlay(11);
_root.hitpow = false;
}
}
}
_root.loadedside = false;
}
}
Instance of Symbol 1280 MovieClip "actorright" in Frame 150
onClipEvent (enterFrame) {
if (((_root.walking == true) and (_root.curwalking == false)) and (_root.curside == "Right")) {
this.legs.gotoAndPlay(2);
this.gotoAndStop(2);
_root.curwalking = true;
}
if (((this._x <= 493.4) and (_root.walking == true)) and (_root.turndone == false)) {
this.gotoAndStop(2);
_root.walking = false;
_root.curwalking = false;
_root.offscreen = false;
_root.rightbubble.gotoAndPlay(2);
_root.curaction = "Arc";
_root.arcpos = 0;
_root.rightleftpos = 0;
_root.powpos = 0;
_root.bagt = 0;
_root.pressready = true;
this.legs.gotoAndStop(1);
}
if ((((this._x >= 590) and (_root.walking == true)) and (_root.turndone == true)) and (_root.curside == "Right")) {
this.gotoAndStop(2);
_root.turndone = false;
_root.walking = false;
_root.curwalking = false;
_root.offscreen = true;
_root.arcpos = 0;
_root.rightleftpos = 0;
_root.powpos = 0;
_root.bagt = 0;
_root.bagthrown = false;
if ((_root.powerupson == true) and (_root.hitpow == true)) {
if (_root.powduration == "Instant") {
_root.powview.gotoAndPlay(11);
_root.hitpow = false;
}
}
if (_root.windadjustturn == true) {
_root.WindAdjust();
}
if (_root.curturn == "P1") {
_root.p1throws = _root.p1throws + 1;
}
if (_root.curturn == "P2") {
_root.p2throws = _root.p2throws + 1;
}
if (_root.curturn == "P3") {
_root.p3throws = _root.p3throws + 1;
}
if (_root.curturn == "P4") {
_root.p4throws = _root.p4throws + 1;
}
_root.BagsLeftDisplay();
this.legs.gotoAndStop(1);
_root.ChangeCurrentPlayer();
if ((_root.powerupson == true) and (_root.hitpow == true)) {
if (_root.powduration == "One Turn") {
if (_root.powowner == _root.curturn) {
_root.powview.gotoAndPlay(11);
_root.hitpow = false;
}
}
}
_root.loadedside = false;
}
}
Instance of Symbol 1319 MovieClip in Frame 150
onClipEvent (load) {
if (_root.weather == "Clear") {
this.gotoAndStop(1);
}
if (_root.weather == "Rain") {
this.gotoAndStop(2);
}
if (_root.weather == "Sunny") {
this.gotoAndStop(3);
}
if (_root.weather == "Dusk") {
this.gotoAndStop(4);
}
if (_root.weather == "Overcast") {
this.gotoAndStop(5);
}
if (_root.weather == "Snow") {
this.gotoAndStop(6);
}
}
Instance of Symbol 1363 MovieClip in Frame 150
onClipEvent (load) {
if ((_root.curturn == "P1") or (_root.curturn == "P2")) {
_root.intfbagColor = new Color(this);
_root.intfbagColor.setTint(_root.p2bag_r, _root.p2bag_g, _root.p2bag_b, _root.p2bag_per);
}
if ((_root.curturn == "P3") or (_root.curturn == "P4")) {
_root.intfbagColor = new Color(this);
_root.intfbagColor.setTint(_root.p4bag_r, _root.p4bag_g, _root.p4bag_b, _root.p4bag_per);
}
}
onClipEvent (enterFrame) {
if ((_root.curturn == "P1") or (_root.curturn == "P2")) {
_root.intfbagColor = new Color(this);
_root.intfbagColor.setTint(_root.p2bag_r, _root.p2bag_g, _root.p2bag_b, _root.p2bag_per);
}
if ((_root.curturn == "P3") or (_root.curturn == "P4")) {
_root.intfbagColor = new Color(this);
_root.intfbagColor.setTint(_root.p4bag_r, _root.p4bag_g, _root.p4bag_b, _root.p4bag_per);
}
}
Instance of Symbol 1391 MovieClip "rightbubble" in Frame 150
onClipEvent (enterFrame) {
if (_root.offscreen == true) {
this.gotoAndStop(1);
}
if ((_root.physicalthrow == true) and (_root.curcontrol == "Human")) {
this.gotoAndStop(1);
}
if ((((_root.physicalthrow == false) and (_root.curcontrol == "Human")) and (_root.ptturnedoff == true)) and (_root.curside == "Right")) {
_root.ptturnedoff = false;
this.gotoAndPlay(2);
}
if ((_root.cpuquickthrow == true) and (_root.curcontrol == "CPU")) {
this.gotoAndStop(1);
}
}
Instance of Symbol 1363 MovieClip in Frame 150
onClipEvent (load) {
if ((_root.curturn == "P1") or (_root.curturn == "P2")) {
_root.intfbagColor = new Color(this);
_root.intfbagColor.setTint(_root.p1bag_r, _root.p1bag_g, _root.p1bag_b, _root.p1bag_per);
}
if ((_root.curturn == "P3") or (_root.curturn == "P4")) {
_root.intfbagColor = new Color(this);
_root.intfbagColor.setTint(_root.p3bag_r, _root.p3bag_g, _root.p3bag_b, _root.p3bag_per);
}
}
onClipEvent (enterFrame) {
if ((_root.curturn == "P1") or (_root.curturn == "P2")) {
_root.intfbagColor = new Color(this);
_root.intfbagColor.setTint(_root.p1bag_r, _root.p1bag_g, _root.p1bag_b, _root.p1bag_per);
}
if ((_root.curturn == "P3") or (_root.curturn == "P4")) {
_root.intfbagColor = new Color(this);
_root.intfbagColor.setTint(_root.p3bag_r, _root.p3bag_g, _root.p3bag_b, _root.p3bag_per);
}
}
Instance of Symbol 1125 MovieClip in Frame 150
onClipEvent (load) {
if (_root.gametype == "1 Human v 1 CPU") {
_root.team01mid.gotoAndStop(2);
_root.team02mid.gotoAndStop(3);
_root.iconloc = "Middle";
}
if (_root.gametype == "1 Human v 1 Human") {
_root.team01mid.gotoAndStop(2);
_root.team02mid.gotoAndStop(2);
_root.iconloc = "Middle";
}
if (_root.gametype == "1 Human 1 CPU v 2 CPU") {
_root.team01left.gotoAndStop(2);
_root.team01right.gotoAndStop(3);
_root.team02left.gotoAndStop(3);
_root.team02right.gotoAndStop(3);
_root.iconloc = "Sides";
}
if (_root.gametype == "2 Human v 2 CPU") {
_root.team01left.gotoAndStop(2);
_root.team01right.gotoAndStop(3);
_root.team02left.gotoAndStop(2);
_root.team02right.gotoAndStop(3);
_root.iconloc = "Sides";
}
if (_root.gametype == "2 Human v 1 Human 1 CPU") {
_root.team01left.gotoAndStop(2);
_root.team01right.gotoAndStop(2);
_root.team02left.gotoAndStop(2);
_root.team02right.gotoAndStop(3);
_root.iconloc = "Sides";
}
if (_root.gametype == "2 Human v 2 Human") {
_root.team01left.gotoAndStop(2);
_root.team01right.gotoAndStop(2);
_root.team02left.gotoAndStop(2);
_root.team02right.gotoAndStop(2);
_root.iconloc = "Sides";
}
}
onClipEvent (enterFrame) {
if (_root.loadedside == true) {
_root.UpdateColor();
}
if ((_root.curturn == "P1") and (_root.curside == "Left")) {
_root.Player1LoadLeft();
_root.loadedside = true;
return(undefined);
}
if ((_root.curturn == "P1") and (_root.curside == "Right")) {
_root.Player1LoadRight();
_root.loadedside = true;
return(undefined);
}
if ((_root.curturn == "P2") and (_root.curside == "Left")) {
_root.Player2LoadLeft();
_root.loadedside = true;
return(undefined);
}
if ((_root.curturn == "P2") and (_root.curside == "Right")) {
_root.Player2LoadRight();
_root.loadedside = true;
return(undefined);
}
if ((_root.curturn == "P3") and (_root.curside == "Left")) {
_root.Player3LoadLeft();
_root.loadedside = true;
return(undefined);
}
if ((_root.curturn == "P3") and (_root.curside == "Right")) {
_root.Player3LoadRight();
_root.loadedside = true;
return(undefined);
}
if ((_root.curturn == "P4") and (_root.curside == "Left")) {
_root.Player4LoadLeft();
_root.loadedside = true;
return(undefined);
}
if ((_root.curturn == "P4") and (_root.curside == "Right")) {
_root.Player4LoadRight();
_root.loadedside = true;
return(undefined);
}
}
Instance of Symbol 1392 MovieClip "leftbubble" in Frame 150
onClipEvent (enterFrame) {
if (_root.offscreen == true) {
this.gotoAndStop(1);
}
if ((_root.physicalthrow == true) and (_root.curcontrol == "Human")) {
this.gotoAndStop(1);
}
if ((((_root.physicalthrow == false) and (_root.curcontrol == "Human")) and (_root.ptturnedoff == true)) and (_root.curside == "Left")) {
_root.ptturnedoff = false;
this.gotoAndPlay(2);
}
if ((_root.cpuquickthrow == true) and (_root.curcontrol == "CPU")) {
this.gotoAndStop(1);
}
}
Instance of Symbol 1399 MovieClip "throwleft" in Frame 150
onClipEvent (enterFrame) {
if ((_root.physicalthrow == true) and (_root.curcontrol == "Human")) {
this.gotoAndStop(1);
}
}
Instance of Symbol 1405 MovieClip "throwright" in Frame 150
onClipEvent (enterFrame) {
if ((_root.physicalthrow == true) and (_root.curcontrol == "Human")) {
this.gotoAndStop(1);
}
}
Instance of Symbol 1412 MovieClip in Frame 150
onClipEvent (enterFrame) {
if (_root.musicon == true) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
Instance of Symbol 1125 MovieClip in Frame 150
onClipEvent (keyDown) {
if (_root.ingametut == true) {
return(undefined);
}
if (Key.isDown(32) and (_root.curcontrol == "Human")) {
if (((_root.curaction == "Arc") and (_root.pressready == true)) and (_root.physicalthrow == false)) {
_root.pressready = false;
_root.curaction = "Power";
}
if (((_root.curaction == "Power") and (_root.pressready == true)) and (_root.physicalthrow == false)) {
_root.pressready = false;
_root.curaction = "RightLeft";
}
if (((_root.curaction == "RightLeft") and (_root.pressready == true)) and (_root.physicalthrow == false)) {
_root.pressready = false;
_root.curaction = "Throw";
if (_root.curside == "Left") {
_root.leftbubble.gotoAndPlay(17);
}
if (_root.curside == "Right") {
_root.rightbubble.gotoAndPlay(17);
}
}
}
}
onClipEvent (keyUp) {
_root.pressready = true;
}
onClipEvent (enterFrame) {
if (_root.curaction == "None") {
return(undefined);
}
if ((_root.powname == "Opponent Loses A Turn") and (_root.hitpow == true)) {
if ((_root.powowner == "P1") or (_root.powowner == "P3")) {
if ((_root.curturn == "P2") or (_root.curturn == "P4")) {
if (_root.physicalthrow != true) {
_root.leftbubble.gotoAndPlay(31);
}
_root.turndone = true;
return(undefined);
}
} else if ((_root.curturn == "P1") or (_root.curturn == "P3")) {
if (_root.physicalthrow != true) {
_root.leftbubble.gotoAndPlay(31);
}
_root.turndone = true;
return(undefined);
}
}
if (_root.curaction == "Arc") {
if (_root.arcdir == "Down") {
_root.arcpos = _root.arcpos - (random(3) + 2);
}
if (_root.arcdir == "Up") {
_root.arcpos = _root.arcpos + (random(3) + 2);
}
if (_root.arcpos >= 90) {
_root.arcpos = 90;
_root.arcdir = "Down";
}
if (_root.arcpos <= 0) {
_root.arcpos = 1;
_root.arcdir = "Up";
}
}
if (_root.curaction == "Power") {
if (_root.powdir == "Right") {
_root.powpos = _root.powpos + (random(2) + 2);
}
if (_root.powdir == "Left") {
_root.powpos = _root.powpos - (random(2) + 2);
}
if (_root.powpos >= 100) {
_root.powpos = 100;
_root.powdir = "Left";
}
if (_root.powpos <= 0) {
_root.powpos = 0;
_root.powdir = "Right";
}
}
if (_root.curaction == "RightLeft") {
if (_root.rightleftdir == "Right") {
_root.rightleftpos = _root.rightleftpos + (random(7) + 2);
}
if (_root.rightleftdir == "Left") {
_root.rightleftpos = _root.rightleftpos - (random(7) + 2);
}
if (_root.rightleftpos >= 100) {
_root.rightleftpos = 100;
_root.rightleftdir = "Left";
}
if (_root.rightleftpos <= 0) {
_root.rightleftpos = 0;
_root.rightleftdir = "Right";
}
}
_root.throwleft.arc.gotoAndStop(_root.arcpos);
_root.throwleft.power.gotoAndStop(_root.powpos);
_root.throwleft.rightleft.gotoAndStop(_root.rightleftpos);
_root.throwright.arc.gotoAndStop(_root.arcpos);
_root.throwright.power.gotoAndStop(_root.powpos);
_root.throwright.rightleft.gotoAndStop(_root.rightleftpos);
if (_root.curcontrol == "CPU") {
if ((((_root.team01rpoints - _root.team02rpoints) + _root.team01points) >= _root.winpoints) and (_root.curturn == "P1")) {
if ((_root.offscreen == false) and (_root.turndone == false)) {
if (_root.curside == "Left") {
if (_root.cpuquickthrow != true) {
_root.leftbubble.gotoAndPlay(31);
}
_root.turndone = true;
return(undefined);
}
if (_root.cpuquickthrow != true) {
_root.rightbubble.gotoAndPlay(31);
}
_root.turndone = true;
return(undefined);
}
}
if ((((_root.team01rpoints - _root.team02rpoints) + _root.team01points) >= _root.winpoints) and (_root.curturn == "P3")) {
if ((_root.offscreen == false) and (_root.turndone == false)) {
if (_root.curside == "Left") {
if (_root.cpuquickthrow != true) {
_root.leftbubble.gotoAndPlay(31);
}
_root.turndone = true;
return(undefined);
}
if (_root.cpuquickthrow != true) {
_root.rightbubble.gotoAndPlay(31);
}
_root.turndone = true;
return(undefined);
}
}
if ((((_root.team02rpoints - _root.team01rpoints) + _root.team02points) >= _root.winpoints) and (_root.curturn == "P2")) {
if ((_root.offscreen == false) and (_root.turndone == false)) {
if (_root.curside == "Left") {
if (_root.cpuquickthrow != true) {
_root.leftbubble.gotoAndPlay(31);
}
_root.turndone = true;
return(undefined);
}
if (_root.cpuquickthrow != true) {
_root.rightbubble.gotoAndPlay(31);
}
_root.turndone = true;
return(undefined);
}
}
if ((((_root.team02rpoints - _root.team01rpoints) + _root.team02points) >= _root.winpoints) and (_root.curturn == "P4")) {
if ((_root.offscreen == false) and (_root.turndone == false)) {
if (_root.curside == "Left") {
if (_root.cpuquickthrow != true) {
_root.leftbubble.gotoAndPlay(31);
}
_root.turndone = true;
return(undefined);
}
if (_root.cpuquickthrow != true) {
_root.rightbubble.gotoAndPlay(31);
}
_root.turndone = true;
return(undefined);
}
}
_root.cpuchoose = random(Math.round((100 - _root.difficulty) + 3));
if (_root.cpuquickthrow == true) {
_root.randplusminus = random(2);
_root.arcpos = 45;
if (_root.randplusminus == 0) {
_root.arcpos = _root.arcpos + random((100 - _root.difficulty) / 1.5);
} else {
_root.arcpos = _root.arcpos - random((100 - _root.difficulty) / 1.5);
}
_root.curaction = "Power";
_root.randplusminus = random(2);
if ((_root.winddir == "Left") and (_root.curside == "Left")) {
_root.powpos = 50 + (_root.windpow / 2);
}
if ((_root.winddir == "Right") and (_root.curside == "Left")) {
_root.powpos = 50 - (_root.windpow / 2);
}
if ((_root.winddir == "Left") and (_root.curside == "Right")) {
_root.powpos = 50 - (_root.windpow / 2);
}
if ((_root.winddir == "Right") and (_root.curside == "Right")) {
_root.powpos = 50 + (_root.windpow / 2);
}
if (_root.randplusminus == 0) {
_root.powpos = _root.powpos + random((100 - _root.difficulty) / 1.5);
} else {
_root.powpos = _root.powpos - random((100 - _root.difficulty) / 1.5);
}
_root.curaction = "RightLeft";
_root.rightleftpos = 50;
_root.randplusminus = random(2);
if (_root.randplusminus == 0) {
_root.rightleftpos = _root.rightleftpos + random((100 - _root.difficulty) / 1.5);
} else {
_root.rightleftpos = _root.rightleftpos - random((100 - _root.difficulty) / 1.5);
}
_root.curaction = "Throw";
if (_root.curside == "Left") {
_root.actorleft.gotoAndPlay(3);
}
if (_root.curside == "Right") {
_root.actorright.gotoAndPlay(23);
}
}
if (_root.curaction == "Arc") {
if ((_root.arcpos <= (100 - (_root.difficulty / 2.05))) and (_root.arcpos >= (-10 + (_root.difficulty / 2.05)))) {
if (_root.cpuchoose <= 2) {
_root.curaction = "Power";
_root.cpuchoose = random(Math.round((100 - _root.difficulty) + 1));
}
}
}
if (_root.curaction == "Power") {
if (_root.curside == "Left") {
if (((_root.powpos <= (100 - ((_root.difficulty / 2.05) - (_root.windpow / 1.75)))) and (_root.powpos >= (0 + ((_root.difficulty / 2.05) + (_root.windpow / 1.75))))) and (_root.winddir == "Left")) {
if (_root.cpuchoose <= 2) {
_root.curaction = "RightLeft";
_root.cpuchoose = random(Math.round((100 - _root.difficulty) + 1));
}
}
if (((_root.powpos <= (100 - ((_root.difficulty / 2.05) + (_root.windpow / 1.75)))) and (_root.powpos >= (0 + ((_root.difficulty / 2.05) - (_root.windpow / 1.75))))) and (_root.winddir == "Right")) {
if (_root.cpuchoose <= 2) {
_root.curaction = "RightLeft";
_root.cpuchoose = random(Math.round((100 - _root.difficulty) + 1));
}
}
}
if (_root.curside == "Right") {
if (((_root.powpos <= (100 - ((_root.difficulty / 2.05) - (_root.windpow / 1.75)))) and (_root.powpos >= (0 + ((_root.difficulty / 2.05) + (_root.windpow / 1.75))))) and (_root.winddir == "Right")) {
if (_root.cpuchoose <= 2) {
_root.curaction = "RightLeft";
_root.cpuchoose = random(Math.round((100 - _root.difficulty) + 1));
}
}
if (((_root.powpos <= (100 - ((_root.difficulty / 2.1) + (_root.windpow / 1.75)))) and (_root.powpos >= (0 + ((_root.difficulty / 2.1) - (_root.windpow / 1.75))))) and (_root.winddir == "Left")) {
if (_root.cpuchoose <= 2) {
_root.curaction = "RightLeft";
_root.cpuchoose = random(Math.round((100 - _root.difficulty) + 1));
}
}
}
}
if (_root.curaction == "RightLeft") {
if ((_root.rightleftpos <= (100 - (_root.difficulty / 2.1))) and (_root.rightleftpos >= (0 + (_root.difficulty / 2.1)))) {
if (_root.cpuchoose <= 2) {
_root.curaction = "Throw";
if (_root.curside == "Left") {
_root.leftbubble.gotoAndPlay(17);
}
if (_root.curside == "Right") {
_root.rightbubble.gotoAndPlay(17);
}
}
}
}
}
if (_root.curaction == "Throw") {
_root.curaction = "None";
if ((_root.powname == "Kill Opponent's Throw") and (_root.hitpow == true)) {
if ((_root.powowner == "P1") or (_root.powowner == "P3")) {
if ((_root.curturn == "P2") or (_root.curturn == "P4")) {
_root.arcpos = 1;
_root.powpos = 1;
_root.rightleftpos = 1;
}
} else if ((_root.curturn == "P1") or (_root.curturn == "P3")) {
_root.arcpos = 1;
_root.powpos = 1;
_root.rightleftpos = 1;
}
}
if ((_root.powname == "Opponent Half Power") and (_root.hitpow == true)) {
if ((_root.powowner == "P1") or (_root.powowner == "P3")) {
if ((_root.curturn == "P2") or (_root.curturn == "P4")) {
_root.powpos = _root.powpos / 2;
}
} else if ((_root.curturn == "P1") or (_root.curturn == "P3")) {
_root.powpos = _root.powpos / 2;
}
}
if ((_root.powname == "Opponent Wild Throw") and (_root.hitpow == true)) {
if ((_root.powowner == "P1") or (_root.powowner == "P3")) {
if ((_root.curturn == "P2") or (_root.curturn == "P4")) {
_root.arcpos = random(80) + 10;
_root.powpos = random(90) + 10;
_root.rightleftpos = random(90) + 10;
}
} else if ((_root.curturn == "P1") or (_root.curturn == "P3")) {
_root.arcpos = random(80) + 10;
_root.powpos = random(90) + 10;
_root.rightleftpos = random(90) + 10;
}
}
if (_root.curside == "Left") {
if ((_root.rightleftpos >= 47) and (_root.rightleftpos <= 53)) {
_root.bagthrownpos = "Center";
}
if ((_root.rightleftpos >= 43) and (_root.rightleftpos <= 46)) {
_root.bagthrownpos = "Left 04";
}
if ((_root.rightleftpos >= 39) and (_root.rightleftpos <= 42)) {
_root.bagthrownpos = "Left 03";
}
if ((_root.rightleftpos >= 35) and (_root.rightleftpos <= 38)) {
_root.bagthrownpos = "Left 02";
}
if ((_root.rightleftpos >= 31) and (_root.rightleftpos <= 34)) {
_root.bagthrownpos = "Left 01";
}
if (_root.rightleftpos <= 30) {
_root.bagthrownpos = "Left Miss";
}
if ((_root.rightleftpos >= 54) and (_root.rightleftpos <= 57)) {
_root.bagthrownpos = "Right 04";
}
if ((_root.rightleftpos >= 58) and (_root.rightleftpos <= 61)) {
_root.bagthrownpos = "Right 03";
}
if ((_root.rightleftpos >= 62) and (_root.rightleftpos <= 65)) {
_root.bagthrownpos = "Right 02";
}
if ((_root.rightleftpos >= 66) and (_root.rightleftpos <= 69)) {
_root.bagthrownpos = "Right 01";
}
if (_root.rightleftpos >= 70) {
_root.bagthrownpos = "Right Miss";
}
}
if (_root.curside == "Right") {
if ((_root.rightleftpos >= 47) and (_root.rightleftpos <= 53)) {
_root.bagthrownpos = "Center";
}
if ((_root.rightleftpos >= 43) and (_root.rightleftpos <= 46)) {
_root.bagthrownpos = "Right 04";
}
if ((_root.rightleftpos >= 39) and (_root.rightleftpos <= 42)) {
_root.bagthrownpos = "Right 03";
}
if ((_root.rightleftpos >= 35) and (_root.rightleftpos <= 38)) {
_root.bagthrownpos = "Right 02";
}
if ((_root.rightleftpos >= 31) and (_root.rightleftpos <= 34)) {
_root.bagthrownpos = "Right 01";
}
if (_root.rightleftpos <= 30) {
_root.bagthrownpos = "Right Miss";
}
if ((_root.rightleftpos >= 54) and (_root.rightleftpos <= 57)) {
_root.bagthrownpos = "Left 04";
}
if ((_root.rightleftpos >= 58) and (_root.rightleftpos <= 61)) {
_root.bagthrownpos = "Left 03";
}
if ((_root.rightleftpos >= 62) and (_root.rightleftpos <= 65)) {
_root.bagthrownpos = "Left 02";
}
if ((_root.rightleftpos >= 66) and (_root.rightleftpos <= 69)) {
_root.bagthrownpos = "Left 01";
}
if (_root.rightleftpos >= 70) {
_root.bagthrownpos = "Left Miss";
}
}
}
}
Instance of Symbol 259 MovieClip "windgauge" in Frame 150
onClipEvent (enterFrame) {
if (_root.winddir == "Left") {
this.leftgauge.gotoAndStop(_root.windpow);
this.rightgauge.gotoAndStop(1);
}
if (_root.winddir == "Right") {
this.leftgauge.gotoAndStop(1);
this.rightgauge.gotoAndStop(_root.windpow);
}
}
Instance of Symbol 1429 MovieClip in Frame 150
onClipEvent (enterFrame) {
this._x = _root.actorright._x;
if ((_root.curturn == "P1") or (_root.curturn == "P3")) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
Instance of Symbol 1429 MovieClip in Frame 150
onClipEvent (enterFrame) {
this._x = _root.actorleft._x;
if ((_root.curturn == "P1") or (_root.curturn == "P3")) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
Instance of Symbol 1125 MovieClip in Frame 150
onClipEvent (enterFrame) {
if (_root.curturn == "P1") {
if (_root.iconloc == "Middle") {
_root.team01arrowleft.gotoAndStop(1);
_root.team01arrowmid.gotoAndStop(2);
_root.team01arrowright.gotoAndStop(1);
_root.team02arrowleft.gotoAndStop(1);
_root.team02arrowmid.gotoAndStop(1);
_root.team02arrowright.gotoAndStop(1);
}
if (_root.iconloc == "Sides") {
_root.team01arrowleft.gotoAndStop(2);
_root.team01arrowmid.gotoAndStop(1);
_root.team01arrowright.gotoAndStop(1);
_root.team02arrowleft.gotoAndStop(1);
_root.team02arrowmid.gotoAndStop(1);
_root.team02arrowright.gotoAndStop(1);
}
if (((_root.offscreen == true) and (_root.curside == "Left")) and (_root.p1throws <= 3)) {
_root.actorleft._x = _root.actorleft._x + 5;
_root.walking = true;
}
if (((_root.offscreen == true) and (_root.curside == "Right")) and (_root.p1throws <= 3)) {
_root.actorright._x = _root.actorright._x - 5;
_root.walking = true;
}
if ((((_root.offscreen == false) and (_root.curside == "Left")) and (_root.baginair == "None")) and (_root.turndone == true)) {
_root.actorleft._x = _root.actorleft._x - 5;
_root.actorleft.gotoAndStop(2);
_root.walking = true;
}
if ((((_root.offscreen == false) and (_root.curside == "Right")) and (_root.baginair == "None")) and (_root.turndone == true)) {
_root.actorright._x = _root.actorright._x + 5;
_root.actorright.gotoAndStop(1);
_root.walking = true;
}
}
if (_root.curturn == "P2") {
if (_root.iconloc == "Middle") {
_root.team01arrowleft.gotoAndStop(1);
_root.team01arrowmid.gotoAndStop(1);
_root.team01arrowright.gotoAndStop(1);
_root.team02arrowleft.gotoAndStop(1);
_root.team02arrowmid.gotoAndStop(2);
_root.team02arrowright.gotoAndStop(1);
}
if (_root.iconloc == "Sides") {
_root.team01arrowleft.gotoAndStop(1);
_root.team01arrowmid.gotoAndStop(1);
_root.team01arrowright.gotoAndStop(1);
_root.team02arrowleft.gotoAndStop(2);
_root.team02arrowmid.gotoAndStop(1);
_root.team02arrowright.gotoAndStop(1);
}
if (((_root.offscreen == true) and (_root.curside == "Left")) and (_root.p2throws <= 3)) {
_root.actorleft._x = _root.actorleft._x + 5;
_root.walking = true;
}
if (((_root.offscreen == true) and (_root.curside == "Right")) and (_root.p2throws <= 3)) {
_root.actorright._x = _root.actorright._x - 5;
_root.walking = true;
}
if ((((_root.offscreen == false) and (_root.curside == "Left")) and (_root.baginair == "None")) and (_root.turndone == true)) {
_root.actorleft._x = _root.actorleft._x - 5;
_root.actorleft.gotoAndStop(2);
_root.walking = true;
}
if ((((_root.offscreen == false) and (_root.curside == "Right")) and (_root.baginair == "None")) and (_root.turndone == true)) {
_root.actorright._x = _root.actorright._x + 5;
_root.actorright.gotoAndStop(1);
_root.walking = true;
}
}
if (_root.curturn == "P3") {
if (_root.iconloc == "Sides") {
_root.team01arrowleft.gotoAndStop(1);
_root.team01arrowmid.gotoAndStop(1);
_root.team01arrowright.gotoAndStop(2);
_root.team02arrowleft.gotoAndStop(1);
_root.team02arrowmid.gotoAndStop(1);
_root.team02arrowright.gotoAndStop(1);
}
if (((_root.offscreen == true) and (_root.curside == "Left")) and (_root.p3throws <= 3)) {
_root.actorleft._x = _root.actorleft._x + 5;
_root.walking = true;
}
if (((_root.offscreen == true) and (_root.curside == "Right")) and (_root.p3throws <= 3)) {
_root.actorright._x = _root.actorright._x - 5;
_root.walking = true;
}
if ((((_root.offscreen == false) and (_root.curside == "Left")) and (_root.baginair == "None")) and (_root.turndone == true)) {
_root.actorleft._x = _root.actorleft._x - 5;
_root.actorleft.gotoAndStop(2);
_root.walking = true;
}
if ((((_root.offscreen == false) and (_root.curside == "Right")) and (_root.baginair == "None")) and (_root.turndone == true)) {
_root.actorright._x = _root.actorright._x + 5;
_root.actorright.gotoAndStop(1);
_root.walking = true;
}
}
if (_root.curturn == "P4") {
if (_root.iconloc == "Sides") {
_root.team01arrowleft.gotoAndStop(1);
_root.team01arrowmid.gotoAndStop(1);
_root.team01arrowright.gotoAndStop(1);
_root.team02arrowleft.gotoAndStop(1);
_root.team02arrowmid.gotoAndStop(1);
_root.team02arrowright.gotoAndStop(2);
}
if (((_root.offscreen == true) and (_root.curside == "Left")) and (_root.p4throws <= 3)) {
_root.actorleft._x = _root.actorleft._x + 5;
_root.walking = true;
}
if (((_root.offscreen == true) and (_root.curside == "Right")) and (_root.p4throws <= 3)) {
_root.actorright._x = _root.actorright._x - 5;
_root.walking = true;
}
if ((((_root.offscreen == false) and (_root.curside == "Left")) and (_root.baginair == "None")) and (_root.turndone == true)) {
_root.actorleft._x = _root.actorleft._x - 5;
_root.actorleft.gotoAndStop(2);
_root.walking = true;
}
if ((((_root.offscreen == false) and (_root.curside == "Right")) and (_root.baginair == "None")) and (_root.turndone == true)) {
_root.actorright._x = _root.actorright._x + 5;
_root.actorright.gotoAndStop(1);
_root.walking = true;
}
}
}
Instance of Symbol 1125 MovieClip in Frame 150
onClipEvent (mouseDown) {
if (_root.ingametut == true) {
return(undefined);
}
if (((((_root.curaction == "Arc") and (_root.pressready == true)) and (_root.physicalthrow == true)) and (_root.trackmousey >= 45)) and (_root.trackmousey <= 200)) {
_root.ptmousexstart = _root._xmouse;
_root.ptmouseystart = _root._ymouse * -1;
_root.pttimethrowing = 0;
_root.ptinprogress = true;
}
}
onClipEvent (mouseUp) {
if (_root.ingametut == true) {
return(undefined);
}
if ((((_root.curaction == "Arc") and (_root.pressready == true)) and (_root.physicalthrow == true)) and (_root.ptinprogress == true)) {
_root.ptinprogress = false;
_root.ptmousexend = _root._xmouse;
_root.ptmouseyend = _root._ymouse * -1;
if (_root.ptmousexstart == _root.ptmousexend) {
_root.ptmousexend = _root.ptmousexend + 1;
}
if (_root.ptmouseystart == _root.ptmouseyend) {
_root.ptmouseyend = _root.ptmouseyend + 1;
}
_root.ptxdif = _root.ptmousexend - _root.ptmousexstart;
_root.ptydif = _root.ptmouseyend - _root.ptmouseystart;
_root.ptangle = Math.atan(_root.ptydif / _root.ptxdif) / (Math.PI/180);
if (_root.ptxdif < 0) {
_root.ptangle = _root.ptangle + 180;
}
if ((_root.ptxdif >= 0) && (_root.ptydif < 0)) {
_root.ptangle = _root.ptangle + 360;
}
_root.ptangle = Math.round(_root.ptangle);
if ((_root.ptangle >= 91) and (_root.curside == "Left")) {
_root.ptangle = 0;
}
if ((_root.ptangle <= 89) and (_root.curside == "Right")) {
_root.ptangle = 90;
}
if ((_root.ptangle >= 181) and (_root.curside == "Right")) {
_root.ptangle = 180;
}
if (_root.curside == "Right") {
_root.arcpos = _root.ptangle - 90;
} else {
_root.arcpos = _root.ptangle;
}
_root.curaction = "Power";
if (_root.curside == "Left") {
if (_root.speedcounts == true) {
_root.powpos = _root.ptxdif / (_root.pttimethrowing / 1.5);
} else {
_root.powpos = _root.ptxdif / 3;
}
}
if (_root.curside == "Right") {
if (_root.speedcounts == true) {
_root.powpos = (_root.ptxdif * -1) / (_root.pttimethrowing / 1.5);
} else {
_root.powpos = (_root.ptxdif * -1) / 3;
}
}
if (_root.powpos >= 100) {
_root.powpos = 100;
}
if (_root.powpos <= 0) {
_root.powpos = 0;
}
_root.powoutput = _root.powpos;
_root.powpos = Math.round(_root.powpos);
_root.curaction = "RightLeft";
_root.randrlpos = random(4);
if (_root.randrlpos <= 2) {
_root.rightleftpos = 40;
} else {
_root.rightleftpos = 50;
}
_root.curaction = "Throw";
if (_root.curside == "Left") {
_root.actorleft.gotoAndPlay(3);
}
if (_root.curside == "Right") {
_root.actorright.gotoAndPlay(23);
}
if (_root.throwguide == true) {
_root.dot01._x = _root.ptmousexstart;
_root.dot01._y = _root.ptmouseystart * -1;
_root.dot02._x = _root.ptmousexend;
_root.dot02._y = _root.ptmouseyend * -1;
_root.createEmptyMovieClip("dottodot", 10);
_root.dottodot.clear();
_root.dottodot.lineStyle(2, 16711680, 100);
_root.dottodot.moveTo(dot01._x, dot01._y);
_root.dottodot.lineTo(dot02._x, dot02._y);
}
}
}
onClipEvent (enterFrame) {
_root.trackmousex = _root._xmouse;
_root.trackmousey = _root._ymouse;
if (_root.ptinprogress == true) {
_root.pttimethrowing = _root.pttimethrowing + 1;
}
}
Instance of Symbol 273 MovieClip "dot01" in Frame 150
onClipEvent (enterFrame) {
if (_root.throwguide == false) {
this._x = -100;
this._y = -100;
}
}
Instance of Symbol 274 MovieClip "dot02" in Frame 150
onClipEvent (enterFrame) {
if (_root.throwguide == false) {
this._x = -100;
this._y = -100;
}
}
Instance of Symbol 1472 MovieClip in Frame 150
/* no clip actions */
Instance of Symbol 1490 MovieClip "d24bagsthrown" in Frame 150
/* no clip actions */
Instance of Symbol 1578 MovieClip in Frame 150
onClipEvent (load) {
if ((_root.tgames == 0) and (_root.trgames == 0)) {
_root.ingametut = true;
this.gotoAndStop(2);
}
}
Frame 151
trophies.gotoAndStop(21);
_root.inagame = false;
_root.inmultiplayer = false;
_root.inpractice = false;
stopAllSounds();
if (_root.musicon == true) {
_root.sndmeasyassoup.start(0, 10000);
_root.sndmeasyassoup.setVolume(75);
}
if (((_root.twon >= 20) and (_root.tlost <= (_root.twon - 20))) and (_root.difficulty >= 85)) {
_root.star = _root.star + 1;
_root.trophies.gotoAndStop(16);
}
if ((_root.twon == _root.tlost) and (_root.twon >= 20)) {
_root.yingyang = _root.yingyang + 1;
_root.trophies.gotoAndStop(17);
}
if (_root.intournament == true) {
_root.tournamentpos = _root.tournamentpos + 1;
if (_root.teamwin == "Team 01") {
_root.twonlast = true;
} else {
_root.twonlast = false;
}
if (_root.tournamentpos == 2) {
_root.tournwinnings = 0;
if (_root.twonlast == false) {
_root.tournamentpos = -1;
}
}
if (_root.tournamentpos == 0) {
_root.ttournaments = _root.ttournaments + 1;
if (_root.twonlast == true) {
if (_root.tdifficulty >= 90) {
_root.bronzecup = _root.bronzecup + 1;
_root.trophies.gotoAndStop(3);
_root.tournwinnings = _root.tournwinnings + 1000;
_root.intournament = false;
}
if ((_root.tdifficulty >= 75) and (_root.tdifficulty <= 89)) {
_root.bronzemug = _root.bronzemug + 1;
_root.trophies.gotoAndStop(7);
_root.tournwinnings = _root.tournwinnings + 750;
_root.intournament = false;
}
if (_root.tdifficulty <= 74) {
_root.bronzeorb = _root.bronzeorb + 1;
_root.tournwinnings = _root.tournwinnings + 500;
_root.trophies.gotoAndStop(10);
_root.intournament = false;
}
} else {
_root.fish = _root.fish + 1;
_root.trophies.gotoAndStop(14);
_root.intournament = false;
}
}
if (_root.tournamentpos >= 3) {
_root.ttournaments = _root.ttournaments + 1;
if (_root.twonlast == true) {
if (_root.tdifficulty >= 90) {
_root.goldcup = _root.goldcup + 1;
_root.tournwinnings = _root.tournwinnings + 5000;
_root.trophies.gotoAndStop(1);
_root.intournament = false;
}
if ((_root.tdifficulty >= 75) and (_root.tdifficulty <= 89)) {
_root.goldmug = _root.goldmug + 1;
_root.trophies.gotoAndStop(5);
_root.tournwinnings = _root.tournwinnings + 2500;
_root.intournament = false;
}
if (_root.tdifficulty <= 74) {
_root.trophies.gotoAndStop(8);
_root.goldorb = _root.goldorb + 1;
_root.tournwinnings = _root.tournwinnings + 1000;
_root.intournament = false;
}
} else {
if (_root.tdifficulty >= 90) {
_root.silvercup = _root.silvercup + 1;
_root.tournwinnings = _root.tournwinnings + 2500;
_root.trophies.gotoAndStop(2);
_root.intournament = false;
}
if ((_root.tdifficulty >= 75) and (_root.tdifficulty <= 89)) {
_root.silvermug = _root.silvermug + 1;
_root.tournwinnings = _root.tournwinnings + 1000;
_root.trophies.gotoAndStop(6);
_root.intournament = false;
}
if (_root.tdifficulty <= 74) {
_root.silverorb = _root.silverorb + 1;
_root.tournwinnings = _root.tournwinnings + 750;
_root.trophies.gotoAndStop(9);
_root.intournament = false;
}
}
}
} else {
_root.tournwinnings = 0;
}
if (_root.curround >= 35) {
_root.oldman = _root.oldman + 1;
_root.trophies.gotoAndStop(19);
}
if ((_root.culholes >= 50) and (_root.hole <= 0)) {
_root.hole = _root.hole + 1;
_root.trophies.gotoAndStop(12);
}
if (_root.calcearnings == true) {
if (_root.teamwin == "Team 01") {
_root.earnings = Math.round(((5 * _root.difficulty) * (_root.team01points / 2)) + _root.tournwinnings);
_root.tmoney = _root.tmoney + _root.earnings;
} else {
_root.earnings = Math.round(((2 * _root.difficulty) * (_root.team01points / 2)) + _root.tournwinnings);
_root.tmoney = _root.tmoney + _root.earnings;
}
} else {
_root.earnings = 0;
}
if (_root.trackstats == true) {
_root.tgames = _root.tgames + 1;
if (_root.teamwin == "Team 01") {
_root.twon = _root.twon + 1;
} else {
_root.tlost = _root.tlost + 1;
}
}
if (_root.rankedinprogress == true) {
_root.trgames = _root.trgames + 1;
if (_root.teamwin == "Team 01") {
_root.trwon = _root.trwon + 1;
} else {
_root.trlost = _root.trlost + 1;
}
_root.rankedinprogress = false;
}
if ((_root.tgames >= 50) and (_root.diamond <= 0)) {
_root.diamond = _root.diamond + 1;
_root.trophies.gotoAndStop(11);
}
if ((_root.tlost >= 50) and (_root.flower <= 0)) {
_root.flower = _root.flower + 1;
_root.trophies.gotoAndStop(13);
}
if ((_root.trgames >= 50) and (_root.steak <= 0)) {
_root.steak = _root.steak + 1;
_root.trophies.gotoAndStop(18);
}
if (_root.earnings >= 5000) {
_root.money = _root.money + 1;
_root.trophies.gotoAndStop(15);
}
if ((_root.tgames >= 100) and (_root.grill <= 0)) {
_root.grill = _root.grill + 1;
_root.trophies.gotoAndStop(20);
}
if (_root.teamwin == "Team 01") {
if ((_root.gametype == "1 Human v 1 CPU") or (_root.gametype == "1 Human v 1 Human")) {
if (_root.p1name == "Brandon") {
_root.brandonface._x = 65;
_root.brandonface._y = 36.8;
}
if (_root.p1name == "Andy") {
_root.andyface._x = 65;
_root.andyface._y = 36.8;
}
if (_root.p1name == "Baby Kriegs") {
_root.alexface._x = 65;
_root.alexface._y = 36.8;
}
if (_root.p1name == "Tyler") {
_root.tylerface._x = 65;
_root.tylerface._y = 36.8;
}
if (_root.p1name == "Doug") {
_root.dougface._x = 65;
_root.dougface._y = 36.8;
}
if (_root.p1name == "Sergey") {
_root.sergeyface._x = 65;
_root.sergeyface._y = 36.8;
}
if (_root.p1name == "Sharp") {
_root.sharpface._x = 65;
_root.sharpface._y = 36.8;
}
if (_root.p1name == _root.custom01name) {
_root.custom01face._x = 65;
_root.custom01face._y = 36.8;
}
if (_root.p1name == _root.custom02name) {
_root.custom02face._x = 65;
_root.custom02face._y = 36.8;
}
if (_root.p1name == "CPU") {
_root.cpuface01._x = 65;
_root.cpuface01._y = 36.8;
}
if (_root.p2name == "Brandon") {
_root.brandonface._x = 65;
_root.brandonface._y = 156.8;
}
if (_root.p2name == "Andy") {
_root.andyface._x = 65;
_root.andyface._y = 156.8;
}
if (_root.p2name == "Baby Kriegs") {
_root.alexface._x = 65;
_root.alexface._y = 156.8;
}
if (_root.p2name == "Tyler") {
_root.tylerface._x = 65;
_root.tylerface._y = 156.8;
}
if (_root.p2name == "Doug") {
_root.dougface._x = 65;
_root.dougface._y = 156.8;
}
if (_root.p2name == "Sergey") {
_root.sergeyface._x = 65;
_root.sergeyface._y = 156.8;
}
if (_root.p2name == "Sharp") {
_root.sharpface._x = 65;
_root.sharpface._y = 156.8;
}
if (_root.p2name == _root.custom01name) {
_root.custom01face._x = 65;
_root.custom01face._y = 156.8;
}
if (_root.p2name == _root.custom02name) {
_root.custom02face._x = 65;
_root.custom02face._y = 156.8;
}
if (_root.p2name == "CPU") {
_root.cpuface03._x = 65;
_root.cpuface03._y = 156.8;
}
} else {
if (_root.p1name == "Brandon") {
_root.brandonface._x = 25;
_root.brandonface._y = 36.8;
}
if (_root.p1name == "Andy") {
_root.andyface._x = 25;
_root.andyface._y = 36.8;
}
if (_root.p1name == "Baby Kriegs") {
_root.alexface._x = 25;
_root.alexface._y = 36.8;
}
if (_root.p1name == "Tyler") {
_root.tylerface._x = 25;
_root.tylerface._y = 36.8;
}
if (_root.p1name == "Doug") {
_root.dougface._x = 25;
_root.dougface._y = 36.8;
}
if (_root.p1name == "Sergey") {
_root.sergeyface._x = 25;
_root.sergeyface._y = 36.8;
}
if (_root.p1name == "Sharp") {
_root.sharpface._x = 25;
_root.sharpface._y = 36.8;
}
if (_root.p1name == _root.custom01name) {
_root.custom01face._x = 25;
_root.custom01face._y = 36.8;
}
if (_root.p1name == _root.custom02name) {
_root.custom02face._x = 25;
_root.custom02face._y = 36.8;
}
if (_root.p1name == "CPU") {
_root.cpuface01._x = 25;
_root.cpuface01._y = 36.8;
}
if (_root.p3name == "Brandon") {
_root.brandonface._x = 105;
_root.brandonface._y = 36.8;
}
if (_root.p3name == "Andy") {
_root.andyface._x = 105;
_root.andyface._y = 36.8;
}
if (_root.p3name == "Baby Kriegs") {
_root.alexface._x = 105;
_root.alexface._y = 36.8;
}
if (_root.p3name == "Tyler") {
_root.tylerface._x = 105;
_root.tylerface._y = 36.8;
}
if (_root.p3name == "Doug") {
_root.dougface._x = 105;
_root.dougface._y = 36.8;
}
if (_root.p3name == "Sergey") {
_root.sergeyface._x = 105;
_root.sergeyface._y = 36.8;
}
if (_root.p3name == "Sharp") {
_root.sharpface._x = 105;
_root.sharpface._y = 36.8;
}
if (_root.p3name == _root.custom01name) {
_root.custom01face._x = 105;
_root.custom01face._y = 36.8;
}
if (_root.p3name == _root.custom02name) {
_root.custom02face._x = 105;
_root.custom02face._y = 36.8;
}
if (_root.p3name == "CPU") {
_root.cpuface02._x = 105;
_root.cpuface02._y = 36.8;
}
if (_root.p2name == "Brandon") {
_root.brandonface._x = 25;
_root.brandonface._y = 156.8;
}
if (_root.p2name == "Andy") {
_root.andyface._x = 25;
_root.andyface._y = 156.8;
}
if (_root.p2name == "Baby Kriegs") {
_root.alexface._x = 25;
_root.alexface._y = 156.8;
}
if (_root.p2name == "Tyler") {
_root.tylerface._x = 25;
_root.tylerface._y = 156.8;
}
if (_root.p2name == "Doug") {
_root.dougface._x = 25;
_root.dougface._y = 156.8;
}
if (_root.p2name == "Sergey") {
_root.sergeyface._x = 25;
_root.sergeyface._y = 156.8;
}
if (_root.p2name == "Sharp") {
_root.sharpface._x = 25;
_root.sharpface._y = 156.8;
}
if (_root.p2name == _root.custom01name) {
_root.custom01face._x = 25;
_root.custom01face._y = 156.8;
}
if (_root.p2name == _root.custom02name) {
_root.custom02face._x = 25;
_root.custom02face._y = 156.8;
}
if (_root.p2name == "CPU") {
_root.cpuface04._x = 25;
_root.cpuface04._y = 156.8;
}
if (_root.p4name == "Brandon") {
_root.brandonface._x = 105;
_root.brandonface._y = 156.8;
}
if (_root.p4name == "Andy") {
_root.andyface._x = 105;
_root.andyface._y = 156.8;
}
if (_root.p4name == "Baby Kriegs") {
_root.alexface._x = 105;
_root.alexface._y = 156.8;
}
if (_root.p4name == "Tyler") {
_root.tylerface._x = 105;
_root.tylerface._y = 156.8;
}
if (_root.p4name == "Doug") {
_root.dougface._x = 105;
_root.dougface._y = 156.8;
}
if (_root.p4name == "Sergey") {
_root.sergeyface._x = 105;
_root.sergeyface._y = 156.8;
}
if (_root.p4name == "Sharp") {
_root.sharpface._x = 105;
_root.sharpface._y = 156.8;
}
if (_root.p4name == _root.custom01name) {
_root.custom01face._x = 105;
_root.custom01face._y = 156.8;
}
if (_root.p4name == _root.custom02name) {
_root.custom02face._x = 105;
_root.custom02face._y = 156.8;
}
if (_root.p4name == "CPU") {
_root.cpuface05._x = 105;
_root.cpuface05._y = 156.8;
}
}
}
if (_root.teamwin == "Team 02") {
if ((_root.gametype == "1 Human v 1 CPU") or (_root.gametype == "1 Human v 1 Human")) {
if (_root.p1name == "Brandon") {
_root.brandonface._x = 65;
_root.brandonface._y = 156.8;
}
if (_root.p1name == "Andy") {
_root.andyface._x = 65;
_root.andyface._y = 156.8;
}
if (_root.p1name == "Baby Kriegs") {
_root.alexface._x = 65;
_root.alexface._y = 156.8;
}
if (_root.p1name == "Tyler") {
_root.tylerface._x = 65;
_root.tylerface._y = 156.8;
}
if (_root.p1name == "Doug") {
_root.dougface._x = 65;
_root.dougface._y = 156.8;
}
if (_root.p1name == "Sergey") {
_root.sergeyface._x = 65;
_root.sergeyface._y = 156.8;
}
if (_root.p1name == "Sharp") {
_root.sharpface._x = 65;
_root.sharpface._y = 156.8;
}
if (_root.p1name == _root.custom01name) {
_root.custom01face._x = 65;
_root.custom01face._y = 156.8;
}
if (_root.p1name == _root.custom02name) {
_root.custom02face._x = 65;
_root.custom02face._y = 156.8;
}
if (_root.p1name == "CPU") {
_root.cpuface01._x = 65;
_root.cpuface01._y = 156.8;
}
if (_root.p2name == "Brandon") {
_root.brandonface._x = 65;
_root.brandonface._y = 36.8;
}
if (_root.p2name == "Andy") {
_root.andyface._x = 65;
_root.andyface._y = 36.8;
}
if (_root.p2name == "Baby Kriegs") {
_root.alexface._x = 65;
_root.alexface._y = 36.8;
}
if (_root.p2name == "Tyler") {
_root.tylerface._x = 65;
_root.tylerface._y = 36.8;
}
if (_root.p2name == "Doug") {
_root.dougface._x = 65;
_root.dougface._y = 36.8;
}
if (_root.p2name == "Sergey") {
_root.sergeyface._x = 65;
_root.sergeyface._y = 36.8;
}
if (_root.p2name == "Sharp") {
_root.sharpface._x = 65;
_root.sharpface._y = 36.8;
}
if (_root.p2name == _root.custom01name) {
_root.custom01face._x = 65;
_root.custom01face._y = 36.8;
}
if (_root.p2name == _root.custom02name) {
_root.custom02face._x = 65;
_root.custom02face._y = 36.8;
}
if (_root.p2name == "CPU") {
_root.cpuface03._x = 65;
_root.cpuface03._y = 36.8;
}
} else {
if (_root.p1name == "Brandon") {
_root.brandonface._x = 25;
_root.brandonface._y = 156.8;
}
if (_root.p1name == "Andy") {
_root.andyface._x = 25;
_root.andyface._y = 156.8;
}
if (_root.p1name == "Baby Kriegs") {
_root.alexface._x = 25;
_root.alexface._y = 156.8;
}
if (_root.p1name == "Tyler") {
_root.tylerface._x = 25;
_root.tylerface._y = 156.8;
}
if (_root.p1name == "Doug") {
_root.dougface._x = 25;
_root.dougface._y = 156.8;
}
if (_root.p1name == "Sergey") {
_root.sergeyface._x = 25;
_root.sergeyface._y = 156.8;
}
if (_root.p1name == "Sharp") {
_root.sharpface._x = 25;
_root.sharpface._y = 156.8;
}
if (_root.p1name == _root.custom01name) {
_root.custom01face._x = 25;
_root.custom01face._y = 156.8;
}
if (_root.p1name == _root.custom02name) {
_root.custom02face._x = 25;
_root.custom02face._y = 156.8;
}
if (_root.p1name == "CPU") {
_root.cpuface01._x = 25;
_root.cpuface01._y = 156.8;
}
if (_root.p3name == "Brandon") {
_root.brandonface._x = 105;
_root.brandonface._y = 156.8;
}
if (_root.p3name == "Andy") {
_root.andyface._x = 105;
_root.andyface._y = 156.8;
}
if (_root.p3name == "Baby Kriegs") {
_root.alexface._x = 105;
_root.alexface._y = 156.8;
}
if (_root.p3name == "Tyler") {
_root.tylerface._x = 105;
_root.tylerface._y = 156.8;
}
if (_root.p3name == "Doug") {
_root.dougface._x = 105;
_root.dougface._y = 156.8;
}
if (_root.p3name == "Sergey") {
_root.sergeyface._x = 105;
_root.sergeyface._y = 156.8;
}
if (_root.p3name == "Sharp") {
_root.sharpface._x = 105;
_root.sharpface._y = 156.8;
}
if (_root.p3name == _root.custom01name) {
_root.custom01face._x = 105;
_root.custom01face._y = 156.8;
}
if (_root.p3name == _root.custom02name) {
_root.custom02face._x = 105;
_root.custom02face._y = 156.8;
}
if (_root.p3name == "CPU") {
_root.cpuface02._x = 105;
_root.cpuface02._y = 156.8;
}
if (_root.p2name == "Brandon") {
_root.brandonface._x = 25;
_root.brandonface._y = 36.8;
}
if (_root.p2name == "Andy") {
_root.andyface._x = 25;
_root.andyface._y = 36.8;
}
if (_root.p2name == "Baby Kriegs") {
_root.alexface._x = 25;
_root.alexface._y = 36.8;
}
if (_root.p2name == "Tyler") {
_root.tylerface._x = 25;
_root.tylerface._y = 36.8;
}
if (_root.p2name == "Doug") {
_root.dougface._x = 25;
_root.dougface._y = 36.8;
}
if (_root.p2name == "Sergey") {
_root.sergeyface._x = 25;
_root.sergeyface._y = 36.8;
}
if (_root.p2name == "Sharp") {
_root.sharpface._x = 25;
_root.sharpface._y = 36.8;
}
if (_root.p2name == _root.custom01name) {
_root.custom01face._x = 25;
_root.custom01face._y = 36.8;
}
if (_root.p2name == _root.custom02name) {
_root.custom02face._x = 25;
_root.custom02face._y = 36.8;
}
if (_root.p2name == "CPU") {
_root.cpuface04._x = 25;
_root.cpuface04._y = 36.8;
}
if (_root.p4name == "Brandon") {
_root.brandonface._x = 105;
_root.brandonface._y = 36.8;
}
if (_root.p4name == "Andy") {
_root.andyface._x = 105;
_root.andyface._y = 36.8;
}
if (_root.p4name == "Baby Kriegs") {
_root.alexface._x = 105;
_root.alexface._y = 36.8;
}
if (_root.p4name == "Tyler") {
_root.tylerface._x = 105;
_root.tylerface._y = 36.8;
}
if (_root.p4name == "Doug") {
_root.dougface._x = 105;
_root.dougface._y = 36.8;
}
if (_root.p4name == "Sergey") {
_root.sergeyface._x = 105;
_root.sergeyface._y = 36.8;
}
if (_root.p4name == "Sharp") {
_root.sharpface._x = 105;
_root.sharpface._y = 36.8;
}
if (_root.p4name == _root.custom01name) {
_root.custom01face._x = 105;
_root.custom01face._y = 36.8;
}
if (_root.p4name == _root.custom02name) {
_root.custom02face._x = 105;
_root.custom02face._y = 36.8;
}
if (_root.p4name == "CPU") {
_root.cpuface05._x = 105;
_root.cpuface05._y = 36.8;
}
}
}
_root.SaveData();
Instance of Symbol 1630 MovieClip in Frame 151
onClipEvent (load) {
if (((((_root.gametype == "2 Human v 2 CPU") or (_root.gametype == "1 Human 1 CPU v 2 CPU")) or (_root.gametype == "2 Human v 1 Human 1 CPU")) or (_root.gametype == "1 Human 1 CPU v 1 Human 1 CPU")) or (_root.gametype == "2 Human v 2 Human")) {
this._x = 163.6;
this._y = 9.8;
} else {
this._x = -100;
this._y = -100;
}
}
Instance of Symbol 1631 MovieClip in Frame 151
onClipEvent (load) {
if (((((_root.gametype == "2 Human v 2 CPU") or (_root.gametype == "1 Human 1 CPU v 2 CPU")) or (_root.gametype == "2 Human v 1 Human 1 CPU")) or (_root.gametype == "1 Human 1 CPU v 1 Human 1 CPU")) or (_root.gametype == "2 Human v 2 Human")) {
this._x = 165.7;
this._y = 130.2;
} else {
this._x = -100;
this._y = -100;
}
}
Symbol 4 MovieClip [Loading Bar] Frame 1
stop();
Symbol 15 Button
on (release) {
_root.sndbtnselect01.start();
play();
}
Symbol 41 Button
on (release) {
_root.sndbtnselect01.start();
getURL ("http://www.gamesreloaded.com/", (window = "_blank"));
}
Symbol 51 Button
on (release) {
_root.sndbtnselect01.start();
if (_root.menuout != "Credits") {
_root.creditsmenu.gotoAndPlay(2);
if (_root.menuout == "Multiplayer") {
_root.multiplayermenu.gotoAndPlay(11);
}
if (_root.menuout == "Single Player") {
_root.singleplayermenu.gotoAndPlay(11);
}
if (_root.menuout == "Tutorial") {
_root.tutorial.gotoAndPlay(11);
}
if (_root.menuout == "Statistics") {
_root.statistics.gotoAndPlay(11);
}
if (_root.menuout == "Options") {
_root.options.gotoAndPlay(11);
}
if (_root.menuout == "Custom Character") {
_root.customcharacter.gotoAndPlay(11);
}
if (_root.menuout == "Shop") {
_root.shop.gotoAndPlay(11);
}
if (_root.menuout == "Single Game") {
_root.singlegame.gotoAndPlay(11);
}
if (_root.menuout == "Practice Game") {
_root.practicegame.gotoAndPlay(11);
}
if (_root.menuout == "Credits") {
_root.creditsmenu.gotoAndPlay(11);
}
_root.menuout = "Credits";
}
}
Symbol 63 Button
on (press) {
_root.sndbtnselect01.start();
_root.tutorial.tutorialmenu.tutorialscreen.prevFrame();
_root.tutorial.tutorialmenu.inttutreflect.gotoAndPlay(2);
}
Symbol 64 Button
on (press) {
_root.sndbtnselect01.start();
_root.tutorial.tutorialmenu.tutorialscreen.nextFrame();
_root.tutorial.tutorialmenu.inttutreflect.gotoAndPlay(2);
}
Symbol 84 MovieClip Frame 1
stop();
Instance of Symbol 83 MovieClip "cbag" in Symbol 84 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.powerups.cpow) and (_root.powerupson == true)) {
_root.sndpowerup01.start();
_root.hitpow = true;
_root.powowner = _root.curturn;
_root.powerups._x = -150;
_root.powerups._y = -150;
_root.powview.gotoAndPlay(2);
if (_root.powduration == "Instant") {
if (_root.powname == "Steal 3 Points") {
if ((_root.powowner == "P1") or (_root.powowner == "P3")) {
if (_root.team02points <= 2) {
_root.team01points = _root.team01points + _root.team02points;
_root.team02points = 0;
} else {
_root.team01points = _root.team01points + 3;
_root.team02points = _root.team02points - 3;
}
} else if (_root.team01points <= 2) {
_root.team02points = _root.team02points + _root.team01points;
_root.team01points = 0;
} else {
_root.team02points = _root.team02points + 3;
_root.team01points = _root.team01points - 3;
}
}
if (_root.powname == "Steal 1 Point") {
if ((_root.powowner == "P1") or (_root.powowner == "P3")) {
if (_root.team02points <= 0) {
_root.team01points = _root.team01points + _root.team02points;
_root.team02points = 0;
} else {
_root.team01points = _root.team01points + 1;
_root.team02points = _root.team02points - 1;
}
} else if (_root.team01points <= 0) {
_root.team02points = _root.team02points + _root.team01points;
_root.team01points = 0;
} else {
_root.team02points = _root.team02points + 1;
_root.team01points = _root.team01points - 1;
}
}
if (_root.powname == "Reverse Scores") {
if ((_root.powowner == "P1") or (_root.powowner == "P3")) {
_root.team01storepoints = _root.team01points;
_root.team02storepoints = _root.team02points;
_root.team01points = _root.team02storepoints;
_root.team02points = _root.team01storepoints;
} else {
_root.team01storepoints = _root.team01points;
_root.team02storepoints = _root.team02points;
_root.team01points = _root.team02storepoints;
_root.team02points = _root.team01storepoints;
}
}
if (_root.powname == "Opponent Loses All Points") {
if ((_root.powowner == "P1") or (_root.powowner == "P3")) {
_root.team02points = 0;
} else {
_root.team01points = 0;
}
}
}
_root.team01sb.gotoAndStop(_root.team01points + 1);
_root.team02sb.gotoAndStop(_root.team02points + 1);
if (_root.team01points == _root.winpoints) {
_root.teamwin = "Team 01";
_root.gotoAndStop("End Game", 1);
}
if (_root.team02points == _root.winpoints) {
_root.teamwin = "Team 02";
_root.gotoAndStop("End Game", 1);
}
}
}
Symbol 152 MovieClip Frame 1
stop();
Instance of Symbol 91 MovieClip in Symbol 152 MovieClip Frame 1
onClipEvent (load) {
if ((_root.curturn == "P1") or (_root.curturn == "P2")) {
_root.intfbagColor = new Color(this);
_root.intfbagColor.setTint(_root.p1bag_r, _root.p1bag_g, _root.p1bag_b, _root.p1bag_per);
}
if ((_root.curturn == "P3") or (_root.curturn == "P4")) {
_root.intfbagColor = new Color(this);
_root.intfbagColor.setTint(_root.p3bag_r, _root.p3bag_g, _root.p3bag_b, _root.p3bag_per);
}
}
onClipEvent (enterFrame) {
if ((_root.curturn == "P1") or (_root.curturn == "P2")) {
_root.intfbagColor = new Color(this);
_root.intfbagColor.setTint(_root.p1bag_r, _root.p1bag_g, _root.p1bag_b, _root.p1bag_per);
}
if ((_root.curturn == "P3") or (_root.curturn == "P4")) {
_root.intfbagColor = new Color(this);
_root.intfbagColor.setTint(_root.p3bag_r, _root.p3bag_g, _root.p3bag_b, _root.p3bag_per);
}
}
Symbol 152 MovieClip Frame 60
stop();
Symbol 214 MovieClip Frame 1
stop();
Instance of Symbol 153 MovieClip in Symbol 214 MovieClip Frame 1
onClipEvent (load) {
if ((_root.curturn == "P1") or (_root.curturn == "P2")) {
_root.intfbagColor = new Color(this);
_root.intfbagColor.setTint(_root.p2bag_r, _root.p2bag_g, _root.p2bag_b, _root.p2bag_per);
}
if ((_root.curturn == "P3") or (_root.curturn == "P4")) {
_root.intfbagColor = new Color(this);
_root.intfbagColor.setTint(_root.p4bag_r, _root.p4bag_g, _root.p4bag_b, _root.p4bag_per);
}
}
onClipEvent (enterFrame) {
if ((_root.curturn == "P1") or (_root.curturn == "P2")) {
_root.intfbagColor = new Color(this);
_root.intfbagColor.setTint(_root.p2bag_r, _root.p2bag_g, _root.p2bag_b, _root.p2bag_per);
}
if ((_root.curturn == "P3") or (_root.curturn == "P4")) {
_root.intfbagColor = new Color(this);
_root.intfbagColor.setTint(_root.p4bag_r, _root.p4bag_g, _root.p4bag_b, _root.p4bag_per);
}
}
Symbol 214 MovieClip Frame 60
stop();
Symbol 228 MovieClip Frame 1
stop();
Symbol 234 MovieClip Frame 1
stop();
Symbol 250 MovieClip Frame 1
stop();
Symbol 257 MovieClip Frame 1
stop();
Symbol 308 MovieClip Frame 1
stop();
Symbol 313 MovieClip Frame 1
stop();
Symbol 361 MovieClip Frame 1
stop();
Symbol 375 MovieClip Frame 1
stop();
Instance of Symbol 152 MovieClip in Symbol 375 MovieClip Frame 4
onClipEvent (load) {
this.gotoAndStop(23);
}
Instance of Symbol 228 MovieClip in Symbol 375 MovieClip Frame 5
onClipEvent (load) {
this.gotoAndStop(50);
}
Instance of Symbol 234 MovieClip in Symbol 375 MovieClip Frame 5
onClipEvent (load) {
this.gotoAndStop(45);
}
Instance of Symbol 228 MovieClip in Symbol 375 MovieClip Frame 7
onClipEvent (load) {
this.gotoAndStop(50);
}
Instance of Symbol 228 MovieClip in Symbol 375 MovieClip Frame 8
onClipEvent (load) {
this.gotoAndStop(60);
}
Instance of Symbol 228 MovieClip in Symbol 375 MovieClip Frame 8
onClipEvent (load) {
this.gotoAndStop(85);
}
Instance of Symbol 250 MovieClip in Symbol 375 MovieClip Frame 9
onClipEvent (load) {
this.gotoAndStop(75);
}
Instance of Symbol 259 MovieClip in Symbol 375 MovieClip Frame 9
onClipEvent (load) {
this.leftgauge.gotoAndStop(50);
}
Instance of Symbol 250 MovieClip in Symbol 375 MovieClip Frame 10
onClipEvent (load) {
this.gotoAndStop(38);
}
Instance of Symbol 259 MovieClip in Symbol 375 MovieClip Frame 10
onClipEvent (load) {
this.leftgauge.gotoAndStop(25);
}
Instance of Symbol 259 MovieClip in Symbol 375 MovieClip Frame 15
onClipEvent (load) {
this.leftgauge.gotoAndStop(55);
}
Instance of Symbol 362 MovieClip in Symbol 375 MovieClip Frame 23
on (release) {
_root.sndbtnselect01.start();
this.intbuyreflect.gotoAndPlay(2);
}
Instance of Symbol 374 MovieClip in Symbol 375 MovieClip Frame 26
onClipEvent (load) {
_root.brain = 1;
}
Symbol 379 MovieClip Frame 1
stop();
Symbol 381 MovieClip Frame 1
stop();
Symbol 381 MovieClip Frame 11
stop();
Symbol 455 MovieClip Frame 1
stop();
Symbol 506 MovieClip Frame 1
stop();
Symbol 537 MovieClip Frame 1
stop();
Symbol 564 MovieClip Frame 1
stop();
Symbol 615 MovieClip Frame 1
stop();
Symbol 646 MovieClip Frame 1
stop();
Symbol 655 MovieClip Frame 1
stop();
Instance of Symbol 455 MovieClip in Symbol 656 MovieClip Frame 1
onClipEvent (enterFrame) {
this.gotoAndStop(11 + _root.boughteyes);
}
Instance of Symbol 506 MovieClip in Symbol 656 MovieClip Frame 1
onClipEvent (enterFrame) {
this.gotoAndStop(13 + _root.boughtlips);
}
Instance of Symbol 537 MovieClip in Symbol 656 MovieClip Frame 1
onClipEvent (enterFrame) {
this.gotoAndStop(6 + _root.boughtears);
}
Instance of Symbol 564 MovieClip in Symbol 656 MovieClip Frame 1
onClipEvent (enterFrame) {
this.gotoAndStop(10 + _root.boughtlogo);
}
Instance of Symbol 615 MovieClip in Symbol 656 MovieClip Frame 1
onClipEvent (enterFrame) {
this.gotoAndStop(11 + _root.boughthair);
}
Instance of Symbol 646 MovieClip in Symbol 656 MovieClip Frame 1
onClipEvent (enterFrame) {
this.gotoAndStop(8 + _root.boughtnose);
}
Instance of Symbol 362 MovieClip in Symbol 656 MovieClip Frame 1
on (release) {
if (_root.boughtnose == 23) {
_root.sndbtndenied01.start();
return(undefined);
}
if (_root.tmoney >= _root.noseprice) {
_root.sndbtnselect01.start();
_root.tmoney = _root.tmoney - _root.noseprice;
_root.boughtnose = _root.boughtnose + 1;
_root.noseprice = (_root.boughtnose * 15) + 50;
this.intbuyreflect.gotoAndPlay(2);
return(undefined);
}
_root.sndbtndenied01.start();
return(undefined);
}
Instance of Symbol 362 MovieClip in Symbol 656 MovieClip Frame 1
on (release) {
if (_root.boughteyes == 40) {
_root.sndbtndenied01.start();
return(undefined);
}
if (_root.tmoney >= _root.eyesprice) {
_root.sndbtnselect01.start();
_root.tmoney = _root.tmoney - _root.eyesprice;
_root.boughteyes = _root.boughteyes + 1;
_root.eyesprice = (_root.boughteyes * 15) + 50;
this.intbuyreflect.gotoAndPlay(2);
return(undefined);
}
_root.sndbtndenied01.start();
return(undefined);
}
Instance of Symbol 362 MovieClip in Symbol 656 MovieClip Frame 1
on (release) {
if (_root.boughtlips == 38) {
_root.sndbtndenied01.start();
return(undefined);
}
if (_root.tmoney >= _root.lipsprice) {
_root.sndbtnselect01.start();
_root.tmoney = _root.tmoney - _root.lipsprice;
_root.boughtlips = _root.boughtlips + 1;
_root.lipsprice = (_root.boughtlips * 15) + 50;
this.intbuyreflect.gotoAndPlay(2);
return(undefined);
}
_root.sndbtndenied01.start();
return(undefined);
}
Instance of Symbol 362 MovieClip in Symbol 656 MovieClip Frame 1
on (release) {
if (_root.boughthair == 40) {
_root.sndbtndenied01.start();
return(undefined);
}
if (_root.tmoney >= _root.hairprice) {
_root.sndbtnselect01.start();
_root.tmoney = _root.tmoney - _root.hairprice;
_root.boughthair = _root.boughthair + 1;
_root.hairprice = (_root.boughthair * 15) + 50;
this.intbuyreflect.gotoAndPlay(2);
return(undefined);
}
_root.sndbtndenied01.start();
return(undefined);
}
Instance of Symbol 362 MovieClip in Symbol 656 MovieClip Frame 1
on (release) {
if (_root.boughtears == 25) {
_root.sndbtndenied01.start();
return(undefined);
}
if (_root.tmoney >= _root.earsprice) {
_root.sndbtnselect01.start();
_root.tmoney = _root.tmoney - _root.earsprice;
_root.boughtears = _root.boughtears + 1;
_root.earsprice = (_root.boughtears * 15) + 50;
this.intbuyreflect.gotoAndPlay(2);
return(undefined);
}
_root.sndbtndenied01.start();
return(undefined);
}
Instance of Symbol 362 MovieClip in Symbol 656 MovieClip Frame 1
on (release) {
if (_root.boughtlogo == 15) {
_root.sndbtndenied01.start();
return(undefined);
}
if (_root.tmoney >= _root.logoprice) {
_root.sndbtnselect01.start();
_root.tmoney = _root.tmoney - _root.logoprice;
_root.boughtlogo = _root.boughtlogo + 1;
_root.logoprice = (_root.boughtlogo * 15) + 50;
this.intbuyreflect.gotoAndPlay(2);
return(undefined);
}
_root.sndbtndenied01.start();
return(undefined);
}
Instance of Symbol 655 MovieClip in Symbol 656 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.boughtlogo == 15) {
this.gotoAndStop(2);
}
}
Instance of Symbol 655 MovieClip in Symbol 656 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.boughtears == 25) {
this.gotoAndStop(2);
}
}
Instance of Symbol 655 MovieClip in Symbol 656 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.boughthair == 40) {
this.gotoAndStop(2);
}
}
Instance of Symbol 655 MovieClip in Symbol 656 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.boughtlips == 38) {
this.gotoAndStop(2);
}
}
Instance of Symbol 655 MovieClip in Symbol 656 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.boughteyes == 40) {
this.gotoAndStop(2);
}
}
Instance of Symbol 655 MovieClip in Symbol 656 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.boughtnose == 23) {
this.gotoAndStop(2);
}
}
Symbol 657 MovieClip Frame 1
stop();
Symbol 657 MovieClip Frame 11
stop();
Symbol 662 Button
on (press) {
_root.sndbtnselect01.start();
_root.showhair = _root.showhair - 1;
if (_root.showhair <= 1) {
_root.showhair = 1;
}
if (_root.curcustom == 1) {
_root.custom01hair = _root.showhair;
} else {
_root.custom02hair = _root.showhair;
}
}
Symbol 663 Button
on (press) {
_root.sndbtnselect01.start();
_root.showhair = _root.showhair + 1;
if (_root.showhair >= (10 + _root.boughthair)) {
_root.showhair = 10 + _root.boughthair;
}
if (_root.curcustom == 1) {
_root.custom01hair = _root.showhair;
} else {
_root.custom02hair = _root.showhair;
}
}
Symbol 664 Button
on (press) {
_root.sndbtnselect01.start();
_root.showears = _root.showears - 1;
if (_root.showears <= 1) {
_root.showears = 1;
}
if (_root.curcustom == 1) {
_root.custom01ears = _root.showears;
} else {
_root.custom02ears = _root.showears;
}
}
Symbol 665 Button
on (press) {
_root.sndbtnselect01.start();
_root.showears = _root.showears + 1;
if (_root.showears >= (5 + _root.boughtears)) {
_root.showears = 5 + _root.boughtears;
}
if (_root.curcustom == 1) {
_root.custom01ears = _root.showears;
} else {
_root.custom02ears = _root.showears;
}
}
Symbol 666 Button
on (press) {
_root.sndbtnselect01.start();
_root.shownose = _root.shownose - 1;
if (_root.shownose <= 1) {
_root.shownose = 1;
}
if (_root.curcustom == 1) {
_root.custom01nose = _root.shownose;
} else {
_root.custom02nose = _root.shownose;
}
}
Symbol 667 Button
on (press) {
_root.sndbtnselect01.start();
_root.shownose = _root.shownose + 1;
if (_root.shownose >= (7 + _root.boughtnose)) {
_root.shownose = 7 + _root.boughtnose;
}
if (_root.curcustom == 1) {
_root.custom01nose = _root.shownose;
} else {
_root.custom02nose = _root.shownose;
}
}
Symbol 668 Button
on (press) {
_root.sndbtnselect01.start();
_root.showlips = _root.showlips - 1;
if (_root.showlips <= 1) {
_root.showlips = 1;
}
if (_root.curcustom == 1) {
_root.custom01lips = _root.showlips;
} else {
_root.custom02lips = _root.showlips;
}
}
Symbol 669 Button
on (press) {
_root.sndbtnselect01.start();
_root.showlips = _root.showlips + 1;
if (_root.showlips >= (12 + _root.boughtlips)) {
_root.showlips = 12 + _root.boughtlips;
}
if (_root.curcustom == 1) {
_root.custom01lips = _root.showlips;
} else {
_root.custom02lips = _root.showlips;
}
}
Symbol 670 Button
on (press) {
_root.sndbtnselect01.start();
_root.showeyes = _root.showeyes - 1;
if (_root.showeyes <= 1) {
_root.showeyes = 1;
}
if (_root.curcustom == 1) {
_root.custom01eyes = _root.showeyes;
} else {
_root.custom02eyes = _root.showeyes;
}
}
Symbol 671 Button
on (press) {
_root.sndbtnselect01.start();
_root.showeyes = _root.showeyes + 1;
if (_root.showeyes >= (10 + _root.boughteyes)) {
_root.showeyes = 10 + _root.boughteyes;
}
if (_root.curcustom == 1) {
_root.custom01eyes = _root.showeyes;
} else {
_root.custom02eyes = _root.showeyes;
}
}
Symbol 672 Button
on (press) {
_root.sndbtnselect01.start();
_root.showlogo = _root.showlogo - 1;
if (_root.showlogo <= 1) {
_root.showlogo = 1;
}
if (_root.curcustom == 1) {
_root.custom01logo = _root.showlogo;
} else {
_root.custom02logo = _root.showlogo;
}
}
Symbol 673 Button
on (press) {
_root.sndbtnselect01.start();
_root.showlogo = _root.showlogo + 1;
if (_root.showlogo >= (9 + _root.boughtlogo)) {
_root.showlogo = 9 + _root.boughtlogo;
}
if (_root.curcustom == 1) {
_root.custom01logo = _root.showlogo;
} else {
_root.custom02logo = _root.showlogo;
}
}
Symbol 674 Button
on (press) {
_root.sndbtnselect01.start();
if (_root.curcolor == "Pants") {
return(undefined);
}
if (_root.curcolor == "Shirt") {
_root.curcolor = "Bag";
if (_root.curcustom == 1) {
_root.redint = (_root.custom01bag_r / 2) - 2;
_root.greenint = (_root.custom01bag_g / 2) - 2;
_root.blueint = (_root.custom01bag_b / 2) - 2;
_root.intenint = _root.custom01bag_per - 2;
} else {
_root.redint = (_root.custom02bag_r / 2) - 2;
_root.greenint = (_root.custom02bag_g / 2) - 2;
_root.blueint = (_root.custom02bag_b / 2) - 2;
_root.intenint = _root.custom02bag_per - 2;
}
_root.customcharacter.custommenu.redslider.redbar._x = _root.redint;
_root.customcharacter.custommenu.greenslider.greenbar._x = _root.greenint;
_root.customcharacter.custommenu.blueslider.bluebar._x = _root.blueint;
_root.customcharacter.custommenu.intenslider.intenbar._x = _root.intenint;
return(undefined);
}
if (_root.curcolor == "Bag") {
_root.curcolor = "Pants";
if (_root.curcustom == 1) {
_root.redint = (_root.custom01lowbody_r / 2) - 2;
_root.greenint = (_root.custom01lowbody_g / 2) - 2;
_root.blueint = (_root.custom01lowbody_b / 2) - 2;
_root.intenint = _root.custom01lowbody_per - 2;
} else {
_root.redint = (_root.custom02lowbody_r / 2) - 2;
_root.greenint = (_root.custom02lowbody_g / 2) - 2;
_root.blueint = (_root.custom02lowbody_b / 2) - 2;
_root.intenint = _root.custom02lowbody_per - 2;
}
_root.customcharacter.custommenu.redslider.redbar._x = _root.redint;
_root.customcharacter.custommenu.greenslider.greenbar._x = _root.greenint;
_root.customcharacter.custommenu.blueslider.bluebar._x = _root.blueint;
_root.customcharacter.custommenu.intenslider.intenbar._x = _root.intenint;
return(undefined);
}
}
Symbol 675 Button
on (press) {
_root.sndbtnselect01.start();
if (_root.curcolor == "Shirt") {
return(undefined);
}
if (_root.curcolor == "Pants") {
_root.curcolor = "Bag";
if (_root.curcustom == 1) {
_root.redint = (_root.custom01bag_r / 2) - 2;
_root.greenint = (_root.custom01bag_g / 2) - 2;
_root.blueint = (_root.custom01bag_b / 2) - 2;
_root.intenint = _root.custom01bag_per - 2;
} else {
_root.redint = (_root.custom02bag_r / 2) - 2;
_root.greenint = (_root.custom02bag_g / 2) - 2;
_root.blueint = (_root.custom02bag_b / 2) - 2;
_root.intenint = _root.custom02bag_per - 2;
}
_root.customcharacter.custommenu.redslider.redbar._x = _root.redint;
_root.customcharacter.custommenu.greenslider.greenbar._x = _root.greenint;
_root.customcharacter.custommenu.blueslider.bluebar._x = _root.blueint;
_root.customcharacter.custommenu.intenslider.intenbar._x = _root.intenint;
return(undefined);
}
if (_root.curcolor == "Bag") {
_root.curcolor = "Shirt";
if (_root.curcustom == 1) {
_root.redint = (_root.custom01upbody_r / 2) - 2;
_root.greenint = (_root.custom01upbody_g / 2) - 2;
_root.blueint = (_root.custom01upbody_b / 2) - 2;
_root.intenint = _root.custom01upbody_per - 2;
} else {
_root.redint = (_root.custom02upbody_r / 2) - 2;
_root.greenint = (_root.custom02upbody_g / 2) - 2;
_root.blueint = (_root.custom02upbody_b / 2) - 2;
_root.intenint = _root.custom02upbody_per - 2;
}
_root.customcharacter.custommenu.redslider.redbar._x = _root.redint;
_root.customcharacter.custommenu.greenslider.greenbar._x = _root.greenint;
_root.customcharacter.custommenu.blueslider.bluebar._x = _root.blueint;
_root.customcharacter.custommenu.intenslider.intenbar._x = _root.intenint;
return(undefined);
}
}
Symbol 694 MovieClip Frame 1
_root.curwalking = false;
stop();
Symbol 694 MovieClip Frame 20
gotoAndStop (1);
Instance of Symbol 564 MovieClip "logo" in Symbol 698 MovieClip Frame 1
onClipEvent (enterFrame) {
this.gotoAndStop(_root.showlogo);
}
Instance of Symbol 506 MovieClip in Symbol 704 MovieClip Frame 1
onClipEvent (enterFrame) {
this.gotoAndStop(_root.showlips);
}
Instance of Symbol 455 MovieClip in Symbol 704 MovieClip Frame 1
onClipEvent (enterFrame) {
this.gotoAndStop(_root.showeyes);
}
Instance of Symbol 615 MovieClip in Symbol 704 MovieClip Frame 1
onClipEvent (enterFrame) {
this.gotoAndStop(_root.showhair);
}
Instance of Symbol 646 MovieClip in Symbol 704 MovieClip Frame 1
onClipEvent (enterFrame) {
this.gotoAndStop(_root.shownose);
}
Instance of Symbol 537 MovieClip in Symbol 704 MovieClip Frame 1
onClipEvent (enterFrame) {
this.gotoAndStop(_root.showears);
}
Instance of Symbol 712 MovieClip "redbar" in Symbol 713 MovieClip Frame 1
onClipEvent (load) {
rleft = 4;
rtop = this._y;
rright = 127.5;
rbottom = this._y;
}
on (press) {
startDrag (this, false, rleft, rtop, rright, rbottom);
}
onClipEvent (mouseUp) {
_root.redint = this._x;
this.stopDrag();
_root.UpdateCustomColors();
}
Instance of Symbol 712 MovieClip "greenbar" in Symbol 714 MovieClip Frame 1
onClipEvent (load) {
gleft = 4;
gtop = this._y;
gright = 127.5;
gbottom = this._y;
}
on (press) {
startDrag (this, false, gleft, gtop, gright, gbottom);
}
onClipEvent (mouseUp) {
_root.greenint = this._x;
this.stopDrag();
_root.UpdateCustomColors();
}
Instance of Symbol 712 MovieClip "bluebar" in Symbol 715 MovieClip Frame 1
onClipEvent (load) {
bleft = 4;
btop = this._y;
bright = 127.5;
bbottom = this._y;
}
on (press) {
startDrag (this, false, bleft, btop, bright, bbottom);
}
onClipEvent (mouseUp) {
_root.blueint = this._x;
this.stopDrag();
_root.UpdateCustomColors();
}
Instance of Symbol 712 MovieClip "intenbar" in Symbol 717 MovieClip Frame 1
onClipEvent (load) {
ileft = 4;
itop = this._y;
iright = 100;
ibottom = this._y;
}
on (press) {
startDrag (this, false, ileft, itop, iright, ibottom);
}
onClipEvent (mouseUp) {
_root.intenint = this._x;
this.stopDrag();
_root.UpdateCustomColors();
}
Symbol 722 Button
on (press) {
_root.sndbtnselect01.start();
_root.customcharacter.custommenu.intreflect01.gotoAndPlay(2);
_root.curcolor = "Shirt";
_root.curcustom = 1;
_root.curcustomname = _root.custom01name;
_root.showhair = _root.custom01hair;
_root.showeyes = _root.custom01eyes;
_root.shownose = _root.custom01nose;
_root.showlips = _root.custom01lips;
_root.showears = _root.custom01ears;
_root.showlogo = _root.custom01logo;
_root.redint = (_root.custom01upbody_r / 2) - 2;
_root.greenint = (_root.custom01upbody_g / 2) - 2;
_root.blueint = (_root.custom01upbody_b / 2) - 2;
_root.intenint = _root.custom01upbody_per - 2;
_root.showupbody_r = _root.custom01upbody_r;
_root.showupbody_g = _root.custom01upbody_g;
_root.showupbody_b = _root.custom01upbody_b;
_root.showupbody_per = _root.custom01upbody_per;
_root.showlowbody_r = _root.custom01lowbody_r;
_root.showlowbody_g = _root.custom01lowbody_g;
_root.showlowbody_b = _root.custom01lowbody_b;
_root.showlowbody_per = _root.custom01lowbody_per;
_root.showbag_r = _root.custom01bag_r;
_root.showbag_g = _root.custom01bag_g;
_root.showbag_b = _root.custom01bag_b;
_root.showbag_per = _root.custom01bag_per;
_root.showtorsoColor = new Color(_root.customcharacter.custommenu.customactor.torso.clothes);
_root.showrightarmColor = new Color(_root.customcharacter.custommenu.customactor.rightarm.clothes);
_root.showleftarmColor = new Color(_root.customcharacter.custommenu.customactor.leftarm.clothes);
_root.showrightlegColor = new Color(_root.customcharacter.custommenu.customactor.legs.rightleg.clothes);
_root.showleftlegColor = new Color(__root.customcharacter.custommenu.customactor.legs.leftleg.clothes);
_root.bagColor = new Color(_root.customcharacter.custommenu.customactor.bag.clothes);
_root.showtorsoColor.setTint(_root.showupbody_r, _root.showupbody_g, _root.showupbody_b, _root.showupbody_per);
_root.showrightarmColor.setTint(_root.showupbody_r, _root.showupbody_g, _root.showupbody_b, _root.showupbody_per);
_root.showleftarmColor.setTint(_root.showupbody_r, _root.showupbody_g, _root.showupbody_b, _root.showupbody_per);
_root.showrightlegColor.setTint(_root.showlowbody_r, _root.showlowbody_g, _root.showlowbody_b, _root.showlowbody_per);
_root.showleftlegColor.setTint(_root.showlowbody_r, _root.showlowbody_g, _root.showlowbody_b, _root.showlowbody_per);
_root.bagColor.setTint(_root.showbag_r, _root.showbag_g, _root.showbag_b, _root.showbag_per);
_root.customcharacter.custommenu.redslider.redbar._x = _root.redint;
_root.customcharacter.custommenu.greenslider.greenbar._x = _root.greenint;
_root.customcharacter.custommenu.blueslider.bluebar._x = _root.blueint;
_root.customcharacter.custommenu.intenslider.intenbar._x = _root.intenint;
}
Symbol 727 Button
on (press) {
_root.sndbtnselect01.start();
_root.customcharacter.custommenu.intreflect01.gotoAndPlay(2);
_root.curcolor = "Shirt";
_root.curcustom = 2;
_root.curcustomname = _root.custom02name;
_root.showhair = _root.custom02hair;
_root.showeyes = _root.custom02eyes;
_root.shownose = _root.custom02nose;
_root.showlips = _root.custom02lips;
_root.showears = _root.custom02ears;
_root.showlogo = _root.custom02logo;
_root.redint = (_root.custom02upbody_r / 2) - 2;
_root.greenint = (_root.custom02upbody_g / 2) - 2;
_root.blueint = (_root.custom02upbody_b / 2) - 2;
_root.intenint = _root.custom02upbody_per - 2;
_root.showupbody_r = _root.custom02upbody_r;
_root.showupbody_g = _root.custom02upbody_g;
_root.showupbody_b = _root.custom02upbody_b;
_root.showupbody_per = _root.custom02upbody_per;
_root.showlowbody_r = _root.custom02lowbody_r;
_root.showlowbody_g = _root.custom02lowbody_g;
_root.showlowbody_b = _root.custom02lowbody_b;
_root.showlowbody_per = _root.custom02lowbody_per;
_root.showbag_r = _root.custom02bag_r;
_root.showbag_g = _root.custom02bag_g;
_root.showbag_b = _root.custom02bag_b;
_root.showbag_per = _root.custom02bag_per;
_root.showtorsoColor = new Color(_root.customcharacter.custommenu.customactor.torso.clothes);
_root.showrightarmColor = new Color(_root.customcharacter.custommenu.customactor.rightarm.clothes);
_root.showleftarmColor = new Color(_root.customcharacter.custommenu.customactor.leftarm.clothes);
_root.showrightlegColor = new Color(_root.customcharacter.custommenu.customactor.legs.rightleg.clothes);
_root.showleftlegColor = new Color(__root.customcharacter.custommenu.customactor.legs.leftleg.clothes);
_root.bagColor = new Color(_root.customcharacter.custommenu.customactor.bag.clothes);
_root.showtorsoColor.setTint(_root.showupbody_r, _root.showupbody_g, _root.showupbody_b, _root.showupbody_per);
_root.showrightarmColor.setTint(_root.showupbody_r, _root.showupbody_g, _root.showupbody_b, _root.showupbody_per);
_root.showleftarmColor.setTint(_root.showupbody_r, _root.showupbody_g, _root.showupbody_b, _root.showupbody_per);
_root.showrightlegColor.setTint(_root.showlowbody_r, _root.showlowbody_g, _root.showlowbody_b, _root.showlowbody_per);
_root.showleftlegColor.setTint(_root.showlowbody_r, _root.showlowbody_g, _root.showlowbody_b, _root.showlowbody_per);
_root.bagColor.setTint(_root.showbag_r, _root.showbag_g, _root.showbag_b, _root.showbag_per);
_root.customcharacter.custommenu.redslider.redbar._x = _root.redint;
_root.customcharacter.custommenu.greenslider.greenbar._x = _root.greenint;
_root.customcharacter.custommenu.blueslider.bluebar._x = _root.blueint;
_root.customcharacter.custommenu.intenslider.intenbar._x = _root.intenint;
}
Symbol 729 MovieClip Frame 1
stop();
Symbol 729 MovieClip Frame 15
stop();
Symbol 731 MovieClip Frame 1
stop();
Symbol 731 MovieClip Frame 10
stop();
Symbol 764 Button
on (press) {
_root.sndbtnselect01.start();
_root.statistics.statsmenu.statstrophies.prevFrame();
}
Symbol 765 Button
on (press) {
_root.sndbtnselect01.start();
_root.statistics.statsmenu.statstrophies.nextFrame();
}
Symbol 827 MovieClip Frame 1
stop();
Instance of Symbol 769 MovieClip in Symbol 827 MovieClip Frame 1
onClipEvent (load) {
if (_root.goldcup >= 1) {
this._alpha = 100;
} else {
this._alpha = 5;
}
}
Instance of Symbol 773 MovieClip in Symbol 827 MovieClip Frame 2
onClipEvent (load) {
if (_root.silvercup >= 1) {
this._alpha = 100;
} else {
this._alpha = 5;
}
}
Instance of Symbol 776 MovieClip in Symbol 827 MovieClip Frame 3
onClipEvent (load) {
if (_root.bronzecup >= 1) {
this._alpha = 100;
} else {
this._alpha = 5;
}
}
Instance of Symbol 374 MovieClip in Symbol 827 MovieClip Frame 4
onClipEvent (load) {
if (_root.brain >= 1) {
this._alpha = 100;
} else {
this._alpha = 5;
}
}
Instance of Symbol 779 MovieClip in Symbol 827 MovieClip Frame 5
onClipEvent (load) {
if (_root.goldmug >= 1) {
this._alpha = 100;
} else {
this._alpha = 5;
}
}
Instance of Symbol 782 MovieClip in Symbol 827 MovieClip Frame 6
onClipEvent (load) {
if (_root.silvermug >= 1) {
this._alpha = 100;
} else {
this._alpha = 5;
}
}
Instance of Symbol 785 MovieClip in Symbol 827 MovieClip Frame 7
onClipEvent (load) {
if (_root.bronzemug >= 1) {
this._alpha = 100;
} else {
this._alpha = 5;
}
}
Instance of Symbol 788 MovieClip in Symbol 827 MovieClip Frame 8
onClipEvent (load) {
if (_root.goldorb >= 1) {
this._alpha = 100;
} else {
this._alpha = 5;
}
}
Instance of Symbol 791 MovieClip in Symbol 827 MovieClip Frame 9
onClipEvent (load) {
if (_root.silverorb >= 1) {
this._alpha = 100;
} else {
this._alpha = 5;
}
}
Instance of Symbol 794 MovieClip in Symbol 827 MovieClip Frame 10
onClipEvent (load) {
if (_root.bronzeorb >= 1) {
this._alpha = 100;
} else {
this._alpha = 5;
}
}
Instance of Symbol 799 MovieClip in Symbol 827 MovieClip Frame 11
onClipEvent (load) {
if (_root.diamond >= 1) {
this._alpha = 100;
} else {
this._alpha = 5;
}
}
Instance of Symbol 802 MovieClip in Symbol 827 MovieClip Frame 12
onClipEvent (load) {
if (_root.hole >= 1) {
this._alpha = 100;
} else {
this._alpha = 5;
}
}
Instance of Symbol 804 MovieClip in Symbol 827 MovieClip Frame 13
onClipEvent (load) {
if (_root.flower >= 1) {
this._alpha = 100;
} else {
this._alpha = 5;
}
}
Instance of Symbol 807 MovieClip in Symbol 827 MovieClip Frame 14
onClipEvent (load) {
if (_root.fish >= 1) {
this._alpha = 100;
} else {
this._alpha = 5;
}
}
Instance of Symbol 810 MovieClip in Symbol 827 MovieClip Frame 15
onClipEvent (load) {
if (_root.money >= 1) {
this._alpha = 100;
} else {
this._alpha = 5;
}
}
Instance of Symbol 813 MovieClip in Symbol 827 MovieClip Frame 16
onClipEvent (load) {
if (_root.star >= 1) {
this._alpha = 100;
} else {
this._alpha = 5;
}
}
Instance of Symbol 816 MovieClip in Symbol 827 MovieClip Frame 17
onClipEvent (load) {
if (_root.yingyang >= 1) {
this._alpha = 100;
} else {
this._alpha = 5;
}
}
Instance of Symbol 819 MovieClip in Symbol 827 MovieClip Frame 18
onClipEvent (load) {
if (_root.steak >= 1) {
this._alpha = 100;
} else {
this._alpha = 5;
}
}
Instance of Symbol 822 MovieClip in Symbol 827 MovieClip Frame 19
onClipEvent (load) {
if (_root.oldman >= 1) {
this._alpha = 100;
} else {
this._alpha = 5;
}
}
Instance of Symbol 825 MovieClip in Symbol 827 MovieClip Frame 20
onClipEvent (load) {
if (_root.grill >= 1) {
this._alpha = 100;
} else {
this._alpha = 5;
}
}
Symbol 829 MovieClip Frame 1
stop();
Symbol 829 MovieClip Frame 11
stop();
Symbol 854 Button
on (release) {
if (_root.menuout != "Multiplayer") {
_root.sndbtndenied01.start();
return(undefined);
}
if (_root.mapname == "None Selected") {
_root.sndbtndenied01.start();
return(undefined);
}
if (_root.weathername == "None Selected") {
_root.sndbtndenied01.start();
return(undefined);
}
_root.trackstats = false;
_root.calcearnings = false;
if ((_root.humanplayers == 2) and (_root.computerplayers == 0)) {
_root.gametype = "1 Human v 1 Human";
}
if ((_root.humanplayers == 2) and (_root.computerplayers == 2)) {
_root.gametype = "2 Human v 2 CPU";
}
if ((_root.humanplayers == 3) and (_root.computerplayers == 1)) {
_root.gametype = "2 Human v 1 Human 1 CPU";
}
if ((_root.humanplayers == 4) and (_root.computerplayers == 0)) {
_root.gametype = "2 Human v 2 Human";
}
if ((_root.humanplayers == 2) and (_root.computerplayers == 1)) {
_root.sndbtndenied01.start();
return(undefined);
}
if ((_root.humanplayers == 3) and (_root.computerplayers == 2)) {
_root.sndbtndenied01.start();
return(undefined);
}
if ((_root.humanplayers == 3) and (_root.computerplayers == 0)) {
_root.sndbtndenied01.start();
return(undefined);
}
if ((_root.humanplayers == 4) and (_root.computerplayers == 1)) {
_root.sndbtndenied01.start();
return(undefined);
}
if ((_root.humanplayers == 4) and (_root.computerplayers == 2)) {
_root.sndbtndenied01.start();
return(undefined);
}
_root.sndbtnselect01.start();
_root.inmultiplayer = true;
_root.startgame = true;
}
Symbol 858 Button
on (press) {
_root.sndbtnselect01.start();
_root.humanplayers = _root.humanplayers - 1;
_root.tplayers = _root.tplayers - 1;
if (_root.humanplayers >= 4) {
_root.humanplayers = 4;
_root.tplayers = 4;
}
if (_root.humanplayers <= 2) {
_root.humanplayers = 2;
_root.tplayers = 2;
}
}
Symbol 859 Button
on (press) {
_root.sndbtnselect01.start();
_root.humanplayers = _root.humanplayers + 1;
_root.tplayers = _root.tplayers + 1;
if (_root.humanplayers >= 4) {
_root.humanplayers = 4;
_root.tplayers = 4;
}
if (_root.humanplayers <= 2) {
_root.humanplayers = 2;
_root.tplayers = 2;
}
}
Symbol 862 Button
on (press) {
_root.sndbtnselect01.start();
_root.computerplayers = _root.computerplayers - 1;
if (_root.computerplayers >= 2) {
_root.computerplayers = 2;
}
if (_root.computerplayers <= 0) {
_root.computerplayers = 0;
}
}
Symbol 863 Button
on (press) {
_root.sndbtnselect01.start();
_root.computerplayers = _root.computerplayers + 1;
if (_root.computerplayers >= 2) {
_root.computerplayers = 2;
}
if (_root.computerplayers <= 0) {
_root.computerplayers = 0;
}
}
Symbol 866 Button
on (press) {
_root.sndbtnselect01.start();
_root.pointstowin = _root.pointstowin - 1;
_root.winpoints = _root.winpoints - 1;
if (_root.pointstowin >= 51) {
_root.pointstowin = 51;
_root.winpoints = 51;
}
if (_root.pointstowin <= 4) {
_root.pointstowin = 4;
_root.winpoints = 4;
}
}
Symbol 867 Button
on (press) {
_root.sndbtnselect01.start();
_root.pointstowin = _root.pointstowin + 1;
_root.winpoints = _root.winpoints + 1;
if (_root.pointstowin >= 51) {
_root.pointstowin = 51;
_root.winpoints = 51;
}
if (_root.pointstowin <= 4) {
_root.pointstowin = 4;
_root.winpoints = 4;
}
}
Symbol 905 MovieClip Frame 1
stop();
Symbol 935 MovieClip Frame 1
stop();
Symbol 960 MovieClip Frame 1
stop();
Instance of Symbol 905 MovieClip in Symbol 963 MovieClip Frame 1
onClipEvent (load) {
this.gotoAndStop(1);
}
Instance of Symbol 935 MovieClip in Symbol 963 MovieClip Frame 1
onClipEvent (load) {
this.gotoAndStop(1);
}
Instance of Symbol 960 MovieClip in Symbol 963 MovieClip Frame 1
onClipEvent (load) {
this.gotoAndStop(1);
}
Instance of Symbol 905 MovieClip in Symbol 964 MovieClip Frame 1
onClipEvent (load) {
this.gotoAndStop(2);
}
Instance of Symbol 935 MovieClip in Symbol 964 MovieClip Frame 1
onClipEvent (load) {
this.gotoAndStop(2);
}
Instance of Symbol 960 MovieClip in Symbol 964 MovieClip Frame 1
onClipEvent (load) {
this.gotoAndStop(2);
}
Instance of Symbol 905 MovieClip in Symbol 965 MovieClip Frame 1
onClipEvent (load) {
this.gotoAndStop(3);
}
Instance of Symbol 935 MovieClip in Symbol 965 MovieClip Frame 1
onClipEvent (load) {
this.gotoAndStop(3);
}
Instance of Symbol 960 MovieClip in Symbol 965 MovieClip Frame 1
onClipEvent (load) {
this.gotoAndStop(3);
}
Instance of Symbol 905 MovieClip in Symbol 966 MovieClip Frame 1
onClipEvent (load) {
this.gotoAndStop(4);
}
Instance of Symbol 935 MovieClip in Symbol 966 MovieClip Frame 1
onClipEvent (load) {
this.gotoAndStop(4);
}
Instance of Symbol 960 MovieClip in Symbol 966 MovieClip Frame 1
onClipEvent (load) {
this.gotoAndStop(4);
}
Instance of Symbol 905 MovieClip in Symbol 967 MovieClip Frame 1
onClipEvent (load) {
this.gotoAndStop(5);
}
Instance of Symbol 935 MovieClip in Symbol 967 MovieClip Frame 1
onClipEvent (load) {
this.gotoAndStop(5);
}
Instance of Symbol 960 MovieClip in Symbol 967 MovieClip Frame 1
onClipEvent (load) {
this.gotoAndStop(5);
}
Instance of Symbol 905 MovieClip in Symbol 968 MovieClip Frame 1
onClipEvent (load) {
this.gotoAndStop(6);
}
Instance of Symbol 935 MovieClip in Symbol 968 MovieClip Frame 1
onClipEvent (load) {
this.gotoAndStop(6);
}
Instance of Symbol 960 MovieClip in Symbol 968 MovieClip Frame 1
onClipEvent (load) {
this.gotoAndStop(6);
}
Instance of Symbol 905 MovieClip in Symbol 969 MovieClip Frame 1
onClipEvent (load) {
this.gotoAndStop(7);
}
Instance of Symbol 935 MovieClip in Symbol 969 MovieClip Frame 1
onClipEvent (load) {
this.gotoAndStop(7);
}
Instance of Symbol 960 MovieClip in Symbol 969 MovieClip Frame 1
onClipEvent (load) {
this.gotoAndStop(7);
}
Instance of Symbol 905 MovieClip in Symbol 970 MovieClip Frame 1
onClipEvent (load) {
this.gotoAndStop(8);
}
Instance of Symbol 935 MovieClip in Symbol 970 MovieClip Frame 1
onClipEvent (load) {
this.gotoAndStop(8);
}
Instance of Symbol 960 MovieClip in Symbol 970 MovieClip Frame 1
onClipEvent (load) {
this.gotoAndStop(8);
}
Instance of Symbol 905 MovieClip in Symbol 971 MovieClip Frame 1
onClipEvent (load) {
this.gotoAndStop(9);
}
Instance of Symbol 935 MovieClip in Symbol 971 MovieClip Frame 1
onClipEvent (load) {
this.gotoAndStop(9);
}
Instance of Symbol 960 MovieClip in Symbol 971 MovieClip Frame 1
onClipEvent (load) {
this.gotoAndStop(9);
}
Symbol 974 Button
on (press) {
_root.sndbtnselect01.start();
_root.mapname = "Andy's House";
_root.map = "Andy's House";
}
Symbol 975 Button
on (press) {
_root.sndbtnselect01.start();
_root.mapname = "Main Street";
_root.map = "Main Street";
}
Symbol 976 Button
on (press) {
_root.sndbtnselect01.start();
_root.mapname = "Tyler's House";
_root.map = "Tyler's House";
}
Symbol 977 Button
on (press) {
_root.sndbtnselect01.start();
_root.mapname = "Sharp's House";
_root.map = "Sharp's House";
}
Symbol 978 Button
on (press) {
_root.sndbtnselect01.start();
_root.mapname = "Stream";
_root.map = "Stream";
}
Symbol 979 Button
on (press) {
_root.sndbtnselect01.start();
_root.mapname = "BBQ Park";
_root.map = "BBQ Park";
}
Symbol 980 Button
on (press) {
_root.sndbtnselect01.start();
_root.mapname = "Pirate Ship";
_root.map = "Pirate Ship";
}
Symbol 981 Button
on (press) {
_root.sndbtnselect01.start();
_root.mapname = "Castle";
_root.map = "Castle";
}
Symbol 982 Button
on (press) {
_root.sndbtnselect01.start();
_root.mapname = "High Wire";
_root.map = "High Wire";
}
Symbol 984 Button
on (press) {
_root.sndbtnselect01.start();
if (_root.difficultyname == "Easier") {
_root.difficultyname = "Very Easy";
_root.difficulty = 50;
return(undefined);
}
if (_root.difficultyname == "Easy") {
_root.difficultyname = "Easier";
_root.difficulty = 55;
return(undefined);
}
if (_root.difficultyname == "Above Easy") {
_root.difficultyname = "Easy";
_root.difficulty = 60;
return(undefined);
}
if (_root.difficultyname == "Medium") {
_root.difficultyname = "Above Easy";
_root.difficulty = 65;
return(undefined);
}
if (_root.difficultyname == "Below Hard") {
_root.difficultyname = "Medium";
_root.difficulty = 75;
return(undefined);
}
if (_root.difficultyname == "Hard") {
_root.difficultyname = "Below Hard";
_root.difficulty = 85;
return(undefined);
}
if (_root.difficultyname == "Harder") {
_root.difficultyname = "Hard";
_root.difficulty = 90;
return(undefined);
}
if (_root.difficultyname == "Very Hard") {
_root.difficultyname = "Harder";
_root.difficulty = 95;
return(undefined);
}
}
Symbol 985 Button
on (press) {
_root.sndbtnselect01.start();
if (_root.difficultyname == "Very Easy") {
_root.difficultyname = "Easier";
_root.difficulty = 55;
return(undefined);
}
if (_root.difficultyname == "Easier") {
_root.difficultyname = "Easy";
_root.difficulty = 60;
return(undefined);
}
if (_root.difficultyname == "Easy") {
_root.difficultyname = "Above Easy";
_root.difficulty = 65;
return(undefined);
}
if (_root.difficultyname == "Above Easy") {
_root.difficultyname = "Medium";
_root.difficulty = 75;
return(undefined);
}
if (_root.difficultyname == "Medium") {
_root.difficultyname = "Below Hard";
_root.difficulty = 85;
return(undefined);
}
if (_root.difficultyname == "Below Hard") {
_root.difficultyname = "Hard";
_root.difficulty = 90;
return(undefined);
}
if (_root.difficultyname == "Hard") {
_root.difficultyname = "Harder";
_root.difficulty = 95;
return(undefined);
}
if (_root.difficultyname == "Harder") {
_root.difficultyname = "Very Hard";
_root.difficulty = 100;
return(undefined);
}
}
Symbol 988 Button
on (press) {
_root.sndbtnselect01.start();
_root.weathername = "Clear";
_root.weather = "Clear";
}
Symbol 989 Button
on (press) {
_root.sndbtnselect01.start();
_root.weathername = "Dusk";
_root.weather = "Dusk";
}
Symbol 990 Button
on (press) {
_root.sndbtnselect01.start();
_root.weathername = "Rain";
_root.weather = "Rain";
}
Symbol 991 Button
on (press) {
_root.sndbtnselect01.start();
_root.weathername = "Overcast";
_root.weather = "Overcast";
}
Symbol 992 Button
on (press) {
_root.sndbtnselect01.start();
_root.weathername = "Sunny";
_root.weather = "Sunny";
}
Symbol 993 Button
on (press) {
_root.sndbtnselect01.start();
_root.weathername = "Snow";
_root.weather = "Snow";
}
Symbol 995 MovieClip Frame 1
stop();
Symbol 995 MovieClip Frame 10
stop();
Symbol 1008 Button
on (press) {
_root.sndbtnselect01.start();
_root.computerplayers = _root.computerplayers - 2;
if (_root.computerplayers >= 3) {
_root.computerplayers = 3;
}
if (_root.computerplayers <= 1) {
_root.computerplayers = 1;
}
}
Symbol 1009 Button
on (press) {
_root.sndbtnselect01.start();
_root.computerplayers = _root.computerplayers + 2;
if (_root.computerplayers >= 3) {
_root.computerplayers = 3;
}
if (_root.computerplayers <= 1) {
_root.computerplayers = 1;
}
}
Symbol 1010 Button
on (release) {
if (_root.menuout != "Single Game") {
_root.sndbtndenied01.start();
return(undefined);
}
if (_root.mapname == "None Selected") {
_root.sndbtndenied01.start();
return(undefined);
}
if (_root.weathername == "None Selected") {
_root.sndbtndenied01.start();
return(undefined);
}
_root.trackstats = true;
_root.calcearnings = true;
if (_root.computerplayers == 1) {
_root.gametype = "1 Human v 1 CPU";
}
if (_root.computerplayers == 3) {
_root.gametype = "1 Human 1 CPU v 2 CPU";
}
_root.tplayers = 1;
_root.sndbtnselect01.start();
_root.startgame = true;
}
Symbol 1012 MovieClip Frame 1
stop();
Symbol 1012 MovieClip Frame 10
stop();
Symbol 1018 Button
on (release) {
if (_root.menuout != "Practice Game") {
_root.sndbtndenied01.start();
return(undefined);
}
if (_root.mapname == "None Selected") {
_root.sndbtndenied01.start();
return(undefined);
}
if (_root.weathername == "None Selected") {
_root.sndbtndenied01.start();
return(undefined);
}
_root.trackstats = false;
_root.calcearnings = false;
if (_root.computerplayers == 1) {
_root.gametype = "1 Human v 1 CPU";
}
if (_root.computerplayers == 3) {
_root.gametype = "1 Human 1 CPU v 2 CPU";
}
_root.tplayers = 1;
_root.inpractice = true;
_root.sndbtnselect01.start();
_root.startgame = true;
}
Symbol 1020 MovieClip Frame 1
stop();
Symbol 1020 MovieClip Frame 10
stop();
Symbol 1025 MovieClip Frame 1
stop();
Symbol 1030 Button
on (release) {
_root.sndbtnselect01.start();
_root.options.optionsmenu.intoptionsreflect.gotoAndPlay(2);
_root.tgames = 0;
_root.twon = 0;
_root.tlost = 0;
_root.ttournaments = 0;
_root.trounds = 0;
_root.culthrows = 0;
_root.culpoints = 0;
_root.culholes = 0;
_root.SaveData();
}
Symbol 1035 Button
on (release) {
_root.sndbtnselect01.start();
_root.options.optionsmenu.intoptionsreflect.gotoAndPlay(2);
_root.custom01name = "Custom01";
_root.custom01hair = 10;
_root.custom01eyes = 9;
_root.custom01nose = 3;
_root.custom01lips = 4;
_root.custom01ears = 2;
_root.custom01logo = 1;
_root.custom01upbody_r = 140;
_root.custom01upbody_g = 140;
_root.custom01upbody_b = 140;
_root.custom01upbody_per = 50;
_root.custom01lowbody_r = 140;
_root.custom01lowbody_g = 140;
_root.custom01lowbody_b = 140;
_root.custom01lowbody_per = 50;
_root.custom01bag_r = 140;
_root.custom01bag_g = 140;
_root.custom01bag_b = 140;
_root.custom01bag_per = 50;
_root.custom02name = "Custom02";
_root.custom02hair = 4;
_root.custom02eyes = 3;
_root.custom02nose = 2;
_root.custom02lips = 4;
_root.custom02ears = 2;
_root.custom02logo = 1;
_root.custom02upbody_r = 140;
_root.custom02upbody_g = 140;
_root.custom02upbody_b = 140;
_root.custom02upbody_per = 50;
_root.custom02lowbody_r = 140;
_root.custom02lowbody_g = 140;
_root.custom02lowbody_b = 140;
_root.custom02lowbody_per = 50;
_root.custom02bag_r = 140;
_root.custom02bag_g = 140;
_root.custom02bag_b = 140;
_root.custom02bag_per = 50;
_root.redint = 0;
_root.greenint = 0;
_root.blueint = 0;
_root.boughthair = 0;
_root.boughteyes = 0;
_root.boughtnose = 0;
_root.boughtears = 0;
_root.boughtlips = 0;
_root.boughtlogo = 0;
_root.tmoney = 0;
_root.tgames = 0;
_root.twon = 0;
_root.tlost = 0;
_root.wonlostr = int((_root.twon / _root.tgames) * 100) / 100;
_root.trgames = 0;
_root.trwon = 0;
_root.trlost = 0;
_root.rwonlostr = int((_root.trwon / _root.trgames) * 100) / 100;
_root.ttournaments = 0;
_root.trounds = 0;
_root.culthrows = 0;
_root.culpoints = 0;
_root.culholes = 0;
_root.throwguide = false;
_root.rankedinprogress = false;
_root.physicalthrow = true;
_root.cpuquickthrow = true;
_root.speedcounts = false;
_root.qualitysetting = "High";
_root.goldcup = 0;
_root.silvercup = 0;
_root.bronzecup = 0;
_root.goldmug = 0;
_root.silvermug = 0;
_root.bronzemug = 0;
_root.goldorb = 0;
_root.silverorb = 0;
_root.bronzeorb = 0;
_root.diamond = 0;
_root.fish = 0;
_root.flower = 0;
_root.grill = 0;
_root.hole = 0;
_root.money = 0;
_root.oldman = 0;
_root.star = 0;
_root.steak = 0;
_root.yingyang = 0;
_root.brain = 0;
_root.SaveData();
_root.curcolor = "Shirt";
_root.curcustom = 1;
_root.curcustomname = _root.custom01name;
_root.showhair = _root.custom01hair;
_root.showeyes = _root.custom01eyes;
_root.shownose = _root.custom01nose;
_root.showlips = _root.custom01lips;
_root.showears = _root.custom01ears;
_root.showlogo = _root.custom01logo;
_root.redint = (_root.custom01upbody_r / 2) - 2;
_root.greenint = (_root.custom01upbody_g / 2) - 2;
_root.blueint = (_root.custom01upbody_b / 2) - 2;
_root.intenint = _root.custom01upbody_per - 2;
_root.customcharacter.custommenu.redslider.redbar._x = _root.redint;
_root.customcharacter.custommenu.greenslider.greenbar._x = _root.greenint;
_root.customcharacter.custommenu.blueslider.bluebar._x = _root.blueint;
_root.customcharacter.custommenu.intenslider.intenbar._x = _root.intenint;
}
Symbol 1037 MovieClip Frame 1
stop();
Symbol 1043 Button
on (release) {
_root.sndbtnselect01.start();
_root.options.optionsmenu.intoptionsreflect.gotoAndPlay(2);
_quality = "LOW";
_root.qualitysetting = "LOW";
}
Symbol 1048 Button
on (release) {
_root.sndbtnselect01.start();
_root.options.optionsmenu.intoptionsreflect.gotoAndPlay(2);
_quality = "MEDIUM";
_root.qualitysetting = "MEDIUM";
}
Symbol 1053 Button
on (release) {
_root.sndbtnselect01.start();
_root.options.optionsmenu.intoptionsreflect.gotoAndPlay(2);
_quality = "BEST";
_root.qualitysetting = "BEST";
}
Symbol 1058 Button
on (release) {
_root.sndbtnselect01.start();
_root.options.optionsmenu.intoptionsreflect.gotoAndPlay(2);
_quality = "HIGH";
_root.qualitysetting = "HIGH";
}
Symbol 1063 Button
on (release) {
_root.sndbtnselect01.start();
_root.options.optionsmenu.intoptionsreflect.gotoAndPlay(2);
_root.SaveData();
}
Symbol 1067 Button
on (release) {
_root.sndbtnselect01.start();
_root.options.optionsmenu.intoptionsreflect.gotoAndPlay(2);
if (_root.throwguide == false) {
_root.throwguide = true;
} else {
_root.throwguide = false;
}
_root.SaveData();
}
Symbol 1072 Button
on (release) {
_root.sndbtnselect01.start();
_root.options.optionsmenu.intoptionsreflect.gotoAndPlay(2);
if (_root.physicalthrow == false) {
_root.physicalthrow = true;
} else {
_root.physicalthrow = false;
}
_root.SaveData();
}
Symbol 1077 Button
on (release) {
_root.sndbtnselect01.start();
_root.options.optionsmenu.intoptionsreflect.gotoAndPlay(2);
if (_root.cpuquickthrow == false) {
_root.cpuquickthrow = true;
} else {
_root.cpuquickthrow = false;
}
_root.SaveData();
}
Symbol 1083 Button
on (release) {
_root.sndbtnselect01.start();
_root.options.optionsmenu.intoptionsreflect.gotoAndPlay(2);
if (_root.speedcounts == false) {
_root.speedcounts = true;
} else {
_root.speedcounts = false;
}
_root.SaveData();
}
Symbol 1085 Button
on (release) {
_root.sndbtnselect01.start();
_root.options.optionsmenu.intoptionsreflect.gotoAndPlay(2);
if (_root.windadjustturn == false) {
_root.windadjustturn = true;
} else {
_root.windadjustturn = false;
}
_root.SaveData();
}
Symbol 1090 Button
on (release) {
_root.sndbtnselect01.start();
_root.options.optionsmenu.intoptionsreflect.gotoAndPlay(2);
if (_root.powerupson == false) {
_root.powerupson = true;
} else {
_root.powerupson = false;
}
_root.SaveData();
}
Instance of Symbol 1025 MovieClip in Symbol 1091 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.physicalthrow == true) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 1025 MovieClip in Symbol 1091 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.throwguide == true) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 1025 MovieClip in Symbol 1091 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.cpuquickthrow == true) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 1025 MovieClip in Symbol 1091 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.speedcounts == true) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 1025 MovieClip in Symbol 1091 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.windadjustturn == true) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 1025 MovieClip in Symbol 1091 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.powerupson == true) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Symbol 1092 MovieClip Frame 1
stop();
Symbol 1092 MovieClip Frame 10
stop();
Symbol 1092 MovieClip Frame 15
Symbol 1099 Button
on (release) {
_root.intsinglereflect.gotoAndPlay(2);
_root.tplayers = 1;
_root.rangametype = random(1);
_root.ranmap = random(9);
_root.ranweather = random(6);
if (_root.ranweather == 0) {
_root.weather = "Clear";
}
if (_root.ranweather == 1) {
_root.weather = "Dusk";
}
if (_root.ranweather == 2) {
_root.weather = "Rain";
}
if (_root.ranweather == 3) {
_root.weather = "Overcast";
}
if (_root.ranweather == 4) {
_root.weather = "Sunny";
}
if (_root.ranweather >= 5) {
_root.weather = "Snow";
}
if (_root.ranmap == 0) {
_root.map = "Andy's House";
}
if (_root.ranmap == 1) {
_root.map = "Main Street";
}
if (_root.ranmap == 2) {
_root.map = "Tyler's House";
}
if (_root.ranmap == 3) {
_root.map = "Sharp's House";
}
if (_root.ranmap == 4) {
_root.map = "Stream";
}
if (_root.ranmap == 5) {
_root.map = "BBQ Park";
}
if (_root.ranmap == 6) {
_root.map = "Pirate Ship";
}
if (_root.ranmap == 7) {
_root.map = "Castle";
}
if (_root.ranmap >= 8) {
_root.map = "High Wire";
}
if (_root.rangametype == 0) {
_root.gametype = "1 Human v 1 CPU";
}
if (_root.rangametype == 1) {
_root.gametype = "1 Human 1 CPU v 2 CPU";
}
_root.difficulty = 50 + random(50);
_root.winpoints = 4 + random(8);
_root.trackstats = true;
_root.calcearnings = true;
_root.sndbtnselect01.start();
_root.startgame = true;
}
Symbol 1104 Button
on (release) {
_root.intsinglereflect.gotoAndPlay(2);
_root.sndbtnselect01.start();
_root.menuout = "Single Game";
_root.singleplayermenu.gotoAndPlay(11);
_root.singlegame.gotoAndPlay(2);
_root.computerplayers = 1;
}
Symbol 1109 Button
on (release) {
_root.intsinglereflect.gotoAndPlay(2);
_root.sndbtnselect01.start();
_root.singleplayermenu.gotoAndPlay(11);
_root.singlegame.gotoAndPlay(2);
_root.computerplayers = 1;
_root.gametype = "1 Human v 1 CPU";
_root.intournament = true;
_root.tournamentpos = 1;
_root.tplayers = 1;
_root.tdifficulty = 55 + random(45);
_root.winpoints = 4 + random(10);
_root.trackstats = true;
_root.calcearnings = true;
_root.twonlast = false;
_root.startgame = true;
}
Symbol 1114 Button
on (release) {
_root.intsinglereflect.gotoAndPlay(2);
_root.tplayers = 1;
_root.ranmap = random(9);
_root.ranweather = random(6);
if (_root.ranweather == 0) {
_root.weather = "Clear";
}
if (_root.ranweather == 1) {
_root.weather = "Dusk";
}
if (_root.ranweather == 2) {
_root.weather = "Rain";
}
if (_root.ranweather == 3) {
_root.weather = "Overcast";
}
if (_root.ranweather == 4) {
_root.weather = "Sunny";
}
if (_root.ranweather >= 5) {
_root.weather = "Snow";
}
if (_root.ranmap == 0) {
_root.map = "Andy's House";
}
if (_root.ranmap == 1) {
_root.map = "Main Street";
}
if (_root.ranmap == 2) {
_root.map = "Tyler's House";
}
if (_root.ranmap == 3) {
_root.map = "Sharp's House";
}
if (_root.ranmap == 4) {
_root.map = "Stream";
}
if (_root.ranmap == 5) {
_root.map = "BBQ Park";
}
if (_root.ranmap == 6) {
_root.map = "Pirate Ship";
}
if (_root.ranmap == 7) {
_root.map = "Castle";
}
if (_root.ranmap >= 8) {
_root.map = "High Wire";
}
_root.gametype = "1 Human v 1 CPU";
_root.difficulty = 75 + random(25);
_root.winpoints = 4 + random(20);
_root.trackstats = true;
_root.calcearnings = true;
_root.rankedinprogress = true;
_root.sndbtnselect01.start();
_root.startgame = true;
_root.SaveData();
}
Symbol 1119 Button
on (release) {
_root.intsinglereflect.gotoAndPlay(2);
_root.sndbtnselect01.start();
_root.menuout = "Practice Game";
_root.singleplayermenu.gotoAndPlay(11);
_root.practicegame.gotoAndPlay(2);
_root.computerplayers = 1;
}
Symbol 1121 MovieClip Frame 1
stop();
Symbol 1123 MovieClip Frame 1
stop();
Symbol 1123 MovieClip Frame 11
stop();
Symbol 1147 MovieClip Frame 1
stop();
Symbol 1147 MovieClip Frame 10
stop();
Symbol 1153 Button
on (release) {
_root.sndbtnselect01.start();
getURL ("http://www.gamesreloaded.com/", (window = "_blank"));
}
Symbol 1158 Button
on (release) {
_root.sndbtnselect01.start();
_root.intreflect02.gotoAndPlay(2);
_root.mapname = "None Selected";
_root.weathername = "None Selected";
if (_root.menuout != "Single Player") {
_root.singleplayermenu.gotoAndPlay(2);
if (_root.menuout == "Multiplayer") {
_root.multiplayermenu.gotoAndPlay(11);
}
if (_root.menuout == "Tutorial") {
_root.tutorial.gotoAndPlay(11);
}
if (_root.menuout == "Statistics") {
_root.statistics.gotoAndPlay(11);
}
if (_root.menuout == "Options") {
_root.options.gotoAndPlay(11);
}
if (_root.menuout == "Custom Character") {
_root.customcharacter.gotoAndPlay(11);
}
if (_root.menuout == "Shop") {
_root.shop.gotoAndPlay(11);
}
if (_root.menuout == "Single Game") {
_root.singlegame.gotoAndPlay(11);
}
if (_root.menuout == "Practice Game") {
_root.practicegame.gotoAndPlay(11);
}
if (_root.menuout == "Credits") {
_root.creditsmenu.gotoAndPlay(11);
}
_root.menuout = "Single Player";
}
_root.SaveData();
}
Symbol 1163 Button
on (release) {
_root.sndbtnselect01.start();
_root.intreflect02.gotoAndPlay(2);
_root.mapname = "None Selected";
_root.weathername = "None Selected";
_root.computerplayers = 0;
if (_root.menuout != "Multiplayer") {
_root.multiplayermenu.gotoAndPlay(2);
if (_root.menuout == "Single Player") {
_root.singleplayermenu.gotoAndPlay(11);
}
if (_root.menuout == "Tutorial") {
_root.tutorial.gotoAndPlay(11);
}
if (_root.menuout == "Statistics") {
_root.statistics.gotoAndPlay(11);
}
if (_root.menuout == "Options") {
_root.options.gotoAndPlay(11);
}
if (_root.menuout == "Custom Character") {
_root.customcharacter.gotoAndPlay(11);
}
if (_root.menuout == "Shop") {
_root.shop.gotoAndPlay(11);
}
if (_root.menuout == "Single Game") {
_root.singlegame.gotoAndPlay(11);
}
if (_root.menuout == "Practice Game") {
_root.practicegame.gotoAndPlay(11);
}
if (_root.menuout == "Credits") {
_root.creditsmenu.gotoAndPlay(11);
}
_root.menuout = "Multiplayer";
}
_root.SaveData();
}
Symbol 1168 Button
on (release) {
_root.sndbtnselect01.start();
_root.intreflect02.gotoAndPlay(2);
if (_root.menuout != "Tutorial") {
_root.tutorial.gotoAndPlay(2);
if (_root.menuout == "Multiplayer") {
_root.multiplayermenu.gotoAndPlay(11);
}
if (_root.menuout == "Single Player") {
_root.singleplayermenu.gotoAndPlay(11);
}
if (_root.menuout == "Tutorial") {
_root.tutorial.gotoAndPlay(11);
}
if (_root.menuout == "Options") {
_root.options.gotoAndPlay(11);
}
if (_root.menuout == "Custom Character") {
_root.customcharacter.gotoAndPlay(11);
}
if (_root.menuout == "Shop") {
_root.shop.gotoAndPlay(11);
}
if (_root.menuout == "Single Game") {
_root.singlegame.gotoAndPlay(11);
}
if (_root.menuout == "Practice Game") {
_root.practicegame.gotoAndPlay(11);
}
if (_root.menuout == "Statistics") {
_root.statistics.gotoAndPlay(11);
}
if (_root.menuout == "Credits") {
_root.creditsmenu.gotoAndPlay(11);
}
_root.menuout = "Tutorial";
}
_root.SaveData();
}
Symbol 1173 Button
on (release) {
_root.sndbtnselect01.start();
_root.intreflect02.gotoAndPlay(2);
if (_root.menuout != "Statistics") {
_root.statistics.gotoAndPlay(2);
if (_root.menuout == "Multiplayer") {
_root.multiplayermenu.gotoAndPlay(11);
}
if (_root.menuout == "Single Player") {
_root.singleplayermenu.gotoAndPlay(11);
}
if (_root.menuout == "Tutorial") {
_root.tutorial.gotoAndPlay(11);
}
if (_root.menuout == "Options") {
_root.options.gotoAndPlay(11);
}
if (_root.menuout == "Custom Character") {
_root.customcharacter.gotoAndPlay(11);
}
if (_root.menuout == "Shop") {
_root.shop.gotoAndPlay(11);
}
if (_root.menuout == "Single Game") {
_root.singlegame.gotoAndPlay(11);
}
if (_root.menuout == "Practice Game") {
_root.practicegame.gotoAndPlay(11);
}
if (_root.menuout == "Credits") {
_root.creditsmenu.gotoAndPlay(11);
}
_root.menuout = "Statistics";
}
_root.SaveData();
}
Symbol 1178 Button
on (release) {
_root.sndbtnselect01.start();
_root.intreflect02.gotoAndPlay(2);
if (_root.menuout != "Options") {
_root.options.gotoAndPlay(2);
if (_root.menuout == "Multiplayer") {
_root.multiplayermenu.gotoAndPlay(11);
}
if (_root.menuout == "Single Player") {
_root.singleplayermenu.gotoAndPlay(11);
}
if (_root.menuout == "Tutorial") {
_root.tutorial.gotoAndPlay(11);
}
if (_root.menuout == "Options") {
_root.options.gotoAndPlay(11);
}
if (_root.menuout == "Custom Character") {
_root.customcharacter.gotoAndPlay(11);
}
if (_root.menuout == "Shop") {
_root.shop.gotoAndPlay(11);
}
if (_root.menuout == "Single Game") {
_root.singlegame.gotoAndPlay(11);
}
if (_root.menuout == "Practice Game") {
_root.practicegame.gotoAndPlay(11);
}
if (_root.menuout == "Statistics") {
_root.statistics.gotoAndPlay(11);
}
if (_root.menuout == "Credits") {
_root.creditsmenu.gotoAndPlay(11);
}
_root.menuout = "Options";
}
_root.SaveData();
}
Symbol 1183 Button
on (release) {
_root.sndbtnselect01.start();
_root.intreflect02.gotoAndPlay(2);
if (_root.menuout == "Custom Character") {
return(undefined);
}
_root.customcharacter.custommenu.redslider.redbar._x = _root.redint;
_root.customcharacter.custommenu.greenslider.greenbar._x = _root.greenint;
_root.customcharacter.custommenu.blueslider.bluebar._x = _root.blueint;
_root.customcharacter.custommenu.intenslider.intenbar._x = _root.intenint;
_root.UpdateCustomColors();
if (_root.curcustom == 1) {
_root.showupbody_r = _root.custom01upbody_r;
_root.showupbody_g = _root.custom01upbody_g;
_root.showupbody_b = _root.custom01upbody_b;
_root.showupbody_per = _root.custom01upbody_per;
_root.showlowbody_r = _root.custom01lowbody_r;
_root.showlowbody_g = _root.custom01lowbody_g;
_root.showlowbody_b = _root.custom01lowbody_b;
_root.showlowbody_per = _root.custom01lowbody_per;
_root.showbag_r = _root.custom01bag_r;
_root.showbag_g = _root.custom01bag_g;
_root.showbag_b = _root.custom01bag_b;
_root.showbag_per = _root.custom01bag_per;
} else {
_root.showupbody_r = _root.custom02upbody_r;
_root.showupbody_g = _root.custom02upbody_g;
_root.showupbody_b = _root.custom02upbody_b;
_root.showupbody_per = _root.custom02upbody_per;
_root.showlowbody_r = _root.custom02lowbody_r;
_root.showlowbody_g = _root.custom02lowbody_g;
_root.showlowbody_b = _root.custom02lowbody_b;
_root.showlowbody_per = _root.custom02lowbody_per;
_root.showbag_r = _root.custom02bag_r;
_root.showbag_g = _root.custom02bag_g;
_root.showbag_b = _root.custom02bag_b;
_root.showbag_per = _root.custom02bag_per;
}
_root.showtorsoColor = new Color(_root.customcharacter.custommenu.customactor.torso.clothes);
_root.showrightarmColor = new Color(_root.customcharacter.custommenu.customactor.rightarm.clothes);
_root.showleftarmColor = new Color(_root.customcharacter.custommenu.customactor.leftarm.clothes);
_root.showrightlegColor = new Color(_root.customcharacter.custommenu.customactor.legs.rightleg.clothes);
_root.showleftlegColor = new Color(_root.customcharacter.custommenu.customactor.legs.leftleg.clothes);
_root.bagColor = new Color(_root.customcharacter.custommenu.customactor.bag.clothes);
_root.showtorsoColor.setTint(_root.showupbody_r, _root.showupbody_g, _root.showupbody_b, _root.showupbody_per);
_root.showrightarmColor.setTint(_root.showupbody_r, _root.showupbody_g, _root.showupbody_b, _root.showupbody_per);
_root.showleftarmColor.setTint(_root.showupbody_r, _root.showupbody_g, _root.showupbody_b, _root.showupbody_per);
_root.showrightlegColor.setTint(_root.showlowbody_r, _root.showlowbody_g, _root.showlowbody_b, _root.showlowbody_per);
_root.showleftlegColor.setTint(_root.showlowbody_r, _root.showlowbody_g, _root.showlowbody_b, _root.showlowbody_per);
_root.bagColor.setTint(_root.showbag_r, _root.showbag_g, _root.showbag_b, _root.showbag_per);
if (_root.menuout != "Custom Character") {
_root.customcharacter.gotoAndPlay(2);
if (_root.menuout == "Multiplayer") {
_root.multiplayermenu.gotoAndPlay(11);
}
if (_root.menuout == "Single Player") {
_root.singleplayermenu.gotoAndPlay(11);
}
if (_root.menuout == "Tutorial") {
_root.tutorial.gotoAndPlay(11);
}
if (_root.menuout == "Statistics") {
_root.statistics.gotoAndPlay(11);
}
if (_root.menuout == "Options") {
_root.options.gotoAndPlay(11);
}
if (_root.menuout == "Custom Character") {
_root.customcharacter.gotoAndPlay(11);
}
if (_root.menuout == "Shop") {
_root.shop.gotoAndPlay(11);
}
if (_root.menuout == "Single Game") {
_root.singlegame.gotoAndPlay(11);
}
if (_root.menuout == "Practice Game") {
_root.practicegame.gotoAndPlay(11);
}
if (_root.menuout == "Credits") {
_root.creditsmenu.gotoAndPlay(11);
}
_root.menuout = "Custom Character";
}
_root.SaveData();
}
Symbol 1188 Button
on (release) {
_root.sndbtnselect01.start();
_root.intreflect02.gotoAndPlay(2);
if (_root.menuout != "Shop") {
_root.shop.gotoAndPlay(2);
if (_root.menuout == "Multiplayer") {
_root.multiplayermenu.gotoAndPlay(11);
}
if (_root.menuout == "Single Player") {
_root.singleplayermenu.gotoAndPlay(11);
}
if (_root.menuout == "Tutorial") {
_root.tutorial.gotoAndPlay(11);
}
if (_root.menuout == "Options") {
_root.options.gotoAndPlay(11);
}
if (_root.menuout == "Custom Character") {
_root.customcharacter.gotoAndPlay(11);
}
if (_root.menuout == "Shop") {
_root.shop.gotoAndPlay(11);
}
if (_root.menuout == "Single Game") {
_root.singlegame.gotoAndPlay(11);
}
if (_root.menuout == "Practice Game") {
_root.practicegame.gotoAndPlay(11);
}
if (_root.menuout == "Statistics") {
_root.statistics.gotoAndPlay(11);
}
if (_root.menuout == "Credits") {
_root.creditsmenu.gotoAndPlay(11);
}
_root.menuout = "Shop";
}
_root.SaveData();
}
Symbol 1206 MovieClip Frame 1
stop();
Instance of Symbol 506 MovieClip in Symbol 1220 MovieClip Frame 1
onClipEvent (load) {
this.gotoAndStop(4);
}
Instance of Symbol 455 MovieClip in Symbol 1220 MovieClip Frame 1
onClipEvent (load) {
this.gotoAndStop(9);
}
Instance of Symbol 615 MovieClip in Symbol 1220 MovieClip Frame 1
onClipEvent (load) {
this.gotoAndStop(6);
}
Instance of Symbol 646 MovieClip in Symbol 1220 MovieClip Frame 1
onClipEvent (load) {
this.gotoAndStop(8);
}
Instance of Symbol 537 MovieClip in Symbol 1220 MovieClip Frame 1
onClipEvent (load) {
this.gotoAndStop(3);
}
Instance of Symbol 506 MovieClip in Symbol 1225 MovieClip Frame 1
onClipEvent (load) {
this.gotoAndStop(11);
}
Instance of Symbol 455 MovieClip in Symbol 1225 MovieClip Frame 1
onClipEvent (load) {
this.gotoAndStop(7);
}
Instance of Symbol 615 MovieClip in Symbol 1225 MovieClip Frame 1
onClipEvent (load) {
this.gotoAndStop(3);
}
Instance of Symbol 646 MovieClip in Symbol 1225 MovieClip Frame 1
onClipEvent (load) {
this.gotoAndStop(2);
}
Instance of Symbol 537 MovieClip in Symbol 1225 MovieClip Frame 1
onClipEvent (load) {
this.gotoAndStop(5);
}
Instance of Symbol 506 MovieClip in Symbol 1227 MovieClip Frame 1
onClipEvent (load) {
this.gotoAndStop(16);
}
Instance of Symbol 455 MovieClip in Symbol 1227 MovieClip Frame 1
onClipEvent (load) {
this.gotoAndStop(21);
}
Instance of Symbol 615 MovieClip in Symbol 1227 MovieClip Frame 1
onClipEvent (load) {
this.gotoAndStop(5);
}
Instance of Symbol 646 MovieClip in Symbol 1227 MovieClip Frame 1
onClipEvent (load) {
this.gotoAndStop(1);
}
Instance of Symbol 537 MovieClip in Symbol 1227 MovieClip Frame 1
onClipEvent (load) {
this.gotoAndStop(4);
}
Instance of Symbol 506 MovieClip in Symbol 1229 MovieClip Frame 1
onClipEvent (load) {
this.gotoAndStop(13);
}
Instance of Symbol 455 MovieClip in Symbol 1229 MovieClip Frame 1
onClipEvent (load) {
this.gotoAndStop(11);
}
Instance of Symbol 615 MovieClip in Symbol 1229 MovieClip Frame 1
onClipEvent (load) {
this.gotoAndStop(4);
}
Instance of Symbol 646 MovieClip in Symbol 1229 MovieClip Frame 1
onClipEvent (load) {
this.gotoAndStop(7);
}
Instance of Symbol 537 MovieClip in Symbol 1229 MovieClip Frame 1
onClipEvent (load) {
this.gotoAndStop(2);
}
Instance of Symbol 506 MovieClip in Symbol 1231 MovieClip Frame 1
onClipEvent (load) {
this.gotoAndStop(17);
}
Instance of Symbol 455 MovieClip in Symbol 1231 MovieClip Frame 1
onClipEvent (load) {
this.gotoAndStop(2);
}
Instance of Symbol 615 MovieClip in Symbol 1231 MovieClip Frame 1
onClipEvent (load) {
this.gotoAndStop(2);
}
Instance of Symbol 646 MovieClip in Symbol 1231 MovieClip Frame 1
onClipEvent (load) {
this.gotoAndStop(4);
}
Instance of Symbol 537 MovieClip in Symbol 1231 MovieClip Frame 1
onClipEvent (load) {
this.gotoAndStop(3);
}
Instance of Symbol 506 MovieClip in Symbol 1233 MovieClip Frame 1
onClipEvent (load) {
this.gotoAndStop(14);
}
Instance of Symbol 455 MovieClip in Symbol 1233 MovieClip Frame 1
onClipEvent (load) {
this.gotoAndStop(6);
}
Instance of Symbol 615 MovieClip in Symbol 1233 MovieClip Frame 1
onClipEvent (load) {
this.gotoAndStop(7);
}
Instance of Symbol 646 MovieClip in Symbol 1233 MovieClip Frame 1
onClipEvent (load) {
this.gotoAndStop(6);
}
Instance of Symbol 537 MovieClip in Symbol 1233 MovieClip Frame 1
onClipEvent (load) {
this.gotoAndStop(4);
}
Instance of Symbol 506 MovieClip in Symbol 1235 MovieClip Frame 1
onClipEvent (load) {
this.gotoAndStop(18);
}
Instance of Symbol 455 MovieClip in Symbol 1235 MovieClip Frame 1
onClipEvent (load) {
this.gotoAndStop(14);
}
Instance of Symbol 615 MovieClip in Symbol 1235 MovieClip Frame 1
onClipEvent (load) {
this.gotoAndStop(25);
}
Instance of Symbol 646 MovieClip in Symbol 1235 MovieClip Frame 1
onClipEvent (load) {
this.gotoAndStop(3);
}
Instance of Symbol 537 MovieClip in Symbol 1235 MovieClip Frame 1
onClipEvent (load) {
this.gotoAndStop(5);
}
Instance of Symbol 506 MovieClip in Symbol 1237 MovieClip Frame 1
onClipEvent (load) {
this.gotoAndStop(_root.custom01lips);
}
Instance of Symbol 455 MovieClip in Symbol 1237 MovieClip Frame 1
onClipEvent (load) {
this.gotoAndStop(_root.custom01eyes);
}
Instance of Symbol 615 MovieClip in Symbol 1237 MovieClip Frame 1
onClipEvent (load) {
this.gotoAndStop(_root.custom01hair);
}
Instance of Symbol 646 MovieClip in Symbol 1237 MovieClip Frame 1
onClipEvent (load) {
this.gotoAndStop(_root.custom01nose);
}
Instance of Symbol 537 MovieClip in Symbol 1237 MovieClip Frame 1
onClipEvent (load) {
this.gotoAndStop(_root.custom01ears);
}
Instance of Symbol 506 MovieClip in Symbol 1239 MovieClip Frame 1
onClipEvent (load) {
this.gotoAndStop(_root.custom02lips);
}
Instance of Symbol 455 MovieClip in Symbol 1239 MovieClip Frame 1
onClipEvent (load) {
this.gotoAndStop(_root.custom02eyes);
}
Instance of Symbol 615 MovieClip in Symbol 1239 MovieClip Frame 1
onClipEvent (load) {
this.gotoAndStop(_root.custom02hair);
}
Instance of Symbol 646 MovieClip in Symbol 1239 MovieClip Frame 1
onClipEvent (load) {
this.gotoAndStop(_root.custom02nose);
}
Instance of Symbol 537 MovieClip in Symbol 1239 MovieClip Frame 1
onClipEvent (load) {
this.gotoAndStop(_root.custom02ears);
}
Symbol 1243 MovieClip Frame 1
stop();
Symbol 1243 MovieClip Frame 5
_root.moveactorshowing = true;
stop();
Symbol 1243 MovieClip Frame 15
_root.moveactorshowing = false;
gotoAndStop (1);
Symbol 1251 MovieClip Frame 1
stop();
Symbol 1252 MovieClip Frame 1
stop();
Symbol 1253 MovieClip Frame 1
stop();
Symbol 1254 Button
on (release) {
if (_root.showselect == "Start the game.") {
_root.sndbtnselect01.start();
_root.curturn = "P1";
_root.curside = "Left";
_root.roundturns = 0;
_root.curround = 1;
_root.team01rpoints = 0;
_root.team02rpoints = 0;
_root.team01points = 0;
_root.team02points = 0;
_root.bagthrown = false;
_root.offscreen = true;
_root.walking = false;
_root.curwalking = false;
_root.arcdir = "Up";
_root.pressready = true;
_root.powdir = "Right";
_root.powpos = 1;
_root.rightleftdir = "Left";
_root.rightleftpos = 1;
_root.arcpos = 0;
_root.baginair = "None";
_root.turndone = false;
_root.p1throws = 0;
_root.p2throws = 0;
_root.p3throws = 4;
_root.p4throws = 4;
_root.GenerateCPUPlayers();
if (_root.intournament == true) {
gotoAndStop (149);
} else {
gotoAndStop (150);
}
} else {
_root.sndbtndenied01.start();
}
}
Symbol 1272 Button
on (release) {
_root.sndbtnselect01.start();
_root.ranmap = random(8);
_root.ranweather = random(5);
if (_root.ranweather == 0) {
_root.weather = "Clear";
}
if (_root.ranweather == 1) {
_root.weather = "Dusk";
}
if (_root.ranweather == 2) {
_root.weather = "Rain";
}
if (_root.ranweather == 3) {
_root.weather = "Overcast";
}
if (_root.ranweather == 4) {
_root.weather = "Sunny";
}
if (_root.ranweather == 5) {
_root.weather = "Snow";
}
if (_root.ranmap == 0) {
_root.map = "Andy's House";
}
if (_root.ranmap == 1) {
_root.map = "Main Street";
}
if (_root.ranmap == 2) {
_root.map = "Tyler's House";
}
if (_root.ranmap == 3) {
_root.map = "Sharp's House";
}
if (_root.ranmap == 4) {
_root.map = "Stream";
}
if (_root.ranmap == 5) {
_root.map = "BBQ Park";
}
if (_root.ranmap == 6) {
_root.map = "Pirate Ship";
}
if (_root.ranmap == 7) {
_root.map = "Castle";
}
if (_root.ranmap == 8) {
_root.map = "High Wire";
}
_root.curturn = "P1";
_root.curside = "Left";
_root.roundturns = 0;
_root.curround = 1;
_root.team01rpoints = 0;
_root.team02rpoints = 0;
_root.team01points = 0;
_root.team02points = 0;
_root.bagthrown = false;
_root.offscreen = true;
_root.walking = false;
_root.curwalking = false;
_root.arcdir = "Up";
_root.pressready = true;
_root.powdir = "Right";
_root.powpos = 1;
_root.rightleftdir = "Left";
_root.rightleftpos = 1;
_root.arcpos = 0;
_root.baginair = "None";
_root.turndone = false;
_root.p1throws = 0;
_root.p2throws = 0;
_root.p3throws = 4;
_root.p4throws = 4;
_root.GenerateCPUPlayers();
gotoAndPlay (150);
_root.SaveData();
}
Instance of Symbol 506 MovieClip in Symbol 1273 MovieClip Frame 1
onClipEvent (load) {
this.gotoAndStop(_root.p1lips);
}
Instance of Symbol 455 MovieClip in Symbol 1273 MovieClip Frame 1
onClipEvent (load) {
this.gotoAndStop(_root.p1eyes);
}
Instance of Symbol 615 MovieClip in Symbol 1273 MovieClip Frame 1
onClipEvent (load) {
this.gotoAndStop(_root.p1hair);
}
Instance of Symbol 646 MovieClip in Symbol 1273 MovieClip Frame 1
onClipEvent (load) {
this.gotoAndStop(_root.p1nose);
}
Instance of Symbol 537 MovieClip in Symbol 1273 MovieClip Frame 1
onClipEvent (load) {
this.gotoAndStop(_root.p1ears);
}
Symbol 1278 MovieClip Frame 1
stop();
Symbol 1280 MovieClip Frame 1
stop();
Instance of Symbol 1247 MovieClip "torso" in Symbol 1280 MovieClip Frame 1
onClipEvent (load) {
if ((_root.curturn == "P1") and (_root.curside == "Left")) {
_root.Player1LoadLeft();
}
if ((_root.curturn == "P1") and (_root.curside == "Right")) {
_root.Player1LoadRight();
}
if ((_root.curturn == "P2") and (_root.curside == "Left")) {
_root.Player2LoadLeft();
}
if ((_root.curturn == "P2") and (_root.curside == "Right")) {
_root.Player2LoadRight();
}
if ((_root.curturn == "P3") and (_root.curside == "Left")) {
_root.Player3LoadLeft();
}
if ((_root.curturn == "P3") and (_root.curside == "Right")) {
_root.Player3LoadRight();
}
if ((_root.curturn == "P4") and (_root.curside == "Left")) {
_root.Player4LoadLeft();
}
if ((_root.curturn == "P4") and (_root.curside == "Right")) {
_root.Player4LoadRight();
}
}
Instance of Symbol 564 MovieClip "logo" in Symbol 1280 MovieClip Frame 1
onClipEvent (enterFrame) {
this.gotoAndStop(_root.showlogo);
}
Instance of Symbol 84 MovieClip "bag" in Symbol 1280 MovieClip Frame 1
onClipEvent (load) {
if (_root.bagthrown == true) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (_root.bagthrown == true) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 1249 MovieClip "torso" in Symbol 1280 MovieClip Frame 2
onClipEvent (load) {
if ((_root.curturn == "P1") and (_root.curside == "Left")) {
_root.Player1LoadLeft();
}
if ((_root.curturn == "P1") and (_root.curside == "Right")) {
_root.Player1LoadRight();
}
if ((_root.curturn == "P2") and (_root.curside == "Left")) {
_root.Player2LoadLeft();
}
if ((_root.curturn == "P2") and (_root.curside == "Right")) {
_root.Player2LoadRight();
}
if ((_root.curturn == "P3") and (_root.curside == "Left")) {
_root.Player3LoadLeft();
}
if ((_root.curturn == "P3") and (_root.curside == "Right")) {
_root.Player3LoadRight();
}
if ((_root.curturn == "P4") and (_root.curside == "Left")) {
_root.Player4LoadLeft();
}
if ((_root.curturn == "P4") and (_root.curside == "Right")) {
_root.Player4LoadRight();
}
}
Instance of Symbol 1247 MovieClip "torso" in Symbol 1280 MovieClip Frame 3
onClipEvent (load) {
if ((_root.curturn == "P1") and (_root.curside == "Left")) {
_root.Player1LoadLeft();
}
if ((_root.curturn == "P1") and (_root.curside == "Right")) {
_root.Player1LoadRight();
}
if ((_root.curturn == "P2") and (_root.curside == "Left")) {
_root.Player2LoadLeft();
}
if ((_root.curturn == "P2") and (_root.curside == "Right")) {
_root.Player2LoadRight();
}
if ((_root.curturn == "P3") and (_root.curside == "Left")) {
_root.Player3LoadLeft();
}
if ((_root.curturn == "P3") and (_root.curside == "Right")) {
_root.Player3LoadRight();
}
if ((_root.curturn == "P4") and (_root.curside == "Left")) {
_root.Player4LoadLeft();
}
if ((_root.curturn == "P4") and (_root.curside == "Right")) {
_root.Player4LoadRight();
}
}
Symbol 1280 MovieClip Frame 6
_root.sndwhish01.start();
Instance of Symbol 1247 MovieClip "torso" in Symbol 1280 MovieClip Frame 6
onClipEvent (load) {
if ((_root.curturn == "P1") and (_root.curside == "Left")) {
_root.Player1LoadLeft();
}
if ((_root.curturn == "P1") and (_root.curside == "Right")) {
_root.Player1LoadRight();
}
if ((_root.curturn == "P2") and (_root.curside == "Left")) {
_root.Player2LoadLeft();
}
if ((_root.curturn == "P2") and (_root.curside == "Right")) {
_root.Player2LoadRight();
}
if ((_root.curturn == "P3") and (_root.curside == "Left")) {
_root.Player3LoadLeft();
}
if ((_root.curturn == "P3") and (_root.curside == "Right")) {
_root.Player3LoadRight();
}
if ((_root.curturn == "P4") and (_root.curside == "Left")) {
_root.Player4LoadLeft();
}
if ((_root.curturn == "P4") and (_root.curside == "Right")) {
_root.Player4LoadRight();
}
}
Symbol 1280 MovieClip Frame 9
_root.bagthrown = true;
if ((_root.trackstats == true) and (_root.curturn == "P1")) {
_root.culthrows = _root.culthrows + 1;
}
_root.DetermineThrownBag();
Symbol 1280 MovieClip Frame 22
gotoAndStop (1);
Instance of Symbol 1249 MovieClip "torso" in Symbol 1280 MovieClip Frame 23
onClipEvent (load) {
if ((_root.curturn == "P1") and (_root.curside == "Left")) {
_root.Player1LoadLeft();
}
if ((_root.curturn == "P1") and (_root.curside == "Right")) {
_root.Player1LoadRight();
}
if ((_root.curturn == "P2") and (_root.curside == "Left")) {
_root.Player2LoadLeft();
}
if ((_root.curturn == "P2") and (_root.curside == "Right")) {
_root.Player2LoadRight();
}
if ((_root.curturn == "P3") and (_root.curside == "Left")) {
_root.Player3LoadLeft();
}
if ((_root.curturn == "P3") and (_root.curside == "Right")) {
_root.Player3LoadRight();
}
if ((_root.curturn == "P4") and (_root.curside == "Left")) {
_root.Player4LoadLeft();
}
if ((_root.curturn == "P4") and (_root.curside == "Right")) {
_root.Player4LoadRight();
}
}
Symbol 1280 MovieClip Frame 26
_root.sndwhish01.start();
Symbol 1280 MovieClip Frame 29
_root.bagthrown = true;
if ((_root.trackstats == true) and (_root.curturn == "P1")) {
_root.culthrows = _root.culthrows + 1;
}
_root.DetermineThrownBag();
Symbol 1280 MovieClip Frame 42
gotoAndStop (1);
Symbol 1297 MovieClip Frame 1
stop();
Instance of Symbol 728 MovieClip in Symbol 1297 MovieClip Frame 2
onClipEvent (enterFrame) {
if (this.hitTest(_root.bag13left01a)) {
_root.bag13left01a._x = -750;
_root.bag13left01a._y = -750;
}
if (this.hitTest(_root.bag13left01b)) {
_root.bag13left01b._x = -750;
_root.bag13left01b._y = -750;
}
if (this.hitTest(_root.bag13left01c)) {
_root.bag13left01c._x = -750;
_root.bag13left01c._y = -750;
}
if (this.hitTest(_root.bag13left01d)) {
_root.bag13left01d._x = -750;
_root.bag13left01d._y = -750;
}
if (this.hitTest(_root.bag13left02a)) {
_root.bag13left02a._x = -750;
_root.bag13left02a._y = -750;
}
if (this.hitTest(_root.bag13left02b)) {
_root.bag13left02b._x = -750;
_root.bag13left02b._y = -750;
}
if (this.hitTest(_root.bag13left02c)) {
_root.bag13left02c._x = -750;
_root.bag13left02c._y = -750;
}
if (this.hitTest(_root.bag13left02d)) {
_root.bag13left02d._x = -750;
_root.bag13left02d._y = -750;
}
if (this.hitTest(_root.bag13left03a)) {
_root.bag13left03a._x = -750;
_root.bag13left03a._y = -750;
}
if (this.hitTest(_root.bag13left03b)) {
_root.bag13left03b._x = -750;
_root.bag13left03b._y = -750;
}
if (this.hitTest(_root.bag13left03c)) {
_root.bag13left03c._x = -750;
_root.bag13left03c._y = -750;
}
if (this.hitTest(_root.bag13left03d)) {
_root.bag13left03d._x = -750;
_root.bag13left03d._y = -750;
}
if (this.hitTest(_root.bag13left04a)) {
_root.bag13left04a._x = -750;
_root.bag13left04a._y = -750;
}
if (this.hitTest(_root.bag13left04b)) {
_root.bag13left04b._x = -750;
_root.bag13left04b._y = -750;
}
if (this.hitTest(_root.bag13left04c)) {
_root.bag13left04c._x = -750;
_root.bag13left04c._y = -750;
}
if (this.hitTest(_root.bag13left04d)) {
_root.bag13left04d._x = -750;
_root.bag13left04d._y = -750;
}
if (this.hitTest(_root.bag13cena)) {
_root.bag13cena._x = -750;
_root.bag13cena._y = -750;
}
if (this.hitTest(_root.bag13cenb)) {
_root.bag13cenb._x = -750;
_root.bag13cenb._y = -750;
}
if (this.hitTest(_root.bag13cenc)) {
_root.bag13cenc._x = -750;
_root.bag13cenc._y = -750;
}
if (this.hitTest(_root.bag13cend)) {
_root.bag13cend._x = -750;
_root.bag13cend._y = -750;
}
if (this.hitTest(_root.bag13right01a)) {
_root.bag13right01a._x = -750;
_root.bag13right01a._y = -750;
}
if (this.hitTest(_root.bag13right01b)) {
_root.bag13right01b._x = -750;
_root.bag13right01b._y = -750;
}
if (this.hitTest(_root.bag13right01c)) {
_root.bag13right01c._x = -750;
_root.bag13right01c._y = -750;
}
if (this.hitTest(_root.bag13right01d)) {
_root.bag13right01d._x = -750;
_root.bag13right01d._y = -750;
}
if (this.hitTest(_root.bag13right02a)) {
_root.bag13right02a._x = -750;
_root.bag13right02a._y = -750;
}
if (this.hitTest(_root.bag13right02b)) {
_root.bag13right02b._x = -750;
_root.bag13right02b._y = -750;
}
if (this.hitTest(_root.bag13right02c)) {
_root.bag13right02c._x = -750;
_root.bag13right02c._y = -750;
}
if (this.hitTest(_root.bag13right02d)) {
_root.bag13right02d._x = -750;
_root.bag13right02d._y = -750;
}
if (this.hitTest(_root.bag13right03a)) {
_root.bag13right03a._x = -750;
_root.bag13right03a._y = -750;
}
if (this.hitTest(_root.bag13right03b)) {
_root.bag13right03b._x = -750;
_root.bag13right03b._y = -750;
}
if (this.hitTest(_root.bag13right03c)) {
_root.bag13right03c._x = -750;
_root.bag13right03c._y = -750;
}
if (this.hitTest(_root.bag13right03d)) {
_root.bag13right03d._x = -750;
_root.bag13right03d._y = -750;
}
if (this.hitTest(_root.bag13right04a)) {
_root.bag13right04a._x = -750;
_root.bag13right04a._y = -750;
}
if (this.hitTest(_root.bag13right04b)) {
_root.bag13right04b._x = -750;
_root.bag13right04b._y = -750;
}
if (this.hitTest(_root.bag13right04c)) {
_root.bag13right04c._x = -750;
_root.bag13right04c._y = -750;
}
if (this.hitTest(_root.bag13right04d)) {
_root.bag13right04d._x = -750;
_root.bag13right04d._y = -750;
}
if (this.hitTest(_root.bag13forea)) {
_root.bag13forea._x = -750;
_root.bag13forea._y = -750;
}
if (this.hitTest(_root.bag13foreb)) {
_root.bag13foreb._x = -750;
_root.bag13foreb._y = -750;
}
if (this.hitTest(_root.bag13forec)) {
_root.bag13forec._x = -750;
_root.bag13forec._y = -750;
}
if (this.hitTest(_root.bag13fored)) {
_root.bag13fored._x = -750;
_root.bag13fored._y = -750;
}
if (this.hitTest(_root.bag13backa)) {
_root.bag13backa._x = -750;
_root.bag13backa._y = -750;
}
if (this.hitTest(_root.bag13backb)) {
_root.bag13backb._x = -750;
_root.bag13backb._y = -750;
}
if (this.hitTest(_root.bag13backc)) {
_root.bag13backc._x = -750;
_root.bag13backc._y = -750;
}
if (this.hitTest(_root.bag13backd)) {
_root.bag13backd._x = -750;
_root.bag13backd._y = -750;
}
if (this.hitTest(_root.bag24left01a)) {
_root.bag24left01a._x = -750;
_root.bag24left01a._y = -750;
}
if (this.hitTest(_root.bag24left01b)) {
_root.bag24left01b._x = -750;
_root.bag24left01b._y = -750;
}
if (this.hitTest(_root.bag24left01c)) {
_root.bag24left01c._x = -750;
_root.bag24left01c._y = -750;
}
if (this.hitTest(_root.bag24left01d)) {
_root.bag24left01d._x = -750;
_root.bag24left01d._y = -750;
}
if (this.hitTest(_root.bag24left02a)) {
_root.bag24left02a._x = -750;
_root.bag24left02a._y = -750;
}
if (this.hitTest(_root.bag24left02b)) {
_root.bag24left02b._x = -750;
_root.bag24left02b._y = -750;
}
if (this.hitTest(_root.bag24left02c)) {
_root.bag24left02c._x = -750;
_root.bag24left02c._y = -750;
}
if (this.hitTest(_root.bag24left02d)) {
_root.bag24left02d._x = -750;
_root.bag24left02d._y = -750;
}
if (this.hitTest(_root.bag24left03a)) {
_root.bag24left03a._x = -750;
_root.bag24left03a._y = -750;
}
if (this.hitTest(_root.bag24left03b)) {
_root.bag24left03b._x = -750;
_root.bag24left03b._y = -750;
}
if (this.hitTest(_root.bag24left03c)) {
_root.bag24left03c._x = -750;
_root.bag24left03c._y = -750;
}
if (this.hitTest(_root.bag24left03d)) {
_root.bag24left03d._x = -750;
_root.bag24left03d._y = -750;
}
if (this.hitTest(_root.bag24left04a)) {
_root.bag24left04a._x = -750;
_root.bag24left04a._y = -750;
}
if (this.hitTest(_root.bag24left04b)) {
_root.bag24left04b._x = -750;
_root.bag24left04b._y = -750;
}
if (this.hitTest(_root.bag24left04c)) {
_root.bag24left04c._x = -750;
_root.bag24left04c._y = -750;
}
if (this.hitTest(_root.bag24left04d)) {
_root.bag24left04d._x = -750;
_root.bag24left04d._y = -750;
}
if (this.hitTest(_root.bag24cena)) {
_root.bag24cena._x = -750;
_root.bag24cena._y = -750;
}
if (this.hitTest(_root.bag24cenb)) {
_root.bag24cenb._x = -750;
_root.bag24cenb._y = -750;
}
if (this.hitTest(_root.bag24cenc)) {
_root.bag24cenc._x = -750;
_root.bag24cenc._y = -750;
}
if (this.hitTest(_root.bag24cend)) {
_root.bag24cend._x = -750;
_root.bag24cend._y = -750;
}
if (this.hitTest(_root.bag24right01a)) {
_root.bag24right01a._x = -750;
_root.bag24right01a._y = -750;
}
if (this.hitTest(_root.bag24right01b)) {
_root.bag24right01b._x = -750;
_root.bag24right01b._y = -750;
}
if (this.hitTest(_root.bag24right01c)) {
_root.bag24right01c._x = -750;
_root.bag24right01c._y = -750;
}
if (this.hitTest(_root.bag24right01d)) {
_root.bag24right01d._x = -750;
_root.bag24right01d._y = -750;
}
if (this.hitTest(_root.bag24right02a)) {
_root.bag24right02a._x = -750;
_root.bag24right02a._y = -750;
}
if (this.hitTest(_root.bag24right02b)) {
_root.bag24right02b._x = -750;
_root.bag24right02b._y = -750;
}
if (this.hitTest(_root.bag24right02c)) {
_root.bag24right02c._x = -750;
_root.bag24right02c._y = -750;
}
if (this.hitTest(_root.bag24right02d)) {
_root.bag24right02d._x = -750;
_root.bag24right02d._y = -750;
}
if (this.hitTest(_root.bag24right03a)) {
_root.bag24right03a._x = -750;
_root.bag24right03a._y = -750;
}
if (this.hitTest(_root.bag24right03b)) {
_root.bag24right03b._x = -750;
_root.bag24right03b._y = -750;
}
if (this.hitTest(_root.bag24right03c)) {
_root.bag24right03c._x = -750;
_root.bag24right03c._y = -750;
}
if (this.hitTest(_root.bag24right03d)) {
_root.bag24right03d._x = -750;
_root.bag24right03d._y = -750;
}
if (this.hitTest(_root.bag24right04a)) {
_root.bag24right04a._x = -750;
_root.bag24right04a._y = -750;
}
if (this.hitTest(_root.bag24right04b)) {
_root.bag24right04b._x = -750;
_root.bag24right04b._y = -750;
}
if (this.hitTest(_root.bag24right04c)) {
_root.bag24right04c._x = -750;
_root.bag24right04c._y = -750;
}
if (this.hitTest(_root.bag24right04d)) {
_root.bag24right04d._x = -750;
_root.bag24right04d._y = -750;
}
if (this.hitTest(_root.bag24forea)) {
_root.bag24forea._x = -750;
_root.bag24forea._y = -750;
}
if (this.hitTest(_root.bag24foreb)) {
_root.bag24foreb._x = -750;
_root.bag24foreb._y = -750;
}
if (this.hitTest(_root.bag24forec)) {
_root.bag24forec._x = -750;
_root.bag24forec._y = -750;
}
if (this.hitTest(_root.bag24fored)) {
_root.bag24fored._x = -750;
_root.bag24fored._y = -750;
}
if (this.hitTest(_root.bag24backa)) {
_root.bag24backa._x = -750;
_root.bag24backa._y = -750;
}
if (this.hitTest(_root.bag24backb)) {
_root.bag24backb._x = -750;
_root.bag24backb._y = -750;
}
if (this.hitTest(_root.bag24backc)) {
_root.bag24backc._x = -750;
_root.bag24backc._y = -750;
}
if (this.hitTest(_root.bag24backd)) {
_root.bag24backd._x = -750;
_root.bag24backd._y = -750;
}
}
Symbol 1297 MovieClip Frame 150
_root.roundgirl.gotoAndPlay(2);
gotoAndStop (1);
Symbol 1319 MovieClip Frame 1
stop();
Symbol 1324 MovieClip Frame 1
stop();
Symbol 1324 MovieClip Frame 2
_root.sndwhoosh01.start();
play();
Symbol 1324 MovieClip Frame 40
gotoAndStop (1);
Symbol 1332 MovieClip Frame 1
stop();
Instance of Symbol 1329 MovieClip "powerups" in Symbol 1332 MovieClip Frame 1
onClipEvent (enterFrame) {
this.gotoAndStop(_root.poweruppos);
}
Symbol 1332 MovieClip Frame 10
stop();
_root.powviewout = true;
Symbol 1332 MovieClip Frame 20
if (_root.powerupson == true) {
_root.RandomizePowerup();
}
_root.powviewout = false;
Symbol 1339 MovieClip Frame 1
stop();
Symbol 1339 MovieClip Frame 10
if ((_root.powerupson == true) and (_root.hitpow == true)) {
_root.powview.gotoAndPlay(11);
_root.hitpow = false;
}
if (((_root.powerupson == true) and (_root.powduration != "Round")) and (_root.powviewout == false)) {
_root.RandomizePowerup();
}
if ((_root.powviewout == false) and (_root.powduration == "Round")) {
_root.RandomizePowerup();
}
_root.sndpolishpop01.start();
Symbol 1339 MovieClip Frame 60
_root.walking = true;
_root.ResetRound();
_root.curround = _root.curround + 1;
_root.WindChange();
if (_root.winddir == "Left") {
_root.leftwind.gotoAndPlay(2);
} else {
_root.rightwind.gotoAndPlay(2);
}
if (_root.trackstats == true) {
_root.trounds = _root.trounds + 1;
}
gotoAndStop (1);
Instance of Symbol 1342 MovieClip in Symbol 1343 MovieClip Frame 1
onClipEvent (load) {
if ((_root.curturn == "P1") or (_root.curturn == "P2")) {
_root.intfbagColor = new Color(this);
_root.intfbagColor.setTint(_root.p1bag_r, _root.p1bag_g, _root.p1bag_b, _root.p1bag_per);
}
if ((_root.curturn == "P3") or (_root.curturn == "P4")) {
_root.intfbagColor = new Color(this);
_root.intfbagColor.setTint(_root.p3bag_r, _root.p3bag_g, _root.p3bag_b, _root.p3bag_per);
}
}
onClipEvent (enterFrame) {
if ((_root.curturn == "P1") or (_root.curturn == "P2")) {
_root.intfbagColor = new Color(this);
_root.intfbagColor.setTint(_root.p1bag_r, _root.p1bag_g, _root.p1bag_b, _root.p1bag_per);
}
if ((_root.curturn == "P3") or (_root.curturn == "P4")) {
_root.intfbagColor = new Color(this);
_root.intfbagColor.setTint(_root.p3bag_r, _root.p3bag_g, _root.p3bag_b, _root.p3bag_per);
}
}
Symbol 1344 MovieClip Frame 1
stop();
Symbol 1344 MovieClip Frame 10
if ((_root.powname == "3 For All") and (_root.hitpow == true)) {
if ((_root.powowner == "P1") or (_root.powowner == "P3")) {
_root.team01rpoints = _root.team01rpoints + 2;
}
}
Instance of Symbol 1347 MovieClip in Symbol 1348 MovieClip Frame 1
onClipEvent (load) {
if ((_root.curturn == "P1") or (_root.curturn == "P2")) {
_root.intfbagColor = new Color(this);
_root.intfbagColor.setTint(_root.p1bag_r, _root.p1bag_g, _root.p1bag_b, _root.p1bag_per);
}
if ((_root.curturn == "P3") or (_root.curturn == "P4")) {
_root.intfbagColor = new Color(this);
_root.intfbagColor.setTint(_root.p3bag_r, _root.p3bag_g, _root.p3bag_b, _root.p3bag_per);
}
}
onClipEvent (enterFrame) {
if ((_root.curturn == "P1") or (_root.curturn == "P2")) {
_root.intfbagColor = new Color(this);
_root.intfbagColor.setTint(_root.p1bag_r, _root.p1bag_g, _root.p1bag_b, _root.p1bag_per);
}
if ((_root.curturn == "P3") or (_root.curturn == "P4")) {
_root.intfbagColor = new Color(this);
_root.intfbagColor.setTint(_root.p3bag_r, _root.p3bag_g, _root.p3bag_b, _root.p3bag_per);
}
}
Symbol 1349 MovieClip Frame 1
stop();
Symbol 1349 MovieClip Frame 10
if ((_root.powname == "1 For Hole") and (_root.hitpow == true)) {
if ((_root.powowner == "P2") or (_root.powowner == "P4")) {
_root.team01rpoints = _root.team01rpoints - 2;
}
}
Symbol 1351 MovieClip Frame 1
stop();
Symbol 1351 MovieClip Frame 10
_root.sndpong01.start();
Instance of Symbol 1347 MovieClip in Symbol 1352 MovieClip Frame 1
onClipEvent (load) {
if ((_root.curturn == "P1") or (_root.curturn == "P2")) {
_root.intfbagColor = new Color(this);
_root.intfbagColor.setTint(_root.p2bag_r, _root.p2bag_g, _root.p2bag_b, _root.p2bag_per);
}
if ((_root.curturn == "P3") or (_root.curturn == "P4")) {
_root.intfbagColor = new Color(this);
_root.intfbagColor.setTint(_root.p4bag_r, _root.p4bag_g, _root.p4bag_b, _root.p4bag_per);
}
}
onClipEvent (enterFrame) {
if ((_root.curturn == "P1") or (_root.curturn == "P2")) {
_root.intfbagColor = new Color(this);
_root.intfbagColor.setTint(_root.p2bag_r, _root.p2bag_g, _root.p2bag_b, _root.p2bag_per);
}
if ((_root.curturn == "P3") or (_root.curturn == "P4")) {
_root.intfbagColor = new Color(this);
_root.intfbagColor.setTint(_root.p4bag_r, _root.p4bag_g, _root.p4bag_b, _root.p4bag_per);
}
}
Symbol 1353 MovieClip Frame 1
stop();
Symbol 1353 MovieClip Frame 10
if ((_root.powname == "1 For Hole") and (_root.hitpow == true)) {
if ((_root.powowner == "P1") or (_root.powowner == "P3")) {
_root.team02rpoints = _root.team02rpoints - 2;
}
}
Instance of Symbol 1342 MovieClip in Symbol 1354 MovieClip Frame 1
onClipEvent (load) {
if ((_root.curturn == "P1") or (_root.curturn == "P2")) {
_root.intfbagColor = new Color(this);
_root.intfbagColor.setTint(_root.p2bag_r, _root.p2bag_g, _root.p2bag_b, _root.p2bag_per);
}
if ((_root.curturn == "P3") or (_root.curturn == "P4")) {
_root.intfbagColor = new Color(this);
_root.intfbagColor.setTint(_root.p4bag_r, _root.p4bag_g, _root.p4bag_b, _root.p4bag_per);
}
}
onClipEvent (enterFrame) {
if ((_root.curturn == "P1") or (_root.curturn == "P2")) {
_root.intfbagColor = new Color(this);
_root.intfbagColor.setTint(_root.p2bag_r, _root.p2bag_g, _root.p2bag_b, _root.p2bag_per);
}
if ((_root.curturn == "P3") or (_root.curturn == "P4")) {
_root.intfbagColor = new Color(this);
_root.intfbagColor.setTint(_root.p4bag_r, _root.p4bag_g, _root.p4bag_b, _root.p4bag_per);
}
}
Symbol 1355 MovieClip Frame 1
stop();
Symbol 1355 MovieClip Frame 10
if ((_root.powname == "3 For All") and (_root.hitpow == true)) {
if ((_root.powowner == "P2") or (_root.powowner == "P4")) {
_root.team02rpoints = _root.team02rpoints + 2;
}
}
Symbol 1365 MovieClip Frame 1
stop();
Symbol 1367 MovieClip Frame 1
stop();
Symbol 1368 MovieClip Frame 1
stop();
Symbol 1370 MovieClip Frame 1
stop();
Symbol 1371 MovieClip Frame 1
stop();
Symbol 1372 Button
on (press) {
if (_root.ingametut == true) {
return(undefined);
}
if (_root.curcontrol == "Human") {
if (((_root.curaction == "Arc") and (_root.pressready == true)) and (_root.physicalthrow == false)) {
_root.pressready = false;
_root.curaction = "Power";
}
if (((_root.curaction == "Power") and (_root.pressready == true)) and (_root.physicalthrow == false)) {
_root.pressready = false;
_root.curaction = "RightLeft";
}
if (((_root.curaction == "RightLeft") and (_root.pressready == true)) and (_root.physicalthrow == false)) {
_root.pressready = false;
_root.curaction = "Throw";
if (_root.curside == "Left") {
_root.leftbubble.gotoAndPlay(17);
}
if (_root.curside == "Right") {
_root.rightbubble.gotoAndPlay(17);
}
}
}
}
on (release) {
_root.pressready = true;
}
Symbol 1391 MovieClip Frame 1
stop();
Symbol 1391 MovieClip Frame 16
_root.throwright.gotoAndStop(2);
stop();
Symbol 1391 MovieClip Frame 31
_root.throwright.gotoAndStop(1);
Symbol 1391 MovieClip Frame 45
_root.actorright.gotoAndPlay(23);
gotoAndStop (1);
Symbol 1392 MovieClip Frame 1
stop();
Symbol 1392 MovieClip Frame 2
play();
Symbol 1392 MovieClip Frame 16
_root.throwleft.gotoAndStop(2);
stop();
Symbol 1392 MovieClip Frame 31
_root.throwleft.gotoAndStop(1);
Symbol 1392 MovieClip Frame 45
_root.actorleft.gotoAndPlay(3);
gotoAndStop (1);
Symbol 1394 MovieClip Frame 1
stop();
Symbol 1396 MovieClip Frame 1
stop();
Symbol 1398 MovieClip Frame 1
stop();
Symbol 1399 MovieClip Frame 1
stop();
Instance of Symbol 234 MovieClip "arc" in Symbol 1399 MovieClip Frame 2
onClipEvent (load) {
this.gotoAndStop(_root.arcpos);
}
Instance of Symbol 250 MovieClip "power" in Symbol 1399 MovieClip Frame 2
onClipEvent (load) {
this.gotoAndStop(_root.powpos);
}
Instance of Symbol 228 MovieClip "rightleft" in Symbol 1399 MovieClip Frame 2
onClipEvent (load) {
this.gotoAndStop(_root.rightleftpos);
}
Instance of Symbol 1394 MovieClip in Symbol 1399 MovieClip Frame 2
onClipEvent (load) {
if ((_root.throwguide == true) and (_root.curcontrol == "Human")) {
if (_root.curside == "Left") {
if (_root.winddir == "Left") {
_root.guidestopleft = Math.round(0 + (42.8571428571429 + (_root.windpow / 1.75)));
this.gotoAndStop(_root.guidestopleft);
}
if (_root.winddir == "Right") {
_root.guidestopleft = Math.round(0 + (42.8571428571429 - (_root.windpow / 1.75)));
this.gotoAndStop(_root.guidestopleft);
}
} else {
if (_root.winddir == "Left") {
_root.guidestopleft = Math.round(0 + (42.8571428571429 - (_root.windpow / 1.75)));
this.gotoAndStop(_root.guidestopleft);
}
if (_root.winddir == "Right") {
_root.guidestopleft = Math.round(0 + (42.8571428571429 + (_root.windpow / 1.75)));
this.gotoAndStop(_root.guidestopleft);
}
}
} else {
this.gotoAndStop(101);
}
}
onClipEvent (enterFrame) {
if ((_root.throwguide == true) and (_root.curcontrol == "Human")) {
if (_root.curside == "Left") {
if (_root.winddir == "Left") {
_root.guidestopleft = Math.round(0 + (42.8571428571429 + (_root.windpow / 1.75)));
this.gotoAndStop(_root.guidestopleft);
}
if (_root.winddir == "Right") {
_root.guidestopleft = Math.round(0 + (42.8571428571429 - (_root.windpow / 1.75)));
this.gotoAndStop(_root.guidestopleft);
}
} else {
if (_root.winddir == "Left") {
_root.guidestopleft = Math.round(0 + (42.8571428571429 - (_root.windpow / 1.75)));
this.gotoAndStop(_root.guidestopleft);
}
if (_root.winddir == "Right") {
_root.guidestopleft = Math.round(0 + (42.8571428571429 + (_root.windpow / 1.75)));
this.gotoAndStop(_root.guidestopleft);
}
}
} else {
this.gotoAndStop(101);
}
}
Instance of Symbol 1396 MovieClip in Symbol 1399 MovieClip Frame 2
onClipEvent (load) {
if ((_root.throwguide == true) and (_root.curcontrol == "Human")) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if ((_root.throwguide == true) and (_root.curcontrol == "Human")) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 1394 MovieClip in Symbol 1399 MovieClip Frame 2
onClipEvent (load) {
if ((_root.throwguide == true) and (_root.curcontrol == "Human")) {
if (_root.curside == "Left") {
if (_root.winddir == "Left") {
_root.guidestopright = Math.round(100 - (42.8571428571429 - (_root.windpow / 1.75)));
this.gotoAndStop(_root.guidestopright);
}
if (_root.winddir == "Right") {
_root.guidestopright = Math.round(100 - (42.8571428571429 + (_root.windpow / 1.75)));
this.gotoAndStop(_root.guidestopright);
}
} else {
if (_root.winddir == "Left") {
_root.guidestopright = Math.round(100 - (42.8571428571429 - (_root.windpow / 1.75)));
this.gotoAndStop(_root.guidestopright);
}
if (_root.winddir == "Right") {
_root.guidestopright = Math.round(100 - (42.8571428571429 + (_root.windpow / 1.75)));
this.gotoAndStop(_root.guidestopright);
}
}
} else {
this.gotoAndStop(101);
}
}
onClipEvent (enterFrame) {
if ((_root.throwguide == true) and (_root.curcontrol == "Human")) {
if (_root.curside == "Left") {
if (_root.winddir == "Left") {
_root.guidestopright = Math.round(100 - (42.8571428571429 - (_root.windpow / 1.75)));
this.gotoAndStop(_root.guidestopright);
}
if (_root.winddir == "Right") {
_root.guidestopright = Math.round(100 - (42.8571428571429 + (_root.windpow / 1.75)));
this.gotoAndStop(_root.guidestopright);
}
} else {
if (_root.winddir == "Left") {
_root.guidestopright = Math.round(100 - (42.8571428571429 - (_root.windpow / 1.75)));
this.gotoAndStop(_root.guidestopright);
}
if (_root.winddir == "Right") {
_root.guidestopright = Math.round(100 - (42.8571428571429 + (_root.windpow / 1.75)));
this.gotoAndStop(_root.guidestopright);
}
}
} else {
this.gotoAndStop(101);
}
}
Instance of Symbol 1398 MovieClip in Symbol 1399 MovieClip Frame 2
onClipEvent (load) {
if ((_root.throwguide == true) and (_root.curcontrol == "Human")) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if ((_root.throwguide == true) and (_root.curcontrol == "Human")) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Symbol 1402 MovieClip Frame 1
stop();
Symbol 1405 MovieClip Frame 1
stop();
Instance of Symbol 234 MovieClip "arc" in Symbol 1405 MovieClip Frame 2
onClipEvent (load) {
this.gotoAndStop(_root.arcpos);
}
Instance of Symbol 250 MovieClip "power" in Symbol 1405 MovieClip Frame 2
onClipEvent (load) {
this.gotoAndStop(_root.powpos);
}
Instance of Symbol 228 MovieClip "rightleft" in Symbol 1405 MovieClip Frame 2
onClipEvent (load) {
this.gotoAndStop(_root.rightleftpos);
}
Instance of Symbol 1394 MovieClip in Symbol 1405 MovieClip Frame 2
onClipEvent (load) {
if ((_root.throwguide == true) and (_root.curcontrol == "Human")) {
if (_root.curside == "Left") {
if (_root.winddir == "Left") {
_root.guidestopleft = Math.round(0 + (42.8571428571429 + (_root.windpow / 1.75)));
this.gotoAndStop(_root.guidestopleft);
}
if (_root.winddir == "Right") {
_root.guidestopleft = Math.round(0 + (42.8571428571429 - (_root.windpow / 1.75)));
this.gotoAndStop(_root.guidestopleft);
}
} else {
if (_root.winddir == "Left") {
_root.guidestopleft = Math.round(0 + (42.8571428571429 - (_root.windpow / 1.75)));
this.gotoAndStop(_root.guidestopleft);
}
if (_root.winddir == "Right") {
_root.guidestopleft = Math.round(0 + (42.8571428571429 + (_root.windpow / 1.75)));
this.gotoAndStop(_root.guidestopleft);
}
}
} else {
this.gotoAndStop(101);
}
}
onClipEvent (enterFrame) {
if ((_root.throwguide == true) and (_root.curcontrol == "Human")) {
if (_root.curside == "Left") {
if (_root.winddir == "Left") {
_root.guidestopleft = Math.round(0 + (42.8571428571429 + (_root.windpow / 1.75)));
this.gotoAndStop(_root.guidestopleft);
}
if (_root.winddir == "Right") {
_root.guidestopleft = Math.round(0 + (42.8571428571429 - (_root.windpow / 1.75)));
this.gotoAndStop(_root.guidestopleft);
}
} else {
if (_root.winddir == "Left") {
_root.guidestopleft = Math.round(0 + (42.8571428571429 - (_root.windpow / 1.75)));
this.gotoAndStop(_root.guidestopleft);
}
if (_root.winddir == "Right") {
_root.guidestopleft = Math.round(0 + (42.8571428571429 + (_root.windpow / 1.75)));
this.gotoAndStop(_root.guidestopleft);
}
}
} else {
this.gotoAndStop(101);
}
}
Instance of Symbol 1396 MovieClip in Symbol 1405 MovieClip Frame 2
onClipEvent (load) {
if ((_root.throwguide == true) and (_root.curcontrol == "Human")) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if ((_root.throwguide == true) and (_root.curcontrol == "Human")) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 1394 MovieClip in Symbol 1405 MovieClip Frame 2
onClipEvent (load) {
if ((_root.throwguide == true) and (_root.curcontrol == "Human")) {
if (_root.curside == "Left") {
if (_root.winddir == "Left") {
_root.guidestopright = Math.round(100 - (42.8571428571429 - (_root.windpow / 1.75)));
this.gotoAndStop(_root.guidestopright);
}
if (_root.winddir == "Right") {
_root.guidestopright = Math.round(100 - (42.8571428571429 + (_root.windpow / 1.75)));
this.gotoAndStop(_root.guidestopright);
}
} else {
if (_root.winddir == "Left") {
_root.guidestopright = Math.round(100 - (42.8571428571429 + (_root.windpow / 1.75)));
this.gotoAndStop(_root.guidestopright);
}
if (_root.winddir == "Right") {
_root.guidestopright = Math.round(100 - (42.8571428571429 - (_root.windpow / 1.75)));
this.gotoAndStop(_root.guidestopright);
}
}
} else {
this.gotoAndStop(101);
}
}
onClipEvent (enterFrame) {
if ((_root.throwguide == true) and (_root.curcontrol == "Human")) {
if (_root.curside == "Left") {
if (_root.winddir == "Left") {
_root.guidestopright = Math.round(100 - (42.8571428571429 - (_root.windpow / 1.75)));
this.gotoAndStop(_root.guidestopright);
}
if (_root.winddir == "Right") {
_root.guidestopright = Math.round(100 - (42.8571428571429 + (_root.windpow / 1.75)));
this.gotoAndStop(_root.guidestopright);
}
} else {
if (_root.winddir == "Left") {
_root.guidestopright = Math.round(100 - (42.8571428571429 + (_root.windpow / 1.75)));
this.gotoAndStop(_root.guidestopright);
}
if (_root.winddir == "Right") {
_root.guidestopright = Math.round(100 - (42.8571428571429 - (_root.windpow / 1.75)));
this.gotoAndStop(_root.guidestopright);
}
}
} else {
this.gotoAndStop(101);
}
}
Instance of Symbol 1398 MovieClip in Symbol 1405 MovieClip Frame 2
onClipEvent (load) {
if ((_root.throwguide == true) and (_root.curcontrol == "Human")) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if ((_root.throwguide == true) and (_root.curcontrol == "Human")) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Symbol 1410 Button
on (rollOver) {
_root.expsound.gotoAndStop(2);
}
on (rollOut) {
_root.expsound.gotoAndStop(1);
}
on (release) {
if (_root.musicon == true) {
stopAllSounds();
_root.musicon = false;
} else {
_root.musicon = true;
stopAllSounds();
_root.randsong = random(9);
if (_root.randsong <= 1) {
_root.sndmfrenzy.start(0, 10000);
_root.sndmfrenzy.setVolume(75);
}
if (_root.randsong == 2) {
_root.sndmgroove.start(0, 10000);
_root.sndmgroove.setVolume(75);
}
if (_root.randsong == 3) {
_root.sndmlovelost.start(0, 10000);
_root.sndmlovelost.setVolume(75);
}
if (_root.randsong == 4) {
_root.sndmendofmyworld.start(0, 10000);
_root.sndmendofmyworld.setVolume(75);
}
if (_root.randsong == 5) {
_root.sndmasiankillerrobots.start(0, 10000);
_root.sndmasiankillerrobots.setVolume(75);
}
if (_root.randsong == 6) {
_root.sndmcontroversy.start(0, 10000);
_root.sndmcontroversy.setVolume(75);
}
if (_root.randsong == 7) {
_root.sndmadrenalin.start(0, 10000);
_root.sndmadrenalin.setVolume(75);
}
if (_root.randsong >= 8) {
_root.sndmfrenzy.start(0, 10000);
_root.sndmfrenzy.setVolume(75);
}
}
}
Symbol 1412 MovieClip Frame 1
stop();
Symbol 1416 MovieClip Frame 1
stop();
Symbol 1419 Button
on (rollOver) {
_root.expforfeit.gotoAndStop(2);
}
on (rollOut) {
_root.expforfeit.gotoAndStop(1);
}
on (release) {
if (_root.turndone == true) {
return(undefined);
}
if (((((((_root.curturn == "P1") and (_root.turndone == false)) and (_root.curside == "Left")) and (_root.bagthrown == false)) and (_root.p1throws <= 3)) and (_root.offscreen == false)) and (_root.curcontrol == "Human")) {
if (_root.physicalthrow != true) {
_root.leftbubble.gotoAndPlay(31);
}
_root.turndone = true;
return(undefined);
}
if (((((((_root.curturn == "P1") and (_root.turndone == false)) and (_root.curside == "Right")) and (_root.bagthrown == false)) and (_root.p1throws <= 3)) and (_root.offscreen == false)) and (_root.curcontrol == "Human")) {
if (_root.physicalthrow != true) {
_root.rightbubble.gotoAndPlay(31);
}
_root.turndone = true;
return(undefined);
}
if (((((((_root.curturn == "P3") and (_root.turndone == false)) and (_root.curside == "Left")) and (_root.bagthrown == false)) and (_root.p3throws <= 3)) and (_root.offscreen == false)) and (_root.curcontrol == "Human")) {
if (_root.physicalthrow != true) {
_root.leftbubble.gotoAndPlay(31);
}
_root.turndone = true;
return(undefined);
}
if (((((((_root.curturn == "P3") and (_root.turndone == false)) and (_root.curside == "Right")) and (_root.bagthrown == false)) and (_root.p3throws <= 3)) and (_root.offscreen == false)) and (_root.curcontrol == "Human")) {
if (_root.physicalthrow != true) {
_root.rightbubble.gotoAndPlay(31);
}
_root.turndone = true;
return(undefined);
}
}
Symbol 1421 Button
on (rollOver) {
_root.expforfeit.gotoAndStop(2);
}
on (rollOut) {
_root.expforfeit.gotoAndStop(1);
}
on (release) {
if (_root.turndone == true) {
return(undefined);
}
if (((((((_root.curturn == "P2") and (_root.turndone == false)) and (_root.curside == "Left")) and (_root.bagthrown == false)) and (_root.p2throws <= 3)) and (_root.offscreen == false)) and (_root.curcontrol == "Human")) {
if (_root.physicalthrow != true) {
_root.leftbubble.gotoAndPlay(31);
}
_root.turndone = true;
return(undefined);
}
if (((((((_root.curturn == "P2") and (_root.turndone == false)) and (_root.curside == "Right")) and (_root.bagthrown == false)) and (_root.p2throws <= 3)) and (_root.offscreen == false)) and (_root.curcontrol == "Human")) {
if (_root.physicalthrow != true) {
_root.rightbubble.gotoAndPlay(31);
}
_root.turndone = true;
return(undefined);
}
if (((((((_root.curturn == "P4") and (_root.turndone == false)) and (_root.curside == "Left")) and (_root.bagthrown == false)) and (_root.p4throws <= 3)) and (_root.offscreen == false)) and (_root.curcontrol == "Human")) {
if (_root.physicalthrow != true) {
_root.leftbubble.gotoAndPlay(31);
}
_root.turndone = true;
return(undefined);
}
if (((((((_root.curturn == "P4") and (_root.turndone == false)) and (_root.curside == "Right")) and (_root.bagthrown == false)) and (_root.p4throws <= 3)) and (_root.offscreen == false)) and (_root.curcontrol == "Human")) {
if (_root.physicalthrow != true) {
_root.rightbubble.gotoAndPlay(31);
}
_root.turndone = true;
return(undefined);
}
}
Symbol 1424 MovieClip Frame 1
stop();
Symbol 1429 MovieClip Frame 1
stop();
Instance of Symbol 1427 MovieClip in Symbol 1429 MovieClip Frame 1
onClipEvent (load) {
if ((_root.curturn == "P1") or (_root.curturn == "P2")) {
_root.intfbagColor = new Color(this);
_root.intfbagColor.setTint(_root.p1bag_r, _root.p1bag_g, _root.p1bag_b, _root.p1bag_per);
}
if ((_root.curturn == "P3") or (_root.curturn == "P4")) {
_root.intfbagColor = new Color(this);
_root.intfbagColor.setTint(_root.p3bag_r, _root.p3bag_g, _root.p3bag_b, _root.p3bag_per);
}
}
onClipEvent (enterFrame) {
if ((_root.curturn == "P1") or (_root.curturn == "P2")) {
_root.intfbagColor = new Color(this);
_root.intfbagColor.setTint(_root.p1bag_r, _root.p1bag_g, _root.p1bag_b, _root.p1bag_per);
}
if ((_root.curturn == "P3") or (_root.curturn == "P4")) {
_root.intfbagColor = new Color(this);
_root.intfbagColor.setTint(_root.p3bag_r, _root.p3bag_g, _root.p3bag_b, _root.p3bag_per);
}
}
Instance of Symbol 1428 MovieClip in Symbol 1429 MovieClip Frame 2
onClipEvent (load) {
if ((_root.curturn == "P1") or (_root.curturn == "P2")) {
_root.intfbagColor = new Color(this);
_root.intfbagColor.setTint(_root.p2bag_r, _root.p2bag_g, _root.p2bag_b, _root.p2bag_per);
}
if ((_root.curturn == "P3") or (_root.curturn == "P4")) {
_root.intfbagColor = new Color(this);
_root.intfbagColor.setTint(_root.p4bag_r, _root.p4bag_g, _root.p4bag_b, _root.p4bag_per);
}
}
onClipEvent (enterFrame) {
if ((_root.curturn == "P1") or (_root.curturn == "P2")) {
_root.intfbagColor = new Color(this);
_root.intfbagColor.setTint(_root.p2bag_r, _root.p2bag_g, _root.p2bag_b, _root.p2bag_per);
}
if ((_root.curturn == "P3") or (_root.curturn == "P4")) {
_root.intfbagColor = new Color(this);
_root.intfbagColor.setTint(_root.p4bag_r, _root.p4bag_g, _root.p4bag_b, _root.p4bag_per);
}
}
Symbol 1432 MovieClip Frame 1
stop();
Symbol 1435 MovieClip Frame 1
stop();
Symbol 1438 MovieClip Frame 1
stop();
Symbol 1439 Button
on (rollOver) {
if (_root.iconloc != "Middle") {
_root.expname01.gotoAndStop(2);
_root.expovername = _root.p1name + ".";
}
}
on (rollOut) {
_root.expname01.gotoAndStop(1);
}
Symbol 1442 MovieClip Frame 1
stop();
Symbol 1443 Button
on (rollOver) {
if (_root.iconloc == "Middle") {
_root.expname02.gotoAndStop(2);
_root.expovername = _root.p1name + ".";
}
}
on (rollOut) {
_root.expname02.gotoAndStop(1);
}
Symbol 1444 Button
on (rollOver) {
if (_root.iconloc != "Middle") {
_root.expname03.gotoAndStop(2);
_root.expovername = _root.p3name + ".";
}
}
on (rollOut) {
_root.expname03.gotoAndStop(1);
}
Symbol 1445 Button
on (rollOver) {
if (_root.iconloc != "Middle") {
_root.expname04.gotoAndStop(2);
_root.expovername = _root.p2name + ".";
}
}
on (rollOut) {
_root.expname04.gotoAndStop(1);
}
Symbol 1446 Button
on (rollOver) {
if (_root.iconloc == "Middle") {
_root.expname05.gotoAndStop(2);
_root.expovername = _root.p2name + ".";
}
}
on (rollOut) {
_root.expname05.gotoAndStop(1);
}
Symbol 1447 Button
on (rollOver) {
if (_root.iconloc != "Middle") {
_root.expname06.gotoAndStop(2);
_root.expovername = _root.p4name + ".";
}
}
on (rollOut) {
_root.expname06.gotoAndStop(1);
}
Symbol 1450 MovieClip Frame 1
stop();
Symbol 1452 MovieClip Frame 1
stop();
Symbol 1453 Button
on (rollOver) {
_root.expaccump01.gotoAndStop(2);
}
on (rollOut) {
_root.expaccump01.gotoAndStop(1);
}
Symbol 1454 Button
on (rollOver) {
_root.expaccump02.gotoAndStop(2);
}
on (rollOut) {
_root.expaccump02.gotoAndStop(1);
}
Symbol 1457 MovieClip Frame 1
stop();
Symbol 1458 Button
on (rollOver) {
_root.exproundpoints.gotoAndStop(2);
}
on (rollOut) {
_root.exproundpoints.gotoAndStop(1);
}
Symbol 1461 MovieClip Frame 1
stop();
Symbol 1462 Button
on (rollOver) {
_root.expwind.gotoAndStop(2);
}
on (rollOut) {
_root.expwind.gotoAndStop(1);
}
Symbol 1464 Button
on (rollOver) {
_root.expwinpoints.gotoAndStop(2);
}
on (rollOut) {
_root.expwinpoints.gotoAndStop(1);
}
Symbol 1467 MovieClip Frame 1
stop();
Symbol 1490 MovieClip Frame 1
stop();
Instance of Symbol 1479 MovieClip "bagthrowncolor" in Symbol 1490 MovieClip Frame 1
onClipEvent (load) {
if ((_root.curturn == "P1") or (_root.curturn == "P2")) {
_root.intbagColor = new Color(this);
_root.intbagColor.setTint(_root.p2bag_r, _root.p2bag_g, _root.p2bag_b, _root.p2bag_per);
}
if ((_root.curturn == "P3") or (_root.curturn == "P4")) {
_root.intbagColor = new Color(this);
_root.intbagColor.setTint(_root.p4bag_r, _root.p4bag_g, _root.p4bag_b, _root.p4bag_per);
}
}
Instance of Symbol 1482 MovieClip "bagthrowncolor" in Symbol 1490 MovieClip Frame 2
onClipEvent (load) {
if ((_root.curturn == "P1") or (_root.curturn == "P2")) {
_root.intbagColor = new Color(this);
_root.intbagColor.setTint(_root.p2bag_r, _root.p2bag_g, _root.p2bag_b, _root.p2bag_per);
}
if ((_root.curturn == "P3") or (_root.curturn == "P4")) {
_root.intbagColor = new Color(this);
_root.intbagColor.setTint(_root.p4bag_r, _root.p4bag_g, _root.p4bag_b, _root.p4bag_per);
}
}
Instance of Symbol 1487 MovieClip "bagthrowncolor" in Symbol 1490 MovieClip Frame 3
onClipEvent (load) {
if ((_root.curturn == "P1") or (_root.curturn == "P2")) {
_root.intbagColor = new Color(this);
_root.intbagColor.setTint(_root.p2bag_r, _root.p2bag_g, _root.p2bag_b, _root.p2bag_per);
}
if ((_root.curturn == "P3") or (_root.curturn == "P4")) {
_root.intbagColor = new Color(this);
_root.intbagColor.setTint(_root.p4bag_r, _root.p4bag_g, _root.p4bag_b, _root.p4bag_per);
}
}
Instance of Symbol 1489 MovieClip "bagthrowncolor" in Symbol 1490 MovieClip Frame 4
onClipEvent (load) {
if ((_root.curturn == "P1") or (_root.curturn == "P2")) {
_root.intbagColor = new Color(this);
_root.intbagColor.setTint(_root.p2bag_r, _root.p2bag_g, _root.p2bag_b, _root.p2bag_per);
}
if ((_root.curturn == "P3") or (_root.curturn == "P4")) {
_root.intbagColor = new Color(this);
_root.intbagColor.setTint(_root.p4bag_r, _root.p4bag_g, _root.p4bag_b, _root.p4bag_per);
}
}
Symbol 1494 MovieClip Frame 1
stop();
Instance of Symbol 1479 MovieClip "bagthrowncolor" in Symbol 1494 MovieClip Frame 1
onClipEvent (load) {
if ((_root.curturn == "P1") or (_root.curturn == "P2")) {
_root.intbagColor = new Color(this);
_root.intbagColor.setTint(_root.p1bag_r, _root.p1bag_g, _root.p1bag_b, _root.p1bag_per);
}
if ((_root.curturn == "P3") or (_root.curturn == "P4")) {
_root.intbagColor = new Color(this);
_root.intbagColor.setTint(_root.p3bag_r, _root.p3bag_g, _root.p3bag_b, _root.p3bag_per);
}
}
Instance of Symbol 1482 MovieClip "bagthrowncolor" in Symbol 1494 MovieClip Frame 2
onClipEvent (load) {
if ((_root.curturn == "P1") or (_root.curturn == "P2")) {
_root.intbagColor = new Color(this);
_root.intbagColor.setTint(_root.p1bag_r, _root.p1bag_g, _root.p1bag_b, _root.p1bag_per);
}
if ((_root.curturn == "P3") or (_root.curturn == "P4")) {
_root.intbagColor = new Color(this);
_root.intbagColor.setTint(_root.p3bag_r, _root.p3bag_g, _root.p3bag_b, _root.p3bag_per);
}
}
Instance of Symbol 1487 MovieClip "bagthrowncolor" in Symbol 1494 MovieClip Frame 3
onClipEvent (load) {
if ((_root.curturn == "P1") or (_root.curturn == "P2")) {
_root.intbagColor = new Color(this);
_root.intbagColor.setTint(_root.p1bag_r, _root.p1bag_g, _root.p1bag_b, _root.p1bag_per);
}
if ((_root.curturn == "P3") or (_root.curturn == "P4")) {
_root.intbagColor = new Color(this);
_root.intbagColor.setTint(_root.p3bag_r, _root.p3bag_g, _root.p3bag_b, _root.p3bag_per);
}
}
Instance of Symbol 1489 MovieClip "bagthrowncolor" in Symbol 1494 MovieClip Frame 4
onClipEvent (load) {
if ((_root.curturn == "P1") or (_root.curturn == "P2")) {
_root.intbagColor = new Color(this);
_root.intbagColor.setTint(_root.p1bag_r, _root.p1bag_g, _root.p1bag_b, _root.p1bag_per);
}
if ((_root.curturn == "P3") or (_root.curturn == "P4")) {
_root.intbagColor = new Color(this);
_root.intbagColor.setTint(_root.p3bag_r, _root.p3bag_g, _root.p3bag_b, _root.p3bag_per);
}
}
Symbol 1495 Button
on (rollOver) {
_root.expbagsleft.gotoAndStop(2);
}
on (rollOut) {
_root.expbagsleft.gotoAndStop(1);
}
Instance of Symbol 293 MovieClip in Symbol 1496 MovieClip Frame 1
onClipEvent (load) {
if ((_root.curturn == "P1") or (_root.curturn == "P2")) {
_root.intfbagColor = new Color(this);
_root.intfbagColor.setTint(_root.p1bag_r, _root.p1bag_g, _root.p1bag_b, _root.p1bag_per);
}
if ((_root.curturn == "P3") or (_root.curturn == "P4")) {
_root.intfbagColor = new Color(this);
_root.intfbagColor.setTint(_root.p3bag_r, _root.p3bag_g, _root.p3bag_b, _root.p3bag_per);
}
}
onClipEvent (enterFrame) {
if ((_root.curturn == "P1") or (_root.curturn == "P2")) {
_root.intfbagColor = new Color(this);
_root.intfbagColor.setTint(_root.p1bag_r, _root.p1bag_g, _root.p1bag_b, _root.p1bag_per);
}
if ((_root.curturn == "P3") or (_root.curturn == "P4")) {
_root.intfbagColor = new Color(this);
_root.intfbagColor.setTint(_root.p3bag_r, _root.p3bag_g, _root.p3bag_b, _root.p3bag_per);
}
}
Symbol 1497 Button
on (rollOver) {
_root.expforfeit.gotoAndStop(2);
}
on (rollOut) {
_root.expforfeit.gotoAndStop(1);
}
on (release) {
if (_root.turndone == true) {
return(undefined);
}
if (_root.ingametut == true) {
return(undefined);
}
if (((((((_root.curturn == "P1") and (_root.turndone == false)) and (_root.curside == "Left")) and (_root.bagthrown == false)) and (_root.p1throws <= 3)) and (_root.offscreen == false)) and (_root.curcontrol == "Human")) {
if (_root.physicalthrow != true) {
_root.leftbubble.gotoAndPlay(31);
}
_root.turndone = true;
return(undefined);
}
if (((((((_root.curturn == "P1") and (_root.turndone == false)) and (_root.curside == "Right")) and (_root.bagthrown == false)) and (_root.p1throws <= 3)) and (_root.offscreen == false)) and (_root.curcontrol == "Human")) {
if (_root.physicalthrow != true) {
_root.rightbubble.gotoAndPlay(31);
}
_root.turndone = true;
return(undefined);
}
if (((((((_root.curturn == "P3") and (_root.turndone == false)) and (_root.curside == "Left")) and (_root.bagthrown == false)) and (_root.p3throws <= 3)) and (_root.offscreen == false)) and (_root.curcontrol == "Human")) {
if (_root.physicalthrow != true) {
_root.leftbubble.gotoAndPlay(31);
}
_root.turndone = true;
return(undefined);
}
if (((((((_root.curturn == "P3") and (_root.turndone == false)) and (_root.curside == "Right")) and (_root.bagthrown == false)) and (_root.p3throws <= 3)) and (_root.offscreen == false)) and (_root.curcontrol == "Human")) {
if (_root.physicalthrow != true) {
_root.rightbubble.gotoAndPlay(31);
}
_root.turndone = true;
return(undefined);
}
}
Instance of Symbol 293 MovieClip in Symbol 1498 MovieClip Frame 1
onClipEvent (load) {
if ((_root.curturn == "P1") or (_root.curturn == "P2")) {
_root.intfbagColor = new Color(this);
_root.intfbagColor.setTint(_root.p2bag_r, _root.p2bag_g, _root.p2bag_b, _root.p2bag_per);
}
if ((_root.curturn == "P3") or (_root.curturn == "P4")) {
_root.intfbagColor = new Color(this);
_root.intfbagColor.setTint(_root.p4bag_r, _root.p4bag_g, _root.p4bag_b, _root.p4bag_per);
}
}
onClipEvent (enterFrame) {
if ((_root.curturn == "P1") or (_root.curturn == "P2")) {
_root.intfbagColor = new Color(this);
_root.intfbagColor.setTint(_root.p2bag_r, _root.p2bag_g, _root.p2bag_b, _root.p2bag_per);
}
if ((_root.curturn == "P3") or (_root.curturn == "P4")) {
_root.intfbagColor = new Color(this);
_root.intfbagColor.setTint(_root.p4bag_r, _root.p4bag_g, _root.p4bag_b, _root.p4bag_per);
}
}
Symbol 1499 Button
on (rollOver) {
_root.expforfeit.gotoAndStop(2);
}
on (rollOut) {
_root.expforfeit.gotoAndStop(1);
}
on (release) {
if (_root.turndone == true) {
return(undefined);
}
if (_root.ingametut == true) {
return(undefined);
}
if (((((((_root.curturn == "P2") and (_root.turndone == false)) and (_root.curside == "Left")) and (_root.bagthrown == false)) and (_root.p2throws <= 3)) and (_root.offscreen == false)) and (_root.curcontrol == "Human")) {
if (_root.physicalthrow != true) {
_root.leftbubble.gotoAndPlay(31);
}
_root.turndone = true;
return(undefined);
}
if (((((((_root.curturn == "P2") and (_root.turndone == false)) and (_root.curside == "Right")) and (_root.bagthrown == false)) and (_root.p2throws <= 3)) and (_root.offscreen == false)) and (_root.curcontrol == "Human")) {
if (_root.physicalthrow != true) {
_root.rightbubble.gotoAndPlay(31);
}
_root.turndone = true;
return(undefined);
}
if (((((((_root.curturn == "P4") and (_root.turndone == false)) and (_root.curside == "Left")) and (_root.bagthrown == false)) and (_root.p4throws <= 3)) and (_root.offscreen == false)) and (_root.curcontrol == "Human")) {
if (_root.physicalthrow != true) {
_root.leftbubble.gotoAndPlay(31);
}
_root.turndone = true;
return(undefined);
}
if (((((((_root.curturn == "P4") and (_root.turndone == false)) and (_root.curside == "Right")) and (_root.bagthrown == false)) and (_root.p4throws <= 3)) and (_root.offscreen == false)) and (_root.curcontrol == "Human")) {
if (_root.physicalthrow != true) {
_root.rightbubble.gotoAndPlay(31);
}
_root.turndone = true;
return(undefined);
}
}
Symbol 1508 Button
on (release) {
nextFrame();
}
Symbol 1513 Button
on (release) {
_root.ingametut = false;
prevFrame();
}
Symbol 1517 Button
on (release) {
nextFrame();
}
Symbol 1573 Button
on (release) {
gotoAndStop (1);
_root.ingametut = false;
}
Symbol 1578 MovieClip Frame 1
stop();
Symbol 1578 MovieClip Frame 18
stop();
Symbol 1589 Button
on (release) {
_root.sndbtnselect01.start();
_root.SaveData();
if ((_root.intournament == true) and (_root.tournamentpos <= 2)) {
gotoAndPlay (149);
} else {
gotoAndPlay (147);
}
}
Symbol 1614 MovieClip Frame 1
stop();
Instance of Symbol 769 MovieClip in Symbol 1614 MovieClip Frame 1
onClipEvent (load) {
if (_root.goldcup >= 1) {
this._alpha = 100;
} else {
this._alpha = 5;
}
}
Instance of Symbol 773 MovieClip in Symbol 1614 MovieClip Frame 2
onClipEvent (load) {
if (_root.silvercup >= 1) {
this._alpha = 100;
} else {
this._alpha = 5;
}
}
Instance of Symbol 776 MovieClip in Symbol 1614 MovieClip Frame 3
onClipEvent (load) {
if (_root.bronzecup >= 1) {
this._alpha = 100;
} else {
this._alpha = 5;
}
}
Instance of Symbol 374 MovieClip in Symbol 1614 MovieClip Frame 4
onClipEvent (load) {
if (_root.brain >= 1) {
this._alpha = 100;
} else {
this._alpha = 5;
}
}
Instance of Symbol 779 MovieClip in Symbol 1614 MovieClip Frame 5
onClipEvent (load) {
if (_root.goldmug >= 1) {
this._alpha = 100;
} else {
this._alpha = 5;
}
}
Instance of Symbol 782 MovieClip in Symbol 1614 MovieClip Frame 6
onClipEvent (load) {
if (_root.silvermug >= 1) {
this._alpha = 100;
} else {
this._alpha = 5;
}
}
Instance of Symbol 785 MovieClip in Symbol 1614 MovieClip Frame 7
onClipEvent (load) {
if (_root.bronzemug >= 1) {
this._alpha = 100;
} else {
this._alpha = 5;
}
}
Instance of Symbol 788 MovieClip in Symbol 1614 MovieClip Frame 8
onClipEvent (load) {
if (_root.goldorb >= 1) {
this._alpha = 100;
} else {
this._alpha = 5;
}
}
Instance of Symbol 791 MovieClip in Symbol 1614 MovieClip Frame 9
onClipEvent (load) {
if (_root.silverorb >= 1) {
this._alpha = 100;
} else {
this._alpha = 5;
}
}
Instance of Symbol 794 MovieClip in Symbol 1614 MovieClip Frame 10
onClipEvent (load) {
if (_root.bronzeorb >= 1) {
this._alpha = 100;
} else {
this._alpha = 5;
}
}
Instance of Symbol 799 MovieClip in Symbol 1614 MovieClip Frame 11
onClipEvent (load) {
if (_root.diamond >= 1) {
this._alpha = 100;
} else {
this._alpha = 5;
}
}
Instance of Symbol 802 MovieClip in Symbol 1614 MovieClip Frame 12
onClipEvent (load) {
if (_root.hole >= 1) {
this._alpha = 100;
} else {
this._alpha = 5;
}
}
Instance of Symbol 804 MovieClip in Symbol 1614 MovieClip Frame 13
onClipEvent (load) {
if (_root.flower >= 1) {
this._alpha = 100;
} else {
this._alpha = 5;
}
}
Instance of Symbol 807 MovieClip in Symbol 1614 MovieClip Frame 14
onClipEvent (load) {
if (_root.fish >= 1) {
this._alpha = 100;
} else {
this._alpha = 5;
}
}
Instance of Symbol 810 MovieClip in Symbol 1614 MovieClip Frame 15
onClipEvent (load) {
if (_root.money >= 1) {
this._alpha = 100;
} else {
this._alpha = 5;
}
}
Instance of Symbol 813 MovieClip in Symbol 1614 MovieClip Frame 16
onClipEvent (load) {
if (_root.star >= 1) {
this._alpha = 100;
} else {
this._alpha = 5;
}
}
Instance of Symbol 816 MovieClip in Symbol 1614 MovieClip Frame 17
onClipEvent (load) {
if (_root.yingyang >= 1) {
this._alpha = 100;
} else {
this._alpha = 5;
}
}
Instance of Symbol 819 MovieClip in Symbol 1614 MovieClip Frame 18
onClipEvent (load) {
if (_root.steak >= 1) {
this._alpha = 100;
} else {
this._alpha = 5;
}
}
Instance of Symbol 822 MovieClip in Symbol 1614 MovieClip Frame 19
onClipEvent (load) {
if (_root.oldman >= 1) {
this._alpha = 100;
} else {
this._alpha = 5;
}
}
Instance of Symbol 825 MovieClip in Symbol 1614 MovieClip Frame 20
onClipEvent (load) {
if (_root.grill >= 1) {
this._alpha = 100;
} else {
this._alpha = 5;
}
}
Instance of Symbol 1620 MovieClip in Symbol 1621 MovieClip Frame 1
onClipEvent (load) {
if (_root.teamwin == "Team 01") {
_root.intfbagColor = new Color(this);
_root.intfbagColor.setTint(_root.p2bag_r, _root.p2bag_g, _root.p2bag_b, _root.p2bag_per);
}
if (_root.teamwin == "Team 02") {
_root.intfbagColor = new Color(this);
_root.intfbagColor.setTint(_root.p1bag_r, _root.p1bag_g, _root.p1bag_b, _root.p1bag_per);
}
}
Instance of Symbol 1624 MovieClip in Symbol 1625 MovieClip Frame 1
onClipEvent (load) {
if (_root.teamwin == "Team 01") {
_root.intfbagColor = new Color(this);
_root.intfbagColor.setTint(_root.p1bag_r, _root.p1bag_g, _root.p1bag_b, _root.p1bag_per);
}
if (_root.teamwin == "Team 02") {
_root.intfbagColor = new Color(this);
_root.intfbagColor.setTint(_root.p2bag_r, _root.p2bag_g, _root.p2bag_b, _root.p2bag_per);
}
}
Instance of Symbol 1624 MovieClip in Symbol 1630 MovieClip Frame 1
onClipEvent (load) {
if (_root.teamwin == "Team 01") {
_root.intfbagColor = new Color(this);
_root.intfbagColor.setTint(_root.p3bag_r, _root.p3bag_g, _root.p3bag_b, _root.p3bag_per);
}
if (_root.teamwin == "Team 02") {
_root.intfbagColor = new Color(this);
_root.intfbagColor.setTint(_root.p4bag_r, _root.p4bag_g, _root.p4bag_b, _root.p4bag_per);
}
}
Instance of Symbol 1620 MovieClip in Symbol 1631 MovieClip Frame 1
onClipEvent (load) {
if (_root.teamwin == "Team 01") {
_root.intfbagColor = new Color(this);
_root.intfbagColor.setTint(_root.p4bag_r, _root.p4bag_g, _root.p4bag_b, _root.p4bag_per);
}
if (_root.teamwin == "Team 02") {
_root.intfbagColor = new Color(this);
_root.intfbagColor.setTint(_root.p3bag_r, _root.p3bag_g, _root.p3bag_b, _root.p3bag_per);
}
}