Frame 2
_root.Correct = ["You know your shit !", "There's no flies on you !", "Turd-tastic", "You're doing excrement !", "You're poo good at this", "You're scategorically the best !", "Poo-riffic", "Spec-crapular!"];
_root.Incorrect = ["What a bunch of poop !", "You soft turd !", "You stupid dump !", "What a crappy answer", "Utter shit", "You're shit at this game", "You're such a returd", "You're basturd useless"];
EndQuotes = ["A WASTE of time", "POOr performance", "Too SCATty for your own good", "STOOL soon get better!", "PLIP PLIP hooray !", "You DUNG well", "You're SHIT hot !"];
CorrectSounds = ["RightSound1", "RightSound2", "RightSound3", "RightSound4"];
CorrectPlay = new Sound(this);
IncorrectSounds = ["WrongSound1", "WrongSound2", "WrongSound3", "WrongSound4"];
IncorrectPlay = new Sound(this);
_root.BadSounds = ["Baddy1", "Baddy2", "Baddy3", "Baddy4", "Baddy5", "Baddy6", "Baddy7", "Baddy8"];
_root.BadPlay = new Sound(this);
_root.GoodSounds = ["Goody1", "Goody2", "Goody3", "Goody4", "Goody5", "Goody6", "Goody7", "Goody8"];
_root.GoodPlay = new Sound(this);
SwitchPlay = new Sound(this);
SwitchPlay.attachSound("Switch");
play();
Frame 3
TotalScore = 0;
Frame 124
TotalScore = 0;
gotoAndPlay (125);
Frame 125
var TotalScore = 0;
Frame 254
PlayBut.enabled = false;
InstBut.enabled = false;
Frame 282
PlayBut.enabled = true;
InstBut.enabled = true;
stop();
Frame 283
var TotalScore = 0;
stop();
Frame 284
_root.FartDelay = Math.ceil(Math.random() * 5);
_root.FartAppear = Math.ceil(Math.random() * 15);
ButtonA.enabled = true;
ButtonB.enabled = true;
ButtonC.enabled = true;
ButtonD.enabled = true;
Output = "Question 1";
stop();
Frame 288
ButtonA.enabled = false;
ButtonB.enabled = false;
ButtonC.enabled = false;
ButtonD.enabled = false;
Frame 298
Output = "Correct";
_root.Randy = Math.floor(Math.random() * CorrectSounds.length);
CorrectPlay.attachSound(CorrectSounds[_root.Randy]);
CorrectPlay.start(0, 1);
Frame 357
play();
Frame 358
if (_root.Correct.length == 0) {
_root.Correct = ["You know your shit !", "There's no flies on you !", "Turd-tastic", "You're doing excrement !", "You're poo good at this", "You're scategorically the best !", "Poo-riffic", "Spec-crapular!"];
_root.GoodSounds = ["Goody1", "Goody2", "Goody3", "Goody4", "Goody5", "Goody6", "Goody7", "Goody8"];
prevFrame();
} else {
_root.myRandom = random(_root.Correct.length);
Output = _root.Correct[_root.myRandom];
_root.GoodPlay.attachSound(_root.GoodSounds[_root.myRandom]);
_root.GoodPlay.start(0, 1);
_root.Correct.splice(_root.myRandom, 1);
_root.GoodSounds.splice(_root.myRandom, 1);
}
Frame 359
TotalScore = TotalScore + 1;
Frame 434
_root.frame = Math.ceil(Math.random() * 3);
gotoAndPlay(_root.frame +591);
Frame 444
ButtonA.enabled = false;
ButtonB.enabled = false;
ButtonC.enabled = false;
ButtonD.enabled = false;
Frame 454
Output = "Wrong";
_root.RandNum = Math.floor(Math.random() * IncorrectSounds.length);
IncorrectPlay.attachSound(IncorrectSounds[_root.RandNum]);
IncorrectPlay.start(0, 1);
Frame 513
play();
Frame 514
if (_root.Incorrect.length == 0) {
_root.Incorrect = ["What a bunch of poop !", "You soft turd !", "You stupid dump !", "What a crappy answer", "Utter shit", "You're shit at this game", "You're such a returd", "You're basturd useless"];
_root.BadSounds = ["Baddy1", "Baddy2", "Baddy3", "Baddy4", "Baddy5", "Baddy6", "Baddy7", "Baddy8"];
prevFrame();
} else {
_root.myRandom = random(_root.Incorrect.length);
Output = _root.Incorrect[_root.myRandom];
_root.BadPlay.attachSound(_root.BadSounds[_root.myRandom]);
_root.BadPlay.start(0, 1);
_root.Incorrect.splice(_root.myRandom, 1);
_root.BadSounds.splice(_root.myRandom, 1);
}
Frame 591
_root.frame = Math.ceil(Math.random() * 3);
gotoAndPlay(_root.frame +591);
Frame 592
_root.FartDelay = Math.ceil(Math.random() * 5);
_root.FartAppear = Math.ceil(Math.random() * 15);
ButtonA.enabled = true;
ButtonB.enabled = true;
ButtonC.enabled = true;
ButtonD.enabled = true;
Output = "Question 2";
stop();
_root.FlyChosen = Math.ceil(Math.random() * 3);
FlyDelay = Math.ceil(Math.random() * 6);
FlyAppear = Math.ceil(Math.random() * 15);
stop();
Frame 593
_root.FartDelay = Math.ceil(Math.random() * 5);
_root.FartAppear = Math.ceil(Math.random() * 15);
ButtonA.enabled = true;
ButtonB.enabled = true;
ButtonC.enabled = true;
ButtonD.enabled = true;
Output = "Question 2";
stop();
_root.FlyChosen = Math.ceil(Math.random() * 3);
FlyDelay = Math.ceil(Math.random() * 6);
FlyAppear = Math.ceil(Math.random() * 15);
stop();
Frame 594
_root.FartDelay = Math.ceil(Math.random() * 5);
_root.FartAppear = Math.ceil(Math.random() * 15);
ButtonA.enabled = true;
ButtonB.enabled = true;
ButtonC.enabled = true;
ButtonD.enabled = true;
Output = "Question 2";
stop();
_root.FlyChosen = Math.ceil(Math.random() * 3);
FlyDelay = Math.ceil(Math.random() * 6);
FlyAppear = Math.ceil(Math.random() * 15);
stop();
Frame 596
ButtonA.enabled = false;
ButtonB.enabled = false;
ButtonC.enabled = false;
ButtonD.enabled = false;
if (FlyAppear == 1) {
if (_root.FlyChosen == 1) {
AFly._visible = true;
AFly2._visible = false;
AFly3._visible = false;
} else if (_root.FlyChosen == 2) {
AFly._visible = false;
AFly2._visible = true;
AFly3._visible = false;
} else if (_root.FlyChosen == 3) {
AFly._visible = false;
AFly2._visible = false;
AFly3._visible = true;
}
} else {
AFly._visible = false;
AFly2._visible = false;
AFly3._visible = false;
}
Frame 606
Output = "Correct";
Randage = Math.floor(Math.random() * CorrectSounds.length);
CorrectPlay.attachSound(CorrectSounds[Randage]);
CorrectPlay.start(0, 1);
Frame 665
play();
Frame 666
if (_root.Correct.length == 0) {
_root.Correct = ["You know your shit !", "There's no flies on you !", "Turd-tastic", "You're doing excrement !", "You're poo good at this", "You're scategorically the best !", "Poo-riffic", "Spec-crapular!"];
_root.GoodSounds = ["Goody1", "Goody2", "Goody3", "Goody4", "Goody5", "Goody6", "Goody7", "Goody8"];
prevFrame();
} else {
_root.myRandom = random(_root.Correct.length);
Output = _root.Correct[_root.myRandom];
_root.GoodPlay.attachSound(_root.GoodSounds[_root.myRandom]);
_root.GoodPlay.start(0, 1);
_root.Correct.splice(_root.myRandom, 1);
_root.GoodSounds.splice(_root.myRandom, 1);
}
Frame 667
TotalScore = TotalScore + 1;
Frame 742
_root.frame = Math.ceil(Math.random() * 3);
stopAllSounds();
gotoAndPlay(_root.frame +1547);
Frame 752
ButtonA.enabled = false;
ButtonB.enabled = false;
ButtonC.enabled = false;
ButtonD.enabled = false;
if (FlyAppear == 1) {
if (_root.FlyChosen == 1) {
AFly._visible = true;
AFly2._visible = false;
AFly3._visible = false;
} else if (_root.FlyChosen == 2) {
AFly._visible = false;
AFly2._visible = true;
AFly3._visible = false;
} else if (_root.FlyChosen == 3) {
AFly._visible = false;
AFly2._visible = false;
AFly3._visible = true;
}
} else {
AFly._visible = false;
AFly2._visible = false;
AFly3._visible = false;
}
Frame 762
Output = "Wrong";
Rander = Math.floor(Math.random() * IncorrectSounds.length);
IncorrectPlay.attachSound(IncorrectSounds[Rander]);
IncorrectPlay.start(0, 1);
Frame 820
play();
Frame 821
if (_root.Incorrect.length == 0) {
_root.Incorrect = ["What a bunch of poop !", "You soft turd !", "You stupid dump !", "What a crappy answer", "Utter shit", "You're shit at this game", "You're such a returd", "You're basturd useless"];
_root.BadSounds = ["Baddy1", "Baddy2", "Baddy3", "Baddy4", "Baddy5", "Baddy6", "Baddy7", "Baddy8"];
prevFrame();
} else {
_root.myRandom = random(_root.Incorrect.length);
Output = _root.Incorrect[_root.myRandom];
_root.BadPlay.attachSound(_root.BadSounds[_root.myRandom]);
_root.BadPlay.start(0, 1);
_root.Incorrect.splice(_root.myRandom, 1);
_root.BadSounds.splice(_root.myRandom, 1);
}
Frame 896
_root.frame = Math.ceil(Math.random() * 3);
stopAllSounds();
gotoAndPlay(_root.frame +1547);
Frame 912
ButtonA.enabled = false;
ButtonB.enabled = false;
ButtonC.enabled = false;
ButtonD.enabled = false;
if (FlyAppear == 1) {
if (_root.FlyChosen == 1) {
AFly._visible = true;
AFly2._visible = false;
AFly3._visible = false;
} else if (_root.FlyChosen == 2) {
AFly._visible = false;
AFly2._visible = true;
AFly3._visible = false;
} else if (_root.FlyChosen == 3) {
AFly._visible = false;
AFly2._visible = false;
AFly3._visible = true;
}
} else {
AFly._visible = false;
AFly2._visible = false;
AFly3._visible = false;
}
Frame 922
Output = "Correct";
Rands = Math.floor(Math.random() * CorrectSounds.length);
CorrectPlay.attachSound(CorrectSounds[Rands]);
CorrectPlay.start(0, 1);
Frame 980
play();
Frame 981
if (_root.Correct.length == 0) {
_root.Correct = ["You know your shit !", "There's no flies on you !", "Turd-tastic", "You're doing excrement !", "You're poo good at this", "You're scategorically the best !", "Poo-riffic", "Spec-crapular!"];
_root.GoodSounds = ["Goody1", "Goody2", "Goody3", "Goody4", "Goody5", "Goody6", "Goody7", "Goody8"];
prevFrame();
} else {
_root.myRandom = random(_root.Correct.length);
Output = _root.Correct[_root.myRandom];
_root.GoodPlay.attachSound(_root.GoodSounds[_root.myRandom]);
_root.GoodPlay.start(0, 1);
_root.Correct.splice(_root.myRandom, 1);
_root.GoodSounds.splice(_root.myRandom, 1);
}
Frame 982
TotalScore = TotalScore + 1;
Frame 1059
_root.frame = Math.ceil(Math.random() * 3);
stopAllSounds();
gotoAndPlay(_root.frame +1547);
Frame 1069
ButtonA.enabled = false;
ButtonB.enabled = false;
ButtonC.enabled = false;
ButtonD.enabled = false;
if (FlyAppear == 1) {
if (_root.FlyChosen == 1) {
AFly._visible = true;
AFly2._visible = false;
AFly3._visible = false;
} else if (_root.FlyChosen == 2) {
AFly._visible = false;
AFly2._visible = true;
AFly3._visible = false;
} else if (_root.FlyChosen == 3) {
AFly._visible = false;
AFly2._visible = false;
AFly3._visible = true;
}
} else {
AFly._visible = false;
AFly2._visible = false;
AFly3._visible = false;
}
Frame 1079
Output = "Wrong";
Randee = Math.floor(Math.random() * IncorrectSounds.length);
IncorrectPlay.attachSound(IncorrectSounds[Randee]);
IncorrectPlay.start(0, 1);
Frame 1138
play();
Frame 1139
if (_root.Incorrect.length == 0) {
_root.Incorrect = ["What a bunch of poop !", "You soft turd !", "You stupid dump !", "What a crappy answer", "Utter shit", "You're shit at this game", "You're such a returd", "You're basturd useless"];
_root.BadSounds = ["Baddy1", "Baddy2", "Baddy3", "Baddy4", "Baddy5", "Baddy6", "Baddy7", "Baddy8"];
prevFrame();
} else {
_root.myRandom = random(_root.Incorrect.length);
Output = _root.Incorrect[_root.myRandom];
_root.BadPlay.attachSound(_root.BadSounds[_root.myRandom]);
_root.BadPlay.start(0, 1);
_root.Incorrect.splice(_root.myRandom, 1);
_root.BadSounds.splice(_root.myRandom, 1);
}
Frame 1219
_root.frame = Math.ceil(Math.random() * 3);
stopAllSounds();
gotoAndPlay(_root.frame +1547);
Frame 1239
ButtonA.enabled = false;
ButtonB.enabled = false;
ButtonC.enabled = false;
ButtonD.enabled = false;
if (FlyAppear == 1) {
if (_root.FlyChosen == 1) {
AFly._visible = true;
AFly2._visible = false;
AFly3._visible = false;
} else if (_root.FlyChosen == 2) {
AFly._visible = false;
AFly2._visible = true;
AFly3._visible = false;
} else if (_root.FlyChosen == 3) {
AFly._visible = false;
AFly2._visible = false;
AFly3._visible = true;
}
} else {
AFly._visible = false;
AFly2._visible = false;
AFly3._visible = false;
}
Frame 1249
Output = "Correct";
Randomage = Math.floor(Math.random() * CorrectSounds.length);
CorrectPlay.attachSound(CorrectSounds[Randomage]);
CorrectPlay.start(0, 1);
Frame 1308
play();
Frame 1309
if (_root.Correct.length == 0) {
_root.Correct = ["You know your shit !", "There's no flies on you !", "Turd-tastic", "You're doing excrement !", "You're poo good at this", "You're scategorically the best !", "Poo-riffic", "Spec-crapular!"];
_root.GoodSounds = ["Goody1", "Goody2", "Goody3", "Goody4", "Goody5", "Goody6", "Goody7", "Goody8"];
prevFrame();
} else {
_root.myRandom = random(_root.Correct.length);
Output = _root.Correct[_root.myRandom];
_root.GoodPlay.attachSound(_root.GoodSounds[_root.myRandom]);
_root.GoodPlay.start(0, 1);
_root.Correct.splice(_root.myRandom, 1);
_root.GoodSounds.splice(_root.myRandom, 1);
}
Frame 1310
TotalScore = TotalScore + 1;
Frame 1386
_root.frame = Math.ceil(Math.random() * 3);
stopAllSounds();
gotoAndPlay(_root.frame +1547);
Frame 1396
ButtonA.enabled = false;
ButtonB.enabled = false;
ButtonC.enabled = false;
ButtonD.enabled = false;
if (FlyAppear == 1) {
if (_root.FlyChosen == 1) {
AFly._visible = true;
AFly2._visible = false;
AFly3._visible = false;
} else if (_root.FlyChosen == 2) {
AFly._visible = false;
AFly2._visible = true;
AFly3._visible = false;
} else if (_root.FlyChosen == 3) {
AFly._visible = false;
AFly2._visible = false;
AFly3._visible = true;
}
} else {
AFly._visible = false;
AFly2._visible = false;
AFly3._visible = false;
}
Frame 1406
Output = "Wrong";
Randerm = Math.floor(Math.random() * IncorrectSounds.length);
IncorrectPlay.attachSound(IncorrectSounds[Randerm]);
IncorrectPlay.start(0, 1);
Frame 1465
play();
Frame 1466
if (_root.Incorrect.length == 0) {
_root.Incorrect = ["What a bunch of poop !", "You soft turd !", "You stupid dump !", "What a crappy answer", "Utter shit", "You're shit at this game", "You're such a returd", "You're basturd useless"];
_root.BadSounds = ["Baddy1", "Baddy2", "Baddy3", "Baddy4", "Baddy5", "Baddy6", "Baddy7", "Baddy8"];
prevFrame();
} else {
_root.myRandom = random(_root.Incorrect.length);
Output = _root.Incorrect[_root.myRandom];
_root.BadPlay.attachSound(_root.BadSounds[_root.myRandom]);
_root.BadPlay.start(0, 1);
_root.Incorrect.splice(_root.myRandom, 1);
_root.BadSounds.splice(_root.myRandom, 1);
}
Frame 1546
_root.frame = Math.ceil(Math.random() * 3);
stopAllSounds();
gotoAndPlay(_root.frame +1547);
Frame 1548
_root.FartDelay = Math.ceil(Math.random() * 5);
_root.FartAppear = Math.ceil(Math.random() * 15);
ButtonA.enabled = true;
ButtonB.enabled = true;
ButtonC.enabled = true;
ButtonD.enabled = true;
Output = "Question 3";
stop();
_root.FlyChosen = Math.ceil(Math.random() * 3);
FlyDelay = Math.ceil(Math.random() * 6);
FlyAppear = Math.ceil(Math.random() * 15);
stop();
Frame 1549
_root.FartDelay = Math.ceil(Math.random() * 5);
_root.FartAppear = Math.ceil(Math.random() * 15);
ButtonA.enabled = true;
ButtonB.enabled = true;
ButtonC.enabled = true;
ButtonD.enabled = true;
Output = "Question 3";
stop();
_root.FlyChosen = Math.ceil(Math.random() * 3);
FlyDelay = Math.ceil(Math.random() * 6);
FlyAppear = Math.ceil(Math.random() * 15);
stop();
Frame 1550
_root.FartDelay = Math.ceil(Math.random() * 5);
_root.FartAppear = Math.ceil(Math.random() * 15);
ButtonA.enabled = true;
ButtonB.enabled = true;
ButtonC.enabled = true;
ButtonD.enabled = true;
Output = "Question 3";
stop();
_root.FlyChosen = Math.ceil(Math.random() * 3);
FlyDelay = Math.ceil(Math.random() * 6);
FlyAppear = Math.ceil(Math.random() * 15);
stop();
Frame 1552
ButtonA.enabled = false;
ButtonB.enabled = false;
ButtonC.enabled = false;
ButtonD.enabled = false;
if (FlyAppear == 1) {
if (_root.FlyChosen == 1) {
AFly._visible = true;
AFly2._visible = false;
AFly3._visible = false;
} else if (_root.FlyChosen == 2) {
AFly._visible = false;
AFly2._visible = true;
AFly3._visible = false;
} else if (_root.FlyChosen == 3) {
AFly._visible = false;
AFly2._visible = false;
AFly3._visible = true;
}
} else {
AFly._visible = false;
AFly2._visible = false;
AFly3._visible = false;
}
Frame 1562
Output = "Correct";
Randage = Math.floor(Math.random() * CorrectSounds.length);
CorrectPlay.attachSound(CorrectSounds[Randage]);
CorrectPlay.start(0, 1);
Frame 1621
play();
Frame 1622
if (_root.Correct.length == 0) {
_root.Correct = ["You know your shit !", "There's no flies on you !", "Turd-tastic", "You're doing excrement !", "You're poo good at this", "You're scategorically the best !", "Poo-riffic", "Spec-crapular!"];
_root.GoodSounds = ["Goody1", "Goody2", "Goody3", "Goody4", "Goody5", "Goody6", "Goody7", "Goody8"];
prevFrame();
} else {
_root.myRandom = random(_root.Correct.length);
Output = _root.Correct[_root.myRandom];
_root.GoodPlay.attachSound(_root.GoodSounds[_root.myRandom]);
_root.GoodPlay.start(0, 1);
_root.Correct.splice(_root.myRandom, 1);
_root.GoodSounds.splice(_root.myRandom, 1);
}
Frame 1623
TotalScore = TotalScore + 1;
Frame 1698
_root.frame = Math.ceil(Math.random() * 2);
stopAllSounds();
gotoAndPlay(_root.frame +2503);
Frame 1708
ButtonA.enabled = false;
ButtonB.enabled = false;
ButtonC.enabled = false;
ButtonD.enabled = false;
if (FlyAppear == 1) {
if (_root.FlyChosen == 1) {
AFly._visible = true;
AFly2._visible = false;
AFly3._visible = false;
} else if (_root.FlyChosen == 2) {
AFly._visible = false;
AFly2._visible = true;
AFly3._visible = false;
} else if (_root.FlyChosen == 3) {
AFly._visible = false;
AFly2._visible = false;
AFly3._visible = true;
}
} else {
AFly._visible = false;
AFly2._visible = false;
AFly3._visible = false;
}
Frame 1718
Output = "Wrong";
Rander = Math.floor(Math.random() * IncorrectSounds.length);
IncorrectPlay.attachSound(IncorrectSounds[Rander]);
IncorrectPlay.start(0, 1);
Frame 1776
play();
Frame 1777
if (_root.Incorrect.length == 0) {
_root.Incorrect = ["What a bunch of poop !", "You soft turd !", "You stupid dump !", "What a crappy answer", "Utter shit", "You're shit at this game", "You're such a returd", "You're basturd useless"];
_root.BadSounds = ["Baddy1", "Baddy2", "Baddy3", "Baddy4", "Baddy5", "Baddy6", "Baddy7", "Baddy8"];
prevFrame();
} else {
_root.myRandom = random(_root.Incorrect.length);
Output = _root.Incorrect[_root.myRandom];
_root.BadPlay.attachSound(_root.BadSounds[_root.myRandom]);
_root.BadPlay.start(0, 1);
_root.Incorrect.splice(_root.myRandom, 1);
_root.BadSounds.splice(_root.myRandom, 1);
}
Frame 1852
_root.frame = Math.ceil(Math.random() * 2);
stopAllSounds();
gotoAndPlay(_root.frame +2503);
Frame 1868
ButtonA.enabled = false;
ButtonB.enabled = false;
ButtonC.enabled = false;
ButtonD.enabled = false;
if (FlyAppear == 1) {
if (_root.FlyChosen == 1) {
AFly._visible = true;
AFly2._visible = false;
AFly3._visible = false;
} else if (_root.FlyChosen == 2) {
AFly._visible = false;
AFly2._visible = true;
AFly3._visible = false;
} else if (_root.FlyChosen == 3) {
AFly._visible = false;
AFly2._visible = false;
AFly3._visible = true;
}
} else {
AFly._visible = false;
AFly2._visible = false;
AFly3._visible = false;
}
Frame 1878
Output = "Correct";
Rands = Math.floor(Math.random() * CorrectSounds.length);
CorrectPlay.attachSound(CorrectSounds[Rands]);
CorrectPlay.start(0, 1);
Frame 1936
play();
Frame 1937
if (_root.Correct.length == 0) {
_root.Correct = ["You know your shit !", "There's no flies on you !", "Turd-tastic", "You're doing excrement !", "You're poo good at this", "You're scategorically the best !", "Poo-riffic", "Spec-crapular!"];
_root.GoodSounds = ["Goody1", "Goody2", "Goody3", "Goody4", "Goody5", "Goody6", "Goody7", "Goody8"];
prevFrame();
} else {
_root.myRandom = random(_root.Correct.length);
Output = _root.Correct[_root.myRandom];
_root.GoodPlay.attachSound(_root.GoodSounds[_root.myRandom]);
_root.GoodPlay.start(0, 1);
_root.Correct.splice(_root.myRandom, 1);
_root.GoodSounds.splice(_root.myRandom, 1);
}
Frame 1938
TotalScore = TotalScore + 1;
Frame 2015
_root.frame = Math.ceil(Math.random() * 2);
stopAllSounds();
gotoAndPlay(_root.frame +2503);
Frame 2025
ButtonA.enabled = false;
ButtonB.enabled = false;
ButtonC.enabled = false;
ButtonD.enabled = false;
if (FlyAppear == 1) {
if (_root.FlyChosen == 1) {
AFly._visible = true;
AFly2._visible = false;
AFly3._visible = false;
} else if (_root.FlyChosen == 2) {
AFly._visible = false;
AFly2._visible = true;
AFly3._visible = false;
} else if (_root.FlyChosen == 3) {
AFly._visible = false;
AFly2._visible = false;
AFly3._visible = true;
}
} else {
AFly._visible = false;
AFly2._visible = false;
AFly3._visible = false;
}
Frame 2035
Output = "Wrong";
Randee = Math.floor(Math.random() * IncorrectSounds.length);
IncorrectPlay.attachSound(IncorrectSounds[Randee]);
IncorrectPlay.start(0, 1);
Frame 2094
play();
Frame 2095
if (_root.Incorrect.length == 0) {
_root.Incorrect = ["What a bunch of poop !", "You soft turd !", "You stupid dump !", "What a crappy answer", "Utter shit", "You're shit at this game", "You're such a returd", "You're basturd useless"];
_root.BadSounds = ["Baddy1", "Baddy2", "Baddy3", "Baddy4", "Baddy5", "Baddy6", "Baddy7", "Baddy8"];
prevFrame();
} else {
_root.myRandom = random(_root.Incorrect.length);
Output = _root.Incorrect[_root.myRandom];
_root.BadPlay.attachSound(_root.BadSounds[_root.myRandom]);
_root.BadPlay.start(0, 1);
_root.Incorrect.splice(_root.myRandom, 1);
_root.BadSounds.splice(_root.myRandom, 1);
}
Frame 2175
_root.frame = Math.ceil(Math.random() * 2);
stopAllSounds();
gotoAndPlay(_root.frame +2503);
Frame 2195
ButtonA.enabled = false;
ButtonB.enabled = false;
ButtonC.enabled = false;
ButtonD.enabled = false;
if (FlyAppear == 1) {
if (_root.FlyChosen == 1) {
AFly._visible = true;
AFly2._visible = false;
AFly3._visible = false;
} else if (_root.FlyChosen == 2) {
AFly._visible = false;
AFly2._visible = true;
AFly3._visible = false;
} else if (_root.FlyChosen == 3) {
AFly._visible = false;
AFly2._visible = false;
AFly3._visible = true;
}
} else {
AFly._visible = false;
AFly2._visible = false;
AFly3._visible = false;
}
Frame 2205
Output = "Correct";
Randomage = Math.floor(Math.random() * CorrectSounds.length);
CorrectPlay.attachSound(CorrectSounds[Randomage]);
CorrectPlay.start(0, 1);
Frame 2264
play();
Frame 2265
if (_root.Correct.length == 0) {
_root.Correct = ["You know your shit !", "There's no flies on you !", "Turd-tastic", "You're doing excrement !", "You're poo good at this", "You're scategorically the best !", "Poo-riffic", "Spec-crapular!"];
_root.GoodSounds = ["Goody1", "Goody2", "Goody3", "Goody4", "Goody5", "Goody6", "Goody7", "Goody8"];
prevFrame();
} else {
_root.myRandom = random(_root.Correct.length);
Output = _root.Correct[_root.myRandom];
_root.GoodPlay.attachSound(_root.GoodSounds[_root.myRandom]);
_root.GoodPlay.start(0, 1);
_root.Correct.splice(_root.myRandom, 1);
_root.GoodSounds.splice(_root.myRandom, 1);
}
Frame 2266
TotalScore = TotalScore + 1;
Frame 2342
_root.frame = Math.ceil(Math.random() * 2);
stopAllSounds();
gotoAndPlay(_root.frame +2503);
Frame 2352
ButtonA.enabled = false;
ButtonB.enabled = false;
ButtonC.enabled = false;
ButtonD.enabled = false;
if (FlyAppear == 1) {
if (_root.FlyChosen == 1) {
AFly._visible = true;
AFly2._visible = false;
AFly3._visible = false;
} else if (_root.FlyChosen == 2) {
AFly._visible = false;
AFly2._visible = true;
AFly3._visible = false;
} else if (_root.FlyChosen == 3) {
AFly._visible = false;
AFly2._visible = false;
AFly3._visible = true;
}
} else {
AFly._visible = false;
AFly2._visible = false;
AFly3._visible = false;
}
Frame 2362
Output = "Wrong";
Randerm = Math.floor(Math.random() * IncorrectSounds.length);
IncorrectPlay.attachSound(IncorrectSounds[Randerm]);
IncorrectPlay.start(0, 1);
Frame 2421
play();
Frame 2422
if (_root.Incorrect.length == 0) {
_root.Incorrect = ["What a bunch of poop !", "You soft turd !", "You stupid dump !", "What a crappy answer", "Utter shit", "You're shit at this game", "You're such a returd", "You're basturd useless"];
_root.BadSounds = ["Baddy1", "Baddy2", "Baddy3", "Baddy4", "Baddy5", "Baddy6", "Baddy7", "Baddy8"];
prevFrame();
} else {
_root.myRandom = random(_root.Incorrect.length);
Output = _root.Incorrect[_root.myRandom];
_root.BadPlay.attachSound(_root.BadSounds[_root.myRandom]);
_root.BadPlay.start(0, 1);
_root.Incorrect.splice(_root.myRandom, 1);
_root.BadSounds.splice(_root.myRandom, 1);
}
Frame 2502
_root.frame = Math.ceil(Math.random() * 2);
stopAllSounds();
gotoAndPlay(_root.frame +2503);
Frame 2504
_root.FartDelay = Math.ceil(Math.random() * 5);
_root.FartAppear = Math.ceil(Math.random() * 15);
ButtonA.enabled = true;
ButtonB.enabled = true;
ButtonC.enabled = true;
ButtonD.enabled = true;
Output = "Question 4";
stop();
_root.FlyChosen = Math.ceil(Math.random() * 3);
FlyDelay = Math.ceil(Math.random() * 6);
FlyAppear = Math.ceil(Math.random() * 15);
stop();
Frame 2505
_root.FartDelay = Math.ceil(Math.random() * 5);
_root.FartAppear = Math.ceil(Math.random() * 15);
ButtonA.enabled = true;
ButtonB.enabled = true;
ButtonC.enabled = true;
ButtonD.enabled = true;
Output = "Question 4";
stop();
_root.FlyChosen = Math.ceil(Math.random() * 3);
FlyDelay = Math.ceil(Math.random() * 6);
FlyAppear = Math.ceil(Math.random() * 15);
stop();
Frame 2508
ButtonA.enabled = false;
ButtonB.enabled = false;
ButtonC.enabled = false;
ButtonD.enabled = false;
if (FlyAppear == 1) {
if (_root.FlyChosen == 1) {
AFly._visible = true;
AFly2._visible = false;
AFly3._visible = false;
} else if (_root.FlyChosen == 2) {
AFly._visible = false;
AFly2._visible = true;
AFly3._visible = false;
} else if (_root.FlyChosen == 3) {
AFly._visible = false;
AFly2._visible = false;
AFly3._visible = true;
}
} else {
AFly._visible = false;
AFly2._visible = false;
AFly3._visible = false;
}
Frame 2518
Output = "Correct";
Randage = Math.floor(Math.random() * CorrectSounds.length);
CorrectPlay.attachSound(CorrectSounds[Randage]);
CorrectPlay.start(0, 1);
Frame 2577
play();
Frame 2578
if (_root.Correct.length == 0) {
_root.Correct = ["You know your shit !", "There's no flies on you !", "Turd-tastic", "You're doing excrement !", "You're poo good at this", "You're scategorically the best !", "Poo-riffic", "Spec-crapular!"];
_root.GoodSounds = ["Goody1", "Goody2", "Goody3", "Goody4", "Goody5", "Goody6", "Goody7", "Goody8"];
prevFrame();
} else {
_root.myRandom = random(_root.Correct.length);
Output = _root.Correct[_root.myRandom];
_root.GoodPlay.attachSound(_root.GoodSounds[_root.myRandom]);
_root.GoodPlay.start(0, 1);
_root.Correct.splice(_root.myRandom, 1);
_root.GoodSounds.splice(_root.myRandom, 1);
}
Frame 2579
TotalScore = TotalScore + 1;
Frame 2654
_root.frame = Math.ceil(Math.random() * 2);
stopAllSounds();
gotoAndPlay(_root.frame +3131);
Frame 2664
ButtonA.enabled = false;
ButtonB.enabled = false;
ButtonC.enabled = false;
ButtonD.enabled = false;
if (FlyAppear == 1) {
if (_root.FlyChosen == 1) {
AFly._visible = true;
AFly2._visible = false;
AFly3._visible = false;
} else if (_root.FlyChosen == 2) {
AFly._visible = false;
AFly2._visible = true;
AFly3._visible = false;
} else if (_root.FlyChosen == 3) {
AFly._visible = false;
AFly2._visible = false;
AFly3._visible = true;
}
} else {
AFly._visible = false;
AFly2._visible = false;
AFly3._visible = false;
}
Frame 2674
Output = "Wrong";
Rander = Math.floor(Math.random() * IncorrectSounds.length);
IncorrectPlay.attachSound(IncorrectSounds[Rander]);
IncorrectPlay.start(0, 1);
Frame 2732
play();
Frame 2733
if (_root.Incorrect.length == 0) {
_root.Incorrect = ["What a bunch of poop !", "You soft turd !", "You stupid dump !", "What a crappy answer", "Utter shit", "You're shit at this game", "You're such a returd", "You're basturd useless"];
_root.BadSounds = ["Baddy1", "Baddy2", "Baddy3", "Baddy4", "Baddy5", "Baddy6", "Baddy7", "Baddy8"];
prevFrame();
} else {
_root.myRandom = random(_root.Incorrect.length);
Output = _root.Incorrect[_root.myRandom];
_root.BadPlay.attachSound(_root.BadSounds[_root.myRandom]);
_root.BadPlay.start(0, 1);
_root.Incorrect.splice(_root.myRandom, 1);
_root.BadSounds.splice(_root.myRandom, 1);
}
Frame 2808
_root.frame = Math.ceil(Math.random() * 2);
stopAllSounds();
gotoAndPlay(_root.frame +3131);
Frame 2824
ButtonA.enabled = false;
ButtonB.enabled = false;
ButtonC.enabled = false;
ButtonD.enabled = false;
if (FlyAppear == 1) {
if (_root.FlyChosen == 1) {
AFly._visible = true;
AFly2._visible = false;
AFly3._visible = false;
} else if (_root.FlyChosen == 2) {
AFly._visible = false;
AFly2._visible = true;
AFly3._visible = false;
} else if (_root.FlyChosen == 3) {
AFly._visible = false;
AFly2._visible = false;
AFly3._visible = true;
}
} else {
AFly._visible = false;
AFly2._visible = false;
AFly3._visible = false;
}
Frame 2834
Output = "Correct";
Rands = Math.floor(Math.random() * CorrectSounds.length);
CorrectPlay.attachSound(CorrectSounds[Rands]);
CorrectPlay.start(0, 1);
Frame 2892
play();
Frame 2893
if (_root.Correct.length == 0) {
_root.Correct = ["You know your shit !", "There's no flies on you !", "Turd-tastic", "You're doing excrement !", "You're poo good at this", "You're scategorically the best !", "Poo-riffic", "Spec-crapular!"];
_root.GoodSounds = ["Goody1", "Goody2", "Goody3", "Goody4", "Goody5", "Goody6", "Goody7", "Goody8"];
prevFrame();
} else {
_root.myRandom = random(_root.Correct.length);
Output = _root.Correct[_root.myRandom];
_root.GoodPlay.attachSound(_root.GoodSounds[_root.myRandom]);
_root.GoodPlay.start(0, 1);
_root.Correct.splice(_root.myRandom, 1);
_root.GoodSounds.splice(_root.myRandom, 1);
}
Frame 2894
TotalScore = TotalScore + 1;
Frame 2971
_root.frame = Math.ceil(Math.random() * 2);
stopAllSounds();
gotoAndPlay(_root.frame +3131);
Frame 2981
ButtonA.enabled = false;
ButtonB.enabled = false;
ButtonC.enabled = false;
ButtonD.enabled = false;
if (FlyAppear == 1) {
if (_root.FlyChosen == 1) {
AFly._visible = true;
AFly2._visible = false;
AFly3._visible = false;
} else if (_root.FlyChosen == 2) {
AFly._visible = false;
AFly2._visible = true;
AFly3._visible = false;
} else if (_root.FlyChosen == 3) {
AFly._visible = false;
AFly2._visible = false;
AFly3._visible = true;
}
} else {
AFly._visible = false;
AFly2._visible = false;
AFly3._visible = false;
}
Frame 2991
Output = "Wrong";
Randee = Math.floor(Math.random() * IncorrectSounds.length);
IncorrectPlay.attachSound(IncorrectSounds[Randee]);
IncorrectPlay.start(0, 1);
Frame 3050
play();
Frame 3051
if (_root.Incorrect.length == 0) {
_root.Incorrect = ["What a bunch of poop !", "You soft turd !", "You stupid dump !", "What a crappy answer", "Utter shit", "You're shit at this game", "You're such a returd", "You're basturd useless"];
_root.BadSounds = ["Baddy1", "Baddy2", "Baddy3", "Baddy4", "Baddy5", "Baddy6", "Baddy7", "Baddy8"];
prevFrame();
} else {
_root.myRandom = random(_root.Incorrect.length);
Output = _root.Incorrect[_root.myRandom];
_root.BadPlay.attachSound(_root.BadSounds[_root.myRandom]);
_root.BadPlay.start(0, 1);
_root.Incorrect.splice(_root.myRandom, 1);
_root.BadSounds.splice(_root.myRandom, 1);
}
Frame 3131
_root.frame = Math.ceil(Math.random() * 2);
stopAllSounds();
gotoAndPlay(_root.frame +3131);
Frame 3132
_root.FartDelay = Math.ceil(Math.random() * 5);
_root.FartAppear = Math.ceil(Math.random() * 15);
ButtonA.enabled = true;
ButtonB.enabled = true;
ButtonC.enabled = true;
ButtonD.enabled = true;
Output = "Question 5";
stop();
_root.FlyChosen = Math.ceil(Math.random() * 3);
FlyDelay = Math.ceil(Math.random() * 6);
FlyAppear = Math.ceil(Math.random() * 15);
stop();
Frame 3133
_root.FartDelay = Math.ceil(Math.random() * 5);
_root.FartAppear = Math.ceil(Math.random() * 15);
ButtonA.enabled = true;
ButtonB.enabled = true;
ButtonC.enabled = true;
ButtonD.enabled = true;
Output = "Question 5";
stop();
_root.FlyChosen = Math.ceil(Math.random() * 3);
FlyDelay = Math.ceil(Math.random() * 6);
FlyAppear = Math.ceil(Math.random() * 15);
stop();
Frame 3136
ButtonA.enabled = false;
ButtonB.enabled = false;
ButtonC.enabled = false;
ButtonD.enabled = false;
if (FlyAppear == 1) {
if (_root.FlyChosen == 1) {
AFly._visible = true;
AFly2._visible = false;
AFly3._visible = false;
} else if (_root.FlyChosen == 2) {
AFly._visible = false;
AFly2._visible = true;
AFly3._visible = false;
} else if (_root.FlyChosen == 3) {
AFly._visible = false;
AFly2._visible = false;
AFly3._visible = true;
}
} else {
AFly._visible = false;
AFly2._visible = false;
AFly3._visible = false;
}
Frame 3146
Output = "Correct";
Randage = Math.floor(Math.random() * CorrectSounds.length);
CorrectPlay.attachSound(CorrectSounds[Randage]);
CorrectPlay.start(0, 1);
Frame 3205
play();
Frame 3206
if (_root.Correct.length == 0) {
_root.Correct = ["You know your shit !", "There's no flies on you !", "Turd-tastic", "You're doing excrement !", "You're poo good at this", "You're scategorically the best !", "Poo-riffic", "Spec-crapular!"];
_root.GoodSounds = ["Goody1", "Goody2", "Goody3", "Goody4", "Goody5", "Goody6", "Goody7", "Goody8"];
prevFrame();
} else {
_root.myRandom = random(_root.Correct.length);
Output = _root.Correct[_root.myRandom];
_root.GoodPlay.attachSound(_root.GoodSounds[_root.myRandom]);
_root.GoodPlay.start(0, 1);
_root.Correct.splice(_root.myRandom, 1);
_root.GoodSounds.splice(_root.myRandom, 1);
}
Frame 3207
TotalScore = TotalScore + 1;
Frame 3282
_root.frame = Math.ceil(Math.random() * 2);
stopAllSounds();
gotoAndPlay(_root.frame +3759);
Frame 3292
ButtonA.enabled = false;
ButtonB.enabled = false;
ButtonC.enabled = false;
ButtonD.enabled = false;
if (FlyAppear == 1) {
if (_root.FlyChosen == 1) {
AFly._visible = true;
AFly2._visible = false;
AFly3._visible = false;
} else if (_root.FlyChosen == 2) {
AFly._visible = false;
AFly2._visible = true;
AFly3._visible = false;
} else if (_root.FlyChosen == 3) {
AFly._visible = false;
AFly2._visible = false;
AFly3._visible = true;
}
} else {
AFly._visible = false;
AFly2._visible = false;
AFly3._visible = false;
}
Frame 3302
Output = "Wrong";
Rander = Math.floor(Math.random() * IncorrectSounds.length);
IncorrectPlay.attachSound(IncorrectSounds[Rander]);
IncorrectPlay.start(0, 1);
Frame 3360
play();
Frame 3361
if (_root.Incorrect.length == 0) {
_root.Incorrect = ["What a bunch of poop !", "You soft turd !", "You stupid dump !", "What a crappy answer", "Utter shit", "You're shit at this game", "You're such a returd", "You're basturd useless"];
_root.BadSounds = ["Baddy1", "Baddy2", "Baddy3", "Baddy4", "Baddy5", "Baddy6", "Baddy7", "Baddy8"];
prevFrame();
} else {
_root.myRandom = random(_root.Incorrect.length);
Output = _root.Incorrect[_root.myRandom];
_root.BadPlay.attachSound(_root.BadSounds[_root.myRandom]);
_root.BadPlay.start(0, 1);
_root.Incorrect.splice(_root.myRandom, 1);
_root.BadSounds.splice(_root.myRandom, 1);
}
Frame 3436
_root.frame = Math.ceil(Math.random() * 2);
stopAllSounds();
gotoAndPlay(_root.frame +3759);
Frame 3452
ButtonA.enabled = false;
ButtonB.enabled = false;
ButtonC.enabled = false;
ButtonD.enabled = false;
if (FlyAppear == 1) {
if (_root.FlyChosen == 1) {
AFly._visible = true;
AFly2._visible = false;
AFly3._visible = false;
} else if (_root.FlyChosen == 2) {
AFly._visible = false;
AFly2._visible = true;
AFly3._visible = false;
} else if (_root.FlyChosen == 3) {
AFly._visible = false;
AFly2._visible = false;
AFly3._visible = true;
}
} else {
AFly._visible = false;
AFly2._visible = false;
AFly3._visible = false;
}
Frame 3462
Output = "Correct";
Rands = Math.floor(Math.random() * CorrectSounds.length);
CorrectPlay.attachSound(CorrectSounds[Rands]);
CorrectPlay.start(0, 1);
Frame 3520
play();
Frame 3521
if (_root.Correct.length == 0) {
_root.Correct = ["You know your shit !", "There's no flies on you !", "Turd-tastic", "You're doing excrement !", "You're poo good at this", "You're scategorically the best !", "Poo-riffic", "Spec-crapular!"];
_root.GoodSounds = ["Goody1", "Goody2", "Goody3", "Goody4", "Goody5", "Goody6", "Goody7", "Goody8"];
prevFrame();
} else {
_root.myRandom = random(_root.Correct.length);
Output = _root.Correct[_root.myRandom];
_root.GoodPlay.attachSound(_root.GoodSounds[_root.myRandom]);
_root.GoodPlay.start(0, 1);
_root.Correct.splice(_root.myRandom, 1);
_root.GoodSounds.splice(_root.myRandom, 1);
}
Frame 3522
TotalScore = TotalScore + 1;
Frame 3599
_root.frame = Math.ceil(Math.random() * 2);
stopAllSounds();
gotoAndPlay(_root.frame +3759);
Frame 3609
ButtonA.enabled = false;
ButtonB.enabled = false;
ButtonC.enabled = false;
ButtonD.enabled = false;
if (FlyAppear == 1) {
if (_root.FlyChosen == 1) {
AFly._visible = true;
AFly2._visible = false;
AFly3._visible = false;
} else if (_root.FlyChosen == 2) {
AFly._visible = false;
AFly2._visible = true;
AFly3._visible = false;
} else if (_root.FlyChosen == 3) {
AFly._visible = false;
AFly2._visible = false;
AFly3._visible = true;
}
} else {
AFly._visible = false;
AFly2._visible = false;
AFly3._visible = false;
}
Frame 3619
Output = "Wrong";
Randee = Math.floor(Math.random() * IncorrectSounds.length);
IncorrectPlay.attachSound(IncorrectSounds[Randee]);
IncorrectPlay.start(0, 1);
Frame 3678
play();
Frame 3679
if (_root.Incorrect.length == 0) {
_root.Incorrect = ["What a bunch of poop !", "You soft turd !", "You stupid dump !", "What a crappy answer", "Utter shit", "You're shit at this game", "You're such a returd", "You're basturd useless"];
_root.BadSounds = ["Baddy1", "Baddy2", "Baddy3", "Baddy4", "Baddy5", "Baddy6", "Baddy7", "Baddy8"];
prevFrame();
} else {
_root.myRandom = random(_root.Incorrect.length);
Output = _root.Incorrect[_root.myRandom];
_root.BadPlay.attachSound(_root.BadSounds[_root.myRandom]);
_root.BadPlay.start(0, 1);
_root.Incorrect.splice(_root.myRandom, 1);
_root.BadSounds.splice(_root.myRandom, 1);
}
Frame 3759
_root.frame = Math.ceil(Math.random() * 2);
stopAllSounds();
gotoAndPlay(_root.frame +3759);
Frame 3760
_root.FartDelay = Math.ceil(Math.random() * 5);
_root.FartAppear = Math.ceil(Math.random() * 15);
ButtonA.enabled = true;
ButtonB.enabled = true;
ButtonC.enabled = true;
ButtonD.enabled = true;
Output = "Question 6";
stop();
_root.FlyChosen = Math.ceil(Math.random() * 3);
FlyDelay = Math.ceil(Math.random() * 6);
FlyAppear = Math.ceil(Math.random() * 15);
stop();
Frame 3761
_root.FartDelay = Math.ceil(Math.random() * 5);
_root.FartAppear = Math.ceil(Math.random() * 15);
ButtonA.enabled = true;
ButtonB.enabled = true;
ButtonC.enabled = true;
ButtonD.enabled = true;
Output = "Question 6";
stop();
_root.FlyChosen = Math.ceil(Math.random() * 3);
FlyDelay = Math.ceil(Math.random() * 6);
FlyAppear = Math.ceil(Math.random() * 15);
stop();
Frame 3764
ButtonA.enabled = false;
ButtonB.enabled = false;
ButtonC.enabled = false;
ButtonD.enabled = false;
if (FlyAppear == 1) {
if (_root.FlyChosen == 1) {
AFly._visible = true;
AFly2._visible = false;
AFly3._visible = false;
} else if (_root.FlyChosen == 2) {
AFly._visible = false;
AFly2._visible = true;
AFly3._visible = false;
} else if (_root.FlyChosen == 3) {
AFly._visible = false;
AFly2._visible = false;
AFly3._visible = true;
}
} else {
AFly._visible = false;
AFly2._visible = false;
AFly3._visible = false;
}
Frame 3774
Output = "Correct";
Randage = Math.floor(Math.random() * CorrectSounds.length);
CorrectPlay.attachSound(CorrectSounds[Randage]);
CorrectPlay.start(0, 1);
Frame 3833
play();
Frame 3834
if (_root.Correct.length == 0) {
_root.Correct = ["You know your shit !", "There's no flies on you !", "Turd-tastic", "You're doing excrement !", "You're poo good at this", "You're scategorically the best !", "Poo-riffic", "Spec-crapular!"];
_root.GoodSounds = ["Goody1", "Goody2", "Goody3", "Goody4", "Goody5", "Goody6", "Goody7", "Goody8"];
prevFrame();
} else {
_root.myRandom = random(_root.Correct.length);
Output = _root.Correct[_root.myRandom];
_root.GoodPlay.attachSound(_root.GoodSounds[_root.myRandom]);
_root.GoodPlay.start(0, 1);
_root.Correct.splice(_root.myRandom, 1);
_root.GoodSounds.splice(_root.myRandom, 1);
}
Frame 3835
TotalScore = TotalScore + 1;
Frame 3910
_root.frame = Math.ceil(Math.random() * 2);
stopAllSounds();
gotoAndPlay(_root.frame +4387);
Frame 3920
ButtonA.enabled = false;
ButtonB.enabled = false;
ButtonC.enabled = false;
ButtonD.enabled = false;
if (FlyAppear == 1) {
if (_root.FlyChosen == 1) {
AFly._visible = true;
AFly2._visible = false;
AFly3._visible = false;
} else if (_root.FlyChosen == 2) {
AFly._visible = false;
AFly2._visible = true;
AFly3._visible = false;
} else if (_root.FlyChosen == 3) {
AFly._visible = false;
AFly2._visible = false;
AFly3._visible = true;
}
} else {
AFly._visible = false;
AFly2._visible = false;
AFly3._visible = false;
}
Frame 3930
Output = "Wrong";
Rander = Math.floor(Math.random() * IncorrectSounds.length);
IncorrectPlay.attachSound(IncorrectSounds[Rander]);
IncorrectPlay.start(0, 1);
Frame 3988
play();
Frame 3989
if (_root.Incorrect.length == 0) {
_root.Incorrect = ["What a bunch of poop !", "You soft turd !", "You stupid dump !", "What a crappy answer", "Utter shit", "You're shit at this game", "You're such a returd", "You're basturd useless"];
_root.BadSounds = ["Baddy1", "Baddy2", "Baddy3", "Baddy4", "Baddy5", "Baddy6", "Baddy7", "Baddy8"];
prevFrame();
} else {
_root.myRandom = random(_root.Incorrect.length);
Output = _root.Incorrect[_root.myRandom];
_root.BadPlay.attachSound(_root.BadSounds[_root.myRandom]);
_root.BadPlay.start(0, 1);
_root.Incorrect.splice(_root.myRandom, 1);
_root.BadSounds.splice(_root.myRandom, 1);
}
Frame 4064
_root.frame = Math.ceil(Math.random() * 2);
stopAllSounds();
gotoAndPlay(_root.frame +4387);
Frame 4080
ButtonA.enabled = false;
ButtonB.enabled = false;
ButtonC.enabled = false;
ButtonD.enabled = false;
if (FlyAppear == 1) {
if (_root.FlyChosen == 1) {
AFly._visible = true;
AFly2._visible = false;
AFly3._visible = false;
} else if (_root.FlyChosen == 2) {
AFly._visible = false;
AFly2._visible = true;
AFly3._visible = false;
} else if (_root.FlyChosen == 3) {
AFly._visible = false;
AFly2._visible = false;
AFly3._visible = true;
}
} else {
AFly._visible = false;
AFly2._visible = false;
AFly3._visible = false;
}
Frame 4090
Output = "Correct";
Rands = Math.floor(Math.random() * CorrectSounds.length);
CorrectPlay.attachSound(CorrectSounds[Rands]);
CorrectPlay.start(0, 1);
Frame 4148
play();
Frame 4149
if (_root.Correct.length == 0) {
_root.Correct = ["You know your shit !", "There's no flies on you !", "Turd-tastic", "You're doing excrement !", "You're poo good at this", "You're scategorically the best !", "Poo-riffic", "Spec-crapular!"];
_root.GoodSounds = ["Goody1", "Goody2", "Goody3", "Goody4", "Goody5", "Goody6", "Goody7", "Goody8"];
prevFrame();
} else {
_root.myRandom = random(_root.Correct.length);
Output = _root.Correct[_root.myRandom];
_root.GoodPlay.attachSound(_root.GoodSounds[_root.myRandom]);
_root.GoodPlay.start(0, 1);
_root.Correct.splice(_root.myRandom, 1);
_root.GoodSounds.splice(_root.myRandom, 1);
}
Frame 4150
TotalScore = TotalScore + 1;
Frame 4227
_root.frame = Math.ceil(Math.random() * 2);
stopAllSounds();
gotoAndPlay(_root.frame +4387);
Frame 4237
ButtonA.enabled = false;
ButtonB.enabled = false;
ButtonC.enabled = false;
ButtonD.enabled = false;
if (FlyAppear == 1) {
if (_root.FlyChosen == 1) {
AFly._visible = true;
AFly2._visible = false;
AFly3._visible = false;
} else if (_root.FlyChosen == 2) {
AFly._visible = false;
AFly2._visible = true;
AFly3._visible = false;
} else if (_root.FlyChosen == 3) {
AFly._visible = false;
AFly2._visible = false;
AFly3._visible = true;
}
} else {
AFly._visible = false;
AFly2._visible = false;
AFly3._visible = false;
}
Frame 4247
Output = "Wrong";
Randee = Math.floor(Math.random() * IncorrectSounds.length);
IncorrectPlay.attachSound(IncorrectSounds[Randee]);
IncorrectPlay.start(0, 1);
Frame 4306
play();
Frame 4307
if (_root.Incorrect.length == 0) {
_root.Incorrect = ["What a bunch of poop !", "You soft turd !", "You stupid dump !", "What a crappy answer", "Utter shit", "You're shit at this game", "You're such a returd", "You're basturd useless"];
_root.BadSounds = ["Baddy1", "Baddy2", "Baddy3", "Baddy4", "Baddy5", "Baddy6", "Baddy7", "Baddy8"];
prevFrame();
} else {
_root.myRandom = random(_root.Incorrect.length);
Output = _root.Incorrect[_root.myRandom];
_root.BadPlay.attachSound(_root.BadSounds[_root.myRandom]);
_root.BadPlay.start(0, 1);
_root.Incorrect.splice(_root.myRandom, 1);
_root.BadSounds.splice(_root.myRandom, 1);
}
Frame 4387
_root.frame = Math.ceil(Math.random() * 2);
stopAllSounds();
gotoAndPlay(_root.frame +4387);
Frame 4388
_root.FartDelay = Math.ceil(Math.random() * 5);
_root.FartAppear = Math.ceil(Math.random() * 15);
ButtonA.enabled = true;
ButtonB.enabled = true;
ButtonC.enabled = true;
ButtonD.enabled = true;
Output = "Question 7";
stop();
_root.FlyChosen = Math.ceil(Math.random() * 3);
FlyDelay = Math.ceil(Math.random() * 6);
FlyAppear = Math.ceil(Math.random() * 15);
stop();
Frame 4389
_root.FartDelay = Math.ceil(Math.random() * 5);
_root.FartAppear = Math.ceil(Math.random() * 15);
ButtonA.enabled = true;
ButtonB.enabled = true;
ButtonC.enabled = true;
ButtonD.enabled = true;
Output = "Question 7";
stop();
_root.FlyChosen = Math.ceil(Math.random() * 3);
FlyDelay = Math.ceil(Math.random() * 6);
FlyAppear = Math.ceil(Math.random() * 15);
stop();
Frame 4392
ButtonA.enabled = false;
ButtonB.enabled = false;
ButtonC.enabled = false;
ButtonD.enabled = false;
if (FlyAppear == 1) {
if (_root.FlyChosen == 1) {
AFly._visible = true;
AFly2._visible = false;
AFly3._visible = false;
} else if (_root.FlyChosen == 2) {
AFly._visible = false;
AFly2._visible = true;
AFly3._visible = false;
} else if (_root.FlyChosen == 3) {
AFly._visible = false;
AFly2._visible = false;
AFly3._visible = true;
}
} else {
AFly._visible = false;
AFly2._visible = false;
AFly3._visible = false;
}
Frame 4402
Output = "Correct";
Randage = Math.floor(Math.random() * CorrectSounds.length);
CorrectPlay.attachSound(CorrectSounds[Randage]);
CorrectPlay.start(0, 1);
Frame 4461
play();
Frame 4462
if (_root.Correct.length == 0) {
_root.Correct = ["You know your shit !", "There's no flies on you !", "Turd-tastic", "You're doing excrement !", "You're poo good at this", "You're scategorically the best !", "Poo-riffic", "Spec-crapular!"];
_root.GoodSounds = ["Goody1", "Goody2", "Goody3", "Goody4", "Goody5", "Goody6", "Goody7", "Goody8"];
prevFrame();
} else {
_root.myRandom = random(_root.Correct.length);
Output = _root.Correct[_root.myRandom];
_root.GoodPlay.attachSound(_root.GoodSounds[_root.myRandom]);
_root.GoodPlay.start(0, 1);
_root.Correct.splice(_root.myRandom, 1);
_root.GoodSounds.splice(_root.myRandom, 1);
}
Frame 4463
TotalScore = TotalScore + 1;
Frame 4538
_root.frame = Math.ceil(Math.random() * 2);
stopAllSounds();
gotoAndPlay(_root.frame +5015);
Frame 4548
ButtonA.enabled = false;
ButtonB.enabled = false;
ButtonC.enabled = false;
ButtonD.enabled = false;
if (FlyAppear == 1) {
if (_root.FlyChosen == 1) {
AFly._visible = true;
AFly2._visible = false;
AFly3._visible = false;
} else if (_root.FlyChosen == 2) {
AFly._visible = false;
AFly2._visible = true;
AFly3._visible = false;
} else if (_root.FlyChosen == 3) {
AFly._visible = false;
AFly2._visible = false;
AFly3._visible = true;
}
} else {
AFly._visible = false;
AFly2._visible = false;
AFly3._visible = false;
}
Frame 4558
Output = "Wrong";
Rander = Math.floor(Math.random() * IncorrectSounds.length);
IncorrectPlay.attachSound(IncorrectSounds[Rander]);
IncorrectPlay.start(0, 1);
Frame 4616
play();
Frame 4617
if (_root.Incorrect.length == 0) {
_root.Incorrect = ["What a bunch of poop !", "You soft turd !", "You stupid dump !", "What a crappy answer", "Utter shit", "You're shit at this game", "You're such a returd", "You're basturd useless"];
_root.BadSounds = ["Baddy1", "Baddy2", "Baddy3", "Baddy4", "Baddy5", "Baddy6", "Baddy7", "Baddy8"];
prevFrame();
} else {
_root.myRandom = random(_root.Incorrect.length);
Output = _root.Incorrect[_root.myRandom];
_root.BadPlay.attachSound(_root.BadSounds[_root.myRandom]);
_root.BadPlay.start(0, 1);
_root.Incorrect.splice(_root.myRandom, 1);
_root.BadSounds.splice(_root.myRandom, 1);
}
Frame 4692
_root.frame = Math.ceil(Math.random() * 2);
stopAllSounds();
gotoAndPlay(_root.frame +5015);
Frame 4708
ButtonA.enabled = false;
ButtonB.enabled = false;
ButtonC.enabled = false;
ButtonD.enabled = false;
if (FlyAppear == 1) {
if (_root.FlyChosen == 1) {
AFly._visible = true;
AFly2._visible = false;
AFly3._visible = false;
} else if (_root.FlyChosen == 2) {
AFly._visible = false;
AFly2._visible = true;
AFly3._visible = false;
} else if (_root.FlyChosen == 3) {
AFly._visible = false;
AFly2._visible = false;
AFly3._visible = true;
}
} else {
AFly._visible = false;
AFly2._visible = false;
AFly3._visible = false;
}
Frame 4718
Output = "Correct";
Rands = Math.floor(Math.random() * CorrectSounds.length);
CorrectPlay.attachSound(CorrectSounds[Rands]);
CorrectPlay.start(0, 1);
Frame 4776
play();
Frame 4777
if (_root.Correct.length == 0) {
_root.Correct = ["You know your shit !", "There's no flies on you !", "Turd-tastic", "You're doing excrement !", "You're poo good at this", "You're scategorically the best !", "Poo-riffic", "Spec-crapular!"];
_root.GoodSounds = ["Goody1", "Goody2", "Goody3", "Goody4", "Goody5", "Goody6", "Goody7", "Goody8"];
prevFrame();
} else {
_root.myRandom = random(_root.Correct.length);
Output = _root.Correct[_root.myRandom];
_root.GoodPlay.attachSound(_root.GoodSounds[_root.myRandom]);
_root.GoodPlay.start(0, 1);
_root.Correct.splice(_root.myRandom, 1);
_root.GoodSounds.splice(_root.myRandom, 1);
}
Frame 4778
TotalScore = TotalScore + 1;
Frame 4855
_root.frame = Math.ceil(Math.random() * 2);
stopAllSounds();
gotoAndPlay(_root.frame +5015);
Frame 4865
ButtonA.enabled = false;
ButtonB.enabled = false;
ButtonC.enabled = false;
ButtonD.enabled = false;
if (FlyAppear == 1) {
if (_root.FlyChosen == 1) {
AFly._visible = true;
AFly2._visible = false;
AFly3._visible = false;
} else if (_root.FlyChosen == 2) {
AFly._visible = false;
AFly2._visible = true;
AFly3._visible = false;
} else if (_root.FlyChosen == 3) {
AFly._visible = false;
AFly2._visible = false;
AFly3._visible = true;
}
} else {
AFly._visible = false;
AFly2._visible = false;
AFly3._visible = false;
}
Frame 4875
Output = "Wrong";
Randee = Math.floor(Math.random() * IncorrectSounds.length);
IncorrectPlay.attachSound(IncorrectSounds[Randee]);
IncorrectPlay.start(0, 1);
Frame 4934
play();
Frame 4935
if (_root.Incorrect.length == 0) {
_root.Incorrect = ["What a bunch of poop !", "You soft turd !", "You stupid dump !", "What a crappy answer", "Utter shit", "You're shit at this game", "You're such a returd", "You're basturd useless"];
_root.BadSounds = ["Baddy1", "Baddy2", "Baddy3", "Baddy4", "Baddy5", "Baddy6", "Baddy7", "Baddy8"];
prevFrame();
} else {
_root.myRandom = random(_root.Incorrect.length);
Output = _root.Incorrect[_root.myRandom];
_root.BadPlay.attachSound(_root.BadSounds[_root.myRandom]);
_root.BadPlay.start(0, 1);
_root.Incorrect.splice(_root.myRandom, 1);
_root.BadSounds.splice(_root.myRandom, 1);
}
Frame 5015
_root.frame = Math.ceil(Math.random() * 2);
stopAllSounds();
gotoAndPlay(_root.frame +5015);
Frame 5016
_root.FartDelay = Math.ceil(Math.random() * 5);
_root.FartAppear = Math.ceil(Math.random() * 15);
ButtonA.enabled = true;
ButtonB.enabled = true;
ButtonC.enabled = true;
ButtonD.enabled = true;
Output = "Question 8";
stop();
_root.FlyChosen = Math.ceil(Math.random() * 3);
FlyDelay = Math.ceil(Math.random() * 6);
FlyAppear = Math.ceil(Math.random() * 15);
stop();
Frame 5017
_root.FartDelay = Math.ceil(Math.random() * 5);
_root.FartAppear = Math.ceil(Math.random() * 15);
ButtonA.enabled = true;
ButtonB.enabled = true;
ButtonC.enabled = true;
ButtonD.enabled = true;
Output = "Question 8";
stop();
_root.FlyChosen = Math.ceil(Math.random() * 3);
FlyDelay = Math.ceil(Math.random() * 6);
FlyAppear = Math.ceil(Math.random() * 15);
stop();
Frame 5020
ButtonA.enabled = false;
ButtonB.enabled = false;
ButtonC.enabled = false;
ButtonD.enabled = false;
if (FlyAppear == 1) {
if (_root.FlyChosen == 1) {
AFly._visible = true;
AFly2._visible = false;
AFly3._visible = false;
} else if (_root.FlyChosen == 2) {
AFly._visible = false;
AFly2._visible = true;
AFly3._visible = false;
} else if (_root.FlyChosen == 3) {
AFly._visible = false;
AFly2._visible = false;
AFly3._visible = true;
}
} else {
AFly._visible = false;
AFly2._visible = false;
AFly3._visible = false;
}
Frame 5030
Output = "Correct";
Randage = Math.floor(Math.random() * CorrectSounds.length);
CorrectPlay.attachSound(CorrectSounds[Randage]);
CorrectPlay.start(0, 1);
Frame 5089
play();
Frame 5090
if (_root.Correct.length == 0) {
_root.Correct = ["You know your shit !", "There's no flies on you !", "Turd-tastic", "You're doing excrement !", "You're poo good at this", "You're scategorically the best !", "Poo-riffic", "Spec-crapular!"];
_root.GoodSounds = ["Goody1", "Goody2", "Goody3", "Goody4", "Goody5", "Goody6", "Goody7", "Goody8"];
prevFrame();
} else {
_root.myRandom = random(_root.Correct.length);
Output = _root.Correct[_root.myRandom];
_root.GoodPlay.attachSound(_root.GoodSounds[_root.myRandom]);
_root.GoodPlay.start(0, 1);
_root.Correct.splice(_root.myRandom, 1);
_root.GoodSounds.splice(_root.myRandom, 1);
}
Frame 5091
TotalScore = TotalScore + 1;
Frame 5166
_root.frame = Math.ceil(Math.random() * 2);
stopAllSounds();
gotoAndPlay(_root.frame +5643);
Frame 5176
ButtonA.enabled = false;
ButtonB.enabled = false;
ButtonC.enabled = false;
ButtonD.enabled = false;
if (FlyAppear == 1) {
if (_root.FlyChosen == 1) {
AFly._visible = true;
AFly2._visible = false;
AFly3._visible = false;
} else if (_root.FlyChosen == 2) {
AFly._visible = false;
AFly2._visible = true;
AFly3._visible = false;
} else if (_root.FlyChosen == 3) {
AFly._visible = false;
AFly2._visible = false;
AFly3._visible = true;
}
} else {
AFly._visible = false;
AFly2._visible = false;
AFly3._visible = false;
}
Frame 5186
Output = "Wrong";
Rander = Math.floor(Math.random() * IncorrectSounds.length);
IncorrectPlay.attachSound(IncorrectSounds[Rander]);
IncorrectPlay.start(0, 1);
Frame 5244
play();
Frame 5245
if (_root.Incorrect.length == 0) {
_root.Incorrect = ["What a bunch of poop !", "You soft turd !", "You stupid dump !", "What a crappy answer", "Utter shit", "You're shit at this game", "You're such a returd", "You're basturd useless"];
_root.BadSounds = ["Baddy1", "Baddy2", "Baddy3", "Baddy4", "Baddy5", "Baddy6", "Baddy7", "Baddy8"];
prevFrame();
} else {
_root.myRandom = random(_root.Incorrect.length);
Output = _root.Incorrect[_root.myRandom];
_root.BadPlay.attachSound(_root.BadSounds[_root.myRandom]);
_root.BadPlay.start(0, 1);
_root.Incorrect.splice(_root.myRandom, 1);
_root.BadSounds.splice(_root.myRandom, 1);
}
Frame 5320
_root.frame = Math.ceil(Math.random() * 2);
stopAllSounds();
gotoAndPlay(_root.frame +5643);
Frame 5336
ButtonA.enabled = false;
ButtonB.enabled = false;
ButtonC.enabled = false;
ButtonD.enabled = false;
if (FlyAppear == 1) {
if (_root.FlyChosen == 1) {
AFly._visible = true;
AFly2._visible = false;
AFly3._visible = false;
} else if (_root.FlyChosen == 2) {
AFly._visible = false;
AFly2._visible = true;
AFly3._visible = false;
} else if (_root.FlyChosen == 3) {
AFly._visible = false;
AFly2._visible = false;
AFly3._visible = true;
}
} else {
AFly._visible = false;
AFly2._visible = false;
AFly3._visible = false;
}
Frame 5346
Output = "Correct";
Rands = Math.floor(Math.random() * CorrectSounds.length);
CorrectPlay.attachSound(CorrectSounds[Rands]);
CorrectPlay.start(0, 1);
Frame 5404
play();
Frame 5405
if (_root.Correct.length == 0) {
_root.Correct = ["You know your shit !", "There's no flies on you !", "Turd-tastic", "You're doing excrement !", "You're poo good at this", "You're scategorically the best !", "Poo-riffic", "Spec-crapular!"];
_root.GoodSounds = ["Goody1", "Goody2", "Goody3", "Goody4", "Goody5", "Goody6", "Goody7", "Goody8"];
prevFrame();
} else {
_root.myRandom = random(_root.Correct.length);
Output = _root.Correct[_root.myRandom];
_root.GoodPlay.attachSound(_root.GoodSounds[_root.myRandom]);
_root.GoodPlay.start(0, 1);
_root.Correct.splice(_root.myRandom, 1);
_root.GoodSounds.splice(_root.myRandom, 1);
}
Frame 5406
TotalScore = TotalScore + 1;
Frame 5483
_root.frame = Math.ceil(Math.random() * 2);
stopAllSounds();
gotoAndPlay(_root.frame +5643);
Frame 5493
ButtonA.enabled = false;
ButtonB.enabled = false;
ButtonC.enabled = false;
ButtonD.enabled = false;
if (FlyAppear == 1) {
if (_root.FlyChosen == 1) {
AFly._visible = true;
AFly2._visible = false;
AFly3._visible = false;
} else if (_root.FlyChosen == 2) {
AFly._visible = false;
AFly2._visible = true;
AFly3._visible = false;
} else if (_root.FlyChosen == 3) {
AFly._visible = false;
AFly2._visible = false;
AFly3._visible = true;
}
} else {
AFly._visible = false;
AFly2._visible = false;
AFly3._visible = false;
}
Frame 5503
Output = "Wrong";
Randee = Math.floor(Math.random() * IncorrectSounds.length);
IncorrectPlay.attachSound(IncorrectSounds[Randee]);
IncorrectPlay.start(0, 1);
Frame 5562
play();
Frame 5563
if (_root.Incorrect.length == 0) {
_root.Incorrect = ["What a bunch of poop !", "You soft turd !", "You stupid dump !", "What a crappy answer", "Utter shit", "You're shit at this game", "You're such a returd", "You're basturd useless"];
_root.BadSounds = ["Baddy1", "Baddy2", "Baddy3", "Baddy4", "Baddy5", "Baddy6", "Baddy7", "Baddy8"];
prevFrame();
} else {
_root.myRandom = random(_root.Incorrect.length);
Output = _root.Incorrect[_root.myRandom];
_root.BadPlay.attachSound(_root.BadSounds[_root.myRandom]);
_root.BadPlay.start(0, 1);
_root.Incorrect.splice(_root.myRandom, 1);
_root.BadSounds.splice(_root.myRandom, 1);
}
Frame 5643
_root.frame = Math.ceil(Math.random() * 2);
stopAllSounds();
gotoAndPlay(_root.frame +5643);
Frame 5644
_root.FartDelay = Math.ceil(Math.random() * 5);
_root.FartAppear = Math.ceil(Math.random() * 15);
ButtonA.enabled = true;
ButtonB.enabled = true;
ButtonC.enabled = true;
ButtonD.enabled = true;
Output = "Question 9";
stop();
_root.FlyChosen = Math.ceil(Math.random() * 3);
FlyDelay = Math.ceil(Math.random() * 6);
FlyAppear = Math.ceil(Math.random() * 15);
stop();
Frame 5645
_root.FartDelay = Math.ceil(Math.random() * 5);
_root.FartAppear = Math.ceil(Math.random() * 15);
ButtonA.enabled = true;
ButtonB.enabled = true;
ButtonC.enabled = true;
ButtonD.enabled = true;
Output = "Question 9";
stop();
_root.FlyChosen = Math.ceil(Math.random() * 3);
FlyDelay = Math.ceil(Math.random() * 6);
FlyAppear = Math.ceil(Math.random() * 15);
stop();
Frame 5648
ButtonA.enabled = false;
ButtonB.enabled = false;
ButtonC.enabled = false;
ButtonD.enabled = false;
if (FlyAppear == 1) {
if (_root.FlyChosen == 1) {
AFly._visible = true;
AFly2._visible = false;
AFly3._visible = false;
} else if (_root.FlyChosen == 2) {
AFly._visible = false;
AFly2._visible = true;
AFly3._visible = false;
} else if (_root.FlyChosen == 3) {
AFly._visible = false;
AFly2._visible = false;
AFly3._visible = true;
}
} else {
AFly._visible = false;
AFly2._visible = false;
AFly3._visible = false;
}
Frame 5658
Output = "Correct";
Randage = Math.floor(Math.random() * CorrectSounds.length);
CorrectPlay.attachSound(CorrectSounds[Randage]);
CorrectPlay.start(0, 1);
Frame 5717
play();
Frame 5718
if (_root.Correct.length == 0) {
_root.Correct = ["You know your shit !", "There's no flies on you !", "Turd-tastic", "You're doing excrement !", "You're poo good at this", "You're scategorically the best !", "Poo-riffic", "Spec-crapular!"];
_root.GoodSounds = ["Goody1", "Goody2", "Goody3", "Goody4", "Goody5", "Goody6", "Goody7", "Goody8"];
prevFrame();
} else {
_root.myRandom = random(_root.Correct.length);
Output = _root.Correct[_root.myRandom];
_root.GoodPlay.attachSound(_root.GoodSounds[_root.myRandom]);
_root.GoodPlay.start(0, 1);
_root.Correct.splice(_root.myRandom, 1);
_root.GoodSounds.splice(_root.myRandom, 1);
}
Frame 5719
TotalScore = TotalScore + 1;
Frame 5794
_root.frame = Math.ceil(Math.random() * 2);
stopAllSounds();
gotoAndPlay(_root.frame +6271);
Frame 5804
ButtonA.enabled = false;
ButtonB.enabled = false;
ButtonC.enabled = false;
ButtonD.enabled = false;
if (FlyAppear == 1) {
if (_root.FlyChosen == 1) {
AFly._visible = true;
AFly2._visible = false;
AFly3._visible = false;
} else if (_root.FlyChosen == 2) {
AFly._visible = false;
AFly2._visible = true;
AFly3._visible = false;
} else if (_root.FlyChosen == 3) {
AFly._visible = false;
AFly2._visible = false;
AFly3._visible = true;
}
} else {
AFly._visible = false;
AFly2._visible = false;
AFly3._visible = false;
}
Frame 5814
Output = "Wrong";
Rander = Math.floor(Math.random() * IncorrectSounds.length);
IncorrectPlay.attachSound(IncorrectSounds[Rander]);
IncorrectPlay.start(0, 1);
Frame 5872
play();
Frame 5873
if (_root.Incorrect.length == 0) {
_root.Incorrect = ["What a bunch of poop !", "You soft turd !", "You stupid dump !", "What a crappy answer", "Utter shit", "You're shit at this game", "You're such a returd", "You're basturd useless"];
_root.BadSounds = ["Baddy1", "Baddy2", "Baddy3", "Baddy4", "Baddy5", "Baddy6", "Baddy7", "Baddy8"];
prevFrame();
} else {
_root.myRandom = random(_root.Incorrect.length);
Output = _root.Incorrect[_root.myRandom];
_root.BadPlay.attachSound(_root.BadSounds[_root.myRandom]);
_root.BadPlay.start(0, 1);
_root.Incorrect.splice(_root.myRandom, 1);
_root.BadSounds.splice(_root.myRandom, 1);
}
Frame 5948
_root.frame = Math.ceil(Math.random() * 2);
stopAllSounds();
gotoAndPlay(_root.frame +6271);
Frame 5964
ButtonA.enabled = false;
ButtonB.enabled = false;
ButtonC.enabled = false;
ButtonD.enabled = false;
if (FlyAppear == 1) {
if (_root.FlyChosen == 1) {
AFly._visible = true;
AFly2._visible = false;
AFly3._visible = false;
} else if (_root.FlyChosen == 2) {
AFly._visible = false;
AFly2._visible = true;
AFly3._visible = false;
} else if (_root.FlyChosen == 3) {
AFly._visible = false;
AFly2._visible = false;
AFly3._visible = true;
}
} else {
AFly._visible = false;
AFly2._visible = false;
AFly3._visible = false;
}
Frame 5974
Output = "Correct";
Rands = Math.floor(Math.random() * CorrectSounds.length);
CorrectPlay.attachSound(CorrectSounds[Rands]);
CorrectPlay.start(0, 1);
Frame 6032
play();
Frame 6033
if (_root.Correct.length == 0) {
_root.Correct = ["You know your shit !", "There's no flies on you !", "Turd-tastic", "You're doing excrement !", "You're poo good at this", "You're scategorically the best !", "Poo-riffic", "Spec-crapular!"];
_root.GoodSounds = ["Goody1", "Goody2", "Goody3", "Goody4", "Goody5", "Goody6", "Goody7", "Goody8"];
prevFrame();
} else {
_root.myRandom = random(_root.Correct.length);
Output = _root.Correct[_root.myRandom];
_root.GoodPlay.attachSound(_root.GoodSounds[_root.myRandom]);
_root.GoodPlay.start(0, 1);
_root.Correct.splice(_root.myRandom, 1);
_root.GoodSounds.splice(_root.myRandom, 1);
}
Frame 6034
TotalScore = TotalScore + 1;
Frame 6111
_root.frame = Math.ceil(Math.random() * 2);
stopAllSounds();
gotoAndPlay(_root.frame +6271);
Frame 6121
ButtonA.enabled = false;
ButtonB.enabled = false;
ButtonC.enabled = false;
ButtonD.enabled = false;
if (FlyAppear == 1) {
if (_root.FlyChosen == 1) {
AFly._visible = true;
AFly2._visible = false;
AFly3._visible = false;
} else if (_root.FlyChosen == 2) {
AFly._visible = false;
AFly2._visible = true;
AFly3._visible = false;
} else if (_root.FlyChosen == 3) {
AFly._visible = false;
AFly2._visible = false;
AFly3._visible = true;
}
} else {
AFly._visible = false;
AFly2._visible = false;
AFly3._visible = false;
}
Frame 6131
Output = "Wrong";
Randee = Math.floor(Math.random() * IncorrectSounds.length);
IncorrectPlay.attachSound(IncorrectSounds[Randee]);
IncorrectPlay.start(0, 1);
Frame 6190
play();
Frame 6191
if (_root.Incorrect.length == 0) {
_root.Incorrect = ["What a bunch of poop !", "You soft turd !", "You stupid dump !", "What a crappy answer", "Utter shit", "You're shit at this game", "You're such a returd", "You're basturd useless"];
_root.BadSounds = ["Baddy1", "Baddy2", "Baddy3", "Baddy4", "Baddy5", "Baddy6", "Baddy7", "Baddy8"];
prevFrame();
} else {
_root.myRandom = random(_root.Incorrect.length);
Output = _root.Incorrect[_root.myRandom];
_root.BadPlay.attachSound(_root.BadSounds[_root.myRandom]);
_root.BadPlay.start(0, 1);
_root.Incorrect.splice(_root.myRandom, 1);
_root.BadSounds.splice(_root.myRandom, 1);
}
Frame 6271
_root.frame = Math.ceil(Math.random() * 2);
stopAllSounds();
gotoAndPlay(_root.frame +6271);
Frame 6272
_root.FartDelay = Math.ceil(Math.random() * 5);
_root.FartAppear = Math.ceil(Math.random() * 15);
ButtonA.enabled = true;
ButtonB.enabled = true;
ButtonC.enabled = true;
ButtonD.enabled = true;
Output = "Question 10";
stop();
_root.FlyChosen = Math.ceil(Math.random() * 3);
FlyDelay = Math.ceil(Math.random() * 6);
FlyAppear = Math.ceil(Math.random() * 15);
stop();
Frame 6273
_root.FartDelay = Math.ceil(Math.random() * 5);
_root.FartAppear = Math.ceil(Math.random() * 15);
ButtonA.enabled = true;
ButtonB.enabled = true;
ButtonC.enabled = true;
ButtonD.enabled = true;
Output = "Question 10";
stop();
_root.FlyChosen = Math.ceil(Math.random() * 3);
FlyDelay = Math.ceil(Math.random() * 6);
FlyAppear = Math.ceil(Math.random() * 15);
stop();
Frame 6276
ButtonA.enabled = false;
ButtonB.enabled = false;
ButtonC.enabled = false;
ButtonD.enabled = false;
if (FlyAppear == 1) {
if (_root.FlyChosen == 1) {
AFly._visible = true;
AFly2._visible = false;
AFly3._visible = false;
} else if (_root.FlyChosen == 2) {
AFly._visible = false;
AFly2._visible = true;
AFly3._visible = false;
} else if (_root.FlyChosen == 3) {
AFly._visible = false;
AFly2._visible = false;
AFly3._visible = true;
}
} else {
AFly._visible = false;
AFly2._visible = false;
AFly3._visible = false;
}
Frame 6286
Output = "Correct";
Randage = Math.floor(Math.random() * CorrectSounds.length);
CorrectPlay.attachSound(CorrectSounds[Randage]);
CorrectPlay.start(0, 1);
Frame 6345
play();
Frame 6346
if (_root.Correct.length == 0) {
_root.Correct = ["You know your shit !", "There's no flies on you !", "Turd-tastic", "You're doing excrement !", "You're poo good at this", "You're scategorically the best !", "Poo-riffic", "Spec-crapular!"];
_root.GoodSounds = ["Goody1", "Goody2", "Goody3", "Goody4", "Goody5", "Goody6", "Goody7", "Goody8"];
prevFrame();
} else {
_root.myRandom = random(_root.Correct.length);
Output = _root.Correct[_root.myRandom];
_root.GoodPlay.attachSound(_root.GoodSounds[_root.myRandom]);
_root.GoodPlay.start(0, 1);
_root.Correct.splice(_root.myRandom, 1);
_root.GoodSounds.splice(_root.myRandom, 1);
}
Frame 6347
TotalScore = TotalScore + 1;
Frame 6422
_root.frame = Math.ceil(Math.random() * 2);
stopAllSounds();
gotoAndPlay(_root.frame +6899);
Frame 6432
ButtonA.enabled = false;
ButtonB.enabled = false;
ButtonC.enabled = false;
ButtonD.enabled = false;
if (FlyAppear == 1) {
if (_root.FlyChosen == 1) {
AFly._visible = true;
AFly2._visible = false;
AFly3._visible = false;
} else if (_root.FlyChosen == 2) {
AFly._visible = false;
AFly2._visible = true;
AFly3._visible = false;
} else if (_root.FlyChosen == 3) {
AFly._visible = false;
AFly2._visible = false;
AFly3._visible = true;
}
} else {
AFly._visible = false;
AFly2._visible = false;
AFly3._visible = false;
}
Frame 6442
Output = "Wrong";
Rander = Math.floor(Math.random() * IncorrectSounds.length);
IncorrectPlay.attachSound(IncorrectSounds[Rander]);
IncorrectPlay.start(0, 1);
Frame 6500
play();
Frame 6501
if (_root.Incorrect.length == 0) {
_root.Incorrect = ["What a bunch of poop !", "You soft turd !", "You stupid dump !", "What a crappy answer", "Utter shit", "You're shit at this game", "You're such a returd", "You're basturd useless"];
_root.BadSounds = ["Baddy1", "Baddy2", "Baddy3", "Baddy4", "Baddy5", "Baddy6", "Baddy7", "Baddy8"];
prevFrame();
} else {
_root.myRandom = random(_root.Incorrect.length);
Output = _root.Incorrect[_root.myRandom];
_root.BadPlay.attachSound(_root.BadSounds[_root.myRandom]);
_root.BadPlay.start(0, 1);
_root.Incorrect.splice(_root.myRandom, 1);
_root.BadSounds.splice(_root.myRandom, 1);
}
Frame 6576
_root.frame = Math.ceil(Math.random() * 2);
stopAllSounds();
gotoAndPlay(_root.frame +6899);
Frame 6592
ButtonA.enabled = false;
ButtonB.enabled = false;
ButtonC.enabled = false;
ButtonD.enabled = false;
if (FlyAppear == 1) {
if (_root.FlyChosen == 1) {
AFly._visible = true;
AFly2._visible = false;
AFly3._visible = false;
} else if (_root.FlyChosen == 2) {
AFly._visible = false;
AFly2._visible = true;
AFly3._visible = false;
} else if (_root.FlyChosen == 3) {
AFly._visible = false;
AFly2._visible = false;
AFly3._visible = true;
}
} else {
AFly._visible = false;
AFly2._visible = false;
AFly3._visible = false;
}
Frame 6602
Output = "Correct";
Rands = Math.floor(Math.random() * CorrectSounds.length);
CorrectPlay.attachSound(CorrectSounds[Rands]);
CorrectPlay.start(0, 1);
Frame 6660
play();
Frame 6661
if (_root.Correct.length == 0) {
_root.Correct = ["You know your shit !", "There's no flies on you !", "Turd-tastic", "You're doing excrement !", "You're poo good at this", "You're scategorically the best !", "Poo-riffic", "Spec-crapular!"];
_root.GoodSounds = ["Goody1", "Goody2", "Goody3", "Goody4", "Goody5", "Goody6", "Goody7", "Goody8"];
prevFrame();
} else {
_root.myRandom = random(_root.Correct.length);
Output = _root.Correct[_root.myRandom];
_root.GoodPlay.attachSound(_root.GoodSounds[_root.myRandom]);
_root.GoodPlay.start(0, 1);
_root.Correct.splice(_root.myRandom, 1);
_root.GoodSounds.splice(_root.myRandom, 1);
}
Frame 6662
TotalScore = TotalScore + 1;
Frame 6739
_root.frame = Math.ceil(Math.random() * 2);
stopAllSounds();
gotoAndPlay(_root.frame +6899);
Frame 6749
ButtonA.enabled = false;
ButtonB.enabled = false;
ButtonC.enabled = false;
ButtonD.enabled = false;
if (FlyAppear == 1) {
if (_root.FlyChosen == 1) {
AFly._visible = true;
AFly2._visible = false;
AFly3._visible = false;
} else if (_root.FlyChosen == 2) {
AFly._visible = false;
AFly2._visible = true;
AFly3._visible = false;
} else if (_root.FlyChosen == 3) {
AFly._visible = false;
AFly2._visible = false;
AFly3._visible = true;
}
} else {
AFly._visible = false;
AFly2._visible = false;
AFly3._visible = false;
}
Frame 6759
Output = "Wrong";
Randee = Math.floor(Math.random() * IncorrectSounds.length);
IncorrectPlay.attachSound(IncorrectSounds[Randee]);
IncorrectPlay.start(0, 1);
Frame 6818
play();
Frame 6819
if (_root.Incorrect.length == 0) {
_root.Incorrect = ["What a bunch of poop !", "You soft turd !", "You stupid dump !", "What a crappy answer", "Utter shit", "You're shit at this game", "You're such a returd", "You're basturd useless"];
_root.BadSounds = ["Baddy1", "Baddy2", "Baddy3", "Baddy4", "Baddy5", "Baddy6", "Baddy7", "Baddy8"];
prevFrame();
} else {
_root.myRandom = random(_root.Incorrect.length);
Output = _root.Incorrect[_root.myRandom];
_root.BadPlay.attachSound(_root.BadSounds[_root.myRandom]);
_root.BadPlay.start(0, 1);
_root.Incorrect.splice(_root.myRandom, 1);
_root.BadSounds.splice(_root.myRandom, 1);
}
Frame 6899
_root.frame = Math.ceil(Math.random() * 2);
stopAllSounds();
gotoAndPlay(_root.frame +6899);
Frame 6900
_root.FartDelay = Math.ceil(Math.random() * 5);
_root.FartAppear = Math.ceil(Math.random() * 15);
ButtonA.enabled = true;
ButtonB.enabled = true;
ButtonC.enabled = true;
ButtonD.enabled = true;
Output = "Question 11";
stop();
_root.FlyChosen = Math.ceil(Math.random() * 3);
FlyDelay = Math.ceil(Math.random() * 6);
FlyAppear = Math.ceil(Math.random() * 15);
stop();
Frame 6901
_root.FartDelay = Math.ceil(Math.random() * 5);
_root.FartAppear = Math.ceil(Math.random() * 15);
ButtonA.enabled = true;
ButtonB.enabled = true;
ButtonC.enabled = true;
ButtonD.enabled = true;
Output = "Question 11";
stop();
_root.FlyChosen = Math.ceil(Math.random() * 3);
FlyDelay = Math.ceil(Math.random() * 6);
FlyAppear = Math.ceil(Math.random() * 15);
stop();
Frame 6904
ButtonA.enabled = false;
ButtonB.enabled = false;
ButtonC.enabled = false;
ButtonD.enabled = false;
if (FlyAppear == 1) {
if (_root.FlyChosen == 1) {
AFly._visible = true;
AFly2._visible = false;
AFly3._visible = false;
} else if (_root.FlyChosen == 2) {
AFly._visible = false;
AFly2._visible = true;
AFly3._visible = false;
} else if (_root.FlyChosen == 3) {
AFly._visible = false;
AFly2._visible = false;
AFly3._visible = true;
}
} else {
AFly._visible = false;
AFly2._visible = false;
AFly3._visible = false;
}
Frame 6914
Output = "Correct";
Randage = Math.floor(Math.random() * CorrectSounds.length);
CorrectPlay.attachSound(CorrectSounds[Randage]);
CorrectPlay.start(0, 1);
Frame 6973
play();
Frame 6974
if (_root.Correct.length == 0) {
_root.Correct = ["You know your shit !", "There's no flies on you !", "Turd-tastic", "You're doing excrement !", "You're poo good at this", "You're scategorically the best !", "Poo-riffic", "Spec-crapular!"];
_root.GoodSounds = ["Goody1", "Goody2", "Goody3", "Goody4", "Goody5", "Goody6", "Goody7", "Goody8"];
prevFrame();
} else {
_root.myRandom = random(_root.Correct.length);
Output = _root.Correct[_root.myRandom];
_root.GoodPlay.attachSound(_root.GoodSounds[_root.myRandom]);
_root.GoodPlay.start(0, 1);
_root.Correct.splice(_root.myRandom, 1);
_root.GoodSounds.splice(_root.myRandom, 1);
}
Frame 6975
TotalScore = TotalScore + 1;
Frame 7050
_root.frame = Math.ceil(Math.random() * 2);
stopAllSounds();
gotoAndPlay(_root.frame +7527);
Frame 7060
ButtonA.enabled = false;
ButtonB.enabled = false;
ButtonC.enabled = false;
ButtonD.enabled = false;
if (FlyAppear == 1) {
if (_root.FlyChosen == 1) {
AFly._visible = true;
AFly2._visible = false;
AFly3._visible = false;
} else if (_root.FlyChosen == 2) {
AFly._visible = false;
AFly2._visible = true;
AFly3._visible = false;
} else if (_root.FlyChosen == 3) {
AFly._visible = false;
AFly2._visible = false;
AFly3._visible = true;
}
} else {
AFly._visible = false;
AFly2._visible = false;
AFly3._visible = false;
}
Frame 7070
Output = "Wrong";
Rander = Math.floor(Math.random() * IncorrectSounds.length);
IncorrectPlay.attachSound(IncorrectSounds[Rander]);
IncorrectPlay.start(0, 1);
Frame 7128
play();
Frame 7129
if (_root.Incorrect.length == 0) {
_root.Incorrect = ["What a bunch of poop !", "You soft turd !", "You stupid dump !", "What a crappy answer", "Utter shit", "You're shit at this game", "You're such a returd", "You're basturd useless"];
_root.BadSounds = ["Baddy1", "Baddy2", "Baddy3", "Baddy4", "Baddy5", "Baddy6", "Baddy7", "Baddy8"];
prevFrame();
} else {
_root.myRandom = random(_root.Incorrect.length);
Output = _root.Incorrect[_root.myRandom];
_root.BadPlay.attachSound(_root.BadSounds[_root.myRandom]);
_root.BadPlay.start(0, 1);
_root.Incorrect.splice(_root.myRandom, 1);
_root.BadSounds.splice(_root.myRandom, 1);
}
Frame 7204
_root.frame = Math.ceil(Math.random() * 2);
stopAllSounds();
gotoAndPlay(_root.frame +7527);
Frame 7220
ButtonA.enabled = false;
ButtonB.enabled = false;
ButtonC.enabled = false;
ButtonD.enabled = false;
if (FlyAppear == 1) {
if (_root.FlyChosen == 1) {
AFly._visible = true;
AFly2._visible = false;
AFly3._visible = false;
} else if (_root.FlyChosen == 2) {
AFly._visible = false;
AFly2._visible = true;
AFly3._visible = false;
} else if (_root.FlyChosen == 3) {
AFly._visible = false;
AFly2._visible = false;
AFly3._visible = true;
}
} else {
AFly._visible = false;
AFly2._visible = false;
AFly3._visible = false;
}
Frame 7230
Output = "Correct";
Rands = Math.floor(Math.random() * CorrectSounds.length);
CorrectPlay.attachSound(CorrectSounds[Rands]);
CorrectPlay.start(0, 1);
Frame 7288
play();
Frame 7289
if (_root.Correct.length == 0) {
_root.Correct = ["You know your shit !", "There's no flies on you !", "Turd-tastic", "You're doing excrement !", "You're poo good at this", "You're scategorically the best !", "Poo-riffic", "Spec-crapular!"];
_root.GoodSounds = ["Goody1", "Goody2", "Goody3", "Goody4", "Goody5", "Goody6", "Goody7", "Goody8"];
prevFrame();
} else {
_root.myRandom = random(_root.Correct.length);
Output = _root.Correct[_root.myRandom];
_root.GoodPlay.attachSound(_root.GoodSounds[_root.myRandom]);
_root.GoodPlay.start(0, 1);
_root.Correct.splice(_root.myRandom, 1);
_root.GoodSounds.splice(_root.myRandom, 1);
}
Frame 7290
TotalScore = TotalScore + 1;
Frame 7367
_root.frame = Math.ceil(Math.random() * 2);
stopAllSounds();
gotoAndPlay(_root.frame +7527);
Frame 7377
ButtonA.enabled = false;
ButtonB.enabled = false;
ButtonC.enabled = false;
ButtonD.enabled = false;
if (FlyAppear == 1) {
if (_root.FlyChosen == 1) {
AFly._visible = true;
AFly2._visible = false;
AFly3._visible = false;
} else if (_root.FlyChosen == 2) {
AFly._visible = false;
AFly2._visible = true;
AFly3._visible = false;
} else if (_root.FlyChosen == 3) {
AFly._visible = false;
AFly2._visible = false;
AFly3._visible = true;
}
} else {
AFly._visible = false;
AFly2._visible = false;
AFly3._visible = false;
}
Frame 7387
Output = "Wrong";
Randee = Math.floor(Math.random() * IncorrectSounds.length);
IncorrectPlay.attachSound(IncorrectSounds[Randee]);
IncorrectPlay.start(0, 1);
Frame 7446
play();
Frame 7447
if (_root.Incorrect.length == 0) {
_root.Incorrect = ["What a bunch of poop !", "You soft turd !", "You stupid dump !", "What a crappy answer", "Utter shit", "You're shit at this game", "You're such a returd", "You're basturd useless"];
_root.BadSounds = ["Baddy1", "Baddy2", "Baddy3", "Baddy4", "Baddy5", "Baddy6", "Baddy7", "Baddy8"];
prevFrame();
} else {
_root.myRandom = random(_root.Incorrect.length);
Output = _root.Incorrect[_root.myRandom];
_root.BadPlay.attachSound(_root.BadSounds[_root.myRandom]);
_root.BadPlay.start(0, 1);
_root.Incorrect.splice(_root.myRandom, 1);
_root.BadSounds.splice(_root.myRandom, 1);
}
Frame 7527
_root.frame = Math.ceil(Math.random() * 2);
stopAllSounds();
gotoAndPlay(_root.frame +7527);
Frame 7528
_root.FartDelay = Math.ceil(Math.random() * 5);
_root.FartAppear = Math.ceil(Math.random() * 15);
ButtonA.enabled = true;
ButtonB.enabled = true;
ButtonC.enabled = true;
ButtonD.enabled = true;
Output = "Question 12";
stop();
_root.FlyChosen = Math.ceil(Math.random() * 3);
FlyDelay = Math.ceil(Math.random() * 6);
FlyAppear = Math.ceil(Math.random() * 15);
stop();
Frame 7529
_root.FartDelay = Math.ceil(Math.random() * 5);
_root.FartAppear = Math.ceil(Math.random() * 15);
ButtonA.enabled = true;
ButtonB.enabled = true;
ButtonC.enabled = true;
ButtonD.enabled = true;
Output = "Question 12";
stop();
_root.FlyChosen = Math.ceil(Math.random() * 3);
FlyDelay = Math.ceil(Math.random() * 6);
FlyAppear = Math.ceil(Math.random() * 15);
stop();
Frame 7532
ButtonA.enabled = false;
ButtonB.enabled = false;
ButtonC.enabled = false;
ButtonD.enabled = false;
if (FlyAppear == 1) {
if (_root.FlyChosen == 1) {
AFly._visible = true;
AFly2._visible = false;
AFly3._visible = false;
} else if (_root.FlyChosen == 2) {
AFly._visible = false;
AFly2._visible = true;
AFly3._visible = false;
} else if (_root.FlyChosen == 3) {
AFly._visible = false;
AFly2._visible = false;
AFly3._visible = true;
}
} else {
AFly._visible = false;
AFly2._visible = false;
AFly3._visible = false;
}
Frame 7542
Output = "Correct";
Randage = Math.floor(Math.random() * CorrectSounds.length);
CorrectPlay.attachSound(CorrectSounds[Randage]);
CorrectPlay.start(0, 1);
Frame 7601
play();
Frame 7602
if (_root.Correct.length == 0) {
_root.Correct = ["You know your shit !", "There's no flies on you !", "Turd-tastic", "You're doing excrement !", "You're poo good at this", "You're scategorically the best !", "Poo-riffic", "Spec-crapular!"];
_root.GoodSounds = ["Goody1", "Goody2", "Goody3", "Goody4", "Goody5", "Goody6", "Goody7", "Goody8"];
prevFrame();
} else {
_root.myRandom = random(_root.Correct.length);
Output = _root.Correct[_root.myRandom];
_root.GoodPlay.attachSound(_root.GoodSounds[_root.myRandom]);
_root.GoodPlay.start(0, 1);
_root.Correct.splice(_root.myRandom, 1);
_root.GoodSounds.splice(_root.myRandom, 1);
}
Frame 7603
TotalScore = TotalScore + 1;
Frame 7678
_root.frame = Math.ceil(Math.random() * 2);
stopAllSounds();
gotoAndPlay(_root.frame +8155);
Frame 7688
ButtonA.enabled = false;
ButtonB.enabled = false;
ButtonC.enabled = false;
ButtonD.enabled = false;
if (FlyAppear == 1) {
if (_root.FlyChosen == 1) {
AFly._visible = true;
AFly2._visible = false;
AFly3._visible = false;
} else if (_root.FlyChosen == 2) {
AFly._visible = false;
AFly2._visible = true;
AFly3._visible = false;
} else if (_root.FlyChosen == 3) {
AFly._visible = false;
AFly2._visible = false;
AFly3._visible = true;
}
} else {
AFly._visible = false;
AFly2._visible = false;
AFly3._visible = false;
}
Frame 7698
Output = "Wrong";
Rander = Math.floor(Math.random() * IncorrectSounds.length);
IncorrectPlay.attachSound(IncorrectSounds[Rander]);
IncorrectPlay.start(0, 1);
Frame 7756
play();
Frame 7757
if (_root.Incorrect.length == 0) {
_root.Incorrect = ["What a bunch of poop !", "You soft turd !", "You stupid dump !", "What a crappy answer", "Utter shit", "You're shit at this game", "You're such a returd", "You're basturd useless"];
_root.BadSounds = ["Baddy1", "Baddy2", "Baddy3", "Baddy4", "Baddy5", "Baddy6", "Baddy7", "Baddy8"];
prevFrame();
} else {
_root.myRandom = random(_root.Incorrect.length);
Output = _root.Incorrect[_root.myRandom];
_root.BadPlay.attachSound(_root.BadSounds[_root.myRandom]);
_root.BadPlay.start(0, 1);
_root.Incorrect.splice(_root.myRandom, 1);
_root.BadSounds.splice(_root.myRandom, 1);
}
Frame 7832
_root.frame = Math.ceil(Math.random() * 2);
stopAllSounds();
gotoAndPlay(_root.frame +8155);
Frame 7848
ButtonA.enabled = false;
ButtonB.enabled = false;
ButtonC.enabled = false;
ButtonD.enabled = false;
if (FlyAppear == 1) {
if (_root.FlyChosen == 1) {
AFly._visible = true;
AFly2._visible = false;
AFly3._visible = false;
} else if (_root.FlyChosen == 2) {
AFly._visible = false;
AFly2._visible = true;
AFly3._visible = false;
} else if (_root.FlyChosen == 3) {
AFly._visible = false;
AFly2._visible = false;
AFly3._visible = true;
}
} else {
AFly._visible = false;
AFly2._visible = false;
AFly3._visible = false;
}
Frame 7858
Output = "Correct";
Rands = Math.floor(Math.random() * CorrectSounds.length);
CorrectPlay.attachSound(CorrectSounds[Rands]);
CorrectPlay.start(0, 1);
Frame 7916
play();
Frame 7917
if (_root.Correct.length == 0) {
_root.Correct = ["You know your shit !", "There's no flies on you !", "Turd-tastic", "You're doing excrement !", "You're poo good at this", "You're scategorically the best !", "Poo-riffic", "Spec-crapular!"];
_root.GoodSounds = ["Goody1", "Goody2", "Goody3", "Goody4", "Goody5", "Goody6", "Goody7", "Goody8"];
prevFrame();
} else {
_root.myRandom = random(_root.Correct.length);
Output = _root.Correct[_root.myRandom];
_root.GoodPlay.attachSound(_root.GoodSounds[_root.myRandom]);
_root.GoodPlay.start(0, 1);
_root.Correct.splice(_root.myRandom, 1);
_root.GoodSounds.splice(_root.myRandom, 1);
}
Frame 7918
TotalScore = TotalScore + 1;
Frame 7995
_root.frame = Math.ceil(Math.random() * 2);
stopAllSounds();
gotoAndPlay(_root.frame +8155);
Frame 8005
ButtonA.enabled = false;
ButtonB.enabled = false;
ButtonC.enabled = false;
ButtonD.enabled = false;
if (FlyAppear == 1) {
if (_root.FlyChosen == 1) {
AFly._visible = true;
AFly2._visible = false;
AFly3._visible = false;
} else if (_root.FlyChosen == 2) {
AFly._visible = false;
AFly2._visible = true;
AFly3._visible = false;
} else if (_root.FlyChosen == 3) {
AFly._visible = false;
AFly2._visible = false;
AFly3._visible = true;
}
} else {
AFly._visible = false;
AFly2._visible = false;
AFly3._visible = false;
}
Frame 8015
Output = "Wrong";
Randee = Math.floor(Math.random() * IncorrectSounds.length);
IncorrectPlay.attachSound(IncorrectSounds[Randee]);
IncorrectPlay.start(0, 1);
Frame 8074
play();
Frame 8075
if (_root.Incorrect.length == 0) {
_root.Incorrect = ["What a bunch of poop !", "You soft turd !", "You stupid dump !", "What a crappy answer", "Utter shit", "You're shit at this game", "You're such a returd", "You're basturd useless"];
_root.BadSounds = ["Baddy1", "Baddy2", "Baddy3", "Baddy4", "Baddy5", "Baddy6", "Baddy7", "Baddy8"];
prevFrame();
} else {
_root.myRandom = random(_root.Incorrect.length);
Output = _root.Incorrect[_root.myRandom];
_root.BadPlay.attachSound(_root.BadSounds[_root.myRandom]);
_root.BadPlay.start(0, 1);
_root.Incorrect.splice(_root.myRandom, 1);
_root.BadSounds.splice(_root.myRandom, 1);
}
Frame 8155
_root.frame = Math.ceil(Math.random() * 2);
stopAllSounds();
gotoAndPlay(_root.frame +8155);
Frame 8156
_root.FartDelay = Math.ceil(Math.random() * 5);
_root.FartAppear = Math.ceil(Math.random() * 15);
ButtonA.enabled = true;
ButtonB.enabled = true;
ButtonC.enabled = true;
ButtonD.enabled = true;
Output = "Question 13";
stop();
_root.FlyChosen = Math.ceil(Math.random() * 3);
FlyDelay = Math.ceil(Math.random() * 6);
FlyAppear = Math.ceil(Math.random() * 15);
stop();
Frame 8157
_root.FartDelay = Math.ceil(Math.random() * 5);
_root.FartAppear = Math.ceil(Math.random() * 15);
ButtonA.enabled = true;
ButtonB.enabled = true;
ButtonC.enabled = true;
ButtonD.enabled = true;
Output = "Question 13";
stop();
_root.FlyChosen = Math.ceil(Math.random() * 3);
FlyDelay = Math.ceil(Math.random() * 6);
FlyAppear = Math.ceil(Math.random() * 15);
stop();
Frame 8160
ButtonA.enabled = false;
ButtonB.enabled = false;
ButtonC.enabled = false;
ButtonD.enabled = false;
if (FlyAppear == 1) {
if (_root.FlyChosen == 1) {
AFly._visible = true;
AFly2._visible = false;
AFly3._visible = false;
} else if (_root.FlyChosen == 2) {
AFly._visible = false;
AFly2._visible = true;
AFly3._visible = false;
} else if (_root.FlyChosen == 3) {
AFly._visible = false;
AFly2._visible = false;
AFly3._visible = true;
}
} else {
AFly._visible = false;
AFly2._visible = false;
AFly3._visible = false;
}
Frame 8170
Output = "Correct";
Randage = Math.floor(Math.random() * CorrectSounds.length);
CorrectPlay.attachSound(CorrectSounds[Randage]);
CorrectPlay.start(0, 1);
Frame 8229
play();
Frame 8230
if (_root.Correct.length == 0) {
_root.Correct = ["You know your shit !", "There's no flies on you !", "Turd-tastic", "You're doing excrement !", "You're poo good at this", "You're scategorically the best !", "Poo-riffic", "Spec-crapular!"];
_root.GoodSounds = ["Goody1", "Goody2", "Goody3", "Goody4", "Goody5", "Goody6", "Goody7", "Goody8"];
prevFrame();
} else {
_root.myRandom = random(_root.Correct.length);
Output = _root.Correct[_root.myRandom];
_root.GoodPlay.attachSound(_root.GoodSounds[_root.myRandom]);
_root.GoodPlay.start(0, 1);
_root.Correct.splice(_root.myRandom, 1);
_root.GoodSounds.splice(_root.myRandom, 1);
}
Frame 8231
TotalScore = TotalScore + 1;
Frame 8306
_root.frame = Math.ceil(Math.random() * 2);
stopAllSounds();
gotoAndPlay(_root.frame +8783);
Frame 8316
ButtonA.enabled = false;
ButtonB.enabled = false;
ButtonC.enabled = false;
ButtonD.enabled = false;
if (FlyAppear == 1) {
if (_root.FlyChosen == 1) {
AFly._visible = true;
AFly2._visible = false;
AFly3._visible = false;
} else if (_root.FlyChosen == 2) {
AFly._visible = false;
AFly2._visible = true;
AFly3._visible = false;
} else if (_root.FlyChosen == 3) {
AFly._visible = false;
AFly2._visible = false;
AFly3._visible = true;
}
} else {
AFly._visible = false;
AFly2._visible = false;
AFly3._visible = false;
}
Frame 8326
Output = "Wrong";
Rander = Math.floor(Math.random() * IncorrectSounds.length);
IncorrectPlay.attachSound(IncorrectSounds[Rander]);
IncorrectPlay.start(0, 1);
Frame 8384
play();
Frame 8385
if (_root.Incorrect.length == 0) {
_root.Incorrect = ["What a bunch of poop !", "You soft turd !", "You stupid dump !", "What a crappy answer", "Utter shit", "You're shit at this game", "You're such a returd", "You're basturd useless"];
_root.BadSounds = ["Baddy1", "Baddy2", "Baddy3", "Baddy4", "Baddy5", "Baddy6", "Baddy7", "Baddy8"];
prevFrame();
} else {
_root.myRandom = random(_root.Incorrect.length);
Output = _root.Incorrect[_root.myRandom];
_root.BadPlay.attachSound(_root.BadSounds[_root.myRandom]);
_root.BadPlay.start(0, 1);
_root.Incorrect.splice(_root.myRandom, 1);
_root.BadSounds.splice(_root.myRandom, 1);
}
Frame 8460
_root.frame = Math.ceil(Math.random() * 2);
stopAllSounds();
gotoAndPlay(_root.frame +8783);
Frame 8476
ButtonA.enabled = false;
ButtonB.enabled = false;
ButtonC.enabled = false;
ButtonD.enabled = false;
if (FlyAppear == 1) {
if (_root.FlyChosen == 1) {
AFly._visible = true;
AFly2._visible = false;
AFly3._visible = false;
} else if (_root.FlyChosen == 2) {
AFly._visible = false;
AFly2._visible = true;
AFly3._visible = false;
} else if (_root.FlyChosen == 3) {
AFly._visible = false;
AFly2._visible = false;
AFly3._visible = true;
}
} else {
AFly._visible = false;
AFly2._visible = false;
AFly3._visible = false;
}
Frame 8486
Output = "Correct";
Rands = Math.floor(Math.random() * CorrectSounds.length);
CorrectPlay.attachSound(CorrectSounds[Rands]);
CorrectPlay.start(0, 1);
Frame 8544
play();
Frame 8545
if (_root.Correct.length == 0) {
_root.Correct = ["You know your shit !", "There's no flies on you !", "Turd-tastic", "You're doing excrement !", "You're poo good at this", "You're scategorically the best !", "Poo-riffic", "Spec-crapular!"];
_root.GoodSounds = ["Goody1", "Goody2", "Goody3", "Goody4", "Goody5", "Goody6", "Goody7", "Goody8"];
prevFrame();
} else {
_root.myRandom = random(_root.Correct.length);
Output = _root.Correct[_root.myRandom];
_root.GoodPlay.attachSound(_root.GoodSounds[_root.myRandom]);
_root.GoodPlay.start(0, 1);
_root.Correct.splice(_root.myRandom, 1);
_root.GoodSounds.splice(_root.myRandom, 1);
}
Frame 8546
TotalScore = TotalScore + 1;
Frame 8623
_root.frame = Math.ceil(Math.random() * 2);
stopAllSounds();
gotoAndPlay(_root.frame +8783);
Frame 8633
ButtonA.enabled = false;
ButtonB.enabled = false;
ButtonC.enabled = false;
ButtonD.enabled = false;
if (FlyAppear == 1) {
if (_root.FlyChosen == 1) {
AFly._visible = true;
AFly2._visible = false;
AFly3._visible = false;
} else if (_root.FlyChosen == 2) {
AFly._visible = false;
AFly2._visible = true;
AFly3._visible = false;
} else if (_root.FlyChosen == 3) {
AFly._visible = false;
AFly2._visible = false;
AFly3._visible = true;
}
} else {
AFly._visible = false;
AFly2._visible = false;
AFly3._visible = false;
}
Frame 8643
Output = "Wrong";
Randee = Math.floor(Math.random() * IncorrectSounds.length);
IncorrectPlay.attachSound(IncorrectSounds[Randee]);
IncorrectPlay.start(0, 1);
Frame 8702
play();
Frame 8703
if (_root.Incorrect.length == 0) {
_root.Incorrect = ["What a bunch of poop !", "You soft turd !", "You stupid dump !", "What a crappy answer", "Utter shit", "You're shit at this game", "You're such a returd", "You're basturd useless"];
_root.BadSounds = ["Baddy1", "Baddy2", "Baddy3", "Baddy4", "Baddy5", "Baddy6", "Baddy7", "Baddy8"];
prevFrame();
} else {
_root.myRandom = random(_root.Incorrect.length);
Output = _root.Incorrect[_root.myRandom];
_root.BadPlay.attachSound(_root.BadSounds[_root.myRandom]);
_root.BadPlay.start(0, 1);
_root.Incorrect.splice(_root.myRandom, 1);
_root.BadSounds.splice(_root.myRandom, 1);
}
Frame 8783
_root.frame = Math.ceil(Math.random() * 2);
stopAllSounds();
gotoAndPlay(_root.frame +8783);
Frame 8784
_root.FartDelay = Math.ceil(Math.random() * 5);
_root.FartAppear = Math.ceil(Math.random() * 15);
ButtonA.enabled = true;
ButtonB.enabled = true;
ButtonC.enabled = true;
ButtonD.enabled = true;
Output = "Question 14";
stop();
_root.FlyChosen = Math.ceil(Math.random() * 3);
FlyDelay = Math.ceil(Math.random() * 6);
FlyAppear = Math.ceil(Math.random() * 15);
stop();
Frame 8785
_root.FartDelay = Math.ceil(Math.random() * 5);
_root.FartAppear = Math.ceil(Math.random() * 15);
ButtonA.enabled = true;
ButtonB.enabled = true;
ButtonC.enabled = true;
ButtonD.enabled = true;
Output = "Question 14";
stop();
_root.FlyChosen = Math.ceil(Math.random() * 3);
FlyDelay = Math.ceil(Math.random() * 6);
FlyAppear = Math.ceil(Math.random() * 15);
stop();
Frame 8788
ButtonA.enabled = false;
ButtonB.enabled = false;
ButtonC.enabled = false;
ButtonD.enabled = false;
if (FlyAppear == 1) {
if (_root.FlyChosen == 1) {
AFly._visible = true;
AFly2._visible = false;
AFly3._visible = false;
} else if (_root.FlyChosen == 2) {
AFly._visible = false;
AFly2._visible = true;
AFly3._visible = false;
} else if (_root.FlyChosen == 3) {
AFly._visible = false;
AFly2._visible = false;
AFly3._visible = true;
}
} else {
AFly._visible = false;
AFly2._visible = false;
AFly3._visible = false;
}
Frame 8798
Output = "Correct";
Randage = Math.floor(Math.random() * CorrectSounds.length);
CorrectPlay.attachSound(CorrectSounds[Randage]);
CorrectPlay.start(0, 1);
Frame 8857
play();
Frame 8858
if (_root.Correct.length == 0) {
_root.Correct = ["You know your shit !", "There's no flies on you !", "Turd-tastic", "You're doing excrement !", "You're poo good at this", "You're scategorically the best !", "Poo-riffic", "Spec-crapular!"];
_root.GoodSounds = ["Goody1", "Goody2", "Goody3", "Goody4", "Goody5", "Goody6", "Goody7", "Goody8"];
prevFrame();
} else {
_root.myRandom = random(_root.Correct.length);
Output = _root.Correct[_root.myRandom];
_root.GoodPlay.attachSound(_root.GoodSounds[_root.myRandom]);
_root.GoodPlay.start(0, 1);
_root.Correct.splice(_root.myRandom, 1);
_root.GoodSounds.splice(_root.myRandom, 1);
}
Frame 8859
TotalScore = TotalScore + 1;
Frame 8934
_root.frame = Math.ceil(Math.random() * 2);
stopAllSounds();
gotoAndPlay(_root.frame +9411);
Frame 8944
ButtonA.enabled = false;
ButtonB.enabled = false;
ButtonC.enabled = false;
ButtonD.enabled = false;
if (FlyAppear == 1) {
if (_root.FlyChosen == 1) {
AFly._visible = true;
AFly2._visible = false;
AFly3._visible = false;
} else if (_root.FlyChosen == 2) {
AFly._visible = false;
AFly2._visible = true;
AFly3._visible = false;
} else if (_root.FlyChosen == 3) {
AFly._visible = false;
AFly2._visible = false;
AFly3._visible = true;
}
} else {
AFly._visible = false;
AFly2._visible = false;
AFly3._visible = false;
}
Frame 8954
Output = "Wrong";
Rander = Math.floor(Math.random() * IncorrectSounds.length);
IncorrectPlay.attachSound(IncorrectSounds[Rander]);
IncorrectPlay.start(0, 1);
Frame 9012
play();
Frame 9013
if (_root.Incorrect.length == 0) {
_root.Incorrect = ["What a bunch of poop !", "You soft turd !", "You stupid dump !", "What a crappy answer", "Utter shit", "You're shit at this game", "You're such a returd", "You're basturd useless"];
_root.BadSounds = ["Baddy1", "Baddy2", "Baddy3", "Baddy4", "Baddy5", "Baddy6", "Baddy7", "Baddy8"];
prevFrame();
} else {
_root.myRandom = random(_root.Incorrect.length);
Output = _root.Incorrect[_root.myRandom];
_root.BadPlay.attachSound(_root.BadSounds[_root.myRandom]);
_root.BadPlay.start(0, 1);
_root.Incorrect.splice(_root.myRandom, 1);
_root.BadSounds.splice(_root.myRandom, 1);
}
Frame 9088
_root.frame = Math.ceil(Math.random() * 2);
stopAllSounds();
gotoAndPlay(_root.frame +9411);
Frame 9104
ButtonA.enabled = false;
ButtonB.enabled = false;
ButtonC.enabled = false;
ButtonD.enabled = false;
if (FlyAppear == 1) {
if (_root.FlyChosen == 1) {
AFly._visible = true;
AFly2._visible = false;
AFly3._visible = false;
} else if (_root.FlyChosen == 2) {
AFly._visible = false;
AFly2._visible = true;
AFly3._visible = false;
} else if (_root.FlyChosen == 3) {
AFly._visible = false;
AFly2._visible = false;
AFly3._visible = true;
}
} else {
AFly._visible = false;
AFly2._visible = false;
AFly3._visible = false;
}
Frame 9114
Output = "Correct";
Rands = Math.floor(Math.random() * CorrectSounds.length);
CorrectPlay.attachSound(CorrectSounds[Rands]);
CorrectPlay.start(0, 1);
Frame 9172
play();
Frame 9173
if (_root.Correct.length == 0) {
_root.Correct = ["You know your shit !", "There's no flies on you !", "Turd-tastic", "You're doing excrement !", "You're poo good at this", "You're scategorically the best !", "Poo-riffic", "Spec-crapular!"];
_root.GoodSounds = ["Goody1", "Goody2", "Goody3", "Goody4", "Goody5", "Goody6", "Goody7", "Goody8"];
prevFrame();
} else {
_root.myRandom = random(_root.Correct.length);
Output = _root.Correct[_root.myRandom];
_root.GoodPlay.attachSound(_root.GoodSounds[_root.myRandom]);
_root.GoodPlay.start(0, 1);
_root.Correct.splice(_root.myRandom, 1);
_root.GoodSounds.splice(_root.myRandom, 1);
}
Frame 9174
TotalScore = TotalScore + 1;
Frame 9251
_root.frame = Math.ceil(Math.random() * 2);
stopAllSounds();
gotoAndPlay(_root.frame +9411);
Frame 9261
ButtonA.enabled = false;
ButtonB.enabled = false;
ButtonC.enabled = false;
ButtonD.enabled = false;
if (FlyAppear == 1) {
if (_root.FlyChosen == 1) {
AFly._visible = true;
AFly2._visible = false;
AFly3._visible = false;
} else if (_root.FlyChosen == 2) {
AFly._visible = false;
AFly2._visible = true;
AFly3._visible = false;
} else if (_root.FlyChosen == 3) {
AFly._visible = false;
AFly2._visible = false;
AFly3._visible = true;
}
} else {
AFly._visible = false;
AFly2._visible = false;
AFly3._visible = false;
}
Frame 9271
Output = "Wrong";
Randee = Math.floor(Math.random() * IncorrectSounds.length);
IncorrectPlay.attachSound(IncorrectSounds[Randee]);
IncorrectPlay.start(0, 1);
Frame 9330
play();
Frame 9331
if (_root.Incorrect.length == 0) {
_root.Incorrect = ["What a bunch of poop !", "You soft turd !", "You stupid dump !", "What a crappy answer", "Utter shit", "You're shit at this game", "You're such a returd", "You're basturd useless"];
_root.BadSounds = ["Baddy1", "Baddy2", "Baddy3", "Baddy4", "Baddy5", "Baddy6", "Baddy7", "Baddy8"];
prevFrame();
} else {
_root.myRandom = random(_root.Incorrect.length);
Output = _root.Incorrect[_root.myRandom];
_root.BadPlay.attachSound(_root.BadSounds[_root.myRandom]);
_root.BadPlay.start(0, 1);
_root.Incorrect.splice(_root.myRandom, 1);
_root.BadSounds.splice(_root.myRandom, 1);
}
Frame 9411
_root.frame = Math.ceil(Math.random() * 2);
stopAllSounds();
gotoAndPlay(_root.frame +9411);
Frame 9412
_root.FartDelay = Math.ceil(Math.random() * 5);
_root.FartAppear = Math.ceil(Math.random() * 15);
ButtonA.enabled = true;
ButtonB.enabled = true;
ButtonC.enabled = true;
ButtonD.enabled = true;
Output = "Question 15";
stop();
_root.FlyChosen = Math.ceil(Math.random() * 3);
FlyDelay = Math.ceil(Math.random() * 6);
FlyAppear = Math.ceil(Math.random() * 15);
stop();
Frame 9413
_root.FartDelay = Math.ceil(Math.random() * 5);
_root.FartAppear = Math.ceil(Math.random() * 15);
ButtonA.enabled = true;
ButtonB.enabled = true;
ButtonC.enabled = true;
ButtonD.enabled = true;
Output = "Question 15";
stop();
_root.FlyChosen = Math.ceil(Math.random() * 3);
FlyDelay = Math.ceil(Math.random() * 6);
FlyAppear = Math.ceil(Math.random() * 15);
stop();
Frame 9416
ButtonA.enabled = false;
ButtonB.enabled = false;
ButtonC.enabled = false;
ButtonD.enabled = false;
if (FlyAppear == 1) {
if (_root.FlyChosen == 1) {
AFly._visible = true;
AFly2._visible = false;
AFly3._visible = false;
} else if (_root.FlyChosen == 2) {
AFly._visible = false;
AFly2._visible = true;
AFly3._visible = false;
} else if (_root.FlyChosen == 3) {
AFly._visible = false;
AFly2._visible = false;
AFly3._visible = true;
}
} else {
AFly._visible = false;
AFly2._visible = false;
AFly3._visible = false;
}
Frame 9426
Output = "Correct";
Randage = Math.floor(Math.random() * CorrectSounds.length);
CorrectPlay.attachSound(CorrectSounds[Randage]);
CorrectPlay.start(0, 1);
Frame 9485
play();
Frame 9486
if (_root.Correct.length == 0) {
_root.Correct = ["You know your shit !", "There's no flies on you !", "Turd-tastic", "You're doing excrement !", "You're poo good at this", "You're scategorically the best !", "Poo-riffic", "Spec-crapular!"];
_root.GoodSounds = ["Goody1", "Goody2", "Goody3", "Goody4", "Goody5", "Goody6", "Goody7", "Goody8"];
prevFrame();
} else {
_root.myRandom = random(_root.Correct.length);
Output = _root.Correct[_root.myRandom];
_root.GoodPlay.attachSound(_root.GoodSounds[_root.myRandom]);
_root.GoodPlay.start(0, 1);
_root.Correct.splice(_root.myRandom, 1);
_root.GoodSounds.splice(_root.myRandom, 1);
}
Frame 9487
TotalScore = TotalScore + 1;
Frame 9562
stopAllSounds();
_root.PlayedCrowd = 0;
_root.FartPlayed = 0;
gotoAndPlay (10040);
Frame 9572
ButtonA.enabled = false;
ButtonB.enabled = false;
ButtonC.enabled = false;
ButtonD.enabled = false;
if (FlyAppear == 1) {
if (_root.FlyChosen == 1) {
AFly._visible = true;
AFly2._visible = false;
AFly3._visible = false;
} else if (_root.FlyChosen == 2) {
AFly._visible = false;
AFly2._visible = true;
AFly3._visible = false;
} else if (_root.FlyChosen == 3) {
AFly._visible = false;
AFly2._visible = false;
AFly3._visible = true;
}
} else {
AFly._visible = false;
AFly2._visible = false;
AFly3._visible = false;
}
Frame 9582
Output = "Wrong";
Rander = Math.floor(Math.random() * IncorrectSounds.length);
IncorrectPlay.attachSound(IncorrectSounds[Rander]);
IncorrectPlay.start(0, 1);
Frame 9640
play();
Frame 9641
if (_root.Incorrect.length == 0) {
_root.Incorrect = ["What a bunch of poop !", "You soft turd !", "You stupid dump !", "What a crappy answer", "Utter shit", "You're shit at this game", "You're such a returd", "You're basturd useless"];
_root.BadSounds = ["Baddy1", "Baddy2", "Baddy3", "Baddy4", "Baddy5", "Baddy6", "Baddy7", "Baddy8"];
prevFrame();
} else {
_root.myRandom = random(_root.Incorrect.length);
Output = _root.Incorrect[_root.myRandom];
_root.BadPlay.attachSound(_root.BadSounds[_root.myRandom]);
_root.BadPlay.start(0, 1);
_root.Incorrect.splice(_root.myRandom, 1);
_root.BadSounds.splice(_root.myRandom, 1);
}
Frame 9716
stopAllSounds();
_root.PlayedCrowd = 0;
_root.FartPlayed = 0;
gotoAndPlay (10040);
Frame 9732
ButtonA.enabled = false;
ButtonB.enabled = false;
ButtonC.enabled = false;
ButtonD.enabled = false;
if (FlyAppear == 1) {
if (_root.FlyChosen == 1) {
AFly._visible = true;
AFly2._visible = false;
AFly3._visible = false;
} else if (_root.FlyChosen == 2) {
AFly._visible = false;
AFly2._visible = true;
AFly3._visible = false;
} else if (_root.FlyChosen == 3) {
AFly._visible = false;
AFly2._visible = false;
AFly3._visible = true;
}
} else {
AFly._visible = false;
AFly2._visible = false;
AFly3._visible = false;
}
Frame 9742
Output = "Correct";
Rands = Math.floor(Math.random() * CorrectSounds.length);
CorrectPlay.attachSound(CorrectSounds[Rands]);
CorrectPlay.start(0, 1);
Frame 9800
play();
Frame 9801
if (_root.Correct.length == 0) {
_root.Correct = ["You know your shit !", "There's no flies on you !", "Turd-tastic", "You're doing excrement !", "You're poo good at this", "You're scategorically the best !", "Poo-riffic", "Spec-crapular!"];
_root.GoodSounds = ["Goody1", "Goody2", "Goody3", "Goody4", "Goody5", "Goody6", "Goody7", "Goody8"];
prevFrame();
} else {
_root.myRandom = random(_root.Correct.length);
Output = _root.Correct[_root.myRandom];
_root.GoodPlay.attachSound(_root.GoodSounds[_root.myRandom]);
_root.GoodPlay.start(0, 1);
_root.Correct.splice(_root.myRandom, 1);
_root.GoodSounds.splice(_root.myRandom, 1);
}
Frame 9802
TotalScore = TotalScore + 1;
Frame 9879
stopAllSounds();
_root.PlayedCrowd = 0;
_root.FartPlayed = 0;
gotoAndPlay (10040);
Frame 9889
ButtonA.enabled = false;
ButtonB.enabled = false;
ButtonC.enabled = false;
ButtonD.enabled = false;
if (FlyAppear == 1) {
if (_root.FlyChosen == 1) {
AFly._visible = true;
AFly2._visible = false;
AFly3._visible = false;
} else if (_root.FlyChosen == 2) {
AFly._visible = false;
AFly2._visible = true;
AFly3._visible = false;
} else if (_root.FlyChosen == 3) {
AFly._visible = false;
AFly2._visible = false;
AFly3._visible = true;
}
} else {
AFly._visible = false;
AFly2._visible = false;
AFly3._visible = false;
}
Frame 9899
Output = "Wrong";
Randee = Math.floor(Math.random() * IncorrectSounds.length);
IncorrectPlay.attachSound(IncorrectSounds[Randee]);
IncorrectPlay.start(0, 1);
Frame 9958
play();
Frame 9959
if (_root.Incorrect.length == 0) {
_root.Incorrect = ["What a bunch of poop !", "You soft turd !", "You stupid dump !", "What a crappy answer", "Utter shit", "You're shit at this game", "You're such a returd", "You're basturd useless"];
_root.BadSounds = ["Baddy1", "Baddy2", "Baddy3", "Baddy4", "Baddy5", "Baddy6", "Baddy7", "Baddy8"];
prevFrame();
} else {
_root.myRandom = random(_root.Incorrect.length);
Output = _root.Incorrect[_root.myRandom];
_root.BadPlay.attachSound(_root.BadSounds[_root.myRandom]);
_root.BadPlay.start(0, 1);
_root.Incorrect.splice(_root.myRandom, 1);
_root.BadSounds.splice(_root.myRandom, 1);
}
Frame 10039
stopAllSounds();
_root.PlayedCrowd = 0;
_root.FartPlayed = 0;
gotoAndPlay (10040);
Frame 10040
if (TotalScore < 0) {
FinalQuote = EndQuotes[0];
}
if (TotalScore == 0) {
FinalQuote = EndQuotes[0];
if (_root.FartPlayed == 0) {
_root.FartSounds2 = ["guff12"];
_root.FartPlay2 = new Sound(this);
_root.FartPlay2.attachSound(_root.FartSounds2[0]);
_root.FartPlay2.start(0, 1);
}
}
if ((TotalScore >= 1) && (TotalScore <= 3)) {
FinalQuote = EndQuotes[1];
}
if ((TotalScore >= 4) && (TotalScore <= 6)) {
FinalQuote = EndQuotes[2];
}
if ((TotalScore >= 7) && (TotalScore <= 9)) {
FinalQuote = EndQuotes[3];
}
if ((TotalScore >= 10) && (TotalScore <= 12)) {
FinalQuote = EndQuotes[4];
}
if ((TotalScore >= 13) && (TotalScore <= 14)) {
FinalQuote = EndQuotes[5];
}
if (TotalScore == 15) {
FinalQuote = EndQuotes[6];
if (_root.PlayedCrowd == 0) {
_root.CrowdSounds = ["crowdy"];
_root.CrowdPlay = new Sound(this);
_root.CrowdPlay.attachSound(_root.CrowdSounds[0]);
_root.CrowdPlay.start(0, 1);
}
}
if (TotalScore > 15) {
FinalQuote = EndQuotes[6];
}
stop();
Frame 10041
stop();
Symbol 55 Button
on (release) {
SwitchPlay.start(0, 1);
gotoAndPlay (10);
}
Symbol 60 MovieClip Frame 1
_root.stop();
PercentLoaded = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100;
if (PercentLoaded != 100) {
setProperty(bar, _xscale , PercentLoaded);
} else {
gotoAndStop (3);
}
Symbol 60 MovieClip Frame 2
gotoAndPlay (1);
Symbol 60 MovieClip Frame 3
SwitchPlay = new Sound(this);
SwitchPlay.attachSound("Switch");
Symbol 60 MovieClip Frame 21
BogPlay = new Sound(this);
BogPlay.attachSound("lidder");
BogPlay.start(0, 1);
Symbol 60 MovieClip Frame 66
_root.nextFrame();
Symbol 97 MovieClip Frame 18
stop();
Symbol 103 Button
on (release) {
gotoAndPlay (283);
}
Symbol 106 Button
on (release) {
gotoAndPlay (284);
}
Symbol 107 Button
on (release) {
SwitchPlay.start(0, 1);
gotoAndPlay (283);
}
Symbol 108 Button
on (release) {
SwitchPlay.start(0, 1);
gotoAndPlay (284);
}
Symbol 117 Button
on (release) {
SwitchPlay.start(0, 1);
gotoAndPlay (284);
}
Symbol 121 Button
on (release) {
SwitchPlay.start(0, 1);
gotoAndPlay (125);
}
Symbol 137 Button
on (release) {
SwitchPlay.start(0, 1);
gotoAndPlay (444);
}
Symbol 139 Button
on (release) {
SwitchPlay.start(0, 1);
gotoAndPlay (444);
}
Symbol 141 Button
on (release) {
SwitchPlay.start(0, 1);
gotoAndPlay (288);
}
Symbol 143 Button
on (release) {
SwitchPlay.start(0, 1);
gotoAndPlay (444);
}
Symbol 148 MovieClip Frame 1
_root.FartTime = getTimer();
onEnterFrame = function () {
if (((getTimer() - _root.FartTime) / 1000) >= _root.FartDelay) {
gotoAndStop (2);
}
};
stop();
Symbol 148 MovieClip Frame 2
if (_root.FartAppear == 1) {
_root.FartSounds = ["guff1", "guff2", "guff3", "guff4", "guff5", "guff6", "guff7", "guff8", "guff9", "guff10", "guff11", "guff13", "guff14"];
_root.FartPlay = new Sound(this);
_root.FartRandom = Math.floor(Math.random() * _root.FartSounds.length);
_root.FartPlay.attachSound(_root.FartSounds[_root.FartRandom]);
_root.FartPlay.start(0, 1);
}
stop();
Symbol 151 Button
on (release) {
SwitchPlay.start(0, 1);
_root.initTime = getTimer();
gotoAndPlay (345);
}
Symbol 152 Button
on (release) {
SwitchPlay.start(0, 1);
_root.initTime = getTimer();
gotoAndPlay (345);
}
Symbol 153 Button
on (release) {
SwitchPlay.start(0, 1);
_root.initTime = getTimer();
gotoAndPlay (288);
}
Symbol 154 Button
on (release) {
SwitchPlay.start(0, 1);
_root.initTime = getTimer();
gotoAndPlay (345);
}
Symbol 159 MovieClip Frame 1
_root.ScribblePlay = new Sound(this);
_root.ScribblePlay.attachSound("write");
_root.ScribblePlay.start(0, 1);
Symbol 159 MovieClip Frame 5
stop();
Symbol 166 MovieClip Frame 1
_root.ScribblePlay = new Sound(this);
_root.ScribblePlay.attachSound("write");
_root.ScribblePlay.start(0, 1);
Symbol 166 MovieClip Frame 5
stop();
Symbol 178 Button
on (release) {
SwitchPlay.start(0, 1);
gotoAndPlay (752);
}
Symbol 179 Button
on (release) {
SwitchPlay.start(0, 1);
gotoAndPlay (752);
}
Symbol 180 Button
on (release) {
SwitchPlay.start(0, 1);
gotoAndPlay (752);
}
Symbol 181 Button
on (release) {
SwitchPlay.start(0, 1);
gotoAndPlay (596);
}
Symbol 188 Button
on (release) {
SwitchPlay.start(0, 1);
gotoAndPlay (912);
}
Symbol 189 Button
on (release) {
SwitchPlay.start(0, 1);
gotoAndPlay (1069);
}
Symbol 190 Button
on (release) {
SwitchPlay.start(0, 1);
gotoAndPlay (1069);
}
Symbol 191 Button
on (release) {
SwitchPlay.start(0, 1);
gotoAndPlay (1069);
}
Symbol 198 Button
on (release) {
SwitchPlay.start(0, 1);
gotoAndPlay (1396);
}
Symbol 199 Button
on (release) {
SwitchPlay.start(0, 1);
gotoAndPlay (1239);
}
Symbol 200 Button
on (release) {
SwitchPlay.start(0, 1);
gotoAndPlay (1396);
}
Symbol 201 Button
on (release) {
SwitchPlay.start(0, 1);
gotoAndPlay (1396);
}
Symbol 211 MovieClip Frame 80
stop();
Symbol 212 MovieClip Frame 1
_root.initTime = getTimer();
onEnterFrame = function () {
if (((getTimer() - _root.initTime) / 1000) >= _root.FlyDelay) {
gotoAndStop (2);
}
};
stop();
Symbol 212 MovieClip Frame 2
if (_root.FlyAppear == 1) {
_root.FlyPlay = new Sound(this);
_root.FlyPlay.attachSound("flybuzz");
_root.FlyPlay.start(0, 1);
}
stop();
Symbol 213 MovieClip Frame 80
stop();
Symbol 214 MovieClip Frame 1
_root.initTime = getTimer();
onEnterFrame = function () {
if (((getTimer() - _root.initTime) / 1000) >= _root.FlyDelay) {
gotoAndStop (2);
}
};
stop();
Symbol 214 MovieClip Frame 2
if (_root.FlyAppear == 1) {
_root.FlyPlay = new Sound(this);
_root.FlyPlay.attachSound("flybuzz");
_root.FlyPlay.start(0, 1);
}
stop();
Symbol 215 MovieClip Frame 80
stop();
Symbol 216 MovieClip Frame 1
_root.initTime = getTimer();
onEnterFrame = function () {
if (((getTimer() - _root.initTime) / 1000) >= _root.FlyDelay) {
gotoAndStop (2);
}
};
stop();
Symbol 216 MovieClip Frame 2
if (_root.FlyAppear == 1) {
_root.FlyPlay = new Sound(this);
_root.FlyPlay.attachSound("flybuzz");
_root.FlyPlay.start(0, 1);
}
stop();
Symbol 237 Button
on (release) {
SwitchPlay.start(0, 1);
gotoAndPlay (1708);
}
Symbol 238 Button
on (release) {
SwitchPlay.start(0, 1);
gotoAndPlay (1552);
}
Symbol 239 Button
on (release) {
SwitchPlay.start(0, 1);
gotoAndPlay (1708);
}
Symbol 240 Button
on (release) {
SwitchPlay.start(0, 1);
gotoAndPlay (1708);
}
Symbol 247 Button
on (release) {
SwitchPlay.start(0, 1);
gotoAndPlay (2025);
}
Symbol 248 Button
on (release) {
SwitchPlay.start(0, 1);
gotoAndPlay (2025);
}
Symbol 249 Button
on (release) {
SwitchPlay.start(0, 1);
gotoAndPlay (1868);
}
Symbol 250 Button
on (release) {
SwitchPlay.start(0, 1);
gotoAndPlay (2025);
}
Symbol 257 Button
on (release) {
SwitchPlay.start(0, 1);
gotoAndPlay (2195);
}
Symbol 258 Button
on (release) {
SwitchPlay.start(0, 1);
gotoAndPlay (2352);
}
Symbol 259 Button
on (release) {
SwitchPlay.start(0, 1);
gotoAndPlay (2352);
}
Symbol 260 Button
on (release) {
SwitchPlay.start(0, 1);
gotoAndPlay (2352);
}
Symbol 280 Button
on (release) {
SwitchPlay.start(0, 1);
gotoAndPlay (2664);
}
Symbol 281 Button
on (release) {
SwitchPlay.start(0, 1);
gotoAndPlay (2664);
}
Symbol 282 Button
on (release) {
SwitchPlay.start(0, 1);
gotoAndPlay (2508);
}
Symbol 283 Button
on (release) {
SwitchPlay.start(0, 1);
gotoAndPlay (2664);
}
Symbol 290 Button
on (release) {
SwitchPlay.start(0, 1);
gotoAndPlay (2824);
}
Symbol 291 Button
on (release) {
SwitchPlay.start(0, 1);
gotoAndPlay (2981);
}
Symbol 292 Button
on (release) {
SwitchPlay.start(0, 1);
gotoAndPlay (2981);
}
Symbol 293 Button
on (release) {
SwitchPlay.start(0, 1);
gotoAndPlay (2981);
}
Symbol 311 Button
on (release) {
SwitchPlay.start(0, 1);
gotoAndPlay (3292);
}
Symbol 312 Button
on (release) {
SwitchPlay.start(0, 1);
gotoAndPlay (3292);
}
Symbol 313 Button
on (release) {
SwitchPlay.start(0, 1);
gotoAndPlay (3292);
}
Symbol 314 Button
on (release) {
SwitchPlay.start(0, 1);
gotoAndPlay (3136);
}
Symbol 321 Button
on (release) {
SwitchPlay.start(0, 1);
gotoAndPlay (3609);
}
Symbol 322 Button
on (release) {
SwitchPlay.start(0, 1);
gotoAndPlay (3609);
}
Symbol 323 Button
on (release) {
SwitchPlay.start(0, 1);
gotoAndPlay (3452);
}
Symbol 324 Button
on (release) {
SwitchPlay.start(0, 1);
gotoAndPlay (3609);
}
Symbol 341 Button
on (release) {
SwitchPlay.start(0, 1);
gotoAndPlay (3920);
}
Symbol 342 Button
on (release) {
SwitchPlay.start(0, 1);
gotoAndPlay (3920);
}
Symbol 343 Button
on (release) {
SwitchPlay.start(0, 1);
gotoAndPlay (3920);
}
Symbol 344 Button
on (release) {
SwitchPlay.start(0, 1);
gotoAndPlay (3764);
}
Symbol 351 Button
on (release) {
SwitchPlay.start(0, 1);
gotoAndPlay (4080);
}
Symbol 352 Button
on (release) {
SwitchPlay.start(0, 1);
gotoAndPlay (4237);
}
Symbol 353 Button
on (release) {
SwitchPlay.start(0, 1);
gotoAndPlay (4237);
}
Symbol 354 Button
on (release) {
SwitchPlay.start(0, 1);
gotoAndPlay (4237);
}
Symbol 372 Button
on (release) {
SwitchPlay.start(0, 1);
gotoAndPlay (4548);
}
Symbol 373 Button
on (release) {
SwitchPlay.start(0, 1);
gotoAndPlay (4392);
}
Symbol 374 Button
on (release) {
SwitchPlay.start(0, 1);
gotoAndPlay (4548);
}
Symbol 375 Button
on (release) {
SwitchPlay.start(0, 1);
gotoAndPlay (4548);
}
Symbol 381 Button
on (release) {
SwitchPlay.start(0, 1);
gotoAndPlay (4865);
}
Symbol 382 Button
on (release) {
SwitchPlay.start(0, 1);
gotoAndPlay (4865);
}
Symbol 383 Button
on (release) {
SwitchPlay.start(0, 1);
gotoAndPlay (4865);
}
Symbol 384 Button
on (release) {
SwitchPlay.start(0, 1);
gotoAndPlay (4708);
}
Symbol 402 Button
on (release) {
SwitchPlay.start(0, 1);
gotoAndPlay (5020);
}
Symbol 403 Button
on (release) {
SwitchPlay.start(0, 1);
gotoAndPlay (5176);
}
Symbol 404 Button
on (release) {
SwitchPlay.start(0, 1);
gotoAndPlay (5176);
}
Symbol 405 Button
on (release) {
SwitchPlay.start(0, 1);
gotoAndPlay (5176);
}
Symbol 410 Button
on (release) {
SwitchPlay.start(0, 1);
gotoAndPlay (5493);
}
Symbol 411 Button
on (release) {
SwitchPlay.start(0, 1);
gotoAndPlay (5493);
}
Symbol 412 Button
on (release) {
SwitchPlay.start(0, 1);
gotoAndPlay (5493);
}
Symbol 413 Button
on (release) {
SwitchPlay.start(0, 1);
gotoAndPlay (5336);
}
Symbol 429 Button
on (release) {
SwitchPlay.start(0, 1);
gotoAndPlay (5804);
}
Symbol 430 Button
on (release) {
SwitchPlay.start(0, 1);
gotoAndPlay (5804);
}
Symbol 431 Button
on (release) {
SwitchPlay.start(0, 1);
gotoAndPlay (5648);
}
Symbol 432 Button
on (release) {
SwitchPlay.start(0, 1);
gotoAndPlay (5804);
}
Symbol 437 Button
on (release) {
SwitchPlay.start(0, 1);
gotoAndPlay (6121);
}
Symbol 438 Button
on (release) {
SwitchPlay.start(0, 1);
gotoAndPlay (6121);
}
Symbol 439 Button
on (release) {
SwitchPlay.start(0, 1);
gotoAndPlay (6121);
}
Symbol 440 Button
on (release) {
SwitchPlay.start(0, 1);
gotoAndPlay (5964);
}
Symbol 457 Button
on (release) {
SwitchPlay.start(0, 1);
gotoAndPlay (6276);
}
Symbol 458 Button
on (release) {
SwitchPlay.start(0, 1);
gotoAndPlay (6432);
}
Symbol 459 Button
on (release) {
SwitchPlay.start(0, 1);
gotoAndPlay (6432);
}
Symbol 460 Button
on (release) {
SwitchPlay.start(0, 1);
gotoAndPlay (6432);
}
Symbol 466 Button
on (release) {
SwitchPlay.start(0, 1);
gotoAndPlay (6749);
}
Symbol 467 Button
on (release) {
SwitchPlay.start(0, 1);
gotoAndPlay (6749);
}
Symbol 468 Button
on (release) {
SwitchPlay.start(0, 1);
gotoAndPlay (6749);
}
Symbol 469 Button
on (release) {
SwitchPlay.start(0, 1);
gotoAndPlay (6592);
}
Symbol 487 Button
on (release) {
SwitchPlay.start(0, 1);
gotoAndPlay (7060);
}
Symbol 488 Button
on (release) {
SwitchPlay.start(0, 1);
gotoAndPlay (7060);
}
Symbol 489 Button
on (release) {
SwitchPlay.start(0, 1);
gotoAndPlay (6904);
}
Symbol 490 Button
on (release) {
SwitchPlay.start(0, 1);
gotoAndPlay (7060);
}
Symbol 495 Button
on (release) {
SwitchPlay.start(0, 1);
gotoAndPlay (7220);
}
Symbol 496 Button
on (release) {
SwitchPlay.start(0, 1);
gotoAndPlay (7377);
}
Symbol 497 Button
on (release) {
SwitchPlay.start(0, 1);
gotoAndPlay (7377);
}
Symbol 498 Button
on (release) {
SwitchPlay.start(0, 1);
gotoAndPlay (7377);
}
Symbol 514 Button
on (release) {
SwitchPlay.start(0, 1);
gotoAndPlay (7532);
}
Symbol 515 Button
on (release) {
SwitchPlay.start(0, 1);
gotoAndPlay (7688);
}
Symbol 516 Button
on (release) {
SwitchPlay.start(0, 1);
gotoAndPlay (7688);
}
Symbol 517 Button
on (release) {
SwitchPlay.start(0, 1);
gotoAndPlay (7688);
}
Symbol 524 Button
on (release) {
SwitchPlay.start(0, 1);
gotoAndPlay (7848);
}
Symbol 525 Button
on (release) {
SwitchPlay.start(0, 1);
gotoAndPlay (8005);
}
Symbol 526 Button
on (release) {
SwitchPlay.start(0, 1);
gotoAndPlay (8005);
}
Symbol 527 Button
on (release) {
SwitchPlay.start(0, 1);
gotoAndPlay (8005);
}
Symbol 545 Button
on (release) {
SwitchPlay.start(0, 1);
gotoAndPlay (8316);
}
Symbol 546 Button
on (release) {
SwitchPlay.start(0, 1);
gotoAndPlay (8316);
}
Symbol 547 Button
on (release) {
SwitchPlay.start(0, 1);
gotoAndPlay (8316);
}
Symbol 548 Button
on (release) {
SwitchPlay.start(0, 1);
gotoAndPlay (8160);
}
Symbol 555 Button
on (release) {
SwitchPlay.start(0, 1);
gotoAndPlay (8633);
}
Symbol 556 Button
on (release) {
SwitchPlay.start(0, 1);
gotoAndPlay (8633);
}
Symbol 557 Button
on (release) {
SwitchPlay.start(0, 1);
gotoAndPlay (8633);
}
Symbol 558 Button
on (release) {
SwitchPlay.start(0, 1);
gotoAndPlay (8476);
}
Symbol 574 Button
on (release) {
SwitchPlay.start(0, 1);
gotoAndPlay (8944);
}
Symbol 575 Button
on (release) {
SwitchPlay.start(0, 1);
gotoAndPlay (8944);
}
Symbol 576 Button
on (release) {
SwitchPlay.start(0, 1);
gotoAndPlay (8788);
}
Symbol 577 Button
on (release) {
SwitchPlay.start(0, 1);
gotoAndPlay (8944);
}
Symbol 582 Button
on (release) {
SwitchPlay.start(0, 1);
gotoAndPlay (9261);
}
Symbol 583 Button
on (release) {
SwitchPlay.start(0, 1);
gotoAndPlay (9261);
}
Symbol 584 Button
on (release) {
SwitchPlay.start(0, 1);
gotoAndPlay (9104);
}
Symbol 585 Button
on (release) {
SwitchPlay.start(0, 1);
gotoAndPlay (9261);
}
Symbol 602 Button
on (release) {
SwitchPlay.start(0, 1);
gotoAndPlay (9572);
}
Symbol 603 Button
on (release) {
SwitchPlay.start(0, 1);
gotoAndPlay (9416);
}
Symbol 604 Button
on (release) {
SwitchPlay.start(0, 1);
gotoAndPlay (9572);
}
Symbol 605 Button
on (release) {
SwitchPlay.start(0, 1);
gotoAndPlay (9572);
}
Symbol 611 Button
on (release) {
SwitchPlay.start(0, 1);
gotoAndPlay (9889);
}
Symbol 612 Button
on (release) {
SwitchPlay.start(0, 1);
gotoAndPlay (9889);
}
Symbol 613 Button
on (release) {
SwitchPlay.start(0, 1);
gotoAndPlay (9889);
}
Symbol 614 Button
on (release) {
SwitchPlay.start(0, 1);
gotoAndPlay (9732);
}
Symbol 635 Button
on (release) {
SwitchPlay.start(0, 1);
gotoAndPlay (125);
}
Symbol 637 Button
on (release) {
SwitchPlay.start(0, 1);
_root.PlayedCrowd = 1;
_root.FartPlayed = 1;
gotoAndPlay (10041);
}
Symbol 639 Button
on (release) {
SwitchPlay.start(0, 1);
getURL (("mailto:?subject=I scored " + TotalScore) + ". See how many you get.&body=http://www.lskerton.pwp.blueyonder.co.uk/shitormiss.html", "_self");
}
Symbol 643 Button
on (release) {
SwitchPlay.start(0, 1);
gotoAndPlay (10040);
}
Symbol 652 Button
on (release) {
SwitchPlay.start(0, 1);
getURL ("http://www.highasakoit.co.uk", "_blank");
}