<snapdata remixID="14181013"><project name="acnhflowers" app="Snap! 10.4.5, https://snap.berkeley.edu" version="2"><notes></notes><thumbnail>data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAKAAAAB4CAYAAAB1ovlvAAAAAXNSR0IArs4c6QAABIZJREFUeF7tnT0vZQEURc/rVCRqlUZB6V9QjEalUKr4DXqJj0qpkChNQin+hI9SFCQ6kUhEInkTd2aSMTPGedc7nr1nqc89b5+1Vy6q1+l2u93gBwIDItBBwAGR52MbAgiICAMlgIADxc+HIyAODJTAPwXsdDrx/D/K+vp6HB8fx8HBQeuwR0dHsbq6Gnt7ezE2NvZiz8jISNzd3bXezYO6BFICNn8s/pDxpyzj4+NxcXER5+fnjVDDw8OxvLwcW1tbr9J4enqKm5ubFwLe39/H9fV1TExM6FIkeWsCPQv4/Cabn5+P29vb5u34q5w/JX0tzd8EfOuZ1pfxoASBngWcmpqK09PTWFlZic3NzebIxcXF2NnZiaurqz9+vf5K4W8CLiwsxO7urgQsQvafwJsCTk5OxtnZWTw8PMTQ0FDzq3hmZiY2NjZie3s71tbWXrwFX4s4OzvbvDEfHx+bPYeHh3F5edn86h4dHe3/ZWyUINC3/4KXlpYaIbM/czGXHWXuAwjsx/4HfMqfH/FuAZ/faNPT03FyctLTAQjYE67yYVkB25JBwLbkap5DwBqubE0SQMAkKMZqCCBgDVe2JgkgYBIUYzUEELCGK1uTBBAwCYqxGgIIWMOVrUkCCJgExVgNAQSs4crWJAEETIJirIYAAtZwZWuSAAImQTFWQwABa7iyNUkAAZOgGKshgIA1XNmaJICASVCM1RBAwBqubE0SQMAkKMZqCCBgDVe2JgkgYBIUYzUEELCGK1uTBBAwCYqxGgIIWMOVrUkCCJgExVgNAQSs4crWJAEETIJirIYAAtZwZWuSAAImQTFWQwABa7iyNUkAAZOgGKshgIA1XNmaJICASVCM1RBAwBqubE0SQMAkKMZqCCBgDVe2JgkgYBIUYzUEELCGK1uTBBAwCYqxGgIIWMOVrUkCCJgExVgNAQSs4crWJAEETIJirIYAAtZwZWuSAAImQX22sf342kSaiy+fLVpPeRCwJ1yfZxgB39fFu7+ute3Hq39b5n7n+/frznU9vveYN2Bbkwf0HAL2BzxvwJYcEbAluN8eQ8CWHBGwJTgE7A84ty38DejWqNg9CChWmFtcBHRrVOweBBQrzC0uAro1KnYPAooV5hYXAd0aFbsHAcUKc4uLgG6Nit2DgGKFucVFQLdGxe5BQLHC3OIioFujYvcgoFhhbnER0K1RsXsQUKwwt7gI6Nao2D0IKFaYW1wEdGtU7B4EFCvMLS4CujUqdg8CihXmFhcB3RoVuwcBxQpzi4uAbo2K3YOAYoW5xUVAt0bF7kFAscLc4iKgW6Ni9yCgWGFucRHQrVGxexBQrDC3uAjo1qjYPQgoVphbXAR0a1TsHgQUK8wtLgK6NSp2DwKKFeYWFwHdGhW7BwHFCnOLi4BujYrdg4BihbnFRUC3RsXuQUCxwtziIqBbo2L3IKBYYW5xEdCtUbF7/jsBxfohbhGBgX1jetE9rBUjgIBihbnFRUC3RsXuQUCxwtziIqBbo2L3IKBYYW5xEdCtUbF7EFCsMLe4COjWqNg93wDwbkPGVrjCBAAAAABJRU5ErkJggg==</thumbnail><scenes select="1"><scene name="acnhflowers"><notes></notes><hidden></hidden><headers></headers><code></code><blocks><block-definition s="multiline %&apos;text&apos;" type="reporter" category="operators"><header></header><code></code><translations>pt:o texto multilinha _&#xD;ca:multilínia _&#xD;pl:wielowiersz _&#xD;</translations><inputs><input type="%mlt"></input></inputs><script><block s="doReport"><block var="text"/></block></script></block-definition><block-definition s="substring of %&apos;string&apos; before %&apos;marker&apos;" type="reporter" category="operators"><comment x="0" y="0" w="175.33333333333334" collapsed="false">Reports the part of the first string up to the first instance of the second string inside it.  If the second string isn&apos;t found, reports the entire first string.</comment><header></header><code></code><translations>pt:o texto de _ antes de _&#xD;ca:part del text _ anterior a _&#xD;pl:podciąg _ przed _&#xD;</translations><inputs><input type="%txt"></input><input type="%txt"></input></inputs><script><block s="doDeclareVariables"><list><l>index</l></list></block><block s="doSetVar"><l>index</l><custom-block s="position of %s in %txt"><block var="marker"/><block var="string"/></custom-block></block><block s="doReport"><block s="reportIfElse"><block s="reportVariadicEquals"><list><block var="index"/><l>0</l></list></block><block var="string"/><block s="reportIfElse"><block s="reportVariadicEquals"><list><block var="index"/><l>1</l></list></block><l></l><custom-block s="substring of %txt from position %n to position %n inclusive"><block var="string"/><l>1</l><block s="reportDifference"><block var="index"/><l>1</l></block></custom-block></block></block></block></script></block-definition><block-definition s="substring of %&apos;string&apos; after %&apos;marker&apos;" type="reporter" category="operators"><comment x="0" y="0" w="203.33333333333334" collapsed="false">Reports the portion of the first input string starting after the first occurrence of the second string.  If the second string isn&apos;t found in the first string, reports an empty string.</comment><header></header><code></code><translations>pt:o texto de _ depois de _&#xD;ca:part del text _ posterior a _&#xD;pl:podciąg _ po _&#xD;</translations><inputs><input type="%txt"></input><input type="%txt"></input></inputs><script><block s="doDeclareVariables"><list><l>index</l><l>end</l></list></block><block s="doSetVar"><l>index</l><custom-block s="position of %s in %txt"><block var="marker"/><block var="string"/></custom-block></block><block s="doSetVar"><l>end</l><block s="reportVariadicSum"><list><block var="index"/><block s="reportTextAttribute"><l><option>length</option></l><block var="marker"/></block></list></block></block><block s="doReport"><block s="reportIfElse"><block s="reportVariadicEquals"><list><block var="index"/><l>0</l></list></block><l></l><block s="reportIfElse"><block s="reportVariadicGreaterThan"><list><block var="end"/><block s="reportTextAttribute"><l><option>length</option></l><block var="string"/></block></list></block><l></l><custom-block s="substring of %txt from position %n to position %n inclusive"><block var="string"/><block var="end"/><l></l></custom-block></block></block></block></script></block-definition><block-definition s="position of %&apos;small&apos; in %&apos;large&apos;" type="reporter" category="operators"><comment x="0" y="0" w="294" collapsed="false">Reports the character position (starting from 1) of the beginning of the first input string inside the second input string.&#xD;If it&apos;s not found, reports 0.</comment><header></header><code></code><translations>pt:a posição de _ em _&#xD;ca:posició de _ en _&#xD;pl:pozycja _ w _&#xD;</translations><inputs><input type="%s"></input><input type="%txt"></input></inputs><script><block s="doReport"><block s="reportIfElse"><block s="reportGlobalFlag"><l><option>case sensitivity</option></l></block><block s="reportApplyExtension"><l>txt_indexof(sub, txt)</l><list><block var="small"/><block var="large"/></list></block><block s="reportApplyExtension"><l>txt_indexof(sub, txt)</l><list><block s="reportTextAttribute"><l><option>lower case</option></l><block var="small"/></block><block s="reportTextAttribute"><l><option>lower case</option></l><block var="large"/></block></list></block></block></block></script></block-definition><block-definition s="substring of %&apos;str&apos; from position %&apos;start&apos; to position %&apos;end&apos; inclusive" type="reporter" category="operators"><comment x="0" y="0" w="297.3333333333333" collapsed="false">Reports the portion of the first input (string) starting at the position given by the second input (counting from 1, like LETTER n OF) and ending at the position given by the third input (also counting from 1).  If the third input is empty, reports the portion from the first position to the end of the string.&#xD;If a position number is negative, counts from the end backward, so -1 is the last character, -2 is the next to last, etc.</comment><header></header><code></code><translations>pt:o texto de _ entre as posições _ e _ , inclusive&#xD;ca:part del text _ des de la posició _ fins _&#xD;pl:podciąg _ od pozycji _ do pozycji _ włącznie&#xD;</translations><inputs><input type="%txt"></input><input type="%n"></input><input type="%n"></input></inputs><script><block s="doReport"><block s="reportJoinWords"><block s="reportLetter"><block s="reportNumbers"><block s="reportIfElse"><block s="reportVariadicLessThan"><list><block var="start"/><l>0</l></list></block><block s="reportVariadicSum"><list><block s="reportVariadicSum"><list><block var="start"/><l>1</l></list></block><block s="reportTextAttribute"><l><option>length</option></l><block var="str"/></block></list></block><block var="start"/></block><block s="reportIfElse"><block s="reportVariadicEquals"><list><block var="end"/><l>0</l></list></block><block s="reportTextAttribute"><l><option>length</option></l><block var="str"/></block><block s="reportIfElse"><block s="reportVariadicLessThan"><list><block var="end"/><l>0</l></list></block><block s="reportVariadicSum"><list><block s="reportVariadicSum"><list><block var="end"/><l>1</l></list></block><block s="reportTextAttribute"><l><option>length</option></l><block var="str"/></block></list></block><block var="end"/></block></block></block><block var="str"/></block></block></block></script></block-definition><block-definition s="text %&apos;string&apos; contains %&apos;marker&apos;" type="predicate" category="operators"><comment x="0" y="0" w="218" collapsed="false">Reports True if the first input string contains the second input string, otherwise false.&#xD;&#xD;Comparison is case-independent by default; use USE CASE-INDEPENDENT COMPARISONS to change that.</comment><header></header><code></code><translations>pt:o texto de _ antes de _&#xD;ca:text _ conté _ ?&#xD;pl:tekst _ zawiera _&#xD;</translations><inputs><input type="%txt"></input><input type="%txt"></input></inputs><script><block s="doReport"><block s="reportVariadicGreaterThan"><list><custom-block s="position of %s in %txt"><block var="marker"/><block var="string"/></custom-block><l>0</l></list></block></block></script></block-definition><block-definition s="surrounding tiles %&apos;num&apos;" type="reporter" category="operators"><header></header><code></code><translations></translations><inputs><input type="%n" initial="1"></input></inputs><script><block s="doDeclareVariables"><list><l>a</l></list></block><block s="doSetVar"><l>a</l><block s="reportNewList"><list></list></block></block><block s="doIf"><block s="reportVariadicGreaterThan"><list><block s="reportModulus"><block var="num"/><l>50</l></block><l>0</l></list></block><script><block s="doAddToList"><block s="reportVariadicSum"><list><block var="num"/><l>1</l></list></block><block var="a"/></block><block s="doIf"><block s="reportVariadicGreaterThan"><list><block var="num"/><l>50</l></list></block><script><block s="doAddToList"><block s="reportVariadicSum"><list><block var="num"/><l>-49</l></list></block><block var="a"/></block></script><list></list></block><block s="doIf"><block s="reportVariadicLessThan"><list><block var="num"/><l>2451</l></list></block><script><block s="doAddToList"><block s="reportVariadicSum"><list><block var="num"/><l>51</l></list></block><block var="a"/></block></script><list></list></block></script><list></list></block><block s="doIf"><block s="reportVariadicNotEquals"><list><block s="reportModulus"><block var="num"/><l>50</l></block><l>1</l></list></block><script><block s="doAddToList"><block s="reportVariadicSum"><list><block var="num"/><l>-1</l></list></block><block var="a"/></block><block s="doIf"><block s="reportVariadicGreaterThan"><list><block var="num"/><l>50</l></list></block><script><block s="doAddToList"><block s="reportVariadicSum"><list><block var="num"/><l>-51</l></list></block><block var="a"/></block></script><list></list></block><block s="doIf"><block s="reportVariadicLessThan"><list><block var="num"/><l>2451</l></list></block><script><block s="doAddToList"><block s="reportVariadicSum"><list><block var="num"/><l>49</l></list></block><block var="a"/></block></script><list></list></block></script><list></list></block><block s="doIf"><block s="reportVariadicGreaterThan"><list><block var="num"/><l>50</l></list></block><script><block s="doAddToList"><block s="reportVariadicSum"><list><block var="num"/><l>-50</l></list></block><block var="a"/></block></script><list></list></block><block s="doIf"><block s="reportVariadicLessThan"><list><block var="num"/><l>2451</l></list></block><script><block s="doAddToList"><block s="reportVariadicSum"><list><block var="num"/><l>50</l></list></block><block var="a"/></block></script><list></list></block><block s="doReport"><block var="a"/></block></script></block-definition><block-definition s="Hybrid-Ize! %&apos;1&apos; %&apos;2&apos;" type="reporter" category="operators"><header></header><code></code><translations></translations><inputs><input type="%n" initial="1"></input><input type="%n" initial="1"></input></inputs><script><block s="doDeclareVariables"><list><l>a</l></list></block><block s="doSetVar"><l>a</l><l></l></block><block s="doFor"><l>i</l><l>1</l><l>4</l><script><block s="doIf"><block s="reportVariadicAnd"><list><block s="reportVariadicNotEquals"><list><block s="reportLetter"><block var="i"/><block var="1"/></block><l>1</l></list></block><block s="reportVariadicNotEquals"><list><block s="reportLetter"><block var="i"/><block var="2"/></block><l>1</l></list></block></list></block><script><block s="doSetVar"><l>a</l><block s="reportJoinWords"><list><block var="a"/><block s="reportQuotient"><block s="reportVariadicSum"><list><block s="reportLetter"><block var="i"/><block var="1"/></block><block s="reportLetter"><block var="i"/><block var="2"/></block></list></block><l>2</l></block></list></block></block></script><list><block s="reportVariadicNotEquals"><list><block s="reportLetter"><block var="i"/><block var="1"/></block><l>1</l></list></block><script><block s="doSetVar"><l>a</l><block s="reportJoinWords"><list><block var="a"/><block s="reportRandom"><l>1</l><block s="reportLetter"><block var="i"/><block var="1"/></block></block></list></block></block></script><block s="reportVariadicNotEquals"><list><block s="reportLetter"><block var="i"/><block var="2"/></block><l>1</l></list></block><script><block s="doSetVar"><l>a</l><block s="reportJoinWords"><list><block var="a"/><block s="reportRandom"><l>1</l><block s="reportLetter"><block var="i"/><block var="2"/></block></block></list></block></block></script><l><bool>true</bool></l><script><block s="doSetVar"><l>a</l><block s="reportJoinWords"><list><block var="a"/><block s="reportMonadic"><l><option>abs</option></l><block s="reportRandom"><l>-1</l><l>2</l></block></block></list></block></block></script></list></block></script></block><block s="doReport"><block var="a"/></block></script></block-definition><block-definition s="render" type="command" category="pen"><header></header><code></code><translations></translations><inputs></inputs><script><block s="doWarp"><script><block s="clear"></block><block s="setSize"><l>6</l></block><block s="doSetGlobalFlag"><l><option>flat line ends</option></l><l><bool>true</bool></l></block><block s="hide"></block><block s="gotoXY"><l>-150</l><l>147</l></block><block s="doDeclareVariables"><list><l>a</l><l>b</l></list></block><block s="doSetVar"><l>a</l><l>1</l></block><block s="doRepeat"><l>50</l><script><block s="doRepeat"><l>50</l><script><block s="doIf"><block s="reportVariadicEquals"><list><block s="reportListItem"><block var="a"/><block var="the"/></block><l>-</l></list></block><script><block s="setPenColorDimension"><l><option>r-g-b(-a)</option></l><block s="reportNewList"><list><l>80</l><l>255</l><l>80</l></list></block></block></script><list><l><bool>true</bool></l><script><block s="doSetVar"><l>b</l><block s="reportVariadicSum"><list><block s="reportVariadicProduct"><list><block s="reportLetter"><l>1</l><block s="reportListItem"><block var="a"/><block var="the"/></block></block><l>27</l></list></block><block s="reportVariadicProduct"><list><block s="reportLetter"><l>2</l><block s="reportListItem"><block var="a"/><block var="the"/></block></block><l>9</l></list></block><block s="reportVariadicProduct"><list><block s="reportLetter"><l>3</l><block s="reportListItem"><block var="a"/><block var="the"/></block></block><l>3</l></list></block><l>1</l><block s="reportVariadicProduct"><list><block s="reportLetter"><l>4</l><block s="reportListItem"><block var="a"/><block var="the"/></block></block><l>1</l></list></block></list></block></block><block s="doIf"><block s="reportVariadicEquals"><list><block s="reportLetter"><block var="b"/><block var="types"/></block><l>r</l></list></block><script><block s="setPenColorDimension"><l><option>r-g-b(-a)</option></l><block s="reportNewList"><list><l>255</l><l>0</l><l>0</l></list></block></block></script><list><block s="reportVariadicEquals"><list><block s="reportLetter"><block var="b"/><block var="types"/></block><l>o</l></list></block><script><block s="setPenColorDimension"><l><option>r-g-b(-a)</option></l><block s="reportNewList"><list><l>255</l><l>127</l><l>0</l></list></block></block></script><block s="reportVariadicEquals"><list><block s="reportLetter"><block var="b"/><block var="types"/></block><l>y</l></list></block><script><block s="setPenColorDimension"><l><option>r-g-b(-a)</option></l><block s="reportNewList"><list><l>255</l><l>255</l><l>0</l></list></block></block></script><block s="reportVariadicEquals"><list><block s="reportLetter"><block var="b"/><block var="types"/></block><l>b</l></list></block><script><block s="setPenColorDimension"><l><option>r-g-b(-a)</option></l><block s="reportNewList"><list><l>0</l><l>0</l><l>255</l></list></block></block></script><block s="reportVariadicEquals"><list><block s="reportLetter"><block var="b"/><block var="types"/></block><l>p</l></list></block><script><block s="setPenColorDimension"><l><option>r-g-b(-a)</option></l><block s="reportNewList"><list><l>95</l><l>0</l><l>191</l></list></block></block></script><block s="reportVariadicEquals"><list><block s="reportLetter"><block var="b"/><block var="types"/></block><l>i</l></list></block><script><block s="setPenColorDimension"><l><option>r-g-b(-a)</option></l><block s="reportNewList"><list><l>255</l><l>0</l><l>255</l></list></block></block></script><block s="reportVariadicEquals"><list><block s="reportLetter"><block var="b"/><block var="types"/></block><l>w</l></list></block><script><block s="setPenColorDimension"><l><option>r-g-b(-a)</option></l><block s="reportNewList"><list><l>255</l><l>255</l><l>255</l></list></block></block></script><block s="reportVariadicEquals"><list><block s="reportLetter"><block var="b"/><block var="types"/></block><l>k</l></list></block><script><block s="setPenColorDimension"><l><option>r-g-b(-a)</option></l><block s="reportNewList"><list><l>0</l><l>0</l><l>0</l></list></block></block></script></list></block></script></list></block><block s="down"></block><block s="forward"><l>6</l></block><block s="up"></block><block s="doChangeVar"><l>a</l><l>1</l></block></script></block><block s="changeYPosition"><l>-6</l></block><block s="setXPosition"><l>-150</l></block></script></block><block s="setPenColorDimension"><l><option>r-g-b(-a)</option></l><block s="reportNewList"><list><l>0</l><l>0</l><l>0</l></list></block></block><block s="gotoXY"><l>-220</l><l>150</l></block><block s="write"><block s="reportJoinWords"><list><l>Day </l><block var="day"/></list></block><l>24</l></block></script></block></script></block-definition></blocks><primitives></primitives><stage name="Stage" width="480" height="360" costume="0" color="255,255,255,1" tempo="60" threadsafe="false" penlog="false" volume="100" pan="0" lines="flat" ternary="false" hyperops="true" codify="false" inheritance="true" sublistIDs="false" id="820"><pentrails>data:image/png;base64,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</pentrails><costumes><list struct="atomic" id="821"></list></costumes><sounds><list struct="atomic" id="822"></list></sounds><variables></variables><blocks></blocks><scripts></scripts><sprites select="1"><sprite name="Sprite" idx="1" x="-136" y="150" heading="90" scale="1" volume="100" pan="0" rotation="1" draggable="true" hidden="true" costume="0" color="0,0,0,1" pen="tip" id="827"><costumes><list struct="atomic" id="828"></list></costumes><sounds><list struct="atomic" id="829"></list></sounds><blocks></blocks><variables></variables><scripts><script x="242.33333333333337" y="10"><block s="doSetVar"><l>types</l><l>wwwwwwpppyyywwwpppyyyyyywwwriwriwripoyyriwripoyyoyyriwkrikrikriooyrrwkrpooyooybrw</l></block></script><script x="26.333333333333286" y="30.499999999999993"><block s="receiveGo"></block><block s="doSetVar"><l>day</l><l>1</l></block><block s="up"></block><block s="clear"></block><block s="doSetVar"><l>the</l><block s="reportNewList"><list></list></block></block><block s="doSetVar"><l>surrounded flowers</l><block s="reportNewList"><list></list></block></block><block s="doRepeat"><l>2500</l><script><block s="doAddToList"><l>-</l><block var="the"/></block></script></block><block s="doRepeat"><l>2500</l><script><block s="doAddToList"><l>0</l><block var="surrounded flowers"/></block></script></block><block s="doReplaceInList"><l>1275</l><block var="the"/><l>1111-1-0</l></block><block s="doForever"><script><custom-block s="render"></custom-block><block s="doWait"><l></l></block><block s="doWarp"><script><block s="doSetVar"><l>flowers</l><block s="reportKeep"><block s="reifyPredicate"><autolambda><block s="reportVariadicEquals"><list><block s="reportListItem"><l></l><block var="surrounded flowers"/></block><l>0</l></list></block></autolambda><list></list></block><block s="reportKeep"><block s="reifyPredicate"><autolambda><block s="reportNot"><block s="reportVariadicEquals"><list><block s="reportListItem"><l></l><block var="the"/></block><l>-</l></list></block></block></autolambda><list></list></block><block s="reportNumbers"><l>1</l><l>2500</l></block></block></block></block><block s="doSetVar"><l>valid partners</l><block s="reportKeep"><block s="reifyPredicate"><autolambda><block s="reportVariadicEquals"><list><block s="reportListItem"><l></l><block var="surrounded flowers"/></block><l>0</l></list></block></autolambda><list></list></block><block s="reportKeep"><block s="reifyPredicate"><autolambda><block s="reportNot"><block s="reportVariadicEquals"><list><block s="reportListItem"><l></l><block var="the"/></block><l>-</l></list></block></block></autolambda><list></list></block><block s="reportNumbers"><l>1</l><l>2500</l></block></block></block></block><block s="doUntil"><block s="reportVariadicEquals"><list><block s="reportListAttribute"><l><option>length</option></l><block var="flowers"/></block><l>0</l></list></block><script><block s="doSetVar"><l>current flower</l><block s="reportListItem"><l><option>random</option></l><block var="flowers"/></block></block><block s="doIf"><block s="reportVariadicLessThan"><list><block s="reportLetter"><l>6</l><block s="reportListItem"><block var="current flower"/><block var="the"/></block></block><l>4</l></list></block><script><block s="doReplaceInList"><block var="current flower"/><block var="the"/><block s="reportJoinWords"><list><custom-block s="substring of %txt from position %n to position %n inclusive"><block s="reportListItem"><block var="current flower"/><block var="the"/></block><l>1</l><l>5</l></custom-block><block s="reportVariadicSum"><list><block s="reportLetter"><l>6</l><block s="reportListItem"><block var="current flower"/><block var="the"/></block></block><l>1</l></list></block><custom-block s="substring of %txt from position %n to position %n inclusive"><block s="reportListItem"><block var="current flower"/><block var="the"/></block><l>7</l><l>12</l></custom-block></list></block></block></script><list></list></block><block s="doIf"><block s="reportVariadicLessThan"><list><custom-block s="substring of %txt from position %n to position %n inclusive"><block s="reportListItem"><block var="current flower"/><block var="the"/></block><l>8</l><l>12</l></custom-block><l>20</l></list></block><script><block s="doReplaceInList"><block var="current flower"/><block var="the"/><block s="reportJoinWords"><list><custom-block s="substring of %txt from position %n to position %n inclusive"><block s="reportListItem"><block var="current flower"/><block var="the"/></block><l>1</l><l>7</l></custom-block><block s="reportVariadicSum"><list><custom-block s="substring of %txt from position %n to position %n inclusive"><block s="reportListItem"><block var="current flower"/><block var="the"/></block><l>8</l><l>12</l></custom-block><l>1</l></list></block></list></block></block></script><list></list></block><block s="doIf"><block s="reportVariadicAnd"><list><block s="reportVariadicEquals"><list><block s="reportLetter"><l>6</l><block s="reportListItem"><block var="current flower"/><block var="the"/></block></block><l>4</l></list></block><block s="reportListContainsItem"><block var="valid partners"/><block var="current flower"/></block></list></block><script><block s="doIf"><block s="reportVariadicLessThan"><list><block s="reportRandom"><l>0</l><l>19</l></block><block s="reportIfElse"><block s="reportVariadicLessThan"><list><custom-block s="substring of %txt from position %n to position %n inclusive"><block s="reportListItem"><block var="current flower"/><block var="the"/></block><l>8</l><l>12</l></custom-block><l>4</l></list></block><l>1</l><block s="reportDifference"><custom-block s="substring of %txt from position %n to position %n inclusive"><block s="reportListItem"><block var="current flower"/><block var="the"/></block><l>8</l><l>12</l></custom-block><l>2</l></block></block></list></block><script><block s="doSetVar"><l>target</l><block s="reportListItem"><l><option>random</option></l><block s="reportKeep"><block s="reifyPredicate"><autolambda><block s="reportVariadicEquals"><list><block s="reportListItem"><l></l><block var="the"/></block><l>-</l></list></block></autolambda><list></list></block><custom-block s="surrounding tiles %n"><block var="current flower"/></custom-block></block></block></block><block s="doIfElse"><block s="reportNot"><block s="reportVariadicEquals"><list><block var="target"/><l></l></list></block></block><script><block s="doSetVar"><l>target2</l><block s="reportListItem"><l><option>random</option></l><block s="reportKeep"><block s="reifyPredicate"><autolambda><block s="reportListContainsItem"><block var="valid partners"/><l></l></block></autolambda><list></list></block><block s="reportKeep"><block s="reifyPredicate"><autolambda><block s="reportVariadicEquals"><list><block s="reportLetter"><l>6</l><block s="reportListItem"><l></l><block var="the"/></block></block><l>4</l></list></block></autolambda><list></list></block><block s="reportKeep"><block s="reifyPredicate"><autolambda><block s="reportNot"><block s="reportVariadicEquals"><list><block s="reportListItem"><l></l><block var="the"/></block><l>-</l></list></block></block></autolambda><list></list></block><custom-block s="surrounding tiles %n"><block var="current flower"/></custom-block></block></block></block></block></block><block s="doIfElse"><block s="reportVariadicEquals"><list><block var="target2"/><l></l></list></block><script><block s="doReplaceInList"><block var="target"/><block var="the"/><block s="reportJoinWords"><list><custom-block s="substring of %txt from position %n to position %n inclusive"><block s="reportListItem"><block var="current flower"/><block var="the"/></block><l>1</l><l>4</l></custom-block><l>-3-0</l></list></block></block></script><script><block s="doReplaceInList"><block var="target"/><block var="the"/><block s="reportJoinWords"><list><custom-block s="Hybrid-Ize! %n %n"><custom-block s="substring of %txt from position %n to position %n inclusive"><block s="reportListItem"><block var="current flower"/><block var="the"/></block><l>1</l><l>4</l></custom-block><custom-block s="substring of %txt from position %n to position %n inclusive"><block s="reportListItem"><block var="target2"/><block var="the"/></block><l>1</l><l>4</l></custom-block></custom-block><l>-3-0</l></list></block></block></script></block><block s="doReplaceInList"><block var="current flower"/><block var="the"/><block s="reportJoinWords"><list><custom-block s="substring of %txt from position %n to position %n inclusive"><block s="reportListItem"><block var="current flower"/><block var="the"/></block><l>1</l><l>7</l></custom-block><l>0</l></list></block></block><block s="doReplaceInList"><block var="target2"/><block var="the"/><block s="reportJoinWords"><list><custom-block s="substring of %txt from position %n to position %n inclusive"><block s="reportListItem"><block var="target2"/><block var="the"/></block><l>1</l><l>7</l></custom-block><l>0</l></list></block></block><block s="doDeleteFromList"><block s="reportListIndex"><block var="current flower"/><block var="valid partners"/></block><block var="valid partners"/></block><block s="doDeleteFromList"><block s="reportListIndex"><block var="target2"/><block var="valid partners"/></block><block var="valid partners"/></block></script><script><block s="doReplaceInList"><block var="current flower"/><block var="surrounded flowers"/><l>1</l></block></script></block></script><list></list></block></script><list></list></block><block s="doDeleteFromList"><block s="reportListIndex"><block var="current flower"/><block var="flowers"/></block><block var="flowers"/></block></script></block></script></block><block s="doChangeVar"><l>day</l><l>1</l></block></script></block></script><script x="694.3333333333329" y="1399.4166666666688"><block s="reportNot"><l/></block></script></scripts></sprite><watcher var="types" style="normal" x="0" y="10" color="243,118,29" hidden="true"/><watcher var="the" style="normal" x="10" y="31.000001999999995" color="243,118,29" hidden="true"/><watcher var="valid partners" style="normal" x="10" y="52.00000399999999" color="243,118,29" hidden="true"/><watcher var="current flower" style="normal" x="10" y="145.00000599999998" color="243,118,29" hidden="true"/><watcher var="flowers" style="normal" x="10" y="166.00000799999998" color="243,118,29" hidden="true"/><watcher var="temp" style="normal" x="10" y="187.00000999999997" color="243,118,29" hidden="true"/><watcher var="target" style="normal" x="10" y="208.00001199999997" color="243,118,29" hidden="true"/><watcher var="target2" style="normal" x="10" y="229.00001399999996" color="243,118,29" hidden="true"/><watcher var="day" style="normal" x="7" y="2.0000159999999596" color="243,118,29" hidden="true"/><watcher var="surrounded flowers" style="normal" x="10" y="186.99999800000006" color="243,118,29" extX="80" extY="70" hidden="true"/></sprites></stage><variables><variable name="types"><l>wwwwwwpppyyywwwpppyyyyyywwwriwriwripoyyriwripoyyoyyriwkrikrikriooyrrwkrpooyooybrw</l></variable><variable name="the"><list struct="atomic" id="1358">-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,0101-4-4,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,1111-4-4,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,1111-4-4,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-</list></variable><variable name="valid partners"><list struct="atomic" id="1359">1176,1225,1275</list></variable><variable name="current flower"><l>1225</l></variable><variable name="flowers"><list struct="atomic" id="1360"></list></variable><variable name="temp"><l>0</l></variable><variable name="target"><l>1176</l></variable><variable name="target2"><l>1275</l></variable><variable name="day"><l>18</l></variable><variable name="surrounded flowers"><list struct="atomic" id="1361">0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0</list></variable></variables></scene></scenes></project><media name="acnhflowers" app="Snap! 10.4.5, https://snap.berkeley.edu" version="2"></media></snapdata>