<snapdata remixID="11171094"><project name="Blocks i made" app="Snap! 7, https://snap.berkeley.edu" version="2"><notes></notes><thumbnail>data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAKAAAAB4CAYAAAB1ovlvAAAAAXNSR0IArs4c6QAAApdJREFUeF7t1cFpAlEARdGvtWgF2ohrsQbBttyJ/Wgb4iIJQkI2JiELLwxntjPw+PcfmNnbxzM8CkQFZgBG5c0+CgAIQloAwDS/cQAZSAsAmOY3DiADaQEA0/zGAWQgLQBgmt84gAykBQBM8xsHkIG0AIBpfuMAMpAWADDNbxxABtICAKb5jQPIQFoAwDS/cQAZSAsAmOY3DiADaQEA0/zGAWQgLQBgmt84gAykBQBM8xsHkIG0AIBpfuMAMpAWADDNbxxABtICAKb5jQPIQFoAwDS/cQAZSAsAmOY3DiADaQEA0/zGAWQgLQBgmt84gAykBQBM8xsHkIG0AIBpfuMAMpAWADDNbxxABtICAKb5jQPIQFoAwDS/cQAZSAsAmOY3DiADaQEA0/zGAWQgLQDgk/zr9Xrs9/ux2+3SC5r6OIA/3PBms/l6e7lcxvF4HMvlcuomXno+AH/J/R3h56fz+XzcbrdxPp9fellTHAPwnwDv9/s4nU5TNPHSMwH4x1/w9Xp9/IIXi8VLL2jqYwA+ueHVajUOh8PYbrdTN5CeD8A0v3EAGUgLAJjmNw4gA2kBANP8xgFkIC0AYJrfOIAMpAUATPMbB5CBtACAaX7jADKQFgAwzW8cQAbSAgCm+Y0DyEBaAMA0v3EAGUgLAJjmNw4gA2kBANP8xgFkIC0AYJrfOIAMpAUATPMbB5CBtACAaX7jADKQFgAwzW8cQAbSAgCm+Y0DyEBaAMA0v3EAGUgLAJjmNw4gA2kBANP8xgFkIC0AYJrfOIAMpAUATPMbB5CBtACAaX7jADKQFgAwzW8cQAbSAgCm+Y0DyEBaAMA0v3EAGUgLAJjmNw4gA2kBANP8xgFkIC0AYJrfOIAMpAUATPMbfwfXOfyoEJzU7QAAAABJRU5ErkJggg==</thumbnail><scenes select="1"><scene name="Blocks i made"><notes></notes><hidden></hidden><headers></headers><code></code><blocks><block-definition s="is x position is less than %&apos;input&apos;" type="predicate" category="motion"><header></header><code></code><translations></translations><inputs><input type="%n">0</input></inputs><script><block s="doForever"><script><block s="doIfElse"><block s="reportLessThan"><block s="xPosition"></block><block var="input"/></block><script><block s="doReport"><block s="reportBoolean"><l><bool>true</bool></l></block></block></script><script><block s="doReport"><block s="reportBoolean"><l><bool>false</bool></l></block></block></script></block></script></block></script></block-definition><block-definition s="is x position is more than %&apos;input&apos;" type="predicate" category="motion"><header></header><code></code><translations></translations><inputs><input type="%n">0</input></inputs><script><block s="doForever"><script><block s="doIfElse"><block s="reportGreaterThan"><block s="xPosition"></block><block var="input"/></block><script><block s="doReport"><block s="reportBoolean"><l><bool>true</bool></l></block></block></script><script><block s="doReport"><block s="reportBoolean"><l><bool>false</bool></l></block></block></script></block></script></block></script></block-definition><block-definition s="is y position is less than %&apos;input&apos;" type="predicate" category="motion"><header></header><code></code><translations></translations><inputs><input type="%n">0</input></inputs><script><block s="doForever"><script><block s="doIfElse"><block s="reportLessThan"><block s="yPosition"></block><block var="input"/></block><script><block s="doReport"><block s="reportBoolean"><l><bool>true</bool></l></block></block></script><script><block s="doReport"><block s="reportBoolean"><l><bool>false</bool></l></block></block></script></block></script></block></script></block-definition><block-definition s="is y position is more than %&apos;input&apos;" type="predicate" category="motion"><header></header><code></code><translations></translations><inputs><input type="%n">0</input></inputs><script><block s="doForever"><script><block s="doIfElse"><block s="reportGreaterThan"><block s="yPosition"></block><block var="input"/></block><script><block s="doReport"><block s="reportBoolean"><l><bool>true</bool></l></block></block></script><script><block s="doReport"><block s="reportBoolean"><l><bool>false</bool></l></block></block></script></block></script></block></script></block-definition><block-definition s="if on edge, turn $turnRight %&apos;degrees&apos; degrees" type="command" category="motion"><header></header><code></code><translations></translations><inputs><input type="%n">15</input></inputs><script><block s="doIf"><block s="reportTouchingObject"><l><option>edge</option></l></block><script><block s="turn"><block var="degrees"/></block></script></block></script></block-definition><block-definition s="if on edge, turn $turnLeft %&apos;degrees&apos; degrees" type="command" category="motion"><header></header><code></code><translations></translations><inputs><input type="%n">15</input></inputs><script><block s="doIf"><block s="reportTouchingObject"><l><option>edge</option></l></block><script><block s="turnLeft"><block var="degrees"/></block></script></block></script></block-definition><block-definition s="glide %&apos;secs&apos; secs to middle" type="command" category="motion"><header></header><code></code><translations></translations><inputs><input type="%n">1</input></inputs><script><block s="doGlide"><block var="secs"/><l>0</l><l>0</l></block></script></block-definition><block-definition s="move large number of steps" type="command" category="motion"><header></header><code></code><translations></translations><inputs></inputs><script><block s="forward"><l>10000</l></block></script></block-definition><block-definition s="move small number of steps" type="command" category="motion"><header></header><code></code><translations></translations><inputs></inputs><script><block s="forward"><l>0.001</l></block></script></block-definition><block-definition s="hiden?" type="predicate" category="looks"><header></header><code></code><translations></translations><inputs></inputs><script><block s="doForever"><script><block s="doIfElse"><block s="reportEquals"><block s="reportShown"></block><block s="reportBoolean"><l><bool>false</bool></l></block></block><script><block s="doReport"><block s="reportBoolean"><l><bool>true</bool></l></block></block></script><script><block s="doReport"><block s="reportBoolean"><l><bool>false</bool></l></block></block></script></block></script></block></script></block-definition><block-definition s="go front %&apos;number&apos; layers" type="command" category="looks"><header></header><code></code><translations></translations><inputs><input type="%n">1</input></inputs><script><block s="goBack"><block s="reportDifference"><l>0</l><block var="number"/></block></block></script></block-definition><block-definition s="size x2" type="reporter" category="looks"><header></header><code></code><translations></translations><inputs></inputs><script><block s="doReport"><block s="reportProduct"><block s="getScale"></block><l>2</l></block></block></script></block-definition><block-definition s="shown and invisible?" type="predicate" category="looks"><header></header><code></code><translations></translations><inputs></inputs><script><block s="doForever"><script><block s="doIfElse"><block s="reportAnd"><block s="reportAnd"><block s="reportEquals"><block s="reportShown"></block><block s="reportBoolean"><l><bool>true</bool></l></block></block><block s="reportEquals"><custom-block s="hiden?"></custom-block><block s="reportBoolean"><l><bool>false</bool></l></block></block></block><block s="reportEquals"><block s="getEffect"><l><option>ghost</option></l></block><l>100</l></block></block><script><block s="doReport"><block s="reportBoolean"><l><bool>true</bool></l></block></block></script><script><block s="doReport"><block s="reportBoolean"><l><bool>false</bool></l></block></block></script></block></script></block></script></block-definition><block-definition s="max note play for %&apos;beats&apos; beats" type="command" category="sound"><header></header><code></code><translations></translations><inputs><input type="%n">0.5</input></inputs><script><block s="doPlayNote"><l>72</l><block var="beats"/></block></script></block-definition><block-definition s="min note play for %&apos;beats&apos; beats" type="command" category="sound"><header></header><code></code><translations></translations><inputs><input type="%n">0.5</input></inputs><script><block s="doPlayNote"><l>48</l><block var="beats"/></block></script></block-definition><block-definition s="play frequency of %&apos;Hz&apos; Hz than wait %&apos;sec&apos; secs than stop frequency" type="command" category="sound"><header></header><code></code><translations></translations><inputs><input type="%n">440</input><input type="%n">1</input></inputs><script><block s="playFreq"><block var="Hz"/></block><block s="doWait"><block var="sec"/></block><block s="stopFreq"></block></script></block-definition><block-definition s="stamp and change y by -2 %&apos;times&apos; times than wait %&apos;sec&apos; secs than write %&apos;pen wirte&apos; size %&apos;size&apos;" type="command" category="pen"><header></header><code></code><translations></translations><inputs><input type="%n">5</input><input type="%n">1</input><input type="%s">Hello!</input><input type="%n">12</input></inputs><script><block s="doRepeat"><block var="times"/><script><block s="doStamp"></block><block s="changeYPosition"><l>-2</l></block></script></block><block s="doWait"><block var="sec"/></block><block s="write"><block var="pen wirte"/><block var="size"/></block></script></block-definition><block-definition s="write %&apos;pen write&apos; size %&apos;size&apos; and loop this %&apos;times&apos; times" type="command" category="pen"><header></header><code></code><translations></translations><inputs><input type="%s">Hello!</input><input type="%n">12</input><input type="%n">5</input></inputs><script><block s="doRepeat"><block var="times"/><script><block s="write"><block var="pen write"/><block var="size"/></block></script></block></script></block-definition><block-definition s="fill and wait %&apos;sec&apos; secs then clear and loop this %&apos;times&apos; times" type="command" category="pen"><header></header><code></code><translations></translations><inputs><input type="%n">1</input><input type="%n">5</input></inputs><script><block s="doRepeat"><block var="times"/><script><block s="floodFill"></block><block s="doWait"><block var="sec"/></block><block s="clear"></block><block s="doWait"><block var="sec"/></block></script></block></script></block-definition><block-definition s="play frequency of %&apos;Hz&apos; Hz than wait %&apos;sec&apos; secs than stop frequency, loop this %&apos;times&apos; times" type="command" category="sound"><header></header><code></code><translations></translations><inputs><input type="%n">440</input><input type="%n">1</input><input type="%n">5</input></inputs><script><block s="doRepeat"><block var="times"/><script><custom-block s="play frequency of %n Hz than wait %n secs than stop frequency"><block var="Hz"/><block var="sec"/></custom-block></script></block></script></block-definition><block-definition s="report v2 %&apos;report&apos;" type="predicate" category="control"><header></header><code></code><translations></translations><inputs><input type="%s"></input></inputs><script><block s="doReport"><block var="report"/></block></script></block-definition><block-definition s="mouse xy" type="reporter" category="sensing"><header></header><code></code><translations></translations><inputs></inputs><script><block s="doReport"><block s="reportJoinWords"><list><block s="reportMouseX"></block><l> </l><block s="reportMouseY"></block></list></block></block></script></block-definition><block-definition s="xy position" type="reporter" category="motion"><header></header><code></code><translations></translations><inputs></inputs><script><block s="doReport"><block s="reportJoinWords"><list><block s="xPosition"></block><l> </l><block s="yPosition"></block></list></block></block></script></block-definition><block-definition s="if 2 keys: %&apos;key 1&apos; and %&apos;key 2&apos; pressed?" type="predicate" category="sensing"><header></header><code></code><translations></translations><inputs><input type="%b"></input><input type="%b"></input></inputs><script><block s="doForever"><script><block s="doIfElse"><block s="reportAnd"><block var="key 1"/><block var="key 2"/></block><script><block s="doReport"><block s="reportBoolean"><l><bool>true</bool></l></block></block></script><script><block s="doReport"><block s="reportBoolean"><l><bool>false</bool></l></block></block></script></block></script></block></script></block-definition><block-definition s="%&apos;input1&apos; / %&apos;input2&apos; x %&apos;input3&apos;" type="reporter" category="operators"><header></header><code></code><translations></translations><inputs><input type="%n"></input><input type="%n"></input><input type="%n"></input></inputs><script><block s="doReport"><block s="reportProduct"><block s="reportQuotient"><block var="input1"/><block var="input2"/></block><block var="input3"/></block></block></script></block-definition><block-definition s="%&apos;I1&apos; + %&apos;I2&apos; - %&apos;I3&apos; x %&apos;I4&apos; / %&apos;I5&apos; ^ %&apos;I6&apos;" type="reporter" category="operators"><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><input type="%n"></input></inputs><script><block s="doReport"><block s="reportPower"><block s="reportQuotient"><block s="reportProduct"><block s="reportDifference"><block s="reportSum"><block var="I1"/><block var="I2"/></block><block var="I3"/></block><block var="I4"/></block><block var="I5"/></block><block var="I6"/></block></block></script></block-definition><block-definition s="%&apos;I1&apos; and %&apos;I2&apos; and %&apos;I3&apos;" type="predicate" category="operators"><header></header><code></code><translations></translations><inputs><input type="%b"></input><input type="%b"></input><input type="%b"></input></inputs><script><block s="doForever"><script><block s="doIfElse"><block s="reportAnd"><block s="reportAnd"><block var="I1"/><block var="I2"/></block><block var="I3"/></block><script><block s="doReport"><block s="reportBoolean"><l><bool>true</bool></l></block></block></script><script><block s="doReport"><block s="reportBoolean"><l><bool>false</bool></l></block></block></script></block></script></block></script></block-definition><block-definition s="%&apos;I1&apos; or %&apos;I2&apos; or %&apos;I3&apos;" type="predicate" category="operators"><header></header><code></code><translations></translations><inputs><input type="%b"></input><input type="%b"></input><input type="%b"></input></inputs><script><block s="doForever"><script><block s="doIfElse"><block s="reportOr"><block s="reportOr"><block var="I1"/><block var="I2"/></block><block var="I3"/></block><script><block s="doReport"><block s="reportBoolean"><l><bool>true</bool></l></block></block></script><script><block s="doReport"><block s="reportBoolean"><l><bool>false</bool></l></block></block></script></block></script></block></script></block-definition><block-definition s="join v0 %&apos;Join&apos; %&apos;Join2&apos;" type="reporter" category="operators"><header></header><code></code><translations></translations><inputs><input type="%s">hello</input><input type="%s">world</input></inputs><script><block s="doForever"><script><block s="doReport"><block s="reportJoinWords"><list><block var="Join"/><l> </l><block var="Join2"/></list></block></block></script></block></script></block-definition><block-definition s="delete 2 of %&apos;list&apos;" type="command" category="lists"><header></header><code></code><translations></translations><inputs><input type="%l"></input></inputs><script><block s="doDeleteFromList"><l>2</l><block var="list"/></block></script></block-definition><block-definition s="map %&apos;command&apos; over %&apos;list&apos; v2" type="reporter" category="lists"><header></header><code></code><translations></translations><inputs><input type="%cmdRing"></input><input type="%l"></input></inputs><script><block s="doReport"><block s="reportMap"><block var="command"/><block var="list"/></block></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="false" hyperops="true" codify="false" inheritance="true" sublistIDs="false" id="428"><pentrails>data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAeAAAAFoCAYAAACPNyggAAAAAXNSR0IArs4c6QAADoVJREFUeF7t1cEJAAAIxDDdf2m3sJ+4wEEQuuMIECBAgACBd4F9XzRIgAABAgQIjAB7AgIECBAgEAgIcIBukgABAgQICLAfIECAAAECgYAAB+gmCRAgQICAAPsBAgQIECAQCAhwgG6SAAECBAgIsB8gQIAAAQKBgAAH6CYJECBAgIAA+wECBAgQIBAICHCAbpIAAQIECAiwHyBAgAABAoGAAAfoJgkQIECAgAD7AQIECBAgEAgIcIBukgABAgQICLAfIECAAAECgYAAB+gmCRAgQICAAPsBAgQIECAQCAhwgG6SAAECBAgIsB8gQIAAAQKBgAAH6CYJECBAgIAA+wECBAgQIBAICHCAbpIAAQIECAiwHyBAgAABAoGAAAfoJgkQIECAgAD7AQIECBAgEAgIcIBukgABAgQICLAfIECAAAECgYAAB+gmCRAgQICAAPsBAgQIECAQCAhwgG6SAAECBAgIsB8gQIAAAQKBgAAH6CYJECBAgIAA+wECBAgQIBAICHCAbpIAAQIECAiwHyBAgAABAoGAAAfoJgkQIECAgAD7AQIECBAgEAgIcIBukgABAgQICLAfIECAAAECgYAAB+gmCRAgQICAAPsBAgQIECAQCAhwgG6SAAECBAgIsB8gQIAAAQKBgAAH6CYJECBAgIAA+wECBAgQIBAICHCAbpIAAQIECAiwHyBAgAABAoGAAAfoJgkQIECAgAD7AQIECBAgEAgIcIBukgABAgQICLAfIECAAAECgYAAB+gmCRAgQICAAPsBAgQIECAQCAhwgG6SAAECBAgIsB8gQIAAAQKBgAAH6CYJECBAgIAA+wECBAgQIBAICHCAbpIAAQIECAiwHyBAgAABAoGAAAfoJgkQIECAgAD7AQIECBAgEAgIcIBukgABAgQICLAfIECAAAECgYAAB+gmCRAgQICAAPsBAgQIECAQCAhwgG6SAAECBAgIsB8gQIAAAQKBgAAH6CYJECBAgIAA+wECBAgQIBAICHCAbpIAAQIECAiwHyBAgAABAoGAAAfoJgkQIECAgAD7AQIECBAgEAgIcIBukgABAgQICLAfIECAAAECgYAAB+gmCRAgQICAAPsBAgQIECAQCAhwgG6SAAECBAgIsB8gQIAAAQKBgAAH6CYJECBAgIAA+wECBAgQIBAICHCAbpIAAQIECAiwHyBAgAABAoGAAAfoJgkQIECAgAD7AQIECBAgEAgIcIBukgABAgQICLAfIECAAAECgYAAB+gmCRAgQICAAPsBAgQIECAQCAhwgG6SAAECBAgIsB8gQIAAAQKBgAAH6CYJECBAgIAA+wECBAgQIBAICHCAbpIAAQIECAiwHyBAgAABAoGAAAfoJgkQIECAgAD7AQIECBAgEAgIcIBukgABAgQICLAfIECAAAECgYAAB+gmCRAgQICAAPsBAgQIECAQCAhwgG6SAAECBAgIsB8gQIAAAQKBgAAH6CYJECBAgIAA+wECBAgQIBAICHCAbpIAAQIECAiwHyBAgAABAoGAAAfoJgkQIECAgAD7AQIECBAgEAgIcIBukgABAgQICLAfIECAAAECgYAAB+gmCRAgQICAAPsBAgQIECAQCAhwgG6SAAECBAgIsB8gQIAAAQKBgAAH6CYJECBAgIAA+wECBAgQIBAICHCAbpIAAQIECAiwHyBAgAABAoGAAAfoJgkQIECAgAD7AQIECBAgEAgIcIBukgABAgQICLAfIECAAAECgYAAB+gmCRAgQICAAPsBAgQIECAQCAhwgG6SAAECBAgIsB8gQIAAAQKBgAAH6CYJECBAgIAA+wECBAgQIBAICHCAbpIAAQIECAiwHyBAgAABAoGAAAfoJgkQIECAgAD7AQIECBAgEAgIcIBukgABAgQICLAfIECAAAECgYAAB+gmCRAgQICAAPsBAgQIECAQCAhwgG6SAAECBAgIsB8gQIAAAQKBgAAH6CYJECBAgIAA+wECBAgQIBAICHCAbpIAAQIECAiwHyBAgAABAoGAAAfoJgkQIECAgAD7AQIECBAgEAgIcIBukgABAgQICLAfIECAAAECgYAAB+gmCRAgQICAAPsBAgQIECAQCAhwgG6SAAECBAgIsB8gQIAAAQKBgAAH6CYJECBAgIAA+wECBAgQIBAICHCAbpIAAQIECAiwHyBAgAABAoGAAAfoJgkQIECAgAD7AQIECBAgEAgIcIBukgABAgQICLAfIECAAAECgYAAB+gmCRAgQICAAPsBAgQIECAQCAhwgG6SAAECBAgIsB8gQIAAAQKBgAAH6CYJECBAgIAA+wECBAgQIBAICHCAbpIAAQIECAiwHyBAgAABAoGAAAfoJgkQIECAgAD7AQIECBAgEAgIcIBukgABAgQICLAfIECAAAECgYAAB+gmCRAgQICAAPsBAgQIECAQCAhwgG6SAAECBAgIsB8gQIAAAQKBgAAH6CYJECBAgIAA+wECBAgQIBAICHCAbpIAAQIECAiwHyBAgAABAoGAAAfoJgkQIECAgAD7AQIECBAgEAgIcIBukgABAgQICLAfIECAAAECgYAAB+gmCRAgQICAAPsBAgQIECAQCAhwgG6SAAECBAgIsB8gQIAAAQKBgAAH6CYJECBAgIAA+wECBAgQIBAICHCAbpIAAQIECAiwHyBAgAABAoGAAAfoJgkQIECAgAD7AQIECBAgEAgIcIBukgABAgQICLAfIECAAAECgYAAB+gmCRAgQICAAPsBAgQIECAQCAhwgG6SAAECBAgIsB8gQIAAAQKBgAAH6CYJECBAgIAA+wECBAgQIBAICHCAbpIAAQIECAiwHyBAgAABAoGAAAfoJgkQIECAgAD7AQIECBAgEAgIcIBukgABAgQICLAfIECAAAECgYAAB+gmCRAgQICAAPsBAgQIECAQCAhwgG6SAAECBAgIsB8gQIAAAQKBgAAH6CYJECBAgIAA+wECBAgQIBAICHCAbpIAAQIECAiwHyBAgAABAoGAAAfoJgkQIECAgAD7AQIECBAgEAgIcIBukgABAgQICLAfIECAAAECgYAAB+gmCRAgQICAAPsBAgQIECAQCAhwgG6SAAECBAgIsB8gQIAAAQKBgAAH6CYJECBAgIAA+wECBAgQIBAICHCAbpIAAQIECAiwHyBAgAABAoGAAAfoJgkQIECAgAD7AQIECBAgEAgIcIBukgABAgQICLAfIECAAAECgYAAB+gmCRAgQICAAPsBAgQIECAQCAhwgG6SAAECBAgIsB8gQIAAAQKBgAAH6CYJECBAgIAA+wECBAgQIBAICHCAbpIAAQIECAiwHyBAgAABAoGAAAfoJgkQIECAgAD7AQIECBAgEAgIcIBukgABAgQICLAfIECAAAECgYAAB+gmCRAgQICAAPsBAgQIECAQCAhwgG6SAAECBAgIsB8gQIAAAQKBgAAH6CYJECBAgIAA+wECBAgQIBAICHCAbpIAAQIECAiwHyBAgAABAoGAAAfoJgkQIECAgAD7AQIECBAgEAgIcIBukgABAgQICLAfIECAAAECgYAAB+gmCRAgQICAAPsBAgQIECAQCAhwgG6SAAECBAgIsB8gQIAAAQKBgAAH6CYJECBAgIAA+wECBAgQIBAICHCAbpIAAQIECAiwHyBAgAABAoGAAAfoJgkQIECAgAD7AQIECBAgEAgIcIBukgABAgQICLAfIECAAAECgYAAB+gmCRAgQICAAPsBAgQIECAQCAhwgG6SAAECBAgIsB8gQIAAAQKBgAAH6CYJECBAgIAA+wECBAgQIBAICHCAbpIAAQIECAiwHyBAgAABAoGAAAfoJgkQIECAgAD7AQIECBAgEAgIcIBukgABAgQICLAfIECAAAECgYAAB+gmCRAgQICAAPsBAgQIECAQCAhwgG6SAAECBAgIsB8gQIAAAQKBgAAH6CYJECBAgIAA+wECBAgQIBAICHCAbpIAAQIECAiwHyBAgAABAoGAAAfoJgkQIECAgAD7AQIECBAgEAgIcIBukgABAgQICLAfIECAAAECgYAAB+gmCRAgQICAAPsBAgQIECAQCAhwgG6SAAECBAgIsB8gQIAAAQKBgAAH6CYJECBAgIAA+wECBAgQIBAICHCAbpIAAQIECAiwHyBAgAABAoGAAAfoJgkQIECAgAD7AQIECBAgEAgIcIBukgABAgQICLAfIECAAAECgYAAB+gmCRAgQICAAPsBAgQIECAQCAhwgG6SAAECBAgIsB8gQIAAAQKBgAAH6CYJECBAgIAA+wECBAgQIBAICHCAbpIAAQIECAiwHyBAgAABAoGAAAfoJgkQIECAgAD7AQIECBAgEAgIcIBukgABAgQICLAfIECAAAECgYAAB+gmCRAgQICAAPsBAgQIECAQCAhwgG6SAAECBAgIsB8gQIAAAQKBgAAH6CYJECBAgIAA+wECBAgQIBAICHCAbpIAAQIECAiwHyBAgAABAoGAAAfoJgkQIECAgAD7AQIECBAgEAgIcIBukgABAgQICLAfIECAAAECgYAAB+gmCRAgQICAAPsBAgQIECAQCAhwgG6SAAECBAgIsB8gQIAAAQKBgAAH6CYJECBAgIAA+wECBAgQIBAICHCAbpIAAQIECAiwHyBAgAABAoGAAAfoJgkQIECAgAD7AQIECBAgEAgIcIBukgABAgQICLAfIECAAAECgYAAB+gmCRAgQICAAPsBAgQIECAQCAhwgG6SAAECBAgIsB8gQIAAAQKBgAAH6CYJECBAgIAA+wECBAgQIBAICHCAbpIAAQIECAiwHyBAgAABAoGAAAfoJgkQIECAgAD7AQIECBAgEAgIcIBukgABAgQICLAfIECAAAECgYAAB+gmCRAgQICAAPsBAgQIECAQCAhwgG6SAAECBAgIsB8gQIAAAQKBgAAH6CYJECBAgIAA+wECBAgQIBAICHCAbpIAAQIECByxcQFpoRMBzwAAAABJRU5ErkJggg==</pentrails><costumes><list struct="atomic" id="429"></list></costumes><sounds><list struct="atomic" id="430"></list></sounds><variables></variables><blocks></blocks><scripts></scripts><sprites select="1"><sprite name="Sprite" idx="1" x="0" y="0" heading="90" scale="1" volume="100" pan="0" rotation="1" instrument="1"  draggable="true" costume="0" color="80,80,80,1" pen="tip" id="435"><costumes><list struct="atomic" id="436"></list></costumes><sounds><list struct="atomic" id="437"></list></sounds><blocks></blocks><variables></variables><scripts><comment x="501.181640625" y="11" w="107" collapsed="false">Motion</comment><script x="496.181640625" y="68"><custom-block s="is x position is less than %n"><l>0</l></custom-block></script><script x="495.181640625" y="87"><custom-block s="is x position is more than %n"><l>0</l></custom-block></script><script x="494.181640625" y="108.16666666666663"><custom-block s="is y position is less than %n"><l>0</l></custom-block></script><script x="495.181640625" y="128.16666666666663"><custom-block s="is y position is more than %n"><l>0</l></custom-block></script><comment x="780.181640625" y="11" w="107" collapsed="false">Looks</comment><script x="781.181640625" y="64.16666666666663"><custom-block s="hiden?"></custom-block></script><script x="781.181640625" y="83"><custom-block s="go front %n layers"><l>1</l></custom-block></script><script x="782.181640625" y="114.16666666666663"><custom-block s="size x2"></custom-block></script><script x="779.181640625" y="137.16666666666663"><custom-block s="shown and invisible?"></custom-block></script><comment x="1006.845703125" y="12" w="107" collapsed="false">Sound</comment><comment x="1506.09765625" y="10" w="107" collapsed="false">Pen</comment><script x="1503.09765625" y="66"><custom-block s="stamp and change y by -2 %n times than wait %n secs than write %s size %n"><l>5</l><l>1</l><l>Hello!</l><l>12</l></custom-block></script><script x="13.181640625" y="80.33333333333334"><block s="receiveGo"></block><block s="setHeading"><l>90</l></block><block s="gotoXY"><l>0</l><l>0</l></block><block s="bubble"><l>Just click the look code button and have fun</l></block><block s="doResetTimer"></block><block s="clear"></block></script><script x="496.181640625" y="159"><custom-block s="if on edge, turn $turnRight %n degrees"><l>15</l></custom-block></script><script x="1009.845703125" y="59"><custom-block s="max note play for %n beats"><l>0.5</l></custom-block></script><script x="1010.845703125" y="105"><custom-block s="min note play for %n beats"><l>0.5</l></custom-block></script><script x="1010.845703125" y="151"><custom-block s="play frequency of %n Hz than wait %n secs than stop frequency"><l>440</l><l>1</l></custom-block></script><script x="495.181640625" y="204"><custom-block s="if on edge, turn $turnLeft %n degrees"><l>15</l></custom-block></script><script x="1503.09765625" y="130"><custom-block s="write %s size %n and loop this %n times"><l>Hello!</l><l>12</l><l>5</l></custom-block></script><script x="1502.09765625" y="179"><custom-block s="fill and wait %n secs then clear and loop this %n times"><l>1</l><l>5</l></custom-block></script><script x="10.669921875" y="288.0000000000001"><custom-block s="report v2 %s"><l></l></custom-block></script><script x="1011" y="200"><custom-block s="play frequency of %n Hz than wait %n secs than stop frequency, loop this %n times"><l>440</l><l>1</l><l>5</l></custom-block></script><comment x="777.669921875" y="190" w="107" collapsed="false">Operators</comment><script x="781.669921875" y="247"><custom-block s="%n / %n x %n"><l></l><l></l><l></l></custom-block></script><script x="782.669921875" y="278"><custom-block s="%n + %n - %n x %n / %n ^ %n"><l></l><l></l><l></l><l></l><l></l><l></l></custom-block></script><script x="782.669921875" y="312"><custom-block s="%b and %b and %b"><l/><l/><l/></custom-block></script><script x="783.669921875" y="335"><custom-block s="%b or %b or %b"><l/><l/><l/></custom-block></script><script x="783.669921875" y="367"><custom-block s="join v0 %s %s"><l>hello</l><l>world</l></custom-block></script><comment x="1271.669921875" y="256" w="107" collapsed="false"> Lists</comment><script x="1271" y="307"><custom-block s="delete 2 of %l"><l/></custom-block></script><script x="1269" y="337"><custom-block s="map %cmdRing over %l v2"><block s="reifyScript"><script></script><list></list></block><l/></custom-block></script><comment x="1045" y="252" w="107" collapsed="false">No variabies, sorry!</comment><comment x="10" y="246" w="107" collapsed="false">Control</comment><comment x="1517" y="250" w="107" collapsed="false">No others, sorry!</comment><comment x="11.669921875" y="30.333333333333343" w="195" collapsed="false">Not my blocks</comment><script x="490.181640625" y="248"><custom-block s="move large number of steps"></custom-block></script><script x="491.181640625" y="289.83333333333337"><custom-block s="move small number of steps"></custom-block></script><script x="497.669921875" y="320.16666666666663"><custom-block s="xy position"></custom-block></script><comment x="492.669921875" y="355" w="107" collapsed="false">Sensing</comment><script x="488.669921875" y="403.16666666666663"><custom-block s="mouse xy"></custom-block></script><script x="485.669921875" y="429"><custom-block s="if 2 keys: %b and %b pressed?"><l/><l/></custom-block></script></scripts></sprite><watcher scope="Sprite" s="xPosition" style="normal" x="10" y="10" color="74,108,212" hidden="true"/><watcher scope="Sprite" s="getScale" style="normal" x="10" y="31.000001999999995" color="143,86,227" hidden="true"/><watcher scope="Sprite" s="reportShown" style="normal" x="10" y="52.00000399999999" color="143,86,227" hidden="true"/><watcher scope="Sprite" s="getPan" style="normal" x="10" y="76.00000599999998" color="207,74,217" hidden="true"/><watcher scope="Stage" s="getTempo" style="normal" x="10" y="97.00000799999998" color="207,74,217" hidden="true"/><watcher scope="Sprite" s="getVolume" style="normal" x="10" y="118.00000999999997" color="207,74,217" hidden="true"/><watcher scope="Sprite" s="getPenDown" style="normal" x="10" y="139.00001199999997" color="0,161,120" hidden="true"/><watcher scope="Stage" s="getTimer" style="normal" x="10" y="163.00001399999996" color="4,148,220" hidden="true"/><watcher s="yPosition" style="normal" x="10" y="205.00001799999995" color="74,108,212" hidden="true"/></sprites></stage><variables></variables></scene></scenes></project><media name="Blocks i made" app="Snap! 7, https://snap.berkeley.edu" version="2"></media></snapdata>