<snapdata remixID="12066480"><project name="Angel Sosa U3L3 - Brickwall" app="Snap! 7, https://snap.berkeley.edu" version="2"><notes></notes><thumbnail>data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAKAAAAB4CAYAAAB1ovlvAAAAAXNSR0IArs4c6QAABBpJREFUeAHtnD1rU2EYht9Tsgj+gooRB5c4OvQP+AmO3URnQRSqov9AJ0Uc/AEKCv4DdQj4MXR1CO7WwbHoJBH1BFIISagJOblv7nNlKO3p2/M8z3VfvM3bA63+/HsVXhAQEdgQ1aUsBEYEEBARpAQQUIqf4giIA1ICCCjFT3EExAEpAQSU4qc4AuKAlAACSvFTHAFxQEoAAaX4KY6AOCAlgIBS/BRHQByQEkBAKX6KIyAOSAkgoBQ/xREQB6QEEFCKn+IIiANSAggoxU9xBMQBKQEElOKnOALigJQAAkrxUxwBcUBKAAGl+CmOgDggJYCAUvwUR0AckBJAQCl+iiMgDkgJIKAUP8UREAekBDqq6k+Pnfuv0re+vRutW2T9Imvrmze5vsl7L9P7CKbRB3ZAozDa2AoCtjF1o5kr/ku+URotbIUdsIWhO41scwhZ5rCx++h52X384lCeW7evlq071xo9bLj3MuZ7KKw1L2AHXDNwyk0SQMBJHny1ZgIcQtYMnHKTBNgBJ3nw1ZoJ2BxC5s09fvO8yBOFRdbWdZtc3+S9l+l9HmfVdXZAFXnqjgggICJICXAIkeKnODsgDkgJ2BxCljlsuD99mJWs6qnMmO+snpTX2AGV9KldEBAJpAQ4hEjxU5wdEAekBGwOIfMojN88L/JEYZG1dd0m1zd572V6n8dZdZ0dUEWeuiMCCIgIUgIcQqT4Kc4OiANSAjaHkGUOGzwJmXan5jiLy5jv9E9or7ADavm3vjoCtl4BLQAOIVr+ra++8h1w5/qN8vDUhXJ/527r4QLgcAKN7ICXN0+X89XmQfXP1X65+ORe2d7ePrjGJxCoCTQiYH3jByfPlqO/qvrTqdfr/S/l5eBT6Xa7U9/jQrsIrPxXcI2v3+9PyffjSFW+XzlTbu69LR9/fkW+dnk2d9qV74DD4bA8O3GplI2qfDj+u7x6/6Z0OrI/N84dnG94EFi5gIPBoPR6PY/p6MKewMoFtJ+YBq0INPIe0GpCmrEmgIDW8eQ3h4D5GVtPiIDW8eQ3h4D5GVtPiIDW8eQ3h4D5GVtPiIDW8eQ3h4D5GVtPiIDW8eQ3h4D5GVtPiIDW8eQ3h4D5GVtPiIDW8eQ3h4D5GVtPiIDW8eQ3h4D5GVtPiIDW8eQ3h4D5GVtPiIDW8eQ3h4D5GVtPiIDW8eQ3h4D5GVtPiIDW8eQ3h4D5GVtPiIDW8eQ3h4D5GVtPiIDW8eQ3h4D5GVtPiIDW8eQ3h4D5GVtPiIDW8eQ3h4D5GVtPiIDW8eQ3h4D5GVtPiIDW8eQ3h4D5GVtPiIDW8eQ3h4D5GVtPiIDW8eQ3h4D5GVtPiIDW8eQ3h4D5GVtPiIDW8eQ3h4D5GVtPiIDW8eQ3h4D5GVtPiIDW8eQ3h4D5GVtP+Bff2wobjImOXQAAAABJRU5ErkJggg==</thumbnail><scenes select="1"><scene name="Angel Sosa U3L3 - Brickwall"><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="setColor"><color>145,26,68,1</color></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></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 Brick Wall with %&apos;rows&apos; Rows with Bricks per Row: %&apos;bricks&apos; of Brick Length: %&apos;length&apos; Width: %&apos;width&apos; Gap Thickness: %&apos;Gap thickness&apos;" type="command" category="pen"><header></header><code></code><translations></translations><inputs><input type="%n"></input><input type="%n"></input><input type="%n"></input><input type="%n"></input><input type="%n"></input></inputs><script><block s="doRepeat"><block s="reportQuotient"><block var="rows"/><l>2</l></block><script><custom-block s="draw row A, bricks: %n length: %n width: %n gap: %n"><block var="bricks"/><block var="length"/><block var="width"/><block var="Gap thickness"/></custom-block><block s="changeXPosition"><block s="reportDifference"><l>0</l><block s="reportVariadicSum"><list><block s="reportVariadicProduct"><list><block var="bricks"/><block var="length"/></list></block><block s="reportVariadicProduct"><list><block var="Gap thickness"/><block s="reportDifference"><block var="bricks"/><l>1</l></block></list></block></list></block></block></block><block s="changeYPosition"><block s="reportDifference"><l>0</l><block s="reportVariadicSum"><list><block var="width"/><block var="Gap thickness"/></list></block></block></block><custom-block s="draw row B, bricks: %n length: %n width: %n gap: %n"><block s="reportDifference"><block var="bricks"/><l>1</l></block><block var="length"/><block var="width"/><block var="Gap thickness"/></custom-block><block s="changeXPosition"><block s="reportDifference"><l>0</l><block s="reportVariadicSum"><list><block s="reportVariadicProduct"><list><block var="bricks"/><block var="length"/></list></block><block s="reportVariadicProduct"><list><block var="Gap thickness"/><block s="reportDifference"><block var="bricks"/><l>1</l></block></list></block></list></block></block></block><block s="changeYPosition"><block s="reportDifference"><l>0</l><block s="reportVariadicSum"><list><block var="width"/><block var="Gap thickness"/></list></block></block></block></script></block></script></block-definition><block-definition s="Row A" type="command" category="pen"><header></header><code></code><translations></translations><inputs></inputs><script><block s="doRepeat"><l>5</l><script><custom-block s="draw brick, length: %n width: %n"><l>30</l><l>10</l></custom-block><block s="forward"><l>5</l></block></script></block><custom-block s="draw brick, length: %n width: %n"><l>30</l><l>10</l></custom-block></script></block-definition><block-definition s="is %&apos;a&apos; divisible by %&apos;b&apos; ?" type="predicate" category="operators"><header></header><code></code><translations></translations><inputs><input type="%n"></input><input type="%n"></input></inputs><script><block s="doReport"><block s="reportEquals"><block s="reportModulus"><block var="a"/><block var="b"/></block><l>0</l></block></block></script></block-definition><block-definition s="even? %&apos;number&apos;" type="predicate" category="operators"><header></header><code></code><translations></translations><inputs><input type="%n"></input></inputs><script><block s="doReport"><block s="reportEquals"><custom-block s="is %n divisible by %n ?"><block var="number"/><l>2</l></custom-block><block s="reportBoolean"><l><bool>true</bool></l></block></block></block></script></block-definition><block-definition s="Row B" type="command" category="pen"><header></header><code></code><translations></translations><inputs></inputs><script><custom-block s="draw brick, length: %n width: %n"><l>12.5</l><l>10</l></custom-block><block s="forward"><l>5</l></block><block s="doRepeat"><l>5</l><script><custom-block s="draw brick, length: %n width: %n"><l>30</l><l>10</l></custom-block><block s="forward"><l>5</l></block></script></block><custom-block s="draw brick, length: %n width: %n"><l>12.5</l><l>10</l></custom-block></script></block-definition><block-definition s="draw row A, bricks: %&apos;brick number&apos; length: %&apos;length number&apos; width: %&apos;width number&apos; gap: %&apos;gap number&apos;" type="command" category="pen"><header></header><code></code><translations></translations><inputs><input type="%n"></input><input type="%n"></input><input type="%n"></input><input type="%n"></input></inputs><script><block s="setColor"><color>145,26,68,1</color></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 number"/></block><block s="doRepeat"><block s="reportDifference"><block var="brick number"/><l>1</l></block><script><custom-block s="draw brick, length: %n width: %n"><block var="length number"/><block var="width number"/></custom-block><block s="forward"><block var="gap number"/></block></script></block><custom-block s="draw brick, length: %n width: %n"><block var="length number"/><block var="width number"/></custom-block></script></block-definition><block-definition s="draw row B, bricks: %&apos;brick number&apos; length: %&apos;length number&apos; width: %&apos;width number&apos; gap: %&apos;gap number&apos;" type="command" category="pen"><header></header><code></code><translations></translations><inputs><input type="%n"></input><input type="%n"></input><input type="%n"></input><input type="%n"></input></inputs><script><block s="setColor"><color>145,26,68,1</color></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 number"/></block><custom-block s="draw brick, length: %n width: %n"><block s="reportQuotient"><block var="length number"/><l>2.4</l></block><block var="width number"/></custom-block><block s="forward"><block var="gap number"/></block><block s="doRepeat"><block var="brick number"/><script><custom-block s="draw brick, length: %n width: %n"><block var="length number"/><block var="width number"/></custom-block><block s="forward"><block var="gap number"/></block></script></block><custom-block s="draw brick, length: %n width: %n"><block s="reportQuotient"><block var="length number"/><l>2.4</l></block><block var="width number"/></custom-block></script></block-definition><block-definition s="draw Brick Wall with: %&apos;rows&apos; Rows" type="command" category="pen"><header></header><code></code><translations></translations><inputs><input type="%n"></input></inputs><script><block s="doRepeat"><block s="reportQuotient"><block var="rows"/><l>2</l></block><script><custom-block s="Row A"></custom-block><block s="changeXPosition"><l>-205</l></block><block s="changeYPosition"><l>-15</l></block><custom-block s="Row B"></custom-block><block s="changeXPosition"><l>-205</l></block><block s="changeYPosition"><l>-15</l></block></script></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="261"><pentrails>data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAeAAAAFoCAYAAACPNyggAAAAAXNSR0IArs4c6QAADXhJREFUeAHt3cGN20AQBEDaYVw8zschSArh8rl4nIZN/bi4eQmU3GqUX+Ia0M1UE+iXsNvmHwECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQ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AQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQLBAv8ANIrkc2pdcDwAAAAASUVORK5CYII=</pentrails><costumes><list struct="atomic" id="262"></list></costumes><sounds><list struct="atomic" id="263"></list></sounds><variables></variables><blocks></blocks><scripts></scripts><sprites select="1"><sprite name="Sprite" idx="1" x="-150" y="-20" heading="90" scale="1" volume="100" pan="0" rotation="1" draggable="true" costume="0" color="145,26,68,1" pen="tip" id="268"><costumes><list struct="atomic" id="269"></list></costumes><sounds><list struct="atomic" id="270"></list></sounds><blocks></blocks><variables></variables><scripts><script x="26" y="99"><custom-block s="draw brick, length: %n width: %n"><l>30</l><l>10</l></custom-block></script><script x="25" y="157.5"><block s="clear"></block><block s="gotoXY"><l>-150</l><l>70</l></block><custom-block s="draw Brick Wall with %n Rows with Bricks per Row: %n of Brick Length: %n Width: %n Gap Thickness: %n"><l>6</l><l>8</l><l>50</l><l>10</l><l>5</l></custom-block></script><script x="458" y="279.3333333333333"><custom-block s="draw Brick Wall with: %n Rows"><l>6</l></custom-block></script><script x="365" y="340"><custom-block s="draw row A, bricks: %n length: %n width: %n gap: %n"><l>3</l><l>6</l><l>34</l><l>2</l></custom-block></script><script x="379" y="403"><custom-block s="draw row B, bricks: %n length: %n width: %n gap: %n"><l>9</l><l>23</l><l>10</l><l>7</l></custom-block></script></scripts></sprite></sprites></stage><variables></variables></scene></scenes></project><media name="Angel Sosa U3L3 - Brickwall" app="Snap! 7, https://snap.berkeley.edu" version="2"></media></snapdata>