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

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

Know your tequila.swf

This is the info page for
Flash #47841

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


Text
loading

play

play

play

K

N

O

W

y

o

u

r

t

e

q

u

i

l

a

Are you sure you
want to quit?

<p align="center"></p>

<p align="left"></p>

<p align="center"></p>

<p align="center"></p>

ActionScript [AS1/AS2]

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();

Library Items

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

Instance Names

"mainHelp_btn"Frame 373Symbol 90 Button
"credits_btn"Frame 373Symbol 90 Button
"startQuiz_btn"Frame 373Symbol 90 Button
"quit_btn"Frame 373Symbol 90 Button
"menu_mc"Frame 387Symbol 96 MovieClip
"quitScreen_mc"Frame 387Symbol 107 MovieClip
"help_mc"Frame 387Symbol 114 MovieClip
"username_txt"Frame 388Symbol 117 EditableText
"confirmName_btn"Frame 388Symbol 120 Button
"warning_txt"Frame 388Symbol 121 EditableText
"australia_btn"Frame 389Symbol 127 Button
"usa_btn"Frame 389Symbol 131 Button
"mexico_btn"Frame 389Symbol 135 Button
"canada_btn"Frame 389Symbol 139 Button
"greenland_btn"Frame 389Symbol 144 Button
"africa_btn"Frame 389Symbol 149 Button
"brazil_btn"Frame 389Symbol 153 Button
"china_btn"Frame 389Symbol 157 Button
"russia_btn"Frame 389Symbol 162 Button
"india_btn"Frame 389Symbol 167 Button
"help_btn"Frame 389Symbol 173 Button
"quit_btn"Frame 389Symbol 175 Button
"mute_btn"Frame 389Symbol 177 Button
"unmute_btn"Frame 389Symbol 180 Button
"feedback1_mc"Frame 389Symbol 182 MovieClip
"feedback1a_mc"Frame 389Symbol 184 MovieClip
"helpScreen_mc"Frame 389Symbol 186 MovieClip
"cityNo_btn"Frame 390Symbol 194 Button
"cityYes_btn"Frame 390Symbol 196 Button
"feedback2_mc"Frame 390Symbol 201 MovieClip
"feedback2a_mc"Frame 390Symbol 203 MovieClip
"helpScreen_mc"Frame 390Symbol 205 MovieClip
"pointer_mc"Frame 391Symbol 207 MovieClip
"rotateRight_btn"Frame 391Symbol 211 Button
"rotateLeft_btn"Frame 391Symbol 211 Button
"confirm3_btn"Frame 391Symbol 214 Button
"feedback3_mc"Frame 391Symbol 217 MovieClip
"feedback3a_mc"Frame 391Symbol 219 MovieClip
"feedback3b_mc"Frame 391Symbol 221 MovieClip
"helpScreen_mc"Frame 391Symbol 223 MovieClip
"joseSubmit_btn"Frame 392Symbol 227 Button
"pleaseType_txt"Frame 392Symbol 228 EditableText
"joseCuervo_txt"Frame 392Symbol 230 EditableText
"feedback4a_mc"Frame 392Symbol 232 MovieClip
"feedback4_mc"Frame 392Symbol 234 MovieClip
"helpScreen_mc"Frame 392Symbol 236 MovieClip
"sanchoSlammer"Frame 393Symbol 398 MovieClip
"feedback5_mc"Frame 393Symbol 401 MovieClip
"feedback5a_mc"Frame 393Symbol 403 MovieClip
"helpScreen_mc"Frame 393Symbol 405 MovieClip
"margA_btn"Frame 395Symbol 413 Button
"margB_btn"Frame 395Symbol 417 Button
"margC_btn"Frame 395Symbol 421 Button
"margD_btn"Frame 395Symbol 425 Button
"bsquare2_mc"Frame 395Symbol 428 MovieClip
"bsquare3_mc"Frame 395Symbol 428 MovieClip
"bsquare5_mc"Frame 395Symbol 428 MovieClip
"bsquare6_mc"Frame 395Symbol 428 MovieClip
"bsquare4_mc"Frame 395Symbol 428 MovieClip
"bsquare7_mc"Frame 395Symbol 428 MovieClip
"bsquare9_mc"Frame 395Symbol 428 MovieClip
"feedback6a_mc"Frame 395Symbol 431 MovieClip
"feedback6_mc"Frame 395Symbol 434 MovieClip
"helpScreen_mc"Frame 395Symbol 436 MovieClip
"blender_mc"Frame 396Symbol 439 MovieClip
"rightBottle1_mc"Frame 396Symbol 46 MovieClip
"rightBottle2_mc"Frame 396Symbol 32 MovieClip
"wrongBottle1_mc"Frame 396Symbol 442 MovieClip
"wrongBottle2_mc"Frame 396Symbol 49 MovieClip
"wrongBottle3_mc"Frame 396Symbol 445 MovieClip
"wrongBottle4_mc"Frame 396Symbol 448 MovieClip
"feedback7_mc"Frame 396Symbol 452 MovieClip
"feedback7a_mc"Frame 396Symbol 454 MovieClip
"helpScreen_mc"Frame 396Symbol 456 MovieClip
"cup_mc"Frame 397Symbol 462 MovieClip
"lime1part_btn"Frame 397Symbol 466 Button
"lime2part_btn"Frame 397Symbol 470 Button
"teq1part_btn"Frame 397Symbol 466 Button
"teq2part_btn"Frame 397Symbol 470 Button
"glassSubmit_btn"Frame 397Symbol 474 Button
"resetCup_btn"Frame 397Symbol 478 Button
"feedback8_mc"Frame 397Symbol 482 MovieClip
"feedback8a_mc"Frame 397Symbol 484 MovieClip
"helpScreen_mc"Frame 397Symbol 486 MovieClip
"track4_btn"Frame 398Symbol 487 Button
"track3_btn"Frame 398Symbol 487 Button
"track2_btn"Frame 398Symbol 487 Button
"track1_btn"Frame 398Symbol 487 Button
"cycle_btn"Frame 398Symbol 487 Button
"readouts_mc"Frame 398Symbol 502 MovieClip
"stop_btn"Frame 398Symbol 487 Button
"submit_btn"Frame 398Symbol 487 Button
"feedback9a_mc"Frame 398Symbol 507 MovieClip
"feedback9_mc"Frame 398Symbol 509 MovieClip
"helpScreen_mc"Frame 398Symbol 511 MovieClip
"drop1_mc"Frame 399Symbol 513 MovieClip
"drop2_mc"Frame 399Symbol 513 MovieClip
"drop3_mc"Frame 399Symbol 513 MovieClip
"worm_mc"Frame 399Symbol 518 MovieClip
"feedback10_mc"Frame 399Symbol 520 MovieClip
"feedback10a_mc"Frame 399Symbol 522 MovieClip
"helpScreen_mc"Frame 399Symbol 524 MovieClip
"scoreDisplay_txt"Frame 400Symbol 526 EditableText
"firstName_txt"Frame 400Symbol 527 EditableText
"rank_txt"Frame 400Symbol 528 EditableText
"main_btn"Frame 400Symbol 532 Button
"credits_btn"Frame 400Symbol 535 Button
"sanchoHead_mc"Frame 400Symbol 541 MovieClip
"mainMenu_btn"Frame 401Symbol 532 Button
"bar"Symbol 19 MovieClip Frame 1Symbol 9 MovieClip
"mainHelp_btn"Symbol 95 MovieClip Frame 1Symbol 90 Button
"credits_btn"Symbol 95 MovieClip Frame 1Symbol 90 Button
"startQuiz_btn"Symbol 95 MovieClip Frame 1Symbol 90 Button
"quit_btn"Symbol 95 MovieClip Frame 1Symbol 90 Button
"menuButtons_mc"Symbol 96 MovieClip Frame 1Symbol 95 MovieClip
"mainHelp_btn"Symbol 96 MovieClip Frame 295Symbol 90 Button
"credits_btn"Symbol 96 MovieClip Frame 295Symbol 90 Button
"startQuiz_btn"Symbol 96 MovieClip Frame 295Symbol 90 Button
"quit_btn"Symbol 96 MovieClip Frame 295Symbol 90 Button
"quitYes_btn"Symbol 107 MovieClip Frame 2Symbol 103 Button
"quitNo_btn"Symbol 107 MovieClip Frame 2Symbol 106 Button
"quitYes_btn"Symbol 107 MovieClip Frame 13Symbol 103 Button
"quitNo_btn"Symbol 107 MovieClip Frame 13Symbol 106 Button
"quitYes_btn"Symbol 107 MovieClip Frame 14Symbol 103 Button
"quitNo_btn"Symbol 107 MovieClip Frame 14Symbol 106 Button
"close_btn"Symbol 114 MovieClip Frame 2Symbol 112 Button
"close_btn"Symbol 114 MovieClip Frame 13Symbol 112 Button
"close_btn"Symbol 114 MovieClip Frame 14Symbol 112 Button
"continue_btn"Symbol 182 MovieClip Frame 2Symbol 120 Button
"continue_btn"Symbol 184 MovieClip Frame 2Symbol 120 Button
"close_btn"Symbol 186 MovieClip Frame 1Symbol 112 Button
"close_btn"Symbol 186 MovieClip Frame 13Symbol 112 Button
"close_btn"Symbol 186 MovieClip Frame 14Symbol 112 Button
"continue_btn"Symbol 201 MovieClip Frame 1Symbol 120 Button
"continue_btn"Symbol 203 MovieClip Frame 1Symbol 120 Button
"close_btn"Symbol 205 MovieClip Frame 1Symbol 112 Button
"close_btn"Symbol 205 MovieClip Frame 13Symbol 112 Button
"close_btn"Symbol 205 MovieClip Frame 14Symbol 112 Button
"continue_btn"Symbol 217 MovieClip Frame 2Symbol 120 Button
"continue_btn"Symbol 219 MovieClip Frame 2Symbol 120 Button
"continue_btn"Symbol 221 MovieClip Frame 2Symbol 120 Button
"close_btn"Symbol 223 MovieClip Frame 1Symbol 112 Button
"close_btn"Symbol 223 MovieClip Frame 13Symbol 112 Button
"close_btn"Symbol 223 MovieClip Frame 14Symbol 112 Button
"continue_btn"Symbol 232 MovieClip Frame 1Symbol 120 Button
"continue_btn"Symbol 234 MovieClip Frame 1Symbol 120 Button
"close_btn"Symbol 236 MovieClip Frame 1Symbol 112 Button
"close_btn"Symbol 236 MovieClip Frame 13Symbol 112 Button
"close_btn"Symbol 236 MovieClip Frame 14Symbol 112 Button
"lick_btn"Symbol 398 MovieClip Frame 1Symbol 242 Button
"sip_btn"Symbol 398 MovieClip Frame 1Symbol 246 Button
"suck_btn"Symbol 398 MovieClip Frame 1Symbol 249 Button
"lick_btn"Symbol 398 MovieClip Frame 26Symbol 242 Button
"sip_btn"Symbol 398 MovieClip Frame 26Symbol 246 Button
"suck_btn"Symbol 398 MovieClip Frame 26Symbol 249 Button
"lick_btn"Symbol 398 MovieClip Frame 79Symbol 242 Button
"sip_btn"Symbol 398 MovieClip Frame 79Symbol 246 Button
"suck_btn"Symbol 398 MovieClip Frame 79Symbol 249 Button
"continue_btn"Symbol 401 MovieClip Frame 1Symbol 120 Button
"continue_btn"Symbol 403 MovieClip Frame 1Symbol 120 Button
"close_btn"Symbol 405 MovieClip Frame 1Symbol 112 Button
"close_btn"Symbol 405 MovieClip Frame 13Symbol 112 Button
"close_btn"Symbol 405 MovieClip Frame 14Symbol 112 Button
"continue_btn"Symbol 431 MovieClip Frame 1Symbol 120 Button
"continue_btn"Symbol 434 MovieClip Frame 1Symbol 120 Button
"close_btn"Symbol 436 MovieClip Frame 1Symbol 112 Button
"close_btn"Symbol 436 MovieClip Frame 13Symbol 112 Button
"close_btn"Symbol 436 MovieClip Frame 14Symbol 112 Button
"continue_btn"Symbol 452 MovieClip Frame 1Symbol 120 Button
"continue_btn"Symbol 454 MovieClip Frame 1Symbol 120 Button
"close_btn"Symbol 456 MovieClip Frame 2Symbol 112 Button
"close_btn"Symbol 456 MovieClip Frame 13Symbol 112 Button
"close_btn"Symbol 456 MovieClip Frame 14Symbol 112 Button
"continue_btn"Symbol 482 MovieClip Frame 1Symbol 120 Button
"continue_btn"Symbol 484 MovieClip Frame 1Symbol 120 Button
"close_btn"Symbol 486 MovieClip Frame 1Symbol 112 Button
"close_btn"Symbol 486 MovieClip Frame 13Symbol 112 Button
"close_btn"Symbol 486 MovieClip Frame 14Symbol 112 Button
"continue_btn"Symbol 507 MovieClip Frame 1Symbol 120 Button
"continue_btn"Symbol 509 MovieClip Frame 1Symbol 120 Button
"close_btn"Symbol 511 MovieClip Frame 1Symbol 112 Button
"close_btn"Symbol 511 MovieClip Frame 13Symbol 112 Button
"close_btn"Symbol 511 MovieClip Frame 14Symbol 112 Button
"continue_btn"Symbol 520 MovieClip Frame 1Symbol 120 Button
"continue_btn"Symbol 522 MovieClip Frame 1Symbol 120 Button
"close_btn"Symbol 524 MovieClip Frame 2Symbol 112 Button
"close_btn"Symbol 524 MovieClip Frame 13Symbol 112 Button
"close_btn"Symbol 524 MovieClip Frame 14Symbol 112 Button

