STORY   LOOP   FURRY   PORN   GAMES
• C •   SERVICES [?] [R] RND   POPULAR
Archived flashes:
228128
/disc/ · /res/     /show/ · /fap/ · /gg/ · /swf/P0001 · P2561 · P5121

<div style="position:absolute;top:-99px;left:-99px;"><img src="http://swfchan.com:57475/27978836?noj=FRM27978836-14DC" width="1" height="1"></div>

Cow Curling.swf

This is the info page for
Flash #22963

(Click the ID number above for more basic data on this flash file.)


Text
LOADING           %

00

one player

one player

two player

two player

novice

expert

EACH PLAYER HAS 3 STONES TO WIN.
CLOSEST TO THE TARGET SCORES THE HIGHEST.
USE YOUR LEFT AND RIGHT ARROW KEYS TO SWEEP THE ICE
TO GAIN SPEED FOR YOUR CURLING STONE ONCE THROWN.
GOOD LUCK!

TOP 5 SCORERS... James (10), Bob (30), James (10), Bob (30), Bob (30)

BROWN COW REAL CHOCOLATE VODKA SHAKE

HOME PAGE

HOME PAGE

Quality

HIGH

MED

LOW

TOP 30 SCORES

TOP 30 SCORES

LOADING

LOADING

Top 30 Scoreboard

BACK

1-10

11-20

21-30

©2005 matmi new media designs ltd

FOUL

FOUL

PRESS ANY KEY TO VIEW TARGET

James

CLICK THE ARROW TO START. CLICK
ONCE FOR DIRECTION AND AGAIN FOR POWER
USE LEFT & RIGHT ARROW KEYS TO SWEEP

ball no.

1

out of 3

Player 1

0

Computer

0

scores

00

00

p1

p1

SUBMIT

SUBMIT

Please wait while we
submit your scores

PLAY AGAIN

ActionScript [AS1/AS2]

