<snapdata remixID="14566149"><project name="U1L3-AngleExperiments2" app="Snap! 11.0.3, https://snap.berkeley.edu" version="2"><notes></notes><thumbnail>data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAKAAAAB4CAYAAAB1ovlvAAAAAXNSR0IArs4c6QAAA+FJREFUeF7t3b1LFXAYxfFzjaAC45YNt4bsbSlpMmxxqD+goKW1FqeWXAt6WaSliGiuhjaJpiiSppYgcgmi4BqNDgUOQlPdyCAEI/R69Tl6vi4u3t/zPOd8cL2NTqfTET8kUJRAA4BFyTN2IQEAAqE0AQCWxs9wAGKgNAEAlsbPcABioDQBAJbGz3AAYqA0AQCWxs9wAGKgNAEAlsbPcABioDQBAJbGz3AAYqA0AQCWxs9wAGKgNAEAlsbPcABioDQBAJbGz3AAYqA0AQCWxs9wAGKgNAEAlsbPcABioDQBAJbGz3AAYqA0AQCWxs9wAGKgNAEAlsbPcABioDQBAJbGz3AAYqA0AQCWxs9wAGKgNAEAlsbPcABioDQBAJbGz3AAYqA0AQCWxs9wAGKgNAEAlsbPcABioDQBAJbGz3AAYqA0AQCWxs9wAGKgNAEAlsbPcABioDQBAJbGv/Lhv79ffGZmRu12Wy+nXujO7bsrf8ToEwA0KmPxKo9nm9o50KctW//9hfZvn/Tr2rkv6uvrM71geWsBcHk5lfzV9YlxjVx5tGT28NdptfYcLNmp10MB2OtEe/TeZ93TvNr69O2pdgzML7w6eemkHt5/rkaj0aMp9c8AsL6Dvxt81E119FNHdUPSH2TPtGvh9/DsB7Vae4227c0qAOxNjl2/8l7j2q5BHdHlJW+cHzuhw4PHNXH1wab6r7f4UAB2Taf7D07rovbotPbrwn8fmZubU7PZ7H7QBvgkANeppDc6owMaU0tn12nixhgDwDXs6bVGNaRb2q3RNZyysZ8GYI/7e6VjGtGk+jXU45c353MAXGWvP/RdUzqkU3qnbdq3ytfyPg7AvM6tLgagVR15ywAwr3OriwFoVUfeMgDM69zqYgBa1ZG3DADzOre6GIBWdeQtA8C8zq0uBqBVHXnLADCvc6uLAWhVR94yAMzr3OpiAFrVkbcMAPM6t7oYgFZ15C0DwLzOrS4GoFUdecsAMK9zq4sBaFVH3jIAzOvc6mIAWtWRtwwA8zq3uhiAVnXkLQPAvM6tLgagVR15ywAwr3OriwFoVUfeMgDM69zqYgBa1ZG3DADzOre6GIBWdeQtA8C8zq0uBqBVHXnLADCvc6uLAWhVR94yAMzr3OpiAFrVkbcMAPM6t7oYgFZ15C0DwLzOrS4GoFUdecsAMK9zq4sBaFVH3jIAzOvc6mIAWtWRtwwA8zq3uhiAVnXkLQPAvM6tLgagVR15ywAwr3OriwFoVUfeMgDM69zqYgBa1ZG3DADzOre6GIBWdeQtA8C8zq0uBqBVHXnLADCvc6uLAWhVR94yvwA+dRq3aP4TlQAAAABJRU5ErkJggg==</thumbnail><scenes select="1"><scene name="U1L3-AngleExperiments2"><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><primitives></primitives><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="48"><pentrails>data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAeAAAAFoCAYAAACPNyggAAAAAXNSR0IArs4c6QAAFAhJREFUeF7t3UGL3WcVB+D3nZTQhMaZ1LqwdaEL6UpBKoKCVsFamk5mrB/ArR/AD6Cfp7v/naShumhRqgsFUUEFqS6UYitNZmpbsU3mlf+dCUVJ2zRN7rnnzCN0Z3LOeX4v/MhkMrc3/yNAgAABAgRWLtBXPtFAAgQIECBAoClgj4AAAQIECAQIKOAAdCMJECBAgIAC9gYIECBAgECAgAIOQDeSAAECBAgoYG+AAAECBAgECCjgAHQjCRAgQICAAvYGCBAgQIBAgIACDkA3kgABAgQIKGBvgAABAgQIBAgo4AB0IwkQIECAgAL2BggQIECAQICAAg5AN5IAAQIECChgb4AAAQIECAQIKOAAdCMJECBAgIAC9gYIECBAgECAgAIOQDeSAAECBAgoYG+AAAECBAgECCjgAHQjCRAgQICAAvYGCBAgQIBAgIACDkA3kgABAgQIKGBvgAABAgQIBAgo4AB0IwkQIECAgAL2BggQIECAQICAAg5AN5IAAQIECChgb4AAAQIECAQIKOAAdCMJECBAgIAC9gYIECBAgECAgAIOQDeSAAECBAgoYG+AAAECBAgECCjgAHQjCRAgQICAAvYGCBAgQIBAgIACDkA3kgABAgQIKGBvgAABAgQIBAgo4AB0IwkQIECAgAL2BggQIECAQICAAg5AN5IAAQIECChgb4AAAQIECAQIKOAAdCMJECBAgIAC9gYIECBAgECAgAIOQDeSAAECBAgoYG+AAAECBAgECCjgAHQjCRAgQICAAvYGCBAgQIBAgIACDkA3kgABAgQIKGBvgAABAgQIBAgo4AB0IwkQIECAgAL2BggQIECAQICAAg5AN5IAAQIECChgb4AAAQIECAQIKOAAdCMJECBAgIAC9gYIECBAgECAgAIOQDeSAAECBAgoYG+AAAECBAgECCjgAHQjCRAgQICAAvYGCBAgQIBAgIACDkA3kgABAgQIKGBvgAABAgQIBAgo4AB0IwkQIECAgAL2BggQIECAQICAAg5AN5IAAQIECChgb4AAAQIECAQIKOAAdCMJECBAgIAC9gYIECBAgECAgAIOQDeSAAECBAgoYG+AAAECBAgECCjgAHQjCRAgQICAAvYGCBAgQIBAgIACDkA3kgABAgQIKGBvgAABAgQIBAgo4AB0IwkQIECAgAL2BggQIECAQICAAg5AN5IAAQIECChgb4AAAQIECAQIKOAAdCMJECBAgIAC9gYIECBAgECAgAIOQDeSAAECBAgoYG+AAAECBAgECCjgAHQjCRAgQICAAvYGCBAgQIBAgIACDkA3kgABAgQIKGBvgAABAgQIBAgo4AB0IwkQIECAgAL2BggQIECAQICAAg5AN5IAAQIECChgb4AAAQIECAQIKOAAdCMJECBAgIAC9gYIECBAgECAgAIOQDeSAAECBAgoYG+AAAECBAgECCjgAHQjCRAgQICAAvYGCBAgQIBAgIACDkA3kgABAgQIKGBvgAABAgQIBAgo4AB0IwkQIECAgAL2BggQIECAQICAAg5AN5IAAQIECChgb4AAAQIECAQIKOAAdCMJECBAgIAC9gYIECBAgECAgAIOQDeSAAECBAgoYG+AAAECBAgECCjgAHQjCRAgQICAAvYGCBAgQIBAgIACDkA3kgABAgQIKGBvgAABAgQIBAgo4AB0IwkQIECAgAL2BggQIECAQICAAg5AN5IAAQIECChgb4AAAQIECAQIKOAAdCMJECBAgIAC9gYIECBAgECAgAIOQDeSAAECBAgoYG+AAAECBAgECCjgAHQjCRAgQICAAvYGCBAgQIBAgIACDkA3kgABAgQIKGBvgAABAgQIBAgo4AB0IwkQIECAgAL2BggQIECAQICAAg5AN5IAAQIECChgb4AAAQIECAQIKOAAdCMJECBAgIAC9gYIECBAgECAgAIOQDeSAAECBAgoYG+AAAECBAgECCjgAHQjCRAgQICAAvYGCBAgQIBAgIACDkA3kgABAgQIKGBvgAABAgQIBAgo4AB0IwkQIECAgAL2BggQIECAQICAAg5AN5IAAQIECChgb4AAAQIECAQIKOAAdCMJECBAgIAC9gYIECBAgECAgAIOQDeSAAECBAgoYG+AAAECBAgECCjgAHQjCRAgQICAAvYGCBAgQIBAgIACDkA3kgABAgQIKGBvgAABAgQIBAgo4AB0IwkQIECAgAL2BggQIECAQICAAg5AN5IAAQIECChgb4AAAQIECAQIKOAAdCMJECBAgIAC9gYIECDwEQUuj61vPN33f/YRf5n/O4H/EVDAHgQBAgRuQ+DS2Px2a313tLbbW/vnaO2HF/v+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AIFcAgo4V162JUCAAIEiAgq4SJDOIECAAIFcAgo4V162JUCAAIEiAgq4SJDOIECAAIFcAgo4V162JUCAAIEiAgq4SJDOIECAAIFcAgo4V162JUCAAIEiAgq4SJDOIECAAIFcAgo4V162JUCAAIEiAgq4SJDOIECAAIFcAgo4V162JUCAAIEiAgq4SJDOIECAAIFcAgo4V162JUCAAIEiAgq4SJDOIECAAIFcAgo4V162JUCAAIEiAgq4SJDOIECAAIFcAgo4V162JUCAAIEiAgq4SJDOIECAAIFcAgo4V162JUCAAIEiAgq4SJDOIECAAIFcAgo4V162JUCAAIEiAgq4SJDOIECAAIFcAgo4V162JUCAAIEiAgq4SJDOIECAAIFcAgo4V162JUCAAIEiAgq4SJDOIECAAIFcAgo4V162JUCAAIEiAgq4SJDOIECAAIFcAgo4V162JUCAAIEiAgq4SJDOIECAAIFcAgo4V162JUCAAIEiAgq4SJDOIECAAIFcAgo4V162JUCAAIEiAgq4SJDOIECAAIFcAgo4V162JUCAAIEiAgq4SJDOIECAAIFcAgo4V162JUCAAIEiAgq4SJDOIECAAIFcAgo4V162JUCAAIEiAgq4SJDOIECAAIFcAgo4V162JUCAAIEiAgq4SJDOIECAAIFcAgo4V162JUCAAIEiAgq4SJDOIECAAIFcAgo4V162JUCAAIEiAgq4SJDOIECAAIFcAgo4V162JUCAAIEiAgq4SJDOIECAAIFcAgo4V162JUCAAIEiAgq4SJDOIECAAIFcAgo4V162JUCAAIEiAgq4SJDOIECAAIFcAgo4V162JUCAAIEiAgq4SJDOIECAAIFcAgo4V162JUCAAIEiAgq4SJDOIECAAIFcAgo4V162JUCAAIEiAgq4SJDOIECAAIFcAgo4V162JUCAAIEiAgq4SJDOIECAAIFcAgo4V162JUCAAIEiAgq4SJDOIECAAIFcAgo4V162JUCAAIEiAgq4SJDOIECAAIFcAgo4V162JUCAAIEiAgq4SJDOIECAAIFcAgo4V162JUCAAIEiAgq4SJDOIECAAIFcAgo4V162JUCAAIEiAgq4SJDOIECAAIFcAgo4V162JUCAAIEiAgq4SJDOIECAAIFcAgo4V162JUCAAIEiAgq4SJDOIECAAIFcAgo4V162JUCAAIEiAgq4SJDOIECAAIFcAgo4V162JUCAAIEiAgq4SJDOIECAAIFcAgo4V162JUCAAIEiAgq4SJDOIECAAIFcAgo4V162JUCAAIEiAgq4SJDOIECAAIFcAgo4V162JUCAAIEiAgq4SJDOIECAAIFcAgo4V162JUCAAIEiAgq4SJDOIECAAIFcAgo4V162JUCAAIEiAgq4SJDOIECAAIFcAgo4V162JUCAAIEiAgq4SJDOIECAAIFcAgo4V162JUCAAIEiAgq4SJDOIECAAIFcAgo4V162JUCAAIEiAgq4SJDOIECAAIFcAgo4V162JUCAAIEiAgq4SJDOIECAAIFcAgo4V162JUCAAIEiAgq4SJDOIECAAIFcAgo4V162JUCAAIEiAgq4SJDOIECAAIFcAgo4V162JUCAAIEiAgq4SJDOIECAAIFcAgo4V162JUCAAIEiAgq4SJDOIECAAIFcAgo4V162JUCAAIEiAgq4SJDOIECAAIFcAgo4V162JUCAAIEiAgq4SJDOIECAAIFcAgo4V162JUCAAIEiAgq4SJDOIECAAIFcAgo4V162JUCAAIEiAgq4SJDOIECAAIFcAgo4V162JUCAAIEiAgq4SJDOIECAAIFcAgo4V162JUCAAIEiAgq4SJDOIECAAIFcAgo4V162JUCAAIEiAgq4SJDOIECAAIFcAgo4V162JUCAAIEiAgq4SJDOIECAAIFcAgo4V162JUCAAIEiAgq4SJDOIECAAIFcAgo4V162JUCAAIEiAgq4SJDOIECAAIFcAgo4V162JUCAAIEiAgq4SJDOIECAAIFcAgo4V162JUCAAIEiAgq4SJDOIECAAIFcAgo4V162JUCAAIEiAgq4SJDOIECAAIFcAgo4V162JUCAAIEiAv8Fjmw4eGg1pDgAAAAASUVORK5CYII=</pentrails><costumes><list struct="atomic" id="49"></list></costumes><sounds><list struct="atomic" id="50"></list></sounds><variables></variables><blocks></blocks><scripts></scripts><sprites select="1"><sprite name="Sprite" idx="1" x="95.10565162951525" y="30.901699437494813" heading="72" scale="1" volume="100" pan="0" rotation="1" draggable="true" costume="0" color="180,255,16,1" pen="tip" id="55"><costumes><list struct="atomic" id="56"></list></costumes><sounds><list struct="atomic" id="57"></list></sounds><blocks></blocks><variables></variables><scripts><script x="16.666666666666657" y="9.999999999999972"><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.66666666666666"><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.66666666666666"><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.66666666666666"><block s="clear"><comment w="68.5" collapsed="false">Script A.</comment></block><block s="doRepeat"><l>6</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>3</l></block></block></script></block></script><script x="16.666666666666657" y="279.00000000000006"><block s="clear"></block><block s="doRepeat"><l>60</l><script><block s="setColor"><color>180,255,16,1</color></block><block s="setSize"><l>3</l></block><block s="forward"><l>100</l></block><block s="doWait"><l>1</l></block><block s="setColor"><color>255,254,250,1</color><comment w="280.83333333333337" collapsed="false">Why is this change in pen color and size useful here?</comment></block><block s="setSize"><l>3</l></block><block s="forward"><l>-100</l></block><block s="turn"><block s="reportQuotient"><l>360</l><l>60</l></block></block></script><comment w="358.8333333333333" collapsed="false">Script B.&#xD;The second hand on a clock must make 60 small turns to make a full rotation.</comment></block></script></scripts></sprite></sprites></stage><variables></variables></scene></scenes></project><media name="U1L3-AngleExperiments2" app="Snap! 11.0.3, https://snap.berkeley.edu" version="2"></media></snapdata>