<snapdata remixID="13069859"><project name="U2L12-brickwall - starter" app="Snap! 9.0, https://snap.berkeley.edu" version="2"><notes></notes><thumbnail>data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAKAAAAB4CAYAAAB1ovlvAAAEzElEQVR4Xu3dP2jUYByH8bfdHQUxOFboYBepOqiL4NK14OJQW8XlLkiLUApSilgEETR06GItLiK4KFRB6CYolC4iFh0clNDFyUmwoMcpufgnb/P23rvvm/C4Xu79JU8+VfJyPQd+tP4Y/lBAVGAAgKLyjG0XACAQpAUAKM3PcABiQFoAgNL8DAcgBqQFACjNz3AAYkBaAIDS/AwHIAakBQAozc9wAGJAWgCA0vwMByAGpAUAKM3PcABiQFoAgNL8DAcgBqQFACjNz3AAYkBaAIDS/AwHIAakBQAozc9wAGJAWgCA0vwMByAGpAUAKM3PcABiQFoAgNL8DAcgBqQFACjNz3AAYkBaAIDS/AwHIAakBQAozc9wAGJAWgCA0vwMByAGpAUAKM3PcABiQFoAgNL8DAcgBqQFACjNz3AAYkBaAIDS/AwHIAakBQAozc9wAGJAWgCA0vwMByAGpAUAKM3PcABiQFoAgNL8DAcgBqQFACjNz3AAYkBaAIDS/AwPAmAyGRXeiXglzV5LouHi49Kt7LUomSg8Lo1Xc+tNWtZbya13y7LeVRR1UQCABfHiFIBduCr9VgACsDSWXhwIQAD2wlXpNYMAWPpsObB2BQBYu1tarQsCYLXuV+3ONgiAyfCvbZh4q7Plci5KCmM/SuPcVsqiZStlrrOVMlq8XrrRWS8asxy3lps7//ucFzrnXDsdfbggALYiA7AP0gpGABCAOn2tyUEAlBZguLQAAKX5GQ5ADEgLAFCan+FBADxq2XLZzG25LFiOm/9ja+asZWvmRfZaw7LeUn5uUvxpnfmYbZhufowAWFAPgN2wKv9eAAKwvJYeHBkEwB5cF0tWpAAAK3Kj6nqaAKzrna3IdQUBMIlOtHPF6essW5QU/65FGnd+RyNKThamTuOXzuvNWJ6Mb+eejKNktL12Gm9U5FaHeZoAbCPqgAZgf6ECEID9FffXNAACEIDSAgyXFgjib0BpAYZLCwBQmp/hQQCMkjHLVspa9loSlfuQQdkn2YblQwZLuQ8Z3LFszVzJbc3Ayb0AAAuaAdAd017eAUAA7sWNt/cEAdDb1bBQ5QoAsHK3rF4nDMB63c/KXQ0AK3fL6nXCQQCMkjPtqmm8ntWNJixfkbGa+yqNZMSyhfMme+2QZcvlc27LJUrKfRtqEo23147Tx/US0eerAWArOAD7rC43DoAA1OlrTQ4CoLQAw6UFACjNz/BKANze3jbHT50368+XzdDQEHetRgWCABiNdJ54Dx7YZ548GDfNxmWz+fGY+b4z2M794dWUuXHvcGH6xdyT7E3Lhwdm87/Xcc3ypH0992WUi5b/x2SOb0bo5uchCIDv3n8xa0/vm+WHX823nf3/XM/0xKCZmW6YOctWCgC7YaB7byUAzl4aMM1mE4A6Jz2bHATA//0TfOHitHn76Uh24fwT3DMD0oWDALhbgfZDyOkps/7sLg8hu8Wq2OuVAFixppyuQwEAOsTiUP8FAOi/KSs6FACgQywO9V8AgP6bsqJDAQA6xOJQ/wUA6L8pKzoUAKBDLA71XwCA/puyokMBADrE4lD/BQDovykrOhQAoEMsDvVfAID+m7KiQwEAOsTiUP8FAOi/KSs6FACgQywO9V8AgP6bsqJDgZ+dEYzGXxgt3wAAAABJRU5ErkJggg==</thumbnail><scenes select="1"><scene name="U2L12-brickwall - starter"><notes></notes><hidden></hidden><headers></headers><code></code><blocks><block-definition s="set flag %&apos;which&apos; to %&apos;tf&apos;" type="command" category="sensing"><header></header><code></code><translations></translations><inputs><input type="%s" readonly="true"><options>Presentation mode&#xD;Retina display support&#xD;Long form input dialog&#xD;Plain prototype labels&#xD;Input sliders&#xD;Execute on slider change&#xD;Clicking sound&#xD;Turbo mode&#xD;Flat design&#xD;Keyboard editing&#xD;Table support&#xD;Table lines&#xD;Visible stepping&#xD;Thread safe scripts&#xD;Prefer smooth animations&#xD;Flat line ends&#xD;Codification support&#xD;Inheritance support</options></input><input type="%b"></input></inputs><script><block s="doRun"><block s="reportJSFunction"><list><l>which</l><l>tf</l></list><l>var   stage = this.parentThatIsA(StageMorph),&#xD;        ide = stage.parentThatIsA(IDE_Morph),&#xD;        world = stage.parentThatIsA(WorldMorph);&#xD;&#xD;if (tf != !!tf) return;&#xD;&#xD;try{&#xD;ide.savingPreferences = false;&#xD;&#xD;switch (which) {&#xD;    case &apos;Presentation mode&apos;:&#xD;        if (tf != ide.isAppMode) ide.toggleAppMode();&#xD;        break;&#xD;    case &apos;Retina display support&apos;:&#xD;        if (tf != isRetinaEnabled()) ide.toggleRetina();&#xD;        break;&#xD;    case &apos;Long form input dialog&apos;:&#xD;        if (tf != InputSlotDialogMorph.prototype.isLaunchingExpanded)&#xD;            ide.toggleLongFormInputDialog();&#xD;        break;&#xD;    case &apos;Plain prototype labels&apos;:&#xD;        if (tf != BlockLabelPlaceHolderMorph.prototype.plainLabel)&#xD;            ide.togglePlainPrototypeLabels();&#xD;        break;&#xD;    case &apos;Input sliders&apos;:&#xD;        MorphicPreferences.useSliderForInput = tf;&#xD;        break;&#xD;    case &apos;Execute on slider change&apos;:&#xD;        ArgMorph.prototype.executeOnSliderEdit = tf;&#xD;        break;&#xD;    case &apos;Clicking sound&apos;:&#xD;        if (tf != !!BlockMorph.prototype.snapSound)&#xD;            BlockMorph.prototype.toggleSnapSound();&#xD;        break;&#xD;    case &apos;Turbo mode&apos;:&#xD;        if (tf != stage.isFastTracked)&#xD;            ide.toggleFastTracking();&#xD;        break;&#xD;    case &apos;Flat design&apos;:&#xD;        if (tf == MorphicPreferences.isFlat) break;&#xD;        if (tf)&#xD;            ide.flatDesign();&#xD;        else&#xD;            ide.defaultDesign();&#xD;        break;&#xD;    case &apos;Keyboard editing&apos;:&#xD;            ScriptsMorph.prototype.enableKeyboard = tf;&#xD;        break;&#xD;    case &apos;Table support&apos;:&#xD;            List.prototype.enableTables = tf;&#xD;        break;&#xD;    case &apos;Table lines&apos;:&#xD;                TableMorph.prototype.highContrast = tf;&#xD;        break;&#xD;    case &apos;Visible stepping&apos;:&#xD;        if (tf != Process.prototype.enableSingleStepping)&#xD;            ide.toggleSingleStepping();&#xD;        break;&#xD;    case &apos;Thread safe scripts&apos;:&#xD;        stage.isThreadSafe = tf;&#xD;        break;&#xD;    case &apos;Prefer smooth animations&apos;:&#xD;        if (tf != (StageMorph.prototype.frameRate &gt; 0))&#xD;            ide.toggleVariableFrameRate();&#xD;        break;&#xD;    case &apos;Flat line ends&apos;:&#xD;        SpriteMorph.prototype.useFlatLineEnds = tf;&#xD;        break;&#xD;    case &apos;Codification support&apos;:&#xD;        if (tf != StageMorph.prototype.enableCodeMapping) {&#xD;            StageMorph.prototype.enableCodeMapping = tf;&#xD;            ide.currentSprite.blocksCache.variables = null;&#xD;            ide.currentSprite.paletteCache.variables = null;&#xD;            ide.refreshPalette();&#xD;        }&#xD;        break;&#xD;    case &apos;Inheritance support&apos;:&#xD;        if (tf != StageMorph.prototype.enableInheritance) {&#xD;            StageMorph.prototype.enableInheritance = tf;&#xD;            ide.currentSprite.blocksCache.variables = null;&#xD;            ide.currentSprite.paletteCache.variables = null;&#xD;            ide.refreshPalette();&#xD;        }&#xD;        break;&#xD;};&#xD;}&#xD;finally {&#xD;ide.savingPreferences = false;&#xD;};&#xD;</l></block><list><block var="which"/><block var="tf"/></list></block></script></block-definition><block-definition s="draw brick, length: %&apos;length&apos; width: %&apos;width&apos;" type="command" category="pen"><header></header><code></code><translations></translations><inputs><input type="%n"></input><input type="%n"></input></inputs><script><block s="setPenColorDimension"><l><option>hue</option></l><block s="reportRandom"><l>1</l><l>99</l></block></block><block s="doSetGlobalFlag"><l><option>flat line ends</option></l><block s="reportBoolean"><l><bool>true</bool></l></block></block><block s="setSize"><block var="width"/></block><block s="down"></block><block s="forward"><block var="length"/></block><block s="up"></block></script><scripts><script x="323.9999999999999" y="165.83333333333337"><block s="setColor"><color>145,26,68,1</color></block></script></scripts></block-definition><block-definition s="set flat line ends to %&apos;flag&apos;" type="command" category="pen"><header></header><code></code><translations></translations><inputs><input type="%b"></input></inputs><script><custom-block s="set flag %s to %b"><l>Flat line ends</l><block var="flag"/></custom-block></script></block-definition><block-definition s="draw row a length %&apos;length&apos; width %&apos;width&apos; gap %&apos;gap&apos; brix %&apos;brix&apos;" type="command" category="pen"><header></header><code></code><translations></translations><inputs><input type="%s"></input><input type="%s"></input><input type="%s"></input><input type="%s"></input></inputs><script><custom-block s="draw brick, length: %n width: %n"><block var="length"/><block var="width"/></custom-block><block s="doRepeat"><block s="reportDifference"><block var="brix"/><l>1</l></block><script><block s="forward"><block var="gap"/></block><custom-block s="draw brick, length: %n width: %n"><block var="length"/><block var="width"/></custom-block><block s="up"></block></script></block></script><scripts><script x="191.4794921875" y="201.49999999999994"><block var="bricks"/></script></scripts></block-definition><block-definition s="draw row b length %&apos;length&apos; width %&apos;width&apos; gap %&apos;gap&apos; brix %&apos;brix&apos;" type="command" category="pen"><header></header><code></code><translations></translations><inputs><input type="%s"></input><input type="%s"></input><input type="%s"></input><input type="%s"></input></inputs><script><custom-block s="draw brick, length: %n width: %n"><block s="reportQuotient"><block s="reportDifference"><block var="length"/><block var="gap"/></block><l>2</l></block><block var="width"/></custom-block><block s="up"></block><block s="forward"><block var="gap"/></block><block s="doRepeat"><block s="reportDifference"><block var="brix"/><l>1</l></block><script><custom-block s="draw brick, length: %n width: %n"><block var="length"/><block var="width"/></custom-block><block s="up"></block><block s="forward"><block var="gap"/></block></script></block><custom-block s="draw brick, length: %n width: %n"><block s="reportQuotient"><block s="reportDifference"><block var="length"/><block var="gap"/></block><l>2</l></block><block var="width"/></custom-block></script></block-definition><block-definition s="Draw brick wall with %&apos;#&apos; rows" type="command" category="pen"><header></header><code></code><translations></translations><inputs><input type="%s"></input></inputs><script><block s="doRepeat"><block s="reportQuotient"><block var="#"/><l>2</l></block><script><custom-block s="draw row a length %s width %s gap %s brix %s"><l></l><l></l><l></l><l></l></custom-block><block s="changeYPosition"><l>-15</l></block><block s="turn"><l>180</l></block><custom-block s="draw row b length %s width %s gap %s brix %s"><l></l><l></l><l></l><l></l></custom-block><block s="changeYPosition"><l>-15</l></block><block s="turn"><l>180</l></block></script></block><block s="doIf"><block s="reportVariadicEquals"><list><block s="reportVariadicEquals"><list><block s="reportModulus"><block var="#"/><l>2</l></block><l>0</l></list></block><block s="reportBoolean"><l><bool>false</bool></l></block></list></block><script><custom-block s="draw row a length %s width %s gap %s brix %s"><l></l><l></l><l></l><l></l></custom-block></script><list></list></block></script><scripts><script x="68" y="384.79999999999984"><block s="turn"><l>90</l></block><block s="forward"><l>10</l></block><block s="turn"><l>90</l></block></script><script x="296.5" y="45.19999999999999"><block s="doFor"><l>i</l><l>1</l><block var="#"/><script></script></block></script></scripts></block-definition><block-definition s="Draw row A; bricks %&apos;brix&apos; width %&apos;width&apos; length: %&apos;lngth&apos; Gap %&apos;gap&apos;" type="command" category="pen"><header></header><code></code><translations></translations><inputs><input type="%s"></input><input type="%s"></input><input type="%s"></input><input type="%s"></input></inputs><script><custom-block s="draw row a length %s width %s gap %s brix %s"><block var="lngth"/><block var="width"/><block var="gap"/><block var="brix"/></custom-block></script></block-definition><block-definition s="Draw brick wall with rows %&apos;rows&apos; with bricks per row: %&apos;brix&apos; of brick length: %&apos;length&apos; width: %&apos;width&apos; gap thickness: %&apos;gap&apos;" type="command" category="pen"><header></header><code></code><translations></translations><inputs><input type="%s"></input><input type="%s"></input><input type="%s"></input><input type="%s"></input><input type="%s"></input></inputs><script><block s="doRepeat"><block s="reportQuotient"><block var="rows"/><l>2</l></block><script><custom-block s="draw row a length %s width %s gap %s brix %s"><block var="length"/><block var="width"/><block var="gap"/><block var="brix"/></custom-block><block s="changeYPosition"><block s="reportVariadicProduct"><list><block s="reportVariadicSum"><list><block var="width"/><block var="gap"/></list></block><l>-1</l></list></block></block><block s="turn"><l>180</l></block><custom-block s="draw row b length %s width %s gap %s brix %s"><block var="length"/><block var="width"/><block var="gap"/><block var="brix"/></custom-block><block s="changeYPosition"><block s="reportVariadicProduct"><list><block s="reportVariadicSum"><list><block var="width"/><block var="gap"/></list></block><l>-1</l></list></block></block><block s="turn"><l>180</l></block></script></block><block s="doIf"><block s="reportVariadicEquals"><list><block s="reportVariadicEquals"><list><block s="reportModulus"><block var="rows"/><l>2</l></block><l>0</l></list></block><block s="reportBoolean"><l><bool>false</bool></l></block></list></block><script><custom-block s="draw row a length %s width %s gap %s brix %s"><block var="length"/><block var="width"/><block var="gap"/><block var="brix"/></custom-block></script><list></list></block></script><scripts><script x="412" y="305.5833333333335"><block s="turn"><l>90</l></block><block s="forward"><l>5</l></block><block s="turn"><l>90</l></block></script><script x="459" y="228.33333333333331"><block s="changeXPosition"><l>10</l></block></script></scripts></block-definition><block-definition s="set pen to crayon %&apos;which&apos;" type="command" category="pen"><comment x="0" y="0" w="297.3333333333333" collapsed="false">Sets the pen color &#xD;to one of 100 preselected colors, like a box of 100 crayons.&#xD;The colors have names that are meant to be evocative.&#xD;They are organized in families, more or less corresponding&#xD;to spectral (rainbow) colors; the input slot has a two-level menu&#xD;in which you can hover over a family name to see the colors&#xD;of that family, each including a crayon number and an RGB value. &#xD;See Appendix A of the Snap! Reference Manual for more details.</comment><header></header><code></code><translations>ca:fixa el llapis de color _&#xD;</translations><inputs><input type="%s"><options>grays={&#xD;0 black #000000=0&#xD;1 gray7 #121212=1&#xD;2 gray14 #242424=2&#xD;3 gray21 #363636=3&#xD;4 gray28 #484848=4&#xD;5 gray36 #5c5c5c=5&#xD;6 gray43 #6d6d6d=6&#xD;7 gray50 #7f7f7f=7&#xD;8 gray57 #919191=8&#xD;9 gray64 #a3a3a3=9&#xD;10 gray71 #b5b5b5=10&#xD;11 gray78 #c8c8c8=11&#xD;12 gray85 #dadada=12&#xD;13 gray92 #ececec=13&#xD;14 white #ffffff=14&#xD;}&#xD;pinks={&#xD;15 deep pink #ff1493=15&#xD;16 hot pink #ff69b4=16&#xD;17 bright pink #ff007f=17&#xD;18 raspberry #e30b5d=18&#xD;19 amaranth #e52b50=19&#xD;}&#xD;reds={&#xD;20 red #ff0000=20&#xD;21 burgundy #900020=21&#xD;22 cherry #990000=22&#xD;23 dark candy apple red #a40000=23&#xD;24 sanguine #c00000=24&#xD;25 maroon #800000=25&#xD;26 crimson #c90016=26&#xD;27 Lists #d94d11=27&#xD;28 candy apple red #ff0800=28&#xD;29 coquelicot #ff3800=29&#xD;}&#xD;browns={&#xD;30 saddle brown #8b4513=30&#xD;31 chocolate #7b3f00=31&#xD;32 kobicha #6b4423=32&#xD;33 sepia #704214=33&#xD;34 chestnut #954535=34&#xD;35 dark brown #654321=35&#xD;36 brown #964b00=36&#xD;37 golden brown #996515=37&#xD;38 cinnamon #b87333=38&#xD;39 copper #d2691e=39&#xD;}&#xD;oranges={&#xD;40 orange #ff7f00=40&#xD;41 Pantone orange #ff5800=41&#xD;42 pumpkin #ff7518=42&#xD;43 Variables #f3761d=43&#xD;44 Spanish orange #e86100=44&#xD;45 burnt orange #cc5500=45&#xD;46 sinopia #cb410b=46&#xD;47 ochre #cc7722=47&#xD;48 carrot #ed9121=48&#xD;49 tangerine #f28500=49&#xD;}&#xD;yellows={&#xD;50 yellow #ffff00=50&#xD;51 Control #e6a822=51&#xD;52 dark goldenrod #b8860b=52&#xD;53 goldenrod #daa520=53&#xD;54 saffron #f4c430=54&#xD;55 sandstorm #ecd540=55&#xD;56 mustard #ffdb58=56&#xD;57 gold #ffd700=57&#xD;58 egg yolk #fee33e=58&#xD;59 rubber duck #fbe108=59&#xD;}&#xD;greens={&#xD;60 lime #00ff00=60&#xD;61 apple green #8db600=61&#xD;62 Operators #62c213=62&#xD;63 forest green #228b22=63&#xD;64 green #008000=64&#xD;65 dark green #006400=65&#xD;66 dark pastel green #03c03c=66&#xD;67 emerald #50c878=67&#xD;68 mint #3eb489=68&#xD;69 Pen #00a178=69&#xD;}&#xD;cyans={&#xD;70 aqua (cyan) #00ffff=70&#xD;71 dark cyan #008b8b=71&#xD;72 cerulean #007ba7=72&#xD;73 iceberg #71a6d2=73&#xD;74 Sensing #0494dc=74&#xD;75 teal #008080=75&#xD;76 light sky blue #87cefa=76&#xD;77 deep sky blue #00bfff=77&#xD;78 dodger blue #1e90ff=78&#xD;79 azure #007fff=79&#xD;}&#xD;blues={&#xD;80 blue #0000ff=80&#xD;81 midnight blue #191970=81&#xD;82 dark powder blue #003399=82&#xD;83 cobalt #0047ab=83&#xD;84 denim #1560bd=84&#xD;85 navy blue #000080=85&#xD;86 steel blue #4682b4=86&#xD;87 Motion #4a6cd4=87&#xD;88 cornflower #6495ed=88&#xD;89 slate blue #6a5acd=89&#xD;}&#xD;purples={&#xD;90 violet #8000ff=90&#xD;91 Looks #8f56e3=91&#xD;92 grape #6f2da8=92&#xD;93 indigo #4b0082=93&#xD;94 x11 purple #a020f0=94&#xD;95 magenta (fuchia) #ff00ff=95&#xD;96 dark orchid #9932cc=96&#xD;97 Sound #cf4ad9=97&#xD;98 purple #7f007f=98&#xD;99 dark magenta #8b008b=99&#xD;}</options></input></inputs><script><block s="doDeclareVariables"><list><l>color</l></list></block><custom-block s="✐ initialize variables"></custom-block><block s="doIfElse"><block s="reportIsA"><block var="which"/><l><option>text</option></l></block><script><block s="doSetVar"><l>color</l><block s="reportFindFirst"><block s="reifyPredicate"><autolambda><block s="reportVariadicEquals"><list><block s="reportListItem"><l>4</l><l/></block><block var="which"/></list></block></autolambda><list></list></block><block var="✐ crayon colors"/></block></block><block s="doIfElse"><block s="reportVariadicNotEquals"><list><block var="color"/><l></l></list></block><script><block s="doSetVar"><l>✐ last crayon</l><block s="reportListItem"><l>5</l><block var="color"/></block></block></script><script><custom-block s="error %txt"><block s="reportJoinWords"><list><l>No such crayon: </l><block var="which"/></list></block></custom-block></script></block></script><script><block s="doSetVar"><l>color</l><block s="reportListItem"><block s="reportVariadicSum"><list><block s="reportModulus"><block var="which"/><l>100</l></block><l>1</l></list></block><block var="✐ crayon colors"/></block></block><block s="doSetVar"><l>✐ last crayon</l><block s="reportModulus"><block var="which"/><l>100</l></block></block></script></block><custom-block s="set pen color to r: %n g: %n b: %n"><block s="reportListItem"><l>1</l><block var="color"/></block><block s="reportListItem"><l>2</l><block var="color"/></block><block s="reportListItem"><l>3</l><block var="color"/></block></custom-block></script></block-definition><block-definition s="set pen color to r: %&apos;r&apos; g: %&apos;g&apos; b: %&apos;b&apos;" type="command" category="pen" helper="true"><comment x="0" y="0" w="220.66666666666666" collapsed="false">Takes three inputs for red, green, and blue&#xD;values, each between 0 and 255.  0,0,0 is black; 255,255,255 is white.  255,255,0 is yellow, and so on.&#xD;&#xD;The SET PEN block in this library lets you set individual red, green, or blue without changing the others, lets you provide a list of three RGB color components, and lets you provide a six-digit hexadecimal number, the form in which RGB color values are usually found online.&#xD;&#xD;See Appendix A of the Snap! Reference Manual for details.</comment><header></header><code></code><translations>pt:altera a cor da tua caneta para vermelho _ , verde _ e azul _ (0 a 255)&#xD;</translations><inputs><input type="%n">255</input><input type="%n">0</input><input type="%n">0</input></inputs><script><block s="doApplyExtension"><l>clr_setpen(clr)</l><list><block s="reportApplyExtension"><l>clr_rgba(r, g, b, a)</l><list><block var="r"/><block var="g"/><block var="b"/><block s="reportApplyExtension"><l>clr_channel(clr, rgba)</l><list><block s="reportApplyExtension"><l>clr_pen</l><list></list></block><l>a</l></list></block></list></block></list></block></script></block-definition><block-definition s="✐ initialize variables" type="command" category="pen" helper="true"><comment x="0" y="0" w="180" collapsed="false">Creates a bunch of global variables.&#xD;For internal use by Color library.</comment><header></header><code></code><translations></translations><inputs></inputs><script><block s="doIf"><custom-block s="does var %s exist?"><l>✐ last crayon</l></custom-block><script><block s="doStopThis"><l><option>this block</option></l></block></script><list></list></block><custom-block s="create %s var %mult%txt"><l>global</l><list><l>✐ last crayon</l><l>✐ crayon colors</l></list></custom-block><block s="doIf"><block s="reportNot"><block s="reportIsA"><block var="✐ crayon colors"/><l><option>list</option></l></block></block><script><block s="doSetVar"><l>✐ crayon colors</l><block s="reportTextSplit"><custom-block s="multiline %mlt"><l>0,0,0,black,0&#xD;18,18,18,gray7,1&#xD;36,36,36,gray14,2&#xD;54,54,54,gray21,3&#xD;72,72,72,gray28,4&#xD;92,92,92,gray36,5&#xD;109,109,109,gray43,6&#xD;127,127,127,gray50,7&#xD;145,145,145,gray57,8&#xD;163,163,163,gray64,9&#xD;181,181,181,gray71,10&#xD;200,200,200,gray78,11&#xD;218,218,218,gray85,12&#xD;236,236,236,gray92,13&#xD;255,255,255,white,14&#xD;255,20,147,deep pink,15&#xD;255,105,180,hot pink,16&#xD;255,0,127,bright pink,17&#xD;227,11,93,raspberry,18&#xD;229,43,80,amaranth,19&#xD;255,0,0,red,20&#xD;144,0,32,burgundy,21&#xD;153,0,0,cherry,22&#xD;164,0,0,dark candy apple red,23&#xD;192,0,0,sanguine,24&#xD;128,0,0,maroon,25&#xD;201,0,22,crimson,26&#xD;217,77,17,Lists,27&#xD;255,8,0,candy apple red,28&#xD;255,56,0,coquelicot,29&#xD;139,69,19,saddle brown,30&#xD;123,63,0,chocolate,31&#xD;107,68,35,kobicha,32&#xD;112,66,20,sepia,33&#xD;149,69,53,chestnut,34&#xD;101,67,33,dark brown,35&#xD;150,75,0,brown,36&#xD;153,101,21,golden brown,37&#xD;184,115,51,cinnamon,38&#xD;210,105,30,copper,39&#xD;255,127,0,orange,40&#xD;255,88,0,Pantone orange,41&#xD;255,117,24,pumpkin,42&#xD;243,118,29,Variables,43&#xD;232,97,0,Spanish orange,44&#xD;204,85,0,burnt orange,45&#xD;203,65,11,sinopia,46&#xD;204,119,34,ochre,47&#xD;237,145,33,carrot,48&#xD;242,133,0,tangerine,49&#xD;255,255,0,yellow,50&#xD;230,168,34,Control,51&#xD;184,134,11,dark goldenrod,52&#xD;218,165,32,goldenrod,53&#xD;244,196,48,saffron,54&#xD;236,213,64,sandstorm,55&#xD;255,219,88,mustard,56&#xD;255,215,0,gold,57&#xD;254,227,62,egg yolk,58&#xD;251,225,8,rubber duck,59&#xD;0,255,0,lime,60&#xD;141,182,0,apple green,61&#xD;98,194,19,Operators,62&#xD;34,139,34,forest green,63&#xD;0,128,0,green,64&#xD;0,100,0,dark green,65&#xD;3,192,60,dark pastel green,66&#xD;80,200,120,emerald,67&#xD;62,180,137,mint,68&#xD;0,161,120,Pen,69&#xD;0,255,255,aqua,70&#xD;0,139,139,dark cyan,71&#xD;0,123,167,cerulean,72&#xD;113,166,210,iceberg,73&#xD;4,148,220,Sensing,74&#xD;0,128,128,teal,75&#xD;135,206,250,light sky blue,76&#xD;0,191,255,deep sky blue,77&#xD;30,144,255,dodger blue,78&#xD;0,127,255,azure,79&#xD;0,0,255,blue,80&#xD;25,25,112,midnight blue,81&#xD;0,51,153,dark powder blue,82&#xD;0,71,171,cobalt,83&#xD;21,96,189,denim,84&#xD;0,0,128,navy blue,85&#xD;70,130,180,steel blue,86&#xD;74,108,212,Motion,87&#xD;100,149,237,cornflower,88&#xD;106,90,205,slate blue,89&#xD;128,0,255,violet,90&#xD;143,86,227,Looks,91&#xD;111,45,168,grape,92&#xD;75,0,130,indigo,93&#xD;160,32,240,x11 purple,94&#xD;255,0,255,magenta,95&#xD;153,50,204,dark orchid,96&#xD;207,74,217,Sound,97&#xD;127,0,127,purple,98&#xD;139,0,139,dark magenta,99&#xD;0,255,255,cyan,100&#xD;255,0,255,fuchia,101&#xD;18,18,18,grey7,102&#xD;36,36,36,grey14,103&#xD;54,54,54,grey21,104&#xD;72,72,72,grey28,105&#xD;92,92,92,grey36,106&#xD;109,109,109,grey43,107&#xD;127,127,127,grey50,108&#xD;145,145,145,grey57,109&#xD;163,163,163,grey64,110&#xD;181,181,181,grey71,111&#xD;200,200,200,grey78,112&#xD;218,218,218,grey85,113&#xD;236,236,236,grey92,114</l></custom-block><l><option>csv</option></l></block></block></script><list></list></block></script></block-definition><block-definition s="change crayon by %&apos;amount&apos;" type="command" category="pen"><header></header><code></code><translations>ca:canvia de llapis de color saltant _&#xD;</translations><inputs><input type="%n"></input></inputs><script><custom-block s="set pen to crayon %s"><block s="reportVariadicSum"><list><block var="✐ last crayon"/><block var="amount"/></list></block></custom-block></script></block-definition><block-definition s="error %&apos;msg&apos;" type="command" category="control" helper="true"><header></header><code></code><translations>pt:lança o erro _&#xD;</translations><inputs><input type="%txt"></input></inputs><script><block s="doApplyExtension"><l>err_error(msg)</l><list><block var="msg"/></list></block></script></block-definition><block-definition s="create %&apos;_scope&apos; var %&apos;_names&apos;" type="command" category="variables" helper="true"><comment x="0" y="0" w="146" collapsed="false">This block creates  new variables on the selected scope: global (for all sprites), sprite (for this sprite only) or script (only for that blocks stack) with the names given (in &apos;names&apos; list).&#xD;&#xD;If there is already a variable with that name in that scope, it does nothing: no errors and no overwrites.</comment><header></header><code></code><translations>pt:cria as variáveis _ _&#xD;ca:crea les _ variables _&#xD;es:crear las _ variables _&#xD;de:erstellen _ var _&#xD;</translations><inputs><input type="%s" readonly="true">global<options>global&#xD;sprite&#xD;script</options></input><input type="%mult%txt"></input></inputs><script><block s="doWarp"><script><block s="doForEach"><l>_item</l><block var="_names"/><script><block s="doApplyExtension"><l>var_declare(scope, name)</l><list><block var="_scope"/><block var="_item"/></list></block></script></block></script></block></script></block-definition><block-definition s="does var %&apos;_name&apos; exist?" type="predicate" category="variables" helper="true"><comment x="0" y="0" w="146" collapsed="false">This block reports &quot;true&quot; if there is a variable with this given name (input slot) in that context.&#xD;&#xD;It can be a global, sprite or script variable.&#xD;&#xD;Otherwise it reports &quot;false&quot;.</comment><header></header><code></code><translations>pt:a variável _ existe&#xD;ca:existeix la variable _ ?&#xD;es:existe la variable _ ?&#xD;de:existiert var _ ?&#xD;</translations><inputs><input type="%s"></input></inputs><script><block s="doApplyExtension"><l>err_try(cmd, catch, err)</l><list><block s="reifyScript"><script><block s="doApplyExtension"><l>err_ignore</l><list><block s="reportApplyExtension"><l>var_get(name)</l><list><block var="_name"/></list></block></list></block><block s="doReport"><block s="reportBoolean"><l><bool>true</bool></l></block></block></script><list></list></block><block s="reifyScript"><script><block s="doReport"><block s="reportBoolean"><l><bool>false</bool></l></block></block></script><list></list></block><l></l></list></block><block s="doApplyExtension"><l>err_reset</l><list></list></block></script></block-definition><block-definition s="multiline %&apos;text&apos;" type="reporter" category="operators" helper="true"><header></header><code></code><translations>pt:o texto multilinha _&#xD;</translations><inputs><input type="%mlt"></input></inputs><script><block s="doReport"><block var="text"/></block></script></block-definition><block-definition s="pen crayon" type="reporter" category="pen"><header></header><code></code><translations>ca:llapis de color&#xD;</translations><inputs></inputs><script><custom-block s="✐ initialize variables"></custom-block><block s="doReport"><block var="✐ last crayon"/></block></script></block-definition></blocks><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="true" hyperops="true" codify="false" inheritance="false" sublistIDs="false" id="487"><pentrails>data:image/png;base64,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</pentrails><costumes><list struct="atomic" id="488"></list></costumes><sounds><list struct="atomic" id="489"></list></sounds><variables></variables><blocks></blocks><scripts></scripts><sprites select="1"><sprite name="Sprite" idx="1" x="-140" y="-120" heading="270" scale="1" volume="100" pan="0" rotation="1" draggable="true" costume="0" color="25.999999999999986,45.04,145,1" pen="tip" id="494"><costumes><list struct="atomic" id="495"></list></costumes><sounds><list struct="atomic" id="496"></list></sounds><blocks></blocks><variables></variables><scripts><script x="76.83333333333331" y="56.333333333333314"><custom-block s="draw brick, length: %n width: %n"><l>30</l><l>10</l></custom-block></script><script x="351.5" y="193.33333333333337"><block s="reportVariadicSum"><list><block s="reportVariadicProduct"><list><l>6</l><l>30</l></list></block><block s="reportVariadicProduct"><list><l>5</l><l>6</l></list></block></list></block></script><script x="110.5" y="173.50000000000006"><block s="clear"></block><block s="gotoXY"><l>0</l><l>0</l></block></script><script x="10" y="384.2666666666667"><block s="forward"><l>5</l></block></script><script x="127" y="283.29999999999995"><block s="forward"><l>20</l></block></script><script x="129" y="540.8333333333333"><custom-block s="draw row b length %s width %s gap %s brix %s"><l>20</l><l>20</l><l>20</l><l>7</l></custom-block></script><script x="153" y="377.29999999999995"><block s="turn"><l>90</l></block></script><script x="359" y="362"><custom-block s="Draw row A; bricks %s width %s length: %s Gap %s"><l>7</l><l>20</l><l>20</l><l>20</l></custom-block></script><script x="125" y="471"><custom-block s="draw row a length %s width %s gap %s brix %s"><l></l><l></l><l></l><l></l></custom-block></script><script x="116" y="238.29999999999995"><custom-block s="Draw brick wall with %s rows"><l>5</l></custom-block></script><script x="557" y="457"><custom-block s="Draw brick wall with rows %s with bricks per row: %s of brick length: %s width: %s gap thickness: %s"><l>7</l><l>5</l><l>20</l><l>10</l><l>10</l></custom-block></script><script x="36" y="584.1916666666666"><custom-block s="change crayon by %n"><l></l></custom-block></script><script x="276" y="647"><block s="setPenColorDimension"><l><option>hue</option></l><block s="reportRandom"><l>1</l><l>99</l></block></block></script></scripts></sprite></sprites></stage><variables></variables></scene></scenes></project><media name="U2L12-brickwall - starter" app="Snap! 9.0, https://snap.berkeley.edu" version="2"></media></snapdata>