Frame 1
Stage.scaleMode = "noscale"; 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 ("http://www.shakethecow.com/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 ("http://www.shakethecow.com/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("http://www.shakethecow.com/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"); }

Library Items

Symbol 1 Sound [coli]Used by:106 125 126 323 341
Symbol 2 GraphicUsed by:3
Symbol 3 MovieClip [shadow]Uses:2Used by:6 8 10 11 12 14 23
Symbol 4 BitmapUsed by:5 7 9 13 119 130
Symbol 5 GraphicUses:4Used by:6 11 12 23
Symbol 6 MovieClip [b6]Uses:3 5
Symbol 7 GraphicUses:4Used by:8 23
Symbol 8 MovieClip [b5]Uses:3 7
Symbol 9 GraphicUses:4Used by:10
Symbol 10 MovieClip [b1]Uses:3 9
Symbol 11 MovieClip [b2]Uses:3 5
Symbol 12 MovieClip [b4]Uses:3 5
Symbol 13 GraphicUses:4Used by:14
Symbol 14 MovieClip [b3]Uses:3 13
Symbol 15 GraphicUsed by:16
Symbol 16 MovieClip [ball_red]Uses:15
Symbol 17 GraphicUsed by:18
Symbol 18 MovieClipUses:17Used by:19
Symbol 19 MovieClip [hitter]Uses:18
Symbol 20 MovieClip [hemicircle]
Symbol 21 GraphicUsed by:22 46
Symbol 22 MovieClipUses:21Used by:23  Timeline
Symbol 23 MovieClip [b0]Uses:3 7 22 5Used by:254
Symbol 24 BitmapUsed by:25 26
Symbol 25 GraphicUses:24Used by:305  Timeline
Symbol 26 GraphicUses:24Used by:305  Timeline
Symbol 27 GraphicUsed by:Timeline
Symbol 28 FontUsed by:29 101 118 154 155 156 157 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 246 347 365 366 367 368 369 370 371 380 400 401 402 403 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479
Symbol 29 TextUses:28Used by:32
Symbol 30 FontUsed by:31
Symbol 31 EditableTextUses:30Used by:32
Symbol 32 MovieClipUses:29 31Used by:Timeline
Symbol 33 BitmapUsed by:34
Symbol 34 GraphicUses:33Used by:344  Timeline
Symbol 35 GraphicUsed by:344  Timeline
Symbol 36 GraphicUsed by:344  Timeline
Symbol 37 GraphicUsed by:Timeline
Symbol 38 GraphicUsed by:39
Symbol 39 MovieClipUses:38Used by:344  Timeline
Symbol 40 GraphicUsed by:41
Symbol 41 MovieClipUses:40Used by:344  Timeline
Symbol 42 GraphicUsed by:Timeline
Symbol 43 GraphicUsed by:344  Timeline
Symbol 44 GraphicUsed by:45
Symbol 45 MovieClipUses:44Used by:46
Symbol 46 MovieClipUses:21 45Used by:305  Timeline
Symbol 47 BitmapUsed by:48 49
Symbol 48 GraphicUses:47Used by:304  Timeline
Symbol 49 GraphicUses:47Used by:304  Timeline
Symbol 50 GraphicUsed by:51
Symbol 51 MovieClipUses:50Used by:344  Timeline
Symbol 52 GraphicUsed by:70 75
Symbol 53 GraphicUsed by:70
Symbol 54 GraphicUsed by:70
Symbol 55 ShapeTweeningUsed by:65
Symbol 56 GraphicUsed by:65
Symbol 57 ShapeTweeningUsed by:65
Symbol 58 GraphicUsed by:65
Symbol 59 ShapeTweeningUsed by:65
Symbol 60 GraphicUsed by:65
Symbol 61 GraphicUsed by:65 87
Symbol 62 ShapeTweeningUsed by:65
Symbol 63 GraphicUsed by:65
Symbol 64 GraphicUsed by:65
Symbol 65 MovieClipUses:55 56 57 58 59 60 61 62 63 64Used by:70 75
Symbol 66 GraphicUsed by:70 75 90 323 327 341
Symbol 67 GraphicUsed by:70
Symbol 68 GraphicUsed by:70
Symbol 69 GraphicUsed by:70 75 90 327
Symbol 70 MovieClipUses:52 53 54 65 66 67 68 69Used by:245 344 484  Timeline
Symbol 71 GraphicUsed by:75
Symbol 72 GraphicUsed by:75
Symbol 73 GraphicUsed by:75
Symbol 74 GraphicUsed by:75
Symbol 75 MovieClipUses:52 71 72 65 66 73 74 69Used by:344  Timeline
Symbol 76 GraphicUsed by:90 323 327 341
Symbol 77 GraphicUsed by:90 323
Symbol 78 ShapeTweeningUsed by:87
Symbol 79 GraphicUsed by:87
Symbol 80 ShapeTweeningUsed by:87
Symbol 81 GraphicUsed by:87
Symbol 82 ShapeTweeningUsed by:87
Symbol 83 GraphicUsed by:87
Symbol 84 ShapeTweeningUsed by:87
Symbol 85 GraphicUsed by:87
Symbol 86 GraphicUsed by:87
Symbol 87 MovieClipUses:78 79 80 81 82 83 61 84 85 86Used by:90 323 327 341
Symbol 88 GraphicUsed by:90 323
Symbol 89 GraphicUsed by:90
Symbol 90 MovieClipUses:76 77 87 66 88 89 69Used by:342  Timeline
Symbol 91 GraphicUsed by:Timeline
Symbol 92 GraphicUsed by:99
Symbol 93 GraphicUsed by:99
Symbol 94 GraphicUsed by:99
Symbol 95 GraphicUsed by:99
Symbol 96 GraphicUsed by:99
Symbol 97 GraphicUsed by:99
Symbol 98 GraphicUsed by:99
Symbol 99 MovieClipUses:92 93 94 95 96 97 98Used by:Timeline
Symbol 100 GraphicUsed by:Timeline
Symbol 101 EditableTextUses:28Used by:Timeline
Symbol 102 GraphicUsed by:106
Symbol 103 GraphicUsed by:106
Symbol 104 GraphicUsed by:106
Symbol 105 SoundUsed by:106 363 387
Symbol 106 ButtonUses:102 103 104 1 105Used by:Timeline
Symbol 107 GraphicUsed by:113 116 123 125
Symbol 108 FontUsed by:109 111 114 115 122 124 131 144 255 256 343 364 399 405 409 412
Symbol 109 TextUses:108Used by:113
Symbol 110 GraphicUsed by:113 116
Symbol 111 TextUses:108Used by:113
Symbol 112 SoundUsed by:113 116 363
Symbol 113 ButtonUses:107 109 110 111 112Used by:Timeline
Symbol 114 TextUses:108Used by:116
Symbol 115 TextUses:108Used by:116
Symbol 116 ButtonUses:107 114 110 115 112Used by:Timeline
Symbol 117 GraphicUsed by:120
Symbol 118 EditableTextUses:28Used by:120
Symbol 119 GraphicUses:4Used by:120
Symbol 120 MovieClipUses:117 118 119Used by:Timeline
Symbol 121 GraphicUsed by:126 128
Symbol 122 TextUses:108Used by:123
Symbol 123 ButtonUses:107 122Used by:128
Symbol 124 TextUses:108Used by:125
Symbol 125 ButtonUses:107 124 1Used by:128
Symbol 126 MovieClipUses:121 1Used by:128
Symbol 127 GraphicUsed by:128
Symbol 128 MovieClipUses:121 123 125 126 127Used by:Timeline
Symbol 129 GraphicUsed by:Timeline
Symbol 130 GraphicUses:4Used by:Timeline
Symbol 131 TextUses:108Used by:Timeline
Symbol 132 GraphicUsed by:Timeline
Symbol 133 GraphicUsed by:Timeline
Symbol 134 GraphicUsed by:138
Symbol 135 FontUsed by:136 146 148 169 171 174 175 178 240 242 243 244 482
Symbol 136 EditableTextUses:135Used by:137
Symbol 137 MovieClipUses:136Used by:138
Symbol 138 MovieClipUses:134 137Used by:Timeline
Symbol 139 MovieClipUsed by:Timeline
Symbol 140 GraphicUsed by:Timeline
Symbol 141 BitmapUsed by:142 389
Symbol 142 GraphicUses:141Used by:Timeline
Symbol 143 GraphicUsed by:Timeline
Symbol 144 TextUses:108Used by:Timeline
Symbol 145 GraphicUsed by:149 241 481 483
Symbol 146 TextUses:135Used by:149
Symbol 147 GraphicUsed by:149
Symbol 148 TextUses:135Used by:149
Symbol 149 ButtonUses:145 146 147 148Used by:Timeline
Symbol 150 GraphicUsed by:152
Symbol 151 SoundUsed by:152
Symbol 152 MovieClipUses:150 151Used by:Timeline
Symbol 153 GraphicUsed by:Timeline
Symbol 154 TextUses:28Used by:Timeline
Symbol 155 TextUses:28Used by:Timeline
Symbol 156 TextUses:28Used by:Timeline
Symbol 157 TextUses:28Used by:Timeline
Symbol 158 GraphicUsed by:163 164 165
Symbol 159 GraphicUsed by:163 164 165
Symbol 160 GraphicUsed by:163 164 165
Symbol 161 SoundUsed by:163 164 165
Symbol 162 SoundUsed by:163 164 165
Symbol 163 ButtonUses:158 159 160 161 162Used by:166
Symbol 164 ButtonUses:158 159 160 161 162Used by:166
Symbol 165 ButtonUses:158 159 160 161 162Used by:166
Symbol 166 MovieClipUses:163 164 165Used by:Timeline
Symbol 167 GraphicUsed by:172
Symbol 168 GraphicUsed by:172
Symbol 169 TextUses:135Used by:172
Symbol 170 GraphicUsed by:172
Symbol 171 TextUses:135Used by:172
Symbol 172 ButtonUses:167 168 169 170 171Used by:245
Symbol 173 GraphicUsed by:245
Symbol 174 TextUses:135Used by:245
Symbol 175 TextUses:135Used by:245 484
Symbol 176 GraphicUsed by:245
Symbol 177 GraphicUsed by:245 484
Symbol 178 TextUses:135Used by:245 484
Symbol 179 EditableTextUses:28Used by:245
Symbol 180 EditableTextUses:28Used by:245
Symbol 181 EditableTextUses:28Used by:245
Symbol 182 EditableTextUses:28Used by:245
Symbol 183 EditableTextUses:28Used by:245
Symbol 184 EditableTextUses:28Used by:245
Symbol 185 EditableTextUses:28Used by:245
Symbol 186 EditableTextUses:28Used by:245
Symbol 187 EditableTextUses:28Used by:245
Symbol 188 EditableTextUses:28Used by:245
Symbol 189 EditableTextUses:28Used by:245
Symbol 190 EditableTextUses:28Used by:245
Symbol 191 EditableTextUses:28Used by:245
Symbol 192 EditableTextUses:28Used by:245
Symbol 193 EditableTextUses:28Used by:245
Symbol 194 EditableTextUses:28Used by:245
Symbol 195 EditableTextUses:28Used by:245
Symbol 196 EditableTextUses:28Used by:245
Symbol 197 EditableTextUses:28Used by:245
Symbol 198 EditableTextUses:28Used by:245
Symbol 199 EditableTextUses:28Used by:245
Symbol 200 EditableTextUses:28Used by:245
Symbol 201 EditableTextUses:28Used by:245
Symbol 202 EditableTextUses:28Used by:245
Symbol 203 EditableTextUses:28Used by:245
Symbol 204 EditableTextUses:28Used by:245
Symbol 205 EditableTextUses:28Used by:245
Symbol 206 EditableTextUses:28Used by:245
Symbol 207 EditableTextUses:28Used by:245
Symbol 208 EditableTextUses:28Used by:245
Symbol 209 EditableTextUses:28Used by:245
Symbol 210 EditableTextUses:28Used by:245
Symbol 211 EditableTextUses:28Used by:245
Symbol 212 EditableTextUses:28Used by:245
Symbol 213 EditableTextUses:28Used by:245
Symbol 214 EditableTextUses:28Used by:245
Symbol 215 EditableTextUses:28Used by:245
Symbol 216 EditableTextUses:28Used by:245
Symbol 217 EditableTextUses:28Used by:245
Symbol 218 EditableTextUses:28Used by:245
Symbol 219 EditableTextUses:28Used by:245
Symbol 220 EditableTextUses:28Used by:245
Symbol 221 EditableTextUses:28Used by:245
Symbol 222 EditableTextUses:28Used by:245
Symbol 223 EditableTextUses:28Used by:245
Symbol 224 EditableTextUses:28Used by:245
Symbol 225 EditableTextUses:28Used by:245
Symbol 226 EditableTextUses:28Used by:245
Symbol 227 EditableTextUses:28Used by:245
Symbol 228 EditableTextUses:28Used by:245
Symbol 229 EditableTextUses:28Used by:245
Symbol 230 EditableTextUses:28Used by:245
Symbol 231 EditableTextUses:28Used by:245
Symbol 232 EditableTextUses:28Used by:245
Symbol 233 EditableTextUses:28Used by:245
Symbol 234 EditableTextUses:28Used by:245
Symbol 235 EditableTextUses:28Used by:245
Symbol 236 EditableTextUses:28Used by:245
Symbol 237 EditableTextUses:28Used by:245
Symbol 238 EditableTextUses:28Used by:245
Symbol 239 GraphicUsed by:245
Symbol 240 TextUses:135Used by:241 481
Symbol 241 ButtonUses:145 240Used by:245
Symbol 242 TextUses:135Used by:245 484
Symbol 243 TextUses:135Used by:245 484
Symbol 244 TextUses:135Used by:245 484
Symbol 245 MovieClipUses:172 173 174 175 176 177 70 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 241 242 243 244Used by:Timeline
Symbol 246 TextUses:28Used by:248 378 486
Symbol 247 GraphicUsed by:248
Symbol 248 ButtonUses:246 247Used by:Timeline
Symbol 249 BitmapUsed by:250
Symbol 250 GraphicUses:249Used by:254
Symbol 251 GraphicUsed by:254
Symbol 252 GraphicUsed by:253
Symbol 253 MovieClipUses:252Used by:254
Symbol 254 MovieClipUses:250 251 253 23Used by:Timeline
Symbol 255 TextUses:108Used by:257
Symbol 256 TextUses:108Used by:257
Symbol 257 MovieClipUses:255 256Used by:Timeline
Symbol 258 MovieClipUsed by:Timeline
Symbol 259 GraphicUsed by:288
Symbol 260 GraphicUsed by:261 268
Symbol 261 MovieClipUses:260Used by:288
Symbol 262 GraphicUsed by:288
Symbol 263 GraphicUsed by:266
Symbol 264 GraphicUsed by:266
Symbol 265 GraphicUsed by:266
Symbol 266 MovieClipUses:263 264 265Used by:288 300
Symbol 267 GraphicUsed by:288
Symbol 268 MovieClipUses:260Used by:288
Symbol 269 GraphicUsed by:271
Symbol 270 GraphicUsed by:271
Symbol 271 MovieClipUses:269 270Used by:274
Symbol 272 SoundUsed by:274 342 376
Symbol 273 GraphicUsed by:274
Symbol 274 MovieClipUses:271 272 273Used by:288 300
Symbol 275 GraphicUsed by:278
Symbol 276 SoundUsed by:278 323 341
Symbol 277 GraphicUsed by:278
Symbol 278 MovieClipUses:275 276 277Used by:288 300
Symbol 279 GraphicUsed by:288
Symbol 280 GraphicUsed by:282
Symbol 281 GraphicUsed by:282
Symbol 282 MovieClipUses:280 281Used by:285
Symbol 283 GraphicUsed by:285
Symbol 284 GraphicUsed by:285
Symbol 285 MovieClipUses:282 283 284Used by:286
Symbol 286 MovieClipUses:285Used by:288 300
Symbol 287 SoundUsed by:288 300 323 341
Symbol 288 MovieClipUses:259 261 262 266 267 268 274 278 279 286 287 SS1Used by:291
Symbol 289 GraphicUsed by:290
Symbol 290 MovieClipUses:289Used by:291 301
Symbol 291 MovieClipUses:288 290Used by:Timeline
Symbol 292 GraphicUsed by:300
Symbol 293 GraphicUsed by:294 297
Symbol 294 MovieClipUses:293Used by:300
Symbol 295 GraphicUsed by:300
Symbol 296 GraphicUsed by:300
Symbol 297 MovieClipUses:293Used by:300
Symbol 298 GraphicUsed by:300
Symbol 299 SoundUsed by:300
Symbol 300 MovieClipUses:292 294 295 266 296 297 274 278 298 286 299 287Used by:301
Symbol 301 MovieClipUses:300 290Used by:Timeline
Symbol 302 GraphicUsed by:344
Symbol 303 GraphicUsed by:344
Symbol 304 MovieClipUses:48 49Used by:305
Symbol 305 MovieClipUses:46 304 25 26Used by:344
Symbol 306 GraphicUsed by:307
Symbol 307 MovieClipUses:306Used by:344
Symbol 308 SoundUsed by:342 397
Symbol 309 GraphicUsed by:323
Symbol 310 GraphicUsed by:323
Symbol 311 GraphicUsed by:323
Symbol 312 GraphicUsed by:323 341
Symbol 313 GraphicUsed by:323
Symbol 314 GraphicUsed by:323
Symbol 315 GraphicUsed by:323
Symbol 316 GraphicUsed by:323
Symbol 317 GraphicUsed by:323
Symbol 318 GraphicUsed by:323
Symbol 319 GraphicUsed by:323
Symbol 320 GraphicUsed by:323
Symbol 321 GraphicUsed by:323
Symbol 322 GraphicUsed by:323
Symbol 323 MovieClipUses:76 77 87 66 88 309 287 310 311 312 313 1 314 315 316 317 318 276 319 320 321 322Used by:342
Symbol 324 GraphicUsed by:327 341
Symbol 325 GraphicUsed by:327 341
Symbol 326 GraphicUsed by:327
Symbol 327 MovieClipUses:76 324 87 66 325 326 69Used by:342
Symbol 328 GraphicUsed by:341
Symbol 329 GraphicUsed by:341
Symbol 330 GraphicUsed by:341
Symbol 331 GraphicUsed by:341
Symbol 332 GraphicUsed by:341
Symbol 333 GraphicUsed by:341
Symbol 334 GraphicUsed by:341
Symbol 335 GraphicUsed by:341
Symbol 336 GraphicUsed by:341
Symbol 337 GraphicUsed by:341
Symbol 338 GraphicUsed by:341
Symbol 339 GraphicUsed by:341
Symbol 340 GraphicUsed by:341
Symbol 341 MovieClipUses:76 324 87 66 325 328 287 329 330 312 331 1 332 333 334 335 336 276 337 338 339 340Used by:342
Symbol 342 MovieClipUses:90 308 323 327 272 341Used by:344
Symbol 343 TextUses:108Used by:344
Symbol 344 MovieClipUses:34 35 36 302 39 41 303 43 305 51 307 70 75 342 343Used by:Timeline
Symbol 345 GraphicUsed by:346
Symbol 346 MovieClipUses:345Used by:Timeline
Symbol 347 EditableTextUses:28Used by:Timeline
Symbol 348 GraphicUsed by:Timeline
Symbol 349 GraphicUsed by:358
Symbol 350 GraphicUsed by:358
Symbol 351 GraphicUsed by:358
Symbol 352 GraphicUsed by:355
Symbol 353 GraphicUsed by:355
Symbol 354 GraphicUsed by:355
Symbol 355 MovieClipUses:352 353 354Used by:358
Symbol 356 GraphicUsed by:357
Symbol 357 ButtonUses:356Used by:358
Symbol 358 MovieClipUses:349 350 351 355 357Used by:Timeline
Symbol 359 GraphicUsed by:Timeline
Symbol 360 GraphicUsed by:Timeline
Symbol 361 GraphicUsed by:363
Symbol 362 GraphicUsed by:363
Symbol 363 ButtonUses:361 362 112 105Used by:Timeline
Symbol 364 TextUses:108Used by:Timeline
Symbol 365 TextUses:28Used by:Timeline
Symbol 366 EditableTextUses:28Used by:Timeline
Symbol 367 TextUses:28Used by:Timeline
Symbol 368 EditableTextUses:28Used by:Timeline
Symbol 369 EditableTextUses:28Used by:Timeline
Symbol 370 EditableTextUses:28Used by:Timeline
Symbol 371 EditableTextUses:28Used by:Timeline
Symbol 372 GraphicUsed by:373
Symbol 373 MovieClipUses:372Used by:Timeline
Symbol 374 GraphicUsed by:376
Symbol 375 SoundUsed by:376
Symbol 376 MovieClipUses:374 272 375Used by:Timeline
Symbol 377 GraphicUsed by:378
Symbol 378 ButtonUses:246 377Used by:Timeline
Symbol 379 GraphicUsed by:Timeline
Symbol 380 EditableTextUses:28Used by:Timeline
Symbol 381 GraphicUsed by:384
Symbol 382 GraphicUsed by:384
Symbol 383 GraphicUsed by:384
Symbol 384 MovieClipUses:381 382 383Used by:Timeline
Symbol 385 GraphicUsed by:387
Symbol 386 GraphicUsed by:387
Symbol 387 ButtonUses:385 386 105Used by:Timeline
Symbol 388 GraphicUsed by:Timeline
Symbol 389 GraphicUses:141Used by:390 393
Symbol 390 MovieClipUses:389Used by:391
Symbol 391 MovieClipUses:390Used by:393
Symbol 392 SoundUsed by:393
Symbol 393 MovieClipUses:389 391 392Used by:Timeline
Symbol 394 GraphicUsed by:Timeline
Symbol 395 GraphicUsed by:397
Symbol 396 SoundUsed by:397
Symbol 397 MovieClipUses:395 308 396Used by:Timeline
Symbol 398 GraphicUsed by:Timeline
Symbol 399 TextUses:108Used by:Timeline
Symbol 400 EditableTextUses:28Used by:Timeline
Symbol 401 EditableTextUses:28Used by:Timeline
Symbol 402 EditableTextUses:28Used by:Timeline
Symbol 403 EditableTextUses:28Used by:Timeline
Symbol 404 GraphicUsed by:410
Symbol 405 TextUses:108Used by:410
Symbol 406 GraphicUsed by:407
Symbol 407 MovieClipUses:406Used by:410
Symbol 408 GraphicUsed by:410
Symbol 409 TextUses:108Used by:410
Symbol 410 ButtonUses:404 405 407 408 409Used by:484
Symbol 411 GraphicUsed by:415
Symbol 412 TextUses:108Used by:415
Symbol 413 GraphicUsed by:415
Symbol 414 GraphicUsed by:415
Symbol 415 MovieClipUses:411 412 413 414Used by:484
Symbol 416 GraphicUsed by:484
Symbol 417 GraphicUsed by:484
Symbol 418 GraphicUsed by:484
Symbol 419 GraphicUsed by:484
Symbol 420 EditableTextUses:28Used by:484
Symbol 421 EditableTextUses:28Used by:484
Symbol 422 EditableTextUses:28Used by:484
Symbol 423 EditableTextUses:28Used by:484
Symbol 424 EditableTextUses:28Used by:484
Symbol 425 EditableTextUses:28Used by:484
Symbol 426 EditableTextUses:28Used by:484
Symbol 427 EditableTextUses:28Used by:484
Symbol 428 EditableTextUses:28Used by:484
Symbol 429 EditableTextUses:28Used by:484
Symbol 430 EditableTextUses:28Used by:484
Symbol 431 EditableTextUses:28Used by:484
Symbol 432 EditableTextUses:28Used by:484
Symbol 433 EditableTextUses:28Used by:484
Symbol 434 EditableTextUses:28Used by:484
Symbol 435 EditableTextUses:28Used by:484
Symbol 436 EditableTextUses:28Used by:484
Symbol 437 EditableTextUses:28Used by:484
Symbol 438 EditableTextUses:28Used by:484
Symbol 439 EditableTextUses:28Used by:484
Symbol 440 EditableTextUses:28Used by:484
Symbol 441 EditableTextUses:28Used by:484
Symbol 442 EditableTextUses:28Used by:484
Symbol 443 EditableTextUses:28Used by:484
Symbol 444 EditableTextUses:28Used by:484
Symbol 445 EditableTextUses:28Used by:484
Symbol 446 EditableTextUses:28Used by:484
Symbol 447 EditableTextUses:28Used by:484
Symbol 448 EditableTextUses:28Used by:484
Symbol 449 EditableTextUses:28Used by:484
Symbol 450 EditableTextUses:28Used by:484
Symbol 451 EditableTextUses:28Used by:484
Symbol 452 EditableTextUses:28Used by:484
Symbol 453 EditableTextUses:28Used by:484
Symbol 454 EditableTextUses:28Used by:484
Symbol 455 EditableTextUses:28Used by:484
Symbol 456 EditableTextUses:28Used by:484
Symbol 457 EditableTextUses:28Used by:484
Symbol 458 EditableTextUses:28Used by:484
Symbol 459 EditableTextUses:28Used by:484
Symbol 460 EditableTextUses:28Used by:484
Symbol 461 EditableTextUses:28Used by:484
Symbol 462 EditableTextUses:28Used by:484
Symbol 463 EditableTextUses:28Used by:484
Symbol 464 EditableTextUses:28Used by:484
Symbol 465 EditableTextUses:28Used by:484
Symbol 466 EditableTextUses:28Used by:484
Symbol 467 EditableTextUses:28Used by:484
Symbol 468 EditableTextUses:28Used by:484
Symbol 469 EditableTextUses:28Used by:484
Symbol 470 EditableTextUses:28Used by:484
Symbol 471 EditableTextUses:28Used by:484
Symbol 472 EditableTextUses:28Used by:484
Symbol 473 EditableTextUses:28Used by:484
Symbol 474 EditableTextUses:28Used by:484
Symbol 475 EditableTextUses:28Used by:484
Symbol 476 EditableTextUses:28Used by:484
Symbol 477 EditableTextUses:28Used by:484
Symbol 478 EditableTextUses:28Used by:484
Symbol 479 EditableTextUses:28Used by:484
Symbol 480 GraphicUsed by:484
Symbol 481 ButtonUses:145 240Used by:484
Symbol 482 TextUses:135Used by:483
Symbol 483 ButtonUses:145 482Used by:484
Symbol 484 MovieClipUses:410 415 416 417 175 418 419 177 70 178 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 242 243 244 483Used by:Timeline
Symbol 485 GraphicUsed by:486
Symbol 486 ButtonUses:246 485Used by:Timeline
Streaming Sound 1Used by:Symbol 288 MovieClip

Instance Names

"point"Frame 2Symbol 46 MovieClip
"change_screen"Frame 2Symbol 51 MovieClip
"p2"Frame 2Symbol 120 MovieClip
"skills"Frame 2Symbol 128 MovieClip
"hit"Frame 2Symbol 22 MovieClip
"qu"Frame 2Symbol 166 MovieClip
"scor"Frame 2Symbol 245 MovieClip
"floor"Frame 3Symbol 254 MovieClip
"fowltext"Frame 3Symbol 257 MovieClip
"nextthing"Frame 3Symbol 258 MovieClip
"cowleft"Frame 3Symbol 291 MovieClip
"cowright"Frame 3Symbol 301 MovieClip
"a"Frame 3Symbol 344 MovieClip
"scroller"Frame 3Symbol 346 MovieClip
"meter"Frame 3Symbol 358 MovieClip
"lastthrow"Frame 3Symbol 373 MovieClip
"shadow"Symbol 6 MovieClip [b6] Frame 1Symbol 3 MovieClip [shadow]
"shadow"Symbol 8 MovieClip [b5] Frame 1Symbol 3 MovieClip [shadow]
"shadow"Symbol 10 MovieClip [b1] Frame 1Symbol 3 MovieClip [shadow]
"shadow"Symbol 11 MovieClip [b2] Frame 1Symbol 3 MovieClip [shadow]
"shadow"Symbol 12 MovieClip [b4] Frame 1Symbol 3 MovieClip [shadow]
"shadow"Symbol 14 MovieClip [b3] Frame 1Symbol 3 MovieClip [shadow]
"rod"Symbol 19 MovieClip [hitter] Frame 1Symbol 18 MovieClip
"shadow"Symbol 23 MovieClip [b0] Frame 1Symbol 3 MovieClip [shadow]
"hit"Symbol 23 MovieClip [b0] Frame 1Symbol 22 MovieClip
"l"Symbol 46 MovieClip Frame 1Symbol 45 MovieClip
"r"Symbol 46 MovieClip Frame 1Symbol 45 MovieClip
"scumbag"Symbol 128 MovieClip Frame 1Symbol 126 MovieClip
"twenty"Symbol 254 MovieClip Frame 1Symbol 253 MovieClip
"b0"Symbol 254 MovieClip Frame 1Symbol 23 MovieClip [b0]
"cowleft2"Symbol 291 MovieClip Frame 1Symbol 288 MovieClip
"cowhit"Symbol 291 MovieClip Frame 1Symbol 290 MovieClip
"cowright2"Symbol 301 MovieClip Frame 1Symbol 300 MovieClip
"cowhit"Symbol 301 MovieClip Frame 1Symbol 290 MovieClip
"point"Symbol 305 MovieClip Frame 1Symbol 46 MovieClip
"more"Symbol 305 MovieClip Frame 1Symbol 304 MovieClip
"ball"Symbol 344 MovieClip Frame 1Symbol 305 MovieClip
"change_screen"Symbol 344 MovieClip Frame 1Symbol 51 MovieClip
"rr"Symbol 344 MovieClip Frame 1Symbol 307 MovieClip
"ll"Symbol 344 MovieClip Frame 1Symbol 307 MovieClip
"cowstart"Symbol 344 MovieClip Frame 1Symbol 342 MovieClip
"strength"Symbol 358 MovieClip Frame 1Symbol 355 MovieClip
"press"Symbol 358 MovieClip Frame 1Symbol 357 Button

Special Tags

Protect (24)Timeline Frame 10 bytes ""
ExportAssets (56)Timeline Frame 1Symbol 1 as "coli"
ExportAssets (56)Timeline Frame 1Symbol 3 as "shadow"
ExportAssets (56)Timeline Frame 1Symbol 6 as "b6"
ExportAssets (56)Timeline Frame 1Symbol 3 as "shadow"
ExportAssets (56)Timeline Frame 1Symbol 8 as "b5"
ExportAssets (56)Timeline Frame 1Symbol 3 as "shadow"
ExportAssets (56)Timeline Frame 1Symbol 10 as "b1"
ExportAssets (56)Timeline Frame 1Symbol 3 as "shadow"
ExportAssets (56)Timeline Frame 1Symbol 11 as "b2"
ExportAssets (56)Timeline Frame 1Symbol 3 as "shadow"
ExportAssets (56)Timeline Frame 1Symbol 12 as "b4"
ExportAssets (56)Timeline Frame 1Symbol 3 as "shadow"
ExportAssets (56)Timeline Frame 1Symbol 14 as "b3"
ExportAssets (56)Timeline Frame 1Symbol 16 as "ball_red"
ExportAssets (56)Timeline Frame 1Symbol 19 as "hitter"
ExportAssets (56)Timeline Frame 1Symbol 20 as "hemicircle"
ExportAssets (56)Timeline Frame 1Symbol 3 as "shadow"
ExportAssets (56)Timeline Frame 1Symbol 3 as "shadow"
ExportAssets (56)Timeline Frame 1Symbol 3 as "shadow"
ExportAssets (56)Timeline Frame 1Symbol 23 as "b0"
ExportAssets (56)Timeline Frame 2Symbol 1 as "coli"
ExportAssets (56)Timeline Frame 2Symbol 1 as "coli"
ExportAssets (56)Timeline Frame 2Symbol 1 as "coli"
ExportAssets (56)Timeline Frame 3Symbol 23 as "b0"
ExportAssets (56)Timeline Frame 3Symbol 1 as "coli"
ExportAssets (56)Timeline Frame 3Symbol 1 as "coli"

Labels

"endit"Frame 4
"loaded"Symbol 32 MovieClip Frame 3
"leftslow"Symbol 288 MovieClip Frame 1
"leftfast"Symbol 288 MovieClip Frame 2
"leftfall"Symbol 288 MovieClip Frame 3
"rightslow"Symbol 300 MovieClip Frame 1
"rightfast"Symbol 300 MovieClip Frame 2
"rightfall"Symbol 300 MovieClip Frame 3
"white"Symbol 342 MovieClip Frame 1
"brown"Symbol 342 MovieClip Frame 3
"last"Symbol 373 MovieClip Frame 2

Dynamic Text Variables

showpercentSymbol 31 EditableText"00"
_root.nameSymbol 101 EditableText""
_root.name2Symbol 118 EditableText""
_root.top5Symbol 136 EditableText"TOP 5 SCORERS... James (10), Bob (30), James (10), Bob (30), Bob (30)"
_root.a1Symbol 179 EditableText""
_root.a2Symbol 180 EditableText""
_root.a3Symbol 181 EditableText""
_root.a4Symbol 182 EditableText""
_root.a5Symbol 183 EditableText""
_root.a6Symbol 184 EditableText""
_root.a7Symbol 185 EditableText""
_root.a8Symbol 186 EditableText""
_root.a9Symbol 187 EditableText""
_root.a10Symbol 188 EditableText""
_root.as1Symbol 189 EditableText""
_root.as2Symbol 190 EditableText""
_root.as3Symbol 191 EditableText""
_root.as4Symbol 192 EditableText""
_root.as5Symbol 193 EditableText""
_root.as6Symbol 194 EditableText""
_root.as7Symbol 195 EditableText""
_root.as8Symbol 196 EditableText""
_root.as9Symbol 197 EditableText""
_root.as10Symbol 198 EditableText""
_root.a17Symbol 199 EditableText""
_root.a18Symbol 200 EditableText""
_root.a19Symbol 201 EditableText""
_root.a20Symbol 202 EditableText""
_root.as17Symbol 203 EditableText""
_root.as18Symbol 204 EditableText""
_root.as19Symbol 205 EditableText""
_root.as20Symbol 206 EditableText""
_root.a21Symbol 207 EditableText""
_root.a22Symbol 208 EditableText""
_root.a23Symbol 209 EditableText""
_root.a24Symbol 210 EditableText""
_root.a25Symbol 211 EditableText""
_root.a26Symbol 212 EditableText""
_root.a27Symbol 213 EditableText""
_root.a28Symbol 214 EditableText""
_root.a29Symbol 215 EditableText""
_root.a30Symbol 216 EditableText""
_root.as21Symbol 217 EditableText""
_root.as22Symbol 218 EditableText""
_root.as23Symbol 219 EditableText""
_root.as24Symbol 220 EditableText""
_root.as25Symbol 221 EditableText""
_root.as26Symbol 222 EditableText""
_root.as27Symbol 223 EditableText""
_root.as28Symbol 224 EditableText""
_root.as29Symbol 225 EditableText""
_root.as30Symbol 226 EditableText""
_root.a11Symbol 227 EditableText""
_root.a12Symbol 228 EditableText""
_root.a13Symbol 229 EditableText""
_root.a14Symbol 230 EditableText""
_root.a15Symbol 231 EditableText""
_root.a16Symbol 232 EditableText""
_root.as11Symbol 233 EditableText""
_root.as12Symbol 234 EditableText""
_root.as13Symbol 235 EditableText""
_root.as14Symbol 236 EditableText""
_root.as15Symbol 237 EditableText""
_root.as16Symbol 238 EditableText""
_root.currentnameSymbol 347 EditableText"James"
_root.ballnumSymbol 366 EditableText"1"
_root.nameSymbol 368 EditableText"Player 1"
_root.player1scoreSymbol 369 EditableText"0"
_root.name2Symbol 370 EditableText"Computer"
_root.player2scoreSymbol 371 EditableText"0"
_root.winnerSymbol 380 EditableText""
_root.player1scoreSymbol 400 EditableText"00"
_root.player2scoreSymbol 401 EditableText"00"
_root.nameSymbol 402 EditableText"p1"
_root.name2Symbol 403 EditableText"p1"
_root.a1Symbol 420 EditableText""
_root.a2Symbol 421 EditableText""
_root.a3Symbol 422 EditableText""
_root.a4Symbol 423 EditableText""
_root.a5Symbol 424 EditableText""
_root.a6Symbol 425 EditableText""
_root.a7Symbol 426 EditableText""
_root.a8Symbol 427 EditableText""
_root.a9Symbol 428 EditableText""
_root.a10Symbol 429 EditableText""
_root.as1Symbol 430 EditableText""
_root.as2Symbol 431 EditableText""
_root.as3Symbol 432 EditableText""
_root.as4Symbol 433 EditableText""
_root.as5Symbol 434 EditableText""
_root.as6Symbol 435 EditableText""
_root.as7Symbol 436 EditableText""
_root.as8Symbol 437 EditableText""
_root.as9Symbol 438 EditableText""
_root.as10Symbol 439 EditableText""
_root.a17Symbol 440 EditableText""
_root.a18Symbol 441 EditableText""
_root.a19Symbol 442 EditableText""
_root.a20Symbol 443 EditableText""
_root.as17Symbol 444 EditableText""
_root.as18Symbol 445 EditableText""
_root.as19Symbol 446 EditableText""
_root.as20Symbol 447 EditableText""
_root.a21Symbol 448 EditableText""
_root.a22Symbol 449 EditableText""
_root.a23Symbol 450 EditableText""
_root.a24Symbol 451 EditableText""
_root.a25Symbol 452 EditableText""
_root.a26Symbol 453 EditableText""
_root.a27Symbol 454 EditableText""
_root.a28Symbol 455 EditableText""
_root.a29Symbol 456 EditableText""
_root.a30Symbol 457 EditableText""
_root.as21Symbol 458 EditableText""
_root.as22Symbol 459 EditableText""
_root.as23Symbol 460 EditableText""
_root.as24Symbol 461 EditableText""
_root.as25Symbol 462 EditableText""
_root.as26Symbol 463 EditableText""
_root.as27Symbol 464 EditableText""
_root.as28Symbol 465 EditableText""
_root.as29Symbol 466 EditableText""
_root.as30Symbol 467 EditableText""
_root.a11Symbol 468 EditableText""
_root.a12Symbol 469 EditableText""
_root.a13Symbol 470 EditableText""
_root.a14Symbol 471 EditableText""
_root.a15Symbol 472 EditableText""
_root.a16Symbol 473 EditableText""
_root.as11Symbol 474 EditableText""
_root.as12Symbol 475 EditableText""
_root.as13Symbol 476 EditableText""
_root.as14Symbol 477 EditableText""
_root.as15Symbol 478 EditableText""
_root.as16Symbol 479 EditableText""




http://swfchan.com/5/22963/info.shtml
Created: 26/5 -2019 13:42:20 Last modified: 26/5 -2019 13:42:20 Server time: 14/05 -2024 10:58:26