STORY LOOP FURRY PORN GAMES C SERVICES [?] [R] RND POPULAR | Archived flashes: 229494 |
/disc/ · /res/ — /show/ · /fap/ · /gg/ · /swf/ | P0001 · P2575 · P5149 |
This is the info page for Flash #27655 |
loading |
bananers! |
strawberries |
oranges |
Welcome to the JuicePlz instruction manual! The game is pretty simple but there are a few key points to know when playing the game. |
Now pay attention closely! To the left, you see a cash register. The display on the cash register will tell you how much money you have. You can earn money and lose money during the game. |
Right in front of the cash register, is a radio. At any point during the game, you can click on the radio to open the radio menu. In doing so, you will be able to change the song that's playing, or turn the music off altogether. |
1 |
2 |
Here comes a customer! To handle a customer, first see what his/her order is. In this case, the customer wants a juice with 1 banana and 2 strawberries, as indicated by the bubble above his head. |
To begin making his juice, you would click the banana box once, and the strawberry box twice, putting the correct amount of each fruit into the blender. |
Once the correct amount of fruit is in the blender, press the red button to blend the fruit. If you make a mistake in putting the fruit in the blender, you may empty it by pressing the white button. |
When you can see that the fruit is blended inside the blender, you can empty it out into the cup by pressing the red button once again. If you realized that you used the wrong ingredients after you emptied it into the cup, you may drag the cup over to the trash to dispose of it. |
When you have the correct juce in the cup, you may drag it to the appropriate customer. If you used the correct fruits, you will be paid, if not, you will lose money and the customer will leave. |
On occasion, a pesky bird will fly near your fruit stand and try to do business over your counter. Click on it to kill it before it can or you will lose money for being unsanitary. |
(No birds were harmed in the making of this game) |
And that's how you play the game! Click "OK" to play! |
This is your first day as a worker here, you will need to earn at least $130 before the next month. Good luck! |
10 |
1 |
2 |
3 |
4 |
5 |
main menu > |
carrots |
kiwi |
Games animations and art, everything about flash. |
Everything you need to know about photoshop! |
ActionScript [AS1/AS2]
Frame 1function itemHandler0(obj, item) { getURL ("http://bananaknights.com", "_blank"); myMenu.customItems[0].enabled = false; myMenu.customItems[1].enabled = true; } function itemHandler1(obj, item) { getURL ("http://cornoncob.com", "_blank"); myMenu.customItems[0].enabled = true; myMenu.customItems[1].enabled = false; } function itemHandler2(obj, item) { myMenu.customItems[0].enabled = true; myMenu.customItems[1].enabled = false; } function itemHandler3(obj, item) { _quality = "LOW"; myMenu.customItems[0].enabled = false; myMenu.customItems[1].enabled = true; } function itemHandler4(obj, item) { _quality = "MEDIUM"; myMenu.customItems[0].enabled = false; myMenu.customItems[1].enabled = true; } function itemHandler5(obj, item) { _quality = "HIGH"; myMenu.customItems[0].enabled = false; myMenu.customItems[1].enabled = true; } var myMenu = new ContextMenu(); myMenu.hideBuiltInItems(); myMenu.customItems.push(new ContextMenuItem("Toast - Games", itemHandler0)); myMenu.customItems.push(new ContextMenuItem("Dan - Photoshop", itemHandler1)); myMenu.customItems.push(new ContextMenuItem("-----------", itemHandler2)); myMenu.customItems.push(new ContextMenuItem("Low Quality", itemHandler3)); myMenu.customItems.push(new ContextMenuItem("Medium quality", itemHandler4)); myMenu.customItems.push(new ContextMenuItem("High quality", itemHandler5)); _root.menu = myMenu; function __com_mochibot__(swfid, mc, lv, trk) { var x; var g; var s; var fv; var sb; var u; var res; var mb; var mbc; mb = "__mochibot__"; mbc = "mochibot.com"; g = (_global ? (_global) : (_level0._root)); if (g[mb + swfid]) { return(g[mb + swfid]); } s = System.security; x = mc._root.getSWFVersion; fv = (x ? (mc.getSWFVersion()) : ((_global ? 6 : 5))); if (!s) { s = {}; } sb = s.sandboxType; if (sb == "localWithFile") { return(null); } x = s.allowDomain; if (x) { s.allowDomain(mbc); } x = s.allowInsecureDomain; if (x) { s.allowInsecureDomain(mbc); } u = (((((((((((("http://" + mbc) + "/my/core.swf?mv=7&fv=") + fv) + "&v=") + escape(getVersion())) + "&swfid=") + escape(swfid)) + "&l=") + lv) + "&f=") + mc) + (sb ? ("&sb=" + sb) : "")) + (trk ? "&t=1" : ""); lv = ((fv > 6) ? (mc.getNextHighestDepth()) : ((g[mb + "level"] ? (g[mb + "level"] + 1) : (lv)))); g[mb + "level"] = lv; if (fv == 5) { res = "_level" + lv; if (!eval (res)) { loadMovieNum (u, lv); } } else { res = mc.createEmptyMovieClip(mb + swfid, lv); res.loadMovie(u); } return(res); } loadedbytes = getBytesLoaded(); totalbytes = getBytesTotal(); percentbytes = int(loadedbytes / (totalbytes / 100)); cupLoader.gotoAndStop(percentbytes); __com_mochibot__("3b1004bf", this, 10301, true);Frame 2if (loadedbytes == totalbytes) { gotoAndPlay (3); } else { gotoAndPlay (1); }Frame 3stop();Frame 4stop();Frame 5stop();Frame 7stopAllSounds(); addOrange = function () { added = false; ((_root.blender.totalfruit == 4) ? (popMessage("Not enough space in blender!")) : 0); ((_root.blender.a == "empty") ? (_root.blender.addFruit("orange", "a")(added = true)) : 0); (((_root.blender.b == "empty") && (!added)) ? (_root.blender.addFruit("orange", "b")(added = true)) : 0); (((_root.blender.c == "empty") && (!added)) ? (_root.blender.addFruit("orange", "c")(added = true)) : 0); (((_root.blender.d == "empty") && (!added)) ? (_root.blender.addFruit("orange", "d")(added = true)) : 0); }; addCarrot = function () { added = false; ((_root.blender.totalfruit == 4) ? (popMessage("Not enough space in blender!")) : 0); ((_root.blender.a == "empty") ? (_root.blender.addFruit("carrot", "a")(added = true)) : 0); (((_root.blender.b == "empty") && (!added)) ? (_root.blender.addFruit("carrot", "b")(added = true)) : 0); (((_root.blender.c == "empty") && (!added)) ? (_root.blender.addFruit("carrot", "c")(added = true)) : 0); (((_root.blender.d == "empty") && (!added)) ? (_root.blender.addFruit("carrot", "d")(added = true)) : 0); }; addBanana = function () { added = false; ((_root.blender.totalfruit == 4) ? (popMessage("Not enough space in blender!")) : 0); ((_root.blender.a == "empty") ? (_root.blender.addFruit("banana", "a")(added = true)) : 0); (((_root.blender.b == "empty") && (!added)) ? (_root.blender.addFruit("banana", "b")(added = true)) : 0); (((_root.blender.c == "empty") && (!added)) ? (_root.blender.addFruit("banana", "c")(added = true)) : 0); (((_root.blender.d == "empty") && (!added)) ? (_root.blender.addFruit("banana", "d")(added = true)) : 0); }; addStrawberry = function () { added = false; ((_root.blender.totalfruit == 4) ? (popMessage("Not enough space in blender!")) : 0); ((_root.blender.a == "empty") ? (_root.blender.addFruit("strawberry", "a")(added = true)) : 0); (((_root.blender.b == "empty") && (!added)) ? (_root.blender.addFruit("strawberry", "b")(added = true)) : 0); (((_root.blender.c == "empty") && (!added)) ? (_root.blender.addFruit("strawberry", "c")(added = true)) : 0); (((_root.blender.d == "empty") && (!added)) ? (_root.blender.addFruit("strawberry", "d")(added = true)) : 0); }; popMessage = function (msg) { pop._visible = true; pop.bg._width = 75 + (msg.length * 10); pop.msg = msg; }; moneyanim.swapDepths(9999); usedOranges = []; usedBananas = []; usedCarrots = []; usedStrawberries = []; names = 0; customercnum = 180; customerc = 0; totalfruit = 4; totalcustomers = 2; money = 10; moneytxt = "$" + money; sellpercent = 1; i = -9999; lasti = i; musicplaying = 2; mainMusic = new Sound(); mainMusic.attachSound("mainmusic2"); mainMusic.start(0, 99999); makeCustomer = function () { i++; _root.customer.duplicateMovieClip("customer" + i, i); }; _root.onEnterFrame = function () { customerc--; ((customerc < 1) ? (makeCustomer()(customercnum = customercnum / 1.05)(customerc = customercnum)) : 0); register.moneytxt = _root.moneytxt; if (customercnum < 90) { _root.gotoAndStop(_root._currentframe + 1); _root.moneytextbox = "$" + _root.money; _root.moneytextbox2 = "$" + _root.money; } register.moneytxt = "$" + _root.money; };Instance of Symbol 277 MovieClip "customer" in Frame 7onClipEvent (load) { this.gotoAndStop(1); if (!(_name === "customer")) { this.existing = true; idd = _root.i; _root.totalcustomers++; _name = ("customer" + _root.totalcustomers); neimid = _root.totalcustomers; position = random(2) + 1; ((position == 1) ? (_x = -215-215) : (_x = (Stage.width + 215)Stage.width + 215)); foundplace = false; goaway = false; b.fruittxt1 = ""; b.fruittxt2 = ""; b.fruittxt3 = ""; b.fruittxt4 = ""; added = 1; bananas = 0; strawberries = 0; this.gotoAndStop(random(this._totalframes) + 1); var drink = []; switch (_currentframe) { case 1 : drinknum = 2 + random(2); break; case 2 : drinknum = 2 + random(2); break; case 3 : drinknum = 3 + random(2); break; case 4 : drinknum = 2 + random(3); break; case 5 : drinknum = 3 + random(2); break; case 6 : drinknum = 4; } var drinksay = ""; i = 0; while (i < drinknum) { d = random(2) + 1; ((d == 1) ? (drink.push("strawberry")strawberries++) : 0); ((d == 2) ? (drink.push("banana")bananas++) : 0); i++; } if (bananas > 1) { drinksay = drinksay + (bananas + " bananas. "); this.b.fruittxt1 = bananas; this.b.fruit1.gotoAndStop("banana"); added++; } else if (bananas == 1) { drinksay = drinksay + "1 banana. "; b.fruittxt1 = bananas; b.fruit1.gotoAndStop("banana"); added++; } if (oranges > 1) { drinksay = drinksay + (oranges + " oranges. "); this.b["fruittxt" + added] = oranges; this.b["fruit" + added].gotoAndStop("orange"); added++; } else if (oranges == 1) { drinksay = drinksay + "1 orange. "; this.b["fruittxt" + added] = oranges; this.b["fruit" + added].gotoAndStop("orange"); added++; } if (carrots > 1) { drinksay = drinksay + (carrots + " carrots. "); this.b["fruittxt" + added] = carrots; this.b["fruit" + added].gotoAndStop("carrot"); added++; } else if (carrots == 1) { drinksay = drinksay + "1 carrot. "; this.b["fruittxt" + added] = carrots; this.b["fruit" + added].gotoAndStop("carrot"); added++; } if (strawberries > 1) { drinksay = drinksay + (strawberries + " strawberries. "); this.b["fruittxt" + added] = strawberries; this.b["fruit" + added].gotoAndStop("strawberry"); added++; } else if (strawberries == 1) { drinksay = drinksay + "1 stawberry. "; this.b["fruittxt" + added] = strawberries; this.b["fruit" + added].gotoAndStop("strawberry"); added++; } go = function () { goaway = true; dir = random(2) + 1; this.sound.play(); this.b._visible = false; }; } } onClipEvent (enterFrame) { if (!(_name === "customer")) { if (goaway) { ((dir == 1) ? (_x = (_x + 5)_x + 5) : (_x = (_x - 5)_x - 5)); existing = false; _name = ("lol" + idd); if ((_x > 900) || (_x < -150)) { this.swapDepths(999241); this.removeMovieClip(); } } else { touching = false; i = 0; while (i < _root.totalcustomers) { if (_x < (Stage.width / 2)) { if ((hitTest(_root["customer" + i].hittest) && (_root["customer" + i].goaway == false)) && (_root["customer" + i]._x > _x)) { touching = true; } } else if ((hitTest(_root["customer" + i].hittest) && (_root["customer" + i].goaway == false)) && (_root["customer" + i]._x < _x)) { touching = true; this.touch.gotoAndStop(2); } i++; } if (((_x < (Stage.width / 2)) && (!foundplace)) && (!touching)) { _x = (_x + 8); } if (((_x > (Stage.width / 2)) && (!foundplace)) && (!touching)) { _x = (_x - 8); } if ((!foundplace) && (hitTest(Stage.width / 2, _y, true))) { foundplace = true; } } } }Instance of Symbol 301 MovieClip "poop1" in Frame 7onClipEvent (load) { poo = function () { alphathing = 9999; things = ["register", "radio", "stand", "bb", "sb", "blender"]; maxdis = 999; this.swapDepths(100 + id); this.onEnterFrame = function () { i = 0; while (i < things.length) { if (_root[things[i]].hitTest(_x, _y, true)) { this.gotoAndStop(2); if (!klost) { moneylost = 10 + random(5); _root.money = _root.money - moneylost; _root.register.moneytxt = "$" + _root.money; klost = true; } notmoving = true; } else if (!notmoving) { _y = (_y + 3); } else { (alphathing = alphathing - 5); ((alphathing < 100) ? (_alpha = alphathing) : 0); } i++; } }; }; }Instance of Symbol 320 MovieClip "bird1" in Frame 7onClipEvent (load) { id = 1; xx = 200 + random(Stage.width - 200); timer = 0; _name = ("bird" + id); when2go = 300 + random(50); this.swapDepths(25 + id); poop = function () { this.sound2.play(); _root["poop" + id]._x = _x - 10; _root["poop" + id]._y = _y + 10; _root["poop" + id].id = id; _root["poop" + id].poo(); }; } onClipEvent (enterFrame) { timer++; ((timer == when2go) ? ((moving = true)) : 0); ((timer == (when2go - 30)) ? (this.sound.play) : 0); if (moving) { if (((_x > xx) && (!pooped)) && (_currentframe == 1)) { poop(); (pooped = true); } _x = (_x + 5); } } on (press) { this.gotoAndStop(2); }Instance of Symbol 329 MovieClip "sb" in Frame 7on (press) { if (((!_root.blending) && (_root.blender.totalfruit < 4)) && (_currentframe < 16)) { _root.addStrawberry(); this.nextFrame(); } if (_currentframe == 16) { _root.money = _root.money - 15; _root.moneytxt = "$" + _root.money; gotoAndStop (1); } }Instance of Symbol 335 MovieClip "bb" in Frame 7on (press) { if (((!_root.blending) && (_root.blender.totalfruit < 4)) && (_currentframe < 11)) { _root.addBanana(); this.nextFrame(); } if (_currentframe == 11) { _root.money = _root.money - 10; _root.moneytxt = "$" + _root.money; gotoAndStop (1); } }Instance of Symbol 368 MovieClip "blender" in Frame 7onClipEvent (load) { this.ol._visible = false; this.bl._visible = false; this.cl._visible = false; this.sl._visible = false; oranges = 0; carrots = 0; bananas = 0; strawberries = 0; totalfruit = 0; var a = "empty"; var b = "empty"; var c = "empty"; var d = "empty"; _root.blending = false; throwaway = function () { this.ol._visible = false; this.bl._visible = false; this.cl._visible = false; this.sl._visible = false; oranges = 0; carrots = 0; bananas = 0; strawberries = 0; totalfruit = 0; _root.totalfruit = 0; a = "empty"; b = "empty"; c = "empty"; d = "empty"; _root.blending = false; this.juicea.gotoAndStop(1); this.juiceb.gotoAndStop(1); this.juicec.gotoAndStop(1); this.juiced.gotoAndStop(1); }; addFruit = function (fruitf, wheref) { this.top.play(); var _local2 = fruitf; var _local3 = wheref; totalfruit++; this[_local2 + "s"]++; ((_local2 == "strawberry") ? (strawberries++) : 0); this["juice" + _local3].gotoAndStop(_local2); ((_local3 == "a") ? ((a = _local2)) : 0); ((_local3 == "b") ? ((b = _local2)) : 0); ((_local3 == "c") ? ((c = _local2)) : 0); ((_local3 == "d") ? ((d = _local2)) : 0); }; mix = function () { if (totalfruit > 0) { this.sound.play(); _root.blending = true; mixoranges(); mixcarrots(); mixbananas(); mixstrawberries(); this.juicea.gotoAndStop(1); this.juiceb.gotoAndStop(1); this.juicec.gotoAndStop(1); this.juiced.gotoAndStop(1); } }; mixoranges = function () { if (oranges > 0) { this.ol._visible = true; if (totalfruit == 1) { this.ol._alpha = 100; this.ol.gotoAndStop(1); } if (totalfruit == 2) { if (oranges == 1) { this.ol._alpha = 50; } else { this.ol._alpha = 100; } this.ol.gotoAndStop(2); } if (totalfruit == 3) { if (oranges == 1) { this.ol._alpha = 33.4; } else if (oranges == 2) { this.ol._alpha = 67; } else { this.ol._alpha = 100; } this.ol.gotoAndStop(3); } if (totalfruit == 4) { if (oranges == 1) { this.ol._alpha = 25; } else if (oranges == 2) { this.ol._alpha = 50; } else if (oranges == 3) { this.ol._alpha = 75; } else { this.ol._alpha = 100; } this.ol.gotoAndStop(4); } } }; mixcarrots = function () { if (carrots > 0) { this.cl._visible = true; if (totalfruit == 1) { this.cl._alpha = 100; this.cl.gotoAndStop(1); } if (totalfruit == 2) { if (carrots == 1) { this.cl._alpha = 50; } else { this.cl._alpha = 100; } this.cl.gotoAndStop(2); } if (totalfruit == 3) { if (carrots == 1) { this.cl._alpha = 33.4; } else if (carrots == 2) { this.cl._alpha = 67; } else { this.cl._alpha = 100; } this.cl.gotoAndStop(3); } if (totalfruit == 4) { if (carrots == 1) { this.cl._alpha = 25; } else if (carrots == 2) { this.cl._alpha = 50; } else if (carrots == 3) { this.cl._alpha = 75; } else { this.cl._alpha = 100; } this.cl.gotoAndStop(4); } } }; mixbananas = function () { if (bananas > 0) { this.bl._visible = true; if (totalfruit == 1) { this.bl._alpha = 100; this.bl.gotoAndStop(1); } if (totalfruit == 2) { if (bananas == 1) { this.bl._alpha = 50; } else { this.bl._alpha = 100; } this.bl.gotoAndStop(2); } if (totalfruit == 3) { if (bananas == 1) { this.bl._alpha = 33.4; } else if (bananas == 2) { this.bl._alpha = 67; } else { this.bl._alpha = 100; } this.bl.gotoAndStop(3); } if (totalfruit == 4) { if (bananas == 1) { this.bl._alpha = 25; } else if (bananas == 2) { this.bl._alpha = 50; } else if (bananas == 3) { this.bl._alpha = 75; } else { this.bl._alpha = 100; } this.bl.gotoAndStop(4); } } }; mixstrawberries = function () { if (strawberries > 0) { this.sl._visible = true; if (totalfruit == 1) { this.sl._alpha = 100; this.sl.gotoAndStop(1); } if (totalfruit == 2) { if (strawberries == 1) { this.sl._alpha = 50; } else { this.sl._alpha = 100; } this.sl.gotoAndStop(2); } if (totalfruit == 3) { if (strawberries == 1) { this.sl._alpha = 33.4; } else if (strawberries == 2) { this.sl._alpha = 67; } else { this.sl._alpha = 100; } this.sl.gotoAndStop(3); } if (totalfruit == 4) { if (strawberries == 1) { this.sl._alpha = 25; } else if (strawberries == 2) { this.sl._alpha = 50; } else if (strawberries == 3) { this.sl._alpha = 75; } else { this.sl._alpha = 100; } this.sl.gotoAndStop(4); } } }; } onClipEvent (enterFrame) { if (!hittest.hitTest(_root._xmouse, _root._ymouse, true)) { (this.top.gotoAndStop(1));// not popped } else { (this.top.gotoAndStop(this.top._totalframes));// not popped } }Instance of Symbol 379 MovieClip "glass2" in Frame 7onClipEvent (enterFrame) { if (_root.glass._x == _root.glass.ox) { this._visible = false; } else { this._visible = true; } }Instance of Symbol 384 MovieClip "glass" in Frame 7onClipEvent (load) { oy = _y; ox = _x; reset = function () { this.cup.gotoAndStop(1); sold = false; filled = false; oranges = 0; bananas = 0; carrots = 0; strawberries = 0; ol._visible = false; cl._visible = false; sl._visible = false; bl._visible = false; totalfruit = 0; }; fill = function () { filled = true; this.sound.play(); this.oranges = _root.blender.oranges; this.bananas = _root.blender.bananas; this.carrots = _root.blender.carrots; this.strawberries = _root.blender.strawberries; this.totalfruit = _root.blender.totalfruit; this.cup.gotoAndStop(2); }; } on (press) { if (filled) { dragging = true; } } on (release) { dragging = false; if (hitTest(_root.trashbin)) { this.reset(); } i = 0; while (i < (_root.totalcustomers + 1)) { if (this.hitTest(_root["customer" + i].hittest) && (totalfruit > 0)) { if ((bananas == _root["customer" + i].bananas) && (strawberries == _root["customer" + i].strawberries)) { _root["customer" + i].go(); moneyearned = (5 * _root.sellpercent) * totalfruit; _root.money = _root.money + moneyearned; _root.moneyanim._visible = true; _root.moneyanim.play(); _root.moneyanim.inside.moneyearned = "+ $" + moneyearned; _root.moneyanim.inside.gotoAndStop(1); sold = true; } i = 0; while (i < (_root.totalcustomers + 1)) { if (this.hitTest(_root["customer" + i].hittest)) { if ((((bananas == _root["customer" + i].bananas) && (oranges == _root["customer" + i].oranges)) && (strawberries == _root["customer" + i].strawberries)) && (carrots == _root["customer" + i].carrots)) { } else if (!sold) { _root["customer" + i].go(); _root["customer" + i].face.gotoAndStop(2); moneyearned = (7.5 * _root.sellpercent) * totalfruit; _root.money = _root.money - moneyearned; _root.moneyanim._visible = true; _root.moneyanim.play(); _root.moneyanim.inside.gotoAndStop(2); _root.moneyanim.inside.moneyearned = "- $" + moneyearned; } } i++; } _root.moneytxt = "$" + _root.money; this.reset(); } i++; } _x = ox; _y = oy; } onClipEvent (enterFrame) { if (filled) { if (dragging) { _x = _root._xmouse; _y = _root._ymouse; } } }Instance of Symbol 392 MovieClip "radio" in Frame 7on (press) { _root.soundmenu._visible = true; }Instance of Symbol 290 MovieClip "moneyanim" in Frame 7onClipEvent (load) { this._visible = false; }Frame 8stop(); lol = 1; ((money >= 130) ? ((won = true)) : ((won = false))); _root.onEnterFrame = function () { if (lol < 1) { if (!won) { day.gotoAndStop(3); moneytextbox = ""; txt = "Unfortunately you did not earn enough money.\rYou will need to find another job this summer to\r feed you and your family."; } else { day.gotoAndStop(2); moneytextbox2 = ""; txt = "Congratulations, you have earned enough money to feed you and your family."; txt = txt + "\r\rThis day you will need to earn $140, beware of the pooping pigeons!"; } } else { (txt = ""); (moneytextbox = ""); (moneytextbox2 = ""); } }; trashbin.removeMovieClip(); stand.removeMovieClip(); ob.removeMovieClip(); cb.removeMovieClip(); sb.removeMovieClip(); bb.removeMovieClip(); blender.removeMovieClip(); glass.removeMovieClip(); glass2.removeMovieClip(); register.removeMovieClip(); radio.removeMovieClip(); soundmenu.removeMovieClip(); i = -99; while (i < 100) { _root["customer" + i].swapDepths(999); _root["customer" + i].removeMovieClip(); i++; } i = -99; while (i < 100) { _root["lol" + i].swapDepths(999); _root["lol" + i].removeMovieClip(); i++; } i = 0; while (i < 50) { _root["bird" + i].removeMovieClip(); i++; } i = 0; while (i < 50) { _root["poop" + i].removeMovieClip(); i++; } lol--;Frame 9addOrange = function () { added = false; ((_root.blender.totalfruit == 4) ? (popMessage("Not enough space in blender!")) : 0); ((_root.blender.a == "empty") ? (_root.blender.addFruit("orange", "a")(added = true)) : 0); (((_root.blender.b == "empty") && (!added)) ? (_root.blender.addFruit("orange", "b")(added = true)) : 0); (((_root.blender.c == "empty") && (!added)) ? (_root.blender.addFruit("orange", "c")(added = true)) : 0); (((_root.blender.d == "empty") && (!added)) ? (_root.blender.addFruit("orange", "d")(added = true)) : 0); }; addCarrot = function () { added = false; ((_root.blender.totalfruit == 4) ? (popMessage("Not enough space in blender!")) : 0); ((_root.blender.a == "empty") ? (_root.blender.addFruit("carrot", "a")(added = true)) : 0); (((_root.blender.b == "empty") && (!added)) ? (_root.blender.addFruit("carrot", "b")(added = true)) : 0); (((_root.blender.c == "empty") && (!added)) ? (_root.blender.addFruit("carrot", "c")(added = true)) : 0); (((_root.blender.d == "empty") && (!added)) ? (_root.blender.addFruit("carrot", "d")(added = true)) : 0); }; addBanana = function () { added = false; ((_root.blender.totalfruit == 4) ? (popMessage("Not enough space in blender!")) : 0); ((_root.blender.a == "empty") ? (_root.blender.addFruit("banana", "a")(added = true)) : 0); (((_root.blender.b == "empty") && (!added)) ? (_root.blender.addFruit("banana", "b")(added = true)) : 0); (((_root.blender.c == "empty") && (!added)) ? (_root.blender.addFruit("banana", "c")(added = true)) : 0); (((_root.blender.d == "empty") && (!added)) ? (_root.blender.addFruit("banana", "d")(added = true)) : 0); }; addStrawberry = function () { added = false; ((_root.blender.totalfruit == 4) ? (popMessage("Not enough space in blender!")) : 0); ((_root.blender.a == "empty") ? (_root.blender.addFruit("strawberry", "a")(added = true)) : 0); (((_root.blender.b == "empty") && (!added)) ? (_root.blender.addFruit("strawberry", "b")(added = true)) : 0); (((_root.blender.c == "empty") && (!added)) ? (_root.blender.addFruit("strawberry", "c")(added = true)) : 0); (((_root.blender.d == "empty") && (!added)) ? (_root.blender.addFruit("strawberry", "d")(added = true)) : 0); }; popMessage = function (msg) { pop._visible = true; pop.bg._width = 75 + (msg.length * 10); pop.msg = msg; }; usedOranges = []; usedBananas = []; usedCarrots = []; usedStrawberries = []; names = 0; customercnum = 150; customerc = 0; totalfruit = 4; totalcustomers = 2; money = 10; moneytxt = "$" + money; sellpercent = 1; i = -9999; lasti = i; musicplaying = 2; makeCustomer = function () { i++; _root.customer.duplicateMovieClip("customer" + i, i); }; _root.onEnterFrame = function () { if (Key.isDown(17)) { _root.gotoAndStop(_root._currentframe + 1); _root.money = 555; _root.moneytextbox = "$" + _root.money; _root.moneytextbox2 = "$" + _root.money; } if (Key.isDown(18)) { _root.gotoAndStop(_root._currentframe + 1); _root.money = -555; _root.moneytextbox = "$" + _root.money; _root.moneytextbox2 = "$" + _root.money; } customerc--; ((customerc < 1) ? (makeCustomer()(customercnum = customercnum / 1.05)(customerc = customercnum)) : 0); register.moneytxt = _root.moneytxt; if (customercnum < 60) { _root.gotoAndStop(_root._currentframe + 1); _root.moneytextbox = "$" + _root.money; _root.moneytextbox2 = "$" + _root.money; } register.moneytxt = "$" + _root.money; };Instance of Symbol 277 MovieClip "customer" in Frame 9onClipEvent (load) { this.gotoAndStop(1); if (!(_name === "customer")) { this.existing = true; idd = _root.i; _root.totalcustomers++; _name = ("customer" + _root.totalcustomers); neimid = _root.totalcustomers; position = random(2) + 1; ((position == 1) ? (_x = -215-215) : (_x = (Stage.width + 215)Stage.width + 215)); foundplace = false; goaway = false; b.fruittxt1 = ""; b.fruittxt2 = ""; b.fruittxt3 = ""; b.fruittxt4 = ""; added = 1; bananas = 0; carrots = 0; oranges = 0; strawberries = 0; this.gotoAndStop(random(this._totalframes) + 1); var drink = []; switch (_currentframe) { case 1 : drinknum = 2 + random(2); break; case 2 : drinknum = 2 + random(2); break; case 3 : drinknum = 3 + random(2); break; case 4 : drinknum = 2 + random(3); break; case 5 : drinknum = 3 + random(2); break; case 6 : drinknum = 4; } var drinksay = ""; i = 0; while (i < drinknum) { d = random(3) + 1; ((d == 2) ? (drink.push("strawberry")strawberries++) : 0); ((d == 1) ? (drink.push("orange")oranges++) : 0); ((d == 3) ? (drink.push("banana")bananas++) : 0); i++; } if (bananas > 1) { drinksay = drinksay + (bananas + " bananas. "); this.b.fruittxt1 = bananas; this.b.fruit1.gotoAndStop("banana"); added++; } else if (bananas == 1) { drinksay = drinksay + "1 banana. "; b.fruittxt1 = bananas; b.fruit1.gotoAndStop("banana"); added++; } if (oranges > 1) { drinksay = drinksay + (oranges + " oranges. "); this.b["fruittxt" + added] = oranges; this.b["fruit" + added].gotoAndStop("orange"); added++; } else if (oranges == 1) { drinksay = drinksay + "1 orange. "; this.b["fruittxt" + added] = oranges; this.b["fruit" + added].gotoAndStop("orange"); added++; } if (carrots > 1) { drinksay = drinksay + (carrots + " carrots. "); this.b["fruittxt" + added] = carrots; this.b["fruit" + added].gotoAndStop("carrot"); added++; } else if (carrots == 1) { drinksay = drinksay + "1 carrot. "; this.b["fruittxt" + added] = carrots; this.b["fruit" + added].gotoAndStop("carrot"); added++; } if (strawberries > 1) { drinksay = drinksay + (strawberries + " strawberries. "); this.b["fruittxt" + added] = strawberries; this.b["fruit" + added].gotoAndStop("strawberry"); added++; } else if (strawberries == 1) { drinksay = drinksay + "1 stawberry. "; this.b["fruittxt" + added] = strawberries; this.b["fruit" + added].gotoAndStop("strawberry"); added++; } go = function () { goaway = true; dir = random(2) + 1; this.sound.play(); this.b._visible = false; }; } } onClipEvent (enterFrame) { if (!(_name === "customer")) { if (goaway) { ((dir == 1) ? (_x = (_x + 5)_x + 5) : (_x = (_x - 5)_x - 5)); existing = false; _name = ("lol" + idd); if ((_x > 900) || (_x < -150)) { this.swapDepths(999241); this.removeMovieClip(); } } else { touching = false; i = 0; while (i < _root.totalcustomers) { if (_x < (Stage.width / 2)) { if ((hitTest(_root["customer" + i].hittest) && (_root["customer" + i].goaway == false)) && (_root["customer" + i]._x > _x)) { touching = true; } } else if ((hitTest(_root["customer" + i].hittest) && (_root["customer" + i].goaway == false)) && (_root["customer" + i]._x < _x)) { touching = true; this.touch.gotoAndStop(2); } i++; } if (((_x < (Stage.width / 2)) && (!foundplace)) && (!touching)) { _x = (_x + 8); } if (((_x > (Stage.width / 2)) && (!foundplace)) && (!touching)) { _x = (_x - 8); } if ((!foundplace) && (hitTest(Stage.width / 2, _y, true))) { foundplace = true; } } } }Instance of Symbol 320 MovieClip "bird1" in Frame 9onClipEvent (load) { id = 1; xx = 200 + random(Stage.width - 200); timer = 0; _name = ("bird" + id); when2go = 300 + random(50); this.swapDepths(25 + id); poop = function () { this.sound2.play(); _root["poop" + id]._x = _x - 10; _root["poop" + id]._y = _y + 10; _root["poop" + id].id = id; _root["poop" + id].poo(); }; } onClipEvent (enterFrame) { timer++; ((timer == when2go) ? ((moving = true)) : 0); ((timer == (when2go - 30)) ? (this.sound.play) : 0); if (moving) { if (((_x > xx) && (!pooped)) && (_currentframe == 1)) { poop(); (pooped = true); } _x = (_x + 5); } } on (press) { this.gotoAndStop(2); }Instance of Symbol 301 MovieClip "poop1" in Frame 9onClipEvent (load) { poo = function () { alphathing = 9999; things = ["register", "radio", "stand", "bb", "sb", "blender"]; maxdis = 999; this.swapDepths(100 + id); this.onEnterFrame = function () { i = 0; while (i < things.length) { if (_root[things[i]].hitTest(_x, _y, true)) { this.gotoAndStop(2); if (!klost) { moneylost = 10 + random(5); _root.money = _root.money - moneylost; _root.register.moneytxt = "$" + _root.money; klost = true; } notmoving = true; } else if (!notmoving) { _y = (_y + 3); } else { (alphathing = alphathing - 5); ((alphathing < 100) ? (_alpha = alphathing) : 0); } i++; } }; }; }Instance of Symbol 320 MovieClip "bird2" in Frame 9onClipEvent (load) { id = 2; xx = 200 + random(Stage.width - 200); timer = 0; _name = ("bird" + id); when2go = 500 + random(50); this.swapDepths(25 + id); poop = function () { this.sound2.play(); _root["poop" + id]._x = _x - 10; _root["poop" + id]._y = _y + 10; _root["poop" + id].id = id; _root["poop" + id].poo(); }; } onClipEvent (enterFrame) { timer++; ((timer == when2go) ? ((moving = true)) : 0); ((timer == (when2go - 30)) ? (this.sound.play) : 0); if (moving) { if (((_x > xx) && (!pooped)) && (_currentframe == 1)) { poop(); (pooped = true); } _x = (_x + 5); } } on (press) { this.gotoAndStop(2); }Instance of Symbol 301 MovieClip "poop2" in Frame 9onClipEvent (load) { poo = function () { alphathing = 9999; things = ["register", "radio", "stand", "bb", "sb", "blender"]; maxdis = 999; this.swapDepths(100 + id); this.onEnterFrame = function () { i = 0; while (i < things.length) { if (_root[things[i]].hitTest(_x, _y, true)) { this.gotoAndStop(2); if (!klost) { moneylost = 10 + random(5); _root.money = _root.money - moneylost; _root.register.moneytxt = "$" + _root.money; klost = true; } notmoving = true; } else if (!notmoving) { _y = (_y + 3); } else { (alphathing = alphathing - 5); ((alphathing < 100) ? (_alpha = alphathing) : 0); } i++; } }; }; }Instance of Symbol 320 MovieClip "bird3" in Frame 9onClipEvent (load) { id = 3; xx = 200 + random(Stage.width - 200); timer = 0; _name = ("bird" + id); when2go = 150 + random(50); this.swapDepths(25 + id); poop = function () { this.sound2.play(); _root["poop" + id]._x = _x - 10; _root["poop" + id]._y = _y + 10; _root["poop" + id].id = id; _root["poop" + id].poo(); }; } onClipEvent (enterFrame) { timer++; ((timer == when2go) ? ((moving = true)) : 0); ((timer == (when2go - 30)) ? (this.sound.play) : 0); if (moving) { if (((_x > xx) && (!pooped)) && (_currentframe == 1)) { poop(); (pooped = true); } _x = (_x + 5); } } on (press) { this.gotoAndStop(2); }Instance of Symbol 301 MovieClip "poop3" in Frame 9onClipEvent (load) { poo = function () { alphathing = 9999; things = ["register", "radio", "stand", "bb", "sb", "blender"]; maxdis = 999; this.swapDepths(100 + id); this.onEnterFrame = function () { i = 0; while (i < things.length) { if (_root[things[i]].hitTest(_x, _y, true)) { this.gotoAndStop(2); if (!klost) { moneylost = 10 + random(5); _root.money = _root.money - moneylost; _root.register.moneytxt = "$" + _root.money; klost = true; } notmoving = true; } else if (!notmoving) { _y = (_y + 3); } else { (alphathing = alphathing - 5); ((alphathing < 100) ? (_alpha = alphathing) : 0); } i++; } }; }; }Instance of Symbol 329 MovieClip "sb" in Frame 9on (press) { if (((!_root.blending) && (_root.blender.totalfruit < 4)) && (_currentframe < 16)) { _root.addStrawberry(); this.nextFrame(); } if (_currentframe == 16) { _root.money = _root.money - 15; _root.moneytxt = "$" + _root.money; gotoAndStop (1); } }Instance of Symbol 335 MovieClip "bb" in Frame 9on (press) { if (((!_root.blending) && (_root.blender.totalfruit < 4)) && (_currentframe < 11)) { _root.addBanana(); this.nextFrame(); } if (_currentframe == 11) { _root.money = _root.money - 10; _root.moneytxt = "$" + _root.money; gotoAndStop (1); } }Instance of Symbol 368 MovieClip "blender" in Frame 9onClipEvent (load) { this.ol._visible = false; this.bl._visible = false; this.cl._visible = false; this.sl._visible = false; oranges = 0; carrots = 0; bananas = 0; strawberries = 0; totalfruit = 0; var a = "empty"; var b = "empty"; var c = "empty"; var d = "empty"; _root.blending = false; throwaway = function () { this.ol._visible = false; this.bl._visible = false; this.cl._visible = false; this.sl._visible = false; oranges = 0; carrots = 0; bananas = 0; strawberries = 0; totalfruit = 0; _root.totalfruit = 0; a = "empty"; b = "empty"; c = "empty"; d = "empty"; _root.blending = false; this.juicea.gotoAndStop(1); this.juiceb.gotoAndStop(1); this.juicec.gotoAndStop(1); this.juiced.gotoAndStop(1); }; addFruit = function (fruitf, wheref) { this.top.play(); var _local2 = fruitf; var _local3 = wheref; totalfruit++; this[_local2 + "s"]++; ((_local2 == "strawberry") ? (strawberries++) : 0); this["juice" + _local3].gotoAndStop(_local2); ((_local3 == "a") ? ((a = _local2)) : 0); ((_local3 == "b") ? ((b = _local2)) : 0); ((_local3 == "c") ? ((c = _local2)) : 0); ((_local3 == "d") ? ((d = _local2)) : 0); }; mix = function () { if (totalfruit > 0) { this.sound.play(); _root.blending = true; mixoranges(); mixcarrots(); mixbananas(); mixstrawberries(); this.juicea.gotoAndStop(1); this.juiceb.gotoAndStop(1); this.juicec.gotoAndStop(1); this.juiced.gotoAndStop(1); } }; mixoranges = function () { if (oranges > 0) { this.ol._visible = true; if (totalfruit == 1) { this.ol._alpha = 100; this.ol.gotoAndStop(1); } if (totalfruit == 2) { if (oranges == 1) { this.ol._alpha = 50; } else { this.ol._alpha = 100; } this.ol.gotoAndStop(2); } if (totalfruit == 3) { if (oranges == 1) { this.ol._alpha = 33.4; } else if (oranges == 2) { this.ol._alpha = 67; } else { this.ol._alpha = 100; } this.ol.gotoAndStop(3); } if (totalfruit == 4) { if (oranges == 1) { this.ol._alpha = 25; } else if (oranges == 2) { this.ol._alpha = 50; } else if (oranges == 3) { this.ol._alpha = 75; } else { this.ol._alpha = 100; } this.ol.gotoAndStop(4); } } }; mixcarrots = function () { if (carrots > 0) { this.cl._visible = true; if (totalfruit == 1) { this.cl._alpha = 100; this.cl.gotoAndStop(1); } if (totalfruit == 2) { if (carrots == 1) { this.cl._alpha = 50; } else { this.cl._alpha = 100; } this.cl.gotoAndStop(2); } if (totalfruit == 3) { if (carrots == 1) { this.cl._alpha = 33.4; } else if (carrots == 2) { this.cl._alpha = 67; } else { this.cl._alpha = 100; } this.cl.gotoAndStop(3); } if (totalfruit == 4) { if (carrots == 1) { this.cl._alpha = 25; } else if (carrots == 2) { this.cl._alpha = 50; } else if (carrots == 3) { this.cl._alpha = 75; } else { this.cl._alpha = 100; } this.cl.gotoAndStop(4); } } }; mixbananas = function () { if (bananas > 0) { this.bl._visible = true; if (totalfruit == 1) { this.bl._alpha = 100; this.bl.gotoAndStop(1); } if (totalfruit == 2) { if (bananas == 1) { this.bl._alpha = 50; } else { this.bl._alpha = 100; } this.bl.gotoAndStop(2); } if (totalfruit == 3) { if (bananas == 1) { this.bl._alpha = 33.4; } else if (bananas == 2) { this.bl._alpha = 67; } else { this.bl._alpha = 100; } this.bl.gotoAndStop(3); } if (totalfruit == 4) { if (bananas == 1) { this.bl._alpha = 25; } else if (bananas == 2) { this.bl._alpha = 50; } else if (bananas == 3) { this.bl._alpha = 75; } else { this.bl._alpha = 100; } this.bl.gotoAndStop(4); } } }; mixstrawberries = function () { if (strawberries > 0) { this.sl._visible = true; if (totalfruit == 1) { this.sl._alpha = 100; this.sl.gotoAndStop(1); } if (totalfruit == 2) { if (strawberries == 1) { this.sl._alpha = 50; } else { this.sl._alpha = 100; } this.sl.gotoAndStop(2); } if (totalfruit == 3) { if (strawberries == 1) { this.sl._alpha = 33.4; } else if (strawberries == 2) { this.sl._alpha = 67; } else { this.sl._alpha = 100; } this.sl.gotoAndStop(3); } if (totalfruit == 4) { if (strawberries == 1) { this.sl._alpha = 25; } else if (strawberries == 2) { this.sl._alpha = 50; } else if (strawberries == 3) { this.sl._alpha = 75; } else { this.sl._alpha = 100; } this.sl.gotoAndStop(4); } } }; } onClipEvent (enterFrame) { if (!hittest.hitTest(_root._xmouse, _root._ymouse, true)) { (this.top.gotoAndStop(1));// not popped } else { (this.top.gotoAndStop(this.top._totalframes));// not popped } }Instance of Symbol 379 MovieClip "glass2" in Frame 9onClipEvent (enterFrame) { if (_root.glass._x == _root.glass.ox) { this._visible = false; } else { this._visible = true; } }Instance of Symbol 384 MovieClip "glass" in Frame 9onClipEvent (load) { oy = _y; ox = _x; reset = function () { this.cup.gotoAndStop(1); sold = false; filled = false; oranges = 0; bananas = 0; carrots = 0; strawberries = 0; ol._visible = false; cl._visible = false; sl._visible = false; bl._visible = false; totalfruit = 0; }; fill = function () { filled = true; this.sound.play(); this.oranges = _root.blender.oranges; this.bananas = _root.blender.bananas; this.carrots = _root.blender.carrots; this.strawberries = _root.blender.strawberries; this.totalfruit = _root.blender.totalfruit; this.cup.gotoAndStop(2); }; } on (press) { if (filled) { dragging = true; } } on (release) { dragging = false; if (hitTest(_root.trashbin)) { this.reset(); } i = 0; while (i < (_root.totalcustomers + 1)) { if (this.hitTest(_root["customer" + i].hittest)) { if ((((bananas == _root["customer" + i].bananas) && (oranges == _root["customer" + i].oranges)) && (strawberries == _root["customer" + i].strawberries)) && (carrots == _root["customer" + i].carrots)) { _root["customer" + i].go(); moneyearned = (5 * _root.sellpercent) * totalfruit; _root.money = _root.money + moneyearned; _root.moneyanim._visible = true; _root.moneyanim.play(); _root.moneyanim.inside.moneyearned = "+ $" + moneyearned; _root.moneyanim.inside.gotoAndStop(1); sold = true; } i = 0; while (i < (_root.totalcustomers + 1)) { if (this.hitTest(_root["customer" + i].hittest)) { if ((((bananas == _root["customer" + i].bananas) && (oranges == _root["customer" + i].oranges)) && (strawberries == _root["customer" + i].strawberries)) && (carrots == _root["customer" + i].carrots)) { } else if (!sold) { _root["customer" + i].go(); _root["customer" + i].face.gotoAndStop(2); moneyearned = (7.5 * _root.sellpercent) * totalfruit; _root.money = _root.money - moneyearned; _root.moneyanim._visible = true; _root.moneyanim.play(); _root.moneyanim.inside.gotoAndStop(2); _root.moneyanim.inside.moneyearned = "- $" + moneyearned; } } i++; } _root.moneytxt = "$" + _root.money; this.reset(); } i++; } _x = ox; _y = oy; } onClipEvent (enterFrame) { if (filled) { if (dragging) { _x = _root._xmouse; _y = _root._ymouse; } } }Instance of Symbol 464 MovieClip "ob" in Frame 9on (press) { if (((!_root.blending) && (_root.blender.totalfruit < 4)) && (_currentframe < 11)) { _root.addOrange(); this.nextFrame(); } if (_currentframe == 11) { _root.money = _root.money - 10; _root.moneytxt = "$" + _root.money; gotoAndStop (1); } }Instance of Symbol 392 MovieClip "radio" in Frame 9on (press) { _root.soundmenu._visible = true; }Instance of Symbol 290 MovieClip "moneyanim" in Frame 9onClipEvent (load) { this._visible = false; }Frame 10stop(); lol = 1; ((money >= 155) ? ((won = true)) : ((won = false))); _root.onEnterFrame = function () { if (lol < 1) { if (!won) { day.gotoAndStop(3); moneytextbox = ""; txt = "Unfortunately you did not earn enough money.\rYou will need to find another job this summer to\r feed you and your family."; } else { moneytextbox2 = ""; txt = "Congratulations, you have earned enough money to surprise your children with brand new bikes!"; txt = txt + "\rThis day you will need to earn $175, more customers know about your delicious juice!"; } } else { (txt = ""); (moneytextbox = ""); (moneytextbox2 = ""); } }; trashbin.removeMovieClip(); stand.removeMovieClip(); ob.removeMovieClip(); cb.removeMovieClip(); sb.removeMovieClip(); bb.removeMovieClip(); blender.removeMovieClip(); glass.removeMovieClip(); glass2.removeMovieClip(); register.removeMovieClip(); radio.removeMovieClip(); soundmenu.removeMovieClip(); i = -99; while (i < 1000) { _root["customer" + i].swapDepths(999); _root["customer" + i].removeMovieClip(); i++; } i = -99; while (i < 100) { _root["lol" + i].swapDepths(999); _root["lol" + i].removeMovieClip(); i++; } i = 0; while (i < 50) { _root["bird" + i].removeMovieClip(); i++; } i = 0; while (i < 50) { _root["poop" + i].removeMovieClip(); i++; } lol--;Frame 11addOrange = function () { added = false; ((_root.blender.totalfruit == 4) ? (popMessage("Not enough space in blender!")) : 0); ((_root.blender.a == "empty") ? (_root.blender.addFruit("orange", "a")(added = true)) : 0); (((_root.blender.b == "empty") && (!added)) ? (_root.blender.addFruit("orange", "b")(added = true)) : 0); (((_root.blender.c == "empty") && (!added)) ? (_root.blender.addFruit("orange", "c")(added = true)) : 0); (((_root.blender.d == "empty") && (!added)) ? (_root.blender.addFruit("orange", "d")(added = true)) : 0); }; addCarrot = function () { added = false; ((_root.blender.totalfruit == 4) ? (popMessage("Not enough space in blender!")) : 0); ((_root.blender.a == "empty") ? (_root.blender.addFruit("carrot", "a")(added = true)) : 0); (((_root.blender.b == "empty") && (!added)) ? (_root.blender.addFruit("carrot", "b")(added = true)) : 0); (((_root.blender.c == "empty") && (!added)) ? (_root.blender.addFruit("carrot", "c")(added = true)) : 0); (((_root.blender.d == "empty") && (!added)) ? (_root.blender.addFruit("carrot", "d")(added = true)) : 0); }; addBanana = function () { added = false; ((_root.blender.totalfruit == 4) ? (popMessage("Not enough space in blender!")) : 0); ((_root.blender.a == "empty") ? (_root.blender.addFruit("banana", "a")(added = true)) : 0); (((_root.blender.b == "empty") && (!added)) ? (_root.blender.addFruit("banana", "b")(added = true)) : 0); (((_root.blender.c == "empty") && (!added)) ? (_root.blender.addFruit("banana", "c")(added = true)) : 0); (((_root.blender.d == "empty") && (!added)) ? (_root.blender.addFruit("banana", "d")(added = true)) : 0); }; addStrawberry = function () { added = false; ((_root.blender.totalfruit == 4) ? (popMessage("Not enough space in blender!")) : 0); ((_root.blender.a == "empty") ? (_root.blender.addFruit("strawberry", "a")(added = true)) : 0); (((_root.blender.b == "empty") && (!added)) ? (_root.blender.addFruit("strawberry", "b")(added = true)) : 0); (((_root.blender.c == "empty") && (!added)) ? (_root.blender.addFruit("strawberry", "c")(added = true)) : 0); (((_root.blender.d == "empty") && (!added)) ? (_root.blender.addFruit("strawberry", "d")(added = true)) : 0); }; popMessage = function (msg) { pop._visible = true; pop.bg._width = 75 + (msg.length * 10); pop.msg = msg; }; usedOranges = []; usedBananas = []; usedCarrots = []; usedStrawberries = []; names = 0; customercnum = 130; customerc = 0; totalfruit = 4; totalcustomers = 2; money = 10; moneytxt = "$" + money; sellpercent = 1; i = -9999; lasti = i; musicplaying = 2; makeCustomer = function () { i++; _root.customer.duplicateMovieClip("customer" + i, i); }; _root.onEnterFrame = function () { if (Key.isDown(17)) { _root.gotoAndStop(_root._currentframe + 1); _root.money = 555; _root.moneytextbox = "$" + _root.money; _root.moneytextbox2 = "$" + _root.money; } if (Key.isDown(18)) { _root.gotoAndStop(_root._currentframe + 1); _root.money = -555; _root.moneytextbox = "$" + _root.money; _root.moneytextbox2 = "$" + _root.money; } customerc--; ((customerc < 1) ? (makeCustomer()(customercnum = customercnum / 1.05)(customerc = customercnum)) : 0); register.moneytxt = _root.moneytxt; if (customercnum < 50) { _root.gotoAndStop(_root._currentframe + 1); _root.moneytextbox = "$" + _root.money; _root.moneytextbox2 = "$" + _root.money; } register.moneytxt = "$" + _root.money; };Instance of Symbol 277 MovieClip "customer" in Frame 11onClipEvent (load) { this.gotoAndStop(1); if (!(_name === "customer")) { this.existing = true; idd = _root.i; _root.totalcustomers++; _name = ("customer" + _root.totalcustomers); neimid = _root.totalcustomers; position = random(2) + 1; ((position == 1) ? (_x = -215-215) : (_x = (Stage.width + 215)Stage.width + 215)); foundplace = false; goaway = false; b.fruittxt1 = ""; b.fruittxt2 = ""; b.fruittxt3 = ""; b.fruittxt4 = ""; added = 1; bananas = 0; carrots = 0; oranges = 0; strawberries = 0; this.gotoAndStop(random(this._totalframes) + 1); var drink = []; switch (_currentframe) { case 1 : drinknum = 2 + random(2); break; case 2 : drinknum = 2 + random(2); break; case 3 : drinknum = 3 + random(2); break; case 4 : drinknum = 2 + random(3); break; case 5 : drinknum = 3 + random(2); break; case 6 : drinknum = 4; } var drinksay = ""; i = 0; while (i < drinknum) { d = random(4) + 1; ((d == 2) ? (drink.push("strawberry")strawberries++) : 0); ((d == 1) ? (drink.push("orange")oranges++) : 0); ((d == 4) ? (drink.push("carrot")carrots++) : 0); ((d == 3) ? (drink.push("banana")bananas++) : 0); i++; } if (bananas > 1) { drinksay = drinksay + (bananas + " bananas. "); this.b.fruittxt1 = bananas; this.b.fruit1.gotoAndStop("banana"); added++; } else if (bananas == 1) { drinksay = drinksay + "1 banana. "; b.fruittxt1 = bananas; b.fruit1.gotoAndStop("banana"); added++; } if (oranges > 1) { drinksay = drinksay + (oranges + " oranges. "); this.b["fruittxt" + added] = oranges; this.b["fruit" + added].gotoAndStop("orange"); added++; } else if (oranges == 1) { drinksay = drinksay + "1 orange. "; this.b["fruittxt" + added] = oranges; this.b["fruit" + added].gotoAndStop("orange"); added++; } if (carrots > 1) { drinksay = drinksay + (carrots + " carrots. "); this.b["fruittxt" + added] = carrots; this.b["fruit" + added].gotoAndStop("carrot"); added++; } else if (carrots == 1) { drinksay = drinksay + "1 carrot. "; this.b["fruittxt" + added] = carrots; this.b["fruit" + added].gotoAndStop("carrot"); added++; } if (strawberries > 1) { drinksay = drinksay + (strawberries + " strawberries. "); this.b["fruittxt" + added] = strawberries; this.b["fruit" + added].gotoAndStop("strawberry"); added++; } else if (strawberries == 1) { drinksay = drinksay + "1 stawberry. "; this.b["fruittxt" + added] = strawberries; this.b["fruit" + added].gotoAndStop("strawberry"); added++; } go = function () { goaway = true; dir = random(2) + 1; this.sound.play(); this.b._visible = false; }; } } onClipEvent (enterFrame) { if (!(_name === "customer")) { if (goaway) { ((dir == 1) ? (_x = (_x + 5)_x + 5) : (_x = (_x - 5)_x - 5)); existing = false; _name = ("lol" + idd); if ((_x > 900) || (_x < -150)) { this.swapDepths(999241); this.removeMovieClip(); } } else { touching = false; i = 0; while (i < _root.totalcustomers) { if (_x < (Stage.width / 2)) { if ((hitTest(_root["customer" + i].hittest) && (_root["customer" + i].goaway == false)) && (_root["customer" + i]._x > _x)) { touching = true; } } else if ((hitTest(_root["customer" + i].hittest) && (_root["customer" + i].goaway == false)) && (_root["customer" + i]._x < _x)) { touching = true; this.touch.gotoAndStop(2); } i++; } if (((_x < (Stage.width / 2)) && (!foundplace)) && (!touching)) { _x = (_x + 8); } if (((_x > (Stage.width / 2)) && (!foundplace)) && (!touching)) { _x = (_x - 8); } if ((!foundplace) && (hitTest(Stage.width / 2, _y, true))) { foundplace = true; } } } }Instance of Symbol 301 MovieClip "poop1" in Frame 11onClipEvent (load) { poo = function () { alphathing = 9999; things = ["register", "radio", "stand", "bb", "sb", "blender"]; maxdis = 999; this.swapDepths(100 + id); this.onEnterFrame = function () { i = 0; while (i < things.length) { if (_root[things[i]].hitTest(_x, _y, true)) { this.gotoAndStop(2); if (!klost) { moneylost = 10 + random(5); _root.money = _root.money - moneylost; _root.register.moneytxt = "$" + _root.money; klost = true; } notmoving = true; } else if (!notmoving) { _y = (_y + 3); } else { (alphathing = alphathing - 5); ((alphathing < 100) ? (_alpha = alphathing) : 0); } i++; } }; }; }Instance of Symbol 301 MovieClip "poop2" in Frame 11onClipEvent (load) { poo = function () { alphathing = 9999; things = ["register", "radio", "stand", "bb", "sb", "blender"]; maxdis = 999; this.swapDepths(100 + id); this.onEnterFrame = function () { i = 0; while (i < things.length) { if (_root[things[i]].hitTest(_x, _y, true)) { this.gotoAndStop(2); if (!klost) { moneylost = 10 + random(5); _root.money = _root.money - moneylost; _root.register.moneytxt = "$" + _root.money; klost = true; } notmoving = true; } else if (!notmoving) { _y = (_y + 3); } else { (alphathing = alphathing - 5); ((alphathing < 100) ? (_alpha = alphathing) : 0); } i++; } }; }; }Instance of Symbol 301 MovieClip "poop3" in Frame 11onClipEvent (load) { poo = function () { alphathing = 9999; things = ["register", "radio", "stand", "bb", "sb", "blender"]; maxdis = 999; this.swapDepths(100 + id); this.onEnterFrame = function () { i = 0; while (i < things.length) { if (_root[things[i]].hitTest(_x, _y, true)) { this.gotoAndStop(2); if (!klost) { moneylost = 10 + random(5); _root.money = _root.money - moneylost; _root.register.moneytxt = "$" + _root.money; klost = true; } notmoving = true; } else if (!notmoving) { _y = (_y + 3); } else { (alphathing = alphathing - 5); ((alphathing < 100) ? (_alpha = alphathing) : 0); } i++; } }; }; }Instance of Symbol 320 MovieClip "bird1" in Frame 11onClipEvent (load) { id = 1; xx = 200 + random(Stage.width - 200); timer = 0; _name = ("bird" + id); when2go = 400 + random(50); this.swapDepths(25 + id); poop = function () { this.sound2.play(); _root["poop" + id]._x = _x - 10; _root["poop" + id]._y = _y + 10; _root["poop" + id].id = id; _root["poop" + id].poo(); }; } onClipEvent (enterFrame) { timer++; ((timer == when2go) ? ((moving = true)) : 0); ((timer == (when2go - 30)) ? (this.sound.play) : 0); if (moving) { if (((_x > xx) && (!pooped)) && (_currentframe == 1)) { poop(); (pooped = true); } _x = (_x + 5); } } on (press) { this.gotoAndStop(2); }Instance of Symbol 320 MovieClip "bird2" in Frame 11onClipEvent (load) { id = 2; xx = 200 + random(Stage.width - 200); timer = 0; _name = ("bird" + id); when2go = 700 + random(50); this.swapDepths(25 + id); poop = function () { this.sound2.play(); _root["poop" + id]._x = _x - 10; _root["poop" + id]._y = _y + 10; _root["poop" + id].id = id; _root["poop" + id].poo(); }; } onClipEvent (enterFrame) { timer++; ((timer == when2go) ? ((moving = true)) : 0); ((timer == (when2go - 30)) ? (this.sound.play) : 0); if (moving) { if (((_x > xx) && (!pooped)) && (_currentframe == 1)) { poop(); (pooped = true); } _x = (_x + 5); } } on (press) { this.gotoAndStop(2); }Instance of Symbol 320 MovieClip "bird3" in Frame 11onClipEvent (load) { id = 3; xx = 200 + random(Stage.width - 200); timer = 0; _name = ("bird" + id); when2go = 150 + random(50); this.swapDepths(25 + id); poop = function () { this.sound2.play(); _root["poop" + id]._x = _x - 10; _root["poop" + id]._y = _y + 10; _root["poop" + id].id = id; _root["poop" + id].poo(); }; } onClipEvent (enterFrame) { timer++; ((timer == when2go) ? ((moving = true)) : 0); ((timer == (when2go - 30)) ? (this.sound.play) : 0); if (moving) { if (((_x > xx) && (!pooped)) && (_currentframe == 1)) { poop(); (pooped = true); } _x = (_x + 5); } } on (press) { this.gotoAndStop(2); }Instance of Symbol 329 MovieClip "sb" in Frame 11on (press) { if (((!_root.blending) && (_root.blender.totalfruit < 4)) && (_currentframe < 16)) { _root.addStrawberry(); this.nextFrame(); } if (_currentframe == 16) { _root.money = _root.money - 15; _root.moneytxt = "$" + _root.money; gotoAndStop (1); } }Instance of Symbol 335 MovieClip "bb" in Frame 11on (press) { if (((!_root.blending) && (_root.blender.totalfruit < 4)) && (_currentframe < 11)) { _root.addBanana(); this.nextFrame(); } if (_currentframe == 11) { _root.money = _root.money - 10; _root.moneytxt = "$" + _root.money; gotoAndStop (1); } }Instance of Symbol 368 MovieClip "blender" in Frame 11onClipEvent (load) { this.ol._visible = false; this.bl._visible = false; this.cl._visible = false; this.sl._visible = false; oranges = 0; carrots = 0; bananas = 0; strawberries = 0; totalfruit = 0; var a = "empty"; var b = "empty"; var c = "empty"; var d = "empty"; _root.blending = false; throwaway = function () { this.ol._visible = false; this.bl._visible = false; this.cl._visible = false; this.sl._visible = false; oranges = 0; carrots = 0; bananas = 0; strawberries = 0; totalfruit = 0; _root.totalfruit = 0; a = "empty"; b = "empty"; c = "empty"; d = "empty"; _root.blending = false; this.juicea.gotoAndStop(1); this.juiceb.gotoAndStop(1); this.juicec.gotoAndStop(1); this.juiced.gotoAndStop(1); }; addFruit = function (fruitf, wheref) { this.top.play(); var _local2 = fruitf; var _local3 = wheref; totalfruit++; this[_local2 + "s"]++; ((_local2 == "strawberry") ? (strawberries++) : 0); this["juice" + _local3].gotoAndStop(_local2); ((_local3 == "a") ? ((a = _local2)) : 0); ((_local3 == "b") ? ((b = _local2)) : 0); ((_local3 == "c") ? ((c = _local2)) : 0); ((_local3 == "d") ? ((d = _local2)) : 0); }; mix = function () { if (totalfruit > 0) { this.sound.play(); _root.blending = true; mixoranges(); mixcarrots(); mixbananas(); mixstrawberries(); this.juicea.gotoAndStop(1); this.juiceb.gotoAndStop(1); this.juicec.gotoAndStop(1); this.juiced.gotoAndStop(1); } }; mixoranges = function () { if (oranges > 0) { this.ol._visible = true; if (totalfruit == 1) { this.ol._alpha = 100; this.ol.gotoAndStop(1); } if (totalfruit == 2) { if (oranges == 1) { this.ol._alpha = 50; } else { this.ol._alpha = 100; } this.ol.gotoAndStop(2); } if (totalfruit == 3) { if (oranges == 1) { this.ol._alpha = 33.4; } else if (oranges == 2) { this.ol._alpha = 67; } else { this.ol._alpha = 100; } this.ol.gotoAndStop(3); } if (totalfruit == 4) { if (oranges == 1) { this.ol._alpha = 25; } else if (oranges == 2) { this.ol._alpha = 50; } else if (oranges == 3) { this.ol._alpha = 75; } else { this.ol._alpha = 100; } this.ol.gotoAndStop(4); } } }; mixcarrots = function () { if (carrots > 0) { this.cl._visible = true; if (totalfruit == 1) { this.cl._alpha = 100; this.cl.gotoAndStop(1); } if (totalfruit == 2) { if (carrots == 1) { this.cl._alpha = 50; } else { this.cl._alpha = 100; } this.cl.gotoAndStop(2); } if (totalfruit == 3) { if (carrots == 1) { this.cl._alpha = 33.4; } else if (carrots == 2) { this.cl._alpha = 67; } else { this.cl._alpha = 100; } this.cl.gotoAndStop(3); } if (totalfruit == 4) { if (carrots == 1) { this.cl._alpha = 25; } else if (carrots == 2) { this.cl._alpha = 50; } else if (carrots == 3) { this.cl._alpha = 75; } else { this.cl._alpha = 100; } this.cl.gotoAndStop(4); } } }; mixbananas = function () { if (bananas > 0) { this.bl._visible = true; if (totalfruit == 1) { this.bl._alpha = 100; this.bl.gotoAndStop(1); } if (totalfruit == 2) { if (bananas == 1) { this.bl._alpha = 50; } else { this.bl._alpha = 100; } this.bl.gotoAndStop(2); } if (totalfruit == 3) { if (bananas == 1) { this.bl._alpha = 33.4; } else if (bananas == 2) { this.bl._alpha = 67; } else { this.bl._alpha = 100; } this.bl.gotoAndStop(3); } if (totalfruit == 4) { if (bananas == 1) { this.bl._alpha = 25; } else if (bananas == 2) { this.bl._alpha = 50; } else if (bananas == 3) { this.bl._alpha = 75; } else { this.bl._alpha = 100; } this.bl.gotoAndStop(4); } } }; mixstrawberries = function () { if (strawberries > 0) { this.sl._visible = true; if (totalfruit == 1) { this.sl._alpha = 100; this.sl.gotoAndStop(1); } if (totalfruit == 2) { if (strawberries == 1) { this.sl._alpha = 50; } else { this.sl._alpha = 100; } this.sl.gotoAndStop(2); } if (totalfruit == 3) { if (strawberries == 1) { this.sl._alpha = 33.4; } else if (strawberries == 2) { this.sl._alpha = 67; } else { this.sl._alpha = 100; } this.sl.gotoAndStop(3); } if (totalfruit == 4) { if (strawberries == 1) { this.sl._alpha = 25; } else if (strawberries == 2) { this.sl._alpha = 50; } else if (strawberries == 3) { this.sl._alpha = 75; } else { this.sl._alpha = 100; } this.sl.gotoAndStop(4); } } }; } onClipEvent (enterFrame) { if (!hittest.hitTest(_root._xmouse, _root._ymouse, true)) { (this.top.gotoAndStop(1));// not popped } else { (this.top.gotoAndStop(this.top._totalframes));// not popped } }Instance of Symbol 379 MovieClip "glass2" in Frame 11onClipEvent (enterFrame) { if (_root.glass._x == _root.glass.ox) { this._visible = false; } else { this._visible = true; } }Instance of Symbol 384 MovieClip "glass" in Frame 11onClipEvent (load) { oy = _y; ox = _x; reset = function () { this.cup.gotoAndStop(1); sold = false; filled = false; oranges = 0; bananas = 0; carrots = 0; strawberries = 0; ol._visible = false; cl._visible = false; sl._visible = false; bl._visible = false; totalfruit = 0; }; fill = function () { filled = true; this.sound.play(); this.oranges = _root.blender.oranges; this.bananas = _root.blender.bananas; this.carrots = _root.blender.carrots; this.strawberries = _root.blender.strawberries; this.totalfruit = _root.blender.totalfruit; this.cup.gotoAndStop(2); }; } on (press) { if (filled) { dragging = true; } } on (release) { dragging = false; if (hitTest(_root.trashbin)) { this.reset(); } i = 0; while (i < (_root.totalcustomers + 1)) { if (this.hitTest(_root["customer" + i].hittest)) { if ((((bananas == _root["customer" + i].bananas) && (oranges == _root["customer" + i].oranges)) && (strawberries == _root["customer" + i].strawberries)) && (carrots == _root["customer" + i].carrots)) { _root["customer" + i].go(); moneyearned = (5 * _root.sellpercent) * totalfruit; _root.money = _root.money + moneyearned; _root.moneyanim._visible = true; _root.moneyanim.play(); _root.moneyanim.inside.moneyearned = "+ $" + moneyearned; _root.moneyanim.inside.gotoAndStop(1); sold = true; } i = 0; while (i < (_root.totalcustomers + 1)) { if (this.hitTest(_root["customer" + i].hittest)) { if ((((bananas == _root["customer" + i].bananas) && (oranges == _root["customer" + i].oranges)) && (strawberries == _root["customer" + i].strawberries)) && (carrots == _root["customer" + i].carrots)) { } else if (!sold) { _root["customer" + i].go(); _root["customer" + i].face.gotoAndStop(2); moneyearned = (7.5 * _root.sellpercent) * totalfruit; _root.money = _root.money - moneyearned; _root.moneyanim._visible = true; _root.moneyanim.play(); _root.moneyanim.inside.gotoAndStop(2); _root.moneyanim.inside.moneyearned = "- $" + moneyearned; } } i++; } _root.moneytxt = "$" + _root.money; this.reset(); } i++; } _x = ox; _y = oy; } onClipEvent (enterFrame) { if (filled) { if (dragging) { _x = _root._xmouse; _y = _root._ymouse; } } }Instance of Symbol 464 MovieClip "ob" in Frame 11on (press) { if (((!_root.blending) && (_root.blender.totalfruit < 4)) && (_currentframe < 11)) { _root.addOrange(); this.nextFrame(); } if (_currentframe == 11) { _root.money = _root.money - 10; _root.moneytxt = "$" + _root.money; gotoAndStop (1); } }Instance of Symbol 392 MovieClip "radio" in Frame 11on (press) { _root.soundmenu._visible = true; }Instance of Symbol 482 MovieClip "cb" in Frame 11on (press) { if (((!_root.blending) && (_root.blender.totalfruit < 4)) && (_currentframe < 11)) { _root.addCarrot(); this.nextFrame(); } if (_currentframe == 11) { _root.money = _root.money - 10; _root.moneytxt = "$" + _root.money; gotoAndStop (1); } }Instance of Symbol 290 MovieClip "moneyanim" in Frame 11onClipEvent (load) { this._visible = false; }Frame 12stop(); lol = 1; ((money >= 175) ? ((won = true)) : ((won = false))); _root.onEnterFrame = function () { if (lol < 1) { if (!won) { day.gotoAndStop(3); moneytextbox = ""; txt = "Unfortunately you did not earn enough money.\rYou will need to find another job this summer to\r feed you and your family."; } else { moneytextbox2 = ""; txt = "Congratulations, you have earned enough money today."; txt = txt + "\rThis day you will need to earn $100, be careful, a lot of birds are expected to migrate (and poop) today."; } } else { (txt = ""); (moneytextbox = ""); (moneytextbox2 = ""); } }; trashbin.removeMovieClip(); stand.removeMovieClip(); ob.removeMovieClip(); cb.removeMovieClip(); sb.removeMovieClip(); bb.removeMovieClip(); blender.removeMovieClip(); glass.removeMovieClip(); glass2.removeMovieClip(); register.removeMovieClip(); radio.removeMovieClip(); soundmenu.removeMovieClip(); i = -99; while (i < 1000) { _root["customer" + i].swapDepths(999); _root["customer" + i].removeMovieClip(); i++; } i = -99; while (i < 100) { _root["lol" + i].swapDepths(999); _root["lol" + i].removeMovieClip(); i++; } i = 0; while (i < 50) { _root["bird" + i].removeMovieClip(); i++; } i = 0; while (i < 50) { _root["poop" + i].removeMovieClip(); i++; } lol--;Frame 13addOrange = function () { added = false; ((_root.blender.totalfruit == 4) ? (popMessage("Not enough space in blender!")) : 0); ((_root.blender.a == "empty") ? (_root.blender.addFruit("orange", "a")(added = true)) : 0); (((_root.blender.b == "empty") && (!added)) ? (_root.blender.addFruit("orange", "b")(added = true)) : 0); (((_root.blender.c == "empty") && (!added)) ? (_root.blender.addFruit("orange", "c")(added = true)) : 0); (((_root.blender.d == "empty") && (!added)) ? (_root.blender.addFruit("orange", "d")(added = true)) : 0); }; addCarrot = function () { added = false; ((_root.blender.totalfruit == 4) ? (popMessage("Not enough space in blender!")) : 0); ((_root.blender.a == "empty") ? (_root.blender.addFruit("carrot", "a")(added = true)) : 0); (((_root.blender.b == "empty") && (!added)) ? (_root.blender.addFruit("carrot", "b")(added = true)) : 0); (((_root.blender.c == "empty") && (!added)) ? (_root.blender.addFruit("carrot", "c")(added = true)) : 0); (((_root.blender.d == "empty") && (!added)) ? (_root.blender.addFruit("carrot", "d")(added = true)) : 0); }; addBanana = function () { added = false; ((_root.blender.totalfruit == 4) ? (popMessage("Not enough space in blender!")) : 0); ((_root.blender.a == "empty") ? (_root.blender.addFruit("banana", "a")(added = true)) : 0); (((_root.blender.b == "empty") && (!added)) ? (_root.blender.addFruit("banana", "b")(added = true)) : 0); (((_root.blender.c == "empty") && (!added)) ? (_root.blender.addFruit("banana", "c")(added = true)) : 0); (((_root.blender.d == "empty") && (!added)) ? (_root.blender.addFruit("banana", "d")(added = true)) : 0); }; addStrawberry = function () { added = false; ((_root.blender.totalfruit == 4) ? (popMessage("Not enough space in blender!")) : 0); ((_root.blender.a == "empty") ? (_root.blender.addFruit("strawberry", "a")(added = true)) : 0); (((_root.blender.b == "empty") && (!added)) ? (_root.blender.addFruit("strawberry", "b")(added = true)) : 0); (((_root.blender.c == "empty") && (!added)) ? (_root.blender.addFruit("strawberry", "c")(added = true)) : 0); (((_root.blender.d == "empty") && (!added)) ? (_root.blender.addFruit("strawberry", "d")(added = true)) : 0); }; popMessage = function (msg) { pop._visible = true; pop.bg._width = 75 + (msg.length * 10); pop.msg = msg; }; usedOranges = []; usedBananas = []; usedCarrots = []; usedStrawberries = []; names = 0; customercnum = 150; customerc = 0; totalfruit = 4; totalcustomers = 2; money = 10; moneytxt = "$" + money; sellpercent = 1; i = -9999; lasti = i; musicplaying = 2; makeCustomer = function () { i++; _root.customer.duplicateMovieClip("customer" + i, i); }; _root.onEnterFrame = function () { if (Key.isDown(17)) { _root.gotoAndStop(_root._currentframe + 1); _root.money = 555; _root.moneytextbox = "$" + _root.money; _root.moneytextbox2 = "$" + _root.money; } if (Key.isDown(18)) { _root.gotoAndStop(_root._currentframe + 1); _root.money = -555; _root.moneytextbox = "$" + _root.money; _root.moneytextbox2 = "$" + _root.money; } customerc--; ((customerc < 1) ? (makeCustomer()(customercnum = customercnum / 1.05)(customerc = customercnum)) : 0); register.moneytxt = _root.moneytxt; if (customercnum < 80) { _root.gotoAndStop(_root._currentframe + 1); _root.moneytextbox = "$" + _root.money; _root.moneytextbox2 = "$" + _root.money; } register.moneytxt = "$" + _root.money; };Instance of Symbol 277 MovieClip "customer" in Frame 13onClipEvent (load) { this.gotoAndStop(1); if (!(_name === "customer")) { this.existing = true; idd = _root.i; _root.totalcustomers++; _name = ("customer" + _root.totalcustomers); neimid = _root.totalcustomers; position = random(2) + 1; ((position == 1) ? (_x = -215-215) : (_x = (Stage.width + 215)Stage.width + 215)); foundplace = false; goaway = false; b.fruittxt1 = ""; b.fruittxt2 = ""; b.fruittxt3 = ""; b.fruittxt4 = ""; added = 1; bananas = 0; carrots = 0; oranges = 0; strawberries = 0; this.gotoAndStop(random(this._totalframes) + 1); var drink = []; switch (_currentframe) { case 1 : drinknum = 2 + random(2); break; case 2 : drinknum = 2 + random(2); break; case 3 : drinknum = 3 + random(2); break; case 4 : drinknum = 2 + random(3); break; case 5 : drinknum = 3 + random(2); break; case 6 : drinknum = 4; } var drinksay = ""; i = 0; while (i < drinknum) { d = random(4) + 1; ((d == 2) ? (drink.push("strawberry")strawberries++) : 0); ((d == 1) ? (drink.push("orange")oranges++) : 0); ((d == 4) ? (drink.push("carrot")carrots++) : 0); ((d == 3) ? (drink.push("banana")bananas++) : 0); i++; } if (bananas > 1) { drinksay = drinksay + (bananas + " bananas. "); this.b.fruittxt1 = bananas; this.b.fruit1.gotoAndStop("banana"); added++; } else if (bananas == 1) { drinksay = drinksay + "1 banana. "; b.fruittxt1 = bananas; b.fruit1.gotoAndStop("banana"); added++; } if (oranges > 1) { drinksay = drinksay + (oranges + " oranges. "); this.b["fruittxt" + added] = oranges; this.b["fruit" + added].gotoAndStop("orange"); added++; } else if (oranges == 1) { drinksay = drinksay + "1 orange. "; this.b["fruittxt" + added] = oranges; this.b["fruit" + added].gotoAndStop("orange"); added++; } if (carrots > 1) { drinksay = drinksay + (carrots + " carrots. "); this.b["fruittxt" + added] = carrots; this.b["fruit" + added].gotoAndStop("carrot"); added++; } else if (carrots == 1) { drinksay = drinksay + "1 carrot. "; this.b["fruittxt" + added] = carrots; this.b["fruit" + added].gotoAndStop("carrot"); added++; } if (strawberries > 1) { drinksay = drinksay + (strawberries + " strawberries. "); this.b["fruittxt" + added] = strawberries; this.b["fruit" + added].gotoAndStop("strawberry"); added++; } else if (strawberries == 1) { drinksay = drinksay + "1 stawberry. "; this.b["fruittxt" + added] = strawberries; this.b["fruit" + added].gotoAndStop("strawberry"); added++; } go = function () { goaway = true; dir = random(2) + 1; this.sound.play(); this.b._visible = false; }; } } onClipEvent (enterFrame) { if (!(_name === "customer")) { if (goaway) { ((dir == 1) ? (_x = (_x + 5)_x + 5) : (_x = (_x - 5)_x - 5)); existing = false; _name = ("lol" + idd); if ((_x > 900) || (_x < -150)) { this.swapDepths(999241); this.removeMovieClip(); } } else { touching = false; i = 0; while (i < _root.totalcustomers) { if (_x < (Stage.width / 2)) { if ((hitTest(_root["customer" + i].hittest) && (_root["customer" + i].goaway == false)) && (_root["customer" + i]._x > _x)) { touching = true; } } else if ((hitTest(_root["customer" + i].hittest) && (_root["customer" + i].goaway == false)) && (_root["customer" + i]._x < _x)) { touching = true; this.touch.gotoAndStop(2); } i++; } if (((_x < (Stage.width / 2)) && (!foundplace)) && (!touching)) { _x = (_x + 8); } if (((_x > (Stage.width / 2)) && (!foundplace)) && (!touching)) { _x = (_x - 8); } if ((!foundplace) && (hitTest(Stage.width / 2, _y, true))) { foundplace = true; } } } }Instance of Symbol 301 MovieClip "poop1" in Frame 13onClipEvent (load) { poo = function () { alphathing = 9999; things = ["register", "radio", "stand", "bb", "sb", "blender"]; maxdis = 999; this.swapDepths(100 + id); this.onEnterFrame = function () { i = 0; while (i < things.length) { if (_root[things[i]].hitTest(_x, _y, true)) { this.gotoAndStop(2); if (!klost) { moneylost = 10 + random(5); _root.money = _root.money - moneylost; _root.register.moneytxt = "$" + _root.money; klost = true; } notmoving = true; } else if (!notmoving) { _y = (_y + 3); } else { (alphathing = alphathing - 5); ((alphathing < 100) ? (_alpha = alphathing) : 0); } i++; } }; }; }Instance of Symbol 301 MovieClip "poop2" in Frame 13onClipEvent (load) { poo = function () { alphathing = 9999; things = ["register", "radio", "stand", "bb", "sb", "blender"]; maxdis = 999; this.swapDepths(100 + id); this.onEnterFrame = function () { i = 0; while (i < things.length) { if (_root[things[i]].hitTest(_x, _y, true)) { this.gotoAndStop(2); if (!klost) { moneylost = 10 + random(5); _root.money = _root.money - moneylost; _root.register.moneytxt = "$" + _root.money; klost = true; } notmoving = true; } else if (!notmoving) { _y = (_y + 3); } else { (alphathing = alphathing - 5); ((alphathing < 100) ? (_alpha = alphathing) : 0); } i++; } }; }; }Instance of Symbol 301 MovieClip "poop3" in Frame 13onClipEvent (load) { poo = function () { alphathing = 9999; things = ["register", "radio", "stand", "bb", "sb", "blender"]; maxdis = 999; this.swapDepths(100 + id); this.onEnterFrame = function () { i = 0; while (i < things.length) { if (_root[things[i]].hitTest(_x, _y, true)) { this.gotoAndStop(2); if (!klost) { moneylost = 10 + random(5); _root.money = _root.money - moneylost; _root.register.moneytxt = "$" + _root.money; klost = true; } notmoving = true; } else if (!notmoving) { _y = (_y + 3); } else { (alphathing = alphathing - 5); ((alphathing < 100) ? (_alpha = alphathing) : 0); } i++; } }; }; }Instance of Symbol 320 MovieClip "bird1" in Frame 13onClipEvent (load) { id = 1; xx = 200 + random(Stage.width - 200); timer = 0; _name = ("bird" + id); when2go = 300 + random(50); this.swapDepths(25 + id); poop = function () { this.sound2.play(); _root["poop" + id]._x = _x - 10; _root["poop" + id]._y = _y + 10; _root["poop" + id].id = id; _root["poop" + id].poo(); }; } onClipEvent (enterFrame) { timer++; ((timer == when2go) ? ((moving = true)) : 0); ((timer == (when2go - 30)) ? (this.sound.play) : 0); if (moving) { if (((_x > xx) && (!pooped)) && (_currentframe == 1)) { poop(); (pooped = true); } _x = (_x + 5); } } on (press) { this.gotoAndStop(2); }Instance of Symbol 320 MovieClip "bird2" in Frame 13onClipEvent (load) { id = 2; xx = 200 + random(Stage.width - 200); timer = 0; _name = ("bird" + id); when2go = 400 + random(50); this.swapDepths(25 + id); poop = function () { this.sound2.play(); _root["poop" + id]._x = _x - 10; _root["poop" + id]._y = _y + 10; _root["poop" + id].id = id; _root["poop" + id].poo(); }; } onClipEvent (enterFrame) { timer++; ((timer == when2go) ? ((moving = true)) : 0); ((timer == (when2go - 30)) ? (this.sound.play) : 0); if (moving) { if (((_x > xx) && (!pooped)) && (_currentframe == 1)) { poop(); (pooped = true); } _x = (_x + 5); } } on (press) { this.gotoAndStop(2); }Instance of Symbol 320 MovieClip "bird3" in Frame 13onClipEvent (load) { id = 3; xx = 200 + random(Stage.width - 200); timer = 0; _name = ("bird" + id); when2go = 150 + random(50); this.swapDepths(25 + id); poop = function () { this.sound2.play(); _root["poop" + id]._x = _x - 10; _root["poop" + id]._y = _y + 10; _root["poop" + id].id = id; _root["poop" + id].poo(); }; } onClipEvent (enterFrame) { timer++; ((timer == when2go) ? ((moving = true)) : 0); ((timer == (when2go - 30)) ? (this.sound.play) : 0); if (moving) { if (((_x > xx) && (!pooped)) && (_currentframe == 1)) { poop(); (pooped = true); } _x = (_x + 5); } } on (press) { this.gotoAndStop(2); }Instance of Symbol 320 MovieClip "bird4" in Frame 13onClipEvent (load) { id = 4; xx = 200 + random(Stage.width - 200); timer = 0; _name = ("bird" + id); when2go = 500 + random(50); this.swapDepths(25 + id); poop = function () { this.sound2.play(); _root["poop" + id]._x = _x - 10; _root["poop" + id]._y = _y + 10; _root["poop" + id].id = id; _root["poop" + id].poo(); }; } onClipEvent (enterFrame) { timer++; ((timer == when2go) ? ((moving = true)) : 0); ((timer == (when2go - 30)) ? (this.sound.play) : 0); if (moving) { if (((_x > xx) && (!pooped)) && (_currentframe == 1)) { poop(); (pooped = true); } _x = (_x + 5); } } on (press) { this.gotoAndStop(2); }Instance of Symbol 320 MovieClip "bird5" in Frame 13onClipEvent (load) { id = 5; xx = 200 + random(Stage.width - 200); timer = 0; _name = ("bird" + id); when2go = 600 + random(50); this.swapDepths(25 + id); poop = function () { this.sound2.play(); _root["poop" + id]._x = _x - 10; _root["poop" + id]._y = _y + 10; _root["poop" + id].id = id; _root["poop" + id].poo(); }; } onClipEvent (enterFrame) { timer++; ((timer == when2go) ? ((moving = true)) : 0); ((timer == (when2go - 30)) ? (this.sound.play) : 0); if (moving) { if (((_x > xx) && (!pooped)) && (_currentframe == 1)) { poop(); (pooped = true); } _x = (_x + 5); } } on (press) { this.gotoAndStop(2); }Instance of Symbol 320 MovieClip "bird6" in Frame 13onClipEvent (load) { id = 6; xx = 200 + random(Stage.width - 200); timer = 0; _name = ("bird" + id); when2go = 600 + random(50); this.swapDepths(25 + id); poop = function () { this.sound2.play(); _root["poop" + id]._x = _x - 10; _root["poop" + id]._y = _y + 10; _root["poop" + id].id = id; _root["poop" + id].poo(); }; } onClipEvent (enterFrame) { timer++; ((timer == when2go) ? ((moving = true)) : 0); ((timer == (when2go - 30)) ? (this.sound.play) : 0); if (moving) { if (((_x > xx) && (!pooped)) && (_currentframe == 1)) { poop(); (pooped = true); } _x = (_x + 5); } } on (press) { this.gotoAndStop(2); }Instance of Symbol 320 MovieClip "bird7" in Frame 13onClipEvent (load) { id = 7; xx = 200 + random(Stage.width - 200); timer = 0; _name = ("bird" + id); when2go = 700 + random(50); this.swapDepths(25 + id); poop = function () { this.sound2.play(); _root["poop" + id]._x = _x - 10; _root["poop" + id]._y = _y + 10; _root["poop" + id].id = id; _root["poop" + id].poo(); }; } onClipEvent (enterFrame) { timer++; ((timer == when2go) ? ((moving = true)) : 0); ((timer == (when2go - 30)) ? (this.sound.play) : 0); if (moving) { if (((_x > xx) && (!pooped)) && (_currentframe == 1)) { poop(); (pooped = true); } _x = (_x + 5); } } on (press) { this.gotoAndStop(2); }Instance of Symbol 320 MovieClip "bird8" in Frame 13onClipEvent (load) { id = 8; xx = 200 + random(Stage.width - 200); timer = 0; _name = ("bird" + id); when2go = 800 + random(50); this.swapDepths(25 + id); poop = function () { this.sound2.play(); _root["poop" + id]._x = _x - 10; _root["poop" + id]._y = _y + 10; _root["poop" + id].id = id; _root["poop" + id].poo(); }; } onClipEvent (enterFrame) { timer++; ((timer == when2go) ? ((moving = true)) : 0); ((timer == (when2go - 30)) ? (this.sound.play) : 0); if (moving) { if (((_x > xx) && (!pooped)) && (_currentframe == 1)) { poop(); (pooped = true); } _x = (_x + 5); } } on (press) { this.gotoAndStop(2); }Instance of Symbol 320 MovieClip "bird9" in Frame 13onClipEvent (load) { id = 9; xx = 200 + random(Stage.width - 200); timer = 0; _name = ("bird" + id); when2go = 900 + random(50); this.swapDepths(25 + id); poop = function () { this.sound2.play(); _root["poop" + id]._x = _x - 10; _root["poop" + id]._y = _y + 10; _root["poop" + id].id = id; _root["poop" + id].poo(); }; } onClipEvent (enterFrame) { timer++; ((timer == when2go) ? ((moving = true)) : 0); ((timer == (when2go - 30)) ? (this.sound.play) : 0); if (moving) { if (((_x > xx) && (!pooped)) && (_currentframe == 1)) { poop(); (pooped = true); } _x = (_x + 5); } } on (press) { this.gotoAndStop(2); }Instance of Symbol 320 MovieClip "bird10" in Frame 13onClipEvent (load) { id = 10; xx = 200 + random(Stage.width - 200); timer = 0; _name = ("bird" + id); when2go = 1000 + random(50); this.swapDepths(25 + id); poop = function () { this.sound2.play(); _root["poop" + id]._x = _x - 10; _root["poop" + id]._y = _y + 10; _root["poop" + id].id = id; _root["poop" + id].poo(); }; } onClipEvent (enterFrame) { timer++; ((timer == when2go) ? ((moving = true)) : 0); ((timer == (when2go - 30)) ? (this.sound.play) : 0); if (moving) { if (((_x > xx) && (!pooped)) && (_currentframe == 1)) { poop(); (pooped = true); } _x = (_x + 5); } } on (press) { this.gotoAndStop(2); }Instance of Symbol 301 MovieClip "poop4" in Frame 13onClipEvent (load) { poo = function () { alphathing = 9999; things = ["register", "radio", "stand", "bb", "sb", "blender"]; maxdis = 999; this.swapDepths(100 + id); this.onEnterFrame = function () { i = 0; while (i < things.length) { if (_root[things[i]].hitTest(_x, _y, true)) { this.gotoAndStop(2); if (!klost) { moneylost = 10 + random(5); _root.money = _root.money - moneylost; _root.register.moneytxt = "$" + _root.money; klost = true; } notmoving = true; } else if (!notmoving) { _y = (_y + 3); } else { (alphathing = alphathing - 5); ((alphathing < 100) ? (_alpha = alphathing) : 0); } i++; } }; }; }Instance of Symbol 301 MovieClip "poop5" in Frame 13onClipEvent (load) { poo = function () { alphathing = 9999; things = ["register", "radio", "stand", "bb", "sb", "blender"]; maxdis = 999; this.swapDepths(100 + id); this.onEnterFrame = function () { i = 0; while (i < things.length) { if (_root[things[i]].hitTest(_x, _y, true)) { this.gotoAndStop(2); if (!klost) { moneylost = 10 + random(5); _root.money = _root.money - moneylost; _root.register.moneytxt = "$" + _root.money; klost = true; } notmoving = true; } else if (!notmoving) { _y = (_y + 3); } else { (alphathing = alphathing - 5); ((alphathing < 100) ? (_alpha = alphathing) : 0); } i++; } }; }; }Instance of Symbol 301 MovieClip "poop6" in Frame 13onClipEvent (load) { poo = function () { alphathing = 9999; things = ["register", "radio", "stand", "bb", "sb", "blender"]; maxdis = 999; this.swapDepths(100 + id); this.onEnterFrame = function () { i = 0; while (i < things.length) { if (_root[things[i]].hitTest(_x, _y, true)) { this.gotoAndStop(2); if (!klost) { moneylost = 10 + random(5); _root.money = _root.money - moneylost; _root.register.moneytxt = "$" + _root.money; klost = true; } notmoving = true; } else if (!notmoving) { _y = (_y + 3); } else { (alphathing = alphathing - 5); ((alphathing < 100) ? (_alpha = alphathing) : 0); } i++; } }; }; }Instance of Symbol 301 MovieClip "poop7" in Frame 13onClipEvent (load) { poo = function () { alphathing = 9999; things = ["register", "radio", "stand", "bb", "sb", "blender"]; maxdis = 999; this.swapDepths(100 + id); this.onEnterFrame = function () { i = 0; while (i < things.length) { if (_root[things[i]].hitTest(_x, _y, true)) { this.gotoAndStop(2); if (!klost) { moneylost = 10 + random(5); _root.money = _root.money - moneylost; _root.register.moneytxt = "$" + _root.money; klost = true; } notmoving = true; } else if (!notmoving) { _y = (_y + 3); } else { (alphathing = alphathing - 5); ((alphathing < 100) ? (_alpha = alphathing) : 0); } i++; } }; }; }Instance of Symbol 301 MovieClip "poop8" in Frame 13onClipEvent (load) { poo = function () { alphathing = 9999; things = ["register", "radio", "stand", "bb", "sb", "blender"]; maxdis = 999; this.swapDepths(100 + id); this.onEnterFrame = function () { i = 0; while (i < things.length) { if (_root[things[i]].hitTest(_x, _y, true)) { this.gotoAndStop(2); if (!klost) { moneylost = 10 + random(5); _root.money = _root.money - moneylost; _root.register.moneytxt = "$" + _root.money; klost = true; } notmoving = true; } else if (!notmoving) { _y = (_y + 3); } else { (alphathing = alphathing - 5); ((alphathing < 100) ? (_alpha = alphathing) : 0); } i++; } }; }; }Instance of Symbol 301 MovieClip "poop9" in Frame 13onClipEvent (load) { poo = function () { alphathing = 9999; things = ["register", "radio", "stand", "bb", "sb", "blender"]; maxdis = 999; this.swapDepths(100 + id); this.onEnterFrame = function () { i = 0; while (i < things.length) { if (_root[things[i]].hitTest(_x, _y, true)) { this.gotoAndStop(2); if (!klost) { moneylost = 10 + random(5); _root.money = _root.money - moneylost; _root.register.moneytxt = "$" + _root.money; klost = true; } notmoving = true; } else if (!notmoving) { _y = (_y + 3); } else { (alphathing = alphathing - 5); ((alphathing < 100) ? (_alpha = alphathing) : 0); } i++; } }; }; }Instance of Symbol 301 MovieClip "poop10" in Frame 13onClipEvent (load) { poo = function () { alphathing = 9999; things = ["register", "radio", "stand", "bb", "sb", "blender"]; maxdis = 999; this.swapDepths(100 + id); this.onEnterFrame = function () { i = 0; while (i < things.length) { if (_root[things[i]].hitTest(_x, _y, true)) { this.gotoAndStop(2); if (!klost) { moneylost = 10 + random(5); _root.money = _root.money - moneylost; _root.register.moneytxt = "$" + _root.money; klost = true; } notmoving = true; } else if (!notmoving) { _y = (_y + 3); } else { (alphathing = alphathing - 5); ((alphathing < 100) ? (_alpha = alphathing) : 0); } i++; } }; }; }Instance of Symbol 320 MovieClip "bird11" in Frame 13onClipEvent (load) { id = 11; xx = 200 + random(Stage.width - 200); timer = 0; _name = ("bird" + id); when2go = 1100 + random(50); this.swapDepths(25 + id); poop = function () { this.sound2.play(); _root["poop" + id]._x = _x - 10; _root["poop" + id]._y = _y + 10; _root["poop" + id].id = id; _root["poop" + id].poo(); }; } onClipEvent (enterFrame) { timer++; ((timer == when2go) ? ((moving = true)) : 0); ((timer == (when2go - 30)) ? (this.sound.play) : 0); if (moving) { if (((_x > xx) && (!pooped)) && (_currentframe == 1)) { poop(); (pooped = true); } _x = (_x + 5); } } on (press) { this.gotoAndStop(2); }Instance of Symbol 320 MovieClip "bird12" in Frame 13onClipEvent (load) { id = 12; xx = 200 + random(Stage.width - 200); timer = 0; _name = ("bird" + id); when2go = 1200 + random(50); this.swapDepths(25 + id); poop = function () { this.sound2.play(); _root["poop" + id]._x = _x - 10; _root["poop" + id]._y = _y + 10; _root["poop" + id].id = id; _root["poop" + id].poo(); }; } onClipEvent (enterFrame) { timer++; ((timer == when2go) ? ((moving = true)) : 0); ((timer == (when2go - 30)) ? (this.sound.play) : 0); if (moving) { if (((_x > xx) && (!pooped)) && (_currentframe == 1)) { poop(); (pooped = true); } _x = (_x + 5); } } on (press) { this.gotoAndStop(2); }Instance of Symbol 320 MovieClip "bird13" in Frame 13onClipEvent (load) { id = 13; xx = 200 + random(Stage.width - 200); timer = 0; _name = ("bird" + id); when2go = 1300 + random(50); this.swapDepths(25 + id); poop = function () { this.sound2.play(); _root["poop" + id]._x = _x - 10; _root["poop" + id]._y = _y + 10; _root["poop" + id].id = id; _root["poop" + id].poo(); }; } onClipEvent (enterFrame) { timer++; ((timer == when2go) ? ((moving = true)) : 0); ((timer == (when2go - 30)) ? (this.sound.play) : 0); if (moving) { if (((_x > xx) && (!pooped)) && (_currentframe == 1)) { poop(); (pooped = true); } _x = (_x + 5); } } on (press) { this.gotoAndStop(2); }Instance of Symbol 320 MovieClip "bird14" in Frame 13onClipEvent (load) { id = 14; xx = 200 + random(Stage.width - 200); timer = 0; _name = ("bird" + id); when2go = 1400 + random(50); this.swapDepths(25 + id); poop = function () { this.sound2.play(); _root["poop" + id]._x = _x - 10; _root["poop" + id]._y = _y + 10; _root["poop" + id].id = id; _root["poop" + id].poo(); }; } onClipEvent (enterFrame) { timer++; ((timer == when2go) ? ((moving = true)) : 0); ((timer == (when2go - 30)) ? (this.sound.play) : 0); if (moving) { if (((_x > xx) && (!pooped)) && (_currentframe == 1)) { poop(); (pooped = true); } _x = (_x + 5); } } on (press) { this.gotoAndStop(2); }Instance of Symbol 320 MovieClip "bird15" in Frame 13onClipEvent (load) { id = 15; xx = 200 + random(Stage.width - 200); timer = 0; _name = ("bird" + id); when2go = 1500 + random(50); this.swapDepths(25 + id); poop = function () { this.sound2.play(); _root["poop" + id]._x = _x - 10; _root["poop" + id]._y = _y + 10; _root["poop" + id].id = id; _root["poop" + id].poo(); }; } onClipEvent (enterFrame) { timer++; ((timer == when2go) ? ((moving = true)) : 0); ((timer == (when2go - 30)) ? (this.sound.play) : 0); if (moving) { if (((_x > xx) && (!pooped)) && (_currentframe == 1)) { poop(); (pooped = true); } _x = (_x + 5); } } on (press) { this.gotoAndStop(2); }Instance of Symbol 301 MovieClip "poop11" in Frame 13onClipEvent (load) { poo = function () { alphathing = 9999; things = ["register", "radio", "stand", "bb", "sb", "blender"]; maxdis = 999; this.swapDepths(100 + id); this.onEnterFrame = function () { i = 0; while (i < things.length) { if (_root[things[i]].hitTest(_x, _y, true)) { this.gotoAndStop(2); if (!klost) { moneylost = 10 + random(5); _root.money = _root.money - moneylost; _root.register.moneytxt = "$" + _root.money; klost = true; } notmoving = true; } else if (!notmoving) { _y = (_y + 3); } else { (alphathing = alphathing - 5); ((alphathing < 100) ? (_alpha = alphathing) : 0); } i++; } }; }; }Instance of Symbol 301 MovieClip "poop12" in Frame 13onClipEvent (load) { poo = function () { alphathing = 9999; things = ["register", "radio", "stand", "bb", "sb", "blender"]; maxdis = 999; this.swapDepths(100 + id); this.onEnterFrame = function () { i = 0; while (i < things.length) { if (_root[things[i]].hitTest(_x, _y, true)) { this.gotoAndStop(2); if (!klost) { moneylost = 10 + random(5); _root.money = _root.money - moneylost; _root.register.moneytxt = "$" + _root.money; klost = true; } notmoving = true; } else if (!notmoving) { _y = (_y + 3); } else { (alphathing = alphathing - 5); ((alphathing < 100) ? (_alpha = alphathing) : 0); } i++; } }; }; }Instance of Symbol 301 MovieClip "poop13" in Frame 13onClipEvent (load) { poo = function () { alphathing = 9999; things = ["register", "radio", "stand", "bb", "sb", "blender"]; maxdis = 999; this.swapDepths(100 + id); this.onEnterFrame = function () { i = 0; while (i < things.length) { if (_root[things[i]].hitTest(_x, _y, true)) { this.gotoAndStop(2); if (!klost) { moneylost = 10 + random(5); _root.money = _root.money - moneylost; _root.register.moneytxt = "$" + _root.money; klost = true; } notmoving = true; } else if (!notmoving) { _y = (_y + 3); } else { (alphathing = alphathing - 5); ((alphathing < 100) ? (_alpha = alphathing) : 0); } i++; } }; }; }Instance of Symbol 301 MovieClip "poop14" in Frame 13onClipEvent (load) { poo = function () { alphathing = 9999; things = ["register", "radio", "stand", "bb", "sb", "blender"]; maxdis = 999; this.swapDepths(100 + id); this.onEnterFrame = function () { i = 0; while (i < things.length) { if (_root[things[i]].hitTest(_x, _y, true)) { this.gotoAndStop(2); if (!klost) { moneylost = 10 + random(5); _root.money = _root.money - moneylost; _root.register.moneytxt = "$" + _root.money; klost = true; } notmoving = true; } else if (!notmoving) { _y = (_y + 3); } else { (alphathing = alphathing - 5); ((alphathing < 100) ? (_alpha = alphathing) : 0); } i++; } }; }; }Instance of Symbol 301 MovieClip "poop15" in Frame 13onClipEvent (load) { poo = function () { alphathing = 9999; things = ["register", "radio", "stand", "bb", "sb", "blender"]; maxdis = 999; this.swapDepths(100 + id); this.onEnterFrame = function () { i = 0; while (i < things.length) { if (_root[things[i]].hitTest(_x, _y, true)) { this.gotoAndStop(2); if (!klost) { moneylost = 10 + random(5); _root.money = _root.money - moneylost; _root.register.moneytxt = "$" + _root.money; klost = true; } notmoving = true; } else if (!notmoving) { _y = (_y + 3); } else { (alphathing = alphathing - 5); ((alphathing < 100) ? (_alpha = alphathing) : 0); } i++; } }; }; }Instance of Symbol 329 MovieClip "sb" in Frame 13on (press) { if (((!_root.blending) && (_root.blender.totalfruit < 4)) && (_currentframe < 16)) { _root.addStrawberry(); this.nextFrame(); } if (_currentframe == 16) { _root.money = _root.money - 15; _root.moneytxt = "$" + _root.money; gotoAndStop (1); } }Instance of Symbol 335 MovieClip "bb" in Frame 13on (press) { if (((!_root.blending) && (_root.blender.totalfruit < 4)) && (_currentframe < 11)) { _root.addBanana(); this.nextFrame(); } if (_currentframe == 11) { _root.money = _root.money - 10; _root.moneytxt = "$" + _root.money; gotoAndStop (1); } }Instance of Symbol 368 MovieClip "blender" in Frame 13onClipEvent (load) { this.ol._visible = false; this.bl._visible = false; this.cl._visible = false; this.sl._visible = false; oranges = 0; carrots = 0; bananas = 0; strawberries = 0; totalfruit = 0; var a = "empty"; var b = "empty"; var c = "empty"; var d = "empty"; _root.blending = false; throwaway = function () { this.ol._visible = false; this.bl._visible = false; this.cl._visible = false; this.sl._visible = false; oranges = 0; carrots = 0; bananas = 0; strawberries = 0; totalfruit = 0; _root.totalfruit = 0; a = "empty"; b = "empty"; c = "empty"; d = "empty"; _root.blending = false; this.juicea.gotoAndStop(1); this.juiceb.gotoAndStop(1); this.juicec.gotoAndStop(1); this.juiced.gotoAndStop(1); }; addFruit = function (fruitf, wheref) { this.top.play(); var _local2 = fruitf; var _local3 = wheref; totalfruit++; this[_local2 + "s"]++; ((_local2 == "strawberry") ? (strawberries++) : 0); this["juice" + _local3].gotoAndStop(_local2); ((_local3 == "a") ? ((a = _local2)) : 0); ((_local3 == "b") ? ((b = _local2)) : 0); ((_local3 == "c") ? ((c = _local2)) : 0); ((_local3 == "d") ? ((d = _local2)) : 0); }; mix = function () { if (totalfruit > 0) { this.sound.play(); _root.blending = true; mixoranges(); mixcarrots(); mixbananas(); mixstrawberries(); this.juicea.gotoAndStop(1); this.juiceb.gotoAndStop(1); this.juicec.gotoAndStop(1); this.juiced.gotoAndStop(1); } }; mixoranges = function () { if (oranges > 0) { this.ol._visible = true; if (totalfruit == 1) { this.ol._alpha = 100; this.ol.gotoAndStop(1); } if (totalfruit == 2) { if (oranges == 1) { this.ol._alpha = 50; } else { this.ol._alpha = 100; } this.ol.gotoAndStop(2); } if (totalfruit == 3) { if (oranges == 1) { this.ol._alpha = 33.4; } else if (oranges == 2) { this.ol._alpha = 67; } else { this.ol._alpha = 100; } this.ol.gotoAndStop(3); } if (totalfruit == 4) { if (oranges == 1) { this.ol._alpha = 25; } else if (oranges == 2) { this.ol._alpha = 50; } else if (oranges == 3) { this.ol._alpha = 75; } else { this.ol._alpha = 100; } this.ol.gotoAndStop(4); } } }; mixcarrots = function () { if (carrots > 0) { this.cl._visible = true; if (totalfruit == 1) { this.cl._alpha = 100; this.cl.gotoAndStop(1); } if (totalfruit == 2) { if (carrots == 1) { this.cl._alpha = 50; } else { this.cl._alpha = 100; } this.cl.gotoAndStop(2); } if (totalfruit == 3) { if (carrots == 1) { this.cl._alpha = 33.4; } else if (carrots == 2) { this.cl._alpha = 67; } else { this.cl._alpha = 100; } this.cl.gotoAndStop(3); } if (totalfruit == 4) { if (carrots == 1) { this.cl._alpha = 25; } else if (carrots == 2) { this.cl._alpha = 50; } else if (carrots == 3) { this.cl._alpha = 75; } else { this.cl._alpha = 100; } this.cl.gotoAndStop(4); } } }; mixbananas = function () { if (bananas > 0) { this.bl._visible = true; if (totalfruit == 1) { this.bl._alpha = 100; this.bl.gotoAndStop(1); } if (totalfruit == 2) { if (bananas == 1) { this.bl._alpha = 50; } else { this.bl._alpha = 100; } this.bl.gotoAndStop(2); } if (totalfruit == 3) { if (bananas == 1) { this.bl._alpha = 33.4; } else if (bananas == 2) { this.bl._alpha = 67; } else { this.bl._alpha = 100; } this.bl.gotoAndStop(3); } if (totalfruit == 4) { if (bananas == 1) { this.bl._alpha = 25; } else if (bananas == 2) { this.bl._alpha = 50; } else if (bananas == 3) { this.bl._alpha = 75; } else { this.bl._alpha = 100; } this.bl.gotoAndStop(4); } } }; mixstrawberries = function () { if (strawberries > 0) { this.sl._visible = true; if (totalfruit == 1) { this.sl._alpha = 100; this.sl.gotoAndStop(1); } if (totalfruit == 2) { if (strawberries == 1) { this.sl._alpha = 50; } else { this.sl._alpha = 100; } this.sl.gotoAndStop(2); } if (totalfruit == 3) { if (strawberries == 1) { this.sl._alpha = 33.4; } else if (strawberries == 2) { this.sl._alpha = 67; } else { this.sl._alpha = 100; } this.sl.gotoAndStop(3); } if (totalfruit == 4) { if (strawberries == 1) { this.sl._alpha = 25; } else if (strawberries == 2) { this.sl._alpha = 50; } else if (strawberries == 3) { this.sl._alpha = 75; } else { this.sl._alpha = 100; } this.sl.gotoAndStop(4); } } }; } onClipEvent (enterFrame) { if (!hittest.hitTest(_root._xmouse, _root._ymouse, true)) { (this.top.gotoAndStop(1));// not popped } else { (this.top.gotoAndStop(this.top._totalframes));// not popped } }Instance of Symbol 379 MovieClip "glass2" in Frame 13onClipEvent (enterFrame) { if (_root.glass._x == _root.glass.ox) { this._visible = false; } else { this._visible = true; } }Instance of Symbol 384 MovieClip "glass" in Frame 13onClipEvent (load) { oy = _y; ox = _x; reset = function () { this.cup.gotoAndStop(1); sold = false; filled = false; oranges = 0; bananas = 0; carrots = 0; strawberries = 0; ol._visible = false; cl._visible = false; sl._visible = false; bl._visible = false; totalfruit = 0; }; fill = function () { filled = true; this.sound.play(); this.oranges = _root.blender.oranges; this.bananas = _root.blender.bananas; this.carrots = _root.blender.carrots; this.strawberries = _root.blender.strawberries; this.totalfruit = _root.blender.totalfruit; this.cup.gotoAndStop(2); }; } on (press) { if (filled) { dragging = true; } } on (release) { dragging = false; if (hitTest(_root.trashbin)) { this.reset(); } i = 0; while (i < (_root.totalcustomers + 1)) { if (this.hitTest(_root["customer" + i].hittest)) { if ((((bananas == _root["customer" + i].bananas) && (oranges == _root["customer" + i].oranges)) && (strawberries == _root["customer" + i].strawberries)) && (carrots == _root["customer" + i].carrots)) { _root["customer" + i].go(); moneyearned = (5 * _root.sellpercent) * totalfruit; _root.money = _root.money + moneyearned; _root.moneyanim._visible = true; _root.moneyanim.play(); _root.moneyanim.inside.moneyearned = "+ $" + moneyearned; _root.moneyanim.inside.gotoAndStop(1); sold = true; } i = 0; while (i < (_root.totalcustomers + 1)) { if (this.hitTest(_root["customer" + i].hittest)) { if ((((bananas == _root["customer" + i].bananas) && (oranges == _root["customer" + i].oranges)) && (strawberries == _root["customer" + i].strawberries)) && (carrots == _root["customer" + i].carrots)) { } else if (!sold) { _root["customer" + i].go(); _root["customer" + i].face.gotoAndStop(2); moneyearned = (7.5 * _root.sellpercent) * totalfruit; _root.money = _root.money - moneyearned; _root.moneyanim._visible = true; _root.moneyanim.play(); _root.moneyanim.inside.gotoAndStop(2); _root.moneyanim.inside.moneyearned = "- $" + moneyearned; } } i++; } _root.moneytxt = "$" + _root.money; this.reset(); } i++; } _x = ox; _y = oy; } onClipEvent (enterFrame) { if (filled) { if (dragging) { _x = _root._xmouse; _y = _root._ymouse; } } }Instance of Symbol 464 MovieClip "ob" in Frame 13on (press) { if (((!_root.blending) && (_root.blender.totalfruit < 4)) && (_currentframe < 11)) { _root.addOrange(); this.nextFrame(); } if (_currentframe == 11) { _root.money = _root.money - 10; _root.moneytxt = "$" + _root.money; gotoAndStop (1); } }Instance of Symbol 392 MovieClip "radio" in Frame 13on (press) { _root.soundmenu._visible = true; }Instance of Symbol 482 MovieClip "cb" in Frame 13on (press) { if (((!_root.blending) && (_root.blender.totalfruit < 4)) && (_currentframe < 11)) { _root.addCarrot(); this.nextFrame(); } if (_currentframe == 11) { _root.money = _root.money - 10; _root.moneytxt = "$" + _root.money; gotoAndStop (1); } }Instance of Symbol 290 MovieClip "moneyanim" in Frame 13onClipEvent (load) { this._visible = false; }Frame 14stop(); lol = 1; ((money >= 100) ? ((won = true)) : ((won = false))); _root.onEnterFrame = function () { if (lol < 1) { if (!won) { day.gotoAndStop(3); moneytextbox = ""; txt = "Unfortunately you did not earn enough money.\rYou will need to find another job this summer to\r feed you and your family."; } else { moneytextbox2 = ""; txt = "Congratulations, you have earned enough money today."; txt = txt + "\rThis day you will need to earn $150, a new fruit will be introduced."; } } else { (txt = ""); (moneytextbox = ""); (moneytextbox2 = ""); } }; trashbin.removeMovieClip(); stand.removeMovieClip(); ob.removeMovieClip(); cb.removeMovieClip(); sb.removeMovieClip(); bb.removeMovieClip(); blender.removeMovieClip(); glass.removeMovieClip(); glass2.removeMovieClip(); register.removeMovieClip(); radio.removeMovieClip(); soundmenu.removeMovieClip(); i = -99; while (i < 1000) { _root["customer" + i].swapDepths(999); _root["customer" + i].removeMovieClip(); i++; } i = -99; while (i < 100) { _root["lol" + i].swapDepths(999); _root["lol" + i].removeMovieClip(); i++; } i = 0; while (i < 50) { _root["bird" + i].removeMovieClip(); i++; } i = 0; while (i < 50) { _root["poop" + i].removeMovieClip(); i++; } lol--;Frame 15addOrange = function () { added = false; ((_root.blender.totalfruit == 4) ? (popMessage("Not enough space in blender!")) : 0); ((_root.blender.a == "empty") ? (_root.blender.addFruit("orange", "a")(added = true)) : 0); (((_root.blender.b == "empty") && (!added)) ? (_root.blender.addFruit("orange", "b")(added = true)) : 0); (((_root.blender.c == "empty") && (!added)) ? (_root.blender.addFruit("orange", "c")(added = true)) : 0); (((_root.blender.d == "empty") && (!added)) ? (_root.blender.addFruit("orange", "d")(added = true)) : 0); }; addKiwi = function () { added = false; ((_root.blender.totalfruit == 4) ? (popMessage("Not enough space in blender!")) : 0); ((_root.blender.a == "empty") ? (_root.blender.addFruit("kiwi", "a")(added = true)) : 0); (((_root.blender.b == "empty") && (!added)) ? (_root.blender.addFruit("kiwi", "b")(added = true)) : 0); (((_root.blender.c == "empty") && (!added)) ? (_root.blender.addFruit("kiwi", "c")(added = true)) : 0); (((_root.blender.d == "empty") && (!added)) ? (_root.blender.addFruit("kiwi", "d")(added = true)) : 0); }; addCarrot = function () { added = false; ((_root.blender.totalfruit == 4) ? (popMessage("Not enough space in blender!")) : 0); ((_root.blender.a == "empty") ? (_root.blender.addFruit("carrot", "a")(added = true)) : 0); (((_root.blender.b == "empty") && (!added)) ? (_root.blender.addFruit("carrot", "b")(added = true)) : 0); (((_root.blender.c == "empty") && (!added)) ? (_root.blender.addFruit("carrot", "c")(added = true)) : 0); (((_root.blender.d == "empty") && (!added)) ? (_root.blender.addFruit("carrot", "d")(added = true)) : 0); }; addBanana = function () { added = false; ((_root.blender.totalfruit == 4) ? (popMessage("Not enough space in blender!")) : 0); ((_root.blender.a == "empty") ? (_root.blender.addFruit("banana", "a")(added = true)) : 0); (((_root.blender.b == "empty") && (!added)) ? (_root.blender.addFruit("banana", "b")(added = true)) : 0); (((_root.blender.c == "empty") && (!added)) ? (_root.blender.addFruit("banana", "c")(added = true)) : 0); (((_root.blender.d == "empty") && (!added)) ? (_root.blender.addFruit("banana", "d")(added = true)) : 0); }; addStrawberry = function () { added = false; ((_root.blender.totalfruit == 4) ? (popMessage("Not enough space in blender!")) : 0); ((_root.blender.a == "empty") ? (_root.blender.addFruit("strawberry", "a")(added = true)) : 0); (((_root.blender.b == "empty") && (!added)) ? (_root.blender.addFruit("strawberry", "b")(added = true)) : 0); (((_root.blender.c == "empty") && (!added)) ? (_root.blender.addFruit("strawberry", "c")(added = true)) : 0); (((_root.blender.d == "empty") && (!added)) ? (_root.blender.addFruit("strawberry", "d")(added = true)) : 0); }; popMessage = function (msg) { pop._visible = true; pop.bg._width = 75 + (msg.length * 10); pop.msg = msg; }; usedOranges = []; usedBananas = []; usedCarrots = []; usedStrawberries = []; names = 0; customercnum = 110; customerc = 0; totalfruit = 4; totalcustomers = 2; money = 10; moneytxt = "$" + money; sellpercent = 1; i = -9999; lasti = i; musicplaying = 2; makeCustomer = function () { i++; _root.customer.duplicateMovieClip("customer" + i, i); }; _root.onEnterFrame = function () { if (Key.isDown(17)) { _root.gotoAndStop(_root._currentframe + 1); _root.money = 555; _root.moneytextbox = "$" + _root.money; _root.moneytextbox2 = "$" + _root.money; } if (Key.isDown(18)) { _root.gotoAndStop(_root._currentframe + 1); _root.money = -555; _root.moneytextbox = "$" + _root.money; _root.moneytextbox2 = "$" + _root.money; } customerc--; ((customerc < 1) ? (makeCustomer()(customercnum = customercnum / 1.05)(customerc = customercnum)) : 0); register.moneytxt = _root.moneytxt; if (customercnum < 40) { _root.gotoAndStop(_root._currentframe + 1); _root.moneytextbox = "$" + _root.money; _root.moneytextbox2 = "$" + _root.money; } register.moneytxt = "$" + _root.money; };Instance of Symbol 277 MovieClip "customer" in Frame 15onClipEvent (load) { this.gotoAndStop(1); if (!(_name === "customer")) { this.existing = true; idd = _root.i; _root.totalcustomers++; _name = ("customer" + _root.totalcustomers); neimid = _root.totalcustomers; position = random(2) + 1; ((position == 1) ? (_x = -215-215) : (_x = (Stage.width + 215)Stage.width + 215)); foundplace = false; goaway = false; b.fruittxt1 = ""; b.fruittxt2 = ""; b.fruittxt3 = ""; b.fruittxt4 = ""; added = 1; bananas = 0; carrots = 0; oranges = 0; kiwis = 0; strawberries = 0; this.gotoAndStop(random(this._totalframes) + 1); var drink = []; switch (_currentframe) { case 1 : drinknum = 2 + random(2); break; case 2 : drinknum = 2 + random(2); break; case 3 : drinknum = 3 + random(2); break; case 4 : drinknum = 2 + random(3); break; case 5 : drinknum = 3 + random(2); break; case 6 : drinknum = 4; } var drinksay = ""; i = 0; while (i < drinknum) { d = random(5) + 1; ((d == 2) ? (drink.push("strawberry")strawberries++) : 0); ((d == 1) ? (drink.push("orange")oranges++) : 0); ((d == 4) ? (drink.push("carrot")carrots++) : 0); ((d == 3) ? (drink.push("banana")bananas++) : 0); ((d == 5) ? (drink.push("kiwi")kiwis++) : 0); i++; } if (bananas > 1) { drinksay = drinksay + (bananas + " bananas. "); this.b.fruittxt1 = bananas; this.b.fruit1.gotoAndStop("banana"); added++; } else if (bananas == 1) { drinksay = drinksay + "1 banana. "; b.fruittxt1 = bananas; b.fruit1.gotoAndStop("banana"); added++; } if (oranges > 1) { drinksay = drinksay + (oranges + " oranges. "); this.b["fruittxt" + added] = oranges; this.b["fruit" + added].gotoAndStop("orange"); added++; } else if (oranges == 1) { drinksay = drinksay + "1 orange. "; this.b["fruittxt" + added] = oranges; this.b["fruit" + added].gotoAndStop("orange"); added++; } if (kiwis > 1) { drinksay = drinksay + (kiwis + " kiwis. "); this.b["fruittxt" + added] = kiwis; this.b["fruit" + added].gotoAndStop("kiwi"); added++; } else if (kiwis == 1) { drinksay = drinksay + "1 kiwi. "; this.b["fruittxt" + added] = kiwis; this.b["fruit" + added].gotoAndStop("kiwi"); added++; } if (carrots > 1) { drinksay = drinksay + (carrots + " carrots. "); this.b["fruittxt" + added] = carrots; this.b["fruit" + added].gotoAndStop("carrot"); added++; } else if (carrots == 1) { drinksay = drinksay + "1 carrot. "; this.b["fruittxt" + added] = carrots; this.b["fruit" + added].gotoAndStop("carrot"); added++; } if (strawberries > 1) { drinksay = drinksay + (strawberries + " strawberries. "); this.b["fruittxt" + added] = strawberries; this.b["fruit" + added].gotoAndStop("strawberry"); added++; } else if (strawberries == 1) { drinksay = drinksay + "1 stawberry. "; this.b["fruittxt" + added] = strawberries; this.b["fruit" + added].gotoAndStop("strawberry"); added++; } go = function () { goaway = true; dir = random(2) + 1; this.sound.play(); this.b._visible = false; }; } } onClipEvent (enterFrame) { if (!(_name === "customer")) { if (goaway) { ((dir == 1) ? (_x = (_x + 5)_x + 5) : (_x = (_x - 5)_x - 5)); existing = false; _name = ("lol" + idd); if ((_x > 900) || (_x < -150)) { this.swapDepths(999241); this.removeMovieClip(); } } else { touching = false; i = 0; while (i < _root.totalcustomers) { if (_x < (Stage.width / 2)) { if ((hitTest(_root["customer" + i].hittest) && (_root["customer" + i].goaway == false)) && (_root["customer" + i]._x > _x)) { touching = true; } } else if ((hitTest(_root["customer" + i].hittest) && (_root["customer" + i].goaway == false)) && (_root["customer" + i]._x < _x)) { touching = true; this.touch.gotoAndStop(2); } i++; } if (((_x < (Stage.width / 2)) && (!foundplace)) && (!touching)) { _x = (_x + 8); } if (((_x > (Stage.width / 2)) && (!foundplace)) && (!touching)) { _x = (_x - 8); } if ((!foundplace) && (hitTest(Stage.width / 2, _y, true))) { foundplace = true; } } } }Instance of Symbol 301 MovieClip "poop2" in Frame 15onClipEvent (load) { poo = function () { alphathing = 9999; things = ["register", "radio", "stand", "bb", "sb", "blender"]; maxdis = 999; this.swapDepths(100 + id); this.onEnterFrame = function () { i = 0; while (i < things.length) { if (_root[things[i]].hitTest(_x, _y, true)) { this.gotoAndStop(2); if (!klost) { moneylost = 10 + random(5); _root.money = _root.money - moneylost; _root.register.moneytxt = "$" + _root.money; klost = true; } notmoving = true; } else if (!notmoving) { _y = (_y + 3); } else { (alphathing = alphathing - 5); ((alphathing < 100) ? (_alpha = alphathing) : 0); } i++; } }; }; }Instance of Symbol 320 MovieClip "bird1" in Frame 15onClipEvent (load) { id = 1; xx = 200 + random(Stage.width - 200); timer = 0; _name = ("bird" + id); when2go = 200 + random(50); this.swapDepths(25 + id); poop = function () { this.sound2.play(); _root["poop" + id]._x = _x - 10; _root["poop" + id]._y = _y + 10; _root["poop" + id].id = id; _root["poop" + id].poo(); }; } onClipEvent (enterFrame) { timer++; ((timer == when2go) ? ((moving = true)) : 0); ((timer == (when2go - 30)) ? (this.sound.play) : 0); if (moving) { if (((_x > xx) && (!pooped)) && (_currentframe == 1)) { poop(); (pooped = true); } _x = (_x + 5); } } on (press) { this.gotoAndStop(2); }Instance of Symbol 320 MovieClip "bird2" in Frame 15onClipEvent (load) { id = 2; xx = 200 + random(Stage.width - 200); timer = 0; _name = ("bird" + id); when2go = 350 + random(50); this.swapDepths(25 + id); poop = function () { this.sound2.play(); _root["poop" + id]._x = _x - 10; _root["poop" + id]._y = _y + 10; _root["poop" + id].id = id; _root["poop" + id].poo(); }; } onClipEvent (enterFrame) { timer++; ((timer == when2go) ? ((moving = true)) : 0); ((timer == (when2go - 30)) ? (this.sound.play) : 0); if (moving) { if (((_x > xx) && (!pooped)) && (_currentframe == 1)) { poop(); (pooped = true); } _x = (_x + 5); } } on (press) { this.gotoAndStop(2); }Instance of Symbol 320 MovieClip "bird4" in Frame 15onClipEvent (load) { id = 4; xx = 750 + random(Stage.width - 200); timer = 0; _name = ("bird" + id); when2go = 600 + random(50); this.swapDepths(25 + id); poop = function () { this.sound2.play(); _root["poop" + id]._x = _x - 10; _root["poop" + id]._y = _y + 10; _root["poop" + id].id = id; _root["poop" + id].poo(); }; } onClipEvent (enterFrame) { timer++; ((timer == when2go) ? ((moving = true)) : 0); ((timer == (when2go - 30)) ? (this.sound.play) : 0); if (moving) { if (((_x > xx) && (!pooped)) && (_currentframe == 1)) { poop(); (pooped = true); } _x = (_x + 5); } } on (press) { this.gotoAndStop(2); }Instance of Symbol 320 MovieClip "bird3" in Frame 15onClipEvent (load) { id = 3; xx = 200 + random(Stage.width - 200); timer = 0; _name = ("bird" + id); when2go = 500 + random(50); this.swapDepths(25 + id); poop = function () { this.sound2.play(); _root["poop" + id]._x = _x - 10; _root["poop" + id]._y = _y + 10; _root["poop" + id].id = id; _root["poop" + id].poo(); }; } onClipEvent (enterFrame) { timer++; ((timer == when2go) ? ((moving = true)) : 0); ((timer == (when2go - 30)) ? (this.sound.play) : 0); if (moving) { if (((_x > xx) && (!pooped)) && (_currentframe == 1)) { poop(); (pooped = true); } _x = (_x + 5); } } on (press) { this.gotoAndStop(2); }Instance of Symbol 301 MovieClip "poop1" in Frame 15onClipEvent (load) { poo = function () { alphathing = 9999; things = ["register", "radio", "stand", "bb", "sb", "blender"]; maxdis = 999; this.swapDepths(100 + id); this.onEnterFrame = function () { i = 0; while (i < things.length) { if (_root[things[i]].hitTest(_x, _y, true)) { this.gotoAndStop(2); if (!klost) { moneylost = 10 + random(5); _root.money = _root.money - moneylost; _root.register.moneytxt = "$" + _root.money; klost = true; } notmoving = true; } else if (!notmoving) { _y = (_y + 3); } else { (alphathing = alphathing - 5); ((alphathing < 100) ? (_alpha = alphathing) : 0); } i++; } }; }; }Instance of Symbol 301 MovieClip "poop3" in Frame 15onClipEvent (load) { poo = function () { alphathing = 9999; things = ["register", "radio", "stand", "bb", "sb", "blender"]; maxdis = 999; this.swapDepths(100 + id); this.onEnterFrame = function () { i = 0; while (i < things.length) { if (_root[things[i]].hitTest(_x, _y, true)) { this.gotoAndStop(2); if (!klost) { moneylost = 10 + random(5); _root.money = _root.money - moneylost; _root.register.moneytxt = "$" + _root.money; klost = true; } notmoving = true; } else if (!notmoving) { _y = (_y + 3); } else { (alphathing = alphathing - 5); ((alphathing < 100) ? (_alpha = alphathing) : 0); } i++; } }; }; }Instance of Symbol 320 MovieClip "bird5" in Frame 15onClipEvent (load) { id = 5; xx = 200 + random(Stage.width - 200); timer = 0; _name = ("bird" + id); when2go = 1000 + random(50); this.swapDepths(25 + id); poop = function () { this.sound2.play(); _root["poop" + id]._x = _x - 10; _root["poop" + id]._y = _y + 10; _root["poop" + id].id = id; _root["poop" + id].poo(); }; } onClipEvent (enterFrame) { timer++; ((timer == when2go) ? ((moving = true)) : 0); ((timer == (when2go - 30)) ? (this.sound.play) : 0); if (moving) { if (((_x > xx) && (!pooped)) && (_currentframe == 1)) { poop(); (pooped = true); } _x = (_x + 5); } } on (press) { this.gotoAndStop(2); }Instance of Symbol 320 MovieClip "bird6" in Frame 15onClipEvent (load) { id = 6; xx = 200 + random(Stage.width - 200); timer = 0; _name = ("bird" + id); when2go = 300 + random(50); this.swapDepths(25 + id); poop = function () { this.sound2.play(); _root["poop" + id]._x = _x - 10; _root["poop" + id]._y = _y + 10; _root["poop" + id].id = id; _root["poop" + id].poo(); }; } onClipEvent (enterFrame) { timer++; ((timer == when2go) ? ((moving = true)) : 0); ((timer == (when2go - 30)) ? (this.sound.play) : 0); if (moving) { if (((_x > xx) && (!pooped)) && (_currentframe == 1)) { poop(); (pooped = true); } _x = (_x + 5); } } on (press) { this.gotoAndStop(2); }Instance of Symbol 301 MovieClip "poop4" in Frame 15onClipEvent (load) { poo = function () { alphathing = 9999; things = ["register", "radio", "stand", "bb", "sb", "blender"]; maxdis = 999; this.swapDepths(100 + id); this.onEnterFrame = function () { i = 0; while (i < things.length) { if (_root[things[i]].hitTest(_x, _y, true)) { this.gotoAndStop(2); if (!klost) { moneylost = 10 + random(5); _root.money = _root.money - moneylost; _root.register.moneytxt = "$" + _root.money; klost = true; } notmoving = true; } else if (!notmoving) { _y = (_y + 3); } else { (alphathing = alphathing - 5); ((alphathing < 100) ? (_alpha = alphathing) : 0); } i++; } }; }; }Instance of Symbol 301 MovieClip "poop5" in Frame 15onClipEvent (load) { poo = function () { alphathing = 9999; things = ["register", "radio", "stand", "bb", "sb", "blender"]; maxdis = 999; this.swapDepths(100 + id); this.onEnterFrame = function () { i = 0; while (i < things.length) { if (_root[things[i]].hitTest(_x, _y, true)) { this.gotoAndStop(2); if (!klost) { moneylost = 10 + random(5); _root.money = _root.money - moneylost; _root.register.moneytxt = "$" + _root.money; klost = true; } notmoving = true; } else if (!notmoving) { _y = (_y + 3); } else { (alphathing = alphathing - 5); ((alphathing < 100) ? (_alpha = alphathing) : 0); } i++; } }; }; }Instance of Symbol 301 MovieClip "poop6" in Frame 15onClipEvent (load) { poo = function () { alphathing = 9999; things = ["register", "radio", "stand", "bb", "sb", "blender"]; maxdis = 999; this.swapDepths(100 + id); this.onEnterFrame = function () { i = 0; while (i < things.length) { if (_root[things[i]].hitTest(_x, _y, true)) { this.gotoAndStop(2); if (!klost) { moneylost = 10 + random(5); _root.money = _root.money - moneylost; _root.register.moneytxt = "$" + _root.money; klost = true; } notmoving = true; } else if (!notmoving) { _y = (_y + 3); } else { (alphathing = alphathing - 5); ((alphathing < 100) ? (_alpha = alphathing) : 0); } i++; } }; }; }Instance of Symbol 329 MovieClip "sb" in Frame 15on (press) { if (((!_root.blending) && (_root.blender.totalfruit < 4)) && (_currentframe < 16)) { _root.addStrawberry(); this.nextFrame(); } if (_currentframe == 16) { _root.money = _root.money - 15; _root.moneytxt = "$" + _root.money; gotoAndStop (1); } }Instance of Symbol 335 MovieClip "bb" in Frame 15on (press) { if (((!_root.blending) && (_root.blender.totalfruit < 4)) && (_currentframe < 11)) { _root.addBanana(); this.nextFrame(); } if (_currentframe == 11) { _root.money = _root.money - 10; _root.moneytxt = "$" + _root.money; gotoAndStop (1); } }Instance of Symbol 368 MovieClip "blender" in Frame 15onClipEvent (load) { this.ol._visible = false; this.bl._visible = false; this.cl._visible = false; this.sl._visible = false; this.kl._visible = false; oranges = 0; carrots = 0; bananas = 0; strawberries = 0; kiwis = 0; totalfruit = 0; var a = "empty"; var b = "empty"; var c = "empty"; var d = "empty"; _root.blending = false; throwaway = function () { this.ol._visible = false; this.bl._visible = false; this.cl._visible = false; this.sl._visible = false; this.kl._visible = false; oranges = 0; carrots = 0; bananas = 0; strawberries = 0; kiwis = 0; totalfruit = 0; _root.totalfruit = 0; a = "empty"; b = "empty"; c = "empty"; d = "empty"; _root.blending = false; this.juicea.gotoAndStop(1); this.juiceb.gotoAndStop(1); this.juicec.gotoAndStop(1); this.juiced.gotoAndStop(1); }; addFruit = function (fruitf, wheref) { this.top.play(); var _local2 = fruitf; var _local3 = wheref; totalfruit++; this[_local2 + "s"]++; ((_local2 == "strawberry") ? (strawberries++) : 0); this["juice" + _local3].gotoAndStop(_local2); ((_local3 == "a") ? ((a = _local2)) : 0); ((_local3 == "b") ? ((b = _local2)) : 0); ((_local3 == "c") ? ((c = _local2)) : 0); ((_local3 == "d") ? ((d = _local2)) : 0); }; mix = function () { if (totalfruit > 0) { this.sound.play(); _root.blending = true; mixoranges(); mixcarrots(); mixbananas(); mixstrawberries(); mixkiwis(); this.juicea.gotoAndStop(1); this.juiceb.gotoAndStop(1); this.juicec.gotoAndStop(1); this.juiced.gotoAndStop(1); } }; mixoranges = function () { if (oranges > 0) { this.ol._visible = true; if (totalfruit == 1) { this.ol._alpha = 100; this.ol.gotoAndStop(1); } if (totalfruit == 2) { if (oranges == 1) { this.ol._alpha = 50; } else { this.ol._alpha = 100; } this.ol.gotoAndStop(2); } if (totalfruit == 3) { if (oranges == 1) { this.ol._alpha = 33.4; } else if (oranges == 2) { this.ol._alpha = 67; } else { this.ol._alpha = 100; } this.ol.gotoAndStop(3); } if (totalfruit == 4) { if (oranges == 1) { this.ol._alpha = 25; } else if (oranges == 2) { this.ol._alpha = 50; } else if (oranges == 3) { this.ol._alpha = 75; } else { this.ol._alpha = 100; } this.ol.gotoAndStop(4); } } }; mixkiwis = function () { if (kiwis > 0) { this.kl._visible = true; if (totalfruit == 1) { this.kl._alpha = 100; this.kl.gotoAndStop(1); } if (totalfruit == 2) { if (kiwis == 1) { this.kl._alpha = 50; } else { this.kl._alpha = 100; } this.kl.gotoAndStop(2); } if (totalfruit == 3) { if (kiwis == 1) { this.kl._alpha = 33.4; } else if (kiwis == 2) { this.kl._alpha = 67; } else { this.kl._alpha = 100; } this.kl.gotoAndStop(3); } if (totalfruit == 4) { if (kiwis == 1) { this.kl._alpha = 25; } else if (kiwis == 2) { this.kl._alpha = 50; } else if (kiwis == 3) { this.kl._alpha = 75; } else { this.kl._alpha = 100; } this.kl.gotoAndStop(4); } } }; mixcarrots = function () { if (carrots > 0) { this.cl._visible = true; if (totalfruit == 1) { this.cl._alpha = 100; this.cl.gotoAndStop(1); } if (totalfruit == 2) { if (carrots == 1) { this.cl._alpha = 50; } else { this.cl._alpha = 100; } this.cl.gotoAndStop(2); } if (totalfruit == 3) { if (carrots == 1) { this.cl._alpha = 33.4; } else if (carrots == 2) { this.cl._alpha = 67; } else { this.cl._alpha = 100; } this.cl.gotoAndStop(3); } if (totalfruit == 4) { if (carrots == 1) { this.cl._alpha = 25; } else if (carrots == 2) { this.cl._alpha = 50; } else if (carrots == 3) { this.cl._alpha = 75; } else { this.cl._alpha = 100; } this.cl.gotoAndStop(4); } } }; mixbananas = function () { if (bananas > 0) { this.bl._visible = true; if (totalfruit == 1) { this.bl._alpha = 100; this.bl.gotoAndStop(1); } if (totalfruit == 2) { if (bananas == 1) { this.bl._alpha = 50; } else { this.bl._alpha = 100; } this.bl.gotoAndStop(2); } if (totalfruit == 3) { if (bananas == 1) { this.bl._alpha = 33.4; } else if (bananas == 2) { this.bl._alpha = 67; } else { this.bl._alpha = 100; } this.bl.gotoAndStop(3); } if (totalfruit == 4) { if (bananas == 1) { this.bl._alpha = 25; } else if (bananas == 2) { this.bl._alpha = 50; } else if (bananas == 3) { this.bl._alpha = 75; } else { this.bl._alpha = 100; } this.bl.gotoAndStop(4); } } }; mixstrawberries = function () { if (strawberries > 0) { this.sl._visible = true; if (totalfruit == 1) { this.sl._alpha = 100; this.sl.gotoAndStop(1); } if (totalfruit == 2) { if (strawberries == 1) { this.sl._alpha = 50; } else { this.sl._alpha = 100; } this.sl.gotoAndStop(2); } if (totalfruit == 3) { if (strawberries == 1) { this.sl._alpha = 33.4; } else if (strawberries == 2) { this.sl._alpha = 67; } else { this.sl._alpha = 100; } this.sl.gotoAndStop(3); } if (totalfruit == 4) { if (strawberries == 1) { this.sl._alpha = 25; } else if (strawberries == 2) { this.sl._alpha = 50; } else if (strawberries == 3) { this.sl._alpha = 75; } else { this.sl._alpha = 100; } this.sl.gotoAndStop(4); } } }; } onClipEvent (enterFrame) { if (!hittest.hitTest(_root._xmouse, _root._ymouse, true)) { (this.top.gotoAndStop(1));// not popped } else { (this.top.gotoAndStop(this.top._totalframes));// not popped } }Instance of Symbol 379 MovieClip "glass2" in Frame 15onClipEvent (enterFrame) { if (_root.glass._x == _root.glass.ox) { this._visible = false; } else { this._visible = true; } }Instance of Symbol 384 MovieClip "glass" in Frame 15onClipEvent (load) { oy = _y; ox = _x; reset = function () { this.cup.gotoAndStop(1); sold = false; filled = false; oranges = 0; bananas = 0; carrots = 0; kiwis = 0; strawberries = 0; ol._visible = false; cl._visible = false; sl._visible = false; bl._visible = false; kl._visible = false; totalfruit = 0; }; fill = function () { filled = true; this.sound.play(); this.oranges = _root.blender.oranges; this.bananas = _root.blender.bananas; this.carrots = _root.blender.carrots; this.kiwis = _root.blender.kiwis; this.strawberries = _root.blender.strawberries; this.totalfruit = _root.blender.totalfruit; this.cup.gotoAndStop(2); }; } on (press) { if (filled) { dragging = true; } } on (release) { dragging = false; if (hitTest(_root.trashbin)) { this.reset(); } i = 0; while (i < (_root.totalcustomers + 1)) { if (this.hitTest(_root["customer" + i].hittest)) { if ((((bananas == _root["customer" + i].bananas) && (oranges == _root["customer" + i].oranges)) && (strawberries == _root["customer" + i].strawberries)) && (carrots == _root["customer" + i].carrots)) { _root["customer" + i].go(); moneyearned = (5 * _root.sellpercent) * totalfruit; _root.money = _root.money + moneyearned; _root.moneyanim._visible = true; _root.moneyanim.play(); _root.moneyanim.inside.moneyearned = "+ $" + moneyearned; _root.moneyanim.inside.gotoAndStop(1); sold = true; } i = 0; while (i < (_root.totalcustomers + 1)) { if (this.hitTest(_root["customer" + i].hittest)) { if ((((bananas == _root["customer" + i].bananas) && (oranges == _root["customer" + i].oranges)) && (strawberries == _root["customer" + i].strawberries)) && (carrots == _root["customer" + i].carrots)) { } else if (!sold) { _root["customer" + i].go(); _root["customer" + i].face.gotoAndStop(2); moneyearned = (7.5 * _root.sellpercent) * totalfruit; _root.money = _root.money - moneyearned; _root.moneyanim._visible = true; _root.moneyanim.play(); _root.moneyanim.inside.gotoAndStop(2); _root.moneyanim.inside.moneyearned = "- $" + moneyearned; } } i++; } _root.moneytxt = "$" + _root.money; this.reset(); } i++; } _x = ox; _y = oy; } onClipEvent (enterFrame) { if (filled) { if (dragging) { _x = _root._xmouse; _y = _root._ymouse; } } }Instance of Symbol 464 MovieClip "ob" in Frame 15on (press) { if (((!_root.blending) && (_root.blender.totalfruit < 4)) && (_currentframe < 11)) { _root.addOrange(); this.nextFrame(); } if (_currentframe == 11) { _root.money = _root.money - 10; _root.moneytxt = "$" + _root.money; gotoAndStop (1); } }Instance of Symbol 392 MovieClip "radio" in Frame 15on (press) { _root.soundmenu._visible = true; }Instance of Symbol 482 MovieClip "cb" in Frame 15on (press) { if (((!_root.blending) && (_root.blender.totalfruit < 4)) && (_currentframe < 11)) { _root.addCarrot(); this.nextFrame(); } if (_currentframe == 11) { _root.money = _root.money - 10; _root.moneytxt = "$" + _root.money; gotoAndStop (1); } }Instance of Symbol 509 MovieClip "kb" in Frame 15on (press) { if (((!_root.blending) && (_root.blender.totalfruit < 4)) && (_currentframe < 11)) { _root.addKiwi(); this.nextFrame(); } if (_currentframe == 11) { _root.money = _root.money - 10; _root.moneytxt = "$" + _root.money; gotoAndStop (1); } }Instance of Symbol 290 MovieClip "moneyanim" in Frame 15onClipEvent (load) { this._visible = false; }Frame 16stop(); lol = 1; ((money > 150) ? ((won = true)) : ((won = false))); _root.onEnterFrame = function () { if (lol < 1) { if (!won) { day.gotoAndStop(3); moneytextbox = ""; txt = "Unfortunately you did not earn enough money.\rYou will need to find another job this summer to\r feed you and your family."; } else { moneytextbox2 = ""; txt = "Congratulations, you have earned enough money today."; txt = txt + "\rThis day you will need to earn $160, a new fruit will be introduced."; } } else { (txt = ""); (moneytextbox = ""); (moneytextbox2 = ""); } }; trashbin.removeMovieClip(); stand.removeMovieClip(); ob.removeMovieClip(); cb.removeMovieClip(); sb.removeMovieClip(); bb.removeMovieClip(); kb.removeMovieClip(); blender.removeMovieClip(); glass.removeMovieClip(); glass2.removeMovieClip(); register.removeMovieClip(); radio.removeMovieClip(); soundmenu.removeMovieClip(); i = -99; while (i < 1000) { _root["customer" + i].swapDepths(999); _root["customer" + i].removeMovieClip(); i++; } i = -99; while (i < 100) { _root["lol" + i].swapDepths(999); _root["lol" + i].removeMovieClip(); i++; } i = 0; while (i < 50) { _root["bird" + i].removeMovieClip(); i++; } i = 0; while (i < 50) { _root["poop" + i].removeMovieClip(); i++; } lol--;Frame 17addOrange = function () { added = false; ((_root.blender.totalfruit == 4) ? (popMessage("Not enough space in blender!")) : 0); ((_root.blender.a == "empty") ? (_root.blender.addFruit("orange", "a")(added = true)) : 0); (((_root.blender.b == "empty") && (!added)) ? (_root.blender.addFruit("orange", "b")(added = true)) : 0); (((_root.blender.c == "empty") && (!added)) ? (_root.blender.addFruit("orange", "c")(added = true)) : 0); (((_root.blender.d == "empty") && (!added)) ? (_root.blender.addFruit("orange", "d")(added = true)) : 0); }; addKiwi = function () { added = false; ((_root.blender.totalfruit == 4) ? (popMessage("Not enough space in blender!")) : 0); ((_root.blender.a == "empty") ? (_root.blender.addFruit("kiwi", "a")(added = true)) : 0); (((_root.blender.b == "empty") && (!added)) ? (_root.blender.addFruit("kiwi", "b")(added = true)) : 0); (((_root.blender.c == "empty") && (!added)) ? (_root.blender.addFruit("kiwi", "c")(added = true)) : 0); (((_root.blender.d == "empty") && (!added)) ? (_root.blender.addFruit("kiwi", "d")(added = true)) : 0); }; addWaterm = function () { added = false; ((_root.blender.totalfruit == 4) ? (popMessage("Not enough space in blender!")) : 0); ((_root.blender.a == "empty") ? (_root.blender.addFruit("waterm", "a")(added = true)) : 0); (((_root.blender.b == "empty") && (!added)) ? (_root.blender.addFruit("waterm", "b")(added = true)) : 0); (((_root.blender.c == "empty") && (!added)) ? (_root.blender.addFruit("waterm", "c")(added = true)) : 0); (((_root.blender.d == "empty") && (!added)) ? (_root.blender.addFruit("waterm", "d")(added = true)) : 0); }; addCarrot = function () { added = false; ((_root.blender.totalfruit == 4) ? (popMessage("Not enough space in blender!")) : 0); ((_root.blender.a == "empty") ? (_root.blender.addFruit("carrot", "a")(added = true)) : 0); (((_root.blender.b == "empty") && (!added)) ? (_root.blender.addFruit("carrot", "b")(added = true)) : 0); (((_root.blender.c == "empty") && (!added)) ? (_root.blender.addFruit("carrot", "c")(added = true)) : 0); (((_root.blender.d == "empty") && (!added)) ? (_root.blender.addFruit("carrot", "d")(added = true)) : 0); }; addBanana = function () { added = false; ((_root.blender.totalfruit == 4) ? (popMessage("Not enough space in blender!")) : 0); ((_root.blender.a == "empty") ? (_root.blender.addFruit("banana", "a")(added = true)) : 0); (((_root.blender.b == "empty") && (!added)) ? (_root.blender.addFruit("banana", "b")(added = true)) : 0); (((_root.blender.c == "empty") && (!added)) ? (_root.blender.addFruit("banana", "c")(added = true)) : 0); (((_root.blender.d == "empty") && (!added)) ? (_root.blender.addFruit("banana", "d")(added = true)) : 0); }; addStrawberry = function () { added = false; ((_root.blender.totalfruit == 4) ? (popMessage("Not enough space in blender!")) : 0); ((_root.blender.a == "empty") ? (_root.blender.addFruit("strawberry", "a")(added = true)) : 0); (((_root.blender.b == "empty") && (!added)) ? (_root.blender.addFruit("strawberry", "b")(added = true)) : 0); (((_root.blender.c == "empty") && (!added)) ? (_root.blender.addFruit("strawberry", "c")(added = true)) : 0); (((_root.blender.d == "empty") && (!added)) ? (_root.blender.addFruit("strawberry", "d")(added = true)) : 0); }; popMessage = function (msg) { pop._visible = true; pop.bg._width = 75 + (msg.length * 10); pop.msg = msg; }; usedOranges = []; usedBananas = []; usedCarrots = []; usedStrawberries = []; names = 0; customercnum = 100; customerc = 0; totalfruit = 4; totalcustomers = 2; money = 10; moneytxt = "$" + money; sellpercent = 1; i = -9999; lasti = i; musicplaying = 2; makeCustomer = function () { i++; _root.customer.duplicateMovieClip("customer" + i, i); }; _root.onEnterFrame = function () { if (Key.isDown(17)) { _root.gotoAndStop(_root._currentframe + 1); _root.money = 555; _root.moneytextbox = "$" + _root.money; _root.moneytextbox2 = "$" + _root.money; } if (Key.isDown(18)) { _root.gotoAndStop(_root._currentframe + 1); _root.money = -555; _root.moneytextbox = "$" + _root.money; _root.moneytextbox2 = "$" + _root.money; } customerc--; ((customerc < 1) ? (makeCustomer()(customercnum = customercnum / 1.05)(customerc = customercnum)) : 0); register.moneytxt = _root.moneytxt; if (customercnum < 50) { _root.gotoAndStop(_root._currentframe + 1); _root.moneytextbox = "$" + _root.money; _root.moneytextbox2 = "$" + _root.money; } register.moneytxt = "$" + _root.money; };Instance of Symbol 277 MovieClip "customer" in Frame 17onClipEvent (load) { this.gotoAndStop(1); if (!(_name === "customer")) { this.existing = true; idd = _root.i; _root.totalcustomers++; _name = ("customer" + _root.totalcustomers); neimid = _root.totalcustomers; position = random(2) + 1; ((position == 1) ? (_x = -215-215) : (_x = (Stage.width + 215)Stage.width + 215)); foundplace = false; goaway = false; b.fruittxt1 = ""; b.fruittxt2 = ""; b.fruittxt3 = ""; b.fruittxt4 = ""; added = 1; bananas = 0; carrots = 0; oranges = 0; kiwis = 0; waterms = 0; strawberries = 0; this.gotoAndStop(random(this._totalframes) + 1); var drink = []; switch (_currentframe) { case 1 : drinknum = 2 + random(2); break; case 2 : drinknum = 2 + random(2); break; case 3 : drinknum = 3 + random(2); break; case 4 : drinknum = 2 + random(3); break; case 5 : drinknum = 3 + random(2); break; case 6 : drinknum = 4; } var drinksay = ""; i = 0; while (i < drinknum) { d = random(6) + 1; ((d == 2) ? (drink.push("strawberry")strawberries++) : 0); ((d == 1) ? (drink.push("orange")oranges++) : 0); ((d == 4) ? (drink.push("carrot")carrots++) : 0); ((d == 3) ? (drink.push("banana")bananas++) : 0); ((d == 6) ? (drink.push("waterm")waterms++) : 0); ((d == 5) ? (drink.push("kiwi")kiwis++) : 0); i++; } if (bananas > 1) { drinksay = drinksay + (bananas + " bananas. "); this.b.fruittxt1 = bananas; this.b.fruit1.gotoAndStop("banana"); added++; } else if (bananas == 1) { drinksay = drinksay + "1 banana. "; b.fruittxt1 = bananas; b.fruit1.gotoAndStop("banana"); added++; } if (oranges > 1) { drinksay = drinksay + (oranges + " oranges. "); this.b["fruittxt" + added] = oranges; this.b["fruit" + added].gotoAndStop("orange"); added++; } else if (oranges == 1) { drinksay = drinksay + "1 orange. "; this.b["fruittxt" + added] = oranges; this.b["fruit" + added].gotoAndStop("orange"); added++; } if (kiwis > 1) { drinksay = drinksay + (kiwis + " kiwis. "); this.b["fruittxt" + added] = kiwis; this.b["fruit" + added].gotoAndStop("kiwi"); added++; } else if (kiwis == 1) { drinksay = drinksay + "1 kiwi. "; this.b["fruittxt" + added] = kiwis; this.b["fruit" + added].gotoAndStop("kiwi"); added++; } if (waterms > 1) { drinksay = drinksay + (waterms + " waterms. "); this.b["fruittxt" + added] = waterms; this.b["fruit" + added].gotoAndStop("waterm"); added++; } else if (waterms == 1) { drinksay = drinksay + "1 waterm. "; this.b["fruittxt" + added] = waterms; this.b["fruit" + added].gotoAndStop("waterm"); added++; } if (carrots > 1) { drinksay = drinksay + (carrots + " carrots. "); this.b["fruittxt" + added] = carrots; this.b["fruit" + added].gotoAndStop("carrot"); added++; } else if (carrots == 1) { drinksay = drinksay + "1 carrot. "; this.b["fruittxt" + added] = carrots; this.b["fruit" + added].gotoAndStop("carrot"); added++; } if (strawberries > 1) { drinksay = drinksay + (strawberries + " strawberries. "); this.b["fruittxt" + added] = strawberries; this.b["fruit" + added].gotoAndStop("strawberry"); added++; } else if (strawberries == 1) { drinksay = drinksay + "1 stawberry. "; this.b["fruittxt" + added] = strawberries; this.b["fruit" + added].gotoAndStop("strawberry"); added++; } go = function () { goaway = true; dir = random(2) + 1; this.sound.play(); this.b._visible = false; }; } } onClipEvent (enterFrame) { if (!(_name === "customer")) { if (goaway) { ((dir == 1) ? (_x = (_x + 5)_x + 5) : (_x = (_x - 5)_x - 5)); existing = false; _name = ("lol" + idd); if ((_x > 900) || (_x < -150)) { this.swapDepths(999241); this.removeMovieClip(); } } else { touching = false; i = 0; while (i < _root.totalcustomers) { if (_x < (Stage.width / 2)) { if ((hitTest(_root["customer" + i].hittest) && (_root["customer" + i].goaway == false)) && (_root["customer" + i]._x > _x)) { touching = true; } } else if ((hitTest(_root["customer" + i].hittest) && (_root["customer" + i].goaway == false)) && (_root["customer" + i]._x < _x)) { touching = true; this.touch.gotoAndStop(2); } i++; } if (((_x < (Stage.width / 2)) && (!foundplace)) && (!touching)) { _x = (_x + 8); } if (((_x > (Stage.width / 2)) && (!foundplace)) && (!touching)) { _x = (_x - 8); } if ((!foundplace) && (hitTest(Stage.width / 2, _y, true))) { foundplace = true; } } } }Instance of Symbol 301 MovieClip "poop2" in Frame 17onClipEvent (load) { poo = function () { alphathing = 9999; things = ["register", "radio", "stand", "bb", "sb", "blender"]; maxdis = 999; this.swapDepths(100 + id); this.onEnterFrame = function () { i = 0; while (i < things.length) { if (_root[things[i]].hitTest(_x, _y, true)) { this.gotoAndStop(2); if (!klost) { moneylost = 10 + random(5); _root.money = _root.money - moneylost; _root.register.moneytxt = "$" + _root.money; klost = true; } notmoving = true; } else if (!notmoving) { _y = (_y + 3); } else { (alphathing = alphathing - 5); ((alphathing < 100) ? (_alpha = alphathing) : 0); } i++; } }; }; }Instance of Symbol 320 MovieClip "bird1" in Frame 17onClipEvent (load) { id = 1; xx = 200 + random(Stage.width - 200); timer = 0; _name = ("bird" + id); when2go = 200 + random(50); this.swapDepths(25 + id); poop = function () { this.sound2.play(); _root["poop" + id]._x = _x - 10; _root["poop" + id]._y = _y + 10; _root["poop" + id].id = id; _root["poop" + id].poo(); }; } onClipEvent (enterFrame) { timer++; ((timer == when2go) ? ((moving = true)) : 0); ((timer == (when2go - 30)) ? (this.sound.play) : 0); if (moving) { if (((_x > xx) && (!pooped)) && (_currentframe == 1)) { poop(); (pooped = true); } _x = (_x + 5); } } on (press) { this.gotoAndStop(2); }Instance of Symbol 320 MovieClip "bird2" in Frame 17onClipEvent (load) { id = 2; xx = 200 + random(Stage.width - 200); timer = 0; _name = ("bird" + id); when2go = 350 + random(50); this.swapDepths(25 + id); poop = function () { this.sound2.play(); _root["poop" + id]._x = _x - 10; _root["poop" + id]._y = _y + 10; _root["poop" + id].id = id; _root["poop" + id].poo(); }; } onClipEvent (enterFrame) { timer++; ((timer == when2go) ? ((moving = true)) : 0); ((timer == (when2go - 30)) ? (this.sound.play) : 0); if (moving) { if (((_x > xx) && (!pooped)) && (_currentframe == 1)) { poop(); (pooped = true); } _x = (_x + 5); } } on (press) { this.gotoAndStop(2); }Instance of Symbol 320 MovieClip "bird4" in Frame 17onClipEvent (load) { id = 4; xx = 750 + random(Stage.width - 200); timer = 0; _name = ("bird" + id); when2go = 600 + random(50); this.swapDepths(25 + id); poop = function () { this.sound2.play(); _root["poop" + id]._x = _x - 10; _root["poop" + id]._y = _y + 10; _root["poop" + id].id = id; _root["poop" + id].poo(); }; } onClipEvent (enterFrame) { timer++; ((timer == when2go) ? ((moving = true)) : 0); ((timer == (when2go - 30)) ? (this.sound.play) : 0); if (moving) { if (((_x > xx) && (!pooped)) && (_currentframe == 1)) { poop(); (pooped = true); } _x = (_x + 5); } } on (press) { this.gotoAndStop(2); }Instance of Symbol 320 MovieClip "bird3" in Frame 17onClipEvent (load) { id = 3; xx = 200 + random(Stage.width - 200); timer = 0; _name = ("bird" + id); when2go = 500 + random(50); this.swapDepths(25 + id); poop = function () { this.sound2.play(); _root["poop" + id]._x = _x - 10; _root["poop" + id]._y = _y + 10; _root["poop" + id].id = id; _root["poop" + id].poo(); }; } onClipEvent (enterFrame) { timer++; ((timer == when2go) ? ((moving = true)) : 0); ((timer == (when2go - 30)) ? (this.sound.play) : 0); if (moving) { if (((_x > xx) && (!pooped)) && (_currentframe == 1)) { poop(); (pooped = true); } _x = (_x + 5); } } on (press) { this.gotoAndStop(2); }Instance of Symbol 301 MovieClip "poop1" in Frame 17onClipEvent (load) { poo = function () { alphathing = 9999; things = ["register", "radio", "stand", "bb", "sb", "blender"]; maxdis = 999; this.swapDepths(100 + id); this.onEnterFrame = function () { i = 0; while (i < things.length) { if (_root[things[i]].hitTest(_x, _y, true)) { this.gotoAndStop(2); if (!klost) { moneylost = 10 + random(5); _root.money = _root.money - moneylost; _root.register.moneytxt = "$" + _root.money; klost = true; } notmoving = true; } else if (!notmoving) { _y = (_y + 3); } else { (alphathing = alphathing - 5); ((alphathing < 100) ? (_alpha = alphathing) : 0); } i++; } }; }; }Instance of Symbol 301 MovieClip "poop3" in Frame 17onClipEvent (load) { poo = function () { alphathing = 9999; things = ["register", "radio", "stand", "bb", "sb", "blender"]; maxdis = 999; this.swapDepths(100 + id); this.onEnterFrame = function () { i = 0; while (i < things.length) { if (_root[things[i]].hitTest(_x, _y, true)) { this.gotoAndStop(2); if (!klost) { moneylost = 10 + random(5); _root.money = _root.money - moneylost; _root.register.moneytxt = "$" + _root.money; klost = true; } notmoving = true; } else if (!notmoving) { _y = (_y + 3); } else { (alphathing = alphathing - 5); ((alphathing < 100) ? (_alpha = alphathing) : 0); } i++; } }; }; }Instance of Symbol 320 MovieClip "bird5" in Frame 17onClipEvent (load) { id = 5; xx = 200 + random(Stage.width - 200); timer = 0; _name = ("bird" + id); when2go = 1000 + random(50); this.swapDepths(25 + id); poop = function () { this.sound2.play(); _root["poop" + id]._x = _x - 10; _root["poop" + id]._y = _y + 10; _root["poop" + id].id = id; _root["poop" + id].poo(); }; } onClipEvent (enterFrame) { timer++; ((timer == when2go) ? ((moving = true)) : 0); ((timer == (when2go - 30)) ? (this.sound.play) : 0); if (moving) { if (((_x > xx) && (!pooped)) && (_currentframe == 1)) { poop(); (pooped = true); } _x = (_x + 5); } } on (press) { this.gotoAndStop(2); }Instance of Symbol 320 MovieClip "bird6" in Frame 17onClipEvent (load) { id = 6; xx = 200 + random(Stage.width - 200); timer = 0; _name = ("bird" + id); when2go = 300 + random(50); this.swapDepths(25 + id); poop = function () { this.sound2.play(); _root["poop" + id]._x = _x - 10; _root["poop" + id]._y = _y + 10; _root["poop" + id].id = id; _root["poop" + id].poo(); }; } onClipEvent (enterFrame) { timer++; ((timer == when2go) ? ((moving = true)) : 0); ((timer == (when2go - 30)) ? (this.sound.play) : 0); if (moving) { if (((_x > xx) && (!pooped)) && (_currentframe == 1)) { poop(); (pooped = true); } _x = (_x + 5); } } on (press) { this.gotoAndStop(2); }Instance of Symbol 301 MovieClip "poop4" in Frame 17onClipEvent (load) { poo = function () { alphathing = 9999; things = ["register", "radio", "stand", "bb", "sb", "blender"]; maxdis = 999; this.swapDepths(100 + id); this.onEnterFrame = function () { i = 0; while (i < things.length) { if (_root[things[i]].hitTest(_x, _y, true)) { this.gotoAndStop(2); if (!klost) { moneylost = 10 + random(5); _root.money = _root.money - moneylost; _root.register.moneytxt = "$" + _root.money; klost = true; } notmoving = true; } else if (!notmoving) { _y = (_y + 3); } else { (alphathing = alphathing - 5); ((alphathing < 100) ? (_alpha = alphathing) : 0); } i++; } }; }; }Instance of Symbol 301 MovieClip "poop5" in Frame 17onClipEvent (load) { poo = function () { alphathing = 9999; things = ["register", "radio", "stand", "bb", "sb", "blender"]; maxdis = 999; this.swapDepths(100 + id); this.onEnterFrame = function () { i = 0; while (i < things.length) { if (_root[things[i]].hitTest(_x, _y, true)) { this.gotoAndStop(2); if (!klost) { moneylost = 10 + random(5); _root.money = _root.money - moneylost; _root.register.moneytxt = "$" + _root.money; klost = true; } notmoving = true; } else if (!notmoving) { _y = (_y + 3); } else { (alphathing = alphathing - 5); ((alphathing < 100) ? (_alpha = alphathing) : 0); } i++; } }; }; }Instance of Symbol 301 MovieClip "poop6" in Frame 17onClipEvent (load) { poo = function () { alphathing = 9999; things = ["register", "radio", "stand", "bb", "sb", "blender"]; maxdis = 999; this.swapDepths(100 + id); this.onEnterFrame = function () { i = 0; while (i < things.length) { if (_root[things[i]].hitTest(_x, _y, true)) { this.gotoAndStop(2); if (!klost) { moneylost = 10 + random(5); _root.money = _root.money - moneylost; _root.register.moneytxt = "$" + _root.money; klost = true; } notmoving = true; } else if (!notmoving) { _y = (_y + 3); } else { (alphathing = alphathing - 5); ((alphathing < 100) ? (_alpha = alphathing) : 0); } i++; } }; }; }Instance of Symbol 329 MovieClip "sb" in Frame 17on (press) { if (((!_root.blending) && (_root.blender.totalfruit < 4)) && (_currentframe < 16)) { _root.addStrawberry(); this.nextFrame(); } if (_currentframe == 16) { _root.money = _root.money - 15; _root.moneytxt = "$" + _root.money; gotoAndStop (1); } }Instance of Symbol 335 MovieClip "bb" in Frame 17on (press) { if (((!_root.blending) && (_root.blender.totalfruit < 4)) && (_currentframe < 11)) { _root.addBanana(); this.nextFrame(); } if (_currentframe == 11) { _root.money = _root.money - 10; _root.moneytxt = "$" + _root.money; gotoAndStop (1); } }Instance of Symbol 368 MovieClip "blender" in Frame 17onClipEvent (load) { this.ol._visible = false; this.bl._visible = false; this.cl._visible = false; this.sl._visible = false; this.kl._visible = false; this.wl._visible = false; oranges = 0; carrots = 0; bananas = 0; waterms = 0; strawberries = 0; kiwis = 0; totalfruit = 0; var a = "empty"; var b = "empty"; var c = "empty"; var d = "empty"; _root.blending = false; throwaway = function () { this.ol._visible = false; this.bl._visible = false; this.cl._visible = false; this.sl._visible = false; this.kl._visible = false; this.wl._visible = false; oranges = 0; carrots = 0; bananas = 0; waterms = 0; strawberries = 0; kiwis = 0; totalfruit = 0; _root.totalfruit = 0; a = "empty"; b = "empty"; c = "empty"; d = "empty"; _root.blending = false; this.juicea.gotoAndStop(1); this.juiceb.gotoAndStop(1); this.juicec.gotoAndStop(1); this.juiced.gotoAndStop(1); }; addFruit = function (fruitf, wheref) { this.top.play(); var _local2 = fruitf; var _local3 = wheref; totalfruit++; this[_local2 + "s"]++; ((_local2 == "strawberry") ? (strawberries++) : 0); this["juice" + _local3].gotoAndStop(_local2); ((_local3 == "a") ? ((a = _local2)) : 0); ((_local3 == "b") ? ((b = _local2)) : 0); ((_local3 == "c") ? ((c = _local2)) : 0); ((_local3 == "d") ? ((d = _local2)) : 0); }; mix = function () { if (totalfruit > 0) { this.sound.play(); _root.blending = true; mixoranges(); mixcarrots(); mixbananas(); mixwaterms(); mixstrawberries(); mixkiwis(); this.juicea.gotoAndStop(1); this.juiceb.gotoAndStop(1); this.juicec.gotoAndStop(1); this.juiced.gotoAndStop(1); } }; mixwaterms = function () { if (waterms > 0) { this.wl._visible = true; if (totalfruit == 1) { this.wl._alpha = 100; this.wl.gotoAndStop(1); } if (totalfruit == 2) { if (waterms == 1) { this.wl._alpha = 50; } else { this.wl._alpha = 100; } this.wl.gotoAndStop(2); } if (totalfruit == 3) { if (waterms == 1) { this.wl._alpha = 33.4; } else if (waterms == 2) { this.wl._alpha = 67; } else { this.wl._alpha = 100; } this.wl.gotoAndStop(3); } if (totalfruit == 4) { if (waterms == 1) { this.wl._alpha = 25; } else if (waterms == 2) { this.wl._alpha = 50; } else if (waterms == 3) { this.wl._alpha = 75; } else { this.wl._alpha = 100; } this.wl.gotoAndStop(4); } } }; mixoranges = function () { if (oranges > 0) { this.ol._visible = true; if (totalfruit == 1) { this.ol._alpha = 100; this.ol.gotoAndStop(1); } if (totalfruit == 2) { if (oranges == 1) { this.ol._alpha = 50; } else { this.ol._alpha = 100; } this.ol.gotoAndStop(2); } if (totalfruit == 3) { if (oranges == 1) { this.ol._alpha = 33.4; } else if (oranges == 2) { this.ol._alpha = 67; } else { this.ol._alpha = 100; } this.ol.gotoAndStop(3); } if (totalfruit == 4) { if (oranges == 1) { this.ol._alpha = 25; } else if (oranges == 2) { this.ol._alpha = 50; } else if (oranges == 3) { this.ol._alpha = 75; } else { this.ol._alpha = 100; } this.ol.gotoAndStop(4); } } }; mixkiwis = function () { if (kiwis > 0) { this.kl._visible = true; if (totalfruit == 1) { this.kl._alpha = 100; this.kl.gotoAndStop(1); } if (totalfruit == 2) { if (kiwis == 1) { this.kl._alpha = 50; } else { this.kl._alpha = 100; } this.kl.gotoAndStop(2); } if (totalfruit == 3) { if (kiwis == 1) { this.kl._alpha = 33.4; } else if (kiwis == 2) { this.kl._alpha = 67; } else { this.kl._alpha = 100; } this.kl.gotoAndStop(3); } if (totalfruit == 4) { if (kiwis == 1) { this.kl._alpha = 25; } else if (kiwis == 2) { this.kl._alpha = 50; } else if (kiwis == 3) { this.kl._alpha = 75; } else { this.kl._alpha = 100; } this.kl.gotoAndStop(4); } } }; mixcarrots = function () { if (carrots > 0) { this.cl._visible = true; if (totalfruit == 1) { this.cl._alpha = 100; this.cl.gotoAndStop(1); } if (totalfruit == 2) { if (carrots == 1) { this.cl._alpha = 50; } else { this.cl._alpha = 100; } this.cl.gotoAndStop(2); } if (totalfruit == 3) { if (carrots == 1) { this.cl._alpha = 33.4; } else if (carrots == 2) { this.cl._alpha = 67; } else { this.cl._alpha = 100; } this.cl.gotoAndStop(3); } if (totalfruit == 4) { if (carrots == 1) { this.cl._alpha = 25; } else if (carrots == 2) { this.cl._alpha = 50; } else if (carrots == 3) { this.cl._alpha = 75; } else { this.cl._alpha = 100; } this.cl.gotoAndStop(4); } } }; mixbananas = function () { if (bananas > 0) { this.bl._visible = true; if (totalfruit == 1) { this.bl._alpha = 100; this.bl.gotoAndStop(1); } if (totalfruit == 2) { if (bananas == 1) { this.bl._alpha = 50; } else { this.bl._alpha = 100; } this.bl.gotoAndStop(2); } if (totalfruit == 3) { if (bananas == 1) { this.bl._alpha = 33.4; } else if (bananas == 2) { this.bl._alpha = 67; } else { this.bl._alpha = 100; } this.bl.gotoAndStop(3); } if (totalfruit == 4) { if (bananas == 1) { this.bl._alpha = 25; } else if (bananas == 2) { this.bl._alpha = 50; } else if (bananas == 3) { this.bl._alpha = 75; } else { this.bl._alpha = 100; } this.bl.gotoAndStop(4); } } }; mixstrawberries = function () { if (strawberries > 0) { this.sl._visible = true; if (totalfruit == 1) { this.sl._alpha = 100; this.sl.gotoAndStop(1); } if (totalfruit == 2) { if (strawberries == 1) { this.sl._alpha = 50; } else { this.sl._alpha = 100; } this.sl.gotoAndStop(2); } if (totalfruit == 3) { if (strawberries == 1) { this.sl._alpha = 33.4; } else if (strawberries == 2) { this.sl._alpha = 67; } else { this.sl._alpha = 100; } this.sl.gotoAndStop(3); } if (totalfruit == 4) { if (strawberries == 1) { this.sl._alpha = 25; } else if (strawberries == 2) { this.sl._alpha = 50; } else if (strawberries == 3) { this.sl._alpha = 75; } else { this.sl._alpha = 100; } this.sl.gotoAndStop(4); } } }; } onClipEvent (enterFrame) { if (!hittest.hitTest(_root._xmouse, _root._ymouse, true)) { (this.top.gotoAndStop(1));// not popped } else { (this.top.gotoAndStop(this.top._totalframes));// not popped } }Instance of Symbol 379 MovieClip "glass2" in Frame 17onClipEvent (enterFrame) { if (_root.glass._x == _root.glass.ox) { this._visible = false; } else { this._visible = true; } }Instance of Symbol 384 MovieClip "glass" in Frame 17onClipEvent (load) { oy = _y; ox = _x; reset = function () { this.cup.gotoAndStop(1); sold = false; filled = false; oranges = 0; bananas = 0; carrots = 0; waterms = 0; kiwis = 0; strawberries = 0; ol._visible = false; cl._visible = false; sl._visible = false; bl._visible = false; kl._visible = false; wl._visible = false; totalfruit = 0; }; fill = function () { filled = true; this.sound.play(); this.oranges = _root.blender.oranges; this.bananas = _root.blender.bananas; this.carrots = _root.blender.carrots; this.waterms = _root.blender.waterms; this.kiwis = _root.blender.kiwis; this.strawberries = _root.blender.strawberries; this.totalfruit = _root.blender.totalfruit; this.cup.gotoAndStop(2); }; } on (press) { if (filled) { dragging = true; } } on (release) { dragging = false; if (hitTest(_root.trashbin)) { this.reset(); } i = 0; while (i < (_root.totalcustomers + 1)) { if (this.hitTest(_root["customer" + i].hittest)) { if ((((((waterms == _root["customer" + i].waterms) && (kiwis == _root["customer" + i].kiwis)) && (bananas == _root["customer" + i].bananas)) && (oranges == _root["customer" + i].oranges)) && (strawberries == _root["customer" + i].strawberries)) && (carrots == _root["customer" + i].carrots)) { _root["customer" + i].go(); moneyearned = (5 * _root.sellpercent) * totalfruit; _root.money = _root.money + moneyearned; _root.moneyanim._visible = true; _root.moneyanim.play(); _root.moneyanim.inside.moneyearned = "+ $" + moneyearned; _root.moneyanim.inside.gotoAndStop(1); sold = true; } i = 0; while (i < (_root.totalcustomers + 1)) { if (this.hitTest(_root["customer" + i].hittest)) { if ((((bananas == _root["customer" + i].bananas) && (oranges == _root["customer" + i].oranges)) && (strawberries == _root["customer" + i].strawberries)) && (carrots == _root["customer" + i].carrots)) { } else if (!sold) { _root["customer" + i].go(); _root["customer" + i].face.gotoAndStop(2); moneyearned = (7.5 * _root.sellpercent) * totalfruit; _root.money = _root.money - moneyearned; _root.moneyanim._visible = true; _root.moneyanim.play(); _root.moneyanim.inside.gotoAndStop(2); _root.moneyanim.inside.moneyearned = "- $" + moneyearned; } } i++; } _root.moneytxt = "$" + _root.money; this.reset(); } i++; } _x = ox; _y = oy; } onClipEvent (enterFrame) { if (filled) { if (dragging) { _x = _root._xmouse; _y = _root._ymouse; } } }Instance of Symbol 464 MovieClip "ob" in Frame 17on (press) { if (((!_root.blending) && (_root.blender.totalfruit < 4)) && (_currentframe < 11)) { _root.addOrange(); this.nextFrame(); } if (_currentframe == 11) { _root.money = _root.money - 10; _root.moneytxt = "$" + _root.money; gotoAndStop (1); } }Instance of Symbol 392 MovieClip "radio" in Frame 17on (press) { _root.soundmenu._visible = true; }Instance of Symbol 482 MovieClip "cb" in Frame 17on (press) { if (((!_root.blending) && (_root.blender.totalfruit < 4)) && (_currentframe < 11)) { _root.addCarrot(); this.nextFrame(); } if (_currentframe == 11) { _root.money = _root.money - 10; _root.moneytxt = "$" + _root.money; gotoAndStop (1); } }Instance of Symbol 509 MovieClip "kb" in Frame 17on (press) { if (((!_root.blending) && (_root.blender.totalfruit < 4)) && (_currentframe < 11)) { _root.addKiwi(); this.nextFrame(); } if (_currentframe == 11) { _root.money = _root.money - 10; _root.moneytxt = "$" + _root.money; gotoAndStop (1); } }Instance of Symbol 523 MovieClip "wb" in Frame 17on (press) { if (((!_root.blending) && (_root.blender.totalfruit < 4)) && (_currentframe < 10)) { _root.addWaterm(); this.nextFrame(); } if (_currentframe == 10) { _root.money = _root.money - 9; _root.moneytxt = "$" + _root.money; gotoAndStop (1); } }Instance of Symbol 290 MovieClip "moneyanim" in Frame 17onClipEvent (load) { this._visible = false; }Frame 18stop(); lol = 1; ((money > 160) ? ((won = true)) : ((won = false))); _root.onEnterFrame = function () { if (lol < 1) { if (!won) { day.gotoAndStop(3); moneytextbox = ""; wee._visible = false; txt = "Unfortunately you did not earn enough money.\rYou will need to find another job this summer to\r feed you and your family."; } else { moneytextbox2 = ""; txt = "Congratulations, after a very successful week and much hard work you can finally rest a bit, play games and chill out with those links:"; } } else { (txt = ""); (moneytextbox = ""); (moneytextbox2 = ""); } }; trashbin.removeMovieClip(); stand.removeMovieClip(); ob.removeMovieClip(); cb.removeMovieClip(); sb.removeMovieClip(); bb.removeMovieClip(); kb.removeMovieClip(); wb.removeMovieClip(); blender.removeMovieClip(); glass.removeMovieClip(); glass2.removeMovieClip(); register.removeMovieClip(); radio.removeMovieClip(); soundmenu.removeMovieClip(); i = -99; while (i < 1000) { _root["customer" + i].swapDepths(999); _root["customer" + i].removeMovieClip(); i++; } i = -99; while (i < 100) { _root["lol" + i].swapDepths(999); _root["lol" + i].removeMovieClip(); i++; } i = 0; while (i < 50) { _root["bird" + i].removeMovieClip(); i++; } i = 0; while (i < 50) { _root["poop" + i].removeMovieClip(); i++; } lol--;Symbol 22 MovieClip Frame 1stop();Symbol 28 Buttonon (release) { getURL ("http://www.armorgames.com", "blank"); }Symbol 35 MovieClip Frame 81_root.play(); _root.play();Symbol 53 MovieClip Frame 85stop();Symbol 57 Buttonon (press) { _root.getURL("http://cornoncob.com", "_blank"); }Symbol 60 Buttonon (press) { _root.getURL("http://bananaknights.com", "_blank"); }Symbol 66 MovieClip Frame 25stop();Symbol 71 MovieClip Frame 25stop();Symbol 76 MovieClip Frame 14stop();Symbol 78 Buttonon (press) { _root.getURL("http://armorgames.com", "_blank"); }Symbol 79 Buttonon (press) { _root.gotoAndStop("instructions"); }Symbol 80 Buttonon (press) { _root.gotoAndStop("first level"); }Symbol 81 MovieClip Frame 55stop();Symbol 96 Buttonon (press) { _root.blender.mix(); }Symbol 99 Buttonon (press) { _root.blending = false; _root.blender.throwaway(); }Symbol 103 MovieClip Frame 1stop();Symbol 108 MovieClip Frame 1stop();Symbol 112 MovieClip Frame 1stop();Symbol 158 Buttonon (release) { gotoAndPlay(_currentframe + 1); }Symbol 169 MovieClip Frame 1stop();Symbol 178 MovieClip Frame 1this.swapDepths(_parent.swapDepths + 500);Symbol 180 MovieClip Frame 10stop();Symbol 203 MovieClip Frame 1stop();Symbol 206 MovieClip Frame 16_parent.removeMovieClip();Symbol 207 MovieClip Frame 1stop();Symbol 208 MovieClip Frame 1stop();Instance of Symbol 207 MovieClip "bird1" in Symbol 208 MovieClip Frame 1onClipEvent (load) { id = 1; xx = 200 + random(Stage.width - 200); timer = 0; _name = ("bird" + id); when2go = 300 + random(50); this.swapDepths(25 + id); poop = function () { this.sound2.play(); _root["poop" + id]._x = _x - 10; _root["poop" + id]._y = _y + 10; _root["poop" + id].id = id; _root["poop" + id].poo(); }; } onClipEvent (enterFrame) { timer++; ((timer == when2go) ? ((moving = true)) : 0); ((timer == (when2go - 30)) ? (this.sound.play) : 0); if (moving) { if (((_x > xx) && (!pooped)) && (_currentframe == 1)) { poop(); (pooped = true); } _x = (_x + 5); } } on (press) { this.gotoAndStop(2); }Symbol 211 Buttonon (release) { _root.gotoAndStop("first level"); }Symbol 213 MovieClip Frame 3stop();Symbol 213 MovieClip Frame 6stop();Symbol 213 MovieClip Frame 9stop();Symbol 213 MovieClip Frame 12stop();Symbol 213 MovieClip Frame 15stop();Symbol 213 MovieClip Frame 18stop();Symbol 213 MovieClip Frame 21stop();Symbol 213 MovieClip Frame 24stop();Symbol 213 MovieClip Frame 27stop();Symbol 213 MovieClip Frame 30stop();Symbol 220 Buttonon (press) { _root.gotoAndStop(_root._currentframe + 1); }Symbol 227 MovieClip Frame 1stop();Symbol 230 MovieClip Frame 1stop();Symbol 241 MovieClip Frame 1stop();Symbol 247 MovieClip Frame 1this.swapDepths(_parent.swapDepths + 500);Symbol 253 MovieClip Frame 1stop();Symbol 264 MovieClip Frame 1stop();Symbol 268 MovieClip Frame 1stop();Symbol 272 MovieClip Frame 1stop();Symbol 276 MovieClip Frame 1stop();Symbol 288 MovieClip Frame 1stop();Symbol 288 MovieClip Frame 2stop();Symbol 290 MovieClip Frame 1stop();Symbol 290 MovieClip Frame 35_visible = false;Symbol 300 MovieClip Frame 1moneyanim.inside.gotoAndStop(2); moneyanim.inside.moneyearned = "- $" + _parent.moneylost;Symbol 300 MovieClip Frame 87stop();Symbol 301 MovieClip Frame 1stop();Symbol 316 MovieClip Frame 1stop();Symbol 319 MovieClip Frame 16_parent.removeMovieClip();Symbol 320 MovieClip Frame 1stop();Symbol 323 MovieClip Frame 1swapDepths(1);Symbol 329 MovieClip Frame 1this.swapDepths(6); stop();Instance of Symbol 328 MovieClip in Symbol 329 MovieClip Frame 1on (press) { trace(_root.usedStrawberries.length); if (_root.usedStrawberries.length == 10) { i = 0; while (i < 10) { _parent[_root.usedStrawberries[i]]._x = _parent[_root.usedStrawberries[i]].ox; _parent[_root.usedStrawberries[i]]._y = _parent[_root.usedStrawberries[i]].oy; _parent[_root.usedStrawberries[i]].gotoed = false; _root.money--; _root.moneytxt = "$" + _root.money; i++; } _root.usedStrawberries = []; } }Symbol 335 MovieClip Frame 1this.swapDepths(8); stop();Symbol 339 MovieClip Frame 1swapDepths(2);Symbol 342 Buttonon (press) { if (_root.blending) { _root.blending = false; _root.glass.fill(); _root.blender.throwaway(); } else { _root.blender.mix(); } }Symbol 343 Buttonon (press) { _root.blending = false; _root.blender.throwaway(); }Symbol 349 MovieClip Frame 1_visible = false;Symbol 350 MovieClip Frame 1stop();Symbol 354 MovieClip Frame 1stop();Symbol 357 MovieClip Frame 1stop();Symbol 360 MovieClip Frame 1stop();Symbol 363 MovieClip Frame 1stop();Symbol 366 MovieClip Frame 1stop();Symbol 368 MovieClip Frame 1this.swapDepths(5);Symbol 376 MovieClip Frame 1stop();Symbol 377 MovieClip Frame 1_visible = false; _x = (Stage.width / 2); _y = (Stage.height / 2); this.swapDepths(992459);Instance of Symbol 376 MovieClip in Symbol 377 MovieClip Frame 1on (press) { this.gotoAndStop(2); _parent._visible = false; } on (rollOver) { this.gotoAndStop(2); } on (rollOut) { this.gotoAndStop(1); }Symbol 379 MovieClip Frame 1this.swapDepths(16);Symbol 381 MovieClip Frame 1stop();Symbol 383 MovieClip Frame 1stop();Symbol 384 MovieClip Frame 1this.swapDepths(15);Symbol 392 MovieClip Frame 1this.swapDepths(3);Symbol 399 Buttonon (press) { this.gotoAndPlay(2); } on (rollOver) { this.gotoAndStop(2); } on (rollOut) { this.gotoAndStop(1); }Symbol 424 MovieClip [MuteButtonOff] Frame 1stop(); upLinkageID = "MuteButtonOffNormal"; overLinkageID = "MuteButtonOffOver"; downLinkageID = "MuteButtonOffDown"; disabledLinkageID = "MuteButtonOffDisabled";Symbol 431 MovieClip [MuteButtonOn] Frame 1stop(); upLinkageID = "MuteButtonOnNormal"; overLinkageID = "MuteButtonOnOver"; downLinkageID = "MuteButtonOnDown"; disabledLinkageID = "MuteButtonOnDisabled";Instance of Symbol 424 MovieClip [MuteButtonOff] "off_mc" in Symbol 432 MovieClip Frame 1//component parameters onClipEvent (construct) { _visible = false; }Instance of Symbol 431 MovieClip [MuteButtonOn] "on_mc" in Symbol 432 MovieClip Frame 1//component parameters onClipEvent (construct) { _visible = true; }Symbol 435 Buttonon (press) { _visible = false; }Symbol 436 MovieClip Frame 1_visible = false; this.swapDepths(14);Instance of Symbol 402 MovieClip in Symbol 436 MovieClip Frame 1on (press) { if (!(_root.musicplaying === 1)) { _root.mainMusic.stop(); _root.mainMusic.attachSound("mainmusic1"); _root.mainMusic.start(0, 999999); _root.musicplaying = 1; } }Instance of Symbol 405 MovieClip in Symbol 436 MovieClip Frame 1on (press) { if (!(_root.musicplaying === 2)) { _root.mainMusic.stop(); _root.mainMusic.attachSound("mainmusic2"); _root.mainMusic.start(0, 999999); _root.musicplaying = 2; } }Instance of Symbol 407 MovieClip in Symbol 436 MovieClip Frame 1on (press) { if (!(_root.musicplaying === 3)) { _root.mainMusic.stop(); _root.mainMusic.attachSound("mainmusic3"); _root.mainMusic.start(0, 999999); _root.musicplaying = 3; } }Instance of Symbol 409 MovieClip in Symbol 436 MovieClip Frame 1on (press) { if (!(_root.musicplaying === 4)) { _root.mainMusic.stop(); _root.mainMusic.attachSound("mainmusic4"); _root.mainMusic.start(0, 999999); _root.musicplaying = 4; } }Instance of Symbol 411 MovieClip in Symbol 436 MovieClip Frame 1on (press) { if (!(_root.musicplaying === 5)) { _root.mainMusic.stop(); _root.mainMusic.attachSound("mainmusic5"); _root.mainMusic.start(0, 999999); _root.musicplaying = 5; } }Instance of Symbol 432 MovieClip in Symbol 436 MovieClip Frame 1//component parameters onClipEvent (construct) { _visible = true; } on (press) { stopAllSounds(); }Symbol 438 MovieClip Frame 1swapDepths(12);Symbol 441 Buttonon (press) { if (_root.won) { _root.nextFrame(); } else { _root.gotoAndStop("menu"); stopAllSounds(); } }Symbol 451 Buttonon (press) { _root.gotoAndStop(_root._currentframe - 1); }Symbol 453 MovieClip Frame 2stop();Symbol 464 MovieClip Frame 1this.swapDepths(9); stop();Symbol 482 MovieClip Frame 1this.swapDepths(7); stop();Symbol 484 Buttonon (press) { if (_root.won) { _root.nextFrame(); } else { _root.gotoAndStop("menu"); stopAllSounds(); } }Symbol 493 Buttonon (press) { if (_root.won) { _root.nextFrame(); } else { _root.gotoAndStop("menu"); stopAllSounds(); } }Symbol 509 MovieClip Frame 1stop(); this.swapDepths(17);Symbol 523 MovieClip Frame 1swapDepths(18); stop();Symbol 525 Buttonon (press) { _root.gotoAndStop("menu"); stopAllSounds(); }
Library Items
Symbol 1 Sound [mainmusic4] | ||
Symbol 2 Sound [mainmusic3] | ||
Symbol 3 Sound [mainmusic2] | ||
Symbol 4 Sound [mainmusic1] | ||
Symbol 5 Sound [blendersound] | Used by:350 | |
Symbol 6 Sound [mainmusic5] | Used by:Timeline | |
Symbol 7 Graphic | Used by:Timeline | |
Symbol 8 Graphic | Used by:9 110 | |
Symbol 9 MovieClip | Uses:8 | Used by:22 379 383 Timeline |
Symbol 10 Font | Used by:11 91 147 149 160 161 181 183 184 212 216 278 371 440 452 454 455 457 470 483 485 486 487 488 489 490 491 492 494 495 496 498 510 511 512 513 524 526 527 528 529 | |
Symbol 11 Text | Uses:10 | Used by:Timeline |
Symbol 12 Graphic | Used by:Timeline | |
Symbol 13 Graphic | Used by:22 | |
Symbol 14 Graphic | Used by:22 112 383 | |
Symbol 15 Graphic | Used by:22 112 383 | |
Symbol 16 Graphic | Used by:22 | |
Symbol 17 Graphic | Used by:18 | |
Symbol 18 MovieClip | Uses:17 | Used by:22 |
Symbol 19 ShapeTweening | Used by:22 | |
Symbol 20 ShapeTweening | Used by:22 | |
Symbol 21 Graphic | Used by:22 | |
Symbol 22 MovieClip | Uses:13 14 9 15 16 18 19 20 21 | Used by:Timeline |
Symbol 23 Graphic | Used by:Timeline | |
Symbol 24 Graphic | Used by:35 | |
Symbol 25 Graphic | Used by:26 | |
Symbol 26 MovieClip | Uses:25 | Used by:35 |
Symbol 27 Graphic | Used by:28 | |
Symbol 28 Button | Uses:27 | Used by:35 |
Symbol 29 Graphic | Used by:30 | |
Symbol 30 MovieClip | Uses:29 | Used by:35 |
Symbol 31 Graphic | Used by:32 | |
Symbol 32 MovieClip | Uses:31 | Used by:35 |
Symbol 33 Graphic | Used by:34 | |
Symbol 34 MovieClip | Uses:33 | Used by:35 |
Symbol 35 MovieClip | Uses:24 26 28 30 32 34 SS1 | Used by:Timeline |
Symbol 36 Graphic | Used by:81 | |
Symbol 37 Bitmap | Used by:38 40 61 63 68 70 73 75 | |
Symbol 38 Graphic | Uses:37 | Used by:39 |
Symbol 39 MovieClip | Uses:38 | Used by:81 |
Symbol 40 Graphic | Uses:37 | Used by:41 |
Symbol 41 MovieClip | Uses:40 | Used by:81 |
Symbol 42 Graphic | Used by:46 326 | |
Symbol 43 Graphic | Used by:44 | |
Symbol 44 MovieClip | Uses:43 | Used by:46 |
Symbol 45 Graphic | Used by:46 | |
Symbol 46 MovieClip | Uses:42 44 45 | Used by:53 |
Symbol 47 Graphic | Used by:48 | |
Symbol 48 MovieClip | Uses:47 | Used by:53 |
Symbol 49 Graphic | Used by:50 | |
Symbol 50 MovieClip | Uses:49 | Used by:53 |
Symbol 51 Graphic | Used by:52 | |
Symbol 52 MovieClip | Uses:51 | Used by:53 |
Symbol 53 MovieClip | Uses:46 48 50 52 | Used by:81 |
Symbol 54 Bitmap | Used by:55 58 | |
Symbol 55 Graphic | Uses:54 | Used by:56 57 |
Symbol 56 MovieClip | Uses:55 | Used by:57 |
Symbol 57 Button | Uses:55 56 | Used by:81 530 |
Symbol 58 Graphic | Uses:54 | Used by:59 60 |
Symbol 59 MovieClip | Uses:58 | Used by:60 |
Symbol 60 Button | Uses:58 59 | Used by:81 530 |
Symbol 61 Graphic | Uses:37 | Used by:62 67 78 |
Symbol 62 MovieClip | Uses:61 | Used by:66 |
Symbol 63 Graphic | Uses:37 | Used by:66 67 78 |
Symbol 64 Graphic | Used by:65 67 72 77 78 79 80 | |
Symbol 65 MovieClip | Uses:64 | Used by:66 71 76 |
Symbol 66 MovieClip | Uses:62 63 65 | Used by:67 78 |
Symbol 67 Button | Uses:61 66 63 64 | Used by:81 |
Symbol 68 Graphic | Uses:37 | Used by:69 72 79 |
Symbol 69 MovieClip | Uses:68 | Used by:71 |
Symbol 70 Graphic | Uses:37 | Used by:71 72 79 |
Symbol 71 MovieClip | Uses:69 70 65 | Used by:72 79 |
Symbol 72 Button | Uses:68 71 70 64 | Used by:81 |
Symbol 73 Graphic | Uses:37 | Used by:74 77 80 |
Symbol 74 MovieClip | Uses:73 | Used by:76 |
Symbol 75 Graphic | Uses:37 | Used by:76 77 80 |
Symbol 76 MovieClip | Uses:74 75 65 | Used by:77 80 |
Symbol 77 Button | Uses:73 76 75 64 | Used by:81 |
Symbol 78 Button | Uses:61 66 63 64 | Used by:81 |
Symbol 79 Button | Uses:68 71 70 64 | Used by:81 |
Symbol 80 Button | Uses:73 76 75 64 | Used by:81 |
Symbol 81 MovieClip | Uses:36 39 41 53 57 60 67 72 77 78 79 80 | Used by:Timeline |
Symbol 82 Graphic | Used by:213 | |
Symbol 83 Bitmap | Used by:84 | |
Symbol 84 Graphic | Uses:83 | Used by:85 |
Symbol 85 MovieClip | Uses:84 | Used by:213 |
Symbol 86 Graphic | Used by:87 324 330 459 465 509 | |
Symbol 87 MovieClip | Uses:86 | Used by:213 |
Symbol 88 Graphic | Used by:89 | |
Symbol 89 MovieClip | Uses:88 | Used by:213 |
Symbol 90 Graphic | Used by:92 | |
Symbol 91 Text | Uses:10 | Used by:92 334 |
Symbol 92 MovieClip | Uses:90 91 | Used by:213 |
Symbol 93 Graphic | Used by:106 | |
Symbol 94 Graphic | Used by:96 342 | |
Symbol 95 Graphic | Used by:96 342 | |
Symbol 96 Button | Uses:94 95 | Used by:106 |
Symbol 97 Graphic | Used by:99 343 | |
Symbol 98 Graphic | Used by:99 343 | |
Symbol 99 Button | Uses:97 98 | Used by:106 |
Symbol 100 Graphic | Used by:106 368 | |
Symbol 101 Graphic | Used by:103 | |
Symbol 102 Graphic | Used by:103 | |
Symbol 103 MovieClip | Uses:101 102 | Used by:106 |
Symbol 104 Graphic | Used by:105 367 | |
Symbol 105 MovieClip | Uses:104 | Used by:106 |
Symbol 106 MovieClip | Uses:93 96 99 100 103 105 | Used by:213 |
Symbol 107 Sound | Used by:108 | |
Symbol 108 MovieClip | Uses:107 | Used by:113 |
Symbol 109 Graphic | Used by:112 | |
Symbol 110 MovieClip | Uses:8 | Used by:112 |
Symbol 111 Graphic | Used by:112 383 | |
Symbol 112 MovieClip | Uses:109 14 110 15 111 | Used by:113 |
Symbol 113 MovieClip | Uses:108 112 | Used by:213 |
Symbol 114 Graphic | Used by:115 | |
Symbol 115 MovieClip | Uses:114 | Used by:213 |
Symbol 116 Graphic | Used by:126 392 | |
Symbol 117 Graphic | Used by:118 | |
Symbol 118 MovieClip | Uses:117 | Used by:126 |
Symbol 119 Graphic | Used by:126 | |
Symbol 120 Graphic | Used by:121 388 | |
Symbol 121 MovieClip | Uses:120 | Used by:126 |
Symbol 122 Graphic | Used by:126 392 | |
Symbol 123 Graphic | Used by:124 | |
Symbol 124 MovieClip | Uses:123 | Used by:126 |
Symbol 125 Graphic | Used by:126 | |
Symbol 126 MovieClip | Uses:116 118 119 121 122 124 125 | Used by:213 |
Symbol 127 Graphic | Used by:128 | |
Symbol 128 MovieClip | Uses:127 | Used by:213 |
Symbol 129 Graphic | Used by:213 | |
Symbol 130 Graphic | Used by:131 | |
Symbol 131 MovieClip | Uses:130 | Used by:178 213 |
Symbol 132 Graphic | Used by:213 | |
Symbol 133 Graphic | Used by:213 | |
Symbol 134 Graphic | Used by:213 | |
Symbol 135 Graphic | Used by:213 | |
Symbol 136 Graphic | Used by:213 | |
Symbol 137 Graphic | Used by:213 | |
Symbol 138 Graphic | Used by:213 | |
Symbol 139 Graphic | Used by:213 | |
Symbol 140 Graphic | Used by:213 | |
Symbol 141 Graphic | Used by:213 | |
Symbol 142 Graphic | Used by:213 | |
Symbol 143 Graphic | Used by:213 | |
Symbol 144 Graphic | Used by:213 | |
Symbol 145 Graphic | Used by:213 | |
Symbol 146 Graphic | Used by:213 | |
Symbol 147 Text | Uses:10 | Used by:213 328 |
Symbol 148 Graphic | Used by:213 | |
Symbol 149 Text | Uses:10 | Used by:213 463 |
Symbol 150 Bitmap | Used by:151 | |
Symbol 151 Graphic | Uses:150 | Used by:157 213 |
Symbol 152 Bitmap | Used by:153 | |
Symbol 153 Graphic | Uses:152 | Used by:156 158 211 |
Symbol 154 Bitmap | Used by:155 | |
Symbol 155 Graphic | Uses:154 | Used by:156 158 211 |
Symbol 156 Button | Uses:153 155 | Used by:157 |
Symbol 157 MovieClip | Uses:151 156 | Used by:213 |
Symbol 158 Button | Uses:153 155 | Used by:213 |
Symbol 159 Font | Used by:160 161 165 181 182 183 184 185 187 212 | |
Symbol 160 Text | Uses:10 159 | Used by:213 |
Symbol 161 Text | Uses:10 159 | Used by:213 |
Symbol 162 Graphic | Used by:163 | |
Symbol 163 MovieClip | Uses:162 | Used by:164 |
Symbol 164 MovieClip | Uses:163 | Used by:213 |
Symbol 165 Text | Uses:159 | Used by:213 |
Symbol 166 Graphic | Used by:179 | |
Symbol 167 Graphic | Used by:169 | |
Symbol 168 Graphic | Used by:169 | |
Symbol 169 MovieClip | Uses:167 168 | Used by:179 |
Symbol 170 Graphic | Used by:179 | |
Symbol 171 Graphic | Used by:178 247 | |
Symbol 172 Font | Used by:173 174 | |
Symbol 173 Text | Uses:172 | Used by:178 |
Symbol 174 Text | Uses:172 | Used by:178 |
Symbol 175 Graphic | Used by:178 | |
Symbol 176 Graphic | Used by:178 | |
Symbol 177 Graphic | Used by:178 | |
Symbol 178 MovieClip | Uses:171 173 174 175 176 131 177 | Used by:179 |
Symbol 179 MovieClip | Uses:166 169 170 178 | Used by:180 |
Symbol 180 MovieClip | Uses:179 | Used by:213 |
Symbol 181 Text | Uses:10 159 | Used by:213 |
Symbol 182 Text | Uses:159 | Used by:213 |
Symbol 183 Text | Uses:159 10 | Used by:213 |
Symbol 184 Text | Uses:159 10 | Used by:213 |
Symbol 185 Text | Uses:159 | Used by:213 |
Symbol 186 Font | Used by:187 | |
Symbol 187 Text | Uses:159 186 | Used by:213 |
Symbol 188 Graphic | Used by:189 | |
Symbol 189 MovieClip | Uses:188 | Used by:200 206 |
Symbol 190 Graphic | Used by:191 304 | |
Symbol 191 MovieClip | Uses:190 | Used by:200 206 |
Symbol 192 Graphic | Used by:193 | |
Symbol 193 MovieClip | Uses:192 | Used by:200 206 |
Symbol 194 Graphic | Used by:195 | |
Symbol 195 MovieClip | Uses:194 | Used by:200 206 |
Symbol 196 Graphic | Used by:197 | |
Symbol 197 MovieClip | Uses:196 | Used by:200 206 |
Symbol 198 Graphic | Used by:199 | |
Symbol 199 MovieClip | Uses:198 | Used by:200 206 |
Symbol 200 MovieClip | Uses:189 191 193 195 197 199 | Used by:201 |
Symbol 201 MovieClip | Uses:200 | Used by:207 |
Symbol 202 Sound | Used by:203 | |
Symbol 203 MovieClip | Uses:202 | Used by:207 |
Symbol 204 Graphic | Used by:205 | |
Symbol 205 MovieClip | Uses:204 | Used by:206 |
Symbol 206 MovieClip | Uses:189 191 193 195 197 199 205 | Used by:207 |
Symbol 207 MovieClip | Uses:201 203 206 | Used by:208 |
Symbol 208 MovieClip | Uses:207 | Used by:213 |
Symbol 209 Font | Used by:210 | |
Symbol 210 Text | Uses:209 | Used by:213 |
Symbol 211 Button | Uses:153 155 | Used by:213 |
Symbol 212 Text | Uses:10 159 | Used by:213 |
Symbol 213 MovieClip | Uses:82 85 87 89 92 106 113 115 126 128 129 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 157 151 158 160 161 164 165 180 181 182 183 184 185 187 208 210 211 212 | Used by:Timeline |
Symbol 214 Bitmap | Used by:215 | |
Symbol 215 Graphic | Uses:214 | Used by:Timeline |
Symbol 216 Text | Uses:10 | Used by:Timeline |
Symbol 217 Bitmap | Used by:218 | |
Symbol 218 Graphic | Uses:217 | Used by:219 220 441 484 493 525 |
Symbol 219 MovieClip | Uses:218 | Used by:220 441 484 493 525 |
Symbol 220 Button | Uses:219 218 | Used by:Timeline |
Symbol 221 Bitmap | Used by:222 442 | |
Symbol 222 Graphic | Uses:221 | Used by:Timeline |
Symbol 223 Graphic | Used by:Timeline | |
Symbol 224 Graphic | Used by:277 | |
Symbol 225 Graphic | Used by:227 | |
Symbol 226 Graphic | Used by:227 | |
Symbol 227 MovieClip | Uses:225 226 | Used by:277 |
Symbol 228 Graphic | Used by:277 | |
Symbol 229 Sound | Used by:230 | |
Symbol 230 MovieClip | Uses:229 | Used by:277 |
Symbol 231 Graphic | Used by:241 | |
Symbol 232 Graphic | Used by:233 | |
Symbol 233 MovieClip | Uses:232 | Used by:241 326 354 357 360 363 |
Symbol 234 Graphic | Used by:241 | |
Symbol 235 Graphic | Used by:241 354 357 360 363 | |
Symbol 236 Graphic | Used by:241 354 357 360 363 | |
Symbol 237 Graphic | Used by:241 | |
Symbol 238 Graphic | Used by:239 | |
Symbol 239 MovieClip | Uses:238 | Used by:241 354 357 360 363 509 |
Symbol 240 Graphic | Used by:241 | |
Symbol 241 MovieClip | Uses:231 233 234 235 236 237 239 240 | Used by:247 |
Symbol 242 Font | Used by:243 244 245 246 | |
Symbol 243 EditableText | Uses:242 | Used by:247 |
Symbol 244 EditableText | Uses:242 | Used by:247 |
Symbol 245 EditableText | Uses:242 | Used by:247 |
Symbol 246 EditableText | Uses:242 | Used by:247 |
Symbol 247 MovieClip | Uses:171 241 243 244 245 246 | Used by:277 |
Symbol 248 Graphic | Used by:249 | |
Symbol 249 MovieClip | Uses:248 | Used by:277 |
Symbol 250 Graphic | Used by:277 | |
Symbol 251 Graphic | Used by:253 | |
Symbol 252 Graphic | Used by:253 | |
Symbol 253 MovieClip | Uses:251 252 | Used by:277 |
Symbol 254 Graphic | Used by:277 | |
Symbol 255 Graphic | Used by:277 | |
Symbol 256 Graphic | Used by:264 | |
Symbol 257 Graphic | Used by:258 | |
Symbol 258 MovieClip | Uses:257 | Used by:264 |
Symbol 259 Graphic | Used by:264 | |
Symbol 260 Graphic | Used by:261 | |
Symbol 261 MovieClip | Uses:260 | Used by:264 |
Symbol 262 Graphic | Used by:264 | |
Symbol 263 Graphic | Used by:264 | |
Symbol 264 MovieClip | Uses:256 258 259 261 262 263 | Used by:277 |
Symbol 265 Graphic | Used by:277 | |
Symbol 266 Graphic | Used by:268 | |
Symbol 267 Graphic | Used by:268 | |
Symbol 268 MovieClip | Uses:266 267 | Used by:277 |
Symbol 269 Graphic | Used by:277 | |
Symbol 270 Graphic | Used by:272 | |
Symbol 271 Graphic | Used by:272 | |
Symbol 272 MovieClip | Uses:270 271 | Used by:277 |
Symbol 273 Graphic | Used by:277 | |
Symbol 274 Graphic | Used by:276 | |
Symbol 275 Graphic | Used by:276 | |
Symbol 276 MovieClip | Uses:274 275 | Used by:277 |
Symbol 277 MovieClip | Uses:224 227 228 230 247 249 250 253 254 255 264 265 268 269 272 273 276 | Used by:Timeline |
Symbol 278 EditableText | Uses:10 | Used by:Timeline |
Symbol 279 Graphic | Used by:284 300 | |
Symbol 280 Graphic | Used by:284 | |
Symbol 281 Graphic | Used by:284 | |
Symbol 282 Graphic | Used by:284 | |
Symbol 283 Graphic | Used by:284 | |
Symbol 284 MovieClip | Uses:279 280 281 282 283 | Used by:301 |
Symbol 285 Font | Used by:286 287 | |
Symbol 286 EditableText | Uses:285 | Used by:288 |
Symbol 287 EditableText | Uses:285 | Used by:288 |
Symbol 288 MovieClip | Uses:286 287 | Used by:290 |
Symbol 289 Sound | Used by:290 | |
Symbol 290 MovieClip | Uses:288 289 | Used by:300 Timeline |
Symbol 291 Graphic | Used by:300 | |
Symbol 292 Graphic | Used by:300 | |
Symbol 293 Graphic | Used by:300 | |
Symbol 294 Graphic | Used by:300 | |
Symbol 295 Graphic | Used by:300 | |
Symbol 296 Graphic | Used by:300 | |
Symbol 297 Graphic | Used by:300 | |
Symbol 298 Graphic | Used by:300 | |
Symbol 299 Graphic | Used by:300 | |
Symbol 300 MovieClip | Uses:279 290 291 292 293 294 295 296 297 298 299 | Used by:301 |
Symbol 301 MovieClip | Uses:284 300 | Used by:Timeline |
Symbol 302 Graphic | Used by:303 | |
Symbol 303 MovieClip | Uses:302 | Used by:313 319 |
Symbol 304 MovieClip | Uses:190 | Used by:313 319 |
Symbol 305 Graphic | Used by:306 | |
Symbol 306 MovieClip | Uses:305 | Used by:313 319 |
Symbol 307 Graphic | Used by:308 | |
Symbol 308 MovieClip | Uses:307 | Used by:313 319 |
Symbol 309 Graphic | Used by:310 | |
Symbol 310 MovieClip | Uses:309 | Used by:313 319 |
Symbol 311 Graphic | Used by:312 | |
Symbol 312 MovieClip | Uses:311 | Used by:313 319 |
Symbol 313 MovieClip | Uses:303 304 306 308 310 312 | Used by:314 |
Symbol 314 MovieClip | Uses:313 | Used by:320 |
Symbol 315 Sound | Used by:316 | |
Symbol 316 MovieClip | Uses:315 | Used by:320 |
Symbol 317 Graphic | Used by:318 | |
Symbol 318 MovieClip | Uses:317 | Used by:319 |
Symbol 319 MovieClip | Uses:303 304 306 308 310 312 318 | Used by:320 |
Symbol 320 MovieClip | Uses:314 316 319 | Used by:Timeline |
Symbol 321 Bitmap | Used by:322 | |
Symbol 322 Graphic | Uses:321 | Used by:323 |
Symbol 323 MovieClip | Uses:322 | Used by:Timeline |
Symbol 324 MovieClip | Uses:86 | Used by:329 |
Symbol 325 Graphic | Used by:326 | |
Symbol 326 MovieClip | Uses:42 233 325 | Used by:329 |
Symbol 327 Graphic | Used by:328 | |
Symbol 328 MovieClip | Uses:327 147 | Used by:329 |
Symbol 329 MovieClip | Uses:324 326 328 | Used by:Timeline |
Symbol 330 MovieClip | Uses:86 | Used by:335 |
Symbol 331 Graphic | Used by:332 | |
Symbol 332 MovieClip | Uses:331 | Used by:335 |
Symbol 333 Graphic | Used by:334 | |
Symbol 334 MovieClip | Uses:333 91 | Used by:335 |
Symbol 335 MovieClip | Uses:330 332 334 | Used by:Timeline |
Symbol 336 Graphic | Used by:339 | |
Symbol 337 Font | Used by:338 | |
Symbol 338 EditableText | Uses:337 | Used by:339 |
Symbol 339 MovieClip | Uses:336 338 | Used by:Timeline |
Symbol 340 Graphic | Used by:Timeline | |
Symbol 341 Graphic | Used by:368 | |
Symbol 342 Button | Uses:94 95 | Used by:368 |
Symbol 343 Button | Uses:97 98 | Used by:368 |
Symbol 344 Graphic | Used by:349 | |
Symbol 345 Graphic | Used by:349 | |
Symbol 346 Graphic | Used by:349 | |
Symbol 347 Graphic | Used by:349 | |
Symbol 348 Graphic | Used by:349 | |
Symbol 349 MovieClip | Uses:344 345 346 347 348 | Used by:368 |
Symbol 350 MovieClip | Uses:5 | Used by:368 |
Symbol 351 Graphic | Used by:354 | |
Symbol 352 Graphic | Used by:354 357 360 363 | |
Symbol 353 Graphic | Used by:354 | |
Symbol 354 MovieClip | Uses:351 236 235 352 233 239 353 | Used by:368 |
Symbol 355 Graphic | Used by:357 | |
Symbol 356 Graphic | Used by:357 | |
Symbol 357 MovieClip | Uses:355 236 235 352 233 239 356 | Used by:368 |
Symbol 358 Graphic | Used by:360 | |
Symbol 359 Graphic | Used by:360 | |
Symbol 360 MovieClip | Uses:358 236 235 352 233 239 359 | Used by:368 |
Symbol 361 Graphic | Used by:363 | |
Symbol 362 Graphic | Used by:363 | |
Symbol 363 MovieClip | Uses:361 236 235 352 233 239 362 | Used by:368 |
Symbol 364 Graphic | Used by:366 | |
Symbol 365 Graphic | Used by:366 | |
Symbol 366 MovieClip | Uses:364 365 | Used by:368 |
Symbol 367 MovieClip | Uses:104 | Used by:368 |
Symbol 368 MovieClip | Uses:341 342 343 349 350 354 357 360 363 100 366 367 | Used by:Timeline |
Symbol 369 Bitmap | Used by:370 | |
Symbol 370 Graphic | Uses:369 | Used by:377 |
Symbol 371 EditableText | Uses:10 | Used by:377 |
Symbol 372 Bitmap | Used by:373 | |
Symbol 373 Graphic | Uses:372 | Used by:376 |
Symbol 374 Bitmap | Used by:375 | |
Symbol 375 Graphic | Uses:374 | Used by:376 |
Symbol 376 MovieClip | Uses:373 375 | Used by:377 |
Symbol 377 MovieClip | Uses:370 371 376 | Used by:Timeline |
Symbol 378 Graphic | Used by:379 | |
Symbol 379 MovieClip | Uses:378 9 | Used by:Timeline |
Symbol 380 Sound | Used by:381 | |
Symbol 381 MovieClip | Uses:380 | Used by:384 |
Symbol 382 Graphic | Used by:383 | |
Symbol 383 MovieClip | Uses:382 14 9 15 111 | Used by:384 |
Symbol 384 MovieClip | Uses:381 383 | Used by:Timeline |
Symbol 385 Graphic | Used by:386 | |
Symbol 386 MovieClip | Uses:385 | Used by:392 |
Symbol 387 Graphic | Used by:392 | |
Symbol 388 MovieClip | Uses:120 | Used by:392 |
Symbol 389 Graphic | Used by:390 | |
Symbol 390 MovieClip | Uses:389 | Used by:392 |
Symbol 391 Graphic | Used by:392 | |
Symbol 392 MovieClip | Uses:116 386 387 388 122 390 391 | Used by:Timeline |
Symbol 393 Bitmap | Used by:394 | |
Symbol 394 Graphic | Uses:393 | Used by:395 |
Symbol 395 MovieClip | Uses:394 | Used by:436 |
Symbol 396 Bitmap | Used by:397 | |
Symbol 397 Graphic | Uses:396 | Used by:398 399 403 |
Symbol 398 MovieClip | Uses:397 | Used by:399 403 |
Symbol 399 Button | Uses:397 398 | Used by:402 |
Symbol 400 Font | Used by:401 404 406 408 410 | |
Symbol 401 Text | Uses:400 | Used by:402 |
Symbol 402 MovieClip | Uses:399 401 | Used by:436 |
Symbol 403 Button | Uses:397 398 | Used by:405 407 409 411 |
Symbol 404 Text | Uses:400 | Used by:405 |
Symbol 405 MovieClip | Uses:403 404 | Used by:436 |
Symbol 406 Text | Uses:400 | Used by:407 |
Symbol 407 MovieClip | Uses:403 406 | Used by:436 |
Symbol 408 Text | Uses:400 | Used by:409 |
Symbol 409 MovieClip | Uses:403 408 | Used by:436 |
Symbol 410 Text | Uses:400 | Used by:411 |
Symbol 411 MovieClip | Uses:403 410 | Used by:436 |
Symbol 412 Graphic | Used by:413 | |
Symbol 413 MovieClip | Uses:412 | Used by:416 423 427 430 |
Symbol 414 Graphic | Used by:415 | |
Symbol 415 MovieClip | Uses:414 | Used by:416 419 422 423 |
Symbol 416 MovieClip [MuteButtonOffNormal] | Uses:413 415 | Used by:424 |
Symbol 417 Graphic | Used by:418 | |
Symbol 418 MovieClip | Uses:417 | Used by:419 428 |
Symbol 419 MovieClip [MuteButtonOffOver] | Uses:418 415 | Used by:424 |
Symbol 420 Graphic | Used by:421 | |
Symbol 421 MovieClip | Uses:420 | Used by:422 429 |
Symbol 422 MovieClip [MuteButtonOffDown] | Uses:421 415 | Used by:424 |
Symbol 423 MovieClip [MuteButtonOffDisabled] | Uses:413 415 | Used by:424 |
Symbol 424 MovieClip [MuteButtonOff] | Uses:416 419 422 423 | Used by:432 |
Symbol 425 Graphic | Used by:426 | |
Symbol 426 MovieClip | Uses:425 | Used by:427 428 429 430 |
Symbol 427 MovieClip [MuteButtonOnNormal] | Uses:413 426 | Used by:431 |
Symbol 428 MovieClip [MuteButtonOnOver] | Uses:418 426 | Used by:431 |
Symbol 429 MovieClip [MuteButtonOnDown] | Uses:421 426 | Used by:431 |
Symbol 430 MovieClip [MuteButtonOnDisabled] | Uses:413 426 | Used by:431 |
Symbol 431 MovieClip [MuteButtonOn] | Uses:427 428 429 430 | Used by:432 |
Symbol 432 MovieClip | Uses:424 431 | Used by:436 |
Symbol 433 Graphic | Used by:435 | |
Symbol 434 Graphic | Used by:435 | |
Symbol 435 Button | Uses:433 434 | Used by:436 |
Symbol 436 MovieClip | Uses:395 402 405 407 409 411 432 435 | Used by:Timeline |
Symbol 437 Graphic | Used by:438 | |
Symbol 438 MovieClip | Uses:437 | Used by:Timeline |
Symbol 439 Graphic | Used by:Timeline | |
Symbol 440 EditableText | Uses:10 | Used by:Timeline |
Symbol 441 Button | Uses:219 218 | Used by:Timeline |
Symbol 442 Graphic | Uses:221 | Used by:453 |
Symbol 443 Sound | Used by:453 | |
Symbol 444 Bitmap | Used by:445 | |
Symbol 445 Graphic | Uses:444 | Used by:453 |
Symbol 446 Bitmap | Used by:447 448 | |
Symbol 447 Graphic | Uses:446 | Used by:451 |
Symbol 448 Graphic | Uses:446 | Used by:449 451 |
Symbol 449 MovieClip | Uses:448 | Used by:451 |
Symbol 450 Graphic | Used by:451 | |
Symbol 451 Button | Uses:447 449 450 448 | Used by:453 |
Symbol 452 Text | Uses:10 | Used by:453 |
Symbol 453 MovieClip | Uses:442 443 445 451 452 | Used by:Timeline |
Symbol 454 EditableText | Uses:10 | Used by:Timeline |
Symbol 455 EditableText | Uses:10 | Used by:Timeline |
Symbol 456 Graphic | Used by:Timeline | |
Symbol 457 EditableText | Uses:10 | Used by:Timeline |
Symbol 458 Graphic | Used by:Timeline | |
Symbol 459 MovieClip | Uses:86 | Used by:464 |
Symbol 460 Graphic | Used by:461 | |
Symbol 461 MovieClip | Uses:460 | Used by:464 |
Symbol 462 Graphic | Used by:463 | |
Symbol 463 MovieClip | Uses:462 149 | Used by:464 |
Symbol 464 MovieClip | Uses:459 461 463 | Used by:Timeline |
Symbol 465 MovieClip | Uses:86 | Used by:482 |
Symbol 466 Graphic | Used by:482 | |
Symbol 467 Graphic | Used by:468 | |
Symbol 468 MovieClip | Uses:467 | Used by:482 |
Symbol 469 Graphic | Used by:471 | |
Symbol 470 Text | Uses:10 | Used by:471 |
Symbol 471 MovieClip | Uses:469 470 | Used by:482 |
Symbol 472 Graphic | Used by:482 | |
Symbol 473 Graphic | Used by:482 | |
Symbol 474 Graphic | Used by:482 | |
Symbol 475 Graphic | Used by:482 | |
Symbol 476 Graphic | Used by:482 | |
Symbol 477 Graphic | Used by:482 | |
Symbol 478 Graphic | Used by:482 | |
Symbol 479 Graphic | Used by:482 | |
Symbol 480 Graphic | Used by:482 | |
Symbol 481 Graphic | Used by:482 | |
Symbol 482 MovieClip | Uses:465 466 468 471 472 473 474 475 476 477 478 479 480 481 | Used by:Timeline |
Symbol 483 EditableText | Uses:10 | Used by:Timeline |
Symbol 484 Button | Uses:219 218 | Used by:Timeline |
Symbol 485 EditableText | Uses:10 | Used by:Timeline |
Symbol 486 EditableText | Uses:10 | Used by:Timeline |
Symbol 487 EditableText | Uses:10 | Used by:Timeline |
Symbol 488 EditableText | Uses:10 | Used by:Timeline |
Symbol 489 EditableText | Uses:10 | Used by:Timeline |
Symbol 490 EditableText | Uses:10 | Used by:Timeline |
Symbol 491 EditableText | Uses:10 | Used by:Timeline |
Symbol 492 EditableText | Uses:10 | Used by:Timeline |
Symbol 493 Button | Uses:219 218 | Used by:Timeline |
Symbol 494 EditableText | Uses:10 | Used by:Timeline |
Symbol 495 EditableText | Uses:10 | Used by:Timeline |
Symbol 496 EditableText | Uses:10 | Used by:Timeline |
Symbol 497 Graphic | Used by:509 | |
Symbol 498 Text | Uses:10 | Used by:509 |
Symbol 499 Graphic | Used by:509 | |
Symbol 500 Graphic | Used by:509 | |
Symbol 501 Graphic | Used by:509 | |
Symbol 502 Graphic | Used by:509 | |
Symbol 503 Graphic | Used by:509 | |
Symbol 504 Graphic | Used by:509 | |
Symbol 505 Graphic | Used by:509 | |
Symbol 506 Graphic | Used by:509 | |
Symbol 507 Graphic | Used by:509 | |
Symbol 508 Graphic | Used by:509 | |
Symbol 509 MovieClip | Uses:86 239 497 498 499 500 501 502 503 504 505 506 507 508 | Used by:Timeline |
Symbol 510 EditableText | Uses:10 | Used by:Timeline |
Symbol 511 EditableText | Uses:10 | Used by:Timeline |
Symbol 512 EditableText | Uses:10 | Used by:Timeline |
Symbol 513 EditableText | Uses:10 | Used by:Timeline |
Symbol 514 Graphic | Used by:523 | |
Symbol 515 Graphic | Used by:523 | |
Symbol 516 Graphic | Used by:523 | |
Symbol 517 Graphic | Used by:523 | |
Symbol 518 Graphic | Used by:523 | |
Symbol 519 Graphic | Used by:523 | |
Symbol 520 Graphic | Used by:523 | |
Symbol 521 Graphic | Used by:523 | |
Symbol 522 Graphic | Used by:523 | |
Symbol 523 MovieClip | Uses:514 515 516 517 518 519 520 521 522 | Used by:Timeline |
Symbol 524 EditableText | Uses:10 | Used by:Timeline |
Symbol 525 Button | Uses:219 218 | Used by:Timeline |
Symbol 526 EditableText | Uses:10 | Used by:Timeline |
Symbol 527 EditableText | Uses:10 | Used by:Timeline |
Symbol 528 Text | Uses:10 | Used by:530 |
Symbol 529 Text | Uses:10 | Used by:530 |
Symbol 530 MovieClip | Uses:57 60 528 529 | Used by:Timeline |
Streaming Sound 1 | Used by:Symbol 35 MovieClip |
Instance Names
"cupLoader" | Frame 1 | Symbol 22 MovieClip |
"ins" | Frame 5 | Symbol 213 MovieClip |
"customer" | Frame 7 | Symbol 277 MovieClip |
"poop1" | Frame 7 | Symbol 301 MovieClip |
"bird1" | Frame 7 | Symbol 320 MovieClip |
"stand" | Frame 7 | Symbol 323 MovieClip |
"sb" | Frame 7 | Symbol 329 MovieClip |
"bb" | Frame 7 | Symbol 335 MovieClip |
"register" | Frame 7 | Symbol 339 MovieClip |
"blender" | Frame 7 | Symbol 368 MovieClip |
"pop" | Frame 7 | Symbol 377 MovieClip |
"glass2" | Frame 7 | Symbol 379 MovieClip |
"glass" | Frame 7 | Symbol 384 MovieClip |
"radio" | Frame 7 | Symbol 392 MovieClip |
"soundmenu" | Frame 7 | Symbol 436 MovieClip |
"trashbin" | Frame 7 | Symbol 438 MovieClip |
"moneyanim" | Frame 7 | Symbol 290 MovieClip |
"moneytextbox" | Frame 8 | Symbol 440 EditableText |
"day" | Frame 8 | Symbol 453 MovieClip |
"moneytextbox2" | Frame 8 | Symbol 454 EditableText |
"txt" | Frame 8 | Symbol 455 EditableText |
"customer" | Frame 9 | Symbol 277 MovieClip |
"bird1" | Frame 9 | Symbol 320 MovieClip |
"poop1" | Frame 9 | Symbol 301 MovieClip |
"bird2" | Frame 9 | Symbol 320 MovieClip |
"poop2" | Frame 9 | Symbol 301 MovieClip |
"bird3" | Frame 9 | Symbol 320 MovieClip |
"poop3" | Frame 9 | Symbol 301 MovieClip |
"stand" | Frame 9 | Symbol 323 MovieClip |
"sb" | Frame 9 | Symbol 329 MovieClip |
"bb" | Frame 9 | Symbol 335 MovieClip |
"blender" | Frame 9 | Symbol 368 MovieClip |
"pop" | Frame 9 | Symbol 377 MovieClip |
"glass2" | Frame 9 | Symbol 379 MovieClip |
"glass" | Frame 9 | Symbol 384 MovieClip |
"ob" | Frame 9 | Symbol 464 MovieClip |
"register" | Frame 9 | Symbol 339 MovieClip |
"radio" | Frame 9 | Symbol 392 MovieClip |
"soundmenu" | Frame 9 | Symbol 436 MovieClip |
"trashbin" | Frame 9 | Symbol 438 MovieClip |
"moneyanim" | Frame 9 | Symbol 290 MovieClip |
"moneytextbox" | Frame 10 | Symbol 483 EditableText |
"day" | Frame 10 | Symbol 453 MovieClip |
"moneytextbox2" | Frame 10 | Symbol 485 EditableText |
"txt" | Frame 10 | Symbol 486 EditableText |
"customer" | Frame 11 | Symbol 277 MovieClip |
"poop1" | Frame 11 | Symbol 301 MovieClip |
"poop2" | Frame 11 | Symbol 301 MovieClip |
"poop3" | Frame 11 | Symbol 301 MovieClip |
"bird1" | Frame 11 | Symbol 320 MovieClip |
"bird2" | Frame 11 | Symbol 320 MovieClip |
"bird3" | Frame 11 | Symbol 320 MovieClip |
"stand" | Frame 11 | Symbol 323 MovieClip |
"sb" | Frame 11 | Symbol 329 MovieClip |
"bb" | Frame 11 | Symbol 335 MovieClip |
"blender" | Frame 11 | Symbol 368 MovieClip |
"pop" | Frame 11 | Symbol 377 MovieClip |
"glass2" | Frame 11 | Symbol 379 MovieClip |
"glass" | Frame 11 | Symbol 384 MovieClip |
"ob" | Frame 11 | Symbol 464 MovieClip |
"register" | Frame 11 | Symbol 339 MovieClip |
"radio" | Frame 11 | Symbol 392 MovieClip |
"soundmenu" | Frame 11 | Symbol 436 MovieClip |
"trashbin" | Frame 11 | Symbol 438 MovieClip |
"cb" | Frame 11 | Symbol 482 MovieClip |
"moneyanim" | Frame 11 | Symbol 290 MovieClip |
"moneytextbox" | Frame 12 | Symbol 488 EditableText |
"day" | Frame 12 | Symbol 453 MovieClip |
"moneytextbox2" | Frame 12 | Symbol 489 EditableText |
"txt" | Frame 12 | Symbol 490 EditableText |
"customer" | Frame 13 | Symbol 277 MovieClip |
"poop1" | Frame 13 | Symbol 301 MovieClip |
"poop2" | Frame 13 | Symbol 301 MovieClip |
"poop3" | Frame 13 | Symbol 301 MovieClip |
"bird1" | Frame 13 | Symbol 320 MovieClip |
"bird2" | Frame 13 | Symbol 320 MovieClip |
"bird3" | Frame 13 | Symbol 320 MovieClip |
"bird4" | Frame 13 | Symbol 320 MovieClip |
"bird5" | Frame 13 | Symbol 320 MovieClip |
"bird6" | Frame 13 | Symbol 320 MovieClip |
"bird7" | Frame 13 | Symbol 320 MovieClip |
"bird8" | Frame 13 | Symbol 320 MovieClip |
"bird9" | Frame 13 | Symbol 320 MovieClip |
"bird10" | Frame 13 | Symbol 320 MovieClip |
"poop4" | Frame 13 | Symbol 301 MovieClip |
"poop5" | Frame 13 | Symbol 301 MovieClip |
"poop6" | Frame 13 | Symbol 301 MovieClip |
"poop7" | Frame 13 | Symbol 301 MovieClip |
"poop8" | Frame 13 | Symbol 301 MovieClip |
"poop9" | Frame 13 | Symbol 301 MovieClip |
"poop10" | Frame 13 | Symbol 301 MovieClip |
"bird11" | Frame 13 | Symbol 320 MovieClip |
"bird12" | Frame 13 | Symbol 320 MovieClip |
"bird13" | Frame 13 | Symbol 320 MovieClip |
"bird14" | Frame 13 | Symbol 320 MovieClip |
"bird15" | Frame 13 | Symbol 320 MovieClip |
"poop11" | Frame 13 | Symbol 301 MovieClip |
"poop12" | Frame 13 | Symbol 301 MovieClip |
"poop13" | Frame 13 | Symbol 301 MovieClip |
"poop14" | Frame 13 | Symbol 301 MovieClip |
"poop15" | Frame 13 | Symbol 301 MovieClip |
"stand" | Frame 13 | Symbol 323 MovieClip |
"sb" | Frame 13 | Symbol 329 MovieClip |
"bb" | Frame 13 | Symbol 335 MovieClip |
"blender" | Frame 13 | Symbol 368 MovieClip |
"pop" | Frame 13 | Symbol 377 MovieClip |
"glass2" | Frame 13 | Symbol 379 MovieClip |
"glass" | Frame 13 | Symbol 384 MovieClip |
"ob" | Frame 13 | Symbol 464 MovieClip |
"register" | Frame 13 | Symbol 339 MovieClip |
"radio" | Frame 13 | Symbol 392 MovieClip |
"soundmenu" | Frame 13 | Symbol 436 MovieClip |
"trashbin" | Frame 13 | Symbol 438 MovieClip |
"cb" | Frame 13 | Symbol 482 MovieClip |
"moneyanim" | Frame 13 | Symbol 290 MovieClip |
"moneytextbox" | Frame 14 | Symbol 492 EditableText |
"day" | Frame 14 | Symbol 453 MovieClip |
"moneytextbox2" | Frame 14 | Symbol 494 EditableText |
"txt" | Frame 14 | Symbol 495 EditableText |
"customer" | Frame 15 | Symbol 277 MovieClip |
"poop2" | Frame 15 | Symbol 301 MovieClip |
"bird1" | Frame 15 | Symbol 320 MovieClip |
"bird2" | Frame 15 | Symbol 320 MovieClip |
"bird4" | Frame 15 | Symbol 320 MovieClip |
"bird3" | Frame 15 | Symbol 320 MovieClip |
"poop1" | Frame 15 | Symbol 301 MovieClip |
"poop3" | Frame 15 | Symbol 301 MovieClip |
"bird5" | Frame 15 | Symbol 320 MovieClip |
"bird6" | Frame 15 | Symbol 320 MovieClip |
"poop4" | Frame 15 | Symbol 301 MovieClip |
"poop5" | Frame 15 | Symbol 301 MovieClip |
"poop6" | Frame 15 | Symbol 301 MovieClip |
"stand" | Frame 15 | Symbol 323 MovieClip |
"sb" | Frame 15 | Symbol 329 MovieClip |
"bb" | Frame 15 | Symbol 335 MovieClip |
"blender" | Frame 15 | Symbol 368 MovieClip |
"pop" | Frame 15 | Symbol 377 MovieClip |
"glass2" | Frame 15 | Symbol 379 MovieClip |
"glass" | Frame 15 | Symbol 384 MovieClip |
"ob" | Frame 15 | Symbol 464 MovieClip |
"register" | Frame 15 | Symbol 339 MovieClip |
"radio" | Frame 15 | Symbol 392 MovieClip |
"soundmenu" | Frame 15 | Symbol 436 MovieClip |
"trashbin" | Frame 15 | Symbol 438 MovieClip |
"cb" | Frame 15 | Symbol 482 MovieClip |
"kb" | Frame 15 | Symbol 509 MovieClip |
"moneyanim" | Frame 15 | Symbol 290 MovieClip |
"moneytextbox" | Frame 16 | Symbol 510 EditableText |
"day" | Frame 16 | Symbol 453 MovieClip |
"moneytextbox2" | Frame 16 | Symbol 511 EditableText |
"txt" | Frame 16 | Symbol 512 EditableText |
"customer" | Frame 17 | Symbol 277 MovieClip |
"poop2" | Frame 17 | Symbol 301 MovieClip |
"bird1" | Frame 17 | Symbol 320 MovieClip |
"bird2" | Frame 17 | Symbol 320 MovieClip |
"bird4" | Frame 17 | Symbol 320 MovieClip |
"bird3" | Frame 17 | Symbol 320 MovieClip |
"poop1" | Frame 17 | Symbol 301 MovieClip |
"poop3" | Frame 17 | Symbol 301 MovieClip |
"bird5" | Frame 17 | Symbol 320 MovieClip |
"bird6" | Frame 17 | Symbol 320 MovieClip |
"poop4" | Frame 17 | Symbol 301 MovieClip |
"poop5" | Frame 17 | Symbol 301 MovieClip |
"poop6" | Frame 17 | Symbol 301 MovieClip |
"stand" | Frame 17 | Symbol 323 MovieClip |
"sb" | Frame 17 | Symbol 329 MovieClip |
"bb" | Frame 17 | Symbol 335 MovieClip |
"blender" | Frame 17 | Symbol 368 MovieClip |
"pop" | Frame 17 | Symbol 377 MovieClip |
"glass2" | Frame 17 | Symbol 379 MovieClip |
"glass" | Frame 17 | Symbol 384 MovieClip |
"ob" | Frame 17 | Symbol 464 MovieClip |
"register" | Frame 17 | Symbol 339 MovieClip |
"radio" | Frame 17 | Symbol 392 MovieClip |
"soundmenu" | Frame 17 | Symbol 436 MovieClip |
"trashbin" | Frame 17 | Symbol 438 MovieClip |
"cb" | Frame 17 | Symbol 482 MovieClip |
"kb" | Frame 17 | Symbol 509 MovieClip |
"wb" | Frame 17 | Symbol 523 MovieClip |
"moneyanim" | Frame 17 | Symbol 290 MovieClip |
"moneytextbox" | Frame 18 | Symbol 524 EditableText |
"day" | Frame 18 | Symbol 453 MovieClip |
"moneytextbox2" | Frame 18 | Symbol 526 EditableText |
"txt" | Frame 18 | Symbol 527 EditableText |
"wee" | Frame 18 | Symbol 530 MovieClip |
"top" | Symbol 106 MovieClip Frame 1 | Symbol 103 MovieClip |
"hittest" | Symbol 106 MovieClip Frame 1 | Symbol 105 MovieClip |
"sound" | Symbol 113 MovieClip Frame 1 | Symbol 108 MovieClip |
"cup" | Symbol 113 MovieClip Frame 1 | Symbol 112 MovieClip |
"face" | Symbol 179 MovieClip Frame 1 | Symbol 169 MovieClip |
"b" | Symbol 179 MovieClip Frame 1 | Symbol 178 MovieClip |
"sound" | Symbol 207 MovieClip Frame 1 | Symbol 203 MovieClip |
"bird1" | Symbol 208 MovieClip Frame 1 | Symbol 207 MovieClip |
"stand" | Symbol 213 MovieClip Frame 1 | Symbol 85 MovieClip |
"glass" | Symbol 213 MovieClip Frame 1 | Symbol 113 MovieClip |
"register" | Symbol 213 MovieClip Frame 1 | Symbol 115 MovieClip |
"radio" | Symbol 213 MovieClip Frame 1 | Symbol 126 MovieClip |
"fruit1" | Symbol 247 MovieClip Frame 1 | Symbol 241 MovieClip |
"fruittxt1" | Symbol 247 MovieClip Frame 1 | Symbol 243 EditableText |
"fruit2" | Symbol 247 MovieClip Frame 1 | Symbol 241 MovieClip |
"fruittxt2" | Symbol 247 MovieClip Frame 1 | Symbol 244 EditableText |
"fruit3" | Symbol 247 MovieClip Frame 1 | Symbol 241 MovieClip |
"fruittxt3" | Symbol 247 MovieClip Frame 1 | Symbol 245 EditableText |
"fruit4" | Symbol 247 MovieClip Frame 1 | Symbol 241 MovieClip |
"fruittxt4" | Symbol 247 MovieClip Frame 1 | Symbol 246 EditableText |
"face" | Symbol 277 MovieClip Frame 1 | Symbol 227 MovieClip |
"sound" | Symbol 277 MovieClip Frame 1 | Symbol 230 MovieClip |
"b" | Symbol 277 MovieClip Frame 1 | Symbol 247 MovieClip |
"hittest" | Symbol 277 MovieClip Frame 1 | Symbol 249 MovieClip |
"face" | Symbol 277 MovieClip Frame 2 | Symbol 253 MovieClip |
"face" | Symbol 277 MovieClip Frame 3 | Symbol 264 MovieClip |
"face" | Symbol 277 MovieClip Frame 4 | Symbol 268 MovieClip |
"face" | Symbol 277 MovieClip Frame 5 | Symbol 272 MovieClip |
"face" | Symbol 277 MovieClip Frame 6 | Symbol 276 MovieClip |
"moneyearned" | Symbol 288 MovieClip Frame 1 | Symbol 286 EditableText |
"moneyearned" | Symbol 288 MovieClip Frame 2 | Symbol 287 EditableText |
"inside" | Symbol 290 MovieClip Frame 1 | Symbol 288 MovieClip |
"moneyanim" | Symbol 300 MovieClip Frame 1 | Symbol 290 MovieClip |
"sound" | Symbol 320 MovieClip Frame 1 | Symbol 316 MovieClip |
"moneytxt" | Symbol 339 MovieClip Frame 1 | Symbol 338 EditableText |
"ol" | Symbol 368 MovieClip Frame 1 | Symbol 349 MovieClip |
"bl" | Symbol 368 MovieClip Frame 1 | Symbol 349 MovieClip |
"sl" | Symbol 368 MovieClip Frame 1 | Symbol 349 MovieClip |
"sound" | Symbol 368 MovieClip Frame 1 | Symbol 350 MovieClip |
"kl" | Symbol 368 MovieClip Frame 1 | Symbol 349 MovieClip |
"wl" | Symbol 368 MovieClip Frame 1 | Symbol 349 MovieClip |
"cl" | Symbol 368 MovieClip Frame 1 | Symbol 349 MovieClip |
"juiced" | Symbol 368 MovieClip Frame 1 | Symbol 354 MovieClip |
"juicec" | Symbol 368 MovieClip Frame 1 | Symbol 357 MovieClip |
"juiceb" | Symbol 368 MovieClip Frame 1 | Symbol 360 MovieClip |
"juicea" | Symbol 368 MovieClip Frame 1 | Symbol 363 MovieClip |
"top" | Symbol 368 MovieClip Frame 1 | Symbol 366 MovieClip |
"hittest" | Symbol 368 MovieClip Frame 1 | Symbol 367 MovieClip |
"msg" | Symbol 377 MovieClip Frame 1 | Symbol 371 EditableText |
"sound" | Symbol 384 MovieClip Frame 1 | Symbol 381 MovieClip |
"cup" | Symbol 384 MovieClip Frame 1 | Symbol 383 MovieClip |
"button_mc" | Symbol 416 MovieClip [MuteButtonOffNormal] Frame 1 | Symbol 413 MovieClip |
"icon_mc" | Symbol 416 MovieClip [MuteButtonOffNormal] Frame 1 | Symbol 415 MovieClip |
"button_mc" | Symbol 419 MovieClip [MuteButtonOffOver] Frame 1 | Symbol 418 MovieClip |
"icon_mc" | Symbol 419 MovieClip [MuteButtonOffOver] Frame 1 | Symbol 415 MovieClip |
"button_mc" | Symbol 422 MovieClip [MuteButtonOffDown] Frame 1 | Symbol 421 MovieClip |
"icon_mc" | Symbol 422 MovieClip [MuteButtonOffDown] Frame 1 | Symbol 415 MovieClip |
"button_mc" | Symbol 423 MovieClip [MuteButtonOffDisabled] Frame 1 | Symbol 413 MovieClip |
"placeholder_mc" | Symbol 424 MovieClip [MuteButtonOff] Frame 1 | Symbol 416 MovieClip [MuteButtonOffNormal] |
"button_mc" | Symbol 427 MovieClip [MuteButtonOnNormal] Frame 1 | Symbol 413 MovieClip |
"icon_mc" | Symbol 427 MovieClip [MuteButtonOnNormal] Frame 1 | Symbol 426 MovieClip |
"button_mc" | Symbol 428 MovieClip [MuteButtonOnOver] Frame 1 | Symbol 418 MovieClip |
"icon_mc" | Symbol 428 MovieClip [MuteButtonOnOver] Frame 1 | Symbol 426 MovieClip |
"button_mc" | Symbol 429 MovieClip [MuteButtonOnDown] Frame 1 | Symbol 421 MovieClip |
"icon_mc" | Symbol 429 MovieClip [MuteButtonOnDown] Frame 1 | Symbol 426 MovieClip |
"button_mc" | Symbol 430 MovieClip [MuteButtonOnDisabled] Frame 1 | Symbol 413 MovieClip |
"icon_mc" | Symbol 430 MovieClip [MuteButtonOnDisabled] Frame 1 | Symbol 426 MovieClip |
"placeholder_mc" | Symbol 431 MovieClip [MuteButtonOn] Frame 1 | Symbol 427 MovieClip [MuteButtonOnNormal] |
"off_mc" | Symbol 432 MovieClip Frame 1 | Symbol 424 MovieClip [MuteButtonOff] |
"on_mc" | Symbol 432 MovieClip Frame 1 | Symbol 431 MovieClip [MuteButtonOn] |
Special Tags
FileAttributes (69) | Timeline Frame 1 | Access local files only, Metadata not present, AS1/AS2. |
ExportAssets (56) | Timeline Frame 1 | Symbol 1 as "mainmusic4" |
ExportAssets (56) | Timeline Frame 1 | Symbol 2 as "mainmusic3" |
ExportAssets (56) | Timeline Frame 1 | Symbol 3 as "mainmusic2" |
ExportAssets (56) | Timeline Frame 1 | Symbol 4 as "mainmusic1" |
ExportAssets (56) | Timeline Frame 1 | Symbol 5 as "blendersound" |
ExportAssets (56) | Timeline Frame 1 | Symbol 6 as "mainmusic5" |
ExportAssets (56) | Timeline Frame 7 | Symbol 416 as "MuteButtonOffNormal" |
ExportAssets (56) | Timeline Frame 7 | Symbol 419 as "MuteButtonOffOver" |
ExportAssets (56) | Timeline Frame 7 | Symbol 422 as "MuteButtonOffDown" |
ExportAssets (56) | Timeline Frame 7 | Symbol 423 as "MuteButtonOffDisabled" |
ExportAssets (56) | Timeline Frame 7 | Symbol 424 as "MuteButtonOff" |
ExportAssets (56) | Timeline Frame 7 | Symbol 427 as "MuteButtonOnNormal" |
ExportAssets (56) | Timeline Frame 7 | Symbol 428 as "MuteButtonOnOver" |
ExportAssets (56) | Timeline Frame 7 | Symbol 429 as "MuteButtonOnDown" |
ExportAssets (56) | Timeline Frame 7 | Symbol 430 as "MuteButtonOnDisabled" |
ExportAssets (56) | Timeline Frame 7 | Symbol 431 as "MuteButtonOn" |
Labels
"menu" | Frame 4 |
"instructions" | Frame 5 |
"first level" | Frame 6 |
"flying" | Symbol 207 MovieClip Frame 1 |
"dying" | Symbol 207 MovieClip Frame 2 |
"strawberry" | Symbol 241 MovieClip Frame 2 |
"banana" | Symbol 241 MovieClip Frame 3 |
"carrot" | Symbol 241 MovieClip Frame 4 |
"orange" | Symbol 241 MovieClip Frame 5 |
"kiwi" | Symbol 241 MovieClip Frame 6 |
"waterm" | Symbol 241 MovieClip Frame 7 |
"falling" | Symbol 301 MovieClip Frame 1 |
"splat" | Symbol 301 MovieClip Frame 2 |
"flying" | Symbol 320 MovieClip Frame 1 |
"dying" | Symbol 320 MovieClip Frame 2 |
"orange" | Symbol 354 MovieClip Frame 2 |
"carrot" | Symbol 354 MovieClip Frame 3 |
"banana" | Symbol 354 MovieClip Frame 4 |
"strawberry" | Symbol 354 MovieClip Frame 5 |
"kiwi" | Symbol 354 MovieClip Frame 6 |
"waterm" | Symbol 354 MovieClip Frame 7 |
"orange" | Symbol 357 MovieClip Frame 2 |
"carrot" | Symbol 357 MovieClip Frame 3 |
"banana" | Symbol 357 MovieClip Frame 4 |
"strawberry" | Symbol 357 MovieClip Frame 5 |
"kiwi" | Symbol 357 MovieClip Frame 6 |
"waterm" | Symbol 357 MovieClip Frame 7 |
"orange" | Symbol 360 MovieClip Frame 2 |
"carrot" | Symbol 360 MovieClip Frame 3 |
"banana" | Symbol 360 MovieClip Frame 4 |
"strawberry" | Symbol 360 MovieClip Frame 5 |
"kiwi" | Symbol 360 MovieClip Frame 6 |
"waterm" | Symbol 360 MovieClip Frame 7 |
"orange" | Symbol 363 MovieClip Frame 2 |
"carrot" | Symbol 363 MovieClip Frame 3 |
"banana" | Symbol 363 MovieClip Frame 4 |
"strawberry" | Symbol 363 MovieClip Frame 5 |
"kiwi" | Symbol 363 MovieClip Frame 6 |
"waterm" | Symbol 363 MovieClip Frame 7 |
Dynamic Text Variables
fruittxt1 | Symbol 243 EditableText | "" |
fruittxt2 | Symbol 244 EditableText | "" |
fruittxt3 | Symbol 245 EditableText | "" |
fruittxt4 | Symbol 246 EditableText | "" |
moneyearned | Symbol 286 EditableText | "" |
moneyearned | Symbol 287 EditableText | "" |
moneytxt | Symbol 338 EditableText | "10" |
msg | Symbol 371 EditableText | "" |
moneytextbox | Symbol 440 EditableText | "" |
moneytextbox2 | Symbol 454 EditableText | "" |
txt | Symbol 455 EditableText | "" |
moneytextbox | Symbol 483 EditableText | "" |
moneytextbox2 | Symbol 485 EditableText | "" |
txt | Symbol 486 EditableText | "" |
moneytextbox | Symbol 488 EditableText | "" |
moneytextbox2 | Symbol 489 EditableText | "" |
txt | Symbol 490 EditableText | "" |
moneytextbox | Symbol 492 EditableText | "" |
moneytextbox2 | Symbol 494 EditableText | "" |
txt | Symbol 495 EditableText | "" |
moneytextbox | Symbol 510 EditableText | "" |
moneytextbox2 | Symbol 511 EditableText | "" |
txt | Symbol 512 EditableText | "" |
moneytextbox | Symbol 524 EditableText | "" |
moneytextbox2 | Symbol 526 EditableText | "" |
txt | Symbol 527 EditableText | "" |
|