<snapdata remixID="77574"><project name="snap-bloc-lletreja-mida" app="Snap! 7, https://snap.berkeley.edu" version="2"><notes>Projecte per lletrejar gràficament, amb blocs de llapis. &#xD;&#xD;Conté un bloc personalitzat per lletrejar el text i la mida.</notes><thumbnail>data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAKAAAAB4CAYAAAB1ovlvAAACjUlEQVR4nO3XoU4jURiGYS7xZNAkhGBoIFiCqG9oegd1pBKBwREECo1FN6GGG6AHscuG2ZnS7iI+Mc+TjOh/OidHvJlO9yoE7aUPwLAJkCgBEiVAogRIlACJEiBRAiRKgEQJkCgBEiVAogRIlACJEiBRAiRKgEQJkCgBEiVAogRIlACJEiBRAiRKgEQJkCgBEiVAogRIlACJEiBRAiRKgEQJkCgBEiVAogRIlACJEiBRAiRKgEQJkCgBEiVAogRIlACJEiBRAiRKgEQNPsBSSp3NZp3Z3d3dTvfP5/N6dHRU9/f363g8/vFZhkaAPwzw08nJiQD/gwB3DPDl5aXe3NzU9Xrdu8+2AJ+enurt7W19f3//9ixDI8AdAiyl1FJKnUwmtZRSj4+PO/t8F2AppY5Go3p1dVVLKbVpmo3fGxoB/o7r7+szwMVi0QmjL5R/+QneFJoAB2jbE7CUUqfTaWf9+fm5NdsW4Hg8bgW+6SxDI8AdAlwsFp31+/v71mxTgK+vr7WUUh8fH1v3bzrL0AhwS4BN09Tz8/PO+tvbW2t2dnZWLy8ve/e/vr7uzPhFgFsCXC6XrWBWq1VvQA8PD73zw8PDenBw8OfzfD73BPxCgDv8Cz49PW29vy2Xy969mqbpfcf7eu/FxYUAvxh8gGQJkCgBEiVAogRIlACJEiBRAiRKgEQJkCgBEiVAogRIlACJEiBRAiRKgEQJkCgBEiVAogRIlACJEiBRAiRKgEQJkCgBEiVAogRIlACJEiBRAiRKgEQJkCgBEiVAogRIlACJEiBRAiRKgEQJkCgBEiVAogRIlACJEiBRAiRKgEQJkCgBEiVAogRIlACJEiBRAiRKgEQJkCgBEiVAoj4A1EkJPMHLszQAAAAASUVORK5CYII=</thumbnail><scenes select="1"><scene name="snap-bloc-lletreja-mida"><notes>Projecte per lletrejar gràficament, amb blocs de llapis. &#xD;&#xD;Conté un bloc personalitzat per lletrejar el text i la mida.</notes><hidden></hidden><headers></headers><code></code><blocks><block-definition s="label %&apos;text&apos; of size %&apos;size&apos;" type="command" category="pen"><comment x="0" y="0" w="90" collapsed="false">LABEL will stamp text on the stage at the given font size. The direction of the text is the direction the sprite is facing, and color will match the pen color.</comment><header></header><code></code><translations></translations><inputs><input type="%txt">Hello!</input><input type="%n">12</input></inputs><script><block s="doRun"><block s="reportJSFunction"><list><l>text</l><l>size</l></list><l>var stage = this.parentThatIsA(StageMorph),&#xD;    context = stage.penTrails().getContext(&apos;2d&apos;),&#xD;    rotation = radians(this.direction() - 90),&#xD;    trans = new Point(&#xD;      this.center().x - stage.left(),&#xD;      this.center().y - stage.top()&#xD;    ),&#xD;    isWarped = this.Warped,&#xD;    len,&#xD;    pos;&#xD;&#xD;if (isWarped) {endWarp(); }&#xD;context.save();&#xD;context.font = size + &apos;px monospace&apos;;&#xD;context.textAlign = &apos;left&apos;;&#xD;context.textBaseline = &apos;alphabetic&apos;;&#xD;context.fillStyle = this.color.toString();&#xD;len = context.measureText(text).width;&#xD;trans = trans.multiplyBy(1 / stage.scale);&#xD;context.translate(trans.x, trans.y);&#xD;context.rotate(rotation);&#xD;context.fillText(text, 0, 0);&#xD;context.translate(-trans.x, -trans.y);&#xD;context.restore();&#xD;pos = new Point(&#xD;  len * Math.sin(radians(this.direction())),&#xD;  len * Math.cos(radians(this.direction())));&#xD;pos = pos.add(new Point(this.xPosition(), this.yPosition()));&#xD;this.gotoXY(pos.x, pos.y, false);&#xD;this.changed();&#xD;if (isWarped) {this.startWarp(); }&#xD;stage.changed();</l></block><list><block var="text"/><block var="size"/></list></block></script></block-definition><block-definition s="empty? %&apos;data&apos;" type="predicate" category="lists"><header></header><code></code><translations></translations><inputs><input type="%l"></input></inputs><script><block s="doReport"><block s="reportEquals"><block var="data"/><block s="reportNewList"><list></list></block></block></block></script></block-definition><block-definition s="keep items such that %&apos;pred&apos; from %&apos;data&apos;" type="reporter" category="lists"><header></header><code></code><translations></translations><inputs><input type="%predRing"></input><input type="%l"></input></inputs><script><block s="doWarp"><script><block s="doIf"><custom-block s="empty? %l"><block var="data"/></custom-block><script><block s="doReport"><block s="reportNewList"><list></list></block></block></script></block><block s="doIfElse"><block s="evaluate"><block var="pred"/><list><block s="reportListItem"><l>1</l><block var="data"/></block></list></block><script><block s="doReport"><block s="reportCONS"><block s="reportListItem"><l>1</l><block var="data"/></block><custom-block s="keep items such that %predRing from %l"><block var="pred"/><block s="reportCDR"><block var="data"/></block></custom-block></block></block></script><script><block s="doReport"><custom-block s="keep items such that %predRing from %l"><block var="pred"/><block s="reportCDR"><block var="data"/></block></custom-block></block></script></block></script></block></script></block-definition><block-definition s="combine with %&apos;function&apos; items of %&apos;data&apos;" type="reporter" category="lists"><header></header><code></code><translations></translations><inputs><input type="%repRing"></input><input type="%l"></input></inputs><script><block s="doWarp"><script><block s="doIf"><custom-block s="empty? %l"><block s="reportCDR"><block var="data"/></block></custom-block><script><block s="doReport"><block s="reportListItem"><l>1</l><block var="data"/></block></block></script></block><block s="doReport"><block s="evaluate"><block var="function"/><list><block s="reportListItem"><l>1</l><block var="data"/></block><custom-block s="combine with %repRing items of %l"><block var="function"/><block s="reportCDR"><block var="data"/></block></custom-block></list></block></block></script></block></script></block-definition><block-definition s="if %&apos;test&apos; then %&apos;true&apos; else %&apos;false&apos;" type="reporter" category="control"><header></header><code></code><translations></translations><inputs><input type="%b"></input><input type="%anyUE"></input><input type="%anyUE"></input></inputs><script><block s="doIfElse"><block var="test"/><script><block s="doReport"><block s="evaluate"><block var="true"/><list></list></block></block></script><script><block s="doReport"><block s="evaluate"><block var="false"/><list></list></block></block></script></block></script></block-definition><block-definition s="for %&apos;i&apos; = %&apos;start&apos; to %&apos;end&apos; %&apos;action&apos;" type="command" category="control"><header></header><code></code><translations></translations><inputs><input type="%upvar"></input><input type="%n">1</input><input type="%n">10</input><input type="%cs"></input></inputs><script><block s="doDeclareVariables"><list><l>step</l><l>tester</l></list></block><block s="doIfElse"><block s="reportGreaterThan"><block var="start"/><block var="end"/></block><script><block s="doSetVar"><l>step</l><l>-1</l></block><block s="doSetVar"><l>tester</l><block s="reifyReporter"><autolambda><block s="reportLessThan"><block var="i"/><block var="end"/></block></autolambda><list></list></block></block></script><script><block s="doSetVar"><l>step</l><l>1</l></block><block s="doSetVar"><l>tester</l><block s="reifyReporter"><autolambda><block s="reportGreaterThan"><block var="i"/><block var="end"/></block></autolambda><list></list></block></block></script></block><block s="doSetVar"><l>i</l><block var="start"/></block><block s="doUntil"><block s="evaluate"><block var="tester"/><list></list></block><script><block s="doRun"><block var="action"/><list></list></block><block s="doChangeVar"><l>i</l><block var="step"/></block></script></block></script></block-definition><block-definition s="join words %&apos;words&apos;" type="reporter" category="operators"><header></header><code></code><translations></translations><inputs><input type="%mult%txt"></input></inputs><script><block s="doWarp"><script><block s="doIf"><custom-block s="empty? %l"><block s="reportCDR"><block var="words"/></block></custom-block><script><block s="doReport"><block s="reportListItem"><l>1</l><block var="words"/></block></block></script></block><block s="doIf"><block s="reportEquals"><l></l><block s="reportListItem"><l>1</l><block var="words"/></block></block><script><block s="doReport"><custom-block s="join words %mult%txt"><block s="reportCDR"><block var="words"/></block></custom-block></block></script></block><block s="doIf"><block s="reportEquals"><l></l><block s="reportListItem"><l>2</l><block var="words"/></block></block><script><block s="doReport"><custom-block s="join words %mult%txt"><block s="reportCONS"><block s="reportListItem"><l>1</l><block var="words"/></block><block s="reportCDR"><block s="reportCDR"><block var="words"/></block></block></block></custom-block></block></script></block><block s="doReport"><block s="reportJoinWords"><list><block s="reportListItem"><l>1</l><block var="words"/></block><l> </l><custom-block s="join words %mult%txt"><block s="reportCDR"><block var="words"/></block></custom-block></list></block></block></script></block></script><scripts><script x="229.000003" y="196.77778077777774"><block s="reportJoinWords"><list><l></l><l></l></list></block></script></scripts></block-definition><block-definition s="list $arrowRight sentence %&apos;data&apos;" type="reporter" category="operators"><header></header><code></code><translations></translations><inputs><input type="%l"></input></inputs><script><block s="doWarp"><script><block s="doReport"><custom-block s="join words %mult%txt"><block var="data"/></custom-block></block></script></block></script></block-definition><block-definition s="sentence $arrowRight list %&apos;text&apos;" type="reporter" category="operators"><header></header><code></code><translations></translations><inputs><input type="%txt"></input></inputs><script><block s="doWarp"><script><block s="doReport"><block s="reportTextSplit"><block var="text"/><l><option>whitespace</option></l></block></block></script></block></script></block-definition><block-definition s="catch %&apos;tag&apos; %&apos;action&apos;" type="command" category="control"><header></header><code></code><translations></translations><inputs><input type="%upvar"></input><input type="%cs"></input></inputs><script><block s="doCallCC"><block s="reifyScript"><script><block s="doSetVar"><l>tag</l><block var="cont"/></block><block s="doRun"><block var="action"/><list></list></block></script><list><l>cont</l></list></block><list></list></block><custom-block s="ignore %s"><l>3</l></custom-block></script></block-definition><block-definition s="throw %&apos;cont&apos;" type="command" category="control"><header></header><code></code><translations></translations><inputs><input type="%s">catchtag</input></inputs><script><block s="doRun"><block var="cont"/><list></list></block></script></block-definition><block-definition s="catch %&apos;tag&apos; %&apos;value&apos;" type="reporter" category="control"><header></header><code></code><translations></translations><inputs><input type="%upvar"></input><input type="%anyUE"></input></inputs><script><block s="doCallCC"><block s="reifyScript"><script><block s="doSetVar"><l>tag</l><block var="cont"/></block><block s="doReport"><block s="evaluate"><block var="value"/><list></list></block></block></script><list><l>cont</l></list></block><list></list></block></script></block-definition><block-definition s="throw %&apos;tag&apos; %&apos;value&apos;" type="command" category="control"><header></header><code></code><translations></translations><inputs><input type="%s">catchtag</input><input type="%s"></input></inputs><script><block s="doRun"><block var="tag"/><list><block var="value"/></list></block></script></block-definition><block-definition s="if %&apos;test&apos; do %&apos;action&apos; and pause all $pause-1-255-220-0" type="command" category="control"><header></header><code></code><translations></translations><inputs><input type="%boolUE"></input><input type="%cs"></input></inputs><script><block s="doDeclareVariables"><list><l>breakpoint</l></list></block><block s="doIf"><block s="evaluate"><block var="test"/><list></list></block><script><block s="doSetVar"><l>breakpoint</l><block var="test"/></block><block s="doShowVar"><l>breakpoint</l></block><block s="doRun"><block var="action"/><list></list></block><block s="doPauseAll"></block><block s="doHideVar"><l></l></block></script></block></script></block-definition><block-definition s="word $arrowRight list %&apos;word&apos;" type="reporter" category="operators"><header></header><code></code><translations></translations><inputs><input type="%txt"></input></inputs><script><block s="doWarp"><script><block s="doReport"><block s="reportTextSplit"><block var="word"/><l><option>letter</option></l></block></block></script></block></script></block-definition><block-definition s="ignore %&apos;x&apos;" type="command" category="control"><header></header><code></code><translations></translations><inputs><input type="%s"></input></inputs></block-definition><block-definition s="list $arrowRight word %&apos;list&apos;" type="reporter" category="operators"><header></header><code></code><translations></translations><inputs><input type="%l"></input></inputs><script><block s="doWarp"><script><block s="doReport"><block s="reportJoinWords"><block var="list"/></block></block></script></block></script></block-definition><block-definition s="%&apos;x&apos;" type="reporter" category="operators"><header></header><code></code><translations></translations><inputs><input type="%s"></input></inputs><script><block s="doReport"><block var="x"/></block></script></block-definition><block-definition s="numbers from %&apos;from&apos; to %&apos;to&apos;" type="reporter" category="lists"><header></header><code></code><translations></translations><inputs><input type="%n">1</input><input type="%n">10</input></inputs><script><block s="doIf"><block s="reportGreaterThan"><block var="from"/><block var="to"/></block><script><block s="doReport"><block s="reportNewList"><list></list></block></block></script></block><block s="doReport"><block s="reportCONS"><block var="from"/><custom-block s="numbers from %n to %n"><block s="reportVariadicSum"><list><block var="from"/><l>1</l></list></block><block var="to"/></custom-block></block></block></script></block-definition><block-definition s="map %&apos;func&apos; over %&apos;data&apos;" type="reporter" category="lists"><header></header><code></code><translations></translations><inputs><input type="%repRing"></input><input type="%l"></input></inputs><script><block s="doIf"><custom-block s="empty? %l"><block var="data"/></custom-block><script><block s="doReport"><block var="data"/></block></script></block><block s="doReport"><block s="reportCONS"><block s="evaluate"><block var="func"/><list><block s="reportListItem"><l>1</l><block var="data"/></block></list></block><custom-block s="map %repRing over %l"><block var="func"/><block s="reportCDR"><block var="data"/></block></custom-block></block></block></script></block-definition><block-definition s="for each %&apos;item&apos; of %&apos;data&apos; %&apos;action&apos;" type="command" category="lists"><header></header><code></code><translations></translations><inputs><input type="%upvar"></input><input type="%l"></input><input type="%cs"></input></inputs><script><block s="doUntil"><custom-block s="empty? %l"><block var="data"/></custom-block><script><block s="doSetVar"><l>item</l><block s="reportListItem"><l>1</l><block var="data"/></block></block><block s="doRun"><block var="action"/><list><block s="reportListItem"><l>1</l><block var="data"/></block></list></block><block s="doSetVar"><l>data</l><block s="reportCDR"><block var="data"/></block></block></script></block></script></block-definition><block-definition s="$T-3 %&apos;txt&apos; $magnifierOutline-3 %&apos;mida&apos;" type="command" category="pen"><header></header><code></code><translations></translations><inputs><input type="%s">Hola!</input><input type="%n">40</input></inputs><script><block s="doSetVar"><l>txt</l><block s="reportTextSplit"><block var="txt"/><l><option>letter</option></l></block></block><block s="doForEach"><l>element</l><block var="txt"/><script><block s="write"><block var="element"/><block var="mida"/></block><block s="doWait"><l>0.1</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="round" ternary="true" hyperops="true" codify="false" inheritance="true" sublistIDs="false" id="502"><pentrails>data:image/png;base64,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</pentrails><costumes><list struct="atomic" id="503"></list></costumes><sounds><list struct="atomic" id="504"></list></sounds><variables></variables><blocks></blocks><scripts></scripts><sprites select="1"><sprite name="Sprite" idx="1" x="70.41666984558105" y="0" heading="90" scale="1" volume="100" pan="0" rotation="1" draggable="false" hidden="true" costume="0" color="80,80,80,1" pen="tip" id="509"><costumes><list struct="atomic" id="510"></list></costumes><sounds><list struct="atomic" id="511"></list></sounds><blocks></blocks><variables></variables><scripts><script x="19.00000000000001" y="11.50000000000001"><block s="receiveGo"></block><block s="gotoXY"><l>-50</l><l>0</l></block><block s="hide"></block><block s="clear"></block><custom-block s="$T-3 %s $magnifierOutline-3 %n"><l>Hola!</l><l>40</l><comment w="352" collapsed="false">A la ranura quadrada (després de la lletra «T»), escrivim el text&#xD;A la ranura rodona (després de la icona de la lupa), fixem la mida del text</comment></custom-block></script></scripts></sprite></sprites></stage><variables></variables></scene></scenes></project><media name="snap-bloc-lletreja-mida" app="Snap! 7, https://snap.berkeley.edu" version="2"></media></snapdata>