<snapdata remixID="11169165"><project name="U1L3-AngleExperiments2 - Starter" app="Snap! 7, https://snap.berkeley.edu" version="2"><notes></notes><thumbnail>data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAKAAAAB4CAYAAAB1ovlvAAAFAElEQVR4Xu3dwWvTdxjH8SdLOtHNYkVkXaPgTj0oWoUeSrFZz/NWZSmbuFmmBy1Ri57Wmgq9rO0OdTCHly6bcV6E/QNT7KKy7eDaQ2+KQVHBRuLBEou/4c+l0gYvvxyePN/vu8cffH/P8/18XmgOpYkFQRAIPySglEAMgErJMzZMAIBAUE0AgKrxMxyAGFBNAICq8TMcgBhQTQCAqvEzHIAYUE0AgKrxMxyAGFBNAICq8TMcgBhQTQCAqvEzHIAYUE0AgKrxMxyAGFBNAICq8TMcgBhQTQCAqvEzHIAYUE0AgKrxMxyAGFBNAICq8TMcgBhQTQCAqvEzHIAYUE0AgKrxMxyAGFBNAICq8TMcgBhQTQCAqvEzHIAYUE0AgKrxMxyAGFBNAICq8TMcgBhQTQCAqvEzHIAYUE0AgKrxMxyAGFBNAICq8TMcgBhQTQCAqvEzHIAYUE0AgKrxMxyAGFBNAICq8TMcgBhQTQCAqvEzHIAYUE0AgKrxMxyAGFBNAICq8TMcgBhQTQCAqvEzHIAYUE0AgKrxMxyAGFBNAICq8TMcgHUY+DmXk6ZEQtLpdB1v8fsoAOvoPzs6Gp4eGR6u4y1+HwVgHf1/1PaxxONxeXC/WMdb/D4KwIj9Ly4uytr1H4anX75YlEQiEfFNfh8DYMT+JyYnZejM6fD05HfjciKTifgmv48BMGL/g5mMTP1wPjydGRyU7ycmI77J72MAjNh//P0meRUE4el47D1ZqlQivsnvYwCM0H+xWJStn2wT+R+gxGJSvHtPkslkhLf5fQSAEfrPjmblp4sX5VLul/B0/5dfyDcDAzIyPBLhbX4fAWCE/n+8cEH602lpbm4OT5fLZbmUz8vRI0civM3vIwD0u3/12wNQvQK/FwCg3/2r3x6A6hX4vQAA/e5f/fYAVK/A7wXMA7x2/bqkenr8btHw7c0DfP07efw+nl2BALTbnRObA9CJGu1eAoB2u3NicwA6UaPdSwDQbndObA5AJ2q0ewkA2u3Oic0B6ESNdi8BQLvdObE5AJ2o0e4lAGi3Oyc2B6ATNdq9BADtdufE5gB0oka7lwCg3e6c2ByATtRo9xIAtNudE5sD0Ika7V4CgHa7c2JzADpRo91LANBud05sDkAnarR7CQDa7c6JzQHoRI12LwFAu905sTkAnajR7iUAaLc7JzYHoBM12r0EAO1258TmAHSiRruXMA9wdm5OdmzfbrcBzzc3A3B+fl7a29tr6nrXc897NXN9MwBPDQ3JxPh4TbDvem6mAc8XNQGwUChId89eefVyaUVdMzMzkurt5YsCDSM2AfDsaFay587VfCFg9fnD+0VpbW01XIO/q5sAuGt3h9yZnZWz3w6v+HvQOzs65N+52uf+1mnv5iYAxpoSYbIH+vbLb/n8csrV5/2fp+XXXM5e+mwsDQ9wenpaDg0cflNVIBIsvfkcmMvl5ODXXy1XGKz6fEi3NhJoeIDVz3nVOG/8cU26u7tl9fPbfxaks7PTRups+fZ/sSCofu13Y6ayafNmeVpakI0tLbJQKi1/Dmxta5NHTx5Ly4YNUnr2rObzYWPehq1WJ9DQ/wJWKhVZ88E6+f3qVdn32T75tLdXFkoLcqtwU9Y1r5cr+cuyv68vfF5+XpZ//vqbho0l0NAAx8bGpKurS1Kp1HKsJ06elC3JpOzes2fFV3QdO35czk9NGYufdf8DPa/7txicbyoAAAAASUVORK5CYII=</thumbnail><scenes select="1"><scene name="U1L3-AngleExperiments2 - Starter"><notes></notes><hidden></hidden><headers></headers><code></code><blocks><block-definition s="setting %&apos;which&apos;" type="reporter" category="sensing"><header></header><code></code><translations></translations><inputs><input type="%s" readonly="true"><options>Project notes&#xD;Project name&#xD;User&#xD;Presentation mode&#xD;Language&#xD;Zoom blocks&#xD;Stage size&#xD;Stage scale&#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></inputs><script><block s="doReport"><block s="evaluate"><block s="reportJSFunction"><list><l>which</l></list><l>var   stage = this.parentThatIsA(StageMorph),&#xD;        ide = stage.parentThatIsA(IDE_Morph),&#xD;        world = stage.parentThatIsA(WorldMorph);&#xD;&#xD;switch (which) {&#xD;    case &apos;Project notes&apos;:&#xD;        return ide.projectNotes;&#xD;    case &apos;Project name&apos;:&#xD;        return ide.projectName;&#xD;    case &apos;User&apos;:&#xD;        return SnapCloud.username;&#xD;    case &apos;Presentation mode&apos;:&#xD;        return ide.isAppMode;&#xD;    case &apos;Language&apos;:&#xD;        return SnapTranslator.language;&#xD;    case &apos;Zoom blocks&apos;:&#xD;        return SyntaxElementMorph.prototype.scale;&#xD;    case &apos;Stage size&apos;:&#xD;        return new List([StageMorph.prototype.dimensions.x,&#xD;                                   StageMorph.prototype.dimensions.y]);&#xD;    case &apos;Stage scale&apos;:&#xD;       return stage.scale;&#xD;    case &apos;Retina display support&apos;:&#xD;        return isRetinaEnabled();&#xD;    case &apos;Long form input dialog&apos;:&#xD;        return InputSlotDialogMorph.prototype.isLaunchingExpanded;&#xD;    case &apos;Plain prototype labels&apos;:&#xD;        return BlockLabelPlaceHolderMorph.prototype.plainLabel;&#xD;    case &apos;Input sliders&apos;:&#xD;        return MorphicPreferences.useSliderForInput;&#xD;    case &apos;Execute on slider change&apos;:&#xD;        return ArgMorph.prototype.executeOnSliderEdit;&#xD;    case &apos;Clicking sound&apos;:&#xD;        return !!BlockMorph.prototype.snapSound;&#xD;    case &apos;Turbo mode&apos;:&#xD;        return stage.isFastTracked;&#xD;    case &apos;Flat design&apos;:&#xD;        return MorphicPreferences.isFlat;&#xD;    case &apos;Keyboard editing&apos;:&#xD;        return ScriptsMorph.prototype.enableKeyboard;&#xD;    case &apos;Table support&apos;:&#xD;        return List.prototype.enableTables;&#xD;    case &apos;Table lines&apos;:&#xD;        return TableMorph.prototype.highContrast;&#xD;    case &apos;Visible stepping&apos;:&#xD;        return Process.prototype.enableSingleStepping;&#xD;    case &apos;Thread safe scripts&apos;:&#xD;        return stage.isThreadSafe;&#xD;    case &apos;Prefer smooth animations&apos;:&#xD;        return StageMorph.prototype.frameRate &gt; 0;&#xD;    case &apos;Flat line ends&apos;:&#xD;        return SpriteMorph.prototype.useFlatLineEnds;&#xD;    case &apos;Codification support&apos;:&#xD;        return StageMorph.prototype.enableCodeMapping;&#xD;    case &apos;Inheritance support&apos;:&#xD;        return StageMorph.prototype.enableInheritance;&#xD;    default: return which;&#xD;}</l></block><list><block var="which"/></list></block></block></script></block-definition><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;switch (which) {&#xD;    case &apos;Presentation mode&apos;:&#xD;        if (tf != ide.isAppMode) ide.toggleAppMode();&#xD;        return;&#xD;    case &apos;Retina display support&apos;:&#xD;        if (tf != isRetinaEnabled()) ide.toggleRetina();&#xD;        return;&#xD;    case &apos;Long form input dialog&apos;:&#xD;        if (tf != InputSlotDialogMorph.prototype.isLaunchingExpanded)&#xD;            ide.toggleLongFormInputDialog();&#xD;        return;&#xD;    case &apos;Plain prototype labels&apos;:&#xD;        if (tf != BlockLabelPlaceHolderMorph.prototype.plainLabel)&#xD;            ide.togglePlainPrototypeLabels();&#xD;        return;&#xD;    case &apos;Input sliders&apos;:&#xD;        MorphicPreferences.useSliderForInput = tf;&#xD;        return;&#xD;    case &apos;Execute on slider change&apos;:&#xD;        ArgMorph.prototype.executeOnSliderEdit = tf;&#xD;        return;&#xD;    case &apos;Clicking sound&apos;:&#xD;        if (tf != !!BlockMorph.prototype.snapSound)&#xD;            BlockMorph.prototype.toggleSnapSound();&#xD;        return;&#xD;    case &apos;Turbo mode&apos;:&#xD;        if (tf != stage.isFastTracked)&#xD;            ide.toggleFastTracking();&#xD;        return;&#xD;    case &apos;Flat design&apos;:&#xD;        if (tf == MorphicPreferences.isFlat) return;&#xD;        if (tf)&#xD;            ide.flatDesign();&#xD;        else&#xD;            ide.defaultDesign();&#xD;        return;&#xD;    case &apos;Keyboard editing&apos;:&#xD;            ScriptsMorph.prototype.enableKeyboard = tf;&#xD;            if (ScriptsMorph.prototype.enableKeyboard) {&#xD;                ide.removeSetting(&apos;keyboard&apos;);&#xD;            } else {&#xD;                ide.saveSetting(&apos;keyboard&apos;, false);&#xD;            }&#xD;        return;&#xD;    case &apos;Table support&apos;:&#xD;            List.prototype.enableTables = tf;&#xD;            if (List.prototype.enableTables) {&#xD;                ide.removeSetting(&apos;tables&apos;);&#xD;            } else {&#xD;                ide.saveSetting(&apos;tables&apos;, false);&#xD;            }&#xD;        return;&#xD;    case &apos;Table lines&apos;:&#xD;                TableMorph.prototype.highContrast = tf;&#xD;                if (TableMorph.prototype.highContrast) {&#xD;                    ide.saveSetting(&apos;tableLines&apos;, true);&#xD;                } else {&#xD;                    ide.removeSetting(&apos;tableLines&apos;);&#xD;                }&#xD;        return;&#xD;    case &apos;Visible stepping&apos;:&#xD;        if (tf != Process.prototype.enableSingleStepping)&#xD;            ide.toggleSingleStepping();&#xD;        return;&#xD;    case &apos;Thread safe scripts&apos;:&#xD;        stage.isThreadSafe = tf;&#xD;        return;&#xD;    case &apos;Prefer smooth animations&apos;:&#xD;        if (tf != (StageMorph.prototype.frameRate &gt; 0))&#xD;            ide.toggleVariableFrameRate();&#xD;        return;&#xD;    case &apos;Flat line ends&apos;:&#xD;        SpriteMorph.prototype.useFlatLineEnds = tf;&#xD;        return;&#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;        return;&#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;        return;&#xD;}</l></block><list><block var="which"/><block var="tf"/></list></block></script></block-definition><block-definition s="set value %&apos;which&apos; to %&apos;value&apos;" type="command" category="sensing"><header></header><code></code><translations></translations><inputs><input type="%s" readonly="true"><options>Project notes&#xD;Project name&#xD;Language&#xD;Zoom blocks&#xD;Stage size&#xD;Stage scale</options></input><input type="%s"></input></inputs><script><block s="doRun"><block s="reportJSFunction"><list><l>which</l><l>value</l></list><l>var   stage = this.parentThatIsA(StageMorph),&#xD;        ide = stage.parentThatIsA(IDE_Morph),&#xD;        world = stage.parentThatIsA(WorldMorph);&#xD;&#xD;switch (which) {&#xD;    case &apos;Project notes&apos;:&#xD;        ide.projectNotes = value;&#xD;        return;&#xD;    case &apos;Project name&apos;:&#xD;        ide.setProjectName(value);&#xD;        return;&#xD;    case &apos;Language&apos;:&#xD;        ide.setLanguage(value);&#xD;        return;&#xD;    case &apos;Zoom blocks&apos;:&#xD;        if (!isNaN(value)) ide.setBlocksScale(Math.min(value, 12));&#xD;        return;&#xD;    case &apos;Stage size&apos;:&#xD;        if ((value instanceof List) &amp;&amp; value.length()==2&#xD;                       &amp;&amp; !isNaN(value.at(1)) &amp;&amp; !isNaN(value.at(2)))&#xD;            ide.setStageExtent(new Point(value.at(1), value.at(2)));&#xD;        return;&#xD;    case &apos;Stage scale&apos;:&#xD;        ide.toggleStageSize(value != 1, Math.max(0.1, value));&#xD;        return;&#xD;};</l></block><list><block var="which"/><block var="value"/></list></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="false" sublistIDs="false" id="47"><pentrails>data:image/png;base64,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</pentrails><costumes><list struct="atomic" id="48"></list></costumes><sounds><list struct="atomic" id="49"></list></sounds><variables></variables><blocks></blocks><scripts></scripts><sprites select="3"><sprite name="Sprite" idx="1" x="0" y="5.684341886080802e-14" heading="0" scale="1" volume="100" pan="0" rotation="1" draggable="true" costume="0" color="0,4,3,1" pen="tip" id="54"><costumes><list struct="atomic" id="55"></list></costumes><sounds><list struct="atomic" id="56"></list></sounds><blocks></blocks><variables></variables><scripts><script x="16.666666666666657" y="10"><block s="down"><comment w="234.33333333333334" collapsed="true">It&apos;s best to put the pen down before drawing.</comment></block></script><script x="16.666666666666657" y="40.666666666666686"><block s="setHeading"><l>0</l><comment w="188.33333333333334" collapsed="true">You might (or might not) need this.</comment></block></script><script x="16.666666666666657" y="74.66666666666663"><block s="gotoXY"><l>0</l><l>0</l><comment w="188.33333333333334" collapsed="true">You might (or might not) need this.</comment></block></script><script x="16.666666666666657" y="108.66666666666663"><block s="clear"><comment w="68.5" collapsed="false">Script A.</comment></block><block s="doRepeat"><l>4</l><script><block s="forward"><l>100</l></block><block s="doWait"><l>.5</l></block><block s="doWait"><l>.5</l></block><block s="turn"><block s="reportQuotient"><l>360</l><l>4</l></block></block></script></block></script><script x="345" y="193.33333333333337"><block s="clear"></block></script><script x="152.66666666666663" y="183.5"><block s="forward"><l>-100</l></block></script></scripts></sprite><sprite name="Sprite(2)" idx="2" x="-113.00000000000011" y="-150" heading="0" scale="1" volume="100" pan="0" rotation="1" draggable="true" costume="0" color="0,4,3,1" pen="tip" id="85"><costumes><list struct="atomic" id="86"></list></costumes><sounds><list struct="atomic" id="87"></list></sounds><blocks></blocks><variables></variables><scripts><script x="16.666666666666657" y="10"><block s="down"><comment w="234.33333333333334" collapsed="true">It&apos;s best to put the pen down before drawing.</comment></block></script><script x="16.666666666666657" y="40.666666666666686"><block s="setHeading"><l>0</l><comment w="188.33333333333334" collapsed="true">You might (or might not) need this.</comment></block></script><script x="16.666666666666657" y="74.66666666666663"><block s="gotoXY"><l>0</l><l>0</l><comment w="188.33333333333334" collapsed="true">You might (or might not) need this.</comment></block></script><script x="16.666666666666657" y="108.66666666666663"><block s="clear"><comment w="68.5" collapsed="false">Script A.</comment></block><block s="doRepeat"><l>3</l><script><block s="forward"><l>100</l></block><block s="doWait"><l>.5</l></block><block s="doWait"><l>.5</l></block><block s="turn"><block s="reportQuotient"><l>360</l><l>3</l></block></block></script></block></script><script x="345" y="193.33333333333337"><block s="clear"></block></script><script x="213.66666666666663" y="169.5"><block s="forward"><l>-100</l></block></script></scripts></sprite><sprite name="Sprite(3)" idx="3" x="-95" y="-150" heading="0" scale="1" volume="100" pan="0" rotation="1" draggable="true" costume="0" color="0,4,3,1" pen="tip" id="116"><costumes><list struct="atomic" id="117"></list></costumes><sounds><list struct="atomic" id="118"></list></sounds><blocks></blocks><variables></variables><scripts><script x="16.666666666666657" y="10"><block s="down"><comment w="234.33333333333334" collapsed="true">It&apos;s best to put the pen down before drawing.</comment></block></script><script x="16.666666666666657" y="40.666666666666686"><block s="setHeading"><l>0</l><comment w="188.33333333333334" collapsed="true">You might (or might not) need this.</comment></block></script><script x="16.666666666666657" y="74.66666666666663"><block s="gotoXY"><l>0</l><l>0</l><comment w="188.33333333333334" collapsed="true">You might (or might not) need this.</comment></block></script><script x="16.666666666666657" y="108.66666666666663"><block s="clear"><comment w="68.5" collapsed="false">Script A.</comment></block><block s="doRepeat"><l>5</l><script><block s="forward"><l>100</l></block><block s="doWait"><l>.5</l></block><block s="forward"><l>-100</l></block><block s="doWait"><l>.5</l></block><block s="turn"><block s="reportQuotient"><l>360</l><l>5</l></block></block></script></block></script><script x="345" y="193.33333333333337"><block s="clear"></block></script></scripts></sprite></sprites></stage><variables></variables></scene></scenes></project><media name="U1L3-AngleExperiments2 - Starter" app="Snap! 7, https://snap.berkeley.edu" version="2"></media></snapdata>