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

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

Bojog Mixer.swf

This is the info page for
Flash #141707

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


Text
<P ALIGN="LEFT"></P>

<P ALIGN="LEFT"><FONT FACE="Times New Roman" SIZE="37" COLOR="#000000">Loading:</FONT></P>

<P ALIGN="LEFT"><FONT FACE="Sylfaen" SIZE="20" COLOR="#000000">Touch an ingredient to learn more about it. &nbsp;Select two, and then hit [Synthesize] to see if they combine to form something new and exciting!</FONT></P>

<P ALIGN="LEFT"><FONT FACE="Sylfaen" SIZE="20" COLOR="#000000">You did it! &nbsp;You found all the items!</FONT></P><P ALIGN="LEFT"><FONT FACE="Sylfaen" SIZE="20" COLOR="#000000">But you&apos;ll have to tune in next time for a better &quot;you win&quot; screen. &nbsp;I mean, this is just a work in progress. &nbsp;huh huh huh</FONT></P>

<P ALIGN="LEFT"><FONT FACE="Times New Roman" SIZE="20" COLOR="#000000">Play Again?</FONT></P>

ActionScript [AS1/AS2]

Frame 1
bytes_loaded = Math.round(this.getBytesLoaded()); bytes_total = Math.round(this.getBytesTotal()); getPercent = bytes_loaded / bytes_total; this.loadBar._width = 530.5 * getPercent; this.loadText = Math.round(getPercent * 100) + "%"; if (bytes_loaded == bytes_total) { this.gotoAndPlay(3); }
Frame 2
gotoAndPlay (1);
Frame 3
stop();
Frame 4
function makeaname(itemnumber, namebit) { if (nameseg < 2) { namepart[nameseg] = namebit; namenumber[nameseg] = itemnumber; nameseg++; shower = _root.ingredient[nameseg]; with (ingredientdisplay[nameseg - 1]) { gotoAndStop(itemnumber + 2); } if (nameseg > 0) { if (namenumber[0] != namenumber[1]) { if (namenumber[0] > namenumber[1]) { outgoingname = namepart[1] + namepart[0]; } else { outgoingname = namepart[0] + namepart[1]; } } else { outgoingname = "can't be the same"; } } } return(outgoingname); } function creationtest(testname) { counter = 0; do { itemis = _root.itemnames[counter]; if (testname == itemis) { if (_root.activeitems[counter] == 0) { _root.successful++; with (_root.success) { gotoAndPlay(2); } } _root.activeitems[counter] = 1; activing = _root.itemdesignation[counter]; with (activing) { gotoAndStop(2); } with (activing.burst) { gotoAndPlay(2); } } counter++; } while (counter < _root.itemscount); if (_root.successful == 15) { _root.description = "You did it! You found all the items! But you'll have to tune in next time for a better WIN screen. I mean, this is just a work in progress. huh huh huh"; gotoAndStop (5); } return("yes"); } function cleanup() { _root.namepart = ["", ""]; _root.namenumber = [-1, -1]; _root.nameseg = 0; _root.outgoingname = ""; _root.output = _root.outgoingname; with (_root.ingredient1) { gotoAndStop(1); } with (_root.ingredient2) { gotoAndStop(1); } return("done"); } namepart = ["", ""]; namenumber = [0, 0]; nameseg = 0; successful = 0; activeitems = [1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]; itemnames = ["cum", "ear", "fir", "wat", "oil", "wax", "earfir", "cumwat", "earwat", "watoil", "watwax", "cumfir", "firoil", "firwax", "cumear", "cumoil", "cumwax", "firwat", "earoil", "earwax", "oilwax"]; itemdesignation = ["cum", "ear", "fir", "wat", "oil", "wax", earfir, _root.cumwat, "earwat", "watoil", "watwax", "cumfir", "firoil", "firwax", "cumear", "cumoil", "cumwax", "firwat", "earoil", "earwax", "oilwax"]; itemdescription = ["<b>Cum</b><br>You should know where this comes from. ", "<b>Earth</b><br>Fluffy, dark brown soil. ", "<b>Fire</b><br>The flame gives light and heat. ", "<b>Water</b><br>Whatever came out of the tap... ", "<b>Oil</b><br>Smooth and slick! Good for cooking, but not the right kind for your car. ", "<b>Wax</b><br>Crumbly, melty resin. ", "<b>Ceramics</b><br>Homemade clay art. Mom thinks they're really beautiful. ", "<b>Precum...?</b><br>I don't think this is how it's made... ", "<b>Mud</b><br>Good for facials. Not guaranteed. ", "<b>Alcohol</b><br>How in the world did this turn into...? Better not drink this. ", "<b>Lotion</b><br>Lubrication choice of teenagers everywhere! ", "<b>Mirengue Pie...?</b><br>It's fluffy, creamy, and ... sweet? ", "<b>Lamp</b><br>Lets you see in dark places, but not easy to carry. ", "<b>Birthday Candles</b><br>They look pretty but they don't last long. ", "<b>Silky Mud</b><br>Mud that's especially soft and gooey. It's hard to keep in stock, because Rowan keeps jumping in it. ", "<b>Shampoo</b><br>Will this really clean my hair? ", "<b>Cold Cream</b><br>Older women use this to feel young. It may not do anything at all. ", "<b>Purified Water</b><br>This one is safer to drink. ", "<b>Brownies</b><br>They still taste like dirt... ", "<b>Sillyputty</b><br>It copies newspaper images and comes in an egg... and there's nothing else cool about it. ", "<b>Vaseline</b><br>It's slippery and sticky and you'll never get it off. It's good for the skin...? "]; itemdesignation[0] = _root.inventory.cum; itemdesignation[1] = _root.inventory.ear; itemdesignation[2] = _root.inventory.fir; itemdesignation[3] = _root.inventory.wat; itemdesignation[4] = _root.inventory.oil; itemdesignation[5] = _root.inventory.wax; itemdesignation[6] = _root.inventory.earfir; itemdesignation[7] = _root.inventory.cumwat; itemdesignation[8] = _root.inventory.earwat; itemdesignation[9] = _root.inventory.watoil; itemdesignation[10] = _root.inventory.watwax; itemdesignation[11] = _root.inventory.cumfir; itemdesignation[12] = _root.inventory.firoil; itemdesignation[13] = _root.inventory.firwax; itemdesignation[14] = _root.inventory.cumear; itemdesignation[15] = _root.inventory.cumoil; itemdesignation[16] = _root.inventory.cumwax; itemdesignation[17] = _root.inventory.firwat; itemdesignation[18] = _root.inventory.earoil; itemdesignation[19] = _root.inventory.earwax; itemdesignation[20] = _root.inventory.oilwax; ingredientdisplay = [0, 0, 0]; ingredientdisplay[0] = _root.ingredient1; ingredientdisplay[1] = _root.ingredient2; itemscount = _root.activeitems.length; counter = 0; do { itemis = _root.activeitems[counter]; if (itemis == 1) { activing = _root.itemdesignation[counter]; with (activing) { gotoAndStop(2); } } counter++; } while (counter < _root.itemscount); stop();
Frame 5
stop();
Symbol 16 Button
on (release) { gotoAndStop (4); }
Symbol 24 Button
on (release) { _root.creationtest(_root.output); _root.cleanup("doeet"); }
Symbol 30 Button
on (release) { _root.cleanup("poot"); }
Symbol 37 MovieClip Frame 1
stop();
Symbol 37 MovieClip Frame 2
play();
Symbol 37 MovieClip Frame 12
stop();
Symbol 39 MovieClip Frame 1
stop();
Symbol 42 MovieClip Frame 1
stop();
Symbol 45 MovieClip Frame 1
stop();
Symbol 48 MovieClip Frame 1
stop();
Symbol 51 MovieClip Frame 1
stop();
Symbol 54 MovieClip Frame 1
stop();
Symbol 57 MovieClip Frame 1
stop();
Symbol 60 MovieClip Frame 1
stop();
Symbol 63 MovieClip Frame 1
stop();
Symbol 66 MovieClip Frame 1
stop();
Symbol 69 MovieClip Frame 1
stop();
Symbol 72 MovieClip Frame 1
stop();
Symbol 75 MovieClip Frame 1
stop();
Symbol 78 MovieClip Frame 1
stop();
Symbol 81 MovieClip Frame 1
stop();
Symbol 84 MovieClip Frame 1
stop();
Symbol 87 MovieClip Frame 1
stop();
Symbol 90 MovieClip Frame 1
stop();
Symbol 93 MovieClip Frame 1
stop();
Symbol 96 MovieClip Frame 1
stop();
Symbol 99 MovieClip Frame 1
stop();
Symbol 100 MovieClip Frame 1
stop();
Instance of Symbol 39 MovieClip in Symbol 100 MovieClip Frame 2
//component parameters onClipEvent (initialize) { count = 0; name = "cum"; } onClipEvent (load) { gotoAndStop (2); }
Instance of Symbol 42 MovieClip in Symbol 100 MovieClip Frame 3
//component parameters onClipEvent (initialize) { count = 0; name = "cum"; } onClipEvent (load) { gotoAndStop (2); }
Instance of Symbol 45 MovieClip in Symbol 100 MovieClip Frame 4
//component parameters onClipEvent (initialize) { count = 0; name = "cum"; } onClipEvent (load) { gotoAndStop (2); }
Instance of Symbol 48 MovieClip in Symbol 100 MovieClip Frame 5
//component parameters onClipEvent (initialize) { count = 0; name = "cum"; } onClipEvent (load) { gotoAndStop (2); }
Instance of Symbol 51 MovieClip in Symbol 100 MovieClip Frame 6
//component parameters onClipEvent (initialize) { name = "cum"; count = 0; } onClipEvent (load) { gotoAndStop (2); }
Instance of Symbol 54 MovieClip in Symbol 100 MovieClip Frame 7
//component parameters onClipEvent (initialize) { name = "cum"; count = 0; } onClipEvent (load) { gotoAndStop (2); }
Instance of Symbol 57 MovieClip in Symbol 100 MovieClip Frame 8
//component parameters onClipEvent (initialize) { name = "cum"; count = 0; } onClipEvent (load) { gotoAndStop (2); }
Instance of Symbol 60 MovieClip in Symbol 100 MovieClip Frame 9
//component parameters onClipEvent (initialize) { name = "cum"; count = 0; } onClipEvent (load) { gotoAndStop (2); }
Instance of Symbol 63 MovieClip in Symbol 100 MovieClip Frame 10
//component parameters onClipEvent (initialize) { name = "cum"; count = 0; } onClipEvent (load) { gotoAndStop (2); }
Instance of Symbol 66 MovieClip in Symbol 100 MovieClip Frame 11
//component parameters onClipEvent (initialize) { name = "cum"; count = 0; } onClipEvent (load) { gotoAndStop (2); }
Instance of Symbol 69 MovieClip in Symbol 100 MovieClip Frame 12
//component parameters onClipEvent (initialize) { name = "cum"; count = 0; } onClipEvent (load) { gotoAndStop (2); }
Instance of Symbol 72 MovieClip in Symbol 100 MovieClip Frame 13
//component parameters onClipEvent (initialize) { name = "cum"; count = 0; } onClipEvent (load) { gotoAndStop (2); }
Instance of Symbol 75 MovieClip in Symbol 100 MovieClip Frame 14
//component parameters onClipEvent (initialize) { name = "cum"; count = 0; } onClipEvent (load) { gotoAndStop (2); }
Instance of Symbol 78 MovieClip in Symbol 100 MovieClip Frame 15
//component parameters onClipEvent (initialize) { name = "cum"; count = 0; } onClipEvent (load) { gotoAndStop (2); }
Instance of Symbol 81 MovieClip in Symbol 100 MovieClip Frame 16
//component parameters onClipEvent (initialize) { name = "cum"; count = 0; } onClipEvent (load) { gotoAndStop (2); }
Instance of Symbol 84 MovieClip in Symbol 100 MovieClip Frame 17
//component parameters onClipEvent (initialize) { name = "cum"; count = 0; } onClipEvent (load) { gotoAndStop (2); }
Instance of Symbol 87 MovieClip in Symbol 100 MovieClip Frame 18
//component parameters onClipEvent (initialize) { name = "cum"; count = 0; } onClipEvent (load) { gotoAndStop (2); }
Instance of Symbol 90 MovieClip in Symbol 100 MovieClip Frame 19
//component parameters onClipEvent (initialize) { name = "cum"; count = 0; } onClipEvent (load) { gotoAndStop (2); }
Instance of Symbol 93 MovieClip in Symbol 100 MovieClip Frame 20
//component parameters onClipEvent (initialize) { name = "cum"; count = 0; } onClipEvent (load) { gotoAndStop (2); }
Instance of Symbol 96 MovieClip in Symbol 100 MovieClip Frame 21
//component parameters onClipEvent (initialize) { name = "cum"; count = 0; } onClipEvent (load) { gotoAndStop (2); }
Instance of Symbol 99 MovieClip in Symbol 100 MovieClip Frame 22
//component parameters onClipEvent (initialize) { name = "cum"; count = 0; } onClipEvent (load) { gotoAndStop (2); }
Instance of Symbol 39 MovieClip "cum" in Symbol 102 MovieClip Frame 1
//component parameters onClipEvent (initialize) { count = 0; name = "cum"; } on (release) { if (this._currentframe == 2) { itemNumber = this.count; Namebit = this.name; _root.makeaname(itemnumber, namebit); _root.output = _root.outgoingname; _root.description = _root.itemdescription[itemNumber]; } }
Instance of Symbol 48 MovieClip "wat" in Symbol 102 MovieClip Frame 1
//component parameters onClipEvent (initialize) { count = 3; name = "wat"; } on (release) { if (this._currentframe == 2) { itemNumber = this.count; Namebit = this.name; _root.makeaname(itemnumber, namebit); _root.output = _root.outgoingname; _root.description = _root.itemdescription[itemNumber]; } }
Instance of Symbol 54 MovieClip "wax" in Symbol 102 MovieClip Frame 1
//component parameters onClipEvent (initialize) { name = "wax"; count = 5; } on (release) { if (this._currentframe == 2) { itemNumber = this.count; Namebit = this.name; _root.makeaname(itemnumber, namebit); _root.output = _root.outgoingname; _root.description = _root.itemdescription[itemNumber]; } }
Instance of Symbol 51 MovieClip "oil" in Symbol 102 MovieClip Frame 1
//component parameters onClipEvent (initialize) { name = "oil"; count = 4; } on (release) { if (this._currentframe == 2) { itemNumber = this.count; Namebit = this.name; _root.makeaname(itemnumber, namebit); _root.output = _root.outgoingname; _root.description = _root.itemdescription[itemNumber]; } }
Instance of Symbol 42 MovieClip "ear" in Symbol 102 MovieClip Frame 1
//component parameters onClipEvent (initialize) { count = 1; name = "ear"; } on (release) { if (this._currentframe == 2) { itemNumber = this.count; Namebit = this.name; _root.makeaname(itemnumber, namebit); _root.output = _root.outgoingname; _root.description = _root.itemdescription[itemNumber]; } }
Instance of Symbol 45 MovieClip "fir" in Symbol 102 MovieClip Frame 1
//component parameters onClipEvent (initialize) { count = 2; name = "fir"; } on (release) { if (this._currentframe == 2) { itemNumber = this.count; Namebit = this.name; _root.makeaname(itemnumber, namebit); _root.output = _root.outgoingname; _root.description = _root.itemdescription[itemNumber]; } }
Instance of Symbol 66 MovieClip "watoil" in Symbol 102 MovieClip Frame 1
//component parameters onClipEvent (initialize) { name = "alc"; count = 9; } on (release) { if (this._currentframe == 2) { itemNumber = this.count; Namebit = this.name; _root.makeaname(itemnumber, namebit); _root.output = _root.outgoingname; _root.description = _root.itemdescription[itemNumber]; } }
Instance of Symbol 93 MovieClip "earoil" in Symbol 102 MovieClip Frame 1
//component parameters onClipEvent (initialize) { name = "bro"; count = 18; } on (release) { if (this._currentframe == 2) { itemNumber = this.count; Namebit = this.name; _root.makeaname(itemnumber, namebit); _root.output = _root.outgoingname; _root.description = _root.itemdescription[itemNumber]; } }
Instance of Symbol 78 MovieClip "firwax" in Symbol 102 MovieClip Frame 1
//component parameters onClipEvent (initialize) { name = "bir"; count = 13; } on (release) { if (this._currentframe == 2) { itemNumber = this.count; Namebit = this.name; _root.makeaname(itemnumber, namebit); _root.output = _root.outgoingname; _root.description = _root.itemdescription[itemNumber]; } }
Instance of Symbol 57 MovieClip "earfir" in Symbol 102 MovieClip Frame 1
//component parameters onClipEvent (initialize) { name = "cer"; count = 6; } on (release) { if (this._currentframe == 2) { itemNumber = this.count; Namebit = this.name; _root.makeaname(itemnumber, namebit); _root.output = _root.outgoingname; _root.description = _root.itemdescription[itemNumber]; } }
Instance of Symbol 87 MovieClip "cumwax" in Symbol 102 MovieClip Frame 1
//component parameters onClipEvent (initialize) { name = "col"; count = 16; } on (release) { if (this._currentframe == 2) { itemNumber = this.count; Namebit = this.name; _root.makeaname(itemnumber, namebit); _root.output = _root.outgoingname; _root.description = _root.itemdescription[itemNumber]; } }
Instance of Symbol 75 MovieClip "firoil" in Symbol 102 MovieClip Frame 1
//component parameters onClipEvent (initialize) { name = "lam"; count = 12; } on (release) { if (this._currentframe == 2) { itemNumber = this.count; Namebit = this.name; _root.makeaname(itemnumber, namebit); _root.output = _root.outgoingname; _root.description = _root.itemdescription[itemNumber]; } }
Instance of Symbol 69 MovieClip "watwax" in Symbol 102 MovieClip Frame 1
//component parameters onClipEvent (initialize) { name = "lot"; count = 10; } on (release) { if (this._currentframe == 2) { itemNumber = this.count; Namebit = this.name; _root.makeaname(itemnumber, namebit); _root.output = _root.outgoingname; _root.description = _root.itemdescription[itemNumber]; } }
Instance of Symbol 63 MovieClip "earwat" in Symbol 102 MovieClip Frame 1
//component parameters onClipEvent (initialize) { name = "mud"; count = 8; } on (release) { if (this._currentframe == 2) { itemNumber = this.count; Namebit = this.name; _root.makeaname(itemnumber, namebit); _root.output = _root.outgoingname; _root.description = _root.itemdescription[itemNumber]; } }
Instance of Symbol 81 MovieClip "cumear" in Symbol 102 MovieClip Frame 1
//component parameters onClipEvent (initialize) { name = "sil"; count = 14; } on (release) { if (this._currentframe == 2) { itemNumber = this.count; Namebit = this.name; _root.makeaname(itemnumber, namebit); _root.output = _root.outgoingname; _root.description = _root.itemdescription[itemNumber]; } }
Instance of Symbol 72 MovieClip "cumfir" in Symbol 102 MovieClip Frame 1
//component parameters onClipEvent (initialize) { name = "mer"; count = 11; } on (release) { if (this._currentframe == 2) { itemNumber = this.count; Namebit = this.name; _root.makeaname(itemnumber, namebit); _root.output = _root.outgoingname; _root.description = _root.itemdescription[itemNumber]; } }
Instance of Symbol 60 MovieClip "cumwat" in Symbol 102 MovieClip Frame 1
//component parameters onClipEvent (initialize) { name = "pre"; count = 7; } on (release) { if (this._currentframe == 2) { itemNumber = this.count; Namebit = this.name; _root.makeaname(itemnumber, namebit); _root.output = _root.outgoingname; _root.description = _root.itemdescription[itemNumber]; } }
Instance of Symbol 96 MovieClip "earwax" in Symbol 102 MovieClip Frame 1
//component parameters onClipEvent (initialize) { name = "put"; count = 19; } on (release) { if (this._currentframe == 2) { itemNumber = this.count; Namebit = this.name; _root.makeaname(itemnumber, namebit); _root.output = _root.outgoingname; _root.description = _root.itemdescription[itemNumber]; } }
Instance of Symbol 84 MovieClip "cumoil" in Symbol 102 MovieClip Frame 1
//component parameters onClipEvent (initialize) { name = "sha"; count = 15; } on (release) { if (this._currentframe == 2) { itemNumber = this.count; Namebit = this.name; _root.makeaname(itemnumber, namebit); _root.output = _root.outgoingname; _root.description = _root.itemdescription[itemNumber]; } }
Instance of Symbol 99 MovieClip "oilwax" in Symbol 102 MovieClip Frame 1
//component parameters onClipEvent (initialize) { name = "vas"; count = 20; } on (release) { if (this._currentframe == 2) { itemNumber = this.count; Namebit = this.name; _root.makeaname(itemnumber, namebit); _root.output = _root.outgoingname; _root.description = _root.itemdescription[itemNumber]; } }
Instance of Symbol 90 MovieClip "firwat" in Symbol 102 MovieClip Frame 1
//component parameters onClipEvent (initialize) { name = "pur"; count = 17; } on (release) { if (this._currentframe == 2) { itemNumber = this.count; Namebit = this.name; _root.makeaname(itemnumber, namebit); _root.output = _root.outgoingname; _root.description = _root.itemdescription[itemNumber]; } }
Symbol 105 MovieClip Frame 1
play();
Symbol 105 MovieClip Frame 25
stop();
Symbol 107 MovieClip Frame 1
stop();
Symbol 107 MovieClip Frame 2
play();
Instance of Symbol 106 MovieClip "spinning" in Symbol 107 MovieClip Frame 2
onClipEvent (load) { with (_root.success.spinning) { gotoAndPlay(1); } }
Symbol 107 MovieClip Frame 36
stop();
Symbol 111 Button
on (release) { gotoAndPlay (1); }

