Frame 1
fscommand ("allowscale", false);
fscommand ("showmenu", false);
stop();
_root.closeallanimations = false;
_root.closecharanimations = false;
_root.closesound = false;
_root.closemusic = false;
_root.optimize = false;
Frame 2
fscommand ("fullscreen", "true");
fscommand ("allowscale", "false");
stop();
_root.players = 1;
_root.level = 1;
_root.p2._visible = false;
_root.name2 = "Computer";
removeMovieClip(_root.floor.b0);
removeMovieClip(_root.floor.b1);
removeMovieClip(_root.floor.b2);
removeMovieClip(_root.floor.b3);
removeMovieClip(_root.floor.b4);
removeMovieClip(_root.floor.b5);
removeMovieClip(_root.floor.b6);
Frame 3
stop();
_root.screentwo = true;
_root.coli = new Sound();
_root.coli.attachSound("coli");
ballsArray = [];
_root.startball = false;
_root.yoffset = 570;
_root.floor.b0.x = 0;
_root.othery = 2880;
_root.floor.b0._y = _root.othery;
_root.floor.b0.y = _root.othery;
_root.floor.b0.cId = "b0";
_root.floor.b1.cId = "b1";
_root.floor.b2.cId = "b2";
_root.floor.b3.cId = "b3";
_root.floor.b4.cId = "b4";
_root.floor.b5.cId = "b5";
_root.floor.b6.cId = "b6";
diameter = 60;
bgLeft = 53 + (diameter / 2);
bgRight = 520 - (diameter / 2);
bgTop = 55 + (diameter / 2);
bgBottom = 345 - (diameter / 2);
_root.mappystart = false;
function randomcomp() {
var _local1 = _root;
if (_local1.level == 1) {
_local1.rotation = -20 + random(60);
_local1.rotation = _local1.rotation / 10;
q = false;
p = 1;
while ((p <= _local1.targetCount) && (q != true)) {
if ((_local1.rotation == 0) && ((_local1.floor["b" + p]._x > -0.5) && (_local1.floor["b" + p]._x < 0.5))) {
q = true;
if (random(1)) {
d = 5 + random(3);
} else {
d = (-random(3)) - 5;
}
_local1.rotation = d;
if (d < 0) {
d = -d;
}
}
p++;
}
_local1.power = 20 + random(3);
} else if (_local1.level == 2) {
_local1.rotation = -15 + random(30);
_local1.rotation = _local1.rotation / 10;
if ((_local1.rotation >= -1.5) && (_local1.rotation <= 1.5)) {
_local1.power = 22 + random(1);
} else if (_local1.rotation <= -0.8) {
_local1.power = 20 + random(2);
} else if (_local1.rotation >= 0.8) {
_local1.power = 20 + random(2);
}
q = false;
p = 1;
while ((p <= _local1.targetCount) && (q != true)) {
if (((_local1.rotation > -1.3) && (_local1.rotation < 1.3)) && ((_local1.floor["b" + p]._x > -1.3) && (_local1.floor["b" + p]._x < 1.3))) {
q = true;
if (random(1)) {
d = 1 + random(5);
} else {
d = (-random(5)) - 1;
}
_local1.rotation = d;
if (d < 0) {
d = -d;
}
}
p++;
}
if ((_local1.rotation >= -0.3) && (_local1.rotation <= 0.3)) {
_local1.power = 21 + random(1);
} else if ((_local1.rotation < -0.9) && (_local1.rotation < 0.9)) {
_local1.power = 22 + random(1);
} else if (_local1.rotation <= -0.5) {
_local1.power = 20 + random(3);
} else if (_local1.rotation >= 0.5) {
_local1.power = 20 + random(3);
} else {
_local1.power = 21 + random(4);
}
}
_local1.tempangle = _local1.rotation;
_local1.temppower = _local1.power;
_local1.meter.r = 0;
_local1.meter.strength.s = 0;
_local1.compcountr = random(2) + 1;
_local1.compcounts = random(2);
_local1.meter.r = -1;
_local1.meter.strength.s = 0;
_local1.computerisusingrotation = true;
tellTarget (_local1.meter) {
press._visible = 0;
gotoAndPlay (2);
};
}
function getcows() {
var _local1 = _root;
if (_local1.tempangle < 0) {
_local1.tempangle2 = _local1.tempangle + (2 * _local1.tempangle);
} else {
_local1.tempangle2 = _local1.tempangle;
}
temp = _local1.temppower2 + _local1.tempangle;
if (temp < 22) {
_local1.autocowright = 1;
_local1.autocowleft = 1;
} else {
if ((temp >= 23) && ((_local1.tempangle <= 1.5) || (_local1.tempangle >= -1.5))) {
perc = 0.75 * (90 - temp);
r = 90;
} else if ((temp >= 23) && ((_local1.tempangle > 1.5) || (_local1.tempangle < -1.5))) {
perc = 0.8 * (100 - temp);
r = 100;
} else {
r = 105;
perc = 0.782608695652174 * (105 - temp);
}
if (temp < (r - temp)) {
if (temp >= perc) {
if (_local1.cowchosen == "left") {
_local1.autocowleft = 1;
_local1.autocowright = 0;
} else {
_local1.autocowright = 1;
_local1.autocowleft = 0;
}
} else if (temp < perc) {
_local1.autocowright = 1;
_local1.autocowleft = 1;
} else {
_local1.autocowright = 0;
_local1.autocowleft = 0;
}
} else {
_local1.autocowright = 0;
_local1.autocowleft = 0;
}
}
}
startBall = function (stickRotation, force) {
var _local1 = _root;
var _local2 = stickRotation;
_local2 = _local2 * (Math.PI/180);
_local1.floor.b0.x = 0;
tellTarget (_local1.floor.b0) {
dx = force * Math.cos(_local2);
dy = force * Math.sin(_local2);
frictionX = (dx / 200) - 1;
frictionY = (dy / 200) - 1;
_local1.power = -_local1.floor.b0.dy;
moving = true;
};
};
initb0 = function () {
var _local1 = _root;
_local1.floor.b0.cId = "b0";
_local1.floor.b0._x = 0;
_local1.floor.b0.frictionX = (_local1.floor.b0.frictionY = (_local1.floor.b0.id = (_local1.floor.b0.dx = (_local1.floor.b0.dy = 0))));
_local1.floor.b0.moving = (_local1.floor.b0.disabled = false);
_local1.ballsArray[0] = _local1.floor.b0;
};
checkTargets10 = function (ball1, ball2) {
var _local1 = ball1;
var _local3 = _local1.x;
var _local2 = (_local1.y + 996) - ball2.y;
var hy1 = ((_local3 * _local3) + (_local2 * _local2));
if (hy1 > 46225) {
_local1.ten = 0;
return(false);
}
var hy = Math.sqrt(hy1);
var cos = (_local3 / hy);
var sin = (_local2 / hy);
var dVector = (((_local1.dx - ball2.dx) * cos) + ((_local1.dy - ball2.dy) * sin));
_local1.ten = 1;
return(true);
};
checkTargets20 = function (ball1, ball2) {
var _local1 = ball1;
var _local3 = _local1.x;
var _local2 = (_local1.y + 1002) - ball2.y;
var hy1 = ((_local3 * _local3) + (_local2 * _local2));
if (hy1 > 32400) {
_local1.twenty = 0;
return(false);
}
var hy = Math.sqrt(hy1);
var cos = (_local3 / hy);
var sin = (_local2 / hy);
var dVector = (((_local1.dx - ball2.dx) * cos) + ((_local1.dy - ball2.dy) * sin));
_local1.twenty = 1;
return(true);
};
checkTargets40 = function (ball1, ball2) {
var _local1 = ball1;
var _local3 = _local1.x;
var _local2 = (_local1.y + 1007) - ball2.y;
var hy1 = ((_local3 * _local3) + (_local2 * _local2));
if (hy1 > 21025) {
_local1.fourty = 0;
return(false);
}
var hy = Math.sqrt(hy1);
var cos = (_local3 / hy);
var sin = (_local2 / hy);
var dVector = (((_local1.dx - ball2.dx) * cos) + ((_local1.dy - ball2.dy) * sin));
_local1.fourty = 1;
return(true);
};
checkTargets60 = function (ball1, ball2) {
var _local1 = ball1;
var _local3 = _local1.x;
var _local2 = (_local1.y + 1016) - ball2.y;
var hy1 = ((_local3 * _local3) + (_local2 * _local2));
if (hy1 > 12656.25) {
_local1.sixty = 0;
return(false);
}
var hy = Math.sqrt(hy1);
var cos = (_local3 / hy);
var sin = (_local2 / hy);
var dVector = (((_local1.dx - ball2.dx) * cos) + ((_local1.dy - ball2.dy) * sin));
_local1.sixty = 1;
return(true);
};
checkTargets80 = function (ball1, ball2) {
var _local1 = ball1;
var _local3 = _local1.x;
var _local2 = (_local1.y + 1023) - ball2.y;
var hy1 = ((_local3 * _local3) + (_local2 * _local2));
if (hy1 > 6241) {
_local1.eighty = 0;
return(false);
}
var hy = Math.sqrt(hy1);
var cos = (_local3 / hy);
var sin = (_local2 / hy);
var dVector = (((_local1.dx - ball2.dx) * cos) + ((_local1.dy - ball2.dy) * sin));
_local1.eighty = 1;
return(true);
};
checkTargets100 = function (ball1, ball2) {
var _local1 = ball1;
var _local3 = _local1.x;
var _local2 = (_local1.y + 1030) - ball2.y;
var hy1 = ((_local3 * _local3) + (_local2 * _local2));
if (hy1 > 2025) {
_local1.hundred = 0;
return(false);
}
var hy = Math.sqrt(hy1);
var cos = (_local3 / hy);
var sin = (_local2 / hy);
var dVector = (((_local1.dx - ball2.dx) * cos) + ((_local1.dy - ball2.dy) * sin));
_local1.hundred = 1;
return(true);
};
checkBounce = function (ball1, ball2) {
var _local1 = ball2;
var _local2 = ball1;
var distx = (_local2.x - _local1.x);
var _local3 = _local2.y - _local1.y;
var hy1 = ((distx * distx) + (_local3 * _local3));
if (hy1 > 3600) {
return(false);
}
var hy = Math.sqrt(hy1);
var cos = (distx / hy);
var sin = (_local3 / hy);
var dVector = (((_local2.dx - _local1.dx) * cos) + ((_local2.dy - _local1.dy) * sin));
if (dVector >= 0) {
} else {
var dvx = (dVector * cos);
var dvy = (dVector * sin);
_root.coli.start(0, 1);
_local2.dx = _local2.dx - (dvx * 0.75);
_local2.dy = _local2.dy - (dvy * 0.75);
_local1.dx = _local1.dx + (dvx * 0.75);
_local1.dy = _local1.dy + (dvy * 0.75);
var h1 = Math.sqrt((_local2.dx * _local2.dx) + (_local2.dy * _local2.dy));
_local2.frictionX = _local2.dx / (18 * h1);
_local2.frictionY = _local2.dy / (18 * h1);
var h2 = Math.sqrt((_local1.dx * _local1.dx) + (_local1.dy * _local1.dy));
_local1.frictionX = _local1.dx / (18 * h2);
_local1.frictionY = _local1.dy / (18 * h2);
_local2.moving = (_local2.bounced = true);
_local1.moving = (_local1.bounced = true);
return(true);
}
return(undefined);
};
tempBallIndex = 1000;
checkEdges = function (ball) {
if (!ball) {
return(undefined);
}
with (ball) {
if (x < -270) {
((dx > 0) ? null : (eval ((dx = dx * -1))((frictionX = frictionX * -1))));
} else if (x > 288) {
((dx < 0) ? null : (eval ((dx = dx * -1))((frictionX = frictionX * -1))));
}
}
};
updateBall = function (ball) {
if ((ball.x == _root.floor.b0.x) && (_root.nextgoing == true)) {
} else {
if (!ball) {
return(undefined);
}
with (ball) {
dx = dx - frictionX;
dy = dy - (frictionY - 0.009);
if (((dx * dx) + (dy * dy)) < 0.5) {
dx = (dy = (frictionX = (frictionY = 0)));
moving = false;
return(undefined);
}
if ((_root.currentcolour == "brown") && (_root.players == 1)) {
_root.getcows();
}
if ((dx != 0) || (odx != 0)) {
_x = x;
}
if ((dy != 0) || (ody != 0)) {
_y = y;
}
x = x + dx;
y = y + dy;
_root.power = -dy;
ball.odx = dx;
ball.ody = dy;
}
}
};
Instance of Symbol 254 MovieClip "floor" in Frame 3
onClipEvent (load) {
_root.meter.meterstrengthstart = false;
_y = -2260;
_root.decleft = 0;
_root.decright = 0;
_root.movewith = false;
_root.moving = false;
for (var p in _root.ballsArray) {
if (_root.ballsArray[p].moving) {
return(undefined);
}
}
}
onClipEvent (enterFrame) {
_root.decspeed = _root.decleft + _root.decright;
if (_root.decspeed == 2) {
tellTarget (_root.floor.b0) {
frictionY = dy / (_root.dec * 20);
frictionX = dx / (_root.dec * 20);
};
} else if (_root.decspeed == 1) {
_root.dec = 20;
tellTarget (_root.floor.b0) {
frictionY = dy / (_root.dec * 20);
frictionX = dx / (_root.dec * 20);
};
} else if (_root.decspeed == 0) {
_root.dec = 10;
}
tellTarget (_root.floor.b0) {
frictionY = dy / (_root.dec * 20);
frictionX = dx / (_root.dec * 20);
};
if ((((-_root.floor.b0.dy) < 0.6) && (_root.ballismoving == true)) && (_root.nextgoing != true)) {
ty = _root.floor.b0._y;
_root.nextgoing = true;
tx = _root.floor.b0._x;
_root.rotation = 0;
_root.power = 0;
tellTarget (_root.nextthing) {
gotoAndPlay (2);
};
}
if ((_root.fowl == true) || (_root.next == true)) {
if (_root.fowl == true) {
if (_root.currentcolour == "brown") {
_root.brown = _root.brown + 10;
} else {
_root.white = _root.white + 10;
}
_root.fowl = false;
_root.fowlready = true;
}
_root.next = false;
_root.nextgoing = false;
_root.mov = false;
if (_root.ballismoving == true) {
_root.ballismoving = false;
ty = _root.floor.b0._y;
tx = _root.floor.b0._x;
_root.floor.attachMovie("b" + _root.targetCount, "b" + _root.targetCount, 500 + _root.targetCount);
var ball = _root.floor["b" + _root.targetCount];
ball.id = _root.targetCount;
ball.dx = (clip.dy = 0);
ball.y = ty;
ball.x = tx;
ball.moving = false;
_root.ballsArray[_root.targetCount] = ball;
setProperty("_root.floor.b" + _root.targetCount, _y , ty);
setProperty("_root.floor.b" + _root.targetCount, _x , tx);
_root.floor._y = -2260;
if (_root.currentcolour == "white") {
_root.currentcolour = "brown";
} else {
_root.currentcolour = "white";
_root.temppower = 0;
_root.meter.press._visible = 1;
_root.temprotation = 0;
}
d = 0;
while (d <= 6) {
d++;
_root.checkTargets10(_root.floor["b" + d], _root.floor.ten);
_root.checkTargets20(_root.floor["b" + d], _root.floor.twenty);
_root.checkTargets40(_root.floor["b" + d], _root.floor.fourty);
_root.checkTargets60(_root.floor["b" + d], _root.floor.sixty);
_root.checkTargets80(_root.floor["b" + d], _root.floor.eighty);
_root.checkTargets100(_root.floor["b" + d], _root.floor.hundred);
if (_root.floor["b" + d].hundred == 1) {
_root.floor["b" + d].score = 100;
} else if (_root.floor["b" + d].eighty == 1) {
_root.floor["b" + d].score = 80;
} else if (_root.floor["b" + d].sixty == 1) {
_root.floor["b" + d].score = 60;
} else if (_root.floor["b" + d].fourty == 1) {
_root.floor["b" + d].score = 40;
} else if (_root.floor["b" + d].twenty == 1) {
_root.floor["b" + d].score = 20;
} else if (_root.floor["b" + d].ten == 1) {
_root.floor["b" + d].score = 10;
}
}
_root.player1score = (_root.floor.b1.score + _root.floor.b3.score) + _root.floor.b5.score;
_root.player2score = (_root.floor.b2.score + _root.floor.b4.score) + _root.floor.b6.score;
_root.screentwo = true;
tellTarget (_root.a.cowstart) {
gotoAndStop("" + _root.currentcolour);
};
_root.a._visible = 1;
_root.a.ball._x = _root.orgballx;
_root.a.ball._y = _root.orgbally;
_root.a.ball._xscale = 100;
_root.a.ball._yscale = 100;
with (_root.meter.strength) {
gotoAndStop(1);
}
meter.meterstart = false;
meter.meterstrengthstart = false;
with (_root.meter) {
gotoAndStop(1);
}
if ((_root.currentcolour == "brown") && (_root.players == 1)) {
_root.randomcomp();
_root.a.meter.press._visible = 0;
} else {
_root.a.meter.press._visible = 1;
}
}
}
if ((_root.a._visible == 0) && (_root.floor.b0.hitTest(_root.scroller))) {
this._y = this._y - _root.floor.b0.dy;
_root.mov = true;
}
var k = 0;
while (k < _root.ballsArray.length) {
var ball = _root.ballsArray[k];
if ((!ball) || (!ball.moving)) {
} else {
var m = 0;
while (m < _root.ballsArray.length) {
var ball2 = _root.ballsArray[m];
if (k != m) {
_root.checkBounce(ball, ball2);
}
m++;
}
}
k++;
}
for (var k in _root.ballsArray) {
var ball = _root.ballsArray[k];
if (ball) {
ball.bounced = false;
_root.checkEdges(ball);
_root.updateBall(ball);
}
}
}
Instance of Symbol 291 MovieClip "cowleft" in Frame 3
onClipEvent (load) {
_root.cow1pos = _root.cowleft._x;
_y = (_root.floor.b0._y - 2420);
}
onClipEvent (enterFrame) {
if (((((this.cowhit.hitTest(_root.floor.b1) || (this.cowhit.hitTest(_root.floor.b2))) || (this.cowhit.hitTest(_root.floor.b3))) || (this.cowhit.hitTest(_root.floor.b4))) || (this.cowhit.hitTest(_root.floor.b5))) && (_root.lefthitting != true)) {
_root.lefthitting = true;
tellTarget (_root.cowleft.cowleft2) {
gotoAndPlay (3);
};
}
if (_root.mov != true) {
_y = (_root.floor.b0._y - 2420);
}
if ((_root.ballismoving != false) && (_root.mov == true)) {
if (((_root.floor.b0._y > -600) && ((Key.isDown(37) && ((_root.players == 2) || (_root.currentcolour == "white"))) || (((_root.currentcolour == "brown") && (_root.players == 1)) && (_root.autocowleft == 1)))) && (_root.nextgoing != true)) {
if (_root.cowleft._x >= _root.cow1pos) {
_root.cowleftspeed = _root.cowleftspeed + 0.75;
_root.temppower = _root.temppower + 0.1;
if (_root.lefthitting != true) {
tellTarget (_root.cowleft.cowleft2) {
gotoAndStop (2);
};
}
} else {
_root.cowleft._x = _root.cow1pos;
_root.cowleftspeed = 0;
}
} else if ((_root.cowleft._x > _root.cow1pos) || ((_root.cowleft._x > _root.cow1pos) && ((_root.nextgoing == true) || (_root.floor.b0._y < -600)))) {
_root.cowleftspeed = _root.cowleftspeed - 0.9;
_root.cowleft._x = _root.cowleft._x - 7;
tellTarget (_root.cowleft.cowleft2) {
gotoAndStop (1);
};
} else {
_root.cowleft._x = _root.cow1pos;
tellTarget (_root.cowleft.cowleft2) {
gotoAndStop (1);
};
_root.cowleftspeed = 0;
}
if (_root.cowleft._x >= ((_root.floor.b0._x + 360) - 125)) {
_root.cowleftspeed = 0;
_root.decleft = 1;
_root.cowleft._x = (_root.floor.b0._x + 360) - 127;
} else if ((_root.cowleft._x + _root.cowleftspeed) < ((_root.floor.b0._x + 360) - 125)) {
_root.cowleft._x = _root.cowleft._x + _root.cowleftspeed;
_root.decleft = 0;
}
if (_root.cowleftspeed >= 0) {
_root.cowleft._x = _root.cowleft._x + _root.cowleftspeed;
}
} else {
_root.decleft = 0;
tellTarget (_root.cowleft.cowleft2) {
gotoAndStop (1);
};
}
}
Instance of Symbol 301 MovieClip "cowright" in Frame 3
onClipEvent (load) {
_root.cow2pos = _root.cowright._x;
_y = (_root.floor.b0._y - 2420);
}
onClipEvent (enterFrame) {
if ((((this.cowhit.hitTest(_root.floor.b1) || (this.cowhit.hitTest(_root.floor.b2))) || (this.cowhit.hitTest(_root.floor.b3))) || (this.cowhit.hitTest(_root.floor.b4))) || (this.cowhit.hitTest(_root.floor.b5) && (_root.righthitting != true))) {
_root.righthitting = true;
with (_root.cowright.cowright2) {
gotoAndPlay(3);
}
}
if (_root.mov != true) {
_y = (_root.floor.b0._y - 2420);
}
if ((_root.ballismoving != false) && (_root.mov == true)) {
if (((_root.floor.b0._y > -550) && ((Key.isDown(39) && ((_root.players == 2) || (_root.currentcolour == "white"))) || (((_root.currentcolour == "brown") && (_root.players == 1)) && (_root.autocowright == 1)))) && (_root.nextgoing != true)) {
if (_root.cowright._x <= _root.cow2pos) {
_root.cowrightspeed = _root.cowrightspeed + 0.75;
_root.temppower = _root.temppower + 0.1;
if (_root.righthitting != true) {
tellTarget (_root.cowright.cowright2) {
gotoAndStop (2);
};
}
} else {
_root.cowright._x = _root.cow2pos;
_root.cowrightspeed = 0;
}
} else if ((_root.cowright._x < _root.cow2pos) || ((_root.cowright._x < _root.cow2pos) && ((_root.nextgoing == true) || (_root.floor.b0._y < -550)))) {
_root.cowrightspeed = _root.cowrightspeed - 0.9;
_root.cowright._x = _root.cowright._x + 7;
tellTarget (_root.cowright.cowright2) {
gotoAndStop (1);
};
} else {
_root.cowright._x = _root.cow2pos;
tellTarget (_root.cowright.cowright2) {
gotoAndStop (1);
};
_root.cowrightspeed = 0;
}
if (_root.cowright._x <= (_root.floor.b0._x + 360)) {
_root.cowrightspeed = 0;
_root.decright = 1;
_root.cowright._x = _root.floor.b0._x + 363;
} else if ((_root.cowright._x - _root.cowrightspeed) > (_root.floor.b0._x + 360)) {
_root.cowright._x = _root.cowright._x - _root.cowrightspeed;
_root.decright = 0;
}
if (_root.cowrightspeed >= 0) {
_root.cowright._x = _root.cowright._x - _root.cowrightspeed;
}
} else {
_root.decright = 0;
tellTarget (_root.cowright.cowright2) {
gotoAndStop (1);
};
}
}
Instance of Symbol 358 MovieClip "meter" in Frame 3
onClipEvent (enterFrame) {
if (this._visible != _root.a._visible) {
if (_root.targetCount >= 7) {
tellTarget (_root) {
gotoAndStop ("endit");
};
}
}
this._visible = _root.a._visible;
}
Instance of Symbol 373 MovieClip "lastthrow" in Frame 3
onClipEvent (enterFrame) {
if (_root.ballnum == 3) {
if (_root.lastshowing != true) {
with (_root.lastthrow) {
gotoAndPlay(2);
}
}
}
}
Instance of Symbol 376 MovieClip in Frame 3
onClipEvent (enterFrame) {
if (_root.mappystart == false) {
if (Key.isDown(Key.getCode(32))) {
_root.meter._visible = 0;
_root.a._visible = 0;
_root.cowright._visible = 0;
_root.cowleft._visible = 0;
_root.floor._y = 1250;
} else {
_root.meter._visible = 1;
_root.cowright._visible = 1;
_root.cowleft._visible = 1;
_root.a._visible = 1;
_root.floor._y = -2260;
}
}
}
Frame 4
gotoAndStop (5);
_root.targetCount = 0;
_root.level++;
Frame 5
stop();
_root.targetCount = 0;
Instance of Symbol 484 MovieClip in Frame 5
onClipEvent (load) {
if (_root.world == "n/a") {
this._visible = 0;
}
}
Symbol 19 MovieClip [hitter] Frame 1
this.onMouseUp = function () {
startAnimate = true;
};
dp = 2;
this.onEnterFrame = function () {
var _local1 = this;
var _local2 = _root;
if (startAnimate) {
pos2 = int(pos / 6) + 1;
_local1.rod._x = _local1.rod._x + _local1.dx;
count++;
if (count == 8) {
_local2.startBall(_rotation, pos2);
_local1.dx = 0;
return;
}
if (count > 16) {
_local1.removeMovieClip();
}
} else {
_local1._rotation = 57.2957795130823 * Math.atan2(_local2._ymouse - _y, _local2._xmouse - _x);
pos = pos + dp;
((pos > 60) ? ((dp = -2)) : null);
((pos < 1) ? ((dp = 2)) : null);
rod._x = -20 - pos;
_local1.dx = pos / 8;
}
};
Symbol 20 MovieClip [hemicircle] Frame 1
function checkHitOthers() {
var _local2 = _root;
var _local1 = 1;
while (_local1 < _local2.ballsArray.length) {
if (_local2.ballsArray[_local1].hitTest(vball)) {
return(true);
}
_local1++;
}
return(false);
}
vball._x = field._x;
vball._y = field._y;
placing = true;
while (placing) {
vball._y = vball._y + 5;
placing = checkHitOthers();
}
this.onLoad = function () {
oldx = vball._x;
oldy = vball._y;
vball._x = 50;
vball._y = 50;
if (checkHitOthers()) {
vball._x = oldx;
vball._y = oldy;
}
};
pt = {x:vball._x, y:vball._y};
this.localToGlobal(pt);
_root.floor.attachMovie("ball_white", "b0", 105);
if (_root.currentcolour == "brown") {
tellTarget (_root.floor.b0) {
gotoAndStop (2);
};
} else {
tellTarget (_root.floor.b0) {
gotoAndStop (1);
};
}
_root.floor.b0._x = 0;
_root.floor.b0._y = 2710;
_root.initb0();
this.removeMovieClip();
Symbol 23 MovieClip [b0] Frame 1
stop();
_root.currentcolour = "white";
Symbol 23 MovieClip [b0] Frame 2
stop();
_root.currentcolour = "brown";
Symbol 32 MovieClip Frame 1
_root.stop();
PercentLoaded = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100;
if (PercentLoaded != 100) {
percent = PercentLoaded;
showpercent = int(percent);
if (showpercent < 10) {
showpercent = "0" + showpercent;
}
} else {
gotoAndStop ("loaded");
}
Symbol 32 MovieClip Frame 2
gotoAndPlay (1);
Symbol 32 MovieClip Frame 3
tellTarget (_root) {
gotoAndPlay (1);
};
Symbol 106 Button
on (press) {
_root.targetCount = 0;
if (_root.name == null) {
_root.name = "Player 1";
}
if (_root.name2 == null) {
_root.name2 = "Player 2";
}
gotoAndStop (3);
}
Symbol 113 Button
on (press) {
_root.game = 1;
_root.name2 = "Computer";
_root.players = 1;
_root.level = 1;
_root.p2._visible = false;
_root.skills._visible = true;
}
Symbol 116 Button
on (press) {
_root.game = 2;
_root.name2 = "";
_root.players = 2;
_root.p2._visible = true;
_root.skills._visible = false;
}
Symbol 123 Button
on (press) {
_root.level = 1;
tellTarget ("scumbag") {
gotoAndStop (1);
};
}
Symbol 125 Button
on (press) {
_root.level = 2;
tellTarget ("scumbag") {
gotoAndStop (2);
};
}
Symbol 126 MovieClip Frame 1
stop();
Instance of Symbol 137 MovieClip in Symbol 138 MovieClip Frame 1
onClipEvent (load) {
origx = _x;
}
onClipEvent (enterFrame) {
_x = (_x - 4);
if (_x < -850) {
_x = origx;
}
}
Symbol 139 MovieClip Frame 1
_root.done = null;
_root.top5 = "Loading, please wait...";
Symbol 139 MovieClip Frame 2
loadVariablesNum ("http://www.shakethecow.com/getscores.php", 0, "POST");
play();
Symbol 139 MovieClip Frame 3
play();
Symbol 139 MovieClip Frame 4
play();
Symbol 139 MovieClip Frame 5
play();
Symbol 139 MovieClip Frame 6
play();
Symbol 139 MovieClip Frame 7
play();
Symbol 139 MovieClip Frame 8
play();
Symbol 139 MovieClip Frame 9
if (_root.done != null) {
stop();
_root.top5 = ((((((((((((((((((("TOP 5 SCORERS... " + _root.a1) + " (") + _root.as1) + "), ") + _root.a2) + " (") + _root.as2) + "), ") + _root.a3) + " (") + _root.as3) + "), ") + _root.a4) + " (") + _root.as4) + "), ") + _root.a5) + " (") + _root.as5) + ")";
} else {
gotoAndPlay (3);
}
Symbol 149 Button
on (press) {
getURL ("http://www.shakethecow.com", "_blank");
}
Symbol 152 MovieClip Frame 1
stopAllSounds();
Symbol 152 MovieClip Frame 2
stop();
Symbol 163 Button
on (release) {
_quality = "HIGH";
tellTarget (_root.qu) {
gotoAndStop (1);
};
}
Symbol 164 Button
on (release) {
_quality = "MEDIUM";
tellTarget (_root.qu) {
gotoAndStop (2);
};
}
Symbol 165 Button
on (release) {
_quality = "LOW";
tellTarget (_root.qu) {
gotoAndStop (3);
};
}
Symbol 166 MovieClip Frame 1
if (_quality == "HIGH") {
stop();
}
if (_quality == "MEDIUM") {
gotoAndStop (2);
}
if (_quality == "LOW") {
gotoAndStop (3);
}
Symbol 172 Button
on (press) {
tellTarget (_root.scor) {
gotoAndPlay (2);
};
}
Symbol 241 Button
on (press) {
with (_root.scor) {
gotoAndStop(1);
}
}
Symbol 245 MovieClip Frame 1
stop();
_root.done = null;
Symbol 245 MovieClip Frame 2
loadVariablesNum ("http://www.shakethecow.com/getscores.php", 0, "POST");
play();
Symbol 245 MovieClip Frame 3
play();
Symbol 245 MovieClip Frame 4
play();
Symbol 245 MovieClip Frame 5
play();
Symbol 245 MovieClip Frame 6
play();
Symbol 245 MovieClip Frame 7
play();
Symbol 245 MovieClip Frame 8
play();
Symbol 245 MovieClip Frame 9
if (_root.done != null) {
play();
} else {
gotoAndPlay (3);
}
Symbol 245 MovieClip Frame 10
stop();
Symbol 248 Button
on (press) {
getURL ("http://www.matmi.com", "_blank");
}
Instance of Symbol 23 MovieClip [b0] "b0" in Symbol 254 MovieClip Frame 1
onClipEvent (load) {
function checkHitOthers() {
var _local2 = _root;
var _local1 = 1;
while (_local1 < _local2.ballsArray.length) {
if (_local2.ballsArray[_local1].hitTest(vball)) {
return(true);
}
_local1++;
}
return(false);
}
_root.targetCount = 0;
_root.floor.b0._y = _root.othery;
_root.floor.b0._x = 0;
vball._x = field._x;
vball._y = field._y;
placing = true;
while (placing) {
vball._y = vball._y + 5;
placing = _root.checkHitOthers();
}
pt = {x:vball._x, y:vball._y};
this.localToGlobal(pt);
_root.initb0();
}
onClipEvent (enterFrame) {
if ((_root.floor.b0.y < -1440) && (_root.fowlready != false)) {
tellTarget (_root.fowltext) {
gotoAndPlay (2);
};
}
}
Symbol 257 MovieClip Frame 1
stop();
Symbol 257 MovieClip Frame 2
_root.fowlready = false;
Symbol 257 MovieClip Frame 20
_root.fowl = true;
Symbol 258 MovieClip Frame 1
stop();
Symbol 258 MovieClip Frame 60
if (_root.targetCount < 6) {
_root.mappystart = false;
_root.next = true;
if ((_root.targetCount + 1) == 1) {
_root.ballnum = 1;
} else if ((_root.targetCount + 1) == 2) {
_root.ballnum = 1;
} else if ((_root.targetCount + 1) == 3) {
_root.ballnum = 2;
} else if ((_root.targetCount + 1) == 4) {
_root.ballnum = 2;
} else if ((_root.targetCount + 1) == 5) {
_root.ballnum = 3;
} else if ((_root.targetCount + 1) == 6) {
_root.ballnum = 3;
}
} else {
d = 0;
_root.next = false;
_root.ballismoving = false;
ty = _root.floor.b0._y;
tx = _root.floor.b0._x;
_root.floor.attachMovie("b" + _root.targetCount, "b" + _root.targetCount, 500 + _root.targetCount);
var ball = _root.floor["b" + _root.targetCount];
ball.id = _root.targetCount;
ball.dx = (clip.dy = 0);
ball.y = ty;
ball.x = tx;
ball.moving = false;
_root.ballsArray[_root.targetCount] = ball;
setProperty("_root.floor.b" + _root.targetCount, _y , ty);
setProperty("_root.floor.b" + _root.targetCount, _x , tx);
while (d <= 6) {
d++;
_root.checkTargets10(_root.floor["b" + d], _root.floor.ten);
_root.checkTargets20(_root.floor["b" + d], _root.floor.twenty);
_root.checkTargets40(_root.floor["b" + d], _root.floor.fourty);
_root.checkTargets60(_root.floor["b" + d], _root.floor.sixty);
_root.checkTargets80(_root.floor["b" + d], _root.floor.eighty);
_root.checkTargets100(_root.floor["b" + d], _root.floor.hundred);
if (_root.floor["b" + d].hundred == 1) {
_root.floor["b" + d].score = 100;
} else if (_root.floor["b" + d].eighty == 1) {
_root.floor["b" + d].score = 80;
} else if (_root.floor["b" + d].sixty == 1) {
_root.floor["b" + d].score = 60;
} else if (_root.floor["b" + d].fourty == 1) {
_root.floor["b" + d].score = 40;
} else if (_root.floor["b" + d].twenty == 1) {
_root.floor["b" + d].score = 20;
} else if (_root.floor["b" + d].ten == 1) {
_root.floor["b" + d].score = 10;
}
}
_root.player1score = (_root.floor.b1.score + _root.floor.b3.score) + _root.floor.b5.score;
_root.player2score = (_root.floor.b2.score + _root.floor.b4.score) + _root.floor.b6.score;
if (_root.player1score > _root.player2score) {
_root.winner = _root.name;
}
if (_root.player2score > _root.player1score) {
_root.winner = _root.name2;
}
if (_root.player2score == _root.player1score) {
_root.winner = "DRAW!";
}
_root.floor._y = -2260;
tellTarget (_root) {
gotoAndStop ("endit");
};
}
Symbol 288 MovieClip Frame 1
stop();
_root.lefthitting = false;
Symbol 288 MovieClip Frame 2
stop();
Symbol 288 MovieClip Frame 3
play();
_root.decspeed = _root.decspeed - 1;
Symbol 288 MovieClip Frame 15
_root.lefthitting = false;
Symbol 300 MovieClip Frame 1
stop();
_root.righthitting = false;
Symbol 300 MovieClip Frame 2
stop();
Symbol 300 MovieClip Frame 3
play();
_root.decspeed = _root.decspeed - 1;
Symbol 300 MovieClip Frame 14
_root.righthitting = false;
Symbol 305 MovieClip Frame 1
stop();
Symbol 323 MovieClip Frame 6
_root.meter._visible = 1;
_root.cowright._visible = 1;
_root.cowleft._visible = 1;
_root.a._visible = 1;
_root.floor._y = -2260;
Symbol 323 MovieClip Frame 31
_root.fowl = false;
_root.cowleft._x = _root.cow1pos;
_root.cowright._x = _root.cow2pos;
_root.screentwo = false;
_root.floor._y = -2260;
_root.power = _root.temppower;
_root.rotation = _root.tempangle;
if (_root.targetCount <= 6) {
_root.targetCount++;
_root.ballismoving = true;
_root.floor.b0._y = _root.othery;
_root.floor.b0.y = _root.othery;
_root.startBall(_root.rotation - 90, _root.power);
}
Symbol 323 MovieClip Frame 42
stop();
Symbol 341 MovieClip Frame 6
_root.meter._visible = 1;
_root.cowright._visible = 1;
_root.cowleft._visible = 1;
_root.a._visible = 1;
_root.floor._y = -2260;
Symbol 341 MovieClip Frame 31
if (random(2) == 1) {
_root.cowchosen = "left";
} else {
_root.cowchosen = "right";
}
_root.fowl = false;
_root.cowleft._x = _root.cow1pos;
_root.cowright._x = _root.cow2pos;
_root.screentwo = false;
_root.power = _root.temppower;
_root.rotation = _root.tempangle;
if (_root.targetCount <= 6) {
_root.targetCount++;
_root.ballismoving = true;
_root.floor.b0._y = _root.othery;
_root.floor.b0.y = _root.othery;
_root.startBall(_root.rotation - 90, _root.power);
}
Symbol 341 MovieClip Frame 42
stop();
Symbol 342 MovieClip Frame 1
stop();
_root.mappystart = false;
if (_root.targetCount > 6) {
tellTarget (_root.nextthing) {
gotoAndPlay (2);
};
gotoAndStop (5);
}
Symbol 342 MovieClip Frame 2
stop();
_root.mappystart = true;
Symbol 342 MovieClip Frame 3
stop();
_root.mappystart = false;
Symbol 342 MovieClip Frame 4
stop();
_root.mappystart = true;
Instance of Symbol 305 MovieClip "ball" in Symbol 344 MovieClip Frame 1
onClipEvent (load) {
_root.orgballx = _x;
_root.orgbally = _y;
}
onClipEvent (enterFrame) {
if (_root.currentcolour == "brown") {
gotoAndStop (2);
_root.currentname = _root.name2;
} else {
gotoAndStop (1);
_root.currentname = _root.name;
}
if (_root.screentwo != true) {
_y = (_y - (_root.power / 1.6));
if (_root.a.ball.point.hitTest(_root.a.rr) || (_root.a.ball.point.hitTest(_root.a.ll))) {
_root.tempangle = -_root.tempangle;
}
_x = (_x + (_root.tempangle * 0.12));
_yscale = (_yscale - (_root.power / 5));
_xscale = (_xscale - (_root.power / 5));
if (_root.a.ball.point.hitTest(_root.a.change_screen)) {
_root.screentwo = true;
_root.a._visible = 0;
}
}
}
Symbol 355 MovieClip Frame 1
_root.temppower2 = 10;
stop();
_root.st = function () {
var _local1 = _root;
if ((((_local1.currentcolour == "brown") && (_local1.players == 1)) && (_local1.compcounts == s)) && (int(_local1.temppower2) == _local1.temppower)) {
stop();
_local1.temppower = _local1.temppower2;
_local1.tempangle = _local1.rotation;
_local1.floor.b0._y = 5000;
_local1.floor.b0.y = 2000;
_local1.fowl = false;
_local1.floor.b0.y = 5000;
_local1.floor.b0.dx = 0;
_local1.floor.b0.dy = 0;
_local1.mov = false;
_local1.moving = false;
_local1.ballismoving = false;
if (_local1.currentcolour == "white") {
tellTarget (_local1.floor.b0) {
gotoAndStop (1);
};
tellTarget (_local1.a.cowstart) {
gotoAndStop (2);
};
} else {
tellTarget (_local1.floor.b0) {
gotoAndStop (2);
};
tellTarget (_local1.a.cowstart) {
gotoAndStop (4);
};
}
}
};
Symbol 355 MovieClip Frame 2
_root.temppower2 = 10.2;
_root.st();
_root.mappystart = false;
Symbol 355 MovieClip Frame 3
_root.temppower2 = 10.4;
_root.st();
Symbol 355 MovieClip Frame 4
_root.temppower2 = 10.55;
_root.st();
Symbol 355 MovieClip Frame 5
_root.temppower2 = 10.7;
_root.st();
Symbol 355 MovieClip Frame 6
_root.temppower2 = 10.9;
_root.st();
Symbol 355 MovieClip Frame 7
_root.temppower2 = 11;
_root.st();
Symbol 355 MovieClip Frame 8
_root.temppower2 = 11.3;
_root.st();
Symbol 355 MovieClip Frame 9
_root.temppower2 = 11.6;
_root.st();
Symbol 355 MovieClip Frame 10
_root.temppower2 = 11.9;
_root.st();
Symbol 355 MovieClip Frame 11
_root.temppower2 = 12;
_root.st();
Symbol 355 MovieClip Frame 12
_root.temppower2 = 12.4;
_root.st();
Symbol 355 MovieClip Frame 13
_root.temppower2 = 12.8;
_root.st();
Symbol 355 MovieClip Frame 14
_root.temppower2 = 13;
_root.st();
Symbol 355 MovieClip Frame 15
_root.temppower2 = 13.5;
_root.st();
Symbol 355 MovieClip Frame 16
_root.temppower2 = 14;
_root.st();
Symbol 355 MovieClip Frame 17
_root.temppower2 = 14.5;
_root.st();
Symbol 355 MovieClip Frame 18
_root.temppower2 = 15;
_root.st();
Symbol 355 MovieClip Frame 19
_root.temppower2 = 15.5;
_root.st();
Symbol 355 MovieClip Frame 20
_root.temppower2 = 16;
_root.st();
Symbol 355 MovieClip Frame 21
_root.temppower2 = 16.5;
_root.st();
Symbol 355 MovieClip Frame 22
_root.temppower2 = 17;
_root.st();
Symbol 355 MovieClip Frame 23
_root.temppower2 = 17.5;
_root.st();
Symbol 355 MovieClip Frame 24
_root.temppower2 = 18;
_root.st();
Symbol 355 MovieClip Frame 25
_root.temppower2 = 18.5;
_root.st();
Symbol 355 MovieClip Frame 26
_root.temppower2 = 19;
_root.st();
Symbol 355 MovieClip Frame 27
_root.temppower2 = 20;
_root.st();
Symbol 355 MovieClip Frame 28
_root.temppower2 = 21;
_root.st();
Symbol 355 MovieClip Frame 29
_root.temppower2 = 22;
_root.st();
Symbol 355 MovieClip Frame 30
_root.temppower2 = 23;
_root.st();
Symbol 355 MovieClip Frame 31
_root.temppower2 = 23.5;
_root.st();
Symbol 355 MovieClip Frame 32
_root.temppower2 = 24;
_root.st();
Symbol 355 MovieClip Frame 33
_root.temppower2 = 24.5;
_root.st();
Symbol 355 MovieClip Frame 34
_root.temppower2 = 25;
_root.st();
Symbol 355 MovieClip Frame 35
_root.temppower2 = 26;
_root.st();
Symbol 355 MovieClip Frame 36
_root.temppower2 = 25;
_root.st();
Symbol 355 MovieClip Frame 37
_root.temppower2 = 24.5;
_root.st();
Symbol 355 MovieClip Frame 38
_root.temppower2 = 24;
_root.st();
Symbol 355 MovieClip Frame 39
_root.temppower2 = 23.5;
_root.st();
Symbol 355 MovieClip Frame 40
_root.temppower2 = 23;
_root.st();
Symbol 355 MovieClip Frame 41
_root.temppower2 = 22;
_root.st();
Symbol 355 MovieClip Frame 42
_root.temppower2 = 21;
_root.st();
Symbol 355 MovieClip Frame 43
_root.temppower2 = 20;
_root.st();
Symbol 355 MovieClip Frame 44
_root.temppower2 = 19;
_root.st();
Symbol 355 MovieClip Frame 45
_root.temppower2 = 18.5;
_root.st();
Symbol 355 MovieClip Frame 46
_root.temppower2 = 18;
_root.st();
Symbol 355 MovieClip Frame 47
_root.temppower2 = 17.5;
_root.st();
Symbol 355 MovieClip Frame 48
_root.temppower2 = 17;
_root.st();
Symbol 355 MovieClip Frame 49
_root.temppower2 = 16.5;
_root.st();
Symbol 355 MovieClip Frame 50
_root.temppower2 = 16;
_root.st();
Symbol 355 MovieClip Frame 51
_root.temppower2 = 15.5;
_root.st();
Symbol 355 MovieClip Frame 52
_root.temppower2 = 15;
_root.st();
Symbol 355 MovieClip Frame 53
_root.temppower2 = 14.5;
_root.st();
Symbol 355 MovieClip Frame 54
_root.temppower2 = 14;
_root.st();
Symbol 355 MovieClip Frame 55
_root.temppower2 = 13.5;
_root.st();
Symbol 355 MovieClip Frame 56
_root.temppower2 = 13;
_root.st();
Symbol 355 MovieClip Frame 57
_root.temppower2 = 12.8;
_root.st();
Symbol 355 MovieClip Frame 58
_root.temppower2 = 12.4;
_root.st();
Symbol 355 MovieClip Frame 59
_root.temppower2 = 12;
_root.st();
Symbol 355 MovieClip Frame 60
_root.temppower2 = 11.9;
_root.st();
Symbol 355 MovieClip Frame 61
_root.temppower2 = 11.6;
_root.st();
Symbol 355 MovieClip Frame 62
_root.temppower2 = 11.3;
_root.st();
Symbol 355 MovieClip Frame 63
_root.temppower2 = 11;
_root.st();
Symbol 355 MovieClip Frame 64
_root.temppower2 = 10.9;
_root.st();
Symbol 355 MovieClip Frame 65
_root.temppower2 = 10.7;
_root.st();
Symbol 355 MovieClip Frame 66
_root.temppower2 = 10.55;
_root.st();
Symbol 355 MovieClip Frame 67
_root.temppower2 = 10.4;
_root.st();
Symbol 355 MovieClip Frame 68
_root.temppower2 = 10.2;
_root.st();
Symbol 355 MovieClip Frame 69
_root.temppower2 = 10;
_root.st();
Symbol 355 MovieClip Frame 70
_root.temppower2 = 10;
s++;
gotoAndPlay (2);
_root.st();
Symbol 357 Button
on (press) {
if ((_root.currentcolour == "white") || (_root.players == 2)) {
if ((meterstart == true) && (meterstrengthstart == true)) {
with (_root.meter.strength) {
stop();
}
}
if (meterstart != true) {
meterstart = true;
meterstrengthstart = false;
with (_root.meter) {
gotoAndPlay(2);
r = 0;
}
} else {
tellTarget (_root.meter) {
stop();
};
if (meterstrengthstart != true) {
with (_root.meter.strength) {
gotoAndPlay(2);
s = 0;
}
meterstrengthstart = true;
} else {
_root.temppower = _root.temppower2;
_root.tempangle = _root.temprotation2;
_root.floor.b0._y = 5000;
_root.floor.b0.y = 2000;
_root.fowl = false;
_root.floor.b0.y = 5000;
_root.floor.b0.dx = 0;
_root.floor.b0.dy = 0;
_root.mov = false;
_root.moving = false;
_root.ballismoving = false;
if (_root.currentcolour == "white") {
tellTarget (_root.floor.b0) {
gotoAndStop (1);
};
tellTarget (_root.a.cowstart) {
gotoAndStop (2);
};
} else {
tellTarget (_root.floor.b0) {
gotoAndStop (2);
};
tellTarget (_root.a.cowstart) {
gotoAndStop (4);
};
}
}
}
}
}
Symbol 358 MovieClip Frame 1
_root.temprotation2 = 0;
meterstart = false;
r = 0;
stop();
Symbol 358 MovieClip Frame 2
_root.temprotation2 = -1;
if (((((_root.currentcolour == "brown") && (_root.players == 1)) && (_root.computerisusingrotation == true)) && (_root.compcountr == r)) && (int(_root.tempangle) == int(_root.temprotation2))) {
_root.computerisusingrotation = false;
stop();
with (strength) {
gotoAndPlay(2);
}
} else {
play();
}
Symbol 358 MovieClip Frame 3
_root.temprotation2 = -1.3;
if (((((_root.currentcolour == "brown") && (_root.players == 1)) && (_root.computerisusingrotation == true)) && (_root.compcountr == r)) && (int(_root.tempangle) == int(_root.temprotation2))) {
_root.computerisusingrotation = false;
stop();
with (strength) {
gotoAndPlay(2);
}
}
Symbol 358 MovieClip Frame 4
_root.temprotation2 = -1.6;
if (((((_root.currentcolour == "brown") && (_root.players == 1)) && (_root.computerisusingrotation == true)) && (_root.compcountr == r)) && (int(_root.tempangle) == int(_root.temprotation2))) {
_root.computerisusingrotation = false;
stop();
with (strength) {
gotoAndPlay(2);
}
}
Symbol 358 MovieClip Frame 5
_root.temprotation2 = -2;
if (((((_root.currentcolour == "brown") && (_root.players == 1)) && (_root.computerisusingrotation == true)) && (_root.compcountr == r)) && (int(_root.tempangle) == int(_root.temprotation2))) {
_root.computerisusingrotation = false;
stop();
with (strength) {
gotoAndPlay(2);
}
}
Symbol 358 MovieClip Frame 6
_root.temprotation2 = _root.temprotation2 - 1;
if (((((_root.currentcolour == "brown") && (_root.players == 1)) && (_root.computerisusingrotation == true)) && (_root.compcountr == r)) && (int(_root.tempangle) == int(_root.temprotation2))) {
_root.computerisusingrotation = false;
stop();
with (strength) {
gotoAndPlay(2);
}
}
Symbol 358 MovieClip Frame 7
_root.temprotation2 = _root.temprotation2 - 1;
if (((((_root.currentcolour == "brown") && (_root.players == 1)) && (_root.computerisusingrotation == true)) && (_root.compcountr == r)) && (int(_root.tempangle) == int(_root.temprotation2))) {
_root.computerisusingrotation = false;
stop();
with (strength) {
gotoAndPlay(2);
}
}
Symbol 358 MovieClip Frame 8
_root.temprotation2 = _root.temprotation2 - 1;
if (((((_root.currentcolour == "brown") && (_root.players == 1)) && (_root.computerisusingrotation == true)) && (_root.compcountr == r)) && (int(_root.tempangle) == int(_root.temprotation2))) {
_root.computerisusingrotation = false;
stop();
with (strength) {
gotoAndPlay(2);
}
}
Symbol 358 MovieClip Frame 9
_root.temprotation2 = _root.temprotation2 - 1;
if (((((_root.currentcolour == "brown") && (_root.players == 1)) && (_root.computerisusingrotation == true)) && (_root.compcountr == r)) && (int(_root.tempangle) == int(_root.temprotation2))) {
_root.computerisusingrotation = false;
stop();
with (strength) {
gotoAndPlay(2);
}
}
Symbol 358 MovieClip Frame 10
_root.temprotation2 = _root.temprotation2 - 1;
if (((((_root.currentcolour == "brown") && (_root.players == 1)) && (_root.computerisusingrotation == true)) && (_root.compcountr == r)) && (int(_root.tempangle) == int(_root.temprotation2))) {
_root.computerisusingrotation = false;
stop();
with (strength) {
gotoAndPlay(2);
}
}
Symbol 358 MovieClip Frame 11
_root.temprotation2 = _root.temprotation2 - 1;
if (((((_root.currentcolour == "brown") && (_root.players == 1)) && (_root.computerisusingrotation == true)) && (_root.compcountr == r)) && (int(_root.tempangle) == int(_root.temprotation2))) {
_root.computerisusingrotation = false;
stop();
with (strength) {
gotoAndPlay(2);
}
}
Symbol 358 MovieClip Frame 12
_root.temprotation2 = _root.temprotation2 - 1;
if (((((_root.currentcolour == "brown") && (_root.players == 1)) && (_root.computerisusingrotation == true)) && (_root.compcountr == r)) && (int(_root.tempangle) == int(_root.temprotation2))) {
_root.computerisusingrotation = false;
stop();
with (strength) {
gotoAndPlay(2);
}
}
Symbol 358 MovieClip Frame 13
_root.temprotation2 = _root.temprotation2 - 1;
if (((((_root.currentcolour == "brown") && (_root.players == 1)) && (_root.computerisusingrotation == true)) && (_root.compcountr == r)) && (int(_root.tempangle) == int(_root.temprotation2))) {
_root.computerisusingrotation = false;
stop();
with (strength) {
gotoAndPlay(2);
}
}
Symbol 358 MovieClip Frame 14
_root.temprotation2 = _root.temprotation2 - 1;
if (((((_root.currentcolour == "brown") && (_root.players == 1)) && (_root.computerisusingrotation == true)) && (_root.compcountr == r)) && (int(_root.tempangle) == int(_root.temprotation2))) {
_root.computerisusingrotation = false;
stop();
with (strength) {
gotoAndPlay(2);
}
}
Symbol 358 MovieClip Frame 15
_root.temprotation2 = _root.temprotation2 - 1;
if (((((_root.currentcolour == "brown") && (_root.players == 1)) && (_root.computerisusingrotation == true)) && (_root.compcountr == r)) && (int(_root.tempangle) == int(_root.temprotation2))) {
_root.computerisusingrotation = false;
stop();
with (strength) {
gotoAndPlay(2);
}
}
Symbol 358 MovieClip Frame 16
_root.temprotation2 = _root.temprotation2 - 1;
if (((((_root.currentcolour == "brown") && (_root.players == 1)) && (_root.computerisusingrotation == true)) && (_root.compcountr == r)) && (int(_root.tempangle) == int(_root.temprotation2))) {
_root.computerisusingrotation = false;
stop();
with (strength) {
gotoAndPlay(2);
}
}
Symbol 358 MovieClip Frame 17
_root.temprotation2 = _root.temprotation2 - 1;
if (((((_root.currentcolour == "brown") && (_root.players == 1)) && (_root.computerisusingrotation == true)) && (_root.compcountr == r)) && (int(_root.tempangle) == int(_root.temprotation2))) {
_root.computerisusingrotation = false;
stop();
with (strength) {
gotoAndPlay(2);
}
}
Symbol 358 MovieClip Frame 18
_root.temprotation2 = _root.temprotation2 - 1;
if (((((_root.currentcolour == "brown") && (_root.players == 1)) && (_root.computerisusingrotation == true)) && (_root.compcountr == r)) && (int(_root.tempangle) == int(_root.temprotation2))) {
_root.computerisusingrotation = false;
stop();
with (strength) {
gotoAndPlay(2);
}
}
Symbol 358 MovieClip Frame 19
_root.temprotation2 = _root.temprotation2 - 1;
if (((((_root.currentcolour == "brown") && (_root.players == 1)) && (_root.computerisusingrotation == true)) && (_root.compcountr == r)) && (int(_root.tempangle) == int(_root.temprotation2))) {
_root.computerisusingrotation = false;
stop();
with (strength) {
gotoAndPlay(2);
}
}
Symbol 358 MovieClip Frame 20
_root.temprotation2 = _root.temprotation2 - 1;
if (((((_root.currentcolour == "brown") && (_root.players == 1)) && (_root.computerisusingrotation == true)) && (_root.compcountr == r)) && (int(_root.tempangle) == int(_root.temprotation2))) {
_root.computerisusingrotation = false;
stop();
with (strength) {
gotoAndPlay(2);
}
}
Symbol 358 MovieClip Frame 21
_root.temprotation2 = _root.temprotation2 - 1;
if (((((_root.currentcolour == "brown") && (_root.players == 1)) && (_root.computerisusingrotation == true)) && (_root.compcountr == r)) && (int(_root.tempangle) == int(_root.temprotation2))) {
_root.computerisusingrotation = false;
stop();
with (strength) {
gotoAndPlay(2);
}
}
Symbol 358 MovieClip Frame 22
_root.temprotation2 = _root.temprotation2 - 0.3;
if (((((_root.currentcolour == "brown") && (_root.players == 1)) && (_root.computerisusingrotation == true)) && (_root.compcountr == r)) && (int(_root.tempangle) == int(_root.temprotation2))) {
_root.computerisusingrotation = false;
stop();
with (strength) {
gotoAndPlay(2);
}
}
Symbol 358 MovieClip Frame 23
_root.temprotation2 = _root.temprotation2 - 0.7;
if (((((_root.currentcolour == "brown") && (_root.players == 1)) && (_root.computerisusingrotation == true)) && (_root.compcountr == r)) && (int(_root.tempangle) == int(_root.temprotation2))) {
_root.computerisusingrotation = false;
stop();
with (strength) {
gotoAndPlay(2);
}
}
Symbol 358 MovieClip Frame 24
_root.temprotation2 = _root.temprotation2 - 0.1;
if (((((_root.currentcolour == "brown") && (_root.players == 1)) && (_root.computerisusingrotation == true)) && (_root.compcountr == r)) && (int(_root.tempangle) == int(_root.temprotation2))) {
_root.computerisusingrotation = false;
stop();
with (strength) {
gotoAndPlay(2);
}
}
Symbol 358 MovieClip Frame 25
_root.temprotation2 = _root.temprotation2 + 0.1;
if (((((_root.currentcolour == "brown") && (_root.players == 1)) && (_root.computerisusingrotation == true)) && (_root.compcountr == r)) && (int(_root.tempangle) == int(_root.temprotation2))) {
_root.computerisusingrotation = false;
stop();
with (strength) {
gotoAndPlay(2);
}
}
Symbol 358 MovieClip Frame 26
_root.temprotation2 = _root.temprotation2 + 0.7;
if (((((_root.currentcolour == "brown") && (_root.players == 1)) && (_root.computerisusingrotation == true)) && (_root.compcountr == r)) && (int(_root.tempangle) == int(_root.temprotation2))) {
_root.computerisusingrotation = false;
stop();
with (strength) {
gotoAndPlay(2);
}
}
Symbol 358 MovieClip Frame 27
_root.temprotation2 = _root.temprotation2 + 0.3;
if (((((_root.currentcolour == "brown") && (_root.players == 1)) && (_root.computerisusingrotation == true)) && (_root.compcountr == r)) && (int(_root.tempangle) == int(_root.temprotation2))) {
_root.computerisusingrotation = false;
stop();
with (strength) {
gotoAndPlay(2);
}
}
Symbol 358 MovieClip Frame 28
_root.temprotation2 = _root.temprotation2 + 1;
if (((((_root.currentcolour == "brown") && (_root.players == 1)) && (_root.computerisusingrotation == true)) && (_root.compcountr == r)) && (int(_root.tempangle) == int(_root.temprotation2))) {
_root.computerisusingrotation = false;
stop();
with (strength) {
gotoAndPlay(2);
}
}
Symbol 358 MovieClip Frame 29
_root.temprotation2 = _root.temprotation2 + 1;
if (((((_root.currentcolour == "brown") && (_root.players == 1)) && (_root.computerisusingrotation == true)) && (_root.compcountr == r)) && (int(_root.tempangle) == _root.temprotation2)) {
_root.computerisusingrotation = false;
stop();
with (strength) {
gotoAndPlay(2);
}
}
Symbol 358 MovieClip Frame 30
_root.temprotation2 = _root.temprotation2 + 1;
if (((((_root.currentcolour == "brown") && (_root.players == 1)) && (_root.computerisusingrotation == true)) && (_root.compcountr == r)) && (int(_root.tempangle) == _root.temprotation2)) {
_root.computerisusingrotation = false;
stop();
with (strength) {
gotoAndPlay(2);
}
}
Symbol 358 MovieClip Frame 31
_root.temprotation2 = _root.temprotation2 + 1;
if (((((_root.currentcolour == "brown") && (_root.players == 1)) && (_root.computerisusingrotation == true)) && (_root.compcountr == r)) && (int(_root.tempangle) == _root.temprotation2)) {
_root.computerisusingrotation = false;
stop();
with (strength) {
gotoAndPlay(2);
}
}
Symbol 358 MovieClip Frame 32
_root.temprotation2 = _root.temprotation2 + 1;
if (((((_root.currentcolour == "brown") && (_root.players == 1)) && (_root.computerisusingrotation == true)) && (_root.compcountr == r)) && (int(_root.tempangle) == _root.temprotation2)) {
_root.computerisusingrotation = false;
stop();
with (strength) {
gotoAndPlay(2);
}
}
Symbol 358 MovieClip Frame 33
_root.temprotation2 = _root.temprotation2 + 1;
if (((((_root.currentcolour == "brown") && (_root.players == 1)) && (_root.computerisusingrotation == true)) && (_root.compcountr == r)) && (int(_root.tempangle) == _root.temprotation2)) {
_root.computerisusingrotation = false;
stop();
with (strength) {
gotoAndPlay(2);
}
}
Symbol 358 MovieClip Frame 34
_root.temprotation2 = _root.temprotation2 + 1;
if (((((_root.currentcolour == "brown") && (_root.players == 1)) && (_root.computerisusingrotation == true)) && (_root.compcountr == r)) && (int(_root.tempangle) == _root.temprotation2)) {
_root.computerisusingrotation = false;
stop();
with (strength) {
gotoAndPlay(2);
}
}
Symbol 358 MovieClip Frame 35
_root.temprotation2 = _root.temprotation2 + 1;
if (((((_root.currentcolour == "brown") && (_root.players == 1)) && (_root.computerisusingrotation == true)) && (_root.compcountr == r)) && (int(_root.tempangle) == int(_root.temprotation2))) {
_root.computerisusingrotation = false;
stop();
with (strength) {
gotoAndPlay(2);
}
}
Symbol 358 MovieClip Frame 36
_root.temprotation2 = _root.temprotation2 + 1;
if (((((_root.currentcolour == "brown") && (_root.players == 1)) && (_root.computerisusingrotation == true)) && (_root.compcountr == r)) && (int(_root.tempangle) == int(_root.temprotation2))) {
_root.computerisusingrotation = false;
stop();
with (strength) {
gotoAndPlay(2);
}
}
Symbol 358 MovieClip Frame 37
_root.temprotation2 = _root.temprotation2 + 1;
if (((((_root.currentcolour == "brown") && (_root.players == 1)) && (_root.computerisusingrotation == true)) && (_root.compcountr == r)) && (int(_root.tempangle) == int(_root.temprotation2))) {
_root.computerisusingrotation = false;
stop();
with (strength) {
gotoAndPlay(2);
}
}
Symbol 358 MovieClip Frame 38
_root.temprotation2 = _root.temprotation2 + 1;
if (((((_root.currentcolour == "brown") && (_root.players == 1)) && (_root.computerisusingrotation == true)) && (_root.compcountr == r)) && (int(_root.tempangle) == int(_root.temprotation2))) {
_root.computerisusingrotation = false;
stop();
with (strength) {
gotoAndPlay(2);
}
}
Symbol 358 MovieClip Frame 39
_root.temprotation2 = _root.temprotation2 + 1;
if (((((_root.currentcolour == "brown") && (_root.players == 1)) && (_root.computerisusingrotation == true)) && (_root.compcountr == r)) && (int(_root.tempangle) == int(_root.temprotation2))) {
_root.computerisusingrotation = false;
stop();
with (strength) {
gotoAndPlay(2);
}
}
Symbol 358 MovieClip Frame 40
_root.temprotation2 = _root.temprotation2 + 1;
if (((((_root.currentcolour == "brown") && (_root.players == 1)) && (_root.computerisusingrotation == true)) && (_root.compcountr == r)) && (int(_root.tempangle) == int(_root.temprotation2))) {
_root.computerisusingrotation = false;
stop();
with (strength) {
gotoAndPlay(2);
}
}
Symbol 358 MovieClip Frame 41
_root.temprotation2 = _root.temprotation2 + 1;
if (((((_root.currentcolour == "brown") && (_root.players == 1)) && (_root.computerisusingrotation == true)) && (_root.compcountr == r)) && (int(_root.tempangle) == int(_root.temprotation2))) {
_root.computerisusingrotation = false;
stop();
with (strength) {
gotoAndPlay(2);
}
}
Symbol 358 MovieClip Frame 42
_root.temprotation2 = _root.temprotation2 + 1;
if (((((_root.currentcolour == "brown") && (_root.players == 1)) && (_root.computerisusingrotation == true)) && (_root.compcountr == r)) && (int(_root.tempangle) == int(_root.temprotation2))) {
_root.computerisusingrotation = false;
stop();
with (strength) {
gotoAndPlay(2);
}
}
Symbol 358 MovieClip Frame 43
_root.temprotation2 = _root.temprotation2 + 1;
if (((((_root.currentcolour == "brown") && (_root.players == 1)) && (_root.computerisusingrotation == true)) && (_root.compcountr == r)) && (int(_root.tempangle) == int(_root.temprotation2))) {
_root.computerisusingrotation = false;
stop();
with (strength) {
gotoAndPlay(2);
}
}
Symbol 358 MovieClip Frame 44
_root.temprotation2 = _root.temprotation2 + 1;
if (((((_root.currentcolour == "brown") && (_root.players == 1)) && (_root.computerisusingrotation == true)) && (_root.compcountr == r)) && (int(_root.tempangle) == int(_root.temprotation2))) {
_root.computerisusingrotation = false;
stop();
with (strength) {
gotoAndPlay(2);
}
}
Symbol 358 MovieClip Frame 45
_root.temprotation2 = -2;
if (((((_root.currentcolour == "brown") && (_root.players == 1)) && (_root.computerisusingrotation == true)) && (_root.compcountr == r)) && (int(_root.tempangle) == int(_root.temprotation2))) {
_root.computerisusingrotation = false;
stop();
with (strength) {
gotoAndPlay(2);
}
}
Symbol 358 MovieClip Frame 46
_root.temprotation2 = -1.6;
if (((((_root.currentcolour == "brown") && (_root.players == 1)) && (_root.computerisusingrotation == true)) && (_root.compcountr == r)) && (int(_root.tempangle) == int(_root.temprotation2))) {
_root.computerisusingrotation = false;
stop();
with (strength) {
gotoAndPlay(2);
}
}
Symbol 358 MovieClip Frame 47
_root.temprotation2 = -1.3;
if (((((_root.currentcolour == "brown") && (_root.players == 1)) && (_root.computerisusingrotation == true)) && (_root.compcountr == r)) && (int(_root.tempangle) == int(_root.temprotation2))) {
_root.computerisusingrotation = false;
stop();
with (strength) {
gotoAndPlay(2);
}
}
Symbol 358 MovieClip Frame 48
_root.temprotation2 = -1;
if (((((_root.currentcolour == "brown") && (_root.players == 1)) && (_root.computerisusingrotation == true)) && (_root.compcountr == r)) && (int(_root.tempangle) == int(_root.temprotation2))) {
_root.computerisusingrotation = false;
stop();
with (strength) {
gotoAndPlay(2);
}
}
Symbol 358 MovieClip Frame 49
_root.temprotation2 = -0.4;
if (((((_root.currentcolour == "brown") && (_root.players == 1)) && (_root.computerisusingrotation == true)) && (_root.compcountr == r)) && (int(_root.tempangle) == int(_root.temprotation2))) {
_root.computerisusingrotation = false;
stop();
with (strength) {
gotoAndPlay(2);
}
}
Symbol 358 MovieClip Frame 50
_root.temprotation2 = 0;
if (((((_root.currentcolour == "brown") && (_root.players == 1)) && (_root.computerisusingrotation == true)) && (_root.compcountr == r)) && (int(_root.tempangle) == int(_root.temprotation2))) {
_root.computerisusingrotation = false;
stop();
with (strength) {
gotoAndPlay(2);
}
}
Symbol 358 MovieClip Frame 51
_root.temprotation2 = 0.4;
if (((((_root.currentcolour == "brown") && (_root.players == 1)) && (_root.computerisusingrotation == true)) && (_root.compcountr == r)) && (int(_root.tempangle) == int(_root.temprotation2))) {
_root.computerisusingrotation = false;
stop();
with (strength) {
gotoAndPlay(2);
}
}
Symbol 358 MovieClip Frame 52
_root.temprotation2 = _root.temprotation2 + 1;
if (((((_root.currentcolour == "brown") && (_root.players == 1)) && (_root.computerisusingrotation == true)) && (_root.compcountr == r)) && (int(_root.tempangle) == int(_root.temprotation2))) {
_root.computerisusingrotation = false;
stop();
with (strength) {
gotoAndPlay(2);
}
}
Symbol 358 MovieClip Frame 53
_root.temprotation2 = _root.temprotation2 + 1;
if (((((_root.currentcolour == "brown") && (_root.players == 1)) && (_root.computerisusingrotation == true)) && (_root.compcountr == r)) && (int(_root.tempangle) == int(_root.temprotation2))) {
_root.computerisusingrotation = false;
stop();
with (strength) {
gotoAndPlay(2);
}
}
Symbol 358 MovieClip Frame 54
_root.temprotation2 = _root.temprotation2 + 1;
if (((((_root.currentcolour == "brown") && (_root.players == 1)) && (_root.computerisusingrotation == true)) && (_root.compcountr == r)) && (int(_root.tempangle) == int(_root.temprotation2))) {
_root.computerisusingrotation = false;
stop();
with (strength) {
gotoAndPlay(2);
}
}
Symbol 358 MovieClip Frame 55
_root.temprotation2 = _root.temprotation2 + 1;
if (((((_root.currentcolour == "brown") && (_root.players == 1)) && (_root.computerisusingrotation == true)) && (_root.compcountr == r)) && (int(_root.tempangle) == int(_root.temprotation2))) {
_root.computerisusingrotation = false;
stop();
with (strength) {
gotoAndPlay(2);
}
}
Symbol 358 MovieClip Frame 56
_root.temprotation2 = _root.temprotation2 + 1;
if (((((_root.currentcolour == "brown") && (_root.players == 1)) && (_root.computerisusingrotation == true)) && (_root.compcountr == r)) && (int(_root.tempangle) == int(_root.temprotation2))) {
_root.computerisusingrotation = false;
stop();
with (strength) {
gotoAndPlay(2);
}
}
Symbol 358 MovieClip Frame 57
_root.temprotation2 = _root.temprotation2 + 1;
if (((((_root.currentcolour == "brown") && (_root.players == 1)) && (_root.computerisusingrotation == true)) && (_root.compcountr == r)) && (int(_root.tempangle) == int(_root.temprotation2))) {
_root.computerisusingrotation = false;
stop();
with (strength) {
gotoAndPlay(2);
}
}
Symbol 358 MovieClip Frame 58
_root.temprotation2 = _root.temprotation2 + 1;
if (((((_root.currentcolour == "brown") && (_root.players == 1)) && (_root.computerisusingrotation == true)) && (_root.compcountr == r)) && (int(_root.tempangle) == int(_root.temprotation2))) {
_root.computerisusingrotation = false;
stop();
with (strength) {
gotoAndPlay(2);
}
}
Symbol 358 MovieClip Frame 59
_root.temprotation2 = _root.temprotation2 + 1;
if (((((_root.currentcolour == "brown") && (_root.players == 1)) && (_root.computerisusingrotation == true)) && (_root.compcountr == r)) && (int(_root.tempangle) == int(_root.temprotation2))) {
_root.computerisusingrotation = false;
stop();
with (strength) {
gotoAndPlay(2);
}
}
Symbol 358 MovieClip Frame 60
_root.temprotation2 = _root.temprotation2 + 1;
if (((((_root.currentcolour == "brown") && (_root.players == 1)) && (_root.computerisusingrotation == true)) && (_root.compcountr == r)) && (int(_root.tempangle) == int(_root.temprotation2))) {
_root.computerisusingrotation = false;
stop();
with (strength) {
gotoAndPlay(2);
}
}
Symbol 358 MovieClip Frame 61
_root.temprotation2 = _root.temprotation2 + 1;
if (((((_root.currentcolour == "brown") && (_root.players == 1)) && (_root.computerisusingrotation == true)) && (_root.compcountr == r)) && (int(_root.tempangle) == int(_root.temprotation2))) {
_root.computerisusingrotation = false;
stop();
with (strength) {
gotoAndPlay(2);
}
}
Symbol 358 MovieClip Frame 62
_root.temprotation2 = _root.temprotation2 + 1;
if (((((_root.currentcolour == "brown") && (_root.players == 1)) && (_root.computerisusingrotation == true)) && (_root.compcountr == r)) && (int(_root.tempangle) == int(_root.temprotation2))) {
_root.computerisusingrotation = false;
stop();
with (strength) {
gotoAndPlay(2);
}
}
Symbol 358 MovieClip Frame 63
_root.temprotation2 = _root.temprotation2 + 1;
if (((((_root.currentcolour == "brown") && (_root.players == 1)) && (_root.computerisusingrotation == true)) && (_root.compcountr == r)) && (int(_root.tempangle) == int(_root.temprotation2))) {
_root.computerisusingrotation = false;
stop();
with (strength) {
gotoAndPlay(2);
}
}
Symbol 358 MovieClip Frame 64
_root.temprotation2 = _root.temprotation2 + 1;
if (((((_root.currentcolour == "brown") && (_root.players == 1)) && (_root.computerisusingrotation == true)) && (_root.compcountr == r)) && (int(_root.tempangle) == int(_root.temprotation2))) {
_root.computerisusingrotation = false;
stop();
with (strength) {
gotoAndPlay(2);
}
}
Symbol 358 MovieClip Frame 65
_root.temprotation2 = _root.temprotation2 + 1;
if (((((_root.currentcolour == "brown") && (_root.players == 1)) && (_root.computerisusingrotation == true)) && (_root.compcountr == r)) && (int(_root.tempangle) == int(_root.temprotation2))) {
_root.computerisusingrotation = false;
stop();
with (strength) {
gotoAndPlay(2);
}
}
Symbol 358 MovieClip Frame 66
_root.temprotation2 = _root.temprotation2 + 1;
if (((((_root.currentcolour == "brown") && (_root.players == 1)) && (_root.computerisusingrotation == true)) && (_root.compcountr == r)) && (int(_root.tempangle) == int(_root.temprotation2))) {
_root.computerisusingrotation = false;
stop();
with (strength) {
gotoAndPlay(2);
}
}
Symbol 358 MovieClip Frame 67
_root.temprotation2 = _root.temprotation2 + 1;
if (((((_root.currentcolour == "brown") && (_root.players == 1)) && (_root.computerisusingrotation == true)) && (_root.compcountr == r)) && (int(_root.tempangle) == int(_root.temprotation2))) {
_root.computerisusingrotation = false;
stop();
with (strength) {
gotoAndPlay(2);
}
}
Symbol 358 MovieClip Frame 68
_root.temprotation2 = _root.temprotation2 + 1;
if (((((_root.currentcolour == "brown") && (_root.players == 1)) && (_root.computerisusingrotation == true)) && (_root.compcountr == r)) && (int(_root.tempangle) == int(_root.temprotation2))) {
_root.computerisusingrotation = false;
stop();
with (strength) {
gotoAndPlay(2);
}
}
Symbol 358 MovieClip Frame 69
_root.temprotation2 = _root.temprotation2 + 1;
if (((((_root.currentcolour == "brown") && (_root.players == 1)) && (_root.computerisusingrotation == true)) && (_root.compcountr == r)) && (int(_root.tempangle) == int(_root.temprotation2))) {
_root.computerisusingrotation = false;
stop();
with (strength) {
gotoAndPlay(2);
}
}
Symbol 358 MovieClip Frame 70
_root.temprotation2 = _root.temprotation2 + 1;
if (((((_root.currentcolour == "brown") && (_root.players == 1)) && (_root.computerisusingrotation == true)) && (_root.compcountr == r)) && (int(_root.tempangle) == int(_root.temprotation2))) {
_root.computerisusingrotation = false;
stop();
with (strength) {
gotoAndPlay(2);
}
}
Symbol 358 MovieClip Frame 71
_root.temprotation2 = _root.temprotation2 + 0.8;
if (((((_root.currentcolour == "brown") && (_root.players == 1)) && (_root.computerisusingrotation == true)) && (_root.compcountr == r)) && (int(_root.tempangle) == int(_root.temprotation2))) {
_root.computerisusingrotation = false;
stop();
with (strength) {
gotoAndPlay(2);
}
}
Symbol 358 MovieClip Frame 72
_root.temprotation2 = _root.temprotation2 + 0.2;
if (((((_root.currentcolour == "brown") && (_root.players == 1)) && (_root.computerisusingrotation == true)) && (_root.compcountr == r)) && (int(_root.tempangle) == int(_root.temprotation2))) {
_root.computerisusingrotation = false;
stop();
with (strength) {
gotoAndPlay(2);
}
}
Symbol 358 MovieClip Frame 73
_root.temprotation2 = _root.temprotation2 + 0.4;
if (((((_root.currentcolour == "brown") && (_root.players == 1)) && (_root.computerisusingrotation == true)) && (_root.compcountr == r)) && (int(_root.tempangle) == int(_root.temprotation2))) {
_root.computerisusingrotation = false;
stop();
with (strength) {
gotoAndPlay(2);
}
}
Symbol 358 MovieClip Frame 74
_root.temprotation2 = _root.temprotation2 + 0.6;
if (((((_root.currentcolour == "brown") && (_root.players == 1)) && (_root.computerisusingrotation == true)) && (_root.compcountr == r)) && (int(_root.tempangle) == int(_root.temprotation2))) {
_root.computerisusingrotation = false;
stop();
with (strength) {
gotoAndPlay(2);
}
}
Symbol 358 MovieClip Frame 75
_root.temprotation2 = _root.temprotation2 + 0.6;
if (((((_root.currentcolour == "brown") && (_root.players == 1)) && (_root.computerisusingrotation == true)) && (_root.compcountr == r)) && (int(_root.tempangle) == int(_root.temprotation2))) {
_root.computerisusingrotation = false;
stop();
with (strength) {
gotoAndPlay(2);
}
}
Symbol 358 MovieClip Frame 76
_root.temprotation2 = _root.temprotation2 + 0.4;
if (((((_root.currentcolour == "brown") && (_root.players == 1)) && (_root.computerisusingrotation == true)) && (_root.compcountr == r)) && (int(_root.tempangle) == int(_root.temprotation2))) {
_root.computerisusingrotation = false;
stop();
with (strength) {
gotoAndPlay(2);
}
}
Symbol 358 MovieClip Frame 77
_root.temprotation2 = _root.temprotation2 - 0.4;
if (((((_root.currentcolour == "brown") && (_root.players == 1)) && (_root.computerisusingrotation == true)) && (_root.compcountr == r)) && (int(_root.tempangle) == int(_root.temprotation2))) {
_root.computerisusingrotation = false;
stop();
with (strength) {
gotoAndPlay(2);
}
}
Symbol 358 MovieClip Frame 78
_root.temprotation2 = _root.temprotation2 - 0.6;
if (((((_root.currentcolour == "brown") && (_root.players == 1)) && (_root.computerisusingrotation == true)) && (_root.compcountr == r)) && (int(_root.tempangle) == int(_root.temprotation2))) {
_root.computerisusingrotation = false;
stop();
with (strength) {
gotoAndPlay(2);
}
}
Symbol 358 MovieClip Frame 79
_root.temprotation2 = _root.temprotation2 - 0.6;
if (((((_root.currentcolour == "brown") && (_root.players == 1)) && (_root.computerisusingrotation == true)) && (_root.compcountr == r)) && (int(_root.tempangle) == int(_root.temprotation2))) {
_root.computerisusingrotation = false;
stop();
with (strength) {
gotoAndPlay(2);
}
}
Symbol 358 MovieClip Frame 80
_root.temprotation2 = _root.temprotation2 - 0.4;
if (((((_root.currentcolour == "brown") && (_root.players == 1)) && (_root.computerisusingrotation == true)) && (_root.compcountr == r)) && (int(_root.tempangle) == int(_root.temprotation2))) {
_root.computerisusingrotation = false;
stop();
with (strength) {
gotoAndPlay(2);
}
}
Symbol 358 MovieClip Frame 81
_root.temprotation2 = _root.temprotation2 - 0.8;
if (((((_root.currentcolour == "brown") && (_root.players == 1)) && (_root.computerisusingrotation == true)) && (_root.compcountr == r)) && (int(_root.tempangle) == int(_root.temprotation2))) {
_root.computerisusingrotation = false;
stop();
with (strength) {
gotoAndPlay(2);
}
}
Symbol 358 MovieClip Frame 82
_root.temprotation2 = _root.temprotation2 - 0.2;
if (((((_root.currentcolour == "brown") && (_root.players == 1)) && (_root.computerisusingrotation == true)) && (_root.compcountr == r)) && (int(_root.tempangle) == int(_root.temprotation2))) {
_root.computerisusingrotation = false;
stop();
with (strength) {
gotoAndPlay(2);
}
}
Symbol 358 MovieClip Frame 83
_root.temprotation2 = _root.temprotation2 - 1;
if (((((_root.currentcolour == "brown") && (_root.players == 1)) && (_root.computerisusingrotation == true)) && (_root.compcountr == r)) && (int(_root.tempangle) == int(_root.temprotation2))) {
_root.computerisusingrotation = false;
stop();
with (strength) {
gotoAndPlay(2);
}
}
Symbol 358 MovieClip Frame 84
_root.temprotation2 = _root.temprotation2 - 1;
if (((((_root.currentcolour == "brown") && (_root.players == 1)) && (_root.computerisusingrotation == true)) && (_root.compcountr == r)) && (int(_root.tempangle) == int(_root.temprotation2))) {
_root.computerisusingrotation = false;
stop();
with (strength) {
gotoAndPlay(2);
}
}
Symbol 358 MovieClip Frame 85
_root.temprotation2 = _root.temprotation2 - 1;
if (((((_root.currentcolour == "brown") && (_root.players == 1)) && (_root.computerisusingrotation == true)) && (_root.compcountr == r)) && (int(_root.tempangle) == int(_root.temprotation2))) {
_root.computerisusingrotation = false;
stop();
with (strength) {
gotoAndPlay(2);
}
}
Symbol 358 MovieClip Frame 86
_root.temprotation2 = _root.temprotation2 - 1;
if (((((_root.currentcolour == "brown") && (_root.players == 1)) && (_root.computerisusingrotation == true)) && (_root.compcountr == r)) && (int(_root.tempangle) == int(_root.temprotation2))) {
_root.computerisusingrotation = false;
stop();
with (strength) {
gotoAndPlay(2);
}
}
Symbol 358 MovieClip Frame 87
_root.temprotation2 = _root.temprotation2 - 1;
if (((((_root.currentcolour == "brown") && (_root.players == 1)) && (_root.computerisusingrotation == true)) && (_root.compcountr == r)) && (int(_root.tempangle) == int(_root.temprotation2))) {
_root.computerisusingrotation = false;
stop();
with (strength) {
gotoAndPlay(2);
}
}
Symbol 358 MovieClip Frame 88
_root.temprotation2 = _root.temprotation2 - 1;
if (((((_root.currentcolour == "brown") && (_root.players == 1)) && (_root.computerisusingrotation == true)) && (_root.compcountr == r)) && (int(_root.tempangle) == int(_root.temprotation2))) {
_root.computerisusingrotation = false;
stop();
with (strength) {
gotoAndPlay(2);
}
}
Symbol 358 MovieClip Frame 89
_root.temprotation2 = _root.temprotation2 - 1;
if (((((_root.currentcolour == "brown") && (_root.players == 1)) && (_root.computerisusingrotation == true)) && (_root.compcountr == r)) && (int(_root.tempangle) == int(_root.temprotation2))) {
_root.computerisusingrotation = false;
stop();
with (strength) {
gotoAndPlay(2);
}
}
Symbol 358 MovieClip Frame 90
_root.temprotation2 = _root.temprotation2 - 1;
if (((((_root.currentcolour == "brown") && (_root.players == 1)) && (_root.computerisusingrotation == true)) && (_root.compcountr == r)) && (int(_root.tempangle) == int(_root.temprotation2))) {
_root.computerisusingrotation = false;
stop();
with (strength) {
gotoAndPlay(2);
}
}
Symbol 358 MovieClip Frame 91
_root.temprotation2 = _root.temprotation2 - 1;
if (((((_root.currentcolour == "brown") && (_root.players == 1)) && (_root.computerisusingrotation == true)) && (_root.compcountr == r)) && (int(_root.tempangle) == int(_root.temprotation2))) {
_root.computerisusingrotation = false;
stop();
with (strength) {
gotoAndPlay(2);
}
}
Symbol 358 MovieClip Frame 92
_root.temprotation2 = _root.temprotation2 - 1;
if (((((_root.currentcolour == "brown") && (_root.players == 1)) && (_root.computerisusingrotation == true)) && (_root.compcountr == r)) && (int(_root.tempangle) == int(_root.temprotation2))) {
_root.computerisusingrotation = false;
stop();
with (strength) {
gotoAndPlay(2);
}
}
Symbol 358 MovieClip Frame 93
_root.temprotation2 = _root.temprotation2 - 1;
if (((((_root.currentcolour == "brown") && (_root.players == 1)) && (_root.computerisusingrotation == true)) && (_root.compcountr == r)) && (int(_root.tempangle) == int(_root.temprotation2))) {
_root.computerisusingrotation = false;
stop();
with (strength) {
gotoAndPlay(2);
}
}
Symbol 358 MovieClip Frame 94
_root.temprotation2 = _root.temprotation2 - 1;
if (((((_root.currentcolour == "brown") && (_root.players == 1)) && (_root.computerisusingrotation == true)) && (_root.compcountr == r)) && (int(_root.tempangle) == int(_root.temprotation2))) {
_root.computerisusingrotation = false;
stop();
with (strength) {
gotoAndPlay(2);
}
}
Symbol 358 MovieClip Frame 95
_root.temprotation2 = _root.temprotation2 - 1;
if (((((_root.currentcolour == "brown") && (_root.players == 1)) && (_root.computerisusingrotation == true)) && (_root.compcountr == r)) && (int(_root.tempangle) == int(_root.temprotation2))) {
_root.computerisusingrotation = false;
stop();
with (strength) {
gotoAndPlay(2);
}
}
Symbol 358 MovieClip Frame 96
_root.temprotation2 = _root.temprotation2 - 1;
if (((((_root.currentcolour == "brown") && (_root.players == 1)) && (_root.computerisusingrotation == true)) && (_root.compcountr == r)) && (int(_root.tempangle) == int(_root.temprotation2))) {
_root.computerisusingrotation = false;
stop();
with (strength) {
gotoAndPlay(2);
}
}
Symbol 358 MovieClip Frame 97
_root.temprotation2 = _root.temprotation2 - 1;
if (((((_root.currentcolour == "brown") && (_root.players == 1)) && (_root.computerisusingrotation == true)) && (_root.compcountr == r)) && (int(_root.tempangle) == int(_root.temprotation2))) {
_root.computerisusingrotation = false;
stop();
with (strength) {
gotoAndPlay(2);
}
}
Symbol 358 MovieClip Frame 98
_root.temprotation2 = _root.temprotation2 - 1;
if (((((_root.currentcolour == "brown") && (_root.players == 1)) && (_root.computerisusingrotation == true)) && (_root.compcountr == r)) && (int(_root.tempangle) == int(_root.temprotation2))) {
_root.computerisusingrotation = false;
stop();
with (strength) {
gotoAndPlay(2);
}
}
Symbol 358 MovieClip Frame 99
_root.temprotation2 = 0.5;
if (((((_root.currentcolour == "brown") && (_root.players == 1)) && (_root.computerisusingrotation == true)) && (_root.compcountr == r)) && (int(_root.tempangle) == int(_root.temprotation2))) {
_root.computerisusingrotation = false;
stop();
with (strength) {
gotoAndPlay(2);
}
}
Symbol 358 MovieClip Frame 100
_root.temprotation2 = 0;
r++;
if (((((_root.currentcolour == "brown") && (_root.players == 1)) && (_root.computerisusingrotation == true)) && (_root.compcountr == r)) && (int(_root.tempangle) == int(_root.temprotation2))) {
_root.computerisusingrotation = false;
stop();
with (strength) {
gotoAndPlay(2);
}
} else {
gotoAndPlay (2);
}
Symbol 363 Button
on (press) {
loadMovieNum ("browncowcurling.swf", 0);
}
Symbol 373 MovieClip Frame 1
stop();
_root.lastshowing = false;
Symbol 373 MovieClip Frame 2
_root.lastshowing = true;
Symbol 373 MovieClip Frame 9
gotoAndPlay ("last");
Symbol 376 MovieClip Frame 1
stopAllSounds();
Symbol 376 MovieClip Frame 2
stop();
Symbol 378 Button
on (press) {
getURL ("http://www.matmi.com", "_blank");
}
Symbol 387 Button
on (press) {
loadMovieNum ("browncowcurling.swf", 0);
}
Symbol 397 MovieClip Frame 1
stopAllSounds();
Symbol 397 MovieClip Frame 2
stop();
Symbol 410 Button
on (press) {
gotoAndPlay (2);
}
Symbol 481 Button
on (press) {
with (_root.scor) {
gotoAndStop(70);
}
}
Symbol 483 Button
on (press) {
_root.loadMovie("browncowcurling.swf", 0);
}
Symbol 484 MovieClip Frame 1
stop();
Symbol 484 MovieClip Frame 2
play();
score1 = _root.player1score;
name1 = _root.name;
players = _root.players;
if (_root.players == 2) {
score2 = _root.player2score;
name2 = _root.name2;
}
loadVariablesNum ("http://www.shakethecow.com/senddata.php", 0, "POST");
Symbol 484 MovieClip Frame 39
if (_root.scoredone != "true") {
gotoAndPlay (2);
}
Symbol 484 MovieClip Frame 69
root.scoredone = "false";
Symbol 484 MovieClip Frame 71
loadVariablesNum ("getscores.php", 0, "POST");
play();
Symbol 484 MovieClip Frame 72
play();
Symbol 484 MovieClip Frame 73
play();
Symbol 484 MovieClip Frame 74
play();
Symbol 484 MovieClip Frame 75
play();
Symbol 484 MovieClip Frame 76
play();
Symbol 484 MovieClip Frame 77
play();
Symbol 484 MovieClip Frame 78
if (_root.done != null) {
play();
} else {
gotoAndPlay (72);
}
Symbol 484 MovieClip Frame 79
stop();
Symbol 486 Button
on (press) {
getURL ("http://www.matmi.com", "_blank");
}