Frame 1
function preloader() {
if (getBytesLoaded() >= getBytesTotal()) {
play();
clearInterval(myInterval);
}
_root.progressBar._xscale = (getBytesLoaded() / getBytesTotal()) * 100;
_root.myTextField = Math.round((getBytesLoaded() / getBytesTotal()) * 100) + "%";
}
stop();
myInterval = setInterval(preloader, 10);
Frame 2
this.stop();
_root.activity_id = 303;
_root.butTx = "START";
_root.messageTX1 = "";
_root.messageTX2 = "";
_root.messageTX3 = _root.playerTime;
_root.playerColor1 = 11;
_root.playerColor2 = 3;
_root.playerColor3 = 3;
_root.runValue = "";
_root.strikCount = 0;
_root.outs = 0;
_root.innings = 1;
_root.firstBase = 0;
_root.secondBase = 0;
_root.thirdBase = 0;
_root.runCount = 0;
_root.ans = "";
_root.away1._x = 185;
_root.away1._y = 336;
_root.away2._x = 382;
_root.away2._y = 322;
_root.away3._x = 578;
_root.away3._y = 336;
_root.away4._x = 333;
_root.away4._y = 407;
_root.barArray = new Array();
peepArray = new Array();
i = 0;
while (i < 300) {
peepArray[i] = _root.stands["peep" + i];
peepArray[i].stop();
i++;
}
this.onEnterFrame = function () {
_root.wave._x = _xmouse;
_root.wave._y = _ymouse;
peepArray[random(300) + 1].play();
i = 0;
while (i < 300) {
if (peepArray[i].hitTest(_root.wave)) {
peepArray[i].gotoAndPlay(23);
}
i++;
}
if (_root.wave.hitTest(_root.cheer)) {
_root.cheer.play();
}
};
Frame 3
this.stop();
Frame 4
this.stop();
_root.butTx = "RESET";
_root.sendScore();
Symbol 2 MovieClip [Blocker] Frame 1
this.onPress = function () {
};
Symbol 4 MovieClip [baseBall] Frame 1
this._x = 387.5;
this._y = 500;
this.onEnterFrame = function () {
this._x = this._x + ((_root.randBallX - this._x) / 25);
this._y = this._y + ((_root.randBallY - this._y) / 25);
};
Symbol 30 MovieClip [bar] Frame 1
this.stop();
Symbol 30 MovieClip [bar] Frame 58
this.stop();
Symbol 41 MovieClip [but1] Frame 1
this.stop();
Symbol 41 MovieClip [but1] Frame 2
this.stop();
Symbol 41 MovieClip [but1] Frame 3
this.stop();
Symbol 59 MovieClip Frame 1
this.swapDepths(5100);
Symbol 69 MovieClip Frame 1
this.stop();
Symbol 69 MovieClip Frame 2
this.stop();
Symbol 69 MovieClip Frame 3
this.stop();
Symbol 69 MovieClip Frame 4
this.stop();
Symbol 78 MovieClip Frame 1
pantsOneColor = new Color(this.pants);
hatOneColor = new Color(this.hat);
shirtOneColor = new Color(this.shirt);
randomColorOne1 = random(12) + 1;
randomColorOne2 = random(12) + 1;
randomColorOne3 = random(12) + 1;
if (randomColorOne1 == 1) {
pantsOneColor.setRGB(39168);
}
if (randomColorOne1 == 2) {
pantsOneColor.setRGB(16711680);
}
if (randomColorOne1 == 3) {
pantsOneColor.setRGB(255);
}
if (randomColorOne1 == 4) {
pantsOneColor.setRGB(16776960);
}
if (randomColorOne1 == 5) {
pantsOneColor.setRGB(65535);
}
if (randomColorOne1 == 6) {
pantsOneColor.setRGB(16711935);
}
if (randomColorOne1 == 7) {
pantsOneColor.setRGB(6684825);
}
if (randomColorOne1 == 8) {
pantsOneColor.setRGB(16750848);
}
if (randomColorOne1 == 9) {
pantsOneColor.setRGB(16764057);
}
if (randomColorOne1 == 10) {
pantsOneColor.setRGB(16751103);
}
if (randomColorOne1 == 11) {
pantsOneColor.setRGB(16777215);
}
if (randomColorOne1 == 12) {
pantsOneColor.setRGB(0);
}
if (randomColorOne2 == 1) {
hatOneColor.setRGB(39168);
}
if (randomColorOne2 == 2) {
hatOneColor.setRGB(16711680);
}
if (randomColorOne2 == 3) {
hatOneColor.setRGB(255);
}
if (randomColorOne2 == 4) {
hatOneColor.setRGB(16776960);
}
if (randomColorOne2 == 5) {
hatOneColor.setRGB(65535);
}
if (randomColorOne2 == 6) {
hatOneColor.setRGB(16711935);
}
if (randomColorOne2 == 7) {
hatOneColor.setRGB(6684825);
}
if (randomColorOne2 == 8) {
hatOneColor.setRGB(16750848);
}
if (randomColorOne2 == 9) {
hatOneColor.setRGB(16764057);
}
if (randomColorOne2 == 10) {
hatOneColor.setRGB(16751103);
}
if (randomColorOne2 == 11) {
hatOneColor.setRGB(16777215);
}
if (randomColorOne2 == 12) {
hatOneColor.setRGB(0);
}
if (randomColorOne3 == 1) {
shirtOneColor.setRGB(39168);
}
if (randomColorOne3 == 2) {
shirtOneColor.setRGB(16711680);
}
if (randomColorOne3 == 3) {
shirtOneColor.setRGB(255);
}
if (randomColorOne3 == 4) {
shirtOneColor.setRGB(16776960);
}
if (randomColorOne3 == 5) {
shirtOneColor.setRGB(65535);
}
if (randomColorOne3 == 6) {
shirtOneColor.setRGB(16711935);
}
if (randomColorOne3 == 7) {
shirtOneColor.setRGB(6684825);
}
if (randomColorOne3 == 8) {
shirtOneColor.setRGB(16750848);
}
if (randomColorOne3 == 9) {
shirtOneColor.setRGB(16764057);
}
if (randomColorOne3 == 10) {
shirtOneColor.setRGB(16751103);
}
if (randomColorOne3 == 11) {
shirtOneColor.setRGB(16777215);
}
if (randomColorOne3 == 12) {
shirtOneColor.setRGB(0);
}
Symbol 78 MovieClip Frame 2
this.shirt.gotoAndStop(2);
Symbol 78 MovieClip Frame 5
this.shirt.gotoAndStop(3);
Symbol 78 MovieClip Frame 8
this.shirt.gotoAndStop(2);
Symbol 78 MovieClip Frame 11
this.shirt.gotoAndStop(3);
Symbol 78 MovieClip Frame 14
this.shirt.gotoAndStop(2);
Symbol 78 MovieClip Frame 17
this.shirt.gotoAndStop(3);
Symbol 78 MovieClip Frame 21
this.stop();
this.shirt._y = 15;
this.hat._y = -25;
this.shirt.gotoAndStop(1);
Symbol 78 MovieClip Frame 22
this.stop();
this.shirt._y = 5;
this.hat._y = -35;
randomMovement = random(60) + 1;
if (randomMovement < 10) {
this.gotoAndPlay(2);
}
if ((randomMovement >= 10) && (randomMovement < 20)) {
this.gotoAndPlay(5);
}
if ((randomMovement >= 20) && (randomMovement < 30)) {
this.gotoAndPlay(8);
}
if ((randomMovement >= 30) && (randomMovement < 40)) {
this.gotoAndPlay(11);
}
if ((randomMovement >= 40) && (randomMovement < 50)) {
this.gotoAndPlay(14);
}
if ((randomMovement >= 50) && (randomMovement < 60)) {
this.gotoAndPlay(17);
}
Symbol 78 MovieClip Frame 23
this.shirt.gotoAndStop(4);
this.shirt._y = 5;
this.hat._y = -35;
Symbol 78 MovieClip Frame 25
this.stop();
randomMovement = random(2) + 1;
if (randomMovement == 1) {
this.gotoAndPlay(14);
}
if (randomMovement == 2) {
this.gotoAndPlay(17);
}
Symbol 91 MovieClip Frame 1
pantsOneColor = new Color(this.pants);
hatOneColor = new Color(this.hat);
shirtOneColor = new Color(this.shirt);
randomColorOne1 = random(12) + 1;
randomColorOne2 = random(12) + 1;
randomColorOne3 = random(12) + 1;
if (randomColorOne1 == 1) {
pantsOneColor.setRGB(39168);
}
if (randomColorOne1 == 2) {
pantsOneColor.setRGB(16711680);
}
if (randomColorOne1 == 3) {
pantsOneColor.setRGB(255);
}
if (randomColorOne1 == 4) {
pantsOneColor.setRGB(16776960);
}
if (randomColorOne1 == 5) {
pantsOneColor.setRGB(65535);
}
if (randomColorOne1 == 6) {
pantsOneColor.setRGB(16711935);
}
if (randomColorOne1 == 7) {
pantsOneColor.setRGB(6684825);
}
if (randomColorOne1 == 8) {
pantsOneColor.setRGB(16750848);
}
if (randomColorOne1 == 9) {
pantsOneColor.setRGB(16764057);
}
if (randomColorOne1 == 10) {
pantsOneColor.setRGB(16751103);
}
if (randomColorOne1 == 11) {
pantsOneColor.setRGB(16777215);
}
if (randomColorOne1 == 12) {
pantsOneColor.setRGB(0);
}
if (randomColorOne2 == 1) {
hatOneColor.setRGB(39168);
}
if (randomColorOne2 == 2) {
hatOneColor.setRGB(16711680);
}
if (randomColorOne2 == 3) {
hatOneColor.setRGB(255);
}
if (randomColorOne2 == 4) {
hatOneColor.setRGB(16776960);
}
if (randomColorOne2 == 5) {
hatOneColor.setRGB(65535);
}
if (randomColorOne2 == 6) {
hatOneColor.setRGB(16711935);
}
if (randomColorOne2 == 7) {
hatOneColor.setRGB(6684825);
}
if (randomColorOne2 == 8) {
hatOneColor.setRGB(16750848);
}
if (randomColorOne2 == 9) {
hatOneColor.setRGB(16764057);
}
if (randomColorOne2 == 10) {
hatOneColor.setRGB(16751103);
}
if (randomColorOne2 == 11) {
hatOneColor.setRGB(16777215);
}
if (randomColorOne2 == 12) {
hatOneColor.setRGB(0);
}
if (randomColorOne3 == 1) {
shirtOneColor.setRGB(39168);
}
if (randomColorOne3 == 2) {
shirtOneColor.setRGB(16711680);
}
if (randomColorOne3 == 3) {
shirtOneColor.setRGB(255);
}
if (randomColorOne3 == 4) {
shirtOneColor.setRGB(16776960);
}
if (randomColorOne3 == 5) {
shirtOneColor.setRGB(65535);
}
if (randomColorOne3 == 6) {
shirtOneColor.setRGB(16711935);
}
if (randomColorOne3 == 7) {
shirtOneColor.setRGB(6684825);
}
if (randomColorOne3 == 8) {
shirtOneColor.setRGB(16750848);
}
if (randomColorOne3 == 9) {
shirtOneColor.setRGB(16764057);
}
if (randomColorOne3 == 10) {
shirtOneColor.setRGB(16751103);
}
if (randomColorOne3 == 11) {
shirtOneColor.setRGB(16777215);
}
if (randomColorOne3 == 12) {
shirtOneColor.setRGB(0);
}
Symbol 92 MovieClip Frame 1
restartControl1 = 0;
peepSpeed1 = 2;
randomPosY = random(4) + 1;
if (randomPosY == 1) {
this._x = 205;
this._y = 249;
}
if (randomPosY == 2) {
this._x = 205;
this._y = 249;
}
if (randomPosY == 3) {
this._x = 185;
this._y = 249 + (random(60) + 1);
}
if (randomPosY == 4) {
this._x = 225;
this._y = 249 + (random(60) + 1);
}
peep1StartY = this._y;
peep1StartX = this._x;
peep1floor = random(45) + 10;
this.onEnterFrame = function () {
if ((randomPosY == 1) && (restartControl1 == 0)) {
if (this._y < (peep1StartY + peep1floor)) {
this._y = this._y + peepSpeed1;
}
if (this._y >= (peep1StartY + peep1floor)) {
this._x = this._x + peepSpeed1;
}
if (this._x >= (peep1StartX + 20)) {
restartControl1 = 1;
}
if (restartControl1 == 1) {
restartControl1 = 2;
this.gotoAndPlay(random(55) + 2);
}
}
if ((randomPosY == 2) && (restartControl1 == 0)) {
if (this._y < (peep1StartY + peep1floor)) {
this._y = this._y + peepSpeed1;
}
if (this._y >= (peep1StartY + peep1floor)) {
this._x = this._x - peepSpeed1;
}
if (this._x <= (peep1StartX - 20)) {
restartControl1 = 1;
}
if (restartControl1 == 1) {
restartControl1 = 2;
this.gotoAndPlay(random(55) + 2);
}
}
if ((randomPosY == 3) && (restartControl1 == 0)) {
if (this._x < 205) {
this._x = this._x + peepSpeed1;
}
if (this._x >= 205) {
this._y = this._y - peepSpeed1;
}
if (this._y <= 249) {
restartControl1 = 1;
}
if (restartControl1 == 1) {
restartControl1 = 2;
this.gotoAndPlay(random(55) + 2);
}
}
if ((randomPosY == 4) && (restartControl1 == 0)) {
if (this._x > 205) {
this._x = this._x - peepSpeed1;
}
if (this._x <= 205) {
this._y = this._y - peepSpeed1;
}
if (this._y <= 249) {
restartControl1 = 1;
}
if (restartControl1 == 1) {
restartControl1 = 2;
this.gotoAndPlay(random(55) + 2);
}
}
};
Symbol 92 MovieClip Frame 100
this.gotoAndStop(1);
Symbol 93 MovieClip Frame 1
restartControl1 = 0;
peepSpeed1 = 2;
randomPosY = random(4) + 1;
if (randomPosY == 1) {
this._x = 566;
this._y = 249;
}
if (randomPosY == 2) {
this._x = 566;
this._y = 249;
}
if (randomPosY == 3) {
this._x = 546;
this._y = 249 + (random(60) + 1);
}
if (randomPosY == 4) {
this._x = 586;
this._y = 249 + (random(60) + 1);
}
peep1StartY = this._y;
peep1StartX = this._x;
peep1floor = random(45) + 10;
this.onEnterFrame = function () {
if ((randomPosY == 1) && (restartControl1 == 0)) {
if (this._y < (peep1StartY + peep1floor)) {
this._y = this._y + peepSpeed1;
}
if (this._y >= (peep1StartY + peep1floor)) {
this._x = this._x + peepSpeed1;
}
if (this._x >= (peep1StartX + 20)) {
restartControl1 = 1;
}
if (restartControl1 == 1) {
restartControl1 = 2;
this.gotoAndPlay(random(55) + 2);
}
}
if ((randomPosY == 2) && (restartControl1 == 0)) {
if (this._y < (peep1StartY + peep1floor)) {
this._y = this._y + peepSpeed1;
}
if (this._y >= (peep1StartY + peep1floor)) {
this._x = this._x - peepSpeed1;
}
if (this._x <= (peep1StartX - 20)) {
restartControl1 = 1;
}
if (restartControl1 == 1) {
restartControl1 = 2;
this.gotoAndPlay(random(55) + 2);
}
}
if ((randomPosY == 3) && (restartControl1 == 0)) {
if (this._x < 566) {
this._x = this._x + peepSpeed1;
}
if (this._x >= 566) {
this._y = this._y - peepSpeed1;
}
if (this._y <= 249) {
restartControl1 = 1;
}
if (restartControl1 == 1) {
restartControl1 = 2;
this.gotoAndPlay(random(55) + 2);
}
}
if ((randomPosY == 4) && (restartControl1 == 0)) {
if (this._x > 566) {
this._x = this._x - peepSpeed1;
}
if (this._x <= 566) {
this._y = this._y - peepSpeed1;
}
if (this._y <= 249) {
restartControl1 = 1;
}
if (restartControl1 == 1) {
restartControl1 = 2;
this.gotoAndPlay(random(55) + 2);
}
}
};
Symbol 93 MovieClip Frame 100
this.gotoAndStop(1);
Symbol 98 MovieClip Frame 1
this.stop();
Symbol 98 MovieClip Frame 30
this.gotoAndStop(1);
Symbol 104 MovieClip Frame 1
this.stop();
pantsOneColor = new Color(this.pants);
hatOneColor = new Color(this.hat);
shirtOneColor = new Color(this.shirt);
if (_root.playerColor1 == 1) {
pantsOneColor.setRGB(39168);
}
if (_root.playerColor1 == 2) {
pantsOneColor.setRGB(16711680);
}
if (_root.playerColor1 == 3) {
pantsOneColor.setRGB(255);
}
if (_root.playerColor1 == 4) {
pantsOneColor.setRGB(16776960);
}
if (_root.playerColor1 == 5) {
pantsOneColor.setRGB(65535);
}
if (_root.playerColor1 == 6) {
pantsOneColor.setRGB(16711935);
}
if (_root.playerColor1 == 7) {
pantsOneColor.setRGB(6684825);
}
if (_root.playerColor1 == 8) {
pantsOneColor.setRGB(16750848);
}
if (_root.playerColor1 == 9) {
pantsOneColor.setRGB(16764057);
}
if (_root.playerColor1 == 10) {
pantsOneColor.setRGB(16751103);
}
if (_root.playerColor1 == 11) {
pantsOneColor.setRGB(16777215);
}
if (_root.playerColor1 == 12) {
pantsOneColor.setRGB(0);
}
if (_root.playerColor2 == 1) {
hatOneColor.setRGB(39168);
}
if (_root.playerColor2 == 2) {
hatOneColor.setRGB(16711680);
}
if (_root.playerColor2 == 3) {
hatOneColor.setRGB(255);
}
if (_root.playerColor2 == 4) {
hatOneColor.setRGB(16776960);
}
if (_root.playerColor2 == 5) {
hatOneColor.setRGB(65535);
}
if (_root.playerColor2 == 6) {
hatOneColor.setRGB(16711935);
}
if (_root.playerColor2 == 7) {
hatOneColor.setRGB(6684825);
}
if (_root.playerColor2 == 8) {
hatOneColor.setRGB(16750848);
}
if (_root.playerColor2 == 9) {
hatOneColor.setRGB(16764057);
}
if (_root.playerColor2 == 10) {
hatOneColor.setRGB(16751103);
}
if (_root.playerColor2 == 11) {
hatOneColor.setRGB(16777215);
}
if (_root.playerColor2 == 12) {
hatOneColor.setRGB(0);
}
if (_root.playerColor3 == 1) {
shirtOneColor.setRGB(39168);
}
if (_root.playerColor3 == 2) {
shirtOneColor.setRGB(16711680);
}
if (_root.playerColor3 == 3) {
shirtOneColor.setRGB(255);
}
if (_root.playerColor3 == 4) {
shirtOneColor.setRGB(16776960);
}
if (_root.playerColor3 == 5) {
shirtOneColor.setRGB(65535);
}
if (_root.playerColor3 == 6) {
shirtOneColor.setRGB(16711935);
}
if (_root.playerColor3 == 7) {
shirtOneColor.setRGB(6684825);
}
if (_root.playerColor3 == 8) {
shirtOneColor.setRGB(16750848);
}
if (_root.playerColor3 == 9) {
shirtOneColor.setRGB(16764057);
}
if (_root.playerColor3 == 10) {
shirtOneColor.setRGB(16751103);
}
if (_root.playerColor3 == 11) {
shirtOneColor.setRGB(16777215);
}
if (_root.playerColor3 == 12) {
shirtOneColor.setRGB(0);
}
Symbol 105 MovieClip Frame 1
this.stop();
pantsOneColor = new Color(this.pants);
hatOneColor = new Color(this.hat);
shirtOneColor = new Color(this.shirt);
if (_root.playerColor1 == 1) {
pantsOneColor.setRGB(39168);
}
if (_root.playerColor1 == 2) {
pantsOneColor.setRGB(16711680);
}
if (_root.playerColor1 == 3) {
pantsOneColor.setRGB(255);
}
if (_root.playerColor1 == 4) {
pantsOneColor.setRGB(16776960);
}
if (_root.playerColor1 == 5) {
pantsOneColor.setRGB(65535);
}
if (_root.playerColor1 == 6) {
pantsOneColor.setRGB(16711935);
}
if (_root.playerColor1 == 7) {
pantsOneColor.setRGB(6684825);
}
if (_root.playerColor1 == 8) {
pantsOneColor.setRGB(16750848);
}
if (_root.playerColor1 == 9) {
pantsOneColor.setRGB(16764057);
}
if (_root.playerColor1 == 10) {
pantsOneColor.setRGB(16751103);
}
if (_root.playerColor1 == 11) {
pantsOneColor.setRGB(16777215);
}
if (_root.playerColor1 == 12) {
pantsOneColor.setRGB(0);
}
if (_root.playerColor2 == 1) {
hatOneColor.setRGB(39168);
}
if (_root.playerColor2 == 2) {
hatOneColor.setRGB(16711680);
}
if (_root.playerColor2 == 3) {
hatOneColor.setRGB(255);
}
if (_root.playerColor2 == 4) {
hatOneColor.setRGB(16776960);
}
if (_root.playerColor2 == 5) {
hatOneColor.setRGB(65535);
}
if (_root.playerColor2 == 6) {
hatOneColor.setRGB(16711935);
}
if (_root.playerColor2 == 7) {
hatOneColor.setRGB(6684825);
}
if (_root.playerColor2 == 8) {
hatOneColor.setRGB(16750848);
}
if (_root.playerColor2 == 9) {
hatOneColor.setRGB(16764057);
}
if (_root.playerColor2 == 10) {
hatOneColor.setRGB(16751103);
}
if (_root.playerColor2 == 11) {
hatOneColor.setRGB(16777215);
}
if (_root.playerColor2 == 12) {
hatOneColor.setRGB(0);
}
if (_root.playerColor3 == 1) {
shirtOneColor.setRGB(39168);
}
if (_root.playerColor3 == 2) {
shirtOneColor.setRGB(16711680);
}
if (_root.playerColor3 == 3) {
shirtOneColor.setRGB(255);
}
if (_root.playerColor3 == 4) {
shirtOneColor.setRGB(16776960);
}
if (_root.playerColor3 == 5) {
shirtOneColor.setRGB(65535);
}
if (_root.playerColor3 == 6) {
shirtOneColor.setRGB(16711935);
}
if (_root.playerColor3 == 7) {
shirtOneColor.setRGB(6684825);
}
if (_root.playerColor3 == 8) {
shirtOneColor.setRGB(16750848);
}
if (_root.playerColor3 == 9) {
shirtOneColor.setRGB(16764057);
}
if (_root.playerColor3 == 10) {
shirtOneColor.setRGB(16751103);
}
if (_root.playerColor3 == 11) {
shirtOneColor.setRGB(16777215);
}
if (_root.playerColor3 == 12) {
shirtOneColor.setRGB(0);
}
Symbol 106 MovieClip Frame 1
this.stop();
Symbol 106 MovieClip Frame 2
this.stop();
Symbol 106 MovieClip Frame 50
if (_root.runValue > 1) {
_root.bases.first.gotoAndPlay(3);
}
if (_root.runValue == 1) {
_root.bases.first.gotoAndStop(2);
}
Symbol 107 MovieClip Frame 1
this.stop();
Symbol 107 MovieClip Frame 2
this.stop();
_root.thirdBase = 1;
Symbol 107 MovieClip Frame 3
_root.thirdBase = 0;
Symbol 107 MovieClip Frame 50
_root.runCount = _root.runCount + 1;
Symbol 108 MovieClip Frame 1
this.stop();
Symbol 108 MovieClip Frame 2
this.stop();
_root.secondBase = 1;
Symbol 108 MovieClip Frame 3
_root.secondBase = 0;
Symbol 108 MovieClip Frame 50
if (_root.runValue > 1) {
_root.bases.third.gotoAndPlay(3);
}
if (_root.runValue == 1) {
_root.bases.third.gotoAndStop(2);
}
Symbol 109 MovieClip Frame 1
this.stop();
Symbol 109 MovieClip Frame 2
this.stop();
_root.firstBase = 1;
Symbol 109 MovieClip Frame 3
_root.firstBase = 0;
Symbol 109 MovieClip Frame 50
if (_root.runValue > 1) {
_root.bases.second.gotoAndPlay(3);
}
if (_root.runValue == 1) {
_root.bases.second.gotoAndStop(2);
}
Symbol 110 MovieClip Frame 1
this.stop();
Symbol 113 MovieClip Frame 1
this.stop();
Symbol 113 MovieClip Frame 2
this._x = this._x + ((_root.randBallX - this._x) / 25);
this._y = this._y + ((_root.randBallY - this._y) / 25);
if (this.hitTest(_root.baseBall)) {
_root.randBallX = 385;
_root.randBallY = 450;
this.gotoAndStop(1);
}
Symbol 113 MovieClip Frame 3
this._x = this._x + ((_root.randBallX - this._x) / 25);
this._y = this._y + ((_root.randBallY - this._y) / 25);
if (this.hitTest(_root.baseBall)) {
_root.randBallX = 385;
_root.randBallY = 450;
this.gotoAndStop(1);
}
Symbol 113 MovieClip Frame 4
this._x = this._x + ((_root.randBallX - this._x) / 25);
this._y = this._y + ((_root.randBallY - this._y) / 25);
if (this.hitTest(_root.baseBall)) {
_root.randBallX = 385;
_root.randBallY = 450;
this.gotoAndStop(1);
}
Symbol 113 MovieClip Frame 5
this._x = this._x + ((_root.randBallX - this._x) / 25);
this._y = this._y + ((_root.randBallY - this._y) / 25);
if (this.hitTest(_root.baseBall)) {
_root.randBallX = 385;
_root.randBallY = 450;
this.gotoAndStop(1);
}
Symbol 113 MovieClip Frame 6
this._x = this._x + ((_root.randBallX - this._x) / 25);
this._y = this._y + ((_root.randBallY - this._y) / 25);
if (this.hitTest(_root.baseBall)) {
_root.randBallX = 385;
_root.randBallY = 450;
this.gotoAndStop(1);
}
Symbol 113 MovieClip Frame 7
this._x = this._x + ((_root.randBallX - this._x) / 25);
this._y = this._y + ((_root.randBallY - this._y) / 25);
if (this.hitTest(_root.baseBall)) {
_root.randBallX = 385;
_root.randBallY = 450;
this.gotoAndStop(1);
}
Symbol 113 MovieClip Frame 8
this._x = this._x + ((_root.randBallX - this._x) / 25);
this._y = this._y + ((_root.randBallY - this._y) / 25);
if (this.hitTest(_root.baseBall)) {
_root.randBallX = 385;
_root.randBallY = 450;
this.gotoAndStop(1);
}
Symbol 113 MovieClip Frame 9
this.gotoAndPlay(2);
if (this.hitTest(_root.baseBall)) {
_root.randBallX = 385;
_root.randBallY = 450;
this.gotoAndStop(1);
}
Symbol 120 Button
on (press) {
_root.playerColor1 = 1;
_root.splashPeep.play();
}
Symbol 121 Button
on (press) {
_root.playerColor1 = 2;
_root.splashPeep.play();
}
Symbol 122 Button
on (press) {
_root.playerColor1 = 3;
_root.splashPeep.play();
}
Symbol 123 Button
on (press) {
_root.playerColor1 = 4;
_root.splashPeep.play();
}
Symbol 124 Button
on (press) {
_root.playerColor1 = 5;
_root.splashPeep.play();
}
Symbol 125 Button
on (press) {
_root.playerColor1 = 6;
_root.splashPeep.play();
}
Symbol 126 Button
on (press) {
_root.playerColor1 = 7;
_root.splashPeep.play();
}
Symbol 127 Button
on (press) {
_root.playerColor1 = 8;
_root.splashPeep.play();
}
Symbol 128 Button
on (press) {
_root.playerColor1 = 9;
_root.splashPeep.play();
}
Symbol 129 Button
on (press) {
_root.playerColor1 = 10;
_root.splashPeep.play();
}
Symbol 130 Button
on (press) {
_root.playerColor1 = 11;
_root.splashPeep.play();
}
Symbol 131 Button
on (press) {
_root.playerColor1 = 12;
_root.splashPeep.play();
}
Symbol 132 Button
on (press) {
_root.playerColor2 = 1;
_root.splashPeep.play();
}
Symbol 133 Button
on (press) {
_root.playerColor2 = 2;
_root.splashPeep.play();
}
Symbol 134 Button
on (press) {
_root.playerColor2 = 3;
_root.splashPeep.play();
}
Symbol 135 Button
on (press) {
_root.playerColor2 = 4;
_root.splashPeep.play();
}
Symbol 136 Button
on (press) {
_root.playerColor2 = 5;
_root.splashPeep.play();
}
Symbol 137 Button
on (press) {
_root.playerColor2 = 6;
_root.splashPeep.play();
}
Symbol 138 Button
on (press) {
_root.playerColor2 = 7;
_root.splashPeep.play();
}
Symbol 139 Button
on (press) {
_root.playerColor2 = 8;
_root.splashPeep.play();
}
Symbol 140 Button
on (press) {
_root.playerColor2 = 9;
_root.splashPeep.play();
}
Symbol 141 Button
on (press) {
_root.playerColor2 = 10;
_root.splashPeep.play();
}
Symbol 142 Button
on (press) {
_root.playerColor2 = 11;
_root.splashPeep.play();
}
Symbol 143 Button
on (press) {
_root.playerColor2 = 12;
_root.splashPeep.play();
}
Symbol 144 Button
on (press) {
_root.playerColor3 = 1;
_root.splashPeep.play();
}
Symbol 145 Button
on (press) {
_root.playerColor3 = 2;
_root.splashPeep.play();
}
Symbol 146 Button
on (press) {
_root.playerColor3 = 3;
_root.splashPeep.play();
}
Symbol 147 Button
on (press) {
_root.playerColor3 = 4;
_root.splashPeep.play();
}
Symbol 148 Button
on (press) {
_root.playerColor3 = 5;
_root.splashPeep.play();
}
Symbol 149 Button
on (press) {
_root.playerColor3 = 6;
_root.splashPeep.play();
}
Symbol 150 Button
on (press) {
_root.playerColor3 = 7;
_root.splashPeep.play();
}
Symbol 151 Button
on (press) {
_root.playerColor3 = 8;
_root.splashPeep.play();
}
Symbol 152 Button
on (press) {
_root.playerColor3 = 9;
_root.splashPeep.play();
}
Symbol 153 Button
on (press) {
_root.playerColor3 = 10;
_root.splashPeep.play();
}
Symbol 154 Button
on (press) {
_root.playerColor3 = 11;
_root.splashPeep.play();
}
Symbol 155 Button
on (press) {
_root.playerColor3 = 12;
_root.splashPeep.play();
}
Symbol 164 Button
on (press) {
_root.score = 0;
_root.play();
}
Symbol 165 MovieClip Frame 1
this.stop();
pantsOneColor = new Color(this.pants);
hatOneColor = new Color(this.hat);
shirtOneColor = new Color(this.shirt);
if (_root.playerColor1 == 1) {
pantsOneColor.setRGB(39168);
}
if (_root.playerColor1 == 2) {
pantsOneColor.setRGB(16711680);
}
if (_root.playerColor1 == 3) {
pantsOneColor.setRGB(255);
}
if (_root.playerColor1 == 4) {
pantsOneColor.setRGB(16776960);
}
if (_root.playerColor1 == 5) {
pantsOneColor.setRGB(65535);
}
if (_root.playerColor1 == 6) {
pantsOneColor.setRGB(16711935);
}
if (_root.playerColor1 == 7) {
pantsOneColor.setRGB(6684825);
}
if (_root.playerColor1 == 8) {
pantsOneColor.setRGB(16750848);
}
if (_root.playerColor1 == 9) {
pantsOneColor.setRGB(16764057);
}
if (_root.playerColor1 == 10) {
pantsOneColor.setRGB(16751103);
}
if (_root.playerColor1 == 11) {
pantsOneColor.setRGB(16777215);
}
if (_root.playerColor1 == 12) {
pantsOneColor.setRGB(0);
}
if (_root.playerColor2 == 1) {
hatOneColor.setRGB(39168);
}
if (_root.playerColor2 == 2) {
hatOneColor.setRGB(16711680);
}
if (_root.playerColor2 == 3) {
hatOneColor.setRGB(255);
}
if (_root.playerColor2 == 4) {
hatOneColor.setRGB(16776960);
}
if (_root.playerColor2 == 5) {
hatOneColor.setRGB(65535);
}
if (_root.playerColor2 == 6) {
hatOneColor.setRGB(16711935);
}
if (_root.playerColor2 == 7) {
hatOneColor.setRGB(6684825);
}
if (_root.playerColor2 == 8) {
hatOneColor.setRGB(16750848);
}
if (_root.playerColor2 == 9) {
hatOneColor.setRGB(16764057);
}
if (_root.playerColor2 == 10) {
hatOneColor.setRGB(16751103);
}
if (_root.playerColor2 == 11) {
hatOneColor.setRGB(16777215);
}
if (_root.playerColor2 == 12) {
hatOneColor.setRGB(0);
}
if (_root.playerColor3 == 1) {
shirtOneColor.setRGB(39168);
}
if (_root.playerColor3 == 2) {
shirtOneColor.setRGB(16711680);
}
if (_root.playerColor3 == 3) {
shirtOneColor.setRGB(255);
}
if (_root.playerColor3 == 4) {
shirtOneColor.setRGB(16776960);
}
if (_root.playerColor3 == 5) {
shirtOneColor.setRGB(65535);
}
if (_root.playerColor3 == 6) {
shirtOneColor.setRGB(16711935);
}
if (_root.playerColor3 == 7) {
shirtOneColor.setRGB(6684825);
}
if (_root.playerColor3 == 8) {
shirtOneColor.setRGB(16750848);
}
if (_root.playerColor3 == 9) {
shirtOneColor.setRGB(16764057);
}
if (_root.playerColor3 == 10) {
shirtOneColor.setRGB(16751103);
}
if (_root.playerColor3 == 11) {
shirtOneColor.setRGB(16777215);
}
if (_root.playerColor3 == 12) {
shirtOneColor.setRGB(0);
}
Symbol 193 MovieClip Frame 1
this.swapDepths(4999);
this.stop();
Symbol 193 MovieClip Frame 2
this.stop();
Symbol 196 MovieClip Frame 1
this.stop();
if (_root.outs >= 3) {
_root.play();
}
Symbol 196 MovieClip Frame 2
_root.attachMovie("Blocker", "Blocker", 2001);
_root.display.gotoAndStop(2);
_root.messageTX1 = "";
_root.messageTX2 = "INCORRECT!";
_root.messageTX3 = "";
Symbol 196 MovieClip Frame 51
_root.messageTX1 = "";
_root.messageTX2 = "";
_root.messageTX4 = "";
if (_root.outs < 3) {
if (_root.strikCount >= 3) {
_root.questions.gotoAndStop(1);
_root.strikCount = 0;
_root.outs = _root.outs + 1;
}
} else {
_root.play();
}
_root.display.gotoAndStop(1);
_root.Blocker.removeMovieClip();
Symbol 200 MovieClip Frame 1
this.stop();
if (_root.outs >= 3) {
_root.play();
}
Symbol 200 MovieClip Frame 2
_root.display.gotoAndStop(2);
_root.messageTX1 = "CORRECT!";
_root.messageTX2 = "";
_root.messageTX3 = "";
Symbol 200 MovieClip Frame 10
_root.questions._visible = false;
if (_root.runValue > 0) {
_root.attachMovie("baseBall", "baseBall", 2000);
}
Symbol 200 MovieClip Frame 20
if (_root.runValue > 0) {
if (((_root.firstBase == 0) && (_root.secondBase == 0)) && (_root.thirdBase == 0)) {
_root.bases.home.play();
}
if (((_root.firstBase == 1) && (_root.secondBase == 0)) && (_root.thirdBase == 0)) {
_root.bases.home.play();
_root.bases.first.play();
}
if (((_root.firstBase == 1) && (_root.secondBase == 1)) && (_root.thirdBase == 0)) {
_root.bases.home.play();
_root.bases.first.play();
_root.bases.second.play();
}
if (((_root.firstBase == 0) && (_root.secondBase == 1)) && (_root.thirdBase == 1)) {
_root.bases.home.play();
_root.bases.second.play();
_root.bases.third.play();
}
if (((_root.firstBase == 1) && (_root.secondBase == 1)) && (_root.thirdBase == 1)) {
_root.bases.home.play();
_root.bases.first.play();
_root.bases.second.play();
_root.bases.third.play();
}
if (((_root.firstBase == 0) && (_root.secondBase == 1)) && (_root.thirdBase == 0)) {
_root.bases.home.play();
_root.bases.second.play();
}
if (((_root.firstBase == 0) && (_root.secondBase == 0)) && (_root.thirdBase == 1)) {
_root.bases.home.play();
_root.bases.third.play();
}
if (((_root.firstBase == 1) && (_root.secondBase == 0)) && (_root.thirdBase == 1)) {
_root.bases.home.play();
_root.bases.first.play();
_root.bases.third.play();
}
if (((_root.randBallX < 258) && (_root.randBallY != 420)) && (_root.randBallY != 100)) {
_root.away1.play();
}
if ((((_root.randBallX >= 258) && (_root.randBallX < 416)) && (_root.randBallY != 420)) && (_root.randBallY != 100)) {
_root.away2.play();
}
if (((_root.randBallX > 416) && (_root.randBallY != 420)) && (_root.randBallY != 100)) {
_root.away3.play();
}
if (_root.randBallY == 420) {
_root.away4.play();
}
_root.strikCount = 0;
} else {
this.gotoAndPlay(220);
}
Symbol 200 MovieClip Frame 69
if (_root.runValue > 0) {
_root.runValue = _root.runValue - 1;
} else {
this.gotoAndPlay(220);
}
Symbol 200 MovieClip Frame 119
if (_root.runValue > 0) {
_root.runValue = _root.runValue - 1;
} else {
this.gotoAndPlay(220);
}
Symbol 200 MovieClip Frame 169
if (_root.runValue > 0) {
_root.runValue = _root.runValue - 1;
} else {
this.gotoAndPlay(220);
}
Symbol 200 MovieClip Frame 219
if (_root.runValue > 0) {
_root.runValue = _root.runValue - 1;
} else {
this.gotoAndPlay(220);
}
Symbol 200 MovieClip Frame 270
_root.messageTX1 = "";
_root.messageTX2 = "";
_root.messageTX3 = "";
_root.questions._visible = true;
_root.away1.gotoAndStop(1);
_root.away2.gotoAndStop(1);
_root.away3.gotoAndStop(1);
_root.away4.gotoAndStop(1);
_root.away1._x = 185;
_root.away1._y = 336;
_root.away2._x = 382;
_root.away2._y = 322;
_root.away3._x = 578;
_root.away3._y = 336;
_root.away4._x = 333;
_root.away4._y = 407;
_root.questions.gotoAndStop(1);
_root.display.gotoAndStop(1);
if (_root.strikCount >= 3) {
_root.questions.gotoAndStop(1);
_root.strikCount = 0;
_root.outs = _root.outs + 1;
}
Symbol 206 MovieClip Frame 1
this.stop();
Symbol 206 MovieClip Frame 2
this.stop();
Symbol 206 MovieClip Frame 3
this.stop();
Symbol 206 MovieClip Frame 4
this.stop();
Symbol 211 MovieClip Frame 1
this.stop();
Symbol 211 MovieClip Frame 2
this.stop();
Symbol 211 MovieClip Frame 3
this.stop();
Symbol 211 MovieClip Frame 4
this.stop();
Symbol 216 MovieClip Frame 1
this.stop();
Symbol 216 MovieClip Frame 2
this.stop();
Symbol 216 MovieClip Frame 3
this.stop();
Symbol 216 MovieClip Frame 4
this.stop();
Instance of Symbol 41 MovieClip [but1] "but1" in Symbol 217 MovieClip Frame 1
on (rollOver) {
this.gotoAndStop(2);
}
on (rollOut) {
this.gotoAndStop(1);
}
on (press) {
this.enabled = false;
if (_root.butTx1 == _root.ans) {
_root.correct.play();
_root.questions.ball.stop();
if (_root.runValue > 0) {
_root.cheer.play();
}
this.gotoAndStop(3);
} else {
_root.wrong.gotoAndPlay(2);
_root.strikCount = _root.strikCount + 1;
this.gotoAndStop(4);
}
}
Instance of Symbol 206 MovieClip "but2" in Symbol 217 MovieClip Frame 1
on (rollOver) {
this.gotoAndStop(2);
}
on (rollOut) {
this.gotoAndStop(1);
}
on (press) {
this.enabled = false;
if (_root.butTx2 == _root.ans) {
_root.correct.play();
_root.questions.ball.stop();
if (_root.runValue > 0) {
_root.cheer.play();
}
this.gotoAndStop(3);
} else {
_root.wrong.gotoAndPlay(2);
_root.strikCount = _root.strikCount + 1;
this.gotoAndStop(4);
}
}
Instance of Symbol 211 MovieClip "but3" in Symbol 217 MovieClip Frame 1
on (rollOver) {
this.gotoAndStop(2);
}
on (rollOut) {
this.gotoAndStop(1);
}
on (press) {
this.enabled = false;
if (_root.butTx3 == _root.ans) {
_root.correct.play();
_root.questions.ball.stop();
if (_root.runValue > 0) {
_root.cheer.play();
}
this.gotoAndStop(3);
} else {
_root.wrong.gotoAndPlay(2);
_root.strikCount = _root.strikCount + 1;
this.gotoAndStop(4);
}
}
Instance of Symbol 216 MovieClip "but4" in Symbol 217 MovieClip Frame 1
on (rollOver) {
this.gotoAndStop(2);
}
on (rollOut) {
this.gotoAndStop(1);
}
on (press) {
this.enabled = false;
if (_root.but4Val == _root.ans) {
_root.correct.play();
_root.questions.ball.stop();
if (_root.runValue > 0) {
_root.cheer.play();
}
this.gotoAndStop(3);
} else {
_root.wrong.gotoAndPlay(2);
_root.strikCount = _root.strikCount + 1;
this.gotoAndStop(4);
}
}
Symbol 218 Button
on (press) {
_root.questions.picther.play();
_root.questions.but10._visible = false;
}
Symbol 223 MovieClip Frame 1
this.stop();
Symbol 223 MovieClip Frame 21
this.stop();
_root.questions.ball.play();
Symbol 252 MovieClip Frame 1
this.stop();
Symbol 252 MovieClip Frame 7
_root.runValue = 4;
_root.questions.butts._visible = true;
_root.randBallY = 100;
_root.randBallX = random(575) + 100;
Symbol 252 MovieClip Frame 72
_root.runValue = 3;
_root.randBallY = 320;
_root.randBallX = random(575) + 100;
Symbol 252 MovieClip Frame 111
_root.runValue = 2;
_root.randBallY = 370;
_root.randBallX = random(575) + 100;
Symbol 252 MovieClip Frame 151
_root.runValue = 1;
_root.randBallY = 420;
_root.randBallX = random(575) + 100;
Symbol 252 MovieClip Frame 205
_root.runValue = 0;
_root.strikCount = _root.strikCount + 1;
Symbol 252 MovieClip Frame 228
this.stop();
if (_root.strikCount >= 3) {
_root.strikCount = 0;
_root.outs = _root.outs + 1;
if (_root.outs == 3) {
_root.play();
}
_root.questions.gotoAndStop(1);
}
Symbol 254 MovieClip Frame 1
this.stop();
_root.butTx = "READY";
_root.questions.but10._visible = true;
_root.barCount = 0;
_root.questions.butts._visible = false;
_root.questions.butts.but1.gotoAndStop(1);
_root.questions.butts.but2.gotoAndStop(1);
_root.questions.butts.but3.gotoAndStop(1);
_root.questions.butts.but4.gotoAndStop(1);
_root.questions.butts.but1.enabled = true;
_root.questions.butts.but2.enabled = true;
_root.questions.butts.but3.enabled = true;
_root.questions.butts.but4.enabled = true;
_root.baseBall.removeMovieClip();
_root.questions.ball.gotoAndStop(1);
_root.bases.home.gotoAndStop(2);
_root.questions.gotoAndStop(random(34) + 2);
Symbol 254 MovieClip Frame 2
this.stop();
_root.Qtx = "When the electricity went off, my house was as quiet as a school at midnight.";
_root.ans = "Simile";
_root.ansChoice1 = "Simile";
_root.ansChoice2 = "Alliteration";
_root.ansChoice3 = "Personification";
_root.ansChoice4 = "Onomatopoeia";
_root.ansChoice5 = "Metaphor";
_root.ranButTx = random(20);
if (_root.ranButTx == 0) {
_root.butTx1 = _root.ansChoice1;
_root.butTx2 = _root.ansChoice2;
_root.butTx3 = _root.ansChoice3;
}
if (_root.ranButTx == 1) {
_root.butTx1 = _root.ansChoice1;
_root.butTx2 = _root.ansChoice3;
_root.butTx3 = _root.ansChoice4;
}
if (_root.ranButTx == 3) {
_root.butTx1 = _root.ansChoice1;
_root.butTx2 = _root.ansChoice4;
_root.butTx3 = _root.ansChoice5;
}
if (_root.ranButTx == 4) {
_root.butTx1 = _root.ansChoice2;
_root.butTx2 = _root.ansChoice1;
_root.butTx3 = _root.ansChoice3;
}
if (_root.ranButTx == 5) {
_root.butTx1 = _root.ansChoice2;
_root.butTx2 = _root.ansChoice3;
_root.butTx3 = _root.ansChoice4;
}
if (_root.ranButTx == 6) {
_root.butTx1 = _root.ansChoice2;
_root.butTx2 = _root.ansChoice4;
_root.butTx3 = _root.ansChoice5;
}
if (_root.ranButTx == 7) {
_root.butTx1 = _root.ansChoice3;
_root.butTx2 = _root.ansChoice1;
_root.butTx3 = _root.ansChoice2;
}
if (_root.ranButTx == 8) {
_root.butTx1 = _root.ansChoice3;
_root.butTx2 = _root.ansChoice2;
_root.butTx3 = _root.ansChoice4;
}
if (_root.ranButTx == 9) {
_root.butTx1 = _root.ansChoice3;
_root.butTx2 = _root.ansChoice4;
_root.butTx3 = _root.ansChoice5;
}
if (_root.ranButTx == 10) {
_root.butTx1 = _root.ansChoice4;
_root.butTx2 = _root.ansChoice1;
_root.butTx3 = _root.ansChoice2;
}
if (_root.ranButTx == 11) {
_root.butTx1 = _root.ansChoice4;
_root.butTx2 = _root.ansChoice2;
_root.butTx3 = _root.ansChoice3;
}
if (_root.ranButTx == 12) {
_root.butTx1 = _root.ansChoice4;
_root.butTx2 = _root.ansChoice3;
_root.butTx3 = _root.ansChoice5;
}
if (_root.ranButTx == 13) {
_root.butTx1 = _root.ansChoice5;
_root.butTx2 = _root.ansChoice1;
_root.butTx3 = _root.ansChoice2;
}
if (_root.ranButTx == 14) {
_root.butTx1 = _root.ansChoice5;
_root.butTx2 = _root.ansChoice2;
_root.butTx3 = _root.ansChoice3;
}
if (_root.ranButTx == 15) {
_root.butTx1 = _root.ansChoice5;
_root.butTx2 = _root.ansChoice3;
_root.butTx3 = _root.ansChoice4;
}
if (_root.ranButTx == 16) {
_root.butTx1 = _root.ansChoice1;
_root.butTx2 = _root.ansChoice5;
_root.butTx3 = _root.ansChoice3;
}
if (_root.ranButTx == 17) {
_root.butTx1 = _root.ansChoice2;
_root.butTx2 = _root.ansChoice5;
_root.butTx3 = _root.ansChoice3;
}
if (_root.ranButTx == 18) {
_root.butTx1 = _root.ansChoice3;
_root.butTx2 = _root.ansChoice5;
_root.butTx3 = _root.ansChoice4;
}
if (_root.ranButTx == 19) {
_root.butTx1 = _root.ansChoice4;
_root.butTx2 = _root.ansChoice5;
_root.butTx3 = _root.ansChoice1;
}
_root.butTx4 = "None of the above.";
if (((_root.butTx1 != _root.ans) && (_root.butTx2 != _root.ans)) && (_root.butTx3 != _root.ans)) {
_root.but4Val = _root.ans;
} else {
_root.but4Val = "";
}
Symbol 254 MovieClip Frame 3
this.stop();
_root.Qtx = "My sister blares her radio as loud as a jet plane flying inches over your head.";
_root.ans = "Simile";
_root.ansChoice1 = "Simile";
_root.ansChoice2 = "Alliteration";
_root.ansChoice3 = "Personification";
_root.ansChoice4 = "Onomatopoeia";
_root.ansChoice5 = "Metaphor";
_root.ranButTx = random(20);
if (_root.ranButTx == 0) {
_root.butTx1 = _root.ansChoice1;
_root.butTx2 = _root.ansChoice2;
_root.butTx3 = _root.ansChoice3;
}
if (_root.ranButTx == 1) {
_root.butTx1 = _root.ansChoice1;
_root.butTx2 = _root.ansChoice3;
_root.butTx3 = _root.ansChoice4;
}
if (_root.ranButTx == 3) {
_root.butTx1 = _root.ansChoice1;
_root.butTx2 = _root.ansChoice4;
_root.butTx3 = _root.ansChoice5;
}
if (_root.ranButTx == 4) {
_root.butTx1 = _root.ansChoice2;
_root.butTx2 = _root.ansChoice1;
_root.butTx3 = _root.ansChoice3;
}
if (_root.ranButTx == 5) {
_root.butTx1 = _root.ansChoice2;
_root.butTx2 = _root.ansChoice3;
_root.butTx3 = _root.ansChoice4;
}
if (_root.ranButTx == 6) {
_root.butTx1 = _root.ansChoice2;
_root.butTx2 = _root.ansChoice4;
_root.butTx3 = _root.ansChoice5;
}
if (_root.ranButTx == 7) {
_root.butTx1 = _root.ansChoice3;
_root.butTx2 = _root.ansChoice1;
_root.butTx3 = _root.ansChoice2;
}
if (_root.ranButTx == 8) {
_root.butTx1 = _root.ansChoice3;
_root.butTx2 = _root.ansChoice2;
_root.butTx3 = _root.ansChoice4;
}
if (_root.ranButTx == 9) {
_root.butTx1 = _root.ansChoice3;
_root.butTx2 = _root.ansChoice4;
_root.butTx3 = _root.ansChoice5;
}
if (_root.ranButTx == 10) {
_root.butTx1 = _root.ansChoice4;
_root.butTx2 = _root.ansChoice1;
_root.butTx3 = _root.ansChoice2;
}
if (_root.ranButTx == 11) {
_root.butTx1 = _root.ansChoice4;
_root.butTx2 = _root.ansChoice2;
_root.butTx3 = _root.ansChoice3;
}
if (_root.ranButTx == 12) {
_root.butTx1 = _root.ansChoice4;
_root.butTx2 = _root.ansChoice3;
_root.butTx3 = _root.ansChoice5;
}
if (_root.ranButTx == 13) {
_root.butTx1 = _root.ansChoice5;
_root.butTx2 = _root.ansChoice1;
_root.butTx3 = _root.ansChoice2;
}
if (_root.ranButTx == 14) {
_root.butTx1 = _root.ansChoice5;
_root.butTx2 = _root.ansChoice2;
_root.butTx3 = _root.ansChoice3;
}
if (_root.ranButTx == 15) {
_root.butTx1 = _root.ansChoice5;
_root.butTx2 = _root.ansChoice3;
_root.butTx3 = _root.ansChoice4;
}
if (_root.ranButTx == 16) {
_root.butTx1 = _root.ansChoice1;
_root.butTx2 = _root.ansChoice5;
_root.butTx3 = _root.ansChoice3;
}
if (_root.ranButTx == 17) {
_root.butTx1 = _root.ansChoice2;
_root.butTx2 = _root.ansChoice5;
_root.butTx3 = _root.ansChoice3;
}
if (_root.ranButTx == 18) {
_root.butTx1 = _root.ansChoice3;
_root.butTx2 = _root.ansChoice5;
_root.butTx3 = _root.ansChoice4;
}
if (_root.ranButTx == 19) {
_root.butTx1 = _root.ansChoice4;
_root.butTx2 = _root.ansChoice5;
_root.butTx3 = _root.ansChoice1;
}
_root.butTx4 = "None of the above.";
if (((_root.butTx1 != _root.ans) && (_root.butTx2 != _root.ans)) && (_root.butTx3 != _root.ans)) {
_root.but4Val = _root.ans;
} else {
_root.but4Val = "";
}
Symbol 254 MovieClip Frame 4
this.stop();
_root.Qtx = "The wind howled like ten hound dogs who hadn't eaten in a week.";
_root.ans = "Simile";
_root.ansChoice1 = "Simile";
_root.ansChoice2 = "Alliteration";
_root.ansChoice3 = "Personification";
_root.ansChoice4 = "Onomatopoeia";
_root.ansChoice5 = "Metaphor";
_root.ranButTx = random(20);
if (_root.ranButTx == 0) {
_root.butTx1 = _root.ansChoice1;
_root.butTx2 = _root.ansChoice2;
_root.butTx3 = _root.ansChoice3;
}
if (_root.ranButTx == 1) {
_root.butTx1 = _root.ansChoice1;
_root.butTx2 = _root.ansChoice3;
_root.butTx3 = _root.ansChoice4;
}
if (_root.ranButTx == 3) {
_root.butTx1 = _root.ansChoice1;
_root.butTx2 = _root.ansChoice4;
_root.butTx3 = _root.ansChoice5;
}
if (_root.ranButTx == 4) {
_root.butTx1 = _root.ansChoice2;
_root.butTx2 = _root.ansChoice1;
_root.butTx3 = _root.ansChoice3;
}
if (_root.ranButTx == 5) {
_root.butTx1 = _root.ansChoice2;
_root.butTx2 = _root.ansChoice3;
_root.butTx3 = _root.ansChoice4;
}
if (_root.ranButTx == 6) {
_root.butTx1 = _root.ansChoice2;
_root.butTx2 = _root.ansChoice4;
_root.butTx3 = _root.ansChoice5;
}
if (_root.ranButTx == 7) {
_root.butTx1 = _root.ansChoice3;
_root.butTx2 = _root.ansChoice1;
_root.butTx3 = _root.ansChoice2;
}
if (_root.ranButTx == 8) {
_root.butTx1 = _root.ansChoice3;
_root.butTx2 = _root.ansChoice2;
_root.butTx3 = _root.ansChoice4;
}
if (_root.ranButTx == 9) {
_root.butTx1 = _root.ansChoice3;
_root.butTx2 = _root.ansChoice4;
_root.butTx3 = _root.ansChoice5;
}
if (_root.ranButTx == 10) {
_root.butTx1 = _root.ansChoice4;
_root.butTx2 = _root.ansChoice1;
_root.butTx3 = _root.ansChoice2;
}
if (_root.ranButTx == 11) {
_root.butTx1 = _root.ansChoice4;
_root.butTx2 = _root.ansChoice2;
_root.butTx3 = _root.ansChoice3;
}
if (_root.ranButTx == 12) {
_root.butTx1 = _root.ansChoice4;
_root.butTx2 = _root.ansChoice3;
_root.butTx3 = _root.ansChoice5;
}
if (_root.ranButTx == 13) {
_root.butTx1 = _root.ansChoice5;
_root.butTx2 = _root.ansChoice1;
_root.butTx3 = _root.ansChoice2;
}
if (_root.ranButTx == 14) {
_root.butTx1 = _root.ansChoice5;
_root.butTx2 = _root.ansChoice2;
_root.butTx3 = _root.ansChoice3;
}
if (_root.ranButTx == 15) {
_root.butTx1 = _root.ansChoice5;
_root.butTx2 = _root.ansChoice3;
_root.butTx3 = _root.ansChoice4;
}
if (_root.ranButTx == 16) {
_root.butTx1 = _root.ansChoice1;
_root.butTx2 = _root.ansChoice5;
_root.butTx3 = _root.ansChoice3;
}
if (_root.ranButTx == 17) {
_root.butTx1 = _root.ansChoice2;
_root.butTx2 = _root.ansChoice5;
_root.butTx3 = _root.ansChoice3;
}
if (_root.ranButTx == 18) {
_root.butTx1 = _root.ansChoice3;
_root.butTx2 = _root.ansChoice5;
_root.butTx3 = _root.ansChoice4;
}
if (_root.ranButTx == 19) {
_root.butTx1 = _root.ansChoice4;
_root.butTx2 = _root.ansChoice5;
_root.butTx3 = _root.ansChoice1;
}
_root.butTx4 = "None of the above.";
if (((_root.butTx1 != _root.ans) && (_root.butTx2 != _root.ans)) && (_root.butTx3 != _root.ans)) {
_root.but4Val = _root.ans;
} else {
_root.but4Val = "";
}
Symbol 254 MovieClip Frame 5
this.stop();
_root.Qtx = "His hair was wild like a clown's wig that had been suffed in a trunk for years.";
_root.ans = "Simile";
_root.ansChoice1 = "Simile";
_root.ansChoice2 = "Alliteration";
_root.ansChoice3 = "Personification";
_root.ansChoice4 = "Onomatopoeia";
_root.ansChoice5 = "Metaphor";
_root.ranButTx = random(20);
if (_root.ranButTx == 0) {
_root.butTx1 = _root.ansChoice1;
_root.butTx2 = _root.ansChoice2;
_root.butTx3 = _root.ansChoice3;
}
if (_root.ranButTx == 1) {
_root.butTx1 = _root.ansChoice1;
_root.butTx2 = _root.ansChoice3;
_root.butTx3 = _root.ansChoice4;
}
if (_root.ranButTx == 3) {
_root.butTx1 = _root.ansChoice1;
_root.butTx2 = _root.ansChoice4;
_root.butTx3 = _root.ansChoice5;
}
if (_root.ranButTx == 4) {
_root.butTx1 = _root.ansChoice2;
_root.butTx2 = _root.ansChoice1;
_root.butTx3 = _root.ansChoice3;
}
if (_root.ranButTx == 5) {
_root.butTx1 = _root.ansChoice2;
_root.butTx2 = _root.ansChoice3;
_root.butTx3 = _root.ansChoice4;
}
if (_root.ranButTx == 6) {
_root.butTx1 = _root.ansChoice2;
_root.butTx2 = _root.ansChoice4;
_root.butTx3 = _root.ansChoice5;
}
if (_root.ranButTx == 7) {
_root.butTx1 = _root.ansChoice3;
_root.butTx2 = _root.ansChoice1;
_root.butTx3 = _root.ansChoice2;
}
if (_root.ranButTx == 8) {
_root.butTx1 = _root.ansChoice3;
_root.butTx2 = _root.ansChoice2;
_root.butTx3 = _root.ansChoice4;
}
if (_root.ranButTx == 9) {
_root.butTx1 = _root.ansChoice3;
_root.butTx2 = _root.ansChoice4;
_root.butTx3 = _root.ansChoice5;
}
if (_root.ranButTx == 10) {
_root.butTx1 = _root.ansChoice4;
_root.butTx2 = _root.ansChoice1;
_root.butTx3 = _root.ansChoice2;
}
if (_root.ranButTx == 11) {
_root.butTx1 = _root.ansChoice4;
_root.butTx2 = _root.ansChoice2;
_root.butTx3 = _root.ansChoice3;
}
if (_root.ranButTx == 12) {
_root.butTx1 = _root.ansChoice4;
_root.butTx2 = _root.ansChoice3;
_root.butTx3 = _root.ansChoice5;
}
if (_root.ranButTx == 13) {
_root.butTx1 = _root.ansChoice5;
_root.butTx2 = _root.ansChoice1;
_root.butTx3 = _root.ansChoice2;
}
if (_root.ranButTx == 14) {
_root.butTx1 = _root.ansChoice5;
_root.butTx2 = _root.ansChoice2;
_root.butTx3 = _root.ansChoice3;
}
if (_root.ranButTx == 15) {
_root.butTx1 = _root.ansChoice5;
_root.butTx2 = _root.ansChoice3;
_root.butTx3 = _root.ansChoice4;
}
if (_root.ranButTx == 16) {
_root.butTx1 = _root.ansChoice1;
_root.butTx2 = _root.ansChoice5;
_root.butTx3 = _root.ansChoice3;
}
if (_root.ranButTx == 17) {
_root.butTx1 = _root.ansChoice2;
_root.butTx2 = _root.ansChoice5;
_root.butTx3 = _root.ansChoice3;
}
if (_root.ranButTx == 18) {
_root.butTx1 = _root.ansChoice3;
_root.butTx2 = _root.ansChoice5;
_root.butTx3 = _root.ansChoice4;
}
if (_root.ranButTx == 19) {
_root.butTx1 = _root.ansChoice4;
_root.butTx2 = _root.ansChoice5;
_root.butTx3 = _root.ansChoice1;
}
_root.butTx4 = "None of the above.";
if (((_root.butTx1 != _root.ans) && (_root.butTx2 != _root.ans)) && (_root.butTx3 != _root.ans)) {
_root.but4Val = _root.ans;
} else {
_root.but4Val = "";
}
Symbol 254 MovieClip Frame 6
this.stop();
_root.Qtx = "My new mittens were large and clumsy like tennis racquets on my hands.";
_root.ans = "Simile";
_root.ansChoice1 = "Simile";
_root.ansChoice2 = "Alliteration";
_root.ansChoice3 = "Personification";
_root.ansChoice4 = "Onomatopoeia";
_root.ansChoice5 = "Metaphor";
_root.ranButTx = random(20);
if (_root.ranButTx == 0) {
_root.butTx1 = _root.ansChoice1;
_root.butTx2 = _root.ansChoice2;
_root.butTx3 = _root.ansChoice3;
}
if (_root.ranButTx == 1) {
_root.butTx1 = _root.ansChoice1;
_root.butTx2 = _root.ansChoice3;
_root.butTx3 = _root.ansChoice4;
}
if (_root.ranButTx == 3) {
_root.butTx1 = _root.ansChoice1;
_root.butTx2 = _root.ansChoice4;
_root.butTx3 = _root.ansChoice5;
}
if (_root.ranButTx == 4) {
_root.butTx1 = _root.ansChoice2;
_root.butTx2 = _root.ansChoice1;
_root.butTx3 = _root.ansChoice3;
}
if (_root.ranButTx == 5) {
_root.butTx1 = _root.ansChoice2;
_root.butTx2 = _root.ansChoice3;
_root.butTx3 = _root.ansChoice4;
}
if (_root.ranButTx == 6) {
_root.butTx1 = _root.ansChoice2;
_root.butTx2 = _root.ansChoice4;
_root.butTx3 = _root.ansChoice5;
}
if (_root.ranButTx == 7) {
_root.butTx1 = _root.ansChoice3;
_root.butTx2 = _root.ansChoice1;
_root.butTx3 = _root.ansChoice2;
}
if (_root.ranButTx == 8) {
_root.butTx1 = _root.ansChoice3;
_root.butTx2 = _root.ansChoice2;
_root.butTx3 = _root.ansChoice4;
}
if (_root.ranButTx == 9) {
_root.butTx1 = _root.ansChoice3;
_root.butTx2 = _root.ansChoice4;
_root.butTx3 = _root.ansChoice5;
}
if (_root.ranButTx == 10) {
_root.butTx1 = _root.ansChoice4;
_root.butTx2 = _root.ansChoice1;
_root.butTx3 = _root.ansChoice2;
}
if (_root.ranButTx == 11) {
_root.butTx1 = _root.ansChoice4;
_root.butTx2 = _root.ansChoice2;
_root.butTx3 = _root.ansChoice3;
}
if (_root.ranButTx == 12) {
_root.butTx1 = _root.ansChoice4;
_root.butTx2 = _root.ansChoice3;
_root.butTx3 = _root.ansChoice5;
}
if (_root.ranButTx == 13) {
_root.butTx1 = _root.ansChoice5;
_root.butTx2 = _root.ansChoice1;
_root.butTx3 = _root.ansChoice2;
}
if (_root.ranButTx == 14) {
_root.butTx1 = _root.ansChoice5;
_root.butTx2 = _root.ansChoice2;
_root.butTx3 = _root.ansChoice3;
}
if (_root.ranButTx == 15) {
_root.butTx1 = _root.ansChoice5;
_root.butTx2 = _root.ansChoice3;
_root.butTx3 = _root.ansChoice4;
}
if (_root.ranButTx == 16) {
_root.butTx1 = _root.ansChoice1;
_root.butTx2 = _root.ansChoice5;
_root.butTx3 = _root.ansChoice3;
}
if (_root.ranButTx == 17) {
_root.butTx1 = _root.ansChoice2;
_root.butTx2 = _root.ansChoice5;
_root.butTx3 = _root.ansChoice3;
}
if (_root.ranButTx == 18) {
_root.butTx1 = _root.ansChoice3;
_root.butTx2 = _root.ansChoice5;
_root.butTx3 = _root.ansChoice4;
}
if (_root.ranButTx == 19) {
_root.butTx1 = _root.ansChoice4;
_root.butTx2 = _root.ansChoice5;
_root.butTx3 = _root.ansChoice1;
}
_root.butTx4 = "None of the above.";
if (((_root.butTx1 != _root.ans) && (_root.butTx2 != _root.ans)) && (_root.butTx3 != _root.ans)) {
_root.but4Val = _root.ans;
} else {
_root.but4Val = "";
}
Symbol 254 MovieClip Frame 7
this.stop();
_root.Qtx = "My baby brother's hair is as soft as the feathers of a newborn bird.";
_root.ans = "Simile";
_root.ansChoice1 = "Simile";
_root.ansChoice2 = "Alliteration";
_root.ansChoice3 = "Personification";
_root.ansChoice4 = "Onomatopoeia";
_root.ansChoice5 = "Metaphor";
_root.ranButTx = random(20);
if (_root.ranButTx == 0) {
_root.butTx1 = _root.ansChoice1;
_root.butTx2 = _root.ansChoice2;
_root.butTx3 = _root.ansChoice3;
}
if (_root.ranButTx == 1) {
_root.butTx1 = _root.ansChoice1;
_root.butTx2 = _root.ansChoice3;
_root.butTx3 = _root.ansChoice4;
}
if (_root.ranButTx == 3) {
_root.butTx1 = _root.ansChoice1;
_root.butTx2 = _root.ansChoice4;
_root.butTx3 = _root.ansChoice5;
}
if (_root.ranButTx == 4) {
_root.butTx1 = _root.ansChoice2;
_root.butTx2 = _root.ansChoice1;
_root.butTx3 = _root.ansChoice3;
}
if (_root.ranButTx == 5) {
_root.butTx1 = _root.ansChoice2;
_root.butTx2 = _root.ansChoice3;
_root.butTx3 = _root.ansChoice4;
}
if (_root.ranButTx == 6) {
_root.butTx1 = _root.ansChoice2;
_root.butTx2 = _root.ansChoice4;
_root.butTx3 = _root.ansChoice5;
}
if (_root.ranButTx == 7) {
_root.butTx1 = _root.ansChoice3;
_root.butTx2 = _root.ansChoice1;
_root.butTx3 = _root.ansChoice2;
}
if (_root.ranButTx == 8) {
_root.butTx1 = _root.ansChoice3;
_root.butTx2 = _root.ansChoice2;
_root.butTx3 = _root.ansChoice4;
}
if (_root.ranButTx == 9) {
_root.butTx1 = _root.ansChoice3;
_root.butTx2 = _root.ansChoice4;
_root.butTx3 = _root.ansChoice5;
}
if (_root.ranButTx == 10) {
_root.butTx1 = _root.ansChoice4;
_root.butTx2 = _root.ansChoice1;
_root.butTx3 = _root.ansChoice2;
}
if (_root.ranButTx == 11) {
_root.butTx1 = _root.ansChoice4;
_root.butTx2 = _root.ansChoice2;
_root.butTx3 = _root.ansChoice3;
}
if (_root.ranButTx == 12) {
_root.butTx1 = _root.ansChoice4;
_root.butTx2 = _root.ansChoice3;
_root.butTx3 = _root.ansChoice5;
}
if (_root.ranButTx == 13) {
_root.butTx1 = _root.ansChoice5;
_root.butTx2 = _root.ansChoice1;
_root.butTx3 = _root.ansChoice2;
}
if (_root.ranButTx == 14) {
_root.butTx1 = _root.ansChoice5;
_root.butTx2 = _root.ansChoice2;
_root.butTx3 = _root.ansChoice3;
}
if (_root.ranButTx == 15) {
_root.butTx1 = _root.ansChoice5;
_root.butTx2 = _root.ansChoice3;
_root.butTx3 = _root.ansChoice4;
}
if (_root.ranButTx == 16) {
_root.butTx1 = _root.ansChoice1;
_root.butTx2 = _root.ansChoice5;
_root.butTx3 = _root.ansChoice3;
}
if (_root.ranButTx == 17) {
_root.butTx1 = _root.ansChoice2;
_root.butTx2 = _root.ansChoice5;
_root.butTx3 = _root.ansChoice3;
}
if (_root.ranButTx == 18) {
_root.butTx1 = _root.ansChoice3;
_root.butTx2 = _root.ansChoice5;
_root.butTx3 = _root.ansChoice4;
}
if (_root.ranButTx == 19) {
_root.butTx1 = _root.ansChoice4;
_root.butTx2 = _root.ansChoice5;
_root.butTx3 = _root.ansChoice1;
}
_root.butTx4 = "None of the above.";
if (((_root.butTx1 != _root.ans) && (_root.butTx2 != _root.ans)) && (_root.butTx3 != _root.ans)) {
_root.but4Val = _root.ans;
} else {
_root.but4Val = "";
}
Symbol 254 MovieClip Frame 8
this.stop();
_root.Qtx = "At the pet store, we cuddled cute kittens.";
_root.ans = "Alliteration";
_root.ansChoice1 = "Simile";
_root.ansChoice2 = "Alliteration";
_root.ansChoice3 = "Personification";
_root.ansChoice4 = "Onomatopoeia";
_root.ansChoice5 = "Metaphor";
_root.ranButTx = random(20);
if (_root.ranButTx == 0) {
_root.butTx1 = _root.ansChoice1;
_root.butTx2 = _root.ansChoice2;
_root.butTx3 = _root.ansChoice3;
}
if (_root.ranButTx == 1) {
_root.butTx1 = _root.ansChoice1;
_root.butTx2 = _root.ansChoice3;
_root.butTx3 = _root.ansChoice4;
}
if (_root.ranButTx == 3) {
_root.butTx1 = _root.ansChoice1;
_root.butTx2 = _root.ansChoice4;
_root.butTx3 = _root.ansChoice5;
}
if (_root.ranButTx == 4) {
_root.butTx1 = _root.ansChoice2;
_root.butTx2 = _root.ansChoice1;
_root.butTx3 = _root.ansChoice3;
}
if (_root.ranButTx == 5) {
_root.butTx1 = _root.ansChoice2;
_root.butTx2 = _root.ansChoice3;
_root.butTx3 = _root.ansChoice4;
}
if (_root.ranButTx == 6) {
_root.butTx1 = _root.ansChoice2;
_root.butTx2 = _root.ansChoice4;
_root.butTx3 = _root.ansChoice5;
}
if (_root.ranButTx == 7) {
_root.butTx1 = _root.ansChoice3;
_root.butTx2 = _root.ansChoice1;
_root.butTx3 = _root.ansChoice2;
}
if (_root.ranButTx == 8) {
_root.butTx1 = _root.ansChoice3;
_root.butTx2 = _root.ansChoice2;
_root.butTx3 = _root.ansChoice4;
}
if (_root.ranButTx == 9) {
_root.butTx1 = _root.ansChoice3;
_root.butTx2 = _root.ansChoice4;
_root.butTx3 = _root.ansChoice5;
}
if (_root.ranButTx == 10) {
_root.butTx1 = _root.ansChoice4;
_root.butTx2 = _root.ansChoice1;
_root.butTx3 = _root.ansChoice2;
}
if (_root.ranButTx == 11) {
_root.butTx1 = _root.ansChoice4;
_root.butTx2 = _root.ansChoice2;
_root.butTx3 = _root.ansChoice3;
}
if (_root.ranButTx == 12) {
_root.butTx1 = _root.ansChoice4;
_root.butTx2 = _root.ansChoice3;
_root.butTx3 = _root.ansChoice5;
}
if (_root.ranButTx == 13) {
_root.butTx1 = _root.ansChoice5;
_root.butTx2 = _root.ansChoice1;
_root.butTx3 = _root.ansChoice2;
}
if (_root.ranButTx == 14) {
_root.butTx1 = _root.ansChoice5;
_root.butTx2 = _root.ansChoice2;
_root.butTx3 = _root.ansChoice3;
}
if (_root.ranButTx == 15) {
_root.butTx1 = _root.ansChoice5;
_root.butTx2 = _root.ansChoice3;
_root.butTx3 = _root.ansChoice4;
}
if (_root.ranButTx == 16) {
_root.butTx1 = _root.ansChoice1;
_root.butTx2 = _root.ansChoice5;
_root.butTx3 = _root.ansChoice3;
}
if (_root.ranButTx == 17) {
_root.butTx1 = _root.ansChoice2;
_root.butTx2 = _root.ansChoice5;
_root.butTx3 = _root.ansChoice3;
}
if (_root.ranButTx == 18) {
_root.butTx1 = _root.ansChoice3;
_root.butTx2 = _root.ansChoice5;
_root.butTx3 = _root.ansChoice4;
}
if (_root.ranButTx == 19) {
_root.butTx1 = _root.ansChoice4;
_root.butTx2 = _root.ansChoice5;
_root.butTx3 = _root.ansChoice1;
}
_root.butTx4 = "None of the above.";
if (((_root.butTx1 != _root.ans) && (_root.butTx2 != _root.ans)) && (_root.butTx3 != _root.ans)) {
_root.but4Val = _root.ans;
} else {
_root.but4Val = "";
}
Symbol 254 MovieClip Frame 9
this.stop();
_root.Qtx = "My mom makes the best meatloaf.";
_root.ans = "Alliteration";
_root.ansChoice1 = "Simile";
_root.ansChoice2 = "Alliteration";
_root.ansChoice3 = "Personification";
_root.ansChoice4 = "Onomatopoeia";
_root.ansChoice5 = "Metaphor";
_root.ranButTx = random(20);
if (_root.ranButTx == 0) {
_root.butTx1 = _root.ansChoice1;
_root.butTx2 = _root.ansChoice2;
_root.butTx3 = _root.ansChoice3;
}
if (_root.ranButTx == 1) {
_root.butTx1 = _root.ansChoice1;
_root.butTx2 = _root.ansChoice3;
_root.butTx3 = _root.ansChoice4;
}
if (_root.ranButTx == 3) {
_root.butTx1 = _root.ansChoice1;
_root.butTx2 = _root.ansChoice4;
_root.butTx3 = _root.ansChoice5;
}
if (_root.ranButTx == 4) {
_root.butTx1 = _root.ansChoice2;
_root.butTx2 = _root.ansChoice1;
_root.butTx3 = _root.ansChoice3;
}
if (_root.ranButTx == 5) {
_root.butTx1 = _root.ansChoice2;
_root.butTx2 = _root.ansChoice3;
_root.butTx3 = _root.ansChoice4;
}
if (_root.ranButTx == 6) {
_root.butTx1 = _root.ansChoice2;
_root.butTx2 = _root.ansChoice4;
_root.butTx3 = _root.ansChoice5;
}
if (_root.ranButTx == 7) {
_root.butTx1 = _root.ansChoice3;
_root.butTx2 = _root.ansChoice1;
_root.butTx3 = _root.ansChoice2;
}
if (_root.ranButTx == 8) {
_root.butTx1 = _root.ansChoice3;
_root.butTx2 = _root.ansChoice2;
_root.butTx3 = _root.ansChoice4;
}
if (_root.ranButTx == 9) {
_root.butTx1 = _root.ansChoice3;
_root.butTx2 = _root.ansChoice4;
_root.butTx3 = _root.ansChoice5;
}
if (_root.ranButTx == 10) {
_root.butTx1 = _root.ansChoice4;
_root.butTx2 = _root.ansChoice1;
_root.butTx3 = _root.ansChoice2;
}
if (_root.ranButTx == 11) {
_root.butTx1 = _root.ansChoice4;
_root.butTx2 = _root.ansChoice2;
_root.butTx3 = _root.ansChoice3;
}
if (_root.ranButTx == 12) {
_root.butTx1 = _root.ansChoice4;
_root.butTx2 = _root.ansChoice3;
_root.butTx3 = _root.ansChoice5;
}
if (_root.ranButTx == 13) {
_root.butTx1 = _root.ansChoice5;
_root.butTx2 = _root.ansChoice1;
_root.butTx3 = _root.ansChoice2;
}
if (_root.ranButTx == 14) {
_root.butTx1 = _root.ansChoice5;
_root.butTx2 = _root.ansChoice2;
_root.butTx3 = _root.ansChoice3;
}
if (_root.ranButTx == 15) {
_root.butTx1 = _root.ansChoice5;
_root.butTx2 = _root.ansChoice3;
_root.butTx3 = _root.ansChoice4;
}
if (_root.ranButTx == 16) {
_root.butTx1 = _root.ansChoice1;
_root.butTx2 = _root.ansChoice5;
_root.butTx3 = _root.ansChoice3;
}
if (_root.ranButTx == 17) {
_root.butTx1 = _root.ansChoice2;
_root.butTx2 = _root.ansChoice5;
_root.butTx3 = _root.ansChoice3;
}
if (_root.ranButTx == 18) {
_root.butTx1 = _root.ansChoice3;
_root.butTx2 = _root.ansChoice5;
_root.butTx3 = _root.ansChoice4;
}
if (_root.ranButTx == 19) {
_root.butTx1 = _root.ansChoice4;
_root.butTx2 = _root.ansChoice5;
_root.butTx3 = _root.ansChoice1;
}
_root.butTx4 = "None of the above.";
if (((_root.butTx1 != _root.ans) && (_root.butTx2 != _root.ans)) && (_root.butTx3 != _root.ans)) {
_root.but4Val = _root.ans;
} else {
_root.but4Val = "";
}
Symbol 254 MovieClip Frame 10
this.stop();
_root.Qtx = "Tessie trained her toddler to talk on the telephone.";
_root.ans = "Alliteration";
_root.ansChoice1 = "Simile";
_root.ansChoice2 = "Alliteration";
_root.ansChoice3 = "Personification";
_root.ansChoice4 = "Onomatopoeia";
_root.ansChoice5 = "Metaphor";
_root.ranButTx = random(20);
if (_root.ranButTx == 0) {
_root.butTx1 = _root.ansChoice1;
_root.butTx2 = _root.ansChoice2;
_root.butTx3 = _root.ansChoice3;
}
if (_root.ranButTx == 1) {
_root.butTx1 = _root.ansChoice1;
_root.butTx2 = _root.ansChoice3;
_root.butTx3 = _root.ansChoice4;
}
if (_root.ranButTx == 3) {
_root.butTx1 = _root.ansChoice1;
_root.butTx2 = _root.ansChoice4;
_root.butTx3 = _root.ansChoice5;
}
if (_root.ranButTx == 4) {
_root.butTx1 = _root.ansChoice2;
_root.butTx2 = _root.ansChoice1;
_root.butTx3 = _root.ansChoice3;
}
if (_root.ranButTx == 5) {
_root.butTx1 = _root.ansChoice2;
_root.butTx2 = _root.ansChoice3;
_root.butTx3 = _root.ansChoice4;
}
if (_root.ranButTx == 6) {
_root.butTx1 = _root.ansChoice2;
_root.butTx2 = _root.ansChoice4;
_root.butTx3 = _root.ansChoice5;
}
if (_root.ranButTx == 7) {
_root.butTx1 = _root.ansChoice3;
_root.butTx2 = _root.ansChoice1;
_root.butTx3 = _root.ansChoice2;
}
if (_root.ranButTx == 8) {
_root.butTx1 = _root.ansChoice3;
_root.butTx2 = _root.ansChoice2;
_root.butTx3 = _root.ansChoice4;
}
if (_root.ranButTx == 9) {
_root.butTx1 = _root.ansChoice3;
_root.butTx2 = _root.ansChoice4;
_root.butTx3 = _root.ansChoice5;
}
if (_root.ranButTx == 10) {
_root.butTx1 = _root.ansChoice4;
_root.butTx2 = _root.ansChoice1;
_root.butTx3 = _root.ansChoice2;
}
if (_root.ranButTx == 11) {
_root.butTx1 = _root.ansChoice4;
_root.butTx2 = _root.ansChoice2;
_root.butTx3 = _root.ansChoice3;
}
if (_root.ranButTx == 12) {
_root.butTx1 = _root.ansChoice4;
_root.butTx2 = _root.ansChoice3;
_root.butTx3 = _root.ansChoice5;
}
if (_root.ranButTx == 13) {
_root.butTx1 = _root.ansChoice5;
_root.butTx2 = _root.ansChoice1;
_root.butTx3 = _root.ansChoice2;
}
if (_root.ranButTx == 14) {
_root.butTx1 = _root.ansChoice5;
_root.butTx2 = _root.ansChoice2;
_root.butTx3 = _root.ansChoice3;
}
if (_root.ranButTx == 15) {
_root.butTx1 = _root.ansChoice5;
_root.butTx2 = _root.ansChoice3;
_root.butTx3 = _root.ansChoice4;
}
if (_root.ranButTx == 16) {
_root.butTx1 = _root.ansChoice1;
_root.butTx2 = _root.ansChoice5;
_root.butTx3 = _root.ansChoice3;
}
if (_root.ranButTx == 17) {
_root.butTx1 = _root.ansChoice2;
_root.butTx2 = _root.ansChoice5;
_root.butTx3 = _root.ansChoice3;
}
if (_root.ranButTx == 18) {
_root.butTx1 = _root.ansChoice3;
_root.butTx2 = _root.ansChoice5;
_root.butTx3 = _root.ansChoice4;
}
if (_root.ranButTx == 19) {
_root.butTx1 = _root.ansChoice4;
_root.butTx2 = _root.ansChoice5;
_root.butTx3 = _root.ansChoice1;
}
_root.butTx4 = "None of the above.";
if (((_root.butTx1 != _root.ans) && (_root.butTx2 != _root.ans)) && (_root.butTx3 != _root.ans)) {
_root.but4Val = _root.ans;
} else {
_root.but4Val = "";
}
Symbol 254 MovieClip Frame 11
this.stop();
_root.Qtx = "The snake slithered silently in the grass.";
_root.ans = "Alliteration";
_root.ansChoice1 = "Simile";
_root.ansChoice2 = "Alliteration";
_root.ansChoice3 = "Personification";
_root.ansChoice4 = "Onomatopoeia";
_root.ansChoice5 = "Metaphor";
_root.ranButTx = random(20);
if (_root.ranButTx == 0) {
_root.butTx1 = _root.ansChoice1;
_root.butTx2 = _root.ansChoice2;
_root.butTx3 = _root.ansChoice3;
}
if (_root.ranButTx == 1) {
_root.butTx1 = _root.ansChoice1;
_root.butTx2 = _root.ansChoice3;
_root.butTx3 = _root.ansChoice4;
}
if (_root.ranButTx == 3) {
_root.butTx1 = _root.ansChoice1;
_root.butTx2 = _root.ansChoice4;
_root.butTx3 = _root.ansChoice5;
}
if (_root.ranButTx == 4) {
_root.butTx1 = _root.ansChoice2;
_root.butTx2 = _root.ansChoice1;
_root.butTx3 = _root.ansChoice3;
}
if (_root.ranButTx == 5) {
_root.butTx1 = _root.ansChoice2;
_root.butTx2 = _root.ansChoice3;
_root.butTx3 = _root.ansChoice4;
}
if (_root.ranButTx == 6) {
_root.butTx1 = _root.ansChoice2;
_root.butTx2 = _root.ansChoice4;
_root.butTx3 = _root.ansChoice5;
}
if (_root.ranButTx == 7) {
_root.butTx1 = _root.ansChoice3;
_root.butTx2 = _root.ansChoice1;
_root.butTx3 = _root.ansChoice2;
}
if (_root.ranButTx == 8) {
_root.butTx1 = _root.ansChoice3;
_root.butTx2 = _root.ansChoice2;
_root.butTx3 = _root.ansChoice4;
}
if (_root.ranButTx == 9) {
_root.butTx1 = _root.ansChoice3;
_root.butTx2 = _root.ansChoice4;
_root.butTx3 = _root.ansChoice5;
}
if (_root.ranButTx == 10) {
_root.butTx1 = _root.ansChoice4;
_root.butTx2 = _root.ansChoice1;
_root.butTx3 = _root.ansChoice2;
}
if (_root.ranButTx == 11) {
_root.butTx1 = _root.ansChoice4;
_root.butTx2 = _root.ansChoice2;
_root.butTx3 = _root.ansChoice3;
}
if (_root.ranButTx == 12) {
_root.butTx1 = _root.ansChoice4;
_root.butTx2 = _root.ansChoice3;
_root.butTx3 = _root.ansChoice5;
}
if (_root.ranButTx == 13) {
_root.butTx1 = _root.ansChoice5;
_root.butTx2 = _root.ansChoice1;
_root.butTx3 = _root.ansChoice2;
}
if (_root.ranButTx == 14) {
_root.butTx1 = _root.ansChoice5;
_root.butTx2 = _root.ansChoice2;
_root.butTx3 = _root.ansChoice3;
}
if (_root.ranButTx == 15) {
_root.butTx1 = _root.ansChoice5;
_root.butTx2 = _root.ansChoice3;
_root.butTx3 = _root.ansChoice4;
}
if (_root.ranButTx == 16) {
_root.butTx1 = _root.ansChoice1;
_root.butTx2 = _root.ansChoice5;
_root.butTx3 = _root.ansChoice3;
}
if (_root.ranButTx == 17) {
_root.butTx1 = _root.ansChoice2;
_root.butTx2 = _root.ansChoice5;
_root.butTx3 = _root.ansChoice3;
}
if (_root.ranButTx == 18) {
_root.butTx1 = _root.ansChoice3;
_root.butTx2 = _root.ansChoice5;
_root.butTx3 = _root.ansChoice4;
}
if (_root.ranButTx == 19) {
_root.butTx1 = _root.ansChoice4;
_root.butTx2 = _root.ansChoice5;
_root.butTx3 = _root.ansChoice1;
}
_root.butTx4 = "None of the above.";
if (((_root.butTx1 != _root.ans) && (_root.butTx2 != _root.ans)) && (_root.butTx3 != _root.ans)) {
_root.but4Val = _root.ans;
} else {
_root.but4Val = "";
}
Symbol 254 MovieClip Frame 12
this.stop();
_root.Qtx = "Four friends found an old map.";
_root.ans = "Alliteration";
_root.ansChoice1 = "Simile";
_root.ansChoice2 = "Alliteration";
_root.ansChoice3 = "Personification";
_root.ansChoice4 = "Onomatopoeia";
_root.ansChoice5 = "Metaphor";
_root.ranButTx = random(20);
if (_root.ranButTx == 0) {
_root.butTx1 = _root.ansChoice1;
_root.butTx2 = _root.ansChoice2;
_root.butTx3 = _root.ansChoice3;
}
if (_root.ranButTx == 1) {
_root.butTx1 = _root.ansChoice1;
_root.butTx2 = _root.ansChoice3;
_root.butTx3 = _root.ansChoice4;
}
if (_root.ranButTx == 3) {
_root.butTx1 = _root.ansChoice1;
_root.butTx2 = _root.ansChoice4;
_root.butTx3 = _root.ansChoice5;
}
if (_root.ranButTx == 4) {
_root.butTx1 = _root.ansChoice2;
_root.butTx2 = _root.ansChoice1;
_root.butTx3 = _root.ansChoice3;
}
if (_root.ranButTx == 5) {
_root.butTx1 = _root.ansChoice2;
_root.butTx2 = _root.ansChoice3;
_root.butTx3 = _root.ansChoice4;
}
if (_root.ranButTx == 6) {
_root.butTx1 = _root.ansChoice2;
_root.butTx2 = _root.ansChoice4;
_root.butTx3 = _root.ansChoice5;
}
if (_root.ranButTx == 7) {
_root.butTx1 = _root.ansChoice3;
_root.butTx2 = _root.ansChoice1;
_root.butTx3 = _root.ansChoice2;
}
if (_root.ranButTx == 8) {
_root.butTx1 = _root.ansChoice3;
_root.butTx2 = _root.ansChoice2;
_root.butTx3 = _root.ansChoice4;
}
if (_root.ranButTx == 9) {
_root.butTx1 = _root.ansChoice3;
_root.butTx2 = _root.ansChoice4;
_root.butTx3 = _root.ansChoice5;
}
if (_root.ranButTx == 10) {
_root.butTx1 = _root.ansChoice4;
_root.butTx2 = _root.ansChoice1;
_root.butTx3 = _root.ansChoice2;
}
if (_root.ranButTx == 11) {
_root.butTx1 = _root.ansChoice4;
_root.butTx2 = _root.ansChoice2;
_root.butTx3 = _root.ansChoice3;
}
if (_root.ranButTx == 12) {
_root.butTx1 = _root.ansChoice4;
_root.butTx2 = _root.ansChoice3;
_root.butTx3 = _root.ansChoice5;
}
if (_root.ranButTx == 13) {
_root.butTx1 = _root.ansChoice5;
_root.butTx2 = _root.ansChoice1;
_root.butTx3 = _root.ansChoice2;
}
if (_root.ranButTx == 14) {
_root.butTx1 = _root.ansChoice5;
_root.butTx2 = _root.ansChoice2;
_root.butTx3 = _root.ansChoice3;
}
if (_root.ranButTx == 15) {
_root.butTx1 = _root.ansChoice5;
_root.butTx2 = _root.ansChoice3;
_root.butTx3 = _root.ansChoice4;
}
if (_root.ranButTx == 16) {
_root.butTx1 = _root.ansChoice1;
_root.butTx2 = _root.ansChoice5;
_root.butTx3 = _root.ansChoice3;
}
if (_root.ranButTx == 17) {
_root.butTx1 = _root.ansChoice2;
_root.butTx2 = _root.ansChoice5;
_root.butTx3 = _root.ansChoice3;
}
if (_root.ranButTx == 18) {
_root.butTx1 = _root.ansChoice3;
_root.butTx2 = _root.ansChoice5;
_root.butTx3 = _root.ansChoice4;
}
if (_root.ranButTx == 19) {
_root.butTx1 = _root.ansChoice4;
_root.butTx2 = _root.ansChoice5;
_root.butTx3 = _root.ansChoice1;
}
_root.butTx4 = "None of the above.";
if (((_root.butTx1 != _root.ans) && (_root.butTx2 != _root.ans)) && (_root.butTx3 != _root.ans)) {
_root.but4Val = _root.ans;
} else {
_root.but4Val = "";
}
Symbol 254 MovieClip Frame 13
this.stop();
_root.Qtx = "At the store, Wayne wanted wheat bread.";
_root.ans = "Alliteration";
_root.ansChoice1 = "Simile";
_root.ansChoice2 = "Alliteration";
_root.ansChoice3 = "Personification";
_root.ansChoice4 = "Onomatopoeia";
_root.ansChoice5 = "Metaphor";
_root.ranButTx = random(20);
if (_root.ranButTx == 0) {
_root.butTx1 = _root.ansChoice1;
_root.butTx2 = _root.ansChoice2;
_root.butTx3 = _root.ansChoice3;
}
if (_root.ranButTx == 1) {
_root.butTx1 = _root.ansChoice1;
_root.butTx2 = _root.ansChoice3;
_root.butTx3 = _root.ansChoice4;
}
if (_root.ranButTx == 3) {
_root.butTx1 = _root.ansChoice1;
_root.butTx2 = _root.ansChoice4;
_root.butTx3 = _root.ansChoice5;
}
if (_root.ranButTx == 4) {
_root.butTx1 = _root.ansChoice2;
_root.butTx2 = _root.ansChoice1;
_root.butTx3 = _root.ansChoice3;
}
if (_root.ranButTx == 5) {
_root.butTx1 = _root.ansChoice2;
_root.butTx2 = _root.ansChoice3;
_root.butTx3 = _root.ansChoice4;
}
if (_root.ranButTx == 6) {
_root.butTx1 = _root.ansChoice2;
_root.butTx2 = _root.ansChoice4;
_root.butTx3 = _root.ansChoice5;
}
if (_root.ranButTx == 7) {
_root.butTx1 = _root.ansChoice3;
_root.butTx2 = _root.ansChoice1;
_root.butTx3 = _root.ansChoice2;
}
if (_root.ranButTx == 8) {
_root.butTx1 = _root.ansChoice3;
_root.butTx2 = _root.ansChoice2;
_root.butTx3 = _root.ansChoice4;
}
if (_root.ranButTx == 9) {
_root.butTx1 = _root.ansChoice3;
_root.butTx2 = _root.ansChoice4;
_root.butTx3 = _root.ansChoice5;
}
if (_root.ranButTx == 10) {
_root.butTx1 = _root.ansChoice4;
_root.butTx2 = _root.ansChoice1;
_root.butTx3 = _root.ansChoice2;
}
if (_root.ranButTx == 11) {
_root.butTx1 = _root.ansChoice4;
_root.butTx2 = _root.ansChoice2;
_root.butTx3 = _root.ansChoice3;
}
if (_root.ranButTx == 12) {
_root.butTx1 = _root.ansChoice4;
_root.butTx2 = _root.ansChoice3;
_root.butTx3 = _root.ansChoice5;
}
if (_root.ranButTx == 13) {
_root.butTx1 = _root.ansChoice5;
_root.butTx2 = _root.ansChoice1;
_root.butTx3 = _root.ansChoice2;
}
if (_root.ranButTx == 14) {
_root.butTx1 = _root.ansChoice5;
_root.butTx2 = _root.ansChoice2;
_root.butTx3 = _root.ansChoice3;
}
if (_root.ranButTx == 15) {
_root.butTx1 = _root.ansChoice5;
_root.butTx2 = _root.ansChoice3;
_root.butTx3 = _root.ansChoice4;
}
if (_root.ranButTx == 16) {
_root.butTx1 = _root.ansChoice1;
_root.butTx2 = _root.ansChoice5;
_root.butTx3 = _root.ansChoice3;
}
if (_root.ranButTx == 17) {
_root.butTx1 = _root.ansChoice2;
_root.butTx2 = _root.ansChoice5;
_root.butTx3 = _root.ansChoice3;
}
if (_root.ranButTx == 18) {
_root.butTx1 = _root.ansChoice3;
_root.butTx2 = _root.ansChoice5;
_root.butTx3 = _root.ansChoice4;
}
if (_root.ranButTx == 19) {
_root.butTx1 = _root.ansChoice4;
_root.butTx2 = _root.ansChoice5;
_root.butTx3 = _root.ansChoice1;
}
_root.butTx4 = "None of the above.";
if (((_root.butTx1 != _root.ans) && (_root.butTx2 != _root.ans)) && (_root.butTx3 != _root.ans)) {
_root.but4Val = _root.ans;
} else {
_root.but4Val = "";
}
Symbol 254 MovieClip Frame 14
this.stop();
_root.Qtx = "The tornado grabbed cars and tossed them to the ground.";
_root.ans = "Personification";
_root.ansChoice1 = "Simile";
_root.ansChoice2 = "Alliteration";
_root.ansChoice3 = "Personification";
_root.ansChoice4 = "Onomatopoeia";
_root.ansChoice5 = "Metaphor";
_root.ranButTx = random(20);
if (_root.ranButTx == 0) {
_root.butTx1 = _root.ansChoice1;
_root.butTx2 = _root.ansChoice2;
_root.butTx3 = _root.ansChoice3;
}
if (_root.ranButTx == 1) {
_root.butTx1 = _root.ansChoice1;
_root.butTx2 = _root.ansChoice3;
_root.butTx3 = _root.ansChoice4;
}
if (_root.ranButTx == 3) {
_root.butTx1 = _root.ansChoice1;
_root.butTx2 = _root.ansChoice4;
_root.butTx3 = _root.ansChoice5;
}
if (_root.ranButTx == 4) {
_root.butTx1 = _root.ansChoice2;
_root.butTx2 = _root.ansChoice1;
_root.butTx3 = _root.ansChoice3;
}
if (_root.ranButTx == 5) {
_root.butTx1 = _root.ansChoice2;
_root.butTx2 = _root.ansChoice3;
_root.butTx3 = _root.ansChoice4;
}
if (_root.ranButTx == 6) {
_root.butTx1 = _root.ansChoice2;
_root.butTx2 = _root.ansChoice4;
_root.butTx3 = _root.ansChoice5;
}
if (_root.ranButTx == 7) {
_root.butTx1 = _root.ansChoice3;
_root.butTx2 = _root.ansChoice1;
_root.butTx3 = _root.ansChoice2;
}
if (_root.ranButTx == 8) {
_root.butTx1 = _root.ansChoice3;
_root.butTx2 = _root.ansChoice2;
_root.butTx3 = _root.ansChoice4;
}
if (_root.ranButTx == 9) {
_root.butTx1 = _root.ansChoice3;
_root.butTx2 = _root.ansChoice4;
_root.butTx3 = _root.ansChoice5;
}
if (_root.ranButTx == 10) {
_root.butTx1 = _root.ansChoice4;
_root.butTx2 = _root.ansChoice1;
_root.butTx3 = _root.ansChoice2;
}
if (_root.ranButTx == 11) {
_root.butTx1 = _root.ansChoice4;
_root.butTx2 = _root.ansChoice2;
_root.butTx3 = _root.ansChoice3;
}
if (_root.ranButTx == 12) {
_root.butTx1 = _root.ansChoice4;
_root.butTx2 = _root.ansChoice3;
_root.butTx3 = _root.ansChoice5;
}
if (_root.ranButTx == 13) {
_root.butTx1 = _root.ansChoice5;
_root.butTx2 = _root.ansChoice1;
_root.butTx3 = _root.ansChoice2;
}
if (_root.ranButTx == 14) {
_root.butTx1 = _root.ansChoice5;
_root.butTx2 = _root.ansChoice2;
_root.butTx3 = _root.ansChoice3;
}
if (_root.ranButTx == 15) {
_root.butTx1 = _root.ansChoice5;
_root.butTx2 = _root.ansChoice3;
_root.butTx3 = _root.ansChoice4;
}
if (_root.ranButTx == 16) {
_root.butTx1 = _root.ansChoice1;
_root.butTx2 = _root.ansChoice5;
_root.butTx3 = _root.ansChoice3;
}
if (_root.ranButTx == 17) {
_root.butTx1 = _root.ansChoice2;
_root.butTx2 = _root.ansChoice5;
_root.butTx3 = _root.ansChoice3;
}
if (_root.ranButTx == 18) {
_root.butTx1 = _root.ansChoice3;
_root.butTx2 = _root.ansChoice5;
_root.butTx3 = _root.ansChoice4;
}
if (_root.ranButTx == 19) {
_root.butTx1 = _root.ansChoice4;
_root.butTx2 = _root.ansChoice5;
_root.butTx3 = _root.ansChoice1;
}
_root.butTx4 = "None of the above.";
if (((_root.butTx1 != _root.ans) && (_root.butTx2 != _root.ans)) && (_root.butTx3 != _root.ans)) {
_root.but4Val = _root.ans;
} else {
_root.but4Val = "";
}
Symbol 254 MovieClip Frame 15
this.stop();
_root.Qtx = "The volcano spat fire into the air.";
_root.ans = "Personification";
_root.ansChoice1 = "Simile";
_root.ansChoice2 = "Alliteration";
_root.ansChoice3 = "Personification";
_root.ansChoice4 = "Onomatopoeia";
_root.ansChoice5 = "Metaphor";
_root.ranButTx = random(20);
if (_root.ranButTx == 0) {
_root.butTx1 = _root.ansChoice1;
_root.butTx2 = _root.ansChoice2;
_root.butTx3 = _root.ansChoice3;
}
if (_root.ranButTx == 1) {
_root.butTx1 = _root.ansChoice1;
_root.butTx2 = _root.ansChoice3;
_root.butTx3 = _root.ansChoice4;
}
if (_root.ranButTx == 3) {
_root.butTx1 = _root.ansChoice1;
_root.butTx2 = _root.ansChoice4;
_root.butTx3 = _root.ansChoice5;
}
if (_root.ranButTx == 4) {
_root.butTx1 = _root.ansChoice2;
_root.butTx2 = _root.ansChoice1;
_root.butTx3 = _root.ansChoice3;
}
if (_root.ranButTx == 5) {
_root.butTx1 = _root.ansChoice2;
_root.butTx2 = _root.ansChoice3;
_root.butTx3 = _root.ansChoice4;
}
if (_root.ranButTx == 6) {
_root.butTx1 = _root.ansChoice2;
_root.butTx2 = _root.ansChoice4;
_root.butTx3 = _root.ansChoice5;
}
if (_root.ranButTx == 7) {
_root.butTx1 = _root.ansChoice3;
_root.butTx2 = _root.ansChoice1;
_root.butTx3 = _root.ansChoice2;
}
if (_root.ranButTx == 8) {
_root.butTx1 = _root.ansChoice3;
_root.butTx2 = _root.ansChoice2;
_root.butTx3 = _root.ansChoice4;
}
if (_root.ranButTx == 9) {
_root.butTx1 = _root.ansChoice3;
_root.butTx2 = _root.ansChoice4;
_root.butTx3 = _root.ansChoice5;
}
if (_root.ranButTx == 10) {
_root.butTx1 = _root.ansChoice4;
_root.butTx2 = _root.ansChoice1;
_root.butTx3 = _root.ansChoice2;
}
if (_root.ranButTx == 11) {
_root.butTx1 = _root.ansChoice4;
_root.butTx2 = _root.ansChoice2;
_root.butTx3 = _root.ansChoice3;
}
if (_root.ranButTx == 12) {
_root.butTx1 = _root.ansChoice4;
_root.butTx2 = _root.ansChoice3;
_root.butTx3 = _root.ansChoice5;
}
if (_root.ranButTx == 13) {
_root.butTx1 = _root.ansChoice5;
_root.butTx2 = _root.ansChoice1;
_root.butTx3 = _root.ansChoice2;
}
if (_root.ranButTx == 14) {
_root.butTx1 = _root.ansChoice5;
_root.butTx2 = _root.ansChoice2;
_root.butTx3 = _root.ansChoice3;
}
if (_root.ranButTx == 15) {
_root.butTx1 = _root.ansChoice5;
_root.butTx2 = _root.ansChoice3;
_root.butTx3 = _root.ansChoice4;
}
if (_root.ranButTx == 16) {
_root.butTx1 = _root.ansChoice1;
_root.butTx2 = _root.ansChoice5;
_root.butTx3 = _root.ansChoice3;
}
if (_root.ranButTx == 17) {
_root.butTx1 = _root.ansChoice2;
_root.butTx2 = _root.ansChoice5;
_root.butTx3 = _root.ansChoice3;
}
if (_root.ranButTx == 18) {
_root.butTx1 = _root.ansChoice3;
_root.butTx2 = _root.ansChoice5;
_root.butTx3 = _root.ansChoice4;
}
if (_root.ranButTx == 19) {
_root.butTx1 = _root.ansChoice4;
_root.butTx2 = _root.ansChoice5;
_root.butTx3 = _root.ansChoice1;
}
_root.butTx4 = "None of the above.";
if (((_root.butTx1 != _root.ans) && (_root.butTx2 != _root.ans)) && (_root.butTx3 != _root.ans)) {
_root.but4Val = _root.ans;
} else {
_root.but4Val = "";
}
Symbol 254 MovieClip Frame 16
this.stop();
_root.Qtx = "The newspapers shouted current events at me.";
_root.ans = "Personification";
_root.ansChoice1 = "Simile";
_root.ansChoice2 = "Alliteration";
_root.ansChoice3 = "Personification";
_root.ansChoice4 = "Onomatopoeia";
_root.ansChoice5 = "Metaphor";
_root.ranButTx = random(20);
if (_root.ranButTx == 0) {
_root.butTx1 = _root.ansChoice1;
_root.butTx2 = _root.ansChoice2;
_root.butTx3 = _root.ansChoice3;
}
if (_root.ranButTx == 1) {
_root.butTx1 = _root.ansChoice1;
_root.butTx2 = _root.ansChoice3;
_root.butTx3 = _root.ansChoice4;
}
if (_root.ranButTx == 3) {
_root.butTx1 = _root.ansChoice1;
_root.butTx2 = _root.ansChoice4;
_root.butTx3 = _root.ansChoice5;
}
if (_root.ranButTx == 4) {
_root.butTx1 = _root.ansChoice2;
_root.butTx2 = _root.ansChoice1;
_root.butTx3 = _root.ansChoice3;
}
if (_root.ranButTx == 5) {
_root.butTx1 = _root.ansChoice2;
_root.butTx2 = _root.ansChoice3;
_root.butTx3 = _root.ansChoice4;
}
if (_root.ranButTx == 6) {
_root.butTx1 = _root.ansChoice2;
_root.butTx2 = _root.ansChoice4;
_root.butTx3 = _root.ansChoice5;
}
if (_root.ranButTx == 7) {
_root.butTx1 = _root.ansChoice3;
_root.butTx2 = _root.ansChoice1;
_root.butTx3 = _root.ansChoice2;
}
if (_root.ranButTx == 8) {
_root.butTx1 = _root.ansChoice3;
_root.butTx2 = _root.ansChoice2;
_root.butTx3 = _root.ansChoice4;
}
if (_root.ranButTx == 9) {
_root.butTx1 = _root.ansChoice3;
_root.butTx2 = _root.ansChoice4;
_root.butTx3 = _root.ansChoice5;
}
if (_root.ranButTx == 10) {
_root.butTx1 = _root.ansChoice4;
_root.butTx2 = _root.ansChoice1;
_root.butTx3 = _root.ansChoice2;
}
if (_root.ranButTx == 11) {
_root.butTx1 = _root.ansChoice4;
_root.butTx2 = _root.ansChoice2;
_root.butTx3 = _root.ansChoice3;
}
if (_root.ranButTx == 12) {
_root.butTx1 = _root.ansChoice4;
_root.butTx2 = _root.ansChoice3;
_root.butTx3 = _root.ansChoice5;
}
if (_root.ranButTx == 13) {
_root.butTx1 = _root.ansChoice5;
_root.butTx2 = _root.ansChoice1;
_root.butTx3 = _root.ansChoice2;
}
if (_root.ranButTx == 14) {
_root.butTx1 = _root.ansChoice5;
_root.butTx2 = _root.ansChoice2;
_root.butTx3 = _root.ansChoice3;
}
if (_root.ranButTx == 15) {
_root.butTx1 = _root.ansChoice5;
_root.butTx2 = _root.ansChoice3;
_root.butTx3 = _root.ansChoice4;
}
if (_root.ranButTx == 16) {
_root.butTx1 = _root.ansChoice1;
_root.butTx2 = _root.ansChoice5;
_root.butTx3 = _root.ansChoice3;
}
if (_root.ranButTx == 17) {
_root.butTx1 = _root.ansChoice2;
_root.butTx2 = _root.ansChoice5;
_root.butTx3 = _root.ansChoice3;
}
if (_root.ranButTx == 18) {
_root.butTx1 = _root.ansChoice3;
_root.butTx2 = _root.ansChoice5;
_root.butTx3 = _root.ansChoice4;
}
if (_root.ranButTx == 19) {
_root.butTx1 = _root.ansChoice4;
_root.butTx2 = _root.ansChoice5;
_root.butTx3 = _root.ansChoice1;
}
_root.butTx4 = "None of the above.";
if (((_root.butTx1 != _root.ans) && (_root.butTx2 != _root.ans)) && (_root.butTx3 != _root.ans)) {
_root.but4Val = _root.ans;
} else {
_root.but4Val = "";
}
Symbol 254 MovieClip Frame 17
this.stop();
_root.Qtx = "The winter sky hurled sleet and snow at our windows.";
_root.ans = "Personification";
_root.ansChoice1 = "Simile";
_root.ansChoice2 = "Alliteration";
_root.ansChoice3 = "Personification";
_root.ansChoice4 = "Onomatopoeia";
_root.ansChoice5 = "Metaphor";
_root.ranButTx = random(20);
if (_root.ranButTx == 0) {
_root.butTx1 = _root.ansChoice1;
_root.butTx2 = _root.ansChoice2;
_root.butTx3 = _root.ansChoice3;
}
if (_root.ranButTx == 1) {
_root.butTx1 = _root.ansChoice1;
_root.butTx2 = _root.ansChoice3;
_root.butTx3 = _root.ansChoice4;
}
if (_root.ranButTx == 3) {
_root.butTx1 = _root.ansChoice1;
_root.butTx2 = _root.ansChoice4;
_root.butTx3 = _root.ansChoice5;
}
if (_root.ranButTx == 4) {
_root.butTx1 = _root.ansChoice2;
_root.butTx2 = _root.ansChoice1;
_root.butTx3 = _root.ansChoice3;
}
if (_root.ranButTx == 5) {
_root.butTx1 = _root.ansChoice2;
_root.butTx2 = _root.ansChoice3;
_root.butTx3 = _root.ansChoice4;
}
if (_root.ranButTx == 6) {
_root.butTx1 = _root.ansChoice2;
_root.butTx2 = _root.ansChoice4;
_root.butTx3 = _root.ansChoice5;
}
if (_root.ranButTx == 7) {
_root.butTx1 = _root.ansChoice3;
_root.butTx2 = _root.ansChoice1;
_root.butTx3 = _root.ansChoice2;
}
if (_root.ranButTx == 8) {
_root.butTx1 = _root.ansChoice3;
_root.butTx2 = _root.ansChoice2;
_root.butTx3 = _root.ansChoice4;
}
if (_root.ranButTx == 9) {
_root.butTx1 = _root.ansChoice3;
_root.butTx2 = _root.ansChoice4;
_root.butTx3 = _root.ansChoice5;
}
if (_root.ranButTx == 10) {
_root.butTx1 = _root.ansChoice4;
_root.butTx2 = _root.ansChoice1;
_root.butTx3 = _root.ansChoice2;
}
if (_root.ranButTx == 11) {
_root.butTx1 = _root.ansChoice4;
_root.butTx2 = _root.ansChoice2;
_root.butTx3 = _root.ansChoice3;
}
if (_root.ranButTx == 12) {
_root.butTx1 = _root.ansChoice4;
_root.butTx2 = _root.ansChoice3;
_root.butTx3 = _root.ansChoice5;
}
if (_root.ranButTx == 13) {
_root.butTx1 = _root.ansChoice5;
_root.butTx2 = _root.ansChoice1;
_root.butTx3 = _root.ansChoice2;
}
if (_root.ranButTx == 14) {
_root.butTx1 = _root.ansChoice5;
_root.butTx2 = _root.ansChoice2;
_root.butTx3 = _root.ansChoice3;
}
if (_root.ranButTx == 15) {
_root.butTx1 = _root.ansChoice5;
_root.butTx2 = _root.ansChoice3;
_root.butTx3 = _root.ansChoice4;
}
if (_root.ranButTx == 16) {
_root.butTx1 = _root.ansChoice1;
_root.butTx2 = _root.ansChoice5;
_root.butTx3 = _root.ansChoice3;
}
if (_root.ranButTx == 17) {
_root.butTx1 = _root.ansChoice2;
_root.butTx2 = _root.ansChoice5;
_root.butTx3 = _root.ansChoice3;
}
if (_root.ranButTx == 18) {
_root.butTx1 = _root.ansChoice3;
_root.butTx2 = _root.ansChoice5;
_root.butTx3 = _root.ansChoice4;
}
if (_root.ranButTx == 19) {
_root.butTx1 = _root.ansChoice4;
_root.butTx2 = _root.ansChoice5;
_root.butTx3 = _root.ansChoice1;
}
_root.butTx4 = "None of the above.";
if (((_root.butTx1 != _root.ans) && (_root.butTx2 != _root.ans)) && (_root.butTx3 != _root.ans)) {
_root.but4Val = _root.ans;
} else {
_root.but4Val = "";
}
Symbol 254 MovieClip Frame 18
this.stop();
_root.Qtx = "Summer breathed hot air on the land, drying up wells and scorching crops.";
_root.ans = "Personification";
_root.ansChoice1 = "Simile";
_root.ansChoice2 = "Alliteration";
_root.ansChoice3 = "Personification";
_root.ansChoice4 = "Onomatopoeia";
_root.ansChoice5 = "Metaphor";
_root.ranButTx = random(20);
if (_root.ranButTx == 0) {
_root.butTx1 = _root.ansChoice1;
_root.butTx2 = _root.ansChoice2;
_root.butTx3 = _root.ansChoice3;
}
if (_root.ranButTx == 1) {
_root.butTx1 = _root.ansChoice1;
_root.butTx2 = _root.ansChoice3;
_root.butTx3 = _root.ansChoice4;
}
if (_root.ranButTx == 3) {
_root.butTx1 = _root.ansChoice1;
_root.butTx2 = _root.ansChoice4;
_root.butTx3 = _root.ansChoice5;
}
if (_root.ranButTx == 4) {
_root.butTx1 = _root.ansChoice2;
_root.butTx2 = _root.ansChoice1;
_root.butTx3 = _root.ansChoice3;
}
if (_root.ranButTx == 5) {
_root.butTx1 = _root.ansChoice2;
_root.butTx2 = _root.ansChoice3;
_root.butTx3 = _root.ansChoice4;
}
if (_root.ranButTx == 6) {
_root.butTx1 = _root.ansChoice2;
_root.butTx2 = _root.ansChoice4;
_root.butTx3 = _root.ansChoice5;
}
if (_root.ranButTx == 7) {
_root.butTx1 = _root.ansChoice3;
_root.butTx2 = _root.ansChoice1;
_root.butTx3 = _root.ansChoice2;
}
if (_root.ranButTx == 8) {
_root.butTx1 = _root.ansChoice3;
_root.butTx2 = _root.ansChoice2;
_root.butTx3 = _root.ansChoice4;
}
if (_root.ranButTx == 9) {
_root.butTx1 = _root.ansChoice3;
_root.butTx2 = _root.ansChoice4;
_root.butTx3 = _root.ansChoice5;
}
if (_root.ranButTx == 10) {
_root.butTx1 = _root.ansChoice4;
_root.butTx2 = _root.ansChoice1;
_root.butTx3 = _root.ansChoice2;
}
if (_root.ranButTx == 11) {
_root.butTx1 = _root.ansChoice4;
_root.butTx2 = _root.ansChoice2;
_root.butTx3 = _root.ansChoice3;
}
if (_root.ranButTx == 12) {
_root.butTx1 = _root.ansChoice4;
_root.butTx2 = _root.ansChoice3;
_root.butTx3 = _root.ansChoice5;
}
if (_root.ranButTx == 13) {
_root.butTx1 = _root.ansChoice5;
_root.butTx2 = _root.ansChoice1;
_root.butTx3 = _root.ansChoice2;
}
if (_root.ranButTx == 14) {
_root.butTx1 = _root.ansChoice5;
_root.butTx2 = _root.ansChoice2;
_root.butTx3 = _root.ansChoice3;
}
if (_root.ranButTx == 15) {
_root.butTx1 = _root.ansChoice5;
_root.butTx2 = _root.ansChoice3;
_root.butTx3 = _root.ansChoice4;
}
if (_root.ranButTx == 16) {
_root.butTx1 = _root.ansChoice1;
_root.butTx2 = _root.ansChoice5;
_root.butTx3 = _root.ansChoice3;
}
if (_root.ranButTx == 17) {
_root.butTx1 = _root.ansChoice2;
_root.butTx2 = _root.ansChoice5;
_root.butTx3 = _root.ansChoice3;
}
if (_root.ranButTx == 18) {
_root.butTx1 = _root.ansChoice3;
_root.butTx2 = _root.ansChoice5;
_root.butTx3 = _root.ansChoice4;
}
if (_root.ranButTx == 19) {
_root.butTx1 = _root.ansChoice4;
_root.butTx2 = _root.ansChoice5;
_root.butTx3 = _root.ansChoice1;
}
_root.butTx4 = "None of the above.";
if (((_root.butTx1 != _root.ans) && (_root.butTx2 != _root.ans)) && (_root.butTx3 != _root.ans)) {
_root.but4Val = _root.ans;
} else {
_root.but4Val = "";
}
Symbol 254 MovieClip Frame 19
this.stop();
_root.Qtx = "The prairie grass whispered in the wind.";
_root.ans = "Personification";
_root.ansChoice1 = "Simile";
_root.ansChoice2 = "Alliteration";
_root.ansChoice3 = "Personification";
_root.ansChoice4 = "Onomatopoeia";
_root.ansChoice5 = "Metaphor";
_root.ranButTx = random(20);
if (_root.ranButTx == 0) {
_root.butTx1 = _root.ansChoice1;
_root.butTx2 = _root.ansChoice2;
_root.butTx3 = _root.ansChoice3;
}
if (_root.ranButTx == 1) {
_root.butTx1 = _root.ansChoice1;
_root.butTx2 = _root.ansChoice3;
_root.butTx3 = _root.ansChoice4;
}
if (_root.ranButTx == 3) {
_root.butTx1 = _root.ansChoice1;
_root.butTx2 = _root.ansChoice4;
_root.butTx3 = _root.ansChoice5;
}
if (_root.ranButTx == 4) {
_root.butTx1 = _root.ansChoice2;
_root.butTx2 = _root.ansChoice1;
_root.butTx3 = _root.ansChoice3;
}
if (_root.ranButTx == 5) {
_root.butTx1 = _root.ansChoice2;
_root.butTx2 = _root.ansChoice3;
_root.butTx3 = _root.ansChoice4;
}
if (_root.ranButTx == 6) {
_root.butTx1 = _root.ansChoice2;
_root.butTx2 = _root.ansChoice4;
_root.butTx3 = _root.ansChoice5;
}
if (_root.ranButTx == 7) {
_root.butTx1 = _root.ansChoice3;
_root.butTx2 = _root.ansChoice1;
_root.butTx3 = _root.ansChoice2;
}
if (_root.ranButTx == 8) {
_root.butTx1 = _root.ansChoice3;
_root.butTx2 = _root.ansChoice2;
_root.butTx3 = _root.ansChoice4;
}
if (_root.ranButTx == 9) {
_root.butTx1 = _root.ansChoice3;
_root.butTx2 = _root.ansChoice4;
_root.butTx3 = _root.ansChoice5;
}
if (_root.ranButTx == 10) {
_root.butTx1 = _root.ansChoice4;
_root.butTx2 = _root.ansChoice1;
_root.butTx3 = _root.ansChoice2;
}
if (_root.ranButTx == 11) {
_root.butTx1 = _root.ansChoice4;
_root.butTx2 = _root.ansChoice2;
_root.butTx3 = _root.ansChoice3;
}
if (_root.ranButTx == 12) {
_root.butTx1 = _root.ansChoice4;
_root.butTx2 = _root.ansChoice3;
_root.butTx3 = _root.ansChoice5;
}
if (_root.ranButTx == 13) {
_root.butTx1 = _root.ansChoice5;
_root.butTx2 = _root.ansChoice1;
_root.butTx3 = _root.ansChoice2;
}
if (_root.ranButTx == 14) {
_root.butTx1 = _root.ansChoice5;
_root.butTx2 = _root.ansChoice2;
_root.butTx3 = _root.ansChoice3;
}
if (_root.ranButTx == 15) {
_root.butTx1 = _root.ansChoice5;
_root.butTx2 = _root.ansChoice3;
_root.butTx3 = _root.ansChoice4;
}
if (_root.ranButTx == 16) {
_root.butTx1 = _root.ansChoice1;
_root.butTx2 = _root.ansChoice5;
_root.butTx3 = _root.ansChoice3;
}
if (_root.ranButTx == 17) {
_root.butTx1 = _root.ansChoice2;
_root.butTx2 = _root.ansChoice5;
_root.butTx3 = _root.ansChoice3;
}
if (_root.ranButTx == 18) {
_root.butTx1 = _root.ansChoice3;
_root.butTx2 = _root.ansChoice5;
_root.butTx3 = _root.ansChoice4;
}
if (_root.ranButTx == 19) {
_root.butTx1 = _root.ansChoice4;
_root.butTx2 = _root.ansChoice5;
_root.butTx3 = _root.ansChoice1;
}
_root.butTx4 = "None of the above.";
if (((_root.butTx1 != _root.ans) && (_root.butTx2 != _root.ans)) && (_root.butTx3 != _root.ans)) {
_root.but4Val = _root.ans;
} else {
_root.but4Val = "";
}
Symbol 254 MovieClip Frame 20
this.stop();
_root.Qtx = "The Ping! on the computer screen alerted the crew that another ship was near.";
_root.ans = "Onomatopoeia";
_root.ansChoice1 = "Simile";
_root.ansChoice2 = "Alliteration";
_root.ansChoice3 = "Personification";
_root.ansChoice4 = "Onomatopoeia";
_root.ansChoice5 = "Metaphor";
_root.ranButTx = random(20);
if (_root.ranButTx == 0) {
_root.butTx1 = _root.ansChoice1;
_root.butTx2 = _root.ansChoice2;
_root.butTx3 = _root.ansChoice3;
}
if (_root.ranButTx == 1) {
_root.butTx1 = _root.ansChoice1;
_root.butTx2 = _root.ansChoice3;
_root.butTx3 = _root.ansChoice4;
}
if (_root.ranButTx == 3) {
_root.butTx1 = _root.ansChoice1;
_root.butTx2 = _root.ansChoice4;
_root.butTx3 = _root.ansChoice5;
}
if (_root.ranButTx == 4) {
_root.butTx1 = _root.ansChoice2;
_root.butTx2 = _root.ansChoice1;
_root.butTx3 = _root.ansChoice3;
}
if (_root.ranButTx == 5) {
_root.butTx1 = _root.ansChoice2;
_root.butTx2 = _root.ansChoice3;
_root.butTx3 = _root.ansChoice4;
}
if (_root.ranButTx == 6) {
_root.butTx1 = _root.ansChoice2;
_root.butTx2 = _root.ansChoice4;
_root.butTx3 = _root.ansChoice5;
}
if (_root.ranButTx == 7) {
_root.butTx1 = _root.ansChoice3;
_root.butTx2 = _root.ansChoice1;
_root.butTx3 = _root.ansChoice2;
}
if (_root.ranButTx == 8) {
_root.butTx1 = _root.ansChoice3;
_root.butTx2 = _root.ansChoice2;
_root.butTx3 = _root.ansChoice4;
}
if (_root.ranButTx == 9) {
_root.butTx1 = _root.ansChoice3;
_root.butTx2 = _root.ansChoice4;
_root.butTx3 = _root.ansChoice5;
}
if (_root.ranButTx == 10) {
_root.butTx1 = _root.ansChoice4;
_root.butTx2 = _root.ansChoice1;
_root.butTx3 = _root.ansChoice2;
}
if (_root.ranButTx == 11) {
_root.butTx1 = _root.ansChoice4;
_root.butTx2 = _root.ansChoice2;
_root.butTx3 = _root.ansChoice3;
}
if (_root.ranButTx == 12) {
_root.butTx1 = _root.ansChoice4;
_root.butTx2 = _root.ansChoice3;
_root.butTx3 = _root.ansChoice5;
}
if (_root.ranButTx == 13) {
_root.butTx1 = _root.ansChoice5;
_root.butTx2 = _root.ansChoice1;
_root.butTx3 = _root.ansChoice2;
}
if (_root.ranButTx == 14) {
_root.butTx1 = _root.ansChoice5;
_root.butTx2 = _root.ansChoice2;
_root.butTx3 = _root.ansChoice3;
}
if (_root.ranButTx == 15) {
_root.butTx1 = _root.ansChoice5;
_root.butTx2 = _root.ansChoice3;
_root.butTx3 = _root.ansChoice4;
}
if (_root.ranButTx == 16) {
_root.butTx1 = _root.ansChoice1;
_root.butTx2 = _root.ansChoice5;
_root.butTx3 = _root.ansChoice3;
}
if (_root.ranButTx == 17) {
_root.butTx1 = _root.ansChoice2;
_root.butTx2 = _root.ansChoice5;
_root.butTx3 = _root.ansChoice3;
}
if (_root.ranButTx == 18) {
_root.butTx1 = _root.ansChoice3;
_root.butTx2 = _root.ansChoice5;
_root.butTx3 = _root.ansChoice4;
}
if (_root.ranButTx == 19) {
_root.butTx1 = _root.ansChoice4;
_root.butTx2 = _root.ansChoice5;
_root.butTx3 = _root.ansChoice1;
}
_root.butTx4 = "None of the above.";
if (((_root.butTx1 != _root.ans) && (_root.butTx2 != _root.ans)) && (_root.butTx3 != _root.ans)) {
_root.but4Val = _root.ans;
} else {
_root.but4Val = "";
}
Symbol 254 MovieClip Frame 21
this.stop();
_root.Qtx = "Bang! The car door slammed shut.";
_root.ans = "Onomatopoeia";
_root.ansChoice1 = "Simile";
_root.ansChoice2 = "Alliteration";
_root.ansChoice3 = "Personification";
_root.ansChoice4 = "Onomatopoeia";
_root.ansChoice5 = "Metaphor";
_root.ranButTx = random(20);
if (_root.ranButTx == 0) {
_root.butTx1 = _root.ansChoice1;
_root.butTx2 = _root.ansChoice2;
_root.butTx3 = _root.ansChoice3;
}
if (_root.ranButTx == 1) {
_root.butTx1 = _root.ansChoice1;
_root.butTx2 = _root.ansChoice3;
_root.butTx3 = _root.ansChoice4;
}
if (_root.ranButTx == 3) {
_root.butTx1 = _root.ansChoice1;
_root.butTx2 = _root.ansChoice4;
_root.butTx3 = _root.ansChoice5;
}
if (_root.ranButTx == 4) {
_root.butTx1 = _root.ansChoice2;
_root.butTx2 = _root.ansChoice1;
_root.butTx3 = _root.ansChoice3;
}
if (_root.ranButTx == 5) {
_root.butTx1 = _root.ansChoice2;
_root.butTx2 = _root.ansChoice3;
_root.butTx3 = _root.ansChoice4;
}
if (_root.ranButTx == 6) {
_root.butTx1 = _root.ansChoice2;
_root.butTx2 = _root.ansChoice4;
_root.butTx3 = _root.ansChoice5;
}
if (_root.ranButTx == 7) {
_root.butTx1 = _root.ansChoice3;
_root.butTx2 = _root.ansChoice1;
_root.butTx3 = _root.ansChoice2;
}
if (_root.ranButTx == 8) {
_root.butTx1 = _root.ansChoice3;
_root.butTx2 = _root.ansChoice2;
_root.butTx3 = _root.ansChoice4;
}
if (_root.ranButTx == 9) {
_root.butTx1 = _root.ansChoice3;
_root.butTx2 = _root.ansChoice4;
_root.butTx3 = _root.ansChoice5;
}
if (_root.ranButTx == 10) {
_root.butTx1 = _root.ansChoice4;
_root.butTx2 = _root.ansChoice1;
_root.butTx3 = _root.ansChoice2;
}
if (_root.ranButTx == 11) {
_root.butTx1 = _root.ansChoice4;
_root.butTx2 = _root.ansChoice2;
_root.butTx3 = _root.ansChoice3;
}
if (_root.ranButTx == 12) {
_root.butTx1 = _root.ansChoice4;
_root.butTx2 = _root.ansChoice3;
_root.butTx3 = _root.ansChoice5;
}
if (_root.ranButTx == 13) {
_root.butTx1 = _root.ansChoice5;
_root.butTx2 = _root.ansChoice1;
_root.butTx3 = _root.ansChoice2;
}
if (_root.ranButTx == 14) {
_root.butTx1 = _root.ansChoice5;
_root.butTx2 = _root.ansChoice2;
_root.butTx3 = _root.ansChoice3;
}
if (_root.ranButTx == 15) {
_root.butTx1 = _root.ansChoice5;
_root.butTx2 = _root.ansChoice3;
_root.butTx3 = _root.ansChoice4;
}
if (_root.ranButTx == 16) {
_root.butTx1 = _root.ansChoice1;
_root.butTx2 = _root.ansChoice5;
_root.butTx3 = _root.ansChoice3;
}
if (_root.ranButTx == 17) {
_root.butTx1 = _root.ansChoice2;
_root.butTx2 = _root.ansChoice5;
_root.butTx3 = _root.ansChoice3;
}
if (_root.ranButTx == 18) {
_root.butTx1 = _root.ansChoice3;
_root.butTx2 = _root.ansChoice5;
_root.butTx3 = _root.ansChoice4;
}
if (_root.ranButTx == 19) {
_root.butTx1 = _root.ansChoice4;
_root.butTx2 = _root.ansChoice5;
_root.butTx3 = _root.ansChoice1;
}
_root.butTx4 = "None of the above.";
if (((_root.butTx1 != _root.ans) && (_root.butTx2 != _root.ans)) && (_root.butTx3 != _root.ans)) {
_root.but4Val = _root.ans;
} else {
_root.but4Val = "";
}
Symbol 254 MovieClip Frame 22
this.stop();
_root.Qtx = "The snake hissed at the boy.";
_root.ans = "Onomatopoeia";
_root.ansChoice1 = "Simile";
_root.ansChoice2 = "Alliteration";
_root.ansChoice3 = "Personification";
_root.ansChoice4 = "Onomatopoeia";
_root.ansChoice5 = "Metaphor";
_root.ranButTx = random(20);
if (_root.ranButTx == 0) {
_root.butTx1 = _root.ansChoice1;
_root.butTx2 = _root.ansChoice2;
_root.butTx3 = _root.ansChoice3;
}
if (_root.ranButTx == 1) {
_root.butTx1 = _root.ansChoice1;
_root.butTx2 = _root.ansChoice3;
_root.butTx3 = _root.ansChoice4;
}
if (_root.ranButTx == 3) {
_root.butTx1 = _root.ansChoice1;
_root.butTx2 = _root.ansChoice4;
_root.butTx3 = _root.ansChoice5;
}
if (_root.ranButTx == 4) {
_root.butTx1 = _root.ansChoice2;
_root.butTx2 = _root.ansChoice1;
_root.butTx3 = _root.ansChoice3;
}
if (_root.ranButTx == 5) {
_root.butTx1 = _root.ansChoice2;
_root.butTx2 = _root.ansChoice3;
_root.butTx3 = _root.ansChoice4;
}
if (_root.ranButTx == 6) {
_root.butTx1 = _root.ansChoice2;
_root.butTx2 = _root.ansChoice4;
_root.butTx3 = _root.ansChoice5;
}
if (_root.ranButTx == 7) {
_root.butTx1 = _root.ansChoice3;
_root.butTx2 = _root.ansChoice1;
_root.butTx3 = _root.ansChoice2;
}
if (_root.ranButTx == 8) {
_root.butTx1 = _root.ansChoice3;
_root.butTx2 = _root.ansChoice2;
_root.butTx3 = _root.ansChoice4;
}
if (_root.ranButTx == 9) {
_root.butTx1 = _root.ansChoice3;
_root.butTx2 = _root.ansChoice4;
_root.butTx3 = _root.ansChoice5;
}
if (_root.ranButTx == 10) {
_root.butTx1 = _root.ansChoice4;
_root.butTx2 = _root.ansChoice1;
_root.butTx3 = _root.ansChoice2;
}
if (_root.ranButTx == 11) {
_root.butTx1 = _root.ansChoice4;
_root.butTx2 = _root.ansChoice2;
_root.butTx3 = _root.ansChoice3;
}
if (_root.ranButTx == 12) {
_root.butTx1 = _root.ansChoice4;
_root.butTx2 = _root.ansChoice3;
_root.butTx3 = _root.ansChoice5;
}
if (_root.ranButTx == 13) {
_root.butTx1 = _root.ansChoice5;
_root.butTx2 = _root.ansChoice1;
_root.butTx3 = _root.ansChoice2;
}
if (_root.ranButTx == 14) {
_root.butTx1 = _root.ansChoice5;
_root.butTx2 = _root.ansChoice2;
_root.butTx3 = _root.ansChoice3;
}
if (_root.ranButTx == 15) {
_root.butTx1 = _root.ansChoice5;
_root.butTx2 = _root.ansChoice3;
_root.butTx3 = _root.ansChoice4;
}
if (_root.ranButTx == 16) {
_root.butTx1 = _root.ansChoice1;
_root.butTx2 = _root.ansChoice5;
_root.butTx3 = _root.ansChoice3;
}
if (_root.ranButTx == 17) {
_root.butTx1 = _root.ansChoice2;
_root.butTx2 = _root.ansChoice5;
_root.butTx3 = _root.ansChoice3;
}
if (_root.ranButTx == 18) {
_root.butTx1 = _root.ansChoice3;
_root.butTx2 = _root.ansChoice5;
_root.butTx3 = _root.ansChoice4;
}
if (_root.ranButTx == 19) {
_root.butTx1 = _root.ansChoice4;
_root.butTx2 = _root.ansChoice5;
_root.butTx3 = _root.ansChoice1;
}
_root.butTx4 = "None of the above.";
if (((_root.butTx1 != _root.ans) && (_root.butTx2 != _root.ans)) && (_root.butTx3 != _root.ans)) {
_root.but4Val = _root.ans;
} else {
_root.but4Val = "";
}
Symbol 254 MovieClip Frame 23
this.stop();
_root.Qtx = "The dog growled and howled at visitors.";
_root.ans = "Onomatopoeia";
_root.ansChoice1 = "Simile";
_root.ansChoice2 = "Alliteration";
_root.ansChoice3 = "Personification";
_root.ansChoice4 = "Onomatopoeia";
_root.ansChoice5 = "Metaphor";
_root.ranButTx = random(20);
if (_root.ranButTx == 0) {
_root.butTx1 = _root.ansChoice1;
_root.butTx2 = _root.ansChoice2;
_root.butTx3 = _root.ansChoice3;
}
if (_root.ranButTx == 1) {
_root.butTx1 = _root.ansChoice1;
_root.butTx2 = _root.ansChoice3;
_root.butTx3 = _root.ansChoice4;
}
if (_root.ranButTx == 3) {
_root.butTx1 = _root.ansChoice1;
_root.butTx2 = _root.ansChoice4;
_root.butTx3 = _root.ansChoice5;
}
if (_root.ranButTx == 4) {
_root.butTx1 = _root.ansChoice2;
_root.butTx2 = _root.ansChoice1;
_root.butTx3 = _root.ansChoice3;
}
if (_root.ranButTx == 5) {
_root.butTx1 = _root.ansChoice2;
_root.butTx2 = _root.ansChoice3;
_root.butTx3 = _root.ansChoice4;
}
if (_root.ranButTx == 6) {
_root.butTx1 = _root.ansChoice2;
_root.butTx2 = _root.ansChoice4;
_root.butTx3 = _root.ansChoice5;
}
if (_root.ranButTx == 7) {
_root.butTx1 = _root.ansChoice3;
_root.butTx2 = _root.ansChoice1;
_root.butTx3 = _root.ansChoice2;
}
if (_root.ranButTx == 8) {
_root.butTx1 = _root.ansChoice3;
_root.butTx2 = _root.ansChoice2;
_root.butTx3 = _root.ansChoice4;
}
if (_root.ranButTx == 9) {
_root.butTx1 = _root.ansChoice3;
_root.butTx2 = _root.ansChoice4;
_root.butTx3 = _root.ansChoice5;
}
if (_root.ranButTx == 10) {
_root.butTx1 = _root.ansChoice4;
_root.butTx2 = _root.ansChoice1;
_root.butTx3 = _root.ansChoice2;
}
if (_root.ranButTx == 11) {
_root.butTx1 = _root.ansChoice4;
_root.butTx2 = _root.ansChoice2;
_root.butTx3 = _root.ansChoice3;
}
if (_root.ranButTx == 12) {
_root.butTx1 = _root.ansChoice4;
_root.butTx2 = _root.ansChoice3;
_root.butTx3 = _root.ansChoice5;
}
if (_root.ranButTx == 13) {
_root.butTx1 = _root.ansChoice5;
_root.butTx2 = _root.ansChoice1;
_root.butTx3 = _root.ansChoice2;
}
if (_root.ranButTx == 14) {
_root.butTx1 = _root.ansChoice5;
_root.butTx2 = _root.ansChoice2;
_root.butTx3 = _root.ansChoice3;
}
if (_root.ranButTx == 15) {
_root.butTx1 = _root.ansChoice5;
_root.butTx2 = _root.ansChoice3;
_root.butTx3 = _root.ansChoice4;
}
if (_root.ranButTx == 16) {
_root.butTx1 = _root.ansChoice1;
_root.butTx2 = _root.ansChoice5;
_root.butTx3 = _root.ansChoice3;
}
if (_root.ranButTx == 17) {
_root.butTx1 = _root.ansChoice2;
_root.butTx2 = _root.ansChoice5;
_root.butTx3 = _root.ansChoice3;
}
if (_root.ranButTx == 18) {
_root.butTx1 = _root.ansChoice3;
_root.butTx2 = _root.ansChoice5;
_root.butTx3 = _root.ansChoice4;
}
if (_root.ranButTx == 19) {
_root.butTx1 = _root.ansChoice4;
_root.butTx2 = _root.ansChoice5;
_root.butTx3 = _root.ansChoice1;
}
_root.butTx4 = "None of the above.";
if (((_root.butTx1 != _root.ans) && (_root.butTx2 != _root.ans)) && (_root.butTx3 != _root.ans)) {
_root.but4Val = _root.ans;
} else {
_root.but4Val = "";
}
Symbol 254 MovieClip Frame 24
this.stop();
_root.Qtx = "Lightning cracked across the sky and thunder boomed.";
_root.ans = "Onomatopoeia";
_root.ansChoice1 = "Simile";
_root.ansChoice2 = "Alliteration";
_root.ansChoice3 = "Personification";
_root.ansChoice4 = "Onomatopoeia";
_root.ansChoice5 = "Metaphor";
_root.ranButTx = random(20);
if (_root.ranButTx == 0) {
_root.butTx1 = _root.ansChoice1;
_root.butTx2 = _root.ansChoice2;
_root.butTx3 = _root.ansChoice3;
}
if (_root.ranButTx == 1) {
_root.butTx1 = _root.ansChoice1;
_root.butTx2 = _root.ansChoice3;
_root.butTx3 = _root.ansChoice4;
}
if (_root.ranButTx == 3) {
_root.butTx1 = _root.ansChoice1;
_root.butTx2 = _root.ansChoice4;
_root.butTx3 = _root.ansChoice5;
}
if (_root.ranButTx == 4) {
_root.butTx1 = _root.ansChoice2;
_root.butTx2 = _root.ansChoice1;
_root.butTx3 = _root.ansChoice3;
}
if (_root.ranButTx == 5) {
_root.butTx1 = _root.ansChoice2;
_root.butTx2 = _root.ansChoice3;
_root.butTx3 = _root.ansChoice4;
}
if (_root.ranButTx == 6) {
_root.butTx1 = _root.ansChoice2;
_root.butTx2 = _root.ansChoice4;
_root.butTx3 = _root.ansChoice5;
}
if (_root.ranButTx == 7) {
_root.butTx1 = _root.ansChoice3;
_root.butTx2 = _root.ansChoice1;
_root.butTx3 = _root.ansChoice2;
}
if (_root.ranButTx == 8) {
_root.butTx1 = _root.ansChoice3;
_root.butTx2 = _root.ansChoice2;
_root.butTx3 = _root.ansChoice4;
}
if (_root.ranButTx == 9) {
_root.butTx1 = _root.ansChoice3;
_root.butTx2 = _root.ansChoice4;
_root.butTx3 = _root.ansChoice5;
}
if (_root.ranButTx == 10) {
_root.butTx1 = _root.ansChoice4;
_root.butTx2 = _root.ansChoice1;
_root.butTx3 = _root.ansChoice2;
}
if (_root.ranButTx == 11) {
_root.butTx1 = _root.ansChoice4;
_root.butTx2 = _root.ansChoice2;
_root.butTx3 = _root.ansChoice3;
}
if (_root.ranButTx == 12) {
_root.butTx1 = _root.ansChoice4;
_root.butTx2 = _root.ansChoice3;
_root.butTx3 = _root.ansChoice5;
}
if (_root.ranButTx == 13) {
_root.butTx1 = _root.ansChoice5;
_root.butTx2 = _root.ansChoice1;
_root.butTx3 = _root.ansChoice2;
}
if (_root.ranButTx == 14) {
_root.butTx1 = _root.ansChoice5;
_root.butTx2 = _root.ansChoice2;
_root.butTx3 = _root.ansChoice3;
}
if (_root.ranButTx == 15) {
_root.butTx1 = _root.ansChoice5;
_root.butTx2 = _root.ansChoice3;
_root.butTx3 = _root.ansChoice4;
}
if (_root.ranButTx == 16) {
_root.butTx1 = _root.ansChoice1;
_root.butTx2 = _root.ansChoice5;
_root.butTx3 = _root.ansChoice3;
}
if (_root.ranButTx == 17) {
_root.butTx1 = _root.ansChoice2;
_root.butTx2 = _root.ansChoice5;
_root.butTx3 = _root.ansChoice3;
}
if (_root.ranButTx == 18) {
_root.butTx1 = _root.ansChoice3;
_root.butTx2 = _root.ansChoice5;
_root.butTx3 = _root.ansChoice4;
}
if (_root.ranButTx == 19) {
_root.butTx1 = _root.ansChoice4;
_root.butTx2 = _root.ansChoice5;
_root.butTx3 = _root.ansChoice1;
}
_root.butTx4 = "None of the above.";
if (((_root.butTx1 != _root.ans) && (_root.butTx2 != _root.ans)) && (_root.butTx3 != _root.ans)) {
_root.but4Val = _root.ans;
} else {
_root.but4Val = "";
}
Symbol 254 MovieClip Frame 25
this.stop();
_root.Qtx = "The lion roared in his cage.";
_root.ans = "Onomatopoeia";
_root.ansChoice1 = "Simile";
_root.ansChoice2 = "Alliteration";
_root.ansChoice3 = "Personification";
_root.ansChoice4 = "Onomatopoeia";
_root.ansChoice5 = "Metaphor";
_root.ranButTx = random(20);
if (_root.ranButTx == 0) {
_root.butTx1 = _root.ansChoice1;
_root.butTx2 = _root.ansChoice2;
_root.butTx3 = _root.ansChoice3;
}
if (_root.ranButTx == 1) {
_root.butTx1 = _root.ansChoice1;
_root.butTx2 = _root.ansChoice3;
_root.butTx3 = _root.ansChoice4;
}
if (_root.ranButTx == 3) {
_root.butTx1 = _root.ansChoice1;
_root.butTx2 = _root.ansChoice4;
_root.butTx3 = _root.ansChoice5;
}
if (_root.ranButTx == 4) {
_root.butTx1 = _root.ansChoice2;
_root.butTx2 = _root.ansChoice1;
_root.butTx3 = _root.ansChoice3;
}
if (_root.ranButTx == 5) {
_root.butTx1 = _root.ansChoice2;
_root.butTx2 = _root.ansChoice3;
_root.butTx3 = _root.ansChoice4;
}
if (_root.ranButTx == 6) {
_root.butTx1 = _root.ansChoice2;
_root.butTx2 = _root.ansChoice4;
_root.butTx3 = _root.ansChoice5;
}
if (_root.ranButTx == 7) {
_root.butTx1 = _root.ansChoice3;
_root.butTx2 = _root.ansChoice1;
_root.butTx3 = _root.ansChoice2;
}
if (_root.ranButTx == 8) {
_root.butTx1 = _root.ansChoice3;
_root.butTx2 = _root.ansChoice2;
_root.butTx3 = _root.ansChoice4;
}
if (_root.ranButTx == 9) {
_root.butTx1 = _root.ansChoice3;
_root.butTx2 = _root.ansChoice4;
_root.butTx3 = _root.ansChoice5;
}
if (_root.ranButTx == 10) {
_root.butTx1 = _root.ansChoice4;
_root.butTx2 = _root.ansChoice1;
_root.butTx3 = _root.ansChoice2;
}
if (_root.ranButTx == 11) {
_root.butTx1 = _root.ansChoice4;
_root.butTx2 = _root.ansChoice2;
_root.butTx3 = _root.ansChoice3;
}
if (_root.ranButTx == 12) {
_root.butTx1 = _root.ansChoice4;
_root.butTx2 = _root.ansChoice3;
_root.butTx3 = _root.ansChoice5;
}
if (_root.ranButTx == 13) {
_root.butTx1 = _root.ansChoice5;
_root.butTx2 = _root.ansChoice1;
_root.butTx3 = _root.ansChoice2;
}
if (_root.ranButTx == 14) {
_root.butTx1 = _root.ansChoice5;
_root.butTx2 = _root.ansChoice2;
_root.butTx3 = _root.ansChoice3;
}
if (_root.ranButTx == 15) {
_root.butTx1 = _root.ansChoice5;
_root.butTx2 = _root.ansChoice3;
_root.butTx3 = _root.ansChoice4;
}
if (_root.ranButTx == 16) {
_root.butTx1 = _root.ansChoice1;
_root.butTx2 = _root.ansChoice5;
_root.butTx3 = _root.ansChoice3;
}
if (_root.ranButTx == 17) {
_root.butTx1 = _root.ansChoice2;
_root.butTx2 = _root.ansChoice5;
_root.butTx3 = _root.ansChoice3;
}
if (_root.ranButTx == 18) {
_root.butTx1 = _root.ansChoice3;
_root.butTx2 = _root.ansChoice5;
_root.butTx3 = _root.ansChoice4;
}
if (_root.ranButTx == 19) {
_root.butTx1 = _root.ansChoice4;
_root.butTx2 = _root.ansChoice5;
_root.butTx3 = _root.ansChoice1;
}
_root.butTx4 = "None of the above.";
if (((_root.butTx1 != _root.ans) && (_root.butTx2 != _root.ans)) && (_root.butTx3 != _root.ans)) {
_root.but4Val = _root.ans;
} else {
_root.but4Val = "";
}
Symbol 254 MovieClip Frame 26
this.stop();
_root.Qtx = "Our vacation was a horrible nightmare.";
_root.ans = "Metaphor";
_root.ansChoice1 = "Simile";
_root.ansChoice2 = "Alliteration";
_root.ansChoice3 = "Personification";
_root.ansChoice4 = "Onomatopoeia";
_root.ansChoice5 = "Metaphor";
_root.ranButTx = random(20);
if (_root.ranButTx == 0) {
_root.butTx1 = _root.ansChoice1;
_root.butTx2 = _root.ansChoice2;
_root.butTx3 = _root.ansChoice3;
}
if (_root.ranButTx == 1) {
_root.butTx1 = _root.ansChoice1;
_root.butTx2 = _root.ansChoice3;
_root.butTx3 = _root.ansChoice4;
}
if (_root.ranButTx == 3) {
_root.butTx1 = _root.ansChoice1;
_root.butTx2 = _root.ansChoice4;
_root.butTx3 = _root.ansChoice5;
}
if (_root.ranButTx == 4) {
_root.butTx1 = _root.ansChoice2;
_root.butTx2 = _root.ansChoice1;
_root.butTx3 = _root.ansChoice3;
}
if (_root.ranButTx == 5) {
_root.butTx1 = _root.ansChoice2;
_root.butTx2 = _root.ansChoice3;
_root.butTx3 = _root.ansChoice4;
}
if (_root.ranButTx == 6) {
_root.butTx1 = _root.ansChoice2;
_root.butTx2 = _root.ansChoice4;
_root.butTx3 = _root.ansChoice5;
}
if (_root.ranButTx == 7) {
_root.butTx1 = _root.ansChoice3;
_root.butTx2 = _root.ansChoice1;
_root.butTx3 = _root.ansChoice2;
}
if (_root.ranButTx == 8) {
_root.butTx1 = _root.ansChoice3;
_root.butTx2 = _root.ansChoice2;
_root.butTx3 = _root.ansChoice4;
}
if (_root.ranButTx == 9) {
_root.butTx1 = _root.ansChoice3;
_root.butTx2 = _root.ansChoice4;
_root.butTx3 = _root.ansChoice5;
}
if (_root.ranButTx == 10) {
_root.butTx1 = _root.ansChoice4;
_root.butTx2 = _root.ansChoice1;
_root.butTx3 = _root.ansChoice2;
}
if (_root.ranButTx == 11) {
_root.butTx1 = _root.ansChoice4;
_root.butTx2 = _root.ansChoice2;
_root.butTx3 = _root.ansChoice3;
}
if (_root.ranButTx == 12) {
_root.butTx1 = _root.ansChoice4;
_root.butTx2 = _root.ansChoice3;
_root.butTx3 = _root.ansChoice5;
}
if (_root.ranButTx == 13) {
_root.butTx1 = _root.ansChoice5;
_root.butTx2 = _root.ansChoice1;
_root.butTx3 = _root.ansChoice2;
}
if (_root.ranButTx == 14) {
_root.butTx1 = _root.ansChoice5;
_root.butTx2 = _root.ansChoice2;
_root.butTx3 = _root.ansChoice3;
}
if (_root.ranButTx == 15) {
_root.butTx1 = _root.ansChoice5;
_root.butTx2 = _root.ansChoice3;
_root.butTx3 = _root.ansChoice4;
}
if (_root.ranButTx == 16) {
_root.butTx1 = _root.ansChoice1;
_root.butTx2 = _root.ansChoice5;
_root.butTx3 = _root.ansChoice3;
}
if (_root.ranButTx == 17) {
_root.butTx1 = _root.ansChoice2;
_root.butTx2 = _root.ansChoice5;
_root.butTx3 = _root.ansChoice3;
}
if (_root.ranButTx == 18) {
_root.butTx1 = _root.ansChoice3;
_root.butTx2 = _root.ansChoice5;
_root.butTx3 = _root.ansChoice4;
}
if (_root.ranButTx == 19) {
_root.butTx1 = _root.ansChoice4;
_root.butTx2 = _root.ansChoice5;
_root.butTx3 = _root.ansChoice1;
}
_root.butTx4 = "None of the above.";
if (((_root.butTx1 != _root.ans) && (_root.butTx2 != _root.ans)) && (_root.butTx3 != _root.ans)) {
_root.but4Val = _root.ans;
} else {
_root.but4Val = "";
}
Symbol 254 MovieClip Frame 27
this.stop();
_root.Qtx = "In an argument, my grandma is a bulldog.";
_root.ans = "Metaphor";
_root.ansChoice1 = "Simile";
_root.ansChoice2 = "Alliteration";
_root.ansChoice3 = "Personification";
_root.ansChoice4 = "Onomatopoeia";
_root.ansChoice5 = "Metaphor";
_root.ranButTx = random(20);
if (_root.ranButTx == 0) {
_root.butTx1 = _root.ansChoice1;
_root.butTx2 = _root.ansChoice2;
_root.butTx3 = _root.ansChoice3;
}
if (_root.ranButTx == 1) {
_root.butTx1 = _root.ansChoice1;
_root.butTx2 = _root.ansChoice3;
_root.butTx3 = _root.ansChoice4;
}
if (_root.ranButTx == 3) {
_root.butTx1 = _root.ansChoice1;
_root.butTx2 = _root.ansChoice4;
_root.butTx3 = _root.ansChoice5;
}
if (_root.ranButTx == 4) {
_root.butTx1 = _root.ansChoice2;
_root.butTx2 = _root.ansChoice1;
_root.butTx3 = _root.ansChoice3;
}
if (_root.ranButTx == 5) {
_root.butTx1 = _root.ansChoice2;
_root.butTx2 = _root.ansChoice3;
_root.butTx3 = _root.ansChoice4;
}
if (_root.ranButTx == 6) {
_root.butTx1 = _root.ansChoice2;
_root.butTx2 = _root.ansChoice4;
_root.butTx3 = _root.ansChoice5;
}
if (_root.ranButTx == 7) {
_root.butTx1 = _root.ansChoice3;
_root.butTx2 = _root.ansChoice1;
_root.butTx3 = _root.ansChoice2;
}
if (_root.ranButTx == 8) {
_root.butTx1 = _root.ansChoice3;
_root.butTx2 = _root.ansChoice2;
_root.butTx3 = _root.ansChoice4;
}
if (_root.ranButTx == 9) {
_root.butTx1 = _root.ansChoice3;
_root.butTx2 = _root.ansChoice4;
_root.butTx3 = _root.ansChoice5;
}
if (_root.ranButTx == 10) {
_root.butTx1 = _root.ansChoice4;
_root.butTx2 = _root.ansChoice1;
_root.butTx3 = _root.ansChoice2;
}
if (_root.ranButTx == 11) {
_root.butTx1 = _root.ansChoice4;
_root.butTx2 = _root.ansChoice2;
_root.butTx3 = _root.ansChoice3;
}
if (_root.ranButTx == 12) {
_root.butTx1 = _root.ansChoice4;
_root.butTx2 = _root.ansChoice3;
_root.butTx3 = _root.ansChoice5;
}
if (_root.ranButTx == 13) {
_root.butTx1 = _root.ansChoice5;
_root.butTx2 = _root.ansChoice1;
_root.butTx3 = _root.ansChoice2;
}
if (_root.ranButTx == 14) {
_root.butTx1 = _root.ansChoice5;
_root.butTx2 = _root.ansChoice2;
_root.butTx3 = _root.ansChoice3;
}
if (_root.ranButTx == 15) {
_root.butTx1 = _root.ansChoice5;
_root.butTx2 = _root.ansChoice3;
_root.butTx3 = _root.ansChoice4;
}
if (_root.ranButTx == 16) {
_root.butTx1 = _root.ansChoice1;
_root.butTx2 = _root.ansChoice5;
_root.butTx3 = _root.ansChoice3;
}
if (_root.ranButTx == 17) {
_root.butTx1 = _root.ansChoice2;
_root.butTx2 = _root.ansChoice5;
_root.butTx3 = _root.ansChoice3;
}
if (_root.ranButTx == 18) {
_root.butTx1 = _root.ansChoice3;
_root.butTx2 = _root.ansChoice5;
_root.butTx3 = _root.ansChoice4;
}
if (_root.ranButTx == 19) {
_root.butTx1 = _root.ansChoice4;
_root.butTx2 = _root.ansChoice5;
_root.butTx3 = _root.ansChoice1;
}
_root.butTx4 = "None of the above.";
if (((_root.butTx1 != _root.ans) && (_root.butTx2 != _root.ans)) && (_root.butTx3 != _root.ans)) {
_root.but4Val = _root.ans;
} else {
_root.but4Val = "";
}
Symbol 254 MovieClip Frame 28
this.stop();
_root.Qtx = "The candles were miniature lighthouses in an ocean of darkness.";
_root.ans = "Metaphor";
_root.ansChoice1 = "Simile";
_root.ansChoice2 = "Alliteration";
_root.ansChoice3 = "Personification";
_root.ansChoice4 = "Onomatopoeia";
_root.ansChoice5 = "Metaphor";
_root.ranButTx = random(20);
if (_root.ranButTx == 0) {
_root.butTx1 = _root.ansChoice1;
_root.butTx2 = _root.ansChoice2;
_root.butTx3 = _root.ansChoice3;
}
if (_root.ranButTx == 1) {
_root.butTx1 = _root.ansChoice1;
_root.butTx2 = _root.ansChoice3;
_root.butTx3 = _root.ansChoice4;
}
if (_root.ranButTx == 3) {
_root.butTx1 = _root.ansChoice1;
_root.butTx2 = _root.ansChoice4;
_root.butTx3 = _root.ansChoice5;
}
if (_root.ranButTx == 4) {
_root.butTx1 = _root.ansChoice2;
_root.butTx2 = _root.ansChoice1;
_root.butTx3 = _root.ansChoice3;
}
if (_root.ranButTx == 5) {
_root.butTx1 = _root.ansChoice2;
_root.butTx2 = _root.ansChoice3;
_root.butTx3 = _root.ansChoice4;
}
if (_root.ranButTx == 6) {
_root.butTx1 = _root.ansChoice2;
_root.butTx2 = _root.ansChoice4;
_root.butTx3 = _root.ansChoice5;
}
if (_root.ranButTx == 7) {
_root.butTx1 = _root.ansChoice3;
_root.butTx2 = _root.ansChoice1;
_root.butTx3 = _root.ansChoice2;
}
if (_root.ranButTx == 8) {
_root.butTx1 = _root.ansChoice3;
_root.butTx2 = _root.ansChoice2;
_root.butTx3 = _root.ansChoice4;
}
if (_root.ranButTx == 9) {
_root.butTx1 = _root.ansChoice3;
_root.butTx2 = _root.ansChoice4;
_root.butTx3 = _root.ansChoice5;
}
if (_root.ranButTx == 10) {
_root.butTx1 = _root.ansChoice4;
_root.butTx2 = _root.ansChoice1;
_root.butTx3 = _root.ansChoice2;
}
if (_root.ranButTx == 11) {
_root.butTx1 = _root.ansChoice4;
_root.butTx2 = _root.ansChoice2;
_root.butTx3 = _root.ansChoice3;
}
if (_root.ranButTx == 12) {
_root.butTx1 = _root.ansChoice4;
_root.butTx2 = _root.ansChoice3;
_root.butTx3 = _root.ansChoice5;
}
if (_root.ranButTx == 13) {
_root.butTx1 = _root.ansChoice5;
_root.butTx2 = _root.ansChoice1;
_root.butTx3 = _root.ansChoice2;
}
if (_root.ranButTx == 14) {
_root.butTx1 = _root.ansChoice5;
_root.butTx2 = _root.ansChoice2;
_root.butTx3 = _root.ansChoice3;
}
if (_root.ranButTx == 15) {
_root.butTx1 = _root.ansChoice5;
_root.butTx2 = _root.ansChoice3;
_root.butTx3 = _root.ansChoice4;
}
if (_root.ranButTx == 16) {
_root.butTx1 = _root.ansChoice1;
_root.butTx2 = _root.ansChoice5;
_root.butTx3 = _root.ansChoice3;
}
if (_root.ranButTx == 17) {
_root.butTx1 = _root.ansChoice2;
_root.butTx2 = _root.ansChoice5;
_root.butTx3 = _root.ansChoice3;
}
if (_root.ranButTx == 18) {
_root.butTx1 = _root.ansChoice3;
_root.butTx2 = _root.ansChoice5;
_root.butTx3 = _root.ansChoice4;
}
if (_root.ranButTx == 19) {
_root.butTx1 = _root.ansChoice4;
_root.butTx2 = _root.ansChoice5;
_root.butTx3 = _root.ansChoice1;
}
_root.butTx4 = "None of the above.";
if (((_root.butTx1 != _root.ans) && (_root.butTx2 != _root.ans)) && (_root.butTx3 != _root.ans)) {
_root.but4Val = _root.ans;
} else {
_root.but4Val = "";
}
Symbol 254 MovieClip Frame 29
this.stop();
_root.Qtx = "My aunt's house is a zoo.";
_root.ans = "Metaphor";
_root.ansChoice1 = "Simile";
_root.ansChoice2 = "Alliteration";
_root.ansChoice3 = "Personification";
_root.ansChoice4 = "Onomatopoeia";
_root.ansChoice5 = "Metaphor";
_root.ranButTx = random(20);
if (_root.ranButTx == 0) {
_root.butTx1 = _root.ansChoice1;
_root.butTx2 = _root.ansChoice2;
_root.butTx3 = _root.ansChoice3;
}
if (_root.ranButTx == 1) {
_root.butTx1 = _root.ansChoice1;
_root.butTx2 = _root.ansChoice3;
_root.butTx3 = _root.ansChoice4;
}
if (_root.ranButTx == 3) {
_root.butTx1 = _root.ansChoice1;
_root.butTx2 = _root.ansChoice4;
_root.butTx3 = _root.ansChoice5;
}
if (_root.ranButTx == 4) {
_root.butTx1 = _root.ansChoice2;
_root.butTx2 = _root.ansChoice1;
_root.butTx3 = _root.ansChoice3;
}
if (_root.ranButTx == 5) {
_root.butTx1 = _root.ansChoice2;
_root.butTx2 = _root.ansChoice3;
_root.butTx3 = _root.ansChoice4;
}
if (_root.ranButTx == 6) {
_root.butTx1 = _root.ansChoice2;
_root.butTx2 = _root.ansChoice4;
_root.butTx3 = _root.ansChoice5;
}
if (_root.ranButTx == 7) {
_root.butTx1 = _root.ansChoice3;
_root.butTx2 = _root.ansChoice1;
_root.butTx3 = _root.ansChoice2;
}
if (_root.ranButTx == 8) {
_root.butTx1 = _root.ansChoice3;
_root.butTx2 = _root.ansChoice2;
_root.butTx3 = _root.ansChoice4;
}
if (_root.ranButTx == 9) {
_root.butTx1 = _root.ansChoice3;
_root.butTx2 = _root.ansChoice4;
_root.butTx3 = _root.ansChoice5;
}
if (_root.ranButTx == 10) {
_root.butTx1 = _root.ansChoice4;
_root.butTx2 = _root.ansChoice1;
_root.butTx3 = _root.ansChoice2;
}
if (_root.ranButTx == 11) {
_root.butTx1 = _root.ansChoice4;
_root.butTx2 = _root.ansChoice2;
_root.butTx3 = _root.ansChoice3;
}
if (_root.ranButTx == 12) {
_root.butTx1 = _root.ansChoice4;
_root.butTx2 = _root.ansChoice3;
_root.butTx3 = _root.ansChoice5;
}
if (_root.ranButTx == 13) {
_root.butTx1 = _root.ansChoice5;
_root.butTx2 = _root.ansChoice1;
_root.butTx3 = _root.ansChoice2;
}
if (_root.ranButTx == 14) {
_root.butTx1 = _root.ansChoice5;
_root.butTx2 = _root.ansChoice2;
_root.butTx3 = _root.ansChoice3;
}
if (_root.ranButTx == 15) {
_root.butTx1 = _root.ansChoice5;
_root.butTx2 = _root.ansChoice3;
_root.butTx3 = _root.ansChoice4;
}
if (_root.ranButTx == 16) {
_root.butTx1 = _root.ansChoice1;
_root.butTx2 = _root.ansChoice5;
_root.butTx3 = _root.ansChoice3;
}
if (_root.ranButTx == 17) {
_root.butTx1 = _root.ansChoice2;
_root.butTx2 = _root.ansChoice5;
_root.butTx3 = _root.ansChoice3;
}
if (_root.ranButTx == 18) {
_root.butTx1 = _root.ansChoice3;
_root.butTx2 = _root.ansChoice5;
_root.butTx3 = _root.ansChoice4;
}
if (_root.ranButTx == 19) {
_root.butTx1 = _root.ansChoice4;
_root.butTx2 = _root.ansChoice5;
_root.butTx3 = _root.ansChoice1;
}
_root.butTx4 = "None of the above.";
if (((_root.butTx1 != _root.ans) && (_root.butTx2 != _root.ans)) && (_root.butTx3 != _root.ans)) {
_root.but4Val = _root.ans;
} else {
_root.but4Val = "";
}
Symbol 254 MovieClip Frame 30
this.stop();
_root.Qtx = "My teacher is a ringmaster directing our classroom circus.";
_root.ans = "Metaphor";
_root.ansChoice1 = "Simile";
_root.ansChoice2 = "Alliteration";
_root.ansChoice3 = "Personification";
_root.ansChoice4 = "Onomatopoeia";
_root.ansChoice5 = "Metaphor";
_root.ranButTx = random(20);
if (_root.ranButTx == 0) {
_root.butTx1 = _root.ansChoice1;
_root.butTx2 = _root.ansChoice2;
_root.butTx3 = _root.ansChoice3;
}
if (_root.ranButTx == 1) {
_root.butTx1 = _root.ansChoice1;
_root.butTx2 = _root.ansChoice3;
_root.butTx3 = _root.ansChoice4;
}
if (_root.ranButTx == 3) {
_root.butTx1 = _root.ansChoice1;
_root.butTx2 = _root.ansChoice4;
_root.butTx3 = _root.ansChoice5;
}
if (_root.ranButTx == 4) {
_root.butTx1 = _root.ansChoice2;
_root.butTx2 = _root.ansChoice1;
_root.butTx3 = _root.ansChoice3;
}
if (_root.ranButTx == 5) {
_root.butTx1 = _root.ansChoice2;
_root.butTx2 = _root.ansChoice3;
_root.butTx3 = _root.ansChoice4;
}
if (_root.ranButTx == 6) {
_root.butTx1 = _root.ansChoice2;
_root.butTx2 = _root.ansChoice4;
_root.butTx3 = _root.ansChoice5;
}
if (_root.ranButTx == 7) {
_root.butTx1 = _root.ansChoice3;
_root.butTx2 = _root.ansChoice1;
_root.butTx3 = _root.ansChoice2;
}
if (_root.ranButTx == 8) {
_root.butTx1 = _root.ansChoice3;
_root.butTx2 = _root.ansChoice2;
_root.butTx3 = _root.ansChoice4;
}
if (_root.ranButTx == 9) {
_root.butTx1 = _root.ansChoice3;
_root.butTx2 = _root.ansChoice4;
_root.butTx3 = _root.ansChoice5;
}
if (_root.ranButTx == 10) {
_root.butTx1 = _root.ansChoice4;
_root.butTx2 = _root.ansChoice1;
_root.butTx3 = _root.ansChoice2;
}
if (_root.ranButTx == 11) {
_root.butTx1 = _root.ansChoice4;
_root.butTx2 = _root.ansChoice2;
_root.butTx3 = _root.ansChoice3;
}
if (_root.ranButTx == 12) {
_root.butTx1 = _root.ansChoice4;
_root.butTx2 = _root.ansChoice3;
_root.butTx3 = _root.ansChoice5;
}
if (_root.ranButTx == 13) {
_root.butTx1 = _root.ansChoice5;
_root.butTx2 = _root.ansChoice1;
_root.butTx3 = _root.ansChoice2;
}
if (_root.ranButTx == 14) {
_root.butTx1 = _root.ansChoice5;
_root.butTx2 = _root.ansChoice2;
_root.butTx3 = _root.ansChoice3;
}
if (_root.ranButTx == 15) {
_root.butTx1 = _root.ansChoice5;
_root.butTx2 = _root.ansChoice3;
_root.butTx3 = _root.ansChoice4;
}
if (_root.ranButTx == 16) {
_root.butTx1 = _root.ansChoice1;
_root.butTx2 = _root.ansChoice5;
_root.butTx3 = _root.ansChoice3;
}
if (_root.ranButTx == 17) {
_root.butTx1 = _root.ansChoice2;
_root.butTx2 = _root.ansChoice5;
_root.butTx3 = _root.ansChoice3;
}
if (_root.ranButTx == 18) {
_root.butTx1 = _root.ansChoice3;
_root.butTx2 = _root.ansChoice5;
_root.butTx3 = _root.ansChoice4;
}
if (_root.ranButTx == 19) {
_root.butTx1 = _root.ansChoice4;
_root.butTx2 = _root.ansChoice5;
_root.butTx3 = _root.ansChoice1;
}
_root.butTx4 = "None of the above.";
if (((_root.butTx1 != _root.ans) && (_root.butTx2 != _root.ans)) && (_root.butTx3 != _root.ans)) {
_root.but4Val = _root.ans;
} else {
_root.but4Val = "";
}
Symbol 254 MovieClip Frame 31
this.stop();
_root.Qtx = "The store was a maze of books and magazines.";
_root.ans = "Metaphor";
_root.ansChoice1 = "Simile";
_root.ansChoice2 = "Alliteration";
_root.ansChoice3 = "Personification";
_root.ansChoice4 = "Onomatopoeia";
_root.ansChoice5 = "Metaphor";
_root.ranButTx = random(20);
if (_root.ranButTx == 0) {
_root.butTx1 = _root.ansChoice1;
_root.butTx2 = _root.ansChoice2;
_root.butTx3 = _root.ansChoice3;
}
if (_root.ranButTx == 1) {
_root.butTx1 = _root.ansChoice1;
_root.butTx2 = _root.ansChoice3;
_root.butTx3 = _root.ansChoice4;
}
if (_root.ranButTx == 3) {
_root.butTx1 = _root.ansChoice1;
_root.butTx2 = _root.ansChoice4;
_root.butTx3 = _root.ansChoice5;
}
if (_root.ranButTx == 4) {
_root.butTx1 = _root.ansChoice2;
_root.butTx2 = _root.ansChoice1;
_root.butTx3 = _root.ansChoice3;
}
if (_root.ranButTx == 5) {
_root.butTx1 = _root.ansChoice2;
_root.butTx2 = _root.ansChoice3;
_root.butTx3 = _root.ansChoice4;
}
if (_root.ranButTx == 6) {
_root.butTx1 = _root.ansChoice2;
_root.butTx2 = _root.ansChoice4;
_root.butTx3 = _root.ansChoice5;
}
if (_root.ranButTx == 7) {
_root.butTx1 = _root.ansChoice3;
_root.butTx2 = _root.ansChoice1;
_root.butTx3 = _root.ansChoice2;
}
if (_root.ranButTx == 8) {
_root.butTx1 = _root.ansChoice3;
_root.butTx2 = _root.ansChoice2;
_root.butTx3 = _root.ansChoice4;
}
if (_root.ranButTx == 9) {
_root.butTx1 = _root.ansChoice3;
_root.butTx2 = _root.ansChoice4;
_root.butTx3 = _root.ansChoice5;
}
if (_root.ranButTx == 10) {
_root.butTx1 = _root.ansChoice4;
_root.butTx2 = _root.ansChoice1;
_root.butTx3 = _root.ansChoice2;
}
if (_root.ranButTx == 11) {
_root.butTx1 = _root.ansChoice4;
_root.butTx2 = _root.ansChoice2;
_root.butTx3 = _root.ansChoice3;
}
if (_root.ranButTx == 12) {
_root.butTx1 = _root.ansChoice4;
_root.butTx2 = _root.ansChoice3;
_root.butTx3 = _root.ansChoice5;
}
if (_root.ranButTx == 13) {
_root.butTx1 = _root.ansChoice5;
_root.butTx2 = _root.ansChoice1;
_root.butTx3 = _root.ansChoice2;
}
if (_root.ranButTx == 14) {
_root.butTx1 = _root.ansChoice5;
_root.butTx2 = _root.ansChoice2;
_root.butTx3 = _root.ansChoice3;
}
if (_root.ranButTx == 15) {
_root.butTx1 = _root.ansChoice5;
_root.butTx2 = _root.ansChoice3;
_root.butTx3 = _root.ansChoice4;
}
if (_root.ranButTx == 16) {
_root.butTx1 = _root.ansChoice1;
_root.butTx2 = _root.ansChoice5;
_root.butTx3 = _root.ansChoice3;
}
if (_root.ranButTx == 17) {
_root.butTx1 = _root.ansChoice2;
_root.butTx2 = _root.ansChoice5;
_root.butTx3 = _root.ansChoice3;
}
if (_root.ranButTx == 18) {
_root.butTx1 = _root.ansChoice3;
_root.butTx2 = _root.ansChoice5;
_root.butTx3 = _root.ansChoice4;
}
if (_root.ranButTx == 19) {
_root.butTx1 = _root.ansChoice4;
_root.butTx2 = _root.ansChoice5;
_root.butTx3 = _root.ansChoice1;
}
_root.butTx4 = "None of the above.";
if (((_root.butTx1 != _root.ans) && (_root.butTx2 != _root.ans)) && (_root.butTx3 != _root.ans)) {
_root.but4Val = _root.ans;
} else {
_root.but4Val = "";
}
Symbol 254 MovieClip Frame 32
this.stop();
_root.Qtx = "The amusement park is a kid's paradise.";
_root.ans = "Metaphor";
_root.ansChoice1 = "Simile";
_root.ansChoice2 = "Alliteration";
_root.ansChoice3 = "Personification";
_root.ansChoice4 = "Onomatopoeia";
_root.ansChoice5 = "Metaphor";
_root.ranButTx = random(20);
if (_root.ranButTx == 0) {
_root.butTx1 = _root.ansChoice1;
_root.butTx2 = _root.ansChoice2;
_root.butTx3 = _root.ansChoice3;
}
if (_root.ranButTx == 1) {
_root.butTx1 = _root.ansChoice1;
_root.butTx2 = _root.ansChoice3;
_root.butTx3 = _root.ansChoice4;
}
if (_root.ranButTx == 3) {
_root.butTx1 = _root.ansChoice1;
_root.butTx2 = _root.ansChoice4;
_root.butTx3 = _root.ansChoice5;
}
if (_root.ranButTx == 4) {
_root.butTx1 = _root.ansChoice2;
_root.butTx2 = _root.ansChoice1;
_root.butTx3 = _root.ansChoice3;
}
if (_root.ranButTx == 5) {
_root.butTx1 = _root.ansChoice2;
_root.butTx2 = _root.ansChoice3;
_root.butTx3 = _root.ansChoice4;
}
if (_root.ranButTx == 6) {
_root.butTx1 = _root.ansChoice2;
_root.butTx2 = _root.ansChoice4;
_root.butTx3 = _root.ansChoice5;
}
if (_root.ranButTx == 7) {
_root.butTx1 = _root.ansChoice3;
_root.butTx2 = _root.ansChoice1;
_root.butTx3 = _root.ansChoice2;
}
if (_root.ranButTx == 8) {
_root.butTx1 = _root.ansChoice3;
_root.butTx2 = _root.ansChoice2;
_root.butTx3 = _root.ansChoice4;
}
if (_root.ranButTx == 9) {
_root.butTx1 = _root.ansChoice3;
_root.butTx2 = _root.ansChoice4;
_root.butTx3 = _root.ansChoice5;
}
if (_root.ranButTx == 10) {
_root.butTx1 = _root.ansChoice4;
_root.butTx2 = _root.ansChoice1;
_root.butTx3 = _root.ansChoice2;
}
if (_root.ranButTx == 11) {
_root.butTx1 = _root.ansChoice4;
_root.butTx2 = _root.ansChoice2;
_root.butTx3 = _root.ansChoice3;
}
if (_root.ranButTx == 12) {
_root.butTx1 = _root.ansChoice4;
_root.butTx2 = _root.ansChoice3;
_root.butTx3 = _root.ansChoice5;
}
if (_root.ranButTx == 13) {
_root.butTx1 = _root.ansChoice5;
_root.butTx2 = _root.ansChoice1;
_root.butTx3 = _root.ansChoice2;
}
if (_root.ranButTx == 14) {
_root.butTx1 = _root.ansChoice5;
_root.butTx2 = _root.ansChoice2;
_root.butTx3 = _root.ansChoice3;
}
if (_root.ranButTx == 15) {
_root.butTx1 = _root.ansChoice5;
_root.butTx2 = _root.ansChoice3;
_root.butTx3 = _root.ansChoice4;
}
if (_root.ranButTx == 16) {
_root.butTx1 = _root.ansChoice1;
_root.butTx2 = _root.ansChoice5;
_root.butTx3 = _root.ansChoice3;
}
if (_root.ranButTx == 17) {
_root.butTx1 = _root.ansChoice2;
_root.butTx2 = _root.ansChoice5;
_root.butTx3 = _root.ansChoice3;
}
if (_root.ranButTx == 18) {
_root.butTx1 = _root.ansChoice3;
_root.butTx2 = _root.ansChoice5;
_root.butTx3 = _root.ansChoice4;
}
if (_root.ranButTx == 19) {
_root.butTx1 = _root.ansChoice4;
_root.butTx2 = _root.ansChoice5;
_root.butTx3 = _root.ansChoice1;
}
_root.butTx4 = "None of the above.";
if (((_root.butTx1 != _root.ans) && (_root.butTx2 != _root.ans)) && (_root.butTx3 != _root.ans)) {
_root.but4Val = _root.ans;
} else {
_root.but4Val = "";
}
Symbol 254 MovieClip Frame 33
this.stop();
_root.Qtx = "The pillow was a soft cloud.";
_root.ans = "Metaphor";
_root.ansChoice1 = "Simile";
_root.ansChoice2 = "Alliteration";
_root.ansChoice3 = "Personification";
_root.ansChoice4 = "Onomatopoeia";
_root.ansChoice5 = "Metaphor";
_root.ranButTx = random(20);
if (_root.ranButTx == 0) {
_root.butTx1 = _root.ansChoice1;
_root.butTx2 = _root.ansChoice2;
_root.butTx3 = _root.ansChoice3;
}
if (_root.ranButTx == 1) {
_root.butTx1 = _root.ansChoice1;
_root.butTx2 = _root.ansChoice3;
_root.butTx3 = _root.ansChoice4;
}
if (_root.ranButTx == 3) {
_root.butTx1 = _root.ansChoice1;
_root.butTx2 = _root.ansChoice4;
_root.butTx3 = _root.ansChoice5;
}
if (_root.ranButTx == 4) {
_root.butTx1 = _root.ansChoice2;
_root.butTx2 = _root.ansChoice1;
_root.butTx3 = _root.ansChoice3;
}
if (_root.ranButTx == 5) {
_root.butTx1 = _root.ansChoice2;
_root.butTx2 = _root.ansChoice3;
_root.butTx3 = _root.ansChoice4;
}
if (_root.ranButTx == 6) {
_root.butTx1 = _root.ansChoice2;
_root.butTx2 = _root.ansChoice4;
_root.butTx3 = _root.ansChoice5;
}
if (_root.ranButTx == 7) {
_root.butTx1 = _root.ansChoice3;
_root.butTx2 = _root.ansChoice1;
_root.butTx3 = _root.ansChoice2;
}
if (_root.ranButTx == 8) {
_root.butTx1 = _root.ansChoice3;
_root.butTx2 = _root.ansChoice2;
_root.butTx3 = _root.ansChoice4;
}
if (_root.ranButTx == 9) {
_root.butTx1 = _root.ansChoice3;
_root.butTx2 = _root.ansChoice4;
_root.butTx3 = _root.ansChoice5;
}
if (_root.ranButTx == 10) {
_root.butTx1 = _root.ansChoice4;
_root.butTx2 = _root.ansChoice1;
_root.butTx3 = _root.ansChoice2;
}
if (_root.ranButTx == 11) {
_root.butTx1 = _root.ansChoice4;
_root.butTx2 = _root.ansChoice2;
_root.butTx3 = _root.ansChoice3;
}
if (_root.ranButTx == 12) {
_root.butTx1 = _root.ansChoice4;
_root.butTx2 = _root.ansChoice3;
_root.butTx3 = _root.ansChoice5;
}
if (_root.ranButTx == 13) {
_root.butTx1 = _root.ansChoice5;
_root.butTx2 = _root.ansChoice1;
_root.butTx3 = _root.ansChoice2;
}
if (_root.ranButTx == 14) {
_root.butTx1 = _root.ansChoice5;
_root.butTx2 = _root.ansChoice2;
_root.butTx3 = _root.ansChoice3;
}
if (_root.ranButTx == 15) {
_root.butTx1 = _root.ansChoice5;
_root.butTx2 = _root.ansChoice3;
_root.butTx3 = _root.ansChoice4;
}
if (_root.ranButTx == 16) {
_root.butTx1 = _root.ansChoice1;
_root.butTx2 = _root.ansChoice5;
_root.butTx3 = _root.ansChoice3;
}
if (_root.ranButTx == 17) {
_root.butTx1 = _root.ansChoice2;
_root.butTx2 = _root.ansChoice5;
_root.butTx3 = _root.ansChoice3;
}
if (_root.ranButTx == 18) {
_root.butTx1 = _root.ansChoice3;
_root.butTx2 = _root.ansChoice5;
_root.butTx3 = _root.ansChoice4;
}
if (_root.ranButTx == 19) {
_root.butTx1 = _root.ansChoice4;
_root.butTx2 = _root.ansChoice5;
_root.butTx3 = _root.ansChoice1;
}
_root.butTx4 = "None of the above.";
if (((_root.butTx1 != _root.ans) && (_root.butTx2 != _root.ans)) && (_root.butTx3 != _root.ans)) {
_root.but4Val = _root.ans;
} else {
_root.but4Val = "";
}
Symbol 254 MovieClip Frame 34
this.stop();
_root.Qtx = "Her compliments were warm hugs.";
_root.ans = "Metaphor";
_root.ansChoice1 = "Simile";
_root.ansChoice2 = "Alliteration";
_root.ansChoice3 = "Personification";
_root.ansChoice4 = "Onomatopoeia";
_root.ansChoice5 = "Metaphor";
_root.ranButTx = random(20);
if (_root.ranButTx == 0) {
_root.butTx1 = _root.ansChoice1;
_root.butTx2 = _root.ansChoice2;
_root.butTx3 = _root.ansChoice3;
}
if (_root.ranButTx == 1) {
_root.butTx1 = _root.ansChoice1;
_root.butTx2 = _root.ansChoice3;
_root.butTx3 = _root.ansChoice4;
}
if (_root.ranButTx == 3) {
_root.butTx1 = _root.ansChoice1;
_root.butTx2 = _root.ansChoice4;
_root.butTx3 = _root.ansChoice5;
}
if (_root.ranButTx == 4) {
_root.butTx1 = _root.ansChoice2;
_root.butTx2 = _root.ansChoice1;
_root.butTx3 = _root.ansChoice3;
}
if (_root.ranButTx == 5) {
_root.butTx1 = _root.ansChoice2;
_root.butTx2 = _root.ansChoice3;
_root.butTx3 = _root.ansChoice4;
}
if (_root.ranButTx == 6) {
_root.butTx1 = _root.ansChoice2;
_root.butTx2 = _root.ansChoice4;
_root.butTx3 = _root.ansChoice5;
}
if (_root.ranButTx == 7) {
_root.butTx1 = _root.ansChoice3;
_root.butTx2 = _root.ansChoice1;
_root.butTx3 = _root.ansChoice2;
}
if (_root.ranButTx == 8) {
_root.butTx1 = _root.ansChoice3;
_root.butTx2 = _root.ansChoice2;
_root.butTx3 = _root.ansChoice4;
}
if (_root.ranButTx == 9) {
_root.butTx1 = _root.ansChoice3;
_root.butTx2 = _root.ansChoice4;
_root.butTx3 = _root.ansChoice5;
}
if (_root.ranButTx == 10) {
_root.butTx1 = _root.ansChoice4;
_root.butTx2 = _root.ansChoice1;
_root.butTx3 = _root.ansChoice2;
}
if (_root.ranButTx == 11) {
_root.butTx1 = _root.ansChoice4;
_root.butTx2 = _root.ansChoice2;
_root.butTx3 = _root.ansChoice3;
}
if (_root.ranButTx == 12) {
_root.butTx1 = _root.ansChoice4;
_root.butTx2 = _root.ansChoice3;
_root.butTx3 = _root.ansChoice5;
}
if (_root.ranButTx == 13) {
_root.butTx1 = _root.ansChoice5;
_root.butTx2 = _root.ansChoice1;
_root.butTx3 = _root.ansChoice2;
}
if (_root.ranButTx == 14) {
_root.butTx1 = _root.ansChoice5;
_root.butTx2 = _root.ansChoice2;
_root.butTx3 = _root.ansChoice3;
}
if (_root.ranButTx == 15) {
_root.butTx1 = _root.ansChoice5;
_root.butTx2 = _root.ansChoice3;
_root.butTx3 = _root.ansChoice4;
}
if (_root.ranButTx == 16) {
_root.butTx1 = _root.ansChoice1;
_root.butTx2 = _root.ansChoice5;
_root.butTx3 = _root.ansChoice3;
}
if (_root.ranButTx == 17) {
_root.butTx1 = _root.ansChoice2;
_root.butTx2 = _root.ansChoice5;
_root.butTx3 = _root.ansChoice3;
}
if (_root.ranButTx == 18) {
_root.butTx1 = _root.ansChoice3;
_root.butTx2 = _root.ansChoice5;
_root.butTx3 = _root.ansChoice4;
}
if (_root.ranButTx == 19) {
_root.butTx1 = _root.ansChoice4;
_root.butTx2 = _root.ansChoice5;
_root.butTx3 = _root.ansChoice1;
}
_root.butTx4 = "None of the above.";
if (((_root.butTx1 != _root.ans) && (_root.butTx2 != _root.ans)) && (_root.butTx3 != _root.ans)) {
_root.but4Val = _root.ans;
} else {
_root.but4Val = "";
}
Symbol 254 MovieClip Frame 35
this.stop();
_root.Qtx = "The elevator was a rocket shooting to the top floor.";
_root.ans = "Metaphor";
_root.ansChoice1 = "Simile";
_root.ansChoice2 = "Alliteration";
_root.ansChoice3 = "Personification";
_root.ansChoice4 = "Onomatopoeia";
_root.ansChoice5 = "Metaphor";
_root.ranButTx = random(20);
if (_root.ranButTx == 0) {
_root.butTx1 = _root.ansChoice1;
_root.butTx2 = _root.ansChoice2;
_root.butTx3 = _root.ansChoice3;
}
if (_root.ranButTx == 1) {
_root.butTx1 = _root.ansChoice1;
_root.butTx2 = _root.ansChoice3;
_root.butTx3 = _root.ansChoice4;
}
if (_root.ranButTx == 3) {
_root.butTx1 = _root.ansChoice1;
_root.butTx2 = _root.ansChoice4;
_root.butTx3 = _root.ansChoice5;
}
if (_root.ranButTx == 4) {
_root.butTx1 = _root.ansChoice2;
_root.butTx2 = _root.ansChoice1;
_root.butTx3 = _root.ansChoice3;
}
if (_root.ranButTx == 5) {
_root.butTx1 = _root.ansChoice2;
_root.butTx2 = _root.ansChoice3;
_root.butTx3 = _root.ansChoice4;
}
if (_root.ranButTx == 6) {
_root.butTx1 = _root.ansChoice2;
_root.butTx2 = _root.ansChoice4;
_root.butTx3 = _root.ansChoice5;
}
if (_root.ranButTx == 7) {
_root.butTx1 = _root.ansChoice3;
_root.butTx2 = _root.ansChoice1;
_root.butTx3 = _root.ansChoice2;
}
if (_root.ranButTx == 8) {
_root.butTx1 = _root.ansChoice3;
_root.butTx2 = _root.ansChoice2;
_root.butTx3 = _root.ansChoice4;
}
if (_root.ranButTx == 9) {
_root.butTx1 = _root.ansChoice3;
_root.butTx2 = _root.ansChoice4;
_root.butTx3 = _root.ansChoice5;
}
if (_root.ranButTx == 10) {
_root.butTx1 = _root.ansChoice4;
_root.butTx2 = _root.ansChoice1;
_root.butTx3 = _root.ansChoice2;
}
if (_root.ranButTx == 11) {
_root.butTx1 = _root.ansChoice4;
_root.butTx2 = _root.ansChoice2;
_root.butTx3 = _root.ansChoice3;
}
if (_root.ranButTx == 12) {
_root.butTx1 = _root.ansChoice4;
_root.butTx2 = _root.ansChoice3;
_root.butTx3 = _root.ansChoice5;
}
if (_root.ranButTx == 13) {
_root.butTx1 = _root.ansChoice5;
_root.butTx2 = _root.ansChoice1;
_root.butTx3 = _root.ansChoice2;
}
if (_root.ranButTx == 14) {
_root.butTx1 = _root.ansChoice5;
_root.butTx2 = _root.ansChoice2;
_root.butTx3 = _root.ansChoice3;
}
if (_root.ranButTx == 15) {
_root.butTx1 = _root.ansChoice5;
_root.butTx2 = _root.ansChoice3;
_root.butTx3 = _root.ansChoice4;
}
if (_root.ranButTx == 16) {
_root.butTx1 = _root.ansChoice1;
_root.butTx2 = _root.ansChoice5;
_root.butTx3 = _root.ansChoice3;
}
if (_root.ranButTx == 17) {
_root.butTx1 = _root.ansChoice2;
_root.butTx2 = _root.ansChoice5;
_root.butTx3 = _root.ansChoice3;
}
if (_root.ranButTx == 18) {
_root.butTx1 = _root.ansChoice3;
_root.butTx2 = _root.ansChoice5;
_root.butTx3 = _root.ansChoice4;
}
if (_root.ranButTx == 19) {
_root.butTx1 = _root.ansChoice4;
_root.butTx2 = _root.ansChoice5;
_root.butTx3 = _root.ansChoice1;
}
_root.butTx4 = "None of the above.";
if (((_root.butTx1 != _root.ans) && (_root.butTx2 != _root.ans)) && (_root.butTx3 != _root.ans)) {
_root.but4Val = _root.ans;
} else {
_root.but4Val = "";
}
Symbol 260 Button
on (press) {
_root.bases.home.gotoAndStop(1);
_root.bases.first.gotoAndStop(1);
_root.bases.second.gotoAndStop(1);
_root.bases.third.gotoAndStop(1);
_root.gotoAndStop(2);
}