Library Items

Symbol 1 GraphicUsed by:Timeline
Symbol 2 GraphicUsed by:3
Symbol 3 MovieClipUses:2Used by:Timeline
Symbol 4 GraphicUsed by:5
Symbol 5 MovieClipUses:4Used by:Timeline
Symbol 6 FontUsed by:7 8 113
Symbol 7 EditableTextUses:6Used by:Timeline
Symbol 8 EditableTextUses:6Used by:Timeline
Symbol 9 GraphicUsed by:Timeline
Symbol 10 GraphicUsed by:16 111
Symbol 11 GraphicUsed by:16 24 30 111
Symbol 12 GraphicUsed by:13 16 24 30 111
Symbol 13 MovieClipUses:12Used by:16 24 30 111
Symbol 14 GraphicUsed by:16 111
Symbol 15 GraphicUsed by:16 24 30 111
Symbol 16 ButtonUses:10 11 13 14 15 12Used by:Timeline
Symbol 17 GraphicUsed by:Timeline
Symbol 18 GraphicUsed by:Timeline
Symbol 19 GraphicUsed by:20
Symbol 20 MovieClipUses:19Used by:100 102  Timeline
Symbol 21 GraphicUsed by:24
Symbol 22 GraphicUsed by:24
Symbol 23 GraphicUsed by:24
Symbol 24 ButtonUses:21 11 13 22 15 23 12Used by:Timeline
Symbol 25 FontUsed by:26 108 110 112
Symbol 26 EditableTextUses:25Used by:Timeline
Symbol 27 GraphicUsed by:30
Symbol 28 GraphicUsed by:30
Symbol 29 GraphicUsed by:30
Symbol 30 ButtonUses:27 11 13 28 15 29 12Used by:Timeline
Symbol 31 GraphicUsed by:100
Symbol 32 GraphicUsed by:39
Symbol 33 GraphicUsed by:35
Symbol 34 GraphicUsed by:35
Symbol 35 MovieClipUses:33 34Used by:36
Symbol 36 MovieClipUses:35Used by:37
Symbol 37 MovieClipUses:36Used by:39 42 45 48 51 54 57 60 63 66 69 72 75 78 81 84 87 90 93 96 99
Symbol 38 GraphicUsed by:39
Symbol 39 MovieClipUses:32 37 38Used by:100 102
Symbol 40 GraphicUsed by:42
Symbol 41 GraphicUsed by:42
Symbol 42 MovieClipUses:37 40 41Used by:100 102
Symbol 43 GraphicUsed by:45
Symbol 44 GraphicUsed by:45
Symbol 45 MovieClipUses:43 37 44Used by:100 102
Symbol 46 GraphicUsed by:48
Symbol 47 GraphicUsed by:48
Symbol 48 MovieClipUses:46 37 47Used by:100 102
Symbol 49 GraphicUsed by:51
Symbol 50 GraphicUsed by:51
Symbol 51 MovieClipUses:49 37 50Used by:100 102
Symbol 52 GraphicUsed by:54
Symbol 53 GraphicUsed by:54
Symbol 54 MovieClipUses:52 37 53Used by:100 102
Symbol 55 GraphicUsed by:57
Symbol 56 GraphicUsed by:57
Symbol 57 MovieClipUses:55 37 56Used by:100 102
Symbol 58 GraphicUsed by:60
Symbol 59 GraphicUsed by:60
Symbol 60 MovieClipUses:58 37 59Used by:100 102
Symbol 61 GraphicUsed by:63
Symbol 62 GraphicUsed by:63
Symbol 63 MovieClipUses:61 37 62Used by:100 102
Symbol 64 GraphicUsed by:66
Symbol 65 GraphicUsed by:66
Symbol 66 MovieClipUses:64 37 65Used by:100 102
Symbol 67 GraphicUsed by:69
Symbol 68 GraphicUsed by:69
Symbol 69 MovieClipUses:67 37 68Used by:100 102
Symbol 70 GraphicUsed by:72
Symbol 71 GraphicUsed by:72
Symbol 72 MovieClipUses:70 37 71Used by:100 102
Symbol 73 GraphicUsed by:75
Symbol 74 GraphicUsed by:75
Symbol 75 MovieClipUses:73 37 74Used by:100 102
Symbol 76 GraphicUsed by:78
Symbol 77 GraphicUsed by:78
Symbol 78 MovieClipUses:76 37 77Used by:100 102
Symbol 79 GraphicUsed by:81
Symbol 80 GraphicUsed by:81
Symbol 81 MovieClipUses:79 37 80Used by:100 102
Symbol 82 GraphicUsed by:84
Symbol 83 GraphicUsed by:84
Symbol 84 MovieClipUses:82 37 83Used by:100 102
Symbol 85 GraphicUsed by:87
Symbol 86 GraphicUsed by:87
Symbol 87 MovieClipUses:85 37 86Used by:100 102
Symbol 88 GraphicUsed by:90
Symbol 89 GraphicUsed by:90
Symbol 90 MovieClipUses:88 37 89Used by:100 102
Symbol 91 GraphicUsed by:93
Symbol 92 GraphicUsed by:93
Symbol 93 MovieClipUses:91 37 92Used by:100 102
Symbol 94 GraphicUsed by:96
Symbol 95 GraphicUsed by:96
Symbol 96 MovieClipUses:94 37 95Used by:100 102
Symbol 97 GraphicUsed by:99
Symbol 98 GraphicUsed by:99
Symbol 99 MovieClipUses:97 37 98Used by:100 102
Symbol 100 MovieClipUses:31 20 39 42 45 48 51 54 57 60 63 66 69 72 75 78 81 84 87 90 93 96 99Used by:Timeline
Symbol 101 GraphicUsed by:102
Symbol 102 MovieClipUses:101 39 48 54 51 42 45 66 93 78 57 87 75 69 63 81 72 60 96 84 99 90 20Used by:Timeline
Symbol 103 GraphicUsed by:104
Symbol 104 MovieClipUses:103Used by:105
Symbol 105 MovieClipUses:104Used by:106
Symbol 106 MovieClipUses:105Used by:107
Symbol 107 MovieClipUses:106Used by:Timeline
Symbol 108 EditableTextUses:25Used by:Timeline
Symbol 109 GraphicUsed by:Timeline
Symbol 110 EditableTextUses:25Used by:Timeline
Symbol 111 ButtonUses:10 11 13 14 15 12Used by:Timeline
Symbol 112 EditableTextUses:25Used by:Timeline
Symbol 113 EditableTextUses:6Used by:Timeline
Symbol 114 GraphicUsed by:Timeline

