Frame 1
ifFrameLoaded (95) {
gotoAndStop (3);
}
loaded = Math.round(getBytesLoaded() / 1024);
total = Math.round(getBytesTotal() / 1024);
percent = Math.round((loaded / total) * 100);
loadBar.gotoAndStop(percent);
Frame 2
gotoAndPlay (1);
Frame 3
ball1._x = -999;
ball2._x = -999;
ball3._x = -999;
ball4._x = -999;
ball5._x = -999;
ball6._x = -999;
ball7._x = -999;
ball8._x = -999;
ball9._x = -999;
ball10._x = -999;
ball11._x = -999;
ball12._x = -999;
ball13._x = -999;
ball14._x = -999;
ball15._x = -999;
ball16._x = -999;
ball17._x = -999;
ball18._x = -999;
ball19._x = -999;
ball20._x = -999;
fscommand ("showmenu", "false");
_root.SpeedLimit = 15;
_root.slow = 0;
play();
Instance of Symbol 25 MovieClip "menu" in Frame 3
onClipEvent (enterFrame) {
((_root.veryFirstGame != 1) ? ((_root.soundOn = 1)(_root.veryFirstGame = 1)) : 0);
if (_root.soundOn != 1) {
(menuSound.gotoAndStop(1));// not popped
} else {
(menuSound.gotoAndStop(2));// not popped
}
}
Instance of Symbol 103 MovieClip in Frame 4
onClipEvent (enterFrame) {
if (timeChecked != 1) {
var theTimerObj = new Date();
timer = theTimerObj - startTime;
timer = String(timer);
if (timerSet != 1) {
timerSet = 1;
startTime = theTimerObj.getTime();
}
if ((((2500 < timer) and (timer < 5000)) and (timerSet == 1)) and (SpeedSet != 1)) {
_root.speed = count;
SpeedSet = 1;
timeChecked = 1;
if (_root.soundOn != 1) {
} else {
(_root.SFXbeep.gotoAndPlay(2));// not popped
}
_root.buttonPlay.gotoAndStop(2);
_root.buttonInstr.gotoAndStop(2);
if (_root.speed >= 20) {
((_root.slow = 0));// not popped
} else {
(_root.tooSlow.gotoAndStop(2));// not popped
}
}
count++;
}
}
Frame 27
circle.char.hair.br1.gotoAndPlay(2);
circle.char.hair.br2.gotoAndPlay(2);
circle.char.hair.br3.gotoAndPlay(2);
circle.char.hair.br4.gotoAndPlay(2);
circle.char.hair.br5.gotoAndPlay(2);
circle.char.hair.br6.gotoAndPlay(2);
circle.char.hair.br7.gotoAndPlay(2);
circle.char.hair.br8.gotoAndPlay(2);
circle.char.hair.br9.gotoAndPlay(2);
circle.char.hair.bl1.gotoAndPlay(15);
circle.char.hair.bl2.gotoAndPlay(15);
circle.char.hair.bl3.gotoAndPlay(15);
circle.char.hair.bl4.gotoAndPlay(15);
circle.char.hair.bl5.gotoAndPlay(15);
circle.char.hair.bl6.gotoAndPlay(15);
circle.char.hair.bl7.gotoAndPlay(15);
circle.char.hair.bl8.gotoAndPlay(15);
circle.char.hair.bl9.gotoAndPlay(15);
Frame 37
circle.char.hair.br1.gotoAndPlay(2);
circle.char.hair.br2.gotoAndPlay(2);
circle.char.hair.br3.gotoAndPlay(2);
circle.char.hair.br4.gotoAndPlay(2);
circle.char.hair.br5.gotoAndPlay(2);
circle.char.hair.br6.gotoAndPlay(2);
circle.char.hair.br7.gotoAndPlay(2);
circle.char.hair.br8.gotoAndPlay(2);
circle.char.hair.br9.gotoAndPlay(2);
circle.char.hair.bl1.gotoAndPlay(15);
circle.char.hair.bl2.gotoAndPlay(15);
circle.char.hair.bl3.gotoAndPlay(15);
circle.char.hair.bl4.gotoAndPlay(15);
circle.char.hair.bl5.gotoAndPlay(15);
circle.char.hair.bl6.gotoAndPlay(15);
circle.char.hair.bl7.gotoAndPlay(15);
circle.char.hair.bl8.gotoAndPlay(15);
circle.char.hair.bl9.gotoAndPlay(15);
Frame 38
stop();
Frame 43
_root.player.gotoAndStop(5);
Instance of Symbol 136 MovieClip "player" in Frame 43
onClipEvent (keyDown) {
keypressed = Key.getCode();
if (keypressed == 37) {
if (_root.playerPos == "M") {
_root.playerPos = "L";
_root.player.gotoAndPlay("MtoL");
}
if (_root.playerPos == "R") {
_root.playerPos = "M";
_root.player.gotoAndPlay("RtoM");
}
}
if (keypressed == 39) {
if (_root.playerPos == "M") {
_root.playerPos = "R";
_root.player.gotoAndPlay("MtoR");
}
if (_root.playerPos == "L") {
_root.playerPos = "M";
_root.player.gotoAndPlay("LtoM");
}
}
}
Frame 54
gotoAndPlay (93);
Frame 61
loadBar.loadBar.gotoAndStop(100);
Frame 67
gotoAndPlay (61);
Frame 80
_root.player.gotoAndStop(5);
Instance of Symbol 136 MovieClip "player" in Frame 80
onClipEvent (keyDown) {
keypressed = Key.getCode();
if (keypressed == 37) {
if (_root.playerPos == "M") {
_root.playerPos = "L";
_root.player.gotoAndPlay("MtoL");
}
if (_root.playerPos == "R") {
_root.playerPos = "M";
_root.player.gotoAndPlay("RtoM");
}
}
if (keypressed == 39) {
if (_root.playerPos == "M") {
_root.playerPos = "R";
_root.player.gotoAndPlay("MtoR");
}
if (_root.playerPos == "L") {
_root.playerPos = "M";
_root.player.gotoAndPlay("LtoM");
}
}
}
Frame 92
gotoAndPlay (93);
Frame 93
duplicateMovieClip ("frame", frameUpper, 9999);
_quality = "medium ";
_root.playerPos = "M";
_root.player.gotoAndStop(5);
Instance of Symbol 25 MovieClip "menu" in Frame 93
onClipEvent (enterFrame) {
((_root.veryFirstGame != 1) ? ((_root.soundOn = 1)(_root.veryFirstGame = 1)) : 0);
if (_root.soundOn != 1) {
(menuSound.gotoAndStop(1));// not popped
} else {
(menuSound.gotoAndStop(2));// not popped
}
}
Instance of Symbol 136 MovieClip "player" in Frame 93
onClipEvent (keyDown) {
keypressed = Key.getCode();
if (keypressed == 37) {
if (_root.playerPos == "M") {
_root.playerPos = "L";
_root.player.gotoAndPlay("MtoL");
}
if (_root.playerPos == "R") {
_root.playerPos = "M";
_root.player.gotoAndPlay("RtoM");
}
}
if (keypressed == 39) {
if (_root.playerPos == "M") {
_root.playerPos = "R";
_root.player.gotoAndPlay("MtoR");
}
if (_root.playerPos == "L") {
_root.playerPos = "M";
_root.player.gotoAndPlay("LtoM");
}
}
}
Frame 94
delete scoreid;
delete complete;
_root.gameStarted = 0;
if (_root.demo == 1) {
practiceMC.gotoAndStop(2);
gotoAndPlay (99);
}
Frame 95
if ((gameID == null) or (playerID == null)) {
gotoAndPlay (94);
}
Frame 96
if (_root.demo == 0) {
CPUSpeed = _root.speed;
Mode = "StartGame";
SpankMyMonkey = "";
MonkeyText = "";
loadVariablesNum ("../index.cfm?page=games.act_playgame", 0, "POST");
}
Frame 97
if (scoreid == 0) {
gotoAndStop (162);
}
if (0 < scoreid) {
gotoAndPlay (99);
}
Frame 98
gotoAndPlay (97);
Frame 99
c = 1;
while (c < 11) {
this["ball" + c]._x = 999;
removeMovieClip("ball" + c);
ballOn[c] = 0;
c++;
}
Frame 144
function reset() {
ballon[1] = 1;
c = 1;
while (c < maxBalls) {
this["ball" + c]._x = movWidth + 13;
duplicateMovieClip ("ball1", "ball" + (c + 1), c);
this["ball" + c].gotoAndStop(1);
c++;
}
hiscoreSet = 0;
_root.lostalife = 0;
ballpos = new Array("R", "R", "R", "R", "R", "R", "R", "R", "R", "R");
_root.ballStart = new Array(0, 0, 0, 0, 0, 0, 0, 0, 0, 0);
_root.ballCounter = new Array(0, 0, 0, 0, 0, 0, 0, 0, 0, 0);
counter = new Array(0, 0, 0, 0, 0, 0, 0, 0, 0, 0);
start = new Array(0, 0, 0, 0, 0, 0, 0, 0, 0, 0);
moving = new Array(0, 0, 0, 0, 0, 0, 0, 0, 0, 0);
ballDropped = new Array(0, 0, 0, 0, 0, 0, 0, 0, 0, 0);
_root.dropped = 0;
playOK = 1;
}
function removeBalls() {
c = 1;
while (c < 11) {
removeMovieClip("ball" + c);
ballOn[c] = 0;
c++;
}
}
if (_root.demo == 1) {
MonkeyText = "demo";
}
MonkeyText = "_root.MonkeyText";
_root.framesElapsed = 0;
_root.bonusBeen = false;
_root.gameStarted = 0;
movWidth = 470;
MaxBalls = 10;
curBalls = 1;
startTm = 0;
youvelost.gotoAndStop(1);
gamescore = 0;
gameOver = 0;
BouncePause = 60;
BounceFrms = 80;
ballOn = new Array(0, 0, 0, 0, 0, 0, 0, 0, 0, 0);
_root.ballStarter = new Array(0, 0, 0, 0, 0, 0, 0, 0, 0, 0);
_root.playerPos = "M";
_root.player.gotoAndStop(5);
_root.playerJump.gotoAndStop(1);
reset();
play();
Frame 145
d = 1;
while (d < (curBalls + 1)) {
if (ballon[d] == 0) {
_root.ballStarter[d] = 1;
}
d++;
}
cc = 1;
while (cc < (curBalls + 1)) {
Fnum = getProperty("ball" + cc, _currentframe);
if (147 < Fnum) {
setProperty("ball" + cc, _x , movWidth + 13);
_root.ballStarter[cc] = 1;
if (_root.soundOn != 1) {
} else {
(_root.SFXclap.gotoAndPlay(2));// not popped
}
if (this["ball" + cc].bonus == true) {
this["ball" + cc].bonus = false;
_root.bonusBeen = true;
this["ball" + cc].ball.ball.gotoAndStop(1);
_root.bonusWin.gotoAndStop(2);
}
tellTarget ("ball" + cc) {
gotoAndStop (1);
};
}
if (_root.ballStarter[cc] == 1) {
_root.ballStarter[cc] = 2;
_root.ballCounter[cc] = 0;
_root.ballStart[cc] = random(50);
ballOn[cc] = 0;
}
if (_root.ballStarter[cc] == 2) {
_root.ballCounter[cc]++;
if (_root.ballStart[cc] < _root.ballCounter[cc]) {
(((((_root.demo == 0) and (random(7) == 1)) and (_root.bonusBeen == false)) and (_root.gamePlayCost != 4)) ? ((_root.bonusBeen = "set")) : 0);
(((_root.demo == 1) and (_root.bonusBeen == false)) ? ((_root.bonusBeen = "set")) : 0);
_root.ballStarter[cc] = 0;
ballOn[cc] = 1;
}
}
if (playOK == 1) {
ballX = getProperty("ball" + cc, _x);
if ((playerpos == ballpos[cc]) and (_root.dropped == 0)) {
if ((16 < Fnum) and (Fnum < 21)) {
player.playerJump.gotoAndPlay(2);
((10 < gamescore) ? ((curBalls = 2)) : 0);
((35 < gamescore) ? ((curBalls = 3)) : 0);
((100 < gamescore) ? ((curBalls = 4)) : 0);
((200 < gamescore) ? ((curBalls = 5)) : 0);
((300 < gamescore) ? ((curBalls = 6)) : 0);
((400 < gamescore) ? ((curBalls = 7)) : 0);
((600 < gamescore) ? ((curBalls = 8)) : 0);
((800 < gamescore) ? ((curBalls = 9)) : 0);
((1000 < gamescore) ? ((curBalls = 10)) : 0);
((1300 < gamescore) ? ((curBalls = 11)) : 0);
}
if ((22 < Fnum) and (Fnum < 29)) {
if (_root.soundOn != 1) {
} else {
(SFXheader.gotoAndPlay(2));// not popped
}
gamescore++;
if (ballX < 200) {
ballpos[cc] = "R";
tellTarget ("ball" + cc) {
gotoAndPlay ("score");
};
} else {
((ballpos[cc] == "M") ? ((ballpos[cc] = "L")) : 0);
((ballpos[cc] == "R") ? ((ballpos[cc] = "M")) : 0);
tellTarget ("ball" + cc) {
gotoAndPlay (40);
};
}
}
}
}
BXpos = getProperty("ball" + cc, _x);
curFrm = getProperty("ball" + cc, _currentframe);
if (curFrm == 30) {
if (_root.dropped == 0) {
if (_root.soundOn != 1) {
} else {
(_root.SFXgroan.gotoAndPlay(2));// not popped
}
if ((_root.bonusBeen != true) and (this["ball" + cc].bonus == true)) {
this["ball" + cc].bonus = false;
_root.bonusBeen = "dropped";
MonkeyText = "";
}
}
tellTarget ("ball" + cc) {
gotoAndPlay ("dropBounce");
};
_root.dropped = 1;
ballOn[cc] = 0;
ballDropped[cc] = 1;
}
if ((ballOn[cc] == 1) and (ballDropped[cc] == 0)) {
this["ball" + cc]._x = this["ball" + cc]._x - 3.2;
this["ball" + cc].nextFrame();
if (_root.bonusBeen == "set") {
_root.bonusBeen = "now";
if (MonkeyText == "demo") {
} else {
(this["ball" + cc].ball.ball.gotoAndStop("bonus"));// not popped
}
if (MonkeyText != "demo") {
} else {
(this["ball" + cc].ball.ball.gotoAndStop("demo"));// not popped
}
this["ball" + cc].bonus = true;
}
}
cc++;
}
if (gameOver == 1) {
if (_root.soundOn != 1) {
} else {
(SFXwhistle.gotoAndPlay(2));// not popped
}
gameOver = 0;
playOK = 0;
removeBalls();
gameOverMC.gotoAndPlay(2);
gotoAndPlay (152);
}
Frame 146
gotoAndPlay (145);
Frame 152
if (_root.bonusBeen == true) {
MonkeyCaught = 1;
} else {
MonkeyCaught = 0;
}
score = _root.gamescore;
(((_root.slow == 1) or (_root.demo == 1)) ? ((score = 0)) : 0);
if (_root.demo == 0) {
Mode = "EndGame";
loadVariablesNum ("../index.cfm?page=games.act_playgame", 0, "POST");
}
if (_root.demo == 1) {
Mode = "Trial";
loadVariablesNum ("../index.cfm?page=games.act_playgame", 0, "POST");
}
gotTopTen = false;
Frame 153
if (_root.gotoIntro == true) {
_root.gotoIntro = false;
gotoAndPlay (3);
}
if (((complete == 1) or (_root.demo == 1)) and (gotTopTen == false)) {
gotTopTen = true;
Mode = "Scores";
loadVariablesNum ("../index.cfm?page=games.act_playgame", 0, "POST");
}
Frame 154
gotoAndPlay (153);
Frame 162
stop();
Symbol 19 Button
on (release) {
_root.soundOn = 1;
gotoAndStop (2);
}
Symbol 22 Button
on (release) {
_root.soundOn = 0;
gotoAndStop (1);
}
Symbol 23 MovieClip Frame 1
stop();
Symbol 23 MovieClip Frame 2
stop();
Symbol 27 Button
on (release) {
gotoAndStop (1);
}
Symbol 35 MovieClip Frame 1
stop();
Symbol 35 MovieClip Frame 2
_root.Slow = 1;
stop();
Symbol 38 MovieClip Frame 1
stop();
Symbol 38 MovieClip Frame 13
_root.BOfull = true;
_root.gotoAndPlay("startGame");
Symbol 42 Button
on (release) {
_root.gotoAndPlay("instr");
}
on (rollOver) {
_root.buttonInstr.InstrButton.gotoAndPlay(2);
}
on (rollOut) {
_root.buttonInstr.InstrButton.gotoAndStop(1);
}
Symbol 45 MovieClip Frame 1
stop();
Symbol 45 MovieClip Frame 19
gotoAndPlay (2);
Symbol 46 MovieClip Frame 1
stop();
Symbol 46 MovieClip Frame 2
stop();
Symbol 52 Button
on (release) {
_root.demo = 1;
_root.gotoAndPlay("playGame");
}
on (rollOver) {
if (_root.soundOn != 1) {
} else {
(_root.SFXbeep.gotoAndPlay(2));// not popped
}
}
Symbol 53 MovieClip Frame 1
stop();
Symbol 53 MovieClip Frame 2
stop();
Symbol 65 MovieClip Frame 1
stop();
Symbol 65 MovieClip Frame 2
gotoAndPlay(random(8) + 1);
Symbol 65 MovieClip Frame 14
stop();
Symbol 65 MovieClip Frame 15
play();
Symbol 65 MovieClip Frame 16
gotoAndPlay(random(8) + 15);
Symbol 65 MovieClip Frame 28
stop();
Symbol 89 MovieClip Frame 1
stop();
Symbol 89 MovieClip Frame 4
hair.bl1.gotoAndPlay(8);
hair.bl2.gotoAndPlay(8);
hair.bl3.gotoAndPlay(8);
hair.bl4.gotoAndPlay(8);
hair.bl5.gotoAndPlay(8);
hair.bl6.gotoAndPlay(8);
hair.bl7.gotoAndPlay(8);
hair.bl8.gotoAndPlay(8);
hair.bl9.gotoAndPlay(8);
hair.br1.gotoAndPlay(8);
hair.br2.gotoAndPlay(8);
hair.br3.gotoAndPlay(8);
hair.br4.gotoAndPlay(8);
hair.br5.gotoAndPlay(8);
hair.br6.gotoAndPlay(8);
hair.br7.gotoAndPlay(8);
hair.br8.gotoAndPlay(8);
hair.br9.gotoAndPlay(8);
Symbol 89 MovieClip Frame 12
gotoAndStop (1);
Symbol 89 MovieClip Frame 14
play();
Symbol 89 MovieClip Frame 32
gotoAndStop (1);
Symbol 89 MovieClip Frame 44
play();
Symbol 89 MovieClip Frame 62
gotoAndStop (1);
Symbol 106 Button
on (release) {
getURL ("http://www.miniworldgames.com/", "_blank");
}
Symbol 123 MovieClip Frame 16
stop();
Symbol 124 MovieClip Frame 1
stop();
Symbol 124 MovieClip Frame 2
stop();
Symbol 124 MovieClip Frame 3
stop();
Symbol 124 MovieClip Frame 4
_root.gameOver = 1;
Symbol 124 MovieClip Frame 5
stop();
Symbol 128 MovieClip Frame 1
if (0 < (((_root.balldropped[1] + _root.balldropped[2]) + _root.balldropped[3]) + _root.balldropped[4])) {
stop();
} else {
play();
}
Symbol 132 MovieClip Frame 1
if (_root.bonusbeen == "dropped") {
ball.ball.gotoAndStop(1);
}
stop();
Symbol 132 MovieClip Frame 60
gotoAndPlay (2);
Symbol 132 MovieClip Frame 91
if (_root.lostalife != 1) {
_root.lostalife = 1;
_root.livesLost.nextFrame();
}
Symbol 132 MovieClip Frame 103
_root.ball1._x = 900;
_root.ball2._x = 900;
_root.ball3._x = 900;
_root.ball4._x = 900;
_root.ball5._x = 900;
_root.ball6._x = 900;
Symbol 132 MovieClip Frame 136
if (_root.gameover == 0) {
_root.reset();
_root.PlayOK = 1;
}
stop();
Symbol 132 MovieClip Frame 140
play();
Symbol 132 MovieClip Frame 146
_root.gamescore = _root.gamescore + 2;
Symbol 132 MovieClip Frame 152
gotoAndStop (1);
Symbol 136 MovieClip Frame 1
_root.playerPos = "R";
stop();
Symbol 136 MovieClip Frame 2
play();
Symbol 136 MovieClip Frame 5
if (_root.playOK == 1) {
playerJump.gotoAndPlay("leftBend");
playerJump.hair.br1.gotoAndPlay(2);
playerJump.hair.br2.gotoAndPlay(2);
playerJump.hair.br3.gotoAndPlay(2);
playerJump.hair.br4.gotoAndPlay(2);
playerJump.hair.br5.gotoAndPlay(2);
playerJump.hair.br6.gotoAndPlay(2);
playerJump.hair.br7.gotoAndPlay(2);
playerJump.hair.br8.gotoAndPlay(2);
playerJump.hair.br9.gotoAndPlay(2);
playerJump.hair.bl1.gotoAndPlay(15);
playerJump.hair.bl2.gotoAndPlay(15);
playerJump.hair.bl3.gotoAndPlay(15);
playerJump.hair.bl4.gotoAndPlay(15);
playerJump.hair.bl5.gotoAndPlay(15);
playerJump.hair.bl6.gotoAndPlay(15);
playerJump.hair.bl7.gotoAndPlay(15);
playerJump.hair.bl8.gotoAndPlay(15);
playerJump.hair.bl9.gotoAndPlay(15);
}
if (_root.playerpos == "L") {
nextFrame();
} else {
stop();
}
Symbol 136 MovieClip Frame 6
play();
Symbol 136 MovieClip Frame 9
playerJump.gotoAndPlay("leftBend");
playerJump.hair.br1.gotoAndPlay(2);
playerJump.hair.br2.gotoAndPlay(2);
playerJump.hair.br3.gotoAndPlay(2);
playerJump.hair.br4.gotoAndPlay(2);
playerJump.hair.br5.gotoAndPlay(2);
playerJump.hair.br6.gotoAndPlay(2);
playerJump.hair.br7.gotoAndPlay(2);
playerJump.hair.br8.gotoAndPlay(2);
playerJump.hair.br9.gotoAndPlay(2);
playerJump.hair.bl1.gotoAndPlay(15);
playerJump.hair.bl2.gotoAndPlay(15);
playerJump.hair.bl3.gotoAndPlay(15);
playerJump.hair.bl4.gotoAndPlay(15);
playerJump.hair.bl5.gotoAndPlay(15);
playerJump.hair.bl6.gotoAndPlay(15);
playerJump.hair.bl7.gotoAndPlay(15);
playerJump.hair.bl8.gotoAndPlay(15);
playerJump.hair.bl9.gotoAndPlay(15);
stop();
Symbol 136 MovieClip Frame 10
play();
Symbol 136 MovieClip Frame 13
playerJump.gotoAndPlay("RightBend");
playerJump.hair.bl1.gotoAndPlay(2);
playerJump.hair.bl2.gotoAndPlay(2);
playerJump.hair.bl3.gotoAndPlay(2);
playerJump.hair.bl4.gotoAndPlay(2);
playerJump.hair.bl5.gotoAndPlay(2);
playerJump.hair.bl6.gotoAndPlay(2);
playerJump.hair.bl7.gotoAndPlay(2);
playerJump.hair.bl8.gotoAndPlay(2);
playerJump.hair.bl9.gotoAndPlay(2);
playerJump.hair.br1.gotoAndPlay(15);
playerJump.hair.br2.gotoAndPlay(15);
playerJump.hair.br3.gotoAndPlay(15);
playerJump.hair.br4.gotoAndPlay(15);
playerJump.hair.br5.gotoAndPlay(15);
playerJump.hair.br6.gotoAndPlay(15);
playerJump.hair.br7.gotoAndPlay(15);
playerJump.hair.br8.gotoAndPlay(15);
playerJump.hair.br9.gotoAndPlay(15);
if (_root.playerpos == "R") {
nextFrame();
} else {
stop();
}
Symbol 136 MovieClip Frame 14
play();
Symbol 136 MovieClip Frame 17
playerJump.gotoAndPlay("RightBend");
playerJump.hair.bl1.gotoAndPlay(2);
playerJump.hair.bl2.gotoAndPlay(2);
playerJump.hair.bl3.gotoAndPlay(2);
playerJump.hair.bl4.gotoAndPlay(2);
playerJump.hair.bl5.gotoAndPlay(2);
playerJump.hair.bl6.gotoAndPlay(2);
playerJump.hair.bl7.gotoAndPlay(2);
playerJump.hair.bl8.gotoAndPlay(2);
playerJump.hair.bl9.gotoAndPlay(2);
playerJump.hair.br1.gotoAndPlay(15);
playerJump.hair.br2.gotoAndPlay(15);
playerJump.hair.br3.gotoAndPlay(15);
playerJump.hair.br4.gotoAndPlay(15);
playerJump.hair.br5.gotoAndPlay(15);
playerJump.hair.br6.gotoAndPlay(15);
playerJump.hair.br7.gotoAndPlay(15);
playerJump.hair.br8.gotoAndPlay(15);
playerJump.hair.br9.gotoAndPlay(15);
_root.playerPos = "R";
stop();
Symbol 142 Button
on (release) {
gotoAndPlay (3);
}
Symbol 145 Button
on (release) {
_root.kick = 1;
_root.playOK = 1;
_root.footyB.gotoAndStop(1);
}
Symbol 153 MovieClip Frame 16
_root.KeyLeft.gotoAndPlay(2);
Symbol 153 MovieClip Frame 54
_root.KeyRight.gotoAndPlay(2);
Symbol 158 MovieClip Frame 1
stop();
Symbol 158 MovieClip Frame 3
play();
Symbol 159 MovieClip Frame 1
stop();
Symbol 159 MovieClip Frame 3
play();
Symbol 160 MovieClip Frame 1
stop();
Symbol 160 MovieClip Frame 3
play();
Symbol 161 MovieClip Frame 1
stop();
Symbol 166 MovieClip Frame 1
stop();
Symbol 166 MovieClip Frame 29
stop();
Symbol 169 MovieClip Frame 1
stop();
Symbol 169 MovieClip Frame 21
stop();
Symbol 172 MovieClip Frame 1
stop();
Symbol 172 MovieClip Frame 10
stop();
Symbol 175 MovieClip Frame 1
stop();
Symbol 175 MovieClip Frame 36
stop();
Symbol 182 MovieClip Frame 1
server1Count = 0;
Symbol 182 MovieClip Frame 25
server1Count++;
if (1200 < server1Count) {
PromptServer.gotoAndStop(2);
server1Count = 0;
}
Symbol 182 MovieClip Frame 26
gotoAndPlay (25);
Symbol 184 MovieClip Frame 1
server1Count = 0;
Symbol 184 MovieClip Frame 25
server1Count++;
if (1200 < server1Count) {
PromptServer.gotoAndStop(2);
server1Count = 0;
}
Symbol 184 MovieClip Frame 26
gotoAndPlay (25);
Symbol 197 Button
on (release) {
if (_root.demo == 1) {
unloadMovieNum (989898);
}
_root.gotoIntro = true;
}
Symbol 207 MovieClip Frame 1
play();
Symbol 207 MovieClip Frame 7
stop();
Symbol 209 MovieClip Frame 1
frm = random(50);
gotoAndPlay(frm);
Symbol 209 MovieClip Frame 54
gotoAndPlay (1);
Symbol 211 MovieClip Frame 1
pcount = 0;
pactive = true;
Symbol 211 MovieClip Frame 2
pcount++;
if (60 < pcount) {
pactive = false;
}
if (90 < pcount) {
pcount = 0;
c = 1;
while (c < 8) {
removeMovieClip("blob" + c);
c++;
}
}
Symbol 211 MovieClip Frame 3
gotoAndPlay (2);
Symbol 213 Button
on (release) {
getURL ("http://www.miniworldgames.com/", "_blank");
}
Symbol 215 MovieClip Frame 1
stop();
Symbol 215 MovieClip Frame 2
_quality = "high";
Symbol 215 MovieClip Frame 81
stop();