Special Tags

FileAttributes (69)Timeline Frame 1Access local files only, Metadata not present, AS1/AS2.
ExportAssets (56)Timeline Frame 1Symbol 1 as "track3"
ExportAssets (56)Timeline Frame 1Symbol 2 as "track1"
ExportAssets (56)Timeline Frame 1Symbol 3 as "track2"
ExportAssets (56)Timeline Frame 1Symbol 4 as "track4"
ExportAssets (56)Timeline Frame 1Symbol 5 as "ding"
ExportAssets (56)Timeline Frame 1Symbol 6 as "buzz"

Labels

"loaded"Symbol 19 MovieClip Frame 3
"lick"Symbol 398 MovieClip Frame 3
"lick lick"Symbol 398 MovieClip Frame 27
"lick sip"Symbol 398 MovieClip Frame 53
"lick sip sip"Symbol 398 MovieClip Frame 80
"sip"Symbol 398 MovieClip Frame 110
"lick sip lick"Symbol 398 MovieClip Frame 140
"lick suck"Symbol 398 MovieClip Frame 166
"suck"Symbol 398 MovieClip Frame 194
"lick sip suck"Symbol 398 MovieClip Frame 222




http://swfchan.com/10/47841/info.shtml
Created: 1/5 -2019 01:34:58 Last modified: 1/5 -2019 01:34:58 Server time: 16/06 -2024 11:21:31