Instance of Symbol 13 MovieClip "progressBar_mc" in Frame 1
onClipEvent (load) {
this._visible = 0;
}
onClipEvent (enterFrame) {
loadedBytes = _parent.getBytesLoaded();
totalBytes = _parent.getBytesTotal();
if (loadedBytes > 0) {
if (loadedBytes < totalBytes) {
this._visible = 1;
_parent.stop();
percentLoaded = Math.floor((loadedBytes / totalBytes) * 100);
this.progressBarFill_mc._xscale = percentLoaded;
} else {
this._visible = 0;
_parent.play();
}
}
}
Frame 33
_root.objectVar = 0;
_root.engine1Score = 0;
_root.engine2Score = 0;
_root.engine3Score = 0;
stop();
Frame 34
stop();
Frame 35
stop();
Frame 36
stop();
Frame 37
stop();
Frame 38
_root.timeVar = 30;
_root.engine1Score = 0;
stop();
Instance of Symbol 52 MovieClip "basket_mc" in Frame 38
onClipEvent (enterFrame) {
this._x = _root._xmouse;
if (_root.engine1Score == 5) {
this.gotoAndStop("a");
}
if (_root.engine1Score == 10) {
this.gotoAndStop("b");
}
if (_root.engine1Score == 20) {
this.gotoAndStop("c");
}
}
Instance of Symbol 61 MovieClip "fruit2" in Frame 38
onClipEvent (load) {
this._y = random(400) - 400;
this._x = random(550) + 1;
if ((((this.hitTest(_parent.fruit1) || (this.hitTest(_parent.fruit3))) || (this.hitTest(_parent.fruit4))) || (this.hitTest(_parent.fruit5))) || (this.hitTest(_parent.fruit6))) {
this._x = random(550) + 1;
}
ySpeedVar = random(10) + 5;
}
onClipEvent (enterFrame) {
this._y = this._y + ySpeedVar;
if (this._y > 450) {
this._y = random(400) - 800;
this._x = random(550) + 1;
if ((((this.hitTest(_parent.fruit1) || (this.hitTest(_parent.fruit3))) || (this.hitTest(_parent.fruit4))) || (this.hitTest(_parent.fruit5))) || (this.hitTest(_parent.fruit6))) {
this._x = random(550) + 1;
}
ySpeedVar = random(10) + 5;
}
if (hitTest(_parent.basket_mc)) {
_root.engine1Score = _root.engine1Score + 1;
_parent.hit_mc._x = this._x;
_parent.hit_mc._y = this._y;
_parent.hit_mc.gotoAndPlay("hit");
this._y = random(400) - 400;
this._x = random(550) + 1;
if ((((this.hitTest(_parent.fruit1) || (this.hitTest(_parent.fruit3))) || (this.hitTest(_parent.fruit4))) || (this.hitTest(_parent.fruit5))) || (this.hitTest(_parent.fruit6))) {
this._x = random(550) + 1;
}
ySpeedVar = random(10) + 5;
}
}
Instance of Symbol 62 MovieClip "fruit1" in Frame 38
onClipEvent (load) {
this._y = random(400) - 400;
this._x = random(550) + 1;
if ((((this.hitTest(_parent.fruit2) || (this.hitTest(_parent.fruit3))) || (this.hitTest(_parent.fruit4))) || (this.hitTest(_parent.fruit5))) || (this.hitTest(_parent.fruit6))) {
this._x = random(550) + 1;
}
ySpeedVar = random(10) + 5;
}
onClipEvent (enterFrame) {
this._y = this._y + ySpeedVar;
if (this._y > 450) {
this._y = random(400) - 800;
this._x = random(550) + 1;
if ((((this.hitTest(_parent.fruit2) || (this.hitTest(_parent.fruit3))) || (this.hitTest(_parent.fruit4))) || (this.hitTest(_parent.fruit5))) || (this.hitTest(_parent.fruit6))) {
this._x = random(550) + 1;
}
ySpeedVar = random(10) + 5;
}
if (hitTest(_parent.basket_mc)) {
_root.engine1Score = _root.engine1Score + 1;
_parent.hit_mc._x = this._x;
_parent.hit_mc._y = this._y;
_parent.hit_mc.gotoAndPlay("hit");
this._y = random(400) - 400;
this._x = random(550) + 1;
if ((((this.hitTest(_parent.fruit2) || (this.hitTest(_parent.fruit3))) || (this.hitTest(_parent.fruit4))) || (this.hitTest(_parent.fruit5))) || (this.hitTest(_parent.fruit6))) {
this._x = random(550) + 1;
}
ySpeedVar = random(10) + 5;
}
}
Instance of Symbol 61 MovieClip "fruit4" in Frame 38
onClipEvent (load) {
this._y = random(400) - 600;
this._x = random(550) + 1;
if ((((this.hitTest(_parent.fruit1) || (this.hitTest(_parent.fruit2))) || (this.hitTest(_parent.fruit3))) || (this.hitTest(_parent.fruit5))) || (this.hitTest(_parent.fruit6))) {
this._x = random(550) + 1;
}
ySpeedVar = random(10) + 5;
}
onClipEvent (enterFrame) {
this._y = this._y + ySpeedVar;
if (this._y > 450) {
this._y = random(400) - 800;
this._x = random(550) + 1;
if ((((this.hitTest(_parent.fruit1) || (this.hitTest(_parent.fruit2))) || (this.hitTest(_parent.fruit3))) || (this.hitTest(_parent.fruit5))) || (this.hitTest(_parent.fruit6))) {
this._x = random(550) + 1;
}
ySpeedVar = random(10) + 5;
}
if (hitTest(_parent.basket_mc)) {
_root.engine1Score = _root.engine1Score + 1;
_parent.hit_mc._x = this._x;
_parent.hit_mc._y = this._y;
_parent.hit_mc.gotoAndPlay("hit");
this._y = random(400) - 600;
this._x = random(550) + 1;
if ((((this.hitTest(_parent.fruit1) || (this.hitTest(_parent.fruit2))) || (this.hitTest(_parent.fruit3))) || (this.hitTest(_parent.fruit5))) || (this.hitTest(_parent.fruit5))) {
this._x = random(550) + 1;
}
ySpeedVar = random(10) + 5;
}
}
Instance of Symbol 62 MovieClip "fruit3" in Frame 38
onClipEvent (load) {
this._y = random(400) - 600;
this._x = random(550) + 1;
if ((((this.hitTest(_parent.fruit1) || (this.hitTest(_parent.fruit2))) || (this.hitTest(_parent.fruit4))) || (this.hitTest(_parent.fruit5))) || (this.hitTest(_parent.fruit6))) {
this._x = random(550) + 1;
}
ySpeedVar = random(10) + 5;
}
onClipEvent (enterFrame) {
this._y = this._y + ySpeedVar;
if (this._y > 450) {
this._y = random(400) - 800;
this._x = random(550) + 1;
if ((((this.hitTest(_parent.fruit1) || (this.hitTest(_parent.fruit2))) || (this.hitTest(_parent.fruit4))) || (this.hitTest(_parent.fruit5))) || (this.hitTest(_parent.fruit6))) {
this._x = random(550) + 1;
}
ySpeedVar = random(10) + 5;
}
if (hitTest(_parent.basket_mc)) {
_root.engine1Score = _root.engine1Score + 1;
_parent.hit_mc._x = this._x;
_parent.hit_mc._y = this._y;
_parent.hit_mc.gotoAndPlay("hit");
this._y = random(400) - 600;
this._x = random(550) + 1;
if ((((this.hitTest(_parent.fruit1) || (this.hitTest(_parent.fruit2))) || (this.hitTest(_parent.fruit4))) || (this.hitTest(_parent.fruit5))) || (this.hitTest(_parent.fruit6))) {
this._x = random(550) + 1;
}
ySpeedVar = random(10) + 5;
}
}
Instance of Symbol 61 MovieClip "fruit6" in Frame 38
onClipEvent (load) {
this._y = random(400) - 800;
this._x = random(550) + 1;
if ((((this.hitTest(_parent.fruit1) || (this.hitTest(_parent.fruit2))) || (this.hitTest(_parent.fruit3))) || (this.hitTest(_parent.fruit4))) || (this.hitTest(_parent.fruit5))) {
this._x = random(550) + 1;
}
ySpeedVar = random(10) + 5;
}
onClipEvent (enterFrame) {
this._y = this._y + ySpeedVar;
if (this._y > 450) {
this._y = random(400) - 800;
this._x = random(550) + 1;
if ((((this.hitTest(_parent.fruit1) || (this.hitTest(_parent.fruit2))) || (this.hitTest(_parent.fruit3))) || (this.hitTest(_parent.fruit4))) || (this.hitTest(_parent.fruit5))) {
this._x = random(550) + 1;
}
ySpeedVar = random(10) + 5;
}
if (hitTest(_parent.basket_mc)) {
_root.engine1Score = _root.engine1Score + 1;
_parent.hit_mc._x = this._x;
_parent.hit_mc._y = this._y;
_parent.hit_mc.gotoAndPlay("hit");
this._y = random(400) - 800;
this._x = random(550) + 1;
if ((((this.hitTest(_parent.fruit1) || (this.hitTest(_parent.fruit2))) || (this.hitTest(_parent.fruit3))) || (this.hitTest(_parent.fruit4))) || (this.hitTest(_parent.fruit5))) {
this._x = random(550) + 1;
}
ySpeedVar = random(10) + 5;
}
}
Instance of Symbol 62 MovieClip "fruit5" in Frame 38
onClipEvent (load) {
this._y = random(400) - 800;
this._x = random(550) + 1;
if ((((this.hitTest(_parent.fruit1) || (this.hitTest(_parent.fruit2))) || (this.hitTest(_parent.fruit3))) || (this.hitTest(_parent.fruit4))) || (this.hitTest(_parent.fruit6))) {
this._x = random(550) + 1;
}
ySpeedVar = random(10) + 5;
}
onClipEvent (enterFrame) {
this._y = this._y + ySpeedVar;
if (this._y > 450) {
this._y = random(400) - 800;
this._x = random(550) + 1;
if ((((this.hitTest(_parent.fruit1) || (this.hitTest(_parent.fruit2))) || (this.hitTest(_parent.fruit3))) || (this.hitTest(_parent.fruit4))) || (this.hitTest(_parent.fruit6))) {
this._x = random(550) + 1;
}
ySpeedVar = random(10) + 5;
}
if (hitTest(_parent.basket_mc)) {
_root.engine1Score = _root.engine1Score + 1;
_parent.hit_mc._x = this._x;
_parent.hit_mc._y = this._y;
_parent.hit_mc.gotoAndPlay("hit");
this._y = random(400) - 800;
this._x = random(550) + 1;
if ((((this.hitTest(_parent.fruit1) || (this.hitTest(_parent.fruit2))) || (this.hitTest(_parent.fruit3))) || (this.hitTest(_parent.fruit4))) || (this.hitTest(_parent.fruit6))) {
this._x = random(550) + 1;
}
ySpeedVar = random(10) + 5;
}
}
Frame 39
_root.totalScore = (_root.engine1Score + _root.engine2Score) + _root.engine3Score;
if (_root.engine1Score == 0) {
copy_mc.copyVar = "Please try again.";
scoreTxt_mc.score_txt = ("You collected " + _root.engine1Score) + " ingredients.";
decorations_mc.decorationsVar = "You didn't unlock any decorations.";
coloring_mc.coloringVar = "Collect ingredients to gain your coloring page.";
continue1._visible = 0;
continue2._visible = 0;
tryAgain1._visible = 0;
tryAgain2._visible = 1;
} else if (_root.engine1Score == 1) {
copy_mc.copyVar = "Congratulations!";
scoreTxt_mc.score_txt = ("You collected " + _root.engine1Score) + " ingredient.";
decorations_mc.decorationsVar = "You didn't unlock any decorations.";
coloring_mc.coloringVar = "Here is the coloring page you've earned.";
continue1._visible = 0;
continue2._visible = 1;
tryAgain1._visible = 1;
tryAgain2._visible = 0;
} else if (((((((((((((_root.engine1Score == 2) || (_root.engine1Score == 3)) || (_root.engine1Score == 4)) || (_root.engine1Score == 5)) || (_root.engine1Score == 6)) || (_root.engine1Score == 7)) || (_root.engine1Score == 8)) || (_root.engine1Score == 9)) || (_root.engine1Score == 10)) || (_root.engine1Score == 11)) || (_root.engine1Score == 12)) || (_root.engine1Score == 13)) || (_root.engine1Score == 14)) {
copy_mc.copyVar = "Congratulations!";
scoreTxt_mc.score_txt = ("You collected " + _root.engine1Score) + " ingredients.";
decorations_mc.decorationsVar = "You didn't unlock any decorations.";
coloring_mc.coloringVar = "Here is the coloring page you've earned.";
continue1._visible = 0;
continue2._visible = 1;
tryAgain1._visible = 1;
tryAgain2._visible = 0;
} else if (_root.engine1Score >= 15) {
copy_mc.copyVar = "Congratulations!";
scoreTxt_mc.score_txt = ("You collected " + _root.engine1Score) + " ingredients.";
coloring_mc.coloringVar = "Here is the coloring page you've earned.";
decorations_mc.decorationsVar = "And unlocked 2 decorations!";
_root.objectVar = _root.objectVar + 2;
continue1._visible = 1;
continue2._visible = 0;
tryAgain1._visible = 0;
tryAgain2._visible = 0;
}
stop();
Frame 40
stop();
Frame 41
stop();
Frame 42
_root.lemonScore = 0;
_root.strawberryScore = 0;
_root.timeVar = 30;
_root.engine2Score = 0;
passVar = 0;
stop();
Instance of Symbol 104 MovieClip "lemonade1_mc" in Frame 42
onClipEvent (enterFrame) {
this._x = this._x + 15;
if (this._x >= 600) {
this._x = -40;
this.gotoAndStop("off");
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.lemonade2_mc)) {
this._x = -550;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.lemonade3_mc)) {
this._x = -550;
}
}
Instance of Symbol 104 MovieClip "lemonade2_mc" in Frame 42
onClipEvent (enterFrame) {
this._x = this._x + 15;
if (this._x >= 600) {
this._x = -140;
this.gotoAndStop("off");
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.lemonade1_mc)) {
this._x = -550;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.lemonade3_mc)) {
this._x = -550;
}
}
Instance of Symbol 104 MovieClip "lemonade3_mc" in Frame 42
onClipEvent (enterFrame) {
this._x = this._x + 15;
if (this._x >= 600) {
this._x = -340;
this.gotoAndStop("off");
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.lemonade1_mc)) {
this._x = -550;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent.lemonade2_mc)) {
this._x = -550;
}
}
Frame 43
_root.totalScore = (_root.engine1Score + _root.engine2Score) + _root.engine3Score;
if ((_root.lemonScore >= 6) and (_root.strawberryScore >= 2)) {
passVar = 1;
copy_mc.copyVar = "Congratulations!";
scoreTxt_mc.score_txt = ("You filled " + _root.engine2Score) + " orders.";
coloring_mc.coloringVar = "Here is the coloring page you've earned.";
decorations_mc.decorationsVar = "And unlocked 3 decorations!";
_root.objectVar = _root.objectVar + 3;
continue1._visible = 1;
continue2._visible = 0;
tryAgain1._visible = 0;
tryAgain2._visible = 0;
} else if (_root.engine2Score == 0) {
copy_mc.copyVar = "Please try again.";
scoreTxt_mc.score_txt = ("You filled " + _root.engine2Score) + " orders.";
decorations_mc.decorationsVar = "You didn't unlock any decorations.";
coloring_mc.coloringVar = "Fill orders to gain your coloring page.";
continue1._visible = 0;
continue2._visible = 0;
tryAgain1._visible = 0;
tryAgain2._visible = 1;
} else if (_root.engine2Score == 1) {
copy_mc.copyVar = "Congratulations!";
scoreTxt_mc.score_txt = ("You filled " + _root.engine2Score) + " order.";
decorations_mc.decorationsVar = "You didn't unlock any decorations.";
coloring_mc.coloringVar = "Here is the coloring page you've earned.";
continue1._visible = 0;
continue2._visible = 1;
tryAgain1._visible = 1;
tryAgain2._visible = 0;
} else if ((_root.engine2Score >= 2) and (passVar == 0)) {
copy_mc.copyVar = "Congratulations!";
scoreTxt_mc.score_txt = ("You filled " + _root.engine2Score) + " orders.";
decorations_mc.decorationsVar = "You didn't unlock any decorations.";
coloring_mc.coloringVar = "Here is the coloring page you've earned.";
continue1._visible = 0;
continue2._visible = 1;
tryAgain1._visible = 1;
tryAgain2._visible = 0;
}
stop();
Frame 44
_root.totalScore = (_root.engine1Score + _root.engine2Score) + _root.engine3Score;
stop();
Frame 45
stop();
Frame 46
_root.character1Lemon = 0;
_root.character1Strawberry = 0;
_root.character2Lemon = 0;
_root.character2Strawberry = 0;
_root.character3Lemon = 0;
_root.character3Strawberry = 0;
_root.character4Lemon = 0;
_root.character4Strawberry = 0;
_root.timeVar = 30;
_root.engine3Score = 0;
passVar = 0;
stop();
Instance of Symbol 142 MovieClip in Frame 46
onClipEvent (load) {
this._x = -100;
}
onClipEvent (enterFrame) {
this._x = this._x + 20;
if (this._x >= 600) {
this._x = -100;
}
if (this.hitTest(_parent.a1)) {
_parent.hitSfx_mc.play();
_parent.a1.removeMovieClip();
}
if (this.hitTest(_parent.b1)) {
_parent.hitSfx_mc.play();
_parent.b1.removeMovieClip();
}
}
Instance of Symbol 145 MovieClip in Frame 46
onClipEvent (load) {
this._x = 750;
}
onClipEvent (enterFrame) {
this._x = this._x - 20;
if (this._x <= -100) {
this._x = 750;
this.play();
}
if (this.hitTest(_parent.a1)) {
_parent.hitSfx_mc.play();
_parent.a1.removeMovieClip();
}
if (this.hitTest(_parent.b1)) {
_parent.hitSfx_mc.play();
_parent.b1.removeMovieClip();
}
}
Instance of Symbol 147 MovieClip in Frame 46
onClipEvent (load) {
this._x = -550;
}
onClipEvent (enterFrame) {
this._x = this._x + 20;
if (this._x >= 600) {
this._x = -100;
}
if (this.hitTest(_parent.a1)) {
_parent.hitSfx_mc.play();
_parent.a1.removeMovieClip();
}
if (this.hitTest(_parent.b1)) {
_parent.hitSfx_mc.play();
_parent.b1.removeMovieClip();
}
}
Frame 47
a1.removeMovieClip();
b1.removeMovieClip();
_root.totalScore = (_root.engine1Score + _root.engine2Score) + _root.engine3Score;
if (((((_root.character1Lemon >= 2) and (_root.character2Lemon >= 2)) and (_root.character4Lemon >= 2)) and (_root.character1Strawberry >= 1)) and (_root.character3Strawberry >= 1)) {
passVar = 1;
copy_mc.copyVar = "Congratulations!";
scoreTxt_mc.score_txt = ("You delivered " + _root.engine3Score) + " drinks.";
coloring_mc.coloringVar = "Here is the coloring page you've earned.";
decorations_mc.decorationsVar = "And unlocked 3 decorations!";
_root.objectVar = _root.objectVar + 3;
continue1._visible = 1;
continue2._visible = 0;
tryAgain1._visible = 0;
tryAgain2._visible = 0;
} else if (_root.engine3Score == 0) {
copy_mc.copyVar = "Please try again.";
scoreTxt_mc.score_txt = ("You delivered " + _root.engine3Score) + " drinks.";
decorations_mc.decorationsVar = "You didn't unlock any decorations.";
coloring_mc.coloringVar = "Deliver drinks to gain your coloring page.";
continue1._visible = 0;
continue2._visible = 0;
tryAgain1._visible = 0;
tryAgain2._visible = 1;
} else if (_root.engine3Score == 1) {
copy_mc.copyVar = "Congratulations!";
scoreTxt_mc.score_txt = ("You delivered " + _root.engine3Score) + " drink.";
decorations_mc.decorationsVar = "You didn't unlock any decorations.";
coloring_mc.coloringVar = "Here is the coloring page you've earned.";
continue1._visible = 0;
continue2._visible = 1;
tryAgain1._visible = 1;
tryAgain2._visible = 0;
} else if ((_root.engine3Score >= 2) and (passVar == 0)) {
copy_mc.copyVar = "Congratulations!";
scoreTxt_mc.score_txt = ("You delivered " + _root.engine3Score) + " drinks.";
decorations_mc.decorationsVar = "You didn't unlock any decorations.";
coloring_mc.coloringVar = "Here is the coloring page you've earned.";
continue1._visible = 0;
continue2._visible = 1;
tryAgain1._visible = 1;
tryAgain2._visible = 0;
}
stop();
Frame 48
remove1._visible = 0;
remove2._visible = 0;
remove3._visible = 0;
remove4._visible = 0;
remove5._visible = 0;
remove6._visible = 0;
remove7._visible = 0;
remove8._visible = 0;
_root.totalScore = (_root.engine1Score + _root.engine2Score) + _root.engine3Score;
if (_root.objectVar == 0) {
object1_btn._visible = 0;
object2_btn._visible = 0;
object3_btn._visible = 0;
object4_btn._visible = 0;
object5_btn._visible = 0;
object6_btn._visible = 0;
object7_btn._visible = 0;
object8_btn._visible = 0;
} else if (_root.objectVar == 2) {
object1_btn._visible = 1;
object2_btn._visible = 1;
object3_btn._visible = 0;
object4_btn._visible = 0;
object5_btn._visible = 0;
object6_btn._visible = 0;
object7_btn._visible = 0;
object8_btn._visible = 0;
} else if (_root.objectVar == 3) {
object1_btn._visible = 1;
object2_btn._visible = 1;
object3_btn._visible = 1;
object4_btn._visible = 0;
object5_btn._visible = 0;
object6_btn._visible = 0;
object7_btn._visible = 0;
object8_btn._visible = 0;
} else if (_root.objectVar == 5) {
object1_btn._visible = 1;
object2_btn._visible = 1;
object3_btn._visible = 1;
object4_btn._visible = 1;
object5_btn._visible = 1;
object6_btn._visible = 0;
object7_btn._visible = 0;
object8_btn._visible = 0;
} else if (_root.objectVar == 6) {
object1_btn._visible = 1;
object2_btn._visible = 1;
object3_btn._visible = 1;
object4_btn._visible = 1;
object5_btn._visible = 1;
object6_btn._visible = 1;
object7_btn._visible = 0;
object8_btn._visible = 0;
} else if (_root.objectVar == 8) {
object1_btn._visible = 1;
object2_btn._visible = 1;
object3_btn._visible = 1;
object4_btn._visible = 1;
object5_btn._visible = 1;
object6_btn._visible = 1;
object7_btn._visible = 1;
object8_btn._visible = 1;
}
Frame 52
stop();
Frame 53
stop();
Frame 54
stop();
Frame 55
stop();
Symbol 28 Button
on (press) {
play();
}
Symbol 30 Button
on (press) {
gotoAndPlay (36);
}
Symbol 34 Button
on (press) {
play();
}
Symbol 40 Button
on (press) {
gotoAndPlay (38);
}
Symbol 43 Button
on (press) {
play();
}
Symbol 52 MovieClip Frame 1
stop();
Symbol 52 MovieClip Frame 2
stop();
Symbol 52 MovieClip Frame 3
stop();
Symbol 52 MovieClip Frame 4
stop();
Symbol 57 MovieClip Frame 1
if (_root.timeVar <= 0) {
_parent.play();
}
Symbol 57 MovieClip Frame 12
_root.timeVar = _root.timeVar - 1;
Symbol 65 MovieClip Frame 1
stop();
Symbol 81 Button
on (press) {
play();
}
Symbol 83 Button
on (press) {
gotoAndPlay (38);
}
Symbol 89 Button
on (press) {
gotoAndPlay (42);
}
Symbol 97 MovieClip Frame 1
stop();
Symbol 97 MovieClip Frame 2
Symbol 97 MovieClip Frame 9
_parent.lemonBtn_mc._visible = 1;
gotoAndStop (1);
Symbol 97 MovieClip Frame 10
_parent.strawberryBtn_mc._visible = 0;
Symbol 97 MovieClip Frame 17
_parent.strawberryBtn_mc._visible = 1;
gotoAndStop (1);
Symbol 101 MovieClip Frame 6
stop();
Symbol 103 MovieClip Frame 6
stop();
Symbol 104 MovieClip Frame 1
stop();
Instance of Symbol 99 MovieClip in Symbol 104 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_parent._parent.pourLemon_mc)) {
_parent.gotoAndStop("lemon");
} else if (this.hitTest(_parent._parent.pourStrawberry_mc)) {
_parent.gotoAndStop("strawberry");
} else if (this.hitTest(_parent._parent.pourRasberry_mc)) {
_parent.gotoAndStop("rasberry");
}
}
Symbol 104 MovieClip Frame 2
_root.lemonScore = _root.lemonScore + 1;
_root.engine2Score = _root.lemonScore + _root.strawberryScore;
stop();
Symbol 104 MovieClip Frame 3
_root.strawberryScore = _root.strawberryScore + 1;
_root.engine2Score = _root.lemonScore + _root.strawberryScore;
stop();
Symbol 108 Button
on (press) {
play();
}
Symbol 110 MovieClip Frame 1
stop();
Symbol 110 MovieClip Frame 5
_parent.pourLemon_mc.gotoAndPlay("lemon");
Symbol 112 Button
on (press) {
play();
}
Symbol 114 MovieClip Frame 1
stop();
Symbol 114 MovieClip Frame 5
_parent.pourStrawberry_mc.gotoAndPlay("strawberry");
Symbol 123 Button
on (press) {
gotoAndPlay (42);
}
Symbol 137 Button
on (press) {
gotoAndPlay (46);
}
Symbol 139 MovieClip Frame 1
stop();
Symbol 145 MovieClip Frame 1
stop();
Symbol 145 MovieClip Frame 2
stop();
Symbol 175 Button
on (rollOver) {
i = 1;
_parent.a.duplicateMovieClip("a" + i, i);
_root["a" + i].gotoAndStop("drag");
}
Symbol 176 Button
on (press) {
pressVar = 1;
this.startDrag();
}
on (release) {
if (eval (this._droptarget) == _parent.character1_mc) {
_root.character1Lemon = _root.character1Lemon + 1;
_root.engine3Score = ((((((_root.character1Lemon + _root.character1Strawberry) + _root.character2Lemon) + _root.character2Strawberry) + _root.character3Lemon) + _root.character3Strawberry) + _root.character4Lemon) + _root.character4Strawberry;
_parent.hit_mc._x = this._x;
_parent.hit_mc._y = this._y;
_parent.hit_mc.gotoAndPlay("hit");
this.removeMovieClip();
} else if (eval (this._droptarget) == _parent.character2_mc) {
_root.character2Lemon = _root.character2Lemon + 1;
_root.engine3Score = ((((((_root.character1Lemon + _root.character1Strawberry) + _root.character2Lemon) + _root.character2Strawberry) + _root.character3Lemon) + _root.character3Strawberry) + _root.character4Lemon) + _root.character4Strawberry;
_parent.hit_mc._x = this._x;
_parent.hit_mc._y = this._y;
_parent.hit_mc.gotoAndPlay("hit");
this.removeMovieClip();
} else if (eval (this._droptarget) == _parent.character3_mc) {
_root.character3Lemon = _root.character3Lemon + 1;
_root.engine3Score = ((((((_root.character1Lemon + _root.character1Strawberry) + _root.character2Lemon) + _root.character2Strawberry) + _root.character3Lemon) + _root.character3Strawberry) + _root.character4Lemon) + _root.character4Strawberry;
_parent.hit_mc._x = this._x;
_parent.hit_mc._y = this._y;
_parent.hit_mc.gotoAndPlay("hit");
this.removeMovieClip();
} else if (eval (this._droptarget) == _parent.character4_mc) {
_root.character4Lemon = _root.character4Lemon + 1;
_root.engine3Score = ((((((_root.character1Lemon + _root.character1Strawberry) + _root.character2Lemon) + _root.character2Strawberry) + _root.character3Lemon) + _root.character3Strawberry) + _root.character4Lemon) + _root.character4Strawberry;
_parent.hit_mc._x = this._x;
_parent.hit_mc._y = this._y;
_parent.hit_mc.gotoAndPlay("hit");
this.removeMovieClip();
} else {
this.removeMovieClip();
}
}
on (rollOut) {
if (pressVar == 0) {
this.removeMovieClip();
}
}
Symbol 177 MovieClip Frame 1
pressVar = 0;
stop();
Symbol 177 MovieClip Frame 2
trace(this._name);
stop();
Symbol 179 Button
on (rollOver) {
i = 1;
_parent.b.duplicateMovieClip("b" + i, i);
_root["b" + i].gotoAndStop("drag");
}
Symbol 180 Button
on (press) {
pressVar = 1;
this.startDrag();
}
on (release) {
if (eval (this._droptarget) == _parent.character1_mc) {
_root.character1Strawberry = _root.character1Strawberry + 1;
_root.engine3Score = ((((((_root.character1Lemon + _root.character1Strawberry) + _root.character2Lemon) + _root.character2Strawberry) + _root.character3Lemon) + _root.character3Strawberry) + _root.character4Lemon) + _root.character4Strawberry;
_parent.hit_mc._x = this._x;
_parent.hit_mc._y = this._y;
_parent.hit_mc.gotoAndPlay("hit");
this.removeMovieClip();
} else if (eval (this._droptarget) == _parent.character2_mc) {
_root.character2Strawberry = _root.character2Strawberry + 1;
_root.engine3Score = ((((((_root.character1Lemon + _root.character1Strawberry) + _root.character2Lemon) + _root.character2Strawberry) + _root.character3Lemon) + _root.character3Strawberry) + _root.character4Lemon) + _root.character4Strawberry;
_parent.hit_mc._x = this._x;
_parent.hit_mc._y = this._y;
_parent.hit_mc.gotoAndPlay("hit");
this.removeMovieClip();
} else if (eval (this._droptarget) == _parent.character3_mc) {
_root.character3Strawberry = _root.character3Strawberry + 1;
_root.engine3Score = ((((((_root.character1Lemon + _root.character1Strawberry) + _root.character2Lemon) + _root.character2Strawberry) + _root.character3Lemon) + _root.character3Strawberry) + _root.character4Lemon) + _root.character4Strawberry;
_parent.hit_mc._x = this._x;
_parent.hit_mc._y = this._y;
_parent.hit_mc.gotoAndPlay("hit");
this.removeMovieClip();
} else if (eval (this._droptarget) == _parent.character4_mc) {
_root.character4Strawberry = _root.character4Strawberry + 1;
_root.engine3Score = ((((((_root.character1Lemon + _root.character1Strawberry) + _root.character2Lemon) + _root.character2Strawberry) + _root.character3Lemon) + _root.character3Strawberry) + _root.character4Lemon) + _root.character4Strawberry;
_parent.hit_mc._x = this._x;
_parent.hit_mc._y = this._y;
_parent.hit_mc.gotoAndPlay("hit");
this.removeMovieClip();
} else {
this.removeMovieClip();
}
}
on (rollOut) {
if (pressVar == 0) {
this.removeMovieClip();
}
}
Symbol 181 MovieClip Frame 1
pressVar = 0;
stop();
Symbol 181 MovieClip Frame 2
trace(this._name);
stop();
Symbol 182 MovieClip Frame 1
stop();
Symbol 185 Button
on (press) {
gotoAndPlay (46);
}
Symbol 186 MovieClip Frame 1
stop();
Symbol 186 MovieClip Frame 2
stop();
Symbol 186 MovieClip Frame 3
stop();
Symbol 189 Button
on (press) {
startDrag (this, true);
}
on (release) {
stopDrag();
}
Symbol 190 MovieClip Frame 1
stop();
Symbol 190 MovieClip Frame 2
stop();
Symbol 192 Button
on (press) {
startDrag (this, true);
}
on (release) {
stopDrag();
}
Symbol 193 MovieClip Frame 1
stop();
Symbol 193 MovieClip Frame 2
stop();
Symbol 195 Button
on (press) {
startDrag (this, true);
}
on (release) {
stopDrag();
}
Symbol 196 MovieClip Frame 1
stop();
Symbol 196 MovieClip Frame 2
stop();
Symbol 198 Button
on (press) {
startDrag (this, true);
}
on (release) {
stopDrag();
}
Symbol 199 MovieClip Frame 1
stop();
Symbol 199 MovieClip Frame 2
stop();
Symbol 201 Button
on (press) {
startDrag (this, true);
}
on (release) {
stopDrag();
}
Symbol 202 MovieClip Frame 1
stop();
Symbol 202 MovieClip Frame 2
stop();
Symbol 204 Button
on (press) {
startDrag (this, true);
}
on (release) {
stopDrag();
}
Symbol 205 MovieClip Frame 1
stop();
Symbol 205 MovieClip Frame 2
stop();
Symbol 207 Button
on (press) {
startDrag (this, true);
}
on (release) {
stopDrag();
}
Symbol 208 MovieClip Frame 1
stop();
Symbol 208 MovieClip Frame 2
stop();
Symbol 210 Button
on (press) {
startDrag (this, true);
}
on (release) {
stopDrag();
}
Symbol 211 MovieClip Frame 1
stop();
Symbol 211 MovieClip Frame 2
stop();
Symbol 214 Button
on (press) {
print_mc.pages_mc.prevFrame();
}
Symbol 215 Button
on (press) {
print_mc.pages_mc.nextFrame();
}
Symbol 218 Button
on (press) {
print ("print_mc", "bmovie");
}
Symbol 219 Button
on (press) {
print_mc.object1_mc.gotoAndStop("on");
object1_btn._alpha = 25;
remove1._visible = 1;
}
Symbol 220 Button
on (press) {
print_mc.object2_mc.gotoAndStop("on");
object2_btn._alpha = 25;
remove2._visible = 1;
}
Symbol 221 Button
on (press) {
print_mc.object3_mc.gotoAndStop("on");
object3_btn._alpha = 25;
remove3._visible = 1;
}
Symbol 222 Button
on (press) {
print_mc.object4_mc.gotoAndStop("on");
object4_btn._alpha = 25;
remove4._visible = 1;
}
Symbol 223 Button
on (press) {
print_mc.object5_mc.gotoAndStop("on");
object5_btn._alpha = 25;
remove5._visible = 1;
}
Symbol 224 Button
on (press) {
print_mc.object6_mc.gotoAndStop("on");
object6_btn._alpha = 25;
remove6._visible = 1;
}
Symbol 225 Button
on (press) {
print_mc.object7_mc.gotoAndStop("on");
object7_btn._alpha = 25;
remove7._visible = 1;
}
Symbol 226 Button
on (press) {
print_mc.object8_mc.gotoAndStop("on");
object8_btn._alpha = 25;
remove8._visible = 1;
}
Symbol 229 Button
on (press) {
remove1._visible = 0;
remove2._visible = 0;
remove3._visible = 0;
remove4._visible = 0;
remove5._visible = 0;
remove6._visible = 0;
remove7._visible = 0;
remove8._visible = 0;
object1_btn._alpha = 100;
object2_btn._alpha = 100;
object3_btn._alpha = 100;
object4_btn._alpha = 100;
object5_btn._alpha = 100;
object6_btn._alpha = 100;
object7_btn._alpha = 100;
object8_btn._alpha = 100;
print_mc.object1_mc.gotoAndStop("off");
print_mc.object2_mc.gotoAndStop("off");
print_mc.object3_mc.gotoAndStop("off");
print_mc.object4_mc.gotoAndStop("off");
print_mc.object5_mc.gotoAndStop("off");
print_mc.object6_mc.gotoAndStop("off");
print_mc.object7_mc.gotoAndStop("off");
print_mc.object8_mc.gotoAndStop("off");
}
Symbol 231 Button
on (press) {
gotoAndPlay (33);
}
Symbol 233 Button
on (press) {
remove1._visible = 0;
object1_btn._alpha = 100;
print_mc.object1_mc.gotoAndStop("off");
}
Symbol 234 Button
on (press) {
remove2._visible = 0;
object2_btn._alpha = 100;
print_mc.object2_mc.gotoAndStop("off");
}
Symbol 235 Button
on (press) {
remove3._visible = 0;
object3_btn._alpha = 100;
print_mc.object3_mc.gotoAndStop("off");
}
Symbol 236 Button
on (press) {
remove4._visible = 0;
object4_btn._alpha = 100;
print_mc.object4_mc.gotoAndStop("off");
}
Symbol 237 Button
on (press) {
remove5._visible = 0;
object5_btn._alpha = 100;
print_mc.object5_mc.gotoAndStop("off");
}
Symbol 238 Button
on (press) {
remove6._visible = 0;
object6_btn._alpha = 100;
print_mc.object6_mc.gotoAndStop("off");
}
Symbol 239 Button
on (press) {
remove7._visible = 0;
object7_btn._alpha = 100;
print_mc.object7_mc.gotoAndStop("off");
}
Symbol 240 Button
on (press) {
remove8._visible = 0;
object8_btn._alpha = 100;
print_mc.object8_mc.gotoAndStop("off");
}
Symbol 245 Button
on (press) {
gotoAndPlay (55);
}