Frame 2
Frame 73
var music = new Sound();
music.attachSound("track3");
music.setVolume(90);
var ding = new Sound();
ding.attachSound("ding");
ding.setVolume(100);
var buzz = new Sound();
buzz.attachSound("buzz");
buzz.setVolume(100);
music.start(0, 1000);
Frame 387
stop();
Frame 388
stop();
var firstName = "";
this.confirmName_btn.onPress = function () {
if (username_txt.text == "") {
warning_txt.text = "You must type a name.";
} else {
firstName = username_txt.text;
play();
}
};
Frame 389
stop();
var score = Number;
score = 0;
this.help_btn.onRelease = function () {
_root.helpScreen_mc.play();
};
this.unmute_btn._visible = false;
this.mute_btn.onRelease = function () {
_root.mute_btn._visible = false;
_root.unmute_btn._visible = true;
music.stop();
};
this.unmute_btn.onRelease = function () {
_root.mute_btn._visible = true;
_root.unmute_btn._visible = false;
music.start(0, 1000);
};
this.quit_btn.onRelease = function () {
_root.quitScreen_mc.play();
};
this.canada_btn.onRelease = function () {
buzz.start();
_root.canada_btn.enabled = false;
_root.africa_btn.enabled = false;
_root.australia_btn.enabled = false;
_root.brazil_btn.enabled = false;
_root.china_btn.enabled = false;
_root.greenland_btn.enabled = false;
_root.india_btn.enabled = false;
_root.russia_btn.enabled = false;
_root.usa_btn.enabled = false;
_root.mexico_btn.enabled = false;
_root.feedback1a_mc.play();
};
this.africa_btn.onRelease = function () {
buzz.start();
_root.canada_btn.enabled = false;
_root.africa_btn.enabled = false;
_root.australia_btn.enabled = false;
_root.brazil_btn.enabled = false;
_root.china_btn.enabled = false;
_root.greenland_btn.enabled = false;
_root.india_btn.enabled = false;
_root.russia_btn.enabled = false;
_root.usa_btn.enabled = false;
_root.mexico_btn.enabled = false;
_root.feedback1a_mc.play();
};
this.australia_btn.onRelease = function () {
buzz.start();
_root.canada_btn.enabled = false;
_root.africa_btn.enabled = false;
_root.australia_btn.enabled = false;
_root.brazil_btn.enabled = false;
_root.china_btn.enabled = false;
_root.greenland_btn.enabled = false;
_root.india_btn.enabled = false;
_root.russia_btn.enabled = false;
_root.usa_btn.enabled = false;
_root.mexico_btn.enabled = false;
_root.feedback1a_mc.play();
};
this.brazil_btn.onRelease = function () {
buzz.start();
_root.canada_btn.enabled = false;
_root.africa_btn.enabled = false;
_root.australia_btn.enabled = false;
_root.brazil_btn.enabled = false;
_root.china_btn.enabled = false;
_root.greenland_btn.enabled = false;
_root.india_btn.enabled = false;
_root.russia_btn.enabled = false;
_root.usa_btn.enabled = false;
_root.mexico_btn.enabled = false;
_root.feedback1a_mc.play();
};
this.china_btn.onRelease = function () {
buzz.start();
_root.canada_btn.enabled = false;
_root.africa_btn.enabled = false;
_root.australia_btn.enabled = false;
_root.brazil_btn.enabled = false;
_root.china_btn.enabled = false;
_root.greenland_btn.enabled = false;
_root.india_btn.enabled = false;
_root.russia_btn.enabled = false;
_root.usa_btn.enabled = false;
_root.mexico_btn.enabled = false;
_root.feedback1a_mc.play();
};
this.greenland_btn.onRelease = function () {
buzz.start();
_root.canada_btn.enabled = false;
_root.africa_btn.enabled = false;
_root.australia_btn.enabled = false;
_root.brazil_btn.enabled = false;
_root.china_btn.enabled = false;
_root.greenland_btn.enabled = false;
_root.india_btn.enabled = false;
_root.russia_btn.enabled = false;
_root.usa_btn.enabled = false;
_root.mexico_btn.enabled = false;
_root.feedback1a_mc.play();
};
this.india_btn.onRelease = function () {
buzz.start();
_root.canada_btn.enabled = false;
_root.africa_btn.enabled = false;
_root.australia_btn.enabled = false;
_root.brazil_btn.enabled = false;
_root.china_btn.enabled = false;
_root.greenland_btn.enabled = false;
_root.india_btn.enabled = false;
_root.russia_btn.enabled = false;
_root.usa_btn.enabled = false;
_root.mexico_btn.enabled = false;
_root.feedback1a_mc.play();
};
this.russia_btn.onRelease = function () {
buzz.start();
_root.canada_btn.enabled = false;
_root.africa_btn.enabled = false;
_root.australia_btn.enabled = false;
_root.brazil_btn.enabled = false;
_root.china_btn.enabled = false;
_root.greenland_btn.enabled = false;
_root.india_btn.enabled = false;
_root.russia_btn.enabled = false;
_root.usa_btn.enabled = false;
_root.mexico_btn.enabled = false;
_root.feedback1a_mc.play();
};
this.usa_btn.onRelease = function () {
buzz.start();
_root.canada_btn.enabled = false;
_root.africa_btn.enabled = false;
_root.australia_btn.enabled = false;
_root.brazil_btn.enabled = false;
_root.china_btn.enabled = false;
_root.greenland_btn.enabled = false;
_root.india_btn.enabled = false;
_root.russia_btn.enabled = false;
_root.usa_btn.enabled = false;
_root.mexico_btn.enabled = false;
_root.feedback1a_mc.play();
};
this.mexico_btn.onRelease = function () {
ding.start();
_root.canada_btn.enabled = false;
_root.africa_btn.enabled = false;
_root.australia_btn.enabled = false;
_root.brazil_btn.enabled = false;
_root.china_btn.enabled = false;
_root.greenland_btn.enabled = false;
_root.india_btn.enabled = false;
_root.russia_btn.enabled = false;
_root.usa_btn.enabled = false;
_root.mexico_btn.enabled = false;
score = score + 1;
_root.feedback1_mc.play();
};
Frame 390
stop();
this.feedback2_mc._visible = false;
this.feedback2a_mc._visible = false;
this.cityNo_btn.onRelease = function () {
buzz.start();
cityYes_btn.enabled = false;
cityNo_btn.enabled = false;
feedback2a_mc._visible = true;
};
this.cityYes_btn.onRelease = function () {
ding.start();
score = score + 1;
cityYes_btn.enabled = false;
cityNo_btn.enabled = false;
feedback2_mc._visible = true;
};
Frame 391
stop();
var arrowPos;
arrowPos = 3;
this.rotateLeft_btn.onRelease = function () {
arrowPos = arrowPos - 1;
pointer_mc._rotation = pointer_mc._rotation - 20;
if (arrowPos == 1) {
rotateLeft_btn.enabled = false;
}
if (arrowPos < 5) {
rotateRight_btn.enabled = true;
}
};
this.rotateRight_btn.onRelease = function () {
arrowPos = arrowPos + 1;
pointer_mc._rotation = pointer_mc._rotation + 20;
if (arrowPos == 5) {
rotateRight_btn.enabled = false;
}
if (arrowPos > 1) {
rotateLeft_btn.enabled = true;
}
};
this.confirm3_btn.onRelease = function () {
_root.rotateLeft_btn.enabled = false;
_root.rotateRight_btn.enabled = false;
_root.confirm3_btn.enabled = false;
if (arrowPos == 4) {
ding.start();
_root.feedback3_mc.play();
score = score + 1;
}
if (arrowPos < 3) {
buzz.start();
_root.feedback3a_mc.play();
}
if (arrowPos == 5) {
buzz.start();
_root.feedback3a_mc.play();
}
if (arrowPos == 3) {
buzz.start();
_root.feedback3b_mc.play();
}
};
Frame 392
stop();
this.feedback4_mc._visible = false;
this.feedback4a_mc._visible = false;
this.joseSubmit_btn.onRelease = function () {
if (joseCuervo_txt.text.toLowerCase() == "jose cuervo") {
score = score + 1;
ding.start();
joseSubmit_btn.enabled = false;
feedback4_mc._visible = true;
} else if (joseCuervo_txt.text == "") {
pleaseType_txt.text = "Type the name on the dotted line.";
} else {
buzz.start();
joseSubmit_btn.enabled = false;
feedback4a_mc._visible = true;
}
};
Frame 393
stop();
this.feedback5_mc._visible = false;
this.feedback5a_mc._visible = false;
Frame 394
score = score + 1;
Frame 395
stop();
this.feedback6_mc._visible = false;
this.feedback6a_mc._visible = false;
if (score == 5) {
this.bsquare2_mc._visible = false;
this.bsquare9_mc._visible = false;
}
if (score == 4) {
this.bsquare4_mc._visible = false;
this.bsquare2_mc._visible = false;
this.bsquare7_mc._visible = false;
}
if (score == 3) {
this.bsquare5_mc._visible = false;
this.bsquare7_mc._visible = false;
this.bsquare9_mc._visible = false;
this.bsquare2_mc._visible = false;
}
if (score == 2) {
this.bsquare2_mc._visible = false;
this.bsquare3_mc._visible = false;
this.bsquare4_mc._visible = false;
this.bsquare5_mc._visible = false;
this.bsquare7_mc._visible = false;
}
if (score == 1) {
this.bsquare2_mc._visible = false;
this.bsquare4_mc._visible = false;
this.bsquare5_mc._visible = false;
this.bsquare6_mc._visible = false;
this.bsquare7_mc._visible = false;
this.bsquare9_mc._visible = false;
}
if (score == 0) {
this.bsquare2_mc._visible = false;
this.bsquare3_mc._visible = false;
this.bsquare4_mc._visible = false;
this.bsquare5_mc._visible = false;
this.bsquare6_mc._visible = false;
this.bsquare7_mc._visible = false;
this.bsquare9_mc._visible = false;
}
this.margA_btn.onRelease = function () {
buzz.start();
margA_btn.enabled = false;
margB_btn.enabled = false;
margC_btn.enabled = false;
margD_btn.enabled = false;
feedback6a_mc._visible = true;
};
this.margC_btn.onRelease = function () {
buzz.start();
margA_btn.enabled = false;
margB_btn.enabled = false;
margC_btn.enabled = false;
margD_btn.enabled = false;
feedback6a_mc._visible = true;
};
this.margD_btn.onRelease = function () {
buzz.start();
margA_btn.enabled = false;
margB_btn.enabled = false;
margC_btn.enabled = false;
margD_btn.enabled = false;
feedback6a_mc._visible = true;
};
this.margB_btn.onRelease = function () {
ding.start();
score = score + 1;
margA_btn.enabled = false;
margB_btn.enabled = false;
margC_btn.enabled = false;
margD_btn.enabled = false;
feedback6_mc._visible = true;
};
Frame 396
stop();
this.feedback7_mc._visible = false;
this.feedback7a_mc._visible = false;
var blenderTries = Number;
blenderTries = 3;
var blenderCorrects = Number;
blenderCorrects = 0;
var xpos1 = rightBottle1_mc._x;
var ypos1 = rightBottle1_mc._y;
rightBottle1_mc.onPress = function () {
this.startDrag(true);
this.swapDepths(2);
};
rightBottle1_mc.onRelease = function () {
this.stopDrag();
if (eval (this._droptarget) == blender_mc) {
ding.start();
rightBottle1_mc._visible = false;
rightBottle1_mc._x = blender_mc._x;
rightBottle1_mc._y = blender_mc._y;
rightBottle1_mc.enabled = false;
blenderCorrects = blenderCorrects + 1;
if (blenderCorrects == 2) {
rightBottle1_mc.enabled = false;
rightBottle2_mc.enabled = false;
wrongBottle1_mc.enabled = false;
wrongBottle2_mc.enabled = false;
wrongBottle3_mc.enabled = false;
wrongBottle4_mc.enabled = false;
score = score + 1;
feedback7_mc._visible = true;
}
} else {
rightBottle1._x = xpos1;
rightBottle1._y = ypos1;
}
};
var xpos2 = rightBottle2_mc._x;
var ypos2 = rightBottle2_mc._y;
rightBottle2_mc.onPress = function () {
this.startDrag(true);
this.swapDepths(2);
};
rightBottle2_mc.onRelease = function () {
this.stopDrag();
if (eval (this._droptarget) == blender_mc) {
ding.start();
rightBottle2_mc._visible = false;
rightBottle2_mc._x = blender_mc._x;
rightBottle2_mc._y = blender_mc._y;
rightBottle2_mc.enabled = false;
blenderCorrects = blenderCorrects + 1;
if (blenderCorrects == 2) {
rightBottle1_mc.enabled = false;
rightBottle2_mc.enabled = false;
wrongBottle1_mc.enabled = false;
wrongBottle2_mc.enabled = false;
wrongBottle3_mc.enabled = false;
wrongBottle4_mc.enabled = false;
score = score + 1;
feedback7_mc._visible = true;
}
} else {
rightBottle2._x = xpos2;
rightBottle2._y = ypos2;
}
};
var xposCoke = wrongBottle1_mc._x;
var yposCoke = wrongBottle1_mc._y;
wrongBottle1_mc.onPress = function () {
this.startDrag(true);
this.swapDepths(2);
};
wrongBottle1_mc.onRelease = function () {
this.stopDrag();
if (eval (this._droptarget) == blender_mc) {
buzz.start();
wrongBottle1_mc._visible = false;
wrongBottle1_mc._x = blender_mc._x;
wrongBottle1_mc._y = blender_mc._y;
wrongBottle1_mc.enabled = false;
blenderTries = blenderTries - 1;
if (blenderTries == 0) {
rightBottle1_mc.enabled = false;
rightBottle2_mc.enabled = false;
wrongBottle1_mc.enabled = false;
wrongBottle2_mc.enabled = false;
wrongBottle3_mc.enabled = false;
wrongBottle4_mc.enabled = false;
feedback7a_mc._visible = true;
}
} else {
wrongBottle1._x = xposCoke;
wrongBottle1._y = yposCoke;
}
};
var xposVodka = wrongBottle2_mc._x;
var yposVodka = wrongBottle2_mc._y;
wrongBottle2_mc.onPress = function () {
this.startDrag(true);
this.swapDepths(2);
};
wrongBottle2_mc.onRelease = function () {
this.stopDrag();
if (eval (this._droptarget) == blender_mc) {
buzz.start();
wrongBottle2_mc._visible = false;
wrongBottle2_mc._x = blender_mc._x;
wrongBottle2_mc._y = blender_mc._y;
wrongBottle2_mc.enabled = false;
blenderTries = blenderTries - 1;
if (blenderTries == 0) {
rightBottle1_mc.enabled = false;
rightBottle2_mc.enabled = false;
wrongBottle1_mc.enabled = false;
wrongBottle2_mc.enabled = false;
wrongBottle3_mc.enabled = false;
wrongBottle4_mc.enabled = false;
feedback7a_mc._visible = true;
}
} else {
wrongBottle2._x = xposVodka;
wrongBottle2._y = yposVodka;
}
};
var xposLemon = wrongBottle3_mc._x;
var yposLemon = wrongBottle3_mc._y;
wrongBottle3_mc.onPress = function () {
this.startDrag(true);
this.swapDepths(2);
};
wrongBottle3_mc.onRelease = function () {
this.stopDrag();
if (eval (this._droptarget) == blender_mc) {
buzz.start();
wrongBottle3_mc._visible = false;
wrongBottle3_mc._x = blender_mc._x;
wrongBottle3_mc._y = blender_mc._y;
wrongBottle3_mc.enabled = false;
blenderTries = blenderTries - 1;
if (blenderTries == 0) {
rightBottle1_mc.enabled = false;
rightBottle2_mc.enabled = false;
wrongBottle1_mc.enabled = false;
wrongBottle2_mc.enabled = false;
wrongBottle3_mc.enabled = false;
wrongBottle4_mc.enabled = false;
feedback7a_mc._visible = true;
}
} else {
wrongBottle3._x = xposLemon;
wrongBottle3._y = yposLemon;
}
};
var xposWater = wrongBottle4_mc._x;
var yposWater = wrongBottle4_mc._y;
wrongBottle4_mc.onPress = function () {
this.startDrag(true);
this.swapDepths(2);
};
wrongBottle4_mc.onRelease = function () {
this.stopDrag();
if (eval (this._droptarget) == blender_mc) {
buzz.start();
wrongBottle4_mc._visible = false;
wrongBottle4_mc._x = blender_mc._x;
wrongBottle4_mc._y = blender_mc._y;
wrongBottle4_mc.enabled = false;
blenderTries = blenderTries - 1;
if (blenderTries == 0) {
rightBottle1_mc.enabled = false;
rightBottle2_mc.enabled = false;
wrongBottle1_mc.enabled = false;
wrongBottle2_mc.enabled = false;
wrongBottle3_mc.enabled = false;
wrongBottle4_mc.enabled = false;
feedback7a_mc._visible = true;
}
} else {
wrongBottle4._x = xposWater;
wrongBottle4._y = yposWater;
}
};
Frame 397
function addCount(tally) {
glassCount = glassCount + tally;
}
stop();
this.resetCup_btn._visible = false;
this.feedback8_mc._visible = false;
this.feedback8a_mc._visible = false;
var cupTries = 3;
var glassCount = 0;
var trackLime = 0;
var trackTeq = 0;
var trackAnswer = 0;
this.lime1part_btn.onPress = function () {
addCount(1);
trackLime = trackLime + 1;
if (trackLime == 3) {
trackLime = 0;
}
if (glassCount == 1) {
_root.cup_mc.gotoAndStop(2);
}
if (glassCount == 2) {
_root.cup_mc.gotoAndStop(3);
}
if (glassCount == 3) {
_root.cup_mc.gotoAndStop(4);
}
if (glassCount > 3) {
buzz.start();
_root.cup_mc.gotoAndStop(5);
cupTries = cupTries - 1;
if (cupTries == 0) {
lime1part_btn.enabled = false;
lime2part_btn.enabled = false;
teq1part_btn.enabled = false;
teq2part_btn.enabled = false;
glassSubmit_btn.enabled = false;
feedback8a_mc._visible = true;
buzz.start();
} else {
resetCup_btn._visible = true;
lime1part_btn.enabled = false;
lime2part_btn.enabled = false;
teq1part_btn.enabled = false;
teq2part_btn.enabled = false;
glassSubmit_btn.enabled = false;
}
}
};
this.lime2part_btn.onPress = function () {
addCount(2);
trackLime = trackLime + 2;
if (trackLime == 3) {
trackLime = 0;
}
if (glassCount == 1) {
_root.cup_mc.gotoAndStop(2);
}
if (glassCount == 2) {
_root.cup_mc.gotoAndStop(3);
}
if (glassCount == 3) {
_root.cup_mc.gotoAndStop(4);
}
if (glassCount > 3) {
buzz.start();
_root.cup_mc.gotoAndStop(5);
cupTries = cupTries - 1;
if (cupTries == 0) {
lime1part_btn.enabled = false;
lime2part_btn.enabled = false;
teq1part_btn.enabled = false;
teq2part_btn.enabled = false;
glassSubmit_btn.enabled = false;
feedback8a_mc._visible = true;
buzz.start();
} else {
resetCup_btn._visible = true;
lime1part_btn.enabled = false;
lime2part_btn.enabled = false;
teq1part_btn.enabled = false;
teq2part_btn.enabled = false;
glassSubmit_btn.enabled = false;
}
}
};
this.teq1part_btn.onPress = function () {
addCount(1);
trackTeq = trackTeq + 1;
if (trackTeq == 2) {
trackTeq = 0;
}
if (glassCount == 1) {
_root.cup_mc.gotoAndStop(2);
}
if (glassCount == 2) {
_root.cup_mc.gotoAndStop(3);
}
if (glassCount == 3) {
_root.cup_mc.gotoAndStop(4);
}
if (glassCount > 3) {
buzz.start();
_root.cup_mc.gotoAndStop(5);
cupTries = cupTries - 1;
if (cupTries == 0) {
lime1part_btn.enabled = false;
lime2part_btn.enabled = false;
teq1part_btn.enabled = false;
teq2part_btn.enabled = false;
glassSubmit_btn.enabled = false;
feedback8a_mc._visible = true;
buzz.start();
} else {
resetCup_btn._visible = true;
lime1part_btn.enabled = false;
lime2part_btn.enabled = false;
teq1part_btn.enabled = false;
teq2part_btn.enabled = false;
glassSubmit_btn.enabled = false;
}
}
};
this.teq2part_btn.onPress = function () {
addCount(2);
trackTeq = trackTeq + 2;
if (trackTeq == 2) {
trackTeq = 0;
}
if (glassCount == 1) {
_root.cup_mc.gotoAndStop(2);
}
if (glassCount == 2) {
_root.cup_mc.gotoAndStop(3);
}
if (glassCount == 3) {
_root.cup_mc.gotoAndStop(4);
}
if (glassCount > 3) {
buzz.start();
_root.cup_mc.gotoAndStop(5);
cupTries = cupTries - 1;
if (cupTries == 0) {
lime1part_btn.enabled = false;
lime2part_btn.enabled = false;
teq1part_btn.enabled = false;
teq2part_btn.enabled = false;
glassSubmit_btn.enabled = false;
feedback8a_mc._visible = true;
buzz.start();
} else {
resetCup_btn._visible = true;
lime1part_btn.enabled = false;
lime2part_btn.enabled = false;
teq1part_btn.enabled = false;
teq2part_btn.enabled = false;
glassSubmit_btn.enabled = false;
}
}
};
this.resetCup_btn.onRelease = function () {
trackLime = 0;
trackTeq = 0;
glassCount = 0;
_root.cup_mc.gotoAndStop(1);
lime1part_btn.enabled = true;
lime2part_btn.enabled = true;
teq1part_btn.enabled = true;
teq2part_btn.enabled = true;
glassSubmit_btn.enabled = true;
resetCup_btn._visible = false;
};
this.glassSubmit_btn.onRelease = function () {
trackAnswer = trackLime + trackTeq;
if (trackAnswer == 3) {
ding.start();
lime1part_btn.enabled = false;
lime2part_btn.enabled = false;
teq1part_btn.enabled = false;
teq2part_btn.enabled = false;
glassSubmit_btn.enabled = false;
resetCup_btn.enabled = false;
score = score + 1;
feedback8_mc._visible = true;
} else {
buzz.start();
cupTries = cupTries - 1;
if (cupTries == 0) {
lime1part_btn.enabled = false;
lime2part_btn.enabled = false;
teq1part_btn.enabled = false;
teq2part_btn.enabled = false;
glassSubmit_btn.enabled = false;
feedback8a_mc._visible = true;
} else {
trackLime = 0;
trackTeq = 0;
glassCount = 0;
_root.cup_mc.gotoAndStop(1);
lime1part_btn.enabled = true;
lime2part_btn.enabled = true;
teq1part_btn.enabled = true;
teq2part_btn.enabled = true;
glassSubmit_btn.enabled = true;
}
}
};
Frame 398
function addSong(titled) {
song.attachSound(titled);
song.stop();
song.start();
}
stop();
this.feedback9_mc._visible = false;
this.feedback9a_mc._visible = false;
var clicks = 0;
var song = new Sound();
this.track1_btn.onPress = function () {
clicks = 1;
addSong("track1");
_root.readouts_mc.gotoAndStop(2);
};
this.track2_btn.onPress = function () {
clicks = 2;
addSong("track2");
_root.readouts_mc.gotoAndStop(3);
};
this.track3_btn.onPress = function () {
clicks = 3;
addSong("track3");
_root.readouts_mc.gotoAndStop(4);
};
this.track4_btn.onPress = function () {
clicks = 4;
addSong("track4");
_root.readouts_mc.gotoAndStop(5);
};
this.cycle_btn.onPress = function () {
clicks = clicks + 1;
if (clicks > 4) {
clicks = 1;
}
addSong("track" + clicks);
if (clicks == 1) {
_root.readouts_mc.gotoAndStop(2);
} else if (clicks == 2) {
_root.readouts_mc.gotoAndStop(3);
} else if (clicks == 3) {
_root.readouts_mc.gotoAndStop(4);
} else if (clicks == 4) {
_root.readouts_mc.gotoAndStop(5);
}
};
this.stop_btn.onPress = function () {
song.stop();
_root.readouts_mc.gotoAndStop(1);
};
this.submit_btn.onRelease = function () {
if (clicks == 3) {
track1_btn.enabled = false;
track2_btn.enabled = false;
track3_btn.enabled = false;
track4_btn.enabled = false;
cycle_btn.enabled = false;
stop_btn.enabled = false;
submit_btn.enabled = false;
score = score + 1;
ding.start();
feedback9_mc._visible = true;
} else {
track1_btn.enabled = false;
track2_btn.enabled = false;
track3_btn.enabled = false;
track4_btn.enabled = false;
cycle_btn.enabled = false;
stop_btn.enabled = false;
submit_btn.enabled = false;
buzz.start();
feedback9a_mc._visible = true;
}
};
Frame 399
stop();
this.feedback10_mc._visible = false;
this.feedback10a_mc._visible = false;
song.stop();
music.start(0, 1000);
var wormxpos = worm_mc._x;
var wormypos = worm_mc._y;
worm_mc.onPress = function () {
this.startDrag(true);
this.swapDepths(2);
_root.worm_mc.play();
};
worm_mc.onRelease = function () {
this.stopDrag();
_root.worm_mc.gotoAndStop(1);
if (eval (this._droptarget) == drop1_mc) {
buzz.start();
worm_mc._visible = false;
worm_mc.enabled = false;
feedback10a_mc._visible = true;
}
if (eval (this._droptarget) == drop2_mc) {
buzz.start();
worm_mc._visible = false;
worm_mc.enabled = false;
feedback10a_mc._visible = true;
}
if (eval (this._droptarget) == drop3_mc) {
ding.start();
score = score + 1;
worm_mc._visible = false;
worm_mc.enabled = false;
feedback10_mc._visible = true;
} else {
worm_mc._x = wormxpos;
worm_mc._y = wormypos;
}
};
Frame 400
stop();
_root.scoreDisplay_txt.text = score;
_root.firstName_txt.text = firstName;
if (score == 10) {
rank_txt.text = "Muchachos Amigo";
_root.sanchoHead_mc.gotoAndStop(5);
} else if ((score >= 8) && (score < 10)) {
rank_txt.text = "Drunky McChug-chug";
_root.sanchoHead_mc.gotoAndStop(4);
} else if ((score >= 5) && (score < 8)) {
_root.sanchoHead_mc.gotoAndStop(3);
rank_txt.text = "AA Dropout";
} else if ((score >= 1) && (score < 5)) {
rank_txt.text = "Sober Sally";
_root.sanchoHead_mc.gotoAndStop(2);
} else {
rank_txt.text = "Pussywillow";
_root.sanchoHead_mc.gotoAndStop(1);
}
this.credits_btn.onRelease = function () {
play();
};
this.main_btn.onRelease = function () {
gotoAndStop (387);
};
Frame 401
stop();
this.mainMenu_btn.onRelease = function () {
gotoAndStop (387);
};
Symbol 18 Button
on (release) {
_root.play();
}
Symbol 19 MovieClip Frame 1
_root.stop();
PercentLoaded = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100;
if (PercentLoaded != 100) {
bar._xscale = PercentLoaded;
} else {
gotoAndStop ("loaded");
}
Symbol 19 MovieClip Frame 2
gotoAndPlay (1);
Symbol 95 MovieClip Frame 1
_root.menu_mc.menuButtons_mc.quit_btn.onRelease = function () {
_root.quitScreen_mc.play();
};
_root.menu_mc.menuButtons_mc.startQuiz_btn.onRelease = function () {
_root.play();
};
_root.menu_mc.menuButtons_mc.credits_btn.onRelease = function () {
_root.gotoAndStop(15);
};
_root.menu_mc.menuButtons_mc.mainHelp_btn.onRelease = function () {
_root.help_mc.play();
};
Symbol 107 MovieClip Frame 1
stop();
Symbol 107 MovieClip Frame 2
_root.menu_mc.menuButtons_mc.quit_btn.enabled = false;
_root.menu_mc.menuButtons_mc.startQuiz_btn.enabled = false;
_root.menu_mc.menuButtons_mc.mainHelp_btn.enabled = false;
_root.menu_mc.menuButtons_mc.credits_btn.enabled = false;
_root.quit_btn.enabled = false;
_root.mute_btn.enabled = false;
_root.unmute_btn.enabled = false;
_root.help_btn.enabled = false;
_root.africa_btn.enabled = false;
_root.australia_btn.enabled = false;
_root.brazil_btn.enabled = false;
_root.canada_btn.enabled = false;
_root.china_btn.enabled = false;
_root.greenland_btn.enabled = false;
_root.india_btn.enabled = false;
_root.mexico_btn.enabled = false;
_root.russia_btn.enabled = false;
_root.usa_btn.enabled = false;
_root.cityYes_btn.enabled = false;
_root.cityNo_btn.enabled = false;
_root.rotateLeft_btn.enabled = false;
_root.rotateRight_btn.enabled = false;
_root.confirm3_btn.enabled = false;
_root.joseSubmit_btn.enabled = false;
_root.lick_btn.enabled = false;
_root.sip_btn.enabled = false;
_root.suck_btn.enabled = false;
_root.margA_btn.enabled = false;
_root.margB_btn.enabled = false;
_root.margC_btn.enabled = false;
_root.margD_btn.enabled = false;
_root.lime1part_btn.enabled = false;
_root.lime2part_btn.enabled = false;
_root.teq1part_btn.enabled = false;
_root.teq2part_btn.enabled = false;
_root.glassSubmit_btn.enabled = false;
_root.resetCup_btn.enabled = false;
_root.track1_btn.enabled = false;
_root.track2_btn.enabled = false;
_root.track3_btn.enabled = false;
_root.track4_btn.enabled = false;
_root.cycle_btn.enabled = false;
_root.stop_btn.enabled = false;
_root.submit_btn.enabled = false;
Symbol 107 MovieClip Frame 13
stop();
_root.quitScreen_mc.quitNo_btn.onRelease = function () {
play();
_root.menu_mc.menuButtons_mc.quit_btn.enabled = true;
_root.menu_mc.menuButtons_mc.startQuiz_btn.enabled = true;
_root.menu_mc.menuButtons_mc.mainHelp_btn.enabled = true;
_root.menu_mc.menuButtons_mc.credits_btn.enabled = true;
_root.quit_btn.enabled = true;
_root.mute_btn.enabled = true;
_root.unmute_btn.enabled = true;
_root.help_btn.enabled = true;
_root.africa_btn.enabled = true;
_root.australia_btn.enabled = true;
_root.brazil_btn.enabled = true;
_root.canada_btn.enabled = true;
_root.china_btn.enabled = true;
_root.greenland_btn.enabled = true;
_root.india_btn.enabled = true;
_root.mexico_btn.enabled = true;
_root.russia_btn.enabled = true;
_root.usa_btn.enabled = true;
_root.cityYes_btn.enabled = true;
_root.cityNo_btn.enabled = true;
_root.rotateLeft_btn.enabled = true;
_root.rotateRight_btn.enabled = true;
_root.confirm3_btn.enabled = true;
_root.joseSubmit_btn.enabled = true;
_root.lick_btn.enabled = true;
_root.sip_btn.enabled = true;
_root.suck_btn.enabled = true;
_root.margA_btn.enabled = true;
_root.margB_btn.enabled = true;
_root.margC_btn.enabled = true;
_root.margD_btn.enabled = true;
_root.lime1part_btn.enabled = true;
_root.lime2part_btn.enabled = true;
_root.teq1part_btn.enabled = true;
_root.teq2part_btn.enabled = true;
_root.glassSubmit_btn.enabled = true;
_root.resetCup_btn.enabled = true;
_root.track1_btn.enabled = true;
_root.track2_btn.enabled = true;
_root.track3_btn.enabled = true;
_root.track4_btn.enabled = true;
_root.cycle_btn.enabled = true;
_root.stop_btn.enabled = true;
_root.submit_btn.enabled = true;
};
_root.quitScreen_mc.quitYes_btn.onRelease = function () {
fscommand ("quit");
};
Symbol 114 MovieClip Frame 1
stop();
Symbol 114 MovieClip Frame 2
_root.menu_mc.menuButtons_mc.quit_btn.enabled = false;
_root.menu_mc.menuButtons_mc.startQuiz_btn.enabled = false;
_root.menu_mc.menuButtons_mc.mainHelp_btn.enabled = false;
_root.menu_mc.menuButtons_mc.credits_btn.enabled = false;
_root.quit_btn.enabled = false;
_root.mute_btn.enabled = false;
_root.unmute_btn.enabled = false;
_root.help_btn.enabled = false;
_root.africa_btn.enabled = false;
_root.australia_btn.enabled = false;
_root.brazil_btn.enabled = false;
_root.canada_btn.enabled = false;
_root.china_btn.enabled = false;
_root.greenland_btn.enabled = false;
_root.india_btn.enabled = false;
_root.mexico_btn.enabled = false;
_root.russia_btn.enabled = false;
_root.usa_btn.enabled = false;
_root.cityYes_btn.enabled = false;
_root.cityNo_btn.enabled = false;
_root.rotateLeft_btn.enabled = false;
_root.rotateRight_btn.enabled = false;
_root.confirm3_btn.enabled = false;
_root.joseSubmit_btn.enabled = false;
_root.lick_btn.enabled = false;
_root.sip_btn.enabled = false;
_root.suck_btn.enabled = false;
_root.margA_btn.enabled = false;
_root.margB_btn.enabled = false;
_root.margC_btn.enabled = false;
_root.margD_btn.enabled = false;
_root.rightBottle1_mc.enabled = false;
_root.rightBottle2_mc.enabled = false;
_root.wrongBottle1_mc.enabled = false;
_root.wrongBottle2_mc.enabled = false;
_root.wrongBottle3_mc.enabled = false;
_root.wrongBottle4_mc.enabled = false;
_root.lime1part_btn.enabled = false;
_root.lime2part_btn.enabled = false;
_root.teq1part_btn.enabled = false;
_root.teq2part_btn.enabled = false;
_root.glassSubmit_btn.enabled = false;
_root.resetCup_btn.enabled = false;
_root.track1_btn.enabled = false;
_root.track2_btn.enabled = false;
_root.track3_btn.enabled = false;
_root.track4_btn.enabled = false;
_root.cycle_btn.enabled = false;
_root.stop_btn.enabled = false;
_root.submit_btn.enabled = false;
_root.worm_mc.enabled = false;
Symbol 114 MovieClip Frame 13
stop();
_root.help_mc.close_btn.onRelease = function () {
play();
_root.menu_mc.menuButtons_mc.quit_btn.enabled = true;
_root.menu_mc.menuButtons_mc.startQuiz_btn.enabled = true;
_root.menu_mc.menuButtons_mc.mainHelp_btn.enabled = true;
_root.menu_mc.menuButtons_mc.credits_btn.enabled = true;
_root.quit_btn.enabled = true;
_root.mute_btn.enabled = true;
_root.unmute_btn.enabled = true;
_root.help_btn.enabled = true;
_root.africa_btn.enabled = true;
_root.australia_btn.enabled = true;
_root.brazil_btn.enabled = true;
_root.canada_btn.enabled = true;
_root.china_btn.enabled = true;
_root.greenland_btn.enabled = true;
_root.india_btn.enabled = true;
_root.mexico_btn.enabled = true;
_root.russia_btn.enabled = true;
_root.usa_btn.enabled = true;
_root.cityYes_btn.enabled = true;
_root.cityNo_btn.enabled = true;
_root.rotateLeft_btn.enabled = true;
_root.rotateRight_btn.enabled = true;
_root.confirm3_btn.enabled = true;
_root.joseSubmit_btn.enabled = true;
_root.lick_btn.enabled = true;
_root.sip_btn.enabled = true;
_root.suck_btn.enabled = true;
_root.margA_btn.enabled = true;
_root.margB_btn.enabled = true;
_root.margC_btn.enabled = true;
_root.margD_btn.enabled = true;
_root.rightBottle1_mc.enabled = true;
_root.rightBottle2_mc.enabled = true;
_root.wrongBottle1_mc.enabled = true;
_root.wrongBottle2_mc.enabled = true;
_root.wrongBottle3_mc.enabled = true;
_root.wrongBottle4_mc.enabled = true;
_root.lime1part_btn.enabled = true;
_root.lime2part_btn.enabled = true;
_root.teq1part_btn.enabled = true;
_root.teq2part_btn.enabled = true;
_root.glassSubmit_btn.enabled = true;
_root.resetCup_btn.enabled = true;
_root.track1_btn.enabled = true;
_root.track2_btn.enabled = true;
_root.track3_btn.enabled = true;
_root.track4_btn.enabled = true;
_root.cycle_btn.enabled = true;
_root.stop_btn.enabled = true;
_root.submit_btn.enabled = true;
_root.worm_mc.enabled = true;
};
Symbol 182 MovieClip Frame 1
stop();
Symbol 182 MovieClip Frame 2
stop();
this.continue_btn.onPress = function () {
_root.play();
};
Symbol 184 MovieClip Frame 1
stop();
Symbol 184 MovieClip Frame 2
stop();
this.continue_btn.onPress = function () {
_root.play();
};
Symbol 186 MovieClip Frame 1
stop();
Symbol 186 MovieClip Frame 2
_root.menu_mc.menuButtons_mc.quit_btn.enabled = false;
_root.menu_mc.menuButtons_mc.startQuiz_btn.enabled = false;
_root.menu_mc.menuButtons_mc.mainHelp_btn.enabled = false;
_root.menu_mc.menuButtons_mc.credits_btn.enabled = false;
_root.quit_btn.enabled = false;
_root.mute_btn.enabled = false;
_root.unmute_btn.enabled = false;
_root.help_btn.enabled = false;
_root.africa_btn.enabled = false;
_root.australia_btn.enabled = false;
_root.brazil_btn.enabled = false;
_root.canada_btn.enabled = false;
_root.china_btn.enabled = false;
_root.greenland_btn.enabled = false;
_root.india_btn.enabled = false;
_root.mexico_btn.enabled = false;
_root.russia_btn.enabled = false;
_root.usa_btn.enabled = false;
_root.cityYes_btn.enabled = false;
_root.cityNo_btn.enabled = false;
_root.rotateLeft_btn.enabled = false;
_root.rotateRight_btn.enabled = false;
_root.confirm3_btn.enabled = false;
_root.joseSubmit_btn.enabled = false;
_root.lick_btn.enabled = false;
_root.sip_btn.enabled = false;
_root.suck_btn.enabled = false;
_root.margA_btn.enabled = false;
_root.margB_btn.enabled = false;
_root.margC_btn.enabled = false;
_root.margD_btn.enabled = false;
_root.rightBottle1_mc.enabled = false;
_root.rightBottle2_mc.enabled = false;
_root.wrongBottle1_mc.enabled = false;
_root.wrongBottle2_mc.enabled = false;
_root.wrongBottle3_mc.enabled = false;
_root.wrongBottle4_mc.enabled = false;
_root.lime1part_btn.enabled = false;
_root.lime2part_btn.enabled = false;
_root.teq1part_btn.enabled = false;
_root.teq2part_btn.enabled = false;
_root.glassSubmit_btn.enabled = false;
_root.resetCup_btn.enabled = false;
_root.track1_btn.enabled = false;
_root.track2_btn.enabled = false;
_root.track3_btn.enabled = false;
_root.track4_btn.enabled = false;
_root.cycle_btn.enabled = false;
_root.stop_btn.enabled = false;
_root.submit_btn.enabled = false;
_root.worm_mc.enabled = false;
Symbol 186 MovieClip Frame 13
stop();
_root.helpScreen_mc.close_btn.onRelease = function () {
play();
_root.menu_mc.menuButtons_mc.quit_btn.enabled = true;
_root.menu_mc.menuButtons_mc.startQuiz_btn.enabled = true;
_root.menu_mc.menuButtons_mc.mainHelp_btn.enabled = true;
_root.menu_mc.menuButtons_mc.credits_btn.enabled = true;
_root.quit_btn.enabled = true;
_root.mute_btn.enabled = true;
_root.unmute_btn.enabled = true;
_root.help_btn.enabled = true;
_root.africa_btn.enabled = true;
_root.australia_btn.enabled = true;
_root.brazil_btn.enabled = true;
_root.canada_btn.enabled = true;
_root.china_btn.enabled = true;
_root.greenland_btn.enabled = true;
_root.india_btn.enabled = true;
_root.mexico_btn.enabled = true;
_root.russia_btn.enabled = true;
_root.usa_btn.enabled = true;
_root.cityYes_btn.enabled = true;
_root.cityNo_btn.enabled = true;
_root.rotateLeft_btn.enabled = true;
_root.rotateRight_btn.enabled = true;
_root.confirm3_btn.enabled = true;
_root.joseSubmit_btn.enabled = true;
_root.lick_btn.enabled = true;
_root.sip_btn.enabled = true;
_root.suck_btn.enabled = true;
_root.margA_btn.enabled = true;
_root.margB_btn.enabled = true;
_root.margC_btn.enabled = true;
_root.margD_btn.enabled = true;
_root.rightBottle1_mc.enabled = true;
_root.rightBottle2_mc.enabled = true;
_root.wrongBottle1_mc.enabled = true;
_root.wrongBottle2_mc.enabled = true;
_root.wrongBottle3_mc.enabled = true;
_root.wrongBottle4_mc.enabled = true;
_root.lime1part_btn.enabled = true;
_root.lime2part_btn.enabled = true;
_root.teq1part_btn.enabled = true;
_root.teq2part_btn.enabled = true;
_root.glassSubmit_btn.enabled = true;
_root.resetCup_btn.enabled = true;
_root.track1_btn.enabled = true;
_root.track2_btn.enabled = true;
_root.track3_btn.enabled = true;
_root.track4_btn.enabled = true;
_root.cycle_btn.enabled = true;
_root.stop_btn.enabled = true;
_root.submit_btn.enabled = true;
_root.worm_mc.enabled = true;
};
Symbol 201 MovieClip Frame 1
stop();
this.continue_btn.onPress = function () {
_root.play();
};
Symbol 203 MovieClip Frame 1
stop();
this.continue_btn.onPress = function () {
_root.play();
};
Symbol 205 MovieClip Frame 1
stop();
Symbol 205 MovieClip Frame 2
_root.menu_mc.menuButtons_mc.quit_btn.enabled = false;
_root.menu_mc.menuButtons_mc.startQuiz_btn.enabled = false;
_root.menu_mc.menuButtons_mc.mainHelp_btn.enabled = false;
_root.menu_mc.menuButtons_mc.credits_btn.enabled = false;
_root.quit_btn.enabled = false;
_root.mute_btn.enabled = false;
_root.unmute_btn.enabled = false;
_root.help_btn.enabled = false;
_root.africa_btn.enabled = false;
_root.australia_btn.enabled = false;
_root.brazil_btn.enabled = false;
_root.canada_btn.enabled = false;
_root.china_btn.enabled = false;
_root.greenland_btn.enabled = false;
_root.india_btn.enabled = false;
_root.mexico_btn.enabled = false;
_root.russia_btn.enabled = false;
_root.usa_btn.enabled = false;
_root.cityYes_btn.enabled = false;
_root.cityNo_btn.enabled = false;
_root.rotateLeft_btn.enabled = false;
_root.rotateRight_btn.enabled = false;
_root.confirm3_btn.enabled = false;
_root.joseSubmit_btn.enabled = false;
_root.lick_btn.enabled = false;
_root.sip_btn.enabled = false;
_root.suck_btn.enabled = false;
_root.margA_btn.enabled = false;
_root.margB_btn.enabled = false;
_root.margC_btn.enabled = false;
_root.margD_btn.enabled = false;
_root.rightBottle1_mc.enabled = false;
_root.rightBottle2_mc.enabled = false;
_root.wrongBottle1_mc.enabled = false;
_root.wrongBottle2_mc.enabled = false;
_root.wrongBottle3_mc.enabled = false;
_root.wrongBottle4_mc.enabled = false;
_root.lime1part_btn.enabled = false;
_root.lime2part_btn.enabled = false;
_root.teq1part_btn.enabled = false;
_root.teq2part_btn.enabled = false;
_root.glassSubmit_btn.enabled = false;
_root.resetCup_btn.enabled = false;
_root.track1_btn.enabled = false;
_root.track2_btn.enabled = false;
_root.track3_btn.enabled = false;
_root.track4_btn.enabled = false;
_root.cycle_btn.enabled = false;
_root.stop_btn.enabled = false;
_root.submit_btn.enabled = false;
_root.worm_mc.enabled = false;
Symbol 205 MovieClip Frame 13
stop();
_root.helpScreen_mc.close_btn.onRelease = function () {
play();
_root.menu_mc.menuButtons_mc.quit_btn.enabled = true;
_root.menu_mc.menuButtons_mc.startQuiz_btn.enabled = true;
_root.menu_mc.menuButtons_mc.mainHelp_btn.enabled = true;
_root.menu_mc.menuButtons_mc.credits_btn.enabled = true;
_root.quit_btn.enabled = true;
_root.mute_btn.enabled = true;
_root.unmute_btn.enabled = true;
_root.help_btn.enabled = true;
_root.africa_btn.enabled = true;
_root.australia_btn.enabled = true;
_root.brazil_btn.enabled = true;
_root.canada_btn.enabled = true;
_root.china_btn.enabled = true;
_root.greenland_btn.enabled = true;
_root.india_btn.enabled = true;
_root.mexico_btn.enabled = true;
_root.russia_btn.enabled = true;
_root.usa_btn.enabled = true;
_root.cityYes_btn.enabled = true;
_root.cityNo_btn.enabled = true;
_root.rotateLeft_btn.enabled = true;
_root.rotateRight_btn.enabled = true;
_root.confirm3_btn.enabled = true;
_root.joseSubmit_btn.enabled = true;
_root.lick_btn.enabled = true;
_root.sip_btn.enabled = true;
_root.suck_btn.enabled = true;
_root.margA_btn.enabled = true;
_root.margB_btn.enabled = true;
_root.margC_btn.enabled = true;
_root.margD_btn.enabled = true;
_root.rightBottle1_mc.enabled = true;
_root.rightBottle2_mc.enabled = true;
_root.wrongBottle1_mc.enabled = true;
_root.wrongBottle2_mc.enabled = true;
_root.wrongBottle3_mc.enabled = true;
_root.wrongBottle4_mc.enabled = true;
_root.lime1part_btn.enabled = true;
_root.lime2part_btn.enabled = true;
_root.teq1part_btn.enabled = true;
_root.teq2part_btn.enabled = true;
_root.glassSubmit_btn.enabled = true;
_root.resetCup_btn.enabled = true;
_root.track1_btn.enabled = true;
_root.track2_btn.enabled = true;
_root.track3_btn.enabled = true;
_root.track4_btn.enabled = true;
_root.cycle_btn.enabled = true;
_root.stop_btn.enabled = true;
_root.submit_btn.enabled = true;
_root.worm_mc.enabled = true;
};
Symbol 217 MovieClip Frame 1
stop();
Symbol 217 MovieClip Frame 2
stop();
this.continue_btn.onPress = function () {
_root.play();
};
Symbol 219 MovieClip Frame 1
stop();
Symbol 219 MovieClip Frame 2
stop();
this.continue_btn.onPress = function () {
_root.play();
};
Symbol 221 MovieClip Frame 1
stop();
Symbol 221 MovieClip Frame 2
stop();
this.continue_btn.onPress = function () {
_root.play();
};
Symbol 223 MovieClip Frame 1
stop();
Symbol 223 MovieClip Frame 2
_root.menu_mc.menuButtons_mc.quit_btn.enabled = false;
_root.menu_mc.menuButtons_mc.startQuiz_btn.enabled = false;
_root.menu_mc.menuButtons_mc.mainHelp_btn.enabled = false;
_root.menu_mc.menuButtons_mc.credits_btn.enabled = false;
_root.quit_btn.enabled = false;
_root.mute_btn.enabled = false;
_root.unmute_btn.enabled = false;
_root.help_btn.enabled = false;
_root.africa_btn.enabled = false;
_root.australia_btn.enabled = false;
_root.brazil_btn.enabled = false;
_root.canada_btn.enabled = false;
_root.china_btn.enabled = false;
_root.greenland_btn.enabled = false;
_root.india_btn.enabled = false;
_root.mexico_btn.enabled = false;
_root.russia_btn.enabled = false;
_root.usa_btn.enabled = false;
_root.cityYes_btn.enabled = false;
_root.cityNo_btn.enabled = false;
_root.rotateLeft_btn.enabled = false;
_root.rotateRight_btn.enabled = false;
_root.confirm3_btn.enabled = false;
_root.joseSubmit_btn.enabled = false;
_root.lick_btn.enabled = false;
_root.sip_btn.enabled = false;
_root.suck_btn.enabled = false;
_root.margA_btn.enabled = false;
_root.margB_btn.enabled = false;
_root.margC_btn.enabled = false;
_root.margD_btn.enabled = false;
_root.rightBottle1_mc.enabled = false;
_root.rightBottle2_mc.enabled = false;
_root.wrongBottle1_mc.enabled = false;
_root.wrongBottle2_mc.enabled = false;
_root.wrongBottle3_mc.enabled = false;
_root.wrongBottle4_mc.enabled = false;
_root.lime1part_btn.enabled = false;
_root.lime2part_btn.enabled = false;
_root.teq1part_btn.enabled = false;
_root.teq2part_btn.enabled = false;
_root.glassSubmit_btn.enabled = false;
_root.resetCup_btn.enabled = false;
_root.track1_btn.enabled = false;
_root.track2_btn.enabled = false;
_root.track3_btn.enabled = false;
_root.track4_btn.enabled = false;
_root.cycle_btn.enabled = false;
_root.stop_btn.enabled = false;
_root.submit_btn.enabled = false;
_root.worm_mc.enabled = false;
Symbol 223 MovieClip Frame 13
stop();
_root.helpScreen_mc.close_btn.onRelease = function () {
play();
_root.menu_mc.menuButtons_mc.quit_btn.enabled = true;
_root.menu_mc.menuButtons_mc.startQuiz_btn.enabled = true;
_root.menu_mc.menuButtons_mc.mainHelp_btn.enabled = true;
_root.menu_mc.menuButtons_mc.credits_btn.enabled = true;
_root.quit_btn.enabled = true;
_root.mute_btn.enabled = true;
_root.unmute_btn.enabled = true;
_root.help_btn.enabled = true;
_root.africa_btn.enabled = true;
_root.australia_btn.enabled = true;
_root.brazil_btn.enabled = true;
_root.canada_btn.enabled = true;
_root.china_btn.enabled = true;
_root.greenland_btn.enabled = true;
_root.india_btn.enabled = true;
_root.mexico_btn.enabled = true;
_root.russia_btn.enabled = true;
_root.usa_btn.enabled = true;
_root.cityYes_btn.enabled = true;
_root.cityNo_btn.enabled = true;
_root.rotateLeft_btn.enabled = true;
_root.rotateRight_btn.enabled = true;
_root.confirm3_btn.enabled = true;
_root.joseSubmit_btn.enabled = true;
_root.lick_btn.enabled = true;
_root.sip_btn.enabled = true;
_root.suck_btn.enabled = true;
_root.margA_btn.enabled = true;
_root.margB_btn.enabled = true;
_root.margC_btn.enabled = true;
_root.margD_btn.enabled = true;
_root.rightBottle1_mc.enabled = true;
_root.rightBottle2_mc.enabled = true;
_root.wrongBottle1_mc.enabled = true;
_root.wrongBottle2_mc.enabled = true;
_root.wrongBottle3_mc.enabled = true;
_root.wrongBottle4_mc.enabled = true;
_root.lime1part_btn.enabled = true;
_root.lime2part_btn.enabled = true;
_root.teq1part_btn.enabled = true;
_root.teq2part_btn.enabled = true;
_root.glassSubmit_btn.enabled = true;
_root.resetCup_btn.enabled = true;
_root.track1_btn.enabled = true;
_root.track2_btn.enabled = true;
_root.track3_btn.enabled = true;
_root.track4_btn.enabled = true;
_root.cycle_btn.enabled = true;
_root.stop_btn.enabled = true;
_root.submit_btn.enabled = true;
_root.worm_mc.enabled = true;
};
Symbol 232 MovieClip Frame 1
stop();
this.continue_btn.onPress = function () {
_root.play();
};
Symbol 234 MovieClip Frame 1
stop();
this.continue_btn.onPress = function () {
_root.play();
};
Symbol 236 MovieClip Frame 1
stop();
Symbol 236 MovieClip Frame 2
_root.menu_mc.menuButtons_mc.quit_btn.enabled = false;
_root.menu_mc.menuButtons_mc.startQuiz_btn.enabled = false;
_root.menu_mc.menuButtons_mc.mainHelp_btn.enabled = false;
_root.menu_mc.menuButtons_mc.credits_btn.enabled = false;
_root.quit_btn.enabled = false;
_root.mute_btn.enabled = false;
_root.unmute_btn.enabled = false;
_root.help_btn.enabled = false;
_root.africa_btn.enabled = false;
_root.australia_btn.enabled = false;
_root.brazil_btn.enabled = false;
_root.canada_btn.enabled = false;
_root.china_btn.enabled = false;
_root.greenland_btn.enabled = false;
_root.india_btn.enabled = false;
_root.mexico_btn.enabled = false;
_root.russia_btn.enabled = false;
_root.usa_btn.enabled = false;
_root.cityYes_btn.enabled = false;
_root.cityNo_btn.enabled = false;
_root.rotateLeft_btn.enabled = false;
_root.rotateRight_btn.enabled = false;
_root.confirm3_btn.enabled = false;
_root.joseSubmit_btn.enabled = false;
_root.lick_btn.enabled = false;
_root.sip_btn.enabled = false;
_root.suck_btn.enabled = false;
_root.margA_btn.enabled = false;
_root.margB_btn.enabled = false;
_root.margC_btn.enabled = false;
_root.margD_btn.enabled = false;
_root.rightBottle1_mc.enabled = false;
_root.rightBottle2_mc.enabled = false;
_root.wrongBottle1_mc.enabled = false;
_root.wrongBottle2_mc.enabled = false;
_root.wrongBottle3_mc.enabled = false;
_root.wrongBottle4_mc.enabled = false;
_root.lime1part_btn.enabled = false;
_root.lime2part_btn.enabled = false;
_root.teq1part_btn.enabled = false;
_root.teq2part_btn.enabled = false;
_root.glassSubmit_btn.enabled = false;
_root.resetCup_btn.enabled = false;
_root.track1_btn.enabled = false;
_root.track2_btn.enabled = false;
_root.track3_btn.enabled = false;
_root.track4_btn.enabled = false;
_root.cycle_btn.enabled = false;
_root.stop_btn.enabled = false;
_root.submit_btn.enabled = false;
_root.worm_mc.enabled = false;
Symbol 236 MovieClip Frame 13
stop();
_root.helpScreen_mc.close_btn.onRelease = function () {
play();
_root.menu_mc.menuButtons_mc.quit_btn.enabled = true;
_root.menu_mc.menuButtons_mc.startQuiz_btn.enabled = true;
_root.menu_mc.menuButtons_mc.mainHelp_btn.enabled = true;
_root.menu_mc.menuButtons_mc.credits_btn.enabled = true;
_root.quit_btn.enabled = true;
_root.mute_btn.enabled = true;
_root.unmute_btn.enabled = true;
_root.help_btn.enabled = true;
_root.africa_btn.enabled = true;
_root.australia_btn.enabled = true;
_root.brazil_btn.enabled = true;
_root.canada_btn.enabled = true;
_root.china_btn.enabled = true;
_root.greenland_btn.enabled = true;
_root.india_btn.enabled = true;
_root.mexico_btn.enabled = true;
_root.russia_btn.enabled = true;
_root.usa_btn.enabled = true;
_root.cityYes_btn.enabled = true;
_root.cityNo_btn.enabled = true;
_root.rotateLeft_btn.enabled = true;
_root.rotateRight_btn.enabled = true;
_root.confirm3_btn.enabled = true;
_root.joseSubmit_btn.enabled = true;
_root.lick_btn.enabled = true;
_root.sip_btn.enabled = true;
_root.suck_btn.enabled = true;
_root.margA_btn.enabled = true;
_root.margB_btn.enabled = true;
_root.margC_btn.enabled = true;
_root.margD_btn.enabled = true;
_root.rightBottle1_mc.enabled = true;
_root.rightBottle2_mc.enabled = true;
_root.wrongBottle1_mc.enabled = true;
_root.wrongBottle2_mc.enabled = true;
_root.wrongBottle3_mc.enabled = true;
_root.wrongBottle4_mc.enabled = true;
_root.lime1part_btn.enabled = true;
_root.lime2part_btn.enabled = true;
_root.teq1part_btn.enabled = true;
_root.teq2part_btn.enabled = true;
_root.glassSubmit_btn.enabled = true;
_root.resetCup_btn.enabled = true;
_root.track1_btn.enabled = true;
_root.track2_btn.enabled = true;
_root.track3_btn.enabled = true;
_root.track4_btn.enabled = true;
_root.cycle_btn.enabled = true;
_root.stop_btn.enabled = true;
_root.submit_btn.enabled = true;
_root.worm_mc.enabled = true;
};
Symbol 398 MovieClip Frame 1
var slammerTries = 3;
Symbol 398 MovieClip Frame 2
stop();
if (slammerTries == 0) {
_root.feedback5a_mc._visible = true;
lick_btn.enabled = false;
sip_btn.enabled = false;
suck_btn.enabled = false;
}
_root.sanchoSlammer.lick_btn.onPress = function () {
gotoAndPlay ("lick");
};
_root.sanchoSlammer.sip_btn.onPress = function () {
gotoAndPlay ("sip");
};
_root.sanchoSlammer.suck_btn.onPress = function () {
gotoAndPlay ("suck");
};
Symbol 398 MovieClip Frame 16
_root.ding.start();
Symbol 398 MovieClip Frame 26
stop();
_root.sanchoSlammer.lick_btn.onPress = function () {
gotoAndPlay ("lick lick");
};
_root.sanchoSlammer.sip_btn.onPress = function () {
gotoAndPlay ("lick sip");
};
_root.sanchoSlammer.suck_btn.onPress = function () {
gotoAndPlay ("lick suck");
};
Symbol 398 MovieClip Frame 41
_root.buzz.start();
Symbol 398 MovieClip Frame 52
slammerTries = slammerTries - 1;
gotoAndStop (2);
Symbol 398 MovieClip Frame 67
_root.ding.start();
Symbol 398 MovieClip Frame 79
stop();
_root.sanchoSlammer.lick_btn.onPress = function () {
gotoAndPlay ("lick sip lick");
};
_root.sanchoSlammer.sip_btn.onPress = function () {
gotoAndPlay ("lick sip sip");
};
_root.sanchoSlammer.suck_btn.onPress = function () {
gotoAndPlay ("lick sip suck");
};
Symbol 398 MovieClip Frame 97
_root.buzz.start();
Symbol 398 MovieClip Frame 109
slammerTries = slammerTries - 1;
gotoAndStop (2);
Symbol 398 MovieClip Frame 126
_root.buzz.start();
Symbol 398 MovieClip Frame 139
slammerTries = slammerTries - 1;
gotoAndStop (2);
Symbol 398 MovieClip Frame 155
_root.buzz.start();
Symbol 398 MovieClip Frame 165
slammerTries = slammerTries - 1;
gotoAndStop (2);
Symbol 398 MovieClip Frame 180
_root.buzz.start();
Symbol 398 MovieClip Frame 193
slammerTries = slammerTries - 1;
gotoAndStop (2);
Symbol 398 MovieClip Frame 208
_root.buzz.start();
Symbol 398 MovieClip Frame 221
slammerTries = slammerTries - 1;
gotoAndStop (2);
Symbol 398 MovieClip Frame 249
stop();
_root.ding.start();
_root.feedback5_mc._visible = true;
Symbol 401 MovieClip Frame 1
stop();
this.continue_btn.onPress = function () {
_root.play();
};
Symbol 403 MovieClip Frame 1
stop();
this.continue_btn.onPress = function () {
_root.gotoAndPlay(394);
};
Symbol 405 MovieClip Frame 1
stop();
Symbol 405 MovieClip Frame 2
_root.menu_mc.menuButtons_mc.quit_btn.enabled = false;
_root.menu_mc.menuButtons_mc.startQuiz_btn.enabled = false;
_root.menu_mc.menuButtons_mc.mainHelp_btn.enabled = false;
_root.menu_mc.menuButtons_mc.credits_btn.enabled = false;
_root.quit_btn.enabled = false;
_root.mute_btn.enabled = false;
_root.unmute_btn.enabled = false;
_root.help_btn.enabled = false;
_root.africa_btn.enabled = false;
_root.australia_btn.enabled = false;
_root.brazil_btn.enabled = false;
_root.canada_btn.enabled = false;
_root.china_btn.enabled = false;
_root.greenland_btn.enabled = false;
_root.india_btn.enabled = false;
_root.mexico_btn.enabled = false;
_root.russia_btn.enabled = false;
_root.usa_btn.enabled = false;
_root.cityYes_btn.enabled = false;
_root.cityNo_btn.enabled = false;
_root.rotateLeft_btn.enabled = false;
_root.rotateRight_btn.enabled = false;
_root.confirm3_btn.enabled = false;
_root.joseSubmit_btn.enabled = false;
_root.lick_btn.enabled = false;
_root.sip_btn.enabled = false;
_root.suck_btn.enabled = false;
_root.margA_btn.enabled = false;
_root.margB_btn.enabled = false;
_root.margC_btn.enabled = false;
_root.margD_btn.enabled = false;
_root.rightBottle1_mc.enabled = false;
_root.rightBottle2_mc.enabled = false;
_root.wrongBottle1_mc.enabled = false;
_root.wrongBottle2_mc.enabled = false;
_root.wrongBottle3_mc.enabled = false;
_root.wrongBottle4_mc.enabled = false;
_root.lime1part_btn.enabled = false;
_root.lime2part_btn.enabled = false;
_root.teq1part_btn.enabled = false;
_root.teq2part_btn.enabled = false;
_root.glassSubmit_btn.enabled = false;
_root.resetCup_btn.enabled = false;
_root.track1_btn.enabled = false;
_root.track2_btn.enabled = false;
_root.track3_btn.enabled = false;
_root.track4_btn.enabled = false;
_root.cycle_btn.enabled = false;
_root.stop_btn.enabled = false;
_root.submit_btn.enabled = false;
_root.worm_mc.enabled = false;
Symbol 405 MovieClip Frame 13
stop();
_root.helpScreen_mc.close_btn.onRelease = function () {
play();
_root.menu_mc.menuButtons_mc.quit_btn.enabled = true;
_root.menu_mc.menuButtons_mc.startQuiz_btn.enabled = true;
_root.menu_mc.menuButtons_mc.mainHelp_btn.enabled = true;
_root.menu_mc.menuButtons_mc.credits_btn.enabled = true;
_root.quit_btn.enabled = true;
_root.mute_btn.enabled = true;
_root.unmute_btn.enabled = true;
_root.help_btn.enabled = true;
_root.africa_btn.enabled = true;
_root.australia_btn.enabled = true;
_root.brazil_btn.enabled = true;
_root.canada_btn.enabled = true;
_root.china_btn.enabled = true;
_root.greenland_btn.enabled = true;
_root.india_btn.enabled = true;
_root.mexico_btn.enabled = true;
_root.russia_btn.enabled = true;
_root.usa_btn.enabled = true;
_root.cityYes_btn.enabled = true;
_root.cityNo_btn.enabled = true;
_root.rotateLeft_btn.enabled = true;
_root.rotateRight_btn.enabled = true;
_root.confirm3_btn.enabled = true;
_root.joseSubmit_btn.enabled = true;
_root.lick_btn.enabled = true;
_root.sip_btn.enabled = true;
_root.suck_btn.enabled = true;
_root.margA_btn.enabled = true;
_root.margB_btn.enabled = true;
_root.margC_btn.enabled = true;
_root.margD_btn.enabled = true;
_root.rightBottle1_mc.enabled = true;
_root.rightBottle2_mc.enabled = true;
_root.wrongBottle1_mc.enabled = true;
_root.wrongBottle2_mc.enabled = true;
_root.wrongBottle3_mc.enabled = true;
_root.wrongBottle4_mc.enabled = true;
_root.lime1part_btn.enabled = true;
_root.lime2part_btn.enabled = true;
_root.teq1part_btn.enabled = true;
_root.teq2part_btn.enabled = true;
_root.glassSubmit_btn.enabled = true;
_root.resetCup_btn.enabled = true;
_root.track1_btn.enabled = true;
_root.track2_btn.enabled = true;
_root.track3_btn.enabled = true;
_root.track4_btn.enabled = true;
_root.cycle_btn.enabled = true;
_root.stop_btn.enabled = true;
_root.submit_btn.enabled = true;
_root.worm_mc.enabled = true;
};
Symbol 431 MovieClip Frame 1
stop();
this.continue_btn.onPress = function () {
_root.play();
};
Symbol 434 MovieClip Frame 1
stop();
this.continue_btn.onPress = function () {
_root.play();
};
Symbol 436 MovieClip Frame 1
stop();
Symbol 436 MovieClip Frame 2
_root.menu_mc.menuButtons_mc.quit_btn.enabled = false;
_root.menu_mc.menuButtons_mc.startQuiz_btn.enabled = false;
_root.menu_mc.menuButtons_mc.mainHelp_btn.enabled = false;
_root.menu_mc.menuButtons_mc.credits_btn.enabled = false;
_root.quit_btn.enabled = false;
_root.mute_btn.enabled = false;
_root.unmute_btn.enabled = false;
_root.help_btn.enabled = false;
_root.africa_btn.enabled = false;
_root.australia_btn.enabled = false;
_root.brazil_btn.enabled = false;
_root.canada_btn.enabled = false;
_root.china_btn.enabled = false;
_root.greenland_btn.enabled = false;
_root.india_btn.enabled = false;
_root.mexico_btn.enabled = false;
_root.russia_btn.enabled = false;
_root.usa_btn.enabled = false;
_root.cityYes_btn.enabled = false;
_root.cityNo_btn.enabled = false;
_root.rotateLeft_btn.enabled = false;
_root.rotateRight_btn.enabled = false;
_root.confirm3_btn.enabled = false;
_root.joseSubmit_btn.enabled = false;
_root.lick_btn.enabled = false;
_root.sip_btn.enabled = false;
_root.suck_btn.enabled = false;
_root.margA_btn.enabled = false;
_root.margB_btn.enabled = false;
_root.margC_btn.enabled = false;
_root.margD_btn.enabled = false;
_root.rightBottle1_mc.enabled = false;
_root.rightBottle2_mc.enabled = false;
_root.wrongBottle1_mc.enabled = false;
_root.wrongBottle2_mc.enabled = false;
_root.wrongBottle3_mc.enabled = false;
_root.wrongBottle4_mc.enabled = false;
_root.lime1part_btn.enabled = false;
_root.lime2part_btn.enabled = false;
_root.teq1part_btn.enabled = false;
_root.teq2part_btn.enabled = false;
_root.glassSubmit_btn.enabled = false;
_root.resetCup_btn.enabled = false;
_root.track1_btn.enabled = false;
_root.track2_btn.enabled = false;
_root.track3_btn.enabled = false;
_root.track4_btn.enabled = false;
_root.cycle_btn.enabled = false;
_root.stop_btn.enabled = false;
_root.submit_btn.enabled = false;
_root.worm_mc.enabled = false;
Symbol 436 MovieClip Frame 13
stop();
_root.helpScreen_mc.close_btn.onRelease = function () {
play();
_root.menu_mc.menuButtons_mc.quit_btn.enabled = true;
_root.menu_mc.menuButtons_mc.startQuiz_btn.enabled = true;
_root.menu_mc.menuButtons_mc.mainHelp_btn.enabled = true;
_root.menu_mc.menuButtons_mc.credits_btn.enabled = true;
_root.quit_btn.enabled = true;
_root.mute_btn.enabled = true;
_root.unmute_btn.enabled = true;
_root.help_btn.enabled = true;
_root.africa_btn.enabled = true;
_root.australia_btn.enabled = true;
_root.brazil_btn.enabled = true;
_root.canada_btn.enabled = true;
_root.china_btn.enabled = true;
_root.greenland_btn.enabled = true;
_root.india_btn.enabled = true;
_root.mexico_btn.enabled = true;
_root.russia_btn.enabled = true;
_root.usa_btn.enabled = true;
_root.cityYes_btn.enabled = true;
_root.cityNo_btn.enabled = true;
_root.rotateLeft_btn.enabled = true;
_root.rotateRight_btn.enabled = true;
_root.confirm3_btn.enabled = true;
_root.joseSubmit_btn.enabled = true;
_root.lick_btn.enabled = true;
_root.sip_btn.enabled = true;
_root.suck_btn.enabled = true;
_root.margA_btn.enabled = true;
_root.margB_btn.enabled = true;
_root.margC_btn.enabled = true;
_root.margD_btn.enabled = true;
_root.rightBottle1_mc.enabled = true;
_root.rightBottle2_mc.enabled = true;
_root.wrongBottle1_mc.enabled = true;
_root.wrongBottle2_mc.enabled = true;
_root.wrongBottle3_mc.enabled = true;
_root.wrongBottle4_mc.enabled = true;
_root.lime1part_btn.enabled = true;
_root.lime2part_btn.enabled = true;
_root.teq1part_btn.enabled = true;
_root.teq2part_btn.enabled = true;
_root.glassSubmit_btn.enabled = true;
_root.resetCup_btn.enabled = true;
_root.track1_btn.enabled = true;
_root.track2_btn.enabled = true;
_root.track3_btn.enabled = true;
_root.track4_btn.enabled = true;
_root.cycle_btn.enabled = true;
_root.stop_btn.enabled = true;
_root.submit_btn.enabled = true;
_root.worm_mc.enabled = true;
};
Symbol 452 MovieClip Frame 1
stop();
this.continue_btn.onPress = function () {
_root.play();
};
Symbol 454 MovieClip Frame 1
stop();
this.continue_btn.onPress = function () {
_root.play();
};
Symbol 456 MovieClip Frame 1
stop();
Symbol 456 MovieClip Frame 2
_root.menu_mc.menuButtons_mc.quit_btn.enabled = false;
_root.menu_mc.menuButtons_mc.startQuiz_btn.enabled = false;
_root.menu_mc.menuButtons_mc.mainHelp_btn.enabled = false;
_root.menu_mc.menuButtons_mc.credits_btn.enabled = false;
_root.quit_btn.enabled = false;
_root.mute_btn.enabled = false;
_root.unmute_btn.enabled = false;
_root.help_btn.enabled = false;
_root.africa_btn.enabled = false;
_root.australia_btn.enabled = false;
_root.brazil_btn.enabled = false;
_root.canada_btn.enabled = false;
_root.china_btn.enabled = false;
_root.greenland_btn.enabled = false;
_root.india_btn.enabled = false;
_root.mexico_btn.enabled = false;
_root.russia_btn.enabled = false;
_root.usa_btn.enabled = false;
_root.cityYes_btn.enabled = false;
_root.cityNo_btn.enabled = false;
_root.rotateLeft_btn.enabled = false;
_root.rotateRight_btn.enabled = false;
_root.confirm3_btn.enabled = false;
_root.joseSubmit_btn.enabled = false;
_root.lick_btn.enabled = false;
_root.sip_btn.enabled = false;
_root.suck_btn.enabled = false;
_root.margA_btn.enabled = false;
_root.margB_btn.enabled = false;
_root.margC_btn.enabled = false;
_root.margD_btn.enabled = false;
_root.lime1part_btn.enabled = false;
_root.lime2part_btn.enabled = false;
_root.teq1part_btn.enabled = false;
_root.teq2part_btn.enabled = false;
_root.glassSubmit_btn.enabled = false;
_root.resetCup_btn.enabled = false;
_root.track1_btn.enabled = false;
_root.track2_btn.enabled = false;
_root.track3_btn.enabled = false;
_root.track4_btn.enabled = false;
_root.cycle_btn.enabled = false;
_root.stop_btn.enabled = false;
_root.submit_btn.enabled = false;
Symbol 456 MovieClip Frame 13
stop();
_root.helpScreen_mc.close_btn.onRelease = function () {
play();
_root.menu_mc.menuButtons_mc.quit_btn.enabled = true;
_root.menu_mc.menuButtons_mc.startQuiz_btn.enabled = true;
_root.menu_mc.menuButtons_mc.mainHelp_btn.enabled = true;
_root.menu_mc.menuButtons_mc.credits_btn.enabled = true;
_root.quit_btn.enabled = true;
_root.mute_btn.enabled = true;
_root.unmute_btn.enabled = true;
_root.help_btn.enabled = true;
_root.africa_btn.enabled = true;
_root.australia_btn.enabled = true;
_root.brazil_btn.enabled = true;
_root.canada_btn.enabled = true;
_root.china_btn.enabled = true;
_root.greenland_btn.enabled = true;
_root.india_btn.enabled = true;
_root.mexico_btn.enabled = true;
_root.russia_btn.enabled = true;
_root.usa_btn.enabled = true;
_root.cityYes_btn.enabled = true;
_root.cityNo_btn.enabled = true;
_root.rotateLeft_btn.enabled = true;
_root.rotateRight_btn.enabled = true;
_root.confirm3_btn.enabled = true;
_root.joseSubmit_btn.enabled = true;
_root.lick_btn.enabled = true;
_root.sip_btn.enabled = true;
_root.suck_btn.enabled = true;
_root.margA_btn.enabled = true;
_root.margB_btn.enabled = true;
_root.margC_btn.enabled = true;
_root.margD_btn.enabled = true;
_root.lime1part_btn.enabled = true;
_root.lime2part_btn.enabled = true;
_root.teq1part_btn.enabled = true;
_root.teq2part_btn.enabled = true;
_root.glassSubmit_btn.enabled = true;
_root.resetCup_btn.enabled = true;
_root.track1_btn.enabled = true;
_root.track2_btn.enabled = true;
_root.track3_btn.enabled = true;
_root.track4_btn.enabled = true;
_root.cycle_btn.enabled = true;
_root.stop_btn.enabled = true;
_root.submit_btn.enabled = true;
};
Symbol 462 MovieClip Frame 1
stop();
Symbol 462 MovieClip Frame 2
stop();
Symbol 462 MovieClip Frame 3
stop();
Symbol 462 MovieClip Frame 4
stop();
Symbol 462 MovieClip Frame 5
stop();
Symbol 482 MovieClip Frame 1
stop();
this.continue_btn.onPress = function () {
_root.play();
};
Symbol 484 MovieClip Frame 1
stop();
this.continue_btn.onPress = function () {
_root.play();
};
Symbol 486 MovieClip Frame 1
stop();
Symbol 486 MovieClip Frame 2
_root.menu_mc.menuButtons_mc.quit_btn.enabled = false;
_root.menu_mc.menuButtons_mc.startQuiz_btn.enabled = false;
_root.menu_mc.menuButtons_mc.mainHelp_btn.enabled = false;
_root.menu_mc.menuButtons_mc.credits_btn.enabled = false;
_root.quit_btn.enabled = false;
_root.mute_btn.enabled = false;
_root.unmute_btn.enabled = false;
_root.help_btn.enabled = false;
_root.africa_btn.enabled = false;
_root.australia_btn.enabled = false;
_root.brazil_btn.enabled = false;
_root.canada_btn.enabled = false;
_root.china_btn.enabled = false;
_root.greenland_btn.enabled = false;
_root.india_btn.enabled = false;
_root.mexico_btn.enabled = false;
_root.russia_btn.enabled = false;
_root.usa_btn.enabled = false;
_root.cityYes_btn.enabled = false;
_root.cityNo_btn.enabled = false;
_root.rotateLeft_btn.enabled = false;
_root.rotateRight_btn.enabled = false;
_root.confirm3_btn.enabled = false;
_root.joseSubmit_btn.enabled = false;
_root.lick_btn.enabled = false;
_root.sip_btn.enabled = false;
_root.suck_btn.enabled = false;
_root.margA_btn.enabled = false;
_root.margB_btn.enabled = false;
_root.margC_btn.enabled = false;
_root.margD_btn.enabled = false;
_root.rightBottle1_mc.enabled = false;
_root.rightBottle2_mc.enabled = false;
_root.wrongBottle1_mc.enabled = false;
_root.wrongBottle2_mc.enabled = false;
_root.wrongBottle3_mc.enabled = false;
_root.wrongBottle4_mc.enabled = false;
_root.lime1part_btn.enabled = false;
_root.lime2part_btn.enabled = false;
_root.teq1part_btn.enabled = false;
_root.teq2part_btn.enabled = false;
_root.glassSubmit_btn.enabled = false;
_root.resetCup_btn.enabled = false;
_root.track1_btn.enabled = false;
_root.track2_btn.enabled = false;
_root.track3_btn.enabled = false;
_root.track4_btn.enabled = false;
_root.cycle_btn.enabled = false;
_root.stop_btn.enabled = false;
_root.submit_btn.enabled = false;
_root.worm_mc.enabled = false;
Symbol 486 MovieClip Frame 13
stop();
_root.helpScreen_mc.close_btn.onRelease = function () {
play();
_root.menu_mc.menuButtons_mc.quit_btn.enabled = true;
_root.menu_mc.menuButtons_mc.startQuiz_btn.enabled = true;
_root.menu_mc.menuButtons_mc.mainHelp_btn.enabled = true;
_root.menu_mc.menuButtons_mc.credits_btn.enabled = true;
_root.quit_btn.enabled = true;
_root.mute_btn.enabled = true;
_root.unmute_btn.enabled = true;
_root.help_btn.enabled = true;
_root.africa_btn.enabled = true;
_root.australia_btn.enabled = true;
_root.brazil_btn.enabled = true;
_root.canada_btn.enabled = true;
_root.china_btn.enabled = true;
_root.greenland_btn.enabled = true;
_root.india_btn.enabled = true;
_root.mexico_btn.enabled = true;
_root.russia_btn.enabled = true;
_root.usa_btn.enabled = true;
_root.cityYes_btn.enabled = true;
_root.cityNo_btn.enabled = true;
_root.rotateLeft_btn.enabled = true;
_root.rotateRight_btn.enabled = true;
_root.confirm3_btn.enabled = true;
_root.joseSubmit_btn.enabled = true;
_root.lick_btn.enabled = true;
_root.sip_btn.enabled = true;
_root.suck_btn.enabled = true;
_root.margA_btn.enabled = true;
_root.margB_btn.enabled = true;
_root.margC_btn.enabled = true;
_root.margD_btn.enabled = true;
_root.rightBottle1_mc.enabled = true;
_root.rightBottle2_mc.enabled = true;
_root.wrongBottle1_mc.enabled = true;
_root.wrongBottle2_mc.enabled = true;
_root.wrongBottle3_mc.enabled = true;
_root.wrongBottle4_mc.enabled = true;
_root.lime1part_btn.enabled = true;
_root.lime2part_btn.enabled = true;
_root.teq1part_btn.enabled = true;
_root.teq2part_btn.enabled = true;
_root.glassSubmit_btn.enabled = true;
_root.resetCup_btn.enabled = true;
_root.track1_btn.enabled = true;
_root.track2_btn.enabled = true;
_root.track3_btn.enabled = true;
_root.track4_btn.enabled = true;
_root.cycle_btn.enabled = true;
_root.stop_btn.enabled = true;
_root.submit_btn.enabled = true;
_root.worm_mc.enabled = true;
};
Symbol 502 MovieClip Frame 1
stop();
Symbol 502 MovieClip Frame 2
stop();
Symbol 502 MovieClip Frame 3
stop();
Symbol 502 MovieClip Frame 4
stop();
Symbol 502 MovieClip Frame 5
stop();
Symbol 507 MovieClip Frame 1
stop();
this.continue_btn.onPress = function () {
_root.play();
};
Symbol 509 MovieClip Frame 1
stop();
this.continue_btn.onPress = function () {
_root.play();
};
Symbol 511 MovieClip Frame 1
stop();
Symbol 511 MovieClip Frame 2
_root.menu_mc.menuButtons_mc.quit_btn.enabled = false;
_root.menu_mc.menuButtons_mc.startQuiz_btn.enabled = false;
_root.menu_mc.menuButtons_mc.mainHelp_btn.enabled = false;
_root.menu_mc.menuButtons_mc.credits_btn.enabled = false;
_root.quit_btn.enabled = false;
_root.mute_btn.enabled = false;
_root.unmute_btn.enabled = false;
_root.help_btn.enabled = false;
_root.africa_btn.enabled = false;
_root.australia_btn.enabled = false;
_root.brazil_btn.enabled = false;
_root.canada_btn.enabled = false;
_root.china_btn.enabled = false;
_root.greenland_btn.enabled = false;
_root.india_btn.enabled = false;
_root.mexico_btn.enabled = false;
_root.russia_btn.enabled = false;
_root.usa_btn.enabled = false;
_root.cityYes_btn.enabled = false;
_root.cityNo_btn.enabled = false;
_root.rotateLeft_btn.enabled = false;
_root.rotateRight_btn.enabled = false;
_root.confirm3_btn.enabled = false;
_root.joseSubmit_btn.enabled = false;
_root.lick_btn.enabled = false;
_root.sip_btn.enabled = false;
_root.suck_btn.enabled = false;
_root.margA_btn.enabled = false;
_root.margB_btn.enabled = false;
_root.margC_btn.enabled = false;
_root.margD_btn.enabled = false;
_root.rightBottle1_mc.enabled = false;
_root.rightBottle2_mc.enabled = false;
_root.wrongBottle1_mc.enabled = false;
_root.wrongBottle2_mc.enabled = false;
_root.wrongBottle3_mc.enabled = false;
_root.wrongBottle4_mc.enabled = false;
_root.lime1part_btn.enabled = false;
_root.lime2part_btn.enabled = false;
_root.teq1part_btn.enabled = false;
_root.teq2part_btn.enabled = false;
_root.glassSubmit_btn.enabled = false;
_root.resetCup_btn.enabled = false;
_root.track1_btn.enabled = false;
_root.track2_btn.enabled = false;
_root.track3_btn.enabled = false;
_root.track4_btn.enabled = false;
_root.cycle_btn.enabled = false;
_root.stop_btn.enabled = false;
_root.submit_btn.enabled = false;
_root.worm_mc.enabled = false;
Symbol 511 MovieClip Frame 13
stop();
_root.helpScreen_mc.close_btn.onRelease = function () {
play();
_root.menu_mc.menuButtons_mc.quit_btn.enabled = true;
_root.menu_mc.menuButtons_mc.startQuiz_btn.enabled = true;
_root.menu_mc.menuButtons_mc.mainHelp_btn.enabled = true;
_root.menu_mc.menuButtons_mc.credits_btn.enabled = true;
_root.quit_btn.enabled = true;
_root.mute_btn.enabled = true;
_root.unmute_btn.enabled = true;
_root.help_btn.enabled = true;
_root.africa_btn.enabled = true;
_root.australia_btn.enabled = true;
_root.brazil_btn.enabled = true;
_root.canada_btn.enabled = true;
_root.china_btn.enabled = true;
_root.greenland_btn.enabled = true;
_root.india_btn.enabled = true;
_root.mexico_btn.enabled = true;
_root.russia_btn.enabled = true;
_root.usa_btn.enabled = true;
_root.cityYes_btn.enabled = true;
_root.cityNo_btn.enabled = true;
_root.rotateLeft_btn.enabled = true;
_root.rotateRight_btn.enabled = true;
_root.confirm3_btn.enabled = true;
_root.joseSubmit_btn.enabled = true;
_root.lick_btn.enabled = true;
_root.sip_btn.enabled = true;
_root.suck_btn.enabled = true;
_root.margA_btn.enabled = true;
_root.margB_btn.enabled = true;
_root.margC_btn.enabled = true;
_root.margD_btn.enabled = true;
_root.rightBottle1_mc.enabled = true;
_root.rightBottle2_mc.enabled = true;
_root.wrongBottle1_mc.enabled = true;
_root.wrongBottle2_mc.enabled = true;
_root.wrongBottle3_mc.enabled = true;
_root.wrongBottle4_mc.enabled = true;
_root.lime1part_btn.enabled = true;
_root.lime2part_btn.enabled = true;
_root.teq1part_btn.enabled = true;
_root.teq2part_btn.enabled = true;
_root.glassSubmit_btn.enabled = true;
_root.resetCup_btn.enabled = true;
_root.track1_btn.enabled = true;
_root.track2_btn.enabled = true;
_root.track3_btn.enabled = true;
_root.track4_btn.enabled = true;
_root.cycle_btn.enabled = true;
_root.stop_btn.enabled = true;
_root.submit_btn.enabled = true;
_root.worm_mc.enabled = true;
};
Symbol 518 MovieClip Frame 1
stop();
Symbol 518 MovieClip Frame 36
gotoAndPlay (2);
Symbol 520 MovieClip Frame 1
stop();
this.continue_btn.onPress = function () {
_root.play();
};
Symbol 522 MovieClip Frame 1
stop();
this.continue_btn.onPress = function () {
_root.play();
};
Symbol 524 MovieClip Frame 1
stop();
Symbol 524 MovieClip Frame 2
_root.menu_mc.menuButtons_mc.quit_btn.enabled = false;
_root.menu_mc.menuButtons_mc.startQuiz_btn.enabled = false;
_root.menu_mc.menuButtons_mc.mainHelp_btn.enabled = false;
_root.menu_mc.menuButtons_mc.credits_btn.enabled = false;
_root.quit_btn.enabled = false;
_root.mute_btn.enabled = false;
_root.unmute_btn.enabled = false;
_root.help_btn.enabled = false;
_root.africa_btn.enabled = false;
_root.australia_btn.enabled = false;
_root.brazil_btn.enabled = false;
_root.canada_btn.enabled = false;
_root.china_btn.enabled = false;
_root.greenland_btn.enabled = false;
_root.india_btn.enabled = false;
_root.mexico_btn.enabled = false;
_root.russia_btn.enabled = false;
_root.usa_btn.enabled = false;
_root.cityYes_btn.enabled = false;
_root.cityNo_btn.enabled = false;
_root.rotateLeft_btn.enabled = false;
_root.rotateRight_btn.enabled = false;
_root.confirm3_btn.enabled = false;
_root.joseSubmit_btn.enabled = false;
_root.lick_btn.enabled = false;
_root.sip_btn.enabled = false;
_root.suck_btn.enabled = false;
_root.margA_btn.enabled = false;
_root.margB_btn.enabled = false;
_root.margC_btn.enabled = false;
_root.margD_btn.enabled = false;
_root.lime1part_btn.enabled = false;
_root.lime2part_btn.enabled = false;
_root.teq1part_btn.enabled = false;
_root.teq2part_btn.enabled = false;
_root.glassSubmit_btn.enabled = false;
_root.resetCup_btn.enabled = false;
_root.track1_btn.enabled = false;
_root.track2_btn.enabled = false;
_root.track3_btn.enabled = false;
_root.track4_btn.enabled = false;
_root.cycle_btn.enabled = false;
_root.stop_btn.enabled = false;
_root.submit_btn.enabled = false;
Symbol 524 MovieClip Frame 13
stop();
_root.helpScreen_mc.close_btn.onRelease = function () {
play();
_root.menu_mc.menuButtons_mc.quit_btn.enabled = true;
_root.menu_mc.menuButtons_mc.startQuiz_btn.enabled = true;
_root.menu_mc.menuButtons_mc.mainHelp_btn.enabled = true;
_root.menu_mc.menuButtons_mc.credits_btn.enabled = true;
_root.quit_btn.enabled = true;
_root.mute_btn.enabled = true;
_root.unmute_btn.enabled = true;
_root.help_btn.enabled = true;
_root.africa_btn.enabled = true;
_root.australia_btn.enabled = true;
_root.brazil_btn.enabled = true;
_root.canada_btn.enabled = true;
_root.china_btn.enabled = true;
_root.greenland_btn.enabled = true;
_root.india_btn.enabled = true;
_root.mexico_btn.enabled = true;
_root.russia_btn.enabled = true;
_root.usa_btn.enabled = true;
_root.cityYes_btn.enabled = true;
_root.cityNo_btn.enabled = true;
_root.rotateLeft_btn.enabled = true;
_root.rotateRight_btn.enabled = true;
_root.confirm3_btn.enabled = true;
_root.joseSubmit_btn.enabled = true;
_root.lick_btn.enabled = true;
_root.sip_btn.enabled = true;
_root.suck_btn.enabled = true;
_root.margA_btn.enabled = true;
_root.margB_btn.enabled = true;
_root.margC_btn.enabled = true;
_root.margD_btn.enabled = true;
_root.lime1part_btn.enabled = true;
_root.lime2part_btn.enabled = true;
_root.teq1part_btn.enabled = true;
_root.teq2part_btn.enabled = true;
_root.glassSubmit_btn.enabled = true;
_root.resetCup_btn.enabled = true;
_root.track1_btn.enabled = true;
_root.track2_btn.enabled = true;
_root.track3_btn.enabled = true;
_root.track4_btn.enabled = true;
_root.cycle_btn.enabled = true;
_root.stop_btn.enabled = true;
_root.submit_btn.enabled = true;
};
Symbol 541 MovieClip Frame 1
stop();
Symbol 541 MovieClip Frame 2
stop();
Symbol 541 MovieClip Frame 3
stop();
Symbol 541 MovieClip Frame 4
stop();
Symbol 541 MovieClip Frame 5
stop();