Instance Names

"loadbar"Frame 1Symbol 3 MovieClip
"combine"Frame 4Symbol 24 Button
"ingredient1"Frame 4Symbol 100 MovieClip
"ingredient2"Frame 4Symbol 100 MovieClip
"inventory"Frame 4Symbol 102 MovieClip
"success"Frame 4Symbol 107 MovieClip
"ingredient1"Frame 5Symbol 100 MovieClip
"ingredient2"Frame 5Symbol 100 MovieClip
"success"Frame 5Symbol 107 MovieClip
"burst"Symbol 39 MovieClip Frame 2Symbol 37 MovieClip
"burst"Symbol 42 MovieClip Frame 1Symbol 37 MovieClip
"burst"Symbol 45 MovieClip Frame 2Symbol 37 MovieClip
"burst"Symbol 48 MovieClip Frame 2Symbol 37 MovieClip
"burst"Symbol 51 MovieClip Frame 2Symbol 37 MovieClip
"burst"Symbol 54 MovieClip Frame 2Symbol 37 MovieClip
"burst"Symbol 57 MovieClip Frame 2Symbol 37 MovieClip
"burst"Symbol 60 MovieClip Frame 2Symbol 37 MovieClip
"burst"Symbol 63 MovieClip Frame 2Symbol 37 MovieClip
"burst"Symbol 66 MovieClip Frame 2Symbol 37 MovieClip
"burst"Symbol 69 MovieClip Frame 2Symbol 37 MovieClip
"burst"Symbol 72 MovieClip Frame 2Symbol 37 MovieClip
"burst"Symbol 75 MovieClip Frame 2Symbol 37 MovieClip
"burst"Symbol 78 MovieClip Frame 2Symbol 37 MovieClip
"burst"Symbol 81 MovieClip Frame 2Symbol 37 MovieClip
"burst"Symbol 84 MovieClip Frame 2Symbol 37 MovieClip
"burst"Symbol 87 MovieClip Frame 2Symbol 37 MovieClip
"burst"Symbol 90 MovieClip Frame 2Symbol 37 MovieClip
"burst"Symbol 93 MovieClip Frame 2Symbol 37 MovieClip
"burst"Symbol 96 MovieClip Frame 2Symbol 37 MovieClip
"burst"Symbol 99 MovieClip Frame 2Symbol 37 MovieClip
"cum"Symbol 102 MovieClip Frame 1Symbol 39 MovieClip
"wat"Symbol 102 MovieClip Frame 1Symbol 48 MovieClip
"wax"Symbol 102 MovieClip Frame 1Symbol 54 MovieClip
"oil"Symbol 102 MovieClip Frame 1Symbol 51 MovieClip
"ear"Symbol 102 MovieClip Frame 1Symbol 42 MovieClip
"fir"Symbol 102 MovieClip Frame 1Symbol 45 MovieClip
"watoil"Symbol 102 MovieClip Frame 1Symbol 66 MovieClip
"earoil"Symbol 102 MovieClip Frame 1Symbol 93 MovieClip
"firwax"Symbol 102 MovieClip Frame 1Symbol 78 MovieClip
"earfir"Symbol 102 MovieClip Frame 1Symbol 57 MovieClip
"cumwax"Symbol 102 MovieClip Frame 1Symbol 87 MovieClip
"firoil"Symbol 102 MovieClip Frame 1Symbol 75 MovieClip
"watwax"Symbol 102 MovieClip Frame 1Symbol 69 MovieClip
"earwat"Symbol 102 MovieClip Frame 1Symbol 63 MovieClip
"cumear"Symbol 102 MovieClip Frame 1Symbol 81 MovieClip
"cumfir"Symbol 102 MovieClip Frame 1Symbol 72 MovieClip
"cumwat"Symbol 102 MovieClip Frame 1Symbol 60 MovieClip
"earwax"Symbol 102 MovieClip Frame 1Symbol 96 MovieClip
"cumoil"Symbol 102 MovieClip Frame 1Symbol 84 MovieClip
"oilwax"Symbol 102 MovieClip Frame 1Symbol 99 MovieClip
"firwat"Symbol 102 MovieClip Frame 1Symbol 90 MovieClip
"coloring"Symbol 106 MovieClip Frame 1Symbol 105 MovieClip
"spinning"Symbol 107 MovieClip Frame 2Symbol 106 MovieClip

Dynamic Text Variables

loadTextSymbol 7 EditableText"<P ALIGN="LEFT"></P>"
outputSymbol 26 EditableText""
descriptionSymbol 108 EditableText"<P ALIGN="LEFT"><FONT FACE="Sylfaen" SIZE="20" COLOR="#000000">Touch an ingredient to learn more about it. &nbsp;Select two, and then hit [Synthesize] to see if they combine to form something new and exciting!</FONT></P>"
outputSymbol 110 EditableText""
descriptionSymbol 112 EditableText"<P ALIGN="LEFT"><FONT FACE="Sylfaen" SIZE="20" COLOR="#000000">You did it! &nbsp;You found all the items!</FONT></P><P ALIGN="LEFT"><FONT FACE="Sylfaen" SIZE="20" COLOR="#000000">But you&apos;ll have to tune in next time for a better &quot;you win&quot; screen. &nbsp;I mean, this is just a work in progress. &nbsp;huh huh huh</FONT></P>"




http://swfchan.com/29/141707/info.shtml
Created: 27/10 -2018 18:54:30 Last modified: 27/10 -2018 18:54:30 Server time: 02/05 -2024 20:36:31